HtmlPreprocessor_error
int64
0
0
HtmlPreprocessor_error_comment
stringclasses
1 value
c4_shard
int64
0
1.02k
c4_timestamp
stringlengths
13
13
html
stringlengths
650
1.05M
html_footer
sequence
html_head
sequence
html_title
sequence
metadata_generation_datasource
list
metadata_generation_length_sentence
list
metadata_generation_length_text
list
metadata_html
list
metadata_paragraph
list
metadata_timestamp
list
metadata_title
list
metadata_url
list
metadata_website_desc
list
text
stringlengths
10
177k
url
stringlengths
16
842
metadata_entity
list
metadata_entity_paragraph
list
0
140
1555686064000
<!DOCTYPE html> <html lang="en"> <head> <title>Sticky back for fabrics - tape 19 mm x 609 mm | | VTapes Ltd</title> <meta name="description" content="Re-order Code ; 91872" /> <meta name="keywords" content="Sticky back for fabrics - tape 19 mm x 609 mm" /> <link rel="canonical" href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/Sticky+back+for+fabrics+-+tape+19+mm+x+609+mm.html" /> <script> dataLayer = []; </script> <meta property="og:image" content="https://www.vtapes.co.nz/site/vtapes/images/items/91872%20angle.jpg"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- BLOCK:Head --> <link rel="SHORTCUT ICON" href="/site/vtapes/images/basic_theme/favicon.ico"/> <style type='text/css'> @import "/stylesheet/x_b/2/c/JzZ7aqqX-DBMHhpyk/template/117/template_style.css"; @import "/stylesheet/x_b/2/c/JzZ7aqqX-DBMHhpyk/page/68/page_style.css"; </style> <script language="javascript" type="text/javascript">var doonload=false;</script> <script src="https://www.vtapes.co.nz/process/x_lv/1%2e10/mv_display/zest_controller.js" language="javascript" type="text/javascript"></script> <script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js" language="javascript" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js" language="javascript" type="text/javascript"></script> <script language="javascript" type="text/javascript">//<![CDATA[ function ajax_topcart_content() { var a = arguments; ;x = rs_init_object( 'POST', "/process", "nc=1", "mv_display=ajax_action_ajax_topcart_content&remote_sub=ajax_topcart_content&mv_pc=S&id=nsession", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1] );} //]]></script> <script language="javascript" type="text/javascript">//<![CDATA[ function ajax_set_shipping_country() { var a = arguments; ;x = rs_init_object( 'POST', "/process", "nc=1", "mv_display=ajax_action_ajax_set_shipping_country&remote_sub=ajax_set_shipping_country&mv_pc=S&id=nsession", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1] );} //]]></script> <script language="javascript" type="text/javascript">//<![CDATA[ function ajax_set_shipmode() { var a = arguments; ;x = rs_init_object( 'POST', "/process", "nc=1", "mv_display=ajax_action_ajax_set_shipmode&remote_sub=ajax_set_shipmode&mv_pc=S&id=nsession", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1] );} //]]></script> <script language="javascript" type="text/javascript">//<![CDATA[ function ajax_delete_row() { var a = arguments; ;x = rs_init_object( 'POST', "/process", "nc=1", "mv_display=ajax_action_ajax_delete_row&remote_sub=ajax_delete_row&mv_pc=S&id=nsession", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1] );} //]]></script> <script language="javascript" type="text/javascript">//<![CDATA[ function retrieve_price() { var a = arguments; ;x = rs_init_object( 'POST', "/process", "nc=1", "mv_display=ajax_action_retrieve_price&remote_sub=retrieve_price&mv_pc=S&id=nsession", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1] );} function update_specials( sku, rrp, now ) { var price_rrp = document.getElementById( 'price_rrp_' + sku ); if ( !price_rrp ) return; price_rrp.innerHTML = rrp; if(document.getElementById( 'price_now_' + sku )){ document.getElementById( 'price_now_' + sku ).innerHTML = now; } // calculate the saving var re = /^(\D*)/; var symbol = rrp.match( re, '$1' )[0]; var rf = /[^0-9\.]+/g; rrp = parseFloat( rrp.replace( rf, '' ) ); now = parseFloat( now.replace( rf, '' ) ); var diff = ( rrp - now ).toFixed( 2 ); document.getElementById( 'price_save_' + sku ).innerHTML = symbol + diff; } var option_values = {}; var options = {}; var qty = {}; function recalc_quantity( el, sku, qty ){ recalc_price( el, sku, qty ); } window.price_hooks = new Array(); function recalc_price( el, sku, qty ) { if( typeof qty === 'undefined' ){ var qtyfield = el.form.mv_order_quantity; if( typeof qtyfield === 'undefined' ){ qty = 1; }else{ qty = el.form.mv_order_quantity.value; } } form = el.form; if ( !sku ) sku = el.form.mv_order_item.value; if ( !sku ) return alert( 'Cannot determine product sku' ); if ( !option_values[sku] ) option_values[sku] = new Array(); if( form.mv_item_option ){ var optNames = form.mv_item_option.tagName ? new Array( form.mv_item_option ) : form.mv_item_option; for( var i = 0; i < optNames.length; i++ ) { var name = optNames[i].value; option_values[sku].push( name + '::' + input_value( form.elements[ 'mv_order_' + name ] ) ); } } set_calculating(sku); retrieve_price( sku, option_values[sku].join('||'), '', qty, function( content ) { content = content.replace( /^\s*/, '' ); content = content.replace( /\s*$/, '' ); var prices = content.split( '||' ); if ( prices.length != 2 ) return; var price_el = document.getElementById( 'product_price_' + sku ); // add google Microdata - price support //prices[0].replace( /^\D*/, '' ) if ( price_el ) price_el.innerHTML = '<span itemprop="price">'+prices[0]+'</span>'; // do we need to update a specials box? update_specials( sku, prices[1], prices[0] ); // fire off an update price event var hooks = window.price_hooks; if (hooks.length) { for (var i=0; i < hooks.length; i++) { // if a hook was defined, fire it passing the new price data if (typeof hooks[i] == 'function') { hooks[i](sku, prices[1], prices[0]); } } } } ); } function set_calculating(sku) { var el = document.getElementById('product_price_'+sku); if ( el ) { el.innerHTML = '&nbsp;<span style="font-size:smaller;">Calculating...</span>'; } } function ajax_retrieve_image() { var a = arguments; ;x = rs_init_object( 'POST', "/process", "nc=1", "mv_display=ajax_action_ajax_retrieve_image&remote_sub=ajax_retrieve_image&mv_pc=S&id=nsession", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1] );} // method to cache & swap images as requested window.image_cache = new Object(); function swapImage( src, imageId, width ) { if ( !imageId ) imageId = 'prodimg'; if ( window.image_cache[src] ) { document.getElementById( imageId ).src = window.image_cache[src]; } else { var wrap = document.getElementById( imageId + '_wrap' ); wrap.innerHTML = '<img src="/interchange-5/en_US/throbber.gif" title="Loading..." />'; ajax_retrieve_image( src, imageId, width, function( content ) { wrap.innerHTML = content; window.image_cache[src] = document.getElementById( imageId ).src; } ); } } //]]></script> <script language="javascript" type="text/javascript">//<![CDATA[ function ajax_retrieve_swap_image() { var a = arguments; ;x = rs_init_object( 'POST', "/process", "nc=1", "mv_display=ajax_action_ajax_retrieve_swap_image&remote_sub=ajax_retrieve_swap_image&mv_pc=S&id=nsession", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1] );} //]]></script> <link href='https://fonts.googleapis.com/css?family=Ubuntu:400,600,700,400italic,700italic' rel='stylesheet' type='text/css'> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w&#91;l]=w&#91;l]||&#91;];w&#91;l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)&#91;0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TBVM7L5');</script> <!-- End Google Tag Manager --> <!-- /BLOCK:Head --> </head> <body class="body"> <!-- Google Tag Manager --><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TBVM7L5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,b,i){w[b]=w[b]||[];w[b].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=b!='dataLayer'?'&b='+b:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TBVM7L5');</script><!-- End Google Tag Manager --> <script src="https://www.vtapes.co.nz/process/x_g/JzZ7aqqX%2dQkvTkMyb/mv_display/google_ecom_tools.js" language="javascript" type="text/javascript"></script> <!-- noindex --> <div class="wrapper"> <div class="headerwrap"> <header class="header ym-wrapper"> <div class="content_header"> <div id="c409" class="component_Layout_Table"> <table width="1024px" cellspacing="0" class="table_layout"> <tr class="r1"> <td class="ltc c1" style="width:306px;"> <div class="content_container_409_1"> <div id="c687" class="component_ContentDisplay_Content"> <div class="plain_content"> <ul> <li><a href="https://www.vtapes.co.nz/About+Us.html">About Us</a></li> <li><a href="https://www.vtapes.co.nz/FAQ.html">FAQ</a></li> <li><a href="https://www.vtapes.co.nz/Contact+Us.html">Contact Us</a></li> </ul> </div> </div> </div> </td> <td class="ltc c2" style="width:392px;"> <div class="content_container_409_2"> <div id="c688" class="component_ContentDisplay_Content"> <div class="plain_content"> Phone for Free Technical Advice On &nbsp;&nbsp;<span style="color:#BE0024;"><strong><span style="font-size:18px;"><a href="tel:0800 483 527">0800 483 527</a></span></strong></span> </div> </div> </div> </td> <td class="ltc c3" style="width:216px;"> <div class="content_container_409_3"> <div id="c693" class="component_Misc_Code"> <a href=https://www.vtapes.co.nz/login.html><img alt="Login" src="/site/vtapes/images/basic_theme/login.png"></a> </div> </div> </td> <td class="ltc c4" style="width:142px;"> <div class="content_container_409_4"> <div id="c273" class="component_OrderProcess_TopCart"> <script src="https://www.vtapes.co.nz/process/x_lv/1%2e4/mv_display/ajax.js" language="javascript" type="text/javascript"></script> <div id="mini_cart"> <script src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js" language="javascript" type="text/javascript"></script><script src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js" language="javascript" type="text/javascript"></script><script src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js" language="javascript" type="text/javascript"></script><script src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js" language="javascript" type="text/javascript"></script> <script language="javascript" type="text/javascript">//<![CDATA[ function change_shipping_country( shipping_country_var, shipping_country ){ ajax_set_shipping_country( shipping_country_var, shipping_country, load_top_cart_content); //load_top_cart_content( shipping_country_var, shipping_country ); } function change_shipmode( shipmode ){ ajax_set_shipmode( shipmode , load_top_cart_content ); } function show_cart(){ // disable the topcart drop down when there is a checkout and/or basket component. if( window.disable_ajax_topcart_dropdown != undefined ) return; if( window.freeze_topcart == 1){ // Just show the cart without dropdown animation when customer add items to cart while the topcart already displayed as its unnecessary to re-run the dropdown animation again. $('topcart_ajax_content').style.display="block"; $('topcart_ajax_content').style.zIndex="20000"; return; } window.delayed_blinddown = setTimeout(function(){ // Delayed dropdown on mouse hover. blind_down_cart(); },600); } function blind_down_cart( ){ // disable the topcart drop down when there is a checkout and/or basket component. if( window.disable_ajax_topcart_dropdown != undefined ) return; if( window.freeze_topcart == 1) return; window.freeze_topcart = 1; Effect.BlindDown('topcart_ajax_content' ); $('topcart_ajax_content').style.zIndex="20000"; } function hide_cart(){ Effect.BlindUp('topcart_ajax_content' ); setTimeout(function(){ window.freeze_topcart = 0; },1000); } function reset_delay_timer(obj){ if( $('topcart_ajax_content').style.display == "none" ){ clearTimeout(window.delayed_blinddown); window.freeze_topcart = 0; } } // delete the item row and item in the cart. function delete_row( code, item_position_index, qty ) { GoogleEcomTools.handleCart('remove', code, qty); ajax_delete_row( code, item_position_index, function( ) { load_top_cart_content(); } ); } // call back function - reload the ajax cart content function load_top_cart_content( ){ Effect.ScrollTo('mini_cart', { duration:'1', offset:-20 }); var topcart_ajax_content_status = ( $('topcart_ajax_content') ) ? ( $('topcart_ajax_content').style.display ) : "none"; ajax_topcart_content( function(content){ $('mini_cart').innerHTML = content; //wait if the ajax called is not finish, as the div is none. if( topcart_ajax_content_status != 'none' ){ show_cart(); }else{ window.freeze_topcart = 0; if( !$('topcart_ajax_content') ){ setTimeout( blind_down_cart, 1500 ); }else{ blind_down_cart(); } } }); } // use ajax to submit order forms on CatView and ProductView page. $(document).observe('dom:loaded', function() { // re-enable add_to_cart button after order form submitted by Ajax function enable_submit_button( button, eb_val, eb_style, eb_class ){ button.disabled=false; button.value = eb_val; button.style.cssText = eb_style; button.addClassName( eb_class ); return false; } // disable add_to_cart button while Ajax is submitting the order form function disable_submit_button( button, db_val, db_style, db_class ){ button.removeClassName( db_class ); button.style.cssText = db_style button.value = db_val; button.disabled=true; return false; } function sendForm( event ){ // we stop the default submit behaviour Event.stop(event); var el = Event.element(event); var prodform = el.up('form'); var submit_button = prodform.down('input.add_to_cart_button'); // any validate product form defined. if( (typeof validate_product_form == 'function') && ( !validate_product_form( prodform ) ) ){ return; } // any validate on cat form defined. if( (typeof validate_cat_form == 'function') && ( !validate_cat_form( prodform ) ) ){ return; } var submitButton_style = submit_button.style.cssText; var submitButton_value = submit_button.value; var submitButton_class = "zbtn"; var oOptions = { method: "post", parameters: prodform.serialize(), asynchronous: true, onFailure: function (oXHR) { alert("Adding item to cart failed: " + oXHR.statusText); enable_submit_button( submit_button, submitButton_value, submitButton_style, submitButton_class); }, onLoading: function (oXHR) { disable_submit_button( submit_button, "Adding...", "text-indent:100; cursor:none;", submitButton_class); }, onSuccess: function(oXHR) { load_top_cart_content(); enable_submit_button( submit_button, submitButton_value, submitButton_style, submitButton_class); var sku = prodform.elements['mv_order_item'].value; var qty = prodform.elements['mv_order_quantity'].value; GoogleEcomTools.handleCart('add', sku, qty); } }; process_url = 'https://www.vtapes.co.nz/process/x_273/shop+SEW%2dON+TAPES+AND+WEBBINGS+STICKY+BACK+FOR+FABRICS+Sticky+back+for+fabrics+%2d+tape+19+mm+x+609+mm.html'; var oRequest = new Ajax.Request( process_url, oOptions); } // register catView/productView add_to_cart buttons (class=add_to_cart_button) onclick event handler var add_to_cart_buttons = $$('input.add_to_cart_button'); add_to_cart_buttons.each( function( element ) { Event.observe( element, 'click', sendForm, false); }); }); //]]></script> <div class="mini_cart"> <a href="https://www.vtapes.co.nz/basket.html" rel="nofollow"><img src="/site/vtapes/images/basic_theme/cart.gif" alt="cart"/></a> <a href="https://www.vtapes.co.nz/basket.html" rel="nofollow" class="cart_text_size">Shopping Cart</a> <span class="topcart_items"> </span> </div> </div> </div> </div> </td> </tr> </table> </div> </div><div class="content_header"> <div id="c827" class="component_ContentDisplay_Content"> <div class="plain_content"> Phone for Free Technical Advice On &nbsp;&nbsp;<span style="color:#BE0024;"><strong><span style="font-size:18px;">0800 483 527</span></strong></span> </div> </div> </div><div class="content_header"> <div id="c150" class="component_ContentDisplay_Header"> <div class="header_inner"> <a href="https://www.vtapes.co.nz/"><img id="logo" src="/site/vtapes/images/basic_theme/newlogo.jpg" alt="VTapes Ltd" title="VTapes Ltd" /></a> <div class="header_alt"> <div class="content_header_alt"> <div id="c772" class="component_Layout_Table"> <table width="736px" cellspacing="0" class="table_layout"> <tr class="r1"> <td class="ltc c1" style="width:173px;"> <div class="content_container_772_1"> <div id="c774" class="component_ContentDisplay_Content"> <div class="plain_content"> <img align="baseline" height="57" src="/site/vtapes/images/basic_theme/logo_freeshipping.png" width="144" /> </div> </div> </div> </td><td width="20" class="c_space">&nbsp;</td> <td class="ltc c2" style="width:186px;"> <div class="content_container_772_2"> <div id="c773" class="component_ContentDisplay_Content"> <div class="plain_content"> <img align="baseline" height="57" src="/site/vtapes/images/basic_theme/logo_velcro.gif" width="142" /> </div> </div> </div> </td><td width="20" class="c_space">&nbsp;</td> <td class="ltc c3" style="width:377px;"> <div class="content_container_772_3"> <div id="c272" class="component_Navigation_SearchBox"> <div class='search_box'> <form action="https://www.vtapes.co.nz/results.html" method="get"> <input type="text" name="q" class="search_criteria" value="Over 1000 Products" onclick="if( this.value == 'Over 1000 Products' ){ this.value = ''; }" onblur="if(this.value == ''){this.value = 'Over 1000 Products'; }" /><input type="submit" class="zbtn search_button" value="Search" style="background:url( /site/vtapes/images/basic_theme/btn_search_go.gif ) no-repeat; width:84px; height:40px;" /> </form> </div> </div> </div> </td> </tr> </table> </div> </div> </div> </div> </div> </div></header> </div> <div class="menuwrap"> <nav class="ym-wrapper"> <table class="menu_bar" cellpadding="0" cellspacing="0"><tr><td> <div class="content_menubar"> <div id="c120" class="component_Navigation_ContentTabs"> <div class="content_tabs"> <nav> <script language="javascript" type="text/javascript">//<![CDATA[ var menutabdelay = 200; var numPerRow = 4 function showMenu(menu, opts) { opts = typeof opts !== 'undefined' ? opts : {}; if (typeof(menu) == 'undefined') return; menu.setStyle('left: 0;'); if (opts.showLink && ! menu.down("h3.more") ) { //SHow a link to the category you clicked again if we are in touch mode var clicked_link = new Element('div', { 'class': 'ct_dropdown_subcat'}); link = menu.up('li').down('a').href; name = menu.up('li').down('a').innerHTML; clicked_link.innerHTML = '<h3 class="more"><a style="text-align: right" href="' + link + '">&nbsp; ... more in ' + name + '</a></h3>'; menu.insert({bottom:clicked_link}); } var tabs_layout = menu.up('.content_tabs').getLayout(); var count = 0; if (!menu.getAttribute('data-ct-break')) { var colHeight = 0; var rowWidth = 0; var cur_col = new Element('div', { 'class': 'ct_dropdown_col'}); menu.appendChild(cur_col); var colMaxHeight = 400; $(menu).select(".ct_dropdown_subcat").each(function(el) { var elHeight = $(el).getHeight() if ( colHeight + elHeight > colMaxHeight || elHeight > colMaxHeight ) { cur_col = new Element('div', { 'class': 'ct_dropdown_col'}); menu.appendChild(cur_col); colHeight = 0; } colHeight += elHeight; cur_col.appendChild(el.remove()); }); $(menu).select(".ct_dropdown_col").each(function(el) {rowWidth += $(el).getWidth(); }); menu.setStyle({'width' : rowWidth + 'px'}); // menu.setStyle({'height' : colHeight + 'px'}); menu.setAttribute('data-ct-break',1) } var active_tab = menu.up('li'); active_tab.addClassName('ct_dropdown_open'); //Now lets manipulate the positions to try to keep things on-screen: var layout = menu.getLayout(); var offset = active_tab.positionedOffset(); var tabs_offset = menu.cumulativeOffset(); var bit_sticking_out = offset[0] + layout.get('width') - tabs_layout.get('width') ; if ( bit_sticking_out > 0 ) { menu.setStyle({left : 'auto'}); menu.setStyle({right : 0 + 'px'}); } else { menu.setStyle({left : offset[0] + 'px'}); } menu.removeClassName('ct_hide'); menu.addClassName('ct_show'); } function hideMenu(menuTestMode) { if (!menuTestMode) { $$('.ct_dropdown_open').each(function(element){ element.removeClassName('ct_dropdown_open'); }); $$('.content_tabs .ct_dropdown').each(function(element){ $(element).setStyle({left: '-99999px'}); $(element).removeClassName('ct_show'); $(element).addClassName('ct_hide'); }); } } document.observe('dom:loaded', function(ev) { //Wrap up any menu items that don't fit into a 'more' megamenu. }); document.observe('dom:loaded', function(ev) { var menuTestMode = parseInt(''); $$('.content_tabs li.tab').each(function(element){ //Touch even if ((Modernizr.touch || navigator.userAgent.match(/IEMobile/i))){ if (0){ Event.observe(element, 'click', function(ev){ if (!element.hasClassName('ct_has_dropdown')) return; if (element.hasClassName('ct_dropdown_open')) return; //Tap twice to open page Event.stop(ev); hideMenu(menuTestMode); showMenu($(element).down('.ct_dropdown, li'), {showLink: true}); }); } } //Some system will be a touch screen but has a mouse or the other way round (Eg: IE 11 on windows 8 can support touch screen, with a mouse. So, better just make this mouse enter and mouse leave event available regardless touch screen or not. See bug 35049 for more details. Event.observe(element, 'mouseenter', function(){ timedelay = setTimeout(function(){ showMenu($(element).down('.ct_dropdown, li')) }, menutabdelay); }); Event.observe(element, 'mouseleave', function(){ clearTimeout(timedelay); if ( !navigator.userAgent.match(/IEMobile/i) ){ hideMenu(menuTestMode); } }); }); }); //]]></script> <ul> <li class="tab home "> <a href="https://www.vtapes.co.nz/" >Home</a> </li> <li class="tab ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS.html" >Adhesive-Backed Tapes</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/TRIAL+PACKS.html">TRIAL PACKS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/ECONOMY+HOOK+%26+LOOP+TAPES.html">ECONOMY HOOK &amp; LOOP TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/VELCRO%AE+Brand+REMOVABLES.html">VELCRO&reg; Brand REMOVABLES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/VELCRO%AE+Brand+HOOK+%26+LOOP+TAPES.html">VELCRO&reg; Brand HOOK &amp; LOOP TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/HOOK+%26+LOOP+SPOTS.html">HOOK &amp; LOOP SPOTS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/INDUSTRIAL+HOOK+%26+LOOP+TAPES.html">INDUSTRIAL HOOK &amp; LOOP TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/LOW+PROFILE+HOOK+%26+LOOP+TAPES.html">LOW PROFILE HOOK &amp; LOOP TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/SPECIALIZED+HOOK+%26+LOOP+ADHESIVES.html">SPECIALIZED HOOK &amp; LOOP ADHESIVES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/PHONE+HOLDERS.html">PHONE HOLDERS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS/MAGNETIC+TAPES+%26+SPOTS.html">MAGNETIC TAPES &amp; SPOTS</a></h3><ul class="ct_dropdown_children"></ul></div> <div class="clear"></div> </div> </li> <li class="tab sel ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS+.html" >Sew On Tapes</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS.html">STICKY BACK FOR FABRICS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/NYLON+SEW-ON+HOOK+%26+LOOP.html">NYLON SEW-ON HOOK &amp; LOOP</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/POLYESTER+SEW-ON+HOOK+%26+LOOP.html">POLYESTER SEW-ON HOOK &amp; LOOP</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/INDUSTRIAL+SEW-ON+HOOK+%26+LOOP.html">INDUSTRIAL SEW-ON HOOK &amp; LOOP</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/LOW+PROFILE+HOOK+%26+LOOP.html">LOW PROFILE HOOK &amp; LOOP</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/UN-NAPPED+LOOP+TAPES.html">UN-NAPPED LOOP TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/DOUBLE+SIDED+LOOP+TAPES.html">DOUBLE SIDED LOOP TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/ELASTIC+STRETCH+LOOP+TAPES.html">ELASTIC STRETCH LOOP TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/SUEDE-X+FASTENER.html">SUEDE-X FASTENER</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/WEBBINGS.html">WEBBINGS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/OMNI-TAPE.html">OMNI-TAPE</a></h3><ul class="ct_dropdown_children"></ul></div> <div class="clear"></div> </div> </li> <li class="tab ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/DOUBLE+SIDED+ADHESIVE+BACKED+TAPES.html" >Double-Sided Tapes</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/DOUBLE+SIDED+ADHESIVE+BACKED+TAPES/HIGH+BOND+VHB+TAPES.html">HIGH BOND VHB TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/DOUBLE+SIDED+ADHESIVE+BACKED+TAPES/SCRIM+%26+FILAMENT+TAPES.html">SCRIM &amp; FILAMENT TAPES</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/DOUBLE+SIDED+ADHESIVE+BACKED+TAPES/SINGLE+SIDED+ADHESIVE+FOAM+TAPES.html">SINGLE SIDED ADHESIVE FOAM TAPES</a></h3><ul class="ct_dropdown_children"></ul></div> <div class="clear"></div> </div> </li> <li class="tab ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES.html" >Medical Tapes</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Arabella+DFL+Double+sided+soft+loop+tape.html">Arabella DFL Double sided soft loop tape</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Buddy+Strapping.html">Buddy Strapping</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Adhesive+hook+tapes.html">Adhesive hook tapes</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/C-FOLD+Double+sided+Loop.html">C-FOLD Double sided Loop</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Clench+Strapping+system.html">Clench Strapping system</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Physio+%26+Sports+tapes.html">Physio &amp; Sports tapes</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/EXPANDO%AE+Stretch+loop.html">EXPANDO&reg; Stretch loop</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Orthotic+Straps.html">Orthotic Straps</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/FLEXILE+loop+tape.html">FLEXILE loop tape</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/HANDSOFT+Extra+thin+loop+tape.html">HANDSOFT Extra thin loop tape</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Multi+Perforated+Foam.html">Multi Perforated Foam</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES/Ankle+foot+Orthotic+Straps.html">Ankle foot Orthotic Straps</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="more"><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES.html"> ... more in MEDICAL TAPES</a></h3></div> <div class="clear"></div> </div> </li> <li class="tab ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/FABRICS.html" >Fabrics</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/VELCRO%AE+Brand+VELTEX%AE+FABRIC.html">VELCRO&reg; Brand VELTEX&reg; FABRIC</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/COMPOSITION+FABRIC+%26+TILE+SETS.html">COMPOSITION FABRIC &amp; TILE SETS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/LOW+PROFILE+LOOP+FABRICS.html">LOW PROFILE LOOP FABRICS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/FELT+FABRICS.html">FELT FABRICS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/HOOK+RECEPTIVE+FABRICS.html">HOOK RECEPTIVE FABRICS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/FILM+BACKDROP+MATERIALS.html">FILM BACKDROP MATERIALS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/NEOPRENE+%26+EVA+MATERIALS.html">NEOPRENE &amp; EVA MATERIALS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/LUXMED+FABRIC.html">LUXMED FABRIC</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/FABRICS/SUEDE-X+FASTENER.html">SUEDE-X FASTENER</a></h3><ul class="ct_dropdown_children"></ul></div> <div class="clear"></div> </div> </li> <li class="tab ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES.html" >Custom Fasteners</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES/PLASTIC+MOULDED+HARDWARE.html">PLASTIC MOULDED HARDWARE</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES/EQUIPMENT+ANCHORS.html">EQUIPMENT ANCHORS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES/DIE+CUTTING.html">DIE CUTTING</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES/PRINTED+TAPE.html">PRINTED TAPE</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES/SLITTING+TAPE.html">SLITTING TAPE</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES/PRE-CUT+LENGTHS.html">PRE-CUT LENGTHS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES/CUSTOM+MADE.html">CUSTOM MADE</a></h3><ul class="ct_dropdown_children"></ul></div> <div class="clear"></div> </div> </li> <li class="tab ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/ties+and+straps.html" >Ties &amp; Straps</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/QWIK-TIES+Tape.html">QWIK-TIES Tape</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Back2back+tape.html">ONE-WRAP&reg; Tape</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/ONE-WRAP%AE+Cable+Ties.html">ONE-WRAP&reg; Cable Ties</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Cable+Tripstop+Cord+Cover+Tape.html">Cable Tripstop Cord Cover Tape</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Cable+Tube.html">Cable Tube</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Electronic+Equipment+Anchors.html">Electronic Equipment Anchors</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/VELCRO%AE+Brand+LOGISTRAP%AE.html">VELCRO&reg; Brand LOGISTRAP&reg;</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Heavy+Duty+Tie+Down+Straps.html">Heavy Duty Tie Down Straps</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Easy+Hang+Straps.html">Easy Hang Straps</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Plant+Ties.html">Plant Ties</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Animal+ID+Collars.html">Animal ID Collars</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/ties+and+straps/Multi-purpose+VELCRO%AE+Brand+Straps.html">Multi-purpose VELCRO&reg; Brand Straps</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="more"><a href="https://www.vtapes.co.nz/shop/ties+and+straps.html"> ... more in TIES &amp; STRAPS</a></h3></div> <div class="clear"></div> </div> </li> <li class="tab ct_has_dropdown"> <a href="https://www.vtapes.co.nz/shop/Special+Educational+Aids+Tools.html" >Speciality</a> <div class="ct_dropdown ct_hide"> <div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/Special+Educational+Aids+Tools/EDUCATIONAL+AIDS.html">EDUCATIONAL AIDS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/Special+Educational+Aids+Tools/CUTTING+%26+STAPLING+TOOLS.html">CUTTING &amp; STAPLING TOOLS</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/Special+Educational+Aids+Tools/ROLL+STOCK+DISPENSER.html">ROLL STOCK DISPENSER</a></h3><ul class="ct_dropdown_children"></ul></div><div class="ct_dropdown_subcat"><h3 class="cat"><a href="https://www.vtapes.co.nz/shop/Special+Educational+Aids+Tools/Payment+of+Account+-+Inv+8624++8712.html">Freight</a></h3><ul class="ct_dropdown_children"></ul></div> <div class="clear"></div> </div> </li> </ul> </nav> </div> </div> </div> </td></tr></table> </nav> </div> <div class="postmenuwrap"> <div class="postmenu ym-wrapper"></div> </div> <div class="docwrap"> <div class="ym-wrapper document"><div class="content content_only"><!-- index --> <div class="content_main"> <div id="c413" class="component_Navigation_BreadCrumb"> <!-- noindex --> <div class="breadcrumb" itemprop="breadcrumb"> <a href="https://www.vtapes.co.nz/">Home</a> > <a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS+.html">SEW-ON TAPES AND WEBBINGS</a> > <a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS.html">STICKY BACK FOR FABRICS</a> > Sticky back for fabrics - tape 19 mm x 609 mm</div> <!-- index --> </div> </div><div class="content_main"> <div id="c159" class="component_ContentDisplay_PageTitle"> </div> </div><div class="content_main"> <div id="c68" class="component_ProductDisplay_ProductView2"> <script language="javascript" type="text/javascript">//<![CDATA[ GoogleEcomTools.productDetails({ 'id': '91872', 'name': 'Sticky back for fabrics - tape 19 mm x 609 mm', 'category': 'STICKY BACK FOR FABRICS', //'price': '' }); //]]></script> </div> </div><div class="content_main"> <div id="c512" class="component_ProductDisplay_ProductDetailsComponents_ProductViewLayout"> <!-- google Microdata --> <div itemscope itemtype="http://schema.org/Product"> <div class="content_container_512_start"> <div id="c513" class="component_ProductDisplay_ProductDetailsComponents_ProductTitle"> <div class="product_info"> <div style="display:none;"> <span itemprop="productID">91872</span> <span itemprop="url">https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/Sticky+back+for+fabrics+-+tape+19+mm+x+609+mm.html</span> </div> <div class="title"> <h1><span itemprop="name">Sticky back for fabrics - tape 19 mm x 609 mm</span></h1> </div> </div> </div> </div> <table width="100%" cellspacing="0" class="table_layout"> <tr class="r1"> <td class="ltc c1" style="width:20%;"> <div class="content_container_512_1"> <div id="c515" class="component_ProductDisplay_ProductDetailsComponents_ProductImages"> <script src="https://www.vtapes.co.nz/process/x_g/JzZ7aqqX%2dQkvTkMyb/mv_display/carousel.js" language="javascript" type="text/javascript"></script> <script src="https://www.vtapes.co.nz/process/x_g/JzZ7aqqX%2dQkvTkMyb/mv_display/zoomer.js" language="javascript" type="text/javascript"></script> <link rel="stylesheet" href="/~interch/lightbox2/css/lightbox.css" type="text/css" media="screen" /> <script language="javascript" type="text/javascript" src="/~interch/lightbox2/js/lightbox.js"></script> <script language="javascript" type="text/javascript">//<![CDATA[ var zoomer; Event.observe(window, 'load', function() { if( $('mainImageID') ){ zoomer = new Zoomer('mainImageID'); } if( $('horizontal_carousel') ){ var ui = new UI.Carousel("horizontal_carousel"); ui.elementSize = $$('#horizontal_carousel li.carousel_element')[0].getDimensions().width; ui.nbVisible = 4; } }); function swap_image( new_image, new_image_small ){ if ($('prodimg_91872') != undefined) { $('prodimg_91872').src=new_image_small;} $('smallMainImageID').setStyle({ opacity: 0.5 } ); $('mainImageID').setAttribute('href', new_image); $('smallMainImageID').src=new_image_small; // re initialize zoomer for the new image. delete zoomer; zoomer.initialize( 'mainImageID', ( { no_wrapper : 1, disabledZoom : 1 }) ); // update the large image links $('largeImageLink1').setAttribute('href', new_image); $('largeImageLink2').setAttribute('href', new_image); // wait 0.5 sec so the large image is loadded completely before zoom it. window.setTimeout( swap_image_callback, 500 ); } // callback handler - reset the width for the scroller function swap_image_callback(){ if( $('zoom_scroller') ){ $('zoom_scroller').setStyle({ width: $('smallMainImageID').getWidth() + 20 +'px' }); $('zoom_scroller').setStyle({ height: $('smallMainImageID').getHeight() + 20 +'px' }); } if( $('zoom_wrapper') ){ $('zoom_wrapper').setStyle({ width: $('smallMainImageID').getWidth() + 'px' }); $('zoom_wrapper').setStyle({ height: $('smallMainImageID').getHeight() + 'px' }); } $('smallMainImageID').setStyle({ opacity: 0.99 } ); if( zoomer ) zoomer.disabledZoom = null; } //re-define the swapImage function for variant option image when click on the option on ProductView2 var org_swapImage = window.swapImage; window.swapImage = function( src, imageId, width ){ var image = src.split('/').pop(); ajax_retrieve_swap_image( image,55,550,9999, function( content ) { content = content.evalJSON(); swap_image( content.lightbox_image, content.item_image ); } ) }; //]]></script> <div class="image"> <span class="main_image" id="prodimg_91872_wrap"> <a id="mainImageID" href="/ic/3656867831/91872 angle.jpg" class="but" rev="thumbSize=55x9999,largeSize=550x9999" rel="lightbox[prod]" target="1"> <img itemprop="image" src="/site/vtapes/images//items/91872%20angle.jpg" class="prodimg" alt="Sticky back for fabrics - tape 19 mm x 609 mm" id="smallMainImageID"/> </a> </span> <div class="image_help"> <a id="largeImageLink1" rev="thumbSize=55x9999,largeSize=550x9999" href="/ic/3656867831/91872 angle.jpg" class="ico but" rel="lightbox[prod]" target="1"><img src="/site/vtapes/images/basic_theme/images.gif" style="vertical-align:middle;"/><a href="/ic/3656867831/91872 angle.jpg" class="but" rel="lightbox[prod]" rev="thumbSize=55x9999,largeSize=550x9999" id="largeImageLink2">larger image</a><span class="image_help_text">Move mouse over the image to magnify</span></div> <div id="horizontal_carousel"> <div class="previous_button previous_button_disabled"></div> <div class="container"> <ul> <li class="carousel_element"><a style="background-image:url('/ic/1698985766/91872 angle.jpg');text-decoration:none;" class="link" onclick="swap_image( '/ic/3656867831/91872 angle.jpg', '/site/vtapes/images//items/91872&#37;20angle.jpg' )">&nbsp;</a> <div style="display:none;"><a href="/ic/3656867831/91872 angle.jpg" class="but" rev="thumbSize=55x9999,largeSize=550x9999" rel="lightbox[prod]"></a></div> </li> <li class="carousel_element"><a style="background-image:url('/ic/2259850509/sticky back for fabrics application photo.2.jpg');text-decoration:none;" class="link" onclick="swap_image( '/ic/1973964885/sticky back for fabrics application photo.2.jpg', '/site/vtapes/images//items/sticky&#37;20back&#37;20for&#37;20fabrics&#37;20application&#37;20photo.2.jpg' )">&nbsp;</a> <div style="display:none;"><a href="/ic/1973964885/sticky back for fabrics application photo.2.jpg" class="but" rev="thumbSize=55x9999,largeSize=550x9999" rel="lightbox[prod]"></a></div> </li> </ul></div> <div class="next_button"></div> </div> <div style="clear:both;"></div> </div> </div> </div><div class="content_container_512_1"> <div id="c516" class="component_ProductDisplay_ProductDetailsComponents_ProductLinks"> <script language="javascript" type="text/javascript">//<![CDATA[ //]]></script> <div id="product_tools"> <div class="link"><a href="https://www.vtapes.co.nz/enquiry/x_catid//sku/91872.html"rel="nofollow" class="ico"><img src="/site/vtapes/images/basic_theme/ico_email.gif" style="vertical-align:middle;"></a> <a href="https://www.vtapes.co.nz/enquiry/x_catid//sku/91872.html" rel="nofollow" class="but">Product query</a></div> </div> </div> </div> </td> <td class="ltc c2" style="width:80%;"> <div class="content_container_512_2"> <div id="c514" class="component_ProductDisplay_ProductDetailsComponents_ProductDescription"> <div class="description plain_content"> <span itemprop="description">Re-order Code ; 91872</span> </div> </div> </div><div class="content_container_512_2"> <div id="c517" class="component_ProductDisplay_ProductDetailsComponents_ProductOrderForm"> <script language="javascript" type="text/javascript">//<![CDATA[ function validate_product_form( form ) { var sku = form.mv_order_item.value; if (typeof(form.mv_order_quantity) != 'undefined' && parseFloat(form.mv_order_quantity.value) < 1){ form.mv_order_quantity.value = parseFloat(form.mv_order_quantity.value);} if( typeof( validate_options ) == 'object' && typeof( validate_options[sku] ) == 'function' ) { return validate_options[sku]( form ); } return true; } function get_optioned_price( sku ) { var pr = document.getElementById('product_price_'+sku).innerHTML; return pr.replace(',',''); } //]]></script> <table class="productview"> <tr> <td class="price"> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop="priceCurrency" content="NZD" /> <span itemprop="price" class="price"><span id="product_price_91872"><span itemprop="price">$9.20</span></span> </span> </div> </td> </tr> <tr> <td class="order"> <form action="https://www.vtapes.co.nz/process/x_517/shop+SEW%2dON+TAPES+AND+WEBBINGS+STICKY+BACK+FOR+FABRICS+Sticky+back+for+fabrics+%2d+tape+19+mm+x+609+mm.html" method="POST" id="prodform" name="prodform" onsubmit="return validate_product_form( this );"> <input type="hidden" name="mv_doit" value="refresh" /> <input type="hidden" name="mv_session_id" value="nsession" /> <input type="hidden" name="mv_cartname" value="main" /> <input type="hidden" name="z_bounce" value="1" /> <input type="hidden" name="mv_successpage" value="basket/x_addtocart/91872" /> <input type="hidden" name="mv_nextpage" value="basket/x_addtocart/91872" /> <input type="hidden" name="mv_order_item" value="91872" /> <input type="hidden" name="mv_click" value="track_sku" /> <div class="quantity">Qty. <input id="item_qty_91872" value="1" name="mv_order_quantity" type="text" class="qty"/> </div> <input type="submit" class="zbtn btn_addcart add_to_cart_button" value="Add To Cart" style="background:url( /site/vtapes/images//basic_theme/btn_add.gif ) no-repeat; width:151px; height:39px;" /> </form> </td> </tr> </table> </div> </div><div class="content_container_512_2"> <div id="c518" class="component_ProductDisplay_ProductDetailsComponents_ProductFullDescription"> <div class="comment plain_content"><img align="baseline" alt="velcro new logo n copy" height="58" src="/site/vtapes/images/logos/velcro new logo n copy.jpg" style="cursor: default;" title="velcro new logo n copy" width="200" /><br style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> <br style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> <strong style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">&quot;NEW PRODUCT RELEASE&quot;&nbsp;</strong><br style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> <br style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> <strong style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">PRODUCT FEATURES</strong> <ul style="background-color: transparent; color: rgb(102, 102, 102); font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-image: none; list-style-position: outside; list-style-type: square; margin-left: 0px; orphans: 2; padding-left: 20px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Sticky back coins for fabrics</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Peel &amp; Stick to fabric for a permanent bond</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Colour : White&nbsp;</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Pack Quantity ; 1 roll of tape 19 mm wide x 609 mm long&nbsp;</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">High Quality fastener&nbsp;Made in USA&nbsp;</li> </ul> <p style="background-color: transparent; color: rgb(102, 102, 102); font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; margin-top: 15px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">VELCRO&reg; Brand Sticky Back for Fabrics is an easy to apply peel and stick fastener that provides a permanent bond to fabrics with no sewing, gluing or ironing required. Fabric bond withstands laundering. Our durable VELCRO&reg; Brand closures can be reused hundreds of times.&nbsp;<br style="color: rgb(102, 102, 102); font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;" /> &nbsp;</p> <ul style="background-color: transparent; color: rgb(102, 102, 102); font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-image: none; list-style-position: outside; list-style-type: square; margin-left: 0px; orphans: 2; padding-left: 20px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"><br style="list-style-image: none; list-style-position: outside; list-style-type: square; margin-left: 0px; padding-left: 0px;" /> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;"><strong style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 0px;">SUGGESTED APPLICATIONS</strong></li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Apparell</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Sports bibs location numbers for Netball etc&nbsp;</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Quick fixes for hems, shoulder pads, collars, sleeves&nbsp;</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Great for Costumes</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">personalizing fabrics with embellishments</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">accessories attachment</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">attachment of patches onto materials/clothing</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">scrap booking - attaching materials</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">Instant Bag closures</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">medical use</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">to hold Orthotics into place on shoe soles&nbsp;</li> <li style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;">and much much more&nbsp;</li> </ul></div> </div> </div> </td> </tr> </table> </div> </div> </div><div class="content_main"> <div id="c304" class="component_ProductDisplay_CrossSellHorizontal"> <section class="cross-sell"> <h3>You might also be interested in ...</h3> <div class="content_cross_results"> <div id="c426" class="component_ProductDisplay_CatView2"> <script language="javascript" type="text/javascript">//<![CDATA[ function validate_cat_form( form ) { var sku = form.mv_order_item.value; if (typeof(form.mv_order_quantity) != 'undefined' && parseFloat(form.mv_order_quantity.value) < 1){ form.mv_order_quantity.value = parseFloat(form.mv_order_quantity.value);} if( typeof( validate_options ) == 'object' && typeof( validate_options[sku] ) == 'function' ) { return validate_options[sku]( form ); } return true; } function fnEqualHeightColumns(mainClass,outsideClass) { var rows = $$('div.' + mainClass); var max_height = rows.invoke('getHeight').max(); if( outsideClass ){ var row1 = row2 = []; var out_rows = $$('div.' + outsideClass); rows.each( function (s, index) { row1.push(s.getHeight()); } ); out_rows.each( function (ss, index2) { row2.push(ss.getHeight()); } ); } rows.invoke( 'setStyle', {height: (max_height + 1) + 'px'}); } Event.observe(window, 'load', function() { for(var i=0; i<8; i++){ fnEqualHeightColumns('image_row_'+i, 'promotion_row_'+i); } }); //]]></script> <script language="javascript" type="text/javascript">//<![CDATA[ GoogleEcomTools.impressionsList['91902'] = { 'id': '91902', 'name': 'Sticky back for fabrics 16 sets Oval coins 25mm x 19mm', 'position': 1, 'list': 'Related Products' }; GoogleEcomTools.impressionsList['91970'] = { 'id': '91970', 'name': '3 sets of Sticky back for fabrics', 'position': 2, 'list': 'Related Products' }; GoogleEcomTools.getImpressions(); //]]></script> <div class="catview"> <div class="item-list"> <div class="item-row"> <div class="item-cell"> <div class="promotion promotion_row_0"> </div> <div onclick="window.location='https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/-2.html';"> <div class="image image_row_0"> <a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/-2.html" data-sku="91902" onClick="GoogleEcomTools.handleProductClick(this); return false;" ><span id="prodimg_91902_wrap"><img src="/site/vtapes/images//thumb/91902%20angle.jpg" alt="Sticky back for fabrics 16 sets Oval coins 25mm x 19mm" alt="Sticky back for fabrics 16 sets Oval coins 25mm x 19mm" id="prodimg_91902" /></span></a> </div> </div> <div class="item-right-wapper"> <div> <div class="product_title"> <h4 class="item-title"><a data-sku="91902" onClick="GoogleEcomTools.handleProductClick(this); return false;" href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/-2.html">Sticky back for fabrics 16 sets Oval coins 25mm x 19mm</a></h4> </div> <div class="price-wrap"> <span class="price"><span id="product_price_91902"><span itemprop="price">$13.25</span></span> </span> </div> <div class="item-orderform"> </div> </div> </div> </div> <div class="item-cell"> <div class="promotion promotion_row_0"> <div class="site-highlight featured promo">BUY 2 GET 3rd FREE</div> </div> <div onclick="window.location='https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/3+sets+of+Sticky+back+for+fabrics.html';"> <div class="image image_row_0"> <a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/3+sets+of+Sticky+back+for+fabrics.html" data-sku="91970" onClick="GoogleEcomTools.handleProductClick(this); return false;" ><span id="prodimg_91970_wrap"><img src="/site/vtapes/images//thumb/91970%20front-707.jpg" alt="3 sets of Sticky back for fabrics" alt="3 sets of Sticky back for fabrics" id="prodimg_91970" /></span></a> </div> </div> <div class="item-right-wapper"> <div> <div class="product_title"> <h4 class="item-title"><a data-sku="91970" onClick="GoogleEcomTools.handleProductClick(this); return false;" href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/3+sets+of+Sticky+back+for+fabrics.html">3 sets of Sticky back for fabrics</a></h4> </div> <div class="price-wrap"> <span class="price"><span id="product_price_91970"><span itemprop="price">$6.50</span></span> </span> </div> <div class="item-orderform"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <!-- noindex --></div></div> </div> <div class="postmainwrap"> <div class="postmain ym-wrapper"></div> </div> <div class="prefooterwrap"> <div class="ym-wrapper prefooter"><div class="content_prefooter"> <div id="c670" class="component_Layout_Table"> <table width="100%" cellspacing="0" class="table_layout"> <tr class="r1"> <td class="ltc c1" style="width:345px;"> <div class="content_container_670_1"> <div id="c429" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5>Customer Service</h5> <ul> <li><a href="https://www.vtapes.co.nz/Contact+Us.html">Contact us</a></li> <li><a href="https://www.vtapes.co.nz/About+Us/Terms+of+Trade.html">Delivery</a></li> <li><a href="https://www.vtapes.co.nz/FAQ.html">FAQ</a></li> <li><a href="https://www.vtapes.co.nz/About+Us/Terms+of+Trade.html">Trust Policy</a></li> <li><a href="https://www.vtapes.co.nz/About+Us/Terms+of+Trade.html">Returns</a></li> </ul> </div> </div> </div> </td><td width="36px" class="c_space">&nbsp;</td> <td class="ltc c2" style="width:345px;"> <div class="content_container_670_2"> <div id="c671" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5>About Us</h5> <ul> <li><a href="https://www.vtapes.co.nz/About+Us.html">Why Us</a></li> <li><a href="https://www.vtapes.co.nz/About+Us.html">Meet the team</a></li> <li><a href="https://www.vtapes.co.nz/About+Us/Terms+of+Trade.html">Terms/Conditions</a></li> <li><a href="https://www.vtapes.co.nz/About+Us/Privacy++Legal+Policies.html">Privacy</a></li> <li><a href="https://www.vtapes.co.nz/About+Us/Testimonials.html">Testimonials</a></li> </ul> </div> </div> </div> </td><td width="36px" class="c_space">&nbsp;</td> <td class="ltc c3" style="width:258px;"> <div class="content_container_670_3"> <div id="c672" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5>Follow Us</h5> <a href="http://nz.linkedin.com/in/viv-foster-v-tapes-velcro-827986102" target="_blank"><img align="baseline" alt="linkedina]" height="50" src="/site/vtapes/images/basic_theme/linkedina].png" width="50" /></a>&nbsp; &nbsp;<a href="https://www.facebook.com/vtapesvelcro" target="_blank"><img align="baseline" alt="Facebook-icon-01" height="50" src="/site/vtapes/images/basic_theme/Facebook-icon-01.png" width="50" /></a> </div> </div> </div> </td> </tr> </table> </div> </div><div class="content_prefooter"> <div id="c762" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5>Shop Online</h5> </div> </div> </div><div class="content_prefooter"> <div id="c763" class="component_Layout_Table"> <table width="100%" cellspacing="0" class="table_layout"> <tr class="r1"> <td class="ltc c1" style="width:256px;"> <div class="content_container_763_1"> <div id="c764" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5><a href="https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS.html">Adhesive Backed Tapes</a></h5> &nbsp; <h5><a href="https://www.vtapes.co.nz/shop/FABRICS.html">Fabrics</a></h5> </div> </div> </div> </td> <td class="ltc c2" style="width:256px;"> <div class="content_container_763_2"> <div id="c766" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5><a href="https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS.html">Sew on tapes</a></h5> &nbsp; <h5><a href="https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES.html">Custom Fasteners</a></h5> </div> </div> </div> </td> <td class="ltc c3" style="width:256px;"> <div class="content_container_763_3"> <div id="c767" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5><a href="https://www.vtapes.co.nz/shop/DOUBLE+SIDED+ADHESIVE+BACKED+TAPES.html">Double-sided tapes</a></h5> &nbsp; <h5><a href="https://www.vtapes.co.nz/shop/ties+and+straps.html">Ties &amp; straps</a></h5> </div> </div> </div> </td> <td class="ltc c4" style="width:256px;"> <div class="content_container_763_4"> <div id="c768" class="component_ContentDisplay_Content"> <div class="plain_content"> <h5><a href="https://www.vtapes.co.nz/shop/MEDICAL++TAPES.html">Medical tapes</a></h5> &nbsp; <h5><a href="https://www.vtapes.co.nz/shop/Special+Educational+Aids+Tools.html">Speciality</a></h5> </div> </div> </div> </td> </tr> </table> </div> </div></div> </div><div class="footerwrap"> <footer class="ym-wrapper footer"><div class="content_footer"> <div id="c501" class="component_Layout_Table"> <table width="100%" cellspacing="0" class="table_layout"> <tr class="r1"> <td class="ltc c1" style="width:571px;"> <div class="content_container_501_1"> <div id="c198" class="component_Navigation_Menu"> <div class="menu"> <ul> <li class="menu menu_first"><a class="menu menu_first" href="https://www.vtapes.co.nz/">Home </a></li> <li class="menu"><a class="menu" href="#">Back to top </a></li> <li class="menu"><a class="menu" href="https://www.vtapes.co.nz/websitemap.html">Sitemap </a></li> <li class="menu"><a class="menu" href="https://www.vtapes.co.nz/About+Us/Privacy++Legal+Policies.html">Privacy Policy </a></li> <li class="menu"><a class="menu" href="https://www.vtapes.co.nz/About+Us/Terms+of+Trade.html">Terms and Conditions </a></li> <li class="menu"><a class="menu" href="https://www.vtapes.co.nz/Contact+Us.html">Contact Us</a></li></ul> </div> </div> </div><div class="content_container_501_1"> <div id="c148" class="component_ContentDisplay_Footer"> <div class="std_footer"> <div class="copyright"><span class="footer_link">Website Designed by Zeald</span> &copy; Copyright 2019 VTapes Ltd. All rights reserved.</div> </div> <div id="pop-overlay" style="display: none;"></div> <div id="pop-overlay-inner" style="display: none;"> <button class="close"></button> </div> <script language="javascript" type="text/javascript">//<![CDATA[ (function() { var body = document.querySelector('body'); var popOverlay = document.getElementById('pop-overlay'); var popInner = document.getElementById('pop-overlay-inner'); var clearPop = function() { body.className = body.className. replace(/[\w-_]*pop-overlay[\w-_]*/g, ''). replace(/\s+/, ' '). trim(); } popInner.querySelector('.close').addEventListener('click', function(event) { event.stopPropagation(); event.preventDefault(); clearPop(); }); // bind click off the side of filters popup to close popInner.addEventListener('click', function(event) { event.stopPropagation(); }); popOverlay.addEventListener('click', function(event) { event.stopPropagation(); clearPop(); }); })(); //]]></script> </div> </div> </td> <td class="ltc c2" style="width:451px;"> <div class="content_container_501_2"> <div id="c673" class="component_ContentDisplay_Content"> <div class="plain_content"> <table border="0" cellpadding="0" cellspacing="0" style="width:450px;"> <tbody> <tr> <td style="width: 171px; vertical-align: middle;">Secure Payment Methods</td> <td style="width: 279px; vertical-align: middle;"><img align="baseline" height="25" src="/site/vtapes/images/basic_theme/logo_visa.jpg" style="margin-right: 20px;" alt="Vtapes - pay securely online with visa" width="49" /><img align="baseline" alt="logo mc" height="25" src="/site/vtapes/images/basic_theme/logo_mc.jpg" style="margin-right: 20px;" title="logo mc" alt="Vtapes - pay securely online with mastercard" width="44" /><img align="baseline" alt="logo amex" height="25" src="/site/vtapes/images/basic_theme/logo_amex.jpg" style="margin-right: 20px;" title="logo amex" alt="Vtapes - pay securely online with amex" width="66" /></td> </tr> </tbody> </table> </div> </div> </div> </td> </tr> </table> </div> </div></footer> </div> </div> </body> </html>
[ "<footer class=\"ym-wrapper footer\"><div class=\"content_footer\">\n\t<div id=\"c501\" class=\"component_Layout_Table\">\n\t\n\n<table width=\"100%\" cellspacing=\"0\" class=\"table_layout\">\n\t<tr class=\"r1\">\n\t\t<td class=\"ltc c1\" style=\"width:571px;\">\n\t\t\t<div class=\"content_container_501_1\">\n\t<div id=\"c198\" class=\"component_Navigation_Menu\">\n\t\n<div class=\"menu\">\n\n\n\t<ul>\n\t\t<li class=\"menu menu_first\"><a class=\"menu menu_first\" href=\"https://www.vtapes.co.nz/\">Home&#13;</a></li>\n\t\t<li class=\"menu\"><a class=\"menu\" href=\"#\">Back to top&#13;</a></li>\n\t\t<li class=\"menu\"><a class=\"menu\" href=\"https://www.vtapes.co.nz/websitemap.html\">Sitemap&#13;</a></li>\n\t\t<li class=\"menu\"><a class=\"menu\" href=\"https://www.vtapes.co.nz/About+Us/Privacy++Legal+Policies.html\">Privacy Policy&#13;</a></li>\n\t\t<li class=\"menu\"><a class=\"menu\" href=\"https://www.vtapes.co.nz/About+Us/Terms+of+Trade.html\">Terms and Conditions&#13;</a></li>\n\t\t<li class=\"menu\"><a class=\"menu\" href=\"https://www.vtapes.co.nz/Contact+Us.html\">Contact Us</a></li></ul>\n\n</div>\n\n\n\n\t</div>\n\t\t</div><div class=\"content_container_501_1\">\n\t<div id=\"c148\" class=\"component_ContentDisplay_Footer\">\n\t\n\n\n\n\n\n\n\n<div class=\"std_footer\">\n\t\t\n\t\t<div class=\"copyright\"><span class=\"footer_link\">Website Designed by Zeald</span> © Copyright 2019 VTapes Ltd. All rights reserved.</div>\n</div>\n\n\n\n<div id=\"pop-overlay\" style=\"display: none;\"/>\n<div id=\"pop-overlay-inner\" style=\"display: none;\">\n\t<button class=\"close\"/>\n</div>\n<script language=\"javascript\" type=\"text/javascript\">//&lt;![CDATA[\n\n\t(function() {\n\t\tvar body = document.querySelector('body');\n\t\tvar popOverlay = document.getElementById('pop-overlay');\n\t\tvar popInner = document.getElementById('pop-overlay-inner');\n\n\t\t\n\t\tvar clearPop = function() {\n\t\t\tbody.className = body.className.\n\t\t\t\treplace(/[\\w-_]*pop-overlay[\\w-_]*/g, '').\n\t\t\t\treplace(/\\s+/, ' ').\n\t\t\t\ttrim();\n\t\t}\n\t\tpopInner.querySelector('.close').addEventListener('click', function(event) {\n\t\t\tevent.stopPropagation();\n\t\t\tevent.preventDefault();\n\t\t\tclearPop();\n\t\t});\n\t\t\t\n\t\t// bind click off the side of filters popup to close\n\t\tpopInner.addEventListener('click', function(event) {\n\t\t\tevent.stopPropagation();\n\t\t});\n\t\tpopOverlay.addEventListener('click', function(event) {\n\t\t\tevent.stopPropagation();\n\t\t\tclearPop();\n\t\t});\n\t})();\n\n//]]&gt;</script>\n\t</div>\n\t\t</div>\n\t\t</td>\n\t\t<td class=\"ltc c2\" style=\"width:451px;\">\n\t\t\t<div class=\"content_container_501_2\">\n\t<div id=\"c673\" class=\"component_ContentDisplay_Content\">\n\t\n\n<div class=\"plain_content\">\n \n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:450px;\">&#13;\n\t<tbody>&#13;\n\t\t<tr>&#13;\n\t\t\t<td style=\"width: 171px; vertical-align: middle;\">Secure Payment Methods</td>&#13;\n\t\t\t<td style=\"width: 279px; vertical-align: middle;\"><img align=\"baseline\" height=\"25\" src=\"/site/vtapes/images/basic_theme/logo_visa.jpg\" style=\"margin-right: 20px;\" alt=\"Vtapes - pay securely online with visa\" width=\"49\"/><img align=\"baseline\" alt=\"logo mc\" height=\"25\" src=\"/site/vtapes/images/basic_theme/logo_mc.jpg\" style=\"margin-right: 20px;\" title=\"logo mc\" width=\"44\"/><img align=\"baseline\" alt=\"logo amex\" height=\"25\" src=\"/site/vtapes/images/basic_theme/logo_amex.jpg\" style=\"margin-right: 20px;\" title=\"logo amex\" width=\"66\"/></td>&#13;\n\t\t</tr>&#13;\n\t</tbody>&#13;\n</table>&#13;\n\n \n</div>\n\n\t</div>\n\t\t</div>\n\t\t</td>\n\t</tr>\n</table>\n\n\t</div>\n\t\t</div></footer>\n" ]
[ "<head>\n\n\n\n\n\n\t\n\t<title>Sticky back for fabrics - tape 19 mm x 609 mm | | VTapes Ltd</title>\n\n\t<meta name=\"description\" content=\"Re-order Code ; 91872\"/>\n\t<meta name=\"keywords\" content=\"Sticky back for fabrics - tape 19 mm x 609 mm\"/>\n<link rel=\"canonical\" href=\"https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/Sticky+back+for+fabrics+-+tape+19+mm+x+609+mm.html\"/>\n\n\n\n\n\n\t\n\t \n <script>\n dataLayer = [];\n </script>\n \n\n<meta property=\"og:image\" content=\"https://www.vtapes.co.nz/site/vtapes/images/items/91872%20angle.jpg\"/>\n\n\t\n\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\n\n\t<!-- BLOCK:Head -->\n\n\t<link rel=\"SHORTCUT ICON\" href=\"/site/vtapes/images/basic_theme/favicon.ico\"/>\t\n\n\t<style type=\"text/css\">\n\t\t@import \"/stylesheet/x_b/2/c/JzZ7aqqX-DBMHhpyk/template/117/template_style.css\";\n\n\n@import \"/stylesheet/x_b/2/c/JzZ7aqqX-DBMHhpyk/page/68/page_style.css\";\n\n\n \n\n\n\t\t\n\t</style>\n\t<script language=\"javascript\" type=\"text/javascript\">var doonload=false;</script>\n <script src=\"https://www.vtapes.co.nz/process/x_lv/1%2e10/mv_display/zest_controller.js\" language=\"javascript\" type=\"text/javascript\"/>\n\n\t<script src=\"https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js\" language=\"javascript\" type=\"text/javascript\"/>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js\" language=\"javascript\" type=\"text/javascript\"/>\n<script language=\"javascript\" type=\"text/javascript\">//&lt;![CDATA[\nfunction ajax_topcart_content() { var a = arguments; ;x = rs_init_object( 'POST', \"/process\", \"nc=1\", \"mv_display=ajax_action_ajax_topcart_content&amp;remote_sub=ajax_topcart_content&amp;mv_pc=S&amp;id=nsession\", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1]\n);}\n\n//]]&gt;</script>\n<script language=\"javascript\" type=\"text/javascript\">//&lt;![CDATA[\nfunction ajax_set_shipping_country() { var a = arguments; ;x = rs_init_object( 'POST', \"/process\", \"nc=1\", \"mv_display=ajax_action_ajax_set_shipping_country&amp;remote_sub=ajax_set_shipping_country&amp;mv_pc=S&amp;id=nsession\", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1]\n);}\n\n//]]&gt;</script>\n<script language=\"javascript\" type=\"text/javascript\">//&lt;![CDATA[\nfunction ajax_set_shipmode() { var a = arguments; ;x = rs_init_object( 'POST', \"/process\", \"nc=1\", \"mv_display=ajax_action_ajax_set_shipmode&amp;remote_sub=ajax_set_shipmode&amp;mv_pc=S&amp;id=nsession\", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1]\n);}\n\n//]]&gt;</script>\n<script language=\"javascript\" type=\"text/javascript\">//&lt;![CDATA[\nfunction ajax_delete_row() { var a = arguments; ;x = rs_init_object( 'POST', \"/process\", \"nc=1\", \"mv_display=ajax_action_ajax_delete_row&amp;remote_sub=ajax_delete_row&amp;mv_pc=S&amp;id=nsession\", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1]\n);}\n\n//]]&gt;</script>\n<script language=\"javascript\" type=\"text/javascript\">//&lt;![CDATA[\n\n\tfunction retrieve_price() { var a = arguments; ;x = rs_init_object( 'POST', \"/process\", \"nc=1\", \"mv_display=ajax_action_retrieve_price&amp;remote_sub=retrieve_price&amp;mv_pc=S&amp;id=nsession\", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1]\n);}\n\n\nfunction update_specials( sku, rrp, now ) {\n\tvar price_rrp = document.getElementById( 'price_rrp_' + sku );\n\tif ( !price_rrp ) return;\n\tprice_rrp.innerHTML = rrp;\n if(document.getElementById( 'price_now_' + sku )){\n\tdocument.getElementById( 'price_now_' + sku ).innerHTML = now;\n }\n\t// calculate the saving\n\tvar re = /^(\\D*)/;\n\tvar symbol = rrp.match( re, '$1' )[0];\n\tvar rf = /[^0-9\\.]+/g;\n rrp = parseFloat( rrp.replace( rf, '' ) );\n now = parseFloat( now.replace( rf, '' ) );\n\tvar diff = ( rrp - now ).toFixed( 2 );\n\tdocument.getElementById( 'price_save_' + sku ).innerHTML = symbol + diff;\n}\n\nvar option_values = {};\nvar options = {};\nvar qty = {};\n\nfunction recalc_quantity( el, sku, qty ){\n\t recalc_price( el, sku, qty );\n}\n\nwindow.price_hooks = new Array();\nfunction recalc_price( el, sku, qty ) {\n\tif( typeof qty === 'undefined' ){\n var qtyfield = el.form.mv_order_quantity; \n if( typeof qtyfield === 'undefined' ){\n qty = 1;\n }else{\n qty = el.form.mv_order_quantity.value; \n }\n\t}\n\tform = el.form;\n\tif ( !sku ) sku = el.form.mv_order_item.value;\n\tif ( !sku ) return alert( 'Cannot determine product sku' );\n\tif ( !option_values[sku] ) option_values[sku] = new Array();\n\tif( form.mv_item_option ){\n\t\tvar optNames = form.mv_item_option.tagName ? new Array( form.mv_item_option ) : form.mv_item_option;\n\t\tfor( var i = 0; i &lt; optNames.length; i++ ) {\n\t\t\tvar name = optNames[i].value;\n\t\t\toption_values[sku].push( name + '::' + input_value( form.elements[ 'mv_order_' + name ] ) );\n\t\t}\t\n\t}\n\n set_calculating(sku);\n retrieve_price( sku, option_values[sku].join('||'), '', qty, function( content ) {\n\t\tcontent = content.replace( /^\\s*/, '' );\n\t\tcontent = content.replace( /\\s*$/, '' );\n\t\tvar prices = content.split( '||' );\n\t\tif ( prices.length != 2 ) return;\n\t\tvar price_el = document.getElementById( 'product_price_' + sku );\n\t // add google Microdata - price support\n //prices[0].replace( /^\\D*/, '' )\n\t\tif ( price_el ) price_el.innerHTML = '&lt;span itemprop=\"price\"&gt;'+prices[0]+'&lt;/span&gt;';\n\n\t\t// do we need to update a specials box?\n\t\tupdate_specials( sku, prices[1], prices[0] );\n\n\t\t// fire off an update price event\n\t\tvar hooks = window.price_hooks;\n\t\tif (hooks.length) {\n\t\t\tfor (var i=0; i &lt; hooks.length; i++) {\n\n\t\t\t\t// if a hook was defined, fire it passing the new price data\n\t\t\t\tif (typeof hooks[i] == 'function') {\n\t\t\t\t\thooks[i](sku, prices[1], prices[0]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} );\n}\nfunction set_calculating(sku) {\n var el = document.getElementById('product_price_'+sku);\n if ( el ) {\n el.innerHTML = '&amp;nbsp;&lt;span style=\"font-size:smaller;\"&gt;Calculating...&lt;/span&gt;';\n }\n}\n\n\n\nfunction ajax_retrieve_image() { var a = arguments; ;x = rs_init_object( 'POST', \"/process\", \"nc=1\", \"mv_display=ajax_action_ajax_retrieve_image&amp;remote_sub=ajax_retrieve_image&amp;mv_pc=S&amp;id=nsession\", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1]\n);}\n\n\n// method to cache &amp; swap images as requested\nwindow.image_cache = new Object();\nfunction swapImage( src, imageId, width ) {\n\tif ( !imageId ) imageId = 'prodimg';\n\tif ( window.image_cache[src] ) {\n\t\tdocument.getElementById( imageId ).src = window.image_cache[src];\n\t} else {\n\t\tvar wrap = document.getElementById( imageId + '_wrap' );\n\t\twrap.innerHTML = '&lt;img src=\"/interchange-5/en_US/throbber.gif\" title=\"Loading...\" /&gt;';\n\t\tajax_retrieve_image( src, imageId, width, function( content ) {\n\t\t\twrap.innerHTML = content;\n\t\t\twindow.image_cache[src] = document.getElementById( imageId ).src;\n\t\t} );\n\t}\n}\n\n\n//]]&gt;</script>\n<script language=\"javascript\" type=\"text/javascript\">//&lt;![CDATA[\nfunction ajax_retrieve_swap_image() { var a = arguments; ;x = rs_init_object( 'POST', \"/process\", \"nc=1\", \"mv_display=ajax_action_ajax_retrieve_swap_image&amp;remote_sub=ajax_retrieve_swap_image&amp;mv_pc=S&amp;id=nsession\", Array.prototype.slice.call(arguments).slice(0, a.length-1 ), a[a.length-1]\n);}\n\n//]]&gt;</script>\n \n\t<link href=\"https://fonts.googleapis.com/css?family=Ubuntu:400,600,700,400italic,700italic\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n&#13;\n<!-- Google Tag Manager -->&#13;\n<script>(function(w,d,s,l,i){w&amp;#91;l]=w&amp;#91;l]||&amp;#91;];w&amp;#91;l].push({'gtm.start':&#13;\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)&amp;#91;0],&#13;\nj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=&#13;\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);&#13;\n})(window,document,'script','dataLayer','GTM-TBVM7L5');</script>&#13;\n<!-- End Google Tag Manager -->\n\t\n\n\n\n\n\n\n\n\n\n\t<!-- /BLOCK:Head -->\n</head>\n" ]
[ "<title>Sticky back for fabrics - tape 19 mm x 609 mm | | VTapes Ltd</title>\n\n\t" ]
[ { "key": "datasource", "type": "global", "value": "www.vtapes.co.nz > shop > SEW ON TAPES AND WEBBINGS > STICKY BACK FOR FABRICS > Sticky back for fabrics tape 19 mm x 609 mm html" } ]
[ { "char_end_idx": 247, "char_start_idx": 0, "key": "length", "type": "local", "value": "247" }, { "char_end_idx": 254, "char_start_idx": 247, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 257, "char_start_idx": 254, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 361, "char_start_idx": 257, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 755, "char_start_idx": 361, "key": "length", "type": "local", "value": "393" }, { "char_end_idx": 790, "char_start_idx": 755, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 858, "char_start_idx": 790, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 1286, "char_start_idx": 858, "key": "length", "type": "local", "value": "427" }, { "char_end_idx": 1287, "char_start_idx": 1286, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1288, "char_start_idx": 1287, "key": "length", "type": "local", "value": "0" } ]
[ { "key": "length", "type": "global", "value": "1316" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "headerwrap" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 5, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "tab home " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "li" }, { "char_end_idx": 26, "char_start_idx": 5, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/ADHESIVE+BACKED+TAPES+%26+SPOTS.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 27, "char_start_idx": 27, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 27, "char_start_idx": 5, "html_attrs": { "attrs": [ "class" ], "values": [ "tab ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 39, "char_start_idx": 27, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS+.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 40, "char_start_idx": 40, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 40, "char_start_idx": 27, "html_attrs": { "attrs": [ "class" ], "values": [ "tab sel ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 58, "char_start_idx": 40, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/DOUBLE+SIDED+ADHESIVE+BACKED+TAPES.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 59, "char_start_idx": 59, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 59, "char_start_idx": 40, "html_attrs": { "attrs": [ "class" ], "values": [ "tab ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 72, "char_start_idx": 59, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/MEDICAL++TAPES.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 73, "char_start_idx": 59, "html_attrs": { "attrs": [ "class" ], "values": [ "tab ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 80, "char_start_idx": 73, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/FABRICS.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 81, "char_start_idx": 81, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 81, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "tab ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 97, "char_start_idx": 81, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/CUSTOM+FASTENERS+-+BUCKLES.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 98, "char_start_idx": 98, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 98, "char_start_idx": 81, "html_attrs": { "attrs": [ "class" ], "values": [ "tab ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 111, "char_start_idx": 98, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/ties+and+straps.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 112, "char_start_idx": 112, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 112, "char_start_idx": 98, "html_attrs": { "attrs": [ "class" ], "values": [ "tab ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 122, "char_start_idx": 112, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/Special+Educational+Aids+Tools.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 123, "char_start_idx": 123, "html_attrs": { "attrs": [ "class" ], "values": [ "ct_dropdown ct_hide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 123, "char_start_idx": 112, "html_attrs": { "attrs": [ "class" ], "values": [ "tab ct_has_dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 13, "type": "local", "value": "ul" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 12, "type": "local", "value": "nav" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_menubar component_Navigation_ContentTabs content_tabs", "c120" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 10, "type": "local", "value": "td" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 9, "type": "local", "value": "tr" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "cellpadding", "cellspacing" ], "values": [ "menu_bar", "0", "0" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "table" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "ym-wrapper" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 7, "type": "local", "value": "nav" }, { "char_end_idx": 123, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "menuwrap" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 127, "char_start_idx": 123, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 155, "char_start_idx": 130, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS+.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 181, "char_start_idx": 158, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 230, "char_start_idx": 123, "html_attrs": { "attrs": [ "class", "id", "itemprop" ], "values": [ "content_main component_Navigation_BreadCrumb breadcrumb", "c413", "breadcrumb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 230, "char_start_idx": 230, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_main component_ProductDisplay_ProductView2", "c68" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 235, "char_start_idx": 230, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "productID" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 366, "char_start_idx": 236, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 367, "char_start_idx": 230, "html_attrs": { "attrs": [ "style" ], "values": [ "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 367, "char_start_idx": 230, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_container_512_start component_ProductDisplay_ProductDetailsComponents_ProductTitle product_info", "c513" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "rel", "href", "type", "media" ], "values": [ "stylesheet", "/~interch/lightbox2/css/lightbox.css", "text/css", "screen" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "link" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "itemprop", "src", "class", "alt", "id" ], "values": [ "image", "/site/vtapes/images//items/91872%20angle.jpg", "prodimg", "Sticky back for fabrics - tape 19 mm x 609 mm", "smallMainImageID" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "img" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "id", "href", "class", "rev", "rel", "target" ], "values": [ "mainImageID", "/ic/3656867831/91872%20angle.jpg", "but", "thumbSize=55x9999,largeSize=550x9999", "lightbox[prod]", "1" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "main_image", "prodimg_91872_wrap" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "class" ], "values": [ "image" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_container_512_1 component_ProductDisplay_ProductDetailsComponents_ProductImages", "c515" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c1", "width:20%;" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_container_512_2 component_ProductDisplay_ProductDetailsComponents_ProductOrderForm", "c517" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 367, "char_start_idx": 367, "html_attrs": { "attrs": [ "align", "alt", "height", "src", "style", "title", "width" ], "values": [ "baseline", "velcro new logo n copy", "58", "/site/vtapes/images/logos/velcro%20new%20logo%20n%20copy.jpg", "cursor: default;", "velcro new logo n copy", "200" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "img" }, { "char_end_idx": 391, "char_start_idx": 369, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 409, "char_start_idx": 393, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(102, 102, 102); cursor: text; font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: 19.5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; orphans: 2; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 439, "char_start_idx": 410, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 483, "char_start_idx": 440, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 499, "char_start_idx": 484, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 555, "char_start_idx": 499, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 589, "char_start_idx": 555, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 589, "char_start_idx": 410, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: transparent; color: rgb(102, 102, 102); font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-image: none; list-style-position: outside; list-style-type: square; margin-left: 0px; orphans: 2; padding-left: 20px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 861, "char_start_idx": 589, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: transparent; color: rgb(102, 102, 102); font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-size-adjust: none; font-stretch: 100%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 19.5px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; margin-top: 15px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 884, "char_start_idx": 862, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 884, "char_start_idx": 862, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 893, "char_start_idx": 885, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 939, "char_start_idx": 894, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 993, "char_start_idx": 939, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1011, "char_start_idx": 993, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1053, "char_start_idx": 1012, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1076, "char_start_idx": 1054, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1122, "char_start_idx": 1077, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1158, "char_start_idx": 1123, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1179, "char_start_idx": 1159, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1191, "char_start_idx": 1180, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1235, "char_start_idx": 1192, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1254, "char_start_idx": 1235, "html_attrs": { "attrs": [ "style" ], "values": [ "background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url(https://www.vtapes.co.nz/site/vtapes/images/basic_theme/bullet.png); background-origin: padding-box; background-position-x: 0px; background-position-y: 7px; background-repeat: no-repeat; background-size: auto; list-style-type: none; margin-left: 0px; padding-left: 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1254, "char_start_idx": 861, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: transparent; color: rgb(102, 102, 102); font-family: Ubuntu,Arial,Sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-image: none; list-style-position: outside; list-style-type: square; margin-left: 0px; orphans: 2; padding-left: 20px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1254, "char_start_idx": 367, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_container_512_2 component_ProductDisplay_ProductDetailsComponents_ProductFullDescription comment plain_content", "c518" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 1254, "char_start_idx": 367, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c2", "width:80%;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 18, "type": "local", "value": "td" }, { "char_end_idx": 1254, "char_start_idx": 367, "html_attrs": { "attrs": [ "class" ], "values": [ "r1" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 1254, "char_start_idx": 367, "html_attrs": { "attrs": [ "width", "cellspacing", "class" ], "values": [ "100%", "0", "table_layout" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 1254, "char_start_idx": 230, "html_attrs": { "attrs": [ "class", "id", "itemscope", "itemtype" ], "values": [ "content_main component_ProductDisplay_ProductDetailsComponents_ProductViewLayout", "c512", "", "http://schema.org/Product" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1289, "char_start_idx": 1254, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h3" }, { "char_end_idx": 1290, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class" ], "values": [ "item-right-wapper" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class" ], "values": [ "item-cell" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class" ], "values": [ "item-cell" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class" ], "values": [ "catview item-list item-row" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_cross_results component_ProductDisplay_CatView2", "c426" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 1254, "html_attrs": { "attrs": [ "class" ], "values": [ "cross-sell" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 8, "type": "local", "value": "section" }, { "char_end_idx": 1290, "char_start_idx": 1254, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_main component_ProductDisplay_CrossSellHorizontal", "c304" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 123, "html_attrs": { "attrs": [ "class" ], "values": [ "docwrap ym-wrapper document content content_only" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 1306, "char_start_idx": 1290, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "h5" }, { "char_end_idx": 1307, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_container_670_1 component_ContentDisplay_Content plain_content", "c429" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 1307, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c1", "width:345px;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 17, "type": "local", "value": "td" }, { "char_end_idx": 1307, "char_start_idx": 1307, "html_attrs": { "attrs": [ "width", "class" ], "values": [ "36px", "c_space" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 1315, "char_start_idx": 1307, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h5" }, { "char_end_idx": 1316, "char_start_idx": 1307, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_container_670_2 component_ContentDisplay_Content plain_content", "c671" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1316, "char_start_idx": 1307, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c2", "width:345px;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "width", "class" ], "values": [ "36px", "c_space" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c3", "width:258px;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 1316, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class" ], "values": [ "r1" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 16, "type": "local", "value": "tr" }, { "char_end_idx": 1316, "char_start_idx": 1290, "html_attrs": { "attrs": [ "width", "cellspacing", "class" ], "values": [ "100%", "0", "table_layout" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 15, "type": "local", "value": "table" }, { "char_end_idx": 1316, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_prefooter component_Layout_Table", "c670" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c1", "width:256px;" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "td" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c2", "width:256px;" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "td" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c3", "width:256px;" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "td" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ltc c4", "width:256px;" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "td" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class" ], "values": [ "r1" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 11, "type": "local", "value": "tr" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "width", "cellspacing", "class" ], "values": [ "100%", "0", "table_layout" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 10, "type": "local", "value": "table" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content_prefooter component_Layout_Table", "c763" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1316, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class" ], "values": [ "prefooterwrap ym-wrapper prefooter" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 1316, "char_start_idx": 1316, "html_attrs": { "attrs": [ "class" ], "values": [ "footerwrap" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 24, "type": "local", "value": "div" }, { "char_end_idx": 1316, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "wrapper" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1316, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "body" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 5, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Home\n" }, { "char_end_idx": 27, "char_start_idx": 5, "key": "paragraph", "marker": "li", "type": "local", "value": "Adhesive-Backed Tapes\n" }, { "char_end_idx": 40, "char_start_idx": 27, "key": "paragraph", "marker": "li", "type": "local", "value": "Sew On Tapes\n" }, { "char_end_idx": 59, "char_start_idx": 40, "key": "paragraph", "marker": "li", "type": "local", "value": "Double-Sided Tapes\n" }, { "char_end_idx": 73, "char_start_idx": 59, "key": "paragraph", "marker": "li", "type": "local", "value": "Medical Tapes\n" }, { "char_end_idx": 81, "char_start_idx": 73, "key": "paragraph", "marker": "li", "type": "local", "value": "Fabrics\n" }, { "char_end_idx": 98, "char_start_idx": 81, "key": "paragraph", "marker": "li", "type": "local", "value": "Custom Fasteners\n" }, { "char_end_idx": 112, "char_start_idx": 98, "key": "paragraph", "marker": "li", "type": "local", "value": "Ties & Straps\n" }, { "char_end_idx": 123, "char_start_idx": 112, "key": "paragraph", "marker": "ul", "type": "local", "value": "Speciality\n" }, { "char_end_idx": 230, "char_start_idx": 123, "key": "paragraph", "marker": "div", "type": "local", "value": "Home > SEW-ON TAPES AND WEBBINGS > STICKY BACK FOR FABRICS > Sticky back for fabrics - tape 19 mm x 609 mm\n" }, { "char_end_idx": 367, "char_start_idx": 230, "key": "paragraph", "marker": "div", "type": "local", "value": "91872 https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/Sticky+back+for+fabrics+-+tape+19+mm+x+609+mm.html\n" }, { "char_end_idx": 369, "char_start_idx": 367, "key": "paragraph", "marker": "li+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 393, "char_start_idx": 369, "key": "paragraph", "marker": "li+lf", "type": "local", "value": "\"NEW PRODUCT RELEASE\" \n\n" }, { "char_end_idx": 439, "char_start_idx": 393, "key": "paragraph", "marker": "li+lf", "type": "local", "value": "PRODUCT FEATURES\nSticky back coins for fabrics" }, { "char_end_idx": 483, "char_start_idx": 439, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPeel & Stick to fabric for a permanent bond" }, { "char_end_idx": 499, "char_start_idx": 483, "key": "paragraph", "marker": "li", "type": "local", "value": "\nColour : White\n" }, { "char_end_idx": 555, "char_start_idx": 499, "key": "paragraph", "marker": "li", "type": "local", "value": "Pack Quantity ; 1 roll of tape 19 mm wide x 609 mm long\n" }, { "char_end_idx": 589, "char_start_idx": 555, "key": "paragraph", "marker": "ul", "type": "local", "value": "High Quality fastener Made in USA\n" }, { "char_end_idx": 862, "char_start_idx": 589, "key": "paragraph", "marker": "p", "type": "local", "value": "VELCRO® Brand Sticky Back for Fabrics is an easy to apply peel and stick fastener that provides a permanent bond to fabrics with no sewing, gluing or ironing required. Fabric bond withstands laundering. Our durable VELCRO® Brand closures can be reused hundreds of times. \n\n" }, { "char_end_idx": 884, "char_start_idx": 862, "key": "paragraph", "marker": "li", "type": "local", "value": "SUGGESTED APPLICATIONS" }, { "char_end_idx": 893, "char_start_idx": 884, "key": "paragraph", "marker": "li", "type": "local", "value": "\nApparell" }, { "char_end_idx": 939, "char_start_idx": 893, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSports bibs location numbers for Netball etc\n" }, { "char_end_idx": 993, "char_start_idx": 939, "key": "paragraph", "marker": "li", "type": "local", "value": "Quick fixes for hems, shoulder pads, collars, sleeves\n" }, { "char_end_idx": 1011, "char_start_idx": 993, "key": "paragraph", "marker": "li", "type": "local", "value": "Great for Costumes" }, { "char_end_idx": 1053, "char_start_idx": 1011, "key": "paragraph", "marker": "li", "type": "local", "value": "\npersonalizing fabrics with embellishments" }, { "char_end_idx": 1076, "char_start_idx": 1053, "key": "paragraph", "marker": "li", "type": "local", "value": "\naccessories attachment" }, { "char_end_idx": 1122, "char_start_idx": 1076, "key": "paragraph", "marker": "li", "type": "local", "value": "\nattachment of patches onto materials/clothing" }, { "char_end_idx": 1158, "char_start_idx": 1122, "key": "paragraph", "marker": "li", "type": "local", "value": "\nscrap booking - attaching materials" }, { "char_end_idx": 1179, "char_start_idx": 1158, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInstant Bag closures" }, { "char_end_idx": 1191, "char_start_idx": 1179, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmedical use" }, { "char_end_idx": 1235, "char_start_idx": 1191, "key": "paragraph", "marker": "li", "type": "local", "value": "\nto hold Orthotics into place on shoe soles\n" }, { "char_end_idx": 1254, "char_start_idx": 1235, "key": "paragraph", "marker": "div", "type": "local", "value": "and much much more\n" }, { "char_end_idx": 1289, "char_start_idx": 1254, "key": "paragraph", "marker": "h3", "type": "local", "value": "You might also be interested in ..." }, { "char_end_idx": 1290, "char_start_idx": 1289, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1306, "char_start_idx": 1290, "key": "paragraph", "marker": "h5", "type": "local", "value": "Customer Service" }, { "char_end_idx": 1307, "char_start_idx": 1306, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1315, "char_start_idx": 1307, "key": "paragraph", "marker": "h5", "type": "local", "value": "About Us" }, { "char_end_idx": 1316, "char_start_idx": 1315, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Sticky back for fabrics - tape 19 mm x 609 mm | | VTapes Ltd" } ]
[ { "key": "url", "type": "global", "value": "https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/Sticky+back+for+fabrics+-+tape+19+mm+x+609+mm.html" } ]
[]
Home Adhesive-Backed Tapes Sew On Tapes Double-Sided Tapes Medical Tapes Fabrics Custom Fasteners Ties & Straps Speciality Home > SEW-ON TAPES AND WEBBINGS > STICKY BACK FOR FABRICS > Sticky back for fabrics - tape 19 mm x 609 mm 91872 https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/Sticky+back+for+fabrics+-+tape+19+mm+x+609+mm.html "NEW PRODUCT RELEASE" PRODUCT FEATURES Sticky back coins for fabrics Peel & Stick to fabric for a permanent bond Colour : White Pack Quantity ; 1 roll of tape 19 mm wide x 609 mm long High Quality fastener Made in USA VELCRO® Brand Sticky Back for Fabrics is an easy to apply peel and stick fastener that provides a permanent bond to fabrics with no sewing, gluing or ironing required. Fabric bond withstands laundering. Our durable VELCRO® Brand closures can be reused hundreds of times. SUGGESTED APPLICATIONS Apparell Sports bibs location numbers for Netball etc Quick fixes for hems, shoulder pads, collars, sleeves Great for Costumes personalizing fabrics with embellishments accessories attachment attachment of patches onto materials/clothing scrap booking - attaching materials Instant Bag closures medical use to hold Orthotics into place on shoe soles and much much more You might also be interested in ... Customer Service About Us
https://www.vtapes.co.nz/shop/SEW-ON+TAPES+AND+WEBBINGS/STICKY+BACK+FOR+FABRICS/Sticky+back+for+fabrics+-+tape+19+mm+x+609+mm.html
[ { "char_end_idx": 588, "char_start_idx": 585, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 934, "char_start_idx": 927, "key": "entity", "type": "local", "value": "Netball" }, { "char_end_idx": 1315, "char_start_idx": 1313, "key": "entity", "type": "local", "value": "Us_Weekly" } ]
[ { "char_end_idx": 589, "char_start_idx": 555, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States" }, { "char_end_idx": 939, "char_start_idx": 893, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Netball" }, { "char_end_idx": 1315, "char_start_idx": 1307, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" } ]
0
236
1556107607000
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://quorajournal.com/xmlrpc.php"> <title>How to make weight loss with simple change of food items? &#8211; Page 16 &#8211; QuoraJournal</title> <style type="text/css">.acp_wrapper .jcarousel-control-prev {left: -35px; background: #333333;color: #ffffff;box-shadow: none; }.acp_wrapper .jcarousel-control-next {right: -35px; background: #333333;color: #ffffff; box-shadow: none; }.acp_wrapper .jcarousel-control-prev:hover,.acp_wrapper .jcarousel-control-next:hover { background: #000000; color: #ffffff; box-shadow: none;}.acp_wrapper { clear: both; border-radius: 0px; }.paging_btns li.nbox a { height: auto !important; } .paging_btns { list-style: none; margin: 0 auto!important; padding: 0; height: auto; text-align: center; } .loader_container .loader { display: block; width: 100px; height: auto; box-shadow: none;} .loader_container { position: absolute; display: none; background: rgba(174,174,174,0.7);} .button_style a { color: #333333 !important; text-decoration: none !important;display: block; width: 100%; height: 100%; overflow: hidden;} .button_style { margin: 10px 2px 10px 0!important;padding:0px; text-align: center; color: #333333 !important;cursor: pointer; overflow: hidden; display: inline-block;}.button_style:hover,.button_style:focus {background: #CCCCCC;} .acp_page_number {float: left; font-size:16px; line-height:30px;padding: 0px 10px;background:#AAAAAA; border:1px solid #AAAAAA !important;color:#FFFFFF; font-weight:bold; font-family:arial} .paging_btns li.nbox { width: auto !important;height: auto !important;padding: 1px; } .paging_btns li.active .acp_page_number { background:#FFFFFF!important; color:#AAAAAA;cursor: default;border: 1px solid #AAAAAA!important; } .jcarousel-control-prev,.jcarousel-control-next{display: none;}@media screen and (max-width:420px){.acp_title{ font-size:12px!important; } .acp_desc{ font-size:11px!important; }} </style> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="QuoraJournal &raquo; Feed" href="http://quorajournal.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="QuoraJournal &raquo; Comments Feed" href="http://quorajournal.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="QuoraJournal &raquo; How to make weight loss with simple change of food items? Comments Feed" href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/quorajournal.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.10"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='newsanchor-bootstrap-css' href='http://quorajournal.com/wp-content/themes/newsanchor/css/bootstrap/bootstrap.min.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='acp-jcarousel-css-css' href='http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/third-party/jcarousel/jcarousel.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='newsanchor-body-fonts-css' href='//fonts.googleapis.com/css?family=PT+Sans%3A400%2C700&#038;ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='newsanchor-headings-fonts-css' href='//fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700&#038;ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='newsanchor-style-css' href='http://quorajournal.com/wp-content/themes/newsanchor/style.css?ver=4.9.10' type='text/css' media='all' /> <style id='newsanchor-style-inline-css' type='text/css'> .site-title { font-size:26px; } .site-description { font-size:16px; } h1 { font-size:52px; } h2 { font-size:42px; } h3 { font-size:32px; } h4 { font-size:25px; } h5 { font-size:20px; } h6 { font-size:18px; } body { font-size:14px; } .site-description { color:#424347} .top-header,.main-header { background-color:#ffffff} .bottom-header .header-nav { background-color:#222;} #mainnav ul .top-menu-item-2:hover { background-color:#fe2d18;} #mainnav ul .top-menu-item-3:hover { background-color:#91ce29;} #mainnav ul .top-menu-item-4:hover { background-color:#ff9600;} #mainnav ul .top-menu-item-5:hover { background-color:#b22234;} #mainnav ul .top-menu-item-0:hover { background-color:#c71c77;} body { color:#767676} .site-info { background-color:#1e1e1e} .footer-widgets.widget-area,.footer-widgets.widget-area a { color:#949494} .footer-widgets { background-color:#222} </style> <link rel='stylesheet' id='newsanchor-font-awesome-css' href='http://quorajournal.com/wp-content/themes/newsanchor/fonts/font-awesome.min.css?ver=4.9.10' type='text/css' media='all' /> <script type='text/javascript' src='http://quorajournal.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://quorajournal.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/js/frontend.js?ver=4.9.10'></script> <script type='text/javascript' src='http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/third-party/jcarousel/jquery.jcarousel.min.js?ver=4.9.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var acpJcarousel = {"wrapType":"circular"}; /* ]]> */ </script> <script type='text/javascript' src='http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/js/jcresp.js?ver=4.9.10'></script> <script type='text/javascript' src='http://quorajournal.com/wp-content/themes/newsanchor/js/owl.carousel.min.js?ver=1'></script> <link rel='https://api.w.org/' href='http://quorajournal.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://quorajournal.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://quorajournal.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Make certain about worst foods for weight loss' href='http://quorajournal.com/make-certain-about-worst-foods-for-weight-loss/' /> <meta name="generator" content="WordPress 4.9.10" /> <link rel="canonical" href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/16/" /> <link rel='shortlink' href='http://quorajournal.com/?p=89' /> <link rel="alternate" type="application/json+oembed" href="http://quorajournal.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fquorajournal.com%2Fhow-to-make-weight-loss-with-simple-change-of-food-items%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://quorajournal.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fquorajournal.com%2Fhow-to-make-weight-loss-with-simple-change-of-food-items%2F&#038;format=xml" /> <!--[if lt IE 9]> <script src="http://quorajournal.com/wp-content/themes/newsanchor/js/html5shiv.js"></script> <![endif]--> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-111001906-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-111001906-1'); </script> </head> <body class="post-template-default single single-post postid-89 single-format-standard paged-16 single-paged-16"> <div class="preloader"> <div class="spinner"> <div class="pre-bounce1"></div> <div class="pre-bounce2"></div> </div> </div> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="header" class="header"> <div class="top-header"> <div class="container"> </div> </div><!-- /.top-header --> <div class="main-header"> <div class="container"> <div class="row"> <div class="col-md-4"> <div id="logo" class="logo"> <h1 class="site-title"><a href="http://quorajournal.com/" rel="home">QuoraJournal</a></h1> <h2 class="site-description">Ask Any</h2> </div> </div> </div> </div> </div><!-- /.main-header --> <div class="bottom-header"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="header-nav clearfix"> <div class="btn-menu"></div><!-- //mobile menu button --> <nav id="mainnav" class="mainnav"> <ul id="primary-menu" class="clearfix"><li id="menu-item-5" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-5 top-menu-item-1"><a href="http://quorajournal.com">Home</a></li> <li id="menu-item-6" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-6 top-menu-item-2"><a href="http://quorajournal.com/category/weight-loss/">Weight Loss</a></li> <li id="menu-item-7" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-7 top-menu-item-3"><a href="http://quorajournal.com/category/exercises/">Exercises</a></li> <li id="menu-item-8" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8 top-menu-item-4"><a href="http://quorajournal.com/category/yoga/">Yoga</a></li> </ul> </nav><!-- /nav --> <div class="search-header"> <form role="search" method="get" class="search-form" action="http://quorajournal.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </div><!-- /.col-md-12 --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.bottom-header --> </header> <div class="page-content"> <div class="container content-wrapper"> <div class="row"> <div id="primary" class="content-area col-md-8 "> <main id="main" class="site-main" role="main"> <article id="post-89" class="post-89 post type-post status-publish format-standard hentry category-weight-loss clearfix"> <header class="entry-header"> <h1 class="single-title">How to make weight loss with simple change of food items?</h1> <div class="meta-post"> <span class="posted-on date"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/" rel="bookmark"><time class="entry-date published" datetime="2019-03-02T06:26:20+00:00">March 2, 2019</time><time class="updated" datetime="2019-03-02T06:28:13+00:00">March 2, 2019</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="http://quorajournal.com/author/ask-any/">Ask Any</a></span></span><span class="categories"> <a href="http://quorajournal.com/category/weight-loss/" rel="category tag">Weight Loss</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="nuthx5cc050dac4f95" ><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Top --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2490365186119325" data-ad-slot="3309512292" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div><style type="text/css"> @media screen and (min-width: 1201px) { .nuthx5cc050dac4f95 { display: block; } } @media screen and (min-width: 993px) and (max-width: 1200px) { .nuthx5cc050dac4f95 { display: block; } } @media screen and (min-width: 769px) and (max-width: 992px) { .nuthx5cc050dac4f95 { display: block; } } @media screen and (min-width: 768px) and (max-width: 768px) { .nuthx5cc050dac4f95 { display: block; } } @media screen and (max-width: 767px) { .nuthx5cc050dac4f95 { display: block; } } </style> <div style="display:none;"> </div><div id="acp_wrapper" class="acp_wrapper"><div id="acp_content" class="acp_content"></p> <h3>Food item 16: Tomatoes</h3> <p><img class="aligncenter size-full wp-image-106" src="http://quorajournal.com/wp-content/uploads/2019/03/Generic_Tomatoes1.jpg" alt="" width="375" height="250" srcset="http://quorajournal.com/wp-content/uploads/2019/03/Generic_Tomatoes1.jpg 375w, http://quorajournal.com/wp-content/uploads/2019/03/Generic_Tomatoes1-300x200.jpg 300w" sizes="(max-width: 375px) 100vw, 375px" /></p><div class="qsvhk5cc050dac5188" ><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Mid --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2490365186119325" data-ad-slot="4786245498" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div><style type="text/css"> @media screen and (min-width: 1201px) { .qsvhk5cc050dac5188 { display: block; } } @media screen and (min-width: 993px) and (max-width: 1200px) { .qsvhk5cc050dac5188 { display: block; } } @media screen and (min-width: 769px) and (max-width: 992px) { .qsvhk5cc050dac5188 { display: block; } } @media screen and (min-width: 768px) and (max-width: 768px) { .qsvhk5cc050dac5188 { display: block; } } @media screen and (max-width: 767px) { .qsvhk5cc050dac5188 { display: block; } } </style> <p>Tomatoes are widely used vegetable in the Indian kitchen it is rich in Vitamin C with low calories which helps to reduces the weight. If you intake tomatoes it would release hormone which helps to keep you fuller for long time, it also helps to maintain normal sugar level in blood, reduce cholesterol, acts as detoxifying agent and increases the energy level. It also reduces risk of cancer. Tomatoes are the major dietary source of the <b>antioxidant</b> lycopene, which has been linked to many <b>health benefits</b>, including reduced risk of <b>heart disease</b> and<b>cancer</b>. They are also a great source of <b>vitamin C</b>, <b>potassium</b>, <b>folate</b> and <b>vitamin K</b>.</p> <p></div><div data-jcarousel="true" class="jcarousel"><ul class="paging_btns" id="acp_paging_menu"><li tabindex="0" class="button_style nbox" id="item1"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/"><div class="acp_page_number">1</div></a></li><li tabindex="0" class="button_style nbox" id="item2"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/2/"><div class="acp_page_number">2</div></a></li><li tabindex="0" class="button_style nbox" id="item3"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/3/"><div class="acp_page_number">3</div></a></li><li tabindex="0" class="button_style nbox" id="item4"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/4/"><div class="acp_page_number">4</div></a></li><li tabindex="0" class="button_style nbox" id="item5"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/5/"><div class="acp_page_number">5</div></a></li><li tabindex="0" class="button_style nbox" id="item6"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/6/"><div class="acp_page_number">6</div></a></li><li tabindex="0" class="button_style nbox" id="item7"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/7/"><div class="acp_page_number">7</div></a></li><li tabindex="0" class="button_style nbox" id="item8"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/8/"><div class="acp_page_number">8</div></a></li><li tabindex="0" class="button_style nbox" id="item9"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/9/"><div class="acp_page_number">9</div></a></li><li tabindex="0" class="button_style nbox" id="item10"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/10/"><div class="acp_page_number">10</div></a></li><li tabindex="0" class="button_style nbox" id="item11"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/11/"><div class="acp_page_number">11</div></a></li><li tabindex="0" class="button_style nbox" id="item12"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/12/"><div class="acp_page_number">12</div></a></li><li tabindex="0" class="button_style nbox" id="item13"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/13/"><div class="acp_page_number">13</div></a></li><li tabindex="0" class="button_style nbox" id="item14"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/14/"><div class="acp_page_number">14</div></a></li><li tabindex="0" class="button_style nbox" id="item15"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/15/"><div class="acp_page_number">15</div></a></li><li tabindex="0" class="button_style nbox active" id="item16"><div class="acp_page_number">16</div></a></li><li tabindex="0" class="button_style nbox" id="item17"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/17/"><div class="acp_page_number">17</div></a></li><li tabindex="0" class="button_style nbox" id="item18"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/18/"><div class="acp_page_number">18</div></a></li><li tabindex="0" class="button_style nbox" id="item19"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/19/"><div class="acp_page_number">19</div></a></li><li tabindex="0" class="button_style nbox" id="item20"><a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/20/"><div class="acp_page_number">20</div></a></li></ul><a data-jcarouselcontrol="true" href="#" class="jcarousel-control-prev">‹</a><a data-jcarouselcontrol="true" href="#" class="jcarousel-control-next">›</a></div></div> <div class="yqudm5cc050dac53b4" ><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Below --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2490365186119325" data-ad-slot="1693178299" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div><style type="text/css"> @media screen and (min-width: 1201px) { .yqudm5cc050dac53b4 { display: block; } } @media screen and (min-width: 993px) and (max-width: 1200px) { .yqudm5cc050dac53b4 { display: block; } } @media screen and (min-width: 769px) and (max-width: 992px) { .yqudm5cc050dac53b4 { display: block; } } @media screen and (min-width: 768px) and (max-width: 768px) { .yqudm5cc050dac53b4 { display: block; } } @media screen and (max-width: 767px) { .yqudm5cc050dac53b4 { display: block; } } </style> </div><!-- .entry-content --> <footer class="entry-footer"> </footer><!-- .entry-footer --> </article><!-- #post-## --> <nav class="navigation post-navigation" role="navigation"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="http://quorajournal.com/make-certain-about-worst-foods-for-weight-loss/" rel="prev">Make certain about worst foods for weight loss</a></div></div> </nav> <div id="comments" class="comments-area comment-post"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/how-to-make-weight-loss-with-simple-change-of-food-items/16/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="http://quorajournal.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate> <p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" required='required' /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required='required' /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" /></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='89' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p> </form> </div><!-- #respond --> </div><!-- #comments --> </main><!-- #main --> </div><!-- #primary --> <div id="secondary" class="sidebar col-md-4" role="complementary"> <aside id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="http://quorajournal.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside> <aside id="recent-posts-2" class="widget widget_recent_entries"> <h5 class="widget-title">Recent Posts</h5> <ul> <li> <a href="http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/">How to make weight loss with simple change of food items?</a> </li> <li> <a href="http://quorajournal.com/make-certain-about-worst-foods-for-weight-loss/">Make certain about worst foods for weight loss</a> </li> <li> <a href="http://quorajournal.com/10-most-successful-yoga-postures-to-get-rid-of-belly-fat/">10 Most Successful Yoga Postures To Get Rid Of Belly Fat</a> </li> <li> <a href="http://quorajournal.com/10-best-adventure-travel-destinations-worldwide-in-2018/">10 Best Adventure Travel Destinations Worldwide in 2018</a> </li> <li> <a href="http://quorajournal.com/10-worst-countries-where-we-should-not-travel-in-life/">10 Worst Countries Where We Should Not Travel In Life</a> </li> </ul> </aside><aside id="recent-comments-2" class="widget newsanchor_recent_comments"><h5 class="widget-title">Recent Comments</h5><ul class="comments"></ul></aside><aside id="archives-2" class="widget widget_archive"><h5 class="widget-title">Archives</h5> <ul> <li><a href='http://quorajournal.com/2019/03/'>March 2019</a></li> <li><a href='http://quorajournal.com/2019/01/'>January 2019</a></li> <li><a href='http://quorajournal.com/2018/09/'>September 2018</a></li> <li><a href='http://quorajournal.com/2018/08/'>August 2018</a></li> </ul> </aside><aside id="categories-2" class="widget widget_categories"><h5 class="widget-title">Categories</h5> <ul> <li class="cat-item cat-item-1"><a href="http://quorajournal.com/category/weight-loss/" >Weight Loss</a> </li> <li class="cat-item cat-item-3"><a href="http://quorajournal.com/category/yoga/" >Yoga</a> </li> </ul> </aside><aside id="meta-2" class="widget widget_meta"><h5 class="widget-title">Meta</h5> <ul> <li><a href="http://quorajournal.com/wp-login.php">Log in</a></li> <li><a href="http://quorajournal.com/feed/">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://quorajournal.com/comments/feed/">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </aside></div><!-- #secondary --> </div> </div> </div><!-- .page-content --> <a class="go-top"> <i class="fa fa-angle-up"></i> </a> <footer id="colophon" class="site-info" role="contentinfo"> <div class="go-top2"></div> <div class="container"> <a href="http://wordpress.org/">Proudly powered by WordPress</a> <span class="sep"> | </span> Theme: <a href="http://athemes.com/theme/newsanchor" rel="designer">NewsAnchor</a> by aThemes. </div><!-- /.container --> </footer><!-- #colophon --> </div><!-- #page --> <script type='text/javascript' src='http://quorajournal.com/wp-content/themes/newsanchor/js/jquery.fitvids.js?ver=4.9.10'></script> <script type='text/javascript' src='http://quorajournal.com/wp-content/themes/newsanchor/js/imagesloaded.min.js?ver=4.9.10'></script> <script type='text/javascript' src='http://quorajournal.com/wp-content/themes/newsanchor/js/main.js?ver=4.9.10'></script> <script type='text/javascript' src='http://quorajournal.com/wp-content/themes/newsanchor/js/skip-link-focus-fix.js?ver=20130115'></script> <script type='text/javascript' src='http://quorajournal.com/wp-includes/js/comment-reply.min.js?ver=4.9.10'></script> <script type='text/javascript' src='http://quorajournal.com/wp-includes/js/wp-embed.min.js?ver=4.9.10'></script> </body> </html>
[ "<footer class=\"entry-footer\">\n\t\t\t</footer>", "<footer id=\"colophon\" class=\"site-info\" role=\"contentinfo\">\n\t\t<div class=\"go-top2\"/>\n\n\t\t\n\t\t<div class=\"container\">\n\t\t\t<a href=\"http://wordpress.org/\">Proudly powered by WordPress</a>\n\t\t\t<span class=\"sep\"> | </span>\n\t\t\tTheme: <a href=\"http://athemes.com/theme/newsanchor\" rel=\"designer\">NewsAnchor</a> by aThemes.\t\t</div><!-- /.container -->\n\t</footer>" ]
[ "<head>\n<meta charset=\"UTF-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n<link rel=\"pingback\" href=\"http://quorajournal.com/xmlrpc.php\"/>\n\n<title>How to make weight loss with simple change of food items? – Page 16 – QuoraJournal</title>\n <style type=\"text/css\">.acp_wrapper .jcarousel-control-prev {left: -35px; background: #333333;color: #ffffff;box-shadow: none; }.acp_wrapper .jcarousel-control-next {right: -35px; background: #333333;color: #ffffff; box-shadow: none; }.acp_wrapper .jcarousel-control-prev:hover,.acp_wrapper .jcarousel-control-next:hover { background: #000000; color: #ffffff; box-shadow: none;}.acp_wrapper { clear: both; border-radius: 0px; }.paging_btns li.nbox a { height: auto !important; } .paging_btns { list-style: none; margin: 0 auto!important; padding: 0; height: auto; text-align: center; } .loader_container .loader { display: block; width: 100px; height: auto; box-shadow: none;} .loader_container { position: absolute; display: none; background: rgba(174,174,174,0.7);} .button_style a { color: #333333 !important; text-decoration: none !important;display: block; width: 100%; height: 100%; overflow: hidden;} &#13;\n .button_style { margin: 10px 2px 10px 0!important;padding:0px; text-align: center; color: #333333 !important;cursor: pointer; overflow: hidden; display: inline-block;}.button_style:hover,.button_style:focus {background: #CCCCCC;} .acp_page_number {float: left; font-size:16px; line-height:30px;padding: 0px 10px;background:#AAAAAA; border:1px solid #AAAAAA !important;color:#FFFFFF; font-weight:bold; font-family:arial} .paging_btns li.nbox { width: auto !important;height: auto !important;padding: 1px; } .paging_btns li.active .acp_page_number { background:#FFFFFF!important; color:#AAAAAA;cursor: default;border: 1px solid #AAAAAA!important; } .jcarousel-control-prev,.jcarousel-control-next{display: none;}@media screen and (max-width:420px){.acp_title{ font-size:12px!important; } .acp_desc{ font-size:11px!important; }}&#13;\n </style>&#13;\n <link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"QuoraJournal » Feed\" href=\"http://quorajournal.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"QuoraJournal » Comments Feed\" href=\"http://quorajournal.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"QuoraJournal » How to make weight loss with simple change of food items? Comments Feed\" href=\"http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/quorajournal.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.9.10\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel=\"stylesheet\" id=\"newsanchor-bootstrap-css\" href=\"http://quorajournal.com/wp-content/themes/newsanchor/css/bootstrap/bootstrap.min.css?ver=1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"acp-jcarousel-css-css\" href=\"http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/third-party/jcarousel/jcarousel.min.css?ver=4.9.10\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"newsanchor-body-fonts-css\" href=\"//fonts.googleapis.com/css?family=PT+Sans%3A400%2C700&amp;ver=4.9.10\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"newsanchor-headings-fonts-css\" href=\"//fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700&amp;ver=4.9.10\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"newsanchor-style-css\" href=\"http://quorajournal.com/wp-content/themes/newsanchor/style.css?ver=4.9.10\" type=\"text/css\" media=\"all\"/>\n<style id=\"newsanchor-style-inline-css\" type=\"text/css\">\n.site-title { font-size:26px; }\n.site-description { font-size:16px; }\nh1 { font-size:52px; }\nh2 { font-size:42px; }\nh3 { font-size:32px; }\nh4 { font-size:25px; }\nh5 { font-size:20px; }\nh6 { font-size:18px; }\nbody { font-size:14px; }\n.site-description { color:#424347}\n.top-header,.main-header { background-color:#ffffff}\n.bottom-header .header-nav { background-color:#222;}\n#mainnav ul .top-menu-item-2:hover { background-color:#fe2d18;}\n#mainnav ul .top-menu-item-3:hover { background-color:#91ce29;}\n#mainnav ul .top-menu-item-4:hover { background-color:#ff9600;}\n#mainnav ul .top-menu-item-5:hover { background-color:#b22234;}\n#mainnav ul .top-menu-item-0:hover { background-color:#c71c77;}\nbody { color:#767676}\n.site-info { background-color:#1e1e1e}\n.footer-widgets.widget-area,.footer-widgets.widget-area a { color:#949494}\n.footer-widgets { background-color:#222}\n\n</style>\n<link rel=\"stylesheet\" id=\"newsanchor-font-awesome-css\" href=\"http://quorajournal.com/wp-content/themes/newsanchor/fonts/font-awesome.min.css?ver=4.9.10\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"http://quorajournal.com/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"http://quorajournal.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<script type=\"text/javascript\" src=\"http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/js/frontend.js?ver=4.9.10\"/>\n<script type=\"text/javascript\" src=\"http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/third-party/jcarousel/jquery.jcarousel.min.js?ver=4.9.10\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar acpJcarousel = {\"wrapType\":\"circular\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"http://quorajournal.com/wp-content/plugins/advanced-content-pagination/assets/js/jcresp.js?ver=4.9.10\"/>\n<script type=\"text/javascript\" src=\"http://quorajournal.com/wp-content/themes/newsanchor/js/owl.carousel.min.js?ver=1\"/>\n<link rel=\"https://api.w.org/\" href=\"http://quorajournal.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://quorajournal.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://quorajournal.com/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Make certain about worst foods for weight loss\" href=\"http://quorajournal.com/make-certain-about-worst-foods-for-weight-loss/\"/>\n<meta name=\"generator\" content=\"WordPress 4.9.10\"/>\n<link rel=\"canonical\" href=\"http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/16/\"/>\n<link rel=\"shortlink\" href=\"http://quorajournal.com/?p=89\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://quorajournal.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fquorajournal.com%2Fhow-to-make-weight-loss-with-simple-change-of-food-items%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://quorajournal.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fquorajournal.com%2Fhow-to-make-weight-loss-with-simple-change-of-food-items%2F&amp;format=xml\"/>\n<!--[if lt IE 9]>\n<script src=\"http://quorajournal.com/wp-content/themes/newsanchor/js/html5shiv.js\"></script>\n<![endif]-->\n\t\t<style type=\"text/css\">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>\n\t\t\t<!-- Global site tag (gtag.js) - Google Analytics -->\n<script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-111001906-1\"/>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n\n gtag('config', 'UA-111001906-1');\n</script>\n\n\n</head>\n\n" ]
[ "<title>How to make weight loss with simple change of food items? – Page 16 – QuoraJournal</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "quorajournal.com > how to make weight loss with simple change of food items" } ]
[ { "char_end_idx": 171, "char_start_idx": 0, "key": "length", "type": "local", "value": "171" }, { "char_end_idx": 398, "char_start_idx": 171, "key": "length", "type": "local", "value": "226" }, { "char_end_idx": 430, "char_start_idx": 398, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 595, "char_start_idx": 430, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 671, "char_start_idx": 595, "key": "length", "type": "local", "value": "75" } ]
[ { "key": "length", "type": "global", "value": "1042" } ]
[ { "char_end_idx": 15, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "skip-link screen-reader-text", "#content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 38, "char_start_idx": 16, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h3" }, { "char_end_idx": 488, "char_start_idx": 477, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 544, "char_start_idx": 529, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 585, "char_start_idx": 572, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 595, "char_start_idx": 589, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 638, "char_start_idx": 629, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 649, "char_start_idx": 640, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 657, "char_start_idx": 651, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 671, "char_start_idx": 662, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 672, "char_start_idx": 39, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 673, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "acp_content", "acp_content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 673, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "acp_wrapper", "acp_wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 673, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 673, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-89", "post-89 post type-post status-publish format-standard hentry category-weight-loss clearfix" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "article" }, { "char_end_idx": 688, "char_start_idx": 673, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 689, "char_start_idx": 673, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation post-navigation", "navigation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "nav" }, { "char_end_idx": 715, "char_start_idx": 703, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/how-to-make-weight-loss-with-simple-change-of-food-items/16/#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 715, "char_start_idx": 703, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 715, "char_start_idx": 689, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 716, "char_start_idx": 689, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "comments respond", "comments-area comment-post comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 716, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "main", "site-main", "main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "main" }, { "char_end_idx": 716, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "primary", "content-area col-md-8 " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 716, "char_start_idx": 716, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "search-2", "widget widget_search" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "aside" }, { "char_end_idx": 728, "char_start_idx": 716, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h5" }, { "char_end_idx": 786, "char_start_idx": 729, "html_attrs": { "attrs": [ "href" ], "values": [ "http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 787, "char_start_idx": 729, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 833, "char_start_idx": 787, "html_attrs": { "attrs": [ "href" ], "values": [ "http://quorajournal.com/make-certain-about-worst-foods-for-weight-loss/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 834, "char_start_idx": 787, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 890, "char_start_idx": 834, "html_attrs": { "attrs": [ "href" ], "values": [ "http://quorajournal.com/10-most-successful-yoga-postures-to-get-rid-of-belly-fat/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 891, "char_start_idx": 834, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 946, "char_start_idx": 891, "html_attrs": { "attrs": [ "href" ], "values": [ "http://quorajournal.com/10-best-adventure-travel-destinations-worldwide-in-2018/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 947, "char_start_idx": 891, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1000, "char_start_idx": 947, "html_attrs": { "attrs": [ "href" ], "values": [ "http://quorajournal.com/10-worst-countries-where-we-should-not-travel-in-life/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1001, "char_start_idx": 947, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1001, "char_start_idx": 729, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1001, "char_start_idx": 716, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-posts-2", "widget widget_recent_entries" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "aside" }, { "char_end_idx": 1016, "char_start_idx": 1001, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h5" }, { "char_end_idx": 1017, "char_start_idx": 1001, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-comments-2", "widget newsanchor_recent_comments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 1025, "char_start_idx": 1017, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h5" }, { "char_end_idx": 1026, "char_start_idx": 1017, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "archives-2", "widget widget_archive" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 1036, "char_start_idx": 1026, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h5" }, { "char_end_idx": 1037, "char_start_idx": 1026, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "categories-2", "widget widget_categories" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 1041, "char_start_idx": 1037, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h5" }, { "char_end_idx": 1042, "char_start_idx": 1037, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "meta-2", "widget widget_meta" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 1042, "char_start_idx": 716, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "secondary", "sidebar col-md-4", "complementary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1042, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "page-content container content-wrapper row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1042, "char_start_idx": 1042, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-angle-up" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 1042, "char_start_idx": 1042, "html_attrs": { "attrs": [ "class" ], "values": [ "go-top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1042, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "hfeed site" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1042, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-89 single-format-standard paged-16 single-paged-16" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 38, "char_start_idx": 0, "key": "paragraph", "marker": "h3", "type": "local", "value": "Skip to content\nFood item 16: Tomatoes" }, { "char_end_idx": 673, "char_start_idx": 38, "key": "paragraph", "marker": "p", "type": "local", "value": "\nTomatoes are widely used vegetable in the Indian kitchen it is rich in Vitamin C with low calories which helps to reduces the weight. If you intake tomatoes it would release hormone which helps to keep you fuller for long time, it also helps to maintain normal sugar level in blood, reduce cholesterol, acts as detoxifying agent and increases the energy level. It also reduces risk of cancer. Tomatoes are the major dietary source of the antioxidant lycopene, which has been linked to many health benefits, including reduced risk of heart disease andcancer. They are also a great source of vitamin C, potassium, folate and vitamin K.\n" }, { "char_end_idx": 688, "char_start_idx": 673, "key": "paragraph", "marker": "h2", "type": "local", "value": "Post navigation" }, { "char_end_idx": 689, "char_start_idx": 688, "key": "paragraph", "marker": "nav", "type": "local", "value": "\n" }, { "char_end_idx": 715, "char_start_idx": 689, "key": "paragraph", "marker": "h3", "type": "local", "value": "Leave a Reply Cancel reply" }, { "char_end_idx": 716, "char_start_idx": 715, "key": "paragraph", "marker": "main", "type": "local", "value": "\n" }, { "char_end_idx": 728, "char_start_idx": 716, "key": "paragraph", "marker": "h5", "type": "local", "value": "Recent Posts" }, { "char_end_idx": 787, "char_start_idx": 728, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHow to make weight loss with simple change of food items?\n" }, { "char_end_idx": 834, "char_start_idx": 787, "key": "paragraph", "marker": "li", "type": "local", "value": "Make certain about worst foods for weight loss\n" }, { "char_end_idx": 891, "char_start_idx": 834, "key": "paragraph", "marker": "li", "type": "local", "value": "10 Most Successful Yoga Postures To Get Rid Of Belly Fat\n" }, { "char_end_idx": 947, "char_start_idx": 891, "key": "paragraph", "marker": "li", "type": "local", "value": "10 Best Adventure Travel Destinations Worldwide in 2018\n" }, { "char_end_idx": 1001, "char_start_idx": 947, "key": "paragraph", "marker": "aside", "type": "local", "value": "10 Worst Countries Where We Should Not Travel In Life\n" }, { "char_end_idx": 1016, "char_start_idx": 1001, "key": "paragraph", "marker": "h5", "type": "local", "value": "Recent Comments" }, { "char_end_idx": 1017, "char_start_idx": 1016, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 1025, "char_start_idx": 1017, "key": "paragraph", "marker": "h5", "type": "local", "value": "Archives" }, { "char_end_idx": 1026, "char_start_idx": 1025, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 1036, "char_start_idx": 1026, "key": "paragraph", "marker": "h5", "type": "local", "value": "Categories" }, { "char_end_idx": 1037, "char_start_idx": 1036, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 1041, "char_start_idx": 1037, "key": "paragraph", "marker": "h5", "type": "local", "value": "Meta" }, { "char_end_idx": 1042, "char_start_idx": 1041, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "How to make weight loss with simple change of food items? – Page 16 – QuoraJournal" } ]
[ { "key": "url", "type": "global", "value": "http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/16/" } ]
[]
Skip to content Food item 16: Tomatoes Tomatoes are widely used vegetable in the Indian kitchen it is rich in Vitamin C with low calories which helps to reduces the weight. If you intake tomatoes it would release hormone which helps to keep you fuller for long time, it also helps to maintain normal sugar level in blood, reduce cholesterol, acts as detoxifying agent and increases the energy level. It also reduces risk of cancer. Tomatoes are the major dietary source of the antioxidant lycopene, which has been linked to many health benefits, including reduced risk of heart disease andcancer. They are also a great source of vitamin C, potassium, folate and vitamin K. Post navigation Leave a Reply Cancel reply Recent Posts How to make weight loss with simple change of food items? Make certain about worst foods for weight loss 10 Most Successful Yoga Postures To Get Rid Of Belly Fat 10 Best Adventure Travel Destinations Worldwide in 2018 10 Worst Countries Where We Should Not Travel In Life Recent Comments Archives Categories Meta
http://quorajournal.com/how-to-make-weight-loss-with-simple-change-of-food-items/16/
[ { "char_end_idx": 87, "char_start_idx": 81, "key": "entity", "type": "local", "value": "India" }, { "char_end_idx": 1041, "char_start_idx": 1037, "key": "entity", "type": "local", "value": "Meta_Department" } ]
[ { "char_end_idx": 673, "char_start_idx": 38, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "India" }, { "char_end_idx": 1041, "char_start_idx": 1037, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Meta_Department" } ]
0
504
1556261613000
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title> VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="http://pitch.pe/xmlrpc.php" /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Pitch Shopping &raquo; Feed" href="http://pitch.pe/feed/" /> <link rel="alternate" type="application/rss+xml" title="Pitch Shopping &raquo; Comments Feed" href="http://pitch.pe/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Pitch Shopping &raquo; VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora) Comments Feed" href="http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/pitch.pe\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://pitch.pe/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='pinboard-web-font-css' href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic|Oswald:300,300italic,regular,italic,600,600italic&#038;subset=latin' type='text/css' media='all' /> <link rel='stylesheet' id='pinboard-css' href='http://pitch.pe/wp-content/themes/Shopping/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='colorbox-css' href='http://pitch.pe/wp-content/themes/Shopping/styles/colorbox.css' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelementplayer-css' href='http://pitch.pe/wp-content/themes/Shopping/styles/mediaelementplayer.css' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='http://pitch.pe/wp-content/plugins/jetpack/css/jetpack.css?ver=7.1.1' type='text/css' media='all' /> <!--[if lt IE 9]> <script src="http://pitch.pe/wp-content/themes/Shopping/scripts/html5.js" type="text/javascript"></script> <![endif]--> <script type='text/javascript' src='http://pitch.pe/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://pitch.pe/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://pitch.pe/wp-content/themes/Shopping/scripts/ios-orientationchange-fix.js'></script> <script type='text/javascript' src='http://pitch.pe/wp-content/themes/Shopping/scripts/jquery.flexslider-min.js'></script> <script type='text/javascript' src='http://pitch.pe/wp-content/themes/Shopping/scripts/jquery.fitvids.js'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='http://pitch.pe/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1'></script> <script type='text/javascript' src='http://pitch.pe/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type='text/javascript' src='http://pitch.pe/wp-content/themes/Shopping/scripts/jquery.colorbox-min.js'></script> <link rel='https://api.w.org/' href='http://pitch.pe/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://pitch.pe/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://pitch.pe/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Double Shoulders School Bag Travel Backpack Bag' href='http://pitch.pe/double-shoulders-school-bag-travel-backpack-bag/' /> <link rel='next' title='SHISUO 3 in 1 128GB 8 Pin + Micro USB + USB 3.0 Metal Push-pull Flash Disk with OTG Function(Black)' href='http://pitch.pe/shisuo-3-in-1-128gb-8-pin-micro-usb-usb-3-0-metal-push-pull-flash-disk-with-otg-functionblack/' /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/" /> <link rel='shortlink' href='https://wp.me/panoBq-1ew' /> <link rel="alternate" type="application/json+oembed" href="http://pitch.pe/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpitch.pe%2Fvoopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://pitch.pe/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpitch.pe%2Fvoopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora%2F&#038;format=xml" /> <script type="text/javascript"> window._wp_rp_static_base_url = 'https://rp.zemanta.com/static/'; window._wp_rp_wp_ajax_url = "http://pitch.pe/wp-admin/admin-ajax.php"; window._wp_rp_plugin_version = '3.6.1'; window._wp_rp_post_id = '4744'; window._wp_rp_num_rel_posts = '6'; window._wp_rp_thumbnails = true; window._wp_rp_post_title = 'VOOPOO+Drag+2+177W+TC+Box+Mod%2C+TPD+UK+Edition+%28B-Aurora%29'; window._wp_rp_post_tags = ['gene', 'stainless', 'uk', 'dual', 'max', 'batteri', 'design', 'vape', 'color', 'tc', 'mod', 'resin', 'free', 'steel', 'azul']; </script> <link rel="stylesheet" href="http://pitch.pe/wp-content/plugins/related-posts/static/themes/vertical-m.css?version=3.6.1" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style> <script> /* <![CDATA[ */ jQuery(window).load(function() { }); jQuery(document).ready(function($) { $('#access .menu > li > a').each(function() { var title = $(this).attr('title'); if(typeof title !== 'undefined' && title !== false) { $(this).append('<br /> <span>'+title+'</span>'); $(this).removeAttr('title'); } }); function pinboard_move_elements(container) { if( container.hasClass('onecol') ) { var thumb = $('.entry-thumbnail', container); if('undefined' !== typeof thumb) $('.entry-container', container).before(thumb); var video = $('.entry-attachment', container); if('undefined' !== typeof video) $('.entry-container', container).before(video); var gallery = $('.post-gallery', container); if('undefined' !== typeof gallery) $('.entry-container', container).before(gallery); var meta = $('.entry-meta', container); if('undefined' !== typeof meta) $('.entry-container', container).after(meta); } } function pinboard_restore_elements(container) { if( container.hasClass('onecol') ) { var thumb = $('.entry-thumbnail', container); if('undefined' !== typeof thumb) $('.entry-header', container).after(thumb); var video = $('.entry-attachment', container); if('undefined' !== typeof video) $('.entry-header', container).after(video); var gallery = $('.post-gallery', container); if('undefined' !== typeof gallery) $('.entry-header', container).after(gallery); var meta = $('.entry-meta', container); if('undefined' !== typeof meta) $('.entry-header', container).append(meta); else $('.entry-header', container).html(meta.html()); } } if( ($(window).width() > 960) || ($(document).width() > 960) ) { // Viewport is greater than tablet: portrait } else { $('#content .hentry').each(function() { pinboard_move_elements($(this)); }); } $(window).resize(function() { if( ($(window).width() > 960) || ($(document).width() > 960) ) { $('.page-template-template-full-width-php #content .hentry, .page-template-template-blog-full-width-php #content .hentry, .page-template-template-blog-four-col-php #content .hentry').each(function() { pinboard_restore_elements($(this)); }); } else { $('#content .hentry').each(function() { pinboard_move_elements($(this)); }); } if( ($(window).width() > 760) || ($(document).width() > 760) ) { var maxh = 0; $('#access .menu > li > a').each(function() { if(parseInt($(this).css('height'))>maxh) { maxh = parseInt($(this).css('height')); } }); $('#access .menu > li > a').css('height', maxh); } else { $('#access .menu > li > a').css('height', 'auto'); } }); if( ($(window).width() > 760) || ($(document).width() > 760) ) { var maxh = 0; $('#access .menu > li > a').each(function() { var title = $(this).attr('title'); if(typeof title !== 'undefined' && title !== false) { $(this).append('<br /> <span>'+title+'</span>'); $(this).removeAttr('title'); } if(parseInt($(this).css('height'))>maxh) { maxh = parseInt($(this).css('height')); } }); $('#access .menu > li > a').css('height', maxh); $('#access li').mouseenter(function() { $(this).children('ul').css('display', 'none').stop(true, true).fadeIn(250).css('display', 'block').children('ul').css('display', 'none'); }); $('#access li').mouseleave(function() { $(this).children('ul').stop(true, true).fadeOut(250).css('display', 'block'); }); } else { $('#access li').each(function() { if($(this).children('ul').length) $(this).append('<span class="drop-down-toggle"><span class="drop-down-arrow"></span></span>'); }); $('.drop-down-toggle').click(function() { $(this).parent().children('ul').slideToggle(250); }); } $('audio,video').mediaelementplayer({ videoWidth: '100%', videoHeight: '100%', audioWidth: '100%', alwaysShowControls: true, features: ['playpause','progress','tracks','volume'], videoVolume: 'horizontal' }); $(".entry-attachment, .entry-content").fitVids({ customSelector: "iframe[src*='wordpress.tv'], iframe[src*='www.dailymotion.com'], iframe[src*='blip.tv'], iframe[src*='www.viddler.com']"}); }); jQuery(window).load(function() { jQuery('.entry-content a[href$=".jpg"],.entry-content a[href$=".jpeg"],.entry-content a[href$=".png"],.entry-content a[href$=".gif"],a.colorbox').colorbox({ maxWidth: '100%', maxHeight: '100%', }); }); /* ]]> */ </script> <style type="text/css"> #header input#s { width:168px; box-shadow:inset 1px 1px 5px 1px rgba(0, 0, 0, .1); text-indent: 0; } </style> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css"> #site-title a, #site-description { color:#333; } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-image: url("http://pitch.pe/wp-content/themes/Shopping/images/bg.jpg"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)" /> <meta property="og:url" content="http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/" /> <meta property="og:description" content="Price: $120.57 Free Shipping" /> <meta property="article:published_time" content="2019-01-31T04:08:39+00:00" /> <meta property="article:modified_time" content="2019-01-31T04:08:39+00:00" /> <meta property="og:site_name" content="Pitch Shopping" /> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:text:title" content="VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)" /> <meta name="twitter:card" content="summary" /> <!-- End Jetpack Open Graph Tags --> <style> .n_precio{ max-width: 250px; padding: 50px 5px 5px 5px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #F60; display: block; font-family: Arial; font-size: 24px; font-weight: bold; 1height: 65px; line-height: 28px; overflow: hidden; 1padding-right: 400px; 1position: absolute; 1right: 300px; text-align: left; 1top: 380px; max-width: 250px; padding-left:5px; text-shadow:0px 0px 0 rgb(184,75,-42),1px 0px 0 rgb(145,36,-81), 2px 0px 0 rgb(107,-2,-119),3px 0px 2px rgba(0,0,0,0.35),3px 0px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2); } .n_botton{ padding: 0px 5px 50px 5px; color: black; display: block; font-family: Arial; font-size: 24px; font-weight: bold; overflow: hidden; padding-right: 400px; right: 180px; text-align: right; width: 70px; padding-left:5px; } .n_free{ padding: 5px; color: #1e458a; display: block; font-family: Arial; font-size: 24px; font-weight: bold; line-height: 28px; overflow: hidden; text-align: left; padding-left:5px; text-shadow:0px 0px 0 rgb(145,36,-81), 1px 0px 0 rgb(68,-41,-158),2px 0px 1px rgba(0,0,0,0.05),2px 0px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2); } input[type=submit] .pagination a,.pagination span,html body .button { font-size: 110%!important; text-decoration: none!important; cursor: pointer; display: inline-block; position: relative; font-weight: bold; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #ed9; border: 1px solid #da6; border-bottom-width: 2px; color: #000!important; padding: .75em 1.3em; } .button.azul,.button.usar{ background-color:#0066a0;border-color:#049;color:#fff!important;text-shadow:.1em .1em .0em #027} .button.azul:active,.button.usar:active,.button.azul:hover,.button.usar:hover{background-color:#4b89dc!important} </style> </head> <body class="post-template-default single single-post postid-4744 single-format-standard custom-background page-template-template-full-width-php"> <div id="wrapper"> <header id="header"> <div id="site-title"> <a class="home" href="http://pitch.pe/" rel="home">Pitch Shopping</a> </div> <div id="sidebar-header" class="widget-area" role="complementary"> <aside id="search-2" class="widget widget_search"><form role="search" method="get" id="searchform" action="http://pitch.pe/" > <input type="text" value="" placeholder="Search this website&#8230;" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </form></aside><!-- .widget --> <aside id="recent-posts-2" class="widget widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li> <a href="http://pitch.pe/3-7v-0-19whr-rechargeable-replacement-li-polymer-battery-for-ipod-shuffle-4/">3.7V 0.19Whr Rechargeable Replacement Li-polymer Battery for iPod shuffle 4</a> </li> <li> <a href="http://pitch.pe/ultra-thin-tpu-protective-case-for-xiaomi-mi-8-with-360-degree-rotation-holder-black/">Ultra-thin TPU Protective Case for Xiaomi Mi 8, with 360 Degree Rotation Holder (Black)</a> </li> <li> <a href="http://pitch.pe/2-pcs-sexy-mesh-one-piece-swimsuit-sizelblack/">2 PCS Sexy Mesh One-Piece Swimsuit, Size:L(Black)</a> </li> <li> <a href="http://pitch.pe/joyroom-jr-cy172-ice-silk-sleeves-fresh-cool-uv-protection-oversleeve-white/">JOYROOM JR-CY172 Ice Silk Sleeves Fresh Cool UV Protection Oversleeve (White)</a> </li> <li> <a href="http://pitch.pe/sulada-anti-slip-tpu-handmade-leather-case-for-huawei-mate-20-pro-black/">SULADA Anti-slip TPU + Handmade Leather Case for Huawei Mate 20 Pro (Black)</a> </li> </ul> </aside><!-- .widget --><aside id="recent-comments-2" class="widget widget_recent_comments"><h3 class="widget-title">Recent Comments</h3><ul id="recentcomments"></ul></aside><!-- .widget --><aside id="archives-2" class="widget widget_archive"><h3 class="widget-title">Archives</h3> <ul> <li><a href='http://pitch.pe/2019/04/'>April 2019</a></li> <li><a href='http://pitch.pe/2019/03/'>March 2019</a></li> <li><a href='http://pitch.pe/2019/02/'>February 2019</a></li> <li><a href='http://pitch.pe/2019/01/'>January 2019</a></li> <li><a href='http://pitch.pe/2018/12/'>December 2018</a></li> <li><a href='http://pitch.pe/2018/11/'>November 2018</a></li> <li><a href='http://pitch.pe/2018/10/'>October 2018</a></li> </ul> </aside><!-- .widget --><aside id="categories-2" class="widget widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-1"><a href="http://pitch.pe/category/uncategorized/" >Uncategorized</a> </li> </ul> </aside><!-- .widget --><aside id="meta-2" class="widget widget_meta"><h3 class="widget-title">Meta</h3> <ul> <li><a href="http://pitch.pe/wp-login.php">Log in</a></li> <li><a href="http://pitch.pe/feed/">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://pitch.pe/comments/feed/">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </aside><!-- .widget --> </div><!-- #sidebar-header --> <div class="clear"></div> <nav id="access"> <a class="nav-show" href="#access">Show Navigation</a> <a class="nav-hide" href="#nogo">Hide Navigation</a> <div class="menu"></div> <div class="clear"></div> </nav><!-- #access --> </header><!-- #header --> <div id="container"> <section id="content" class="column onecol"> <article class="post-4744 post type-post status-publish format-standard hentry category-uncategorized column onecol" id="post-4744"> <div class="entry"> <header class="entry-header"> <h1 class="entry-title">VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)</h1> </header><!-- .entry-header --> <div class="entry-content"> <div> <div><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/http://shareasale.com/r.cfm?b=694650&amp;u=998597&amp;m=55818&amp;urllink=https://www.sunsky-online.com/view/795503/VOOPOO%20Drag%202%20177W%20TC%20Box%20Mod%20%20TPD%20UK%20Edition%20%20B-Aurora%20.htm" target="_blank" ><br /><img src="https://img.sunsky-online.com/upload/store/product/ZY12996593AA.jpg" alt=" " border="0" /> </a> </div> <div> <div> <div class="n_precio"> <p><strong>Price:</strong> <br />$120.57</p> </div> <div class="n_free"> Free Shipping</div> </p></div> <p> <span id="more-4744"></span></p> <div class="n_botton"><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/http://shareasale.com/r.cfm?b=694650&amp;u=998597&amp;m=55818&amp;urllink=https://www.sunsky-online.com/view/795503/VOOPOO%20Drag%202%20177W%20TC%20Box%20Mod%20%20TPD%20UK%20Edition%20%20B-Aurora%20.htm" class="button azul" target="_blank" >Buy Now </a> </div> <div> <div> <h3>Description</h3> <div style="margin:0 2px 12px 2px"> <div> Main Features:<br />1. 8 kinds of unique resin colors for optional, colorful your vaping life.<br />2. Powered by dual 18650 batteries, support 177W maximum output.<br />3. OLED screen displays parameters of device clearly.<br />4. Curve surface and round corners design offer comfortable hand feeling.<br />5. GENE chip and innovative FIT Mode make sure the great taste and long time vaping.</p> <p>Physical Parameter:<br />1. Size: 88.3*51*26.5mm<br />2. Material: Stainless Steel+ Resin<br />3. Battery Type: 2*18650 batteries<br />4. Max Wattage: 177W<br />5. Working Current: 1-40A<br />6. Output Voltage Range: 0-7.5V<br />7. Temperature Range: 100-315 degrees Celsius/200-600 degrees Fahrenheit<br />8. Thread: 510 Thread</p> <p>Packing List:<br />&#8211; 1 x Drag 2 Mod<br />&#8211; 1 x User Manual<br />&#8211; 1 x GENE Chip Card<br />&#8211; 1 x USB Cable<br />&#8211; 1 x Warranty Card </div> <div style="margin:12px 0"> <div class="params_begin">Specification:</div> <div class="params_group"> <table border="0" class="params_group_table"> <tbody> <tr> <td class="params_group_name"> Package Weight </td> <td class="params_props"> <div class="params_prop "> <table border="0" class="params_prop_table"> <tbody> <tr> <td class="params_name">One Package Weight</td> <td class="params_value"> 0.28kgs / 0.62lb </td> </tr> </tbody> </table></div> <div class="params_prop "> <table border="0" class="params_prop_table"> <tbody> <tr> <td class="params_name">Qty per Carton</td> <td class="params_value"> 8 </td> </tr> </tbody> </table></div> <div class="params_prop "> <table border="0" class="params_prop_table"> <tbody> <tr> <td class="params_name">Carton Weight</td> <td class="params_value"> 2.20kgs / 4.85lb </td> </tr> </tbody> </table></div> <div class="params_prop last_prop"> <table border="0" class="params_prop_table"> <tbody> <tr> <td class="params_name">Carton Size</td> <td class="params_value"> 60cm * 40cm * 40cm / 23.62inch * 15.75inch * 15.75inch </td> </tr> </tbody> </table></div> </td> </tr> </tbody> </table> </div> <div class="params_end"></div> </p></div> <div> <b>OEM are Welcome! we can print customer&apos;&apos;s artwork and logo</b> </div> </p></div> <div style="clear:both"></div> <h3>More Pictures</h3> <div id="picList" class="lineListings" align="center"> <div class="imgs"><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/https://www.sunsky-online.com/product/default!showImg.do?id=795503#IMG1" target="_blank" title="Click to View More Details"><img alt="ZY12996593AA" src="https://img.sunsky-online.com/upload/store/detail_l/ZY12996593AA_1.jpg"></a></div> <div class="imgs"><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/https://www.sunsky-online.com/product/default!showImg.do?id=795503#IMG2" target="_blank" title="Click to View More Details"><img alt="ZY12996593AA" src="https://img.sunsky-online.com/upload/store/detail_l/ZY12996593AA_2.jpg"></a></div> <div class="imgs"><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/https://www.sunsky-online.com/product/default!showImg.do?id=795503#IMG3" target="_blank" title="Click to View More Details"><img alt="ZY12996593AA" src="https://img.sunsky-online.com/upload/store/detail_l/ZY12996593AA_3.jpg"></a></div> <div class="imgs"><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/https://www.sunsky-online.com/product/default!showImg.do?id=795503#IMG4" target="_blank" title="Click to View More Details"><img alt="ZY12996593AA" src="https://img.sunsky-online.com/upload/store/detail_l/ZY12996593AA_4.jpg"></a></div> <div class="imgs"><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/https://www.sunsky-online.com/product/default!showImg.do?id=795503#IMG5" target="_blank" title="Click to View More Details"><img alt="ZY12996593AA" src="https://img.sunsky-online.com/upload/store/detail_l/ZY12996593AA_5.jpg"></a></div> <div class="imgs"><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/https://www.sunsky-online.com/product/default!showImg.do?id=795503#IMG6" target="_blank" title="Click to View More Details"><img alt="ZY12996593AA" src="https://img.sunsky-online.com/upload/store/detail_l/ZY12996593AA_6.jpg"></a></div> </p></div> <div style="clear:both"></div> <div style="float:left;padding-top:7px"> <img src="https://img.sunsky-online.com/htdocs/images/printer_icon.gif" align="absmiddle"><br /> <a target="_blank" rel="nofollow" href="http://pitch.pe/goto/void(0)" >Pack All Images and Download</a> </div> <div style="clear:both"></div> <div style="clear:both"></div> </p></div> </div> <div><a target="_blank" rel="nofollow" href="http://pitch.pe/goto/http://shareasale.com/r.cfm?b=694650&amp;u=998597&amp;m=55818&amp;urllink=https://www.sunsky-online.com/view/795503/VOOPOO%20Drag%202%20177W%20TC%20Box%20Mod%20%20TPD%20UK%20Edition%20%20B-Aurora%20.htm" class="button azul" target="_blank" >Buy Now </a> </div> </div> <div class="wp_rp_wrap wp_rp_vertical_m" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">Related Posts</h3><ul class="related_post wp_rp"><li data-position="0" data-poid="in-4739" data-post-type="none" ><a href="http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-standard-edition-b-aurora/" class="wp_rp_thumbnail"><img src="http://pitch.pe/wp-content/uploads/2019/01/ZY12996521AA.jpg" alt="VOOPOO Drag 2 177W TC Box Mod, Standard Edition (B-Aurora)" width="150" height="150" /></a><a href="http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-standard-edition-b-aurora/" class="wp_rp_title">VOOPOO Drag 2 177W TC Box Mod, Standard Edition (B-Aurora)</a></li><li data-position="1" data-poid="in-4819" data-post-type="none" ><a href="http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-2-0ml-tpd-uk-edition-b-atrovirens/" class="wp_rp_thumbnail"><img src="http://pitch.pe/wp-content/uploads/2019/02/ZY13056024AA.jpg" alt="VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 2.0ml TPD UK Edition (B-Atrovirens)" width="150" height="150" /></a><a href="http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-2-0ml-tpd-uk-edition-b-atrovirens/" class="wp_rp_title">VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 2.0ml TPD UK Edition (B-Atrovirens)</a></li><li data-position="2" data-poid="in-4821" data-post-type="none" ><a href="http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-5-0ml-standard-edition-b-atrovirens/" class="wp_rp_thumbnail"><img src="http://pitch.pe/wp-content/uploads/2019/02/ZY13054687AA.jpg" alt="VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 5.0ml Standard Edition (B-Atrovirens)" width="150" height="150" /></a><a href="http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-5-0ml-standard-edition-b-atrovirens/" class="wp_rp_title">VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 5.0ml Standard Edition (B-Atrovirens)</a></li><li data-position="3" data-poid="in-2987" data-post-type="none" ><a href="http://pitch.pe/innokin-proton-235w-tc-box-mod-gunmetal/" class="wp_rp_thumbnail"><img src="http://pitch.pe/wp-content/uploads/2019/01/ZY6380959AA.jpg" alt="Innokin Proton 235W TC Box Mod (Gunmetal)" width="150" height="150" /></a><a href="http://pitch.pe/innokin-proton-235w-tc-box-mod-gunmetal/" class="wp_rp_title">Innokin Proton 235W TC Box Mod (Gunmetal)</a></li><li data-position="4" data-poid="in-5523" data-post-type="none" ><a href="http://pitch.pe/smoant-cylon-tc-218w-box-mod-tamish/" class="wp_rp_thumbnail"><img src="http://pitch.pe/wp-content/uploads/2019/02/ZY13134955AA.jpg" alt="Smoant Cylon TC 218W Box Mod (Tamish)" width="150" height="150" /></a><a href="http://pitch.pe/smoant-cylon-tc-218w-box-mod-tamish/" class="wp_rp_title">Smoant Cylon TC 218W Box Mod (Tamish)</a></li><li data-position="5" data-poid="in-4971" data-post-type="none" ><a href="http://pitch.pe/rfgvape-21-rda-atomizer-blue-blue-resin/" class="wp_rp_thumbnail"><img src="http://pitch.pe/wp-content/uploads/2019/02/ZY13063330AA.jpg" alt="RFGVape 2+1 RDA Atomizer (Blue-blue resin)" width="150" height="150" /></a><a href="http://pitch.pe/rfgvape-21-rda-atomizer-blue-blue-resin/" class="wp_rp_title">RFGVape 2+1 RDA Atomizer (Blue-blue resin)</a></li></ul></div></div> <!-- segurid info seguridadad (http://seguridadinformatica.info) --> <div class="clear"></div> </div><!-- .entry-content --> <footer class="entry-utility"> </footer><!-- .entry-utility --> </div><!-- .entry --> </article><!-- .post --> </section><!-- #content --> </div><!-- #container --> <div id="footer"> <div id="copyright"> <p class="copyright twocol">© 2019 Pitch Shopping</p> <div class="clear"></div> </div><!-- #copyright --> </div><!-- #footer --> </div><!-- #wrapper --> <div style="display:none"> </div> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201917'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Apraa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='http://pitch.pe/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.1.1'></script> <script type='text/javascript' src='http://pitch.pe/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.1.1'></script> <script type='text/javascript' src='http://pitch.pe/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript' src='http://pitch.pe/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://stats.wp.com/e-201917.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.1.1',blog:'153339480',post:'4744',tz:'0',srv:'pitch.pe'} ]); _stq.push([ 'clickTrackerInit', '153339480', '4744' ]); </script> </body> </html>
[ "<footer class=\"entry-utility\">&#13;\n&#13;\n\t\t\t\t\t\t\t&#13;\n&#13;\n&#13;\n\t\t\t\t\t\t\t&#13;\n\t\t\t\t\t\t\t&#13;\n\t\t\t\t\t\t\t&#13;\n\t\t\t\t\t\t</footer>" ]
[ "<head>&#13;&#13;\n&#13;&#13;\n<meta charset=\"UTF-8\"/>&#13;&#13;\n&#13;&#13;\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>&#13;&#13;\n&#13;&#13;\n<title> VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)</title>&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>&#13;&#13;\n&#13;&#13;\n<link rel=\"pingback\" href=\"http://pitch.pe/xmlrpc.php\"/>&#13;&#13;\n&#13;&#13;\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pitch Shopping » Feed\" href=\"http://pitch.pe/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pitch Shopping » Comments Feed\" href=\"http://pitch.pe/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Pitch Shopping » VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora) Comments Feed\" href=\"http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/pitch.pe\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"http://pitch.pe/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"pinboard-web-font-css\" href=\"http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic|Oswald:300,300italic,regular,italic,600,600italic&amp;subset=latin\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"pinboard-css\" href=\"http://pitch.pe/wp-content/themes/Shopping/style.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"colorbox-css\" href=\"http://pitch.pe/wp-content/themes/Shopping/styles/colorbox.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"mediaelementplayer-css\" href=\"http://pitch.pe/wp-content/themes/Shopping/styles/mediaelementplayer.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"http://pitch.pe/wp-content/plugins/jetpack/css/jetpack.css?ver=7.1.1\" type=\"text/css\" media=\"all\"/>\n&#13;\n\t<!--[if lt IE 9]>\r\r\n\t<script src=\"http://pitch.pe/wp-content/themes/Shopping/scripts/html5.js\" type=\"text/javascript\"></script>\r\r\n\t<![endif]-->&#13;&#13;\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-content/themes/Shopping/scripts/ios-orientationchange-fix.js\"/>\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-content/themes/Shopping/scripts/jquery.flexslider-min.js\"/>\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-content/themes/Shopping/scripts/jquery.fitvids.js\"/>\n<script type=\"text/javascript\">\nvar mejsL10n = {\"language\":\"en\",\"strings\":{\"mejs.install-flash\":\"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\\/\\/get.adobe.com\\/flashplayer\\/\",\"mejs.fullscreen-off\":\"Turn off Fullscreen\",\"mejs.fullscreen-on\":\"Go Fullscreen\",\"mejs.download-video\":\"Download Video\",\"mejs.fullscreen\":\"Fullscreen\",\"mejs.time-jump-forward\":[\"Jump forward 1 second\",\"Jump forward %1 seconds\"],\"mejs.loop\":\"Toggle Loop\",\"mejs.play\":\"Play\",\"mejs.pause\":\"Pause\",\"mejs.close\":\"Close\",\"mejs.time-slider\":\"Time Slider\",\"mejs.time-help-text\":\"Use Left\\/Right Arrow keys to advance one second, Up\\/Down arrows to advance ten seconds.\",\"mejs.time-skip-back\":[\"Skip back 1 second\",\"Skip back %1 seconds\"],\"mejs.captions-subtitles\":\"Captions\\/Subtitles\",\"mejs.captions-chapters\":\"Chapters\",\"mejs.none\":\"None\",\"mejs.mute-toggle\":\"Mute Toggle\",\"mejs.volume-help-text\":\"Use Up\\/Down Arrow keys to increase or decrease volume.\",\"mejs.unmute\":\"Unmute\",\"mejs.mute\":\"Mute\",\"mejs.volume-slider\":\"Volume Slider\",\"mejs.video-player\":\"Video Player\",\"mejs.audio-player\":\"Audio Player\",\"mejs.ad-skip\":\"Skip ad\",\"mejs.ad-skip-info\":[\"Skip in 1 second\",\"Skip in %1 seconds\"],\"mejs.source-chooser\":\"Source Chooser\",\"mejs.stop\":\"Stop\",\"mejs.speed-rate\":\"Speed Rate\",\"mejs.live-broadcast\":\"Live Broadcast\",\"mejs.afrikaans\":\"Afrikaans\",\"mejs.albanian\":\"Albanian\",\"mejs.arabic\":\"Arabic\",\"mejs.belarusian\":\"Belarusian\",\"mejs.bulgarian\":\"Bulgarian\",\"mejs.catalan\":\"Catalan\",\"mejs.chinese\":\"Chinese\",\"mejs.chinese-simplified\":\"Chinese (Simplified)\",\"mejs.chinese-traditional\":\"Chinese (Traditional)\",\"mejs.croatian\":\"Croatian\",\"mejs.czech\":\"Czech\",\"mejs.danish\":\"Danish\",\"mejs.dutch\":\"Dutch\",\"mejs.english\":\"English\",\"mejs.estonian\":\"Estonian\",\"mejs.filipino\":\"Filipino\",\"mejs.finnish\":\"Finnish\",\"mejs.french\":\"French\",\"mejs.galician\":\"Galician\",\"mejs.german\":\"German\",\"mejs.greek\":\"Greek\",\"mejs.haitian-creole\":\"Haitian Creole\",\"mejs.hebrew\":\"Hebrew\",\"mejs.hindi\":\"Hindi\",\"mejs.hungarian\":\"Hungarian\",\"mejs.icelandic\":\"Icelandic\",\"mejs.indonesian\":\"Indonesian\",\"mejs.irish\":\"Irish\",\"mejs.italian\":\"Italian\",\"mejs.japanese\":\"Japanese\",\"mejs.korean\":\"Korean\",\"mejs.latvian\":\"Latvian\",\"mejs.lithuanian\":\"Lithuanian\",\"mejs.macedonian\":\"Macedonian\",\"mejs.malay\":\"Malay\",\"mejs.maltese\":\"Maltese\",\"mejs.norwegian\":\"Norwegian\",\"mejs.persian\":\"Persian\",\"mejs.polish\":\"Polish\",\"mejs.portuguese\":\"Portuguese\",\"mejs.romanian\":\"Romanian\",\"mejs.russian\":\"Russian\",\"mejs.serbian\":\"Serbian\",\"mejs.slovak\":\"Slovak\",\"mejs.slovenian\":\"Slovenian\",\"mejs.spanish\":\"Spanish\",\"mejs.swahili\":\"Swahili\",\"mejs.swedish\":\"Swedish\",\"mejs.tagalog\":\"Tagalog\",\"mejs.thai\":\"Thai\",\"mejs.turkish\":\"Turkish\",\"mejs.ukrainian\":\"Ukrainian\",\"mejs.vietnamese\":\"Vietnamese\",\"mejs.welsh\":\"Welsh\",\"mejs.yiddish\":\"Yiddish\"}};\n</script>\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1\"/>\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.1.1\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar _wpmejsSettings = {\"pluginPath\":\"\\/wp-includes\\/js\\/mediaelement\\/\",\"classPrefix\":\"mejs-\",\"stretching\":\"responsive\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"http://pitch.pe/wp-content/themes/Shopping/scripts/jquery.colorbox-min.js\"/>\n<link rel=\"https://api.w.org/\" href=\"http://pitch.pe/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://pitch.pe/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://pitch.pe/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Double Shoulders School Bag Travel Backpack Bag\" href=\"http://pitch.pe/double-shoulders-school-bag-travel-backpack-bag/\"/>\n<link rel=\"next\" title=\"SHISUO 3 in 1 128GB 8 Pin + Micro USB + USB 3.0 Metal Push-pull Flash Disk with OTG Function(Black)\" href=\"http://pitch.pe/shisuo-3-in-1-128gb-8-pin-micro-usb-usb-3-0-metal-push-pull-flash-disk-with-otg-functionblack/\"/>\n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<link rel=\"canonical\" href=\"http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/\"/>\n<link rel=\"shortlink\" href=\"https://wp.me/panoBq-1ew\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://pitch.pe/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpitch.pe%2Fvoopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://pitch.pe/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpitch.pe%2Fvoopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora%2F&amp;format=xml\"/>\n<script type=\"text/javascript\">\n\twindow._wp_rp_static_base_url = 'https://rp.zemanta.com/static/';\n\twindow._wp_rp_wp_ajax_url = \"http://pitch.pe/wp-admin/admin-ajax.php\";\n\twindow._wp_rp_plugin_version = '3.6.1';\n\twindow._wp_rp_post_id = '4744';\n\twindow._wp_rp_num_rel_posts = '6';\n\twindow._wp_rp_thumbnails = true;\n\twindow._wp_rp_post_title = 'VOOPOO+Drag+2+177W+TC+Box+Mod%2C+TPD+UK+Edition+%28B-Aurora%29';\n\twindow._wp_rp_post_tags = ['gene', 'stainless', 'uk', 'dual', 'max', 'batteri', 'design', 'vape', 'color', 'tc', 'mod', 'resin', 'free', 'steel', 'azul'];\n</script>\n<link rel=\"stylesheet\" href=\"http://pitch.pe/wp-content/plugins/related-posts/static/themes/vertical-m.css?version=3.6.1\"/>\n&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style>&#13;\n<script>&#13;&#13;\n/* &lt;![CDATA[ */&#13;&#13;\n\tjQuery(window).load(function() {&#13;&#13;\n\t\t&#13;\n\t});&#13;&#13;\n\tjQuery(document).ready(function($) {&#13;&#13;\n\t\t$('#access .menu &gt; li &gt; a').each(function() {&#13;&#13;\n\t\t\tvar title = $(this).attr('title');&#13;&#13;\n\t\t\tif(typeof title !== 'undefined' &amp;&amp; title !== false) {&#13;&#13;\n\t\t\t\t$(this).append('&lt;br /&gt; &lt;span&gt;'+title+'&lt;/span&gt;');&#13;&#13;\n\t\t\t\t$(this).removeAttr('title');&#13;&#13;\n\t\t\t}&#13;&#13;\n\t\t});&#13;&#13;\n\t\tfunction pinboard_move_elements(container) {&#13;&#13;\n\t\t\tif( container.hasClass('onecol') ) {&#13;&#13;\n\t\t\t\tvar thumb = $('.entry-thumbnail', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof thumb)&#13;&#13;\n\t\t\t\t\t$('.entry-container', container).before(thumb);&#13;&#13;\n\t\t\t\tvar video = $('.entry-attachment', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof video)&#13;&#13;\n\t\t\t\t\t$('.entry-container', container).before(video);&#13;&#13;\n\t\t\t\tvar gallery = $('.post-gallery', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof gallery)&#13;&#13;\n\t\t\t\t\t$('.entry-container', container).before(gallery);&#13;&#13;\n\t\t\t\tvar meta = $('.entry-meta', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof meta)&#13;&#13;\n\t\t\t\t\t$('.entry-container', container).after(meta);&#13;&#13;\n\t\t\t}&#13;&#13;\n\t\t}&#13;&#13;\n\t\tfunction pinboard_restore_elements(container) {&#13;&#13;\n\t\t\tif( container.hasClass('onecol') ) {&#13;&#13;\n\t\t\t\tvar thumb = $('.entry-thumbnail', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof thumb)&#13;&#13;\n\t\t\t\t\t$('.entry-header', container).after(thumb);&#13;&#13;\n\t\t\t\tvar video = $('.entry-attachment', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof video)&#13;&#13;\n\t\t\t\t\t$('.entry-header', container).after(video);&#13;&#13;\n\t\t\t\tvar gallery = $('.post-gallery', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof gallery)&#13;&#13;\n\t\t\t\t\t$('.entry-header', container).after(gallery);&#13;&#13;\n\t\t\t\tvar meta = $('.entry-meta', container);&#13;&#13;\n\t\t\t\tif('undefined' !== typeof meta)&#13;&#13;\n\t\t\t\t\t$('.entry-header', container).append(meta);&#13;&#13;\n\t\t\t\telse&#13;&#13;\n\t\t\t\t\t$('.entry-header', container).html(meta.html());&#13;&#13;\n\t\t\t}&#13;&#13;\n\t\t}&#13;&#13;\n\t\tif( ($(window).width() &gt; 960) || ($(document).width() &gt; 960) ) {&#13;&#13;\n\t\t\t// Viewport is greater than tablet: portrait&#13;&#13;\n\t\t} else {&#13;&#13;\n\t\t\t$('#content .hentry').each(function() {&#13;&#13;\n\t\t\t\tpinboard_move_elements($(this));&#13;&#13;\n\t\t\t});&#13;&#13;\n\t\t}&#13;&#13;\n\t\t$(window).resize(function() {&#13;&#13;\n\t\t\tif( ($(window).width() &gt; 960) || ($(document).width() &gt; 960) ) {&#13;&#13;\n\t\t\t\t&#13;\n\t\t\t\t\t$('.page-template-template-full-width-php #content .hentry, .page-template-template-blog-full-width-php #content .hentry, .page-template-template-blog-four-col-php #content .hentry').each(function() {&#13;&#13;\n\t\t\t\t\t\tpinboard_restore_elements($(this));&#13;&#13;\n\t\t\t\t\t});&#13;&#13;\n\t\t\t\t&#13;\n\t\t\t} else {&#13;&#13;\n\t\t\t\t$('#content .hentry').each(function() {&#13;&#13;\n\t\t\t\t\tpinboard_move_elements($(this));&#13;&#13;\n\t\t\t\t});&#13;&#13;\n\t\t\t}&#13;&#13;\n\t\t\tif( ($(window).width() &gt; 760) || ($(document).width() &gt; 760) ) {&#13;&#13;\n\t\t\t\tvar maxh = 0;&#13;&#13;\n\t\t\t\t$('#access .menu &gt; li &gt; a').each(function() {&#13;&#13;\n\t\t\t\t\tif(parseInt($(this).css('height'))&gt;maxh) {&#13;&#13;\n\t\t\t\t\t\tmaxh = parseInt($(this).css('height'));&#13;&#13;\n\t\t\t\t\t}&#13;&#13;\n\t\t\t\t});&#13;&#13;\n\t\t\t\t$('#access .menu &gt; li &gt; a').css('height', maxh);&#13;&#13;\n\t\t\t} else {&#13;&#13;\n\t\t\t\t$('#access .menu &gt; li &gt; a').css('height', 'auto');&#13;&#13;\n\t\t\t}&#13;&#13;\n\t\t});&#13;&#13;\n\t\tif( ($(window).width() &gt; 760) || ($(document).width() &gt; 760) ) {&#13;&#13;\n\t\t\tvar maxh = 0;&#13;&#13;\n\t\t\t$('#access .menu &gt; li &gt; a').each(function() {&#13;&#13;\n\t\t\t\tvar title = $(this).attr('title');&#13;&#13;\n\t\t\t\tif(typeof title !== 'undefined' &amp;&amp; title !== false) {&#13;&#13;\n\t\t\t\t\t$(this).append('&lt;br /&gt; &lt;span&gt;'+title+'&lt;/span&gt;');&#13;&#13;\n\t\t\t\t\t$(this).removeAttr('title');&#13;&#13;\n\t\t\t\t}&#13;&#13;\n\t\t\t\tif(parseInt($(this).css('height'))&gt;maxh) {&#13;&#13;\n\t\t\t\t\tmaxh = parseInt($(this).css('height'));&#13;&#13;\n\t\t\t\t}&#13;&#13;\n\t\t\t});&#13;&#13;\n\t\t\t$('#access .menu &gt; li &gt; a').css('height', maxh);&#13;&#13;\n\t\t\t&#13;\n\t\t\t\t$('#access li').mouseenter(function() {&#13;&#13;\n\t\t\t\t\t$(this).children('ul').css('display', 'none').stop(true, true).fadeIn(250).css('display', 'block').children('ul').css('display', 'none');&#13;&#13;\n\t\t\t\t});&#13;&#13;\n\t\t\t\t$('#access li').mouseleave(function() {&#13;&#13;\n\t\t\t\t\t$(this).children('ul').stop(true, true).fadeOut(250).css('display', 'block');&#13;&#13;\n\t\t\t\t});&#13;&#13;\n\t\t\t&#13;\n\t\t} else {&#13;&#13;\n\t\t\t$('#access li').each(function() {&#13;&#13;\n\t\t\t\tif($(this).children('ul').length)&#13;&#13;\n\t\t\t\t\t$(this).append('&lt;span class=\"drop-down-toggle\"&gt;&lt;span class=\"drop-down-arrow\"&gt;&lt;/span&gt;&lt;/span&gt;');&#13;&#13;\n\t\t\t});&#13;&#13;\n\t\t\t$('.drop-down-toggle').click(function() {&#13;&#13;\n\t\t\t\t$(this).parent().children('ul').slideToggle(250);&#13;&#13;\n\t\t\t});&#13;&#13;\n\t\t}&#13;&#13;\n\t\t&#13;\n\t\t$('audio,video').mediaelementplayer({&#13;&#13;\n\t\t\tvideoWidth: '100%',&#13;&#13;\n\t\t\tvideoHeight: '100%',&#13;&#13;\n\t\t\taudioWidth: '100%',&#13;&#13;\n\t\t\talwaysShowControls: true,&#13;&#13;\n\t\t\tfeatures: ['playpause','progress','tracks','volume'],&#13;&#13;\n\t\t\tvideoVolume: 'horizontal'&#13;&#13;\n\t\t});&#13;&#13;\n\t\t$(\".entry-attachment, .entry-content\").fitVids({ customSelector: \"iframe[src*='wordpress.tv'], iframe[src*='www.dailymotion.com'], iframe[src*='blip.tv'], iframe[src*='www.viddler.com']\"});&#13;&#13;\n\t});&#13;&#13;\n\tjQuery(window).load(function() {&#13;&#13;\n\t\t&#13;\n\t\t\tjQuery('.entry-content a[href$=\".jpg\"],.entry-content a[href$=\".jpeg\"],.entry-content a[href$=\".png\"],.entry-content a[href$=\".gif\"],a.colorbox').colorbox({&#13;&#13;\n\t\t\t\tmaxWidth: '100%',&#13;&#13;\n\t\t\t\tmaxHeight: '100%',&#13;&#13;\n\t\t\t});&#13;&#13;\n\t\t&#13;\n\t});&#13;&#13;\n/* ]]&gt; */&#13;&#13;\n</script>&#13;&#13;\n&#13;\n<style type=\"text/css\">&#13;&#13;\n\t&#13;\n\t\t#header input#s {&#13;&#13;\n\t\t\twidth:168px;&#13;&#13;\n\t\t\tbox-shadow:inset 1px 1px 5px 1px rgba(0, 0, 0, .1);&#13;&#13;\n\t\t\ttext-indent: 0;&#13;&#13;\n\t\t}&#13;&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t\t&#13;\n\t\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t\t&#13;\n\t\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n\t&#13;\n</style>&#13;&#13;\n\t\t<style type=\"text/css\">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>\n\t\t&#13;\n<style type=\"text/css\">&#13;&#13;\n&#13;\n\t#site-title a,&#13;&#13;\n\t#site-description {&#13;&#13;\n\t\tcolor:#333;&#13;&#13;\n\t}&#13;&#13;\n&#13;\n</style>&#13;&#13;\n<style type=\"text/css\" id=\"custom-background-css\">\nbody.custom-background { background-image: url(\"http://pitch.pe/wp-content/themes/Shopping/images/bg.jpg\"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; }\n</style>\n\t\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)\"/>\n<meta property=\"og:url\" content=\"http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/\"/>\n<meta property=\"og:description\" content=\"Price: $120.57 Free Shipping\"/>\n<meta property=\"article:published_time\" content=\"2019-01-31T04:08:39+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2019-01-31T04:08:39+00:00\"/>\n<meta property=\"og:site_name\" content=\"Pitch Shopping\"/>\n<meta property=\"og:image\" content=\"https://s0.wp.com/i/blank.jpg\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"twitter:text:title\" content=\"VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n&#13;\n&#13;&#13;\n&#13;\n&#13;&#13;\n&#13;&#13;\n<style>&#13;&#13;\n.n_precio{&#13;&#13;\nmax-width: 250px;&#13;&#13;\npadding: 50px 5px 5px 5px;&#13;&#13;\n-webkit-border-radius: 8px;&#13;&#13;\n-moz-border-radius: 8px;&#13;&#13;\nborder-radius: 8px;&#13;&#13;\n color: #F60;&#13;&#13;\n display: block;&#13;&#13;\n font-family: Arial;&#13;&#13;\n font-size: 24px;&#13;&#13;\n font-weight: bold;&#13;&#13;\n 1height: 65px;&#13;&#13;\n line-height: 28px;&#13;&#13;\n overflow: hidden;&#13;&#13;\n 1padding-right: 400px;&#13;&#13;\n 1position: absolute;&#13;&#13;\n 1right: 300px;&#13;&#13;\n text-align: left;&#13;&#13;\n 1top: 380px;&#13;&#13;\n max-width: 250px;&#13;&#13;\n padding-left:5px;&#13;&#13;\ntext-shadow:0px 0px 0 rgb(184,75,-42),1px 0px 0 rgb(145,36,-81), 2px 0px 0 rgb(107,-2,-119),3px 0px 2px rgba(0,0,0,0.35),3px 0px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);&#13;&#13;\n }&#13;&#13;\n.n_botton{&#13;&#13;\npadding: 0px 5px 50px 5px;&#13;&#13;\n color: black;&#13;&#13;\n display: block;&#13;&#13;\n font-family: Arial;&#13;&#13;\n font-size: 24px;&#13;&#13;\n font-weight: bold;&#13;&#13;\n overflow: hidden;&#13;&#13;\n padding-right: 400px;&#13;&#13;\n right: 180px;&#13;&#13;\n text-align: right;&#13;&#13;\n width: 70px;&#13;&#13;\n padding-left:5px;&#13;&#13;\n&#13;&#13;\n }&#13;&#13;\n.n_free{&#13;&#13;\npadding: 5px;&#13;&#13;\n color: #1e458a;&#13;&#13;\n display: block;&#13;&#13;\n font-family: Arial;&#13;&#13;\n font-size: 24px;&#13;&#13;\n font-weight: bold;&#13;&#13;\n line-height: 28px;&#13;&#13;\n overflow: hidden;&#13;&#13;\n text-align: left;&#13;&#13;\n padding-left:5px;&#13;&#13;\ntext-shadow:0px 0px 0 rgb(145,36,-81), 1px 0px 0 rgb(68,-41,-158),2px 0px 1px rgba(0,0,0,0.05),2px 0px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);&#13;&#13;\n }&#13;&#13;\ninput[type=submit] .pagination a,.pagination span,html body .button {&#13;&#13;\nfont-size: 110%!important;&#13;&#13;\ntext-decoration: none!important;&#13;&#13;\ncursor: pointer;&#13;&#13;\ndisplay: inline-block;&#13;&#13;\nposition: relative;&#13;&#13;\nfont-weight: bold;&#13;&#13;\n-webkit-border-radius: 4px;&#13;&#13;\n-moz-border-radius: 4px;&#13;&#13;\nborder-radius: 4px;&#13;&#13;\nbackground: #ed9;&#13;&#13;\nborder: 1px solid #da6;&#13;&#13;\nborder-bottom-width: 2px;&#13;&#13;\ncolor: #000!important;&#13;&#13;\npadding: .75em 1.3em;&#13;&#13;\n}&#13;&#13;\n.button.azul,.button.usar{&#13;&#13;\nbackground-color:#0066a0;border-color:#049;color:#fff!important;text-shadow:.1em .1em .0em #027}&#13;&#13;\n.button.azul:active,.button.usar:active,.button.azul:hover,.button.usar:hover{background-color:#4b89dc!important}&#13;&#13;\n</style>&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n</head>&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n" ]
[ "<title> VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)</title>&#13;&#13;\n&#13;&#13;\n&#13;&#13;\n" ]
[ { "key": "datasource", "type": "global", "value": "pitch.pe > voopoo drag 2 177w tc box mod tpd uk edition b aurora" } ]
[ { "char_end_idx": 28, "char_start_idx": 0, "key": "length", "type": "local", "value": "28" }, { "char_end_idx": 100, "char_start_idx": 28, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 103, "char_start_idx": 100, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 165, "char_start_idx": 103, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 168, "char_start_idx": 165, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 219, "char_start_idx": 168, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 222, "char_start_idx": 219, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 293, "char_start_idx": 222, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 296, "char_start_idx": 293, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 378, "char_start_idx": 296, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 401, "char_start_idx": 378, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 411, "char_start_idx": 401, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 419, "char_start_idx": 411, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 425, "char_start_idx": 419, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 461, "char_start_idx": 425, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 496, "char_start_idx": 461, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 517, "char_start_idx": 496, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 543, "char_start_idx": 517, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 570, "char_start_idx": 543, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 575, "char_start_idx": 570, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 648, "char_start_idx": 575, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 825, "char_start_idx": 648, "key": "length", "type": "local", "value": "176" }, { "char_end_idx": 837, "char_start_idx": 825, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 849, "char_start_idx": 837, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 995, "char_start_idx": 849, "key": "length", "type": "local", "value": "145" }, { "char_end_idx": 1081, "char_start_idx": 995, "key": "length", "type": "local", "value": "85" } ]
[ { "key": "length", "type": "global", "value": "1241" } ]
[ { "char_end_idx": 11, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h3" }, { "char_end_idx": 668, "char_start_idx": 380, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 775, "char_start_idx": 669, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 775, "char_start_idx": 12, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 790, "char_start_idx": 775, "html_attrs": { "attrs": [ "class" ], "values": [ "params_group_name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 801, "char_start_idx": 790, "html_attrs": { "attrs": [ "class" ], "values": [ "params_name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "td" }, { "char_end_idx": 857, "char_start_idx": 802, "html_attrs": { "attrs": [ "class" ], "values": [ "params_value" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 857, "char_start_idx": 790, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "tr" }, { "char_end_idx": 857, "char_start_idx": 790, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "tbody" }, { "char_end_idx": 857, "char_start_idx": 790, "html_attrs": { "attrs": [ "border", "class" ], "values": [ "0", "params_prop_table" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "table" }, { "char_end_idx": 857, "char_start_idx": 790, "html_attrs": { "attrs": [ "class" ], "values": [ "params_prop last_prop" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 857, "char_start_idx": 790, "html_attrs": { "attrs": [ "class" ], "values": [ "params_props" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 857, "char_start_idx": 775, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "tr" }, { "char_end_idx": 857, "char_start_idx": 775, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 5, "type": "local", "value": "tbody" }, { "char_end_idx": 857, "char_start_idx": 775, "html_attrs": { "attrs": [ "border", "class" ], "values": [ "0", "params_group_table" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 4, "type": "local", "value": "table" }, { "char_end_idx": 857, "char_start_idx": 775, "html_attrs": { "attrs": [ "class" ], "values": [ "params_group" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 857, "char_start_idx": 775, "html_attrs": { "attrs": [ "style" ], "values": [ "margin:12px 0" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 857, "char_start_idx": 12, "html_attrs": { "attrs": [ "style" ], "values": [ "margin:0 2px 12px 2px" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 870, "char_start_idx": 857, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h3" }, { "char_end_idx": 871, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 871, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 884, "char_start_idx": 871, "html_attrs": { "attrs": [ "class" ], "values": [ "related_post_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 885, "char_start_idx": 885, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://pitch.pe/wp-content/uploads/2019/01/ZY12996521AA.jpg", "VOOPOO Drag 2 177W TC Box Mod, Standard Edition (B-Aurora)", "150", "150" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 885, "char_start_idx": 885, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-standard-edition-b-aurora/", "wp_rp_thumbnail" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 943, "char_start_idx": 885, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-standard-edition-b-aurora/", "wp_rp_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 943, "char_start_idx": 885, "html_attrs": { "attrs": [ "data-position", "data-poid", "data-post-type" ], "values": [ "0", "in-4739", "none" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 944, "char_start_idx": 944, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://pitch.pe/wp-content/uploads/2019/02/ZY13056024AA.jpg", "VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 2.0ml TPD UK Edition (B-Atrovirens)", "150", "150" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 944, "char_start_idx": 944, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-2-0ml-tpd-uk-edition-b-atrovirens/", "wp_rp_thumbnail" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1029, "char_start_idx": 944, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-2-0ml-tpd-uk-edition-b-atrovirens/", "wp_rp_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1029, "char_start_idx": 944, "html_attrs": { "attrs": [ "data-position", "data-poid", "data-post-type" ], "values": [ "1", "in-4819", "none" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1030, "char_start_idx": 1030, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://pitch.pe/wp-content/uploads/2019/02/ZY13054687AA.jpg", "VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 5.0ml Standard Edition (B-Atrovirens)", "150", "150" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 1030, "char_start_idx": 1030, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-5-0ml-standard-edition-b-atrovirens/", "wp_rp_thumbnail" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1117, "char_start_idx": 1030, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/voopoo-drag-mini-starter-kit-with-uforce-t2-tank-5-0ml-standard-edition-b-atrovirens/", "wp_rp_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1117, "char_start_idx": 1030, "html_attrs": { "attrs": [ "data-position", "data-poid", "data-post-type" ], "values": [ "2", "in-4821", "none" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1118, "char_start_idx": 1118, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://pitch.pe/wp-content/uploads/2019/01/ZY6380959AA.jpg", "Innokin Proton 235W TC Box Mod (Gunmetal)", "150", "150" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 1118, "char_start_idx": 1118, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/innokin-proton-235w-tc-box-mod-gunmetal/", "wp_rp_thumbnail" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1159, "char_start_idx": 1118, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/innokin-proton-235w-tc-box-mod-gunmetal/", "wp_rp_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1159, "char_start_idx": 1118, "html_attrs": { "attrs": [ "data-position", "data-poid", "data-post-type" ], "values": [ "3", "in-2987", "none" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://pitch.pe/wp-content/uploads/2019/02/ZY13134955AA.jpg", "Smoant Cylon TC 218W Box Mod (Tamish)", "150", "150" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/smoant-cylon-tc-218w-box-mod-tamish/", "wp_rp_thumbnail" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1197, "char_start_idx": 1160, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/smoant-cylon-tc-218w-box-mod-tamish/", "wp_rp_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1197, "char_start_idx": 1160, "html_attrs": { "attrs": [ "data-position", "data-poid", "data-post-type" ], "values": [ "4", "in-5523", "none" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1198, "char_start_idx": 1198, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://pitch.pe/wp-content/uploads/2019/02/ZY13063330AA.jpg", "RFGVape 2+1 RDA Atomizer (Blue-blue resin)", "150", "150" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 1198, "char_start_idx": 1198, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/rfgvape-21-rda-atomizer-blue-blue-resin/", "wp_rp_thumbnail" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1240, "char_start_idx": 1198, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://pitch.pe/rfgvape-21-rda-atomizer-blue-blue-resin/", "wp_rp_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1240, "char_start_idx": 1198, "html_attrs": { "attrs": [ "data-position", "data-poid", "data-post-type" ], "values": [ "5", "in-4971", "none" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1241, "char_start_idx": 885, "html_attrs": { "attrs": [ "class" ], "values": [ "related_post wp_rp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1241, "char_start_idx": 871, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "wp_rp_wrap wp_rp_vertical_m wp_rp_content", "wp_rp_first" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "post-4744 post type-post status-publish format-standard hentry category-uncategorized column onecol", "post-4744" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "article" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "column onecol" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "wrapper" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1241, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-4744 single-format-standard custom-background page-template-template-full-width-php" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 11, "char_start_idx": 0, "key": "paragraph", "marker": "h3", "type": "local", "value": "Description" }, { "char_end_idx": 669, "char_start_idx": 11, "key": "paragraph", "marker": "p", "type": "local", "value": "\nMain Features:\n1. 8 kinds of unique resin colors for optional, colorful your vaping life.\n2. Powered by dual 18650 batteries, support 177W maximum output.\n3. OLED screen displays parameters of device clearly.\n4. Curve surface and round corners design offer comfortable hand feeling.\n5. GENE chip and innovative FIT Mode make sure the great taste and long time vaping.\nPhysical Parameter:\n1. Size: 88.3*51*26.5mm\n2. Material: Stainless Steel+ Resin\n3. Battery Type: 2*18650 batteries\n4. Max Wattage: 177W\n5. Working Current: 1-40A\n6. Output Voltage Range: 0-7.5V\n7. Temperature Range: 100-315 degrees Celsius/200-600 degrees Fahrenheit\n8. Thread: 510 Thread\n" }, { "char_end_idx": 775, "char_start_idx": 669, "key": "paragraph", "marker": "div", "type": "local", "value": "Packing List:\n– 1 x Drag 2 Mod\n– 1 x User Manual\n– 1 x GENE Chip Card\n– 1 x USB Cable\n– 1 x Warranty Card\n" }, { "char_end_idx": 776, "char_start_idx": 775, "key": "paragraph", "marker": "p", "type": "local", "value": "P" }, { "char_end_idx": 857, "char_start_idx": 776, "key": "paragraph", "marker": "div", "type": "local", "value": "ackage Weight\nCarton Size 60cm * 40cm * 40cm / 23.62inch * 15.75inch * 15.75inch\n" }, { "char_end_idx": 870, "char_start_idx": 857, "key": "paragraph", "marker": "h3", "type": "local", "value": "More Pictures" }, { "char_end_idx": 871, "char_start_idx": 870, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 884, "char_start_idx": 871, "key": "paragraph", "marker": "h3", "type": "local", "value": "Related Posts" }, { "char_end_idx": 943, "char_start_idx": 884, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVOOPOO Drag 2 177W TC Box Mod, Standard Edition (B-Aurora)" }, { "char_end_idx": 1029, "char_start_idx": 943, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 2.0ml TPD UK Edition (B-Atrovirens)" }, { "char_end_idx": 1117, "char_start_idx": 1029, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 5.0ml Standard Edition (B-Atrovirens)" }, { "char_end_idx": 1159, "char_start_idx": 1117, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInnokin Proton 235W TC Box Mod (Gunmetal)" }, { "char_end_idx": 1197, "char_start_idx": 1159, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSmoant Cylon TC 218W Box Mod (Tamish)" }, { "char_end_idx": 1240, "char_start_idx": 1197, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRFGVape 2+1 RDA Atomizer (Blue-blue resin)" }, { "char_end_idx": 1241, "char_start_idx": 1240, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": " VOOPOO Drag 2 177W TC Box Mod, TPD UK Edition (B-Aurora)" } ]
[ { "key": "url", "type": "global", "value": "http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/" } ]
[]
Description Main Features: 1. 8 kinds of unique resin colors for optional, colorful your vaping life. 2. Powered by dual 18650 batteries, support 177W maximum output. 3. OLED screen displays parameters of device clearly. 4. Curve surface and round corners design offer comfortable hand feeling. 5. GENE chip and innovative FIT Mode make sure the great taste and long time vaping. Physical Parameter: 1. Size: 88.3*51*26.5mm 2. Material: Stainless Steel+ Resin 3. Battery Type: 2*18650 batteries 4. Max Wattage: 177W 5. Working Current: 1-40A 6. Output Voltage Range: 0-7.5V 7. Temperature Range: 100-315 degrees Celsius/200-600 degrees Fahrenheit 8. Thread: 510 Thread Packing List: – 1 x Drag 2 Mod – 1 x User Manual – 1 x GENE Chip Card – 1 x USB Cable – 1 x Warranty Card Package Weight Carton Size 60cm * 40cm * 40cm / 23.62inch * 15.75inch * 15.75inch More Pictures Related Posts VOOPOO Drag 2 177W TC Box Mod, Standard Edition (B-Aurora) VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 2.0ml TPD UK Edition (B-Atrovirens) VOOPOO Drag Mini Starter Kit with Uforce T2 Tank, 5.0ml Standard Edition (B-Atrovirens) Innokin Proton 235W TC Box Mod (Gunmetal) Smoant Cylon TC 218W Box Mod (Tamish) RFGVape 2+1 RDA Atomizer (Blue-blue resin)
http://pitch.pe/voopoo-drag-2-177w-tc-box-mod-tpd-uk-edition-b-aurora/
[ { "char_end_idx": 174, "char_start_idx": 170, "key": "entity", "type": "local", "value": "OLED" }, { "char_end_idx": 619, "char_start_idx": 612, "key": "entity", "type": "local", "value": "Celsius" }, { "char_end_idx": 754, "char_start_idx": 745, "key": "entity", "type": "local", "value": "USB" }, { "char_end_idx": 932, "char_start_idx": 916, "key": "entity", "type": "local", "value": "Java_Platform,_Standard_Edition" }, { "char_end_idx": 1158, "char_start_idx": 1150, "key": "entity", "type": "local", "value": "Gunmetal_(video_game)" } ]
[ { "char_end_idx": 669, "char_start_idx": 11, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "OLED" }, { "char_end_idx": 669, "char_start_idx": 11, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Celsius" }, { "char_end_idx": 775, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "USB" }, { "char_end_idx": 943, "char_start_idx": 884, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Java_Platform,_Standard_Edition" }, { "char_end_idx": 1159, "char_start_idx": 1117, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gunmetal_(video_game)" } ]
0
997
1556030761000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Greg Horn | sub</title> <link rel="stylesheet" href="http://www.greghorn.com/wp-content/themes/greghorn2010/style.css" type="text/css" media="screen" /> <link rel="pingback" href="http://www.greghorn.com/xmlrpc.php" /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel="alternate" type="application/rss+xml" title="Greg Horn &raquo; Feed" href="http://www.greghorn.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Greg Horn &raquo; Comments Feed" href="http://www.greghorn.com/comments/feed/" /> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.greghorn.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://www.greghorn.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='slick-slider-styles-css' href='//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='slick-theme-styles-css' href='http://www.greghorn.com/wp-content/themes/greghorn2010/css/slick-theme.css?ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='http://www.greghorn.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.greghorn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.greghorn.com/wp-content/themes/greghorn2010/js/custom.js?ver=5.1.1'></script> <link rel='https://api.w.org/' href='http://www.greghorn.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.greghorn.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.greghorn.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="http://www.greghorn.com/portfolio/sub/" /> <link rel='shortlink' href='http://www.greghorn.com/?p=56' /> <link rel="alternate" type="application/json+oembed" href="http://www.greghorn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.greghorn.com%2Fportfolio%2Fsub%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.greghorn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.greghorn.com%2Fportfolio%2Fsub%2F&#038;format=xml" /> </head> <body class="page-template page-template-page-portfolio-sub page-template-page-portfolio-sub-php page page-id-56 page-child parent-pageid-38"> <div id="header-container"> <div class="header"> <a href="http://www.greghorn.com"><img src="http://www.greghorn.com/wp-content/themes/greghorn2010/images/greg-horn-quality-of-life.gif" width="415" height="36" alt="Greg Horn - Quality of Life" align="left" /></a> <ul> <li><a href="http://www.greghorn.com/about-greg/bio/">about</a></li> <li id="selected"><a href="http://www.greghorn.com/portfolio/">portfolio</a></li> <li><a href="http://www.greghorn.com/media/videos">media</a></li> <li><a href="http://www.greghorn.com/links">links</a></li> <li><a href="http://www.greghorn.com/podcast">podcast</a></li> <li><a href="http://www.greghorn.com/contact">contact</a></li> </ul> </div> </div> <div id="main-content-container"> <div id="main-content"> <script type="text/javascript"> jQuery(document).ready(function() { /*var ulHeights = new Array; jQuery(".ul-sub").each(function(i, e) { ulHeights[i] = jQuery(e).height(); }); jQuery(".ul-sub").css("height", "0px");*/ jQuery(".ul-sub").hide(); jQuery(".li-parent-on").css("color", "#458b02"); var subOn = jQuery(".ul-sub-on").attr("id"); subOn = subOn.substr(7); jQuery("#ul-sub-" + subOn).show(); //jQuery("#ul-sub-" + subOn).css("height", ulHeights[subOn] + "px"); /*jQuery(".li-parent-link").click(function() { var target = jQuery(this).attr("id"); var ulHeight = ulHeights[target]; if (jQuery("#ul-sub-" + target).is(":hidden")) { jQuery("#ul-sub-" + target).animate({height: ulHeight}, 500, function() { jQuery("#ul-sub-" + target).show(); }); } else { jQuery("#ul-sub-" + target).animate({height: "0px"}, 500, function() { jQuery("#ul-sub-" + target).hide(); }); } });*/ jQuery(".large-image").hide(); jQuery("#large-image-0").fadeIn(500); jQuery(".thumb").click(function() { var target = jQuery(this).attr("id"); target = target.substr(6); jQuery(".large-image").stop().hide(); jQuery("#large-image-" + target).fadeIn(500, function() { jQuery("#large-image-" + target).fadeTo(1,1); }); }); }); </script> <div class="side-nav"> <h2>portfolio of past work</h2> <ul> <li class="li-parent" id="li-parent-0"> <a class="li-parent-link" id="0" href="http://www.greghorn.com/portfolio/?specialty-retail">Specialty Retail</a> <ul class="ul-sub" id="ul-sub-0"> <li><a href="http://www.greghorn.com/portfolio/sub/?gnc-live-well">GNC Live Well</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?natures-northwest">Nature’s Northwest</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?amphora">Amphora</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?eco-shoppe">Eco Shoppe</a></li> </ul> </li> <li class="li-parent" id="li-parent-1"> <a class="li-parent-link" id="1" href="http://www.greghorn.com/portfolio/?consumer-brands">Consumer Brands</a> <ul class="ul-sub" id="ul-sub-1"> <li><a href="http://www.greghorn.com/portfolio/sub/?vital">Vital</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?wikifoods">WikiFoods</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?perfectly-free">Perfectly Free™</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?m3-body-system">M3 Body System</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?f1rst">F1RST®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?medvital">MedVital®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?purpose">PURPOSE®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?satisfive">SatisFIVE®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?savi-health">SAVI Health</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?the-chia-company">The Chia Company</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?wikipearl">WikiPearl</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?wild-oats">Wild Oats</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?gnc-live-well-1">GNC Live Well</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?royal-numico">Royal Numico</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?strong-research">STRONG Research®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?brand-new-brands">Brand New Brands®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?celsius">Celsius®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?garden-of-life">Garden of Life®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?sea-thin%c2%ae">Sea-Thin®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?earthwise%c2%ae">Earthwise®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?halo-purely-for-pets%c2%ae">HALO, Purely for Pets®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?purevia%c2%ae">PureVia®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?universal-eco-ultra%e2%84%a2">Universal ECO ULTRA™</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?world-of-green%c2%ae">World Of Green®</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?eco-foods%c2%ae">Eco Foods®</a></li> </ul> </li> <li class="li-parent" id="li-parent-2"> <a class="li-parent-link" id="2" href="http://www.greghorn.com/portfolio/?restaurant">Restaurant</a> <ul class="ul-sub" id="ul-sub-2"> <li><a href="http://www.greghorn.com/portfolio/sub/?valhalla">Valhalla</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?sweetwater-flatbread">Sweetwater Flatbread</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?ufood-grille">UFood Grille</a></li> </ul> </li> <li class="li-parent" id="li-parent-3"> <a class="li-parent-on li-parent-link" id="3" href="http://www.greghorn.com/portfolio/?business">Business</a> <ul class="ul-sub-on ul-sub" id="ul-sub-3"> <li><a href="http://www.greghorn.com/portfolio/sub/?flagship-ventures">Flagship Ventures</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?gsm-advisors">GSM Advisors</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?h-i-g-growth-partners">H.I.G. Growth Partners</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?pegasus-capital-advisors">Pegasus Capital Advisors</a></li> <li id="nav-selected"><a href="http://www.greghorn.com/portfolio/sub/?transactions">Transactions</a></li> </ul> </li> <li class="li-parent" id="li-parent-4"> <a class="li-parent-link" id="4" href="http://www.greghorn.com/portfolio/?sustainabiilty">Sustainability</a> <ul class="ul-sub" id="ul-sub-4"> <li><a href="http://www.greghorn.com/portfolio/sub/?living-green-a-practical-guide-to-simple-sustainability">Living Green: A Practical Guide to Simple Sustainability</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?justdoone-org">JustDoOne.org</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?worldofgreen-com">WorldofGreen.com</a></li> <li><a href="http://www.greghorn.com/portfolio/sub/?nutrition-capital-network">Nutrition Capital Network</a></li> </ul> </li> </ul> </div> <div id="content"> <div class="portfolio-element" id="portfolio-element-38"> <div class="portfolio-description"> <h4>Transactions</h4> <p>Greg is a veteran of over $4.5 billion in completed M&amp;A transactions, ranging from venture through public company acquisitions and public offerings.</p> <p>1.&nbsp;&nbsp;&nbsp; GNC Sale to Royal Numico<br />2.&nbsp;&nbsp;&nbsp; Acquisition of Amphora<br />3.&nbsp;&nbsp;&nbsp; Acquisition of Enrich International<br />4.&nbsp;&nbsp;&nbsp; Acquisition of Rexall Sundown<br />5.&nbsp;&nbsp;&nbsp; Sale of STRONG Research<br />6.&nbsp;&nbsp;&nbsp; Sale of Brand New Brands<br />7.&nbsp;&nbsp;&nbsp; Initial Public Offering of Celsius<br />8.&nbsp;&nbsp;&nbsp; Sale Of Eco Shoppe</p> </div> <div class="portfolio-image-container"> <div class="portfolio-image-main"> <ul> <li class="large-image" id="large-image-0"><img src="http://www.greghorn.com/image.php?max_width=387&max_height=290&crop=1&image=wp-content/uploads/2010/08/Strong-Research-Logo.jpg" /></li> <li class="large-image" id="large-image-1"><img src="http://www.greghorn.com/image.php?max_width=387&max_height=290&crop=1&image=wp-content/uploads/2010/08/enrich-intl.jpg" /></li> <li class="large-image" id="large-image-2"><img src="http://www.greghorn.com/image.php?max_width=387&max_height=290&crop=1&image=wp-content/uploads/2010/07/celsius-342.jpg" /></li> <li class="large-image" id="large-image-3"><img src="http://www.greghorn.com/image.php?max_width=387&max_height=290&crop=1&image=wp-content/uploads/2010/08/bnb.jpg" /></li> <li class="large-image" id="large-image-4"><img src="http://www.greghorn.com/image.php?max_width=387&max_height=290&crop=1&image=wp-content/uploads/2010/08/gnc.jpg" /></li> <li class="large-image" id="large-image-5"><img src="http://www.greghorn.com/image.php?max_width=387&max_height=290&crop=1&image=wp-content/uploads/2010/08/amphora-entry.jpg" /></li> </ul> </div> <div class="portfolio-thumbs"> <ul> <li class="thumb" id="thumb-0"><img src="http://www.greghorn.com/image.php?max_width=55&max_height=55&crop=1&image=wp-content/uploads/2010/08/Strong-Research-Logo.jpg" /></li> <li class="thumb" id="thumb-1"><img src="http://www.greghorn.com/image.php?max_width=55&max_height=55&crop=1&image=wp-content/uploads/2010/08/enrich-intl.jpg" /></li> <li class="thumb" id="thumb-2"><img src="http://www.greghorn.com/image.php?max_width=55&max_height=55&crop=1&image=wp-content/uploads/2010/07/celsius-342.jpg" /></li> <li class="thumb" id="thumb-3"><img src="http://www.greghorn.com/image.php?max_width=55&max_height=55&crop=1&image=wp-content/uploads/2010/08/bnb.jpg" /></li> <li class="thumb" id="thumb-4"><img src="http://www.greghorn.com/image.php?max_width=55&max_height=55&crop=1&image=wp-content/uploads/2010/08/gnc.jpg" /></li> <li class="thumb" id="thumb-5"><img src="http://www.greghorn.com/image.php?max_width=55&max_height=55&crop=1&image=wp-content/uploads/2010/08/amphora-entry.jpg" /></li> </ul> </div> </div> </div> </div> <div style="clear: both;"></div> <div id="quote"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td width="55" valign="top" align="left"> <img src="http://www.greghorn.com/wp-content/themes/greghorn2010/images/quote-open.jpg" width="42" height="36" alt="Open Quote" /> </td> <td> <span class="text-green"><p>Greg has a unique ability to see the &#8220;the big picture&#8221;, extract the critical components, re-clarify objectives and potential problems, and then make solid recommendations. &nbsp;His opinion is one that I seek out from business deals to boat trips.</p> </span><br /> <br style="line-height: 6px;" /> <span class="text-12"><p>William A. Leone Jr., M.D., The Leone Center for Orthopedic Medicine, Holy Cross Hospital</p> </span> </td> <td width="55" valign="bottom" align="right"> <img src="http://www.greghorn.com/wp-content/themes/greghorn2010/images/quote-close.jpg" width="42" height="36" alt="Close Quote" /> </td> </tr> </table> </div> </div> </div> <div id="footer-container"> <div id="footer"> &copy; 2019 Greg Horn </div> </div> <script type='text/javascript' src='http://www.greghorn.com/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"http:\/\/www.greghorn.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.greghorn.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.greghorn.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> </body> </html>
[]
[ "<head profile=\"http://gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n\n<title>Greg Horn | sub</title>\n\n<link rel=\"stylesheet\" href=\"http://www.greghorn.com/wp-content/themes/greghorn2010/style.css\" type=\"text/css\" media=\"screen\" />\n<link rel=\"pingback\" href=\"http://www.greghorn.com/xmlrpc.php\" />\n\n\n<link rel=\"dns-prefetch\" href=\"//cdn.jsdelivr.net\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Greg Horn » Feed\" href=\"http://www.greghorn.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Greg Horn » Comments Feed\" href=\"http://www.greghorn.com/comments/feed/\" />\n<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"http://www.greghorn.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"contact-form-7-css\" href=\"http://www.greghorn.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"slick-slider-styles-css\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css?ver=5.1.1\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"slick-theme-styles-css\" href=\"http://www.greghorn.com/wp-content/themes/greghorn2010/css/slick-theme.css?ver=5.1.1\" type=\"text/css\" media=\"all\" />\n<script type=\"text/javascript\" src=\"http://www.greghorn.com/wp-includes/js/jquery/jquery.js?ver=1.12.4\"></script>\n<script type=\"text/javascript\" src=\"http://www.greghorn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"></script>\n<script type=\"text/javascript\" src=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js?ver=5.1.1\"></script>\n<script type=\"text/javascript\" src=\"http://www.greghorn.com/wp-content/themes/greghorn2010/js/custom.js?ver=5.1.1\"></script>\n<link rel=\"https://api.w.org/\" href=\"http://www.greghorn.com/wp-json/\" />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.greghorn.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.greghorn.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 5.1.1\" />\n<link rel=\"canonical\" href=\"http://www.greghorn.com/portfolio/sub/\" />\n<link rel=\"shortlink\" href=\"http://www.greghorn.com/?p=56\" />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://www.greghorn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.greghorn.com%2Fportfolio%2Fsub%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://www.greghorn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.greghorn.com%2Fportfolio%2Fsub%2F&amp;format=xml\" />\n</head>\n" ]
[ "<title>Greg Horn | sub</title>\n\n" ]
[ { "key": "datasource", "type": "global", "value": "www.greghorn.com > portfolio > sub" } ]
[ { "char_end_idx": 429, "char_start_idx": 0, "key": "length", "type": "local", "value": "429" }, { "char_end_idx": 431, "char_start_idx": 429, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 433, "char_start_idx": 431, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 570, "char_start_idx": 433, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 587, "char_start_idx": 570, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 659, "char_start_idx": 587, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 778, "char_start_idx": 659, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 781, "char_start_idx": 778, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 809, "char_start_idx": 781, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 835, "char_start_idx": 809, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 874, "char_start_idx": 835, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 907, "char_start_idx": 874, "key": "length", "type": "local", "value": "32" }, { "char_end_idx": 934, "char_start_idx": 907, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 962, "char_start_idx": 934, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 1000, "char_start_idx": 962, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 1191, "char_start_idx": 1000, "key": "length", "type": "local", "value": "190" }, { "char_end_idx": 1261, "char_start_idx": 1191, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 1274, "char_start_idx": 1261, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 1284, "char_start_idx": 1274, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 1288, "char_start_idx": 1284, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1290, "char_start_idx": 1288, "key": "length", "type": "local", "value": "1" } ]
[ { "key": "length", "type": "global", "value": "1355" } ]
[ { "char_end_idx": 22, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 39, "char_start_idx": 23, "html_attrs": { "attrs": [ "class", "id", "href" ], "values": [ "li-parent-link", "0", "http://www.greghorn.com/portfolio/?specialty-retail" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 40, "char_start_idx": 23, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "li-parent", "li-parent-0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 55, "char_start_idx": 40, "html_attrs": { "attrs": [ "class", "id", "href" ], "values": [ "li-parent-link", "1", "http://www.greghorn.com/portfolio/?consumer-brands" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 61, "char_start_idx": 56, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?vital" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 61, "char_start_idx": 56, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 71, "char_start_idx": 62, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?wikifoods" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 71, "char_start_idx": 62, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 87, "char_start_idx": 72, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?perfectly-free" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 87, "char_start_idx": 72, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 102, "char_start_idx": 88, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?m3-body-system" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 102, "char_start_idx": 88, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 109, "char_start_idx": 103, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?f1rst" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 109, "char_start_idx": 103, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 119, "char_start_idx": 110, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?medvital" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 119, "char_start_idx": 110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 128, "char_start_idx": 120, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?purpose" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 128, "char_start_idx": 120, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 139, "char_start_idx": 129, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?satisfive" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 139, "char_start_idx": 129, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 151, "char_start_idx": 140, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?savi-health" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 140, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 168, "char_start_idx": 152, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?the-chia-company" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 168, "char_start_idx": 152, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 178, "char_start_idx": 169, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?wikipearl" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 178, "char_start_idx": 169, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 188, "char_start_idx": 179, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?wild-oats" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 188, "char_start_idx": 179, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 202, "char_start_idx": 189, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?gnc-live-well-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 202, "char_start_idx": 189, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 215, "char_start_idx": 203, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?royal-numico" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 215, "char_start_idx": 203, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 232, "char_start_idx": 216, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?strong-research" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 232, "char_start_idx": 216, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 250, "char_start_idx": 233, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?brand-new-brands" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 250, "char_start_idx": 233, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 259, "char_start_idx": 251, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?celsius" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 259, "char_start_idx": 251, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 275, "char_start_idx": 260, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?garden-of-life" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 275, "char_start_idx": 260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 285, "char_start_idx": 276, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?sea-thin%c2%ae" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 285, "char_start_idx": 276, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 296, "char_start_idx": 286, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?earthwise%c2%ae" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 296, "char_start_idx": 286, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 319, "char_start_idx": 297, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?halo-purely-for-pets%c2%ae" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 319, "char_start_idx": 297, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 328, "char_start_idx": 320, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?purevia%c2%ae" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 328, "char_start_idx": 320, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 349, "char_start_idx": 329, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?universal-eco-ultra%e2%84%a2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 349, "char_start_idx": 329, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 365, "char_start_idx": 350, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?world-of-green%c2%ae" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 365, "char_start_idx": 350, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 376, "char_start_idx": 366, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?eco-foods%c2%ae" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 376, "char_start_idx": 366, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 377, "char_start_idx": 56, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "ul-sub", "ul-sub-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 377, "char_start_idx": 40, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "li-parent", "li-parent-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 387, "char_start_idx": 377, "html_attrs": { "attrs": [ "class", "id", "href" ], "values": [ "li-parent-link", "2", "http://www.greghorn.com/portfolio/?restaurant" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 388, "char_start_idx": 377, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "li-parent", "li-parent-2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 396, "char_start_idx": 388, "html_attrs": { "attrs": [ "class", "id", "href" ], "values": [ "li-parent-on li-parent-link", "3", "http://www.greghorn.com/portfolio/?business" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 414, "char_start_idx": 397, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?flagship-ventures" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 414, "char_start_idx": 397, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 427, "char_start_idx": 415, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?gsm-advisors" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 427, "char_start_idx": 415, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 450, "char_start_idx": 428, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?h-i-g-growth-partners" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 450, "char_start_idx": 428, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 475, "char_start_idx": 451, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?pegasus-capital-advisors" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 475, "char_start_idx": 451, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 488, "char_start_idx": 476, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?transactions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 488, "char_start_idx": 476, "html_attrs": { "attrs": [ "id" ], "values": [ "nav-selected" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 489, "char_start_idx": 397, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "ul-sub-on ul-sub", "ul-sub-3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 489, "char_start_idx": 388, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "li-parent", "li-parent-3" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 503, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "id", "href" ], "values": [ "li-parent-link", "4", "http://www.greghorn.com/portfolio/?sustainabiilty" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 560, "char_start_idx": 504, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?living-green-a-practical-guide-to-simple-sustainability" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 560, "char_start_idx": 504, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 574, "char_start_idx": 561, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?justdoone-org" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 574, "char_start_idx": 561, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 591, "char_start_idx": 575, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?worldofgreen-com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 591, "char_start_idx": 575, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 617, "char_start_idx": 592, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.greghorn.com/portfolio/sub/?nutrition-capital-network" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 617, "char_start_idx": 592, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 618, "char_start_idx": 504, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "ul-sub", "ul-sub-4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 618, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "li-parent", "li-parent-4" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 618, "char_start_idx": 23, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 618, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "side-nav" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 630, "char_start_idx": 618, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 779, "char_start_idx": 631, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1020, "char_start_idx": 780, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1021, "char_start_idx": 618, "html_attrs": { "attrs": [ "class" ], "values": [ "portfolio-description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1021, "char_start_idx": 618, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content portfolio-element-38", "portfolio-element" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1021, "char_start_idx": 1021, "html_attrs": { "attrs": [ "src", "width", "height", "alt" ], "values": [ "http://www.greghorn.com/wp-content/themes/greghorn2010/images/quote-open.jpg", "42", "36", "Open Quote" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 1021, "char_start_idx": 1021, "html_attrs": { "attrs": [ "width", "valign", "align" ], "values": [ "55", "top", "left" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 1262, "char_start_idx": 1021, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "p" }, { "char_end_idx": 1263, "char_start_idx": 1021, "html_attrs": { "attrs": [ "class" ], "values": [ "text-green" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 1354, "char_start_idx": 1265, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1355, "char_start_idx": 1265, "html_attrs": { "attrs": [ "class" ], "values": [ "text-12" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1355, "char_start_idx": 1021, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 1355, "char_start_idx": 1355, "html_attrs": { "attrs": [ "src", "width", "height", "alt" ], "values": [ "http://www.greghorn.com/wp-content/themes/greghorn2010/images/quote-close.jpg", "42", "36", "Close Quote" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 1355, "char_start_idx": 1355, "html_attrs": { "attrs": [ "width", "valign", "align" ], "values": [ "55", "bottom", "right" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 1355, "char_start_idx": 1021, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 4, "type": "local", "value": "tr" }, { "char_end_idx": 1355, "char_start_idx": 1021, "html_attrs": { "attrs": [ "width", "cellpadding", "cellspacing", "border" ], "values": [ "100%", "0", "0", "0" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 3, "type": "local", "value": "table" }, { "char_end_idx": 1355, "char_start_idx": 1021, "html_attrs": { "attrs": [ "id" ], "values": [ "quote" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1355, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "main-content-container main-content" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1355, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "page-template page-template-page-portfolio-sub page-template-page-portfolio-sub-php page page-id-56 page-child parent-pageid-38" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 22, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "portfolio of past work" }, { "char_end_idx": 40, "char_start_idx": 22, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpecialty Retail\n" }, { "char_end_idx": 61, "char_start_idx": 40, "key": "paragraph", "marker": "li", "type": "local", "value": "Consumer Brands\nVital" }, { "char_end_idx": 71, "char_start_idx": 61, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWikiFoods" }, { "char_end_idx": 87, "char_start_idx": 71, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPerfectly Free™" }, { "char_end_idx": 102, "char_start_idx": 87, "key": "paragraph", "marker": "li", "type": "local", "value": "\nM3 Body System" }, { "char_end_idx": 109, "char_start_idx": 102, "key": "paragraph", "marker": "li", "type": "local", "value": "\nF1RST®" }, { "char_end_idx": 119, "char_start_idx": 109, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMedVital®" }, { "char_end_idx": 128, "char_start_idx": 119, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPURPOSE®" }, { "char_end_idx": 139, "char_start_idx": 128, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSatisFIVE®" }, { "char_end_idx": 151, "char_start_idx": 139, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSAVI Health" }, { "char_end_idx": 168, "char_start_idx": 151, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Chia Company" }, { "char_end_idx": 178, "char_start_idx": 168, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWikiPearl" }, { "char_end_idx": 188, "char_start_idx": 178, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWild Oats" }, { "char_end_idx": 202, "char_start_idx": 188, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGNC Live Well" }, { "char_end_idx": 215, "char_start_idx": 202, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRoyal Numico" }, { "char_end_idx": 232, "char_start_idx": 215, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSTRONG Research®" }, { "char_end_idx": 250, "char_start_idx": 232, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrand New Brands®" }, { "char_end_idx": 259, "char_start_idx": 250, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCelsius®" }, { "char_end_idx": 275, "char_start_idx": 259, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGarden of Life®" }, { "char_end_idx": 285, "char_start_idx": 275, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSea-Thin®" }, { "char_end_idx": 296, "char_start_idx": 285, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEarthwise®" }, { "char_end_idx": 319, "char_start_idx": 296, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHALO, Purely for Pets®" }, { "char_end_idx": 328, "char_start_idx": 319, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPureVia®" }, { "char_end_idx": 349, "char_start_idx": 328, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUniversal ECO ULTRA™" }, { "char_end_idx": 365, "char_start_idx": 349, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWorld Of Green®" }, { "char_end_idx": 376, "char_start_idx": 365, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEco Foods®" }, { "char_end_idx": 377, "char_start_idx": 376, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 388, "char_start_idx": 377, "key": "paragraph", "marker": "li", "type": "local", "value": "Restaurant\n" }, { "char_end_idx": 414, "char_start_idx": 388, "key": "paragraph", "marker": "li", "type": "local", "value": "Business\nFlagship Ventures" }, { "char_end_idx": 427, "char_start_idx": 414, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGSM Advisors" }, { "char_end_idx": 450, "char_start_idx": 427, "key": "paragraph", "marker": "li", "type": "local", "value": "\nH.I.G. Growth Partners" }, { "char_end_idx": 475, "char_start_idx": 450, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPegasus Capital Advisors" }, { "char_end_idx": 488, "char_start_idx": 475, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransactions" }, { "char_end_idx": 489, "char_start_idx": 488, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 560, "char_start_idx": 489, "key": "paragraph", "marker": "li", "type": "local", "value": "Sustainability\nLiving Green: A Practical Guide to Simple Sustainability" }, { "char_end_idx": 574, "char_start_idx": 560, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJustDoOne.org" }, { "char_end_idx": 591, "char_start_idx": 574, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWorldofGreen.com" }, { "char_end_idx": 617, "char_start_idx": 591, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNutrition Capital Network" }, { "char_end_idx": 618, "char_start_idx": 617, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 630, "char_start_idx": 618, "key": "paragraph", "marker": "h4", "type": "local", "value": "Transactions" }, { "char_end_idx": 780, "char_start_idx": 630, "key": "paragraph", "marker": "p", "type": "local", "value": "\nGreg is a veteran of over $4.5 billion in completed M&A transactions, ranging from venture through public company acquisitions and public offerings.\n" }, { "char_end_idx": 1021, "char_start_idx": 780, "key": "paragraph", "marker": "p", "type": "local", "value": "1. GNC Sale to Royal Numico\n2. Acquisition of Amphora\n3. Acquisition of Enrich International\n4. Acquisition of Rexall Sundown\n5. Sale of STRONG Research\n6. Sale of Brand New Brands\n7. Initial Public Offering of Celsius\n8. Sale Of Eco Shoppe\n" }, { "char_end_idx": 1263, "char_start_idx": 1021, "key": "paragraph", "marker": "p", "type": "local", "value": "Greg has a unique ability to see the “the big picture”, extract the critical components, re-clarify objectives and potential problems, and then make solid recommendations. His opinion is one that I seek out from business deals to boat trips.\n" }, { "char_end_idx": 1265, "char_start_idx": 1263, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1355, "char_start_idx": 1265, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "William A. Leone Jr., M.D., The Leone Center for Orthopedic Medicine, Holy Cross Hospital\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Greg Horn | sub" } ]
[ { "key": "url", "type": "global", "value": "http://www.greghorn.com/portfolio/sub/?transactions" } ]
[]
portfolio of past work Specialty Retail Consumer Brands Vital WikiFoods Perfectly Free™ M3 Body System F1RST® MedVital® PURPOSE® SatisFIVE® SAVI Health The Chia Company WikiPearl Wild Oats GNC Live Well Royal Numico STRONG Research® Brand New Brands® Celsius® Garden of Life® Sea-Thin® Earthwise® HALO, Purely for Pets® PureVia® Universal ECO ULTRA™ World Of Green® Eco Foods® Restaurant Business Flagship Ventures GSM Advisors H.I.G. Growth Partners Pegasus Capital Advisors Transactions Sustainability Living Green: A Practical Guide to Simple Sustainability JustDoOne.org WorldofGreen.com Nutrition Capital Network Transactions Greg is a veteran of over $4.5 billion in completed M&A transactions, ranging from venture through public company acquisitions and public offerings. 1. GNC Sale to Royal Numico 2. Acquisition of Amphora 3. Acquisition of Enrich International 4. Acquisition of Rexall Sundown 5. Sale of STRONG Research 6. Sale of Brand New Brands 7. Initial Public Offering of Celsius 8. Sale Of Eco Shoppe Greg has a unique ability to see the “the big picture”, extract the critical components, re-clarify objectives and potential problems, and then make solid recommendations. His opinion is one that I seek out from business deals to boat trips. William A. Leone Jr., M.D., The Leone Center for Orthopedic Medicine, Holy Cross Hospital
http://www.greghorn.com/portfolio/sub/?transactions
[ { "char_end_idx": 55, "char_start_idx": 40, "key": "entity", "type": "local", "value": "Brand" }, { "char_end_idx": 188, "char_start_idx": 179, "key": "entity", "type": "local", "value": "Wild_Oats_Markets" }, { "char_end_idx": 215, "char_start_idx": 203, "key": "entity", "type": "local", "value": "Nutricia" }, { "char_end_idx": 258, "char_start_idx": 251, "key": "entity", "type": "local", "value": "Celsius" }, { "char_end_idx": 295, "char_start_idx": 286, "key": "entity", "type": "local", "value": "Union_of_Concerned_Scientists" }, { "char_end_idx": 327, "char_start_idx": 320, "key": "entity", "type": "local", "value": "Stevia" }, { "char_end_idx": 433, "char_start_idx": 428, "key": "entity", "type": "local", "value": "Hezb-e_Islami_Gulbuddin" }, { "char_end_idx": 635, "char_start_idx": 631, "key": "entity", "type": "local", "value": "Greg_Sanders" }, { "char_end_idx": 686, "char_start_idx": 683, "key": "entity", "type": "local", "value": "Mergers_and_acquisitions" }, { "char_end_idx": 807, "char_start_idx": 795, "key": "entity", "type": "local", "value": "Nutricia" }, { "char_end_idx": 833, "char_start_idx": 826, "key": "entity", "type": "local", "value": "Amphora_(diatom)" }, { "char_end_idx": 905, "char_start_idx": 891, "key": "entity", "type": "local", "value": "Nutricia" }, { "char_end_idx": 998, "char_start_idx": 991, "key": "entity", "type": "local", "value": "Celsius" }, { "char_end_idx": 1025, "char_start_idx": 1021, "key": "entity", "type": "local", "value": "Greg_Sanders" }, { "char_end_idx": 1291, "char_start_idx": 1287, "key": "entity", "type": "local", "value": "Doctor_of_Medicine" }, { "char_end_idx": 1354, "char_start_idx": 1335, "key": "entity", "type": "local", "value": "Holy_Cross_Hospital_(Silver_Spring)" } ]
[ { "char_end_idx": 61, "char_start_idx": 40, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brand" }, { "char_end_idx": 188, "char_start_idx": 178, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wild_Oats_Markets" }, { "char_end_idx": 215, "char_start_idx": 202, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nutricia" }, { "char_end_idx": 259, "char_start_idx": 250, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Celsius" }, { "char_end_idx": 296, "char_start_idx": 285, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Union_of_Concerned_Scientists" }, { "char_end_idx": 328, "char_start_idx": 319, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Stevia" }, { "char_end_idx": 450, "char_start_idx": 427, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hezb-e_Islami_Gulbuddin" }, { "char_end_idx": 780, "char_start_idx": 630, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Greg_Sanders" }, { "char_end_idx": 780, "char_start_idx": 630, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Mergers_and_acquisitions" }, { "char_end_idx": 1021, "char_start_idx": 780, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nutricia" }, { "char_end_idx": 1021, "char_start_idx": 780, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Amphora_(diatom)" }, { "char_end_idx": 1021, "char_start_idx": 780, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Celsius" }, { "char_end_idx": 1263, "char_start_idx": 1021, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Greg_Sanders" }, { "char_end_idx": 1355, "char_start_idx": 1265, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Doctor_of_Medicine" }, { "char_end_idx": 1355, "char_start_idx": 1265, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Holy_Cross_Hospital_(Silver_Spring)" } ]
0
775
1556075512000
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-Ua-Compatible" content="IE=edge" /> <meta name="dd" content="0" /> <meta name="title" content="Macular Degeneration Treatments - Enfield, CT Ophthalmologist" /> <meta name="keywords" content="Opthamalogist" /> <meta name="description" content="Kimberly Lucey, MD is a doctor in Enfield CT." /> <title>Macular Degeneration Treatments - Enfield, CT Ophthalmologist</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <script type="text/javascript" src="/ofc/init.html?sb=4ed3a2acef62749a3738303b2609f868"></script> <script type="text/javascript" src="/sb/web/base.min.jgz"></script> <script type="text/javascript" src="https://smbleads.ibsmb.com/v1/js/CampaignTracker.min.js" defer="defer"></script> <script type="text/javascript" src="//gdpr.internetbrands.com/v1/ibeugdpr.min.js"></script> <script type="text/javascript" src="/js/customer.js"></script> <link rel="stylesheet" type="text/css" media="screen" href="/sb/web/base.min.css" /> <link rel="stylesheet" type="text/css" media="print" href="/sbtemplates/sbcommon/css/print.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/responsive-templates/10067/css/layout.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/responsive-templates/10067/colors/css/01.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/css/customer.css" /> </head> <body id="page-macular-degeneration-treatments" class="m5 e13 t10067 aopEnable"> <!--[if lt IE 9]> <script src="/sbtemplates/sbcommon/js/ie/html5shiv.js"></script> <script type="text/javascript"></script>ript src="/sbtemplates/sbcommon/js/ie/respond.js"></script> <![endif]--> <!--[if lte IE 9]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://outdatedbrowser.com/en”>upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="sbContainer"> <header class="stickyHeader"> <!-- top section--> <div class="topSectionWrapper"> <div class="topSectionWrapperInner"> <div class="nav-phone-wrapper"> <!--navigation--> <nav class="nav-primary hidden-xs hidden-sm visible-md"> <div id="slot-navigation" class="sbEditable sbUseMenuEditor mlmenu horizontal delay trail inaccesible" role="navigation" data-navigation-limit="6"> <ul><li><a href="/index.html">Home</a></li><li><a href="/staff.html">Provider and Staff</a></li><li><a href="/kimberly-ann-lucey-md-pc.html">Office</a></li><li><a href="/services.html">Services</a></li><li><a href="/patients.html">New Patients</a><ul><li><a href="/patients.html#forms">Forms</a></li></ul></li><li><a href="/testimonials.html">Testimonials</a></li><li><a href="/contact.html">Contact Us</a><ul><li><a href="/appointment.html">Appointment Request</a></li></ul></li><li><a href="/education.html">Patient Education</a><ul><li><a href="/articles.html">Articles</a></li></ul></li><li><a href="https://ehr.wrshealth.com/patient_v2/index.php?patientView=1&id=2037801" target="on" onclick="window.open(this.href);return false;">Patient Portal</a></li></ul> </div> <!-- END #slot-navigation --> </nav> <!--hamburger menu--> <div class="navbar__header visible-xs visible-sm"> <a href="#slot-navigation" class="navbar__toggle "> <span class="sr-only">Toggle navigation</span> <span class="icon-reorder"><span class="menu-name-field">Menu</span></span> </a> </div> <!--phone--> <div id="slot-responsive-phone-only" class="toggle-icon-phone"> <div class="sbWidget" contenteditable="false"><div class='location-phone'><a href='tel:(860) 749-6485' class='location-single__phone piwik_ignore'>(860) 749-6485</a></div></div> <div id="google_translate_element">&nbsp;</div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> </div> </div> </div> </div> <!-- bottom section--> <div class="bottomSectionWrapper"> <div class="bottomSectionWrapperInner"> <div class="logo-container"> <div id="comp-logo" ofc-editor="logo"> <div id="" class="logo"> <a href="/index.html"> Kimberly Ann Lucey, MD, PC </a> </div></div> <!--address--> <div id="slot-responsive-location-single"> <!--div class="sbWidget" contenteditable="false"><div class='location-single'><span class='location-single__address'>47 Palomba Drive, Suite 201,<span class='location-divider'></span>Enfield, CT 06082-3801</span><a href='tel:(860) 749-6485' class='location-single__phone piwik_ignore'>(860) 749-6485</a></div></div--> </div> </div> <!--appointment button--> <div id="slot-responsive-appt-request" class="button button--appointment"> <div class="col3-padding" id="col3"> <p><span style="font-size:22px;"><strong>47 Palomba Drive, Suite 201<br /> Enfield, CT 06082-3801</strong></span></p> </div> <div class="col3-padding" id="col3"> <p><span style="font-size:48px;"><a href="/index.html"><img alt="" src="/images/logo.png" style="width: 370px; height: 127px;" /></a></span></p> </div> <div class="col3-padding" id="col3"> <p><span style="font-size:22px;"><img alt="" src="/images/contact_phone.png" style="width: 18px; height: 17px;" />&nbsp;&nbsp;<strong>Phone (860) 749-6485</strong><br /> <img alt="" src="/images/contact_fax.png" style="width: 18px; height: 16px;" />&nbsp;&nbsp;<strong>Fax (860) 749-1562</strong></span></p> <form action="https://hosted.transactionexpress.com/Transaction/Transaction/Index" method="POST"><input id="HostedKey" name="HostedKey" type="hidden" value="4d643db9-c596-4974-8578-bcf4bd56997a" /> <input id="Gateway_ID" name="Gateway_ID" type="hidden" value="9079368125" /> <input id="PaymentType" name="PaymentType" type="hidden" value="CC" /> <input id="RURL" name="RURL" type="hidden" value="https://klucmd.com/thank-you.html" /> <input id="CURL" name="CURL" type="hidden" value="https://klucmd.com" /> <input id="AVSRequired" name="AVSRequired" type="hidden" value="Y" /> <input id="CVV2Required" name="CVV2Required" type="hidden" value="Y" /> <input id="EmailRequired" name="EmailRequired" type="hidden" value="Y" /> <input id="PostRspMsg" name="PostRspMsg" type="hidden" value="N" /> Patient Name or Account Number: <input id="CustRefID" name="CustRefID" required="" type="text" value="" /><br /> <input id="Submit" name="Submit" type="Submit" value="Make a Payment" />&nbsp;</form> </div> </div> </div> </div> </header> <!-- END .header --> <div class="sbContainer-innerWrapper"> <div class="page-content-outherWrapper"> <div class="page-content-wrapper"> <div class="page-content body_subpages"> <div class="col-xs-12 slot-main-wrapper"> <div class="row"> <div class="inner-page-title-wrapper"> <div class="inner-page-title"> <div id="comp-parameter-title"> <h1 class="page-title">Macular Degeneration Treatments</h1> </div> </div> </div> <div id="slot-main" class="content-item-page clearfix"> <p><strong>Age-Related Macular Degeneration (AMD) is the leading cause of vision loss and legal blindness in people over 50 years of age. The disease is more common is Caucasian patients. The major risk factors are age, family history, and smoking. There are two types of macular degeneration: dry and wet.</strong></p> <p><strong>Dry AMD occurs first, and results in a gradual loss of cells that are important for vision. This is analogous to losing hearing or hair with age. Most patients diagnosed with macular degeneration have the dry form. Loss of vision with dry AMD is usually gradual, although advanced stages of the disease can be severe.</strong></p> <p><strong>Wet AMD may follow the dry type, and is the more advanced form of the disease. In the wet type, abnormal blood vessels grow underneath the retina. These vessels leak blood or fluid that cause&nbsp;blurred or distorted vision. Without treatment, vision loss may be quick, severe, and irreversible.</strong></p> <p><strong>Treatment of dry AMD is often with oral vitamins (AREDS) and fish oil supplements which do not require a prescription. These vitamins have been shown to reduce the progression of the disease. It is also important for the patient to monitor his/her vision regularly, and to report any sudden changes for prompt evaluation.</strong></p> <p><strong>Treatment of wet AMD is often with injections into the eye of the medications that temporarily decrease the leakage and bleeding from the abnormal blood vessels. The medication lasts for about one month in the eye, and therefore repeated injections are necessary. The number of injections that are required varies from patient to patient. Laser is also used in select causes.</strong></p> </div> </div> <!-- END #slot-main --> </div> <aside class="col-xs-12" role="complementary"> <div class="row"> <div class="library_wrapper"> <div id="comp-titleText-library"> <h3 class="sidebar_title">Patient Education</h3> </div> <div id="slot-library" class="mlmenu vertical delay trail inaccesible sidebar-links sidebar-education nav-secondary"> <ul><li><a href="/library/2248/WhatisOphthalmology.html">What is Ophthalmology?</a></li><li><a href="/library/2249/WhatisanEyeM.D..html">What is an Eye M.D.?</a></li><li><a href="#">Common Eye Problems<span></span></a><ul><li><a href="/age-related1.html">Age Related Macular Degeneration</a></li><li><a href="/cataracts1.html">Cataracts</a></li><li><a href="/bifocals.html">Need For Bifocals (Presbyopia)</a></li><li><a href="/vascular-occlusion.html">Vascular Occlusions</a></li><li><a href="/astigmatism.html">Astigmatism</a></li><li><a href="/color-vision-deficiencies.html">Color Vision Deficiencies</a></li><li><a href="/diabetes-related-eye-problems.html">Diabetes Related Eye Problems</a></li><li><a href="/eyelids.html">Blepharitis</a></li><li><a href="/farsightedness.html">Farsightedness (Hyperopia)</a></li><li><a href="/floaters.html">Floaters and Flashes</a></li><li><a href="/glaucoma1.html">Glaucoma</a></li><li><a href="/keratoconus1.html">Keratoconus</a></li><li><a href="/nearsightedness-myopia.html">Nearsightedness (Myopia)</a></li><li><a href="/uveitis1.html">Uveitis</a></li><li><a href="/crossed-eyes1.html">Crossed Eyes</a></li></ul></li><li><a href="#">Surgeries and Treatments<span></span></a><ul><li><a href="/library/2269/CataractSurgery.html">Cataract Surgery</a></li><li><a href="/corneal-transplants1.html">Corneal Transplants</a></li><li><a href="/library/2271/GlaucomaTreatmentsandSurgery.html">Glaucoma Treatments and Surgery</a></li><li><a href="laser-vision-correction1.html">Laser Vision Correction</a></li><li><a href="/library/2273/MacularDegenerationTreatments.html">Macular Degeneration Treatments</a></li><li><a href="/library/2274/OrbitsandPlastics.html">Orbits and Plastics</a></li><li><a href="/library/2275/RetinalTreatmentsandSurgeries.html">Retinal Treatments and Surgeries</a></li><li><a href="/strabismus-surgery1.html">Strabismus Surgery</a></li><li><a href="/vascular-treatments.html">Vascular Treatments</a></li></ul></li><li><a href="/library/2252/Glossary.html">Glossary</a></li></ul> </div> </div> </div> </aside> </div> <!-- END .page-content --> </div> </div> <!--contact us form is included in the footer component--> <footer role="contentinfo"> <div class="contactus-section"> <div class="contactus-section-wrapper"> <!--contact form--> <div class="col-xs-12 col-sm-6 col-md-7 contact-content-wrapper-form"> <div class="row"> <div class="contact-content"> <!-- Source code : <h2>Send us a message</h2>--> <div id="slot-contactus-form-title"> <h1>Contact Us</h1> <p><span style="color:#FFFFFF;"><span style="font-size:26px;">Please be advised that it may take 48 hours for a response. All emergent situations should be handled by calling the office at 860-749-6485</span></span></p> </div> <div id="slot-responsive-main-contactus"> <div class="sbWidget" contenteditable="false"> <script> (function (s, o, h, g, r, a, m) { a = s.createElement(o); m = s.getElementsByTagName(h)[0]; a.async = 1; a.src = g; m.appendChild(a); })(document, 'script', 'head', 'https://smbleads.ibsmb.com/v1/leads/create_form/3JafFch3PRsEl51-Rw3XKZh1'); </script> <div class='leadForm_3JafFch3PRsEl51-Rw3XKZh1'></div> </div> </div> </div> </div> </div> <!--contact address--> <div class="col-xs-12 col-sm-6 col-md-5 contact-content-wrapper-address"> <div class="row"> <!-- Source code : <h2>Contact us</h2>--> <div id="slot-contactus-address-title"> <h1>Kimberly Ann Lucey, M.D., P.C.</h1> </div> <div class="phone-address-warapper"> <div class="row"> <!--phone--> <div id="slot-responsive-contactus-phone-only"> <div class="location-phone-contactus"><strong><span style="font-size:22px;"><a href="tel: (860) 749-6485" style=" font-family: pt-sans-regular, Arial, Helvetica, sans-serif;"><span class="location-single__phonecontactus">(860) 749-6485</span></a></span></strong></div> </div> <!--address--> <div id="slot-responsive-location-no-phone"> <div class="sbWidget" contenteditable="false"> <div class='location-single-contactus'><span class='location-single__address'>47 Palomba Drive, Suite 201,<span class='location-divider'></span>Enfield, CT 06082-3801</span></div> </div> </div> </div> </div> <!--location--> <div class="location-wrapper"> <!--Source code:--> <!-- <p><a href="/offices.html"><i class="fa fa-map-marker"></i>View our other locations</a></p>--> <div class="row"> <div id="slot-footer-location-field" class="footer-location-field"> </div> </div> </div> <!--social--> <div class="social-wrapper"> <div class="row"> <div id="slot-responsive-social" class="social-media social-primary"> <div class="sbWidget" contenteditable="false"> <div class="comp-social-icons"> <ul> <li class="blog_icon"> <a href="/blog.html" target="_blank">blog</a> </li> <li class="Facebook_icon"> <a href="https://facebook.com/Kimberly-Ann-Lucey-MD-PC-356965108046718" target="_blank">Facebook</a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- END .contactus-section --> <div class="footer-inner-wrapper"> <div class="col-xs-12 col-sm-12 col-md-12 disclaimer-wrapper"> <div class="row"> <div id="slot-footer3"> <ul> <li id="footer3-1"><a href="http://www.officite.com">Copyright &copy; <script>document.write(new Date().getFullYear())</script> MH Sub I, LLC dba Officite</a></li> <li id="footer3-2"><a href="/disclaimer.html">Disclaimer</a></li> <li id="footer3-3"><a href="/privacy.html">Patient Privacy</a></li> <li id="footer3-4"><a href="/sitemap.html">Site Map</a></li> </ul> <!-- start number replacer --> <script type="text/javascript"><!-- vs_account_id = "Ch4NqFoJsTdkWgBr"; //--></script> <script type="text/javascript" src="//www.voicestar.com/euinc/number-changer.js"> </script> <!-- end ad widget --> </div> <!-- END #slot-footer3 --> </div> </div> </div> </footer> </div> <div class="back_top_link"> <a href="#slot-main"></a> </div> <div id="overlay"></div> </div> <!-- END .sbContainer --> <script src="/sbtemplates/sbcommon/js/mmenu/jquery.mmenu.min.js"></script> <script src="/sbtemplates/sbcommon/js/ofc/fader/ofc_fader_responsive.js"></script> <script src="/responsive-templates/10067/assets/js/AppTemplate.js"></script> <script type="text/javascript"> $(document).ready(function () { var isEditPage = false; AppTemplate.init({ isEditPage: isEditPage, page: 'macular-degeneration-treatments' }); }); </script> <!-- Start Piwik Code --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://ofc.wa.ibsrv.net/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", 12542]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })(); </script> <noscript><img src="//ofc.wa.ibsrv.net/piwik.php?idsite=12542&amp;rec=1" style="border:0" alt="" /></noscript> <!-- End Piwik Code --> <!-- Start Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71005146-1', 'auto', 'brandTracker'); ga('brandTracker.send', 'pageview'); </script> <!-- End Google Analytics --> </body> </html>
[ "<footer role=\"contentinfo\">\n\n <div class=\"contactus-section\">\n\n <div class=\"contactus-section-wrapper\">\n\n <!--contact form-->\n <div class=\"col-xs-12 col-sm-6 col-md-7 contact-content-wrapper-form\">\n\n <div class=\"row\">\n\n <div class=\"contact-content\">\n\n <!-- Source code : <h2>Send us a message</h2>-->\n <div id=\"slot-contactus-form-title\">\n <h1>Contact Us</h1>\n\n<p><span style=\"color:#FFFFFF;\"><span style=\"font-size:26px;\">Please be advised that it may take 48 hours for a response. All emergent situations should be handled by calling the office at 860-749-6485</span></span></p> </div>\n\n <div id=\"slot-responsive-main-contactus\">\n <div class=\"sbWidget\" contenteditable=\"false\">\n <script>\n(function (s, o, h, g, r, a, m) {\n a = s.createElement(o); m = s.getElementsByTagName(h)[0];\n a.async = 1; a.src = g; m.appendChild(a);\n})(document, 'script', 'head', 'https://smbleads.ibsmb.com/v1/leads/create_form/3JafFch3PRsEl51-Rw3XKZh1');\n</script>\n<div class=\"leadForm_3JafFch3PRsEl51-Rw3XKZh1\"/> </div> </div>\n\n </div>\n\n </div>\n\n </div>\n\n <!--contact address-->\n <div class=\"col-xs-12 col-sm-6 col-md-5 contact-content-wrapper-address\">\n\n <div class=\"row\">\n\n <!-- Source code : <h2>Contact us</h2>-->\n <div id=\"slot-contactus-address-title\">\n <h1>Kimberly Ann Lucey, M.D., P.C.</h1> </div>\n\n <div class=\"phone-address-warapper\">\n\n <div class=\"row\">\n\n <!--phone-->\n <div id=\"slot-responsive-contactus-phone-only\">\n <div class=\"location-phone-contactus\"><strong><span style=\"font-size:22px;\"><a href=\"tel: (860) 749-6485\" style=\" font-family: pt-sans-regular, Arial, Helvetica, sans-serif;\"><span class=\"location-single__phonecontactus\">(860) 749-6485</span></a></span></strong></div> </div>\n <!--address-->\n <div id=\"slot-responsive-location-no-phone\">\n <div class=\"sbWidget\" contenteditable=\"false\">\n <div class=\"location-single-contactus\"><span class=\"location-single__address\">47 Palomba Drive, Suite 201,<span class=\"location-divider\"/>Enfield, CT 06082-3801</span></div> </div> </div>\n\n </div>\n\n </div>\n\n <!--location-->\n <div class=\"location-wrapper\">\n <!--Source code:-->\n <!-- <p><a href=\"/offices.html\"><i class=\"fa fa-map-marker\"></i>View our other locations</a></p>-->\n <div class=\"row\">\n\n <div id=\"slot-footer-location-field\" class=\"footer-location-field\">\n </div>\n\n </div>\n\n </div>\n\n <!--social-->\n <div class=\"social-wrapper\">\n\n <div class=\"row\">\n\n <div id=\"slot-responsive-social\" class=\"social-media social-primary\">\n <div class=\"sbWidget\" contenteditable=\"false\">\n \n <div class=\"comp-social-icons\">\n \n <ul>\n <li class=\"blog_icon\">\n <a href=\"/blog.html\" target=\"_blank\">blog</a>\n </li>\n <li class=\"Facebook_icon\">\n <a href=\"https://facebook.com/Kimberly-Ann-Lucey-MD-PC-356965108046718\" target=\"_blank\">Facebook</a>\n </li>\n </ul>\n\n </div>\n\n </div> </div>\n\n </div>\n\n </div>\n\n </div>\n\n </div>\n\n </div>\n\n</div>\n<!-- END .contactus-section -->\n <div class=\"footer-inner-wrapper\">\n\n <div class=\"col-xs-12 col-sm-12 col-md-12 disclaimer-wrapper\">\n\n <div class=\"row\">\n\n <div id=\"slot-footer3\">\n\n <ul>\n\t<li id=\"footer3-1\"><a href=\"http://www.officite.com\">Copyright © <script>document.write(new Date().getFullYear())</script> MH Sub I, LLC dba Officite</a></li>\n\t<li id=\"footer3-2\"><a href=\"/disclaimer.html\">Disclaimer</a></li>\n\t<li id=\"footer3-3\"><a href=\"/privacy.html\">Patient Privacy</a></li>\n\t<li id=\"footer3-4\"><a href=\"/sitemap.html\">Site Map</a></li>\n</ul>\n\n<!-- start number replacer -->\n<script type=\"text/javascript\">&lt;!--\nvs_account_id = \"Ch4NqFoJsTdkWgBr\"; \n//--&gt;</script>\n<script type=\"text/javascript\" src=\"//www.voicestar.com/euinc/number-changer.js\">\n</script>\n<!-- end ad widget -->\n </div>\n <!-- END #slot-footer3 -->\n\n \n </div>\n\n </div>\n\n </div>\n\n</footer>\n \n " ]
[ "<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<meta http-equiv=\"X-Ua-Compatible\" content=\"IE=edge\"/>\n <meta name=\"dd\" content=\"0\"/>\n<meta name=\"title\" content=\"Macular Degeneration Treatments - Enfield, CT Ophthalmologist\"/>\n<meta name=\"keywords\" content=\"Opthamalogist\"/>\n<meta name=\"description\" content=\"Kimberly Lucey, MD is a doctor in Enfield CT.\"/>\n <title>Macular Degeneration Treatments - Enfield, CT Ophthalmologist</title>\n \n\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css\"/>\n <script type=\"text/javascript\" src=\"/ofc/init.html?sb=4ed3a2acef62749a3738303b2609f868\"/>\n<script type=\"text/javascript\" src=\"/sb/web/base.min.jgz\"/>\n<script type=\"text/javascript\" src=\"https://smbleads.ibsmb.com/v1/js/CampaignTracker.min.js\" defer=\"defer\"/>\n<script type=\"text/javascript\" src=\"//gdpr.internetbrands.com/v1/ibeugdpr.min.js\"/>\n<script type=\"text/javascript\" src=\"/js/customer.js\"/>\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/sb/web/base.min.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"/sbtemplates/sbcommon/css/print.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/responsive-templates/10067/css/layout.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/responsive-templates/10067/colors/css/01.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/customer.css\"/>\n</head>\n\n " ]
[ "<title>Macular Degeneration Treatments - Enfield, CT Ophthalmologist</title>\n \n\n " ]
[ { "key": "datasource", "type": "global", "value": "www.klucmd.com > macular degeneration treatments html" } ]
[ { "char_end_idx": 64, "char_start_idx": 0, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 164, "char_start_idx": 64, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 277, "char_start_idx": 164, "key": "length", "type": "local", "value": "112" }, { "char_end_idx": 317, "char_start_idx": 277, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 377, "char_start_idx": 317, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 518, "char_start_idx": 377, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 568, "char_start_idx": 518, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 629, "char_start_idx": 568, "key": "length", "type": "local", "value": "60" }, { "char_end_idx": 687, "char_start_idx": 629, "key": "length", "type": "local", "value": "57" }, { "char_end_idx": 779, "char_start_idx": 687, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 833, "char_start_idx": 779, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 902, "char_start_idx": 833, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 1005, "char_start_idx": 902, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 1084, "char_start_idx": 1005, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 1152, "char_start_idx": 1084, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 1226, "char_start_idx": 1152, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 1297, "char_start_idx": 1226, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 1416, "char_start_idx": 1297, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 1489, "char_start_idx": 1416, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 1619, "char_start_idx": 1489, "key": "length", "type": "local", "value": "129" }, { "char_end_idx": 1781, "char_start_idx": 1619, "key": "length", "type": "local", "value": "161" }, { "char_end_idx": 1883, "char_start_idx": 1781, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 1958, "char_start_idx": 1883, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 1995, "char_start_idx": 1958, "key": "length", "type": "local", "value": "36" }, { "char_end_idx": 2036, "char_start_idx": 1995, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 2038, "char_start_idx": 2036, "key": "length", "type": "local", "value": "1" } ]
[ { "key": "length", "type": "global", "value": "2601" } ]
[ { "char_end_idx": 188, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 392, "char_start_idx": 189, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 688, "char_start_idx": 393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "strong" }, { "char_end_idx": 688, "char_start_idx": 393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 1006, "char_start_idx": 689, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1006, "char_start_idx": 689, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1298, "char_start_idx": 1007, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1298, "char_start_idx": 1007, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1620, "char_start_idx": 1299, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1620, "char_start_idx": 1299, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1996, "char_start_idx": 1621, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1996, "char_start_idx": 1621, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1997, "char_start_idx": 393, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "slot-main", "content-item-page clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1997, "char_start_idx": 393, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 slot-main-wrapper row" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2019, "char_start_idx": 1997, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2248/WhatisOphthalmology.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2019, "char_start_idx": 1997, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2040, "char_start_idx": 2020, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2249/WhatisanEyeM.D..html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2040, "char_start_idx": 2020, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2060, "char_start_idx": 2060, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2060, "char_start_idx": 2041, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2093, "char_start_idx": 2061, "html_attrs": { "attrs": [ "href" ], "values": [ "/age-related1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2093, "char_start_idx": 2061, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2103, "char_start_idx": 2094, "html_attrs": { "attrs": [ "href" ], "values": [ "/cataracts1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2103, "char_start_idx": 2094, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2134, "char_start_idx": 2104, "html_attrs": { "attrs": [ "href" ], "values": [ "/bifocals.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2134, "char_start_idx": 2104, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2154, "char_start_idx": 2135, "html_attrs": { "attrs": [ "href" ], "values": [ "/vascular-occlusion.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2154, "char_start_idx": 2135, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2166, "char_start_idx": 2155, "html_attrs": { "attrs": [ "href" ], "values": [ "/astigmatism.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2166, "char_start_idx": 2155, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2192, "char_start_idx": 2167, "html_attrs": { "attrs": [ "href" ], "values": [ "/color-vision-deficiencies.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2192, "char_start_idx": 2167, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2222, "char_start_idx": 2193, "html_attrs": { "attrs": [ "href" ], "values": [ "/diabetes-related-eye-problems.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2222, "char_start_idx": 2193, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2234, "char_start_idx": 2223, "html_attrs": { "attrs": [ "href" ], "values": [ "/eyelids.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2234, "char_start_idx": 2223, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2261, "char_start_idx": 2235, "html_attrs": { "attrs": [ "href" ], "values": [ "/farsightedness.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2261, "char_start_idx": 2235, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2282, "char_start_idx": 2262, "html_attrs": { "attrs": [ "href" ], "values": [ "/floaters.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2282, "char_start_idx": 2262, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2291, "char_start_idx": 2283, "html_attrs": { "attrs": [ "href" ], "values": [ "/glaucoma1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2291, "char_start_idx": 2283, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2303, "char_start_idx": 2292, "html_attrs": { "attrs": [ "href" ], "values": [ "/keratoconus1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2303, "char_start_idx": 2292, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2328, "char_start_idx": 2304, "html_attrs": { "attrs": [ "href" ], "values": [ "/nearsightedness-myopia.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2328, "char_start_idx": 2304, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2336, "char_start_idx": 2329, "html_attrs": { "attrs": [ "href" ], "values": [ "/uveitis1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2336, "char_start_idx": 2329, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2349, "char_start_idx": 2337, "html_attrs": { "attrs": [ "href" ], "values": [ "/crossed-eyes1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2349, "char_start_idx": 2337, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2350, "char_start_idx": 2060, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 2350, "char_start_idx": 2041, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2374, "char_start_idx": 2374, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2374, "char_start_idx": 2350, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2391, "char_start_idx": 2375, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2269/CataractSurgery.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2391, "char_start_idx": 2375, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2411, "char_start_idx": 2392, "html_attrs": { "attrs": [ "href" ], "values": [ "/corneal-transplants1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2411, "char_start_idx": 2392, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2443, "char_start_idx": 2412, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2271/GlaucomaTreatmentsandSurgery.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2443, "char_start_idx": 2412, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2467, "char_start_idx": 2444, "html_attrs": { "attrs": [ "href" ], "values": [ "laser-vision-correction1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2467, "char_start_idx": 2444, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2499, "char_start_idx": 2468, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2273/MacularDegenerationTreatments.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2499, "char_start_idx": 2468, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2519, "char_start_idx": 2500, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2274/OrbitsandPlastics.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2519, "char_start_idx": 2500, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2552, "char_start_idx": 2520, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2275/RetinalTreatmentsandSurgeries.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2552, "char_start_idx": 2520, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2571, "char_start_idx": 2553, "html_attrs": { "attrs": [ "href" ], "values": [ "/strabismus-surgery1.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2571, "char_start_idx": 2553, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2591, "char_start_idx": 2572, "html_attrs": { "attrs": [ "href" ], "values": [ "/vascular-treatments.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2591, "char_start_idx": 2572, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2592, "char_start_idx": 2374, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 2592, "char_start_idx": 2350, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2600, "char_start_idx": 2592, "html_attrs": { "attrs": [ "href" ], "values": [ "/library/2252/Glossary.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2600, "char_start_idx": 2592, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2601, "char_start_idx": 1997, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 2601, "char_start_idx": 1997, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "slot-library", "mlmenu vertical delay trail inaccesible sidebar-links sidebar-education nav-secondary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2601, "char_start_idx": 1997, "html_attrs": { "attrs": [ "class" ], "values": [ "row library_wrapper" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2601, "char_start_idx": 1997, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "col-xs-12", "complementary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "aside" }, { "char_end_idx": 2601, "char_start_idx": 393, "html_attrs": { "attrs": [ "class" ], "values": [ "page-content-outherWrapper page-content-wrapper page-content body_subpages" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2601, "char_start_idx": 393, "html_attrs": { "attrs": [ "class" ], "values": [ "sbContainer-innerWrapper" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2601, "char_start_idx": 393, "html_attrs": { "attrs": [ "class" ], "values": [ "sbContainer" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2601, "char_start_idx": 2601, "html_attrs": { "attrs": [ "src", "style", "alt" ], "values": [ "//ofc.wa.ibsrv.net/piwik.php?idsite=12542&rec=1", "border:0", "" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 2601, "char_start_idx": 2601, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "noscript" }, { "char_end_idx": 2601, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page-macular-degeneration-treatments", "m5 e13 t10067 aopEnable" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 689, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "[if lt IE 9]> <script src=\"/sbtemplates/sbcommon/js/ie/html5shiv.js\"></script> <script type=\"text/javascript\"></script>ript src=\"/sbtemplates/sbcommon/js/ie/respond.js\"></script> <![endif] [if lte IE 9]> <p class=\"chromeframe\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://outdatedbrowser.com/en”>upgrade your browser</a> to improve your experience.</p> <![endif]\nAge-Related Macular Degeneration (AMD) is the leading cause of vision loss and legal blindness in people over 50 years of age. The disease is more common is Caucasian patients. The major risk factors are age, family history, and smoking. There are two types of macular degeneration: dry and wet.\n" }, { "char_end_idx": 1007, "char_start_idx": 689, "key": "paragraph", "marker": "p", "type": "local", "value": "Dry AMD occurs first, and results in a gradual loss of cells that are important for vision. This is analogous to losing hearing or hair with age. Most patients diagnosed with macular degeneration have the dry form. Loss of vision with dry AMD is usually gradual, although advanced stages of the disease can be severe.\n" }, { "char_end_idx": 1299, "char_start_idx": 1007, "key": "paragraph", "marker": "p", "type": "local", "value": "Wet AMD may follow the dry type, and is the more advanced form of the disease. In the wet type, abnormal blood vessels grow underneath the retina. These vessels leak blood or fluid that cause blurred or distorted vision. Without treatment, vision loss may be quick, severe, and irreversible.\n" }, { "char_end_idx": 1621, "char_start_idx": 1299, "key": "paragraph", "marker": "p", "type": "local", "value": "Treatment of dry AMD is often with oral vitamins (AREDS) and fish oil supplements which do not require a prescription. These vitamins have been shown to reduce the progression of the disease. It is also important for the patient to monitor his/her vision regularly, and to report any sudden changes for prompt evaluation.\n" }, { "char_end_idx": 1997, "char_start_idx": 1621, "key": "paragraph", "marker": "p", "type": "local", "value": "Treatment of wet AMD is often with injections into the eye of the medications that temporarily decrease the leakage and bleeding from the abnormal blood vessels. The medication lasts for about one month in the eye, and therefore repeated injections are necessary. The number of injections that are required varies from patient to patient. Laser is also used in select causes.\n" }, { "char_end_idx": 2019, "char_start_idx": 1997, "key": "paragraph", "marker": "li", "type": "local", "value": "What is Ophthalmology?" }, { "char_end_idx": 2040, "char_start_idx": 2019, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWhat is an Eye M.D.?" }, { "char_end_idx": 2093, "char_start_idx": 2040, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommon Eye Problems\nAge Related Macular Degeneration" }, { "char_end_idx": 2103, "char_start_idx": 2093, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCataracts" }, { "char_end_idx": 2134, "char_start_idx": 2103, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNeed For Bifocals (Presbyopia)" }, { "char_end_idx": 2154, "char_start_idx": 2134, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVascular Occlusions" }, { "char_end_idx": 2166, "char_start_idx": 2154, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAstigmatism" }, { "char_end_idx": 2192, "char_start_idx": 2166, "key": "paragraph", "marker": "li", "type": "local", "value": "\nColor Vision Deficiencies" }, { "char_end_idx": 2222, "char_start_idx": 2192, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDiabetes Related Eye Problems" }, { "char_end_idx": 2234, "char_start_idx": 2222, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlepharitis" }, { "char_end_idx": 2261, "char_start_idx": 2234, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFarsightedness (Hyperopia)" }, { "char_end_idx": 2282, "char_start_idx": 2261, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFloaters and Flashes" }, { "char_end_idx": 2291, "char_start_idx": 2282, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGlaucoma" }, { "char_end_idx": 2303, "char_start_idx": 2291, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKeratoconus" }, { "char_end_idx": 2328, "char_start_idx": 2303, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNearsightedness (Myopia)" }, { "char_end_idx": 2336, "char_start_idx": 2328, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUveitis" }, { "char_end_idx": 2349, "char_start_idx": 2336, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCrossed Eyes" }, { "char_end_idx": 2350, "char_start_idx": 2349, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2391, "char_start_idx": 2350, "key": "paragraph", "marker": "li", "type": "local", "value": "Surgeries and Treatments\nCataract Surgery" }, { "char_end_idx": 2411, "char_start_idx": 2391, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCorneal Transplants" }, { "char_end_idx": 2443, "char_start_idx": 2411, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGlaucoma Treatments and Surgery" }, { "char_end_idx": 2467, "char_start_idx": 2443, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLaser Vision Correction" }, { "char_end_idx": 2499, "char_start_idx": 2467, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMacular Degeneration Treatments" }, { "char_end_idx": 2519, "char_start_idx": 2499, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOrbits and Plastics" }, { "char_end_idx": 2552, "char_start_idx": 2519, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRetinal Treatments and Surgeries" }, { "char_end_idx": 2571, "char_start_idx": 2552, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStrabismus Surgery" }, { "char_end_idx": 2591, "char_start_idx": 2571, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVascular Treatments" }, { "char_end_idx": 2592, "char_start_idx": 2591, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2600, "char_start_idx": 2592, "key": "paragraph", "marker": "li", "type": "local", "value": "Glossary" }, { "char_end_idx": 2601, "char_start_idx": 2600, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Macular Degeneration Treatments - Enfield, CT Ophthalmologist" } ]
[ { "key": "url", "type": "global", "value": "https://www.klucmd.com/macular-degeneration-treatments.html" } ]
[]
[if lt IE 9]> <script src="/sbtemplates/sbcommon/js/ie/html5shiv.js"></script> <script type="text/javascript"></script>ript src="/sbtemplates/sbcommon/js/ie/respond.js"></script> <![endif] [if lte IE 9]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://outdatedbrowser.com/en”>upgrade your browser</a> to improve your experience.</p> <![endif] Age-Related Macular Degeneration (AMD) is the leading cause of vision loss and legal blindness in people over 50 years of age. The disease is more common is Caucasian patients. The major risk factors are age, family history, and smoking. There are two types of macular degeneration: dry and wet. Dry AMD occurs first, and results in a gradual loss of cells that are important for vision. This is analogous to losing hearing or hair with age. Most patients diagnosed with macular degeneration have the dry form. Loss of vision with dry AMD is usually gradual, although advanced stages of the disease can be severe. Wet AMD may follow the dry type, and is the more advanced form of the disease. In the wet type, abnormal blood vessels grow underneath the retina. These vessels leak blood or fluid that cause blurred or distorted vision. Without treatment, vision loss may be quick, severe, and irreversible. Treatment of dry AMD is often with oral vitamins (AREDS) and fish oil supplements which do not require a prescription. These vitamins have been shown to reduce the progression of the disease. It is also important for the patient to monitor his/her vision regularly, and to report any sudden changes for prompt evaluation. Treatment of wet AMD is often with injections into the eye of the medications that temporarily decrease the leakage and bleeding from the abnormal blood vessels. The medication lasts for about one month in the eye, and therefore repeated injections are necessary. The number of injections that are required varies from patient to patient. Laser is also used in select causes. What is Ophthalmology? What is an Eye M.D.? Common Eye Problems Age Related Macular Degeneration Cataracts Need For Bifocals (Presbyopia) Vascular Occlusions Astigmatism Color Vision Deficiencies Diabetes Related Eye Problems Blepharitis Farsightedness (Hyperopia) Floaters and Flashes Glaucoma Keratoconus Nearsightedness (Myopia) Uveitis Crossed Eyes Surgeries and Treatments Cataract Surgery Corneal Transplants Glaucoma Treatments and Surgery Laser Vision Correction Macular Degeneration Treatments Orbits and Plastics Retinal Treatments and Surgeries Strabismus Surgery Vascular Treatments Glossary
https://www.klucmd.com/macular-degeneration-treatments.html
[ { "char_end_idx": 425, "char_start_idx": 393, "key": "entity", "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 430, "char_start_idx": 427, "key": "entity", "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 559, "char_start_idx": 550, "key": "entity", "type": "local", "value": "Caucasian_race" }, { "char_end_idx": 696, "char_start_idx": 693, "key": "entity", "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 931, "char_start_idx": 928, "key": "entity", "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 1014, "char_start_idx": 1011, "key": "entity", "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 1319, "char_start_idx": 1316, "key": "entity", "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 1641, "char_start_idx": 1638, "key": "entity", "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 2018, "char_start_idx": 2005, "key": "entity", "type": "local", "value": "Ophthalmology" }, { "char_end_idx": 2133, "char_start_idx": 2123, "key": "entity", "type": "local", "value": "Presbyopia" }, { "char_end_idx": 2192, "char_start_idx": 2167, "key": "entity", "type": "local", "value": "Color_blindness" }, { "char_end_idx": 2234, "char_start_idx": 2223, "key": "entity", "type": "local", "value": "Blepharitis" }, { "char_end_idx": 2291, "char_start_idx": 2283, "key": "entity", "type": "local", "value": "Glaucoma" }, { "char_end_idx": 2303, "char_start_idx": 2292, "key": "entity", "type": "local", "value": "Keratoconus" }, { "char_end_idx": 2327, "char_start_idx": 2321, "key": "entity", "type": "local", "value": "Near-sightedness" }, { "char_end_idx": 2349, "char_start_idx": 2345, "key": "entity", "type": "local", "value": "Eye" }, { "char_end_idx": 2391, "char_start_idx": 2375, "key": "entity", "type": "local", "value": "Eye_surgery" }, { "char_end_idx": 2411, "char_start_idx": 2392, "key": "entity", "type": "local", "value": "Corneal_transplantation" }, { "char_end_idx": 2467, "char_start_idx": 2444, "key": "entity", "type": "local", "value": "LASIK" }, { "char_end_idx": 2571, "char_start_idx": 2553, "key": "entity", "type": "local", "value": "Strabismus_surgery" } ]
[ { "char_end_idx": 689, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 689, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Caucasian_race" }, { "char_end_idx": 1007, "char_start_idx": 689, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 1299, "char_start_idx": 1007, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 1621, "char_start_idx": 1299, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 1997, "char_start_idx": 1621, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Macular_degeneration" }, { "char_end_idx": 2019, "char_start_idx": 1997, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ophthalmology" }, { "char_end_idx": 2134, "char_start_idx": 2103, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Presbyopia" }, { "char_end_idx": 2192, "char_start_idx": 2166, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Color_blindness" }, { "char_end_idx": 2234, "char_start_idx": 2222, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Blepharitis" }, { "char_end_idx": 2291, "char_start_idx": 2282, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Glaucoma" }, { "char_end_idx": 2303, "char_start_idx": 2291, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Keratoconus" }, { "char_end_idx": 2328, "char_start_idx": 2303, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Near-sightedness" }, { "char_end_idx": 2349, "char_start_idx": 2336, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Eye" }, { "char_end_idx": 2391, "char_start_idx": 2350, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Eye_surgery" }, { "char_end_idx": 2411, "char_start_idx": 2391, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Corneal_transplantation" }, { "char_end_idx": 2467, "char_start_idx": 2443, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "LASIK" }, { "char_end_idx": 2571, "char_start_idx": 2552, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Strabismus_surgery" } ]
0
426
1555898517000
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <title>Commercial Roof Repair MN | Commercial Roofing MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="http://commercialroofingmn.com/wp-content/themes/twentyten/style.css" /> <link rel="pingback" href="http://commercialroofingmn.com/xmlrpc.php" /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Minneapolis Commercial &amp; Town home Roofing Contractor MN &raquo; Feed" href="http://commercialroofingmn.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Minneapolis Commercial &amp; Town home Roofing Contractor MN &raquo; Comments Feed" href="http://commercialroofingmn.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Minneapolis Commercial &amp; Town home Roofing Contractor MN &raquo; Commercial Roof Repair MN | Commercial Roofing MN Comments Feed" href="http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/commercialroofingmn.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.8.7"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,56826,8203,55356,56819),0,0),c=j.toDataURL(),b!==c&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55358,56794,8205,9794,65039),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55358,56794,8203,9794,65039),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='https://api.w.org/' href='http://commercialroofingmn.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://commercialroofingmn.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://commercialroofingmn.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Commercial, Industrial &#038; Institutional Roofing MN' href='http://commercialroofingmn.com/commercial-industrial-institutional-roofing-mn/' /> <link rel='next' title='Roof Inspection For Building Owners and Property Managers MN' href='http://commercialroofingmn.com/roof-inspection-for-building-owners-and-property-managers-mn/' /> <meta name="generator" content="WordPress 4.8.7" /> <link rel="canonical" href="http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/" /> <link rel='shortlink' href='http://commercialroofingmn.com/?p=1414' /> <link rel="alternate" type="application/json+oembed" href="http://commercialroofingmn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcommercialroofingmn.com%2Fcommercial-roof-repair-mn-commercial-roofing-mn%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://commercialroofingmn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcommercialroofingmn.com%2Fcommercial-roof-repair-mn-commercial-roofing-mn%2F&#038;format=xml" /> </head> <body class="post-template-default single single-post postid-1414 single-format-standard"> <div id="upbg"></div> <div id="wrapper" class="hfeed"> <div id="header"> <div id="masthead"> <div id="branding" role="banner"> <div id="site-title"> <span> <a href="http://commercialroofingmn.com/" title="Minneapolis Commercial &amp; Town home Roofing Contractor MN" rel="home">Minneapolis Commercial &amp; Town home Roofing Contractor MN</a> </span> </div> <div id="site-description">United Roofing is a Minneapolis Based Commercial and Town House Roofing Contractor. Contact us today! 612-617-1717</div> <img src="http://www.commercialroofingmn.com/images/top.jpg" alt="" /> </div><!-- #branding --> <div id="access" role="navigation"> <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu"><ul> <li ><a href="http://commercialroofingmn.com/">Home</a></li><li class="page_item page-item-2"><a href="http://commercialroofingmn.com/about/">About United Roofing</a></li> <li class="page_item page-item-10"><a href="http://commercialroofingmn.com/contact-united-roofing/">Contact United Roofing</a></li> </ul></div> </div><!-- #access --> </div><!-- #masthead --> </div><!-- #header --> <div id="main"> <div id="container"> <div id="content" role="main"> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="http://commercialroofingmn.com/commercial-industrial-institutional-roofing-mn/" rel="prev"><span class="meta-nav">&larr;</span> Commercial, Industrial &#038; Institutional Roofing MN</a></div> <div class="nav-next"><a href="http://commercialroofingmn.com/roof-inspection-for-building-owners-and-property-managers-mn/" rel="next">Roof Inspection For Building Owners and Property Managers MN <span class="meta-nav">&rarr;</span></a></div> </div><!-- #nav-above --> <div id="post-1414" class="post-1414 post type-post status-publish format-standard hentry category-condominium-roofing-contractor category-minnesota-commercial-roofing-contractor-commercial-roofing-mn category-townhome-roofing-contractor tag-minnesota-townhouse-and-condominium-roofing-contractor tag-mold tag-roof-flashing tag-roof-inspection tag-roof-leak tag-roof-maintenance tag-roof-repair tag-roof-replacement tag-roofing-emergency tag-townhouse-associations-roofing-contractor-mn tag-underlayment tag-ventilation"> <h1 class="entry-title">Commercial Roof Repair MN | Commercial Roofing MN</h1> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/" title="6:00 am" rel="bookmark"><span class="entry-date">November 17, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://commercialroofingmn.com/author/unitedroofing/" title="View all posts by UnitedRoofing">UnitedRoofing</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <h2>Minnesota Roof Repair<strong><em> | </em></strong>Roof Replacement<strong><em> </em></strong>MN<strong><em><br /> </em></strong></h2> <p>Left unattended, small roofing problems can quickly become major – and costly – headaches. I have seen more communities spend money on roof repairs, and then interior repairs to the wall boards, paint and other interior damage they cause.  Many community budgets have very high maintenance costs and insurance claim and rate increases due to roof leaks – and these costs can be STOPPED!<span id="more-1414"></span></p> <h2>Roofing’s Key Danger Signals</h2> <p>By replacing 1) a section, 2) half of a roof or 3) an entire building’s roof you can dramatically lower expenses. The cost of the roof is quickly paid off in saving money not paid by reacting to <span style="text-decoration: underline;">roofing emergencies</span>, making fewer repairs and decreasing insurance costs.</p> <h3><a title="Key Danger Signals" href="http://www.gaf.com/Roofing/Residential/Key-Danger-Signals/Key-Danger-Signals.aspx?CBViewer=9032" target="_blank">Key Danger Signals That Your Roofing System Is Not Protecting Your Home</a></h3> <p><strong>The following seven problems are the roofing industry guidance for determining a shingled roof repair or replacement need:</strong> <strong></strong></p> <p><strong>Dark, “dirty-looking” areas on your roof</strong><br /> Possible causes: Environmental pollutants, vegetation, fungus, algae or loss of granules due to old age of shingles.</p> <p><strong>Missing cracked or curling shingles</strong><br /> Possible cause: Shingles have reached the end of their useful life and need replacement.</p> <p><strong>Leakage in attic after driving </strong><strong>rain</strong><br /> Possible causes: leaky or inadequate shingle underlayment, or deteriorated <a title="Roof Flashing" href="http://unitedroofingmn.com/blog/?p=1102" target="_blank">flashing</a>.</p> <p><strong>Roof shingle curling, sheathing and siding decay</strong><br /> Possible cause: Excessive moisture or high humidity due to roof leaks and / or poor attic ventilation.</p> <p><strong>Blistering and / or peeling of outside paint</strong><br /> Possible cause: Excessive moisture or high humidity due to roof leaks and / or poor attic ventilation.</p> <p><strong>Stains on interior ceilings and walls or <span style="text-decoration: underline;">mold or mildew growth</span></strong>Possible cause: Inadequate or faulty shingle <a title="Roof Underlayment" href="http://unitedroofingmn.com/blog/?p=1180#more-1180" target="_blank">underlayment</a> allowing leakage, or inadequate <a title="Roof Ventilation" href="http://unitedroofingmn.com/blog/?p=952#comment-781" target="_blank">ventilation</a>.  <em>Special attention should be paid to stains and leaks that cause <a title="Mold from roof leak" href="http://unitedroofingmn.com/blog/?p=918" target="_blank">mold</a> which could be a serious health hazard or insurance liability.</em></p> <p><strong>Excessive energy costs</strong><br /> Possible cause: wet and compacted attic insulation due to roof leaks will cause your heating / cooling system to run more often which increases your utility bills.</p> <p>If you see any of these danger signals DO NOT WAIT!</p> <p><strong>Recommendations:</strong></p> <ol> <li>Educate yourself about roofing by visiting <a href="http://www.gaf.com/">www.gaf.com</a> and click on the “residential homeowner” icon, there is a lot of free reference info.</li> <li>Use GAF certified roofers who meet higher manufacturer standards and can offer longer roof warranties.</li> <li>Use a contractor that can educate you on your options and quality differences between techniques and materials.</li> <li>Check references to ensure a contractor’s performance on:<br /> a) projects on time<br /> b) projects done at price quoted or additional costs were explained properly and<br /> c) jobsites were clean and the end result was high quality.</li> </ol> <p>Don’t wait for your community to go through its reserve funds and have your unit owners’ quality of life and health affected.  Get pro-active and talk to a <strong>Minnesota roofing expert</strong> right away.</p> <p>Ensuring a quality installation, providing the roof with consistent maintenance, and the early detection of problems through routine inspections can help maximize roof life. As the roof ages, the likelihood of problems increases. However, it is how these problems are addressed that will determine the fate and future of your roof system.</p> </div><!-- .entry-content --> <div class="entry-utility"> This entry was posted in <a href="http://commercialroofingmn.com/category/townhome-roofing-contractor/condominium-roofing-contractor/" rel="category tag">Condominium Roofing Contractor</a>, <a href="http://commercialroofingmn.com/category/commercial-roofing-mn/minnesota-commercial-roofing-contractor-commercial-roofing-mn/" rel="category tag">Minnesota Commercial Roofing Contractor</a>, <a href="http://commercialroofingmn.com/category/townhome-roofing-contractor/" rel="category tag">Townhome Roofing Contractor</a> and tagged <a href="http://commercialroofingmn.com/tag/minnesota-townhouse-and-condominium-roofing-contractor/" rel="tag">minnesota townhouse and condominium roofing contractor</a>, <a href="http://commercialroofingmn.com/tag/mold/" rel="tag">mold</a>, <a href="http://commercialroofingmn.com/tag/roof-flashing/" rel="tag">roof flashing</a>, <a href="http://commercialroofingmn.com/tag/roof-inspection/" rel="tag">roof inspection</a>, <a href="http://commercialroofingmn.com/tag/roof-leak/" rel="tag">roof leak</a>, <a href="http://commercialroofingmn.com/tag/roof-maintenance/" rel="tag">roof maintenance</a>, <a href="http://commercialroofingmn.com/tag/roof-repair/" rel="tag">roof repair</a>, <a href="http://commercialroofingmn.com/tag/roof-replacement/" rel="tag">roof replacement</a>, <a href="http://commercialroofingmn.com/tag/roofing-emergency/" rel="tag">roofing emergency</a>, <a href="http://commercialroofingmn.com/tag/townhouse-associations-roofing-contractor-mn/" rel="tag">townhouse associations roofing contractor mn</a>, <a href="http://commercialroofingmn.com/tag/underlayment/" rel="tag">underlayment</a>, <a href="http://commercialroofingmn.com/tag/ventilation/" rel="tag">ventilation</a>. Bookmark the <a href="http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/" title="Permalink to Commercial Roof Repair MN | Commercial Roofing MN" rel="bookmark">permalink</a>. </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="http://commercialroofingmn.com/commercial-industrial-institutional-roofing-mn/" rel="prev"><span class="meta-nav">&larr;</span> Commercial, Industrial &#038; Institutional Roofing MN</a></div> <div class="nav-next"><a href="http://commercialroofingmn.com/roof-inspection-for-building-owners-and-property-managers-mn/" rel="next">Roof Inspection For Building Owners and Property Managers MN <span class="meta-nav">&rarr;</span></a></div> </div><!-- #nav-below --> <div id="comments"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/commercial-roof-repair-mn-commercial-roofing-mn/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="http://commercialroofingmn.com/wp-comments-post.php" method="post" id="commentform" class="comment-form"> <p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" aria-required="true" required="required"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" aria-required='true' required='required' /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="text" value="" size="30" maxlength="100" aria-describedby="email-notes" aria-required='true' required='required' /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="text" value="" size="30" maxlength="200" /></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='1414' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="ab2c4ad0a7" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="71"/></p> </form> </div><!-- #respond --> </div><!-- #comments --> </div><!-- #content --> </div><!-- #container --> <div id="primary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="search-2" class="widget-container widget_search"><form role="search" method="get" id="searchform" class="searchform" action="http://commercialroofingmn.com/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></li> <li id="recent-posts-2" class="widget-container widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li> <a href="http://commercialroofingmn.com/commercial-roofing-mn-infrared-moisture-scans/">Commercial Roofing MN | Infrared Moisture Scans</a> </li> <li> <a href="http://commercialroofingmn.com/infrared-moisture-scans-on-commercial-buildings/">Infrared Moisture Scans On Commercial Buildings</a> </li> <li> <a href="http://commercialroofingmn.com/minnesota-coomercial-roofing-minneapolis-mn/">Minnesota Commercial Roofing Minneapolis MN</a> </li> <li> <a href="http://commercialroofingmn.com/commercial-roof-management-minneapolis-mn/">Commercial Roof Management Minneapolis MN</a> </li> <li> <a href="http://commercialroofingmn.com/roof-inspection-for-building-owners-and-property-managers-mn/">Roof Inspection For Building Owners and Property Managers MN</a> </li> </ul> </li> <li id="recent-comments-2" class="widget-container widget_recent_comments"><h3 class="widget-title">Recent Comments</h3><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link"><a href='http://commercialroofingmn.com/?p=1455' rel='external nofollow' class='url'>Roof Inspection For Building Owners and Property Managers MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN</a></span> on <a href="http://commercialroofingmn.com/commercial-roofing-re-roofing-maintenance-repair-minnesota/#comment-349">Commercial Roofing &#038; Re-Roofing Maintenance &#038; Repair Minnesota</a></li><li class="recentcomments"><span class="comment-author-link"><a href='http://commercialroofingmn.com/?p=1334' rel='external nofollow' class='url'>Commercial Roofing MN | Commercial Roofing Systems | Minneapolis Commercial &amp; Town home Roofing Contractor MN</a></span> on <a href="http://commercialroofingmn.com/high-performance-roofing-systems-for-commercial-and-industrial-properties-mn/#comment-347">High-Performance Roofing Systems for Commercial and Industrial Properties MN</a></li><li class="recentcomments"><span class="comment-author-link"><a href='http://commercialroofingmn.com/?p=1319' rel='external nofollow' class='url'>Preventative Roof Maintenance For Building Owners MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN</a></span> on <a href="http://commercialroofingmn.com/commercial-roofing-re-roofing-maintenance-repair-minnesota/#comment-346">Commercial Roofing &#038; Re-Roofing Maintenance &#038; Repair Minnesota</a></li><li class="recentcomments"><span class="comment-author-link"><a href='http://commercialroofingmn.com/?p=1261' rel='external nofollow' class='url'>Commercial EPDM Roofing Contractor MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN</a></span> on <a href="http://commercialroofingmn.com/epdm-roofing-epdm-roof-system-mn/#comment-323">EPDM Roofing | EPDM Roof System MN</a></li><li class="recentcomments"><span class="comment-author-link"><a href='http://commercialroofingmn.com/?p=788' rel='external nofollow' class='url'>Townhouse Roofing Options Minneapolis MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN</a></span> on <a href="http://commercialroofingmn.com/commercial-roofing-re-roofing-maintenance-repair-minnesota/#comment-308">Commercial Roofing &#038; Re-Roofing Maintenance &#038; Repair Minnesota</a></li></ul></li><li id="archives-2" class="widget-container widget_archive"><h3 class="widget-title">Archives</h3> <ul> <li><a href='http://commercialroofingmn.com/2012/02/'>February 2012</a></li> <li><a href='http://commercialroofingmn.com/2011/11/'>November 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/10/'>October 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/09/'>September 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/08/'>August 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/07/'>July 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/06/'>June 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/05/'>May 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/04/'>April 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/03/'>March 2011</a></li> <li><a href='http://commercialroofingmn.com/2011/02/'>February 2011</a></li> </ul> </li><li id="categories-2" class="widget-container widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-8"><a href="http://commercialroofingmn.com/category/commercial-roofing-contractor/" >Commercial Roofing Contractor</a> </li> <li class="cat-item cat-item-4"><a href="http://commercialroofingmn.com/category/commercial-roofing-mn/" >Commercial Roofing MN</a> </li> <li class="cat-item cat-item-38"><a href="http://commercialroofingmn.com/category/townhome-roofing-contractor/condominium-roofing-contractor/" >Condominium Roofing Contractor</a> </li> <li class="cat-item cat-item-17"><a href="http://commercialroofingmn.com/category/commercial-roofing-contractor/flat-roof-mn/" >Flat Roof MN</a> </li> <li class="cat-item cat-item-3"><a href="http://commercialroofingmn.com/category/minneapolis-commercial-roofing/" >Minneapolis Commercial Roofing</a> </li> <li class="cat-item cat-item-59"><a href="http://commercialroofingmn.com/category/commercial-roofing-mn/minnesota-commercial-roofing-contractor-commercial-roofing-mn/" >Minnesota Commercial Roofing Contractor</a> </li> <li class="cat-item cat-item-5"><a href="http://commercialroofingmn.com/category/townhome-roofing-contractor/" >Townhome Roofing Contractor</a> </li> </ul> </li><li id="meta-2" class="widget-container widget_meta"><h3 class="widget-title">Meta</h3> <ul> <li><a href="http://commercialroofingmn.com/wp-login.php">Log in</a></li> <li><a href="http://commercialroofingmn.com/feed/">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://commercialroofingmn.com/comments/feed/">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </li> </ul> </div><!-- #primary .widget-area --> </div><!-- #main --> <div id="footer" role="contentinfo"> <div id="colophon"> <div id="site-info"> <a href="http://commercialroofingmn.com/" title="Minneapolis Commercial &amp; Town home Roofing Contractor MN" rel="home"> Minneapolis Commercial &amp; Town home Roofing Contractor MN </a> </div><!-- #site-info --> <div id="site-generator"> <a href="http://wordpress.org/" title="Semantic Personal Publishing Platform" rel="generator"> Proudly powered by WordPress. </a> </div><!-- #site-generator --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <script type='text/javascript' src='http://commercialroofingmn.com/wp-includes/js/comment-reply.min.js?ver=4.8.7'></script> <script type='text/javascript' src='http://commercialroofingmn.com/wp-includes/js/wp-embed.min.js?ver=4.8.7'></script> <script type='text/javascript' src='http://commercialroofingmn.com/wp-content/plugins/akismet/_inc/form.js?ver=3.3.4'></script> </body> </html>
[]
[ "<head>\n<meta charset=\"UTF-8\"/>\n<title>Commercial Roof Repair MN | Commercial Roofing MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN</title>\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"http://commercialroofingmn.com/wp-content/themes/twentyten/style.css\"/>\n<link rel=\"pingback\" href=\"http://commercialroofingmn.com/xmlrpc.php\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Minneapolis Commercial &amp; Town home Roofing Contractor MN » Feed\" href=\"http://commercialroofingmn.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Minneapolis Commercial &amp; Town home Roofing Contractor MN » Comments Feed\" href=\"http://commercialroofingmn.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Minneapolis Commercial &amp; Town home Roofing Contractor MN » Commercial Roof Repair MN | Commercial Roofing MN Comments Feed\" href=\"http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.3\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.3\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/commercialroofingmn.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.8.7\"}};\n\t\t\t!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline=\"top\",k.font=\"600 32px Arial\",a){case\"flag\":return k.fillText(f(55356,56826,55356,56819),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,56826,8203,55356,56819),0,0),c=j.toDataURL(),b!==c&amp;&amp;(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447),0,0),c=j.toDataURL(),b!==c);case\"emoji4\":return k.fillText(f(55358,56794,8205,9794,65039),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55358,56794,8203,9794,65039),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var f,g,h,i,j=b.createElement(\"canvas\"),k=j.getContext&amp;&amp;j.getContext(\"2d\");for(i=Array(\"flag\",\"emoji4\"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h&lt;i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[i[h]],\"flag\"!==i[h]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",g,!1),a.addEventListener(\"load\",g,!1)):(a.attachEvent(\"onload\",g),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&amp;&amp;f.twemoji&amp;&amp;(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel=\"https://api.w.org/\" href=\"http://commercialroofingmn.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://commercialroofingmn.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://commercialroofingmn.com/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Commercial, Industrial &amp; Institutional Roofing MN\" href=\"http://commercialroofingmn.com/commercial-industrial-institutional-roofing-mn/\"/>\n<link rel=\"next\" title=\"Roof Inspection For Building Owners and Property Managers MN\" href=\"http://commercialroofingmn.com/roof-inspection-for-building-owners-and-property-managers-mn/\"/>\n<meta name=\"generator\" content=\"WordPress 4.8.7\"/>\n<link rel=\"canonical\" href=\"http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/\"/>\n<link rel=\"shortlink\" href=\"http://commercialroofingmn.com/?p=1414\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://commercialroofingmn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcommercialroofingmn.com%2Fcommercial-roof-repair-mn-commercial-roofing-mn%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://commercialroofingmn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcommercialroofingmn.com%2Fcommercial-roof-repair-mn-commercial-roofing-mn%2F&amp;format=xml\"/>\n</head>\n\n" ]
[ "<title>Commercial Roof Repair MN | Commercial Roofing MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "commercialroofingmn.com > commercial roof repair mn commercial roofing mn" } ]
[ { "char_end_idx": 82, "char_start_idx": 0, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 298, "char_start_idx": 82, "key": "length", "type": "local", "value": "215" }, { "char_end_idx": 446, "char_start_idx": 298, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 736, "char_start_idx": 446, "key": "length", "type": "local", "value": "289" }, { "char_end_idx": 891, "char_start_idx": 736, "key": "length", "type": "local", "value": "154" }, { "char_end_idx": 1244, "char_start_idx": 891, "key": "length", "type": "local", "value": "352" }, { "char_end_idx": 1369, "char_start_idx": 1244, "key": "length", "type": "local", "value": "124" }, { "char_end_idx": 1490, "char_start_idx": 1369, "key": "length", "type": "local", "value": "120" }, { "char_end_idx": 1642, "char_start_idx": 1490, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 1790, "char_start_idx": 1642, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 1955, "char_start_idx": 1790, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 2087, "char_start_idx": 1955, "key": "length", "type": "local", "value": "131" }, { "char_end_idx": 2274, "char_start_idx": 2087, "key": "length", "type": "local", "value": "186" }, { "char_end_idx": 2322, "char_start_idx": 2274, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 2326, "char_start_idx": 2322, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 2415, "char_start_idx": 2326, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 2518, "char_start_idx": 2415, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 2630, "char_start_idx": 2518, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 2849, "char_start_idx": 2630, "key": "length", "type": "local", "value": "218" }, { "char_end_idx": 2975, "char_start_idx": 2849, "key": "length", "type": "local", "value": "125" }, { "char_end_idx": 3041, "char_start_idx": 2975, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 3215, "char_start_idx": 3041, "key": "length", "type": "local", "value": "173" }, { "char_end_idx": 3271, "char_start_idx": 3215, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 3380, "char_start_idx": 3271, "key": "length", "type": "local", "value": "108" }, { "char_end_idx": 3763, "char_start_idx": 3380, "key": "length", "type": "local", "value": "382" }, { "char_end_idx": 3787, "char_start_idx": 3763, "key": "length", "type": "local", "value": "23" } ]
[ { "key": "length", "type": "global", "value": "5296" } ]
[ { "char_end_idx": 114, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "site-description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 115, "char_start_idx": 115, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "http://www.commercialroofingmn.com/images/top.jpg", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 115, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "role" ], "values": [ "branding", "banner" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 115, "char_start_idx": 115, "html_attrs": { "attrs": [ "id", "role" ], "values": [ "access", "navigation" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 115, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "header masthead" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 115, "char_start_idx": 115, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "nav-above", "navigation" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 164, "char_start_idx": 115, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h1" }, { "char_end_idx": 189, "char_start_idx": 186, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 189, "char_start_idx": 186, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 206, "char_start_idx": 205, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 206, "char_start_idx": 205, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 209, "char_start_idx": 208, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 209, "char_start_idx": 208, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 209, "char_start_idx": 165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "h2" }, { "char_end_idx": 594, "char_start_idx": 594, "html_attrs": { "attrs": [ "id" ], "values": [ "more-1414" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 594, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 623, "char_start_idx": 595, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 838, "char_start_idx": 819, "html_attrs": { "attrs": [ "style" ], "values": [ "text-decoration: underline;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 892, "char_start_idx": 624, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 964, "char_start_idx": 893, "html_attrs": { "attrs": [ "title", "href", "target" ], "values": [ "Key Danger Signals", "http://www.gaf.com/Roofing/Residential/Key-Danger-Signals/Key-Danger-Signals.aspx?CBViewer=9032", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 964, "char_start_idx": 893, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1087, "char_start_idx": 965, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1088, "char_start_idx": 1088, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 1088, "char_start_idx": 965, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1128, "char_start_idx": 1088, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 1245, "char_start_idx": 1088, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 1281, "char_start_idx": 1246, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1370, "char_start_idx": 1246, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1402, "char_start_idx": 1371, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1406, "char_start_idx": 1402, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1490, "char_start_idx": 1482, "html_attrs": { "attrs": [ "title", "href", "target" ], "values": [ "Roof Flashing", "http://unitedroofingmn.com/blog/?p=1102", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1491, "char_start_idx": 1371, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1540, "char_start_idx": 1492, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1643, "char_start_idx": 1492, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1688, "char_start_idx": 1644, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1791, "char_start_idx": 1644, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1854, "char_start_idx": 1833, "html_attrs": { "attrs": [ "style" ], "values": [ "text-decoration: underline;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1854, "char_start_idx": 1792, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1911, "char_start_idx": 1899, "html_attrs": { "attrs": [ "title", "href", "target" ], "values": [ "Roof Underlayment", "http://unitedroofingmn.com/blog/?p=1180#more-1180", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1955, "char_start_idx": 1944, "html_attrs": { "attrs": [ "title", "href", "target" ], "values": [ "Roof Ventilation", "http://unitedroofingmn.com/blog/?p=952#comment-781", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2025, "char_start_idx": 2021, "html_attrs": { "attrs": [ "title", "href", "target" ], "values": [ "Mold from roof leak", "http://unitedroofingmn.com/blog/?p=918", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2088, "char_start_idx": 1957, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 2088, "char_start_idx": 1792, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2111, "char_start_idx": 2089, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 2275, "char_start_idx": 2089, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2330, "char_start_idx": 2319, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.gaf.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2416, "char_start_idx": 2276, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2519, "char_start_idx": 2417, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2631, "char_start_idx": 2520, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2850, "char_start_idx": 2632, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2851, "char_start_idx": 2276, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ol" }, { "char_end_idx": 3030, "char_start_idx": 3006, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3042, "char_start_idx": 2851, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3381, "char_start_idx": 3043, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3382, "char_start_idx": 165, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3437, "char_start_idx": 3407, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/category/townhome-roofing-contractor/condominium-roofing-contractor/", "category tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3478, "char_start_idx": 3439, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/category/commercial-roofing-mn/minnesota-commercial-roofing-contractor-commercial-roofing-mn/", "category tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3507, "char_start_idx": 3480, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/category/townhome-roofing-contractor/", "category tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3573, "char_start_idx": 3519, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/minnesota-townhouse-and-condominium-roofing-contractor/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3579, "char_start_idx": 3575, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/mold/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3594, "char_start_idx": 3581, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/roof-flashing/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3611, "char_start_idx": 3596, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/roof-inspection/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3622, "char_start_idx": 3613, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/roof-leak/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3640, "char_start_idx": 3624, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/roof-maintenance/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3653, "char_start_idx": 3642, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/roof-repair/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3671, "char_start_idx": 3655, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/roof-replacement/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3690, "char_start_idx": 3673, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/roofing-emergency/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3736, "char_start_idx": 3692, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/townhouse-associations-roofing-contractor-mn/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3750, "char_start_idx": 3738, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/underlayment/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3763, "char_start_idx": 3752, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://commercialroofingmn.com/tag/ventilation/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3787, "char_start_idx": 3778, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/", "Permalink to Commercial Roof Repair MN | Commercial Roofing MN", "bookmark" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3789, "char_start_idx": 3382, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-utility" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3789, "char_start_idx": 115, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-1414", "post-1414 post type-post status-publish format-standard hentry category-condominium-roofing-contractor category-minnesota-commercial-roofing-contractor-commercial-roofing-mn category-townhome-roofing-contractor tag-minnesota-townhouse-and-condominium-roofing-contractor tag-mold tag-roof-flashing tag-roof-inspection tag-roof-leak tag-roof-maintenance tag-roof-repair tag-roof-replacement tag-roofing-emergency tag-townhouse-associations-roofing-contractor-mn tag-underlayment tag-ventilation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 3789, "char_start_idx": 3789, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "nav-below", "navigation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3815, "char_start_idx": 3803, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/commercial-roof-repair-mn-commercial-roofing-mn/#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3815, "char_start_idx": 3803, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 3815, "char_start_idx": 3789, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "h3" }, { "char_end_idx": 3816, "char_start_idx": 3789, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "comments respond", "comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3816, "char_start_idx": 115, "html_attrs": { "attrs": [ "id", "role" ], "values": [ "container content", "main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3816, "char_start_idx": 3816, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "search-2", "widget-container widget_search" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 3828, "char_start_idx": 3816, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h3" }, { "char_end_idx": 3876, "char_start_idx": 3829, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/commercial-roofing-mn-infrared-moisture-scans/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3877, "char_start_idx": 3829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3924, "char_start_idx": 3877, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/infrared-moisture-scans-on-commercial-buildings/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3925, "char_start_idx": 3877, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3968, "char_start_idx": 3925, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/minnesota-coomercial-roofing-minneapolis-mn/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3969, "char_start_idx": 3925, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4010, "char_start_idx": 3969, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/commercial-roof-management-minneapolis-mn/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4011, "char_start_idx": 3969, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4071, "char_start_idx": 4011, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/roof-inspection-for-building-owners-and-property-managers-mn/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4072, "char_start_idx": 4011, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4072, "char_start_idx": 3829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 4072, "char_start_idx": 3816, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-posts-2", "widget-container widget_recent_entries" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 4087, "char_start_idx": 4072, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 4207, "char_start_idx": 4088, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "http://commercialroofingmn.com/?p=1455", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4207, "char_start_idx": 4088, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4273, "char_start_idx": 4211, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/commercial-roofing-re-roofing-maintenance-repair-minnesota/#comment-349" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4273, "char_start_idx": 4088, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4383, "char_start_idx": 4274, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "http://commercialroofingmn.com/?p=1334", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4383, "char_start_idx": 4274, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4463, "char_start_idx": 4387, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/high-performance-roofing-systems-for-commercial-and-industrial-properties-mn/#comment-347" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4463, "char_start_idx": 4274, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4575, "char_start_idx": 4464, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "http://commercialroofingmn.com/?p=1319", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4575, "char_start_idx": 4464, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4641, "char_start_idx": 4579, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/commercial-roofing-re-roofing-maintenance-repair-minnesota/#comment-346" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4641, "char_start_idx": 4464, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4738, "char_start_idx": 4642, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "http://commercialroofingmn.com/?p=1261", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4738, "char_start_idx": 4642, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4776, "char_start_idx": 4742, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/epdm-roofing-epdm-roof-system-mn/#comment-323" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4776, "char_start_idx": 4642, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4876, "char_start_idx": 4777, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "http://commercialroofingmn.com/?p=788", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4876, "char_start_idx": 4777, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4942, "char_start_idx": 4880, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/commercial-roofing-re-roofing-maintenance-repair-minnesota/#comment-308" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4942, "char_start_idx": 4777, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4943, "char_start_idx": 4088, "html_attrs": { "attrs": [ "id" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 4943, "char_start_idx": 4072, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-comments-2", "widget-container widget_recent_comments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 4951, "char_start_idx": 4943, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 4965, "char_start_idx": 4952, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2012/02/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4965, "char_start_idx": 4952, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4979, "char_start_idx": 4966, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/11/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4979, "char_start_idx": 4966, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4992, "char_start_idx": 4980, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/10/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4992, "char_start_idx": 4980, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5007, "char_start_idx": 4993, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/09/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5007, "char_start_idx": 4993, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5019, "char_start_idx": 5008, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/08/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5019, "char_start_idx": 5008, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5029, "char_start_idx": 5020, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/07/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5029, "char_start_idx": 5020, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5039, "char_start_idx": 5030, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/06/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5039, "char_start_idx": 5030, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5048, "char_start_idx": 5040, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/05/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5048, "char_start_idx": 5040, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5059, "char_start_idx": 5049, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/04/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5059, "char_start_idx": 5049, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5070, "char_start_idx": 5060, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/03/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5070, "char_start_idx": 5060, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5084, "char_start_idx": 5071, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/2011/02/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5084, "char_start_idx": 5071, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5085, "char_start_idx": 4952, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5085, "char_start_idx": 4943, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "archives-2", "widget-container widget_archive" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5095, "char_start_idx": 5085, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 5125, "char_start_idx": 5096, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/category/commercial-roofing-contractor/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5126, "char_start_idx": 5096, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5147, "char_start_idx": 5126, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/category/commercial-roofing-mn/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5148, "char_start_idx": 5126, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5178, "char_start_idx": 5148, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/category/townhome-roofing-contractor/condominium-roofing-contractor/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5179, "char_start_idx": 5148, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-38" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5191, "char_start_idx": 5179, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/category/commercial-roofing-contractor/flat-roof-mn/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5192, "char_start_idx": 5179, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-17" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5222, "char_start_idx": 5192, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/category/minneapolis-commercial-roofing/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5223, "char_start_idx": 5192, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5262, "char_start_idx": 5223, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/category/commercial-roofing-mn/minnesota-commercial-roofing-contractor-commercial-roofing-mn/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5263, "char_start_idx": 5223, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-59" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5290, "char_start_idx": 5263, "html_attrs": { "attrs": [ "href" ], "values": [ "http://commercialroofingmn.com/category/townhome-roofing-contractor/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5291, "char_start_idx": 5263, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5291, "char_start_idx": 5096, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5291, "char_start_idx": 5085, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "categories-2", "widget-container widget_categories" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5295, "char_start_idx": 5291, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 5296, "char_start_idx": 5291, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "meta-2", "widget-container widget_meta" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5296, "char_start_idx": 3816, "html_attrs": { "attrs": [ "class" ], "values": [ "xoxo" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 5296, "char_start_idx": 3816, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "primary", "widget-area", "complementary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 5296, "char_start_idx": 115, "html_attrs": { "attrs": [ "id" ], "values": [ "main" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5296, "char_start_idx": 5296, "html_attrs": { "attrs": [ "id", "role" ], "values": [ "footer colophon", "contentinfo" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5296, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wrapper", "hfeed" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5296, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-1414 single-format-standard" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 114, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "United Roofing is a Minneapolis Based Commercial and Town House Roofing Contractor. Contact us today! 612-617-1717" }, { "char_end_idx": 115, "char_start_idx": 114, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 164, "char_start_idx": 115, "key": "paragraph", "marker": "h1", "type": "local", "value": "Commercial Roof Repair MN | Commercial Roofing MN" }, { "char_end_idx": 209, "char_start_idx": 164, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nMinnesota Roof Repair | Roof Replacement MN\n" }, { "char_end_idx": 595, "char_start_idx": 209, "key": "paragraph", "marker": "p", "type": "local", "value": "Left unattended, small roofing problems can quickly become major – and costly – headaches. I have seen more communities spend money on roof repairs, and then interior repairs to the wall boards, paint and other interior damage they cause. Many community budgets have very high maintenance costs and insurance claim and rate increases due to roof leaks – and these costs can be STOPPED!\n" }, { "char_end_idx": 623, "char_start_idx": 595, "key": "paragraph", "marker": "h2", "type": "local", "value": "Roofing’s Key Danger Signals" }, { "char_end_idx": 893, "char_start_idx": 623, "key": "paragraph", "marker": "p", "type": "local", "value": "\nBy replacing 1) a section, 2) half of a roof or 3) an entire building’s roof you can dramatically lower expenses. The cost of the roof is quickly paid off in saving money not paid by reacting to roofing emergencies, making fewer repairs and decreasing insurance costs.\n" }, { "char_end_idx": 964, "char_start_idx": 893, "key": "paragraph", "marker": "h3", "type": "local", "value": "Key Danger Signals That Your Roofing System Is Not Protecting Your Home" }, { "char_end_idx": 1089, "char_start_idx": 964, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe following seven problems are the roofing industry guidance for determining a shingled roof repair or replacement need:\nD" }, { "char_end_idx": 1246, "char_start_idx": 1089, "key": "paragraph", "marker": "p", "type": "local", "value": "ark, “dirty-looking” areas on your roof\nPossible causes: Environmental pollutants, vegetation, fungus, algae or loss of granules due to old age of shingles.\n" }, { "char_end_idx": 1371, "char_start_idx": 1246, "key": "paragraph", "marker": "p", "type": "local", "value": "Missing cracked or curling shingles\nPossible cause: Shingles have reached the end of their useful life and need replacement.\n" }, { "char_end_idx": 1492, "char_start_idx": 1371, "key": "paragraph", "marker": "p", "type": "local", "value": "Leakage in attic after driving rain\nPossible causes: leaky or inadequate shingle underlayment, or deteriorated flashing.\n" }, { "char_end_idx": 1644, "char_start_idx": 1492, "key": "paragraph", "marker": "p", "type": "local", "value": "Roof shingle curling, sheathing and siding decay\nPossible cause: Excessive moisture or high humidity due to roof leaks and / or poor attic ventilation.\n" }, { "char_end_idx": 1792, "char_start_idx": 1644, "key": "paragraph", "marker": "p", "type": "local", "value": "Blistering and / or peeling of outside paint\nPossible cause: Excessive moisture or high humidity due to roof leaks and / or poor attic ventilation.\n" }, { "char_end_idx": 2089, "char_start_idx": 1792, "key": "paragraph", "marker": "p", "type": "local", "value": "Stains on interior ceilings and walls or mold or mildew growthPossible cause: Inadequate or faulty shingle underlayment allowing leakage, or inadequate ventilation. Special attention should be paid to stains and leaks that cause mold which could be a serious health hazard or insurance liability.\n" }, { "char_end_idx": 2276, "char_start_idx": 2089, "key": "paragraph", "marker": "p", "type": "local", "value": "Excessive energy costs\nPossible cause: wet and compacted attic insulation due to roof leaks will cause your heating / cooling system to run more often which increases your utility bills.\n" }, { "char_end_idx": 2416, "char_start_idx": 2276, "key": "paragraph", "marker": "li", "type": "local", "value": "Educate yourself about roofing by visiting www.gaf.com and click on the “residential homeowner” icon, there is a lot of free reference info." }, { "char_end_idx": 2519, "char_start_idx": 2416, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUse GAF certified roofers who meet higher manufacturer standards and can offer longer roof warranties." }, { "char_end_idx": 2631, "char_start_idx": 2519, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUse a contractor that can educate you on your options and quality differences between techniques and materials." }, { "char_end_idx": 2850, "char_start_idx": 2631, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCheck references to ensure a contractor’s performance on:\na) projects on time\nb) projects done at price quoted or additional costs were explained properly and\nc) jobsites were clean and the end result was high quality." }, { "char_end_idx": 2851, "char_start_idx": 2850, "key": "paragraph", "marker": "ol", "type": "local", "value": "\n" }, { "char_end_idx": 3043, "char_start_idx": 2851, "key": "paragraph", "marker": "p", "type": "local", "value": "Don’t wait for your community to go through its reserve funds and have your unit owners’ quality of life and health affected. Get pro-active and talk to a Minnesota roofing expert right away.\n" }, { "char_end_idx": 3382, "char_start_idx": 3043, "key": "paragraph", "marker": "p", "type": "local", "value": "Ensuring a quality installation, providing the roof with consistent maintenance, and the early detection of problems through routine inspections can help maximize roof life. As the roof ages, the likelihood of problems increases. However, it is how these problems are addressed that will determine the fate and future of your roof system.\n" }, { "char_end_idx": 3789, "char_start_idx": 3382, "key": "paragraph", "marker": "div", "type": "local", "value": "This entry was posted in Condominium Roofing Contractor, Minnesota Commercial Roofing Contractor, Townhome Roofing Contractor and tagged minnesota townhouse and condominium roofing contractor, mold, roof flashing, roof inspection, roof leak, roof maintenance, roof repair, roof replacement, roofing emergency, townhouse associations roofing contractor mn, underlayment, ventilation. Bookmark the permalink.\n" }, { "char_end_idx": 3815, "char_start_idx": 3789, "key": "paragraph", "marker": "h3", "type": "local", "value": "Leave a Reply Cancel reply" }, { "char_end_idx": 3816, "char_start_idx": 3815, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3828, "char_start_idx": 3816, "key": "paragraph", "marker": "h3", "type": "local", "value": "Recent Posts" }, { "char_end_idx": 3877, "char_start_idx": 3828, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommercial Roofing MN | Infrared Moisture Scans\n" }, { "char_end_idx": 3925, "char_start_idx": 3877, "key": "paragraph", "marker": "li", "type": "local", "value": "Infrared Moisture Scans On Commercial Buildings\n" }, { "char_end_idx": 3969, "char_start_idx": 3925, "key": "paragraph", "marker": "li", "type": "local", "value": "Minnesota Commercial Roofing Minneapolis MN\n" }, { "char_end_idx": 4011, "char_start_idx": 3969, "key": "paragraph", "marker": "li", "type": "local", "value": "Commercial Roof Management Minneapolis MN\n" }, { "char_end_idx": 4072, "char_start_idx": 4011, "key": "paragraph", "marker": "li", "type": "local", "value": "Roof Inspection For Building Owners and Property Managers MN\n" }, { "char_end_idx": 4087, "char_start_idx": 4072, "key": "paragraph", "marker": "h3", "type": "local", "value": "Recent Comments" }, { "char_end_idx": 4273, "char_start_idx": 4087, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRoof Inspection For Building Owners and Property Managers MN | Minneapolis Commercial & Town home Roofing Contractor MN on Commercial Roofing & Re-Roofing Maintenance & Repair Minnesota" }, { "char_end_idx": 4463, "char_start_idx": 4273, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommercial Roofing MN | Commercial Roofing Systems | Minneapolis Commercial & Town home Roofing Contractor MN on High-Performance Roofing Systems for Commercial and Industrial Properties MN" }, { "char_end_idx": 4641, "char_start_idx": 4463, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPreventative Roof Maintenance For Building Owners MN | Minneapolis Commercial & Town home Roofing Contractor MN on Commercial Roofing & Re-Roofing Maintenance & Repair Minnesota" }, { "char_end_idx": 4776, "char_start_idx": 4641, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommercial EPDM Roofing Contractor MN | Minneapolis Commercial & Town home Roofing Contractor MN on EPDM Roofing | EPDM Roof System MN" }, { "char_end_idx": 4942, "char_start_idx": 4776, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTownhouse Roofing Options Minneapolis MN | Minneapolis Commercial & Town home Roofing Contractor MN on Commercial Roofing & Re-Roofing Maintenance & Repair Minnesota" }, { "char_end_idx": 4943, "char_start_idx": 4942, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 4951, "char_start_idx": 4943, "key": "paragraph", "marker": "h3", "type": "local", "value": "Archives" }, { "char_end_idx": 4965, "char_start_idx": 4951, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFebruary 2012" }, { "char_end_idx": 4979, "char_start_idx": 4965, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNovember 2011" }, { "char_end_idx": 4992, "char_start_idx": 4979, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOctober 2011" }, { "char_end_idx": 5007, "char_start_idx": 4992, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSeptember 2011" }, { "char_end_idx": 5019, "char_start_idx": 5007, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAugust 2011" }, { "char_end_idx": 5029, "char_start_idx": 5019, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJuly 2011" }, { "char_end_idx": 5039, "char_start_idx": 5029, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJune 2011" }, { "char_end_idx": 5048, "char_start_idx": 5039, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMay 2011" }, { "char_end_idx": 5059, "char_start_idx": 5048, "key": "paragraph", "marker": "li", "type": "local", "value": "\nApril 2011" }, { "char_end_idx": 5070, "char_start_idx": 5059, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMarch 2011" }, { "char_end_idx": 5084, "char_start_idx": 5070, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFebruary 2011" }, { "char_end_idx": 5085, "char_start_idx": 5084, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 5095, "char_start_idx": 5085, "key": "paragraph", "marker": "h3", "type": "local", "value": "Categories" }, { "char_end_idx": 5126, "char_start_idx": 5095, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommercial Roofing Contractor\n" }, { "char_end_idx": 5148, "char_start_idx": 5126, "key": "paragraph", "marker": "li", "type": "local", "value": "Commercial Roofing MN\n" }, { "char_end_idx": 5179, "char_start_idx": 5148, "key": "paragraph", "marker": "li", "type": "local", "value": "Condominium Roofing Contractor\n" }, { "char_end_idx": 5192, "char_start_idx": 5179, "key": "paragraph", "marker": "li", "type": "local", "value": "Flat Roof MN\n" }, { "char_end_idx": 5223, "char_start_idx": 5192, "key": "paragraph", "marker": "li", "type": "local", "value": "Minneapolis Commercial Roofing\n" }, { "char_end_idx": 5263, "char_start_idx": 5223, "key": "paragraph", "marker": "li", "type": "local", "value": "Minnesota Commercial Roofing Contractor\n" }, { "char_end_idx": 5291, "char_start_idx": 5263, "key": "paragraph", "marker": "li", "type": "local", "value": "Townhome Roofing Contractor\n" }, { "char_end_idx": 5295, "char_start_idx": 5291, "key": "paragraph", "marker": "h3", "type": "local", "value": "Meta" }, { "char_end_idx": 5296, "char_start_idx": 5295, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Commercial Roof Repair MN | Commercial Roofing MN | Minneapolis Commercial &amp; Town home Roofing Contractor MN" } ]
[ { "key": "url", "type": "global", "value": "http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/" } ]
[]
United Roofing is a Minneapolis Based Commercial and Town House Roofing Contractor. Contact us today! 612-617-1717 Commercial Roof Repair MN | Commercial Roofing MN Minnesota Roof Repair | Roof Replacement MN Left unattended, small roofing problems can quickly become major – and costly – headaches. I have seen more communities spend money on roof repairs, and then interior repairs to the wall boards, paint and other interior damage they cause. Many community budgets have very high maintenance costs and insurance claim and rate increases due to roof leaks – and these costs can be STOPPED! Roofing’s Key Danger Signals By replacing 1) a section, 2) half of a roof or 3) an entire building’s roof you can dramatically lower expenses. The cost of the roof is quickly paid off in saving money not paid by reacting to roofing emergencies, making fewer repairs and decreasing insurance costs. Key Danger Signals That Your Roofing System Is Not Protecting Your Home The following seven problems are the roofing industry guidance for determining a shingled roof repair or replacement need: Dark, “dirty-looking” areas on your roof Possible causes: Environmental pollutants, vegetation, fungus, algae or loss of granules due to old age of shingles. Missing cracked or curling shingles Possible cause: Shingles have reached the end of their useful life and need replacement. Leakage in attic after driving rain Possible causes: leaky or inadequate shingle underlayment, or deteriorated flashing. Roof shingle curling, sheathing and siding decay Possible cause: Excessive moisture or high humidity due to roof leaks and / or poor attic ventilation. Blistering and / or peeling of outside paint Possible cause: Excessive moisture or high humidity due to roof leaks and / or poor attic ventilation. Stains on interior ceilings and walls or mold or mildew growthPossible cause: Inadequate or faulty shingle underlayment allowing leakage, or inadequate ventilation. Special attention should be paid to stains and leaks that cause mold which could be a serious health hazard or insurance liability. Excessive energy costs Possible cause: wet and compacted attic insulation due to roof leaks will cause your heating / cooling system to run more often which increases your utility bills. Educate yourself about roofing by visiting www.gaf.com and click on the “residential homeowner” icon, there is a lot of free reference info. Use GAF certified roofers who meet higher manufacturer standards and can offer longer roof warranties. Use a contractor that can educate you on your options and quality differences between techniques and materials. Check references to ensure a contractor’s performance on: a) projects on time b) projects done at price quoted or additional costs were explained properly and c) jobsites were clean and the end result was high quality. Don’t wait for your community to go through its reserve funds and have your unit owners’ quality of life and health affected. Get pro-active and talk to a Minnesota roofing expert right away. Ensuring a quality installation, providing the roof with consistent maintenance, and the early detection of problems through routine inspections can help maximize roof life. As the roof ages, the likelihood of problems increases. However, it is how these problems are addressed that will determine the fate and future of your roof system. This entry was posted in Condominium Roofing Contractor, Minnesota Commercial Roofing Contractor, Townhome Roofing Contractor and tagged minnesota townhouse and condominium roofing contractor, mold, roof flashing, roof inspection, roof leak, roof maintenance, roof repair, roof replacement, roofing emergency, townhouse associations roofing contractor mn, underlayment, ventilation. Bookmark the permalink. Leave a Reply Cancel reply Recent Posts Commercial Roofing MN | Infrared Moisture Scans Infrared Moisture Scans On Commercial Buildings Minnesota Commercial Roofing Minneapolis MN Commercial Roof Management Minneapolis MN Roof Inspection For Building Owners and Property Managers MN Recent Comments Roof Inspection For Building Owners and Property Managers MN | Minneapolis Commercial & Town home Roofing Contractor MN on Commercial Roofing & Re-Roofing Maintenance & Repair Minnesota Commercial Roofing MN | Commercial Roofing Systems | Minneapolis Commercial & Town home Roofing Contractor MN on High-Performance Roofing Systems for Commercial and Industrial Properties MN Preventative Roof Maintenance For Building Owners MN | Minneapolis Commercial & Town home Roofing Contractor MN on Commercial Roofing & Re-Roofing Maintenance & Repair Minnesota Commercial EPDM Roofing Contractor MN | Minneapolis Commercial & Town home Roofing Contractor MN on EPDM Roofing | EPDM Roof System MN Townhouse Roofing Options Minneapolis MN | Minneapolis Commercial & Town home Roofing Contractor MN on Commercial Roofing & Re-Roofing Maintenance & Repair Minnesota Archives February 2012 November 2011 October 2011 September 2011 August 2011 July 2011 June 2011 May 2011 April 2011 March 2011 February 2011 Categories Commercial Roofing Contractor Commercial Roofing MN Condominium Roofing Contractor Flat Roof MN Minneapolis Commercial Roofing Minnesota Commercial Roofing Contractor Townhome Roofing Contractor Meta
http://commercialroofingmn.com/commercial-roof-repair-mn-commercial-roofing-mn/
[ { "char_end_idx": 2424, "char_start_idx": 2421, "key": "entity", "type": "local", "value": "GAF_Materials_Corporation" }, { "char_end_idx": 3015, "char_start_idx": 3006, "key": "entity", "type": "local", "value": "Minnesota" }, { "char_end_idx": 4071, "char_start_idx": 4069, "key": "entity", "type": "local", "value": "Minnesota" }, { "char_end_idx": 4162, "char_start_idx": 4151, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4338, "char_start_idx": 4327, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4530, "char_start_idx": 4519, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4693, "char_start_idx": 4682, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4817, "char_start_idx": 4803, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4831, "char_start_idx": 4820, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 5295, "char_start_idx": 5291, "key": "entity", "type": "local", "value": "Meta_Department" } ]
[ { "char_end_idx": 2519, "char_start_idx": 2416, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "GAF_Materials_Corporation" }, { "char_end_idx": 3043, "char_start_idx": 2851, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minnesota" }, { "char_end_idx": 4072, "char_start_idx": 4011, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minnesota" }, { "char_end_idx": 4273, "char_start_idx": 4087, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4463, "char_start_idx": 4273, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4641, "char_start_idx": 4463, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4776, "char_start_idx": 4641, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 4942, "char_start_idx": 4776, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 5295, "char_start_idx": 5291, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Meta_Department" } ]
0
729
1555765052000
<!DOCTYPE html><html class="no-js" lang="en-GB" id="html-products"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><title>Handmade Mango Tripod Tweed Bar Stool | Bar Stool | HomesDirect365</title><link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon-57x57.png" sizes="57x57"><link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon-60x60.png" sizes="60x60"><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><link rel="mask-icon" href="/manifest.json"><link rel="mask-icon" href="/safari-pinned-tab.svg"><meta name="vs_status_checker_version" content="1"><meta name="vs_status_checker" content="1"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0,user-scalable=0"><meta name="msapplication-TileColor" content="#da532c"><meta name="msapplication-TileImage" content="/mstile-144x144.png"><meta name="theme-color" content="#ffffff"><meta content="" name="cc-meta" data-categories="Contemporary & Modern Furniture|Dining|Bar Stools" data-name="Handmade Mango Tripod Tweed Bar Stool" /><meta name="keywords" content="bar stool, wooden bar stool, oak effect bar stool, small bar stool" /><meta name="description" content="This oak effect bar stool will look superb in your bar area" /><link rel="canonical" href="https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087" /><link rel="alternate" type="application/rss+xml" href="https://www.homesdirect365.co.uk/rss/1/productlistings/bar-stools/cat2066" /> <script type="application/ld+json">[{"@context":"https://schema.org/","@type":"Organization","name":"Homesdirect 365","url":"https://www.homesdirect365.co.uk","logo":"https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg","sameAs":["https://www.facebook.com/HomesDirect365/","https://twitter.com/homesdirect365","https://www.pinterest.co.uk/homesdirect365/","https://www.instagram.com/homesdirect365","https://www.youtube.com/c/Homesdirect365CoUk/about"]},{"@context":"https://schema.org/","@type":"Product","name":"Handmade Mango Tripod Tweed Bar Stool","image":"https://www.homesdirect365.co.uk/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_medium.jpg","category":["Contemporary & Modern Furniture/Dining/Bar Stools","Contemporary & Modern Furniture/Matching Ranges/Handmade Mango Collection"],"SKU":"IN029","Offers":{"@type":"Offer","priceCurrency":"GBP","price":"119.99","itemcondition":"http://schema.org/NewCondition","availability":"https://schema.org/InStock","url":"https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087"},"url":"https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087"}]</script> <style id="inline_css">html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container{margin:0px auto}.container--pad{background:#ffffff}.container--pad--no-bg{background:transparent}@media only screen and (max-width:767px){.row--s-collapse--outer>.col{padding:0}}@media only screen and (min-width:1025px){.row.row--collapse-l{margin:0}.row.row--collapse-l .col{padding:0}.container{width:1440px;max-width:100%}}@media only screen and (min-width:1025px) and (max-width:93.9999em){.container--pad,.m-container--pad{padding-left:2rem;padding-right:2rem}}@media only screen and (max-width:65.9999em){.container--pad{padding-left:0.5rem;padding-right:0.5rem}}@media only screen and (min-width:768px) and (max-width:1024px){.row.row--collapse-m{margin:0}.row.row--collapse-m .col{padding:0}.m-container--pad{padding-left:1rem;padding-right:1rem}}.row{width:1440px;max-width:100%;min-width:10px;margin:0 auto}.row .row{width:auto;max-width:none;min-width:0;margin:0 -5px}.row:before,.row:after{content:"";display:table}.row:after{clear:both}.row.row--collapse{margin:0}.row.row--collapse .col{padding:0}.row.row--collapse--outer .col:first-child{padding-left:0;padding-right:10px}.row.row--collapse--outer .col:last-child{padding-left:10px;padding-right:0}.col{width:100%;min-height:1px;padding:0 5px;display:inline;float:left}@media only screen and (max-width:767px){.grid-32 .s-col-1{width:3.125%}.grid-32 .s-offset-1{margin-left:3.125%}.grid-32 .s-col-2{width:6.25%}.grid-32 .s-offset-2{margin-left:6.25%}.grid-32 .s-col-3{width:9.375%}.grid-32 .s-offset-3{margin-left:9.375%}.grid-32 .s-col-4{width:12.5%}.grid-32 .s-offset-4{margin-left:12.5%}.grid-32 .s-col-5{width:15.625%}.grid-32 .s-offset-5{margin-left:15.625%}.grid-32 .s-col-6{width:18.75%}.grid-32 .s-offset-6{margin-left:18.75%}.grid-32 .s-col-7{width:21.875%}.grid-32 .s-offset-7{margin-left:21.875%}.grid-32 .s-col-8{width:25%}.grid-32 .s-offset-8{margin-left:25%}.grid-32 .s-col-9{width:28.125%}.grid-32 .s-offset-9{margin-left:28.125%}.grid-32 .s-col-10{width:31.25%}.grid-32 .s-offset-10{margin-left:31.25%}.grid-32 .s-col-11{width:34.375%}.grid-32 .s-offset-11{margin-left:34.375%}.grid-32 .s-col-12{width:37.5%}.grid-32 .s-offset-12{margin-left:37.5%}.grid-32 .s-col-13{width:40.625%}.grid-32 .s-offset-13{margin-left:40.625%}.grid-32 .s-col-14{width:43.75%}.grid-32 .s-offset-14{margin-left:43.75%}.grid-32 .s-col-15{width:46.875%}.grid-32 .s-offset-15{margin-left:46.875%}.grid-32 .s-col-16{width:50%}.grid-32 .s-offset-16{margin-left:50%}.grid-32 .s-col-17{width:53.125%}.grid-32 .s-offset-17{margin-left:53.125%}.grid-32 .s-col-18{width:56.25%}.grid-32 .s-offset-18{margin-left:56.25%}.grid-32 .s-col-19{width:59.375%}.grid-32 .s-offset-19{margin-left:59.375%}.grid-32 .s-col-20{width:62.5%}.grid-32 .s-offset-20{margin-left:62.5%}.grid-32 .s-col-21{width:65.625%}.grid-32 .s-offset-21{margin-left:65.625%}.grid-32 .s-col-22{width:68.75%}.grid-32 .s-offset-22{margin-left:68.75%}.grid-32 .s-col-23{width:71.875%}.grid-32 .s-offset-23{margin-left:71.875%}.grid-32 .s-col-24{width:75%}.grid-32 .s-offset-24{margin-left:75%}.grid-32 .s-col-25{width:78.125%}.grid-32 .s-offset-25{margin-left:78.125%}.grid-32 .s-col-26{width:81.25%}.grid-32 .s-offset-26{margin-left:81.25%}.grid-32 .s-col-27{width:84.375%}.grid-32 .s-offset-27{margin-left:84.375%}.grid-32 .s-col-28{width:87.5%}.grid-32 .s-offset-28{margin-left:87.5%}.grid-32 .s-col-29{width:90.625%}.grid-32 .s-offset-29{margin-left:90.625%}.grid-32 .s-col-30{width:93.75%}.grid-32 .s-offset-30{margin-left:93.75%}.grid-32 .s-col-31{width:96.875%}.grid-32 .s-offset-31{margin-left:96.875%}.grid-32 .s-col-32{width:100%}.grid-32 .s-offset-32{margin-left:100%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-1{width:3.125%}.grid-32 .sl-offset-1{margin-left:3.125%}.grid-32 .sl-col-2{width:6.25%}.grid-32 .sl-offset-2{margin-left:6.25%}.grid-32 .sl-col-3{width:9.375%}.grid-32 .sl-offset-3{margin-left:9.375%}.grid-32 .sl-col-4{width:12.5%}.grid-32 .sl-offset-4{margin-left:12.5%}.grid-32 .sl-col-5{width:15.625%}.grid-32 .sl-offset-5{margin-left:15.625%}.grid-32 .sl-col-6{width:18.75%}.grid-32 .sl-offset-6{margin-left:18.75%}.grid-32 .sl-col-7{width:21.875%}.grid-32 .sl-offset-7{margin-left:21.875%}.grid-32 .sl-col-8{width:25%}.grid-32 .sl-offset-8{margin-left:25%}.grid-32 .sl-col-9{width:28.125%}.grid-32 .sl-offset-9{margin-left:28.125%}.grid-32 .sl-col-10{width:31.25%}.grid-32 .sl-offset-10{margin-left:31.25%}.grid-32 .sl-col-11{width:34.375%}.grid-32 .sl-offset-11{margin-left:34.375%}.grid-32 .sl-col-12{width:37.5%}.grid-32 .sl-offset-12{margin-left:37.5%}.grid-32 .sl-col-13{width:40.625%}.grid-32 .sl-offset-13{margin-left:40.625%}.grid-32 .sl-col-14{width:43.75%}.grid-32 .sl-offset-14{margin-left:43.75%}.grid-32 .sl-col-15{width:46.875%}.grid-32 .sl-offset-15{margin-left:46.875%}.grid-32 .sl-col-16{width:50%}.grid-32 .sl-offset-16{margin-left:50%}.grid-32 .sl-col-17{width:53.125%}.grid-32 .sl-offset-17{margin-left:53.125%}.grid-32 .sl-col-18{width:56.25%}.grid-32 .sl-offset-18{margin-left:56.25%}.grid-32 .sl-col-19{width:59.375%}.grid-32 .sl-offset-19{margin-left:59.375%}.grid-32 .sl-col-20{width:62.5%}.grid-32 .sl-offset-20{margin-left:62.5%}.grid-32 .sl-col-21{width:65.625%}.grid-32 .sl-offset-21{margin-left:65.625%}.grid-32 .sl-col-22{width:68.75%}.grid-32 .sl-offset-22{margin-left:68.75%}.grid-32 .sl-col-23{width:71.875%}.grid-32 .sl-offset-23{margin-left:71.875%}.grid-32 .sl-col-24{width:75%}.grid-32 .sl-offset-24{margin-left:75%}.grid-32 .sl-col-25{width:78.125%}.grid-32 .sl-offset-25{margin-left:78.125%}.grid-32 .sl-col-26{width:81.25%}.grid-32 .sl-offset-26{margin-left:81.25%}.grid-32 .sl-col-27{width:84.375%}.grid-32 .sl-offset-27{margin-left:84.375%}.grid-32 .sl-col-28{width:87.5%}.grid-32 .sl-offset-28{margin-left:87.5%}.grid-32 .sl-col-29{width:90.625%}.grid-32 .sl-offset-29{margin-left:90.625%}.grid-32 .sl-col-30{width:93.75%}.grid-32 .sl-offset-30{margin-left:93.75%}.grid-32 .sl-col-31{width:96.875%}.grid-32 .sl-offset-31{margin-left:96.875%}.grid-32 .sl-col-32{width:100%}.grid-32 .sl-offset-32{margin-left:100%}}@media only screen and (min-width:768px){.grid-32 .l-col-1{width:3.125%}.grid-32 .l-offset-1{margin-left:3.125%}.grid-32 .l-col-2{width:6.25%}.grid-32 .l-offset-2{margin-left:6.25%}.grid-32 .l-col-3{width:9.375%}.grid-32 .l-offset-3{margin-left:9.375%}.grid-32 .l-col-4{width:12.5%}.grid-32 .l-offset-4{margin-left:12.5%}.grid-32 .l-col-5{width:15.625%}.grid-32 .l-offset-5{margin-left:15.625%}.grid-32 .l-col-6{width:18.75%}.grid-32 .l-offset-6{margin-left:18.75%}.grid-32 .l-col-7{width:21.875%}.grid-32 .l-offset-7{margin-left:21.875%}.grid-32 .l-col-8{width:25%}.grid-32 .l-offset-8{margin-left:25%}.grid-32 .l-col-9{width:28.125%}.grid-32 .l-offset-9{margin-left:28.125%}.grid-32 .l-col-10{width:31.25%}.grid-32 .l-offset-10{margin-left:31.25%}.grid-32 .l-col-11{width:34.375%}.grid-32 .l-offset-11{margin-left:34.375%}.grid-32 .l-col-12{width:37.5%}.grid-32 .l-offset-12{margin-left:37.5%}.grid-32 .l-col-13{width:40.625%}.grid-32 .l-offset-13{margin-left:40.625%}.grid-32 .l-col-14{width:43.75%}.grid-32 .l-offset-14{margin-left:43.75%}.grid-32 .l-col-15{width:46.875%}.grid-32 .l-offset-15{margin-left:46.875%}.grid-32 .l-col-16{width:50%}.grid-32 .l-offset-16{margin-left:50%}.grid-32 .l-col-17{width:53.125%}.grid-32 .l-offset-17{margin-left:53.125%}.grid-32 .l-col-18{width:56.25%}.grid-32 .l-offset-18{margin-left:56.25%}.grid-32 .l-col-19{width:59.375%}.grid-32 .l-offset-19{margin-left:59.375%}.grid-32 .l-col-20{width:62.5%}.grid-32 .l-offset-20{margin-left:62.5%}.grid-32 .l-col-21{width:65.625%}.grid-32 .l-offset-21{margin-left:65.625%}.grid-32 .l-col-22{width:68.75%}.grid-32 .l-offset-22{margin-left:68.75%}.grid-32 .l-col-23{width:71.875%}.grid-32 .l-offset-23{margin-left:71.875%}.grid-32 .l-col-24{width:75%}.grid-32 .l-offset-24{margin-left:75%}.grid-32 .l-col-25{width:78.125%}.grid-32 .l-offset-25{margin-left:78.125%}.grid-32 .l-col-26{width:81.25%}.grid-32 .l-offset-26{margin-left:81.25%}.grid-32 .l-col-27{width:84.375%}.grid-32 .l-offset-27{margin-left:84.375%}.grid-32 .l-col-28{width:87.5%}.grid-32 .l-offset-28{margin-left:87.5%}.grid-32 .l-col-29{width:90.625%}.grid-32 .l-offset-29{margin-left:90.625%}.grid-32 .l-col-30{width:93.75%}.grid-32 .l-offset-30{margin-left:93.75%}.grid-32 .l-col-31{width:96.875%}.grid-32 .l-offset-31{margin-left:96.875%}.grid-32 .l-col-32{width:100%}.grid-32 .l-offset-32{margin-left:100%}.grid-32 .l-col-third{width:33.33333%}.grid-32 .l-col-two-third{width:66.66666%}.grid-32 .l-col-fifth{width:20%}.grid-32 .l-col-sixth{width:16.6666666667%}.grid-32 .l-col-seventh{width:14.2857142857%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-offset-0{margin-left:0}.grid-32 .m-col-1{width:3.125%}.grid-32 .m-offset-1{margin-left:3.125%}.grid-32 .m-col-2{width:6.25%}.grid-32 .m-offset-2{margin-left:6.25%}.grid-32 .m-col-3{width:9.375%}.grid-32 .m-offset-3{margin-left:9.375%}.grid-32 .m-col-4{width:12.5%}.grid-32 .m-offset-4{margin-left:12.5%}.grid-32 .m-col-5{width:15.625%}.grid-32 .m-offset-5{margin-left:15.625%}.grid-32 .m-col-6{width:18.75%}.grid-32 .m-offset-6{margin-left:18.75%}.grid-32 .m-col-7{width:21.875%}.grid-32 .m-offset-7{margin-left:21.875%}.grid-32 .m-col-8{width:25%}.grid-32 .m-offset-8{margin-left:25%}.grid-32 .m-col-9{width:28.125%}.grid-32 .m-offset-9{margin-left:28.125%}.grid-32 .m-col-10{width:31.25%}.grid-32 .m-offset-10{margin-left:31.25%}.grid-32 .m-col-11{width:34.375%}.grid-32 .m-offset-11{margin-left:34.375%}.grid-32 .m-col-12{width:37.5%}.grid-32 .m-offset-12{margin-left:37.5%}.grid-32 .m-col-13{width:40.625%}.grid-32 .m-offset-13{margin-left:40.625%}.grid-32 .m-col-14{width:43.75%}.grid-32 .m-offset-14{margin-left:43.75%}.grid-32 .m-col-15{width:46.875%}.grid-32 .m-offset-15{margin-left:46.875%}.grid-32 .m-col-16{width:50%}.grid-32 .m-offset-16{margin-left:50%}.grid-32 .m-col-17{width:53.125%}.grid-32 .m-offset-17{margin-left:53.125%}.grid-32 .m-col-18{width:56.25%}.grid-32 .m-offset-18{margin-left:56.25%}.grid-32 .m-col-19{width:59.375%}.grid-32 .m-offset-19{margin-left:59.375%}.grid-32 .m-col-20{width:62.5%}.grid-32 .m-offset-20{margin-left:62.5%}.grid-32 .m-col-21{width:65.625%}.grid-32 .m-offset-21{margin-left:65.625%}.grid-32 .m-col-22{width:68.75%}.grid-32 .m-offset-22{margin-left:68.75%}.grid-32 .m-col-23{width:71.875%}.grid-32 .m-offset-23{margin-left:71.875%}.grid-32 .m-col-24{width:75%}.grid-32 .m-offset-24{margin-left:75%}.grid-32 .m-col-25{width:78.125%}.grid-32 .m-offset-25{margin-left:78.125%}.grid-32 .m-col-26{width:81.25%}.grid-32 .m-offset-26{margin-left:81.25%}.grid-32 .m-col-27{width:84.375%}.grid-32 .m-offset-27{margin-left:84.375%}.grid-32 .m-col-28{width:87.5%}.grid-32 .m-offset-28{margin-left:87.5%}.grid-32 .m-col-29{width:90.625%}.grid-32 .m-offset-29{margin-left:90.625%}.grid-32 .m-col-30{width:93.75%}.grid-32 .m-offset-30{margin-left:93.75%}.grid-32 .m-col-31{width:96.875%}.grid-32 .m-offset-31{margin-left:96.875%}.grid-32 .m-col-32{width:100%}.grid-32 .m-offset-32{margin-left:100%}}@media only screen and (max-width:767px){.grid-32 .s-col-third{width:33.33333%}.grid-32 .s-col-two-third{width:66.66666%}.grid-32 .s-col-fifth{width:20%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-third{width:33.33333%}.grid-32 .sl-col-two-third{width:66.66666%}.grid-32 .sl-col-fifth{width:20%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-col-third{width:33.33333%}.grid-32 .m-col-two-third{width:66.66666%}.grid-32 .m-col-fifth{width:20%}.grid-32 .m-col-sixth{width:16.6666666667%}}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-webfont.svg#droid_sansregular14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.svg#droid_sansbold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-regular.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-regular.svg#FiraSans14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-500.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-500.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-500.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-500.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-500.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-500.svg#FiraSans14112018jp20') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-700.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-700.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-700.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-700.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-700.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-700.svg#FiraSans14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.svg#PTSans-Caption14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.svg#PTSans-CaptionBold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'icon';src:url('/media/fonts/font2/icon.eot?14112018jp20');src:url('/media/fonts/font2/icon.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/font2/icon.woff2?14112018jp20') format('woff2'),url('/media/fonts/font2/icon.woff?14112018jp20') format('woff'),url('/media/fonts/font2/icon.ttf?14112018jp20') format('truetype'),url('/media/fonts/font2/icon.svg#icon?14112018jp20') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'icon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;.ico,.ico:before{speak:none}-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon--custom{font-family:'icon_custom'}.icon-left:before{content:"\21"}.icon-right:before{content:"\22"}.icon-up-arrow-long:before{content:"\23"}.icon-dropdown:before{content:"\24"}.icon-left-circle:before{content:"\25"}.icon-right-circle:before{content:"\26"}.icon-page-up:before{content:"\27"}.icon-tick:before{content:"\28"}.icon-cross:before{content:"\29"}.icon-plus:before{content:"\2a"}.icon-minus:before{content:"\2b"}.icon-bag:before{content:"\2c"}.icon-trolley:before{content:"\2d"}.icon-search:before{content:"\2e"}.icon-login:before{content:"\2f"}.icon-logout:before{content:"\30"}.icon-heart:before{content:"\31"}.icon-star:before{content:"\32"}.icon-star-empty:before{content:"\33"}.icon-envelope:before{content:"\34"}.icon-envelope-white:before{content:"\35"}.icon-mobile:before{content:"\36"}.icon-phone-circle:before{content:"\37"}.icon-phone-old:before{content:"\38"}.icon-phone:before{content:"\39"}.icon-van:before{content:"\3a"}.icon-van-circle:before{content:"\3b"}.icon-menu:before{content:"\3c"}.icon-grid:before{content:"\3d"}.icon-list:before{content:"\3e"}.icon-question:before{content:"\3f"}.icon-quote:before{content:"\40"}.icon-close:before{content:"\41"}.icon-circle-tick:before{content:"\42"}.icon-circle:before{content:"\43"}.icon-square-tick:before{content:"\44"}.icon-square:before{content:"\45"}.icon-address-book:before{content:"\46"}.icon-details:before{content:"\47"}.icon-history:before{content:"\48"}.icon-lock:before{content:"\49"}.icon-update:before{content:"\4a"}.icon-remove:before{content:"\4b"}.icon-switch:before{content:"\4c"}.icon-refresh:before{content:"\4d"}.icon-globe:before{content:"\4e"}.icon-uk:before{content:"\4f"}.icon-currency:before{content:"\50"}.icon-exchange:before{content:"\51"}.icon-quotes:before{content:"\52"}.icon-quotes-black:before{content:"\53"}.icon-home:before{content:"\54"}.icon-gift:before{content:"\55"}.icon-size-guide:before{content:"\56"}.icon-thumbs-up:before{content:"\57"}.icon-padlock:before{content:"\58"}.icon-pdf:before{content:"\59"}.icon-download:before{content:"\5a"}.icon-locate:before{content:"\5b"}.icon-trade:before{content:"\5c"}.icon-paypal:before{content:"\5d"}.icon-id:before{content:"\5e"}.icon-5stars:before{content:"\5f"}.icon-5stars-alt:before{content:"\60"}.icon-twitter:before{content:"\61"}.icon-facebook:before{content:"\62"}.icon-instagram:before{content:"\63"}.icon-google-plus:before{content:"\64"}.icon-pinterest:before{content:"\65"}.icon-youtube:before{content:"\66"}.icon-blog:before{content:"\67"}.icon-polyvore:before{content:"\68"}.icon-linkedin:before{content:"\69"}.icon-playvideo:before{content:"\6a"}.icon-tumblr:before{content:"\6b"}.icon-360-spin:before{content:"\6c"}.icon-calc:before{content:"\6d"}.icon-houzz:before{content:"\6e"}.icon-vimeo:before{content:"\6f"}.icon-snapchat:before{content:"\70"}.icon-print:before{content:"\71"}.icon-star-half:before{content:"\72"}.icon-flickr:before{content:"\73"}.icon-flag:before{content:"\74"}.icon-custom1:before{content:"\75"}.icon-custom2:before{content:"\76"}.icon-custom3:before{content:"\77"}.icon-custom4:before{content:"\78"}.icon-custom5:before{content:"\79"}.icon-custom6:before{content:"\7a"}.icon-2-across:before{content:"\7b"}.icon-3-across:before{content:"\7c"}.icon-4-across:before{content:"\7d"}.icon-whatsapp:before{content:"\7e"}.icon-skype:before{content:"\7f"}.ico.icon-custom1,.ico.icon-custom2,.ico.icon-custom3,.ico.icon-custom4,.ico.icon-custom5,.ico.icon-custom6{font-family:"icon_custom"}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;outline:none;height:100%;min-height:1px;overflow:hidden;position:relative}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{display:none;height:26%;padding:0;position:absolute;text-align:center;top:37%;width:50px;font-weight:700;text-align:center;position:absolute;z-index:100;background:none;border:0;color:#ffffff}.slick-arrow-vertical{position:relative;width:100%;height:10%}.slick-arrow-vertical .icon-left:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right{position:relative;top:5px}.slick-arrow-vertical .icon-left{position:relative;top:2px}.slick-slider--arrow-2 .slick-arrow{width:auto}.slick-arrow:hover{background:none;color:#ffffff}.slick-prev{left:0}.slick-next{right:0}.slick-slider--arrow-3 .slick-arrow,.slick-slider--arrow-4 .slick-arrow{color:#6e7475;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-3 .slick-arrow:hover,.slick-slider--arrow-4 .slick-arrow:hover{color:#b981ad;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-4 .slick-arrow{opacity:0}.slick-slider--arrow-3 .slick-arrow.slick-next,.slick-slider--arrow-4 .slick-arrow.slick-next{-webkit-border-top-left-radius:3;-webkit-border-bottom-left-radius:3;-moz-border-radius-topleft:3;-moz-border-radius-bottomleft:3;border-top-left-radius:3;border-bottom-left-radius:3;border-right:0}.slick-slider--arrow-3 .slick-arrow.slick-prev,.slick-slider--arrow-4 .slick-arrow.slick-prev{-webkit-border-top-right-radius:3;-webkit-border-bottom-right-radius:3;-moz-border-radius-topright:3;-moz-border-radius-bottomright:3;border-top-right-radius:3;border-bottom-right-radius:3;border-left:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-prev,.slick-slider--arrow-4 .slick-arrow-vertical.slick-prev{border-left:1px solid #edece8;border-bottom:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-next,.slick-slider--arrow-4 .slick-arrow-vertical.slick-next{border-right:1px solid #edece8;border-top:0}.slick-arrow span{font-weight:700;font-size:2rem}.slick-slider--arrow-2 .slick-arrow span{opacity:0.75;font-size:5rem;font-weight:400}@media only screen and (max-width:767px){.slick-slider--arrow-2 .slick-arrow span{font-size:3rem}}.slick-dots{margin:0;padding:0;text-align:center;position:absolute;bottom:0.75rem;width:100%}.slick-dots li{display:inline-block;margin:0 0.375rem;padding:0}.slick-dots li button{font-size:0;background:#ffffff;height:14px;width:14px;border-radius:50%;line-height:0;border:1px solid #9dc8d4;letter-spacing:0;margin-bottom:0;padding:0}.slick-dots li.slick-active button{background:#b981ad;border-color:#b981ad}input[type='text'],input[type='email'],input[type='password'],input[type='search'],textarea{-webkit-appearance:none;-moz-appearance:none}input{-webkit-border-radius:0}input[type="image"]{padding:0}input,.input,select,textarea,label,.label,button,.button{margin-bottom:1rem;line-height:inherit}input,select,textarea,button{font-family:inherit}input,select,textarea{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem}input[type='file']{border:none}input[type='text'],input[type='email'],input[type='password'],input[type='search'],input[list],select{height:3rem}input,select{padding:0 0.938rem}textarea{padding:0.938rem}input[type="search"]{box-sizing:inherit}input:active,input:focus,textarea:active,textarea:focus{background-color:#ffffff;outline:0}input::-webkit-input-placeholder{color:#6e7475}input::-moz-placeholder{color:#6e7475;opacity:1}input:-ms-input-placeholder{color:#6e7475}input:-moz-placeholder{color:#6e7475;opacity:1}label,.label{color:#2b3030;font-size:0.833rem;line-height:1rem}label{display:block}button,.button,.button--invert:hover{background-color:#b981ad;color:#ffffff}button,.button{padding:0.75rem 1.5rem;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s}button{display:block}button:disabled,.button--disabled{background-color:#b981ad;color:#ffffff;border:1px solid #b981ad;opacity:0.5}.button{display:inline-block}button:hover:not(:disabled),.button:hover:not(:disabled),.button--invert{background-color:#ffffff;color:#2b3030}.button--match-input{padding:0.75rem}.button--sm{padding:0.5rem 1rem}.button--lg{padding:1rem 2rem}.button--secondary{background-color:#363636;color:#ffffff;border:1px solid #363636}input.invalid{background-color:rgba(210,168,168,1);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.form-group{margin-top:2rem}.capture_plus_hidden_row{display:none}.form-subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;display:block}.form-subtitle--1{margin-bottom:2rem}.form-subtitle--2{margin-bottom:1rem}.error_textbox{background-color:red}.mandatory-key{color:#797979;margin-top:0;font-size:0.833rem;font-style:italic}.mandatory-key__symbol,.mandatory{color:red}.search-form input,.search-form button{height:44px;line-height:44px;padding:0 0.75rem}.search-form button{background-color:#ffffff;color:#2b3030;border:1px solid #9dc8d4;white-space:nowrap}.search-form button:hover{background-color:#b981ad;color:#ffffff}.form-builder__checkbox{margin:1rem 0}.form-builder__checkbox input[type="checkbox"],.form-builder__checkbox input[type="radio"]{margin:0}.form-builder__checkbox label{margin:0 .25rem 0;display:inline}.form-builder__html--product-info{margin-top:1rem;color:#2b3030;font-size:0.833rem;line-height:1rem}input[type="checkbox"].checkbox--multi,.multi_checkbox__label{margin:0;line-height:normal;vertical-align:initial}.newsletter_groups_wrapper>.row{padding:.5rem 0}.newsletter_groups_wrapper>.row:last-child{padding-bottom:1rem}.brochure_wrapper .col--image img{margin-bottom:.5rem}.brochure_wrapper .col--image{padding-bottom:1rem}.cms-page__captcha-image{display:block;margin-bottom:1rem;font-size:0.833rem}.cms-page__captcha-image img{margin-bottom:.5rem}.captcha,.captcha__image,.captcha__message{margin-bottom:1rem}.input--expand,.select--expand,.button--expand,.textarea--expand{width:100%}.input--error,.select--error{margin-bottom:0;border-color:#e39da5;border-bottom:none;border-radius:2px 2px 0 0}.input--error-message,.select--error-message{width:100%;float:left;background-color:red;color:#ffffff;margin-bottom:1rem;padding:0.5rem;border-width:1px;font-size:0.833rem}.checkout-input-message--error{color:#d7041d;font-size:0.75em;line-height:1.333em;display:block;margin-bottom:1rem}@media only screen and (max-width:767px){.input--error,.select--error{border-width:2px}textarea.select--error{vertical-align:bottom}.s-input--expand,.s-button--expand{width:100%}}@media only screen and (min-width:768px){.input--error,.select--error{border-width:1px}}@media only screen and (min-width:1025px){label,input[type="checkbox"],input[type="radio"]{margin-top:1rem}}.pcaCapturePlus input{height:3rem;margin-bottom:0}.capture_plus_options{margin-bottom:1rem}.js .input-group--postcode_anywhere:not(.noload--fallback) #house_number,.js .input-group--postcode_anywhere:not(.noload--fallback) #address_house{border-bottom:none;margin-bottom:0}.capture_plus_options,.capture_plus_manual_edit_options{font-size:0.833rem}.form-builder .capture_plus_options>div,.form-builder .capture_plus_manual_edit_options{border-color:#9dc8d4 !important}.form-builder .capture_plus_manual_edit_options{margin-top:0 !important}.input-group--error .pcaAutoComplete{border-color:red}.input-group--error .capture_plus_options.direct>div{background-color:red;color:#ffffff;border-color:red}.input-group--error .capture_plus_options.direct>div a{color:#ffffff}.no-js .form-builder .capture_plus_hidden_row{display:block}.pca-fallback{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem;padding:0 0.938rem;height:3rem;cursor:text}.no-js .pca-fallback{display:none}#js-facebook-button,#js-twitter-button,#js-google-button{text-decoration:none}.account-page__section .account-page__content--social{padding:1rem}.account-page__content__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.social-btn-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.25rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem;padding:0;text-decoration:none}.social-btn-group:hover{color:#fff;opacity:.8}.social-btn-group>*{padding:.75rem}.social-btn-group>i,.social-btn-group>img{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px}.social-btn-group>span{-webkit-box-flex:1;-ms-flex:1 0 80%;flex:1 0 80%;font-size:.833rem;text-align:center}.social-btn-group--facebook{background-color:#428bca;color:#fff}.social-btn-group--facebook>i{border-right:1px solid #357ebd}.social-btn-group--twitter{background-color:#5bc0de;color:#fff}.social-btn-group--twitter>i{border-right:1px solid #46b8da}.social-btn-group--google{background-color:#fff;border:1px solid #ccc;color:#2a2a2a}.social-btn-group--google:hover{color:#2a2a2a}.social-btn-group--google>img{border-right:1px solid #ccc}.account-page__social-image{border-radius:50%;margin:0 auto 1rem}.form-builder__textnote{color:#2b3030;font-size:0.833rem;line-height:1rem}@media only screen and (min-width:768px){.account-page__content__social{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.account-page__content__social>*:not(:first-of-type){margin-left:1rem}.social-btn-group>span{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}@media only screen and (min-width:1024px){#social_register_holder{margin:0 auto;max-width:900px}#social_register_holder .full_name_wrapper label,#social_register_holder .email_address_wrapper label{text-align:center}}.newsletter_signup_wrapper a,.stock-notification__newsletter__terms a,.newsletter-signup__newsletter__terms a{text-decoration:underline}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}body{font-size:100%;background-color:#ffffff;color:#606060;font-family:'PT Sans',sans-serif;line-height:1.25}@media only screen and (max-width:767px){html,body{height:100%}}img{max-width:100%;display:block}a{color:#606060;text-decoration:none}a:hover,a.promo-unit__link:hover .promo-unit__text{text-decoration:underline}a.ico:hover,a.button:hover,a.promo-unit__link:hover{text-decoration:none}a:active,a:focus,button:active,button:focus,img:active,img:focus{outline:0}p,ul,ol,li,blockquote{margin:1rem 0}ul,ol{padding:0 0 0 1rem}ul{margin:0 0 1rem 1rem}h1,h2,h3,h4,h5,h6{margin:1rem 0}p:first-child,ul:first-child,li:first-child,blockquote:first-child,h2:first-child{margin-top:0}p:last-child,ul:last-child,li:last-child,blockquote:last-child{margin-bottom:0}button{-webkit-border-radius:0px}@media only screen and (max-width:767px){.s-hide,.m-only,.m-up{display:none !important}}@media only screen and (min-width:768px){.s-only{display:none !important}}@media only screen and (min-width:768px) and (max-width:1024px){.m-hide{display:none !important}}@media only screen and (max-width:1024px){.l-only,.l-up{display:none !important}}@media only screen and (min-width:1025px){a:hover{color:#b981ad}.m-down,.m-only{display:none !important}.l-image-align-center{margin:0 auto}}@media only screen and (min-width:1025px) and (max-width:1439px){.l-hide{display:none !important}}@media only screen and (max-width:1439px){.xl-only{display:none !important}}@media only screen and (min-width:1440px){.l-only,.l-down,.xl-hide{display:none !important}.xl-image-align-center{margin:0 auto}}.no-bullet,.bullet{margin-left:0}.no-bullet{padding:0;list-style:none}.left{float:left}.right{float:right}.inline-list{margin:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{display:block;float:left}.all-hide{display:none}.address{font-size:0.833rem}ul.address li{margin:0 0 0.25rem 0}ul.address li:last-child{margin-bottom:0}.button-group{margin:0;padding:0;list-style:none}.button-group>li{display:block;float:left}.button-group .button,.button-group button{margin:0}@media only screen and (max-width:767px){.button-group>li{margin:0 0 0.5rem 0;float:none}.button-group>li:last-child{margin-bottom:0}.button-group>li>a{text-align:center}}@media (min-width:768px){.button-group--right{float:right}}.inline-list--right>li{float:right}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.image-align-center{margin:0 auto}.no-border-right{border-right:none !important}.no-border-left{border-left:none !important}.site-title{background-color:#ffffff;color:#2b3030;padding:1rem;margin-bottom:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;border-top:1px solid #ffffff;border-bottom:1px solid #edece8;text-align:center}.site-sub-title{text-align:center}.product-list{padding:0}.search-results-products .product-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}.search-results-products .product-list:before,.search-results-products .product-list:after{display:block}html.flexbox .product-list.row:before,html.flexbox .product-list.row:after{display:inherit}.product-list li{margin:0}#ajax_filters_loading{position:fixed}.ajax-loading{background:rgba(255,255,255,.6);z-index:9999;top:0;left:0;height:100%;width:100%}.site-header__sticky{background:#b981ad;color:#ffffff;text-align:center;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;padding:0.5rem 0}.site-header__sticky a{color:#ffffff}.site-header__sticky .promo-unit__text__title{font-weight:700}.site-header__sticky__col{position:relative;padding:0 1.5rem}.site-header__sticky__close{position:absolute;right:5px;line-height:1.25;cursor:pointer}.site-header__sticky-drop-down--links--country--container__list{padding:0;margin:0}.site-header__sticky-drop-down--links--country .drop-down--links--country{list-style:none;float:left}.site-header__sticky-drop-down--country--name{text-align:left}.sticky-drop-down--links--country-container img{display:inline}.sticky-drop-down--links--country-container{margin:0 0.5rem 0 0}.site-header__sticky__links__country li{text-align:left}.site-header__sticky__links__country img{display:inline-block}@media only screen and (max-width:1024px){.promo-unit-sticky-promo{display:none}.promo-unit-sticky-promo-sticky-stack div{display:block;padding:3px 0}.promo-unit-sticky-promo i{vertical-align:middle;margin-right:0.5rem}.promo-unit-sticky-promo:first-child{display:block}.site-header__sticky__col{padding:0 1.5rem}.site-header__sticky .slick-arrow{top:-7px;width:auto}.site-header__sticky .slick-arrow span{font-size:0.75rem}}@media only screen and (max-width:767px){.site-header__sticky{font-size:0.579rem}}.floating-sidebar{position:fixed;right:0;top:25%;z-index:15}.floating-sidebar #whoson_chat_link img{display:none}.floating-sidebar #whoson_chat_link #whoson-image{display:block}.vertical-table{width:100%;border:1px solid #9dc8d4}.vertical-table:not(:first-child){margin-top:1rem}.vertical-table:not(:last-child){margin-bottom:1rem}.vertical-table tr{border-bottom:1px solid #9dc8d4}.vertical-table tr:nth-child(even){background-color:#e1dfdf}.vertical-table th,.vertical-table td:not(:last-child){border-right:1px solid #9dc8d4}.vertical-table th,.vertical-table td{padding:0.5rem;font-size:0.833rem}.vertical-table th{text-align:left;display:none}.vertical-table td{display:block}.vertical-table td:before{width:8em;content:attr(data-th) ":";display:inline-block}.vertical-table td.no-content-before:before{content:'';width:0;display:none}@media (min-width:768px){.vertical-table th,.vertical-table td{display:table-cell}.vertical-table td:before{display:none}}.rwd-table{margin:1em 0;width:100%}.rwd-table tbody tr:not(.rwd-table__row--no-border){border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table th{display:none}.rwd-table td{font-size:0.833rem;display:block;vertical-align:top}.rwd-table td:before{width:8em;content:attr(data-th) ":";font-weight:bold;display:inline-block}.rwd-table td.no-content-before:before{content:'';width:0;display:none}td.rwd-table__valign-m{vertical-align:middle}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th:first-child,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td:first-child{border-left:1px solid #9dc8d4}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td{border-right:1px solid #9dc8d4}@media only screen and (min-width:768px){.spend-table{width:25%}}@media only screen and (max-width:767px){.spend-table{width:100%}}.spend-table{margin-bottom:1rem;border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}#spend_table_explanation{margin-bottom:1rem;padding-bottom:1rem}.rwd-table__headings,.spend-table__headings{border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table__headings th,.spend-table__headings th{background-color:#e1dfdf;color:#2b3030;text-align:left}.rwd-table__headings th.text-align-center{text-align:center}.rwd-table__title{font-weight:700}.spend-table__headings,.spend-table .orders-list__row{padding:0.5rem}.spend-table__headings span{font-size:0.75rem;display:block}.rwd-table tfoot td{padding:1rem 0.5rem}.footer-credit a[href^="tel:"]{color:inherit;pointer-events:none}@media only screen and (max-width:767px){.rwd-table>tbody>tr>td,.spend-table>tbody>tr>td,.spend-table th{padding:0.5rem 0}.rwd-table ul,.rwd-table img:not(:last-child){margin-top:1rem}.rwd-table ul.button-group{margin-top:0}.rwd-table input,.rwd-table select,.rwd-table textarea{margin:1rem 0 0 0;display:block}}@media (min-width:768px){.rwd-table th,.rwd-table>tbody>tr>td{padding:0.5rem}.rwd-table th,.rwd-table td{display:table-cell}.rwd-table td:before{display:none}}.flex-table{width:100%}.flex-table td,.flex-table th{text-align:center;border:1px solid #9dc8d4;padding:6px;word-wrap:break-word}.flex-table th:first-child,.flex-table td:first-child{font-weight:bold;color:black}@media only screen and (max-width:767px){.flex-table tr{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:space-around}.flex-table td,.flex-table th{display:block;width:25%}.flex-table th:first-child,.flex-table td:first-child{width:100%}.flex-table th:first-child{display:none}}.message{margin-bottom:1rem;font-size:0.833rem}.message--success{color:green}.message--error{color:red}.alert{background-color:#000000;color:#ffffff;margin-bottom:1rem;padding:1rem 3rem 1rem 1rem;font-size:0.833rem;font-weight:700;position:relative}.alert--positive{background-color:green}.alert--negative{background-color:red}.alert__close{color:#eeeeee;display:block;position:absolute;top:1rem;right:1rem}.alert__close:hover{color:#ffffff}@media only screen and (max-width:767px){.s-text-align-left{text-align:left}.s-text-align-center{text-align:center}.s-text-align-right{text-align:right}.site-title{text-align:center}.s-image-align-center{margin:0 auto}.popover-alert{background-color:green;color:#ffffff;padding:0.813rem 0;font-size:0.694rem;text-align:center;opacity:.8;display:none}}@media only screen and (max-width:767px) and (orientation:landscape){.sl-text-align-left{text-align:left}.sl-text-align-center{text-align:center}.sl-text-align-right{text-align:right}.sl-image-align-center{margin:0 auto}}.show-for-sr{height:1px;width:1px;margin:0;position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}@media only screen and (min-width:768px){.m-up-cf:before,.m-up-cf:after{content:" ";display:table}.m-up-cf:after{clear:both}.m-up-cf{*zoom:1}}.table{display:table}.table--expand{width:100%}.table__row{display:table-row}.table__cell{display:table-cell;vertical-align:top}.table__cell--expand{width:100%}.drop-down .drop-down__menu{visibility:hidden;opacity:0;transition:visibility 0s,opacity 0s}.spinner{margin:auto;width:70px;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;height:18px}.spinner>div{width:18px;height:18px;background-color:#888888;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1.0)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.0);transform:scale(1.0)}}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex--fw-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex--ai-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex--ai-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex--ai-end{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.flex--jc-sb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex--jc-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex--jc-fe{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:767px){.s-flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.s-flex--fd-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.s-flex-spacer--vertical>.col{margin-bottom:1rem}}#vs-browser-check{width:0;position:absolute;display:none}@media only screen and (max-width:767px){#vs-browser-check{width:5px}.s-float--reset{float:left}.drop-down .drop-down__menu{display:none;visibility:visible;opacity:1}.s-flex--fd-column{flex-direction:column}}@media only screen and (min-width:768px) and (max-width:1024px){#vs-browser-check{width:10px}.m-float--reset{float:left}.m-text-align-left{text-align:left}.m-text-align-center{text-align:center}.m-text-align-right{text-align:right}.m-image-align-center{margin:0 auto}}@media only screen and (min-width:768px){.drop-down .drop-down__menu{background-color:#ffffff;color:#606060;position:absolute;top:100%;left:0;z-index:101}.drop-down .drop-down__menu:before{content:" ";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:0px 3px 3px 0px rgba(110,116,117,.6);-moz-box-shadow:0px 3px 3px 0px rgba(96,96,96,.6);box-shadow:0px 3px 3px 0px rgba(96,96,96,.6)}.drop-down:not(.drop-down--nav-no-hover):not(.drop-down--nav--delay):hover>.drop-down__menu{visibility:visible;opacity:1;transition-delay:150ms;-webkit-transition-delay:150ms}.delay .drop-down:not(.drop-down--nav-no-hover):hover>.drop-down__menu{visibility:visible;opacity:1}.drop-down--links{position:relative}.drop-down--links.drop-down>.drop-down__menu{padding:1rem;left:-1rem}.drop-down--links.drop-down>.drop-down__menu ul{margin:0}.drop-down--links>.drop-down__menu li{white-space:nowrap;margin:0 0 0.5rem}.drop-down--links>.drop-down__menu li:last-child{margin:0}.drop-down--links,.drop-down--links a{color:#6e7475}.drop-down--links .drop-down__menu a:hover{text-decoration:underline}.button-group>li{margin:0 1px 0 0}.button-group>li:last-child{margin-right:0}}@media only screen and (max-width:1024px){div#gts-c{display:none}}@media only screen and (min-width:1025px) and (max-width:1439px){#vs-browser-check{width:15px}.l-float--reset{float:left}}@media only screen and (min-width:1440px){#vs-browser-check{width:20px}.xl-float--reset{float:left}}.pos-fix{position:fixed}.pos-rel{position:relative}.pos-abs{position:absolute}.promo_unit{position:relative}.promo-unit__overlays{top:0;left:50%;-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);height:100%;width:100%;position:absolute;background-image:url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');z-index:10}.promo-unit__overlay{position:absolute;z-index:1}.promo-unit__overlay__link{width:100%;height:100%;display:block}.promo-unit__overlay.promo-unit__overlay--countdown{display:table}.promo-unit--overlay{position:relative}@media only screen and (min-width:1025px){.promo-unit__link img{-moz-transition:opacity .3s linear;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-backface-visibility:hidden}.promo-unit__link img:hover{opacity:0.8}.site-header__top .promo-unit__link img:hover{opacity:1}}.deals-widget__countdown{height:100%;width:100%;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;text-align:center;display:table-cell;vertical-align:middle}.deals-widget__countdown li{margin:0;display:inline-block;padding-right:5px}.deals-widget__countdown li:last-child{padding:0}@media only screen and (max-width:767px){.deals-widget__countdown{font-size:1.2rem}}.signup-loader{display:none}.ajax-loading.signup-loader{height:44px}.signup-loading .signup-loader{display:block;position:absolute}.site-footer__top__newsletter .search-form{position:relative}.signup-result{position:absolute;top:55px;padding:0.5rem 1rem;background:#e1dfdf;display:none;width:auto;font-size:0.694rem;line-height:1rem;color:#fff}.signup-result:before{width:0;height:0;border-left:10px solid transparent;border-bottom:10px solid #e1dfdf;border-right:10px solid transparent;position:absolute;left:20px;bottom:100%;content:""}.signup-success .signup-result{background:#7fd47f}.signup-success .signup-result:before{border-bottom-color:#7fd47f}.signup-error .signup-result{background:#ff7a6c}.signup-error .signup-result:before{border-bottom-color:#ff7a6c}.signup-existing .signup-result{background:#eecf64}.signup-existing .signup-result:before{border-bottom-color:#eecf64}.site-footer__top__newsletter__groups{padding-bottom:1rem}.site-footer__top__newsletter__group-holder{display:inline-block;margin-right:20px;white-space:nowrap}.site-footer__top__newsletter__groups input[type=checkbox]{font-size:1rem;margin-left:5px}.popup_newsletter_signup{position:relative}.product-content__price--inc em,.product-content__price--ex em{font-style:normal}.site-header__nav{background-color:#f6f7f7}.site-header__nav__menu li{margin:0}.site-header__nav__menu li a{cursor:pointer}.site-header__nav__menu li a.top_level_link--img{text-align:center;display:block;margin:0 auto}.site-header__nav__menu li a.top_level_link--img img{width:64px;height:auto;margin:0 auto;border:1px solid #eee}.site-header__nav__menu>li>a{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030}.site-header__nav__menu>li.sale-menu>a{color:#b981ad;background:#f6f7f7}.site-header__nav__menu>li.compact-menu.drop-down.drop-down--nav{position:relative}.site-header__nav__menu>li>.drop-down__menu a{color:#606060}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__promo-unit a{padding:0;display:inline}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__promo-unit a img{height:auto}.drop-down__menu__block,.drop-down__title{padding:0.5rem 0}.drop-down__menu__block ul{padding:0 0.5rem;margin:0}.drop-down__menu__promo-unit{padding:0 0.5rem;display:block}.drop-down__menu__text{padding:0.5rem 0.5rem 1rem 0.5rem}.drop-down__title{font-weight:bold;color:#2b3030}.menu-items-all,.drop-down__view-all{font-style:italic;font-weight:bold}.drop-down__menu__block--hidden{display:none}@media only screen and (max-width:767px){.site-header__nav{width:100%;display:none;position:absolute;top:auto;z-index:200;border:0}.site-header__nav__menu{z-index:99;position:relative}.site-header__nav__menu li a.top_level_link--img{text-align:left;display:inline-block;margin:auto}.site-header__nav__menu li a.top_level_link--img img{display:none}.site-header__nav__menu>li>a{border-bottom:1px solid #2b3030;font-size:1rem;padding:1rem 3rem 1rem 1rem;display:block}.drop-down__menu-toggle{position:relative}.drop-down__menu-toggle .icon{position:absolute;top:1.125rem;right:1rem}.site-header__nav__menu>li>.drop-down__menu{background-color:#ffffff}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__block,.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__block ul li{margin-bottom:0.5rem;list-style-type:none}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__block:last-child{margin-bottom:0}.drop-down__menu__block,.drop-down__title{padding:0}.drop-down__menu{padding:0.5rem 0}.drop-down__title{padding:0.5rem 0 0}.drop-down__title--empty{display:none}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu{margin-left:1rem}}@media only screen and (min-width:768px){.site-header__nav__menu{width:100%;display:table;position:relative}.site-header__nav__menu.site-header__nav__menu--centred{text-align:center;display:block}.site-header__nav__menu.site-header__nav__menu--centred>li{width:auto;display:inline-block}.site-header__nav__menu.site-header__nav__menu--centred>li>a{padding-left:1.5rem;padding-right:1.5rem}.site-header__nav__menu.site-header__nav__menu--dividers>li{padding-top:0.5rem;padding-bottom:0.5rem}.site-header__nav__menu.site-header__nav__menu--dividers>li>a{padding-top:0.25rem;padding-bottom:0.25rem}.site-header__nav__menu.site-header__nav__menu--dividers>li:not(:last-child)>a{border-right:1px solid #f6f7f7}.site-header__nav__menu>li{width:1440px;display:table-cell;vertical-align:middle}.site-header__nav__menu>li>a{padding:0.75rem 0;text-align:center;display:block;border-top:1px solid #edece8;border-bottom:1px solid #edece8;white-space:nowrap}.site-header__nav__menu>li.sale-menu>a{border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu>li>a:hover,.site-header__nav__menu>li>a.drop-down__menu-toggle--active{color:#9dc8d4;background-color:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu>li.sale-menu>a:hover,.site-header__nav__menu>li.sale-menu>a.drop-down__menu-toggle--active{color:#9dc8d4;background:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu>li .drop-down__menu ul li a,.drop-down__menu__text{font-size:0.833rem}.drop-down--nav .drop-down__menu{max-width:100%;width:100%}.drop-down--nav .drop-down__menu ul li{margin:0 0 0.375rem 0}.drop-down--nav .drop-down__menu ul li a:hover{color:#b981ad}.drop-down--nav .drop-down__menu>div{color:#606060;display:block;position:relative;z-index:100}.drop-down__menu__close{background-color:#000;border-radius:50%;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem;position:absolute;right:-10px;top:-10px}}@media only screen and (min-width:768px) and (max-width:1024px){.site-header__nav__menu>li>a{font-size:0.833rem}.site-header__nav__menu.site-header__nav__menu--centred>li>a{padding-left:.5rem;padding-right:.5rem}}@media only screen and (min-width:1025px){.site-header__nav__menu>li>a{font-size:1rem;transition:color 0s,background-color 0s,border-color:0s}.site-header__nav__menu>li>a:hover{transition-delay:150ms;-webkit-transition-delay:150ms}.drop-down--nav .drop-down__menu .drop-down__menu__buffer{position:absolute}.drop-down__menu__block ul{padding:0 1rem}}#js-trans-overlay{position:fixed;height:100%;width:100%;z-index:900;display:none}.trans-overlay--colour{background:rgba(255,255,255,.6)}.site-header__nav__menu>li>a:hover,.site-header__top__buttons>li>a:hover{text-decoration:none}.site-header__top__search__right .search-form,.site-header__top__search__left .search-form{position:relative}.site-header__top a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.site-header__top__search input,.site-header__top__search button{margin-bottom:0}.pricevisibility-active,.vat-active,.currency-dropdown-item--active{font-weight:700}.site-header__links>li>a:hover{text-decoration:none}.site-header__links>li>a:hover .basket-text{text-decoration:underline}.site-header__links__icon_text{cursor:pointer}.site-header__links__name{font-weight:700}.site-header__redirect-banner{display:none;padding:0.25rem}.site-header__redirect-banner__text{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header__redirect-banner__text__intro{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0.8rem}.site-header__redirect-banner__text a{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;padding:0 0.6rem;border-radius:3px;font-size:0.6rem;height:1.4rem;color:#b981ad}.site-header__redirect-banner__text a:hover{text-decoration:none}.site-header__redirect-banner__text__locale{border:1px solid #ffffff;margin:0.25rem 0.5rem;border-radius:3px;background:rgba(255,255,255,.7)}.site-header__redirect-banner__text__locale:hover{cursor:pointer;background:rgba(255,255,255,1)}.price-visibility--rrp .trade-product-options__total,.price-visibility--rrp .trade-list-grand-total__title,.price-visibility--rrp .trade-list-grand-total,.price-visibility--hide .trade-product-options__total,.price-visibility--hide .trade-list-grand-total__title,.price-visibility--hide .trade-list-grand-total{visibility:hidden !important}.price-visibility--rrp .product-content__price-info__price,.price-visibility--rrp .product-content__price-info__delivery,.price-visibility--rrp .product-content__price-info__clear,.price-visibility--rrp .product__details__prices__price,.price-visibility--rrp .spot-product__list__item .spot-products__price,.price-visibility--hide .product-content__price-info,.price-visibility--hide .product__details__prices__price,.price-visibility--hide .product__details__prices__rrp,.price-visibility--hide .spot-product__list__item .spot-products__price{display:none !important}@media only screen and (max-width:767px){.site-header__top{padding:0.25rem 0;border-bottom:1px solid#edece8}.site-header__top .promo-unit{height:3rem}.site-header__top__icon{color:#6e7475;font-size:1.2rem;display:block;line-height:3rem}.site-header__top__right{position:relative}.site-header__top__basket-count{height:25px;min-width:25px;background-color:#b981ad;color:#ffffff;padding:0 2px;border:2px solid white;border-radius:50%;font-size:12px;line-height:1.25rem;text-align:center;position:absolute;top:0.125rem;right:-12px;pointer-events:none}.site-header__top__basket-count span{color:#ffffff;font-size:12px;font-weight:bold;line-height:20px;text-align:center;font-family:'PT Sans',sans-serif;}@media only screen and (min-width:768px){.promo-unit-header-text-promo-1 i{margin-right:0.5rem}}.site-header__links__vat ul{margin:0}.site-header__links__vat__item{width:50%;margin:0;font-size:0.833rem;text-align:center;display:inline-block}.site-header__links__vat__item a,.site-header__links__vat__item span{background-color:#cccccc;padding:8px 0;display:block}.site-header__links__vat__item a{background-color:#dddddd}.site-header__links__vat__item span{font-weight:700}.site-header__links{width:100%;display:table;border-top:0px solid #ffffff;border-bottom:0px solid #ffffff;background-color:#ffffff}.site-header__links>li{width:25%;display:table-cell;vertical-align:middle;font-size:0.833rem;text-align:center}.site-header__links>li>a{background-color:#ffffff;color:#000000;padding:1rem 0.25rem;display:block}.site-header__links>li>a:hover,.hblock.hblock-active{background-color:#ffffff;color:#262626}.hblock:hover{text-decoration:none}.site-header__links__icon{display:block}.site-header__links-panel{background-color:#ffffff;height:0;overflow-y:hidden;-webkit-transition:height .23s;transition:height .23s}.site-header__links-panel .hblock-container{padding:1rem}.site-header__links-panel.hblock-active>.hblock-container{display:none}.site-header__links-panel.hblock-active>.hblock-container.hblock-active{display:block}.site-header__links-panel__label{margin-bottom:0.5rem;font-size:0.694rem;display:block}.site-header__links__currency select{width:100%}.site-header__links-panel input,.site-header__links-panel button,.site-header__links-panel select{margin-bottom:0}span.fake-radio-button{display:inline-block;height:15px;width:15px;padding:5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;position:relative;top:2px;margin-right:5px;border:2px #ffffff solid;background:transparent}.pricevisibility-active span.fake-radio-button,.vat-active span.fake-radio-button{background-color:#ffffff;border:2px transparent solid}span.fake-radio-button>span{display:none;background-color:#b981ad;height:5px;width:5px;margin:-2px 0 0 -2px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;padding:0}.pricevisibility-active span.fake-radio-button>span,.vat-active span.fake-radio-button>span{display:block}}.drop-down--links--country.drop-down--links.drop-down>.drop-down__menu{left:0;padding:0.5rem}.countrydropdown-link,.countrydropdown-image{display:inline;padding:0.1rem 0.4rem 0.1rem 0.1rem}select.site-header__links-panel__country{width:100%}.site-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:101;background-color:#000000;opacity:0.7}.site-header--overlay{z-index:102;position:relative}#header_welcome_message{background-color:#ffffff;color:#000000}#js-basket-content .text-hide{display:none}.site-header{border-bottom:0px solid #ffffff}.site-header__top{background-color:#ffffff}@media only screen and (max-width:1024px){.promo-unit-site-logo-3{position:relative}.promo-unit-site-logo-3 img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}}@media only screen and (min-width:768px) and (max-width:1024px){.promo-unit-site-logo-3{min-height:97px}}@media only screen and (min-width:768px){.site-header__top__bar{background-color:#ffffff;padding:0.375rem 0;line-height:2rem}.site-header__top__bar__social{min-height:2rem}.site-header__top__bar__social>li{margin-bottom:0.375rem}.site-header__top__bar__social .social__icon{height:1rem;width:1rem;margin-right:1rem}.site-header__top__bar__social .social__icon a{background:none;border:none;font-size:1rem;line-height:1rem}.site-header__top__bar__social .social__icon a:hover{background:none;border:none}li.site-header__top__bar__social__promo{margin-top:0}.promo-unit-header-text-promo-1{font-family:'Fira Sans',sans-serif;font-size:1rem;color:#000000;overflow:hidden}.promo-unit-header-text-promo-1 i{font-size:1.5rem;line-height:2rem}.promo-unit-header-text-promo-1 .promo-unit__text{position:relative;top:-5px}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:700}.site-header__top__search{margin:0 0 0.625rem}.site-header__top__buttons{margin:0.5rem 0.5rem 0.5rem 0;overflow:visible}.site-header__top__buttons li{margin:0 0 0 1rem;position:relative}.site-header__top__buttons li:first-child{margin-right:0}.site-header__top__buttons .site-header__links__icon--currency-icon{height:1.5rem;width:1.5rem;font-size:0.833rem;line-height:1.5rem}.site-header__top__buttons__bag{position:relative}.basket-count{min-width:1.375rem;background-color:#b981ad;color:#ffffff;padding:0.188rem 0;font-size:0.833rem;text-align:center;line-height:1rem;position:absolute;top:-0.5rem;right:-0.5rem;border-radius:50%}.basket-count__prefix,.basket-count__suffix{display:none}.drop-down--links__currency-wrap{border:2px solid #6e7475;border-radius:50%}.basket-total{display:none}.site-header__top__buttons .site-header__links__spacer{display:none}.site-header__top__buttons>li>a{text-align:center;display:block}.site-header__top__buttons .drop-down__menu{font-size:0.833rem}.site-header__top__buttons>li>a .site-header__links__icon{color:#6e7475;display:block}.site-header__top__buttons>li>a:hover .site-header__links__icon{color:#b981ad}.site-header__links__icon{font-size:1.8rem}.site-header__links{width:100%;font-size:1rem}.site-header__links>li{margin:0 0 0 1rem;float:right;font-family:'Fira Sans',sans-serif;font-size:0.833rem}.site-header__links>li:last-child{margin-left:0}.site-header__links>li>a{color:#000000;display:block}.site-header__links>li>a:hover{text-decoration:underline}}@media only screen and (min-width:768px){.site-header__top__search,.site-header__top__buttons{transition:all 500ms ease-in-out}.site-header--scrolling .site-header__top__search{margin:0 0 .375rem}.site-header--scrolling .site-header__top__buttons{margin:.375rem 0}}.site-header--svg-logo svg{height:40px;margin-top:.25rem;padding-top:.5rem}.site-header--svg-logo .svg-logo--sub-text{display:none;opacity:1;transition:opacity ease-out .4s}@media only screen and (max-width:767px){.site-header--svg-logo svg{width:100%}}@media only screen and (min-width:768px){.site-header--svg-logo .svg-logo--sub-text{display:block}.site-header--scrolling .svg-logo--sub-text{opacity:0}.site-header--svg-logo svg{height:50px;margin-top:1rem;transition:all ease-in-out .4s}.site-header--scrolling .site-header__top svg{height:50px;margin-top:1.5rem}.site-header--scrolling .search-form input,.site-header--scrolling .search-form button{height:34px}}@media only screen and (min-width:1025px){.site-header--svg-logo svg{height:auto;padding-top:0}}.drop-down--links .icon-dropdown{margin-left:0.4rem}.site-header__trustpilot{background:#e1dfdf;padding:10px 0}@media only screen and (min-width:64.063em){.site-header__top__bar{padding:1.05rem 1rem 0 1rem}.promo-unit-header-text-promo-1{font-size:14px;color:#444c4c}.site-header__top__search{margin:1.75rem 0 0.625rem;max-width:315px}.site-header__top__buttons{margin:3rem 0.5rem 1.25rem 0}}button{border-radius:0.4rem;text-transform:none;font-family:'Droid Serif',serif}.site-header button,.site-footer button{border-radius:0}.site-header__top__bar{background:none}.mediahawkNumber1922::before{content:"TEL:";padding:0 0.4rem 0 0;font-weight:bold}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:normal}.promo-unit-header-text-promo-1 .promo-unit__text{top:0px;left:-1px}.mediahawkNumber1922{display:inline}@media only screen and (min-width:48em){.mediahawkNumber1922{left:0;position:relative;top:-6px}.site-header__sticky{display:none}}.promo-unit-header-text-promo-1::before,.promo-unit-sticky-promo::before{content:"9";font-family:"icon";font-size:1.5rem}@media only screen and (max-width:48em){.promo-unit-sticky-promo::before{font-size:0.65rem}}.cookie_alert{left:10px}@media only screen and (min-width:64.063em){.site-header__nav__menu>li>a{font-size:0.9375rem;background:#f6f7f7;padding:0.95rem 0}.site-header__nav{background:none}.site-header__nav .container{height:50px;background:#FFF;margin:0 auto 10px}.site-header__nav .container{position:relative}.site-header__nav .container:before,.site-header__nav .container:after{z-index:-1;position:absolute;content:"";bottom:15px;left:10px;width:50%;top:0%;max-width:50%;background:#777;box-shadow:0 12px 10px rgba(0,0,0,0.37);transform:rotate(-1deg)}.site-header__nav .container:after{transform:rotate(1deg);right:10px;left:auto}}@media only screen and (max-width:93.9999em) and (min-width:64em){.site-header__nav .container:before,.site-header__nav .container:after{left:2.5rem}.site-header__nav .container:after{right:2.5rem;left:auto}}.site-header__nav__menu>li{position:relative}.drop-down--nav .drop-down__menu{padding:1rem 0}.drop-down--nav:nth-child(3) .drop-down__menu,.drop-down--nav:nth-child(4) .drop-down__menu{width:200%;max-width:200%}.drop-down--nav .drop-down__menu .drop-down__menu__block{padding:0}@media only screen and (max-width:80em) and (min-width:48em){.site-header__nav__menu>li>a span{display:none;font-size:}}@media only screen and (max-width:63.398em) and (min-width:48em){.site-header__nav__menu>li>a{font-size:0.75rem;white-space:normal;border:0!important}}.site-header__nav__menu li:first-child .drop-down__menu{width:120%;max-width:120%}.site-header__slithers{font-family:'Droid Serif',serif;background-color:#7b797a;border-bottom:1px solid #7b797a;font-size:0.833rem;line-height:3rem;overflow:hidden;text-align:center}.site-header__slithers .promo-unit__link{display:block;transition:.3s ease-in-out}.site-header__slithers .promo-unit__text-group{color:#ffffff}.site-header__slithers .promo-unit__link:hover{color:#b981ad}.site-header__slithers i{font-size:1.5rem;margin-right:0.5rem;vertical-align:middle}@media only screen and (max-width:1024px){.site-header__slithers{line-height:2rem}.site-header__slithers--mobile{height:2rem}.site-header__slithers i{font-size:1.25rem}}.social__icon{height:2.75rem;width:2.75rem;margin:0 1rem 1rem 0}.social__icon:last-child{margin-right:0}.social__icon a{height:100%;width:100%;font-size:1.2rem;line-height:2.75rem;text-align:center;display:block;border-radius:50%}.social__icon a span{display:none}.social__icon--twitter a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--twitter a:hover{color:#ffffff;background-color:#00abe3;border:1px solid #00abe3}.social__icon--facebook a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--facebook a:hover{color:#ffffff;background-color:#004088;border:1px solid #004088}.social__icon--google-plus a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--google-plus a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--pinterest a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--pinterest a:hover{color:#ffffff;background-color:#ca2128;border:1px solid #ca2128}.social__icon--instagram a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--instagram a:hover{color:#ffffff;background-color:#747474;border:1px solid #747474}.social__icon--youtube a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--youtube a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--blog a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--blog a:hover{color:#ffffff;background-color:#ff8000;border:1px solid #ff8000}.social__icon--houzz a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--houzz a:hover{color:#ffffff;background-color:#8ac954;border:1px solid #8ac954}.social__icon--flickr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--flickr a:hover{color:#ffffff;background-color:#006dac;border:1px solid #006dac}.social__icon--tumblr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--tumblr a:hover{color:#ffffff;background-color:#35465c;border:1px solid #35465c}.social__icon--whatsapp a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--whatsapp a:hover{color:#ffffff;background-color:#25d366;border:1px solid #25d366}@media only screen and (min-width:768px){.product-tabs-no-js{display:none}}.product-tabs{clear:both}.product-tabs .product-tabs__list{display:table;width:100%;margin:0;position:relative;z-index:2}.product-tabs-header-content .product-tabs__list,.product-tabs-header-content-centered .product-tabs__list{display:block;text-align:center}.product-tabs .product-tabs__list .product-tabs__list__item{text-align:center;display:table-cell;margin:0;background:#ffffff}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:inline-block;width:auto}.product-tabs.product-tabs-header-content .product-tabs__list .product-tabs__list__item a,.product-tabs.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item a{width:auto;padding:1rem 2rem}.product-tabs .product-tabs__list .product-tabs__list__item.active{background:#ffffff}.product-tabs .product-tabs__list .product-tabs__list__item.active a{cursor:default}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item{border-right:1px solid #edece8;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item:first-child{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item.active{border-bottom:1px solid #ffffff}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item:first-child{border-left:none}.product-tabs .product-tabs__list__item--full-width{float:none;display:none}.product-tabs-no-js .product-tabs__content:first-of-type,.product-tabs .product-tabs__content.active{display:block}.product-tabs,.product-tabs__list__item,.product-tabs__list__item--full-width{position:relative}.product-tabs__list__item__link{display:block;padding:1rem;;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;color:#2b3030;background:#ffffff}.product-tabs__list__item__link:hover{text-decoration:none}.active .product-tabs__list__item__link{color:#2b3030;background:#ffffff}.product-tabs-vertical .product-tabs__list__item__link{padding:1rem 0}.product-tabs__list__item i{position:absolute;right:1rem;top:1rem;display:none;color:#2b3030;font-size:1rem;pointer-events:none}.product-tabs__list__item__link .review-co-uk__star__summary{padding-left:0.5rem;display:inline}.product-tabs__list__item .icon-plus,.product-tabs__list__item.active .icon-minus{display:block}.product-tabs__list__item.active .icon-plus{display:none}.product-tabs-vertical .product-tabs__list{display:none}.product-tabs-vertical .product-tabs__list__item--full-width{display:block;border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{background:#ffffff;padding:0 1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width.active{background:#ffffff}.product-tabs .product-tabs__content{clear:both;padding:1rem;display:none;font-size:0.833rem;line-height:1.2rem;border:1px solid #ffffff;background:#ffffff;position:relative;top:-1px;z-index:1}.product-tabs.product-tabs-vertical .product-tabs__content{border:0;top:0}.product-tabs .product-tabs__content--title{font-size:1rem}.product-tabs__content__cms ul{padding:0;margin:0;list-style:none}.product-tabs__content__cms ul li{margin:0 0 0.25rem}.product-tabs__content__cms td{padding:0.25rem}.product-tabs__content__slice{margin-top:1rem}.product-tabs__content__slice:first-child{margin-top:0}.product-tabs__content_expander{overflow:hidden}.tab-read-more{display:none;cursor:pointer;margin:1rem 0;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;color:#2b3030}.product-tabs__content__cms li:before{color:#2b3030;content:"• "}.product-tabs__content__cms .no-bullet>li:before,.product-tabs__content__cms .product-downloads li:before{content:""}.product-tabs.product-tabs-vertical .product-tabs__content{padding:1rem 0}.product-downloads:after,.product-downloads li:after{clear:both;content:'';display:block}.product-downloads li{margin:0.5rem 0;line-height:40px}.product-downloads li span{float:left}.product-downloads li span{display:block;width:40px;text-align:center}.product-downloads li span.ico{font-size:40px;color:#2b3030}.product-downloads li a{padding-left:10px;overflow:hidden}.tab-faqs .tab-faqs__questions{margin-bottom:2rem}.tab-faqs__questions__groups--title,.tab-faqs__answers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-faqs__answer__questions{font-weight:700}.tab-faqs__answer:not(:last-child){padding-bottom:1rem}.product-slice__specifications__image{float:left;margin-right:0.5rem}@media only screen and (max-width:767px){.product-tabs .product-tabs__list{display:none}.product-tabs .product-tabs__list__item--full-width{display:block;background:#ffffff}.product-tabs__list__item__link{padding:.75rem;color:#2b3030}.product-tabs.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs .product-tabs__content{border:0;top:0;padding:0.75rem}.product-tabs-vertical .product-tabs__list__item__link{padding:.75rem 0}.product-tabs__list__item i{right:0.75rem;top:0.75rem}}.tag-list{margin:0;padding:0;list-style:none}.tag-list li{font-size:0.833rem}.tag-list--images img{float:left;margin-right:1rem;height:72px;width:72px}.tag-list--images .tag-list__tag{min-height:72px}.tag-list--images.tag-list--hover .tag-list__tag{position:relative;width:72px;display:inline-block}.tag-list--images.tag-list--description img{margin-bottom:1rem}.tag-list__details__holder__quick-view{padding:0.75rem 0.75rem 0.25rem;position:absolute;z-index:8;background:rgba(225,223,223,1);top:-1px;visibility:hidden;text-align:left;min-width:300px}.tag-list--hover .tag-list__details__holder__quick-view{left:100%}.tag-list--hover--right .tag-list__details__holder__quick-view{left:auto;right:100%;text-align:right}.tag-list__details__holder__quick-view__pointer{width:0;height:0;border-top:10px solid transparent;border-right:10px solid #e1dfdf;border-bottom:10px solid transparent;position:absolute;right:100%;top:10px}.tag-list--hover--right .tag-list__details__holder__quick-view__pointer{left:100%;right:auto;border-left:10px solid #e1dfdf;border-right:0}.tag-list__details__holder__quick-view__group{padding-bottom:0.25rem}.tag-list--description .tag-list-name,.tag-list--description .tag-list-group-name{font-size:1rem;font-weight:700}.tag-list-short-description{padding-top:0.25rem}.tag-list li.tag-list__tag_title{font-weight:700}@media only screen and (min-width:768px) and (max-width:1024px){.product-tabs__list__item__link{padding:0.5rem}.product-tabs-header-content-centered .product-tabs__list{display:table}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:table-cell}}@media only screen and (min-width:1025px){.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--2{width:50%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--4{width:25%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--5{width:20%}}.tab-available-offers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-available-offers__offer-title{font-weight:700}.tab-available-offers__offer:not(:last-child){padding-bottom:1rem}.spot-products__title{display:none}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}html{-webkit-overflow-scrolling:touch}.has-overlay{overflow:hidden;height:100%}.has-overlay>body{height:100%;overflow:hidden}.modal--fade,.modal--show{-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-o-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;width:0;height:0;overflow:hidden;opacity:0;display:none\9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);width:auto;height:auto;opacity:1}.is-active.modal--fade,.is-active.modal--show{display:block\9;height:100% \9;width:100% \9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{display:block\9}.modal--fade .modal-inner,.modal--show .modal-inner{position:absolute;top:55px;left:50%;z-index:20;margin-left:-325px;width:650px;overflow-x:hidden;-webkit-overflow-scrolling:touch}.modal--fade .modal-inner>img,.modal--show .modal-inner>img,.modal--fade .modal-inner>video,.modal--show .modal-inner>video,.modal--fade .modal-inner>iframe,.modal--show .modal-inner>iframe{width:100%;height:auto;min-height:300px}.modal--fade .modal-inner>img,.modal--show .modal-inner>img{width:auto;max-width:100%}.modal--fade .modal-inner iframe,.modal--show .modal-inner iframe{display:block;width:100%;height:100%;border:0}.g-recaptcha{overflow:hidden;margin-bottom:1rem}.modal--fade .modal-content,.modal--show .modal-content{position:relative;max-height:400px;max-height:85vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal--fade .modal-content>*,.modal--show .modal-content>*{max-width:100%}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{display:block;height:1px;clip:rect(0 0 0 0);margin:-1px;overflow:hidden}.modal--fade .modal-close:focus:after,.modal--show .modal-close:focus:after{outline:1px dotted;outline:-webkit-focus-ring-color auto 5px}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\00d7';position:absolute;top:50px;right:50%;z-index:20;margin-right:-325px}@media screen and (max-width:690px){.modal--fade .modal-inner,.modal--show .modal-inner{width:auto;left:20px;right:20px;margin-left:0}.modal--fade .modal-close:after,.modal--show .modal-close:after{margin-right:0 !important;right:20px}}@media screen and (max-width:30em){.modal--fade,.modal--show{-webkit-transform:translate(0,400px);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity 1ms .25s;-moz-transition:opacity 1ms .25s;-o-transition:opacity 1ms .25s;-ms-transition:opacity 1ms .25s;transition:opacity 1ms .25s;display:block;right:auto;bottom:auto}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{width:100%;height:100%}.modal--fade:target .modal-close,.modal--show:target .modal-close,.is-active.modal--fade .modal-close,.is-active.modal--show .modal-close{display:block}.modal--fade .modal-inner,.modal--show .modal-inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;top:0;left:0;right:0;height:100%;overflow:auto}.modal--fade .modal-content,.modal--show .modal-content{max-height:none;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.modal--fade .modal-close,.modal--show .modal-close{display:none;right:auto}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:fixed;top:0;left:0;right:0;z-index:20}.modal--fade .modal-close:after,.modal--show .modal-close:after{top:5px !important;right:5px;left:auto;margin-left:0}}@media screen and (max-height:46em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:340px;max-height:85vh}}@media screen and (max-height:36em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:265px;max-height:85vh}}.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-transform:translate(0,0) scale(1,1);-moz-transform:translate(0,0) scale(1,1);-o-transform:translate(0,0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);opacity:1}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:0}@media screen and (max-width:30em){.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:none;-moz-animation:none;animation:none}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:1}}@media screen and (min-width:30em){.modal--fade{transition:opacity 0.4s}}.modal--fade,.modal--show{color:#222;line-height:1.3}.modal--fade .modal-inner,.modal--show .modal-inner{border-radius:2px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.6);box-shadow:0 0 30px rgba(0,0,0,0.6);max-width:100%}.modal--fade header>h2,.modal--show header>h2{margin:0.5em 0}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{text-indent:-100px}.modal--fade .modal-close:before,.modal--show .modal-close:before{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=")}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\00d7';border-radius:2px;padding:2px 8px;font-size:2em;text-decoration:none;text-indent:0}@media screen and (max-width:30em){.modal--fade .modal-close:before,.modal--show .modal-close:before{height:3em}.modal--fade .modal-inner,.modal--show .modal-inner{padding-top:3em;-webkit-box-shadow:none;box-shadow:none}.modal--fade .modal-close,.modal--show .modal-close{text-decoration:none}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:attr(data-close);font-size:1em;padding:0.5em 1em}}.modal--fade .modal-inner,.modal--show .modal-inner{border-width:0}.modal--fade .modal-content,.modal--show .modal-content{padding:1em;min-height:225px}.modal-content{background-color:#ffffff}.modal-content .cms-page__header{color:#6e7475;font-family:'PT Sans',sans-serif;;margin-bottom:1rem}.modal-content .cms-page__header--h1{font-size:1.2rem}.modal-loading{position:absolute}.modal--fade .modal-close::after,.modal--show .modal-close::after{border-bottom:none}@media screen and (max-width:30em){.modal--fade .modal-inner,.modal--show .modal-inner,.modal--fade .modal-close:before,.modal--show .modal-close:before{background:#fff}}#modal-box .breadcrumb-container,.body-quickbuy .breadcrumb{display:none}.modal-content .cms-page .container>.row>.col{width:100%}html#html-quickbuy{overflow:hidden}body.body-quickbuy{overflow-y:auto;position:absolute;width:100%;height:100%;background:#ffffff}.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:1020px;margin-left:-510px;top:5vh}.is-iframe.modal--fade .modal-content,.is-iframe.modal--show .modal-content{height:90vh;padding:0;max-height:90vh}.is-iframe.modal--fade .modal-content-data,.is-iframe.modal--show .modal-content-data{height:100%;-webkit-overflow-scrolling:touch}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-510px;top:5vh;padding:0 0.8rem}@media screen and (max-width:1100px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:96vw;margin-left:-48vw;top:2vw}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-48vw;top:2vw}}@media screen and (max-width:690px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{top:0}}.modal--show.modal--buy-the-look .modal-inner{width:520px;margin-left:-260px}.modal--show.modal--buy-the-look .modal-close::after{margin-right:-260px}@media screen and (max-width:690px){.modal--show.modal--buy-the-look .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}}.modal-content .cms-charity-donations{background:#e1dfdf;margin-bottom:1rem;padding:1rem}.modal-content .donation-total{font-size:2rem;line-height:2rem}.modal-content .donation-additional-text{font-size:1rem}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}@media only screen and (min-width:768px){.cis-modal .modal-inner{max-height:555px;overflow:hidden}}@media only screen and (max-width:767px){.cis-modal{overflow:hidden;-webkit-overflow-scrolling:auto}.cis-modal .modal-inner iframe{width:1px;min-width:100%;*width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}}@media only screen and (max-width:767px){.row{width:auto}}.body-stock-check .modal-content{margin:1rem 0}.body-stock-check .modal-content .cms-page__header{margin-bottom:1rem}.qtip{z-index:999999999 !important}.breadcrumb{background:#ffffff;padding:12px 5px 0;border-bottom:1px solid #ffffff;position:relative}.breadcrumb ul{margin:0;padding:0;list-style:none}.breadcrumb ul li{margin:0 0.5rem 0 0;padding:0 0 0.75rem 0;font-size:0.833rem;line-height:1.125rem;float:left;display:block;position:relative;white-space:nowrap}.breadcrumb ul li::after{color:#606060;padding-left:0.5rem;font-size:1rem;line-height:1rem;content:"›"}.breadcrumb ul li.last::after{content:""}.breadcrumb ul li a{color:#797979;line-height:1.125rem;white-space:nowrap}.breadcrumb__toggle{display:none}@media only screen and (max-width:767px){.breadcrumb ul{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.5rem}.breadcrumb ul li{display:inline;float:none;white-space:normal}.breadcrumb ul li::after{float:none}.breadcrumb ul li a{float:none;display:inline}.breadcrumb ul li.last{display:none}.breadcrumb ul li:nth-last-child(2)::after{content:""}}.lazyload,.lazyloading{opacity:0;height:0}.lazyloaded{opacity:1;transition:opacity 100ms;height:auto}.product-sash{z-index:1;display:block;position:absolute;text-align:center;font-family:'Droid Serif',serif;font-size:1rem;pointer-events:none}.product-sash span{display:block}.product-sash--top_left{top:0;left:0;margin:0.25rem 0 0 0.25rem}.product-sash--top_right{top:0;right:0;margin:0.25rem 0.25rem 0 0}.product-sash--bottom_left{bottom:0;left:0;margin:0 0 0.25rem 0.25rem}.product-sash--bottom_right{bottom:0;right:0;margin:0 0.25rem 0.25rem 0}.product-sash--top_full{width:100%;top:0;left:0}.product-sash--bottom_full{width:100%;bottom:0;left:0}.product__image__main--outer .product-sash--top_left.product-sash--circle{margin:1rem 0 0 1rem}.product__image__main--outer .product-sash--top_right.product-sash--circle{margin:1rem 1rem 0 0}.product__image__main--outer .product-sash--bottom_left.product-sash--circle{margin:0 0 1rem 1rem}.product__image__main--outer .product-sash--bottom_right.product-sash--circle{margin:0 1rem 1rem 0}.product-sash--ribbon{position:absolute;z-index:1;overflow:hidden;width:100px;height:100px;margin:0}.product-sash--ribbon span{font-size:0.833rem;text-align:center;line-height:24px;width:150px;display:block;position:absolute}.product-sash--top_left.product-sash--ribbon{left:0;top:0}.product-sash--top_left.product-sash--ribbon span{top:27px;left:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--top_right.product-sash--ribbon{right:0;top:0}.product-sash--top_right.product-sash--ribbon span{top:27px;right:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_left.product-sash--ribbon{left:0;bottom:0}.product-sash--bottom_left.product-sash--ribbon span{bottom:27px;left:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_right.product-sash--ribbon{right:0;bottom:0}.product-sash--bottom_right.product-sash--ribbon span{bottom:27px;right:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--circle{border-radius:50%;height:70px;width:70px;line-height:70px}.product-sash--circle span{border-radius:50%}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:15px 0}.product__image__main--outer .product-sash--circle{height:120px;width:120px;line-height:120px;font-size:1.728rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:30px;padding:30px 0}.product-sash--normal{margin:0;line-height:1;max-width:100%}.product-sash--normal span{padding:0.5rem}.product-sash--top_full.product-sash--normal span,.product-sash--bottom_full.product-sash--normal span{padding:0.5rem}.product__sash--top .product-sash,.product__sash--bottom .product-sash{position:static}.product__sash--top{margin-top:0.5rem}.product__sash--bottom{margin-bottom:0.5rem}@media only screen and (max-width:1024px){.product__image .product-sash{font-size:0.833rem}.product-sash--circle{height:60px;width:60px;line-height:60px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:80px;width:80px;line-height:80px;font-size:1rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:20px;padding:20px 0}.product-sash--ribbon{width:80px;height:80px}.product-sash--ribbon span{font-size:0.694rem;line-height:24px;width:120px}.product-sash--top_left.product-sash--ribbon span{top:22px;left:-30px}.product-sash--top_right.product-sash--ribbon span{top:22px;right:-30px}.product-sash--bottom_left.product-sash--ribbon span{bottom:22px;left:-30px}.product-sash--bottom_right.product-sash--ribbon span{bottom:22px;right:-30px}}@media only screen and (max-width:767px){.product__image .product-sash{font-size:0.694rem}.product-sash--circle{height:50px;width:50px;line-height:50px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:15px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:60px;width:60px;line-height:60px}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:15px;padding:15px 0}.product-sash--normal{left:0;width:100%;margin:0}.product__image__main--outer .product-sash{margin:0}}.product-sash--triangle{position:absolute;z-index:1;overflow:hidden;margin:0}.product-sash--triangle>span{width:0;height:0;display:block;position:absolute}.product-sash--triangle.product-sash--triangle-original{width:150px;height:150px}.product-sash--triangle.product-sash--triangle-original>span>span{font-size:1rem;line-height:1.5rem;width:150px;height:150px;display:block;position:absolute;padding:5px;font-family:'Droid Serif',serif;overflow:hidden}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{padding-top:75px}.product-sash--triangle.product-sash--triangle-original>span>span::first-line{font-size:2.375rem;line-height:2.5rem;font-family:'PT Sans',sans-serif}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original{left:0;top:0;text-align:left}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span{border-width:150px 150px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-150px;left:5px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original{right:0;top:0;text-align:right}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original>span>span{left:-10px;top:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:right}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 0 150px 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{top:0;right:10px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:left}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-150px;left:-145px}@media only screen and (max-width:767px){.product-sash--triangle.product-sash--triangle-original,.product-sash--triangle.product-sash--triangle-original>span,.product-sash--triangle.product-sash--triangle-original>span>span{width:70px;height:70px}.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{padding:5px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{padding-top:30px}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span{border-width:70px 70px 0 0 !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-70px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 70px 70px 0 !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 0 70px 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span{border-width:70px 0 0 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-70px;left:-70px}.product-sash--triangle.product-sash--triangle-original>span>span{font-size:0.625rem;line-height:0.9375rem}.product-sash--triangle.product-sash--triangle-original>span>span::first-line{font-size:1rem;line-height:1.125rem}}.product-sash--triangle.product-sash--triangle-improved{width:100px;height:100px}.product-sash--triangle.product-sash--triangle-improved>span>span{font-size:0.833rem;line-height:20px;width:100px;height:100px;display:block;position:absolute;overflow:hidden}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved>span{border-width:100px 100px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:-100px;left:0}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved>span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(45deg);-webkit-transform:rotate(45deg);top:0;left:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved>span{border-width:0 0 100px 100px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);bottom:-100px;right:0px;padding-top:57px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved>span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(45deg);-webkit-transform:rotate(45deg);bottom:50px;right:50px;padding-top:57px}.cloudzoom-lens{border:5px solid #888;width:100px;height:100px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);cursor:crosshair;z-index:10}.cloudzoom-zoom{border:1px solid #888;width:500px;height:300px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);z-index:1000}.cloudzoom-zoom-inside{border:none;box-shadow:none;z-index:180}.cloudzoom-caption{display:none;text-align:left;background-color:#000;color:#fff;font-weight:bold;padding:10px;font-family:sans-serif;font-size:11px}.cloudzoom-blank{background-image:url(/media/image/cloudzoom/blank.png)}.cloudzoom-ajax-loader{background-image:url(/media/image/cloudzoom/ajax-loader.gif);width:32px;height:32px}.cloudzoom-zoom-colorbox{border:none;box-shadow:none;z-index:9999}.button--add-wishlist:hover .wishlist_add_text{text-decoration:underline}a.size-guide-link:hover{text-decoration:none}.product-page-wrapper .section:first-of-type{padding-top:1rem}.product-page-wrapper .nested-section.section,.product-page-wrapper .nested-section .section{padding-top:0}.product-slice>div>div{margin-bottom:1rem}:not(.basket-hover__products)>button.slick-arrow:hover{background:none;color:#606060}.product-tabs__list__item__link .icon-star{color:#b981ad}@media only screen and (max-width:767px){.product-page-wrapper .section:first-of-type{padding-top:.5rem}.product-slice>div>div{margin-bottom:.5rem}.slice-medium,.slice-large{display:none}.slice-small{display:block}}@media only screen and (min-width:768px) and (max-width:1024px){.slice-small,.slice-large{display:none}.slice-medium{display:block}}@media only screen and (min-width:1025px){.slice-small,.slice-medium{display:none}.slice-large{display:block}}span#js-reward-points-container{font-weight:normal;font-size:1rem;display:none;padding-left:5px}.slice-none{display:none}.restriction_message{display:none;background-color:;padding:0.5em;color:}.cms-page{margin:1rem 0}.cms-page>.row,.s-spacer--vertical,.cms-page--sitemap__section,.cms-page--template-sections>div>.row,.cms-page--template-sections>div>.cms-page--template-section_background{margin-bottom:1rem;overflow:hidden}.cms-page--template-sections .cms-page--template-section_background .cms-page--template-sections__text{padding:1rem}.cms-page--template-sections>div>.featured-products__ul{overflow:visible}.cms-page__header{margin-top:0;color:#6e7475;font-family:'PT Sans',sans-serif}.cms-page__header--with-image,.cms-page__header--with-image:first-child{margin-top:1rem}.cms-page__header--h1{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.728rem}.cms-page__header--h2{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.44rem}.cms-page__header--h3{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.2rem}.cms-page__header--h4{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1rem}.cms-page__header--collapsible{cursor:pointer}.body-pages .cms-page__content table td{padding:1%}.cms-page__content,.cms-page--sitemap__section__list{color:#606060;font-family:'PT Sans',sans-serif;;font-size:0.833rem;line-height:1.2rem;margin-bottom:1rem}.cms-page--sitemap__section__list li{width:25%;float:left;margin:0 0 1rem 0;padding:0 10px 0 0}.alert--textbox{border:1px solid #f00}.cms-page iframe{width:100%;margin-bottom:1rem;border:none}.cms-page__header--alignment--Left{text-align:left}.cms-page__header--alignment--Centre{text-align:center}.cms-page__header--alignment--Right{text-align:right}.cms-page__button--alignment--Left{margin-right:auto}.cms-page__button--alignment--Centre{margin-left:auto;margin-right:auto}.cms-page__button--alignment--Right{margin-left:auto}.cms-page--template-sections__video{position:relative;padding:0 5px 56.25% 5px;height:0}.cms-page--template-sections__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.cms--container__full-width img{margin:0 auto}.cms--container__full-width .slick-prev{left:3%}.cms--container__full-width .slick-next{right:3%}.cms-page .cms--container__full-width{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.cms-page--sitemap__letters li{display:inline-block;margin:0 .5rem 0 0}.sitemap-sub-list{margin:1rem .5rem;overflow:hidden}.sitemap-sub-list li{float:none;margin-bottom:.5rem;width:100%}.g-recaptcha{overflow:hidden;margin-bottom:1rem}@media only screen and (max-width:47.938em){.cms-page--sitemap__section__list li{float:none;width:100%;margin:0 0 .5rem 0}.cms-page--testimonials__name{margin-bottom:1rem}}@media only screen and (min-width:48em){.cms-page--customer-testimonal{display:-ms-flexbox;display:-webkit-flex;display:flex}.cms-page--customer-testimonal>div{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cms-page--customer-testimonal .cms-page__content{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}}.cms-page--customer-testimonal{overflow:hidden;margin:1.5rem 0}.cms-page--customer-testimonal .cms-page__content{padding:2rem;margin-bottom:0;background-color:#eee}.cms-page--testimonials__name{font-size:0.833rem;font-style:italic}.cms-page--testimonials__pagination{border-top:1px solid #ccc;padding:1rem}.cms-page--testimonials__pagination .pagination{float:right}.cms-page__form{margin-top:2rem}.arrow-box{position:relative}.arrow-box:after,.arrow-box:before{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow-box:after{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:10px;margin-top:-11px}.arrow-box:before{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:11px;margin-top:-10px}.cms-page--testimonials__pagination .mobile-pages{display:none}.cms-page--testimonials__pagination .desktop-pages a,.cms-page--testimonials__pagination .desktop-pages strong{margin:0 .5rem}.cms-page--testimonials__pagination .prev-page,.cms-page--testimonials__pagination .next-page{position:relative;top:3px}@media only screen and (max-width:47.938em){.cms-page--testimonials__pagination .mobile-pages{display:block}.cms-page--testimonials__pagination .pagination-holder{display:table;margin:0 auto}.cms-page--testimonials__pagination .desktop-pages{display:none}.cms-page--testimonials__pagination .pagination{float:none}.cms-page--testimonials__pagination span,.cms-page--testimonials__pagination a{float:left}}.product-listings-description-lower{clear:both;font-size:0.833rem;line-height:1.5;margin:1rem 0;padding:1rem;border-top:1px solid #9dc8d4}.product-listings-description-lower h2{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem}.product-listings-description-lower a{text-decoration:underline}.product-listings-description-lower a:hover{text-decoration:none}.modal-content .cms-page__header{margin-bottom:1rem}.modal-content .cms-page__form{margin-top:0}.modal-content .fake-input{height:44px}@media only screen and (min-width:768px){.cms-page{min-height:500px}.cms-page iframe{min-height:465px;margin-bottom:0}}@media only screen and (max-width:767px){.cms-page__content{-webkit-overflow-scrolling:touch;overflow:auto}}.helpdesk .product-tabs__ul .active .product-tabs__list__item__link{color:#b981ad}.helpdesk-list__wrapper__heading{display:block;margin-top:.5rem;padding:0 1rem 1rem;color:#2b3030;font-size:1rem;font-weight:700;border-bottom:1px solid #eee}.helpdesk-list__wrapper__content{margin:1rem 1rem 2rem 1rem;font-size:0.833rem}@media only screen and (min-width:48em){.helpdesk-list__wrapper__heading:first-child{margin:0}}@media only screen and (min-width:768px) and (max-width:1024px){.cms-page--sitemap__section__list li{width:33%}}@media only screen and (max-width:767px){.product-listings-description-lower{text-align:justify}.cms--background-container{background-size:cover}.cms-page--template-sections__image-lower{padding-top:10px}}.cms-page .default_navigation ul{list-style:none;margin:0;padding:0}.cms-page .default_navigation>li{margin:0 0 1rem 0}.cms-page .default_navigation ul ul{margin-top:1rem;margin-left:1rem}.cms-page .default_catalog_navigation_cms_pages_title{display:none}.cms-page .default_catalog_navigation_cms_pages_link{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;border-bottom:1px solid #2b3030;margin:0 0 1rem 0;padding:0 0 1rem 0}.cms-page .default_catalog_navigation_cms_pages_link>a{color:#2b3030}.cms-page .default_catalog_navigation_cms_pages_sublink{text-transform:none;font-size:0.833rem}.cms-button{display:inline-block}.cms--background-container{min-height:400px;background-position:center;background-size:cover;background-repeat:no-repeat;padding:2rem 0}@media only screen and (min-width:1800px){.cms--background-container{background-size:initial}}.cms-page--template-sections__promo{position:relative}.cms-charity-donations{background:#e1dfdf;padding:1rem}.cms-charity-donations .donation-total{font-size:4rem}.cms-charity-donations .donation-additional-text{font-size:2rem;line-height:2.8rem;margin:0}@media only screen and (min-width:1025px){#cms-charity-donations{width:90%}}.product-tabs-image{display:table;width:100%;background-size:cover;background-position:center center}.product-tabs-image .product-tabs__list__item__link{display:table-cell;text-align:center;vertical-align:middle;background:none}@media only screen and (min-width:768px){.product-tabs-image_wrapper{-webkit-transition:height 500ms;transition:height 500ms;overflow:hidden}.product-tabs-image:before,.product-tabs-image:after{content:'';position:absolute;bottom:0;width:50%;background-color:#fff;padding-bottom:15px}.product-tabs-image:before{right:50%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-ms-transform:skewX(45deg);-webkit-transform:skewX(45deg);transform:skewX(45deg)}.product-tabs-image:after{left:50%;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%;-ms-transform:skewX(-45deg);-webkit-transform:skewX(-45deg);transform:skewX(-45deg)}}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}.download-library__top-category{float:left;font-size:0.833rem;font-weight:700;line-height:2rem;margin-bottom:1.5rem;text-align:center}.download-library__top{margin-top:1rem}.download-library__top-category img{display:block;margin:0 auto;padding-bottom:1rem}.download-search_input{margin-bottom:0.5rem}.download-library_search{margin-bottom:1rem}.download-library_search-wrapper label{font-size:1rem;margin:0.5rem 0}.cms-page__map-wrapper{width:100%;height:500px}.competition-list__newsletter-signup{background:#6e7475;padding:1rem 0 0 0;margin-bottom:2rem}.competition-list__newsletter-signup p{color:#000000;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;margin:0 auto}.competition-list__newsletter-signup .search-form{margin:0 auto}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:2500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:0.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;will-change:transform}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:0.75;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:0.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/media/image/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/media/image/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform 0.25s;transition:transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:0.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:0.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}@media only screen and (max-width:63.999em){.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:1}}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:0.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:none}button.pswp__button:hover,.button.pswp__button:hover{background-color:inherit;color:inherit}.product__image__main--outer{position:relative;overflow:hidden}.product__image__main .slick-arrow{color:#606060;top:0;font-size:2rem;height:100%}.product__image__main .slick-arrow span{font-size:2rem}.product__image__sash{bottom:0;left:0;position:absolute;z-index:2;width:100%}.product__live-activity{position:absolute;left:25%;right:25%;z-index:2}@-webkit-keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}@keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}.product__live-activity__message{background:#b981ad;color:#ffffff;text-align:center;margin:0 auto;padding:10px;border-radius:3px;pointer-events:none;opacity:0.95;margin-bottom:0.5rem;opacity:0}.product__live-activity__message--currenty-viewing{-webkit-animation:fadeinout 5s linear 1s forwards;animation:fadeinout 5s linear 1s forwards}.product__live-activity__message--recent-orders{-webkit-animation:fadeinout 5s linear 2.5s forwards;animation:fadeinout 5s linear 2.5s forwards}.product__image__main__iframe{width:100%;height:100%;z-index:1;cursor:default}.product__image__main .product__image__main__iframe{position:absolute}.product__image__thumb--video{position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden}.product__image__thumb--video span.play-icon-span,.product__image__thumb--video img.product__image__thumb__img{position:absolute;top:50%}.product__image__thumb--video span.play-icon-span{color:#ffffff;left:50%;display:block;-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.product__image__thumb--video span i{font-size:4rem}.product__image__thumb--video img.product__image__thumb__img{-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0.5;left:50%}.product__image__main__video-img,.product__image__thumb__video-img{opacity:0}.product__image__thumb__video-img-span{background-color:#000000;display:block;position:relative;overflow:hidden}.product__image__thumbs--count{clear:both;font-size:0.8rem;font-weight:700;padding:0.5rem 0 1rem}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer{position:relative;clear:both}.product__image__thumbs__outer--horizontal .product__image__thumbs{margin:1rem auto 0;max-width:80%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer .slick-arrow{color:#606060;background:#ffffff;height:100%;top:0;padding:5px}.product__image__thumbs__outer--horizontal .product__image__thumb{margin:0 0.5rem;padding:1px;border:1px solid #9dc8d4;cursor:pointer}.product__image__thumbs__outer--horizontal .product__image__thumb.slick-current{border:1px solid #b981ad}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow span{font-size:1rem;font-weight:bold}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:5px}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:5px}.product__image__thumbs__outer--horizontal .product__thumbs__list li img{width:100%;height:auto}.product__image__thumbs__outer--horizontal .product__thumbs__link{display:block}.product__image__thumbs__outer--horizontal .product__thumbs__link--youtube{position:relative}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control{position:absolute;z-index:1;width:100%;background:rgba(0,0,0,0.6);height:100%;display:block;top:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control span{transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);top:50%;color:#ffffff;text-align:center;position:relative;width:100%;display:block;font-size:3rem}.product__image .slick-slide{position:relative}.product__image__thumbs{opacity:0;-webkit-transition:opacity ease-in-out 150ms;-moz-transition:opacity ease-in-out 150ms;transition:opacity ease-in-out 150ms}.product__image__thumbs__outer--vertical .slick-vertical .slick-slide{border:1px solid transparent}.product__image__thumbs__outer--vertical .product__image__thumbs{overflow:hidden}.product__image__thumbs__outer--vertical .product__image__thumb img{padding:1px;border:1px solid #9dc8d4;cursor:pointer;margin-bottom:.5rem}.product__image__thumbs__outer--vertical .product__image__thumb span{cursor:pointer}.product__image__thumbs__outer--vertical .product__image__thumb.slick-current img,.product__image__thumbs__outer--vertical .product__image__thumb.slick-current .product__image__thumb--360-rotate__border{border:1px solid #2b3030}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow{display:block;background:#e1dfdf;color:#606060;position:static;width:100%;margin-bottom:0.5rem;border:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow.slick-next{margin:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow span{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);display:inline-block;line-height:1.5rem;font-size:1rem}.product__image__thumbs__outer--vertical .product__image__thumb__video-img-span{margin-bottom:0.5rem}.product__image__thumbs__outer--vertical .product__image__thumb img.product__image__thumb__video-img{margin-bottom:0}.product__image__main--360-rotate__placeholder{visibility:hidden}.product__image__main--360-rotate__overlay,.product__image__main--360-rotate__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{opacity:0.5}#js-yofla-container img,#js-yofla-container div{width:100% !important;height:auto !important}#js-yofla-container div{height:100% !important}.js-yofla-container img,.js-yofla-container div{width:100% !important;height:auto !important}.js-yofla-container div{height:100% !important}.Magic360-box{max-width:100% !important}.slick-track__360-message{position:absolute;z-index:15;color:#000;padding:10px;font-size:.875rem;display:none}@media only screen and (max-width:767px){.product__image__thumbs,.product__image__sash{display:none}.product__image__main .slick-slide{opacity:0.5}.product__image__main .slick-slide.slick-current{opacity:1}.slick-slide:not(.slick-active) .product-sash{display:none}.product__image__main--360-rotate__overlay{font-size:5rem}.product__image__main .slick-arrow{top:40%;height:auto;margin-bottom:0}.product__live-activity__message{border-radius:0px}.product__live-activity{bottom:0;left:0;right:0}}@media only screen and (max-width:1024px){.product__image__thumbs__outer--horizontal .product__image__thumbs{max-width:100%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev span{padding-left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next span{padding-right:0}.tap-zoom-message{position:absolute;background:#ccc;color:#fff;top:43%;left:25%;right:25%;text-align:center;padding:10px;z-index:2;margin:0 auto;background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(195,195,195)),to(rgb(137,137,137)));border-radius:3px;pointer-events:none;opacity:0.95}.product__live-activity{left:10%;right:10%}}@media only screen and (min-width:768px){.product__image__thumb--360-rotate__overlay{position:absolute;font-size:4rem;top:48%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{font-size:10rem}.product__image__thumb--360-rotate__placeholder{opacity:0}.product__image__thumbs__outer--vertical .product__image__thumb--360-rotate__border{border:1px solid #9dc8d4;display:block;height:93%;position:absolute;top:0;width:100%}.product__live-activity{top:55%}}@media only screen and (min-width:1025px){.product__image__thumbs__outer--horizontal .product__image__thumbs .slick-track{margin:0 auto}.product__image__zoom-link{cursor:zoom-in}.body-quickbuy .product__image__zoom-link{cursor:default}.product__live-activity{top:38%}}.product__image__main>div{display:none}.product__image__main>div:first-child,.product__image__main.slick-initialized>div{display:block}.product__image__thumbs__outer--vertical-grid .slick-slide>div{display:inline-block;width:50%}.product__layout__options{display:none}@media only screen and (min-width:768px){.product__image__thumbs__outer--vertical-grid .product__image__thumb img{margin-bottom:0}.product__layout__options{bottom:.5rem;display:-ms-flexbox;display:flex;position:absolute}.product__layout__options--grid-layout{bottom:-1rem}.product__layout{opacity:.5}.product__layout:not(:last-child){margin-right:.75rem}.product__layout--selected{opacity:1}}.social-icons{font-size:1.5rem}.social__link{font-size:0.833rem}.social-icons__title{font-size:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;line-height:3.25rem;float:left;margin:0 1rem 0 0}.social-icons .social__icon,.social-icons .social__link{margin:0.25rem 1rem 0.25rem 0}.social-icons .inline-list>li{display:inline-block;float:none}.social__icon--ask-question a,.social__icon--email-friend a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--ask-question a:hover,.social__icon--email-friend a:hover{color:#ffffff;background-color:#b981ad;border:1px solid #b981ad}@media only screen and (min-width:768px) and (max-width:1024px){.social-icons__title{display:none}.social-icons .social__icon{margin:0 0.5rem 0.5rem 0}}@media only screen and (max-width:767px){.social-icons{text-align:center;padding:0.5rem 0}.social-icons__title{width:100%;line-height:2}.social-icons .inline-list{clear:both}.social-icons .inline-list>li{float:none}.social-icons .social__icon{margin:0.25rem}.social-icons .social__icon:first-child{margin-left:0}.social-icons .social__icon:last-child{margin-right:0}}.product-content{position:relative}.product-content__title{margin-bottom:.25rem;font-family:'PT Sans',sans-serif;font-size:1.2rem}.product-content__title--brand{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;display:block}.product-content__subtitle,.product-content__weight,.product-content__reference,.product-content__brand{margin:.25rem 0;font-size:0.833rem}.product-content__reference--span{display:block;margin-bottom:1rem}.product-content__image{display:table;margin:0 auto}.product-content__image img{max-width:130px}.product-content__image .product-content__promo{margin-bottom:1rem}.product-content__image .product-content__promo:last-child{margin-bottom:0}.product-content__review-stars{display:table;margin:0 auto}.product-content__review-stars__title{display:inline-block;margin:1rem .75rem 1rem 0;color:#2b3030;font-size:1rem;font-weight:700}.product-content__review-stars--star{font-size:1.25rem;color:#b981ad}.price-match-wrapper{position:relative}.price-match:before{content:"";border-top:15px solid transparent;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:15px solid #78AB46;display:block;position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match{width:280px;background-color:#78AB46;margin-top:15px;border-radius:5px;text-align:center;position:absolute;top:100%;display:none;z-index:2}.price-match__title{color:#ffffff;font-size:16px;text-transform:uppercase}.price-match__panel{background-color:#ffffff;color:#494949;font-size:14px}@media only screen and (max-width:767px){.price-match,.price-match__panel{padding:0.5rem}.price-match{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match__panel{margin-top:0.5rem}}@media only screen and (min-width:768px){.product-content__review-stars{display:block}.price-match{padding:1rem}.price-match__panel{margin-top:1rem;padding:1rem}}@media only screen and (min-width:768px) and (max-width:1024px){.product-content__image{margin-top:1rem;display:block}}@media only screen and (min-width:1025px){.product-content__image{float:right}.product-content__title--shorter{width:60%}}.product-content__price-info{color:#2b3030}.product-content__price-info li{display:inline-block;margin-bottom:0;margin-top:0}.product-content__price-info li.price-info__separator{font-size:0.833rem;margin:0 0.25rem;color:#606060}.product-content__price-info li.product-content__price-info__price,.product-content__price-info--hidden-prices{font-weight:700;vertical-align:sub}.product-content__price-info__price span{font-family:'Droid Serif',serif}.product-content__price-info__price .product-price-wrap{font-size:1.728rem}.product-content__price-info__price .vat_status{font-size:0.833rem}.product-content__price-info__price--sale{color:#cc0001}.product-content__price-info--subprice,.product-content__price-info--hidden-prices{margin:0;font-size:1rem}.product-content__price-info--hidden-prices{margin-top:1rem;display:block}.product-content__price-deposit{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info__delivery{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info li.product-content__price-info__clear{clear:left;height:1px;font-size:1px;line-height:1px;display:block}.product-content__price-info li.product-content__price-info__price-inc{display:block}@media only screen and (max-width:1024px){.product-content__price-info li.product-content__price-deposit{display:block;margin-left:0}.product-content__price-info li.product-content__price-info__delivery{display:block;margin-left:0}}.available-offers__title{margin-bottom:.5rem;font-size:0.833rem;font-weight:700}.available-offers__item__bullet{display:none}.available-offers__item{margin:0 0 .25rem;font-size:0.833rem}.available-offers__item__code{font-weight:700}@media only screen and (min-width:768px){.available-offers__item__bullet{display:inline}}.spot-products__title{margin:.75rem 0;font-size:0.833rem;font-weight:700;text-align:center;color:#2b3030}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}.product-promo .promo-unit{padding:1.5rem 0}.product-promo .promo-unit.product-promo__multiple__promo{padding:.75rem 0}.product-promo__overlay,.product-promo--full-width .product-promo__overlay{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;text-align:center}.product-promo__overlay__subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.2rem;font-weight:normal;text-transform:none}.product-promo__overlay__title{font-size:0.694rem}.product-promo--full-width .product-promo__overlay__title{font-size:1.44rem}.product-promo__multiple__promo{float:left;margin:0}@media only screen and (min-width:1025px){.product-promo__overlay__title{font-size:1rem}.product-promo--full-width .product-promo__overlay__title{font-size:2.986rem}.product-promo .promo-unit.product-promo__multiple__promo{padding:1.5rem 0}}.upsell-name,.attributes-name{margin-bottom:.5rem;font-size:0.833rem;font-weight:700;color:#2b3030}ul.attributes{background-color:#ffffff;margin-bottom:0.75rem}.attributes__value{padding:0px 0.25rem 0.25rem 0;display:inline-block;margin:0}.attributes__value:last-child{padding-right:0}.attributes__value--out-of-stock{opacity:0.3}.attributes__value a{color:#606060;padding:3px;border:1px solid #9dc8d4;display:block;float:left;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s;font-size:0.7rem;text-align:center}.attributes__value--name{padding-top:5px}.attributes__value--selected a,.attributes__value a:hover{color:#2b3030;border-color:#b981ad}.attributes__value a span{display:block}.attributes__value--hex a span{height:38px;width:38px}.attributes__value--text a span{background-color:#e1dfdf;padding:0 0.25rem;font-size:0.833rem;font-weight:700;line-height:38px;min-height:38px;min-width:38px;text-align:center}.attributes__value--selected.attributes__value--out-of-stock a,.attributes__value--out-of-stock a:hover{color:#606060;border:1px solid #2b3030}.attributes__value a img{max-width:38px}#js-product-options,.options-container{position:relative}#js-product-options-cover,.options-ajax-loader{position:absolute;z-index:8}.attributes-select{width:98%;padding:0.4rem;outline:0}.attributes-option--out-of-stock{color:#ccc}.age-restriction-checkbox__label{display:inline-block;padding-left:10px}.attributes-size-guide{font-size:0.833rem;line-height:3rem}.attributes-size-guide span{font-size:1rem;position:relative;top:2px}a.size-guide-link{color:#b981ad}#js-product-options>.row:last-child select,#upselling_dropdown .attributes-select{margin-bottom:0}.quantity .table__cell{vertical-align:middle}.attribute_conversion_switcher{display:inline-block;font-size:0.833rem}.options-buttons__personalisation-tickbox input{display:inline-block;margin:0 .25rem 0 0}.options-buttons__personalisation-tickbox label{display:inline}.options-buttons__personalisation-tickbox img{display:inline;position:relative;top:6px;margin-left:5px}.product-buttons button.button--add-basket{color:#ffffff;background:#b981ad;border-color:#b981ad;font-size:1.44rem;letter-spacing:3px}.product-buttons button.button--add-basket:hover{color:#b981ad;background:#ffffff}.product-buttons button.button--add-basket--back-in-stock{font-size:0.833rem;letter-spacing:1px}.product-buttons button.button--add-basket--deposit{margin-top:10px}.product-buttons button.button--add-basket--inactive{background:grey !important;opacity:0.6}.product-buttons button.button--add-basket--inactive:hover{background:grey !important;opacity:0.6}.product-options-buttons button:not(.button--add-wishlist--2),.product-options-buttons .button.button--custom-cms{line-height:1.5rem}.product-options-buttons button.button--add-wishlist{font-size:0.833rem;color:#000000;background:#ffffff;transition:none;-moz-transition:none -webkit-transition:none}.product-options-buttons button.button--add-wishlist:hover{color:#888888}.product-options-buttons button.button--add-wishlist span.ico{font-size:1.44rem;margin-right:0.5rem}.product-options-buttons button.button--add-wishlist--1{border-color:#ffffff}.product-options-buttons button.button--add-wishlist--1 span.ico{line-height:1.5rem;position:relative;top:0.25rem}.product-options-buttons button.button--add-wishlist--2{margin-top:1rem;padding:0;border:none}.product-options-buttons button.button--add-wishlist:hover span.ico{color:#888888}.v12finance-button__tag-line{margin-top:0.5rem}.product-options-buttons .button.button--custom-cms{text-align:center}.button-upsell-opts .button-upsell-link{display:block;width:80%;margin:0.5rem auto;text-align:center}.button-upsell-opts .button-upsell-link{color:#ffffff;background:#b981ad;border-color:#b981ad}.button-upsell-opts .added-to-basket__button,.button-upsell-opts .removed-from-basket__button{max-width:100%;width:100%}@media only screen and (min-width:1024px) and (max-width:1270px){.product-buttons button.button--add-wishlist>span.wishlist-text{display:none}}.quantity-container{min-height:2.5rem}.quantity__label{margin:0;color:#2b3030}.quantity button{margin:0;padding:0.5rem;border:1px solid #e1dfdf;color:#2b3030;background:#e1dfdf;letter-spacing:0;width:2.5rem;height:2.5rem}.quantity-input{vertical-align:middle}.quantity div{padding:0.344rem 0.688rem;border:1px solid #e1dfdf;min-width:50px}.quantity>div:first-child{border:0;padding-left:0;min-width:1px}.quantity div:focus{outline:none}.min_quantity{margin-bottom:1rem;line-height:1.5rem}.product-min-quantity-val{padding-left:0.5rem;font-size:0.833rem}.added-to-basket{padding:1rem;border:2px solid green;font-size:0.833rem;color:green;background:#e1dfdf}.added-to-basket__close,.removed-from-basket__close{position:absolute;top:.5rem;right:.5rem;color:#2b3030;font-size:1.5rem;font-weight:700;cursor:pointer}.added-to-basket__title,.added-to-basket__subtitle,.removed-from-basket__title{font-weight:bold}.added-to-basket__subtitle{display:block}.added-to-basket__buttons,.removed-from-basket__buttons{margin-top:0.75rem}.added-to-basket__button,.removed-from-basket__button{width:46%;max-width:200px;display:inline-block;border:1px solid #b981ad;padding:0.25rem;text-align:center;color:#b981ad;background:#ffffff;margin-bottom:0}.added-to-basket__button:hover,.removed-from-basket__button:hover{color:#ffffff;background:#b981ad}.added-to-basket__button:first-child{margin-right:2%}.added-to-basket__button--checkout{color:#ffffff;background:#b981ad;border:1px solid #b981ad}.added-to-basket__button--checkout:hover{color:#b981ad;background:#ffffff}.added-to-basket__button:hover .wishlist_added{color:#ffffff}.removed-from-basket{padding:1rem;border:2px solid red;font-size:0.833rem;color:red;background-color:}@media only screen and (max-width:767px){.added-to-basket{text-align:center}.options-buttons__personalisation-tickbox{text-align:center;margin-bottom:1rem}}@media only screen and (min-width:1025px){.product-buttons,.button--add-wishlist,.v12finance-button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-buttons,.v12finance-button{margin-right:0.5rem}.product-buttons button,.v12finance-button button{width:100%}.product-options-buttons{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.product-options-buttons button{margin-bottom:0}.quantity button:hover,.quantity button:active,.quantity button:focus{border-color:#2b3030;color:#e1dfdf;background:#2b3030}}@media only screen and (max-width:1439px){.product-options-buttons button:not(.button--add-wishlist--2){padding-right:0.5rem;padding-left:0.5rem}}@media only screen and (max-width:1024px){.product-options-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-options-buttons button{width:100%}.product-options-buttons button:not(:first-child){margin-top:1rem}.attributes-size-guide{font-size:1rem;margin-bottom:1rem}.attributes-size-guide span{font-size:1.5rem;top:4px}.attributes-select{width:100%}.added-to-basket__button,.removed-from-basket__button{width:100%;max-width:100%}}@media only screen and (min-width:768px) and (max-width:1024px){.added-to-basket__button:first-child{margin-bottom:1rem}}@media only screen and (max-width:767px){ul.attributes,.attributes-swatches ul{text-align:center}.attributes__value{padding:0 0.125rem 0.25rem 0.125rem}.attributes__value:last-child{padding-right:0.125rem}ul.attributes,.quantity{margin-right:auto;margin-left:auto}.quantity label{display:none}.quantity div{padding:0.5rem 0.688rem}.quantity button{padding:0.5rem}.quantity>div:first-child{padding-right:0}.product-buttons button.button--add-basket{font-size:1.2rem}.added-to-basket{position:fixed;top:0;z-index:200;left:0;border:0;width:100%;-webkit-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);-moz-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);padding:1.5rem}.added-to-basket__title,.added-to-basket__product{line-height:1.5rem}.added-to-basket__button,.removed-from-basket__button{max-width:400px;padding:0.75rem;margin:0 0 0.5rem 0}.added-to-basket__button:first-child{margin-right:0}.added-to-basket__button--checkout{margin-bottom:0}.age-restriction{display:table;margin:0 auto}#upselling_dropdown .attributes-select{margin-bottom:0.5rem}.product-parent-bundle__wrapper .button--add-basket{margin:0 auto}}.product-parent-bundle__single-child{display:block}.wishlist_list{margin:0;padding:1rem;list-style:none}.wishlist_list__item{display:block;cursor:pointer}.wishlist_list__item--new-item{font-weight:700}.product-options-stock-key .attributes__value--text.attributes__value--out-of-stock a span,.low-stock-key .attributes__value--text.attributes__value--out-of-stock a span{background-image:url(///media/image/out-of-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.product-options-stock-key .attributes__value--text.attributes__value--low-stock a span,.low-stock-key .attributes__value--text.attributes__value--low-stock a span{background-image:url(///media/image/low-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.low-stock-key ul.attributes{margin-top:1rem}.low-stock-key .attributes__value{padding:0 0.375rem 0 0}.low-stock-key .attributes__value__key.attributes__value{padding:0 1.5rem 0 0}.low-stock-key .attributes__value__key.attributes__value:last-child{padding:0}.low-stock-key .attributes__value a{padding:1px}.low-stock-key .attributes__value__key.attributes__value a{border:0;line-height:17px;padding:0}.low-stock-key .attributes__value--text a span{min-height:13px;min-width:13px;line-height:13px}.low-stock-key .attributes__value__size-guide a{text-decoration:underline}.low-stock-key .attributes__value__size-guide a:hover{text-decoration:none}.low-stock-key .attributes__value--low-stock a:hover,.low-stock-key .attributes__value--out-of-stock a:hover{border-color:#9dc8d4}.attributes__value--out-of-stock--line-through{position:relative}.attributes__value--out-of-stock--line-through a::after{border:1px solid #8d8c8c;content:"";left:-7px;top:22px;position:absolute;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);width:61px;box-shadow:0 1px 0 0 #fff}.attributes__value .swatches__stock-popup{display:none}.attributes__value .swatches__stock-popup .swatches__stock-popup--text{display:block;white-space:nowrap;padding:5px 10px;font-size:0.8125rem;background:red;color:#fff}@media only screen and (min-width:1025px){.attributes__value{position:relative}.attributes__value .swatches__stock-popup{position:absolute;top:-30px;left:0}.attributes__value .swatches__stock-popup .swatches__stock-popup--arrow{position:absolute;width:0;height:0;bottom:-8px;left:8px;border-style:solid;border-width:8px 8px 0 8px;border-color:red transparent transparent}.attributes__value:hover .swatches__stock-popup{display:block}}.product-parent-bundle__wrapper{padding-bottom:2rem}.js-product-description{font-size:.7rem}.product-parent-bundle__wrapper #js-can-buy-buttons,.product-parent-bundle__wrapper .product-parent-bundle--size-guide{float:left}.product-parent-bundle__wrapper .js-product-description{clear:both}.product-parent-bundle__wrapper .product-parent-bundle--size-guide{margin-top:.9rem}.button.product-actions__button{margin-bottom:.5rem}.button.product-actions__button__link{display:block;padding:.375rem;color:#b981ad;background:#ffffff;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.694rem}.product-slice>div>div.product-actions{margin-bottom:0}.product-actions .product-actions__button .icon_inline{display:flex;align-items:center;justify-content:center}.product-actions__button__link--additional_text{display:block}.product-actions__button--icon{margin-right:0.75rem;font-size:1.5rem}.product-content__price-info{margin-top:1.5rem}.product-slice>div>div.product-content{margin-bottom:0.3rem}#js-product-title{font-size:1.25rem;font-weight:normal;text-transform:none;color:#606060;font-family:'PT Sans',sans-serif}#js-product-price{color:#cc0001}.product-content__price-info{font-size:1rem;font-weight:normal}.product-content__price-info__price span{font-size:1.1rem;font-family:'PT Sans',sans-serif;font-weight:400}.product-content__price-info__price span span{font-size:1.625rem}.product-content__price-info__rrp span,.product-content__price-info__was span{text-decoration:none}.product-content__price-info__rrp span span,.product-content__price-info__was span span{text-decoration:line-through}.attributes-select{border-color:#DCDCDC}.product-content__price-info__saved{font-weight:normal}.product-buttons button.button--add-basket{font-size:1.75rem;letter-spacing:0rem}.product-buttons button.button--add-wishlist{border:2px solid #b981ad;padding:0.75rem 0 0.75rem;color:#2b3030;font-size:1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{padding:0}.product-tabs__list__item__link{font-family:'PT Sans',sans-serif}.product-tabs__content_cms ul{margin-left:0}.product-tabs__content_cms li{margin:0.5rem 0}.pay4later-button{border-radius:0.4rem;background-color:#fff;border-width:2px;color:#2b3030;padding:0.5rem;font-size:0.9rem}.pay4later-button__price{font-size:0.7rem}.pay4later-button:hover .pay4later-button__title{color:#b981ad}.product-content__price-info__price--sale{color:#2b3030}.product-content__price-info__price--sale .product-price-wrap span{color:#cc0001}.product-buttons #js-cannot-buy-buttons #js-request-sample-button{padding:0.25rem 0;width:80%;background-color:transparent;border-color:transparent;color:#b981ad;letter-spacing:1px;font-size:0.8rem}.product-buttons #js-cannot-buy-buttons #js-request-sample-button::before{content:"\2709";margin-right:5px;font-size:1.44rem;position:relative;top:0.25rem}.product__details__prices__price{color:#cc0001}.social__icon--ask-question a,.social__icon--email-friend a,.social__icon--facebook a,.social__icon--twitter a,.social__icon--pinterest a,.social__icon--google-plus a,.social__icon--ask-question a:hover,.social__icon--email-friend a:hover,.social__icon--facebook a:hover,.social__icon--twitter a:hover,.social__icon--pinterest a:hover,.social__icon--google-plus a:hover{border:none}.product-promo .promo-unit{padding:0;text-align:left;color:#cc0001;font-weight:normal}@media only screen and (max-width:47.938em){.product-promo .promo-unit{text-align:center}}@media only screen and (max-width:64em){.button--add-wishlist{margin:1rem 0}.product-content__image{display:table!important;width:100%}.product-content__image .product-content__promo{float:left;margin-bottom:0;width:50%}.product-content__image img{max-width:100px;margin:auto}}@media (min-width:1025px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{position:absolute;right:11px;top:15px;width:13rem}#js-product-options-buttons #js-add-to-wishlist{padding-top:0;text-align:left;left:30px;top:-8px;position:relative}}@media (max-width:1024px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{margin:0 auto}}.options-container .product-buttons__separator{display:none !important}.button--add-basket--request-sample{margin:1rem 0}.pswp__bg{background:#fff}.pswp__button--arrow--left::before,.pswp__button--arrow--right::before,.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.8)}.cookie_alert{position:fixed;right:10px;bottom:10px;width:300px;z-index:1000;background-color:#ddd}.cookie_alert_text{padding:1rem;font-size:.75rem;text-align:center}.cookie_alert_text a{text-decoration:underline}.cookie_alert_text a:hover{cursor:pointer}.cookie_alert_text label{display:inline;font-size:.75rem}.cookie_alert_text__lower{margin-top:0;overflow:hidden}.cookie_alert__button{margin:0;background:#b981ad;cursor:pointer}.cookie_alert__button:hover{background:#ffffff}#cookie_alert_close{color:#ffffff;text-decoration:none}.cookie_alert__button:hover #cookie_alert_close{color:#2b3030}.cookie_alert__button-disabled,.cookie_alert__button-disabled:hover,.cookie_alert__button-disabled #cookie_alert_close{background:#ffffff;color:#2b3030;cursor:default}.cookie_alert__more-info{margin-top:0.5rem;text-decoration:underline}.icon-close{color:#b981ad;font-size:1.2rem}.icon-close:hover{color:#ffffff;cursor:pointer}.cookie_alert__icon--right{text-align:right;right:0}.cookie_alert__icon{cursor:pointer;position:fixed;bottom:0;z-index:99999;height:60px;width:60px}.cookie_alert__icon i{bottom:50%;position:relative;color:#ffffff;font-size:1.4em;margin:0 15%}.cookie_alert__icon svg{fill:#b981ad}.form-builder{position:relative}.form-builder .form-tick,.form-builder .form-prompt,.form-builder .form-warning{display:none}.form-builder .form-overlay{position:absolute}.form-builder .radio__label{display:inline}.form-builder .multi_checkbox__label{display:inline}.form-builder__textnote{margin-bottom:1rem}.form-builder__file-input{padding-top:0.938rem;padding-bottom:0.938rem}.formbuilder__group--cbx-lbl label,.formbuilder__group--cbx-lbl input{margin-top:0}.formbuilder__group--cbx-lbl input{margin-top:2px;vertical-align:top}.form-builder ._referer_wrapper{display:none}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail{display:inline-block;position:relative;width:100px;height:100px;margin-right:14px;margin-bottom:10px;background-size:cover;background-position:center center;background-repeat:no-repeat}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail-not-image{background-color:lightgrey;text-align:center}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;font-size:0.85em;width:84%}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}</style> <script>document.createElement('picture');</script> <script>!function(e){var t=function(){e.console&&console.log("Not yet implemented")};e.vs={dev:t,helper:{},lang:t,module:t,setting:t,type:{},deviceType:{},vsq:[[],[],[],[],[],[],[]],q:t,js:t,runQueue:t,deferJS:t,runMasterQueue:t,addJSInline:t,qInterval:null,qCheck:[],qPointer:0,jsQueueRunning:!1,version:1.4}}(window),function(e){var t=!1;void 0!==e.vs_dev&&(t=vs_dev,vs_dev=void 0),vs.dev=function(){return t&&vs.helper.value_exists("debug",e.location.hash.slice(1).split(":"))},vs.dev.log=function(t,n){return vs.dev()&&e.console&&console.log(t),n}}(window),function(e){e.vs.type.Module=function(e,t){var n,r=["name","key"],o={active:!0,name:e,key:vs.helper.key(e),data:{}},t=t||{};for(n in o)o.hasOwnProperty(n)&&t.hasOwnProperty(n)&&!vs.helper.key_exists(n,r)&&(o[n]=t[n]),this[n]=o[n];this.setting=function(e,t){return vs.setting.call(this,e,t)}}}(window),function(e){e.vs.helper,e.vs.helper,function(e){var t={array:"[object Array]",object:"[object Object]",string:"[object String]",number:"[object Number]",boolean:"[object Boolean]",function:"[object Function]",date:"[object Date]"},n=Object.prototype.toString;e.vs.helper.type=function(e,r,o){if(e=n.call(e),void 0!==r)return t.hasOwnProperty(r)?t[r.toLowerCase()]===e&&("object"!==e||!!(o&&o.constructor&&o.constructor.toString)&&e.constructor.toString()===o.constructor.toString()):vs.dev.log('Tried to check for an unknown data type: "'+r+'"',!1);for(r in t)if(t.hasOwnProperty(r)&&t[r]===e)return r;return void 0===r&&void 0}}(e),function(e){var t={left:function(e,t){},right:function(e,t){},both:function(e,t){}};e.vs.helper.trim=function(e,n,r){return n=n||"\\s",r=r||"both",vs.helper.key_exists(r,t)||(r=vs.dev.log('Tried to trim a string from an invalid end: "'+r+'". Defaulting to "both"',"both")),vs.helper.type(e,"string")?t[r](e,n):""},t.left=function(e,t){return e.replace(new RegExp("^["+t.split().join("\\")+"]+","g"),"")},t.right=function(e,t){return e.replace(new RegExp("["+t.split().join("\\")+"]+$","g"),"")},t.both=function(e,n){return t.left(t.right(e,n),n)}}(e),function(e){e.vs.helper.key=function(e,t,n){var r="_invalid_key_",o=e,t=t||"";return n=!vs.helper.type(n,"boolean")||n,t=n?"a-z0-9_"+t:t,vs.helper.type(e,"string")?e.length?vs.helper.type(t,"string")?e.length?(e=e.toLowerCase().replace(new RegExp("[^"+t+"]","g"),"")).length?e=parseInt(e.slice(0,1))==e.slice(0,1)?"_"+e:e:vs.dev.log('Attempted to convert "'+o+'" to a key using character mask "'+t+'", but failed as the resulting string was empty',r):vs.dev.log('Attempted to use the character mask "'+t+"\" for a key, but failed as it's empty",r):vs.dev.log('Attempted to use the character mask "'+t+"\" for a key, but failed as it's not a string",r):vs.dev.log('Attempted to convert "'+o+"\" to a key, but failed as it's empty",r):vs.dev.log('Attempted to convert "'+o+"\" to a key, but failed as it's not a string",r)}}(e),function(e){e.vs.helper.key_exists=function(e,t){var n;if(vs.helper.type(t,"object")){for(n in t)if(t.hasOwnProperty(n))return!0}else if(vs.helper.type(t,"array"))return void 0!==t[e];return!1}}(e),function(e){e.vs.helper.value_exists=function(e,t){var n,r;if(vs.helper.type(t,"object")){for(n in t)if(t.hasOwnProperty(n)&&t[n]===e)return!0}else if(vs.helper.type(t,"array"))for(r=0;r<t.length;r++)if(t[r]===e)return!0;return!1}}(e)}(window),function(e){var t={get:function(e,t){},set:function(e,t){},multiset:function(e){},get:function(e){},data:{}};e.vs.lang=function(e,n){if(void 0!==e){if(vs.helper.type(e,"object"))return t.multiset(e);if(e.length){if(void 0!==n&&vs.helper.type(n,"array"))return t.set(e,n);if(void 0===n||!vs.helper.type(n,"array"))return t.get(e,Array.prototype.slice.call(arguments,1).reverse())}}return!1},t.get=function(e,n){var r,o,s=e=t.key(e),i=t.data,n=n||[];for(e=e.split(".").reverse();r=e.pop();)i="string"!=typeof i&&void 0!==i[r]?i[r]:{};for(i="string"==typeof i?i:s;o=n.pop();)i=i.replace("%s",o);return i},t.set=function(e,n){var r,o=0,s=t.data;for(e=t.key(e).split("."),o;o<e.length;o++)r=s[e[o]],o===e.length-1?r=s[e[o]]=n[0]:void 0===r&&(r=s[e[o]]={}),s=r;return e.join(".")},t.multiset=function(e){var t;for(t in e)e.hasOwnProperty(t)&&vs.lang(t,[e[t]]);return!0},t.key=function(e){return vs.helper.trim(vs.helper.key(e,".").replace(/\.+/g,"."),".")}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};e.vs.modules=function(){return t.data},e.vs.module=function(e,n){return void 0!==e?void 0!==n?t.set(e,n):t.get(e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return t.data[t.key(e)]||t.set(e,t.dummy(e))},t.set=function(e,n){var r=t.key(e);return vs.helper.type(n,"object",vs.type.Module)?t.data[r]=n:vs.dev.log("Tried to set module "+r+" but value is not an object",t.dummy(e))},t.dummy=function(e){return new vs.type.Module(e,{active:!1})}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};vs.setting=function(e,n){return void 0!==e?void 0!==n?this===vs?t.set(e,n):t.set.call(this,e,n):this===vs?t.get(e):t.get.call(this,e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return vs.helper.key_exists(e,this.data)?this.data[e]:""},t.set=function(e,t){return vs.helper.type(t,"string")?(this.data[e]=t,e):vs.dev.log('Settings may only be string values: "'+e+'"',e)}}(window),function(e){vs.deviceType=function(){var t=document.getElementById("vs-browser-check");switch(null==t&&((t=document.createElement("div")).id="vs-browser-check",document.body.appendChild(t)),e.getComputedStyleIE=function(e){return this.el=e,this.getPropertyValue=function(t){var n=/(\-([a-z]){1})/g;return"float"==t&&(t="styleFloat"),n.test(t)&&(t=t.replace(n,function(){return arguments[2].toUpperCase()})),e.currentStyle[t]?e.currentStyle[t]:null},this},parseInt(e.getComputedStyle?e.getComputedStyle(t,null).width:e.getComputedStyleIE(t).getPropertyValue("width"))){case 5:return"mobile";case 10:return"tablet";default:return"desktop"}},vs.q=function(e,t){t=t||5,vs.checkJSQueue(t),vs.vsq[t].push({f:e})},vs.js=function(e,t,n){n=n||3,vs.checkJSQueue(n),vs.vsq[n].push({j:e,c:t||function(){}})},vs.runQueue=function(t,n,r){if(n=n||!1,r=r||!1,void 0===t||void 0===vs.vsq[t])return!1;var o,s=vs.vsq[t].length;for(o=0;o<s;o++)try{n||void 0===vs.vsq[t][o].j?vs.qCheck[t]<s&&"function"==typeof vs.vsq[t][o].f?(vs.vsq[t][o].f(),vs.qCheck[t]++):"function"==typeof vs.vsq[t][o].c&&vs.vsq[t][o].c():vs.addJSInline(vs.vsq[t][o].j,function(){},t)}catch(t){e.console&&console.error(t)}r&&(vs.vsq[t]=[])},vs.deferJS=function(){e.addEventListener?e.addEventListener("load",vs.runMasterQueue,!1):e.attachEvent?e.attachEvent("onload",vs.runMasterQueue):e.onload=vs.runMasterQueue,setTimeout(function(){vs.runMasterQueue()},500)},vs.checkQ=function(){void 0!==vs.vsq[vs.qPointer]&&vs.qCheck[vs.qPointer]==vs.vsq[vs.qPointer].length&&(vs.runQueue(vs.qPointer,!0),vs.vsq[vs.qPointer++]=[],void 0!==vs.vsq[vs.qPointer]?vs.runQueue(vs.qPointer):(e.console&&void 0!==console.timeEnd&&console.timeEnd("JavaScript"),vs.jsQueueRunning=!1,vs.qPointer=0,vs.qCheck=[],clearInterval(vs.qInterval)))},vs.checkJSQueue=function(e){void 0===vs.vsq[e]&&(vs.vsq[e]=[])},vs.addJSInline=function(e,t,n){var r=document.createElement("script");r.src=e,r.type="text/javascript",r.async="true",r.onload=r.onerror=function(){vs.qCheck[this.q]++}.bind({f:e,q:n}),document.body.appendChild(r)},vs.runMasterQueue=function(){if(vs.jsQueueRunning)return!1;vs.jsQueueRunning=!0,e.console&&void 0!==console.time&&console.time("JavaScript");var t,n=vs.vsq.length;for(t=0;t<n;t++)vs.qCheck[t]=0;return vs.runQueue(0),vs.qInterval=setInterval(vs.checkQ,5),!0}}(window);(function(window,undefined) {vs.lang({"basket":{"remove_product":"Are you sure you want to remove this item from your basket? Click \"OK\" for Yes or \"Cancel\" for No","stock_error":"There is not enough stock available for this item","fixed_pack_warning":"This item can only be sold in fixed packs of PACK_QUANTITY. We have updated your selection to NEW_QUANTITY","add_bulk_personalisation_please_select":"Please select some products to personalise.","hover_disabled_error_message":"Cannot checkout while processing","product_could_not_be_added_to_basket":"Product could not be added to basket"},"lists":{"wants":"Wants"},"infinitescroll":{"loading_next_page":"Loading More Products","no_more_pages":"No More Pages","load_more":"&#8681; Load More Products &#8681;"},"dynamic_variant_builder":{"step_select_a":"%s. Select a %s","step_select":"%s. Select %s","your_selection":"Your Selection","more_info":"&gt; More Info","nothing_selected":"You currently have nothing selected","nothing_selected_alert":"You have not selected any products to add to the basket.\n\nPlease make some selections by changing the quantity against a product.","items_added_to_basket":"Your selected items have been added to your basket","total":"Total:","buy_hidden_text":"Your selected products have been added to your basket...","remove_all":"Remove All","confirm_remove_single":"Are you sure that you want this item?","confirm_remove_all":"Are you sure that you want to remove all of your selections?","out_of_stock":"Out of Stock","calculating_price":"<img src=\"\/images\/ajax-mini-loader.gif\" alt=\"calculating\" \/>","selection_details_products_html":"\r\n <img width=\"9\" height=\"11\" alt=\"Remove\" src=\"\/images\/checkout\/icon_remove.gif\" class=\"remove_single\" \/>\r\n <span class=\"product_title\">{TITLE}<\/span>\r\n <span class=\"product_reference\">{REFERENCE}<\/span>\r\n <span class=\"product_quantity\">Qty: {QUANTITY}<\/span>\r\n <span class=\"product_price\">{PRICE}<\/span>","selection_details_products_html_out_of_stock":"\r\n <img width=\"9\" height=\"11\" alt=\"Remove\" src=\"\/images\/checkout\/icon_remove.gif\" class=\"remove_single\" \/>\r\n <span class=\"product_title\">{TITLE}<\/span>\r\n <span class=\"product_reference\">{REFERENCE}<\/span>\r\n <span class=\"out_of_stock\">This item is currently not available<\/span>"},"products":{"out_of_stock_1":"\n\nSorry, we currently only have ","out_of_stock_2":" of this item in stock and it is already in your basket","option_not_selected":"Please choose a %s","options_out_of_stock":" - Out of Stock","pack_of":"Pack of ","pack_m2_price":" per m2","pack_was_price":" was ","pack_rrp_price":" RRP ","pack_unit_price_prefix":"(","pack_unit_price_suffix":" each)","available_pack_sizes":"Available Pack Sizes","pack_sizes_pick_options":"&nbsp;(choose options, to see per-pack prices)","pack_sizes_pick_option":"&nbsp;(choose option, to see per-pack prices)","pick_all_bundle_options":"Please make sure that you've picked all options, and they have stock.","product_not_in_stock":"This item is not currently in stock","age_restriction_warning":"Please tick to confirm your age.","no_reviews":"No Reviews - Write a Review","sample_added_to_basket":"Sample added to your basket","sample_limit_reached":"Sample Limit Reached","reward_point_message":"point","reward_points_message":"points","max_parent_purchase_exceeded_checkout_1":"\n\nSorry, you can only have ","max_parent_purchase_exceeded_checkout_2":" of this item. Your basket will be updated to reflect this.","images_available":"%s Images Available","image_available":"%s Image Available","personalisation_required_message":"Personalisation is required","bundle_select":"Select","pay4later_not_available":"Finance is not currently available for current total","product_could_not_be_added_to_basket":"Product could not be added to basket","product_added_to_basket":"Thank you, the product has been added to your basket.","select_all_options":"Please select all options for this product.","was":"Then","now":"Now"},"product_options_groups":{"please_select":"Please Select","high_number":"High Number"},"offers":{"all_options_not_chosen":"Please choose a valid option on all products, before adding this bundle to your basket","option_not_chosen":"Please choose a valid option, before adding this product to you basket"},"postcodeanywhere":{"start_typing":"Start typing your postcode, street or address","enter_address_manually":"Enter Address Manually","alternatively_search_again":"Alternatively, Search Again"},"product_listings":{"filter_by":"Refine by %s","remove_filter":"X","enter_quantity":"Please enter the quantity you would like to purchase.","show_more":"Show More","show_less":"Show Less","trade_pick_some_products":"Please pick some products.","not_enough_stock":"There is not enough stock currently available.","not_enough_stock_for_minimum_purchase":"There is not enough stock available to provide you with the minimum purchase quantity","item":"Item","items":"Items"},"hitachi":{"deposit_paid_invalid_payment_button_clicked":"Deposit Paid Invalid Payment Button Clicked"},"quickorder":{"loading":"Loading","unable_to_match_a_product_with_the_search_term_pre_keyword":"Unable to match a product with the search term ","unable_to_match_a_product_with_the_search_term_post_keyword":". Please try again.","multiple_matches_one":"There are ","multiple_matches_two":" products matching \"","multiple_matches_three":"\", please <a href=\"#js-quick-order-matching-products-modal-","multiple_matches_four":"\">click here<\/a> to select.","please_choose":"Please choose an option...","products_matching":"Products Matching","out_of_stock":"Out of stock","stock_limit_reached":"Stock Limit Reached","invalid_quantity":"You have entered an invalid quantity","duplicate_products_confirm_message":"Please note: You have added the same product on different rows of the form, these products will be added to your basket only once. If you wish to order more than one of this product then please choose 'cancel' and use the delete row option and quantity controls to amend your order, otherwise choose 'ok' to proceed to the basket.","confirm_remove":"Are you sure you would like to remove this line?","min_order_confirm_remove_one":"This product has a minimum order of ","min_order_confirm_remove_two":", reducing the quantity below this will remove this product.\n\nAre you sure you would like to remove this product?","minimum_order":"Minimum Order","not_available_online":"Not available online","reference":"Reference","submitting_empty_form":"You have not selected any products. Please try again."},"promo_unit":{"event_timers":{"week":"week","weeks":"weeks","day":"days","days":"days","hour":"hr","hours":"hr","minute":"min","minutes":"min","second":"sec","seconds":"sec"}},"on_page_personalisation":{"max_dimensions_on_page_personalisation":{"width":"Max Dimensions On Page Personalisation.width","height":"Max Dimensions On Page Personalisation.height"},"width":"Width","height":"Height","unit_label_mm":" mm","unit_label_cm":"cm","unit_label_inches":" inches","required":"* required","product_unit_cost":"Product Unit Cost: ","additional_options":"Additional Options: ","pricing_grid_no_match":"Please check the sizes you have entered are within the maximum width and drops available. We have set them to within the ranges available.","max_characters":"Maximum of %s characters!","chars_remain":"characters remaining","char_remain":"character remaining","characters_count_colour":"black","characters_count_colour_error":"red","required_star":"*","stock_delay_intro":"Customisation Delay: ","stock_delay_header":"Please Note","check_required_fields":"Please check that you have completed all required fields - there are some that it seems that you have missed!","your_product":"Your Item","your_options":"Your Options","totals":"Totals","please_choose":"please choose","items":"Items","unit_personalisation_subtotal":"Unit Customisation","setup_charges":"Setup Charges","grand_total":"Grand Total"},"months":{"jan":"Jan","feb":"Feb","mar":"Mar","apr":"Apr","may":"May","jun":"Jun","jul":"Jul","aug":"Aug","sep":"Sep","oct":"Oct","nov":"Nov","dec":"Dec"},"product_personalisation":{"are_you_sure_to_cancel":"Are you sure you want to cancel?","are_you_sure_to_abandon":"Are you sure you want to abandon your personalisation changes?"},"customer":{"confirm_item_removal":"Are you sure you would like to cancel this item from your order?","amendment_state_0":"No changes detected","amendment_state_1":"Thank you for your adjustments, we will be in contact shortly to arrange a refund for the cancelled goods.","amendment_state_2":"Thank you for your adjustments, we will be in contact shortly to arrange any applicable outstanding payment before dispatch.","amendment_state_3":"Sorry, you can not cancel the order in it's entirety, please contact us for further assitance.","amendment_error":"An error occurred whilst processing your request, please try again later or contact us for further assitance."},"uploader":{"select_file":"Select File","select_files":"Select Files","change_file":"Change File","change_files":"Change Files"},"checkout_v2":{"delivery":{"collect_store_postcode":"Please enter a Postcode"},"mybag":{"my_bag_contains_item":"Item","my_bag_contains_items":"Items"},"three_software":{"loyalty_scheme":"Loyalty Scheme","loyalty_card_number":"Loyalty Card Number","check_balance":"Check Balance","number_of_points":"Number of Points","apply_points":"Apply Points","points_available":"You have %s points. This is equivalent to the value of \u00a3%s","card_not_found":"Sorry your loyalty card was not found.","not_enough_points":"Not enough points available","points_applied":"Your Points have been applied to this order","points_not_applied":"Your Points have not been applied to this order"}},"trims":{"points_available":"You have %s points. This is equivalent to the value of \u00a3%s","card_not_found":"Sorry your loyalty card was not found.","not_enough_points":"Not enough points available","general_error":"Sorry, there has been an error. Please try again."},"pages":{"quote_does_not_exist":"Quote %s does not exist or has expired.","quote_error_redeeming":"There was an error redeeming Quote %s. Please try again."},"buylist":{"limit_reached":"The maximum number of products that you can add to your Buy List has been reached.","confirm_delete":"Are you sure you want to clear your Buy List?","confirm_delete_single":"Confirm Delete Single"},"event_builder":{"booking_time":"Event Time"},"dar_personalisation":{"button_text":"Button Text"},"product_finder":{"products_found":"%s products found","product_found":"%s product found","products":"(%s products)","product":"(%s product)","show_result":"Show %s Result \u203a","show_results":"Show %s Results \u203a","reset_filters":"Reset filters","top_products":"Top Products","top_product":"Top Product","of_results_found":"of %s products found","of_result_found":"%s product found","show_all_results":"Go-to All Results","add_more_filters_type":"Next Step: Select %s","add_more_filters_name":"Next Step: %s","add_more_filters_finish":"Finalise Selection","start_again_message":"Start from Beginning","try_again_message":"Retry Last Request","error_no_results_title":"No Results Found","error_no_results_message":"Sorry, we are unable to find any products using the selected filters. If you wish you can start again using the link below, or if you wish you can modify your filters.","error_no_filters_title":"Unable to filter further","error_no_filters_message":"Sorry, we are unable to provide more filtering options based on your current selection. If you wish you can start again or view the results as they stand?","error_ajax_issue_title":"Error Encountered","error_ajax_issue_message":"Sorry, we had a little trouble with that request, if you wish you can try again, or start from the beginning using the links below.","welcome_title":"Welcome to the %s Product Finder!","welcome_message_vertical":"Please use the \"%s\" filter from the left hand menu to get started using the Product Finder.","welcome_message_horizontal":"Please use the \"%s\" filter from the menu above to get started using the Product Finder.","confirm_filter_reset":"Are you sure you wish to reset your selection?","select_all":"Select All \/ Clear All","clear_all":"Select All \/ Clear All","tooltip_skipped":"%s has been skipped because there are no options to display based on your previous selections.","tooltip_empty":"You have not selected any %s options.","tooltip_auto":"%s only has 1 option based on your selections, we have automatically selected this for you."},"search":{"no_results":"No results for &quot;%s&quot;"},"slickslider_nav":{"next":"Next","previous":"Previous"},"upselling_recommendations":{"num_item":"(%s item)","num_items":"(%s items)","product_added_to_basket":"Product Added to Basket","products_added_to_basket":"Products Added to Basket"}});})(window);vs.vsjsq2=[];if(typeof(jQuery)=='undefined'){$=jQuery=function(el){if(typeof el==='function'){vs.vsjsq2.push(el);return this;} return{ready:function(f){vs.vsjsq2.push(f);return this;}};};}</script> <script type="text/javascript">var google_tag_params={ecomm_prodid:42244,ecomm_pcat:['Contemporary & Modern Furniture / Dining / Bar Stools'],ecomm_pname:['Handmade Mango Tripod Tweed Bar Stool'],ecomm_pagetype:'product',ecomm_totalvalue:119.99};var dataLayer=dataLayer||[];dataLayer.push({'event':'remarketingTriggered','google_tag_params':window.google_tag_params});</script> <script type="text/javascript">var dataLayer=dataLayer||[];dataLayer.push({'currencyCode':'GBP'});dataLayer.push({'customerId':''});dataLayer.push({'customerTitle':''});dataLayer.push({'customerFirstName':''});dataLayer.push({'customerLastName':''});dataLayer.push({'customerEmail':''});dataLayer.push({'customerDateRegistered':''});dataLayer.push({'customerPoints':''});dataLayer.push({'customerPointsNextLevel':''});dataLayer.push({'basketCount':0});dataLayer.push({'basketTotal':0});dataLayer.push({'productId':'42087'});dataLayer.push({'productSKU':'IN029'});dataLayer.push({'productSKUS':['IN029']});dataLayer.push({'productName':'Handmade Mango Tripod Tweed Bar Stool'});dataLayer.push({'productBrand':''});dataLayer.push({'productCategory':'Handmademangotripodtweedbarstoolp42087'});dataLayer.push({'productImage':'/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_image.jpg'});dataLayer.push({'productURL':'https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087'});dataLayer.push({'productInStock':'Y'});</script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-T2NHKQ');var dataLayer=dataLayer||[];vs.q(function(){dataLayer.push({event:'vs.js'});},3);</script> <script type="text/javascript">(function(window){var v={};v.setting={};v.module_setting={};v.module_setting.product_options_module={};v.module_setting.responsive_templates={};v.setting.product_price_breaks_based_on_parent='false';v.setting.shop_price_inc_vat='true';v.setting.site_domain='www.homesdirect365.co.uk';v.module_setting.product_options_module.hide_single_options='false';v.module_setting.responsive_templates.listing_sash_position='bottom';window.vsvar=function(k){k=k||'';var s=k.split('.'),r=false,c=v;for(var i in s){if(typeof s[i]=='function'){continue;} if(s.hasOwnProperty(i)&&typeof c[s[i]]!=='undefined'){r=c=c[s[i]];}else{r=false;}} return r;};})(window);</script> <script type="text/javascript"> vs.js("https://cdn.salesfire.co.uk/code/602c7f62-a6eb-4e85-9bc0-f3213c1e93fc.js", null, 6); window.sfDataLayer = window.sfDataLayer || []; window.sfDataLayer.push({"ecommerce":{"view":{"sku":"42087","name":"Handmade Mango Tripod Tweed Bar Stool","price":119.99,"currency":"GBP","category":"Contemporary & Modern Furniture > Dining > Bar Stools"}}}); </script></head><body class="body-products"> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T2NHKQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div id="js-trans-overlay"></div><div id="cookie_alert" class="cookie_alert"><div id="cookie_alert_container"><div id="cookie_alert_text" class="cookie_alert_text"><div class="cookie_alert_text__upper"> This site uses cookies to provide and improve your shopping experience. If you want to benefit from this improved service, please opt-in.<div class="cookie_alert__more-info"> <a href="/cookies">More Info</a></div></div><div class="cookie_alert_text__lower"><div id="js-cookie_alert_button" class="button cookie_alert__button"> <a id="cookie_alert_close"> Save Preferences </a></div></div></div></div></div> <script>(function(){var elem=document.getElementById('cookie_alert');var link=document.getElementById("js-cookie_alert_button");var checkbox=document.getElementById("js-cookie_alert_confirm");var re=new RegExp('cookie_policy'+"=([^;]+)");var value=re.exec(document.cookie);value=(value!=null)?unescape(value[1]):null;if(document.cookie.indexOf('cookie_policy')!=-1&&value=="acknowledged"){elem.style.display='none';} link.addEventListener("click",function(){cookie_policy='acknowledged';var date=new Date();date.setTime(date.getTime()+2592000000);document.cookie="cookie_policy="+cookie_policy+"; expires="+date.toUTCString()+"; domain=www.homesdirect365.co.uk; path=/";document.cookie="cookie_policy="+cookie_policy+"; expires="+date.toUTCString()+"; domain=homesdirect365.co.uk; path=/";elem.style.display='none';});})();</script> <div id="js-site-header__sticky" class="site-header__sticky grid-32"><div class="row"><div class="col col-32 site-header__sticky__col"> <a href="#"><span class="ico icon-cross site-header__sticky__close"></span></a><div class="row" id="js-site-header__sticky__slider"><div id="promo_unit_5cbb173b8fa749145" class="promo-unit col l-col-32 m-col-32 s-col-32 promo-unit--no-icon promo-unit-sticky-promo"><div class="mediahawkNumber1922"> <a class="promo-unit__link" href="tel:01642 455589"> <span class="promo-unit__text-group"> <span class="promo-unit__text"><span id="promo-unit__text__title--45" class="promo-unit__text__title">01642 455589</span> <span class=""></span> </span> </span> </a></div></div></div></div></div></div> <script>vs.q(function(){$('#js-site-header__sticky__slider').slickSlider({arrows:true,maxWidth:1025});});</script> <header class="site-header"><div class="grid-32"><div class="site-header__top m-container--pad container--pad--no-bg"><div class="row"><div class="col l-col-12 s-col-4 s-offset-1"><div class="s-only s-text-align-left"> <a id="js-hide-menu" class="site-header__top__icon site-header__top__toggle site-header__top__toggle--hide ico icon-menu" href="#"></a></div><div class="site-header__top__bar s-hide"><ul class="site-header__top__bar__social no-bullet inline-list"><li class="site-header__top__bar__social__promo"><div id="promo_unit_5cbb173b9067e2776" class="promo-unit promo-unit--no-icon promo-unit-header-text-promo-1"><div class="mediahawkNumber1922"> <span class="promo-unit__text-group"> <span class="promo-unit__text"><span id="promo-unit__text__title--24" class="promo-unit__text__title">01642 455589</span> <span class=""></span> </span> </span></div></div></li></ul></div><div class="row s-hide"><div class="col l-col-24 m-col-32"><div class="m-up site-header__top__search__left" data-set="append--site-header__top__search"><form class="site-header__top__search" action="/search" method="get"> <label class="site-header__links-panel__label show-for-sr" for="query">Search</label><div class="table search-form"><div class="table__cell table__cell--expand"> <input id="query" class="input--expand no-border-right" type="search" placeholder="Search for beautiful furniture..." name="query" value=""></div><div class="table__cell"> <button class="button--1 button--search no-border-left" type="submit"><span class="ico icon-search"></span></button></div></div></form><div id="js-autocomplete-events"></div></div></div></div></div><div class="col s-col-5 s-only"> <a id="js-header-search" class="site-header__top__icon site-header__top__icon--search ico icon-search text-align-center" href="#"></a></div><div class="col l-col-8 s-col-12"><div id="promo_unit_5cbb173b9124c9590" class="promo-unit promo-unit-site-logo-3"> <a class="promo-unit__link" href="/"><div class="promo-unit__container--none promo-unit__mobile-overlay--none"> <picture class="promo-unit__promo-image promo_unit_site_logo_3_0--lazyload"> <!--[if IE 9]><video style="display:none"><![endif]--> <source data-srcset="https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg" > <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg" alt="logo2" title="logo2" class="lazyload" > </picture><style type="text/css">.promo_unit_site_logo_3_0--lazyload>img{padding-bottom:43%}.promo_unit_site_logo_3_0--lazyload>img.lazyloaded{padding-bottom:0}</style></div></a></div></div><div class="col s-col-5 s-only"> <a class="site-header__top__icon site-header__top__icon--account ico icon-login text-align-center" href="/register"></a></div><div class="col l-col-12 s-col-4 s-text-align-right"><div class="site-header__top__bar site-header__top__bar--2 m-up"><div class="m-up" data-set="append--site-header__links"><ul class="site-header__links no-bullet m-up-cf"><li class="s-only"> <a href="#" class="hblock" id="hblock-4"><span class="site-header__links__icon ico icon-search"></span>Search</a></li><li class="s-only"> <a href="/wishlist"><span class="site-header__links__icon ico icon-heart"></span>Wishlist</a></li><li> <a href="/register"><span class="s-only site-header__links__icon ico icon-login"></span>My Account</a></li><li class="s-only" data-set="append--site-header__links__currency-icon"> <a class="hblock" href="#" id="hblock-3"><span class="s-only site-header__links__icon ico icon-currency"></span><span class="s-only">GBP (£)</span></a></li></ul></div></div><ul class="site-header__top__buttons inline-list inline-list--right m-up cf"><li class="s-hide" id="js-basket-content"> <a href="/basket" rel="nofollow"> <span class="site-header__links__icon ico icon-bag"></span> <span class="m-hide text-hide"> My Basket</span> <span class="basket-text"> <span class="basket-count" style="display:none"> <span class="basket-count__prefix">(</span><span id="js-basket-count">0</span><span class="basket-count__suffix">)</span> </span> <span id="js-basket-total" class="site-header__links__icon_text basket-total"> <span class="product-content__price--inc" ><span class="GBP">£0.00</span></span><span class="product-content__price--ex" style="display:none;"><span class="GBP">£0.00</span></span> </span> </span> </a></li><li> <a href="/wishlist"><i class="site-header__links__icon ico icon-heart"></i></a></li><li class="site-header__links__spacer s-hide">/</li><li class="drop-down drop-down--links"> <a class="drop-down--links__currency-wrap" href="#"> <span class="m-up site-header__links__icon--currency-icon site-header__links__icon ico">£</span> </a> <span class="icon icon-dropdown s-hide"></span><div class="drop-down__menu"><div class="s-hide" data-set="append--site-header__links__currency"><div class="site-header__links__currency"><ul class="no-bullet s-hide"><li class="currency-dropdown-item currency-dropdown-item--1"> <a href="/currency/EUR/handmade-mango-tripod-tweed-bar-stool-p42087" rel="nofollow" title="Display Our Prices in Euros (EUR)" onclick="goToUri(this.href); return false;"> EUR (€) </a></li><li class="currency-dropdown-item currency-dropdown-item--2"> <a href="/currency/USD/handmade-mango-tripod-tweed-bar-stool-p42087" rel="nofollow" title="Display Our Prices in US Dollars (USD)" onclick="goToUri(this.href); return false;"> USD ($) </a></li><li class="currency-dropdown-item currency-dropdown-item--3"> <a href="/currency/GBP/handmade-mango-tripod-tweed-bar-stool-p42087" rel="nofollow" title="Display Our Prices in British Sterling (GBP)" class="currency-dropdown-item--active" onclick="goToUri(this.href); return false;"> GBP (£) </a></li></ul> <label class="site-header__links-panel__label show-for-sr" for="currency-switcher">Currency</label> <select id="currency-switcher" class="s-only" onchange="swapCurrency(this, 'handmade-mango-tripod-tweed-bar-stool-p42087')"><option class="currency-dropdown-item currency-dropdown-item--4" value="EUR" >€EUR</option><option class="currency-dropdown-item currency-dropdown-item--4" value="USD" >$USD</option><option class="currency-dropdown-item currency-dropdown-item--4" value="GBP" selected="selected">£GBP</option> </select></div></div></div></li> <script>vs.q(function(){$('.currency-dropdown-item a').click(function(){var $element=$(this);$element.attr('href',$element.attr('href')+window.location.hash);});});</script> </ul><div class="s-only"> <a id="js-basket-mobile" class="site-header__top__icon ico icon-bag site-header__top__right" href="/basket"> <span id="js-basket-count-2" class="site-header__top__basket-count" style="display:none"> <span>0</span> </span> </a></div></div></div></div></div> <nav class="site-header__nav"><div class="container m-container--pad container--pad--no-bg"><div class="s-only" data-set="append--site-header__links"></div><div class="site-header__links-panel s-only"><div class="s-only hblock-container" data-hblock="4" data-set="append--site-header__top__search"></div><div class="s-only hblock-container" data-hblock="3" data-set="append--site-header__links__currency"></div></div><ul class="site-header__nav__1 site-header__nav__menu no-bullet" id="site-header__nav__1"><li class="drop-down drop-down--nav"> <a href="/french-furniture-c487" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link387"> French Furniture <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/french-furniture-c487" class="drop-down__menu__view-all__link">View All <span>French Furniture</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/french-furniture-c487/bedroom-c562" title="Bedroom"> <span>Bedroom</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/bathroom-c38" title="Bathroom"> <span>Bathroom</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/dining-c6" title="Dining"> <span>Dining</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/lounge-c1899" title="Lounge"> <span>Lounge</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/seating-c1211" title="Seating"> <span>Seating</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/matching-ranges-c372" title="Matching Ranges"> <span>Matching Ranges</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/mirrored-furniture-c7" title="Mirrored Furniture"> <span>Mirrored Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/glass-furniture-c1990" title="Glass Furniture"> <span>Glass Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/home-accessories-c1754" title="Home Accessories"> <span>Home Accessories</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/shabby-chic-furniture-c2128" title="Shabby Chic Furniture"> <span>Shabby Chic Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/french-garden-furniture-c24" title="French Garden Furniture"> <span>French Garden Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/childrens-furniture-c1743" title="Childrens Furniture"> <span>Childrens Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/home-bars-c2492" title="Home Bars"> <span>Home Bars</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li class="drop-down drop-down--nav"> <a href="/contemporary-modern-furniture-c2050" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link384"> Contemporary Furniture <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/contemporary-modern-furniture-c2050" class="drop-down__menu__view-all__link">View All <span>Contemporary Furniture</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/bedroom-furniture-c2051" title="Bedroom Furniture"> <span>Bedroom Furniture</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/dining-c2055" title="Dining"> <span>Dining</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/lounge-c2116" title="Lounge"> <span>Lounge</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/industrial-c2117" title="Industrial"> <span>Industrial</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/mirrored-furniture-c2078" title="Mirrored Furniture"> <span>Mirrored Furniture</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/matching-ranges-c2073" title="Matching Ranges"> <span>Matching Ranges</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/indian-furniture-c2861" title="Indian Furniture"> <span>Indian Furniture</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/driftwood-furniture-c2804" title="Driftwood Furniture"> <span>Driftwood Furniture</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li class="drop-down drop-down--nav"> <a href="/french-lighting-c1444" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link382"> <span>French </span>Lighting <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/french-lighting-c1444" class="drop-down__menu__view-all__link">View All <span><span>French </span>Lighting</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/french-lighting-c1444/chandeliers-c1445" title="Chandeliers"> <span>Chandeliers</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/cut-glass-chandeliers-c1" title="Cut Glass Chandeliers"> <span>Cut Glass Chandeliers</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/contemporary-lighting-c2" title="Contemporary Lighting"> <span>Contemporary Lighting</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/lantern-lighting-c1958" title="Lantern Lighting"> <span>Lantern Lighting</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/floorstanding-lamps-c1828" title="Floorstanding Lamps"> <span>Floorstanding Lamps</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/table-lamps-candelabras-c4" title="Table Lamps &amp; Candelabras"> <span>Table Lamps &amp; Candelabras</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/wall-lights-c3" title="Wall Lights"> <span>Wall Lights</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li class="drop-down drop-down--nav"> <a href="/french-mirrors-c437" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link388"> <span>French </span>Mirrors <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/french-mirrors-c437" class="drop-down__menu__view-all__link">View All <span><span>French </span>Mirrors</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/french-mirrors-c437/wall-mirrors-c2554" title="Wall Mirrors"> <span>Wall Mirrors</span> </a></li><li><a class="top_level_link" href="/french-mirrors-c437/table-mirrors-c9" title="Table Mirrors"> <span>Table Mirrors</span> </a></li><li><a class="top_level_link" href="/french-mirrors-c437/floorstanding-mirrors-c1994" title="Floorstanding Mirrors"> <span>Floorstanding Mirrors</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li> <a href="/contemporary-furniture-c2050/mirrored-furniture-c2078" class="menu-top-link" id="site-header__nav__menu__link389"> Mirrored Furniture </a></li><li> <a href="/matching-ranges-c372" class="menu-top-link" id="site-header__nav__menu__link386"> Matching Ranges </a></li><li class="sale-menu"> <a href="/sale-c2317" class="menu-top-link" id="site-header__nav__menu__link383"> Sale </a></li></ul></div> </nav> </header> <script>vs.q(function(){$('.site-header__links').appendAround();$('.site-header__top__search').appendAround();$('.site-header__links__currency').appendAround();$('.site-header__links__currency-icon').appendAround();$('.site-header__links__vat').appendAround();});</script> <div class="container container--pad container--pad--no-bg"><div class="breadcrumb cf"><ul itemscope itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="https://www.homesdirect365.co.uk/" title="Home"> <span itemprop="name">Home</span> </a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/contemporary-modern-furniture-c2050" title="Contemporary &amp; Modern Furniture"> <span itemprop="name">Contemporary &amp; Modern Furniture</span> </a><meta itemprop="position" content="2"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/contemporary-modern-furniture-c2050/dining-c2055" title="Dining"> <span itemprop="name">Dining</span> </a><meta itemprop="position" content="3"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/contemporary-modern-furniture-c2050/dining-c2055/bar-stools-c2066" title="Bar Stools"> <span itemprop="name">Bar Stools</span> </a><meta itemprop="position" content="4"></li><li class="last"> <span>Handmade Mango Tripod Tweed Bar Stool</span></li></ul></div></div> <script>var ProductSettings={popup_timeout:'4000'};</script> <div id="js-product-event"></div><form action="https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087" method="post" id="js-add-to-basket__form"> <input type="hidden" name="parent_product_id" id="js-parent-product-id" value="42087"> <input type="hidden" name="product_id" id="js-product-id" value="0"></form><div class="product-page-wrapper grid-32"><div class="section " data-set="append--section--1450277929534"><div class="container container--pad section--1450277929534"><div class="row section section--1450277929534"><div class="col l-col-15 l-offset-1 s-col-32 col--1450277929534_1"><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277971383"><div class="product-slice--1450277971383"> <script>ProductSettings.vertical_thumbs=false;ProductSettings.is_quickbuy=false;ProductSettings.vertical_thumb_count=3;ProductSettings.force_horizontal_thumbs_on_tablet=false;ProductSettings.cloudzoom_on_mobile=false;ProductSettings.show_arrows_on_video=false;ProductSettings.ignore_attribute_images=false;ProductSettings.disable_thumbnail_center_mode=false;vs.q(function(){if(vs.deviceType()=='desktop'||ProductSettings.cloudzoom_on_mobile){Product.onEvent('images_post_slider',function(){CloudZoom.quickStart();});} Product.setDefaultImages([{"image_id":"34099","type":"image","image":"\/images\/handmade-mango-tripod-tweed-bar-stool-p42087-34099_image.jpg","medium":"\/images\/handmade-mango-tripod-tweed-bar-stool-p42087-34099_medium.jpg","thumb":"\/images\/handmade-mango-tripod-tweed-bar-stool-p42087-34099_thumb.jpg","thumbmini":"\/images\/handmade-mango-tripod-tweed-bar-stool-p42087-34099_thumbmini.jpg","zoom":"\/images\/handmade-mango-tripod-tweed-bar-stool-p42087-34099_zoom.jpg","image_link":"","image_alt_tag":"Handmade Mango Tripod Tweed Bar Stool"}]);var sash='';Product.buildImageGallery(false,true,sash);});</script> <div class="product__image cf"><div id="js-product-image" class="use_vs-slick_mapping" data-use-slick-initialised="false"><div class="product__image__main--outer"><div class="product__image__main"> <a class="product__image__zoom-link" href="/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_zoom.jpg" title="Handmade Mango Tripod Tweed Bar Stool"> <img id="js-product-main-image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_medium.jpg" alt="Handmade Mango Tripod Tweed Bar Stool" class="lazyload" > </a></div></div></div></div><script id="tache-js-product-image" type="text/template"><div class="product__image__main--outer"><div class="m-down tap-zoom-message">Tap image to zoom</div> {{{sash}}}<div class="product__image__main{{#is_stacked}}--stacked{{/is_stacked}}{{^is_stacked}} slick-slider--arrow-2{{/is_stacked}}"> {{#images}} {{#image_link}}<div class="js-product__image__iframe vs-slick_mapping--image_{{image_id}}"> {{#is_youtube}} <iframe class="product__image__main__iframe" data-lazy="false" data-video_type="youtube" src="//www.youtube.com/embed/{{.}}?enablejsapi=1&amp;rel=0" frameborder="0" allowfullscreen></iframe> {{/is_youtube}} {{#is_youtubeplaylist}} <iframe class="product__image__main__iframe" data-lazy="false" data-video_type="youtube" src="//www.youtube.com/embed?listType=playlist&amp;list={{.}}&amp;enablejsapi=1&amp;rel=0" frameborder="0" allowfullscreen></iframe> {{/is_youtubeplaylist}} {{#is_vimeo}} <iframe class="product__image__main__iframe" data-video_type="vimeo" src="//player.vimeo.com/video/{{.}}" frameborder="0" allowfullscreen></iframe> {{/is_vimeo}} {{#is_isitetv}} <iframe class="product__image__main__iframe" data-video_type="isitetv" src="//isitetv.com/isitetv_cms/resp_player.php?encoded={{.}}" frameborder="0" allowfullscreen></iframe> {{/is_isitetv}} <img class="lazyload product__image__main__video-img" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_medium.jpg"></div> {{/image_link}} {{^image_link}}<div data-photoswipe="1"> <a class="product__image__main--{{image_id}} vs-slick_mapping--image_{{image_id}} product__image__zoom-link" href="{{#zoom}}{{zoom}}{{/zoom}}{{^zoom}}{{image}}{{/zoom}}" data-size="2000x2000"> <img src="{{medium}}" alt="{{image_alt_tag}}" class="cloudzoom" data-cloudzoom="zoomImage: '{{zoom}}', zoomSizeMode: 'image', autoInside: '12288', touchStartDelay: 2500"> </a></div> {{/image_link}} {{/images}}</div></div> {{^is_stacked}}<div class="product__image__thumbs__outer product__image__thumbs__outer--horizontal slick-slider--arrow-2 s-hide"><div class="product__image__thumbs"> {{#images}} {{^image_link}}<div class="product__image__thumb product__image__thumb--{{image_id}} vs-slick_mapping--image_{{image_id}}"> <img class="product__image__thumb__img product__image__thumb__img--{{imageCount}}" src="{{thumbmini}}" alt="{{image_alt_tag}}"> {{/image_link}} {{#image_link}}<div class="product__image__thumb product__image__thumb--video product__image__thumb--{{image_id}} vs-slick_mapping--image_{{image_id}}"> <span class="play-icon-span"><i class="ico icon-playvideo"></i></span> <span class="product__image__thumb__video-img-span"> <img class="lazyload product__image__thumb__video-img" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_thumbmini.jpg"> <img class="product__image__thumb__img product__image__thumb__img--{{imageCount}}" src="{{thumbmini}}"> </span> {{/image_link}}</div> {{/images}}</div></div> {{/is_stacked}} </script><div id="js-photo-swipe" class="pswp" tabindex="-1" role="dialog" aria-hidden="true"><div class="pswp__bg"></div><div class="pswp__scroll-wrap"><div class="pswp__container"><div class="pswp__item"></div><div class="pswp__item"></div><div class="pswp__item"></div></div><div class="pswp__ui pswp__ui--hidden"><div class="pswp__top-bar"><div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button><div class="pswp__preloader"><div class="pswp__preloader__icn"><div class="pswp__preloader__cut"><div class="pswp__preloader__donut"></div></div></div></div></div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button><div class="pswp__caption"><div class="pswp__caption__center"></div></div></div></div></div></div></div><div class="product-slice slice-large" data-set="append--product-slice--1450278100319"><div class="product-slice--1450278100319"><div class="social-icons social-icons__standard"> <span class="social-icons__title">Share</span><ul class="inline-list social-icon__ul"><li class="social__icon social__icon--facebook"> <a class="social-icons__link ico icon-facebook" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087','Share On Facebook','toolbar=0,status=0,width=600,height=650');" href="javascript: void(0);" rel="nofollow" title="Share On Facebook"></a></li><li class="social__icon social__icon--twitter"> <a class="social-icons__link ico icon-twitter twitter-share-button" title="Share On Twitter" onclick="window.open('https://twitter.com/share?count=none&amp;url=https://www.homesdirect365.co.uk/tweet/42087','Twitter','toolbar=0,status=0,width=600,height=650');" href="javascript: void(0);" rel="nofollow"></a></li><li class="social__icon social__icon--pinterest"> <a class="social-icons__link ico icon-pinterest" rel="nofollow" title="Share On Pinterest" onclick="window.open(this.href, 'signin', 'height=500,width=665'); return false" href="//pinterest.com/pin/create/button/?url=https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087&amp;media=https://www.homesdirect365.co.uk/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_medium.jpg"></a></li><li class="social__icon social__icon--google-plus"> <a class="social-icons__link ico icon-google-plus" title="Share On Google+" onclick="window.open('https://plus.google.com/share?&amp;url=https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087','Google +','toolbar=0,status=0,width=600,height=650');" href="javascript: void(0);" rel="nofollow"></a></li><li class="social__icon social__icon--whatsapp s-only"> <a id="js-whatsapp-icon" class="social-icons__link social-icons__link--whatsapp ico icon-whatsapp" title="I'd like to share the following product with you" data-title="I'd like to share the following product with you" data-link="https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087" href="#" rel="nofollow"></a></li><li class="social__icon social__icon--ask-question"> <a class="modal-ajax social-icons__link ico icon-question" title="Ask a Question" href="/ask-a-question-tb10?p=42087" rel="nofollow"></a></li><li class="social__icon social__icon--email-friend"> <a class="modal-ajax social-icons__link ico icon-envelope" title="Email a Friend" href="/tell-a-friend-i11?p=42087&amp;u=https%3A%2F%2Fwww.homesdirect365.co.uk%2Fhandmade-mango-tripod-tweed-bar-stool-p42087" rel="nofollow"></a></li></ul></div> <script>vs.q(function(){var isSafari=!!navigator.userAgent.match(/Version\/[\d\.]+.*Safari/);if(vs.deviceType()=='mobile'&&isSafari){$('#js-whatsapp-icon').on('click',function(){var title=$(this).attr('data-title'),link=$(this).attr('data-link'),message=encodeURIComponent(title)+" - "+encodeURIComponent(link),whatsappURL="whatsapp://send?text="+message;window.location.href=whatsappURL;});}else{$('.social__icon--whatsapp').remove();}});</script> </div></div></div><div class="col l-col-13 l-offset-2 s-col-32 col--1450277929534_2"><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277981528"><div class="product-slice--1450277981528"><div class="product-content cf"><div class="product-content__image l-up"><div class="product-content__promo"> <a class="promo-unit__link" href="/finance-available-i30" title="Pay4Later"><div class="promo-unit__container--none promo-unit__mobile-overlay--none"> <picture class="promo-unit__promo-image promo_unit_product_page_promos_0--lazyload"> <!--[if IE 9]><video style="display:none"><![endif]--> <source data-srcset="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg" > <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg" alt="Pay4Later" title="Pay4Later" class="lazyload" > </picture><style type="text/css">.promo_unit_product_page_promos_0--lazyload>img{padding-bottom:54%}.promo_unit_product_page_promos_0--lazyload>img.lazyloaded{padding-bottom:0}</style></div></a></div><div class="product-content__promo"><div class="promo-unit__container--none promo-unit__mobile-overlay--none"> <picture class="promo-unit__promo-image promo_unit_product_page_promos_1--lazyload"> <!--[if IE 9]><video style="display:none"><![endif]--> <source data-srcset="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg" > <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg" alt="Lowest Price" title="Lowest Price" class="lazyload" > </picture><style type="text/css">.promo_unit_product_page_promos_1--lazyload>img{padding-bottom:54%}.promo_unit_product_page_promos_1--lazyload>img.lazyloaded{padding-bottom:0}</style></div></div></div><div class="price-match-wrapper"><h1 id="js-product-content__title" class="product-content__title product-content__title--shorter s-text-align-center"> <span class="product-content__title--brand"> </span> <span id="js-product-title"> Handmade Mango Tripod Tweed Bar Stool </span></h1></div><div class="product-content__reference product-content__reference--div s-text-align-center" id="js-product-reference-holder">Code: <span id="js-product-reference" data-ref="IN029">IN029</span></div> <script>vs.q(function(){Product.onEvent('options',function(){if(Product.storage.disable_price_update){return;} var selection=Product.getProductSelection();var $referenceHolder=$('#js-product-reference-holder'),$reference=$('#js-product-reference'),reference=$reference.data('ref');if(typeof selection.reference!=='undefined'&&selection.reference!==''){$reference.text(selection.reference);$referenceHolder.show();}else{if(reference!==''){$reference.text(reference);$referenceHolder.show();}else{$referenceHolder.hide();}}});});</script> <script>vs.q(function(){Product.onEvent('options',function(){if(Product.storage.disable_price_update){return;} var selection=Product.getProductSelection();var product_title='';if(typeof selection.title!=='undefined'&&selection.title!==''){product_title=selection.title;} if(typeof selection.title_no_manufacturer!=='undefined'&&selection.title_no_manufacturer!==''){product_title=selection.title_no_manufacturer;} if(product_title!==''){$('#js-product-title').html(product_title);}});});</script> <div class="product-content__price"><div class="product-content__price-info s-text-align-center"><ul class="no-bullet"><li class="product-content__price-info__price"> <span id="js-product-price" class="product-price-wrap product-content__price-info__rrp-greater"> <span class="product-content__price--inc" ><span class="GBP">£119.99</span></span><span class="product-content__price--ex" style="display:none;"><span class="GBP">£99.99</span></span> </span></li><li class="product-content__price-info__clear"></li><li class="product-content__price-info--subprice product-content__price-info__rrp"><span id="js-product-rrp">Was <span class="product-content__price--inc" ><span class="GBP">£219.99</span></span><span class="product-content__price--ex" style="display:none;"><span class="GBP">£183.33</span></span></span></li><li class="price-info__separator" style="display: none">|</li><li class="product-content__price-info--subprice product-content__price-info__was"><span id="js-product-was" style="display: none"></span></li><li class="price-info__separator" style="display: none">|</li><li class="product-content__price-info--subprice product-content__price-info__saved"> <span id="js-product-saved" style="display: none"></span> <span id="js-product-saved_percent" style="display: none"">(<span class="pct_save"></span>%)</span></li></ul></div></div> <script>vs.q(function(){Product.onEvent('options',function(){if(Product.storage.disable_price_update){return;} var selection=Product.getProductSelection(),priceBreak=Product.getProductID()?Product.getPriceBreakForQuantity():false,$rrPrice=$('#js-product-rrp'),$wasPrice=$('#js-product-was'),$savePrice=$('#js-product-saved'),swapRRPUnit='',rrPrice,unitPrice,originalPrice;if(priceBreak){if(typeof priceBreak.strHTMLCurrencyPricingRRP!=='undefined'){rrPrice=typeof priceBreak.rrp_price_per_m2!=='undefined'&&true?priceBreak.rrp_price_per_m2:priceBreak.strHTMLCurrencyPricingRRP;} if(typeof priceBreak.strHTMLCurrencyPricing!=='undefined'){unitPrice=typeof priceBreak.strHTMLCurrencyPricingPerM2!=='undefined'?priceBreak.strHTMLCurrencyPricingPerM2:priceBreak.strHTMLCurrencyPricing;$('#js-product-price').html(swapRRPUnit&&typeof rrPrice!=='undefined'?rrPrice:unitPrice) [typeof priceBreak.strHTMLCurrencyPricingWas!=='undefined'&&priceBreak.strHTMLCurrencyPricingWas!==null&&priceBreak.strHTMLCurrencyPricingWas.length?'addClass':'removeClass']('product-content__price-info__price--sale');if(typeof priceBreak.strHTMLCurrencyPricingIncVAT!=='undefined'&&typeof priceBreak.strHTMLCurrencyPricingPerM2==='undefined'){$('#js-product-price-tax').html(priceBreak.strHTMLCurrencyPricingIncVAT);}} if(typeof priceBreak.original_price!=='undefined'){originalPrice=typeof priceBreak.original_price!=='undefined'?priceBreak.original_price:'';$('#js-product-original-price').html(originalPrice);} if($rrPrice.length&&typeof priceBreak.strHTMLCurrencyPricingRRP!=='undefined'&&priceBreak.strHTMLCurrencyPricingRRP!==null&&priceBreak.strHTMLCurrencyPricingRRP.length){$rrPrice.html(swapRRPUnit&&typeof unitPrice!=='undefined'?unitPrice:rrPrice).show().parent().next('.price-info__separator').show();}else if($rrPrice.length){$rrPrice.hide().parent().next('.price-info__separator').hide();} if(typeof priceBreak.strHTMLCurrencyPricingWas!=='undefined'&&priceBreak.strHTMLCurrencyPricingWas!==null&&priceBreak.strHTMLCurrencyPricingWas.length){$wasPrice.html(typeof priceBreak.was_price_per_m2!=='undefined'&&true?priceBreak.was_price_per_m2:priceBreak.strHTMLCurrencyPricingWas).show().parent().next('.price-info__separator').show();}else{$wasPrice.hide().parent().next('.price-info__separator').hide();} $elements=[$wasPrice,$rrPrice,$savePrice];$.each($elements,function(i,e){if(e.is(':visible')){e.next('.price-info__separator').show();}});if(typeof priceBreak.saving_per_m2!=='undefined'&&true){$('#js-product-saved').html(priceBreak.saving_per_m2).show();}else if(typeof priceBreak.strDisplaySaving!=='undefined'&&priceBreak.strDisplaySaving!==null){$('#js-product-saved').html(priceBreak.strDisplaySaving).show();}else if(typeof selection.strDisplaySaving!=='undefined'&&selection.strDisplaySaving!==null&&selection.strDisplaySavingPercent>0){$('#js-product-saved').html(selection.strDisplaySaving).show();}else{$('#js-product-saved').hide();} if(typeof priceBreak.strDisplaySavingPercent!=='undefined'&&priceBreak.strDisplaySavingPercent!==null&&priceBreak.strDisplaySavingPercent>0){$('#js-product-saved_percent').show().find('.pct_save').html(priceBreak.strDisplaySavingPercent);}else if(typeof selection.strDisplaySavingPercent!=='undefined'&&selection.strDisplaySavingPercent!==null&&selection.strDisplaySavingPercent>0){$('#js-product-saved_percent').show().find('.pct_save').html(selection.strDisplaySavingPercent);}else{$('#js-product-saved_percent').hide();} if(typeof priceBreak.strHTMLCurrencyPricingDeposit!=='undefined'){$('#js-product-price-deposit').show().find('.deposit-price').html(priceBreak.strHTMLCurrencyPricingDeposit);}else{$('#js-product-price-deposit').hide();} if(typeof priceBreak.vat_relief_price!=='undefined'){$('#js-product-price-vat-relief').html(priceBreak.vat_relief_price);}}else{if($rrPrice.length){rrPrice=typeof selection.rrp_price_per_m2!=='undefined'?selection.rrp_price_per_m2:selection.price_rrp;} if(typeof selection.price!=='undefined'){unitPrice=typeof selection.price_per_m2!=='undefined'?selection.price_per_m2:selection.price;$('#js-product-price').html(swapRRPUnit&&typeof rrPrice!=='undefined'?rrPrice:unitPrice) [((typeof selection.sale!=='undefined'&&selection.sale)||(typeof selection.price_was!=='undefined'&&selection.price_was!==null&&selection.price_was.length))&&1?'addClass':'removeClass']('product-content__price-info__price--sale');$('#js-product-price') [((typeof selection.sale!=='undefined'&&selection.sale)||(typeof selection.price_was!=='undefined'&&selection.price_was!==null&&selection.price_was.length))&&1?'addClass':'removeClass']('product-content__price-info__price--sale');if(typeof selection.strHTMLCurrencyPricingIncVAT!=='undefined'&&typeof selection.price_per_m2==='undefined'){$('#js-product-price-tax').html(selection.strHTMLCurrencyPricingIncVAT);} if(typeof selection.vat_relief_price!=='undefined'){$('#js-product-price-vat-relief').html(selection.vat_relief_price);}} if($rrPrice.length&&typeof selection.price_rrp!=='undefined'&&selection.price_rrp!==null&&selection.price_rrp.length){$rrPrice.html(swapRRPUnit&&typeof unitPrice!=='undefined'?unitPrice:rrPrice).show().parent().next('.price-info__separator').show();}else if($rrPrice.length){$rrPrice.hide().parent().next('.price-info__separator').hide();} if(typeof selection.price_was!=='undefined'&&selection.price_was!==null&&selection.price_was.length){$wasPrice.html(typeof selection.was_price_per_m2!=='undefined'?selection.was_price_per_m2:selection.price_was).show().parent().next('.price-info__separator').show();}else{$wasPrice.hide().parent().next('.price-info__separator').hide();} if(typeof selection.saving_per_m2!=='undefined'){$('#js-product-saved').html(selection.saving_per_m2).show();}else if(typeof selection.strDisplaySaving!=='undefined'&&selection.strDisplaySaving!==null){$('#js-product-saved').html(selection.strDisplaySaving).show();}else{$('#js-product-saved').hide();} if(typeof selection.strDisplaySavingPercent!=='undefined'&&selection.strDisplaySavingPercent!==null){$('#js-product-saved_percent').show().find('.pct_save').html(selection.strDisplaySavingPercent);}else{$('#js-product-saved_percent').hide();} if(typeof selection.strHTMLCurrencyPricingDeposit!=='undefined'){$('#js-product-price-deposit').show().find('.deposit-price').html(selection.strHTMLCurrencyPricingDeposit);}else{$('#js-product-price-deposit').hide();} if(typeof selection.vat_relief_price!=='undefined'){$('#js-product-price-vat-relief').html(selection.vat_relief_price);}}});Product.onEvent('options_updated',function(){var selection=Product.getProductSelection();if(typeof selection.strDisplaySaving!=='undefined'&&selection.strDisplaySaving!==null){$('#js-product-saved').html(selection.strDisplaySaving).show();}else{$('#js-product-saved').hide();} if(typeof selection.strDisplaySavingPercent!=='undefined'&&selection.strDisplaySavingPercent!==null&&selection.strDisplaySavingPercent>0){$('#js-product-saved_percent').show().find('.pct_save').html(selection.strDisplaySavingPercent);}else{$('#js-product-saved_percent').hide();}});});</script> </div></div></div><div class="product-slice slice-large" data-set="append--product-slice--s154929102716143"><div class="product-slice--s154929102716143"></div></div><div class="product-slice slice-medium slice-small" data-set="append--product-slice--s146496082785741"></div><div class="product-slice slice-large" data-set="append--product-slice--s146496082785741"><div class="product-slice--s146496082785741"> <script>vs.q(function(){Product.onEvent('options',function(json){$.each(json.selection,function(i,e){if(e.product_id>0){if(e.stock){$('div.spot-products').show();}else{$('div.spot-products').hide();}}else{$('div.spot-products').show();}});});});</script> </div></div><div class="product-slice slice-medium slice-small" data-set="append--product-slice--s154929102716143"></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--s14635804911696"><div class="product-slice--s14635804911696"><div class="product-promo cf"><div class="product-promo__overlay"><div id="promo_unit_5cbb173b951521083" class="promo-unit example promo-unit--no-icon promo-unit-product-page-promo"> <span class="promo-unit__text-group"> <span class="promo-unit__text"><span id="promo-unit__text__title--32" class="promo-unit__text__title">Sale Ends Soon!</span> <span class=""></span> </span> </span></div></div></div></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277998718"><div class="product-slice--1450277998718"><div id="js-product-options"> Loading...</div> <script>vs.q(function(){Product.onEvent('added_to_basket',function(json){var personalisation_module_enabled=0;if(personalisation_module_enabled&&(typeof Product.storage.has_opp=='undefined'||Product.storage.has_opp==false)&&Product.storage.personalisation_template_id>0){Product.startCustomisation(Product.storage.personalisation_template_id,json.latest_identifier);return;} var upselling_recommendations=0;var upselling_button_enabled=0;if(upselling_recommendations&&!upselling_button_enabled) {$('#js-added-to-basket').hide();var basket_num_items=typeof(json.quantity_added)!='undefined'?json.quantity_added:Product.getQuantity();var upselling_type='page';var redirect_url='/upselling/show/'+Product.getParentProductID()+'/'+basket_num_items+'/'+upselling_type+'/product_ids='+Product.getProductID();if($.active){var upselling_recommendations=setInterval(function(){if(!$.active){clearInterval(upselling_recommendations);if(upselling_type==='lightbox'){openIframe(redirect_url,true);}else{parent.window.location=redirect_url;}}},10);}else{if(upselling_type==='lightbox'){openIframe(redirect_url,true);}else{parent.window.location=redirect_url;}}}});Product.onEvent('images_post_slider',function(json){var target='#js-product-image';var timing=750;var $target=$(target);if($target.length){var moveTo=$target.offset().top-($(window).height()-($target.height()+10));if($target.not(':in-viewport').length){$.scrollTo(moveTo,timing);}}});Product.onEvent('quantity',function(qty){var qtySelect=document.getElementById('js-product-quantity');if(qtySelect){if(qtySelect.innerHTML!=qty){qtySelect.innerHTML=qty;}}}).onEvent('options_updating',function(){$('.options-ajax-loader').show();}).onEvent('options_updated',function(){$('.options-ajax-loader').hide();}).onEvent('event_queue_ready',function(){Product.getProductOptions();});});</script> <script id="tache-js-product-options" type="text/template"><div id="js-product-options-cover" class="ajax-loading options-ajax-loader" style="display:none"><div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div> {{#parent_product_bundle}}<span class="attributes-name s-text-align-center">{{title_block}}</span>{{/parent_product_bundle}} {{#attributes}}<div > {{#display_as.swatches}}<div class="attribute attribute--{{id}}" data-attribute="{{id}}" data-type="swatches"> {{^parent_product_bundle}}<div class="attributes-name s-text-align-center"><span class="attribute-name-text">Choose a {{{name}}}{{#selected_value}}: {{{.}}}{{/selected_value}}</span> {{#size_guide}}<a href="{{.}}" class="modal-ajax size-guide-link" rel="nofollow"><span class="ico icon-size-guide"></span>Size Guide</a>{{/size_guide}}</div> {{/parent_product_bundle}} {{#grouped_values_array}}<div class="attributes-name s-text-align-center"> <span class="attribute-name-text">{{{group_name}}}</span></div><ul class="attributes no-bullet"> {{#attribute_values_array}}<li class="attributes__value{{#selected}} attributes__value--selected{{/selected}}{{^has_stock}} attributes__value--out-of-stock{{/has_stock}}{{#low_stock}} attributes__value--low-stock{{/low_stock}}{{#attribute_colour}} attributes__value--hex{{/attribute_colour}}{{^attribute_colour}} attributes__value--text{{/attribute_colour}} attributes__value--swatch-{{{position}}}-{{{value_id}}} attributes__value--{{position}}"> {{^parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="Product.makeAttributeSelection({{id}}, {{value_id}});return false"> {{/parent_product_bundle}} {{#parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="ParentProductBundles.makeAttributeSelection({{id}}, {{value_id}}, {{parent_product_id}}, {{position}});return false"> {{/parent_product_bundle}} {{#attribute_product_image}} <img src="{{.}}" alt="{{{value}}}"/> {{/attribute_product_image}} {{^attribute_product_image}} {{#attribute_value_image}} <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/attributes/{{.}}" alt="{{{value}}}" class="lazyload" /> {{/attribute_value_image}} {{^attribute_value_image}} <span{{#attribute_colour}} style="background-color:{{.}}"{{/attribute_colour}}>{{^attribute_colour}}{{{value}}}{{/attribute_colour}}</span> {{/attribute_value_image}} {{/attribute_product_image}} </a> <br/></li> {{/attribute_values_array}}</ul>{{/grouped_values_array}} {{^grouped_values_array}}<ul class="attributes no-bullet"> {{#values}}<li class="attributes__value{{#selected}} attributes__value--selected{{/selected}}{{^has_stock}} attributes__value--out-of-stock{{/has_stock}}{{#low_stock}} attributes__value--low-stock{{/low_stock}}{{#attribute_colour}} attributes__value--hex{{/attribute_colour}}{{^attribute_colour}} attributes__value--text{{/attribute_colour}} attributes__value--swatch-{{{position}}}-{{{value_id}}} attributes__value--{{position}}"> {{^parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="Product.makeAttributeSelection({{id}}, {{value_id}});return false"> {{/parent_product_bundle}} {{#parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="ParentProductBundles.makeAttributeSelection({{id}}, {{value_id}}, {{parent_product_id}}, {{position}});return false"> {{/parent_product_bundle}} {{#attribute_product_image}} <img src="{{.}}" alt="{{{value}}}"/> {{/attribute_product_image}} {{^attribute_product_image}} {{#attribute_value_image}} <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/attributes/{{.}}" alt="{{{value}}}" class="lazyload" /> {{/attribute_value_image}} {{^attribute_value_image}} <span{{#attribute_colour}} style="background-color:{{.}}"{{/attribute_colour}}>{{^attribute_colour}}{{{value}}}{{/attribute_colour}}</span> {{/attribute_value_image}} {{/attribute_product_image}} </a> <br/></li> {{/values}} {{^values}} Please select above {{/values}}</ul> {{/grouped_values_array}}</div> {{/display_as.swatches}}</div><div > {{#display_as.dropdown}}<div class="attribute attribute--{{id}}" data-attribute="{{id}}" data-type="dropdown"><div class="row{{#parent_product_bundle}} parent_product_bundle parent_product_bundle_{{parent_product_id}}{{/parent_product_bundle}}"><div class="col l-col-14 m-col-32"> <select{{^values}} disabled{{/values}} class="attributes-select" onchange="{{#parent_product_bundle}}ParentProductBundles{{/parent_product_bundle}}{{^parent_product_bundle}}Product{{/parent_product_bundle}}.makeAttributeSelection({{id}}, this.value{{#parent_product_id}}, {{parent_product_id}}, {{position}}{{/parent_product_id}});return false"><option value="">Choose a {{{name}}}</option> {{#grouped_values_array}}<optgroup label="{{{group_name}}}"> {{#attribute_values_array}}<option value="{{value_id}}" {{#selected}} selected{{/selected}}{{^has_stock}} class="attributes-option--out-of-stock"{{/has_stock}}>{{{value}}}</option>{{/attribute_values_array}}</optgroup> {{/grouped_values_array}} {{^grouped_values_array}} {{#values}}<option value="{{value_id}}" {{#selected}} selected{{/selected}}{{^has_stock}} class="attributes-option--out-of-stock"{{/has_stock}}>{{{value}}}</option>{{/values}} {{/grouped_values_array}} </select></div> {{#size_guide}}<div class="col l-offset-1 l-col-10 m-col-32 m-offset-0 s-text-align-center attributes-size-guide"> <a href="{{.}}" class="modal-ajax size-guide-link" rel="nofollow"><span class="ico icon-size-guide"></span>Size Guide</a></div> {{/size_guide}}</div></div> {{/display_as.dropdown}}</div> {{/attributes}} {{#parent_product_bundle}} {{^attributes}} <span class="product-parent-bundle__single-child">{{parent_product_bundle_single_child_product}}</span> {{/attributes}} {{/parent_product_bundle}} {{#parent_product_bundle}}<div class="js-product-alerts" id="js-product-alert-{{bundle_parent_product_id}}"></div>{{/parent_product_bundle}} </script></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277998718-options-controls"><div class="product-slice--1450277998718-options-controls"><div id="js-product-options-controls" class="options-container"></div> <script id="tache-js-product-options-controls" type="text/template"><div class="ajax-loading options-ajax-loader" style="display:none"></div> </script></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277998718-options-buttons"><div class="product-slice--1450277998718-options-buttons"><div id="js-product-alerts" class="js-product-alerts options-container"></div><div id="js-product-options-buttons" class="options-container"></div> <script>vs.q(function(){Product.onEvent('options',function(json){var selection=Product.getProductSelection(),$addToBasketButton=$('#js-add-to-basket-button, #js-add-to-basket-button-bundle-deposit-percentage'),$addToWishlistButton=$('#js-add-to-wishlist'),$enquireButton=$('#js-enquire-button'),$product_prices=$('.product-content__price, #js-product-price-breaks'),$loginForPricesButton=$('#js-login-to-view-prices'),$backInStockButton=$('#js-back-in-stock-button'),$outOfStockButton=$('#js-out-of-stock-button'),$customiseButton=$('#js-product-customisation-button'),$customiseButtonMul=$('.js-product-customisation-button-multiple'),$canBuyButtons=$('#js-can-buy-buttons'),$canBuyButtonsPriceBreaks=$('.product-price-breaks-table__add-to-basket .button--add-basket'),$cannotBuyButtons=$('#js-cannot-buy-buttons'),$deliveryCountdown=$('#js-delivery-countdown'),$externalURL=$('#js-external-url'),$productOptions=$('#js-product-options'),$pre_release=false,$hide_enquire_button_when_out_of_stock=false;$show_no_stock_as_preorder=false;if(typeof json.attributes!=='undefined'&&!json.attributes.length&&!$productOptions.siblings('div').length&&typeof json.parent_bundle_options=='undefined'){$productOptions.parent().hide();$('#js-product-options-cover').appendTo($('#js-product-options-buttons'));} function hideButtons($el){$el.children('button').hide();return $el;} hideButtons($canBuyButtons).hide();hideButtons($cannotBuyButtons).hide();if((typeof selection.stock_message_show_enquire_button!=='undefined'&&selection.stock_message_show_enquire_button=='Y')||(typeof selection.stock_message_show_wishlist_button!=='undefined'&&selection.stock_message_show_wishlist_button=='Y')){hideButtons($cannotBuyButtons).show();if($hide_enquire_button_when_out_of_stock&&!Product.flags.inStock){var no_attributes_available=false;$('.attributes-select').each(function(i){if($(this).children('option').length<=1){no_attributes_available=true;return;}});(!no_attributes_available&&$backInStockButton.length&&$backInStockButton.show())||$outOfStockButton.show();}else{$enquireButton.show();} $loginForPricesButton.show();}else if(Product.flags.inStock||($show_no_stock_as_preorder&&typeof selection.days_till_release!=='undefined'&&$.isNumeric(selection.days_till_release)&&selection.days_till_release>0)){hideButtons($canBuyButtons).show();$addToBasketButton.show();$customiseButton.show();$customiseButtonMul.show();}else{hideButtons($cannotBuyButtons).show();var no_attributes_available=false;$('.attributes-select').each(function(i){if($(this).children('option').length<=1){no_attributes_available=true;return;}});(!no_attributes_available&&$backInStockButton.length&&$backInStockButton.show())||$outOfStockButton.show();} $('#js-button-separator')[$canBuyButtons.is(':visible')&&$cannotBuyButtons.is(':visible')?'show':'hide']();if(typeof selection.total_stock_level!=='undefined'&&$pre_release&&typeof $pre_release!=='undefined'&&selection.total_stock_level==0){$deliveryCountdown.hide();} if($deliveryCountdown.length){$deliveryCountdown.hide();var show_countdown=$canBuyButtons.is(':visible')||$canBuyButtonsPriceBreaks.is(':visible');$deliveryCountdown[show_countdown?'show':'hide']();}}).onEvent('added_to_wishlist',function(){$('#js-add-to-wishlist .icon-heart').addClass('wishlist_added');$('.wishlist_add_text').addClass('wishlist_text_added');$('.wishlist_add_text').html('Remove from Wishlist');}).onEvent('removed_from_wishlist',function(){$('#js-add-to-wishlist .icon-heart').removeClass('wishlist_added');$('.wishlist_add_text').removeClass('wishlist_text_added');$('.wishlist_add_text').html('Add To Wishlist');});});</script> <script id="tache-js-product-options-buttons" type="text/template"><div class="product-options-buttons flex"><div class="product-buttons"><div id="js-can-buy-buttons"> <button id="js-add-to-basket-button" class="button--lg button--add-basket " data-title="Add to Basket" onclick="Product.addToBasket()">Add to Basket</button></div><div id="js-button-separator" class="product-buttons__separator" style="display:none">- or -</div><div id="js-cannot-buy-buttons" style="display:none"> <button id="js-back-in-stock-button" class="button--lg button--add-basket button--add-basket--back-in-stock" onclick="if(Product.validateSelection())openModal('https://www.homesdirect365.co.uk/stock-notifications-i12?p=' + Product.getProductID())">Email me when back in stock</button> <button id="js-enquire-button" class="button--lg button--add-basket--enquiry" >Enquire</button> <button id="js-out-of-stock-button" class="button--lg button--add-basket--out-of-stock">Out of Stock</button></div></div> <button id="js-add-to-wishlist" class="button--1 button--med button--add-wishlist button--add-wishlist--1" onclick="Product.addToWishList()"> <span class="ico icon-heart" data-parent-product-id="42087"></span> <span class="wishlist_add_text">Add To Wishlist</span> </button></div><div class="ajax-loading options-ajax-loader" style="display:none"></div> </script><div id="js-added-to-basket"></div><script id="tache-js-added-to-basket" type="text/template"><div class="added-to-basket"> <span id="js-added-close-button" class="added-to-basket__close s-only"><i class="ico icon-close" aria-label="close popup"></i></span> {{#items}}<p> <span class="added-to-basket__title">Added to your basket -</span> <span class="added-to-basket__product"> {{quantity_added}} x {{title}} </span></p> {{/items}} {{^items}} <span class="added-to-basket__title">Added to your basket -</span> <span class="added-to-basket__product"> {{quantity}} x {{title}} </span> {{/items}}<div class="added-to-basket__buttons"> <a class="button added-to-basket__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a> <a class="button added-to-basket__button added-to-basket__button--checkout" href="/basket" onclick="parent.window.location='/basket';return false">Checkout</a></div></div> </script><div id="js-added-to-basket-multi"></div> <script id="tache-js-added-to-basket-multi" type="text/template"><div class="added-to-basket"> <span id="js-added-close-button" class="added-to-basket__close s-only"><i class="ico icon-close" aria-label="close popup"></i></span> <span class="added-to-basket__title">Added to your basket</span> {{#items}} <span class="added-to-basket__spacer"/> <span class="added-to-basket__product added-to-basket__product-multi"><br/>{{quantity}} x {{title}}</span> {{/items}}<div class="added-to-basket__buttons"> <a class="button added-to-basket__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a> <a class="button added-to-basket__button added-to-basket__button--checkout" href="/basket" onclick="parent.window.location='/basket';return false">Checkout</a></div></div> </script><div id="js-added-to-wishlist"></div> <script id="tache-js-added-to-wishlist" type="text/template"><div class="added-to-basket"> <span class="added-to-basket__title">Added to your wishlist -</span> <span class="added-to-basket__product">{{quantity}} x {{{title}}}</span><div class="added-to-basket__buttons"> <a class="button added-to-basket__button added-to-wishlist__button" href="/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}" onclick="parent.window.location='/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}';return false"><span class="ico icon-heart"></span> View Wishlist</a></div></div> </script><div id="js-removed-from-wishlist"></div> <script id="tache-js-removed-from-wishlist" type="text/template"><div class="added-to-basket removed-from-basket"> <span class="removed-from-basket__title">Removed from Wishlist -</span> <span class="removed-from-basket__product">{{quantity}} x {{{title}}}</span><div class="removed-from-basket__buttons"> <a class="button removed-from-basket__button removed-from-wishlist__button" href="/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}" onclick="parent.window.location='/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}';return false"><span class="ico icon-heart"></span> View Wishlist</a></div></div> </script><div id="js-added-to-wishlist-multi"></div> <script id="tache-js-added-to-wishlist-multi" type="text/template"><div class="added-to-basket"> <span class="added-to-basket__title">Added to your wishlist -</span> {{#items}} <span class="added-to-basket__product added-to-basket__product-multi">{{quantity}} x {{title}}</span> {{/items}}<div class="added-to-basket__buttons"> <a class="button added-to-basket__button added-to-wishlist__button" href="/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}" onclick="parent.window.location='/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}';return false"><span class="ico icon-heart"></span> View Wishlist</a></div></div> </script><div id="js-added-to-sample"></div> <script id="tache-js-added-to-sample" type="text/template"><div class="added-to-basket"> <span class="added-to-basket__title">Added to your basket -</span> <span class="added-to-basket__product">{{quantity}} x {{title}}</span><div class="added-to-basket__buttons"> <a class="button added-to-basket__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a> <a class="button added-to-basket__button added-to-basket__button--checkout" href="/basket" onclick="parent.window.location='/basket';return false">Checkout</a></div></div> </script><div id="js-sample-limit-reached"></div> <script id="tache-js-sample-limit-reached" type="text/template"><div class="sample-limit-reached"> <span class="sample-limit-reached__title">Sample Limit Reached -</span> <span class="sample-limit-reached__product">Sorry. You can add a maximum of 4 samples to your basket. Please remove some samples, before adding a new one.</span><div class="sample-limit-reached__buttons"> <a class="button sample-limit-reached__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a></div></div> </script></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--s146764788437012"><div class="product-slice--s146764788437012"></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450278001732"><div class="product-slice--1450278001732"><div id="js-product-tabs__1450278001732" data-slice-id="1450278001732" class="product-tabs-slice__1450278001732 product-tabs-no-js product-tabs product-tabs-vertical product-tabs-header-full-width product-tabs-layout-block"><ul class="product-tabs__ul no-bullet"><li class="product-tabs__li product-tabs__li--5"> <a class="product-tabs__list__item__link" href="#tab-1450278001732-1">Product Description </a></li><li class="product-tabs__li product-tabs__li--5"> <a class="product-tabs__list__item__link" href="#tab-1450278001732-3">Delivery Information </a></li><li class="product-tabs__li product-tabs__li--5"> <a class="product-tabs__list__item__link" href="#tab-1450278001732-5">Size Converter </a></li></ul><div id="tab-1450278001732-1" class="product-tabs__content" data-slice-id="1450278001732"><div class="grid-32 product-tabs__content_expander" ><div class="row"><div class="col l-col-32"><div class="product-tabs__content__slice"><div class="product-tabs__content__cms"><ul><li>Part of the Handmade Mango Wood Collection</li><li>Crafted from mango wood</li><li>Single tripod bar stool with multi tweed finished seat</li></ul></div></div><div class="product-tabs__content__slice"><div id="product__description" class="product-tabs__content__cms"><div>Compact and made from mango wood, this Handmade Mango Tripod Tweed Bar Stool is ideal for use as a kitchen stool in a bar type area. Perfect for anyone is wishes to use their kitchen/dining area as a more of a social point with their family and friends, this small, sturdy stool can easily be moved around with ease. Thanks to their clever compact design and beautiful oak effect finish, these stools are gorgeously&nbsp;charming and practical. With a multi tweed seat, this seat is stylish and comfortable.</div><ul><li>Height: 45cm</li><li>Diameter: 35cm</li></ul></div></div></div></div></div></div><div id="tab-1450278001732-3" class="product-tabs__content" data-slice-id="1450278001732"><div class="grid-32 product-tabs__content_expander" ><div class="row"><div class="col l-col-32"><div class="product-tabs__content__slice"><div class="product-tabs__content__cms"><p>Please note that we have over 9,000 products on our website and could not possibly hold all of these in stock. Please call first if you need to know whether or not an item is in stock if this is something that is needed urgently</p><p>Free Delivery:</p><p>All orders over &pound;600 will have free UK mainland delivery automatically applied. Delivery outside UK mainland (including Scottish Highlands &amp; Northern Ireland) please contact us for a delivery quote. For delivery quotes outside of the UK mainland (including Scottish Highlands &amp; Northern Ireland) , please email your full delivery address and also the reference numbers of the items you're interested in.</p><p>Delivery Time For Items That ARE In Stock:</p><p>Delivery time frame will be approximately 3 - 21 working days for items that are in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.</p><p>Delivery Time For Items That ARE NOT In Stock:</p><p>Delivery time frame to us will be approximately 4 - 16 weeks for items that are not in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.</p><p>You will be contacted via email with an update on your order within 72 working hours. We will continue with follow up emails&nbsp;on the progress of your order as we receive your items in stock.</p><p>For more information or to view our full delivery &amp; returns, please click <a href="https://www.homesdirect365.co.uk/delivery-returns-i5">here</a></p></div></div></div></div></div></div><div id="tab-1450278001732-5" class="product-tabs__content" data-slice-id="1450278001732"><div class="grid-32 product-tabs__content_expander" ><div class="row"><div class="col l-col-32"><div class="product-tabs__content__slice"><div id="js-formholder-5cbb173b998643667"></div> <script>vs.q(function(){$.ajax({method:'POST',url:'/formbuilder/resurrect',data:{form:"uPG6fnFA6fmUoW0\/l9TORwbipV54o1qKAOgIhp5F88sUYueBrNpcdxO5LrTsqe3ObWsZ6pOCrW2\/bSvPoG\/5Ux5tpnTXxoYLt0sELcI2BuB0E6WNgvV7WajSL0nYp5sqqTY5UWazULo3XhtBrlInTJnDyMY\/cH0p2jjaFSDgjsCI4nrEC47pAitNR5Bis5+Gl9DbL5Ue1VrPImqdWT0v9QiA5p9x8Q8\/eJhapw64+lSy5iY3KAhEjg4C4+1AmjAbwbfnQ+z9JKCV+7sjbJCkJucgq0AbJH8DNUTQFLtsl3SYPHSJD+Q9KKyH8XfZkv2F6D56X1vxEXQqvwL9WX1QboUTllzv71nwPpQdup+IOZetpikPBYF9p9SL587zbgnd+KwsPxJ2C10dOP8WIbhLroiOJsSsceC4ZRIldWaTcqueojE3qCpfg9sjP4SfLVR2o78Sj80p1vMAEEvsMa8AXOGLG1VbVa31La4xnG+ADqzdCJhv1VFYzyeUgaMBSj5K"}}).done(function(msg){$('#js-formholder-5cbb173b998643667').html(msg);var reProcessVSQueueFormBuilder5cbb173b998643667=setInterval(function(){if(!vs.jsQueueRunning){clearInterval(reProcessVSQueueFormBuilder5cbb173b998643667);vs.runMasterQueue();}},5);});});</script> </div></div></div></div></div></div> <script>vs.q(function(){var tab_animate_running=false;$(window).on('hashchange',function(){if(tab_animate_running){return;} tab_animate_running=true;var hash=window.location.hash,$el,$tab;if(hash.length&&hash!=='#'&&($el=$(hash))&&($el.length||($el=$(hash.replace('#','.'))))&&$el.length){$tab=$el.first().parents('.product-tabs__content');if($tab.length==0&&$el.first().is('.product-tabs__content')){$tab=$el.first();} if($tab.length){history.replaceState('',document.title,window.location.pathname);window.location.hash=$tab.attr('id');setTimeout(function(){var scrollDistance=$tab.offset().top,$sticky=$('.site-header--sticky');if($sticky.length){scrollDistance-=parseInt($sticky.height());} $('html, body').animate({scrollTop:scrollDistance},500);tab_animate_running=false;history.replaceState('',document.title,window.location.pathname);},100);}}});$('#js-product-tabs__1450278001732').responsiveTabs({startCollapsed:vs.deviceType()==='mobile'&&true?'accordion':false,scrollToAccordion:true,scrollToAccordionOnLoad:false,setHash:false,active:[],collapsible:true});});</script> <script>vs.q(function(){$('.product-tabs__list__item.active').each(function(){$tab_id=$(this).children('.product-tabs__list__item__link').attr("href");show_read_more($($tab_id));});$('.product-tabs__list__item__link').click(function(){$tab_id=$(this).attr("href");show_read_more($($tab_id));});function show_read_more(el){$tab_container=el.find('.product-tabs__content_expander');$tab_height=$tab_container.outerHeight();$tab_content=$tab_container.find('.product-tabs__content__cms');$tab_content.each(function(i){var content_height=$(this).innerHeight();if(content_height>=$tab_height){$tab_container.siblings('.tab-read-more').show();}});} $('.tab-read-more').click(function(){$(this).siblings('.product-tabs__content_expander').css('max-height','none');$(this).hide();});});</script> </div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--s145570243086165"><div class="product-slice--s145570243086165"><div class="product-actions"><div class="row"><div class="col l-col-third m-col-16 sl-col-16 s-col-32 text-align-center product-actions__button product-actions__button--price-match"> <a class="button product-actions__button__link modal-ajax " href="/price-match-i25?p=42087" onclick="" rel="nofollow"><div class="product-actions__button__link--wrapper">Price Match</div> </a></div><div class="col l-col-third m-col-16 sl-col-16 s-col-32 text-align-center product-actions__button product-actions__button--ask-a-question"> <a class="button product-actions__button__link modal-ajax " href="/ask-a-question-tb10?p=42087" onclick="" rel="nofollow"><div class="product-actions__button__link--wrapper">Ask a Question</div> </a></div><div class="col l-col-third m-col-16 sl-col-16 s-col-32 text-align-center product-actions__button product-actions__button--tell-a-friend"> <a class="button product-actions__button__link modal-ajax " href="/tell-a-friend-i11?p=42087&amp;u=https%3A%2F%2Fwww.homesdirect365.co.uk%2Fhandmade-mango-tripod-tweed-bar-stool-p42087" onclick="" rel="nofollow"><div class="product-actions__button__link--wrapper">Email a Friend</div> </a></div></div></div></div></div><div class="product-slice slice-medium slice-small" data-set="append--product-slice--1450278100319"></div></div></div></div></div><div class="section " data-set="append--section--1450364561623"><div class="container container--pad section--1450364561623"><div class="row section section--1450364561623"><div class="col col--1450364561623_1"><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450364565381"><div class="product-slice--1450364565381"><div id="js-product-upselling-holder-155576505152660" class="product-upselling-holder"></div> <script>vs.q(function(){function toggle_buy_the_look_button(){} Product.onEvent('options_updated',function(){toggle_buy_the_look_button();});$.getJSON('/ajax/product_upselling/42087/full/0/1/1-1-1-1',function(json){$('#js-product-upselling-holder-155576505152660').html(json.content);toggle_buy_the_look_button();if(typeof(match_details_height)=='function'){match_details_height();} refreshProductHeight();},5);});var recently_viewed_products_shown=false;</script> </div></div></div></div></div></div></div> <script>vs.q(function(){$('.product-slice--1450278100319').appendAround();$('.product-slice--s154929102716143').appendAround();$('.product-slice--s146496082785741').appendAround();});</script> <script>vs.q(function(){Product.triggerEvent('event_queue_ready');});</script> <div id="js-recently-viewed-products-holder-155576505111540"></div> <script>vs.q(function(){if(typeof recently_viewed_products_shown=='undefined'||!recently_viewed_products_shown){$.getJSON('/ajax/recently_viewed_products',function(json){$('#js-recently-viewed-products-holder-155576505111540').html(json.content);});}});</script> <footer id="js-site-footer" class="site-footer grid-32"><div class="site-footer__newsletter"><div class="container--pad container--pad--no-bg"><form action="/newsletter/index" method="post" class="footer_newsletter_signup"><div class="site-footer__top__newsletter"><div class="table search-form"><div class="table__cell"> <label class="site-footer__top__newsletter__title" for="mailing_box"><i class="ico icon-envelope"></i> <span>Sign up today for exclusive news, new products and special offers:</span></label></div><div class="table__cell search-form-input"><div id="signup-result" class="signup-result"></div> <input id="mailing_box" class="input--expand no-border-right" name="email_address" type="email" placeholder="Enter your email address..." /></div><div class="table__cell"> <button class="button--1 no-border-left" value="true" name="subscribe" type="submit" onclick="if(document.getElementById('mailing_box').value == 'Enter your email address...' || document.getElementById('mailing_box').value == '') {alert('Please enter a valid email address');return false;}">JOIN</button></div></div></div></form><div class="site-footer__newsletter_terms text-align-center"></div> <script>var NewsletterSignupMessages={error:"Unfortunately we were not able to subscribe you to our newsletter as the email address you entered is not valid.",success:"Thank you for entering your email address, you are now subscribed to our newsletter.",existing:"It appears you're already signed up to receive our newsletter."};var email_prefs=false;vs.q(function(){var isMakingRequest=false;$('.footer_newsletter_signup').submit(function(e){e.preventDefault();if(isMakingRequest)return;var $container=$(this),data=$container.serialize(),$result=$container.find('.signup-result').hide();data+='&subscribe=1';isMakingRequest=true;$('.footer_newsletter_signup').addClass('signup-loading');$('.footer_newsletter_signup').removeClass('signup-existing signup-success signup-error');$.ajax({url:$container.attr('action'),data:data,dataType:'json',type:'POST',complete:function(){isMakingRequest=false;$('.footer_newsletter_signup').removeClass('signup-loading');},success:function(json){if(typeof json.success!=='undefined'&&json.success){if(typeof json.existing!=='undefined'&&json.existing){var existing_dialog=NewsletterSignupMessages.existing+(email_prefs?' '+NewsletterSignupMessages.existing_email_pref:'');$result.html(existing_dialog);$('.footer_newsletter_signup').addClass('signup-existing');}else{var success_dialog=NewsletterSignupMessages.success+(email_prefs?' '+NewsletterSignupMessages.success_email_pref:'');$result.html(success_dialog);$('.footer_newsletter_signup').addClass('signup-success');}}else{$result.html(NewsletterSignupMessages.error);$('.footer_newsletter_signup').addClass('signup-error');} $result.show().delay(email_prefs?10000:3000).fadeOut('slow');}});});});</script> </div></div><div class="site-footer__top"><div class="row container--pad container--pad--no-bg"><div class="site-footer__top__social-wrap col l-col-6 s-col-30 s-offset-1 m-col-30 m-offset-1 left m-float--reset"> <span class="site-footer__top__quick-links__title s-text-align-center">Follow Us Online</span><ul class="site-footer__top__social social-icon__ul inline-list"><li class="social__icon social__icon--facebook"><a href="https://www.facebook.com/HomesDirect365/" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Facebook" class="ico icon-facebook"><span>Follow Us On Facebook</span></a></li><li class="social__icon social__icon--twitter"><a href="https://twitter.com/homesdirect365" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Twitter" class="ico icon-twitter"><span>Follow Us On Twitter</span></a></li><li class="social__icon social__icon--instagram"><a href="https://www.instagram.com/homesdirect365" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Instagram" class="ico icon-instagram"><span>Follow Us On Instagram</span></a></li><li class="social__icon social__icon--pinterest"><a href="https://www.pinterest.co.uk/homesdirect365/" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Pinterest" class="ico icon-pinterest"><span>Follow Us On Pinterest</span></a></li><li class="social__icon social__icon--youtube"><a href="https://www.youtube.com/c/Homesdirect365CoUk/about" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On YouTube" class="ico icon-youtube"><span>Follow Us On YouTube</span></a></li><li class="social__icon social__icon--houzz"><a href="https://www.houzz.co.uk/pro/homesdirect365/homesdirect365" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Houzz" class="ico icon-houzz"><span>Follow Us On Houzz</span></a></li><li class="social__icon social__icon--flickr"><a href="https://www.flickr.com/photos/144932935@N07" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Flickr" class="ico icon-flickr"><span>Follow Us On Flickr</span></a></li><li class="social__icon social__icon--tumblr"><a href="http://homesdirect365uk.tumblr.com" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Tumblr" class="ico icon-tumblr"><span>Follow Us On Tumblr</span></a></li><li class="social__icon social__icon--blog"><a href="/blog" class="ico icon-blog" title="View Our Blog"><span>View Our Blog</span></a></li></ul></div><div id="js-site-footer__top__quick-links" class="site-footer__top__quick-links col l-col-25 l-offset-1 m-col-30 m-offset-1 s-col-32 left m-float--reset"><div class="row"><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Customer Info</span><ul class="no-bullet"><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/cookies">Cookie Policy</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/privacy-policy-i4">Privacy Policy</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/sitemap">Site Map</a></li><li class="footer-group__content"><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/downloads/ILW-Logo.jpg" alt="" width="100" class="lazyload" /></p></li><li class="footer-group__content"><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/downloads/1540044264new_logo.jpg" alt="" width="100" class="lazyload" /></p></li></ul></div><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Orders</span><ul class="no-bullet"><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/delivery-returns-i5">Delivery &amp; Returns</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/payment-security-i18">Payment &amp; Security</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/terms-conditions-i7">Terms &amp; Conditions</a></li><li class="footer-group__content"> <a href="/interest-free-credit-french-shabby-chic-mirrored-furniture-i30 ">Get Finance</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/gift_vouchers">Gift Vouchers</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/blog">Our Blog</a></li></ul></div><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Our Details</span><ul class="no-bullet"><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/contact-us-i3">Contact Us</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/about-us-i1">About Us</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/competitions">Competitions</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/map">Our Location</a></li></ul></div><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Top Categories</span><ul class="no-bullet"><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487">French Furniture</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/french-furniture-c487/shabby-chic-furniture-c2128">Shabby Chic Furniture</a></li><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/contemporary-modern-furniture-c2050/mirrored-furniture-c2078">Mirrored Furniture</a></li><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487/matching-ranges-c372">Matching Ranges</a></li><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/french-mirrors-c437">French Mirrors</a></li></ul></div></div></div></div></div><div class="site-footer__middle"><div class="row container--pad"><div class="site-footer__middle__item col l-col-16 s-col-32 s-text-align-center sl-col-15 sl-offset-1 sl-text-align-left"> © 2019 Homesdirect 365. All Rights Reserved.</div><div class="site-footer__middle__item col l-col-16 text-align-right s-col-32 s-text-align-center sl-col-15 sl-text-align-right"> <a href='http://www.visualsoft.co.uk' title='eCommerce by Visualsoft'>eCommerce</a> by Visualsoft</div></div></div><div class="site-footer__lower"><div class="row"><ul class="card-logos no-bullet"><li class="card-logos__logo card-logos__logo--mastercard"></li><li class="card-logos__logo card-logos__logo--visa"></li><li class="card-logos__logo card-logos__logo--maestro"></li><li class="card-logos__logo card-logos__logo--paypal"></li><li class="card-logos__logo card-logos__logo--sagepay"></li><li class="card-logos__logo card-logos__logo--american-express"></li><li class="card-logos__logo card-logos__logo--pay4later"></li><li class="card-logos__logo card-logos__logo--bacs"></li></ul></div><div class="row text-align-center"><div id="footer_credit" class="footer-credit"> Homesdirect 365 LTD Registered office Unit G4, Skippers Lane Industrial Estate, Middlesbrough, TS6 6UR, Registered in UK<br/>Company Registration Number 06879985 VAT no. 932230459</div></div></div> </footer> <section class="modal--show" id="modal-box" tabindex="-1" role="dialog" aria-labelledby="modal-box-header" aria-hidden="true"><div class="modal-inner"> <header id="modal-box-header"></header><div class="modal-content"><div class="ajax-loading modal-loading"><div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div><div class="modal-content-data"></div></div></div> <a href="javascript:void(0)" class="modal-close" data-close="Close" data-dismiss="modal" aria-label="close popup">?</a> </section> <script>var collapsed_icon='icon-plus';var expanded_icon='icon-minus';vs.q(function(){function MobMenuLoad(){if(vs.deviceType()=='mobile'){$('#js-hide-menu').removeClass('site-header__top__toggle--hide');}} MobMenuLoad();$(window).resize(function(){MobMenuLoad();});},3);</script> <script>function getShCookie() {return($.cookie('_sh')||'').split(',').filter(function(item){return Boolean(item);}).map(function(item){return--item;});} vs.q(function(){var $closeBanner=$('.site-header__sticky__close');$closeBanner.on('click',function(){var $parent=$(this).closest('.site-header__sticky');if(typeof jQuery!=='undefined'){$parent.hide();var oldValues=getShCookie();var thisStickyHeader=$(this).closest('.site-header__sticky').get(0);var promoIndex=$('.site-header__sticky').toArray().indexOf(thisStickyHeader);if(promoIndex!==-1){oldValues.push(promoIndex);} var newCookieValue=oldValues.map(function(item){return++item;}).join(',');$.cookie('_sh',newCookieValue,{expires:14,path:'/'});}});if(typeof document.cookie!=='undefined'&&document.cookie.indexOf('_sh')!==-1){var promos=$('.site-header__sticky').toArray();var closedPromoIndexs=getShCookie();closedPromoIndexs.forEach(function(item){item=Number(item);var promoElement=promos[item];$(promoElement).hide();});};})</script> <script>vs.q(function(){var $siteHeader=$('.site-header'),$overlay=$('.site-overlay'),$headerNav=$('.site-header__nav'),$headerNavItem=$('.drop-down--nav'),$headerNavMenu=$('.site-header__nav__menu'),delay=0;if($overlay.length){$siteHeader.addClass('site-header--overlay');} if(delay>0){$headerNavItem.addClass('drop-down--nav--delay');function over(ev){if($overlay.length){$headerNav.addClass('active_overlay');$overlay.show();} $(this).addClass('delay');var hovered=document.elementFromPoint(ev.clientX,ev.clientY);$(hovered).trigger(ev);} function out(){if($overlay.length){$headerNav.removeClass('active_overlay');$overlay.hide();} $(this).removeClass('delay');} $headerNavMenu.hoverIntent({over:over,out:out,interval:delay,timeout:100,});}else if($overlay.length){$headerNavItem.on('mouseenter',function(){if(vs.deviceType()!='mobile'){$overlay.show();$headerNav.addClass('active_overlay');$(this).addClass('active_dropdown');}}).on('mouseleave',function(){if(vs.deviceType()!='mobile'){$overlay.hide();$headerNav.removeClass('active_overlay');$(this).removeClass('active_dropdown');}});}});</script> <script>vs.js('https://www.homesdirect365.co.uk/media/js/jquery,picturefill,appendAround,matchHeight,jquery-cookie,modal,modal-ajax,modernizr,slick,slickSlider,fastclick,jquery-scrollto,jquery-viewport,responsiveTabs,mustache,tache,common_resp,header,back_to_top,vs.debounce,blank-14112018jp20.js',function(){typeof jQuery!=='undefined'&&($=jQuery);},1);vs.js('https://www.homesdirect365.co.uk/media/js/formbuilder/form_validation,formbuilder/jquery.qtip.min,formbuilder/calculator,product,photoswipe,photoswipe-ui-default,cloudzoom,blank-14112018jp20.js',function(){var i,l=vs.vsjsq2.length;for(i=0;i<l;i++){try{vs.vsjsq2[i]();}catch(e){window.console&&console.error(e);}} vs.vsjsq2=[];},2);</script> <script>(function(w,e,b,g,a,i,n,s){w['ITCLKOBJ']=a;w[a]=w[a]||function(){(w[a].q=w[a].q||[]).push(arguments)},w[a].l=1*new Date();i=e.createElement(b),n=e.getElementsByTagName(b)[0];i.async=1;i.src=g;n.parentNode.insertBefore(i,n)})(window,document,'script','https://analytics.webgains.io/clk.min.js','ITCLKQ');ITCLKQ('set','internal.api',true);ITCLKQ('set','internal.cookie',true);ITCLKQ('click');</script> <script>vs.deferJS();</script> <script>window.lazySizesConfig=window.lazySizesConfig||{};window.lazySizesConfig.expand=200;window.lazySizesConfig.expFactor=1.2;!function(t,e){var n=function(t,e){"use strict";if(!e.getElementsByClassName)return;var n,i,a=e.documentElement,r=t.Date,o=t.HTMLPictureElement,s="addEventListener",l="getAttribute",c=t[s],u=t.setTimeout,d=t.requestAnimationFrame||u,f=t.requestIdleCallback,m=/^picture$/i,z=["load","error","lazyincluded","_lazyloaded"],v={},y=Array.prototype.forEach,g=function(t,e){return v[e]||(v[e]=new RegExp("(\\s|^)"+e+"(\\s|$)")),v[e].test(t[l]("class")||"")&&v[e]},h=function(t,e){g(t,e)||t.setAttribute("class",(t[l]("class")||"").trim()+" "+e)},p=function(t,e){var n;(n=g(t,e))&&t.setAttribute("class",(t[l]("class")||"").replace(n," "))},C=function(t,e,n){var i=n?s:"removeEventListener";n&&C(t,e),z.forEach(function(n){t[i](n,e)})},b=function(t,i,a,r,o){var s=e.createEvent("CustomEvent");return a||(a={}),a.instance=n,s.initCustomEvent(i,!r,!o,a),t.dispatchEvent(s),s},A=function(e,n){var a;!o&&(a=t.picturefill||i.pf)?a({reevaluate:!0,elements:[e]}):n&&n.src&&(e.src=n.src)},E=function(t,e){return(getComputedStyle(t,null)||{})[e]},w=function(t,e,n){for(n=n||t.offsetWidth;n<i.minSize&&e&&!t._lazysizesWidth;)n=e.offsetWidth,e=e.parentNode;return n},M=function(){var t,n,i=[],a=[],r=i,o=function(){var e=r;for(r=i.length?a:i,t=!0,n=!1;e.length;)e.shift()();t=!1},s=function(i,a){t&&!a?i.apply(this,arguments):(r.push(i),n||(n=!0,(e.hidden?u:d)(o)))};return s._lsFlush=o,s}(),N=function(t,e){return e?function(){M(t)}:function(){var e=this,n=arguments;M(function(){t.apply(e,n)})}},_=function(t){var e,n,i=function(){e=null,t()},a=function(){var t=r.now()-n;t<99?u(a,99-t):(f||i)(i)};return function(){n=r.now(),e||(e=u(a,99))}};!function(){var e,n={lazyClass:"lazyload",loadedClass:"lazyloaded",loadingClass:"lazyloading",preloadClass:"lazypreload",errorClass:"lazyerror",autosizesClass:"lazyautosizes",srcAttr:"data-src",srcsetAttr:"data-srcset",sizesAttr:"data-sizes",minSize:40,customMedia:{},init:!0,expFactor:1.5,hFac:.8,loadMode:2,loadHidden:!0,ricTimeout:0,throttleDelay:125};i=t.lazySizesConfig||t.lazysizesConfig||{};for(e in n)e in i||(i[e]=n[e]);t.lazySizesConfig=i,u(function(){i.init&&T()})}();var W=function(){var o,d,z,v,w,W,T,B,F,S,L,R,k,D,H=/^img$/i,O=/^iframe$/i,P="onscroll"in t&&!/glebot/.test(navigator.userAgent),$=0,I=0,q=-1,j=function(t){I--,t&&t.target&&C(t.target,j),(!t||I<0||!t.target)&&(I=0)},G=function(t,n){var i,r=t,o="hidden"==E(e.body,"visibility")||"hidden"!=E(t,"visibility");for(B-=n,L+=n,F-=n,S+=n;o&&(r=r.offsetParent)&&r!=e.body&&r!=a;)(o=(E(r,"opacity")||1)>0)&&"visible"!=E(r,"overflow")&&(i=r.getBoundingClientRect(),o=S>i.left&&F<i.right&&L>i.top-1&&B<i.bottom+1);return o},J=function(){var t,r,s,c,u,f,m,z,y,g=n.elements;if((v=i.loadMode)&&I<8&&(t=g.length)){r=0,q++,null==k&&("expand"in i||(i.expand=a.clientHeight>500&&a.clientWidth>500?500:370),R=i.expand,k=R*i.expFactor),$<k&&I<1&&q>2&&v>2&&!e.hidden?($=k,q=0):$=v>1&&q>1&&I<6?R:0;for(;r<t;r++)if(g[r]&&!g[r]._lazyRace)if(P)if((z=g[r][l]("data-expand"))&&(f=1*z)||(f=$),y!==f&&(W=innerWidth+f*D,T=innerHeight+f,m=-1*f,y=f),s=g[r].getBoundingClientRect(),(L=s.bottom)>=m&&(B=s.top)<=T&&(S=s.right)>=m*D&&(F=s.left)<=W&&(L||S||F||B)&&(i.loadHidden||"hidden"!=E(g[r],"visibility"))&&(d&&I<3&&!z&&(v<3||q<4)||G(g[r],f))){if(Z(g[r]),u=!0,I>9)break}else!u&&d&&!c&&I<4&&q<4&&v>2&&(o[0]||i.preloadAfterLoad)&&(o[0]||!z&&(L||S||F||B||"auto"!=g[r][l](i.sizesAttr)))&&(c=o[0]||g[r]);else Z(g[r]);c&&!u&&Z(c)}},K=function(t){var e,n=0,a=i.throttleDelay,o=i.ricTimeout,s=function(){e=!1,n=r.now(),t()},l=f&&o>49?function(){f(s,{timeout:o}),o!==i.ricTimeout&&(o=i.ricTimeout)}:N(function(){u(s)},!0);return function(t){var i;(t=!0===t)&&(o=33),e||(e=!0,(i=a-(r.now()-n))<0&&(i=0),t||i<9?l():u(l,i))}}(J),Q=function(t){h(t.target,i.loadedClass),p(t.target,i.loadingClass),C(t.target,V),b(t.target,"lazyloaded")},U=N(Q),V=function(t){U({target:t.target})},X=function(t){var e,n=t[l](i.srcsetAttr);(e=i.customMedia[t[l]("data-media")||t[l]("media")])&&t.setAttribute("media",e),n&&t.setAttribute("srcset",n)},Y=N(function(t,e,n,a,r){var o,s,c,d,f,v;(f=b(t,"lazybeforeunveil",e)).defaultPrevented||(a&&(n?h(t,i.autosizesClass):t.setAttribute("sizes",a)),s=t[l](i.srcsetAttr),o=t[l](i.srcAttr),r&&(c=t.parentNode,d=c&&m.test(c.nodeName||"")),v=e.firesLoad||"src"in t&&(s||o||d),f={target:t},v&&(C(t,j,!0),clearTimeout(z),z=u(j,2500),h(t,i.loadingClass),C(t,V,!0)),d&&y.call(c.getElementsByTagName("source"),X),s?t.setAttribute("srcset",s):o&&!d&&(O.test(t.nodeName)?function(t,e){try{t.contentWindow.location.replace(e)}catch(n){t.src=e}}(t,o):t.src=o),r&&(s||d)&&A(t,{src:o})),t._lazyRace&&delete t._lazyRace,p(t,i.lazyClass),M(function(){(!v||t.complete&&t.naturalWidth>1)&&(v?j(f):I--,Q(f))},!0)}),Z=function(t){var e,n=H.test(t.nodeName),a=n&&(t[l](i.sizesAttr)||t[l]("sizes")),r="auto"==a;(!r&&d||!n||!t[l]("src")&&!t.srcset||t.complete||g(t,i.errorClass)||!g(t,i.lazyClass))&&(e=b(t,"lazyunveilread").detail,r&&x.updateElem(t,!0,t.offsetWidth),t._lazyRace=!0,I++,Y(t,e,r,a,n))},tt=function(){if(!d)if(r.now()-w<999)u(tt,999);else{var t=_(function(){i.loadMode=3,K()});d=!0,i.loadMode=3,K(),c("scroll",function(){3==i.loadMode&&(i.loadMode=2),t()},!0)}};return{_:function(){w=r.now(),n.elements=e.getElementsByClassName(i.lazyClass),o=e.getElementsByClassName(i.lazyClass+" "+i.preloadClass),D=i.hFac,c("scroll",K,!0),c("resize",K,!0),t.MutationObserver?new MutationObserver(K).observe(a,{childList:!0,subtree:!0,attributes:!0}):(a[s]("DOMNodeInserted",K,!0),a[s]("DOMAttrModified",K,!0),setInterval(K,999)),c("hashchange",K,!0),["focus","mouseover","click","load","transitionend","animationend","webkitAnimationEnd"].forEach(function(t){e[s](t,K,!0)}),/d$|^c/.test(e.readyState)?tt():(c("load",tt),e[s]("DOMContentLoaded",K),u(tt,2e4)),n.elements.length?(J(),M._lsFlush()):K()},checkElems:K,unveil:Z}}(),x=function(){var t,n=N(function(t,e,n,i){var a,r,o;if(t._lazysizesWidth=i,i+="px",t.setAttribute("sizes",i),m.test(e.nodeName||""))for(a=e.getElementsByTagName("source"),r=0,o=a.length;r<o;r++)a[r].setAttribute("sizes",i);n.detail.dataAttr||A(t,n.detail)}),a=function(t,e,i){var a,r=t.parentNode;r&&(i=w(t,r,i),(a=b(t,"lazybeforesizes",{width:i,dataAttr:!!e})).defaultPrevented||(i=a.detail.width)&&i!==t._lazysizesWidth&&n(t,r,a,i))},r=_(function(){var e,n=t.length;if(n)for(e=0;e<n;e++)a(t[e])});return{_:function(){t=e.getElementsByClassName(i.autosizesClass),c("resize",r)},checkElems:r,updateElem:a}}(),T=function(){T.i||(T.i=!0,x._(),W._())};return n={cfg:i,autoSizer:x,loader:W,init:T,uP:A,aC:h,rC:p,hC:g,fire:b,gW:w,rAF:M}}(t,t.document);t.lazySizes=n,"object"==typeof module&&module.exports&&(module.exports=n)}(window);(function(window,factory){var globalInstall=function(){factory(window.lazySizes);window.removeEventListener('lazyunveilread',globalInstall,true);};factory=factory.bind(null,window,window.document);if(typeof module=='object'&&module.exports){factory(require('lazysizes'));}else if(window.lazySizes){globalInstall();}else{window.addEventListener('lazyunveilread',globalInstall,true);}}(window,function(window,document,lazySizes){'use strict';var bgLoad,regBgUrlEscape;var uniqueUrls={};if(document.addEventListener){regBgUrlEscape=/\(|\)|\s|'/;bgLoad=function(url,cb){var img=document.createElement('img');img.onload=function(){img.onload=null;img.onerror=null;img=null;cb();};img.onerror=img.onload;img.src=url;if(img&&img.complete&&img.onload){img.onload();}};addEventListener('lazybeforeunveil',function(e){if(e.detail.instance!=lazySizes){return;} var tmp,load,bg,poster;if(!e.defaultPrevented){if(e.target.preload=='none'){e.target.preload='auto';} tmp=e.target.getAttribute('data-link');if(tmp){addStyleScript(tmp,true);} tmp=e.target.getAttribute('data-script');if(tmp){addStyleScript(tmp);} tmp=e.target.getAttribute('data-require');if(tmp){if(lazySizes.cfg.requireJs){lazySizes.cfg.requireJs([tmp]);}else{addStyleScript(tmp);}} bg=e.target.getAttribute('data-bg');if(bg){e.detail.firesLoad=true;load=function(){e.target.style.backgroundImage='url('+(regBgUrlEscape.test(bg)?JSON.stringify(bg):bg)+')';e.detail.firesLoad=false;lazySizes.fire(e.target,'_lazyloaded',{},true,true);};bgLoad(bg,load);} poster=e.target.getAttribute('data-poster');if(poster){e.detail.firesLoad=true;load=function(){e.target.poster=poster;e.detail.firesLoad=false;lazySizes.fire(e.target,'_lazyloaded',{},true,true);};bgLoad(poster,load);}}},false);} function addStyleScript(src,style){if(uniqueUrls[src]){return;} var elem=document.createElement(style?'link':'script');var insertElem=document.getElementsByTagName('script')[0];if(style){elem.rel='stylesheet';elem.href=src;}else{elem.src=src;} uniqueUrls[src]=true;uniqueUrls[elem.src||elem.href]=true;insertElem.parentNode.insertBefore(elem,insertElem);}}));</script> <div id="js-floating-sidebar" class="floating-sidebar s-hide hide-for-print"></div><div id="js-back-to-top" class="back-to-top"> <span><i class="ico icon-left"></i>Top</span></div> <script id="deferred_css">(function(){setTimeout(function(){var l=document.createElement('link');l.rel='stylesheet';l.href='//www.homesdirect365.co.uk/media/css/footer.css,footer-generic.css,footer-third-party.css,card-logos-png,back-to-top.css,site-footer,multisite-footer,product-view.css,site-product-view,slices/product/upselling.css,site-product-upselling,blank-14112018jp20.css';var h=document.getElementsByTagName('title')[0];h.parentNode.insertBefore(l,h);},50);})();</script> <script> !function(a,l,b,c,k,s,t,g,A){a.CustomerConnectAnalytics=k,a[k]=a[k]||function(){(a[k].q=a[k].q||[]).push(arguments)},g=l.createElement(b),A=l.getElementsByTagName(b)[0],g.type="text/javascript",g.defer=!0,g.async=!0,g.src=c+"?id="+s+"&parentId="+t,A.parentNode.insertBefore(g,A)}(window,document,"script","//carbon-cdn.ccgateway.net/script","cca",window.location.hostname,"visualsoft.co.uk"); </script> </body></html>
[ "<footer id=\"js-site-footer\" class=\"site-footer grid-32\"><div class=\"site-footer__newsletter\"><div class=\"container--pad container--pad--no-bg\"><form action=\"/newsletter/index\" method=\"post\" class=\"footer_newsletter_signup\"><div class=\"site-footer__top__newsletter\"><div class=\"table search-form\"><div class=\"table__cell\">\n<label class=\"site-footer__top__newsletter__title\" for=\"mailing_box\"><i class=\"ico icon-envelope\"/> <span>Sign up today for exclusive news, new products and special offers:</span></label></div><div class=\"table__cell search-form-input\"><div id=\"signup-result\" class=\"signup-result\"/>\n<input id=\"mailing_box\" class=\"input--expand no-border-right\" name=\"email_address\" type=\"email\" placeholder=\"Enter your email address...\"/></div><div class=\"table__cell\">\n<button class=\"button--1 no-border-left\" value=\"true\" name=\"subscribe\" type=\"submit\" onclick=\"if(document.getElementById('mailing_box').value == 'Enter your email address...' || document.getElementById('mailing_box').value == '') {alert('Please enter a valid email address');return false;}\">JOIN</button></div></div></div></form><div class=\"site-footer__newsletter_terms text-align-center\"/> <script>var NewsletterSignupMessages={error:\"Unfortunately we were not able to subscribe you to our newsletter as the email address you entered is not valid.\",success:\"Thank you for entering your email address, you are now subscribed to our newsletter.\",existing:\"It appears you're already signed up to receive our newsletter.\"};var email_prefs=false;vs.q(function(){var isMakingRequest=false;$('.footer_newsletter_signup').submit(function(e){e.preventDefault();if(isMakingRequest)return;var $container=$(this),data=$container.serialize(),$result=$container.find('.signup-result').hide();data+='&amp;subscribe=1';isMakingRequest=true;$('.footer_newsletter_signup').addClass('signup-loading');$('.footer_newsletter_signup').removeClass('signup-existing signup-success signup-error');$.ajax({url:$container.attr('action'),data:data,dataType:'json',type:'POST',complete:function(){isMakingRequest=false;$('.footer_newsletter_signup').removeClass('signup-loading');},success:function(json){if(typeof json.success!=='undefined'&amp;&amp;json.success){if(typeof json.existing!=='undefined'&amp;&amp;json.existing){var existing_dialog=NewsletterSignupMessages.existing+(email_prefs?' '+NewsletterSignupMessages.existing_email_pref:'');$result.html(existing_dialog);$('.footer_newsletter_signup').addClass('signup-existing');}else{var success_dialog=NewsletterSignupMessages.success+(email_prefs?' '+NewsletterSignupMessages.success_email_pref:'');$result.html(success_dialog);$('.footer_newsletter_signup').addClass('signup-success');}}else{$result.html(NewsletterSignupMessages.error);$('.footer_newsletter_signup').addClass('signup-error');}\n$result.show().delay(email_prefs?10000:3000).fadeOut('slow');}});});});</script> </div></div><div class=\"site-footer__top\"><div class=\"row container--pad container--pad--no-bg\"><div class=\"site-footer__top__social-wrap col l-col-6 s-col-30 s-offset-1 m-col-30 m-offset-1 left m-float--reset\">\n<span class=\"site-footer__top__quick-links__title s-text-align-center\">Follow Us Online</span><ul class=\"site-footer__top__social social-icon__ul inline-list\"><li class=\"social__icon social__icon--facebook\"><a href=\"https://www.facebook.com/HomesDirect365/\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Facebook\" class=\"ico icon-facebook\"><span>Follow Us On Facebook</span></a></li><li class=\"social__icon social__icon--twitter\"><a href=\"https://twitter.com/homesdirect365\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Twitter\" class=\"ico icon-twitter\"><span>Follow Us On Twitter</span></a></li><li class=\"social__icon social__icon--instagram\"><a href=\"https://www.instagram.com/homesdirect365\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Instagram\" class=\"ico icon-instagram\"><span>Follow Us On Instagram</span></a></li><li class=\"social__icon social__icon--pinterest\"><a href=\"https://www.pinterest.co.uk/homesdirect365/\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Pinterest\" class=\"ico icon-pinterest\"><span>Follow Us On Pinterest</span></a></li><li class=\"social__icon social__icon--youtube\"><a href=\"https://www.youtube.com/c/Homesdirect365CoUk/about\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On YouTube\" class=\"ico icon-youtube\"><span>Follow Us On YouTube</span></a></li><li class=\"social__icon social__icon--houzz\"><a href=\"https://www.houzz.co.uk/pro/homesdirect365/homesdirect365\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Houzz\" class=\"ico icon-houzz\"><span>Follow Us On Houzz</span></a></li><li class=\"social__icon social__icon--flickr\"><a href=\"https://www.flickr.com/photos/144932935@N07\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Flickr\" class=\"ico icon-flickr\"><span>Follow Us On Flickr</span></a></li><li class=\"social__icon social__icon--tumblr\"><a href=\"http://homesdirect365uk.tumblr.com\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Tumblr\" class=\"ico icon-tumblr\"><span>Follow Us On Tumblr</span></a></li><li class=\"social__icon social__icon--blog\"><a href=\"/blog\" class=\"ico icon-blog\" title=\"View Our Blog\"><span>View Our Blog</span></a></li></ul></div><div id=\"js-site-footer__top__quick-links\" class=\"site-footer__top__quick-links col l-col-25 l-offset-1 m-col-30 m-offset-1 s-col-32 left m-float--reset\"><div class=\"row\"><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Customer Info</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/cookies\">Cookie Policy</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/privacy-policy-i4\">Privacy Policy</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/sitemap\">Site Map</a></li><li class=\"footer-group__content\"><p><img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"/downloads/ILW-Logo.jpg\" alt=\"\" width=\"100\" class=\"lazyload\"/></p></li><li class=\"footer-group__content\"><p><img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"/downloads/1540044264new_logo.jpg\" alt=\"\" width=\"100\" class=\"lazyload\"/></p></li></ul></div><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Orders</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/delivery-returns-i5\">Delivery &amp; Returns</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/payment-security-i18\">Payment &amp; Security</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/terms-conditions-i7\">Terms &amp; Conditions</a></li><li class=\"footer-group__content\">\n<a href=\"/interest-free-credit-french-shabby-chic-mirrored-furniture-i30 \">Get Finance</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/gift_vouchers\">Gift Vouchers</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/blog\">Our Blog</a></li></ul></div><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Our Details</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/contact-us-i3\">Contact Us</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/about-us-i1\">About Us</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/competitions\">Competitions</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/map\">Our Location</a></li></ul></div><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Top Categories</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487\">French Furniture</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/french-furniture-c487/shabby-chic-furniture-c2128\">Shabby Chic Furniture</a></li><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/contemporary-modern-furniture-c2050/mirrored-furniture-c2078\">Mirrored Furniture</a></li><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487/matching-ranges-c372\">Matching Ranges</a></li><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/french-mirrors-c437\">French Mirrors</a></li></ul></div></div></div></div></div><div class=\"site-footer__middle\"><div class=\"row container--pad\"><div class=\"site-footer__middle__item col l-col-16 s-col-32 s-text-align-center sl-col-15 sl-offset-1 sl-text-align-left\">\n© 2019 Homesdirect 365. All Rights Reserved.</div><div class=\"site-footer__middle__item col l-col-16 text-align-right s-col-32 s-text-align-center sl-col-15 sl-text-align-right\">\n<a href=\"http://www.visualsoft.co.uk\" title=\"eCommerce by Visualsoft\">eCommerce</a> by Visualsoft</div></div></div><div class=\"site-footer__lower\"><div class=\"row\"><ul class=\"card-logos no-bullet\"><li class=\"card-logos__logo card-logos__logo--mastercard\"/><li class=\"card-logos__logo card-logos__logo--visa\"/><li class=\"card-logos__logo card-logos__logo--maestro\"/><li class=\"card-logos__logo card-logos__logo--paypal\"/><li class=\"card-logos__logo card-logos__logo--sagepay\"/><li class=\"card-logos__logo card-logos__logo--american-express\"/><li class=\"card-logos__logo card-logos__logo--pay4later\"/><li class=\"card-logos__logo card-logos__logo--bacs\"/></ul></div><div class=\"row text-align-center\"><div id=\"footer_credit\" class=\"footer-credit\">\nHomesdirect 365 LTD Registered office Unit G4, Skippers Lane Industrial Estate, Middlesbrough, TS6 6UR, Registered in UK<br/>Company Registration Number 06879985 VAT no. 932230459</div></div></div>\n</footer>\n" ]
[ "<head><meta charset=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><title>Handmade Mango Tripod Tweed Bar Stool | Bar Stool | HomesDirect365</title><link rel=\"apple-touch-icon\" type=\"image/png\" href=\"/apple-touch-icon-57x57.png\" sizes=\"57x57\"/><link rel=\"apple-touch-icon\" type=\"image/png\" href=\"/apple-touch-icon-60x60.png\" sizes=\"60x60\"/><link rel=\"icon\" type=\"image/png\" href=\"/favicon-32x32.png\" sizes=\"32x32\"/><link rel=\"icon\" type=\"image/png\" href=\"/favicon-16x16.png\" sizes=\"16x16\"/><link rel=\"mask-icon\" href=\"/manifest.json\"/><link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\"/><meta name=\"vs_status_checker_version\" content=\"1\"/><meta name=\"vs_status_checker\" content=\"1\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,maximum-scale=1.0,user-scalable=0\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"msapplication-TileImage\" content=\"/mstile-144x144.png\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta content=\"\" name=\"cc-meta\" data-categories=\"Contemporary &amp; Modern Furniture|Dining|Bar Stools\" data-name=\"Handmade Mango Tripod Tweed Bar Stool\"/><meta name=\"keywords\" content=\"bar stool, wooden bar stool, oak effect bar stool, small bar stool\"/><meta name=\"description\" content=\"This oak effect bar stool will look superb in your bar area\"/><link rel=\"canonical\" href=\"https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087\"/><link rel=\"alternate\" type=\"application/rss+xml\" href=\"https://www.homesdirect365.co.uk/rss/1/productlistings/bar-stools/cat2066\"/> <script type=\"application/ld+json\">[{\"@context\":\"https://schema.org/\",\"@type\":\"Organization\",\"name\":\"Homesdirect 365\",\"url\":\"https://www.homesdirect365.co.uk\",\"logo\":\"https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg\",\"sameAs\":[\"https://www.facebook.com/HomesDirect365/\",\"https://twitter.com/homesdirect365\",\"https://www.pinterest.co.uk/homesdirect365/\",\"https://www.instagram.com/homesdirect365\",\"https://www.youtube.com/c/Homesdirect365CoUk/about\"]},{\"@context\":\"https://schema.org/\",\"@type\":\"Product\",\"name\":\"Handmade Mango Tripod Tweed Bar Stool\",\"image\":\"https://www.homesdirect365.co.uk/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_medium.jpg\",\"category\":[\"Contemporary &amp; Modern Furniture/Dining/Bar Stools\",\"Contemporary &amp; Modern Furniture/Matching Ranges/Handmade Mango Collection\"],\"SKU\":\"IN029\",\"Offers\":{\"@type\":\"Offer\",\"priceCurrency\":\"GBP\",\"price\":\"119.99\",\"itemcondition\":\"http://schema.org/NewCondition\",\"availability\":\"https://schema.org/InStock\",\"url\":\"https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087\"},\"url\":\"https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087\"}]</script> <style id=\"inline_css\">html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-appearance:textfield;box-sizing:content-box}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container{margin:0px auto}.container--pad{background:#ffffff}.container--pad--no-bg{background:transparent}@media only screen and (max-width:767px){.row--s-collapse--outer&gt;.col{padding:0}}@media only screen and (min-width:1025px){.row.row--collapse-l{margin:0}.row.row--collapse-l .col{padding:0}.container{width:1440px;max-width:100%}}@media only screen and (min-width:1025px) and (max-width:93.9999em){.container--pad,.m-container--pad{padding-left:2rem;padding-right:2rem}}@media only screen and (max-width:65.9999em){.container--pad{padding-left:0.5rem;padding-right:0.5rem}}@media only screen and (min-width:768px) and (max-width:1024px){.row.row--collapse-m{margin:0}.row.row--collapse-m .col{padding:0}.m-container--pad{padding-left:1rem;padding-right:1rem}}.row{width:1440px;max-width:100%;min-width:10px;margin:0 auto}.row .row{width:auto;max-width:none;min-width:0;margin:0 -5px}.row:before,.row:after{content:\"\";display:table}.row:after{clear:both}.row.row--collapse{margin:0}.row.row--collapse .col{padding:0}.row.row--collapse--outer .col:first-child{padding-left:0;padding-right:10px}.row.row--collapse--outer .col:last-child{padding-left:10px;padding-right:0}.col{width:100%;min-height:1px;padding:0 5px;display:inline;float:left}@media only screen and (max-width:767px){.grid-32 .s-col-1{width:3.125%}.grid-32 .s-offset-1{margin-left:3.125%}.grid-32 .s-col-2{width:6.25%}.grid-32 .s-offset-2{margin-left:6.25%}.grid-32 .s-col-3{width:9.375%}.grid-32 .s-offset-3{margin-left:9.375%}.grid-32 .s-col-4{width:12.5%}.grid-32 .s-offset-4{margin-left:12.5%}.grid-32 .s-col-5{width:15.625%}.grid-32 .s-offset-5{margin-left:15.625%}.grid-32 .s-col-6{width:18.75%}.grid-32 .s-offset-6{margin-left:18.75%}.grid-32 .s-col-7{width:21.875%}.grid-32 .s-offset-7{margin-left:21.875%}.grid-32 .s-col-8{width:25%}.grid-32 .s-offset-8{margin-left:25%}.grid-32 .s-col-9{width:28.125%}.grid-32 .s-offset-9{margin-left:28.125%}.grid-32 .s-col-10{width:31.25%}.grid-32 .s-offset-10{margin-left:31.25%}.grid-32 .s-col-11{width:34.375%}.grid-32 .s-offset-11{margin-left:34.375%}.grid-32 .s-col-12{width:37.5%}.grid-32 .s-offset-12{margin-left:37.5%}.grid-32 .s-col-13{width:40.625%}.grid-32 .s-offset-13{margin-left:40.625%}.grid-32 .s-col-14{width:43.75%}.grid-32 .s-offset-14{margin-left:43.75%}.grid-32 .s-col-15{width:46.875%}.grid-32 .s-offset-15{margin-left:46.875%}.grid-32 .s-col-16{width:50%}.grid-32 .s-offset-16{margin-left:50%}.grid-32 .s-col-17{width:53.125%}.grid-32 .s-offset-17{margin-left:53.125%}.grid-32 .s-col-18{width:56.25%}.grid-32 .s-offset-18{margin-left:56.25%}.grid-32 .s-col-19{width:59.375%}.grid-32 .s-offset-19{margin-left:59.375%}.grid-32 .s-col-20{width:62.5%}.grid-32 .s-offset-20{margin-left:62.5%}.grid-32 .s-col-21{width:65.625%}.grid-32 .s-offset-21{margin-left:65.625%}.grid-32 .s-col-22{width:68.75%}.grid-32 .s-offset-22{margin-left:68.75%}.grid-32 .s-col-23{width:71.875%}.grid-32 .s-offset-23{margin-left:71.875%}.grid-32 .s-col-24{width:75%}.grid-32 .s-offset-24{margin-left:75%}.grid-32 .s-col-25{width:78.125%}.grid-32 .s-offset-25{margin-left:78.125%}.grid-32 .s-col-26{width:81.25%}.grid-32 .s-offset-26{margin-left:81.25%}.grid-32 .s-col-27{width:84.375%}.grid-32 .s-offset-27{margin-left:84.375%}.grid-32 .s-col-28{width:87.5%}.grid-32 .s-offset-28{margin-left:87.5%}.grid-32 .s-col-29{width:90.625%}.grid-32 .s-offset-29{margin-left:90.625%}.grid-32 .s-col-30{width:93.75%}.grid-32 .s-offset-30{margin-left:93.75%}.grid-32 .s-col-31{width:96.875%}.grid-32 .s-offset-31{margin-left:96.875%}.grid-32 .s-col-32{width:100%}.grid-32 .s-offset-32{margin-left:100%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-1{width:3.125%}.grid-32 .sl-offset-1{margin-left:3.125%}.grid-32 .sl-col-2{width:6.25%}.grid-32 .sl-offset-2{margin-left:6.25%}.grid-32 .sl-col-3{width:9.375%}.grid-32 .sl-offset-3{margin-left:9.375%}.grid-32 .sl-col-4{width:12.5%}.grid-32 .sl-offset-4{margin-left:12.5%}.grid-32 .sl-col-5{width:15.625%}.grid-32 .sl-offset-5{margin-left:15.625%}.grid-32 .sl-col-6{width:18.75%}.grid-32 .sl-offset-6{margin-left:18.75%}.grid-32 .sl-col-7{width:21.875%}.grid-32 .sl-offset-7{margin-left:21.875%}.grid-32 .sl-col-8{width:25%}.grid-32 .sl-offset-8{margin-left:25%}.grid-32 .sl-col-9{width:28.125%}.grid-32 .sl-offset-9{margin-left:28.125%}.grid-32 .sl-col-10{width:31.25%}.grid-32 .sl-offset-10{margin-left:31.25%}.grid-32 .sl-col-11{width:34.375%}.grid-32 .sl-offset-11{margin-left:34.375%}.grid-32 .sl-col-12{width:37.5%}.grid-32 .sl-offset-12{margin-left:37.5%}.grid-32 .sl-col-13{width:40.625%}.grid-32 .sl-offset-13{margin-left:40.625%}.grid-32 .sl-col-14{width:43.75%}.grid-32 .sl-offset-14{margin-left:43.75%}.grid-32 .sl-col-15{width:46.875%}.grid-32 .sl-offset-15{margin-left:46.875%}.grid-32 .sl-col-16{width:50%}.grid-32 .sl-offset-16{margin-left:50%}.grid-32 .sl-col-17{width:53.125%}.grid-32 .sl-offset-17{margin-left:53.125%}.grid-32 .sl-col-18{width:56.25%}.grid-32 .sl-offset-18{margin-left:56.25%}.grid-32 .sl-col-19{width:59.375%}.grid-32 .sl-offset-19{margin-left:59.375%}.grid-32 .sl-col-20{width:62.5%}.grid-32 .sl-offset-20{margin-left:62.5%}.grid-32 .sl-col-21{width:65.625%}.grid-32 .sl-offset-21{margin-left:65.625%}.grid-32 .sl-col-22{width:68.75%}.grid-32 .sl-offset-22{margin-left:68.75%}.grid-32 .sl-col-23{width:71.875%}.grid-32 .sl-offset-23{margin-left:71.875%}.grid-32 .sl-col-24{width:75%}.grid-32 .sl-offset-24{margin-left:75%}.grid-32 .sl-col-25{width:78.125%}.grid-32 .sl-offset-25{margin-left:78.125%}.grid-32 .sl-col-26{width:81.25%}.grid-32 .sl-offset-26{margin-left:81.25%}.grid-32 .sl-col-27{width:84.375%}.grid-32 .sl-offset-27{margin-left:84.375%}.grid-32 .sl-col-28{width:87.5%}.grid-32 .sl-offset-28{margin-left:87.5%}.grid-32 .sl-col-29{width:90.625%}.grid-32 .sl-offset-29{margin-left:90.625%}.grid-32 .sl-col-30{width:93.75%}.grid-32 .sl-offset-30{margin-left:93.75%}.grid-32 .sl-col-31{width:96.875%}.grid-32 .sl-offset-31{margin-left:96.875%}.grid-32 .sl-col-32{width:100%}.grid-32 .sl-offset-32{margin-left:100%}}@media only screen and (min-width:768px){.grid-32 .l-col-1{width:3.125%}.grid-32 .l-offset-1{margin-left:3.125%}.grid-32 .l-col-2{width:6.25%}.grid-32 .l-offset-2{margin-left:6.25%}.grid-32 .l-col-3{width:9.375%}.grid-32 .l-offset-3{margin-left:9.375%}.grid-32 .l-col-4{width:12.5%}.grid-32 .l-offset-4{margin-left:12.5%}.grid-32 .l-col-5{width:15.625%}.grid-32 .l-offset-5{margin-left:15.625%}.grid-32 .l-col-6{width:18.75%}.grid-32 .l-offset-6{margin-left:18.75%}.grid-32 .l-col-7{width:21.875%}.grid-32 .l-offset-7{margin-left:21.875%}.grid-32 .l-col-8{width:25%}.grid-32 .l-offset-8{margin-left:25%}.grid-32 .l-col-9{width:28.125%}.grid-32 .l-offset-9{margin-left:28.125%}.grid-32 .l-col-10{width:31.25%}.grid-32 .l-offset-10{margin-left:31.25%}.grid-32 .l-col-11{width:34.375%}.grid-32 .l-offset-11{margin-left:34.375%}.grid-32 .l-col-12{width:37.5%}.grid-32 .l-offset-12{margin-left:37.5%}.grid-32 .l-col-13{width:40.625%}.grid-32 .l-offset-13{margin-left:40.625%}.grid-32 .l-col-14{width:43.75%}.grid-32 .l-offset-14{margin-left:43.75%}.grid-32 .l-col-15{width:46.875%}.grid-32 .l-offset-15{margin-left:46.875%}.grid-32 .l-col-16{width:50%}.grid-32 .l-offset-16{margin-left:50%}.grid-32 .l-col-17{width:53.125%}.grid-32 .l-offset-17{margin-left:53.125%}.grid-32 .l-col-18{width:56.25%}.grid-32 .l-offset-18{margin-left:56.25%}.grid-32 .l-col-19{width:59.375%}.grid-32 .l-offset-19{margin-left:59.375%}.grid-32 .l-col-20{width:62.5%}.grid-32 .l-offset-20{margin-left:62.5%}.grid-32 .l-col-21{width:65.625%}.grid-32 .l-offset-21{margin-left:65.625%}.grid-32 .l-col-22{width:68.75%}.grid-32 .l-offset-22{margin-left:68.75%}.grid-32 .l-col-23{width:71.875%}.grid-32 .l-offset-23{margin-left:71.875%}.grid-32 .l-col-24{width:75%}.grid-32 .l-offset-24{margin-left:75%}.grid-32 .l-col-25{width:78.125%}.grid-32 .l-offset-25{margin-left:78.125%}.grid-32 .l-col-26{width:81.25%}.grid-32 .l-offset-26{margin-left:81.25%}.grid-32 .l-col-27{width:84.375%}.grid-32 .l-offset-27{margin-left:84.375%}.grid-32 .l-col-28{width:87.5%}.grid-32 .l-offset-28{margin-left:87.5%}.grid-32 .l-col-29{width:90.625%}.grid-32 .l-offset-29{margin-left:90.625%}.grid-32 .l-col-30{width:93.75%}.grid-32 .l-offset-30{margin-left:93.75%}.grid-32 .l-col-31{width:96.875%}.grid-32 .l-offset-31{margin-left:96.875%}.grid-32 .l-col-32{width:100%}.grid-32 .l-offset-32{margin-left:100%}.grid-32 .l-col-third{width:33.33333%}.grid-32 .l-col-two-third{width:66.66666%}.grid-32 .l-col-fifth{width:20%}.grid-32 .l-col-sixth{width:16.6666666667%}.grid-32 .l-col-seventh{width:14.2857142857%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-offset-0{margin-left:0}.grid-32 .m-col-1{width:3.125%}.grid-32 .m-offset-1{margin-left:3.125%}.grid-32 .m-col-2{width:6.25%}.grid-32 .m-offset-2{margin-left:6.25%}.grid-32 .m-col-3{width:9.375%}.grid-32 .m-offset-3{margin-left:9.375%}.grid-32 .m-col-4{width:12.5%}.grid-32 .m-offset-4{margin-left:12.5%}.grid-32 .m-col-5{width:15.625%}.grid-32 .m-offset-5{margin-left:15.625%}.grid-32 .m-col-6{width:18.75%}.grid-32 .m-offset-6{margin-left:18.75%}.grid-32 .m-col-7{width:21.875%}.grid-32 .m-offset-7{margin-left:21.875%}.grid-32 .m-col-8{width:25%}.grid-32 .m-offset-8{margin-left:25%}.grid-32 .m-col-9{width:28.125%}.grid-32 .m-offset-9{margin-left:28.125%}.grid-32 .m-col-10{width:31.25%}.grid-32 .m-offset-10{margin-left:31.25%}.grid-32 .m-col-11{width:34.375%}.grid-32 .m-offset-11{margin-left:34.375%}.grid-32 .m-col-12{width:37.5%}.grid-32 .m-offset-12{margin-left:37.5%}.grid-32 .m-col-13{width:40.625%}.grid-32 .m-offset-13{margin-left:40.625%}.grid-32 .m-col-14{width:43.75%}.grid-32 .m-offset-14{margin-left:43.75%}.grid-32 .m-col-15{width:46.875%}.grid-32 .m-offset-15{margin-left:46.875%}.grid-32 .m-col-16{width:50%}.grid-32 .m-offset-16{margin-left:50%}.grid-32 .m-col-17{width:53.125%}.grid-32 .m-offset-17{margin-left:53.125%}.grid-32 .m-col-18{width:56.25%}.grid-32 .m-offset-18{margin-left:56.25%}.grid-32 .m-col-19{width:59.375%}.grid-32 .m-offset-19{margin-left:59.375%}.grid-32 .m-col-20{width:62.5%}.grid-32 .m-offset-20{margin-left:62.5%}.grid-32 .m-col-21{width:65.625%}.grid-32 .m-offset-21{margin-left:65.625%}.grid-32 .m-col-22{width:68.75%}.grid-32 .m-offset-22{margin-left:68.75%}.grid-32 .m-col-23{width:71.875%}.grid-32 .m-offset-23{margin-left:71.875%}.grid-32 .m-col-24{width:75%}.grid-32 .m-offset-24{margin-left:75%}.grid-32 .m-col-25{width:78.125%}.grid-32 .m-offset-25{margin-left:78.125%}.grid-32 .m-col-26{width:81.25%}.grid-32 .m-offset-26{margin-left:81.25%}.grid-32 .m-col-27{width:84.375%}.grid-32 .m-offset-27{margin-left:84.375%}.grid-32 .m-col-28{width:87.5%}.grid-32 .m-offset-28{margin-left:87.5%}.grid-32 .m-col-29{width:90.625%}.grid-32 .m-offset-29{margin-left:90.625%}.grid-32 .m-col-30{width:93.75%}.grid-32 .m-offset-30{margin-left:93.75%}.grid-32 .m-col-31{width:96.875%}.grid-32 .m-offset-31{margin-left:96.875%}.grid-32 .m-col-32{width:100%}.grid-32 .m-offset-32{margin-left:100%}}@media only screen and (max-width:767px){.grid-32 .s-col-third{width:33.33333%}.grid-32 .s-col-two-third{width:66.66666%}.grid-32 .s-col-fifth{width:20%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-third{width:33.33333%}.grid-32 .sl-col-two-third{width:66.66666%}.grid-32 .sl-col-fifth{width:20%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-col-third{width:33.33333%}.grid-32 .m-col-two-third{width:66.66666%}.grid-32 .m-col-fifth{width:20%}.grid-32 .m-col-sixth{width:16.6666666667%}}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-webfont.svg#droid_sansregular14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.svg#droid_sansbold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-regular.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-regular.svg#FiraSans14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-500.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-500.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-500.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-500.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-500.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-500.svg#FiraSans14112018jp20') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-700.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-700.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-700.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-700.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-700.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-700.svg#FiraSans14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.svg#PTSans-Caption14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.svg#PTSans-CaptionBold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'icon';src:url('/media/fonts/font2/icon.eot?14112018jp20');src:url('/media/fonts/font2/icon.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/font2/icon.woff2?14112018jp20') format('woff2'),url('/media/fonts/font2/icon.woff?14112018jp20') format('woff'),url('/media/fonts/font2/icon.ttf?14112018jp20') format('truetype'),url('/media/fonts/font2/icon.svg#icon?14112018jp20') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^=\"icon-\"],[class*=\" icon-\"]{font-family:'icon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;.ico,.ico:before{speak:none}-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon--custom{font-family:'icon_custom'}.icon-left:before{content:\"\\21\"}.icon-right:before{content:\"\\22\"}.icon-up-arrow-long:before{content:\"\\23\"}.icon-dropdown:before{content:\"\\24\"}.icon-left-circle:before{content:\"\\25\"}.icon-right-circle:before{content:\"\\26\"}.icon-page-up:before{content:\"\\27\"}.icon-tick:before{content:\"\\28\"}.icon-cross:before{content:\"\\29\"}.icon-plus:before{content:\"\\2a\"}.icon-minus:before{content:\"\\2b\"}.icon-bag:before{content:\"\\2c\"}.icon-trolley:before{content:\"\\2d\"}.icon-search:before{content:\"\\2e\"}.icon-login:before{content:\"\\2f\"}.icon-logout:before{content:\"\\30\"}.icon-heart:before{content:\"\\31\"}.icon-star:before{content:\"\\32\"}.icon-star-empty:before{content:\"\\33\"}.icon-envelope:before{content:\"\\34\"}.icon-envelope-white:before{content:\"\\35\"}.icon-mobile:before{content:\"\\36\"}.icon-phone-circle:before{content:\"\\37\"}.icon-phone-old:before{content:\"\\38\"}.icon-phone:before{content:\"\\39\"}.icon-van:before{content:\"\\3a\"}.icon-van-circle:before{content:\"\\3b\"}.icon-menu:before{content:\"\\3c\"}.icon-grid:before{content:\"\\3d\"}.icon-list:before{content:\"\\3e\"}.icon-question:before{content:\"\\3f\"}.icon-quote:before{content:\"\\40\"}.icon-close:before{content:\"\\41\"}.icon-circle-tick:before{content:\"\\42\"}.icon-circle:before{content:\"\\43\"}.icon-square-tick:before{content:\"\\44\"}.icon-square:before{content:\"\\45\"}.icon-address-book:before{content:\"\\46\"}.icon-details:before{content:\"\\47\"}.icon-history:before{content:\"\\48\"}.icon-lock:before{content:\"\\49\"}.icon-update:before{content:\"\\4a\"}.icon-remove:before{content:\"\\4b\"}.icon-switch:before{content:\"\\4c\"}.icon-refresh:before{content:\"\\4d\"}.icon-globe:before{content:\"\\4e\"}.icon-uk:before{content:\"\\4f\"}.icon-currency:before{content:\"\\50\"}.icon-exchange:before{content:\"\\51\"}.icon-quotes:before{content:\"\\52\"}.icon-quotes-black:before{content:\"\\53\"}.icon-home:before{content:\"\\54\"}.icon-gift:before{content:\"\\55\"}.icon-size-guide:before{content:\"\\56\"}.icon-thumbs-up:before{content:\"\\57\"}.icon-padlock:before{content:\"\\58\"}.icon-pdf:before{content:\"\\59\"}.icon-download:before{content:\"\\5a\"}.icon-locate:before{content:\"\\5b\"}.icon-trade:before{content:\"\\5c\"}.icon-paypal:before{content:\"\\5d\"}.icon-id:before{content:\"\\5e\"}.icon-5stars:before{content:\"\\5f\"}.icon-5stars-alt:before{content:\"\\60\"}.icon-twitter:before{content:\"\\61\"}.icon-facebook:before{content:\"\\62\"}.icon-instagram:before{content:\"\\63\"}.icon-google-plus:before{content:\"\\64\"}.icon-pinterest:before{content:\"\\65\"}.icon-youtube:before{content:\"\\66\"}.icon-blog:before{content:\"\\67\"}.icon-polyvore:before{content:\"\\68\"}.icon-linkedin:before{content:\"\\69\"}.icon-playvideo:before{content:\"\\6a\"}.icon-tumblr:before{content:\"\\6b\"}.icon-360-spin:before{content:\"\\6c\"}.icon-calc:before{content:\"\\6d\"}.icon-houzz:before{content:\"\\6e\"}.icon-vimeo:before{content:\"\\6f\"}.icon-snapchat:before{content:\"\\70\"}.icon-print:before{content:\"\\71\"}.icon-star-half:before{content:\"\\72\"}.icon-flickr:before{content:\"\\73\"}.icon-flag:before{content:\"\\74\"}.icon-custom1:before{content:\"\\75\"}.icon-custom2:before{content:\"\\76\"}.icon-custom3:before{content:\"\\77\"}.icon-custom4:before{content:\"\\78\"}.icon-custom5:before{content:\"\\79\"}.icon-custom6:before{content:\"\\7a\"}.icon-2-across:before{content:\"\\7b\"}.icon-3-across:before{content:\"\\7c\"}.icon-4-across:before{content:\"\\7d\"}.icon-whatsapp:before{content:\"\\7e\"}.icon-skype:before{content:\"\\7f\"}.ico.icon-custom1,.ico.icon-custom2,.ico.icon-custom3,.ico.icon-custom4,.ico.icon-custom5,.ico.icon-custom6{font-family:\"icon_custom\"}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;outline:none;height:100%;min-height:1px;overflow:hidden;position:relative}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{display:none;height:26%;padding:0;position:absolute;text-align:center;top:37%;width:50px;font-weight:700;text-align:center;position:absolute;z-index:100;background:none;border:0;color:#ffffff}.slick-arrow-vertical{position:relative;width:100%;height:10%}.slick-arrow-vertical .icon-left:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right{position:relative;top:5px}.slick-arrow-vertical .icon-left{position:relative;top:2px}.slick-slider--arrow-2 .slick-arrow{width:auto}.slick-arrow:hover{background:none;color:#ffffff}.slick-prev{left:0}.slick-next{right:0}.slick-slider--arrow-3 .slick-arrow,.slick-slider--arrow-4 .slick-arrow{color:#6e7475;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-3 .slick-arrow:hover,.slick-slider--arrow-4 .slick-arrow:hover{color:#b981ad;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-4 .slick-arrow{opacity:0}.slick-slider--arrow-3 .slick-arrow.slick-next,.slick-slider--arrow-4 .slick-arrow.slick-next{-webkit-border-top-left-radius:3;-webkit-border-bottom-left-radius:3;-moz-border-radius-topleft:3;-moz-border-radius-bottomleft:3;border-top-left-radius:3;border-bottom-left-radius:3;border-right:0}.slick-slider--arrow-3 .slick-arrow.slick-prev,.slick-slider--arrow-4 .slick-arrow.slick-prev{-webkit-border-top-right-radius:3;-webkit-border-bottom-right-radius:3;-moz-border-radius-topright:3;-moz-border-radius-bottomright:3;border-top-right-radius:3;border-bottom-right-radius:3;border-left:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-prev,.slick-slider--arrow-4 .slick-arrow-vertical.slick-prev{border-left:1px solid #edece8;border-bottom:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-next,.slick-slider--arrow-4 .slick-arrow-vertical.slick-next{border-right:1px solid #edece8;border-top:0}.slick-arrow span{font-weight:700;font-size:2rem}.slick-slider--arrow-2 .slick-arrow span{opacity:0.75;font-size:5rem;font-weight:400}@media only screen and (max-width:767px){.slick-slider--arrow-2 .slick-arrow span{font-size:3rem}}.slick-dots{margin:0;padding:0;text-align:center;position:absolute;bottom:0.75rem;width:100%}.slick-dots li{display:inline-block;margin:0 0.375rem;padding:0}.slick-dots li button{font-size:0;background:#ffffff;height:14px;width:14px;border-radius:50%;line-height:0;border:1px solid #9dc8d4;letter-spacing:0;margin-bottom:0;padding:0}.slick-dots li.slick-active button{background:#b981ad;border-color:#b981ad}input[type='text'],input[type='email'],input[type='password'],input[type='search'],textarea{-webkit-appearance:none;-moz-appearance:none}input{-webkit-border-radius:0}input[type=\"image\"]{padding:0}input,.input,select,textarea,label,.label,button,.button{margin-bottom:1rem;line-height:inherit}input,select,textarea,button{font-family:inherit}input,select,textarea{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem}input[type='file']{border:none}input[type='text'],input[type='email'],input[type='password'],input[type='search'],input[list],select{height:3rem}input,select{padding:0 0.938rem}textarea{padding:0.938rem}input[type=\"search\"]{box-sizing:inherit}input:active,input:focus,textarea:active,textarea:focus{background-color:#ffffff;outline:0}input::-webkit-input-placeholder{color:#6e7475}input::-moz-placeholder{color:#6e7475;opacity:1}input:-ms-input-placeholder{color:#6e7475}input:-moz-placeholder{color:#6e7475;opacity:1}label,.label{color:#2b3030;font-size:0.833rem;line-height:1rem}label{display:block}button,.button,.button--invert:hover{background-color:#b981ad;color:#ffffff}button,.button{padding:0.75rem 1.5rem;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s}button{display:block}button:disabled,.button--disabled{background-color:#b981ad;color:#ffffff;border:1px solid #b981ad;opacity:0.5}.button{display:inline-block}button:hover:not(:disabled),.button:hover:not(:disabled),.button--invert{background-color:#ffffff;color:#2b3030}.button--match-input{padding:0.75rem}.button--sm{padding:0.5rem 1rem}.button--lg{padding:1rem 2rem}.button--secondary{background-color:#363636;color:#ffffff;border:1px solid #363636}input.invalid{background-color:rgba(210,168,168,1);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.form-group{margin-top:2rem}.capture_plus_hidden_row{display:none}.form-subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;display:block}.form-subtitle--1{margin-bottom:2rem}.form-subtitle--2{margin-bottom:1rem}.error_textbox{background-color:red}.mandatory-key{color:#797979;margin-top:0;font-size:0.833rem;font-style:italic}.mandatory-key__symbol,.mandatory{color:red}.search-form input,.search-form button{height:44px;line-height:44px;padding:0 0.75rem}.search-form button{background-color:#ffffff;color:#2b3030;border:1px solid #9dc8d4;white-space:nowrap}.search-form button:hover{background-color:#b981ad;color:#ffffff}.form-builder__checkbox{margin:1rem 0}.form-builder__checkbox input[type=\"checkbox\"],.form-builder__checkbox input[type=\"radio\"]{margin:0}.form-builder__checkbox label{margin:0 .25rem 0;display:inline}.form-builder__html--product-info{margin-top:1rem;color:#2b3030;font-size:0.833rem;line-height:1rem}input[type=\"checkbox\"].checkbox--multi,.multi_checkbox__label{margin:0;line-height:normal;vertical-align:initial}.newsletter_groups_wrapper&gt;.row{padding:.5rem 0}.newsletter_groups_wrapper&gt;.row:last-child{padding-bottom:1rem}.brochure_wrapper .col--image img{margin-bottom:.5rem}.brochure_wrapper .col--image{padding-bottom:1rem}.cms-page__captcha-image{display:block;margin-bottom:1rem;font-size:0.833rem}.cms-page__captcha-image img{margin-bottom:.5rem}.captcha,.captcha__image,.captcha__message{margin-bottom:1rem}.input--expand,.select--expand,.button--expand,.textarea--expand{width:100%}.input--error,.select--error{margin-bottom:0;border-color:#e39da5;border-bottom:none;border-radius:2px 2px 0 0}.input--error-message,.select--error-message{width:100%;float:left;background-color:red;color:#ffffff;margin-bottom:1rem;padding:0.5rem;border-width:1px;font-size:0.833rem}.checkout-input-message--error{color:#d7041d;font-size:0.75em;line-height:1.333em;display:block;margin-bottom:1rem}@media only screen and (max-width:767px){.input--error,.select--error{border-width:2px}textarea.select--error{vertical-align:bottom}.s-input--expand,.s-button--expand{width:100%}}@media only screen and (min-width:768px){.input--error,.select--error{border-width:1px}}@media only screen and (min-width:1025px){label,input[type=\"checkbox\"],input[type=\"radio\"]{margin-top:1rem}}.pcaCapturePlus input{height:3rem;margin-bottom:0}.capture_plus_options{margin-bottom:1rem}.js .input-group--postcode_anywhere:not(.noload--fallback) #house_number,.js .input-group--postcode_anywhere:not(.noload--fallback) #address_house{border-bottom:none;margin-bottom:0}.capture_plus_options,.capture_plus_manual_edit_options{font-size:0.833rem}.form-builder .capture_plus_options&gt;div,.form-builder .capture_plus_manual_edit_options{border-color:#9dc8d4 !important}.form-builder .capture_plus_manual_edit_options{margin-top:0 !important}.input-group--error .pcaAutoComplete{border-color:red}.input-group--error .capture_plus_options.direct&gt;div{background-color:red;color:#ffffff;border-color:red}.input-group--error .capture_plus_options.direct&gt;div a{color:#ffffff}.no-js .form-builder .capture_plus_hidden_row{display:block}.pca-fallback{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem;padding:0 0.938rem;height:3rem;cursor:text}.no-js .pca-fallback{display:none}#js-facebook-button,#js-twitter-button,#js-google-button{text-decoration:none}.account-page__section .account-page__content--social{padding:1rem}.account-page__content__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.social-btn-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.25rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem;padding:0;text-decoration:none}.social-btn-group:hover{color:#fff;opacity:.8}.social-btn-group&gt;*{padding:.75rem}.social-btn-group&gt;i,.social-btn-group&gt;img{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px}.social-btn-group&gt;span{-webkit-box-flex:1;-ms-flex:1 0 80%;flex:1 0 80%;font-size:.833rem;text-align:center}.social-btn-group--facebook{background-color:#428bca;color:#fff}.social-btn-group--facebook&gt;i{border-right:1px solid #357ebd}.social-btn-group--twitter{background-color:#5bc0de;color:#fff}.social-btn-group--twitter&gt;i{border-right:1px solid #46b8da}.social-btn-group--google{background-color:#fff;border:1px solid #ccc;color:#2a2a2a}.social-btn-group--google:hover{color:#2a2a2a}.social-btn-group--google&gt;img{border-right:1px solid #ccc}.account-page__social-image{border-radius:50%;margin:0 auto 1rem}.form-builder__textnote{color:#2b3030;font-size:0.833rem;line-height:1rem}@media only screen and (min-width:768px){.account-page__content__social{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.account-page__content__social&gt;*:not(:first-of-type){margin-left:1rem}.social-btn-group&gt;span{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}@media only screen and (min-width:1024px){#social_register_holder{margin:0 auto;max-width:900px}#social_register_holder .full_name_wrapper label,#social_register_holder .email_address_wrapper label{text-align:center}}.newsletter_signup_wrapper a,.stock-notification__newsletter__terms a,.newsletter-signup__newsletter__terms a{text-decoration:underline}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}body{font-size:100%;background-color:#ffffff;color:#606060;font-family:'PT Sans',sans-serif;line-height:1.25}@media only screen and (max-width:767px){html,body{height:100%}}img{max-width:100%;display:block}a{color:#606060;text-decoration:none}a:hover,a.promo-unit__link:hover .promo-unit__text{text-decoration:underline}a.ico:hover,a.button:hover,a.promo-unit__link:hover{text-decoration:none}a:active,a:focus,button:active,button:focus,img:active,img:focus{outline:0}p,ul,ol,li,blockquote{margin:1rem 0}ul,ol{padding:0 0 0 1rem}ul{margin:0 0 1rem 1rem}h1,h2,h3,h4,h5,h6{margin:1rem 0}p:first-child,ul:first-child,li:first-child,blockquote:first-child,h2:first-child{margin-top:0}p:last-child,ul:last-child,li:last-child,blockquote:last-child{margin-bottom:0}button{-webkit-border-radius:0px}@media only screen and (max-width:767px){.s-hide,.m-only,.m-up{display:none !important}}@media only screen and (min-width:768px){.s-only{display:none !important}}@media only screen and (min-width:768px) and (max-width:1024px){.m-hide{display:none !important}}@media only screen and (max-width:1024px){.l-only,.l-up{display:none !important}}@media only screen and (min-width:1025px){a:hover{color:#b981ad}.m-down,.m-only{display:none !important}.l-image-align-center{margin:0 auto}}@media only screen and (min-width:1025px) and (max-width:1439px){.l-hide{display:none !important}}@media only screen and (max-width:1439px){.xl-only{display:none !important}}@media only screen and (min-width:1440px){.l-only,.l-down,.xl-hide{display:none !important}.xl-image-align-center{margin:0 auto}}.no-bullet,.bullet{margin-left:0}.no-bullet{padding:0;list-style:none}.left{float:left}.right{float:right}.inline-list{margin:0;padding:0;list-style:none;overflow:hidden}.inline-list&gt;li{display:block;float:left}.all-hide{display:none}.address{font-size:0.833rem}ul.address li{margin:0 0 0.25rem 0}ul.address li:last-child{margin-bottom:0}.button-group{margin:0;padding:0;list-style:none}.button-group&gt;li{display:block;float:left}.button-group .button,.button-group button{margin:0}@media only screen and (max-width:767px){.button-group&gt;li{margin:0 0 0.5rem 0;float:none}.button-group&gt;li:last-child{margin-bottom:0}.button-group&gt;li&gt;a{text-align:center}}@media (min-width:768px){.button-group--right{float:right}}.inline-list--right&gt;li{float:right}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.image-align-center{margin:0 auto}.no-border-right{border-right:none !important}.no-border-left{border-left:none !important}.site-title{background-color:#ffffff;color:#2b3030;padding:1rem;margin-bottom:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;border-top:1px solid #ffffff;border-bottom:1px solid #edece8;text-align:center}.site-sub-title{text-align:center}.product-list{padding:0}.search-results-products .product-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}.search-results-products .product-list:before,.search-results-products .product-list:after{display:block}html.flexbox .product-list.row:before,html.flexbox .product-list.row:after{display:inherit}.product-list li{margin:0}#ajax_filters_loading{position:fixed}.ajax-loading{background:rgba(255,255,255,.6);z-index:9999;top:0;left:0;height:100%;width:100%}.site-header__sticky{background:#b981ad;color:#ffffff;text-align:center;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;padding:0.5rem 0}.site-header__sticky a{color:#ffffff}.site-header__sticky .promo-unit__text__title{font-weight:700}.site-header__sticky__col{position:relative;padding:0 1.5rem}.site-header__sticky__close{position:absolute;right:5px;line-height:1.25;cursor:pointer}.site-header__sticky-drop-down--links--country--container__list{padding:0;margin:0}.site-header__sticky-drop-down--links--country .drop-down--links--country{list-style:none;float:left}.site-header__sticky-drop-down--country--name{text-align:left}.sticky-drop-down--links--country-container img{display:inline}.sticky-drop-down--links--country-container{margin:0 0.5rem 0 0}.site-header__sticky__links__country li{text-align:left}.site-header__sticky__links__country img{display:inline-block}@media only screen and (max-width:1024px){.promo-unit-sticky-promo{display:none}.promo-unit-sticky-promo-sticky-stack div{display:block;padding:3px 0}.promo-unit-sticky-promo i{vertical-align:middle;margin-right:0.5rem}.promo-unit-sticky-promo:first-child{display:block}.site-header__sticky__col{padding:0 1.5rem}.site-header__sticky .slick-arrow{top:-7px;width:auto}.site-header__sticky .slick-arrow span{font-size:0.75rem}}@media only screen and (max-width:767px){.site-header__sticky{font-size:0.579rem}}.floating-sidebar{position:fixed;right:0;top:25%;z-index:15}.floating-sidebar #whoson_chat_link img{display:none}.floating-sidebar #whoson_chat_link #whoson-image{display:block}.vertical-table{width:100%;border:1px solid #9dc8d4}.vertical-table:not(:first-child){margin-top:1rem}.vertical-table:not(:last-child){margin-bottom:1rem}.vertical-table tr{border-bottom:1px solid #9dc8d4}.vertical-table tr:nth-child(even){background-color:#e1dfdf}.vertical-table th,.vertical-table td:not(:last-child){border-right:1px solid #9dc8d4}.vertical-table th,.vertical-table td{padding:0.5rem;font-size:0.833rem}.vertical-table th{text-align:left;display:none}.vertical-table td{display:block}.vertical-table td:before{width:8em;content:attr(data-th) \":\";display:inline-block}.vertical-table td.no-content-before:before{content:'';width:0;display:none}@media (min-width:768px){.vertical-table th,.vertical-table td{display:table-cell}.vertical-table td:before{display:none}}.rwd-table{margin:1em 0;width:100%}.rwd-table tbody tr:not(.rwd-table__row--no-border){border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table th{display:none}.rwd-table td{font-size:0.833rem;display:block;vertical-align:top}.rwd-table td:before{width:8em;content:attr(data-th) \":\";font-weight:bold;display:inline-block}.rwd-table td.no-content-before:before{content:'';width:0;display:none}td.rwd-table__valign-m{vertical-align:middle}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th:first-child,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td:first-child{border-left:1px solid #9dc8d4}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td{border-right:1px solid #9dc8d4}@media only screen and (min-width:768px){.spend-table{width:25%}}@media only screen and (max-width:767px){.spend-table{width:100%}}.spend-table{margin-bottom:1rem;border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}#spend_table_explanation{margin-bottom:1rem;padding-bottom:1rem}.rwd-table__headings,.spend-table__headings{border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table__headings th,.spend-table__headings th{background-color:#e1dfdf;color:#2b3030;text-align:left}.rwd-table__headings th.text-align-center{text-align:center}.rwd-table__title{font-weight:700}.spend-table__headings,.spend-table .orders-list__row{padding:0.5rem}.spend-table__headings span{font-size:0.75rem;display:block}.rwd-table tfoot td{padding:1rem 0.5rem}.footer-credit a[href^=\"tel:\"]{color:inherit;pointer-events:none}@media only screen and (max-width:767px){.rwd-table&gt;tbody&gt;tr&gt;td,.spend-table&gt;tbody&gt;tr&gt;td,.spend-table th{padding:0.5rem 0}.rwd-table ul,.rwd-table img:not(:last-child){margin-top:1rem}.rwd-table ul.button-group{margin-top:0}.rwd-table input,.rwd-table select,.rwd-table textarea{margin:1rem 0 0 0;display:block}}@media (min-width:768px){.rwd-table th,.rwd-table&gt;tbody&gt;tr&gt;td{padding:0.5rem}.rwd-table th,.rwd-table td{display:table-cell}.rwd-table td:before{display:none}}.flex-table{width:100%}.flex-table td,.flex-table th{text-align:center;border:1px solid #9dc8d4;padding:6px;word-wrap:break-word}.flex-table th:first-child,.flex-table td:first-child{font-weight:bold;color:black}@media only screen and (max-width:767px){.flex-table tr{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:space-around}.flex-table td,.flex-table th{display:block;width:25%}.flex-table th:first-child,.flex-table td:first-child{width:100%}.flex-table th:first-child{display:none}}.message{margin-bottom:1rem;font-size:0.833rem}.message--success{color:green}.message--error{color:red}.alert{background-color:#000000;color:#ffffff;margin-bottom:1rem;padding:1rem 3rem 1rem 1rem;font-size:0.833rem;font-weight:700;position:relative}.alert--positive{background-color:green}.alert--negative{background-color:red}.alert__close{color:#eeeeee;display:block;position:absolute;top:1rem;right:1rem}.alert__close:hover{color:#ffffff}@media only screen and (max-width:767px){.s-text-align-left{text-align:left}.s-text-align-center{text-align:center}.s-text-align-right{text-align:right}.site-title{text-align:center}.s-image-align-center{margin:0 auto}.popover-alert{background-color:green;color:#ffffff;padding:0.813rem 0;font-size:0.694rem;text-align:center;opacity:.8;display:none}}@media only screen and (max-width:767px) and (orientation:landscape){.sl-text-align-left{text-align:left}.sl-text-align-center{text-align:center}.sl-text-align-right{text-align:right}.sl-image-align-center{margin:0 auto}}.show-for-sr{height:1px;width:1px;margin:0;position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px)}.cf:before,.cf:after{content:\" \";display:table}.cf:after{clear:both}.cf{*zoom:1}@media only screen and (min-width:768px){.m-up-cf:before,.m-up-cf:after{content:\" \";display:table}.m-up-cf:after{clear:both}.m-up-cf{*zoom:1}}.table{display:table}.table--expand{width:100%}.table__row{display:table-row}.table__cell{display:table-cell;vertical-align:top}.table__cell--expand{width:100%}.drop-down .drop-down__menu{visibility:hidden;opacity:0;transition:visibility 0s,opacity 0s}.spinner{margin:auto;width:70px;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;height:18px}.spinner&gt;div{width:18px;height:18px;background-color:#888888;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1.0)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.0);transform:scale(1.0)}}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex--fw-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex--ai-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex--ai-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex--ai-end{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.flex--jc-sb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex--jc-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex--jc-fe{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:767px){.s-flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.s-flex--fd-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.s-flex-spacer--vertical&gt;.col{margin-bottom:1rem}}#vs-browser-check{width:0;position:absolute;display:none}@media only screen and (max-width:767px){#vs-browser-check{width:5px}.s-float--reset{float:left}.drop-down .drop-down__menu{display:none;visibility:visible;opacity:1}.s-flex--fd-column{flex-direction:column}}@media only screen and (min-width:768px) and (max-width:1024px){#vs-browser-check{width:10px}.m-float--reset{float:left}.m-text-align-left{text-align:left}.m-text-align-center{text-align:center}.m-text-align-right{text-align:right}.m-image-align-center{margin:0 auto}}@media only screen and (min-width:768px){.drop-down .drop-down__menu{background-color:#ffffff;color:#606060;position:absolute;top:100%;left:0;z-index:101}.drop-down .drop-down__menu:before{content:\" \";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:0px 3px 3px 0px rgba(110,116,117,.6);-moz-box-shadow:0px 3px 3px 0px rgba(96,96,96,.6);box-shadow:0px 3px 3px 0px rgba(96,96,96,.6)}.drop-down:not(.drop-down--nav-no-hover):not(.drop-down--nav--delay):hover&gt;.drop-down__menu{visibility:visible;opacity:1;transition-delay:150ms;-webkit-transition-delay:150ms}.delay .drop-down:not(.drop-down--nav-no-hover):hover&gt;.drop-down__menu{visibility:visible;opacity:1}.drop-down--links{position:relative}.drop-down--links.drop-down&gt;.drop-down__menu{padding:1rem;left:-1rem}.drop-down--links.drop-down&gt;.drop-down__menu ul{margin:0}.drop-down--links&gt;.drop-down__menu li{white-space:nowrap;margin:0 0 0.5rem}.drop-down--links&gt;.drop-down__menu li:last-child{margin:0}.drop-down--links,.drop-down--links a{color:#6e7475}.drop-down--links .drop-down__menu a:hover{text-decoration:underline}.button-group&gt;li{margin:0 1px 0 0}.button-group&gt;li:last-child{margin-right:0}}@media only screen and (max-width:1024px){div#gts-c{display:none}}@media only screen and (min-width:1025px) and (max-width:1439px){#vs-browser-check{width:15px}.l-float--reset{float:left}}@media only screen and (min-width:1440px){#vs-browser-check{width:20px}.xl-float--reset{float:left}}.pos-fix{position:fixed}.pos-rel{position:relative}.pos-abs{position:absolute}.promo_unit{position:relative}.promo-unit__overlays{top:0;left:50%;-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);height:100%;width:100%;position:absolute;background-image:url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');z-index:10}.promo-unit__overlay{position:absolute;z-index:1}.promo-unit__overlay__link{width:100%;height:100%;display:block}.promo-unit__overlay.promo-unit__overlay--countdown{display:table}.promo-unit--overlay{position:relative}@media only screen and (min-width:1025px){.promo-unit__link img{-moz-transition:opacity .3s linear;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-backface-visibility:hidden}.promo-unit__link img:hover{opacity:0.8}.site-header__top .promo-unit__link img:hover{opacity:1}}.deals-widget__countdown{height:100%;width:100%;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;text-align:center;display:table-cell;vertical-align:middle}.deals-widget__countdown li{margin:0;display:inline-block;padding-right:5px}.deals-widget__countdown li:last-child{padding:0}@media only screen and (max-width:767px){.deals-widget__countdown{font-size:1.2rem}}.signup-loader{display:none}.ajax-loading.signup-loader{height:44px}.signup-loading .signup-loader{display:block;position:absolute}.site-footer__top__newsletter .search-form{position:relative}.signup-result{position:absolute;top:55px;padding:0.5rem 1rem;background:#e1dfdf;display:none;width:auto;font-size:0.694rem;line-height:1rem;color:#fff}.signup-result:before{width:0;height:0;border-left:10px solid transparent;border-bottom:10px solid #e1dfdf;border-right:10px solid transparent;position:absolute;left:20px;bottom:100%;content:\"\"}.signup-success .signup-result{background:#7fd47f}.signup-success .signup-result:before{border-bottom-color:#7fd47f}.signup-error .signup-result{background:#ff7a6c}.signup-error .signup-result:before{border-bottom-color:#ff7a6c}.signup-existing .signup-result{background:#eecf64}.signup-existing .signup-result:before{border-bottom-color:#eecf64}.site-footer__top__newsletter__groups{padding-bottom:1rem}.site-footer__top__newsletter__group-holder{display:inline-block;margin-right:20px;white-space:nowrap}.site-footer__top__newsletter__groups input[type=checkbox]{font-size:1rem;margin-left:5px}.popup_newsletter_signup{position:relative}.product-content__price--inc em,.product-content__price--ex em{font-style:normal}.site-header__nav{background-color:#f6f7f7}.site-header__nav__menu li{margin:0}.site-header__nav__menu li a{cursor:pointer}.site-header__nav__menu li a.top_level_link--img{text-align:center;display:block;margin:0 auto}.site-header__nav__menu li a.top_level_link--img img{width:64px;height:auto;margin:0 auto;border:1px solid #eee}.site-header__nav__menu&gt;li&gt;a{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030}.site-header__nav__menu&gt;li.sale-menu&gt;a{color:#b981ad;background:#f6f7f7}.site-header__nav__menu&gt;li.compact-menu.drop-down.drop-down--nav{position:relative}.site-header__nav__menu&gt;li&gt;.drop-down__menu a{color:#606060}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__promo-unit a{padding:0;display:inline}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__promo-unit a img{height:auto}.drop-down__menu__block,.drop-down__title{padding:0.5rem 0}.drop-down__menu__block ul{padding:0 0.5rem;margin:0}.drop-down__menu__promo-unit{padding:0 0.5rem;display:block}.drop-down__menu__text{padding:0.5rem 0.5rem 1rem 0.5rem}.drop-down__title{font-weight:bold;color:#2b3030}.menu-items-all,.drop-down__view-all{font-style:italic;font-weight:bold}.drop-down__menu__block--hidden{display:none}@media only screen and (max-width:767px){.site-header__nav{width:100%;display:none;position:absolute;top:auto;z-index:200;border:0}.site-header__nav__menu{z-index:99;position:relative}.site-header__nav__menu li a.top_level_link--img{text-align:left;display:inline-block;margin:auto}.site-header__nav__menu li a.top_level_link--img img{display:none}.site-header__nav__menu&gt;li&gt;a{border-bottom:1px solid #2b3030;font-size:1rem;padding:1rem 3rem 1rem 1rem;display:block}.drop-down__menu-toggle{position:relative}.drop-down__menu-toggle .icon{position:absolute;top:1.125rem;right:1rem}.site-header__nav__menu&gt;li&gt;.drop-down__menu{background-color:#ffffff}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__block,.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__block ul li{margin-bottom:0.5rem;list-style-type:none}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__block:last-child{margin-bottom:0}.drop-down__menu__block,.drop-down__title{padding:0}.drop-down__menu{padding:0.5rem 0}.drop-down__title{padding:0.5rem 0 0}.drop-down__title--empty{display:none}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu{margin-left:1rem}}@media only screen and (min-width:768px){.site-header__nav__menu{width:100%;display:table;position:relative}.site-header__nav__menu.site-header__nav__menu--centred{text-align:center;display:block}.site-header__nav__menu.site-header__nav__menu--centred&gt;li{width:auto;display:inline-block}.site-header__nav__menu.site-header__nav__menu--centred&gt;li&gt;a{padding-left:1.5rem;padding-right:1.5rem}.site-header__nav__menu.site-header__nav__menu--dividers&gt;li{padding-top:0.5rem;padding-bottom:0.5rem}.site-header__nav__menu.site-header__nav__menu--dividers&gt;li&gt;a{padding-top:0.25rem;padding-bottom:0.25rem}.site-header__nav__menu.site-header__nav__menu--dividers&gt;li:not(:last-child)&gt;a{border-right:1px solid #f6f7f7}.site-header__nav__menu&gt;li{width:1440px;display:table-cell;vertical-align:middle}.site-header__nav__menu&gt;li&gt;a{padding:0.75rem 0;text-align:center;display:block;border-top:1px solid #edece8;border-bottom:1px solid #edece8;white-space:nowrap}.site-header__nav__menu&gt;li.sale-menu&gt;a{border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu&gt;li&gt;a:hover,.site-header__nav__menu&gt;li&gt;a.drop-down__menu-toggle--active{color:#9dc8d4;background-color:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu&gt;li.sale-menu&gt;a:hover,.site-header__nav__menu&gt;li.sale-menu&gt;a.drop-down__menu-toggle--active{color:#9dc8d4;background:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu&gt;li .drop-down__menu ul li a,.drop-down__menu__text{font-size:0.833rem}.drop-down--nav .drop-down__menu{max-width:100%;width:100%}.drop-down--nav .drop-down__menu ul li{margin:0 0 0.375rem 0}.drop-down--nav .drop-down__menu ul li a:hover{color:#b981ad}.drop-down--nav .drop-down__menu&gt;div{color:#606060;display:block;position:relative;z-index:100}.drop-down__menu__close{background-color:#000;border-radius:50%;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem;position:absolute;right:-10px;top:-10px}}@media only screen and (min-width:768px) and (max-width:1024px){.site-header__nav__menu&gt;li&gt;a{font-size:0.833rem}.site-header__nav__menu.site-header__nav__menu--centred&gt;li&gt;a{padding-left:.5rem;padding-right:.5rem}}@media only screen and (min-width:1025px){.site-header__nav__menu&gt;li&gt;a{font-size:1rem;transition:color 0s,background-color 0s,border-color:0s}.site-header__nav__menu&gt;li&gt;a:hover{transition-delay:150ms;-webkit-transition-delay:150ms}.drop-down--nav .drop-down__menu .drop-down__menu__buffer{position:absolute}.drop-down__menu__block ul{padding:0 1rem}}#js-trans-overlay{position:fixed;height:100%;width:100%;z-index:900;display:none}.trans-overlay--colour{background:rgba(255,255,255,.6)}.site-header__nav__menu&gt;li&gt;a:hover,.site-header__top__buttons&gt;li&gt;a:hover{text-decoration:none}.site-header__top__search__right .search-form,.site-header__top__search__left .search-form{position:relative}.site-header__top a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.site-header__top__search input,.site-header__top__search button{margin-bottom:0}.pricevisibility-active,.vat-active,.currency-dropdown-item--active{font-weight:700}.site-header__links&gt;li&gt;a:hover{text-decoration:none}.site-header__links&gt;li&gt;a:hover .basket-text{text-decoration:underline}.site-header__links__icon_text{cursor:pointer}.site-header__links__name{font-weight:700}.site-header__redirect-banner{display:none;padding:0.25rem}.site-header__redirect-banner__text{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header__redirect-banner__text__intro{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0.8rem}.site-header__redirect-banner__text a{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;padding:0 0.6rem;border-radius:3px;font-size:0.6rem;height:1.4rem;color:#b981ad}.site-header__redirect-banner__text a:hover{text-decoration:none}.site-header__redirect-banner__text__locale{border:1px solid #ffffff;margin:0.25rem 0.5rem;border-radius:3px;background:rgba(255,255,255,.7)}.site-header__redirect-banner__text__locale:hover{cursor:pointer;background:rgba(255,255,255,1)}.price-visibility--rrp .trade-product-options__total,.price-visibility--rrp .trade-list-grand-total__title,.price-visibility--rrp .trade-list-grand-total,.price-visibility--hide .trade-product-options__total,.price-visibility--hide .trade-list-grand-total__title,.price-visibility--hide .trade-list-grand-total{visibility:hidden !important}.price-visibility--rrp .product-content__price-info__price,.price-visibility--rrp .product-content__price-info__delivery,.price-visibility--rrp .product-content__price-info__clear,.price-visibility--rrp .product__details__prices__price,.price-visibility--rrp .spot-product__list__item .spot-products__price,.price-visibility--hide .product-content__price-info,.price-visibility--hide .product__details__prices__price,.price-visibility--hide .product__details__prices__rrp,.price-visibility--hide .spot-product__list__item .spot-products__price{display:none !important}@media only screen and (max-width:767px){.site-header__top{padding:0.25rem 0;border-bottom:1px solid#edece8}.site-header__top .promo-unit{height:3rem}.site-header__top__icon{color:#6e7475;font-size:1.2rem;display:block;line-height:3rem}.site-header__top__right{position:relative}.site-header__top__basket-count{height:25px;min-width:25px;background-color:#b981ad;color:#ffffff;padding:0 2px;border:2px solid white;border-radius:50%;font-size:12px;line-height:1.25rem;text-align:center;position:absolute;top:0.125rem;right:-12px;pointer-events:none}.site-header__top__basket-count span{color:#ffffff;font-size:12px;font-weight:bold;line-height:20px;text-align:center;font-family:'PT Sans',sans-serif;}@media only screen and (min-width:768px){.promo-unit-header-text-promo-1 i{margin-right:0.5rem}}.site-header__links__vat ul{margin:0}.site-header__links__vat__item{width:50%;margin:0;font-size:0.833rem;text-align:center;display:inline-block}.site-header__links__vat__item a,.site-header__links__vat__item span{background-color:#cccccc;padding:8px 0;display:block}.site-header__links__vat__item a{background-color:#dddddd}.site-header__links__vat__item span{font-weight:700}.site-header__links{width:100%;display:table;border-top:0px solid #ffffff;border-bottom:0px solid #ffffff;background-color:#ffffff}.site-header__links&gt;li{width:25%;display:table-cell;vertical-align:middle;font-size:0.833rem;text-align:center}.site-header__links&gt;li&gt;a{background-color:#ffffff;color:#000000;padding:1rem 0.25rem;display:block}.site-header__links&gt;li&gt;a:hover,.hblock.hblock-active{background-color:#ffffff;color:#262626}.hblock:hover{text-decoration:none}.site-header__links__icon{display:block}.site-header__links-panel{background-color:#ffffff;height:0;overflow-y:hidden;-webkit-transition:height .23s;transition:height .23s}.site-header__links-panel .hblock-container{padding:1rem}.site-header__links-panel.hblock-active&gt;.hblock-container{display:none}.site-header__links-panel.hblock-active&gt;.hblock-container.hblock-active{display:block}.site-header__links-panel__label{margin-bottom:0.5rem;font-size:0.694rem;display:block}.site-header__links__currency select{width:100%}.site-header__links-panel input,.site-header__links-panel button,.site-header__links-panel select{margin-bottom:0}span.fake-radio-button{display:inline-block;height:15px;width:15px;padding:5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;position:relative;top:2px;margin-right:5px;border:2px #ffffff solid;background:transparent}.pricevisibility-active span.fake-radio-button,.vat-active span.fake-radio-button{background-color:#ffffff;border:2px transparent solid}span.fake-radio-button&gt;span{display:none;background-color:#b981ad;height:5px;width:5px;margin:-2px 0 0 -2px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;padding:0}.pricevisibility-active span.fake-radio-button&gt;span,.vat-active span.fake-radio-button&gt;span{display:block}}.drop-down--links--country.drop-down--links.drop-down&gt;.drop-down__menu{left:0;padding:0.5rem}.countrydropdown-link,.countrydropdown-image{display:inline;padding:0.1rem 0.4rem 0.1rem 0.1rem}select.site-header__links-panel__country{width:100%}.site-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:101;background-color:#000000;opacity:0.7}.site-header--overlay{z-index:102;position:relative}#header_welcome_message{background-color:#ffffff;color:#000000}#js-basket-content .text-hide{display:none}.site-header{border-bottom:0px solid #ffffff}.site-header__top{background-color:#ffffff}@media only screen and (max-width:1024px){.promo-unit-site-logo-3{position:relative}.promo-unit-site-logo-3 img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}}@media only screen and (min-width:768px) and (max-width:1024px){.promo-unit-site-logo-3{min-height:97px}}@media only screen and (min-width:768px){.site-header__top__bar{background-color:#ffffff;padding:0.375rem 0;line-height:2rem}.site-header__top__bar__social{min-height:2rem}.site-header__top__bar__social&gt;li{margin-bottom:0.375rem}.site-header__top__bar__social .social__icon{height:1rem;width:1rem;margin-right:1rem}.site-header__top__bar__social .social__icon a{background:none;border:none;font-size:1rem;line-height:1rem}.site-header__top__bar__social .social__icon a:hover{background:none;border:none}li.site-header__top__bar__social__promo{margin-top:0}.promo-unit-header-text-promo-1{font-family:'Fira Sans',sans-serif;font-size:1rem;color:#000000;overflow:hidden}.promo-unit-header-text-promo-1 i{font-size:1.5rem;line-height:2rem}.promo-unit-header-text-promo-1 .promo-unit__text{position:relative;top:-5px}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:700}.site-header__top__search{margin:0 0 0.625rem}.site-header__top__buttons{margin:0.5rem 0.5rem 0.5rem 0;overflow:visible}.site-header__top__buttons li{margin:0 0 0 1rem;position:relative}.site-header__top__buttons li:first-child{margin-right:0}.site-header__top__buttons .site-header__links__icon--currency-icon{height:1.5rem;width:1.5rem;font-size:0.833rem;line-height:1.5rem}.site-header__top__buttons__bag{position:relative}.basket-count{min-width:1.375rem;background-color:#b981ad;color:#ffffff;padding:0.188rem 0;font-size:0.833rem;text-align:center;line-height:1rem;position:absolute;top:-0.5rem;right:-0.5rem;border-radius:50%}.basket-count__prefix,.basket-count__suffix{display:none}.drop-down--links__currency-wrap{border:2px solid #6e7475;border-radius:50%}.basket-total{display:none}.site-header__top__buttons .site-header__links__spacer{display:none}.site-header__top__buttons&gt;li&gt;a{text-align:center;display:block}.site-header__top__buttons .drop-down__menu{font-size:0.833rem}.site-header__top__buttons&gt;li&gt;a .site-header__links__icon{color:#6e7475;display:block}.site-header__top__buttons&gt;li&gt;a:hover .site-header__links__icon{color:#b981ad}.site-header__links__icon{font-size:1.8rem}.site-header__links{width:100%;font-size:1rem}.site-header__links&gt;li{margin:0 0 0 1rem;float:right;font-family:'Fira Sans',sans-serif;font-size:0.833rem}.site-header__links&gt;li:last-child{margin-left:0}.site-header__links&gt;li&gt;a{color:#000000;display:block}.site-header__links&gt;li&gt;a:hover{text-decoration:underline}}@media only screen and (min-width:768px){.site-header__top__search,.site-header__top__buttons{transition:all 500ms ease-in-out}.site-header--scrolling .site-header__top__search{margin:0 0 .375rem}.site-header--scrolling .site-header__top__buttons{margin:.375rem 0}}.site-header--svg-logo svg{height:40px;margin-top:.25rem;padding-top:.5rem}.site-header--svg-logo .svg-logo--sub-text{display:none;opacity:1;transition:opacity ease-out .4s}@media only screen and (max-width:767px){.site-header--svg-logo svg{width:100%}}@media only screen and (min-width:768px){.site-header--svg-logo .svg-logo--sub-text{display:block}.site-header--scrolling .svg-logo--sub-text{opacity:0}.site-header--svg-logo svg{height:50px;margin-top:1rem;transition:all ease-in-out .4s}.site-header--scrolling .site-header__top svg{height:50px;margin-top:1.5rem}.site-header--scrolling .search-form input,.site-header--scrolling .search-form button{height:34px}}@media only screen and (min-width:1025px){.site-header--svg-logo svg{height:auto;padding-top:0}}.drop-down--links .icon-dropdown{margin-left:0.4rem}.site-header__trustpilot{background:#e1dfdf;padding:10px 0}@media only screen and (min-width:64.063em){.site-header__top__bar{padding:1.05rem 1rem 0 1rem}.promo-unit-header-text-promo-1{font-size:14px;color:#444c4c}.site-header__top__search{margin:1.75rem 0 0.625rem;max-width:315px}.site-header__top__buttons{margin:3rem 0.5rem 1.25rem 0}}button{border-radius:0.4rem;text-transform:none;font-family:'Droid Serif',serif}.site-header button,.site-footer button{border-radius:0}.site-header__top__bar{background:none}.mediahawkNumber1922::before{content:\"TEL:\";padding:0 0.4rem 0 0;font-weight:bold}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:normal}.promo-unit-header-text-promo-1 .promo-unit__text{top:0px;left:-1px}.mediahawkNumber1922{display:inline}@media only screen and (min-width:48em){.mediahawkNumber1922{left:0;position:relative;top:-6px}.site-header__sticky{display:none}}.promo-unit-header-text-promo-1::before,.promo-unit-sticky-promo::before{content:\"9\";font-family:\"icon\";font-size:1.5rem}@media only screen and (max-width:48em){.promo-unit-sticky-promo::before{font-size:0.65rem}}.cookie_alert{left:10px}@media only screen and (min-width:64.063em){.site-header__nav__menu&gt;li&gt;a{font-size:0.9375rem;background:#f6f7f7;padding:0.95rem 0}.site-header__nav{background:none}.site-header__nav .container{height:50px;background:#FFF;margin:0 auto 10px}.site-header__nav .container{position:relative}.site-header__nav .container:before,.site-header__nav .container:after{z-index:-1;position:absolute;content:\"\";bottom:15px;left:10px;width:50%;top:0%;max-width:50%;background:#777;box-shadow:0 12px 10px rgba(0,0,0,0.37);transform:rotate(-1deg)}.site-header__nav .container:after{transform:rotate(1deg);right:10px;left:auto}}@media only screen and (max-width:93.9999em) and (min-width:64em){.site-header__nav .container:before,.site-header__nav .container:after{left:2.5rem}.site-header__nav .container:after{right:2.5rem;left:auto}}.site-header__nav__menu&gt;li{position:relative}.drop-down--nav .drop-down__menu{padding:1rem 0}.drop-down--nav:nth-child(3) .drop-down__menu,.drop-down--nav:nth-child(4) .drop-down__menu{width:200%;max-width:200%}.drop-down--nav .drop-down__menu .drop-down__menu__block{padding:0}@media only screen and (max-width:80em) and (min-width:48em){.site-header__nav__menu&gt;li&gt;a span{display:none;font-size:}}@media only screen and (max-width:63.398em) and (min-width:48em){.site-header__nav__menu&gt;li&gt;a{font-size:0.75rem;white-space:normal;border:0!important}}.site-header__nav__menu li:first-child .drop-down__menu{width:120%;max-width:120%}.site-header__slithers{font-family:'Droid Serif',serif;background-color:#7b797a;border-bottom:1px solid #7b797a;font-size:0.833rem;line-height:3rem;overflow:hidden;text-align:center}.site-header__slithers .promo-unit__link{display:block;transition:.3s ease-in-out}.site-header__slithers .promo-unit__text-group{color:#ffffff}.site-header__slithers .promo-unit__link:hover{color:#b981ad}.site-header__slithers i{font-size:1.5rem;margin-right:0.5rem;vertical-align:middle}@media only screen and (max-width:1024px){.site-header__slithers{line-height:2rem}.site-header__slithers--mobile{height:2rem}.site-header__slithers i{font-size:1.25rem}}.social__icon{height:2.75rem;width:2.75rem;margin:0 1rem 1rem 0}.social__icon:last-child{margin-right:0}.social__icon a{height:100%;width:100%;font-size:1.2rem;line-height:2.75rem;text-align:center;display:block;border-radius:50%}.social__icon a span{display:none}.social__icon--twitter a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--twitter a:hover{color:#ffffff;background-color:#00abe3;border:1px solid #00abe3}.social__icon--facebook a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--facebook a:hover{color:#ffffff;background-color:#004088;border:1px solid #004088}.social__icon--google-plus a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--google-plus a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--pinterest a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--pinterest a:hover{color:#ffffff;background-color:#ca2128;border:1px solid #ca2128}.social__icon--instagram a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--instagram a:hover{color:#ffffff;background-color:#747474;border:1px solid #747474}.social__icon--youtube a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--youtube a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--blog a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--blog a:hover{color:#ffffff;background-color:#ff8000;border:1px solid #ff8000}.social__icon--houzz a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--houzz a:hover{color:#ffffff;background-color:#8ac954;border:1px solid #8ac954}.social__icon--flickr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--flickr a:hover{color:#ffffff;background-color:#006dac;border:1px solid #006dac}.social__icon--tumblr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--tumblr a:hover{color:#ffffff;background-color:#35465c;border:1px solid #35465c}.social__icon--whatsapp a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--whatsapp a:hover{color:#ffffff;background-color:#25d366;border:1px solid #25d366}@media only screen and (min-width:768px){.product-tabs-no-js{display:none}}.product-tabs{clear:both}.product-tabs .product-tabs__list{display:table;width:100%;margin:0;position:relative;z-index:2}.product-tabs-header-content .product-tabs__list,.product-tabs-header-content-centered .product-tabs__list{display:block;text-align:center}.product-tabs .product-tabs__list .product-tabs__list__item{text-align:center;display:table-cell;margin:0;background:#ffffff}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:inline-block;width:auto}.product-tabs.product-tabs-header-content .product-tabs__list .product-tabs__list__item a,.product-tabs.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item a{width:auto;padding:1rem 2rem}.product-tabs .product-tabs__list .product-tabs__list__item.active{background:#ffffff}.product-tabs .product-tabs__list .product-tabs__list__item.active a{cursor:default}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item{border-right:1px solid #edece8;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item:first-child{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item.active{border-bottom:1px solid #ffffff}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item:first-child{border-left:none}.product-tabs .product-tabs__list__item--full-width{float:none;display:none}.product-tabs-no-js .product-tabs__content:first-of-type,.product-tabs .product-tabs__content.active{display:block}.product-tabs,.product-tabs__list__item,.product-tabs__list__item--full-width{position:relative}.product-tabs__list__item__link{display:block;padding:1rem;;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;color:#2b3030;background:#ffffff}.product-tabs__list__item__link:hover{text-decoration:none}.active .product-tabs__list__item__link{color:#2b3030;background:#ffffff}.product-tabs-vertical .product-tabs__list__item__link{padding:1rem 0}.product-tabs__list__item i{position:absolute;right:1rem;top:1rem;display:none;color:#2b3030;font-size:1rem;pointer-events:none}.product-tabs__list__item__link .review-co-uk__star__summary{padding-left:0.5rem;display:inline}.product-tabs__list__item .icon-plus,.product-tabs__list__item.active .icon-minus{display:block}.product-tabs__list__item.active .icon-plus{display:none}.product-tabs-vertical .product-tabs__list{display:none}.product-tabs-vertical .product-tabs__list__item--full-width{display:block;border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{background:#ffffff;padding:0 1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width.active{background:#ffffff}.product-tabs .product-tabs__content{clear:both;padding:1rem;display:none;font-size:0.833rem;line-height:1.2rem;border:1px solid #ffffff;background:#ffffff;position:relative;top:-1px;z-index:1}.product-tabs.product-tabs-vertical .product-tabs__content{border:0;top:0}.product-tabs .product-tabs__content--title{font-size:1rem}.product-tabs__content__cms ul{padding:0;margin:0;list-style:none}.product-tabs__content__cms ul li{margin:0 0 0.25rem}.product-tabs__content__cms td{padding:0.25rem}.product-tabs__content__slice{margin-top:1rem}.product-tabs__content__slice:first-child{margin-top:0}.product-tabs__content_expander{overflow:hidden}.tab-read-more{display:none;cursor:pointer;margin:1rem 0;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;color:#2b3030}.product-tabs__content__cms li:before{color:#2b3030;content:\"• \"}.product-tabs__content__cms .no-bullet&gt;li:before,.product-tabs__content__cms .product-downloads li:before{content:\"\"}.product-tabs.product-tabs-vertical .product-tabs__content{padding:1rem 0}.product-downloads:after,.product-downloads li:after{clear:both;content:'';display:block}.product-downloads li{margin:0.5rem 0;line-height:40px}.product-downloads li span{float:left}.product-downloads li span{display:block;width:40px;text-align:center}.product-downloads li span.ico{font-size:40px;color:#2b3030}.product-downloads li a{padding-left:10px;overflow:hidden}.tab-faqs .tab-faqs__questions{margin-bottom:2rem}.tab-faqs__questions__groups--title,.tab-faqs__answers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-faqs__answer__questions{font-weight:700}.tab-faqs__answer:not(:last-child){padding-bottom:1rem}.product-slice__specifications__image{float:left;margin-right:0.5rem}@media only screen and (max-width:767px){.product-tabs .product-tabs__list{display:none}.product-tabs .product-tabs__list__item--full-width{display:block;background:#ffffff}.product-tabs__list__item__link{padding:.75rem;color:#2b3030}.product-tabs.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs .product-tabs__content{border:0;top:0;padding:0.75rem}.product-tabs-vertical .product-tabs__list__item__link{padding:.75rem 0}.product-tabs__list__item i{right:0.75rem;top:0.75rem}}.tag-list{margin:0;padding:0;list-style:none}.tag-list li{font-size:0.833rem}.tag-list--images img{float:left;margin-right:1rem;height:72px;width:72px}.tag-list--images .tag-list__tag{min-height:72px}.tag-list--images.tag-list--hover .tag-list__tag{position:relative;width:72px;display:inline-block}.tag-list--images.tag-list--description img{margin-bottom:1rem}.tag-list__details__holder__quick-view{padding:0.75rem 0.75rem 0.25rem;position:absolute;z-index:8;background:rgba(225,223,223,1);top:-1px;visibility:hidden;text-align:left;min-width:300px}.tag-list--hover .tag-list__details__holder__quick-view{left:100%}.tag-list--hover--right .tag-list__details__holder__quick-view{left:auto;right:100%;text-align:right}.tag-list__details__holder__quick-view__pointer{width:0;height:0;border-top:10px solid transparent;border-right:10px solid #e1dfdf;border-bottom:10px solid transparent;position:absolute;right:100%;top:10px}.tag-list--hover--right .tag-list__details__holder__quick-view__pointer{left:100%;right:auto;border-left:10px solid #e1dfdf;border-right:0}.tag-list__details__holder__quick-view__group{padding-bottom:0.25rem}.tag-list--description .tag-list-name,.tag-list--description .tag-list-group-name{font-size:1rem;font-weight:700}.tag-list-short-description{padding-top:0.25rem}.tag-list li.tag-list__tag_title{font-weight:700}@media only screen and (min-width:768px) and (max-width:1024px){.product-tabs__list__item__link{padding:0.5rem}.product-tabs-header-content-centered .product-tabs__list{display:table}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:table-cell}}@media only screen and (min-width:1025px){.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--2{width:50%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--4{width:25%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--5{width:20%}}.tab-available-offers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-available-offers__offer-title{font-weight:700}.tab-available-offers__offer:not(:last-child){padding-bottom:1rem}.spot-products__title{display:none}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}html{-webkit-overflow-scrolling:touch}.has-overlay{overflow:hidden;height:100%}.has-overlay&gt;body{height:100%;overflow:hidden}.modal--fade,.modal--show{-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-o-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;width:0;height:0;overflow:hidden;opacity:0;display:none\\9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);width:auto;height:auto;opacity:1}.is-active.modal--fade,.is-active.modal--show{display:block\\9;height:100% \\9;width:100% \\9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{display:block\\9}.modal--fade .modal-inner,.modal--show .modal-inner{position:absolute;top:55px;left:50%;z-index:20;margin-left:-325px;width:650px;overflow-x:hidden;-webkit-overflow-scrolling:touch}.modal--fade .modal-inner&gt;img,.modal--show .modal-inner&gt;img,.modal--fade .modal-inner&gt;video,.modal--show .modal-inner&gt;video,.modal--fade .modal-inner&gt;iframe,.modal--show .modal-inner&gt;iframe{width:100%;height:auto;min-height:300px}.modal--fade .modal-inner&gt;img,.modal--show .modal-inner&gt;img{width:auto;max-width:100%}.modal--fade .modal-inner iframe,.modal--show .modal-inner iframe{display:block;width:100%;height:100%;border:0}.g-recaptcha{overflow:hidden;margin-bottom:1rem}.modal--fade .modal-content,.modal--show .modal-content{position:relative;max-height:400px;max-height:85vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal--fade .modal-content&gt;*,.modal--show .modal-content&gt;*{max-width:100%}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{display:block;height:1px;clip:rect(0 0 0 0);margin:-1px;overflow:hidden}.modal--fade .modal-close:focus:after,.modal--show .modal-close:focus:after{outline:1px dotted;outline:-webkit-focus-ring-color auto 5px}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\\00d7';position:absolute;top:50px;right:50%;z-index:20;margin-right:-325px}@media screen and (max-width:690px){.modal--fade .modal-inner,.modal--show .modal-inner{width:auto;left:20px;right:20px;margin-left:0}.modal--fade .modal-close:after,.modal--show .modal-close:after{margin-right:0 !important;right:20px}}@media screen and (max-width:30em){.modal--fade,.modal--show{-webkit-transform:translate(0,400px);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity 1ms .25s;-moz-transition:opacity 1ms .25s;-o-transition:opacity 1ms .25s;-ms-transition:opacity 1ms .25s;transition:opacity 1ms .25s;display:block;right:auto;bottom:auto}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{width:100%;height:100%}.modal--fade:target .modal-close,.modal--show:target .modal-close,.is-active.modal--fade .modal-close,.is-active.modal--show .modal-close{display:block}.modal--fade .modal-inner,.modal--show .modal-inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;top:0;left:0;right:0;height:100%;overflow:auto}.modal--fade .modal-content,.modal--show .modal-content{max-height:none;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.modal--fade .modal-close,.modal--show .modal-close{display:none;right:auto}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:fixed;top:0;left:0;right:0;z-index:20}.modal--fade .modal-close:after,.modal--show .modal-close:after{top:5px !important;right:5px;left:auto;margin-left:0}}@media screen and (max-height:46em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:340px;max-height:85vh}}@media screen and (max-height:36em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:265px;max-height:85vh}}.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-transform:translate(0,0) scale(1,1);-moz-transform:translate(0,0) scale(1,1);-o-transform:translate(0,0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);opacity:1}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:0}@media screen and (max-width:30em){.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:none;-moz-animation:none;animation:none}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:1}}@media screen and (min-width:30em){.modal--fade{transition:opacity 0.4s}}.modal--fade,.modal--show{color:#222;line-height:1.3}.modal--fade .modal-inner,.modal--show .modal-inner{border-radius:2px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.6);box-shadow:0 0 30px rgba(0,0,0,0.6);max-width:100%}.modal--fade header&gt;h2,.modal--show header&gt;h2{margin:0.5em 0}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{text-indent:-100px}.modal--fade .modal-close:before,.modal--show .modal-close:before{background:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=\")}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\\00d7';border-radius:2px;padding:2px 8px;font-size:2em;text-decoration:none;text-indent:0}@media screen and (max-width:30em){.modal--fade .modal-close:before,.modal--show .modal-close:before{height:3em}.modal--fade .modal-inner,.modal--show .modal-inner{padding-top:3em;-webkit-box-shadow:none;box-shadow:none}.modal--fade .modal-close,.modal--show .modal-close{text-decoration:none}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:attr(data-close);font-size:1em;padding:0.5em 1em}}.modal--fade .modal-inner,.modal--show .modal-inner{border-width:0}.modal--fade .modal-content,.modal--show .modal-content{padding:1em;min-height:225px}.modal-content{background-color:#ffffff}.modal-content .cms-page__header{color:#6e7475;font-family:'PT Sans',sans-serif;;margin-bottom:1rem}.modal-content .cms-page__header--h1{font-size:1.2rem}.modal-loading{position:absolute}.modal--fade .modal-close::after,.modal--show .modal-close::after{border-bottom:none}@media screen and (max-width:30em){.modal--fade .modal-inner,.modal--show .modal-inner,.modal--fade .modal-close:before,.modal--show .modal-close:before{background:#fff}}#modal-box .breadcrumb-container,.body-quickbuy .breadcrumb{display:none}.modal-content .cms-page .container&gt;.row&gt;.col{width:100%}html#html-quickbuy{overflow:hidden}body.body-quickbuy{overflow-y:auto;position:absolute;width:100%;height:100%;background:#ffffff}.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:1020px;margin-left:-510px;top:5vh}.is-iframe.modal--fade .modal-content,.is-iframe.modal--show .modal-content{height:90vh;padding:0;max-height:90vh}.is-iframe.modal--fade .modal-content-data,.is-iframe.modal--show .modal-content-data{height:100%;-webkit-overflow-scrolling:touch}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-510px;top:5vh;padding:0 0.8rem}@media screen and (max-width:1100px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:96vw;margin-left:-48vw;top:2vw}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-48vw;top:2vw}}@media screen and (max-width:690px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{top:0}}.modal--show.modal--buy-the-look .modal-inner{width:520px;margin-left:-260px}.modal--show.modal--buy-the-look .modal-close::after{margin-right:-260px}@media screen and (max-width:690px){.modal--show.modal--buy-the-look .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}}.modal-content .cms-charity-donations{background:#e1dfdf;margin-bottom:1rem;padding:1rem}.modal-content .donation-total{font-size:2rem;line-height:2rem}.modal-content .donation-additional-text{font-size:1rem}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}@media only screen and (min-width:768px){.cis-modal .modal-inner{max-height:555px;overflow:hidden}}@media only screen and (max-width:767px){.cis-modal{overflow:hidden;-webkit-overflow-scrolling:auto}.cis-modal .modal-inner iframe{width:1px;min-width:100%;*width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}}@media only screen and (max-width:767px){.row{width:auto}}.body-stock-check .modal-content{margin:1rem 0}.body-stock-check .modal-content .cms-page__header{margin-bottom:1rem}.qtip{z-index:999999999 !important}.breadcrumb{background:#ffffff;padding:12px 5px 0;border-bottom:1px solid #ffffff;position:relative}.breadcrumb ul{margin:0;padding:0;list-style:none}.breadcrumb ul li{margin:0 0.5rem 0 0;padding:0 0 0.75rem 0;font-size:0.833rem;line-height:1.125rem;float:left;display:block;position:relative;white-space:nowrap}.breadcrumb ul li::after{color:#606060;padding-left:0.5rem;font-size:1rem;line-height:1rem;content:\"›\"}.breadcrumb ul li.last::after{content:\"\"}.breadcrumb ul li a{color:#797979;line-height:1.125rem;white-space:nowrap}.breadcrumb__toggle{display:none}@media only screen and (max-width:767px){.breadcrumb ul{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.5rem}.breadcrumb ul li{display:inline;float:none;white-space:normal}.breadcrumb ul li::after{float:none}.breadcrumb ul li a{float:none;display:inline}.breadcrumb ul li.last{display:none}.breadcrumb ul li:nth-last-child(2)::after{content:\"\"}}.lazyload,.lazyloading{opacity:0;height:0}.lazyloaded{opacity:1;transition:opacity 100ms;height:auto}.product-sash{z-index:1;display:block;position:absolute;text-align:center;font-family:'Droid Serif',serif;font-size:1rem;pointer-events:none}.product-sash span{display:block}.product-sash--top_left{top:0;left:0;margin:0.25rem 0 0 0.25rem}.product-sash--top_right{top:0;right:0;margin:0.25rem 0.25rem 0 0}.product-sash--bottom_left{bottom:0;left:0;margin:0 0 0.25rem 0.25rem}.product-sash--bottom_right{bottom:0;right:0;margin:0 0.25rem 0.25rem 0}.product-sash--top_full{width:100%;top:0;left:0}.product-sash--bottom_full{width:100%;bottom:0;left:0}.product__image__main--outer .product-sash--top_left.product-sash--circle{margin:1rem 0 0 1rem}.product__image__main--outer .product-sash--top_right.product-sash--circle{margin:1rem 1rem 0 0}.product__image__main--outer .product-sash--bottom_left.product-sash--circle{margin:0 0 1rem 1rem}.product__image__main--outer .product-sash--bottom_right.product-sash--circle{margin:0 1rem 1rem 0}.product-sash--ribbon{position:absolute;z-index:1;overflow:hidden;width:100px;height:100px;margin:0}.product-sash--ribbon span{font-size:0.833rem;text-align:center;line-height:24px;width:150px;display:block;position:absolute}.product-sash--top_left.product-sash--ribbon{left:0;top:0}.product-sash--top_left.product-sash--ribbon span{top:27px;left:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--top_right.product-sash--ribbon{right:0;top:0}.product-sash--top_right.product-sash--ribbon span{top:27px;right:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_left.product-sash--ribbon{left:0;bottom:0}.product-sash--bottom_left.product-sash--ribbon span{bottom:27px;left:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_right.product-sash--ribbon{right:0;bottom:0}.product-sash--bottom_right.product-sash--ribbon span{bottom:27px;right:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--circle{border-radius:50%;height:70px;width:70px;line-height:70px}.product-sash--circle span{border-radius:50%}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:15px 0}.product__image__main--outer .product-sash--circle{height:120px;width:120px;line-height:120px;font-size:1.728rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:30px;padding:30px 0}.product-sash--normal{margin:0;line-height:1;max-width:100%}.product-sash--normal span{padding:0.5rem}.product-sash--top_full.product-sash--normal span,.product-sash--bottom_full.product-sash--normal span{padding:0.5rem}.product__sash--top .product-sash,.product__sash--bottom .product-sash{position:static}.product__sash--top{margin-top:0.5rem}.product__sash--bottom{margin-bottom:0.5rem}@media only screen and (max-width:1024px){.product__image .product-sash{font-size:0.833rem}.product-sash--circle{height:60px;width:60px;line-height:60px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:80px;width:80px;line-height:80px;font-size:1rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:20px;padding:20px 0}.product-sash--ribbon{width:80px;height:80px}.product-sash--ribbon span{font-size:0.694rem;line-height:24px;width:120px}.product-sash--top_left.product-sash--ribbon span{top:22px;left:-30px}.product-sash--top_right.product-sash--ribbon span{top:22px;right:-30px}.product-sash--bottom_left.product-sash--ribbon span{bottom:22px;left:-30px}.product-sash--bottom_right.product-sash--ribbon span{bottom:22px;right:-30px}}@media only screen and (max-width:767px){.product__image .product-sash{font-size:0.694rem}.product-sash--circle{height:50px;width:50px;line-height:50px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:15px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:60px;width:60px;line-height:60px}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:15px;padding:15px 0}.product-sash--normal{left:0;width:100%;margin:0}.product__image__main--outer .product-sash{margin:0}}.product-sash--triangle{position:absolute;z-index:1;overflow:hidden;margin:0}.product-sash--triangle&gt;span{width:0;height:0;display:block;position:absolute}.product-sash--triangle.product-sash--triangle-original{width:150px;height:150px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{font-size:1rem;line-height:1.5rem;width:150px;height:150px;display:block;position:absolute;padding:5px;font-family:'Droid Serif',serif;overflow:hidden}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{padding-top:75px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span::first-line{font-size:2.375rem;line-height:2.5rem;font-family:'PT Sans',sans-serif}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original{left:0;top:0;text-align:left}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:150px 150px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-150px;left:5px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original{right:0;top:0;text-align:right}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{left:-10px;top:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:right}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 0 150px 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:0;right:10px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:left}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-150px;left:-145px}@media only screen and (max-width:767px){.product-sash--triangle.product-sash--triangle-original,.product-sash--triangle.product-sash--triangle-original&gt;span,.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{width:70px;height:70px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{padding:5px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{padding-top:30px}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:70px 70px 0 0 !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-70px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 70px 70px 0 !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 0 70px 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:70px 0 0 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-70px;left:-70px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{font-size:0.625rem;line-height:0.9375rem}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span::first-line{font-size:1rem;line-height:1.125rem}}.product-sash--triangle.product-sash--triangle-improved{width:100px;height:100px}.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{font-size:0.833rem;line-height:20px;width:100px;height:100px;display:block;position:absolute;overflow:hidden}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:100px 100px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:-100px;left:0}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(45deg);-webkit-transform:rotate(45deg);top:0;left:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:0 0 100px 100px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);bottom:-100px;right:0px;padding-top:57px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(45deg);-webkit-transform:rotate(45deg);bottom:50px;right:50px;padding-top:57px}.cloudzoom-lens{border:5px solid #888;width:100px;height:100px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);cursor:crosshair;z-index:10}.cloudzoom-zoom{border:1px solid #888;width:500px;height:300px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);z-index:1000}.cloudzoom-zoom-inside{border:none;box-shadow:none;z-index:180}.cloudzoom-caption{display:none;text-align:left;background-color:#000;color:#fff;font-weight:bold;padding:10px;font-family:sans-serif;font-size:11px}.cloudzoom-blank{background-image:url(/media/image/cloudzoom/blank.png)}.cloudzoom-ajax-loader{background-image:url(/media/image/cloudzoom/ajax-loader.gif);width:32px;height:32px}.cloudzoom-zoom-colorbox{border:none;box-shadow:none;z-index:9999}.button--add-wishlist:hover .wishlist_add_text{text-decoration:underline}a.size-guide-link:hover{text-decoration:none}.product-page-wrapper .section:first-of-type{padding-top:1rem}.product-page-wrapper .nested-section.section,.product-page-wrapper .nested-section .section{padding-top:0}.product-slice&gt;div&gt;div{margin-bottom:1rem}:not(.basket-hover__products)&gt;button.slick-arrow:hover{background:none;color:#606060}.product-tabs__list__item__link .icon-star{color:#b981ad}@media only screen and (max-width:767px){.product-page-wrapper .section:first-of-type{padding-top:.5rem}.product-slice&gt;div&gt;div{margin-bottom:.5rem}.slice-medium,.slice-large{display:none}.slice-small{display:block}}@media only screen and (min-width:768px) and (max-width:1024px){.slice-small,.slice-large{display:none}.slice-medium{display:block}}@media only screen and (min-width:1025px){.slice-small,.slice-medium{display:none}.slice-large{display:block}}span#js-reward-points-container{font-weight:normal;font-size:1rem;display:none;padding-left:5px}.slice-none{display:none}.restriction_message{display:none;background-color:;padding:0.5em;color:}.cms-page{margin:1rem 0}.cms-page&gt;.row,.s-spacer--vertical,.cms-page--sitemap__section,.cms-page--template-sections&gt;div&gt;.row,.cms-page--template-sections&gt;div&gt;.cms-page--template-section_background{margin-bottom:1rem;overflow:hidden}.cms-page--template-sections .cms-page--template-section_background .cms-page--template-sections__text{padding:1rem}.cms-page--template-sections&gt;div&gt;.featured-products__ul{overflow:visible}.cms-page__header{margin-top:0;color:#6e7475;font-family:'PT Sans',sans-serif}.cms-page__header--with-image,.cms-page__header--with-image:first-child{margin-top:1rem}.cms-page__header--h1{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.728rem}.cms-page__header--h2{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.44rem}.cms-page__header--h3{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.2rem}.cms-page__header--h4{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1rem}.cms-page__header--collapsible{cursor:pointer}.body-pages .cms-page__content table td{padding:1%}.cms-page__content,.cms-page--sitemap__section__list{color:#606060;font-family:'PT Sans',sans-serif;;font-size:0.833rem;line-height:1.2rem;margin-bottom:1rem}.cms-page--sitemap__section__list li{width:25%;float:left;margin:0 0 1rem 0;padding:0 10px 0 0}.alert--textbox{border:1px solid #f00}.cms-page iframe{width:100%;margin-bottom:1rem;border:none}.cms-page__header--alignment--Left{text-align:left}.cms-page__header--alignment--Centre{text-align:center}.cms-page__header--alignment--Right{text-align:right}.cms-page__button--alignment--Left{margin-right:auto}.cms-page__button--alignment--Centre{margin-left:auto;margin-right:auto}.cms-page__button--alignment--Right{margin-left:auto}.cms-page--template-sections__video{position:relative;padding:0 5px 56.25% 5px;height:0}.cms-page--template-sections__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.cms--container__full-width img{margin:0 auto}.cms--container__full-width .slick-prev{left:3%}.cms--container__full-width .slick-next{right:3%}.cms-page .cms--container__full-width{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.cms-page--sitemap__letters li{display:inline-block;margin:0 .5rem 0 0}.sitemap-sub-list{margin:1rem .5rem;overflow:hidden}.sitemap-sub-list li{float:none;margin-bottom:.5rem;width:100%}.g-recaptcha{overflow:hidden;margin-bottom:1rem}@media only screen and (max-width:47.938em){.cms-page--sitemap__section__list li{float:none;width:100%;margin:0 0 .5rem 0}.cms-page--testimonials__name{margin-bottom:1rem}}@media only screen and (min-width:48em){.cms-page--customer-testimonal{display:-ms-flexbox;display:-webkit-flex;display:flex}.cms-page--customer-testimonal&gt;div{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cms-page--customer-testimonal .cms-page__content{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}}.cms-page--customer-testimonal{overflow:hidden;margin:1.5rem 0}.cms-page--customer-testimonal .cms-page__content{padding:2rem;margin-bottom:0;background-color:#eee}.cms-page--testimonials__name{font-size:0.833rem;font-style:italic}.cms-page--testimonials__pagination{border-top:1px solid #ccc;padding:1rem}.cms-page--testimonials__pagination .pagination{float:right}.cms-page__form{margin-top:2rem}.arrow-box{position:relative}.arrow-box:after,.arrow-box:before{right:100%;top:50%;border:solid transparent;content:\" \";height:0;width:0;position:absolute;pointer-events:none}.arrow-box:after{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:10px;margin-top:-11px}.arrow-box:before{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:11px;margin-top:-10px}.cms-page--testimonials__pagination .mobile-pages{display:none}.cms-page--testimonials__pagination .desktop-pages a,.cms-page--testimonials__pagination .desktop-pages strong{margin:0 .5rem}.cms-page--testimonials__pagination .prev-page,.cms-page--testimonials__pagination .next-page{position:relative;top:3px}@media only screen and (max-width:47.938em){.cms-page--testimonials__pagination .mobile-pages{display:block}.cms-page--testimonials__pagination .pagination-holder{display:table;margin:0 auto}.cms-page--testimonials__pagination .desktop-pages{display:none}.cms-page--testimonials__pagination .pagination{float:none}.cms-page--testimonials__pagination span,.cms-page--testimonials__pagination a{float:left}}.product-listings-description-lower{clear:both;font-size:0.833rem;line-height:1.5;margin:1rem 0;padding:1rem;border-top:1px solid #9dc8d4}.product-listings-description-lower h2{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem}.product-listings-description-lower a{text-decoration:underline}.product-listings-description-lower a:hover{text-decoration:none}.modal-content .cms-page__header{margin-bottom:1rem}.modal-content .cms-page__form{margin-top:0}.modal-content .fake-input{height:44px}@media only screen and (min-width:768px){.cms-page{min-height:500px}.cms-page iframe{min-height:465px;margin-bottom:0}}@media only screen and (max-width:767px){.cms-page__content{-webkit-overflow-scrolling:touch;overflow:auto}}.helpdesk .product-tabs__ul .active .product-tabs__list__item__link{color:#b981ad}.helpdesk-list__wrapper__heading{display:block;margin-top:.5rem;padding:0 1rem 1rem;color:#2b3030;font-size:1rem;font-weight:700;border-bottom:1px solid #eee}.helpdesk-list__wrapper__content{margin:1rem 1rem 2rem 1rem;font-size:0.833rem}@media only screen and (min-width:48em){.helpdesk-list__wrapper__heading:first-child{margin:0}}@media only screen and (min-width:768px) and (max-width:1024px){.cms-page--sitemap__section__list li{width:33%}}@media only screen and (max-width:767px){.product-listings-description-lower{text-align:justify}.cms--background-container{background-size:cover}.cms-page--template-sections__image-lower{padding-top:10px}}.cms-page .default_navigation ul{list-style:none;margin:0;padding:0}.cms-page .default_navigation&gt;li{margin:0 0 1rem 0}.cms-page .default_navigation ul ul{margin-top:1rem;margin-left:1rem}.cms-page .default_catalog_navigation_cms_pages_title{display:none}.cms-page .default_catalog_navigation_cms_pages_link{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;border-bottom:1px solid #2b3030;margin:0 0 1rem 0;padding:0 0 1rem 0}.cms-page .default_catalog_navigation_cms_pages_link&gt;a{color:#2b3030}.cms-page .default_catalog_navigation_cms_pages_sublink{text-transform:none;font-size:0.833rem}.cms-button{display:inline-block}.cms--background-container{min-height:400px;background-position:center;background-size:cover;background-repeat:no-repeat;padding:2rem 0}@media only screen and (min-width:1800px){.cms--background-container{background-size:initial}}.cms-page--template-sections__promo{position:relative}.cms-charity-donations{background:#e1dfdf;padding:1rem}.cms-charity-donations .donation-total{font-size:4rem}.cms-charity-donations .donation-additional-text{font-size:2rem;line-height:2.8rem;margin:0}@media only screen and (min-width:1025px){#cms-charity-donations{width:90%}}.product-tabs-image{display:table;width:100%;background-size:cover;background-position:center center}.product-tabs-image .product-tabs__list__item__link{display:table-cell;text-align:center;vertical-align:middle;background:none}@media only screen and (min-width:768px){.product-tabs-image_wrapper{-webkit-transition:height 500ms;transition:height 500ms;overflow:hidden}.product-tabs-image:before,.product-tabs-image:after{content:'';position:absolute;bottom:0;width:50%;background-color:#fff;padding-bottom:15px}.product-tabs-image:before{right:50%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-ms-transform:skewX(45deg);-webkit-transform:skewX(45deg);transform:skewX(45deg)}.product-tabs-image:after{left:50%;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%;-ms-transform:skewX(-45deg);-webkit-transform:skewX(-45deg);transform:skewX(-45deg)}}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}.download-library__top-category{float:left;font-size:0.833rem;font-weight:700;line-height:2rem;margin-bottom:1.5rem;text-align:center}.download-library__top{margin-top:1rem}.download-library__top-category img{display:block;margin:0 auto;padding-bottom:1rem}.download-search_input{margin-bottom:0.5rem}.download-library_search{margin-bottom:1rem}.download-library_search-wrapper label{font-size:1rem;margin:0.5rem 0}.cms-page__map-wrapper{width:100%;height:500px}.competition-list__newsletter-signup{background:#6e7475;padding:1rem 0 0 0;margin-bottom:2rem}.competition-list__newsletter-signup p{color:#000000;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;margin:0 auto}.competition-list__newsletter-signup .search-form{margin:0 auto}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:2500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:0.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;will-change:transform}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:0.75;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:0.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/media/image/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/media/image/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform 0.25s;transition:transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:0.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:0.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}@media only screen and (max-width:63.999em){.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:1}}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:0.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:none}button.pswp__button:hover,.button.pswp__button:hover{background-color:inherit;color:inherit}.product__image__main--outer{position:relative;overflow:hidden}.product__image__main .slick-arrow{color:#606060;top:0;font-size:2rem;height:100%}.product__image__main .slick-arrow span{font-size:2rem}.product__image__sash{bottom:0;left:0;position:absolute;z-index:2;width:100%}.product__live-activity{position:absolute;left:25%;right:25%;z-index:2}@-webkit-keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}@keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}.product__live-activity__message{background:#b981ad;color:#ffffff;text-align:center;margin:0 auto;padding:10px;border-radius:3px;pointer-events:none;opacity:0.95;margin-bottom:0.5rem;opacity:0}.product__live-activity__message--currenty-viewing{-webkit-animation:fadeinout 5s linear 1s forwards;animation:fadeinout 5s linear 1s forwards}.product__live-activity__message--recent-orders{-webkit-animation:fadeinout 5s linear 2.5s forwards;animation:fadeinout 5s linear 2.5s forwards}.product__image__main__iframe{width:100%;height:100%;z-index:1;cursor:default}.product__image__main .product__image__main__iframe{position:absolute}.product__image__thumb--video{position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden}.product__image__thumb--video span.play-icon-span,.product__image__thumb--video img.product__image__thumb__img{position:absolute;top:50%}.product__image__thumb--video span.play-icon-span{color:#ffffff;left:50%;display:block;-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.product__image__thumb--video span i{font-size:4rem}.product__image__thumb--video img.product__image__thumb__img{-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0.5;left:50%}.product__image__main__video-img,.product__image__thumb__video-img{opacity:0}.product__image__thumb__video-img-span{background-color:#000000;display:block;position:relative;overflow:hidden}.product__image__thumbs--count{clear:both;font-size:0.8rem;font-weight:700;padding:0.5rem 0 1rem}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer{position:relative;clear:both}.product__image__thumbs__outer--horizontal .product__image__thumbs{margin:1rem auto 0;max-width:80%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer .slick-arrow{color:#606060;background:#ffffff;height:100%;top:0;padding:5px}.product__image__thumbs__outer--horizontal .product__image__thumb{margin:0 0.5rem;padding:1px;border:1px solid #9dc8d4;cursor:pointer}.product__image__thumbs__outer--horizontal .product__image__thumb.slick-current{border:1px solid #b981ad}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow span{font-size:1rem;font-weight:bold}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:5px}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:5px}.product__image__thumbs__outer--horizontal .product__thumbs__list li img{width:100%;height:auto}.product__image__thumbs__outer--horizontal .product__thumbs__link{display:block}.product__image__thumbs__outer--horizontal .product__thumbs__link--youtube{position:relative}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control{position:absolute;z-index:1;width:100%;background:rgba(0,0,0,0.6);height:100%;display:block;top:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control span{transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);top:50%;color:#ffffff;text-align:center;position:relative;width:100%;display:block;font-size:3rem}.product__image .slick-slide{position:relative}.product__image__thumbs{opacity:0;-webkit-transition:opacity ease-in-out 150ms;-moz-transition:opacity ease-in-out 150ms;transition:opacity ease-in-out 150ms}.product__image__thumbs__outer--vertical .slick-vertical .slick-slide{border:1px solid transparent}.product__image__thumbs__outer--vertical .product__image__thumbs{overflow:hidden}.product__image__thumbs__outer--vertical .product__image__thumb img{padding:1px;border:1px solid #9dc8d4;cursor:pointer;margin-bottom:.5rem}.product__image__thumbs__outer--vertical .product__image__thumb span{cursor:pointer}.product__image__thumbs__outer--vertical .product__image__thumb.slick-current img,.product__image__thumbs__outer--vertical .product__image__thumb.slick-current .product__image__thumb--360-rotate__border{border:1px solid #2b3030}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow{display:block;background:#e1dfdf;color:#606060;position:static;width:100%;margin-bottom:0.5rem;border:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow.slick-next{margin:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow span{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);display:inline-block;line-height:1.5rem;font-size:1rem}.product__image__thumbs__outer--vertical .product__image__thumb__video-img-span{margin-bottom:0.5rem}.product__image__thumbs__outer--vertical .product__image__thumb img.product__image__thumb__video-img{margin-bottom:0}.product__image__main--360-rotate__placeholder{visibility:hidden}.product__image__main--360-rotate__overlay,.product__image__main--360-rotate__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{opacity:0.5}#js-yofla-container img,#js-yofla-container div{width:100% !important;height:auto !important}#js-yofla-container div{height:100% !important}.js-yofla-container img,.js-yofla-container div{width:100% !important;height:auto !important}.js-yofla-container div{height:100% !important}.Magic360-box{max-width:100% !important}.slick-track__360-message{position:absolute;z-index:15;color:#000;padding:10px;font-size:.875rem;display:none}@media only screen and (max-width:767px){.product__image__thumbs,.product__image__sash{display:none}.product__image__main .slick-slide{opacity:0.5}.product__image__main .slick-slide.slick-current{opacity:1}.slick-slide:not(.slick-active) .product-sash{display:none}.product__image__main--360-rotate__overlay{font-size:5rem}.product__image__main .slick-arrow{top:40%;height:auto;margin-bottom:0}.product__live-activity__message{border-radius:0px}.product__live-activity{bottom:0;left:0;right:0}}@media only screen and (max-width:1024px){.product__image__thumbs__outer--horizontal .product__image__thumbs{max-width:100%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev span{padding-left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next span{padding-right:0}.tap-zoom-message{position:absolute;background:#ccc;color:#fff;top:43%;left:25%;right:25%;text-align:center;padding:10px;z-index:2;margin:0 auto;background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(195,195,195)),to(rgb(137,137,137)));border-radius:3px;pointer-events:none;opacity:0.95}.product__live-activity{left:10%;right:10%}}@media only screen and (min-width:768px){.product__image__thumb--360-rotate__overlay{position:absolute;font-size:4rem;top:48%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{font-size:10rem}.product__image__thumb--360-rotate__placeholder{opacity:0}.product__image__thumbs__outer--vertical .product__image__thumb--360-rotate__border{border:1px solid #9dc8d4;display:block;height:93%;position:absolute;top:0;width:100%}.product__live-activity{top:55%}}@media only screen and (min-width:1025px){.product__image__thumbs__outer--horizontal .product__image__thumbs .slick-track{margin:0 auto}.product__image__zoom-link{cursor:zoom-in}.body-quickbuy .product__image__zoom-link{cursor:default}.product__live-activity{top:38%}}.product__image__main&gt;div{display:none}.product__image__main&gt;div:first-child,.product__image__main.slick-initialized&gt;div{display:block}.product__image__thumbs__outer--vertical-grid .slick-slide&gt;div{display:inline-block;width:50%}.product__layout__options{display:none}@media only screen and (min-width:768px){.product__image__thumbs__outer--vertical-grid .product__image__thumb img{margin-bottom:0}.product__layout__options{bottom:.5rem;display:-ms-flexbox;display:flex;position:absolute}.product__layout__options--grid-layout{bottom:-1rem}.product__layout{opacity:.5}.product__layout:not(:last-child){margin-right:.75rem}.product__layout--selected{opacity:1}}.social-icons{font-size:1.5rem}.social__link{font-size:0.833rem}.social-icons__title{font-size:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;line-height:3.25rem;float:left;margin:0 1rem 0 0}.social-icons .social__icon,.social-icons .social__link{margin:0.25rem 1rem 0.25rem 0}.social-icons .inline-list&gt;li{display:inline-block;float:none}.social__icon--ask-question a,.social__icon--email-friend a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--ask-question a:hover,.social__icon--email-friend a:hover{color:#ffffff;background-color:#b981ad;border:1px solid #b981ad}@media only screen and (min-width:768px) and (max-width:1024px){.social-icons__title{display:none}.social-icons .social__icon{margin:0 0.5rem 0.5rem 0}}@media only screen and (max-width:767px){.social-icons{text-align:center;padding:0.5rem 0}.social-icons__title{width:100%;line-height:2}.social-icons .inline-list{clear:both}.social-icons .inline-list&gt;li{float:none}.social-icons .social__icon{margin:0.25rem}.social-icons .social__icon:first-child{margin-left:0}.social-icons .social__icon:last-child{margin-right:0}}.product-content{position:relative}.product-content__title{margin-bottom:.25rem;font-family:'PT Sans',sans-serif;font-size:1.2rem}.product-content__title--brand{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;display:block}.product-content__subtitle,.product-content__weight,.product-content__reference,.product-content__brand{margin:.25rem 0;font-size:0.833rem}.product-content__reference--span{display:block;margin-bottom:1rem}.product-content__image{display:table;margin:0 auto}.product-content__image img{max-width:130px}.product-content__image .product-content__promo{margin-bottom:1rem}.product-content__image .product-content__promo:last-child{margin-bottom:0}.product-content__review-stars{display:table;margin:0 auto}.product-content__review-stars__title{display:inline-block;margin:1rem .75rem 1rem 0;color:#2b3030;font-size:1rem;font-weight:700}.product-content__review-stars--star{font-size:1.25rem;color:#b981ad}.price-match-wrapper{position:relative}.price-match:before{content:\"\";border-top:15px solid transparent;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:15px solid #78AB46;display:block;position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match{width:280px;background-color:#78AB46;margin-top:15px;border-radius:5px;text-align:center;position:absolute;top:100%;display:none;z-index:2}.price-match__title{color:#ffffff;font-size:16px;text-transform:uppercase}.price-match__panel{background-color:#ffffff;color:#494949;font-size:14px}@media only screen and (max-width:767px){.price-match,.price-match__panel{padding:0.5rem}.price-match{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match__panel{margin-top:0.5rem}}@media only screen and (min-width:768px){.product-content__review-stars{display:block}.price-match{padding:1rem}.price-match__panel{margin-top:1rem;padding:1rem}}@media only screen and (min-width:768px) and (max-width:1024px){.product-content__image{margin-top:1rem;display:block}}@media only screen and (min-width:1025px){.product-content__image{float:right}.product-content__title--shorter{width:60%}}.product-content__price-info{color:#2b3030}.product-content__price-info li{display:inline-block;margin-bottom:0;margin-top:0}.product-content__price-info li.price-info__separator{font-size:0.833rem;margin:0 0.25rem;color:#606060}.product-content__price-info li.product-content__price-info__price,.product-content__price-info--hidden-prices{font-weight:700;vertical-align:sub}.product-content__price-info__price span{font-family:'Droid Serif',serif}.product-content__price-info__price .product-price-wrap{font-size:1.728rem}.product-content__price-info__price .vat_status{font-size:0.833rem}.product-content__price-info__price--sale{color:#cc0001}.product-content__price-info--subprice,.product-content__price-info--hidden-prices{margin:0;font-size:1rem}.product-content__price-info--hidden-prices{margin-top:1rem;display:block}.product-content__price-deposit{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info__delivery{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info li.product-content__price-info__clear{clear:left;height:1px;font-size:1px;line-height:1px;display:block}.product-content__price-info li.product-content__price-info__price-inc{display:block}@media only screen and (max-width:1024px){.product-content__price-info li.product-content__price-deposit{display:block;margin-left:0}.product-content__price-info li.product-content__price-info__delivery{display:block;margin-left:0}}.available-offers__title{margin-bottom:.5rem;font-size:0.833rem;font-weight:700}.available-offers__item__bullet{display:none}.available-offers__item{margin:0 0 .25rem;font-size:0.833rem}.available-offers__item__code{font-weight:700}@media only screen and (min-width:768px){.available-offers__item__bullet{display:inline}}.spot-products__title{margin:.75rem 0;font-size:0.833rem;font-weight:700;text-align:center;color:#2b3030}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}.product-promo .promo-unit{padding:1.5rem 0}.product-promo .promo-unit.product-promo__multiple__promo{padding:.75rem 0}.product-promo__overlay,.product-promo--full-width .product-promo__overlay{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;text-align:center}.product-promo__overlay__subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.2rem;font-weight:normal;text-transform:none}.product-promo__overlay__title{font-size:0.694rem}.product-promo--full-width .product-promo__overlay__title{font-size:1.44rem}.product-promo__multiple__promo{float:left;margin:0}@media only screen and (min-width:1025px){.product-promo__overlay__title{font-size:1rem}.product-promo--full-width .product-promo__overlay__title{font-size:2.986rem}.product-promo .promo-unit.product-promo__multiple__promo{padding:1.5rem 0}}.upsell-name,.attributes-name{margin-bottom:.5rem;font-size:0.833rem;font-weight:700;color:#2b3030}ul.attributes{background-color:#ffffff;margin-bottom:0.75rem}.attributes__value{padding:0px 0.25rem 0.25rem 0;display:inline-block;margin:0}.attributes__value:last-child{padding-right:0}.attributes__value--out-of-stock{opacity:0.3}.attributes__value a{color:#606060;padding:3px;border:1px solid #9dc8d4;display:block;float:left;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s;font-size:0.7rem;text-align:center}.attributes__value--name{padding-top:5px}.attributes__value--selected a,.attributes__value a:hover{color:#2b3030;border-color:#b981ad}.attributes__value a span{display:block}.attributes__value--hex a span{height:38px;width:38px}.attributes__value--text a span{background-color:#e1dfdf;padding:0 0.25rem;font-size:0.833rem;font-weight:700;line-height:38px;min-height:38px;min-width:38px;text-align:center}.attributes__value--selected.attributes__value--out-of-stock a,.attributes__value--out-of-stock a:hover{color:#606060;border:1px solid #2b3030}.attributes__value a img{max-width:38px}#js-product-options,.options-container{position:relative}#js-product-options-cover,.options-ajax-loader{position:absolute;z-index:8}.attributes-select{width:98%;padding:0.4rem;outline:0}.attributes-option--out-of-stock{color:#ccc}.age-restriction-checkbox__label{display:inline-block;padding-left:10px}.attributes-size-guide{font-size:0.833rem;line-height:3rem}.attributes-size-guide span{font-size:1rem;position:relative;top:2px}a.size-guide-link{color:#b981ad}#js-product-options&gt;.row:last-child select,#upselling_dropdown .attributes-select{margin-bottom:0}.quantity .table__cell{vertical-align:middle}.attribute_conversion_switcher{display:inline-block;font-size:0.833rem}.options-buttons__personalisation-tickbox input{display:inline-block;margin:0 .25rem 0 0}.options-buttons__personalisation-tickbox label{display:inline}.options-buttons__personalisation-tickbox img{display:inline;position:relative;top:6px;margin-left:5px}.product-buttons button.button--add-basket{color:#ffffff;background:#b981ad;border-color:#b981ad;font-size:1.44rem;letter-spacing:3px}.product-buttons button.button--add-basket:hover{color:#b981ad;background:#ffffff}.product-buttons button.button--add-basket--back-in-stock{font-size:0.833rem;letter-spacing:1px}.product-buttons button.button--add-basket--deposit{margin-top:10px}.product-buttons button.button--add-basket--inactive{background:grey !important;opacity:0.6}.product-buttons button.button--add-basket--inactive:hover{background:grey !important;opacity:0.6}.product-options-buttons button:not(.button--add-wishlist--2),.product-options-buttons .button.button--custom-cms{line-height:1.5rem}.product-options-buttons button.button--add-wishlist{font-size:0.833rem;color:#000000;background:#ffffff;transition:none;-moz-transition:none -webkit-transition:none}.product-options-buttons button.button--add-wishlist:hover{color:#888888}.product-options-buttons button.button--add-wishlist span.ico{font-size:1.44rem;margin-right:0.5rem}.product-options-buttons button.button--add-wishlist--1{border-color:#ffffff}.product-options-buttons button.button--add-wishlist--1 span.ico{line-height:1.5rem;position:relative;top:0.25rem}.product-options-buttons button.button--add-wishlist--2{margin-top:1rem;padding:0;border:none}.product-options-buttons button.button--add-wishlist:hover span.ico{color:#888888}.v12finance-button__tag-line{margin-top:0.5rem}.product-options-buttons .button.button--custom-cms{text-align:center}.button-upsell-opts .button-upsell-link{display:block;width:80%;margin:0.5rem auto;text-align:center}.button-upsell-opts .button-upsell-link{color:#ffffff;background:#b981ad;border-color:#b981ad}.button-upsell-opts .added-to-basket__button,.button-upsell-opts .removed-from-basket__button{max-width:100%;width:100%}@media only screen and (min-width:1024px) and (max-width:1270px){.product-buttons button.button--add-wishlist&gt;span.wishlist-text{display:none}}.quantity-container{min-height:2.5rem}.quantity__label{margin:0;color:#2b3030}.quantity button{margin:0;padding:0.5rem;border:1px solid #e1dfdf;color:#2b3030;background:#e1dfdf;letter-spacing:0;width:2.5rem;height:2.5rem}.quantity-input{vertical-align:middle}.quantity div{padding:0.344rem 0.688rem;border:1px solid #e1dfdf;min-width:50px}.quantity&gt;div:first-child{border:0;padding-left:0;min-width:1px}.quantity div:focus{outline:none}.min_quantity{margin-bottom:1rem;line-height:1.5rem}.product-min-quantity-val{padding-left:0.5rem;font-size:0.833rem}.added-to-basket{padding:1rem;border:2px solid green;font-size:0.833rem;color:green;background:#e1dfdf}.added-to-basket__close,.removed-from-basket__close{position:absolute;top:.5rem;right:.5rem;color:#2b3030;font-size:1.5rem;font-weight:700;cursor:pointer}.added-to-basket__title,.added-to-basket__subtitle,.removed-from-basket__title{font-weight:bold}.added-to-basket__subtitle{display:block}.added-to-basket__buttons,.removed-from-basket__buttons{margin-top:0.75rem}.added-to-basket__button,.removed-from-basket__button{width:46%;max-width:200px;display:inline-block;border:1px solid #b981ad;padding:0.25rem;text-align:center;color:#b981ad;background:#ffffff;margin-bottom:0}.added-to-basket__button:hover,.removed-from-basket__button:hover{color:#ffffff;background:#b981ad}.added-to-basket__button:first-child{margin-right:2%}.added-to-basket__button--checkout{color:#ffffff;background:#b981ad;border:1px solid #b981ad}.added-to-basket__button--checkout:hover{color:#b981ad;background:#ffffff}.added-to-basket__button:hover .wishlist_added{color:#ffffff}.removed-from-basket{padding:1rem;border:2px solid red;font-size:0.833rem;color:red;background-color:}@media only screen and (max-width:767px){.added-to-basket{text-align:center}.options-buttons__personalisation-tickbox{text-align:center;margin-bottom:1rem}}@media only screen and (min-width:1025px){.product-buttons,.button--add-wishlist,.v12finance-button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-buttons,.v12finance-button{margin-right:0.5rem}.product-buttons button,.v12finance-button button{width:100%}.product-options-buttons{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.product-options-buttons button{margin-bottom:0}.quantity button:hover,.quantity button:active,.quantity button:focus{border-color:#2b3030;color:#e1dfdf;background:#2b3030}}@media only screen and (max-width:1439px){.product-options-buttons button:not(.button--add-wishlist--2){padding-right:0.5rem;padding-left:0.5rem}}@media only screen and (max-width:1024px){.product-options-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-options-buttons button{width:100%}.product-options-buttons button:not(:first-child){margin-top:1rem}.attributes-size-guide{font-size:1rem;margin-bottom:1rem}.attributes-size-guide span{font-size:1.5rem;top:4px}.attributes-select{width:100%}.added-to-basket__button,.removed-from-basket__button{width:100%;max-width:100%}}@media only screen and (min-width:768px) and (max-width:1024px){.added-to-basket__button:first-child{margin-bottom:1rem}}@media only screen and (max-width:767px){ul.attributes,.attributes-swatches ul{text-align:center}.attributes__value{padding:0 0.125rem 0.25rem 0.125rem}.attributes__value:last-child{padding-right:0.125rem}ul.attributes,.quantity{margin-right:auto;margin-left:auto}.quantity label{display:none}.quantity div{padding:0.5rem 0.688rem}.quantity button{padding:0.5rem}.quantity&gt;div:first-child{padding-right:0}.product-buttons button.button--add-basket{font-size:1.2rem}.added-to-basket{position:fixed;top:0;z-index:200;left:0;border:0;width:100%;-webkit-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);-moz-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);padding:1.5rem}.added-to-basket__title,.added-to-basket__product{line-height:1.5rem}.added-to-basket__button,.removed-from-basket__button{max-width:400px;padding:0.75rem;margin:0 0 0.5rem 0}.added-to-basket__button:first-child{margin-right:0}.added-to-basket__button--checkout{margin-bottom:0}.age-restriction{display:table;margin:0 auto}#upselling_dropdown .attributes-select{margin-bottom:0.5rem}.product-parent-bundle__wrapper .button--add-basket{margin:0 auto}}.product-parent-bundle__single-child{display:block}.wishlist_list{margin:0;padding:1rem;list-style:none}.wishlist_list__item{display:block;cursor:pointer}.wishlist_list__item--new-item{font-weight:700}.product-options-stock-key .attributes__value--text.attributes__value--out-of-stock a span,.low-stock-key .attributes__value--text.attributes__value--out-of-stock a span{background-image:url(///media/image/out-of-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.product-options-stock-key .attributes__value--text.attributes__value--low-stock a span,.low-stock-key .attributes__value--text.attributes__value--low-stock a span{background-image:url(///media/image/low-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.low-stock-key ul.attributes{margin-top:1rem}.low-stock-key .attributes__value{padding:0 0.375rem 0 0}.low-stock-key .attributes__value__key.attributes__value{padding:0 1.5rem 0 0}.low-stock-key .attributes__value__key.attributes__value:last-child{padding:0}.low-stock-key .attributes__value a{padding:1px}.low-stock-key .attributes__value__key.attributes__value a{border:0;line-height:17px;padding:0}.low-stock-key .attributes__value--text a span{min-height:13px;min-width:13px;line-height:13px}.low-stock-key .attributes__value__size-guide a{text-decoration:underline}.low-stock-key .attributes__value__size-guide a:hover{text-decoration:none}.low-stock-key .attributes__value--low-stock a:hover,.low-stock-key .attributes__value--out-of-stock a:hover{border-color:#9dc8d4}.attributes__value--out-of-stock--line-through{position:relative}.attributes__value--out-of-stock--line-through a::after{border:1px solid #8d8c8c;content:\"\";left:-7px;top:22px;position:absolute;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);width:61px;box-shadow:0 1px 0 0 #fff}.attributes__value .swatches__stock-popup{display:none}.attributes__value .swatches__stock-popup .swatches__stock-popup--text{display:block;white-space:nowrap;padding:5px 10px;font-size:0.8125rem;background:red;color:#fff}@media only screen and (min-width:1025px){.attributes__value{position:relative}.attributes__value .swatches__stock-popup{position:absolute;top:-30px;left:0}.attributes__value .swatches__stock-popup .swatches__stock-popup--arrow{position:absolute;width:0;height:0;bottom:-8px;left:8px;border-style:solid;border-width:8px 8px 0 8px;border-color:red transparent transparent}.attributes__value:hover .swatches__stock-popup{display:block}}.product-parent-bundle__wrapper{padding-bottom:2rem}.js-product-description{font-size:.7rem}.product-parent-bundle__wrapper #js-can-buy-buttons,.product-parent-bundle__wrapper .product-parent-bundle--size-guide{float:left}.product-parent-bundle__wrapper .js-product-description{clear:both}.product-parent-bundle__wrapper .product-parent-bundle--size-guide{margin-top:.9rem}.button.product-actions__button{margin-bottom:.5rem}.button.product-actions__button__link{display:block;padding:.375rem;color:#b981ad;background:#ffffff;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.694rem}.product-slice&gt;div&gt;div.product-actions{margin-bottom:0}.product-actions .product-actions__button .icon_inline{display:flex;align-items:center;justify-content:center}.product-actions__button__link--additional_text{display:block}.product-actions__button--icon{margin-right:0.75rem;font-size:1.5rem}.product-content__price-info{margin-top:1.5rem}.product-slice&gt;div&gt;div.product-content{margin-bottom:0.3rem}#js-product-title{font-size:1.25rem;font-weight:normal;text-transform:none;color:#606060;font-family:'PT Sans',sans-serif}#js-product-price{color:#cc0001}.product-content__price-info{font-size:1rem;font-weight:normal}.product-content__price-info__price span{font-size:1.1rem;font-family:'PT Sans',sans-serif;font-weight:400}.product-content__price-info__price span span{font-size:1.625rem}.product-content__price-info__rrp span,.product-content__price-info__was span{text-decoration:none}.product-content__price-info__rrp span span,.product-content__price-info__was span span{text-decoration:line-through}.attributes-select{border-color:#DCDCDC}.product-content__price-info__saved{font-weight:normal}.product-buttons button.button--add-basket{font-size:1.75rem;letter-spacing:0rem}.product-buttons button.button--add-wishlist{border:2px solid #b981ad;padding:0.75rem 0 0.75rem;color:#2b3030;font-size:1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{padding:0}.product-tabs__list__item__link{font-family:'PT Sans',sans-serif}.product-tabs__content_cms ul{margin-left:0}.product-tabs__content_cms li{margin:0.5rem 0}.pay4later-button{border-radius:0.4rem;background-color:#fff;border-width:2px;color:#2b3030;padding:0.5rem;font-size:0.9rem}.pay4later-button__price{font-size:0.7rem}.pay4later-button:hover .pay4later-button__title{color:#b981ad}.product-content__price-info__price--sale{color:#2b3030}.product-content__price-info__price--sale .product-price-wrap span{color:#cc0001}.product-buttons #js-cannot-buy-buttons #js-request-sample-button{padding:0.25rem 0;width:80%;background-color:transparent;border-color:transparent;color:#b981ad;letter-spacing:1px;font-size:0.8rem}.product-buttons #js-cannot-buy-buttons #js-request-sample-button::before{content:\"\\2709\";margin-right:5px;font-size:1.44rem;position:relative;top:0.25rem}.product__details__prices__price{color:#cc0001}.social__icon--ask-question a,.social__icon--email-friend a,.social__icon--facebook a,.social__icon--twitter a,.social__icon--pinterest a,.social__icon--google-plus a,.social__icon--ask-question a:hover,.social__icon--email-friend a:hover,.social__icon--facebook a:hover,.social__icon--twitter a:hover,.social__icon--pinterest a:hover,.social__icon--google-plus a:hover{border:none}.product-promo .promo-unit{padding:0;text-align:left;color:#cc0001;font-weight:normal}@media only screen and (max-width:47.938em){.product-promo .promo-unit{text-align:center}}@media only screen and (max-width:64em){.button--add-wishlist{margin:1rem 0}.product-content__image{display:table!important;width:100%}.product-content__image .product-content__promo{float:left;margin-bottom:0;width:50%}.product-content__image img{max-width:100px;margin:auto}}@media (min-width:1025px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{position:absolute;right:11px;top:15px;width:13rem}#js-product-options-buttons #js-add-to-wishlist{padding-top:0;text-align:left;left:30px;top:-8px;position:relative}}@media (max-width:1024px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{margin:0 auto}}.options-container .product-buttons__separator{display:none !important}.button--add-basket--request-sample{margin:1rem 0}.pswp__bg{background:#fff}.pswp__button--arrow--left::before,.pswp__button--arrow--right::before,.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.8)}.cookie_alert{position:fixed;right:10px;bottom:10px;width:300px;z-index:1000;background-color:#ddd}.cookie_alert_text{padding:1rem;font-size:.75rem;text-align:center}.cookie_alert_text a{text-decoration:underline}.cookie_alert_text a:hover{cursor:pointer}.cookie_alert_text label{display:inline;font-size:.75rem}.cookie_alert_text__lower{margin-top:0;overflow:hidden}.cookie_alert__button{margin:0;background:#b981ad;cursor:pointer}.cookie_alert__button:hover{background:#ffffff}#cookie_alert_close{color:#ffffff;text-decoration:none}.cookie_alert__button:hover #cookie_alert_close{color:#2b3030}.cookie_alert__button-disabled,.cookie_alert__button-disabled:hover,.cookie_alert__button-disabled #cookie_alert_close{background:#ffffff;color:#2b3030;cursor:default}.cookie_alert__more-info{margin-top:0.5rem;text-decoration:underline}.icon-close{color:#b981ad;font-size:1.2rem}.icon-close:hover{color:#ffffff;cursor:pointer}.cookie_alert__icon--right{text-align:right;right:0}.cookie_alert__icon{cursor:pointer;position:fixed;bottom:0;z-index:99999;height:60px;width:60px}.cookie_alert__icon i{bottom:50%;position:relative;color:#ffffff;font-size:1.4em;margin:0 15%}.cookie_alert__icon svg{fill:#b981ad}.form-builder{position:relative}.form-builder .form-tick,.form-builder .form-prompt,.form-builder .form-warning{display:none}.form-builder .form-overlay{position:absolute}.form-builder .radio__label{display:inline}.form-builder .multi_checkbox__label{display:inline}.form-builder__textnote{margin-bottom:1rem}.form-builder__file-input{padding-top:0.938rem;padding-bottom:0.938rem}.formbuilder__group--cbx-lbl label,.formbuilder__group--cbx-lbl input{margin-top:0}.formbuilder__group--cbx-lbl input{margin-top:2px;vertical-align:top}.form-builder ._referer_wrapper{display:none}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail{display:inline-block;position:relative;width:100px;height:100px;margin-right:14px;margin-bottom:10px;background-size:cover;background-position:center center;background-repeat:no-repeat}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail-not-image{background-color:lightgrey;text-align:center}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;font-size:0.85em;width:84%}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);-ms-filter:\"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);\"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)\"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)\"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)\"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:\"alpha(Opacity=70)\"}.qtipmodal-ie6fix{position:absolute!important}</style> <script>document.createElement('picture');</script> <script>!function(e){var t=function(){e.console&amp;&amp;console.log(\"Not yet implemented\")};e.vs={dev:t,helper:{},lang:t,module:t,setting:t,type:{},deviceType:{},vsq:[[],[],[],[],[],[],[]],q:t,js:t,runQueue:t,deferJS:t,runMasterQueue:t,addJSInline:t,qInterval:null,qCheck:[],qPointer:0,jsQueueRunning:!1,version:1.4}}(window),function(e){var t=!1;void 0!==e.vs_dev&amp;&amp;(t=vs_dev,vs_dev=void 0),vs.dev=function(){return t&amp;&amp;vs.helper.value_exists(\"debug\",e.location.hash.slice(1).split(\":\"))},vs.dev.log=function(t,n){return vs.dev()&amp;&amp;e.console&amp;&amp;console.log(t),n}}(window),function(e){e.vs.type.Module=function(e,t){var n,r=[\"name\",\"key\"],o={active:!0,name:e,key:vs.helper.key(e),data:{}},t=t||{};for(n in o)o.hasOwnProperty(n)&amp;&amp;t.hasOwnProperty(n)&amp;&amp;!vs.helper.key_exists(n,r)&amp;&amp;(o[n]=t[n]),this[n]=o[n];this.setting=function(e,t){return vs.setting.call(this,e,t)}}}(window),function(e){e.vs.helper,e.vs.helper,function(e){var t={array:\"[object Array]\",object:\"[object Object]\",string:\"[object String]\",number:\"[object Number]\",boolean:\"[object Boolean]\",function:\"[object Function]\",date:\"[object Date]\"},n=Object.prototype.toString;e.vs.helper.type=function(e,r,o){if(e=n.call(e),void 0!==r)return t.hasOwnProperty(r)?t[r.toLowerCase()]===e&amp;&amp;(\"object\"!==e||!!(o&amp;&amp;o.constructor&amp;&amp;o.constructor.toString)&amp;&amp;e.constructor.toString()===o.constructor.toString()):vs.dev.log('Tried to check for an unknown data type: \"'+r+'\"',!1);for(r in t)if(t.hasOwnProperty(r)&amp;&amp;t[r]===e)return r;return void 0===r&amp;&amp;void 0}}(e),function(e){var t={left:function(e,t){},right:function(e,t){},both:function(e,t){}};e.vs.helper.trim=function(e,n,r){return n=n||\"\\\\s\",r=r||\"both\",vs.helper.key_exists(r,t)||(r=vs.dev.log('Tried to trim a string from an invalid end: \"'+r+'\". Defaulting to \"both\"',\"both\")),vs.helper.type(e,\"string\")?t[r](e,n):\"\"},t.left=function(e,t){return e.replace(new RegExp(\"^[\"+t.split().join(\"\\\\\")+\"]+\",\"g\"),\"\")},t.right=function(e,t){return e.replace(new RegExp(\"[\"+t.split().join(\"\\\\\")+\"]+$\",\"g\"),\"\")},t.both=function(e,n){return t.left(t.right(e,n),n)}}(e),function(e){e.vs.helper.key=function(e,t,n){var r=\"_invalid_key_\",o=e,t=t||\"\";return n=!vs.helper.type(n,\"boolean\")||n,t=n?\"a-z0-9_\"+t:t,vs.helper.type(e,\"string\")?e.length?vs.helper.type(t,\"string\")?e.length?(e=e.toLowerCase().replace(new RegExp(\"[^\"+t+\"]\",\"g\"),\"\")).length?e=parseInt(e.slice(0,1))==e.slice(0,1)?\"_\"+e:e:vs.dev.log('Attempted to convert \"'+o+'\" to a key using character mask \"'+t+'\", but failed as the resulting string was empty',r):vs.dev.log('Attempted to use the character mask \"'+t+\"\\\" for a key, but failed as it's empty\",r):vs.dev.log('Attempted to use the character mask \"'+t+\"\\\" for a key, but failed as it's not a string\",r):vs.dev.log('Attempted to convert \"'+o+\"\\\" to a key, but failed as it's empty\",r):vs.dev.log('Attempted to convert \"'+o+\"\\\" to a key, but failed as it's not a string\",r)}}(e),function(e){e.vs.helper.key_exists=function(e,t){var n;if(vs.helper.type(t,\"object\")){for(n in t)if(t.hasOwnProperty(n))return!0}else if(vs.helper.type(t,\"array\"))return void 0!==t[e];return!1}}(e),function(e){e.vs.helper.value_exists=function(e,t){var n,r;if(vs.helper.type(t,\"object\")){for(n in t)if(t.hasOwnProperty(n)&amp;&amp;t[n]===e)return!0}else if(vs.helper.type(t,\"array\"))for(r=0;r&lt;t.length;r++)if(t[r]===e)return!0;return!1}}(e)}(window),function(e){var t={get:function(e,t){},set:function(e,t){},multiset:function(e){},get:function(e){},data:{}};e.vs.lang=function(e,n){if(void 0!==e){if(vs.helper.type(e,\"object\"))return t.multiset(e);if(e.length){if(void 0!==n&amp;&amp;vs.helper.type(n,\"array\"))return t.set(e,n);if(void 0===n||!vs.helper.type(n,\"array\"))return t.get(e,Array.prototype.slice.call(arguments,1).reverse())}}return!1},t.get=function(e,n){var r,o,s=e=t.key(e),i=t.data,n=n||[];for(e=e.split(\".\").reverse();r=e.pop();)i=\"string\"!=typeof i&amp;&amp;void 0!==i[r]?i[r]:{};for(i=\"string\"==typeof i?i:s;o=n.pop();)i=i.replace(\"%s\",o);return i},t.set=function(e,n){var r,o=0,s=t.data;for(e=t.key(e).split(\".\"),o;o&lt;e.length;o++)r=s[e[o]],o===e.length-1?r=s[e[o]]=n[0]:void 0===r&amp;&amp;(r=s[e[o]]={}),s=r;return e.join(\".\")},t.multiset=function(e){var t;for(t in e)e.hasOwnProperty(t)&amp;&amp;vs.lang(t,[e[t]]);return!0},t.key=function(e){return vs.helper.trim(vs.helper.key(e,\".\").replace(/\\.+/g,\".\"),\".\")}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};e.vs.modules=function(){return t.data},e.vs.module=function(e,n){return void 0!==e?void 0!==n?t.set(e,n):t.get(e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return t.data[t.key(e)]||t.set(e,t.dummy(e))},t.set=function(e,n){var r=t.key(e);return vs.helper.type(n,\"object\",vs.type.Module)?t.data[r]=n:vs.dev.log(\"Tried to set module \"+r+\" but value is not an object\",t.dummy(e))},t.dummy=function(e){return new vs.type.Module(e,{active:!1})}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};vs.setting=function(e,n){return void 0!==e?void 0!==n?this===vs?t.set(e,n):t.set.call(this,e,n):this===vs?t.get(e):t.get.call(this,e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return vs.helper.key_exists(e,this.data)?this.data[e]:\"\"},t.set=function(e,t){return vs.helper.type(t,\"string\")?(this.data[e]=t,e):vs.dev.log('Settings may only be string values: \"'+e+'\"',e)}}(window),function(e){vs.deviceType=function(){var t=document.getElementById(\"vs-browser-check\");switch(null==t&amp;&amp;((t=document.createElement(\"div\")).id=\"vs-browser-check\",document.body.appendChild(t)),e.getComputedStyleIE=function(e){return this.el=e,this.getPropertyValue=function(t){var n=/(\\-([a-z]){1})/g;return\"float\"==t&amp;&amp;(t=\"styleFloat\"),n.test(t)&amp;&amp;(t=t.replace(n,function(){return arguments[2].toUpperCase()})),e.currentStyle[t]?e.currentStyle[t]:null},this},parseInt(e.getComputedStyle?e.getComputedStyle(t,null).width:e.getComputedStyleIE(t).getPropertyValue(\"width\"))){case 5:return\"mobile\";case 10:return\"tablet\";default:return\"desktop\"}},vs.q=function(e,t){t=t||5,vs.checkJSQueue(t),vs.vsq[t].push({f:e})},vs.js=function(e,t,n){n=n||3,vs.checkJSQueue(n),vs.vsq[n].push({j:e,c:t||function(){}})},vs.runQueue=function(t,n,r){if(n=n||!1,r=r||!1,void 0===t||void 0===vs.vsq[t])return!1;var o,s=vs.vsq[t].length;for(o=0;o&lt;s;o++)try{n||void 0===vs.vsq[t][o].j?vs.qCheck[t]&lt;s&amp;&amp;\"function\"==typeof vs.vsq[t][o].f?(vs.vsq[t][o].f(),vs.qCheck[t]++):\"function\"==typeof vs.vsq[t][o].c&amp;&amp;vs.vsq[t][o].c():vs.addJSInline(vs.vsq[t][o].j,function(){},t)}catch(t){e.console&amp;&amp;console.error(t)}r&amp;&amp;(vs.vsq[t]=[])},vs.deferJS=function(){e.addEventListener?e.addEventListener(\"load\",vs.runMasterQueue,!1):e.attachEvent?e.attachEvent(\"onload\",vs.runMasterQueue):e.onload=vs.runMasterQueue,setTimeout(function(){vs.runMasterQueue()},500)},vs.checkQ=function(){void 0!==vs.vsq[vs.qPointer]&amp;&amp;vs.qCheck[vs.qPointer]==vs.vsq[vs.qPointer].length&amp;&amp;(vs.runQueue(vs.qPointer,!0),vs.vsq[vs.qPointer++]=[],void 0!==vs.vsq[vs.qPointer]?vs.runQueue(vs.qPointer):(e.console&amp;&amp;void 0!==console.timeEnd&amp;&amp;console.timeEnd(\"JavaScript\"),vs.jsQueueRunning=!1,vs.qPointer=0,vs.qCheck=[],clearInterval(vs.qInterval)))},vs.checkJSQueue=function(e){void 0===vs.vsq[e]&amp;&amp;(vs.vsq[e]=[])},vs.addJSInline=function(e,t,n){var r=document.createElement(\"script\");r.src=e,r.type=\"text/javascript\",r.async=\"true\",r.onload=r.onerror=function(){vs.qCheck[this.q]++}.bind({f:e,q:n}),document.body.appendChild(r)},vs.runMasterQueue=function(){if(vs.jsQueueRunning)return!1;vs.jsQueueRunning=!0,e.console&amp;&amp;void 0!==console.time&amp;&amp;console.time(\"JavaScript\");var t,n=vs.vsq.length;for(t=0;t&lt;n;t++)vs.qCheck[t]=0;return vs.runQueue(0),vs.qInterval=setInterval(vs.checkQ,5),!0}}(window);(function(window,undefined)\n{vs.lang({\"basket\":{\"remove_product\":\"Are you sure you want to remove this item from your basket? Click \\\"OK\\\" for Yes or \\\"Cancel\\\" for No\",\"stock_error\":\"There is not enough stock available for this item\",\"fixed_pack_warning\":\"This item can only be sold in fixed packs of PACK_QUANTITY. We have updated your selection to NEW_QUANTITY\",\"add_bulk_personalisation_please_select\":\"Please select some products to personalise.\",\"hover_disabled_error_message\":\"Cannot checkout while processing\",\"product_could_not_be_added_to_basket\":\"Product could not be added to basket\"},\"lists\":{\"wants\":\"Wants\"},\"infinitescroll\":{\"loading_next_page\":\"Loading More Products\",\"no_more_pages\":\"No More Pages\",\"load_more\":\"&amp;#8681; Load More Products &amp;#8681;\"},\"dynamic_variant_builder\":{\"step_select_a\":\"%s. Select a %s\",\"step_select\":\"%s. Select %s\",\"your_selection\":\"Your Selection\",\"more_info\":\"&amp;gt; More Info\",\"nothing_selected\":\"You currently have nothing selected\",\"nothing_selected_alert\":\"You have not selected any products to add to the basket.\\n\\nPlease make some selections by changing the quantity against a product.\",\"items_added_to_basket\":\"Your selected items have been added to your basket\",\"total\":\"Total:\",\"buy_hidden_text\":\"Your selected products have been added to your basket...\",\"remove_all\":\"Remove All\",\"confirm_remove_single\":\"Are you sure that you want this item?\",\"confirm_remove_all\":\"Are you sure that you want to remove all of your selections?\",\"out_of_stock\":\"Out of Stock\",\"calculating_price\":\"&lt;img src=\\\"\\/images\\/ajax-mini-loader.gif\\\" alt=\\\"calculating\\\" \\/&gt;\",\"selection_details_products_html\":\"\\r\\n &lt;img width=\\\"9\\\" height=\\\"11\\\" alt=\\\"Remove\\\" src=\\\"\\/images\\/checkout\\/icon_remove.gif\\\" class=\\\"remove_single\\\" \\/&gt;\\r\\n &lt;span class=\\\"product_title\\\"&gt;{TITLE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_reference\\\"&gt;{REFERENCE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_quantity\\\"&gt;Qty: {QUANTITY}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_price\\\"&gt;{PRICE}&lt;\\/span&gt;\",\"selection_details_products_html_out_of_stock\":\"\\r\\n &lt;img width=\\\"9\\\" height=\\\"11\\\" alt=\\\"Remove\\\" src=\\\"\\/images\\/checkout\\/icon_remove.gif\\\" class=\\\"remove_single\\\" \\/&gt;\\r\\n &lt;span class=\\\"product_title\\\"&gt;{TITLE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_reference\\\"&gt;{REFERENCE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"out_of_stock\\\"&gt;This item is currently not available&lt;\\/span&gt;\"},\"products\":{\"out_of_stock_1\":\"\\n\\nSorry, we currently only have \",\"out_of_stock_2\":\" of this item in stock and it is already in your basket\",\"option_not_selected\":\"Please choose a %s\",\"options_out_of_stock\":\" - Out of Stock\",\"pack_of\":\"Pack of \",\"pack_m2_price\":\" per m2\",\"pack_was_price\":\" was \",\"pack_rrp_price\":\" RRP \",\"pack_unit_price_prefix\":\"(\",\"pack_unit_price_suffix\":\" each)\",\"available_pack_sizes\":\"Available Pack Sizes\",\"pack_sizes_pick_options\":\"&amp;nbsp;(choose options, to see per-pack prices)\",\"pack_sizes_pick_option\":\"&amp;nbsp;(choose option, to see per-pack prices)\",\"pick_all_bundle_options\":\"Please make sure that you've picked all options, and they have stock.\",\"product_not_in_stock\":\"This item is not currently in stock\",\"age_restriction_warning\":\"Please tick to confirm your age.\",\"no_reviews\":\"No Reviews - Write a Review\",\"sample_added_to_basket\":\"Sample added to your basket\",\"sample_limit_reached\":\"Sample Limit Reached\",\"reward_point_message\":\"point\",\"reward_points_message\":\"points\",\"max_parent_purchase_exceeded_checkout_1\":\"\\n\\nSorry, you can only have \",\"max_parent_purchase_exceeded_checkout_2\":\" of this item. Your basket will be updated to reflect this.\",\"images_available\":\"%s Images Available\",\"image_available\":\"%s Image Available\",\"personalisation_required_message\":\"Personalisation is required\",\"bundle_select\":\"Select\",\"pay4later_not_available\":\"Finance is not currently available for current total\",\"product_could_not_be_added_to_basket\":\"Product could not be added to basket\",\"product_added_to_basket\":\"Thank you, the product has been added to your basket.\",\"select_all_options\":\"Please select all options for this product.\",\"was\":\"Then\",\"now\":\"Now\"},\"product_options_groups\":{\"please_select\":\"Please Select\",\"high_number\":\"High Number\"},\"offers\":{\"all_options_not_chosen\":\"Please choose a valid option on all products, before adding this bundle to your basket\",\"option_not_chosen\":\"Please choose a valid option, before adding this product to you basket\"},\"postcodeanywhere\":{\"start_typing\":\"Start typing your postcode, street or address\",\"enter_address_manually\":\"Enter Address Manually\",\"alternatively_search_again\":\"Alternatively, Search Again\"},\"product_listings\":{\"filter_by\":\"Refine by %s\",\"remove_filter\":\"X\",\"enter_quantity\":\"Please enter the quantity you would like to purchase.\",\"show_more\":\"Show More\",\"show_less\":\"Show Less\",\"trade_pick_some_products\":\"Please pick some products.\",\"not_enough_stock\":\"There is not enough stock currently available.\",\"not_enough_stock_for_minimum_purchase\":\"There is not enough stock available to provide you with the minimum purchase quantity\",\"item\":\"Item\",\"items\":\"Items\"},\"hitachi\":{\"deposit_paid_invalid_payment_button_clicked\":\"Deposit Paid Invalid Payment Button Clicked\"},\"quickorder\":{\"loading\":\"Loading\",\"unable_to_match_a_product_with_the_search_term_pre_keyword\":\"Unable to match a product with the search term \",\"unable_to_match_a_product_with_the_search_term_post_keyword\":\". Please try again.\",\"multiple_matches_one\":\"There are \",\"multiple_matches_two\":\" products matching \\\"\",\"multiple_matches_three\":\"\\\", please &lt;a href=\\\"#js-quick-order-matching-products-modal-\",\"multiple_matches_four\":\"\\\"&gt;click here&lt;\\/a&gt; to select.\",\"please_choose\":\"Please choose an option...\",\"products_matching\":\"Products Matching\",\"out_of_stock\":\"Out of stock\",\"stock_limit_reached\":\"Stock Limit Reached\",\"invalid_quantity\":\"You have entered an invalid quantity\",\"duplicate_products_confirm_message\":\"Please note: You have added the same product on different rows of the form, these products will be added to your basket only once. If you wish to order more than one of this product then please choose 'cancel' and use the delete row option and quantity controls to amend your order, otherwise choose 'ok' to proceed to the basket.\",\"confirm_remove\":\"Are you sure you would like to remove this line?\",\"min_order_confirm_remove_one\":\"This product has a minimum order of \",\"min_order_confirm_remove_two\":\", reducing the quantity below this will remove this product.\\n\\nAre you sure you would like to remove this product?\",\"minimum_order\":\"Minimum Order\",\"not_available_online\":\"Not available online\",\"reference\":\"Reference\",\"submitting_empty_form\":\"You have not selected any products. Please try again.\"},\"promo_unit\":{\"event_timers\":{\"week\":\"week\",\"weeks\":\"weeks\",\"day\":\"days\",\"days\":\"days\",\"hour\":\"hr\",\"hours\":\"hr\",\"minute\":\"min\",\"minutes\":\"min\",\"second\":\"sec\",\"seconds\":\"sec\"}},\"on_page_personalisation\":{\"max_dimensions_on_page_personalisation\":{\"width\":\"Max Dimensions On Page Personalisation.width\",\"height\":\"Max Dimensions On Page Personalisation.height\"},\"width\":\"Width\",\"height\":\"Height\",\"unit_label_mm\":\" mm\",\"unit_label_cm\":\"cm\",\"unit_label_inches\":\" inches\",\"required\":\"* required\",\"product_unit_cost\":\"Product Unit Cost: \",\"additional_options\":\"Additional Options: \",\"pricing_grid_no_match\":\"Please check the sizes you have entered are within the maximum width and drops available. We have set them to within the ranges available.\",\"max_characters\":\"Maximum of %s characters!\",\"chars_remain\":\"characters remaining\",\"char_remain\":\"character remaining\",\"characters_count_colour\":\"black\",\"characters_count_colour_error\":\"red\",\"required_star\":\"*\",\"stock_delay_intro\":\"Customisation Delay: \",\"stock_delay_header\":\"Please Note\",\"check_required_fields\":\"Please check that you have completed all required fields - there are some that it seems that you have missed!\",\"your_product\":\"Your Item\",\"your_options\":\"Your Options\",\"totals\":\"Totals\",\"please_choose\":\"please choose\",\"items\":\"Items\",\"unit_personalisation_subtotal\":\"Unit Customisation\",\"setup_charges\":\"Setup Charges\",\"grand_total\":\"Grand Total\"},\"months\":{\"jan\":\"Jan\",\"feb\":\"Feb\",\"mar\":\"Mar\",\"apr\":\"Apr\",\"may\":\"May\",\"jun\":\"Jun\",\"jul\":\"Jul\",\"aug\":\"Aug\",\"sep\":\"Sep\",\"oct\":\"Oct\",\"nov\":\"Nov\",\"dec\":\"Dec\"},\"product_personalisation\":{\"are_you_sure_to_cancel\":\"Are you sure you want to cancel?\",\"are_you_sure_to_abandon\":\"Are you sure you want to abandon your personalisation changes?\"},\"customer\":{\"confirm_item_removal\":\"Are you sure you would like to cancel this item from your order?\",\"amendment_state_0\":\"No changes detected\",\"amendment_state_1\":\"Thank you for your adjustments, we will be in contact shortly to arrange a refund for the cancelled goods.\",\"amendment_state_2\":\"Thank you for your adjustments, we will be in contact shortly to arrange any applicable outstanding payment before dispatch.\",\"amendment_state_3\":\"Sorry, you can not cancel the order in it's entirety, please contact us for further assitance.\",\"amendment_error\":\"An error occurred whilst processing your request, please try again later or contact us for further assitance.\"},\"uploader\":{\"select_file\":\"Select File\",\"select_files\":\"Select Files\",\"change_file\":\"Change File\",\"change_files\":\"Change Files\"},\"checkout_v2\":{\"delivery\":{\"collect_store_postcode\":\"Please enter a Postcode\"},\"mybag\":{\"my_bag_contains_item\":\"Item\",\"my_bag_contains_items\":\"Items\"},\"three_software\":{\"loyalty_scheme\":\"Loyalty Scheme\",\"loyalty_card_number\":\"Loyalty Card Number\",\"check_balance\":\"Check Balance\",\"number_of_points\":\"Number of Points\",\"apply_points\":\"Apply Points\",\"points_available\":\"You have %s points. This is equivalent to the value of \\u00a3%s\",\"card_not_found\":\"Sorry your loyalty card was not found.\",\"not_enough_points\":\"Not enough points available\",\"points_applied\":\"Your Points have been applied to this order\",\"points_not_applied\":\"Your Points have not been applied to this order\"}},\"trims\":{\"points_available\":\"You have %s points. This is equivalent to the value of \\u00a3%s\",\"card_not_found\":\"Sorry your loyalty card was not found.\",\"not_enough_points\":\"Not enough points available\",\"general_error\":\"Sorry, there has been an error. Please try again.\"},\"pages\":{\"quote_does_not_exist\":\"Quote %s does not exist or has expired.\",\"quote_error_redeeming\":\"There was an error redeeming Quote %s. Please try again.\"},\"buylist\":{\"limit_reached\":\"The maximum number of products that you can add to your Buy List has been reached.\",\"confirm_delete\":\"Are you sure you want to clear your Buy List?\",\"confirm_delete_single\":\"Confirm Delete Single\"},\"event_builder\":{\"booking_time\":\"Event Time\"},\"dar_personalisation\":{\"button_text\":\"Button Text\"},\"product_finder\":{\"products_found\":\"%s products found\",\"product_found\":\"%s product found\",\"products\":\"(%s products)\",\"product\":\"(%s product)\",\"show_result\":\"Show %s Result \\u203a\",\"show_results\":\"Show %s Results \\u203a\",\"reset_filters\":\"Reset filters\",\"top_products\":\"Top Products\",\"top_product\":\"Top Product\",\"of_results_found\":\"of %s products found\",\"of_result_found\":\"%s product found\",\"show_all_results\":\"Go-to All Results\",\"add_more_filters_type\":\"Next Step: Select %s\",\"add_more_filters_name\":\"Next Step: %s\",\"add_more_filters_finish\":\"Finalise Selection\",\"start_again_message\":\"Start from Beginning\",\"try_again_message\":\"Retry Last Request\",\"error_no_results_title\":\"No Results Found\",\"error_no_results_message\":\"Sorry, we are unable to find any products using the selected filters. If you wish you can start again using the link below, or if you wish you can modify your filters.\",\"error_no_filters_title\":\"Unable to filter further\",\"error_no_filters_message\":\"Sorry, we are unable to provide more filtering options based on your current selection. If you wish you can start again or view the results as they stand?\",\"error_ajax_issue_title\":\"Error Encountered\",\"error_ajax_issue_message\":\"Sorry, we had a little trouble with that request, if you wish you can try again, or start from the beginning using the links below.\",\"welcome_title\":\"Welcome to the %s Product Finder!\",\"welcome_message_vertical\":\"Please use the \\\"%s\\\" filter from the left hand menu to get started using the Product Finder.\",\"welcome_message_horizontal\":\"Please use the \\\"%s\\\" filter from the menu above to get started using the Product Finder.\",\"confirm_filter_reset\":\"Are you sure you wish to reset your selection?\",\"select_all\":\"Select All \\/ Clear All\",\"clear_all\":\"Select All \\/ Clear All\",\"tooltip_skipped\":\"%s has been skipped because there are no options to display based on your previous selections.\",\"tooltip_empty\":\"You have not selected any %s options.\",\"tooltip_auto\":\"%s only has 1 option based on your selections, we have automatically selected this for you.\"},\"search\":{\"no_results\":\"No results for &amp;quot;%s&amp;quot;\"},\"slickslider_nav\":{\"next\":\"Next\",\"previous\":\"Previous\"},\"upselling_recommendations\":{\"num_item\":\"(%s item)\",\"num_items\":\"(%s items)\",\"product_added_to_basket\":\"Product Added to Basket\",\"products_added_to_basket\":\"Products Added to Basket\"}});})(window);vs.vsjsq2=[];if(typeof(jQuery)=='undefined'){$=jQuery=function(el){if(typeof el==='function'){vs.vsjsq2.push(el);return this;}\nreturn{ready:function(f){vs.vsjsq2.push(f);return this;}};};}</script> <script type=\"text/javascript\">var google_tag_params={ecomm_prodid:42244,ecomm_pcat:['Contemporary &amp; Modern Furniture / Dining / Bar Stools'],ecomm_pname:['Handmade Mango Tripod Tweed Bar Stool'],ecomm_pagetype:'product',ecomm_totalvalue:119.99};var dataLayer=dataLayer||[];dataLayer.push({'event':'remarketingTriggered','google_tag_params':window.google_tag_params});</script> <script type=\"text/javascript\">var dataLayer=dataLayer||[];dataLayer.push({'currencyCode':'GBP'});dataLayer.push({'customerId':''});dataLayer.push({'customerTitle':''});dataLayer.push({'customerFirstName':''});dataLayer.push({'customerLastName':''});dataLayer.push({'customerEmail':''});dataLayer.push({'customerDateRegistered':''});dataLayer.push({'customerPoints':''});dataLayer.push({'customerPointsNextLevel':''});dataLayer.push({'basketCount':0});dataLayer.push({'basketTotal':0});dataLayer.push({'productId':'42087'});dataLayer.push({'productSKU':'IN029'});dataLayer.push({'productSKUS':['IN029']});dataLayer.push({'productName':'Handmade Mango Tripod Tweed Bar Stool'});dataLayer.push({'productBrand':''});dataLayer.push({'productCategory':'Handmademangotripodtweedbarstoolp42087'});dataLayer.push({'productImage':'/images/handmade-mango-tripod-tweed-bar-stool-p42087-34099_image.jpg'});dataLayer.push({'productURL':'https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087'});dataLayer.push({'productInStock':'Y'});</script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-T2NHKQ');var dataLayer=dataLayer||[];vs.q(function(){dataLayer.push({event:'vs.js'});},3);</script> <script type=\"text/javascript\">(function(window){var v={};v.setting={};v.module_setting={};v.module_setting.product_options_module={};v.module_setting.responsive_templates={};v.setting.product_price_breaks_based_on_parent='false';v.setting.shop_price_inc_vat='true';v.setting.site_domain='www.homesdirect365.co.uk';v.module_setting.product_options_module.hide_single_options='false';v.module_setting.responsive_templates.listing_sash_position='bottom';window.vsvar=function(k){k=k||'';var s=k.split('.'),r=false,c=v;for(var i in s){if(typeof s[i]=='function'){continue;}\nif(s.hasOwnProperty(i)&amp;&amp;typeof c[s[i]]!=='undefined'){r=c=c[s[i]];}else{r=false;}}\nreturn r;};})(window);</script> <script type=\"text/javascript\">\n vs.js(\"https://cdn.salesfire.co.uk/code/602c7f62-a6eb-4e85-9bc0-f3213c1e93fc.js\", null, 6); window.sfDataLayer = window.sfDataLayer || [];\n window.sfDataLayer.push({\"ecommerce\":{\"view\":{\"sku\":\"42087\",\"name\":\"Handmade Mango Tripod Tweed Bar Stool\",\"price\":119.99,\"currency\":\"GBP\",\"category\":\"Contemporary &amp; Modern Furniture &gt; Dining &gt; Bar Stools\"}}});\n</script></head>" ]
[ "<title>Handmade Mango Tripod Tweed Bar Stool | Bar Stool | HomesDirect365</title>" ]
[ { "key": "datasource", "type": "global", "value": "www.homesdirect365.co.uk > handmade mango tripod tweed bar stool p42087" } ]
[ { "char_end_idx": 70, "char_start_idx": 0, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 136, "char_start_idx": 70, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 646, "char_start_idx": 136, "key": "length", "type": "local", "value": "509" }, { "char_end_idx": 830, "char_start_idx": 646, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 953, "char_start_idx": 830, "key": "length", "type": "local", "value": "122" }, { "char_end_idx": 1016, "char_start_idx": 953, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 1127, "char_start_idx": 1016, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 1325, "char_start_idx": 1127, "key": "length", "type": "local", "value": "197" }, { "char_end_idx": 1444, "char_start_idx": 1325, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 1649, "char_start_idx": 1444, "key": "length", "type": "local", "value": "204" }, { "char_end_idx": 1740, "char_start_idx": 1649, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 1877, "char_start_idx": 1740, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 1971, "char_start_idx": 1877, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 2108, "char_start_idx": 1971, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 2194, "char_start_idx": 2108, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 2298, "char_start_idx": 2194, "key": "length", "type": "local", "value": "103" } ]
[ { "key": "length", "type": "global", "value": "2379" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 147, "char_start_idx": 138, "html_attrs": { "attrs": [ "href" ], "values": [ "/cookies" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 148, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "cookie_alert_text__upper cookie_alert__more-info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 148, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "cookie_alert cookie_alert_container cookie_alert_text", "cookie_alert cookie_alert_text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 152, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 153, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "https://www.homesdirect365.co.uk/", "Home" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 153, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "1" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 153, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 184, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 185, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "/contemporary-modern-furniture-c2050", "Contemporary & Modern Furniture" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 185, "char_start_idx": 185, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 185, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 191, "char_start_idx": 185, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 192, "char_start_idx": 185, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "/contemporary-modern-furniture-c2050/dining-c2055", "Dining" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 192, "char_start_idx": 192, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "3" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 192, "char_start_idx": 185, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 202, "char_start_idx": 192, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 203, "char_start_idx": 192, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "/contemporary-modern-furniture-c2050/dining-c2055/bar-stools-c2066", "Bar Stools" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 203, "char_start_idx": 192, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 240, "char_start_idx": 203, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 240, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "last" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 241, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "https://schema.org/BreadcrumbList" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 241, "char_start_idx": 148, "html_attrs": { "attrs": [ "class" ], "values": [ "container container--pad container--pad--no-bg breadcrumb cf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 241, "char_start_idx": 241, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277971383", "append--product-slice--1450277971383" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 241, "char_start_idx": 241, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large product-slice--1450278100319", "append--product-slice--1450278100319" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 241, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-15 l-offset-1 s-col-32 col--1450277929534_1" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 288, "char_start_idx": 241, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 17, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 316, "char_start_idx": 289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 317, "char_start_idx": 317, "html_attrs": { "attrs": [ "src", "data-src", "alt", "title", "class" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg", "Pay4Later", "Pay4Later", "lazyload" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 317, "char_start_idx": 289, "html_attrs": { "attrs": [ "data-srcset" ], "values": [ "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "source" }, { "char_end_idx": 317, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-unit__promo-image promo_unit_product_page_promos_0--lazyload" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 16, "type": "local", "value": "picture" }, { "char_end_idx": 317, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-unit__container--none promo-unit__mobile-overlay--none" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 317, "char_start_idx": 241, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "promo-unit__link", "/finance-available-i30", "Pay4Later" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 317, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "product-content__promo" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 364, "char_start_idx": 317, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 392, "char_start_idx": 365, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 393, "char_start_idx": 393, "html_attrs": { "attrs": [ "src", "data-src", "alt", "title", "class" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg", "Lowest Price", "Lowest Price", "lazyload" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 393, "char_start_idx": 365, "html_attrs": { "attrs": [ "data-srcset" ], "values": [ "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "source" }, { "char_end_idx": 393, "char_start_idx": 317, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-unit__promo-image promo_unit_product_page_promos_1--lazyload" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "picture" }, { "char_end_idx": 393, "char_start_idx": 317, "html_attrs": { "attrs": [ "class" ], "values": [ "product-content__promo promo-unit__container--none promo-unit__mobile-overlay--none" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 393, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "product-content__image l-up" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 393, "char_start_idx": 241, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277981528 product-content cf", "append--product-slice--1450277981528" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 393, "char_start_idx": 393, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large product-slice--s146496082785741", "append--product-slice--s146496082785741" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 393, "char_start_idx": 393, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277998718", "append--product-slice--1450277998718" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 393, "char_start_idx": 393, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277998718-options-controls", "append--product-slice--1450277998718-options-controls" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 393, "char_start_idx": 393, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277998718-options-buttons", "append--product-slice--1450277998718-options-buttons" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 435, "char_start_idx": 393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "li" }, { "char_end_idx": 459, "char_start_idx": 436, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 514, "char_start_idx": 460, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 515, "char_start_idx": 393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "ul" }, { "char_end_idx": 515, "char_start_idx": 393, "html_attrs": { "attrs": [ "class" ], "values": [ "product-tabs__content__slice product-tabs__content__cms" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 1017, "char_start_idx": 515, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1018, "char_start_idx": 515, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "product-tabs__content__slice product-tabs__content__cms", "product__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1018, "char_start_idx": 393, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-32" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 1018, "char_start_idx": 393, "html_attrs": { "attrs": [ "id", "class", "data-slice-id" ], "values": [ "tab-1450278001732-1", "product-tabs__content grid-32 product-tabs__content_expander row", "1450278001732" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1246, "char_start_idx": 1018, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 1650, "char_start_idx": 1247, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1878, "char_start_idx": 1651, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2109, "char_start_idx": 1879, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2299, "char_start_idx": 2110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2378, "char_start_idx": 2374, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.homesdirect365.co.uk/delivery-returns-i5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2378, "char_start_idx": 2300, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2379, "char_start_idx": 1018, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-32 product-tabs__content__slice product-tabs__content__cms" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 1018, "html_attrs": { "attrs": [ "id", "class", "data-slice-id" ], "values": [ "tab-1450278001732-3", "product-tabs__content grid-32 product-tabs__content_expander row", "1450278001732" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 2379, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-32 product-tabs__content__slice" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 2379, "html_attrs": { "attrs": [ "id", "class", "data-slice-id" ], "values": [ "tab-1450278001732-5", "product-tabs__content grid-32 product-tabs__content_expander row", "1450278001732" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 393, "html_attrs": { "attrs": [ "id", "data-slice-id", "class" ], "values": [ "js-product-tabs__1450278001732", "1450278001732", "product-tabs-slice__1450278001732 product-tabs-no-js product-tabs product-tabs-vertical product-tabs-header-full-width product-tabs-layout-block" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 393, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450278001732", "append--product-slice--1450278001732" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-13 l-offset-2 s-col-32 col--1450277929534_2" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 241, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "section container container--pad section--1450277929534 row section section--1450277929534", "append--section--1450277929534" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 2379, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "col col--1450364561623_1 product-slice slice-large slice-medium slice-small product-slice--1450364565381", "append--product-slice--1450364565381" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 2379, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "section container container--pad section--1450364561623 row section section--1450364561623", "append--section--1450364561623" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "product-page-wrapper grid-32" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2379, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "body-products" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 148, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "This site uses cookies to provide and improve your shopping experience. If you want to benefit from this improved service, please opt-in.\nMore Info\n" }, { "char_end_idx": 153, "char_start_idx": 148, "key": "paragraph", "marker": "li", "type": "local", "value": "Home\n" }, { "char_end_idx": 185, "char_start_idx": 153, "key": "paragraph", "marker": "li", "type": "local", "value": "Contemporary & Modern Furniture\n" }, { "char_end_idx": 192, "char_start_idx": 185, "key": "paragraph", "marker": "li", "type": "local", "value": "Dining\n" }, { "char_end_idx": 203, "char_start_idx": 192, "key": "paragraph", "marker": "li", "type": "local", "value": "Bar Stools\n" }, { "char_end_idx": 240, "char_start_idx": 203, "key": "paragraph", "marker": "li", "type": "local", "value": "Handmade Mango Tripod Tweed Bar Stool" }, { "char_end_idx": 241, "char_start_idx": 240, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 317, "char_start_idx": 241, "key": "paragraph", "marker": "div", "type": "local", "value": "[if IE 9]><video style=\"display:none\"><![endif] [if IE 9]></video><![endif]\n" }, { "char_end_idx": 393, "char_start_idx": 317, "key": "paragraph", "marker": "div", "type": "local", "value": "[if IE 9]><video style=\"display:none\"><![endif] [if IE 9]></video><![endif]\n" }, { "char_end_idx": 435, "char_start_idx": 393, "key": "paragraph", "marker": "li", "type": "local", "value": "Part of the Handmade Mango Wood Collection" }, { "char_end_idx": 459, "char_start_idx": 435, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCrafted from mango wood" }, { "char_end_idx": 514, "char_start_idx": 459, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSingle tripod bar stool with multi tweed finished seat" }, { "char_end_idx": 515, "char_start_idx": 514, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1017, "char_start_idx": 515, "key": "paragraph", "marker": "div", "type": "local", "value": "Compact and made from mango wood, this Handmade Mango Tripod Tweed Bar Stool is ideal for use as a kitchen stool in a bar type area. Perfect for anyone is wishes to use their kitchen/dining area as a more of a social point with their family and friends, this small, sturdy stool can easily be moved around with ease. Thanks to their clever compact design and beautiful oak effect finish, these stools are gorgeously charming and practical. With a multi tweed seat, this seat is stylish and comfortable." }, { "char_end_idx": 1018, "char_start_idx": 1017, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1247, "char_start_idx": 1018, "key": "paragraph", "marker": "p", "type": "local", "value": "Please note that we have over 9,000 products on our website and could not possibly hold all of these in stock. Please call first if you need to know whether or not an item is in stock if this is something that is needed urgently\n" }, { "char_end_idx": 1651, "char_start_idx": 1247, "key": "paragraph", "marker": "p", "type": "local", "value": "All orders over £600 will have free UK mainland delivery automatically applied. Delivery outside UK mainland (including Scottish Highlands & Northern Ireland) please contact us for a delivery quote. For delivery quotes outside of the UK mainland (including Scottish Highlands & Northern Ireland) , please email your full delivery address and also the reference numbers of the items you're interested in.\n" }, { "char_end_idx": 1879, "char_start_idx": 1651, "key": "paragraph", "marker": "p", "type": "local", "value": "Delivery time frame will be approximately 3 - 21 working days for items that are in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.\n" }, { "char_end_idx": 2110, "char_start_idx": 1879, "key": "paragraph", "marker": "p", "type": "local", "value": "Delivery time frame to us will be approximately 4 - 16 weeks for items that are not in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.\n" }, { "char_end_idx": 2300, "char_start_idx": 2110, "key": "paragraph", "marker": "p", "type": "local", "value": "You will be contacted via email with an update on your order within 72 working hours. We will continue with follow up emails on the progress of your order as we receive your items in stock.\n" }, { "char_end_idx": 2379, "char_start_idx": 2300, "key": "paragraph", "marker": "p", "type": "local", "value": "For more information or to view our full delivery & returns, please click here\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Handmade Mango Tripod Tweed Bar Stool | Bar Stool | HomesDirect365" } ]
[ { "key": "url", "type": "global", "value": "https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087" } ]
[]
This site uses cookies to provide and improve your shopping experience. If you want to benefit from this improved service, please opt-in. More Info Home Contemporary & Modern Furniture Dining Bar Stools Handmade Mango Tripod Tweed Bar Stool [if IE 9]><video style="display:none"><![endif] [if IE 9]></video><![endif] [if IE 9]><video style="display:none"><![endif] [if IE 9]></video><![endif] Part of the Handmade Mango Wood Collection Crafted from mango wood Single tripod bar stool with multi tweed finished seat Compact and made from mango wood, this Handmade Mango Tripod Tweed Bar Stool is ideal for use as a kitchen stool in a bar type area. Perfect for anyone is wishes to use their kitchen/dining area as a more of a social point with their family and friends, this small, sturdy stool can easily be moved around with ease. Thanks to their clever compact design and beautiful oak effect finish, these stools are gorgeously charming and practical. With a multi tweed seat, this seat is stylish and comfortable. Please note that we have over 9,000 products on our website and could not possibly hold all of these in stock. Please call first if you need to know whether or not an item is in stock if this is something that is needed urgently All orders over £600 will have free UK mainland delivery automatically applied. Delivery outside UK mainland (including Scottish Highlands & Northern Ireland) please contact us for a delivery quote. For delivery quotes outside of the UK mainland (including Scottish Highlands & Northern Ireland) , please email your full delivery address and also the reference numbers of the items you're interested in. Delivery time frame will be approximately 3 - 21 working days for items that are in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required. Delivery time frame to us will be approximately 4 - 16 weeks for items that are not in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required. You will be contacted via email with an update on your order within 72 working hours. We will continue with follow up emails on the progress of your order as we receive your items in stock. For more information or to view our full delivery & returns, please click here
https://www.homesdirect365.co.uk/handmade-mango-tripod-tweed-bar-stool-p42087
[ { "char_end_idx": 1285, "char_start_idx": 1283, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1346, "char_start_idx": 1344, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1483, "char_start_idx": 1481, "key": "entity", "type": "local", "value": "United_Kingdom" } ]
[ { "char_end_idx": 1651, "char_start_idx": 1247, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" } ]
0
954
1556021684000
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="/zp-core/js/jquery.js"></script> <link rel="stylesheet" href="/zp-core/zp-extensions/colorbox_js/themes/example1/colorbox.css" type="text/css" /> <script type="text/javascript" src="https://www.zenphoto.org/zp-core/zp-extensions/colorbox_js/jquery.colorbox-min.js"></script> <script> /* Colorbox resize function for images*/ var resizeTimer; function resizeColorBoxImage() { if (resizeTimer) clearTimeout(resizeTimer); resizeTimer = setTimeout(function() { if (jQuery('#cboxOverlay').is(':visible')) { jQuery.colorbox.resize({width: '90%'}); jQuery('#cboxLoadedContent img').css('max-width', '100%').css('height', 'auto'); } }, 300) } /* Colorbox resize function for Google Maps*/ function resizeColorBoxMap() { if (resizeTimer) clearTimeout(resizeTimer); resizeTimer = setTimeout(function() { var mapw = $(window).width() * 0.8; var maph = $(window).height() * 0.7; if (jQuery('#cboxOverlay').is(':visible')) { $.colorbox.resize({innerWidth: mapw, innerHeight: maph}); $('#cboxLoadedContent iframe').contents().find('#map_canvas').css('width', '100%').css('height', maph-20); } }, 500) } // Resize Colorbox when changing mobile device orientation window.addEventListener("orientationchange", function(){resizeColorBoxImage();parent.resizeColorBoxMap()}, false); </script> <script type="text/javascript" src="/zp-core/js/encoder.js"></script> <script type="text/javascript" src="/zp-core/js/tag.js"></script> <link type="text/css" rel="stylesheet" href="/zp-core/zp-extensions/tag_suggest/tag.css" /> <script type="text/javascript"> // <!-- <![CDATA[ var _tagList = ["\"rewrite rules\"","\"social media\"","\"social network\"","\"social networks\"","\"social sharing\"","1and1","404","accents","accordion","acrylian","address fields","addthis","admin","admin-approval","administration","Adobe Illustrator","Adsense","Advertising","AI","ajax","akismet","album","album thumb","albums","albumzip","amazonpayments","analytics","anonymous","apache","api","App","apple","archive","articles","atom","audio","authentification","author_abotana","author_acca","author_acrylian","author_adamus04","author_aitf311","author_akerbos","author_aladio","author_alenonimo","author_altert","author_amalani","author_amereservant","author_amichel","author_andre-krooss","author_andrea-garelli","author_andrey","author_anudu","author_arnaud","author_artz","author_atrioom","author_babar","author_ballenato","author_bart-braem","author_ben-spicer","author_ben-wilson","author_benjamin-swatek","author_benklop","author_bertsimons","author_bharat","author_bic","author_blue-dragonfly","author_Bob03","author_brecht","author_bthj","author_c32","author_carl-chan","author_cary-de-guzman","author_cbraymen","author_chillifrei64","author_chris-s","author_christue","author_ciaran-gultnieks","author_citron","author_coach777","author_cyril42e","author_d4gurasu","author_dani","author_daniel-toffee","author_darrelld","author_david-wehrs","author_davosmith","author_dbogen","author_dean-moses","author_desgphoto","author_divan","author_djdevine","author_djmonta","author_dmwarren","author_doctor-kru","author_dpeterson","author_draekko","author_echza","author_einar-egilsson","author_emieza","author_epsilon","author_falstaff84","author_fanda","author_fat","author_fatman","author_fetard","author_fmontes","author_fogoh","author_fooforge","author_frankm","author_fretzl","author_gdodinet","author_gjr","author_gregb34","author_haroon310","author_hgtrung","author_hinrik","author_hucste","author_hyp3rlinx","author_iacchi","author_iliyangochev","author_invarbrass","author_itaymesh","author_j916","author_jake-olefsky","author_jakob-friis","author_jammon","author_janez-sinkovec","author_jason-hsu","author_jerome-blion","author_jesdnissen","author_jimbrown","author_jjl","author_joshduck","author_jovant","author_jpcert","author_jphilbert","author_jsumners","author_julienvdg","author_jvanderb","author_kagutsuchi","author_kevin-deldycke","author_kevinsk","author_kieran","author_kilroy","author_kochs-online","author_krainbolt","author_la0c00n","author_laurent","author_le-kevin","author_lee","author_levi-buzolic","author_libelle","author_lilpeck","author_lokkju","author_luckyspin","author_ludgerh","author_mammlouk","author_mannkind","author_manuel-garcia-cardenas","author_marcel-spijker","author_markrh","author_martin-svendsen","author_martinkroul","author_max-plante","author_maxslug","author_mebels","author_mem0-com","author_michal-rusina","author_micheall","author_michel-gagnon","author_mightyhitter","author_mikeque","author_milligan","author_mironb","author_misterbrandt","author_mlodszy","author_momo-i","author_mr-sheep","author_mrskhris","author_myspew","author_n00bism","author_navaid-zafar-ansari","author_netsparker.com","author_nheiniger","author_nic-walsh","author_nicx","author_nikolay-tonev","author_nils-k-windisch","author_nimbuz","author_noscope","author_offrench","author_oliver-dietz","author_omatzyo","author_onetoomany","author_ozh","author_papyrus","author_paulbuhtab","author_petersendidit","author_phase2","author_pheno7","author_photogabble","author_pim-rijpsma","author_pischla","author_raging-goblin","author_rakaz","author_ralf-kerkhoff","author_RB26","author_reine-k","author_richard-castellanos","author_richard-laskey","author_rlerdorf","author_rui-cruz","author_sagasw","author_sbillard","author_security-provensec","author_seroxatmad","author_simbul","author_simounet","author_soumenb","author_spelth","author_sphoto","author_stephane-angoulvant","author_subjunk","author_tangorn","author_tenzer","author_thany","author_the-whole-life-to-learn","author_thinkdreams","author_tim-coen","author_timo","author_titou","author_tplowe56","author_trisweb","author_tunafish","author_ulfben","author_unrealdtc","author_vikaskbh","author_vincent","author_vincent3569","author_vpas","author_wildstray","author_willhamilton","author_winfredwan","author_wongm","author_wurzel555","author_yaourt","auto_backup","autor_fretzl","autor_martin-svendsen","backend","backup","bandcamp","bbcode","Bit.ly","blocking","blog","bootstrap","bower","branding","browser","Buffer","bulk-movie","bulkedit","button","buttons","bxslider","cache","caching","calendar","captcha","caption","chmod","class-anyfile","class-webdocs","classes","cleanup","client","clone","cms","code","code-highlighting","codeblocks","coding","codrops","colorbox_js","colors","combinews","comment","comments","comments-form","compass","configuration","constants","contact-form","content","content macro","content macros","contributor","cookbook","cookies","coppermine","copying","cropping","css","css3","custom maps","custom size images","custom-menu","customisation","cycle2","daily","daily summary","dailymotion","data privacy","data usage","database","date","day archive","debug","default images","Delicious","demo","demo-theme","Deprecated","deprecated-functions","description","develop","development","Digg","digitalocean","disqus","docker","documentation","dokuwiki","domain","download","download manager","downloadlist","dreamhost","dropdown-menu","DSGVO","dynamic-album","e-commerce","e-mail","e107-autogallery","eaccelerator","editor","elfinder","email-newuser","embed","EPS","error","errors","EU cookie law","Evernote","exif","export","extension","extension-abandoned","external","face-tags","facebook","facebook-activity","facebook-recommendations","favorites","featured image","features","federated_logon","feed","file browser","file download","file system","filename","files","filter","fla","flash","flickr","flowplayer-3","flowplayer-5","fluid-layout","flv","folder","folders","form","forum","front end edit","ftp","full image","functions","galleria","galleriffic","gallery","gallery2","gallery3","GDlibary","GDPR","geocode","geotagging","geshi","gestures","gettext","ghostscript","git","GitHub","global variable","globals","glossary","google","google fonts","google-analytic","google-maps","GoogleAdsense","googlecheckout","GoogleMaps","googleplus","GPS","gravator","grunt","guide","HiDPI","histogram","hitcounter","honey-pot","host","hosted_extension","hotlinking","htaccess","html","html_cache","html5","http_auth","image","image processor","image title","image-ache","image-browsing","image-rotation","image-size","imagemagick","images","imagick","import","infinite scroll","infinite-scroll","install","install helpers","installation","installing","integration","internationalization","iOS","IP","IP address","iPad","iphone","iptc","javascript","jpegtran","jplayer","jquery","jquery ui","jquery-masonry","jquerymobile","jshint","json","keyboard","keyboard-navigation","l18n","language","languages","latest-albums","latest-images","LDAP","libratus","lightroom","lighttpd","limits","Linkedin","Linux","Livejournal","locale","localization","login","logo","m4a","m4v","macro","macros","magic_quotes","mail","mailing-list","mailman","maintainance","maps","Markdown","markup","masonry","massedit","Matomo","media","mediaelement.js","mediawiki","memory","menu","meta","metadata","Microsoft Active Directory","migration","minify","mobile","mod_rewrite","modrewrite","movie","movies","Moving","mp3","mp4","multilingual","multimedia","mysql","navigation","news","nginx","NoCaptcha","Norwegian","object","object model","object-orientation","objects","ogg","ogv","open graph","OpenLDAP","OpenStreetMap","optimization","ordering","pages","pagination","password","path","paypal","pdf","perl","permissions","phone","photomap","photos","php","php-cache-libary","php5","phpbb","phpinfo","picturefill","Pinterest","piwigo","Piwik","player","playlist","plugin","plugins","pluginsupport_archive_calendar","pluginsupport_bxslider_thumb_nav","pluginsupport_colorbox_js","pluginsupport_comment_form","pluginsupport_contact_form","pluginsupport_dynamic-locale","pluginsupport_favoriteshandler","pluginsupport_featured_image","pluginsupport_flag_language_selector","pluginsupport_flag_thumbnail","pluginsupport_GoogleMap","pluginsupport_gslideshow","pluginsupport_hitcounter","pluginsupport_image_album_statistics","pluginsupport_jcarousel_thumb_nav","pluginsupport_menu_manager","pluginsupport_multiple_layouts","pluginsupport_paged_thumbs_nav","pluginsupport_print_album_menu","pluginsupport_printusersizeimage","pluginsupport_rating","pluginsupport_register_user","pluginsupport_related_items","pluginsupport_rss","pluginsupport_shutterfly","pluginsupport_slideshow","pluginsupport_user_login-out","pluginsupport_viewer_size_image","pluginsupport_zenpage-a-cms-plugin-for-zenphoto","pluginsupport_zpdisqus","Pocket","poedit","Polish","posts","precache","preload","preloading","privacy","proof","proofsheet","protection","publishing","python","quota","rating","reCaptcha","recommendations","redirect","register","related-items","release","renaming","repository","requirements","resizing","resp","responsive","responsive-layout","rest-api","restore","retina","retina-images","reverse-geocode","rewrite","rewrite rules","rewrite-rules","rights","rotating","rss","rss cache","safe mode","search","security","security-logger","seo","server","server crash","server move","setup","sharing","shop","shopping-cart","shortcodes","shorttags","show_not_logged-in","showcase","showcase_partly-zenphoto","showcase_zenphoto-only","showcase_zenphoto-with-zenpage-cms-plugin","simplescripts","site","sitemap","sitemap cache","skeleton","skin","slider","slideshare","slideshow","social","social media","social network","social networks","social sharing","social-networks","socialmedia","sorting","soundcloud","spam","spam-filter","statistics","subpages","swipe gestures","symlinks","sync","synchronize","syncing","syntax","syntax-highlighting","tables","tablet","tag-suggest","tags","template","testing","text","texteditor","textobject","theme","theme_officially-supported","theme_unsupported-3rd-party-external","theme_unsupported-3rd-party-hosted","theme_unsupported-hosted","theme_unsupported-unavailable","theme-compatible","theme-not-compatible","theme-partly-compatible","themes","themeswitcher","theming","thickbox","third party","thumb","thumbnail","thumbnails","thumbs","tiff","tiny_mce","tiny_zenpage","tinymce","tinyzenpage","tips","titlelink","toolbox","top-voted-albums","top-voted-images","touch gestures","translation","tumblr","tutorial","tweet","tweet_news","twitter","twitter-feed","Unix","unpublish","update","upgrade","upgrading","upload","uploader","uploads","url","url shortener","user","user_login-out","user-expiry","user-groups","usermanagement","users","vagrant","variable","variables","verify","video","video thumbs","videos","vimeo","virtual machine","VirtualBox","visibility","voting","vserver","watermarks","whatsapp","windows","wordpress","Xing","xml","xmp","yanzen","youtube","zenji","zenpage","zenpage-news","zenpage-pages","Zenphoto sites","zenphoto-layouts","zenphoto-org","zip","zoom","zp_assistant-developer","zp_chief-developer","zp_chief-tester","zp_chinese-translator","zp_contributor","zp_czech-translator","zp_danish-translator","zp_developer","zp_dutch-translator","zp_facebook","zp_forum-moderator","zp_founder","zp_french-translator","zp_galician-translator","zp_german-translator","zp_github-consultant","zp_google+","zp_hebrew-translator","zp_italian-translator","zp_japanese-translator","zp_norwegian-translator","zp_polish-translator","zp_russian-translator","zp_serbian-translator","zp_slovenian-translator","zp_slowak-translator","zp_spanish-translator","zp_swedish-translator","zp_team_member-former","zp_team-member","zp_team-member-former","zp_twitter","zp_website-manager","zpbase"]; $(function() { $('#search_input, #edit-editable_4, .tagsuggest').tagSuggest({separator: ',', tags: _tagList}) }); // ]]> --> </script> <link rel="stylesheet" href="https://www.zenphoto.org/zp-core/zp-extensions/scriptless-socialsharing/style.min.css" type="text/css"> <script type="text/javascript" src="/zp-core/zp-extensions/rating/jquery.MetaData.js"></script> <script type="text/javascript" src="/zp-core/zp-extensions/rating/jquery.rating.js"></script> <link rel="stylesheet" href="/zp-core/zp-extensions/rating/jquery.rating.css" type="text/css" /> <script type="text/javascript"> // <!-- <![CDATA[ $.fn.rating.options = {cancel: 'retract'}; // ]]> --> </script> <meta http-equiv="Cache-control" content="no-cache"> <meta http-equiv="pragma" content="cache"> <meta name="description" content="Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they pr"> <meta name="generator" content="Zenphoto 1.5.1"> <meta name="expires" content="Wed, 24 Apr 2019 02:14:44 +0200 GMT"> <meta property="og:title" content="register_user - Zenphoto - The simpler media website CMS"> <meta property="og:image" content="http://www.zenphoto.org/themes/zenphoto-theme/images/logo-new.png"> <meta property="og:description" content="Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they pr"> <meta property="og:url" content="https://www.zenphoto.org/news/register_user/"> <meta property="og:type" content="article"> <meta name="twitter:creator" content="zenphotocms"> <meta name="twitter:site" content="zenphotocms"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="register_user - Zenphoto - The simpler media website CMS"> <meta name="twitter:description" content="Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they pr"> <meta name="twitter:image" content="http://www.zenphoto.org/themes/zenphoto-theme/images/logo-new.png"> <link rel="canonical" href="https://www.zenphoto.org/news/register_user/"> <link rel="stylesheet" type="text/css" href="https://www.zenphoto.org/zp-core/zp-extensions/cookieconsent/cookieconsent.min.css" /> <script src="https://www.zenphoto.org/zp-core/zp-extensions/cookieconsent/cookieconsent.min.js"></script> <script> window.addEventListener("load", function () { window.cookieconsent.initialise({ "palette": { "popup": { "background": "#000" }, "button": { "background": "#f1d600" } }, "position": "bottom", "theme": "block", "dismissOnScroll": false, "cookie": { "domain": "", "expiryDays": 365 }, "content": { "message": "This website uses cookies. By continuing to browse the site, you agree to our use of cookies.", "dismiss": "Agree", "link": "More info", "href": "https://www.zenphoto.org/pages/data-privacy-policy/" }, onStatusChange: function(status) { this.element.parentNode.removeChild(this.element); } }) }); </script> <title>register_user | Extensions | Zenphoto - The simpler media website CMS</title> <meta charset="UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="author" content="The Zenphoto team and contributors"> <meta name="copyright" content="(c) http://www.zenphoto.org – The Zenphoto team"> <!-- touch icons for tablet and smartphone bookmarks --> <link rel="apple-touch-icon" href="/themes/zenphoto-theme/images/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/themes/zenphoto-theme/images/apple-touch-icon-72x72.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/themes/zenphoto-theme/images/apple-touch-icon-114x114.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/themes/zenphoto-theme/images/apple-touch-icon-144x144.png" /> <link rel="stylesheet" media="screen" href="/themes/zenphoto-theme/style.css" type="text/css" /> <!-- <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /> --> <script src="/themes/zenphoto-theme/js/jquery-syntax/jquery.syntax.min.js" type="text/javascript"></script> <script src="/themes/zenphoto-theme/js/jquery.tableofcontents-mod.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { if ($("#entrybody h4").length == 0) { $("#toc").remove(); } $("#toc").tableOfContents('#entrybody', { startLevel: 3, depth: 5, topLinks: true, topBodyId: top }); }); </script> <script type="text/javascript"> $(document).ready(function() { $("a.colorbox,a.zenpage_fullimagelink").colorbox({ maxWidth: "98%", maxHeight: "98%" }); $('#search #search_input').attr('value', 'Search site (except forum)'); $('#search #search_input').click(function() { $(this).val(''); }); }); </script> </head> <body id="top"> <div id="container"> <div id="header"> <ul> <li><a href="https://github.com/zenphoto/zenphoto/issues?state=open" title="Bugtracker (GitHub)">Bugtracker <small>(GitHub)</small></a></li> <li><a href="/pages/get-involved/" title="Get involved">Get involved</a></li> <li><a href="#stay-tuned" title="Get involved!">Stay tuned!</a></li> <li><a href="/pages/paid-support/" title="Paid support">Paid support</a></li> <li><a class="sponsors" href="/sponsors/" title="Sponsors">Sponsors</a></li> </ul> <div id="header_logo"> <h1 id="logo"><a href="/"><img src="/themes/zenphoto-theme/images/logo-new.png" alt="Zenphoto" /><span>Zenphoto</span></a></h1> <p>The <em>simpler</em> media website CMS</p> </div> </div> <div id="mainnav"> <ul> <li><a href="/">Download</a></li> <li> <a href="/news">News</a></li> <li><a href="http://demo.zenphoto.org" target="_blank">Demo</a></li> <li><a href="/screenshots/">Screenshots</a></li> <li><a href="/news/category/user-guide">User Guide</a></li> <li><a href="http://forum.zenphoto.org" title="Zenphoto forum">Forum</a></li> <li><a href="/theme/">Themes</a></li> <li id="activelink"><a href="/news/category/extensions">Extensions</a></li> <li><a href="/showcase/">Showcase</a></li> </ul> </div><div id="sidebar"> <script type="text/javascript" src="/zp-core/js/admin.js"></script> <div id="search"> <!-- search form --> <form method="post" action="/page/search/" id="search_form"> <script type="text/javascript"> // <!-- <![CDATA[ var within = 0; function search_(way) { within = way; if (way) { $('#search_submit').attr('title', 'Search'); } else { lastsearch = ''; $('#search_submit').attr('title', 'Search'); } $('#search_input').val(''); } $('#search_form').submit(function() { if (within) { var newsearch = $.trim($('#search_input').val()); if (newsearch.substring(newsearch.length - 1) == ',') { newsearch = newsearch.substr(0, newsearch.length - 1); } if (newsearch.length > 0) { $('#search_input').val('() AND (' + newsearch + ')'); } else { $('#search_input').val(''); } } return true; }); $(document).ready(function() { $( $("#checkall_searchfields") ).on( "click", function() { $("#searchextrashow :checkbox").prop("checked", $("#checkall_searchfields").prop("checked") ); }); }); // ]]> --> </script> <div> <span class="tagSuggestContainer"> <input type="text" name="words" value="" id="search_input" size="10" /> </span> <a class="toggle_searchextrashow" href="#"><img src="/zp-core/images/searchfields_icon.png" title="search options" alt="fields" id="searchfields_icon" /></a> <script> $(".toggle_searchextrashow").click(function(event) { event.preventDefault(); $("#searchextrashow").toggle(); }); </script> <input type="submit" value="Search" title="Search" class="button buttons" id="search_submit" data-role="none" /> <br /> <div style="display:none;" id="searchextrashow"> <ul> <li><label><input type="checkbox" name="checkall_searchfields" id="checkall_searchfields" checked="checked">* Check/uncheck all *</label></li> <li><label><input id="SEARCH_news_categories" name="SEARCH_news_categories" type="checkbox" checked="checked" value="news_categories" /> Categories</label></li> <li><label><input id="SEARCH_content" name="SEARCH_content" type="checkbox" checked="checked" value="content" /> Content</label></li> <li><label><input id="SEARCH_owner" name="SEARCH_owner" type="checkbox" checked="checked" value="owner" /> Owner</label></li> <li><label><input id="SEARCH_tags" name="SEARCH_tags" type="checkbox" checked="checked" value="tags" /> Tags</label></li> <li><label><input id="SEARCH_title" name="SEARCH_title" type="checkbox" checked="checked" value="title" /> Title</label></li> </ul> </div> </div> </form> </div><!-- end of search form --> <hr /> <h2>Extension icon legend</h2> <ul class="statuslist"> <li class="extension-supported" id="officially-supported"> Officially supported and included in the release package. </li> <li class="extension-unsupported-hosted" id="third-party-hosted-unsupported"> Either our own now unsupported and third party extensions we host on GitHub as an archive. </li> <li class="extension-unsupported" id="third-party-unsupported"> Third party extensions hosted by the developers themselves. </li> <li class="extension-abandoned" id="third-party-abandoned"> Unsupported third party extensions currently not available. </li> </ul> <hr /> <h2>Categories</h2> <ul class="newscategories"> <li><a href="/news/category/wordpress-tools/" title="Wordpress tools">Wordpress tools <small>(12)</small></a></li><li><a href="/news/category/windows-tools/" title="Windows tools">Windows tools <small>(4)</small></a></li><li><a href="/news/category/unsupported/" title="Unsupported">Unsupported <small>(157)</small></a></li><li><a href="/news/category/translations/" title="Translations">Translations <small>(20)</small></a></li><li><a href="/news/category/plugins/" title="Theme plugins">Theme plugins <small>(116)</small></a></li><li><a href="/news/category/performance/" title="Performance">Performance <small>(4)</small></a></li><li><a href="/news/category/officially-supported/" title="Officially supported">Officially supported <small>(108)</small></a></li><li><a href="/news/category/multilingual/" title="Multilingual">Multilingual <small>(2)</small></a></li><li><a href="/news/category/integration/" title="Integration">Integration <small>(12)</small></a></li><li><a href="/news/category/import-export/" title="Import &amp; Export">Import &amp; Export <small>(16)</small></a></li><li><a href="/news/category/hacks/" title="Hacks">Hacks <small>(5)</small></a></li><li><a href="/news/category/example-plugins/" title="Example plugins">Example plugins <small>(7)</small></a></li><li><a href="/news/category/core-plugins/" title="Core plugins">Core plugins <small>(21)</small></a></li><li><a href="/news/category/admin-utilities/" title="Admin utilities">Admin utilities <small>(43)</small></a></li><li><a href="/news/category/addons-utilities/" title="Addons &amp; Utilities">Addons &amp; Utilities <small>(38)</small></a></li></ul> <hr /> <p class="ad-headline">Advertisements</p> <div class="sponsor-palladium sponsor-palladium-first"><span style="display:block;width:275px;height:183px;" class="textobject"><div style="display: block; position: relative; text-align: center !important ;width: 275px; height: 130px; line-height: 11px; font-size: 11px;"> <a href="https://www.zenphoto.org/?adlink=https://www.hostpapa.ca/zenphoto-hosting.html&utm_source=zenphoto.org&utm_medium=referral&utm_campaign=canada-seo&utm_term=sidebar&adcategory=palladium"> <img src="//www.zenphoto.org/albums/sponsors/platinum/hp-zenphoto-275x115-v2.jpg" alt="Best Zenphoto hosting, only from HostPapa"> </a> <p> <a href="https://www.zenphoto.org/?adlink=https://www.hostpapa.ca/zenphoto-hosting.html&utm_source=zenphoto.org&utm_medium=referral&utm_campaign=canada-seo&utm_term=sidebar&adcategory=palladium"> Best Zenphoto hosting</a>, only from HostPapa</p> </div></span></div> <a target="_top" href="/pages/advertise/" title="Advertise"><img class="sponsor-platinum sponsor-platinum-first" src="/albums/storage/sponsor-placeholders/sponsorpalladium-placeholder-ad.gif" alt="Advertise" width="275" height="130"></a> <hr /> <div class="infobox paidsupport"> <img src="/themes/zenphoto-theme/images/icon-forum.png" alt="" /> <h3>Need project help?</h3> <p>Visit the <a href="/pages/paid-support/" title="Paid support page">Paid support page</a>. </p> <br clear="left" /> </div> <div class="infobox"> <h3>Like using Zenphoto? Donate!</h3> <p>Your support helps pay for this server, and helps development of zenphoto. Thank you!</p> <p>Visit the <a href="/pages//" title="donations page">donations page</a></p> </div> <hr /> <h2 class="latestadditions">Popular tags</h2> <ul class="taglist"> <li><a class="tagLink" href="/page/search/tags/admin/" style="font-size:1.73em;" rel="nofollow">admin</a></li> <li><a class="tagLink" href="/page/search/tags/album/" style="font-size:1em;" rel="nofollow">album</a></li> <li><a class="tagLink" href="/page/search/tags/albums/" style="font-size:1.47em;" rel="nofollow">albums</a></li> <li><a class="tagLink" href="/page/search/tags/articles/" style="font-size:1em;" rel="nofollow">articles</a></li> <li><a class="tagLink" href="/page/search/tags/audio/" style="font-size:1em;" rel="nofollow">audio</a></li> <li><a class="tagLink" href="/page/search/tags/backend/" style="font-size:1em;" rel="nofollow">backend</a></li> <li><a class="tagLink" href="/page/search/tags/cache/" style="font-size:1em;" rel="nofollow">cache</a></li> <li><a class="tagLink" href="/page/search/tags/cms/" style="font-size:1em;" rel="nofollow">cms</a></li> <li><a class="tagLink" href="/page/search/tags/comments/" style="font-size:1em;" rel="nofollow">comments</a></li> <li><a class="tagLink" href="/page/search/tags/content+macros/" style="font-size:1em;" rel="nofollow">content macros</a></li> <li><a class="tagLink" href="/page/search/tags/customisation/" style="font-size:1em;" rel="nofollow">customisation</a></li> <li><a class="tagLink" href="/page/search/tags/database/" style="font-size:1em;" rel="nofollow">database</a></li> <li><a class="tagLink" href="/page/search/tags/development/" style="font-size:1em;" rel="nofollow">development</a></li> <li><a class="tagLink" href="/page/search/tags/documentation/" style="font-size:1em;" rel="nofollow">documentation</a></li> <li><a class="tagLink" href="/page/search/tags/e-mail/" style="font-size:1em;" rel="nofollow">e-mail</a></li> <li><a class="tagLink" href="/page/search/tags/extension-abandoned/" style="font-size:1em;" rel="nofollow">extension-abandoned</a></li> <li><a class="tagLink" href="/page/search/tags/external/" style="font-size:1em;" rel="nofollow">external</a></li> <li><a class="tagLink" href="/page/search/tags/facebook/" style="font-size:1em;" rel="nofollow">facebook</a></li> <li><a class="tagLink" href="/page/search/tags/files/" style="font-size:1em;" rel="nofollow">files</a></li> <li><a class="tagLink" href="/page/search/tags/filter/" style="font-size:1em;" rel="nofollow">filter</a></li> <li><a class="tagLink" href="/page/search/tags/flash/" style="font-size:1em;" rel="nofollow">flash</a></li> <li><a class="tagLink" href="/page/search/tags/GitHub/" style="font-size:1em;" rel="nofollow">GitHub</a></li> <li><a class="tagLink" href="/page/search/tags/google/" style="font-size:1em;" rel="nofollow">google</a></li> <li><a class="tagLink" href="/page/search/tags/guide/" style="font-size:1em;" rel="nofollow">guide</a></li> <li><a class="tagLink" href="/page/search/tags/hosted_extension/" style="font-size:1.33em;" rel="nofollow">hosted_extension</a></li> <li><a class="tagLink" href="/page/search/tags/image/" style="font-size:1.73em;" rel="nofollow">image</a></li> <li><a class="tagLink" href="/page/search/tags/images/" style="font-size:2.87em;" rel="nofollow">images</a></li> <li><a class="tagLink" href="/page/search/tags/installation/" style="font-size:1em;" rel="nofollow">installation</a></li> <li><a class="tagLink" href="/page/search/tags/internationalization/" style="font-size:1.27em;" rel="nofollow">internationalization</a></li> <li><a class="tagLink" href="/page/search/tags/iphone/" style="font-size:1em;" rel="nofollow">iphone</a></li> <li><a class="tagLink" href="/page/search/tags/javascript/" style="font-size:1em;" rel="nofollow">javascript</a></li> <li><a class="tagLink" href="/page/search/tags/jquery/" style="font-size:1em;" rel="nofollow">jquery</a></li> <li><a class="tagLink" href="/page/search/tags/l18n/" style="font-size:1.07em;" rel="nofollow">l18n</a></li> <li><a class="tagLink" href="/page/search/tags/language/" style="font-size:1.33em;" rel="nofollow">language</a></li> <li><a class="tagLink" href="/page/search/tags/languages/" style="font-size:1.33em;" rel="nofollow">languages</a></li> <li><a class="tagLink" href="/page/search/tags/latest-albums/" style="font-size:1em;" rel="nofollow">latest-albums</a></li> <li><a class="tagLink" href="/page/search/tags/latest-images/" style="font-size:1em;" rel="nofollow">latest-images</a></li> <li><a class="tagLink" href="/page/search/tags/locale/" style="font-size:1.27em;" rel="nofollow">locale</a></li> <li><a class="tagLink" href="/page/search/tags/localization/" style="font-size:1.4em;" rel="nofollow">localization</a></li> <li><a class="tagLink" href="/page/search/tags/macro/" style="font-size:1em;" rel="nofollow">macro</a></li> <li><a class="tagLink" href="/page/search/tags/metadata/" style="font-size:1em;" rel="nofollow">metadata</a></li> <li><a class="tagLink" href="/page/search/tags/migration/" style="font-size:1em;" rel="nofollow">migration</a></li> <li><a class="tagLink" href="/page/search/tags/mobile/" style="font-size:1em;" rel="nofollow">mobile</a></li> <li><a class="tagLink" href="/page/search/tags/mp3/" style="font-size:1em;" rel="nofollow">mp3</a></li> <li><a class="tagLink" href="/page/search/tags/mp4/" style="font-size:1em;" rel="nofollow">mp4</a></li> <li><a class="tagLink" href="/page/search/tags/multilingual/" style="font-size:1em;" rel="nofollow">multilingual</a></li> <li><a class="tagLink" href="/page/search/tags/multimedia/" style="font-size:1em;" rel="nofollow">multimedia</a></li> <li><a class="tagLink" href="/page/search/tags/navigation/" style="font-size:1em;" rel="nofollow">navigation</a></li> <li><a class="tagLink" href="/page/search/tags/news/" style="font-size:1em;" rel="nofollow">news</a></li> <li><a class="tagLink" href="/page/search/tags/pages/" style="font-size:1em;" rel="nofollow">pages</a></li> <li><a class="tagLink" href="/page/search/tags/password/" style="font-size:1em;" rel="nofollow">password</a></li> <li><a class="tagLink" href="/page/search/tags/plugin/" style="font-size:1em;" rel="nofollow">plugin</a></li> <li><a class="tagLink" href="/page/search/tags/plugins/" style="font-size:1.27em;" rel="nofollow">plugins</a></li> <li><a class="tagLink" href="/page/search/tags/protection/" style="font-size:1em;" rel="nofollow">protection</a></li> <li><a class="tagLink" href="/page/search/tags/responsive/" style="font-size:1em;" rel="nofollow">responsive</a></li> <li><a class="tagLink" href="/page/search/tags/responsive-layout/" style="font-size:1em;" rel="nofollow">responsive-layout</a></li> <li><a class="tagLink" href="/page/search/tags/rss/" style="font-size:1em;" rel="nofollow">rss</a></li> <li><a class="tagLink" href="/page/search/tags/search/" style="font-size:1em;" rel="nofollow">search</a></li> <li><a class="tagLink" href="/page/search/tags/security/" style="font-size:1em;" rel="nofollow">security</a></li> <li><a class="tagLink" href="/page/search/tags/seo/" style="font-size:1em;" rel="nofollow">seo</a></li> <li><a class="tagLink" href="/page/search/tags/server/" style="font-size:1em;" rel="nofollow">server</a></li> <li><a class="tagLink" href="/page/search/tags/sharing/" style="font-size:1em;" rel="nofollow">sharing</a></li> <li><a class="tagLink" href="/page/search/tags/social/" style="font-size:1em;" rel="nofollow">social</a></li> <li><a class="tagLink" href="/page/search/tags/spam/" style="font-size:1em;" rel="nofollow">spam</a></li> <li><a class="tagLink" href="/page/search/tags/spam-filter/" style="font-size:1em;" rel="nofollow">spam-filter</a></li> <li><a class="tagLink" href="/page/search/tags/statistics/" style="font-size:1em;" rel="nofollow">statistics</a></li> <li><a class="tagLink" href="/page/search/tags/tags/" style="font-size:1em;" rel="nofollow">tags</a></li> <li><a class="tagLink" href="/page/search/tags/theme/" style="font-size:1.4em;" rel="nofollow">theme</a></li> <li><a class="tagLink" href="/page/search/tags/themes/" style="font-size:1em;" rel="nofollow">themes</a></li> <li><a class="tagLink" href="/page/search/tags/theming/" style="font-size:1em;" rel="nofollow">theming</a></li> <li><a class="tagLink" href="/page/search/tags/thumb/" style="font-size:1em;" rel="nofollow">thumb</a></li> <li><a class="tagLink" href="/page/search/tags/thumbs/" style="font-size:1em;" rel="nofollow">thumbs</a></li> <li><a class="tagLink" href="/page/search/tags/tinymce/" style="font-size:1em;" rel="nofollow">tinymce</a></li> <li><a class="tagLink" href="/page/search/tags/translation/" style="font-size:1em;" rel="nofollow">translation</a></li> <li><a class="tagLink" href="/page/search/tags/tutorial/" style="font-size:1em;" rel="nofollow">tutorial</a></li> <li><a class="tagLink" href="/page/search/tags/twitter/" style="font-size:1em;" rel="nofollow">twitter</a></li> <li><a class="tagLink" href="/page/search/tags/upload/" style="font-size:1em;" rel="nofollow">upload</a></li> <li><a class="tagLink" href="/page/search/tags/url/" style="font-size:1em;" rel="nofollow">url</a></li> <li><a class="tagLink" href="/page/search/tags/user/" style="font-size:1em;" rel="nofollow">user</a></li> <li><a class="tagLink" href="/page/search/tags/usermanagement/" style="font-size:1em;" rel="nofollow">usermanagement</a></li> <li><a class="tagLink" href="/page/search/tags/users/" style="font-size:1em;" rel="nofollow">users</a></li> <li><a class="tagLink" href="/page/search/tags/video/" style="font-size:1em;" rel="nofollow">video</a></li> <li><a class="tagLink" href="/page/search/tags/wordpress/" style="font-size:1em;" rel="nofollow">wordpress</a></li> <li><a class="tagLink" href="/page/search/tags/zenpage/" style="font-size:1.47em;" rel="nofollow">zenpage</a></li> <li><a class="tagLink" href="/page/search/tags/zenpage-news/" style="font-size:1em;" rel="nofollow">zenpage-news</a></li> <li><a class="tagLink" href="/page/search/tags/zenpage-pages/" style="font-size:1em;" rel="nofollow">zenpage-pages</a></li> </ul> <br /> <hr /> <h2 class="latestadditions">Latest additions</h2> <ul> <li> <a href="/news/zenphoto-bulk-move/"> zenphoto-bulk-move </a> <small> (May 19, 2018)</small> </li> <li> <a href="/news/zenphoto-on-this-day/"> zenphoto-on-this-day </a> <small> (May 19, 2018)</small> </li> <li> <a href="/news/zenphoto-bulk-captions/"> zenphoto-bulk-captions </a> <small> (May 19, 2018)</small> </li> </ul> </div> <div id="content"> <h2> Extensions </h2> <div class="entry"> <h3 class="entrytitle"> register_user <small class="articledate">Nov 14, 2009 / Updated: Jan 19, 2015 </small> <img class="pluginstatusicon" src="/themes/zenphoto-theme/images/accept_green.png" title="Officially supported" /> </h3> <div class="entrymeta"> <span class="beforetext">Categories: </span><ul class="wp-category"> <li><a href="/news/category/extensions/" title="Extensions">Extensions</a><span class="betweentext">, </span></li> <li><a href="/news/category/officially-supported/" title="Officially supported">Officially supported</a><span class="betweentext">, </span></li> <li><a href="/news/category/plugins/" title="Theme plugins">Theme plugins</a></li> </ul> </div> <ol id="toc" class="table_of_content_list"></ol> <div id="authorcredits" class="table_of_content_list"> <h4>Developer: </h4> <ul> <li> <a href="/pages/sbillard/" rel="author">Stephen Billard <em>(sbillard)</em><img class="authoricon_credits" src="/themes/zenphoto-theme/images/authoricon_former-small.png" alt="Zenphoto former team member" /></a> </li> </ul> </div> <div class="entrybody"> <span id="entrybody"> <p>Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they provide. Options are provided for setting the required registration details and the default user rights that will be granted.</p> <p>Place a call on <em>printRegistrationForm()</em> where you want the form to appear. Probably the best use is to create a new <em>custom page</em> script just for handling these user registrations. Then put a link to that script on your index page so that people who wish to register will click on the link and be taken to the registration page.</p> <p>When successfully registered, a new Zenphoto user will be created with no logon rights. An e-mail will be sent to the user with a link to activate the user ID. When he clicks on that link he will be taken to the registration page and the verification process will be completed. At this point the user ID rights are set to the value of the plugin default user rights option and an email is sent to the Gallery admin announcing the new registration.</p> <p><strong>NOTE:</strong> If you change the rights of a user pending verification you have verified the user!</p> <p>&nbsp;</p> </span> <p class="articlebox">This extension is included in the ZenphotoCMS release.</p><p class="buttons"><a href="https://docs.zenphoto.org/package-plugins.register.user.html"><img src="/themes/zenphoto-theme/images/info_green.png" alt="" /> Usage information</a></p> <p class="articlebox"><em>For questions and comments please use the <a href="http://www.zenphoto.org/support" title="Zenphoto forums" >forum</a> or discuss on the <a href="#stay-tuned">social networks</a>.</em></p> </div> <!--- class entrybody ---> <div class="entrymeta"> <span class="tags_title">Tags: </span><ul class="wp-category"> <li><a href="/page/search/tags/author_sbillard/" title="author_sbillard">author_sbillard</a>, </li> <li><a href="/page/search/tags/login/" title="login">login</a>, </li> <li><a href="/page/search/tags/register/" title="register">register</a>, </li> <li><a href="/page/search/tags/user/" title="user">user</a></li> </ul> </div> <hr /> <h3 class="relateditems">More by author:</h3> <ul class="morebyauthorlist"> <li><a href="/page/search/tags/author_sbillard/" title="author_sbillard">Sbillard</a> (174)</li> </ul> <h3 class="relateditems">Related items</h3> <ul id="relateditems"> <li> <a href="/news/defaultcodeblocks/" title="defaultCodeblocks">defaultCodeblocks</a><small> (Extensions)</small> </h4></li> <li> <a href="/news/zenphoto-1.4.6/" title="Zenphoto 1.4.6">Zenphoto 1.4.6</a><small> (News)</small> </h4></li> <li> <a href="/news/galleryarticles/" title="galleryArticles">galleryArticles</a><small> (Extensions)</small> </h4></li> <li> <a href="/news/useraddressfields/" title="userAddressFields">userAddressFields</a><small> (Extensions)</small> </h4></li> <li> <a href="/news/bxslider_thumb_nav/" title="bxslider_thumb_nav">bxslider_thumb_nav</a><small> (Extensions)</small> </h4></li> </ul> </div> <!-- Close Page --> <!-- begin footer --> </div> <div id="footer"><a name="stay-tuned"></a> <div class="column-l"> <div class="infobox"> <h3>RSS feeds!</h3> <ul class="rsslinks"> <li><a href="/index.php?mergedrss">All news</a> (incl. all below except forum)</li> <li><a href="/index.php?rss=news">All general news</a> (except themes, showcase, screenshots)</li> <li><a href="/index.php?rss=news&amp;category=news">New releases and announcements</a></li> <li><a href="/index.php?rss=news&amp;category=user-guide">User guide</a></li> <li><a href="/index.php?rss=news&amp;category=extensions">Extensions</a></li> <li><a href="/index.php?rss=gallery&amp;folder=screenshots">Screenshots and screencasts</a></li> <li><a href="/index.php?rss=gallery&amp;folder=theme&amp;albumsmode&amp;sortorder=latest">Themes</a></li> <li><a href="/index.php?rss=gallery&amp;albumname=showcase">Showcase</a></li> <li><a href="http://forum.zenphoto.org/discussions/feed.rss">Forum</a></li> </ul> <br /> <h3>Social networks</h3> <ul class="sociallinks"> <li class="link_twitter"><a href="http://twitter.com/zenphotocms" title="Zenphoto on Twitter">Twitter</a></li> <li class="link_github"><a href="https://github.com/zenphoto/zenphoto" title="Zenphoto on GitHub">GitHub</a></li> <li class="link_facebook"><a href="https://www.facebook.com/zenphotocms" title="Zenphoto on Facebook">Facebook</a></li> <li class="link_youtube"><a href="http://www.youtube.com/zenphotocms" title="Zenphoto on Youtube">Youtube</a></li> </ul> </div> </div> <div class="column-m"> <div class="infobox"> <h3>Join the Google Group!</h3> <ul class="downloadlinks"> <li><a href="https://groups.google.com/group/zenphoto-announce">zenphoto-announce</a><br />Release announcements and security alerts only (no support) <br /><strong>Subscribe right here:</strong><br /> <form action="https://groups.google.com/group/zenphoto-announce/boxsubscribe" id="googlegroups"> <small>Email:</small> <input type="text" name="email" size="20"><br /> <input type="submit" name="sub" value="Subscribe"> </form><br /> </li> </ul> <p> Website powered by Zenphoto<br /> Forum powered by <a href="https://open.vanillaforums.com">Vanilla</a> </p> </div> </div> <div class="column-r"> <div class="infobox"> <h3>Information</h3> <ul class="downloadlinks"> <li><a href="/pages/about-us/" title="About us">About us</a></li> <li><a href="/pages/contact/" title="Contact">Contact</a></li> <li><a href="/pages/get-involved/" title="Get involved">Get involved</a></li> <li><a href="/pages/paid-support/" title="Paid support">Paid support</a></li> <li><a href="/pages/advertise/" title="Advertise">Advertise</a></li> <li><a href="https://github.com/zenphoto/zenphoto/issues?state=open" title="Bugtracker (GitHub)">Bugtracker <small>(GitHub)</small></a></li> </ul> <br /> <h3>Legal stuff</h3> <ul class="downloadlinks"> <li><a href="/pages/legal/" title="Legal">Legal</a></li> <li><a href="/pages/forum-terms-of-service/" title="Forum Terms Of Service ">Forum Terms Of Service </a></li> <li><a href="/pages/data-privacy-policy/" title="Data Privacy Policy">Data Privacy Policy</a></li> </ul> </div> </div> <br style="clear:both" /> </div> <!-- Matomo --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(["setDocumentTitle", 'register_user | News | Zenphoto - The simpler media website CMS']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "//stats.zenphoto.org/"; _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['setSiteId', 1]); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.defer = true; g.async = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s); })(); </script> <noscript><p><img src="https://stats.zenphoto.org/piwik.php?idsite=1&rec=1" style="border:0" alt="" /></p></noscript> <!-- End Matomo Tag --> </body> </html> <!-- zenphoto version 1.5.1 --> <!-- Zenphoto script processing end:0.5364 seconds -->
[]
[ "<head>\n\t\t\t<script type=\"text/javascript\" src=\"/zp-core/js/jquery.js\"/>\n\t\t\t<link rel=\"stylesheet\" href=\"/zp-core/zp-extensions/colorbox_js/themes/example1/colorbox.css\" type=\"text/css\"/>\n\t\t<script type=\"text/javascript\" src=\"https://www.zenphoto.org/zp-core/zp-extensions/colorbox_js/jquery.colorbox-min.js\"/>\n\t\t<script>\n\t\t\t/* Colorbox resize function for images*/\n\t\t\tvar resizeTimer;\n\n\t\t\tfunction resizeColorBoxImage() {\n\t\t\t\tif (resizeTimer)\n\t\t\t\t\tclearTimeout(resizeTimer);\n\t\t\t\t\tresizeTimer = setTimeout(function() {\n\t\t\t\t\tif (jQuery('#cboxOverlay').is(':visible')) {\n\t\t\t\t\t\tjQuery.colorbox.resize({width: '90%'});\n\t\t\t\t\t\tjQuery('#cboxLoadedContent img').css('max-width', '100%').css('height', 'auto');\n\t\t\t\t\t}\n\t\t\t\t}, 300)\n\t\t\t}\n\t\t\t/* Colorbox resize function for Google Maps*/\n\t\t\tfunction resizeColorBoxMap() {\n\t\t\t\tif (resizeTimer)\n\t\t\t\t\tclearTimeout(resizeTimer);\n\t\t\t\t\tresizeTimer = setTimeout(function() {\n\t\t\t\t\tvar mapw = $(window).width() * 0.8;\n \t\t\tvar maph = $(window).height() * 0.7;\n\t\t\t\t\t\tif (jQuery('#cboxOverlay').is(':visible')) {\n\t\t\t\t\t\t\t$.colorbox.resize({innerWidth: mapw, innerHeight: maph});\n\t\t\t\t\t\t\t$('#cboxLoadedContent iframe').contents().find('#map_canvas').css('width', '100%').css('height', maph-20);\n\t\t\t\t\t\t}\n\t\t\t\t\t}, 500)\n\t\t\t}\n\t\t\t// Resize Colorbox when changing mobile device orientation\n\t\t\twindow.addEventListener(\"orientationchange\", function(){resizeColorBoxImage();parent.resizeColorBoxMap()}, false);\n\t\t</script>\n\n\t\t\t<script type=\"text/javascript\" src=\"/zp-core/js/encoder.js\"/>\n\t<script type=\"text/javascript\" src=\"/zp-core/js/tag.js\"/>\n\t\t<link type=\"text/css\" rel=\"stylesheet\" href=\"/zp-core/zp-extensions/tag_suggest/tag.css\"/>\n\t\t<script type=\"text/javascript\">\n\t\t// &lt;!-- &lt;![CDATA[\n\t\tvar _tagList = [\"\\\"rewrite rules\\\"\",\"\\\"social media\\\"\",\"\\\"social network\\\"\",\"\\\"social networks\\\"\",\"\\\"social sharing\\\"\",\"1and1\",\"404\",\"accents\",\"accordion\",\"acrylian\",\"address fields\",\"addthis\",\"admin\",\"admin-approval\",\"administration\",\"Adobe Illustrator\",\"Adsense\",\"Advertising\",\"AI\",\"ajax\",\"akismet\",\"album\",\"album thumb\",\"albums\",\"albumzip\",\"amazonpayments\",\"analytics\",\"anonymous\",\"apache\",\"api\",\"App\",\"apple\",\"archive\",\"articles\",\"atom\",\"audio\",\"authentification\",\"author_abotana\",\"author_acca\",\"author_acrylian\",\"author_adamus04\",\"author_aitf311\",\"author_akerbos\",\"author_aladio\",\"author_alenonimo\",\"author_altert\",\"author_amalani\",\"author_amereservant\",\"author_amichel\",\"author_andre-krooss\",\"author_andrea-garelli\",\"author_andrey\",\"author_anudu\",\"author_arnaud\",\"author_artz\",\"author_atrioom\",\"author_babar\",\"author_ballenato\",\"author_bart-braem\",\"author_ben-spicer\",\"author_ben-wilson\",\"author_benjamin-swatek\",\"author_benklop\",\"author_bertsimons\",\"author_bharat\",\"author_bic\",\"author_blue-dragonfly\",\"author_Bob03\",\"author_brecht\",\"author_bthj\",\"author_c32\",\"author_carl-chan\",\"author_cary-de-guzman\",\"author_cbraymen\",\"author_chillifrei64\",\"author_chris-s\",\"author_christue\",\"author_ciaran-gultnieks\",\"author_citron\",\"author_coach777\",\"author_cyril42e\",\"author_d4gurasu\",\"author_dani\",\"author_daniel-toffee\",\"author_darrelld\",\"author_david-wehrs\",\"author_davosmith\",\"author_dbogen\",\"author_dean-moses\",\"author_desgphoto\",\"author_divan\",\"author_djdevine\",\"author_djmonta\",\"author_dmwarren\",\"author_doctor-kru\",\"author_dpeterson\",\"author_draekko\",\"author_echza\",\"author_einar-egilsson\",\"author_emieza\",\"author_epsilon\",\"author_falstaff84\",\"author_fanda\",\"author_fat\",\"author_fatman\",\"author_fetard\",\"author_fmontes\",\"author_fogoh\",\"author_fooforge\",\"author_frankm\",\"author_fretzl\",\"author_gdodinet\",\"author_gjr\",\"author_gregb34\",\"author_haroon310\",\"author_hgtrung\",\"author_hinrik\",\"author_hucste\",\"author_hyp3rlinx\",\"author_iacchi\",\"author_iliyangochev\",\"author_invarbrass\",\"author_itaymesh\",\"author_j916\",\"author_jake-olefsky\",\"author_jakob-friis\",\"author_jammon\",\"author_janez-sinkovec\",\"author_jason-hsu\",\"author_jerome-blion\",\"author_jesdnissen\",\"author_jimbrown\",\"author_jjl\",\"author_joshduck\",\"author_jovant\",\"author_jpcert\",\"author_jphilbert\",\"author_jsumners\",\"author_julienvdg\",\"author_jvanderb\",\"author_kagutsuchi\",\"author_kevin-deldycke\",\"author_kevinsk\",\"author_kieran\",\"author_kilroy\",\"author_kochs-online\",\"author_krainbolt\",\"author_la0c00n\",\"author_laurent\",\"author_le-kevin\",\"author_lee\",\"author_levi-buzolic\",\"author_libelle\",\"author_lilpeck\",\"author_lokkju\",\"author_luckyspin\",\"author_ludgerh\",\"author_mammlouk\",\"author_mannkind\",\"author_manuel-garcia-cardenas\",\"author_marcel-spijker\",\"author_markrh\",\"author_martin-svendsen\",\"author_martinkroul\",\"author_max-plante\",\"author_maxslug\",\"author_mebels\",\"author_mem0-com\",\"author_michal-rusina\",\"author_micheall\",\"author_michel-gagnon\",\"author_mightyhitter\",\"author_mikeque\",\"author_milligan\",\"author_mironb\",\"author_misterbrandt\",\"author_mlodszy\",\"author_momo-i\",\"author_mr-sheep\",\"author_mrskhris\",\"author_myspew\",\"author_n00bism\",\"author_navaid-zafar-ansari\",\"author_netsparker.com\",\"author_nheiniger\",\"author_nic-walsh\",\"author_nicx\",\"author_nikolay-tonev\",\"author_nils-k-windisch\",\"author_nimbuz\",\"author_noscope\",\"author_offrench\",\"author_oliver-dietz\",\"author_omatzyo\",\"author_onetoomany\",\"author_ozh\",\"author_papyrus\",\"author_paulbuhtab\",\"author_petersendidit\",\"author_phase2\",\"author_pheno7\",\"author_photogabble\",\"author_pim-rijpsma\",\"author_pischla\",\"author_raging-goblin\",\"author_rakaz\",\"author_ralf-kerkhoff\",\"author_RB26\",\"author_reine-k\",\"author_richard-castellanos\",\"author_richard-laskey\",\"author_rlerdorf\",\"author_rui-cruz\",\"author_sagasw\",\"author_sbillard\",\"author_security-provensec\",\"author_seroxatmad\",\"author_simbul\",\"author_simounet\",\"author_soumenb\",\"author_spelth\",\"author_sphoto\",\"author_stephane-angoulvant\",\"author_subjunk\",\"author_tangorn\",\"author_tenzer\",\"author_thany\",\"author_the-whole-life-to-learn\",\"author_thinkdreams\",\"author_tim-coen\",\"author_timo\",\"author_titou\",\"author_tplowe56\",\"author_trisweb\",\"author_tunafish\",\"author_ulfben\",\"author_unrealdtc\",\"author_vikaskbh\",\"author_vincent\",\"author_vincent3569\",\"author_vpas\",\"author_wildstray\",\"author_willhamilton\",\"author_winfredwan\",\"author_wongm\",\"author_wurzel555\",\"author_yaourt\",\"auto_backup\",\"autor_fretzl\",\"autor_martin-svendsen\",\"backend\",\"backup\",\"bandcamp\",\"bbcode\",\"Bit.ly\",\"blocking\",\"blog\",\"bootstrap\",\"bower\",\"branding\",\"browser\",\"Buffer\",\"bulk-movie\",\"bulkedit\",\"button\",\"buttons\",\"bxslider\",\"cache\",\"caching\",\"calendar\",\"captcha\",\"caption\",\"chmod\",\"class-anyfile\",\"class-webdocs\",\"classes\",\"cleanup\",\"client\",\"clone\",\"cms\",\"code\",\"code-highlighting\",\"codeblocks\",\"coding\",\"codrops\",\"colorbox_js\",\"colors\",\"combinews\",\"comment\",\"comments\",\"comments-form\",\"compass\",\"configuration\",\"constants\",\"contact-form\",\"content\",\"content macro\",\"content macros\",\"contributor\",\"cookbook\",\"cookies\",\"coppermine\",\"copying\",\"cropping\",\"css\",\"css3\",\"custom maps\",\"custom size images\",\"custom-menu\",\"customisation\",\"cycle2\",\"daily\",\"daily summary\",\"dailymotion\",\"data privacy\",\"data usage\",\"database\",\"date\",\"day archive\",\"debug\",\"default images\",\"Delicious\",\"demo\",\"demo-theme\",\"Deprecated\",\"deprecated-functions\",\"description\",\"develop\",\"development\",\"Digg\",\"digitalocean\",\"disqus\",\"docker\",\"documentation\",\"dokuwiki\",\"domain\",\"download\",\"download manager\",\"downloadlist\",\"dreamhost\",\"dropdown-menu\",\"DSGVO\",\"dynamic-album\",\"e-commerce\",\"e-mail\",\"e107-autogallery\",\"eaccelerator\",\"editor\",\"elfinder\",\"email-newuser\",\"embed\",\"EPS\",\"error\",\"errors\",\"EU cookie law\",\"Evernote\",\"exif\",\"export\",\"extension\",\"extension-abandoned\",\"external\",\"face-tags\",\"facebook\",\"facebook-activity\",\"facebook-recommendations\",\"favorites\",\"featured image\",\"features\",\"federated_logon\",\"feed\",\"file browser\",\"file download\",\"file system\",\"filename\",\"files\",\"filter\",\"fla\",\"flash\",\"flickr\",\"flowplayer-3\",\"flowplayer-5\",\"fluid-layout\",\"flv\",\"folder\",\"folders\",\"form\",\"forum\",\"front end edit\",\"ftp\",\"full image\",\"functions\",\"galleria\",\"galleriffic\",\"gallery\",\"gallery2\",\"gallery3\",\"GDlibary\",\"GDPR\",\"geocode\",\"geotagging\",\"geshi\",\"gestures\",\"gettext\",\"ghostscript\",\"git\",\"GitHub\",\"global variable\",\"globals\",\"glossary\",\"google\",\"google fonts\",\"google-analytic\",\"google-maps\",\"GoogleAdsense\",\"googlecheckout\",\"GoogleMaps\",\"googleplus\",\"GPS\",\"gravator\",\"grunt\",\"guide\",\"HiDPI\",\"histogram\",\"hitcounter\",\"honey-pot\",\"host\",\"hosted_extension\",\"hotlinking\",\"htaccess\",\"html\",\"html_cache\",\"html5\",\"http_auth\",\"image\",\"image processor\",\"image title\",\"image-ache\",\"image-browsing\",\"image-rotation\",\"image-size\",\"imagemagick\",\"images\",\"imagick\",\"import\",\"infinite scroll\",\"infinite-scroll\",\"install\",\"install helpers\",\"installation\",\"installing\",\"integration\",\"internationalization\",\"iOS\",\"IP\",\"IP address\",\"iPad\",\"iphone\",\"iptc\",\"javascript\",\"jpegtran\",\"jplayer\",\"jquery\",\"jquery ui\",\"jquery-masonry\",\"jquerymobile\",\"jshint\",\"json\",\"keyboard\",\"keyboard-navigation\",\"l18n\",\"language\",\"languages\",\"latest-albums\",\"latest-images\",\"LDAP\",\"libratus\",\"lightroom\",\"lighttpd\",\"limits\",\"Linkedin\",\"Linux\",\"Livejournal\",\"locale\",\"localization\",\"login\",\"logo\",\"m4a\",\"m4v\",\"macro\",\"macros\",\"magic_quotes\",\"mail\",\"mailing-list\",\"mailman\",\"maintainance\",\"maps\",\"Markdown\",\"markup\",\"masonry\",\"massedit\",\"Matomo\",\"media\",\"mediaelement.js\",\"mediawiki\",\"memory\",\"menu\",\"meta\",\"metadata\",\"Microsoft Active Directory\",\"migration\",\"minify\",\"mobile\",\"mod_rewrite\",\"modrewrite\",\"movie\",\"movies\",\"Moving\",\"mp3\",\"mp4\",\"multilingual\",\"multimedia\",\"mysql\",\"navigation\",\"news\",\"nginx\",\"NoCaptcha\",\"Norwegian\",\"object\",\"object model\",\"object-orientation\",\"objects\",\"ogg\",\"ogv\",\"open graph\",\"OpenLDAP\",\"OpenStreetMap\",\"optimization\",\"ordering\",\"pages\",\"pagination\",\"password\",\"path\",\"paypal\",\"pdf\",\"perl\",\"permissions\",\"phone\",\"photomap\",\"photos\",\"php\",\"php-cache-libary\",\"php5\",\"phpbb\",\"phpinfo\",\"picturefill\",\"Pinterest\",\"piwigo\",\"Piwik\",\"player\",\"playlist\",\"plugin\",\"plugins\",\"pluginsupport_archive_calendar\",\"pluginsupport_bxslider_thumb_nav\",\"pluginsupport_colorbox_js\",\"pluginsupport_comment_form\",\"pluginsupport_contact_form\",\"pluginsupport_dynamic-locale\",\"pluginsupport_favoriteshandler\",\"pluginsupport_featured_image\",\"pluginsupport_flag_language_selector\",\"pluginsupport_flag_thumbnail\",\"pluginsupport_GoogleMap\",\"pluginsupport_gslideshow\",\"pluginsupport_hitcounter\",\"pluginsupport_image_album_statistics\",\"pluginsupport_jcarousel_thumb_nav\",\"pluginsupport_menu_manager\",\"pluginsupport_multiple_layouts\",\"pluginsupport_paged_thumbs_nav\",\"pluginsupport_print_album_menu\",\"pluginsupport_printusersizeimage\",\"pluginsupport_rating\",\"pluginsupport_register_user\",\"pluginsupport_related_items\",\"pluginsupport_rss\",\"pluginsupport_shutterfly\",\"pluginsupport_slideshow\",\"pluginsupport_user_login-out\",\"pluginsupport_viewer_size_image\",\"pluginsupport_zenpage-a-cms-plugin-for-zenphoto\",\"pluginsupport_zpdisqus\",\"Pocket\",\"poedit\",\"Polish\",\"posts\",\"precache\",\"preload\",\"preloading\",\"privacy\",\"proof\",\"proofsheet\",\"protection\",\"publishing\",\"python\",\"quota\",\"rating\",\"reCaptcha\",\"recommendations\",\"redirect\",\"register\",\"related-items\",\"release\",\"renaming\",\"repository\",\"requirements\",\"resizing\",\"resp\",\"responsive\",\"responsive-layout\",\"rest-api\",\"restore\",\"retina\",\"retina-images\",\"reverse-geocode\",\"rewrite\",\"rewrite rules\",\"rewrite-rules\",\"rights\",\"rotating\",\"rss\",\"rss cache\",\"safe mode\",\"search\",\"security\",\"security-logger\",\"seo\",\"server\",\"server crash\",\"server move\",\"setup\",\"sharing\",\"shop\",\"shopping-cart\",\"shortcodes\",\"shorttags\",\"show_not_logged-in\",\"showcase\",\"showcase_partly-zenphoto\",\"showcase_zenphoto-only\",\"showcase_zenphoto-with-zenpage-cms-plugin\",\"simplescripts\",\"site\",\"sitemap\",\"sitemap cache\",\"skeleton\",\"skin\",\"slider\",\"slideshare\",\"slideshow\",\"social\",\"social media\",\"social network\",\"social networks\",\"social sharing\",\"social-networks\",\"socialmedia\",\"sorting\",\"soundcloud\",\"spam\",\"spam-filter\",\"statistics\",\"subpages\",\"swipe gestures\",\"symlinks\",\"sync\",\"synchronize\",\"syncing\",\"syntax\",\"syntax-highlighting\",\"tables\",\"tablet\",\"tag-suggest\",\"tags\",\"template\",\"testing\",\"text\",\"texteditor\",\"textobject\",\"theme\",\"theme_officially-supported\",\"theme_unsupported-3rd-party-external\",\"theme_unsupported-3rd-party-hosted\",\"theme_unsupported-hosted\",\"theme_unsupported-unavailable\",\"theme-compatible\",\"theme-not-compatible\",\"theme-partly-compatible\",\"themes\",\"themeswitcher\",\"theming\",\"thickbox\",\"third party\",\"thumb\",\"thumbnail\",\"thumbnails\",\"thumbs\",\"tiff\",\"tiny_mce\",\"tiny_zenpage\",\"tinymce\",\"tinyzenpage\",\"tips\",\"titlelink\",\"toolbox\",\"top-voted-albums\",\"top-voted-images\",\"touch gestures\",\"translation\",\"tumblr\",\"tutorial\",\"tweet\",\"tweet_news\",\"twitter\",\"twitter-feed\",\"Unix\",\"unpublish\",\"update\",\"upgrade\",\"upgrading\",\"upload\",\"uploader\",\"uploads\",\"url\",\"url shortener\",\"user\",\"user_login-out\",\"user-expiry\",\"user-groups\",\"usermanagement\",\"users\",\"vagrant\",\"variable\",\"variables\",\"verify\",\"video\",\"video thumbs\",\"videos\",\"vimeo\",\"virtual machine\",\"VirtualBox\",\"visibility\",\"voting\",\"vserver\",\"watermarks\",\"whatsapp\",\"windows\",\"wordpress\",\"Xing\",\"xml\",\"xmp\",\"yanzen\",\"youtube\",\"zenji\",\"zenpage\",\"zenpage-news\",\"zenpage-pages\",\"Zenphoto sites\",\"zenphoto-layouts\",\"zenphoto-org\",\"zip\",\"zoom\",\"zp_assistant-developer\",\"zp_chief-developer\",\"zp_chief-tester\",\"zp_chinese-translator\",\"zp_contributor\",\"zp_czech-translator\",\"zp_danish-translator\",\"zp_developer\",\"zp_dutch-translator\",\"zp_facebook\",\"zp_forum-moderator\",\"zp_founder\",\"zp_french-translator\",\"zp_galician-translator\",\"zp_german-translator\",\"zp_github-consultant\",\"zp_google+\",\"zp_hebrew-translator\",\"zp_italian-translator\",\"zp_japanese-translator\",\"zp_norwegian-translator\",\"zp_polish-translator\",\"zp_russian-translator\",\"zp_serbian-translator\",\"zp_slovenian-translator\",\"zp_slowak-translator\",\"zp_spanish-translator\",\"zp_swedish-translator\",\"zp_team_member-former\",\"zp_team-member\",\"zp_team-member-former\",\"zp_twitter\",\"zp_website-manager\",\"zpbase\"];\n\t\t$(function() {\n\t\t\t$('#search_input, #edit-editable_4, .tagsuggest').tagSuggest({separator: ',', tags: _tagList})\n\t\t});\n\t\t// ]]&gt; --&gt;\n\t</script>\n\t\t\t\t<link rel=\"stylesheet\" href=\"https://www.zenphoto.org/zp-core/zp-extensions/scriptless-socialsharing/style.min.css\" type=\"text/css\"/>\n\t\t\t\t<script type=\"text/javascript\" src=\"/zp-core/zp-extensions/rating/jquery.MetaData.js\"/>\n\t\t<script type=\"text/javascript\" src=\"/zp-core/zp-extensions/rating/jquery.rating.js\"/>\n\t\t\t\t<link rel=\"stylesheet\" href=\"/zp-core/zp-extensions/rating/jquery.rating.css\" type=\"text/css\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\t// &lt;!-- &lt;![CDATA[\n\t\t\t$.fn.rating.options = {cancel: 'retract'};\n\t\t\t// ]]&gt; --&gt;\n\t\t</script>\n\t\t<meta http-equiv=\"Cache-control\" content=\"no-cache\"/>\n<meta http-equiv=\"pragma\" content=\"cache\"/>\n<meta name=\"description\" content=\"Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they pr\"/>\n<meta name=\"generator\" content=\"Zenphoto 1.5.1\"/>\n<meta name=\"expires\" content=\"Wed, 24 Apr 2019 02:14:44 +0200 GMT\"/>\n<meta property=\"og:title\" content=\"register_user - Zenphoto - The simpler media website CMS\"/>\n<meta property=\"og:image\" content=\"http://www.zenphoto.org/themes/zenphoto-theme/images/logo-new.png\"/>\n<meta property=\"og:description\" content=\"Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they pr\"/>\n<meta property=\"og:url\" content=\"https://www.zenphoto.org/news/register_user/\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta name=\"twitter:creator\" content=\"zenphotocms\"/>\n<meta name=\"twitter:site\" content=\"zenphotocms\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta name=\"twitter:title\" content=\"register_user - Zenphoto - The simpler media website CMS\"/>\n<meta name=\"twitter:description\" content=\"Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they pr\"/>\n<meta name=\"twitter:image\" content=\"http://www.zenphoto.org/themes/zenphoto-theme/images/logo-new.png\"/>\n<link rel=\"canonical\" href=\"https://www.zenphoto.org/news/register_user/\"/>\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"https://www.zenphoto.org/zp-core/zp-extensions/cookieconsent/cookieconsent.min.css\"/>\n\t\t\t\t<script src=\"https://www.zenphoto.org/zp-core/zp-extensions/cookieconsent/cookieconsent.min.js\"/>\n\t\t<script>\n\t\t\twindow.addEventListener(\"load\", function () {\n\t\t\t\twindow.cookieconsent.initialise({\n\t\t\t\t\t\"palette\": {\n\t\t\t\t\t\t\"popup\": {\n\t\t\t\t\t\t\t\"background\": \"#000\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"button\": {\n\t\t\t\t\t\t\t\"background\": \"#f1d600\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"position\": \"bottom\",\n\t\t\t\t\t\"theme\": \"block\",\n\t\t\t\t\t\"dismissOnScroll\": false,\n\t\t\t\t\t\"cookie\": {\n\t\t\t\t\t\t\"domain\": \"\",\n\t\t\t\t\t\t\"expiryDays\": 365\t\t\t\t\t},\n\t\t\t\t\t\"content\": {\n\t\t\t\t\t\t\"message\": \"This website uses cookies. By continuing to browse the site, you agree to our use of cookies.\",\n\t\t\t\t\t\t\"dismiss\": \"Agree\",\n\t\t\t\t\t\t\"link\": \"More info\",\n\t\t\t\t\t\t\"href\": \"https://www.zenphoto.org/pages/data-privacy-policy/\"\n\t\t\t\t\t},\n\t\t\t\t\tonStatusChange: function(status) {\n\t\t\t\t\t\tthis.element.parentNode.removeChild(this.element);\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t});\n\t\t</script>\n\t\t\t\t<title>register_user | Extensions | Zenphoto - The simpler media website CMS</title>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n\t\t<meta name=\"author\" content=\"The Zenphoto team and contributors\"/>\n\t\t<meta name=\"copyright\" content=\"(c) http://www.zenphoto.org – The Zenphoto team\"/>\n\t\t\t\t<!-- touch icons for tablet and smartphone bookmarks -->\n\t\t<link rel=\"apple-touch-icon\" href=\"/themes/zenphoto-theme/images/apple-touch-icon.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/themes/zenphoto-theme/images/apple-touch-icon-72x72.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/themes/zenphoto-theme/images/apple-touch-icon-114x114.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/themes/zenphoto-theme/images/apple-touch-icon-144x144.png\"/>\n\t\t<link rel=\"stylesheet\" media=\"screen\" href=\"/themes/zenphoto-theme/style.css\" type=\"text/css\"/>\n\t\t<!--\n\t\t<meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" />\n\t\t-->\n\n\t\t\t\t\t<script src=\"/themes/zenphoto-theme/js/jquery-syntax/jquery.syntax.min.js\" type=\"text/javascript\"/>\n\t\t\t\t\t\t\t<script src=\"/themes/zenphoto-theme/js/jquery.tableofcontents-mod.min.js\" type=\"text/javascript\" charset=\"utf-8\"/>\n\t\t\t<script type=\"text/javascript\" charset=\"utf-8\">\n\t\t\t\t$(document).ready(function() {\n\t\t\t\t\tif ($(\"#entrybody h4\").length == 0) {\n\t\t\t\t\t\t$(\"#toc\").remove();\n\t\t\t\t\t}\n\t\t\t\t\t$(\"#toc\").tableOfContents('#entrybody', {\n\t\t\t\t\t\tstartLevel: 3,\n\t\t\t\t\t\tdepth: 5,\n\t\t\t\t\t\ttopLinks: true,\n\t\t\t\t\t\ttopBodyId: top\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t</script>\n\t\t\n\t\t<script type=\"text/javascript\">\n\t\t\t$(document).ready(function() {\n\n\n\t\t\t\t\t$(\"a.colorbox,a.zenpage_fullimagelink\").colorbox({\n\t\t\t\t\t\tmaxWidth: \"98%\",\n\t\t\t\t\t\tmaxHeight: \"98%\"\n\t\t\t\t\t});\n\n\t\t\t\t$('#search #search_input').attr('value', 'Search site (except forum)');\n\t\t\t\t$('#search #search_input').click(function() {\n\t\t\t\t\t$(this).val('');\n\t\t\t\t});\n\t\t\t});\n\t\t</script>\n\t</head>\n\t" ]
[ "<title>register_user | Extensions | Zenphoto - The simpler media website CMS</title>\n\t\t" ]
[ { "key": "datasource", "type": "global", "value": "www.zenphoto.org > news > register user" } ]
[ { "char_end_idx": 220, "char_start_idx": 0, "key": "length", "type": "local", "value": "220" }, { "char_end_idx": 311, "char_start_idx": 220, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 371, "char_start_idx": 311, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 431, "char_start_idx": 371, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 832, "char_start_idx": 431, "key": "length", "type": "local", "value": "400" }, { "char_end_idx": 1877, "char_start_idx": 832, "key": "length", "type": "local", "value": "1044" }, { "char_end_idx": 1981, "char_start_idx": 1877, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 2098, "char_start_idx": 1981, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 2173, "char_start_idx": 2098, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 2277, "char_start_idx": 2173, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 2425, "char_start_idx": 2277, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 2513, "char_start_idx": 2425, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 2585, "char_start_idx": 2513, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 2703, "char_start_idx": 2585, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 2873, "char_start_idx": 2703, "key": "length", "type": "local", "value": "169" }, { "char_end_idx": 3046, "char_start_idx": 2873, "key": "length", "type": "local", "value": "172" }, { "char_end_idx": 3119, "char_start_idx": 3046, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 3121, "char_start_idx": 3119, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 3248, "char_start_idx": 3121, "key": "length", "type": "local", "value": "126" } ]
[ { "key": "length", "type": "global", "value": "3674" } ]
[ { "char_end_idx": 19, "char_start_idx": 11, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 19, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://github.com/zenphoto/zenphoto/issues?state=open", "Bugtracker (GitHub)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 19, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 32, "char_start_idx": 20, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/pages/get-involved/", "Get involved" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 32, "char_start_idx": 20, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 44, "char_start_idx": 33, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "#stay-tuned", "Get involved!" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 44, "char_start_idx": 33, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 57, "char_start_idx": 45, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/pages/paid-support/", "Paid support" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 57, "char_start_idx": 45, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 66, "char_start_idx": 58, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "sponsors", "/sponsors/", "Sponsors" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 66, "char_start_idx": 58, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 75, "char_start_idx": 67, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 75, "char_start_idx": 67, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 80, "char_start_idx": 76, "html_attrs": { "attrs": [ "href" ], "values": [ "/news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 80, "char_start_idx": 76, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 85, "char_start_idx": 81, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://demo.zenphoto.org", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 85, "char_start_idx": 81, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 97, "char_start_idx": 86, "html_attrs": { "attrs": [ "href" ], "values": [ "/screenshots/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 97, "char_start_idx": 86, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 108, "char_start_idx": 98, "html_attrs": { "attrs": [ "href" ], "values": [ "/news/category/user-guide" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 98, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 114, "char_start_idx": 109, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://forum.zenphoto.org", "Zenphoto forum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 114, "char_start_idx": 109, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 121, "char_start_idx": 115, "html_attrs": { "attrs": [ "href" ], "values": [ "/theme/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 121, "char_start_idx": 115, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 132, "char_start_idx": 122, "html_attrs": { "attrs": [ "href" ], "values": [ "/news/category/extensions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 132, "char_start_idx": 122, "html_attrs": { "attrs": [ "id" ], "values": [ "activelink" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 141, "char_start_idx": 133, "html_attrs": { "attrs": [ "href" ], "values": [ "/showcase/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 141, "char_start_idx": 133, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 67, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 142, "char_start_idx": 67, "html_attrs": { "attrs": [ "id" ], "values": [ "mainnav" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "id" ], "values": [ "search" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "hr" }, { "char_end_idx": 163, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 222, "char_start_idx": 164, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "extension-supported", "officially-supported" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 313, "char_start_idx": 222, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "extension-unsupported-hosted", "third-party-hosted-unsupported" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 373, "char_start_idx": 313, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "extension-unsupported", "third-party-unsupported" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 433, "char_start_idx": 373, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "extension-abandoned", "third-party-abandoned" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 433, "char_start_idx": 164, "html_attrs": { "attrs": [ "class" ], "values": [ "statuslist" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 433, "char_start_idx": 433, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "hr" }, { "char_end_idx": 443, "char_start_idx": 433, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 464, "char_start_idx": 460, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 464, "char_start_idx": 444, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/wordpress-tools/", "Wordpress tools" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 464, "char_start_idx": 444, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 482, "char_start_idx": 479, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 482, "char_start_idx": 465, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/windows-tools/", "Windows tools" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 482, "char_start_idx": 465, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 500, "char_start_idx": 495, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 500, "char_start_idx": 483, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/unsupported/", "Unsupported" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 500, "char_start_idx": 483, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 518, "char_start_idx": 514, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 518, "char_start_idx": 501, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/translations/", "Translations" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 518, "char_start_idx": 501, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 538, "char_start_idx": 533, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 538, "char_start_idx": 519, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/plugins/", "Theme plugins" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 538, "char_start_idx": 519, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 554, "char_start_idx": 551, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 554, "char_start_idx": 539, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/performance/", "Performance" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 554, "char_start_idx": 539, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 581, "char_start_idx": 576, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 581, "char_start_idx": 555, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/officially-supported/", "Officially supported" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 581, "char_start_idx": 555, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 598, "char_start_idx": 595, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 598, "char_start_idx": 582, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/multilingual/", "Multilingual" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 598, "char_start_idx": 582, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 615, "char_start_idx": 611, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 615, "char_start_idx": 599, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/integration/", "Integration" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 615, "char_start_idx": 599, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 636, "char_start_idx": 632, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 636, "char_start_idx": 616, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/import-export/", "Import & Export" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 636, "char_start_idx": 616, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 646, "char_start_idx": 643, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 646, "char_start_idx": 637, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/hacks/", "Hacks" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 646, "char_start_idx": 637, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 666, "char_start_idx": 663, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 666, "char_start_idx": 647, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/example-plugins/", "Example plugins" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 666, "char_start_idx": 647, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 684, "char_start_idx": 680, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 684, "char_start_idx": 667, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/core-plugins/", "Core plugins" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 684, "char_start_idx": 667, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 705, "char_start_idx": 701, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 705, "char_start_idx": 685, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/admin-utilities/", "Admin utilities" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 705, "char_start_idx": 685, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 729, "char_start_idx": 725, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 729, "char_start_idx": 706, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/category/addons-utilities/", "Addons & Utilities" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 729, "char_start_idx": 706, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 730, "char_start_idx": 444, "html_attrs": { "attrs": [ "class" ], "values": [ "newscategories" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 730, "char_start_idx": 730, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "hr" }, { "char_end_idx": 730, "char_start_idx": 730, "html_attrs": { "attrs": [ "class", "src", "alt", "width", "height" ], "values": [ "sponsor-platinum sponsor-platinum-first", "/albums/storage/sponsor-placeholders/sponsorpalladium-placeholder-ad.gif", "Advertise", "275", "130" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 730, "char_start_idx": 730, "html_attrs": { "attrs": [ "target", "href", "title" ], "values": [ "_top", "/pages/advertise/", "Advertise" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 730, "char_start_idx": 730, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "hr" }, { "char_end_idx": 758, "char_start_idx": 730, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h3" }, { "char_end_idx": 844, "char_start_idx": 759, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 845, "char_start_idx": 730, "html_attrs": { "attrs": [ "class" ], "values": [ "infobox" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 845, "char_start_idx": 845, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "hr" }, { "char_end_idx": 857, "char_start_idx": 845, "html_attrs": { "attrs": [ "class" ], "values": [ "latestadditions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 863, "char_start_idx": 858, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/admin/", "font-size:1.73em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 863, "char_start_idx": 858, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 869, "char_start_idx": 864, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/album/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 869, "char_start_idx": 864, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 876, "char_start_idx": 870, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/albums/", "font-size:1.47em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 876, "char_start_idx": 870, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 885, "char_start_idx": 877, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/articles/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 885, "char_start_idx": 877, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 891, "char_start_idx": 886, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/audio/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 891, "char_start_idx": 886, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 899, "char_start_idx": 892, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/backend/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 899, "char_start_idx": 892, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 905, "char_start_idx": 900, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/cache/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 905, "char_start_idx": 900, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 909, "char_start_idx": 906, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/cms/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 909, "char_start_idx": 906, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 918, "char_start_idx": 910, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/comments/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 918, "char_start_idx": 910, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 933, "char_start_idx": 919, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/content+macros/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 933, "char_start_idx": 919, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 947, "char_start_idx": 934, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/customisation/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 947, "char_start_idx": 934, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 956, "char_start_idx": 948, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/database/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 956, "char_start_idx": 948, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 968, "char_start_idx": 957, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/development/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 968, "char_start_idx": 957, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 982, "char_start_idx": 969, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/documentation/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 982, "char_start_idx": 969, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 989, "char_start_idx": 983, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/e-mail/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 989, "char_start_idx": 983, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1009, "char_start_idx": 990, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/extension-abandoned/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1009, "char_start_idx": 990, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1018, "char_start_idx": 1010, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/external/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1018, "char_start_idx": 1010, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1027, "char_start_idx": 1019, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/facebook/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1027, "char_start_idx": 1019, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1033, "char_start_idx": 1028, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/files/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1033, "char_start_idx": 1028, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1040, "char_start_idx": 1034, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/filter/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1040, "char_start_idx": 1034, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1046, "char_start_idx": 1041, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/flash/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1046, "char_start_idx": 1041, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1053, "char_start_idx": 1047, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/GitHub/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1053, "char_start_idx": 1047, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1060, "char_start_idx": 1054, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/google/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1060, "char_start_idx": 1054, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1066, "char_start_idx": 1061, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/guide/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1066, "char_start_idx": 1061, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1083, "char_start_idx": 1067, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/hosted_extension/", "font-size:1.33em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1083, "char_start_idx": 1067, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1089, "char_start_idx": 1084, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/image/", "font-size:1.73em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1089, "char_start_idx": 1084, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1096, "char_start_idx": 1090, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/images/", "font-size:2.87em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1096, "char_start_idx": 1090, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1109, "char_start_idx": 1097, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/installation/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1109, "char_start_idx": 1097, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1130, "char_start_idx": 1110, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/internationalization/", "font-size:1.27em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1130, "char_start_idx": 1110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1137, "char_start_idx": 1131, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/iphone/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1137, "char_start_idx": 1131, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1148, "char_start_idx": 1138, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/javascript/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1148, "char_start_idx": 1138, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1155, "char_start_idx": 1149, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/jquery/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1155, "char_start_idx": 1149, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1160, "char_start_idx": 1156, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/l18n/", "font-size:1.07em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1160, "char_start_idx": 1156, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1169, "char_start_idx": 1161, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/language/", "font-size:1.33em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1169, "char_start_idx": 1161, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1179, "char_start_idx": 1170, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/languages/", "font-size:1.33em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1179, "char_start_idx": 1170, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1193, "char_start_idx": 1180, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/latest-albums/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1193, "char_start_idx": 1180, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1207, "char_start_idx": 1194, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/latest-images/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1207, "char_start_idx": 1194, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1214, "char_start_idx": 1208, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/locale/", "font-size:1.27em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1214, "char_start_idx": 1208, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1227, "char_start_idx": 1215, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/localization/", "font-size:1.4em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1227, "char_start_idx": 1215, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1233, "char_start_idx": 1228, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/macro/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1233, "char_start_idx": 1228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1242, "char_start_idx": 1234, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/metadata/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1242, "char_start_idx": 1234, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1252, "char_start_idx": 1243, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/migration/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1252, "char_start_idx": 1243, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1259, "char_start_idx": 1253, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/mobile/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1259, "char_start_idx": 1253, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1263, "char_start_idx": 1260, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/mp3/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1263, "char_start_idx": 1260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1267, "char_start_idx": 1264, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/mp4/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1267, "char_start_idx": 1264, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1280, "char_start_idx": 1268, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/multilingual/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1280, "char_start_idx": 1268, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1291, "char_start_idx": 1281, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/multimedia/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1291, "char_start_idx": 1281, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1302, "char_start_idx": 1292, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/navigation/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1302, "char_start_idx": 1292, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1307, "char_start_idx": 1303, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/news/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1307, "char_start_idx": 1303, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1313, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/pages/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1313, "char_start_idx": 1308, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1322, "char_start_idx": 1314, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/password/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1322, "char_start_idx": 1314, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1329, "char_start_idx": 1323, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/plugin/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1329, "char_start_idx": 1323, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1337, "char_start_idx": 1330, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/plugins/", "font-size:1.27em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1337, "char_start_idx": 1330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1348, "char_start_idx": 1338, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/protection/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1348, "char_start_idx": 1338, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1359, "char_start_idx": 1349, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/responsive/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1359, "char_start_idx": 1349, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1377, "char_start_idx": 1360, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/responsive-layout/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1377, "char_start_idx": 1360, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1381, "char_start_idx": 1378, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/rss/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1381, "char_start_idx": 1378, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1388, "char_start_idx": 1382, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/search/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1388, "char_start_idx": 1382, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1397, "char_start_idx": 1389, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/security/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1397, "char_start_idx": 1389, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1401, "char_start_idx": 1398, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/seo/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1401, "char_start_idx": 1398, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1408, "char_start_idx": 1402, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/server/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1408, "char_start_idx": 1402, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1416, "char_start_idx": 1409, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/sharing/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1416, "char_start_idx": 1409, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1423, "char_start_idx": 1417, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/social/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1423, "char_start_idx": 1417, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1428, "char_start_idx": 1424, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/spam/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1428, "char_start_idx": 1424, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1440, "char_start_idx": 1429, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/spam-filter/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1440, "char_start_idx": 1429, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1451, "char_start_idx": 1441, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/statistics/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1451, "char_start_idx": 1441, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1456, "char_start_idx": 1452, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/tags/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1456, "char_start_idx": 1452, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1462, "char_start_idx": 1457, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/theme/", "font-size:1.4em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1462, "char_start_idx": 1457, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1469, "char_start_idx": 1463, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/themes/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1469, "char_start_idx": 1463, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1477, "char_start_idx": 1470, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/theming/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1477, "char_start_idx": 1470, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1483, "char_start_idx": 1478, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/thumb/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1483, "char_start_idx": 1478, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1490, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/thumbs/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1490, "char_start_idx": 1484, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1498, "char_start_idx": 1491, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/tinymce/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1498, "char_start_idx": 1491, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1510, "char_start_idx": 1499, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/translation/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1510, "char_start_idx": 1499, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1519, "char_start_idx": 1511, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/tutorial/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1519, "char_start_idx": 1511, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1527, "char_start_idx": 1520, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/twitter/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1527, "char_start_idx": 1520, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1534, "char_start_idx": 1528, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/upload/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1534, "char_start_idx": 1528, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1538, "char_start_idx": 1535, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/url/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1538, "char_start_idx": 1535, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1543, "char_start_idx": 1539, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/user/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1543, "char_start_idx": 1539, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1558, "char_start_idx": 1544, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/usermanagement/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1558, "char_start_idx": 1544, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1564, "char_start_idx": 1559, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/users/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1564, "char_start_idx": 1559, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1570, "char_start_idx": 1565, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/video/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1570, "char_start_idx": 1565, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1580, "char_start_idx": 1571, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/wordpress/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1580, "char_start_idx": 1571, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1588, "char_start_idx": 1581, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/zenpage/", "font-size:1.47em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1588, "char_start_idx": 1581, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1601, "char_start_idx": 1589, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/zenpage-news/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1601, "char_start_idx": 1589, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1615, "char_start_idx": 1602, "html_attrs": { "attrs": [ "class", "href", "style", "rel" ], "values": [ "tagLink", "/page/search/tags/zenpage-pages/", "font-size:1em;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1615, "char_start_idx": 1602, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1616, "char_start_idx": 858, "html_attrs": { "attrs": [ "class" ], "values": [ "taglist" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1617, "char_start_idx": 1617, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "hr" }, { "char_end_idx": 1633, "char_start_idx": 1617, "html_attrs": { "attrs": [ "class" ], "values": [ "latestadditions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h2" }, { "char_end_idx": 1653, "char_start_idx": 1634, "html_attrs": { "attrs": [ "href" ], "values": [ "/news/zenphoto-bulk-move/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1667, "char_start_idx": 1653, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1668, "char_start_idx": 1634, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1689, "char_start_idx": 1668, "html_attrs": { "attrs": [ "href" ], "values": [ "/news/zenphoto-on-this-day/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1703, "char_start_idx": 1689, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1704, "char_start_idx": 1668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1727, "char_start_idx": 1704, "html_attrs": { "attrs": [ "href" ], "values": [ "/news/zenphoto-bulk-captions/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1741, "char_start_idx": 1727, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1742, "char_start_idx": 1704, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1742, "char_start_idx": 1634, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1742, "char_start_idx": 142, "html_attrs": { "attrs": [ "id" ], "values": [ "sidebar" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1753, "char_start_idx": 1742, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 1804, "char_start_idx": 1767, "html_attrs": { "attrs": [ "class" ], "values": [ "articledate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 1804, "char_start_idx": 1804, "html_attrs": { "attrs": [ "class", "src", "title" ], "values": [ "pluginstatusicon", "/themes/zenphoto-theme/images/accept_green.png", "Officially supported" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1804, "char_start_idx": 1753, "html_attrs": { "attrs": [ "class" ], "values": [ "entrytitle" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 1816, "char_start_idx": 1804, "html_attrs": { "attrs": [ "class" ], "values": [ "beforetext" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1816, "char_start_idx": 1804, "html_attrs": { "attrs": [ "class" ], "values": [ "entrymeta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2099, "char_start_idx": 1816, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 2139, "char_start_idx": 2116, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 2227, "char_start_idx": 2216, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 2426, "char_start_idx": 2100, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2874, "char_start_idx": 2427, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2880, "char_start_idx": 2875, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 2964, "char_start_idx": 2875, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2965, "char_start_idx": 1816, "html_attrs": { "attrs": [ "id" ], "values": [ "entrybody" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3012, "char_start_idx": 3007, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://www.zenphoto.org/support", "Zenphoto forums" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3046, "char_start_idx": 3031, "html_attrs": { "attrs": [ "href" ], "values": [ "#stay-tuned" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3047, "char_start_idx": 2965, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "em" }, { "char_end_idx": 3047, "char_start_idx": 2965, "html_attrs": { "attrs": [ "class" ], "values": [ "articlebox" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3048, "char_start_idx": 1816, "html_attrs": { "attrs": [ "class" ], "values": [ "entrybody" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3048, "char_start_idx": 3048, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "hr" }, { "char_end_idx": 3063, "char_start_idx": 3048, "html_attrs": { "attrs": [ "class" ], "values": [ "relateditems" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3077, "char_start_idx": 3064, "html_attrs": { "attrs": [ "class" ], "values": [ "relateditems" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 3095, "char_start_idx": 3078, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/defaultcodeblocks/", "defaultCodeblocks" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3108, "char_start_idx": 3095, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 3109, "char_start_idx": 3078, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3123, "char_start_idx": 3109, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/zenphoto-1.4.6/", "Zenphoto 1.4.6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3130, "char_start_idx": 3123, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 3131, "char_start_idx": 3109, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3146, "char_start_idx": 3131, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/galleryarticles/", "galleryArticles" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3159, "char_start_idx": 3146, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 3160, "char_start_idx": 3131, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3177, "char_start_idx": 3160, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/useraddressfields/", "userAddressFields" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3190, "char_start_idx": 3177, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 3191, "char_start_idx": 3160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3209, "char_start_idx": 3191, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/news/bxslider_thumb_nav/", "bxslider_thumb_nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3222, "char_start_idx": 3209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 3223, "char_start_idx": 3191, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3223, "char_start_idx": 3078, "html_attrs": { "attrs": [ "id" ], "values": [ "relateditems" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3223, "char_start_idx": 1753, "html_attrs": { "attrs": [ "class" ], "values": [ "entry" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3223, "char_start_idx": 1742, "html_attrs": { "attrs": [ "id" ], "values": [ "content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3223, "char_start_idx": 3223, "html_attrs": { "attrs": [ "name" ], "values": [ "stay-tuned" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 3233, "char_start_idx": 3223, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h3" }, { "char_end_idx": 3242, "char_start_idx": 3234, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?mergedrss" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3273, "char_start_idx": 3234, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3290, "char_start_idx": 3274, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?rss=news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3329, "char_start_idx": 3274, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3360, "char_start_idx": 3330, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?rss=news&category=news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3360, "char_start_idx": 3330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3371, "char_start_idx": 3361, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?rss=news&category=user-guide" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3371, "char_start_idx": 3361, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3382, "char_start_idx": 3372, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?rss=news&category=extensions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3382, "char_start_idx": 3372, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3410, "char_start_idx": 3383, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?rss=gallery&folder=screenshots" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3410, "char_start_idx": 3383, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3417, "char_start_idx": 3411, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?rss=gallery&folder=theme&albumsmode&sortorder=latest" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3417, "char_start_idx": 3411, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3426, "char_start_idx": 3418, "html_attrs": { "attrs": [ "href" ], "values": [ "/index.php?rss=gallery&albumname=showcase" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3426, "char_start_idx": 3418, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3432, "char_start_idx": 3427, "html_attrs": { "attrs": [ "href" ], "values": [ "http://forum.zenphoto.org/discussions/feed.rss" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3432, "char_start_idx": 3427, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3433, "char_start_idx": 3234, "html_attrs": { "attrs": [ "class" ], "values": [ "rsslinks" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3449, "char_start_idx": 3434, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 3450, "char_start_idx": 3223, "html_attrs": { "attrs": [ "class" ], "values": [ "column-l infobox" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3472, "char_start_idx": 3450, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 3490, "char_start_idx": 3473, "html_attrs": { "attrs": [ "href" ], "values": [ "https://groups.google.com/group/zenphoto-announce" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3573, "char_start_idx": 3552, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3575, "char_start_idx": 3473, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3575, "char_start_idx": 3473, "html_attrs": { "attrs": [ "class" ], "values": [ "downloadlinks" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3575, "char_start_idx": 3450, "html_attrs": { "attrs": [ "class" ], "values": [ "column-m infobox" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3586, "char_start_idx": 3575, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 3595, "char_start_idx": 3587, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/pages/about-us/", "About us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3595, "char_start_idx": 3587, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3603, "char_start_idx": 3596, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/pages/contact/", "Contact" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3603, "char_start_idx": 3596, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3616, "char_start_idx": 3604, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/pages/get-involved/", "Get involved" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3616, "char_start_idx": 3604, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3629, "char_start_idx": 3617, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/pages/paid-support/", "Paid support" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3629, "char_start_idx": 3617, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3639, "char_start_idx": 3630, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/pages/advertise/", "Advertise" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3639, "char_start_idx": 3630, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3659, "char_start_idx": 3651, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 3659, "char_start_idx": 3640, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://github.com/zenphoto/zenphoto/issues?state=open", "Bugtracker (GitHub)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3659, "char_start_idx": 3640, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3660, "char_start_idx": 3587, "html_attrs": { "attrs": [ "class" ], "values": [ "downloadlinks" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3672, "char_start_idx": 3661, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 3673, "char_start_idx": 3575, "html_attrs": { "attrs": [ "class" ], "values": [ "column-r infobox" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3674, "char_start_idx": 3223, "html_attrs": { "attrs": [ "id" ], "values": [ "footer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3674, "char_start_idx": 3674, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 3674, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3674, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 19, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Bugtracker (GitHub)" }, { "char_end_idx": 32, "char_start_idx": 19, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet involved" }, { "char_end_idx": 44, "char_start_idx": 32, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStay tuned!" }, { "char_end_idx": 57, "char_start_idx": 44, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPaid support" }, { "char_end_idx": 66, "char_start_idx": 57, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSponsors" }, { "char_end_idx": 67, "char_start_idx": 66, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 75, "char_start_idx": 67, "key": "paragraph", "marker": "li", "type": "local", "value": "Download" }, { "char_end_idx": 80, "char_start_idx": 75, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNews" }, { "char_end_idx": 85, "char_start_idx": 80, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDemo" }, { "char_end_idx": 97, "char_start_idx": 85, "key": "paragraph", "marker": "li", "type": "local", "value": "\nScreenshots" }, { "char_end_idx": 108, "char_start_idx": 97, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUser Guide" }, { "char_end_idx": 114, "char_start_idx": 108, "key": "paragraph", "marker": "li", "type": "local", "value": "\nForum" }, { "char_end_idx": 121, "char_start_idx": 114, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThemes" }, { "char_end_idx": 132, "char_start_idx": 121, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExtensions" }, { "char_end_idx": 141, "char_start_idx": 132, "key": "paragraph", "marker": "li", "type": "local", "value": "\nShowcase" }, { "char_end_idx": 142, "char_start_idx": 141, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 163, "char_start_idx": 142, "key": "paragraph", "marker": "h2", "type": "local", "value": "Extension icon legend" }, { "char_end_idx": 222, "char_start_idx": 163, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOfficially supported and included in the release package.\n" }, { "char_end_idx": 313, "char_start_idx": 222, "key": "paragraph", "marker": "li", "type": "local", "value": "Either our own now unsupported and third party extensions we host on GitHub as an archive.\n" }, { "char_end_idx": 373, "char_start_idx": 313, "key": "paragraph", "marker": "li", "type": "local", "value": "Third party extensions hosted by the developers themselves.\n" }, { "char_end_idx": 433, "char_start_idx": 373, "key": "paragraph", "marker": "ul", "type": "local", "value": "Unsupported third party extensions currently not available.\n" }, { "char_end_idx": 443, "char_start_idx": 433, "key": "paragraph", "marker": "h2", "type": "local", "value": "Categories" }, { "char_end_idx": 464, "char_start_idx": 443, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWordpress tools (12)" }, { "char_end_idx": 482, "char_start_idx": 464, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWindows tools (4)" }, { "char_end_idx": 500, "char_start_idx": 482, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUnsupported (157)" }, { "char_end_idx": 518, "char_start_idx": 500, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTranslations (20)" }, { "char_end_idx": 538, "char_start_idx": 518, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTheme plugins (116)" }, { "char_end_idx": 554, "char_start_idx": 538, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPerformance (4)" }, { "char_end_idx": 581, "char_start_idx": 554, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOfficially supported (108)" }, { "char_end_idx": 598, "char_start_idx": 581, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMultilingual (2)" }, { "char_end_idx": 615, "char_start_idx": 598, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIntegration (12)" }, { "char_end_idx": 636, "char_start_idx": 615, "key": "paragraph", "marker": "li", "type": "local", "value": "\nImport & Export (16)" }, { "char_end_idx": 646, "char_start_idx": 636, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHacks (5)" }, { "char_end_idx": 666, "char_start_idx": 646, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExample plugins (7)" }, { "char_end_idx": 684, "char_start_idx": 666, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCore plugins (21)" }, { "char_end_idx": 705, "char_start_idx": 684, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdmin utilities (43)" }, { "char_end_idx": 729, "char_start_idx": 705, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAddons & Utilities (38)" }, { "char_end_idx": 730, "char_start_idx": 729, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 758, "char_start_idx": 730, "key": "paragraph", "marker": "h3", "type": "local", "value": "Like using Zenphoto? Donate!" }, { "char_end_idx": 845, "char_start_idx": 758, "key": "paragraph", "marker": "p", "type": "local", "value": "\nYour support helps pay for this server, and helps development of zenphoto. Thank you!\n" }, { "char_end_idx": 857, "char_start_idx": 845, "key": "paragraph", "marker": "h2", "type": "local", "value": "Popular tags" }, { "char_end_idx": 863, "char_start_idx": 857, "key": "paragraph", "marker": "li", "type": "local", "value": "\nadmin" }, { "char_end_idx": 869, "char_start_idx": 863, "key": "paragraph", "marker": "li", "type": "local", "value": "\nalbum" }, { "char_end_idx": 876, "char_start_idx": 869, "key": "paragraph", "marker": "li", "type": "local", "value": "\nalbums" }, { "char_end_idx": 885, "char_start_idx": 876, "key": "paragraph", "marker": "li", "type": "local", "value": "\narticles" }, { "char_end_idx": 891, "char_start_idx": 885, "key": "paragraph", "marker": "li", "type": "local", "value": "\naudio" }, { "char_end_idx": 899, "char_start_idx": 891, "key": "paragraph", "marker": "li", "type": "local", "value": "\nbackend" }, { "char_end_idx": 905, "char_start_idx": 899, "key": "paragraph", "marker": "li", "type": "local", "value": "\ncache" }, { "char_end_idx": 909, "char_start_idx": 905, "key": "paragraph", "marker": "li", "type": "local", "value": "\ncms" }, { "char_end_idx": 918, "char_start_idx": 909, "key": "paragraph", "marker": "li", "type": "local", "value": "\ncomments" }, { "char_end_idx": 933, "char_start_idx": 918, "key": "paragraph", "marker": "li", "type": "local", "value": "\ncontent macros" }, { "char_end_idx": 947, "char_start_idx": 933, "key": "paragraph", "marker": "li", "type": "local", "value": "\ncustomisation" }, { "char_end_idx": 956, "char_start_idx": 947, "key": "paragraph", "marker": "li", "type": "local", "value": "\ndatabase" }, { "char_end_idx": 968, "char_start_idx": 956, "key": "paragraph", "marker": "li", "type": "local", "value": "\ndevelopment" }, { "char_end_idx": 982, "char_start_idx": 968, "key": "paragraph", "marker": "li", "type": "local", "value": "\ndocumentation" }, { "char_end_idx": 989, "char_start_idx": 982, "key": "paragraph", "marker": "li", "type": "local", "value": "\ne-mail" }, { "char_end_idx": 1009, "char_start_idx": 989, "key": "paragraph", "marker": "li", "type": "local", "value": "\nextension-abandoned" }, { "char_end_idx": 1018, "char_start_idx": 1009, "key": "paragraph", "marker": "li", "type": "local", "value": "\nexternal" }, { "char_end_idx": 1027, "char_start_idx": 1018, "key": "paragraph", "marker": "li", "type": "local", "value": "\nfacebook" }, { "char_end_idx": 1033, "char_start_idx": 1027, "key": "paragraph", "marker": "li", "type": "local", "value": "\nfiles" }, { "char_end_idx": 1040, "char_start_idx": 1033, "key": "paragraph", "marker": "li", "type": "local", "value": "\nfilter" }, { "char_end_idx": 1046, "char_start_idx": 1040, "key": "paragraph", "marker": "li", "type": "local", "value": "\nflash" }, { "char_end_idx": 1053, "char_start_idx": 1046, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGitHub" }, { "char_end_idx": 1060, "char_start_idx": 1053, "key": "paragraph", "marker": "li", "type": "local", "value": "\ngoogle" }, { "char_end_idx": 1066, "char_start_idx": 1060, "key": "paragraph", "marker": "li", "type": "local", "value": "\nguide" }, { "char_end_idx": 1083, "char_start_idx": 1066, "key": "paragraph", "marker": "li", "type": "local", "value": "\nhosted_extension" }, { "char_end_idx": 1089, "char_start_idx": 1083, "key": "paragraph", "marker": "li", "type": "local", "value": "\nimage" }, { "char_end_idx": 1096, "char_start_idx": 1089, "key": "paragraph", "marker": "li", "type": "local", "value": "\nimages" }, { "char_end_idx": 1109, "char_start_idx": 1096, "key": "paragraph", "marker": "li", "type": "local", "value": "\ninstallation" }, { "char_end_idx": 1130, "char_start_idx": 1109, "key": "paragraph", "marker": "li", "type": "local", "value": "\ninternationalization" }, { "char_end_idx": 1137, "char_start_idx": 1130, "key": "paragraph", "marker": "li", "type": "local", "value": "\niphone" }, { "char_end_idx": 1148, "char_start_idx": 1137, "key": "paragraph", "marker": "li", "type": "local", "value": "\njavascript" }, { "char_end_idx": 1155, "char_start_idx": 1148, "key": "paragraph", "marker": "li", "type": "local", "value": "\njquery" }, { "char_end_idx": 1160, "char_start_idx": 1155, "key": "paragraph", "marker": "li", "type": "local", "value": "\nl18n" }, { "char_end_idx": 1169, "char_start_idx": 1160, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlanguage" }, { "char_end_idx": 1179, "char_start_idx": 1169, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlanguages" }, { "char_end_idx": 1193, "char_start_idx": 1179, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlatest-albums" }, { "char_end_idx": 1207, "char_start_idx": 1193, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlatest-images" }, { "char_end_idx": 1214, "char_start_idx": 1207, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlocale" }, { "char_end_idx": 1227, "char_start_idx": 1214, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlocalization" }, { "char_end_idx": 1233, "char_start_idx": 1227, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmacro" }, { "char_end_idx": 1242, "char_start_idx": 1233, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmetadata" }, { "char_end_idx": 1252, "char_start_idx": 1242, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmigration" }, { "char_end_idx": 1259, "char_start_idx": 1252, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmobile" }, { "char_end_idx": 1263, "char_start_idx": 1259, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmp3" }, { "char_end_idx": 1267, "char_start_idx": 1263, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmp4" }, { "char_end_idx": 1280, "char_start_idx": 1267, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmultilingual" }, { "char_end_idx": 1291, "char_start_idx": 1280, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmultimedia" }, { "char_end_idx": 1302, "char_start_idx": 1291, "key": "paragraph", "marker": "li", "type": "local", "value": "\nnavigation" }, { "char_end_idx": 1307, "char_start_idx": 1302, "key": "paragraph", "marker": "li", "type": "local", "value": "\nnews" }, { "char_end_idx": 1313, "char_start_idx": 1307, "key": "paragraph", "marker": "li", "type": "local", "value": "\npages" }, { "char_end_idx": 1322, "char_start_idx": 1313, "key": "paragraph", "marker": "li", "type": "local", "value": "\npassword" }, { "char_end_idx": 1329, "char_start_idx": 1322, "key": "paragraph", "marker": "li", "type": "local", "value": "\nplugin" }, { "char_end_idx": 1337, "char_start_idx": 1329, "key": "paragraph", "marker": "li", "type": "local", "value": "\nplugins" }, { "char_end_idx": 1348, "char_start_idx": 1337, "key": "paragraph", "marker": "li", "type": "local", "value": "\nprotection" }, { "char_end_idx": 1359, "char_start_idx": 1348, "key": "paragraph", "marker": "li", "type": "local", "value": "\nresponsive" }, { "char_end_idx": 1377, "char_start_idx": 1359, "key": "paragraph", "marker": "li", "type": "local", "value": "\nresponsive-layout" }, { "char_end_idx": 1381, "char_start_idx": 1377, "key": "paragraph", "marker": "li", "type": "local", "value": "\nrss" }, { "char_end_idx": 1388, "char_start_idx": 1381, "key": "paragraph", "marker": "li", "type": "local", "value": "\nsearch" }, { "char_end_idx": 1397, "char_start_idx": 1388, "key": "paragraph", "marker": "li", "type": "local", "value": "\nsecurity" }, { "char_end_idx": 1401, "char_start_idx": 1397, "key": "paragraph", "marker": "li", "type": "local", "value": "\nseo" }, { "char_end_idx": 1408, "char_start_idx": 1401, "key": "paragraph", "marker": "li", "type": "local", "value": "\nserver" }, { "char_end_idx": 1416, "char_start_idx": 1408, "key": "paragraph", "marker": "li", "type": "local", "value": "\nsharing" }, { "char_end_idx": 1423, "char_start_idx": 1416, "key": "paragraph", "marker": "li", "type": "local", "value": "\nsocial" }, { "char_end_idx": 1428, "char_start_idx": 1423, "key": "paragraph", "marker": "li", "type": "local", "value": "\nspam" }, { "char_end_idx": 1440, "char_start_idx": 1428, "key": "paragraph", "marker": "li", "type": "local", "value": "\nspam-filter" }, { "char_end_idx": 1451, "char_start_idx": 1440, "key": "paragraph", "marker": "li", "type": "local", "value": "\nstatistics" }, { "char_end_idx": 1456, "char_start_idx": 1451, "key": "paragraph", "marker": "li", "type": "local", "value": "\ntags" }, { "char_end_idx": 1462, "char_start_idx": 1456, "key": "paragraph", "marker": "li", "type": "local", "value": "\ntheme" }, { "char_end_idx": 1469, "char_start_idx": 1462, "key": "paragraph", "marker": "li", "type": "local", "value": "\nthemes" }, { "char_end_idx": 1477, "char_start_idx": 1469, "key": "paragraph", "marker": "li", "type": "local", "value": "\ntheming" }, { "char_end_idx": 1483, "char_start_idx": 1477, "key": "paragraph", "marker": "li", "type": "local", "value": "\nthumb" }, { "char_end_idx": 1490, "char_start_idx": 1483, "key": "paragraph", "marker": "li", "type": "local", "value": "\nthumbs" }, { "char_end_idx": 1498, "char_start_idx": 1490, "key": "paragraph", "marker": "li", "type": "local", "value": "\ntinymce" }, { "char_end_idx": 1510, "char_start_idx": 1498, "key": "paragraph", "marker": "li", "type": "local", "value": "\ntranslation" }, { "char_end_idx": 1519, "char_start_idx": 1510, "key": "paragraph", "marker": "li", "type": "local", "value": "\ntutorial" }, { "char_end_idx": 1527, "char_start_idx": 1519, "key": "paragraph", "marker": "li", "type": "local", "value": "\ntwitter" }, { "char_end_idx": 1534, "char_start_idx": 1527, "key": "paragraph", "marker": "li", "type": "local", "value": "\nupload" }, { "char_end_idx": 1538, "char_start_idx": 1534, "key": "paragraph", "marker": "li", "type": "local", "value": "\nurl" }, { "char_end_idx": 1543, "char_start_idx": 1538, "key": "paragraph", "marker": "li", "type": "local", "value": "\nuser" }, { "char_end_idx": 1558, "char_start_idx": 1543, "key": "paragraph", "marker": "li", "type": "local", "value": "\nusermanagement" }, { "char_end_idx": 1564, "char_start_idx": 1558, "key": "paragraph", "marker": "li", "type": "local", "value": "\nusers" }, { "char_end_idx": 1570, "char_start_idx": 1564, "key": "paragraph", "marker": "li", "type": "local", "value": "\nvideo" }, { "char_end_idx": 1580, "char_start_idx": 1570, "key": "paragraph", "marker": "li", "type": "local", "value": "\nwordpress" }, { "char_end_idx": 1588, "char_start_idx": 1580, "key": "paragraph", "marker": "li", "type": "local", "value": "\nzenpage" }, { "char_end_idx": 1601, "char_start_idx": 1588, "key": "paragraph", "marker": "li", "type": "local", "value": "\nzenpage-news" }, { "char_end_idx": 1615, "char_start_idx": 1601, "key": "paragraph", "marker": "li", "type": "local", "value": "\nzenpage-pages" }, { "char_end_idx": 1616, "char_start_idx": 1615, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1617, "char_start_idx": 1616, "key": "paragraph", "marker": "hr", "type": "local", "value": "\n" }, { "char_end_idx": 1633, "char_start_idx": 1617, "key": "paragraph", "marker": "h2", "type": "local", "value": "Latest additions" }, { "char_end_idx": 1668, "char_start_idx": 1633, "key": "paragraph", "marker": "li", "type": "local", "value": "\nzenphoto-bulk-move (May 19, 2018)\n" }, { "char_end_idx": 1704, "char_start_idx": 1668, "key": "paragraph", "marker": "li", "type": "local", "value": "zenphoto-on-this-day (May 19, 2018)\n" }, { "char_end_idx": 1742, "char_start_idx": 1704, "key": "paragraph", "marker": "div", "type": "local", "value": "zenphoto-bulk-captions (May 19, 2018)\n" }, { "char_end_idx": 1753, "char_start_idx": 1742, "key": "paragraph", "marker": "h2", "type": "local", "value": "Extensions\n" }, { "char_end_idx": 1804, "char_start_idx": 1753, "key": "paragraph", "marker": "h3", "type": "local", "value": "register_user Nov 14, 2009 / Updated: Jan 19, 2015\n" }, { "char_end_idx": 1816, "char_start_idx": 1804, "key": "paragraph", "marker": "div", "type": "local", "value": "Categories:\n" }, { "char_end_idx": 2100, "char_start_idx": 1816, "key": "paragraph", "marker": "p", "type": "local", "value": "Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they provide. Options are provided for setting the required registration details and the default user rights that will be granted.\n" }, { "char_end_idx": 2427, "char_start_idx": 2100, "key": "paragraph", "marker": "p", "type": "local", "value": "Place a call on printRegistrationForm() where you want the form to appear. Probably the best use is to create a new custom page script just for handling these user registrations. Then put a link to that script on your index page so that people who wish to register will click on the link and be taken to the registration page.\n" }, { "char_end_idx": 2875, "char_start_idx": 2427, "key": "paragraph", "marker": "p", "type": "local", "value": "When successfully registered, a new Zenphoto user will be created with no logon rights. An e-mail will be sent to the user with a link to activate the user ID. When he clicks on that link he will be taken to the registration page and the verification process will be completed. At this point the user ID rights are set to the value of the plugin default user rights option and an email is sent to the Gallery admin announcing the new registration.\n" }, { "char_end_idx": 2965, "char_start_idx": 2875, "key": "paragraph", "marker": "p", "type": "local", "value": "NOTE: If you change the rights of a user pending verification you have verified the user!\n" }, { "char_end_idx": 3048, "char_start_idx": 2965, "key": "paragraph", "marker": "p", "type": "local", "value": "For questions and comments please use the forum or discuss on the social networks.\n" }, { "char_end_idx": 3063, "char_start_idx": 3048, "key": "paragraph", "marker": "h3", "type": "local", "value": "More by author:" }, { "char_end_idx": 3077, "char_start_idx": 3063, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nRelated items" }, { "char_end_idx": 3109, "char_start_idx": 3077, "key": "paragraph", "marker": "li", "type": "local", "value": "\ndefaultCodeblocks (Extensions)\n" }, { "char_end_idx": 3131, "char_start_idx": 3109, "key": "paragraph", "marker": "li", "type": "local", "value": "Zenphoto 1.4.6 (News)\n" }, { "char_end_idx": 3160, "char_start_idx": 3131, "key": "paragraph", "marker": "li", "type": "local", "value": "galleryArticles (Extensions)\n" }, { "char_end_idx": 3191, "char_start_idx": 3160, "key": "paragraph", "marker": "li", "type": "local", "value": "userAddressFields (Extensions)\n" }, { "char_end_idx": 3223, "char_start_idx": 3191, "key": "paragraph", "marker": "div", "type": "local", "value": "bxslider_thumb_nav (Extensions)\n" }, { "char_end_idx": 3233, "char_start_idx": 3223, "key": "paragraph", "marker": "h3", "type": "local", "value": "RSS feeds!" }, { "char_end_idx": 3273, "char_start_idx": 3233, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAll news (incl. all below except forum)" }, { "char_end_idx": 3329, "char_start_idx": 3273, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAll general news (except themes, showcase, screenshots)" }, { "char_end_idx": 3360, "char_start_idx": 3329, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNew releases and announcements" }, { "char_end_idx": 3371, "char_start_idx": 3360, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUser guide" }, { "char_end_idx": 3382, "char_start_idx": 3371, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExtensions" }, { "char_end_idx": 3410, "char_start_idx": 3382, "key": "paragraph", "marker": "li", "type": "local", "value": "\nScreenshots and screencasts" }, { "char_end_idx": 3417, "char_start_idx": 3410, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThemes" }, { "char_end_idx": 3426, "char_start_idx": 3417, "key": "paragraph", "marker": "li", "type": "local", "value": "\nShowcase" }, { "char_end_idx": 3432, "char_start_idx": 3426, "key": "paragraph", "marker": "li", "type": "local", "value": "\nForum" }, { "char_end_idx": 3433, "char_start_idx": 3432, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 3449, "char_start_idx": 3433, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nSocial networks" }, { "char_end_idx": 3450, "char_start_idx": 3449, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3472, "char_start_idx": 3450, "key": "paragraph", "marker": "h3", "type": "local", "value": "Join the Google Group!" }, { "char_end_idx": 3575, "char_start_idx": 3472, "key": "paragraph", "marker": "div", "type": "local", "value": "\nzenphoto-announce\nRelease announcements and security alerts only (no support) \nSubscribe right here:\n\n" }, { "char_end_idx": 3586, "char_start_idx": 3575, "key": "paragraph", "marker": "h3", "type": "local", "value": "Information" }, { "char_end_idx": 3595, "char_start_idx": 3586, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout us" }, { "char_end_idx": 3603, "char_start_idx": 3595, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 3616, "char_start_idx": 3603, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet involved" }, { "char_end_idx": 3629, "char_start_idx": 3616, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPaid support" }, { "char_end_idx": 3639, "char_start_idx": 3629, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdvertise" }, { "char_end_idx": 3659, "char_start_idx": 3639, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBugtracker (GitHub)" }, { "char_end_idx": 3660, "char_start_idx": 3659, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 3672, "char_start_idx": 3660, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nLegal stuff" }, { "char_end_idx": 3673, "char_start_idx": 3672, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3674, "char_start_idx": 3673, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "register_user | Extensions | Zenphoto - The simpler media website CMS" } ]
[ { "key": "url", "type": "global", "value": "https://www.zenphoto.org/news/register_user/" } ]
[]
Bugtracker (GitHub) Get involved Stay tuned! Paid support Sponsors Download News Demo Screenshots User Guide Forum Themes Extensions Showcase Extension icon legend Officially supported and included in the release package. Either our own now unsupported and third party extensions we host on GitHub as an archive. Third party extensions hosted by the developers themselves. Unsupported third party extensions currently not available. Categories Wordpress tools (12) Windows tools (4) Unsupported (157) Translations (20) Theme plugins (116) Performance (4) Officially supported (108) Multilingual (2) Integration (12) Import & Export (16) Hacks (5) Example plugins (7) Core plugins (21) Admin utilities (43) Addons & Utilities (38) Like using Zenphoto? Donate! Your support helps pay for this server, and helps development of zenphoto. Thank you! Popular tags admin album albums articles audio backend cache cms comments content macros customisation database development documentation e-mail extension-abandoned external facebook files filter flash GitHub google guide hosted_extension image images installation internationalization iphone javascript jquery l18n language languages latest-albums latest-images locale localization macro metadata migration mobile mp3 mp4 multilingual multimedia navigation news pages password plugin plugins protection responsive responsive-layout rss search security seo server sharing social spam spam-filter statistics tags theme themes theming thumb thumbs tinymce translation tutorial twitter upload url user usermanagement users video wordpress zenpage zenpage-news zenpage-pages Latest additions zenphoto-bulk-move (May 19, 2018) zenphoto-on-this-day (May 19, 2018) zenphoto-bulk-captions (May 19, 2018) Extensions register_user Nov 14, 2009 / Updated: Jan 19, 2015 Categories: Support for allowing visitors to register to access your site. Users registering are verified via an e-mail to insure the validity of the e-mail address they provide. Options are provided for setting the required registration details and the default user rights that will be granted. Place a call on printRegistrationForm() where you want the form to appear. Probably the best use is to create a new custom page script just for handling these user registrations. Then put a link to that script on your index page so that people who wish to register will click on the link and be taken to the registration page. When successfully registered, a new Zenphoto user will be created with no logon rights. An e-mail will be sent to the user with a link to activate the user ID. When he clicks on that link he will be taken to the registration page and the verification process will be completed. At this point the user ID rights are set to the value of the plugin default user rights option and an email is sent to the Gallery admin announcing the new registration. NOTE: If you change the rights of a user pending verification you have verified the user! For questions and comments please use the forum or discuss on the social networks. More by author: Related items defaultCodeblocks (Extensions) Zenphoto 1.4.6 (News) galleryArticles (Extensions) userAddressFields (Extensions) bxslider_thumb_nav (Extensions) RSS feeds! All news (incl. all below except forum) All general news (except themes, showcase, screenshots) New releases and announcements User guide Extensions Screenshots and screencasts Themes Showcase Forum Social networks Join the Google Group! zenphoto-announce Release announcements and security alerts only (no support) Subscribe right here: Information About us Contact Get involved Paid support Advertise Bugtracker (GitHub) Legal stuff
https://www.zenphoto.org/news/register_user/
[ { "char_end_idx": 10, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Bug_tracking_system" }, { "char_end_idx": 18, "char_start_idx": 12, "key": "entity", "type": "local", "value": "GitHub" }, { "char_end_idx": 80, "char_start_idx": 76, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 297, "char_start_idx": 291, "key": "entity", "type": "local", "value": "GitHub" }, { "char_end_idx": 472, "char_start_idx": 465, "key": "entity", "type": "local", "value": "Microsoft_Windows" }, { "char_end_idx": 642, "char_start_idx": 637, "key": "entity", "type": "local", "value": "Hacks_at_the_Massachusetts_Institute_of_Technology" }, { "char_end_idx": 749, "char_start_idx": 741, "key": "entity", "type": "local", "value": "Comparison_of_photo_gallery_software" }, { "char_end_idx": 1053, "char_start_idx": 1047, "key": "entity", "type": "local", "value": "GitHub" }, { "char_end_idx": 2471, "char_start_idx": 2463, "key": "entity", "type": "local", "value": "Comparison_of_photo_gallery_software" }, { "char_end_idx": 2835, "char_start_idx": 2828, "key": "entity", "type": "local", "value": "Yahoo!" }, { "char_end_idx": 3117, "char_start_idx": 3109, "key": "entity", "type": "local", "value": "Comparison_of_photo_gallery_software" }, { "char_end_idx": 3471, "char_start_idx": 3459, "key": "entity", "type": "local", "value": "Google_Groups" }, { "char_end_idx": 3650, "char_start_idx": 3640, "key": "entity", "type": "local", "value": "Bug_tracking_system" }, { "char_end_idx": 3658, "char_start_idx": 3652, "key": "entity", "type": "local", "value": "GitHub" } ]
[ { "char_end_idx": 19, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bug_tracking_system" }, { "char_end_idx": 19, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "GitHub" }, { "char_end_idx": 80, "char_start_idx": 75, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 313, "char_start_idx": 222, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "GitHub" }, { "char_end_idx": 482, "char_start_idx": 464, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Microsoft_Windows" }, { "char_end_idx": 646, "char_start_idx": 636, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hacks_at_the_Massachusetts_Institute_of_Technology" }, { "char_end_idx": 758, "char_start_idx": 730, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Comparison_of_photo_gallery_software" }, { "char_end_idx": 1053, "char_start_idx": 1046, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "GitHub" }, { "char_end_idx": 2875, "char_start_idx": 2427, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Comparison_of_photo_gallery_software" }, { "char_end_idx": 2875, "char_start_idx": 2427, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Yahoo!" }, { "char_end_idx": 3131, "char_start_idx": 3109, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Comparison_of_photo_gallery_software" }, { "char_end_idx": 3472, "char_start_idx": 3450, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Google_Groups" }, { "char_end_idx": 3659, "char_start_idx": 3639, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bug_tracking_system" }, { "char_end_idx": 3659, "char_start_idx": 3639, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "GitHub" } ]
0
824
1556178748000
<!DOCTYPE html> <!--[if IE 8 ]><html class="ie8" lang="en"><![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--> <head> <title>Keeping Up with the Kardashians | 99.3-105.7 Kiss FM</title> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta charset="utf-8" /> <script> var ione_tag_manager = {"ga":{"title":"Keeping Up with the Kardashians","id":"UA-28829073-2","tags":"keeping-up-with-the-kardashians","post_type":"Tag","site_type":"local","dimensions":{"dimension7":"Tag","dimension8":"https:\/\/kissrichmond.com\/tag\/keeping-up-with-the-kardashians\/","dimension9":"R1 Local"}},"sonobi_lib":"\/\/mtrx.go.sonobi.com\/morpheus.InteractiveOneLocal.1565.js","indexexchange_lib":null,"lazyload_enable":false,"aps_enable":false,"aps_pub_id":null,"aps_lib":"\/\/c.amazon-adsystem.com\/aax2\/apstag.js","lazyload_margin":0,"gumgum":"c27d34c4"}; var ione_mezzobit = ione_tag_manager; // Support legacy tags using 'ione_mezzobit'. </script> <script> var stylesheet_directory_uri = "https:\/\/s2.wp.com\/wp-content\/themes\/vip\/ione3", home_url = "https:\/\/kissrichmond.com\/", ajax_url = "https:\/\/kissrichmond.com\/wp-admin\/admin-ajax.php", ad_s = 't', ad_i = 2109830, screenSizes = [1000,768,480,320], resizeHooks = { all: [], 320: [], 480: [], 768: [], 1000: [] }; var weather_page_permalink = "https:\/\/kissrichmond.com\/weather\/"; </script> <meta name="keywords" content="keeping up with the kardashians" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer', 'GTM-TPR8JL');</script> <!-- End Google Tag Manager --> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//r-login.wordpress.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//ronekissrichmond.wordpress.com' /> <link rel='dns-prefetch' href='//s3.amazonaws.com' /> <link rel="alternate" type="application/rss+xml" title="99.3-105.7 Kiss FM &raquo; Feed" href="https://kissrichmond.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="99.3-105.7 Kiss FM &raquo; Comments Feed" href="https://kissrichmond.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="99.3-105.7 Kiss FM &raquo; Keeping Up with the Kardashians Tag Feed" href="https://kissrichmond.com/tag/keeping-up-with-the-kardashians/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1550249335h&ver=5.2-beta3-45264"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/_static/??-eJx9zcEKwyAMgOEXmg0bnfQy9ixqw5rVqBil9O2bDnbtJYTwfwS2YiiF2GcUCCIwkzTwMYfVRPLV1R2k7REHpjRocAMVIaeGqQF3U2L/UFKbK+qdi2tnwTiTw4is2RXjYv/qXBcXVrnqt6K18b5UFDE6mTqbtuijn3vz6/4c7TRNo318D0zFUdk=?cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='ione_remote_ad_stylesheet-css' href='https://s3.amazonaws.com/ads-videoplayer/rich-media-ads-global.css?ver=5.2-beta3-45264' type='text/css' media='all' /> <link rel='stylesheet' id='all-css-2-1' href='https://s1.wp.com/_static/??-eJydjEsKgDAMRC9kDUWruBCPIlIDRm0qJuj1/V5AN8Mw83iwL8ZHVmQFHTCgwEYLUGTMoBNBFRjPDbmPK8hMfnoyDcSpF0ngr8Hc9CfPyb1fe9UV+3YfSPESNKG2zrncFaWtxgNDzE9q?cssminify=yes' type='text/css' media='all' /> <!--[if lte IE 8]> <link rel='stylesheet' id='ione3-oldie-css' href='https://s2.wp.com/wp-content/themes/vip/ione3/assets/css/themes_css/red_white_oldie.css?ver=0.3.1' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJx9j10KAjEMhC9kDQsV9UE8S1tjN5JtliZ1r+/6rwi+zSSZjwlMo0tSDIuB9TigwplGGLllKgoaiK2vDZIqTHTIaEttUVOliMt5uACCIkYzQ1/ivvggD809iRnFsaRgJOXLuCMHqv+iFSNLnmW+1Xnbn9Djk95DZomBrwf7Ydf51db7zbrzpwvkBVwZ?cssminify=yes' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyFztEKwjAMBdAfsiu6Dp/Eb6k1jtQlrU3q0K+3A30QhkLgPtwDN3bOBjlM9QxiY7tbhfJ4RxdlY38BQzgWr9AR8geHxAqsi81JlEDEj7DSUjrhBKYKlAZY28wlrbjvl5DvCPNfFkGzD1dTQPC5rB/psB0Gt+v7vXPxBTjQW9A='></script> <script type='text/javascript' src='https://r-login.wordpress.com/remote-login.php?m=1552505935h&#038;action=js&#038;host=kissrichmond.com&#038;id=32288585&#038;t=1556178747&#038;back=https%3A%2F%2Fkissrichmond.com%2Ftag%2Fkeeping-up-with-the-kardashians%2F&#038;ver=1526988078' async defer onload='check_remote_login()'></script> <script type='text/javascript'> function check_remote_login() { if ( 'function' === typeof WPRemoteLogin ) { document.cookie = "wordpress_test_cookie=test; path=/"; if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) { WPRemoteLogin(); } } } </script> <script type='text/javascript'> /* <![CDATA[ */ var ionegpt = {"tags":[],"attrs":{"pg":"keeping-up-with-the-kardashians","content":["chhp"],"slot":"keeping-up-with-the-kardashians","tag":"keeping-up-with-the-kardashians"},"gptSlots":[],"debug":"","utils":{"is_home":false,"home_url":"https:\/\/kissrichmond.com"}}; /* ]]> */ </script> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyNjsEKgzAQRH+oumhR8FD6KSUmi64km5Dd1N9vmkKPpceBeW8GztQRW18cChwChR1msTFjH4j7Qy5QGzayIivojqH2npSAIuMVjAhqA1t+2ExK1vi/4O9uiK54/Dg645pvSzr+MCRfNmIBMeR1z+WNnOQ21F7KKvXHihW/h9swTeMyzPOyHC8hKlce'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ronekissrichmond.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress.com" /> <link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32" sizes="16x16" /> <link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32" sizes="16x16" /> <link rel="apple-touch-icon-precomposed" href="https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=114" /> <link rel='openid.server' href='https://ronekissrichmond.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://ronekissrichmond.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://kissrichmond.com/osd.xml" title="99.3-105.7 Kiss FM" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <meta property="fb:pages" content="139652642241" /> <meta property="ia:markup_url" content="https://kissrichmond.com/2869700/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times/?ia_markup=1" /> <script>var _sf_startpt=(new Date()).getTime()</script><meta name="msvalidate.01" content="30473C9E51B1FA7645F80C5736971CF1" /> <script> var DartOrd = Math.floor( Math.random() * 1e16 ); </script> <script type="text/javascript">var ajaxurl = "https://kissrichmond.com/wp-admin/admin-ajax.php"</script><meta name="application-name" content="99.3-105.7 Kiss FM" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://kissrichmond.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=16" /><style type="text/css" id="syntaxhighlighteranchor"></style> <meta name="google-site-verification" content="OK96obABgzZRea-jST7NO9QKqC-K71R0iKB8ETUwc2c" /> <meta name="msvalidate.01" content="045A9DFCA943D7F788EB8555F46A71AC" /> <meta name="apple-itunes-app" content="app-id=416451155, app-argument=https://kissrichmond.com/2869700/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times/"> <style> .custom-header-styles { color:blue; background:url(https://ronekissrichmond.files.wordpress.com/2016/04/146196204549012.jpg); } </style> <script type="text/javascript"> // Run through and set the timeout to refresh page if any of these are true jQuery(document).ready(function ($) { if ($('body.home').length > 0) { setTimeout(function () { window.location.reload() }, "300000" ); } if ($('body.category').length > 0) { setTimeout(function () { window.location.reload() }, "300000" ); } if ($('body.single-post').length > 0) { setTimeout(function () { window.location.reload() }, "900000" ); } }); </script> </head> <!-- Add class has-gravity-ad to body if there's a gravity ad --> <body class="archive tag tag-keeping-up-with-the-kardashians tag-2109830 has-push-menu mp6 customizer-styles-applied highlander-enabled highlander-light" style=""> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TPR8JL" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="global-search" class="global-search"> <i class="icon-close global-search-close" id="global-search-close"></i> <!-- Search box placeholder span --> <span class="ionesearch-box-placeholder"></span> <!-- Placeholder span --> <span id="ione-searchresults-placeholder"></span> </div> <!-- Search collection template --> <script id="tmpl-ionesearch-collection" type="text/html"> <div class="search-results"> <div class="results__stories"> <div class="search-results-title">Stories</div> <!-- Placeholder div --> <div id="ione-searchresults-stories-placeholder"></div> </div> <!-- .results__stories --> <div class="results__people"> <div class="search-results-title">People</div> <!-- Placeholder div --> <div id="ione-searchresults-people-placeholder"></div> </div> <!-- .results__people --> </div> <!-- .search-results --> <!-- Search pagination placeholder--> <div id="ione-searchpagination-placeholder"></div> </script> <!-- Search pagination template --> <script id="tmpl-ionesearch-pagination" type="text/html"> <div class="search-pagination"> <# if ( data.maxPages > 1 ) { #> <a class="search-nav-button search-previous <# if ( data.currentPage > 1 ) { #> active <# } #>" value="{{{ data.previousPage }}}">&larr; Previous</a> <div class="pagination-status"> <span class="current-page">{{{ data.currentPage }}}</span> of <span class="max-pages">{{{ data.maxPages }}}</span> </div> <a class="search-nav-button search-next <# if ( data.currentPage < data.maxPages ) { #> active <# } #>" value="{{{ data.nextPage }}}">Next &rarr;</a> <# } #> </div> <!-- .search-pagination --> </script> <!-- Search box template --> <script id="tmpl-ionesearch-box" type="text/html"> <form class="ionesearch-box-form"> <label for="global-search-field" class="search-input-header"> <i class="icon-search"></i> <input type="text" name="s" id="global-search-field" class="global-search-field" placeholder="Type to search" /> <input type="submit" class="ionesearch-box-submit" value="Search" /> </label> <i class="icon-close global-search-close" id="global-search-close"></i> </form> </script> <!-- Search results template --> <script id="tmpl-ionesearch-result" type="text/html"> <div class="post has-post-thumbnail search-result {{ data.hasFocus }}"> <a class="post-link" href="{{ data.link }}"> <# if ( '' !== data.imageUrl ){ #> <img srcset="{{ data.imageUrl }} 1x, {{ data.imageRetinaUrl }} 2x" alt="{{ data.imageAlt }}"> <# } #> <div class="post-meta"> <p class="post-meta__title">{{{ data.title }}}</p> <p class="post-meta__lead">{{{ data.lead }}}</p> </div> </a> </div> </script> <!-- People Search results template --> <script id="tmpl-ionesearch-result-people" type="text/html"> <div class="post has-post-thumbnail search-result search-result--people {{ data.hasFocus }}"> <a class="post-link" href="{{ data.link }}"> <img alt="{{ data.imageAlt }}" src="{{ data.imageUrl }}"> <div class="post-meta"> <p class="post-meta__title">{{{ data.title }}}</p> <p class="author__position">{{ data.position }}</p> </div> </a> </div> </script> <nav class="push-menu" id="push-menu" role="navigation"> <button id="push-menu__close" class="icon-close push-menu__close"><span class="screen-reader-text">Close menu</span></button> <ul id="menu-1-main" class="push-primary-menu"><li id="menu-item-2974792" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2974792"><a href="https://kissrichmond.com/stone-soul-2019-buy-tickets-here/">Stone Soul &#8217;19</a></li> <li id="menu-item-1881094" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881094"><a href="/">Home</a></li> <li id="menu-item-2003871" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2003871"><a href="https://kissrichmond.com/djs/">On Air</a> <ul class="sub-menu"> <li id="menu-item-2003872" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2003872"><a href="/schedule/">Schedule</a></li> <li id="menu-item-2173875" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2173875"><a href="/category/tjms/">Tom Joyner Morning Show</a></li> <li id="menu-item-2869139" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2869139"><a href="/category/community-clo/">Community Clo</a></li> <li id="menu-item-2869138" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2869138"><a href="/category/king-tutt/">King Tutt</a></li> <li id="menu-item-2950894" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2950894"><a href="http://www.quuit.com/quu/playlist/182">Music Playlist</a></li> </ul> </li> <li id="menu-item-2912889" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912889"><a href="https://kissrichmond.com/category/radio-one-exclusives">RVA Exclusives</a> <ul class="sub-menu"> <li id="menu-item-2920585" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2920585"><a href="https://kissrichmond.com/category/in-the-community/">Radio One Richmond Community Page!</a></li> <li id="menu-item-2967060" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2967060"><a href="https://kissrichmond.com/category/king-tutt/daddy-diaries/">Daddy Diaries</a></li> <li id="menu-item-2912908" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912908"><a href="/category/weekend-roundup/">Weekend Roundup</a></li> </ul> </li> <li id="menu-item-2800478" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2800478"><a href="/category/prizes/">Prizes</a> <ul class="sub-menu"> <li id="menu-item-2869924" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2869924"><a>Prize Rules</a></li> </ul> </li> <li id="menu-item-2003874" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2003874"><a href="/events">Events</a></li> <li id="menu-item-2799432" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799432"><a href="/category/photos/">Photos</a></li> <li id="menu-item-2912890" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912890"><a href="/">Connect</a> <ul class="sub-menu"> <li id="menu-item-2003837" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2003837"><a href="https://kissrichmond.com/contact-us/">Contact Us</a></li> <li id="menu-item-2847257" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2847257"><a href="/newsletter-sign-up-2/">Newsletter Sign Up</a></li> <li id="menu-item-2962643" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2962643"><a href="https://kissrichmond.com/2962593/get-the-kiss-richmond-streaming-app/">Listen To Kiss Richmond On Your Alexa!</a></li> <li id="menu-item-2743344" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2743344"><a href="/mobile-text-club/">Join Our Text Club</a></li> <li id="menu-item-2912894" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912894"><a href="https://kissrichmond.com/2894163/download-the-kiss-99-3105-7-mobile-app/">Download Our App</a></li> <li id="menu-item-2912895" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912895"><a href="https://www.facebook.com/kissrichmond/">Facebook</a></li> <li id="menu-item-2912896" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912896"><a href="https://twitter.com/KissRichmond">Twitter</a></li> <li id="menu-item-2912897" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912897"><a href="https://www.instagram.com/kissrichmond/">Instagram</a></li> <li id="menu-item-2912898" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912898"><a href="https://www.youtube.com/channel/UCb5KVWSpPCv-3bAe3x60IVQ">YouTube</a></li> </ul> </li> </ul><ul id="menu-3-footer-links" class="push-secondary-menu secondary-menu"><li id="menu-item-1881100" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100"><a href="https://kissrichmond.com/contact-us/">Contact Us</a></li> <li id="menu-item-1881101" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101"><a href="https://ionedigital.com/privacy/">Privacy</a></li> <li id="menu-item-2964736" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736"><a href="https://ionedigital.com/ad-choice/">Ad Choice</a></li> <li id="menu-item-1881103" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103"><a href="https://ionedigital.com/terms-of-service/">Terms of Service</a></li> <li id="menu-item-1881104" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104"><a href="http://interactiveone.com/#Advertising">Advertising</a></li> <li id="menu-item-1881105" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105"><a href="/eeo/">EEO</a></li> <li id="menu-item-1881106" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106"><a href="http://home.radio-one.com/about-us/careers/">Careers</a></li> <li id="menu-item-2019710" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710"><a href="/faq">FAQ</a></li> <li id="menu-item-2927807" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807"><a href="https://publicfiles.fcc.gov/fm-profile/wkjs">WKJS’ FCC Public File</a></li> <li id="menu-item-2927808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808"><a href="https://publicfiles.fcc.gov/fm-profile/wkjm">WKJM’s FCC Public File</a></li> <li id="menu-item-2873394" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394"><a href="/">R1 Digital</a></li> </ul><ul id="menu-social-media-menu" class="social-menu"><li id="menu-item-2799401" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799401"><a href="https://www.facebook.com/kissrichmond"><span>Facebook</span></a></li> <li id="menu-item-2799402" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799402"><a href="https://twitter.com/kissrichmond"><span>Twitter</span></a></li> </ul> <div class="push-menu__content"> <p>Copyright &copy; 2019 <a href="http://interactiveone.com">Interactive One, LLC</a>.</p> <p>All Rights Reserved</p> <p>Powered by <a href="https://vip.wordpress.com/?utm_source=vip_powered_wpcom&#038;utm_medium=web&#038;utm_campaign=VIP%20Footer%20Credit&#038;utm_term=kissrichmond.com" rel="generator nofollow" class="powered-by-wpcom">WordPress.com VIP</a></p> </div> </nav> <div id="ione-container" class="push-content"> <header id="header" class="main-header has-player has-custom-logo" role="banner"> <div id="header-inner" class="main-header-inner"> <div class="main-logo-wrapper "> <button id="menu-toggle" class="menu-toggle"><i class="icon-menu"></i></button> <div class="main-title "> <a href="https://kissrichmond.com/"><img srcset="https://ronekissrichmond.files.wordpress.com/2016/02/14561676496263.png?w=470&amp;quality=80&amp;strip=all 1x, https://ronekissrichmond.files.wordpress.com/2016/02/14561676496263.png?w=537&amp;quality=80&amp;strip=all 2x" class="navbar-logo" /></a> </div> </div> <!-- CUSTOM MENU --> <div class="menu-1-main-container"><ul id="menu-1-main-1" class="main-nav main-nav__type-standard"><li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="https://kissrichmond.com/stone-soul-2019-buy-tickets-here/" class="main-nav__item-link">Stone Soul &#8217;19</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="/" class="main-nav__item-link">Home</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="https://kissrichmond.com/djs/" class="main-nav__item-link">On Air</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a href="/schedule/" class="post-link">Schedule</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/tjms/" class="post-link">Tom Joyner Morning Show</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/community-clo/" class="post-link">Community Clo</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/king-tutt/" class="post-link">King Tutt</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="http://www.quuit.com/quu/playlist/182" class="post-link">Music Playlist</a></div></div> </div> </div></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="https://kissrichmond.com/category/radio-one-exclusives" class="main-nav__item-link">RVA Exclusives</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/category/in-the-community/" class="post-link">Radio One Richmond Community Page!</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/category/king-tutt/daddy-diaries/" class="post-link">Daddy Diaries</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/weekend-roundup/" class="post-link">Weekend Roundup</a></div></div> </div> </div></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="/category/prizes/" class="main-nav__item-link">Prizes</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a class="post-link">Prize Rules</a></div></div> </div> </div></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="/events" class="main-nav__item-link">Events</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="/category/photos/" class="main-nav__item-link">Photos</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="/" class="main-nav__item-link">Connect</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/contact-us/" class="post-link">Contact Us</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/newsletter-sign-up-2/" class="post-link">Newsletter Sign Up</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/2962593/get-the-kiss-richmond-streaming-app/" class="post-link">Listen To Kiss Richmond On Your Alexa!</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/mobile-text-club/" class="post-link">Join Our Text Club</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/2894163/download-the-kiss-99-3105-7-mobile-app/" class="post-link">Download Our App</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://www.facebook.com/kissrichmond/" class="post-link">Facebook</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://twitter.com/KissRichmond" class="post-link">Twitter</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://www.instagram.com/kissrichmond/" class="post-link">Instagram</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://www.youtube.com/channel/UCb5KVWSpPCv-3bAe3x60IVQ" class="post-link">YouTube</a></div></div> </div> </div></li> </ul></div> <div id="main-search" class="main-search"> <div class="sc_container"> <a target="_blank" href="https://kissrichmond.com/listen-live"> <section id="now-playing-container"></section> </a> </div> <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_custom_follow"></div> <i class="icon-search global-search-toggle" id="global-search-toggle"></i> </div> </div> </header> <div class="super-wrapper" role="main"> <div class="wallpaper-ad" id="ione3-wallpaper"></div> <div class="container"> <div class="ione-widget-container ione-widget-ionead"> <div id="ad-header-category" data-ad-id="header-category" class="ad"> <div id="div-gpt-header-category" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"header-category","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/tag\/keeping-up-with-the-kardashians","sizes":[[728,90],[970,90],[970,250],[1000,200],[2,2],[3,3],[4,4]],"div":"div-gpt-header-category","targets":{"pos":"top","sz":"728x90,970x90,970x250,1000x200,2x2,3x3,4x4"},"event_render":null,"event_refresh":null,"refresh_interval":null} ); </script> </div> </div> <div class="container-with-sidebar-wrapper"> <div class="container-with-sidebar"> <div class="ione-widget-container ione-widget-generic_flex_posts"><div class="module-container module-one-and-two generic-list empty-title" style=""> <div class="posts-list with-featured-story"> <div class="post-split has-post-thumbnail post-2869700 post type-post status-publish format-standard hentry category-entertainment-news tag-keeping-up-with-the-kardashians tag-khloe-kardashian tag-lamar-odom primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2869700/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times/"> <img src="https://i1.wp.com/ionehellobeautiful.files.wordpress.com/2015/10/14454456806715.jpg?crop=0px,18px,3000px,1713px&#038;resize=350,200&#038;quality=70&#038;strip=all&#038;ssl=1" data-srcset="https://i1.wp.com/ionehellobeautiful.files.wordpress.com/2015/10/14454456806715.jpg?crop=0px,18px,3000px,1713px&#038;resize=350,200&#038;quality=70&#038;strip=all&#038;ssl=1 400w, https://i1.wp.com/ionehellobeautiful.files.wordpress.com/2015/10/14454456806715.jpg?crop=0px,18px,3000px,1713px&#038;resize=700,400&#038;quality=70&#038;strip=all&#038;ssl=1 700w, https://i1.wp.com/ionehellobeautiful.files.wordpress.com/2015/10/14454456806715.jpg?crop=0px,18px,3000px,1713px&#038;resize=1680,960&#038;quality=70&#038;strip=all&#038;ssl=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2869700/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times/" class="post-link"> <div class="post-meta__title custom-title">Lamar Odom Admits To Cheating On Khloé Kardashian&hellip;</div> <p class="post-meta__lead">Lamar Odom may have seemed head-over-heels when he and Khloé Kardashian got hitched, but that didn&#8217;t keep him from cheating&hellip;</p> </a> <div class="post__footer"> <span class="post-label">03.30.17</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2868442 post type-post status-publish format-standard hentry category-entertainment-news tag-e-news tag-keeping-up-with-the-kardashians tag-kim-kardashian tag-paris-robbery primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2868442/kim-kardashian-cant-sleep-without-at-least-four-bodyguards-after-the-paris-robbery/"> <img src="https://ioneglobalgrind.files.wordpress.com/2016/03/14357682684939.jpg?quality=100&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ioneglobalgrind.files.wordpress.com/2016/03/14357682684939.jpg?quality=100&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ioneglobalgrind.files.wordpress.com/2016/03/14357682684939.jpg?quality=100&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ioneglobalgrind.files.wordpress.com/2016/03/14357682684939.jpg?quality=100&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2868442/kim-kardashian-cant-sleep-without-at-least-four-bodyguards-after-the-paris-robbery/" class="post-link"> <div class="post-meta__title custom-title">Kim Kardashian Can’t Sleep Without At Least Four&hellip;</div> <p class="post-meta__lead">The socialite recalls that frightful night in detail.</p> </a> <div class="post__footer"> <span class="post-label">03.21.17</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2835380 media_playlist type-media_playlist status-publish hentry category-news-one-3 tag-balmain tag-bikinis tag-birthday tag-braids tag-cornrows tag-hair tag-hair-transformation tag-instagram tag-interview-magazine tag-keeping-up-with-the-kardashians tag-kuwtk tag-kylie-jenner tag-met-gala tag-model tag-paper-magazine tag-red-carpet tag-sexy-photos tag-weave tag-wigs primary-category__news-one-3"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/20-photos-of-kylie-jenners-ever-evolving-hair/"> <i class="icon-photos"><span>0 photo</span></i><img src="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/05/14634301454564.jpg?crop=0px,88px,2000px,1142px&#038;resize=840,480&#038;ssl=1" data-srcset="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/05/14634301454564.jpg?crop=0px,88px,2000px,1142px&#038;resize=840,480&#038;ssl=1 400w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/05/14634301454564.jpg?crop=0px,88px,2000px,1142px&#038;resize=1680,960&#038;ssl=1 700w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/05/14634301454564.jpg?crop=0px,88px,2000px,1142px&#038;resize=1680,960&#038;ssl=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/20-photos-of-kylie-jenners-ever-evolving-hair/" class="post-link"> <div class="post-meta__title custom-title">20 Photos Of Kylie Jenner’s Ever-Evolving Hair</div> </a> <div class="post__footer"> <span class="post-label">08.10.16</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2852975 media_playlist type-media_playlist status-publish hentry tag-balmain tag-bikinis tag-birthday tag-braids tag-cornrows tag-hair tag-hair-transformation tag-instagram tag-interview-magazine tag-keeping-up-with-the-kardashians tag-kuwtk tag-kylie-jenner tag-met-gala tag-model tag-paper-magazine tag-red-carpet tag-sexy-photos tag-weave tag-wigs"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/22-photos-of-kylie-jenners-ever-evolving-hair/"> <i class="icon-photos"><span>2 photos</span></i> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/22-photos-of-kylie-jenners-ever-evolving-hair/" class="post-link"> <div class="post-meta__title custom-title">22 Photos Of Kylie Jenner’s Ever-Evolving Hair</div> </a> <div class="post__footer"> <span class="post-label">08.10.16</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2817725 post type-post status-publish format-standard hentry category-news-one-3 tag-caitlyn-jenner tag-keeping-up-with-the-kardashians tag-khloe-kardashian"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2817725/khloe-kardashian-on-being-done-with-caitlyn-jenner-i-dont-have-a-relationship-with-her/"> <img src="https://i2.wp.com/ioneglobalgrind.files.wordpress.com/2016/01/14529795164148.jpg?crop=0px,161px,2563px,1465px&#038;resize=840,480&#038;ssl=1" data-srcset="https://i2.wp.com/ioneglobalgrind.files.wordpress.com/2016/01/14529795164148.jpg?crop=0px,161px,2563px,1465px&#038;resize=840,480&#038;ssl=1 400w, https://i2.wp.com/ioneglobalgrind.files.wordpress.com/2016/01/14529795164148.jpg?crop=0px,161px,2563px,1465px&#038;resize=1680,960&#038;ssl=1 700w, https://i2.wp.com/ioneglobalgrind.files.wordpress.com/2016/01/14529795164148.jpg?crop=0px,161px,2563px,1465px&#038;resize=1680,960&#038;ssl=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2817725/khloe-kardashian-on-being-done-with-caitlyn-jenner-i-dont-have-a-relationship-with-her/" class="post-link"> <div class="post-meta__title custom-title">Khloe Kardashian On Being “Done” With Caitlyn Jenner:&hellip;</div> <p class="post-meta__lead">KoKo talks about her relationship with Caitlyn, or according to her, the lack thereof.</p> </a> <div class="post__footer"> <span class="post-label">05.02.16</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2812832 media_playlist type-media_playlist status-publish hentry category-news-one-3 tag-birthday tag-blac-chyna tag-engaged tag-engagement-ring tag-instagram-photos tag-keeping-up-with-the-kardashians tag-king-cairo tag-kuwtk tag-love tag-rob-kardashian tag-robert-kardashian"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/watch-blac-chyna-rob-kardashian-fall-in-love-on-instagram/"> <i class="icon-photos"><span>1 photo</span></i><img src="https://ioneglobalgrind.files.wordpress.com/2016/02/14544488654861.jpg?w=840&#038;h=480&#038;crop=1" data-srcset="https://ioneglobalgrind.files.wordpress.com/2016/02/14544488654861.jpg?w=840&#038;h=480&#038;crop=1 400w, https://ioneglobalgrind.files.wordpress.com/2016/02/14544488654861.jpg?w=1680&#038;h=960&#038;crop=1 700w, https://ioneglobalgrind.files.wordpress.com/2016/02/14544488654861.jpg?w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/watch-blac-chyna-rob-kardashian-fall-in-love-on-instagram/" class="post-link"> <div class="post-meta__title custom-title">Watch Blac Chyna &amp; Rob Kardashian Fall In&hellip;</div> </a> <div class="post__footer"> <span class="post-label">04.05.16</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2809450 media_playlist type-media_playlist status-publish hentry category-news-one-3 tag-arthur-george tag-blac-chyna tag-keeping-up-with-the-kardashians tag-kim-kardashian tag-photos tag-reality-tv tag-rob-kardashian tag-weightloss"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/all-the-real-reasons-we-love-rob-kardashian/"> <i class="icon-photos"><span>5 photos</span></i><img src="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/02/14557241591582.jpg?crop=0px,302px,1997px,1142px&#038;resize=840,480&#038;ssl=1" data-srcset="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/02/14557241591582.jpg?crop=0px,302px,1997px,1142px&#038;resize=840,480&#038;ssl=1 400w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/02/14557241591582.jpg?crop=0px,302px,1997px,1142px&#038;resize=1680,960&#038;ssl=1 700w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2016/02/14557241591582.jpg?crop=0px,302px,1997px,1142px&#038;resize=1680,960&#038;ssl=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/all-the-real-reasons-we-love-rob-kardashian/" class="post-link"> <div class="post-meta__title custom-title">All The Real Reasons We Love Rob Kardashian</div> </a> <div class="post__footer"> <span class="post-label">03.17.16</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2796079 post type-post status-publish format-standard hentry category-news-one-3 tag-keeping-up-with-the-kardashians tag-rob-kardashian"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2796079/rob-kardashian-diagnosed-with-diabetes-during-emergency-hospitalization/"> <img src="https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/05/14329558166517-e1433000711598.jpg?crop=0px,66px,1678px,958px&#038;resize=840,480" data-srcset="https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/05/14329558166517-e1433000711598.jpg?crop=0px,66px,1678px,958px&#038;resize=840,480 400w, https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/05/14329558166517-e1433000711598.jpg?crop=0px,66px,1678px,958px&#038;resize=1680,960 700w, https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/05/14329558166517-e1433000711598.jpg?crop=0px,66px,1678px,958px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2796079/rob-kardashian-diagnosed-with-diabetes-during-emergency-hospitalization/" class="post-link"> <div class="post-meta__title custom-title">Rob Kardashian Diagnosed With Diabetes During Emergency Hospitalization</div> <p class="post-meta__lead">Rob Kardashian was taken to the hospital this weekend, where doctors made a shocking discovery about his health. While running&hellip;</p> </a> <div class="post__footer"> <span class="post-label">12.29.15</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2794491 post type-post status-publish format-standard hentry category-news-one-3 tag-keeping-up-with-the-kardashians tag-khloe-kardashian"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2794491/khloe-kardashian-reveals-sparkly-nude-pics-on-her-website/"> <img src="https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/11/14478873658144.jpg?crop=0px,419px,2625px,1500px&#038;resize=840,480" data-srcset="https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/11/14478873658144.jpg?crop=0px,419px,2625px,1500px&#038;resize=840,480 400w, https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/11/14478873658144.jpg?crop=0px,419px,2625px,1500px&#038;resize=1680,960 700w, https://i0.wp.com/ionehellobeautiful.files.wordpress.com/2015/11/14478873658144.jpg?crop=0px,419px,2625px,1500px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2794491/khloe-kardashian-reveals-sparkly-nude-pics-on-her-website/" class="post-link"> <div class="post-meta__title custom-title">Khloé Kardashian Reveals Sparkly Nude Pics On Her&hellip;</div> <p class="post-meta__lead">Khloé Kardashian really showed her entire behind at a photo shoot in St Barth&#8217;s over the summer. The &#8220;Keeping Up&hellip;</p> </a> <div class="post__footer"> <span class="post-label">12.19.15</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2792854 post type-post status-publish format-standard hentry category-news-one-3 tag-concert tag-jenners tag-kardashians tag-keeping-up-with-the-kardashians tag-the-weeknd"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2792854/the-kardashians-hit-the-weeknds-l-a-concert-in-all-black-everything/"> <img src="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14399964273631.jpg?crop=0px,203px,1500px,857px&#038;resize=840,480" data-srcset="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14399964273631.jpg?crop=0px,203px,1500px,857px&#038;resize=840,480 400w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14399964273631.jpg?crop=0px,203px,1500px,857px&#038;resize=1680,960 700w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14399964273631.jpg?crop=0px,203px,1500px,857px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2792854/the-kardashians-hit-the-weeknds-l-a-concert-in-all-black-everything/" class="post-link"> <div class="post-meta__title custom-title">The Kardashians Hit The Weeknd’s L.A. Concert In&hellip;</div> <p class="post-meta__lead">KoKo, Kris, Kourt, Kylie, and Kendall left Kim at home with the baby and headed out for a fashionable night&hellip;</p> </a> <div class="post__footer"> <span class="post-label">12.11.15</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2791768 post type-post status-publish format-standard hentry category-news-one-3 tag-baby tag-kanye-west tag-keeping-up-with-the-kardashians tag-khloe-kardashian tag-kim-kardashian tag-kris-jenner tag-north-west"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2791768/baby-joy-kim-kardashian-excited-following-birth-of-son-already-talking-baby-number-3/"> <img src="https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/10/14456129355042.jpg?crop=0px,203px,2160px,1233px&#038;resize=840,480" data-srcset="https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/10/14456129355042.jpg?crop=0px,203px,2160px,1233px&#038;resize=840,480 400w, https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/10/14456129355042.jpg?crop=0px,203px,2160px,1233px&#038;resize=1680,960 700w, https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/10/14456129355042.jpg?crop=0px,203px,2160px,1233px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2791768/baby-joy-kim-kardashian-excited-following-birth-of-son-already-talking-baby-number-3/" class="post-link"> <div class="post-meta__title custom-title">Baby Joy: Kim Kardashian “Excited” Following Birth Of&hellip;</div> <p class="post-meta__lead">Kim Kardashian gave birth yesterday and is already being showered with love. The 35-year-old welcomed a baby boy alongside husband Kanye&hellip;</p> </a> <div class="post__footer"> <span class="post-label">12.07.15</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2791139 post type-post status-publish format-standard hentry category-news-one-3 tag-keeping-up-with-the-kardashians tag-kim-kardashian tag-kuwtk tag-super-fan"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2791139/watch-ciara-russell-wilson-sing-feliz-navidad-to-an-adorable-boy-at-a-childrens-hospital/"> <img src="https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/14424997158106.jpg?crop=0px,0px,654px,374px&#038;resize=840,480" data-srcset="https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/14424997158106.jpg?crop=0px,0px,654px,374px&#038;resize=840,480 400w, https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/14424997158106.jpg?crop=0px,0px,654px,374px&#038;resize=1680,960 700w, https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/14424997158106.jpg?crop=0px,0px,654px,374px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2791139/watch-ciara-russell-wilson-sing-feliz-navidad-to-an-adorable-boy-at-a-childrens-hospital/" class="post-link"> <div class="post-meta__title custom-title">Watch Ciara &amp; Russell Wilson Sing “Feliz Navidad”&hellip;</div> <p class="post-meta__lead">Ciara and Russell Wilson are just ultimate #relationshipgoals.</p> </a> <div class="post__footer"> <span class="post-label">12.02.15</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2790539 post type-post status-publish format-standard hentry category-news-one-3 tag-baby tag-diabetes tag-keeping-up-with-the-kardashians tag-kim-kardashians tag-kuwtk tag-pregnant"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2790539/kim-k-reveals-she-may-have-diabetes-in-new-kuwtk-klip/"> <img src="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/1441467950796.jpg?crop=0px,232px,1687px,965px&#038;resize=840,480" data-srcset="https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/1441467950796.jpg?crop=0px,232px,1687px,965px&#038;resize=840,480 400w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/1441467950796.jpg?crop=0px,232px,1687px,965px&#038;resize=1680,960 700w, https://i1.wp.com/ioneglobalgrind.files.wordpress.com/2015/09/1441467950796.jpg?crop=0px,232px,1687px,965px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2790539/kim-k-reveals-she-may-have-diabetes-in-new-kuwtk-klip/" class="post-link"> <div class="post-meta__title custom-title">Kim K. Reveals She May Have Diabetes In&hellip;</div> <p class="post-meta__lead">Kim&#039;s been using her blog to update fans on her health, but the most recent news comes from her family&#039;s&hellip;</p> </a> <div class="post__footer"> <span class="post-label">11.30.15</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2784485 post type-post status-publish format-standard hentry category-news-one-3 tag-add tag-adele tag-all-def-digital tag-interview tag-keeping-up-with-the-kardashians tag-kourtney-kardashian tag-kuwtk tag-late-night-news-recap tag-late-night-recap tag-late-night-rounduo tag-matthew-mcconaughey tag-rashad tag-saturday-night-live tag-scott-disick tag-snl"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2784485/late-night-news-recap-scott-disick-talks-kourtney-kardashian-split-on-kuwtk-matthew-mcconaughey-to-host-snl-more/"> <img src="https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14394766841739.jpg?crop=0px,148px,3426px,1958px&#038;resize=840,480" data-srcset="https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14394766841739.jpg?crop=0px,148px,3426px,1958px&#038;resize=840,480 400w, https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14394766841739.jpg?crop=0px,148px,3426px,1958px&#038;resize=1680,960 700w, https://i0.wp.com/ioneglobalgrind.files.wordpress.com/2015/08/14394766841739.jpg?crop=0px,148px,3426px,1958px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2784485/late-night-news-recap-scott-disick-talks-kourtney-kardashian-split-on-kuwtk-matthew-mcconaughey-to-host-snl-more/" class="post-link"> <div class="post-meta__title custom-title">Late Night News Recap: Scott Disick Talks Kourtney&hellip;</div> <p class="post-meta__lead">Scott Disick was seen on the newest &#039;Keeping Up With The Kardashians&#039; season, where he breaks down over losing the&hellip;</p> </a> <div class="post__footer"> <span class="post-label">10.27.15</span> </div> </div> </div> <!-- .half-story-column --> </div> </div> </div> <nav class="pagination" role="navigation"> <ul class='page-numbers'> <li><span class='page-numbers current'>1</span></li> <li><a class='page-numbers' href='https://kissrichmond.com/tag/keeping-up-with-the-kardashians/page/2/'>2</a></li> <li><a class='page-numbers' href='https://kissrichmond.com/tag/keeping-up-with-the-kardashians/page/3/'>3</a></li> <li><a class="next page-numbers" href="https://kissrichmond.com/tag/keeping-up-with-the-kardashians/page/2/">Next &raquo;</a></li> </ul> </nav><!-- .navigation --> </div> <div class="sidebar"> <div class="ione-widget-container ione-widget-ionead"> <div id="ad-sidebar1-category" data-ad-id="sidebar1-category" class="ad"> <div id="div-gpt-sidebar1-category" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"sidebar1-category","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/tag\/keeping-up-with-the-kardashians","sizes":[[300,250],[300,600]],"div":"div-gpt-sidebar1-category","targets":{"pos":"1","sz":"300x250,300x600"},"event_render":null,"event_refresh":null,"refresh_interval":null} ); </script> </div> </div><div class="ione-widget-container ione-widget-custom_text"> <div class="textwidget"><a href="http://kissrichmond.hellobeautiful.com/listen-live/" target="_blank"><img src="https://dic7ltk48khu.cloudfront.net/local/listen-live-temp/listen-live.gif" width="100%" style="margin-top:20px;"></a></div> </div><div class="ione-widget-container ione-widget-generic_flex_posts"><div class="widget widget-posts-split"> <div class="module-container light" style=""> <div class="module__title"> Photos </div> <ul> <li class="post-2975744 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" > <a href="https://kissrichmond.com/playlist/black-twitter-gets-in-formation-as-lemonade-finally-streams-on-all-the-platforms/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>20 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">Black Twitter Gets In Formation As ‘Lemonade’&hellip;</div> <span class="timestamp">2 days ago </span> </a> </li> <!-- .third-story-column --> <li class="post-2975684 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" > <a href="https://kissrichmond.com/playlist/how-celebrities-spent-resurrection-sundaywe-mean-easter/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>0 item</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">How Celebrities Spent Resurrection Sunday…We Mean Easter</div> <span class="timestamp">2 days ago </span> </a> </li> <!-- .third-story-column --> <li class="post-2975677 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-photos category-radio-one-exclusives primary-category__radio-one-exclusives" > <a href="https://kissrichmond.com/playlist/snatched-40-photos-of-sherri-shepherds-sugar-free-slim-down/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>40 items</span></i><img src="https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">Snatched! 40 Photos of Sherri Shepherd’s Sugar-Free&hellip;</div> <span class="timestamp">3 days ago </span> </a> </li> <!-- .third-story-column --> </ul> <!-- .module-row --> </div> <!-- .module-container --> </div> <!-- .widget --> </div><div class="ione-widget-container ione-widget-ionead ione-sticky-widget"> <div id="ad-sidebar2-category" data-ad-id="sidebar2-category" class="ad"> <div id="div-gpt-sidebar2-category" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"sidebar2-category","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/tag\/keeping-up-with-the-kardashians","sizes":[[300,250],[300,600]],"div":"div-gpt-sidebar2-category","targets":{"pos":"2","sz":"300x250,300x600"},"event_render":"ione-sticky-widgets-loaded","event_refresh":null,"refresh_interval":null} ); </script> </div> </div> </div> </div> <div class="ione-widget-container ione-widget-ionead"> <div id="ad-footer-category" data-ad-id="footer-category" class="ad"> <div id="div-gpt-footer-category" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"footer-category","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/tag\/keeping-up-with-the-kardashians","sizes":[[728,90],[970,66],[970,90],[970,250]],"div":"div-gpt-footer-category","targets":{"pos":"bottom","sz":"728x90,970x66,970x90,970x250"},"event_render":null,"event_refresh":null,"refresh_interval":null} ); </script> </div> </div> </div> </div> <div class="module-recommended"> <div class="container-with-sidebar-wrapper"> <div class="container-with-sidebar"> <div class="ione-widget-container ione-widget-generic_flex_posts"><div class="module-container module-one-and-two generic-list " style=""> <div class="module__title"> Latest </div> <div class="posts-list with-featured-story"> <div class="post-split has-post-thumbnail post-2975777 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-stone-soul-2019-artists tag-jekalyn-carr tag-performances tag-stone-soul primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975777/stone-soul-2019-jekalyn-carr/"> <img src="https://ronekissrichmond.files.wordpress.com/2019/04/15561139766816-e1556114799200.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200" data-srcset="https://ronekissrichmond.files.wordpress.com/2019/04/15561139766816-e1556114799200.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200 400w, https://ronekissrichmond.files.wordpress.com/2019/04/15561139766816-e1556114799200.jpg?quality=80&#038;strip=all&#038;w=640&#038;h=360&#038;crop=1&#038;resize=700%2C400 700w, https://ronekissrichmond.files.wordpress.com/2019/04/15561139766816-e1556114799200.jpg?quality=80&#038;strip=all&#038;w=640&#038;h=360&#038;crop=1&#038;resize=1680%2C960 900w" data-sizes="auto" alt="Stone Soul 2019: Jekalyn Carr" class="lazyload "> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975777/stone-soul-2019-jekalyn-carr/" class="post-link"> <div class="post-meta__title custom-title">Jekalyn Carr</div> </a> <span class="timestamp">18 hours ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975750 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975750/diddy-family-grace-the-cover-of-essence-photos/"> <img src="https://ronekissdetroit.files.wordpress.com/2019/04/15560535049245.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ronekissdetroit.files.wordpress.com/2019/04/15560535049245.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ronekissdetroit.files.wordpress.com/2019/04/15560535049245.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ronekissdetroit.files.wordpress.com/2019/04/15560535049245.jpg?quality=80&#038;strip=all&#038;w=1024&#038;h=648&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975750/diddy-family-grace-the-cover-of-essence-photos/" class="post-link"> <div class="post-meta__title custom-title">Diddy &amp; Family Grace The Cover Of Essence&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975742 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975742/diddy-his-daughters-are-black-royalty-on-the-cover-of-essence/"> <img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15560505395961.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15560505395961.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560505395961.jpg?quality=85&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560505395961.jpg?quality=85&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975742/diddy-his-daughters-are-black-royalty-on-the-cover-of-essence/" class="post-link"> <div class="post-meta__title custom-title">Diddy &amp; His Daughters Are Black Royalty On&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975743 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975743/police-once-investigated-anonymous-call-that-kevin-hunter-poisoned-wendy-williams/"> <img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15554285821061.jpg?quality=85&#038;strip=all&#038;crop=0px,57px,798px,456px&#038;resize=350,200" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15554285821061.jpg?quality=85&#038;strip=all&#038;crop=0px,57px,798px,456px&#038;resize=350,200 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15554285821061.jpg?quality=85&#038;strip=all&#038;crop=0px,57px,798px,456px&#038;resize=700,400 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15554285821061.jpg?quality=85&#038;strip=all&#038;crop=0px,57px,798px,456px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975743/police-once-investigated-anonymous-call-that-kevin-hunter-poisoned-wendy-williams/" class="post-link"> <div class="post-meta__title custom-title">Police Once Investigated Anonymous Call That Kevin Hunter&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975745 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975745/loni-love-sisters-you-dont-have-to-settle-for-struggle-love/"> <img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15560461758977.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15560461758977.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560461758977.jpg?quality=85&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560461758977.jpg?quality=85&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975745/loni-love-sisters-you-dont-have-to-settle-for-struggle-love/" class="post-link"> <div class="post-meta__title custom-title">Loni Love: Sisters, You Don’t Have To Settle&hellip;</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975744 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/black-twitter-gets-in-formation-as-lemonade-finally-streams-on-all-the-platforms/"> <i class="icon-photos"><span>20 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;crop=0px,103px,4376px,2500px&#038;resize=350,200" data-srcset="https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;crop=0px,103px,4376px,2500px&#038;resize=350,200 400w, https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;crop=0px,103px,4376px,2500px&#038;resize=700,400 700w, https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;crop=0px,103px,4376px,2500px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/black-twitter-gets-in-formation-as-lemonade-finally-streams-on-all-the-platforms/" class="post-link"> <div class="post-meta__title custom-title">Black Twitter Gets In Formation As ‘Lemonade’ Finally&hellip;</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975735 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975735/mathew-knowles-is-prepping-a-destinys-child-musical-with-jecaryous-johnson/"> <img src="https://ronetheboxhouston.files.wordpress.com/2016/05/14616103635869.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ronetheboxhouston.files.wordpress.com/2016/05/14616103635869.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ronetheboxhouston.files.wordpress.com/2016/05/14616103635869.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ronetheboxhouston.files.wordpress.com/2016/05/14616103635869.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975735/mathew-knowles-is-prepping-a-destinys-child-musical-with-jecaryous-johnson/" class="post-link"> <div class="post-meta__title custom-title">Mathew Knowles Is Prepping A Destiny’s Child Musical&hellip;</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975736 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives category-stone-soul-2019 primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975736/mario-talks-dating-intentional-happiness-the-state-of-rb-and-more-exclusive/"> <img src="https://ronetheboxhouston.files.wordpress.com/2019/04/15560369502779.jpg?quality=80&#038;strip=all&#038;crop=0px,0px,937px,535px&#038;resize=350,200" data-srcset="https://ronetheboxhouston.files.wordpress.com/2019/04/15560369502779.jpg?quality=80&#038;strip=all&#038;crop=0px,0px,937px,535px&#038;resize=350,200 400w, https://ronetheboxhouston.files.wordpress.com/2019/04/15560369502779.jpg?quality=80&#038;strip=all&#038;crop=0px,0px,937px,535px&#038;resize=700,400 700w, https://ronetheboxhouston.files.wordpress.com/2019/04/15560369502779.jpg?quality=80&#038;strip=all&#038;crop=0px,0px,937px,535px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975736/mario-talks-dating-intentional-happiness-the-state-of-rb-and-more-exclusive/" class="post-link"> <div class="post-meta__title custom-title">Mario Talks Dating, Intentional Happiness, The State of&hellip;</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975739 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975739/osundairo-brothers-lawsuit-jussie-smollett-faked-attack-for-clout/"> <img src="https://rone92q.files.wordpress.com/2019/04/15560333190498.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://rone92q.files.wordpress.com/2019/04/15560333190498.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://rone92q.files.wordpress.com/2019/04/15560333190498.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://rone92q.files.wordpress.com/2019/04/15560333190498.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975739/osundairo-brothers-lawsuit-jussie-smollett-faked-attack-for-clout/" class="post-link"> <div class="post-meta__title custom-title">Osundairo Brothers’ Lawsuit: Jussie Smollett Faked Attack For&hellip;</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975749 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975749/wo-oo-ohhh-ho-beyonces-beforeiletgo-challenge-has-us-hype-to-two-step-into-cookout-szn/"> <img src="https://ioneglobalgrind.files.wordpress.com/2019/04/1555530803104.jpg?quality=80&#038;strip=all&#038;crop=0px,79px,1440px,822px&#038;resize=350,200" data-srcset="https://ioneglobalgrind.files.wordpress.com/2019/04/1555530803104.jpg?quality=80&#038;strip=all&#038;crop=0px,79px,1440px,822px&#038;resize=350,200 400w, https://ioneglobalgrind.files.wordpress.com/2019/04/1555530803104.jpg?quality=80&#038;strip=all&#038;crop=0px,79px,1440px,822px&#038;resize=700,400 700w, https://ioneglobalgrind.files.wordpress.com/2019/04/1555530803104.jpg?quality=80&#038;strip=all&#038;crop=0px,79px,1440px,822px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975749/wo-oo-ohhh-ho-beyonces-beforeiletgo-challenge-has-us-hype-to-two-step-into-cookout-szn/" class="post-link"> <div class="post-meta__title custom-title">Wo Oo Ohhh Ho: Beyoncè’s #BeforeILetGo Challenge Has&hellip;</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975726 post type-post status-publish format-standard hentry category-entertainment-news category-king-tutt tag-beyonce-posts-beforeiletgo-challenge-to-instagram primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975726/beyonce-posts-beforeiletgo-challenge-to-instagram/"> <img src="https://ronekissrichmond.files.wordpress.com/2019/01/15465515601127.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200" data-srcset="https://ronekissrichmond.files.wordpress.com/2019/01/15465515601127.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200 400w, https://ronekissrichmond.files.wordpress.com/2019/01/15465515601127.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1&#038;resize=700%2C400 700w, https://ronekissrichmond.files.wordpress.com/2019/01/15465515601127.jpg?quality=80&#038;strip=all&#038;w=1671&#038;h=938&#038;crop=1&#038;resize=1680%2C960 900w" data-sizes="auto" alt="Beyonce previews 17 new music videos after shock album release" class="lazyload "> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975726/beyonce-posts-beforeiletgo-challenge-to-instagram/" class="post-link"> <div class="post-meta__title custom-title">Beyonce Posts #BeforeILetGo Challenge To Instagram</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.23.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975724 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-king-tutt tag-trailer-for-will-smiths-gemini-man-is-here primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975724/trailer-for-will-smiths-gemini-man-is-here/"> <img src="https://ronekissrichmond.files.wordpress.com/2016/01/14502041876443.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200" data-srcset="https://ronekissrichmond.files.wordpress.com/2016/01/14502041876443.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200 400w, https://ronekissrichmond.files.wordpress.com/2016/01/14502041876443.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1&#038;resize=700%2C400 700w, https://ronekissrichmond.files.wordpress.com/2016/01/14502041876443.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1&#038;resize=1680%2C960 900w" data-sizes="auto" alt="AFI FEST 2015 Presented By Audi Centerpiece Gala Premiere Of Columbia Pictures&#039; &#039;Concussion&#039; - Arrivals" class="lazyload "> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975724/trailer-for-will-smiths-gemini-man-is-here/" class="post-link"> <div class="post-meta__title custom-title">Trailer For Will Smith&#8217;s &#8220;Gemini Man&#8221; Is Here</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975746 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975746/press-play-jean-mikhael-senorita/"> <img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15559690187159.png?w=350&#038;h=200&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15559690187159.png?w=350&#038;h=200&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559690187159.png?w=652&#038;h=400&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559690187159.png?w=652&#038;h=651&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975746/press-play-jean-mikhael-senorita/" class="post-link"> <div class="post-meta__title custom-title">Press Play: Jean-Mikhael ‘Senorita’</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.24.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975691 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975691/lhhatls8-recap-karlie-redds-engagement-party-is-nothing-but-drama/"> <img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15559920006407.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1024px,585px&#038;resize=350,200" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15559920006407.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1024px,585px&#038;resize=350,200 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559920006407.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1024px,585px&#038;resize=700,400 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559920006407.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1024px,585px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975691/lhhatls8-recap-karlie-redds-engagement-party-is-nothing-but-drama/" class="post-link"> <div class="post-meta__title custom-title">‘LHHATLS8’ Recap: Karlie Redd’s Engagement Party Is Nothing&hellip;</div> </a> <span class="timestamp">2 days ago </span> <div class="post__footer"> <span class="post-label">04.23.19</span> </div> </div> </div> <!-- .half-story-column --> </div> </div> </div> </div> <div class="sidebar"> <div class="ione-widget-container ione-widget-generic_flex_posts"><div class="widget widget-posts-split"> <div class="module-container " style=""> <div class="module__title"> Photos </div> <ul> <li class="post-2975744 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" > <a href="https://kissrichmond.com/playlist/black-twitter-gets-in-formation-as-lemonade-finally-streams-on-all-the-platforms/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>20 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2016/10/14759261042227.jpg?quality=85&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">Black Twitter Gets In Formation As ‘Lemonade’ Finally&hellip;</div> </a> </li> <!-- .third-story-column --> <li class="post-2975684 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" > <a href="https://kissrichmond.com/playlist/how-celebrities-spent-resurrection-sundaywe-mean-easter/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>0 item</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15559604006853.jpg?quality=85&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">How Celebrities Spent Resurrection Sunday…We Mean Easter</div> </a> </li> <!-- .third-story-column --> <li class="post-2975677 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-photos category-radio-one-exclusives primary-category__radio-one-exclusives" > <a href="https://kissrichmond.com/playlist/snatched-40-photos-of-sherri-shepherds-sugar-free-slim-down/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>40 items</span></i><img src="https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://r1magicbaltimore.files.wordpress.com/2015/07/453414290.jpg?quality=80&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">Snatched! 40 Photos of Sherri Shepherd’s Sugar-Free Slim&hellip;</div> </a> </li> <!-- .third-story-column --> </ul> <!-- .module-row --> </div> <!-- .module-container --> </div> <!-- .widget --> </div> </div> </div> </div> <div class="ione-widget-container ione-widget-social_conversion"> <style type="text/css"> #ione-social_conversion-2 .sailthru-signup-widget button { background: #000000; color: #ffffff; } #ione-social_conversion-2 .sc-wrapper { border: 1px solid #d3d3d3; } #ione-social_conversion-2 .sc-wrap img { max-width: 100%; } #ione-social_conversion-2 .sc-newsletter p, #ione-social_conversion-2 .sailthru-signup-widget label, #ione-social_conversion-2 .sailthru-add-subscriber-errors, #ione-social_conversion-2 .sc-share p { color: #000000; } </style> <div id="ione-social_conversion-2" class="sc-wrap disable-popup" style="padding: 20px; background-color: #d3d3d3;"> <a class="sc-close" style="color: #000000;" rel="nofollow">&times;</a> <div class="social-conversion" style="text-align: center;"> <div class="sc-newsletter"> <p>SIGN UP FOR THE 99.3-105.7 KISS FM NEWSLETTER</p><div class="sailthru_social_conversion"> <div class="sailthru-signup-widget"> <span class="sailthru-signup-widget-close"><a href="#sailthru-signup-widget">Close</a></span> <div class="sailthru_form"> <div class="widget-title"></div> <div class="success" hidden="hidden">Thank you for subscribing! Please be sure to open and click your first newsletter so we can confirm your subscription.</div> <form method="post" action="#" class="sailthru-add-subscriber-form"> <div class="sailthru-add-subscriber-errors"></div> <div class="sailthru_form_input form-group"> <label class="sailthru-widget-label">Email</label> <input type="text" name="email" value="" class="form-control sailthru_email" /> </div> <input type="hidden" name="sailthru_nonce" value="b70ee9a29e" /> <input type="hidden" name="sailthru_email_list" value="subscribers" /> <input type="hidden" name="action" value="add_subscriber" /> <input type="hidden" name="vars[source]" value="https://kissrichmond.com" /> <span class="input-group-btn"> <button class="btn btn-reverse" type="submit"> Submit </button> </span> </form> </div> </div> </div> </div> </div> <div class="sc-bottom"> <div class="sc-do-not-show"><a style="color: #000000;" href="#" rel="nofollow">Don't show this to me again</a></div> <div class="sc-not-now"><a style="color: #000000;" href="#" rel="nofollow">Not now</a></div> </div> </div> <div class="sc-overlay"></div> <script type="text/javascript"> var sc_disable_popup = 1; var sc_after_share = 0; var sc_after_comment = 0; var sc_page_number = 0; var button_text = "Submit"; var widget_id = "ione-social_conversion-2"; jQuery('#' + widget_id + ' .btn-reverse').text(button_text); if (!sc_disable_popup) { jQuery(document).ready(function ($) { if (sc_page_number && !jQuery.cookie('ione-sc')) { var sc_num = 1; if (!$.cookie('sc-page-number')) { $.cookie('sc-page-number', 1, {path: '/'}); } else { sc_num = parseInt($.cookie('sc-page-number'), 10); sc_num++; $.cookie('sc-page-number', sc_num, {path: '/'}); } if (sc_num === sc_page_number && ( ione_partners.indexOf(location.hostname) > -1 || location.hostname === 'newsone.com' )) setTimeout(function () { ione_social_conversion_popup(); }, 2000); } }); } </script> </div> <div class="push-menu-overlay"></div> <footer id="footer" class="main-footer" role="contentinfo"> <ul id="menu-3-footer-links-1" class="secondary-menu footer-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100"><a href="https://kissrichmond.com/contact-us/">Contact Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101"><a href="https://ionedigital.com/privacy/">Privacy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736"><a href="https://ionedigital.com/ad-choice/">Ad Choice</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103"><a href="https://ionedigital.com/terms-of-service/">Terms of Service</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104"><a href="http://interactiveone.com/#Advertising">Advertising</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105"><a href="/eeo/">EEO</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106"><a href="http://home.radio-one.com/about-us/careers/">Careers</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710"><a href="/faq">FAQ</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807"><a href="https://publicfiles.fcc.gov/fm-profile/wkjs">WKJS’ FCC Public File</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808"><a href="https://publicfiles.fcc.gov/fm-profile/wkjm">WKJM’s FCC Public File</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394"><a href="/">R1 Digital</a></li> </ul><ul id="menu-social-media-menu-1" class="social-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799401"><a href="https://www.facebook.com/kissrichmond"><span>Facebook</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799402"><a href="https://twitter.com/kissrichmond"><span>Twitter</span></a></li> </ul> <p>Copyright &copy; 2019 <a href="http://interactiveone.com">Interactive One, LLC</a>.<br class="mobile-only"> All Rights Reserved</p> <p>Powered by <a href="https://vip.wordpress.com/?utm_source=vip_powered_wpcom&#038;utm_medium=web&#038;utm_campaign=VIP%20Footer%20Credit&#038;utm_term=kissrichmond.com" rel="generator nofollow" class="powered-by-wpcom">WordPress.com VIP</a></p> </footer> </div><!-- #ione-container opened in header.php --> <div class="footer-share-bar"> <div class="fsb-desktop"> <div id="ione-cx-anchor-left"></div> <div id="ione-cx-wid-anchor"></div> <div class="fsb-ad"> <div id="ad-anchor" data-ad-id="anchor" class="ad"> <div id="div-gpt-anchor" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"anchor","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/tag\/keeping-up-with-the-kardashians","sizes":[[320,50]],"div":"div-gpt-anchor","targets":{"pos":"anchor","sz":"320x50"},"event_render":"ione-document-ready","event_refresh":null,"refresh_interval":null} ); </script> </div> </div> </div> <div class="fsb-toggle"> <span class="fsb-text"> Close </span> <i class="icon-arrow-right"></i> </div> </div> <div id="ad-1x1" data-ad-id="1x1" class="ad"> <div id="div-gpt-1x1" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"1x1","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/tag\/keeping-up-with-the-kardashians","sizes":[[1,1]],"div":"div-gpt-1x1","targets":{"pos":"inimage","sz":"1x1"},"event_render":"ione-document-ready","event_refresh":null,"refresh_interval":null} ); </script> </div> <div id="ad-gravity-ad" data-ad-id="gravity-ad" class="ad"> <div id="div-gpt-gravity-ad" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"gravity-ad","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/tag\/keeping-up-with-the-kardashians","sizes":[],"div":"div-gpt-gravity-ad","targets":{"pos":"skin","sz":"oop"},"event_render":"ione-document-ready","event_refresh":null,"refresh_interval":null} ); </script> </div> <!-- wpcom_wp_footer --> <script type="text/javascript"> var _sf_async_config={}; _sf_async_config.uid = "19546"; _sf_async_config.domain = "kissrichmond.com"; _sf_async_config.useCanonical = "true"; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', "\/\/static.chartbeat.com\/js\/chartbeat.js" ); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { try { oldonload(); } catch (e) { loadChartbeat(); throw e} loadChartbeat(); }; })(); </script> <div id="fb-root"></div> <script>( function( d, s, id ) { var js, fjs = d.getElementsByTagName( s )[0]; if ( d.getElementById( id ) ) { return; } js = d.createElement( s ); js.id = id; js.src = '//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12'; fjs.parentNode.insertBefore( js, fjs ); }( document, 'script', 'facebook-jssdk' ) );</script> <div style="display:none"> </div> <!-- Sailthru Horizon Sync --> <script type="text/javascript" src="//ak.sail-horizon.com/horizon/v1.js"></script> <script type="text/javascript"> jQuery(function() { if (window.Sailthru) { Sailthru.setup({ domain: 'horizon.kissrichmond.com' }); } }); </script> <link rel='stylesheet' id='all-css-0-2' href='https://s2.wp.com/wp-content/themes/vip/ione3/includes/modules/ione-lsap/player/css/lsap.css?m=1546460984h&cssminify=yes' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var ione3Scroll = {"sis_api_url":"https:\/\/kissrichmond.com\/wp-json\/sis\/v1\/post\/","post_id":"2869700","post_type":"post","is_single":"","activated":"","nonce_single_infinite_scroll":"7756da311c"}; var ione3Gallery = {"ad_frequency":"3","refresh_728":"3","refresh_300":"3","refresh_mobile_300":"3","refresh_anchor":"3","nav_delay":"1000","inner_ad_delay":"3000","ione3_gallery_nonce":"7208776dbc","baseURL":"https:\/\/kissrichmond.com\/2869700\/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times\/","gallery_type":"post"}; var comscore = {"id":"6035391","pv":"https:\/\/kissrichmond.com\/wp-content\/themes\/vip\/ione3\/comscore_pageview.txt"}; var ione3Theme = {"stylesheet":"red_white","admin_bar":""}; var ione_video_grid_settings = {"ajax_url":"https:\/\/ronekissrichmond.wordpress.com\/wp-admin\/admin-ajax.php","categoryid":"","max_pages":"3","current_page":"1","security":"c6b05aac39"}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var ioneSearch = {"ajaxUrl":"https:\/\/ronekissrichmond.wordpress.com\/wp-admin\/admin-ajax.php","ajaxNonce":"058c16f46c","baseUrl":"https:\/\/ronekissrichmond.wordpress.com"}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"0","is_single":"0","is_front_page":"0","is_archive":"1","percentToTrack":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/_static/??-eJyVUNFOwzAM/CFSbyuDJ8SnTF5qUWdJWhKno3w9biWqCa0F3myffec7uPbGdlEoCrgMDQ1sqf+oXH6AGygU0/vyxjGD5wtleC9UqMXYeEo/l6WloCsD98BdpBowZ5I88c99FTh+33C0vjQ0g2e0l7MurOHaFmG/Ad9j+OtXp0yYbHvv9Ma9I+lVBE6qDHJlEUpGOJBnlV2/O5hJ2M36BiP6UdjmjR+XuPFzNL7Dxuyq54nAafRprHIXMf3ic5VjGWx8jI2Sa6IJAmZ1qZXpBkqJp7yX2T8ZJGl6k+/X8LI/Hh/r/aHePbkv0y/umw=='></script> <script type='text/javascript' src='https://secure-drm.imrworldwide.com/novms/js/2/ggcmb400.js?ver=5.2-beta3-45264'></script> <script type='text/javascript'> /* <![CDATA[ */ var nowPlayingConfig = {"containerSelector":"#now-playing-container","playerStyle":"NOW_PLAYING","blogName":"99.3-105.7 KISS FM","stationId":"182","lsap_primaryColor":"#353535","lsap_secondary_color":"#353535","lsap_text_color":"","defaultAlbumImgURL":"https:\/\/ronekissrichmond.files.wordpress.com\/2016\/01\/14533106497495.png","lsap_instance_permalink":"https:\/\/kissrichmond.com\/listen-live"}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/_static/??-eJyljFEKgzAQRC9UHVuj6Id4FBFdaEKyWZqkxdu7OUO/ZuYNPPykOSJn4oz8pkAJXyuwkamH5cOXU1GIZ/GaFTc+7QLx+0UfOP0so6JXq6116YG/lXVuLCpbw/IczGjGbp6MuwH4oz8N'></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'32288585','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'32288585','v':'wpcom','tz':'-4','user_id':'0','subd':'ronekissrichmond'}]); function st_vt() {var x=document.createElement("img");x.src="https://pixel.wp.com/g.gif?blog=32288585&v=wpcomvt&tz=-4&user_id=0&subd=ronekissrichmond&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdRWndQSU9QW1pBXzBuNHlUVS85UXVLb3EmZk4mR1JqZjdPdltNYUNiT35GMERlJUw2Y1duRkdFZFdnN3xTOEhEZXJjZHp2UUt6SXRZUXRfUzVWZEk2RnQyYW5ZM2NtUm4uQkRWeXJubFtvMSVpYSwveGVfeklHNyY/Qi55Li9Gdl8tZUg1bVpfZW8xUCZjU2JEXUQ='}]); _stq.push([ 'clickTrackerInit', '32288585', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-569e76bc7180ceec" async="async"></script> </body> </html>
[ "<footer id=\"footer\" class=\"main-footer\" role=\"contentinfo\">\n\n\n\n\t\t<ul id=\"menu-3-footer-links-1\" class=\"secondary-menu footer-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100\"><a href=\"https://kissrichmond.com/contact-us/\">Contact Us</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101\"><a href=\"https://ionedigital.com/privacy/\">Privacy</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736\"><a href=\"https://ionedigital.com/ad-choice/\">Ad Choice</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103\"><a href=\"https://ionedigital.com/terms-of-service/\">Terms of Service</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104\"><a href=\"http://interactiveone.com/#Advertising\">Advertising</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105\"><a href=\"/eeo/\">EEO</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106\"><a href=\"http://home.radio-one.com/about-us/careers/\">Careers</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710\"><a href=\"/faq\">FAQ</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807\"><a href=\"https://publicfiles.fcc.gov/fm-profile/wkjs\">WKJS’ FCC Public File</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808\"><a href=\"https://publicfiles.fcc.gov/fm-profile/wkjm\">WKJM’s FCC Public File</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394\"><a href=\"/\">R1 Digital</a></li>\n</ul><ul id=\"menu-social-media-menu-1\" class=\"social-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2799401\"><a href=\"https://www.facebook.com/kissrichmond\"><span>Facebook</span></a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2799402\"><a href=\"https://twitter.com/kissrichmond\"><span>Twitter</span></a></li>\n</ul>\n\t\t\n\t\t<p>Copyright © 2019 <a href=\"http://interactiveone.com\">Interactive One, LLC</a>.<br class=\"mobile-only\"/> All Rights Reserved</p>\n\t\t<p>Powered by <a href=\"https://vip.wordpress.com/?utm_source=vip_powered_wpcom&amp;utm_medium=web&amp;utm_campaign=VIP%20Footer%20Credit&amp;utm_term=kissrichmond.com\" rel=\"generator nofollow\" class=\"powered-by-wpcom\">WordPress.com VIP</a></p>\n\n\t</footer>\n" ]
[ "<head>\n\t<title>Keeping Up with the Kardashians | 99.3-105.7 Kiss FM</title>\n\t<meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1\"/>\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n\t<meta charset=\"utf-8\"/>\n\t<script>\n\t\tvar ione_tag_manager = {\"ga\":{\"title\":\"Keeping Up with the Kardashians\",\"id\":\"UA-28829073-2\",\"tags\":\"keeping-up-with-the-kardashians\",\"post_type\":\"Tag\",\"site_type\":\"local\",\"dimensions\":{\"dimension7\":\"Tag\",\"dimension8\":\"https:\\/\\/kissrichmond.com\\/tag\\/keeping-up-with-the-kardashians\\/\",\"dimension9\":\"R1 Local\"}},\"sonobi_lib\":\"\\/\\/mtrx.go.sonobi.com\\/morpheus.InteractiveOneLocal.1565.js\",\"indexexchange_lib\":null,\"lazyload_enable\":false,\"aps_enable\":false,\"aps_pub_id\":null,\"aps_lib\":\"\\/\\/c.amazon-adsystem.com\\/aax2\\/apstag.js\",\"lazyload_margin\":0,\"gumgum\":\"c27d34c4\"};\n\t\tvar ione_mezzobit = ione_tag_manager; // Support legacy tags using 'ione_mezzobit'.\n\t</script>\n\t\t<script>\n\t\tvar stylesheet_directory_uri = \"https:\\/\\/s2.wp.com\\/wp-content\\/themes\\/vip\\/ione3\",\n\t\t\thome_url = \"https:\\/\\/kissrichmond.com\\/\",\n\t\t\tajax_url = \"https:\\/\\/kissrichmond.com\\/wp-admin\\/admin-ajax.php\",\n\t\t\tad_s = 't',\n\t\t\tad_i = 2109830,\n\t\t\tscreenSizes = [1000,768,480,320],\n\t\t\tresizeHooks = { all: [], 320: [], 480: [], 768: [], 1000: [] };\n\t\t\t\tvar weather_page_permalink = \"https:\\/\\/kissrichmond.com\\/weather\\/\";\n\t\t\t</script>\n<meta name=\"keywords\" content=\"keeping up with the kardashians\"/>\n\t<!-- Google Tag Manager -->\n\t<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n\tj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n\t})(window,document,'script','dataLayer', 'GTM-TPR8JL');</script>\n\t<!-- End Google Tag Manager -->\n\t<link rel=\"dns-prefetch\" href=\"//s2.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//r-login.wordpress.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s1.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ronekissrichmond.wordpress.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s3.amazonaws.com\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"99.3-105.7 Kiss FM » Feed\" href=\"https://kissrichmond.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"99.3-105.7 Kiss FM » Comments Feed\" href=\"https://kissrichmond.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"99.3-105.7 Kiss FM » Keeping Up with the Kardashians Tag Feed\" href=\"https://kissrichmond.com/tag/keeping-up-with-the-kardashians/feed/\"/>\n\t<script type=\"text/javascript\">\n\t\t/* &lt;![CDATA[ */\n\t\tfunction addLoadEvent(func) {\n\t\t\tvar oldonload = window.onload;\n\t\t\tif (typeof window.onload != 'function') {\n\t\t\t\twindow.onload = func;\n\t\t\t} else {\n\t\t\t\twindow.onload = function () {\n\t\t\t\t\toldonload();\n\t\t\t\t\tfunc();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/* ]]&gt; */\n\t</script>\n\t\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/s0.wp.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?m=1550249335h&amp;ver=5.2-beta3-45264\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"all-css-0-1\" href=\"https://s0.wp.com/_static/??-eJx9zcEKwyAMgOEXmg0bnfQy9ixqw5rVqBil9O2bDnbtJYTwfwS2YiiF2GcUCCIwkzTwMYfVRPLV1R2k7REHpjRocAMVIaeGqQF3U2L/UFKbK+qdi2tnwTiTw4is2RXjYv/qXBcXVrnqt6K18b5UFDE6mTqbtuijn3vz6/4c7TRNo318D0zFUdk=?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"ione_remote_ad_stylesheet-css\" href=\"https://s3.amazonaws.com/ads-videoplayer/rich-media-ads-global.css?ver=5.2-beta3-45264\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"all-css-2-1\" href=\"https://s1.wp.com/_static/??-eJydjEsKgDAMRC9kDUWruBCPIlIDRm0qJuj1/V5AN8Mw83iwL8ZHVmQFHTCgwEYLUGTMoBNBFRjPDbmPK8hMfnoyDcSpF0ngr8Hc9CfPyb1fe9UV+3YfSPESNKG2zrncFaWtxgNDzE9q?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='ione3-oldie-css' href='https://s2.wp.com/wp-content/themes/vip/ione3/assets/css/themes_css/red_white_oldie.css?ver=0.3.1' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"stylesheet\" id=\"all-css-4-1\" href=\"https://s2.wp.com/_static/??-eJx9j10KAjEMhC9kDQsV9UE8S1tjN5JtliZ1r+/6rwi+zSSZjwlMo0tSDIuB9TigwplGGLllKgoaiK2vDZIqTHTIaEttUVOliMt5uACCIkYzQ1/ivvggD809iRnFsaRgJOXLuCMHqv+iFSNLnmW+1Xnbn9Djk95DZomBrwf7Ydf51db7zbrzpwvkBVwZ?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"https://s0.wp.com/_static/??-eJyFztEKwjAMBdAfsiu6Dp/Eb6k1jtQlrU3q0K+3A30QhkLgPtwDN3bOBjlM9QxiY7tbhfJ4RxdlY38BQzgWr9AR8geHxAqsi81JlEDEj7DSUjrhBKYKlAZY28wlrbjvl5DvCPNfFkGzD1dTQPC5rB/psB0Gt+v7vXPxBTjQW9A=\"/>\n<script type=\"text/javascript\" src=\"https://r-login.wordpress.com/remote-login.php?m=1552505935h&amp;action=js&amp;host=kissrichmond.com&amp;id=32288585&amp;t=1556178747&amp;back=https%3A%2F%2Fkissrichmond.com%2Ftag%2Fkeeping-up-with-the-kardashians%2F&amp;ver=1526988078\" async=\"\" defer=\"defer\" onload=\"check_remote_login()\"/>\n<script type=\"text/javascript\">\nfunction check_remote_login() {\n\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\tWPRemoteLogin();\n\t\t}\n\t}\n}\n</script>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar ionegpt = {\"tags\":[],\"attrs\":{\"pg\":\"keeping-up-with-the-kardashians\",\"content\":[\"chhp\"],\"slot\":\"keeping-up-with-the-kardashians\",\"tag\":\"keeping-up-with-the-kardashians\"},\"gptSlots\":[],\"debug\":\"\",\"utils\":{\"is_home\":false,\"home_url\":\"https:\\/\\/kissrichmond.com\"}};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://s0.wp.com/_static/??-eJyNjsEKgzAQRH+oumhR8FD6KSUmi64km5Dd1N9vmkKPpceBeW8GztQRW18cChwChR1msTFjH4j7Qy5QGzayIivojqH2npSAIuMVjAhqA1t+2ExK1vi/4O9uiK54/Dg645pvSzr+MCRfNmIBMeR1z+WNnOQ21F7KKvXHihW/h9swTeMyzPOyHC8hKlce\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://ronekissrichmond.wordpress.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://s1.wp.com/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress.com\"/>\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32\" sizes=\"16x16\"/>\n<link rel=\"icon\" type=\"image/x-icon\" href=\"https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32\" sizes=\"16x16\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=114\"/>\n<link rel=\"openid.server\" href=\"https://ronekissrichmond.wordpress.com/?openidserver=1\"/>\n<link rel=\"openid.delegate\" href=\"https://ronekissrichmond.wordpress.com/\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://kissrichmond.com/osd.xml\" title=\"99.3-105.7 Kiss FM\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://s1.wp.com/opensearch.xml\" title=\"WordPress.com\"/>\n\n<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\t\t\t<meta property=\"fb:pages\" content=\"139652642241\"/>\n\t\t\t\t\t\t\t<meta property=\"ia:markup_url\" content=\"https://kissrichmond.com/2869700/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times/?ia_markup=1\"/>\n\t\t\t\t<script>var _sf_startpt=(new Date()).getTime()</script><meta name=\"msvalidate.01\" content=\"30473C9E51B1FA7645F80C5736971CF1\"/>\t\t<script>\n\t\t\t\t\tvar DartOrd = Math.floor( Math.random() * 1e16 );\n\t\t</script>\n\t\t<script type=\"text/javascript\">var ajaxurl = \"https://kissrichmond.com/wp-admin/admin-ajax.php\"</script><meta name=\"application-name\" content=\"99.3-105.7 Kiss FM\"/><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\"/><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=https://kissrichmond.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=16\"/><style type=\"text/css\" id=\"syntaxhighlighteranchor\"/>\n\t\n\t\t\n\t\t\n\t\t\t\t\t <meta name=\"google-site-verification\" content=\"OK96obABgzZRea-jST7NO9QKqC-K71R0iKB8ETUwc2c\"/> \t\t\t <meta name=\"msvalidate.01\" content=\"045A9DFCA943D7F788EB8555F46A71AC\"/> \t\t \t\t \t\t\t <meta name=\"apple-itunes-app\" content=\"app-id=416451155, app-argument=https://kissrichmond.com/2869700/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times/\"/>\n\t\t <style>\n\t.custom-header-styles {\n\t\tcolor:blue;\n\t\t\t\tbackground:url(https://ronekissrichmond.files.wordpress.com/2016/04/146196204549012.jpg);\n\t\t}\n</style>\n\n\t <script type=\"text/javascript\">\n\n\t\t // Run through and set the timeout to refresh page if any of these are true\n\t\t jQuery(document).ready(function ($) {\n\t\t\t \n\t\t\t if ($('body.home').length &gt; 0) {\n\t\t\t\t setTimeout(function () {\n\t\t\t\t\t window.location.reload()\n\t\t\t\t }, \"300000\" );\n\t\t\t }\n\t\t\t \t\t\t \n\t\t\t if ($('body.category').length &gt; 0) {\n\t\t\t\t setTimeout(function () {\n\t\t\t\t\t window.location.reload()\n\t\t\t\t }, \"300000\" );\n\t\t\t }\n\n\t\t\t \t\t\t \n\t\t\t if ($('body.single-post').length &gt; 0) {\n\t\t\t\t setTimeout(function () {\n\t\t\t\t\t window.location.reload()\n\t\t\t\t }, \"900000\" );\n\t\t\t }\n\t\t\t \t\t });\n\t </script>\n\n</head>\n" ]
[ "<title>Keeping Up with the Kardashians | 99.3-105.7 Kiss FM</title>\n\t" ]
[ { "key": "datasource", "type": "global", "value": "kissrichmond.com > tag > keeping up with the kardashians" } ]
[ { "char_end_idx": 699, "char_start_idx": 0, "key": "length", "type": "local", "value": "699" }, { "char_end_idx": 884, "char_start_idx": 699, "key": "length", "type": "local", "value": "184" }, { "char_end_idx": 996, "char_start_idx": 884, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 1199, "char_start_idx": 996, "key": "length", "type": "local", "value": "202" }, { "char_end_idx": 1771, "char_start_idx": 1199, "key": "length", "type": "local", "value": "571" } ]
[ { "key": "length", "type": "global", "value": "1773" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 10, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "push-menu__close", "icon-close push-menu__close" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "button" }, { "char_end_idx": 25, "char_start_idx": 11, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/stone-soul-2019-buy-tickets-here/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 25, "char_start_idx": 11, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2974792", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2974792" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 30, "char_start_idx": 26, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 30, "char_start_idx": 26, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881094", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881094" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 37, "char_start_idx": 31, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/djs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 46, "char_start_idx": 38, "html_attrs": { "attrs": [ "href" ], "values": [ "/schedule/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 46, "char_start_idx": 38, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003872", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2003872" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 70, "char_start_idx": 47, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/tjms/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 70, "char_start_idx": 47, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2173875", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2173875" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 84, "char_start_idx": 71, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/community-clo/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 84, "char_start_idx": 71, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2869139", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2869139" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 94, "char_start_idx": 85, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/king-tutt/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 94, "char_start_idx": 85, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2869138", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2869138" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 109, "char_start_idx": 95, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.quuit.com/quu/playlist/182" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 109, "char_start_idx": 95, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2950894", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2950894" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 110, "char_start_idx": 38, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 110, "char_start_idx": 31, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003871", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2003871" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 124, "char_start_idx": 110, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/category/radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 159, "char_start_idx": 125, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/category/in-the-community/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 159, "char_start_idx": 125, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2920585", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2920585" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 173, "char_start_idx": 160, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/category/king-tutt/daddy-diaries/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 173, "char_start_idx": 160, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2967060", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2967060" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 189, "char_start_idx": 174, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/weekend-roundup/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 189, "char_start_idx": 174, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912908", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912908" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 190, "char_start_idx": 125, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 190, "char_start_idx": 110, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912889", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912889" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 196, "char_start_idx": 190, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/prizes/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 197, "char_start_idx": 190, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2800478", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2800478" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 203, "char_start_idx": 197, "html_attrs": { "attrs": [ "href" ], "values": [ "/events" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 203, "char_start_idx": 197, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003874", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2003874" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 210, "char_start_idx": 204, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/photos/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 210, "char_start_idx": 204, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2799432", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2799432" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 218, "char_start_idx": 211, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 219, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/contact-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 219, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003837", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2003837" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 248, "char_start_idx": 230, "html_attrs": { "attrs": [ "href" ], "values": [ "/newsletter-sign-up-2/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 248, "char_start_idx": 230, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2847257", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2847257" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 287, "char_start_idx": 249, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/2962593/get-the-kiss-richmond-streaming-app/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 287, "char_start_idx": 249, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2962643", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2962643" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 306, "char_start_idx": 288, "html_attrs": { "attrs": [ "href" ], "values": [ "/mobile-text-club/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 288, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2743344", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2743344" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 323, "char_start_idx": 307, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/2894163/download-the-kiss-99-3105-7-mobile-app/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 323, "char_start_idx": 307, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912894", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912894" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 332, "char_start_idx": 324, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.facebook.com/kissrichmond/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 332, "char_start_idx": 324, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912895", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912895" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 340, "char_start_idx": 333, "html_attrs": { "attrs": [ "href" ], "values": [ "https://twitter.com/KissRichmond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 340, "char_start_idx": 333, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912896", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912896" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 350, "char_start_idx": 341, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.instagram.com/kissrichmond/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 350, "char_start_idx": 341, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912897", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912897" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 358, "char_start_idx": 351, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.youtube.com/channel/UCb5KVWSpPCv-3bAe3x60IVQ" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 358, "char_start_idx": 351, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912898", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912898" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 359, "char_start_idx": 219, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 359, "char_start_idx": 211, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912890", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912890" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 359, "char_start_idx": 11, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-1-main", "push-primary-menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 369, "char_start_idx": 359, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/contact-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 369, "char_start_idx": 359, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881100", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 377, "char_start_idx": 370, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ionedigital.com/privacy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 377, "char_start_idx": 370, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881101", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 387, "char_start_idx": 378, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ionedigital.com/ad-choice/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 387, "char_start_idx": 378, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2964736", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 404, "char_start_idx": 388, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ionedigital.com/terms-of-service/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 404, "char_start_idx": 388, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881103", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 416, "char_start_idx": 405, "html_attrs": { "attrs": [ "href" ], "values": [ "http://interactiveone.com/#Advertising" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 416, "char_start_idx": 405, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881104", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 420, "char_start_idx": 417, "html_attrs": { "attrs": [ "href" ], "values": [ "/eeo/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 420, "char_start_idx": 417, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881105", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 428, "char_start_idx": 421, "html_attrs": { "attrs": [ "href" ], "values": [ "http://home.radio-one.com/about-us/careers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 428, "char_start_idx": 421, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881106", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 432, "char_start_idx": 429, "html_attrs": { "attrs": [ "href" ], "values": [ "/faq" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 432, "char_start_idx": 429, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2019710", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 454, "char_start_idx": 433, "html_attrs": { "attrs": [ "href" ], "values": [ "https://publicfiles.fcc.gov/fm-profile/wkjs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 454, "char_start_idx": 433, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2927807", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 477, "char_start_idx": 455, "html_attrs": { "attrs": [ "href" ], "values": [ "https://publicfiles.fcc.gov/fm-profile/wkjm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 477, "char_start_idx": 455, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2927808", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 488, "char_start_idx": 478, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 488, "char_start_idx": 478, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2873394", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 489, "char_start_idx": 359, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-3-footer-links", "push-secondary-menu secondary-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "push-menu__content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 489, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "role" ], "values": [ "push-menu", "push-menu", "navigation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "ione-widget-container ione-widget-ionead ad", "ad-header-category", "header-category" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 613, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "p" }, { "char_end_idx": 614, "char_start_idx": 489, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2869700/lamar-odom-admits-to-cheating-on-khloe-kardashian-multiple-times/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 614, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 614, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2869700 post type-post status-publish format-standard hentry category-entertainment-news tag-keeping-up-with-the-kardashians tag-khloe-kardashian tag-lamar-odom primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 614, "char_start_idx": 614, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2868442/kim-kardashian-cant-sleep-without-at-least-four-bodyguards-after-the-paris-robbery/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 614, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 614, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2868442 post type-post status-publish format-standard hentry category-entertainment-news tag-e-news tag-keeping-up-with-the-kardashians tag-kim-kardashian tag-paris-robbery primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 614, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2835380 media_playlist type-media_playlist status-publish hentry category-news-one-3 tag-balmain tag-bikinis tag-birthday tag-braids tag-cornrows tag-hair tag-hair-transformation tag-instagram tag-interview-magazine tag-keeping-up-with-the-kardashians tag-kuwtk tag-kylie-jenner tag-met-gala tag-model tag-paper-magazine tag-red-carpet tag-sexy-photos tag-weave tag-wigs primary-category__news-one-3" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 614, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2852975 media_playlist type-media_playlist status-publish hentry tag-balmain tag-bikinis tag-birthday tag-braids tag-cornrows tag-hair tag-hair-transformation tag-instagram tag-interview-magazine tag-keeping-up-with-the-kardashians tag-kuwtk tag-kylie-jenner tag-met-gala tag-model tag-paper-magazine tag-red-carpet tag-sexy-photos tag-weave tag-wigs" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 700, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 16, "type": "local", "value": "p" }, { "char_end_idx": 701, "char_start_idx": 614, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2817725/khloe-kardashian-on-being-done-with-caitlyn-jenner-i-dont-have-a-relationship-with-her/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 701, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 701, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2817725 post type-post status-publish format-standard hentry category-news-one-3 tag-caitlyn-jenner tag-keeping-up-with-the-kardashians tag-khloe-kardashian" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 701, "char_start_idx": 701, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2812832 media_playlist type-media_playlist status-publish hentry category-news-one-3 tag-birthday tag-blac-chyna tag-engaged tag-engagement-ring tag-instagram-photos tag-keeping-up-with-the-kardashians tag-king-cairo tag-kuwtk tag-love tag-rob-kardashian tag-robert-kardashian" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 701, "char_start_idx": 701, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2809450 media_playlist type-media_playlist status-publish hentry category-news-one-3 tag-arthur-george tag-blac-chyna tag-keeping-up-with-the-kardashians tag-kim-kardashian tag-photos tag-reality-tv tag-rob-kardashian tag-weightloss" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 772, "char_start_idx": 701, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__title custom-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 900, "char_start_idx": 773, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 901, "char_start_idx": 701, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2796079/rob-kardashian-diagnosed-with-diabetes-during-emergency-hospitalization/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 901, "char_start_idx": 701, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 901, "char_start_idx": 701, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2796079 post type-post status-publish format-standard hentry category-news-one-3 tag-keeping-up-with-the-kardashians tag-rob-kardashian" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1014, "char_start_idx": 901, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1015, "char_start_idx": 901, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2794491/khloe-kardashian-reveals-sparkly-nude-pics-on-her-website/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1015, "char_start_idx": 901, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1015, "char_start_idx": 901, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2794491 post type-post status-publish format-standard hentry category-news-one-3 tag-keeping-up-with-the-kardashians tag-khloe-kardashian" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1123, "char_start_idx": 1015, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1124, "char_start_idx": 1015, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2792854/the-kardashians-hit-the-weeknds-l-a-concert-in-all-black-everything/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1124, "char_start_idx": 1015, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1124, "char_start_idx": 1015, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2792854 post type-post status-publish format-standard hentry category-news-one-3 tag-concert tag-jenners tag-kardashians tag-keeping-up-with-the-kardashians tag-the-weeknd" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1261, "char_start_idx": 1124, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1262, "char_start_idx": 1124, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2791768/baby-joy-kim-kardashian-excited-following-birth-of-son-already-talking-baby-number-3/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1262, "char_start_idx": 1124, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1262, "char_start_idx": 1124, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2791768 post type-post status-publish format-standard hentry category-news-one-3 tag-baby tag-kanye-west tag-keeping-up-with-the-kardashians tag-khloe-kardashian tag-kim-kardashian tag-kris-jenner tag-north-west" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1262, "char_start_idx": 1262, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2791139/watch-ciara-russell-wilson-sing-feliz-navidad-to-an-adorable-boy-at-a-childrens-hospital/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1262, "char_start_idx": 1262, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1262, "char_start_idx": 1262, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2791139 post type-post status-publish format-standard hentry category-news-one-3 tag-keeping-up-with-the-kardashians tag-kim-kardashian tag-kuwtk tag-super-fan" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1367, "char_start_idx": 1262, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "p" }, { "char_end_idx": 1368, "char_start_idx": 1262, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2790539/kim-k-reveals-she-may-have-diabetes-in-new-kuwtk-klip/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 1368, "char_start_idx": 1262, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1368, "char_start_idx": 1262, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2790539 post type-post status-publish format-standard hentry category-news-one-3 tag-baby tag-diabetes tag-keeping-up-with-the-kardashians tag-kim-kardashians tag-kuwtk tag-pregnant" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1483, "char_start_idx": 1368, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1484, "char_start_idx": 1368, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2784485/late-night-news-recap-scott-disick-talks-kourtney-kardashian-split-on-kuwtk-matthew-mcconaughey-to-host-snl-more/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1484, "char_start_idx": 1368, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1484, "char_start_idx": 1368, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2784485 post type-post status-publish format-standard hentry category-news-one-3 tag-add tag-adele tag-all-def-digital tag-interview tag-keeping-up-with-the-kardashians tag-kourtney-kardashian tag-kuwtk tag-late-night-news-recap tag-late-night-recap tag-late-night-rounduo tag-matthew-mcconaughey tag-rashad tag-saturday-night-live tag-scott-disick tag-snl" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1484, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ione-widget-container ione-widget-generic_flex_posts module-container module-one-and-two generic-list empty-title posts-list with-featured-story", "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 1484, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "pagination", "navigation" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "nav" }, { "char_end_idx": 1484, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "container-with-sidebar" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1484, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "ione-widget-container ione-widget-ionead ad", "ad-sidebar1-category", "sidebar1-category" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1495, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "span" }, { "char_end_idx": 1495, "char_start_idx": 1484, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/black-twitter-gets-in-formation-as-lemonade-finally-streams-on-all-the-platforms/", "post-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 1495, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975744 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 12, "type": "local", "value": "li" }, { "char_end_idx": 1506, "char_start_idx": 1495, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1506, "char_start_idx": 1495, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/how-celebrities-spent-resurrection-sundaywe-mean-easter/", "post-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1506, "char_start_idx": 1495, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975684 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1517, "char_start_idx": 1506, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1517, "char_start_idx": 1506, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/snatched-40-photos-of-sherri-shepherds-sugar-free-slim-down/", "post-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1517, "char_start_idx": 1506, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975677 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-photos category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1517, "char_start_idx": 1484, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 11, "type": "local", "value": "ul" }, { "char_end_idx": 1517, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ione-widget-container ione-widget-generic_flex_posts widget widget-posts-split module-container light", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1517, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "ione-widget-container ione-widget-ionead ione-sticky-widget ad", "ad-sidebar2-category", "sidebar2-category" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1517, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1517, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "container-with-sidebar-wrapper" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1517, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "ione-widget-container ione-widget-ionead ad", "ad-footer-category", "footer-category" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1517, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1517, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "super-wrapper", "main" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1517, "char_start_idx": 1517, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975750/diddy-family-grace-the-cover-of-essence-photos/", "post-link" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 1527, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "span" }, { "char_end_idx": 1527, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1527, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975750 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 1527, "char_start_idx": 1527, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975742/diddy-his-daughters-are-black-royalty-on-the-cover-of-essence/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1537, "char_start_idx": 1527, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1537, "char_start_idx": 1527, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1537, "char_start_idx": 1527, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975742 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1537, "char_start_idx": 1537, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975743/police-once-investigated-anonymous-call-that-kevin-hunter-poisoned-wendy-williams/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1547, "char_start_idx": 1537, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1547, "char_start_idx": 1537, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1547, "char_start_idx": 1537, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975743 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1547, "char_start_idx": 1547, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975745/loni-love-sisters-you-dont-have-to-settle-for-struggle-love/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1558, "char_start_idx": 1547, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1558, "char_start_idx": 1547, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1558, "char_start_idx": 1547, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975745 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1558, "char_start_idx": 1558, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/black-twitter-gets-in-formation-as-lemonade-finally-streams-on-all-the-platforms/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1569, "char_start_idx": 1558, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1569, "char_start_idx": 1558, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1569, "char_start_idx": 1558, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975744 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1569, "char_start_idx": 1569, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975735/mathew-knowles-is-prepping-a-destinys-child-musical-with-jecaryous-johnson/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1580, "char_start_idx": 1569, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1580, "char_start_idx": 1569, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1580, "char_start_idx": 1569, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975735 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1580, "char_start_idx": 1580, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975736/mario-talks-dating-intentional-happiness-the-state-of-rb-and-more-exclusive/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1591, "char_start_idx": 1580, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1591, "char_start_idx": 1580, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1591, "char_start_idx": 1580, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975736 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives category-stone-soul-2019 primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1591, "char_start_idx": 1591, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975739/osundairo-brothers-lawsuit-jussie-smollett-faked-attack-for-clout/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1602, "char_start_idx": 1591, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1602, "char_start_idx": 1591, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1602, "char_start_idx": 1591, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975739 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1602, "char_start_idx": 1602, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975749/wo-oo-ohhh-ho-beyonces-beforeiletgo-challenge-has-us-hype-to-two-step-into-cookout-szn/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1613, "char_start_idx": 1602, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1613, "char_start_idx": 1602, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1613, "char_start_idx": 1602, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975749 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1613, "char_start_idx": 1613, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975726/beyonce-posts-beforeiletgo-challenge-to-instagram/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1624, "char_start_idx": 1613, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1624, "char_start_idx": 1613, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1624, "char_start_idx": 1613, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975726 post type-post status-publish format-standard hentry category-entertainment-news category-king-tutt tag-beyonce-posts-beforeiletgo-challenge-to-instagram primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1624, "char_start_idx": 1624, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975724/trailer-for-will-smiths-gemini-man-is-here/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1635, "char_start_idx": 1624, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1635, "char_start_idx": 1624, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1635, "char_start_idx": 1624, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975724 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-king-tutt tag-trailer-for-will-smiths-gemini-man-is-here primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1635, "char_start_idx": 1635, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975746 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1635, "char_start_idx": 1635, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975691/lhhatls8-recap-karlie-redds-engagement-party-is-nothing-but-drama/", "post-link" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1646, "char_start_idx": 1635, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 1646, "char_start_idx": 1635, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1646, "char_start_idx": 1635, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975691 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1646, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class" ], "values": [ "posts-list with-featured-story" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 1646, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "container-with-sidebar ione-widget-container ione-widget-generic_flex_posts module-container module-one-and-two generic-list ", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/black-twitter-gets-in-formation-as-lemonade-finally-streams-on-all-the-platforms/", "post-link" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975744 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/how-celebrities-spent-resurrection-sundaywe-mean-easter/", "post-link" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975684 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 12, "type": "local", "value": "li" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/snatched-40-photos-of-sherri-shepherds-sugar-free-slim-down/", "post-link" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "a" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975677 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-photos category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 16, "type": "local", "value": "li" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "module-container ", "" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1646, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar ione-widget-container ione-widget-generic_flex_posts widget widget-posts-split" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1646, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class" ], "values": [ "module-recommended container-with-sidebar-wrapper" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 1647, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class", "style", "rel" ], "values": [ "sc-close", "color: #000000;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 26, "type": "local", "value": "a" }, { "char_end_idx": 1653, "char_start_idx": 1648, "html_attrs": { "attrs": [ "href" ], "values": [ "#sailthru-signup-widget" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1653, "char_start_idx": 1648, "html_attrs": { "attrs": [ "class" ], "values": [ "sailthru-signup-widget-close" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1772, "char_start_idx": 1654, "html_attrs": { "attrs": [ "class", "hidden" ], "values": [ "success", "hidden" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1654, "html_attrs": { "attrs": [ "class" ], "values": [ "sailthru_form" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1648, "html_attrs": { "attrs": [ "class" ], "values": [ "sailthru_social_conversion sailthru-signup-widget" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1648, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "social-conversion sc-newsletter", "text-align: center;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1646, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "ione-social_conversion-2", "sc-wrap disable-popup", "padding: 20px; background-color: #d3d3d3;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 25, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class" ], "values": [ "ione-widget-container ione-widget-social_conversion" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 24, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 489, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ione-container", "push-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "fsb-ad ad", "ad-anchor", "anchor" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [ "class" ], "values": [ "fsb-desktop" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-share-bar" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [ "id", "data-ad-id", "class" ], "values": [ "ad-1x1", "1x1", "ad" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [ "id", "data-ad-id", "class" ], "values": [ "ad-gravity-ad", "gravity-ad", "ad" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [ "rel", "id", "href", "type", "media" ], "values": [ "stylesheet", "all-css-0-2", "https://s2.wp.com/wp-content/themes/vip/ione3/includes/modules/ione-lsap/player/css/lsap.css?m=1546460984h&cssminify=yes", "text/css", "all" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "link" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [ "src", "style", "alt" ], "values": [ "https://pixel.wp.com/b.gif?v=noscript", "height:0px;width:0px;overflow:hidden", "" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "img" }, { "char_end_idx": 1773, "char_start_idx": 1773, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 18, "type": "local", "value": "noscript" }, { "char_end_idx": 1773, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "archive tag tag-keeping-up-with-the-kardashians tag-2109830 has-push-menu mp6 customizer-styles-applied highlander-enabled highlander-light", "" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 25, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Close menu\nStone Soul ’19" }, { "char_end_idx": 30, "char_start_idx": 25, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHome" }, { "char_end_idx": 46, "char_start_idx": 30, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOn Air\nSchedule" }, { "char_end_idx": 70, "char_start_idx": 46, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTom Joyner Morning Show" }, { "char_end_idx": 84, "char_start_idx": 70, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommunity Clo" }, { "char_end_idx": 94, "char_start_idx": 84, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKing Tutt" }, { "char_end_idx": 109, "char_start_idx": 94, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMusic Playlist" }, { "char_end_idx": 110, "char_start_idx": 109, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 159, "char_start_idx": 110, "key": "paragraph", "marker": "li", "type": "local", "value": "RVA Exclusives\nRadio One Richmond Community Page!" }, { "char_end_idx": 173, "char_start_idx": 159, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDaddy Diaries" }, { "char_end_idx": 189, "char_start_idx": 173, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWeekend Roundup" }, { "char_end_idx": 190, "char_start_idx": 189, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 197, "char_start_idx": 190, "key": "paragraph", "marker": "li", "type": "local", "value": "Prizes\n" }, { "char_end_idx": 203, "char_start_idx": 197, "key": "paragraph", "marker": "li", "type": "local", "value": "Events" }, { "char_end_idx": 210, "char_start_idx": 203, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPhotos" }, { "char_end_idx": 229, "char_start_idx": 210, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConnect\nContact Us" }, { "char_end_idx": 248, "char_start_idx": 229, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNewsletter Sign Up" }, { "char_end_idx": 287, "char_start_idx": 248, "key": "paragraph", "marker": "li", "type": "local", "value": "\nListen To Kiss Richmond On Your Alexa!" }, { "char_end_idx": 306, "char_start_idx": 287, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJoin Our Text Club" }, { "char_end_idx": 323, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDownload Our App" }, { "char_end_idx": 332, "char_start_idx": 323, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFacebook" }, { "char_end_idx": 340, "char_start_idx": 332, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTwitter" }, { "char_end_idx": 350, "char_start_idx": 340, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInstagram" }, { "char_end_idx": 358, "char_start_idx": 350, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYouTube" }, { "char_end_idx": 359, "char_start_idx": 358, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 369, "char_start_idx": 359, "key": "paragraph", "marker": "li", "type": "local", "value": "Contact Us" }, { "char_end_idx": 377, "char_start_idx": 369, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy" }, { "char_end_idx": 387, "char_start_idx": 377, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAd Choice" }, { "char_end_idx": 404, "char_start_idx": 387, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTerms of Service" }, { "char_end_idx": 416, "char_start_idx": 404, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdvertising" }, { "char_end_idx": 420, "char_start_idx": 416, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEEO" }, { "char_end_idx": 428, "char_start_idx": 420, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCareers" }, { "char_end_idx": 432, "char_start_idx": 428, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFAQ" }, { "char_end_idx": 454, "char_start_idx": 432, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWKJS’ FCC Public File" }, { "char_end_idx": 477, "char_start_idx": 454, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWKJM’s FCC Public File" }, { "char_end_idx": 488, "char_start_idx": 477, "key": "paragraph", "marker": "li", "type": "local", "value": "\nR1 Digital" }, { "char_end_idx": 489, "char_start_idx": 488, "key": "paragraph", "marker": "nav", "type": "local", "value": "\n" }, { "char_end_idx": 614, "char_start_idx": 489, "key": "paragraph", "marker": "p", "type": "local", "value": "Lamar Odom may have seemed head-over-heels when he and Khloé Kardashian got hitched, but that didn’t keep him from cheating…\n" }, { "char_end_idx": 701, "char_start_idx": 614, "key": "paragraph", "marker": "p", "type": "local", "value": "KoKo talks about her relationship with Caitlyn, or according to her, the lack thereof.\n" }, { "char_end_idx": 772, "char_start_idx": 701, "key": "paragraph", "marker": "div", "type": "local", "value": "Rob Kardashian Diagnosed With Diabetes During Emergency Hospitalization" }, { "char_end_idx": 901, "char_start_idx": 772, "key": "paragraph", "marker": "p", "type": "local", "value": "\nRob Kardashian was taken to the hospital this weekend, where doctors made a shocking discovery about his health. While running…\n" }, { "char_end_idx": 1015, "char_start_idx": 901, "key": "paragraph", "marker": "p", "type": "local", "value": "Khloé Kardashian really showed her entire behind at a photo shoot in St Barth’s over the summer. The “Keeping Up…\n" }, { "char_end_idx": 1124, "char_start_idx": 1015, "key": "paragraph", "marker": "p", "type": "local", "value": "KoKo, Kris, Kourt, Kylie, and Kendall left Kim at home with the baby and headed out for a fashionable night…\n" }, { "char_end_idx": 1262, "char_start_idx": 1124, "key": "paragraph", "marker": "p", "type": "local", "value": "Kim Kardashian gave birth yesterday and is already being showered with love. The 35-year-old welcomed a baby boy alongside husband Kanye…\n" }, { "char_end_idx": 1368, "char_start_idx": 1262, "key": "paragraph", "marker": "p", "type": "local", "value": "Kim's been using her blog to update fans on her health, but the most recent news comes from her family's…\n" }, { "char_end_idx": 1484, "char_start_idx": 1368, "key": "paragraph", "marker": "p", "type": "local", "value": "Scott Disick was seen on the newest 'Keeping Up With The Kardashians' season, where he breaks down over losing the…\n" }, { "char_end_idx": 1495, "char_start_idx": 1484, "key": "paragraph", "marker": "li", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1506, "char_start_idx": 1495, "key": "paragraph", "marker": "li", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1517, "char_start_idx": 1506, "key": "paragraph", "marker": "div", "type": "local", "value": "3 days ago\n" }, { "char_end_idx": 1527, "char_start_idx": 1517, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1537, "char_start_idx": 1527, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1547, "char_start_idx": 1537, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1558, "char_start_idx": 1547, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1569, "char_start_idx": 1558, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1580, "char_start_idx": 1569, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1591, "char_start_idx": 1580, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1602, "char_start_idx": 1591, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1613, "char_start_idx": 1602, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1624, "char_start_idx": 1613, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1635, "char_start_idx": 1624, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1646, "char_start_idx": 1635, "key": "paragraph", "marker": "div", "type": "local", "value": "2 days ago\n" }, { "char_end_idx": 1772, "char_start_idx": 1646, "key": "paragraph", "marker": "div", "type": "local", "value": "×\nClose\nThank you for subscribing! Please be sure to open and click your first newsletter so we can confirm your subscription." }, { "char_end_idx": 1773, "char_start_idx": 1772, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Keeping Up with the Kardashians | 99.3-105.7 Kiss FM" } ]
[ { "key": "url", "type": "global", "value": "https://kissrichmond.com/tag/keeping-up-with-the-kardashians/" } ]
[]
Close menu Stone Soul ’19 Home On Air Schedule Tom Joyner Morning Show Community Clo King Tutt Music Playlist RVA Exclusives Radio One Richmond Community Page! Daddy Diaries Weekend Roundup Prizes Events Photos Connect Contact Us Newsletter Sign Up Listen To Kiss Richmond On Your Alexa! Join Our Text Club Download Our App Facebook Twitter Instagram YouTube Contact Us Privacy Ad Choice Terms of Service Advertising EEO Careers FAQ WKJS’ FCC Public File WKJM’s FCC Public File R1 Digital Lamar Odom may have seemed head-over-heels when he and Khloé Kardashian got hitched, but that didn’t keep him from cheating… KoKo talks about her relationship with Caitlyn, or according to her, the lack thereof. Rob Kardashian Diagnosed With Diabetes During Emergency Hospitalization Rob Kardashian was taken to the hospital this weekend, where doctors made a shocking discovery about his health. While running… Khloé Kardashian really showed her entire behind at a photo shoot in St Barth’s over the summer. The “Keeping Up… KoKo, Kris, Kourt, Kylie, and Kendall left Kim at home with the baby and headed out for a fashionable night… Kim Kardashian gave birth yesterday and is already being showered with love. The 35-year-old welcomed a baby boy alongside husband Kanye… Kim's been using her blog to update fans on her health, but the most recent news comes from her family's… Scott Disick was seen on the newest 'Keeping Up With The Kardashians' season, where he breaks down over losing the… 2 days ago 2 days ago 3 days ago 1 day ago 1 day ago 1 day ago 2 days ago 2 days ago 2 days ago 2 days ago 2 days ago 2 days ago 2 days ago 2 days ago 2 days ago × Close Thank you for subscribing! Please be sure to open and click your first newsletter so we can confirm your subscription.
https://kissrichmond.com/tag/keeping-up-with-the-kardashians/
[ { "char_end_idx": 57, "char_start_idx": 47, "key": "entity", "type": "local", "value": "Tom_Joyner" }, { "char_end_idx": 229, "char_start_idx": 227, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 332, "char_start_idx": 324, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 369, "char_start_idx": 367, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 459, "char_start_idx": 455, "key": "entity", "type": "local", "value": "WKJS" }, { "char_end_idx": 499, "char_start_idx": 489, "key": "entity", "type": "local", "value": "Lamar_Odom" }, { "char_end_idx": 560, "char_start_idx": 544, "key": "entity", "type": "local", "value": "Khloé_Kardashian" }, { "char_end_idx": 618, "char_start_idx": 614, "key": "entity", "type": "local", "value": "KOKO_(music_venue)" }, { "char_end_idx": 660, "char_start_idx": 653, "key": "entity", "type": "local", "value": "Caitlin" }, { "char_end_idx": 715, "char_start_idx": 701, "key": "entity", "type": "local", "value": "Rob_Kardashian" }, { "char_end_idx": 787, "char_start_idx": 773, "key": "entity", "type": "local", "value": "Rob_Kardashian" }, { "char_end_idx": 917, "char_start_idx": 901, "key": "entity", "type": "local", "value": "Khloé_Kardashian" }, { "char_end_idx": 978, "char_start_idx": 970, "key": "entity", "type": "local", "value": "Saint_Barthélemy" }, { "char_end_idx": 1019, "char_start_idx": 1015, "key": "entity", "type": "local", "value": "KOKO_(music_venue)" }, { "char_end_idx": 1025, "char_start_idx": 1021, "key": "entity", "type": "local", "value": "Kris_Jenner" }, { "char_end_idx": 1039, "char_start_idx": 1034, "key": "entity", "type": "local", "value": "Kylie_(album)" }, { "char_end_idx": 1052, "char_start_idx": 1045, "key": "entity", "type": "local", "value": "Kendall_Jenner" }, { "char_end_idx": 1061, "char_start_idx": 1058, "key": "entity", "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 1138, "char_start_idx": 1124, "key": "entity", "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 1260, "char_start_idx": 1255, "key": "entity", "type": "local", "value": "Kanye_West" }, { "char_end_idx": 1265, "char_start_idx": 1262, "key": "entity", "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 1380, "char_start_idx": 1368, "key": "entity", "type": "local", "value": "Kourtney_Kardashian" }, { "char_end_idx": 1437, "char_start_idx": 1405, "key": "entity", "type": "local", "value": "Keeping_Up_with_the_Kardashians" } ]
[ { "char_end_idx": 70, "char_start_idx": 46, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tom_Joyner" }, { "char_end_idx": 229, "char_start_idx": 210, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 332, "char_start_idx": 323, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 369, "char_start_idx": 359, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 477, "char_start_idx": 454, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "WKJS" }, { "char_end_idx": 614, "char_start_idx": 489, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lamar_Odom" }, { "char_end_idx": 614, "char_start_idx": 489, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Khloé_Kardashian" }, { "char_end_idx": 701, "char_start_idx": 614, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "KOKO_(music_venue)" }, { "char_end_idx": 701, "char_start_idx": 614, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Caitlin" }, { "char_end_idx": 772, "char_start_idx": 701, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Rob_Kardashian" }, { "char_end_idx": 901, "char_start_idx": 772, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Rob_Kardashian" }, { "char_end_idx": 1015, "char_start_idx": 901, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Khloé_Kardashian" }, { "char_end_idx": 1015, "char_start_idx": 901, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Saint_Barthélemy" }, { "char_end_idx": 1124, "char_start_idx": 1015, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "KOKO_(music_venue)" }, { "char_end_idx": 1124, "char_start_idx": 1015, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kris_Jenner" }, { "char_end_idx": 1124, "char_start_idx": 1015, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Kylie_(album)" }, { "char_end_idx": 1124, "char_start_idx": 1015, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Kendall_Jenner" }, { "char_end_idx": 1124, "char_start_idx": 1015, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 1262, "char_start_idx": 1124, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 1262, "char_start_idx": 1124, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kanye_West" }, { "char_end_idx": 1368, "char_start_idx": 1262, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 1484, "char_start_idx": 1368, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kourtney_Kardashian" }, { "char_end_idx": 1484, "char_start_idx": 1368, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Keeping_Up_with_the_Kardashians" } ]
0
599
1556072766000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Inria - Perturbed linear rough differential equations</title> <link href="http://purl.org/dc/elements/1.1/" rel="schema.DC" /> <link href="//static.ccsd.cnrs.fr" rel="dns-prefetch" /> <link href="//cas.ccsd.cnrs.fr" rel="dns-prefetch" /> <link href="//cdn.mathjax.org" rel="dns-prefetch" /> <link href="/img/favicon.png" rel="icon" type="type/png" /> <link href="/search/opensearch" rel="search" type="application/opensearchdescription+xml" title="HAL" /> <link href="/css/print_hal.css" media="print" rel="stylesheet" type="text/css" /> <meta name="citation_doi" content="10.5802/ambp.338" /> <meta name="DC.relation.ispartof" content="Annales mathématiques Blaise Pascal" /> <meta name="citation_journal_title" content="Annales mathématiques Blaise Pascal" /> <meta name="DC.citation.volume" content="21" /> <meta name="citation_volume" content="21" /> <meta name="DC.citation.issue" content="1" /> <meta name="citation_issue" content="1" /> <meta name="citation_firstpage" content="103-150" /> <meta name="DC.issued" content="2014/04/01" /> <meta name="DC.date" content="2014/04/01" /> <meta name="citation_publication_date" content="2014/04/01" /> <meta name="citation_online_date" content="2013/12/23" /> <meta property="og:url" content="https://hal.inria.fr/hal-00722900/document" /> <meta name="DC.identifier" content="https://hal.inria.fr/hal-00722900/document" /> <meta name="citation_pdf_url" content="https://hal.inria.fr/hal-00722900/document" /> <meta name="keywords" content="Linear Rough Differential Equations ; Chen series ; Magnus series ; Rough Paths Theory ; Duhamel Principle" /> <meta name="DC.subject" content="Linear Rough Differential Equations ; Chen series ; Magnus series ; Rough Paths Theory ; Duhamel Principle" /> <meta name="citation_keywords" content="Linear Rough Differential Equations ; Chen series ; Magnus series ; Rough Paths Theory ; Duhamel Principle" /> <meta property="og:description" content="We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula." /> <meta name="description" content="We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula." /> <meta name="DC.description" content="We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula." /> <meta name="citation_abstract" content="We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula." /> <meta name="DC.creator" content="Laure Coutin" /> <meta name="citation_author" content="Laure Coutin" /> <meta name="DC.creator" content="Antoine Lejay" /> <meta name="citation_author" content="Antoine Lejay" /> <meta property="og:url" content="https://hal.inria.fr/hal-00722900" /> <meta name="DC.identifier" content="hal-00722900" /> <meta name="DC.identifier" content="https://hal.inria.fr/hal-00722900" /> <meta property="og:title" content="Perturbed linear rough differential equations" /> <meta name="DC.title" content="Perturbed linear rough differential equations" /> <meta name="citation_title" content="Perturbed linear rough differential equations" /> <meta property="og:type" content="journal" /> <meta name="DC.type" content="journal" /> <meta name="DC.language" content="en" /> <meta name="citation_language" content="en" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="en" /> <script type="text/javascript"> //<![CDATA[ var lang = 'en'; //]]> </script> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/css/ccsd_form.css?1556012452" type="text/css" media="screen" /> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/css/custom-theme/jquery-ui-1.10.0.custom.css?1556012452" type="text/css" media="screen" /> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/v3/css/bootstrap.min.css?1556012452" type="text/css" media="screen" /> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/css/ccsd.css?1556012452" type="text/css" media="screen" /> <link rel="stylesheet" href="/css/hal.css?1556012452" type="text/css" media="screen" /> <link rel="stylesheet" href="/public/style.css?1540826069&1556012452" type="text/css" media="screen" /> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/jquery/jquery-1.12.4.min.js?1556012452"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/jquery-ui-1.11.4/jquery-ui.min.js?1556012452"></script> <script type="text/javascript" src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js?1556012452"></script> <script type="text/javascript" src="/js/translations.php?lang=en&1556012452"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/v3/js/bootstrap.min.js?1556012452"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/form.js?1556012452"></script> <script type="text/javascript" src="/js/utile.js?1556012452"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/datepicker/datepicker-en.js?1556012452"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/datepicker.js?1556012452"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script> <script type='text/x-mathjax-config'>MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['$$','$$']]}});</script> <style type="text/css"> html { position: relative; min-height: 100%; } </style> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="navbar-header "> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#nav-services"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo-ccsd"> <a class="brand" href="https://www.ccsd.cnrs.fr/" title="Centre pour la Communication Scientifique Directe"><img src="/img/ccsd.png" border="0" alt="CCSD" /></a> </div> </div> <div class="collapse navbar-collapse" id="nav-services"> <ul class="nav navbar-nav"> <li class="dropdown active"><a href="#" class="dropdown-toggle" data-toggle="dropdown">HAL <b class="caret" style="border-top-color:#ee5a35;border-bottom-color:#ee5a35;"></b></a> <ul class="dropdown-menu"> <li><a href="https://hal.archives-ouvertes.fr">HAL</a></li> <li><a href="https://halshs.archives-ouvertes.fr">HALSHS</a></li> <li><a href="https://tel.archives-ouvertes.fr">TEL</a></li> <li><a href="https://medihal.archives-ouvertes.fr">MédiHAL</a></li> <li><a href="https://hal.archives-ouvertes.fr/browse/portal">Liste des portails</a></li> <li class="divider"></li> <li><a href="https://aurehal.archives-ouvertes.fr" target="_blank">AURéHAL</a></li> <li><a href="http://api.archives-ouvertes.fr/docs">API</a></li> <li><a href="https://data.archives-ouvertes.fr/" title="HAL SPARQL endpoint">Data</a></li> <li><a href="https://hal.archives-ouvertes.fr/section/documentation" rel="help">Documentation</a></li> </ul></li> <li class="dropdown "> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Episciences.org <b class="caret" style="border-top-color:#ee5a35;border-bottom-color:#ee5a35;"></b></a> <ul class="dropdown-menu"> <li><a href="https://www.episciences.org">Episciences.org</a></li> <li><a href="https://www.episciences.org/page/journals">Journals</a></li> <li class="divider"></li> <li><a href="https://doc.episciences.org/" rel="help">Documentation</a></li> </ul> </li> <li class=""> <a href="https://www.sciencesconf.org">Sciencesconf.org</a></li> <li><a href="https://support.ccsd.cnrs.fr">Support</a></li> </ul> <div class="nav navbar-nav navbar-right"> <form class="form-inline pull-right" style="margin-top: 8px; margin-right: 8px;" action="/user/login" id="form-login" method="post"> <input type="hidden" name="forward-controller" value="view" /> <input type="hidden" name="forward-action" value="index" /> <input type="hidden" name="identifiant" value="hal-00722900" /><input type="hidden" name="2" value="v3" /><input type="hidden" name="version" value="3" /> <div class="btn-group"> <button class="btn btn-small btn-primary" type="button" onclick="$('#form-login').submit();" accesskey="l"> <i class="glyphicon glyphicon-user glyphicon-white"></i>&nbsp;Sign in </button> <button class="btn btn-small btn-primary dropdown-toggle" data-toggle="dropdown" type="button"> <span class="caret" style="border-top-color: #fff; border-bottom-color: #fff;"></span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#" onclick="$('#form-login').submit();">Sign in</a></li> <li><a id="getorcid" href="https://orcid.org/oauth/authorize?client_id=APP-O6Y5HZD2SFM7ON6Z&response_type=code&scope=/authenticate&redirect_uri=https://hal.archives-ouvertes.fr/user/coext?url=https://hal.inria.fr/hal-00722900v3">Sign in with ORCID</a></li> <li class="divider"></li> <li><a href="/user/create">Create account</a></li> <li class="divider"></li> <li><a href="/user/lostpassword">Forgot your password?</a></li> <li><a href="/user/lostlogin">Have you forgotten your login?</a></li> </ul> </div> </form> </div> <form action="" method="post" id="formLang"> <input type="hidden" name="lang" id="lang" value="" /> <ul class="nav navbar-nav navbar-right navbar-lang"> <li class=" "><a href="javascript:void(0);" title="fr" onclick="$('#lang').val('fr');$('#formLang').submit();"><span class="badge small">fr</span></a></li> <li class=" active"><a href="javascript:void(0);" title="en" onclick="$('#lang').val('en');$('#formLang').submit();"><span class="badge small">en</span></a></li> </ul> </form> </div> </div> <div id="container" class="container"> <div class="logo"> <table width="100%" cellpadding="0" style="position:relative;"> <tr> <td align="left"><span class="h1" style="h1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HAL-Inria</span></td> <td align="right"><span class="h2e" style="h2e"><i>Publications, software ... of Inria's scientists&nbsp;&nbsp;&nbsp;</i></span></td> </tr> </table> </div> <div class="row"> <div class="col-md-12"> <style type="text/css"> .nav-tabs > li { margin-bottom: -2px; } .dropdown:hover>.dropdown-menu { display: block; } </style> <div id="global-navigation" class="sidebar-nav" role="navigation"> <ul class="nav nav-tabs"> <li class=""><a href="/" >Home</a></li> <li class=""><a href="/submit/index" >Submit</a></li> <li class="dropdown "> <a href="/section/consulter" class="dropdown-toggle" data-toggle="dropdown">Browse all HAL<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="/browse/period" >by writing date</a></li> <li><a href="/browse/domain" >by domain</a></li> <li><a href="/browse/doctype" >by publication type</a></li> <li><a href="/browse/collection" >by collection</a></li> <li><a href="https://arxiv.org/" onclick="this.target='_blank'" >arXiv</a></li> <li><a href="/browse/last" >last submissions</a></li> </ul> </li> <li class=""><a href="https://hal.inria.fr/INRIA" onclick="this.target='_blank'" >Inria publications</a></li> <li class=""><a href="/search/index" >Search</a></li> <li class="dropdown "> <a href="/section/list11" class="dropdown-toggle" data-toggle="dropdown">Services<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="https://haltools.inria.fr/?action=export&lang=fr" onclick="this.target='_blank'" >HalTools : Create your web page</a></li> <li><a href="https://haltools.inria.fr/?action=exportXML&lang=fr" onclick="this.target='_blank'" >Haltools : RAWEB export </a></li> <li><a href="https://x2hal.inria.fr/" onclick="this.target='_blank'" >X2Hal : Batch import</a></li> <li><a href="https://aurehal.archives-ouvertes.fr/structure/index" onclick="this.target='_blank'" >Find your project team / laboratory</a></li> </ul> </li> <li class="dropdown "> <a href="/section/list16" class="dropdown-toggle" data-toggle="dropdown">Help<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="https://hal.archives-ouvertes.fr/section/documentation" onclick="this.target='_blank'" >HAL V3 inline help</a></li> <li><a href="http://blog.ccsd.cnrs.fr/" onclick="this.target='_blank'" >HAL V3 - Latest developments</a></li> <li><a href="http://api.archives-ouvertes.fr/docs" onclick="this.target='_blank'" >HAL API documentation</a></li> <li><a href="/page/add-thumbnails" >Add Thumbnails</a></li> <li><a href="https://iww.inria.fr/hal/aide/spip.php%3Farticle142&lang=fr.html" onclick="this.target='_blank'" >Inline help Haltools</a></li> <li><a href="https://doc.archives-ouvertes.fr/bib2hal" onclick="this.target='_blank'" >Bib2hal inline help</a></li> </ul> </li> <li class="dropdown "> <a href="/section/openaccess" class="dropdown-toggle" data-toggle="dropdown">OpenAccess<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="/page/inria-soutient-la-science-ouverte" >Inria supporting open science</a></li> </ul> </li> </ul> </div> <div class="corps"> <div id="flash-messages"> </div> <div class="row" id="document"> <div class="col-md-8"> <div class="btn-group dropdown"> <button type="button" class="btn btn-danger">hal-00722900, version 3</button> <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown"> <span class="caret"></span> </button> <ul class="dropdown-menu pull-right" style="margin:0px" role="menu"> <li><a href="/hal-00722900v1">version 1</a></li> <li><a href="/hal-00722900v2">version 2</a></li> </ul> </div> <h1 class="title"> Perturbed linear rough differential equations </h1> <div class="authors"> <span class="author"> <a rel="nofollow" href="/search/index/q/*/authFullName_s/Laure+Coutin" target="_blank">Laure Coutin</a> <sup>1</sup> </span> <span class="author"> <a rel="nofollow" href="/search/index/q/*/authIdHal_s/antoine-lejay" target="_blank">Antoine Lejay</a> <sup>2, 3</sup> </span> <button type="button" class="btn btn-default btn-xs opacity" onclick="displayDiv('.authors', '.authors-details')">Details</button> <div class="structs"> <div class="struct"> </div> <div class="struct"> <span class="structid">1</span> <a rel="nofollow" href="/search/index/q/*/structId_i/1954/" target="_blank"> IMT - Institut de Mathématiques de Toulouse UMR5219 </a> </div> <div class="struct"> <span class="structid">2</span> <a rel="nofollow" href="/search/index/q/*/structId_i/206068/" target="_blank"> TOSCA - TO Simulate and CAlibrate stochastic models </a> <div style="padding-left:22px;">CRISAM - Inria Sophia Antipolis - Méditerranée , IECL - Institut Élie Cartan de Lorraine : UMR7502</div> </div> <div class="struct"> <span class="structid">3</span> <a rel="nofollow" href="/search/index/q/*/structId_i/211251/" target="_blank"> IECL - Institut Élie Cartan de Lorraine </a> </div> </div> </div> <div class="authors-details well" style="display:none;"> <div class="row"> <div class="col-md-6"> <blockquote> <strong><i class="glyphicon glyphicon-user"></i>&nbsp; <a rel="nofollow" href="/search/index/q/*/authFullName_s/Laure+Coutin" target="_blank">Laure Coutin</a> <sup>1</sup> <label class="label label-primary">AuthorId : 62088</label> </strong> <br/><span class="label label-default">Author</span> <small>Employer institution : <a rel="nofollow" href="/search/index/q/*/structId_i/217752/" target="_blank">Université Toulouse III - Paul Sabatier</a> </small> </blockquote> </div> <div class="col-md-6"> <blockquote> <strong><i class="glyphicon glyphicon-user"></i>&nbsp; <a rel="nofollow" href="/search/index/q/*/authIdHal_s/antoine-lejay" target="_blank">Antoine Lejay</a> <sup>2, 3</sup> <label class="label label-primary">AuthorId : 810589</label> </strong> <br/><a href="" id="link5cbfc93e41228" ></a><script type="text/javascript" language="javascript"> decryptMail("[email protected]", "link5cbfc93e41228", "<i class='glyphicon glyphicon-envelope'></i>")</script> <a href="http://www.iecn.u-nancy.fr/~lejay" data-toggle="tooltip" title="http://www.iecn.u-nancy.fr/~lejay" target="_blank" rel="noopener"><i class='glyphicon glyphicon-globe'></i></a> <br/><span class="label label-default">Author</span> <small>Employer institution : <a rel="nofollow" href="/search/index/q/*/structId_i/300009/" target="_blank">Institut National de Recherche en Informatique et en Automatique</a> </small> <small>IdHAL : <a href="//cv.archives-ouvertes.fr/antoine-lejay" title="CV HAL" target="_blank">antoine-lejay</a></small> <small>ORCID : <a href="https://orcid.org/0000-0003-0406-9550" target="_blank" rel="noopener">https://orcid.org/0000-0003-0406-9550</a></small> </blockquote> </div> </div><div class="row"> </div> <div class="structs"> <div class="well struct"> <span class="structid">1</span> <a href="/search/index/q/*/structId_i/1954" target="_blank">IMT - Institut de Mathématiques de Toulouse UMR5219</a><small> (UPS IMT, F-31062 Toulouse Cedex 9, INSA Toulouse, F-31077 Toulouse, France UT1, F-31042 Toulouse, France UT2, F-31058 Toulouse, Téléphone : 05.61.55.67.90 - France)</small> <label class="label label-primary">StructId : 1954</label><ul><li><a href="/search/index/q/*/structId_i/81148" target="_blank">UT1 - Université Toulouse 1 Capitole</a><small> (2 rue du Doyen-Gabriel-Marty - 31042 Toulouse Cedex 9 - France)</small> <label class="label label-primary">StructId : 81148</label></li><li><a href="/search/index/q/*/structId_i/116256" target="_blank">UT2J - Université Toulouse - Jean Jaurès</a><small> (5 allées Antonio Machado - 31058 Toulouse Cedex 9 - France)</small> <label class="label label-primary">StructId : 116256</label></li><li><a href="/search/index/q/*/structId_i/217752" target="_blank">UPS - Université Toulouse III - Paul Sabatier</a><small> (118 route de Narbonne - 31062 Toulouse - France)</small> <label class="label label-primary">StructId : 217752</label><ul><li><a href="/search/index/q/*/structId_i/443875" target="_blank">Université Fédérale Toulouse Midi-Pyrénées</a><small> (41 Allée Jules Guesde, 31000 Toulouse - France)</small> <label class="label label-primary">StructId : 443875</label></li></ul></li><li><a href="/search/index/q/*/structId_i/301089" target="_blank">PRES Université de Toulouse</a><small> (France)</small> <label class="label label-primary">StructId : 301089</label></li><li><a href="/search/index/q/*/structId_i/116255" target="_blank">INSA Toulouse - Institut National des Sciences Appliquées - Toulouse</a><small> (135, avenue de Rangueil - 31077 Toulouse cedex 4 - France)</small> <label class="label label-primary">StructId : 116255</label><ul><li><a href="/search/index/q/*/structId_i/301232" target="_blank">INSA - Institut National des Sciences Appliquées</a><small> (France)</small> <label class="label label-primary">StructId : 301232</label></li></ul></li><li><a href="/search/index/q/*/structId_i/441569" target="_blank">CNRS - Centre National de la Recherche Scientifique</a> : UMR5219<small> (France)</small> <label class="label label-primary">StructId : 441569</label></li></ul> </div> <div class="well struct"> <span class="structid">2</span> <a href="/search/index/q/*/structId_i/206068" target="_blank">TOSCA - TO Simulate and CAlibrate stochastic models</a><small> (2004 route des Lucioles BP 93 F-06902 Sophia Antipolis (France) - France)</small> <label class="label label-primary">StructId : 206068</label><ul><li><a href="/search/index/q/*/structId_i/34586" target="_blank">CRISAM - Inria Sophia Antipolis - Méditerranée </a><small> (2004 route des Lucioles BP 93 06902 Sophia Antipolis - France)</small> <label class="label label-primary">StructId : 34586</label><ul><li><a href="/search/index/q/*/structId_i/300009" target="_blank">Inria - Institut National de Recherche en Informatique et en Automatique</a><small> (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France)</small> <label class="label label-primary">StructId : 300009</label></li></ul></li><li><a href="/search/index/q/*/structId_i/211251" target="_blank">IECL - Institut Élie Cartan de Lorraine</a> : UMR7502<small> (Université de Lorraine, Boulevard des Aiguillettes BP 70239 54506 Vandoeuvre-les-Nancy Cedex Ile du Saulcy - 57 045 Metz Cedex 01 - France)</small> <label class="label label-primary">StructId : 211251</label><ul><li><a href="/search/index/q/*/structId_i/413289" target="_blank">UL - Université de Lorraine</a><small> (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France)</small> <label class="label label-primary">StructId : 413289</label></li><li><a href="/search/index/q/*/structId_i/441569" target="_blank">CNRS - Centre National de la Recherche Scientifique</a> : UMR7502<small> (France)</small> <label class="label label-primary">StructId : 441569</label></li></ul></li></ul> </div> <div class="well struct"> <span class="structid">3</span> <a href="/search/index/q/*/structId_i/211251" target="_blank">IECL - Institut Élie Cartan de Lorraine</a><small> (Université de Lorraine, Boulevard des Aiguillettes BP 70239 54506 Vandoeuvre-les-Nancy Cedex Ile du Saulcy - 57 045 Metz Cedex 01 - France)</small> <label class="label label-primary">StructId : 211251</label><ul><li><a href="/search/index/q/*/structId_i/413289" target="_blank">UL - Université de Lorraine</a><small> (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France)</small> <label class="label label-primary">StructId : 413289</label></li><li><a href="/search/index/q/*/structId_i/441569" target="_blank">CNRS - Centre National de la Recherche Scientifique</a> : UMR7502<small> (France)</small> <label class="label label-primary">StructId : 441569</label></li></ul> </div> </div> <div class="text-center"> <button type="button" class="btn btn-default btn-xs" onclick="displayDiv('.authors', '.authors-details')">Hide details</button> </div> </div> <div class="abstract"> <div class="abstract-content"> <strong>Abstract</strong> : We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula. </div> </div> <div class="keywords"> <div class="keyword-content"> <strong>Keywords</strong> : <a rel="nofollow" href="/search/index/q/*/keyword_t/Linear Rough Differential Equations/" target="_blank" class="btn btn-default btn-xs">Linear Rough Differential Equations</a> <a rel="nofollow" href="/search/index/q/*/keyword_t/Chen series/" target="_blank" class="btn btn-default btn-xs">Chen series</a> <a rel="nofollow" href="/search/index/q/*/keyword_t/Magnus series/" target="_blank" class="btn btn-default btn-xs">Magnus series</a> <a rel="nofollow" href="/search/index/q/*/keyword_t/Rough Paths Theory/" target="_blank" class="btn btn-default btn-xs">Rough Paths Theory</a> <a rel="nofollow" href="/search/index/q/*/keyword_t/Duhamel Principle/" target="_blank" class="btn btn-default btn-xs">Duhamel Principle</a> </div> </div> <div class="metadatas"> <div><strong>Document type</strong> : <div class="label label-ART label-danger"> Journal articles </div> </div> <div><strong>Domain</strong> : <blockquote style="margin-left:65px;margin-top:-15px;"> <div> <div> <strong> <a rel="nofollow" href="/search/index/q/*/level0_domain_s/math" target="_blank">Mathematics [math]</a> / <a rel="nofollow" href="/search/index/q/*/level1_domain_s/math.math-pr" target="_blank">Probability [math.PR]</a> </strong> </div> </div> </blockquote> </div> </div> <!--<hr />--> <div class="metadatas-complete"> <span class="metadatas-complete-title"> Liste complète des métadonnées </span> <span class="btn-view text-center"><button type="button" class="btn btn-default btn-sm" onclick="viewDocMetadatas(922160)"><i class="glyphicon glyphicon-th-list"></i>&nbsp;Display</button></span> <span class="btn-hide text-center" style="display:none;"><button type="button" class="btn btn-default btn-sm" onclick="hideDocMetadatas()"><i class="glyphicon glyphicon-th-list"></i>&nbsp;Hide</button></span> <div class="content"></div> </div> <!-- Cited References --> <br /> <div class="references"> <span class="references-title" id="references-title"> Cited literature [53 references] </span> <span class="references-buttons text-center"> <span class="btn-group" role="group"> <a type="button" id="btn-view" class="btn btn-default btn-sm" onclick="viewDocReferences(922160)"> <i class="glyphicon glyphicon-th-list"></i>&nbsp;Display </a> <a type="button" id="btn-hide" class="btn btn-default btn-sm" onclick="hideDocReferences()"> <i class="glyphicon glyphicon-th-list"></i>&nbsp;Hide </a> <a type="button" target="_blank" class="btn btn-default btn-sm" href="/hal-00722900v3/html_references"> <i class="glyphicon glyphicon-download"></i>&nbsp;Download </a> </span> </span> <div class="content"></div> </div> <script type="text/javascript"> // Display references function viewDocReferences(docId) { var referencesContent = '.references .content'; if ($(referencesContent).is(':hidden')) { $('.references #btn-view').hide(); $(referencesContent).toggle('slow'); $('.references #btn-hide').show(); } else { $(referencesContent).html(getLoader()); $.ajax({ url: "/view/references", type: "post", data: {docId:docId, actionReference:'renderReferences'}, success: function(data) { $('.references #btn-view').hide(); $(referencesContent).html(data); linkifyElem ('.references .content .linkify'); $('.references #btn-hide').show(); // Par défaut, on affiche seulement les références bien formées sortReferences('well'); } }); } } // Hide references function hideDocReferences() { $('.references #btn-view').show(); $('.references .content, .references #btn-hide').hide(); } </script> <!-- Gallery --> <hr /> <div> <small> https://hal.inria.fr/hal-00722900<br /> Contributor : <a rel="nofollow" href="/search/index/q/*/contributorId_i/103407/" target="_blank">Antoine Lejay</a> &lt;<a href="" id="link5cbfc93e46b6d" ></a><script type="text/javascript" language="javascript"> decryptMail("[email protected]", "link5cbfc93e46b6d", "")</script>&gt;<br/> Submitted on : Monday, December 23, 2013 - 10:10:15 PM<br /> Last modification on : Friday, April 12, 2019 - 4:22:50 PM<br /> Document(s) archivé(s) le : Saturday, April 8, 2017 - 8:21:05 AM<br /> </small> </div> </div> <div class="col-md-4"> <!-- Fichiers --> <div class="widget widget-files"> <h3 class="widget-header"> File </h3> <div class="widget-content"> <div class="row"> <div class="col-md-4 text-center"> <a href="https://hal.inria.fr/hal-00722900v3/document" target="_blank"> <img src="//thumb.ccsd.cnrs.fr/5261937/small" border="0" class="img-thumbnail"/> </a> </div> <div class="col-md-8"> <a href="https://hal.inria.fr/hal-00722900v3/document" target="_blank" data-toggle="tooltip" title="linearRDE_final.pdf - 541.36 Ko">linearRDE_final.pdf</a> <div>Files produced by the author(s)</div> </div> </div> </div> </div> <!-- Licence --> <!-- Open Access --> <!-- Identifiants --> <div class="widget widget-identifiants"> <h3 class="widget-header">Identifiers</h3> <div class="widget-content"> <ul> <li>HAL Id : <strong>hal-00722900, version 3</strong></li> <li>DOI : <strong> <a href="https://dx.doi.org/10.5802/ambp.338" target="_blank">10.5802/ambp.338</a> </strong></li> </ul> </div> </div> <!-- Données de la recherche --> <!-- Collections --> <div class="widget widget-collection"> <h3 class="widget-header">Collections</h3> <div class="widget-content"> <p><a href="/INRIA" target="_blank" data-toggle="tooltip" title="INRIA">INRIA</a> | <a href="/IECN" target="_blank" data-toggle="tooltip" title="IECN">IECN</a> | <a href="/INSMI" target="_blank" data-toggle="tooltip" title="INSMI">INSMI</a> | <a href="/UNIV-LORRAINE" target="_blank" data-toggle="tooltip" title="UNIV-LORRAINE">UNIV-LORRAINE</a> | <a href="/IMT" target="_blank" data-toggle="tooltip" title="IMT">IMT</a> | <a href="/INSA-TOULOUSE" target="_blank" data-toggle="tooltip" title="INSA-TOULOUSE">INSA-TOULOUSE</a> | <a href="/UNIV-TLSE2" target="_blank" data-toggle="tooltip" title="UNIV-TLSE2">UNIV-TLSE2</a> | <a href="/UNIV-TLSE3" target="_blank" data-toggle="tooltip" title="UNIV-TLSE3">UNIV-TLSE3</a> | <a href="/IECLPS" target="_blank" data-toggle="tooltip" title="IECLPS">IECLPS</a> | <a href="/INSA-GROUPE" target="_blank" data-toggle="tooltip" title="INSA-GROUPE">INSA-GROUPE</a></p> </div> </div> <!-- Relations --> <!-- Citation --> <div class="widget widget-citation"> <h3 class="widget-header">Citation</h3> <div class="widget-content ref-biblio"> Laure Coutin, Antoine Lejay. Perturbed linear rough differential equations. <i>Annales mathématiques Blaise Pascal</i>, cedram, 2014, 21 (1), pp.103-150. <a target="_blank" href="https://dx.doi.org/10.5802/ambp.338">&#x27E8;10.5802/ambp.338&#x27E9;</a>. <a target="_blank" href="https://hal.inria.fr/hal-00722900v3">&#x27E8;hal-00722900v3&#x27E9;</a> </div> </div> <!-- Export --> <div class="widget widget-export"> <h3 class="widget-header">Export</h3> <div class="widget-content" style="text-align:center"> <a class="widget-export-btn btn btn-default btn-sm" href="/hal-00722900v3/bibtex" role="button" target="_blank">BibTeX</a> <a class="widget-export-btn btn btn-default btn-sm" href="/hal-00722900v3/tei" role="button" target="_blank">TEI</a> <a class="widget-export-btn btn btn-default btn-sm" href="/hal-00722900v3/dc" role="button" target="_blank">DC</a> <a class="widget-export-btn btn btn-default btn-sm" href="/hal-00722900v3/dcterms" role="button" target="_blank">DCterms</a> <a class="widget-export-btn btn btn-default btn-sm" href="/hal-00722900v3/endnote" role="button">EndNote</a> </div> </div> <!-- Partager --> <div class="widget widget-share"> <h3 class="widget-header">Share</h3> <div class="widget-content" > <!-- AddToAny BEGIN --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_email"></a> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> </div> <script async src="https://static.addtoany.com/menu/page.js"></script> <!-- AddToAny END --> </div> </div> <!-- Altmetrics --> <div class="widget widget-metrics"> <h3 class="widget-header">Metrics</h3> <div class="widget-content" style="text-align: center"> <div class="row"> <div class="col-md-6"> <div style="height:3em"><strong>Record views</strong></div> <h2 style="margin-top:10px;"><span class="label label-primary">747</span></h2> </div> <div class="col-md-6"> <div style="height:3em"><strong>Files downloads</strong></div> <h2 style="margin-top:10px;"><span class="label label-primary">461</span></h2> </div> </div> <hr style="margin-top:20px;margin-bottom:20px;"/> <div data-badge-details="right" data-badge-type="donut" data-hide-no-mentions="false" class="altmetric-embed" data-doi='10.5802/ambp.338' ></div> </div> </div> <!-- Research Data --> </div> </div> <script type="text/javascript"> $(function () { /*$('.dropdown').hover(function() { $(this).find('.dropdown-menu').stop(true,true).slideDown( 300 ); }, function() { $(this).find('.dropdown-menu').stop(true,true).slideUp( 300 ); });*/ $('.btn-lang>button').click(function(){ $(this).parent().find('button').removeClass('active'); $(this).addClass('active').closest('.row').find('.col-content>div').hide(); $(this).closest('.row').find('.col-content .content-' + $(this).attr('attr-lang')).show(); }); linkifyElem ('.linkify'); }); function linkifyElem (selector) { $('.linkify').each(function(){ $(this).html(linkify($(this).html())); }); } function displayDiv(selector1, selector2) { if ($(selector1).is(':visible')) { $(selector1).toggle('hide'); $(selector2).toggle('show'); } else { $(selector2).toggle('hide'); $(selector1).toggle('show'); } } function viewDocMetadatas(docid) { if ($('.metadatas-complete .content').is(':hidden')) { $('.metadatas-complete .btn-view').hide(); $('.metadatas-complete .content').toggle('slow'); $('.metadatas-complete .btn-hide').show(); } else { $('.metadatas-complete .content').html(getLoader()); $.ajax({ url: "/view/metadata", type: "post", data: {docid:docid}, success: function( data ) { $('.metadatas-complete .btn-view').hide(); $('.metadatas-complete .content').html(data); linkifyElem ('.metadatas-complete .content'); $('.metadatas-complete .btn-hide').show(); } }); } } function hideDocMetadatas() { $('.metadatas-complete .btn-view').show(); $('.metadatas-complete .content, .metadatas-complete .btn-hide').hide(); } </script> </div> </div> </div> </div> </div> <div class="footer"> <div class="footer-contact"> <h4>Contact</h4> <br /> <a href="mailto:[email protected]" target="_blank">[email protected]</a></div> </div> <script type="text/javascript"> $(document).ready(function () { $(document.body).tooltip({ selector: '[data-toggle="tooltip"]' , html: true, container: 'body'}); }); </script> <script type="text/javascript"> var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik-hal.ccsd.cnrs.fr/" : "http://piwik-hal.ccsd.cnrs.fr/"); document.write(decodeURI("%3Cscript src=\'" + pkBaseURL + "piwik.js\' type=\'text/javascript\'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 27); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); //Archive HAL var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 92); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); } catch( err ) {} </script><noscript><p><img src="https://piwik-hal.ccsd.cnrs.fr/piwik.php?idsite=27" style="border:0" alt="" /></p></noscript> </body> </html>
[]
[ "<head>\n <title>Inria - Perturbed linear rough differential equations</title>\n<link href=\"http://purl.org/dc/elements/1.1/\" rel=\"schema.DC\"/>\n<link href=\"//static.ccsd.cnrs.fr\" rel=\"dns-prefetch\"/>\n<link href=\"//cas.ccsd.cnrs.fr\" rel=\"dns-prefetch\"/>\n<link href=\"//cdn.mathjax.org\" rel=\"dns-prefetch\"/>\n<link href=\"/img/favicon.png\" rel=\"icon\" type=\"type/png\"/>\n<link href=\"/search/opensearch\" rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"HAL\"/>\n<link href=\"/css/print_hal.css\" media=\"print\" rel=\"stylesheet\" type=\"text/css\"/>\n<meta name=\"citation_doi\" content=\"10.5802/ambp.338\"/>\n<meta name=\"DC.relation.ispartof\" content=\"Annales mathématiques Blaise Pascal\"/>\n<meta name=\"citation_journal_title\" content=\"Annales mathématiques Blaise Pascal\"/>\n<meta name=\"DC.citation.volume\" content=\"21\"/>\n<meta name=\"citation_volume\" content=\"21\"/>\n<meta name=\"DC.citation.issue\" content=\"1\"/>\n<meta name=\"citation_issue\" content=\"1\"/>\n<meta name=\"citation_firstpage\" content=\"103-150\"/>\n<meta name=\"DC.issued\" content=\"2014/04/01\"/>\n<meta name=\"DC.date\" content=\"2014/04/01\"/>\n<meta name=\"citation_publication_date\" content=\"2014/04/01\"/>\n<meta name=\"citation_online_date\" content=\"2013/12/23\"/>\n<meta property=\"og:url\" content=\"https://hal.inria.fr/hal-00722900/document\"/>\n<meta name=\"DC.identifier\" content=\"https://hal.inria.fr/hal-00722900/document\"/>\n<meta name=\"citation_pdf_url\" content=\"https://hal.inria.fr/hal-00722900/document\"/>\n<meta name=\"keywords\" content=\"Linear Rough Differential Equations ; Chen series ; Magnus series ; Rough Paths Theory ; Duhamel Principle\"/>\n<meta name=\"DC.subject\" content=\"Linear Rough Differential Equations ; Chen series ; Magnus series ; Rough Paths Theory ; Duhamel Principle\"/>\n<meta name=\"citation_keywords\" content=\"Linear Rough Differential Equations ; Chen series ; Magnus series ; Rough Paths Theory ; Duhamel Principle\"/>\n<meta property=\"og:description\" content=\"We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula.\"/>\n<meta name=\"description\" content=\"We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula.\"/>\n<meta name=\"DC.description\" content=\"We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula.\"/>\n<meta name=\"citation_abstract\" content=\"We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula.\"/>\n<meta name=\"DC.creator\" content=\"Laure Coutin\"/>\n<meta name=\"citation_author\" content=\"Laure Coutin\"/>\n<meta name=\"DC.creator\" content=\"Antoine Lejay\"/>\n<meta name=\"citation_author\" content=\"Antoine Lejay\"/>\n<meta property=\"og:url\" content=\"https://hal.inria.fr/hal-00722900\"/>\n<meta name=\"DC.identifier\" content=\"hal-00722900\"/>\n<meta name=\"DC.identifier\" content=\"https://hal.inria.fr/hal-00722900\"/>\n<meta property=\"og:title\" content=\"Perturbed linear rough differential equations\"/>\n<meta name=\"DC.title\" content=\"Perturbed linear rough differential equations\"/>\n<meta name=\"citation_title\" content=\"Perturbed linear rough differential equations\"/>\n<meta property=\"og:type\" content=\"journal\"/>\n<meta name=\"DC.type\" content=\"journal\"/>\n<meta name=\"DC.language\" content=\"en\"/>\n<meta name=\"citation_language\" content=\"en\"/>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n<meta http-equiv=\"Content-Language\" content=\"en\"/>\n<script type=\"text/javascript\">\n //&lt;![CDATA[\n var lang = 'en'; //]]&gt;\n</script>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/css/ccsd_form.css?1556012452\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/css/custom-theme/jquery-ui-1.10.0.custom.css?1556012452\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/v3/css/bootstrap.min.css?1556012452\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/css/ccsd.css?1556012452\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"/css/hal.css?1556012452\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"/public/style.css?1540826069&amp;1556012452\" type=\"text/css\" media=\"screen\"/>\n\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/jquery/jquery-1.12.4.min.js?1556012452\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/jquery-ui-1.11.4/jquery-ui.min.js?1556012452\"/>\n<script type=\"text/javascript\" src=\"https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js?1556012452\"/>\n<script type=\"text/javascript\" src=\"/js/translations.php?lang=en&amp;1556012452\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/v3/js/bootstrap.min.js?1556012452\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/form.js?1556012452\"/>\n<script type=\"text/javascript\" src=\"/js/utile.js?1556012452\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/datepicker/datepicker-en.js?1556012452\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/datepicker.js?1556012452\"/>\n\n\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML\" async=\"\"/>\n<script type=\"text/x-mathjax-config\">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['$$','$$']]}});</script>\n\n<style type=\"text/css\">\nhtml {\n\tposition: relative;\n\tmin-height: 100%;\n}\n\n\n</style>\n</head>\n" ]
[ "<title>Inria - Perturbed linear rough differential equations</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "hal.inria.fr > hal 00722900v3" } ]
[ { "char_end_idx": 88, "char_start_idx": 0, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 105, "char_start_idx": 88, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 151, "char_start_idx": 105, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 152, "char_start_idx": 151, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 153, "char_start_idx": 152, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1098, "char_start_idx": 153, "key": "length", "type": "local", "value": "944" }, { "char_end_idx": 1320, "char_start_idx": 1098, "key": "length", "type": "local", "value": "221" }, { "char_end_idx": 1323, "char_start_idx": 1320, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 1326, "char_start_idx": 1323, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 1329, "char_start_idx": 1326, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 3570, "char_start_idx": 1329, "key": "length", "type": "local", "value": "2240" }, { "char_end_idx": 3708, "char_start_idx": 3570, "key": "length", "type": "local", "value": "137" }, { "char_end_idx": 3972, "char_start_idx": 3708, "key": "length", "type": "local", "value": "263" }, { "char_end_idx": 4151, "char_start_idx": 3972, "key": "length", "type": "local", "value": "178" }, { "char_end_idx": 4157, "char_start_idx": 4151, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 4557, "char_start_idx": 4157, "key": "length", "type": "local", "value": "399" }, { "char_end_idx": 4604, "char_start_idx": 4557, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 4667, "char_start_idx": 4604, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 4675, "char_start_idx": 4667, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 4680, "char_start_idx": 4675, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 4690, "char_start_idx": 4680, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 4695, "char_start_idx": 4690, "key": "length", "type": "local", "value": "4" } ]
[ { "key": "length", "type": "global", "value": "4714" } ]
[ { "char_end_idx": 4, "char_start_idx": 4, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "caret", "border-top-color:#ee5a35;border-bottom-color:#ee5a35;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7, "char_start_idx": 4, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hal.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7, "char_start_idx": 4, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 14, "char_start_idx": 8, "html_attrs": { "attrs": [ "href" ], "values": [ "https://halshs.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 14, "char_start_idx": 8, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 18, "char_start_idx": 15, "html_attrs": { "attrs": [ "href" ], "values": [ "https://tel.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 18, "char_start_idx": 15, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 26, "char_start_idx": 19, "html_attrs": { "attrs": [ "href" ], "values": [ "https://medihal.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 26, "char_start_idx": 19, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 45, "char_start_idx": 27, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hal.archives-ouvertes.fr/browse/portal" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 45, "char_start_idx": 27, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 46, "char_start_idx": 46, "html_attrs": { "attrs": [ "class" ], "values": [ "divider" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 53, "char_start_idx": 46, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://aurehal.archives-ouvertes.fr", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 53, "char_start_idx": 46, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 57, "char_start_idx": 54, "html_attrs": { "attrs": [ "href" ], "values": [ "http://api.archives-ouvertes.fr/docs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 57, "char_start_idx": 54, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 62, "char_start_idx": 58, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://data.archives-ouvertes.fr/", "HAL SPARQL endpoint" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 62, "char_start_idx": 58, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 76, "char_start_idx": 63, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://hal.archives-ouvertes.fr/section/documentation", "help" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 76, "char_start_idx": 63, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 77, "char_start_idx": 4, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 77, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown active" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 93, "char_start_idx": 93, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "caret", "border-top-color:#ee5a35;border-bottom-color:#ee5a35;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 93, "char_start_idx": 77, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 93, "char_start_idx": 77, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 109, "char_start_idx": 93, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sciencesconf.org" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 109, "char_start_idx": 93, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 117, "char_start_idx": 110, "html_attrs": { "attrs": [ "href" ], "values": [ "https://support.ccsd.cnrs.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 117, "char_start_idx": 110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 118, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "nav navbar-nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 118, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "nav navbar-nav navbar-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 118, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "collapse navbar-collapse", "nav-services" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 118, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navbar navbar-inverse navbar-fixed-top", "navigation" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 127, "char_start_idx": 118, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "h1", "h1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 127, "char_start_idx": 118, "html_attrs": { "attrs": [ "align" ], "values": [ "left" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 177, "char_start_idx": 128, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 177, "char_start_idx": 128, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "h2e", "h2e" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 177, "char_start_idx": 128, "html_attrs": { "attrs": [ "align" ], "values": [ "right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 177, "char_start_idx": 118, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "tr" }, { "char_end_idx": 177, "char_start_idx": 118, "html_attrs": { "attrs": [ "width", "cellpadding", "style" ], "values": [ "100%", "0", "position:relative;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "table" }, { "char_end_idx": 177, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "logo" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 181, "char_start_idx": 177, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 181, "char_start_idx": 177, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 188, "char_start_idx": 182, "html_attrs": { "attrs": [ "href" ], "values": [ "/submit/index" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 188, "char_start_idx": 182, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 203, "char_start_idx": 189, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/consulter", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 219, "char_start_idx": 204, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/period" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 219, "char_start_idx": 204, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 229, "char_start_idx": 220, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/domain" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 220, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 249, "char_start_idx": 230, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/doctype" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 249, "char_start_idx": 230, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 263, "char_start_idx": 250, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/collection" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 263, "char_start_idx": 250, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 269, "char_start_idx": 264, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://arxiv.org/", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 269, "char_start_idx": 264, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 286, "char_start_idx": 270, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/last" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 286, "char_start_idx": 270, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 287, "char_start_idx": 204, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 287, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 305, "char_start_idx": 287, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://hal.inria.fr/INRIA", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 305, "char_start_idx": 287, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 312, "char_start_idx": 306, "html_attrs": { "attrs": [ "href" ], "values": [ "/search/index" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 312, "char_start_idx": 306, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 321, "char_start_idx": 321, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 321, "char_start_idx": 313, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/list11", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 353, "char_start_idx": 322, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://haltools.inria.fr/?action=export&lang=fr", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 353, "char_start_idx": 322, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 378, "char_start_idx": 354, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://haltools.inria.fr/?action=exportXML&lang=fr", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 378, "char_start_idx": 354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 398, "char_start_idx": 378, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://x2hal.inria.fr/", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 398, "char_start_idx": 378, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 434, "char_start_idx": 399, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://aurehal.archives-ouvertes.fr/structure/index", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 434, "char_start_idx": 399, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 435, "char_start_idx": 322, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 435, "char_start_idx": 313, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 439, "char_start_idx": 439, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 439, "char_start_idx": 435, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/list16", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 440, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://hal.archives-ouvertes.fr/section/documentation", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 440, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 487, "char_start_idx": 459, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "http://blog.ccsd.cnrs.fr/", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 487, "char_start_idx": 459, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 509, "char_start_idx": 488, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "http://api.archives-ouvertes.fr/docs", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 509, "char_start_idx": 488, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 524, "char_start_idx": 510, "html_attrs": { "attrs": [ "href" ], "values": [ "/page/add-thumbnails" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 524, "char_start_idx": 510, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 545, "char_start_idx": 525, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://iww.inria.fr/hal/aide/spip.php%3Farticle142&lang=fr.html", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 545, "char_start_idx": 525, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 565, "char_start_idx": 546, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://doc.archives-ouvertes.fr/bib2hal", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 565, "char_start_idx": 546, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 566, "char_start_idx": 440, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 566, "char_start_idx": 435, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 576, "char_start_idx": 576, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 576, "char_start_idx": 566, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/openaccess", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 577, "char_start_idx": 566, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 577, "char_start_idx": 177, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav-tabs" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 577, "char_start_idx": 177, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "global-navigation", "sidebar-nav", "navigation" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 623, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h1" }, { "char_end_idx": 635, "char_start_idx": 623, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/authFullName_s/Laure+Coutin", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 637, "char_start_idx": 636, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 638, "char_start_idx": 623, "html_attrs": { "attrs": [ "class" ], "values": [ "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 651, "char_start_idx": 638, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/authIdHal_s/antoine-lejay", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 656, "char_start_idx": 652, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 657, "char_start_idx": 638, "html_attrs": { "attrs": [ "class" ], "values": [ "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 664, "char_start_idx": 657, "html_attrs": { "attrs": [ "type", "class", "onclick" ], "values": [ "button", "btn btn-default btn-xs opacity", "displayDiv('.authors', '.authors-details')" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "button" }, { "char_end_idx": 666, "char_start_idx": 665, "html_attrs": { "attrs": [ "class" ], "values": [ "structid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 719, "char_start_idx": 667, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/structId_i/206068/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 817, "char_start_idx": 719, "html_attrs": { "attrs": [ "style" ], "values": [ "padding-left:22px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 818, "char_start_idx": 665, "html_attrs": { "attrs": [ "class" ], "values": [ "struct" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 818, "char_start_idx": 665, "html_attrs": { "attrs": [ "class" ], "values": [ "structs" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 818, "char_start_idx": 623, "html_attrs": { "attrs": [ "class" ], "values": [ "authors" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 818, "char_start_idx": 818, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-user" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "i" }, { "char_end_idx": 830, "char_start_idx": 818, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/authFullName_s/Laure+Coutin", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 832, "char_start_idx": 831, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 849, "char_start_idx": 833, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 850, "char_start_idx": 818, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "strong" }, { "char_end_idx": 857, "char_start_idx": 851, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-default" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 920, "char_start_idx": 881, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/structId_i/217752/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 921, "char_start_idx": 858, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 921, "char_start_idx": 818, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "blockquote" }, { "char_end_idx": 921, "char_start_idx": 818, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-6" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 921, "char_start_idx": 921, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-user" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "i" }, { "char_end_idx": 934, "char_start_idx": 921, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/authIdHal_s/antoine-lejay", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 939, "char_start_idx": 935, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 957, "char_start_idx": 940, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 958, "char_start_idx": 921, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "strong" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "href", "id" ], "values": [ "", "link5cbfc93e41228" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-globe" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "i" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "href", "data-toggle", "title", "target", "rel" ], "values": [ "http://www.iecn.u-nancy.fr/~lejay", "tooltip", "http://www.iecn.u-nancy.fr/~lejay", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 966, "char_start_idx": 960, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-default" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1054, "char_start_idx": 990, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/structId_i/300009/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1055, "char_start_idx": 967, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 1076, "char_start_idx": 1063, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "//cv.archives-ouvertes.fr/antoine-lejay", "CV HAL", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1076, "char_start_idx": 1055, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1122, "char_start_idx": 1085, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://orcid.org/0000-0003-0406-9550", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1122, "char_start_idx": 1077, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 1123, "char_start_idx": 921, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "blockquote" }, { "char_end_idx": 1123, "char_start_idx": 921, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-6" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1123, "char_start_idx": 818, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1124, "char_start_idx": 1123, "html_attrs": { "attrs": [ "class" ], "values": [ "structid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1176, "char_start_idx": 1125, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/1954", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1342, "char_start_idx": 1176, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1358, "char_start_idx": 1343, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1395, "char_start_idx": 1359, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/81148", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1460, "char_start_idx": 1395, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1477, "char_start_idx": 1461, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1478, "char_start_idx": 1359, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1518, "char_start_idx": 1478, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/116256", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1579, "char_start_idx": 1518, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1597, "char_start_idx": 1580, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1598, "char_start_idx": 1478, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1643, "char_start_idx": 1598, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/217752", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1693, "char_start_idx": 1643, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1711, "char_start_idx": 1694, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1754, "char_start_idx": 1712, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/443875", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1803, "char_start_idx": 1754, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1821, "char_start_idx": 1804, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1822, "char_start_idx": 1712, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1822, "char_start_idx": 1712, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1822, "char_start_idx": 1598, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1849, "char_start_idx": 1822, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/301089", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1858, "char_start_idx": 1849, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1876, "char_start_idx": 1859, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1877, "char_start_idx": 1822, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1945, "char_start_idx": 1877, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/116255", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2005, "char_start_idx": 1945, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 2023, "char_start_idx": 2006, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2072, "char_start_idx": 2024, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/301232", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2081, "char_start_idx": 2072, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 2099, "char_start_idx": 2082, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2100, "char_start_idx": 2024, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2100, "char_start_idx": 2024, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2100, "char_start_idx": 1877, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2151, "char_start_idx": 2100, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/441569", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2170, "char_start_idx": 2161, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 2188, "char_start_idx": 2171, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2189, "char_start_idx": 2100, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 2189, "char_start_idx": 1359, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2189, "char_start_idx": 1123, "html_attrs": { "attrs": [ "class" ], "values": [ "well struct" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2190, "char_start_idx": 2189, "html_attrs": { "attrs": [ "class" ], "values": [ "structid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 2242, "char_start_idx": 2191, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/206068", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2317, "char_start_idx": 2242, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 2335, "char_start_idx": 2318, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2383, "char_start_idx": 2336, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/34586", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2446, "char_start_idx": 2383, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 2463, "char_start_idx": 2447, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2536, "char_start_idx": 2464, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/300009", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2612, "char_start_idx": 2536, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 2630, "char_start_idx": 2613, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2631, "char_start_idx": 2464, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2631, "char_start_idx": 2464, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2631, "char_start_idx": 2336, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2670, "char_start_idx": 2631, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/211251", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2821, "char_start_idx": 2680, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 2839, "char_start_idx": 2822, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2867, "char_start_idx": 2840, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/413289", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2926, "char_start_idx": 2867, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 2944, "char_start_idx": 2927, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 2945, "char_start_idx": 2840, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2996, "char_start_idx": 2945, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/441569", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3015, "char_start_idx": 3006, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 3033, "char_start_idx": 3016, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 3034, "char_start_idx": 2945, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3034, "char_start_idx": 2840, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3034, "char_start_idx": 2631, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 3034, "char_start_idx": 2336, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3034, "char_start_idx": 2189, "html_attrs": { "attrs": [ "class" ], "values": [ "well struct" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3035, "char_start_idx": 3034, "html_attrs": { "attrs": [ "class" ], "values": [ "structid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 3075, "char_start_idx": 3036, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/211251", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3216, "char_start_idx": 3075, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 3234, "char_start_idx": 3217, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 3262, "char_start_idx": 3235, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/413289", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3321, "char_start_idx": 3262, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 3339, "char_start_idx": 3322, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 3340, "char_start_idx": 3235, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3391, "char_start_idx": 3340, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/441569", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3410, "char_start_idx": 3401, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 3428, "char_start_idx": 3411, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 3429, "char_start_idx": 3340, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3429, "char_start_idx": 3235, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3429, "char_start_idx": 3034, "html_attrs": { "attrs": [ "class" ], "values": [ "well struct" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3429, "char_start_idx": 1123, "html_attrs": { "attrs": [ "class" ], "values": [ "structs" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3429, "char_start_idx": 818, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "authors-details well", "display:none;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3437, "char_start_idx": 3429, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "strong" }, { "char_end_idx": 3974, "char_start_idx": 3429, "html_attrs": { "attrs": [ "class" ], "values": [ "abstract abstract-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3982, "char_start_idx": 3974, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 4020, "char_start_idx": 3985, "html_attrs": { "attrs": [ "rel", "href", "target", "class" ], "values": [ "nofollow", "/search/index/q/*/keyword_t/Linear%20Rough%20Differential%20Equations/", "_blank", "btn btn-default btn-xs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4032, "char_start_idx": 4021, "html_attrs": { "attrs": [ "rel", "href", "target", "class" ], "values": [ "nofollow", "/search/index/q/*/keyword_t/Chen%20series/", "_blank", "btn btn-default btn-xs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4046, "char_start_idx": 4033, "html_attrs": { "attrs": [ "rel", "href", "target", "class" ], "values": [ "nofollow", "/search/index/q/*/keyword_t/Magnus%20series/", "_blank", "btn btn-default btn-xs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4065, "char_start_idx": 4047, "html_attrs": { "attrs": [ "rel", "href", "target", "class" ], "values": [ "nofollow", "/search/index/q/*/keyword_t/Rough%20Paths%20Theory/", "_blank", "btn btn-default btn-xs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4083, "char_start_idx": 4066, "html_attrs": { "attrs": [ "rel", "href", "target", "class" ], "values": [ "nofollow", "/search/index/q/*/keyword_t/Duhamel%20Principle/", "_blank", "btn btn-default btn-xs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4084, "char_start_idx": 3974, "html_attrs": { "attrs": [ "class" ], "values": [ "keywords keyword-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4084, "char_start_idx": 4084, "html_attrs": { "attrs": [ "class" ], "values": [ "metadatas" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4118, "char_start_idx": 4085, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "references-title", "references-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4118, "char_start_idx": 4118, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-th-list" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 4126, "char_start_idx": 4118, "html_attrs": { "attrs": [ "type", "id", "class", "onclick" ], "values": [ "button", "btn-view", "btn btn-default btn-sm", "viewDocReferences(922160)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4126, "char_start_idx": 4126, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-th-list" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 4131, "char_start_idx": 4126, "html_attrs": { "attrs": [ "type", "id", "class", "onclick" ], "values": [ "button", "btn-hide", "btn btn-default btn-sm", "hideDocReferences()" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4131, "char_start_idx": 4131, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-download" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 4140, "char_start_idx": 4131, "html_attrs": { "attrs": [ "type", "target", "class", "href" ], "values": [ "button", "_blank", "btn btn-default btn-sm", "/hal-00722900v3/html_references" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4140, "char_start_idx": 4118, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "btn-group", "group" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4140, "char_start_idx": 4118, "html_attrs": { "attrs": [ "class" ], "values": [ "references-buttons text-center" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4140, "char_start_idx": 4085, "html_attrs": { "attrs": [ "class" ], "values": [ "references" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4140, "char_start_idx": 4140, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "hr" }, { "char_end_idx": 4201, "char_start_idx": 4188, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/contributorId_i/103407/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4203, "char_start_idx": 4203, "html_attrs": { "attrs": [ "href", "id" ], "values": [ "", "link5cbfc93e46b6d" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4384, "char_start_idx": 4140, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "small" }, { "char_end_idx": 4384, "char_start_idx": 4140, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4384, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-8" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4389, "char_start_idx": 4384, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h3" }, { "char_end_idx": 4389, "char_start_idx": 4384, "html_attrs": { "attrs": [ "class" ], "values": [ "widget widget-files" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4400, "char_start_idx": 4389, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 4401, "char_start_idx": 4389, "html_attrs": { "attrs": [ "class" ], "values": [ "widget widget-identifiants" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4412, "char_start_idx": 4401, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 4418, "char_start_idx": 4413, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/INRIA", "_blank", "tooltip", "INRIA" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4425, "char_start_idx": 4421, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/IECN", "_blank", "tooltip", "IECN" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4433, "char_start_idx": 4428, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/INSMI", "_blank", "tooltip", "INSMI" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4449, "char_start_idx": 4436, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/UNIV-LORRAINE", "_blank", "tooltip", "UNIV-LORRAINE" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4455, "char_start_idx": 4452, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/IMT", "_blank", "tooltip", "IMT" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4471, "char_start_idx": 4458, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/INSA-TOULOUSE", "_blank", "tooltip", "INSA-TOULOUSE" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4484, "char_start_idx": 4474, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/UNIV-TLSE2", "_blank", "tooltip", "UNIV-TLSE2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4497, "char_start_idx": 4487, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/UNIV-TLSE3", "_blank", "tooltip", "UNIV-TLSE3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4506, "char_start_idx": 4500, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/IECLPS", "_blank", "tooltip", "IECLPS" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4520, "char_start_idx": 4509, "html_attrs": { "attrs": [ "href", "target", "data-toggle", "title" ], "values": [ "/INSA-GROUPE", "_blank", "tooltip", "INSA-GROUPE" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4520, "char_start_idx": 4413, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 4521, "char_start_idx": 4413, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4521, "char_start_idx": 4401, "html_attrs": { "attrs": [ "class" ], "values": [ "widget widget-collection" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4529, "char_start_idx": 4521, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 4641, "char_start_idx": 4606, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 4695, "char_start_idx": 4677, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "https://dx.doi.org/10.5802/ambp.338" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4713, "char_start_idx": 4697, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "https://hal.inria.fr/hal-00722900v3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4714, "char_start_idx": 4530, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content ref-biblio" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4714, "char_start_idx": 4521, "html_attrs": { "attrs": [ "class" ], "values": [ "widget widget-citation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4714, "char_start_idx": 4384, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4714, "char_start_idx": 577, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row", "document" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4714, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "corps" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4714, "char_start_idx": 177, "html_attrs": { "attrs": [ "class" ], "values": [ "row col-md-12" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4714, "char_start_idx": 118, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "container", "container" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4714, "char_start_idx": 4714, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "noscript" }, { "char_end_idx": 4714, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 7, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "HAL\nHAL" }, { "char_end_idx": 14, "char_start_idx": 7, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHALSHS" }, { "char_end_idx": 18, "char_start_idx": 14, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTEL" }, { "char_end_idx": 26, "char_start_idx": 18, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMédiHAL" }, { "char_end_idx": 45, "char_start_idx": 26, "key": "paragraph", "marker": "li", "type": "local", "value": "\nListe des portails" }, { "char_end_idx": 46, "char_start_idx": 45, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 53, "char_start_idx": 46, "key": "paragraph", "marker": "li", "type": "local", "value": "AURéHAL" }, { "char_end_idx": 57, "char_start_idx": 53, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAPI" }, { "char_end_idx": 62, "char_start_idx": 57, "key": "paragraph", "marker": "li", "type": "local", "value": "\nData" }, { "char_end_idx": 76, "char_start_idx": 62, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDocumentation" }, { "char_end_idx": 77, "char_start_idx": 76, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 93, "char_start_idx": 77, "key": "paragraph", "marker": "li", "type": "local", "value": "Episciences.org\n" }, { "char_end_idx": 109, "char_start_idx": 93, "key": "paragraph", "marker": "li", "type": "local", "value": "Sciencesconf.org" }, { "char_end_idx": 117, "char_start_idx": 109, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSupport" }, { "char_end_idx": 118, "char_start_idx": 117, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 177, "char_start_idx": 118, "key": "paragraph", "marker": "div", "type": "local", "value": "HAL-Inria Publications, software ... of Inria's scientists\n" }, { "char_end_idx": 181, "char_start_idx": 177, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 188, "char_start_idx": 181, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSubmit" }, { "char_end_idx": 219, "char_start_idx": 188, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrowse all HAL\nby writing date" }, { "char_end_idx": 229, "char_start_idx": 219, "key": "paragraph", "marker": "li", "type": "local", "value": "\nby domain" }, { "char_end_idx": 249, "char_start_idx": 229, "key": "paragraph", "marker": "li", "type": "local", "value": "\nby publication type" }, { "char_end_idx": 263, "char_start_idx": 249, "key": "paragraph", "marker": "li", "type": "local", "value": "\nby collection" }, { "char_end_idx": 269, "char_start_idx": 263, "key": "paragraph", "marker": "li", "type": "local", "value": "\narXiv" }, { "char_end_idx": 286, "char_start_idx": 269, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlast submissions" }, { "char_end_idx": 287, "char_start_idx": 286, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 305, "char_start_idx": 287, "key": "paragraph", "marker": "li", "type": "local", "value": "Inria publications" }, { "char_end_idx": 312, "char_start_idx": 305, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSearch" }, { "char_end_idx": 353, "char_start_idx": 312, "key": "paragraph", "marker": "li", "type": "local", "value": "\nServices\nHalTools : Create your web page" }, { "char_end_idx": 378, "char_start_idx": 353, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHaltools : RAWEB export\n" }, { "char_end_idx": 398, "char_start_idx": 378, "key": "paragraph", "marker": "li", "type": "local", "value": "X2Hal : Batch import" }, { "char_end_idx": 434, "char_start_idx": 398, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFind your project team / laboratory" }, { "char_end_idx": 435, "char_start_idx": 434, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 458, "char_start_idx": 435, "key": "paragraph", "marker": "li", "type": "local", "value": "Help\nHAL V3 inline help" }, { "char_end_idx": 487, "char_start_idx": 458, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHAL V3 - Latest developments" }, { "char_end_idx": 509, "char_start_idx": 487, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHAL API documentation" }, { "char_end_idx": 524, "char_start_idx": 509, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdd Thumbnails" }, { "char_end_idx": 545, "char_start_idx": 524, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInline help Haltools" }, { "char_end_idx": 565, "char_start_idx": 545, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBib2hal inline help" }, { "char_end_idx": 566, "char_start_idx": 565, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 577, "char_start_idx": 566, "key": "paragraph", "marker": "ul", "type": "local", "value": "OpenAccess\n" }, { "char_end_idx": 623, "char_start_idx": 577, "key": "paragraph", "marker": "h1", "type": "local", "value": "Perturbed linear rough differential equations\n" }, { "char_end_idx": 817, "char_start_idx": 623, "key": "paragraph", "marker": "div", "type": "local", "value": "Laure Coutin 1 Antoine Lejay 2, 3\nDetails\n2 TOSCA - TO Simulate and CAlibrate stochastic models\nCRISAM - Inria Sophia Antipolis - Méditerranée , IECL - Institut Élie Cartan de Lorraine : UMR7502" }, { "char_end_idx": 818, "char_start_idx": 817, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 921, "char_start_idx": 818, "key": "paragraph", "marker": "blockquote", "type": "local", "value": "Laure Coutin 1 AuthorId : 62088 \nAuthor Employer institution : Université Toulouse III - Paul Sabatier\n" }, { "char_end_idx": 960, "char_start_idx": 921, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Antoine Lejay 2, 3 AuthorId : 810589 \n\n" }, { "char_end_idx": 1123, "char_start_idx": 960, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Author Employer institution : Institut National de Recherche en Informatique et en Automatique IdHAL : antoine-lejay ORCID : https://orcid.org/0000-0003-0406-9550\n" }, { "char_end_idx": 1478, "char_start_idx": 1123, "key": "paragraph", "marker": "li", "type": "local", "value": "1 IMT - Institut de Mathématiques de Toulouse UMR5219 (UPS IMT, F-31062 Toulouse Cedex 9, INSA Toulouse, F-31077 Toulouse, France UT1, F-31042 Toulouse, France UT2, F-31058 Toulouse, Téléphone : 05.61.55.67.90 - France) StructId : 1954\nUT1 - Université Toulouse 1 Capitole (2 rue du Doyen-Gabriel-Marty - 31042 Toulouse Cedex 9 - France) StructId : 81148\n" }, { "char_end_idx": 1598, "char_start_idx": 1478, "key": "paragraph", "marker": "li", "type": "local", "value": "UT2J - Université Toulouse - Jean Jaurès (5 allées Antonio Machado - 31058 Toulouse Cedex 9 - France) StructId : 116256\n" }, { "char_end_idx": 1822, "char_start_idx": 1598, "key": "paragraph", "marker": "li", "type": "local", "value": "UPS - Université Toulouse III - Paul Sabatier (118 route de Narbonne - 31062 Toulouse - France) StructId : 217752\nUniversité Fédérale Toulouse Midi-Pyrénées (41 Allée Jules Guesde, 31000 Toulouse - France) StructId : 443875\n" }, { "char_end_idx": 1877, "char_start_idx": 1822, "key": "paragraph", "marker": "li", "type": "local", "value": "PRES Université de Toulouse (France) StructId : 301089\n" }, { "char_end_idx": 2100, "char_start_idx": 1877, "key": "paragraph", "marker": "li", "type": "local", "value": "INSA Toulouse - Institut National des Sciences Appliquées - Toulouse (135, avenue de Rangueil - 31077 Toulouse cedex 4 - France) StructId : 116255\nINSA - Institut National des Sciences Appliquées (France) StructId : 301232\n" }, { "char_end_idx": 2189, "char_start_idx": 2100, "key": "paragraph", "marker": "div", "type": "local", "value": "CNRS - Centre National de la Recherche Scientifique : UMR5219 (France) StructId : 441569\n" }, { "char_end_idx": 2631, "char_start_idx": 2189, "key": "paragraph", "marker": "li", "type": "local", "value": "2 TOSCA - TO Simulate and CAlibrate stochastic models (2004 route des Lucioles BP 93 F-06902 Sophia Antipolis (France) - France) StructId : 206068\nCRISAM - Inria Sophia Antipolis - Méditerranée (2004 route des Lucioles BP 93 06902 Sophia Antipolis - France) StructId : 34586\nInria - Institut National de Recherche en Informatique et en Automatique (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France) StructId : 300009\n" }, { "char_end_idx": 2945, "char_start_idx": 2631, "key": "paragraph", "marker": "li", "type": "local", "value": "IECL - Institut Élie Cartan de Lorraine : UMR7502 (Université de Lorraine, Boulevard des Aiguillettes BP 70239 54506 Vandoeuvre-les-Nancy Cedex Ile du Saulcy - 57 045 Metz Cedex 01 - France) StructId : 211251\nUL - Université de Lorraine (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France) StructId : 413289\n" }, { "char_end_idx": 3034, "char_start_idx": 2945, "key": "paragraph", "marker": "div", "type": "local", "value": "CNRS - Centre National de la Recherche Scientifique : UMR7502 (France) StructId : 441569\n" }, { "char_end_idx": 3340, "char_start_idx": 3034, "key": "paragraph", "marker": "li", "type": "local", "value": "3 IECL - Institut Élie Cartan de Lorraine (Université de Lorraine, Boulevard des Aiguillettes BP 70239 54506 Vandoeuvre-les-Nancy Cedex Ile du Saulcy - 57 045 Metz Cedex 01 - France) StructId : 211251\nUL - Université de Lorraine (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France) StructId : 413289\n" }, { "char_end_idx": 3429, "char_start_idx": 3340, "key": "paragraph", "marker": "div", "type": "local", "value": "CNRS - Centre National de la Recherche Scientifique : UMR7502 (France) StructId : 441569\n" }, { "char_end_idx": 3974, "char_start_idx": 3429, "key": "paragraph", "marker": "div", "type": "local", "value": "Abstract : We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula.\n" }, { "char_end_idx": 4084, "char_start_idx": 3974, "key": "paragraph", "marker": "div", "type": "local", "value": "Keywords : Linear Rough Differential Equations Chen series Magnus series Rough Paths Theory Duhamel Principle\n" }, { "char_end_idx": 4140, "char_start_idx": 4084, "key": "paragraph", "marker": "div", "type": "local", "value": "\nCited literature [53 references] Display Hide Download\n" }, { "char_end_idx": 4384, "char_start_idx": 4140, "key": "paragraph", "marker": "div", "type": "local", "value": "https://hal.inria.fr/hal-00722900\nContributor : Antoine Lejay <>\nSubmitted on : Monday, December 23, 2013 - 10:10:15 PM\nLast modification on : Friday, April 12, 2019 - 4:22:50 PM\nDocument(s) archivé(s) le : Saturday, April 8, 2017 - 8:21:05 AM\n" }, { "char_end_idx": 4389, "char_start_idx": 4384, "key": "paragraph", "marker": "h3", "type": "local", "value": "File\n" }, { "char_end_idx": 4400, "char_start_idx": 4389, "key": "paragraph", "marker": "h3", "type": "local", "value": "Identifiers" }, { "char_end_idx": 4401, "char_start_idx": 4400, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4412, "char_start_idx": 4401, "key": "paragraph", "marker": "h3", "type": "local", "value": "Collections" }, { "char_end_idx": 4521, "char_start_idx": 4412, "key": "paragraph", "marker": "p", "type": "local", "value": "\nINRIA | IECN | INSMI | UNIV-LORRAINE | IMT | INSA-TOULOUSE | UNIV-TLSE2 | UNIV-TLSE3 | IECLPS | INSA-GROUPE\n" }, { "char_end_idx": 4529, "char_start_idx": 4521, "key": "paragraph", "marker": "h3", "type": "local", "value": "Citation" }, { "char_end_idx": 4714, "char_start_idx": 4529, "key": "paragraph", "marker": "div", "type": "local", "value": "\nLaure Coutin, Antoine Lejay. Perturbed linear rough differential equations. Annales mathématiques Blaise Pascal, cedram, 2014, 21 (1), pp.103-150. ⟨10.5802/ambp.338⟩. ⟨hal-00722900v3⟩\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Inria - Perturbed linear rough differential equations" } ]
[ { "key": "url", "type": "global", "value": "https://hal.inria.fr/hal-00722900v3" } ]
[]
HAL HAL HALSHS TEL MédiHAL Liste des portails AURéHAL API Data Documentation Episciences.org Sciencesconf.org Support HAL-Inria Publications, software ... of Inria's scientists Home Submit Browse all HAL by writing date by domain by publication type by collection arXiv last submissions Inria publications Search Services HalTools : Create your web page Haltools : RAWEB export X2Hal : Batch import Find your project team / laboratory Help HAL V3 inline help HAL V3 - Latest developments HAL API documentation Add Thumbnails Inline help Haltools Bib2hal inline help OpenAccess Perturbed linear rough differential equations Laure Coutin 1 Antoine Lejay 2, 3 Details 2 TOSCA - TO Simulate and CAlibrate stochastic models CRISAM - Inria Sophia Antipolis - Méditerranée , IECL - Institut Élie Cartan de Lorraine : UMR7502 Laure Coutin 1 AuthorId : 62088 Author Employer institution : Université Toulouse III - Paul Sabatier Antoine Lejay 2, 3 AuthorId : 810589 Author Employer institution : Institut National de Recherche en Informatique et en Automatique IdHAL : antoine-lejay ORCID : https://orcid.org/0000-0003-0406-9550 1 IMT - Institut de Mathématiques de Toulouse UMR5219 (UPS IMT, F-31062 Toulouse Cedex 9, INSA Toulouse, F-31077 Toulouse, France UT1, F-31042 Toulouse, France UT2, F-31058 Toulouse, Téléphone : 05.61.55.67.90 - France) StructId : 1954 UT1 - Université Toulouse 1 Capitole (2 rue du Doyen-Gabriel-Marty - 31042 Toulouse Cedex 9 - France) StructId : 81148 UT2J - Université Toulouse - Jean Jaurès (5 allées Antonio Machado - 31058 Toulouse Cedex 9 - France) StructId : 116256 UPS - Université Toulouse III - Paul Sabatier (118 route de Narbonne - 31062 Toulouse - France) StructId : 217752 Université Fédérale Toulouse Midi-Pyrénées (41 Allée Jules Guesde, 31000 Toulouse - France) StructId : 443875 PRES Université de Toulouse (France) StructId : 301089 INSA Toulouse - Institut National des Sciences Appliquées - Toulouse (135, avenue de Rangueil - 31077 Toulouse cedex 4 - France) StructId : 116255 INSA - Institut National des Sciences Appliquées (France) StructId : 301232 CNRS - Centre National de la Recherche Scientifique : UMR5219 (France) StructId : 441569 2 TOSCA - TO Simulate and CAlibrate stochastic models (2004 route des Lucioles BP 93 F-06902 Sophia Antipolis (France) - France) StructId : 206068 CRISAM - Inria Sophia Antipolis - Méditerranée (2004 route des Lucioles BP 93 06902 Sophia Antipolis - France) StructId : 34586 Inria - Institut National de Recherche en Informatique et en Automatique (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France) StructId : 300009 IECL - Institut Élie Cartan de Lorraine : UMR7502 (Université de Lorraine, Boulevard des Aiguillettes BP 70239 54506 Vandoeuvre-les-Nancy Cedex Ile du Saulcy - 57 045 Metz Cedex 01 - France) StructId : 211251 UL - Université de Lorraine (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France) StructId : 413289 CNRS - Centre National de la Recherche Scientifique : UMR7502 (France) StructId : 441569 3 IECL - Institut Élie Cartan de Lorraine (Université de Lorraine, Boulevard des Aiguillettes BP 70239 54506 Vandoeuvre-les-Nancy Cedex Ile du Saulcy - 57 045 Metz Cedex 01 - France) StructId : 211251 UL - Université de Lorraine (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France) StructId : 413289 CNRS - Centre National de la Recherche Scientifique : UMR7502 (France) StructId : 441569 Abstract : We study linear rough differential equations and we solve perturbed linear rough differential equation using the Duhamel principle. These results provide us with the key technical point to study the regularity of the differential of the Itô map in a subsequent article. Also, the notion of linear rough differential equations leads to consider multiplicative functionals with values in Banach algebra more general than tensor algebra and to consider extensions of classical results such as the Magnus and the Chen-Strichartz formula. Keywords : Linear Rough Differential Equations Chen series Magnus series Rough Paths Theory Duhamel Principle Cited literature [53 references] Display Hide Download https://hal.inria.fr/hal-00722900 Contributor : Antoine Lejay <> Submitted on : Monday, December 23, 2013 - 10:10:15 PM Last modification on : Friday, April 12, 2019 - 4:22:50 PM Document(s) archivé(s) le : Saturday, April 8, 2017 - 8:21:05 AM File Identifiers Collections INRIA | IECN | INSMI | UNIV-LORRAINE | IMT | INSA-TOULOUSE | UNIV-TLSE2 | UNIV-TLSE3 | IECLPS | INSA-GROUPE Citation Laure Coutin, Antoine Lejay. Perturbed linear rough differential equations. Annales mathématiques Blaise Pascal, cedram, 2014, 21 (1), pp.103-150. ⟨10.5802/ambp.338⟩. ⟨hal-00722900v3⟩
https://hal.inria.fr/hal-00722900v3
[ { "char_end_idx": 3, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Hardware_abstraction" }, { "char_end_idx": 7, "char_start_idx": 4, "key": "entity", "type": "local", "value": "Hardware_abstraction" }, { "char_end_idx": 18, "char_start_idx": 15, "key": "entity", "type": "local", "value": "Educational_technology" }, { "char_end_idx": 36, "char_start_idx": 27, "key": "entity", "type": "local", "value": "Comparison_of_raster_graphics_editors" }, { "char_end_idx": 163, "char_start_idx": 158, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 292, "char_start_idx": 287, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 765, "char_start_idx": 753, "key": "entity", "type": "local", "value": "Provence-Alpes-Côte_d'Azur" }, { "char_end_idx": 920, "char_start_idx": 907, "key": "entity", "type": "local", "value": "Paul_Sabatier_(chemist)" }, { "char_end_idx": 1128, "char_start_idx": 1125, "key": "entity", "type": "local", "value": "3G" }, { "char_end_idx": 1168, "char_start_idx": 1131, "key": "entity", "type": "local", "value": "Institut_de_Mathématiques_de_Toulouse" }, { "char_end_idx": 1226, "char_start_idx": 1213, "key": "entity", "type": "local", "value": "Institut_national_des_sciences_appliquées_de_Toulouse" }, { "char_end_idx": 1244, "char_start_idx": 1236, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 1252, "char_start_idx": 1246, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1274, "char_start_idx": 1266, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 1282, "char_start_idx": 1276, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1304, "char_start_idx": 1296, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 1341, "char_start_idx": 1335, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1395, "char_start_idx": 1387, "key": "entity", "type": "local", "value": "Capitole_de_Toulouse" }, { "char_end_idx": 1459, "char_start_idx": 1453, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1518, "char_start_idx": 1507, "key": "entity", "type": "local", "value": "Jean_Jaurès" }, { "char_end_idx": 1544, "char_start_idx": 1529, "key": "entity", "type": "local", "value": "Antonio_Machado" }, { "char_end_idx": 1561, "char_start_idx": 1553, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 1578, "char_start_idx": 1572, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1643, "char_start_idx": 1630, "key": "entity", "type": "local", "value": "Paul_Sabatier_(chemist)" }, { "char_end_idx": 1666, "char_start_idx": 1658, "key": "entity", "type": "local", "value": "Narbonne" }, { "char_end_idx": 1683, "char_start_idx": 1675, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 1692, "char_start_idx": 1686, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1793, "char_start_idx": 1785, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 1802, "char_start_idx": 1796, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1857, "char_start_idx": 1851, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1890, "char_start_idx": 1877, "key": "entity", "type": "local", "value": "Institut_national_des_sciences_appliquées_de_Toulouse" }, { "char_end_idx": 1934, "char_start_idx": 1893, "key": "entity", "type": "local", "value": "Institut_national_des_sciences_appliquées" }, { "char_end_idx": 1945, "char_start_idx": 1937, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 1987, "char_start_idx": 1979, "key": "entity", "type": "local", "value": "Toulouse" }, { "char_end_idx": 2004, "char_start_idx": 1998, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2072, "char_start_idx": 2031, "key": "entity", "type": "local", "value": "Institut_national_des_sciences_appliquées" }, { "char_end_idx": 2080, "char_start_idx": 2074, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2104, "char_start_idx": 2100, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 2151, "char_start_idx": 2107, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 2169, "char_start_idx": 2163, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2298, "char_start_idx": 2282, "key": "entity", "type": "local", "value": "Antibes" }, { "char_end_idx": 2306, "char_start_idx": 2300, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2316, "char_start_idx": 2310, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2382, "char_start_idx": 2370, "key": "entity", "type": "local", "value": "Provence-Alpes-Côte_d'Azur" }, { "char_end_idx": 2436, "char_start_idx": 2420, "key": "entity", "type": "local", "value": "Antibes" }, { "char_end_idx": 2445, "char_start_idx": 2439, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2469, "char_start_idx": 2464, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 2536, "char_start_idx": 2472, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 2611, "char_start_idx": 2605, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2820, "char_start_idx": 2814, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2867, "char_start_idx": 2845, "key": "entity", "type": "local", "value": "University_of_Lorraine" }, { "char_end_idx": 2925, "char_start_idx": 2919, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 2949, "char_start_idx": 2945, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 2996, "char_start_idx": 2952, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 3014, "char_start_idx": 3008, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 3215, "char_start_idx": 3209, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 3262, "char_start_idx": 3240, "key": "entity", "type": "local", "value": "University_of_Lorraine" }, { "char_end_idx": 3320, "char_start_idx": 3314, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 3344, "char_start_idx": 3340, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 3391, "char_start_idx": 3347, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 3409, "char_start_idx": 3403, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 3560, "char_start_idx": 3553, "key": "entity", "type": "local", "value": "Henri-Louis_Duhamel_du_Monceau" }, { "char_end_idx": 3680, "char_start_idx": 3677, "key": "entity", "type": "local", "value": "Itô_calculus" }, { "char_end_idx": 3832, "char_start_idx": 3826, "key": "entity", "type": "local", "value": "Banach_space" }, { "char_end_idx": 3940, "char_start_idx": 3934, "key": "entity", "type": "local", "value": "Nucleus_raphe_magnus" }, { "char_end_idx": 4418, "char_start_idx": 4413, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 4613, "char_start_idx": 4606, "key": "entity", "type": "local", "value": "Annales_school" }, { "char_end_idx": 4641, "char_start_idx": 4628, "key": "entity", "type": "local", "value": "Blaise_Pascal" } ]
[ { "char_end_idx": 7, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hardware_abstraction" }, { "char_end_idx": 18, "char_start_idx": 14, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Educational_technology" }, { "char_end_idx": 45, "char_start_idx": 26, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Comparison_of_raster_graphics_editors" }, { "char_end_idx": 177, "char_start_idx": 118, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 305, "char_start_idx": 287, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 817, "char_start_idx": 623, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Provence-Alpes-Côte_d'Azur" }, { "char_end_idx": 921, "char_start_idx": 818, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Paul_Sabatier_(chemist)" }, { "char_end_idx": 1478, "char_start_idx": 1123, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "3G" }, { "char_end_idx": 1478, "char_start_idx": 1123, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Institut_de_Mathématiques_de_Toulouse" }, { "char_end_idx": 1478, "char_start_idx": 1123, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Institut_national_des_sciences_appliquées_de_Toulouse" }, { "char_end_idx": 1478, "char_start_idx": 1123, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Toulouse" }, { "char_end_idx": 1478, "char_start_idx": 1123, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "France" }, { "char_end_idx": 1478, "char_start_idx": 1123, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Capitole_de_Toulouse" }, { "char_end_idx": 1598, "char_start_idx": 1478, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jean_Jaurès" }, { "char_end_idx": 1598, "char_start_idx": 1478, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Antonio_Machado" }, { "char_end_idx": 1598, "char_start_idx": 1478, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Toulouse" }, { "char_end_idx": 1598, "char_start_idx": 1478, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "France" }, { "char_end_idx": 1822, "char_start_idx": 1598, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Paul_Sabatier_(chemist)" }, { "char_end_idx": 1822, "char_start_idx": 1598, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Narbonne" }, { "char_end_idx": 1822, "char_start_idx": 1598, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Toulouse" }, { "char_end_idx": 1822, "char_start_idx": 1598, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "France" }, { "char_end_idx": 1877, "char_start_idx": 1822, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "France" }, { "char_end_idx": 2100, "char_start_idx": 1877, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Institut_national_des_sciences_appliquées_de_Toulouse" }, { "char_end_idx": 2100, "char_start_idx": 1877, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Institut_national_des_sciences_appliquées" }, { "char_end_idx": 2100, "char_start_idx": 1877, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Toulouse" }, { "char_end_idx": 2100, "char_start_idx": 1877, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "France" }, { "char_end_idx": 2189, "char_start_idx": 2100, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 2189, "char_start_idx": 2100, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 2631, "char_start_idx": 2189, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Antibes" }, { "char_end_idx": 2631, "char_start_idx": 2189, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 2631, "char_start_idx": 2189, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Provence-Alpes-Côte_d'Azur" }, { "char_end_idx": 2631, "char_start_idx": 2189, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 2945, "char_start_idx": 2631, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "France" }, { "char_end_idx": 2945, "char_start_idx": 2631, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "University_of_Lorraine" }, { "char_end_idx": 3034, "char_start_idx": 2945, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 3034, "char_start_idx": 2945, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 3340, "char_start_idx": 3034, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "France" }, { "char_end_idx": 3340, "char_start_idx": 3034, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "University_of_Lorraine" }, { "char_end_idx": 3429, "char_start_idx": 3340, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 3429, "char_start_idx": 3340, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 3974, "char_start_idx": 3429, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Henri-Louis_Duhamel_du_Monceau" }, { "char_end_idx": 3974, "char_start_idx": 3429, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Itô_calculus" }, { "char_end_idx": 3974, "char_start_idx": 3429, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Banach_space" }, { "char_end_idx": 3974, "char_start_idx": 3429, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Nucleus_raphe_magnus" }, { "char_end_idx": 4521, "char_start_idx": 4412, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 4714, "char_start_idx": 4529, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Annales_school" }, { "char_end_idx": 4714, "char_start_idx": 4529, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Blaise_Pascal" } ]
0
354
1555965222000
<!DOCTYPE html> <html class="no-overflow-y avada-html-layout-boxed" lang="en-GB" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# og: http://ogp.me/ns#"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Korfball Australia Sub-Committee Nominations Closing - Korfball Australia</title> <script>var dvin_quotelist_count ='';var dvin_wcql_ajax_url = 'https://korfball.org.au/wp-admin/admin-ajax.php'; var dvin_quotelist_refresh_afteradd_url='';</script> <!-- This site is optimized with the Yoast SEO Premium plugin v9.5 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://korfball.org.au/korfball-australia-sub-committee-nominations-closing" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Korfball Australia Sub-Committee Nominations Closing - Korfball Australia" /> <meta property="og:description" content="As was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community. &nbsp; &hellip;" /> <meta property="og:url" content="https://korfball.org.au/korfball-australia-sub-committee-nominations-closing" /> <meta property="og:site_name" content="Korfball Australia" /> <meta property="article:section" content="News" /> <meta property="article:published_time" content="2016-11-11T07:10:36+00:00" /> <meta property="article:modified_time" content="2018-07-19T12:37:55+00:00" /> <meta property="og:updated_time" content="2018-07-19T12:37:55+00:00" /> <meta property="og:image" content="https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg" /> <meta property="og:image:secure_url" content="https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg" /> <meta property="og:image:width" content="1000" /> <meta property="og:image:height" content="400" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="As was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community. &nbsp; [&hellip;]" /> <meta name="twitter:title" content="Korfball Australia Sub-Committee Nominations Closing - Korfball Australia" /> <meta name="twitter:image" content="https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg" /> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//js.stripe.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel='dns-prefetch' href='//fonts.gstatic.com' /> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//apis.google.com' /> <link rel='dns-prefetch' href='//google-analytics.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link rel='dns-prefetch' href='//ssl.google-analytics.com' /> <link rel='dns-prefetch' href='//youtube.com' /> <link rel='dns-prefetch' href='//s.gravatar.com' /> <link rel="alternate" type="application/rss+xml" title="Korfball Australia &raquo; Feed" href="https://korfball.org.au/feed" /> <link rel="alternate" type="application/rss+xml" title="Korfball Australia &raquo; Comments Feed" href="https://korfball.org.au/comments/feed" /> <link rel="alternate" type="text/calendar" title="Korfball Australia &raquo; iCal Feed" href="https://korfball.org.au/events/?ical=1" /> <link rel="shortcut icon" href="https://korfball.org.au/wp-content/uploads/ka-favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Korfball Australia &raquo; Korfball Australia Sub-Committee Nominations Closing Comments Feed" href="https://korfball.org.au/korfball-australia-sub-committee-nominations-closing/feed" /> <meta property="og:title" content="Korfball Australia Sub-Committee Nominations Closing"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://korfball.org.au/korfball-australia-sub-committee-nominations-closing"/> <meta property="og:site_name" content="Korfball Australia"/> <meta property="og:description" content="As was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community. &nbsp; Nominations"/> <meta property="og:image" content="https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg"/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/korfball.org.au\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='validate-engine-css-css' href='https://korfball.org.au/wp-content/plugins/wysija-newsletters/css/validationEngine.jquery.css?ver=2.11' type='text/css' media='all' /> <link rel='stylesheet' id='wc-block-style-css' href='https://korfball.org.au/wp-content/plugins/woocommerce/assets/css/blocks/style.css?ver=3.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='dvin-wcql-stylesheet-css' href='https://korfball.org.au/wp-content/plugins/WooCommerce_Request_A_Quote/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='dvin-wcql-custom_stylesheet-css' href='https://korfball.org.au/wp-content/plugins/WooCommerce_Request_A_Quote/css/custom_styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://korfball.org.au/wp-includes/css/dashicons.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-signature-addon-css' href='https://korfball.org.au/wp-content/plugins/contact-form-7-signature-addon/public/css/style.css?ver=4.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='cf7cf-style-css' href='https://korfball.org.au/wp-content/plugins/cf7-conditional-fields/style.css?ver=1.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-general-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/sportspress.css?ver=2.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-icons-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/icons.css?ver=2.6.8' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-league-menu-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-league-menu/css/sportspress-league-menu.css?ver=2.1.2' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-event-statistics-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-match-stats/css/sportspress-match-stats.css?ver=2.2' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-results-matrix-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-results-matrix/css/sportspress-results-matrix.css?ver=2.6.9' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-scoreboard-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-scoreboard/css/sportspress-scoreboard.css?ver=2.6.11' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-scoreboard-ltr-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-scoreboard/css/sportspress-scoreboard-ltr.css?ver=2.6.11' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-sponsors-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-sponsors/css/sportspress-sponsors.css?ver=2.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-timelines-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-timelines/css/sportspress-timelines.css?ver=2.6' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-tournaments-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/css/sportspress-tournaments.css?ver=2.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-tournaments-ltr-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/css/sportspress-tournaments-ltr.css?ver=2.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-bracket-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/css/jquery.bracket.min.css?ver=0.11.0' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-twitter-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-twitter/css/sportspress-twitter.css?ver=2.1.2' type='text/css' media='all' /> <link rel='stylesheet' id='sportspress-user-scores-css' href='//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-user-scores/css/sportspress-user-scores.css?ver=2.3' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wpay-style-front-end-css' href='https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-core/assets/css/style-front-end.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wpay-paypal-express-pro-style-css' href='https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-paypal-express-pro/assets/css/wpay-paypal-express-pro.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wpay-stripe-style-css' href='https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-stripe/assets/css/wpay-stripe.css?ver=1.0.9' type='text/css' media='all' /> <link rel='stylesheet' id='avada-stylesheet-css' href='https://korfball.org.au/wp-content/themes/Avada/assets/css/style.min.css?ver=5.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='child-style-css' href='https://korfball.org.au/wp-content/themes/Avada-Child-Theme/style.css?ver=5.1.1' type='text/css' media='all' /> <!--[if IE]> <link rel='stylesheet' id='avada-IE-css' href='https://korfball.org.au/wp-content/themes/Avada/assets/css/ie.min.css?ver=5.8.1' type='text/css' media='all' /> <style id='avada-IE-inline-css' type='text/css'> .avada-select-parent .select-arrow{background-color:#ffffff} .select-arrow{background-color:#ffffff} </style> <![endif]--> <link rel='stylesheet' id='fusion-dynamic-css-css' href='https://korfball.org.au/wp-content/uploads/fusion-styles/e6900882700352953e3d317abc15bdf0.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avada_google_fonts-css' href='https://fonts.googleapis.com/css?family=PT+Sans%3Aregular%2Citalic%2C700%2C700italic%7CAntic+Slab%3Aregular&#038;subset=latin' type='text/css' media='all' /> <link rel='stylesheet' id='teccc_stylesheet-css' href='https://korfball.org.au/wp-content/uploads/teccc_cbaf8374db6a8ada01d7f21cf36d930f.min.css?ver=6.1.1' type='text/css' media='all' /> <style type="text/css"> /* SportsPress Frontend CSS */ .sp-event-calendar tbody td a,.sp-event-calendar tbody td a:hover{background: none;}.sp-data-table th,.sp-calendar th,.sp-data-table tfoot,.sp-calendar tfoot,.sp-button,.sp-heading{background:#0f0f0f !important}.sp-calendar tbody a{color:#0f0f0f !important}.sp-data-table tbody,.sp-calendar tbody{background: #ffffff !important}.sp-data-table tbody,.sp-calendar tbody{color: #0f0f0f !important}.sp-data-table th,.sp-data-table th a,.sp-data-table tfoot,.sp-data-table tfoot a,.sp-calendar th,.sp-calendar th a,.sp-calendar tfoot,.sp-calendar tfoot a,.sp-button,.sp-heading{color: #ffffff !important}.sp-data-table tbody a,.sp-data-table tbody a:hover,.sp-calendar tbody a:focus{color: #008752 !important}.sp-highlight,.sp-calendar td#today{background: #ffffff !important}.sp-statistic-bar{background:#0f0f0f}.sp-statistic-bar-fill{background:#008752}.sp-template-scoreboard .sp-scoreboard-nav{color:#ffffff !important}.sp-template-scoreboard .sp-scoreboard-nav{background-color:#008752 !important}.sp-tournament-bracket .sp-event{border-color:#ffffff !important}.sp-tournament-bracket .sp-team .sp-team-name:before{border-left-color:#ffffff !important}.sp-tournament-bracket .sp-event .sp-event-main, .sp-tournament-bracket .sp-team .sp-team-name{color:#0f0f0f !important}.sp-tournament-bracket .sp-team .sp-team-name.sp-heading{color:#ffffff !important}.sp-data-table th,.sp-data-table td{text-align: center !important} /* SportsPress Custom CSS */ a.sp-scoreboard-event { border: black solid 1px; } .sp-scoreboard-team-logo { float: left; } td.data-name.has-logo span.team-logo { float: left; } .sp-event-list .team-logo { float: left; } a.sp-button.sp-sponsor-button { padding: 5px; border: #008752 solid 2px; border-radius: 10px; box-shadow: grey 2px 2px; margin-bottom: 10px; font-size: large; } .single-sp_sponsor .post-content { text-align: center; } .sp-post-content { text-align: left; } img.sp-sponsor-logo.wp-post-image { width: 100%; max-width: none !important; } /* .page a.sponsor.sp-sponsor { display: block; margin-top: -60px; } .page h3.sp-sponsors-title { margin-bottom: 0px; } .page .sp-sponsors .sp-sponsors-title { margin-top: -60px; } */ .page .sp-sponsors .sp-sponsors-title { margin: 0; } .sp-event-blocks h4.sp-event-title { white-space: nowrap; } .sp-event-blocks h4.sp-event-title a{ margin-left: -5px; } .sp-scoreboard-nav-disabled { display: initial; } .sp-scoreboard-team-logo img { height: auto;align-content } span.sp-scoreboard-date { display: inline-block; float: left; } span.sp-scoreboard-time { display: block; float: right; } span.sp-scoreboard-league { display: inline-block; } .sp-data-table tr.odd { background: rgba(0, 0, 0, 0.1); } .single-tribe_events tr.sp-row.sp-post.alternate { background: rgba(0, 0, 0, 0.1); } h4.sp-table-caption { color: white; } .sp-scoreboard { margin-left: 35px !important; }</style><script type='text/javascript' src='https://korfball.org.au/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://korfball.org.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/jquery-vertical-accordion-menu/js/jquery.hoverIntent.minified.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/jquery-vertical-accordion-menu/js/jquery.cookie.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/jquery-vertical-accordion-menu/js/jquery.dcjqaccordion.2.9.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/WooCommerce_Request_A_Quote/js/dvin_wcql.js?ver=1.0.0'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/contact-form-7-signature-addon/public/js/signature_pad.min.js?ver=4.2.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/contact-form-7-signature-addon/public/js/scripts.js?ver=4.2.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-facebook/js/sportspress-facebook-sdk.js?ver=2.11'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/js/jquery.bracket.min.js?ver=0.11.0'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/jq-sticky-anything.min.js?ver=2.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.6.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-core/assets/js/front-end.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-paypal-express-pro/assets/js/wpay-paypal-express-pro.js?ver=5.1.1'></script> <script type='text/javascript' src='https://js.stripe.com/v2/?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-stripe/assets/js/front-end.js?ver=1.0.9'></script> <script type='text/javascript'> /* <![CDATA[ */ var add_fee_vars = {"add_fee_ajaxurl":"https:\/\/korfball.org.au\/wp-admin\/admin-ajax.php","add_fee_nonce":"cfce12b31b","alert_ajax_error":"An internal server error occured in processing a request. Please try again or contact us. Thank you. "}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/woocommerce-additional-fees/js/wc_additional_fees.js?ver=5.1.1'></script> <link rel='https://api.w.org/' href='https://korfball.org.au/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://korfball.org.au/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://korfball.org.au/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <meta name="generator" content="SportsPress 2.6.14" /> <meta name="generator" content="SportsPress Pro 2.6.14" /> <meta name="generator" content="WooCommerce 3.6.1" /> <meta name="generator" content="WordPay 1.0.4.1" /> <meta name="generator" content="Yoast SEO for SportsPress 1.0" /> <link rel='shortlink' href='https://korfball.org.au/?p=2099' /> <link rel="alternate" type="application/json+oembed" href="https://korfball.org.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkorfball.org.au%2Fkorfball-australia-sub-committee-nominations-closing" /> <link rel="alternate" type="text/xml+oembed" href="https://korfball.org.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkorfball.org.au%2Fkorfball-australia-sub-committee-nominations-closing&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//korfball.org.au/?wordfence_lh=1&hid=C584B016840D0665B789D6308B6600CA'); </script><meta name="et-api-version" content="v1"><meta name="et-api-origin" content="https://korfball.org.au"><link rel="https://theeventscalendar.com/" href="https://korfball.org.au/wp-json/tribe/tickets/v1/" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://korfball.org.au"><link rel="https://theeventscalendar.com/" href="https://korfball.org.au/wp-json/tribe/events/v1/" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <!-- BEGIN ExactMetrics v5.3.7 Universal Analytics - https://exactmetrics.com/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-61955486-1', 'auto'); ga('send', 'pageview'); </script> <!-- END ExactMetrics Universal Analytics --> <!-- ## NXS/OG ## --><!-- ## NXSOGTAGS ## --><!-- ## NXS/OG ## --> <script type="text/javascript"> var doc = document.documentElement; doc.setAttribute('data-useragent', navigator.userAgent); </script> </head> <body class="post-template-default single single-post postid-2099 single-format-standard woocommerce-no-js tribe-no-js fusion-image-hovers fusion-body ltr fusion-sticky-header no-mobile-slidingbar fusion-disable-outline mobile-logo-pos-left layout-boxed-mode layout-boxed-mode-full has-sidebar fusion-top-header menu-text-align-center fusion-woo-product-design-classic mobile-menu-design-modern fusion-show-pagination-text fusion-header-layout-v2 avada-responsive avada-footer-fx-none fusion-search-form-classic fusion-avatar-square"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div id="wrapper" class=""> <div id="home" style="position:relative;top:-1px;"></div> <header class="fusion-header-wrapper"> <div class="fusion-header-v2 fusion-logo-left fusion-sticky-menu-1 fusion-sticky-logo- fusion-mobile-logo- fusion-mobile-menu-design-modern"> <div class="fusion-secondary-header"> <div class="fusion-row"> <div class="fusion-alignleft"> <nav class="fusion-secondary-menu" role="navigation" aria-label="Secondary Menu"><ul id="menu-header" class="menu"><li id="menu-item-49" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49" data-item-id="49"><a target="_blank" rel="noopener noreferrer" href="http://www.sa.korfball.org.au" class="fusion-bar-highlight"><span class="menu-text">Korfball SA</span></a></li><li id="menu-item-50" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50" data-item-id="50"><a target="_blank" rel="noopener noreferrer" href="http://www.nsw.korfball.org.au" class="fusion-bar-highlight"><span class="menu-text">Korfball NSW</span></a></li><li id="menu-item-87" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-87" data-item-id="87"><a target="_blank" rel="noopener noreferrer" href="/contact/victoria" class="fusion-bar-highlight"><span class="menu-text">Korfball Vic</span></a></li><li id="menu-item-340" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-340" data-item-id="340"><a href="/contact/queensland" class="fusion-bar-highlight"><span class="menu-text">Korfball Qld</span></a></li><li id="menu-item-4616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4616" data-item-id="4616"><a href="/contact/western-australia" class="fusion-bar-highlight"><span class="menu-text">Korfball WA</span></a></li><li id="menu-item-4617" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4617" data-item-id="4617"><a href="/contact/tasmania" class="fusion-bar-highlight"><span class="menu-text">Korfball Tas</span></a></li></ul></nav><nav class="fusion-mobile-nav-holder fusion-mobile-menu-text-align-left" aria-label="Secondary Mobile Menu"></nav> </div> <div class="fusion-alignright"> <div class="fusion-social-links-header"><div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook" style="color:#bebdbd;" href="https://www.facebook.com/pages/Korfball-Australia/365371480145840" target="_blank" rel="noopener noreferrer" data-placement="bottom" data-title="Facebook" data-toggle="tooltip" title="Facebook"><span class="screen-reader-text">Facebook</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter" style="color:#bebdbd;" href="https://twitter.com/KorfballAus" target="_blank" rel="noopener noreferrer" data-placement="bottom" data-title="Twitter" data-toggle="tooltip" title="Twitter"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-instagram fusion-icon-instagram" style="color:#bebdbd;" href="https://www.instagram.com/korfballaus/" target="_blank" rel="noopener noreferrer" data-placement="bottom" data-title="Instagram" data-toggle="tooltip" title="Instagram"><span class="screen-reader-text">Instagram</span></a></div></div></div> </div> </div> </div> <div class="fusion-header-sticky-height"></div> <div class="fusion-header"> <div class="fusion-row"> <div class="fusion-logo" data-margin-top="0" data-margin-bottom="0" data-margin-left="0px" data-margin-right="0px"> <a class="fusion-logo-link" href="https://korfball.org.au/" > <!-- standard logo --> <img src="https://korfball.org.au/wp-content/uploads/ka-logo.png" srcset="https://korfball.org.au/wp-content/uploads/ka-logo.png 1x" width="535" height="343" alt="Korfball Australia Logo" data-retina_logo_url="" class="fusion-standard-logo" /> </a> </div> <nav class="fusion-main-menu" aria-label="Main Menu"><ul id="menu-main" class="fusion-menu"><li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-23" data-item-id="23"><a href="https://korfball.org.au/" class="fusion-bar-highlight"><span class="menu-text">Home</span></a></li><li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-21 fusion-dropdown-menu" data-item-id="21"><a href="https://korfball.org.au/news" class="fusion-bar-highlight"><span class="menu-text">News</span></a><ul role="menu" class="sub-menu"><li id="menu-item-533" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-533 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/development" class="fusion-bar-highlight"><span>Development</span></a></li><li id="menu-item-532" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-532 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/events" class="fusion-bar-highlight"><span>Events</span></a></li><li id="menu-item-2190" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2190 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/gender-relations" class="fusion-bar-highlight"><span>Gender Relations</span></a></li><li id="menu-item-534" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-534 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/national-team" class="fusion-bar-highlight"><span>National Team</span></a></li><li id="menu-item-1662" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1662 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/sponsorship" class="fusion-bar-highlight"><span>Sponsorship</span></a></li><li id="menu-item-1661" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1661 fusion-dropdown-submenu" ><a href="https://korfball.org.au/news/press-releases" class="fusion-bar-highlight"><span>Press Releases</span></a></li><li id="menu-item-1665" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1665 fusion-dropdown-submenu" ><a href="https://korfball.org.au/news/subscribe" class="fusion-bar-highlight"><span>Subscribe</span></a></li></ul></li><li id="menu-item-4650" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4650" data-item-id="4650"><a href="/events" class="fusion-bar-highlight"><span class="menu-text">Events</span></a></li><li id="menu-item-193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-193 fusion-dropdown-menu" data-item-id="193"><a href="https://korfball.org.au/national-team" class="fusion-bar-highlight"><span class="menu-text">National Team</span></a><ul role="menu" class="sub-menu"><li id="menu-item-3456" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3456 fusion-dropdown-submenu" ><a href="https://korfball.org.au/national-team/training-calendar" class="fusion-bar-highlight"><span>Training Calendar</span></a></li></ul></li><li id="menu-item-2380" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2380" data-item-id="2380"><a href="https://korfball.org.au/national-championships" class="fusion-bar-highlight"><span class="menu-text">National Championships</span></a></li><li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-22 fusion-dropdown-menu" data-item-id="22"><a href="https://korfball.org.au/resources" class="fusion-bar-highlight"><span class="menu-text">Resources</span></a><ul role="menu" class="sub-menu"><li id="menu-item-951" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-951 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/coaching" class="fusion-bar-highlight"><span>Coaching</span></a></li><li id="menu-item-952" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-952 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/development" class="fusion-bar-highlight"><span>Development</span></a></li><li id="menu-item-2189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2189 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/gender-relations" class="fusion-bar-highlight"><span>Gender Relations</span></a></li><li id="menu-item-953" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-953 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/refereeing" class="fusion-bar-highlight"><span>Refereeing</span></a></li><li id="menu-item-954" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-954 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/teaching" class="fusion-bar-highlight"><span>Teaching</span></a></li><li id="menu-item-955" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-955 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/youth" class="fusion-bar-highlight"><span>Youth</span></a></li></ul></li><li id="menu-item-1355" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1355 fusion-dropdown-menu" data-item-id="1355"><a href="https://korfball.org.au/about" class="fusion-bar-highlight"><span class="menu-text">About</span></a><ul role="menu" class="sub-menu"><li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43 fusion-dropdown-submenu" ><a href="https://korfball.org.au/about/faq" class="fusion-bar-highlight"><span>FAQ</span></a></li><li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20 fusion-dropdown-submenu" ><a href="https://korfball.org.au/about/history" class="fusion-bar-highlight"><span>History</span></a></li><li id="menu-item-1361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1361 fusion-dropdown-submenu" ><a href="https://korfball.org.au/about/honour-roll" class="fusion-bar-highlight"><span>Honour Roll</span></a></li><li id="menu-item-950" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-950 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/administration" class="fusion-bar-highlight"><span>Documents</span></a></li></ul></li><li id="menu-item-1504" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1504" data-item-id="1504"><a href="https://korfball.org.au/shop" class="fusion-bar-highlight"><span class="menu-text">Shop</span></a></li><li id="menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25" data-item-id="25"><a href="https://korfball.org.au/contact" class="fusion-bar-highlight"><span class="menu-text">Contact</span></a></li></ul></nav><nav class="fusion-main-menu fusion-sticky-menu" aria-label="Main Menu Sticky"><ul id="menu-main-menu-1" class="fusion-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-23" data-item-id="23"><a href="https://korfball.org.au/" class="fusion-bar-highlight"><span class="menu-text">Home</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-21 fusion-dropdown-menu" data-item-id="21"><a href="https://korfball.org.au/news" class="fusion-bar-highlight"><span class="menu-text">News</span></a><ul role="menu" class="sub-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-533 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/development" class="fusion-bar-highlight"><span>Development</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-532 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/events" class="fusion-bar-highlight"><span>Events</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2190 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/gender-relations" class="fusion-bar-highlight"><span>Gender Relations</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-534 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/national-team" class="fusion-bar-highlight"><span>National Team</span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1662 fusion-dropdown-submenu" ><a href="https://korfball.org.au/category/sponsorship" class="fusion-bar-highlight"><span>Sponsorship</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1661 fusion-dropdown-submenu" ><a href="https://korfball.org.au/news/press-releases" class="fusion-bar-highlight"><span>Press Releases</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1665 fusion-dropdown-submenu" ><a href="https://korfball.org.au/news/subscribe" class="fusion-bar-highlight"><span>Subscribe</span></a></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4650" data-item-id="4650"><a href="/events" class="fusion-bar-highlight"><span class="menu-text">Events</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-193 fusion-dropdown-menu" data-item-id="193"><a href="https://korfball.org.au/national-team" class="fusion-bar-highlight"><span class="menu-text">National Team</span></a><ul role="menu" class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3456 fusion-dropdown-submenu" ><a href="https://korfball.org.au/national-team/training-calendar" class="fusion-bar-highlight"><span>Training Calendar</span></a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2380" data-item-id="2380"><a href="https://korfball.org.au/national-championships" class="fusion-bar-highlight"><span class="menu-text">National Championships</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-22 fusion-dropdown-menu" data-item-id="22"><a href="https://korfball.org.au/resources" class="fusion-bar-highlight"><span class="menu-text">Resources</span></a><ul role="menu" class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-951 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/coaching" class="fusion-bar-highlight"><span>Coaching</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-952 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/development" class="fusion-bar-highlight"><span>Development</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2189 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/gender-relations" class="fusion-bar-highlight"><span>Gender Relations</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-953 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/refereeing" class="fusion-bar-highlight"><span>Refereeing</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-954 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/teaching" class="fusion-bar-highlight"><span>Teaching</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-955 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/youth" class="fusion-bar-highlight"><span>Youth</span></a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1355 fusion-dropdown-menu" data-item-id="1355"><a href="https://korfball.org.au/about" class="fusion-bar-highlight"><span class="menu-text">About</span></a><ul role="menu" class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43 fusion-dropdown-submenu" ><a href="https://korfball.org.au/about/faq" class="fusion-bar-highlight"><span>FAQ</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20 fusion-dropdown-submenu" ><a href="https://korfball.org.au/about/history" class="fusion-bar-highlight"><span>History</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1361 fusion-dropdown-submenu" ><a href="https://korfball.org.au/about/honour-roll" class="fusion-bar-highlight"><span>Honour Roll</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-950 fusion-dropdown-submenu" ><a href="https://korfball.org.au/resources/administration" class="fusion-bar-highlight"><span>Documents</span></a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1504" data-item-id="1504"><a href="https://korfball.org.au/shop" class="fusion-bar-highlight"><span class="menu-text">Shop</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25" data-item-id="25"><a href="https://korfball.org.au/contact" class="fusion-bar-highlight"><span class="menu-text">Contact</span></a></li></ul></nav> <div class="fusion-mobile-menu-icons"> <a href="#" class="fusion-icon fusion-icon-bars" aria-label="Toggle mobile menu" aria-expanded="false"></a> <a href="#" class="fusion-icon fusion-icon-search" aria-label="Toggle mobile search"></a> </div> <nav class="fusion-mobile-nav-holder fusion-mobile-menu-text-align-left" aria-label="Main Menu Mobile"></nav> <nav class="fusion-mobile-nav-holder fusion-mobile-menu-text-align-left fusion-mobile-sticky-nav-holder" aria-label="Main Menu Mobile Sticky"></nav> <div class="fusion-clearfix"></div> <div class="fusion-mobile-menu-search"> <form role="search" class="searchform fusion-search-form" method="get" action="https://korfball.org.au/"> <div class="fusion-search-form-content"> <div class="fusion-search-field search-field"> <label><span class="screen-reader-text">Search for:</span> <input type="text" value="" name="s" class="s" placeholder="Search ..." required aria-required="true" aria-label="Search ..."/> </label> </div> <div class="fusion-search-button search-button"> <input type="submit" class="fusion-search-submit searchsubmit" value="&#xf002;" /> </div> </div> </form> </div> </div> </div> </div> <div class="fusion-clearfix"></div> </header> <div id="sliders-container"> </div> <div class="fusion-page-title-bar fusion-page-title-bar-none fusion-page-title-bar-left"> <div class="fusion-page-title-row"> <div class="fusion-page-title-wrapper"> <div class="fusion-page-title-captions"> <h1 class="entry-title">Korfball Australia Sub-Committee Nominations Closing</h1> </div> <div class="fusion-page-title-secondary"> <div class="fusion-breadcrumbs"><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://korfball.org.au"><span itemprop="title">Home</span></a></span><span class="fusion-breadcrumb-sep">/</span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://korfball.org.au/category/news"><span itemprop="title">News</span></a></span><span class="fusion-breadcrumb-sep">/</span><span class="breadcrumb-leaf">Korfball Australia Sub-Committee Nominations Closing</span></div> </div> </div> </div> </div> <main id="main" class="clearfix " style=""> <div class="fusion-row" style=""> <section id="content" style="float: left;"> <article id="post-2099" class="post post-2099 type-post status-publish format-standard has-post-thumbnail hentry category-news"> <span class="entry-title" style="display: none;">Korfball Australia Sub-Committee Nominations Closing</span> <div class="fusion-flexslider flexslider fusion-flexslider-loading post-slideshow fusion-post-slideshow"> <ul class="slides"> <li> <img width="1000" height="400" src="https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg" class="attachment-full size-full wp-post-image" alt="" /> </li> </ul> </div> <div class="post-content"> <p>As was <a href="https://korfball.org.au/sub-committees-formed-korfball-australia-needs-your-help/">previously announced</a>, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community.</p> <p>&nbsp;</p> <p>Nominations close at midnight on the 12th of November. The sub-committees will be responsible for High Performance, Development, Brand Management and Governance. The <a href="https://korfball.org.au/wp-content/uploads/Sub-Committee-flow-chart-2016.pdf">downloadable flowchart</a> shows the different sub-committees, more information on the area of responsibility, and which board member(s) they will be lead by.</p> <p>&nbsp;</p> <p>Korfball Australia is asking for anyone who has any interest or experience in any of the sub-committees to please donate their time and knowledge to helping us. Even if you have no experience but are willing to help we need you! Simply fill in your details on the form below to apply and you will hear from us shortly.</p> <p>&nbsp;</p> <p><strong>Application Form</strong></p> <p>&nbsp;</p> <div class="fusion-fullwidth fullwidth-box hundred-percent-fullwidth non-hundred-percent-height-scrolling" style='background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-bottom-width:0px;border-color:#eae9e9;border-top-style:solid;border-bottom-style:solid;'><div class="fusion-builder-row fusion-row "><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-one-full fusion-column-first fusion-column-last fusion-column-no-min-height 1_1" style='margin-top:0px;margin-bottom:0px;'> <div class="fusion-column-wrapper" style="background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url=""> <div role="form" class="wpcf7" id="wpcf7-f1901-p2099-o1" lang="en-GB" dir="ltr"> <div class="screen-reader-response"></div> <form action="/korfball-australia-sub-committee-nominations-closing#wpcf7-f1901-p2099-o1" method="post" class="wpcf7-form" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="1901" /> <input type="hidden" name="_wpcf7_version" value="5.1.1" /> <input type="hidden" name="_wpcf7_locale" value="en_GB" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1901-p2099-o1" /> <input type="hidden" name="_wpcf7_container_post" value="2099" /> <input type="hidden" name="_wpcf7cf_hidden_group_fields" value="" /> <input type="hidden" name="_wpcf7cf_hidden_groups" value="" /> <input type="hidden" name="_wpcf7cf_visible_groups" value="" /> <input type="hidden" name="_wpcf7cf_options" value="{&quot;form_id&quot;:1901,&quot;conditions&quot;:[],&quot;settings&quot;:false}" /> <input type="hidden" name="g-recaptcha-response" value="" /> </div> <p>Full Name (required)<br /> <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </p> <p>Email Address (required)<br /> <span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" /></span> </p> <p>Position(s) Applying For (required)<br /> <span class="wpcf7-form-control-wrap committee"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required"><span class="wpcf7-list-item first"><input type="checkbox" name="committee[]" value="Treasurer" /><span class="wpcf7-list-item-label">Treasurer</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="committee[]" value="Vice-President" /><span class="wpcf7-list-item-label">Vice-President</span></span></span></span></p> <p>Relevant Skills/Qualifications/Experience (Please use a new line for each item)<br /> <span class="wpcf7-form-control-wrap experience"><textarea name="experience" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea></span> </p> <p><span id="wpcf7-5cbe252531dc7" class="wpcf7-form-control-wrap job-title-wrap" style="display:none !important; visibility:hidden !important;"><label class="hp-message">Please leave this field empty.</label><input class="wpcf7-form-control wpcf7-text" type="text" name="job-title" value="" size="40" tabindex="-1" autocomplete="nope" /></span></p> <p><input type="submit" value="Nominate" class="wpcf7-form-control wpcf7-submit" /></p> <div class="fusion-alert alert custom alert-custom fusion-alert-center fusion-alert-capitalize alert-dismissable wpcf7-response-output wpcf7-display-none" style="border-width:1px;"><button style="color:;border-color:;" type="button" class="close toggle-alert" data-dismiss="alert" aria-hidden="true">&times;</button><div class="fusion-alert-content-wrapper"><span class="fusion-alert-content"></span></div></div></form></div><div class="fusion-clearfix"></div> </div> </div></div></div> </div> <div class="fusion-meta-info"><div class="fusion-meta-info-wrapper">By <span class="vcard"><span class="fn"><a href="https://korfball.org.au/author/korfball_aus_admin" title="Posts by Webmaster" rel="author">Webmaster</a></span></span><span class="fusion-inline-sep">|</span><span class="updated rich-snippet-hidden">2018-07-19T22:07:55+09:30</span><span>November 11th, 2016</span><span class="fusion-inline-sep">|</span></div></div> <section class="related-posts single-related-posts"> <div class="fusion-title fusion-title-size-three sep-none fusion-sep-none" style="margin-top:0px;margin-bottom:31px;"> <h3 class="title-heading-left"> Related Posts </h3> </div> <div class="fusion-carousel fusion-carousel-title-below-image" data-imagesize="auto" data-metacontent="yes" data-autoplay="no" data-touchscroll="no" data-columns="5" data-itemmargin="30px" data-itemwidth="180" data-touchscroll="yes" data-scrollitems=""> <div class="fusion-carousel-positioner"> <ul class="fusion-carousel-holder"> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper" aria-haspopup="true"> <a href="https://korfball.org.au/new-player-registration-system"> <img width="1000" height="400" src="https://korfball.org.au/wp-content/uploads/Korfball-Australia-white-1.jpg" class="attachment-full size-full wp-post-image" alt="" /> </a> </div> <h4 class="fusion-carousel-title"> <a class="fusion-related-posts-title-link" href="https://korfball.org.au/new-player-registration-system" target="_self" title="New Player Registration System">New Player Registration System</a> </h4> <div class="fusion-carousel-meta"> <span class="fusion-date">March 25th, 2019</span> <span class="fusion-inline-sep">|</span> <span><a href="https://korfball.org.au/new-player-registration-system#respond">0 Comments</a></span> </div><!-- fusion-carousel-meta --> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper" aria-haspopup="true"> <a href="https://korfball.org.au/special-recognition-of-service"> <img width="1000" height="400" src="https://korfball.org.au/wp-content/uploads/Korfball-Australia-white-1.jpg" class="attachment-full size-full wp-post-image" alt="" /> </a> </div> <h4 class="fusion-carousel-title"> <a class="fusion-related-posts-title-link" href="https://korfball.org.au/special-recognition-of-service" target="_self" title="Special Recognition of Service">Special Recognition of Service</a> </h4> <div class="fusion-carousel-meta"> <span class="fusion-date">October 3rd, 2018</span> <span class="fusion-inline-sep">|</span> <span><a href="https://korfball.org.au/special-recognition-of-service#respond">0 Comments</a></span> </div><!-- fusion-carousel-meta --> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper" aria-haspopup="true"> <a href="https://korfball.org.au/2018-korfball-australia-agm"> <img width="1000" height="400" src="https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400-1.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400-1-600x240.jpg 600w, https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400-1.jpg 1000w" sizes="(min-width: 2200px) 100vw, (min-width: 928px) 160px, (min-width: 856px) 200px, (min-width: 784px) 267px, (min-width: 712px) 400px, (min-width: 640px) 712px, " /> </a> </div> <h4 class="fusion-carousel-title"> <a class="fusion-related-posts-title-link" href="https://korfball.org.au/2018-korfball-australia-agm" target="_self" title="2018 Korfball Australia AGM">2018 Korfball Australia AGM</a> </h4> <div class="fusion-carousel-meta"> <span class="fusion-date">September 17th, 2018</span> <span class="fusion-inline-sep">|</span> <span><a href="https://korfball.org.au/2018-korfball-australia-agm#respond">0 Comments</a></span> </div><!-- fusion-carousel-meta --> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper" aria-haspopup="true"> <a href="https://korfball.org.au/australian-referee-selected-for-asia-oceania-korfball-championships"> <img width="1020" height="408" src="https://korfball.org.au/wp-content/uploads/2018aokcoptimised.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://korfball.org.au/wp-content/uploads/2018aokcoptimised-600x240.jpg 600w, https://korfball.org.au/wp-content/uploads/2018aokcoptimised.jpg 1020w" sizes="(min-width: 2200px) 100vw, (min-width: 928px) 160px, (min-width: 856px) 200px, (min-width: 784px) 267px, (min-width: 712px) 400px, (min-width: 640px) 712px, " /> </a> </div> <h4 class="fusion-carousel-title"> <a class="fusion-related-posts-title-link" href="https://korfball.org.au/australian-referee-selected-for-asia-oceania-korfball-championships" target="_self" title="Australian Referee Selected for Asia Oceania Korfball Championships">Australian Referee Selected for Asia Oceania Korfball Championships</a> </h4> <div class="fusion-carousel-meta"> <span class="fusion-date">July 20th, 2018</span> <span class="fusion-inline-sep">|</span> <span><a href="https://korfball.org.au/australian-referee-selected-for-asia-oceania-korfball-championships#respond">0 Comments</a></span> </div><!-- fusion-carousel-meta --> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper" aria-haspopup="true"> <a href="https://korfball.org.au/australian-referee-selected-for-u21-world-championships"> <img width="1022" height="394" src="https://korfball.org.au/wp-content/uploads/U21-World-champs.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://korfball.org.au/wp-content/uploads/U21-World-champs-600x231.jpg 600w, https://korfball.org.au/wp-content/uploads/U21-World-champs.jpg 1022w" sizes="(min-width: 2200px) 100vw, (min-width: 928px) 160px, (min-width: 856px) 200px, (min-width: 784px) 267px, (min-width: 712px) 400px, (min-width: 640px) 712px, " /> </a> </div> <h4 class="fusion-carousel-title"> <a class="fusion-related-posts-title-link" href="https://korfball.org.au/australian-referee-selected-for-u21-world-championships" target="_self" title="Australian Referee Selected for U21 World Championships">Australian Referee Selected for U21 World Championships</a> </h4> <div class="fusion-carousel-meta"> <span class="fusion-date">June 8th, 2018</span> <span class="fusion-inline-sep">|</span> <span><a href="https://korfball.org.au/australian-referee-selected-for-u21-world-championships#respond">0 Comments</a></span> </div><!-- fusion-carousel-meta --> </div><!-- fusion-carousel-item-wrapper --> </li> </ul><!-- fusion-carousel-holder --> <div class="fusion-carousel-nav"> <span class="fusion-nav-prev"></span> <span class="fusion-nav-next"></span> </div> </div><!-- fusion-carousel-positioner --> </div><!-- fusion-carousel --> </section><!-- related-posts --> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave A Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/korfball-australia-sub-committee-nominations-closing#respond" style="display:none;">Cancel reply</a></small></h3> <form action="https://korfball.org.au/wp-comments-post.php" method="post" id="commentform" class="comment-form"> <div id="comment-textarea"><label class="screen-reader-text" for="comment">Comment</label><textarea name="comment" id="comment" cols="45" rows="8" aria-required="true" required="required" tabindex="0" class="textarea-comment" placeholder="Comment..."></textarea></div><div id="comment-input"><input id="author" name="author" type="text" value="" placeholder="Name (required)" size="30" aria-required='true' required='required' aria-label="Name"/> <input id="email" name="email" type="email" value="" placeholder="Email (required)" size="30" aria-required='true' required='required' aria-label="Email"/> <input id="url" name="url" type="url" value="" placeholder="Website" size="30" aria-label="URL" /></div> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="comment-submit" class="fusion-button fusion-button-default fusion-button-default-size" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='2099' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="392909ca2b" /></p><p class="wysija-after-comment"><label for="wysija-box-after-comment"><input type="checkbox" id="wysija-box-after-comment" value="1" name="wysija[comment_subscribe]">Yes, add me to your mailing list.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="45"/></p> </form> </div><!-- #respond --> </article> </section> <aside id="sidebar" role="complementary" class="sidebar fusion-widget-area fusion-content-widget-area fusion-sidebar-right fusion-blogsidebar" style="float: right;" > <section id="wysija-4" class="widget widget_wysija"><div class="heading"><h4 class="widget-title">Subscribe to our Newsletter</h4></div><div class="widget_wysija_cont"><div id="msg-form-wysija-4" class="wysija-msg ajax"></div><form id="form-wysija-4" method="post" action="#wysija" class="widget_wysija"> <b>Subscribe to our newsletter and join our 290 subscribers.</b> <br /> <hr /> <p class="wysija-paragraph"> <label>First name <span class="wysija-required">*</span></label> <input type="text" name="wysija[user][firstname]" class="wysija-input validate[required]" title="First name" value="" /> <span class="abs-req"> <input type="text" name="wysija[user][abs][firstname]" class="wysija-input validated[abs][firstname]" value="" /> </span> </p> <p class="wysija-paragraph"> <label>Last name <span class="wysija-required">*</span></label> <input type="text" name="wysija[user][lastname]" class="wysija-input validate[required]" title="Last name" value="" /> <span class="abs-req"> <input type="text" name="wysija[user][abs][lastname]" class="wysija-input validated[abs][lastname]" value="" /> </span> </p> <p class="wysija-paragraph"> <label>E-mail <span class="wysija-required">*</span></label> <input type="text" name="wysija[user][email]" class="wysija-input validate[required,custom[email]]" title="E-mail" value="" /> <span class="abs-req"> <input type="text" name="wysija[user][abs][email]" class="wysija-input validated[abs][email]" value="" /> </span> </p> <hr /> <p class="wysija-checkbox-label">How often do you want to receive updates?</p> <p class="wysija-checkbox-paragraph"><label><input class="wysija-checkbox validate[required]" name="wysija[user_list][list_id][]" type="checkbox" value="4" /> Whenever there is a new post</label></p> <p class="wysija-checkbox-paragraph"><label><input class="wysija-checkbox validate[required]" name="wysija[user_list][list_id][]" type="checkbox" value="5" /> Daily</label></p> <p class="wysija-checkbox-paragraph"><label><input class="wysija-checkbox validate[required]" name="wysija[user_list][list_id][]" type="checkbox" value="6" /> Weekly</label></p> <p class="wysija-checkbox-paragraph"><label><input class="wysija-checkbox validate[required]" name="wysija[user_list][list_id][]" type="checkbox" value="7" /> Monthly</label></p> <input class="wysija-submit wysija-submit-field" type="submit" value="Subscribe" /> <input type="hidden" name="form_id" value="1" /> <input type="hidden" name="action" value="save" /> <input type="hidden" name="controller" value="subscribers" /> <input type="hidden" value="1" name="wysija-page" /> </form></div></section> <section id="recent-posts-2" class="widget widget_recent_entries"> <div class="heading"><h4 class="widget-title">Recent Posts</h4></div> <ul> <li> <a href="https://korfball.org.au/more-and-better-korfball">More and Better Korfball</a> </li> <li> <a href="https://korfball.org.au/official-footwear-supplier-partnership-announced">Official Footwear Supplier Partnership Announced</a> </li> <li> <a href="https://korfball.org.au/new-player-registration-system">New Player Registration System</a> </li> <li> <a href="https://korfball.org.au/international-womens-day-2019-balanceforbetter">International Women&#8217;s Day 2019 #BalanceForBetter</a> </li> <li> <a href="https://korfball.org.au/korfball-australia-sponsorships-now-available">Korfball Australia Sponsorships now available</a> </li> </ul> </section> </aside> </div> <!-- fusion-row --> </main> <!-- #main --> <div class="fusion-footer"> <footer class="fusion-footer-widget-area fusion-widget-area"> <div class="fusion-row"> <div class="fusion-columns fusion-columns-4 fusion-widget-area"> <div class="fusion-column col-lg-3 col-md-3 col-sm-3"> <section id="search-3" class="fusion-footer-widget-column widget widget_search"><form role="search" class="searchform fusion-search-form" method="get" action="https://korfball.org.au/"> <div class="fusion-search-form-content"> <div class="fusion-search-field search-field"> <label><span class="screen-reader-text">Search for:</span> <input type="text" value="" name="s" class="s" placeholder="Search ..." required aria-required="true" aria-label="Search ..."/> </label> </div> <div class="fusion-search-button search-button"> <input type="submit" class="fusion-search-submit searchsubmit" value="&#xf002;" /> </div> </div> </form> <div style="clear:both;"></div></section> <section id="recent-posts-4" class="fusion-footer-widget-column widget widget_recent_entries"> <h4 class="widget-title">Latest News</h4> <ul> <li> <a href="https://korfball.org.au/more-and-better-korfball">More and Better Korfball</a> </li> <li> <a href="https://korfball.org.au/official-footwear-supplier-partnership-announced">Official Footwear Supplier Partnership Announced</a> </li> <li> <a href="https://korfball.org.au/new-player-registration-system">New Player Registration System</a> </li> <li> <a href="https://korfball.org.au/international-womens-day-2019-balanceforbetter">International Women&#8217;s Day 2019 #BalanceForBetter</a> </li> <li> <a href="https://korfball.org.au/korfball-australia-sponsorships-now-available">Korfball Australia Sponsorships now available</a> </li> </ul> <div style="clear:both;"></div></section> </div> <div class="fusion-column col-lg-3 col-md-3 col-sm-3"> </div> <div class="fusion-column col-lg-3 col-md-3 col-sm-3"> </div> <div class="fusion-column fusion-column-last col-lg-3 col-md-3 col-sm-3"> <section id="rss-3" class="fusion-footer-widget-column widget widget_rss"><h4 class="widget-title"><a class="rsswidget" href="http://www.ikf.org/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://korfball.org.au/wp-includes/images/rss.png" alt="RSS" /></a> <a class="rsswidget" href="https://korfball.sport/">IKF News</a></h4><ul><li><a class='rsswidget' href='https://korfball.sport/ikf-u19-wkc-2019-champions/'>The Netherlands are the IKF U19 WKC 2019 Champions!</a> <span class="rss-date">21st April 2019</span> <cite>Dani Ezpeleta</cite></li><li><a class='rsswidget' href='https://korfball.sport/ikf-u19-wkc-2019-day-3-review/'>IKF U19 WKC 2019: Day 3 review</a> <span class="rss-date">21st April 2019</span> <cite>Dani Ezpeleta</cite></li><li><a class='rsswidget' href='https://korfball.sport/ikf-u19-wkc-2019-day-2-review/'>IKF U19 WKC 2019: Day 2 review</a> <span class="rss-date">20th April 2019</span> <cite>Maaike Zahn</cite></li><li><a class='rsswidget' href='https://korfball.sport/draw-confirms-pool-composition-for-ikf-world-korfball-championship-2019/'>Draw confirms pool composition for IKF World Korfball Championship 2019</a> <span class="rss-date">20th April 2019</span> <cite>Maaike Zahn</cite></li><li><a class='rsswidget' href='https://korfball.sport/ikf-u19-wkc-2019-day-1/'>IKF U19 WKC 2019: Day 1 Review</a> <span class="rss-date">19th April 2019</span> <cite>Maaike Zahn</cite></li></ul><div style="clear:both;"></div></section> </div> <div class="fusion-clearfix"></div> </div> <!-- fusion-columns --> </div> <!-- fusion-row --> </footer> <!-- fusion-footer-widget-area --> <footer id="footer" class="fusion-footer-copyright-area"> <div class="fusion-row"> <div class="fusion-copyright-content"> <div class="fusion-copyright-notice"> <div> Copyright 2012 Avada | All Rights Reserved | Powered by <a href="http://theme-fusion.com">Theme Fusion</a> </div> </div> <div class="fusion-social-links-footer"> <div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook" style="color:#46494a;" href="https://www.facebook.com/pages/Korfball-Australia/365371480145840" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Facebook" data-toggle="tooltip" title="Facebook"><span class="screen-reader-text">Facebook</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter" style="color:#46494a;" href="https://twitter.com/KorfballAus" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Twitter" data-toggle="tooltip" title="Twitter"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-instagram fusion-icon-instagram" style="color:#46494a;" href="https://www.instagram.com/korfballaus/" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Instagram" data-toggle="tooltip" title="Instagram"><span class="screen-reader-text">Instagram</span></a></div></div></div> </div> <!-- fusion-fusion-copyright-content --> </div> <!-- fusion-row --> </footer> <!-- #footer --> </div> <!-- fusion-footer --> </div> <!-- wrapper --> <a class="fusion-one-page-text-link fusion-page-load-link"></a> <script> jQuery(document).ready(function($) { var $checkboxes; function storekey() { var keysVal = $checkboxes.map(function() { if(this.checked) return $(this).attr('data-key'); }).get().join(','); $("input[name='fieldVal']").val(keysVal); } $(function() { $checkboxes = $("input[class='listCheckbox']").change(storekey); }); }); </script> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script type="text/javascript"> jQuery( document ).ready( function() { var ajaxurl = 'https://korfball.org.au/wp-admin/admin-ajax.php'; if ( 0 < jQuery( '.fusion-login-nonce' ).length ) { jQuery.get( ajaxurl, { 'action': 'fusion_login_nonce' }, function( response ) { jQuery( '.fusion-login-nonce' ).html( response ); }); } }); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"},"registration_prompt":"There is unsaved attendee information. Are you sure you want to continue?"};var tribe_system_info = {"sysinfo_optin_nonce":"963811b1dc","clipboard_btn_text":"Copy to clipboard","clipboard_copied_text":"System info copied","clipboard_fail_text":"Press \"Cmd + C\" to copy"};/* ]]> */ </script> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/korfball.org.au\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress/assets/js/jquery.dataTables.min.js?ver=1.10.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var localized_strings = {"days":"days","hrs":"hrs","mins":"mins","secs":"secs","previous":"Previous","next":"Next"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress/assets/js/sportspress.js?ver=2.6.14'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-match-stats/js/jquery.waypoints.min.js?ver=4.0.0'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-match-stats/js/sportspress-match-stats.js?ver=2.2'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-scoreboard/js/sportspress-scoreboard.js?ver=1555965221'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-sponsors/js/sportspress-sponsors.js?ver=1555965221'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/js/sportspress-tournaments.js?ver=2.6.14'></script> <script type='text/javascript'> /* <![CDATA[ */ var sticky_anything_engage = {"element":"#sticky-header-menu","topspace":"88","minscreenwidth":"0","maxscreenwidth":"999999","zindex":"1000","legacymode":"","dynamicmode":"","debugmode":"","pushup":"","adminbar":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/stickThis.js?ver=2.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/korfball.org.au\/shop\/cart","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.6.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_c63b8acd8aa84d6459d4326aeb5f122f","fragment_name":"wc_fragments_c63b8acd8aa84d6459d4326aeb5f122f","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.6.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/isotope.js?ver=3.0.4'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.infinitescroll.js?ver=2.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-core/js/min/avada-faqs.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/modernizr.js?ver=3.3.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fitvids.js?ver=1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionVideoGeneralVars = {"status_vimeo":"1","status_yt":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/fusion-video-general.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionLightboxVideoVars = {"lightbox_video_width":"1280","lightbox_video_height":"720"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.ilightbox.js?ver=2.2.3'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.mousewheel.js?ver=3.0.6'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionLightboxVars = {"status_lightbox":"","lightbox_gallery":"1","lightbox_skin":"metro-white","lightbox_title":"1","lightbox_arrows":"1","lightbox_slideshow_speed":"5000","lightbox_autoplay":"","lightbox_opacity":"0.8","lightbox_desc":"1","lightbox_social":"1","lightbox_deeplinking":"1","lightbox_path":"vertical","lightbox_post_images":"1","lightbox_animation_speed":"Fast"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-lightbox.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/imagesLoaded.js?ver=3.1.8'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/packery.js?ver=2.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaPortfolioVars = {"lightbox_behavior":"all","infinite_finished_msg":"<em>All items displayed.<\/em>","infinite_blog_text":"<em>Loading the next set of posts...<\/em>","content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-core/js/min/avada-portfolio.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/cssua.js?ver=2.1.28'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-waypoints.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionAnimationsVars = {"disable_mobile_animate_css":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-animations.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionEqualHeightVars = {"content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-equal-heights.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-content-boxes.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/library/jquery.countTo.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.easyPieChart.js?ver=2.1.7'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.appear.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-counters-circle.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-events.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-progress.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.modal.js?ver=3.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-modal.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionCountersBox = {"counter_box_speed":"1000"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-counters-box.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-title.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.collapse.js?ver=3.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-toggles.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionRecentPostsVars = {"infinite_loading_text":"<em>Loading the next set of posts...<\/em>","infinite_finished_msg":"<em>All items displayed.<\/em>","slideshow_autoplay":"1","slideshow_speed":"7000","pagination_video_slide":"","status_yt":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-recent-posts.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.cycle.js?ver=3.0.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionTestimonialVars = {"testimonials_speed":"4000"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-testimonials.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/library/jquery.countdown.js?ver=1.0'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-countdown.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fade.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.requestAnimationFrame.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/fusion-parallax.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionVideoBgVars = {"status_vimeo":"1","status_yt":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/fusion-video-bg.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionContainerVars = {"content_break_point":"800","container_hundred_percent_height_mobile":"0","is_sticky_header_transparent":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-container.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionMapsVars = {"admin_ajax":"https:\/\/korfball.org.au\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fusion_maps.js?ver=2.2.2'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-google-map.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/library/Chart.js?ver=2.7.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-chart.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-gallery.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-flip-boxes.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-syntax-highlighter.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.transition.js?ver=3.3.6'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.tab.js?ver=3.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionTabVars = {"content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-tabs.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionBgImageVars = {"content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-column-bg-image.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-column.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/library/jquery.event.move.js?ver=2.0'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-image-before-after.js?ver=1.0'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/vimeoPlayer.js?ver=2.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionVideoVars = {"status_vimeo":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-video.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.hoverintent.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-vertical-menu-widget.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/lazysizes.js?ver=4.1.5'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.tooltip.js?ver=3.3.5'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.popover.js?ver=3.3.5'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.carouFredSel.js?ver=6.2.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.easing.js?ver=1.3'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.flexslider.js?ver=2.2.2'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.hoverflow.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/the-events-calendar/vendor/jquery-placeholder/jquery.placeholder.min.js?ver=4.9.0'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.touchSwipe.js?ver=1.6.6'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-alert.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionCarouselVars = {"related_posts_speed":"2500","carousel_speed":"2500"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-carousel.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionFlexSliderVars = {"status_vimeo":"1","page_smoothHeight":"false","slideshow_autoplay":"1","slideshow_speed":"7000","pagination_video_slide":"","status_yt":"1","flex_smoothHeight":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-flexslider.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-popover.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-tooltip.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-sharing-box.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionBlogVars = {"infinite_blog_text":"<em>Loading the next set of posts...<\/em>","infinite_finished_msg":"<em>All items displayed.<\/em>","slideshow_autoplay":"1","slideshow_speed":"7000","pagination_video_slide":"","status_yt":"1","lightbox_behavior":"all","blog_pagination_type":"Pagination","flex_smoothHeight":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-blog.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-button.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-general-global.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaHeaderVars = {"header_position":"top","header_layout":"v2","header_sticky":"1","header_sticky_type2_layout":"menu_only","side_header_break_point":"800","header_sticky_mobile":"1","header_sticky_tablet":"1","mobile_menu_design":"modern","sticky_header_shrinkage":"0","nav_height":"83","nav_highlight_border":"3","nav_highlight_style":"bar","logo_margin_top":"0","logo_margin_bottom":"0","layout_mode":"boxed","header_padding_top":"0px","header_padding_bottom":"0px","offset_scroll":"full"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-header.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaMenuVars = {"header_position":"Top","logo_alignment":"Left","header_sticky":"1","side_header_break_point":"800","mobile_menu_design":"modern","dropdown_goto":"Go to...","mobile_nav_cart":"Shopping Cart","mobile_submenu_open":"Open Sub Menu","mobile_submenu_close":"Close Sub Menu","submenu_slideout":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-menu.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionScrollToAnchorVars = {"content_break_point":"800","container_hundred_percent_height_mobile":"0"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-scroll-to-anchor.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionTypographyVars = {"site_width":"1100px","typography_responsive":"","typography_sensitivity":"0.6","typography_factor":"1.5","elements":"h1, h2, h3, h4, h5, h6"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-responsive-typography.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/library/bootstrap.scrollspy.js?ver=3.3.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaCommentVars = {"title_style_type":"none","title_margin_top":"0px","title_margin_bottom":"31px"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-comments.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-general-footer.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-quantity.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-scrollspy.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-select.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaSidebarsVars = {"header_position":"top","header_layout":"v2","header_sticky":"1","header_sticky_type2_layout":"menu_only","side_header_break_point":"800","header_sticky_tablet":"1","sticky_header_shrinkage":"0","nav_height":"83","content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-sidebars.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/library/jquery.sticky-kit.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-tabs-widget.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var toTopscreenReaderText = {"label":"Go to Top"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/library/jquery.toTop.js?ver=1.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaToTopVars = {"status_totop_mobile":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-to-top.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-drop-down.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaMobileImageVars = {"side_header_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-mobile-image-hover.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-contact-form-7.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/library/jquery.elasticslider.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaElasticSliderVars = {"tfes_autoplay":"1","tfes_animation":"sides","tfes_interval":"3000","tfes_speed":"800","tfes_width":"150"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-elastic-slider.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaWooCommerceVars = {"order_actions":"Details","title_style_type":"none","woocommerce_shop_page_columns":"4","woocommerce_checkout_error":"Not all fields have been filled in correctly.","woocommerce_single_gallery_size":"500","related_products_heading_size":"3"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-woocommerce.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-events.js?ver=5.8.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/library/jquery.nicescroll.js?ver=3.7.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaNiceScrollVars = {"side_header_width":"0","smooth_scrolling":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/themes/Avada/assets/min/js/general/avada-nicescroll.js?ver=5.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaFusionSliderVars = {"side_header_break_point":"800","slider_position":"below","header_transparency":"0","mobile_header_transparency":"0","header_position":"Top","content_break_point":"800","status_vimeo":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/fusion-core/js/min/avada-fusion-slider.js?ver=1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/floating-menu/js/jquery.easing.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/floating-menu/js/jquery.floater.2.2.js?ver=5.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/cf7-conditional-fields/js/scripts.js?ver=1.4.3'></script> <script async="async" type='text/javascript' src='https://korfball.org.au/wp-content/plugins/akismet/_inc/form.js?ver=4.1.1'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/wysija-newsletters/js/validate/languages/jquery.validationEngine-en.js?ver=2.11'></script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/wysija-newsletters/js/validate/jquery.validationEngine.js?ver=2.11'></script> <script type='text/javascript'> /* <![CDATA[ */ var wysijaAJAX = {"action":"wysija_ajax","controller":"subscribers","ajaxurl":"https:\/\/korfball.org.au\/wp-admin\/admin-ajax.php","loadingTrans":"Loading...","is_rtl":""}; /* ]]> */ </script> <script type='text/javascript' src='https://korfball.org.au/wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.11'></script> <script type="text/javascript"> jQuery(document).ready( function($) { $('.sp-header-loaded').prepend( $('.sp-league-menu') ); } ); </script> <script type="text/javascript"> jQuery(document).ready( function($) { $('.sp-header-loaded').prepend( $('.sp-header-scoreboard') ); } ); </script> </body> </html>
[ "<footer class=\"fusion-footer-widget-area fusion-widget-area\">\n\t\t<div class=\"fusion-row\">\n\t\t\t<div class=\"fusion-columns fusion-columns-4 fusion-widget-area\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"fusion-column col-lg-3 col-md-3 col-sm-3\">\n\t\t\t\t\t\t\t<section id=\"search-3\" class=\"fusion-footer-widget-column widget widget_search\"><form role=\"search\" class=\"searchform fusion-search-form\" method=\"get\" action=\"https://korfball.org.au/\">\n\t<div class=\"fusion-search-form-content\">\n\t\t<div class=\"fusion-search-field search-field\">\n\t\t\t<label><span class=\"screen-reader-text\">Search for:</span>\n\t\t\t\t<input type=\"text\" value=\"\" name=\"s\" class=\"s\" placeholder=\"Search ...\" required=\"\" aria-required=\"true\" aria-label=\"Search ...\"/>\n\t\t\t</label>\n\t\t</div>\n\t\t<div class=\"fusion-search-button search-button\">\n\t\t\t<input type=\"submit\" class=\"fusion-search-submit searchsubmit\" value=\"\"/>\n\t\t</div>\n\t</div>\n</form>\n<div style=\"clear:both;\"/></section>\t\t<section id=\"recent-posts-4\" class=\"fusion-footer-widget-column widget widget_recent_entries\">\t\t<h4 class=\"widget-title\">Latest News</h4>\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://korfball.org.au/more-and-better-korfball\">More and Better Korfball</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://korfball.org.au/official-footwear-supplier-partnership-announced\">Official Footwear Supplier Partnership Announced</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://korfball.org.au/new-player-registration-system\">New Player Registration System</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://korfball.org.au/international-womens-day-2019-balanceforbetter\">International Women’s Day 2019 #BalanceForBetter</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://korfball.org.au/korfball-australia-sponsorships-now-available\">Korfball Australia Sponsorships now available</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t<div style=\"clear:both;\"/></section>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"fusion-column col-lg-3 col-md-3 col-sm-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"fusion-column col-lg-3 col-md-3 col-sm-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"fusion-column fusion-column-last col-lg-3 col-md-3 col-sm-3\">\n\t\t\t\t\t\t\t<section id=\"rss-3\" class=\"fusion-footer-widget-column widget widget_rss\"><h4 class=\"widget-title\"><a class=\"rsswidget\" href=\"http://www.ikf.org/feed/\"><img class=\"rss-widget-icon\" style=\"border:0\" width=\"14\" height=\"14\" src=\"https://korfball.org.au/wp-includes/images/rss.png\" alt=\"RSS\"/></a> <a class=\"rsswidget\" href=\"https://korfball.sport/\">IKF News</a></h4><ul><li><a class=\"rsswidget\" href=\"https://korfball.sport/ikf-u19-wkc-2019-champions/\">The Netherlands are the IKF U19 WKC 2019 Champions!</a> <span class=\"rss-date\">21st April 2019</span> <cite>Dani Ezpeleta</cite></li><li><a class=\"rsswidget\" href=\"https://korfball.sport/ikf-u19-wkc-2019-day-3-review/\">IKF U19 WKC 2019: Day 3 review</a> <span class=\"rss-date\">21st April 2019</span> <cite>Dani Ezpeleta</cite></li><li><a class=\"rsswidget\" href=\"https://korfball.sport/ikf-u19-wkc-2019-day-2-review/\">IKF U19 WKC 2019: Day 2 review</a> <span class=\"rss-date\">20th April 2019</span> <cite>Maaike Zahn</cite></li><li><a class=\"rsswidget\" href=\"https://korfball.sport/draw-confirms-pool-composition-for-ikf-world-korfball-championship-2019/\">Draw confirms pool composition for IKF World Korfball Championship 2019</a> <span class=\"rss-date\">20th April 2019</span> <cite>Maaike Zahn</cite></li><li><a class=\"rsswidget\" href=\"https://korfball.sport/ikf-u19-wkc-2019-day-1/\">IKF U19 WKC 2019: Day 1 Review</a> <span class=\"rss-date\">19th April 2019</span> <cite>Maaike Zahn</cite></li></ul><div style=\"clear:both;\"/></section>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"fusion-clearfix\"/>\n\t\t\t</div> <!-- fusion-columns -->\n\t\t</div> <!-- fusion-row -->\n\t</footer> ", "<footer id=\"footer\" class=\"fusion-footer-copyright-area\">\n\t\t<div class=\"fusion-row\">\n\t\t\t<div class=\"fusion-copyright-content\">\n\n\t\t\t\t<div class=\"fusion-copyright-notice\">\n\t\t<div>\n\t\tCopyright 2012 Avada | All Rights Reserved | Powered by <a href=\"http://theme-fusion.com\">Theme Fusion</a> \t</div>\n</div>\n<div class=\"fusion-social-links-footer\">\n\t<div class=\"fusion-social-networks\"><div class=\"fusion-social-networks-wrapper\"><a class=\"fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook\" style=\"color:#46494a;\" href=\"https://www.facebook.com/pages/Korfball-Australia/365371480145840\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"Facebook\" data-toggle=\"tooltip\" title=\"Facebook\"><span class=\"screen-reader-text\">Facebook</span></a><a class=\"fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter\" style=\"color:#46494a;\" href=\"https://twitter.com/KorfballAus\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"Twitter\" data-toggle=\"tooltip\" title=\"Twitter\"><span class=\"screen-reader-text\">Twitter</span></a><a class=\"fusion-social-network-icon fusion-tooltip fusion-instagram fusion-icon-instagram\" style=\"color:#46494a;\" href=\"https://www.instagram.com/korfballaus/\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"Instagram\" data-toggle=\"tooltip\" title=\"Instagram\"><span class=\"screen-reader-text\">Instagram</span></a></div></div></div>\n\n\t\t\t</div> <!-- fusion-fusion-copyright-content -->\n\t\t</div> <!-- fusion-row -->\n\t</footer> " ]
[ "<head>\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t<title>Korfball Australia Sub-Committee Nominations Closing - Korfball Australia</title>\n<script>var dvin_quotelist_count ='';var dvin_wcql_ajax_url = 'https://korfball.org.au/wp-admin/admin-ajax.php'; var dvin_quotelist_refresh_afteradd_url='';</script>\n<!-- This site is optimized with the Yoast SEO Premium plugin v9.5 - https://yoast.com/wordpress/plugins/seo/ -->\n<link rel=\"canonical\" href=\"https://korfball.org.au/korfball-australia-sub-committee-nominations-closing\"/>\n<meta property=\"og:locale\" content=\"en_GB\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Korfball Australia Sub-Committee Nominations Closing - Korfball Australia\"/>\n<meta property=\"og:description\" content=\"As was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community.   …\"/>\n<meta property=\"og:url\" content=\"https://korfball.org.au/korfball-australia-sub-committee-nominations-closing\"/>\n<meta property=\"og:site_name\" content=\"Korfball Australia\"/>\n<meta property=\"article:section\" content=\"News\"/>\n<meta property=\"article:published_time\" content=\"2016-11-11T07:10:36+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2018-07-19T12:37:55+00:00\"/>\n<meta property=\"og:updated_time\" content=\"2018-07-19T12:37:55+00:00\"/>\n<meta property=\"og:image\" content=\"https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg\"/>\n<meta property=\"og:image:secure_url\" content=\"https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg\"/>\n<meta property=\"og:image:width\" content=\"1000\"/>\n<meta property=\"og:image:height\" content=\"400\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:description\" content=\"As was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community.   […]\"/>\n<meta name=\"twitter:title\" content=\"Korfball Australia Sub-Committee Nominations Closing - Korfball Australia\"/>\n<meta name=\"twitter:image\" content=\"https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg\"/>\n<!-- / Yoast SEO Premium plugin. -->\n\n<link rel=\"dns-prefetch\" href=\"//js.stripe.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.gstatic.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ajax.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//apis.google.com\"/>\n<link rel=\"dns-prefetch\" href=\"//google-analytics.com\"/>\n<link rel=\"dns-prefetch\" href=\"//www.google-analytics.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ssl.google-analytics.com\"/>\n<link rel=\"dns-prefetch\" href=\"//youtube.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.gravatar.com\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Korfball Australia » Feed\" href=\"https://korfball.org.au/feed\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Korfball Australia » Comments Feed\" href=\"https://korfball.org.au/comments/feed\"/>\n<link rel=\"alternate\" type=\"text/calendar\" title=\"Korfball Australia » iCal Feed\" href=\"https://korfball.org.au/events/?ical=1\"/>\n\t\t\t\t\t<link rel=\"shortcut icon\" href=\"https://korfball.org.au/wp-content/uploads/ka-favicon.png\" type=\"image/x-icon\"/>\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Korfball Australia » Korfball Australia Sub-Committee Nominations Closing Comments Feed\" href=\"https://korfball.org.au/korfball-australia-sub-committee-nominations-closing/feed\"/>\n\n\t\t<meta property=\"og:title\" content=\"Korfball Australia Sub-Committee Nominations Closing\"/>\n\t\t<meta property=\"og:type\" content=\"article\"/>\n\t\t<meta property=\"og:url\" content=\"https://korfball.org.au/korfball-australia-sub-committee-nominations-closing\"/>\n\t\t<meta property=\"og:site_name\" content=\"Korfball Australia\"/>\n\t\t<meta property=\"og:description\" content=\"As was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community.&#13;&#10;&#13;&#10; &#13;&#10;&#13;&#10;Nominations\"/>\n\n\t\t\t\t\t\t\t\t\t<meta property=\"og:image\" content=\"https://korfball.org.au/wp-content/uploads/Dollarphotoclub_75802960-1000x400.jpg\"/>\n\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/korfball.org.au\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"validate-engine-css-css\" href=\"https://korfball.org.au/wp-content/plugins/wysija-newsletters/css/validationEngine.jquery.css?ver=2.11\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wc-block-style-css\" href=\"https://korfball.org.au/wp-content/plugins/woocommerce/assets/css/blocks/style.css?ver=3.6.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"dvin-wcql-stylesheet-css\" href=\"https://korfball.org.au/wp-content/plugins/WooCommerce_Request_A_Quote/css/styles.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"dvin-wcql-custom_stylesheet-css\" href=\"https://korfball.org.au/wp-content/plugins/WooCommerce_Request_A_Quote/css/custom_styles.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"dashicons-css\" href=\"https://korfball.org.au/wp-includes/css/dashicons.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"contact-form-7-signature-addon-css\" href=\"https://korfball.org.au/wp-content/plugins/contact-form-7-signature-addon/public/css/style.css?ver=4.2.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"cf7cf-style-css\" href=\"https://korfball.org.au/wp-content/plugins/cf7-conditional-fields/style.css?ver=1.4.3\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-general-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/sportspress.css?ver=2.6.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-icons-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/icons.css?ver=2.6.8\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-league-menu-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-league-menu/css/sportspress-league-menu.css?ver=2.1.2\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-event-statistics-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-match-stats/css/sportspress-match-stats.css?ver=2.2\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-results-matrix-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-results-matrix/css/sportspress-results-matrix.css?ver=2.6.9\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-scoreboard-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-scoreboard/css/sportspress-scoreboard.css?ver=2.6.11\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-scoreboard-ltr-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-scoreboard/css/sportspress-scoreboard-ltr.css?ver=2.6.11\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-sponsors-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-sponsors/css/sportspress-sponsors.css?ver=2.6.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-timelines-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-timelines/css/sportspress-timelines.css?ver=2.6\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-tournaments-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/css/sportspress-tournaments.css?ver=2.6.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-tournaments-ltr-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/css/sportspress-tournaments-ltr.css?ver=2.6.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jquery-bracket-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/css/jquery.bracket.min.css?ver=0.11.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-twitter-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-twitter/css/sportspress-twitter.css?ver=2.1.2\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sportspress-user-scores-css\" href=\"//korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-user-scores/css/sportspress-user-scores.css?ver=2.3\" type=\"text/css\" media=\"all\"/>\n<style id=\"woocommerce-inline-inline-css\" type=\"text/css\">\n.woocommerce form .form-row .required { visibility: visible; }\n</style>\n<link rel=\"stylesheet\" id=\"wpay-style-front-end-css\" href=\"https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-core/assets/css/style-front-end.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wpay-paypal-express-pro-style-css\" href=\"https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-paypal-express-pro/assets/css/wpay-paypal-express-pro.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wpay-stripe-style-css\" href=\"https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-stripe/assets/css/wpay-stripe.css?ver=1.0.9\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"avada-stylesheet-css\" href=\"https://korfball.org.au/wp-content/themes/Avada/assets/css/style.min.css?ver=5.8.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"child-style-css\" href=\"https://korfball.org.au/wp-content/themes/Avada-Child-Theme/style.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<!--[if IE]>\n<link rel='stylesheet' id='avada-IE-css' href='https://korfball.org.au/wp-content/themes/Avada/assets/css/ie.min.css?ver=5.8.1' type='text/css' media='all' />\n<style id='avada-IE-inline-css' type='text/css'>\n.avada-select-parent .select-arrow{background-color:#ffffff}\n.select-arrow{background-color:#ffffff}\n</style>\n<![endif]-->\n<link rel=\"stylesheet\" id=\"fusion-dynamic-css-css\" href=\"https://korfball.org.au/wp-content/uploads/fusion-styles/e6900882700352953e3d317abc15bdf0.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"avada_google_fonts-css\" href=\"https://fonts.googleapis.com/css?family=PT+Sans%3Aregular%2Citalic%2C700%2C700italic%7CAntic+Slab%3Aregular&amp;subset=latin\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"teccc_stylesheet-css\" href=\"https://korfball.org.au/wp-content/uploads/teccc_cbaf8374db6a8ada01d7f21cf36d930f.min.css?ver=6.1.1\" type=\"text/css\" media=\"all\"/>\n<style type=\"text/css\"> /* SportsPress Frontend CSS */ .sp-event-calendar tbody td a,.sp-event-calendar tbody td a:hover{background: none;}.sp-data-table th,.sp-calendar th,.sp-data-table tfoot,.sp-calendar tfoot,.sp-button,.sp-heading{background:#0f0f0f !important}.sp-calendar tbody a{color:#0f0f0f !important}.sp-data-table tbody,.sp-calendar tbody{background: #ffffff !important}.sp-data-table tbody,.sp-calendar tbody{color: #0f0f0f !important}.sp-data-table th,.sp-data-table th a,.sp-data-table tfoot,.sp-data-table tfoot a,.sp-calendar th,.sp-calendar th a,.sp-calendar tfoot,.sp-calendar tfoot a,.sp-button,.sp-heading{color: #ffffff !important}.sp-data-table tbody a,.sp-data-table tbody a:hover,.sp-calendar tbody a:focus{color: #008752 !important}.sp-highlight,.sp-calendar td#today{background: #ffffff !important}.sp-statistic-bar{background:#0f0f0f}.sp-statistic-bar-fill{background:#008752}.sp-template-scoreboard .sp-scoreboard-nav{color:#ffffff !important}.sp-template-scoreboard .sp-scoreboard-nav{background-color:#008752 !important}.sp-tournament-bracket .sp-event{border-color:#ffffff !important}.sp-tournament-bracket .sp-team .sp-team-name:before{border-left-color:#ffffff !important}.sp-tournament-bracket .sp-event .sp-event-main, .sp-tournament-bracket .sp-team .sp-team-name{color:#0f0f0f !important}.sp-tournament-bracket .sp-team .sp-team-name.sp-heading{color:#ffffff !important}.sp-data-table th,.sp-data-table td{text-align: center !important} /* SportsPress Custom CSS */ a.sp-scoreboard-event {&#13;\n border: black solid 1px;&#13;\n}&#13;\n&#13;\n.sp-scoreboard-team-logo {&#13;\n float: left;&#13;\n}&#13;\n&#13;\ntd.data-name.has-logo span.team-logo {&#13;\n float: left;&#13;\n}&#13;\n&#13;\n.sp-event-list .team-logo {&#13;\n float: left;&#13;\n}&#13;\n&#13;\na.sp-button.sp-sponsor-button {&#13;\n padding: 5px;&#13;\n border: #008752 solid 2px;&#13;\n border-radius: 10px;&#13;\n box-shadow: grey 2px 2px;&#13;\n margin-bottom: 10px;&#13;\n\tfont-size: large;&#13;\n}&#13;\n&#13;\n.single-sp_sponsor .post-content {&#13;\n text-align: center;&#13;\n}&#13;\n&#13;\n.sp-post-content {&#13;\n text-align: left;&#13;\n}&#13;\n&#13;\nimg.sp-sponsor-logo.wp-post-image {&#13;\n width: 100%;&#13;\n max-width: none !important;&#13;\n}&#13;\n/*&#13;\n.page a.sponsor.sp-sponsor {&#13;\n display: block;&#13;\n margin-top: -60px;&#13;\n}&#13;\n&#13;\n.page h3.sp-sponsors-title {&#13;\n margin-bottom: 0px;&#13;\n}&#13;\n&#13;\n.page .sp-sponsors .sp-sponsors-title {&#13;\n margin-top: -60px;&#13;\n}&#13;\n*/&#13;\n&#13;\n.page .sp-sponsors .sp-sponsors-title {&#13;\n margin: 0;&#13;\n}&#13;\n&#13;\n.sp-event-blocks h4.sp-event-title {&#13;\n white-space: nowrap;&#13;\n}&#13;\n&#13;\n.sp-event-blocks h4.sp-event-title a{&#13;\nmargin-left: -5px;&#13;\n}&#13;\n&#13;\n.sp-scoreboard-nav-disabled {&#13;\n display: initial;&#13;\n}&#13;\n&#13;\n.sp-scoreboard-team-logo img {&#13;\n\theight: auto;align-content&#13;\n}&#13;\n&#13;\nspan.sp-scoreboard-date {&#13;\n display: inline-block;&#13;\n float: left;&#13;\n}&#13;\n&#13;\nspan.sp-scoreboard-time {&#13;\n display: block;&#13;\n float: right;&#13;\n}&#13;\n&#13;\nspan.sp-scoreboard-league {&#13;\n display: inline-block;&#13;\n}&#13;\n&#13;\n.sp-data-table tr.odd {&#13;\n background: rgba(0, 0, 0, 0.1);&#13;\n}&#13;\n&#13;\n.single-tribe_events tr.sp-row.sp-post.alternate {&#13;\n background: rgba(0, 0, 0, 0.1);&#13;\n}&#13;\n&#13;\nh4.sp-table-caption {&#13;\n\tcolor: white;&#13;\n}&#13;\n&#13;\n.sp-scoreboard {&#13;\n margin-left: 35px !important;&#13;\n}</style><script type=\"text/javascript\" src=\"https://korfball.org.au/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/jquery-vertical-accordion-menu/js/jquery.hoverIntent.minified.js?ver=5.1.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/jquery-vertical-accordion-menu/js/jquery.cookie.js?ver=5.1.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/jquery-vertical-accordion-menu/js/jquery.dcjqaccordion.2.9.js?ver=5.1.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/WooCommerce_Request_A_Quote/js/dvin_wcql.js?ver=1.0.0\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/contact-form-7-signature-addon/public/js/signature_pad.min.js?ver=4.2.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/contact-form-7-signature-addon/public/js/scripts.js?ver=4.2.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-facebook/js/sportspress-facebook-sdk.js?ver=2.11\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/sportspress-pro/includes/sportspress-tournaments/js/jquery.bracket.min.js?ver=0.11.0\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/jq-sticky-anything.min.js?ver=2.1.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar woocommerce_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.6.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-core/assets/js/front-end.js?ver=5.1.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-paypal-express-pro/assets/js/wpay-paypal-express-pro.js?ver=5.1.1\"/>\n<script type=\"text/javascript\" src=\"https://js.stripe.com/v2/?ver=5.1.1\"/>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/wordpay/includes/wordpay-stripe/assets/js/front-end.js?ver=1.0.9\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar add_fee_vars = {\"add_fee_ajaxurl\":\"https:\\/\\/korfball.org.au\\/wp-admin\\/admin-ajax.php\",\"add_fee_nonce\":\"cfce12b31b\",\"alert_ajax_error\":\"An internal server error occured in processing a request. Please try again or contact us. Thank you. \"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://korfball.org.au/wp-content/plugins/woocommerce-additional-fees/js/wc_additional_fees.js?ver=5.1.1\"/>\n<link rel=\"https://api.w.org/\" href=\"https://korfball.org.au/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://korfball.org.au/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://korfball.org.au/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<meta name=\"generator\" content=\"SportsPress 2.6.14\"/>\n<meta name=\"generator\" content=\"SportsPress Pro 2.6.14\"/>\n<meta name=\"generator\" content=\"WooCommerce 3.6.1\"/>\n<meta name=\"generator\" content=\"WordPay 1.0.4.1\"/>\n<meta name=\"generator\" content=\"Yoast SEO for SportsPress 1.0\"/>\n<link rel=\"shortlink\" href=\"https://korfball.org.au/?p=2099\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://korfball.org.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkorfball.org.au%2Fkorfball-australia-sub-committee-nominations-closing\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://korfball.org.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkorfball.org.au%2Fkorfball-australia-sub-committee-nominations-closing&amp;format=xml\"/>\n<script type=\"text/javascript\">\n(function(url){\n\tif(/(?:Chrome\\/26\\.0\\.1410\\.63 Safari\\/537\\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }\n\tvar addEvent = function(evt, handler) {\n\t\tif (window.addEventListener) {\n\t\t\tdocument.addEventListener(evt, handler, false);\n\t\t} else if (window.attachEvent) {\n\t\t\tdocument.attachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar removeEvent = function(evt, handler) {\n\t\tif (window.removeEventListener) {\n\t\t\tdocument.removeEventListener(evt, handler, false);\n\t\t} else if (window.detachEvent) {\n\t\t\tdocument.detachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');\n\tvar logHuman = function() {\n\t\tif (window.wfLogHumanRan) { return; }\n\t\twindow.wfLogHumanRan = true;\n\t\tvar wfscr = document.createElement('script');\n\t\twfscr.type = 'text/javascript';\n\t\twfscr.async = true;\n\t\twfscr.src = url + '&amp;r=' + Math.random();\n\t\t(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);\n\t\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\t\tremoveEvent(evts[i], logHuman);\n\t\t}\n\t};\n\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\taddEvent(evts[i], logHuman);\n\t}\n})('//korfball.org.au/?wordfence_lh=1&amp;hid=C584B016840D0665B789D6308B6600CA');\n</script><meta name=\"et-api-version\" content=\"v1\"/><meta name=\"et-api-origin\" content=\"https://korfball.org.au\"/><link rel=\"https://theeventscalendar.com/\" href=\"https://korfball.org.au/wp-json/tribe/tickets/v1/\"/><meta name=\"tec-api-version\" content=\"v1\"/><meta name=\"tec-api-origin\" content=\"https://korfball.org.au\"/><link rel=\"https://theeventscalendar.com/\" href=\"https://korfball.org.au/wp-json/tribe/events/v1/\"/>\t<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>\n\t\n<!-- BEGIN ExactMetrics v5.3.7 Universal Analytics - https://exactmetrics.com/ -->\n<script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n ga('create', 'UA-61955486-1', 'auto');\n ga('send', 'pageview');\n</script>\n<!-- END ExactMetrics Universal Analytics -->\n<!-- ## NXS/OG ## --><!-- ## NXSOGTAGS ## --><!-- ## NXS/OG ## -->\n&#13;\n\t\t\n\t<script type=\"text/javascript\">\n\t\tvar doc = document.documentElement;\n\t\tdoc.setAttribute('data-useragent', navigator.userAgent);\n\t</script>\n\n\t</head>\n\n" ]
[ "<title>Korfball Australia Sub-Committee Nominations Closing - Korfball Australia</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "korfball.org.au > korfball australia sub committee nominations closing" } ]
[ { "char_end_idx": 191, "char_start_idx": 0, "key": "length", "type": "local", "value": "191" }, { "char_end_idx": 286, "char_start_idx": 191, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 434, "char_start_idx": 286, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 489, "char_start_idx": 434, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 596, "char_start_idx": 489, "key": "length", "type": "local", "value": "106" }, { "char_end_idx": 755, "char_start_idx": 596, "key": "length", "type": "local", "value": "158" }, { "char_end_idx": 916, "char_start_idx": 755, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 1074, "char_start_idx": 916, "key": "length", "type": "local", "value": "157" } ]
[ { "key": "length", "type": "global", "value": "1519" } ]
[ { "char_end_idx": 15, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "skip-link screen-reader-text", "#content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 16, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-page-title-bar fusion-page-title-bar-none fusion-page-title-bar-left fusion-page-title-row fusion-page-title-wrapper" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 68, "char_start_idx": 16, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "entry-title", "display: none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 96, "char_start_idx": 76, "html_attrs": { "attrs": [ "href" ], "values": [ "https://korfball.org.au/sub-committees-formed-korfball-australia-needs-your-help/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 435, "char_start_idx": 69, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 624, "char_start_idx": 602, "html_attrs": { "attrs": [ "href" ], "values": [ "https://korfball.org.au/wp-content/uploads/Sub-Committee-flow-chart-2016.pdf" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 756, "char_start_idx": 436, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1075, "char_start_idx": 757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1076, "char_start_idx": 1076, "html_attrs": { "attrs": [ "role", "class", "id", "lang", "dir" ], "values": [ "form", "wpcf7", "wpcf7-f1901-p2099-o1", "en-GB", "ltr" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1076, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class", "style", "data-bg-url" ], "values": [ "fusion-column-wrapper", "background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1076, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "fusion-fullwidth fullwidth-box hundred-percent-fullwidth non-hundred-percent-height-scrolling fusion-builder-row fusion-row fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-one-full fusion-column-first fusion-column-last fusion-column-no-min-height 1_1", "background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-bottom-width:0px;border-color:#eae9e9;border-top-style:solid;border-bottom-style:solid; margin-top:0px;margin-bottom:0px;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1076, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "post-content" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1106, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "fusion-related-posts-title-link", "https://korfball.org.au/new-player-registration-system", "_self", "New Player Registration System" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 1107, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h4" }, { "char_end_idx": 1107, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 1107, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "li" }, { "char_end_idx": 1137, "char_start_idx": 1107, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "fusion-related-posts-title-link", "https://korfball.org.au/special-recognition-of-service", "_self", "Special Recognition of Service" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 1138, "char_start_idx": 1107, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 1138, "char_start_idx": 1107, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1138, "char_start_idx": 1107, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1165, "char_start_idx": 1138, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "fusion-related-posts-title-link", "https://korfball.org.au/2018-korfball-australia-agm", "_self", "2018 Korfball Australia AGM" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 1166, "char_start_idx": 1138, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 1166, "char_start_idx": 1138, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1166, "char_start_idx": 1138, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1233, "char_start_idx": 1166, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "fusion-related-posts-title-link", "https://korfball.org.au/australian-referee-selected-for-asia-oceania-korfball-championships", "_self", "Australian Referee Selected for Asia Oceania Korfball Championships" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 1234, "char_start_idx": 1166, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 1234, "char_start_idx": 1166, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1234, "char_start_idx": 1166, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1289, "char_start_idx": 1234, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "fusion-related-posts-title-link", "https://korfball.org.au/australian-referee-selected-for-u21-world-championships", "_self", "Australian Referee Selected for U21 World Championships" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 1290, "char_start_idx": 1234, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 1290, "char_start_idx": 1234, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 1234, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1290, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-carousel-holder" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "ul" }, { "char_end_idx": 1290, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class", "data-imagesize", "data-metacontent", "data-autoplay", "data-touchscroll", "data-columns", "data-itemmargin", "data-itemwidth", "data-scrollitems" ], "values": [ "fusion-carousel fusion-carousel-title-below-image fusion-carousel-positioner", "auto", "yes", "no", "no", "5", "30px", "180", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1290, "char_start_idx": 1076, "html_attrs": { "attrs": [ "class" ], "values": [ "related-posts single-related-posts" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 7, "type": "local", "value": "section" }, { "char_end_idx": 1318, "char_start_idx": 1306, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/korfball-australia-sub-committee-nominations-closing#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1318, "char_start_idx": 1306, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 1318, "char_start_idx": 1290, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "h3" }, { "char_end_idx": 1319, "char_start_idx": 1290, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "respond", "comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1319, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-2099", "post post-2099 type-post status-publish format-standard has-post-thumbnail hentry category-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "article" }, { "char_end_idx": 1319, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "content", "float: left;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "section" }, { "char_end_idx": 1319, "char_start_idx": 1319, "html_attrs": { "attrs": [ "class" ], "values": [ "widget_wysija_cont" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1319, "char_start_idx": 1319, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wysija-4", "widget widget_wysija" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "section" }, { "char_end_idx": 1343, "char_start_idx": 1319, "html_attrs": { "attrs": [ "href" ], "values": [ "https://korfball.org.au/more-and-better-korfball" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 1344, "char_start_idx": 1319, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "li" }, { "char_end_idx": 1392, "char_start_idx": 1344, "html_attrs": { "attrs": [ "href" ], "values": [ "https://korfball.org.au/official-footwear-supplier-partnership-announced" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1393, "char_start_idx": 1344, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1423, "char_start_idx": 1393, "html_attrs": { "attrs": [ "href" ], "values": [ "https://korfball.org.au/new-player-registration-system" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1424, "char_start_idx": 1393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1472, "char_start_idx": 1424, "html_attrs": { "attrs": [ "href" ], "values": [ "https://korfball.org.au/international-womens-day-2019-balanceforbetter" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1473, "char_start_idx": 1424, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1518, "char_start_idx": 1473, "html_attrs": { "attrs": [ "href" ], "values": [ "https://korfball.org.au/korfball-australia-sponsorships-now-available" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1519, "char_start_idx": 1473, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1519, "char_start_idx": 1319, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "ul" }, { "char_end_idx": 1519, "char_start_idx": 1319, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-posts-2", "widget widget_recent_entries" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "section" }, { "char_end_idx": 1519, "char_start_idx": 1319, "html_attrs": { "attrs": [ "id", "role", "class", "style" ], "values": [ "sidebar", "complementary", "sidebar fusion-widget-area fusion-content-widget-area fusion-sidebar-right fusion-blogsidebar", "float: right;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 1519, "char_start_idx": 16, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "fusion-row", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1519, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "main", "clearfix ", "" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 3, "type": "local", "value": "main" }, { "char_end_idx": 1519, "char_start_idx": 1519, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-footer" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1519, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wrapper", "" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1519, "char_start_idx": 1519, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-one-page-text-link fusion-page-load-link" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 1519, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-2099 single-format-standard woocommerce-no-js tribe-no-js fusion-image-hovers fusion-body ltr fusion-sticky-header no-mobile-slidingbar fusion-disable-outline mobile-logo-pos-left layout-boxed-mode layout-boxed-mode-full has-sidebar fusion-top-header menu-text-align-center fusion-woo-product-design-classic mobile-menu-design-modern fusion-show-pagination-text fusion-header-layout-v2 avada-responsive avada-footer-fx-none fusion-search-form-classic fusion-avatar-square" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 16, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "Skip to content\n" }, { "char_end_idx": 436, "char_start_idx": 16, "key": "paragraph", "marker": "p", "type": "local", "value": "Korfball Australia Sub-Committee Nominations Closing\nAs was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community.\n" }, { "char_end_idx": 757, "char_start_idx": 436, "key": "paragraph", "marker": "p", "type": "local", "value": "Nominations close at midnight on the 12th of November. The sub-committees will be responsible for High Performance, Development, Brand Management and Governance. The downloadable flowchart shows the different sub-committees, more information on the area of responsibility, and which board member(s) they will be lead by.\n" }, { "char_end_idx": 1076, "char_start_idx": 757, "key": "paragraph", "marker": "p", "type": "local", "value": "Korfball Australia is asking for anyone who has any interest or experience in any of the sub-committees to please donate their time and knowledge to helping us. Even if you have no experience but are willing to help we need you! Simply fill in your details on the form below to apply and you will hear from us shortly.\n" }, { "char_end_idx": 1107, "char_start_idx": 1076, "key": "paragraph", "marker": "h4", "type": "local", "value": "New Player Registration System\n" }, { "char_end_idx": 1138, "char_start_idx": 1107, "key": "paragraph", "marker": "h4", "type": "local", "value": "Special Recognition of Service\n" }, { "char_end_idx": 1166, "char_start_idx": 1138, "key": "paragraph", "marker": "h4", "type": "local", "value": "2018 Korfball Australia AGM\n" }, { "char_end_idx": 1234, "char_start_idx": 1166, "key": "paragraph", "marker": "h4", "type": "local", "value": "Australian Referee Selected for Asia Oceania Korfball Championships\n" }, { "char_end_idx": 1290, "char_start_idx": 1234, "key": "paragraph", "marker": "ul", "type": "local", "value": "Australian Referee Selected for U21 World Championships\n" }, { "char_end_idx": 1318, "char_start_idx": 1290, "key": "paragraph", "marker": "h3", "type": "local", "value": "Leave A Comment Cancel reply" }, { "char_end_idx": 1319, "char_start_idx": 1318, "key": "paragraph", "marker": "article", "type": "local", "value": "\n" }, { "char_end_idx": 1344, "char_start_idx": 1319, "key": "paragraph", "marker": "li", "type": "local", "value": "More and Better Korfball\n" }, { "char_end_idx": 1393, "char_start_idx": 1344, "key": "paragraph", "marker": "li", "type": "local", "value": "Official Footwear Supplier Partnership Announced\n" }, { "char_end_idx": 1424, "char_start_idx": 1393, "key": "paragraph", "marker": "li", "type": "local", "value": "New Player Registration System\n" }, { "char_end_idx": 1473, "char_start_idx": 1424, "key": "paragraph", "marker": "li", "type": "local", "value": "International Women’s Day 2019 #BalanceForBetter\n" }, { "char_end_idx": 1519, "char_start_idx": 1473, "key": "paragraph", "marker": "div", "type": "local", "value": "Korfball Australia Sponsorships now available\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Korfball Australia Sub-Committee Nominations Closing - Korfball Australia" } ]
[ { "key": "url", "type": "global", "value": "https://korfball.org.au/korfball-australia-sub-committee-nominations-closing" } ]
[]
Skip to content Korfball Australia Sub-Committee Nominations Closing As was previously announced, Korfball Australia has formed four sub-committees to help us achieve our goals moving forward. Each sub-committee is headed up by a KA board member and will report back to the entire board. This governance structure is designed to get more volunteers involved, and to take advantage of specialist knowledge within the Korfball community. Nominations close at midnight on the 12th of November. The sub-committees will be responsible for High Performance, Development, Brand Management and Governance. The downloadable flowchart shows the different sub-committees, more information on the area of responsibility, and which board member(s) they will be lead by. Korfball Australia is asking for anyone who has any interest or experience in any of the sub-committees to please donate their time and knowledge to helping us. Even if you have no experience but are willing to help we need you! Simply fill in your details on the form below to apply and you will hear from us shortly. New Player Registration System Special Recognition of Service 2018 Korfball Australia AGM Australian Referee Selected for Asia Oceania Korfball Championships Australian Referee Selected for U21 World Championships Leave A Comment Cancel reply More and Better Korfball Official Footwear Supplier Partnership Announced New Player Registration System International Women’s Day 2019 #BalanceForBetter Korfball Australia Sponsorships now available
https://korfball.org.au/korfball-australia-sub-committee-nominations-closing
[ { "char_end_idx": 34, "char_start_idx": 16, "key": "entity", "type": "local", "value": "Korfball_Australia" }, { "char_end_idx": 116, "char_start_idx": 98, "key": "entity", "type": "local", "value": "Korfball_Australia" }, { "char_end_idx": 232, "char_start_idx": 230, "key": "entity", "type": "local", "value": "Kà" }, { "char_end_idx": 424, "char_start_idx": 416, "key": "entity", "type": "local", "value": "Korfball" }, { "char_end_idx": 775, "char_start_idx": 757, "key": "entity", "type": "local", "value": "Korfball_Australia" }, { "char_end_idx": 1161, "char_start_idx": 1143, "key": "entity", "type": "local", "value": "Korfball_Australia" }, { "char_end_idx": 1176, "char_start_idx": 1166, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1244, "char_start_idx": 1234, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1289, "char_start_idx": 1266, "key": "entity", "type": "local", "value": "FIVB_Beach_Volleyball_U21_World_Championships" } ]
[ { "char_end_idx": 436, "char_start_idx": 16, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Korfball_Australia" }, { "char_end_idx": 436, "char_start_idx": 16, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kà" }, { "char_end_idx": 436, "char_start_idx": 16, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Korfball" }, { "char_end_idx": 1076, "char_start_idx": 757, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Korfball_Australia" }, { "char_end_idx": 1166, "char_start_idx": 1138, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Korfball_Australia" }, { "char_end_idx": 1234, "char_start_idx": 1166, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 1290, "char_start_idx": 1234, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 1290, "char_start_idx": 1234, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "FIVB_Beach_Volleyball_U21_World_Championships" } ]
0
749
1555849768000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <!-- head-common --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="Living in my little fantasy world since 1971" /> <link rel="stylesheet" href="https://wendyfairfull.typepad.com/wmf/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="https://static.typepad.com/.shared/themes/common/print.css" type="text/css" media="print" /> <link rel="stylesheet" href="https://static.typepad.com/.shared/css/featherlight-gallery.css"> <link rel="alternate" type="application/atom+xml" title="Posts on 'Well-Mannered Frivolity' (Atom)" href="https://wendyfairfull.typepad.com/wmf/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Well-Mannered Frivolity' (RSS 1.0)" href="https://wendyfairfull.typepad.com/wmf/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Well-Mannered Frivolity' (RSS 2.0)" href="https://wendyfairfull.typepad.com/wmf/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "https://www.typepad.com/"; </script> <script type="text/javascript" src="https://static.typepad.com/.shared/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/app/flyouts-min.js"></script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-225723-36', 'auto', {'name': 'Typepad'}, {'allowLinker': true} ); // Separate tracker for Typepad. ga('Typepad.require', 'linker'); ga('Typepad.linker:autoLink', ['none']); ga('Typepad.set', 'dimension1', '6a00d8341d021853ef00d83452636e69e2'); ga('Typepad.set', 'dimension2', 'Category'); ga('Typepad.send', 'pageview'); </script> <meta property="og:title" content="Well-Mannered Frivolity" /> <meta property="og:site_name" content="Well-Mannered Frivolity" /> <meta property="og:type" content="blog" /> <meta property="og:url" content="https://wendyfairfull.typepad.com/wmf/" /> <meta property="og:description" content="Living in my little fantasy world since 1971" /> <meta property="fb:admins" content="" /> <meta property="og:image" content="https://up0.typepad.com/6a00d8341d021853ef01156f748687970c-220si" /> <title>Well-Mannered Frivolity: family</title> <link rel="start" href="https://wendyfairfull.typepad.com/wmf/" title="Home" /> </head> <body class="layout-moblog1"> <div id="container"> <div id="container-inner" class="pkg"> <a id="home"></a> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="https://wendyfairfull.typepad.com/wmf/" accesskey="1">Well-Mannered Frivolity</a></h1> <h2 id="banner-description"> Living in my little fantasy world since 1971 </h2> </div> </div> <div id="nav"> <div id="nav-inner"> <ul class="nav-list pkg"> <li class="nav-list-item"><a href="https://wendyfairfull.typepad.com/wmf/">Home</a></li> <li class="nav-list-item"><a href="https://wendyfairfull.typepad.com/wmf/archives.html">Archives</a></li> <li class="nav-list-item"><a href="http://profile.typepad.com/wendyfairfull">Profile</a></li> <li class="last-nav-list-item nav-list-item"><a href="https://wendyfairfull.typepad.com/wmf/atom.xml">Subscribe</a></li> </ul> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- sidebar1 --> <div class="module-recent-comments module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html?cid=6a00d8341d021853ef015434628611970c#comment-6a00d8341d021853ef015434628611970c">Account Deleted</a> on <a href="https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html">STOP! Grammar time</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html?cid=6a00d8341d021853ef014e86bb1f28970d#comment-6a00d8341d021853ef014e86bb1f28970d">Cathy Boswell</a> on <a href="https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html">STOP! Grammar time</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2011/03/im-back.html?cid=6a00d8341d021853ef0147e3357bff970b#comment-6a00d8341d021853ef0147e3357bff970b">Cathy Boswell</a> on <a href="https://wendyfairfull.typepad.com/wmf/2011/03/im-back.html">I'm back</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html?cid=6a00d8341d021853ef01347fbfb84a970c#comment-6a00d8341d021853ef01347fbfb84a970c">Sarah</a> on <a href="https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html">Nickel and Dimed vs Scratch Beginnings</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html?cid=6a00d8341d021853ef01347fbc29f2970c#comment-6a00d8341d021853ef01347fbc29f2970c">Ron F.</a> on <a href="https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html">Nickel and Dimed vs Scratch Beginnings</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html?cid=6a00d8341d021853ef0128776e3946970c#comment-6a00d8341d021853ef0128776e3946970c">[email protected]</a> on <a href="https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html">52 books in 52 weeks</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2010/02/to-type-perchance-to-blog.html?cid=6a00d8341d021853ef0120a84749e4970b#comment-6a00d8341d021853ef0120a84749e4970b">Stephanie</a> on <a href="https://wendyfairfull.typepad.com/wmf/2010/02/to-type-perchance-to-blog.html">To type, perchance to blog</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html?cid=6a00d8341d021853ef012876f0f1fd970c#comment-6a00d8341d021853ef012876f0f1fd970c">Robin of My Two Blessings</a> on <a href="https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html">52 books in 52 weeks</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2009/12/katherine.html?cid=6a00d8341d021853ef0120a7966bb5970b#comment-6a00d8341d021853ef0120a7966bb5970b">[email protected]</a> on <a href="https://wendyfairfull.typepad.com/wmf/2009/12/katherine.html">Katherine</a> </li> <li class="module-list-item"> <a href="https://wendyfairfull.typepad.com/wmf/2009/12/im-celebrating-the-birth-of-jesus.html?cid=6a00d8341d021853ef0128767f2170970c#comment-6a00d8341d021853ef0128767f2170970c">Cathy</a> on <a href="https://wendyfairfull.typepad.com/wmf/2009/12/im-celebrating-the-birth-of-jesus.html">I'm celebrating the birth of Jesus</a> </li> </ul> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="https://wendyfairfull.typepad.com/wmf/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/a-complaint-free-world/">A Complaint Free World</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/blogging/">blogging</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/book-reviews/">Book reviews</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/books/">Books</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/challenges/">challenges</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/crafting/">crafting</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/current_affairs/">Current Affairs</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/family/">family</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/film/">Film</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/haiku_monday/">Haiku Monday</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/kids/">kids</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/library-loot/">Library Loot</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/memes/">memes</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/misc_crap/">misc crap</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/movies/">Movies</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/music/">Music</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/sunday-salon/">Sunday Salon</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/unschooling/">unschooling</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/weblogs/">Weblogs</a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/wwe/">WWE</a></li> </span> </ul> <a style="font-size:85%;display:none;" class="cat-more" href="https://wendyfairfull.typepad.com/wmf/archives.html">See More</a> </div> </div> <div class="module-category-cloud module"> <h2 class="module-header"><a href="https://wendyfairfull.typepad.com/wmf/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item cloud-weight-3"><a href="https://wendyfairfull.typepad.com/wmf/a-complaint-free-world/">A Complaint Free World</a></li> <li class="module-list-item cloud-weight-2"><a href="https://wendyfairfull.typepad.com/wmf/blogging/">blogging</a></li> <li class="module-list-item cloud-weight-7"><a href="https://wendyfairfull.typepad.com/wmf/book-reviews/">Book reviews</a></li> <li class="module-list-item cloud-weight-10"><a href="https://wendyfairfull.typepad.com/wmf/books/">Books</a></li> <li class="module-list-item cloud-weight-4"><a href="https://wendyfairfull.typepad.com/wmf/challenges/">challenges</a></li> <li class="module-list-item cloud-weight-1"><a href="https://wendyfairfull.typepad.com/wmf/crafting/">crafting</a></li> <li class="module-list-item cloud-weight-3"><a href="https://wendyfairfull.typepad.com/wmf/current_affairs/">Current Affairs</a></li> <li class="module-list-item cloud-weight-2"><a href="https://wendyfairfull.typepad.com/wmf/family/">family</a></li> <li class="module-list-item cloud-weight-1"><a href="https://wendyfairfull.typepad.com/wmf/film/">Film</a></li> <li class="module-list-item cloud-weight-2"><a href="https://wendyfairfull.typepad.com/wmf/haiku_monday/">Haiku Monday</a></li> <li class="module-list-item cloud-weight-4"><a href="https://wendyfairfull.typepad.com/wmf/kids/">kids</a></li> <li class="module-list-item cloud-weight-2"><a href="https://wendyfairfull.typepad.com/wmf/library-loot/">Library Loot</a></li> <li class="module-list-item cloud-weight-2"><a href="https://wendyfairfull.typepad.com/wmf/memes/">memes</a></li> <li class="module-list-item cloud-weight-4"><a href="https://wendyfairfull.typepad.com/wmf/misc_crap/">misc crap</a></li> <li class="module-list-item cloud-weight-2"><a href="https://wendyfairfull.typepad.com/wmf/movies/">Movies</a></li> <li class="module-list-item cloud-weight-2"><a href="https://wendyfairfull.typepad.com/wmf/music/">Music</a></li> <li class="module-list-item cloud-weight-1"><a href="https://wendyfairfull.typepad.com/wmf/sunday-salon/">Sunday Salon</a></li> <li class="module-list-item cloud-weight-1"><a href="https://wendyfairfull.typepad.com/wmf/unschooling/">unschooling</a></li> <li class="module-list-item cloud-weight-1"><a href="https://wendyfairfull.typepad.com/wmf/weblogs/">Weblogs</a></li> <li class="module-list-item cloud-weight-1"><a href="https://wendyfairfull.typepad.com/wmf/wwe/">WWE</a></li> </ul> </div> </div> <!-- lists are special --> <!-- list_inlcude.tt --> <div id="goodreads" class="module-typelist module"> <h2 class="module-header">GoodReads</h2> <div class="typelist-plain module-content"> <ul class="module-list"> </ul><!-- last /ul --> </div> </div> <!-- end list_include.tt --> <!-- sets are special too --> <div class="module-syndicate module"> <div class="module-content"> <a href="https://wendyfairfull.typepad.com/wmf/atom.xml"><i class="fas fa-rss"></i> Subscribe to this blog's feed</a> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- archive header plain --> <!-- entry list --> <h2 class="date-header">October 15, 2009</h2> <div class="entry-category-family entry-category-kids entry-author-wendy_fairfull entry-type-post entry" id="entry-6a00d8341d021853ef0120a642ea7f970c"> <div class="entry-inner"> <h3 class="entry-header"> <a href="https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html">Haircuts and head lice</a></h3> <div class="entry-content"> <div class="entry-body"> <p>I took three fifths of the clan for haircuts today. For the first time the boys got regular little boy haircuts. No spikes, mohawks, or faux-hawks for them anymore. They look so grown up. And Katherine. Poor Katherine inherited my hair. Our hair is extremely thick with a lot of body. I don&#39;t style my hair so much as I whip it into submission. The problem with Katherine is she doesn&#39;t care a lick about her hair. I have to remind her to brush it. She wants to be a scientist when she grows up. Well, she&#39;s got the Einstein hair already. You&#39;ve got to admire a 13 year old girl who is more interested in science and politics than she is in hair, make-up and (ohthankyoulord) boys.</p><p>Taking the children to get a haircut is a bit of an ordeal for me. A couple of years ago we went through a year of on and off head lice. Every time I would eradicate the little buggers they would come back and bring more friends to the party. I think it is safe to say that I have a full-blown phobia of head lice--hold on a minute while I pause to scratch my head vigorously---Anyway, when I finally thought I gotten rid of the lice once and for all I ventured out to the hair salon. I&#39;m sure you can see where this is going.....Bingo! The hairdresser found lice on James. That was the single most humiliating moment of my life. So now before haircuts I slather the haircutees heads down with conditioner and meticulously comb through their hair with a nit comb. As a matter of fact anytime one of my children sits next to me or sits in my lap I start picking through their hair with my fingers. Think they might grow up to be little neurotics?</p><p><a href="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0120a5ebdf79970b-pi" style="display: inline;"><img alt="DSC00918" border="0" class="asset asset-image at-xid-6a00d8341d021853ef0120a5ebdf79970b image-full " src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0120a5ebdf79970b-800wi" title="DSC00918" /></a> <br /> &#0160; </p><p>Just in case you were wondering, here&#39;s how you get rid of head lice---Hopefully you will never need this info--</p><p>1. Wash the infested head with Neutrogena T-Gel Shampoo</p><p>2. Slather head with coconut oil and comb with nit comb and nit pick with fingers</p><p>3. Wash all bedding in hot water and dry on high heat--if multiple children are infested this is worth a trip to the laundry mat</p><p>4. Thoroughly vacuum beds, couches, chair--anywhere the child(ren) may have sat</p><p>5. Bag up all stuffed toys and dolls tightly for a minimum of three days.</p><p>Repeat steps 1 and 2 every night for about 5 days. Let them sleep with the coconut oil in their hair. Coconut oil loosens the nits from the hair shaft and dissolves the exoskeleton of the lice and nymphs. It can be found in most health food stores or the organic section of your local grocery store.</p><p>Don&#39;t waste your money on Rid or Nix type products. They are toxic, they don&#39;t work very well, and they are expensive.</p><p>Peace,</p><p>Wendy</p> </div> <!-- SIGNATURE --> </div> <div class="entry-footer"> <p class="entry-footer-info"> <span class="post-footers">Posted at 11:23 PM in <a href="https://wendyfairfull.typepad.com/wmf/family/">family</a>, <a href="https://wendyfairfull.typepad.com/wmf/kids/">kids</a> </span> <span class="separator">|</span> <a class="permalink" href="https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html">Permalink</a> <span class="separator">|</span> <a class="entry-comments" href="https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html#comments">Comments (3)</a> <span class="separator">|</span> <a class="entry-trackbacks" href="https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html#trackback">TrackBack (0)</a> </p> <!-- technorati tags --> <p class="entry-footer-tags font-entryfooter"> Tags: head lice </p> <!-- post footer links --> <p class="entry-footer-share entry-footer-share-buttons"> <span class="entry-footer-links-reblog"><a href="#" class="share-link share-link-reblog" title="Grab this post for your own blog" onclick="b=document.body; TYPEPAD___bookmarklet_domain='https://www.typepad.com/'; TYPEPAD___reblog_entryxid='6a00d8341d021853ef0120a642ea7f970c'; TYPEPAD___is_reblog = 1; if (b &amp;&amp; !document.xmlVersion) { void ( z=document.createElement('script')); void(z.type='text/javascript'); void(z.src='https://static.typepad.com/.shared/js/qp/loader-combined-min.js'); void(b.appendChild(z));}else{}">Reblog (0) </a> </span> </p> </div> </div> </div> <h2 class="date-header">August 01, 2009</h2> <div class="entry-category-family entry-category-film entry-category-misc_crap entry-category-movies entry-category-music entry-author-wendy_fairfull entry-type-post entry" id="entry-6a00d8341d021853ef0115715dc174970c"> <div class="entry-inner"> <h3 class="entry-header"> <a href="https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html">Who would you pick.....</a></h3> <div class="entry-content"> <div class="entry-body"> <p>...Kevin, Joe or Nick?&#0160;</p><p>I took Mary Jane and Lila to see The Jonas Brothers Movie at the library today. Let&#39;s just say thank God it was free. 75 minutes of pure, unadulterated JoBros (with short interludes by Taylor Swift and Demi Lovato). </p><p>Kevin, as I understand it, is engaged. Nick is quite the lady&#39;s man. He has broken the hearts of the aforementioned Taylor Swift and Miley Cyrus. Although, sources tell me that he and Miley are back on. Sources chiefly being US Magazine. Yes, I read US Weekly. It&#39;s <span style="text-decoration: line-through;">my only</span> one of my weaknesses. Besides, if I didn&#39;t read US how would I keep up with the social/love lives of people I&#39;ve never heard of like Audrina Partridge and Spencer Pratt? (Just for the record, I&#39;ve never watched a single episode of The Hills. I only watch shows starring pro wrestlers or brooding vampires).</p><p>Getting back to the Jonas Brothers (do I have to?)---As I watched the &#39;movie&#39; I couldn&#39;t help but ponder which one was the dreamiest. You know, if I was a 13 year old girl, not a 37 year old perv. I think I would pick Joe. I like Joe&#39;s huge eyebrows. Also, you never know what hairstyle Joe is going to go with. Sometimes it&#39;s curly, sometimes it&#39;s flat ironed. Kevin and Nick always sport the gawd-awful JoBroFro. IMHO, Nick is the worst looking one of the bunch. Plus, he plays the drums like a monkey. I don&#39;t understand why all the tweens (man , I hate that word) go for him. Anyway, Joe&#39;s name is fun to say. Go ahead, say it--Joe Jonas Joe Jonas--it has a kind of Red Rover type appeal to it.</p><p>And, while not overtly talking about them, their purity rings got plenty of air time. I wonder about those rings.</p><p>Next week will be much better. The movie is that Return (or is it Escape) to Witch Mountain starring Dwayne Johnson. The Rock, a former wrestler. Now if they will just show a vampire flick......</p><p></p><p>&lt;3,</p><p>Wendy</p><p></p><p></p><p></p> </div> <!-- SIGNATURE --> </div> <div class="entry-footer"> <p class="entry-footer-info"> <span class="post-footers">Posted at 11:00 PM in <a href="https://wendyfairfull.typepad.com/wmf/family/">family</a>, <a href="https://wendyfairfull.typepad.com/wmf/film/">Film</a>, <a href="https://wendyfairfull.typepad.com/wmf/misc_crap/">misc crap</a>, <a href="https://wendyfairfull.typepad.com/wmf/movies/">Movies</a>, <a href="https://wendyfairfull.typepad.com/wmf/music/">Music</a> </span> <span class="separator">|</span> <a class="permalink" href="https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html">Permalink</a> <span class="separator">|</span> <a class="entry-comments" href="https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html#comments">Comments (3)</a> <span class="separator">|</span> <a class="entry-trackbacks" href="https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html#trackback">TrackBack (0)</a> </p> <!-- technorati tags --> <!-- post footer links --> <p class="entry-footer-share entry-footer-share-buttons"> <span class="entry-footer-links-reblog"><a href="#" class="share-link share-link-reblog" title="Grab this post for your own blog" onclick="b=document.body; TYPEPAD___bookmarklet_domain='https://www.typepad.com/'; TYPEPAD___reblog_entryxid='6a00d8341d021853ef0115715dc174970c'; TYPEPAD___is_reblog = 1; if (b &amp;&amp; !document.xmlVersion) { void ( z=document.createElement('script')); void(z.type='text/javascript'); void(z.src='https://static.typepad.com/.shared/js/qp/loader-combined-min.js'); void(b.appendChild(z));}else{}">Reblog (0) </a> </span> </p> </div> </div> </div> <h2 class="date-header">May 13, 2008</h2> <div class="entry-category-family entry-author-wendy_fairfull entry-type-post entry" id="entry-49780598"> <div class="entry-inner"> <h3 class="entry-header"> <a href="https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html">Mother's day</a></h3> <div class="entry-content"> <div class="entry-body"> <p>I know many people scorn holidays like mother's day.&nbsp; It is a &quot;Hallmark Holiday&quot; after all.&nbsp; Mother's should be honored everyday, blah, blah, blah. Pish-posh, I say!&nbsp; I think Mother's day is very sweet.&nbsp; Messy breakfasts in bed, precious little gifts made in Sunday school, a day for mama to be spoiled and pampered and petted. I received a card that was actually a birthday card, but the word birth was crossed out and mother penciled in its place.&nbsp; The card had to do with butts, gas and the planet Uranus.&nbsp; It was signed 'The Fairfull Kids' which I loved.&nbsp; As if any other group of kids would give me a mother's day card.&nbsp; As you can see, we are not a mushy-gushy people.&nbsp; The children got me a new printer/copier/scanner with carefully saved allowances and a smidgen of help from Grandma and Daddy. My mother gave me a new toilet seat--I told you we aren't mushy-gushy--which she even installed for me.<br />Bill gave me new patio furniture for the back porch.&nbsp; We have a lovely screened in back porch.&nbsp; It's really the best feature of our house.&nbsp; The porch is huge and partially enclosed so it protects us from all but the worst weather.&nbsp; Lately our porch had been super redneck porch of the month, complete with broken furniture and ripped up screens.&nbsp; Horrible stuff.&nbsp; And it really bothered me that it looked so bad.&nbsp; Over the last few weeks Bill has been fixing it up.&nbsp; Painting, scrubbing and replacing the screen, that sort of thing.&nbsp; The crowing finish is the porch furniture he surprised me with.&nbsp; Now, not only is my porch tidy and shiny, but now it has a beautiful loveseat, 2 chairs, 2 ottomans and a glass to coffee table.&nbsp; My husband gets me.&nbsp; All my gifts were items that I didn't expect. I loved them all, even the toilet seat.</p> <p>Wendy</p> </div> <!-- SIGNATURE --> </div> <div class="entry-footer"> <p class="entry-footer-info"> <span class="post-footers">Posted at 01:11 AM in <a href="https://wendyfairfull.typepad.com/wmf/family/">family</a> </span> <span class="separator">|</span> <a class="permalink" href="https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html">Permalink</a> <span class="separator">|</span> <a class="entry-comments" href="https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html#comments">Comments (3)</a> <span class="separator">|</span> <a class="entry-trackbacks" href="https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html#trackback">TrackBack (0)</a> </p> <!-- technorati tags --> <!-- post footer links --> <p class="entry-footer-share entry-footer-share-buttons"> <span class="entry-footer-links-reblog"><a href="#" class="share-link share-link-reblog" title="Grab this post for your own blog" onclick="b=document.body; TYPEPAD___bookmarklet_domain='https://www.typepad.com/'; TYPEPAD___reblog_entryxid='6a00d8341d021853ef00e55237a89e8834'; TYPEPAD___is_reblog = 1; if (b &amp;&amp; !document.xmlVersion) { void ( z=document.createElement('script')); void(z.type='text/javascript'); void(z.src='https://static.typepad.com/.shared/js/qp/loader-combined-min.js'); void(b.appendChild(z));}else{}">Reblog (0) </a> </span> </p> </div> </div> </div> </div> </div> <div id="gamma"> <div id="gamma-inner" class="pkg"> <!-- sidebar2 --> <div class="module-recent-photos module"> <h2 class="module-header">Most Recent Photos</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/12/disaster-house.html" title="DSC01386"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0128765ce526970c-115si" alt="DSC01386" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/11/glenn-beck-signed-my-book-1.html" title="11-19-2009 025"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0120a6b96789970b-115si" alt="11-19-2009 025" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/10/national-blog-posting-month-is-coming-up.html" title="Nanoblomo"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0120a622e39d970b-115si" alt="Nanoblomo" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html" title="DSC00918"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0120a5ebdf79970b-115si" alt="DSC00918" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/10/my-little-hockey-player.html" title="DSC00961"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0120a5e7d6da970b-115si" alt="DSC00961" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/05/library-loot-1.html" title="Library-loot"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef01156f9935a3970c-115si" alt="Library-loot" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/05/sunday-salon-5309.html" title="School of essential"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef01156f729110970c-115si" alt="School of essential" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/05/sunday-salon-5309.html" title="Holidays on ice"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef0115706884b7970b-115si" alt="Holidays on ice" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/05/the-15-minute-challenge.html" title="15 Minute Challenge Button"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef01156f71d413970c-115si" alt="15 Minute Challenge Button" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/05/library-loot.html" title="Library-loot"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef01157065a99a970b-115si" alt="Library-loot" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/04/library-loot.html" title="Library-loot"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef011570508254970b-115si" alt="Library-loot" /></a></li> <li class="module-list-item"><a href="https://wendyfairfull.typepad.com/wmf/2009/03/happy-birthday-will-and-james.html" title="03-28-2006 10;39;03PM"><img src="https://wendyfairfull.typepad.com/.a/6a00d8341d021853ef01156e6af021970c-115si" alt="03-28-2006 10;39;03PM" /></a></li> </ul> </div> </div> <!-- feeds are special --> </div> </div> </div> </div> <!-- container-footer --> <div id="footer"> <div class="row well"><div class="col-md-12"> <div id="footer-inner"> <ul class="footer-list pkg list-inline" > <li class="footer-list-item"><a href="https://wendyfairfull.typepad.com/wmf/">Well-Mannered Frivolity</a></li> <li class="last-footer-list-item footer-list-item"><a href="http://www.typepad.com/">Powered by Typepad</a></li> </ul> </div> </div></div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="https://www.typepad.com/t/stats?blog_id=592986&amp;user_id=2110782&amp;page=' + escape(location.href) + '&amp;referrer=' + escape(document.referrer) + '&amp;i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Begin disqus Tag --> <!-- End disqus Tag --> </body> </html> <!-- ph=1 -->
[]
[ "<head>\n\t<!-- head-common -->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t<meta name=\"generator\" content=\"http://www.typepad.com/\" />\n\t\n\t<meta name=\"description\" content=\"Living in my little fantasy world since 1971\" />\n\n\n\n <link rel=\"stylesheet\" href=\"https://wendyfairfull.typepad.com/wmf/styles.css?v=6\" type=\"text/css\" media=\"screen\" />\n <link rel=\"stylesheet\" href=\"https://static.typepad.com/.shared/themes/common/print.css\" type=\"text/css\" media=\"print\" />\n\n<link rel=\"stylesheet\" href=\"https://static.typepad.com/.shared/css/featherlight-gallery.css\" />\n\t<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Posts on 'Well-Mannered Frivolity' (Atom)\" href=\"https://wendyfairfull.typepad.com/wmf/atom.xml\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Posts on 'Well-Mannered Frivolity' (RSS 1.0)\" href=\"https://wendyfairfull.typepad.com/wmf/index.rdf\" />\n\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Posts on 'Well-Mannered Frivolity' (RSS 2.0)\" href=\"https://wendyfairfull.typepad.com/wmf/rss.xml\" />\n\t<script type=\"text/javascript\">\n\t\tvar TPApp = {};\n\t\tTPApp.app_uri = \"https://www.typepad.com/\";\n\t</script>\n\t<script type=\"text/javascript\" src=\"https://static.typepad.com/.shared/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/app/flyouts-min.js\"></script>\n\n\n\n<script type=\"text/javascript\">\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\nga('create', 'UA-225723-36', 'auto', {'name': 'Typepad'}, {'allowLinker': true} ); // Separate tracker for Typepad.\nga('Typepad.require', 'linker');\nga('Typepad.linker:autoLink', ['none']);\nga('Typepad.set', 'dimension1', '6a00d8341d021853ef00d83452636e69e2');\nga('Typepad.set', 'dimension2', 'Category');\nga('Typepad.send', 'pageview');\n</script>\n\n\n\n<meta property=\"og:title\" content=\"Well-Mannered Frivolity\" />\n<meta property=\"og:site_name\" content=\"Well-Mannered Frivolity\" />\n<meta property=\"og:type\" content=\"blog\" />\n<meta property=\"og:url\" content=\"https://wendyfairfull.typepad.com/wmf/\" />\n<meta property=\"og:description\" content=\"Living in my little fantasy world since 1971\" />\n<meta property=\"fb:admins\" content=\"\" />\n<meta property=\"og:image\" content=\"https://up0.typepad.com/6a00d8341d021853ef01156f748687970c-220si\" />\n\n\n\n\n <title>Well-Mannered Frivolity: family</title> \n <link rel=\"start\" href=\"https://wendyfairfull.typepad.com/wmf/\" title=\"Home\" />\n</head>\n\n\n" ]
[ "<title>Well-Mannered Frivolity: family</title> \n " ]
[ { "key": "datasource", "type": "global", "value": "wendyfairfull.typepad.com > wmf > family" } ]
[ { "char_end_idx": 238, "char_start_idx": 0, "key": "length", "type": "local", "value": "238" }, { "char_end_idx": 299, "char_start_idx": 238, "key": "length", "type": "local", "value": "60" }, { "char_end_idx": 435, "char_start_idx": 299, "key": "length", "type": "local", "value": "135" }, { "char_end_idx": 1010, "char_start_idx": 435, "key": "length", "type": "local", "value": "574" }, { "char_end_idx": 1071, "char_start_idx": 1010, "key": "length", "type": "local", "value": "60" }, { "char_end_idx": 1123, "char_start_idx": 1071, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 1146, "char_start_idx": 1123, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 1161, "char_start_idx": 1146, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 1195, "char_start_idx": 1161, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 1243, "char_start_idx": 1195, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 1303, "char_start_idx": 1243, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 1373, "char_start_idx": 1303, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 1407, "char_start_idx": 1373, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 1454, "char_start_idx": 1407, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 1497, "char_start_idx": 1454, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 1640, "char_start_idx": 1497, "key": "length", "type": "local", "value": "142" }, { "char_end_idx": 1707, "char_start_idx": 1640, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 1777, "char_start_idx": 1707, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 1883, "char_start_idx": 1777, "key": "length", "type": "local", "value": "105" }, { "char_end_idx": 2125, "char_start_idx": 1883, "key": "length", "type": "local", "value": "241" }, { "char_end_idx": 2167, "char_start_idx": 2125, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 2168, "char_start_idx": 2167, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2169, "char_start_idx": 2168, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2170, "char_start_idx": 2169, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2171, "char_start_idx": 2170, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2214, "char_start_idx": 2171, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 2270, "char_start_idx": 2214, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 2404, "char_start_idx": 2270, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 2537, "char_start_idx": 2404, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 2702, "char_start_idx": 2537, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 2784, "char_start_idx": 2702, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 2913, "char_start_idx": 2784, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 2993, "char_start_idx": 2913, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 3064, "char_start_idx": 2993, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 3115, "char_start_idx": 3064, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 3166, "char_start_idx": 3115, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 3269, "char_start_idx": 3166, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 3364, "char_start_idx": 3269, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 3416, "char_start_idx": 3364, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 3483, "char_start_idx": 3416, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 3597, "char_start_idx": 3483, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 3598, "char_start_idx": 3597, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3599, "char_start_idx": 3598, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3600, "char_start_idx": 3599, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3601, "char_start_idx": 3600, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3681, "char_start_idx": 3601, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 3719, "char_start_idx": 3681, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 3817, "char_start_idx": 3719, "key": "length", "type": "local", "value": "97" }, { "char_end_idx": 3856, "char_start_idx": 3817, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 3886, "char_start_idx": 3856, "key": "length", "type": "local", "value": "29" }, { "char_end_idx": 3963, "char_start_idx": 3886, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 4020, "char_start_idx": 3963, "key": "length", "type": "local", "value": "56" }, { "char_end_idx": 4055, "char_start_idx": 4020, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 4078, "char_start_idx": 4055, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 4113, "char_start_idx": 4078, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 4333, "char_start_idx": 4113, "key": "length", "type": "local", "value": "219" }, { "char_end_idx": 4398, "char_start_idx": 4333, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 4532, "char_start_idx": 4398, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 4595, "char_start_idx": 4532, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 4621, "char_start_idx": 4595, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 4649, "char_start_idx": 4621, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 4710, "char_start_idx": 4649, "key": "length", "type": "local", "value": "60" }, { "char_end_idx": 4760, "char_start_idx": 4710, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 4813, "char_start_idx": 4760, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 4863, "char_start_idx": 4813, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 4903, "char_start_idx": 4863, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 4978, "char_start_idx": 4903, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 5012, "char_start_idx": 4978, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 5097, "char_start_idx": 5012, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 5183, "char_start_idx": 5097, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 5211, "char_start_idx": 5183, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 5242, "char_start_idx": 5211, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 5328, "char_start_idx": 5242, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 5357, "char_start_idx": 5328, "key": "length", "type": "local", "value": "28" }, { "char_end_idx": 5401, "char_start_idx": 5357, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 5402, "char_start_idx": 5401, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5403, "char_start_idx": 5402, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5404, "char_start_idx": 5403, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5405, "char_start_idx": 5404, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5406, "char_start_idx": 5405, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5589, "char_start_idx": 5406, "key": "length", "type": "local", "value": "182" }, { "char_end_idx": 5627, "char_start_idx": 5589, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 5682, "char_start_idx": 5627, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 5736, "char_start_idx": 5682, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 5860, "char_start_idx": 5736, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 5982, "char_start_idx": 5860, "key": "length", "type": "local", "value": "121" }, { "char_end_idx": 6040, "char_start_idx": 5982, "key": "length", "type": "local", "value": "57" }, { "char_end_idx": 6089, "char_start_idx": 6040, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 6154, "char_start_idx": 6089, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 6203, "char_start_idx": 6154, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 6330, "char_start_idx": 6203, "key": "length", "type": "local", "value": "126" }, { "char_end_idx": 6434, "char_start_idx": 6330, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 6487, "char_start_idx": 6434, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 6528, "char_start_idx": 6487, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 6571, "char_start_idx": 6528, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 6662, "char_start_idx": 6571, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 6776, "char_start_idx": 6662, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 6792, "char_start_idx": 6776, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 6841, "char_start_idx": 6792, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 6893, "char_start_idx": 6841, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 6959, "char_start_idx": 6893, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 7023, "char_start_idx": 6959, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 7152, "char_start_idx": 7023, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 7172, "char_start_idx": 7152, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 7218, "char_start_idx": 7172, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 7258, "char_start_idx": 7218, "key": "length", "type": "local", "value": "39" } ]
[ { "key": "length", "type": "global", "value": "7332" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "home" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 23, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "accesskey" ], "values": [ "https://wendyfairfull.typepad.com/wmf/", "1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 23, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "banner-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h1" }, { "char_end_idx": 69, "char_start_idx": 24, "html_attrs": { "attrs": [ "id" ], "values": [ "banner-description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 69, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "banner banner-inner", "pkg" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 84, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "module-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 100, "char_start_idx": 85, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html?cid=6a00d8341d021853ef015434628611970c#comment-6a00d8341d021853ef015434628611970c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 122, "char_start_idx": 104, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 123, "char_start_idx": 85, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 136, "char_start_idx": 123, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html?cid=6a00d8341d021853ef014e86bb1f28970d#comment-6a00d8341d021853ef014e86bb1f28970d" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 158, "char_start_idx": 140, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2011/03/stop-grammar-time.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 159, "char_start_idx": 123, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 172, "char_start_idx": 159, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2011/03/im-back.html?cid=6a00d8341d021853ef0147e3357bff970b#comment-6a00d8341d021853ef0147e3357bff970b" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 184, "char_start_idx": 176, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2011/03/im-back.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 185, "char_start_idx": 159, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 190, "char_start_idx": 185, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html?cid=6a00d8341d021853ef01347fbfb84a970c#comment-6a00d8341d021853ef01347fbfb84a970c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 232, "char_start_idx": 194, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 233, "char_start_idx": 185, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 239, "char_start_idx": 233, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html?cid=6a00d8341d021853ef01347fbc29f2970c#comment-6a00d8341d021853ef01347fbc29f2970c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 281, "char_start_idx": 243, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/10/nickel-and-dimed-vs-scratch-beginnings.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 282, "char_start_idx": 233, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 303, "char_start_idx": 282, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html?cid=6a00d8341d021853ef0128776e3946970c#comment-6a00d8341d021853ef0128776e3946970c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 327, "char_start_idx": 307, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 328, "char_start_idx": 282, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 337, "char_start_idx": 328, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2010/02/to-type-perchance-to-blog.html?cid=6a00d8341d021853ef0120a84749e4970b#comment-6a00d8341d021853ef0120a84749e4970b" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 367, "char_start_idx": 341, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2010/02/to-type-perchance-to-blog.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 368, "char_start_idx": 328, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 393, "char_start_idx": 368, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html?cid=6a00d8341d021853ef012876f0f1fd970c#comment-6a00d8341d021853ef012876f0f1fd970c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 417, "char_start_idx": 397, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2010/01/52-books-in-52-weeks.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 418, "char_start_idx": 368, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 439, "char_start_idx": 418, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/12/katherine.html?cid=6a00d8341d021853ef0120a7966bb5970b#comment-6a00d8341d021853ef0120a7966bb5970b" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 452, "char_start_idx": 443, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/12/katherine.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 453, "char_start_idx": 418, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 458, "char_start_idx": 453, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/12/im-celebrating-the-birth-of-jesus.html?cid=6a00d8341d021853ef0128767f2170970c#comment-6a00d8341d021853ef0128767f2170970c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 496, "char_start_idx": 462, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/12/im-celebrating-the-birth-of-jesus.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 497, "char_start_idx": 453, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 497, "char_start_idx": 85, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 497, "char_start_idx": 85, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 497, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "module-recent-comments module" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 507, "char_start_idx": 497, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/archives.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 507, "char_start_idx": 497, "html_attrs": { "attrs": [ "class" ], "values": [ "module-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 530, "char_start_idx": 508, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/a-complaint-free-world/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 530, "char_start_idx": 508, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 539, "char_start_idx": 531, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/blogging/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 539, "char_start_idx": 531, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 552, "char_start_idx": 540, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/book-reviews/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 552, "char_start_idx": 540, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 558, "char_start_idx": 553, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/books/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 558, "char_start_idx": 553, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 569, "char_start_idx": 559, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/challenges/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 569, "char_start_idx": 559, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 578, "char_start_idx": 570, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/crafting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 578, "char_start_idx": 570, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 594, "char_start_idx": 579, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/current_affairs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 594, "char_start_idx": 579, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 601, "char_start_idx": 595, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/family/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 601, "char_start_idx": 595, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 606, "char_start_idx": 602, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/film/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 606, "char_start_idx": 602, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 619, "char_start_idx": 607, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/haiku_monday/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 619, "char_start_idx": 607, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 624, "char_start_idx": 620, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/kids/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 624, "char_start_idx": 620, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 637, "char_start_idx": 625, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/library-loot/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 637, "char_start_idx": 625, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 643, "char_start_idx": 638, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/memes/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 643, "char_start_idx": 638, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 653, "char_start_idx": 644, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/misc_crap/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 653, "char_start_idx": 644, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 660, "char_start_idx": 654, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/movies/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 660, "char_start_idx": 654, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 666, "char_start_idx": 661, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/music/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 666, "char_start_idx": 661, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 679, "char_start_idx": 667, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/sunday-salon/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 679, "char_start_idx": 667, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 691, "char_start_idx": 680, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/unschooling/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 691, "char_start_idx": 680, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 699, "char_start_idx": 692, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/weblogs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 699, "char_start_idx": 692, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 703, "char_start_idx": 700, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/wwe/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 703, "char_start_idx": 700, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 704, "char_start_idx": 508, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 712, "char_start_idx": 704, "html_attrs": { "attrs": [ "style", "class", "href" ], "values": [ "font-size:85%;display:none;", "cat-more", "https://wendyfairfull.typepad.com/wmf/archives.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 713, "char_start_idx": 508, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 713, "char_start_idx": 497, "html_attrs": { "attrs": [ "class" ], "values": [ "module-categories module" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 723, "char_start_idx": 713, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/archives.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 723, "char_start_idx": 713, "html_attrs": { "attrs": [ "class" ], "values": [ "module-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 746, "char_start_idx": 724, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/a-complaint-free-world/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 746, "char_start_idx": 724, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-3" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 755, "char_start_idx": 747, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/blogging/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 755, "char_start_idx": 747, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 768, "char_start_idx": 756, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/book-reviews/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 768, "char_start_idx": 756, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-7" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 774, "char_start_idx": 769, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/books/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 774, "char_start_idx": 769, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-10" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 785, "char_start_idx": 775, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/challenges/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 785, "char_start_idx": 775, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-4" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 794, "char_start_idx": 786, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/crafting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 794, "char_start_idx": 786, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 810, "char_start_idx": 795, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/current_affairs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 810, "char_start_idx": 795, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-3" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 817, "char_start_idx": 811, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/family/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 817, "char_start_idx": 811, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 822, "char_start_idx": 818, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/film/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 822, "char_start_idx": 818, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 835, "char_start_idx": 823, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/haiku_monday/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 835, "char_start_idx": 823, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 840, "char_start_idx": 836, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/kids/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 840, "char_start_idx": 836, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-4" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 853, "char_start_idx": 841, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/library-loot/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 853, "char_start_idx": 841, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 859, "char_start_idx": 854, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/memes/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 859, "char_start_idx": 854, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 869, "char_start_idx": 860, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/misc_crap/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 869, "char_start_idx": 860, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-4" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 876, "char_start_idx": 870, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/movies/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 876, "char_start_idx": 870, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 882, "char_start_idx": 877, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/music/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 882, "char_start_idx": 877, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 895, "char_start_idx": 883, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/sunday-salon/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 895, "char_start_idx": 883, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 907, "char_start_idx": 896, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/unschooling/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 907, "char_start_idx": 896, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 915, "char_start_idx": 908, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/weblogs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 915, "char_start_idx": 908, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 919, "char_start_idx": 916, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/wwe/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 919, "char_start_idx": 916, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item cloud-weight-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 920, "char_start_idx": 724, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 920, "char_start_idx": 724, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 920, "char_start_idx": 713, "html_attrs": { "attrs": [ "class" ], "values": [ "module-category-cloud module" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 920, "char_start_idx": 69, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "alpha alpha-inner", "pkg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 936, "char_start_idx": 920, "html_attrs": { "attrs": [ "class" ], "values": [ "date-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 959, "char_start_idx": 937, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 959, "char_start_idx": 937, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 1641, "char_start_idx": 960, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 2587, "char_start_idx": 1642, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2700, "char_start_idx": 2588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2782, "char_start_idx": 2701, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2911, "char_start_idx": 2783, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2991, "char_start_idx": 2912, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3065, "char_start_idx": 2992, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3365, "char_start_idx": 3066, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3484, "char_start_idx": 3366, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3485, "char_start_idx": 960, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content entry-body" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3513, "char_start_idx": 3507, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/family/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3519, "char_start_idx": 3515, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/kids/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3520, "char_start_idx": 3485, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3521, "char_start_idx": 3520, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3531, "char_start_idx": 3522, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "permalink", "https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3533, "char_start_idx": 3532, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3546, "char_start_idx": 3534, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "entry-comments", "https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html#comments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3548, "char_start_idx": 3547, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3562, "char_start_idx": 3549, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "entry-trackbacks", "https://wendyfairfull.typepad.com/wmf/2009/10/haircuts-and-head-lice.html#trackback" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3563, "char_start_idx": 3485, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer-info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 3563, "char_start_idx": 3485, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3563, "char_start_idx": 937, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "entry-category-family entry-category-kids entry-author-wendy_fairfull entry-type-post entry entry-inner", "entry-6a00d8341d021853ef0120a642ea7f970c" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3578, "char_start_idx": 3563, "html_attrs": { "attrs": [ "class" ], "values": [ "date-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 3602, "char_start_idx": 3579, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3602, "char_start_idx": 3579, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 3819, "char_start_idx": 3603, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 4092, "char_start_idx": 4085, "html_attrs": { "attrs": [ "style" ], "values": [ "text-decoration: line-through;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4399, "char_start_idx": 3819, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 5098, "char_start_idx": 4400, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 5212, "char_start_idx": 5099, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 5407, "char_start_idx": 5213, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 5408, "char_start_idx": 3603, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content entry-body" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 5436, "char_start_idx": 5430, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/family/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5442, "char_start_idx": 5438, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/film/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5453, "char_start_idx": 5444, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/misc_crap/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5461, "char_start_idx": 5455, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/movies/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5468, "char_start_idx": 5463, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/music/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5469, "char_start_idx": 5408, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5470, "char_start_idx": 5469, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 5480, "char_start_idx": 5471, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "permalink", "https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5482, "char_start_idx": 5481, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5495, "char_start_idx": 5483, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "entry-comments", "https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html#comments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5497, "char_start_idx": 5496, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5511, "char_start_idx": 5498, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "entry-trackbacks", "https://wendyfairfull.typepad.com/wmf/2009/08/who-would-you-pick.html#trackback" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5512, "char_start_idx": 5408, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer-info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 5512, "char_start_idx": 5408, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 3579, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "entry-category-family entry-category-film entry-category-misc_crap entry-category-movies entry-category-music entry-author-wendy_fairfull entry-type-post entry entry-inner", "entry-6a00d8341d021853ef0115715dc174970c" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 5524, "char_start_idx": 5512, "html_attrs": { "attrs": [ "class" ], "values": [ "date-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 5537, "char_start_idx": 5525, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5537, "char_start_idx": 5525, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 7259, "char_start_idx": 5538, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 7260, "char_start_idx": 5538, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content entry-body" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 7288, "char_start_idx": 7282, "html_attrs": { "attrs": [ "href" ], "values": [ "https://wendyfairfull.typepad.com/wmf/family/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7289, "char_start_idx": 7260, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 7290, "char_start_idx": 7289, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 7300, "char_start_idx": 7291, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "permalink", "https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7302, "char_start_idx": 7301, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 7315, "char_start_idx": 7303, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "entry-comments", "https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html#comments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7317, "char_start_idx": 7316, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 7331, "char_start_idx": 7318, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "entry-trackbacks", "https://wendyfairfull.typepad.com/wmf/2008/05/mothers-day.html#trackback" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7332, "char_start_idx": 7260, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer-info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 7332, "char_start_idx": 7260, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7332, "char_start_idx": 5525, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "entry-category-family entry-author-wendy_fairfull entry-type-post entry entry-inner", "entry-49780598" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 7332, "char_start_idx": 920, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "beta beta-inner", "pkg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7332, "char_start_idx": 69, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "pagebody pagebody-inner", "pkg" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7332, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "container container-inner", "pkg" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7332, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "layout-moblog1" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 23, "char_start_idx": 0, "key": "paragraph", "marker": "h1", "type": "local", "value": "Well-Mannered Frivolity" }, { "char_end_idx": 69, "char_start_idx": 23, "key": "paragraph", "marker": "div", "type": "local", "value": "\nLiving in my little fantasy world since 1971\n" }, { "char_end_idx": 84, "char_start_idx": 69, "key": "paragraph", "marker": "h2", "type": "local", "value": "Recent Comments" }, { "char_end_idx": 123, "char_start_idx": 84, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAccount Deleted on STOP! Grammar time\n" }, { "char_end_idx": 159, "char_start_idx": 123, "key": "paragraph", "marker": "li", "type": "local", "value": "Cathy Boswell on STOP! Grammar time\n" }, { "char_end_idx": 185, "char_start_idx": 159, "key": "paragraph", "marker": "li", "type": "local", "value": "Cathy Boswell on I'm back\n" }, { "char_end_idx": 233, "char_start_idx": 185, "key": "paragraph", "marker": "li", "type": "local", "value": "Sarah on Nickel and Dimed vs Scratch Beginnings\n" }, { "char_end_idx": 282, "char_start_idx": 233, "key": "paragraph", "marker": "li", "type": "local", "value": "Ron F. on Nickel and Dimed vs Scratch Beginnings\n" }, { "char_end_idx": 328, "char_start_idx": 282, "key": "paragraph", "marker": "li", "type": "local", "value": "[email protected] on 52 books in 52 weeks\n" }, { "char_end_idx": 368, "char_start_idx": 328, "key": "paragraph", "marker": "li", "type": "local", "value": "Stephanie on To type, perchance to blog\n" }, { "char_end_idx": 418, "char_start_idx": 368, "key": "paragraph", "marker": "li", "type": "local", "value": "Robin of My Two Blessings on 52 books in 52 weeks\n" }, { "char_end_idx": 453, "char_start_idx": 418, "key": "paragraph", "marker": "li", "type": "local", "value": "[email protected] on Katherine\n" }, { "char_end_idx": 497, "char_start_idx": 453, "key": "paragraph", "marker": "div", "type": "local", "value": "Cathy on I'm celebrating the birth of Jesus\n" }, { "char_end_idx": 507, "char_start_idx": 497, "key": "paragraph", "marker": "h2", "type": "local", "value": "Categories" }, { "char_end_idx": 530, "char_start_idx": 507, "key": "paragraph", "marker": "li", "type": "local", "value": "\nA Complaint Free World" }, { "char_end_idx": 539, "char_start_idx": 530, "key": "paragraph", "marker": "li", "type": "local", "value": "\nblogging" }, { "char_end_idx": 552, "char_start_idx": 539, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBook reviews" }, { "char_end_idx": 558, "char_start_idx": 552, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBooks" }, { "char_end_idx": 569, "char_start_idx": 558, "key": "paragraph", "marker": "li", "type": "local", "value": "\nchallenges" }, { "char_end_idx": 578, "char_start_idx": 569, "key": "paragraph", "marker": "li", "type": "local", "value": "\ncrafting" }, { "char_end_idx": 594, "char_start_idx": 578, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCurrent Affairs" }, { "char_end_idx": 601, "char_start_idx": 594, "key": "paragraph", "marker": "li", "type": "local", "value": "\nfamily" }, { "char_end_idx": 606, "char_start_idx": 601, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFilm" }, { "char_end_idx": 619, "char_start_idx": 606, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHaiku Monday" }, { "char_end_idx": 624, "char_start_idx": 619, "key": "paragraph", "marker": "li", "type": "local", "value": "\nkids" }, { "char_end_idx": 637, "char_start_idx": 624, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLibrary Loot" }, { "char_end_idx": 643, "char_start_idx": 637, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmemes" }, { "char_end_idx": 653, "char_start_idx": 643, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmisc crap" }, { "char_end_idx": 660, "char_start_idx": 653, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMovies" }, { "char_end_idx": 666, "char_start_idx": 660, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMusic" }, { "char_end_idx": 679, "char_start_idx": 666, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSunday Salon" }, { "char_end_idx": 691, "char_start_idx": 679, "key": "paragraph", "marker": "li", "type": "local", "value": "\nunschooling" }, { "char_end_idx": 699, "char_start_idx": 691, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWeblogs" }, { "char_end_idx": 703, "char_start_idx": 699, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWWE" }, { "char_end_idx": 704, "char_start_idx": 703, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 713, "char_start_idx": 704, "key": "paragraph", "marker": "div", "type": "local", "value": "See More\n" }, { "char_end_idx": 723, "char_start_idx": 713, "key": "paragraph", "marker": "h2", "type": "local", "value": "Categories" }, { "char_end_idx": 746, "char_start_idx": 723, "key": "paragraph", "marker": "li", "type": "local", "value": "\nA Complaint Free World" }, { "char_end_idx": 755, "char_start_idx": 746, "key": "paragraph", "marker": "li", "type": "local", "value": "\nblogging" }, { "char_end_idx": 768, "char_start_idx": 755, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBook reviews" }, { "char_end_idx": 774, "char_start_idx": 768, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBooks" }, { "char_end_idx": 785, "char_start_idx": 774, "key": "paragraph", "marker": "li", "type": "local", "value": "\nchallenges" }, { "char_end_idx": 794, "char_start_idx": 785, "key": "paragraph", "marker": "li", "type": "local", "value": "\ncrafting" }, { "char_end_idx": 810, "char_start_idx": 794, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCurrent Affairs" }, { "char_end_idx": 817, "char_start_idx": 810, "key": "paragraph", "marker": "li", "type": "local", "value": "\nfamily" }, { "char_end_idx": 822, "char_start_idx": 817, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFilm" }, { "char_end_idx": 835, "char_start_idx": 822, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHaiku Monday" }, { "char_end_idx": 840, "char_start_idx": 835, "key": "paragraph", "marker": "li", "type": "local", "value": "\nkids" }, { "char_end_idx": 853, "char_start_idx": 840, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLibrary Loot" }, { "char_end_idx": 859, "char_start_idx": 853, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmemes" }, { "char_end_idx": 869, "char_start_idx": 859, "key": "paragraph", "marker": "li", "type": "local", "value": "\nmisc crap" }, { "char_end_idx": 876, "char_start_idx": 869, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMovies" }, { "char_end_idx": 882, "char_start_idx": 876, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMusic" }, { "char_end_idx": 895, "char_start_idx": 882, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSunday Salon" }, { "char_end_idx": 907, "char_start_idx": 895, "key": "paragraph", "marker": "li", "type": "local", "value": "\nunschooling" }, { "char_end_idx": 915, "char_start_idx": 907, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWeblogs" }, { "char_end_idx": 919, "char_start_idx": 915, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWWE" }, { "char_end_idx": 920, "char_start_idx": 919, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 936, "char_start_idx": 920, "key": "paragraph", "marker": "h2", "type": "local", "value": "October 15, 2009" }, { "char_end_idx": 959, "char_start_idx": 936, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nHaircuts and head lice" }, { "char_end_idx": 1642, "char_start_idx": 959, "key": "paragraph", "marker": "p", "type": "local", "value": "\nI took three fifths of the clan for haircuts today. For the first time the boys got regular little boy haircuts. No spikes, mohawks, or faux-hawks for them anymore. They look so grown up. And Katherine. Poor Katherine inherited my hair. Our hair is extremely thick with a lot of body. I don't style my hair so much as I whip it into submission. The problem with Katherine is she doesn't care a lick about her hair. I have to remind her to brush it. She wants to be a scientist when she grows up. Well, she's got the Einstein hair already. You've got to admire a 13 year old girl who is more interested in science and politics than she is in hair, make-up and (ohthankyoulord) boys.\n" }, { "char_end_idx": 2588, "char_start_idx": 1642, "key": "paragraph", "marker": "p", "type": "local", "value": "Taking the children to get a haircut is a bit of an ordeal for me. A couple of years ago we went through a year of on and off head lice. Every time I would eradicate the little buggers they would come back and bring more friends to the party. I think it is safe to say that I have a full-blown phobia of head lice--hold on a minute while I pause to scratch my head vigorously---Anyway, when I finally thought I gotten rid of the lice once and for all I ventured out to the hair salon. I'm sure you can see where this is going.....Bingo! The hairdresser found lice on James. That was the single most humiliating moment of my life. So now before haircuts I slather the haircutees heads down with conditioner and meticulously comb through their hair with a nit comb. As a matter of fact anytime one of my children sits next to me or sits in my lap I start picking through their hair with my fingers. Think they might grow up to be little neurotics?\n" }, { "char_end_idx": 2701, "char_start_idx": 2588, "key": "paragraph", "marker": "p", "type": "local", "value": "Just in case you were wondering, here's how you get rid of head lice---Hopefully you will never need this info--\n" }, { "char_end_idx": 2783, "char_start_idx": 2701, "key": "paragraph", "marker": "p", "type": "local", "value": "2. Slather head with coconut oil and comb with nit comb and nit pick with fingers\n" }, { "char_end_idx": 2912, "char_start_idx": 2783, "key": "paragraph", "marker": "p", "type": "local", "value": "3. Wash all bedding in hot water and dry on high heat--if multiple children are infested this is worth a trip to the laundry mat\n" }, { "char_end_idx": 2992, "char_start_idx": 2912, "key": "paragraph", "marker": "p", "type": "local", "value": "4. Thoroughly vacuum beds, couches, chair--anywhere the child(ren) may have sat\n" }, { "char_end_idx": 3066, "char_start_idx": 2992, "key": "paragraph", "marker": "p", "type": "local", "value": "5. Bag up all stuffed toys and dolls tightly for a minimum of three days.\n" }, { "char_end_idx": 3366, "char_start_idx": 3066, "key": "paragraph", "marker": "p", "type": "local", "value": "Repeat steps 1 and 2 every night for about 5 days. Let them sleep with the coconut oil in their hair. Coconut oil loosens the nits from the hair shaft and dissolves the exoskeleton of the lice and nymphs. It can be found in most health food stores or the organic section of your local grocery store.\n" }, { "char_end_idx": 3485, "char_start_idx": 3366, "key": "paragraph", "marker": "p", "type": "local", "value": "Don't waste your money on Rid or Nix type products. They are toxic, they don't work very well, and they are expensive.\n" }, { "char_end_idx": 3563, "char_start_idx": 3485, "key": "paragraph", "marker": "div", "type": "local", "value": "Posted at 11:23 PM in family, kids | Permalink | Comments (3) | TrackBack (0)\n" }, { "char_end_idx": 3564, "char_start_idx": 3563, "key": "paragraph", "marker": "p", "type": "local", "value": "A" }, { "char_end_idx": 3578, "char_start_idx": 3563, "key": "paragraph", "marker": "h2", "type": "local", "value": "August 01, 2009" }, { "char_end_idx": 3602, "char_start_idx": 3578, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nWho would you pick....." }, { "char_end_idx": 3820, "char_start_idx": 3602, "key": "paragraph", "marker": "p", "type": "local", "value": "\nI took Mary Jane and Lila to see The Jonas Brothers Movie at the library today. Let's just say thank God it was free. 75 minutes of pure, unadulterated JoBros (with short interludes by Taylor Swift and Demi Lovato).\nK" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "paragraph", "marker": "p", "type": "local", "value": "evin, as I understand it, is engaged. Nick is quite the lady's man. He has broken the hearts of the aforementioned Taylor Swift and Miley Cyrus. Although, sources tell me that he and Miley are back on. Sources chiefly being US Magazine. Yes, I read US Weekly. It's my only one of my weaknesses. Besides, if I didn't read US how would I keep up with the social/love lives of people I've never heard of like Audrina Partridge and Spencer Pratt? (Just for the record, I've never watched a single episode of The Hills. I only watch shows starring pro wrestlers or brooding vampires).\n" }, { "char_end_idx": 5099, "char_start_idx": 4400, "key": "paragraph", "marker": "p", "type": "local", "value": "Getting back to the Jonas Brothers (do I have to?)---As I watched the 'movie' I couldn't help but ponder which one was the dreamiest. You know, if I was a 13 year old girl, not a 37 year old perv. I think I would pick Joe. I like Joe's huge eyebrows. Also, you never know what hairstyle Joe is going to go with. Sometimes it's curly, sometimes it's flat ironed. Kevin and Nick always sport the gawd-awful JoBroFro. IMHO, Nick is the worst looking one of the bunch. Plus, he plays the drums like a monkey. I don't understand why all the tweens (man , I hate that word) go for him. Anyway, Joe's name is fun to say. Go ahead, say it--Joe Jonas Joe Jonas--it has a kind of Red Rover type appeal to it.\n" }, { "char_end_idx": 5213, "char_start_idx": 5099, "key": "paragraph", "marker": "p", "type": "local", "value": "And, while not overtly talking about them, their purity rings got plenty of air time. I wonder about those rings.\n" }, { "char_end_idx": 5408, "char_start_idx": 5213, "key": "paragraph", "marker": "p", "type": "local", "value": "Next week will be much better. The movie is that Return (or is it Escape) to Witch Mountain starring Dwayne Johnson. The Rock, a former wrestler. Now if they will just show a vampire flick......\n" }, { "char_end_idx": 5512, "char_start_idx": 5408, "key": "paragraph", "marker": "div", "type": "local", "value": "Posted at 11:00 PM in family, Film, misc crap, Movies, Music | Permalink | Comments (3) | TrackBack (0)\n" }, { "char_end_idx": 5513, "char_start_idx": 5512, "key": "paragraph", "marker": "p", "type": "local", "value": "M" }, { "char_end_idx": 5524, "char_start_idx": 5512, "key": "paragraph", "marker": "h2", "type": "local", "value": "May 13, 2008" }, { "char_end_idx": 5537, "char_start_idx": 5524, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nMother's day" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "paragraph", "marker": "p", "type": "local", "value": "\nI know many people scorn holidays like mother's day. It is a \"Hallmark Holiday\" after all. Mother's should be honored everyday, blah, blah, blah. Pish-posh, I say! I think Mother's day is very sweet. Messy breakfasts in bed, precious little gifts made in Sunday school, a day for mama to be spoiled and pampered and petted. I received a card that was actually a birthday card, but the word birth was crossed out and mother penciled in its place. The card had to do with butts, gas and the planet Uranus. It was signed 'The Fairfull Kids' which I loved. As if any other group of kids would give me a mother's day card. As you can see, we are not a mushy-gushy people. The children got me a new printer/copier/scanner with carefully saved allowances and a smidgen of help from Grandma and Daddy. My mother gave me a new toilet seat--I told you we aren't mushy-gushy--which she even installed for me.\nBill gave me new patio furniture for the back porch. We have a lovely screened in back porch. It's really the best feature of our house. The porch is huge and partially enclosed so it protects us from all but the worst weather. Lately our porch had been super redneck porch of the month, complete with broken furniture and ripped up screens. Horrible stuff. And it really bothered me that it looked so bad. Over the last few weeks Bill has been fixing it up. Painting, scrubbing and replacing the screen, that sort of thing. The crowing finish is the porch furniture he surprised me with. Now, not only is my porch tidy and shiny, but now it has a beautiful loveseat, 2 chairs, 2 ottomans and a glass to coffee table. My husband gets me. All my gifts were items that I didn't expect. I loved them all, even the toilet seat.\n" }, { "char_end_idx": 7332, "char_start_idx": 7260, "key": "paragraph", "marker": "div", "type": "local", "value": "Posted at 01:11 AM in family | Permalink | Comments (3) | TrackBack (0)\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Well-Mannered Frivolity: family" } ]
[ { "key": "url", "type": "global", "value": "https://wendyfairfull.typepad.com/wmf/family/" } ]
[]
Well-Mannered Frivolity Living in my little fantasy world since 1971 Recent Comments Account Deleted on STOP! Grammar time Cathy Boswell on STOP! Grammar time Cathy Boswell on I'm back Sarah on Nickel and Dimed vs Scratch Beginnings Ron F. on Nickel and Dimed vs Scratch Beginnings [email protected] on 52 books in 52 weeks Stephanie on To type, perchance to blog Robin of My Two Blessings on 52 books in 52 weeks [email protected] on Katherine Cathy on I'm celebrating the birth of Jesus Categories A Complaint Free World blogging Book reviews Books challenges crafting Current Affairs family Film Haiku Monday kids Library Loot memes misc crap Movies Music Sunday Salon unschooling Weblogs WWE See More Categories A Complaint Free World blogging Book reviews Books challenges crafting Current Affairs family Film Haiku Monday kids Library Loot memes misc crap Movies Music Sunday Salon unschooling Weblogs WWE October 15, 2009 Haircuts and head lice I took three fifths of the clan for haircuts today. For the first time the boys got regular little boy haircuts. No spikes, mohawks, or faux-hawks for them anymore. They look so grown up. And Katherine. Poor Katherine inherited my hair. Our hair is extremely thick with a lot of body. I don't style my hair so much as I whip it into submission. The problem with Katherine is she doesn't care a lick about her hair. I have to remind her to brush it. She wants to be a scientist when she grows up. Well, she's got the Einstein hair already. You've got to admire a 13 year old girl who is more interested in science and politics than she is in hair, make-up and (ohthankyoulord) boys. Taking the children to get a haircut is a bit of an ordeal for me. A couple of years ago we went through a year of on and off head lice. Every time I would eradicate the little buggers they would come back and bring more friends to the party. I think it is safe to say that I have a full-blown phobia of head lice--hold on a minute while I pause to scratch my head vigorously---Anyway, when I finally thought I gotten rid of the lice once and for all I ventured out to the hair salon. I'm sure you can see where this is going.....Bingo! The hairdresser found lice on James. That was the single most humiliating moment of my life. So now before haircuts I slather the haircutees heads down with conditioner and meticulously comb through their hair with a nit comb. As a matter of fact anytime one of my children sits next to me or sits in my lap I start picking through their hair with my fingers. Think they might grow up to be little neurotics? Just in case you were wondering, here's how you get rid of head lice---Hopefully you will never need this info-- 2. Slather head with coconut oil and comb with nit comb and nit pick with fingers 3. Wash all bedding in hot water and dry on high heat--if multiple children are infested this is worth a trip to the laundry mat 4. Thoroughly vacuum beds, couches, chair--anywhere the child(ren) may have sat 5. Bag up all stuffed toys and dolls tightly for a minimum of three days. Repeat steps 1 and 2 every night for about 5 days. Let them sleep with the coconut oil in their hair. Coconut oil loosens the nits from the hair shaft and dissolves the exoskeleton of the lice and nymphs. It can be found in most health food stores or the organic section of your local grocery store. Don't waste your money on Rid or Nix type products. They are toxic, they don't work very well, and they are expensive. Posted at 11:23 PM in family, kids | Permalink | Comments (3) | TrackBack (0) August 01, 2009 Who would you pick..... I took Mary Jane and Lila to see The Jonas Brothers Movie at the library today. Let's just say thank God it was free. 75 minutes of pure, unadulterated JoBros (with short interludes by Taylor Swift and Demi Lovato). Kevin, as I understand it, is engaged. Nick is quite the lady's man. He has broken the hearts of the aforementioned Taylor Swift and Miley Cyrus. Although, sources tell me that he and Miley are back on. Sources chiefly being US Magazine. Yes, I read US Weekly. It's my only one of my weaknesses. Besides, if I didn't read US how would I keep up with the social/love lives of people I've never heard of like Audrina Partridge and Spencer Pratt? (Just for the record, I've never watched a single episode of The Hills. I only watch shows starring pro wrestlers or brooding vampires). Getting back to the Jonas Brothers (do I have to?)---As I watched the 'movie' I couldn't help but ponder which one was the dreamiest. You know, if I was a 13 year old girl, not a 37 year old perv. I think I would pick Joe. I like Joe's huge eyebrows. Also, you never know what hairstyle Joe is going to go with. Sometimes it's curly, sometimes it's flat ironed. Kevin and Nick always sport the gawd-awful JoBroFro. IMHO, Nick is the worst looking one of the bunch. Plus, he plays the drums like a monkey. I don't understand why all the tweens (man , I hate that word) go for him. Anyway, Joe's name is fun to say. Go ahead, say it--Joe Jonas Joe Jonas--it has a kind of Red Rover type appeal to it. And, while not overtly talking about them, their purity rings got plenty of air time. I wonder about those rings. Next week will be much better. The movie is that Return (or is it Escape) to Witch Mountain starring Dwayne Johnson. The Rock, a former wrestler. Now if they will just show a vampire flick...... Posted at 11:00 PM in family, Film, misc crap, Movies, Music | Permalink | Comments (3) | TrackBack (0) May 13, 2008 Mother's day I know many people scorn holidays like mother's day. It is a "Hallmark Holiday" after all. Mother's should be honored everyday, blah, blah, blah. Pish-posh, I say! I think Mother's day is very sweet. Messy breakfasts in bed, precious little gifts made in Sunday school, a day for mama to be spoiled and pampered and petted. I received a card that was actually a birthday card, but the word birth was crossed out and mother penciled in its place. The card had to do with butts, gas and the planet Uranus. It was signed 'The Fairfull Kids' which I loved. As if any other group of kids would give me a mother's day card. As you can see, we are not a mushy-gushy people. The children got me a new printer/copier/scanner with carefully saved allowances and a smidgen of help from Grandma and Daddy. My mother gave me a new toilet seat--I told you we aren't mushy-gushy--which she even installed for me. Bill gave me new patio furniture for the back porch. We have a lovely screened in back porch. It's really the best feature of our house. The porch is huge and partially enclosed so it protects us from all but the worst weather. Lately our porch had been super redneck porch of the month, complete with broken furniture and ripped up screens. Horrible stuff. And it really bothered me that it looked so bad. Over the last few weeks Bill has been fixing it up. Painting, scrubbing and replacing the screen, that sort of thing. The crowing finish is the porch furniture he surprised me with. Now, not only is my porch tidy and shiny, but now it has a beautiful loveseat, 2 chairs, 2 ottomans and a glass to coffee table. My husband gets me. All my gifts were items that I didn't expect. I loved them all, even the toilet seat. Posted at 01:11 AM in family | Permalink | Comments (3) | TrackBack (0)
https://wendyfairfull.typepad.com/wmf/family/
[ { "char_end_idx": 117, "char_start_idx": 110, "key": "entity", "type": "local", "value": "Grammar_school" }, { "char_end_idx": 136, "char_start_idx": 123, "key": "entity", "type": "local", "value": "Cathy_Boswell" }, { "char_end_idx": 153, "char_start_idx": 146, "key": "entity", "type": "local", "value": "Grammar_school" }, { "char_end_idx": 172, "char_start_idx": 159, "key": "entity", "type": "local", "value": "Cathy_Boswell" }, { "char_end_idx": 190, "char_start_idx": 185, "key": "entity", "type": "local", "value": "Sarah_Palin" }, { "char_end_idx": 232, "char_start_idx": 214, "key": "entity", "type": "local", "value": "Scratch_Beginnings" }, { "char_end_idx": 281, "char_start_idx": 263, "key": "entity", "type": "local", "value": "Scratch_Beginnings" }, { "char_end_idx": 337, "char_start_idx": 328, "key": "entity", "type": "local", "value": "Stephanie_Miller" }, { "char_end_idx": 373, "char_start_idx": 368, "key": "entity", "type": "local", "value": "Robin_(character)" }, { "char_end_idx": 452, "char_start_idx": 443, "key": "entity", "type": "local", "value": "Katherine_Heigl" }, { "char_end_idx": 458, "char_start_idx": 453, "key": "entity", "type": "local", "value": "Cathy_Boswell" }, { "char_end_idx": 496, "char_start_idx": 491, "key": "entity", "type": "local", "value": "Jesus" }, { "char_end_idx": 1161, "char_start_idx": 1152, "key": "entity", "type": "local", "value": "Katherine_Heigl" }, { "char_end_idx": 1177, "char_start_idx": 1168, "key": "entity", "type": "local", "value": "Katherine_Heigl" }, { "char_end_idx": 1331, "char_start_idx": 1322, "key": "entity", "type": "local", "value": "Katherine_Heigl" }, { "char_end_idx": 1484, "char_start_idx": 1476, "key": "entity", "type": "local", "value": "Albert_Einstein" }, { "char_end_idx": 2214, "char_start_idx": 2209, "key": "entity", "type": "local", "value": "LeBron_James" }, { "char_end_idx": 2790, "char_start_idx": 2786, "key": "entity", "type": "local", "value": "Alan_Tudyk" }, { "char_end_idx": 3395, "char_start_idx": 3392, "key": "entity", "type": "local", "value": "Glorious_Revolution" }, { "char_end_idx": 3402, "char_start_idx": 3399, "key": "entity", "type": "local", "value": "Neck_(water_spirit)" }, { "char_end_idx": 3619, "char_start_idx": 3610, "key": "entity", "type": "local", "value": "Mary_Jane_Watson" }, { "char_end_idx": 3628, "char_start_idx": 3624, "key": "entity", "type": "local", "value": "Lila_Acheson_Wallace" }, { "char_end_idx": 3707, "char_start_idx": 3704, "key": "entity", "type": "local", "value": "God" }, { "char_end_idx": 3761, "char_start_idx": 3755, "key": "entity", "type": "local", "value": "Jonas_Brothers" }, { "char_end_idx": 3800, "char_start_idx": 3788, "key": "entity", "type": "local", "value": "Taylor_Swift" }, { "char_end_idx": 3816, "char_start_idx": 3805, "key": "entity", "type": "local", "value": "Demi_Lovato" }, { "char_end_idx": 3824, "char_start_idx": 3819, "key": "entity", "type": "local", "value": "Kevin_Malone" }, { "char_end_idx": 3862, "char_start_idx": 3858, "key": "entity", "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 3947, "char_start_idx": 3935, "key": "entity", "type": "local", "value": "Taylor_Swift" }, { "char_end_idx": 3963, "char_start_idx": 3952, "key": "entity", "type": "local", "value": "Miley_Cyrus" }, { "char_end_idx": 4008, "char_start_idx": 4003, "key": "entity", "type": "local", "value": "Miley_Cyrus" }, { "char_end_idx": 4055, "char_start_idx": 4044, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 4078, "char_start_idx": 4069, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 4143, "char_start_idx": 4141, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 4243, "char_start_idx": 4226, "key": "entity", "type": "local", "value": "Audrina_Patridge" }, { "char_end_idx": 4261, "char_start_idx": 4248, "key": "entity", "type": "local", "value": "Spencer_Pratt" }, { "char_end_idx": 4333, "char_start_idx": 4324, "key": "entity", "type": "local", "value": "The_Hills_(TV_series)" }, { "char_end_idx": 4434, "char_start_idx": 4420, "key": "entity", "type": "local", "value": "Jonas_Brothers" }, { "char_end_idx": 4621, "char_start_idx": 4618, "key": "entity", "type": "local", "value": "Joe_Jonas" }, { "char_end_idx": 4633, "char_start_idx": 4630, "key": "entity", "type": "local", "value": "Joe_Jonas" }, { "char_end_idx": 4690, "char_start_idx": 4687, "key": "entity", "type": "local", "value": "Joe_Jonas" }, { "char_end_idx": 4767, "char_start_idx": 4762, "key": "entity", "type": "local", "value": "Kevin_Nash" }, { "char_end_idx": 4776, "char_start_idx": 4772, "key": "entity", "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 4819, "char_start_idx": 4815, "key": "entity", "type": "local", "value": "Down_syndrome" }, { "char_end_idx": 4825, "char_start_idx": 4821, "key": "entity", "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 4991, "char_start_idx": 4988, "key": "entity", "type": "local", "value": "Joe_Jonas" }, { "char_end_idx": 5079, "char_start_idx": 5070, "key": "entity", "type": "local", "value": "Red_Rover" }, { "char_end_idx": 5304, "char_start_idx": 5290, "key": "entity", "type": "local", "value": "Escape_to_Witch_Mountain" }, { "char_end_idx": 5328, "char_start_idx": 5314, "key": "entity", "type": "local", "value": "Dwayne_Johnson" }, { "char_end_idx": 5338, "char_start_idx": 5334, "key": "entity", "type": "local", "value": "Rock_music" }, { "char_end_idx": 5616, "char_start_idx": 5600, "key": "entity", "type": "local", "value": "Valentine's_Day" }, { "char_end_idx": 5716, "char_start_idx": 5710, "key": "entity", "type": "local", "value": "Mother" }, { "char_end_idx": 6040, "char_start_idx": 6034, "key": "entity", "type": "local", "value": "Uranus" }, { "char_end_idx": 6320, "char_start_idx": 6313, "key": "entity", "type": "local", "value": "Grandparent" }, { "char_end_idx": 6330, "char_start_idx": 6325, "key": "entity", "type": "local", "value": "List_of_Keeping_Up_Appearances_characters" }, { "char_end_idx": 6440, "char_start_idx": 6436, "key": "entity", "type": "local", "value": "Bill_(law)" }, { "char_end_idx": 6871, "char_start_idx": 6867, "key": "entity", "type": "local", "value": "Bill_Murray" } ]
[ { "char_end_idx": 123, "char_start_idx": 84, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Grammar_school" }, { "char_end_idx": 159, "char_start_idx": 123, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cathy_Boswell" }, { "char_end_idx": 159, "char_start_idx": 123, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Grammar_school" }, { "char_end_idx": 185, "char_start_idx": 159, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cathy_Boswell" }, { "char_end_idx": 233, "char_start_idx": 185, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Sarah_Palin" }, { "char_end_idx": 233, "char_start_idx": 185, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Scratch_Beginnings" }, { "char_end_idx": 282, "char_start_idx": 233, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Scratch_Beginnings" }, { "char_end_idx": 368, "char_start_idx": 328, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Stephanie_Miller" }, { "char_end_idx": 418, "char_start_idx": 368, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Robin_(character)" }, { "char_end_idx": 453, "char_start_idx": 418, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Katherine_Heigl" }, { "char_end_idx": 497, "char_start_idx": 453, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cathy_Boswell" }, { "char_end_idx": 497, "char_start_idx": 453, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Jesus" }, { "char_end_idx": 1642, "char_start_idx": 959, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Katherine_Heigl" }, { "char_end_idx": 1642, "char_start_idx": 959, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Albert_Einstein" }, { "char_end_idx": 2588, "char_start_idx": 1642, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "LeBron_James" }, { "char_end_idx": 2912, "char_start_idx": 2783, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Alan_Tudyk" }, { "char_end_idx": 3485, "char_start_idx": 3366, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Glorious_Revolution" }, { "char_end_idx": 3485, "char_start_idx": 3366, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Neck_(water_spirit)" }, { "char_end_idx": 3820, "char_start_idx": 3602, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mary_Jane_Watson" }, { "char_end_idx": 3820, "char_start_idx": 3602, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Lila_Acheson_Wallace" }, { "char_end_idx": 3820, "char_start_idx": 3602, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "God" }, { "char_end_idx": 3820, "char_start_idx": 3602, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Jonas_Brothers" }, { "char_end_idx": 3820, "char_start_idx": 3602, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Taylor_Swift" }, { "char_end_idx": 3820, "char_start_idx": 3602, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Demi_Lovato" }, { "char_end_idx": 3824, "char_start_idx": 3819, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kevin_Malone" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Taylor_Swift" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Miley_Cyrus" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "United_States" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Audrina_Patridge" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Spencer_Pratt" }, { "char_end_idx": 4400, "char_start_idx": 3820, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "The_Hills_(TV_series)" }, { "char_end_idx": 5099, "char_start_idx": 4400, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jonas_Brothers" }, { "char_end_idx": 5099, "char_start_idx": 4400, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Joe_Jonas" }, { "char_end_idx": 5099, "char_start_idx": 4400, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Kevin_Nash" }, { "char_end_idx": 5099, "char_start_idx": 4400, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 5099, "char_start_idx": 4400, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Down_syndrome" }, { "char_end_idx": 5099, "char_start_idx": 4400, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Red_Rover" }, { "char_end_idx": 5408, "char_start_idx": 5213, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Escape_to_Witch_Mountain" }, { "char_end_idx": 5408, "char_start_idx": 5213, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Dwayne_Johnson" }, { "char_end_idx": 5408, "char_start_idx": 5213, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Rock_music" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Valentine's_Day" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Mother" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Uranus" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Grandparent" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "List_of_Keeping_Up_Appearances_characters" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Bill_(law)" }, { "char_end_idx": 7260, "char_start_idx": 5537, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Bill_Murray" } ]
0
495
1555713524000
<!DOCTYPE html> <html class='v2' dir='ltr' lang='en-GB'> <head> <link href='https://www.blogger.com/static/v1/widgets/3597120983-css_bundle_v2.css' rel='stylesheet' type='text/css'/> <meta content='width=1100' name='viewport'/> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='blogger' name='generator'/> <link href='http://history-is-made-at-night.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/> <link href='http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title="History is made at night - Atom" href="http://history-is-made-at-night.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="History is made at night - RSS" href="http://history-is-made-at-night.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="History is made at night - Atom" href="https://www.blogger.com/feeds/38519501/posts/default" /> <link rel="alternate" type="application/atom+xml" title="History is made at night - Atom" href="http://history-is-made-at-night.blogspot.com/feeds/6578458771229686686/comments/default" /> <!--[if IE]><script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/1953397912-ieretrofit.js"></script> <![endif]--> <link href='http://www.balance-la.com/balance/images/crowdcopy.jpg' rel='image_src'/> <meta content='http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html' property='og:url'/> <meta content='Night, the beloved' property='og:title'/> <meta content=' &#39;Night, the beloved. Night, when words fade and things come alive. When the destructive analysis of day is done, and all that is truly impo...' property='og:description'/> <meta content='https://lh3.googleusercontent.com/proxy/H4eJ1YKRpl14RsAbIgWEjStTMYeZ49nHmOlCfa2ErqKa7sF7sh-19D5WHa4Ng5LYcVTyZfST8IeGEGSjmAanxIHUvNyK4JovdNU=w1200-h630-p-k-no-nu' property='og:image'/> <!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]--> <title>History is made at night: Night, the beloved</title> <style id='page-skin-1' type='text/css'><!-- /* ----------------------------------------------- Blogger Template Style Name: Awesome Inc. Designer: Tina Chen URL: tinachen.org ----------------------------------------------- */ /* Content ----------------------------------------------- */ body { font: normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #444444; background: #eeeeee none repeat scroll top left; } html body .content-outer { min-width: 0; max-width: 100%; width: 100%; } a:link { text-decoration: none; color: #3778cd; } a:visited { text-decoration: none; color: #4d469c; } a:hover { text-decoration: underline; color: #3778cd; } .body-fauxcolumn-outer .cap-top { position: absolute; z-index: 1; height: 276px; width: 100%; background: transparent none repeat-x scroll top left; _background-image: none; } /* Columns ----------------------------------------------- */ .content-inner { padding: 0; } .header-inner .section { margin: 0 16px; } .tabs-inner .section { margin: 0 16px; } .main-inner { padding-top: 30px; } .main-inner .column-center-inner, .main-inner .column-left-inner, .main-inner .column-right-inner { padding: 0 5px; } *+html body .main-inner .column-center-inner { margin-top: -30px; } #layout .main-inner .column-center-inner { margin-top: 0; } /* Header ----------------------------------------------- */ .header-outer { margin: 0 0 0 0; background: #ffffff none repeat scroll 0 0; } .Header h1 { font: normal bold 40px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #cc0000; text-shadow: 0 0 -1px #000000; } .Header h1 a { color: #cc0000; } .Header .description { font: normal bold 16px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #cc0000; } .header-inner .Header .titlewrapper, .header-inner .Header .descriptionwrapper { padding-left: 0; padding-right: 0; margin-bottom: 0; } .header-inner .Header .titlewrapper { padding-top: 22px; } /* Tabs ----------------------------------------------- */ .tabs-outer { overflow: hidden; position: relative; background: #eeeeee url(//www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat scroll 0 0; } #layout .tabs-outer { overflow: visible; } .tabs-cap-top, .tabs-cap-bottom { position: absolute; width: 100%; border-top: 1px solid #999999; } .tabs-cap-bottom { bottom: 0; } .tabs-inner .widget li a { display: inline-block; margin: 0; padding: .6em 1.5em; font: normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #444444; border-top: 1px solid #999999; border-bottom: 1px solid #999999; border-left: 1px solid #999999; height: 16px; line-height: 16px; } .tabs-inner .widget li:last-child a { border-right: 1px solid #999999; } .tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover { background: #666666 url(//www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat-x scroll 0 -100px; color: #ffffff; } /* Headings ----------------------------------------------- */ h2 { font: normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #444444; } /* Widgets ----------------------------------------------- */ .main-inner .section { margin: 0 27px; padding: 0; } .main-inner .column-left-outer, .main-inner .column-right-outer { margin-top: 0; } #layout .main-inner .column-left-outer, #layout .main-inner .column-right-outer { margin-top: 0; } .main-inner .column-left-inner, .main-inner .column-right-inner { background: transparent none repeat 0 0; -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2); -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, .2); box-shadow: 0 0 0 rgba(0, 0, 0, .2); -moz-border-radius: 0; -webkit-border-radius: 0; -goog-ms-border-radius: 0; border-radius: 0; } #layout .main-inner .column-left-inner, #layout .main-inner .column-right-inner { margin-top: 0; } .sidebar .widget { font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #444444; } .sidebar .widget a:link { color: #3778cd; } .sidebar .widget a:visited { color: #4d469c; } .sidebar .widget a:hover { color: #3778cd; } .sidebar .widget h2 { text-shadow: 0 0 -1px #000000; } .main-inner .widget { background-color: #ffffff; border: 1px solid #eeeeee; padding: 0 15px 15px; margin: 20px -16px; -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); box-shadow: 0 0 20px rgba(0, 0, 0, .2); -moz-border-radius: 0; -webkit-border-radius: 0; -goog-ms-border-radius: 0; border-radius: 0; } .main-inner .widget h2 { margin: 0 -15px; padding: .6em 15px .5em; border-bottom: 1px solid transparent; } .footer-inner .widget h2 { padding: 0 0 .4em; border-bottom: 1px solid transparent; } .main-inner .widget h2 + div, .footer-inner .widget h2 + div { border-top: 1px solid #eeeeee; padding-top: 8px; } .main-inner .widget .widget-content { margin: 0 -15px; padding: 7px 15px 0; } .main-inner .widget ul, .main-inner .widget #ArchiveList ul.flat { margin: -8px -15px 0; padding: 0; list-style: none; } .main-inner .widget #ArchiveList { margin: -8px 0 0; } .main-inner .widget ul li, .main-inner .widget #ArchiveList ul.flat li { padding: .5em 15px; text-indent: 0; color: #666666; border-top: 1px solid #eeeeee; border-bottom: 1px solid transparent; } .main-inner .widget #ArchiveList ul li { padding-top: .25em; padding-bottom: .25em; } .main-inner .widget ul li:first-child, .main-inner .widget #ArchiveList ul.flat li:first-child { border-top: none; } .main-inner .widget ul li:last-child, .main-inner .widget #ArchiveList ul.flat li:last-child { border-bottom: none; } .post-body { position: relative; } .main-inner .widget .post-body ul { padding: 0 2.5em; margin: .5em 0; list-style: disc; } .main-inner .widget .post-body ul li { padding: 0.25em 0; margin-bottom: .25em; color: #444444; border: none; } .footer-inner .widget ul { padding: 0; list-style: none; } .widget .zippy { color: #666666; } /* Posts ----------------------------------------------- */ body .main-inner .Blog { padding: 0; margin-bottom: 1em; background-color: transparent; border: none; -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); } .main-inner .section:last-child .Blog:last-child { padding: 0; margin-bottom: 1em; } .main-inner .widget h2.date-header { margin: 0 -15px 1px; padding: 0 0 0 0; font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #444444; background: transparent none no-repeat scroll top left; border-top: 0 solid #eeeeee; border-bottom: 1px solid transparent; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; position: static; bottom: 100%; right: 15px; text-shadow: 0 0 -1px #000000; } .main-inner .widget h2.date-header span { font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; display: block; padding: .5em 15px; border-left: 0 solid #eeeeee; border-right: 0 solid #eeeeee; } .date-outer { position: relative; margin: 30px 0 20px; padding: 0 15px; background-color: #ffffff; border: 1px solid #eeeeee; -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); box-shadow: 0 0 20px rgba(0, 0, 0, .2); -moz-border-radius: 0; -webkit-border-radius: 0; -goog-ms-border-radius: 0; border-radius: 0; } .date-outer:first-child { margin-top: 0; } .date-outer:last-child { margin-bottom: 20px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -goog-ms-border-bottom-left-radius: 0; -goog-ms-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .date-posts { margin: 0 -15px; padding: 0 15px; clear: both; } .post-outer, .inline-ad { border-top: 1px solid #eeeeee; margin: 0 -15px; padding: 15px 15px; } .post-outer { padding-bottom: 10px; } .post-outer:first-child { padding-top: 0; border-top: none; } .post-outer:last-child, .inline-ad:last-child { border-bottom: none; } .post-body { position: relative; } .post-body img { padding: 8px; background: transparent; border: 1px solid transparent; -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2); box-shadow: 0 0 0 rgba(0, 0, 0, .2); -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } h3.post-title, h4 { font: normal bold 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #444444; } h3.post-title a { font: normal bold 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #444444; } h3.post-title a:hover { color: #3778cd; text-decoration: underline; } .post-header { margin: 0 0 1em; } .post-body { line-height: 1.4; } .post-outer h2 { color: #444444; } .post-footer { margin: 1.5em 0 0; } #blog-pager { padding: 15px; font-size: 120%; background-color: #ffffff; border: 1px solid #eeeeee; -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); box-shadow: 0 0 20px rgba(0, 0, 0, .2); -moz-border-radius: 0; -webkit-border-radius: 0; -goog-ms-border-radius: 0; border-radius: 0; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -goog-ms-border-top-left-radius: 0; -goog-ms-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius-topright: 0; margin-top: 1em; } .blog-feeds, .post-feeds { margin: 1em 0; text-align: center; color: #444444; } .blog-feeds a, .post-feeds a { color: #3778cd; } .blog-feeds a:visited, .post-feeds a:visited { color: #4d469c; } .blog-feeds a:hover, .post-feeds a:hover { color: #3778cd; } .post-outer .comments { margin-top: 2em; } /* Comments ----------------------------------------------- */ .comments .comments-content .icon.blog-author { background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==); } .comments .comments-content .loadmore a { border-top: 1px solid #999999; border-bottom: 1px solid #999999; } .comments .continue { border-top: 2px solid #999999; } /* Footer ----------------------------------------------- */ .footer-outer { margin: -20px 0 -1px; padding: 20px 0 0; color: #444444; overflow: hidden; } .footer-fauxborder-left { border-top: 1px solid #eeeeee; background: #ffffff none repeat scroll 0 0; -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); box-shadow: 0 0 20px rgba(0, 0, 0, .2); margin: 0 -20px; } /* Mobile ----------------------------------------------- */ body.mobile { background-size: auto; } .mobile .body-fauxcolumn-outer { background: transparent none repeat scroll top left; } *+html body.mobile .main-inner .column-center-inner { margin-top: 0; } .mobile .main-inner .widget { padding: 0 0 15px; } .mobile .main-inner .widget h2 + div, .mobile .footer-inner .widget h2 + div { border-top: none; padding-top: 0; } .mobile .footer-inner .widget h2 { padding: 0.5em 0; border-bottom: none; } .mobile .main-inner .widget .widget-content { margin: 0; padding: 7px 0 0; } .mobile .main-inner .widget ul, .mobile .main-inner .widget #ArchiveList ul.flat { margin: 0 -15px 0; } .mobile .main-inner .widget h2.date-header { right: 0; } .mobile .date-header span { padding: 0.4em 0; } .mobile .date-outer:first-child { margin-bottom: 0; border: 1px solid #eeeeee; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -goog-ms-border-top-left-radius: 0; -goog-ms-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .mobile .date-outer { border-color: #eeeeee; border-width: 0 1px 1px; } .mobile .date-outer:last-child { margin-bottom: 0; } .mobile .main-inner { padding: 0; } .mobile .header-inner .section { margin: 0; } .mobile .post-outer, .mobile .inline-ad { padding: 5px 0; } .mobile .tabs-inner .section { margin: 0 10px; } .mobile .main-inner .widget h2 { margin: 0; padding: 0; } .mobile .main-inner .widget h2.date-header span { padding: 0; } .mobile .main-inner .widget .widget-content { margin: 0; padding: 7px 0 0; } .mobile #blog-pager { border: 1px solid transparent; background: #ffffff none repeat scroll 0 0; } .mobile .main-inner .column-left-inner, .mobile .main-inner .column-right-inner { background: transparent none repeat 0 0; -moz-box-shadow: none; -webkit-box-shadow: none; -goog-ms-box-shadow: none; box-shadow: none; } .mobile .date-posts { margin: 0; padding: 0; } .mobile .footer-fauxborder-left { margin: 0; border-top: inherit; } .mobile .main-inner .section:last-child .Blog:last-child { margin-bottom: 0; } .mobile-index-contents { color: #444444; } .mobile .mobile-link-button { background: #3778cd url(//www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat scroll 0 0; } .mobile-link-button a:link, .mobile-link-button a:visited { color: #ffffff; } .mobile .tabs-inner .PageList .widget-content { background: transparent; border-top: 1px solid; border-color: #999999; color: #444444; } .mobile .tabs-inner .PageList .widget-content .pagelist-arrow { border-left: 1px solid #999999; } --></style> <style id='template-skin-1' type='text/css'><!-- body { min-width: 990px; } .content-outer, .content-fauxcolumn-outer, .region-inner { min-width: 990px; max-width: 990px; _width: 990px; } .main-inner .columns { padding-left: 0px; padding-right: 290px; } .main-inner .fauxcolumn-center-outer { left: 0px; right: 290px; /* IE6 does not respect left and right together */ _width: expression(this.parentNode.offsetWidth - parseInt("0px") - parseInt("290px") + 'px'); } .main-inner .fauxcolumn-left-outer { width: 0px; } .main-inner .fauxcolumn-right-outer { width: 290px; } .main-inner .column-left-outer { width: 0px; right: 100%; margin-left: -0px; } .main-inner .column-right-outer { width: 290px; margin-right: -290px; } #layout { min-width: 0; } #layout .content-outer { min-width: 0; width: 800px; } #layout .region-inner { min-width: 0; width: auto; } body#layout div.add_widget { padding: 8px; } body#layout div.add_widget a { margin-left: 32px; } --></style> <link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=38519501&amp;zx=fe171bba-4165-41f7-bbf0-df4c7789c222' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=38519501&amp;zx=fe171bba-4165-41f7-bbf0-df4c7789c222' rel='stylesheet'/></noscript> </head> <body class='loading variant-light'> <div class='navbar section' id='navbar' name='Navbar'><div class='widget Navbar' data-version='1' id='Navbar1'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d38519501\x26blogName\x3dHistory+is+made+at+night\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://history-is-made-at-night.blogspot.com/search\x26blogLocale\x3den_GB\x26v\x3d2\x26homepageUrl\x3dhttp://history-is-made-at-night.blogspot.com/\x26targetPostID\x3d6578458771229686686\x26blogPostOrPageUrl\x3dhttp://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html\x26vt\x3d-5670353802326089644', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js'; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); }})(); </script> </div></div> <div class='body-fauxcolumns'> <div class='fauxcolumn-outer body-fauxcolumn-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <div class='content'> <div class='content-fauxcolumns'> <div class='fauxcolumn-outer content-fauxcolumn-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <div class='content-outer'> <div class='content-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left content-fauxborder-left'> <div class='fauxborder-right content-fauxborder-right'></div> <div class='content-inner'> <header> <div class='header-outer'> <div class='header-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left header-fauxborder-left'> <div class='fauxborder-right header-fauxborder-right'></div> <div class='region-inner header-inner'> <div class='header section' id='header' name='Header'><div class='widget Header' data-version='1' id='Header1'> <div id='header-inner'> <div class='titlewrapper'> <h1 class='title'> <a href='http://history-is-made-at-night.blogspot.com/'> History is made at night </a> </h1> </div> <div class='descriptionwrapper'> <p class='description'><span>The politics of dancing and musicking</span></p> </div> </div> </div></div> </div> </div> <div class='header-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </header> <div class='tabs-outer'> <div class='tabs-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left tabs-fauxborder-left'> <div class='fauxborder-right tabs-fauxborder-right'></div> <div class='region-inner tabs-inner'> <div class='tabs no-items section' id='crosscol' name='Cross-column'></div> <div class='tabs no-items section' id='crosscol-overflow' name='Cross-Column 2'></div> </div> </div> <div class='tabs-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='main-outer'> <div class='main-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left main-fauxborder-left'> <div class='fauxborder-right main-fauxborder-right'></div> <div class='region-inner main-inner'> <div class='columns fauxcolumns'> <div class='fauxcolumn-outer fauxcolumn-center-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='fauxcolumn-outer fauxcolumn-left-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='fauxcolumn-outer fauxcolumn-right-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <!-- corrects IE6 width calculation --> <div class='columns-inner'> <div class='column-center-outer'> <div class='column-center-inner'> <div class='main section' id='main' name='Main'><div class='widget Blog' data-version='1' id='Blog1'> <div class='blog-posts hfeed'> <div class="date-outer"> <h2 class='date-header'><span>Tuesday, April 15, 2008</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://www.balance-la.com/balance/images/crowdcopy.jpg' itemprop='image_url'/> <meta content='38519501' itemprop='blogId'/> <meta content='6578458771229686686' itemprop='postId'/> <a name='6578458771229686686'></a> <h3 class='post-title entry-title' itemprop='name'> Night, the beloved </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6578458771229686686' itemprop='description articleBody'> <a href="http://www.balance-la.com/balance/images/crowdcopy.jpg"><img alt="" border="0" src="http://www.balance-la.com/balance/images/crowdcopy.jpg" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 320px; CURSOR: hand" /></a><br /><div><div>'Night, the beloved. Night, when words fade and things come alive. When the destructive analysis of day is done, and all that is truly important becomes whole and sound again'</div><div> </div><div>(Antoine de Saint-Exupery)</div><div> </div><div> </div><div><em>image is from a Los Angeles house club called <a href="http://www.blogger.com/www.balance-la.com/balance/html/music.html">Balance</a></em></div><br /><div></div><div> </div></div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <span itemprop='name'>Transpontine</span> </span> </span> <span class='post-timestamp'> at <meta content='http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html' itemprop='url'/> <a class='timestamp-link' href='http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2008-04-15T12:02:00+01:00'>12:02 pm</abbr></a> </span> <span class='reaction-buttons'> </span> <span class='post-comment-link'> </span> <span class='post-backlinks post-comment-link'> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=38519501&postID=6578458771229686686' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-344309626'> <a href='https://www.blogger.com/post-edit.g?blogID=38519501&postID=6578458771229686686&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='http://history-is-made-at-night.blogspot.com/search/label/2000s' rel='tag'>2000s</a>, <a href='http://history-is-made-at-night.blogspot.com/search/label/literature' rel='tag'>literature</a>, <a href='http://history-is-made-at-night.blogspot.com/search/label/night' rel='tag'>night</a>, <a href='http://history-is-made-at-night.blogspot.com/search/label/USA' rel='tag'>USA</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>No comments:</h4> <div id='Blog1_comments-block-wrapper'> <dl class='avatar-comment-indent' id='comments-block'> </dl> </div> <p class='comment-footer'> <a href='https://www.blogger.com/comment.g?blogID=38519501&postID=6578458771229686686&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>Post a Comment</a> </p> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://history-is-made-at-night.blogspot.com/2008/04/night-haunts.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://history-is-made-at-night.blogspot.com/2008/04/classic-party-scenes-2-desperately.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='http://history-is-made-at-night.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://history-is-made-at-night.blogspot.com/feeds/6578458771229686686/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget AdSense' data-version='1' id='AdSense1'> <div class='widget-content'> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- history-is-made-at-night_sidebar-right-1_AdSense1_1x1_as --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1914221015271500" data-ad-host="ca-host-pub-1556223355139109" data-ad-host-channel="L0001" data-ad-slot="4837579079" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=AdSense&widgetId=AdSense1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("AdSense1"));' rel='nofollow' target='configAdSense1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget Text' data-version='1' id='Text7'> <h2 class='title'>History is Made at Night</h2> <div class='widget-content'> History is Made at Night - The Politics of Dancing and Musicking <a href="http://history-is-made-at-night.blogspot.com/">Home Page</a> <br /> <br /> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text7&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Text7"));' rel='nofollow' target='configText7' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text5'> <h2 class='title'>Twitter</h2> <div class='widget-content'> History is Made at Night is now on Twitter, sign up here if that's your thing:<br/><br/><a href="https://twitter.com/Historyatnight">https://twitter.com/Historyatnight</a><br/> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text5&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Text5"));' rel='nofollow' target='configText5' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Feed' data-version='1' id='Feed3'> <h2>Recent comments</h2> <div class='widget-content' id='Feed3_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='http://history-is-made-at-night.blogspot.com/feeds/comments/default'>Loading...</a> </span> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Feed&widgetId=Feed3&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Feed3"));' rel='nofollow' target='configFeed3' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image1'> <h2>Download History is Made at Night Sampler, 2012</h2> <div class='widget-content'> <a href='https://app.box.com/s/xr84wf85x2fii1ncu3jezc5e4xpni09m'> <img alt='Download History is Made at Night Sampler, 2012' height='280' id='Image1_img' src='http://1.bp.blogspot.com/-qB6cIrGQYBk/UNdzRFlL6UI/AAAAAAAAIM8/gU2sZ6yJZ1I/s280/himancover.JPG' width='201'/> </a> <br/> <span class='caption'>12 page A5 zine, pdf</span> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Image&widgetId=Image1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Image1"));' rel='nofollow' target='configImage1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget PopularPosts' data-version='1' id='PopularPosts1'> <h2>Popular Posts This Week</h2> <div class='widget-content popular-posts'> <ul> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2009/02/club-uk-in-wandsworth-love-ecstasy-and.html' target='_blank'> <img alt='' border='0' src='http://lh6.ggpht.com/_29Q2slWBvmY/SZkuZOX4eOI/AAAAAAAAB5Y/dEFnLEF0aKc/w72-h72-p-k-no-nu/clubukdjmag.jpg'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2009/02/club-uk-in-wandsworth-love-ecstasy-and.html'>Club UK in Wandsworth: Love, Ecstasy and Crime</a></div> <div class='item-snippet'> Heading out to Kew Gardens over Christmas, we drove through Wandsworth. As always on that journey through South West London, my partner and...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2008/11/are-you-trad-or-mod-london-1958.html' target='_blank'> <img alt='' border='0' src='https://4.bp.blogspot.com/_29Q2slWBvmY/SRSTASLQttI/AAAAAAAABkU/9EzURlO3-MQ/w72-h72-p-k-no-nu/tradmod.jpg'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2008/11/are-you-trad-or-mod-london-1958.html'>Are you trad or mod? (London 1958)</a></div> <div class='item-snippet'> A great piece from 1958, I believe from the Daily Mirror - journalist Anne Allen goes on a tour of London jazz clubs to try and understand...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2007/09/club-louise-and-sombreros-london-197677.html' target='_blank'> <img alt='' border='0' src='http://bp0.blogger.com/_29Q2slWBvmY/RuA85yknsoI/AAAAAAAAAgw/r0C-xuorPx4/w72-h72-p-k-no-nu/bromley.jpg'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2007/09/club-louise-and-sombreros-london-197677.html'>Club Louise and Sombrero's - London 1976/77</a></div> <div class='item-snippet'> O ne facet of early punk life in London (1976-77) was that there were no punk clubs, with the gap filled for some by lesbian and gay clubs ...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2008/05/in-defence-of-disco-richard-dyer.html'>In Defence of Disco - Richard Dyer</a></div> <div class='item-snippet'>In Defence of Disco by Richard Dyer was first published in the magazine Gay Left, Issue 8, in 1979. It has been republished in academic cont...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2008/06/crackers-1976.html'>Crackers 1976: daytime soul sessions in London</a></div> <div class='item-snippet'>The Way We Wore by Robert Elms recalls the soul/funk sessions at Crackers in London in the mid 70s. This was by all accounts a very influen...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2008/02/clubbing-in-luton-1984.html' target='_blank'> <img alt='' border='0' src='http://bp0.blogger.com/_29Q2slWBvmY/R6oa2f-_BwI/AAAAAAAAArs/OEIH8w5Aiko/w72-h72-p-k-no-nu/newyeareve1983.jpg'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2008/02/clubbing-in-luton-1984.html'>Clubbing in Luton 1984</a></div> <div class='item-snippet'>Having briefly surveyed clubbing in London, Sheffield and Manchester in 1984 we must now turn to the centre of the musical universe, or a...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2011/07/short-hot-summer-1981-southall.html' target='_blank'> <img alt='' border='0' src='http://3.bp.blogspot.com/-YirNqVArcAA/ThAxFr9-YnI/AAAAAAAAEHI/NWHwrX4JDEs/w72-h72-p-k-no-nu/Southall-Riots-001.jpg'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2011/07/short-hot-summer-1981-southall.html'>Short Hot Summer 1981: Southall</a></div> <div class='item-snippet'>The first of a series on the 1981 July uprisings/riots in Britain. Night number one was in Southall: Thirty years ago today, on Friday 3 ...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2013/06/saturday-night-dancing-in-1950s-london.html' target='_blank'> <img alt='' border='0' src='http://3.bp.blogspot.com/-lG3EgJ2AhZs/Ua-gBzOcpHI/AAAAAAAAKT4/0EBm8TcGugY/w72-h72-p-k-no-nu/berkoff.jpg'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2013/06/saturday-night-dancing-in-1950s-london.html'>Saturday night dancing in 1950s London - Steven Berkoff</a></div> <div class='item-snippet'>Playwright and actor Steven Berkoff (b.1937) wrote an autobiography &#39;Free Association&#39; in 1997. Born in a Jewish family in Stepney ...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2009/05/lola-montez-and-spider-dance.html' target='_blank'> <img alt='' border='0' src='https://lh4.googleusercontent.com/proxy/Hy4D1Qu1RIJ5kbFiHS-m0IU3raJrX0yGZ3q3X-KHLyQ4vsMcMKXWqszoLEfZNQMDiowg2W4Gpnj0_IgNqeXvsmGlHTwFVHoFVMHWoKTpNydFQM3RuckYYLE=w72-h72-p-k-no-nu'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2009/05/lola-montez-and-spider-dance.html'>Lola Montez and the Spider Dance</a></div> <div class='item-snippet'>Lola Montez (1821-1861) lived a short but interesting life. Born Eliza Gilbert in Ireland, she reinvented herself as &#39;Lola the Spanish D...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='http://history-is-made-at-night.blogspot.com/2009/09/rave-magazine-1960s.html' target='_blank'> <img alt='' border='0' src='http://4.bp.blogspot.com/_29Q2slWBvmY/SrvYPPLO77I/AAAAAAAACZE/dM4s-sx8rQs/w72-h72-p-k-no-nu/rave4.jpg'/> </a> </div> <div class='item-title'><a href='http://history-is-made-at-night.blogspot.com/2009/09/rave-magazine-1960s.html'>Rave magazine, 1960s</a></div> <div class='item-snippet'> Paul Jones on the cover, 1967 + &#39;Fantastic Rave Offer: Boyfriends by Computer&#39; (years ahead of its time) + &#39;Dolly clothes for ...</div> </div> <div style='clear: both;'></div> </li> </ul> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=PopularPosts&widgetId=PopularPosts1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("PopularPosts1"));' rel='nofollow' target='configPopularPosts1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget Text' data-version='1' id='Text3'> <h2 class='title'>Contact</h2> <div class='widget-content'> "transpontineblog"at"gmail.com" (replace "at" with @) </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text3&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Text3"));' rel='nofollow' target='configText3' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget BlogList' data-version='1' id='BlogList1'> <h2 class='title'>Music, culture, history links</h2> <div class='widget-content'> <div class='blog-list-container' id='BlogList1_container'> <ul id='BlogList1_blogs'> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://blissout.blogspot.com/' target='_blank'> blissblog</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://blissout.blogspot.com/2019/04/a-fighter-and-lover.html' target='_blank'> a fighter and a lover </a> </span> - <span class='item-snippet'> Here's something I really enjoyed researching and writing - a feature for RBMA on Luigi Nono, the great "militant ... </span> <div class='item-time'> 1 week ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://shapersofthe80s.com' target='_blank'> &#10146;&#10146; Shapers of the 80s &#10147;&#10147;</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://shapersofthe80s.com/2019/04/10/%e2%9e%a4-sullivans-manifesto-for-the-rebel-rebel-life/' target='_blank'> &#10148; Sullivan&#8217;s manifesto for the Rebel Rebel life </a> </span> - <span class='item-snippet'> &#9724; NOT MANY PEOPLE KNOW that Chris Sullivan &#8211; legendary Welsh frontman of Soho&#8217;s Wag Club which he founded in 1982 &#8211; switched from the fashion course at St ... </span> <div class='item-time'> 1 week ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://www.its-her-factory.com' target='_blank'> it's her factory</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://www.its-her-factory.com/2019/04/video-of-my-ctm-2019-talk-resilience-sonic-patriarchy-and-feminist-melancholies/' target='_blank'> Video of my CTM 2019 Talk: Resilience, Sonic Patriarchy, and Feminist Melancholies </a> </span> - <span class='item-snippet'> </span> <div class='item-time'> 1 week ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://originalsonictruth.blogspot.com/' target='_blank'> Sonic Truth</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://originalsonictruth.blogspot.com/2019/03/stop-playing-reality-management-game.html' target='_blank'> Stop playing the reality management game </a> </span> - <span class='item-snippet'> A pleasure to have been able to add my voice to the appraisals of the K-Punk collected works, in the FT, and here belatedly is the link. Non-subscribers sh... </span> <div class='item-time'> 4 weeks ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://thehippiesnowwearblack.org.uk' target='_blank'> thehippiesnowwearblack.wordpress.com/</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://thehippiesnowwearblack.org.uk/2019/03/13/conflict-and-omega-tribe-share-three-date-scottish-mini-tour-this-july/' target='_blank'> Conflict and Omega Tribe share three date Scottish mini-tour this July </a> </span> - <span class='item-snippet'> CONFLICT AND OMEGA TRIBE will play a three-city mini-tour of Scotland in July 2019. Friday 12 July 2019 Bannermans Bar, Edinburgh with Happy Spastic and S3... </span> <div class='item-time'> 5 weeks ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://anarchoscene.blogspot.com/' target='_blank'> Listen and Understand</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://anarchoscene.blogspot.com/2019/03/still-here.html' target='_blank'> Still here </a> </span> - <span class='item-snippet'> Trying to pick this back up again might be difficult but I would like to continue. For now I have a twitter at /thepeoplesrec </span> <div class='item-time'> 1 month ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://szczelkuns.wordpress.com' target='_blank'> Stefan Szczelkun's Agit Disco plus blog</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://szczelkuns.wordpress.com/2019/02/10/abdurehim-heyit/' target='_blank'> Abdurehim Heyit </a> </span> - <span class='item-snippet'> Abdurehim Heyit May his music not be forgotten!!!! https://en.wikipedia.org/wiki/Abdurehim_Heyit Advertisements </span> <div class='item-time'> 2 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://blackdownsoundboy.blogspot.com/' target='_blank'> Blackdown</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://blackdownsoundboy.blogspot.com/2018/12/roots-of-reflections.html' target='_blank'> Roots of reflections </a> </span> - <span class='item-snippet'> Last month on Rinse we did an impromptu vinyl "roots of dubstep" show. While I think about this era a lot - it's one of my favourites of all time - and use... </span> <div class='item-time'> 3 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://greengalloway.blogspot.com/' target='_blank'> greengalloway</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://greengalloway.blogspot.com/2018/10/the-compleat-ripped-and-torn-1976-79.html' target='_blank'> The Compleat Ripped and Torn 1976-79 </a> </span> - <span class='item-snippet'> The Compleat Ripped and Torn https://www.roughtrade.com/gb/books/tony-drayton-ripped-and-torn Reading through the whole set of R &amp; T what jumps out are t... </span> <div class='item-time'> 5 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://bigshotzine.net' target='_blank'> Bigshotzine</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://bigshotzine.net/how-to-make-your-partner-happy-with-wedding-rings-dublin/' target='_blank'> How To Make Your Partner Happy With Wedding Rings Dublin </a> </span> - <span class='item-snippet'> Yes, you can make your life partner happier giving better wedding rings dublin. This is a better idea to propose your life partner better. Also, you have ... </span> <div class='item-time'> 6 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://yrheartout.blogspot.com/' target='_blank'> Your Heart Out</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://yrheartout.blogspot.com/2018/06/doing-rounds-and-other-essays.html' target='_blank'> Doing The Rounds and other essays </a> </span> - <span class='item-snippet'> *YOUR HEART OUT PRESENTS:* *DOING THE ROUNDS * *and other essays* *by Kevin Pearce* *with a cover designed by Per-Christian Hille* NEW BOOK OUT NOW IN... </span> <div class='item-time'> 10 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://www.uncarved.org/blog' target='_blank'> uncarved</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://www.uncarved.org/blog/2018/04/solidarity-is-our-weapon-against-all-prisons-benefit-comp-tape/' target='_blank'> Solidarity Is Our Weapon Against All Prisons benefit comp tape </a> </span> - <span class='item-snippet'> GRMMSK has worked hard on putting together this great compilation of radical musicians, noisicians etc in aid of Anarchist Black Cross Helsinki. It&#8217;s avail... </span> <div class='item-time'> 11 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://snapcrackleandpops.blogspot.com/' target='_blank'> Snap, Crackle & Pop</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://snapcrackleandpops.blogspot.com/2018/03/a-secret-history-of-musick-yet-to-be.html' target='_blank'> A Secret History of a Musick Yet To Be (Readable) </a> </span> - <span class='item-snippet'> In July, a bulletin on the myspace page of a group of Moroccan musicians sent my mind wandering down some strange paths, got me thinking about music as a t... </span> <div class='item-time'> 1 year ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://rougesfoam.blogspot.com/' target='_blank'> Rouge's Foam</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://rougesfoam.blogspot.com/2017/11/slides-for-talk-at-no-festival-hkw.html' target='_blank'> Slides for talk at No! Festival, HKW Berlin </a> </span> - <span class='item-snippet'> This past weekend I gave a talk about how, why and whether cultural work can refuse the various alienations of modern society / economics, as part of a pa... </span> <div class='item-time'> 1 year ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://freepartypeople.wordpress.com' target='_blank'> UK Free Parties and Free Festivals 1990-1994</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://freepartypeople.wordpress.com/2017/09/04/book-review-exist-to-resist-by-matthew-smith/' target='_blank'> Book Review: Exist To Resist by Matthew Smith </a> </span> - <span class='item-snippet'> I&#8217;ve been waiting for the appearance of a book like this for decades. There&#8217;s hardly any published photographic record of the UK&#8217;s early 1990&#8217;s travellin... </span> <div class='item-time'> 1 year ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://facesonposters.blogspot.com/' target='_blank'> Faces on posters Too many choices</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://facesonposters.blogspot.com/2017/02/no-point-in-this-being-publicly.html' target='_blank'> </a> </span> - <span class='item-snippet'> No point in this not being publicly available is there? Especially as setting it up in Blog format was a bit of a labour of love. Apologies for dead links ... </span> <div class='item-time'> 2 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://nastybrutalistandshort.blogspot.com/' target='_blank'> sit down man, you're a bloody tragedy</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://nastybrutalistandshort.blogspot.com/2017/01/imet-mark-for-first-time-in-pub-in.html' target='_blank'> </a> </span> - <span class='item-snippet'> I met Mark for the first time in a pub, in north London, where there was a panel discussion launching Simon Reynolds's Rip it Up and Start Again. For a few... </span> <div class='item-time'> 2 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://www.wumingfoundation.com/english/wumingblog' target='_blank'> Wu Ming Foundation</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://www.wumingfoundation.com/english/wumingblog/?p=1' target='_blank'> Hello world! </a> </span> - <span class='item-snippet'> Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! </span> <div class='item-time'> 2 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://subbaculture.co.uk' target='_blank'> subbaculture.co.uk</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://subbaculture.co.uk/2016/08/21/we-have-moved/' target='_blank'> We have moved&#8230; </a> </span> - <span class='item-snippet'> &#8230;the subbaculture site is now here www.streetstylescenes.co.uk We have moved&#8230; is a post from: subbaculture.co.uk We have moved&#8230; is a post from: subbacultur... </span> <div class='item-time'> 2 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://zoneofthefree.blogspot.com/' target='_blank'> ZONE OF THE FREE</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://feedproxy.google.com/~r/blogofthefree/~3/sTPPD3eFgc8/bulgaria-tek-2016.html' target='_blank'> BULGARIA TEK 2016 </a> </span> - <span class='item-snippet'> 26-?.08.16 BeAcH aReA (BG) * BuLgArIatEk 2016 * --- 0pEn t0 aLL aRtIstS aNd SoUnD SyStEmS --- iNfoLiNe: +359 877 280 696 PICTURES LAST YEAR: ... </span> <div class='item-time'> 2 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://aftertherave.blogspot.com/' target='_blank'> smash the records</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://aftertherave.blogspot.com/2016/07/reclaim-beach.html' target='_blank'> Reclaim the Beach </a> </span> - <span class='item-snippet'> </span> <div class='item-time'> 2 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://datacide-magazine.com' target='_blank'> Datacide</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://datacide-magazine.com/noisebegriff2-zeller-instore-and-datacide-15-vernissage-at-praxis-store-berlin-12-05-2016/' target='_blank'> NOISEBEGRIFF#2: ZELLER INSTORE AND DATACIDE 15 VERNISSAGE AT PRAXIS STORE BERLIN 12-05-2016 </a> </span> - <span class='item-snippet'> Vernissage for Datacide 15 with ZELLER live instore &amp; More! Datacide Fifteen is out and was presented last weekend at the London Radical Bookfair. We retu... </span> <div class='item-time'> 2 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://dan-hancox.blogspot.com/' target='_blank'> dan hancox</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://dan-hancox.blogspot.com/2015/06/skepta-grime-resistance-francoism-and.html' target='_blank'> Skepta, grime, resistance, Francoism and taking back the city </a> </span> - <span class='item-snippet'> My 4,000 word Skepta cover story for The Fader, on his remarkable journey, on Tottenham, grime, confidence, and why England is like a burger with nothing ... </span> <div class='item-time'> 3 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://www.whomakesthenazis.com/' target='_blank'> Who Makes the Nazis?</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://www.whomakesthenazis.com/2013/12/how-p2-and-its-fascist-henchmen.html' target='_blank'> How P2 and its fascist henchmen murdered Pasolini </a> </span> - <span class='item-snippet'> Article from Searchlight, April 2012 &gt;&gt; &quot;At the time of his death he was completing the latter film, perhaps the most eloquent and disturbing attack on fas... </span> <div class='item-time'> 5 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://gig-squat-parties.blogspot.com/' target='_blank'> 90's + Gigs Squats Parties</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://gig-squat-parties.blogspot.com/2013/11/the-stockwell-hole-september-2013.html' target='_blank'> The Stockwell Hole September 2013 </a> </span> - <span class='item-snippet'> Here is the vandalism from September, duplicate pictures included. more after the jump Read more &#187; </span> <div class='item-time'> 5 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://blog.grievousangel.net' target='_blank'> Grievous Angel</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://blog.grievousangel.net/2013/05/new-mix-mala-and-classic-garage/' target='_blank'> New mix: Mala and classic garage </a> </span> - <span class='item-snippet'> This is a mix I&#8217;ve wanted to do to for a while &#8211; mainly because I wanted to listen to it . Yes, this is the sort of thing OneMan does so well, and has be... </span> <div class='item-time'> 5 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://waywardtales.wordpress.com' target='_blank'> waywardtales</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://waywardtales.wordpress.com/2013/04/11/a-problem-child/' target='_blank'> A Problem Child? </a> </span> - <span class='item-snippet'> April 19th sees the celebration of Bicycle Day. A day that commemorates Albert Hoffman&#8217;s famous bicycle trip. To mark the occasion, below, I&#8217;ve posted a sh... </span> <div class='item-time'> 6 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://k-punk.abstractdynamics.org/' target='_blank'> k-punk</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://k-punk.abstractdynamics.org/archives/011939.html' target='_blank'> Three events this week ... </a> </span> - <span class='item-snippet'> 1. Wednesday, 13 March at Waterstone's Trafalgar Square: Capitalist Realism: What is it and how to fight it With Mark Fisher, Peter Fleming and Alex Niven.... </span> <div class='item-time'> 6 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://www.futurenextlevel.com/' target='_blank'> FutureNextLevel</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://www.futurenextlevel.com/post/40435233466' target='_blank'> Libbe Matz Gang </a> </span> - <span class='item-snippet'> [image: Libbe Matz Gang - Untitled] One of my favourite releases from last year was a nine track 7" EP from the wilfully obscure Libbe Matz Gang released... </span> <div class='item-time'> 6 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://sociosound.wordpress.com' target='_blank'> sociosound &#187; Show & Tell: Books, Sites, U2, Hahn Bin, & Beethoven Makin&#8217; Groceries</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://sociosound.wordpress.com/2012/12/03/hello/' target='_blank'> Hello! </a> </span> - <span class='item-snippet'> Thank you to everyone who has recently started following my site (about 100 of you)! Since I returned from India , I have been busy with many tasks, includ... </span> <div class='item-time'> 6 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://praxisrecords.wordpress.com' target='_blank'> PRAXIS</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://praxisrecords.wordpress.com/2012/03/21/499/' target='_blank'> New Praxis Web Site to Replace this Blog! </a> </span> - <span class='item-snippet'> In the summer of 1992, in a squat in North Peckham, just off the Old Kent Road, Praxis was born and at the end of November this year it will be 20 years si... </span> <div class='item-time'> 7 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://seagullscreamingkillherkillher.blogspot.com/' target='_blank'> BEYOND THE IMPLODE</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://seagullscreamingkillherkillher.blogspot.com/2011/11/open-letter-to-all-babies-born.html' target='_blank'> AN OPEN LETTER TO ALL BABIES BORN YESTERDAY </a> </span> - <span class='item-snippet'> *Dear Shithawks,Congratulations! Not only have you arrived pissing and screaming on Planet Earth, wriggling around like peeled slugs in a bag ... </span> <div class='item-time'> 7 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://redmistreviews.com/?feed=rss2' target='_blank'> Red Mist</a> </div> <div class='item-content'> <span class='item-title'> <!--Can't find substitution for tag [item.itemTitle]--> </span> - <span class='item-snippet'> <!--Can't find substitution for tag [item.itemSnippet]--> </span> <div class='item-time'> <!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]--> </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://drumzofthesouth.com/feed/' target='_blank'> Drumzofthesouth</a> </div> <div class='item-content'> <span class='item-title'> <!--Can't find substitution for tag [item.itemTitle]--> </span> - <span class='item-snippet'> <!--Can't find substitution for tag [item.itemSnippet]--> </span> <div class='item-time'> <!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]--> </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://infinitethought.cinestatic.com/index.php/site/rss_2.0' target='_blank'> Infinite Th0ught</a> </div> <div class='item-content'> <span class='item-title'> <!--Can't find substitution for tag [item.itemTitle]--> </span> - <span class='item-snippet'> <!--Can't find substitution for tag [item.itemSnippet]--> </span> <div class='item-time'> <!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]--> </div> </div> </div> <div style='clear: both;'></div> </li> </ul> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=BlogList&widgetId=BlogList1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogList1"));' rel='nofollow' target='configBlogList1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div> </div><div class='widget Text' data-version='1' id='Text1'> <h2 class='title'>Politics of Dancing</h2> <div class='widget-content'> <span style="color:#330033;">'People have always come together to move to music. In the process communities have been created, social divisions challenged, pleasure exalted over work and a billion relationships have blossomed. At the same time dancing bodies have often been subject to regulation &#8211; rules about when, where and how they can move, rules about who is allowed to dance with who, rules about what dancers can wear and put inside their bodies&#8230; That, in essence, is the <a href="http://history-is-made-at-night.blogspot.com/2007/01/dance-to-music.html">'politics of dancing'</a>. </span> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Text1"));' rel='nofollow' target='configText1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text2'> <h2 class='title'>Musicking</h2> <div class='widget-content'> '<a href="http://history-is-made-at-night.blogspot.com/2007/01/musicking.html">musicking</a>... is an activity in which all those present are involved and for whose nature and quality, success or failure, everyone present bears some responsibility. It is not just a matter of composers, or even perform&shy;ers, actively doing something to, or for, passive listeners. Whatever it is we are doing, we are all doing it together&#8212;performers, listeners... dancers, ticket collectors, piano movers, roadies, cleaners and all' (Christopher Small). </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text2&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Text2"));' rel='nofollow' target='configText2' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text4'> <h2 class='title'>Dancing Questionnaire</h2> <div class='widget-content'> The aim of the 'dancing questionnaire' is to get a sense of the diversity of people's experiences of dancing and musicking. If you want to contribute, please answer the following questions yourself and send to <a href="mailto:[email protected]">[email protected]</a><br /><br />1. Can you remember your first experience of dancing? / 2.<br /><br />What&#8217;s the most interesting/significant thing that has happened to you while out dancing? / 3. You. Dancing. The best of times&#8230; / 4. You. Dancing. The worst of times&#8230; / 5.<br /><br />Can you give a quick tour of the different dancing scenes/times/places you&#8217;ve frequented? / 6. When and where did you last dance? / 7. You&#8217;re on your death bed. What piece of music would make your leap up for one final dance? (<a href="http://history-is-made-at-night.blogspot.com/search/label/questionnaire">Previous Questionnaires</a>)<br /><br /> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text4&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Text4"));' rel='nofollow' target='configText4' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text6'> <h2 class='title'>Photo policy</h2> <div class='widget-content'> I spend a lot of time trying to find evocative images to go with some of the text on this site. I always fully credit and link to where photos were sourced from. If though I have used one of your images in a way you are not happy with, email me and I will remove it. <br /> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text6&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Text6"));' rel='nofollow' target='configText6' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget LinkList' data-version='1' id='LinkList1'> <h2>Links - Blogs etc.</h2> <div class='widget-content'> <ul> <li><a href='http://transpont.blogspot.com/'>Transpontine</a></li> <li><a href='http://www.uncarved.org/blog/'>Uncarved</a></li> <li><a href='http://blissout.blogspot.com/'>Blissblog (Simon Reynolds)</a></li> <li><a href='http://datacide.wordpress.com/'>Datacide</a></li> <li><a href='http://www.criticalnoise.net/'>Critical Noise</a></li> <li><a href='http://stewarthomesociety.org/blog/'>Mr Trippy (Stewart Home)</a></li> <li><a href='http://roughinhere.wordpress.com/'>Rough in Here, Rougher Out There</a></li> <li><a href='http://unkultur.olifani.de/'>Unkultur</a></li> <li><a href='http://nextwaving.wordpress.com/'>Next Waving (ex-Pop Feminist)</a></li> <li><a href='http://undeleted.wordpress.com/'>Expletive Undeleted</a></li> <li><a href='http://www.timlawrence.info/index.php'>Tim Lawrence</a></li> <li><a href='http://globalraver.blogspot.com/'>Global Raver</a></li> <li><a href='http://blog.grievousangel.net/'>Grievous Angel</a></li> <li><a href='http://edgecentral.blogspot.com/'>Edge Central</a></li> <li><a href='http://downwithtunes.blogspot.com/'>Birdseed's Tunedown</a></li> <li><a href='http://surrealdocuments.blogspot.com/'>Documents</a></li> <li><a href='http://beatdiaspora.blogspot.com/'>Beat Diaspora</a></li> <li><a href='http://mentasms.wordpress.com/'>Mentasms</a></li> <li><a href='http://www.cinestatic.com/whorecull/music/'>Sonic Truth</a></li> <li><a href='http://greengalloway.blogspot.com/'>Green Galloway</a></li> <li><a href='http://www.woebot.com/'>Woebot</a></li> <li><a href='http://k-punk.abstractdynamics.org/'>K-Punk</a></li> <li><a href='http://www.indymedia.org.uk/en/topics/freespaces/'>Indymedia UK (free spaces)</a></li> <li><a href='http://www.urban75.com/'>Urban75</a></li> <li><a href='http://www.dissensus.com/'>Dissensus</a></li> </ul> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=LinkList&widgetId=LinkList1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("LinkList1"));' rel='nofollow' target='configLinkList1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget LinkList' data-version='1' id='LinkList2'> <h2>Links - History</h2> <div class='widget-content'> <ul> <li><a href='http://www.oldskoolanthemz.com/'>Old Skool Anthemz</a></li> <li><a href='http://www.electrofunkroots.co.uk/'>Electro Funk Roots</a></li> <li><a href='http://www.nickelinthemachine.com/'>Another Nickel in the Machine</a></li> <li><a href='http://www.ukrockfestivals.com/'>Archive of Free Festivals</a></li> <li><a href='http://freepartypeople.wordpress.com/'>Free Parties in the UK 1991-94</a></li> <li><a href='http://hardcorewillneverdie.com/'>Hardcore will never die</a></li> <li><a href='http://www.streetswing.com/histmain/d5index.htm'>Streetswing Dance History Archive</a></li> <li><a href='http://www.djhistory.com/index.php'>DJ History</a></li> <li><a href='http://www.nicke.abelgratis.com/page%20001.html'>Groovy Times (60s psychedelia)</a></li> <li><a href='http://www.disco-disco.com/disco/history.shtml'>Disco Disco</a></li> <li><a href='http://www.geocities.com/pract_history/'>Practical History</a></li> <li><a href='http://www.classiccafes.co.uk/'>Classic Cafes</a></li> </ul> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=LinkList&widgetId=LinkList2&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("LinkList2"));' rel='nofollow' target='configLinkList2' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2019/'> 2019 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2019/02/'> February </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2019/01/'> January </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2018/'> 2018 </a> <span class='post-count' dir='ltr'>(14)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2018/12/'> December </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2018/11/'> November </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2018/08/'> August </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2018/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2018/02/'> February </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2017/'> 2017 </a> <span class='post-count' dir='ltr'>(5)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2017/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2017/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2017/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2017/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2016/'> 2016 </a> <span class='post-count' dir='ltr'>(4)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2016/12/'> December </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2016/03/'> March </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/'> 2015 </a> <span class='post-count' dir='ltr'>(11)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/12/'> December </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/10/'> October </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/09/'> September </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/03/'> March </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2015/01/'> January </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/'> 2014 </a> <span class='post-count' dir='ltr'>(19)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/12/'> December </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/09/'> September </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/08/'> August </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/05/'> May </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/03/'> March </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/02/'> February </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2014/01/'> January </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/'> 2013 </a> <span class='post-count' dir='ltr'>(55)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/12/'> December </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/11/'> November </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/10/'> October </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/09/'> September </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/08/'> August </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/07/'> July </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/06/'> June </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/05/'> May </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/04/'> April </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/03/'> March </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/02/'> February </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2013/01/'> January </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(71)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/12/'> December </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/11/'> November </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/10/'> October </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/09/'> September </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/08/'> August </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/07/'> July </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/06/'> June </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/05/'> May </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/04/'> April </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/02/'> February </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2012/01/'> January </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/'> 2011 </a> <span class='post-count' dir='ltr'>(115)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/12/'> December </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/11/'> November </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/10/'> October </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/09/'> September </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/08/'> August </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/07/'> July </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/06/'> June </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/05/'> May </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/04/'> April </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/03/'> March </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/02/'> February </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2011/01/'> January </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(156)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/12/'> December </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/11/'> November </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/10/'> October </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/09/'> September </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/08/'> August </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/07/'> July </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/06/'> June </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/05/'> May </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/04/'> April </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/03/'> March </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/02/'> February </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2010/01/'> January </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(203)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/12/'> December </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/11/'> November </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/10/'> October </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/09/'> September </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/08/'> August </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/07/'> July </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/05/'> May </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/04/'> April </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/03/'> March </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/02/'> February </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2009/01/'> January </a> <span class='post-count' dir='ltr'>(31)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(154)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/12/'> December </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/11/'> November </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/10/'> October </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/09/'> September </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/08/'> August </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/07/'> July </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/06/'> June </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/05/'> May </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/04/'> April </a> <span class='post-count' dir='ltr'>(11)</span> <ul class='posts'> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/all-you-judges-beware.html'>All you judges beware</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/women-and-rave.html'>Women and Rave</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/time-to-mourn-time-to-dance.html'>A time to mourn, a time to dance</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/house-musicgendersexuality.html'>House Music/Gender/Sexuality</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/expect-to-read-lot-this-year-about-20th.html'>The House the Kids Built: The Gay Black Imprint on...</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/privatized-sound-from-walkman-to-ipod.html'>Privatized sound? - from the Walkman to the iPod</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/free-jamyang-kyi.html'>Free Jamyang Kyi</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/night-haunts.html'>Night Haunts</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html'>Night, the beloved</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/classic-party-scenes-2-desperately.html'>Classic party scenes (3): Desperately Seeking Susa...</a></li> <li><a href='http://history-is-made-at-night.blogspot.com/2008/04/mexico-emo-bashing.html'>Mexico &#39;Emo&#39; Bashing</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/02/'> February </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2008/01/'> January </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/'> 2007 </a> <span class='post-count' dir='ltr'>(156)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/12/'> December </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/11/'> November </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/10/'> October </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/09/'> September </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/08/'> August </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/07/'> July </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/06/'> June </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/05/'> May </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/04/'> April </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/03/'> March </a> <span class='post-count' dir='ltr'>(23)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/02/'> February </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://history-is-made-at-night.blogspot.com/2007/01/'> January </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=BlogArchive&widgetId=BlogArchive1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogArchive1"));' rel='nofollow' target='configBlogArchive1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Footer'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Awesome Inc. theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=38519501&widgetType=Attribution&widgetId=Attribution1&action=editWidget&sectionId=footer-3' onclick='return _WidgetManager._PopupConfig(document.getElementById("Attribution1"));' rel='nofollow' target='configAttribution1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/322834226-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY4WAZkHGqRUq9ZTt_E_DyJS__69Fg:1555713524334';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d38519501','//history-is-made-at-night.blogspot.com/2008/04/night-beloved.html','38519501'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '38519501', 'title': 'History is made at night', 'url': 'http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html', 'canonicalUrl': 'http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html', 'homepageUrl': 'http://history-is-made-at-night.blogspot.com/', 'searchUrl': 'http://history-is-made-at-night.blogspot.com/search', 'canonicalHomepageUrl': 'http://history-is-made-at-night.blogspot.com/', 'blogspotFaviconUrl': 'http://history-is-made-at-night.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en-GB', 'localeUnderscoreDelimited': 'en_gb', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22History is made at night - Atom\x22 href\x3d\x22http://history-is-made-at-night.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22History is made at night - RSS\x22 href\x3d\x22http://history-is-made-at-night.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22History is made at night - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/38519501/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22History is made at night - Atom\x22 href\x3d\x22http://history-is-made-at-night.blogspot.com/feeds/6578458771229686686/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-1914221015271500', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'ieCssRetrofitLinks': '\x3c!--[if IE]\x3e\x3cscript type\x3d\x22text/javascript\x22 src\x3d\x22https://www.blogger.com/static/v1/jsbin/1953397912-ieretrofit.js\x22\x3e\x3c/script\x3e\n\x3c![endif]--\x3e', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/a70fdefc9ab8bab4', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'disableGComments': true, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 300, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en_GB\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '6578458771229686686', 'postImageUrl': 'http://www.balance-la.com/balance/images/crowdcopy.jpg', 'pageName': 'Night, the beloved', 'pageTitle': 'History is made at night: Night, the beloved'}}, {'name': 'features', 'data': {'sharing_get_link_dialog': 'true', 'sharing_native': 'false'}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard', 'ok': 'Ok', 'postLink': 'Post link'}}, {'name': 'template', 'data': {'name': 'Awesome Inc.', 'localizedName': 'Awesome Inc.', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'light', 'variantId': 'light'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Night, the beloved', 'description': ' \x27Night, the beloved. Night, when words fade and things come alive. When the destructive analysis of day is done, and all that is truly impo...', 'featuredImage': 'https://lh3.googleusercontent.com/proxy/H4eJ1YKRpl14RsAbIgWEjStTMYeZ49nHmOlCfa2ErqKa7sF7sh-19D5WHa4Ng5LYcVTyZfST8IeGEGSjmAanxIHUvNyK4JovdNU', 'url': 'http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 6578458771229686686}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense1', 'sidebar-right-1', document.getElementById('AdSense1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text7', 'sidebar-right-1', document.getElementById('Text7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text5', 'sidebar-right-1', document.getElementById('Text5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed3', 'sidebar-right-1', document.getElementById('Feed3'), {'title': 'Recent comments', 'showItemDate': true, 'showItemAuthor': false, 'feedUrl': 'http://history-is-made-at-night.blogspot.com/feeds/comments/default', 'numItemsShow': 5, 'loadingMsg': 'Loading...', 'openLinksInNewWindow': false, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'sidebar-right-1', document.getElementById('Image1'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebar-right-1', document.getElementById('PopularPosts1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text3', 'sidebar-right-1', document.getElementById('Text3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogListView', new _WidgetInfo('BlogList1', 'sidebar-right-1', document.getElementById('BlogList1'), {'numItemsToShow': 0, 'totalItems': 35}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text1', 'sidebar-right-1', document.getElementById('Text1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text2', 'sidebar-right-1', document.getElementById('Text2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text4', 'sidebar-right-1', document.getElementById('Text4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text6', 'sidebar-right-1', document.getElementById('Text6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'sidebar-right-1', document.getElementById('LinkList1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList2', 'sidebar-right-1', document.getElementById('LinkList2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>
[ "<footer>\n<div class=\"footer-outer\">\n<div class=\"footer-cap-top cap-top\">\n<div class=\"cap-left\"/>\n<div class=\"cap-right\"/>\n</div>\n<div class=\"fauxborder-left footer-fauxborder-left\">\n<div class=\"fauxborder-right footer-fauxborder-right\"/>\n<div class=\"region-inner footer-inner\">\n<div class=\"foot no-items section\" id=\"footer-1\"/>\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"section-columns columns-2\">\n<tbody>\n<tr>\n<td class=\"first columns-cell\">\n<div class=\"foot no-items section\" id=\"footer-2-1\"/>\n</td>\n<td class=\"columns-cell\">\n<div class=\"foot no-items section\" id=\"footer-2-2\"/>\n</td>\n</tr>\n</tbody>\n</table>\n<!-- outside of the include in order to lock Attribution widget -->\n<div class=\"foot section\" id=\"footer-3\" name=\"Footer\"><div class=\"widget Attribution\" data-version=\"1\" id=\"Attribution1\">\n<div class=\"widget-content\" style=\"text-align: center;\">\nAwesome Inc. theme. Powered by <a href=\"https://www.blogger.com\" target=\"_blank\">Blogger</a>.\n</div>\n<div class=\"clear\"/>\n<span class=\"widget-item-control\">\n<span class=\"item-control blog-admin\">\n<a class=\"quickedit\" href=\"//www.blogger.com/rearrange?blogID=38519501&amp;widgetType=Attribution&amp;widgetId=Attribution1&amp;action=editWidget&amp;sectionId=footer-3\" onclick=\"return _WidgetManager._PopupConfig(document.getElementById(&quot;Attribution1&quot;));\" rel=\"nofollow\" target=\"configAttribution1\" title=\"Edit\">\n<img alt=\"\" height=\"18\" src=\"https://resources.blogblog.com/img/icon18_wrench_allbkg.png\" width=\"18\"/>\n</a>\n</span>\n</span>\n<div class=\"clear\"/>\n</div></div>\n</div>\n</div>\n<div class=\"footer-cap-bottom cap-bottom\">\n<div class=\"cap-left\"/>\n<div class=\"cap-right\"/>\n</div>\n</div>\n</footer>\n" ]
[ "<head>\n<link href=\"https://www.blogger.com/static/v1/widgets/3597120983-css_bundle_v2.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<meta content=\"width=1100\" name=\"viewport\"/>\n<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"/>\n<meta content=\"blogger\" name=\"generator\"/>\n<link href=\"http://history-is-made-at-night.blogspot.com/favicon.ico\" rel=\"icon\" type=\"image/x-icon\"/>\n<link href=\"http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html\" rel=\"canonical\"/>\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"History is made at night - Atom\" href=\"http://history-is-made-at-night.blogspot.com/feeds/posts/default\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"History is made at night - RSS\" href=\"http://history-is-made-at-night.blogspot.com/feeds/posts/default?alt=rss\"/>\n<link rel=\"service.post\" type=\"application/atom+xml\" title=\"History is made at night - Atom\" href=\"https://www.blogger.com/feeds/38519501/posts/default\"/>\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"History is made at night - Atom\" href=\"http://history-is-made-at-night.blogspot.com/feeds/6578458771229686686/comments/default\"/>\n<!--[if IE]><script type=\"text/javascript\" src=\"https://www.blogger.com/static/v1/jsbin/1953397912-ieretrofit.js\"></script>\n<![endif]-->\n<link href=\"http://www.balance-la.com/balance/images/crowdcopy.jpg\" rel=\"image_src\"/>\n<meta content=\"http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html\" property=\"og:url\"/>\n<meta content=\"Night, the beloved\" property=\"og:title\"/>\n<meta content=\" 'Night, the beloved. Night, when words fade and things come alive. When the destructive analysis of day is done, and all that is truly impo...\" property=\"og:description\"/>\n<meta content=\"https://lh3.googleusercontent.com/proxy/H4eJ1YKRpl14RsAbIgWEjStTMYeZ49nHmOlCfa2ErqKa7sF7sh-19D5WHa4Ng5LYcVTyZfST8IeGEGSjmAanxIHUvNyK4JovdNU=w1200-h630-p-k-no-nu\" property=\"og:image\"/>\n<!--[if IE]> <script> (function() { var html5 = (\"abbr,article,aside,audio,canvas,datalist,details,\" + \"figure,footer,header,hgroup,mark,menu,meter,nav,output,\" + \"progress,section,time,video\").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->\n<title>History is made at night: Night, the beloved</title>\n<style id=\"page-skin-1\" type=\"text/css\">&lt;!--\n/*\n-----------------------------------------------\nBlogger Template Style\nName: Awesome Inc.\nDesigner: Tina Chen\nURL: tinachen.org\n----------------------------------------------- */\n\n/* Content\n----------------------------------------------- */\nbody {\nfont: normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #444444;\nbackground: #eeeeee none repeat scroll top left;\n}\nhtml body .content-outer {\nmin-width: 0;\nmax-width: 100%;\nwidth: 100%;\n}\na:link {\ntext-decoration: none;\ncolor: #3778cd;\n}\na:visited {\ntext-decoration: none;\ncolor: #4d469c;\n}\na:hover {\ntext-decoration: underline;\ncolor: #3778cd;\n}\n.body-fauxcolumn-outer .cap-top {\nposition: absolute;\nz-index: 1;\nheight: 276px;\nwidth: 100%;\nbackground: transparent none repeat-x scroll top left;\n_background-image: none;\n}\n/* Columns\n----------------------------------------------- */\n.content-inner {\npadding: 0;\n}\n.header-inner .section {\nmargin: 0 16px;\n}\n.tabs-inner .section {\nmargin: 0 16px;\n}\n.main-inner {\npadding-top: 30px;\n}\n.main-inner .column-center-inner,\n.main-inner .column-left-inner,\n.main-inner .column-right-inner {\npadding: 0 5px;\n}\n*+html body .main-inner .column-center-inner {\nmargin-top: -30px;\n}\n#layout .main-inner .column-center-inner {\nmargin-top: 0;\n}\n/* Header\n----------------------------------------------- */\n.header-outer {\nmargin: 0 0 0 0;\nbackground: #ffffff none repeat scroll 0 0;\n}\n.Header h1 {\nfont: normal bold 40px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #cc0000;\ntext-shadow: 0 0 -1px #000000;\n}\n.Header h1 a {\ncolor: #cc0000;\n}\n.Header .description {\nfont: normal bold 16px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #cc0000;\n}\n.header-inner .Header .titlewrapper,\n.header-inner .Header .descriptionwrapper {\npadding-left: 0;\npadding-right: 0;\nmargin-bottom: 0;\n}\n.header-inner .Header .titlewrapper {\npadding-top: 22px;\n}\n/* Tabs\n----------------------------------------------- */\n.tabs-outer {\noverflow: hidden;\nposition: relative;\nbackground: #eeeeee url(//www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat scroll 0 0;\n}\n#layout .tabs-outer {\noverflow: visible;\n}\n.tabs-cap-top, .tabs-cap-bottom {\nposition: absolute;\nwidth: 100%;\nborder-top: 1px solid #999999;\n}\n.tabs-cap-bottom {\nbottom: 0;\n}\n.tabs-inner .widget li a {\ndisplay: inline-block;\nmargin: 0;\npadding: .6em 1.5em;\nfont: normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #444444;\nborder-top: 1px solid #999999;\nborder-bottom: 1px solid #999999;\nborder-left: 1px solid #999999;\nheight: 16px;\nline-height: 16px;\n}\n.tabs-inner .widget li:last-child a {\nborder-right: 1px solid #999999;\n}\n.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {\nbackground: #666666 url(//www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat-x scroll 0 -100px;\ncolor: #ffffff;\n}\n/* Headings\n----------------------------------------------- */\nh2 {\nfont: normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #444444;\n}\n/* Widgets\n----------------------------------------------- */\n.main-inner .section {\nmargin: 0 27px;\npadding: 0;\n}\n.main-inner .column-left-outer,\n.main-inner .column-right-outer {\nmargin-top: 0;\n}\n#layout .main-inner .column-left-outer,\n#layout .main-inner .column-right-outer {\nmargin-top: 0;\n}\n.main-inner .column-left-inner,\n.main-inner .column-right-inner {\nbackground: transparent none repeat 0 0;\n-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .2);\n-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);\n-goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, .2);\nbox-shadow: 0 0 0 rgba(0, 0, 0, .2);\n-moz-border-radius: 0;\n-webkit-border-radius: 0;\n-goog-ms-border-radius: 0;\nborder-radius: 0;\n}\n#layout .main-inner .column-left-inner,\n#layout .main-inner .column-right-inner {\nmargin-top: 0;\n}\n.sidebar .widget {\nfont: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #444444;\n}\n.sidebar .widget a:link {\ncolor: #3778cd;\n}\n.sidebar .widget a:visited {\ncolor: #4d469c;\n}\n.sidebar .widget a:hover {\ncolor: #3778cd;\n}\n.sidebar .widget h2 {\ntext-shadow: 0 0 -1px #000000;\n}\n.main-inner .widget {\nbackground-color: #ffffff;\nborder: 1px solid #eeeeee;\npadding: 0 15px 15px;\nmargin: 20px -16px;\n-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\nbox-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-moz-border-radius: 0;\n-webkit-border-radius: 0;\n-goog-ms-border-radius: 0;\nborder-radius: 0;\n}\n.main-inner .widget h2 {\nmargin: 0 -15px;\npadding: .6em 15px .5em;\nborder-bottom: 1px solid transparent;\n}\n.footer-inner .widget h2 {\npadding: 0 0 .4em;\nborder-bottom: 1px solid transparent;\n}\n.main-inner .widget h2 + div, .footer-inner .widget h2 + div {\nborder-top: 1px solid #eeeeee;\npadding-top: 8px;\n}\n.main-inner .widget .widget-content {\nmargin: 0 -15px;\npadding: 7px 15px 0;\n}\n.main-inner .widget ul, .main-inner .widget #ArchiveList ul.flat {\nmargin: -8px -15px 0;\npadding: 0;\nlist-style: none;\n}\n.main-inner .widget #ArchiveList {\nmargin: -8px 0 0;\n}\n.main-inner .widget ul li, .main-inner .widget #ArchiveList ul.flat li {\npadding: .5em 15px;\ntext-indent: 0;\ncolor: #666666;\nborder-top: 1px solid #eeeeee;\nborder-bottom: 1px solid transparent;\n}\n.main-inner .widget #ArchiveList ul li {\npadding-top: .25em;\npadding-bottom: .25em;\n}\n.main-inner .widget ul li:first-child, .main-inner .widget #ArchiveList ul.flat li:first-child {\nborder-top: none;\n}\n.main-inner .widget ul li:last-child, .main-inner .widget #ArchiveList ul.flat li:last-child {\nborder-bottom: none;\n}\n.post-body {\nposition: relative;\n}\n.main-inner .widget .post-body ul {\npadding: 0 2.5em;\nmargin: .5em 0;\nlist-style: disc;\n}\n.main-inner .widget .post-body ul li {\npadding: 0.25em 0;\nmargin-bottom: .25em;\ncolor: #444444;\nborder: none;\n}\n.footer-inner .widget ul {\npadding: 0;\nlist-style: none;\n}\n.widget .zippy {\ncolor: #666666;\n}\n/* Posts\n----------------------------------------------- */\nbody .main-inner .Blog {\npadding: 0;\nmargin-bottom: 1em;\nbackground-color: transparent;\nborder: none;\n-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);\n-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);\n-goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);\nbox-shadow: 0 0 0 rgba(0, 0, 0, 0);\n}\n.main-inner .section:last-child .Blog:last-child {\npadding: 0;\nmargin-bottom: 1em;\n}\n.main-inner .widget h2.date-header {\nmargin: 0 -15px 1px;\npadding: 0 0 0 0;\nfont: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #444444;\nbackground: transparent none no-repeat scroll top left;\nborder-top: 0 solid #eeeeee;\nborder-bottom: 1px solid transparent;\n-moz-border-radius-topleft: 0;\n-moz-border-radius-topright: 0;\n-webkit-border-top-left-radius: 0;\n-webkit-border-top-right-radius: 0;\nborder-top-left-radius: 0;\nborder-top-right-radius: 0;\nposition: static;\nbottom: 100%;\nright: 15px;\ntext-shadow: 0 0 -1px #000000;\n}\n.main-inner .widget h2.date-header span {\nfont: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ndisplay: block;\npadding: .5em 15px;\nborder-left: 0 solid #eeeeee;\nborder-right: 0 solid #eeeeee;\n}\n.date-outer {\nposition: relative;\nmargin: 30px 0 20px;\npadding: 0 15px;\nbackground-color: #ffffff;\nborder: 1px solid #eeeeee;\n-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\nbox-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-moz-border-radius: 0;\n-webkit-border-radius: 0;\n-goog-ms-border-radius: 0;\nborder-radius: 0;\n}\n.date-outer:first-child {\nmargin-top: 0;\n}\n.date-outer:last-child {\nmargin-bottom: 20px;\n-moz-border-radius-bottomleft: 0;\n-moz-border-radius-bottomright: 0;\n-webkit-border-bottom-left-radius: 0;\n-webkit-border-bottom-right-radius: 0;\n-goog-ms-border-bottom-left-radius: 0;\n-goog-ms-border-bottom-right-radius: 0;\nborder-bottom-left-radius: 0;\nborder-bottom-right-radius: 0;\n}\n.date-posts {\nmargin: 0 -15px;\npadding: 0 15px;\nclear: both;\n}\n.post-outer, .inline-ad {\nborder-top: 1px solid #eeeeee;\nmargin: 0 -15px;\npadding: 15px 15px;\n}\n.post-outer {\npadding-bottom: 10px;\n}\n.post-outer:first-child {\npadding-top: 0;\nborder-top: none;\n}\n.post-outer:last-child, .inline-ad:last-child {\nborder-bottom: none;\n}\n.post-body {\nposition: relative;\n}\n.post-body img {\npadding: 8px;\nbackground: transparent;\nborder: 1px solid transparent;\n-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .2);\n-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);\nbox-shadow: 0 0 0 rgba(0, 0, 0, .2);\n-moz-border-radius: 0;\n-webkit-border-radius: 0;\nborder-radius: 0;\n}\nh3.post-title, h4 {\nfont: normal bold 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #444444;\n}\nh3.post-title a {\nfont: normal bold 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #444444;\n}\nh3.post-title a:hover {\ncolor: #3778cd;\ntext-decoration: underline;\n}\n.post-header {\nmargin: 0 0 1em;\n}\n.post-body {\nline-height: 1.4;\n}\n.post-outer h2 {\ncolor: #444444;\n}\n.post-footer {\nmargin: 1.5em 0 0;\n}\n#blog-pager {\npadding: 15px;\nfont-size: 120%;\nbackground-color: #ffffff;\nborder: 1px solid #eeeeee;\n-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\nbox-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-moz-border-radius: 0;\n-webkit-border-radius: 0;\n-goog-ms-border-radius: 0;\nborder-radius: 0;\n-moz-border-radius-topleft: 0;\n-moz-border-radius-topright: 0;\n-webkit-border-top-left-radius: 0;\n-webkit-border-top-right-radius: 0;\n-goog-ms-border-top-left-radius: 0;\n-goog-ms-border-top-right-radius: 0;\nborder-top-left-radius: 0;\nborder-top-right-radius-topright: 0;\nmargin-top: 1em;\n}\n.blog-feeds, .post-feeds {\nmargin: 1em 0;\ntext-align: center;\ncolor: #444444;\n}\n.blog-feeds a, .post-feeds a {\ncolor: #3778cd;\n}\n.blog-feeds a:visited, .post-feeds a:visited {\ncolor: #4d469c;\n}\n.blog-feeds a:hover, .post-feeds a:hover {\ncolor: #3778cd;\n}\n.post-outer .comments {\nmargin-top: 2em;\n}\n/* Comments\n----------------------------------------------- */\n.comments .comments-content .icon.blog-author {\nbackground-repeat: no-repeat;\nbackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);\n}\n.comments .comments-content .loadmore a {\nborder-top: 1px solid #999999;\nborder-bottom: 1px solid #999999;\n}\n.comments .continue {\nborder-top: 2px solid #999999;\n}\n/* Footer\n----------------------------------------------- */\n.footer-outer {\nmargin: -20px 0 -1px;\npadding: 20px 0 0;\ncolor: #444444;\noverflow: hidden;\n}\n.footer-fauxborder-left {\nborder-top: 1px solid #eeeeee;\nbackground: #ffffff none repeat scroll 0 0;\n-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\n-goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);\nbox-shadow: 0 0 20px rgba(0, 0, 0, .2);\nmargin: 0 -20px;\n}\n/* Mobile\n----------------------------------------------- */\nbody.mobile {\nbackground-size: auto;\n}\n.mobile .body-fauxcolumn-outer {\nbackground: transparent none repeat scroll top left;\n}\n*+html body.mobile .main-inner .column-center-inner {\nmargin-top: 0;\n}\n.mobile .main-inner .widget {\npadding: 0 0 15px;\n}\n.mobile .main-inner .widget h2 + div,\n.mobile .footer-inner .widget h2 + div {\nborder-top: none;\npadding-top: 0;\n}\n.mobile .footer-inner .widget h2 {\npadding: 0.5em 0;\nborder-bottom: none;\n}\n.mobile .main-inner .widget .widget-content {\nmargin: 0;\npadding: 7px 0 0;\n}\n.mobile .main-inner .widget ul,\n.mobile .main-inner .widget #ArchiveList ul.flat {\nmargin: 0 -15px 0;\n}\n.mobile .main-inner .widget h2.date-header {\nright: 0;\n}\n.mobile .date-header span {\npadding: 0.4em 0;\n}\n.mobile .date-outer:first-child {\nmargin-bottom: 0;\nborder: 1px solid #eeeeee;\n-moz-border-radius-topleft: 0;\n-moz-border-radius-topright: 0;\n-webkit-border-top-left-radius: 0;\n-webkit-border-top-right-radius: 0;\n-goog-ms-border-top-left-radius: 0;\n-goog-ms-border-top-right-radius: 0;\nborder-top-left-radius: 0;\nborder-top-right-radius: 0;\n}\n.mobile .date-outer {\nborder-color: #eeeeee;\nborder-width: 0 1px 1px;\n}\n.mobile .date-outer:last-child {\nmargin-bottom: 0;\n}\n.mobile .main-inner {\npadding: 0;\n}\n.mobile .header-inner .section {\nmargin: 0;\n}\n.mobile .post-outer, .mobile .inline-ad {\npadding: 5px 0;\n}\n.mobile .tabs-inner .section {\nmargin: 0 10px;\n}\n.mobile .main-inner .widget h2 {\nmargin: 0;\npadding: 0;\n}\n.mobile .main-inner .widget h2.date-header span {\npadding: 0;\n}\n.mobile .main-inner .widget .widget-content {\nmargin: 0;\npadding: 7px 0 0;\n}\n.mobile #blog-pager {\nborder: 1px solid transparent;\nbackground: #ffffff none repeat scroll 0 0;\n}\n.mobile .main-inner .column-left-inner,\n.mobile .main-inner .column-right-inner {\nbackground: transparent none repeat 0 0;\n-moz-box-shadow: none;\n-webkit-box-shadow: none;\n-goog-ms-box-shadow: none;\nbox-shadow: none;\n}\n.mobile .date-posts {\nmargin: 0;\npadding: 0;\n}\n.mobile .footer-fauxborder-left {\nmargin: 0;\nborder-top: inherit;\n}\n.mobile .main-inner .section:last-child .Blog:last-child {\nmargin-bottom: 0;\n}\n.mobile-index-contents {\ncolor: #444444;\n}\n.mobile .mobile-link-button {\nbackground: #3778cd url(//www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat scroll 0 0;\n}\n.mobile-link-button a:link, .mobile-link-button a:visited {\ncolor: #ffffff;\n}\n.mobile .tabs-inner .PageList .widget-content {\nbackground: transparent;\nborder-top: 1px solid;\nborder-color: #999999;\ncolor: #444444;\n}\n.mobile .tabs-inner .PageList .widget-content .pagelist-arrow {\nborder-left: 1px solid #999999;\n}\n\n--&gt;</style>\n<style id=\"template-skin-1\" type=\"text/css\">&lt;!--\nbody {\nmin-width: 990px;\n}\n.content-outer, .content-fauxcolumn-outer, .region-inner {\nmin-width: 990px;\nmax-width: 990px;\n_width: 990px;\n}\n.main-inner .columns {\npadding-left: 0px;\npadding-right: 290px;\n}\n.main-inner .fauxcolumn-center-outer {\nleft: 0px;\nright: 290px;\n/* IE6 does not respect left and right together */\n_width: expression(this.parentNode.offsetWidth -\nparseInt(\"0px\") -\nparseInt(\"290px\") + 'px');\n}\n.main-inner .fauxcolumn-left-outer {\nwidth: 0px;\n}\n.main-inner .fauxcolumn-right-outer {\nwidth: 290px;\n}\n.main-inner .column-left-outer {\nwidth: 0px;\nright: 100%;\nmargin-left: -0px;\n}\n.main-inner .column-right-outer {\nwidth: 290px;\nmargin-right: -290px;\n}\n#layout {\nmin-width: 0;\n}\n#layout .content-outer {\nmin-width: 0;\nwidth: 800px;\n}\n#layout .region-inner {\nmin-width: 0;\nwidth: auto;\n}\nbody#layout div.add_widget {\npadding: 8px;\n}\nbody#layout div.add_widget a {\nmargin-left: 32px;\n}\n--&gt;</style>\n<link href=\"https://www.blogger.com/dyn-css/authorization.css?targetBlogID=38519501&amp;zx=fe171bba-4165-41f7-bbf0-df4c7789c222\" media=\"none\" onload=\"if(media!='all')media='all'\" rel=\"stylesheet\"/><noscript><link href=\"https://www.blogger.com/dyn-css/authorization.css?targetBlogID=38519501&amp;zx=fe171bba-4165-41f7-bbf0-df4c7789c222\" rel=\"stylesheet\"/></noscript>\n\n</head>\n" ]
[ "<title>History is made at night: Night, the beloved</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "history-is-made-at-night.blogspot.com > night beloved html" } ]
[ { "char_end_idx": 63, "char_start_idx": 0, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 109, "char_start_idx": 63, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 532, "char_start_idx": 109, "key": "length", "type": "local", "value": "422" }, { "char_end_idx": 694, "char_start_idx": 532, "key": "length", "type": "local", "value": "161" }, { "char_end_idx": 763, "char_start_idx": 694, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 764, "char_start_idx": 763, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 765, "char_start_idx": 764, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 905, "char_start_idx": 765, "key": "length", "type": "local", "value": "139" }, { "char_end_idx": 906, "char_start_idx": 905, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 907, "char_start_idx": 906, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1048, "char_start_idx": 907, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 1049, "char_start_idx": 1048, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1050, "char_start_idx": 1049, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1150, "char_start_idx": 1050, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 1192, "char_start_idx": 1150, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 1193, "char_start_idx": 1192, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1194, "char_start_idx": 1193, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1294, "char_start_idx": 1194, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 1335, "char_start_idx": 1294, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 1336, "char_start_idx": 1335, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1337, "char_start_idx": 1336, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1476, "char_start_idx": 1337, "key": "length", "type": "local", "value": "138" }, { "char_end_idx": 1477, "char_start_idx": 1476, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1478, "char_start_idx": 1477, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1545, "char_start_idx": 1478, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 1617, "char_start_idx": 1545, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 1618, "char_start_idx": 1617, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1619, "char_start_idx": 1618, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1659, "char_start_idx": 1619, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 1715, "char_start_idx": 1659, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 1752, "char_start_idx": 1715, "key": "length", "type": "local", "value": "36" }, { "char_end_idx": 1753, "char_start_idx": 1752, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1754, "char_start_idx": 1753, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1814, "char_start_idx": 1754, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 1892, "char_start_idx": 1814, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 1893, "char_start_idx": 1892, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1894, "char_start_idx": 1893, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2022, "char_start_idx": 1894, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 2023, "char_start_idx": 2022, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2024, "char_start_idx": 2023, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2202, "char_start_idx": 2024, "key": "length", "type": "local", "value": "177" }, { "char_end_idx": 2203, "char_start_idx": 2202, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2204, "char_start_idx": 2203, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2411, "char_start_idx": 2204, "key": "length", "type": "local", "value": "206" }, { "char_end_idx": 2412, "char_start_idx": 2411, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2413, "char_start_idx": 2412, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2678, "char_start_idx": 2413, "key": "length", "type": "local", "value": "264" }, { "char_end_idx": 2698, "char_start_idx": 2678, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 2699, "char_start_idx": 2698, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2700, "char_start_idx": 2699, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2857, "char_start_idx": 2700, "key": "length", "type": "local", "value": "156" }, { "char_end_idx": 2930, "char_start_idx": 2857, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 2931, "char_start_idx": 2930, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2932, "char_start_idx": 2931, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3028, "char_start_idx": 2932, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 3152, "char_start_idx": 3028, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 3162, "char_start_idx": 3152, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 3295, "char_start_idx": 3162, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 3381, "char_start_idx": 3295, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 3382, "char_start_idx": 3381, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3383, "char_start_idx": 3382, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3464, "char_start_idx": 3383, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 3475, "char_start_idx": 3464, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 3577, "char_start_idx": 3475, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 3578, "char_start_idx": 3577, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3579, "char_start_idx": 3578, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3718, "char_start_idx": 3579, "key": "length", "type": "local", "value": "138" }, { "char_end_idx": 3777, "char_start_idx": 3718, "key": "length", "type": "local", "value": "58" }, { "char_end_idx": 3794, "char_start_idx": 3777, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 3795, "char_start_idx": 3794, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3796, "char_start_idx": 3795, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3984, "char_start_idx": 3796, "key": "length", "type": "local", "value": "187" }, { "char_end_idx": 3985, "char_start_idx": 3984, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3986, "char_start_idx": 3985, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4196, "char_start_idx": 3986, "key": "length", "type": "local", "value": "209" }, { "char_end_idx": 4208, "char_start_idx": 4196, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 4209, "char_start_idx": 4208, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4210, "char_start_idx": 4209, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4419, "char_start_idx": 4210, "key": "length", "type": "local", "value": "208" }, { "char_end_idx": 4420, "char_start_idx": 4419, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4421, "char_start_idx": 4420, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4623, "char_start_idx": 4421, "key": "length", "type": "local", "value": "201" }, { "char_end_idx": 4624, "char_start_idx": 4623, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4625, "char_start_idx": 4624, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4743, "char_start_idx": 4625, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 4828, "char_start_idx": 4743, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 4829, "char_start_idx": 4828, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4830, "char_start_idx": 4829, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4962, "char_start_idx": 4830, "key": "length", "type": "local", "value": "131" }, { "char_end_idx": 4989, "char_start_idx": 4962, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 4990, "char_start_idx": 4989, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4991, "char_start_idx": 4990, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5139, "char_start_idx": 4991, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 5150, "char_start_idx": 5139, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 5151, "char_start_idx": 5150, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5152, "char_start_idx": 5151, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5189, "char_start_idx": 5152, "key": "length", "type": "local", "value": "36" }, { "char_end_idx": 5214, "char_start_idx": 5189, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 5311, "char_start_idx": 5214, "key": "length", "type": "local", "value": "96" }, { "char_end_idx": 5329, "char_start_idx": 5311, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 5332, "char_start_idx": 5329, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 5379, "char_start_idx": 5332, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 5382, "char_start_idx": 5379, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 5428, "char_start_idx": 5382, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 5429, "char_start_idx": 5428, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5430, "char_start_idx": 5429, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5456, "char_start_idx": 5430, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 5459, "char_start_idx": 5456, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 5593, "char_start_idx": 5459, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 5594, "char_start_idx": 5593, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5595, "char_start_idx": 5594, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5836, "char_start_idx": 5595, "key": "length", "type": "local", "value": "240" }, { "char_end_idx": 5845, "char_start_idx": 5836, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 5846, "char_start_idx": 5845, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5847, "char_start_idx": 5846, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6067, "char_start_idx": 5847, "key": "length", "type": "local", "value": "219" }, { "char_end_idx": 6068, "char_start_idx": 6067, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6069, "char_start_idx": 6068, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6278, "char_start_idx": 6069, "key": "length", "type": "local", "value": "208" }, { "char_end_idx": 6279, "char_start_idx": 6278, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6280, "char_start_idx": 6279, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6383, "char_start_idx": 6280, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 6541, "char_start_idx": 6383, "key": "length", "type": "local", "value": "157" }, { "char_end_idx": 6605, "char_start_idx": 6541, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 6606, "char_start_idx": 6605, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6607, "char_start_idx": 6606, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6674, "char_start_idx": 6607, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 6736, "char_start_idx": 6674, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 6783, "char_start_idx": 6736, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 6784, "char_start_idx": 6783, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6785, "char_start_idx": 6784, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6810, "char_start_idx": 6785, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 6811, "char_start_idx": 6810, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6812, "char_start_idx": 6811, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6817, "char_start_idx": 6812, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 6970, "char_start_idx": 6817, "key": "length", "type": "local", "value": "152" }, { "char_end_idx": 6971, "char_start_idx": 6970, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6972, "char_start_idx": 6971, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 6973, "char_start_idx": 6972, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7146, "char_start_idx": 6973, "key": "length", "type": "local", "value": "172" }, { "char_end_idx": 7147, "char_start_idx": 7146, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7148, "char_start_idx": 7147, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7397, "char_start_idx": 7148, "key": "length", "type": "local", "value": "248" }, { "char_end_idx": 7398, "char_start_idx": 7397, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7399, "char_start_idx": 7398, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7600, "char_start_idx": 7399, "key": "length", "type": "local", "value": "200" }, { "char_end_idx": 7601, "char_start_idx": 7600, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7602, "char_start_idx": 7601, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7792, "char_start_idx": 7602, "key": "length", "type": "local", "value": "189" }, { "char_end_idx": 7793, "char_start_idx": 7792, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7794, "char_start_idx": 7793, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 7866, "char_start_idx": 7794, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 8012, "char_start_idx": 7866, "key": "length", "type": "local", "value": "145" }, { "char_end_idx": 8288, "char_start_idx": 8012, "key": "length", "type": "local", "value": "275" }, { "char_end_idx": 8310, "char_start_idx": 8288, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 8311, "char_start_idx": 8310, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 8312, "char_start_idx": 8311, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 8465, "char_start_idx": 8312, "key": "length", "type": "local", "value": "152" }, { "char_end_idx": 8580, "char_start_idx": 8465, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 8661, "char_start_idx": 8580, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 8662, "char_start_idx": 8661, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 8663, "char_start_idx": 8662, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 8753, "char_start_idx": 8663, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 8899, "char_start_idx": 8753, "key": "length", "type": "local", "value": "145" }, { "char_end_idx": 9009, "char_start_idx": 8899, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 9016, "char_start_idx": 9009, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 9072, "char_start_idx": 9016, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 9168, "char_start_idx": 9072, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 9173, "char_start_idx": 9168, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 9182, "char_start_idx": 9173, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 9206, "char_start_idx": 9182, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 9211, "char_start_idx": 9206, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 9220, "char_start_idx": 9211, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 9245, "char_start_idx": 9220, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 9341, "char_start_idx": 9245, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 9381, "char_start_idx": 9341, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 9407, "char_start_idx": 9381, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 9608, "char_start_idx": 9407, "key": "length", "type": "local", "value": "200" }, { "char_end_idx": 9674, "char_start_idx": 9608, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 9779, "char_start_idx": 9674, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 9799, "char_start_idx": 9779, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 10788, "char_start_idx": 9799, "key": "length", "type": "local", "value": "988" }, { "char_end_idx": 10789, "char_start_idx": 10788, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 10790, "char_start_idx": 10789, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 10940, "char_start_idx": 10790, "key": "length", "type": "local", "value": "149" }, { "char_end_idx": 10941, "char_start_idx": 10940, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 10942, "char_start_idx": 10941, "key": "length", "type": "local", "value": "0" } ]
[ { "key": "length", "type": "global", "value": "10978" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "name", "data-version" ], "values": [ "navbar section widget Navbar", "navbar Navbar1", "Navbar", "1" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 23, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "span" }, { "char_end_idx": 23, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "date-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 14, "type": "local", "value": "h2" }, { "char_end_idx": 24, "char_start_idx": 24, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "http://www.balance-la.com/balance/images/crowdcopy.jpg", "image_url" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "meta" }, { "char_end_idx": 24, "char_start_idx": 24, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "38519501", "blogId" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "meta" }, { "char_end_idx": 24, "char_start_idx": 24, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "6578458771229686686", "postId" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "meta" }, { "char_end_idx": 24, "char_start_idx": 24, "html_attrs": { "attrs": [ "name" ], "values": [ "6578458771229686686" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 43, "char_start_idx": 24, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "post-title entry-title", "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h3" }, { "char_end_idx": 43, "char_start_idx": 43, "html_attrs": { "attrs": [ "alt", "border", "src", "style" ], "values": [ "", "0", "http://www.balance-la.com/balance/images/crowdcopy.jpg", "FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 320px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 43, "char_start_idx": 43, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.balance-la.com/balance/images/crowdcopy.jpg" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 219, "char_start_idx": 44, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 221, "char_start_idx": 44, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 221, "char_start_idx": 43, "html_attrs": { "attrs": [ "class", "id", "itemprop" ], "values": [ "post-body entry-content", "post-body-6578458771229686686", "description articleBody" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 243, "char_start_idx": 231, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 244, "char_start_idx": 231, "html_attrs": { "attrs": [ "class", "itemprop", "itemscope", "itemtype" ], "values": [ "fn", "author", "itemscope", "http://schema.org/Person" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 244, "char_start_idx": 221, "html_attrs": { "attrs": [ "class" ], "values": [ "post-author vcard" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 247, "char_start_idx": 247, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "meta" }, { "char_end_idx": 255, "char_start_idx": 247, "html_attrs": { "attrs": [ "class", "itemprop", "title" ], "values": [ "published", "datePublished", "2008-04-15T12:02:00+01:00" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "abbr" }, { "char_end_idx": 255, "char_start_idx": 247, "html_attrs": { "attrs": [ "class", "href", "rel", "title" ], "values": [ "timestamp-link", "http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html", "bookmark", "permanent link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 256, "char_start_idx": 244, "html_attrs": { "attrs": [ "class" ], "values": [ "post-timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "reaction-buttons" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "post-comment-link" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "post-backlinks post-comment-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "alt", "class", "height", "src", "width" ], "values": [ "", "icon-action", "13", "https://resources.blogblog.com/img/icon18_email.gif", "18" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.blogger.com/email-post.g?blogID=38519501&postID=6578458771229686686", "Email Post" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "item-action" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "alt", "class", "height", "src", "width" ], "values": [ "", "icon-action", "18", "https://resources.blogblog.com/img/icon18_edit_allbkg.gif", "18" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "img" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.blogger.com/post-edit.g?blogID=38519501&postID=6578458771229686686&from=pencil", "Edit Post" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin pid-344309626" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 14, "type": "local", "value": "span" }, { "char_end_idx": 256, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "post-icons" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 266, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 23, "type": "local", "value": "span" }, { "char_end_idx": 266, "char_start_idx": 256, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "goog-inline-block share-button sb-email", "https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=email", "_blank", "Email This" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 22, "type": "local", "value": "a" }, { "char_end_idx": 275, "char_start_idx": 266, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 275, "char_start_idx": 266, "html_attrs": { "attrs": [ "class", "href", "onclick", "target", "title" ], "values": [ "goog-inline-block share-button sb-blog", "https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=blog", "window.open(this.href, \"_blank\", \"height=270,width=475\"); return false;", "_blank", "BlogThis!" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 291, "char_start_idx": 275, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 291, "char_start_idx": 275, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "goog-inline-block share-button sb-twitter", "https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=twitter", "_blank", "Share to Twitter" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 308, "char_start_idx": 291, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 308, "char_start_idx": 291, "html_attrs": { "attrs": [ "class", "href", "onclick", "target", "title" ], "values": [ "goog-inline-block share-button sb-facebook", "https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=facebook", "window.open(this.href, \"_blank\", \"height=430,width=640\"); return false;", "_blank", "Share to Facebook" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 326, "char_start_idx": 308, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 326, "char_start_idx": 308, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "goog-inline-block share-button sb-pinterest", "https://www.blogger.com/share-post.g?blogID=38519501&postID=6578458771229686686&target=pinterest", "_blank", "Share to Pinterest" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 327, "char_start_idx": 256, "html_attrs": { "attrs": [ "class" ], "values": [ "post-share-buttons goog-inline-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 221, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footer-line post-footer-line-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 221, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footer" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 24, "html_attrs": { "attrs": [ "class", "itemprop", "itemscope", "itemtype" ], "values": [ "post hentry uncustomized-post-template", "blogPost", "itemscope", "http://schema.org/BlogPosting" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 24, "html_attrs": { "attrs": [ "class" ], "values": [ "date-posts post-outer" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-posts hfeed date-outer" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Blog", "1", "Blog1" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "name" ], "values": [ "column-center-outer column-center-inner main section", "main", "Main" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "class", "style", "data-ad-client", "data-ad-host", "data-ad-host-channel", "data-ad-slot", "data-ad-format" ], "values": [ "adsbygoogle", "display:block", "ca-pub-1914221015271500", "ca-host-pub-1556223355139109", "L0001", "4837579079", "auto" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "ins" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "img" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=AdSense&widgetId=AdSense1&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"AdSense1\"));", "nofollow", "configAdSense1", "Edit" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 16, "type": "local", "value": "a" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 15, "type": "local", "value": "span" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 14, "type": "local", "value": "span" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget AdSense widget-content", "1", "AdSense1" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 351, "char_start_idx": 327, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 24, "type": "local", "value": "h2" }, { "char_end_idx": 426, "char_start_idx": 417, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 429, "char_start_idx": 352, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 429, "char_start_idx": 429, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 429, "char_start_idx": 429, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text7&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Text7\"));", "nofollow", "configText7", "Edit" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 429, "char_start_idx": 429, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 429, "char_start_idx": 429, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 429, "char_start_idx": 327, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Text", "1", "Text7" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 436, "char_start_idx": 429, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 551, "char_start_idx": 517, "html_attrs": { "attrs": [ "href" ], "values": [ "https://twitter.com/Historyatnight" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 552, "char_start_idx": 437, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 552, "char_start_idx": 552, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 552, "char_start_idx": 552, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text5&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Text5\"));", "nofollow", "configText5", "Edit" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 552, "char_start_idx": 552, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 552, "char_start_idx": 552, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 552, "char_start_idx": 429, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Text", "1", "Text5" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 599, "char_start_idx": 552, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 600, "char_start_idx": 600, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 600, "char_start_idx": 600, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Image&widgetId=Image1&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Image1\"));", "nofollow", "configImage1", "Edit" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 600, "char_start_idx": 600, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 600, "char_start_idx": 600, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 600, "char_start_idx": 552, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Image", "1", "Image1" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 623, "char_start_idx": 600, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 766, "char_start_idx": 624, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 767, "char_start_idx": 624, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 767, "char_start_idx": 624, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 908, "char_start_idx": 767, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 909, "char_start_idx": 767, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 909, "char_start_idx": 767, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1051, "char_start_idx": 909, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1052, "char_start_idx": 909, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1052, "char_start_idx": 909, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1195, "char_start_idx": 1052, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1196, "char_start_idx": 1052, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1196, "char_start_idx": 1052, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1338, "char_start_idx": 1196, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1339, "char_start_idx": 1196, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1339, "char_start_idx": 1196, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1479, "char_start_idx": 1339, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1480, "char_start_idx": 1339, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1480, "char_start_idx": 1339, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1620, "char_start_idx": 1480, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1621, "char_start_idx": 1480, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1621, "char_start_idx": 1480, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1755, "char_start_idx": 1621, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1756, "char_start_idx": 1621, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1756, "char_start_idx": 1621, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1895, "char_start_idx": 1756, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1896, "char_start_idx": 1756, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1896, "char_start_idx": 1756, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2025, "char_start_idx": 1896, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2026, "char_start_idx": 1896, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2026, "char_start_idx": 1896, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2026, "char_start_idx": 624, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 2026, "char_start_idx": 2026, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 2026, "char_start_idx": 2026, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=PopularPosts&widgetId=PopularPosts1&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"PopularPosts1\"));", "nofollow", "configPopularPosts1", "Edit" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 2026, "char_start_idx": 2026, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 2026, "char_start_idx": 2026, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2026, "char_start_idx": 624, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content popular-posts" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2026, "char_start_idx": 600, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget PopularPosts", "1", "PopularPosts1" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2033, "char_start_idx": 2026, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "h2" }, { "char_end_idx": 2034, "char_start_idx": 2034, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 2034, "char_start_idx": 2034, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text3&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Text3\"));", "nofollow", "configText3", "Edit" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2034, "char_start_idx": 2034, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2034, "char_start_idx": 2034, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2034, "char_start_idx": 2026, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Text", "1", "Text3" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 2063, "char_start_idx": 2034, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 2086, "char_start_idx": 2064, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://blissout.blogspot.com/2019/04/a-fighter-and-lover.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2086, "char_start_idx": 2064, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2206, "char_start_idx": 2088, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2206, "char_start_idx": 2064, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2206, "char_start_idx": 2064, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2206, "char_start_idx": 2064, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2254, "char_start_idx": 2206, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://shapersofthe80s.com/2019/04/10/%e2%9e%a4-sullivans-manifesto-for-the-rebel-rebel-life/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2254, "char_start_idx": 2206, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 2415, "char_start_idx": 2256, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2415, "char_start_idx": 2206, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2415, "char_start_idx": 2206, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2415, "char_start_idx": 2206, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2498, "char_start_idx": 2415, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.its-her-factory.com/2019/04/video-of-my-ctm-2019-talk-resilience-sonic-patriarchy-and-feminist-melancholies/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2498, "char_start_idx": 2415, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 2500, "char_start_idx": 2500, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2500, "char_start_idx": 2415, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2500, "char_start_idx": 2415, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2500, "char_start_idx": 2415, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2541, "char_start_idx": 2500, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://originalsonictruth.blogspot.com/2019/03/stop-playing-reality-management-game.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2541, "char_start_idx": 2500, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 2702, "char_start_idx": 2543, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2702, "char_start_idx": 2500, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2702, "char_start_idx": 2500, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2702, "char_start_idx": 2500, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 2773, "char_start_idx": 2702, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://thehippiesnowwearblack.org.uk/2019/03/13/conflict-and-omega-tribe-share-three-date-scottish-mini-tour-this-july/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2773, "char_start_idx": 2702, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 2934, "char_start_idx": 2775, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2934, "char_start_idx": 2702, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2934, "char_start_idx": 2702, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2934, "char_start_idx": 2702, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2945, "char_start_idx": 2934, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://anarchoscene.blogspot.com/2019/03/still-here.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2945, "char_start_idx": 2934, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3073, "char_start_idx": 2947, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3073, "char_start_idx": 2934, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3073, "char_start_idx": 2934, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3073, "char_start_idx": 2934, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 3089, "char_start_idx": 3073, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://szczelkuns.wordpress.com/2019/02/10/abdurehim-heyit/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 3089, "char_start_idx": 3073, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3203, "char_start_idx": 3091, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3203, "char_start_idx": 3073, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3203, "char_start_idx": 3073, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3203, "char_start_idx": 3073, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 3224, "char_start_idx": 3203, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://blackdownsoundboy.blogspot.com/2018/12/roots-of-reflections.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 3224, "char_start_idx": 3203, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3385, "char_start_idx": 3226, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3385, "char_start_idx": 3203, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3385, "char_start_idx": 3203, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3385, "char_start_idx": 3203, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 3422, "char_start_idx": 3385, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://greengalloway.blogspot.com/2018/10/the-compleat-ripped-and-torn-1976-79.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 3422, "char_start_idx": 3385, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3581, "char_start_idx": 3424, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3581, "char_start_idx": 3385, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3581, "char_start_idx": 3385, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3581, "char_start_idx": 3385, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 3638, "char_start_idx": 3581, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://bigshotzine.net/how-to-make-your-partner-happy-with-wedding-rings-dublin/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 3638, "char_start_idx": 3581, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3798, "char_start_idx": 3640, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3798, "char_start_idx": 3581, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3798, "char_start_idx": 3581, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3798, "char_start_idx": 3581, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 3832, "char_start_idx": 3798, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://yrheartout.blogspot.com/2018/06/doing-rounds-and-other-essays.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 3832, "char_start_idx": 3798, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3988, "char_start_idx": 3834, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3988, "char_start_idx": 3798, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3988, "char_start_idx": 3798, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3988, "char_start_idx": 3798, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4051, "char_start_idx": 3988, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.uncarved.org/blog/2018/04/solidarity-is-our-weapon-against-all-prisons-benefit-comp-tape/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4051, "char_start_idx": 3988, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 4212, "char_start_idx": 4053, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4212, "char_start_idx": 3988, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4212, "char_start_idx": 3988, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4212, "char_start_idx": 3988, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4262, "char_start_idx": 4212, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://snapcrackleandpops.blogspot.com/2018/03/a-secret-history-of-musick-yet-to-be.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4262, "char_start_idx": 4212, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 4423, "char_start_idx": 4264, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4423, "char_start_idx": 4212, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4423, "char_start_idx": 4212, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4423, "char_start_idx": 4212, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4467, "char_start_idx": 4423, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://rougesfoam.blogspot.com/2017/11/slides-for-talk-at-no-festival-hkw.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4467, "char_start_idx": 4423, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 4627, "char_start_idx": 4469, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4627, "char_start_idx": 4423, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4627, "char_start_idx": 4423, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4627, "char_start_idx": 4423, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4673, "char_start_idx": 4627, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://freepartypeople.wordpress.com/2017/09/04/book-review-exist-to-resist-by-matthew-smith/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4673, "char_start_idx": 4627, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 4832, "char_start_idx": 4675, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4832, "char_start_idx": 4627, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4832, "char_start_idx": 4627, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4832, "char_start_idx": 4627, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4832, "char_start_idx": 4832, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://facesonposters.blogspot.com/2017/02/no-point-in-this-being-publicly.html", "_blank" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4832, "char_start_idx": 4832, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 4993, "char_start_idx": 4834, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4993, "char_start_idx": 4832, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4993, "char_start_idx": 4832, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4993, "char_start_idx": 4832, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4993, "char_start_idx": 4993, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://nastybrutalistandshort.blogspot.com/2017/01/imet-mark-for-first-time-in-pub-in.html", "_blank" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4993, "char_start_idx": 4993, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 5154, "char_start_idx": 4995, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5154, "char_start_idx": 4993, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5154, "char_start_idx": 4993, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5154, "char_start_idx": 4993, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 5167, "char_start_idx": 5154, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.wumingfoundation.com/english/wumingblog/?p=1", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5167, "char_start_idx": 5154, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 5256, "char_start_idx": 5169, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5256, "char_start_idx": 5154, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5256, "char_start_idx": 5154, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5256, "char_start_idx": 5154, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 5271, "char_start_idx": 5256, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://subbaculture.co.uk/2016/08/21/we-have-moved/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5271, "char_start_idx": 5256, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 5432, "char_start_idx": 5273, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5432, "char_start_idx": 5256, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5432, "char_start_idx": 5256, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5432, "char_start_idx": 5256, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 5450, "char_start_idx": 5432, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://feedproxy.google.com/~r/blogofthefree/~3/sTPPD3eFgc8/bulgaria-tek-2016.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5450, "char_start_idx": 5432, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 5597, "char_start_idx": 5452, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5597, "char_start_idx": 5432, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5597, "char_start_idx": 5432, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5597, "char_start_idx": 5432, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 5597, "char_start_idx": 5597, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 5689, "char_start_idx": 5597, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://datacide-magazine.com/noisebegriff2-zeller-instore-and-datacide-15-vernissage-at-praxis-store-berlin-12-05-2016/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 5689, "char_start_idx": 5597, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5849, "char_start_idx": 5691, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5849, "char_start_idx": 5597, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5849, "char_start_idx": 5597, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5849, "char_start_idx": 5597, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 5911, "char_start_idx": 5849, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://dan-hancox.blogspot.com/2015/06/skepta-grime-resistance-francoism-and.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5911, "char_start_idx": 5849, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6071, "char_start_idx": 5913, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6071, "char_start_idx": 5849, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6071, "char_start_idx": 5849, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6071, "char_start_idx": 5849, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 6121, "char_start_idx": 6071, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.whomakesthenazis.com/2013/12/how-p2-and-its-fascist-henchmen.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 6121, "char_start_idx": 6071, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6282, "char_start_idx": 6123, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6282, "char_start_idx": 6071, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6282, "char_start_idx": 6071, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6282, "char_start_idx": 6071, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 6316, "char_start_idx": 6282, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://gig-squat-parties.blogspot.com/2013/11/the-stockwell-hole-september-2013.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 6316, "char_start_idx": 6282, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6417, "char_start_idx": 6318, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6417, "char_start_idx": 6282, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6417, "char_start_idx": 6282, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6417, "char_start_idx": 6282, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 6450, "char_start_idx": 6417, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://blog.grievousangel.net/2013/05/new-mix-mala-and-classic-garage/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 6450, "char_start_idx": 6417, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6609, "char_start_idx": 6452, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6609, "char_start_idx": 6417, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6609, "char_start_idx": 6417, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6609, "char_start_idx": 6417, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 6626, "char_start_idx": 6609, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://waywardtales.wordpress.com/2013/04/11/a-problem-child/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 6626, "char_start_idx": 6609, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6787, "char_start_idx": 6628, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6787, "char_start_idx": 6609, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6787, "char_start_idx": 6609, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6787, "char_start_idx": 6609, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 6814, "char_start_idx": 6787, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://k-punk.abstractdynamics.org/archives/011939.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 6814, "char_start_idx": 6787, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6975, "char_start_idx": 6816, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6975, "char_start_idx": 6787, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6975, "char_start_idx": 6787, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6975, "char_start_idx": 6787, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 6991, "char_start_idx": 6975, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.futurenextlevel.com/post/40435233466", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 6991, "char_start_idx": 6975, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7150, "char_start_idx": 6993, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 7150, "char_start_idx": 6975, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7150, "char_start_idx": 6975, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7150, "char_start_idx": 6975, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 7232, "char_start_idx": 7150, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://sociosound.wordpress.com", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 7233, "char_start_idx": 7150, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7240, "char_start_idx": 7233, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://sociosound.wordpress.com/2012/12/03/hello/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 7240, "char_start_idx": 7233, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 7401, "char_start_idx": 7242, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 7401, "char_start_idx": 7233, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7401, "char_start_idx": 7150, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7401, "char_start_idx": 7150, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 7443, "char_start_idx": 7401, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://praxisrecords.wordpress.com/2012/03/21/499/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 7443, "char_start_idx": 7401, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7604, "char_start_idx": 7445, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 7604, "char_start_idx": 7401, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7604, "char_start_idx": 7401, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7604, "char_start_idx": 7401, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 7648, "char_start_idx": 7604, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://seagullscreamingkillherkillher.blogspot.com/2011/11/open-letter-to-all-babies-born.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 7648, "char_start_idx": 7604, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7796, "char_start_idx": 7650, "html_attrs": { "attrs": [ "class" ], "values": [ "item-snippet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 7796, "char_start_idx": 7604, "html_attrs": { "attrs": [ "class" ], "values": [ "item-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7796, "char_start_idx": 7604, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7796, "char_start_idx": 7604, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 7796, "char_start_idx": 7796, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 7796, "char_start_idx": 7796, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 7796, "char_start_idx": 7796, "html_attrs": { "attrs": [ "style" ], "values": [ "display: block;" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 7796, "char_start_idx": 2064, "html_attrs": { "attrs": [ "id" ], "values": [ "BlogList1_blogs" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 7796, "char_start_idx": 7796, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "img" }, { "char_end_idx": 7796, "char_start_idx": 7796, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=BlogList&widgetId=BlogList1&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"BlogList1\"));", "nofollow", "configBlogList1", "Edit" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7796, "char_start_idx": 7796, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 7796, "char_start_idx": 7796, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 7796, "char_start_idx": 2064, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "widget-content blog-list-container", "BlogList1_container" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 7796, "char_start_idx": 2034, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget BlogList", "1", "BlogList1" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 7815, "char_start_idx": 7796, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 22, "type": "local", "value": "h2" }, { "char_end_idx": 8288, "char_start_idx": 8267, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2007/01/dance-to-music.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 8290, "char_start_idx": 7816, "html_attrs": { "attrs": [ "style" ], "values": [ "color:#330033;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 8290, "char_start_idx": 7816, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 8290, "char_start_idx": 8290, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 8290, "char_start_idx": 8290, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text1&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Text1\"));", "nofollow", "configText1", "Edit" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 8290, "char_start_idx": 8290, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 8290, "char_start_idx": 8290, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 8290, "char_start_idx": 7796, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Text", "1", "Text1" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 8299, "char_start_idx": 8290, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h2" }, { "char_end_idx": 8310, "char_start_idx": 8301, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2007/01/musicking.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 8755, "char_start_idx": 8300, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 8755, "char_start_idx": 8755, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 8755, "char_start_idx": 8755, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text2&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Text2\"));", "nofollow", "configText2", "Edit" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 8755, "char_start_idx": 8755, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 8755, "char_start_idx": 8755, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 8755, "char_start_idx": 8290, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Text", "1", "Text2" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 8776, "char_start_idx": 8755, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 9013, "char_start_idx": 8987, "html_attrs": { "attrs": [ "href" ], "values": [ "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 9498, "char_start_idx": 9475, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/search/label/questionnaire" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 9501, "char_start_idx": 8777, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 9501, "char_start_idx": 9501, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 9501, "char_start_idx": 9501, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text4&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Text4\"));", "nofollow", "configText4", "Edit" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 9501, "char_start_idx": 9501, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 9501, "char_start_idx": 9501, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 9501, "char_start_idx": 8755, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Text", "1", "Text4" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 9513, "char_start_idx": 9501, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 9782, "char_start_idx": 9514, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 9782, "char_start_idx": 9782, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 9782, "char_start_idx": 9782, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=Text&widgetId=Text6&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"Text6\"));", "nofollow", "configText6", "Edit" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 9782, "char_start_idx": 9782, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 9782, "char_start_idx": 9782, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 9782, "char_start_idx": 9501, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Text", "1", "Text6" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 9800, "char_start_idx": 9782, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 9813, "char_start_idx": 9801, "html_attrs": { "attrs": [ "href" ], "values": [ "http://transpont.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 9813, "char_start_idx": 9801, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 9822, "char_start_idx": 9814, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.uncarved.org/blog/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9822, "char_start_idx": 9814, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9849, "char_start_idx": 9823, "html_attrs": { "attrs": [ "href" ], "values": [ "http://blissout.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9849, "char_start_idx": 9823, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9858, "char_start_idx": 9850, "html_attrs": { "attrs": [ "href" ], "values": [ "http://datacide.wordpress.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9858, "char_start_idx": 9850, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9873, "char_start_idx": 9859, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.criticalnoise.net/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9873, "char_start_idx": 9859, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9898, "char_start_idx": 9874, "html_attrs": { "attrs": [ "href" ], "values": [ "http://stewarthomesociety.org/blog/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9898, "char_start_idx": 9874, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9931, "char_start_idx": 9899, "html_attrs": { "attrs": [ "href" ], "values": [ "http://roughinhere.wordpress.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9931, "char_start_idx": 9899, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9940, "char_start_idx": 9932, "html_attrs": { "attrs": [ "href" ], "values": [ "http://unkultur.olifani.de/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9940, "char_start_idx": 9932, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9970, "char_start_idx": 9941, "html_attrs": { "attrs": [ "href" ], "values": [ "http://nextwaving.wordpress.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9970, "char_start_idx": 9941, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 9990, "char_start_idx": 9971, "html_attrs": { "attrs": [ "href" ], "values": [ "http://undeleted.wordpress.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 9990, "char_start_idx": 9971, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10003, "char_start_idx": 9991, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.timlawrence.info/index.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10003, "char_start_idx": 9991, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10016, "char_start_idx": 10004, "html_attrs": { "attrs": [ "href" ], "values": [ "http://globalraver.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10016, "char_start_idx": 10004, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10031, "char_start_idx": 10017, "html_attrs": { "attrs": [ "href" ], "values": [ "http://blog.grievousangel.net/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10031, "char_start_idx": 10017, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10044, "char_start_idx": 10032, "html_attrs": { "attrs": [ "href" ], "values": [ "http://edgecentral.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10044, "char_start_idx": 10032, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10064, "char_start_idx": 10045, "html_attrs": { "attrs": [ "href" ], "values": [ "http://downwithtunes.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10064, "char_start_idx": 10045, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10074, "char_start_idx": 10065, "html_attrs": { "attrs": [ "href" ], "values": [ "http://surrealdocuments.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10074, "char_start_idx": 10065, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10088, "char_start_idx": 10075, "html_attrs": { "attrs": [ "href" ], "values": [ "http://beatdiaspora.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10088, "char_start_idx": 10075, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10097, "char_start_idx": 10089, "html_attrs": { "attrs": [ "href" ], "values": [ "http://mentasms.wordpress.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10097, "char_start_idx": 10089, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10109, "char_start_idx": 10098, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.cinestatic.com/whorecull/music/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10109, "char_start_idx": 10098, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10124, "char_start_idx": 10110, "html_attrs": { "attrs": [ "href" ], "values": [ "http://greengalloway.blogspot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10124, "char_start_idx": 10110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10131, "char_start_idx": 10125, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.woebot.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10131, "char_start_idx": 10125, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10138, "char_start_idx": 10132, "html_attrs": { "attrs": [ "href" ], "values": [ "http://k-punk.abstractdynamics.org/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10138, "char_start_idx": 10132, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10165, "char_start_idx": 10139, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.indymedia.org.uk/en/topics/freespaces/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10165, "char_start_idx": 10139, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10173, "char_start_idx": 10166, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.urban75.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10173, "char_start_idx": 10166, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10183, "char_start_idx": 10174, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.dissensus.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10183, "char_start_idx": 10174, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10184, "char_start_idx": 9801, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 10184, "char_start_idx": 10184, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 10184, "char_start_idx": 10184, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=LinkList&widgetId=LinkList1&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"LinkList1\"));", "nofollow", "configLinkList1", "Edit" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 10184, "char_start_idx": 10184, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 10184, "char_start_idx": 10184, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10184, "char_start_idx": 9801, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 10184, "char_start_idx": 9782, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget LinkList", "1", "LinkList1" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 10199, "char_start_idx": 10184, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h2" }, { "char_end_idx": 10217, "char_start_idx": 10200, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.oldskoolanthemz.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 10217, "char_start_idx": 10200, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 10236, "char_start_idx": 10218, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.electrofunkroots.co.uk/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10236, "char_start_idx": 10218, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10266, "char_start_idx": 10237, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.nickelinthemachine.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10266, "char_start_idx": 10237, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10292, "char_start_idx": 10267, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.ukrockfestivals.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10292, "char_start_idx": 10267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10323, "char_start_idx": 10293, "html_attrs": { "attrs": [ "href" ], "values": [ "http://freepartypeople.wordpress.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10323, "char_start_idx": 10293, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10347, "char_start_idx": 10324, "html_attrs": { "attrs": [ "href" ], "values": [ "http://hardcorewillneverdie.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10347, "char_start_idx": 10324, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10381, "char_start_idx": 10348, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.streetswing.com/histmain/d5index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10381, "char_start_idx": 10348, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10392, "char_start_idx": 10382, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.djhistory.com/index.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10392, "char_start_idx": 10382, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10423, "char_start_idx": 10393, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.nicke.abelgratis.com/page%20001.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10423, "char_start_idx": 10393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10435, "char_start_idx": 10424, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.disco-disco.com/disco/history.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10435, "char_start_idx": 10424, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10453, "char_start_idx": 10436, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.geocities.com/pract_history/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10453, "char_start_idx": 10436, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10467, "char_start_idx": 10454, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.classiccafes.co.uk/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10467, "char_start_idx": 10454, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10468, "char_start_idx": 10200, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 10468, "char_start_idx": 10468, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 10468, "char_start_idx": 10468, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=LinkList&widgetId=LinkList2&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"LinkList2\"));", "nofollow", "configLinkList2", "Edit" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 10468, "char_start_idx": 10468, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 10468, "char_start_idx": 10468, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10468, "char_start_idx": 10200, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 10468, "char_start_idx": 10184, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget LinkList", "1", "LinkList2" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 10480, "char_start_idx": 10468, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h2" }, { "char_end_idx": 10483, "char_start_idx": 10481, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10483, "char_start_idx": 10481, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10488, "char_start_idx": 10483, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2019/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10491, "char_start_idx": 10488, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10492, "char_start_idx": 10481, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10492, "char_start_idx": 10481, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10494, "char_start_idx": 10492, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10494, "char_start_idx": 10492, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10499, "char_start_idx": 10494, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2018/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10503, "char_start_idx": 10499, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10504, "char_start_idx": 10492, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10504, "char_start_idx": 10492, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10506, "char_start_idx": 10504, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10506, "char_start_idx": 10504, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10511, "char_start_idx": 10506, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2017/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10514, "char_start_idx": 10511, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10515, "char_start_idx": 10504, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10515, "char_start_idx": 10504, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10517, "char_start_idx": 10515, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10517, "char_start_idx": 10515, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10522, "char_start_idx": 10517, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2016/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10525, "char_start_idx": 10522, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10526, "char_start_idx": 10515, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10526, "char_start_idx": 10515, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10528, "char_start_idx": 10526, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10528, "char_start_idx": 10526, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10533, "char_start_idx": 10528, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2015/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10537, "char_start_idx": 10533, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10538, "char_start_idx": 10526, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10538, "char_start_idx": 10526, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10540, "char_start_idx": 10538, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10540, "char_start_idx": 10538, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10545, "char_start_idx": 10540, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2014/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10549, "char_start_idx": 10545, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10550, "char_start_idx": 10538, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10550, "char_start_idx": 10538, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10552, "char_start_idx": 10550, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10552, "char_start_idx": 10550, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10557, "char_start_idx": 10552, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2013/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10561, "char_start_idx": 10557, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10562, "char_start_idx": 10550, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10562, "char_start_idx": 10550, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10564, "char_start_idx": 10562, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10564, "char_start_idx": 10562, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10569, "char_start_idx": 10564, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2012/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10573, "char_start_idx": 10569, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10574, "char_start_idx": 10562, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10574, "char_start_idx": 10562, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10576, "char_start_idx": 10574, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10576, "char_start_idx": 10574, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10581, "char_start_idx": 10576, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2011/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10586, "char_start_idx": 10581, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10587, "char_start_idx": 10574, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10587, "char_start_idx": 10574, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10589, "char_start_idx": 10587, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10589, "char_start_idx": 10587, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10594, "char_start_idx": 10589, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2010/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10599, "char_start_idx": 10594, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10600, "char_start_idx": 10587, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10600, "char_start_idx": 10587, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10602, "char_start_idx": 10600, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10602, "char_start_idx": 10600, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10607, "char_start_idx": 10602, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2009/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10612, "char_start_idx": 10607, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10613, "char_start_idx": 10600, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10613, "char_start_idx": 10600, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10615, "char_start_idx": 10613, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy toggle-open" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10615, "char_start_idx": 10613, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 10620, "char_start_idx": 10615, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10625, "char_start_idx": 10620, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10628, "char_start_idx": 10626, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy toggle-open" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 10628, "char_start_idx": 10626, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10634, "char_start_idx": 10628, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10638, "char_start_idx": 10634, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10660, "char_start_idx": 10639, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/all-you-judges-beware.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10660, "char_start_idx": 10639, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 10675, "char_start_idx": 10661, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/women-and-rave.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10675, "char_start_idx": 10661, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10708, "char_start_idx": 10676, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/time-to-mourn-time-to-dance.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10708, "char_start_idx": 10676, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10737, "char_start_idx": 10709, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/house-musicgendersexuality.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10737, "char_start_idx": 10709, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10791, "char_start_idx": 10738, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/expect-to-read-lot-this-year-about-20th.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10791, "char_start_idx": 10738, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10840, "char_start_idx": 10792, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/privatized-sound-from-walkman-to-ipod.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10840, "char_start_idx": 10792, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10857, "char_start_idx": 10841, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/free-jamyang-kyi.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10857, "char_start_idx": 10841, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10870, "char_start_idx": 10858, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/night-haunts.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10870, "char_start_idx": 10858, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10889, "char_start_idx": 10871, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10889, "char_start_idx": 10871, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10943, "char_start_idx": 10890, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/classic-party-scenes-2-desperately.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10943, "char_start_idx": 10890, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10964, "char_start_idx": 10944, "html_attrs": { "attrs": [ "href" ], "values": [ "http://history-is-made-at-night.blogspot.com/2008/04/mexico-emo-bashing.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 10964, "char_start_idx": 10944, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 10965, "char_start_idx": 10639, "html_attrs": { "attrs": [ "class" ], "values": [ "posts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 10965, "char_start_idx": 10626, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate expanded" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 10965, "char_start_idx": 10626, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 10965, "char_start_idx": 10613, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate expanded" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 10965, "char_start_idx": 10613, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 10967, "char_start_idx": 10965, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 10967, "char_start_idx": 10965, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 10972, "char_start_idx": 10967, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://history-is-made-at-night.blogspot.com/2007/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10977, "char_start_idx": 10972, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 10978, "char_start_idx": 10965, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 10978, "char_start_idx": 10965, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 10978, "char_start_idx": 10481, "html_attrs": { "attrs": [ "id" ], "values": [ "ArchiveList BlogArchive1_ArchiveList" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 10978, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 10978, "char_start_idx": 10978, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=38519501&widgetType=BlogArchive&widgetId=BlogArchive1&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"BlogArchive1\"));", "nofollow", "configBlogArchive1", "Edit" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 10978, "char_start_idx": 10978, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 10978, "char_start_idx": 10978, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 10978, "char_start_idx": 10481, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 10468, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget BlogArchive", "1", "BlogArchive1" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 327, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "sidebar section", "sidebar-right-1" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 327, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 9, "type": "local", "value": "aside" }, { "char_end_idx": 10978, "char_start_idx": 327, "html_attrs": { "attrs": [ "class" ], "values": [ "column-right-outer column-right-inner" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "columns-inner" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "region-inner main-inner columns fauxcolumns" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fauxborder-left main-fauxborder-left" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "main-outer" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content-inner" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fauxborder-left content-fauxborder-left" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content-outer" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 10978, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "loading variant-light" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 23, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "Tuesday, April 15, 2008" }, { "char_end_idx": 43, "char_start_idx": 23, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nNight, the beloved\n" }, { "char_end_idx": 219, "char_start_idx": 43, "key": "paragraph", "marker": "div", "type": "local", "value": "\n'Night, the beloved. Night, when words fade and things come alive. When the destructive analysis of day is done, and all that is truly important becomes whole and sound again'" }, { "char_end_idx": 221, "char_start_idx": 219, "key": "paragraph", "marker": "div", "type": "local", "value": "\n\n" }, { "char_end_idx": 327, "char_start_idx": 221, "key": "paragraph", "marker": "div", "type": "local", "value": "Posted by Transpontine at 12:02 pm\nEmail ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest\n" }, { "char_end_idx": 351, "char_start_idx": 327, "key": "paragraph", "marker": "h2", "type": "local", "value": "History is Made at Night" }, { "char_end_idx": 429, "char_start_idx": 351, "key": "paragraph", "marker": "div", "type": "local", "value": "\nHistory is Made at Night - The Politics of Dancing and Musicking Home Page \n\n" }, { "char_end_idx": 436, "char_start_idx": 429, "key": "paragraph", "marker": "h2", "type": "local", "value": "Twitter" }, { "char_end_idx": 517, "char_start_idx": 436, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nHistory is Made at Night is now on Twitter, sign up here if that's your thing:\n\n" }, { "char_end_idx": 552, "char_start_idx": 517, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "https://twitter.com/Historyatnight\n" }, { "char_end_idx": 599, "char_start_idx": 552, "key": "paragraph", "marker": "h2", "type": "local", "value": "Download History is Made at Night Sampler, 2012" }, { "char_end_idx": 600, "char_start_idx": 599, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 623, "char_start_idx": 600, "key": "paragraph", "marker": "h2", "type": "local", "value": "Popular Posts This Week" }, { "char_end_idx": 766, "char_start_idx": 623, "key": "paragraph", "marker": "div", "type": "local", "value": "\nHeading out to Kew Gardens over Christmas, we drove through Wandsworth. As always on that journey through South West London, my partner and..." }, { "char_end_idx": 767, "char_start_idx": 766, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 908, "char_start_idx": 767, "key": "paragraph", "marker": "div", "type": "local", "value": "A great piece from 1958, I believe from the Daily Mirror - journalist Anne Allen goes on a tour of London jazz clubs to try and understand..." }, { "char_end_idx": 909, "char_start_idx": 908, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1051, "char_start_idx": 909, "key": "paragraph", "marker": "div", "type": "local", "value": "O ne facet of early punk life in London (1976-77) was that there were no punk clubs, with the gap filled for some by lesbian and gay clubs ..." }, { "char_end_idx": 1052, "char_start_idx": 1051, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1195, "char_start_idx": 1052, "key": "paragraph", "marker": "div", "type": "local", "value": "In Defence of Disco by Richard Dyer was first published in the magazine Gay Left, Issue 8, in 1979. It has been republished in academic cont..." }, { "char_end_idx": 1196, "char_start_idx": 1195, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1338, "char_start_idx": 1196, "key": "paragraph", "marker": "div", "type": "local", "value": "The Way We Wore by Robert Elms recalls the soul/funk sessions at Crackers in London in the mid 70s. This was by all accounts a very influen..." }, { "char_end_idx": 1339, "char_start_idx": 1338, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1479, "char_start_idx": 1339, "key": "paragraph", "marker": "div", "type": "local", "value": "Having briefly surveyed clubbing in London, Sheffield and Manchester in 1984 we must now turn to the centre of the musical universe, or a..." }, { "char_end_idx": 1480, "char_start_idx": 1479, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1620, "char_start_idx": 1480, "key": "paragraph", "marker": "div", "type": "local", "value": "The first of a series on the 1981 July uprisings/riots in Britain. Night number one was in Southall: Thirty years ago today, on Friday 3 ..." }, { "char_end_idx": 1621, "char_start_idx": 1620, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1755, "char_start_idx": 1621, "key": "paragraph", "marker": "div", "type": "local", "value": "Playwright and actor Steven Berkoff (b.1937) wrote an autobiography 'Free Association' in 1997. Born in a Jewish family in Stepney ..." }, { "char_end_idx": 1756, "char_start_idx": 1755, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1895, "char_start_idx": 1756, "key": "paragraph", "marker": "div", "type": "local", "value": "Lola Montez (1821-1861) lived a short but interesting life. Born Eliza Gilbert in Ireland, she reinvented herself as 'Lola the Spanish D..." }, { "char_end_idx": 1896, "char_start_idx": 1895, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2025, "char_start_idx": 1896, "key": "paragraph", "marker": "div", "type": "local", "value": "Paul Jones on the cover, 1967 + 'Fantastic Rave Offer: Boyfriends by Computer' (years ahead of its time) + 'Dolly clothes for ..." }, { "char_end_idx": 2026, "char_start_idx": 2025, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2033, "char_start_idx": 2026, "key": "paragraph", "marker": "h2", "type": "local", "value": "Contact" }, { "char_end_idx": 2034, "char_start_idx": 2033, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2063, "char_start_idx": 2034, "key": "paragraph", "marker": "h2", "type": "local", "value": "Music, culture, history links" }, { "char_end_idx": 2206, "char_start_idx": 2063, "key": "paragraph", "marker": "div", "type": "local", "value": "\na fighter and a lover - Here's something I really enjoyed researching and writing - a feature for RBMA on Luigi Nono, the great \"militant ...\n" }, { "char_end_idx": 2415, "char_start_idx": 2206, "key": "paragraph", "marker": "div", "type": "local", "value": "➤ Sullivan’s manifesto for the Rebel Rebel life - ◼ NOT MANY PEOPLE KNOW that Chris Sullivan – legendary Welsh frontman of Soho’s Wag Club which he founded in 1982 – switched from the fashion course at St ...\n" }, { "char_end_idx": 2500, "char_start_idx": 2415, "key": "paragraph", "marker": "div", "type": "local", "value": "Video of my CTM 2019 Talk: Resilience, Sonic Patriarchy, and Feminist Melancholies -\n" }, { "char_end_idx": 2702, "char_start_idx": 2500, "key": "paragraph", "marker": "div", "type": "local", "value": "Stop playing the reality management game - A pleasure to have been able to add my voice to the appraisals of the K-Punk collected works, in the FT, and here belatedly is the link. Non-subscribers sh...\n" }, { "char_end_idx": 2934, "char_start_idx": 2702, "key": "paragraph", "marker": "div", "type": "local", "value": "Conflict and Omega Tribe share three date Scottish mini-tour this July - CONFLICT AND OMEGA TRIBE will play a three-city mini-tour of Scotland in July 2019. Friday 12 July 2019 Bannermans Bar, Edinburgh with Happy Spastic and S3...\n" }, { "char_end_idx": 3073, "char_start_idx": 2934, "key": "paragraph", "marker": "div", "type": "local", "value": "Still here - Trying to pick this back up again might be difficult but I would like to continue. For now I have a twitter at /thepeoplesrec\n" }, { "char_end_idx": 3203, "char_start_idx": 3073, "key": "paragraph", "marker": "div", "type": "local", "value": "Abdurehim Heyit - Abdurehim Heyit May his music not be forgotten!!!! https://en.wikipedia.org/wiki/Abdurehim_Heyit Advertisements\n" }, { "char_end_idx": 3385, "char_start_idx": 3203, "key": "paragraph", "marker": "div", "type": "local", "value": "Roots of reflections - Last month on Rinse we did an impromptu vinyl \"roots of dubstep\" show. While I think about this era a lot - it's one of my favourites of all time - and use...\n" }, { "char_end_idx": 3581, "char_start_idx": 3385, "key": "paragraph", "marker": "div", "type": "local", "value": "The Compleat Ripped and Torn 1976-79 - The Compleat Ripped and Torn https://www.roughtrade.com/gb/books/tony-drayton-ripped-and-torn Reading through the whole set of R & T what jumps out are t...\n" }, { "char_end_idx": 3798, "char_start_idx": 3581, "key": "paragraph", "marker": "div", "type": "local", "value": "How To Make Your Partner Happy With Wedding Rings Dublin - Yes, you can make your life partner happier giving better wedding rings dublin. This is a better idea to propose your life partner better. Also, you have ...\n" }, { "char_end_idx": 3988, "char_start_idx": 3798, "key": "paragraph", "marker": "div", "type": "local", "value": "Doing The Rounds and other essays - *YOUR HEART OUT PRESENTS:* *DOING THE ROUNDS * *and other essays* *by Kevin Pearce* *with a cover designed by Per-Christian Hille* NEW BOOK OUT NOW IN...\n" }, { "char_end_idx": 4212, "char_start_idx": 3988, "key": "paragraph", "marker": "div", "type": "local", "value": "Solidarity Is Our Weapon Against All Prisons benefit comp tape - GRMMSK has worked hard on putting together this great compilation of radical musicians, noisicians etc in aid of Anarchist Black Cross Helsinki. It’s avail...\n" }, { "char_end_idx": 4423, "char_start_idx": 4212, "key": "paragraph", "marker": "div", "type": "local", "value": "A Secret History of a Musick Yet To Be (Readable) - In July, a bulletin on the myspace page of a group of Moroccan musicians sent my mind wandering down some strange paths, got me thinking about music as a t...\n" }, { "char_end_idx": 4627, "char_start_idx": 4423, "key": "paragraph", "marker": "div", "type": "local", "value": "Slides for talk at No! Festival, HKW Berlin - This past weekend I gave a talk about how, why and whether cultural work can refuse the various alienations of modern society / economics, as part of a pa...\n" }, { "char_end_idx": 4832, "char_start_idx": 4627, "key": "paragraph", "marker": "div", "type": "local", "value": "Book Review: Exist To Resist by Matthew Smith - I’ve been waiting for the appearance of a book like this for decades. There’s hardly any published photographic record of the UK’s early 1990’s travellin...\n" }, { "char_end_idx": 4993, "char_start_idx": 4832, "key": "paragraph", "marker": "div", "type": "local", "value": "- No point in this not being publicly available is there? Especially as setting it up in Blog format was a bit of a labour of love. Apologies for dead links ...\n" }, { "char_end_idx": 5154, "char_start_idx": 4993, "key": "paragraph", "marker": "div", "type": "local", "value": "- I met Mark for the first time in a pub, in north London, where there was a panel discussion launching Simon Reynolds's Rip it Up and Start Again. For a few...\n" }, { "char_end_idx": 5256, "char_start_idx": 5154, "key": "paragraph", "marker": "div", "type": "local", "value": "Hello world! - Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!\n" }, { "char_end_idx": 5432, "char_start_idx": 5256, "key": "paragraph", "marker": "div", "type": "local", "value": "We have moved… - …the subbaculture site is now here www.streetstylescenes.co.uk We have moved… is a post from: subbaculture.co.uk We have moved… is a post from: subbacultur...\n" }, { "char_end_idx": 5597, "char_start_idx": 5432, "key": "paragraph", "marker": "div", "type": "local", "value": "BULGARIA TEK 2016 - 26-?.08.16 BeAcH aReA (BG) * BuLgArIatEk 2016 * --- 0pEn t0 aLL aRtIstS aNd SoUnD SyStEmS --- iNfoLiNe: +359 877 280 696 PICTURES LAST YEAR: ...\n" }, { "char_end_idx": 5849, "char_start_idx": 5597, "key": "paragraph", "marker": "div", "type": "local", "value": "NOISEBEGRIFF#2: ZELLER INSTORE AND DATACIDE 15 VERNISSAGE AT PRAXIS STORE BERLIN 12-05-2016 - Vernissage for Datacide 15 with ZELLER live instore & More! Datacide Fifteen is out and was presented last weekend at the London Radical Bookfair. We retu...\n" }, { "char_end_idx": 6071, "char_start_idx": 5849, "key": "paragraph", "marker": "div", "type": "local", "value": "Skepta, grime, resistance, Francoism and taking back the city - My 4,000 word Skepta cover story for The Fader, on his remarkable journey, on Tottenham, grime, confidence, and why England is like a burger with nothing ...\n" }, { "char_end_idx": 6282, "char_start_idx": 6071, "key": "paragraph", "marker": "div", "type": "local", "value": "How P2 and its fascist henchmen murdered Pasolini - Article from Searchlight, April 2012 >> \"At the time of his death he was completing the latter film, perhaps the most eloquent and disturbing attack on fas...\n" }, { "char_end_idx": 6417, "char_start_idx": 6282, "key": "paragraph", "marker": "div", "type": "local", "value": "The Stockwell Hole September 2013 - Here is the vandalism from September, duplicate pictures included. more after the jump Read more »\n" }, { "char_end_idx": 6609, "char_start_idx": 6417, "key": "paragraph", "marker": "div", "type": "local", "value": "New mix: Mala and classic garage - This is a mix I’ve wanted to do to for a while – mainly because I wanted to listen to it . Yes, this is the sort of thing OneMan does so well, and has be...\n" }, { "char_end_idx": 6787, "char_start_idx": 6609, "key": "paragraph", "marker": "div", "type": "local", "value": "A Problem Child? - April 19th sees the celebration of Bicycle Day. A day that commemorates Albert Hoffman’s famous bicycle trip. To mark the occasion, below, I’ve posted a sh...\n" }, { "char_end_idx": 6975, "char_start_idx": 6787, "key": "paragraph", "marker": "div", "type": "local", "value": "Three events this week ... - 1. Wednesday, 13 March at Waterstone's Trafalgar Square: Capitalist Realism: What is it and how to fight it With Mark Fisher, Peter Fleming and Alex Niven....\n" }, { "char_end_idx": 7150, "char_start_idx": 6975, "key": "paragraph", "marker": "div", "type": "local", "value": "Libbe Matz Gang - [image: Libbe Matz Gang - Untitled] One of my favourite releases from last year was a nine track 7\" EP from the wilfully obscure Libbe Matz Gang released...\n" }, { "char_end_idx": 7233, "char_start_idx": 7150, "key": "paragraph", "marker": "div", "type": "local", "value": "sociosound » Show & Tell: Books, Sites, U2, Hahn Bin, & Beethoven Makin’ Groceries\n" }, { "char_end_idx": 7401, "char_start_idx": 7233, "key": "paragraph", "marker": "div", "type": "local", "value": "Hello! - Thank you to everyone who has recently started following my site (about 100 of you)! Since I returned from India , I have been busy with many tasks, includ...\n" }, { "char_end_idx": 7604, "char_start_idx": 7401, "key": "paragraph", "marker": "div", "type": "local", "value": "New Praxis Web Site to Replace this Blog! - In the summer of 1992, in a squat in North Peckham, just off the Old Kent Road, Praxis was born and at the end of November this year it will be 20 years si...\n" }, { "char_end_idx": 7796, "char_start_idx": 7604, "key": "paragraph", "marker": "div", "type": "local", "value": "AN OPEN LETTER TO ALL BABIES BORN YESTERDAY - *Dear Shithawks,Congratulations! Not only have you arrived pissing and screaming on Planet Earth, wriggling around like peeled slugs in a bag ...\n" }, { "char_end_idx": 7815, "char_start_idx": 7796, "key": "paragraph", "marker": "h2", "type": "local", "value": "Politics of Dancing" }, { "char_end_idx": 8290, "char_start_idx": 7815, "key": "paragraph", "marker": "div", "type": "local", "value": "\n'People have always come together to move to music. In the process communities have been created, social divisions challenged, pleasure exalted over work and a billion relationships have blossomed. At the same time dancing bodies have often been subject to regulation – rules about when, where and how they can move, rules about who is allowed to dance with who, rules about what dancers can wear and put inside their bodies… That, in essence, is the 'politics of dancing'.\n" }, { "char_end_idx": 8299, "char_start_idx": 8290, "key": "paragraph", "marker": "h2", "type": "local", "value": "Musicking" }, { "char_end_idx": 8755, "char_start_idx": 8299, "key": "paragraph", "marker": "div", "type": "local", "value": "\n'musicking... is an activity in which all those present are involved and for whose nature and quality, success or failure, everyone present bears some responsibility. It is not just a matter of composers, or even perform­ers, actively doing something to, or for, passive listeners. Whatever it is we are doing, we are all doing it together—performers, listeners... dancers, ticket collectors, piano movers, roadies, cleaners and all' (Christopher Small).\n" }, { "char_end_idx": 8776, "char_start_idx": 8755, "key": "paragraph", "marker": "h2", "type": "local", "value": "Dancing Questionnaire" }, { "char_end_idx": 9015, "char_start_idx": 8776, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nThe aim of the 'dancing questionnaire' is to get a sense of the diversity of people's experiences of dancing and musicking. If you want to contribute, please answer the following questions yourself and send to [email protected]\n\n" }, { "char_end_idx": 9075, "char_start_idx": 9015, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "1. Can you remember your first experience of dancing? / 2.\n\n" }, { "char_end_idx": 9248, "char_start_idx": 9075, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "What’s the most interesting/significant thing that has happened to you while out dancing? / 3. You. Dancing. The best of times… / 4. You. Dancing. The worst of times… / 5.\n\n" }, { "char_end_idx": 9501, "char_start_idx": 9248, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Can you give a quick tour of the different dancing scenes/times/places you’ve frequented? / 6. When and where did you last dance? / 7. You’re on your death bed. What piece of music would make your leap up for one final dance? (Previous Questionnaires)\n\n" }, { "char_end_idx": 9513, "char_start_idx": 9501, "key": "paragraph", "marker": "h2", "type": "local", "value": "Photo policy" }, { "char_end_idx": 9782, "char_start_idx": 9513, "key": "paragraph", "marker": "div", "type": "local", "value": "\nI spend a lot of time trying to find evocative images to go with some of the text on this site. I always fully credit and link to where photos were sourced from. If though I have used one of your images in a way you are not happy with, email me and I will remove it. \n" }, { "char_end_idx": 9800, "char_start_idx": 9782, "key": "paragraph", "marker": "h2", "type": "local", "value": "Links - Blogs etc." }, { "char_end_idx": 9813, "char_start_idx": 9800, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTranspontine" }, { "char_end_idx": 9822, "char_start_idx": 9813, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUncarved" }, { "char_end_idx": 9849, "char_start_idx": 9822, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlissblog (Simon Reynolds)" }, { "char_end_idx": 9858, "char_start_idx": 9849, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDatacide" }, { "char_end_idx": 9873, "char_start_idx": 9858, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCritical Noise" }, { "char_end_idx": 9898, "char_start_idx": 9873, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMr Trippy (Stewart Home)" }, { "char_end_idx": 9931, "char_start_idx": 9898, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRough in Here, Rougher Out There" }, { "char_end_idx": 9940, "char_start_idx": 9931, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUnkultur" }, { "char_end_idx": 9970, "char_start_idx": 9940, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNext Waving (ex-Pop Feminist)" }, { "char_end_idx": 9990, "char_start_idx": 9970, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExpletive Undeleted" }, { "char_end_idx": 10003, "char_start_idx": 9990, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTim Lawrence" }, { "char_end_idx": 10016, "char_start_idx": 10003, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGlobal Raver" }, { "char_end_idx": 10031, "char_start_idx": 10016, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGrievous Angel" }, { "char_end_idx": 10044, "char_start_idx": 10031, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEdge Central" }, { "char_end_idx": 10064, "char_start_idx": 10044, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBirdseed's Tunedown" }, { "char_end_idx": 10074, "char_start_idx": 10064, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDocuments" }, { "char_end_idx": 10088, "char_start_idx": 10074, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBeat Diaspora" }, { "char_end_idx": 10097, "char_start_idx": 10088, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMentasms" }, { "char_end_idx": 10109, "char_start_idx": 10097, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSonic Truth" }, { "char_end_idx": 10124, "char_start_idx": 10109, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGreen Galloway" }, { "char_end_idx": 10131, "char_start_idx": 10124, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWoebot" }, { "char_end_idx": 10138, "char_start_idx": 10131, "key": "paragraph", "marker": "li", "type": "local", "value": "\nK-Punk" }, { "char_end_idx": 10165, "char_start_idx": 10138, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIndymedia UK (free spaces)" }, { "char_end_idx": 10173, "char_start_idx": 10165, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUrban75" }, { "char_end_idx": 10183, "char_start_idx": 10173, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDissensus" }, { "char_end_idx": 10184, "char_start_idx": 10183, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 10199, "char_start_idx": 10184, "key": "paragraph", "marker": "h2", "type": "local", "value": "Links - History" }, { "char_end_idx": 10217, "char_start_idx": 10199, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOld Skool Anthemz" }, { "char_end_idx": 10236, "char_start_idx": 10217, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElectro Funk Roots" }, { "char_end_idx": 10266, "char_start_idx": 10236, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnother Nickel in the Machine" }, { "char_end_idx": 10292, "char_start_idx": 10266, "key": "paragraph", "marker": "li", "type": "local", "value": "\nArchive of Free Festivals" }, { "char_end_idx": 10323, "char_start_idx": 10292, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFree Parties in the UK 1991-94" }, { "char_end_idx": 10347, "char_start_idx": 10323, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHardcore will never die" }, { "char_end_idx": 10381, "char_start_idx": 10347, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStreetswing Dance History Archive" }, { "char_end_idx": 10392, "char_start_idx": 10381, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDJ History" }, { "char_end_idx": 10423, "char_start_idx": 10392, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGroovy Times (60s psychedelia)" }, { "char_end_idx": 10435, "char_start_idx": 10423, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDisco Disco" }, { "char_end_idx": 10453, "char_start_idx": 10435, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPractical History" }, { "char_end_idx": 10467, "char_start_idx": 10453, "key": "paragraph", "marker": "li", "type": "local", "value": "\nClassic Cafes" }, { "char_end_idx": 10468, "char_start_idx": 10467, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 10480, "char_start_idx": 10468, "key": "paragraph", "marker": "h2", "type": "local", "value": "Blog Archive" }, { "char_end_idx": 10492, "char_start_idx": 10480, "key": "paragraph", "marker": "li", "type": "local", "value": "\n► 2019 (3)\n" }, { "char_end_idx": 10504, "char_start_idx": 10492, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2018 (14)\n" }, { "char_end_idx": 10515, "char_start_idx": 10504, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2017 (5)\n" }, { "char_end_idx": 10526, "char_start_idx": 10515, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2016 (4)\n" }, { "char_end_idx": 10538, "char_start_idx": 10526, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2015 (11)\n" }, { "char_end_idx": 10550, "char_start_idx": 10538, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2014 (19)\n" }, { "char_end_idx": 10562, "char_start_idx": 10550, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2013 (55)\n" }, { "char_end_idx": 10574, "char_start_idx": 10562, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2012 (71)\n" }, { "char_end_idx": 10587, "char_start_idx": 10574, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2011 (115)\n" }, { "char_end_idx": 10600, "char_start_idx": 10587, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2010 (156)\n" }, { "char_end_idx": 10613, "char_start_idx": 10600, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2009 (203)\n" }, { "char_end_idx": 10660, "char_start_idx": 10613, "key": "paragraph", "marker": "li", "type": "local", "value": "▼ 2008 (154)\n▼ April (11)\nAll you judges beware" }, { "char_end_idx": 10675, "char_start_idx": 10660, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWomen and Rave" }, { "char_end_idx": 10708, "char_start_idx": 10675, "key": "paragraph", "marker": "li", "type": "local", "value": "\nA time to mourn, a time to dance" }, { "char_end_idx": 10737, "char_start_idx": 10708, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHouse Music/Gender/Sexuality" }, { "char_end_idx": 10791, "char_start_idx": 10737, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe House the Kids Built: The Gay Black Imprint on..." }, { "char_end_idx": 10840, "char_start_idx": 10791, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivatized sound? - from the Walkman to the iPod" }, { "char_end_idx": 10857, "char_start_idx": 10840, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFree Jamyang Kyi" }, { "char_end_idx": 10870, "char_start_idx": 10857, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNight Haunts" }, { "char_end_idx": 10889, "char_start_idx": 10870, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNight, the beloved" }, { "char_end_idx": 10943, "char_start_idx": 10889, "key": "paragraph", "marker": "li", "type": "local", "value": "\nClassic party scenes (3): Desperately Seeking Susa..." }, { "char_end_idx": 10964, "char_start_idx": 10943, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMexico 'Emo' Bashing" }, { "char_end_idx": 10965, "char_start_idx": 10964, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 10978, "char_start_idx": 10965, "key": "paragraph", "marker": "div", "type": "local", "value": "► 2007 (156)\n" } ]
[]
[ { "key": "title", "type": "global", "value": "History is made at night: Night, the beloved" } ]
[ { "key": "url", "type": "global", "value": "http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html" } ]
[]
Tuesday, April 15, 2008 Night, the beloved 'Night, the beloved. Night, when words fade and things come alive. When the destructive analysis of day is done, and all that is truly important becomes whole and sound again' Posted by Transpontine at 12:02 pm Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest History is Made at Night History is Made at Night - The Politics of Dancing and Musicking Home Page Twitter History is Made at Night is now on Twitter, sign up here if that's your thing: https://twitter.com/Historyatnight Download History is Made at Night Sampler, 2012 Popular Posts This Week Heading out to Kew Gardens over Christmas, we drove through Wandsworth. As always on that journey through South West London, my partner and... A great piece from 1958, I believe from the Daily Mirror - journalist Anne Allen goes on a tour of London jazz clubs to try and understand... O ne facet of early punk life in London (1976-77) was that there were no punk clubs, with the gap filled for some by lesbian and gay clubs ... In Defence of Disco by Richard Dyer was first published in the magazine Gay Left, Issue 8, in 1979. It has been republished in academic cont... The Way We Wore by Robert Elms recalls the soul/funk sessions at Crackers in London in the mid 70s. This was by all accounts a very influen... Having briefly surveyed clubbing in London, Sheffield and Manchester in 1984 we must now turn to the centre of the musical universe, or a... The first of a series on the 1981 July uprisings/riots in Britain. Night number one was in Southall: Thirty years ago today, on Friday 3 ... Playwright and actor Steven Berkoff (b.1937) wrote an autobiography 'Free Association' in 1997. Born in a Jewish family in Stepney ... Lola Montez (1821-1861) lived a short but interesting life. Born Eliza Gilbert in Ireland, she reinvented herself as 'Lola the Spanish D... Paul Jones on the cover, 1967 + 'Fantastic Rave Offer: Boyfriends by Computer' (years ahead of its time) + 'Dolly clothes for ... Contact Music, culture, history links a fighter and a lover - Here's something I really enjoyed researching and writing - a feature for RBMA on Luigi Nono, the great "militant ... ➤ Sullivan’s manifesto for the Rebel Rebel life - ◼ NOT MANY PEOPLE KNOW that Chris Sullivan – legendary Welsh frontman of Soho’s Wag Club which he founded in 1982 – switched from the fashion course at St ... Video of my CTM 2019 Talk: Resilience, Sonic Patriarchy, and Feminist Melancholies - Stop playing the reality management game - A pleasure to have been able to add my voice to the appraisals of the K-Punk collected works, in the FT, and here belatedly is the link. Non-subscribers sh... Conflict and Omega Tribe share three date Scottish mini-tour this July - CONFLICT AND OMEGA TRIBE will play a three-city mini-tour of Scotland in July 2019. Friday 12 July 2019 Bannermans Bar, Edinburgh with Happy Spastic and S3... Still here - Trying to pick this back up again might be difficult but I would like to continue. For now I have a twitter at /thepeoplesrec Abdurehim Heyit - Abdurehim Heyit May his music not be forgotten!!!! https://en.wikipedia.org/wiki/Abdurehim_Heyit Advertisements Roots of reflections - Last month on Rinse we did an impromptu vinyl "roots of dubstep" show. While I think about this era a lot - it's one of my favourites of all time - and use... The Compleat Ripped and Torn 1976-79 - The Compleat Ripped and Torn https://www.roughtrade.com/gb/books/tony-drayton-ripped-and-torn Reading through the whole set of R & T what jumps out are t... How To Make Your Partner Happy With Wedding Rings Dublin - Yes, you can make your life partner happier giving better wedding rings dublin. This is a better idea to propose your life partner better. Also, you have ... Doing The Rounds and other essays - *YOUR HEART OUT PRESENTS:* *DOING THE ROUNDS * *and other essays* *by Kevin Pearce* *with a cover designed by Per-Christian Hille* NEW BOOK OUT NOW IN... Solidarity Is Our Weapon Against All Prisons benefit comp tape - GRMMSK has worked hard on putting together this great compilation of radical musicians, noisicians etc in aid of Anarchist Black Cross Helsinki. It’s avail... A Secret History of a Musick Yet To Be (Readable) - In July, a bulletin on the myspace page of a group of Moroccan musicians sent my mind wandering down some strange paths, got me thinking about music as a t... Slides for talk at No! Festival, HKW Berlin - This past weekend I gave a talk about how, why and whether cultural work can refuse the various alienations of modern society / economics, as part of a pa... Book Review: Exist To Resist by Matthew Smith - I’ve been waiting for the appearance of a book like this for decades. There’s hardly any published photographic record of the UK’s early 1990’s travellin... - No point in this not being publicly available is there? Especially as setting it up in Blog format was a bit of a labour of love. Apologies for dead links ... - I met Mark for the first time in a pub, in north London, where there was a panel discussion launching Simon Reynolds's Rip it Up and Start Again. For a few... Hello world! - Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! We have moved… - …the subbaculture site is now here www.streetstylescenes.co.uk We have moved… is a post from: subbaculture.co.uk We have moved… is a post from: subbacultur... BULGARIA TEK 2016 - 26-?.08.16 BeAcH aReA (BG) * BuLgArIatEk 2016 * --- 0pEn t0 aLL aRtIstS aNd SoUnD SyStEmS --- iNfoLiNe: +359 877 280 696 PICTURES LAST YEAR: ... NOISEBEGRIFF#2: ZELLER INSTORE AND DATACIDE 15 VERNISSAGE AT PRAXIS STORE BERLIN 12-05-2016 - Vernissage for Datacide 15 with ZELLER live instore & More! Datacide Fifteen is out and was presented last weekend at the London Radical Bookfair. We retu... Skepta, grime, resistance, Francoism and taking back the city - My 4,000 word Skepta cover story for The Fader, on his remarkable journey, on Tottenham, grime, confidence, and why England is like a burger with nothing ... How P2 and its fascist henchmen murdered Pasolini - Article from Searchlight, April 2012 >> "At the time of his death he was completing the latter film, perhaps the most eloquent and disturbing attack on fas... The Stockwell Hole September 2013 - Here is the vandalism from September, duplicate pictures included. more after the jump Read more » New mix: Mala and classic garage - This is a mix I’ve wanted to do to for a while – mainly because I wanted to listen to it . Yes, this is the sort of thing OneMan does so well, and has be... A Problem Child? - April 19th sees the celebration of Bicycle Day. A day that commemorates Albert Hoffman’s famous bicycle trip. To mark the occasion, below, I’ve posted a sh... Three events this week ... - 1. Wednesday, 13 March at Waterstone's Trafalgar Square: Capitalist Realism: What is it and how to fight it With Mark Fisher, Peter Fleming and Alex Niven.... Libbe Matz Gang - [image: Libbe Matz Gang - Untitled] One of my favourite releases from last year was a nine track 7" EP from the wilfully obscure Libbe Matz Gang released... sociosound » Show & Tell: Books, Sites, U2, Hahn Bin, & Beethoven Makin’ Groceries Hello! - Thank you to everyone who has recently started following my site (about 100 of you)! Since I returned from India , I have been busy with many tasks, includ... New Praxis Web Site to Replace this Blog! - In the summer of 1992, in a squat in North Peckham, just off the Old Kent Road, Praxis was born and at the end of November this year it will be 20 years si... AN OPEN LETTER TO ALL BABIES BORN YESTERDAY - *Dear Shithawks,Congratulations! Not only have you arrived pissing and screaming on Planet Earth, wriggling around like peeled slugs in a bag ... Politics of Dancing 'People have always come together to move to music. In the process communities have been created, social divisions challenged, pleasure exalted over work and a billion relationships have blossomed. At the same time dancing bodies have often been subject to regulation – rules about when, where and how they can move, rules about who is allowed to dance with who, rules about what dancers can wear and put inside their bodies… That, in essence, is the 'politics of dancing'. Musicking 'musicking... is an activity in which all those present are involved and for whose nature and quality, success or failure, everyone present bears some responsibility. It is not just a matter of composers, or even perform­ers, actively doing something to, or for, passive listeners. Whatever it is we are doing, we are all doing it together—performers, listeners... dancers, ticket collectors, piano movers, roadies, cleaners and all' (Christopher Small). Dancing Questionnaire The aim of the 'dancing questionnaire' is to get a sense of the diversity of people's experiences of dancing and musicking. If you want to contribute, please answer the following questions yourself and send to [email protected] 1. Can you remember your first experience of dancing? / 2. What’s the most interesting/significant thing that has happened to you while out dancing? / 3. You. Dancing. The best of times… / 4. You. Dancing. The worst of times… / 5. Can you give a quick tour of the different dancing scenes/times/places you’ve frequented? / 6. When and where did you last dance? / 7. You’re on your death bed. What piece of music would make your leap up for one final dance? (Previous Questionnaires) Photo policy I spend a lot of time trying to find evocative images to go with some of the text on this site. I always fully credit and link to where photos were sourced from. If though I have used one of your images in a way you are not happy with, email me and I will remove it. Links - Blogs etc. Transpontine Uncarved Blissblog (Simon Reynolds) Datacide Critical Noise Mr Trippy (Stewart Home) Rough in Here, Rougher Out There Unkultur Next Waving (ex-Pop Feminist) Expletive Undeleted Tim Lawrence Global Raver Grievous Angel Edge Central Birdseed's Tunedown Documents Beat Diaspora Mentasms Sonic Truth Green Galloway Woebot K-Punk Indymedia UK (free spaces) Urban75 Dissensus Links - History Old Skool Anthemz Electro Funk Roots Another Nickel in the Machine Archive of Free Festivals Free Parties in the UK 1991-94 Hardcore will never die Streetswing Dance History Archive DJ History Groovy Times (60s psychedelia) Disco Disco Practical History Classic Cafes Blog Archive ► 2019 (3) ► 2018 (14) ► 2017 (5) ► 2016 (4) ► 2015 (11) ► 2014 (19) ► 2013 (55) ► 2012 (71) ► 2011 (115) ► 2010 (156) ► 2009 (203) ▼ 2008 (154) ▼ April (11) All you judges beware Women and Rave A time to mourn, a time to dance House Music/Gender/Sexuality The House the Kids Built: The Gay Black Imprint on... Privatized sound? - from the Walkman to the iPod Free Jamyang Kyi Night Haunts Night, the beloved Classic party scenes (3): Desperately Seeking Susa... Mexico 'Emo' Bashing ► 2007 (156)
http://history-is-made-at-night.blogspot.com/2008/04/night-beloved.html
[ { "char_end_idx": 326, "char_start_idx": 317, "key": "entity", "type": "local", "value": "Pinterest" }, { "char_end_idx": 479, "char_start_idx": 472, "key": "entity", "type": "local", "value": "Twitter" }, { "char_end_idx": 650, "char_start_idx": 639, "key": "entity", "type": "local", "value": "Kew_Gardens,_Queens" }, { "char_end_idx": 694, "char_start_idx": 684, "key": "entity", "type": "local", "value": "Wandsworth" }, { "char_end_idx": 747, "char_start_idx": 730, "key": "entity", "type": "local", "value": "List_of_sub-regions_used_in_the_London_Plan" }, { "char_end_idx": 823, "char_start_idx": 811, "key": "entity", "type": "local", "value": "Daily_Mirror" }, { "char_end_idx": 847, "char_start_idx": 837, "key": "entity", "type": "local", "value": "Anne_Allen" }, { "char_end_idx": 872, "char_start_idx": 866, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 948, "char_start_idx": 942, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 1087, "char_start_idx": 1075, "key": "entity", "type": "local", "value": "Richard_Dyer" }, { "char_end_idx": 1132, "char_start_idx": 1124, "key": "entity", "type": "local", "value": "Gay_Left" }, { "char_end_idx": 1226, "char_start_idx": 1215, "key": "entity", "type": "local", "value": "Robert_Elms" }, { "char_end_idx": 1269, "char_start_idx": 1261, "key": "entity", "type": "local", "value": "Pink_Flamingos" }, { "char_end_idx": 1279, "char_start_idx": 1273, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 1381, "char_start_idx": 1375, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 1392, "char_start_idx": 1383, "key": "entity", "type": "local", "value": "Sheffield" }, { "char_end_idx": 1407, "char_start_idx": 1397, "key": "entity", "type": "local", "value": "Manchester" }, { "char_end_idx": 1545, "char_start_idx": 1538, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1579, "char_start_idx": 1571, "key": "entity", "type": "local", "value": "Southall" }, { "char_end_idx": 1656, "char_start_idx": 1642, "key": "entity", "type": "local", "value": "Steven_Berkoff" }, { "char_end_idx": 1706, "char_start_idx": 1690, "key": "entity", "type": "local", "value": "David_Holmes_(musician)" }, { "char_end_idx": 1721, "char_start_idx": 1717, "key": "entity", "type": "local", "value": "Birthday" }, { "char_end_idx": 1733, "char_start_idx": 1727, "key": "entity", "type": "local", "value": "Jews" }, { "char_end_idx": 1751, "char_start_idx": 1744, "key": "entity", "type": "local", "value": "Stepney" }, { "char_end_idx": 1767, "char_start_idx": 1756, "key": "entity", "type": "local", "value": "Lola_Montez" }, { "char_end_idx": 1834, "char_start_idx": 1821, "key": "entity", "type": "local", "value": "Lola_Montez" }, { "char_end_idx": 1845, "char_start_idx": 1838, "key": "entity", "type": "local", "value": "Ireland" }, { "char_end_idx": 1878, "char_start_idx": 1874, "key": "entity", "type": "local", "value": "Lola_Montez" }, { "char_end_idx": 1890, "char_start_idx": 1883, "key": "entity", "type": "local", "value": "Spain" }, { "char_end_idx": 1906, "char_start_idx": 1896, "key": "entity", "type": "local", "value": "Paul_Jones_(singer)" }, { "char_end_idx": 2166, "char_start_idx": 2162, "key": "entity", "type": "local", "value": "Red_Bull_Music_Academy" }, { "char_end_idx": 2180, "char_start_idx": 2170, "key": "entity", "type": "local", "value": "Luigi_Nono" }, { "char_end_idx": 2216, "char_start_idx": 2208, "key": "entity", "type": "local", "value": "Blue_Rondo_à_la_Turk_(band)" }, { "char_end_idx": 2248, "char_start_idx": 2237, "key": "entity", "type": "local", "value": "Rebel_Rebel" }, { "char_end_idx": 2298, "char_start_idx": 2284, "key": "entity", "type": "local", "value": "Blue_Rondo_à_la_Turk_(band)" }, { "char_end_idx": 2316, "char_start_idx": 2311, "key": "entity", "type": "local", "value": "Wales" }, { "char_end_idx": 2414, "char_start_idx": 2408, "key": "entity", "type": "local", "value": "Saint_Petersburg" }, { "char_end_idx": 2646, "char_start_idx": 2644, "key": "entity", "type": "local", "value": "Financial_Times" }, { "char_end_idx": 2726, "char_start_idx": 2715, "key": "entity", "type": "local", "value": "Omega_Tribe" }, { "char_end_idx": 2752, "char_start_idx": 2744, "key": "entity", "type": "local", "value": "Scottish_Americans" }, { "char_end_idx": 2799, "char_start_idx": 2788, "key": "entity", "type": "local", "value": "Omega_Tribe" }, { "char_end_idx": 2844, "char_start_idx": 2836, "key": "entity", "type": "local", "value": "Scotland" }, { "char_end_idx": 2904, "char_start_idx": 2895, "key": "entity", "type": "local", "value": "Edinburgh" }, { "char_end_idx": 3916, "char_start_idx": 3904, "key": "entity", "type": "local", "value": "Kevin_Pearce_(snowboarder)" }, { "char_end_idx": 4326, "char_start_idx": 4318, "key": "entity", "type": "local", "value": "Morocco" }, { "char_end_idx": 4672, "char_start_idx": 4659, "key": "entity", "type": "local", "value": "Matthew_Smith_(games_programmer)" }, { "char_end_idx": 4803, "char_start_idx": 4801, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 5005, "char_start_idx": 5001, "key": "entity", "type": "local", "value": "Mark_Zuckerberg" }, { "char_end_idx": 5050, "char_start_idx": 5044, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 5111, "char_start_idx": 5097, "key": "entity", "type": "local", "value": "Simon_Reynolds" }, { "char_end_idx": 5123, "char_start_idx": 5114, "key": "entity", "type": "local", "value": "Rip_It_Up_(Little_Richard_song)" }, { "char_end_idx": 5189, "char_start_idx": 5180, "key": "entity", "type": "local", "value": "WordPress" }, { "char_end_idx": 5440, "char_start_idx": 5432, "key": "entity", "type": "local", "value": "Bulgaria" }, { "char_end_idx": 5477, "char_start_idx": 5475, "key": "entity", "type": "local", "value": ".bg" }, { "char_end_idx": 5619, "char_start_idx": 5613, "key": "entity", "type": "local", "value": "Philipp_Christoph_Zeller" }, { "char_end_idx": 5654, "char_start_idx": 5644, "key": "entity", "type": "local", "value": "Vernissage" }, { "char_end_idx": 5677, "char_start_idx": 5671, "key": "entity", "type": "local", "value": "Berlin" }, { "char_end_idx": 5729, "char_start_idx": 5723, "key": "entity", "type": "local", "value": "Philipp_Christoph_Zeller" }, { "char_end_idx": 5855, "char_start_idx": 5849, "key": "entity", "type": "local", "value": "Skepta" }, { "char_end_idx": 5885, "char_start_idx": 5876, "key": "entity", "type": "local", "value": "Francisco_Franco" }, { "char_end_idx": 5959, "char_start_idx": 5950, "key": "entity", "type": "local", "value": "The_Fader" }, { "char_end_idx": 6000, "char_start_idx": 5991, "key": "entity", "type": "local", "value": "Tottenham" }, { "char_end_idx": 6036, "char_start_idx": 6029, "key": "entity", "type": "local", "value": "England" }, { "char_end_idx": 6120, "char_start_idx": 6112, "key": "entity", "type": "local", "value": "Pier_Paolo_Pasolini" }, { "char_end_idx": 6147, "char_start_idx": 6136, "key": "entity", "type": "local", "value": "Searchlight_(magazine)" }, { "char_end_idx": 6580, "char_start_idx": 6574, "key": "entity", "type": "local", "value": "Oneman" }, { "char_end_idx": 6674, "char_start_idx": 6663, "key": "entity", "type": "local", "value": "History_of_lysergic_acid_diethylamide" }, { "char_end_idx": 6714, "char_start_idx": 6700, "key": "entity", "type": "local", "value": "Albert_Hofmann" }, { "char_end_idx": 6852, "char_start_idx": 6842, "key": "entity", "type": "local", "value": "Simpsons_of_Piccadilly" }, { "char_end_idx": 6871, "char_start_idx": 6855, "key": "entity", "type": "local", "value": "Trafalgar_Square" }, { "char_end_idx": 6940, "char_start_idx": 6929, "key": "entity", "type": "local", "value": "Mark_Fisher_(architect)" }, { "char_end_idx": 6955, "char_start_idx": 6942, "key": "entity", "type": "local", "value": "Pete_Fleming" }, { "char_end_idx": 6970, "char_start_idx": 6960, "key": "entity", "type": "local", "value": "Alex_Niven" }, { "char_end_idx": 7202, "char_start_idx": 7194, "key": "entity", "type": "local", "value": "Amadéus_Leopold" }, { "char_end_idx": 7354, "char_start_idx": 7349, "key": "entity", "type": "local", "value": "India" }, { "char_end_idx": 7495, "char_start_idx": 7482, "key": "entity", "type": "local", "value": "Peckham" }, { "char_end_idx": 7523, "char_start_idx": 7510, "key": "entity", "type": "local", "value": "Old_Kent_Road" }, { "char_end_idx": 7531, "char_start_idx": 7525, "key": "entity", "type": "local", "value": "Praxis_(band)" }, { "char_end_idx": 7746, "char_start_idx": 7734, "key": "entity", "type": "local", "value": "Planet_Earth_(2006_TV_series)" }, { "char_end_idx": 8752, "char_start_idx": 8735, "key": "entity", "type": "local", "value": "Christopher_Small" }, { "char_end_idx": 9848, "char_start_idx": 9834, "key": "entity", "type": "local", "value": "Simon_Reynolds" }, { "char_end_idx": 9897, "char_start_idx": 9885, "key": "entity", "type": "local", "value": "Stewart_Home" }, { "char_end_idx": 10031, "char_start_idx": 10017, "key": "entity", "type": "local", "value": "Grievous_Angel" }, { "char_end_idx": 10053, "char_start_idx": 10045, "key": "entity", "type": "local", "value": "Bird_food" }, { "char_end_idx": 10151, "char_start_idx": 10139, "key": "entity", "type": "local", "value": "Independent_Media_Center" }, { "char_end_idx": 10266, "char_start_idx": 10259, "key": "entity", "type": "local", "value": "Machine_Head_(band)" }, { "char_end_idx": 10292, "char_start_idx": 10278, "key": "entity", "type": "local", "value": "Free_party" }, { "char_end_idx": 10305, "char_start_idx": 10293, "key": "entity", "type": "local", "value": "Free_party" }, { "char_end_idx": 10315, "char_start_idx": 10313, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 10405, "char_start_idx": 10393, "key": "entity", "type": "local", "value": "Groovy_Times" }, { "char_end_idx": 10828, "char_start_idx": 10821, "key": "entity", "type": "local", "value": "Walkman" }, { "char_end_idx": 10840, "char_start_idx": 10836, "key": "entity", "type": "local", "value": "IPod" }, { "char_end_idx": 10857, "char_start_idx": 10846, "key": "entity", "type": "local", "value": "Jamyang_Kyi" }, { "char_end_idx": 10940, "char_start_idx": 10936, "key": "entity", "type": "local", "value": "Susa" }, { "char_end_idx": 10950, "char_start_idx": 10944, "key": "entity", "type": "local", "value": "Mexico" }, { "char_end_idx": 10955, "char_start_idx": 10952, "key": "entity", "type": "local", "value": "Emo" } ]
[ { "char_end_idx": 327, "char_start_idx": 221, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pinterest" }, { "char_end_idx": 517, "char_start_idx": 436, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Twitter" }, { "char_end_idx": 766, "char_start_idx": 623, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kew_Gardens,_Queens" }, { "char_end_idx": 766, "char_start_idx": 623, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Wandsworth" }, { "char_end_idx": 766, "char_start_idx": 623, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "List_of_sub-regions_used_in_the_London_Plan" }, { "char_end_idx": 908, "char_start_idx": 767, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Daily_Mirror" }, { "char_end_idx": 908, "char_start_idx": 767, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Anne_Allen" }, { "char_end_idx": 908, "char_start_idx": 767, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "London" }, { "char_end_idx": 1051, "char_start_idx": 909, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "London" }, { "char_end_idx": 1195, "char_start_idx": 1052, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Richard_Dyer" }, { "char_end_idx": 1195, "char_start_idx": 1052, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Gay_Left" }, { "char_end_idx": 1338, "char_start_idx": 1196, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Robert_Elms" }, { "char_end_idx": 1338, "char_start_idx": 1196, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Pink_Flamingos" }, { "char_end_idx": 1338, "char_start_idx": 1196, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "London" }, { "char_end_idx": 1479, "char_start_idx": 1339, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "London" }, { "char_end_idx": 1479, "char_start_idx": 1339, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Sheffield" }, { "char_end_idx": 1479, "char_start_idx": 1339, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Manchester" }, { "char_end_idx": 1620, "char_start_idx": 1480, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1620, "char_start_idx": 1480, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Southall" }, { "char_end_idx": 1755, "char_start_idx": 1621, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Steven_Berkoff" }, { "char_end_idx": 1755, "char_start_idx": 1621, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Holmes_(musician)" }, { "char_end_idx": 1755, "char_start_idx": 1621, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Birthday" }, { "char_end_idx": 1755, "char_start_idx": 1621, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Jews" }, { "char_end_idx": 1755, "char_start_idx": 1621, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Stepney" }, { "char_end_idx": 1895, "char_start_idx": 1756, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lola_Montez" }, { "char_end_idx": 1895, "char_start_idx": 1756, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Ireland" }, { "char_end_idx": 1895, "char_start_idx": 1756, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Spain" }, { "char_end_idx": 2025, "char_start_idx": 1896, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Paul_Jones_(singer)" }, { "char_end_idx": 2206, "char_start_idx": 2063, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Red_Bull_Music_Academy" }, { "char_end_idx": 2206, "char_start_idx": 2063, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Luigi_Nono" }, { "char_end_idx": 2415, "char_start_idx": 2206, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Blue_Rondo_à_la_Turk_(band)" }, { "char_end_idx": 2415, "char_start_idx": 2206, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Rebel_Rebel" }, { "char_end_idx": 2415, "char_start_idx": 2206, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Wales" }, { "char_end_idx": 2415, "char_start_idx": 2206, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Saint_Petersburg" }, { "char_end_idx": 2702, "char_start_idx": 2500, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Financial_Times" }, { "char_end_idx": 2934, "char_start_idx": 2702, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Omega_Tribe" }, { "char_end_idx": 2934, "char_start_idx": 2702, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Scottish_Americans" }, { "char_end_idx": 2934, "char_start_idx": 2702, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Scotland" }, { "char_end_idx": 2934, "char_start_idx": 2702, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Edinburgh" }, { "char_end_idx": 3988, "char_start_idx": 3798, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kevin_Pearce_(snowboarder)" }, { "char_end_idx": 4423, "char_start_idx": 4212, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morocco" }, { "char_end_idx": 4832, "char_start_idx": 4627, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Matthew_Smith_(games_programmer)" }, { "char_end_idx": 4832, "char_start_idx": 4627, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 5154, "char_start_idx": 4993, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mark_Zuckerberg" }, { "char_end_idx": 5154, "char_start_idx": 4993, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "London" }, { "char_end_idx": 5154, "char_start_idx": 4993, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Simon_Reynolds" }, { "char_end_idx": 5154, "char_start_idx": 4993, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Rip_It_Up_(Little_Richard_song)" }, { "char_end_idx": 5256, "char_start_idx": 5154, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "WordPress" }, { "char_end_idx": 5597, "char_start_idx": 5432, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bulgaria" }, { "char_end_idx": 5597, "char_start_idx": 5432, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": ".bg" }, { "char_end_idx": 5849, "char_start_idx": 5597, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Philipp_Christoph_Zeller" }, { "char_end_idx": 5849, "char_start_idx": 5597, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Vernissage" }, { "char_end_idx": 5849, "char_start_idx": 5597, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Berlin" }, { "char_end_idx": 6071, "char_start_idx": 5849, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Skepta" }, { "char_end_idx": 6071, "char_start_idx": 5849, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Francisco_Franco" }, { "char_end_idx": 6071, "char_start_idx": 5849, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "The_Fader" }, { "char_end_idx": 6071, "char_start_idx": 5849, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Tottenham" }, { "char_end_idx": 6071, "char_start_idx": 5849, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "England" }, { "char_end_idx": 6282, "char_start_idx": 6071, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pier_Paolo_Pasolini" }, { "char_end_idx": 6282, "char_start_idx": 6071, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Searchlight_(magazine)" }, { "char_end_idx": 6609, "char_start_idx": 6417, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Oneman" }, { "char_end_idx": 6787, "char_start_idx": 6609, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "History_of_lysergic_acid_diethylamide" }, { "char_end_idx": 6787, "char_start_idx": 6609, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Albert_Hofmann" }, { "char_end_idx": 6975, "char_start_idx": 6787, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Simpsons_of_Piccadilly" }, { "char_end_idx": 6975, "char_start_idx": 6787, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Trafalgar_Square" }, { "char_end_idx": 6975, "char_start_idx": 6787, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Mark_Fisher_(architect)" }, { "char_end_idx": 6975, "char_start_idx": 6787, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Pete_Fleming" }, { "char_end_idx": 6975, "char_start_idx": 6787, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Alex_Niven" }, { "char_end_idx": 7233, "char_start_idx": 7150, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Amadéus_Leopold" }, { "char_end_idx": 7401, "char_start_idx": 7233, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "India" }, { "char_end_idx": 7604, "char_start_idx": 7401, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Peckham" }, { "char_end_idx": 7604, "char_start_idx": 7401, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Old_Kent_Road" }, { "char_end_idx": 7604, "char_start_idx": 7401, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Praxis_(band)" }, { "char_end_idx": 7796, "char_start_idx": 7604, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Planet_Earth_(2006_TV_series)" }, { "char_end_idx": 8755, "char_start_idx": 8299, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Christopher_Small" }, { "char_end_idx": 9849, "char_start_idx": 9822, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Simon_Reynolds" }, { "char_end_idx": 9898, "char_start_idx": 9873, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Stewart_Home" }, { "char_end_idx": 10031, "char_start_idx": 10016, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Grievous_Angel" }, { "char_end_idx": 10064, "char_start_idx": 10044, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bird_food" }, { "char_end_idx": 10165, "char_start_idx": 10138, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Independent_Media_Center" }, { "char_end_idx": 10266, "char_start_idx": 10236, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Machine_Head_(band)" }, { "char_end_idx": 10292, "char_start_idx": 10266, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Free_party" }, { "char_end_idx": 10323, "char_start_idx": 10292, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Free_party" }, { "char_end_idx": 10323, "char_start_idx": 10292, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 10423, "char_start_idx": 10392, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Groovy_Times" }, { "char_end_idx": 10840, "char_start_idx": 10791, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Walkman" }, { "char_end_idx": 10840, "char_start_idx": 10791, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "IPod" }, { "char_end_idx": 10857, "char_start_idx": 10840, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jamyang_Kyi" }, { "char_end_idx": 10943, "char_start_idx": 10889, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Susa" }, { "char_end_idx": 10964, "char_start_idx": 10943, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mexico" }, { "char_end_idx": 10964, "char_start_idx": 10943, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Emo" } ]
0
398
1555812574000
<!doctype html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if IE 9 ]><html class="ie9 no-js" lang="en"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, user-scalable=0"> <meta name="theme-color" content="#7dccd0"> <link rel="canonical" href="https://www.lewisandpine.com/products/bay-leaf-necklace"> <!-- Network optimisations --> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preconnect" href="https://v.shopify.com" crossorigin> <link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin> <link rel="preconnect" href="https://productreviews.shopifycdn.com" crossorigin> <link rel="preconnect" href="https://ajax.googleapis.com" crossorigin> <!-- Title and description ================================================== --> <title> Sage Leaf Necklace &ndash; Lewis &amp; Pine </title> <meta name="description" content="The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Sage is said to symbolize wisdom and longevity. Available in Sterling Silver or 18K Gold Vermeil. The chain"> <!-- /snippets/social-meta-tags.liquid --> <meta property="og:site_name" content="Lewis &amp; Pine"> <meta property="og:url" content="https://www.lewisandpine.com/products/bay-leaf-necklace"> <meta property="og:title" content="Sage Leaf Necklace"> <meta property="og:type" content="product"> <meta property="og:description" content="The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Sage is said to symbolize wisdom and longevity. Available in Sterling Silver or 18K Gold Vermeil. The chain"> <meta property="og:price:amount" content="129.00"> <meta property="og:price:currency" content="USD"> <meta property="og:image" content="http://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1200x1200.jpg?v=1548299813"><meta property="og:image" content="http://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_1200x1200.jpg?v=1554146836"> <meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1200x1200.jpg?v=1548299813"><meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_1200x1200.jpg?v=1554146836"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Sage Leaf Necklace"> <meta name="twitter:description" content="The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Sage is said to symbolize wisdom and longevity. Available in Sterling Silver or 18K Gold Vermeil. The chain"> <!-- JS before CSSOM =================================================== --> <script type="text/javascript"> theme = {}; theme.t = {}; theme.map = {}; theme.cart_ajax = true; theme.multiple_currencies = false; </script> <script src="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/lazysizes.min.js?183" async="async"></script> <script src="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/vendor.min.js?183" defer="defer"></script> <script src="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/ajax-cart.min.js?183" defer="defer"></script> <!-- CSS ================================================== --> <style> @font-face { font-family: Raleway; font-weight: 300; font-style: normal; src: url("https://fonts.shopifycdn.com/raleway/raleway_n3.6af2bf6ae89d795fe706cb1dd85571cc2decf7bc.woff2?h1=bGV3aXNhbmRwaW5lLmNvbQ&hmac=c4dc736d1d05f61a09c0b8ec59ee2e7d5b6018011547d916d3cb0b7047d86755") format("woff2"), url("https://fonts.shopifycdn.com/raleway/raleway_n3.41c8b774129b7887abbfb6832362cbf04d3d00f1.woff?h1=bGV3aXNhbmRwaW5lLmNvbQ&hmac=ff73a318f60c424f31761d131921fa6fd301a4fb0133d7904bd762fb6bc77daf") format("woff"); } @font-face { font-family: Raleway; font-weight: 400; font-style: normal; src: url("https://fonts.shopifycdn.com/raleway/raleway_n4.e721da6683e65ea8e217c48c3a4254b0476a6709.woff2?h1=bGV3aXNhbmRwaW5lLmNvbQ&hmac=763d8a0dbe5985a41eadb24d666c4ddf5c0d0cded8ed738eeae79085a2431f98") format("woff2"), url("https://fonts.shopifycdn.com/raleway/raleway_n4.c5b6fdec4157e9fa556f2738e9a48cd93d620789.woff?h1=bGV3aXNhbmRwaW5lLmNvbQ&hmac=3757c9985f84ce0e4d07ac7948206cd728a288b67df56d2f599b2259c9b39d95") format("woff"); } </style> <link rel="stylesheet" href="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme-critical.scss.css?183"> <link rel="preload" href="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme.scss.css?183" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme.scss.css?183"></noscript> <script> /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ (function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=false}return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){if(link.addEventListener){link.removeEventListener("load",enableStylesheet)}else if(link.attachEvent){link.detachEvent("onload",enableStylesheet)}link.setAttribute("onload",null);link.media=finalMedia}if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i+=1){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",true);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this)); </script> <!-- JS after CSSOM=================================================== --> <script src="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme.min.js?183" defer="defer"></script> <script src="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/custom.js?183" defer="defer"></script> <script src="//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/scrollreveal.min.js?183"></script> <!-- Header hook for plugins ================================================== --> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/10042992/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="3c0257624ef3f2a0fca83aa44aa84da7"> <meta id="in-context-paypal-metadata" data-shop-id="10042992" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" type="application/json+oembed" href="https://www.lewisandpine.com/products/bay-leaf-necklace.oembed"> <style media="all">.additional-checkout-button{border:0 !important;border-radius:5px !important;display:inline-block;margin:0 0 10px;padding:0 24px !important;max-width:100%;min-width:150px !important;line-height:44px !important;text-align:center !important}.additional-checkout-button+.additional-checkout-button{margin-left:10px}.additional-checkout-button:last-child{margin-bottom:0}.additional-checkout-button span{font-size:14px !important}.additional-checkout-button img{display:inline-block !important;height:1.3em !important;margin:0 !important;vertical-align:middle !important;width:auto !important}@media (max-width: 500px){.additional-checkout-button{display:block;margin-left:0 !important;padding:0 10px !important;width:100%}}.additional-checkout-button--apple-pay{background-color:#000 !important;color:#fff !important;display:none;font-family:-apple-system, Helvetica Neue, sans-serif !important;min-width:150px !important;white-space:nowrap !important}.additional-checkout-button--apple-pay:hover,.additional-checkout-button--apple-pay:active,.additional-checkout-button--apple-pay:visited{color:#fff !important;text-decoration:none !important}.additional-checkout-button--apple-pay .additional-checkout-button__logo{background:-webkit-named-image(apple-pay-logo-white) center center no-repeat !important;background-size:auto 100% !important;display:inline-block !important;vertical-align:middle !important;width:3em !important;height:1.3em !important}@media (max-width: 500px){.additional-checkout-button--apple-pay{display:none}}.additional-checkout-button--google-pay{line-height:0 !important;padding:0 !important;border-radius:unset !important;width:80px !important}@media (max-width: 500px){.additional-checkout-button--google-pay{width:100% !important}}.gpay-iframe{height:44px !important;width:100% !important;cursor:pointer;vertical-align:middle !important}.additional-checkout-button--paypal-express{background-color:#ffc439 !important}.additional-checkout-button--paypal,.additional-checkout-button--venmo{vertical-align:top;line-height:0 !important;padding:0 !important}.additional-checkout-button--amazon{background-color:#fad676 !important;position:relative !important}.additional-checkout-button--amazon .additional-checkout-button__logo{-webkit-transform:translateY(4px) !important;transform:translateY(4px) !important}.additional-checkout-button--amazon .alt-payment-list-amazon-button-image{max-height:none !important;opacity:0 !important;position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important}.additional-checkout-button-visually-hidden{border:0 !important;clip:rect(0, 0, 0, 0) !important;clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;margin:-2px !important;overflow:hidden !important;padding:0 !important;position:absolute !important} </style> <script id="shopify-features" type="application/json">{"accessToken":"3c0257624ef3f2a0fca83aa44aa84da7","betas":[],"domain":"www.lewisandpine.com","shopId":10042992,"smart_payment_buttons_url":"https:\/\/cdn.shopifycloud.com\/payment-sheet\/assets\/latest\/spb.en.js"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "lewisandpine.myshopify.com"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.theme = {"name":"Venue","id":46881538130,"theme_store_id":836,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null};</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "pay.shopify.com";</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/s3.amazonaws.com\/lastsecondcoupon\/js\/quickannouncementbar.js?shop=lewisandpine.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":10042992,"offset":-14400,"reqid":"7feb4221-7d7d-41f0-bc4d-b4e94c54f60e","pageurl":"www.lewisandpine.com\/collections\/botanical-collection\/products\/bay-leaf-necklace","u":"9c6e40ca2146","p":"product","rtyp":"product","rid":1515322998866};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>window.Shopify = window.Shopify || {}; window.Shopify.Checkout = window.Shopify.Checkout || {}; window.Shopify.Checkout.apiHost = "lewisandpine.myshopify.com";</script> <script>window['GoogleAnalyticsObject'] = 'ga'; window['ga'] = window['ga'] || function() { (window['ga'].q = window['ga'].q || []).push(arguments); }; window['ga'].l = 1 * new Date();</script> <script>var _gaUTrackerOptions = {'allowLinker': true};ga('create', 'UA-68976362-1', 'auto', _gaUTrackerOptions);ga('send', 'pageview'); (function(){ ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.action || target.href)) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i<document.forms.length; i++) { if(document.forms[i].action && document.forms[i].action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i<document.links.length; i++) { if(document.links[i].href && document.links[i].href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }) }()); </script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":1515322998866,"vendor":"Lewis \u0026 Pine","type":"","variants":[{"id":21193602728018,"price":12900,"name":"Sage Leaf Necklace - Sterling Silver","public_title":"Sterling Silver","sku":""},{"id":13087045812306,"price":16900,"name":"Sage Leaf Necklace - 18K Gold Vermeil","public_title":"18K Gold Vermeil","sku":""}]},"page":{"pageType":"product","resourceType":"product","resourceId":1515322998866}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var isDuplicatedThankYouPageView = function() { return document.cookie.indexOf('loggedConversion=' + window.location.pathname) !== -1; } var setCookieIfThankYouPage = function() { if (window.location.pathname.indexOf('/checkouts') !== -1 && window.location.pathname.indexOf('/thank_you') !== -1) { var twoMonthsFromNow = new Date(Date.now()) twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + window.location.pathname + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { (new Image()).src = '//v.shopify.com/internal_errors/track?error=trekkie_load'; }; script.async = true; script.src = 'https://cdn.shopify.com/s/javascripts/tricorder/trekkie.storefront.min.js?v=2017.09.05.1'; var first = document.getElementsByTagName('script')[0]; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":10042992,"isMerchantRequest":null,"themeId":46881538130,"themeCityHash":6216002626327354726,"contentLanguage":"en"}},"Performance":{"navigationTimingApiMeasurementsEnabled":true,"navigationTimingApiMeasurementsSampleRate":1.0},"Session Attribution":{}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; if (!isDuplicatedThankYouPageView()) { setCookieIfThankYouPage(); window.ShopifyAnalytics.lib.page( null, {"pageType":"product","resourceType":"product","resourceId":1515322998866} ); window.ShopifyAnalytics.lib.track( "Viewed Product", {"variantId":21193602728018,"productId":1515322998866,"name":"Sage Leaf Necklace - Sterling Silver","price":"129.00","currency":"USD","sku":"","brand":"Lewis \u0026 Pine","variant":"Sterling Silver","category":"","nonInteraction":true} ); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//cdn.shopify.com/s/assets/shop_events_listener-acf771159f9849ef6e5265782c99efe8b99406214c96a4373224ecafe285d7bb.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script crossorigin="anonymous" defer="defer" src="//cdn.shopify.com/s/assets/shopify_pay/storefront-8ddbd55cc19e1ebbff92d676e1481c8e6b42e0c2714d3fdf6b810b1f193347b8.js?v=20190107"></script> <script integrity="sha256-ZGMHgi9G7WU+Z7WiP2suSn84yzoN83sGf9nMWJhVHAw=" defer="defer" src="//cdn.shopify.com/s/assets/storefront/express_buttons-646307822f46ed653e67b5a23f6b2e4a7f38cb3a0df37b067fd9cc5898551c0c.js" crossorigin="anonymous"></script> <script integrity="sha256-6HOSr+Kf4wcoL05qrRLLS8wq/v1rf+vwtw7f0xX5aEw=" defer="defer" src="//cdn.shopify.com/s/assets/storefront/features-e87392afe29fe307282f4e6aad12cb4bcc2afefd6b7febf0b70edfd315f9684c.js" crossorigin="anonymous"></script> <script async="async" src="https://www.google-analytics.com/analytics.js"></script> <script defer="defer" src="//cdn.shopify.com/s/assets/themes_support/ga_urchin_forms-99e991855b3d8ddc69e625c68ab0579dd9927b611c2ec4943d396c72e3af0849.js"></script> <style id="shopify-dynamic-checkout">.shopify-payment-button__button--hidden { visibility: hidden; } .shopify-payment-button__button { border-radius: 4px; border: none; box-shadow: 0 0 0 0 transparent; color: white; cursor: pointer; display: block; font-size: 1em; font-weight: 500; line-height: 1; text-align: center; width: 100%; transition: background 0.2s ease-in-out; } .shopify-payment-button__button[disabled] { opacity: 0.6; cursor: default; } .shopify-payment-button__button--unbranded { background-color: #1990c6; padding: 1em 2em; } .shopify-payment-button__button--unbranded:hover:not([disabled]) { background-color: #136f99; } .shopify-payment-button__more-options { background: transparent; border: 0 none; cursor: pointer; display: block; font-size: 1em; margin-top: 1em; text-align: center; width: 100%; } .shopify-payment-button__more-options:hover:not([disabled]) { text-decoration: underline; } .shopify-payment-button__more-options[disabled] { opacity: 0.6; cursor: default; } .shopify-payment-button__button--branded { display: flex; flex-direction: column; min-height: 44px; position: relative; z-index: 1; } .shopify-payment-button__button--branded .shopify-cleanslate { flex: 1 !important; display: flex !important; flex-direction: column !important; } </style> </head> <body id="sage-leaf-necklace" class="template-product" data-anim-fade="true" data-anim-load="true" data-anim-interval-style="fade_down" data-anim-zoom="true" data-anim-interval="true"> <script type="text/javascript"> //loading class for animations document.body.className += ' ' + 'js-theme-loading'; setTimeout(function(){ document.body.className = document.body.className.replace('js-theme-loading','js-theme-loaded'); }, 300); </script> <div class="page-transition"></div> <div class="page-container"> <div id="shopify-section-mobile-drawer" class="shopify-section js-section__mobile-draw"><style> .mobile-draw, .mobile-draw .mfp-close { background-color: #ecf8f8; } .mobile-draw__currency { background-color: #d9f1f1; } </style> <div class="mobile-draw mobile-draw--dark js-menu-draw mfp-hide"> <div class="mobile-draw__wrapper"> <nav class="mobile-draw__nav mobile-nav"> <ul class="mobile-nav__items o-list-bare"> <li class="mobile-nav__item"> <a href="/" class="mobile-nav__link">Home</a> </li> <li class="mobile-nav__item mobile-nav__item--active mobile-nav__item--sub" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-2"> <a href="#mobile-sub-2" class="mobile-nav__link mobile-nav__link--sub js-toggle-trigger">Botanical Collection</a> <div class="mobile-nav__sub js-toggle-target" id="mobile-sub-2"> <ul class="mobile-nav__sub__items o-list-bare"> <li class="mobile-nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-t-2-1"> <a href="/collections/botanical-collection/earring" class="mobile-nav__sub__link">Earrings</a> </li> <li class="mobile-nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-t-2-2"> <a href="/collections/botanical-collection/necklace" class="mobile-nav__sub__link">Necklaces</a> </li> <li class="mobile-nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-t-2-3"> <a href="/collections/botanical-collection/bracelet" class="mobile-nav__sub__link">Bracelets</a> </li> </ul> </div> </li> <li class="mobile-nav__item mobile-nav__item--sub" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-3"> <a href="#mobile-sub-3" class="mobile-nav__link mobile-nav__link--sub js-toggle-trigger">Geo Collection</a> <div class="mobile-nav__sub js-toggle-target" id="mobile-sub-3"> <ul class="mobile-nav__sub__items o-list-bare"> <li class="mobile-nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-t-3-1"> <a href="/collections/geo-collection/earring" class="mobile-nav__sub__link">Earrings</a> </li> <li class="mobile-nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-t-3-2"> <a href="/collections/geo-collection/necklace" class="mobile-nav__sub__link">Necklaces</a> </li> <li class="mobile-nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="mobile-sub-t-3-3"> <a href="/collections/geo-collection/bracelet" class="mobile-nav__sub__link">Bracelets</a> </li> </ul> </div> </li> <li class="mobile-nav__item"> <a href="/pages/apothecary" class="mobile-nav__link">Apothecary (Coming Soon)</a> </li> <li class="mobile-nav__item"> <a href="/pages/about-us" class="mobile-nav__link">About</a> </li> <li class="mobile-nav__item"> <a href="/account/login" class="mobile-nav__link">Log in</a> </li> </ul> </nav> <div class="mobile-draw__search mobile-search"> <form action="/search" method="get" class="mobile-search__form" role="search"> <input type="hidden" name="type" value="product,article,page"> <input type="search" name="q" class="mobile-search__input" value="" aria-label="Search our store..." placeholder="Search our store..."> <button type="submit" class="mobile-search__submit"> <i class="icon icon--search" aria-hidden="true"></i> <span class="icon-fallback__text">Search</span> </button> </form> </div> <div class="mobile-draw__footer mobile-footer"> <div class="mobile-footer__contact"> <h4 class="mobile-footer__title">Contact</h4> <p class="mobile-footer__text"><a href="mailto:[email protected]" class="mobile-footer__text-link">[email protected]</a></p> </div> <ul class="mobile-footer__social-items o-list-bare"> <li class="mobile-footer__social-item"> <a href="http://facebook.com/lewisandpine" class="mobile-footer__social-link icon-fallback" target="_blank"> <i class="icon icon--facebook" aria-hidden="true"></i> <span class="icon-fallback__text">Facebook</span> </a> </li> <li class="mobile-footer__social-item"> <a href="http://instagram.com/lewisandpine" class="mobile-footer__social-link icon-fallback" target="_blank"> <i class="icon icon--instagram" aria-hidden="true"></i> <span class="icon-fallback__text">Instagram</span> </a> </li> </ul> </div> </div> </div> </div> <div id="shopify-section-header" class="shopify-section js-section__header"><style type="text/css"> .header, .header--mega .primary-nav .nav__sub-wrap {background-color: #ecf8f8} .header__logo {width: 200px} </style> <header role="banner" id="top" class="header header--dark js-header header--sticky js-header-sticky u-flex u-flex--middle u-flex--center header--stripe header--mega" data-section-id="header" data-section-type="header-section"> <div class="header-stripe"></div> <div class="header__logo u-flex u-flex--middle u-flex--center"> <div class="header__logo-wrapper js-main-logo" itemscope itemtype="http://schema.org/Organization"> <a href="/" itemprop="url" class="header__logo-link animsition-link"> <img src="//cdn.shopify.com/s/files/1/1004/2992/files/white_lp_logo_for_email_more_space_1_400x.png?v=1554834828" class="header__logo-img" alt="Lewis &amp; Pine" itemprop="logo"> </a> </div> </div> <div class="header-trigger header-trigger--left mobile-draw-trigger-icon u-flex u-flex--middle js-mobile-draw-icon" style="display: none"> <a href="#" class="header-trigger__link header-trigger__link--mobile js-mobile-draw-trigger icon-fallback"> <i class="icon icon--menu" aria-hidden="true"></i> <span class="icon-fallback__text">Menu</span> </a> </div> <div class="header-trigger header-trigger--right search-draw-trigger-icon u-flex u-flex--middle js-search-draw-icon" style="display: none"> <a href="/search" class="header-trigger__link header-trigger__link--search icon-fallback js-search-trigger js-no-transition"> <i class="icon icon--search" aria-hidden="true"></i> <span class="icon-fallback__text">Search</span> </a> </div> <div class="header-trigger header-trigger--far-right cart-draw-trigger-icon u-flex u-flex--middle js-cart-draw-icon" style="display: none"> <a href="/cart" class="header-trigger__link header-trigger__link--cart js-cart-trigger icon-fallback js-no-transition"> <i class="icon icon--cart" aria-hidden="true"></i> <span class="icon-fallback__text">Cart</span> </a> </div> <div class="header-navs js-heaver-navs u-clearfix u-hidden@tab-down"> <nav class="primary-nav header-navs__items js-primary-nav" role="navigation"> <ul class="primary-nav__items"> <li class="primary-nav__item"> <a href="/" class="primary-nav__link animsition-link">Home</a> </li> <li class="primary-nav__item primary-nav__item--active primary-nav__item--sub js-header-sub-link" aria-has-popup="true" aria-expanded="false" aria-controls="sub-2"> <a href="/collections/botanical-collection" class="primary-nav__link animsition-link nav__link--sub js-header-sub-link-a">Botanical Collection</a> <div class="nav__sub" id="sub-2"> <div class="nav__sub-wrap"> <ul class="nav__sub__items nav__sub__items--3 nav__sub__items--single o-list-bare"> <li class="nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="sub-t-2-1"> <a href="/collections/botanical-collection/earring" class="nav__sub__link">Earrings</a> </li> <li class="nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="sub-t-2-2"> <a href="/collections/botanical-collection/necklace" class="nav__sub__link">Necklaces</a> </li> <li class="nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="sub-t-2-3"> <a href="/collections/botanical-collection/bracelet" class="nav__sub__link">Bracelets</a> </li> </ul> </div> </div> </li> <li class="primary-nav__item primary-nav__item--sub js-header-sub-link" aria-has-popup="true" aria-expanded="false" aria-controls="sub-3"> <a href="/collections/geo-collection" class="primary-nav__link animsition-link nav__link--sub js-header-sub-link-a">Geo Collection</a> <div class="nav__sub" id="sub-3"> <div class="nav__sub-wrap"> <ul class="nav__sub__items nav__sub__items--3 nav__sub__items--single o-list-bare"> <li class="nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="sub-t-3-1"> <a href="/collections/geo-collection/earring" class="nav__sub__link">Earrings</a> </li> <li class="nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="sub-t-3-2"> <a href="/collections/geo-collection/necklace" class="nav__sub__link">Necklaces</a> </li> <li class="nav__sub__item" aria-has-popup="true" aria-expanded="false" aria-controls="sub-t-3-3"> <a href="/collections/geo-collection/bracelet" class="nav__sub__link">Bracelets</a> </li> </ul> </div> </div> </li> <li class="primary-nav__item"> <a href="/pages/apothecary" class="primary-nav__link animsition-link">Apothecary (Coming Soon)</a> </li> <li class="primary-nav__item"> <a href="/pages/about-us" class="primary-nav__link animsition-link">About</a> </li> </ul> </nav> <nav class="secondary-nav header-navs__items js-secondary-nav"> <ul class="secondary-nav__items"> <li class="secondary-nav__item"> <a href="/account/login" class="secondary-nav__link">Log in</a> </li> <li class="secondary-nav__item"> <a href="/cart" class="secondary-nav__link js-cart-trigger js-no-transition">Cart (<span id="CartCount">0</span>)</a> </li> <li class="secondary-nav__item secondary-nav__item--search"> <a href="/search" class="secondary-nav__link secondary-nav__link--search icon-fallback js-search-trigger js-no-transition"> <i class="icon icon--search" aria-hidden="true"></i> <span class="icon-fallback__text">Search</span> </a> </li> </ul> </nav> </div> </header> </div> <div class="main"> <div id="shopify-section-product-template" class="shopify-section js-section__product-single"><div id="ProductSection-product-template" data-section-id="product-template" data-section-type="product" data-enable-history-state="true"> <section class="section section--product-single js-product-single" data-section-id="product-template" data-section-type="product-single"> <div class="product-single product-single--full product-single--text-default product-single--1515322998866 js-product-1515322998866"> <div class="product-single__top"> <div class="product-single__top-bg product-single__top-bg--default" style="background-color: #ffffff"></div> <div class="container container--small"> <div class="section__title section__title--center js-product-title"> <h1 class="section__title-text product-single__title-text">Sage Leaf Necklace</h1> </div> </div> <div class="container"> <div class="product-single__photo"> <div class="product-single__photo product-single__photo--medium js-product-slider" data-slider-id="1"> <div class="product-single__photo__item" data-variant-id="21193602728018" data-slide-id="0"> <a href="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_2048x2048.jpg?v=1548299813" class="product-single__photo-zoom js-product-zoom js-no-transition"> <img class="product-single__photo__img lazyload js" src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_300x.jpg?v=1548299813" data-src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_{width}x.jpg?v=1548299813" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-ratio="1.0" alt="Sage Leaf Necklace"> <noscript> <img class="product-single__photo__img" src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_900x.jpg?v=1548299813" alt="Sage Leaf Necklace"> </noscript> </a> </div> <div class="product-single__photo__item" data-variant-id="" data-slide-id="1"> <a href="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_2048x2048.jpg?v=1554146836" class="product-single__photo-zoom js-product-zoom js-no-transition"> <img class="product-single__photo__img lazyload js" src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_300x.jpg?v=1554146836" data-src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_{width}x.jpg?v=1554146836" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-ratio="1.0" alt="Sage Leaf Necklace"> <noscript> <img class="product-single__photo__img" src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_900x.jpg?v=1554146836" alt="Sage Leaf Necklace"> </noscript> </a> </div> </div> <div class="product-single__photo-thumbs js-product-single-thumbs"> <div>Product image 1<img src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_24x24_crop_center.jpg?v=1548299813" data-src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_92x92_crop_center.jpg?v=1548299813" alt="Sage Leaf Necklace" class="product-single__photos-thumbs__img lazyload"></div> <div>Product image 2<img src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_24x24_crop_center.jpg?v=1554146836" data-src="//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_92x92_crop_center.jpg?v=1554146836" alt="Sage Leaf Necklace" class="product-single__photos-thumbs__img lazyload"></div> </div> </div> </div> </div> <div class="container container--medium"> <div class="product-single__bottom"> <div class="o-layout o-layout--reverse o-layout--large"> <div class="o-layout__item u-1/1 u-2/5@desk"> <div class="product-single__box js-product-single-box"> <div class="product-single__price js-product-price"> <h3 class="product-single__price-text js-product-price-text"> <span class="u-hidden-visually">Regular price</span> <span class="js-product-price-number"> <span class="product-single__price-number"><span class="money">$ 129.00</span></span> </span> </h3> </div> <form method="post" action="/cart/add" id="js-product-form--1515322998866" accept-charset="UTF-8" class="product-single__form js-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="product-single__variant"> <select name="id" id="productSelect-1" class="product-single__variant-select"> <option selected="selected" data-sku="" value="21193602728018">Sterling Silver</option> <option data-sku="" value="13087045812306">18K Gold Vermeil</option> </select> </div> <div class="product-single__qty"> <label for="Quantity" class="quantity-selector">Quantity</label> <div class="product-single__qty-input"> <input type="number" id="Quantity" name="quantity" value="1" min="1" class="quantity-selector"> </div> </div> <div class="product-single__add js-product-buttons"> <button type="submit" name="add" class="c-btn c-btn--full c-btn--plus c-btn--light product-single__add-btn js-product-add"> <span class="js-product-add-text">Add to Cart</span> </button> <div data-shopify="payment-button" class="shopify-payment-button"><button class="shopify-payment-button__button shopify-payment-button__button--unbranded shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button><button class="shopify-payment-button__more-options shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button></div> </div> </form> <div class="product-single__share"> <ul class="product-single__share-items o-list-bare"> <li class="product-single__share-item"> <a href="//www.facebook.com/sharer.php?u=https://www.lewisandpine.com/products/bay-leaf-necklace" class="product-single__share-link icon-fallback" target="_blank"> <i class="icon icon--facebook" aria-hidden="true"></i> <span class="icon-fallback__text">Facebook</span> </a> </li> <li class="product-single__share-item"> <a href="//twitter.com/share?text=Sage%20Leaf%20Necklace&amp;url=https://www.lewisandpine.com/products/bay-leaf-necklace" class="product-single__share-link icon-fallback" target="_blank"> <i class="icon icon--twitter" aria-hidden="true"></i> <span class="icon-fallback__text">Twitter</span> </a> </li> <li class="product-single__share-item"> <a href="http://pinterest.com/pin/create/button/?url=https://www.lewisandpine.com/products/bay-leaf-necklace&amp;media=//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1024x1024.jpg?v=1548299813&amp;description=Sage%20Leaf%20Necklace" class="product-single__share-link icon-fallback" target="_blank"> <i class="icon icon--pinterest" aria-hidden="true"></i> <span class="icon-fallback__text">Pinterest</span> </a> </li> <li class="product-single__share-item"> <a href="//www.thefancy.com/fancyit?ItemURL=https://www.lewisandpine.com/products/bay-leaf-necklace&Title=Sage%20Leaf%20Necklace&ImageURL=//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1024x1024.jpg?v=1548299813" class="product-single__share-link icon-fallback" target="_blank"> <i class="icon icon--fancy" aria-hidden="true"></i> <span class="icon-fallback__text">Fancy</span> </a> </li> <li class="product-single__share-item"> <a href="mailto:?body=Sage%20Leaf%20Necklace - https://www.lewisandpine.com/products/bay-leaf-necklace" class="product-single__share-link icon-fallback"> <i class="icon icon--mail" aria-hidden="true"></i> <span class="icon-fallback__text">Email</span> </a> </li> </ul> </div> </div> </div> <div class="o-layout__item u-1/1 u-3/5@desk"> <div class="product-single__content"> <div class="product-single__content-text rte"> <p>The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit.</p> <p>Sage is said to symbolize wisdom and longevity.</p> <p>Available in Sterling Silver or 18K Gold Vermeil. The chain is 18" long, but can be made shorter or longer upon request.</p> </div> <div class="product-single__accordion js-accordion"> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="shopify-section-product-related" class="shopify-section js-section__product-related"> </div> <script type="application/json" id="ProductJson-1"> {"id":1515322998866,"title":"Sage Leaf Necklace","handle":"bay-leaf-necklace","description":"\u003cp\u003eThe focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit.\u003c\/p\u003e\n\u003cp\u003eSage is said to symbolize wisdom and longevity.\u003c\/p\u003e\n\u003cp\u003eAvailable in Sterling Silver or 18K Gold Vermeil. The chain is 18\" long, but can be made shorter or longer upon request.\u003c\/p\u003e","published_at":"2019-01-23T22:24:24-05:00","created_at":"2018-10-28T16:00:50-04:00","vendor":"Lewis \u0026 Pine","type":"","tags":["necklace"],"price":12900,"price_min":12900,"price_max":16900,"available":true,"price_varies":true,"compare_at_price":0,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":21193602728018,"title":"Sterling Silver","option1":"Sterling Silver","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":7029412921426,"product_id":1515322998866,"position":1,"created_at":"2019-01-23T22:16:47-05:00","updated_at":"2019-01-23T22:16:53-05:00","alt":null,"width":2048,"height":2048,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/1004\/2992\/products\/Silver_Sage_Leaf_Necklace.jpg?v=1548299813","variant_ids":[21193602728018]},"available":true,"name":"Sage Leaf Necklace - Sterling Silver","public_title":"Sterling Silver","options":["Sterling Silver"],"price":12900,"weight":0,"compare_at_price":0,"inventory_quantity":-11,"inventory_management":null,"inventory_policy":"deny","barcode":""},{"id":13087045812306,"title":"18K Gold Vermeil","option1":"18K Gold Vermeil","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Sage Leaf Necklace - 18K Gold Vermeil","public_title":"18K Gold Vermeil","options":["18K Gold Vermeil"],"price":16900,"weight":0,"compare_at_price":0,"inventory_quantity":-9,"inventory_management":null,"inventory_policy":"deny","barcode":""}],"images":["\/\/cdn.shopify.com\/s\/files\/1\/1004\/2992\/products\/Silver_Sage_Leaf_Necklace.jpg?v=1548299813","\/\/cdn.shopify.com\/s\/files\/1\/1004\/2992\/products\/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings.jpg?v=1554146836"],"featured_image":"\/\/cdn.shopify.com\/s\/files\/1\/1004\/2992\/products\/Silver_Sage_Leaf_Necklace.jpg?v=1548299813","options":["Color"],"content":"\u003cp\u003eThe focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit.\u003c\/p\u003e\n\u003cp\u003eSage is said to symbolize wisdom and longevity.\u003c\/p\u003e\n\u003cp\u003eAvailable in Sterling Silver or 18K Gold Vermeil. The chain is 18\" long, but can be made shorter or longer upon request.\u003c\/p\u003e"} </script> <script> theme.money_format = '$ {{amount}}'; theme.t.add_to_cart = 'Add to Cart'; theme.t.sold_out = 'Sold Out'; theme.t.unavailable = 'Unavailable'; document.addEventListener("DOMContentLoaded", function(event) { theme.productSelect('1','single', true); theme.selectWrapper(); }); </script> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Sage Leaf Necklace", "url": "https://www.lewisandpine.com/products/bay-leaf-necklace","image": [ "https://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_2048x.jpg?v=1548299813" ],"description": "The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Sage is said to symbolize wisdom and longevity. Available in Sterling Silver or 18K Gold Vermeil. The chain is 18&quot; long, but can be made shorter or longer upon request.","brand": { "@type": "Thing", "name": "Lewis &amp; Pine" }, "offers": [{ "@type" : "Offer","availability" : "http://schema.org/InStock", "price" : "129.0", "priceCurrency" : "USD", "url" : "https://www.lewisandpine.com/products/bay-leaf-necklace?variant=21193602728018" }, { "@type" : "Offer","availability" : "http://schema.org/InStock", "price" : "169.0", "priceCurrency" : "USD", "url" : "https://www.lewisandpine.com/products/bay-leaf-necklace?variant=13087045812306" } ] } </script> </div> <div id="shopify-section-footer" class="shopify-section js-section__footer"><style type="text/css"> .footer { background-color: #ffffff; border-top: 1px solid #e4e4e4; } .footer__bottom { background-color: #f2f2f2; } .section--footer .newsletter { background-color: #f5f5f5; } </style> <section class="section section--footer"> <div class="container"> <div class="newsletter newsletter--default"> <div class="newsletter__content"> <div class="newsletter__title section__title section__title--center section__title--desc"> <h2 class="section__title-text">Newsletter</h2> <div class="section__title-desc rte"><p>Be the first to hear about new designs, sales, and special events!</p></div> </div> <div class="newsletter__form-wrapper"> <form method="post" action="/contact#newsletter" id="newsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <div class="o-layout o-layout--flush"> <div class="o-layout__item u-1/1 u-2/3@tab"> <input type="hidden" name="contact[tags]" value="newsletter"> <label for="Email" class="u-hidden-visually">Email</label> <input type="email" name="contact[email]" id="Email" class="newsletter__input" value="" placeholder="[email protected]" autocorrect="off" autocapitalize="off"> </div> <div class="o-layout__item u-1/1 u-1/3@tab"> <button type="submit" class="c-btn c-btn--full c-btn--primary c-btn--arrow newsletter__btn" name="commit" id="Subscribe">Subscribe</button> </div> </div> </form> </div> </div> </div> </div> </section> <footer role="contentinfo" id="footer" class="footer footer--dark"> <div class="container"> <div class="footer__content"> <div class="o-layout"> <div class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk"> <div class="footer-nav"> <h4 class="footer-nav__title h5">Menu</h4> <ul class="footer-nav__items o-list-bare"> <li class="footer-nav__item"><a href="/" class="footer-nav__link">Home</a></li> <li class="footer-nav__item footer-nav__item--active"><a href="/collections/botanical-collection" class="footer-nav__link">Botanical Collection</a></li> <li class="footer-nav__item"><a href="/collections/geo-collection" class="footer-nav__link">Geo Collection</a></li> <li class="footer-nav__item"><a href="/pages/apothecary" class="footer-nav__link">Apothecary (Coming Soon)</a></li> <li class="footer-nav__item"><a href="/pages/about-us" class="footer-nav__link">About</a></li> </ul> </div> </div> <div class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk"> <div class="footer-nav"> <h4 class="footer-nav__title h5">Contact</h4> <p class="footer-nav__text"><a href="mailto:[email protected]" class="footer-nav__text-link">[email protected]</a></p> <p class="footer-nav__text footer-nav__text--address"> 133 Main Street<br/> Beacon New York<br/> 12508 United States </p> <div class="footer-nav__social-wrapper"> <ul class="footer-nav__social-items o-list-bare"> <li class="footer-nav__social-item"> <a href="http://facebook.com/lewisandpine" class="footer-nav__social-link icon-fallback" target="_blank"> <i class="icon icon--facebook" aria-hidden="true"></i> <span class="icon-fallback__text">Facebook</span> </a> </li> <li class="footer-nav__social-item"> <a href="http://instagram.com/lewisandpine" class="footer-nav__social-link icon-fallback" target="_blank"> <i class="icon icon--instagram" aria-hidden="true"></i> <span class="icon-fallback__text">Instagram</span> </a> </li> </ul> </div> </div> </div> <div class="o-layout__item u-1/1 u-1/2@tab u-1/3@desk"> <div class="footer-nav"> <h4 class="footer-nav__title h5">About Lewis &amp; Pine</h4> <div class="footer-nav__text rte"> <p>Jewelry inspired in equal parts by modernist design and the simple elegance of nature. <a href="/pages/about-us" title="About Lewis &amp; Pine">Learn more here.</a></p> </div> </div> </div> </div> <div class="footer-copyright"> <p class="footer-copyright__text"> <span class="footer-copyright__span footer-copyright__span--shop">&copy; 2019, Lewis &amp; Pine</span> <span class="footer-copyright__span footer-copyright__span--powered"><a href="https://safeasmilk.co/" target="_blank">Theme by Safe As Milk</a>. <a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></span> </p> </div> </div> </div> <div class="footer__bottom"> <div class="container"> <div class="footer__icons footer__bottom-item"> <ul class="footer__icons-items o-list-bare"> <li class="footer__icons-item"> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-american_express"><title id="pi-american_express">American Express</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#002663"/><path d="M8.971 10.268l.774 1.876H8.203l.768-1.876zm16.075.078h-2.977v.827h2.929v1.239h-2.923v.922h2.977v.739l2.077-2.245-2.077-2.34-.006.858zm-14.063-2.34h3.995l.887 1.935L16.687 8h10.37l1.078 1.19L29.25 8h4.763l-3.519 3.852 3.483 3.828h-4.834l-1.078-1.19-1.125 1.19H10.03l-.494-1.19H8.406l-.495 1.19H4L7.286 8h3.43l.267.006zm8.663 1.078h-2.239l-1.5 3.536-1.625-3.536H12.06v4.81l-2.06-4.81H8.007l-2.382 5.512H7.18l.494-1.19h2.596l.494 1.19h2.72v-3.935l1.751 3.941h1.19l1.74-3.929v3.93h1.458l.024-5.52zm9.34 2.768l2.531-2.768h-1.822l-1.601 1.726-1.548-1.726h-5.894v5.518h5.81l1.614-1.738 1.548 1.738h1.875l-2.512-2.75z" fill="#FFF"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-discover"><title id="pi-discover">Discover</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M37 16.95V21c0 1.1-.9 2-2 2H23.228c7.896-1.815 12.043-4.601 13.772-6.05z" fill="#EDA024"/><path fill="#494949" d="M9 11h20v2H9z"/><path d="M22 12c0 1.7-1.3 3-3 3s-3-1.4-3-3 1.4-3 3-3c1.7 0 3 1.3 3 3z" fill="#EDA024"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" width="38" height="24" role="img" aria-labelledby="pi-jcb" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg"><title id="pi-jcb">JCB</title><g fill="none" fill-rule="evenodd"><g fill-rule="nonzero"><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/></g><path d="M11.5 5H15v11.5a2.5 2.5 0 0 1-2.5 2.5H9V7.5A2.5 2.5 0 0 1 11.5 5z" fill="#006EBC"/><path d="M18.5 5H22v11.5a2.5 2.5 0 0 1-2.5 2.5H16V7.5A2.5 2.5 0 0 1 18.5 5z" fill="#F00036"/><path d="M25.5 5H29v11.5a2.5 2.5 0 0 1-2.5 2.5H23V7.5A2.5 2.5 0 0 1 25.5 5z" fill="#2AB419"/><path d="M10.755 14.5c-1.06 0-2.122-.304-2.656-.987l.78-.676c.068 1.133 3.545 1.24 3.545-.19V9.5h1.802v3.147c0 .728-.574 1.322-1.573 1.632-.466.144-1.365.221-1.898.221zm8.116 0c-.674 0-1.388-.107-1.965-.366-.948-.425-1.312-1.206-1.3-2.199.012-1.014.436-1.782 1.468-2.165 1.319-.49 3.343-.261 3.926.27v.972c-.572-.521-1.958-.898-2.919-.46-.494.226-.737.917-.744 1.448-.006.56.245 1.252.744 1.497.953.467 2.39.04 2.919-.441v1.01c-.358.255-1.253.434-2.129.434zm8.679-2.587c.37-.235.582-.567.582-1.005 0-.438-.116-.687-.348-.939-.206-.207-.58-.469-1.238-.469H23v5h3.546c.696 0 1.097-.23 1.315-.415.283-.25.426-.53.426-.96 0-.431-.155-.908-.737-1.212zm-1.906-.281h-1.428v-1.444h1.495c.956 0 .944 1.444-.067 1.444zm.288 2.157h-1.716v-1.513h1.716c.986 0 1.083 1.513 0 1.513z" fill="#FFF" fill-rule="nonzero"/></g></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shopify Pay</title><path d="M35.712 24H2.288A2.279 2.279 0 0 1 0 21.731V2.269A2.279 2.279 0 0 1 2.289 0H35.71A2.279 2.279 0 0 1 38 2.269v19.462A2.279 2.279 0 0 1 35.712 24" fill="#5C6AC4"/><path d="M35.712 23.5H2.288A1.779 1.779 0 0 1 .5 21.731V2.269A1.78 1.78 0 0 1 2.289.5H35.71a1.78 1.78 0 0 1 1.789 1.769v19.462c0 .973-.797 1.769-1.788 1.769z" fill="none" stroke="#142688" stroke-opacity=".2"/><path d="M12.892 7.934l-.835-.063-.614-.61a.128.128 0 0 0-.052-.031l-.395 9.12 3.118-.678-1.132-7.654a.1.1 0 0 0-.09-.084zm-2.81-.35v-.108c0-.33-.045-.597-.12-.808.297.037.494.374.62.76-.148.047-.317.1-.5.156zm-.653 3.295s-.346-.185-.77-.185c-.622 0-.653.39-.653.488 0 .537 1.398.742 1.398 2 0 .988-.627 1.625-1.473 1.625-1.014 0-1.534-.632-1.534-.632l.272-.897s.534.457.984.457a.397.397 0 0 0 .413-.4c0-.7-1.148-.731-1.148-1.882 0-.967.695-1.904 2.098-1.904.54 0 .807.155.807.155l-.394 1.175zm-.23-4.52a.3.3 0 0 1 .171.057c-.428.202-.888.71-1.081 1.723l-.817.254c.227-.774.766-2.035 1.727-2.035zm.533 1.276v.058l-1.034.32c.199-.768.572-1.14.898-1.28.082.207.136.503.136.902zm1.487-.402l-.31.095c-.185-.532-.51-1.02-1.085-1.02-.016 0-.032 0-.048.002-.163-.216-.365-.31-.54-.31C7.899 6 7.261 7.671 7.06 8.52l-.935.29c-.29.092-.3.1-.337.374C5.759 9.39 5 15.258 5 15.258l5.855 1.097.395-9.13a.32.32 0 0 0-.031.008zm7.394 4.348c.143.022.286.044.506.044.97 0 1.498-.727 1.498-1.443 0-.65-.43-.914-1.024-.914-.242 0-.43.01-.55.044l-.43 2.269zm-.848-3.36c.462-.11 1.157-.176 1.796-.176.616 0 1.376.11 1.894.518.44.341.694.87.694 1.498a2.71 2.71 0 0 1-.991 2.126c-.573.462-1.4.672-2.225.672-.21 0-.408-.022-.551-.034l-.518 2.688h-1.487l1.388-7.292zm7.715 2.985a1.485 1.485 0 0 0-.385-.044c-.991 0-1.663 1.421-1.663 2.358 0 .517.165.87.573.87.451 0 .969-.562 1.2-1.785l.276-1.399zm-.473 4.308c.01-.309.044-.65.066-1.014h-.034c-.473.837-1.112 1.124-1.674 1.124-.914 0-1.498-.727-1.498-1.796 0-1.762 1.09-3.822 3.646-3.822a5.94 5.94 0 0 1 1.664.253l-.573 2.875c-.132.683-.232 1.73-.22 2.38h-1.377zm4.357-5.247l.242 2.284c.067.54.11.925.132 1.277h.023c.12-.363.231-.705.451-1.289l.926-2.272h1.586l-1.862 3.848c-.66 1.366-1.3 2.368-1.994 3.018-.54.507-1.178.76-1.487.826l-.418-1.289a3.28 3.28 0 0 0 .859-.43 2.6 2.6 0 0 0 .826-.914c.044-.077.055-.143.033-.253l-.843-4.806h1.526z" fill="#fff"/></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-venmo"><title id="pi-venmo">Venmo</title><g fill="none" fill-rule="evenodd"><rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3"/><path fill="#3D95CE" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z" fill="#FFF" fill-rule="nonzero"/></g></svg> </li> <li class="footer__icons-item"> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </li> </ul> </div> </div> </div> </footer> </div> <div id="shopify-section-promo-pop" class="shopify-section js-section__promo-pop"> <div class="promo-pop js-promo-pop promo-pop--disabled promo-pop--no-mobile" data-promo-enabled="false" data-promo-delay="10000" data-promo-expiry="30"> <a href="#" class="promo-pop__close js-promo-pop-close icon-fallback"> <i class="icon icon--close" aria-hidden="true"></i> <span class="icon-fallback__text">Close (esc)</span> </a> <div class="promo-pop__wrapper"> <div class="promo-pop__content"> <div class="section__title promo-pop__title"> <h4 class="section__title-text">Popup</h4> </div> <div class="promo-pop__desc rte"><p>Use this popup to embed a mailing list sign up form. Alternatively use it as a simple call to action with a link to a product or a page.</p></div> <div class="promo-pop__form"> <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <div class="promo-pop__fieldset"> <input type="hidden" name="contact[tags]" value="newsletter"> <input type="email" name="contact[email]" id="Email" class="promo-pop__fieldset-item promo-pop__input" value="" placeholder="[email protected]" autocorrect="off" autocapitalize="off"> <button type="submit" class="c-btn c-btn--primary c-btn--arrow promo-pop__fieldset-item promo-pop__btn" name="commit" id="Subscribe">Subscribe</button> </div> </form> </div> </div> </div> </div> </div> <div id="shopify-section-age-checker" class="shopify-section js-section__age-checker"><div class="age-checker js-age-draw mfp-hide" data-age-check-enabled="false"> <div class="age-checker__wrapper"> <div class="age-checker__content"> <div class="section__title section__title--center age-checker__title"> <h3 class="section__title-text">Age verification</h3> </div> <div class="age-checker__desc"><p>By clicking enter you are verifying that you are old enough to consume alcohol.</p></div> <div class="age-checker__actions"> <a href="#" class="age-checker__btn c-btn c-btn--primary c-btn--full js-age-close">Enter</a> </div> </div> </div> </div> </div> </div> <div class="search-draw js-search-draw mfp-hide"> <div class="search-draw__wrapper"> <div class="search__head"> <div class="search__label"> <h3 class="search__label-title">Search</h3> </div> </div> <div class="search__inner"> <form action="/search" method="get" class="search__form" role="search"> <input type="hidden" name="type" value="product,article,page"> <input type="search" name="q" class="search__form-input js-search-input" value="" placeholder="Search our store..." aria-label="Search our store..."> <button type="submit" class="search__form-submit"> <i class="icon icon--search" aria-hidden="true"></i> <span class="icon-fallback__text">Search</span> </button> </form> <div class="search__nav"> <h4 class="search__nav-title h5">Main Menu</h4> <ul class="search__nav-items o-list-bare"> <li class="search__nav-item"> <a href="/" class="search__nav-link">Home</a> </li> <li class="search__nav-item"> <a href="/collections/botanical-collection" class="search__nav-link">Botanical Collection</a> </li> <li class="search__nav-item"> <a href="/collections/geo-collection" class="search__nav-link">Geo Collection</a> </li> <li class="search__nav-item"> <a href="/pages/apothecary" class="search__nav-link">Apothecary (Coming Soon)</a> </li> <li class="search__nav-item"> <a href="/pages/about-us" class="search__nav-link">About</a> </li> </ul> </div> </div> </div> </div> <div class="ajaxcart-draw js-cart-draw mfp-hide"> <div class="ajaxcart-draw__wrapper js-cart-draw-inner"> <div class="ajaxcart-draw__scroll"> <div class="ajaxcart__head"> <div class="ajaxcart__label"> <h3 class="ajaxcart__label-title">Shopping Cart</h3> </div> </div> <div id="CartContainer"></div> <div id="EmptyCart"> <div class="ajaxcart-empty"> <h5 class="ajaxcart-empty__title">Your cart is currently empty.</h5> <span class="emoji ajaxcart-empty__emoji"> <i class="icon icon--sad"></i> </span> <a href="/collections/all" class="c-btn c-btn--primary c-btn--full">Shop now</a> </div> </div> </div> </div> </div> <script id="CartTemplate" type="text/template"> <form action="/cart" method="post" novalidate class="cart ajaxcart__form"> <div class="ajaxcart__inner"> <div class="ajaxcart__products"> {{#items}} <div class="ajaxcart__product"> <div class="ajaxcart__row" data-line="{{line}}"> <div class="o-layout o-layout--tiny u-flex u-flex--middle"> <div class="o-layout__item u-1/1 u-6/10@tab"> <div class="o-layout o-layout--tiny u-flex u-flex--middle"> <div class="o-layout__item u-1/3 u-1/4@tab"> <a href="{{url}}" class="ajaxcart__product-image"> <div class="o-ratio o-ratio--bg-grey"> <img src="{{img}}" class="o-ratio__content" alt="{{name}}"> </div> </a> </div> <div class="o-layout__item u-2/3 u-3/4@tab"> <a href="{{url}}"><h3 class="ajaxcart__product-name">{{name}}</h3></a> {{#if variation}} <p class="ajaxcart__product-meta">{{variation}}</p> {{/if}} {{#properties}} {{#each this}} {{#if this}} <p class="ajaxcart__product-meta">{{@key}}: {{this}}</p> {{/if}} {{/each}} {{/properties}} </div> </div> </div> <div class="o-layout__item u-2/3 u-2/10@tab"> <div class="ajaxcart__qty"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--minus" data-id="{{key}}" data-qty="{{itemMinus}}" data-line="{{line}}"> <span aria-hidden="true">&minus;</span> <span class="u-hidden-visually">Reduce item quantity by one</span> </button> <input type="text" name="updates[]" class="ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{key}}" data-line="{{line}}" aria-label="quantity" pattern="[0-9]*"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--plus" data-id="{{key}}" data-line="{{line}}" data-qty="{{itemAdd}}"> <span aria-hidden="true">+</span> <span class="u-hidden-visually">Increase item quantity by one</span> </button> </div> </div> <div class="o-layout__item u-1/3 u-2/10@tab"> {{#if discountsApplied}} <small class="ajaxcart-item__price-strikethrough"><s><span class="money">{{{originalLinePrice}}}</span></s></small> <br><span><span class="money">{{{linePrice}}}</span></span> {{else}} <div class="ajaxcart-item__price"><span class="money">{{{linePrice}}}</span></div> {{/if}} {{#if discountsApplied}} <div class="grid--full display-table"> <div class="grid__item text-right"> {{#each discounts}} <small class="ajaxcart-item__discount">{{ this.title }}</small><br> {{/each}} </div> </div> {{/if}} </div> </div> </div> </div> {{/items}} </div> </div> <div class="ajaxcart__footer"> <div class="o-layout o-layout--tiny o-layout--reverse"> <div class="o-layout__item u-1/1 u-1/3@tab"> <p class="ajaxcart__footer-total">Subtotal <span class="money">{{{totalPrice}}}</span></p> {{#if totalCartDiscount}} <p class="ajaxcart__savings"><em><span class="money">{{{totalCartDiscount}}}</span></em></p> {{/if}} </div> <div class="o-layout__item u-1/1 u-2/3@tab"> <p class="ajaxcart__footer-message">Shipping &amp; taxes calculated at checkout</p> </div> </div> </div> <div class="ajaxcart__button"> <div class="o-layout o-layout--tiny o-layout--reverse"> <div class="o-layout__item u-1/1 u-1/2@tab"> <button type="submit" class="c-btn c-btn--full c-btn--primary c-btn--arrow ajaxcart__checkout" name="checkout">Check Out</button> </div> <div class="o-layout__item u-1/1 u-1/2@tab"> <a href="#" class="c-btn c-btn--full c-btn--light js-close-mfp ajaxcart__continue">Continue shopping</a> </div> </div> </div> </form> </script> <script id="AjaxQty" type="text/template"> <div class="ajaxcart__qty"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--minus" data-id="{{key}}" data-qty="{{itemMinus}}"> <span aria-hidden="true">&minus;</span> <span class="u-hidden-visually">Reduce item quantity by one</span> </button> <input type="text" class="ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{key}}" aria-label="quantity" pattern="[0-9]*"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--plus" data-id="{{key}}" data-qty="{{itemAdd}}"> <span aria-hidden="true">+</span> <span class="u-hidden-visually">Increase item quantity by one</span> </button> </div> </script> <script id="JsQty" type="text/template"> <div class="js-qty"> <button type="button" class="js-qty__adjust js-qty__adjust--minus icon-fallback-text" data-id="{{key}}" data-qty="{{itemMinus}}"> <span aria-hidden="true">&minus;</span> <span class="u-hidden-visually">Reduce item quantity by one</span> </button> <input type="text" class="js-qty__num" value="{{itemQty}}" min="1" data-id="{{key}}" aria-label="quantity" pattern="[0-9]*" name="{{inputName}}" id="{{inputId}}"> <button type="button" class="js-qty__adjust js-qty__adjust--plus" data-id="{{key}}" data-qty="{{itemAdd}}"> <span aria-hidden="true">+</span> <span class="u-hidden-visually">Increase item quantity by one</span> </button> </div> </script> <script> //cart functions theme.ajaxCartInit = function() { ajaxCart.init({ cartContainer: '#CartContainer', cartCountSelector: '#CartCount', cartCostSelector: '#CartCost', emptySelector: '#EmptyCart', triggerSelector: '.js-cart-trigger', formSelector: '.js-product-form', addToCartSelector: '.js-product-add', moneyFormat: "$ {{amount}}" }); }; </script> <!-- Venue theme by Safe As Milk - http://safeasmilk.co/ --> <!-- Theme version 4.2.0 --> </body> </html>
[ "<footer role=\"contentinfo\" id=\"footer\" class=\"footer footer--dark\">\n <div class=\"container\">\n <div class=\"footer__content\">\n <div class=\"o-layout\">\n \n\n \n \n \n <div class=\"o-layout__item u-1/1 u-1/2@tab u-1/3@desk\">\n <div class=\"footer-nav\">\n \n <h4 class=\"footer-nav__title h5\">Menu</h4>\n \n <ul class=\"footer-nav__items o-list-bare\">\n \n <li class=\"footer-nav__item\"><a href=\"/\" class=\"footer-nav__link\">Home</a></li>\n \n <li class=\"footer-nav__item footer-nav__item--active\"><a href=\"/collections/botanical-collection\" class=\"footer-nav__link\">Botanical Collection</a></li>\n \n <li class=\"footer-nav__item\"><a href=\"/collections/geo-collection\" class=\"footer-nav__link\">Geo Collection</a></li>\n \n <li class=\"footer-nav__item\"><a href=\"/pages/apothecary\" class=\"footer-nav__link\">Apothecary (Coming Soon)</a></li>\n \n <li class=\"footer-nav__item\"><a href=\"/pages/about-us\" class=\"footer-nav__link\">About</a></li>\n \n </ul>\n </div>\n </div>\n \n \n \n \n \n \n \n \n \n \n <div class=\"o-layout__item u-1/1 u-1/2@tab u-1/3@desk\">\n <div class=\"footer-nav\">\n \n <h4 class=\"footer-nav__title h5\">Contact</h4>\n \n \n <p class=\"footer-nav__text\"><a href=\"mailto:[email protected]\" class=\"footer-nav__text-link\">[email protected]</a></p>\n \n \n \n <p class=\"footer-nav__text footer-nav__text--address\">\n 133 Main Street<br/>\n Beacon New York<br/>\n 12508 United States\n </p>\n \n \n <div class=\"footer-nav__social-wrapper\">\n <ul class=\"footer-nav__social-items o-list-bare\">\n \n <li class=\"footer-nav__social-item\">\n <a href=\"http://facebook.com/lewisandpine\" class=\"footer-nav__social-link icon-fallback\" target=\"_blank\">\n <i class=\"icon icon--facebook\" aria-hidden=\"true\"/>\n <span class=\"icon-fallback__text\">Facebook</span>\n </a>\n </li>\n \n \n \n \n <li class=\"footer-nav__social-item\">\n <a href=\"http://instagram.com/lewisandpine\" class=\"footer-nav__social-link icon-fallback\" target=\"_blank\">\n <i class=\"icon icon--instagram\" aria-hidden=\"true\"/>\n <span class=\"icon-fallback__text\">Instagram</span>\n </a>\n </li>\n \n \n \n \n \n \n \n </ul>\n </div>\n \n\n </div>\n </div>\n \n \n \n \n \n \n \n \n \n <div class=\"o-layout__item u-1/1 u-1/2@tab u-1/3@desk\">\n <div class=\"footer-nav\">\n \n <h4 class=\"footer-nav__title h5\">About Lewis &amp; Pine</h4>\n \n \n <div class=\"footer-nav__text rte\">\n <p>Jewelry inspired in equal parts by modernist design and the simple elegance of nature. <a href=\"/pages/about-us\" title=\"About Lewis &amp; Pine\">Learn more here.</a></p>\n </div>\n \n </div>\n </div>\n \n \n \n \n \n </div>\n\n <div class=\"footer-copyright\">\n <p class=\"footer-copyright__text\">\n <span class=\"footer-copyright__span footer-copyright__span--shop\">© 2019, Lewis &amp; Pine</span>\n <span class=\"footer-copyright__span footer-copyright__span--powered\"><a href=\"https://safeasmilk.co/\" target=\"_blank\">Theme by Safe As Milk</a>. <a target=\"_blank\" rel=\"nofollow\" href=\"https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore\">Powered by Shopify</a></span>\n </p>\n </div>\n\n </div>\n </div>\n\n \n <div class=\"footer__bottom\">\n <div class=\"container\">\n \n\n \n <div class=\"footer__icons footer__bottom-item\">\n \n<ul class=\"footer__icons-items o-list-bare\">\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewbox=\"0 0 38 24\" width=\"38\" height=\"24\" aria-labelledby=\"pi-american_express\"><title id=\"pi-american_express\">American Express</title><path d=\"M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z\" fill=\"#000\" opacity=\".07\"/><path d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\" fill=\"#002663\"/><path d=\"M8.971 10.268l.774 1.876H8.203l.768-1.876zm16.075.078h-2.977v.827h2.929v1.239h-2.923v.922h2.977v.739l2.077-2.245-2.077-2.34-.006.858zm-14.063-2.34h3.995l.887 1.935L16.687 8h10.37l1.078 1.19L29.25 8h4.763l-3.519 3.852 3.483 3.828h-4.834l-1.078-1.19-1.125 1.19H10.03l-.494-1.19H8.406l-.495 1.19H4L7.286 8h3.43l.267.006zm8.663 1.078h-2.239l-1.5 3.536-1.625-3.536H12.06v4.81l-2.06-4.81H8.007l-2.382 5.512H7.18l.494-1.19h2.596l.494 1.19h2.72v-3.935l1.751 3.941h1.19l1.74-3.929v3.93h1.458l.024-5.52zm9.34 2.768l2.531-2.768h-1.822l-1.601 1.726-1.548-1.726h-5.894v5.518h5.81l1.614-1.738 1.548 1.738h1.875l-2.512-2.75z\" fill=\"#FFF\"/></svg>\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" viewbox=\"0 0 38 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" width=\"38\" height=\"24\" aria-labelledby=\"pi-diners_club\"><title id=\"pi-diners_club\">Diners Club</title><path opacity=\".07\" d=\"M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z\"/><path fill=\"#fff\" d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\"/><path d=\"M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z\" fill=\"#3086C8\"/></svg>\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewbox=\"0 0 38 24\" width=\"38\" height=\"24\" aria-labelledby=\"pi-discover\"><title id=\"pi-discover\">Discover</title><path d=\"M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z\" fill=\"#000\" opacity=\".07\"/><path d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\" fill=\"#FFF\"/><path d=\"M37 16.95V21c0 1.1-.9 2-2 2H23.228c7.896-1.815 12.043-4.601 13.772-6.05z\" fill=\"#EDA024\"/><path fill=\"#494949\" d=\"M9 11h20v2H9z\"/><path d=\"M22 12c0 1.7-1.3 3-3 3s-3-1.4-3-3 1.4-3 3-3c1.7 0 3 1.3 3 3z\" fill=\"#EDA024\"/></svg>\n\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" width=\"38\" height=\"24\" role=\"img\" aria-labelledby=\"pi-jcb\" viewbox=\"0 0 38 24\" xmlns=\"http://www.w3.org/2000/svg\"><title id=\"pi-jcb\">JCB</title><g fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\"><path d=\"M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z\" fill=\"#000\" opacity=\".07\"/><path d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\" fill=\"#FFF\"/></g><path d=\"M11.5 5H15v11.5a2.5 2.5 0 0 1-2.5 2.5H9V7.5A2.5 2.5 0 0 1 11.5 5z\" fill=\"#006EBC\"/><path d=\"M18.5 5H22v11.5a2.5 2.5 0 0 1-2.5 2.5H16V7.5A2.5 2.5 0 0 1 18.5 5z\" fill=\"#F00036\"/><path d=\"M25.5 5H29v11.5a2.5 2.5 0 0 1-2.5 2.5H23V7.5A2.5 2.5 0 0 1 25.5 5z\" fill=\"#2AB419\"/><path d=\"M10.755 14.5c-1.06 0-2.122-.304-2.656-.987l.78-.676c.068 1.133 3.545 1.24 3.545-.19V9.5h1.802v3.147c0 .728-.574 1.322-1.573 1.632-.466.144-1.365.221-1.898.221zm8.116 0c-.674 0-1.388-.107-1.965-.366-.948-.425-1.312-1.206-1.3-2.199.012-1.014.436-1.782 1.468-2.165 1.319-.49 3.343-.261 3.926.27v.972c-.572-.521-1.958-.898-2.919-.46-.494.226-.737.917-.744 1.448-.006.56.245 1.252.744 1.497.953.467 2.39.04 2.919-.441v1.01c-.358.255-1.253.434-2.129.434zm8.679-2.587c.37-.235.582-.567.582-1.005 0-.438-.116-.687-.348-.939-.206-.207-.58-.469-1.238-.469H23v5h3.546c.696 0 1.097-.23 1.315-.415.283-.25.426-.53.426-.96 0-.431-.155-.908-.737-1.212zm-1.906-.281h-1.428v-1.444h1.495c.956 0 .944 1.444-.067 1.444zm.288 2.157h-1.716v-1.513h1.716c.986 0 1.083 1.513 0 1.513z\" fill=\"#FFF\" fill-rule=\"nonzero\"/></g></svg>\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" viewbox=\"0 0 38 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" width=\"38\" height=\"24\" aria-labelledby=\"pi-master\"><title id=\"pi-master\">Mastercard</title><path opacity=\".07\" d=\"M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z\"/><path fill=\"#fff\" d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\"/><circle fill=\"#EB001B\" cx=\"15\" cy=\"12\" r=\"7\"/><circle fill=\"#F79E1B\" cx=\"23\" cy=\"12\" r=\"7\"/><path fill=\"#FF5F00\" d=\"M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z\"/></svg>\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" viewbox=\"0 0 38 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"38\" height=\"24\" role=\"img\" aria-labelledby=\"pi-paypal\"><title id=\"pi-paypal\">PayPal</title><path opacity=\".07\" d=\"M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z\"/><path fill=\"#fff\" d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\"/><path fill=\"#003087\" d=\"M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z\"/><path fill=\"#3086C8\" d=\"M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z\"/><path fill=\"#012169\" d=\"M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z\"/></svg>\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewbox=\"0 0 38 24\" width=\"38\" height=\"24\" aria-labelledby=\"pi-shopify_pay\"><title id=\"pi-shopify_pay\">Shopify Pay</title><path d=\"M35.712 24H2.288A2.279 2.279 0 0 1 0 21.731V2.269A2.279 2.279 0 0 1 2.289 0H35.71A2.279 2.279 0 0 1 38 2.269v19.462A2.279 2.279 0 0 1 35.712 24\" fill=\"#5C6AC4\"/><path d=\"M35.712 23.5H2.288A1.779 1.779 0 0 1 .5 21.731V2.269A1.78 1.78 0 0 1 2.289.5H35.71a1.78 1.78 0 0 1 1.789 1.769v19.462c0 .973-.797 1.769-1.788 1.769z\" fill=\"none\" stroke=\"#142688\" stroke-opacity=\".2\"/><path d=\"M12.892 7.934l-.835-.063-.614-.61a.128.128 0 0 0-.052-.031l-.395 9.12 3.118-.678-1.132-7.654a.1.1 0 0 0-.09-.084zm-2.81-.35v-.108c0-.33-.045-.597-.12-.808.297.037.494.374.62.76-.148.047-.317.1-.5.156zm-.653 3.295s-.346-.185-.77-.185c-.622 0-.653.39-.653.488 0 .537 1.398.742 1.398 2 0 .988-.627 1.625-1.473 1.625-1.014 0-1.534-.632-1.534-.632l.272-.897s.534.457.984.457a.397.397 0 0 0 .413-.4c0-.7-1.148-.731-1.148-1.882 0-.967.695-1.904 2.098-1.904.54 0 .807.155.807.155l-.394 1.175zm-.23-4.52a.3.3 0 0 1 .171.057c-.428.202-.888.71-1.081 1.723l-.817.254c.227-.774.766-2.035 1.727-2.035zm.533 1.276v.058l-1.034.32c.199-.768.572-1.14.898-1.28.082.207.136.503.136.902zm1.487-.402l-.31.095c-.185-.532-.51-1.02-1.085-1.02-.016 0-.032 0-.048.002-.163-.216-.365-.31-.54-.31C7.899 6 7.261 7.671 7.06 8.52l-.935.29c-.29.092-.3.1-.337.374C5.759 9.39 5 15.258 5 15.258l5.855 1.097.395-9.13a.32.32 0 0 0-.031.008zm7.394 4.348c.143.022.286.044.506.044.97 0 1.498-.727 1.498-1.443 0-.65-.43-.914-1.024-.914-.242 0-.43.01-.55.044l-.43 2.269zm-.848-3.36c.462-.11 1.157-.176 1.796-.176.616 0 1.376.11 1.894.518.44.341.694.87.694 1.498a2.71 2.71 0 0 1-.991 2.126c-.573.462-1.4.672-2.225.672-.21 0-.408-.022-.551-.034l-.518 2.688h-1.487l1.388-7.292zm7.715 2.985a1.485 1.485 0 0 0-.385-.044c-.991 0-1.663 1.421-1.663 2.358 0 .517.165.87.573.87.451 0 .969-.562 1.2-1.785l.276-1.399zm-.473 4.308c.01-.309.044-.65.066-1.014h-.034c-.473.837-1.112 1.124-1.674 1.124-.914 0-1.498-.727-1.498-1.796 0-1.762 1.09-3.822 3.646-3.822a5.94 5.94 0 0 1 1.664.253l-.573 2.875c-.132.683-.232 1.73-.22 2.38h-1.377zm4.357-5.247l.242 2.284c.067.54.11.925.132 1.277h.023c.12-.363.231-.705.451-1.289l.926-2.272h1.586l-1.862 3.848c-.66 1.366-1.3 2.368-1.994 3.018-.54.507-1.178.76-1.487.826l-.418-1.289a3.28 3.28 0 0 0 .859-.43 2.6 2.6 0 0 0 .826-.914c.044-.077.055-.143.033-.253l-.843-4.806h1.526z\" fill=\"#fff\"/></svg>\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" viewbox=\"0 0 38 24\" width=\"38\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" aria-labelledby=\"pi-venmo\"><title id=\"pi-venmo\">Venmo</title><g fill=\"none\" fill-rule=\"evenodd\"><rect fill-opacity=\".07\" fill=\"#000\" width=\"38\" height=\"24\" rx=\"3\"/><path fill=\"#3D95CE\" d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\"/><path d=\"M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z\" fill=\"#FFF\" fill-rule=\"nonzero\"/></g></svg>\n\n </li>\n \n <li class=\"footer__icons-item\">\n <svg class=\"payment-icon\" viewbox=\"0 0 38 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" width=\"38\" height=\"24\" aria-labelledby=\"pi-visa\"><title id=\"pi-visa\">Visa</title><path opacity=\".07\" d=\"M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z\"/><path fill=\"#fff\" d=\"M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32\"/><path d=\"M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z\" fill=\"#142688\"/></svg>\n </li>\n \n </ul> \n \n </div>\n \n </div>\n </div>\n \n</footer>\n\n" ]
[ "<head>\n \t<meta charset=\"utf-8\"/>\n \t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>\n \t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, user-scalable=0\"/>\n \t<meta name=\"theme-color\" content=\"#7dccd0\"/>\n \t<link rel=\"canonical\" href=\"https://www.lewisandpine.com/products/bay-leaf-necklace\"/>\n\n\t<!-- Network optimisations -->\n<link rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin=\"\"/>\n<link rel=\"preconnect\" href=\"https://v.shopify.com\" crossorigin=\"\"/>\n<link rel=\"preconnect\" href=\"https://fonts.shopifycdn.com\" crossorigin=\"\"/>\n<link rel=\"preconnect\" href=\"https://productreviews.shopifycdn.com\" crossorigin=\"\"/>\n<link rel=\"preconnect\" href=\"https://ajax.googleapis.com\" crossorigin=\"\"/>\n\n\n \t\n\n \t<!-- Title and description ================================================== -->\n \t<title>\n \tSage Leaf Necklace – Lewis &amp; Pine\n \t</title>\n \t\n \t\t<meta name=\"description\" content=\"The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Sage is said to symbolize wisdom and longevity. Available in Sterling Silver or 18K Gold Vermeil. The chain\"/>\n \t\n\n \t<!-- /snippets/social-meta-tags.liquid -->\n\n\n\n\n<meta property=\"og:site_name\" content=\"Lewis &amp; Pine\"/>\n<meta property=\"og:url\" content=\"https://www.lewisandpine.com/products/bay-leaf-necklace\"/>\n<meta property=\"og:title\" content=\"Sage Leaf Necklace\"/>\n<meta property=\"og:type\" content=\"product\"/>\n<meta property=\"og:description\" content=\"The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Sage is said to symbolize wisdom and longevity. Available in Sterling Silver or 18K Gold Vermeil. The chain\"/>\n\n <meta property=\"og:price:amount\" content=\"129.00\"/>\n <meta property=\"og:price:currency\" content=\"USD\"/>\n\n<meta property=\"og:image\" content=\"http://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1200x1200.jpg?v=1548299813\"/><meta property=\"og:image\" content=\"http://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_1200x1200.jpg?v=1554146836\"/>\n<meta property=\"og:image:secure_url\" content=\"https://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1200x1200.jpg?v=1548299813\"/><meta property=\"og:image:secure_url\" content=\"https://cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_and_Twig_Post_Earrings_1200x1200.jpg?v=1554146836\"/>\n\n\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:title\" content=\"Sage Leaf Necklace\"/>\n<meta name=\"twitter:description\" content=\"The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Sage is said to symbolize wisdom and longevity. Available in Sterling Silver or 18K Gold Vermeil. The chain\"/>\n\n\n \t<!-- JS before CSSOM =================================================== -->\n \t<script type=\"text/javascript\">\n\t\ttheme = {};\n\t\ttheme.t = {};\n\t\ttheme.map = {};\n\t\ttheme.cart_ajax = true;\n\t\ttheme.multiple_currencies = false;\n\t</script>\n \t<script src=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/lazysizes.min.js?183\" async=\"async\"/>\n \t<script src=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/vendor.min.js?183\" defer=\"defer\"/>\n \t<script src=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/ajax-cart.min.js?183\" defer=\"defer\"/>\n\n \t<!-- CSS ================================================== -->\n\t <style>\n\t@font-face {\n font-family: Raleway;\n font-weight: 300;\n font-style: normal;\n src: url(\"https://fonts.shopifycdn.com/raleway/raleway_n3.6af2bf6ae89d795fe706cb1dd85571cc2decf7bc.woff2?h1=bGV3aXNhbmRwaW5lLmNvbQ&amp;hmac=c4dc736d1d05f61a09c0b8ec59ee2e7d5b6018011547d916d3cb0b7047d86755\") format(\"woff2\"),\n url(\"https://fonts.shopifycdn.com/raleway/raleway_n3.41c8b774129b7887abbfb6832362cbf04d3d00f1.woff?h1=bGV3aXNhbmRwaW5lLmNvbQ&amp;hmac=ff73a318f60c424f31761d131921fa6fd301a4fb0133d7904bd762fb6bc77daf\") format(\"woff\");\n}\n\n\t@font-face {\n font-family: Raleway;\n font-weight: 400;\n font-style: normal;\n src: url(\"https://fonts.shopifycdn.com/raleway/raleway_n4.e721da6683e65ea8e217c48c3a4254b0476a6709.woff2?h1=bGV3aXNhbmRwaW5lLmNvbQ&amp;hmac=763d8a0dbe5985a41eadb24d666c4ddf5c0d0cded8ed738eeae79085a2431f98\") format(\"woff2\"),\n url(\"https://fonts.shopifycdn.com/raleway/raleway_n4.c5b6fdec4157e9fa556f2738e9a48cd93d620789.woff?h1=bGV3aXNhbmRwaW5lLmNvbQ&amp;hmac=3757c9985f84ce0e4d07ac7948206cd728a288b67df56d2f599b2259c9b39d95\") format(\"woff\");\n}\n\n\n\n\n</style>\n\n\t<link rel=\"stylesheet\" href=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme-critical.scss.css?183\"/>\n\n\t<link rel=\"preload\" href=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme.scss.css?183\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"/>\n\t<noscript><link rel=\"stylesheet\" href=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme.scss.css?183\"/></noscript>\n\t<script>\n\t\t/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */\n\t\t(function(w){\"use strict\";if(!w.loadCSS){w.loadCSS=function(){}}var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement(\"link\").relList.supports(\"preload\")}catch(e){ret=false}return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||\"all\";function enableStylesheet(){if(link.addEventListener){link.removeEventListener(\"load\",enableStylesheet)}else if(link.attachEvent){link.detachEvent(\"onload\",enableStylesheet)}link.setAttribute(\"onload\",null);link.media=finalMedia}if(link.addEventListener){link.addEventListener(\"load\",enableStylesheet)}else if(link.attachEvent){link.attachEvent(\"onload\",enableStylesheet)}setTimeout(function(){link.rel=\"stylesheet\";link.media=\"only x\"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}var links=w.document.getElementsByTagName(\"link\");for(var i=0;i&lt;links.length;i+=1){var link=links[i];if(link.rel===\"preload\"&amp;&amp;link.getAttribute(\"as\")===\"style\"&amp;&amp;!link.getAttribute(\"data-loadcss\")){link.setAttribute(\"data-loadcss\",true);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener(\"load\",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent(\"onload\",function(){rp.poly();w.clearInterval(run)})}}if(typeof exports!==\"undefined\"){exports.loadCSS=loadCSS}else{w.loadCSS=loadCSS}}(typeof global!==\"undefined\"?global:this));\n\t</script>\n\n\n\t<!-- JS after CSSOM=================================================== -->\n \t<script src=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/theme.min.js?183\" defer=\"defer\"/>\n \t<script src=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/custom.js?183\" defer=\"defer\"/>\n\n \t\n\t\t<script src=\"//cdn.shopify.com/s/files/1/1004/2992/t/10/assets/scrollreveal.min.js?183\"/>\n\t\n \t\n\n\t<!-- Header hook for plugins ================================================== -->\n \t<meta id=\"shopify-digital-wallet\" name=\"shopify-digital-wallet\" content=\"/10042992/digital_wallets/dialog\"/>\n<meta name=\"shopify-checkout-api-token\" content=\"3c0257624ef3f2a0fca83aa44aa84da7\"/>\n<meta id=\"in-context-paypal-metadata\" data-shop-id=\"10042992\" data-venmo-supported=\"true\" data-environment=\"production\" data-locale=\"en_US\" data-paypal-v4=\"true\" data-currency=\"USD\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.lewisandpine.com/products/bay-leaf-necklace.oembed\"/>\n<style media=\"all\">.additional-checkout-button{border:0 !important;border-radius:5px !important;display:inline-block;margin:0 0 10px;padding:0 24px !important;max-width:100%;min-width:150px !important;line-height:44px !important;text-align:center !important}.additional-checkout-button+.additional-checkout-button{margin-left:10px}.additional-checkout-button:last-child{margin-bottom:0}.additional-checkout-button span{font-size:14px !important}.additional-checkout-button img{display:inline-block !important;height:1.3em !important;margin:0 !important;vertical-align:middle !important;width:auto !important}@media (max-width: 500px){.additional-checkout-button{display:block;margin-left:0 !important;padding:0 10px !important;width:100%}}.additional-checkout-button--apple-pay{background-color:#000 !important;color:#fff !important;display:none;font-family:-apple-system, Helvetica Neue, sans-serif !important;min-width:150px !important;white-space:nowrap !important}.additional-checkout-button--apple-pay:hover,.additional-checkout-button--apple-pay:active,.additional-checkout-button--apple-pay:visited{color:#fff !important;text-decoration:none !important}.additional-checkout-button--apple-pay .additional-checkout-button__logo{background:-webkit-named-image(apple-pay-logo-white) center center no-repeat !important;background-size:auto 100% !important;display:inline-block !important;vertical-align:middle !important;width:3em !important;height:1.3em !important}@media (max-width: 500px){.additional-checkout-button--apple-pay{display:none}}.additional-checkout-button--google-pay{line-height:0 !important;padding:0 !important;border-radius:unset !important;width:80px !important}@media (max-width: 500px){.additional-checkout-button--google-pay{width:100% !important}}.gpay-iframe{height:44px !important;width:100% !important;cursor:pointer;vertical-align:middle !important}.additional-checkout-button--paypal-express{background-color:#ffc439 !important}.additional-checkout-button--paypal,.additional-checkout-button--venmo{vertical-align:top;line-height:0 !important;padding:0 !important}.additional-checkout-button--amazon{background-color:#fad676 !important;position:relative !important}.additional-checkout-button--amazon .additional-checkout-button__logo{-webkit-transform:translateY(4px) !important;transform:translateY(4px) !important}.additional-checkout-button--amazon .alt-payment-list-amazon-button-image{max-height:none !important;opacity:0 !important;position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important}.additional-checkout-button-visually-hidden{border:0 !important;clip:rect(0, 0, 0, 0) !important;clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;margin:-2px !important;overflow:hidden !important;padding:0 !important;position:absolute !important}\n</style>\n<script id=\"shopify-features\" type=\"application/json\">{\"accessToken\":\"3c0257624ef3f2a0fca83aa44aa84da7\",\"betas\":[],\"domain\":\"www.lewisandpine.com\",\"shopId\":10042992,\"smart_payment_buttons_url\":\"https:\\/\\/cdn.shopifycloud.com\\/payment-sheet\\/assets\\/latest\\/spb.en.js\"}</script>\n<script>var Shopify = Shopify || {};\nShopify.shop = \"lewisandpine.myshopify.com\";\nShopify.currency = {\"active\":\"USD\",\"rate\":\"1.0\"};\nShopify.theme = {\"name\":\"Venue\",\"id\":46881538130,\"theme_store_id\":836,\"role\":\"main\"};\nShopify.theme.handle = \"null\";\nShopify.theme.style = {\"id\":null,\"handle\":null};</script>\n<script>window.ShopifyPay = window.ShopifyPay || {};\nwindow.ShopifyPay.apiHost = \"pay.shopify.com\";</script>\n<script>(function() {\n function asyncLoad() {\n var urls = [\"https:\\/\\/s3.amazonaws.com\\/lastsecondcoupon\\/js\\/quickannouncementbar.js?shop=lewisandpine.myshopify.com\"];\n for (var i = 0; i &lt; urls.length; i++) {\n var s = document.createElement('script');\n s.type = 'text/javascript';\n s.async = true;\n s.src = urls[i];\n var x = document.getElementsByTagName('script')[0];\n x.parentNode.insertBefore(s, x);\n }\n };\n if(window.attachEvent) {\n window.attachEvent('onload', asyncLoad);\n } else {\n window.addEventListener('load', asyncLoad, false);\n }\n})();</script>\n<script id=\"__st\">var __st={\"a\":10042992,\"offset\":-14400,\"reqid\":\"7feb4221-7d7d-41f0-bc4d-b4e94c54f60e\",\"pageurl\":\"www.lewisandpine.com\\/collections\\/botanical-collection\\/products\\/bay-leaf-necklace\",\"u\":\"9c6e40ca2146\",\"p\":\"product\",\"rtyp\":\"product\",\"rid\":1515322998866};</script>\n<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>\n<script>window.Shopify = window.Shopify || {};\nwindow.Shopify.Checkout = window.Shopify.Checkout || {};\nwindow.Shopify.Checkout.apiHost = \"lewisandpine.myshopify.com\";</script>\n<script>window['GoogleAnalyticsObject'] = 'ga';\nwindow['ga'] = window['ga'] || function() {\n (window['ga'].q = window['ga'].q || []).push(arguments);\n};\nwindow['ga'].l = 1 * new Date();</script>\n<script>var _gaUTrackerOptions = {'allowLinker': true};ga('create', 'UA-68976362-1', 'auto', _gaUTrackerOptions);ga('send', 'pageview');\n (function(){\n ga('require', 'linker');\n function addListener(element, type, callback) {\n if (element.addEventListener) {\n element.addEventListener(type, callback);\n }\n else if (element.attachEvent) {\n element.attachEvent('on' + type, callback);\n }\n }\n function decorate(event) {\n event = event || window.event;\n var target = event.target || event.srcElement;\n if (target &amp;&amp; (target.action || target.href)) {\n ga(function (tracker) {\n var linkerParam = tracker.get('linkerParam');\n document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/';\n });\n }\n }\n addListener(window, 'load', function(){\n for (var i=0; i&lt;document.forms.length; i++) {\n if(document.forms[i].action &amp;&amp; document.forms[i].action.indexOf('/cart') &gt;= 0) {\n addListener(document.forms[i], 'submit', decorate);\n }\n }\n for (var i=0; i&lt;document.links.length; i++) {\n if(document.links[i].href &amp;&amp; document.links[i].href.indexOf('/checkout') &gt;= 0) {\n addListener(document.links[i], 'click', decorate);\n }\n }\n })\n }());\n </script>\n<script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};\nwindow.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};\nwindow.ShopifyAnalytics.meta.currency = 'USD';\nvar meta = {\"product\":{\"id\":1515322998866,\"vendor\":\"Lewis \\u0026 Pine\",\"type\":\"\",\"variants\":[{\"id\":21193602728018,\"price\":12900,\"name\":\"Sage Leaf Necklace - Sterling Silver\",\"public_title\":\"Sterling Silver\",\"sku\":\"\"},{\"id\":13087045812306,\"price\":16900,\"name\":\"Sage Leaf Necklace - 18K Gold Vermeil\",\"public_title\":\"18K Gold Vermeil\",\"sku\":\"\"}]},\"page\":{\"pageType\":\"product\",\"resourceType\":\"product\",\"resourceId\":1515322998866}};\nfor (var attr in meta) {\n window.ShopifyAnalytics.meta[attr] = meta[attr];\n}</script>\n<script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {\n \n};\n</script>\n<script class=\"analytics\">(function () {\n var customDocumentWrite = function(content) {\n var jquery = null;\n\n if (window.jQuery) {\n jquery = window.jQuery;\n } else if (window.Checkout &amp;&amp; window.Checkout.$) {\n jquery = window.Checkout.$;\n }\n\n if (jquery) {\n jquery('body').append(content);\n }\n };\n\n var isDuplicatedThankYouPageView = function() {\n return document.cookie.indexOf('loggedConversion=' + window.location.pathname) !== -1;\n }\n\n var setCookieIfThankYouPage = function() {\n if (window.location.pathname.indexOf('/checkouts') !== -1 &amp;&amp;\n window.location.pathname.indexOf('/thank_you') !== -1) {\n\n var twoMonthsFromNow = new Date(Date.now())\n twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);\n\n document.cookie = 'loggedConversion=' + window.location.pathname + '; expires=' + twoMonthsFromNow;\n }\n }\n\n var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];\n if (trekkie.integrations) {\n return;\n }\n trekkie.methods = [\n 'identify',\n 'page',\n 'ready',\n 'track',\n 'trackForm',\n 'trackLink'\n ];\n trekkie.factory = function(method) {\n return function() {\n var args = Array.prototype.slice.call(arguments);\n args.unshift(method);\n trekkie.push(args);\n return trekkie;\n };\n };\n for (var i = 0; i &lt; trekkie.methods.length; i++) {\n var key = trekkie.methods[i];\n trekkie[key] = trekkie.factory(key);\n }\n trekkie.load = function(config) {\n trekkie.config = config;\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.onerror = function(e) {\n (new Image()).src = '//v.shopify.com/internal_errors/track?error=trekkie_load';\n };\n script.async = true;\n script.src = 'https://cdn.shopify.com/s/javascripts/tricorder/trekkie.storefront.min.js?v=2017.09.05.1';\n var first = document.getElementsByTagName('script')[0];\n first.parentNode.insertBefore(script, first);\n };\n trekkie.load(\n {\"Trekkie\":{\"appName\":\"storefront\",\"development\":false,\"defaultAttributes\":{\"shopId\":10042992,\"isMerchantRequest\":null,\"themeId\":46881538130,\"themeCityHash\":6216002626327354726,\"contentLanguage\":\"en\"}},\"Performance\":{\"navigationTimingApiMeasurementsEnabled\":true,\"navigationTimingApiMeasurementsSampleRate\":1.0},\"Session Attribution\":{}}\n );\n\n var loaded = false;\n trekkie.ready(function() {\n if (loaded) return;\n loaded = true;\n\n window.ShopifyAnalytics.lib = window.trekkie;\n \n\n var originalDocumentWrite = document.write;\n document.write = customDocumentWrite;\n try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};\n document.write = originalDocumentWrite;\n\n if (!isDuplicatedThankYouPageView()) {\n setCookieIfThankYouPage();\n \n window.ShopifyAnalytics.lib.page(\n null,\n {\"pageType\":\"product\",\"resourceType\":\"product\",\"resourceId\":1515322998866}\n );\n \n \n window.ShopifyAnalytics.lib.track(\n \"Viewed Product\",\n {\"variantId\":21193602728018,\"productId\":1515322998866,\"name\":\"Sage Leaf Necklace - Sterling Silver\",\"price\":\"129.00\",\"currency\":\"USD\",\"sku\":\"\",\"brand\":\"Lewis \\u0026 Pine\",\"variant\":\"Sterling Silver\",\"category\":\"\",\"nonInteraction\":true}\n );\n \n }\n });\n\n \n var eventsListenerScript = document.createElement('script');\n eventsListenerScript.async = true;\n eventsListenerScript.src = \"//cdn.shopify.com/s/assets/shop_events_listener-acf771159f9849ef6e5265782c99efe8b99406214c96a4373224ecafe285d7bb.js\";\n document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);\n \n})();</script>\n<script crossorigin=\"anonymous\" defer=\"defer\" src=\"//cdn.shopify.com/s/assets/shopify_pay/storefront-8ddbd55cc19e1ebbff92d676e1481c8e6b42e0c2714d3fdf6b810b1f193347b8.js?v=20190107\"/>\n<script integrity=\"sha256-ZGMHgi9G7WU+Z7WiP2suSn84yzoN83sGf9nMWJhVHAw=\" defer=\"defer\" src=\"//cdn.shopify.com/s/assets/storefront/express_buttons-646307822f46ed653e67b5a23f6b2e4a7f38cb3a0df37b067fd9cc5898551c0c.js\" crossorigin=\"anonymous\"/>\n<script integrity=\"sha256-6HOSr+Kf4wcoL05qrRLLS8wq/v1rf+vwtw7f0xX5aEw=\" defer=\"defer\" src=\"//cdn.shopify.com/s/assets/storefront/features-e87392afe29fe307282f4e6aad12cb4bcc2afefd6b7febf0b70edfd315f9684c.js\" crossorigin=\"anonymous\"/>\n<script async=\"async\" src=\"https://www.google-analytics.com/analytics.js\"/>\n<script defer=\"defer\" src=\"//cdn.shopify.com/s/assets/themes_support/ga_urchin_forms-99e991855b3d8ddc69e625c68ab0579dd9927b611c2ec4943d396c72e3af0849.js\"/>\n\n<style id=\"shopify-dynamic-checkout\">.shopify-payment-button__button--hidden {\n visibility: hidden;\n}\n\n.shopify-payment-button__button {\n border-radius: 4px;\n border: none;\n box-shadow: 0 0 0 0 transparent;\n color: white;\n cursor: pointer;\n display: block;\n font-size: 1em;\n font-weight: 500;\n line-height: 1;\n text-align: center;\n width: 100%;\n transition: background 0.2s ease-in-out;\n}\n\n.shopify-payment-button__button[disabled] {\n opacity: 0.6;\n cursor: default;\n}\n\n.shopify-payment-button__button--unbranded {\n background-color: #1990c6;\n padding: 1em 2em;\n}\n\n.shopify-payment-button__button--unbranded:hover:not([disabled]) {\n background-color: #136f99;\n}\n\n.shopify-payment-button__more-options {\n background: transparent;\n border: 0 none;\n cursor: pointer;\n display: block;\n font-size: 1em;\n margin-top: 1em;\n text-align: center;\n width: 100%;\n}\n\n.shopify-payment-button__more-options:hover:not([disabled]) {\n text-decoration: underline;\n}\n\n.shopify-payment-button__more-options[disabled] {\n opacity: 0.6;\n cursor: default;\n}\n\n.shopify-payment-button__button--branded {\n display: flex;\n flex-direction: column;\n min-height: 44px;\n position: relative;\n z-index: 1;\n}\n\n.shopify-payment-button__button--branded .shopify-cleanslate {\n flex: 1 !important;\n display: flex !important;\n flex-direction: column !important;\n}\n</style>\n</head>\n\n" ]
[ "<title>\n \tSage Leaf Necklace – Lewis &amp; Pine\n \t</title>\n \t\n \t\t", "<title id=\"pi-american_express\">American Express</title>", "<title id=\"pi-diners_club\">Diners Club</title>", "<title id=\"pi-discover\">Discover</title>", "<title id=\"pi-jcb\">JCB</title>", "<title id=\"pi-master\">Mastercard</title>", "<title id=\"pi-paypal\">PayPal</title>", "<title id=\"pi-shopify_pay\">Shopify Pay</title>", "<title id=\"pi-venmo\">Venmo</title>", "<title id=\"pi-visa\">Visa</title>" ]
[ { "key": "datasource", "type": "global", "value": "www.lewisandpine.com > collections > botanical collection > products > bay leaf necklace" } ]
[ { "char_end_idx": 195, "char_start_idx": 0, "key": "length", "type": "local", "value": "195" }, { "char_end_idx": 329, "char_start_idx": 195, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 379, "char_start_idx": 329, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 450, "char_start_idx": 379, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 593, "char_start_idx": 450, "key": "length", "type": "local", "value": "142" }, { "char_end_idx": 677, "char_start_idx": 593, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 757, "char_start_idx": 677, "key": "length", "type": "local", "value": "79" } ]
[ { "key": "length", "type": "global", "value": "841" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/", "mobile-nav__link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 5, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-nav__item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 25, "char_start_idx": 5, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#mobile-sub-2", "mobile-nav__link mobile-nav__link--sub js-toggle-trigger" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 26, "char_start_idx": 5, "html_attrs": { "attrs": [ "class", "aria-has-popup", "aria-expanded", "aria-controls" ], "values": [ "mobile-nav__item mobile-nav__item--active mobile-nav__item--sub", "true", "false", "mobile-sub-2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 40, "char_start_idx": 26, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#mobile-sub-3", "mobile-nav__link mobile-nav__link--sub js-toggle-trigger" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 41, "char_start_idx": 26, "html_attrs": { "attrs": [ "class", "aria-has-popup", "aria-expanded", "aria-controls" ], "values": [ "mobile-nav__item mobile-nav__item--sub", "true", "false", "mobile-sub-3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 65, "char_start_idx": 41, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/pages/apothecary", "mobile-nav__link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 66, "char_start_idx": 41, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-nav__item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 71, "char_start_idx": 66, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/pages/about-us", "mobile-nav__link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 72, "char_start_idx": 66, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-nav__item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 78, "char_start_idx": 72, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/account/login", "mobile-nav__link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 79, "char_start_idx": 72, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-nav__item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 79, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-nav__items o-list-bare" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 79, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-draw__nav mobile-nav" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "nav" }, { "char_end_idx": 79, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-draw mobile-draw--dark js-menu-draw mfp-hide mobile-draw__wrapper" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 79, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "shopify-section-mobile-drawer", "shopify-section js-section__mobile-draw" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 79, "char_start_idx": 79, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "shopify-section-header", "shopify-section js-section__header" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 79, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__top" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 79, "char_start_idx": 79, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "icon icon--facebook", "true" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "i" }, { "char_end_idx": 87, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-fallback__text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "span" }, { "char_end_idx": 88, "char_start_idx": 79, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "//www.facebook.com/sharer.php?u=https://www.lewisandpine.com/products/bay-leaf-necklace", "product-single__share-link icon-fallback", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 88, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__share-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 17, "type": "local", "value": "li" }, { "char_end_idx": 88, "char_start_idx": 88, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "icon icon--twitter", "true" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 95, "char_start_idx": 88, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-fallback__text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 96, "char_start_idx": 88, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "//twitter.com/share?text=Sage%20Leaf%20Necklace&url=https://www.lewisandpine.com/products/bay-leaf-necklace", "product-single__share-link icon-fallback", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 96, "char_start_idx": 88, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__share-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 96, "char_start_idx": 96, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "icon icon--pinterest", "true" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 105, "char_start_idx": 96, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-fallback__text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 106, "char_start_idx": 96, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "http://pinterest.com/pin/create/button/?url=https://www.lewisandpine.com/products/bay-leaf-necklace&media=//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1024x1024.jpg?v=1548299813&description=Sage%20Leaf%20Necklace", "product-single__share-link icon-fallback", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 106, "char_start_idx": 96, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__share-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 106, "char_start_idx": 106, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "icon icon--fancy", "true" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 111, "char_start_idx": 106, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-fallback__text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 112, "char_start_idx": 106, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "//www.thefancy.com/fancyit?ItemURL=https://www.lewisandpine.com/products/bay-leaf-necklace&Title=Sage%20Leaf%20Necklace&ImageURL=//cdn.shopify.com/s/files/1/1004/2992/products/Silver_Sage_Leaf_Necklace_1024x1024.jpg?v=1548299813", "product-single__share-link icon-fallback", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 112, "char_start_idx": 106, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__share-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 112, "char_start_idx": 112, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "icon icon--mail", "true" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 117, "char_start_idx": 112, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-fallback__text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 118, "char_start_idx": 112, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "mailto:?body=Sage%20Leaf%20Necklace%20-%20https://www.lewisandpine.com/products/bay-leaf-necklace", "product-single__share-link icon-fallback" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 118, "char_start_idx": 112, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__share-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 118, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__share-items o-list-bare" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 16, "type": "local", "value": "ul" }, { "char_end_idx": 118, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__share" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 118, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "o-layout__item u-1/1 u-2/5@desk product-single__box js-product-single-box" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 330, "char_start_idx": 118, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 451, "char_start_idx": 331, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 452, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single__content-text rte" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 452, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "o-layout__item u-1/1 u-3/5@desk product-single__content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 452, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "container container--medium product-single__bottom o-layout o-layout--reverse o-layout--large" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 452, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "product-single product-single--full product-single--text-default product-single--1515322998866 js-product-1515322998866" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 452, "char_start_idx": 79, "html_attrs": { "attrs": [ "class", "data-section-id", "data-section-type" ], "values": [ "section section--product-single js-product-single", "product-template", "product-single" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 9, "type": "local", "value": "section" }, { "char_end_idx": 452, "char_start_idx": 79, "html_attrs": { "attrs": [ "id", "class", "data-section-id", "data-section-type", "data-enable-history-state" ], "values": [ "shopify-section-product-template ProductSection-product-template", "shopify-section js-section__product-single", "product-template", "product", "true" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 452, "char_start_idx": 79, "html_attrs": { "attrs": [ "class" ], "values": [ "main" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 462, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "section__title-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 529, "char_start_idx": 463, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 530, "char_start_idx": 463, "html_attrs": { "attrs": [ "class" ], "values": [ "section__title-desc rte" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 530, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "newsletter__title section__title section__title--center section__title--desc" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 530, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "container newsletter newsletter--default newsletter__content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 530, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "section section--footer" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "section" }, { "char_end_idx": 530, "char_start_idx": 452, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "shopify-section-footer", "shopify-section js-section__footer" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 530, "char_start_idx": 530, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "icon icon--close", "true" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "i" }, { "char_end_idx": 541, "char_start_idx": 530, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-fallback__text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 542, "char_start_idx": 530, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "promo-pop__close js-promo-pop-close icon-fallback" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 678, "char_start_idx": 542, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 679, "char_start_idx": 542, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-pop__desc rte" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 679, "char_start_idx": 542, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-pop__wrapper promo-pop__content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 679, "char_start_idx": 530, "html_attrs": { "attrs": [ "id", "class", "data-promo-enabled", "data-promo-delay", "data-promo-expiry" ], "values": [ "shopify-section-promo-pop", "shopify-section js-section__promo-pop promo-pop js-promo-pop promo-pop--disabled promo-pop--no-mobile", "false", "10000", "30" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 758, "char_start_idx": 679, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 759, "char_start_idx": 679, "html_attrs": { "attrs": [ "class" ], "values": [ "age-checker__desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 759, "char_start_idx": 679, "html_attrs": { "attrs": [ "class" ], "values": [ "age-checker__content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 759, "char_start_idx": 679, "html_attrs": { "attrs": [ "id", "class", "data-age-check-enabled" ], "values": [ "shopify-section-age-checker", "shopify-section js-section__age-checker age-checker js-age-draw mfp-hide age-checker__wrapper", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 759, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "page-container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 768, "char_start_idx": 759, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav-title h5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h4" }, { "char_end_idx": 773, "char_start_idx": 769, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/", "search__nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 774, "char_start_idx": 769, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 794, "char_start_idx": 774, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/collections/botanical-collection", "search__nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 795, "char_start_idx": 774, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 809, "char_start_idx": 795, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/collections/geo-collection", "search__nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 810, "char_start_idx": 795, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 834, "char_start_idx": 810, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/pages/apothecary", "search__nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 835, "char_start_idx": 810, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 840, "char_start_idx": 835, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/pages/about-us", "search__nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 841, "char_start_idx": 835, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 841, "char_start_idx": 769, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav-items o-list-bare" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 841, "char_start_idx": 759, "html_attrs": { "attrs": [ "class" ], "values": [ "search__nav" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 841, "char_start_idx": 759, "html_attrs": { "attrs": [ "class" ], "values": [ "search__inner" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 841, "char_start_idx": 759, "html_attrs": { "attrs": [ "class" ], "values": [ "search-draw js-search-draw mfp-hide search-draw__wrapper" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 841, "char_start_idx": 841, "html_attrs": { "attrs": [ "class" ], "values": [ "ajaxcart-draw js-cart-draw mfp-hide ajaxcart-draw__wrapper js-cart-draw-inner ajaxcart-draw__scroll" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 841, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "data-anim-fade", "data-anim-load", "data-anim-interval-style", "data-anim-zoom", "data-anim-interval" ], "values": [ "sage-leaf-necklace", "template-product", "true", "true", "fade_down", "true", "true" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 5, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Home\n" }, { "char_end_idx": 26, "char_start_idx": 5, "key": "paragraph", "marker": "li", "type": "local", "value": "Botanical Collection\n" }, { "char_end_idx": 41, "char_start_idx": 26, "key": "paragraph", "marker": "li", "type": "local", "value": "Geo Collection\n" }, { "char_end_idx": 66, "char_start_idx": 41, "key": "paragraph", "marker": "li", "type": "local", "value": "Apothecary (Coming Soon)\n" }, { "char_end_idx": 72, "char_start_idx": 66, "key": "paragraph", "marker": "li", "type": "local", "value": "About\n" }, { "char_end_idx": 79, "char_start_idx": 72, "key": "paragraph", "marker": "ul", "type": "local", "value": "Log in\n" }, { "char_end_idx": 88, "char_start_idx": 79, "key": "paragraph", "marker": "li", "type": "local", "value": "Facebook\n" }, { "char_end_idx": 96, "char_start_idx": 88, "key": "paragraph", "marker": "li", "type": "local", "value": "Twitter\n" }, { "char_end_idx": 106, "char_start_idx": 96, "key": "paragraph", "marker": "li", "type": "local", "value": "Pinterest\n" }, { "char_end_idx": 112, "char_start_idx": 106, "key": "paragraph", "marker": "li", "type": "local", "value": "Fancy\n" }, { "char_end_idx": 118, "char_start_idx": 112, "key": "paragraph", "marker": "ul", "type": "local", "value": "Email\n" }, { "char_end_idx": 331, "char_start_idx": 118, "key": "paragraph", "marker": "p", "type": "local", "value": "The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit.\n" }, { "char_end_idx": 452, "char_start_idx": 331, "key": "paragraph", "marker": "p", "type": "local", "value": "Available in Sterling Silver or 18K Gold Vermeil. The chain is 18\" long, but can be made shorter or longer upon request.\n" }, { "char_end_idx": 462, "char_start_idx": 452, "key": "paragraph", "marker": "h2", "type": "local", "value": "Newsletter" }, { "char_end_idx": 530, "char_start_idx": 462, "key": "paragraph", "marker": "p", "type": "local", "value": "\nBe the first to hear about new designs, sales, and special events!\n" }, { "char_end_idx": 679, "char_start_idx": 530, "key": "paragraph", "marker": "p", "type": "local", "value": "Close (esc)\nUse this popup to embed a mailing list sign up form. Alternatively use it as a simple call to action with a link to a product or a page.\n" }, { "char_end_idx": 759, "char_start_idx": 679, "key": "paragraph", "marker": "p", "type": "local", "value": "By clicking enter you are verifying that you are old enough to consume alcohol.\n" }, { "char_end_idx": 768, "char_start_idx": 759, "key": "paragraph", "marker": "h4", "type": "local", "value": "Main Menu" }, { "char_end_idx": 774, "char_start_idx": 768, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHome\n" }, { "char_end_idx": 795, "char_start_idx": 774, "key": "paragraph", "marker": "li", "type": "local", "value": "Botanical Collection\n" }, { "char_end_idx": 810, "char_start_idx": 795, "key": "paragraph", "marker": "li", "type": "local", "value": "Geo Collection\n" }, { "char_end_idx": 835, "char_start_idx": 810, "key": "paragraph", "marker": "li", "type": "local", "value": "Apothecary (Coming Soon)\n" }, { "char_end_idx": 841, "char_start_idx": 835, "key": "paragraph", "marker": "div", "type": "local", "value": "About\n" } ]
[]
[]
[ { "key": "url", "type": "global", "value": "https://www.lewisandpine.com/collections/botanical-collection/products/bay-leaf-necklace" } ]
[]
Home Botanical Collection Geo Collection Apothecary (Coming Soon) About Log in Facebook Twitter Pinterest Fancy Email The focal point of this unique yet understated necklace is a single sage leaf. Cast directly from nature, the pendant gorgeously preserves all of the natural detail of the leaf and looks stunning with any outfit. Available in Sterling Silver or 18K Gold Vermeil. The chain is 18" long, but can be made shorter or longer upon request. Newsletter Be the first to hear about new designs, sales, and special events! Close (esc) Use this popup to embed a mailing list sign up form. Alternatively use it as a simple call to action with a link to a product or a page. By clicking enter you are verifying that you are old enough to consume alcohol. Main Menu Home Botanical Collection Geo Collection Apothecary (Coming Soon) About
https://www.lewisandpine.com/collections/botanical-collection/products/bay-leaf-necklace
[ { "char_end_idx": 25, "char_start_idx": 5, "key": "entity", "type": "local", "value": "Herbarium" }, { "char_end_idx": 87, "char_start_idx": 79, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 359, "char_start_idx": 344, "key": "entity", "type": "local", "value": "Sterling_silver" }, { "char_end_idx": 379, "char_start_idx": 367, "key": "entity", "type": "local", "value": "Silver-gilt" }, { "char_end_idx": 794, "char_start_idx": 774, "key": "entity", "type": "local", "value": "Herbarium" } ]
[ { "char_end_idx": 26, "char_start_idx": 5, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Herbarium" }, { "char_end_idx": 88, "char_start_idx": 79, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 452, "char_start_idx": 331, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Sterling_silver" }, { "char_end_idx": 452, "char_start_idx": 331, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Silver-gilt" }, { "char_end_idx": 795, "char_start_idx": 774, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Herbarium" } ]
0
700
1555819923000
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-57MZ6KR');</script> <title>SIDN : Use of anti-DDoS services to protect .nl domain names</title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="alternate" type="application/rss+xml" href="https://www.sidnlabs.nl/rss/weblog" /> <meta name="description" content="There is a market for anti-DDoS services" /> <meta property="og:title" content="SIDN : Use of anti-DDoS services to protect .nl domain names" /> <meta property="og:description" content="There is a market for anti-DDoS services" /> <meta property="og:site_name" content="SIDN - The company behind .nl" /> <meta property="og:url" content="https://www.sidnlabs.nl/a/weblog/use-of-anti-ddos-services-to-protect-nl-domain-names"/> <meta property="og:image" content="https://www.sidnlabs.nl/app/img/crop-fit/55177199-55cf-4c36-89fc-e0ad9b22b149/banner/w/630/h/315/"/> <meta property="og:image:width" content="630" /> <meta property="og:image:height" content="315" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="There is a market for anti-DDoS services" /> <meta name="twitter:image" content="https://www.sidnlabs.nl/app/img/crop-fit/55177199-55cf-4c36-89fc-e0ad9b22b149/banner/w/630/h/315/"/> <meta name="twitter:site" content="@sidn" /> <meta name="twitter:title" content="SIDN : Use of anti-DDoS services to protect .nl domain names" /> <meta name="twitter:url" content="https://www.sidnlabs.nl/a/weblog/use-of-anti-ddos-services-to-protect-nl-domain-names"/> <meta name="keywords" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link type="text/css" rel="stylesheet" href="/application/themes/sidn/assets/css/layout.css?v446254172" /> <meta name="msapplication-square70x70logo" content="/application/themes/sidn/assets/img/favicons/windows-tile-70x70.png" /> <meta name="msapplication-square150x150logo" content="/application/themes/sidn/assets/img/favicons/windows-tile-150x150.png" /> <meta name="msapplication-square310x310logo" content="/application/themes/sidn/assets/img/favicons/windows-tile-310x310.png" /> <meta name="msapplication-TileImage" content="/application/themes/sidn/assets/img/favicons/windows-tile-144x144.png" /> <meta name="msapplication-TileColor" content="#CEE7F3" /> <link rel="apple-touch-icon" sizes="152x152" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon-152x152-precomposed.png" /> <link rel="apple-touch-icon" sizes="120x120" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon-120x120-precomposed.png" /> <link rel="apple-touch-icon" sizes="76x76" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon-76x76-precomposed.png" /> <link rel="apple-touch-icon" sizes="60x60" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon-60x60-precomposed.png" /> <link rel="apple-touch-icon" sizes="144x144" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon-144x144-precomposed.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon-114x114-precomposed.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon-72x72-precomposed.png" /> <link rel="apple-touch-icon" sizes="57x57" href="/application/themes/sidn/assets/img/favicons/apple-touch-icon.png" /> <link rel="icon" sizes="228x228" href="/application/themes/sidn/assets/img/favicons/coast-icon-228x228.png" /> <link rel="shortcut icon" href="/application/themes/sidn/assets/img/favicons/favicon.ico" /> <link rel="icon" type="image/png" sizes="64x64" href="/application/themes/sidn/assets/img/favicons/favicon.png" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="/application/themes/sidn/assets/js/head.js?v662592415"></script> </head> <body itemscope itemtype="http://schema.org/WebPage" data-nav="true"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-57MZ6KR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <nav class="pushy pushy-right"></nav> <div class="site__overlay"></div> <div class="site theme--labs"> <div class="media--linkedin"><img src="/application/themes/sidn/assets/img/og-image--linkedin.png" alt="" title="" /></div> <div class="site__header"> <div class="container"> <div class="site__navigation"> <div class="logo logo--sidn-labs"> <a class="logo__link" href="/"> <svg class="icon logo__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--sidn-logo--fc"></use> </svg> <span>Labs</span> </a> </div> <div class="site__navigation-container"> <div class="nav nav--primary"> <nav> <ul class="nav__list nav__list--primary"> <li class="nav__list-item nav__list-item--primary"> <span>.nl domain name</span> <a class="nav__link nav__link--primary" href="https://www.sidn.nl/t/nl-domain-name"></a> </li> <li class="nav__list-item nav__list-item--primary"> <span>Solutions</span> <a class="nav__link nav__link--primary" href="https://www.sidn.nl/t/solutions"></a> </li> <li class="nav__list-item nav__list-item--primary"> <span>Internet security</span> <a class="nav__link nav__link--primary" href="https://www.sidn.nl/t/internet-security"></a> </li> <li class="nav__list-item nav__list-item--primary"> <span>Knowledge</span> <a class="nav__link nav__link--primary" href="https://www.sidn.nl/t/knowledge"></a> </li> <li class="nav__list-item nav__list-item--primary active"> <span>SIDN Labs</span> <a class="nav__link nav__link--primary" href="/"></a> </li> <li class="nav__list-item nav__list-item--primary"> <span>About SIDN</span> <a class="nav__link nav__link--primary" href="https://www.sidn.nl/t/about-sidn"></a> </li> </ul> </nav> </div> <div class="nav nav--secondary"> <div class="checks"> <div class="check check--ipv6" id="sidn_ipv6_check" data-check-ipv6="1" title="You use a legacy IPv4-address"> <span class="check__label">IPv6</span> </div> <div class="check check--dnssec" id="sidn_dnssec_check" data-check-dnssec="1" title="DNSSEC Validation is enabled"> <span class="check__label">DNSSEC</span> </div> </div> <nav> <ul class="nav__list nav__list--secondary"> <li class="nav__list-item nav__list-item--secondary"><a class="nav__link nav__link--secondary nav__link--icon" href="https://github.com/SIDN"> <svg class="icon nav__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--github"></use> </svg> SIDN on Github</a></li> <li class="nav__list-item nav__list-item--secondary"><a class="nav__link nav__link--secondary" href="https://www.sidn.nl/faq/">Frequently asked questions</a></li> <li class="nav__list-item nav__list-item--secondary"><a class="nav__link nav__link--secondary" href="https://registrars.sidn.nl?language_id=2">Login registrars</a></li> <li class="nav__list-item nav__list-item--secondary"> <a class="nav__link nav__link--secondary" href="/a/weblog/de-opkomst-van-het-gebruik-van-anti-ddos-diensten-onder-nl-domeinnamen?language_id=1">NL</a> / <span class="active-language">EN</span> </li> </ul> </nav> </div> </div> <button class="nav__trigger"> <span></span> <span></span> <span></span> </button> <form class="search" action="https://www.sidn.nl/search" method="get"> <fieldset class="search__fieldset"> <legend class="search__legend"></legend> <input type="search" class="search__input" name="q"> <label class="search__label">Search sidn.nl</label> <svg class="icon search__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--search--simple"></use> </svg> </fieldset> </form> </div> </div> </div> <div class="site__content"> <article itemscope itemtype=" http://schema.org/BlogPosting " class="article article--sidebar"> <meta itemprop="articleSection" content="Weblog" /> <meta itemprop="dateCreated" content="2017-07-20T16:00:00+0200" /> <meta itemprop="dateModified" content="2017-07-24T13:55:04+0200" /> <meta itemprop="headline" content="Use of anti-DDoS services to protect .nl domain names" /> <meta itemprop="description" content="There is a market for anti-DDoS services" /> <meta itemprop="url" content="https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2" /> <meta itemprop="image" content="https://www.sidnlabs.nl/app/img/crop-fit/55177199-55cf-4c36-89fc-e0ad9b22b149/thumbnail/w/120/h/120/"/> <meta itemprop="author" content="SIDN" /> <span itemprop="publisher" itemscope itemtype="http://schema.org/Organization"> <meta itemprop="name" content="SIDN"/> <meta itemprop="logo" content="https://www.sidnlabs.nl/application/themes/sidn/assets/img/logo-mail-nl.png"/> </span> <meta itemprop="datePublished" content="2017-07-20T16:00:00+0200"/> <div class="container container--content"> <div class="columns"> <div class="column column--main"> <div class="breadcrumb" itemscope itemtype="http://data-vocabulary.org/Breadcrumb" > <nav> <a class="breadcrumb__link" href=" https://www.sidnlabs.nl" itemprop="url"> <span itemprop="name">Home</span> </a> <svg class="icon breadcrumb__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--arrow--right"></use> </svg> <span itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a class="breadcrumb__link" itemprop="url" href="https://www.sidnlabs.nl/weblog/"> <span itemprop="name">Blog posts and News</span> </a> <svg class="icon breadcrumb__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--arrow--right"></use> </svg> <span itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <meta itemprop="url" content="https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2" /> <span itemprop="name">Use of anti-DDoS services to protect .nl domain names</span> </span> </span> </nav> </div> <main> <header class="article__header"> <h1 class="article__heading" itemprop="name">Use of anti-DDoS services to protect .nl domain names</h1> <p class="pub-date">Published on: Thursday 20 July 2017 </p> <div class="article__intro"> <p>In recent years, DDoS attacks have become a much bigger problem. Both the intensity and the frequency of the attacks have increased. That has led to the development of a market for anti-DDoS services, which website administrators and others can use to defend themselves. This article looks at the growing use of anti-DDoS services to protect .nl domain names.</p> </div> </header> <h2>DDoS attacks in a nutshell</h2> <p>A denial-of-service (DoS) attack is a malicious attempt to prevent legitimate users accessing a service. In this context, the term 'service' covers things such as websites and the associated web servers. The strategy of most DoS attacks is to swamp a server's internet connection with network traffic, thus overloading it. Another common tactic is to use up a server's memory by bombarding it with requests for, say, a web page. The effect of a DoS attack can be increased by having multiple machines employing the same aggressive strategy. The attack is then said to be 'distributed', hence the term 'distributed denial-of-service' (DDoS) attack.<br /><br />There are two general categories of DoS attack: volumetric attacks and semantic attacks. A volumetric attack relies on the sheer volume of the network traffic involved. By contrast, a semantic attack seeks to disrupt a service by exploiting a particular vulnerability in a server. A semantic attack doesn't necessarily involve a large volume of network traffic.</p> <h2>What are anti-DDoS services?</h2> <p>Anti-DDoS services are services that protect against DDoS attacks. Website administrators and others can use such services &ndash; usually for a fee or subscription &ndash; to help defend themselves against (complex) attacks. The services may protect against volumetric attacks, semantic attacks, or both. Protection can take various forms. For example, special equipment may be installed on the subscriber's premises, e.g. between the web server and the internet. Alternatively, all network traffic may be routed via equipment running in a data centre operated by the anti-DDoS service provider. Only non-malicious traffic intended for the subscriber is then forwarded by the service provider. Major volumetric attacks can't usually be fought off using equipment set up on the subscriber's premises, because everything then still depends on the capacity of the internet connection. Effective protection against attacks of that kind requires the rerouting of network traffic via the anti-DDoS service. The service providers generally have very high-capacity connections that enable them to receive all the traffic and filter out the malicious component.<br /><br />There are two ways of rerouting network traffic. First, you can make use of the Border Gateway Protocol (BGP). That's the protocol used for interconnecting various entities (e.g. service providers) on the internet. The BGP can be used to divert all the traffic for a whole network (the IP addresses of multiple machines) at one go. The second approach relies on the Domain Name System (DNS). That tends to be the preferred option for protecting services that users access by means of a domain name, e.g. websites. DNS resolution of, say, www.example.nl doesn't then yield the address of the web server, but the address of a 'reverse proxy' running in the anti-DDoS service provider's data centre. All would-be visitors to the site &ndash; both malicious and non-malicious &ndash; are first connected to the proxy. The malicious traffic is filtered out by the anti-DDoS service, while the non-malicious traffic is forwarded to the web server.&emsp;</p> <figure class="figure" style="text-align: center;"> <div class="media"><img src="/images/articles/dps_reverse_proxy_en.jpg" alt="dps_reverse_proxy_en" style="display: block; margin-left: auto; margin-right: auto;" /></div> <em>Fig. 1: Rerouting of network traffic using the DNS</em></figure> <p>Figure 1 visualises the rerouting of network traffic using the DNS. The name server responsible for giving out the IP addresses for www.example.nl responds to queries by giving the address of the proxy, rather than that of the web server. All website requests then go to the anti-DDoS service, which forwards only non-malicious requests to the protected server.</p> <h2>Who can use anti-DDoS services?</h2> <p>In principle, anyone can use an anti-DDoS service to protect one or more machines. To use a DNS-based service, all you have to do is make a few administrative changes to the configuration of the relevant domain name. However, the DNS can be used to reroute only traffic based on a protocol that supports reverse proxy interoperability, e.g. the web protocols HTTP and HTTPS. There are also certain criteria for the effective configuration, which are usually well-documented by anti-DDoS services. It's also worth noting that some anti-DDoS services can be used without charge.</p> <h2>What's the picture in .nl?</h2> <p>In a study published last year, we looked at the rise of large commercial anti-DDoS services [1]. One of the study's focuses was how such services are used with .nl domain names. Data was gathered by daily scanning of the DNS over an extended period. That involved requesting the publically accessible DNS configurations &ndash; including IP addresses &ndash; of all .nl domains every day. Because IP addresses are linked to internet entities, we could see from the incoming data which domain names were protected by anti-DDoS services.<br /><br />Our study took in nine commercial anti-DDoS service providers: Akamai, CenturyLink, CloudFlare, DOSarrest, F5 Silverline, Incapsula, Level 3, Neustar and Verisign. For this article, we have analysed data from a longer reference period than that used for the earlier publication. The new analysis relates to a sixteen-month period from 1 March 2016 to 1 July 2017. <br /><br />The growth in use is illustrated in figure 2. The green line represents the increase in use of the nine providers' services: more than 31 per cent over the sixteen months. The black line depicts growth in the total number of (active) .nl domain names: almost 3.5 per cent, from about 5.2 million to 5.7 million. Clearly, therefore, the use of anti-DDoS services has grown much more rapidly than the total number of domain names.</p> <figure class="figure" style="text-align: center;"> <div class="media"><img src="/images/articles/dps_relative_growth_combined_en.jpg" alt="dps_relative_growth_combined_en" style="display: block; margin-left: auto; margin-right: auto;" /></div> <em>Fig. 2: Growth in the use of anti-DDoS services for .nl domains</em></figure> <p>The DNS scanning system used for the study checked more than 55 billion data points over the reference period. All the data thus obtained was stored in a file system distributed across a cluster of several dozen powerful computers. Using such a storage strategy makes it possible to perform parallel big data analysis. The cluster we used is part of the OpenINTEL project, a joint initiative by the University of Twente, SIDN and SURFnet [2]. OpenINTEL is intended to support academic study of the DNS and therefore facilitates research into the security and stability of .nl.</p> <h2>Conclusions and future work</h2> <p>Because an increasing proportion of .nl domain names are protected by anti-DDoS services, we believe that the .nl domain is becoming more secure.<br /><br />As mentioned above, the DNS configuration of a domain name needs to satisfy a number of criteria in order for an anti-DDoS service to be effective. Otherwise, sophisticated attackers may be able to circumvent the protection entirely. We therefore intend to study the errors that domain name DNS operators are liable to make in this context and how such errors could be flagged up (possibly automatically).</p> <h2>Acknowledgements</h2> <p>The study received financial support from the Netherlands Organisation for Scientific Research (NWO) as part of the D3 Project (628.001.018). The study was also made possible by OpenINTEL, a joint project by the University of Twente, SIDN and SURFnet [2].</p> <h2>Bibliography</h2> <p>[1] M. Jonker, A. Sperotto, R. van Rijswijk-Deij, R. Sadre, and A. Pras, "Measuring the Adoption of DDoS Protection Services," in Proceedings of the 2016 ACM Internet Measurement Conference (IMC&rsquo;16), 2016, pp. 279&ndash;285.<br />[2] "OpenINTEL Active DNS Measurement Project," 2015, https://www.openintel.nl/.</p> <h2>About the author</h2> <p>Mattijs Jonker is a PhD student at the University of Twente. The focus of his research is DDoS attack mitigation. His main research interests include network security, internet measurements and big data analytics.</p> </main> <footer class="article__footer"> </footer> </div> <div class="column column--aside"> <script src="https://apis.google.com/js/plusone.js"></script> <div class="social social--share"> <ul class="social__list"> <li class="social__list-item"> <a class="social__link" href="https://www.facebook.com/sharer.php?u=https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2&amp;t=SIDN : Use of anti-DDoS services to protect .nl domain names"> <svg class="icon social__icon facebook"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--facebook"></use> </svg> <span class="social__title">Facebook</span> </a> </li> <li class="social__list-item"> <a class="social__link" href="https://twitter.com/share?url=https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2&amp;hashtags=sidn&amp;text=Use of anti-DDoS services to protect .nl domain names" data-text="There is a market for anti-DDoS services" data-via="sidn" data-url="https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2"> <svg class="icon social__icon twitter"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--twitter"></use> </svg> <span class="social__title">Twitter</span> </a> </li> <li class="social__list-item"> <a class="social__link" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2&amp;title=Use of anti-DDoS services to protect .nl domain names"> <svg class="icon social__icon linkedin"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--linkedin"></use> </svg> <span class="social__title">LinkedIn</span> </a> </li> <li class="social__list-item"> <a class="social__link" href="https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2" data-link-type="permalink"> <svg class="icon social__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--url"></use> </svg> <span class="social__title">Permalink</span> </a> </li> <li class="social__list-item"> <a class="social__link" href="javascript:window.print();"> <svg class="icon social__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--print"></use> </svg> <span class="social__title">Print this article</span> </a> </li> </ul> </div> <aside> </aside> </div> </div> </div> <div class="container container--content"> <div class="columns"> <div class="column column--main"> <section class="comments"> <h2>Comments</h2> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'communicatieadviseursidn'; var disqus_config = function () { this.language = "en"; }; (function () { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Enable JavaScript</noscript> </section> </div> </div> </div> </article> </div><!-- /container--> <div class="site__footer"> <div class="newsletter"> <div class="container--newsletter"> <span class="newsletter__title"> Sign up for the newsletter </span> <form class="newsletter__form" method="POST" action="https://www.sidn.nl/newsletter?language_id=2"> <fieldset class="newsletter__fieldset"> <input type="email" name="email" placeholder="Enter your email address here" class="newsletter__input"> <input type="submit" value="Sign up" class="newsletter__submit"> </fieldset> </form> </div> </div> <div class="container"> <div class="sitemap"> <div class="nav nav--sitemap"> <h2 class="nav__heading nav__heading--sitemap"> <a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/nl-domain-name">.nl domain name</a> </h2> <ul class="nav__list nav__list--sitemap"> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/nl-domain-name#category-33dd40e2-ff5d-4192-b7d0-5659616dc4e0">Looking up a domain name</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/nl-domain-name#category-4f128bd5-7fc4-4eaa-9d36-fa101f30efe8">Registering a domain name</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/nl-domain-name#category-0b6735e5-e92a-43e9-834d-ae3291172786">Updating your registration</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/nl-domain-name#category-6bad0d84-0b1b-41fd-948d-3f0ba9a1c86a">Disputes and complaints</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/nl-domain-name#category-b5f5efe6-7c3e-4b63-9a8e-b982bd829cf3">Becoming a registrar</a></li> </ul> </div> <div class="nav nav--sitemap"> <h2 class="nav__heading nav__heading--sitemap"> <a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/solutions">Solutions</a> </h2> <ul class="nav__list nav__list--sitemap"> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/en/dbs">Domain Name Surveillance Service</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/en/rsp">Registry services</a></li> </ul> </div> <div class="nav nav--sitemap"> <h2 class="nav__heading nav__heading--sitemap"> <a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/internet-security">Internet security</a> </h2> <ul class="nav__list nav__list--sitemap"> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/internet-security#category-849c1352-ef4e-4fcd-b1b4-6e0b42f35969">Security of .nl</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/internet-security#category-5ab6a7cf-ffcf-4a20-a6b4-71369702e46a">Abuse of the internet</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/internet-security#category-23219ca7-0be7-4115-806d-f19ca977f8fe">Security options</a></li> </ul> </div> <div class="nav nav--sitemap"> <h2 class="nav__heading nav__heading--sitemap"> <a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/knowledge">Knowledge</a> </h2> <ul class="nav__list nav__list--sitemap"> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/knowledge#category-e6148e5b-7412-49ae-a2d0-45dbdd9219cb">Market research</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/knowledge#category-5d16cbbe-d906-4cbb-871e-418adb2ae049">Publications and presentations</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/knowledge#category-0d906933-9114-4981-b3cc-7a8598d16e5f">Boost your own expertise</a></li> </ul> </div> <div class="nav nav--sitemap"> <h2 class="nav__heading nav__heading--sitemap"> <a class="nav__link nav__link--sitemap" href="https://www.sidnlabs.nl">SIDN Labs</a> </h2> <ul class="nav__list nav__list--sitemap"> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="/software-en-tools">Software and tools</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="/publicaties">Publications</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://stats.sidnlabs.nl">Statistics</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="/projecten">Projects</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="/weblog">Blog posts</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="/over-sidnlabs">About SIDN Labs</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="/afstuderen">Do your thesis with us</a></li> </ul> </div> <div class="nav nav--sitemap"> <h2 class="nav__heading nav__heading--sitemap"> <a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/about-sidn">About SIDN</a> </h2> <ul class="nav__list nav__list--sitemap"> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/t/about-sidn#category-2986051c-04be-46f7-bfd0-5c801151d076">Who we are</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/work-at-sidn">Work at SIDN</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/news-and-blogs">News and Blogs</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/faq">Frequently asked questions</a></li> <li class="nav__list-item nav__list-item--sitemap"><a class="nav__link nav__link--sitemap" href="https://www.sidn.nl/a/about-sidn/contact-us">Contact</a></li> </ul> </div> </div> <div class="footer__links"> <div class="nav nav--footer"> <ul class="nav__list nav__list--footer"> <li class="nav__list-item nav__list-item--footer"><a class="nav__link nav__link--footer" href="https://www.sidn.nl/rss/overview/">RSS</a></li> <li class="nav__list-item nav__list-item--footer"><a class="nav__link nav__link--footer" href="https://www.sidn.nl/a/about-sidn/general-terms-and-conditions">Terms and Conditions</a></li> <li class="nav__list-item nav__list-item--footer"><a class="nav__link nav__link--footer" href="https://www.sidn.nl/a/about-sidn/cookie-statement">Cookie Statement</a></li> <li class="nav__list-item nav__list-item--footer"><a class="nav__link nav__link--footer" href="https://www.sidn.nl/a/about-sidn/privacy">Privacy</a></li> <li class="nav__list-item nav__list-item--footer"><a class="nav__link nav__link--footer" href="https://www.sidn.nl/a/about-sidn/terms-of-website-use">Terms of use</a></li> <li class="nav__list-item nav__list-item--footer"><a class="nav__link nav__link--footer" href="https://www.sidn.nl/a/about-sidn/contact-us">Contact</a></li> </ul> </div> </div> <div class="social social--channels"> <nav> <ul class="social__list social__list--channels"> <li class="social__list-item"> <a class="social__link" href="https://twitter.com/SIDN"> <svg class="icon social__icon twitter"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--twitter"></use> </svg> <span class="social__title">Twitter</span> </a> </li> <li class="social__list-item"> <a class="social__link" href="http://www.youtube.com/user/SIDNArnhem"> <svg class="icon social__icon youtube"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--youtube"></use> </svg> <span class="social__title">Youtube</span> </a> </li> <li class="social__list-item"> <a class="social__link" href="http://www.linkedin.com/company/sidn"> <svg class="icon social__icon linkedin"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--linkedin"></use> </svg> <span class="social__title">LinkedIn</span> </a> </li> <li class="social__list-item"> <a class="social__link" href="https://www.facebook.com/SIDNnederland/"> <svg class="icon social__icon facebook"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/application/themes/sidn/assets/img/icons.svg#icon--facebook"></use> </svg> <span class="social__title">Facebook</span> </a> </li> </ul> </nav> </div> </div> </div> </div> <div class="cookie-bar cookie-bar--hidden" data-cookie-bar="cookie-bar"> <div class="cookie-bar__container"> <p class="cookie-bar__message"> SIDN uses cookies to analyse usage and improve visitor experience. Read more about <a class="cookie-bar__link" href="https://www.sidn.nl/a/about-sidn/cookie-statement">cookies</a>. <a href="#" class="cookie-bar__close" data-cookies-close="">&times;</a> </p> </div> </div> <script src="/application/themes/sidn/assets/js/lib.js?v876760003"></script> <script src="/application/themes/sidn/assets/js/app.js?v1083937580"></script> </body> </html>
[ "<footer class=\"article__footer\">\n </footer>\n " ]
[ "<head>\n <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n })(window,document,'script','dataLayer','GTM-57MZ6KR');</script>\n\n \n\n \n \n<title>SIDN : Use of anti-DDoS services to protect .nl domain names</title>\n<meta charset=\"utf-8\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n <link rel=\"alternate\" type=\"application/rss+xml\" href=\"https://www.sidnlabs.nl/rss/weblog\"/>\n\n<meta name=\"description\" content=\"There is a market for anti-DDoS services\"/>\n\n<meta property=\"og:title\" content=\"SIDN : Use of anti-DDoS services to protect .nl domain names\"/>\n<meta property=\"og:description\" content=\"There is a market for anti-DDoS services\"/>\n<meta property=\"og:site_name\" content=\"SIDN - The company behind .nl\"/>\n<meta property=\"og:url\" content=\"https://www.sidnlabs.nl/a/weblog/use-of-anti-ddos-services-to-protect-nl-domain-names\"/>\n<meta property=\"og:image\" content=\"https://www.sidnlabs.nl/app/img/crop-fit/55177199-55cf-4c36-89fc-e0ad9b22b149/banner/w/630/h/315/\"/>\n<meta property=\"og:image:width\" content=\"630\"/>\n<meta property=\"og:image:height\" content=\"315\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta name=\"twitter:description\" content=\"There is a market for anti-DDoS services\"/>\n<meta name=\"twitter:image\" content=\"https://www.sidnlabs.nl/app/img/crop-fit/55177199-55cf-4c36-89fc-e0ad9b22b149/banner/w/630/h/315/\"/>\n<meta name=\"twitter:site\" content=\"@sidn\"/>\n<meta name=\"twitter:title\" content=\"SIDN : Use of anti-DDoS services to protect .nl domain names\"/>\n<meta name=\"twitter:url\" content=\"https://www.sidnlabs.nl/a/weblog/use-of-anti-ddos-services-to-protect-nl-domain-names\"/>\n\n <meta name=\"keywords\" content=\"\"/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\n <link type=\"text/css\" rel=\"stylesheet\" href=\"/application/themes/sidn/assets/css/layout.css?v446254172\"/>\n\n <meta name=\"msapplication-square70x70logo\" content=\"/application/themes/sidn/assets/img/favicons/windows-tile-70x70.png\"/>\n <meta name=\"msapplication-square150x150logo\" content=\"/application/themes/sidn/assets/img/favicons/windows-tile-150x150.png\"/>\n <meta name=\"msapplication-square310x310logo\" content=\"/application/themes/sidn/assets/img/favicons/windows-tile-310x310.png\"/>\n <meta name=\"msapplication-TileImage\" content=\"/application/themes/sidn/assets/img/favicons/windows-tile-144x144.png\"/>\n <meta name=\"msapplication-TileColor\" content=\"#CEE7F3\"/>\n <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon-152x152-precomposed.png\"/>\n <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon-120x120-precomposed.png\"/>\n <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon-76x76-precomposed.png\"/>\n <link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon-60x60-precomposed.png\"/>\n <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon-144x144-precomposed.png\"/>\n <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon-114x114-precomposed.png\"/>\n <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon-72x72-precomposed.png\"/>\n <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/application/themes/sidn/assets/img/favicons/apple-touch-icon.png\"/>\n <link rel=\"icon\" sizes=\"228x228\" href=\"/application/themes/sidn/assets/img/favicons/coast-icon-228x228.png\"/>\n <link rel=\"shortcut icon\" href=\"/application/themes/sidn/assets/img/favicons/favicon.ico\"/>\n <link rel=\"icon\" type=\"image/png\" sizes=\"64x64\" href=\"/application/themes/sidn/assets/img/favicons/favicon.png\"/>\n\n <script src=\"//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js\"/>\n <script src=\"/application/themes/sidn/assets/js/head.js?v662592415\"/>\n\n</head>\n\n" ]
[ "<title>SIDN : Use of anti-DDoS services to protect .nl domain names</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.sidnlabs.nl > a > weblog > use of anti ddos services to protect nl domain names" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 204, "char_start_idx": 0, "key": "length", "type": "local", "value": "203" }, { "char_end_idx": 351, "char_start_idx": 204, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 450, "char_start_idx": 351, "key": "length", "type": "local", "value": "98" }, { "char_end_idx": 569, "char_start_idx": 450, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 675, "char_start_idx": 569, "key": "length", "type": "local", "value": "105" }, { "char_end_idx": 787, "char_start_idx": 675, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 894, "char_start_idx": 787, "key": "length", "type": "local", "value": "106" }, { "char_end_idx": 984, "char_start_idx": 894, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 1064, "char_start_idx": 984, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 1176, "char_start_idx": 1064, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 1257, "char_start_idx": 1176, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 1353, "char_start_idx": 1257, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 1500, "char_start_idx": 1353, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 1580, "char_start_idx": 1500, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 1615, "char_start_idx": 1580, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 1696, "char_start_idx": 1615, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 1698, "char_start_idx": 1696, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1739, "char_start_idx": 1698, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 1871, "char_start_idx": 1739, "key": "length", "type": "local", "value": "131" }, { "char_end_idx": 1969, "char_start_idx": 1871, "key": "length", "type": "local", "value": "97" }, { "char_end_idx": 2157, "char_start_idx": 1969, "key": "length", "type": "local", "value": "187" }, { "char_end_idx": 2276, "char_start_idx": 2157, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 2428, "char_start_idx": 2276, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 2478, "char_start_idx": 2428, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 2540, "char_start_idx": 2478, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 2606, "char_start_idx": 2540, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 2608, "char_start_idx": 2606, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 2644, "char_start_idx": 2608, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 2761, "char_start_idx": 2644, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 2821, "char_start_idx": 2761, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 2931, "char_start_idx": 2821, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 2933, "char_start_idx": 2931, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 2943, "char_start_idx": 2933, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 2972, "char_start_idx": 2943, "key": "length", "type": "local", "value": "28" }, { "char_end_idx": 2980, "char_start_idx": 2972, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 3126, "char_start_idx": 2980, "key": "length", "type": "local", "value": "145" }, { "char_end_idx": 3231, "char_start_idx": 3126, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 3359, "char_start_idx": 3231, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 3365, "char_start_idx": 3359, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 3479, "char_start_idx": 3365, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 3548, "char_start_idx": 3479, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 3556, "char_start_idx": 3548, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 3650, "char_start_idx": 3556, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 3773, "char_start_idx": 3650, "key": "length", "type": "local", "value": "122" }, { "char_end_idx": 3888, "char_start_idx": 3773, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 4022, "char_start_idx": 3888, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 4144, "char_start_idx": 4022, "key": "length", "type": "local", "value": "121" }, { "char_end_idx": 4146, "char_start_idx": 4144, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 4180, "char_start_idx": 4146, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 4302, "char_start_idx": 4180, "key": "length", "type": "local", "value": "121" }, { "char_end_idx": 4382, "char_start_idx": 4302, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 4406, "char_start_idx": 4382, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 4507, "char_start_idx": 4406, "key": "length", "type": "local", "value": "100" }, { "char_end_idx": 4572, "char_start_idx": 4507, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 4588, "char_start_idx": 4572, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4660, "char_start_idx": 4588, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 4766, "char_start_idx": 4660, "key": "length", "type": "local", "value": "105" }, { "char_end_idx": 4787, "char_start_idx": 4766, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 4934, "char_start_idx": 4787, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 5099, "char_start_idx": 4934, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 5214, "char_start_idx": 5099, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 5299, "char_start_idx": 5214, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 5347, "char_start_idx": 5299, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 5473, "char_start_idx": 5347, "key": "length", "type": "local", "value": "125" }, { "char_end_idx": 5537, "char_start_idx": 5473, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 5563, "char_start_idx": 5537, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 5588, "char_start_idx": 5563, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 5603, "char_start_idx": 5588, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 5613, "char_start_idx": 5603, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 5730, "char_start_idx": 5613, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 5735, "char_start_idx": 5730, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 5784, "char_start_idx": 5735, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 5905, "char_start_idx": 5784, "key": "length", "type": "local", "value": "120" }, { "char_end_idx": 6026, "char_start_idx": 5905, "key": "length", "type": "local", "value": "120" }, { "char_end_idx": 6113, "char_start_idx": 6026, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 6237, "char_start_idx": 6113, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 6368, "char_start_idx": 6237, "key": "length", "type": "local", "value": "130" }, { "char_end_idx": 6371, "char_start_idx": 6368, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 6437, "char_start_idx": 6371, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 6511, "char_start_idx": 6437, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 6545, "char_start_idx": 6511, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 6694, "char_start_idx": 6545, "key": "length", "type": "local", "value": "148" }, { "char_end_idx": 6780, "char_start_idx": 6694, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 6952, "char_start_idx": 6780, "key": "length", "type": "local", "value": "171" }, { "char_end_idx": 7102, "char_start_idx": 6952, "key": "length", "type": "local", "value": "149" }, { "char_end_idx": 7106, "char_start_idx": 7102, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 7111, "char_start_idx": 7106, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 7225, "char_start_idx": 7111, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 7245, "char_start_idx": 7225, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 7256, "char_start_idx": 7245, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 7269, "char_start_idx": 7256, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 7291, "char_start_idx": 7269, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 7305, "char_start_idx": 7291, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 7448, "char_start_idx": 7305, "key": "length", "type": "local", "value": "142" }, { "char_end_idx": 7457, "char_start_idx": 7448, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 7524, "char_start_idx": 7457, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 7534, "char_start_idx": 7524, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 7538, "char_start_idx": 7534, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 7616, "char_start_idx": 7538, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 7669, "char_start_idx": 7616, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 7769, "char_start_idx": 7669, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 7853, "char_start_idx": 7769, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 8435, "char_start_idx": 7853, "key": "length", "type": "local", "value": "581" }, { "char_end_idx": 8460, "char_start_idx": 8435, "key": "length", "type": "local", "value": "24" } ]
[ { "key": "length", "type": "global", "value": "8464" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "pushy pushy-right" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 15, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 16, "char_start_idx": 16, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--primary", "https://www.sidn.nl/t/nl-domain-name" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--primary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "li" }, { "char_end_idx": 25, "char_start_idx": 16, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 26, "char_start_idx": 26, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--primary", "https://www.sidn.nl/t/solutions" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 26, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--primary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 43, "char_start_idx": 26, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 44, "char_start_idx": 44, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--primary", "https://www.sidn.nl/t/internet-security" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 44, "char_start_idx": 26, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--primary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 53, "char_start_idx": 44, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 54, "char_start_idx": 54, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--primary", "https://www.sidn.nl/t/knowledge" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 54, "char_start_idx": 44, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--primary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 63, "char_start_idx": 54, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 64, "char_start_idx": 64, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/", "nav__link nav__link--primary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 64, "char_start_idx": 54, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--primary active" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 74, "char_start_idx": 64, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 75, "char_start_idx": 75, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--primary", "https://www.sidn.nl/t/about-sidn" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 75, "char_start_idx": 64, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--primary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 75, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list nav__list--primary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "ul" }, { "char_end_idx": 75, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 9, "type": "local", "value": "nav" }, { "char_end_idx": 75, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--primary" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 75, "char_start_idx": 75, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--github" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "use" }, { "char_end_idx": 75, "char_start_idx": 75, "html_attrs": { "attrs": [ "class" ], "values": [ "icon nav__icon" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 11, "type": "local", "value": "svg" }, { "char_end_idx": 89, "char_start_idx": 75, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--secondary nav__link--icon", "https://github.com/SIDN" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 89, "char_start_idx": 75, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--secondary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 116, "char_start_idx": 90, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.sidn.nl/faq/", "nav__link nav__link--secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 116, "char_start_idx": 90, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--secondary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 133, "char_start_idx": 117, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--secondary", "https://registrars.sidn.nl?language_id=2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 133, "char_start_idx": 117, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--secondary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 136, "char_start_idx": 134, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--secondary", "/a/weblog/de-opkomst-van-het-gebruik-van-anti-ddos-diensten-onder-nl-domeinnamen?language_id=1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 141, "char_start_idx": 139, "html_attrs": { "attrs": [ "class" ], "values": [ "active-language" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 142, "char_start_idx": 134, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 75, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list nav__list--secondary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 142, "char_start_idx": 75, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "nav" }, { "char_end_idx": 142, "char_start_idx": 75, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--secondary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "site__navigation-container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__trigger" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "button" }, { "char_end_idx": 142, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "site__header container site__navigation" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "articleSection", "Weblog" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "dateCreated", "2017-07-20T16:00:00+0200" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "dateModified", "2017-07-24T13:55:04+0200" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "headline", "Use of anti-DDoS services to protect .nl domain names" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "description", "There is a market for anti-DDoS services" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 24, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "url", "https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 26, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "https://www.sidnlabs.nl/app/img/crop-fit/55177199-55cf-4c36-89fc-e0ad9b22b149/thumbnail/w/120/h/120/", "image" ] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 28, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "author", "SIDN" ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 30, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "name", "SIDN" ] }, "key": "html", "relative_end_pos": 34, "relative_start_pos": 33, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "logo", "https://www.sidnlabs.nl/application/themes/sidn/assets/img/logo-mail-nl.png" ] }, "key": "html", "relative_end_pos": 36, "relative_start_pos": 35, "type": "local", "value": "meta" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "publisher", "", "http://schema.org/Organization" ] }, "key": "html", "relative_end_pos": 37, "relative_start_pos": 32, "type": "local", "value": "span" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "datePublished", "2017-07-20T16:00:00+0200" ] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 38, "type": "local", "value": "meta" }, { "char_end_idx": 146, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 45, "type": "local", "value": "span" }, { "char_end_idx": 147, "char_start_idx": 142, "html_attrs": { "attrs": [ "class", "href", "itemprop" ], "values": [ "breadcrumb__link", "https://www.sidnlabs.nl", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 44, "type": "local", "value": "a" }, { "char_end_idx": 147, "char_start_idx": 147, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--arrow--right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "use" }, { "char_end_idx": 147, "char_start_idx": 147, "html_attrs": { "attrs": [ "class" ], "values": [ "icon breadcrumb__icon" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "svg" }, { "char_end_idx": 166, "char_start_idx": 147, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 167, "char_start_idx": 147, "html_attrs": { "attrs": [ "class", "href", "itemprop" ], "values": [ "breadcrumb__link", "https://www.sidnlabs.nl/weblog/", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 167, "char_start_idx": 167, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--arrow--right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "use" }, { "char_end_idx": 167, "char_start_idx": 167, "html_attrs": { "attrs": [ "class" ], "values": [ "icon breadcrumb__icon" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "svg" }, { "char_end_idx": 167, "char_start_idx": 167, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "url", "https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "meta" }, { "char_end_idx": 220, "char_start_idx": 167, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 221, "char_start_idx": 167, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "child", "", "http://data-vocabulary.org/Breadcrumb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 221, "char_start_idx": 147, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "child", "", "http://data-vocabulary.org/Breadcrumb" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 221, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 43, "type": "local", "value": "nav" }, { "char_end_idx": 221, "char_start_idx": 142, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "breadcrumb", "", "http://data-vocabulary.org/Breadcrumb" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 42, "type": "local", "value": "div" }, { "char_end_idx": 247, "char_start_idx": 221, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 1258, "char_start_idx": 248, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1287, "char_start_idx": 1259, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 3361, "char_start_idx": 1288, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3412, "char_start_idx": 3362, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 3412, "char_start_idx": 3362, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "figure", "text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "figure" }, { "char_end_idx": 3774, "char_start_idx": 3413, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3806, "char_start_idx": 3775, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 4383, "char_start_idx": 3807, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4410, "char_start_idx": 4384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 5731, "char_start_idx": 4411, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 5795, "char_start_idx": 5732, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 5795, "char_start_idx": 5732, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "figure", "text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "figure" }, { "char_end_idx": 6372, "char_start_idx": 5796, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 6400, "char_start_idx": 6373, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 6953, "char_start_idx": 6401, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 6970, "char_start_idx": 6954, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 7226, "char_start_idx": 6971, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 7239, "char_start_idx": 7227, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 7539, "char_start_idx": 7240, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 7556, "char_start_idx": 7540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 7770, "char_start_idx": 7557, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 7771, "char_start_idx": 221, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "main" }, { "char_end_idx": 7771, "char_start_idx": 142, "html_attrs": { "attrs": [ "class" ], "values": [ "column column--main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 41, "type": "local", "value": "div" }, { "char_end_idx": 7771, "char_start_idx": 7771, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--facebook" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "use" }, { "char_end_idx": 7771, "char_start_idx": 7771, "html_attrs": { "attrs": [ "class" ], "values": [ "icon social__icon facebook" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "svg" }, { "char_end_idx": 7779, "char_start_idx": 7771, "html_attrs": { "attrs": [ "class" ], "values": [ "social__title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 7780, "char_start_idx": 7771, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "social__link", "https://www.facebook.com/sharer.php?u=https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2&t=SIDN%20:%20Use%20of%20anti-DDoS%20services%20to%20protect%20.nl%20domain%20names" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 7780, "char_start_idx": 7771, "html_attrs": { "attrs": [ "class" ], "values": [ "social__list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 7780, "char_start_idx": 7780, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--twitter" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "use" }, { "char_end_idx": 7780, "char_start_idx": 7780, "html_attrs": { "attrs": [ "class" ], "values": [ "icon social__icon twitter" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "svg" }, { "char_end_idx": 7787, "char_start_idx": 7780, "html_attrs": { "attrs": [ "class" ], "values": [ "social__title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 7788, "char_start_idx": 7780, "html_attrs": { "attrs": [ "class", "href", "data-text", "data-via", "data-url" ], "values": [ "social__link", "https://twitter.com/share?url=https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2&hashtags=sidn&text=Use%20of%20anti-DDoS%20services%20to%20protect%20.nl%20domain%20names", "There is a market for anti-DDoS services", "sidn", "https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 7788, "char_start_idx": 7780, "html_attrs": { "attrs": [ "class" ], "values": [ "social__list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 7788, "char_start_idx": 7788, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--linkedin" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "use" }, { "char_end_idx": 7788, "char_start_idx": 7788, "html_attrs": { "attrs": [ "class" ], "values": [ "icon social__icon linkedin" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "svg" }, { "char_end_idx": 7796, "char_start_idx": 7788, "html_attrs": { "attrs": [ "class" ], "values": [ "social__title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 7797, "char_start_idx": 7788, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "social__link", "http://www.linkedin.com/shareArticle?mini=true&url=https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2&title=Use%20of%20anti-DDoS%20services%20to%20protect%20.nl%20domain%20names" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 7797, "char_start_idx": 7788, "html_attrs": { "attrs": [ "class" ], "values": [ "social__list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 7797, "char_start_idx": 7797, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--url" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "use" }, { "char_end_idx": 7797, "char_start_idx": 7797, "html_attrs": { "attrs": [ "class" ], "values": [ "icon social__icon" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "svg" }, { "char_end_idx": 7806, "char_start_idx": 7797, "html_attrs": { "attrs": [ "class" ], "values": [ "social__title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 7807, "char_start_idx": 7797, "html_attrs": { "attrs": [ "class", "href", "data-link-type" ], "values": [ "social__link", "https://www.sidnlabs.nl/app/link/VRdxmVXPTDaJ_OCtmyKxSQ/2", "permalink" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 7807, "char_start_idx": 7797, "html_attrs": { "attrs": [ "class" ], "values": [ "social__list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 7807, "char_start_idx": 7807, "html_attrs": { "attrs": [ "xmlns:xlink", "xlink:href" ], "values": [ "http://www.w3.org/1999/xlink", "/application/themes/sidn/assets/img/icons.svg#icon--print" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "use" }, { "char_end_idx": 7807, "char_start_idx": 7807, "html_attrs": { "attrs": [ "class" ], "values": [ "icon social__icon" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "svg" }, { "char_end_idx": 7825, "char_start_idx": 7807, "html_attrs": { "attrs": [ "class" ], "values": [ "social__title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 7826, "char_start_idx": 7807, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "social__link", "javascript:window.print();" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 7826, "char_start_idx": 7807, "html_attrs": { "attrs": [ "class" ], "values": [ "social__list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 7826, "char_start_idx": 7771, "html_attrs": { "attrs": [ "class" ], "values": [ "social__list" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 7826, "char_start_idx": 7771, "html_attrs": { "attrs": [ "class" ], "values": [ "social social--share" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7826, "char_start_idx": 7826, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "aside" }, { "char_end_idx": 7826, "char_start_idx": 7771, "html_attrs": { "attrs": [ "class" ], "values": [ "column column--aside" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7826, "char_start_idx": 142, "html_attrs": { "attrs": [ "class" ], "values": [ "container container--content columns" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 40, "type": "local", "value": "div" }, { "char_end_idx": 7834, "char_start_idx": 7826, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 7852, "char_start_idx": 7835, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "noscript" }, { "char_end_idx": 7853, "char_start_idx": 7826, "html_attrs": { "attrs": [ "class" ], "values": [ "comments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "section" }, { "char_end_idx": 7853, "char_start_idx": 7826, "html_attrs": { "attrs": [ "class" ], "values": [ "container container--content columns column column--main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 7853, "char_start_idx": 142, "html_attrs": { "attrs": [ "itemscope", "itemtype", "class" ], "values": [ "", " http://schema.org/BlogPosting ", "article article--sidebar" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 15, "type": "local", "value": "article" }, { "char_end_idx": 7853, "char_start_idx": 142, "html_attrs": { "attrs": [ "class" ], "values": [ "site__content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 7868, "char_start_idx": 7853, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/nl-domain-name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 7869, "char_start_idx": 7853, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__heading nav__heading--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h2" }, { "char_end_idx": 7893, "char_start_idx": 7869, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/nl-domain-name#category-33dd40e2-ff5d-4192-b7d0-5659616dc4e0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 7893, "char_start_idx": 7869, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 7919, "char_start_idx": 7894, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/nl-domain-name#category-4f128bd5-7fc4-4eaa-9d36-fa101f30efe8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7919, "char_start_idx": 7894, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7946, "char_start_idx": 7920, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/nl-domain-name#category-0b6735e5-e92a-43e9-834d-ae3291172786" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7946, "char_start_idx": 7920, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7970, "char_start_idx": 7947, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/nl-domain-name#category-6bad0d84-0b1b-41fd-948d-3f0ba9a1c86a" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7970, "char_start_idx": 7947, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7991, "char_start_idx": 7971, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/nl-domain-name#category-b5f5efe6-7c3e-4b63-9a8e-b982bd829cf3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7991, "char_start_idx": 7971, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7992, "char_start_idx": 7869, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list nav__list--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 7992, "char_start_idx": 7853, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 8001, "char_start_idx": 7992, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/solutions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 8002, "char_start_idx": 7992, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__heading nav__heading--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 8002, "char_start_idx": 7992, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 8019, "char_start_idx": 8002, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/internet-security" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 8020, "char_start_idx": 8002, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__heading nav__heading--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 8020, "char_start_idx": 8002, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 8029, "char_start_idx": 8020, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/knowledge" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 8030, "char_start_idx": 8020, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__heading nav__heading--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 8045, "char_start_idx": 8030, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/knowledge#category-e6148e5b-7412-49ae-a2d0-45dbdd9219cb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 8045, "char_start_idx": 8030, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 8076, "char_start_idx": 8046, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/knowledge#category-5d16cbbe-d906-4cbb-871e-418adb2ae049" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8076, "char_start_idx": 8046, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8101, "char_start_idx": 8077, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/knowledge#category-0d906933-9114-4981-b3cc-7a8598d16e5f" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8101, "char_start_idx": 8077, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8102, "char_start_idx": 8030, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list nav__list--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 8102, "char_start_idx": 8020, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 8111, "char_start_idx": 8102, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidnlabs.nl" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 8112, "char_start_idx": 8102, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__heading nav__heading--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 8130, "char_start_idx": 8112, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "/software-en-tools" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 8130, "char_start_idx": 8112, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 8143, "char_start_idx": 8131, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "/publicaties" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8143, "char_start_idx": 8131, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8154, "char_start_idx": 8144, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://stats.sidnlabs.nl" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8154, "char_start_idx": 8144, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8163, "char_start_idx": 8155, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "/projecten" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8163, "char_start_idx": 8155, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8174, "char_start_idx": 8164, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "/weblog" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8174, "char_start_idx": 8164, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8190, "char_start_idx": 8175, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "/over-sidnlabs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8190, "char_start_idx": 8175, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8213, "char_start_idx": 8191, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "/afstuderen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8213, "char_start_idx": 8191, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8214, "char_start_idx": 8112, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list nav__list--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 8214, "char_start_idx": 8102, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 8224, "char_start_idx": 8214, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/about-sidn" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 8225, "char_start_idx": 8214, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__heading nav__heading--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 8235, "char_start_idx": 8225, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/t/about-sidn#category-2986051c-04be-46f7-bfd0-5c801151d076" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 8235, "char_start_idx": 8225, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 8248, "char_start_idx": 8236, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/work-at-sidn" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8248, "char_start_idx": 8236, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8263, "char_start_idx": 8249, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/news-and-blogs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8263, "char_start_idx": 8249, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8290, "char_start_idx": 8264, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/faq" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8290, "char_start_idx": 8264, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8298, "char_start_idx": 8291, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--sitemap", "https://www.sidn.nl/a/about-sidn/contact-us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8298, "char_start_idx": 8291, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8299, "char_start_idx": 8225, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list nav__list--sitemap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 8299, "char_start_idx": 8214, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav--sitemap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 8299, "char_start_idx": 7853, "html_attrs": { "attrs": [ "class" ], "values": [ "sitemap" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 8302, "char_start_idx": 8299, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.sidn.nl/rss/overview/", "nav__link nav__link--footer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 8302, "char_start_idx": 8299, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 8323, "char_start_idx": 8303, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--footer", "https://www.sidn.nl/a/about-sidn/general-terms-and-conditions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8323, "char_start_idx": 8303, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8340, "char_start_idx": 8324, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--footer", "https://www.sidn.nl/a/about-sidn/cookie-statement" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8340, "char_start_idx": 8324, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8348, "char_start_idx": 8341, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--footer", "https://www.sidn.nl/a/about-sidn/privacy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8348, "char_start_idx": 8341, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8361, "char_start_idx": 8349, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--footer", "https://www.sidn.nl/a/about-sidn/terms-of-website-use" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8361, "char_start_idx": 8349, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8369, "char_start_idx": 8362, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav__link nav__link--footer", "https://www.sidn.nl/a/about-sidn/contact-us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 8369, "char_start_idx": 8362, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list-item nav__list-item--footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 8370, "char_start_idx": 8299, "html_attrs": { "attrs": [ "class" ], "values": [ "nav__list nav__list--footer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 8370, "char_start_idx": 8299, "html_attrs": { "attrs": [ "class" ], "values": [ "footer__links nav nav--footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 8370, "char_start_idx": 8370, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 8370, "char_start_idx": 8370, "html_attrs": { "attrs": [ "class" ], "values": [ "social social--channels" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 8370, "char_start_idx": 7853, "html_attrs": { "attrs": [ "class" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 8370, "char_start_idx": 7853, "html_attrs": { "attrs": [ "class" ], "values": [ "site__footer" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 8370, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "site theme--labs" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 8460, "char_start_idx": 8453, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "cookie-bar__link", "https://www.sidn.nl/a/about-sidn/cookie-statement" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 8463, "char_start_idx": 8462, "html_attrs": { "attrs": [ "href", "class", "data-cookies-close" ], "values": [ "#", "cookie-bar__close", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 8464, "char_start_idx": 8370, "html_attrs": { "attrs": [ "class" ], "values": [ "cookie-bar__message" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "p" }, { "char_end_idx": 8464, "char_start_idx": 8370, "html_attrs": { "attrs": [ "class", "data-cookie-bar" ], "values": [ "cookie-bar cookie-bar--hidden cookie-bar__container", "cookie-bar" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 8464, "char_start_idx": 0, "html_attrs": { "attrs": [ "itemscope", "itemtype", "data-nav" ], "values": [ "", "http://schema.org/WebPage", "true" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 16, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": ".nl domain name\n" }, { "char_end_idx": 26, "char_start_idx": 16, "key": "paragraph", "marker": "li", "type": "local", "value": "Solutions\n" }, { "char_end_idx": 44, "char_start_idx": 26, "key": "paragraph", "marker": "li", "type": "local", "value": "Internet security\n" }, { "char_end_idx": 54, "char_start_idx": 44, "key": "paragraph", "marker": "li", "type": "local", "value": "Knowledge\n" }, { "char_end_idx": 64, "char_start_idx": 54, "key": "paragraph", "marker": "li", "type": "local", "value": "SIDN Labs\n" }, { "char_end_idx": 75, "char_start_idx": 64, "key": "paragraph", "marker": "ul", "type": "local", "value": "About SIDN\n" }, { "char_end_idx": 89, "char_start_idx": 75, "key": "paragraph", "marker": "li", "type": "local", "value": "SIDN on Github" }, { "char_end_idx": 116, "char_start_idx": 89, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFrequently asked questions" }, { "char_end_idx": 133, "char_start_idx": 116, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLogin registrars" }, { "char_end_idx": 142, "char_start_idx": 133, "key": "paragraph", "marker": "div", "type": "local", "value": "\nNL / EN\n" }, { "char_end_idx": 221, "char_start_idx": 142, "key": "paragraph", "marker": "nav", "type": "local", "value": "Home Blog posts and News Use of anti-DDoS services to protect .nl domain names\n" }, { "char_end_idx": 247, "char_start_idx": 221, "key": "paragraph", "marker": "h2", "type": "local", "value": "DDoS attacks in a nutshell" }, { "char_end_idx": 897, "char_start_idx": 247, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\nA denial-of-service (DoS) attack is a malicious attempt to prevent legitimate users accessing a service. In this context, the term 'service' covers things such as websites and the associated web servers. The strategy of most DoS attacks is to swamp a server's internet connection with network traffic, thus overloading it. Another common tactic is to use up a server's memory by bombarding it with requests for, say, a web page. The effect of a DoS attack can be increased by having multiple machines employing the same aggressive strategy. The attack is then said to be 'distributed', hence the term 'distributed denial-of-service' (DDoS) attack.\n\n" }, { "char_end_idx": 1259, "char_start_idx": 897, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "There are two general categories of DoS attack: volumetric attacks and semantic attacks. A volumetric attack relies on the sheer volume of the network traffic involved. By contrast, a semantic attack seeks to disrupt a service by exploiting a particular vulnerability in a server. A semantic attack doesn't necessarily involve a large volume of network traffic.\n" }, { "char_end_idx": 1287, "char_start_idx": 1259, "key": "paragraph", "marker": "h2", "type": "local", "value": "What are anti-DDoS services?" }, { "char_end_idx": 2431, "char_start_idx": 1287, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\nAnti-DDoS services are services that protect against DDoS attacks. Website administrators and others can use such services – usually for a fee or subscription – to help defend themselves against (complex) attacks. The services may protect against volumetric attacks, semantic attacks, or both. Protection can take various forms. For example, special equipment may be installed on the subscriber's premises, e.g. between the web server and the internet. Alternatively, all network traffic may be routed via equipment running in a data centre operated by the anti-DDoS service provider. Only non-malicious traffic intended for the subscriber is then forwarded by the service provider. Major volumetric attacks can't usually be fought off using equipment set up on the subscriber's premises, because everything then still depends on the capacity of the internet connection. Effective protection against attacks of that kind requires the rerouting of network traffic via the anti-DDoS service. The service providers generally have very high-capacity connections that enable them to receive all the traffic and filter out the malicious component.\n\n" }, { "char_end_idx": 3362, "char_start_idx": 2431, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "There are two ways of rerouting network traffic. First, you can make use of the Border Gateway Protocol (BGP). That's the protocol used for interconnecting various entities (e.g. service providers) on the internet. The BGP can be used to divert all the traffic for a whole network (the IP addresses of multiple machines) at one go. The second approach relies on the Domain Name System (DNS). That tends to be the preferred option for protecting services that users access by means of a domain name, e.g. websites. DNS resolution of, say, www.example.nl doesn't then yield the address of the web server, but the address of a 'reverse proxy' running in the anti-DDoS service provider's data centre. All would-be visitors to the site – both malicious and non-malicious – are first connected to the proxy. The malicious traffic is filtered out by the anti-DDoS service, while the non-malicious traffic is forwarded to the web server. \n" }, { "char_end_idx": 3412, "char_start_idx": 3362, "key": "paragraph", "marker": "figure", "type": "local", "value": "Fig. 1: Rerouting of network traffic using the DNS" }, { "char_end_idx": 3775, "char_start_idx": 3412, "key": "paragraph", "marker": "p", "type": "local", "value": "\nFigure 1 visualises the rerouting of network traffic using the DNS. The name server responsible for giving out the IP addresses for www.example.nl responds to queries by giving the address of the proxy, rather than that of the web server. All website requests then go to the anti-DDoS service, which forwards only non-malicious requests to the protected server.\n" }, { "char_end_idx": 3806, "char_start_idx": 3775, "key": "paragraph", "marker": "h2", "type": "local", "value": "Who can use anti-DDoS services?" }, { "char_end_idx": 4384, "char_start_idx": 3806, "key": "paragraph", "marker": "p", "type": "local", "value": "\nIn principle, anyone can use an anti-DDoS service to protect one or more machines. To use a DNS-based service, all you have to do is make a few administrative changes to the configuration of the relevant domain name. However, the DNS can be used to reroute only traffic based on a protocol that supports reverse proxy interoperability, e.g. the web protocols HTTP and HTTPS. There are also certain criteria for the effective configuration, which are usually well-documented by anti-DDoS services. It's also worth noting that some anti-DDoS services can be used without charge.\n" }, { "char_end_idx": 4410, "char_start_idx": 4384, "key": "paragraph", "marker": "h2", "type": "local", "value": "What's the picture in .nl?" }, { "char_end_idx": 4937, "char_start_idx": 4410, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\nIn a study published last year, we looked at the rise of large commercial anti-DDoS services [1]. One of the study's focuses was how such services are used with .nl domain names. Data was gathered by daily scanning of the DNS over an extended period. That involved requesting the publically accessible DNS configurations – including IP addresses – of all .nl domains every day. Because IP addresses are linked to internet entities, we could see from the incoming data which domain names were protected by anti-DDoS services.\n\n" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Our study took in nine commercial anti-DDoS service providers: Akamai, CenturyLink, CloudFlare, DOSarrest, F5 Silverline, Incapsula, Level 3, Neustar and Verisign. For this article, we have analysed data from a longer reference period than that used for the earlier publication. The new analysis relates to a sixteen-month period from 1 March 2016 to 1 July 2017. \n\n" }, { "char_end_idx": 5732, "char_start_idx": 5303, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "The growth in use is illustrated in figure 2. The green line represents the increase in use of the nine providers' services: more than 31 per cent over the sixteen months. The black line depicts growth in the total number of (active) .nl domain names: almost 3.5 per cent, from about 5.2 million to 5.7 million. Clearly, therefore, the use of anti-DDoS services has grown much more rapidly than the total number of domain names.\n" }, { "char_end_idx": 5795, "char_start_idx": 5732, "key": "paragraph", "marker": "figure", "type": "local", "value": "Fig. 2: Growth in the use of anti-DDoS services for .nl domains" }, { "char_end_idx": 6373, "char_start_idx": 5795, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe DNS scanning system used for the study checked more than 55 billion data points over the reference period. All the data thus obtained was stored in a file system distributed across a cluster of several dozen powerful computers. Using such a storage strategy makes it possible to perform parallel big data analysis. The cluster we used is part of the OpenINTEL project, a joint initiative by the University of Twente, SIDN and SURFnet [2]. OpenINTEL is intended to support academic study of the DNS and therefore facilitates research into the security and stability of .nl.\n" }, { "char_end_idx": 6400, "char_start_idx": 6373, "key": "paragraph", "marker": "h2", "type": "local", "value": "Conclusions and future work" }, { "char_end_idx": 6548, "char_start_idx": 6400, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\nBecause an increasing proportion of .nl domain names are protected by anti-DDoS services, we believe that the .nl domain is becoming more secure.\n\n" }, { "char_end_idx": 6954, "char_start_idx": 6548, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "As mentioned above, the DNS configuration of a domain name needs to satisfy a number of criteria in order for an anti-DDoS service to be effective. Otherwise, sophisticated attackers may be able to circumvent the protection entirely. We therefore intend to study the errors that domain name DNS operators are liable to make in this context and how such errors could be flagged up (possibly automatically).\n" }, { "char_end_idx": 6970, "char_start_idx": 6954, "key": "paragraph", "marker": "h2", "type": "local", "value": "Acknowledgements" }, { "char_end_idx": 7227, "char_start_idx": 6970, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe study received financial support from the Netherlands Organisation for Scientific Research (NWO) as part of the D3 Project (628.001.018). The study was also made possible by OpenINTEL, a joint project by the University of Twente, SIDN and SURFnet [2].\n" }, { "char_end_idx": 7239, "char_start_idx": 7227, "key": "paragraph", "marker": "h2", "type": "local", "value": "Bibliography" }, { "char_end_idx": 7540, "char_start_idx": 7239, "key": "paragraph", "marker": "p", "type": "local", "value": "\n[1] M. Jonker, A. Sperotto, R. van Rijswijk-Deij, R. Sadre, and A. Pras, \"Measuring the Adoption of DDoS Protection Services,\" in Proceedings of the 2016 ACM Internet Measurement Conference (IMC’16), 2016, pp. 279–285.\n[2] \"OpenINTEL Active DNS Measurement Project,\" 2015, https://www.openintel.nl/.\n" }, { "char_end_idx": 7556, "char_start_idx": 7540, "key": "paragraph", "marker": "h2", "type": "local", "value": "About the author" }, { "char_end_idx": 7771, "char_start_idx": 7556, "key": "paragraph", "marker": "p", "type": "local", "value": "\nMattijs Jonker is a PhD student at the University of Twente. The focus of his research is DDoS attack mitigation. His main research interests include network security, internet measurements and big data analytics.\n" }, { "char_end_idx": 7780, "char_start_idx": 7771, "key": "paragraph", "marker": "li", "type": "local", "value": "Facebook\n" }, { "char_end_idx": 7788, "char_start_idx": 7780, "key": "paragraph", "marker": "li", "type": "local", "value": "Twitter\n" }, { "char_end_idx": 7797, "char_start_idx": 7788, "key": "paragraph", "marker": "li", "type": "local", "value": "LinkedIn\n" }, { "char_end_idx": 7807, "char_start_idx": 7797, "key": "paragraph", "marker": "li", "type": "local", "value": "Permalink\n" }, { "char_end_idx": 7826, "char_start_idx": 7807, "key": "paragraph", "marker": "div", "type": "local", "value": "Print this article\n" }, { "char_end_idx": 7834, "char_start_idx": 7826, "key": "paragraph", "marker": "h2", "type": "local", "value": "Comments" }, { "char_end_idx": 7853, "char_start_idx": 7834, "key": "paragraph", "marker": "article", "type": "local", "value": "\nEnable JavaScript\n" }, { "char_end_idx": 7869, "char_start_idx": 7853, "key": "paragraph", "marker": "h2", "type": "local", "value": ".nl domain name\n" }, { "char_end_idx": 7893, "char_start_idx": 7869, "key": "paragraph", "marker": "li", "type": "local", "value": "Looking up a domain name" }, { "char_end_idx": 7919, "char_start_idx": 7893, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRegistering a domain name" }, { "char_end_idx": 7946, "char_start_idx": 7919, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUpdating your registration" }, { "char_end_idx": 7970, "char_start_idx": 7946, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDisputes and complaints" }, { "char_end_idx": 7991, "char_start_idx": 7970, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBecoming a registrar" }, { "char_end_idx": 7992, "char_start_idx": 7991, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 8002, "char_start_idx": 7992, "key": "paragraph", "marker": "h2", "type": "local", "value": "Solutions\n" }, { "char_end_idx": 8020, "char_start_idx": 8002, "key": "paragraph", "marker": "h2", "type": "local", "value": "Internet security\n" }, { "char_end_idx": 8030, "char_start_idx": 8020, "key": "paragraph", "marker": "h2", "type": "local", "value": "Knowledge\n" }, { "char_end_idx": 8045, "char_start_idx": 8030, "key": "paragraph", "marker": "li", "type": "local", "value": "Market research" }, { "char_end_idx": 8076, "char_start_idx": 8045, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPublications and presentations" }, { "char_end_idx": 8101, "char_start_idx": 8076, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBoost your own expertise" }, { "char_end_idx": 8102, "char_start_idx": 8101, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 8112, "char_start_idx": 8102, "key": "paragraph", "marker": "h2", "type": "local", "value": "SIDN Labs\n" }, { "char_end_idx": 8130, "char_start_idx": 8112, "key": "paragraph", "marker": "li", "type": "local", "value": "Software and tools" }, { "char_end_idx": 8143, "char_start_idx": 8130, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPublications" }, { "char_end_idx": 8154, "char_start_idx": 8143, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStatistics" }, { "char_end_idx": 8163, "char_start_idx": 8154, "key": "paragraph", "marker": "li", "type": "local", "value": "\nProjects" }, { "char_end_idx": 8174, "char_start_idx": 8163, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog posts" }, { "char_end_idx": 8190, "char_start_idx": 8174, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout SIDN Labs" }, { "char_end_idx": 8213, "char_start_idx": 8190, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDo your thesis with us" }, { "char_end_idx": 8214, "char_start_idx": 8213, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 8225, "char_start_idx": 8214, "key": "paragraph", "marker": "h2", "type": "local", "value": "About SIDN\n" }, { "char_end_idx": 8235, "char_start_idx": 8225, "key": "paragraph", "marker": "li", "type": "local", "value": "Who we are" }, { "char_end_idx": 8248, "char_start_idx": 8235, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWork at SIDN" }, { "char_end_idx": 8263, "char_start_idx": 8248, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNews and Blogs" }, { "char_end_idx": 8290, "char_start_idx": 8263, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFrequently asked questions" }, { "char_end_idx": 8298, "char_start_idx": 8290, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 8299, "char_start_idx": 8298, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 8302, "char_start_idx": 8299, "key": "paragraph", "marker": "li", "type": "local", "value": "RSS" }, { "char_end_idx": 8323, "char_start_idx": 8302, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTerms and Conditions" }, { "char_end_idx": 8340, "char_start_idx": 8323, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCookie Statement" }, { "char_end_idx": 8348, "char_start_idx": 8340, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy" }, { "char_end_idx": 8361, "char_start_idx": 8348, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTerms of use" }, { "char_end_idx": 8369, "char_start_idx": 8361, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 8370, "char_start_idx": 8369, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 8464, "char_start_idx": 8370, "key": "paragraph", "marker": "p", "type": "local", "value": "SIDN uses cookies to analyse usage and improve visitor experience. Read more about cookies. ×\n" } ]
[]
[ { "key": "title", "type": "global", "value": "SIDN : Use of anti-DDoS services to protect .nl domain names" } ]
[ { "key": "url", "type": "global", "value": "https://www.sidnlabs.nl/a/weblog/use-of-anti-ddos-services-to-protect-nl-domain-names?language_id=2" } ]
[]
.nl domain name Solutions Internet security Knowledge SIDN Labs About SIDN SIDN on Github Frequently asked questions Login registrars NL / EN Home Blog posts and News Use of anti-DDoS services to protect .nl domain names DDoS attacks in a nutshell A denial-of-service (DoS) attack is a malicious attempt to prevent legitimate users accessing a service. In this context, the term 'service' covers things such as websites and the associated web servers. The strategy of most DoS attacks is to swamp a server's internet connection with network traffic, thus overloading it. Another common tactic is to use up a server's memory by bombarding it with requests for, say, a web page. The effect of a DoS attack can be increased by having multiple machines employing the same aggressive strategy. The attack is then said to be 'distributed', hence the term 'distributed denial-of-service' (DDoS) attack. There are two general categories of DoS attack: volumetric attacks and semantic attacks. A volumetric attack relies on the sheer volume of the network traffic involved. By contrast, a semantic attack seeks to disrupt a service by exploiting a particular vulnerability in a server. A semantic attack doesn't necessarily involve a large volume of network traffic. What are anti-DDoS services? Anti-DDoS services are services that protect against DDoS attacks. Website administrators and others can use such services – usually for a fee or subscription – to help defend themselves against (complex) attacks. The services may protect against volumetric attacks, semantic attacks, or both. Protection can take various forms. For example, special equipment may be installed on the subscriber's premises, e.g. between the web server and the internet. Alternatively, all network traffic may be routed via equipment running in a data centre operated by the anti-DDoS service provider. Only non-malicious traffic intended for the subscriber is then forwarded by the service provider. Major volumetric attacks can't usually be fought off using equipment set up on the subscriber's premises, because everything then still depends on the capacity of the internet connection. Effective protection against attacks of that kind requires the rerouting of network traffic via the anti-DDoS service. The service providers generally have very high-capacity connections that enable them to receive all the traffic and filter out the malicious component. There are two ways of rerouting network traffic. First, you can make use of the Border Gateway Protocol (BGP). That's the protocol used for interconnecting various entities (e.g. service providers) on the internet. The BGP can be used to divert all the traffic for a whole network (the IP addresses of multiple machines) at one go. The second approach relies on the Domain Name System (DNS). That tends to be the preferred option for protecting services that users access by means of a domain name, e.g. websites. DNS resolution of, say, www.example.nl doesn't then yield the address of the web server, but the address of a 'reverse proxy' running in the anti-DDoS service provider's data centre. All would-be visitors to the site – both malicious and non-malicious – are first connected to the proxy. The malicious traffic is filtered out by the anti-DDoS service, while the non-malicious traffic is forwarded to the web server.  Fig. 1: Rerouting of network traffic using the DNS Figure 1 visualises the rerouting of network traffic using the DNS. The name server responsible for giving out the IP addresses for www.example.nl responds to queries by giving the address of the proxy, rather than that of the web server. All website requests then go to the anti-DDoS service, which forwards only non-malicious requests to the protected server. Who can use anti-DDoS services? In principle, anyone can use an anti-DDoS service to protect one or more machines. To use a DNS-based service, all you have to do is make a few administrative changes to the configuration of the relevant domain name. However, the DNS can be used to reroute only traffic based on a protocol that supports reverse proxy interoperability, e.g. the web protocols HTTP and HTTPS. There are also certain criteria for the effective configuration, which are usually well-documented by anti-DDoS services. It's also worth noting that some anti-DDoS services can be used without charge. What's the picture in .nl? In a study published last year, we looked at the rise of large commercial anti-DDoS services [1]. One of the study's focuses was how such services are used with .nl domain names. Data was gathered by daily scanning of the DNS over an extended period. That involved requesting the publically accessible DNS configurations – including IP addresses – of all .nl domains every day. Because IP addresses are linked to internet entities, we could see from the incoming data which domain names were protected by anti-DDoS services. Our study took in nine commercial anti-DDoS service providers: Akamai, CenturyLink, CloudFlare, DOSarrest, F5 Silverline, Incapsula, Level 3, Neustar and Verisign. For this article, we have analysed data from a longer reference period than that used for the earlier publication. The new analysis relates to a sixteen-month period from 1 March 2016 to 1 July 2017. The growth in use is illustrated in figure 2. The green line represents the increase in use of the nine providers' services: more than 31 per cent over the sixteen months. The black line depicts growth in the total number of (active) .nl domain names: almost 3.5 per cent, from about 5.2 million to 5.7 million. Clearly, therefore, the use of anti-DDoS services has grown much more rapidly than the total number of domain names. Fig. 2: Growth in the use of anti-DDoS services for .nl domains The DNS scanning system used for the study checked more than 55 billion data points over the reference period. All the data thus obtained was stored in a file system distributed across a cluster of several dozen powerful computers. Using such a storage strategy makes it possible to perform parallel big data analysis. The cluster we used is part of the OpenINTEL project, a joint initiative by the University of Twente, SIDN and SURFnet [2]. OpenINTEL is intended to support academic study of the DNS and therefore facilitates research into the security and stability of .nl. Conclusions and future work Because an increasing proportion of .nl domain names are protected by anti-DDoS services, we believe that the .nl domain is becoming more secure. As mentioned above, the DNS configuration of a domain name needs to satisfy a number of criteria in order for an anti-DDoS service to be effective. Otherwise, sophisticated attackers may be able to circumvent the protection entirely. We therefore intend to study the errors that domain name DNS operators are liable to make in this context and how such errors could be flagged up (possibly automatically). Acknowledgements The study received financial support from the Netherlands Organisation for Scientific Research (NWO) as part of the D3 Project (628.001.018). The study was also made possible by OpenINTEL, a joint project by the University of Twente, SIDN and SURFnet [2]. Bibliography [1] M. Jonker, A. Sperotto, R. van Rijswijk-Deij, R. Sadre, and A. Pras, "Measuring the Adoption of DDoS Protection Services," in Proceedings of the 2016 ACM Internet Measurement Conference (IMC’16), 2016, pp. 279–285. [2] "OpenINTEL Active DNS Measurement Project," 2015, https://www.openintel.nl/. About the author Mattijs Jonker is a PhD student at the University of Twente. The focus of his research is DDoS attack mitigation. His main research interests include network security, internet measurements and big data analytics. Facebook Twitter LinkedIn Permalink Print this article Comments Enable JavaScript .nl domain name Looking up a domain name Registering a domain name Updating your registration Disputes and complaints Becoming a registrar Solutions Internet security Knowledge Market research Publications and presentations Boost your own expertise SIDN Labs Software and tools Publications Statistics Projects Blog posts About SIDN Labs Do your thesis with us About SIDN Who we are Work at SIDN News and Blogs Frequently asked questions Contact RSS Terms and Conditions Cookie Statement Privacy Terms of use Contact SIDN uses cookies to analyse usage and improve visitor experience. Read more about cookies. ×
https://www.sidnlabs.nl/a/weblog/use-of-anti-ddos-services-to-protect-nl-domain-names?language_id=2
[ { "char_end_idx": 89, "char_start_idx": 83, "key": "entity", "type": "local", "value": "GitHub" }, { "char_end_idx": 136, "char_start_idx": 134, "key": "entity", "type": "local", "value": "National_League" }, { "char_end_idx": 272, "char_start_idx": 269, "key": "entity", "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 476, "char_start_idx": 473, "key": "entity", "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 696, "char_start_idx": 693, "key": "entity", "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 936, "char_start_idx": 933, "key": "entity", "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 1277, "char_start_idx": 1268, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 1345, "char_start_idx": 1341, "key": "entity", "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 1854, "char_start_idx": 1845, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 2268, "char_start_idx": 2259, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 2534, "char_start_idx": 2511, "key": "entity", "type": "local", "value": "Border_Gateway_Protocol" }, { "char_end_idx": 2539, "char_start_idx": 2536, "key": "entity", "type": "local", "value": "Border_Gateway_Protocol" }, { "char_end_idx": 2653, "char_start_idx": 2650, "key": "entity", "type": "local", "value": "Border_Gateway_Protocol" }, { "char_end_idx": 2815, "char_start_idx": 2797, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 2820, "char_start_idx": 2817, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 2948, "char_start_idx": 2945, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 3287, "char_start_idx": 3278, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 3479, "char_start_idx": 3476, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 3697, "char_start_idx": 3688, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 3796, "char_start_idx": 3787, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 3848, "char_start_idx": 3839, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 4040, "char_start_idx": 4037, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 4170, "char_start_idx": 4166, "key": "entity", "type": "local", "value": "Hypertext_Transfer_Protocol" }, { "char_end_idx": 4293, "char_start_idx": 4284, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 4346, "char_start_idx": 4337, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 4636, "char_start_idx": 4633, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 4925, "char_start_idx": 4916, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 4980, "char_start_idx": 4971, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 5006, "char_start_idx": 5000, "key": "entity", "type": "local", "value": "Akamai_Technologies" }, { "char_end_idx": 5019, "char_start_idx": 5008, "key": "entity", "type": "local", "value": "CenturyLink" }, { "char_end_idx": 5031, "char_start_idx": 5021, "key": "entity", "type": "local", "value": "Cloudflare" }, { "char_end_idx": 5068, "char_start_idx": 5059, "key": "entity", "type": "local", "value": "Incapsula" }, { "char_end_idx": 5077, "char_start_idx": 5070, "key": "entity", "type": "local", "value": "Level_3_Communications" }, { "char_end_idx": 5086, "char_start_idx": 5079, "key": "entity", "type": "local", "value": "Neustar" }, { "char_end_idx": 5099, "char_start_idx": 5091, "key": "entity", "type": "local", "value": "Verisign" }, { "char_end_idx": 5655, "char_start_idx": 5646, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 5803, "char_start_idx": 5800, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 6215, "char_start_idx": 6195, "key": "entity", "type": "local", "value": "University_of_Twente" }, { "char_end_idx": 6221, "char_start_idx": 6217, "key": "entity", "type": "local", "value": ".nl" }, { "char_end_idx": 6233, "char_start_idx": 6226, "key": "entity", "type": "local", "value": "SURFnet" }, { "char_end_idx": 6297, "char_start_idx": 6294, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 6480, "char_start_idx": 6471, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 6670, "char_start_idx": 6661, "key": "entity", "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 6842, "char_start_idx": 6839, "key": "entity", "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 7065, "char_start_idx": 7017, "key": "entity", "type": "local", "value": "Netherlands_Organisation_for_Scientific_Research" }, { "char_end_idx": 7070, "char_start_idx": 7067, "key": "entity", "type": "local", "value": "New_World_Order_(conspiracy_theory)" }, { "char_end_idx": 7203, "char_start_idx": 7183, "key": "entity", "type": "local", "value": "University_of_Twente" }, { "char_end_idx": 7209, "char_start_idx": 7205, "key": "entity", "type": "local", "value": ".nl" }, { "char_end_idx": 7221, "char_start_idx": 7214, "key": "entity", "type": "local", "value": "SURFnet" }, { "char_end_idx": 7253, "char_start_idx": 7247, "key": "entity", "type": "local", "value": "Jonkheer" }, { "char_end_idx": 7580, "char_start_idx": 7577, "key": "entity", "type": "local", "value": "Doctor_of_Philosophy" }, { "char_end_idx": 7616, "char_start_idx": 7596, "key": "entity", "type": "local", "value": "University_of_Twente" }, { "char_end_idx": 7651, "char_start_idx": 7647, "key": "entity", "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 7779, "char_start_idx": 7771, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 7796, "char_start_idx": 7788, "key": "entity", "type": "local", "value": "LinkedIn" }, { "char_end_idx": 7806, "char_start_idx": 7797, "key": "entity", "type": "local", "value": "Permalink" }, { "char_end_idx": 8374, "char_start_idx": 8370, "key": "entity", "type": "local", "value": ".nl" } ]
[ { "char_end_idx": 89, "char_start_idx": 75, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "GitHub" }, { "char_end_idx": 142, "char_start_idx": 133, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "National_League" }, { "char_end_idx": 897, "char_start_idx": 247, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 1259, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 1287, "char_start_idx": 1259, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 2431, "char_start_idx": 1287, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 2431, "char_start_idx": 1287, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 3362, "char_start_idx": 2431, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Border_Gateway_Protocol" }, { "char_end_idx": 3362, "char_start_idx": 2431, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 3362, "char_start_idx": 2431, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 3775, "char_start_idx": 3412, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 3775, "char_start_idx": 3412, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 3806, "char_start_idx": 3775, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 4384, "char_start_idx": 3806, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 4384, "char_start_idx": 3806, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 4384, "char_start_idx": 3806, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Hypertext_Transfer_Protocol" }, { "char_end_idx": 4937, "char_start_idx": 4410, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 4937, "char_start_idx": 4410, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Akamai_Technologies" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "CenturyLink" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Cloudflare" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Incapsula" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Level_3_Communications" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Neustar" }, { "char_end_idx": 5303, "char_start_idx": 4937, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Verisign" }, { "char_end_idx": 5732, "char_start_idx": 5303, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 6373, "char_start_idx": 5795, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 6373, "char_start_idx": 5795, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "University_of_Twente" }, { "char_end_idx": 6373, "char_start_idx": 5795, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": ".nl" }, { "char_end_idx": 6373, "char_start_idx": 5795, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "SURFnet" }, { "char_end_idx": 6548, "char_start_idx": 6400, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 6954, "char_start_idx": 6548, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "DDoS_mitigation" }, { "char_end_idx": 6954, "char_start_idx": 6548, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Domain_Name_System" }, { "char_end_idx": 7227, "char_start_idx": 6970, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Netherlands_Organisation_for_Scientific_Research" }, { "char_end_idx": 7227, "char_start_idx": 6970, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "New_World_Order_(conspiracy_theory)" }, { "char_end_idx": 7227, "char_start_idx": 6970, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "University_of_Twente" }, { "char_end_idx": 7227, "char_start_idx": 6970, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": ".nl" }, { "char_end_idx": 7227, "char_start_idx": 6970, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "SURFnet" }, { "char_end_idx": 7540, "char_start_idx": 7239, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jonkheer" }, { "char_end_idx": 7771, "char_start_idx": 7556, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Doctor_of_Philosophy" }, { "char_end_idx": 7771, "char_start_idx": 7556, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "University_of_Twente" }, { "char_end_idx": 7771, "char_start_idx": 7556, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Denial-of-service_attack" }, { "char_end_idx": 7780, "char_start_idx": 7771, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 7797, "char_start_idx": 7788, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "LinkedIn" }, { "char_end_idx": 7807, "char_start_idx": 7797, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Permalink" }, { "char_end_idx": 8464, "char_start_idx": 8370, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": ".nl" } ]
0
1,001
1555870888000
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Calculator for Icelandic Kronur (ISK) Currency Exchange Rate Conversion</title> <meta name="description" content="Convert money in Icelandic Krona (ISK) to and from foreign currencies using up to date exchange rates."> <link rel="shortcut icon" href="/currency_icon.png" type="image/png"> <link rel="canonical" href="https://coinmill.com/ISK_calculator.html"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="robots" content="noarchive"> <style type="text/css"> html{padding:0;margin:0;height:100%;} body{font-family:sans-serif;font-size:9pt;background-color:#B36B00;padding:0;margin:0 auto;max-width:1100px;min-height:100%;} table{font-family:inherit;font-size:inherit;} img{border:none;} #logo{margin:10px;} #rsslink{margin-left:10px;} .headfoot{background-color:#B36B00;padding:0;margin:0;} .headfoot,.headfoot a,.headfoot a:link,.headfoot a:active,.headfoot a:visited {color:#FFD9BF;} .sitename {font-size:2em;font-weight:bold;} p{margin:0 0 5px 0;} h1{font-size:1.1em;padding:0;margin:0;} h2{font-size:1.3em;padding:0;margin:0;} h3{font-size:1.2em;padding:0;margin:0 0 1em 0;} .searchNtitle{background-color:#A67121;padding-left:4px;color:#FFD9BF;padding-top:1px;padding-bottom:1px;} .pagecontent{padding:1em 0;background-color:#FFD9BF;position:relative;} .pagecontent:before{content:"";background-color:#FFD9BF;position:absolute;height:100%;top:0;width:8000px;left:-4000px;z-index:-1;} .currencyexchange, .externalsearch {background-color:#FFE680;padding:0.3cm;border-radius:10px;} input, textarea, select {background-color:#FFF2BF;} .currencyexchange input.currencyField{border:inset 2px #FFF2BF;} a,a:link,a:active,a:visited,a:hover{color:#A67121} a:link,a:visited{text-decoration:none} a:link:hover,a:visited:hover,a:link:active,a:visited:active{text-decoration:underline} .frontpagetall{height:280px;} .smallestcurrencyunitbox{height:100px;} .optionsform input{background-color:#FFD9BF;} #footer{line-height:2em;padding:1em 0} #footer a{text-decoration:underline;} .tipfield{width:300px;background-color:#FFF2BF;border:inset 2px #FFF2BF;margin-top:5px;margin-bottom:10px;} .tiprequest{border-top:1px black solid; border-bottom:1px black solid; padding-bottom:0.5cm;} .tipbody{border:2px solid #FF9900; margin:0.2cm 0cm 0.2cm 0cm; padding:0.2cm;} #comments{width:320px;} .tiptitle{font-size:1.5em;font-weight:bold;margin-bottom:0.2cm} .tipsignature:before{content:'-- '} .tipsignature{text-align:right;} img.flag{padding:2px;vertical-align:middle;} .bar{background:#FF9900;color:#A67121;} .answer{padding-bottom:4px;} .obsolete{border:2px solid red;padding:0.4cm;} .conversionresult{font-size:2em;padding:1cm;} .error{color:red;font-size:1.3em;padding:0.5cm;} .ob{color:gray;} .searchform{margin:0;padding:0;} .searchform input{color:gray;background-color:#FFD9BF;font-size:0.8em;} .conversionchart{background-color:#FFE680;border:2px dashed black;} .conversionchart tr td{padding:3px;text-align:right;border:1px solid #FFD9BF;} .searchgo{background-color:#FFD9BF;color:#B36B00;} .required{color:green} .manylinks{overflow:scroll;overflow-x:hidden;} .manylinks li{margin-bottom: 0.8em} .homearea{max-width:320px;height:350px;float:left;margin:1em 3em 1em 0;} .frontpagebox.currencyexchange input,.frontpagebox select{width: 220px;height:40px;margin:0 0 1.5em 0;display:inline-block;} .frontpagebox .inplabel {width:60px;display:inline-block;} .frontpagebox ul{padding-left:15px} .ac{display:flex;flex-direction:column;justify-content:center} .ha{text-align:center;border:1px solid black} .ha a{color:black;text-decoration:none;display:block} .ha span{display:block;margin-bottom:0.2em} .ha.big .mn,.ha.big .br{font-size:300%} .ha.med .mn,.ha.med .br{font-size:200%} .ha .tg{font-style:italic} .ha .br{font-weight:bold} </style> <script type="text/javascript"><!-- var numErrsLogged=0; function lgerr(msg,url,ln){if((++numErrsLogged)>5)return true;var r=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP");r.open("GET","/jserr?"+"msg="+escape(msg)+"&ln="+ln+"&url="+escape(url)+"&page="+escape(location.href)+"&ref="+escape(document.referrer),false);r.send("");return true;} try{window.onerror=lgerr;}catch(er){} document.addEventListener('DOMContentLoaded',function(){ setTimeout(function(){ var ha=[ ['https://ijn.tl/','URL Shortener','ijn.tl'], ['https://ostermiller.org/calc/calculator.html','Scientific Calculator','ostermiller.org/calc',''], ['https://qqwing.com/','Play Sudoku Online Free','QQWing'], ['https://ostermiller.org/calc/tictactoe.html','Play Online Free','Tic-Tac-Toe'], ['https://doozoon.com/','Manage Tasks Online Free','Doozoon To-Do List'], 8, ['https://savvyroo.com/','Try Online Brainstorming','SavvyRoo'], 12, ['https://passwordcreator.org/','Make Secure Passwords','Password Creator.org'], 3]; for(var i=0;i<ha.length;i++){ if(typeof ha[i]=='number'){ var n=ha[i]-1,e=ha[i-1] ha[i]=e for(var j=0;j<n;j++)ha.push(e); }} var x=document.getElementsByClassName("ac") for(var i=0;i<x.length;i++){ if(x[i].innerHTML.search(/iframe/i)==-1){ var a=ha[Math.floor(Math.random()*ha.length)],h=x[i].offsetHeight,sz=(h<70?'sm':(h<100?'med':'big')); ha=ha.filter(function(e){return e!==a}) x[i].innerHTML="<div class='ha "+sz+"'><a href='"+a[0]+"?utm_source=coinmill&utm_medium=banner&utm_campaign=house'><span class=mn>"+a[1]+"</span> <span class=br>"+a[2]+"</span> <span class=tg>by Coinmill creator Stephen Ostermiller</span></div>"; }}},3000);}); var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-8075292-1'],['_setDomainName','coinmill.com'],['_trackPageview']); (function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true; ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js'; var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})(); var currency_data='ADA,0.0522371150987,0.001|ADP,0.00487253,1|AED,0.196285,0.25|AFA,9.35e-06,1|AFN,0.00935,1|ALL,0.0065497,0.1|AMD,0.0014961,0.2|ANC,0.418946541892,0.0001|ANG,0.4038,0.01|AOA,0.002268,0.1|ARDR,0.0572794846841,0.0001|ARG,0.0190274567123,0.001|ARS,0.01725,0.01|ATS,0.0589174,1|AUD,0.517636,0.05|AUR,0.0347821908702,0.00001|AWG,0.405,0.01|AZM,8.4832e-05,10|AZN,0.42416,0.01|BAM,0.41388,0.5|BBD,0.36,0.01|BCH,204.505314172,0.0000001|BCN,0.000653629366468,10|BDT,0.008548,0.01|BEF,0.0200972,0.5|BET,0.0145314610356,0.01|BGL,0.00041464,10|BGN,0.41464,0.01|BHD,1.9098,0.05|BIF,0.00039666,1|BLC,0.00186387798376,0.01|BMD,0.720856,0.01|BNB,17.2862792798,0.00001|BND,0.532349,0.01|BOB,0.105,0.1|BRC,6.65713e-05,0.01|BRL,0.183071,0.01|BSD,0.72,0.01|BTB,4.3652812538,0.00001|BTC,3803.98565394,0.00001|BTG,11.9011673664,0.000001|BTN,0.010391,0.20|BTS,0.0431792296762,0.001|BWP,0.0681006,0.01|BYN,0.345,0.01|BYR,0.000345,1|BZD,0.36082,0.01|CAD,0.538515,0.01|CDF,0.00044076,0.01|CHF,0.712694,0.05|CLF,30.14563,0.01|CLP,0.00109141,1|CNH,0.1041,0.5|CNY,0.107521,0.5|COP,0.000228084,100|CRC,0.00122,0.01|CSD,0.0068829,0.5|CUC,0.720856,0.01|CUP,0.72,0.01|CVE,0.007359,0.01|CYP,1.414,0.01|CZK,0.0315711,1|DASH,86.7556403512,0.000001|DEE,0.0024735693726,0.001|DEM,0.414515,0.01|DGC,0.00117970231617,0.001|DJF,0.004061,10|DKK,0.108875,0.25|DMD,0.770876264694,0.0001|DOP,0.01429,1|DZD,0.00604255,0.05|ECS,2.863e-05,100|EEK,0.0518145,0.05|EFL,0.0583707443103,0.001|EGP,0.04208,0.25|EOS,3.73158197641,0.0001|ERN,0.04809,0.01|ESP,0.00487253,1|ETB,0.025221,0.01|ETC,4.2154404234,0.00001|ETH,122.05810577,0.0000001|EUR,0.810721,0.01|FIM,0.136353,1|FJD,0.34123,0.01|FKP,0.937518,0.01|FLO,0.0569301504835,0.1|FLT,0.000365608807693,0.01|FRC,0.00517546822577,0.001|FRF,0.123594,0.01|FRK,0.08361,0.0001|FST,0.4561283105,0.01|FTC,0.017186307171,0.001|GBP,0.937518,0.01|GBX,0.00937518,1|GEL,0.26859,0.01|GHC,1.4166e-05,0.1|GHS,0.14166,0.01|GIP,0.93739,0.01|GLC,0.0400083633694,0.1|GLD,0.0394328840583,0.01|GMD,0.01461,0.01|GNF,7.8989e-05,1|GRD,0.00237923,0.5|GTQ,0.0945,0.01|GYD,0.003508,1|HBN,0.0026,0.01|HKD,0.091917,0.1|HNL,0.029576,0.01|HRK,0.10923,0.01|HTG,0.008622,0.05|HUF,0.00256531,1|ICX,0.26023566148,0.0001|IDR,5.06116e-05,25|IEP,1.02940,0.01|ILS,0.200792,0.01|INR,0.010381,0.1|IQD,0.00060576,500|IRR,1.70898e-05,5|ISK,0.00594035,1|ITL,0.000418702,1|IXC,0.0106,0.001|JEP,0.937518,0.01|JMD,0.005619,0.01|JOD,1.0189,0.05|JPY,0.00644024,1|KES,0.0071266,0.01|KGS,0.010355,1|KHR,0.00017954,100|KMF,0.0016514,0.05|KPW,0.000801,0.01|KRW,0.000634445,1|KWD,2.37124,0.001|KYD,0.87909,0.01|KZT,0.00187847,1|LAK,8.3762e-05,500|LBP,0.00047882,50|LKR,0.00396888,1|LRD,0.0043381,0.05|LSK,1.42089524525,0.00001|LSL,0.051243,0.01|LTC,54.8833075226,0.00001|LTL,0.2398,0.01|LUF,0.0200972,0.5|LVL,1.15355,0.01|LYD,0.517491,0.001|MAD,0.07502,0.2|MAX,0.00890484974138,0.001|MDL,0.04061,0.01|MEC,0.00475686417807,0.0001|MGA,0.00020567,1|MGF,4.1134e-05,50|MIOTA,0.221142579932,0.0001|MKD,0.01324,0.5|MKR,436.65095725,0.0000001|MMK,0.00047866,50|MNC,0.00978855417455,0.001|MNT,0.00027587,1|MOP,0.089239,0.1|MRO,0.002031,0.2|MTL,1.88847,0.01|MUR,0.0207637,0.01|MVR,0.0463,0.01|MWK,0.00099486,5|MXN,0.0381583,0.05|MXP,3.81583e-05,0.01|MXV,0.2394853,1|MYR,0.174436,0.01|MZM,1.13e-05,1|MZN,0.0113,1|NAD,0.05131,0.05|NANO,1.21062810488,0.00001|NAS,0.85389114772,1|NEO,7.52692610804,0.000001|NET,0.47567577432,0.01|NGN,0.002019,1|NIO,0.02202,0.05|NLG,0.367889,0.5|NMC,0.709105883894,0.0001|NOK,0.0848602,0.5|NPR,0.00631398,0.05|NVC,0.382832429053,0.00001|NXT,0.0232787133843,0.1|NZD,0.48391,0.10|OMG,1.332408788,0.00001|OMR,1.87479,0.005|ORB,0.12345013915,0.001|PAB,0.72,0.01|PEN,0.218338,0.01|PGK,0.218,0.01|PHP,0.0139047,0.01|PHS,0.012,0.001|PKR,0.00516385,0.01|PLN,0.189445,0.01|POT,0.0160975865199,0.01|PPC,0.391534629353,0.0001|PPT,0.973607899292,0.00001|PTC,0.0020549653249,0.01|PTE,0.00404386,0.05|PXC,0.001259066882,0.01|PYG,0.00011657,1|QAR,0.198037,1|QRK,0.00410993064987,0.01|QTUM,1.94796860842,0.00001|RDD,0.00120705665098,10|REP,14.6702485619,0.00001|ROL,1.705e-05,0.01|RON,0.1705,0.01|RSD,0.0068829,0.5|RUB,0.0112704,0.01|RUR,1.12704e-05,10|RWF,0.0008172,1|SAR,0.192228,1|SBD,0.088873,0.05|SCR,0.05269,0.05|SDD,0.00015176,0.01|SDG,0.015176,0.01|SDP,1.5176e-05,0.01|SDR,1,0.01|SEK,0.0777156,0.01|SGD,0.532349,0.01|SHP,0.93739,0.01|SIT,0.00338308,0.1|SKK,0.0269110,0.5|SLL,8.0768e-05,10|SLR,0.0371675428951,0.1|SNT,0.0182282933549,0.001|SOS,0.001262,1|SRD,0.0972,0.01|SRG,9.72e-05,5|STD,3.3645e-05,0.5|STEEM,0.298200597031,0.0001|STRAT,0.761012152602,0.00001|SVC,0.0823835,0.05|SXC,0.0022,0.01|SYP,0.0013998,0.25|SZL,0.051294,0.01|TAG,0.0190274567123,0.0001|TGC,0.0018,0.01|THB,0.0226599,0.25|TIX,0.0185245973635,0.0001|TJS,0.076369,0.05|TMM,4.2e-05,1|TMT,0.21,1|TND,0.237587,0.005|TOP,0.30799,0.01|TRC,0.0211156937774,0.001|TRL,1.2407e-07,5000|TRX,0.0178480633617,0.01|TRY,0.12407,0.01|TTD,0.106421,0.01|TWD,0.0234,1|TZS,0.00031369,0.05|UAH,0.02686,0.01|UGX,0.00019336,50|UNO,80.3305534087,0.00001|USD,0.720856,0.01|USDT,0.729673954855,0.001|UYU,0.0210024,0.1|UZS,8.5816e-05,0.01|VEB,2.88e-09,1|VEF,2.88e-06,1|VEN,1.16779825902,0.0001|VERI,11.423180274,0.000001|VND,3.1141e-05,200|VRC,0.112359046106,0.001|VTC,0.35768143493,0.0001|VUV,0.006494,1|WDC,0.00418537209775,0.001|WST,0.27665,0.05|WTC,1.83474828626,0.00001|XAF,0.00123594,1|XAG,10.732,0.001|XAL,1839,0.01|XAU,1274,0.001|XCC,0.0307139818249,0.001|XCD,0.27,0.01|XCP,6448,0.01|XDG,0.00198372752608,1|XEM,0.0453103949659,0.001|XEU,0.810721,0.01|XIC,0.0073261504351,0.01|XJO,0.00305617149588,0.01|XLM,0.0803914408019,0.001|XMR,49.3472626175,0.0001|XMS,0.0991828462764,0.01|XMT,7.08082728554e-05,10|XOF,0.00123594,1|XPD,955.2,0.001|XPF,0.00679384,1|XPM,0.192321295801,0.0001|XPT,640.16,0.001|XRP,0.231896332541,0.01|XSC,0.00209760442459,0.01|XVG,0.00592537222684,0.01|YAC,0.00081,0.01|YER,0.00289,0.005|YUM,0.41388,0.5|ZAR,0.0511565,0.05|ZCP,1.65354819796,0.0001|ZEC,49.2383878954,0.000001|ZET,0.00125199946727,0.01|ZMK,5.889e-05,0.01|ZMW,0.05889,0.05|ZRN,4.4076e-07,10|ZRX,0.223252600207,0.0001|ZTC,3.81007716884e-06,10|ZWD,7.20856e-30,0.01|ZWL,7.20856e-05,0.01|ZWN,7.20856e-30,5|ZWR,7.20856e-17,0.01'; var currency_sdrPer=new Array(),currency_Unit=new Array();currency_make_arrays();function currency_make_arrays(){var d=currency_data.split("|");for(var e=0;e<d.length;e++){var b=d[e].split(","),f=b[0];currency_sdrPer[f]=b[1];currency_Unit[f]=b[2]}}; function currency_rnd(h,e){h=Math.round(h/e)*e+".";var g=(e+".").split("."),c=h.split("."),b=c[1],a=g[1].length,d=b.length;if(d>a){b=b.substring(0,a)}for(var f=0;f<a-d;f++){b+="0"}return c[0]+(a==0?"":"."+b)}function currency_convert(f,d,c){var e=currency_sdrPer;if(!e[d]||!e[c]){return""}return currency_format(f*(e[d]/e[c]),currency_Unit[c])}function currency_format(b,e){var h=typeof currency_thousandsSeparator=="string"?currency_thousandsSeparator:"",c=typeof currency_decimalSeparator=="string"?currency_decimalSeparator:".",e=(typeof currency_decimalDigits=="number")?(1/Math.pow(10,currency_decimalDigits)):(typeof e=="number"?e:0.01),j=typeof currency_thousandsSeparatorMin=="number"?currency_thousandsSeparatorMin:3;if(typeof currency_round=="boolean"&&currency_round){b=currency_rnd(b,e)}var i=(""+b).split("."),g=i[0],f=i.length>1?c+i[1]:"",a=/(\d+)(\d{3})/;if(h!=""){while(a.test(g)&&g.length>j){g=g.replace(a,"$1"+h+"$2")}}return g+f}; var lastInp;var currency_round=true;function styl(b){if(!b){return}lastInp=b;if(!b.style){return}for(var a=0;a<frm().length;a++){frm()[a].style.backgroundColor="#FFF2BF"}b.style.backgroundColor="white"}function cvrt(d,a){a=a?true:false;if(!d||d.type!="text"){return}styl(d);var e=parseFloat(d.value.replace(/[^0-9\.eE\-]/g,"")),c=""+e!="NaN";for(var b=0;b<frm().length;b++){if(d!=frm()[b]&&frm()[b].type=="text"){frm()[b].value=c?currency_convert(e,d.name,frm()[b].name):""}}if(c){document.location.href=document.location.href.replace(/\#.*/,"")+"#"+d.name+"="+d.value}if(c){_gaq.push(["_trackEvent","convert",d.name,"",Math.round(e),a])}}function lst(){cvrt(lastInp)}function fillData(a){var d=document.location.href,c=d.match(/\#([A-Z]{3,5})/);if(c&&c.length>1){var b=gt("currencyBox1");if(!a&&b&&b.innerHTML.indexOf(c[1])!=-1){swapCurrencies()}}c=d.match(/\#([A-Z]{3,5})=([\-0-9\.eE]+)/);if(c&&c.length>2){frm()[c[1]].value=c[2];cvrt(frm()[c[1]],!a)}}function frm(){return document.currency.elements}function gt(a){return document.getElementById(a)}function swapCurrencies(){var b=gt("currencyBox0");var a=gt("currencyBox1");var e=gt("currencyText0");var d=gt("currencyText1");if(b&&a&&e&&d){var c=b.innerHTML;b.innerHTML=a.innerHTML;a.innerHTML=c;c=e.innerHTML;e.innerHTML=d.innerHTML;d.innerHTML=c}fillData(true)}; //--></script> </head><body onload="fillData();"> <table id=pagehead class=headfoot style="width:100%;border-collapse:collapse;border-spacing:0;border:none;"><tr><td style="width:100px;" rowspan="2"> <a href="/"><img id="logo" src="/currency.png" width="75" height="75" alt="currency conversion"></a> </td><td> <div class=sitename><a href="/">CoinMill.com - The Currency Converter</a></div> </td><td style="text-align:right;vertical-align:text-top;"> <div style="margin:3px 15px;"> Welcome! <a href="/login">Login</a> </div> <form class="searchform" name="search" action="http://www.google.com/cse"> <input type="hidden" name="cx" value="partner-pub-2385172974335864:m04uw14or4v"> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" size="20" value="(currency search)" onfocus="if(this.value=='(currency search)'){this.value='';}"> <input type="submit" value="Go" name="sa" style="font-weight:bold;font-size:larger;border:none;background-color:#B36B00;color:#FFD9BF;border-radius:4px;"> </form> </td></tr><tr><td colspan="2"> <table style="border:none;border-collapse:collapse;border-spacing:0;"><tr><td> <h1>Icelandic Krona (ISK) Currency Exchange Rate Conversion Calculator</h1></td><td style="text-align:right;"> </td></tr></table> </td></tr></table> <div class="pagecontent"> <form action="/currency" method=POST name=currency onsubmit="lst();return false;"> <table style="border:none;border-spacing:0;border-collapse:collapse;"><tr><td style="vertical-align:top;padding-right:0.5cm"> <p>This currency convertor <a href="/sources.html">is up to date</a> with exchange rates from April 21, 2019.</p> <p>Enter the amount to be converted in the box to the left of the currency and press the &quot;convert&quot; button. To show Icelandic Kronur and just one other currency click on any other currency.</p><p> The Icelandic Krona is the currency in Iceland (IS, ISL). The Icelandic Krona is also known as Kronas. The symbol for ISK can be written IKr. The Icelandic Krona is divided into 100 aurar. The exchange rate for the Icelandic Krona was last updated on January 18, 2019 from The International Monetary Fund. The ISK conversion factor has 6 significant digits. </p> </td> <td style="padding-left:0.5cm;width:150px;vertical-align:top;"> <a href="#tiprequest">Add your comment to this page</a> </td> </tr><tr><td class=currencyexchange style="border-bottom-right-radius:0;border-bottom-left-radius:0;"> <table style="border:none;"><tr><td style="vertical-align:middle"> <input class=currencyField onfocus="styl(this)" onchange="cvrt(this)" type=text size="8" name="ISK" value=""> </td><td style="vertical-align:middle"> <h2>Icelandic Krona (ISK) <img src="/iceland_flag.png" class="flag" width="32" height="20" alt="Iceland" title="Iceland"></h2> </td><td style="vertical-align:middle"> <input style=" margin-left:15px;" type="submit" value="Convert"> </td></tr></table> </td></tr><tr><td colspan=3 class=currencyexchange style="border-top-left-radius:0;"> <div style="margin:10px 0 10px 0"></div> <table style="border:none;"> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ZRX" value=""> </td><td> <a href="/ISK_ZRX.html">0x (ZRX)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GEL" value=""> </td><td> <a href="/GEL_ISK.html">Georgian Lari (GEL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PKR" value=""> </td><td> <a href="/ISK_PKR.html">Pakistan Rupee (PKR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AFN" value=""> </td><td> <a href="/AFN_ISK.html">Afghan Afghani (AFN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GHS" value=""> </td><td> <a href="/GHS_ISK.html">Ghanaian Cedi (GHS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PAB" value=""> </td><td> <a href="/ISK_PAB.html">Panamanian Balboa (PAB)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ALL" value=""> </td><td> <a href="/ALL_ISK.html">Albanian Lek (ALL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GIP" value=""> </td><td> <a href="/GIP_ISK.html">Gibraltar Pound (GIP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PGK" value=""> </td><td> <a href="/ISK_PGK.html">Papua New Guinea Kina (PGK)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DZD" value=""> </td><td> <a href="/DZD_ISK.html">Algerian Dinar (DZD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GLC" value=""> </td><td> <a href="/GLC_ISK.html">GlobalCoin (GLC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PYG" value=""> </td><td> <a href="/ISK_PYG.html">Paraguay Guarani (PYG)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AOA" value=""> </td><td> <a href="/AOA_ISK.html">Angolan Kwanza (AOA)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GLD" value=""> </td><td> <a href="/GLD_ISK.html">GoldCoin (GLD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PPC" value=""> </td><td> <a href="/ISK_PPC.html">Peercoin (PPC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ANC" value=""> </td><td> <a href="/ANC_ISK.html">Anoncoin (ANC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GTQ" value=""> </td><td> <a href="/GTQ_ISK.html">Guatemalan Quetzal (GTQ)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PEN" value=""> </td><td> <a href="/ISK_PEN.html">Peruvian Nuevo Sol (PEN)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ARDR" value=""> </td><td> <a href="/ARDR_ISK.html">Ardor (ARDR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GNF" value=""> </td><td> <a href="/GNF_ISK.html">Guinean Franc (GNF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PTC" value=""> </td><td> <a href="/ISK_PTC.html">Pesetacoin (PTC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ARS" value=""> </td><td> <a href="/ARS_ISK.html">Argentine Peso (ARS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GYD" value=""> </td><td> <a href="/GYD_ISK.html">Guyanese Dollar (GYD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PHP" value=""> </td><td> <a href="/ISK_PHP.html">Philippine Peso (PHP)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ARG" value=""> </td><td> <a href="/ARG_ISK.html">Argentum (ARG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="HTG" value=""> </td><td> <a href="/HTG_ISK.html">Haitian Gourde (HTG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PHS" value=""> </td><td> <a href="/ISK_PHS.html">Philosopher Stones (PHS)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AMD" value=""> </td><td> <a href="/AMD_ISK.html">Armenian Dram (AMD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="HBN" value=""> </td><td> <a href="/HBN_ISK.html">HoboNickel (HBN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PXC" value=""> </td><td> <a href="/ISK_PXC.html">Phoenixcoin (PXC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AWG" value=""> </td><td> <a href="/AWG_ISK.html">Aruban Florin (AWG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="HNL" value=""> </td><td> <a href="/HNL_ISK.html">Honduran Lempira (HNL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PLN" value=""> </td><td> <a href="/ISK_PLN.html">Polish Zloty (PLN)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="REP" value=""> </td><td> <a href="/ISK_REP.html">Augur (REP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="HKD" value=""> </td><td> <a href="/HKD_ISK.html">Hong Kong Dollar (HKD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="PPT" value=""> </td><td> <a href="/ISK_PPT.html">Populous (PPT)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AUR" value=""> </td><td> <a href="/AUR_ISK.html">Auroracoin (AUR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="HUF" value=""> </td><td> <a href="/HUF_ISK.html">Hungarian Forint (HUF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="POT" value=""> </td><td> <a href="/ISK_POT.html">PotCoin (POT)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AUD" value=""> </td><td> <a href="/AUD_ISK.html">Australian Dollar (AUD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XIC" value=""> </td><td> <a href="/ISK_XIC.html">I0Coin (XIC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GBP" value=""> </td><td> <a href="/GBP_ISK.html">Pound Sterling (GBP)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AZN" value=""> </td><td> <a href="/AZN_ISK.html">Azerbaijani Manat (AZN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ICX" value=""> </td><td> <a href="/ICX_ISK.html">ICON (ICX)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XPM" value=""> </td><td> <a href="/ISK_XPM.html">Primecoin (XPM)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BSD" value=""> </td><td> <a href="/BSD_ISK.html">Bahamian Dollar (BSD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MIOTA" value=""> </td><td> <a href="/ISK_MIOTA.html">IOTA (MIOTA)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="QAR" value=""> </td><td> <a href="/ISK_QAR.html">Qatari Riyal (QAR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BHD" value=""> </td><td> <a href="/BHD_ISK.html">Bahraini Dinar (BHD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="INR" value=""> </td><td> <a href="/INR_ISK.html">Indian Rupee (INR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="QTUM" value=""> </td><td> <a href="/ISK_QTUM.html">Qtum (QTUM)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BDT" value=""> </td><td> <a href="/BDT_ISK.html">Bangladeshi Taka (BDT)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="IDR" value=""> </td><td> <a href="/IDR_ISK.html">Indonesian Rupiah (IDR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="QRK" value=""> </td><td> <a href="/ISK_QRK.html">QuarkCoin (QRK)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BBD" value=""> </td><td> <a href="/BBD_ISK.html">Barbados Dollar (BBD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="IRR" value=""> </td><td> <a href="/IRR_ISK.html">Iranian Rial (IRR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="RDD" value=""> </td><td> <a href="/ISK_RDD.html">ReddCoin (RDD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BYN" value=""> </td><td> <a href="/BYN_ISK.html">Belarusian Ruble (BYN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="IQD" value=""> </td><td> <a href="/IQD_ISK.html">Iraqi Dinar (IQD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XRP" value=""> </td><td> <a href="/ISK_XRP.html">Ripple (XRP)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BZD" value=""> </td><td> <a href="/BZD_ISK.html">Belize Dollar (BZD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ILS" value=""> </td><td> <a href="/ILS_ISK.html">Israeli New Shekel (ILS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="RON" value=""> </td><td> <a href="/ISK_RON.html">Romanian Leu (RON)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BMD" value=""> </td><td> <a href="/BMD_ISK.html">Bermuda Dollar (BMD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="IXC" value=""> </td><td> <a href="/ISK_IXC.html">Ixcoin (IXC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="RUB" value=""> </td><td> <a href="/ISK_RUB.html">Russian Ruble (RUB)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BET" value=""> </td><td> <a href="/BET_ISK.html">BetaCoin (BET)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="JMD" value=""> </td><td> <a href="/ISK_JMD.html">Jamaican Dollar (JMD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="RWF" value=""> </td><td> <a href="/ISK_RWF.html">Rwandan Franc (RWF)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BTN" value=""> </td><td> <a href="/BTN_ISK.html">Bhutanese Ngultrum (BTN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="JPY" value=""> </td><td> <a href="/ISK_JPY.html">Japanese Yen (JPY)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SHP" value=""> </td><td> <a href="/ISK_SHP.html">Saint Helena Pound (SHP)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BNB" value=""> </td><td> <a href="/BNB_ISK.html">Binance Coin (BNB)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="JEP" value=""> </td><td> <a href="/ISK_JEP.html">Jersey Pound (JEP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="WST" value=""> </td><td> <a href="/ISK_WST.html">Samoa Tala (WST)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BTB" value=""> </td><td> <a href="/BTB_ISK.html">BitBar (BTB)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="JOD" value=""> </td><td> <a href="/ISK_JOD.html">Jordanian Dinar (JOD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="STD" value=""> </td><td> <a href="/ISK_STD.html">Sao Tome Dobra (STD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BTS" value=""> </td><td> <a href="/BTS_ISK.html">BitShare (BTS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XJO" value=""> </td><td> <a href="/ISK_XJO.html">Joulecoin (XJO)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SAR" value=""> </td><td> <a href="/ISK_SAR.html">Saudi Arabian Riyal (SAR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BTC" value=""> </td><td> <a href="/BTC_ISK.html">Bitcoin (BTC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KZT" value=""> </td><td> <a href="/ISK_KZT.html">Kazakhstani Tenge (KZT)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="RSD" value=""> </td><td> <a href="/ISK_RSD.html">Serbian Dinar (RSD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BCH" value=""> </td><td> <a href="/BCH_ISK.html">Bitcoin Cash (BCH)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KES" value=""> </td><td> <a href="/ISK_KES.html">Kenyan Shilling (KES)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SXC" value=""> </td><td> <a href="/ISK_SXC.html">Sexcoin (SXC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BTG" value=""> </td><td> <a href="/BTG_ISK.html">Bitcoin Gold (BTG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KRW" value=""> </td><td> <a href="/ISK_KRW.html">Korean Won (KRW)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SCR" value=""> </td><td> <a href="/ISK_SCR.html">Seychelles Rupee (SCR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XMR" value=""> </td><td> <a href="/ISK_XMR.html">Bitmonero (XMR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KWD" value=""> </td><td> <a href="/ISK_KWD.html">Kuwaiti Dinar (KWD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XSC" value=""> </td><td> <a href="/ISK_XSC.html">Siacoin (XSC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BLC" value=""> </td><td> <a href="/BLC_ISK.html">BlackCoin (BLC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KGS" value=""> </td><td> <a href="/ISK_KGS.html">Kyrgyzstani Som (KGS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SLL" value=""> </td><td> <a href="/ISK_SLL.html">Sierra Leonean Leone (SLL)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BOB" value=""> </td><td> <a href="/BOB_ISK.html">Bolivian Boliviano (BOB)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LAK" value=""> </td><td> <a href="/ISK_LAK.html">Lao Kip (LAK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SGD" value=""> </td><td> <a href="/ISK_SGD.html">Singapore Dollar (SGD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BAM" value=""> </td><td> <a href="/BAM_ISK.html">Bosnia-Herzegovina Convertible Mark (BAM)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LBP" value=""> </td><td> <a href="/ISK_LBP.html">Lebanese Pound (LBP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SLR" value=""> </td><td> <a href="/ISK_SLR.html">SolarCoin (SLR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BWP" value=""> </td><td> <a href="/BWP_ISK.html">Botswana Pula (BWP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LSL" value=""> </td><td> <a href="/ISK_LSL.html">Lesotho Loti (LSL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SBD" value=""> </td><td> <a href="/ISK_SBD.html">Solomon Islands Dollar (SBD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BRL" value=""> </td><td> <a href="/BRL_ISK.html">Brazilian Real (BRL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LRD" value=""> </td><td> <a href="/ISK_LRD.html">Liberian Dollar (LRD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SOS" value=""> </td><td> <a href="/ISK_SOS.html">Somali Shilling (SOS)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BND" value=""> </td><td> <a href="/BND_ISK.html">Brunei Dollar (BND)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LYD" value=""> </td><td> <a href="/ISK_LYD.html">Libyan Dinar (LYD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ZAR" value=""> </td><td> <a href="/ISK_ZAR.html">South African Rand (ZAR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BGN" value=""> </td><td> <a href="/BGN_ISK.html">Bulgarian Lev (BGN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LSK" value=""> </td><td> <a href="/ISK_LSK.html">Lisk (LSK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SDR" value=""> </td><td> <a href="/ISK_SDR.html">Special Drawing Right (SDR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BIF" value=""> </td><td> <a href="/BIF_ISK.html">Burundian Franc (BIF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LTC" value=""> </td><td> <a href="/ISK_LTC.html">Litecoin (LTC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LKR" value=""> </td><td> <a href="/ISK_LKR.html">Sri Lankan Rupee (LKR)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="BCN" value=""> </td><td> <a href="/BCN_ISK.html">Bytecoin (BCN) (BCN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="LTL" value=""> </td><td> <a href="/ISK_LTL.html">Lithuanian Litas (LTL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SNT" value=""> </td><td> <a href="/ISK_SNT.html">Status (SNT)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KHR" value=""> </td><td> <a href="/ISK_KHR.html">Cambodian Riel (KHR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MOP" value=""> </td><td> <a href="/ISK_MOP.html">Macau Pataca (MOP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="STEEM" value=""> </td><td> <a href="/ISK_STEEM.html">Steem (STEEM)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CAD" value=""> </td><td> <a href="/CAD_ISK.html">Canadian Dollar (CAD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MKD" value=""> </td><td> <a href="/ISK_MKD.html">Macedonia Denar (MKD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XLM" value=""> </td><td> <a href="/ISK_XLM.html">Stellar (XLM)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CVE" value=""> </td><td> <a href="/CVE_ISK.html">Cape Verde Escudo (CVE)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XMS" value=""> </td><td> <a href="/ISK_XMS.html">MaidSafeCoin (XMS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="STRAT" value=""> </td><td> <a href="/ISK_STRAT.html">Stratis (STRAT)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ADA" value=""> </td><td> <a href="/ADA_ISK.html">Cardano (ADA)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MKR" value=""> </td><td> <a href="/ISK_MKR.html">Maker (MKR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SDG" value=""> </td><td> <a href="/ISK_SDG.html">Sudanese Pound (SDG)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KYD" value=""> </td><td> <a href="/ISK_KYD.html">Cayman Islands Dollar (KYD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MGA" value=""> </td><td> <a href="/ISK_MGA.html">Malagasy Ariary (MGA)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SRD" value=""> </td><td> <a href="/ISK_SRD.html">Suriname Dollar (SRD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XAF" value=""> </td><td> <a href="/ISK_XAF.html">Central African CFA (XAF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MWK" value=""> </td><td> <a href="/ISK_MWK.html">Malawian Kwacha (MWK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SZL" value=""> </td><td> <a href="/ISK_SZL.html">Swazi Lilangeni (SZL)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CLP" value=""> </td><td> <a href="/CLP_ISK.html">Chilean Peso (CLP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MYR" value=""> </td><td> <a href="/ISK_MYR.html">Malaysian Ringgit (MYR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SEK" value=""> </td><td> <a href="/ISK_SEK.html">Swedish Krona (SEK)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CLF" value=""> </td><td> <a href="/CLF_ISK.html">Chilean Unidad de Fomento (CLF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MVR" value=""> </td><td> <a href="/ISK_MVR.html">Maldives Rufiyaa (MVR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CHF" value=""> </td><td> <a href="/CHF_ISK.html">Swiss Franc (CHF)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CNH" value=""> </td><td> <a href="/CNH_ISK.html">Chinese Offshore Yuan (CNH)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MRO" value=""> </td><td> <a href="/ISK_MRO.html">Mauritania Ouguiya (MRO)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="SYP" value=""> </td><td> <a href="/ISK_SYP.html">Syrian Pound (SYP)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CNY" value=""> </td><td> <a href="/CNY_ISK.html">Chinese Yuan (CNY)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MUR" value=""> </td><td> <a href="/ISK_MUR.html">Mauritian Rupee (MUR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TRX" value=""> </td><td> <a href="/ISK_TRX.html">TRON (TRX)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="COP" value=""> </td><td> <a href="/COP_ISK.html">Colombian Peso (COP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MAX" value=""> </td><td> <a href="/ISK_MAX.html">MaxCoin (MAX)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TAG" value=""> </td><td> <a href="/ISK_TAG.html">TagCoin (TAG)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KMF" value=""> </td><td> <a href="/ISK_KMF.html">Comorian Franc (KMF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MEC" value=""> </td><td> <a href="/ISK_MEC.html">Megacoin (MEC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TJS" value=""> </td><td> <a href="/ISK_TJS.html">Tajikistan Somoni (TJS)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CRC" value=""> </td><td> <a href="/CRC_ISK.html">Costa Rican Colon (CRC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MXN" value=""> </td><td> <a href="/ISK_MXN.html">Mexican Peso (MXN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TZS" value=""> </td><td> <a href="/ISK_TZS.html">Tanzanian Shilling (TZS)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ZCP" value=""> </td><td> <a href="/ISK_ZCP.html">Counterparty (ZCP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MXV" value=""> </td><td> <a href="/ISK_MXV.html">Mexican Unidad De Inversion (MXV)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TRC" value=""> </td><td> <a href="/ISK_TRC.html">Terracoin (TRC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XCC" value=""> </td><td> <a href="/ISK_XCC.html">CraftCoin (XCC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MNC" value=""> </td><td> <a href="/ISK_MNC.html">Mincoin (MNC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="USDT" value=""> </td><td> <a href="/ISK_USDT.html">Tether (USDT)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="HRK" value=""> </td><td> <a href="/HRK_ISK.html">Croatian Kuna (HRK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XMT" value=""> </td><td> <a href="/ISK_XMT.html">Mintcoin (XMT)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="THB" value=""> </td><td> <a href="/ISK_THB.html">Thai Baht (THB)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CUC" value=""> </td><td> <a href="/CUC_ISK.html">Cuban Convertible Peso (CUC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MDL" value=""> </td><td> <a href="/ISK_MDL.html">Moldovan Leu (MDL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TIX" value=""> </td><td> <a href="/ISK_TIX.html">Tickets (TIX)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CYP" value=""> </td><td> <a href="/CYP_ISK.html">Cypriot Pound (CYP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MNT" value=""> </td><td> <a href="/ISK_MNT.html">Mongolian Tugrik (MNT)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TGC" value=""> </td><td> <a href="/ISK_TGC.html">Tigercoin (TGC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CZK" value=""> </td><td> <a href="/CZK_ISK.html">Czech Koruna (CZK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MAD" value=""> </td><td> <a href="/ISK_MAD.html">Moroccan Dirham (MAD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TOP" value=""> </td><td> <a href="/ISK_TOP.html">Tongan Pa&#39;Anga (TOP)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DKK" value=""> </td><td> <a href="/DKK_ISK.html">Danish Krone (DKK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MMK" value=""> </td><td> <a href="/ISK_MMK.html">Myanmar Kyat (MMK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TTD" value=""> </td><td> <a href="/ISK_TTD.html">Trinidad and Tobago Dollar (TTD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DASH" value=""> </td><td> <a href="/DASH_ISK.html">Dash (DASH)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XEM" value=""> </td><td> <a href="/ISK_XEM.html">NEM (XEM)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TND" value=""> </td><td> <a href="/ISK_TND.html">Tunisian Dinar (TND)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DEE" value=""> </td><td> <a href="/DEE_ISK.html">Deutsche eMark (DEE)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NEO" value=""> </td><td> <a href="/ISK_NEO.html">NEO (NEO)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TRY" value=""> </td><td> <a href="/ISK_TRY.html">Turkish Lira (TRY)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DMD" value=""> </td><td> <a href="/DMD_ISK.html">DiamondCoins (DMD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NMC" value=""> </td><td> <a href="/ISK_NMC.html">Namecoin (NMC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TMT" value=""> </td><td> <a href="/ISK_TMT.html">Turkmenistan Manat (TMT)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DGC" value=""> </td><td> <a href="/DGC_ISK.html">Digitalcoin (DGC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NAD" value=""> </td><td> <a href="/ISK_NAD.html">Namibian Dollar (NAD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="UGX" value=""> </td><td> <a href="/ISK_UGX.html">Uganda Shilling (UGX)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DJF" value=""> </td><td> <a href="/DJF_ISK.html">Djiboutian Franc (DJF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NANO" value=""> </td><td> <a href="/ISK_NANO.html">Nano (NANO)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="UAH" value=""> </td><td> <a href="/ISK_UAH.html">Ukrainian Hryvnia (UAH)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XDG" value=""> </td><td> <a href="/ISK_XDG.html">DogeCoin (XDG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NAS" value=""> </td><td> <a href="/ISK_NAS.html">Nas (NAS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="AED" value=""> </td><td> <a href="/AED_ISK.html">United Arab Emirates Dirham (AED)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="DOP" value=""> </td><td> <a href="/DOP_ISK.html">Dominican Peso (DOP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NPR" value=""> </td><td> <a href="/ISK_NPR.html">Nepalese Rupee (NPR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="USD" value=""> </td><td> <a href="/ISK_USD.html">United States Dollar (USD)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="EOS" value=""> </td><td> <a href="/EOS_ISK.html">EOS (EOS)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NET" value=""> </td><td> <a href="/ISK_NET.html">NetCoin (NET)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="UNO" value=""> </td><td> <a href="/ISK_UNO.html">Unobtanium (UNO)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XCD" value=""> </td><td> <a href="/ISK_XCD.html">East Caribbean Dollar (XCD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ANG" value=""> </td><td> <a href="/ANG_ISK.html">Netherlands Antillean Guilder (ANG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="UYU" value=""> </td><td> <a href="/ISK_UYU.html">Uruguayan peso (UYU)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="EGP" value=""> </td><td> <a href="/EGP_ISK.html">Egyptian Pound (EGP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="MZN" value=""> </td><td> <a href="/ISK_MZN.html">New Mozambican Metical (MZN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="UZS" value=""> </td><td> <a href="/ISK_UZS.html">Uzbekistani Som (UZS)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="EFL" value=""> </td><td> <a href="/EFL_ISK.html">Electronic Gulden (EFL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="TWD" value=""> </td><td> <a href="/ISK_TWD.html">New Taiwan Dollar (TWD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="VUV" value=""> </td><td> <a href="/ISK_VUV.html">Vanuatu Vatu (VUV)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ERN" value=""> </td><td> <a href="/ERN_ISK.html">Eritrean Nakfa (ERN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NZD" value=""> </td><td> <a href="/ISK_NZD.html">New Zealand Dollar (NZD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="VEN" value=""> </td><td> <a href="/ISK_VEN.html">VeChain (VEN)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ETH" value=""> </td><td> <a href="/ETH_ISK.html">Ethereum (ETH)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NIO" value=""> </td><td> <a href="/ISK_NIO.html">Nicaraguan Cordoba Oro (NIO)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="VEF" value=""> </td><td> <a href="/ISK_VEF.html">Venezuelan Bolivar Fuerte (VEF)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ETC" value=""> </td><td> <a href="/ETC_ISK.html">Ethereum Classic (ETC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NGN" value=""> </td><td> <a href="/ISK_NGN.html">Nigerian Naira (NGN)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XVG" value=""> </td><td> <a href="/ISK_XVG.html">Verge (XVG)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ETB" value=""> </td><td> <a href="/ETB_ISK.html">Ethiopian Birr (ETB)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="KPW" value=""> </td><td> <a href="/ISK_KPW.html">North Korean Won (KPW)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="VRC" value=""> </td><td> <a href="/ISK_VRC.html">VeriCoin (VRC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="EUR" value=""> </td><td> <a href="/EUR_ISK.html">Euro (EUR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NOK" value=""> </td><td> <a href="/ISK_NOK.html">Norwegian Krone (NOK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="VERI" value=""> </td><td> <a href="/ISK_VERI.html">Veritaseum (VERI)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FKP" value=""> </td><td> <a href="/FKP_ISK.html">Falkland Islands Pound (FKP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NVC" value=""> </td><td> <a href="/ISK_NVC.html">Novacoin (NVC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="VTC" value=""> </td><td> <a href="/ISK_VTC.html">Vertcoin (VTC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FST" value=""> </td><td> <a href="/FST_ISK.html">Fastcoin (FST)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="NXT" value=""> </td><td> <a href="/ISK_NXT.html">Nxt (NXT)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="VND" value=""> </td><td> <a href="/ISK_VND.html">Viet Nam Dong (VND)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FTC" value=""> </td><td> <a href="/FTC_ISK.html">Feathercoin (FTC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="OMR" value=""> </td><td> <a href="/ISK_OMR.html">Omani Rial (OMR)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="WTC" value=""> </td><td> <a href="/ISK_WTC.html">Walton (WTC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FJD" value=""> </td><td> <a href="/FJD_ISK.html">Fiji Dollar (FJD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="OMG" value=""> </td><td> <a href="/ISK_OMG.html">OmiseGO (OMG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XOF" value=""> </td><td> <a href="/ISK_XOF.html">West African CFA (XOF)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FLO" value=""> </td><td> <a href="/FLO_ISK.html">FlorinCoin (FLO)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ORB" value=""> </td><td> <a href="/ISK_ORB.html">Orbitcoin (ORB)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="WDC" value=""> </td><td> <a href="/ISK_WDC.html">WorldCoin (WDC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FLT" value=""> </td><td> <a href="/FLT_ISK.html">FlutterCoin (FLT)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XAL" value=""> </td><td> <a href="/ISK_XAL.html">Ounces of Aluminum (XAL)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="YAC" value=""> </td><td> <a href="/ISK_YAC.html">Yacoin (YAC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="CDF" value=""> </td><td> <a href="/CDF_ISK.html">Franc Congolais (CDF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XCP" value=""> </td><td> <a href="/ISK_XCP.html">Ounces of Copper (XCP)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="YER" value=""> </td><td> <a href="/ISK_YER.html">Yemeni Rial (YER)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FRK" value=""> </td><td> <a href="/FRK_ISK.html">Franko (FRK)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XAU" value=""> </td><td> <a href="/ISK_XAU.html">Ounces of Gold (XAU)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ZMW" value=""> </td><td> <a href="/ISK_ZMW.html">Zambian Kwacha (ZMW)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="FRC" value=""> </td><td> <a href="/FRC_ISK.html">Freicoin (FRC)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XPD" value=""> </td><td> <a href="/ISK_XPD.html">Ounces of Palladium (XPD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ZEC" value=""> </td><td> <a href="/ISK_ZEC.html">Zcash (ZEC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XPF" value=""> </td><td> <a href="/ISK_XPF.html">French Pacific Franc (XPF)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XPT" value=""> </td><td> <a href="/ISK_XPT.html">Ounces of Platinum (XPT)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ZTC" value=""> </td><td> <a href="/ISK_ZTC.html">Zeitcoin (ZTC)</a> </td> </tr> <tr> <td> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="GMD" value=""> </td><td> <a href="/GMD_ISK.html">Gambian Dalasi (GMD)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="XAG" value=""> </td><td> <a href="/ISK_XAG.html">Ounces of Silver (XAG)</a> </td> <td style="padding-left:0.5cm;"> <input class="currencyField" onfocus="styl(this)" onchange="cvrt(this)" type="text" size="8" name="ZET" value=""> </td><td> <a href="/ISK_ZET.html">Zetacoin (ZET)</a> </td> </tr> </table> <input style="margin-top:1cm" type="submit" value="Convert"></td></tr> </table> </form><table style="border:none;width:100%;border-collapse:separate;border-spacing:20px;"><tr><td style="vertical-align:text-top;width:33%"> <h3>Options</h3> <form action="#" name="options" method="GET" class="optionsform"> <input type=radio onchange="currency_round=true;lst();" id="roundsmunit" name="rounding" checked><label for="roundsmunit">Round to smallest currency unit.</label><br> <input type=radio onchange="currency_round=false;lst();" id="roundnone" name="rounding"><label for="roundnone">Don&#39;t round results.</label><br> </form></td><td style="vertical-align:text-top;width:33%"> <h3>Other Resources</h3> <ul> <li><a href="http://en.wikipedia.org/wiki/Icelandic_kr%C3%B3na">Wikipedia: Icelandic kr&amp;ograve;na</a> - History and circulation information.</li> </ul> </td></tr></table><div id="tiprequest"> <h2>Leave a Comment</h2> <form method=POST action="/tip.pl"> <input type=hidden name=prefill value=""> <input type=hidden name=regarding value="currency tip ISK"> Comment title:<br> <input type=text class=tipfield name=subject><br> Your comment:<br> <textarea class=tipfield name=message rows=7></textarea><br> Your name (To be displayed with your comment):<br> <input type=text class=tipfield name=name><br> <input type=submit value="Continue"> </form> </div> </div> <div id=footer class=headfoot> <p>This currency calculator is provided in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p> <p> <a href="/calculator.html">Global Conversion</a>: <a href="https://ar.coinmill.com/">انجليزية</a> | <a href="https://be.coinmill.com/">Англійская</a> | <a href="https://bg.coinmill.com/">Български</a> | <a href="https://ca.coinmill.com/">Català</a> | <a href="https://cs.coinmill.com/">Český</a> | <a href="https://da.coinmill.com/">Dansk</a> | <a href="https://de.coinmill.com/">Deutsch</a> | <a href="https://el.coinmill.com/">Ελληνικά</a> | <a href="https://coinmill.com/">English</a> | <a href="https://es.coinmill.com/">Español</a> | <a href="https://et.coinmill.com/">Eesti</a> | <a href="https://fi.coinmill.com/">Suomi</a> | <a href="https://fr.coinmill.com/">Français</a> | <a href="https://ga.coinmill.com/">Gaeilge</a> | <a href="https://hi.coinmill.com/">हिंदी</a> | <a href="https://hr.coinmill.com/">Bosanski jezik</a> | <a href="https://hu.coinmill.com/">Magyar</a> | <a href="https://in.coinmill.com/">Indonesia</a> | <a href="https://is.coinmill.com/">Íslenska</a> | <a href="https://it.coinmill.com/">Italiano</a> | <a href="https://iw.coinmill.com/">עברית</a> | <a href="https://ja.coinmill.com/">日本語</a> | <a href="https://ko.coinmill.com/">한국어</a> | <a href="https://lt.coinmill.com/">Lietuviškai</a> | <a href="https://lv.coinmill.com/">Latvijas</a> | <a href="https://mk.coinmill.com/">Македонски</a> | <a href="https://ms.coinmill.com/">Melayu</a> | <a href="https://mt.coinmill.com/">Maltija</a> | <a href="https://nl.coinmill.com/">Nederlands</a> | <a href="https://no.coinmill.com/">Norske</a> | <a href="https://pl.coinmill.com/">Polski</a> | <a href="https://pt.coinmill.com/">Português</a> | <a href="https://ro.coinmill.com/">Română</a> | <a href="https://ru.coinmill.com/">Русский</a> | <a href="https://sk.coinmill.com/">Slovensky</a> | <a href="https://sl.coinmill.com/">Slovenski</a> | <a href="https://sq.coinmill.com/">Shqiptar</a> | <a href="https://sr.coinmill.com/">Српски</a> | <a href="https://sv.coinmill.com/">Svenska</a> | <a href="https://th.coinmill.com/">ภาษาไทย</a> | <a href="https://tr.coinmill.com/">Türkçe</a> | <a href="https://uk.coinmill.com/">Українська</a> | <a href="https://vi.coinmill.com/">Tiếng Anh</a> | <a href="https://zh.coinmill.com/">中文(简体)</a> | <a href="https://zt.coinmill.com/">繁體中文</a></p> <p><a href="/webmaster_options.html">Add currency calculators or rates to your website</a> | <a href="https://www.facebook.com/coinmillcurrency">Like Coinmill on Facebook</a></p><p>Copyright (C) 2003-2019 <a href="/contact">Stephen Ostermiller</a> | <a href="/privacy.html">Privacy Policy</a></p> </div> </body> </html>
[]
[ "<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n<title>Calculator for Icelandic Kronur (ISK) Currency Exchange Rate Conversion</title>\n<meta name=\"description\" content=\"Convert money in Icelandic Krona (ISK) to and from foreign currencies using up to date exchange rates.\"/>\n<link rel=\"shortcut icon\" href=\"/currency_icon.png\" type=\"image/png\"/>\n<link rel=\"canonical\" href=\"https://coinmill.com/ISK_calculator.html\"/>\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\"/>\n<meta name=\"robots\" content=\"noarchive\"/>\n<style type=\"text/css\">\nhtml{padding:0;margin:0;height:100%;}\nbody{font-family:sans-serif;font-size:9pt;background-color:#B36B00;padding:0;margin:0 auto;max-width:1100px;min-height:100%;}\ntable{font-family:inherit;font-size:inherit;}\nimg{border:none;}\n#logo{margin:10px;}\n#rsslink{margin-left:10px;}\n.headfoot{background-color:#B36B00;padding:0;margin:0;}\n.headfoot,.headfoot a,.headfoot a:link,.headfoot a:active,.headfoot a:visited {color:#FFD9BF;}\n.sitename {font-size:2em;font-weight:bold;}\np{margin:0 0 5px 0;}\nh1{font-size:1.1em;padding:0;margin:0;}\nh2{font-size:1.3em;padding:0;margin:0;}\nh3{font-size:1.2em;padding:0;margin:0 0 1em 0;}\n.searchNtitle{background-color:#A67121;padding-left:4px;color:#FFD9BF;padding-top:1px;padding-bottom:1px;}\n.pagecontent{padding:1em 0;background-color:#FFD9BF;position:relative;}\n.pagecontent:before{content:\"\";background-color:#FFD9BF;position:absolute;height:100%;top:0;width:8000px;left:-4000px;z-index:-1;}\n.currencyexchange, .externalsearch {background-color:#FFE680;padding:0.3cm;border-radius:10px;}\ninput, textarea, select {background-color:#FFF2BF;}\n.currencyexchange input.currencyField{border:inset 2px #FFF2BF;}\na,a:link,a:active,a:visited,a:hover{color:#A67121}\na:link,a:visited{text-decoration:none}\na:link:hover,a:visited:hover,a:link:active,a:visited:active{text-decoration:underline}\n.frontpagetall{height:280px;}\n.smallestcurrencyunitbox{height:100px;}\n.optionsform input{background-color:#FFD9BF;}\n#footer{line-height:2em;padding:1em 0}\n#footer a{text-decoration:underline;}\n.tipfield{width:300px;background-color:#FFF2BF;border:inset 2px #FFF2BF;margin-top:5px;margin-bottom:10px;}\n.tiprequest{border-top:1px black solid; border-bottom:1px black solid; padding-bottom:0.5cm;}\n.tipbody{border:2px solid #FF9900; margin:0.2cm 0cm 0.2cm 0cm; padding:0.2cm;}\n#comments{width:320px;}\n.tiptitle{font-size:1.5em;font-weight:bold;margin-bottom:0.2cm}\n.tipsignature:before{content:'-- '}\n.tipsignature{text-align:right;}\nimg.flag{padding:2px;vertical-align:middle;}\n.bar{background:#FF9900;color:#A67121;}\n.answer{padding-bottom:4px;}\n.obsolete{border:2px solid red;padding:0.4cm;}\n.conversionresult{font-size:2em;padding:1cm;}\n.error{color:red;font-size:1.3em;padding:0.5cm;}\n.ob{color:gray;}\n.searchform{margin:0;padding:0;}\n.searchform input{color:gray;background-color:#FFD9BF;font-size:0.8em;}\n.conversionchart{background-color:#FFE680;border:2px dashed black;}\n.conversionchart tr td{padding:3px;text-align:right;border:1px solid #FFD9BF;}\n.searchgo{background-color:#FFD9BF;color:#B36B00;}\n.required{color:green}\n.manylinks{overflow:scroll;overflow-x:hidden;}\n.manylinks li{margin-bottom: 0.8em}\n.homearea{max-width:320px;height:350px;float:left;margin:1em 3em 1em 0;}\n.frontpagebox.currencyexchange input,.frontpagebox select{width: 220px;height:40px;margin:0 0 1.5em 0;display:inline-block;}\n.frontpagebox .inplabel {width:60px;display:inline-block;}\n.frontpagebox ul{padding-left:15px}\n.ac{display:flex;flex-direction:column;justify-content:center}\n.ha{text-align:center;border:1px solid black}\n.ha a{color:black;text-decoration:none;display:block}\n.ha span{display:block;margin-bottom:0.2em}\n.ha.big .mn,.ha.big .br{font-size:300%}\n.ha.med .mn,.ha.med .br{font-size:200%}\n.ha .tg{font-style:italic}\n.ha .br{font-weight:bold}\n</style>\n<script type=\"text/javascript\">&lt;!--\nvar numErrsLogged=0;\nfunction lgerr(msg,url,ln){if((++numErrsLogged)&gt;5)return true;var r=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject(\"Microsoft.XMLHTTP\");r.open(\"GET\",\"/jserr?\"+\"msg=\"+escape(msg)+\"&amp;ln=\"+ln+\"&amp;url=\"+escape(url)+\"&amp;page=\"+escape(location.href)+\"&amp;ref=\"+escape(document.referrer),false);r.send(\"\");return true;}\ntry{window.onerror=lgerr;}catch(er){}\ndocument.addEventListener('DOMContentLoaded',function(){\nsetTimeout(function(){\nvar ha=[\n['https://ijn.tl/','URL Shortener','ijn.tl'],\n['https://ostermiller.org/calc/calculator.html','Scientific Calculator','ostermiller.org/calc',''],\n['https://qqwing.com/','Play Sudoku Online Free','QQWing'],\n['https://ostermiller.org/calc/tictactoe.html','Play Online Free','Tic-Tac-Toe'],\n['https://doozoon.com/','Manage Tasks Online Free','Doozoon To-Do List'],\n8,\n['https://savvyroo.com/','Try Online Brainstorming','SavvyRoo'],\n12,\n['https://passwordcreator.org/','Make Secure Passwords','Password Creator.org'],\n3];\t\nfor(var i=0;i&lt;ha.length;i++){\nif(typeof ha[i]=='number'){\nvar n=ha[i]-1,e=ha[i-1]\nha[i]=e\nfor(var j=0;j&lt;n;j++)ha.push(e);\n}}\nvar x=document.getElementsByClassName(\"ac\")\nfor(var i=0;i&lt;x.length;i++){\nif(x[i].innerHTML.search(/iframe/i)==-1){\t\t\nvar a=ha[Math.floor(Math.random()*ha.length)],h=x[i].offsetHeight,sz=(h&lt;70?'sm':(h&lt;100?'med':'big'));\nha=ha.filter(function(e){return e!==a})\nx[i].innerHTML=\"&lt;div class='ha \"+sz+\"'&gt;&lt;a href='\"+a[0]+\"?utm_source=coinmill&amp;utm_medium=banner&amp;utm_campaign=house'&gt;&lt;span class=mn&gt;\"+a[1]+\"&lt;/span&gt; &lt;span class=br&gt;\"+a[2]+\"&lt;/span&gt; &lt;span class=tg&gt;by Coinmill creator Stephen Ostermiller&lt;/span&gt;&lt;/div&gt;\";\n}}},3000);});\nvar _gaq=_gaq||[];_gaq.push(['_setAccount','UA-8075292-1'],['_setDomainName','coinmill.com'],['_trackPageview']);\n(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;\nga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';\nvar s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();\nvar currency_data='ADA,0.0522371150987,0.001|ADP,0.00487253,1|AED,0.196285,0.25|AFA,9.35e-06,1|AFN,0.00935,1|ALL,0.0065497,0.1|AMD,0.0014961,0.2|ANC,0.418946541892,0.0001|ANG,0.4038,0.01|AOA,0.002268,0.1|ARDR,0.0572794846841,0.0001|ARG,0.0190274567123,0.001|ARS,0.01725,0.01|ATS,0.0589174,1|AUD,0.517636,0.05|AUR,0.0347821908702,0.00001|AWG,0.405,0.01|AZM,8.4832e-05,10|AZN,0.42416,0.01|BAM,0.41388,0.5|BBD,0.36,0.01|BCH,204.505314172,0.0000001|BCN,0.000653629366468,10|BDT,0.008548,0.01|BEF,0.0200972,0.5|BET,0.0145314610356,0.01|BGL,0.00041464,10|BGN,0.41464,0.01|BHD,1.9098,0.05|BIF,0.00039666,1|BLC,0.00186387798376,0.01|BMD,0.720856,0.01|BNB,17.2862792798,0.00001|BND,0.532349,0.01|BOB,0.105,0.1|BRC,6.65713e-05,0.01|BRL,0.183071,0.01|BSD,0.72,0.01|BTB,4.3652812538,0.00001|BTC,3803.98565394,0.00001|BTG,11.9011673664,0.000001|BTN,0.010391,0.20|BTS,0.0431792296762,0.001|BWP,0.0681006,0.01|BYN,0.345,0.01|BYR,0.000345,1|BZD,0.36082,0.01|CAD,0.538515,0.01|CDF,0.00044076,0.01|CHF,0.712694,0.05|CLF,30.14563,0.01|CLP,0.00109141,1|CNH,0.1041,0.5|CNY,0.107521,0.5|COP,0.000228084,100|CRC,0.00122,0.01|CSD,0.0068829,0.5|CUC,0.720856,0.01|CUP,0.72,0.01|CVE,0.007359,0.01|CYP,1.414,0.01|CZK,0.0315711,1|DASH,86.7556403512,0.000001|DEE,0.0024735693726,0.001|DEM,0.414515,0.01|DGC,0.00117970231617,0.001|DJF,0.004061,10|DKK,0.108875,0.25|DMD,0.770876264694,0.0001|DOP,0.01429,1|DZD,0.00604255,0.05|ECS,2.863e-05,100|EEK,0.0518145,0.05|EFL,0.0583707443103,0.001|EGP,0.04208,0.25|EOS,3.73158197641,0.0001|ERN,0.04809,0.01|ESP,0.00487253,1|ETB,0.025221,0.01|ETC,4.2154404234,0.00001|ETH,122.05810577,0.0000001|EUR,0.810721,0.01|FIM,0.136353,1|FJD,0.34123,0.01|FKP,0.937518,0.01|FLO,0.0569301504835,0.1|FLT,0.000365608807693,0.01|FRC,0.00517546822577,0.001|FRF,0.123594,0.01|FRK,0.08361,0.0001|FST,0.4561283105,0.01|FTC,0.017186307171,0.001|GBP,0.937518,0.01|GBX,0.00937518,1|GEL,0.26859,0.01|GHC,1.4166e-05,0.1|GHS,0.14166,0.01|GIP,0.93739,0.01|GLC,0.0400083633694,0.1|GLD,0.0394328840583,0.01|GMD,0.01461,0.01|GNF,7.8989e-05,1|GRD,0.00237923,0.5|GTQ,0.0945,0.01|GYD,0.003508,1|HBN,0.0026,0.01|HKD,0.091917,0.1|HNL,0.029576,0.01|HRK,0.10923,0.01|HTG,0.008622,0.05|HUF,0.00256531,1|ICX,0.26023566148,0.0001|IDR,5.06116e-05,25|IEP,1.02940,0.01|ILS,0.200792,0.01|INR,0.010381,0.1|IQD,0.00060576,500|IRR,1.70898e-05,5|ISK,0.00594035,1|ITL,0.000418702,1|IXC,0.0106,0.001|JEP,0.937518,0.01|JMD,0.005619,0.01|JOD,1.0189,0.05|JPY,0.00644024,1|KES,0.0071266,0.01|KGS,0.010355,1|KHR,0.00017954,100|KMF,0.0016514,0.05|KPW,0.000801,0.01|KRW,0.000634445,1|KWD,2.37124,0.001|KYD,0.87909,0.01|KZT,0.00187847,1|LAK,8.3762e-05,500|LBP,0.00047882,50|LKR,0.00396888,1|LRD,0.0043381,0.05|LSK,1.42089524525,0.00001|LSL,0.051243,0.01|LTC,54.8833075226,0.00001|LTL,0.2398,0.01|LUF,0.0200972,0.5|LVL,1.15355,0.01|LYD,0.517491,0.001|MAD,0.07502,0.2|MAX,0.00890484974138,0.001|MDL,0.04061,0.01|MEC,0.00475686417807,0.0001|MGA,0.00020567,1|MGF,4.1134e-05,50|MIOTA,0.221142579932,0.0001|MKD,0.01324,0.5|MKR,436.65095725,0.0000001|MMK,0.00047866,50|MNC,0.00978855417455,0.001|MNT,0.00027587,1|MOP,0.089239,0.1|MRO,0.002031,0.2|MTL,1.88847,0.01|MUR,0.0207637,0.01|MVR,0.0463,0.01|MWK,0.00099486,5|MXN,0.0381583,0.05|MXP,3.81583e-05,0.01|MXV,0.2394853,1|MYR,0.174436,0.01|MZM,1.13e-05,1|MZN,0.0113,1|NAD,0.05131,0.05|NANO,1.21062810488,0.00001|NAS,0.85389114772,1|NEO,7.52692610804,0.000001|NET,0.47567577432,0.01|NGN,0.002019,1|NIO,0.02202,0.05|NLG,0.367889,0.5|NMC,0.709105883894,0.0001|NOK,0.0848602,0.5|NPR,0.00631398,0.05|NVC,0.382832429053,0.00001|NXT,0.0232787133843,0.1|NZD,0.48391,0.10|OMG,1.332408788,0.00001|OMR,1.87479,0.005|ORB,0.12345013915,0.001|PAB,0.72,0.01|PEN,0.218338,0.01|PGK,0.218,0.01|PHP,0.0139047,0.01|PHS,0.012,0.001|PKR,0.00516385,0.01|PLN,0.189445,0.01|POT,0.0160975865199,0.01|PPC,0.391534629353,0.0001|PPT,0.973607899292,0.00001|PTC,0.0020549653249,0.01|PTE,0.00404386,0.05|PXC,0.001259066882,0.01|PYG,0.00011657,1|QAR,0.198037,1|QRK,0.00410993064987,0.01|QTUM,1.94796860842,0.00001|RDD,0.00120705665098,10|REP,14.6702485619,0.00001|ROL,1.705e-05,0.01|RON,0.1705,0.01|RSD,0.0068829,0.5|RUB,0.0112704,0.01|RUR,1.12704e-05,10|RWF,0.0008172,1|SAR,0.192228,1|SBD,0.088873,0.05|SCR,0.05269,0.05|SDD,0.00015176,0.01|SDG,0.015176,0.01|SDP,1.5176e-05,0.01|SDR,1,0.01|SEK,0.0777156,0.01|SGD,0.532349,0.01|SHP,0.93739,0.01|SIT,0.00338308,0.1|SKK,0.0269110,0.5|SLL,8.0768e-05,10|SLR,0.0371675428951,0.1|SNT,0.0182282933549,0.001|SOS,0.001262,1|SRD,0.0972,0.01|SRG,9.72e-05,5|STD,3.3645e-05,0.5|STEEM,0.298200597031,0.0001|STRAT,0.761012152602,0.00001|SVC,0.0823835,0.05|SXC,0.0022,0.01|SYP,0.0013998,0.25|SZL,0.051294,0.01|TAG,0.0190274567123,0.0001|TGC,0.0018,0.01|THB,0.0226599,0.25|TIX,0.0185245973635,0.0001|TJS,0.076369,0.05|TMM,4.2e-05,1|TMT,0.21,1|TND,0.237587,0.005|TOP,0.30799,0.01|TRC,0.0211156937774,0.001|TRL,1.2407e-07,5000|TRX,0.0178480633617,0.01|TRY,0.12407,0.01|TTD,0.106421,0.01|TWD,0.0234,1|TZS,0.00031369,0.05|UAH,0.02686,0.01|UGX,0.00019336,50|UNO,80.3305534087,0.00001|USD,0.720856,0.01|USDT,0.729673954855,0.001|UYU,0.0210024,0.1|UZS,8.5816e-05,0.01|VEB,2.88e-09,1|VEF,2.88e-06,1|VEN,1.16779825902,0.0001|VERI,11.423180274,0.000001|VND,3.1141e-05,200|VRC,0.112359046106,0.001|VTC,0.35768143493,0.0001|VUV,0.006494,1|WDC,0.00418537209775,0.001|WST,0.27665,0.05|WTC,1.83474828626,0.00001|XAF,0.00123594,1|XAG,10.732,0.001|XAL,1839,0.01|XAU,1274,0.001|XCC,0.0307139818249,0.001|XCD,0.27,0.01|XCP,6448,0.01|XDG,0.00198372752608,1|XEM,0.0453103949659,0.001|XEU,0.810721,0.01|XIC,0.0073261504351,0.01|XJO,0.00305617149588,0.01|XLM,0.0803914408019,0.001|XMR,49.3472626175,0.0001|XMS,0.0991828462764,0.01|XMT,7.08082728554e-05,10|XOF,0.00123594,1|XPD,955.2,0.001|XPF,0.00679384,1|XPM,0.192321295801,0.0001|XPT,640.16,0.001|XRP,0.231896332541,0.01|XSC,0.00209760442459,0.01|XVG,0.00592537222684,0.01|YAC,0.00081,0.01|YER,0.00289,0.005|YUM,0.41388,0.5|ZAR,0.0511565,0.05|ZCP,1.65354819796,0.0001|ZEC,49.2383878954,0.000001|ZET,0.00125199946727,0.01|ZMK,5.889e-05,0.01|ZMW,0.05889,0.05|ZRN,4.4076e-07,10|ZRX,0.223252600207,0.0001|ZTC,3.81007716884e-06,10|ZWD,7.20856e-30,0.01|ZWL,7.20856e-05,0.01|ZWN,7.20856e-30,5|ZWR,7.20856e-17,0.01';\nvar currency_sdrPer=new Array(),currency_Unit=new Array();currency_make_arrays();function currency_make_arrays(){var d=currency_data.split(\"|\");for(var e=0;e&lt;d.length;e++){var b=d[e].split(\",\"),f=b[0];currency_sdrPer[f]=b[1];currency_Unit[f]=b[2]}};\nfunction currency_rnd(h,e){h=Math.round(h/e)*e+\".\";var g=(e+\".\").split(\".\"),c=h.split(\".\"),b=c[1],a=g[1].length,d=b.length;if(d&gt;a){b=b.substring(0,a)}for(var f=0;f&lt;a-d;f++){b+=\"0\"}return c[0]+(a==0?\"\":\".\"+b)}function currency_convert(f,d,c){var e=currency_sdrPer;if(!e[d]||!e[c]){return\"\"}return currency_format(f*(e[d]/e[c]),currency_Unit[c])}function currency_format(b,e){var h=typeof currency_thousandsSeparator==\"string\"?currency_thousandsSeparator:\"\",c=typeof currency_decimalSeparator==\"string\"?currency_decimalSeparator:\".\",e=(typeof currency_decimalDigits==\"number\")?(1/Math.pow(10,currency_decimalDigits)):(typeof e==\"number\"?e:0.01),j=typeof currency_thousandsSeparatorMin==\"number\"?currency_thousandsSeparatorMin:3;if(typeof currency_round==\"boolean\"&amp;&amp;currency_round){b=currency_rnd(b,e)}var i=(\"\"+b).split(\".\"),g=i[0],f=i.length&gt;1?c+i[1]:\"\",a=/(\\d+)(\\d{3})/;if(h!=\"\"){while(a.test(g)&amp;&amp;g.length&gt;j){g=g.replace(a,\"$1\"+h+\"$2\")}}return g+f};\nvar lastInp;var currency_round=true;function styl(b){if(!b){return}lastInp=b;if(!b.style){return}for(var a=0;a&lt;frm().length;a++){frm()[a].style.backgroundColor=\"#FFF2BF\"}b.style.backgroundColor=\"white\"}function cvrt(d,a){a=a?true:false;if(!d||d.type!=\"text\"){return}styl(d);var e=parseFloat(d.value.replace(/[^0-9\\.eE\\-]/g,\"\")),c=\"\"+e!=\"NaN\";for(var b=0;b&lt;frm().length;b++){if(d!=frm()[b]&amp;&amp;frm()[b].type==\"text\"){frm()[b].value=c?currency_convert(e,d.name,frm()[b].name):\"\"}}if(c){document.location.href=document.location.href.replace(/\\#.*/,\"\")+\"#\"+d.name+\"=\"+d.value}if(c){_gaq.push([\"_trackEvent\",\"convert\",d.name,\"\",Math.round(e),a])}}function lst(){cvrt(lastInp)}function fillData(a){var d=document.location.href,c=d.match(/\\#([A-Z]{3,5})/);if(c&amp;&amp;c.length&gt;1){var b=gt(\"currencyBox1\");if(!a&amp;&amp;b&amp;&amp;b.innerHTML.indexOf(c[1])!=-1){swapCurrencies()}}c=d.match(/\\#([A-Z]{3,5})=([\\-0-9\\.eE]+)/);if(c&amp;&amp;c.length&gt;2){frm()[c[1]].value=c[2];cvrt(frm()[c[1]],!a)}}function frm(){return document.currency.elements}function gt(a){return document.getElementById(a)}function swapCurrencies(){var b=gt(\"currencyBox0\");var a=gt(\"currencyBox1\");var e=gt(\"currencyText0\");var d=gt(\"currencyText1\");if(b&amp;&amp;a&amp;&amp;e&amp;&amp;d){var c=b.innerHTML;b.innerHTML=a.innerHTML;a.innerHTML=c;c=e.innerHTML;e.innerHTML=d.innerHTML;d.innerHTML=c}fillData(true)};\n//--&gt;</script>\n</head>" ]
[ "<title>Calculator for Icelandic Kronur (ISK) Currency Exchange Rate Conversion</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "coinmill.com > ISK calculator html" } ]
[ { "char_end_idx": 162, "char_start_idx": 0, "key": "length", "type": "local", "value": "162" }, { "char_end_idx": 367, "char_start_idx": 162, "key": "length", "type": "local", "value": "204" } ]
[ { "key": "length", "type": "global", "value": "924" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "src", "width", "height", "alt" ], "values": [ "logo", "/currency.png", "75", "75", "currency conversion" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "style", "rowspan" ], "values": [ "width:100px;", "2" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align:right;vertical-align:text-top;" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 66, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "h1" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 18, "type": "local", "value": "td" }, { "char_end_idx": 67, "char_start_idx": 67, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align:right;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 17, "type": "local", "value": "tr" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [ "style" ], "values": [ "border:none;border-collapse:collapse;border-spacing:0;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 16, "type": "local", "value": "table" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [ "colspan" ], "values": [ "2" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 15, "type": "local", "value": "td" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 14, "type": "local", "value": "tr" }, { "char_end_idx": 67, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "pagehead", "headfoot", "width:100%;border-collapse:collapse;border-spacing:0;border:none;" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 1, "type": "local", "value": "table" }, { "char_end_idx": 74, "char_start_idx": 67, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h3" }, { "char_end_idx": 75, "char_start_idx": 67, "html_attrs": { "attrs": [ "style" ], "values": [ "vertical-align:text-top;width:33%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "td" }, { "char_end_idx": 90, "char_start_idx": 75, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 124, "char_start_idx": 91, "html_attrs": { "attrs": [ "href" ], "values": [ "http://en.wikipedia.org/wiki/Icelandic_kr%C3%B3na" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 163, "char_start_idx": 91, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 164, "char_start_idx": 91, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 164, "char_start_idx": 75, "html_attrs": { "attrs": [ "style" ], "values": [ "vertical-align:text-top;width:33%" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 164, "char_start_idx": 67, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "tr" }, { "char_end_idx": 164, "char_start_idx": 67, "html_attrs": { "attrs": [ "style" ], "values": [ "border:none;width:100%;border-collapse:separate;border-spacing:20px;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "table" }, { "char_end_idx": 179, "char_start_idx": 164, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 180, "char_start_idx": 164, "html_attrs": { "attrs": [ "id" ], "values": [ "tiprequest" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 180, "char_start_idx": 67, "html_attrs": { "attrs": [ "class" ], "values": [ "pagecontent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 368, "char_start_idx": 180, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 386, "char_start_idx": 369, "html_attrs": { "attrs": [ "href" ], "values": [ "/calculator.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 396, "char_start_idx": 388, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ar.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 409, "char_start_idx": 399, "html_attrs": { "attrs": [ "href" ], "values": [ "https://be.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 421, "char_start_idx": 412, "html_attrs": { "attrs": [ "href" ], "values": [ "https://bg.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 430, "char_start_idx": 424, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ca.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 438, "char_start_idx": 433, "html_attrs": { "attrs": [ "href" ], "values": [ "https://cs.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 446, "char_start_idx": 441, "html_attrs": { "attrs": [ "href" ], "values": [ "https://da.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 456, "char_start_idx": 449, "html_attrs": { "attrs": [ "href" ], "values": [ "https://de.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 467, "char_start_idx": 459, "html_attrs": { "attrs": [ "href" ], "values": [ "https://el.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 477, "char_start_idx": 470, "html_attrs": { "attrs": [ "href" ], "values": [ "https://coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 487, "char_start_idx": 480, "html_attrs": { "attrs": [ "href" ], "values": [ "https://es.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 495, "char_start_idx": 490, "html_attrs": { "attrs": [ "href" ], "values": [ "https://et.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 503, "char_start_idx": 498, "html_attrs": { "attrs": [ "href" ], "values": [ "https://fi.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 514, "char_start_idx": 506, "html_attrs": { "attrs": [ "href" ], "values": [ "https://fr.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 524, "char_start_idx": 517, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ga.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 532, "char_start_idx": 527, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hi.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 549, "char_start_idx": 535, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hr.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 558, "char_start_idx": 552, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hu.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 570, "char_start_idx": 561, "html_attrs": { "attrs": [ "href" ], "values": [ "https://in.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 581, "char_start_idx": 573, "html_attrs": { "attrs": [ "href" ], "values": [ "https://is.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 592, "char_start_idx": 584, "html_attrs": { "attrs": [ "href" ], "values": [ "https://it.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 600, "char_start_idx": 595, "html_attrs": { "attrs": [ "href" ], "values": [ "https://iw.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 606, "char_start_idx": 603, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ja.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 612, "char_start_idx": 609, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ko.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 626, "char_start_idx": 615, "html_attrs": { "attrs": [ "href" ], "values": [ "https://lt.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 637, "char_start_idx": 629, "html_attrs": { "attrs": [ "href" ], "values": [ "https://lv.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 650, "char_start_idx": 640, "html_attrs": { "attrs": [ "href" ], "values": [ "https://mk.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 659, "char_start_idx": 653, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ms.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 669, "char_start_idx": 662, "html_attrs": { "attrs": [ "href" ], "values": [ "https://mt.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 682, "char_start_idx": 672, "html_attrs": { "attrs": [ "href" ], "values": [ "https://nl.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 691, "char_start_idx": 685, "html_attrs": { "attrs": [ "href" ], "values": [ "https://no.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 700, "char_start_idx": 694, "html_attrs": { "attrs": [ "href" ], "values": [ "https://pl.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 712, "char_start_idx": 703, "html_attrs": { "attrs": [ "href" ], "values": [ "https://pt.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 721, "char_start_idx": 715, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ro.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 731, "char_start_idx": 724, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ru.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 743, "char_start_idx": 734, "html_attrs": { "attrs": [ "href" ], "values": [ "https://sk.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 755, "char_start_idx": 746, "html_attrs": { "attrs": [ "href" ], "values": [ "https://sl.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 766, "char_start_idx": 758, "html_attrs": { "attrs": [ "href" ], "values": [ "https://sq.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 775, "char_start_idx": 769, "html_attrs": { "attrs": [ "href" ], "values": [ "https://sr.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 785, "char_start_idx": 778, "html_attrs": { "attrs": [ "href" ], "values": [ "https://sv.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 795, "char_start_idx": 788, "html_attrs": { "attrs": [ "href" ], "values": [ "https://th.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 804, "char_start_idx": 798, "html_attrs": { "attrs": [ "href" ], "values": [ "https://tr.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 817, "char_start_idx": 807, "html_attrs": { "attrs": [ "href" ], "values": [ "https://uk.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 829, "char_start_idx": 820, "html_attrs": { "attrs": [ "href" ], "values": [ "https://vi.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 838, "char_start_idx": 832, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zh.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 845, "char_start_idx": 841, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zt.coinmill.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 845, "char_start_idx": 369, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 895, "char_start_idx": 846, "html_attrs": { "attrs": [ "href" ], "values": [ "/webmaster_options.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 923, "char_start_idx": 898, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.facebook.com/coinmillcurrency" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 923, "char_start_idx": 846, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 924, "char_start_idx": 180, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "footer", "headfoot" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 924, "char_start_idx": 0, "html_attrs": { "attrs": [ "onload" ], "values": [ "fillData();" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 66, "char_start_idx": 0, "key": "paragraph", "marker": "h1", "type": "local", "value": "Icelandic Krona (ISK) Currency Exchange Rate Conversion Calculator" }, { "char_end_idx": 74, "char_start_idx": 66, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nOptions" }, { "char_end_idx": 90, "char_start_idx": 74, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nOther Resources" }, { "char_end_idx": 163, "char_start_idx": 90, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWikipedia: Icelandic kr&ograve;na - History and circulation information." }, { "char_end_idx": 164, "char_start_idx": 163, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 179, "char_start_idx": 164, "key": "paragraph", "marker": "h2", "type": "local", "value": "Leave a Comment" }, { "char_end_idx": 180, "char_start_idx": 179, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 369, "char_start_idx": 180, "key": "paragraph", "marker": "p", "type": "local", "value": "This currency calculator is provided in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "paragraph", "marker": "p", "type": "local", "value": "Global Conversion: انجليزية | Англійская | Български | Català | Český | Dansk | Deutsch | Ελληνικά | English | Español | Eesti | Suomi | Français | Gaeilge | हिंदी | Bosanski jezik | Magyar | Indonesia | Íslenska | Italiano | עברית | 日本語 | 한국어 | Lietuviškai | Latvijas | Македонски | Melayu | Maltija | Nederlands | Norske | Polski | Português | Română | Русский | Slovensky | Slovenski | Shqiptar | Српски | Svenska | ภาษาไทย | Türkçe | Українська | Tiếng Anh | 中文(简体) | 繁體中文\n" }, { "char_end_idx": 924, "char_start_idx": 846, "key": "paragraph", "marker": "p", "type": "local", "value": "Add currency calculators or rates to your website | Like Coinmill on Facebook\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Calculator for Icelandic Kronur (ISK) Currency Exchange Rate Conversion" } ]
[ { "key": "url", "type": "global", "value": "https://coinmill.com/ISK_calculator.html" } ]
[]
Icelandic Krona (ISK) Currency Exchange Rate Conversion Calculator Options Other Resources Wikipedia: Icelandic kr&ograve;na - History and circulation information. Leave a Comment This currency calculator is provided in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Global Conversion: انجليزية | Англійская | Български | Català | Český | Dansk | Deutsch | Ελληνικά | English | Español | Eesti | Suomi | Français | Gaeilge | हिंदी | Bosanski jezik | Magyar | Indonesia | Íslenska | Italiano | עברית | 日本語 | 한국어 | Lietuviškai | Latvijas | Македонски | Melayu | Maltija | Nederlands | Norske | Polski | Português | Română | Русский | Slovensky | Slovenski | Shqiptar | Српски | Svenska | ภาษาไทย | Türkçe | Українська | Tiếng Anh | 中文(简体) | 繁體中文 Add currency calculators or rates to your website | Like Coinmill on Facebook
https://coinmill.com/ISK_calculator.html
[ { "char_end_idx": 15, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Icelandic_króna" }, { "char_end_idx": 90, "char_start_idx": 75, "key": "entity", "type": "local", "value": "Calculus" }, { "char_end_idx": 111, "char_start_idx": 102, "key": "entity", "type": "local", "value": "Iceland" }, { "char_end_idx": 477, "char_start_idx": 470, "key": "entity", "type": "local", "value": "English_language" }, { "char_end_idx": 487, "char_start_idx": 480, "key": "entity", "type": "local", "value": "Spanish_language" }, { "char_end_idx": 495, "char_start_idx": 490, "key": "entity", "type": "local", "value": "Estonian_language" }, { "char_end_idx": 503, "char_start_idx": 498, "key": "entity", "type": "local", "value": "Finnish_language" }, { "char_end_idx": 514, "char_start_idx": 506, "key": "entity", "type": "local", "value": "French_language" }, { "char_end_idx": 549, "char_start_idx": 535, "key": "entity", "type": "local", "value": "Bosnian_language" }, { "char_end_idx": 558, "char_start_idx": 552, "key": "entity", "type": "local", "value": "Hungarians" }, { "char_end_idx": 570, "char_start_idx": 561, "key": "entity", "type": "local", "value": "Indonesian_language" }, { "char_end_idx": 659, "char_start_idx": 653, "key": "entity", "type": "local", "value": "Malay_language" }, { "char_end_idx": 682, "char_start_idx": 672, "key": "entity", "type": "local", "value": "Dutch_language" }, { "char_end_idx": 691, "char_start_idx": 685, "key": "entity", "type": "local", "value": "Norske_Islands" }, { "char_end_idx": 700, "char_start_idx": 694, "key": "entity", "type": "local", "value": "Polish_language" }, { "char_end_idx": 721, "char_start_idx": 715, "key": "entity", "type": "local", "value": "Romanian_language" }, { "char_end_idx": 785, "char_start_idx": 778, "key": "entity", "type": "local", "value": "Swedish_language" }, { "char_end_idx": 923, "char_start_idx": 915, "key": "entity", "type": "local", "value": "Facebook" } ]
[ { "char_end_idx": 66, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Icelandic_króna" }, { "char_end_idx": 90, "char_start_idx": 74, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Calculus" }, { "char_end_idx": 163, "char_start_idx": 90, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Iceland" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "English_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Spanish_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Estonian_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Finnish_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "French_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Bosnian_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Hungarians" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Indonesian_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Malay_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Dutch_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "Norske_Islands" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 11, "relative_start_pos": 11, "type": "local", "value": "Polish_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 12, "relative_start_pos": 12, "type": "local", "value": "Romanian_language" }, { "char_end_idx": 846, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 13, "relative_start_pos": 13, "type": "local", "value": "Swedish_language" }, { "char_end_idx": 924, "char_start_idx": 846, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" } ]
0
236
1556157707000
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Temporary Work Short Stay Subclass 400 Visa</title> <meta name="description" content="The Subclass 400 Visa is a temporary visa allowing skilled people to enter Australia for short-term, highly specialized work. "> <meta name="keywords" content="Visa 400, work visa 400, temporary work short visa, Australia visa 400"> <meta name="author" content="WebLogix - HJ Web & Digital Solutions Pvt Ltd"> <link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" href="images/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="images/favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="images/favicons/manifest.json"> <link rel="mask-icon" href="images/favicons/safari-pinned-tab.svg" color="#5bbad5"> <!-- Bootstrap --> <link href="css\bootstrap.min.css" rel="stylesheet"> <!-- FontAwesome 4.0 CSS --> <link rel="stylesheet" type="text/css" href="css\font-awesome.min.css"> <!-- Google Font CSS --> <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700%7cPT+Serif:400,400i,700,700i" rel="stylesheet"> <!-- owl.carousel.min.css --> <link rel="stylesheet" type="text/css" href="css\owl.carousel.min.css"> <link rel="stylesheet" type="text/css" href="css\owl.theme.default.min.css"> <link rel="stylesheet" type="text/css" href="css\magnific-popup.css"> <!-- fontello.css --> <link rel="stylesheet" type="text/css" href="css\fontello.css"> <!-- Style CSS --> <link rel="stylesheet" type="text/css" href="css\style.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Global site tag gtag.js - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-125411626-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag { dataLayer.pusharguments; } gtag'js', new Date; gtag'config', 'UA-125411626-1'; </script> <!-- Google Tag Manager --> <script>functionw,d,s,l,i{w[l]=w[l]||[];w[l].push{'gtm.start': new Date.getTime,event:'gtm.js'};var f=d.getElementsByTagNames[0], j=d.createElements,dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBeforej,f; }window,document,'script','dataLayer','GTM-PDSFPGT';</script> <!-- End Google Tag Manager --> <!-- Facebook Pixel Code --> <script> !function f, b, e, v, n, t, s { if f.fbq return; n = f.fbq = function { n.callMethod ? n.callMethod.applyn, arguments : n.queue.pusharguments }; if !f._fbq f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElemente; t.async = !0; t.src = v; s = b.getElementsByTagNamee[0]; s.parentNode.insertBeforet, s } window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js'; fbq'init', '331144907676145'; fbq'track', 'PageView'; </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=331144907676145&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> </head> <body> <!-- Google Tag Manager noscript --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PDSFPGT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager noscript --> <!-- /.topbar --> <div class="header-transparent"> <div class="topbar-transparent"> <!-- topbar transparent--> <div class="container"> <div class="row"> <div class="col-xl-5 col-lg-5 col-md-6 col-sm-12 col-12"> <!--<p class="welcome-text">BECKON OVERSEAS CAREER PVT. LTD.</p>--> <marquee onmouseover="this.stop();" onmouseout="this.start();" style="margin-top:3px; background:#023097;"> <a href="#" style="font-size: 14px; color: #fff;"> "CRS (Comprehensive Rating System) minimum score now is 451 in new Express Entry draw - 17th April" </a> &nbsp; || &nbsp; <a href="#" style="font-size: 14px; color: #fff;"> "Beckon now in CHENNAI, with Branch Office in heart of city, Anna Nagar" </a> </marquee> </div> <div class="col-xl-7 col-lg-7 col-md-12 col-sm-12 col-12"> <div class="header-block"> <span class="header-link"><a href="telephone-counselling.html"><i class="fa fa-phone"></i> &nbsp; Telephone Counselling</a></span> <span class="header-link"><a href="appointment-schedule.html"><i class="fa fa-calendar"></i> &nbsp; Schedule an Appointment</a></span> <span class="header-link"><a href="ask-expert.html"><i class="fa fa-user"></i> &nbsp; Ask an Expert</a></span> <span class="header-link"> <a href="https://www.facebook.com/beckonoverseas/" target="_blank"><i class="fa fa-facebook text-white"></i></a> &nbsp; <a href="https://twitter.com/OverseasBeckon" target="_blank"><i class="fa fa-twitter text-white"></i></a> &nbsp; <a href="https://www.linkedin.com/in/beckon-overseas-46895713a/" target="_blank"><i class="fa fa-linkedin text-white"></i></a> &nbsp; <a href="https://plus.google.com/101467451608437348277" target="_blank"><i class="fa fa-google-plus text-white"></i></a> &nbsp; <a href="https://api.whatsapp.com/send?phone=919100591116" target="_blank"><i class="fa fa-whatsapp text-white"></i></a> </span> </div> </div> </div> </div> </div> <!-- /.topbar transparent--> <!-- header classic --> <div class="container topbar-transparent"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 header-right"> <div class="row"> <div class="call-block col-xl-3 col-lg-6 col-sm-6 col-6"> <div class="header-icon"> <i class="fa fa-map-marker"></i></div> <div class="header-block-info"> <div class="text-content"> <div class="text-head">+91 910 059 1116</div> <div class="text-small">HYDERABAD, India</div> </div> </div> </div> <div class="call-block col-xl-3 col-lg-6 col-sm-6 col-6"> <div class="header-icon"> <i class="fa fa-map-marker"></i></div> <div class="header-block-info"> <div class="text-content"> <div class="text-head">+91 739 7404 118</div> <div class="text-small">CHENNAI, India</div> </div> </div> </div> <div class="call-block col-xl-3 col-lg-6 col-sm-6 col-6"> <div class="header-icon"> <i class="fa fa-map-marker"></i></div> <div class="header-block-info"> <div class="text-content"> <div class="text-head">+44 780 520 3459</div> <div class="text-small">Heathrow, UK</div> </div> </div> </div> <div class="address-block col-xl-3 col-lg-6 col-sm-6 col-6"> <div class="header-icon"> <i class="fa fa-credit-card"></i></div> <div class="header-block-info"> <div class="text-content"> <!--<div class="text-small">Mon - Fri: 10 AM - 6.30 PM</div> <div class="text-small">Sat: 10 AM - 5 PM</div>--> <a href="online-payment.html" class="btn btn-default">Online Payment</a> </div> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-xl-3 col-lg-3 col-md-12 col-sm-12 col-12"> <a href="index.html" class="logo"><img src="images\logo.png" alt="Beckon Overseas Immigration Consultants"></a> </div> <div class="col-xl-9 col-lg-9 col-md-12 col-sm-12 col-xs-12"> <div id="navigation-transparent" class="navigation-transparent"> <!-- navigation --> <ul> <li><a href="index.html">Home</a></li> <li class=active><a href="#">About Us</a> <ul> <li><a href="aboutus.html">Our Profile</a></li> <li><a href="beckon-ethical-statement.html">Beckon Ethical Statement</a></li> <li><a href="careers.html">Careers</a></li> </ul> </li> <li><a href="#" title="Migration / Permanent Residency Visa">PR / Immigration</a> <ul> <li><a href="#">CANADA</a> <ul> <li><a href="migration-canada-express-entry.html">Canada Express Entry</a></li> <li><a href="migration-canada-express-entry-calculator.html">Canada Express Entry Points Calculator</a></li> <li><a href="migration-canada-federal-skilled-fswp.html">Federal Skilled Workers Program (FSWP)</a></li> <li><a href="migration-canada-canadian-experience-class.html">Canadian Experience Class</a></li> <li><a href="migration-canada-quebec-skilled-worker.html">Quebec Skilled Worker</a></li> <!--<li><a href="migration-canada-family-and-spouse-class.html">Canada Family and Spouse class Immigration</a></li>--> <li><a href="migration-canada-nova-scotia-pnp.html">Nova Scotia PNP</a></li> <li><a href="migration-canada-sinp-pnp.html">SINP PNP</a></li> <li><a href="migration-canada-manitoba-pnp.html">Manitoba PNP</a></li> </ul> </li> <li><a href="#">AUSTRALIA</a> <ul> <li><a href="migration-australia-skilled-independent.html">Australia Skilled Independent Visa subclass 189</a></li> <li><a href="migration-australia-skilled-nominated.html">Australia Skilled Nominated Visa subclass 190</a></li> <li><a href="work-australia-skilled-regional.html">Skilled Regional (Provisional) visa (Subclass 489)</a></li> </ul> </li> <li><a href="#">DENMARK</a> <ul> <li><a href="migration-denmark-danish-green-card.html">Danish Green Card</a></li> </ul> </li> <li><a href="#">HONG KONG</a> <ul> <li><a href="migration-hongkong-quality-migrant.html">Hong Kong Quality Migrant Admission Scheme</a></li> </ul> </li> <li><a href="#">GERMANY</a> <ul> <li><a href="migration-germany-job-seeker-visa.html">Germany Job Seeker Visa</a></li> </ul> </li> </ul> </li> <li><a href="#" title="Professional / Work Visa">WORK / Profession</a> <ul> <li><a href="#">AUSTRALIA</a> <ul> <li><a href="work-australia-skilled-independent.html">Skilled Independent Visa (Subclass 189)</a></li> <li><a href="work-australia-skilled-nominated.html">Skilled Nominated visa (Subclass 190)</a></li> <li><a href="work-australia-skilled-regional.html">Skilled Regional (Provisional) visa (Subclass 489)</a></li> <li><a href="work-australia-skilled-temperory-work.html">Temporary Work (Skilled) visa (subclass 457)</a></li> </ul> </li> <li><a href="#">HONG KONG</a> <ul> <li><a href="work-hongkong-quality-migrant.html">Hong Kong Quality Migrant Admission Scheme</a></li> </ul> </li> <li><a href="#">GERMANY</a> <ul> <li><a href="work-germany-job-seeker.html">Germany Job Seeker Visa</a></li> </ul> </li> </ul> </li> <li><a href="#" title="Visitor / Temporary Visa">VISIT / Tourist</a> <ul> <li><a href="#">AUSTRALIA</a> <ul> <li><a href="visit-australia-temperory-work.html">Temporary Work Short Stay Visa subclass 400</a></li> <li><a href="visit-australia-visitor-visa.html">Visitor Visa Australia Subclass 600</a></li> <li><a href="visit-australia-electronic-travel-authority.html">Electronic Travel Authority Visa subclass 601</a></li> <li><a href="visit-australia-medical-treatment.html">Medical Treatment Visa subclass 602</a></li> <li><a href="visit-australia-evisitor-visa.html">eVisitor Visa Australia subclass 651</a></li> <li><a href="visit-australia-transit-visa.html">Transit Visa Australia Subclass 771</a></li> <li><a href="visit-australia-working-visa.html">Australia Working Visa subclass 462</a></li> <li><a href="visit-australia-working-holiday.html">Working Holiday Visa Australia subclass 417</a></li> </ul> </li> <li><a href="#">CANADA </a> <ul> <li><a href="visit-canada-tourist.html">Canada Tourist Visa</a></li> <li><a href="visit-canada-parents-grandparents.html">Parents and Grandparent Visa</a></li> <li><a href="visit-canada-business-tourist.html">Business Tourist</a></li> <li><a href="visit-canada-working-holiday.html">Canada Working Holiday Visa</a></li> </ul> </li> <li><a href="#">NEW ZEALAND</a> <ul> <li><a href="visit-newzealand-visa.html">Visit New Zealand</a></li> </ul> </li> </ul> </li> <li><a href="/blog/index.html" target=_blank>Blog</a></li> <li><a href="contact-us.html">Contact</a></li> </ul> </div> </div> </div> </div> </div> <!-- /.header classic --> <div class="page-header-stripe d-none d-sm-none d-lg-block d-xl-block"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <!--<h1 class="page-title"></h1> <p class="page-description"></p>--> </div> </div> </div> </div> <div class="page-breadcrumb"> <!-- page breadcrumb --> <div class="container"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item">Visitor / Tourist : &nbsp; AUSTRALIA</li> <li class="breadcrumb-item" aria-current="page"><a href="#">Temporary Work Short Stay Visa subclass 400</a></li> </ol> </nav> </div> </div> </div> </div> <!-- /.page breadcrumb --> <div class="content pdb0"> <div class="container"> <div class="row"> <div class="col-xl-8 col-lg-8 col-md-12 col-sm-12 col-12"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="post-holder"> <!-- post holder --> <div class="post-content"> <!-- post content --> <h2>Temporary Work Short Stay Visa subclass 400</h2> <p class="lead">This temporary visa gives you a chance to do present moment, exceptionally concentrated work in Australia. It may be reasonable on the off chance that you have particular aptitudes, information or experience not for the most part accessible in Australia. </p> <p>You can remain as long as 3 months (as long as a half year might be permitted in constrained circumstances and upheld by a solid business case). You can't make a difference for this visa inland or remain in Australia longer by broadening this visa. </p> <ul><b>Advantages</b> <li>work in a temporary, present moment, very particular employment</li> <li>the work or movement must be non-continuous</li> </ul> <ul><b>Prerequisites</b> <li>You should be welcomed or bolstered by the association you are working for in Australia</li> <li>You should have pro aptitudes, information or experience that can support Australian business and can't sensibly be found in Australia</li> <li>You can just take the necessary steps or exercises for which your visa was conceded</li> </ul> </div> </div> </div> </div> </div> <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12 mb20"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="faq-header"><h4 class="faq-title">PR / Immigration</h4></div> </div> </div> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div id="accordion-1"> <div class="card-accordion"> <div class="card-accordion-header" id="heading11"> <button class="accordion-btn" data-toggle="collapse" data-target="#collapse11" aria-expanded="true" aria-controls="collapse11"> CANADA </button> </div> <div id="collapse11" class="collapse" aria-labelledby="heading11" data-parent="#accordion-1"> <div class="card-accordion-body"> <ul> <li><a href="migration-canada-express-entry.html">Canada Express Entry</a></li> <li><a href="migration-canada-express-entry-calculator.html">Canada Express Entry Points Calculator</a></li> <li><a href="migration-canada-federal-skilled-fswp.html">Federal Skilled Workers Program (FSWP)</a></li> <li><a href="migration-canada-canadian-experience-class.html">Canadian Experience Class</a></li> <li><a href="migration-canada-quebec-skilled-worker.html">Quebec Skilled Worker</a></li> <!--<li><a href="migration-canada-family-and-spouse-class.html">Canada Family and Spouse class Immigration</a></li>--> <li><a href="migration-canada-nova-scotia-pnp.html">Nova Scotia PNP</a></li> <li><a href="migration-canada-sinp-pnp.html">SINP PNP</a></li> <li><a href="migration-canada-manitoba-pnp.html">Manitoba PNP</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading12"> <button class="collapsed" data-toggle="collapse" data-target="#collapse12" aria-expanded="false" aria-controls="collapse12"> AUSTRALIA </button> </div> <div id="collapse12" class="collapse" aria-labelledby="heading12" data-parent="#accordion-1"> <div class="card-accordion-body"> <ul> <li><a href="migration-australia-skilled-independent.html">Australia Skilled Independent Visa subclass 189</a></li> <li><a href="migration-australia-skilled-nominated.html">Australia Skilled Nominated Visa subclass 190</a></li> <li><a href="work-australia-skilled-regional.html">Skilled Regional (Provisional) visa (Subclass 489)</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading13"> <button class="collapsed" data-toggle="collapse" data-target="#collapse13" aria-expanded="false" aria-controls="collapse13"> DENMARK </button> </div> <div id="collapse13" class="collapse" aria-labelledby="heading13" data-parent="#accordion-1"> <div class="card-accordion-body"> <ul> <li><a href="migration-denmark-danish-green-card.html">Danish Green Card</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading14"> <button class="collapsed" data-toggle="collapse" data-target="#collapse14" aria-expanded="false" aria-controls="collapse14"> HONG KONG </button> </div> <div id="collapse14" class="collapse" aria-labelledby="heading14" data-parent="#accordion-1"> <div class="card-accordion-body"> <ul> <li><a href="migration-hongkong-quality-migrant.html">Hong Kong Quality Migrant Admission Scheme</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading15"> <button class="collapsed" data-toggle="collapse" data-target="#collapse15" aria-expanded="false" aria-controls="collapse15"> GERMANY </button> </div> <div id="collapse15" class="collapse" aria-labelledby="heading15" data-parent="#accordion-1"> <div class="card-accordion-body"> <ul> <li><a href="migration-germany-job-seeker-visa.html">Germany Job Seeker Visa</a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="faq-header"><h4 class="faq-title">WORK / Professional</h4></div> </div> </div> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div id="accordion-2"> <div class="card-accordion"> <div class="card-accordion-header" id="heading22"> <button class="collapsed" data-toggle="collapse" data-target="#collapse22" aria-expanded="false" aria-controls="collapse22"> AUSTRALIA </button> </div> <div id="collapse22" class="collapse" aria-labelledby="heading22" data-parent="#accordion-2"> <div class="card-accordion-body"> <ul> <li><a href="work-australia-skilled-independent.html">Skilled Independent Visa (Subclass 189)</a></li> <li><a href="work-australia-skilled-nominated.html">Skilled Nominated visa (Subclass 190)</a></li> <li><a href="work-australia-skilled-regional.html">Skilled Regional (Provisional) visa (Subclass 489)</a></li> <li><a href="work-australia-skilled-temperory-work.html">Temporary Work (Skilled) visa (subclass 457)</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading24"> <button class="collapsed" data-toggle="collapse" data-target="#collapse24" aria-expanded="false" aria-controls="collapse24"> HONG KONG </button> </div> <div id="collapse24" class="collapse" aria-labelledby="heading24" data-parent="#accordion-2"> <div class="card-accordion-body"> <ul> <li><a href="work-hongkong-quality-migrant.html">Hong Kong Quality Migrant Admission Scheme</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading25"> <button class="collapsed" data-toggle="collapse" data-target="#collapse25" aria-expanded="false" aria-controls="collapse25"> GERMANY </button> </div> <div id="collapse25" class="collapse" aria-labelledby="heading25" data-parent="#accordion-2"> <div class="card-accordion-body"> <ul> <li><a href="work-germany-job-seeker.html">Germany Job Seeker Visa</a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="faq-header"><h4 class="faq-title">VISITOR / Tourist</h4></div> </div> </div> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div id="accordion-3"> <div class="card-accordion"> <div class="card-accordion-header" id="heading31"> <button class="accordion-btn" data-toggle="collapse" data-target="#collapse31" aria-expanded="true" aria-controls="collapse31"> CANADA </button> </div> <div id="collapse31" class="collapse" aria-labelledby="heading31" data-parent="#accordion-3"> <div class="card-accordion-body"> <ul> <li><a href="visit-canada-tourist.html">Canada Tourist Visa</a></li> <li><a href="visit-canada-parents-grandparents.html">Parents and Grandparent Visa</a></li> <li><a href="visit-canada-business-tourist.html">Business Tourist</a></li> <li><a href="visit-canada-working-holiday.html">Canada Working Holiday Visa</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading32"> <button class="collapsed" data-toggle="collapse" data-target="#collapse32" aria-expanded="false" aria-controls="collapse32"> AUSTRALIA </button> </div> <div id="collapse32" class="collapse" aria-labelledby="heading32" data-parent="#accordion-3"> <div class="card-accordion-body"> <ul> <li><a href="visit-australia-temperory-work.html">Temporary Work Short Stay Visa subclass 400</a></li> <li><a href="visit-australia-visitor-visa.html">Visitor Visa Australia Subclass 600</a></li> <li><a href="visit-australia-electronic-travel-authority.html">Electronic Travel Authority Visa subclass 601</a></li> <li><a href="visit-australia-medical-treatment.html">Medical Treatment Visa subclass 602</a></li> <li><a href="visit-australia-evisitor-visa.html">eVisitor Visa Australia subclass 651</a></li> <li><a href="visit-australia-transit-visa.html">Transit Visa Australia Subclass 771</a></li> <li><a href="visit-australia-working-visa.html">Australia Working Visa subclass 462</a></li> <li><a href="visit-australia-working-holiday.html">Working Holiday Visa Australia subclass 417</a></li> </ul> </div> </div> </div> <div class="card-accordion"> <div class="card-accordion-header" id="heading33"> <button class="collapsed" data-toggle="collapse" data-target="#collapse33" aria-expanded="false" aria-controls="collapse33"> NEW ZEALAND </button> </div> <div id="collapse33" class="collapse" aria-labelledby="heading33" data-parent="#accordion-3"> <div class="card-accordion-body"> <ul> <li><a href="visit-newzealand-visa.html">Visit New Zealand</a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- call to action --> <div class="bg-gradient space-small"> <div class="container"> <div class="row"> <div class="col-xl-8 col-lg-8 col-md-7 col-sm-6 col-12"> <h2 class="mb10 text-white">Fill the form, for Assessment & Enquiries</h2> <!--<p>Fusce venenatis lectus non est congue vitae malesuada neque lacinia. </p>--> </div> <div class="col-xl-4 col-lg-4 col-md-5 col-sm-6 col-12 text-center"> <a href="index.html#enquiry-form" class="btn btn-default btn-lg mt10">Quick Enquiry Form</a> </div> </div> </div> </div> <div class="footer"> <!-- Footer --> <div class="container"> <div class="row"> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6 col-12"> <div class="widget-footer"> <h3 class="widget-title">Hyderabad - Head Office</h3> <ul class="listnone"> <li><i class="fa fa-map-marker"></i> &nbsp; # 408, 4<sup>th</sup> Floor, <br />Topaz Building, Amrutha Hills,<br>Punjagutta, Hyderabad - 500082.</li> <li><i class="fa fa-phone"></i> &nbsp; +91 40 666333 22 / 23 / 24 / 25</li> <li><i class="fa fa-mobile"></i> &nbsp; +91 910 059 1115 / 1116</li> <li><i class="fa fa-envelope"></i> &nbsp; <a href="mailto:[email protected]">[email protected]</a></li> </ul> </div> </div> <div class="col-xl-3 col-lg-3 col-md-4 col-sm-6 col-12"> <div class="widget-footer"> <h3 class="widget-title">Chennai - Branch Office</h3> <ul class="listnone"> <li><i class="fa fa-map-marker"></i> &nbsp; # AE 22A, AE Block, 2<sup>nd</sup> Street, <br />10<sup>th</sup> Main Road, Shanti Colony, <br />Anna Nagar, Chennai - 600040</li> <li><i class="fa fa-phone"></i> &nbsp; +91 44 486063 25 / 46 </li> <li><i class="fa fa-mobile"></i> &nbsp; +91 739 7404 118</li> <li><i class="fa fa-envelope"></i> &nbsp; <a href="mailto:[email protected]">[email protected]</a></li> </ul> </div> </div> <div class="col-xl-2 col-lg-2 col-md-4 col-sm-6 col-12"> <div class="widget-footer"> <h3 class="widget-title">Our Services</h3> <ul class="listnone arrow-footer"> <li><a href="our-services-permanent-residence-visa.html">Permanent Residence Visa</a></li> <li><a href="our-services-travel-visa.html">Travel Visa</a></li> <li><a href="our-services-retirement-visa.html">Retirement Visa</a></li> <li><a href="our-services-family-visa.html">Family Visa</a></li> <li><a href="our-services-business-visa.html">Business / Investor Visa</a></li> </ul> </div> </div> <div class="col-xl-2 col-lg-2 col-md-4 col-sm-2 col-6"> <div class="widget-footer widget-social"> <h3 class="widget-title">Connect</h3> <ul class="listnone"> <li><a href="https://www.facebook.com/beckonoverseas/" target=_blank><i class="fa fa-facebook social-icon"></i> Facebook</a></li> <li><a href="https://twitter.com/OverseasBeckon" target=_blank><i class="fa fa-twitter social-icon"></i> Twitter</a></li> <!--<li><a href="#"><i class="fa fa-instagram social-icon"></i> Instagram</a></li>--> <!--<li><a href="https://plus.google.com/101467451608437348277"><i class="fa fa-google-plus social-icon"></i> Google+</a></li>--> <li><a href="https://www.linkedin.com/in/beckon-overseas-46895713a/" target=_blank><i class="fa fa-linkedin social-icon"></i> Linked In</a></li> </ul> </div> </div> <div class="col-xl-2 col-lg-2 col-md-4 col-sm-3 col-6"> <div class="widget-footer"> <h3 class="widget-title">Top Countries</h3> <ul class="listnone arrow-footer"> <li><a href="top-countries-australia.html" class="australia">Australia</a></li> <li><a href="top-countries-canada.html" class="canada">Canada</a></li> <li><a href="top-countries-south-africa.html" class="southafrica">South Africa</a></li> <li><a href="top-countries-uk.html" class="uk">UK</a></li> <li><a href="top-countries-usa.html" class="usa">USA</a></li> <li><a href="top-countries-denmark.html" class="denmark">Denmark</a></li> <li><a href="top-countries-norway.html" class="norway">Norway</a></li> <li><a href="top-countries-switzerland.html" class="switzerland">Switzerland</a></li> <li><a href="top-countries-singapore.html" class="singapore">Singapore</a></li> </ul> </div> </div> </div> </div> </div> <!-- /.footer --> <div class="tiny-footer"> <!-- tiny footer --> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12"> <p>Copyright © 2019 <a href="#" style="color:White;">Beckon</a>. All Rights Reserved. <a href="terms-conditions.html" style="color: #fff;"> &nbsp; <i class="fa fa-chevron-circle-right"></i> &nbsp; Policies and Terms & Conditions</a></p> </div> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 text-right"> <p>Powered by <a href="https://www.weblogix.in/" target=_blank style="color:White;">WebLogiX</a></p> </div> </div> </div> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js\bootstrap.min.js"></script> <script src="js\bootstrap.bundle.js"></script> <!-- menumaker js --> <script src="js\menumaker.js"></script> <script src="js\navigation.js"></script> <!-- owl.carousel.min.js --> <script src="js\owl.carousel.min.js"></script> <script src="js\custom-carousel.js"></script> <!--Magnific-Video-Popup--> <script src="js\jquery.magnific-popup.min.js"></script> <script src="js\video-zoom.js"></script> </body> </html>
[]
[ "<head>\n<meta charset=\"utf-8\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\n<title>Temporary Work Short Stay Subclass 400 Visa</title>\n<meta name=\"description\" content=\"The Subclass 400 Visa is a temporary visa allowing skilled people to enter Australia for short-term, highly specialized work. \"/>\n<meta name=\"keywords\" content=\"Visa 400, work visa 400, temporary work short visa, Australia visa 400\"/>\n<meta name=\"author\" content=\"WebLogix - HJ Web &amp; Digital Solutions Pvt Ltd\"/>\n\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"images/favicons/apple-touch-icon.png\"/>\n<link rel=\"icon\" type=\"image/png\" href=\"images/favicons/favicon-32x32.png\" sizes=\"32x32\"/>\n<link rel=\"icon\" type=\"image/png\" href=\"images/favicons/favicon-16x16.png\" sizes=\"16x16\"/>\n<link rel=\"manifest\" href=\"images/favicons/manifest.json\"/>\n<link rel=\"mask-icon\" href=\"images/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"/>\n\n<!-- Bootstrap -->\n<link href=\"css\\bootstrap.min.css\" rel=\"stylesheet\"/>\n<!-- FontAwesome 4.0 CSS -->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css\\font-awesome.min.css\"/>\n<!-- Google Font CSS -->\n<link href=\"https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700%7cPT+Serif:400,400i,700,700i\" rel=\"stylesheet\"/>\n<!-- owl.carousel.min.css -->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css\\owl.carousel.min.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css\\owl.theme.default.min.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css\\magnific-popup.css\"/>\n<!-- fontello.css -->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css\\fontello.css\"/>\n<!-- Style CSS -->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css\\style.css\"/>\n<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->\n<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->\n<!--[if lt IE 9]>\n <script src=\"https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js\"></script>\n <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\n<![endif]-->\n<!-- Global site tag gtag.js - Google Analytics -->\n<script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-125411626-1\"/>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag { dataLayer.pusharguments; }\n gtag'js', new Date;\n gtag'config', 'UA-125411626-1';\n</script>\n<!-- Google Tag Manager -->\n<script>functionw,d,s,l,i{w[l]=w[l]||[];w[l].push{'gtm.start':\nnew Date.getTime,event:'gtm.js'};var f=d.getElementsByTagNames[0],\nj=d.createElements,dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBeforej,f;\n}window,document,'script','dataLayer','GTM-PDSFPGT';</script>\n<!-- End Google Tag Manager -->\n<!-- Facebook Pixel Code -->\n<script>\n !function f, b, e, v, n, t, s {\n if f.fbq return; n = f.fbq = function {\n n.callMethod ?\n n.callMethod.applyn, arguments : n.queue.pusharguments\n };\n if !f._fbq f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';\n n.queue = []; t = b.createElemente; t.async = !0;\n t.src = v; s = b.getElementsByTagNamee[0];\n s.parentNode.insertBeforet, s\n } window, document, 'script',\n 'https://connect.facebook.net/en_US/fbevents.js';\n fbq'init', '331144907676145';\n fbq'track', 'PageView';\n</script>\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=331144907676145&amp;ev=PageView&amp;noscript=1\"/></noscript>\n<!-- End Facebook Pixel Code -->\n</head>\n" ]
[ "<title>Temporary Work Short Stay Subclass 400 Visa</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.beckonoverseas.com > visit australia temperory work html" } ]
[ { "char_end_idx": 1550, "char_start_idx": 0, "key": "length", "type": "local", "value": "1550" }, { "char_end_idx": 1698, "char_start_idx": 1550, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 1843, "char_start_idx": 1698, "key": "length", "type": "local", "value": "144" }, { "char_end_idx": 1947, "char_start_idx": 1843, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 3406, "char_start_idx": 1947, "key": "length", "type": "local", "value": "1458" }, { "char_end_idx": 3483, "char_start_idx": 3406, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 3667, "char_start_idx": 3483, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 3886, "char_start_idx": 3667, "key": "length", "type": "local", "value": "218" }, { "char_end_idx": 3907, "char_start_idx": 3886, "key": "length", "type": "local", "value": "20" } ]
[ { "key": "length", "type": "global", "value": "3941" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 100, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "#", "font-size: 14px; color: #fff;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 176, "char_start_idx": 103, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "#", "font-size: 14px; color: #fff;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 176, "char_start_idx": 0, "html_attrs": { "attrs": [ "onmouseover", "onmouseout", "style" ], "values": [ "this.stop();", "this.start();", "margin-top:3px; background:#023097;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "marquee" }, { "char_end_idx": 176, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-5 col-lg-5 col-md-6 col-sm-12 col-12" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 176, "char_start_idx": 176, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-phone" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "i" }, { "char_end_idx": 197, "char_start_idx": 176, "html_attrs": { "attrs": [ "href" ], "values": [ "telephone-counselling.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 197, "char_start_idx": 176, "html_attrs": { "attrs": [ "class" ], "values": [ "header-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 198, "char_start_idx": 198, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-calendar" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 221, "char_start_idx": 198, "html_attrs": { "attrs": [ "href" ], "values": [ "appointment-schedule.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 221, "char_start_idx": 198, "html_attrs": { "attrs": [ "class" ], "values": [ "header-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 222, "char_start_idx": 222, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-user" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 235, "char_start_idx": 222, "html_attrs": { "attrs": [ "href" ], "values": [ "ask-expert.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 235, "char_start_idx": 222, "html_attrs": { "attrs": [ "class" ], "values": [ "header-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-facebook text-white" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.facebook.com/beckonoverseas/", "_blank" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-twitter text-white" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "i" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://twitter.com/OverseasBeckon", "_blank" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-linkedin text-white" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "i" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.linkedin.com/in/beckon-overseas-46895713a/", "_blank" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-google-plus text-white" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "i" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://plus.google.com/101467451608437348277", "_blank" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-whatsapp text-white" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "i" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://api.whatsapp.com/send?phone=919100591116", "_blank" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 17, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "header-link" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 236, "char_start_idx": 176, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-7 col-lg-7 col-md-12 col-sm-12 col-12 header-block" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 236, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "topbar-transparent container row" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 25, "type": "local", "value": "div" }, { "char_end_idx": 236, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "container topbar-transparent row col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 header-right" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 24, "type": "local", "value": "div" }, { "char_end_idx": 240, "char_start_idx": 236, "html_attrs": { "attrs": [ "href" ], "values": [ "index.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 32, "type": "local", "value": "a" }, { "char_end_idx": 240, "char_start_idx": 236, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 31, "type": "local", "value": "li" }, { "char_end_idx": 249, "char_start_idx": 241, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 250, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "active" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 266, "char_start_idx": 250, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "#", "Migration / Permanent Residency Visa" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 273, "char_start_idx": 267, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 294, "char_start_idx": 274, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-express-entry.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 294, "char_start_idx": 274, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 333, "char_start_idx": 295, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-express-entry-calculator.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 333, "char_start_idx": 295, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 372, "char_start_idx": 334, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-federal-skilled-fswp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 372, "char_start_idx": 334, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 398, "char_start_idx": 373, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-canadian-experience-class.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 398, "char_start_idx": 373, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 420, "char_start_idx": 399, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-quebec-skilled-worker.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 420, "char_start_idx": 399, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 436, "char_start_idx": 421, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-nova-scotia-pnp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 436, "char_start_idx": 421, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 445, "char_start_idx": 437, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-sinp-pnp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 445, "char_start_idx": 437, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 458, "char_start_idx": 446, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-manitoba-pnp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 446, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 459, "char_start_idx": 274, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 459, "char_start_idx": 267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 468, "char_start_idx": 459, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 516, "char_start_idx": 469, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-australia-skilled-independent.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 516, "char_start_idx": 469, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 562, "char_start_idx": 517, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-australia-skilled-nominated.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 562, "char_start_idx": 517, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 613, "char_start_idx": 563, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-regional.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 613, "char_start_idx": 563, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 614, "char_start_idx": 469, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 614, "char_start_idx": 459, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 621, "char_start_idx": 614, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 622, "char_start_idx": 614, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 631, "char_start_idx": 622, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 632, "char_start_idx": 622, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 639, "char_start_idx": 632, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 640, "char_start_idx": 632, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 640, "char_start_idx": 267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 640, "char_start_idx": 250, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 657, "char_start_idx": 640, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "#", "Professional / Work Visa" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 667, "char_start_idx": 658, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 707, "char_start_idx": 668, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-independent.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 707, "char_start_idx": 668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 745, "char_start_idx": 708, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-nominated.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 745, "char_start_idx": 708, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 796, "char_start_idx": 746, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-regional.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 796, "char_start_idx": 746, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 841, "char_start_idx": 797, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-temperory-work.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 841, "char_start_idx": 797, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 842, "char_start_idx": 668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 842, "char_start_idx": 658, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 851, "char_start_idx": 842, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 852, "char_start_idx": 842, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 859, "char_start_idx": 852, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 860, "char_start_idx": 852, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 860, "char_start_idx": 658, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 860, "char_start_idx": 640, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 875, "char_start_idx": 860, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "#", "Visitor / Temporary Visa" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 885, "char_start_idx": 876, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 929, "char_start_idx": 886, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-temperory-work.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 929, "char_start_idx": 886, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 965, "char_start_idx": 930, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-visitor-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 965, "char_start_idx": 930, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1011, "char_start_idx": 966, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-electronic-travel-authority.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1011, "char_start_idx": 966, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1047, "char_start_idx": 1012, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-medical-treatment.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1047, "char_start_idx": 1012, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1084, "char_start_idx": 1048, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-evisitor-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1084, "char_start_idx": 1048, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1120, "char_start_idx": 1085, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-transit-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1120, "char_start_idx": 1085, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1156, "char_start_idx": 1121, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-working-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1156, "char_start_idx": 1121, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1200, "char_start_idx": 1157, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-working-holiday.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1200, "char_start_idx": 1157, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1201, "char_start_idx": 886, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1201, "char_start_idx": 876, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1208, "char_start_idx": 1201, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1227, "char_start_idx": 1208, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-tourist.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1227, "char_start_idx": 1208, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1256, "char_start_idx": 1228, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-parents-grandparents.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1256, "char_start_idx": 1228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1273, "char_start_idx": 1257, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-business-tourist.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1273, "char_start_idx": 1257, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1301, "char_start_idx": 1274, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-working-holiday.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1301, "char_start_idx": 1274, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1302, "char_start_idx": 1208, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1302, "char_start_idx": 1201, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1313, "char_start_idx": 1302, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1314, "char_start_idx": 1302, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1314, "char_start_idx": 876, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1314, "char_start_idx": 860, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1318, "char_start_idx": 1314, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/blog/index.html", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1318, "char_start_idx": 1314, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1326, "char_start_idx": 1319, "html_attrs": { "attrs": [ "href" ], "values": [ "contact-us.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1326, "char_start_idx": 1319, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1327, "char_start_idx": 236, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 30, "type": "local", "value": "ul" }, { "char_end_idx": 1327, "char_start_idx": 236, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "col-xl-9 col-lg-9 col-md-12 col-sm-12 col-xs-12 navigation-transparent", "navigation-transparent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 29, "type": "local", "value": "div" }, { "char_end_idx": 1327, "char_start_idx": 236, "html_attrs": { "attrs": [ "class" ], "values": [ "container row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 1327, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "header-transparent" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1356, "char_start_idx": 1327, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 1400, "char_start_idx": 1357, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1400, "char_start_idx": 1357, "html_attrs": { "attrs": [ "class", "aria-current" ], "values": [ "breadcrumb-item", "page" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1401, "char_start_idx": 1327, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ol" }, { "char_end_idx": 1401, "char_start_idx": 1327, "html_attrs": { "attrs": [ "aria-label" ], "values": [ "breadcrumb" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "nav" }, { "char_end_idx": 1401, "char_start_idx": 1327, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1401, "char_start_idx": 1327, "html_attrs": { "attrs": [ "class" ], "values": [ "page-breadcrumb container row" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1444, "char_start_idx": 1401, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 1700, "char_start_idx": 1445, "html_attrs": { "attrs": [ "class" ], "values": [ "lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1949, "char_start_idx": 1700, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1959, "char_start_idx": 1949, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 2023, "char_start_idx": 1960, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2067, "char_start_idx": 2024, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2068, "char_start_idx": 1949, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 2081, "char_start_idx": 2068, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 2169, "char_start_idx": 2082, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2304, "char_start_idx": 2170, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2388, "char_start_idx": 2305, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2389, "char_start_idx": 2068, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 2389, "char_start_idx": 1401, "html_attrs": { "attrs": [ "class" ], "values": [ "post-holder post-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2389, "char_start_idx": 1401, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-8 col-lg-8 col-md-12 col-sm-12 col-12 row col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2409, "char_start_idx": 2389, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-express-entry.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2409, "char_start_idx": 2389, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 2448, "char_start_idx": 2410, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-express-entry-calculator.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2448, "char_start_idx": 2410, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2487, "char_start_idx": 2449, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-federal-skilled-fswp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2487, "char_start_idx": 2449, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2513, "char_start_idx": 2488, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-canadian-experience-class.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2513, "char_start_idx": 2488, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2535, "char_start_idx": 2514, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-quebec-skilled-worker.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2535, "char_start_idx": 2514, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2551, "char_start_idx": 2536, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-nova-scotia-pnp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2551, "char_start_idx": 2536, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2560, "char_start_idx": 2552, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-sinp-pnp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2560, "char_start_idx": 2552, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2573, "char_start_idx": 2561, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-canada-manitoba-pnp.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2573, "char_start_idx": 2561, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2574, "char_start_idx": 2389, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 2574, "char_start_idx": 2389, "html_attrs": { "attrs": [ "id", "class", "aria-labelledby", "data-parent" ], "values": [ "collapse11", "collapse card-accordion-body", "heading11", "#accordion-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2574, "char_start_idx": 2389, "html_attrs": { "attrs": [ "class" ], "values": [ "card-accordion" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2621, "char_start_idx": 2574, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-australia-skilled-independent.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2621, "char_start_idx": 2574, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2667, "char_start_idx": 2622, "html_attrs": { "attrs": [ "href" ], "values": [ "migration-australia-skilled-nominated.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2667, "char_start_idx": 2622, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2718, "char_start_idx": 2668, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-regional.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2718, "char_start_idx": 2668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2719, "char_start_idx": 2574, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 2719, "char_start_idx": 2574, "html_attrs": { "attrs": [ "id", "class", "aria-labelledby", "data-parent" ], "values": [ "collapse12", "collapse card-accordion-body", "heading12", "#accordion-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2719, "char_start_idx": 2574, "html_attrs": { "attrs": [ "class" ], "values": [ "card-accordion" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2719, "char_start_idx": 2389, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12", "accordion-1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2758, "char_start_idx": 2719, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-independent.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2758, "char_start_idx": 2719, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 2796, "char_start_idx": 2759, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-nominated.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2796, "char_start_idx": 2759, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2847, "char_start_idx": 2797, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-regional.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2847, "char_start_idx": 2797, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2892, "char_start_idx": 2848, "html_attrs": { "attrs": [ "href" ], "values": [ "work-australia-skilled-temperory-work.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2892, "char_start_idx": 2848, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2893, "char_start_idx": 2719, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 2893, "char_start_idx": 2719, "html_attrs": { "attrs": [ "id", "class", "aria-labelledby", "data-parent" ], "values": [ "collapse22", "collapse card-accordion-body", "heading22", "#accordion-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2893, "char_start_idx": 2719, "html_attrs": { "attrs": [ "class" ], "values": [ "card-accordion" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2893, "char_start_idx": 2719, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12", "accordion-2" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2912, "char_start_idx": 2893, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-tourist.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2912, "char_start_idx": 2893, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 2941, "char_start_idx": 2913, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-parents-grandparents.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2941, "char_start_idx": 2913, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2958, "char_start_idx": 2942, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-business-tourist.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2958, "char_start_idx": 2942, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2986, "char_start_idx": 2959, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-canada-working-holiday.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2986, "char_start_idx": 2959, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2987, "char_start_idx": 2893, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 2987, "char_start_idx": 2893, "html_attrs": { "attrs": [ "id", "class", "aria-labelledby", "data-parent" ], "values": [ "collapse31", "collapse card-accordion-body", "heading31", "#accordion-3" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2987, "char_start_idx": 2893, "html_attrs": { "attrs": [ "class" ], "values": [ "card-accordion" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3030, "char_start_idx": 2987, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-temperory-work.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 3030, "char_start_idx": 2987, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 3066, "char_start_idx": 3031, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-visitor-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3066, "char_start_idx": 3031, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3112, "char_start_idx": 3067, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-electronic-travel-authority.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3112, "char_start_idx": 3067, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3148, "char_start_idx": 3113, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-medical-treatment.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3148, "char_start_idx": 3113, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3185, "char_start_idx": 3149, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-evisitor-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3185, "char_start_idx": 3149, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3221, "char_start_idx": 3186, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-transit-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3221, "char_start_idx": 3186, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3257, "char_start_idx": 3222, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-working-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3257, "char_start_idx": 3222, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3301, "char_start_idx": 3258, "html_attrs": { "attrs": [ "href" ], "values": [ "visit-australia-working-holiday.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3301, "char_start_idx": 3258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3302, "char_start_idx": 2987, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 3302, "char_start_idx": 2987, "html_attrs": { "attrs": [ "id", "class", "aria-labelledby", "data-parent" ], "values": [ "collapse32", "collapse card-accordion-body", "heading32", "#accordion-3" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3302, "char_start_idx": 2987, "html_attrs": { "attrs": [ "class" ], "values": [ "card-accordion" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3302, "char_start_idx": 2893, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12", "accordion-3" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3302, "char_start_idx": 2389, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12 mb20" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3302, "char_start_idx": 1401, "html_attrs": { "attrs": [ "class" ], "values": [ "content pdb0 container row" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3302, "char_start_idx": 3302, "html_attrs": { "attrs": [ "class" ], "values": [ "bg-gradient space-small container row" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3325, "char_start_idx": 3302, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h3" }, { "char_end_idx": 3326, "char_start_idx": 3326, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-map-marker" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3336, "char_start_idx": 3334, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 3407, "char_start_idx": 3326, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3408, "char_start_idx": 3408, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-phone" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 3439, "char_start_idx": 3408, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3440, "char_start_idx": 3440, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-mobile" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 3463, "char_start_idx": 3440, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3464, "char_start_idx": 3464, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-envelope" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 3487, "char_start_idx": 3464, "html_attrs": { "attrs": [ "href" ], "values": [ "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3487, "char_start_idx": 3464, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3488, "char_start_idx": 3326, "html_attrs": { "attrs": [ "class" ], "values": [ "listnone" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3488, "char_start_idx": 3302, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-3 col-lg-3 col-md-4 col-sm-6 col-12 widget-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3511, "char_start_idx": 3488, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3512, "char_start_idx": 3512, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-map-marker" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3535, "char_start_idx": 3533, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 3549, "char_start_idx": 3547, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 3605, "char_start_idx": 3512, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3606, "char_start_idx": 3606, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-phone" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 3628, "char_start_idx": 3606, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3628, "char_start_idx": 3628, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-mobile" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3644, "char_start_idx": 3628, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3645, "char_start_idx": 3645, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-envelope" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 3671, "char_start_idx": 3645, "html_attrs": { "attrs": [ "href" ], "values": [ "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3671, "char_start_idx": 3645, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3672, "char_start_idx": 3512, "html_attrs": { "attrs": [ "class" ], "values": [ "listnone" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3672, "char_start_idx": 3488, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-3 col-lg-3 col-md-4 col-sm-6 col-12 widget-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3684, "char_start_idx": 3672, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3709, "char_start_idx": 3685, "html_attrs": { "attrs": [ "href" ], "values": [ "our-services-permanent-residence-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3709, "char_start_idx": 3685, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3721, "char_start_idx": 3710, "html_attrs": { "attrs": [ "href" ], "values": [ "our-services-travel-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3721, "char_start_idx": 3710, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3737, "char_start_idx": 3722, "html_attrs": { "attrs": [ "href" ], "values": [ "our-services-retirement-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3737, "char_start_idx": 3722, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3749, "char_start_idx": 3738, "html_attrs": { "attrs": [ "href" ], "values": [ "our-services-family-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3749, "char_start_idx": 3738, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3774, "char_start_idx": 3750, "html_attrs": { "attrs": [ "href" ], "values": [ "our-services-business-visa.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3774, "char_start_idx": 3750, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3775, "char_start_idx": 3685, "html_attrs": { "attrs": [ "class" ], "values": [ "listnone arrow-footer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3775, "char_start_idx": 3672, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-2 col-lg-2 col-md-4 col-sm-6 col-12 widget-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3788, "char_start_idx": 3775, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3798, "char_start_idx": 3789, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-australia.html", "australia" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3798, "char_start_idx": 3789, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3805, "char_start_idx": 3799, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-canada.html", "canada" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3805, "char_start_idx": 3799, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3818, "char_start_idx": 3806, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-south-africa.html", "southafrica" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3818, "char_start_idx": 3806, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3821, "char_start_idx": 3819, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-uk.html", "uk" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3821, "char_start_idx": 3819, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3825, "char_start_idx": 3822, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-usa.html", "usa" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3825, "char_start_idx": 3822, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3833, "char_start_idx": 3826, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-denmark.html", "denmark" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3833, "char_start_idx": 3826, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3840, "char_start_idx": 3834, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-norway.html", "norway" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3840, "char_start_idx": 3834, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3852, "char_start_idx": 3841, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-switzerland.html", "switzerland" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3852, "char_start_idx": 3841, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3862, "char_start_idx": 3853, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "top-countries-singapore.html", "singapore" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3862, "char_start_idx": 3853, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3863, "char_start_idx": 3789, "html_attrs": { "attrs": [ "class" ], "values": [ "listnone arrow-footer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3863, "char_start_idx": 3775, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-2 col-lg-2 col-md-4 col-sm-3 col-6 widget-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3863, "char_start_idx": 3302, "html_attrs": { "attrs": [ "class" ], "values": [ "footer container row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3886, "char_start_idx": 3880, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "#", "color:White;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3909, "char_start_idx": 3909, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-chevron-circle-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 3940, "char_start_idx": 3909, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "terms-conditions.html", "color: #fff;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3940, "char_start_idx": 3863, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 3941, "char_start_idx": 3863, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3941, "char_start_idx": 3863, "html_attrs": { "attrs": [ "class" ], "values": [ "tiny-footer container row" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3941, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 176, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "\"CRS (Comprehensive Rating System) minimum score now is 451 in new Express Entry draw - 17th April\" || \"Beckon now in CHENNAI, with Branch Office in heart of city, Anna Nagar\"\n" }, { "char_end_idx": 236, "char_start_idx": 176, "key": "paragraph", "marker": "div", "type": "local", "value": "Telephone Counselling Schedule an Appointment Ask an Expert\n" }, { "char_end_idx": 240, "char_start_idx": 236, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 250, "char_start_idx": 240, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout Us\n" }, { "char_end_idx": 294, "char_start_idx": 250, "key": "paragraph", "marker": "li", "type": "local", "value": "PR / Immigration\nCANADA\nCanada Express Entry" }, { "char_end_idx": 333, "char_start_idx": 294, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanada Express Entry Points Calculator" }, { "char_end_idx": 372, "char_start_idx": 333, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFederal Skilled Workers Program (FSWP)" }, { "char_end_idx": 398, "char_start_idx": 372, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanadian Experience Class" }, { "char_end_idx": 420, "char_start_idx": 398, "key": "paragraph", "marker": "li", "type": "local", "value": "\nQuebec Skilled Worker" }, { "char_end_idx": 436, "char_start_idx": 420, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNova Scotia PNP" }, { "char_end_idx": 445, "char_start_idx": 436, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSINP PNP" }, { "char_end_idx": 458, "char_start_idx": 445, "key": "paragraph", "marker": "li", "type": "local", "value": "\nManitoba PNP" }, { "char_end_idx": 459, "char_start_idx": 458, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 516, "char_start_idx": 459, "key": "paragraph", "marker": "li", "type": "local", "value": "AUSTRALIA\nAustralia Skilled Independent Visa subclass 189" }, { "char_end_idx": 562, "char_start_idx": 516, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAustralia Skilled Nominated Visa subclass 190" }, { "char_end_idx": 613, "char_start_idx": 562, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSkilled Regional (Provisional) visa (Subclass 489)" }, { "char_end_idx": 614, "char_start_idx": 613, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 622, "char_start_idx": 614, "key": "paragraph", "marker": "li", "type": "local", "value": "DENMARK\n" }, { "char_end_idx": 632, "char_start_idx": 622, "key": "paragraph", "marker": "li", "type": "local", "value": "HONG KONG\n" }, { "char_end_idx": 640, "char_start_idx": 632, "key": "paragraph", "marker": "li", "type": "local", "value": "GERMANY\n" }, { "char_end_idx": 707, "char_start_idx": 640, "key": "paragraph", "marker": "li", "type": "local", "value": "WORK / Profession\nAUSTRALIA\nSkilled Independent Visa (Subclass 189)" }, { "char_end_idx": 745, "char_start_idx": 707, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSkilled Nominated visa (Subclass 190)" }, { "char_end_idx": 796, "char_start_idx": 745, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSkilled Regional (Provisional) visa (Subclass 489)" }, { "char_end_idx": 841, "char_start_idx": 796, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTemporary Work (Skilled) visa (subclass 457)" }, { "char_end_idx": 842, "char_start_idx": 841, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 852, "char_start_idx": 842, "key": "paragraph", "marker": "li", "type": "local", "value": "HONG KONG\n" }, { "char_end_idx": 860, "char_start_idx": 852, "key": "paragraph", "marker": "li", "type": "local", "value": "GERMANY\n" }, { "char_end_idx": 929, "char_start_idx": 860, "key": "paragraph", "marker": "li", "type": "local", "value": "VISIT / Tourist\nAUSTRALIA\nTemporary Work Short Stay Visa subclass 400" }, { "char_end_idx": 965, "char_start_idx": 929, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVisitor Visa Australia Subclass 600" }, { "char_end_idx": 1011, "char_start_idx": 965, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElectronic Travel Authority Visa subclass 601" }, { "char_end_idx": 1047, "char_start_idx": 1011, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMedical Treatment Visa subclass 602" }, { "char_end_idx": 1084, "char_start_idx": 1047, "key": "paragraph", "marker": "li", "type": "local", "value": "\neVisitor Visa Australia subclass 651" }, { "char_end_idx": 1120, "char_start_idx": 1084, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransit Visa Australia Subclass 771" }, { "char_end_idx": 1156, "char_start_idx": 1120, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAustralia Working Visa subclass 462" }, { "char_end_idx": 1200, "char_start_idx": 1156, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWorking Holiday Visa Australia subclass 417" }, { "char_end_idx": 1201, "char_start_idx": 1200, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1227, "char_start_idx": 1201, "key": "paragraph", "marker": "li", "type": "local", "value": "CANADA\nCanada Tourist Visa" }, { "char_end_idx": 1256, "char_start_idx": 1227, "key": "paragraph", "marker": "li", "type": "local", "value": "\nParents and Grandparent Visa" }, { "char_end_idx": 1273, "char_start_idx": 1256, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBusiness Tourist" }, { "char_end_idx": 1301, "char_start_idx": 1273, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanada Working Holiday Visa" }, { "char_end_idx": 1302, "char_start_idx": 1301, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1314, "char_start_idx": 1302, "key": "paragraph", "marker": "li", "type": "local", "value": "NEW ZEALAND\n" }, { "char_end_idx": 1318, "char_start_idx": 1314, "key": "paragraph", "marker": "li", "type": "local", "value": "Blog" }, { "char_end_idx": 1326, "char_start_idx": 1318, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 1327, "char_start_idx": 1326, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1356, "char_start_idx": 1327, "key": "paragraph", "marker": "li", "type": "local", "value": "Visitor / Tourist : AUSTRALIA" }, { "char_end_idx": 1400, "char_start_idx": 1356, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTemporary Work Short Stay Visa subclass 400" }, { "char_end_idx": 1401, "char_start_idx": 1400, "key": "paragraph", "marker": "ol", "type": "local", "value": "\n" }, { "char_end_idx": 1444, "char_start_idx": 1401, "key": "paragraph", "marker": "h2", "type": "local", "value": "Temporary Work Short Stay Visa subclass 400" }, { "char_end_idx": 1701, "char_start_idx": 1444, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThis temporary visa gives you a chance to do present moment, exceptionally concentrated work in Australia. It may be reasonable on the off chance that you have particular aptitudes, information or experience not for the most part accessible in Australia.\nY" }, { "char_end_idx": 1950, "char_start_idx": 1701, "key": "paragraph", "marker": "p", "type": "local", "value": "ou can remain as long as 3 months (as long as a half year might be permitted in constrained circumstances and upheld by a solid business case). You can't make a difference for this visa inland or remain in Australia longer by broadening this visa.\nA" }, { "char_end_idx": 2023, "char_start_idx": 1950, "key": "paragraph", "marker": "li", "type": "local", "value": "dvantages\nwork in a temporary, present moment, very particular employment" }, { "char_end_idx": 2067, "char_start_idx": 2023, "key": "paragraph", "marker": "li", "type": "local", "value": "\nthe work or movement must be non-continuous" }, { "char_end_idx": 2068, "char_start_idx": 2067, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2169, "char_start_idx": 2068, "key": "paragraph", "marker": "li", "type": "local", "value": "Prerequisites\nYou should be welcomed or bolstered by the association you are working for in Australia" }, { "char_end_idx": 2304, "char_start_idx": 2169, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYou should have pro aptitudes, information or experience that can support Australian business and can't sensibly be found in Australia" }, { "char_end_idx": 2388, "char_start_idx": 2304, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYou can just take the necessary steps or exercises for which your visa was conceded" }, { "char_end_idx": 2389, "char_start_idx": 2388, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2409, "char_start_idx": 2389, "key": "paragraph", "marker": "li", "type": "local", "value": "Canada Express Entry" }, { "char_end_idx": 2448, "char_start_idx": 2409, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanada Express Entry Points Calculator" }, { "char_end_idx": 2487, "char_start_idx": 2448, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFederal Skilled Workers Program (FSWP)" }, { "char_end_idx": 2513, "char_start_idx": 2487, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanadian Experience Class" }, { "char_end_idx": 2535, "char_start_idx": 2513, "key": "paragraph", "marker": "li", "type": "local", "value": "\nQuebec Skilled Worker" }, { "char_end_idx": 2551, "char_start_idx": 2535, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNova Scotia PNP" }, { "char_end_idx": 2560, "char_start_idx": 2551, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSINP PNP" }, { "char_end_idx": 2573, "char_start_idx": 2560, "key": "paragraph", "marker": "li", "type": "local", "value": "\nManitoba PNP" }, { "char_end_idx": 2574, "char_start_idx": 2573, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2621, "char_start_idx": 2574, "key": "paragraph", "marker": "li", "type": "local", "value": "Australia Skilled Independent Visa subclass 189" }, { "char_end_idx": 2667, "char_start_idx": 2621, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAustralia Skilled Nominated Visa subclass 190" }, { "char_end_idx": 2718, "char_start_idx": 2667, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSkilled Regional (Provisional) visa (Subclass 489)" }, { "char_end_idx": 2719, "char_start_idx": 2718, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2758, "char_start_idx": 2719, "key": "paragraph", "marker": "li", "type": "local", "value": "Skilled Independent Visa (Subclass 189)" }, { "char_end_idx": 2796, "char_start_idx": 2758, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSkilled Nominated visa (Subclass 190)" }, { "char_end_idx": 2847, "char_start_idx": 2796, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSkilled Regional (Provisional) visa (Subclass 489)" }, { "char_end_idx": 2892, "char_start_idx": 2847, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTemporary Work (Skilled) visa (subclass 457)" }, { "char_end_idx": 2893, "char_start_idx": 2892, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2912, "char_start_idx": 2893, "key": "paragraph", "marker": "li", "type": "local", "value": "Canada Tourist Visa" }, { "char_end_idx": 2941, "char_start_idx": 2912, "key": "paragraph", "marker": "li", "type": "local", "value": "\nParents and Grandparent Visa" }, { "char_end_idx": 2958, "char_start_idx": 2941, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBusiness Tourist" }, { "char_end_idx": 2986, "char_start_idx": 2958, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanada Working Holiday Visa" }, { "char_end_idx": 2987, "char_start_idx": 2986, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 3030, "char_start_idx": 2987, "key": "paragraph", "marker": "li", "type": "local", "value": "Temporary Work Short Stay Visa subclass 400" }, { "char_end_idx": 3066, "char_start_idx": 3030, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVisitor Visa Australia Subclass 600" }, { "char_end_idx": 3112, "char_start_idx": 3066, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElectronic Travel Authority Visa subclass 601" }, { "char_end_idx": 3148, "char_start_idx": 3112, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMedical Treatment Visa subclass 602" }, { "char_end_idx": 3185, "char_start_idx": 3148, "key": "paragraph", "marker": "li", "type": "local", "value": "\neVisitor Visa Australia subclass 651" }, { "char_end_idx": 3221, "char_start_idx": 3185, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransit Visa Australia Subclass 771" }, { "char_end_idx": 3257, "char_start_idx": 3221, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAustralia Working Visa subclass 462" }, { "char_end_idx": 3301, "char_start_idx": 3257, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWorking Holiday Visa Australia subclass 417" }, { "char_end_idx": 3302, "char_start_idx": 3301, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3325, "char_start_idx": 3302, "key": "paragraph", "marker": "h3", "type": "local", "value": "Hyderabad - Head Office" }, { "char_end_idx": 3407, "char_start_idx": 3325, "key": "paragraph", "marker": "li", "type": "local", "value": "\n# 408, 4th Floor, \nTopaz Building, Amrutha Hills,\nPunjagutta, Hyderabad - 500082." }, { "char_end_idx": 3439, "char_start_idx": 3407, "key": "paragraph", "marker": "li", "type": "local", "value": "\n+91 40 666333 22 / 23 / 24 / 25" }, { "char_end_idx": 3463, "char_start_idx": 3439, "key": "paragraph", "marker": "li", "type": "local", "value": "\n+91 910 059 1115 / 1116" }, { "char_end_idx": 3487, "char_start_idx": 3463, "key": "paragraph", "marker": "li", "type": "local", "value": "\[email protected]" }, { "char_end_idx": 3488, "char_start_idx": 3487, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3511, "char_start_idx": 3488, "key": "paragraph", "marker": "h3", "type": "local", "value": "Chennai - Branch Office" }, { "char_end_idx": 3605, "char_start_idx": 3511, "key": "paragraph", "marker": "li", "type": "local", "value": "\n# AE 22A, AE Block, 2nd Street, \n10th Main Road, Shanti Colony, \nAnna Nagar, Chennai - 600040" }, { "char_end_idx": 3628, "char_start_idx": 3605, "key": "paragraph", "marker": "li", "type": "local", "value": "\n+91 44 486063 25 / 46\n" }, { "char_end_idx": 3644, "char_start_idx": 3628, "key": "paragraph", "marker": "li", "type": "local", "value": "+91 739 7404 118" }, { "char_end_idx": 3671, "char_start_idx": 3644, "key": "paragraph", "marker": "li", "type": "local", "value": "\[email protected]" }, { "char_end_idx": 3672, "char_start_idx": 3671, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3684, "char_start_idx": 3672, "key": "paragraph", "marker": "h3", "type": "local", "value": "Our Services" }, { "char_end_idx": 3709, "char_start_idx": 3684, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPermanent Residence Visa" }, { "char_end_idx": 3721, "char_start_idx": 3709, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTravel Visa" }, { "char_end_idx": 3737, "char_start_idx": 3721, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRetirement Visa" }, { "char_end_idx": 3749, "char_start_idx": 3737, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFamily Visa" }, { "char_end_idx": 3774, "char_start_idx": 3749, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBusiness / Investor Visa" }, { "char_end_idx": 3775, "char_start_idx": 3774, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3788, "char_start_idx": 3775, "key": "paragraph", "marker": "h3", "type": "local", "value": "Top Countries" }, { "char_end_idx": 3798, "char_start_idx": 3788, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAustralia" }, { "char_end_idx": 3805, "char_start_idx": 3798, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanada" }, { "char_end_idx": 3818, "char_start_idx": 3805, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSouth Africa" }, { "char_end_idx": 3821, "char_start_idx": 3818, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUK" }, { "char_end_idx": 3825, "char_start_idx": 3821, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUSA" }, { "char_end_idx": 3833, "char_start_idx": 3825, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDenmark" }, { "char_end_idx": 3840, "char_start_idx": 3833, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNorway" }, { "char_end_idx": 3852, "char_start_idx": 3840, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSwitzerland" }, { "char_end_idx": 3862, "char_start_idx": 3852, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSingapore" }, { "char_end_idx": 3863, "char_start_idx": 3862, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3941, "char_start_idx": 3863, "key": "paragraph", "marker": "p", "type": "local", "value": "Copyright © 2019 Beckon. All Rights Reserved. Policies and Terms & Conditions\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Temporary Work Short Stay Subclass 400 Visa" } ]
[ { "key": "url", "type": "global", "value": "https://www.beckonoverseas.com/visit-australia-temperory-work.html" } ]
[]
"CRS (Comprehensive Rating System) minimum score now is 451 in new Express Entry draw - 17th April" || "Beckon now in CHENNAI, with Branch Office in heart of city, Anna Nagar" Telephone Counselling Schedule an Appointment Ask an Expert Home About Us PR / Immigration CANADA Canada Express Entry Canada Express Entry Points Calculator Federal Skilled Workers Program (FSWP) Canadian Experience Class Quebec Skilled Worker Nova Scotia PNP SINP PNP Manitoba PNP AUSTRALIA Australia Skilled Independent Visa subclass 189 Australia Skilled Nominated Visa subclass 190 Skilled Regional (Provisional) visa (Subclass 489) DENMARK HONG KONG GERMANY WORK / Profession AUSTRALIA Skilled Independent Visa (Subclass 189) Skilled Nominated visa (Subclass 190) Skilled Regional (Provisional) visa (Subclass 489) Temporary Work (Skilled) visa (subclass 457) HONG KONG GERMANY VISIT / Tourist AUSTRALIA Temporary Work Short Stay Visa subclass 400 Visitor Visa Australia Subclass 600 Electronic Travel Authority Visa subclass 601 Medical Treatment Visa subclass 602 eVisitor Visa Australia subclass 651 Transit Visa Australia Subclass 771 Australia Working Visa subclass 462 Working Holiday Visa Australia subclass 417 CANADA Canada Tourist Visa Parents and Grandparent Visa Business Tourist Canada Working Holiday Visa NEW ZEALAND Blog Contact Visitor / Tourist : AUSTRALIA Temporary Work Short Stay Visa subclass 400 Temporary Work Short Stay Visa subclass 400 This temporary visa gives you a chance to do present moment, exceptionally concentrated work in Australia. It may be reasonable on the off chance that you have particular aptitudes, information or experience not for the most part accessible in Australia. You can remain as long as 3 months (as long as a half year might be permitted in constrained circumstances and upheld by a solid business case). You can't make a difference for this visa inland or remain in Australia longer by broadening this visa. Advantages work in a temporary, present moment, very particular employment the work or movement must be non-continuous Prerequisites You should be welcomed or bolstered by the association you are working for in Australia You should have pro aptitudes, information or experience that can support Australian business and can't sensibly be found in Australia You can just take the necessary steps or exercises for which your visa was conceded Canada Express Entry Canada Express Entry Points Calculator Federal Skilled Workers Program (FSWP) Canadian Experience Class Quebec Skilled Worker Nova Scotia PNP SINP PNP Manitoba PNP Australia Skilled Independent Visa subclass 189 Australia Skilled Nominated Visa subclass 190 Skilled Regional (Provisional) visa (Subclass 489) Skilled Independent Visa (Subclass 189) Skilled Nominated visa (Subclass 190) Skilled Regional (Provisional) visa (Subclass 489) Temporary Work (Skilled) visa (subclass 457) Canada Tourist Visa Parents and Grandparent Visa Business Tourist Canada Working Holiday Visa Temporary Work Short Stay Visa subclass 400 Visitor Visa Australia Subclass 600 Electronic Travel Authority Visa subclass 601 Medical Treatment Visa subclass 602 eVisitor Visa Australia subclass 651 Transit Visa Australia Subclass 771 Australia Working Visa subclass 462 Working Holiday Visa Australia subclass 417 Hyderabad - Head Office # 408, 4th Floor, Topaz Building, Amrutha Hills, Punjagutta, Hyderabad - 500082. +91 40 666333 22 / 23 / 24 / 25 +91 910 059 1115 / 1116 [email protected] Chennai - Branch Office # AE 22A, AE Block, 2nd Street, 10th Main Road, Shanti Colony, Anna Nagar, Chennai - 600040 +91 44 486063 25 / 46 +91 739 7404 118 [email protected] Our Services Permanent Residence Visa Travel Visa Retirement Visa Family Visa Business / Investor Visa Top Countries Australia Canada South Africa UK USA Denmark Norway Switzerland Singapore Copyright © 2019 Beckon. All Rights Reserved. Policies and Terms & Conditions
https://www.beckonoverseas.com/visit-australia-temperory-work.html
[ { "char_end_idx": 4, "char_start_idx": 1, "key": "entity", "type": "local", "value": "Congressional_Research_Service" }, { "char_end_idx": 80, "char_start_idx": 67, "key": "entity", "type": "local", "value": "Express_Entry" }, { "char_end_idx": 110, "char_start_idx": 104, "key": "entity", "type": "local", "value": "English_language" }, { "char_end_idx": 125, "char_start_idx": 118, "key": "entity", "type": "local", "value": "Chennai" }, { "char_end_idx": 145, "char_start_idx": 132, "key": "entity", "type": "local", "value": "Branch_(banking)" }, { "char_end_idx": 174, "char_start_idx": 164, "key": "entity", "type": "local", "value": "Anna_Nagar" }, { "char_end_idx": 249, "char_start_idx": 247, "key": "entity", "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 273, "char_start_idx": 267, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 301, "char_start_idx": 295, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 398, "char_start_idx": 373, "key": "entity", "type": "local", "value": "Immigration_to_Canada" }, { "char_end_idx": 432, "char_start_idx": 421, "key": "entity", "type": "local", "value": "Nova_Scotia" }, { "char_end_idx": 436, "char_start_idx": 433, "key": "entity", "type": "local", "value": "Bipolar_junction_transistor" }, { "char_end_idx": 454, "char_start_idx": 446, "key": "entity", "type": "local", "value": "Manitoba" }, { "char_end_idx": 458, "char_start_idx": 455, "key": "entity", "type": "local", "value": "PlayStation_Network" }, { "char_end_idx": 468, "char_start_idx": 459, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 478, "char_start_idx": 469, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 526, "char_start_idx": 517, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 549, "char_start_idx": 545, "key": "entity", "type": "local", "value": "Travel_visa" }, { "char_end_idx": 621, "char_start_idx": 614, "key": "entity", "type": "local", "value": "Denmark" }, { "char_end_idx": 631, "char_start_idx": 622, "key": "entity", "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 639, "char_start_idx": 632, "key": "entity", "type": "local", "value": "Germany" }, { "char_end_idx": 667, "char_start_idx": 658, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 851, "char_start_idx": 842, "key": "entity", "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 859, "char_start_idx": 852, "key": "entity", "type": "local", "value": "Germany" }, { "char_end_idx": 885, "char_start_idx": 876, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 952, "char_start_idx": 943, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1071, "char_start_idx": 1062, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1187, "char_start_idx": 1178, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1207, "char_start_idx": 1201, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 1214, "char_start_idx": 1208, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 1280, "char_start_idx": 1274, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 1313, "char_start_idx": 1302, "key": "entity", "type": "local", "value": "New_Zealand" }, { "char_end_idx": 1356, "char_start_idx": 1347, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1550, "char_start_idx": 1541, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1698, "char_start_idx": 1689, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 1916, "char_start_idx": 1907, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 2169, "char_start_idx": 2160, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 2254, "char_start_idx": 2244, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 2304, "char_start_idx": 2295, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 2416, "char_start_idx": 2410, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 2513, "char_start_idx": 2488, "key": "entity", "type": "local", "value": "Immigration_to_Canada" }, { "char_end_idx": 2547, "char_start_idx": 2536, "key": "entity", "type": "local", "value": "Nova_Scotia" }, { "char_end_idx": 2551, "char_start_idx": 2548, "key": "entity", "type": "local", "value": "Bipolar_junction_transistor" }, { "char_end_idx": 2569, "char_start_idx": 2561, "key": "entity", "type": "local", "value": "Manitoba" }, { "char_end_idx": 2573, "char_start_idx": 2570, "key": "entity", "type": "local", "value": "PlayStation_Network" }, { "char_end_idx": 2583, "char_start_idx": 2574, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 2631, "char_start_idx": 2622, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 2654, "char_start_idx": 2650, "key": "entity", "type": "local", "value": "Travel_visa" }, { "char_end_idx": 2899, "char_start_idx": 2893, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 2965, "char_start_idx": 2959, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 3053, "char_start_idx": 3044, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 3172, "char_start_idx": 3163, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 3288, "char_start_idx": 3279, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 3311, "char_start_idx": 3302, "key": "entity", "type": "local", "value": "Hyderabad" }, { "char_end_idx": 3325, "char_start_idx": 3314, "key": "entity", "type": "local", "value": "Head_Office" }, { "char_end_idx": 3386, "char_start_idx": 3376, "key": "entity", "type": "local", "value": "Punjagutta" }, { "char_end_idx": 3397, "char_start_idx": 3388, "key": "entity", "type": "local", "value": "Hyderabad" }, { "char_end_idx": 3495, "char_start_idx": 3488, "key": "entity", "type": "local", "value": "Chennai" }, { "char_end_idx": 3511, "char_start_idx": 3498, "key": "entity", "type": "local", "value": "Branch_(banking)" }, { "char_end_idx": 3542, "char_start_idx": 3532, "key": "entity", "type": "local", "value": "Los_Angeles_streets,_1–10" }, { "char_end_idx": 3559, "char_start_idx": 3550, "key": "entity", "type": "local", "value": "Main_Road,_Hobart" }, { "char_end_idx": 3587, "char_start_idx": 3577, "key": "entity", "type": "local", "value": "Anna_Nagar" }, { "char_end_idx": 3596, "char_start_idx": 3589, "key": "entity", "type": "local", "value": "Chennai" }, { "char_end_idx": 3721, "char_start_idx": 3710, "key": "entity", "type": "local", "value": "Travel_visa" }, { "char_end_idx": 3774, "char_start_idx": 3761, "key": "entity", "type": "local", "value": "Immigrant_investor_programs" }, { "char_end_idx": 3798, "char_start_idx": 3789, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 3805, "char_start_idx": 3799, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 3818, "char_start_idx": 3806, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 3821, "char_start_idx": 3819, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 3825, "char_start_idx": 3822, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 3833, "char_start_idx": 3826, "key": "entity", "type": "local", "value": "Denmark" }, { "char_end_idx": 3840, "char_start_idx": 3834, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 3852, "char_start_idx": 3841, "key": "entity", "type": "local", "value": "Switzerland" }, { "char_end_idx": 3862, "char_start_idx": 3853, "key": "entity", "type": "local", "value": "Singapore" }, { "char_end_idx": 3886, "char_start_idx": 3880, "key": "entity", "type": "local", "value": "English_language" }, { "char_end_idx": 3907, "char_start_idx": 3888, "key": "entity", "type": "local", "value": "All_rights_reserved" }, { "char_end_idx": 3940, "char_start_idx": 3922, "key": "entity", "type": "local", "value": "By-law" } ]
[ { "char_end_idx": 176, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Congressional_Research_Service" }, { "char_end_idx": 176, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Express_Entry" }, { "char_end_idx": 176, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "English_language" }, { "char_end_idx": 176, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Chennai" }, { "char_end_idx": 176, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Branch_(banking)" }, { "char_end_idx": 176, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Anna_Nagar" }, { "char_end_idx": 250, "char_start_idx": 240, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 294, "char_start_idx": 250, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 333, "char_start_idx": 294, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 398, "char_start_idx": 372, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Immigration_to_Canada" }, { "char_end_idx": 436, "char_start_idx": 420, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nova_Scotia" }, { "char_end_idx": 436, "char_start_idx": 420, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Bipolar_junction_transistor" }, { "char_end_idx": 458, "char_start_idx": 445, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Manitoba" }, { "char_end_idx": 458, "char_start_idx": 445, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "PlayStation_Network" }, { "char_end_idx": 516, "char_start_idx": 459, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 562, "char_start_idx": 516, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 562, "char_start_idx": 516, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Travel_visa" }, { "char_end_idx": 622, "char_start_idx": 614, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Denmark" }, { "char_end_idx": 632, "char_start_idx": 622, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 640, "char_start_idx": 632, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Germany" }, { "char_end_idx": 707, "char_start_idx": 640, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 852, "char_start_idx": 842, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 860, "char_start_idx": 852, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Germany" }, { "char_end_idx": 929, "char_start_idx": 860, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 965, "char_start_idx": 929, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 1084, "char_start_idx": 1047, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 1200, "char_start_idx": 1156, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 1227, "char_start_idx": 1201, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 1301, "char_start_idx": 1273, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 1314, "char_start_idx": 1302, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "New_Zealand" }, { "char_end_idx": 1356, "char_start_idx": 1327, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 1701, "char_start_idx": 1444, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 1950, "char_start_idx": 1701, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 2169, "char_start_idx": 2068, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 2304, "char_start_idx": 2169, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 2448, "char_start_idx": 2409, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 2513, "char_start_idx": 2487, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Immigration_to_Canada" }, { "char_end_idx": 2551, "char_start_idx": 2535, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nova_Scotia" }, { "char_end_idx": 2551, "char_start_idx": 2535, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Bipolar_junction_transistor" }, { "char_end_idx": 2573, "char_start_idx": 2560, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Manitoba" }, { "char_end_idx": 2573, "char_start_idx": 2560, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "PlayStation_Network" }, { "char_end_idx": 2621, "char_start_idx": 2574, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 2667, "char_start_idx": 2621, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 2667, "char_start_idx": 2621, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Travel_visa" }, { "char_end_idx": 2912, "char_start_idx": 2893, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 2986, "char_start_idx": 2958, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 3066, "char_start_idx": 3030, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 3185, "char_start_idx": 3148, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 3301, "char_start_idx": 3257, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 3325, "char_start_idx": 3302, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hyderabad" }, { "char_end_idx": 3325, "char_start_idx": 3302, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Head_Office" }, { "char_end_idx": 3407, "char_start_idx": 3325, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Punjagutta" }, { "char_end_idx": 3407, "char_start_idx": 3325, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Hyderabad" }, { "char_end_idx": 3511, "char_start_idx": 3488, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Chennai" }, { "char_end_idx": 3511, "char_start_idx": 3488, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Branch_(banking)" }, { "char_end_idx": 3605, "char_start_idx": 3511, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Los_Angeles_streets,_1–10" }, { "char_end_idx": 3605, "char_start_idx": 3511, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Main_Road,_Hobart" }, { "char_end_idx": 3605, "char_start_idx": 3511, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Anna_Nagar" }, { "char_end_idx": 3605, "char_start_idx": 3511, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Chennai" }, { "char_end_idx": 3721, "char_start_idx": 3709, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Travel_visa" }, { "char_end_idx": 3774, "char_start_idx": 3749, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Immigrant_investor_programs" }, { "char_end_idx": 3798, "char_start_idx": 3788, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 3805, "char_start_idx": 3798, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 3818, "char_start_idx": 3805, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_Africa" }, { "char_end_idx": 3821, "char_start_idx": 3818, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 3825, "char_start_idx": 3821, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States" }, { "char_end_idx": 3833, "char_start_idx": 3825, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Denmark" }, { "char_end_idx": 3840, "char_start_idx": 3833, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 3852, "char_start_idx": 3840, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Switzerland" }, { "char_end_idx": 3862, "char_start_idx": 3852, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Singapore" }, { "char_end_idx": 3941, "char_start_idx": 3863, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "English_language" }, { "char_end_idx": 3941, "char_start_idx": 3863, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "All_rights_reserved" }, { "char_end_idx": 3941, "char_start_idx": 3863, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "By-law" } ]
0
613
1555592450000
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <title>Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls</title> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="http://afarmhousefull.com/feed/" /> <link rel="alternate" type="application/rss+xml" title=" &raquo; Comments Feed" href="http://afarmhousefull.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title=" &raquo; Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls Comments Feed" href="http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/afarmhousefull.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://afarmhousefull.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='http://afarmhousefull.com/wp-content/themes/minimalistblogger/css/font-awesome.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='minimalistblogger-style-css' href='http://afarmhousefull.com/wp-content/themes/minimalistblogger/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='minimalistblogger-google-fonts-css' href='https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%7CMerriweather%3A400%2C700&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='http://afarmhousefull.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.1.1' type='text/css' media='all' /> <script type='text/javascript' src='http://afarmhousefull.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://afarmhousefull.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='http://afarmhousefull.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://afarmhousefull.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://afarmhousefull.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Weekly Wrap Up' href='http://afarmhousefull.com/2018/06/09/weekly-wrap-up/' /> <link rel='next' title='Weekly Wrap Up | June 11-15th, 2018' href='http://afarmhousefull.com/2018/06/15/weekly-wrap-up-june-11-15th-2018/' /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/" /> <link rel='shortlink' href='https://wp.me/p6wfJ8-el' /> <link rel="alternate" type="application/json+oembed" href="http://afarmhousefull.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fafarmhousefull.com%2F2018%2F06%2F11%2Fnicci-lynn-doll-crochet-pattern-instant-download-custom-dolls%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://afarmhousefull.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fafarmhousefull.com%2F2018%2F06%2F11%2Fnicci-lynn-doll-crochet-pattern-instant-download-custom-dolls%2F&#038;format=xml" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style><link rel="pingback" href="http://afarmhousefull.com/xmlrpc.php"> <style type="text/css"> body, .site, .swidgets-wrap h3, .post-data-text { background: ; } .site-title a, .site-description { color: ; } .sheader { background: } </style> <style type="text/css"> .site-title a, .site-description { color: #000000; } http://afarmhousefull.com/wp-content/uploads/2018/07/wordpressbanner.jpg" </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls" /> <meta property="og:url" content="http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/" /> <meta property="og:description" content="I am SO excited for the release of my Nicci Lynn Doll crochet pattern! To purchase the INSTANT download PDF pattern for the doll and ALL of her accessories  (shoes, cardigan, 2 skirts, halter, opti…" /> <meta property="article:published_time" content="2018-06-11T13:59:22+00:00" /> <meta property="article:modified_time" content="2018-06-11T14:50:45+00:00" /> <meta property="og:image" content="http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg" /> <meta property="og:image:width" content="320" /> <meta property="og:image:height" content="320" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:text:title" content="Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls" /> <meta name="twitter:card" content="summary" /> <!-- End Jetpack Open Graph Tags --> </head> <body class="post-template-default single single-post postid-889 single-format-standard header-image"> <div id="page" class="site"> <header id="masthead" class="sheader site-header clearfix"> <div class="content-wrap"> <div class="site-branding"> <!-- If frontpage, make title h1 --> <p class="site-title"><a href="http://afarmhousefull.com/" rel="home"></a></p> </div> </div> <nav id="primary-site-navigation" class="primary-menu main-navigation clearfix"> <a href="#" id="pull" class="smenu-hide toggle-mobile-menu menu-toggle" aria-controls="secondary-menu" aria-expanded="false">Menu</a> <div class="content-wrap text-center"> <div class="center-main-menu"> <div class="menu-blog-container"><ul id="primary-menu" class="pmenu"><li id="menu-item-47" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47"><a href="http://www.afarmhousefull.com">Blog/Home</a></li> <li id="menu-item-444" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-444"><a href="http://afarmhousefull.com/oils/">Essential Oils</a></li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="http://afarmhousefull.com/about-our-family/">About Our Family</a></li> <li id="menu-item-160" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-160"><a href="http://astore.amazon.com/afar-20">Products I LOVE</a></li> <li id="menu-item-72" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-72"><a href="http://afarmhousefull.com/cloth-diapers/">Cloth Diapers</a></li> <li id="menu-item-475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-475"><a href="http://afarmhousefull.com/social-media/">Social Media</a> <ul class="sub-menu"> <li id="menu-item-478" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-478"><a href="http://www.pinterest.com/afarmhousefull">Pinterest</a></li> <li id="menu-item-477" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-477"><a href="http://www.facebook.com/afarmhousefull">Facebook</a></li> <li id="menu-item-476" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-476"><a href="http://www.pinterest.com/afarmhousefull">Pinterest</a></li> <li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="http://www.youtube.com/afarmhousefull">YouTube</a></li> <li id="menu-item-51" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51"><a href="http://instagram.com/afarmhousefull">Instagram</a></li> </ul> </li> </ul></div> </div> </div> </nav> <div class="super-menu clearfix"> <div class="super-menu-inner"> <a href="#" id="pull" class="toggle-mobile-menu menu-toggle" aria-controls="secondary-menu" aria-expanded="false">Menu</a> </div> </div> <div id="mobile-menu-overlay"></div> </header> <div class="content-wrap"> <div class="bottom-header-wrapper"> <img src="http://afarmhousefull.com/wp-content/uploads/2018/07/wordpressbanner.jpg" alt="" /> </div> </div> <div class="content-wrap"> <div class="header-widgets-wrapper"> </div> </div> <div id="content" class="site-content clearfix"> <div class="content-wrap"> <div id="primary" class="featured-content content-area"> <main id="main" class="site-main"> <article id="post-889" class="posts-entry fbox post-889 post type-post status-publish format-standard hentry category-crochet category-uncategorized"> <header class="entry-header"> <h1 class="entry-title">Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls</h1> <div class="entry-meta"> <div class="blog-data-wrapper"> <div class="post-data-divider"></div> <div class="post-data-positioning"> <div class="post-data-text"> <span class="posted-on">Posted on <a href="http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/" rel="bookmark"><time class="entry-date published" datetime="2018-06-11T08:59:22-05:00">June 11, 2018</time><time class="updated" datetime="2018-06-11T09:50:45-05:00">June 11, 2018</time></a></span><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://afarmhousefull.com/author/afarmhousefull/">afarmhousefull</a></span></span> </div> </div> </div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p><a href="https://sowl.co/y4ImT"><img class="wp-image-893 aligncenter" src="http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317.jpg" alt="" width="372" height="372" srcset="http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317.jpg 320w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317-150x150.jpg 150w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317-300x300.jpg 300w" sizes="(max-width: 372px) 100vw, 372px" /><br /> </a>I am<strong> SO</strong> excited for the release of my <em>Nicci Lynn Doll</em> crochet pattern!</p> <p><a href="http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317.jpg"><br /> </a>To purchase the INSTANT download PDF pattern for the doll and ALL of her accessories  (shoes, cardigan, 2 skirts, halter, options for strapless/short sleeve/long sleeve tops, pants and shorts) click the button below:</p> <p>&nbsp;</p> <p>&nbsp;</p> <p><a href="https://sowl.co/y4ImT"><img class="wp-image-896 aligncenter" src="http://afarmhousefull.com/wp-content/uploads/2018/06/buy-now-1024x298.png" alt="" width="479" height="139" srcset="http://afarmhousefull.com/wp-content/uploads/2018/06/buy-now-1024x298.png 1024w, http://afarmhousefull.com/wp-content/uploads/2018/06/buy-now-300x87.png 300w, http://afarmhousefull.com/wp-content/uploads/2018/06/buy-now-768x223.png 768w, http://afarmhousefull.com/wp-content/uploads/2018/06/buy-now.png 1338w" sizes="(max-width: 479px) 100vw, 479px" /></a></p> <p>This pattern contains photos, video tutorials, and easy to follow crochet instructions that give stitch counts with each round/row. The beauty of this pattern  is that the variations are ENDLESS!</p> <p><a href="https://sowl.co/y4ImT"><img class="size-full wp-image-880 aligncenter" src="http://afarmhousefull.com/wp-content/uploads/2018/06/34268765_1217429038394499_3700866138054328320_n.jpg" alt="" width="960" height="960" srcset="http://afarmhousefull.com/wp-content/uploads/2018/06/34268765_1217429038394499_3700866138054328320_n.jpg 960w, http://afarmhousefull.com/wp-content/uploads/2018/06/34268765_1217429038394499_3700866138054328320_n-150x150.jpg 150w, http://afarmhousefull.com/wp-content/uploads/2018/06/34268765_1217429038394499_3700866138054328320_n-300x300.jpg 300w, http://afarmhousefull.com/wp-content/uploads/2018/06/34268765_1217429038394499_3700866138054328320_n-768x768.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /></a></p> <p>Customize your doll&#8217;s:</p> <ul> <li>Skin color</li> <li>Eye color and shape<a href="http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg"><img class="size-full wp-image-891 alignright" src="http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg" alt="" width="320" height="320" srcset="http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg 320w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456-150x150.jpg 150w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456-300x300.jpg 300w" sizes="(max-width: 320px) 100vw, 320px" /></a></li> <li>Hair color, texture and length</li> <li>Lip color</li> <li>Clothing choices</li> <li>and MUCH more!</li> </ul> <p>&nbsp;</p> <p>When I ran a crochet-to-order shop, I ALWAYS had a waiting list for these custom Nicci Lynn Dolls, and I charged $85 each! These are a truly one of a kind creation. This pattern allows you to use it for personal use OR sell the finished product in your etsy shop, craft booth or online! It&#8217;s a great way to make some side money as a crafter.</p> <p>If you don&#8217;t crochet send<a href="http://www.bit.ly/NLdolls-pattern"> this page</a> to your favorite crocheter as a hint for Christmas! 😉</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </div><!-- .entry-content --> </article><!-- #post-889 --> <div id="comments" class="fbox comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="http://afarmhousefull.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate> <p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" required='required' /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required='required' /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" /></p> <div class="gglcptch gglcptch_v1"></div><p class="form-submit"><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='889' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="33c2fa388a" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="131"/></p> </form> </div><!-- #respond --> </div><!-- #comments --> </main><!-- #main --> </div><!-- #primary --> <aside id="secondary" class="featured-sidebar widget-area"> <section id="blog_subscription-5" class="fbox swidgets-wrap widget widget_blog_subscription jetpack_subscription_widget"><div class="swidget"><div class="sidebar-title-border"><h3 class="widget-title">Subscribe to Blog via Email</h3></div></div> <form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-5"> <div id="subscribe-text"><p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p> </div><p>Join 551 other subscribers</p> <p id="subscribe-email"> <label id="jetpack-subscribe-label" class="screen-reader-text" for="subscribe-field-blog_subscription-5"> Email Address </label> <input type="email" name="email" required="required" class="required" value="" id="subscribe-field-blog_subscription-5" placeholder="Email Address"/> </p> <p id="subscribe-submit"> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="source" value="http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="blog_subscription-5"/> <button type="submit" name="jetpack_subscriptions_widget" > Subscribe </button> </p> </form> </section><section id="wpcom_social_media_icons_widget-6" class="fbox swidgets-wrap widget widget_wpcom_social_media_icons_widget"><div class="swidget"><div class="sidebar-title-border"><h3 class="widget-title">Social</h3></div></div><ul><li><a href="https://www.facebook.com/afarmhousefull/" class="genericon genericon-facebook" target="_blank"><span class="screen-reader-text">View afarmhousefull&#8217;s profile on Facebook</span></a></li><li><a href="https://www.instagram.com/afarmhousefull/" class="genericon genericon-instagram" target="_blank"><span class="screen-reader-text">View afarmhousefull&#8217;s profile on Instagram</span></a></li><li><a href="https://www.pinterest.com/afarmhousefull/" class="genericon genericon-pinterest" target="_blank"><span class="screen-reader-text">View afarmhousefull&#8217;s profile on Pinterest</span></a></li><li><a href="https://www.youtube.com/user/afarmhousefull/" class="genericon genericon-youtube" target="_blank"><span class="screen-reader-text">View afarmhousefull&#8217;s profile on YouTube</span></a></li></ul></section><section id="categories-4" class="fbox swidgets-wrap widget widget_categories"><div class="swidget"><div class="sidebar-title-border"><h3 class="widget-title">Categories</h3></div></div> <ul> <li class="cat-item cat-item-30"><a href="http://afarmhousefull.com/category/beauty/" >Beauty</a> </li> <li class="cat-item cat-item-37"><a href="http://afarmhousefull.com/category/cleaning/" >Cleaning</a> </li> <li class="cat-item cat-item-31"><a href="http://afarmhousefull.com/category/crochet/" >Crochet</a> </li> <li class="cat-item cat-item-11"><a href="http://afarmhousefull.com/category/day-in-the-life-vlogs/" >Day in the Life Vlogs</a> </li> <li class="cat-item cat-item-15"><a href="http://afarmhousefull.com/category/diy/" >DIY</a> </li> <li class="cat-item cat-item-28"><a href="http://afarmhousefull.com/category/essential-oils/" >Essential Oils</a> </li> <li class="cat-item cat-item-8"><a href="http://afarmhousefull.com/category/family-life/" >Family Life</a> </li> <li class="cat-item cat-item-26"><a href="http://afarmhousefull.com/category/faq/" >FAQ</a> </li> <li class="cat-item cat-item-36"><a href="http://afarmhousefull.com/category/favorites/" >Favorites</a> </li> <li class="cat-item cat-item-18"><a href="http://afarmhousefull.com/category/fitness/" >Fitness</a> </li> <li class="cat-item cat-item-16"><a href="http://afarmhousefull.com/category/frugal/" >Frugal</a> </li> <li class="cat-item cat-item-21"><a href="http://afarmhousefull.com/category/homesteading/gardening/" >Gardening</a> </li> <li class="cat-item cat-item-22"><a href="http://afarmhousefull.com/category/grocery-haul/" >Grocery Haul</a> </li> <li class="cat-item cat-item-29"><a href="http://afarmhousefull.com/category/hair/" >Hair</a> </li> <li class="cat-item cat-item-23"><a href="http://afarmhousefull.com/category/haul/" >Haul</a> </li> <li class="cat-item cat-item-25"><a href="http://afarmhousefull.com/category/home-tour/" >Home Tour</a> </li> <li class="cat-item cat-item-5"><a href="http://afarmhousefull.com/category/homemaking/" >Homemaking</a> </li> <li class="cat-item cat-item-4"><a href="http://afarmhousefull.com/category/homeschooling/" >Homeschooling</a> </li> <li class="cat-item cat-item-20"><a href="http://afarmhousefull.com/category/homesteading/" >Homesteading</a> </li> <li class="cat-item cat-item-33"><a href="http://afarmhousefull.com/category/kids/" >Kids</a> </li> <li class="cat-item cat-item-13"><a href="http://afarmhousefull.com/category/large-family-logistics/" >Large Family Logistics</a> </li> <li class="cat-item cat-item-35"><a href="http://afarmhousefull.com/category/marriage/" >Marriage</a> </li> <li class="cat-item cat-item-32"><a href="http://afarmhousefull.com/category/minimizing/" >Minimizing</a> </li> <li class="cat-item cat-item-12"><a href="http://afarmhousefull.com/category/organization/" >Organization</a> </li> <li class="cat-item cat-item-6"><a href="http://afarmhousefull.com/category/parenting/" >Parenting</a> </li> <li class="cat-item cat-item-7"><a href="http://afarmhousefull.com/category/pregnancy/" >Pregnancy</a> </li> <li class="cat-item cat-item-9"><a href="http://afarmhousefull.com/category/recipes/" >Recipes</a> </li> <li class="cat-item cat-item-14"><a href="http://afarmhousefull.com/category/stuff-i-love/" >Stuff I Love</a> </li> <li class="cat-item cat-item-27"><a href="http://afarmhousefull.com/category/tips/" >Tips</a> </li> <li class="cat-item cat-item-19"><a href="http://afarmhousefull.com/category/travel/" >Travel</a> </li> <li class="cat-item cat-item-1"><a href="http://afarmhousefull.com/category/uncategorized/" >Uncategorized</a> </li> <li class="cat-item cat-item-10"><a href="http://afarmhousefull.com/category/videos/" >Videos</a> </li> </ul> </section><section id="search-3" class="fbox swidgets-wrap widget widget_search"><div class="swidget"><div class="sidebar-title-border"><h3 class="widget-title">Search</h3></div></div><form role="search" method="get" class="search-form" action="http://afarmhousefull.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></section><section id="tag_cloud-3" class="fbox swidgets-wrap widget widget_tag_cloud"><div class="swidget"><div class="sidebar-title-border"><h3 class="widget-title">Tags</h3></div></div><div class="tagcloud"><a href="http://afarmhousefull.com/tag/homeschooling/" class="tag-cloud-link tag-link-24 tag-link-position-1" style="font-size: 8pt;" aria-label="Homeschooling (1 item)">Homeschooling</a></div> </section><section id="nav_menu-5" class="fbox swidgets-wrap widget widget_nav_menu"><div class="swidget"><div class="sidebar-title-border"><h3 class="widget-title">Menu</h3></div></div><div class="menu-blog-container"><ul id="menu-blog" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47"><a href="http://www.afarmhousefull.com">Blog/Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-444"><a href="http://afarmhousefull.com/oils/">Essential Oils</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="http://afarmhousefull.com/about-our-family/">About Our Family</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-160"><a href="http://astore.amazon.com/afar-20">Products I LOVE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-72"><a href="http://afarmhousefull.com/cloth-diapers/">Cloth Diapers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-475"><a href="http://afarmhousefull.com/social-media/">Social Media</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-478"><a href="http://www.pinterest.com/afarmhousefull">Pinterest</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-477"><a href="http://www.facebook.com/afarmhousefull">Facebook</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-476"><a href="http://www.pinterest.com/afarmhousefull">Pinterest</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="http://www.youtube.com/afarmhousefull">YouTube</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51"><a href="http://instagram.com/afarmhousefull">Instagram</a></li> </ul> </li> </ul></div></section></aside><!-- #secondary --> </div> </div><!-- #content --> <footer id="colophon" class="site-footer clearfix"> <div class="content-wrap"> </div> <div class="site-info"> &copy; 2019 <!-- Delete below lines to remove copyright from footer --> <span class="footer-info-right"> | WordPress Theme by <a href="https://superbthemes.com/"> Superbthemes</a> </span> <!-- Delete above lines to remove copyright from footer --> </div><!-- .site-info --> </div> </footer> </div> <!-- Off canvas menu overlay, delete to remove dark shadow --> <div id="smobile-menu" class="mobile-only"></div> <div id="mobile-menu-overlay"></div> <div style="display:none"> </div> <link rel='stylesheet' id='gglcptch-css' href='http://afarmhousefull.com/wp-content/plugins/google-captcha/css/gglcptch.css?ver=1.42' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='http://afarmhousefull.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201916'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Apraa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='http://afarmhousefull.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.1.1'></script> <script type='text/javascript' src='http://afarmhousefull.com/wp-content/themes/minimalistblogger/js/navigation.js?ver=20170823'></script> <script type='text/javascript' src='http://afarmhousefull.com/wp-content/themes/minimalistblogger/js/skip-link-focus-fix.js?ver=20170823'></script> <script type='text/javascript' src='http://afarmhousefull.com/wp-content/themes/minimalistblogger/js/jquery.flexslider.js?ver=20150423'></script> <script type='text/javascript' src='http://afarmhousefull.com/wp-content/themes/minimalistblogger/js/script.js?ver=20160720'></script> <script type='text/javascript' src='http://afarmhousefull.com/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript' src='http://afarmhousefull.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script async="async" type='text/javascript' src='http://afarmhousefull.com/wp-content/plugins/akismet/_inc/form.js?ver=4.1.1'></script> <script type='text/javascript' data-cfasync="false" async="async" defer="defer" src='https://www.google.com/recaptcha/api/js/recaptcha_ajax.js?ver=1.42'></script> <script type='text/javascript'> /* <![CDATA[ */ var gglcptch = {"options":{"version":"v1","sitekey":"6LcDaAsTAAAAAI9U-J411bpyYgSZAUUtG5GvkZSk","theme":"white","error":"<strong>Warning<\/strong>:&nbsp;More than one reCAPTCHA has been found in the current form. Please remove all unnecessary reCAPTCHA fields to make it work properly."},"vars":{"visibility":false}}; /* ]]> */ </script> <script type='text/javascript' src='http://afarmhousefull.com/wp-content/plugins/google-captcha/js/script.js?ver=1.42'></script> <script type='text/javascript' src='https://stats.wp.com/e-201916.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.1.1',blog:'96344970',post:'889',tz:'-5',srv:'afarmhousefull.com'} ]); _stq.push([ 'clickTrackerInit', '96344970', '889' ]); </script> </body> </html>
[ "<footer id=\"colophon\" class=\"site-footer clearfix\">\n\n\t<div class=\"content-wrap\">\n\t\t\n\t\t\n\t\n</div>\n\n<div class=\"site-info\">\n\t© 2019 \t<!-- Delete below lines to remove copyright from footer -->\n\t<span class=\"footer-info-right\">\n\t\t | WordPress Theme by <a href=\"https://superbthemes.com/\"> Superbthemes</a>\n\t</span>\n\t<!-- Delete above lines to remove copyright from footer -->\n\n</div><!-- .site-info -->\n</footer>" ]
[ "<head>\n\t<meta charset=\"UTF-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n\t<title>Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls</title>\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » Feed\" href=\"http://afarmhousefull.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » Comments Feed\" href=\"http://afarmhousefull.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls Comments Feed\" href=\"http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/afarmhousefull.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"http://afarmhousefull.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"font-awesome-css\" href=\"http://afarmhousefull.com/wp-content/themes/minimalistblogger/css/font-awesome.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"minimalistblogger-style-css\" href=\"http://afarmhousefull.com/wp-content/themes/minimalistblogger/style.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"minimalistblogger-google-fonts-css\" href=\"https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%7CMerriweather%3A400%2C700&amp;ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"http://afarmhousefull.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.1.1\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"http://afarmhousefull.com/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"http://afarmhousefull.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<link rel=\"https://api.w.org/\" href=\"http://afarmhousefull.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://afarmhousefull.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://afarmhousefull.com/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Weekly Wrap Up\" href=\"http://afarmhousefull.com/2018/06/09/weekly-wrap-up/\"/>\n<link rel=\"next\" title=\"Weekly Wrap Up | June 11-15th, 2018\" href=\"http://afarmhousefull.com/2018/06/15/weekly-wrap-up-june-11-15th-2018/\"/>\n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<link rel=\"canonical\" href=\"http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/\"/>\n<link rel=\"shortlink\" href=\"https://wp.me/p6wfJ8-el\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://afarmhousefull.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fafarmhousefull.com%2F2018%2F06%2F11%2Fnicci-lynn-doll-crochet-pattern-instant-download-custom-dolls%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://afarmhousefull.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fafarmhousefull.com%2F2018%2F06%2F11%2Fnicci-lynn-doll-crochet-pattern-instant-download-custom-dolls%2F&amp;format=xml\"/>\n&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style><link rel=\"pingback\" href=\"http://afarmhousefull.com/xmlrpc.php\"/>\n\t\t<style type=\"text/css\">\n\t\tbody, \n\t\t.site, \n\t\t.swidgets-wrap h3, \n\t\t.post-data-text { background: ; }\n\t\t\n\t\t.site-title a, \n\t\t.site-description { color: ; }\n\t\t\n\t\t.sheader { background: }\n\t\t</style>\n\t\t\t\t<style type=\"text/css\">\n\t\t.site-title a,\n\t\t.site-description {\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\n\t\thttp://afarmhousefull.com/wp-content/uploads/2018/07/wordpressbanner.jpg\"\n\t\t\n\t\t\n\t\t</style>\n\t\t\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls\"/>\n<meta property=\"og:url\" content=\"http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/\"/>\n<meta property=\"og:description\" content=\"I am SO excited for the release of my Nicci Lynn Doll crochet pattern! To purchase the INSTANT download PDF pattern for the doll and ALL of her accessories  (shoes, cardigan, 2 skirts, halter, opti…\"/>\n<meta property=\"article:published_time\" content=\"2018-06-11T13:59:22+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2018-06-11T14:50:45+00:00\"/>\n<meta property=\"og:image\" content=\"http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg\"/>\n<meta property=\"og:image:width\" content=\"320\"/>\n<meta property=\"og:image:height\" content=\"320\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"twitter:text:title\" content=\"Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n</head>\n\n" ]
[ "<title>Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "afarmhousefull.com > nicci lynn doll crochet pattern instant download custom dolls" } ]
[ { "char_end_idx": 419, "char_start_idx": 0, "key": "length", "type": "local", "value": "419" }, { "char_end_idx": 751, "char_start_idx": 419, "key": "length", "type": "local", "value": "331" }, { "char_end_idx": 928, "char_start_idx": 751, "key": "length", "type": "local", "value": "176" } ]
[ { "key": "length", "type": "global", "value": "1623" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "src", "alt", "width", "height", "srcset", "sizes" ], "values": [ "wp-image-893 aligncenter", "http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317.jpg", "", "372", "372", "http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317.jpg 320w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317-150x150.jpg 150w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317-300x300.jpg 300w", "(max-width: 372px) 100vw, 372px" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "img" }, { "char_end_idx": 1, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "https://sowl.co/y4ImT" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 8, "char_start_idx": 5, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 54, "char_start_idx": 39, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 71, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 73, "char_start_idx": 72, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1317.jpg" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 288, "char_start_idx": 72, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 483, "char_start_idx": 289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 494, "char_start_idx": 484, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 515, "char_start_idx": 514, "html_attrs": { "attrs": [ "class", "src", "alt", "width", "height", "srcset", "sizes" ], "values": [ "size-full wp-image-891 alignright", "http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg", "", "320", "320", "http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg 320w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456-150x150.jpg 150w, http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456-300x300.jpg 300w", "(max-width: 320px) 100vw, 320px" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 515, "char_start_idx": 514, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/wp-content/uploads/2018/06/IMG_1456.jpg" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 515, "char_start_idx": 495, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 545, "char_start_idx": 515, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 555, "char_start_idx": 546, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 572, "char_start_idx": 556, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 587, "char_start_idx": 573, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 588, "char_start_idx": 484, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 929, "char_start_idx": 588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 965, "char_start_idx": 955, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.bit.ly/NLdolls-pattern" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1019, "char_start_idx": 930, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1020, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1020, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-889", "posts-entry fbox post-889 post type-post status-publish format-standard hentry category-crochet category-uncategorized" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "article" }, { "char_end_idx": 1046, "char_start_idx": 1034, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1046, "char_start_idx": 1034, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 1046, "char_start_idx": 1020, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 1047, "char_start_idx": 1020, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "comments respond", "fbox comments-area comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1047, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "main", "site-main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "main" }, { "char_end_idx": 1047, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "primary", "featured-content content-area" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1047, "char_start_idx": 1047, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "blog_subscription-5", "fbox swidgets-wrap widget widget_blog_subscription jetpack_subscription_widget" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "section" }, { "char_end_idx": 1088, "char_start_idx": 1047, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 1088, "char_start_idx": 1047, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://www.facebook.com/afarmhousefull/", "genericon genericon-facebook", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 1088, "char_start_idx": 1047, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 1131, "char_start_idx": 1089, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1131, "char_start_idx": 1089, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://www.instagram.com/afarmhousefull/", "genericon genericon-instagram", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1131, "char_start_idx": 1089, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1174, "char_start_idx": 1132, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1174, "char_start_idx": 1132, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://www.pinterest.com/afarmhousefull/", "genericon genericon-pinterest", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1174, "char_start_idx": 1132, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1215, "char_start_idx": 1175, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1215, "char_start_idx": 1175, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://www.youtube.com/user/afarmhousefull/", "genericon genericon-youtube", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1215, "char_start_idx": 1175, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1216, "char_start_idx": 1047, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 1216, "char_start_idx": 1047, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wpcom_social_media_icons_widget-6", "fbox swidgets-wrap widget widget_wpcom_social_media_icons_widget" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "section" }, { "char_end_idx": 1222, "char_start_idx": 1216, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/beauty/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1223, "char_start_idx": 1216, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-30" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1231, "char_start_idx": 1223, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/cleaning/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1232, "char_start_idx": 1223, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-37" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1239, "char_start_idx": 1232, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/crochet/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1240, "char_start_idx": 1232, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-31" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1261, "char_start_idx": 1240, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/day-in-the-life-vlogs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1262, "char_start_idx": 1240, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-11" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1265, "char_start_idx": 1262, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/diy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1266, "char_start_idx": 1262, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-15" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1280, "char_start_idx": 1266, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/essential-oils/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1281, "char_start_idx": 1266, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-28" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1292, "char_start_idx": 1281, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/family-life/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1293, "char_start_idx": 1281, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1296, "char_start_idx": 1293, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/faq/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1297, "char_start_idx": 1293, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-26" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1306, "char_start_idx": 1297, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/favorites/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1307, "char_start_idx": 1297, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-36" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1314, "char_start_idx": 1307, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/fitness/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1315, "char_start_idx": 1307, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-18" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1321, "char_start_idx": 1315, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/frugal/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1322, "char_start_idx": 1315, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-16" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1331, "char_start_idx": 1322, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/homesteading/gardening/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1332, "char_start_idx": 1322, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-21" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1344, "char_start_idx": 1332, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/grocery-haul/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1345, "char_start_idx": 1332, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-22" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1349, "char_start_idx": 1345, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/hair/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1350, "char_start_idx": 1345, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-29" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1354, "char_start_idx": 1350, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/haul/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1355, "char_start_idx": 1350, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-23" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1364, "char_start_idx": 1355, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/home-tour/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1365, "char_start_idx": 1355, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-25" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1375, "char_start_idx": 1365, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/homemaking/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1376, "char_start_idx": 1365, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1389, "char_start_idx": 1376, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/homeschooling/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1390, "char_start_idx": 1376, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1402, "char_start_idx": 1390, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/homesteading/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1403, "char_start_idx": 1390, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-20" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1407, "char_start_idx": 1403, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/kids/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1408, "char_start_idx": 1403, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-33" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1430, "char_start_idx": 1408, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/large-family-logistics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1431, "char_start_idx": 1408, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-13" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1439, "char_start_idx": 1431, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/marriage/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1440, "char_start_idx": 1431, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-35" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1450, "char_start_idx": 1440, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/minimizing/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1451, "char_start_idx": 1440, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-32" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1463, "char_start_idx": 1451, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/organization/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1464, "char_start_idx": 1451, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-12" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1473, "char_start_idx": 1464, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/parenting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1474, "char_start_idx": 1464, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1483, "char_start_idx": 1474, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/pregnancy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1484, "char_start_idx": 1474, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-7" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1491, "char_start_idx": 1484, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/recipes/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1492, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-9" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1504, "char_start_idx": 1492, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/stuff-i-love/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1505, "char_start_idx": 1492, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-14" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1509, "char_start_idx": 1505, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/tips/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1510, "char_start_idx": 1505, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-27" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1516, "char_start_idx": 1510, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/travel/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1517, "char_start_idx": 1510, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-19" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1530, "char_start_idx": 1517, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/uncategorized/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1531, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1537, "char_start_idx": 1531, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/category/videos/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1538, "char_start_idx": 1531, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-10" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1538, "char_start_idx": 1216, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1538, "char_start_idx": 1216, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "categories-4", "fbox swidgets-wrap widget widget_categories" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 1547, "char_start_idx": 1538, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afarmhousefull.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1547, "char_start_idx": 1538, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-custom menu-item-object-custom menu-item-47" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 1562, "char_start_idx": 1548, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/oils/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1562, "char_start_idx": 1548, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-444" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1579, "char_start_idx": 1563, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/about-our-family/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1579, "char_start_idx": 1563, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-42" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1595, "char_start_idx": 1580, "html_attrs": { "attrs": [ "href" ], "values": [ "http://astore.amazon.com/afar-20" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1595, "char_start_idx": 1580, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-custom menu-item-object-custom menu-item-160" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1609, "char_start_idx": 1596, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/cloth-diapers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1609, "char_start_idx": 1596, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-72" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1622, "char_start_idx": 1610, "html_attrs": { "attrs": [ "href" ], "values": [ "http://afarmhousefull.com/social-media/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1623, "char_start_idx": 1610, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-475" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1623, "char_start_idx": 1538, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-blog", "menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 1623, "char_start_idx": 1538, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-blog-container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1623, "char_start_idx": 1538, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "nav_menu-5", "fbox swidgets-wrap widget widget_nav_menu" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 1623, "char_start_idx": 1047, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "secondary", "featured-sidebar widget-area" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 1623, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "site-content clearfix content-wrap" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1623, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "site" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1623, "char_start_idx": 1623, "html_attrs": { "attrs": [ "rel", "id", "href", "type", "media" ], "values": [ "stylesheet", "gglcptch-css", "http://afarmhousefull.com/wp-content/plugins/google-captcha/css/gglcptch.css?ver=1.42", "text/css", "all" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "link" }, { "char_end_idx": 1623, "char_start_idx": 1623, "html_attrs": { "attrs": [ "rel", "id", "href", "type", "media" ], "values": [ "stylesheet", "genericons-css", "http://afarmhousefull.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1", "text/css", "all" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "link" }, { "char_end_idx": 1623, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-889 single-format-standard header-image" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 72, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "\nI am SO excited for the release of my Nicci Lynn Doll crochet pattern!\n" }, { "char_end_idx": 289, "char_start_idx": 72, "key": "paragraph", "marker": "p", "type": "local", "value": "\nTo purchase the INSTANT download PDF pattern for the doll and ALL of her accessories (shoes, cardigan, 2 skirts, halter, options for strapless/short sleeve/long sleeve tops, pants and shorts) click the button below:\n" }, { "char_end_idx": 484, "char_start_idx": 289, "key": "paragraph", "marker": "p", "type": "local", "value": "This pattern contains photos, video tutorials, and easy to follow crochet instructions that give stitch counts with each round/row. The beauty of this pattern is that the variations are ENDLESS!\n" }, { "char_end_idx": 494, "char_start_idx": 484, "key": "paragraph", "marker": "li", "type": "local", "value": "Skin color" }, { "char_end_idx": 515, "char_start_idx": 494, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEye color and shape\n" }, { "char_end_idx": 545, "char_start_idx": 515, "key": "paragraph", "marker": "li", "type": "local", "value": "Hair color, texture and length" }, { "char_end_idx": 555, "char_start_idx": 545, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLip color" }, { "char_end_idx": 572, "char_start_idx": 555, "key": "paragraph", "marker": "li", "type": "local", "value": "\nClothing choices" }, { "char_end_idx": 587, "char_start_idx": 572, "key": "paragraph", "marker": "li", "type": "local", "value": "\nand MUCH more!" }, { "char_end_idx": 588, "char_start_idx": 587, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 930, "char_start_idx": 588, "key": "paragraph", "marker": "p", "type": "local", "value": "When I ran a crochet-to-order shop, I ALWAYS had a waiting list for these custom Nicci Lynn Dolls, and I charged $85 each! These are a truly one of a kind creation. This pattern allows you to use it for personal use OR sell the finished product in your etsy shop, craft booth or online! It’s a great way to make some side money as a crafter.\n" }, { "char_end_idx": 1020, "char_start_idx": 930, "key": "paragraph", "marker": "p", "type": "local", "value": "If you don’t crochet send this page to your favorite crocheter as a hint for Christmas! 😉\n" }, { "char_end_idx": 1046, "char_start_idx": 1020, "key": "paragraph", "marker": "h3", "type": "local", "value": "Leave a Reply Cancel reply" }, { "char_end_idx": 1047, "char_start_idx": 1046, "key": "paragraph", "marker": "main", "type": "local", "value": "\n" }, { "char_end_idx": 1088, "char_start_idx": 1047, "key": "paragraph", "marker": "li", "type": "local", "value": "View afarmhousefull’s profile on Facebook" }, { "char_end_idx": 1131, "char_start_idx": 1088, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView afarmhousefull’s profile on Instagram" }, { "char_end_idx": 1174, "char_start_idx": 1131, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView afarmhousefull’s profile on Pinterest" }, { "char_end_idx": 1215, "char_start_idx": 1174, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView afarmhousefull’s profile on YouTube" }, { "char_end_idx": 1216, "char_start_idx": 1215, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1223, "char_start_idx": 1216, "key": "paragraph", "marker": "li", "type": "local", "value": "Beauty\n" }, { "char_end_idx": 1232, "char_start_idx": 1223, "key": "paragraph", "marker": "li", "type": "local", "value": "Cleaning\n" }, { "char_end_idx": 1240, "char_start_idx": 1232, "key": "paragraph", "marker": "li", "type": "local", "value": "Crochet\n" }, { "char_end_idx": 1262, "char_start_idx": 1240, "key": "paragraph", "marker": "li", "type": "local", "value": "Day in the Life Vlogs\n" }, { "char_end_idx": 1266, "char_start_idx": 1262, "key": "paragraph", "marker": "li", "type": "local", "value": "DIY\n" }, { "char_end_idx": 1281, "char_start_idx": 1266, "key": "paragraph", "marker": "li", "type": "local", "value": "Essential Oils\n" }, { "char_end_idx": 1293, "char_start_idx": 1281, "key": "paragraph", "marker": "li", "type": "local", "value": "Family Life\n" }, { "char_end_idx": 1297, "char_start_idx": 1293, "key": "paragraph", "marker": "li", "type": "local", "value": "FAQ\n" }, { "char_end_idx": 1307, "char_start_idx": 1297, "key": "paragraph", "marker": "li", "type": "local", "value": "Favorites\n" }, { "char_end_idx": 1315, "char_start_idx": 1307, "key": "paragraph", "marker": "li", "type": "local", "value": "Fitness\n" }, { "char_end_idx": 1322, "char_start_idx": 1315, "key": "paragraph", "marker": "li", "type": "local", "value": "Frugal\n" }, { "char_end_idx": 1332, "char_start_idx": 1322, "key": "paragraph", "marker": "li", "type": "local", "value": "Gardening\n" }, { "char_end_idx": 1345, "char_start_idx": 1332, "key": "paragraph", "marker": "li", "type": "local", "value": "Grocery Haul\n" }, { "char_end_idx": 1350, "char_start_idx": 1345, "key": "paragraph", "marker": "li", "type": "local", "value": "Hair\n" }, { "char_end_idx": 1355, "char_start_idx": 1350, "key": "paragraph", "marker": "li", "type": "local", "value": "Haul\n" }, { "char_end_idx": 1365, "char_start_idx": 1355, "key": "paragraph", "marker": "li", "type": "local", "value": "Home Tour\n" }, { "char_end_idx": 1376, "char_start_idx": 1365, "key": "paragraph", "marker": "li", "type": "local", "value": "Homemaking\n" }, { "char_end_idx": 1390, "char_start_idx": 1376, "key": "paragraph", "marker": "li", "type": "local", "value": "Homeschooling\n" }, { "char_end_idx": 1403, "char_start_idx": 1390, "key": "paragraph", "marker": "li", "type": "local", "value": "Homesteading\n" }, { "char_end_idx": 1408, "char_start_idx": 1403, "key": "paragraph", "marker": "li", "type": "local", "value": "Kids\n" }, { "char_end_idx": 1431, "char_start_idx": 1408, "key": "paragraph", "marker": "li", "type": "local", "value": "Large Family Logistics\n" }, { "char_end_idx": 1440, "char_start_idx": 1431, "key": "paragraph", "marker": "li", "type": "local", "value": "Marriage\n" }, { "char_end_idx": 1451, "char_start_idx": 1440, "key": "paragraph", "marker": "li", "type": "local", "value": "Minimizing\n" }, { "char_end_idx": 1464, "char_start_idx": 1451, "key": "paragraph", "marker": "li", "type": "local", "value": "Organization\n" }, { "char_end_idx": 1474, "char_start_idx": 1464, "key": "paragraph", "marker": "li", "type": "local", "value": "Parenting\n" }, { "char_end_idx": 1484, "char_start_idx": 1474, "key": "paragraph", "marker": "li", "type": "local", "value": "Pregnancy\n" }, { "char_end_idx": 1492, "char_start_idx": 1484, "key": "paragraph", "marker": "li", "type": "local", "value": "Recipes\n" }, { "char_end_idx": 1505, "char_start_idx": 1492, "key": "paragraph", "marker": "li", "type": "local", "value": "Stuff I Love\n" }, { "char_end_idx": 1510, "char_start_idx": 1505, "key": "paragraph", "marker": "li", "type": "local", "value": "Tips\n" }, { "char_end_idx": 1517, "char_start_idx": 1510, "key": "paragraph", "marker": "li", "type": "local", "value": "Travel\n" }, { "char_end_idx": 1531, "char_start_idx": 1517, "key": "paragraph", "marker": "li", "type": "local", "value": "Uncategorized\n" }, { "char_end_idx": 1538, "char_start_idx": 1531, "key": "paragraph", "marker": "ul", "type": "local", "value": "Videos\n" }, { "char_end_idx": 1547, "char_start_idx": 1538, "key": "paragraph", "marker": "li", "type": "local", "value": "Blog/Home" }, { "char_end_idx": 1562, "char_start_idx": 1547, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEssential Oils" }, { "char_end_idx": 1579, "char_start_idx": 1562, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout Our Family" }, { "char_end_idx": 1595, "char_start_idx": 1579, "key": "paragraph", "marker": "li", "type": "local", "value": "\nProducts I LOVE" }, { "char_end_idx": 1609, "char_start_idx": 1595, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCloth Diapers" }, { "char_end_idx": 1623, "char_start_idx": 1609, "key": "paragraph", "marker": "div", "type": "local", "value": "\nSocial Media\n" } ]
[ { "key": "timestamp", "type": "global", "value": "2018-06-11T00:00:00" } ]
[ { "key": "title", "type": "global", "value": "Nicci Lynn Doll Crochet Pattern | Instant Download | Custom Dolls" } ]
[ { "key": "url", "type": "global", "value": "http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/" } ]
[]
I am SO excited for the release of my Nicci Lynn Doll crochet pattern! To purchase the INSTANT download PDF pattern for the doll and ALL of her accessories (shoes, cardigan, 2 skirts, halter, options for strapless/short sleeve/long sleeve tops, pants and shorts) click the button below: This pattern contains photos, video tutorials, and easy to follow crochet instructions that give stitch counts with each round/row. The beauty of this pattern is that the variations are ENDLESS! Skin color Eye color and shape Hair color, texture and length Lip color Clothing choices and MUCH more! When I ran a crochet-to-order shop, I ALWAYS had a waiting list for these custom Nicci Lynn Dolls, and I charged $85 each! These are a truly one of a kind creation. This pattern allows you to use it for personal use OR sell the finished product in your etsy shop, craft booth or online! It’s a great way to make some side money as a crafter. If you don’t crochet send this page to your favorite crocheter as a hint for Christmas! 😉 Leave a Reply Cancel reply View afarmhousefull’s profile on Facebook View afarmhousefull’s profile on Instagram View afarmhousefull’s profile on Pinterest View afarmhousefull’s profile on YouTube Beauty Cleaning Crochet Day in the Life Vlogs DIY Essential Oils Family Life FAQ Favorites Fitness Frugal Gardening Grocery Haul Hair Haul Home Tour Homemaking Homeschooling Homesteading Kids Large Family Logistics Marriage Minimizing Organization Parenting Pregnancy Recipes Stuff I Love Tips Travel Uncategorized Videos Blog/Home Essential Oils About Our Family Products I LOVE Cloth Diapers Social Media
http://afarmhousefull.com/2018/06/11/nicci-lynn-doll-crochet-pattern-instant-download-custom-dolls/
[ { "char_end_idx": 1088, "char_start_idx": 1080, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 1131, "char_start_idx": 1122, "key": "entity", "type": "local", "value": "Instagram" }, { "char_end_idx": 1174, "char_start_idx": 1165, "key": "entity", "type": "local", "value": "Pinterest" }, { "char_end_idx": 1239, "char_start_idx": 1232, "key": "entity", "type": "local", "value": "Crochet" }, { "char_end_idx": 1364, "char_start_idx": 1355, "key": "entity", "type": "local", "value": "The_Corrs:_In_Concert" }, { "char_end_idx": 1622, "char_start_idx": 1610, "key": "entity", "type": "local", "value": "Social_media" } ]
[ { "char_end_idx": 1088, "char_start_idx": 1047, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 1131, "char_start_idx": 1088, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Instagram" }, { "char_end_idx": 1174, "char_start_idx": 1131, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pinterest" }, { "char_end_idx": 1240, "char_start_idx": 1232, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Crochet" }, { "char_end_idx": 1365, "char_start_idx": 1355, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "The_Corrs:_In_Concert" }, { "char_end_idx": 1623, "char_start_idx": 1609, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Social_media" } ]
0
104
1555736656000
<!DOCTYPE html> <!--[if IEMobile 7 ]> <html dir="ltr" lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js iem7"> <![endif]--> <!--[if IE 8 ]> <html dir="ltr"lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js ie8 oldie"> <![endif]--> <!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html dir="ltr" lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js"><!--<![endif]--> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <title>Nick Repke - Kluis Commodity Advisors</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.kluiscommodities.com/xmlrpc.php"> <!-- This site is optimized with the Yoast SEO plugin v9.0.3 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.kluiscommodities.com/the-kca-team/nick-repke/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Nick Repke - Kluis Commodity Advisors" /> <meta property="og:description" content="Commodities Broker" /> <meta property="og:url" content="https://www.kluiscommodities.com/the-kca-team/nick-repke/" /> <meta property="og:site_name" content="Kluis Commodity Advisors" /> <meta property="og:image" content="https://www.kluiscommodities.com/wp-content/uploads/2018/04/Repke.jpg" /> <meta property="og:image:secure_url" content="https://www.kluiscommodities.com/wp-content/uploads/2018/04/Repke.jpg" /> <meta property="og:image:width" content="236" /> <meta property="og:image:height" content="300" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Commodities Broker" /> <meta name="twitter:title" content="Nick Repke - Kluis Commodity Advisors" /> <meta name="twitter:image" content="https://www.kluiscommodities.com/wp-content/uploads/2018/04/Repke.jpg" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s7.addthis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Kluis Commodity Advisors &raquo; Feed" href="https://www.kluiscommodities.com/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.kluiscommodities.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.kluiscommodities.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-notice-front-css' href='https://www.kluiscommodities.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='gate39-s3-css' href='https://www.kluiscommodities.com/wp-content/plugins/gate39-s3/public/css/gate39-s3-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css?ver=3.3.7' integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" type='text/css' media='all' /> <link rel='stylesheet' id='gate39media-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:800|Roboto:300,400,500,700,900' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='https://use.fontawesome.com/releases/v5.1.0/css/all.css?ver=5.1.0' integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous" type='text/css' media='all' /> <link rel='stylesheet' id='gate39media-css-css' href='https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/gate39media-app.css?ver=6.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='wp-members-css' href='https://www.kluiscommodities.com/wp-content/plugins/wp-members/css/generic-no-float.css?ver=3.2.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='eab-upcoming_calendar_widget-style-css' href='https://www.kluiscommodities.com/wp-content/plugins/events-and-bookings/css/upcoming_calendar_widget.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://www.kluiscommodities.com/wp-content/plugins/tablepress/css/default.min.css?ver=1.9.1' type='text/css' media='all' /> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js?ver=2.2.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var cnArgs = {"ajaxurl":"https:\/\/www.kluiscommodities.com\/wp-admin\/admin-ajax.php","hideEffect":"fade","onScroll":"no","onScrollOffset":"100","cookieName":"cookie_notice_accepted","cookieValue":"true","cookieTime":"2592000","cookiePath":"\/","cookieDomain":"","redirection":"","cache":"","refuse":"no","revoke_cookies":"0","revoke_cookies_opt":"automatic","secure":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=1.2.44'></script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-content/plugins/gate39-s3/public/js/gate39-s3-public.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-content/plugins/events-and-bookings/js/upcoming_calendar_widget.js?ver=1.9.8'></script> <link rel='https://api.w.org/' href='https://www.kluiscommodities.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.kluiscommodities.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.kluiscommodities.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://www.kluiscommodities.com/?p=3081' /> <link rel="alternate" type="application/json+oembed" href="https://www.kluiscommodities.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.kluiscommodities.com%2Fthe-kca-team%2Fnick-repke%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.kluiscommodities.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.kluiscommodities.com%2Fthe-kca-team%2Fnick-repke%2F&#038;format=xml" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N4GF7N6');</script> <!-- End Google Tag Manager --> <!-- Start of Pingdom script --> <script> var _prum = [['id', '598dec84a1a835bee246d7ca'], ['mark', 'firstbyte', (new Date()).getTime()]]; (function() { var s = document.getElementsByTagName('script')[0] , p = document.createElement('script'); p.async = 'async'; p.src = '//rum-static.pingdom.net/prum.min.js'; s.parentNode.insertBefore(p, s); })(); </script> <!-- End of Pingdom script --> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://www.kluiscommodities.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><link rel="icon" href="https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-270x270.png" /> <noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="leadership-template-default single single-leadership postid-3081 cookies-not-set group-blog wpb-js-composer js-comp-ver-5.5.4 vc_responsive"> <div id="page" class="hfeed site"> <header id="masthead" class="site-header"> <nav id="site-navigation" class="navbar navbar-default" role="navigation"> <div class="site-header-nav"> <div class="wrap-navbar navbar-fixed-top"> <div class="site-header-nav-top"> <section class="section-links hidden-xs"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 col-lg-5"> <div class="logo"> <a href="https://www.kluiscommodities.com/" rel="home"><img src="https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/img/kluis_logo.png" class="img-responsive"></a> </div> <!--#logo--> </div> <!-- #col --> <div class="col-xs-12 col-sm-6 col-md-9 col-lg-7"> <div class="pull-right"> <div class="menu-header-top-menu-container"><ul id="menu-header-top-menu" class="nav navbar-nav"><li id="menu-item-7923" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7923"><a title="Contact" href="https://www.kluiscommodities.com/contact/">Contact</a></li> <li id="menu-item-7643" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7643 dropdown"><a title="Client Login" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Client Login <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-13668" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13668"><a title="Kluis Login" target="_blank" href="https://app.kluiscommodities.com/login.php">Kluis Login</a></li> <li id="menu-item-13671" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13671"><a title="Ag Central Login" href="https://www.kluiscommodities.com/login/">Ag Central Login</a></li> <li id="menu-item-7654" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7654"><a title="Kluis CQG Login" target="_blank" href="https://m.cqg.com/kluis/desktop/logon">Kluis CQG Login</a></li> <li id="menu-item-7648" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7648"><a title="Trading Account Login" target="_blank" href="https://portal.firstcapitolag.com/login">Trading Account Login</a></li> </ul> </li> <li id="menu-item-7924" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7924"><a title="30-Day Market Pack Trial" href="https://www.kluiscommodities.com/30-day-market-pack-trial/">30-Day Market Pack Trial</a></li> <li id="menu-item-7644" class="account menu-item menu-item-type-custom menu-item-object-custom menu-item-7644"><a title="Open a Trading Account" target="_blank" href="https://portal.kluiscommodities.com/App/Register?brokerid=33">Open a Trading Account</a></li> </ul></div> </div> </div> <!-- #col --> </div> <!-- #row --> </div> <!-- #container --> </section> <!-- #section-links --> <section class="section-links-mobile visible-xs"> <div class="container"> <div class="row"> <div class="col-xs-9"> <div class="logo"> <a href="https://www.kluiscommodities.com/" rel="home"><img src="https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/img/kluis_logo_mobile.png" class="img-responsive"></a> </div> <!--#logo--> </div> <!-- #col --> <div class="col-xs-3"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!--#navbar-header--> </div> <!-- #col --> </div> <!-- #row --> </div> <!-- #container --> </section> <!-- #section-links --> </div> <!-- #site-header-nav-top --> <div class="container-fluid"> <div class="row"> <div class="col-xs-12"> <div class="hidden-xs"> <div id="bs-navbar-collapse" class="collapse navbar-collapse"><ul id="menu-main-menu" class="nav navbar-nav"><li id="menu-item-16486" class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-16486 dropdown"><a title="Client Login" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Client Login <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-16487" class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16487"><a title="Kluis Login" href="https://app.kluiscommodities.com/login.php">Kluis Login</a></li> <li id="menu-item-16489" class="visible-xs menu-item menu-item-type-post_type menu-item-object-page menu-item-16489"><a title="Ag Central Login" href="https://www.kluiscommodities.com/login/">Ag Central Login</a></li> <li id="menu-item-16492" class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16492"><a title="Kluis CQG Login" target="_blank" href="https://m.cqg.com/kluis/desktop/logon">Kluis CQG Login</a></li> <li id="menu-item-16493" class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16493"><a title="Trading Account Login" target="_blank" href="https://portal.firstcapitolag.com/login">Trading Account Login</a></li> </ul> </li> <li id="menu-item-16495" class="visible-xs menu-item menu-item-type-post_type menu-item-object-page menu-item-16495"><a title="30-Day Market Pack Trial" href="https://www.kluiscommodities.com/30-day-market-pack-trial/">30-Day Market Pack Trial</a></li> <li id="menu-item-16497" class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16497"><a title="Open a Trading Account" href="https://portal.kluiscommodities.com/App/Register?brokerid=33">Open a Trading Account</a></li> <li id="menu-item-16499" class="visible-xs menu-item menu-item-type-post_type menu-item-object-page menu-item-16499"><a title="Contact" href="https://www.kluiscommodities.com/contact/">Contact</a></li> <li id="menu-item-13426" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13426"><a title="Kluis Market Pack" href="https://www.kluiscommodities.com/market-pack/">Kluis Market Pack</a></li> <li id="menu-item-13427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13427"><a title="Kluis Private Client" href="https://www.kluiscommodities.com/kluis-private-client/">Kluis Private Client</a></li> <li id="menu-item-13437" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13437 dropdown"><a title="KCA Brokerage" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">KCA Brokerage <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-13434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13434"><a title="KCA Brokerage Services" href="https://www.kluiscommodities.com/brokerage-services/">KCA Brokerage Services</a></li> <li id="menu-item-13435" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13435"><a title="KCA Risk Management Plans" href="https://www.kluiscommodities.com/kca-risk-management-plans/">KCA Risk Management Plans</a></li> <li id="menu-item-13436" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13436"><a title="Hedge Margin Financing" href="https://www.kluiscommodities.com/hedge-margin-financing/">Hedge Margin Financing</a></li> </ul> </li> <li id="menu-item-13440" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13440 dropdown"><a title="Managed Futures" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Managed Futures <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-13442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13442"><a title="About Managed Futures" href="https://www.kluiscommodities.com/managed-futures/about-managed-futures/">About Managed Futures</a></li> <li id="menu-item-13443" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13443"><a title="Managed Futures Benefits" href="https://www.kluiscommodities.com/managed-futures/managed-futures-benefits/">Managed Futures Benefits</a></li> <li id="menu-item-13444" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13444"><a title="Managed Futures FAQ" href="https://www.kluiscommodities.com/managed-futures-faq/">Managed Futures FAQ</a></li> <li id="menu-item-13445" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13445"><a title="Selecting a Program" href="https://www.kluiscommodities.com/managed-futures/selecting-a-program/">Selecting a Program</a></li> <li id="menu-item-13446" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13446"><a title="Managed Futures Login" target="_blank" href="https://managedselect.yourprocs.com/login.aspx">Managed Futures Login</a></li> </ul> </li> <li id="menu-item-7894" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7894 dropdown"><a title="Kluis U" target="_blank" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Kluis U <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-13431" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13431"><a title="Kluis Grain Trading Academy" href="https://www.kluiscommodities.com/kluis-grain-trading-academy-2019/">Kluis Grain Trading Academy</a></li> <li id="menu-item-13432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13432"><a title="Introduction to Options" href="https://www.kluiscommodities.com/introduction-to-options/">Introduction to Options</a></li> <li id="menu-item-13433" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13433"><a title="Understanding USDA Reports" href="https://www.kluiscommodities.com/usda/">Understanding USDA Reports</a></li> </ul> </li> <li id="menu-item-7891" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7891 dropdown"><a title="Resources" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Resources <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-13550" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13550"><a title="Account Forms" href="https://www.kluiscommodities.com/downloadable-account-forms/">Account Forms</a></li> <li id="menu-item-13823" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13823"><a title="Events &amp; Webinars" href="https://www.kluiscommodities.com/events/">Events &#038; Webinars</a></li> <li id="menu-item-13824" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13824"><a title="Successful Farming" href="https://www.kluiscommodities.com/category/successful-farming/">Successful Farming</a></li> <li id="menu-item-16753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16753"><a title="KCA Grain Marketing Assessment" href="https://www.kluiscommodities.com/kca-grain-marketing-assessment/">KCA Grain Marketing Assessment</a></li> <li id="menu-item-13553" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13553"><a title="Hedging Calculators" href="https://app.kluiscommodities.com/calculators.php">Hedging Calculators</a></li> <li id="menu-item-13551" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13551"><a title="Ag Futures Education Kit" href="https://www.kluiscommodities.com/offers/ag-futures-kit/">Ag Futures Education Kit</a></li> <li id="menu-item-13552" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13552"><a title="2019 KCA Farmer&#039;s Almanac" href="https://app.kluiscommodities.com/al-kluis-farmers-almanac.php">2019 KCA Farmer&#8217;s Almanac</a></li> <li id="menu-item-13554" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13554"><a title="Futures &amp; Economic Calendar" href="https://futuresdatacenter.com/">Futures &#038; Economic Calendar</a></li> <li id="menu-item-13555" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13555"><a title="Quotes &amp; Charts" href="https://app.kluiscommodities.com/quotes-charts.php">Quotes &#038; Charts</a></li> </ul> </li> <li id="menu-item-7912" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7912 dropdown"><a title="About" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">About <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-7890" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7890"><a title="About KCA" href="https://www.kluiscommodities.com/about/">About KCA</a></li> <li id="menu-item-13429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13429"><a title="Clients" href="https://www.kluiscommodities.com/clients/">Clients</a></li> <li id="menu-item-13430" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13430"><a title="The KCA Team" href="https://www.kluiscommodities.com/about/the-kca-team/">The KCA Team</a></li> </ul> </li> </ul></div> </div> <div class="visible-xs"> <div class="collapse navbar-collapse"> <div id="bs-navbar-collapse-xs" class="collapse navbar-collapse"><ul id="menu-main-menu-1" class="nav navbar-nav"><li class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-16486 dropdown"><a title="Client Login" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Client Login <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16487"><a title="Kluis Login" href="https://app.kluiscommodities.com/login.php">Kluis Login</a></li> <li class="visible-xs menu-item menu-item-type-post_type menu-item-object-page menu-item-16489"><a title="Ag Central Login" href="https://www.kluiscommodities.com/login/">Ag Central Login</a></li> <li class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16492"><a title="Kluis CQG Login" target="_blank" href="https://m.cqg.com/kluis/desktop/logon">Kluis CQG Login</a></li> <li class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16493"><a title="Trading Account Login" target="_blank" href="https://portal.firstcapitolag.com/login">Trading Account Login</a></li> </ul> </li> <li class="visible-xs menu-item menu-item-type-post_type menu-item-object-page menu-item-16495"><a title="30-Day Market Pack Trial" href="https://www.kluiscommodities.com/30-day-market-pack-trial/">30-Day Market Pack Trial</a></li> <li class="visible-xs menu-item menu-item-type-custom menu-item-object-custom menu-item-16497"><a title="Open a Trading Account" href="https://portal.kluiscommodities.com/App/Register?brokerid=33">Open a Trading Account</a></li> <li class="visible-xs menu-item menu-item-type-post_type menu-item-object-page menu-item-16499"><a title="Contact" href="https://www.kluiscommodities.com/contact/">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13426"><a title="Kluis Market Pack" href="https://www.kluiscommodities.com/market-pack/">Kluis Market Pack</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13427"><a title="Kluis Private Client" href="https://www.kluiscommodities.com/kluis-private-client/">Kluis Private Client</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13437 dropdown"><a title="KCA Brokerage" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">KCA Brokerage <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13434"><a title="KCA Brokerage Services" href="https://www.kluiscommodities.com/brokerage-services/">KCA Brokerage Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13435"><a title="KCA Risk Management Plans" href="https://www.kluiscommodities.com/kca-risk-management-plans/">KCA Risk Management Plans</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13436"><a title="Hedge Margin Financing" href="https://www.kluiscommodities.com/hedge-margin-financing/">Hedge Margin Financing</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13440 dropdown"><a title="Managed Futures" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Managed Futures <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13442"><a title="About Managed Futures" href="https://www.kluiscommodities.com/managed-futures/about-managed-futures/">About Managed Futures</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13443"><a title="Managed Futures Benefits" href="https://www.kluiscommodities.com/managed-futures/managed-futures-benefits/">Managed Futures Benefits</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13444"><a title="Managed Futures FAQ" href="https://www.kluiscommodities.com/managed-futures-faq/">Managed Futures FAQ</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13445"><a title="Selecting a Program" href="https://www.kluiscommodities.com/managed-futures/selecting-a-program/">Selecting a Program</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13446"><a title="Managed Futures Login" target="_blank" href="https://managedselect.yourprocs.com/login.aspx">Managed Futures Login</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7894 dropdown"><a title="Kluis U" target="_blank" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Kluis U <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13431"><a title="Kluis Grain Trading Academy" href="https://www.kluiscommodities.com/kluis-grain-trading-academy-2019/">Kluis Grain Trading Academy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13432"><a title="Introduction to Options" href="https://www.kluiscommodities.com/introduction-to-options/">Introduction to Options</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13433"><a title="Understanding USDA Reports" href="https://www.kluiscommodities.com/usda/">Understanding USDA Reports</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7891 dropdown"><a title="Resources" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">Resources <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13550"><a title="Account Forms" href="https://www.kluiscommodities.com/downloadable-account-forms/">Account Forms</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13823"><a title="Events &amp; Webinars" href="https://www.kluiscommodities.com/events/">Events &#038; Webinars</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13824"><a title="Successful Farming" href="https://www.kluiscommodities.com/category/successful-farming/">Successful Farming</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16753"><a title="KCA Grain Marketing Assessment" href="https://www.kluiscommodities.com/kca-grain-marketing-assessment/">KCA Grain Marketing Assessment</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13553"><a title="Hedging Calculators" href="https://app.kluiscommodities.com/calculators.php">Hedging Calculators</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13551"><a title="Ag Futures Education Kit" href="https://www.kluiscommodities.com/offers/ag-futures-kit/">Ag Futures Education Kit</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13552"><a title="2019 KCA Farmer&#039;s Almanac" href="https://app.kluiscommodities.com/al-kluis-farmers-almanac.php">2019 KCA Farmer&#8217;s Almanac</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13554"><a title="Futures &amp; Economic Calendar" href="https://futuresdatacenter.com/">Futures &#038; Economic Calendar</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13555"><a title="Quotes &amp; Charts" href="https://app.kluiscommodities.com/quotes-charts.php">Quotes &#038; Charts</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7912 dropdown"><a title="About" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">About <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7890"><a title="About KCA" href="https://www.kluiscommodities.com/about/">About KCA</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13429"><a title="Clients" href="https://www.kluiscommodities.com/clients/">Clients</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13430"><a title="The KCA Team" href="https://www.kluiscommodities.com/about/the-kca-team/">The KCA Team</a></li> </ul> </li> </ul></div> </div> </div> </div> <!--#col--> </div> <!--#row--> </div> <!--#container--> </div> <!--#wrap-navbar--> </div> <!--#site-header-nav--> <div class="site-header-banner-single-wrap" style="background-image: url(https://www.kluiscommodities.com/wp-content/uploads/2017/11/leadership-header-image.jpg)"> <div class="site-header-banner site-header-banner-single leadership"> <!-- #container --> <div class="container"> <div class="row"> <div class="col-xs-12"> <!-- #text-col --> <div class="text-col"> <h1 class="entry-title">KCA Team</h1> </div> <!-- #text-col --> </div> <!-- #col --> </div> <!--#row--> </div> <!-- #container --> </div> <!-- #site-header-banner --> </div> <!-- #site-header-banner-wrap --> </nav><!-- #site-navigation --> </header><!-- #masthead --> <div id="content" class="site-content site-content-single leadership"> <div class="container inner-container"> <div class="row"> <div id="primary" class="content-area-leadership col-xs-12"> <main id="main" class="site-main" role="main"> <article id="post-3081" class="post-3081 leadership type-leadership status-publish has-post-thumbnail hentry"> <header class="entry-header"> <h4 class="text-uppercase minus-icon yellow">KCA Team</h4> </header><!-- .entry-header --> <div class="entry-content"> <div class="row"> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-3"> <div class="entry-thumbnail"> <img src="https://www.kluiscommodities.com/wp-content/uploads/2018/04/Repke.jpg" class="img-responsive"></a> </div><!-- .entry-thumbnail --> <div class="entry-contact"> <ul> <li> <a target="_blank" href="mailto:[email protected]"><i class="fa fa-2x fa-envelope-square"></i></a> </li> <li class="phone"> <a href="tel:952-767-5510">952-767-5510</a> </li> </ul> </div> </div> <!--#col--> <div class="col-xs-12 col-sm-8 col-md-8 col-lg-9"> <div class="entry-title"> <h3>Nick Repke</h3> </div><!-- .entry-excerpt --> <div class="entry-excerpt"> <h4>Commodities Broker</h4> </div><!-- .entry-excerpt --> <div class="entry-bio"> <p>In 2001, Nick started working with gold and silver coins, selling bullion, and trading futures and options for retail customers. In 2005, after stepping aside as President of his company, he started All Access Financial Corporation to trade futures and options for retail customers. In 2009, Nick partnered with Gary Adkins Associates in the gold and silver rare coin business, allowing client access to futures and cash markets. In 2014, Nick came to Kluis Publishing and Kluis Commodities to focus on the grain markets and work with the farming community. His knowledge of commodity markets and technical analysis are a great resource for investors. Nick grew up in Clearwater, Minnesota, working on field irrigators, potato and tree farms. He graduated from Winona State University and currently lives in the Minneapolis area with his wife, Lucy, and three young boys.</p> </div><!-- .entry-bio --> <div class="entry-meta"> <p> <a href="https://www.kluiscommodities.com/about/the-kca-team/">Back to KCA Team</a> </p> </div><!-- .entry-meta --> </div> <!--#col--> </div> <!--#row--> </div><!-- .entry-content--> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> <section class="marketing-inner-sections"> <aside class="entry-content contact-us"> <div id="secondary" class="widget-area" role="complementary"> <aside class="widget-contact-us widget-contact-us-single leadership"> <div class="entry-content"> <div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid widget-contact-us-content"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h4 class="text-uppercase minus-icon yellow" style="text-align: center;">Ready to take it to the next level?</h4> </div> </div> <div class="vc_empty_space" style="height: 10px" ><span class="vc_empty_space_inner"></span></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2 class="blue text-uppercase" style="text-align: center;">let’s Get Started</h2> </div> </div> <div class="vc_empty_space" style="height: 45px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p style="text-align: left;">Please contact us with any questions about the account application, or regarding Kluis Commodity Advisors and what we can do for you.</p> </div> </div> <div class="vc_empty_space" style="height: 50px" ><span class="vc_empty_space_inner"></span></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <ul> <li><a class="button blue-sky" href="https://portal.firstcapitolag.com/App/Register?brokerid=2" target="_blank" rel="noopener">Open a Trading Account</a></li> <li><a class="button" href="https://www.kluiscommodities.com/contact/">Contact Us</a></li> </ul> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div> </div> <!-- #entry-content --> </aside> <!-- #aside --> </div><!-- #secondary --> </aside> <aside class="entry-content"> <div id="secondary" class="widget-area" role="complementary"> <aside class="widget-learn-more widget-learn-more-single leadership"> <div class="entry-content"> <div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid section-marketing-offers"><div class="entry-col wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1524757582161"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 100px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3 class="white">Learn More About Kluis U</h3> </div> </div> </div></div></div></div><div class="vc_empty_space" style="height: 15px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_left vc_separator_no_text vc_sep_color_white" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div class="vc_empty_space" style="height: 35px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h5 class="yellow">Become a Smarter Marketer</h5> </div> </div> </div></div></div></div><div class="vc_empty_space" style="height: 15px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p class="light small">Learn how to read the markets,<br /> make a solid plan, and  use the<br /> markets to make your plan work.</p> </div> </div> </div></div></div></div><div class="vc_empty_space" style="height: 50px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><a class="button" href="http://kluisu.com/" target="_blank" rel="noopener">Learn More</a></p> </div> </div> </div></div></div></div><div class="vc_empty_space" style="height: 50px" ><span class="vc_empty_space_inner"></span></div> </div></div></div><div class="entry-col right wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 100px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3 class="white">Try a Free 30-Day Trial of the Kluis Market Pack</h3> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_empty_space" style="height: 15px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_left vc_separator_no_text vc_sep_color_white" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_empty_space" style="height: 35px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h5 class="yellow">Build your commodities trading knowledge</h5> <h5 class="yellow">to enhance your grain marketing</h5> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_empty_space" style="height: 15px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p class="light small">Access a suite of grain marketing tools<br /> and up-to-date market commentary.</p> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_empty_space" style="height: 58px" ><span class="vc_empty_space_inner"></span></div> <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><a class="button" href="https://www.kluiscommodities.com/30-day-market-pack-trial/">Sign Up</a></p> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_empty_space" style="height: 50px" ><span class="vc_empty_space_inner"></span></div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div> </div> <!-- #entry-content --> </aside> <!-- #aside --> </div><!-- #secondary --> </aside> </section> <!-- #marketing-inner-sections --> </div><!-- #row --> </div> </div><!-- #content --> <footer class="site-footer" role="contentinfo"> <div class="site-footer-info"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 col-info"> <div class="entry-info"> <ul class="links"> <li><a class="button" target="_blank" href="https://portal.kluiscommodities.com/App/Register?brokerid=33">Open Account</a></li> <li> <a class="button" href="https://www.kluiscommodities.com/contact">Offices</a> </li> </ul> <h4 class="yellow-golden text-uppercase">Phone</h4> <ul class="contact"> <li> <a href="tel:888.345.2855">888.345.2855</a> </li> </ul> <h4 class="yellow-golden text-uppercase">Email</h4> <ul class="contact"> <li> <a href="mailto:[email protected]">[email protected]</a> </li> </ul> <ul class="social"> <li><a target="_blank" href="https://www.facebook.com/KluisAdvisors/"><i class="fab fa-2x fa-facebook-square"></i> </a></li> <li><a target="_blank" href="https://www.linkedin.com/company/kluis-commodities/"><i class="fab fa-2x fa-linkedin"></i> </a></li> <li><a target="_blank" href="https://twitter.com/KluisAdvisors"><i class="fab fa-2x fa-twitter-square"></i> </a></li> </ul> </div> <!-- #entry-info --> </div> <!-- #col --> <div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 col-disclaimer"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-9 col-lg-9"> <div class="disclaimer"> <p class="copyright">&copy; 2019 Kluis Commodity Advisors All rights reserved.</p> <p>Kluis Commodity Advisors is the trade name used by the Wedbush Futures division of Wedbush Securities Inc. (&#8220;Wedbush&#8221;). Wedbush is a futures commission merchant and registered broker-dealer, member FINRA/SIPC. Futures customers should be aware that futures accounts, including options on futures, are not protected under the Securities Investor Protection Act. Past results are not necessarily indicative of future results. Because the risk of loss in trading can be substantial, carefully consider the inherent risks of such an investment in light of your financial condition.</p> </div><!-- #disclaimer --> </div> <!-- #col --> <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3"> <div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="footer_menu"><li id="menu-item-7645" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7645"><a target="_blank" href="http://www.wedbush.com/aboutus/financialStatements">Financial Statements</a></li> <li id="menu-item-7646" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7646"><a target="_blank" href="http://www.wedbushfutures.com/disclosures/privacy-policy">Privacy Policy</a></li> <li id="menu-item-7647" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7647"><a target="_blank" href="http://www.wedbushfutures.com/disclosures/disclosures">Disclosures</a></li> </ul></div> </div> <!-- #col --> </div><!-- #row --> </div> <!-- #col --> </div><!-- #row --> </div><!-- #container --> </div><!-- #site-footer-info --> <div class="barchart-disclaimer"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-3 col-md-3 col-lg-3"> <div class="logo"> <a href="http://www.cmegroup.com/" target="_blank"> <img src="https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/img/cme-logo-reversed.png" class="img-responsive"> </a> </div> <!-- #logo --> </div> <!-- #row --> <div class="col-xs-12 col-sm-9 col-md-9 col-lg-9"> <p class="copyright-barchart">Copyright &copy 2019 <a href="https://www.barchart.com/solutions/" target="_blank" rel="noopener noreferrer">All market data</a> is provided by Barchart Solutions.</p> <p>Futures: at least a 10 minute delay. Information is provided &#8216;as is&#8217; and solely for informational purposes, not for trading purposes or advice. To see all exchange delays and terms of use, please see <a href="https://www.barchart.com/solutions/terms" target="_blank" rel="noopener noreferrer">disclaimer</a>.</p> </div> <!-- #row --> </div> <!-- #row --> </div> <!-- #container --> </div><!-- #barchart-disclaimer --> </footer><!-- #site-footer --> </div><!-- #page --> <!-- modalMonitor --> <div class="modal fade" id="modalMonitor" tabindex="-1" role="dialog" aria-labelledby="modalMonitorLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="entry-content"> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div> <!-- #modalMonitor --> <!-- modalMonitorHighLow --> <div class="modal fade" id="modalMonitorHighLow" tabindex="-1" role="dialog" aria-labelledby="modalMonitorHighLowLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="entry-content"> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div> <!-- #modalMonitorHighLow --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N4GF7N6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <link rel='stylesheet' id='js_composer_front-css' href='https://www.kluiscommodities.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.5.4' type='text/css' media='all' /> <script type='text/javascript' integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous" src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var gate39media_js_vars = {"stylesheet_directory":"https:\/\/www.kluiscommodities.com\/wp-content\/themes\/gate39media-kca","site_url":"https:\/\/www.kluiscommodities.com","quotes_url":"https:\/\/fca-quotes.financialdatacloud.com\/","ajaxurl":"https:\/\/www.kluiscommodities.com\/wp-admin\/admin-ajax.php","ajax_nonce":"2f0ddc312a"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/js/gate39media-site.min.js'></script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/js/gate39media-site-sticky.min.js'></script> <script type='text/javascript' async="async" src='https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-59d3c6569621a530'></script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/library/iframe-resizer/js/iframeResizer.min.js'></script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.kluiscommodities.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.5.4'></script> <div id="cookie-notice" role="banner" class="cn-bottom" style="color: #fff; background-color: #000;"><div class="cookie-notice-container"><span id="cn-notice-text">Our website uses cookies to improve the performance of our site, to analyze the traffic to our site, and to personalize your experience of the site. You can control cookies through your browser settings. Please find more information on the cookies used on our site in our Privacy Policy. By clicking OK, you agree to allow us to collect information through cookies.</span><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button button">Ok</a><a href="https://www.kluiscommodities.com/privacy-policy/" target="_blank" id="cn-more-info" class="cn-more-info cn-button button">Privacy policy</a> </div> </div> </body> </html>
[ "<footer class=\"site-footer\" role=\"contentinfo\">\n\n <div class=\"site-footer-info\">\n\n <div class=\"container\">\n\n <div class=\"row\">\n\n <div class=\"col-xs-12 col-sm-12 col-md-4 col-lg-4 col-info\">\n\n\t\t\t\t <div class=\"entry-info\">\n\n <ul class=\"links\">\n\n <li><a class=\"button\" target=\"_blank\" href=\"https://portal.kluiscommodities.com/App/Register?brokerid=33\">Open Account</a></li>\n\n <li>\n \t <a class=\"button\" href=\"https://www.kluiscommodities.com/contact\">Offices</a>\n \t </li>\n\n\n </ul>\n\n <h4 class=\"yellow-golden text-uppercase\">Phone</h4>\n\n <ul class=\"contact\">\n\n <li>\n \t <a href=\"tel:888.345.2855\">888.345.2855</a>\n \t </li>\n\n </ul>\n\n <h4 class=\"yellow-golden text-uppercase\">Email</h4>\n\n <ul class=\"contact\">\n\n <li>\n <a href=\"mailto:[email protected]\">[email protected]</a>\n\n </li>\n\n </ul>\n\n <ul class=\"social\">\n\n <li><a target=\"_blank\" href=\"https://www.facebook.com/KluisAdvisors/\"><i class=\"fab fa-2x fa-facebook-square\"/> </a></li>\n\n <li><a target=\"_blank\" href=\"https://www.linkedin.com/company/kluis-commodities/\"><i class=\"fab fa-2x fa-linkedin\"/> </a></li>\n\n <li><a target=\"_blank\" href=\"https://twitter.com/KluisAdvisors\"><i class=\"fab fa-2x fa-twitter-square\"/> </a></li>\n\n\n </ul>\n\n </div>\n <!-- #entry-info -->\n\n </div>\n <!-- #col -->\n\n <div class=\"col-xs-12 col-sm-12 col-md-8 col-lg-8 col-disclaimer\">\n\n <div class=\"row\">\n\n <div class=\"col-xs-12 col-sm-12 col-md-9 col-lg-9\">\n\n <div class=\"disclaimer\">\n\n <p class=\"copyright\">© 2019 Kluis Commodity Advisors All rights reserved.</p>\n <p>Kluis Commodity Advisors is the trade name used by the Wedbush Futures division of Wedbush Securities Inc. (“Wedbush”). Wedbush is a futures commission merchant and registered broker-dealer, member FINRA/SIPC. Futures customers should be aware that futures accounts, including options on futures, are not protected under the Securities Investor Protection Act. Past results are not necessarily indicative of future results. Because the risk of loss in trading can be substantial, carefully consider the inherent risks of such an investment in light of your financial condition.</p>\n\n\t\t\t\t\t </div><!-- #disclaimer -->\n\n </div>\n <!-- #col -->\n\n <div class=\"col-xs-12 col-sm-12 col-md-3 col-lg-3\">\n\n <div class=\"menu-footer-menu-container\"><ul id=\"menu-footer-menu\" class=\"footer_menu\"><li id=\"menu-item-7645\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7645\"><a target=\"_blank\" href=\"http://www.wedbush.com/aboutus/financialStatements\">Financial Statements</a></li>\n<li id=\"menu-item-7646\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7646\"><a target=\"_blank\" href=\"http://www.wedbushfutures.com/disclosures/privacy-policy\">Privacy Policy</a></li>\n<li id=\"menu-item-7647\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7647\"><a target=\"_blank\" href=\"http://www.wedbushfutures.com/disclosures/disclosures\">Disclosures</a></li>\n</ul></div>\n </div>\n <!-- #col -->\n\n\n </div><!-- #row -->\n\n </div>\n <!-- #col -->\n\n </div><!-- #row -->\n\n </div><!-- #container -->\n\n </div><!-- #site-footer-info -->\n\n <div class=\"barchart-disclaimer\">\n\n <div class=\"container\">\n\n <div class=\"row\">\n\n <div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3\">\n\n <div class=\"logo\">\n\n <a href=\"http://www.cmegroup.com/\" target=\"_blank\">\n <img src=\"https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/img/cme-logo-reversed.png\" class=\"img-responsive\"/>\n </a>\n\n </div>\n <!-- #logo -->\n\n </div>\n <!-- #row -->\n\n <div class=\"col-xs-12 col-sm-9 col-md-9 col-lg-9\">\n\n <p class=\"copyright-barchart\">Copyright &amp;copy 2019 <a href=\"https://www.barchart.com/solutions/\" target=\"_blank\" rel=\"noopener noreferrer\">All market data</a> is provided by Barchart Solutions.</p>\n <p>Futures: at least a 10 minute delay. Information is provided ‘as is’ and solely for informational purposes, not for trading purposes or advice. To see all exchange delays and terms of use, please see <a href=\"https://www.barchart.com/solutions/terms\" target=\"_blank\" rel=\"noopener noreferrer\">disclaimer</a>.</p>\n\n </div>\n <!-- #row -->\n\n </div>\n <!-- #row -->\n\n </div>\n <!-- #container -->\n\n </div><!-- #barchart-disclaimer -->\n\n\n </footer>" ]
[ "<head>\n<meta charset=\"UTF-8\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0\"/>\n<title>Nick Repke - Kluis Commodity Advisors</title>\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n<link rel=\"pingback\" href=\"https://www.kluiscommodities.com/xmlrpc.php\"/>\n\n\n<!-- This site is optimized with the Yoast SEO plugin v9.0.3 - https://yoast.com/wordpress/plugins/seo/ -->\n<link rel=\"canonical\" href=\"https://www.kluiscommodities.com/the-kca-team/nick-repke/\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Nick Repke - Kluis Commodity Advisors\"/>\n<meta property=\"og:description\" content=\"Commodities Broker\"/>\n<meta property=\"og:url\" content=\"https://www.kluiscommodities.com/the-kca-team/nick-repke/\"/>\n<meta property=\"og:site_name\" content=\"Kluis Commodity Advisors\"/>\n<meta property=\"og:image\" content=\"https://www.kluiscommodities.com/wp-content/uploads/2018/04/Repke.jpg\"/>\n<meta property=\"og:image:secure_url\" content=\"https://www.kluiscommodities.com/wp-content/uploads/2018/04/Repke.jpg\"/>\n<meta property=\"og:image:width\" content=\"236\"/>\n<meta property=\"og:image:height\" content=\"300\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:description\" content=\"Commodities Broker\"/>\n<meta name=\"twitter:title\" content=\"Nick Repke - Kluis Commodity Advisors\"/>\n<meta name=\"twitter:image\" content=\"https://www.kluiscommodities.com/wp-content/uploads/2018/04/Repke.jpg\"/>\n<!-- / Yoast SEO plugin. -->\n\n<link rel=\"dns-prefetch\" href=\"//ajax.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//maxcdn.bootstrapcdn.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s7.addthis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//use.fontawesome.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Kluis Commodity Advisors » Feed\" href=\"https://www.kluiscommodities.com/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/www.kluiscommodities.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://www.kluiscommodities.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"cookie-notice-front-css\" href=\"https://www.kluiscommodities.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"gate39-s3-css\" href=\"https://www.kluiscommodities.com/wp-content/plugins/gate39-s3/public/css/gate39-s3-public.css?ver=1.0.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"bootstrap-css\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css?ver=3.3.7\" integrity=\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\" crossorigin=\"anonymous\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"gate39media-fonts-css\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:800|Roboto:300,400,500,700,900\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"fontawesome-css\" href=\"https://use.fontawesome.com/releases/v5.1.0/css/all.css?ver=5.1.0\" integrity=\"sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt\" crossorigin=\"anonymous\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"gate39media-css-css\" href=\"https://www.kluiscommodities.com/wp-content/themes/gate39media-kca/gate39media-app.css?ver=6.5.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wp-members-css\" href=\"https://www.kluiscommodities.com/wp-content/plugins/wp-members/css/generic-no-float.css?ver=3.2.4.2\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"eab-upcoming_calendar_widget-style-css\" href=\"https://www.kluiscommodities.com/wp-content/plugins/events-and-bookings/css/upcoming_calendar_widget.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"tablepress-default-css\" href=\"https://www.kluiscommodities.com/wp-content/plugins/tablepress/css/default.min.css?ver=1.9.1\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js?ver=2.2.4\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar cnArgs = {\"ajaxurl\":\"https:\\/\\/www.kluiscommodities.com\\/wp-admin\\/admin-ajax.php\",\"hideEffect\":\"fade\",\"onScroll\":\"no\",\"onScrollOffset\":\"100\",\"cookieName\":\"cookie_notice_accepted\",\"cookieValue\":\"true\",\"cookieTime\":\"2592000\",\"cookiePath\":\"\\/\",\"cookieDomain\":\"\",\"redirection\":\"\",\"cache\":\"\",\"refuse\":\"no\",\"revoke_cookies\":\"0\",\"revoke_cookies_opt\":\"automatic\",\"secure\":\"1\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://www.kluiscommodities.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=1.2.44\"/>\n<script type=\"text/javascript\" src=\"https://www.kluiscommodities.com/wp-content/plugins/gate39-s3/public/js/gate39-s3-public.js?ver=1.0.0\"/>\n<script type=\"text/javascript\" src=\"https://www.kluiscommodities.com/wp-content/plugins/events-and-bookings/js/upcoming_calendar_widget.js?ver=1.9.8\"/>\n<link rel=\"https://api.w.org/\" href=\"https://www.kluiscommodities.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.kluiscommodities.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.kluiscommodities.com/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"shortlink\" href=\"https://www.kluiscommodities.com/?p=3081\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.kluiscommodities.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.kluiscommodities.com%2Fthe-kca-team%2Fnick-repke%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.kluiscommodities.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.kluiscommodities.com%2Fthe-kca-team%2Fnick-repke%2F&amp;format=xml\"/>\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-N4GF7N6');</script>\n<!-- End Google Tag Manager -->\n\t\t\t <!-- Start of Pingdom script -->\n <script>\n var _prum = [['id', '598dec84a1a835bee246d7ca'],\n ['mark', 'firstbyte', (new Date()).getTime()]];\n (function() {\n var s = document.getElementsByTagName('script')[0]\n , p = document.createElement('script');\n p.async = 'async';\n p.src = '//rum-static.pingdom.net/prum.min.js';\n s.parentNode.insertBefore(p, s);\n })();\n </script>\n <!-- End of Pingdom script -->\n<meta name=\"generator\" content=\"Powered by WPBakery Page Builder - drag and drop page builder for WordPress.\"/>\n<!--[if lte IE 9]><link rel=\"stylesheet\" type=\"text/css\" href=\"https://www.kluiscommodities.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css\" media=\"screen\"><![endif]--><link rel=\"icon\" href=\"https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-32x32.png\" sizes=\"32x32\"/>\n<link rel=\"icon\" href=\"https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-192x192.png\" sizes=\"192x192\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-180x180.png\"/>\n<meta name=\"msapplication-TileImage\" content=\"https://www.kluiscommodities.com/wp-content/uploads/2018/05/cropped-Kluis-Favicon-270x270.png\"/>\n<noscript><style type=\"text/css\"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\n<!--[if lt IE 9]>\n<script src=\"https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js\"></script>\n<script src=\"https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js\"></script>\n<![endif]-->\n</head>\n\n" ]
[ "<title>Nick Repke - Kluis Commodity Advisors</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.kluiscommodities.com > the kca team > nick repke" } ]
[ { "char_end_idx": 127, "char_start_idx": 0, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 281, "char_start_idx": 127, "key": "length", "type": "local", "value": "153" }, { "char_end_idx": 428, "char_start_idx": 281, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 556, "char_start_idx": 428, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 650, "char_start_idx": 556, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 741, "char_start_idx": 650, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 870, "char_start_idx": 741, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 1004, "char_start_idx": 870, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 1098, "char_start_idx": 1004, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 1245, "char_start_idx": 1098, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 1394, "char_start_idx": 1245, "key": "length", "type": "local", "value": "148" }, { "char_end_idx": 1449, "char_start_idx": 1394, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 1533, "char_start_idx": 1449, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 1611, "char_start_idx": 1533, "key": "length", "type": "local", "value": "77" } ]
[ { "key": "length", "type": "global", "value": "1629" } ]
[ { "char_end_idx": 871, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "p" }, { "char_end_idx": 872, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-bio" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 872, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 col-sm-8 col-md-8 col-lg-9" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 872, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 872, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-3081", "post-3081 leadership type-leadership status-publish has-post-thumbnail hentry" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "article" }, { "char_end_idx": 872, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "main", "site-main", "main" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "main" }, { "char_end_idx": 872, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "primary", "content-area-leadership col-xs-12" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1005, "char_start_idx": 872, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 16, "type": "local", "value": "p" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_text_column wpb_content_element wpb_wrapper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_column vc_column_container vc_col-sm-8 vc_column-inner wpb_wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "vc_row wpb_row vc_inner vc_row-fluid" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_wrapper" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "data-vc-full-width", "data-vc-full-width-init", "class" ], "values": [ "true", "false", "vc_row wpb_row vc_row-fluid widget-contact-us-content wpb_column vc_column_container vc_col-sm-12 vc_column-inner" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-contact-us widget-contact-us-single leadership" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 9, "type": "local", "value": "aside" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "secondary", "widget-area", "complementary" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1006, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content contact-us" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "aside" }, { "char_end_idx": 1099, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "light small" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 18, "type": "local", "value": "p" }, { "char_end_idx": 1100, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_text_column wpb_content_element wpb_wrapper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1100, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_column vc_column_container vc_col-sm-9 vc_column-inner wpb_wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 1100, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "vc_row wpb_row vc_inner vc_row-fluid" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 1100, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-col wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill vc_column-inner vc_custom_1524757582161 wpb_wrapper" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 1140, "char_start_idx": 1100, "html_attrs": { "attrs": [ "class" ], "values": [ "yellow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h5" }, { "char_end_idx": 1172, "char_start_idx": 1141, "html_attrs": { "attrs": [ "class" ], "values": [ "yellow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h5" }, { "char_end_idx": 1173, "char_start_idx": 1100, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_text_column wpb_content_element wpb_wrapper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1173, "char_start_idx": 1100, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_column vc_column_container vc_col-sm-9 vc_column-inner wpb_wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1173, "char_start_idx": 1100, "html_attrs": { "attrs": [ "class" ], "values": [ "vc_row wpb_row vc_inner vc_row-fluid" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1246, "char_start_idx": 1173, "html_attrs": { "attrs": [ "class" ], "values": [ "light small" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1247, "char_start_idx": 1173, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_text_column wpb_content_element wpb_wrapper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1173, "html_attrs": { "attrs": [ "class" ], "values": [ "wpb_column vc_column_container vc_col-sm-9 vc_column-inner wpb_wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1173, "html_attrs": { "attrs": [ "class" ], "values": [ "vc_row wpb_row vc_inner vc_row-fluid" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1100, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-col right wpb_column vc_column_container vc_col-sm-6 vc_column-inner wpb_wrapper" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1006, "html_attrs": { "attrs": [ "data-vc-full-width", "data-vc-full-width-init", "data-vc-stretch-content", "class" ], "values": [ "true", "false", "true", "vc_row wpb_row vc_row-fluid section-marketing-offers" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-learn-more widget-learn-more-single leadership" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 11, "type": "local", "value": "aside" }, { "char_end_idx": 1247, "char_start_idx": 1006, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "secondary", "widget-area", "complementary" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1006, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 9, "type": "local", "value": "aside" }, { "char_end_idx": 1247, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "marketing-inner-sections" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "section" }, { "char_end_idx": 1247, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "site-content site-content-single leadership container inner-container row" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "hfeed site" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1247, "char_start_idx": 1247, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "noscript" }, { "char_end_idx": 1247, "char_start_idx": 1247, "html_attrs": { "attrs": [ "rel", "id", "href", "type", "media" ], "values": [ "stylesheet", "js_composer_front-css", "https://www.kluiscommodities.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.5.4", "text/css", "all" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "link" }, { "char_end_idx": 1612, "char_start_idx": 1247, "html_attrs": { "attrs": [ "id" ], "values": [ "cn-notice-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 17, "type": "local", "value": "span" }, { "char_end_idx": 1614, "char_start_idx": 1612, "html_attrs": { "attrs": [ "href", "id", "data-cookie-set", "class" ], "values": [ "#", "cn-accept-cookie", "accept", "cn-set-cookie cn-button button" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1628, "char_start_idx": 1614, "html_attrs": { "attrs": [ "href", "target", "id", "class" ], "values": [ "https://www.kluiscommodities.com/privacy-policy/", "_blank", "cn-more-info", "cn-more-info cn-button button" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1629, "char_start_idx": 1247, "html_attrs": { "attrs": [ "id", "role", "class", "style" ], "values": [ "cookie-notice", "banner", "cn-bottom cookie-notice-container", "color: #fff; background-color: #000;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 1629, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "leadership-template-default single single-leadership postid-3081 cookies-not-set group-blog wpb-js-composer js-comp-ver-5.5.4 vc_responsive" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 872, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "In 2001, Nick started working with gold and silver coins, selling bullion, and trading futures and options for retail customers. In 2005, after stepping aside as President of his company, he started All Access Financial Corporation to trade futures and options for retail customers. In 2009, Nick partnered with Gary Adkins Associates in the gold and silver rare coin business, allowing client access to futures and cash markets. In 2014, Nick came to Kluis Publishing and Kluis Commodities to focus on the grain markets and work with the farming community. His knowledge of commodity markets and technical analysis are a great resource for investors. Nick grew up in Clearwater, Minnesota, working on field irrigators, potato and tree farms. He graduated from Winona State University and currently lives in the Minneapolis area with his wife, Lucy, and three young boys.\n" }, { "char_end_idx": 1006, "char_start_idx": 872, "key": "paragraph", "marker": "p", "type": "local", "value": "Please contact us with any questions about the account application, or regarding Kluis Commodity Advisors and what we can do for you.\n" }, { "char_end_idx": 1100, "char_start_idx": 1006, "key": "paragraph", "marker": "p", "type": "local", "value": "Learn how to read the markets,\nmake a solid plan, and use the\nmarkets to make your plan work.\n" }, { "char_end_idx": 1140, "char_start_idx": 1100, "key": "paragraph", "marker": "h5", "type": "local", "value": "Build your commodities trading knowledge" }, { "char_end_idx": 1172, "char_start_idx": 1140, "key": "paragraph", "marker": "h5", "type": "local", "value": "\nto enhance your grain marketing" }, { "char_end_idx": 1173, "char_start_idx": 1172, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1247, "char_start_idx": 1173, "key": "paragraph", "marker": "p", "type": "local", "value": "Access a suite of grain marketing tools\nand up-to-date market commentary.\n" }, { "char_end_idx": 1629, "char_start_idx": 1247, "key": "paragraph", "marker": "div", "type": "local", "value": "Our website uses cookies to improve the performance of our site, to analyze the traffic to our site, and to personalize your experience of the site. You can control cookies through your browser settings. Please find more information on the cookies used on our site in our Privacy Policy. By clicking OK, you agree to allow us to collect information through cookies.OkPrivacy policy\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Nick Repke - Kluis Commodity Advisors" } ]
[ { "key": "url", "type": "global", "value": "https://www.kluiscommodities.com/the-kca-team/nick-repke/" } ]
[]
In 2001, Nick started working with gold and silver coins, selling bullion, and trading futures and options for retail customers. In 2005, after stepping aside as President of his company, he started All Access Financial Corporation to trade futures and options for retail customers. In 2009, Nick partnered with Gary Adkins Associates in the gold and silver rare coin business, allowing client access to futures and cash markets. In 2014, Nick came to Kluis Publishing and Kluis Commodities to focus on the grain markets and work with the farming community. His knowledge of commodity markets and technical analysis are a great resource for investors. Nick grew up in Clearwater, Minnesota, working on field irrigators, potato and tree farms. He graduated from Winona State University and currently lives in the Minneapolis area with his wife, Lucy, and three young boys. Please contact us with any questions about the account application, or regarding Kluis Commodity Advisors and what we can do for you. Learn how to read the markets, make a solid plan, and use the markets to make your plan work. Build your commodities trading knowledge to enhance your grain marketing Access a suite of grain marketing tools and up-to-date market commentary. Our website uses cookies to improve the performance of our site, to analyze the traffic to our site, and to personalize your experience of the site. You can control cookies through your browser settings. Please find more information on the cookies used on our site in our Privacy Policy. By clicking OK, you agree to allow us to collect information through cookies.OkPrivacy policy
https://www.kluiscommodities.com/the-kca-team/nick-repke/
[ { "char_end_idx": 13, "char_start_idx": 9, "key": "entity", "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 296, "char_start_idx": 292, "key": "entity", "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 443, "char_start_idx": 439, "key": "entity", "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 656, "char_start_idx": 652, "key": "entity", "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 678, "char_start_idx": 668, "key": "entity", "type": "local", "value": "Clearwater,_Florida" }, { "char_end_idx": 689, "char_start_idx": 680, "key": "entity", "type": "local", "value": "Minnesota" }, { "char_end_idx": 784, "char_start_idx": 761, "key": "entity", "type": "local", "value": "Winona_State_University" }, { "char_end_idx": 823, "char_start_idx": 812, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 848, "char_start_idx": 844, "key": "entity", "type": "local", "value": "Lucy_van_Pelt" }, { "char_end_idx": 1533, "char_start_idx": 1519, "key": "entity", "type": "local", "value": "Privacy_policy" } ]
[ { "char_end_idx": 872, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nickelodeon" }, { "char_end_idx": 872, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Clearwater,_Florida" }, { "char_end_idx": 872, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Minnesota" }, { "char_end_idx": 872, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Winona_State_University" }, { "char_end_idx": 872, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 872, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Lucy_van_Pelt" }, { "char_end_idx": 1629, "char_start_idx": 1247, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Privacy_policy" } ]
0
70
1556142685000
<!DOCTYPE html> <!--[if lte IE 7]><html id="ie" class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en" xmlns="http://www.w3.org/1999/xhtml"><![endif]--> <!--[if IE 8]><html id="ie8" class="no-js lt-ie10 lt-ie9" lang="en" xmlns="http://www.w3.org/1999/xhtml"><![endif]--> <!--[if IE 9]><html id="ie9" class="no-js lt-ie10" lang="en" xmlns="http://www.w3.org/1999/xhtml"><![endif]--> <!--[if gt IE 9]><!--> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en" class="no-js"><!--<![endif]--> <head> <title>guardians lawyer berks county | Reading PA guardianship</title> <meta charset="utf-8"> <meta name="FSContentType" content="Other"> <meta name="FSDateCreation" content="07/06/15 09:19 PM"> <meta name="FSFLContent" content="yes"> <meta name="FSLanguage" content="en-US"> <meta name="FSOnSection" content="yes"> <meta name="FSOnSitemap" content="yes"> <meta name="FSPagePracticeArea" content="Not Applicable"> <meta name="FSSearchable" content="yes"> <meta name="FSTemplateName" content="Not Applicable"> <meta name="FSWritertoolPageType" content="CustomPage"> <meta name="FSSection" content="Estate-and-Trust-Law"> <meta name="FSPageName" content="Guardianship"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="content-language" content="en-US"> <link rel="dns-prefetch" href="//ajax.googleapis.com"> <meta name="format-detection" content="telephone=no"> <meta name="keywords" content="law firm, law office, legal advice, lawyer, attorney, lawyers, attorneys, guardianship matters"> <meta name="description" content="Leisawitz Heller in Wyomissing helps clients obtain guardianship of incapacitated adults and fulfill the duties that come with that status. Call 610-816-0342."> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="https://www.leisawitzheller.com/Estate-and-Trust-Law/Guardianship.shtml" property="og:url"> <meta content="website" property="og:type"> <meta content="guardians lawyer berks county | Reading PA guardianship" property="og:title"> <meta content="Leisawitz Heller in Wyomissing helps clients obtain guardianship of incapacitated adults and fulfill the duties that come with that status. Call 610-816-0342." property="og:description"> <meta content="en_US" property="og:locale"> <meta content="The Law Firm of Leisawitz Heller" property="og:site_name"> <meta content="https://www.leisawitzheller.com/design/images/ogimage-2018-07-24-03-08-15.jpg" property="og:image"> <style type="text/css"> article,header,nav{display:block}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}img{border:0}@font-face{font-family:FontAwesome;src:url(../design/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(../design/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../design/fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../design/fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../design/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../design/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-bars:before{content:"\f0c9"}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.btn-togglebox{display:none;text-decoration:none}@media (max-width:750px){.btn-togglebox{display:block}}html{font-size:62.5%}body{font-family:Roboto,sans-serif;font-size:17px;color:#444}@media (max-width:950px){body{font-size:16px}}@media (max-width:750px){body{font-size:15px}}a{color:#2e807e;outline:0}a:visited{color:#444;outline:0}h4{font-weight:400}img{max-width:100%}.container-banner,.container-breadcrumbs,.container-columns,.header-page{margin:0 auto;max-width:1314px}.container-banner:after,.container-banner:before,.container-breadcrumbs:after,.container-breadcrumbs:before,.container-columns:after,.container-columns:before,.header-page:after,.header-page:before{content:".";display:block;height:0;overflow:hidden}.container-banner:after,.container-breadcrumbs:after,.container-columns:after,.header-page:after{clear:both}@media (max-width:1334px){.container-banner,.container-breadcrumbs,.container-columns,.header-page{padding:0 10px}}.container-page{overflow:hidden;width:100%}.container-banner-wrap{background:url(../design/images/bg-banner-default.jpg) center top no-repeat;padding-top:50px;padding-bottom:20px;position:relative;background-size:cover;margin-top:142px;background-color:#a36114}@media (max-width:750px){.container-banner-wrap{margin-top:0}}@media (max-width:400px){.container-banner-wrap{padding-top:20px;padding-bottom:20px}}.container-header-page{width:100%;position:fixed;top:0;left:0;padding:32px 0 32px;z-index:5;background-color:#1e5453;border-bottom:10px solid #a36114}@media (max-width:750px){.container-header-page{padding:20px 0;position:relative}}a.brand{display:block;float:left;text-decoration:none;margin-right:-100%}a.brand img{display:block;width:380px}@media (max-width:1050px){a.brand img{width:300px}}@media (max-width:750px){a.brand{float:none;width:auto;display:table;margin:0 auto 20px}}.container-main-cta{float:right;margin-top:6px;width:calc(50% + 80px)}@media (max-width:750px){.container-main-cta{margin-top:0;float:none;width:100%}}.cta{float:right;text-align:right;width:auto;line-height:1.2;font-weight:500;font-size:18px;text-transform:uppercase;color:#45bfbd;letter-spacing:.9px;margin-top:3px}.cta .cta-phone{font-weight:700;font-size:24px;color:#fff;display:block}.cta .cta-phone:before{content:"\f095";font-family:FontAwesome;display:inline-block;margin-right:8px;font-weight:400}@media (max-width:1050px){.cta{letter-spacing:0}}@media (max-width:950px){.cta{font-size:15px;text-transform:capitalize}.cta span{font-size:16px}}@media (max-width:850px){.cta{font-size:14px}}@media (max-width:750px){.cta{text-align:center;width:auto;float:none;display:table;margin:0 auto;font-size:15px;text-transform:uppercase}}.nav-btns{opacity:0;margin-top:10px;float:left}.nav-btns ul{padding:0;margin:5px auto 1px;list-style:none;display:table}.nav-btns ul li{float:left}.nav-btns ul li a{color:#45bfbd;font-weight:700;font-size:15px;text-transform:uppercase;text-align:center;text-decoration:none;display:table}.nav-btns ul li a span{font-size:16px;padding-right:2px}.nav-btns ul li.last-child{margin-left:30px}@media (max-width:950px){.nav-btns{margin-right:20px}.nav-btns ul li a{font-size:14px}.nav-btns ul li a span{font-size:14px}.nav-btns ul li.last-child{margin-left:15px}}@media (max-width:750px){.nav-btns{clear:both;float:none;display:table;margin:0 auto 20px;opacity:1}.nav-btns ul li a{font-size:15px}}.default-nav-main{float:right;display:table}.default-nav-main .nav-main{opacity:1}@media (max-width:750px){.default-nav-main{float:none}.default-nav-main .nav-main{display:none}}.scroll-nav-main{display:none;position:absolute;width:100%;top:100%;left:0;background-color:#1e5453;opacity:0;padding:35px 0 70px}.scroll-nav-main ul li a{color:#45bfbd}@media (max-width:750px){.scroll-nav-main{opacity:1;padding:0;position:static}}.nav-main{margin:0 auto;display:table}.nav-main:after,.nav-main:before{content:".";display:block;height:0;overflow:hidden}.nav-main:after{clear:both}.nav-main>ul{list-style:none;padding:0 0 0 40px;margin:0 auto;position:relative;counter-reset:menu-counter}.nav-main>ul>li{margin-bottom:22px;display:block}.nav-main>ul>li>a{font-weight:700;font-size:15px;display:table;text-transform:uppercase;color:#fff;position:relative;text-decoration:none;letter-spacing:.5px}.nav-main>ul>li>a:before{content:counter(menu-counter) ":";counter-increment:menu-counter;display:inline-block;position:absolute;left:-36px;top:0}@media (max-width:950px){.nav-main>ul{padding-top:0}.nav-main>ul>li{margin-bottom:14px}.nav-main>ul>li a{font-size:14px}}@media (max-width:750px){.nav-main{padding:0 10px 20px;height:auto;overflow:auto}.nav-main ul{max-width:300px;margin:0 auto;padding-top:0}.nav-main ul li{float:none;display:block;margin-bottom:10px}.nav-main ul li a{font-size:14px}.nav-main ul li a:after{display:none}}.container-banner{position:relative;z-index:1}@media (max-width:750px){.container-banner{padding-bottom:0}}.container-tagline{width:calc(100% - 300px);float:left;color:#fff}@media (max-width:950px){.container-tagline{width:calc(100% - 280px)}}@media (max-width:750px){.container-tagline{width:auto;text-align:center}}.page-title{font-weight:400;font-size:60px;margin:58px 0 0;line-height:1.4;color:#fff;text-transform:capitalize}@media (max-width:1334px){.page-title{font-size:48px}}@media (max-width:950px){.page-title{font-size:35px}}@media (max-width:750px){.page-title{font-size:26px;margin-top:0}}.container-breadcrumbs-wrap{padding:14px 0 15px;font-size:15px}@media (max-width:950px){.container-breadcrumbs-wrap{padding:20px 0 15px}}@media (max-width:750px){.container-breadcrumbs-wrap{display:none}}.title-breadcrumbs{display:block;float:left;font-weight:700;margin-right:3px;font-size:15px}ol#navigationBreadCrumbs{text-transform:capitalize;list-style:none;padding-left:0;margin:0;float:left}ol#navigationBreadCrumbs li{display:block;float:left;color:#555}ol#navigationBreadCrumbs li span{padding:0 5px}@media (max-width:950px){ol#navigationBreadCrumbs{font-size:14px}}#navigationBreadCrumbs a{display:inline-block;color:#555;text-decoration:none}#navigationBreadCrumbs li.itemLast{background:0 0}.container-columns{position:relative;padding-top:67px;padding-bottom:120px}.container-columns:after,.container-columns:before{content:".";display:block;height:0;overflow:hidden}.container-columns:after{clear:both}@media (max-width:1334px){.container-columns{padding-top:50px;padding-bottom:80px}}@media (max-width:950px){.container-columns{padding-top:40px;padding-bottom:60px}}@media (max-width:750px){.container-columns{padding:20px 10px}}.container-column-main{float:left;width:100%}@media (max-width:750px){.container-column-main{float:none}}.column-main{margin-right:512px;position:relative;z-index:2}@media (max-width:1100px){.column-main{margin-right:382px}}@media (max-width:850px){.column-main{margin-right:325px}}@media (max-width:750px){.column-main{margin-right:0}}.content{line-height:1.95}.content:after,.content:before{content:".";display:block;height:0;overflow:hidden}.content:after{clear:both}.content p{margin:0 0 30px}@media (max-width:1334px){.content{line-height:1.7}.content p{margin-bottom:30px}}@media (max-width:950px){.content{line-height:1.6}.content p{margin:0 0 20px}}@media (max-width:750px){.content{line-height:1.5}.content p{margin:0 0 15px;padding-top:0}.content p{line-height:1.5}}.column-side{float:right;width:390px;margin-left:-100%;padding-bottom:400px;position:relative}@media (max-width:1100px){.column-side{width:350px}}@media (max-width:850px){.column-side{width:300px}}@media (max-width:750px){.column-side{width:auto;float:none;display:table;margin:10px auto 0;padding-bottom:0}}.title-silo-practice{font-size:20px;text-transform:capitalize;line-height:1.2;word-wrap:break-word;margin:3px 0 38px;color:#1e5453;text-transform:uppercase}@media (max-width:1334px){.title-silo-practice{font-size:30px}}@media (max-width:1100px){.title-silo-practice{font-size:28px}}@media (max-width:950px){.title-silo-practice{font-size:26px;margin-bottom:25px}}@media (max-width:750px){.title-silo-practice{font-size:20px}}.silo-practice{margin:0 0 76px;overflow:hidden}.silo-practice>ul{list-style:none;margin:0;padding-left:34px}.silo-practice>ul>li{margin-bottom:23px}.silo-practice>ul>li a{color:#2e807e;line-height:1.3;position:relative}.silo-practice>ul>li a:before{content:"";position:absolute;top:8px;left:-34px;width:4px;height:4px;border-radius:4px;background-color:#2e807e}.silo-practice>ul>li ul{display:none}@media (max-width:1334px){.silo-practice{margin-bottom:60px}.silo-practice ul{padding-left:26px}.silo-practice ul li{margin-bottom:18px}.silo-practice ul li a:before{left:-24px}}@media (max-width:1100px){.silo-practice{margin-bottom:30px}}@media (max-width:750px){.silo-practice{margin:0 auto 20px;max-width:300px}}a.btn-short-form,a.btn-silo-practice{display:none;font-weight:700;font-size:18px;color:#fff;text-transform:uppercase;text-align:center;text-decoration:none;background-color:#b06e28;padding:20px 10px;margin:20px auto;max-width:280px;position:relative;z-index:1}@media (max-width:750px){a.btn-short-form,a.btn-silo-practice{display:block}}a.btn-silo-practice{margin-bottom:0}a.btn-short-form{margin-bottom:0} </style> <link rel="preload" href="/design/css/site.css" as="style" onload="this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="/design/css/site.css"></noscript> <link rel="apple-touch-icon" href="/design/images/apple-touch-icon.png"> <link rel="icon" href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII="> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-69514713-1', 'auto'); ga('send', 'pageview'); </script> <!--[if lt IE 9]> <script src="/includes/scripts/html5Shiv-3.6.2.js"></script> <![endif]--> <link rel="canonical" href="https://www.leisawitzheller.com/Estate-and-Trust-Law/Guardianship.shtml"> <!-- START flTag Header --> <script language="JavaScript" type="text/javascript"> var FL = FL || {}; FL = { "account": { "accountId": 2408566, "siteId": 64381, "subscriptionId": "3017760", "pixelReady": true }, "adobeAnalytics": { "prodReportSuites": "findlaw-32877,findlaw-global-v1,findlawfirmstaging", "stageReportSuites": "findlawfsindividualstage,findlawfsglobalstage,findlawglobalstage" }, "livePerson": { "prodAccountId": "67301805", "stageAccountId": "51927273", "defaultStickyPageSection": "t:sticky l:eng loc:rc img:2", "defaultProactivePageSection": "t:pro-long l:eng loc:c", "engagementColor": "rgb(78,113,117)" }, "adobeTarget": { "prodClientCode": "westservicesfindlaw" } }; </script> <script src="//assets.adobedtm.com/9725f37c2c3899053569bb6afb8a3d51bc224d94/satelliteLib-5ac9f7d6c64aaca0ea4f2c891947b1261d9c0e6e.js"></script> <!-- END flTag Header --> <script type="text/javascript"> var fs3_inPublish = true; // a flag to mark publish mode var FSSitePath = ''; function BuildPath(path){ return path; } </script> <script type="application/ld+json">{ "@context" : "http://schema.org", "@type" : "LegalService", "@id" : "https://www.leisawitzheller.com", "image" : "http://wldimages.findlaw.com/images/2408566/2408566_1.jpg", "name" : "The Law Firm of Leisawitz Heller", "address" : [{ "@id" : "https://www.leisawitzheller.com/Wyomissing", "@type" : "PostalAddress", "streetAddress" : "2755 Century Boulevard", "addressLocality" : "Wyomissing", "addressRegion" : "PA", "postalCode" : "19610", "addressCountry" : "US", "telephone" : "6108160342" }, { "@id" : "https://www.leisawitzheller.com/Hamburg", "@type" : "PostalAddress", "streetAddress" : "400 South 4th Street", "addressLocality" : "Hamburg", "addressRegion" : "PA", "postalCode" : "19526", "addressCountry" : "US", "telephone" : "6108160342" }] }</script> </head> <body class="Practice design Guardianship Estate-and-Trust-Law Estate-and-Trust-Law"> <div class="container-page"> <div class="container-header-page"> <header class="header-page"> <a href="/" class="brand"><img src="/design/images/brand.png" alt="The Law Firm of Leisawitz Heller - personal injury lawyer"></a> <div class="container-main-cta"> <div class="nav-btns"> <ul> <li><a href="javascript:void(0)" class="btn-nav-main btn-togglebox"><span class="fa fa-bars"> </span> menu</a></li> <li class="last-child"><a href="/Contact.shtml"> Contact</a></li> </ul> </div> <div class="scroll-nav-main" data-set="nav-main"> <nav id="nav-main" class="nav-main" role="navigation"> <!-- fl-drop" data-bp="750" --> <ul> <li><a href="/">Home</a></li> <li><a href="/Our-Attorneys/">Our Attorneys</a></li> <li><a href="/Community-Involvement.shtml">Community Involvement</a></li> <li><a href="/Articles/">Articles</a></li> <li><a href="/Resources/">Resources</a></li> <li><a href="/blog/">Blog</a></li> <li class="contact-link"><a href="/Contact.shtml">Contact</a></li> <!-- <li class="item-last togglebox-close"><a href="javascript:void(0)" class="close nav-main-close">x close</a></li> --> </ul> </nav> </div> <div class="cta">Free Personal Injury Consultation:<span class="cta-phone">610-816-0342</span></div> </div> </header> </div> <div class="container-banner-wrap"> <div class="container-banner"> <div class="container-tagline"> <h1 class="page-title">We Can Help You File For Legal Guardianship Of An Incapacitated Adult</h1> <!-- <a class="btn-contact-us" href="javascript:void(0)">Find Out How We Can Help »</a> --> </div> <div class="default-nav-main" data-set="nav-main"> <nav id="nav-main" class="nav-main" role="navigation"> <!-- fl-drop" data-bp="750" --> <ul> <li><a href="/">Home</a></li> <li><a href="/Our-Attorneys/">Our Attorneys</a></li> <li><a href="/Community-Involvement.shtml">Community Involvement</a></li> <li><a href="/Articles/">Articles</a></li> <li><a href="/Resources/">Resources</a></li> <li><a href="/blog/">Blog</a></li> <li class="contact-link"><a href="/Contact.shtml">Contact</a></li> <!-- <li class="item-last togglebox-close"><a href="javascript:void(0)" class="close nav-main-close">x close</a></li> --> </ul> </nav> </div> </div> </div> <div class="container-breadcrumbs-wrap"> <div class="container-breadcrumbs"> <span class="title-breadcrumbs">You are here: </span> <ol id="navigationBreadCrumbs"> <li> <a href="/">Home</a><span>/</span> </li> <li> <a href="/Estate-and-Trust-Law/">Estate and Trust Law</a> <span>/</span> </li> <li class="itemLast">Guardianship</li> </ol> </div> </div> <a href="javascript:void(0)" class="btn-silo-practice"> In This Section » </a> <div class="container-columns"> <div class="container-column-main"> <div class="column-main" role="main"> <article class="content" id="content"> <p>If a loved one becomes incapacitated, a family member or any qualified individual may seek legal guardianship of the incapacitated person. Pennsylvania law defines an incapacitated adult as one &quot;whose abilities to receive and evaluate information effectively and communicate decisions in any way are impaired to such a significant extent that they are partially or totally unable to manage their financial resources or to meet essential requirements for their physical health and safety.&quot;</p> <p>Under Pennsylvania law, only the court may grant legal guardianship. A party may seek guardianship of the person (for decisions regarding health care, where an incapacitated individual lives, etc.), as well as guardianship of the estate (for decisions regarding the financial affairs of the incapacitated person).</p> <h2>We Handle Guardianship Matters In Berks County And Beyond</h2> <p>The attorneys at Leisawitz Heller in Wyomissing assist families and other individuals who have a loved one who has become incapacitated and can no longer make decisions independently. The process of obtaining guardianship is complex, as are the reporting responsibilities once someone is named a legal guardian. Missteps can delay the process or create expensive legal situations once a guardian is named.</p> <p>We are able to help clients who have a wide variety of guardianship situations, including:</p> <ul><li>Guardianship for an adult with disabilities</li><li>Guardianship for a person who is seriously and permanently injured in an accident</li><li>Guardianship for an adult who becomes incapacitated late in life due to dementia or other illness</li></ul> <p>Our knowledgeable <a href="/Estate-and-Trust-Law/">estate planning</a> lawyers help clients in Greater Reading and throughout southeastern Pennsylvania obtain guardianship and comply with all of the requirements that come with it. We will explain the different types of guardianship and what rights and responsibilities come with each. </p> <p>We will complete all forms that are part of the petition process, represent you at the guardianship hearing and guide you in completing any annual reports that are required by the court. We will also provide ongoing guidance and advice throughout the guardianship to help you avoid making any mistakes.</p> <p>Call 610-816-0342 or use our <a href="/Contact.shtml">online contact form</a> to schedule a meeting. We can answer your questions, review your situation and provide a candid assessment of what you might expect. </p> </article> </div> </div> <div class="column-side" role="complementary"> <div id="silo-practice" class="silo-practice" data-bp="750" role="navigation"> <h4 class="title-silo-practice">MORE IN THIS SECTION:</h4> <ul class="fl-list list-level-1"> <li class="fl-list-item list-item-level-1 itemFirst first-child"> <a href="/Estate-and-Trust-Law/Elder-Law.shtml" class="fl-list-link list-link-level-1">Elder Law</a> </li> <li class="fl-list-item list-item-level-1 has-child"> <a href="/Estate-and-Trust-Law/Power-of-Attorney/" class="fl-list-link list-link-level-1">Power Of Attorney</a> <ul class="fl-list list-level-2"> <li class="fl-list-item list-item-level-2 itemOnly only-child"> <a href="/Estate-and-Trust-Law/Power-of-Attorney/Why-Your-Power-Of-Attorney-Isn-t-As-Good-As-It-Needs-To-Be.shtml" class="fl-list-link list-link-level-2">Why Your Power Of Attorney Isn't As Good As It Needs To Be</a> </li> </ul> </li> <li class="fl-list-item list-item-level-1 has-child"> <a href="/Estate-and-Trust-Law/Wills-and-Trusts/" class="fl-list-link list-link-level-1">Wills And Trusts</a> <ul class="fl-list list-level-2"> <li class="fl-list-item list-item-level-2 itemOnly only-child"> <a href="/Estate-and-Trust-Law/Wills-and-Trusts/Special-Needs-Trusts.shtml" class="fl-list-link list-link-level-2">Special-Needs Trusts</a> </li> </ul> </li> <li class="fl-list-item list-item-level-1 has-child"> <a href="/Estate-and-Trust-Law/Estate-and-Trust-Litigation/" class="fl-list-link list-link-level-1">Estate And Trust Litigation</a> <ul class="fl-list list-level-2"> <li class="fl-list-item list-item-level-2 itemOnly only-child"> <a href="/Estate-and-Trust-Law/Estate-and-Trust-Litigation/Will-Contests.shtml" class="fl-list-link list-link-level-2">Will Contests</a> </li> </ul> </li> <li class="fl-list-item list-item-level-1"> <a href="/Estate-and-Trust-Law/Guardianship.shtml" class="fl-list-link list-link-level-1">Guardianship</a> </li> <li class="fl-list-item list-item-level-1"> <a href="/Estate-and-Trust-Law/Protecting-Assets-Against-The-Cost-Of-Long-Term-Care.shtml" class="fl-list-link list-link-level-1">Protecting Assets Against The Cost Of Long-Term Care</a> </li> <li class="fl-list-item list-item-level-1"> <a href="/Estate-and-Trust-Law/The-Nursing-Home-Admission-Process.shtml" class="fl-list-link list-link-level-1">The Nursing Home Admission Process</a> </li> <li class="fl-list-item list-item-level-1"> <a href="/Estate-and-Trust-Law/Estate-Administration-Probate.shtml" class="fl-list-link list-link-level-1">Estate Administration/Probate</a> </li> <li class="fl-list-item list-item-level-1 itemLast last-child"> <a href="/Estate-and-Trust-Law/Tax-Planning.shtml" class="fl-list-link list-link-level-1">Tax Planning</a> </li> </ul> </div> <div class="contextual-images"> <img src="/design/images/contextual-others.jpg"> </div> </div> </div> <div class="container-nav-practice" role="complementary"> <div id="nav-practice mob-practice" class="nav-practice" data-bp="750" role="navigation"> <h4 class="title-nav-practice">Our Other Practice Areas:</h4> <ul> <li class="prac-pi"><a href="/Personal-Injury/">Personal Injury</a></li> <li class="prac-bl"><a href="/Business-Law/">Business Law</a></li> <li class="prac-rel"><a href="/Real-Estate-Law.shtml">Real Estate Law</a></li> <li class="prac-el"><a href="/Estate-and-Trust-Law/">Estate Law</a></li> <li class="item-last prac-empl"><a href="/Employment-and-Labor-Law/">Employment Law</a></li> </ul> </div> </div> <div class="container-sf-wrap"> <div class="container-sf"> <div class="sf-left-text"> <h4 class="title-short-form">Your Solution Starts With A Free Consultation</h4> <p>Our law firm offers free consultations for motor vehicle accidents and other personal injury claims. We accept cases on a contingency fee basis. This means there are no fees unless we win. We welcome the opportunity to review the facts and recommend an effective course of action. You can <a href="/Contact.shtml">reach us online</a> or call 610-816-0342 to schedule a consultation. </p> </div> <a class="btn-short-form" href="/Contact.shtml">Contact Us »</a> <div class="short-form"> <div id="containerIntakeFormShortAutofill" > <p> <strong>Bold</strong> labels are required. </p> <form method="post" action="/cgi-bin/emailservice.cgi" name="intakeFormShortAutofill" id="intakeFormShortAutofill" class="formAutoFill"> <input name="serverTime" type="hidden" value="1556142685" /> <input type="hidden" name="SubscriptionID" value="3017760"/> <input type="hidden" name="email_subject" value="Findlaw FirmSite Message From SiteDomain"/> <input type="hidden" name="removeFLBranding" value="false"/> <input type="hidden" name="guid" value="Zc/JR+DAmjGHf1LgHtM2DJsW38SFgKjRNIv2N0XYe3M36GLJ4yp7qM2NW4HgJQVyultoTyXiZ494qMZmyslILNyZASSN7ZJgljoO25GQaIC6bKFf8ivzYXJcxqpj6rLcvKq0p+pz13PmsxR4LD520ah2THeHfSRdGqo1b2xCXqE="/> <input type="hidden" name="wld_id" value="2408566"/> <input type="hidden" name="thankyouPage" value="Thank-You"/> <fieldset> <legend> <span>Contact Information</span> </legend> <label for="intakeFormShortName">Name</label> <div class="formHighlight"> <input type="text" name="Name|at:name||Please enter your name." id="intakeFormShortName" title="Name"/> </div> <label for="intakeFormShortEmail"> <strong>Email Address</strong> </label> <p data-for="intakeFormShortEmail" role="alert" class="formHide"> <strong>Please enter a valid email address.</strong> </p> <div class="formHighlight"> <input type="text" name="Email Address|at:email|r|Please enter a valid email address." id="intakeFormShortEmail" class="validate email" title="Email Address"/> </div> <label for="intakeFormShortPhone">Phone</label> <p data-for="intakeFormShortPhone" role="alert" class="formHide"> <strong>Please enter a valid phone number. You may use 0-9, spaces and the ( ) - + characters.</strong> </p> <div class="formHighlight"> <input type="text" name="Phone|at:phone||Please enter a valid phone number. You may use 0-9, spaces and the ( ) - + characters." id="intakeFormShortPhone" title="Phone" class="dataCheck number"/> </div> <label for="intakeFormShortMessage"> <strong>Brief description of your legal issue</strong> </label> <p data-for="intakeFormShortMessage" role="alert" class="formHide"> <strong>Please describe your legal issue.</strong> </p> <div class="formHighlight"> <textarea name="Brief description of your legal issue|at:message|r|Please describe your legal issue." class="validate text" id="intakeFormShortMessage" title="Brief description of your legal issue" rows="4" cols="15"></textarea> </div> <div class="formCheck"> <p data-for="intakeFormShortAutofillDisclaimerCheck" role="alert" class="formHide"> <strong>Please verify that you have read the disclaimer.</strong> </p> <label for="intakeFormShortAutofillDisclaimerCheck"> <input type="checkbox" name="Read disclaimer:||r|Please verify that you have read the disclaimer." id="intakeFormShortAutofillDisclaimerCheck" class="validate checkbox" value="yes"/> <strong>I have read the <span>disclaimer.</span> </strong> </label> <strong> <a class="intakeFormShortDisclaimerLink" href="/Disclaimer.shtml">disclaimer</a>. </strong> </div> <input class="intakeFormHiddenInput" type="hidden" id="checkboxDisclaimerIntakeFormShort" name="cgi|checkboxDisclaimerIntakeFormShort" value="Read disclaimer:||r|Please verify that you have read the disclaimer."/> <div id="intakeFormShortDisclaimer"> <div> <p>The use of the Internet or this form for communication with the firm or any individual member of the firm does not establish an attorney-client relationship. Confidential or time-sensitive information should not be sent through this form.</p> <a href="#intakeFormShortAutofillDisclaimerCheck" rel="nofollow">close</a> </div> </div> </fieldset> <p class="intakeFormShortPrivacy"> <a href="/Privacy-Policy.shtml">Privacy Policy</a> </p> <input type="image" src="/design/images/formSubmitShort.gif" name="Submit" value="Submit" class="submit over" alt="Submit" id="intakeFormShortAutofillSubmit"/> <input type="submit" name="Submit" value="Submit" class="submit over" style="display:none;" alt="Submit" id="submitbtn_intakeFormShortAutofillSubmit"/> </form> </div> </div> </div> </div> <div class="container-contact-info"> <div class="contact-info"> <img class="footer-logo" src="/design/images/logo.png" alt="Brand Logo"> <div class="contact-info-right"> <div class="offices" id="offices" itemref="attorneyProfile attorney-list"> <div class="office office-1 office-odd office-first office-wyomissing"> <p> <span class="office-address"> <span class="office-street-address"> 2755 Century Boulevard <br/> </span> <span class="office-locality">Wyomissing</span>, <span class="office-region">PA</span> <span class="office-postal-code">19610</span> </span> <br/> <span class="office-phone office-phone-toll-free office-phone-tracking"> <span class="office-phone-label">Toll Free</span>: <span class="office-phone-number" data-raw-number="8663605064">866-360-5064</span> <br/> </span> <span class="office-phone office-phone-local office-phone-tracking"> <span class="office-phone-label">Phone</span>: <span class="office-phone-number" data-raw-number="6108160342">610-816-0342</span> <br/> </span> <a class="office-page-link" href="/Wyomissing-Personal-Injury-Office.shtml" title="Wyomissing Law Office Map" target="_self"> Wyomissing Law Office Map </a> </p> <!-- The automatically generated embedded map requires a street address, locality, and postal code in the Client Info Doc --> </div> <div class="office office-2 office-even office-last office-hamburg"> <p> <span class="office-address"> <span class="office-street-address"> 400 South 4th Street <br/> </span> <span class="office-locality">Hamburg</span>, <span class="office-region">PA</span> <span class="office-postal-code">19526</span> </span> <br/> <span class="office-phone office-phone-toll-free office-phone-tracking"> <span class="office-phone-label">Toll Free</span>: <span class="office-phone-number" data-raw-number="8663605064">866-360-5064</span> <br/> </span> <span class="office-phone office-phone-local office-phone-tracking"> <span class="office-phone-label">Phone</span>: <span class="office-phone-number" data-raw-number="6108160342">610-816-0342</span> <br/> </span> <a class="office-page-link" href="/Hamburg-Personal-Injury-Office.shtml" title="Hamburg Law Office Map" target="_self"> Hamburg Law Office Map </a> </p> <!-- The automatically generated embedded map requires a street address, locality, and postal code in the Client Info Doc --> </div> </div> <div class="contact-nos"> </div> </div> </div> </div> <div class="footer-page"> <ul class="social"> <li class="icon-fb"><a href="https://www.facebook.com/leisawitzheller" target="_blank"><span class="fa fa-facebook"> </span></a></li> <li class="icon-twitter"><a href="https://twitter.com/leisawitzheller"><span class="fa fa-twitter" target="_blank"> </span></a></li> <li class="icon-linked-in"><a href="https://www.linkedin.com/company/leisawitz-heller" target="_blank"><span class="fa fa-linkedin"> </span></a></li> <li class="icon-you-tube"><a href="https://www.youtube.com/user/leisawitzheller" target="_blank"><span class="fa fa-youtube"> </span></a></li> <li class="item-last"><a class="btn-review-us" href="https://reviewplatform.findlaw.com/leisawitzheller">REVIEW US »</a></li> </ul> <section class="fine-print clearfix"> <p class="copyright">© 2019 by <a href="https://pview.findlaw.com/cmd/view?wld_id=2408566&amp;pid=1" target="_blank">The Law Firm of Leisawitz Heller</a>. All rights reserved. <a href="/Disclaimer.shtml">Disclaimer</a> | <a href="/Site-Map.shtml">Site Map</a></p> <p class="branding"><a id="PrivacyPolicy" href="/Privacy-Policy.shtml">Privacy Policy</a> | <a target="_blank" rel="nofollow" href="https://www.lawyermarketing.com/?utm_source=FirmSite&amp;utm_medium=footer%2Bcopyright&amp;utm_term=law%2Bfirm%2Bmarketing&amp;utm_campaign=FirmSite%2BInbound">Business Development Solutions</a> by <a target="_blank" href="https://www.findlaw.com/">FindLaw</a>, part of Thomson Reuters. </p> </section> <a href="#" class="back-to-top">Back to Top</a> </div> </div> <!--[if lt IE 9]> <script src="/includes/scripts/respond-1.1.0.js"></script> <![endif]--> <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700" rel="preload" as="style" onload="this.rel='stylesheet'"> <noscript><link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700" rel="stylesheet"></noscript> <script>!function(e){"use strict";var t=function(t,n,r){function o(e){return i.body?e():void setTimeout(function(){o(e)})}function a(){d.addEventListener&&d.removeEventListener("load",a),d.media=r||"all"}var l,i=e.document,d=i.createElement("link");if(n)l=n;else{var s=(i.body||i.getElementsByTagName("head")[0]).childNodes;l=s[s.length-1]}var u=i.styleSheets;d.rel="stylesheet",d.href=t,d.media="only x",o(function(){l.parentNode.insertBefore(d,n?l:l.nextSibling)});var f=function(e){for(var t=d.href,n=u.length;n--;)if(u[n].href===t)return e();setTimeout(function(){f(e)})};return d.addEventListener&&d.addEventListener("load",a),d.onloadcssdefined=f,f(a),d};"undefined"!=typeof exports?exports.loadCSS=t:e.loadCSS=t}("undefined"!=typeof global?global:this),function(e){if(e.loadCSS){var t=loadCSS.relpreload={};if(t.support=function(){try{return e.document.createElement("link").relList.supports("preload")}catch(e){return!1}},t.poly=function(){for(var t=e.document.getElementsByTagName("link"),n=0;n<t.length;n++){var r=t[n];"preload"===r.rel&&"style"===r.getAttribute("as")&&(e.loadCSS(r.href,r,r.getAttribute("media")),r.rel=null)}},!t.support()){t.poly();var n=e.setInterval(t.poly,300);e.addEventListener&&e.addEventListener("load",function(){t.poly(),e.clearInterval(n)}),e.attachEvent&&e.attachEvent("onload",function(){e.clearInterval(n)})}}}(this);</script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"> </script> <script>var highlightOptions = { pageID: 'Guardianship', pageSection: 'Estate-and-Trust-Law', pageSectionTop: 'Estate-and-Trust-Law' }</script> <script src="/includes/scripts/combined-intake-form.js" type="text/javascript"> </script> <script src="/design/scripts/flScripts-1.0.1.js"> </script> <script src="/includes/scripts/flDefault-1.0.0.js"> </script> <script src="/design/scripts/init.js"> </script> <script src="/includes/autolink-phone.js"> </script> <!-- START flTag Footer --> <script type="text/javascript">_satellite.pageBottom();</script> <!-- END flTag Footer --> </body> </html>
[]
[ "<head>\n<title>guardians lawyer berks county | Reading PA guardianship</title>\n\t<meta charset=\"utf-8\"/>\n\t<meta name=\"FSContentType\" content=\"Other\"/>\n<meta name=\"FSDateCreation\" content=\"07/06/15 09:19 PM\"/>\n<meta name=\"FSFLContent\" content=\"yes\"/>\n<meta name=\"FSLanguage\" content=\"en-US\"/>\n<meta name=\"FSOnSection\" content=\"yes\"/>\n<meta name=\"FSOnSitemap\" content=\"yes\"/>\n<meta name=\"FSPagePracticeArea\" content=\"Not Applicable\"/>\n<meta name=\"FSSearchable\" content=\"yes\"/>\n<meta name=\"FSTemplateName\" content=\"Not Applicable\"/>\n<meta name=\"FSWritertoolPageType\" content=\"CustomPage\"/>\n<meta name=\"FSSection\" content=\"Estate-and-Trust-Law\"/>\n<meta name=\"FSPageName\" content=\"Guardianship\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>\n<meta http-equiv=\"content-language\" content=\"en-US\"/>\n\t<link rel=\"dns-prefetch\" href=\"//ajax.googleapis.com\"/>\n\t<meta name=\"format-detection\" content=\"telephone=no\"/>\n\t<meta name=\"keywords\" content=\"law firm, law office, legal advice, lawyer, attorney, lawyers, attorneys, guardianship matters\"/>\n\t<meta name=\"description\" content=\"Leisawitz Heller in Wyomissing helps clients obtain guardianship of incapacitated adults and fulfill the duties that come with that status. Call 610-816-0342.\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n<meta content=\"https://www.leisawitzheller.com/Estate-and-Trust-Law/Guardianship.shtml\" property=\"og:url\"/>\n<meta content=\"website\" property=\"og:type\"/>\n<meta content=\"guardians lawyer berks county | Reading PA guardianship\" property=\"og:title\"/>\n<meta content=\"Leisawitz Heller in Wyomissing helps clients obtain guardianship of incapacitated adults and fulfill the duties that come with that status. Call 610-816-0342.\" property=\"og:description\"/>\n<meta content=\"en_US\" property=\"og:locale\"/>\n<meta content=\"The Law Firm of Leisawitz Heller\" property=\"og:site_name\"/>\n<meta content=\"https://www.leisawitzheller.com/design/images/ogimage-2018-07-24-03-08-15.jpg\" property=\"og:image\"/>\n\n\t<style type=\"text/css\">\n\t\tarticle,header,nav{display:block}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}img{border:0}@font-face{font-family:FontAwesome;src:url(../design/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(../design/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0) format(\"embedded-opentype\"),url(../design/fonts/fontawesome-webfont.woff2?v=4.5.0) format(\"woff2\"),url(../design/fonts/fontawesome-webfont.woff?v=4.5.0) format(\"woff\"),url(../design/fonts/fontawesome-webfont.ttf?v=4.5.0) format(\"truetype\"),url(../design/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format(\"svg\");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-bars:before{content:\"\\f0c9\"}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.btn-togglebox{display:none;text-decoration:none}@media (max-width:750px){.btn-togglebox{display:block}}html{font-size:62.5%}body{font-family:Roboto,sans-serif;font-size:17px;color:#444}@media (max-width:950px){body{font-size:16px}}@media (max-width:750px){body{font-size:15px}}a{color:#2e807e;outline:0}a:visited{color:#444;outline:0}h4{font-weight:400}img{max-width:100%}.container-banner,.container-breadcrumbs,.container-columns,.header-page{margin:0 auto;max-width:1314px}.container-banner:after,.container-banner:before,.container-breadcrumbs:after,.container-breadcrumbs:before,.container-columns:after,.container-columns:before,.header-page:after,.header-page:before{content:\".\";display:block;height:0;overflow:hidden}.container-banner:after,.container-breadcrumbs:after,.container-columns:after,.header-page:after{clear:both}@media (max-width:1334px){.container-banner,.container-breadcrumbs,.container-columns,.header-page{padding:0 10px}}.container-page{overflow:hidden;width:100%}.container-banner-wrap{background:url(../design/images/bg-banner-default.jpg) center top no-repeat;padding-top:50px;padding-bottom:20px;position:relative;background-size:cover;margin-top:142px;background-color:#a36114}@media (max-width:750px){.container-banner-wrap{margin-top:0}}@media (max-width:400px){.container-banner-wrap{padding-top:20px;padding-bottom:20px}}.container-header-page{width:100%;position:fixed;top:0;left:0;padding:32px 0 32px;z-index:5;background-color:#1e5453;border-bottom:10px solid #a36114}@media (max-width:750px){.container-header-page{padding:20px 0;position:relative}}a.brand{display:block;float:left;text-decoration:none;margin-right:-100%}a.brand img{display:block;width:380px}@media (max-width:1050px){a.brand img{width:300px}}@media (max-width:750px){a.brand{float:none;width:auto;display:table;margin:0 auto 20px}}.container-main-cta{float:right;margin-top:6px;width:calc(50% + 80px)}@media (max-width:750px){.container-main-cta{margin-top:0;float:none;width:100%}}.cta{float:right;text-align:right;width:auto;line-height:1.2;font-weight:500;font-size:18px;text-transform:uppercase;color:#45bfbd;letter-spacing:.9px;margin-top:3px}.cta .cta-phone{font-weight:700;font-size:24px;color:#fff;display:block}.cta .cta-phone:before{content:\"\\f095\";font-family:FontAwesome;display:inline-block;margin-right:8px;font-weight:400}@media (max-width:1050px){.cta{letter-spacing:0}}@media (max-width:950px){.cta{font-size:15px;text-transform:capitalize}.cta span{font-size:16px}}@media (max-width:850px){.cta{font-size:14px}}@media (max-width:750px){.cta{text-align:center;width:auto;float:none;display:table;margin:0 auto;font-size:15px;text-transform:uppercase}}.nav-btns{opacity:0;margin-top:10px;float:left}.nav-btns ul{padding:0;margin:5px auto 1px;list-style:none;display:table}.nav-btns ul li{float:left}.nav-btns ul li a{color:#45bfbd;font-weight:700;font-size:15px;text-transform:uppercase;text-align:center;text-decoration:none;display:table}.nav-btns ul li a span{font-size:16px;padding-right:2px}.nav-btns ul li.last-child{margin-left:30px}@media (max-width:950px){.nav-btns{margin-right:20px}.nav-btns ul li a{font-size:14px}.nav-btns ul li a span{font-size:14px}.nav-btns ul li.last-child{margin-left:15px}}@media (max-width:750px){.nav-btns{clear:both;float:none;display:table;margin:0 auto 20px;opacity:1}.nav-btns ul li a{font-size:15px}}.default-nav-main{float:right;display:table}.default-nav-main .nav-main{opacity:1}@media (max-width:750px){.default-nav-main{float:none}.default-nav-main .nav-main{display:none}}.scroll-nav-main{display:none;position:absolute;width:100%;top:100%;left:0;background-color:#1e5453;opacity:0;padding:35px 0 70px}.scroll-nav-main ul li a{color:#45bfbd}@media (max-width:750px){.scroll-nav-main{opacity:1;padding:0;position:static}}.nav-main{margin:0 auto;display:table}.nav-main:after,.nav-main:before{content:\".\";display:block;height:0;overflow:hidden}.nav-main:after{clear:both}.nav-main&gt;ul{list-style:none;padding:0 0 0 40px;margin:0 auto;position:relative;counter-reset:menu-counter}.nav-main&gt;ul&gt;li{margin-bottom:22px;display:block}.nav-main&gt;ul&gt;li&gt;a{font-weight:700;font-size:15px;display:table;text-transform:uppercase;color:#fff;position:relative;text-decoration:none;letter-spacing:.5px}.nav-main&gt;ul&gt;li&gt;a:before{content:counter(menu-counter) \":\";counter-increment:menu-counter;display:inline-block;position:absolute;left:-36px;top:0}@media (max-width:950px){.nav-main&gt;ul{padding-top:0}.nav-main&gt;ul&gt;li{margin-bottom:14px}.nav-main&gt;ul&gt;li a{font-size:14px}}@media (max-width:750px){.nav-main{padding:0 10px 20px;height:auto;overflow:auto}.nav-main ul{max-width:300px;margin:0 auto;padding-top:0}.nav-main ul li{float:none;display:block;margin-bottom:10px}.nav-main ul li a{font-size:14px}.nav-main ul li a:after{display:none}}.container-banner{position:relative;z-index:1}@media (max-width:750px){.container-banner{padding-bottom:0}}.container-tagline{width:calc(100% - 300px);float:left;color:#fff}@media (max-width:950px){.container-tagline{width:calc(100% - 280px)}}@media (max-width:750px){.container-tagline{width:auto;text-align:center}}.page-title{font-weight:400;font-size:60px;margin:58px 0 0;line-height:1.4;color:#fff;text-transform:capitalize}@media (max-width:1334px){.page-title{font-size:48px}}@media (max-width:950px){.page-title{font-size:35px}}@media (max-width:750px){.page-title{font-size:26px;margin-top:0}}.container-breadcrumbs-wrap{padding:14px 0 15px;font-size:15px}@media (max-width:950px){.container-breadcrumbs-wrap{padding:20px 0 15px}}@media (max-width:750px){.container-breadcrumbs-wrap{display:none}}.title-breadcrumbs{display:block;float:left;font-weight:700;margin-right:3px;font-size:15px}ol#navigationBreadCrumbs{text-transform:capitalize;list-style:none;padding-left:0;margin:0;float:left}ol#navigationBreadCrumbs li{display:block;float:left;color:#555}ol#navigationBreadCrumbs li span{padding:0 5px}@media (max-width:950px){ol#navigationBreadCrumbs{font-size:14px}}#navigationBreadCrumbs a{display:inline-block;color:#555;text-decoration:none}#navigationBreadCrumbs li.itemLast{background:0 0}.container-columns{position:relative;padding-top:67px;padding-bottom:120px}.container-columns:after,.container-columns:before{content:\".\";display:block;height:0;overflow:hidden}.container-columns:after{clear:both}@media (max-width:1334px){.container-columns{padding-top:50px;padding-bottom:80px}}@media (max-width:950px){.container-columns{padding-top:40px;padding-bottom:60px}}@media (max-width:750px){.container-columns{padding:20px 10px}}.container-column-main{float:left;width:100%}@media (max-width:750px){.container-column-main{float:none}}.column-main{margin-right:512px;position:relative;z-index:2}@media (max-width:1100px){.column-main{margin-right:382px}}@media (max-width:850px){.column-main{margin-right:325px}}@media (max-width:750px){.column-main{margin-right:0}}.content{line-height:1.95}.content:after,.content:before{content:\".\";display:block;height:0;overflow:hidden}.content:after{clear:both}.content p{margin:0 0 30px}@media (max-width:1334px){.content{line-height:1.7}.content p{margin-bottom:30px}}@media (max-width:950px){.content{line-height:1.6}.content p{margin:0 0 20px}}@media (max-width:750px){.content{line-height:1.5}.content p{margin:0 0 15px;padding-top:0}.content p{line-height:1.5}}.column-side{float:right;width:390px;margin-left:-100%;padding-bottom:400px;position:relative}@media (max-width:1100px){.column-side{width:350px}}@media (max-width:850px){.column-side{width:300px}}@media (max-width:750px){.column-side{width:auto;float:none;display:table;margin:10px auto 0;padding-bottom:0}}.title-silo-practice{font-size:20px;text-transform:capitalize;line-height:1.2;word-wrap:break-word;margin:3px 0 38px;color:#1e5453;text-transform:uppercase}@media (max-width:1334px){.title-silo-practice{font-size:30px}}@media (max-width:1100px){.title-silo-practice{font-size:28px}}@media (max-width:950px){.title-silo-practice{font-size:26px;margin-bottom:25px}}@media (max-width:750px){.title-silo-practice{font-size:20px}}.silo-practice{margin:0 0 76px;overflow:hidden}.silo-practice&gt;ul{list-style:none;margin:0;padding-left:34px}.silo-practice&gt;ul&gt;li{margin-bottom:23px}.silo-practice&gt;ul&gt;li a{color:#2e807e;line-height:1.3;position:relative}.silo-practice&gt;ul&gt;li a:before{content:\"\";position:absolute;top:8px;left:-34px;width:4px;height:4px;border-radius:4px;background-color:#2e807e}.silo-practice&gt;ul&gt;li ul{display:none}@media (max-width:1334px){.silo-practice{margin-bottom:60px}.silo-practice ul{padding-left:26px}.silo-practice ul li{margin-bottom:18px}.silo-practice ul li a:before{left:-24px}}@media (max-width:1100px){.silo-practice{margin-bottom:30px}}@media (max-width:750px){.silo-practice{margin:0 auto 20px;max-width:300px}}a.btn-short-form,a.btn-silo-practice{display:none;font-weight:700;font-size:18px;color:#fff;text-transform:uppercase;text-align:center;text-decoration:none;background-color:#b06e28;padding:20px 10px;margin:20px auto;max-width:280px;position:relative;z-index:1}@media (max-width:750px){a.btn-short-form,a.btn-silo-practice{display:block}}a.btn-silo-practice{margin-bottom:0}a.btn-short-form{margin-bottom:0}\n\t</style>\n\t<link rel=\"preload\" href=\"/design/css/site.css\" as=\"style\" onload=\"this.rel='stylesheet'\"/>\n\t<noscript><link rel=\"stylesheet\" href=\"/design/css/site.css\"/></noscript>\n\t<link rel=\"apple-touch-icon\" href=\"/design/images/apple-touch-icon.png\"/>\n\t<link rel=\"icon\" href=\"data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=\"/>\n\t<script>\n\t (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\t m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n\t ga('create', 'UA-69514713-1', 'auto');\n\t ga('send', 'pageview');\n\t</script>\n\t<!--[if lt IE 9]>\n\t\t<script src=\"/includes/scripts/html5Shiv-3.6.2.js\"></script>\n\t<![endif]-->\n\t<link rel=\"canonical\" href=\"https://www.leisawitzheller.com/Estate-and-Trust-Law/Guardianship.shtml\"/>\n\n<!-- START flTag Header -->\n<script language=\"JavaScript\" type=\"text/javascript\">\nvar FL = FL || {};\nFL = \n{\n \"account\": {\n \"accountId\": 2408566,\n \"siteId\": 64381,\n \"subscriptionId\": \"3017760\",\n \"pixelReady\": true\n },\n \"adobeAnalytics\": {\n \"prodReportSuites\": \"findlaw-32877,findlaw-global-v1,findlawfirmstaging\",\n \"stageReportSuites\": \"findlawfsindividualstage,findlawfsglobalstage,findlawglobalstage\"\n },\n \"livePerson\": {\n \"prodAccountId\": \"67301805\",\n \"stageAccountId\": \"51927273\",\n \"defaultStickyPageSection\": \"t:sticky l:eng loc:rc img:2\",\n \"defaultProactivePageSection\": \"t:pro-long l:eng loc:c\",\n \"engagementColor\": \"rgb(78,113,117)\"\n },\n \"adobeTarget\": {\n \"prodClientCode\": \"westservicesfindlaw\"\n }\n};\n</script>\n<script src=\"//assets.adobedtm.com/9725f37c2c3899053569bb6afb8a3d51bc224d94/satelliteLib-5ac9f7d6c64aaca0ea4f2c891947b1261d9c0e6e.js\"/>\n<!-- END flTag Header -->\n\n\n\n\n\n\n<script type=\"text/javascript\">\nvar fs3_inPublish = true; // a flag to mark publish mode\nvar FSSitePath = '';\nfunction BuildPath(path){\n\treturn path;\n}\n</script>\n<script type=\"application/ld+json\">{\n\t\"@context\" : \"http://schema.org\",\n\t\"@type\" : \"LegalService\",\n\t\"@id\" : \"https://www.leisawitzheller.com\",\n\t\"image\" : \"http://wldimages.findlaw.com/images/2408566/2408566_1.jpg\",\n\t\"name\" : \"The Law Firm of Leisawitz Heller\",\n\"address\" : [{\n\t\"@id\" : \"https://www.leisawitzheller.com/Wyomissing\",\n\t\"@type\" : \"PostalAddress\",\n\t\"streetAddress\" : \"2755 Century Boulevard\",\n\t\"addressLocality\" : \"Wyomissing\",\n\t\"addressRegion\" : \"PA\",\n\t\"postalCode\" : \"19610\",\n\t\"addressCountry\" : \"US\",\n\t\"telephone\" : \"6108160342\"\n}, {\n\t\"@id\" : \"https://www.leisawitzheller.com/Hamburg\",\n\t\"@type\" : \"PostalAddress\",\n\t\"streetAddress\" : \"400 South 4th Street\",\n\t\"addressLocality\" : \"Hamburg\",\n\t\"addressRegion\" : \"PA\",\n\t\"postalCode\" : \"19526\",\n\t\"addressCountry\" : \"US\",\n\t\"telephone\" : \"6108160342\"\n}]\n}</script>\n\n</head>\n" ]
[ "<title>guardians lawyer berks county | Reading PA guardianship</title>\n\t" ]
[ { "key": "datasource", "type": "global", "value": "www.leisawitzheller.com > Estate and Trust Law > Guardianship shtml" } ]
[ { "char_end_idx": 312, "char_start_idx": 0, "key": "length", "type": "local", "value": "312" }, { "char_end_idx": 661, "char_start_idx": 312, "key": "length", "type": "local", "value": "348" }, { "char_end_idx": 731, "char_start_idx": 661, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 859, "char_start_idx": 731, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 976, "char_start_idx": 859, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 1218, "char_start_idx": 976, "key": "length", "type": "local", "value": "241" }, { "char_end_idx": 1346, "char_start_idx": 1218, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 1440, "char_start_idx": 1346, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 1949, "char_start_idx": 1440, "key": "length", "type": "local", "value": "508" }, { "char_end_idx": 2054, "char_start_idx": 1949, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 2241, "char_start_idx": 2054, "key": "length", "type": "local", "value": "186" }, { "char_end_idx": 2357, "char_start_idx": 2241, "key": "length", "type": "local", "value": "115" }, { "char_end_idx": 2429, "char_start_idx": 2357, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 2539, "char_start_idx": 2429, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 3022, "char_start_idx": 2539, "key": "length", "type": "local", "value": "482" }, { "char_end_idx": 3066, "char_start_idx": 3022, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 3110, "char_start_idx": 3066, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 3202, "char_start_idx": 3110, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 3275, "char_start_idx": 3202, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 3560, "char_start_idx": 3275, "key": "length", "type": "local", "value": "284" }, { "char_end_idx": 3581, "char_start_idx": 3560, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 3688, "char_start_idx": 3581, "key": "length", "type": "local", "value": "106" }, { "char_end_idx": 3756, "char_start_idx": 3688, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 3758, "char_start_idx": 3756, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 3760, "char_start_idx": 3758, "key": "length", "type": "local", "value": "1" } ]
[ { "key": "length", "type": "global", "value": "3785" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "container-header-page" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 69, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "page-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h1" }, { "char_end_idx": 70, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "container-tagline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 74, "char_start_idx": 70, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 74, "char_start_idx": 70, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 88, "char_start_idx": 75, "html_attrs": { "attrs": [ "href" ], "values": [ "/Our-Attorneys/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 88, "char_start_idx": 75, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 110, "char_start_idx": 89, "html_attrs": { "attrs": [ "href" ], "values": [ "/Community-Involvement.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 110, "char_start_idx": 89, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 119, "char_start_idx": 111, "html_attrs": { "attrs": [ "href" ], "values": [ "/Articles/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 119, "char_start_idx": 111, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 129, "char_start_idx": 120, "html_attrs": { "attrs": [ "href" ], "values": [ "/Resources/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 129, "char_start_idx": 120, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 134, "char_start_idx": 130, "html_attrs": { "attrs": [ "href" ], "values": [ "/blog/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 134, "char_start_idx": 130, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 135, "html_attrs": { "attrs": [ "href" ], "values": [ "/Contact.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 142, "char_start_idx": 135, "html_attrs": { "attrs": [ "class" ], "values": [ "contact-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 143, "char_start_idx": 70, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 143, "char_start_idx": 70, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "nav-main", "nav-main", "navigation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "nav" }, { "char_end_idx": 143, "char_start_idx": 70, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "default-nav-main", "nav-main" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 143, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "container-banner-wrap container-banner" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 157, "char_start_idx": 143, "html_attrs": { "attrs": [ "class" ], "values": [ "title-breadcrumbs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 157, "char_start_idx": 143, "html_attrs": { "attrs": [ "class" ], "values": [ "container-breadcrumbs-wrap container-breadcrumbs" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 175, "char_start_idx": 157, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "javascript:void(0)", "btn-silo-practice" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 663, "char_start_idx": 175, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 977, "char_start_idx": 664, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1035, "char_start_idx": 978, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1441, "char_start_idx": 1036, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1532, "char_start_idx": 1442, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1576, "char_start_idx": 1533, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1658, "char_start_idx": 1577, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1756, "char_start_idx": 1659, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1757, "char_start_idx": 1533, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1790, "char_start_idx": 1775, "html_attrs": { "attrs": [ "href" ], "values": [ "/Estate-and-Trust-Law/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2056, "char_start_idx": 1757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 2358, "char_start_idx": 2056, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 2407, "char_start_idx": 2388, "html_attrs": { "attrs": [ "href" ], "values": [ "/Contact.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2541, "char_start_idx": 2359, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2541, "char_start_idx": 175, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content", "content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "article" }, { "char_end_idx": 2541, "char_start_idx": 175, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "container-column-main column-main", "main" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2562, "char_start_idx": 2541, "html_attrs": { "attrs": [ "class" ], "values": [ "title-silo-practice" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 2572, "char_start_idx": 2563, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Elder-Law.shtml", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2573, "char_start_idx": 2563, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1 itemFirst first-child" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2590, "char_start_idx": 2573, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Power-of-Attorney/", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2591, "char_start_idx": 2573, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1 has-child" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2607, "char_start_idx": 2591, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Wills-and-Trusts/", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2608, "char_start_idx": 2591, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1 has-child" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2635, "char_start_idx": 2608, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Estate-and-Trust-Litigation/", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2636, "char_start_idx": 2608, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1 has-child" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2648, "char_start_idx": 2636, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Guardianship.shtml", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2649, "char_start_idx": 2636, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2701, "char_start_idx": 2649, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Protecting-Assets-Against-The-Cost-Of-Long-Term-Care.shtml", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2702, "char_start_idx": 2649, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2736, "char_start_idx": 2702, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/The-Nursing-Home-Admission-Process.shtml", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2737, "char_start_idx": 2702, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2766, "char_start_idx": 2737, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Estate-Administration-Probate.shtml", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2767, "char_start_idx": 2737, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2779, "char_start_idx": 2767, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/Estate-and-Trust-Law/Tax-Planning.shtml", "fl-list-link list-link-level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2780, "char_start_idx": 2767, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list-item list-item-level-1 itemLast last-child" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2780, "char_start_idx": 2563, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-list list-level-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2780, "char_start_idx": 2541, "html_attrs": { "attrs": [ "id", "class", "data-bp", "role" ], "values": [ "silo-practice", "silo-practice", "750", "navigation" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2780, "char_start_idx": 2541, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "column-side", "complementary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2780, "char_start_idx": 175, "html_attrs": { "attrs": [ "class" ], "values": [ "container-columns" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2805, "char_start_idx": 2780, "html_attrs": { "attrs": [ "class" ], "values": [ "title-nav-practice" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 2821, "char_start_idx": 2806, "html_attrs": { "attrs": [ "href" ], "values": [ "/Personal-Injury/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2821, "char_start_idx": 2806, "html_attrs": { "attrs": [ "class" ], "values": [ "prac-pi" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2834, "char_start_idx": 2822, "html_attrs": { "attrs": [ "href" ], "values": [ "/Business-Law/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2834, "char_start_idx": 2822, "html_attrs": { "attrs": [ "class" ], "values": [ "prac-bl" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2850, "char_start_idx": 2835, "html_attrs": { "attrs": [ "href" ], "values": [ "/Real-Estate-Law.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2850, "char_start_idx": 2835, "html_attrs": { "attrs": [ "class" ], "values": [ "prac-rel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2861, "char_start_idx": 2851, "html_attrs": { "attrs": [ "href" ], "values": [ "/Estate-and-Trust-Law/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2861, "char_start_idx": 2851, "html_attrs": { "attrs": [ "class" ], "values": [ "prac-el" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2876, "char_start_idx": 2862, "html_attrs": { "attrs": [ "href" ], "values": [ "/Employment-and-Labor-Law/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2876, "char_start_idx": 2862, "html_attrs": { "attrs": [ "class" ], "values": [ "item-last prac-empl" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2877, "char_start_idx": 2806, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2877, "char_start_idx": 2780, "html_attrs": { "attrs": [ "class", "role", "id", "data-bp" ], "values": [ "container-nav-practice nav-practice", "complementary navigation", "nav-practice mob-practice", "750" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2922, "char_start_idx": 2877, "html_attrs": { "attrs": [ "class" ], "values": [ "title-short-form" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 3227, "char_start_idx": 3212, "html_attrs": { "attrs": [ "href" ], "values": [ "/Contact.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3277, "char_start_idx": 2923, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3277, "char_start_idx": 2877, "html_attrs": { "attrs": [ "class" ], "values": [ "sf-left-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3289, "char_start_idx": 3277, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "btn-short-form", "/Contact.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "short-form", "containerIntakeFormShortAutofill" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 2877, "html_attrs": { "attrs": [ "class" ], "values": [ "container-sf-wrap container-sf" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class", "src", "alt" ], "values": [ "footer-logo", "/design/images/logo.png", "Brand Logo" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 3314, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "office-street-address" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 3324, "char_start_idx": 3314, "html_attrs": { "attrs": [ "class" ], "values": [ "office-locality" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3328, "char_start_idx": 3326, "html_attrs": { "attrs": [ "class" ], "values": [ "office-region" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3334, "char_start_idx": 3329, "html_attrs": { "attrs": [ "class" ], "values": [ "office-postal-code" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3335, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "office-address" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 3345, "char_start_idx": 3336, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3359, "char_start_idx": 3347, "html_attrs": { "attrs": [ "class", "data-raw-number" ], "values": [ "office-phone-number", "8663605064" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3361, "char_start_idx": 3336, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone office-phone-toll-free office-phone-tracking" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3366, "char_start_idx": 3361, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3380, "char_start_idx": 3368, "html_attrs": { "attrs": [ "class", "data-raw-number" ], "values": [ "office-phone-number", "6108160342" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3382, "char_start_idx": 3361, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone office-phone-local office-phone-tracking" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3408, "char_start_idx": 3382, "html_attrs": { "attrs": [ "class", "href", "title", "target" ], "values": [ "office-page-link", "/Wyomissing-Personal-Injury-Office.shtml", "Wyomissing Law Office Map", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3408, "char_start_idx": 3290, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "p" }, { "char_end_idx": 3408, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "office office-1 office-odd office-first office-wyomissing" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3430, "char_start_idx": 3408, "html_attrs": { "attrs": [ "class" ], "values": [ "office-street-address" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 3437, "char_start_idx": 3430, "html_attrs": { "attrs": [ "class" ], "values": [ "office-locality" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3441, "char_start_idx": 3439, "html_attrs": { "attrs": [ "class" ], "values": [ "office-region" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3447, "char_start_idx": 3442, "html_attrs": { "attrs": [ "class" ], "values": [ "office-postal-code" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3448, "char_start_idx": 3408, "html_attrs": { "attrs": [ "class" ], "values": [ "office-address" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 3458, "char_start_idx": 3449, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3472, "char_start_idx": 3460, "html_attrs": { "attrs": [ "class", "data-raw-number" ], "values": [ "office-phone-number", "8663605064" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3474, "char_start_idx": 3449, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone office-phone-toll-free office-phone-tracking" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3479, "char_start_idx": 3474, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3493, "char_start_idx": 3481, "html_attrs": { "attrs": [ "class", "data-raw-number" ], "values": [ "office-phone-number", "6108160342" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3495, "char_start_idx": 3474, "html_attrs": { "attrs": [ "class" ], "values": [ "office-phone office-phone-local office-phone-tracking" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3518, "char_start_idx": 3495, "html_attrs": { "attrs": [ "class", "href", "title", "target" ], "values": [ "office-page-link", "/Hamburg-Personal-Injury-Office.shtml", "Hamburg Law Office Map", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3518, "char_start_idx": 3408, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 3518, "char_start_idx": 3408, "html_attrs": { "attrs": [ "class" ], "values": [ "office office-2 office-even office-last office-hamburg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3518, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class", "id", "itemref" ], "values": [ "offices", "offices", "attorneyProfile attorney-list" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3518, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "contact-info-right" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3518, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "container-contact-info contact-info" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3560, "char_start_idx": 3528, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://pview.findlaw.com/cmd/view?wld_id=2408566&pid=1", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3593, "char_start_idx": 3583, "html_attrs": { "attrs": [ "href" ], "values": [ "/Disclaimer.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3604, "char_start_idx": 3596, "html_attrs": { "attrs": [ "href" ], "values": [ "/Site-Map.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3604, "char_start_idx": 3518, "html_attrs": { "attrs": [ "class" ], "values": [ "copyright" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "p" }, { "char_end_idx": 3619, "char_start_idx": 3605, "html_attrs": { "attrs": [ "id", "href" ], "values": [ "PrivacyPolicy", "/Privacy-Policy.shtml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3652, "char_start_idx": 3622, "html_attrs": { "attrs": [ "target", "rel", "href" ], "values": [ "_blank", "nofollow", "https://www.lawyermarketing.com/?utm_source=FirmSite&utm_medium=footer%2Bcopyright&utm_term=law%2Bfirm%2Bmarketing&utm_campaign=FirmSite%2BInbound" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3663, "char_start_idx": 3656, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.findlaw.com/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3690, "char_start_idx": 3605, "html_attrs": { "attrs": [ "class" ], "values": [ "branding" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3690, "char_start_idx": 3518, "html_attrs": { "attrs": [ "class" ], "values": [ "fine-print clearfix" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "section" }, { "char_end_idx": 3701, "char_start_idx": 3690, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "back-to-top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3702, "char_start_idx": 3518, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-page" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3702, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "container-page" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3784, "char_start_idx": 3702, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 3785, "char_start_idx": 3785, "html_attrs": { "attrs": [ "href", "rel", "as", "onload" ], "values": [ "https://fonts.googleapis.com/css?family=Roboto:400,400i,700", "preload", "style", "this.rel='stylesheet'" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "link" }, { "char_end_idx": 3785, "char_start_idx": 3785, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://fonts.googleapis.com/css?family=Roboto:400,400i,700", "stylesheet" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "link" }, { "char_end_idx": 3785, "char_start_idx": 3785, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "noscript" }, { "char_end_idx": 3785, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "Practice design Guardianship Estate-and-Trust-Law Estate-and-Trust-Law" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 69, "char_start_idx": 0, "key": "paragraph", "marker": "h1", "type": "local", "value": "We Can Help You File For Legal Guardianship Of An Incapacitated Adult" }, { "char_end_idx": 70, "char_start_idx": 69, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 74, "char_start_idx": 70, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 88, "char_start_idx": 74, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOur Attorneys" }, { "char_end_idx": 110, "char_start_idx": 88, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommunity Involvement" }, { "char_end_idx": 119, "char_start_idx": 110, "key": "paragraph", "marker": "li", "type": "local", "value": "\nArticles" }, { "char_end_idx": 129, "char_start_idx": 119, "key": "paragraph", "marker": "li", "type": "local", "value": "\nResources" }, { "char_end_idx": 134, "char_start_idx": 129, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog" }, { "char_end_idx": 142, "char_start_idx": 134, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 143, "char_start_idx": 142, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 157, "char_start_idx": 143, "key": "paragraph", "marker": "div", "type": "local", "value": "You are here:\n" }, { "char_end_idx": 664, "char_start_idx": 157, "key": "paragraph", "marker": "p", "type": "local", "value": "In This Section »\nIf a loved one becomes incapacitated, a family member or any qualified individual may seek legal guardianship of the incapacitated person. Pennsylvania law defines an incapacitated adult as one \"whose abilities to receive and evaluate information effectively and communicate decisions in any way are impaired to such a significant extent that they are partially or totally unable to manage their financial resources or to meet essential requirements for their physical health and safety.\"\n" }, { "char_end_idx": 978, "char_start_idx": 664, "key": "paragraph", "marker": "p", "type": "local", "value": "Under Pennsylvania law, only the court may grant legal guardianship. A party may seek guardianship of the person (for decisions regarding health care, where an incapacitated individual lives, etc.), as well as guardianship of the estate (for decisions regarding the financial affairs of the incapacitated person).\n" }, { "char_end_idx": 1035, "char_start_idx": 978, "key": "paragraph", "marker": "h2", "type": "local", "value": "We Handle Guardianship Matters In Berks County And Beyond" }, { "char_end_idx": 1442, "char_start_idx": 1035, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe attorneys at Leisawitz Heller in Wyomissing assist families and other individuals who have a loved one who has become incapacitated and can no longer make decisions independently. The process of obtaining guardianship is complex, as are the reporting responsibilities once someone is named a legal guardian. Missteps can delay the process or create expensive legal situations once a guardian is named.\n" }, { "char_end_idx": 1533, "char_start_idx": 1442, "key": "paragraph", "marker": "p", "type": "local", "value": "We are able to help clients who have a wide variety of guardianship situations, including:\n" }, { "char_end_idx": 1576, "char_start_idx": 1533, "key": "paragraph", "marker": "li", "type": "local", "value": "Guardianship for an adult with disabilities" }, { "char_end_idx": 1658, "char_start_idx": 1576, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGuardianship for a person who is seriously and permanently injured in an accident" }, { "char_end_idx": 1756, "char_start_idx": 1658, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGuardianship for an adult who becomes incapacitated late in life due to dementia or other illness" }, { "char_end_idx": 1757, "char_start_idx": 1756, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2057, "char_start_idx": 1757, "key": "paragraph", "marker": "p", "type": "local", "value": "Our knowledgeable estate planning lawyers help clients in Greater Reading and throughout southeastern Pennsylvania obtain guardianship and comply with all of the requirements that come with it. We will explain the different types of guardianship and what rights and responsibilities come with each.\nW" }, { "char_end_idx": 2359, "char_start_idx": 2057, "key": "paragraph", "marker": "p", "type": "local", "value": "e will complete all forms that are part of the petition process, represent you at the guardianship hearing and guide you in completing any annual reports that are required by the court. We will also provide ongoing guidance and advice throughout the guardianship to help you avoid making any mistakes.\n" }, { "char_end_idx": 2541, "char_start_idx": 2359, "key": "paragraph", "marker": "article", "type": "local", "value": "Call 610-816-0342 or use our online contact form to schedule a meeting. We can answer your questions, review your situation and provide a candid assessment of what you might expect.\n" }, { "char_end_idx": 2542, "char_start_idx": 2541, "key": "paragraph", "marker": "p", "type": "local", "value": "M" }, { "char_end_idx": 2562, "char_start_idx": 2542, "key": "paragraph", "marker": "h4", "type": "local", "value": "ORE IN THIS SECTION:" }, { "char_end_idx": 2573, "char_start_idx": 2562, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElder Law\n" }, { "char_end_idx": 2591, "char_start_idx": 2573, "key": "paragraph", "marker": "li", "type": "local", "value": "Power Of Attorney\n" }, { "char_end_idx": 2608, "char_start_idx": 2591, "key": "paragraph", "marker": "li", "type": "local", "value": "Wills And Trusts\n" }, { "char_end_idx": 2636, "char_start_idx": 2608, "key": "paragraph", "marker": "li", "type": "local", "value": "Estate And Trust Litigation\n" }, { "char_end_idx": 2649, "char_start_idx": 2636, "key": "paragraph", "marker": "li", "type": "local", "value": "Guardianship\n" }, { "char_end_idx": 2702, "char_start_idx": 2649, "key": "paragraph", "marker": "li", "type": "local", "value": "Protecting Assets Against The Cost Of Long-Term Care\n" }, { "char_end_idx": 2737, "char_start_idx": 2702, "key": "paragraph", "marker": "li", "type": "local", "value": "The Nursing Home Admission Process\n" }, { "char_end_idx": 2767, "char_start_idx": 2737, "key": "paragraph", "marker": "li", "type": "local", "value": "Estate Administration/Probate\n" }, { "char_end_idx": 2780, "char_start_idx": 2767, "key": "paragraph", "marker": "div", "type": "local", "value": "Tax Planning\n" }, { "char_end_idx": 2805, "char_start_idx": 2780, "key": "paragraph", "marker": "h4", "type": "local", "value": "Our Other Practice Areas:" }, { "char_end_idx": 2821, "char_start_idx": 2805, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPersonal Injury" }, { "char_end_idx": 2834, "char_start_idx": 2821, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBusiness Law" }, { "char_end_idx": 2850, "char_start_idx": 2834, "key": "paragraph", "marker": "li", "type": "local", "value": "\nReal Estate Law" }, { "char_end_idx": 2861, "char_start_idx": 2850, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEstate Law" }, { "char_end_idx": 2876, "char_start_idx": 2861, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEmployment Law" }, { "char_end_idx": 2877, "char_start_idx": 2876, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2922, "char_start_idx": 2877, "key": "paragraph", "marker": "h4", "type": "local", "value": "Your Solution Starts With A Free Consultation" }, { "char_end_idx": 3277, "char_start_idx": 2922, "key": "paragraph", "marker": "div", "type": "local", "value": "\nOur law firm offers free consultations for motor vehicle accidents and other personal injury claims. We accept cases on a contingency fee basis. This means there are no fees unless we win. We welcome the opportunity to review the facts and recommend an effective course of action. You can reach us online or call 610-816-0342 to schedule a consultation.\n" }, { "char_end_idx": 3278, "char_start_idx": 3277, "key": "paragraph", "marker": "p", "type": "local", "value": "C" }, { "char_end_idx": 3290, "char_start_idx": 3278, "key": "paragraph", "marker": "div", "type": "local", "value": "ontact Us »\n" }, { "char_end_idx": 3409, "char_start_idx": 3290, "key": "paragraph", "marker": "p", "type": "local", "value": "2755 Century Boulevard \nWyomissing, PA 19610 \nToll Free: 866-360-5064 \nPhone: 610-816-0342 \nWyomissing Law Office Map\n4" }, { "char_end_idx": 3518, "char_start_idx": 3408, "key": "paragraph", "marker": "div", "type": "local", "value": "400 South 4th Street \nHamburg, PA 19526 \nToll Free: 866-360-5064 \nPhone: 610-816-0342 \nHamburg Law Office Map\n" }, { "char_end_idx": 3519, "char_start_idx": 3518, "key": "paragraph", "marker": "p", "type": "local", "value": "©" }, { "char_end_idx": 3605, "char_start_idx": 3518, "key": "paragraph", "marker": "p", "type": "local", "value": "© 2019 by The Law Firm of Leisawitz Heller. All rights reserved. Disclaimer | Site Map\n" }, { "char_end_idx": 3690, "char_start_idx": 3605, "key": "paragraph", "marker": "section", "type": "local", "value": "Privacy Policy | Business Development Solutions by FindLaw, part of Thomson Reuters.\n" }, { "char_end_idx": 3691, "char_start_idx": 3690, "key": "paragraph", "marker": "p", "type": "local", "value": "B" }, { "char_end_idx": 3702, "char_start_idx": 3691, "key": "paragraph", "marker": "div", "type": "local", "value": "ack to Top\n" }, { "char_end_idx": 3785, "char_start_idx": 3702, "key": "paragraph", "marker": "remainder", "type": "local", "value": "[if lt IE 9]> <script src=\"/includes/scripts/respond-1.1.0.js\"></script> <![endif]\n" } ]
[]
[ { "key": "title", "type": "global", "value": "guardians lawyer berks county | Reading PA guardianship" } ]
[ { "key": "url", "type": "global", "value": "https://www.leisawitzheller.com/Estate-and-Trust-Law/Guardianship.shtml" } ]
[]
We Can Help You File For Legal Guardianship Of An Incapacitated Adult Home Our Attorneys Community Involvement Articles Resources Blog Contact You are here: In This Section » If a loved one becomes incapacitated, a family member or any qualified individual may seek legal guardianship of the incapacitated person. Pennsylvania law defines an incapacitated adult as one "whose abilities to receive and evaluate information effectively and communicate decisions in any way are impaired to such a significant extent that they are partially or totally unable to manage their financial resources or to meet essential requirements for their physical health and safety." Under Pennsylvania law, only the court may grant legal guardianship. A party may seek guardianship of the person (for decisions regarding health care, where an incapacitated individual lives, etc.), as well as guardianship of the estate (for decisions regarding the financial affairs of the incapacitated person). We Handle Guardianship Matters In Berks County And Beyond The attorneys at Leisawitz Heller in Wyomissing assist families and other individuals who have a loved one who has become incapacitated and can no longer make decisions independently. The process of obtaining guardianship is complex, as are the reporting responsibilities once someone is named a legal guardian. Missteps can delay the process or create expensive legal situations once a guardian is named. We are able to help clients who have a wide variety of guardianship situations, including: Guardianship for an adult with disabilities Guardianship for a person who is seriously and permanently injured in an accident Guardianship for an adult who becomes incapacitated late in life due to dementia or other illness Our knowledgeable estate planning lawyers help clients in Greater Reading and throughout southeastern Pennsylvania obtain guardianship and comply with all of the requirements that come with it. We will explain the different types of guardianship and what rights and responsibilities come with each. We will complete all forms that are part of the petition process, represent you at the guardianship hearing and guide you in completing any annual reports that are required by the court. We will also provide ongoing guidance and advice throughout the guardianship to help you avoid making any mistakes. Call 610-816-0342 or use our online contact form to schedule a meeting. We can answer your questions, review your situation and provide a candid assessment of what you might expect. MORE IN THIS SECTION: Elder Law Power Of Attorney Wills And Trusts Estate And Trust Litigation Guardianship Protecting Assets Against The Cost Of Long-Term Care The Nursing Home Admission Process Estate Administration/Probate Tax Planning Our Other Practice Areas: Personal Injury Business Law Real Estate Law Estate Law Employment Law Your Solution Starts With A Free Consultation Our law firm offers free consultations for motor vehicle accidents and other personal injury claims. We accept cases on a contingency fee basis. This means there are no fees unless we win. We welcome the opportunity to review the facts and recommend an effective course of action. You can reach us online or call 610-816-0342 to schedule a consultation. Contact Us » 2755 Century Boulevard Wyomissing, PA 19610 Toll Free: 866-360-5064 Phone: 610-816-0342 Wyomissing Law Office Map 400 South 4th Street Hamburg, PA 19526 Toll Free: 866-360-5064 Phone: 610-816-0342 Hamburg Law Office Map © 2019 by The Law Firm of Leisawitz Heller. All rights reserved. Disclaimer | Site Map Privacy Policy | Business Development Solutions by FindLaw, part of Thomson Reuters. Back to Top [if lt IE 9]> <script src="/includes/scripts/respond-1.1.0.js"></script> <![endif]
https://www.leisawitzheller.com/Estate-and-Trust-Law/Guardianship.shtml
[ { "char_end_idx": 172, "char_start_idx": 160, "key": "entity", "type": "local", "value": "Computer_security" }, { "char_end_idx": 326, "char_start_idx": 314, "key": "entity", "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 682, "char_start_idx": 670, "key": "entity", "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 1017, "char_start_idx": 1012, "key": "entity", "type": "local", "value": "Berkshire" }, { "char_end_idx": 1083, "char_start_idx": 1073, "key": "entity", "type": "local", "value": "Wyomissing,_Pennsylvania" }, { "char_end_idx": 1830, "char_start_idx": 1815, "key": "entity", "type": "local", "value": "Berks_County,_Pennsylvania" }, { "char_end_idx": 1871, "char_start_idx": 1859, "key": "entity", "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 2572, "char_start_idx": 2563, "key": "entity", "type": "local", "value": "Elder_law_(Massachusetts)" }, { "char_end_idx": 2850, "char_start_idx": 2835, "key": "entity", "type": "local", "value": "Real_estate" }, { "char_end_idx": 2861, "char_start_idx": 2851, "key": "entity", "type": "local", "value": "Property_law" }, { "char_end_idx": 3287, "char_start_idx": 3285, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 3312, "char_start_idx": 3295, "key": "entity", "type": "local", "value": "Century_Boulevard" }, { "char_end_idx": 3324, "char_start_idx": 3314, "key": "entity", "type": "local", "value": "Wyomissing,_Pennsylvania" }, { "char_end_idx": 3328, "char_start_idx": 3326, "key": "entity", "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 3437, "char_start_idx": 3430, "key": "entity", "type": "local", "value": "Hamburg" }, { "char_end_idx": 3441, "char_start_idx": 3439, "key": "entity", "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 3502, "char_start_idx": 3495, "key": "entity", "type": "local", "value": "Hamburg" }, { "char_end_idx": 3663, "char_start_idx": 3656, "key": "entity", "type": "local", "value": "FindLaw" }, { "char_end_idx": 3688, "char_start_idx": 3673, "key": "entity", "type": "local", "value": "West_(publisher)" } ]
[ { "char_end_idx": 664, "char_start_idx": 157, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Computer_security" }, { "char_end_idx": 664, "char_start_idx": 157, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 978, "char_start_idx": 664, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 1035, "char_start_idx": 978, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Berkshire" }, { "char_end_idx": 1442, "char_start_idx": 1035, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wyomissing,_Pennsylvania" }, { "char_end_idx": 2057, "char_start_idx": 1757, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Berks_County,_Pennsylvania" }, { "char_end_idx": 2057, "char_start_idx": 1757, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 2573, "char_start_idx": 2562, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Elder_law_(Massachusetts)" }, { "char_end_idx": 2850, "char_start_idx": 2834, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Real_estate" }, { "char_end_idx": 2861, "char_start_idx": 2850, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Property_law" }, { "char_end_idx": 3290, "char_start_idx": 3278, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 3409, "char_start_idx": 3290, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Century_Boulevard" }, { "char_end_idx": 3409, "char_start_idx": 3290, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Wyomissing,_Pennsylvania" }, { "char_end_idx": 3409, "char_start_idx": 3290, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 3518, "char_start_idx": 3408, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hamburg" }, { "char_end_idx": 3518, "char_start_idx": 3408, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Pennsylvania" }, { "char_end_idx": 3690, "char_start_idx": 3605, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "FindLaw" }, { "char_end_idx": 3690, "char_start_idx": 3605, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "West_(publisher)" } ]
0
307
1555972066000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="//www.w3.org/1999/xhtml" lang="en-US"> <head profile="//gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Wall Mural &#8211; Blooming Custom Order | Wallsorts</title> <link rel="stylesheet" href="//shop.wallsorts.co.nz/wp-content/themes/eStore/style.css" type="text/css" media="screen" /> <link rel="pingback" href="//shop.wallsorts.co.nz/xmlrpc.php" /> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="//shop.wallsorts.co.nz/wp-content/themes/eStore/css/ie6style.css" /> <script type="text/javascript" src="//shop.wallsorts.co.nz/wp-content/themes/eStore/js/DD_belatedPNG_0.0.8a-min.js"></script> <script type="text/javascript">DD_belatedPNG.fix('img#logo');</script> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="//shop.wallsorts.co.nz/wp-content/themes/eStore/css/ie7style.css" /> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="//shop.wallsorts.co.nz/wp-content/themes/eStore/css/ie8style.css" /> <![endif]--> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Wallsorts &raquo; Feed" href="//shop.wallsorts.co.nz/feed/" /> <link rel="alternate" type="application/rss+xml" title="Wallsorts &raquo; Comments Feed" href="//shop.wallsorts.co.nz/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"\/\/shop.wallsorts.co.nz\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <link rel="stylesheet" href="//shop.wallsorts.co.nz/wp-content/themes/eStore/style-Silver.css" type="text/css" media="screen" /> <meta content="eStore v.4.9" name="generator"/><style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='//shop.wallsorts.co.nz/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wc-vendors-css' href='//shop.wallsorts.co.nz/wp-content/plugins/woo-gutenberg-products-block/build/vendors.css?ver=1.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='wc-featured-product-editor-css' href='//shop.wallsorts.co.nz/wp-content/plugins/woo-gutenberg-products-block/build/featured-product.css?ver=1.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=3.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.5.7' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=3.5.7' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='woodojo-custom-code-css' href='//shop.wallsorts.co.nz/?woodojo-custom-code=css&#038;ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='estore-fonts-css' href='//fonts.googleapis.com/css?family=Raleway:400,300,200' type='text/css' media='all' /> <link rel='stylesheet' id='et-gf-arimo-css' href='//fonts.googleapis.com/css?family=Arimo:400,400italic,700italic,700&#038;subset=latin,latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='et-gf-droid-sans-css' href='//fonts.googleapis.com/css?family=Droid+Sans:400,700&#038;subset=latin' type='text/css' media='all' /> <link rel='stylesheet' id='slb_core-css' href='//shop.wallsorts.co.nz/wp-content/plugins/simple-lightbox/client/css/app.css?ver=2.7.1' type='text/css' media='all' /> <link rel='stylesheet' id='et-shortcodes-css-css' href='//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/shortcodes/css/shortcodes.css?ver=3.0' type='text/css' media='all' /> <link rel='stylesheet' id='fancybox-css' href='//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.css?ver=1.3.4' type='text/css' media='screen' /> <link rel='stylesheet' id='et_page_templates-css' href='//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/page_templates/page_templates.css?ver=1.8' type='text/css' media='screen' /> <!--n2css--><script type='text/javascript' src='//shop.wallsorts.co.nz/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='//api.w.org/' href='//shop.wallsorts.co.nz/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="//shop.wallsorts.co.nz/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="//shop.wallsorts.co.nz/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <meta name="generator" content="WooCommerce 3.5.7" /> <link rel='shortlink' href='//shop.wallsorts.co.nz/?p=2850' /> <link rel="alternate" type="application/json+oembed" href="//shop.wallsorts.co.nz/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fshop.wallsorts.co.nz%2Fproduct%2Fwall-mural-blooming-custom-order%2F" /> <link rel="alternate" type="text/xml+oembed" href="//shop.wallsorts.co.nz/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fshop.wallsorts.co.nz%2Fproduct%2Fwall-mural-blooming-custom-order%2F&#038;format=xml" /> <style type="text/css"> h1, h2, h3, h4, h5, h6, .description h2.title, .item-content h4, .product h3, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .related-items span, .page-title, .product_title { font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif; }body { font-family: 'Droid Sans', Helvetica, Arial, Lucida, sans-serif; } </style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <!-- BEGIN recaptcha, injected by plugin wp-recaptcha-integration --> <!-- END recaptcha --> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #b2a6b2; } </style> <style type="text/css"> #et_pt_portfolio_gallery { margin-left: -41px; } .et_pt_portfolio_item { margin-left: 31px; } .et_portfolio_small { margin-left: -40px !important; } .et_portfolio_small .et_pt_portfolio_item { margin-left: 29px !important; } .et_portfolio_large { margin-left: -24px !important; } .et_portfolio_large .et_pt_portfolio_item { margin-left: 4px !important; } </style> <style type="text/css" id="et-custom-css"> body { font-size: 14px !important; } </style> </head> <body class="product-template-default single single-product postid-2850 custom-background cufon-enabled woocommerce woocommerce-page woocommerce-no-js unknown et_includes_sidebar"> <div id="header"> <div class="container clearfix"> <a href="//shop.wallsorts.co.nz/"> <img src="//shop.wallsorts.co.nz/wp-content/uploads/2014/01/wallsortslarge.jpg" alt="Wallsorts" id="logo"/></a> <ul id="top-menu" class="nav superfish clearfix"><li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-190"><a href="//shop.wallsorts.co.nz/shop/">Shop Online</a></li> <li id="menu-item-191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-191"><a href="//shop.wallsorts.co.nz/aboutus/">About Us</a> <ul class="sub-menu"> <li id="menu-item-193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-193"><a href="//shop.wallsorts.co.nz/aboutus/">About Us</a></li> <li id="menu-item-179" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-179"><a href="//shop.wallsorts.co.nz/delivery-details/">Delivery Details</a></li> <li id="menu-item-406" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-406"><a href="//shop.wallsorts.co.nz/aboutus/terms-and-conditions/">Terms &#038; Conditions</a></li> <li id="menu-item-407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-407"><a href="//shop.wallsorts.co.nz/get-it-hung-by-a-professional/">Get It Hung by a Professional</a></li> <li id="menu-item-462" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-462"><a href="//www.facebook.com/pages/Wallsorts/147361468719425">Find us on Facebook</a></li> </ul> </li> <li id="menu-item-180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-180"><a href="//shop.wallsorts.co.nz/my-account/">My Account</a> <ul class="sub-menu"> <li id="menu-item-194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194"><a href="//shop.wallsorts.co.nz/my-account/">My Account</a></li> <li id="menu-item-181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-181"><a href="//shop.wallsorts.co.nz/my-account/logout/">Logout</a></li> </ul> </li> <li id="menu-item-205" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="//shop.wallsorts.co.nz/contact-us/">Contact Us</a></li> <li id="menu-item-644" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-644"><a href="//shop.wallsorts.co.nz/calculator/">Calculator</a></li> <li id="menu-item-427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-427"><a href="//shop.wallsorts.co.nz/aboutus/faq/">FAQ</a></li> </ul> <div id="search-bar"> <form method="get" id="searchform1" action="//shop.wallsorts.co.nz/"> <input type="text" value="search this site..." name="s" id="searchinput" /> <input type="image" src="//shop.wallsorts.co.nz/wp-content/themes/eStore/images/search-icon.png" id="searchsubmit" /> </form> </div> <!-- #search-bar --> <div id="menu"> <ul id="secondary-menu" class="nav superfish clearfix"><li id="menu-item-448" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="//shop.wallsorts.co.nz/product-category/colour/"><strong>By Colour</strong><span></span></a></li> <li id="menu-item-463" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="//shop.wallsorts.co.nz/product-category/style/"><strong>By Style</strong><span></span></a></li> <li id="menu-item-432" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="//shop.wallsorts.co.nz/product-category/brick-wood-effect/"><strong>Brick &#038; Wood Effect</strong><span></span></a></li> <li id="menu-item-465" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="//shop.wallsorts.co.nz/product-category/wallpaper-murals/"><strong>Wallpaper Murals</strong><span></span></a></li> <li id="menu-item-433" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="//shop.wallsorts.co.nz/product-category/childrens-wallpaper/"><strong>Children&#8217;s Wallpaper</strong><span></span></a></li> <li id="menu-item-2665" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="//shop.wallsorts.co.nz/product-category/wall-prints/"><strong>Wall Prints</strong><span></span></a></li> <li id="menu-item-464" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="//shop.wallsorts.co.nz/product-category/door-paper-wall-stickers/"><strong>Door &#038; Wall Stickers</strong><span></span></a></li> </ul> </div> <!-- #menu --> </div> <!-- .container --> </div> <!-- #header --> <div id="content" > <div class="container clearfix"> <div id="primary" class="content-area"><main id="main" class="site-main" role="main"> <div id="main-area"> <div id="main-content" class="clearfix"> <div id="left-column"> <div class="post clearfix"> <div class="woocommerce-notices-wrapper"></div> <span class="band et_"></span> <div itemscope itemtype="//schema.org/Product" id="product-2850" class="post-2850 product type-product status-publish has-post-thumbnail product_cat-black-dark product_cat-multi-colour product_cat-pink product_cat-floral-effect product_cat-nature-inspired product_cat-wallpaper-murals first instock featured taxable shipping-taxable purchasable product-type-simple"> <div id="product-slider"> <div id="product-slides"> <div class="item-slide images"> <a class="woocommerce-main-image zoom" itemprop="image" href="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3.jpg" title="Wall Mural &#8211; Blooming Custom Order" data-o_href="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3.jpg"><img src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3.jpg" alt='Wall Mural &#8211; Blooming Custom Order' width='510' height='510' /></a> </div> <!-- .item-class --> </div> <!-- #product-slides --> <div data-thumb="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-109x109.jpg" class="woocommerce-product-gallery__image"><a href="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming.jpg"><img width="100" height="100" src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-109x109.jpg" class="" alt="" title="Blooming" data-caption="" data-src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming.jpg" data-large_image="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming.jpg" data-large_image_width="831" data-large_image_height="831" srcset="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-109x109.jpg 109w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-44x44.jpg 44w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-150x150.jpg 150w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-300x300.jpg 300w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-768x768.jpg 768w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-90x90.jpg 90w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-200x200.jpg 200w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming-184x184.jpg 184w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/Blooming.jpg 831w" sizes="(max-width: 100px) 100vw, 100px" /></a></div><div data-thumb="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1-109x109.jpg" class="woocommerce-product-gallery__image"><a href="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1.jpg"><img width="100" height="100" src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1-109x109.jpg" class="" alt="" title="blooming1" data-caption="" data-src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1.jpg" data-large_image="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1.jpg" data-large_image_width="800" data-large_image_height="533" srcset="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1-109x109.jpg 109w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1-44x44.jpg 44w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1-150x150.jpg 150w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming1-184x184.jpg 184w" sizes="(max-width: 100px) 100vw, 100px" /></a></div><div data-thumb="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-109x109.jpg" class="woocommerce-product-gallery__image"><a href="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2.jpg"><img width="100" height="100" src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-109x109.jpg" class="" alt="" title="blooming2" data-caption="" data-src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2.jpg" data-large_image="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2.jpg" data-large_image_width="960" data-large_image_height="960" srcset="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-109x109.jpg 109w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-44x44.jpg 44w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-150x150.jpg 150w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-300x300.jpg 300w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-768x768.jpg 768w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-90x90.jpg 90w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-200x200.jpg 200w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2-184x184.jpg 184w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming2.jpg 960w" sizes="(max-width: 100px) 100vw, 100px" /></a></div><div data-thumb="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3-109x109.jpg" class="woocommerce-product-gallery__image"><a href="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3.jpg"><img width="100" height="100" src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3-109x109.jpg" class="" alt="" title="blooming3" data-caption="" data-src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3.jpg" data-large_image="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3.jpg" data-large_image_width="800" data-large_image_height="533" srcset="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3-109x109.jpg 109w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3-44x44.jpg 44w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3-150x150.jpg 150w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming3-184x184.jpg 184w" sizes="(max-width: 100px) 100vw, 100px" /></a></div><div data-thumb="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4-109x109.jpg" class="woocommerce-product-gallery__image"><a href="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4.jpg"><img width="100" height="100" src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4-109x109.jpg" class="" alt="" title="blooming4" data-caption="" data-src="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4.jpg" data-large_image="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4.jpg" data-large_image_width="800" data-large_image_height="533" srcset="//shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4-109x109.jpg 109w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4-44x44.jpg 44w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4-150x150.jpg 150w, //shop.wallsorts.co.nz/wp-content/uploads/2017/10/blooming4-184x184.jpg 184w" sizes="(max-width: 100px) 100vw, 100px" /></a></div> </div> <!-- #product-slider --> <div class="summary"> <h1 class="product_title entry-title">Wall Mural &#8211; Blooming Custom Order</h1><p class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>410.00</span></p> <p class="w2m-pricebreak-products">or 6 interest free payments from <strong><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>68.33</span></strong> with <img src="//shop.wallsorts.co.nz/wp-content/plugins/w2mlaybuy/images/laybuy-icon.png"> LAY<strong>BUY</strong> - <a href="//www.laybuy.com/what-is-laybuy" target="_blank">Whats this?</a></p> <form class="cart" action="//shop.wallsorts.co.nz/product/wall-mural-blooming-custom-order/" method="post" enctype='multipart/form-data'> <div class="quantity"> <label class="screen-reader-text" for="quantity_5cbe3fe298ad1">Quantity</label> <input type="number" id="quantity_5cbe3fe298ad1" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric" aria-labelledby="Wall Mural - Blooming Custom Order quantity" /> </div> <button type="submit" name="add-to-cart" value="2850" class="single_add_to_cart_button button alt">Add to cart</button> </form> <div class="product_meta"> <span class="posted_in">Categories: <a href="//shop.wallsorts.co.nz/product-category/colour/black-dark/" rel="tag">Black / Dark</a>, <a href="//shop.wallsorts.co.nz/product-category/colour/multi-colour/" rel="tag">Multi Colour</a>, <a href="//shop.wallsorts.co.nz/product-category/colour/pink/" rel="tag">Pink</a>, <a href="//shop.wallsorts.co.nz/product-category/style/floral-effect/" rel="tag">Floral Effect</a>, <a href="//shop.wallsorts.co.nz/product-category/style/nature-inspired/" rel="tag">Nature Inspired</a>, <a href="//shop.wallsorts.co.nz/product-category/wallpaper-murals/" rel="tag">Wallpaper Murals</a></span> </div> </div><!-- .summary --> <div class="woocommerce-tabs wc-tabs-wrapper"> <ul class="tabs wc-tabs" role="tablist"> <li class="description_tab" id="tab-title-description" role="tab" aria-controls="tab-description"> <a href="#tab-description">Description</a> </li> </ul> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab" id="tab-description" role="tabpanel" aria-labelledby="tab-title-description"> <h2>Description</h2> <p><span style="color: #000000;">The breathtaking beauty of flowers in full bloom is delightfully perceived in a classic oil painting. Giving the illusion of an old oil painting, the colors have dried out creating charming cracks that run decadently over the canvas. This statement wall mural is grandiose and irresistible at the same time.</span></p> <p style="color: #7c7b7a;"><span style="color: #000000;">240 x 240cm.  Comes in numbered panels for ease of hanging</span></p> <p style="color: #7c7b7a;"><span style="color: #000000;">Paper Type – Non-woven, Washable</span></p> <p style="color: #7c7b7a;"><span style="color: #000000;">Application:  Paste the Wall</span></p> <p style="color: #7c7b7a;"><span style="color: #000000;">This item is custom made.  Please enquire in regards to pricing for your measurements.</span></p> <p style="color: #7c7b7a;"><span style="color: #000000;">Please allow approx 2 -3 weeks for delivery</span></p> </div> </div> <div class="related products"> <h2>Related Products</h2> <ul class="related-items clearfix"> <ul class="products columns-4"> <li class="first post-226 product type-product status-publish has-post-thumbnail product_cat-multi-colour product_cat-red product_cat-floral-effect product_cat-nature-inspired instock taxable shipping-taxable purchasable product-type-simple"> <a href="//shop.wallsorts.co.nz/product/dante-flower/"> <img src="//shop.wallsorts.co.nz/wp-content/uploads/2014/01/Dante-Flower-200x200.jpg" alt='Dante Flower' width='190' height='190' /> <span>Dante Flower</span> </a> </li> <li class="post-1645 product type-product status-publish has-post-thumbnail product_cat-greysilver product_cat-white product_cat-floral-effect product_cat-geometric-motif product_cat-nature-inspired last instock taxable shipping-taxable purchasable product-type-simple"> <a href="//shop.wallsorts.co.nz/product/retro-flower-greywhite/"> <img src="//shop.wallsorts.co.nz/wp-content/uploads/2015/08/retroflower-200x200.jpg" alt='Retro Flower &#8211; Grey/White' width='190' height='190' /> <span>Retro Flower &#8211; Grey/White</span> </a> </li> <li class="first post-152 product type-product status-publish has-post-thumbnail product_cat-clearance-sale product_cat-childrens-wallpaper product_cat-brown product_cat-multi-colour product_cat-red product_cat-featured product_cat-floral-effect product_cat-nature-inspired instock sale taxable shipping-taxable purchasable product-type-simple"> <a href="//shop.wallsorts.co.nz/product/pollyanna-caramelred/"> <img src="//shop.wallsorts.co.nz/wp-content/uploads/2014/01/Pollyanna-CaramelRed-200x200.jpg" alt='Pollyanna Caramel/Red' width='190' height='190' /> <span>Pollyanna Caramel/Red</span> </a> </li> <li class="post-2906 product type-product status-publish has-post-thumbnail product_cat-blue product_cat-brown product_cat-green product_cat-multi-colour product_cat-floral-effect product_cat-nature-inspired last instock taxable shipping-taxable purchasable product-type-simple"> <a href="//shop.wallsorts.co.nz/product/willow-navy/"> <img src="//shop.wallsorts.co.nz/wp-content/uploads/2019/03/Willow-Navy.jpg" alt='Willow &#8211; Navy' width='190' height='190' /> <span>Willow &#8211; Navy</span> </a> </li> </ul> </ul> </div> </div><!-- #product-2850 --> </div><!-- .post --> </div> <!-- #left-column --> <div id="sidebar"> <div id="text-2" class="widget widget_text"><h4 class="widgettitle">Get Social</h4><div class="widget-content"> <div class="textwidget"><a href="//www.facebook.com/Wallsorts-147361468719425/" border=0 target="_blank"><img src="//shop.wallsorts.co.nz/wp-content/uploads/2014/02/Find-us-on-facebook_small.gif"></a></div> </div> <!-- .widget-content --></div> <!-- end .widget --><div id="media_image-3" class="widget widget_media_image"><h4 class="widgettitle"> </h4><div class="widget-content"><img width="300" height="65" src="//shop.wallsorts.co.nz/wp-content/uploads/2018/01/laybuy-button_preview-300x65.png" class="image wp-image-2640 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="//shop.wallsorts.co.nz/wp-content/uploads/2018/01/laybuy-button_preview-300x65.png 300w, //shop.wallsorts.co.nz/wp-content/uploads/2018/01/laybuy-button_preview-90x20.png 90w, //shop.wallsorts.co.nz/wp-content/uploads/2018/01/laybuy-button_preview-200x44.png 200w, //shop.wallsorts.co.nz/wp-content/uploads/2018/01/laybuy-button_preview.png 500w" sizes="(max-width: 300px) 100vw, 300px" /></div> <!-- .widget-content --></div> <!-- end .widget --><div id="woocommerce_product_search-2" class="widget woocommerce widget_product_search"><h4 class="widgettitle">Search Products</h4><div class="widget-content"><form role="search" method="get" class="woocommerce-product-search" action="//shop.wallsorts.co.nz/"> <label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label> <input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products&hellip;" value="" name="s" /> <button type="submit" value="Search">Search</button> <input type="hidden" name="post_type" value="product" /> </form> </div> <!-- .widget-content --></div> <!-- end .widget --><div id="woocommerce_widget_cart-2" class="widget woocommerce widget_shopping_cart"><h4 class="widgettitle">Cart</h4><div class="widget-content"><div class="widget_shopping_cart_content"></div></div> <!-- .widget-content --></div> <!-- end .widget --><div id="woocommerce_product_categories-2" class="widget woocommerce widget_product_categories"><h4 class="widgettitle">Product Categories</h4><div class="widget-content"><ul class="product-categories"><li class="cat-item cat-item-17"><a href="//shop.wallsorts.co.nz/product-category/brick-wood-effect/">Brick &amp; Wood Effect</a></li> <li class="cat-item cat-item-16"><a href="//shop.wallsorts.co.nz/product-category/childrens-wallpaper/">Children's Wallpaper</a></li> <li class="cat-item cat-item-14 cat-parent"><a href="//shop.wallsorts.co.nz/product-category/colour/">Colour</a><ul class='children'> <li class="cat-item cat-item-30"><a href="//shop.wallsorts.co.nz/product-category/colour/black-dark/">Black / Dark</a></li> <li class="cat-item cat-item-31"><a href="//shop.wallsorts.co.nz/product-category/colour/blue/">Blue</a></li> <li class="cat-item cat-item-32"><a href="//shop.wallsorts.co.nz/product-category/colour/brown/">Brown</a></li> <li class="cat-item cat-item-15"><a href="//shop.wallsorts.co.nz/product-category/colour/green/">Green</a></li> <li class="cat-item cat-item-37"><a href="//shop.wallsorts.co.nz/product-category/colour/greysilver/">Grey/Silver</a></li> <li class="cat-item cat-item-33"><a href="//shop.wallsorts.co.nz/product-category/colour/multi-colour/">Multi Colour</a></li> <li class="cat-item cat-item-87"><a href="//shop.wallsorts.co.nz/product-category/colour/orange/">Orange</a></li> <li class="cat-item cat-item-34"><a href="//shop.wallsorts.co.nz/product-category/colour/pink/">Pink</a></li> <li class="cat-item cat-item-35"><a href="//shop.wallsorts.co.nz/product-category/colour/purple/">Purple</a></li> <li class="cat-item cat-item-36"><a href="//shop.wallsorts.co.nz/product-category/colour/red/">Red</a></li> <li class="cat-item cat-item-13"><a href="//shop.wallsorts.co.nz/product-category/colour/white/">White</a></li> <li class="cat-item cat-item-38"><a href="//shop.wallsorts.co.nz/product-category/colour/yellow/">Yellow</a></li> </ul> </li> <li class="cat-item cat-item-40"><a href="//shop.wallsorts.co.nz/product-category/door-paper-wall-stickers/">Door Paper &amp; Wall Stickers</a></li> <li class="cat-item cat-item-42"><a href="//shop.wallsorts.co.nz/product-category/featured/">Featured</a></li> <li class="cat-item cat-item-88"><a href="//shop.wallsorts.co.nz/product-category/clearance-sale/">Sale!</a></li> <li class="cat-item cat-item-45"><a href="//shop.wallsorts.co.nz/product-category/slider/">Slider</a></li> <li class="cat-item cat-item-111"><a href="//shop.wallsorts.co.nz/product-category/slider2/">slider2</a></li> <li class="cat-item cat-item-124"><a href="//shop.wallsorts.co.nz/product-category/slider3/">Slider3</a></li> <li class="cat-item cat-item-19 cat-parent current-cat-parent"><a href="//shop.wallsorts.co.nz/product-category/style/">Style</a><ul class='children'> <li class="cat-item cat-item-20"><a href="//shop.wallsorts.co.nz/product-category/style/animal-print/">Animal Print</a></li> <li class="cat-item cat-item-22"><a href="//shop.wallsorts.co.nz/product-category/style/damask/">Damask</a></li> <li class="cat-item cat-item-23"><a href="//shop.wallsorts.co.nz/product-category/style/floral-effect/">Floral Effect</a></li> <li class="cat-item cat-item-24"><a href="//shop.wallsorts.co.nz/product-category/style/geometric-motif/">Geometric / Motif</a></li> <li class="cat-item cat-item-25 current-cat"><a href="//shop.wallsorts.co.nz/product-category/style/nature-inspired/">Nature Inspired</a></li> <li class="cat-item cat-item-26"><a href="//shop.wallsorts.co.nz/product-category/style/paintable-wallpaper/">Paintable Wallpaper</a></li> <li class="cat-item cat-item-27"><a href="//shop.wallsorts.co.nz/product-category/style/striped/">Striped</a></li> <li class="cat-item cat-item-28"><a href="//shop.wallsorts.co.nz/product-category/style/textured/">Textured</a></li> <li class="cat-item cat-item-29"><a href="//shop.wallsorts.co.nz/product-category/style/themed/">Themed</a></li> </ul> </li> <li class="cat-item cat-item-125"><a href="//shop.wallsorts.co.nz/product-category/uncategorized/">Uncategorized</a></li> <li class="cat-item cat-item-113"><a href="//shop.wallsorts.co.nz/product-category/wall-prints/">Wall Prints</a></li> <li class="cat-item cat-item-39"><a href="//shop.wallsorts.co.nz/product-category/wallpaper-murals/">Wallpaper Murals</a></li> </ul></div> <!-- .widget-content --></div> <!-- end .widget --></div> <!-- end #sidebar --> </div> <!-- #main-content --> </div> <!-- #main-area --> <div id="main-area-bottom"></div> <div id="footer"> <p>Unique Wallpaper and Wall coverings delivered to your door</p> <p id="copyright">&copy 2019 Wallsorts </p> </div> <!-- #footer--> </div> <!-- .container --> </div> <!-- #content --> <script type="text/javascript" src="//shop.wallsorts.co.nz/wp-content/themes/eStore/js/jquery.cycle.all.min.js"></script> <script type="text/javascript" src="//shop.wallsorts.co.nz/wp-content/themes/eStore/js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="//shop.wallsorts.co.nz/wp-content/themes/eStore/js/superfish.js"></script> <script type="text/javascript"> //<![CDATA[ jQuery.noConflict(); jQuery('ul#top-menu').superfish({ delay: 300, // one second delay on mouseout animation: {'marginLeft':'0px',opacity:'show'}, // fade-in and slide-down animation speed: 'fast', // faster animation speed onBeforeShow: function(){ this.css('marginLeft','20px'); }, autoArrows: true, // disable generation of arrow mark-up dropShadows: false // disable drop shadows }).find('li ul').prepend('<li class="top"><span class="menu-top"></span></li>').find('li:eq(1)').addClass('second'); jQuery('ul#secondary-menu').superfish({ delay: 300, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'fast', // faster animation speed autoArrows: true, // disable generation of arrow mark-up dropShadows: false // disable drop shadows }); et_search_bar(); <!---- et_switcher plugin v1.4 ----> (function($) { $.fn.et_switcher = function(options) { var defaults = { slides: '>div', activeClass: 'active', linksNav: '', findParent: true, //use parent elements in defining lengths lengthElement: 'li', //parent element, used only if findParent is set to true useArrows: false, arrowLeft: 'prevlink', arrowRight: 'nextlink', auto: false, autoSpeed: 5000 }; var options = $.extend(defaults, options); return this.each(function() { var slidesContainer = jQuery(this); slidesContainer.find(options.slides).hide().end().find(options.slides).filter(':first').css('display','block'); if (options.linksNav != '') { var linkSwitcher = jQuery(options.linksNav); linkSwitcher.click(function(){ var targetElement; if (options.findParent) targetElement = jQuery(this).parent(); else targetElement = jQuery(this); if (targetElement.hasClass('active')) return false; /* targetElement.siblings().removeClass('active').end().addClass('active'); var ordernum = targetElement.prevAll(options.lengthElement).length; slidesContainer.find(options.slides).filter(':visible').hide() .end().end().find(options.slides).filter(':eq('+ordernum+')').stop().fadeIn(700); */ targetElement.siblings('.active').animate({marginTop: '-18px'},500,function(){ jQuery(this).removeClass('active'); }); targetElement.animate({marginTop: '6px'},500,function(){ jQuery(this).addClass('active'); }); var ordernum = targetElement.prevAll(options.lengthElement).length; slidesContainer.find(options.slides).filter(':visible').hide().end().end().find(options.slides).filter(':eq('+ordernum+')').stop().fadeIn(700); if (typeof interval != 'undefined') { clearInterval(interval); auto_rotate(); }; return false; }); }; jQuery('#'+options.arrowRight+', #'+options.arrowLeft).click(function(){ var slideActive = slidesContainer.find(options.slides).filter(":visible"), nextSlide = slideActive.next(), prevSlide = slideActive.prev(); if (jQuery(this).attr("id") == options.arrowRight) { if (nextSlide.length) { var ordernum = nextSlide.prevAll().length; } else { var ordernum = 0; } }; if (jQuery(this).attr("id") == options.arrowLeft) { if (prevSlide.length) { var ordernum = prevSlide.prevAll().length; } else { var ordernum = slidesContainer.find(options.slides).length-1; } }; slidesContainer.find(options.slides).filter(':visible').hide().end().end().find(options.slides).filter(':eq('+ordernum+')').stop().fadeIn(700); if (typeof interval != 'undefined') { clearInterval(interval); auto_rotate(); }; return false; }); if (options.auto) { auto_rotate(); }; function auto_rotate(){ interval = setInterval(function(){ var slideActive = slidesContainer.find(options.slides).filter(":visible"), nextSlide = slideActive.next(); if (nextSlide.length) { var ordernum = nextSlide.prevAll().length; } else { var ordernum = 0; } if (options.linksNav === '') jQuery('#'+options.arrowRight).trigger("click"); else linkSwitcher.filter(':eq('+ordernum+')').trigger("click"); },options.autoSpeed); }; }); } })(jQuery); var $featuredArea = jQuery('#featured #slides'); jQuery(window).load( function(){ if ($featuredArea.length) { $featuredArea.css( 'backgroundImage', 'none' ); $featuredArea.et_switcher({ linksNav: '#switcher a', auto: true, autoSpeed: 5000, findParent: true, lengthElement: 'div' }); }; } ); var $slider_content = jQuery('#scroller #items'); if ($slider_content.length) { $slider_content.cycle({ fx: 'scrollHorz', timeout: 0, speed: 700, cleartypeNoBg: true, next: 'a#right-arrow', prev: 'a#left-arrow' }); }; var $featured = jQuery('#product-slider'), $featured_content = jQuery('#product-slides'), $controller = jQuery('#product-thumbs'), $slider_control_tab = $controller.find('a'); if ($featured_content.length) { $featured_content.cycle({ fx: 'fade', timeout: 0, speed: 700, cleartypeNoBg: true }); var ordernum; function gonext(this_element){ $controller.find("a.active").removeClass('active'); this_element.addClass('active'); ordernum = this_element.attr("rel"); $featured_content.cycle(ordernum-1); if (typeof interval != 'undefined') { clearInterval(interval); auto_rotate(); }; } $slider_control_tab.click(function(){ gonext(jQuery(this)); return false; }); }; <!---- Search Bar Improvements ----> function et_search_bar(){ var $searchform = jQuery('#header #searchform1'), $searchinput = $searchform.find("input#searchinput"), searchvalue = $searchinput.val(); $searchinput.focus(function(){ if (jQuery(this).val() === searchvalue) jQuery(this).val(""); }).blur(function(){ if (jQuery(this).val() === "") jQuery(this).val(searchvalue); }); }; //]]> </script> <!-- analytics-counter google analytics tracking code --><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-46260612-1', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); </script><!-- --><script async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='2bdce000962b6c00f83ef700a976b0003995780027265a00494b4900936a4600';j.dataset.sumoPlatform='wordpress';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script> <script type="application/javascript"> var ajaxurl = "//shop.wallsorts.co.nz/wp-admin/admin-ajax.php"; function sumo_add_woocommerce_coupon(code) { jQuery.post(ajaxurl, { action: 'sumo_add_woocommerce_coupon', code: code, }); } function sumo_remove_woocommerce_coupon(code) { jQuery.post(ajaxurl, { action: 'sumo_remove_woocommerce_coupon', code: code, }); } function sumo_get_woocommerce_cart_subtotal(callback) { jQuery.ajax({ method: 'POST', url: ajaxurl, dataType: 'html', data: { action: 'sumo_get_woocommerce_cart_subtotal', }, success: function(subtotal) { return callback(null, subtotal); }, error: function(err) { return callback(err, 0); } }); } </script> <script type="application/ld+json">{"@context":"\/\/schema.org\/","@type":"Product","@id":"\/\/shop.wallsorts.co.nz\/product\/wall-mural-blooming-custom-order\/#product","name":"Wall Mural - Blooming Custom Order","url":"\/\/shop.wallsorts.co.nz\/product\/wall-mural-blooming-custom-order\/","image":"\/\/shop.wallsorts.co.nz\/wp-content\/uploads\/2017\/10\/blooming3.jpg","description":"The breathtaking beauty of flowers in full bloom is delightfully perceived in a classic oil painting. Giving the illusion of an old oil painting, the colors have dried out creating charming cracks that run decadently over the canvas. This statement wall mural is grandiose and irresistible at the same time.\r\n240 x 240cm. \u00a0Comes in numbered panels for ease of hanging\r\nPaper Type \u2013 Non-woven, Washable\r\nApplication: \u00a0Paste the Wall\r\nThis item is custom made. \u00a0Please enquire in regards to pricing for your measurements.\r\nPlease allow approx 2 -3 weeks for delivery","sku":2850,"offers":[{"@type":"Offer","price":"410.00","priceValidUntil":"2020-12-31","priceSpecification":{"price":"410.00","priceCurrency":"NZD","valueAddedTaxIncluded":"true"},"priceCurrency":"NZD","availability":"\/\/schema.org\/InStock","url":"\/\/shop.wallsorts.co.nz\/product\/wall-mural-blooming-custom-order\/","seller":{"@type":"Organization","name":"Wallsorts","url":"\/\/shop.wallsorts.co.nz"}}]}</script> <!-- BEGIN recaptcha, injected by plugin wp-recaptcha-integration --> <script type="text/javascript"> var recaptcha_widgets={}; function wp_recaptchaLoadCallback(){ try { grecaptcha; } catch(err){ return; } var e = document.querySelectorAll ? document.querySelectorAll('.g-recaptcha:not(.wpcf7-form-control)') : document.getElementsByClassName('g-recaptcha'), form_submits; for (var i=0;i<e.length;i++) { (function(el){ var wid; // check if captcha element is unrendered if ( ! el.childNodes.length) { wid = grecaptcha.render(el,{ 'sitekey':'6LfuZgoTAAAAAD3w6shovwh4Mv_95DTBH0x_YIJE', 'theme':el.getAttribute('data-theme') || 'light' }); el.setAttribute('data-widget-id',wid); } else { wid = el.getAttribute('data-widget-id'); grecaptcha.reset(wid); } })(e[i]); } } // if jquery present re-render jquery/ajax loaded captcha elements if ( typeof jQuery !== 'undefined' ) jQuery(document).ajaxComplete( function(evt,xhr,set){ if( xhr.responseText && xhr.responseText.indexOf('6LfuZgoTAAAAAD3w6shovwh4Mv_95DTBH0x_YIJE') !== -1) wp_recaptchaLoadCallback(); } ); </script><script src="//www.google.com/recaptcha/api.js?onload=wp_recaptchaLoadCallback&#038;render=explicit" async defer></script> <!-- END recaptcha --> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-46260612-1', 'wallsorts.co.nz'); ga('send', 'pageview'); </script><script type='text/javascript' src='//shop.wallsorts.co.nz/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"\/\/shop.wallsorts.co.nz\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.5.7'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":""}; /* ]]> */ </script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=3.5.7'></script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.5.7'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_b7af36d219d0506621f840e6901f1c17","fragment_name":"wc_fragments_b7af36d219d0506621f840e6901f1c17"}; /* ]]> */ </script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.5.7'></script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/page_templates/js/fancybox/jquery.easing-1.3.pack.js?ver=1.3.4'></script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.pack.js?ver=1.3.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var et_ptemplates_strings = {"captcha":"Captcha","fill":"Fill","field":"field","invalid":"Invalid email"}; /* ]]> */ </script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1'></script> <script type='text/javascript' src='//shop.wallsorts.co.nz/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type="text/javascript" id="slb_context">/* <![CDATA[ */if ( !!window.jQuery ) {(function($){$(document).ready(function(){if ( !!window.SLB ) { {$.extend(SLB, {"context":["public","user_guest"]});} }})})(jQuery);}/* ]]> */</script> </body> </html>
[]
[ "<head profile=\"//gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<title>Wall Mural – Blooming Custom Order | Wallsorts</title>\n\n<link rel=\"stylesheet\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/style.css\" type=\"text/css\" media=\"screen\" />\n<link rel=\"pingback\" href=\"//shop.wallsorts.co.nz/xmlrpc.php\" />\n\n<!--[if lt IE 7]>\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/css/ie6style.css\" />\n\t<script type=\"text/javascript\" src=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/js/DD_belatedPNG_0.0.8a-min.js\"></script>\n\t<script type=\"text/javascript\">DD_belatedPNG.fix('img#logo');</script>\n<![endif]-->\n<!--[if IE 7]>\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/css/ie7style.css\" />\n<![endif]-->\n<!--[if IE 8]>\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/css/ie8style.css\" />\n<![endif]-->\n\n<script type=\"text/javascript\">\n\tdocument.documentElement.className = 'js';\n</script>\n\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\" />\n<link rel=\"dns-prefetch\" href=\"//s.w.org\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Wallsorts » Feed\" href=\"//shop.wallsorts.co.nz/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Wallsorts » Comments Feed\" href=\"//shop.wallsorts.co.nz/comments/feed/\" />\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"\\/\\/shop.wallsorts.co.nz\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t\t\t<link rel=\"stylesheet\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/style-Silver.css\" type=\"text/css\" media=\"screen\" />\n\t<meta content=\"eStore v.4.9\" name=\"generator\" /><style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"//shop.wallsorts.co.nz/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"wc-vendors-css\" href=\"//shop.wallsorts.co.nz/wp-content/plugins/woo-gutenberg-products-block/build/vendors.css?ver=1.4.0\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"wc-featured-product-editor-css\" href=\"//shop.wallsorts.co.nz/wp-content/plugins/woo-gutenberg-products-block/build/featured-product.css?ver=1.4.0\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"woocommerce-layout-css\" href=\"//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=3.5.7\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"woocommerce-smallscreen-css\" href=\"//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.5.7\" type=\"text/css\" media=\"only screen and (max-width: 768px)\" />\n<link rel=\"stylesheet\" id=\"woocommerce-general-css\" href=\"//shop.wallsorts.co.nz/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=3.5.7\" type=\"text/css\" media=\"all\" />\n<style id=\"woocommerce-inline-inline-css\" type=\"text/css\">\n.woocommerce form .form-row .required { visibility: visible; }\n</style>\n<link rel=\"stylesheet\" id=\"woodojo-custom-code-css\" href=\"//shop.wallsorts.co.nz/?woodojo-custom-code=css&amp;ver=1.0.0\" type=\"text/css\" media=\"screen\" />\n<link rel=\"stylesheet\" id=\"estore-fonts-css\" href=\"//fonts.googleapis.com/css?family=Raleway:400,300,200\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"et-gf-arimo-css\" href=\"//fonts.googleapis.com/css?family=Arimo:400,400italic,700italic,700&amp;subset=latin,latin-ext\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"et-gf-droid-sans-css\" href=\"//fonts.googleapis.com/css?family=Droid+Sans:400,700&amp;subset=latin\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"slb_core-css\" href=\"//shop.wallsorts.co.nz/wp-content/plugins/simple-lightbox/client/css/app.css?ver=2.7.1\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"et-shortcodes-css-css\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/shortcodes/css/shortcodes.css?ver=3.0\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"fancybox-css\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.css?ver=1.3.4\" type=\"text/css\" media=\"screen\" />\n<link rel=\"stylesheet\" id=\"et_page_templates-css\" href=\"//shop.wallsorts.co.nz/wp-content/themes/eStore/epanel/page_templates/page_templates.css?ver=1.8\" type=\"text/css\" media=\"screen\" />\n<!--n2css--><script type=\"text/javascript\" src=\"//shop.wallsorts.co.nz/wp-includes/js/jquery/jquery.js?ver=1.12.4\"></script>\n<script type=\"text/javascript\" src=\"//shop.wallsorts.co.nz/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"></script>\n<link rel=\"//api.w.org/\" href=\"//shop.wallsorts.co.nz/wp-json/\" />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"//shop.wallsorts.co.nz/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"//shop.wallsorts.co.nz/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 5.1.1\" />\n<meta name=\"generator\" content=\"WooCommerce 3.5.7\" />\n<link rel=\"shortlink\" href=\"//shop.wallsorts.co.nz/?p=2850\" />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"//shop.wallsorts.co.nz/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fshop.wallsorts.co.nz%2Fproduct%2Fwall-mural-blooming-custom-order%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"//shop.wallsorts.co.nz/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fshop.wallsorts.co.nz%2Fproduct%2Fwall-mural-blooming-custom-order%2F&amp;format=xml\" />\n\t\t<style type=\"text/css\">\n\t\th1, h2, h3, h4, h5, h6, .description h2.title, .item-content h4, .product h3, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .related-items span, .page-title, .product_title { font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif; }body { font-family: 'Droid Sans', Helvetica, Arial, Lucida, sans-serif; }\t\t</style>\n\t\t<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>\n\t\n<!-- BEGIN recaptcha, injected by plugin wp-recaptcha-integration -->\n\n<!-- END recaptcha -->\n<style type=\"text/css\" id=\"custom-background-css\">\nbody.custom-background { background-color: #b2a6b2; }\n</style>\n\t\t<style type=\"text/css\">\n\t\t#et_pt_portfolio_gallery { margin-left: -41px; }\n\t\t.et_pt_portfolio_item { margin-left: 31px; }\n\t\t.et_portfolio_small { margin-left: -40px !important; }\n\t\t.et_portfolio_small .et_pt_portfolio_item { margin-left: 29px !important; }\n\t\t.et_portfolio_large { margin-left: -24px !important; }\n\t\t.et_portfolio_large .et_pt_portfolio_item { margin-left: 4px !important; }\n\t</style>\n<style type=\"text/css\" id=\"et-custom-css\">\nbody { font-size: 14px !important;\n}\n</style>\n</head>\n" ]
[ "<title>Wall Mural – Blooming Custom Order | Wallsorts</title>\n\n" ]
[ { "key": "datasource", "type": "global", "value": "shop.wallsorts.co.nz > product > wall mural blooming custom order" } ]
[ { "char_end_idx": 334, "char_start_idx": 0, "key": "length", "type": "local", "value": "334" }, { "char_end_idx": 571, "char_start_idx": 334, "key": "length", "type": "local", "value": "236" }, { "char_end_idx": 703, "char_start_idx": 571, "key": "length", "type": "local", "value": "131" }, { "char_end_idx": 777, "char_start_idx": 703, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 803, "char_start_idx": 777, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 863, "char_start_idx": 803, "key": "length", "type": "local", "value": "59" } ]
[ { "key": "length", "type": "global", "value": "1341" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "src", "alt", "id" ], "values": [ "//shop.wallsorts.co.nz/wp-content/uploads/2014/01/wallsortslarge.jpg", "Wallsorts", "logo" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 11, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/shop/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 11, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-190", "menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-190" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 20, "char_start_idx": 12, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/aboutus/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 29, "char_start_idx": 21, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/aboutus/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 29, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-193", "menu-item menu-item-type-post_type menu-item-object-page menu-item-193" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 46, "char_start_idx": 30, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/delivery-details/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 46, "char_start_idx": 30, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-179", "menu-item menu-item-type-post_type menu-item-object-page menu-item-179" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 65, "char_start_idx": 47, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/aboutus/terms-and-conditions/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 65, "char_start_idx": 47, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-406", "menu-item menu-item-type-post_type menu-item-object-page menu-item-406" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 95, "char_start_idx": 66, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/get-it-hung-by-a-professional/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 95, "char_start_idx": 66, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-407", "menu-item menu-item-type-post_type menu-item-object-page menu-item-407" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 115, "char_start_idx": 96, "html_attrs": { "attrs": [ "href" ], "values": [ "//www.facebook.com/pages/Wallsorts/147361468719425" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 115, "char_start_idx": 96, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-462", "menu-item menu-item-type-custom menu-item-object-custom menu-item-462" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 116, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 116, "char_start_idx": 12, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-191", "menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-191" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 126, "char_start_idx": 116, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/my-account/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 127, "char_start_idx": 116, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-180", "menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-180" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 127, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/contact-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 127, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-205", "menu-item menu-item-type-post_type menu-item-object-page menu-item-205" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 148, "char_start_idx": 138, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/calculator/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 148, "char_start_idx": 138, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-644", "menu-item menu-item-type-post_type menu-item-object-page menu-item-644" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 152, "char_start_idx": 149, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/aboutus/faq/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 152, "char_start_idx": 149, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-427", "menu-item menu-item-type-post_type menu-item-object-page menu-item-427" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 153, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "top-menu", "nav superfish clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 162, "char_start_idx": 153, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "strong" }, { "char_end_idx": 162, "char_start_idx": 162, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 162, "char_start_idx": 153, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 162, "char_start_idx": 153, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-448", "menu-item menu-item-type-custom menu-item-object-custom" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 171, "char_start_idx": 163, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 171, "char_start_idx": 171, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 171, "char_start_idx": 163, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 171, "char_start_idx": 163, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-463", "menu-item menu-item-type-custom menu-item-object-custom" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 191, "char_start_idx": 172, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 191, "char_start_idx": 191, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 191, "char_start_idx": 172, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/brick-wood-effect/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 191, "char_start_idx": 172, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-432", "menu-item menu-item-type-custom menu-item-object-custom" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 208, "char_start_idx": 192, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 208, "char_start_idx": 208, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 208, "char_start_idx": 192, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/wallpaper-murals/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 208, "char_start_idx": 192, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-465", "menu-item menu-item-type-custom menu-item-object-custom" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 229, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 229, "char_start_idx": 229, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 229, "char_start_idx": 209, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/childrens-wallpaper/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 209, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-433", "menu-item menu-item-type-custom menu-item-object-custom" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 241, "char_start_idx": 230, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 241, "char_start_idx": 241, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 241, "char_start_idx": 230, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/wall-prints/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 241, "char_start_idx": 230, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2665", "menu-item menu-item-type-taxonomy menu-item-object-product_cat" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 262, "char_start_idx": 242, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 262, "char_start_idx": 262, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 262, "char_start_idx": 242, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/door-paper-wall-stickers/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 262, "char_start_idx": 242, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-464", "menu-item menu-item-type-custom menu-item-object-custom" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 263, "char_start_idx": 153, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "secondary-menu", "nav superfish clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 263, "char_start_idx": 153, "html_attrs": { "attrs": [ "id" ], "values": [ "menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 263, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "header", "container clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 263, "char_start_idx": 263, "html_attrs": { "attrs": [ "class" ], "values": [ "band et_" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 297, "char_start_idx": 263, "html_attrs": { "attrs": [ "class" ], "values": [ "product_title entry-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h1" }, { "char_end_idx": 332, "char_start_idx": 331, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-Price-currencySymbol" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 337, "char_start_idx": 331, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-Price-amount amount" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 337, "char_start_idx": 331, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 343, "char_start_idx": 343, "html_attrs": { "attrs": [ "src" ], "values": [ "//shop.wallsorts.co.nz/wp-content/plugins/w2mlaybuy/images/laybuy-icon.png" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 349, "char_start_idx": 346, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 363, "char_start_idx": 352, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "//www.laybuy.com/what-is-laybuy", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 363, "char_start_idx": 298, "html_attrs": { "attrs": [ "class" ], "values": [ "w2m-pricebreak-products" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 388, "char_start_idx": 376, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/black-dark/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 402, "char_start_idx": 390, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/multi-colour/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 408, "char_start_idx": 404, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/pink/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 423, "char_start_idx": 410, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/floral-effect/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 440, "char_start_idx": 425, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/nature-inspired/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 442, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "//shop.wallsorts.co.nz/product-category/wallpaper-murals/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 364, "html_attrs": { "attrs": [ "class" ], "values": [ "posted_in" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 459, "char_start_idx": 364, "html_attrs": { "attrs": [ "class" ], "values": [ "product_meta" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 459, "char_start_idx": 263, "html_attrs": { "attrs": [ "class" ], "values": [ "summary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 470, "char_start_idx": 459, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 778, "char_start_idx": 471, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #000000;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 778, "char_start_idx": 471, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 864, "char_start_idx": 779, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #000000;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 864, "char_start_idx": 779, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #7c7b7a;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 865, "char_start_idx": 459, "html_attrs": { "attrs": [ "class", "id", "role", "aria-labelledby" ], "values": [ "woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab", "tab-description", "tabpanel", "tab-title-description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 865, "char_start_idx": 459, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-tabs wc-tabs-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 881, "char_start_idx": 865, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 882, "char_start_idx": 882, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "//shop.wallsorts.co.nz/wp-content/uploads/2014/01/Dante-Flower-200x200.jpg", "Dante Flower", "190", "190" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 894, "char_start_idx": 882, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 895, "char_start_idx": 882, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product/dante-flower/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 895, "char_start_idx": 882, "html_attrs": { "attrs": [ "class" ], "values": [ "first post-226 product type-product status-publish has-post-thumbnail product_cat-multi-colour product_cat-red product_cat-floral-effect product_cat-nature-inspired instock taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 895, "char_start_idx": 895, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "//shop.wallsorts.co.nz/wp-content/uploads/2015/08/retroflower-200x200.jpg", "Retro Flower – Grey/White", "190", "190" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 920, "char_start_idx": 895, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 921, "char_start_idx": 895, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product/retro-flower-greywhite/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 921, "char_start_idx": 895, "html_attrs": { "attrs": [ "class" ], "values": [ "post-1645 product type-product status-publish has-post-thumbnail product_cat-greysilver product_cat-white product_cat-floral-effect product_cat-geometric-motif product_cat-nature-inspired last instock taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 921, "char_start_idx": 921, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "//shop.wallsorts.co.nz/wp-content/uploads/2014/01/Pollyanna-CaramelRed-200x200.jpg", "Pollyanna Caramel/Red", "190", "190" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 942, "char_start_idx": 921, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 943, "char_start_idx": 921, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product/pollyanna-caramelred/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 943, "char_start_idx": 921, "html_attrs": { "attrs": [ "class" ], "values": [ "first post-152 product type-product status-publish has-post-thumbnail product_cat-clearance-sale product_cat-childrens-wallpaper product_cat-brown product_cat-multi-colour product_cat-red product_cat-featured product_cat-floral-effect product_cat-nature-inspired instock sale taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 943, "char_start_idx": 943, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "//shop.wallsorts.co.nz/wp-content/uploads/2019/03/Willow-Navy.jpg", "Willow – Navy", "190", "190" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 956, "char_start_idx": 943, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 957, "char_start_idx": 943, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product/willow-navy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 957, "char_start_idx": 943, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2906 product type-product status-publish has-post-thumbnail product_cat-blue product_cat-brown product_cat-green product_cat-multi-colour product_cat-floral-effect product_cat-nature-inspired last instock taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 957, "char_start_idx": 882, "html_attrs": { "attrs": [ "class" ], "values": [ "products columns-4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 957, "char_start_idx": 882, "html_attrs": { "attrs": [ "class" ], "values": [ "related-items clearfix" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 957, "char_start_idx": 865, "html_attrs": { "attrs": [ "class" ], "values": [ "related products" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 957, "char_start_idx": 263, "html_attrs": { "attrs": [ "itemscope", "itemtype", "id", "class" ], "values": [ "", "//schema.org/Product", "product-2850", "post-2850 product type-product status-publish has-post-thumbnail product_cat-black-dark product_cat-multi-colour product_cat-pink product_cat-floral-effect product_cat-nature-inspired product_cat-wallpaper-murals first instock featured taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 957, "char_start_idx": 263, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "left-column", "post clearfix" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 975, "char_start_idx": 957, "html_attrs": { "attrs": [ "class" ], "values": [ "widgettitle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h4" }, { "char_end_idx": 995, "char_start_idx": 976, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/brick-wood-effect/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 995, "char_start_idx": 976, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-17" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1016, "char_start_idx": 996, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/childrens-wallpaper/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1016, "char_start_idx": 996, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-16" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1023, "char_start_idx": 1017, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1036, "char_start_idx": 1024, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/black-dark/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1036, "char_start_idx": 1024, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-30" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1041, "char_start_idx": 1037, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/blue/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1041, "char_start_idx": 1037, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-31" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1047, "char_start_idx": 1042, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/brown/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1047, "char_start_idx": 1042, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-32" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1053, "char_start_idx": 1048, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/green/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1053, "char_start_idx": 1048, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-15" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1065, "char_start_idx": 1054, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/greysilver/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1065, "char_start_idx": 1054, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-37" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1078, "char_start_idx": 1066, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/multi-colour/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1078, "char_start_idx": 1066, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-33" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1085, "char_start_idx": 1079, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/orange/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1085, "char_start_idx": 1079, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-87" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1090, "char_start_idx": 1086, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/pink/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1090, "char_start_idx": 1086, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-34" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1097, "char_start_idx": 1091, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/purple/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1097, "char_start_idx": 1091, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-35" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1101, "char_start_idx": 1098, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/red/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1101, "char_start_idx": 1098, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-36" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1107, "char_start_idx": 1102, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/white/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1107, "char_start_idx": 1102, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-13" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1114, "char_start_idx": 1108, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/colour/yellow/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1114, "char_start_idx": 1108, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-38" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1115, "char_start_idx": 1023, "html_attrs": { "attrs": [ "class" ], "values": [ "children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1115, "char_start_idx": 1017, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-14 cat-parent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1141, "char_start_idx": 1115, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/door-paper-wall-stickers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1141, "char_start_idx": 1115, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-40" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1150, "char_start_idx": 1142, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/featured/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1150, "char_start_idx": 1142, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-42" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1156, "char_start_idx": 1151, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/clearance-sale/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1156, "char_start_idx": 1151, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-88" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1163, "char_start_idx": 1157, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/slider/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1163, "char_start_idx": 1157, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-45" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1171, "char_start_idx": 1164, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/slider2/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1171, "char_start_idx": 1164, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-111" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1179, "char_start_idx": 1172, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/slider3/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1179, "char_start_idx": 1172, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-124" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1185, "char_start_idx": 1180, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1198, "char_start_idx": 1186, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/animal-print/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1198, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-20" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1205, "char_start_idx": 1199, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/damask/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1205, "char_start_idx": 1199, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-22" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1219, "char_start_idx": 1206, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/floral-effect/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1219, "char_start_idx": 1206, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-23" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1237, "char_start_idx": 1220, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/geometric-motif/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1237, "char_start_idx": 1220, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-24" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1253, "char_start_idx": 1238, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/nature-inspired/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1253, "char_start_idx": 1238, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-25 current-cat" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1273, "char_start_idx": 1254, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/paintable-wallpaper/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1273, "char_start_idx": 1254, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-26" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1281, "char_start_idx": 1274, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/striped/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1281, "char_start_idx": 1274, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-27" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1290, "char_start_idx": 1282, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/textured/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1290, "char_start_idx": 1282, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-28" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1297, "char_start_idx": 1291, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/style/themed/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1297, "char_start_idx": 1291, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-29" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1298, "char_start_idx": 1185, "html_attrs": { "attrs": [ "class" ], "values": [ "children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1298, "char_start_idx": 1180, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-19 cat-parent current-cat-parent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1311, "char_start_idx": 1298, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/uncategorized/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1311, "char_start_idx": 1298, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-125" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1323, "char_start_idx": 1312, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/wall-prints/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1323, "char_start_idx": 1312, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-113" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1340, "char_start_idx": 1324, "html_attrs": { "attrs": [ "href" ], "values": [ "//shop.wallsorts.co.nz/product-category/wallpaper-murals/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1340, "char_start_idx": 1324, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-39" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1341, "char_start_idx": 976, "html_attrs": { "attrs": [ "class" ], "values": [ "product-categories" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1341, "char_start_idx": 976, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1341, "char_start_idx": 957, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "woocommerce_product_categories-2", "widget woocommerce widget_product_categories" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1341, "char_start_idx": 957, "html_attrs": { "attrs": [ "id" ], "values": [ "sidebar" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1341, "char_start_idx": 263, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "main-area main-content", "clearfix" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1341, "char_start_idx": 1341, "html_attrs": { "attrs": [ "id" ], "values": [ "footer" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1341, "char_start_idx": 263, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "main", "site-main", "main" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 5, "type": "local", "value": "main" }, { "char_end_idx": 1341, "char_start_idx": 263, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "container clearfix content-area", "primary" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1341, "char_start_idx": 263, "html_attrs": { "attrs": [ "id" ], "values": [ "content" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1341, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "product-template-default single single-product postid-2850 custom-background cufon-enabled woocommerce woocommerce-page woocommerce-no-js unknown et_includes_sidebar" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 11, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Shop Online" }, { "char_end_idx": 29, "char_start_idx": 11, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout Us\nAbout Us" }, { "char_end_idx": 46, "char_start_idx": 29, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDelivery Details" }, { "char_end_idx": 65, "char_start_idx": 46, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTerms & Conditions" }, { "char_end_idx": 95, "char_start_idx": 65, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet It Hung by a Professional" }, { "char_end_idx": 115, "char_start_idx": 95, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFind us on Facebook" }, { "char_end_idx": 116, "char_start_idx": 115, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 127, "char_start_idx": 116, "key": "paragraph", "marker": "li", "type": "local", "value": "My Account\n" }, { "char_end_idx": 137, "char_start_idx": 127, "key": "paragraph", "marker": "li", "type": "local", "value": "Contact Us" }, { "char_end_idx": 148, "char_start_idx": 137, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCalculator" }, { "char_end_idx": 152, "char_start_idx": 148, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFAQ" }, { "char_end_idx": 153, "char_start_idx": 152, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 162, "char_start_idx": 153, "key": "paragraph", "marker": "li", "type": "local", "value": "By Colour" }, { "char_end_idx": 171, "char_start_idx": 162, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBy Style" }, { "char_end_idx": 191, "char_start_idx": 171, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrick & Wood Effect" }, { "char_end_idx": 208, "char_start_idx": 191, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWallpaper Murals" }, { "char_end_idx": 229, "char_start_idx": 208, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChildren’s Wallpaper" }, { "char_end_idx": 241, "char_start_idx": 229, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWall Prints" }, { "char_end_idx": 262, "char_start_idx": 241, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDoor & Wall Stickers" }, { "char_end_idx": 263, "char_start_idx": 262, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 297, "char_start_idx": 263, "key": "paragraph", "marker": "h1", "type": "local", "value": "Wall Mural – Blooming Custom Order" }, { "char_end_idx": 364, "char_start_idx": 297, "key": "paragraph", "marker": "p", "type": "local", "value": "\nor 6 interest free payments from $68.33 with LAYBUY - Whats this?\n" }, { "char_end_idx": 459, "char_start_idx": 364, "key": "paragraph", "marker": "div", "type": "local", "value": "Categories: Black / Dark, Multi Colour, Pink, Floral Effect, Nature Inspired, Wallpaper Murals\n" }, { "char_end_idx": 470, "char_start_idx": 459, "key": "paragraph", "marker": "h2", "type": "local", "value": "Description" }, { "char_end_idx": 779, "char_start_idx": 470, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe breathtaking beauty of flowers in full bloom is delightfully perceived in a classic oil painting. Giving the illusion of an old oil painting, the colors have dried out creating charming cracks that run decadently over the canvas. This statement wall mural is grandiose and irresistible at the same time.\n" }, { "char_end_idx": 865, "char_start_idx": 779, "key": "paragraph", "marker": "p", "type": "local", "value": "This item is custom made. Please enquire in regards to pricing for your measurements.\n" }, { "char_end_idx": 881, "char_start_idx": 865, "key": "paragraph", "marker": "h2", "type": "local", "value": "Related Products" }, { "char_end_idx": 895, "char_start_idx": 881, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDante Flower\n" }, { "char_end_idx": 921, "char_start_idx": 895, "key": "paragraph", "marker": "li", "type": "local", "value": "Retro Flower – Grey/White\n" }, { "char_end_idx": 943, "char_start_idx": 921, "key": "paragraph", "marker": "li", "type": "local", "value": "Pollyanna Caramel/Red\n" }, { "char_end_idx": 957, "char_start_idx": 943, "key": "paragraph", "marker": "div", "type": "local", "value": "Willow – Navy\n" }, { "char_end_idx": 975, "char_start_idx": 957, "key": "paragraph", "marker": "h4", "type": "local", "value": "Product Categories" }, { "char_end_idx": 995, "char_start_idx": 975, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrick & Wood Effect" }, { "char_end_idx": 1016, "char_start_idx": 995, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChildren's Wallpaper" }, { "char_end_idx": 1036, "char_start_idx": 1016, "key": "paragraph", "marker": "li", "type": "local", "value": "\nColour\nBlack / Dark" }, { "char_end_idx": 1041, "char_start_idx": 1036, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlue" }, { "char_end_idx": 1047, "char_start_idx": 1041, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrown" }, { "char_end_idx": 1053, "char_start_idx": 1047, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGreen" }, { "char_end_idx": 1065, "char_start_idx": 1053, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGrey/Silver" }, { "char_end_idx": 1078, "char_start_idx": 1065, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMulti Colour" }, { "char_end_idx": 1085, "char_start_idx": 1078, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOrange" }, { "char_end_idx": 1090, "char_start_idx": 1085, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPink" }, { "char_end_idx": 1097, "char_start_idx": 1090, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPurple" }, { "char_end_idx": 1101, "char_start_idx": 1097, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRed" }, { "char_end_idx": 1107, "char_start_idx": 1101, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWhite" }, { "char_end_idx": 1114, "char_start_idx": 1107, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYellow" }, { "char_end_idx": 1115, "char_start_idx": 1114, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1141, "char_start_idx": 1115, "key": "paragraph", "marker": "li", "type": "local", "value": "Door Paper & Wall Stickers" }, { "char_end_idx": 1150, "char_start_idx": 1141, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFeatured" }, { "char_end_idx": 1156, "char_start_idx": 1150, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSale!" }, { "char_end_idx": 1163, "char_start_idx": 1156, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSlider" }, { "char_end_idx": 1171, "char_start_idx": 1163, "key": "paragraph", "marker": "li", "type": "local", "value": "\nslider2" }, { "char_end_idx": 1179, "char_start_idx": 1171, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSlider3" }, { "char_end_idx": 1198, "char_start_idx": 1179, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStyle\nAnimal Print" }, { "char_end_idx": 1205, "char_start_idx": 1198, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDamask" }, { "char_end_idx": 1219, "char_start_idx": 1205, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFloral Effect" }, { "char_end_idx": 1237, "char_start_idx": 1219, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGeometric / Motif" }, { "char_end_idx": 1253, "char_start_idx": 1237, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNature Inspired" }, { "char_end_idx": 1273, "char_start_idx": 1253, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPaintable Wallpaper" }, { "char_end_idx": 1281, "char_start_idx": 1273, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStriped" }, { "char_end_idx": 1290, "char_start_idx": 1281, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTextured" }, { "char_end_idx": 1297, "char_start_idx": 1290, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThemed" }, { "char_end_idx": 1298, "char_start_idx": 1297, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1311, "char_start_idx": 1298, "key": "paragraph", "marker": "li", "type": "local", "value": "Uncategorized" }, { "char_end_idx": 1323, "char_start_idx": 1311, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWall Prints" }, { "char_end_idx": 1340, "char_start_idx": 1323, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWallpaper Murals" }, { "char_end_idx": 1341, "char_start_idx": 1340, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Wall Mural – Blooming Custom Order | Wallsorts" } ]
[ { "key": "url", "type": "global", "value": "https://shop.wallsorts.co.nz/product/wall-mural-blooming-custom-order/" } ]
[]
Shop Online About Us About Us Delivery Details Terms & Conditions Get It Hung by a Professional Find us on Facebook My Account Contact Us Calculator FAQ By Colour By Style Brick & Wood Effect Wallpaper Murals Children’s Wallpaper Wall Prints Door & Wall Stickers Wall Mural – Blooming Custom Order or 6 interest free payments from $68.33 with LAYBUY - Whats this? Categories: Black / Dark, Multi Colour, Pink, Floral Effect, Nature Inspired, Wallpaper Murals Description The breathtaking beauty of flowers in full bloom is delightfully perceived in a classic oil painting. Giving the illusion of an old oil painting, the colors have dried out creating charming cracks that run decadently over the canvas. This statement wall mural is grandiose and irresistible at the same time. This item is custom made. Please enquire in regards to pricing for your measurements. Related Products Dante Flower Retro Flower – Grey/White Pollyanna Caramel/Red Willow – Navy Product Categories Brick & Wood Effect Children's Wallpaper Colour Black / Dark Blue Brown Green Grey/Silver Multi Colour Orange Pink Purple Red White Yellow Door Paper & Wall Stickers Featured Sale! Slider slider2 Slider3 Style Animal Print Damask Floral Effect Geometric / Motif Nature Inspired Paintable Wallpaper Striped Textured Themed Uncategorized Wall Prints Wallpaper Murals
https://shop.wallsorts.co.nz/product/wall-mural-blooming-custom-order/
[ { "char_end_idx": 20, "char_start_idx": 18, "key": "entity", "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 29, "char_start_idx": 27, "key": "entity", "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 115, "char_start_idx": 107, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 137, "char_start_idx": 135, "key": "entity", "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 273, "char_start_idx": 263, "key": "entity", "type": "local", "value": "Mural" }, { "char_end_idx": 914, "char_start_idx": 910, "key": "entity", "type": "local", "value": "Grey" }, { "char_end_idx": 920, "char_start_idx": 915, "key": "entity", "type": "local", "value": "White" }, { "char_end_idx": 949, "char_start_idx": 943, "key": "entity", "type": "local", "value": "Willow" }, { "char_end_idx": 1029, "char_start_idx": 1024, "key": "entity", "type": "local", "value": "Black" }, { "char_end_idx": 1047, "char_start_idx": 1042, "key": "entity", "type": "local", "value": "Brown" }, { "char_end_idx": 1058, "char_start_idx": 1054, "key": "entity", "type": "local", "value": "Grey" }, { "char_end_idx": 1107, "char_start_idx": 1102, "key": "entity", "type": "local", "value": "White" }, { "char_end_idx": 1198, "char_start_idx": 1186, "key": "entity", "type": "local", "value": "Onchocerciasis" }, { "char_end_idx": 1205, "char_start_idx": 1199, "key": "entity", "type": "local", "value": "Damask" } ]
[ { "char_end_idx": 29, "char_start_idx": 11, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 115, "char_start_idx": 95, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 137, "char_start_idx": 127, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 297, "char_start_idx": 263, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mural" }, { "char_end_idx": 921, "char_start_idx": 895, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Grey" }, { "char_end_idx": 921, "char_start_idx": 895, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "White" }, { "char_end_idx": 957, "char_start_idx": 943, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Willow" }, { "char_end_idx": 1036, "char_start_idx": 1016, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Black" }, { "char_end_idx": 1047, "char_start_idx": 1041, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brown" }, { "char_end_idx": 1065, "char_start_idx": 1053, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Grey" }, { "char_end_idx": 1107, "char_start_idx": 1101, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "White" }, { "char_end_idx": 1198, "char_start_idx": 1179, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Onchocerciasis" }, { "char_end_idx": 1205, "char_start_idx": 1198, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Damask" } ]
0
594
1555614800000
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"/> <link rel="alternate" type="application/rss+xml" title="A Fat Girl&#039;s Food Guide to Eating in Korea RSS Feed" href="http://www.afatgirlsfoodguide.com/feed/"/> <link rel="alternate" type="application/atom+xml" title="A Fat Girl&#039;s Food Guide to Eating in Korea Atom Feed" href="http://www.afatgirlsfoodguide.com/feed/atom/"/> <link rel="pingback" href="http://www.afatgirlsfoodguide.com/xmlrpc.php"/> <!--[if lt IE 9]> <script src="http://www.afatgirlsfoodguide.com/wp-content/themes/soledad/js/html5.js"></script> <![endif]--> <title>Pho Mein &#8211; A Fat Girl&#039;s Food Guide to Eating in Korea</title> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//ajax.googleapis.com'/> <link rel='dns-prefetch' href='//secure.gravatar.com'/> <link rel='dns-prefetch' href='//fonts.googleapis.com'/> <link rel='dns-prefetch' href='//s.w.org'/> <script type="text/javascript">window._wpemojiSettings={"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.afatgirlsfoodguide.com\/wp-includes\/js\/wp-emoji-release.min.js"}};!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);</script> <style type="text/css">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:none!important;padding:0!important}</style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.afatgirlsfoodguide.com/wp-includes/css/dist/block-library/A.style.min.css.pagespeed.cf.cOBdefHnvQ.css' type='text/css' media='all'/> <style id='wp-block-library-theme-css' media='all'>.wp-block-code{padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}.wp-block-code,.wp-block-preformatted pre{font-family:Menlo,Consolas,monaco,monospace;font-size:14px;color:#23282d}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-quote{margin:20px 0}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote:not(.is-large):not(.is-style-large){border-left:4px solid #000;padding-left:1em}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:break-all}</style> <link rel='stylesheet' id='sb_instagram_styles-css' href='http://www.afatgirlsfoodguide.com/wp-content/plugins/instagram-feed/css/A.sb-instagram.min.css.pagespeed.cf.TMN5ByqZVE.css' type='text/css' media='all'/> <link rel='stylesheet' id='penci-fonts-css' href='//fonts.googleapis.com/css?family=Raleway%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%7CPT+Serif%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%7CPlayfair+Display+SC%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%7CMontserrat%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%26subset%3Dcyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin-ext' type='text/css' media='all'/> <link rel='stylesheet' id='penci_style-css' href='http://www.afatgirlsfoodguide.com/wp-content/themes/soledad/A.style.css.pagespeed.cf.pZFCSx1ryw.css' type='text/css' media='all'/> <link rel='stylesheet' id='instag-slider-css' href='http://www.afatgirlsfoodguide.com/wp-content/plugins/instagram-slider-widget/assets/css/A.instag-slider.css.pagespeed.cf.P8M_BMGyum.css' type='text/css' media='all'/> <style id='pptwj-widget-tab-css-css' media='all'>.clear{clear:both}.pptwj-tabs-wrap{padding:3px 0 0}.pptwj-tabs-wrap ul{list-style:none outside none;margin:0;padding:0}.pptwj-tabs-wrap .tab-links{background:#eee;border-bottom:3px solid #4c5360;height:26px;margin:0;padding:0 5px;position:relative}.pptwj-tabs-wrap .tab-links li{border:none;display:inline;float:left;margin:-4px 3px 0 0;padding:0}.pptwj-tabs-wrap .tab-links li a{background:none;color:#999;display:block;float:left;font-weight:bold;font-size:12px;padding:7px 7px 4px;text-decoration:none;text-transform:uppercase}.pptwj-tabs-wrap .tab-links li a.selected,.pptwj-tabs-wrap .tab-links li a:hover{background:#4c5360;border-radius:5px 5px 0 0;color:#fff;text-decoration:none}.pptwj-tabs-wrap .boxes{border:1px solid #e5e5e5;border-radius:0 0 3px 3px;position:relative}.pptwj-tabs-wrap .boxes ul{padding:2px 0 0}.pptwj-tabs-wrap .boxes ul li{border-bottom:1px solid #e5e5e5;font-size:13px;overflow:hidden;margin:0;padding:5px 8px}.pptwj-tabs-wrap .boxes ul li.odd{background:#fff}.pptwj-tabs-wrap .boxes ul li.even{background:#fcfcfc;border-left:none;border-right:none;border-top:none}.pptwj-tabs-wrap .boxes ul li a{color:#333}.pptwj-tabs-wrap .boxes ul li a:hover{}.pptwj-tabs-wrap .boxes ul li img{background:#fff;border:1px solid #e5e5e5;float:left;margin:0 7px 0 0;padding:2px}.pptwj-tabs-wrap .boxes ul li a.item-title{overflow:hidden}.pptwj-tabs-wrap .boxes ul li .meta{color:#888;font-size:90%}.pptwj-tabs-wrap .boxes ul.tab-filter-list{border:none;margin:-1px;background:#4c5360;padding:0;text-align:center}.pptwj-tabs-wrap .boxes ul.tab-filter-list li{border:none;padding:2px 8px 3px}.pptwj-tabs-wrap .boxes ul.tab-filter-list a{color:#ddd;font-size:11px;margin:0 8px;text-decoration:none;text-transform:uppercase}.pptwj-tabs-wrap .boxes ul.tab-filter-list a.selected,.pptwj-tabs-wrap .boxes ul.tab-filter-list a:hover{color:#fff;text-decoration:none}.pptwj-loader{background:#fff;left:0;opacity:.4;position:absolute;text-align:center;top:0;width:100%}.pptwj-loader img{}</style> <!-- Inline jetpack_facebook_likebox --> <style id='jetpack_facebook_likebox-inline-css' type='text/css'>.widget_facebook_likebox{overflow:hidden}</style> <link rel='stylesheet' id='newsletter-css' href='http://www.afatgirlsfoodguide.com/wp-content/plugins/newsletter/A.style.css.pagespeed.cf.t5l80jIJst.css' type='text/css' media='all'/> <link rel='stylesheet' id='social-logos-css' href='http://www.afatgirlsfoodguide.com/wp-content/plugins/jetpack/_inc/social-logos/A.social-logos.min.css.pagespeed.cf.eGbVLVVWbh.css' type='text/css' media='all'/> <link rel='stylesheet' id='jetpack_css-css' href='http://www.afatgirlsfoodguide.com/wp-content/plugins/jetpack/css/A.jetpack.css.pagespeed.cf.F9brCzFZmR.css' type='text/css' media='all'/> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script> <script type='text/javascript' src='http://www.afatgirlsfoodguide.com/wp-content/plugins/instagram-slider-widget/assets/js/jquery.flexslider-min.js.pagespeed.jm.FiI3QuRYMV.js'></script> <script type='text/javascript'>//<![CDATA[ var PPTWJ={"ajaxUrl":"http:\/\/www.afatgirlsfoodguide.com\/wp-admin\/admin-ajax.php"}; //]]></script> <script type='text/javascript'>//<![CDATA[ jQuery(document).ready(function(){jQuery('.pptwj-tabs-wrap .inside ul.list li:last-child').css('border-bottom','0px');jQuery('.pptwj-tabs-wrap .tab-links').each(function(){jQuery(this).children('li').children('a:first').addClass('selected');});jQuery('.inside > *').hide();jQuery('.inside > *:first-child').show();jQuery('.pptwj-tabs-wrap .tab-links li a').click(function(evt){var clicked_tab_ref=jQuery(this).attr('href');jQuery(this).parent().parent().children('li').children('a').removeClass('selected');jQuery(this).addClass('selected');jQuery(this).parent().parent().parent().children('.inside').children('*').hide();jQuery('.inside '+clicked_tab_ref).fadeIn(500);evt.preventDefault();});jQuery('ul.tab-filter-list a').click(function(e){var $this=jQuery(this);var $tabWidgetData={'time':$this.data('time'),'numberposts':$this.data('numberposts'),'thumb':$this.data('thumb'),'tab':$this.data('tab'),'action':"pptwj_tabwidget_list"};var box_height=jQuery('.pptwj-tabs-wrap .boxes').outerHeight();var spinner=jQuery('.pptwj-loader img');var spinner_div=jQuery('.pptwj-loader');spinner.css('margin-top',box_height/2);spinner_div.css('height',box_height);spinner_div.show();var $tabWidgetHandler=function($data){spinner_div.hide();if($data=="")return;jQuery('ul.tab-filter-list a').removeClass('selected');$this.addClass('selected');var $list=$this.parent().parent().siblings('.list');$list.html($data);};jQuery.post(PPTWJ.ajaxUrl,$tabWidgetData,$tabWidgetHandler);e.preventDefault();});}); //]]></script> <link rel='https://api.w.org/' href='http://www.afatgirlsfoodguide.com/wp-json/'/> <link rel="alternate" type="application/json+oembed" href="http://www.afatgirlsfoodguide.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afatgirlsfoodguide.com%2F2012%2F10%2F20%2Fpho-mein%2F"/> <link rel="alternate" type="text/xml+oembed" href="http://www.afatgirlsfoodguide.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afatgirlsfoodguide.com%2F2012%2F10%2F20%2Fpho-mein%2F&#038;format=xml"/> <meta property="fb:app_id" content="483999421803911"/><meta property="fb:admins" content="gemma.wardle.315"/> <link rel='dns-prefetch' href='//widgets.wp.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style><!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-59522602-1"></script> <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);} gtag('js',new Date());gtag('config','UA-59522602-1');</script> <style type="text/css">.penci-hide-tagupdated{display:none!important}.featured-area .penci-image-holder,.featured-area .penci-slider4-overlay,.featured-area .penci-slide-overlay .overlay-link,.featured-style-29 .featured-slider-overlay,.penci-slider38-overlay{border-radius: ;-webkit-border-radius: }.penci-featured-content-right:before{border-top-right-radius: ;border-bottom-right-radius: }.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before{border-bottom-left-radius: ;border-bottom-right-radius: }.container-single .post-image{border-radius: ;-webkit-border-radius: }.penci-mega-thumbnail .penci-image-holder{border-radius: ;-webkit-border-radius: }#logo a{max-width:400px}@media only screen and (max-width:960px) and (min-width:768px){#logo img{max-width:100%}}.penci-menuhbg-toggle:hover .lines-button:after,.penci-menuhbg-toggle:hover .penci-lines:before,.penci-menuhbg-toggle:hover .penci-lines:after{background:#bababa}a,.post-entry .penci-portfolio-filter ul li a:hover,.penci-portfolio-filter ul li a:hover,.penci-portfolio-filter ul li.active a,.post-entry .penci-portfolio-filter ul li.active a,.penci-countdown .countdown-amount,.archive-box h1,.post-entry a,.container.penci-breadcrumb span a:hover,.post-entry blockquote:before,.post-entry blockquote cite,.post-entry blockquote .author,.wpb_text_column blockquote:before,.wpb_text_column blockquote cite,.wpb_text_column blockquote .author,.penci-pagination a:hover,ul.penci-topbar-menu>li a:hover,div.penci-topbar-menu>ul>li a:hover,.penci-recipe-heading a.penci-recipe-print,.main-nav-social a:hover,.widget-social .remove-circle a:hover i,.penci-recipe-index .cat>a.penci-cat-name,#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a:hover,#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a:hover,#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content a,#bbpress-forums li.bbp-body ul.topic p.bbp-topic-meta a,#bbpress-forums .bbp-breadcrumb a:hover,#bbpress-forums .bbp-forum-freshness a:hover,#bbpress-forums .bbp-topic-freshness a:hover,#buddypress ul.item-list li div.item-title a,#buddypress ul.item-list li h4 a,#buddypress .activity-header a:first-child,#buddypress .comment-meta a:first-child,#buddypress .acomment-meta a:first-child,div.bbp-template-notice a:hover,.penci-menu-hbg .menu li a .indicator:hover,.penci-menu-hbg .menu li a:hover,#sidebar-nav .menu li a:hover,.penci-rlt-popup .rltpopup-meta .rltpopup-title:hover{color:#bababa}.penci-home-popular-post ul.slick-dots li button:hover,.penci-home-popular-post ul.slick-dots li.slick-active button,.post-entry blockquote .author span:after,.error-image:after,.error-404 .go-back-home a:after,.penci-header-signup-form,.woocommerce span.onsale,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce div.product .entry-summary div[itemprop="description"]:before,.woocommerce div.product .entry-summary div[itemprop="description"] blockquote .author span:after,.woocommerce div.product .woocommerce-tabs #tab-description blockquote .author span:after,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,#top-search.shoping-cart-icon>a>span,#penci-demobar .buy-button,#penci-demobar .buy-button:hover,.penci-recipe-heading a.penci-recipe-print:hover,.penci-review-process span,.penci-review-score-total,#navigation.menu-style-2 ul.menu ul:before,#navigation.menu-style-2 .menu ul ul:before,.penci-go-to-top-floating,.post-entry.blockquote-style-2 blockquote:before,#bbpress-forums #bbp-search-form .button,#bbpress-forums #bbp-search-form .button:hover,.wrapper-boxed .bbp-pagination-links span.current,#bbpress-forums #bbp_reply_submit:hover,#bbpress-forums #bbp_topic_submit:hover,#buddypress .dir-search input[type="submit"],#buddypress .groups-members-search input[type="submit"],#buddypress button:hover,#buddypress a.button:hover,#buddypress a.button:focus,#buddypress input[type="button"]:hover,#buddypress input[type="reset"]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a,#buddypress div.generic-button a:hover,#buddypress .comment-reply-link:hover,#buddypress input[type="submit"]:hover,#buddypress div.pagination .pagination-links .current,#buddypress div.item-list-tabs ul li.selected a,#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li a:hover,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.wp-profile-fields thead tr,#buddypress table.messages-notices thead tr,#buddypress table.forum thead tr,#buddypress input[type="submit"]{background-color:#bababa}.penci-pagination ul.page-numbers li span.current,#comments_pagination span{color:#fff;background:#bababa;border-color:#bababa}.footer-instagram h4.footer-instagram-title>span:before,.woocommerce nav.woocommerce-pagination ul li span.current,.penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover,.penci-recipe-heading a.penci-recipe-print:hover,.home-featured-cat-content.style-14 .magcat-padding:before,.wrapper-boxed .bbp-pagination-links span.current,#buddypress .dir-search input[type="submit"],#buddypress .groups-members-search input[type="submit"],#buddypress button:hover,#buddypress a.button:hover,#buddypress a.button:focus,#buddypress input[type="button"]:hover,#buddypress input[type="reset"]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a,#buddypress div.generic-button a:hover,#buddypress .comment-reply-link:hover,#buddypress input[type="submit"]:hover,#buddypress div.pagination .pagination-links .current,#buddypress input[type="submit"],#searchform.penci-hbg-search-form input.search-input:hover,#searchform.penci-hbg-search-form input.search-input:focus{border-color:#bababa}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top-color:#bababa}.penci-slider ol.penci-control-nav li a.penci-active,.penci-slider ol.penci-control-nav li a:hover,.penci-related-carousel .owl-dot.active span,.penci-owl-carousel-slider .owl-dot.active span{border-color:#bababa;background-color:#bababa}.woocommerce .woocommerce-message:before,.woocommerce form.checkout table.shop_table .order-total .amount,.woocommerce ul.products li.product .price ins,.woocommerce ul.products li.product .price,.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,.woocommerce div.product p.price,.woocommerce div.product .entry-summary div[itemprop="description"] blockquote:before,.woocommerce div.product .woocommerce-tabs #tab-description blockquote:before,.woocommerce div.product .entry-summary div[itemprop="description"] blockquote cite,.woocommerce div.product .entry-summary div[itemprop="description"] blockquote .author,.woocommerce div.product .woocommerce-tabs #tab-description blockquote cite,.woocommerce div.product .woocommerce-tabs #tab-description blockquote .author,.woocommerce div.product .product_meta>span a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce ul.cart_list li .amount,.woocommerce ul.product_list_widget li .amount,.woocommerce table.shop_table td.product-name a:hover,.woocommerce table.shop_table td.product-price span,.woocommerce table.shop_table td.product-subtotal span,.woocommerce-cart .cart-collaterals .cart_totals table td .amount,.woocommerce .woocommerce-info:before,.woocommerce div.product span.price,.penci-container-inside.penci-breadcrumb span a:hover{color:#bababa}.standard-content .penci-more-link.penci-more-link-button a.more-link,.penci-readmore-btn.penci-btn-make-button a,.penci-featured-cat-seemore.penci-btn-make-button a{background-color:#bababa;color:#fff}.penci-vernav-toggle:before{border-top-color:#bababa;color:#fff}ul.penci-topbar-menu>li a:hover,div.penci-topbar-menu>ul>li a:hover{color:#d8d8d8}#navigation .menu li a:hover,#navigation .menu li.current-menu-item>a,#navigation .menu>li.current_page_item>a,#navigation .menu li:hover>a,#navigation .menu>li.current-menu-ancestor>a,#navigation .menu>li.current-menu-item>a{color:#c1c1c1}#navigation ul.menu>li>a:before,#navigation .menu>ul>li>a:before{background:#c1c1c1}.penci-header-signup-form{padding-top:px}.penci-header-signup-form{padding-bottom:px}.header-social a:hover i,.main-nav-social a:hover,.penci-menuhbg-toggle:hover .lines-button:after,.penci-menuhbg-toggle:hover .penci-lines:before,.penci-menuhbg-toggle:hover .penci-lines:after{color:#a5a5a5}#sidebar-nav .menu li a:hover,.header-social.sidebar-nav-social a:hover i,#sidebar-nav .menu li a .indicator:hover,#sidebar-nav .menu .sub-menu li a .indicator:hover{color:#bababa}#sidebar-nav-logo:before{background-color:#bababa}.penci-slide-overlay .overlay-link,.penci-slider38-overlay{opacity: }.penci-item-mag:hover .penci-slide-overlay .overlay-link,.featured-style-38 .item:hover .penci-slider38-overlay{opacity: }.penci-featured-content .featured-slider-overlay{opacity: }.featured-style-29 .featured-slider-overlay{opacity: }.pencislider-container .pencislider-content .pencislider-title,.featured-style-37 .penci-item-1 .featured-cat{-webkit-animation-delay:.75s;-moz-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.pencislider-container .pencislider-caption,.featured-style-37 .penci-item-1 .feat-text h3{-webkit-animation-delay:.95s;-moz-animation-delay:.95s;-o-animation-delay:.95s;animation-delay:.95s}.pencislider-container .pencislider-content .penci-button,.featured-style-37 .penci-item-1 .feat-meta{-webkit-animation-delay:1.15s;-moz-animation-delay:1.15s;-o-animation-delay:1.15s;animation-delay:1.15s}.penci-featured-content .feat-text{-webkit-animation-delay:.55s;-moz-animation-delay:.55s;-o-animation-delay:.55s;animation-delay:.55s}.penci-featured-content .feat-text .featured-cat{-webkit-animation-delay:.75s;-moz-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.penci-featured-content .feat-text h3{-webkit-animation-delay:.95s;-moz-animation-delay:.95s;-o-animation-delay:.95s;animation-delay:.95s}.penci-featured-content .feat-text .feat-meta,.featured-style-29 .penci-featured-slider-button{-webkit-animation-delay:1.15s;-moz-animation-delay:1.15s;-o-animation-delay:1.35s;animation-delay:1.15s}.penci-featured-content-right:before{animation-delay:.65s;-webkit-animation-delay:.65s}.featured-style-35 .featured-cat{animation-delay:1.05s;-webkit-animation-delay:1.05s}.featured-style-35 .feat-text-right h3{animation-delay:1.25s;-webkit-animation-delay:1.25s}.featured-style-35 .feat-text-right .featured-content-excerpt{animation-delay:1.45s;-webkit-animation-delay:1.45s}.featured-style-35 .feat-text-right .penci-featured-slider-button{animation-delay:1.65s;-webkit-animation-delay:1.65s}.penci-standard-cat .cat>a.penci-cat-name{color:#bababa}.penci-standard-cat .cat:before,.penci-standard-cat .cat:after{background-color:#bababa}.standard-content .penci-post-box-meta .penci-post-share-box a:hover,.standard-content .penci-post-box-meta .penci-post-share-box a.liked{color:#bababa}.header-standard .post-entry a:hover,.header-standard .author-post span a:hover,.standard-content a,.standard-content .post-entry a,.standard-post-entry a.more-link:hover,.penci-post-box-meta .penci-box-meta a:hover,.standard-content .post-entry blockquote:before,.post-entry blockquote cite,.post-entry blockquote .author,.standard-content-special .author-quote span,.standard-content-special .format-post-box .post-format-icon i,.standard-content-special .format-post-box .dt-special a:hover,.standard-content .penci-more-link a.more-link{color:#bababa}.standard-content .penci-more-link.penci-more-link-button a.more-link{background-color:#bababa;color:#fff}.standard-content-special .author-quote span:before,.standard-content-special .author-quote span:after,.standard-content .post-entry ul li:before,.post-entry blockquote .author span:after,.header-standard:after{background-color:#bababa}.penci-more-link a.more-link:before,.penci-more-link a.more-link:after{border-color:#bababa}.penci-grid .cat a.penci-cat-name,.penci-masonry .cat a.penci-cat-name{color:#bababa}.penci-grid .cat a.penci-cat-name:after,.penci-masonry .cat a.penci-cat-name:after{border-color:#bababa}.penci-post-share-box a.liked,.penci-post-share-box a:hover{color:#bababa}.overlay-post-box-meta .overlay-share a:hover,.overlay-author a:hover,.penci-grid .standard-content-special .format-post-box .dt-special a:hover,.grid-post-box-meta span a:hover,.grid-post-box-meta span a.comment-link:hover,.penci-grid .standard-content-special .author-quote span,.penci-grid .standard-content-special .format-post-box .post-format-icon i,.grid-mixed .penci-post-box-meta .penci-box-meta a:hover{color:#bababa}.penci-grid .standard-content-special .author-quote span:before,.penci-grid .standard-content-special .author-quote span:after,.grid-header-box:after,.list-post .header-list-style:after{background-color:#bababa}.penci-grid .post-box-meta span:after,.penci-masonry .post-box-meta span:after{border-color:#bababa}.penci-readmore-btn.penci-btn-make-button a{background-color:#bababa;color:#fff}.penci-grid li.typography-style .overlay-typography{opacity: }.penci-grid li.typography-style:hover .overlay-typography{opacity: }#widget-area{padding:px 0}.footer-widget-wrapper .penci-tweets-widget-content .icon-tweets,.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents a,.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents span:after,.footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover,.footer-widget-wrapper .widget a:hover,.footer-widget-wrapper .widget-social a:hover span,.footer-widget-wrapper a:hover,.footer-widget-wrapper .widget-social.remove-circle a:hover i{color:#bababa}.footer-widget-wrapper .widget .tagcloud a:hover,.footer-widget-wrapper .widget-social a:hover i,.footer-widget-wrapper .mc4wp-form input[type="submit"]:hover,.footer-widget-wrapper .widget input[type="submit"]:hover,.footer-widget-wrapper .widget button[type="submit"]:hover{color:#fff;background-color:#bababa;border-color:#bababa}.footer-widget-wrapper .about-widget .about-me-heading:before{border-color:#bababa}.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents-inner:before,.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents-inner:after{background-color:#bababa}.footer-widget-wrapper .penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot.active span,.footer-widget-wrapper .penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot:hover span{border-color:#bababa;background:#bababa}ul.footer-socials li a:hover i{background-color:#bababa;border-color:#bababa}ul.footer-socials li a:hover span{color:#bababa}#footer-section .footer-menu li a:hover{color:#bababa}.penci-go-to-top-floating{background-color:#bababa}#footer-section a{color:#bababa}.container-single .penci-standard-cat .cat>a.penci-cat-name{color:#bababa}.container-single .penci-standard-cat .cat:before,.container-single .penci-standard-cat .cat:after{background-color:#bababa}@media only screen and (min-width:768px){.container-single .single-post-title{font-size:32px}}.container-single .header-standard,.container-single .post-box-meta-single{text-align:left}.rtl .container-single .header-standard,.rtl .container-single .post-box-meta-single{text-align:right}.container-single .post-share a:hover,.container-single .post-share a.liked,.page-share .post-share a:hover{color:#bababa}.post-share .count-number-like{color:#bababa}.comment-content a,.container-single .post-entry a,.container-single .format-post-box .dt-special a:hover,.container-single .author-quote span,.container-single .author-post span a:hover,.post-entry blockquote:before,.post-entry blockquote cite,.post-entry blockquote .author,.wpb_text_column blockquote:before,.wpb_text_column blockquote cite,.wpb_text_column blockquote .author,.post-pagination a:hover,.author-content h5 a:hover,.author-content .author-social:hover,.item-related h3 a:hover,.container-single .format-post-box .post-format-icon i,.container.penci-breadcrumb.single-breadcrumb span a:hover{color:#bababa}.container-single .standard-content-special .format-post-box,ul.slick-dots li button:hover,ul.slick-dots li.slick-active button{border-color:#bababa}ul.slick-dots li button:hover,ul.slick-dots li.slick-active button,#respond h3.comment-reply-title span:before,#respond h3.comment-reply-title span:after,.post-box-title:before,.post-box-title:after,.container-single .author-quote span:before,.container-single .author-quote span:after,.post-entry blockquote .author span:after,.post-entry blockquote .author span:before,.post-entry ul li:before,#respond #submit:hover,.wpcf7 input[type="submit"]:hover,.widget_wysija input[type="submit"]:hover,.post-entry.blockquote-style-2 blockquote:before{background-color:#bababa}.container-single .post-entry .post-tags a:hover{color:#fff;border-color:#bababa;background-color:#bababa}.post-entry a,.container-single .post-entry a{color:#bababa}ul.homepage-featured-boxes .penci-fea-in:hover h4 span{color:#bababa}.penci-home-popular-post .item-related h3 a:hover{color:#bababa}.penci-homepage-title.style-7 .inner-arrow:before,.penci-homepage-title.style-9 .inner-arrow:before{background-color:#bababa}.home-featured-cat-content .magcat-detail h3 a:hover{color:#bababa}.home-featured-cat-content .grid-post-box-meta span a:hover{color:#bababa}.home-featured-cat-content .first-post .magcat-detail .mag-header:after{background:#bababa}.penci-slider ol.penci-control-nav li a.penci-active,.penci-slider ol.penci-control-nav li a:hover{border-color:#bababa;background:#bababa}.home-featured-cat-content .mag-photo .mag-overlay-photo{opacity: }.home-featured-cat-content .mag-photo:hover .mag-overlay-photo{opacity: }.inner-item-portfolio:hover .penci-portfolio-thumbnail a:after{opacity: }</style> <script type="application/ld+json">{ "@context": "https:\/\/schema.org\/", "@type": "organization", "@id": "#organization", "logo": { "@type": "ImageObject", "url": "http:\/\/18.220.73.173\/wp-content\/uploads\/2017\/12\/fatgirllogtext.png" }, "url": "http:\/\/www.afatgirlsfoodguide.com\/", "name": "A Fat Girl&#039;s Food Guide to Eating in Korea", "description": "A kimchi free zone" }</script><script type="application/ld+json">{ "@context": "https:\/\/schema.org\/", "@type": "WebSite", "name": "A Fat Girl&#039;s Food Guide to Eating in Korea", "alternateName": "A kimchi free zone", "url": "http:\/\/www.afatgirlsfoodguide.com\/" }</script><script type="application/ld+json">{ "@context": "https:\/\/schema.org\/", "@type": "BlogPosting", "headline": "Pho Mein", "description": "", "datePublished": "2012-10-20", "datemodified": "2015-02-06", "mainEntityOfPage": "http:\/\/www.afatgirlsfoodguide.com\/2012\/10\/20\/pho-mein\/", "image": { "@type": "ImageObject", "url": "http:\/\/www.afatgirlsfoodguide.com\/wp-content\/themes\/soledad\/images\/no-image.jpg" }, "publisher": { "@type": "Organization", "name": "A Fat Girl&#039;s Food Guide to Eating in Korea", "logo": { "@type": "ImageObject", "url": "http:\/\/18.220.73.173\/wp-content\/uploads\/2017\/12\/fatgirllogtext.png" } }, "author": { "@type": "Person", "@id": "#person-fatgirlkr", "name": "fatgirlkr" } }</script><script type="application/ld+json">{ "@context": "https:\/\/schema.org\/", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "http:\/\/www.afatgirlsfoodguide.com", "name": "Home" } }, { "@type": "ListItem", "position": 2, "item": { "@id": "http:\/\/www.afatgirlsfoodguide.com\/category\/restaurant-reviews\/", "name": "Restaurant Reviews" } }, { "@type": "ListItem", "position": 3, "item": { "@id": "http:\/\/www.afatgirlsfoodguide.com\/2012\/10\/20\/pho-mein\/", "name": "Pho Mein" } } ] }</script><!-- All in one Favicon 4.7 --><link rel="shortcut icon" href="http://18.220.73.173/wp-content/uploads/2015/02/favicon.ico"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article"/> <meta property="og:title" content="Pho Mein"/> <meta property="og:url" content="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/"/> <meta property="og:description" content="I like to think of myself as very lucky food wise. Living in HBC I am surrounded with foreign food stores and restaurants. Even the shop across the road stocks everything I could want for any weste…"/> <meta property="article:published_time" content="2012-10-20T08:08:18+00:00"/> <meta property="article:modified_time" content="2015-02-06T13:44:47+00:00"/> <meta property="og:site_name" content="A Fat Girl&#039;s Food Guide to Eating in Korea"/> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:site" content="@fatgirlsfood"/> <meta name="twitter:text:title" content="Pho Mein"/> <meta name="twitter:card" content="summary"/> <!-- End Jetpack Open Graph Tags --> <!-- BEGIN ExactMetrics v5.3.7 Universal Analytics - https://exactmetrics.com/ --> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create','UA-59522602-1','auto');ga('send','pageview');</script> <!-- END ExactMetrics Universal Analytics --> <script type='text/javascript' src='http://www.afatgirlsfoodguide.com/wp-content/plugins/wp-spamshield/js/jscripts.php'></script> </head> <body class="post-template-default single single-post postid-1583 single-format-standard"> <a id="close-sidebar-nav" class="header-1"><i class="fa fa-close"></i></a> <nav id="sidebar-nav" class="header-1" role="navigation" itemscope itemtype="https://schema.org/SiteNavigationElement"> <div id="sidebar-nav-logo"> <a href="http://www.afatgirlsfoodguide.com/"><img class="penci-lazy" src="http://www.afatgirlsfoodguide.com/wp-content/themes/soledad/images/xpenci-holder.png.pagespeed.ic.vOghHNnxkj.png" data-src="http://18.220.73.173/wp-content/uploads/2017/12/fatgirllogtext.png" alt="A Fat Girl&#039;s Food Guide to Eating in Korea"/></a> </div> <div class="header-social sidebar-nav-social"> <div class="inner-header-social"> <a href="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea/" rel="nofollow" target="_blank"><i class="fa fa-facebook"></i></a> <a href="https://twitter.com/fatgirlsfood" rel="nofollow" target="_blank"><i class="fa fa-twitter"></i></a> <a href="https://www.instagram.com/fatgirlsfoodguide/" rel="nofollow" target="_blank"><i class="fa fa-instagram"></i></a> <a href="https://www.pinterest.co.kr/afatgirlsfood/" rel="nofollow" target="_blank"><i class="fa fa-pinterest"></i></a> <a href="https://www.youtube.com/channel/UC0p79Gfys-SPR-Y4FKJDpbg" rel="nofollow" target="_blank"><i class="fa fa-youtube-play"></i></a> </div> </div> <ul id="menu-menu" class="menu"><li id="menu-item-22118" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-22118"><a href="http://www.afatgirlsfoodguide.com">Home</a></li> <li id="menu-item-7614" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7614"><a href="http://www.afatgirlsfoodguide.com/restaurants-a-z/">Restaurants A-Z</a></li> <li id="menu-item-34842" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-34842"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/">Neighbourhood</a> <ul class="sub-menu"> <li id="menu-item-34835" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34835"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gangnam/">Gangnam</a></li> <li id="menu-item-35457" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35457"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gongdeok/">Gongdeok</a></li> <li id="menu-item-35458" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35458"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gwanghwamun/">Gwanghwamun</a></li> <li id="menu-item-35459" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35459"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gyeongridan/">Gyeongridan</a></li> <li id="menu-item-34836" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34836"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/haebangchon-hbc/">Haebangchon (HBC)</a></li> <li id="menu-item-34837" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34837"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/hannam/">Hannam</a></li> <li id="menu-item-35460" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35460"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/hongdae/">Hongdae</a></li> <li id="menu-item-34838" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34838"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/itaewon/">Itaewon</a></li> <li id="menu-item-35461" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35461"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/jongno/">Jongno</a></li> <li id="menu-item-34839" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34839"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/mangwon/">Mangwon</a></li> <li id="menu-item-35462" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35462"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/myeongdong/">Myeongdong</a></li> <li id="menu-item-34840" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34840"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/outside-seoul/">Outside Seoul</a></li> <li id="menu-item-35463" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35463"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/seongdong-gu/">Seongdong-Gu</a></li> <li id="menu-item-35464" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35464"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/seoul-station/">Seoul Station</a></li> </ul> </li> <li id="menu-item-35441" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-35441"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/">Cuisines</a> <ul class="sub-menu"> <li id="menu-item-35442" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35442"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/asian/">Asian</a></li> <li id="menu-item-35443" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35443"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/bars-pubs/">Bars / Pubs</a></li> <li id="menu-item-35444" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35444"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/bbq/">BBQ</a></li> <li id="menu-item-35445" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35445"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/brunch/">Brunch</a></li> <li id="menu-item-35446" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35446"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/budget/">Budget</a></li> <li id="menu-item-35447" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35447"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/burgers/">Burgers</a></li> <li id="menu-item-35448" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35448"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/coffee-shop/">Coffee Shop</a></li> <li id="menu-item-35449" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35449"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/dessert/">Dessert</a></li> <li id="menu-item-35450" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35450"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/european/">European</a></li> <li id="menu-item-35451" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35451"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/fancy/">Fancy</a></li> <li id="menu-item-35452" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35452"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/food-markets/">Food Markets</a></li> <li id="menu-item-35453" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35453"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/healthy/">Healthy</a></li> <li id="menu-item-35454" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35454"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/latin-american/">Latin American</a></li> <li id="menu-item-35455" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35455"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/pizza/">Pizza</a></li> </ul> </li> <li id="menu-item-37238" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37238"><a href="http://www.afatgirlsfoodguide.com/category/travel/">Travel</a> <ul class="sub-menu"> <li id="menu-item-37244" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37244"><a href="http://www.afatgirlsfoodguide.com/category/travel/amsterdam/">Amsterdam</a></li> <li id="menu-item-37245" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37245"><a href="http://www.afatgirlsfoodguide.com/category/travel/cambodia/">Cambodia</a></li> <li id="menu-item-37246" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37246"><a href="http://www.afatgirlsfoodguide.com/category/travel/hong-kong/">Hong Kong</a></li> <li id="menu-item-37247" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37247"><a href="http://www.afatgirlsfoodguide.com/category/travel/hungary/">Hungary</a></li> <li id="menu-item-37248" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37248"><a href="http://www.afatgirlsfoodguide.com/category/travel/ireland/">Ireland</a></li> <li id="menu-item-37249" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37249"><a href="http://www.afatgirlsfoodguide.com/category/travel/kota-kinabalu/">Kota Kinabalu</a></li> <li id="menu-item-37250" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37250"><a href="http://www.afatgirlsfoodguide.com/category/travel/portugal/">Portugal</a></li> <li id="menu-item-37239" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37239"><a href="http://www.afatgirlsfoodguide.com/category/travel/singapore/">Singapore</a></li> <li id="menu-item-37240" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37240"><a href="http://www.afatgirlsfoodguide.com/category/travel/taiwan/">Taiwan</a></li> <li id="menu-item-37241" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37241"><a href="http://www.afatgirlsfoodguide.com/category/travel/thailand/">Thailand</a></li> <li id="menu-item-37242" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37242"><a href="http://www.afatgirlsfoodguide.com/category/travel/uk/">UK</a></li> <li id="menu-item-37243" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37243"><a href="http://www.afatgirlsfoodguide.com/category/travel/vietnam/">Vietnam</a></li> </ul> </li> <li id="menu-item-22112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22112"><a href="http://www.afatgirlsfoodguide.com/fat-girls-food-map-2/">Map</a></li> <li id="menu-item-26951" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26951"><a href="http://www.afatgirlsfoodguide.com/about-me/">About Me</a></li> <li id="menu-item-24301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24301"><a href="http://www.afatgirlsfoodguide.com/work-with-me/">Work With Me</a></li> </ul></nav> <!-- .wrapper-boxed --> <div class="wrapper-boxed header-style-header-1"> <!-- Top Instagram --> <!-- Top Bar --> <!-- Navigation --> <nav id="navigation" class="header-layout-top menu-style-1 header-1" role="navigation" itemscope itemtype="https://schema.org/SiteNavigationElement"> <div class="container"> <div class="button-menu-mobile header-1"><i class="fa fa-bars"></i></div> <ul id="menu-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-22118"><a href="http://www.afatgirlsfoodguide.com">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7614"><a href="http://www.afatgirlsfoodguide.com/restaurants-a-z/">Restaurants A-Z</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-34842"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/">Neighbourhood</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34835"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gangnam/">Gangnam</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35457"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gongdeok/">Gongdeok</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35458"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gwanghwamun/">Gwanghwamun</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35459"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/gyeongridan/">Gyeongridan</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34836"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/haebangchon-hbc/">Haebangchon (HBC)</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34837"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/hannam/">Hannam</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35460"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/hongdae/">Hongdae</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34838"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/itaewon/">Itaewon</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35461"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/jongno/">Jongno</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34839"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/mangwon/">Mangwon</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35462"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/myeongdong/">Myeongdong</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34840"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/outside-seoul/">Outside Seoul</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35463"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/seongdong-gu/">Seongdong-Gu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35464"><a href="http://www.afatgirlsfoodguide.com/category/neighbourhood/seoul-station/">Seoul Station</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-35441"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/">Cuisines</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35442"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/asian/">Asian</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35443"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/bars-pubs/">Bars / Pubs</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35444"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/bbq/">BBQ</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35445"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/brunch/">Brunch</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35446"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/budget/">Budget</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35447"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/burgers/">Burgers</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35448"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/coffee-shop/">Coffee Shop</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35449"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/dessert/">Dessert</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35450"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/european/">European</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35451"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/fancy/">Fancy</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35452"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/food-markets/">Food Markets</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35453"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/healthy/">Healthy</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35454"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/latin-american/">Latin American</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35455"><a href="http://www.afatgirlsfoodguide.com/category/cuisines/pizza/">Pizza</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37238"><a href="http://www.afatgirlsfoodguide.com/category/travel/">Travel</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37244"><a href="http://www.afatgirlsfoodguide.com/category/travel/amsterdam/">Amsterdam</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37245"><a href="http://www.afatgirlsfoodguide.com/category/travel/cambodia/">Cambodia</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37246"><a href="http://www.afatgirlsfoodguide.com/category/travel/hong-kong/">Hong Kong</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37247"><a href="http://www.afatgirlsfoodguide.com/category/travel/hungary/">Hungary</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37248"><a href="http://www.afatgirlsfoodguide.com/category/travel/ireland/">Ireland</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37249"><a href="http://www.afatgirlsfoodguide.com/category/travel/kota-kinabalu/">Kota Kinabalu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37250"><a href="http://www.afatgirlsfoodguide.com/category/travel/portugal/">Portugal</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37239"><a href="http://www.afatgirlsfoodguide.com/category/travel/singapore/">Singapore</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37240"><a href="http://www.afatgirlsfoodguide.com/category/travel/taiwan/">Taiwan</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37241"><a href="http://www.afatgirlsfoodguide.com/category/travel/thailand/">Thailand</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37242"><a href="http://www.afatgirlsfoodguide.com/category/travel/uk/">UK</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37243"><a href="http://www.afatgirlsfoodguide.com/category/travel/vietnam/">Vietnam</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22112"><a href="http://www.afatgirlsfoodguide.com/fat-girls-food-map-2/">Map</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26951"><a href="http://www.afatgirlsfoodguide.com/about-me/">About Me</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24301"><a href="http://www.afatgirlsfoodguide.com/work-with-me/">Work With Me</a></li> </ul> <div id="top-search" class="dfdf"> <a class="search-click"><i class="fa fa-search"></i></a> <div class="show-search"> <form role="search" method="get" id="searchform" action="http://www.afatgirlsfoodguide.com/"> <div> <input type="text" class="search-input" placeholder="Type and hit enter..." name="s" id="s"/> </div> </form> <a class="search-click close-search"><i class="fa fa-close"></i></a> </div> </div> </div> </nav><!-- End Navigation --> <header id="header" class="header-header-1 has-bottom-line" itemscope="itemscope" itemtype="https://schema.org/WPHeader"><!-- #header --> <div class="inner-header"> <div class="container"> <div id="logo"> <h2> <a href="http://www.afatgirlsfoodguide.com/"><img src="http://18.220.73.173/wp-content/uploads/2017/12/fatgirllogtext.png" alt="A Fat Girl&#039;s Food Guide to Eating in Korea"/></a> </h2> </div> <div class="header-social"> <div class="inner-header-social"> <a href="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea/" rel="nofollow" target="_blank"><i class="fa fa-facebook"></i></a> <a href="https://twitter.com/fatgirlsfood" rel="nofollow" target="_blank"><i class="fa fa-twitter"></i></a> <a href="https://www.instagram.com/fatgirlsfoodguide/" rel="nofollow" target="_blank"><i class="fa fa-instagram"></i></a> <a href="https://www.pinterest.co.kr/afatgirlsfood/" rel="nofollow" target="_blank"><i class="fa fa-pinterest"></i></a> <a href="https://www.youtube.com/channel/UC0p79Gfys-SPR-Y4FKJDpbg" rel="nofollow" target="_blank"><i class="fa fa-youtube-play"></i></a> </div> </div> </div> </div> </header> <!-- end #header --> <div class="container penci-breadcrumb single-breadcrumb"> <span><a class="crumb" href="http://www.afatgirlsfoodguide.com/">Home</a></span><i class="fa fa-angle-right"></i> <span><a class="crumb" href="http://www.afatgirlsfoodguide.com/category/restaurant-reviews/">Restaurant Reviews</a></span><i class="fa fa-angle-right"></i> <span>Pho Mein</span> </div> <div class="container container-single penci_sidebar right-sidebar penci-enable-lightbox"> <div id="main"> <div class="theiaStickySidebar"> <article id="post-1583" class="post type-post status-publish hentry"> <div class="header-standard header-classic single-header"> <div class="penci-standard-cat"><span class="cat"><a class="penci-cat-name" href="http://www.afatgirlsfoodguide.com/category/restaurant-reviews/" rel="category tag">Restaurant Reviews</a></span></div> <h1 class="post-title single-post-title entry-title">Pho Mein</h1> <div class="penci-hide-tagupdated"> <span class="author-italic author vcard">by <a class="url fn n" href="http://www.afatgirlsfoodguide.com/author/fatgirlkr/">fatgirlkr</a></span> <time class="entry-date published" datetime="2012-10-20T08:08:18+09:00">October 20, 2012</time> </div> <div class="post-box-meta-single"> <span><time class="entry-date published" datetime="2012-10-20T08:08:18+09:00">October 20, 2012</time></span> </div> </div> <div class="post-entry blockquote-style-1"> <div class="inner-post-entry entry-content" id="penci-post-entry-inner"> <p><a href="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0033.jpg" data-rel="penci-gallery-image-content"><img class="alignnone size-medium wp-image-1660" title="003" alt="" src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0033.jpg?w=300" height="168" width="300"/></a></p> <p>I like to think of myself as very lucky food wise. Living in HBC I am surrounded with foreign food stores and restaurants. Even the shop across the road stocks everything I could want for any western dinner. As well as all this goodness I am blessed to work around the corner from Pho Mein.  Pho Mein is the best Vietnamese restaurant in Korea ever. Just walking past that place on my way to get a vanilla latte has me drooling.</p> <p>I don&#8217;t think you could go to Pho Mein without trying the pho. They had various varieties of these soup noodles on the menu.  We opted for the Pho Meins Pho (9,500). The pho arrived in a huge steaming bowl with the various accompaniments. The broth was very tasty and full of flavor. Some pho that you have really need a good amount of the hoi sin sauce in them before they get tasty but this one was fine on its own. It had a generous amount of meat which was good too. Although you couldn&#8217;t compare it to the pho we had in Vietnam, there was just something different about those, it was very good.</p> <p><a href="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0261.jpg" data-rel="penci-gallery-image-content"><img class="alignnone size-medium wp-image-1621" title="026" alt="" src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0261.jpg?w=300" height="168" width="300"/></a></p> <p>We also ordered the shrimp rolls (5,000) They are king prawns wrapped in a crispy coating and served with a sweet chili sauce. I think we all know by now that I enjoy anything deep fried and these are no exception they have a great texture and taste. They also have various other spring rolls and wedding shomais on the menu.</p> <p><a href="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/030.jpg" data-rel="penci-gallery-image-content"><img class="alignnone size-medium wp-image-1625" title="030" alt="" src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/030.jpg?w=300" height="168" width="300"/></a></p> <p>This time I was keen to try to the fried rice, they had several varieties on the menu and we chose the pineapple shrimp fried rice (10,500). It was everything I hoped it would be. I had the true taste and smell of an authentic fried rice, which bok um bab (korean fried rice) just can&#8217;t seem to replicate. There were plenty of chunks of pineapple and shrimps. We had this to accompany the cashew chicken but it could easily stand alone as a main dish.</p> <p><a href="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0281.jpg" data-rel="penci-gallery-image-content"><img class="alignnone size-medium wp-image-1623" title="028" alt="" src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0281.jpg?w=300" height="168" width="300"/></a></p> <p>Lastly we ordered the pièce de résistance &#8211; fried cashew nut chicken (16,500). I literally could not fault this dish, it is absolutely perfect. The chicken is coated in this amazing crunchy batter. There&#8217;s a generous portion of cashew nuts and the vegetables are fresh and crisp, just what I look for in a dish like this. The sauce is perfect too, sweet and spice balancing in perfect harmony. If you enjoy kung pao chicken at home then this is the dish for you. <a title="China Factory" href="http://www.afatgirlsfoodguide.com/2012/09/28/china-factory/">China factory</a> could learn a lot from this place. I think this one is also even better than the one at <a title="Real Chinese Food – Ho Lee Chow" href="http://www.afatgirlsfoodguide.com/2012/07/02/real-chinese-food-ho-lee-chow-6/">Ho Lee Chow</a>, but I would have to do a taste off to make sure.</p> <p><a href="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0331.jpg" data-rel="penci-gallery-image-content"><img class="alignnone size-medium wp-image-1628" title="033" alt="" src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2012/10/0331.jpg?w=300" height="168" width="300"/></a></p> <p>As you can probably tell I am a huge fan of Pho Mien, they have served me some of the best westernized asian food I have eaten in Korea. The price is also fairly reasonably, considering the amount we ate. We visited the Bangbae location but they have restaurants all over Korea. Take a look at their website to see the menu and find your nearest one. You won&#8217;t be sorry.  <a href="http://phomein.com/Main/">http://phomein.com/Main/</a></p> <div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-1583" class="share-facebook sd-button share-icon" href="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-pinterest"><a rel="nofollow noopener noreferrer" data-shared="sharing-pinterest-1583" class="share-pinterest sd-button share-icon" href="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/?share=pinterest" target="_blank" title="Click to share on Pinterest"><span>Pinterest</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-1583" class="share-linkedin sd-button share-icon" href="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/?share=linkedin" target="_blank" title="Click to share on LinkedIn"><span>LinkedIn</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon" href="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/?share=reddit" target="_blank" title="Click to share on Reddit"><span>Reddit</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-1583" class="share-twitter sd-button share-icon" href="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-tumblr"><a rel="nofollow noopener noreferrer" data-shared="" class="share-tumblr sd-button share-icon" href="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/?share=tumblr" target="_blank" title="Click to share on Tumblr"><span>Tumblr</span></a></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-84322943-1583-5cb8cc4f869ab' data-src='https://widgets.wp.com/likes/#blog_id=84322943&amp;post_id=1583&amp;origin=www.afatgirlsfoodguide.com&amp;obj_id=84322943-1583-5cb8cc4f869ab' data-name='like-post-frame-84322943-1583-5cb8cc4f869ab'><h3 class="sd-title">Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div><!-- Facebook Comments Plugin for WordPress: http://peadig.com/wordpress-plugins/facebook-comments/ --><h3>Comments</h3><p><fb:comments-count href=http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/></fb:comments-count> comments</p><div class="fb-comments" data-href="http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/" data-numposts="5" data-width="100%" data-colorscheme="light"></div> <div class="penci-single-link-pages"> </div> <div class="post-tags"> <a href="http://www.afatgirlsfoodguide.com/tag/beef/" rel="tag">Beef</a><a href="http://www.afatgirlsfoodguide.com/tag/cashew/" rel="tag">Cashew</a><a href="http://www.afatgirlsfoodguide.com/tag/chicken/" rel="tag">chicken</a><a href="http://www.afatgirlsfoodguide.com/tag/cuisine/" rel="tag">Cuisine</a><a href="http://www.afatgirlsfoodguide.com/tag/fried-rice/" rel="tag">Fried rice</a><a href="http://www.afatgirlsfoodguide.com/tag/hoi-sin-sauce/" rel="tag">hoi sin sauce</a><a href="http://www.afatgirlsfoodguide.com/tag/korea/" rel="tag">korea</a><a href="http://www.afatgirlsfoodguide.com/tag/kung-poa/" rel="tag">Kung Poa</a><a href="http://www.afatgirlsfoodguide.com/tag/noodles/" rel="tag">Noodles</a><a href="http://www.afatgirlsfoodguide.com/tag/pho/" rel="tag">Pho</a><a href="http://www.afatgirlsfoodguide.com/tag/pho-mein/" rel="tag">Pho Mein</a><a href="http://www.afatgirlsfoodguide.com/tag/pineapple/" rel="tag">Pineapple</a><a href="http://www.afatgirlsfoodguide.com/tag/restaurant/" rel="tag">restaurant</a><a href="http://www.afatgirlsfoodguide.com/tag/review/" rel="tag">review</a><a href="http://www.afatgirlsfoodguide.com/tag/seoul/" rel="tag">Seoul</a><a href="http://www.afatgirlsfoodguide.com/tag/shrimp/" rel="tag">Shrimp</a><a href="http://www.afatgirlsfoodguide.com/tag/spring-rolls/" rel="tag">Spring rolls</a><a href="http://www.afatgirlsfoodguide.com/tag/vietnamese/" rel="tag">Vietnamese</a> </div> </div> </div> <div class="tags-share-box center-box"> <div class="post-share"> <span class="count-number-like">0</span><a class="penci-post-like single-like-button" data-post_id="1583" title="Like" data-like="Like" data-unlike="Unlike"><i class="fa fa-heart-o"></i></a> <div class="list-posts-share"><a target="_blank" rel="nofollow" href="https://www.facebook.com/sharer/sharer.php?u=http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/"><i class="fa fa-facebook"></i><span class="dt-share">Facebook</span></a><a target="_blank" rel="nofollow" href="https://twitter.com/intent/tweet?text=Check%20out%20this%20article:%20Pho%20Mein%20-%20http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/"><i class="fa fa-twitter"></i><span class="dt-share">Twitter</span></a><a target="_blank" rel="nofollow" href="https://plus.google.com/share?url=http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/"><i class="fa fa-google-plus"></i><span class="dt-share">Google +</span></a><a data-pin-do="none" rel="nofollow noreferrer noopener" onclick="var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e);"><i class="fa fa-pinterest"></i><span class="dt-share">Pinterest</span></a></div> </div> </div> <div class="post-pagination"> <div class="prev-post"> <div class="prev-post-inner"> <div class="prev-post-title"> <span>previous post</span> </div> <a href="http://www.afatgirlsfoodguide.com/2012/10/19/samosas/"> <div class="pagi-text"> <h5 class="prev-title">Samosas</h5> </div> </a> </div> </div> <div class="next-post"> <div class="next-post-inner"> <div class="prev-post-title next-post-title"> <span>next post</span> </div> <a href="http://www.afatgirlsfoodguide.com/2012/10/22/peanutbutter-chocolatechip-cookies/"> <div class="pagi-text"> <h5 class="next-title">Peanutbutter Chocolatechip Cookies</h5> </div> </a> </div> </div> </div> <div class="post-related"> <div class="post-title-box"><h4 class="post-box-title">You may also like</h4></div> <div class="penci-owl-carousel penci-owl-carousel-slider penci-related-carousel" data-lazy="true" data-item="3" data-desktop="3" data-tablet="2" data-tabsmall="2" data-auto="false" data-speed="300" data-dots="true" data-nav="false"> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/04/03135337/DSC00867-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/04/12/neighbourhood-yeonnam-dong/" title="Neighbourhood &#8211; Yeonnam-dong"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/04/12/neighbourhood-yeonnam-dong/">Neighbourhood &#8211; Yeonnam-dong</a></h3> <span class="date"><time class="entry-date published" datetime="2019-04-12T09:00:34+09:00">April 12, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/04/08091050/DSC02075-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/04/08/butter-book/" title="Butter Book"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/04/08/butter-book/">Butter Book</a></h3> <span class="date"><time class="entry-date published" datetime="2019-04-08T13:26:25+09:00">April 8, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/03/27141012/DSC01902-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/04/05/kims-taco/" title="Kim&#8217;s Taco"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/04/05/kims-taco/">Kim&#8217;s Taco</a></h3> <span class="date"><time class="entry-date published" datetime="2019-04-05T11:16:54+09:00">April 5, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/03/31155843/DSC01957-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/04/01/salt-house-3/" title="Salt House"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/04/01/salt-house-3/">Salt House</a></h3> <span class="date"><time class="entry-date published" datetime="2019-04-01T09:00:34+09:00">April 1, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/02/05171143/DSC00708-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/03/26/urbans-court-yeoksam/" title="Urban&#8217;s Court Yeoksam"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/03/26/urbans-court-yeoksam/">Urban&#8217;s Court Yeoksam</a></h3> <span class="date"><time class="entry-date published" datetime="2019-03-26T09:38:39+09:00">March 26, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/03/14220016/DSC01817-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/03/18/j-hidden-house/" title="J Hidden House"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/03/18/j-hidden-house/">J Hidden House</a></h3> <span class="date"><time class="entry-date published" datetime="2019-03-18T13:02:08+09:00">March 18, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/03/11110725/DSC01729-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/03/11/hbc-mccoys/" title="HBC McCoy&#8217;s"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/03/11/hbc-mccoys/">HBC McCoy&#8217;s</a></h3> <span class="date"><time class="entry-date published" datetime="2019-03-11T15:30:40+09:00">March 11, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/02/27215030/IMG_0959-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/03/05/mesiya/" title="Mesiya"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/03/05/mesiya/">Mesiya</a></h3> <span class="date"><time class="entry-date published" datetime="2019-03-05T09:00:55+09:00">March 5, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/02/23133148/DSC01543-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/02/28/saap/" title="Saap"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/02/28/saap/">Saap</a></h3> <span class="date"><time class="entry-date published" datetime="2019-02-28T09:07:42+09:00">February 28, 2019</time></span> </div> <div class="item-related"> <a class="related-thumb penci-image-holder owl-lazy" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2019/02/22134032/DSC01471-585x390.jpg" href="http://www.afatgirlsfoodguide.com/2019/02/25/chuncheon-chicken-galbi-%ec%b6%98%ec%b2%9c%eb%8b%ad%ea%b0%88%eb%b9%84/" title="Chuncheon Chicken Galbi &#8211; 춘천닭갈비"> </a> <h3><a href="http://www.afatgirlsfoodguide.com/2019/02/25/chuncheon-chicken-galbi-%ec%b6%98%ec%b2%9c%eb%8b%ad%ea%b0%88%eb%b9%84/">Chuncheon Chicken Galbi &#8211; 춘천닭갈비</a></h3> <span class="date"><time class="entry-date published" datetime="2019-02-25T09:37:58+09:00">February 25, 2019</time></span> </div> </div></div> </article> </div> </div> <div id="sidebar" class="penci-sidebar-content style-1 pcalign-center"> <div class="theiaStickySidebar"> <aside id="penci_social_widget-3" class="widget penci_social_widget"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow">Keep in touch</span></h4> <div class="widget-social pc_aligncenter"> <a href="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea/" rel="nofollow" target="_blank"><i class="fa fa-facebook" style="font-size: 14px"></i><span style="font-size: 13px">Facebook</span></a> <a href="https://twitter.com/fatgirlsfood" rel="nofollow" target="_blank"><i class="fa fa-twitter" style="font-size: 14px"></i><span style="font-size: 13px">Twitter</span></a> <a href="https://www.instagram.com/fatgirlsfoodguide/" rel="nofollow" target="_blank"><i class="fa fa-instagram" style="font-size: 14px"></i><span style="font-size: 13px">Instagram</span></a> <a href="https://www.pinterest.co.kr/afatgirlsfood/" rel="nofollow" target="_blank"><i class="fa fa-pinterest" style="font-size: 14px"></i><span style="font-size: 13px">Pinterest</span></a> <a href="https://www.youtube.com/channel/UC0p79Gfys-SPR-Y4FKJDpbg" rel="nofollow" target="_blank"><i class="fa fa-youtube-play" style="font-size: 14px"></i><span style="font-size: 13px">Youtube</span></a> </div> </aside><aside id="facebook-likebox-3" class="widget widget_facebook_likebox"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow"><a href="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea">Like Me On Facebook!</a></span></h4> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea" data-width="340" data-height="432" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea"><a href="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea">Like Me On Facebook!</a></blockquote></div> </div> </aside><aside id="text-2" class="widget widget_text"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow">Instagram Feed</span></h4> <div class="textwidget"><div id="sb_instagram" class="sbi sbi_mob_col_auto sbi_col_2" style="width:260px; padding-bottom: 10px; " data-id="50033602" data-num="4" data-res="auto" data-cols="2" data-options='{&quot;sortby&quot;: &quot;none&quot;, &quot;showbio&quot;: &quot;false&quot;,&quot;feedID&quot;: &quot;50033602&quot;, &quot;headercolor&quot;: &quot;&quot;, &quot;imagepadding&quot;: &quot;5&quot;,&quot;mid&quot;: &quot;M2E4MWE5Zg==&quot;, &quot;disablecache&quot;: &quot;false&quot;, &quot;sbiCacheExists&quot;: &quot;true&quot;,&quot;callback&quot;: &quot;M2Q1MDczZTY0ZmM2ND.AxYmExOWQ2MzExMWRkODI4NDY=&quot;, &quot;sbiHeaderCache&quot;: &quot;true&quot;}'><div class="sb_instagram_header" style="padding: 10px; padding-bottom: 0;"></div><div id="sbi_images" style="padding: 5px;"><div class="sbi_loader"></div></div><div id="sbi_load" class="sbi_hidden"><a class="sbi_load_btn" href="javascript:void(0);" style="display: none; "><span class="sbi_btn_text">Load More...</span><span class="sbi_loader sbi_hidden"></span></a><span class="sbi_follow_btn"><a href="https://www.instagram.com/" style="" target="_blank" rel="noopener"><i class="fa fab fa-instagram"></i>Follow on Instagram</a></span></div></div></div> </aside><aside id="media_image-12" class="widget widget_media_image"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow">Get 4,000 won off your first order!</span></h4><a href="https://www.shuttledelivery.co.kr/en/login/signup/1oGpg" target="_blank"><img width="300" height="300" src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2016/10/x01_FGAd.jpg.pagespeed.ic.ycHK5S0d_h.jpg" class="image wp-image-29924 aligncenter attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="http://www.afatgirlsfoodguide.com/wp-content/uploads/2016/10/01_FGAd.jpg 300w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2016/10/01_FGAd-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px"/></a></aside><aside id="penci_popular_news_widget-3" class="widget penci_popular_news_widget"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow">Popular Posts</span></h4> <ul id="penci-popularwg-4155" class="side-newsfeed display-order-numbers"> <li class="penci-feed"> <span class="order-border-number"> <span class="number-post">1</span> </span> <div class="side-item"> <div class="side-image"> <a class="penci-image-holder penci-lazy small-fix-size" rel="bookmark" data-src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2016/01/IMG_5970.jpg" href="http://www.afatgirlsfoodguide.com/2016/01/22/restaurant-lingo-how-to-order-food-in-korean/" title="Restaurant Lingo &#8211; How to order food in Korean"></a> </div> <div class="side-item-text"> <h4 class="side-title-post"> <a href="http://www.afatgirlsfoodguide.com/2016/01/22/restaurant-lingo-how-to-order-food-in-korean/" rel="bookmark" title="Restaurant Lingo &#8211; How to order food in Korean"> Restaurant Lingo &#8211; How to order food in Korean </a> </h4> <span class="side-item-meta"><time class="entry-date published" datetime="2016-01-22T11:53:03+09:00">January 22, 2016</time></span> </div> </div> </li> <li class="penci-feed"> <span class="order-border-number"> <span class="number-post">2</span> </span> <div class="side-item"> <div class="side-image"> <a class="penci-image-holder penci-lazy small-fix-size" rel="bookmark" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2018/10/29203408/44932887_2131898263805206_3046955902654480384_n-263x175.jpg" href="http://www.afatgirlsfoodguide.com/2018/11/05/seouls-best-brunch/" title="Seoul&#8217;s Best Brunch"></a> </div> <div class="side-item-text"> <h4 class="side-title-post"> <a href="http://www.afatgirlsfoodguide.com/2018/11/05/seouls-best-brunch/" rel="bookmark" title="Seoul&#8217;s Best Brunch"> Seoul&#8217;s Best Brunch </a> </h4> <span class="side-item-meta"><time class="entry-date published" datetime="2018-11-05T08:00:25+09:00">November 5, 2018</time></span> </div> </div> </li> <li class="penci-feed"> <span class="order-border-number"> <span class="number-post">3</span> </span> <div class="side-item"> <div class="side-image"> <a class="penci-image-holder penci-lazy small-fix-size" rel="bookmark" data-src="http://cdn.afatgirlsfoodguide.com/wp-content/uploads/2018/12/06130525/DSC00222-263x175.jpg" href="http://www.afatgirlsfoodguide.com/2018/12/07/egg-drop/" title="Egg Drop"></a> </div> <div class="side-item-text"> <h4 class="side-title-post"> <a href="http://www.afatgirlsfoodguide.com/2018/12/07/egg-drop/" rel="bookmark" title="Egg Drop"> Egg Drop </a> </h4> <span class="side-item-meta"><time class="entry-date published" datetime="2018-12-07T09:00:38+09:00">December 7, 2018</time></span> </div> </div> </li> <li class="penci-feed"> <span class="order-border-number"> <span class="number-post">4</span> </span> <div class="side-item"> <div class="side-image"> <a class="penci-image-holder penci-lazy small-fix-size" rel="bookmark" data-src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/05/DSC05350-1-263x175.jpg" href="http://www.afatgirlsfoodguide.com/2018/05/07/neighbourhood-ikseon-dong/" title="Neighbourhood &#8211; Ikseon-dong"></a> </div> <div class="side-item-text"> <h4 class="side-title-post"> <a href="http://www.afatgirlsfoodguide.com/2018/05/07/neighbourhood-ikseon-dong/" rel="bookmark" title="Neighbourhood &#8211; Ikseon-dong"> Neighbourhood &#8211; Ikseon-dong </a> </h4> <span class="side-item-meta"><time class="entry-date published" datetime="2018-05-07T13:47:07+09:00">May 7, 2018</time></span> </div> </div> </li> <li class="penci-feed"> <span class="order-border-number"> <span class="number-post">5</span> </span> <div class="side-item"> <div class="side-image"> <a class="penci-image-holder penci-lazy small-fix-size" rel="bookmark" data-src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2017/06/DSC00696.jpg" href="http://www.afatgirlsfoodguide.com/2017/08/01/tongin-market/" title="Tongin Market"></a> </div> <div class="side-item-text"> <h4 class="side-title-post"> <a href="http://www.afatgirlsfoodguide.com/2017/08/01/tongin-market/" rel="bookmark" title="Tongin Market"> Tongin Market </a> </h4> <span class="side-item-meta"><time class="entry-date published" datetime="2017-08-01T15:56:37+09:00">August 1, 2017</time></span> </div> </div> </li> </ul> </aside><aside id="twitter_timeline-3" class="widget widget_twitter_timeline"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow">Follow me on Twitter</span></h4><a class="twitter-timeline" data-height="400" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-lang="EN" data-partner="jetpack" data-widget-id="562879999104282626" href="https://twitter.com/562879999104282626">My Tweets</a></aside><aside id="media_image-10" class="widget widget_media_image"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow">Advertisement</span></h4><a href="http://www.createwellnesscenter.com/" target="_blank"><img width="300" height="300" src="http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/xgemma-square-ad.001-300x300.jpeg.pagespeed.ic.XbW92hoOtP.jpg" class="image wp-image-34565 aligncenter attachment-300x300 size-300x300" alt="" style="max-width: 100%; height: auto;" srcset="http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-e1520425533628.jpeg 300w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-150x150.jpeg 150w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-768x768.jpeg 768w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-1024x1024.jpeg 1024w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-1170x1170.jpeg 1170w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-585x585.jpeg 585w" sizes="(max-width: 300px) 100vw, 300px"/></a></aside><aside id="meta-5" class="widget widget_meta"><h4 class="widget-title penci-border-arrow"><span class="inner-arrow">Meta</span></h4> <ul> <li><a href="http://www.afatgirlsfoodguide.com/wp-login.php">Log in</a></li> <li><a href="http://www.afatgirlsfoodguide.com/feed/">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://www.afatgirlsfoodguide.com/comments/feed/">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </aside> </div> </div> <!-- END CONTAINER --> </div> <div class="clear-footer"></div> <footer id="footer-section" class="penci-footer-social-media penci-lazy" itemscope itemtype="https://schema.org/WPFooter"> <div class="container"> <div class="footer-socials-section"> <ul class="footer-socials"> <li><a href="https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea/" rel="nofollow" target="_blank"><i class="fa fa-facebook"></i><span>Facebook</span></a></li> <li><a href="https://twitter.com/fatgirlsfood" rel="nofollow" target="_blank"><i class="fa fa-twitter"></i><span>Twitter</span></a></li> <li><a href="https://www.instagram.com/fatgirlsfoodguide/" rel="nofollow" target="_blank"><i class="fa fa-instagram"></i><span>Instagram</span></a></li> <li><a href="https://www.pinterest.co.kr/afatgirlsfood/" rel="nofollow" target="_blank"><i class="fa fa-pinterest"></i><span>Pinterest</span></a></li> <li><a href="https://www.youtube.com/channel/UC0p79Gfys-SPR-Y4FKJDpbg" rel="nofollow" target="_blank"><i class="fa fa-youtube-play"></i><span>Youtube</span></a></li> </ul> </div> <div class="footer-logo-copyright footer-not-logo"> <div id="footer-copyright"> <p>@2017 - A Fat Girls Food Guide. All Right Reserved. Theme Designed and Developed by <a href="http://themeforest.net/item/soledad-multiconcept-blogmagazine-wp-theme/12945398?ref=PenciDesign" target="_blank">PenciDesign</a></p> </div> <div class="go-to-top-parent"><a href="#" class="go-to-top"><span><i class="fa fa-angle-up"></i><br>Back To Top</span></a></div> </div> </div> </footer> </div><!-- End .wrapper-boxed --> <div id="fb-root"></div> <!-- Instagram Feed JS --> <script type="text/javascript">var sbiajaxurl="http://www.afatgirlsfoodguide.com/wp-admin/admin-ajax.php";</script> <script type='text/javascript'>//<![CDATA[ r3f5x9JS=escape(document['referrer']);hf4N='0fcc642cb08fc058f5024087213cd7e0';hf4V='ab5846f38b4179402d5feb4d4ed2d457';cm4S="form[action='http://www.afatgirlsfoodguide.com/wp-comments-post.php']";jQuery(document).ready(function($){var e="#commentform, .comment-respond form, .comment-form, "+cm4S+", #lostpasswordform, #registerform, #loginform, #login_form, #wpss_contact_form";$(e).submit(function(){$("<input>").attr("type","hidden").attr("name","r3f5x9JS").attr("value",r3f5x9JS).appendTo(e);$("<input>").attr("type","hidden").attr("name",hf4N).attr("value",hf4V).appendTo(e);return true;});$("#comment").attr({minlength:"15",maxlength:"15360"})}); //]]></script> <div style="display:none"> </div> <script type="text/javascript">window.WPCOM_sharing_counts={"http:\/\/www.afatgirlsfoodguide.com\/2012\/10\/20\/pho-mein\/":1583};</script> <script type='text/javascript'>//<![CDATA[ var sb_instagram_js_options={"sb_instagram_at":"50033602.M2E4MWE5Zg==.M2Q1MDczZTY0ZmM2ND.AxYmExOWQ2MzExMWRkODI4NDY=","font_method":"svg"}; //]]></script> <script type='text/javascript' src='http://www.afatgirlsfoodguide.com/wp-content/plugins/instagram-feed/js/sb-instagram.min.js.pagespeed.ce.bpZa2QfHlx.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js'></script> <script type='text/javascript'>//<![CDATA[ var WPGroHo={"my_hash":""}; //]]></script> <script type='text/javascript'>//<![CDATA[ WPGroHo=jQuery.extend({my_hash:'',data:{},renderers:{},syncProfileData:function(hash,id){if(!WPGroHo.data[hash]){WPGroHo.data[hash]={};jQuery('div.grofile-hash-map-'+hash+' span').each(function(){WPGroHo.data[hash][this.className]=jQuery(this).text();});} WPGroHo.appendProfileData(WPGroHo.data[hash],hash,id);},appendProfileData:function(data,hash,id){for(var key in data){if(jQuery.isFunction(WPGroHo.renderers[key])){return WPGroHo.renderers[key](data[key],hash,id,key);} jQuery('#'+id).find('h4').after(jQuery('<p class="grav-extra '+key+'" />').html(data[key]));}}},WPGroHo);jQuery(document).ready(function(){if('undefined'===typeof Gravatar){return;} Gravatar.profile_cb=function(h,d){WPGroHo.syncProfileData(h,d);};Gravatar.my_hash=WPGroHo.my_hash;Gravatar.init('body','#wpadminbar');}); //]]></script> <script type='text/javascript' src='http://www.afatgirlsfoodguide.com/wp-content/themes/soledad/js/libs-script.min.js'></script> <script type='text/javascript'>//<![CDATA[ var ajax_var_more={"url":"http:\/\/www.afatgirlsfoodguide.com\/wp-admin\/admin-ajax.php","nonce":"e10ce2d679"}; //]]></script> <script type='text/javascript' src='http://www.afatgirlsfoodguide.com/wp-content/themes/soledad/js/main.js.pagespeed.jm.2p1xELyOso.js'></script> <script type='text/javascript'>//<![CDATA[ var ajax_var={"url":"http:\/\/www.afatgirlsfoodguide.com\/wp-admin\/admin-ajax.php","nonce":"e10ce2d679"}; //]]></script> <script src="http://www.afatgirlsfoodguide.com/wp-content,_themes,_soledad,_js,_post-like.js+wp-includes,_js,_comment-reply.min.js.pagespeed.jc.BLtJcjLizS.js"></script><script>eval(mod_pagespeed_pbs6CgViDi);</script> <script>eval(mod_pagespeed_aR3dA613tt);</script> <script type='text/javascript'>//<![CDATA[ var jpfbembed={"appid":"249643311490","locale":"en_US"}; //]]></script> <script src="http://www.afatgirlsfoodguide.com/wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js+twitter-timeline.min.js.pagespeed.jc.D99cNKKVwv.js"></script><script>eval(mod_pagespeed_bLI$rXsMt3);</script> <script>eval(mod_pagespeed_HP5GW$2MHp);</script> <script type='text/javascript'>//<![CDATA[ var newsletter={"messages":{"email_error":"The email is not correct","name_error":"The name is not correct","surname_error":"The last name is not correct","privacy_error":"You must accept the privacy statement"},"profile_max":"20"}; //]]></script> <script src="http://www.afatgirlsfoodguide.com/wp-content,_plugins,_newsletter,_subscription,_validate.js+wp-content,_plugins,_wp-spamshield,_js,_jscripts-ftr-min.js+wp-includes,_js,_wp-embed.min.js+wp-content,_plugins,_jetpack,__inc,_build,_postmessage.min.js+wp-content,_plugins,_jetpack,__inc,_build,_jquery.jetpack-resize.min.js+wp-content,_plugins,_jetpack,__inc,_build,_likes,_queuehandler.min.js.pagespeed.jc.RXmt2yPqVW.js"></script><script>eval(mod_pagespeed_6c1Ywpt6hw);</script> <script>eval(mod_pagespeed_w7pOLq87vT);</script> <script>eval(mod_pagespeed_iVr1iGGpTv);</script> <script>eval(mod_pagespeed_9VR99jB38s);</script> <script>eval(mod_pagespeed_SIBKj3vYwj);</script> <script>eval(mod_pagespeed_Mwm6rI3YqU);</script> <script type='text/javascript'>//<![CDATA[ var sharing_js_options={"lang":"en","counts":"1","is_stats_active":"1"}; //]]></script> <script type='text/javascript' src='http://www.afatgirlsfoodguide.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js.pagespeed.jm.lTL_G96kcx.js'></script> <script type='text/javascript'>var windowOpen;jQuery(document.body).on('click','a.share-facebook',function(){if('undefined'!==typeof windowOpen){windowOpen.close();} windowOpen=window.open(jQuery(this).attr('href'),'wpcomfacebook','menubar=1,resizable=1,width=600,height=400');return false;});var windowOpen;jQuery(document.body).on('click','a.share-linkedin',function(){if('undefined'!==typeof windowOpen){windowOpen.close();} windowOpen=window.open(jQuery(this).attr('href'),'wpcomlinkedin','menubar=1,resizable=1,width=580,height=450');return false;});var windowOpen;jQuery(document.body).on('click','a.share-twitter',function(){if('undefined'!==typeof windowOpen){windowOpen.close();} windowOpen=window.open(jQuery(this).attr('href'),'wpcomtwitter','menubar=1,resizable=1,width=600,height=350');return false;});var windowOpen;jQuery(document.body).on('click','a.share-tumblr',function(){if('undefined'!==typeof windowOpen){windowOpen.close();} windowOpen=window.open(jQuery(this).attr('href'),'wpcomtumblr','menubar=1,resizable=1,width=450,height=450');return false;});</script> <iframe src='https://widgets.wp.com/likes/master.html?ver=201916#ver=201916' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe> <div id='likes-other-gravatars'><div class="likes-text"><span>%d</span> bloggers like this:</div><ul class="wpl-avatars sd-like-gravatars"></ul></div> <!-- Facebook Comments Plugin for WordPress: http://peadig.com/wordpress-plugins/facebook-comments/ --> <div id="fb-root"></div> <script>(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=483999421803911&version=v2.3";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));</script> <script type='text/javascript' src='https://stats.wp.com/e-201916.js' async='async' defer='defer'></script> <script type='text/javascript'>_stq=window._stq||[];_stq.push(['view',{v:'ext',j:'1:7.2.1',blog:'84322943',post:'1583',tz:'9',srv:'www.afatgirlsfoodguide.com'}]);_stq.push(['clickTrackerInit','84322943','1583']);</script> </body> </html>
[ "<footer id=\"footer-section\" class=\"penci-footer-social-media penci-lazy\" itemscope=\"\" itemtype=\"https://schema.org/WPFooter\">&#13;\n\t<div class=\"container\">&#13;\n\t\t\t\t\t<div class=\"footer-socials-section\">&#13;\n\t\t\t\t<ul class=\"footer-socials\">&#13;\n\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea/\" rel=\"nofollow\" target=\"_blank\"><i class=\"fa fa-facebook\"/><span>Facebook</span></a></li>&#13;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://twitter.com/fatgirlsfood\" rel=\"nofollow\" target=\"_blank\"><i class=\"fa fa-twitter\"/><span>Twitter</span></a></li>&#13;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.instagram.com/fatgirlsfoodguide/\" rel=\"nofollow\" target=\"_blank\"><i class=\"fa fa-instagram\"/><span>Instagram</span></a></li>&#13;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.pinterest.co.kr/afatgirlsfood/\" rel=\"nofollow\" target=\"_blank\"><i class=\"fa fa-pinterest\"/><span>Pinterest</span></a></li>&#13;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.youtube.com/channel/UC0p79Gfys-SPR-Y4FKJDpbg\" rel=\"nofollow\" target=\"_blank\"><i class=\"fa fa-youtube-play\"/><span>Youtube</span></a></li>&#13;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>&#13;\n\t\t\t</div>&#13;\n\t\t\t\t\t\t\t\t\t<div class=\"footer-logo-copyright footer-not-logo\">&#13;\n\t\t\t\t&#13;\n\t\t\t\t&#13;\n\t\t\t\t\t\t\t\t\t<div id=\"footer-copyright\">&#13;\n\t\t\t\t\t\t<p>@2017 - A Fat Girls Food Guide. All Right Reserved. Theme Designed and Developed by <a href=\"http://themeforest.net/item/soledad-multiconcept-blogmagazine-wp-theme/12945398?ref=PenciDesign\" target=\"_blank\">PenciDesign</a></p>&#13;\n\t\t\t\t\t</div>&#13;\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"go-to-top-parent\"><a href=\"#\" class=\"go-to-top\"><span><i class=\"fa fa-angle-up\"/><br/>Back To Top</span></a></div>&#13;\n\t\t\t\t\t\t\t</div>&#13;\n\t\t\t\t\t</div>&#13;\n</footer>&#13;\n&#13;\n" ]
[ "<head>&#13;\n\t<meta charset=\"UTF-8\"/>&#13;\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>&#13;\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>&#13;\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>&#13;\n\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\"A Fat Girl's Food Guide to Eating in Korea RSS Feed\" href=\"http://www.afatgirlsfoodguide.com/feed/\"/>&#13;\n\t<link rel=\"alternate\" type=\"application/atom+xml\" title=\"A Fat Girl's Food Guide to Eating in Korea Atom Feed\" href=\"http://www.afatgirlsfoodguide.com/feed/atom/\"/>&#13;\n\t<link rel=\"pingback\" href=\"http://www.afatgirlsfoodguide.com/xmlrpc.php\"/>&#13;\n\t<!--[if lt IE 9]>\r\n\t<script src=\"http://www.afatgirlsfoodguide.com/wp-content/themes/soledad/js/html5.js\"></script>\r\n\t<![endif]-->&#13;\n\t<title>Pho Mein – A Fat Girl's Food Guide to Eating in Korea</title>\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ajax.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n\t\t<script type=\"text/javascript\">window._wpemojiSettings={\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/www.afatgirlsfoodguide.com\\/wp-includes\\/js\\/wp-emoji-release.min.js\"}};!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);</script>\n\t\t<style type=\"text/css\">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:none!important;padding:0!important}</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"http://www.afatgirlsfoodguide.com/wp-includes/css/dist/block-library/A.style.min.css.pagespeed.cf.cOBdefHnvQ.css\" type=\"text/css\" media=\"all\"/>\n<style id=\"wp-block-library-theme-css\" media=\"all\">.wp-block-code{padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}.wp-block-code,.wp-block-preformatted pre{font-family:Menlo,Consolas,monaco,monospace;font-size:14px;color:#23282d}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-quote{margin:20px 0}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote:not(.is-large):not(.is-style-large){border-left:4px solid #000;padding-left:1em}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:break-all}</style>\n<link rel=\"stylesheet\" id=\"sb_instagram_styles-css\" href=\"http://www.afatgirlsfoodguide.com/wp-content/plugins/instagram-feed/css/A.sb-instagram.min.css.pagespeed.cf.TMN5ByqZVE.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"penci-fonts-css\" href=\"//fonts.googleapis.com/css?family=Raleway%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%7CPT+Serif%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%7CPlayfair+Display+SC%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%7CMontserrat%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%2C800%2C800italic%26subset%3Dcyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin-ext\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"penci_style-css\" href=\"http://www.afatgirlsfoodguide.com/wp-content/themes/soledad/A.style.css.pagespeed.cf.pZFCSx1ryw.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"instag-slider-css\" href=\"http://www.afatgirlsfoodguide.com/wp-content/plugins/instagram-slider-widget/assets/css/A.instag-slider.css.pagespeed.cf.P8M_BMGyum.css\" type=\"text/css\" media=\"all\"/>\n<style id=\"pptwj-widget-tab-css-css\" media=\"all\">.clear{clear:both}.pptwj-tabs-wrap{padding:3px 0 0}.pptwj-tabs-wrap ul{list-style:none outside none;margin:0;padding:0}.pptwj-tabs-wrap .tab-links{background:#eee;border-bottom:3px solid #4c5360;height:26px;margin:0;padding:0 5px;position:relative}.pptwj-tabs-wrap .tab-links li{border:none;display:inline;float:left;margin:-4px 3px 0 0;padding:0}.pptwj-tabs-wrap .tab-links li a{background:none;color:#999;display:block;float:left;font-weight:bold;font-size:12px;padding:7px 7px 4px;text-decoration:none;text-transform:uppercase}.pptwj-tabs-wrap .tab-links li a.selected,.pptwj-tabs-wrap .tab-links li a:hover{background:#4c5360;border-radius:5px 5px 0 0;color:#fff;text-decoration:none}.pptwj-tabs-wrap .boxes{border:1px solid #e5e5e5;border-radius:0 0 3px 3px;position:relative}.pptwj-tabs-wrap .boxes ul{padding:2px 0 0}.pptwj-tabs-wrap .boxes ul li{border-bottom:1px solid #e5e5e5;font-size:13px;overflow:hidden;margin:0;padding:5px 8px}.pptwj-tabs-wrap .boxes ul li.odd{background:#fff}.pptwj-tabs-wrap .boxes ul li.even{background:#fcfcfc;border-left:none;border-right:none;border-top:none}.pptwj-tabs-wrap .boxes ul li a{color:#333}.pptwj-tabs-wrap .boxes ul li a:hover{}.pptwj-tabs-wrap .boxes ul li img{background:#fff;border:1px solid #e5e5e5;float:left;margin:0 7px 0 0;padding:2px}.pptwj-tabs-wrap .boxes ul li a.item-title{overflow:hidden}.pptwj-tabs-wrap .boxes ul li .meta{color:#888;font-size:90%}.pptwj-tabs-wrap .boxes ul.tab-filter-list{border:none;margin:-1px;background:#4c5360;padding:0;text-align:center}.pptwj-tabs-wrap .boxes ul.tab-filter-list li{border:none;padding:2px 8px 3px}.pptwj-tabs-wrap .boxes ul.tab-filter-list a{color:#ddd;font-size:11px;margin:0 8px;text-decoration:none;text-transform:uppercase}.pptwj-tabs-wrap .boxes ul.tab-filter-list a.selected,.pptwj-tabs-wrap .boxes ul.tab-filter-list a:hover{color:#fff;text-decoration:none}.pptwj-loader{background:#fff;left:0;opacity:.4;position:absolute;text-align:center;top:0;width:100%}.pptwj-loader img{}</style>\n<!-- Inline jetpack_facebook_likebox -->&#13;\n<style id=\"jetpack_facebook_likebox-inline-css\" type=\"text/css\">.widget_facebook_likebox{overflow:hidden}</style>\n<link rel=\"stylesheet\" id=\"newsletter-css\" href=\"http://www.afatgirlsfoodguide.com/wp-content/plugins/newsletter/A.style.css.pagespeed.cf.t5l80jIJst.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"social-logos-css\" href=\"http://www.afatgirlsfoodguide.com/wp-content/plugins/jetpack/_inc/social-logos/A.social-logos.min.css.pagespeed.cf.eGbVLVVWbh.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"http://www.afatgirlsfoodguide.com/wp-content/plugins/jetpack/css/A.jetpack.css.pagespeed.cf.F9brCzFZmR.css\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"/>\n<script type=\"text/javascript\" src=\"http://www.afatgirlsfoodguide.com/wp-content/plugins/instagram-slider-widget/assets/js/jquery.flexslider-min.js.pagespeed.jm.FiI3QuRYMV.js\"/>\n<script type=\"text/javascript\">//&lt;![CDATA[\nvar PPTWJ={\"ajaxUrl\":\"http:\\/\\/www.afatgirlsfoodguide.com\\/wp-admin\\/admin-ajax.php\"};\n//]]&gt;</script>\n<script type=\"text/javascript\">//&lt;![CDATA[\njQuery(document).ready(function(){jQuery('.pptwj-tabs-wrap .inside ul.list li:last-child').css('border-bottom','0px');jQuery('.pptwj-tabs-wrap .tab-links').each(function(){jQuery(this).children('li').children('a:first').addClass('selected');});jQuery('.inside &gt; *').hide();jQuery('.inside &gt; *:first-child').show();jQuery('.pptwj-tabs-wrap .tab-links li a').click(function(evt){var clicked_tab_ref=jQuery(this).attr('href');jQuery(this).parent().parent().children('li').children('a').removeClass('selected');jQuery(this).addClass('selected');jQuery(this).parent().parent().parent().children('.inside').children('*').hide();jQuery('.inside '+clicked_tab_ref).fadeIn(500);evt.preventDefault();});jQuery('ul.tab-filter-list a').click(function(e){var $this=jQuery(this);var $tabWidgetData={'time':$this.data('time'),'numberposts':$this.data('numberposts'),'thumb':$this.data('thumb'),'tab':$this.data('tab'),'action':\"pptwj_tabwidget_list\"};var box_height=jQuery('.pptwj-tabs-wrap .boxes').outerHeight();var spinner=jQuery('.pptwj-loader img');var spinner_div=jQuery('.pptwj-loader');spinner.css('margin-top',box_height/2);spinner_div.css('height',box_height);spinner_div.show();var $tabWidgetHandler=function($data){spinner_div.hide();if($data==\"\")return;jQuery('ul.tab-filter-list a').removeClass('selected');$this.addClass('selected');var $list=$this.parent().parent().siblings('.list');$list.html($data);};jQuery.post(PPTWJ.ajaxUrl,$tabWidgetData,$tabWidgetHandler);e.preventDefault();});});\n//]]&gt;</script>\n<link rel=\"https://api.w.org/\" href=\"http://www.afatgirlsfoodguide.com/wp-json/\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://www.afatgirlsfoodguide.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afatgirlsfoodguide.com%2F2012%2F10%2F20%2Fpho-mein%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://www.afatgirlsfoodguide.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afatgirlsfoodguide.com%2F2012%2F10%2F20%2Fpho-mein%2F&amp;format=xml\"/>\n<meta property=\"fb:app_id\" content=\"483999421803911\"/><meta property=\"fb:admins\" content=\"gemma.wardle.315\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//widgets.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//0.gravatar.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//1.gravatar.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//2.gravatar.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style><!-- Global site tag (gtag.js) - Google Analytics -->\n<script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-59522602-1\"/>\n<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}\ngtag('js',new Date());gtag('config','UA-59522602-1');</script>\n <style type=\"text/css\">.penci-hide-tagupdated{display:none!important}.featured-area .penci-image-holder,.featured-area .penci-slider4-overlay,.featured-area .penci-slide-overlay .overlay-link,.featured-style-29 .featured-slider-overlay,.penci-slider38-overlay{border-radius: ;-webkit-border-radius: }.penci-featured-content-right:before{border-top-right-radius: ;border-bottom-right-radius: }.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before{border-bottom-left-radius: ;border-bottom-right-radius: }.container-single .post-image{border-radius: ;-webkit-border-radius: }.penci-mega-thumbnail .penci-image-holder{border-radius: ;-webkit-border-radius: }#logo a{max-width:400px}@media only screen and (max-width:960px) and (min-width:768px){#logo img{max-width:100%}}.penci-menuhbg-toggle:hover .lines-button:after,.penci-menuhbg-toggle:hover .penci-lines:before,.penci-menuhbg-toggle:hover .penci-lines:after{background:#bababa}a,.post-entry .penci-portfolio-filter ul li a:hover,.penci-portfolio-filter ul li a:hover,.penci-portfolio-filter ul li.active a,.post-entry .penci-portfolio-filter ul li.active a,.penci-countdown .countdown-amount,.archive-box h1,.post-entry a,.container.penci-breadcrumb span a:hover,.post-entry blockquote:before,.post-entry blockquote cite,.post-entry blockquote .author,.wpb_text_column blockquote:before,.wpb_text_column blockquote cite,.wpb_text_column blockquote .author,.penci-pagination a:hover,ul.penci-topbar-menu&gt;li a:hover,div.penci-topbar-menu&gt;ul&gt;li a:hover,.penci-recipe-heading a.penci-recipe-print,.main-nav-social a:hover,.widget-social .remove-circle a:hover i,.penci-recipe-index .cat&gt;a.penci-cat-name,#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a:hover,#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title a:hover,#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-content a,#bbpress-forums li.bbp-body ul.topic p.bbp-topic-meta a,#bbpress-forums .bbp-breadcrumb a:hover,#bbpress-forums .bbp-forum-freshness a:hover,#bbpress-forums .bbp-topic-freshness a:hover,#buddypress ul.item-list li div.item-title a,#buddypress ul.item-list li h4 a,#buddypress .activity-header a:first-child,#buddypress .comment-meta a:first-child,#buddypress .acomment-meta a:first-child,div.bbp-template-notice a:hover,.penci-menu-hbg .menu li a .indicator:hover,.penci-menu-hbg .menu li a:hover,#sidebar-nav .menu li a:hover,.penci-rlt-popup .rltpopup-meta .rltpopup-title:hover{color:#bababa}.penci-home-popular-post ul.slick-dots li button:hover,.penci-home-popular-post ul.slick-dots li.slick-active button,.post-entry blockquote .author span:after,.error-image:after,.error-404 .go-back-home a:after,.penci-header-signup-form,.woocommerce span.onsale,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce div.product .entry-summary div[itemprop=\"description\"]:before,.woocommerce div.product .entry-summary div[itemprop=\"description\"] blockquote .author span:after,.woocommerce div.product .woocommerce-tabs #tab-description blockquote .author span:after,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,#top-search.shoping-cart-icon&gt;a&gt;span,#penci-demobar .buy-button,#penci-demobar .buy-button:hover,.penci-recipe-heading a.penci-recipe-print:hover,.penci-review-process span,.penci-review-score-total,#navigation.menu-style-2 ul.menu ul:before,#navigation.menu-style-2 .menu ul ul:before,.penci-go-to-top-floating,.post-entry.blockquote-style-2 blockquote:before,#bbpress-forums #bbp-search-form .button,#bbpress-forums #bbp-search-form .button:hover,.wrapper-boxed .bbp-pagination-links span.current,#bbpress-forums #bbp_reply_submit:hover,#bbpress-forums #bbp_topic_submit:hover,#buddypress .dir-search input[type=\"submit\"],#buddypress .groups-members-search input[type=\"submit\"],#buddypress button:hover,#buddypress a.button:hover,#buddypress a.button:focus,#buddypress input[type=\"button\"]:hover,#buddypress input[type=\"reset\"]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a,#buddypress div.generic-button a:hover,#buddypress .comment-reply-link:hover,#buddypress input[type=\"submit\"]:hover,#buddypress div.pagination .pagination-links .current,#buddypress div.item-list-tabs ul li.selected a,#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li a:hover,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.wp-profile-fields thead tr,#buddypress table.messages-notices thead tr,#buddypress table.forum thead tr,#buddypress input[type=\"submit\"]{background-color:#bababa}.penci-pagination ul.page-numbers li span.current,#comments_pagination span{color:#fff;background:#bababa;border-color:#bababa}.footer-instagram h4.footer-instagram-title&gt;span:before,.woocommerce nav.woocommerce-pagination ul li span.current,.penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover,.penci-recipe-heading a.penci-recipe-print:hover,.home-featured-cat-content.style-14 .magcat-padding:before,.wrapper-boxed .bbp-pagination-links span.current,#buddypress .dir-search input[type=\"submit\"],#buddypress .groups-members-search input[type=\"submit\"],#buddypress button:hover,#buddypress a.button:hover,#buddypress a.button:focus,#buddypress input[type=\"button\"]:hover,#buddypress input[type=\"reset\"]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a,#buddypress div.generic-button a:hover,#buddypress .comment-reply-link:hover,#buddypress input[type=\"submit\"]:hover,#buddypress div.pagination .pagination-links .current,#buddypress input[type=\"submit\"],#searchform.penci-hbg-search-form input.search-input:hover,#searchform.penci-hbg-search-form input.search-input:focus{border-color:#bababa}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top-color:#bababa}.penci-slider ol.penci-control-nav li a.penci-active,.penci-slider ol.penci-control-nav li a:hover,.penci-related-carousel .owl-dot.active span,.penci-owl-carousel-slider .owl-dot.active span{border-color:#bababa;background-color:#bababa}.woocommerce .woocommerce-message:before,.woocommerce form.checkout table.shop_table .order-total .amount,.woocommerce ul.products li.product .price ins,.woocommerce ul.products li.product .price,.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,.woocommerce div.product p.price,.woocommerce div.product .entry-summary div[itemprop=\"description\"] blockquote:before,.woocommerce div.product .woocommerce-tabs #tab-description blockquote:before,.woocommerce div.product .entry-summary div[itemprop=\"description\"] blockquote cite,.woocommerce div.product .entry-summary div[itemprop=\"description\"] blockquote .author,.woocommerce div.product .woocommerce-tabs #tab-description blockquote cite,.woocommerce div.product .woocommerce-tabs #tab-description blockquote .author,.woocommerce div.product .product_meta&gt;span a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce ul.cart_list li .amount,.woocommerce ul.product_list_widget li .amount,.woocommerce table.shop_table td.product-name a:hover,.woocommerce table.shop_table td.product-price span,.woocommerce table.shop_table td.product-subtotal span,.woocommerce-cart .cart-collaterals .cart_totals table td .amount,.woocommerce .woocommerce-info:before,.woocommerce div.product span.price,.penci-container-inside.penci-breadcrumb span a:hover{color:#bababa}.standard-content .penci-more-link.penci-more-link-button a.more-link,.penci-readmore-btn.penci-btn-make-button a,.penci-featured-cat-seemore.penci-btn-make-button a{background-color:#bababa;color:#fff}.penci-vernav-toggle:before{border-top-color:#bababa;color:#fff}ul.penci-topbar-menu&gt;li a:hover,div.penci-topbar-menu&gt;ul&gt;li a:hover{color:#d8d8d8}#navigation .menu li a:hover,#navigation .menu li.current-menu-item&gt;a,#navigation .menu&gt;li.current_page_item&gt;a,#navigation .menu li:hover&gt;a,#navigation .menu&gt;li.current-menu-ancestor&gt;a,#navigation .menu&gt;li.current-menu-item&gt;a{color:#c1c1c1}#navigation ul.menu&gt;li&gt;a:before,#navigation .menu&gt;ul&gt;li&gt;a:before{background:#c1c1c1}.penci-header-signup-form{padding-top:px}.penci-header-signup-form{padding-bottom:px}.header-social a:hover i,.main-nav-social a:hover,.penci-menuhbg-toggle:hover .lines-button:after,.penci-menuhbg-toggle:hover .penci-lines:before,.penci-menuhbg-toggle:hover .penci-lines:after{color:#a5a5a5}#sidebar-nav .menu li a:hover,.header-social.sidebar-nav-social a:hover i,#sidebar-nav .menu li a .indicator:hover,#sidebar-nav .menu .sub-menu li a .indicator:hover{color:#bababa}#sidebar-nav-logo:before{background-color:#bababa}.penci-slide-overlay .overlay-link,.penci-slider38-overlay{opacity: }.penci-item-mag:hover .penci-slide-overlay .overlay-link,.featured-style-38 .item:hover .penci-slider38-overlay{opacity: }.penci-featured-content .featured-slider-overlay{opacity: }.featured-style-29 .featured-slider-overlay{opacity: }.pencislider-container .pencislider-content .pencislider-title,.featured-style-37 .penci-item-1 .featured-cat{-webkit-animation-delay:.75s;-moz-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.pencislider-container .pencislider-caption,.featured-style-37 .penci-item-1 .feat-text h3{-webkit-animation-delay:.95s;-moz-animation-delay:.95s;-o-animation-delay:.95s;animation-delay:.95s}.pencislider-container .pencislider-content .penci-button,.featured-style-37 .penci-item-1 .feat-meta{-webkit-animation-delay:1.15s;-moz-animation-delay:1.15s;-o-animation-delay:1.15s;animation-delay:1.15s}.penci-featured-content .feat-text{-webkit-animation-delay:.55s;-moz-animation-delay:.55s;-o-animation-delay:.55s;animation-delay:.55s}.penci-featured-content .feat-text .featured-cat{-webkit-animation-delay:.75s;-moz-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.penci-featured-content .feat-text h3{-webkit-animation-delay:.95s;-moz-animation-delay:.95s;-o-animation-delay:.95s;animation-delay:.95s}.penci-featured-content .feat-text .feat-meta,.featured-style-29 .penci-featured-slider-button{-webkit-animation-delay:1.15s;-moz-animation-delay:1.15s;-o-animation-delay:1.35s;animation-delay:1.15s}.penci-featured-content-right:before{animation-delay:.65s;-webkit-animation-delay:.65s}.featured-style-35 .featured-cat{animation-delay:1.05s;-webkit-animation-delay:1.05s}.featured-style-35 .feat-text-right h3{animation-delay:1.25s;-webkit-animation-delay:1.25s}.featured-style-35 .feat-text-right .featured-content-excerpt{animation-delay:1.45s;-webkit-animation-delay:1.45s}.featured-style-35 .feat-text-right .penci-featured-slider-button{animation-delay:1.65s;-webkit-animation-delay:1.65s}.penci-standard-cat .cat&gt;a.penci-cat-name{color:#bababa}.penci-standard-cat .cat:before,.penci-standard-cat .cat:after{background-color:#bababa}.standard-content .penci-post-box-meta .penci-post-share-box a:hover,.standard-content .penci-post-box-meta .penci-post-share-box a.liked{color:#bababa}.header-standard .post-entry a:hover,.header-standard .author-post span a:hover,.standard-content a,.standard-content .post-entry a,.standard-post-entry a.more-link:hover,.penci-post-box-meta .penci-box-meta a:hover,.standard-content .post-entry blockquote:before,.post-entry blockquote cite,.post-entry blockquote .author,.standard-content-special .author-quote span,.standard-content-special .format-post-box .post-format-icon i,.standard-content-special .format-post-box .dt-special a:hover,.standard-content .penci-more-link a.more-link{color:#bababa}.standard-content .penci-more-link.penci-more-link-button a.more-link{background-color:#bababa;color:#fff}.standard-content-special .author-quote span:before,.standard-content-special .author-quote span:after,.standard-content .post-entry ul li:before,.post-entry blockquote .author span:after,.header-standard:after{background-color:#bababa}.penci-more-link a.more-link:before,.penci-more-link a.more-link:after{border-color:#bababa}.penci-grid .cat a.penci-cat-name,.penci-masonry .cat a.penci-cat-name{color:#bababa}.penci-grid .cat a.penci-cat-name:after,.penci-masonry .cat a.penci-cat-name:after{border-color:#bababa}.penci-post-share-box a.liked,.penci-post-share-box a:hover{color:#bababa}.overlay-post-box-meta .overlay-share a:hover,.overlay-author a:hover,.penci-grid .standard-content-special .format-post-box .dt-special a:hover,.grid-post-box-meta span a:hover,.grid-post-box-meta span a.comment-link:hover,.penci-grid .standard-content-special .author-quote span,.penci-grid .standard-content-special .format-post-box .post-format-icon i,.grid-mixed .penci-post-box-meta .penci-box-meta a:hover{color:#bababa}.penci-grid .standard-content-special .author-quote span:before,.penci-grid .standard-content-special .author-quote span:after,.grid-header-box:after,.list-post .header-list-style:after{background-color:#bababa}.penci-grid .post-box-meta span:after,.penci-masonry .post-box-meta span:after{border-color:#bababa}.penci-readmore-btn.penci-btn-make-button a{background-color:#bababa;color:#fff}.penci-grid li.typography-style .overlay-typography{opacity: }.penci-grid li.typography-style:hover .overlay-typography{opacity: }#widget-area{padding:px 0}.footer-widget-wrapper .penci-tweets-widget-content .icon-tweets,.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents a,.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents span:after,.footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover,.footer-widget-wrapper .widget a:hover,.footer-widget-wrapper .widget-social a:hover span,.footer-widget-wrapper a:hover,.footer-widget-wrapper .widget-social.remove-circle a:hover i{color:#bababa}.footer-widget-wrapper .widget .tagcloud a:hover,.footer-widget-wrapper .widget-social a:hover i,.footer-widget-wrapper .mc4wp-form input[type=\"submit\"]:hover,.footer-widget-wrapper .widget input[type=\"submit\"]:hover,.footer-widget-wrapper .widget button[type=\"submit\"]:hover{color:#fff;background-color:#bababa;border-color:#bababa}.footer-widget-wrapper .about-widget .about-me-heading:before{border-color:#bababa}.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents-inner:before,.footer-widget-wrapper .penci-tweets-widget-content .tweet-intents-inner:after{background-color:#bababa}.footer-widget-wrapper .penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot.active span,.footer-widget-wrapper .penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot:hover span{border-color:#bababa;background:#bababa}ul.footer-socials li a:hover i{background-color:#bababa;border-color:#bababa}ul.footer-socials li a:hover span{color:#bababa}#footer-section .footer-menu li a:hover{color:#bababa}.penci-go-to-top-floating{background-color:#bababa}#footer-section a{color:#bababa}.container-single .penci-standard-cat .cat&gt;a.penci-cat-name{color:#bababa}.container-single .penci-standard-cat .cat:before,.container-single .penci-standard-cat .cat:after{background-color:#bababa}@media only screen and (min-width:768px){.container-single .single-post-title{font-size:32px}}.container-single .header-standard,.container-single .post-box-meta-single{text-align:left}.rtl .container-single .header-standard,.rtl .container-single .post-box-meta-single{text-align:right}.container-single .post-share a:hover,.container-single .post-share a.liked,.page-share .post-share a:hover{color:#bababa}.post-share .count-number-like{color:#bababa}.comment-content a,.container-single .post-entry a,.container-single .format-post-box .dt-special a:hover,.container-single .author-quote span,.container-single .author-post span a:hover,.post-entry blockquote:before,.post-entry blockquote cite,.post-entry blockquote .author,.wpb_text_column blockquote:before,.wpb_text_column blockquote cite,.wpb_text_column blockquote .author,.post-pagination a:hover,.author-content h5 a:hover,.author-content .author-social:hover,.item-related h3 a:hover,.container-single .format-post-box .post-format-icon i,.container.penci-breadcrumb.single-breadcrumb span a:hover{color:#bababa}.container-single .standard-content-special .format-post-box,ul.slick-dots li button:hover,ul.slick-dots li.slick-active button{border-color:#bababa}ul.slick-dots li button:hover,ul.slick-dots li.slick-active button,#respond h3.comment-reply-title span:before,#respond h3.comment-reply-title span:after,.post-box-title:before,.post-box-title:after,.container-single .author-quote span:before,.container-single .author-quote span:after,.post-entry blockquote .author span:after,.post-entry blockquote .author span:before,.post-entry ul li:before,#respond #submit:hover,.wpcf7 input[type=\"submit\"]:hover,.widget_wysija input[type=\"submit\"]:hover,.post-entry.blockquote-style-2 blockquote:before{background-color:#bababa}.container-single .post-entry .post-tags a:hover{color:#fff;border-color:#bababa;background-color:#bababa}.post-entry a,.container-single .post-entry a{color:#bababa}ul.homepage-featured-boxes .penci-fea-in:hover h4 span{color:#bababa}.penci-home-popular-post .item-related h3 a:hover{color:#bababa}.penci-homepage-title.style-7 .inner-arrow:before,.penci-homepage-title.style-9 .inner-arrow:before{background-color:#bababa}.home-featured-cat-content .magcat-detail h3 a:hover{color:#bababa}.home-featured-cat-content .grid-post-box-meta span a:hover{color:#bababa}.home-featured-cat-content .first-post .magcat-detail .mag-header:after{background:#bababa}.penci-slider ol.penci-control-nav li a.penci-active,.penci-slider ol.penci-control-nav li a:hover{border-color:#bababa;background:#bababa}.home-featured-cat-content .mag-photo .mag-overlay-photo{opacity: }.home-featured-cat-content .mag-photo:hover .mag-overlay-photo{opacity: }.inner-item-portfolio:hover .penci-portfolio-thumbnail a:after{opacity: }</style>&#13;\n <script type=\"application/ld+json\">{\n \"@context\": \"https:\\/\\/schema.org\\/\",\n \"@type\": \"organization\",\n \"@id\": \"#organization\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"http:\\/\\/18.220.73.173\\/wp-content\\/uploads\\/2017\\/12\\/fatgirllogtext.png\"\n },\n \"url\": \"http:\\/\\/www.afatgirlsfoodguide.com\\/\",\n \"name\": \"A Fat Girl&amp;#039;s Food Guide to Eating in Korea\",\n \"description\": \"A kimchi free zone\"\n}</script><script type=\"application/ld+json\">{\n \"@context\": \"https:\\/\\/schema.org\\/\",\n \"@type\": \"WebSite\",\n \"name\": \"A Fat Girl&amp;#039;s Food Guide to Eating in Korea\",\n \"alternateName\": \"A kimchi free zone\",\n \"url\": \"http:\\/\\/www.afatgirlsfoodguide.com\\/\"\n}</script><script type=\"application/ld+json\">{\n \"@context\": \"https:\\/\\/schema.org\\/\",\n \"@type\": \"BlogPosting\",\n \"headline\": \"Pho Mein\",\n \"description\": \"\",\n \"datePublished\": \"2012-10-20\",\n \"datemodified\": \"2015-02-06\",\n \"mainEntityOfPage\": \"http:\\/\\/www.afatgirlsfoodguide.com\\/2012\\/10\\/20\\/pho-mein\\/\",\n \"image\": {\n \"@type\": \"ImageObject\",\n \"url\": \"http:\\/\\/www.afatgirlsfoodguide.com\\/wp-content\\/themes\\/soledad\\/images\\/no-image.jpg\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"A Fat Girl&amp;#039;s Food Guide to Eating in Korea\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"http:\\/\\/18.220.73.173\\/wp-content\\/uploads\\/2017\\/12\\/fatgirllogtext.png\"\n }\n },\n \"author\": {\n \"@type\": \"Person\",\n \"@id\": \"#person-fatgirlkr\",\n \"name\": \"fatgirlkr\"\n }\n}</script><script type=\"application/ld+json\">{\n \"@context\": \"https:\\/\\/schema.org\\/\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n {\n \"@type\": \"ListItem\",\n \"position\": 1,\n \"item\": {\n \"@id\": \"http:\\/\\/www.afatgirlsfoodguide.com\",\n \"name\": \"Home\"\n }\n },\n {\n \"@type\": \"ListItem\",\n \"position\": 2,\n \"item\": {\n \"@id\": \"http:\\/\\/www.afatgirlsfoodguide.com\\/category\\/restaurant-reviews\\/\",\n \"name\": \"Restaurant Reviews\"\n }\n },\n {\n \"@type\": \"ListItem\",\n \"position\": 3,\n \"item\": {\n \"@id\": \"http:\\/\\/www.afatgirlsfoodguide.com\\/2012\\/10\\/20\\/pho-mein\\/\",\n \"name\": \"Pho Mein\"\n }\n }\n ]\n}</script><!-- All in one Favicon 4.7 --><link rel=\"shortcut icon\" href=\"http://18.220.73.173/wp-content/uploads/2015/02/favicon.ico\"/>\n\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Pho Mein\"/>\n<meta property=\"og:url\" content=\"http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/\"/>\n<meta property=\"og:description\" content=\"I like to think of myself as very lucky food wise. Living in HBC I am surrounded with foreign food stores and restaurants. Even the shop across the road stocks everything I could want for any weste…\"/>\n<meta property=\"article:published_time\" content=\"2012-10-20T08:08:18+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2015-02-06T13:44:47+00:00\"/>\n<meta property=\"og:site_name\" content=\"A Fat Girl's Food Guide to Eating in Korea\"/>\n<meta property=\"og:image\" content=\"https://s0.wp.com/i/blank.jpg\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"twitter:site\" content=\"@fatgirlsfood\"/>\n<meta name=\"twitter:text:title\" content=\"Pho Mein\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n\n<!-- BEGIN ExactMetrics v5.3.7 Universal Analytics - https://exactmetrics.com/ -->\n<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create','UA-59522602-1','auto');ga('send','pageview');</script>\n<!-- END ExactMetrics Universal Analytics -->\n\n<script type=\"text/javascript\" src=\"http://www.afatgirlsfoodguide.com/wp-content/plugins/wp-spamshield/js/jscripts.php\"/> \n</head>&#13;\n&#13;\n" ]
[ "<title>Pho Mein – A Fat Girl's Food Guide to Eating in Korea</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.afatgirlsfoodguide.com > pho mein" } ]
[ { "char_end_idx": 962, "char_start_idx": 0, "key": "length", "type": "local", "value": "962" }, { "char_end_idx": 1034, "char_start_idx": 962, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 1119, "char_start_idx": 1034, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 1202, "char_start_idx": 1119, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 1260, "char_start_idx": 1202, "key": "length", "type": "local", "value": "57" }, { "char_end_idx": 1339, "char_start_idx": 1260, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 1402, "char_start_idx": 1339, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 1464, "char_start_idx": 1402, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 1504, "char_start_idx": 1464, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 1577, "char_start_idx": 1504, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 1622, "char_start_idx": 1577, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 1756, "char_start_idx": 1622, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 1809, "char_start_idx": 1756, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 1938, "char_start_idx": 1809, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 2065, "char_start_idx": 1938, "key": "length", "type": "local", "value": "126" }, { "char_end_idx": 2189, "char_start_idx": 2065, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 2264, "char_start_idx": 2189, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 2405, "char_start_idx": 2264, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 2444, "char_start_idx": 2405, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 2570, "char_start_idx": 2444, "key": "length", "type": "local", "value": "125" }, { "char_end_idx": 2624, "char_start_idx": 2570, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 2716, "char_start_idx": 2624, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 2795, "char_start_idx": 2716, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 2860, "char_start_idx": 2795, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 2914, "char_start_idx": 2860, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 3038, "char_start_idx": 2914, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 3110, "char_start_idx": 3038, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 3179, "char_start_idx": 3110, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 3228, "char_start_idx": 3179, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 3343, "char_start_idx": 3228, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 3480, "char_start_idx": 3343, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 3548, "char_start_idx": 3480, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 3622, "char_start_idx": 3548, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 3694, "char_start_idx": 3622, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 3714, "char_start_idx": 3694, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 3730, "char_start_idx": 3714, "key": "length", "type": "local", "value": "15" } ]
[ { "key": "length", "type": "global", "value": "4111" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-close" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "close-sidebar-nav", "header-1" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-22118", "menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-22118" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 20, "char_start_idx": 5, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/restaurants-a-z/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 20, "char_start_idx": 5, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-7614", "menu-item menu-item-type-post_type menu-item-object-page menu-item-7614" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 34, "char_start_idx": 21, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 42, "char_start_idx": 35, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gangnam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 42, "char_start_idx": 35, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-34835", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34835" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 51, "char_start_idx": 43, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gongdeok/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 51, "char_start_idx": 43, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35457", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35457" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 63, "char_start_idx": 52, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gwanghwamun/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 63, "char_start_idx": 52, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35458", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35458" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 75, "char_start_idx": 64, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gyeongridan/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 75, "char_start_idx": 64, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35459", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35459" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 93, "char_start_idx": 76, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/haebangchon-hbc/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 93, "char_start_idx": 76, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-34836", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34836" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 100, "char_start_idx": 94, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/hannam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 100, "char_start_idx": 94, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-34837", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34837" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 108, "char_start_idx": 101, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/hongdae/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 101, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35460", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35460" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 116, "char_start_idx": 109, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/itaewon/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 116, "char_start_idx": 109, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-34838", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34838" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 123, "char_start_idx": 117, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/jongno/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 123, "char_start_idx": 117, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35461", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35461" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 131, "char_start_idx": 124, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/mangwon/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 131, "char_start_idx": 124, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-34839", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34839" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 132, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/myeongdong/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 142, "char_start_idx": 132, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35462", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35462" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 156, "char_start_idx": 143, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/outside-seoul/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 156, "char_start_idx": 143, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-34840", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34840" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 169, "char_start_idx": 157, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/seongdong-gu/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 169, "char_start_idx": 157, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35463", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35463" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 183, "char_start_idx": 170, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/seoul-station/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 183, "char_start_idx": 170, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35464", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35464" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 184, "char_start_idx": 35, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 184, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-34842", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-34842" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 192, "char_start_idx": 184, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 198, "char_start_idx": 193, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/asian/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 198, "char_start_idx": 193, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35442", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35442" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 210, "char_start_idx": 199, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/bars-pubs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 210, "char_start_idx": 199, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35443", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35443" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 214, "char_start_idx": 211, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/bbq/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 214, "char_start_idx": 211, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35444", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35444" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 221, "char_start_idx": 215, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/brunch/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 221, "char_start_idx": 215, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35445", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35445" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 228, "char_start_idx": 222, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/budget/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 228, "char_start_idx": 222, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35446", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35446" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 236, "char_start_idx": 229, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/burgers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 229, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35447", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35447" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 248, "char_start_idx": 237, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/coffee-shop/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 248, "char_start_idx": 237, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35448", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35448" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 256, "char_start_idx": 249, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/dessert/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 256, "char_start_idx": 249, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35449", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35449" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 265, "char_start_idx": 257, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/european/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 265, "char_start_idx": 257, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35450", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35450" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 271, "char_start_idx": 266, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/fancy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 271, "char_start_idx": 266, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35451", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35451" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 284, "char_start_idx": 272, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/food-markets/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 284, "char_start_idx": 272, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35452", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35452" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 292, "char_start_idx": 285, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/healthy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 292, "char_start_idx": 285, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35453", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35453" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 307, "char_start_idx": 293, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/latin-american/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 307, "char_start_idx": 293, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35454", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35454" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 313, "char_start_idx": 308, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/pizza/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 313, "char_start_idx": 308, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35455", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35455" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 314, "char_start_idx": 193, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 314, "char_start_idx": 184, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-35441", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-35441" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 320, "char_start_idx": 314, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 330, "char_start_idx": 321, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/amsterdam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 330, "char_start_idx": 321, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37244", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37244" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 339, "char_start_idx": 331, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/cambodia/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 339, "char_start_idx": 331, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37245", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37245" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 349, "char_start_idx": 340, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/hong-kong/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 349, "char_start_idx": 340, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37246", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37246" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 357, "char_start_idx": 350, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/hungary/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 357, "char_start_idx": 350, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37247", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37247" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 365, "char_start_idx": 358, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/ireland/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 365, "char_start_idx": 358, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37248", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37248" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 379, "char_start_idx": 366, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/kota-kinabalu/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 379, "char_start_idx": 366, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37249", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37249" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 388, "char_start_idx": 380, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/portugal/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 388, "char_start_idx": 380, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37250", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37250" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 398, "char_start_idx": 389, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/singapore/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 398, "char_start_idx": 389, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37239", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37239" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 405, "char_start_idx": 399, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/taiwan/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 405, "char_start_idx": 399, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37240", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37240" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 414, "char_start_idx": 406, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/thailand/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 414, "char_start_idx": 406, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37241", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37241" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 417, "char_start_idx": 415, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/uk/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 417, "char_start_idx": 415, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37242", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37242" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 425, "char_start_idx": 418, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/vietnam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 425, "char_start_idx": 418, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37243", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37243" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 426, "char_start_idx": 321, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 426, "char_start_idx": 314, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-37238", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37238" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 429, "char_start_idx": 426, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/fat-girls-food-map-2/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 429, "char_start_idx": 426, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-22112", "menu-item menu-item-type-post_type menu-item-object-page menu-item-22112" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 438, "char_start_idx": 430, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/about-me/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 438, "char_start_idx": 430, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-26951", "menu-item menu-item-type-post_type menu-item-object-page menu-item-26951" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 451, "char_start_idx": 439, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/work-with-me/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 451, "char_start_idx": 439, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-24301", "menu-item menu-item-type-post_type menu-item-object-page menu-item-24301" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 452, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-menu", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 452, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "role", "itemscope", "itemtype" ], "values": [ "sidebar-nav", "header-1", "navigation", "", "https://schema.org/SiteNavigationElement" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "nav" }, { "char_end_idx": 456, "char_start_idx": 452, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 456, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-22118" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 472, "char_start_idx": 457, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/restaurants-a-z/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 472, "char_start_idx": 457, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-7614" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 486, "char_start_idx": 473, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 494, "char_start_idx": 487, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gangnam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 494, "char_start_idx": 487, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34835" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 503, "char_start_idx": 495, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gongdeok/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 503, "char_start_idx": 495, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35457" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 515, "char_start_idx": 504, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gwanghwamun/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 515, "char_start_idx": 504, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35458" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 527, "char_start_idx": 516, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/gyeongridan/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 527, "char_start_idx": 516, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35459" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 545, "char_start_idx": 528, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/haebangchon-hbc/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 545, "char_start_idx": 528, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34836" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 552, "char_start_idx": 546, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/hannam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 552, "char_start_idx": 546, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34837" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 560, "char_start_idx": 553, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/hongdae/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 560, "char_start_idx": 553, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35460" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 568, "char_start_idx": 561, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/itaewon/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 568, "char_start_idx": 561, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34838" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 575, "char_start_idx": 569, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/jongno/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 575, "char_start_idx": 569, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35461" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 583, "char_start_idx": 576, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/mangwon/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 583, "char_start_idx": 576, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34839" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 594, "char_start_idx": 584, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/myeongdong/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 594, "char_start_idx": 584, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35462" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 608, "char_start_idx": 595, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/outside-seoul/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 608, "char_start_idx": 595, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34840" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 621, "char_start_idx": 609, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/seongdong-gu/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 621, "char_start_idx": 609, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35463" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 635, "char_start_idx": 622, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/neighbourhood/seoul-station/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 635, "char_start_idx": 622, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35464" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 636, "char_start_idx": 487, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 636, "char_start_idx": 473, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-34842" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 644, "char_start_idx": 636, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 650, "char_start_idx": 645, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/asian/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 650, "char_start_idx": 645, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35442" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 662, "char_start_idx": 651, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/bars-pubs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 662, "char_start_idx": 651, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35443" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 666, "char_start_idx": 663, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/bbq/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 666, "char_start_idx": 663, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35444" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 673, "char_start_idx": 667, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/brunch/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 673, "char_start_idx": 667, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35445" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 680, "char_start_idx": 674, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/budget/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 680, "char_start_idx": 674, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35446" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 688, "char_start_idx": 681, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/burgers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 688, "char_start_idx": 681, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35447" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 700, "char_start_idx": 689, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/coffee-shop/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 700, "char_start_idx": 689, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35448" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 708, "char_start_idx": 701, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/dessert/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 708, "char_start_idx": 701, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35449" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 717, "char_start_idx": 709, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/european/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 717, "char_start_idx": 709, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35450" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 723, "char_start_idx": 718, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/fancy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 723, "char_start_idx": 718, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35451" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 736, "char_start_idx": 724, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/food-markets/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 736, "char_start_idx": 724, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35452" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 744, "char_start_idx": 737, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/healthy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 744, "char_start_idx": 737, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35453" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 759, "char_start_idx": 745, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/latin-american/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 759, "char_start_idx": 745, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35454" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 765, "char_start_idx": 760, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/cuisines/pizza/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 765, "char_start_idx": 760, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-35455" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 766, "char_start_idx": 645, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 766, "char_start_idx": 636, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-35441" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 772, "char_start_idx": 766, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 782, "char_start_idx": 773, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/amsterdam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 782, "char_start_idx": 773, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37244" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 791, "char_start_idx": 783, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/cambodia/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 791, "char_start_idx": 783, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37245" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 801, "char_start_idx": 792, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/hong-kong/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 801, "char_start_idx": 792, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37246" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 809, "char_start_idx": 802, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/hungary/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 809, "char_start_idx": 802, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37247" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 817, "char_start_idx": 810, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/ireland/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 817, "char_start_idx": 810, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37248" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 831, "char_start_idx": 818, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/kota-kinabalu/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 831, "char_start_idx": 818, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37249" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 840, "char_start_idx": 832, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/portugal/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 840, "char_start_idx": 832, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37250" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 850, "char_start_idx": 841, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/singapore/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 850, "char_start_idx": 841, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37239" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 857, "char_start_idx": 851, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/taiwan/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 857, "char_start_idx": 851, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37240" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 866, "char_start_idx": 858, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/thailand/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 866, "char_start_idx": 858, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37241" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 869, "char_start_idx": 867, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/uk/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 869, "char_start_idx": 867, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37242" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 877, "char_start_idx": 870, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/category/travel/vietnam/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 877, "char_start_idx": 870, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37243" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 878, "char_start_idx": 773, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 878, "char_start_idx": 766, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-37238" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 881, "char_start_idx": 878, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/fat-girls-food-map-2/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 881, "char_start_idx": 878, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-22112" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 890, "char_start_idx": 882, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/about-me/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 890, "char_start_idx": 882, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-26951" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 903, "char_start_idx": 891, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.afatgirlsfoodguide.com/work-with-me/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 903, "char_start_idx": 891, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-24301" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 904, "char_start_idx": 452, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-menu-1", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 904, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 904, "char_start_idx": 452, "html_attrs": { "attrs": [ "id", "class", "role", "itemscope", "itemtype" ], "values": [ "navigation", "header-layout-top menu-style-1 header-1", "navigation", "", "https://schema.org/SiteNavigationElement" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 912, "char_start_idx": 904, "html_attrs": { "attrs": [ "class" ], "values": [ "post-title single-post-title entry-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h1" }, { "char_end_idx": 913, "char_start_idx": 904, "html_attrs": { "attrs": [ "class" ], "values": [ "header-standard header-classic single-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1340, "char_start_idx": 913, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 1939, "char_start_idx": 1341, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2265, "char_start_idx": 1940, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2717, "char_start_idx": 2266, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3194, "char_start_idx": 3181, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://www.afatgirlsfoodguide.com/2012/09/28/china-factory/", "China Factory" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3294, "char_start_idx": 3283, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://www.afatgirlsfoodguide.com/2012/07/02/real-chinese-food-ho-lee-chow-6/", "Real Chinese Food – Ho Lee Chow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3344, "char_start_idx": 2718, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3740, "char_start_idx": 3716, "html_attrs": { "attrs": [ "href" ], "values": [ "http://phomein.com/Main/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3740, "char_start_idx": 3345, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3749, "char_start_idx": 3741, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 3754, "char_start_idx": 3750, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/beef/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3760, "char_start_idx": 3754, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/cashew/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3767, "char_start_idx": 3760, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/chicken/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3774, "char_start_idx": 3767, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/cuisine/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3784, "char_start_idx": 3774, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/fried-rice/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3797, "char_start_idx": 3784, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/hoi-sin-sauce/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3802, "char_start_idx": 3797, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/korea/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3810, "char_start_idx": 3802, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/kung-poa/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3817, "char_start_idx": 3810, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/noodles/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3820, "char_start_idx": 3817, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/pho/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3828, "char_start_idx": 3820, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/pho-mein/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3837, "char_start_idx": 3828, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/pineapple/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3847, "char_start_idx": 3837, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/restaurant/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3853, "char_start_idx": 3847, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/review/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3858, "char_start_idx": 3853, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/seoul/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3864, "char_start_idx": 3858, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/shrimp/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3876, "char_start_idx": 3864, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/spring-rolls/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3886, "char_start_idx": 3876, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://www.afatgirlsfoodguide.com/tag/vietnamese/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3887, "char_start_idx": 3750, "html_attrs": { "attrs": [ "class" ], "values": [ "post-tags" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3887, "char_start_idx": 913, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "post-entry blockquote-style-1 inner-post-entry entry-content", "penci-post-entry-inner" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3887, "char_start_idx": 3887, "html_attrs": { "attrs": [ "class" ], "values": [ "post-pagination" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3887, "char_start_idx": 3887, "html_attrs": { "attrs": [ "class", "data-lazy", "data-item", "data-desktop", "data-tablet", "data-tabsmall", "data-auto", "data-speed", "data-dots", "data-nav" ], "values": [ "penci-owl-carousel penci-owl-carousel-slider penci-related-carousel", "true", "3", "3", "2", "2", "false", "300", "true", "false" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3887, "char_start_idx": 3887, "html_attrs": { "attrs": [ "class" ], "values": [ "post-related" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3887, "char_start_idx": 904, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-1583", "post type-post status-publish hentry" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "article" }, { "char_end_idx": 3887, "char_start_idx": 904, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "main", "theiaStickySidebar" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3900, "char_start_idx": 3887, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "span" }, { "char_end_idx": 3900, "char_start_idx": 3887, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "h4" }, { "char_end_idx": 3901, "char_start_idx": 3887, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "penci_social_widget-3", "widget penci_social_widget" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "aside" }, { "char_end_idx": 3921, "char_start_idx": 3901, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.facebook.com/AFatGirlsFoodGuideToEatingInKorea" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3921, "char_start_idx": 3901, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3921, "char_start_idx": 3901, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "h4" }, { "char_end_idx": 3922, "char_start_idx": 3901, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "facebook-likebox-3", "widget widget_facebook_likebox" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 3936, "char_start_idx": 3922, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3936, "char_start_idx": 3922, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "h4" }, { "char_end_idx": 3937, "char_start_idx": 3922, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "text-2", "widget widget_text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 3972, "char_start_idx": 3937, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3972, "char_start_idx": 3937, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "h4" }, { "char_end_idx": 3973, "char_start_idx": 3973, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "style", "srcset", "sizes" ], "values": [ "300", "300", "http://www.afatgirlsfoodguide.com/wp-content/uploads/2016/10/x01_FGAd.jpg.pagespeed.ic.ycHK5S0d_h.jpg", "image wp-image-29924 aligncenter attachment-full size-full", "", "max-width: 100%; height: auto;", "http://www.afatgirlsfoodguide.com/wp-content/uploads/2016/10/01_FGAd.jpg 300w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2016/10/01_FGAd-150x150.jpg 150w", "(max-width: 300px) 100vw, 300px" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 3973, "char_start_idx": 3973, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.shuttledelivery.co.kr/en/login/signup/1oGpg", "_blank" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3973, "char_start_idx": 3937, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "media_image-12", "widget widget_media_image" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 3986, "char_start_idx": 3973, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3986, "char_start_idx": 3973, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 3988, "char_start_idx": 3987, "html_attrs": { "attrs": [ "class" ], "values": [ "number-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3989, "char_start_idx": 3987, "html_attrs": { "attrs": [ "class" ], "values": [ "order-border-number" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4036, "char_start_idx": 3989, "html_attrs": { "attrs": [ "href", "rel", "title" ], "values": [ "http://www.afatgirlsfoodguide.com/2016/01/22/restaurant-lingo-how-to-order-food-in-korean/", "bookmark", "Restaurant Lingo – How to order food in Korean" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 4036, "char_start_idx": 3989, "html_attrs": { "attrs": [ "class" ], "values": [ "side-title-post" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 4052, "char_start_idx": 4036, "html_attrs": { "attrs": [ "class", "datetime" ], "values": [ "entry-date published", "2016-01-22T11:53:03+09:00" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "time" }, { "char_end_idx": 4053, "char_start_idx": 4036, "html_attrs": { "attrs": [ "class" ], "values": [ "side-item-meta" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4053, "char_start_idx": 3989, "html_attrs": { "attrs": [ "class" ], "values": [ "side-item-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4053, "char_start_idx": 3989, "html_attrs": { "attrs": [ "class" ], "values": [ "side-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4053, "char_start_idx": 3987, "html_attrs": { "attrs": [ "class" ], "values": [ "penci-feed" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4054, "char_start_idx": 4053, "html_attrs": { "attrs": [ "class" ], "values": [ "number-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 4055, "char_start_idx": 4053, "html_attrs": { "attrs": [ "class" ], "values": [ "order-border-number" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 4055, "char_start_idx": 4053, "html_attrs": { "attrs": [ "class" ], "values": [ "penci-feed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4056, "char_start_idx": 4055, "html_attrs": { "attrs": [ "class" ], "values": [ "number-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 4057, "char_start_idx": 4055, "html_attrs": { "attrs": [ "class" ], "values": [ "order-border-number" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4057, "char_start_idx": 4055, "html_attrs": { "attrs": [ "class" ], "values": [ "penci-feed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4058, "char_start_idx": 4057, "html_attrs": { "attrs": [ "class" ], "values": [ "number-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 4059, "char_start_idx": 4057, "html_attrs": { "attrs": [ "class" ], "values": [ "order-border-number" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4059, "char_start_idx": 4057, "html_attrs": { "attrs": [ "class" ], "values": [ "penci-feed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4060, "char_start_idx": 4059, "html_attrs": { "attrs": [ "class" ], "values": [ "number-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 4061, "char_start_idx": 4059, "html_attrs": { "attrs": [ "class" ], "values": [ "order-border-number" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4061, "char_start_idx": 4059, "html_attrs": { "attrs": [ "class" ], "values": [ "penci-feed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4061, "char_start_idx": 3987, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "penci-popularwg-4155", "side-newsfeed display-order-numbers" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 4061, "char_start_idx": 3973, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "penci_popular_news_widget-3", "widget penci_popular_news_widget" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "aside" }, { "char_end_idx": 4081, "char_start_idx": 4061, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 4081, "char_start_idx": 4061, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 4091, "char_start_idx": 4082, "html_attrs": { "attrs": [ "class", "data-height", "data-theme", "data-link-color", "data-border-color", "data-lang", "data-partner", "data-widget-id", "href" ], "values": [ "twitter-timeline", "400", "light", "#f96e5b", "#e8e8e8", "EN", "jetpack", "562879999104282626", "https://twitter.com/562879999104282626" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4091, "char_start_idx": 4061, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "twitter_timeline-3", "widget widget_twitter_timeline" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "aside" }, { "char_end_idx": 4105, "char_start_idx": 4092, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4105, "char_start_idx": 4092, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 4106, "char_start_idx": 4106, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "style", "srcset", "sizes" ], "values": [ "300", "300", "http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/xgemma-square-ad.001-300x300.jpeg.pagespeed.ic.XbW92hoOtP.jpg", "image wp-image-34565 aligncenter attachment-300x300 size-300x300", "", "max-width: 100%; height: auto;", "http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-e1520425533628.jpeg 300w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-150x150.jpeg 150w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-768x768.jpeg 768w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-1024x1024.jpeg 1024w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-1170x1170.jpeg 1170w, http://www.afatgirlsfoodguide.com/wp-content/uploads/2018/03/gemma-square-ad.001-585x585.jpeg 585w", "(max-width: 300px) 100vw, 300px" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 4106, "char_start_idx": 4106, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.createwellnesscenter.com/", "_blank" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4106, "char_start_idx": 4092, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "media_image-10", "widget widget_media_image" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "aside" }, { "char_end_idx": 4110, "char_start_idx": 4106, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 4110, "char_start_idx": 4106, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title penci-border-arrow" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 4111, "char_start_idx": 4106, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "meta-5", "widget widget_meta" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "aside" }, { "char_end_idx": 4111, "char_start_idx": 3887, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "sidebar", "penci-sidebar-content style-1 pcalign-center theiaStickySidebar" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 4111, "char_start_idx": 904, "html_attrs": { "attrs": [ "class" ], "values": [ "container container-single penci_sidebar right-sidebar penci-enable-lightbox" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4111, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "wrapper-boxed header-style-header-1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4111, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-1583 single-format-standard" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 20, "char_start_idx": 4, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRestaurants A-Z" }, { "char_end_idx": 42, "char_start_idx": 20, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNeighbourhood\nGangnam" }, { "char_end_idx": 51, "char_start_idx": 42, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGongdeok" }, { "char_end_idx": 63, "char_start_idx": 51, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGwanghwamun" }, { "char_end_idx": 75, "char_start_idx": 63, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGyeongridan" }, { "char_end_idx": 93, "char_start_idx": 75, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHaebangchon (HBC)" }, { "char_end_idx": 100, "char_start_idx": 93, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHannam" }, { "char_end_idx": 108, "char_start_idx": 100, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHongdae" }, { "char_end_idx": 116, "char_start_idx": 108, "key": "paragraph", "marker": "li", "type": "local", "value": "\nItaewon" }, { "char_end_idx": 123, "char_start_idx": 116, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJongno" }, { "char_end_idx": 131, "char_start_idx": 123, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMangwon" }, { "char_end_idx": 142, "char_start_idx": 131, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMyeongdong" }, { "char_end_idx": 156, "char_start_idx": 142, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOutside Seoul" }, { "char_end_idx": 169, "char_start_idx": 156, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSeongdong-Gu" }, { "char_end_idx": 183, "char_start_idx": 169, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSeoul Station" }, { "char_end_idx": 184, "char_start_idx": 183, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 198, "char_start_idx": 184, "key": "paragraph", "marker": "li", "type": "local", "value": "Cuisines\nAsian" }, { "char_end_idx": 210, "char_start_idx": 198, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBars / Pubs" }, { "char_end_idx": 214, "char_start_idx": 210, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBBQ" }, { "char_end_idx": 221, "char_start_idx": 214, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrunch" }, { "char_end_idx": 228, "char_start_idx": 221, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBudget" }, { "char_end_idx": 236, "char_start_idx": 228, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBurgers" }, { "char_end_idx": 248, "char_start_idx": 236, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCoffee Shop" }, { "char_end_idx": 256, "char_start_idx": 248, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDessert" }, { "char_end_idx": 265, "char_start_idx": 256, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEuropean" }, { "char_end_idx": 271, "char_start_idx": 265, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFancy" }, { "char_end_idx": 284, "char_start_idx": 271, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFood Markets" }, { "char_end_idx": 292, "char_start_idx": 284, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHealthy" }, { "char_end_idx": 307, "char_start_idx": 292, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLatin American" }, { "char_end_idx": 313, "char_start_idx": 307, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPizza" }, { "char_end_idx": 314, "char_start_idx": 313, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 330, "char_start_idx": 314, "key": "paragraph", "marker": "li", "type": "local", "value": "Travel\nAmsterdam" }, { "char_end_idx": 339, "char_start_idx": 330, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCambodia" }, { "char_end_idx": 349, "char_start_idx": 339, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHong Kong" }, { "char_end_idx": 357, "char_start_idx": 349, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHungary" }, { "char_end_idx": 365, "char_start_idx": 357, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIreland" }, { "char_end_idx": 379, "char_start_idx": 365, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKota Kinabalu" }, { "char_end_idx": 388, "char_start_idx": 379, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPortugal" }, { "char_end_idx": 398, "char_start_idx": 388, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSingapore" }, { "char_end_idx": 405, "char_start_idx": 398, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTaiwan" }, { "char_end_idx": 414, "char_start_idx": 405, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThailand" }, { "char_end_idx": 417, "char_start_idx": 414, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUK" }, { "char_end_idx": 425, "char_start_idx": 417, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVietnam" }, { "char_end_idx": 426, "char_start_idx": 425, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 429, "char_start_idx": 426, "key": "paragraph", "marker": "li", "type": "local", "value": "Map" }, { "char_end_idx": 438, "char_start_idx": 429, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout Me" }, { "char_end_idx": 451, "char_start_idx": 438, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWork With Me" }, { "char_end_idx": 452, "char_start_idx": 451, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 456, "char_start_idx": 452, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 472, "char_start_idx": 456, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRestaurants A-Z" }, { "char_end_idx": 494, "char_start_idx": 472, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNeighbourhood\nGangnam" }, { "char_end_idx": 503, "char_start_idx": 494, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGongdeok" }, { "char_end_idx": 515, "char_start_idx": 503, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGwanghwamun" }, { "char_end_idx": 527, "char_start_idx": 515, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGyeongridan" }, { "char_end_idx": 545, "char_start_idx": 527, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHaebangchon (HBC)" }, { "char_end_idx": 552, "char_start_idx": 545, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHannam" }, { "char_end_idx": 560, "char_start_idx": 552, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHongdae" }, { "char_end_idx": 568, "char_start_idx": 560, "key": "paragraph", "marker": "li", "type": "local", "value": "\nItaewon" }, { "char_end_idx": 575, "char_start_idx": 568, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJongno" }, { "char_end_idx": 583, "char_start_idx": 575, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMangwon" }, { "char_end_idx": 594, "char_start_idx": 583, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMyeongdong" }, { "char_end_idx": 608, "char_start_idx": 594, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOutside Seoul" }, { "char_end_idx": 621, "char_start_idx": 608, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSeongdong-Gu" }, { "char_end_idx": 635, "char_start_idx": 621, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSeoul Station" }, { "char_end_idx": 636, "char_start_idx": 635, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 650, "char_start_idx": 636, "key": "paragraph", "marker": "li", "type": "local", "value": "Cuisines\nAsian" }, { "char_end_idx": 662, "char_start_idx": 650, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBars / Pubs" }, { "char_end_idx": 666, "char_start_idx": 662, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBBQ" }, { "char_end_idx": 673, "char_start_idx": 666, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrunch" }, { "char_end_idx": 680, "char_start_idx": 673, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBudget" }, { "char_end_idx": 688, "char_start_idx": 680, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBurgers" }, { "char_end_idx": 700, "char_start_idx": 688, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCoffee Shop" }, { "char_end_idx": 708, "char_start_idx": 700, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDessert" }, { "char_end_idx": 717, "char_start_idx": 708, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEuropean" }, { "char_end_idx": 723, "char_start_idx": 717, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFancy" }, { "char_end_idx": 736, "char_start_idx": 723, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFood Markets" }, { "char_end_idx": 744, "char_start_idx": 736, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHealthy" }, { "char_end_idx": 759, "char_start_idx": 744, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLatin American" }, { "char_end_idx": 765, "char_start_idx": 759, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPizza" }, { "char_end_idx": 766, "char_start_idx": 765, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 782, "char_start_idx": 766, "key": "paragraph", "marker": "li", "type": "local", "value": "Travel\nAmsterdam" }, { "char_end_idx": 791, "char_start_idx": 782, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCambodia" }, { "char_end_idx": 801, "char_start_idx": 791, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHong Kong" }, { "char_end_idx": 809, "char_start_idx": 801, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHungary" }, { "char_end_idx": 817, "char_start_idx": 809, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIreland" }, { "char_end_idx": 831, "char_start_idx": 817, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKota Kinabalu" }, { "char_end_idx": 840, "char_start_idx": 831, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPortugal" }, { "char_end_idx": 850, "char_start_idx": 840, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSingapore" }, { "char_end_idx": 857, "char_start_idx": 850, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTaiwan" }, { "char_end_idx": 866, "char_start_idx": 857, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThailand" }, { "char_end_idx": 869, "char_start_idx": 866, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUK" }, { "char_end_idx": 877, "char_start_idx": 869, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVietnam" }, { "char_end_idx": 878, "char_start_idx": 877, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 881, "char_start_idx": 878, "key": "paragraph", "marker": "li", "type": "local", "value": "Map" }, { "char_end_idx": 890, "char_start_idx": 881, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout Me" }, { "char_end_idx": 903, "char_start_idx": 890, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWork With Me" }, { "char_end_idx": 904, "char_start_idx": 903, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 912, "char_start_idx": 904, "key": "paragraph", "marker": "h1", "type": "local", "value": "Pho Mein" }, { "char_end_idx": 913, "char_start_idx": 912, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1341, "char_start_idx": 913, "key": "paragraph", "marker": "p", "type": "local", "value": "I like to think of myself as very lucky food wise. Living in HBC I am surrounded with foreign food stores and restaurants. Even the shop across the road stocks everything I could want for any western dinner. As well as all this goodness I am blessed to work around the corner from Pho Mein. Pho Mein is the best Vietnamese restaurant in Korea ever. Just walking past that place on my way to get a vanilla latte has me drooling.\n" }, { "char_end_idx": 1940, "char_start_idx": 1341, "key": "paragraph", "marker": "p", "type": "local", "value": "I don’t think you could go to Pho Mein without trying the pho. They had various varieties of these soup noodles on the menu. We opted for the Pho Meins Pho (9,500). The pho arrived in a huge steaming bowl with the various accompaniments. The broth was very tasty and full of flavor. Some pho that you have really need a good amount of the hoi sin sauce in them before they get tasty but this one was fine on its own. It had a generous amount of meat which was good too. Although you couldn’t compare it to the pho we had in Vietnam, there was just something different about those, it was very good.\n" }, { "char_end_idx": 2266, "char_start_idx": 1940, "key": "paragraph", "marker": "p", "type": "local", "value": "We also ordered the shrimp rolls (5,000) They are king prawns wrapped in a crispy coating and served with a sweet chili sauce. I think we all know by now that I enjoy anything deep fried and these are no exception they have a great texture and taste. They also have various other spring rolls and wedding shomais on the menu.\n" }, { "char_end_idx": 2718, "char_start_idx": 2266, "key": "paragraph", "marker": "p", "type": "local", "value": "This time I was keen to try to the fried rice, they had several varieties on the menu and we chose the pineapple shrimp fried rice (10,500). It was everything I hoped it would be. I had the true taste and smell of an authentic fried rice, which bok um bab (korean fried rice) just can’t seem to replicate. There were plenty of chunks of pineapple and shrimps. We had this to accompany the cashew chicken but it could easily stand alone as a main dish.\n" }, { "char_end_idx": 3345, "char_start_idx": 2718, "key": "paragraph", "marker": "p", "type": "local", "value": "Lastly we ordered the pièce de résistance – fried cashew nut chicken (16,500). I literally could not fault this dish, it is absolutely perfect. The chicken is coated in this amazing crunchy batter. There’s a generous portion of cashew nuts and the vegetables are fresh and crisp, just what I look for in a dish like this. The sauce is perfect too, sweet and spice balancing in perfect harmony. If you enjoy kung pao chicken at home then this is the dish for you. China factory could learn a lot from this place. I think this one is also even better than the one at Ho Lee Chow, but I would have to do a taste off to make sure.\n" }, { "char_end_idx": 3741, "char_start_idx": 3345, "key": "paragraph", "marker": "p", "type": "local", "value": "As you can probably tell I am a huge fan of Pho Mien, they have served me some of the best westernized asian food I have eaten in Korea. The price is also fairly reasonably, considering the amount we ate. We visited the Bangbae location but they have restaurants all over Korea. Take a look at their website to see the menu and find your nearest one. You won’t be sorry. http://phomein.com/Main/\n" }, { "char_end_idx": 3749, "char_start_idx": 3741, "key": "paragraph", "marker": "h3", "type": "local", "value": "Comments" }, { "char_end_idx": 3887, "char_start_idx": 3749, "key": "paragraph", "marker": "article", "type": "local", "value": "\nBeefCashewchickenCuisineFried ricehoi sin saucekoreaKung PoaNoodlesPhoPho MeinPineapplerestaurantreviewSeoulShrimpSpring rollsVietnamese\n" }, { "char_end_idx": 3900, "char_start_idx": 3887, "key": "paragraph", "marker": "h4", "type": "local", "value": "Keep in touch" }, { "char_end_idx": 3901, "char_start_idx": 3900, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 3921, "char_start_idx": 3901, "key": "paragraph", "marker": "h4", "type": "local", "value": "Like Me On Facebook!" }, { "char_end_idx": 3922, "char_start_idx": 3921, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 3936, "char_start_idx": 3922, "key": "paragraph", "marker": "h4", "type": "local", "value": "Instagram Feed" }, { "char_end_idx": 3937, "char_start_idx": 3936, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 3972, "char_start_idx": 3937, "key": "paragraph", "marker": "h4", "type": "local", "value": "Get 4,000 won off your first order!" }, { "char_end_idx": 3973, "char_start_idx": 3972, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 3986, "char_start_idx": 3973, "key": "paragraph", "marker": "h4", "type": "local", "value": "Popular Posts" }, { "char_end_idx": 4036, "char_start_idx": 3986, "key": "paragraph", "marker": "h4", "type": "local", "value": "\n1\nRestaurant Lingo – How to order food in Korean\n" }, { "char_end_idx": 4053, "char_start_idx": 4036, "key": "paragraph", "marker": "li", "type": "local", "value": "January 22, 2016\n" }, { "char_end_idx": 4055, "char_start_idx": 4053, "key": "paragraph", "marker": "li", "type": "local", "value": "2\n" }, { "char_end_idx": 4057, "char_start_idx": 4055, "key": "paragraph", "marker": "li", "type": "local", "value": "3\n" }, { "char_end_idx": 4059, "char_start_idx": 4057, "key": "paragraph", "marker": "li", "type": "local", "value": "4\n" }, { "char_end_idx": 4061, "char_start_idx": 4059, "key": "paragraph", "marker": "aside", "type": "local", "value": "5\n" }, { "char_end_idx": 4081, "char_start_idx": 4061, "key": "paragraph", "marker": "h4", "type": "local", "value": "Follow me on Twitter" }, { "char_end_idx": 4091, "char_start_idx": 4081, "key": "paragraph", "marker": "aside", "type": "local", "value": "\nMy Tweets" }, { "char_end_idx": 4105, "char_start_idx": 4091, "key": "paragraph", "marker": "h4", "type": "local", "value": "\nAdvertisement" }, { "char_end_idx": 4106, "char_start_idx": 4105, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 4110, "char_start_idx": 4106, "key": "paragraph", "marker": "h4", "type": "local", "value": "Meta" }, { "char_end_idx": 4111, "char_start_idx": 4110, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[ { "key": "timestamp", "type": "global", "value": "2012-10-20T00:00:00" } ]
[ { "key": "title", "type": "global", "value": "Pho Mein – A Fat Girl's Food Guide to Eating in Korea" } ]
[ { "key": "url", "type": "global", "value": "http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/" } ]
[]
Home Restaurants A-Z Neighbourhood Gangnam Gongdeok Gwanghwamun Gyeongridan Haebangchon (HBC) Hannam Hongdae Itaewon Jongno Mangwon Myeongdong Outside Seoul Seongdong-Gu Seoul Station Cuisines Asian Bars / Pubs BBQ Brunch Budget Burgers Coffee Shop Dessert European Fancy Food Markets Healthy Latin American Pizza Travel Amsterdam Cambodia Hong Kong Hungary Ireland Kota Kinabalu Portugal Singapore Taiwan Thailand UK Vietnam Map About Me Work With Me Home Restaurants A-Z Neighbourhood Gangnam Gongdeok Gwanghwamun Gyeongridan Haebangchon (HBC) Hannam Hongdae Itaewon Jongno Mangwon Myeongdong Outside Seoul Seongdong-Gu Seoul Station Cuisines Asian Bars / Pubs BBQ Brunch Budget Burgers Coffee Shop Dessert European Fancy Food Markets Healthy Latin American Pizza Travel Amsterdam Cambodia Hong Kong Hungary Ireland Kota Kinabalu Portugal Singapore Taiwan Thailand UK Vietnam Map About Me Work With Me Pho Mein I like to think of myself as very lucky food wise. Living in HBC I am surrounded with foreign food stores and restaurants. Even the shop across the road stocks everything I could want for any western dinner. As well as all this goodness I am blessed to work around the corner from Pho Mein. Pho Mein is the best Vietnamese restaurant in Korea ever. Just walking past that place on my way to get a vanilla latte has me drooling. I don’t think you could go to Pho Mein without trying the pho. They had various varieties of these soup noodles on the menu. We opted for the Pho Meins Pho (9,500). The pho arrived in a huge steaming bowl with the various accompaniments. The broth was very tasty and full of flavor. Some pho that you have really need a good amount of the hoi sin sauce in them before they get tasty but this one was fine on its own. It had a generous amount of meat which was good too. Although you couldn’t compare it to the pho we had in Vietnam, there was just something different about those, it was very good. We also ordered the shrimp rolls (5,000) They are king prawns wrapped in a crispy coating and served with a sweet chili sauce. I think we all know by now that I enjoy anything deep fried and these are no exception they have a great texture and taste. They also have various other spring rolls and wedding shomais on the menu. This time I was keen to try to the fried rice, they had several varieties on the menu and we chose the pineapple shrimp fried rice (10,500). It was everything I hoped it would be. I had the true taste and smell of an authentic fried rice, which bok um bab (korean fried rice) just can’t seem to replicate. There were plenty of chunks of pineapple and shrimps. We had this to accompany the cashew chicken but it could easily stand alone as a main dish. Lastly we ordered the pièce de résistance – fried cashew nut chicken (16,500). I literally could not fault this dish, it is absolutely perfect. The chicken is coated in this amazing crunchy batter. There’s a generous portion of cashew nuts and the vegetables are fresh and crisp, just what I look for in a dish like this. The sauce is perfect too, sweet and spice balancing in perfect harmony. If you enjoy kung pao chicken at home then this is the dish for you. China factory could learn a lot from this place. I think this one is also even better than the one at Ho Lee Chow, but I would have to do a taste off to make sure. As you can probably tell I am a huge fan of Pho Mien, they have served me some of the best westernized asian food I have eaten in Korea. The price is also fairly reasonably, considering the amount we ate. We visited the Bangbae location but they have restaurants all over Korea. Take a look at their website to see the menu and find your nearest one. You won’t be sorry. http://phomein.com/Main/ Comments BeefCashewchickenCuisineFried ricehoi sin saucekoreaKung PoaNoodlesPhoPho MeinPineapplerestaurantreviewSeoulShrimpSpring rollsVietnamese Keep in touch Like Me On Facebook! Instagram Feed Get 4,000 won off your first order! Popular Posts 1 Restaurant Lingo – How to order food in Korean January 22, 2016 2 3 4 5 Follow me on Twitter My Tweets Advertisement Meta
http://www.afatgirlsfoodguide.com/2012/10/20/pho-mein/
[ { "char_end_idx": 42, "char_start_idx": 35, "key": "entity", "type": "local", "value": "Gangnam_District" }, { "char_end_idx": 51, "char_start_idx": 43, "key": "entity", "type": "local", "value": "Gongdeok_station" }, { "char_end_idx": 63, "char_start_idx": 52, "key": "entity", "type": "local", "value": "Gwanghwamun" }, { "char_end_idx": 87, "char_start_idx": 76, "key": "entity", "type": "local", "value": "Haebangchon" }, { "char_end_idx": 92, "char_start_idx": 89, "key": "entity", "type": "local", "value": "Univision" }, { "char_end_idx": 100, "char_start_idx": 94, "key": "entity", "type": "local", "value": "Hannam_University" }, { "char_end_idx": 108, "char_start_idx": 101, "key": "entity", "type": "local", "value": "Hongdae,_Seoul" }, { "char_end_idx": 116, "char_start_idx": 109, "key": "entity", "type": "local", "value": "Itaewon" }, { "char_end_idx": 123, "char_start_idx": 117, "key": "entity", "type": "local", "value": "Jongno_District" }, { "char_end_idx": 131, "char_start_idx": 124, "key": "entity", "type": "local", "value": "Mangwon_station" }, { "char_end_idx": 142, "char_start_idx": 132, "key": "entity", "type": "local", "value": "Myeong-dong" }, { "char_end_idx": 156, "char_start_idx": 151, "key": "entity", "type": "local", "value": "Seoul" }, { "char_end_idx": 169, "char_start_idx": 157, "key": "entity", "type": "local", "value": "Seongdong_District" }, { "char_end_idx": 183, "char_start_idx": 170, "key": "entity", "type": "local", "value": "Seoul_station" }, { "char_end_idx": 198, "char_start_idx": 193, "key": "entity", "type": "local", "value": "Asia" }, { "char_end_idx": 265, "char_start_idx": 257, "key": "entity", "type": "local", "value": "Europe" }, { "char_end_idx": 307, "char_start_idx": 293, "key": "entity", "type": "local", "value": "Latin_America" }, { "char_end_idx": 313, "char_start_idx": 308, "key": "entity", "type": "local", "value": "Pizza" }, { "char_end_idx": 330, "char_start_idx": 321, "key": "entity", "type": "local", "value": "Amsterdam" }, { "char_end_idx": 339, "char_start_idx": 331, "key": "entity", "type": "local", "value": "Cambodia" }, { "char_end_idx": 349, "char_start_idx": 340, "key": "entity", "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 357, "char_start_idx": 350, "key": "entity", "type": "local", "value": "Hungary" }, { "char_end_idx": 365, "char_start_idx": 358, "key": "entity", "type": "local", "value": "Ireland" }, { "char_end_idx": 379, "char_start_idx": 366, "key": "entity", "type": "local", "value": "Kota_Kinabalu" }, { "char_end_idx": 388, "char_start_idx": 380, "key": "entity", "type": "local", "value": "Portugal" }, { "char_end_idx": 398, "char_start_idx": 389, "key": "entity", "type": "local", "value": "Singapore" }, { "char_end_idx": 405, "char_start_idx": 399, "key": "entity", "type": "local", "value": "Taiwan" }, { "char_end_idx": 414, "char_start_idx": 406, "key": "entity", "type": "local", "value": "Thailand" }, { "char_end_idx": 417, "char_start_idx": 415, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 425, "char_start_idx": 418, "key": "entity", "type": "local", "value": "Vietnam" }, { "char_end_idx": 494, "char_start_idx": 487, "key": "entity", "type": "local", "value": "Gangnam_District" }, { "char_end_idx": 503, "char_start_idx": 495, "key": "entity", "type": "local", "value": "Gongdeok_station" }, { "char_end_idx": 515, "char_start_idx": 504, "key": "entity", "type": "local", "value": "Gwanghwamun" }, { "char_end_idx": 539, "char_start_idx": 528, "key": "entity", "type": "local", "value": "Haebangchon" }, { "char_end_idx": 544, "char_start_idx": 541, "key": "entity", "type": "local", "value": "Univision" }, { "char_end_idx": 552, "char_start_idx": 546, "key": "entity", "type": "local", "value": "Hannam_University" }, { "char_end_idx": 560, "char_start_idx": 553, "key": "entity", "type": "local", "value": "Hongdae,_Seoul" }, { "char_end_idx": 568, "char_start_idx": 561, "key": "entity", "type": "local", "value": "Itaewon" }, { "char_end_idx": 575, "char_start_idx": 569, "key": "entity", "type": "local", "value": "Jongno_District" }, { "char_end_idx": 583, "char_start_idx": 576, "key": "entity", "type": "local", "value": "Mangwon_station" }, { "char_end_idx": 594, "char_start_idx": 584, "key": "entity", "type": "local", "value": "Myeong-dong" }, { "char_end_idx": 608, "char_start_idx": 603, "key": "entity", "type": "local", "value": "Seoul" }, { "char_end_idx": 621, "char_start_idx": 609, "key": "entity", "type": "local", "value": "Seongdong_District" }, { "char_end_idx": 635, "char_start_idx": 622, "key": "entity", "type": "local", "value": "Seoul_station" }, { "char_end_idx": 650, "char_start_idx": 645, "key": "entity", "type": "local", "value": "Asia" }, { "char_end_idx": 717, "char_start_idx": 709, "key": "entity", "type": "local", "value": "Europe" }, { "char_end_idx": 759, "char_start_idx": 745, "key": "entity", "type": "local", "value": "Latin_America" }, { "char_end_idx": 765, "char_start_idx": 760, "key": "entity", "type": "local", "value": "Pizza" }, { "char_end_idx": 782, "char_start_idx": 773, "key": "entity", "type": "local", "value": "Amsterdam" }, { "char_end_idx": 791, "char_start_idx": 783, "key": "entity", "type": "local", "value": "Cambodia" }, { "char_end_idx": 801, "char_start_idx": 792, "key": "entity", "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 809, "char_start_idx": 802, "key": "entity", "type": "local", "value": "Hungary" }, { "char_end_idx": 817, "char_start_idx": 810, "key": "entity", "type": "local", "value": "Ireland" }, { "char_end_idx": 831, "char_start_idx": 818, "key": "entity", "type": "local", "value": "Kota_Kinabalu" }, { "char_end_idx": 840, "char_start_idx": 832, "key": "entity", "type": "local", "value": "Portugal" }, { "char_end_idx": 850, "char_start_idx": 841, "key": "entity", "type": "local", "value": "Singapore" }, { "char_end_idx": 857, "char_start_idx": 851, "key": "entity", "type": "local", "value": "Taiwan" }, { "char_end_idx": 866, "char_start_idx": 858, "key": "entity", "type": "local", "value": "Thailand" }, { "char_end_idx": 869, "char_start_idx": 867, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 877, "char_start_idx": 870, "key": "entity", "type": "local", "value": "Vietnam" }, { "char_end_idx": 977, "char_start_idx": 974, "key": "entity", "type": "local", "value": "Univision" }, { "char_end_idx": 1235, "char_start_idx": 1225, "key": "entity", "type": "local", "value": "Vietnam" }, { "char_end_idx": 1255, "char_start_idx": 1250, "key": "entity", "type": "local", "value": "Korea" }, { "char_end_idx": 1872, "char_start_idx": 1865, "key": "entity", "type": "local", "value": "Vietnam" }, { "char_end_idx": 3186, "char_start_idx": 3181, "key": "entity", "type": "local", "value": "China" }, { "char_end_idx": 3480, "char_start_idx": 3475, "key": "entity", "type": "local", "value": "Korea" }, { "char_end_idx": 3572, "char_start_idx": 3565, "key": "entity", "type": "local", "value": "Bangbae_station" }, { "char_end_idx": 3622, "char_start_idx": 3617, "key": "entity", "type": "local", "value": "Korea" }, { "char_end_idx": 3920, "char_start_idx": 3912, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 4035, "char_start_idx": 4029, "key": "entity", "type": "local", "value": "Korea" }, { "char_end_idx": 4110, "char_start_idx": 4106, "key": "entity", "type": "local", "value": "Meta_Department" } ]
[ { "char_end_idx": 42, "char_start_idx": 20, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gangnam_District" }, { "char_end_idx": 51, "char_start_idx": 42, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gongdeok_station" }, { "char_end_idx": 63, "char_start_idx": 51, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwanghwamun" }, { "char_end_idx": 93, "char_start_idx": 75, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Haebangchon" }, { "char_end_idx": 93, "char_start_idx": 75, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Univision" }, { "char_end_idx": 100, "char_start_idx": 93, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hannam_University" }, { "char_end_idx": 108, "char_start_idx": 100, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hongdae,_Seoul" }, { "char_end_idx": 116, "char_start_idx": 108, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Itaewon" }, { "char_end_idx": 123, "char_start_idx": 116, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jongno_District" }, { "char_end_idx": 131, "char_start_idx": 123, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mangwon_station" }, { "char_end_idx": 142, "char_start_idx": 131, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Myeong-dong" }, { "char_end_idx": 156, "char_start_idx": 142, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Seoul" }, { "char_end_idx": 169, "char_start_idx": 156, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Seongdong_District" }, { "char_end_idx": 183, "char_start_idx": 169, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Seoul_station" }, { "char_end_idx": 198, "char_start_idx": 184, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Asia" }, { "char_end_idx": 265, "char_start_idx": 256, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Europe" }, { "char_end_idx": 307, "char_start_idx": 292, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Latin_America" }, { "char_end_idx": 313, "char_start_idx": 307, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pizza" }, { "char_end_idx": 330, "char_start_idx": 314, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Amsterdam" }, { "char_end_idx": 339, "char_start_idx": 330, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cambodia" }, { "char_end_idx": 349, "char_start_idx": 339, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 357, "char_start_idx": 349, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hungary" }, { "char_end_idx": 365, "char_start_idx": 357, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ireland" }, { "char_end_idx": 379, "char_start_idx": 365, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kota_Kinabalu" }, { "char_end_idx": 388, "char_start_idx": 379, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Portugal" }, { "char_end_idx": 398, "char_start_idx": 388, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Singapore" }, { "char_end_idx": 405, "char_start_idx": 398, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taiwan" }, { "char_end_idx": 414, "char_start_idx": 405, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thailand" }, { "char_end_idx": 417, "char_start_idx": 414, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 425, "char_start_idx": 417, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vietnam" }, { "char_end_idx": 494, "char_start_idx": 472, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gangnam_District" }, { "char_end_idx": 503, "char_start_idx": 494, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gongdeok_station" }, { "char_end_idx": 515, "char_start_idx": 503, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwanghwamun" }, { "char_end_idx": 545, "char_start_idx": 527, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Haebangchon" }, { "char_end_idx": 545, "char_start_idx": 527, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Univision" }, { "char_end_idx": 552, "char_start_idx": 545, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hannam_University" }, { "char_end_idx": 560, "char_start_idx": 552, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hongdae,_Seoul" }, { "char_end_idx": 568, "char_start_idx": 560, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Itaewon" }, { "char_end_idx": 575, "char_start_idx": 568, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jongno_District" }, { "char_end_idx": 583, "char_start_idx": 575, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mangwon_station" }, { "char_end_idx": 594, "char_start_idx": 583, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Myeong-dong" }, { "char_end_idx": 608, "char_start_idx": 594, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Seoul" }, { "char_end_idx": 621, "char_start_idx": 608, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Seongdong_District" }, { "char_end_idx": 635, "char_start_idx": 621, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Seoul_station" }, { "char_end_idx": 650, "char_start_idx": 636, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Asia" }, { "char_end_idx": 717, "char_start_idx": 708, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Europe" }, { "char_end_idx": 759, "char_start_idx": 744, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Latin_America" }, { "char_end_idx": 765, "char_start_idx": 759, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pizza" }, { "char_end_idx": 782, "char_start_idx": 766, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Amsterdam" }, { "char_end_idx": 791, "char_start_idx": 782, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cambodia" }, { "char_end_idx": 801, "char_start_idx": 791, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hong_Kong" }, { "char_end_idx": 809, "char_start_idx": 801, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hungary" }, { "char_end_idx": 817, "char_start_idx": 809, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ireland" }, { "char_end_idx": 831, "char_start_idx": 817, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kota_Kinabalu" }, { "char_end_idx": 840, "char_start_idx": 831, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Portugal" }, { "char_end_idx": 850, "char_start_idx": 840, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Singapore" }, { "char_end_idx": 857, "char_start_idx": 850, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taiwan" }, { "char_end_idx": 866, "char_start_idx": 857, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thailand" }, { "char_end_idx": 869, "char_start_idx": 866, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 877, "char_start_idx": 869, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vietnam" }, { "char_end_idx": 1341, "char_start_idx": 913, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Univision" }, { "char_end_idx": 1341, "char_start_idx": 913, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Vietnam" }, { "char_end_idx": 1341, "char_start_idx": 913, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Korea" }, { "char_end_idx": 1940, "char_start_idx": 1341, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vietnam" }, { "char_end_idx": 3345, "char_start_idx": 2718, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "China" }, { "char_end_idx": 3741, "char_start_idx": 3345, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Korea" }, { "char_end_idx": 3741, "char_start_idx": 3345, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Bangbae_station" }, { "char_end_idx": 3921, "char_start_idx": 3901, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 4036, "char_start_idx": 3986, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Korea" }, { "char_end_idx": 4110, "char_start_idx": 4106, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Meta_Department" } ]
0
215
1555642115000
<!DOCTYPE HTML> <html prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB" > <head> <base href="http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Crown’s InfoLink helps reduce maintenance" /> <meta name="author" content="Crown Publications" /> <meta name="description" content="Leading materials handling equipment solutions provider, Goscor Lift Truck Company, has launched in South Africa Crown’s InfoLink." /> <title>Crown’s InfoLink helps reduce maintenance and repair bill by 90%</title> <link href="/templates/helion/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="http://crown.co.za/component/search/?Itemid=433&amp;catid=149&amp;id=6652&amp;format=opensearch" rel="search" title="Search Crown Publications" type="application/opensearchdescription+xml" /> <link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="/components/com_k2/css/k2.css?v=2.9.0" rel="stylesheet" type="text/css" /> <link href="/media/system/css/modal.css?b31a4959a4b17e592cdfc1341906e991" rel="stylesheet" type="text/css" /> <link href="http://crown.co.za/plugins/system/joomsharebar/joomsharebar/css/jsb.css" rel="stylesheet" type="text/css" /> <style type="text/css"> div.mod_search472 input[type="search"]{ width:auto; } </style> <script type="application/json" class="joomla-script-options new">{"csrf.token":"09d77f0b5677b3cd75c99dc164edbf93","system.paths":{"root":"","base":""}}</script> <script src="/media/jui/js/jquery.min.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/system/js/mootools-core.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/system/js/core.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/system/js/modal.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/system/js/caption.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/jui/js/bootstrap.min.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/jui/js/jquery.ui.core.min.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/jui/js/jquery.ui.sortable.min.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script> <script src="/media/k2/assets/js/k2.frontend.js?v=2.9.0&amp;sitepath=/" type="text/javascript"></script> <script src="http://crown.co.za/plugins/system/joomsharebar/joomsharebar/js/jsb.min.js" type="text/javascript"></script> <script src="http://crown.co.za/plugins/system/joomsharebar/joomsharebar/socialite/socialite_new.min.js" type="text/javascript"></script> <script src="http://crown.co.za//templates/helion/js/jquery/jquery-ui-addons.js" type="text/javascript"></script> <!--[if lt IE 9]><script src="/media/system/js/html5fallback.js?b31a4959a4b17e592cdfc1341906e991" type="text/javascript"></script><![endif]--> <script type="text/javascript"> jQuery(function($) { SqueezeBox.initialize({}); SqueezeBox.assign($('a.modal').get(), { parse: 'rel' }); }); window.jModalClose = function () { SqueezeBox.close(); }; // Add extra modal close functionality for tinyMCE-based editors document.onreadystatechange = function () { if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE) { if (typeof window.jModalClose_no_tinyMCE === 'undefined') { window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false; jModalClose = function () { if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined') { if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {}; window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false; SqueezeBox.close = function () { if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } } }; jQuery(window).on('load', function() { new JCaption('img.caption'); }); var buttonSize = '8'; var view = 'article'; var verticalSlide = 'slide'; var horizontalSlide = 'disabled'; var lazyLoadingType = 'default'; var left_margin = '-620px'; var user_styles = 'margin-left: 0px!important; top: 0px; margin-top: 10px; margin-bottom: 10px; background: #ffffff; height: auto; width: auto; border-radius: 5px; border: 0px none #ffffff; box-shadow: none;'; var annotation = 'horizontal'; var transform = ''; var content = 'content'; </script> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="African Fusion RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="General RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Capital Equipment News RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Chemical Technology RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Construction World RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Electricity Control RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Housing in Southern Africa RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Lighting in Design RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Mechanical Technology RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Modern Mining RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Modern Quarrying RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Sparks Electrical News RSS" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Crown Magazines and Latest News" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="African Fusion Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Capital Equipment News Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Chemical Technology Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Construction World Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Electricity + Control Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Housing in Southern Africa Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Lighting in Design Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Mechanical Technology Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Modern Mining Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Modern Quarrying Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Sparks Electrical News Online Publication" /> <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="Crown Magazines Latest Publications" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:image" content="http://crown.co.za/images/LatestNews/CapitalEquipmentNews/Crown_InfoLink.jpg"> <meta property="og:title" content="Crown’s InfoLink helps reduce maintenance and repair bill by 90%"/> <meta property="og:type" content="article"/> <meta property="og:email" content="This email address is being protected from spambots. You need JavaScript enabled to view it."/> <meta property="og:url" content="http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90"/> <meta property="og:image" content="http://crown.co.za/images/LatestNews/CapitalEquipmentNews/Crown_InfoLink.jpg"/> <meta property="og:site_name" content="Crown Publications"/> <meta property="fb:admins" content="xxxxxxxxxxx"/> <meta property="og:description" content="Leading materials handling equipment solutions provider, Goscor Lift Truck Company, has launched in South Africa Crown’s InfoLink, a wireless operator and fleet management solution that puts the power of accurate, up-to-date business metrics right at management’s fingertips. "/> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> <link href="http://crown.co.za//templates/helion/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <script type="text/javascript"> if(jQuery().jquery=='1.11.0') { jQuery.easing['easeOutExpo'] = jQuery.easing['easeOutCirc'] }; </script> <link href="http://crown.co.za//templates/helion/css/bootstrap/bootstrap-default-min.css" rel="stylesheet" type="text/css" /> <link href="http://crown.co.za//templates/helion/css/bootstrap/bootstrap-responsive.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="http://crown.co.za//templates/helion/css/font-awesome/css/font-awesome.min.css"> <!-- Css and js addons for vertex features --> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway" /> <style type="text/css"> /* MAX IMAGE WIDTH */img { height:auto !important; max-width:100% !important; -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box !important; /* Firefox, other Gecko */ box-sizing: border-box !important; /* Opera/IE 8+ */ }#map_canvas img, .gm-style img { max-width:none !important; }.full_width { width:100% !important; -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box !important; /* Firefox, other Gecko */ box-sizing: border-box !important; /* Opera/IE 8+ */ }.S5_submenu_itemTablet{ background:none !important; } #s5_right_wrap, #s5_left_wrap, #s5_right_inset_wrap, #s5_left_inset_wrap, #s5_right_top_wrap, #s5_left_top_wrap, #s5_right_bottom_wrap, #s5_left_bottom_wrap { width:100% !important; } #s5_right_column_wrap { width:10% !important; margin-left:-22.5% !important; } #s5_left_column_wrap { width:12.5% !important; } #s5_center_column_wrap_inner { margin-right:20% !important; margin-left:25% !important; } #s5_responsive_mobile_drop_down_wrap input { width:96% !important; } #s5_responsive_mobile_drop_down_search input { width:100% !important; } #s5_responsive_mobile_sidebar { background:#414141; background: -moz-linear-gradient(top, #414141 0%, #414141 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#414141)); background: -webkit-linear-gradient(top, #414141 0%,#414141 100%); background: -o-linear-gradient(top, #414141 0%,#414141 100%); background: -ms-linear-gradient(top, #414141 0%,#414141 100%); background: linear-gradient(top, #414141 0%,#414141 100%); font-family: Raleway !important; } #s5_responsive_mobile_sidebar a, #s5_responsive_mobile_search, #s5_responsive_mobile_sidebar_login_register_wrap, #s5_responsive_mobile_sidebar_menu_wrap, .module_round_box-sidebar, .module_round_box-sidebar .s5_mod_h3, .module_round_box-sidebar .s5_h3_first, .module_round_box-sidebar .s5_h3_last, #s5_responsive_mobile_sidebar_menu_wrap h3 { color:#FFFFFF !important; font-family: Raleway !important; } .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap:hover, #s5_responsive_mobile_sidebar_title_wrap_login_open, #s5_responsive_mobile_sidebar_title_wrap_register_open, #s5_responsive_mobile_sidebar_search_wrap_inner1, #s5_responsive_mobile_sidebar .first_level_li:hover { background:#303030; cursor:pointer; font-family: Raleway !important; } .s5_mobile_sidebar_h3_open, #s5_responsive_mobile_sidebar_menu_wrap h3:hover { background:#303030; cursor:pointer; } .s5_mobile_sidebar_h3_open span, #s5_responsive_mobile_sidebar_title_wrap_register_open, #s5_responsive_mobile_sidebar_title_wrap_login_open, #s5_responsive_mobile_sidebar a.s5_mobile_sidebar_active, #s5_responsive_mobile_sidebar .s5_mobile_sidebar_h3_open a { color:#3C99DF !important; } #s5_responsive_mobile_sidebar_menu_wrap div, #s5_responsive_mobile_sidebar_login_bottom, #s5_responsive_mobile_sidebar_register_bottom { background:#2A2A2A; } #s5_responsive_mobile_sidebar_search_wrap, #s5_responsive_mobile_sidebar_login_register_wrap, #s5_responsive_mobile_sidebar_menu_wrap { border-bottom:solid 1px #555555; font-family: Raleway !important; } #s5_pos_sidebar_top, #s5_pos_sidebar_bottom { border-bottom:solid 1px #555555; } #s5_responsive_mobile_sidebar_login_bottom #modlgn-username, #s5_responsive_mobile_sidebar_login_bottom #modlgn-passwd, #s5_responsive_mobile_sidebar_register_bottom input { background:#FFFFFF; color:#000000; border:solid 1px #FFFFFF; font-family: Raleway !important; } #s5_responsive_mobile_bottom_bar, #s5_responsive_mobile_top_bar { background:#0B0B0B; background: -moz-linear-gradient(top, #272727 0%, #0B0B0B 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#0B0B0B)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* IE10+ */ background: linear-gradient(top, #272727 0%,#0B0B0B 100%); /* W3C */ font-family: Raleway !important; } .s5_responsive_mobile_drop_down_inner, .s5_responsive_mobile_drop_down_inner input, .s5_responsive_mobile_drop_down_inner button, .s5_responsive_mobile_drop_down_inner .button, #s5_responsive_mobile_drop_down_search .validate { font-family: Raleway !important; } .s5_responsive_mobile_drop_down_inner button:hover, .s5_responsive_mobile_drop_down_inner .button:hover, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn:hover { background:#0B0B0B !important; } #s5_responsive_mobile_drop_down_menu, #s5_responsive_mobile_drop_down_menu a, #s5_responsive_mobile_drop_down_login a { font-family: Raleway !important; color:#FFFFFF !important; } #s5_responsive_mobile_bar_active, #s5_responsive_mobile_drop_down_menu .current a, .s5_responsive_mobile_drop_down_inner .s5_mod_h3, .s5_responsive_mobile_drop_down_inner .s5_h3_first { color:#3C99DF !important; } .s5_responsive_mobile_drop_down_inner button, .s5_responsive_mobile_drop_down_inner .button, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn:hover { background:#3C99DF !important; } #s5_responsive_mobile_drop_down_menu .active ul li, #s5_responsive_mobile_drop_down_menu .current ul li a, #s5_responsive_switch_mobile a, #s5_responsive_switch_desktop a, #s5_responsive_mobile_drop_down_wrap { color:#FFFFFF !important; } #s5_responsive_mobile_toggle_click_menu span { border-right:solid 1px #272727; } #s5_responsive_mobile_toggle_click_menu { border-right:solid 1px #0B0B0B; } #s5_responsive_mobile_toggle_click_search span, #s5_responsive_mobile_toggle_click_register span, #s5_responsive_mobile_toggle_click_login span, #s5_responsive_mobile_scroll a { border-left:solid 1px #272727; } #s5_responsive_mobile_toggle_click_search, #s5_responsive_mobile_toggle_click_register, #s5_responsive_mobile_toggle_click_login, #s5_responsive_mobile_scroll { border-left:solid 1px #0B0B0B; } .s5_responsive_mobile_open, .s5_responsive_mobile_closed:hover, #s5_responsive_mobile_scroll:hover { background:#272727; } #s5_responsive_mobile_drop_down_menu .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_register .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_login .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_search .s5_responsive_mobile_drop_down_inner { background:#272727; } .s5_wrap { max-width:1160px !important; } @media screen and (max-width: 850px){ #s5_right_wrap, #s5_left_wrap, #s5_right_inset_wrap, #s5_left_inset_wrap, #s5_right_top_wrap, #s5_left_top_wrap, #s5_right_bottom_wrap, #s5_left_bottom_wrap { width:100% !important; } #s5_right_column_wrap { width:10% !important; margin-left:-22.5% !important; } #s5_left_column_wrap { width:12.5% !important; } #s5_center_column_wrap_inner { margin-left:25% !important; margin-right:20% !important; } } @media screen and (max-width: 850px){ #s5_columns_wrap_inner { width:100% !important; } #s5_center_column_wrap { width:100% !important; left:100% !important; } #s5_left_column_wrap { left:0% !important; } #s5_left_top_wrap, #s5_left_column_wrap, #s5_left_inset_wrap, #s5_left_wrap, #s5_left_bottom_wrap, #s5_right_top_wrap, #s5_right_column_wrap, #s5_right_inset_wrap, #s5_right_wrap, #s5_right_bottom_wrap { width:100% !important; } #s5_center_column_wrap_inner { margin:0px !important; } #s5_left_column_wrap { margin-right:0px !important; } #s5_right_column_wrap { margin-left:0px !important; } .items-row .item { width:100% !important; padding-left:0px !important; padding-right:0px !important; margin-right:0px !important; margin-left:0px !important; } } @media screen and (min-width:580px) and (max-width: 850px){ #s5_middle_top .s5_float_left, #s5_middle_bottom .s5_float_left { width:100% !important; } .items-row .item { width:100% !important; padding-left:0px !important; padding-right:0px !important; margin-right:0px !important; margin-left:0px !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_top_row1 { min-height: 0px !important; } #s5_top_row1 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_top_row2 { min-height: 0px !important; } #s5_top_row2 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_top_row3 { min-height: 0px !important; } #s5_top_row3 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_above_columns_inner { min-height: 0px !important; } #s5_above_columns_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_middle_top { min-height: 0px !important; } #s5_middle_top .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_above_body { min-height: 0px !important; } #s5_above_body_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_middle_bottom { min-height: 0px !important; } #s5_middle_bottom .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_below_body { min-height: 0px !important; } #s5_below_body_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_below_columns_inner { min-height: 0px !important; } #s5_below_columns_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_bottom_row1 { min-height: 0px !important; } #s5_bottom_row1 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_bottom_row2 { min-height: 0px !important; } #s5_bottom_row2 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 900px){ .s5_resize_bottom_row3 { min-height: 0px !important; } #s5_bottom_row3 #s5_pos_bottom_row3_1.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_2.s5_float_left { float:left !important; width:50% !important; } #s5_bottom_row3 #s5_pos_bottom_row3_3.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_4.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_5.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_6.s5_float_left { float:left !important; width:100% !important; } } </style><script type="text/javascript">/*<![CDATA[*/</script> <script type="text/javascript" src="http://crown.co.za//templates/helion/js/core/s5_flex_menu-min.js"></script> <link rel="stylesheet" href="http://crown.co.za//templates/helion/css/s5_flex_menu.css" type="text/css" /> <link rel="stylesheet" href="http://crown.co.za//templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="http://crown.co.za//templates/system/css/general.css" type="text/css" /> <link href="http://crown.co.za//templates/helion/css/template_default.css" rel="stylesheet" type="text/css" /> <link href="http://crown.co.za//templates/helion/css/template.css" rel="stylesheet" type="text/css" /> <link href="http://crown.co.za//templates/helion/css/com_content.css" rel="stylesheet" type="text/css" /> <link href="http://crown.co.za//templates/helion/css/editor.css" rel="stylesheet" type="text/css" /> <link href="http://crown.co.za//templates/helion/css/thirdparty.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="http://crown.co.za//templates/helion/css/core/s5_responsive_bars-min.css" /> <link href="http://crown.co.za//templates/helion/css/core/s5_responsive_hide_classes-min.css" rel="stylesheet" type="text/css" /> <style type="text/css"> @media screen and (min-width: 650px){.s5_responsive_mobile_sidebar_show_ltr {width:400px !important;}.s5_responsive_mobile_sidebar_body_wrap_show_ltr {margin-left:400px !important;}.s5_responsive_mobile_sidebar_show_rtl {width:400px !important;}.s5_responsive_mobile_sidebar_body_wrap_show_rtl {margin-right:400px !important;}#s5_responsive_mobile_sidebar_inner1 {width:400px !important;}}</style> <link rel="stylesheet" type="text/css" href="http://crown.co.za//templates/helion/css/s5_responsive.css" /> <link rel="stylesheet" type="text/css" href="http://crown.co.za//templates/helion/css/custom.css" /> <script type="text/javascript"> //<![CDATA[ jQuery(document).ready( function() { var myMenu = new MenuMatic({ tabletWidth:0, effect:"slide", duration:250, physics: 'linear', hideDelay:250, orientation:"horizontal", tweakInitial:{x:0, y:0}, direction:{ x: 'right', y: 'down' }, opacity:90 }); }); //]]> </script> <!-- Info Slide Script - Called in header so css validates --> <link href="http://crown.co.za//templates/helion/css/core/s5_info_slide-min.css" rel="stylesheet" type="text/css" /> <!-- Resize column function --> <script type="text/javascript">//<![CDATA[ var s5_resize_columns_browser_check = "other"; var s5_resize_columns = "all"; var s5_resize_columns_delay = "750"; var s5_resize_columns_small_tablets = "default"; //]]></script> <script type="text/javascript" src="http://crown.co.za//templates/helion/js/core/s5_columns_equalizer-min.js"></script> <!-- File compression. Needs to be called last on this file --> <!-- The excluded files, listed below the compressed php files, are excluded because their calls vary per device or per browser. Included compression files are only ones that have no conditions and are included on all devices and browsers. Otherwise unwanted css will compile in the compressed files. --> <!-- Additional scripts to load inside of the header --> <link href="http://crown.co.za//templates/helion/css/light.css" rel="stylesheet" type="text/css" /> <style type="text/css"> body, .inputbox {font-family: 'Arial',Helvetica,Arial,Sans-Serif ;} .s5_mod_h3, .inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, #mod-search-searchword, input, textarea, .s5_is_display h3, #s5_drop_down_text_inner, .btn, label, #s5_register, #s5_login, .s5_sub_a_span, .highlight_font, #s5_breadcrumb_wrap .showHere, .s5_am_innermenu, .jdGallery .slideInfoZone p, .article-info, p.readmore a, .readon, .s5_mod_h3, .s5_page_heading, h1, h2, h3, h4, h5, #s5_nav li a, .button, .btn-primary, .popular_item a, #s5navfs li, #s5_drop_down_text_inner, .pagenav a, .jdGallery .slideInfoZone h2, .middle_top_image_wrap h4, .highlight_font { font-family: Arial; font-weight:400; } #s5_nav li:hover, #s5_nav li.mainMenuParentBtnFocused, #s5_nav li.active, .button, button, #subMenusContainer div ul, .module_round_box-highlight1, #s5_login, .s5_ts_not_active a { background:#7a7a7a !important; } .module_round_box-highlight1 .s5_mod_h3_outer { background:#616161 !important; } .module_round_box-highlight2, button:hover, .button:hover, .btn-primary:hover { background:#656565 !important; } .module_round_box-highlight2 .s5_mod_h3_outer { background:#515151 !important; } .module_round_box-highlight3 { background:#e6e6e6 !important; } .module_round_box-highlight4 { background:#353535 !important; } .module_round_box-highlight4 .s5_mod_h3_outer { background:#212121 !important; } .module_round_box-highlight3 .s5_mod_h3_outer { background:#d7d7d7 !important; } #subMenusContainer div.s5_sub_wrap_lower ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul { border:solid 1px #898989 !important; } a, .module_round_box_outer ul li a:hover, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover { color:#7a7a7a; } #s5box_login ul li a:hover, .btn-link { color:#7a7a7a !important; } .module_round_box-underline1 .s5_mod_h3_outer { border-bottom:solid 1px #7a7a7a; } .module_round_box-underline2 .s5_mod_h3_outer { border-bottom:solid 1px #656565; } .module_round_box-underline3 .s5_mod_h3_outer { border-bottom:solid 1px #ffffff; } .module_round_box-underline4 .s5_mod_h3_outer { border-bottom:solid 1px #353535; } .highlight1_text { color:#7a7a7a; } .highlight2_text { color:#656565; } .highlight3_text { color:#ffffff; } .highlight4_text { color:#353535; } p.readmore a, .readon, form#member-registration button { background:#353535 url(http://crown.co.za//templates/helion/images/s5_readmore.png) no-repeat center right !important; } p.readmore a:hover, .readon:hover, form#member-registration button, div.login form div.control-group div.controls button { background:#1c1c1c url(http://crown.co.za//templates/helion/images/s5_readmore.png) no-repeat center right !important; } .pagenav a { background:#353535 !important; } .pagenav a:hover { background:#1c1c1c !important; } ul.menu li.current a, #s5_accordion_menu #current a, #s5_accordion_menu a:hover { color:#7a7a7a !important; } .jdGallery .slideInfoZone h2 { color:#ffffff !important; } #s5_nav li { background:#656565 !important; border-right:solid 1px #747474 !important; } .jdGallery, #myGallery { background:#656565 !important; } .s5_va_active, #s5_accordion_menu h3.s5_am_open .s5_accordion_menu_left { border-left:solid 1px #7a7a7a !important; } #s5_header_area1 { position:fixed; z-index:10000; top:0px; } #s5_menu_spacer { display:block; } #subMenusContainer { position:fixed !important; } .pagenav a, #s5_nav li, .s5_mod_h3_outer, #s5_login, #s5_register, .middle_top_image_wrap h4, p.readmore a, .readon, button, .button, .btn, label, fieldset, .uppercase { text-transform:uppercase !important; } .S5_parent_subtext { display:none; } #s5_social_login_wrap { padding-bottom:0px; } #s5_below_custom_1_wrap { background:none; } /* k2 stuff */ div.itemHeader h2.itemTitle, div.catItemHeader h3.catItemTitle, h3.userItemTitle a, #comments-form p, #comments-report-form p, #comments-form span, #comments-form .counter, #comments .comment-author, #comments .author-homepage, #comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {font-family: 'Arial',Helvetica,Arial,Sans-Serif ;} .s5_wrap{width:96%;} </style> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-13102783-1', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> </head> <body id="s5_body" class="capital-equipment-news-latest-news"> <div id="s5_scrolltotop"></div> <!-- Top Vertex Calls --> <!-- Call mobile sidebar --> <div id="s5_responsive_mobile_sidebar" class="s5_responsive_mobile_sidebar_hide_ltr"> <div id="s5_responsive_mobile_sidebar_inner1" class="s5_responsive_mobile_sidebar_light"> <div id="s5_responsive_mobile_sidebar_inner2"> <div id="s5_responsive_mobile_sidebar_search_wrap"> <div id="s5_responsive_mobile_sidebar_search_wrap_inner1"> <div id="s5_responsive_mobile_sidebar_search_wrap_inner2"> <form method="post" action="http://crown.co.za/"> <input type="text" onfocus="if (this.value=='Search...') this.value='';" onblur="if (this.value=='') this.value='Search...';" value="Search..." id="s5_responsive_mobile_search" name="searchword" /> <input type="hidden" value="search" name="task" /> <input type="hidden" value="com_search" name="option" /> <input type="hidden" value="1" name="Itemid" /> </form> </div> </div> </div> <div style="clear:both"></div> <div id="s5_responsive_mobile_sidebar_login_register_wrap"> <div id="s5_responsive_mobile_sidebar_login_wrap" class="s5_responsive_mobile_sidebar_inactive" style="display:none"> <div class="s5_responsive_mobile_sidebar_title_wrap" id="s5_responsive_mobile_sidebar_title_wrap_login" onclick="s5_responsive_mobile_sidebar_login()"> <div class="s5_responsive_mobile_sidebar_title_wrap_inner"> <span class="s5_responsive_mobile_sidebar_title_wrap_inner"> Login </span> </div> </div> <div id="s5_responsive_mobile_sidebar_login_bottom" class="s5_responsive_mobile_sidebar_login_inactive"> </div> <div style="clear:both"></div> </div> <div id="s5_responsive_mobile_sidebar_register_wrap" class="s5_responsive_mobile_sidebar_inactive" style="display:none"> <div class="s5_responsive_mobile_sidebar_title_wrap" id="s5_responsive_mobile_sidebar_title_wrap_register" onclick="s5_responsive_mobile_sidebar_register()"> <div class="s5_responsive_mobile_sidebar_title_wrap_inner"> <span class="s5_responsive_mobile_sidebar_title_wrap_inner"> Create Account </span> </div> </div> <div id="s5_responsive_mobile_sidebar_register_bottom" class="s5_responsive_mobile_sidebar_register_inactive"> </div> <div style="clear:both"></div> </div> <div style="clear:both"></div> </div> <div id="s5_responsive_mobile_sidebar_menu_wrap"> <!--<ul class="menu">--> <h3 class=''><span><a href='/' >Home</a></span></h3><h3 class='' onclick='s5_responsive_mobile_sidebar_h3_click(this.id)'><span class='s5_sidebar_deeper'><a href='javascript:;' >Magazines</a></span></h3><div class='s5_responsive_mobile_sidebar_sub'><ul><li><a href="/african-fusion" >African Fusion</a></li><li><a href="/capital-equipment-news" >Capital Equipment News</a></li><li><a href="/construction-world" >Construction World</a></li><li><a href="/electricity-control" >Electricity + Control</a></li><li><a href="/lighting-in-design" >Lighting in Design</a></li><li><a href="/mechchem-africa" >MechChem Africa</a></li><li><a href="/modern-mining" >Modern Mining</a></li><li><a href="/modern-quarrying" >Modern Quarrying</a></li><li><a href="/sparks-electrical-news" >Sparks Electrical News</a></li><li><a href="/housing-in-southern-africa" >Housing in Southern Africa Archive</a></li></ul></div><h3 class=''><span><a href='/handbooks' >Handbooks</a></span></h3><h3 class='' onclick='s5_responsive_mobile_sidebar_h3_click(this.id)'><span class='s5_sidebar_deeper'><a s5_mobile_sidebar_active href='javascript:;' >News</a></span></h3><div class='s5_responsive_mobile_sidebar_sub'><ul><li><a href="/latest-news/general" >General</a></li><li><a href="http://crown.co.za/latest-news/african-fusion-latest-news" >African Fusion</a></li><li><a class="s5_mobile_sidebar_active" href="/latest-news/capital-equipment-news-latest-news" >Capital Equipment News</a></li><li><a href="/latest-news/chemical-technology-latest-news" >Chemical Technology Archive</a></li><li><a href="/latest-news/construction-world-latest-news" >Construction World</a></li><li><a href="/latest-news/electricity-control-latest-news" >Electricity + Control</a></li><li><a href="/latest-news/housing-in-southern-africa-latest-news" >Housing in Southern Africa Archive</a></li><li><a href="/latest-news/lighting-in-design-latest-news" >Lighting in Design</a></li><li><a href="/latest-news/mechanical-technology-latest-news" >Mechanical Technology Archive</a></li><li><a href="/latest-news/mechchem-africa-latest-news" >MechChem Africa</a></li><li><a href="/latest-news/modern-mining-latest-news" >Modern Mining</a></li><li><a href="/latest-news/modern-quarrying-latest-news" >Modern Quarrying</a></li><li><a href="/latest-news/sparks-electrical-news-latest-news" >Sparks Electrical News</a></li></ul></div><h3 class=''><span><a href='/advertising' >Advertising</a></span></h3><h3 class='' onclick='s5_responsive_mobile_sidebar_h3_click(this.id)'><span class='s5_sidebar_deeper'><a href='/crown-blog' >Blog</a></span></h3><div class='s5_responsive_mobile_sidebar_sub'><ul><li><a href="/crown-blog/general" >General</a></li></ul></div><h3 class=''><span><a href='/about-us' >About Us</a></span></h3><h3 class=''><span><a href='/contact' >Contact</a></span></h3><!--</ul>--> </div> </div> </div> </div> <div id="s5_responsive_mobile_sidebar_body_wrap"> <div id="s5_responsive_mobile_sidebar_body_wrap_inner"> <!-- Call top bar for mobile devices if layout is responsive --> <!-- s5_responsive_mobile_top_bar_spacer must be called to keep a space at the top of the page since s5_responsive_mobile_top_bar_wrap is position absolute. --> <div id="s5_responsive_mobile_top_bar_spacer"></div> <!-- s5_responsive_mobile_top_bar_wrap must be called off the page and not with display:none or it will cause issues with the togglers. --> <div id="s5_responsive_mobile_top_bar_wrap" style="margin-top:-50000px;position:absolute;z-index:20;top:0px"> <div id="s5_responsive_mobile_top_bar" onclick="s5_responsive_mobile_sidebar()" class="s5_responsive_mobile_bar_light"> <div id="s5_responsive_mobile_toggle_click_menu"> <span></span> </div> <div id="s5_responsive_mobile_bar_active"> <span> Capital Equipment News </span> </div> <div style="clear:both;height:0px"></div> </div> </div> <script type="text/javascript"> var s5_responsive_trigger = 750; var s5_responsive_layout = "sidebar"; var s5_responsive_layout_direction = "_ltr"; var s5_responsive_menu_auto_open = "open"; </script> <script type="text/javascript" src="http://crown.co.za//templates/helion/js/core/s5_responsive_mobile_bar-min.js"></script> <!-- Fixed Tabs --> <!-- Drop Down --> <!-- Parallax Backgrounds --> <!-- Floating Menu Spacer --> <!-- Body Padding Div Used For Responsive Spacing --> <div id="s5_body_padding"> <div id="s5_menu_spacer"></div> <!-- Header --> <div id="s5_header_area1"> <div id="s5_header_area2"> <div id="s5_header_area_inner" class="s5_wrap"> <div id="s5_header_wrap"> <div id="s5_logo_module"> <div class="moduletable"> <div class="custom" > <div style="margin-top: 20px; margin-bottom: 20px;"><img src="/images/Crown-2017-colour-logo.jpg" alt="Crown 2017 colour logo" width="251" height="70" /></div></div> </div> </div> <div id="s5_menu_wrap"> <ul id='s5_nav' class='menu'><li class=' ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="/"><span onclick='window.document.location.href="/"'>Home</span></a><span class='S5_parent_subtext' onclick='window.document.location.href="/"'>Return Home</span></span></span></li><li class=' ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="javascript:;"><span onclick='window.document.location.href="javascript:;"'>Magazines</span></a></span></span><ul style='float:left;'><li class=''><span class='S5_submenu_item'><a href="/african-fusion"><span class='s5_sub_a_span' onclick='window.document.location.href="/african-fusion"'>African Fusion</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/capital-equipment-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/capital-equipment-news"'>Capital Equipment News</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/construction-world"><span class='s5_sub_a_span' onclick='window.document.location.href="/construction-world"'>Construction World</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/electricity-control"><span class='s5_sub_a_span' onclick='window.document.location.href="/electricity-control"'>Electricity + Control</span></a></span></li></ul><ul style='float:left;'><li class=''><span class='S5_submenu_item'><a href="/lighting-in-design"><span class='s5_sub_a_span' onclick='window.document.location.href="/lighting-in-design"'>Lighting in Design</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/mechchem-africa"><span class='s5_sub_a_span' onclick='window.document.location.href="/mechchem-africa"'>MechChem Africa</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/modern-mining"><span class='s5_sub_a_span' onclick='window.document.location.href="/modern-mining"'>Modern Mining</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/modern-quarrying"><span class='s5_sub_a_span' onclick='window.document.location.href="/modern-quarrying"'>Modern Quarrying</span></a></span></li></ul><ul style='float:left;'><li class=''><span class='S5_submenu_item'><a href="/sparks-electrical-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/sparks-electrical-news"'>Sparks Electrical News</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/housing-in-southern-africa"><span class='s5_sub_a_span' onclick='window.document.location.href="/housing-in-southern-africa"'>Housing in Southern Africa Archive</span></a></span></li></ul></li><li class=' ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="/handbooks"><span onclick='window.document.location.href="/handbooks"'>Handbooks</span></a></span></span></li><li class='active ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="javascript:;"><span onclick='window.document.location.href="javascript:;"'>News</span></a><span class='S5_parent_subtext' onclick='window.document.location.href="javascript:;"'>Tools and Modules</span></span></span><ul style='float:left;'><li class=''><span class='S5_submenu_item'><a href="/latest-news/general"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/general"'>General</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="http://crown.co.za/latest-news/african-fusion-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="http://crown.co.za/latest-news/african-fusion-latest-news"'>African Fusion</span></a></span></li><li class=''><span class='S5_submenu_item active'><a href="/latest-news/capital-equipment-news-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/capital-equipment-news-latest-news"'>Capital Equipment News</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/chemical-technology-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/chemical-technology-latest-news"'>Chemical Technology Archive</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/construction-world-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/construction-world-latest-news"'>Construction World</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/electricity-control-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/electricity-control-latest-news"'>Electricity + Control</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/housing-in-southern-africa-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/housing-in-southern-africa-latest-news"'>Housing in Southern Africa Archive</span></a></span></li></ul><ul style='float:left;'><li class=''><span class='S5_submenu_item'><a href="/latest-news/lighting-in-design-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/lighting-in-design-latest-news"'>Lighting in Design</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/mechanical-technology-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/mechanical-technology-latest-news"'>Mechanical Technology Archive</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/mechchem-africa-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/mechchem-africa-latest-news"'>MechChem Africa</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/modern-mining-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/modern-mining-latest-news"'>Modern Mining</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/modern-quarrying-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/modern-quarrying-latest-news"'>Modern Quarrying</span></a></span></li><li class=''><span class='S5_submenu_item'><a href="/latest-news/sparks-electrical-news-latest-news"><span class='s5_sub_a_span' onclick='window.document.location.href="/latest-news/sparks-electrical-news-latest-news"'>Sparks Electrical News</span></a></span></li></ul></li><li class=' ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="/advertising"><span onclick='window.document.location.href="/advertising"'>Advertising</span></a></span></span></li><li class=' ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="/crown-blog"><span onclick='window.document.location.href="/crown-blog"'>Blog</span></a></span></span><ul style='float:left;'><li class=''><span class='S5_submenu_item'><a href="/crown-blog/general"><span class='s5_sub_a_span' onclick='window.document.location.href="/crown-blog/general"'>General</span></a></span></li></ul></li><li class=' ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="/about-us"><span onclick='window.document.location.href="/about-us"'>About Us</span></a></span></span></li><li class=' ' ><span class='s5_level1_span1'><span class='s5_level1_span2'><a href="/contact"><span onclick='window.document.location.href="/contact"'>Contact</span></a></span></span></li></ul> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <!-- End Header --> <!-- Top Row1 --> <!-- End Top Row1 --> <!-- Top Row2 --> <!-- End Top Row2 --> <!-- Top Row3 --> <!-- End Top Row3 --> <!-- Center area --> <div id="s5_middle_body_section" class="s5_body_section s5_wrap"> <div id="s5_middle_body_section_inner"> <div id="s5_center_area1"> <div id="s5_center_area2"> <div id="s5_center_area_inner"> <!-- Above Columns Wrap --> <!-- End Above Columns Wrap --> <!-- Columns wrap, contains left, right and center columns --> <div id="s5_columns_wrap"> <div id="s5_columns_wrap_inner"> <div id="s5_center_column_wrap"> <div id="s5_center_column_wrap_inner" style="margin-left:25px; margin-right:20px;"> <div id="s5_below_custom_1_wrap"> <div id="s5_social_login_wrap"> <div style="clear:both; height:0px"></div> </div> <div id="s5_middle_top_wrap"> <div id="s5_middle_top"> <div id="s5_middle_top_inner"> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <div id="s5_component_wrap"> <div id="s5_component_wrap_inner"> <div id="s5_above_body_wrap"> <div id="s5_above_body"> <div id="s5_above_body_inner"> <div id="s5_pos_above_body_1" class="s5_float_left" style="width:100%"> <div class="module_round_box_outer hide_970 (13)"> <div class="module_round_box-no_padding"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer-no_padding"> <div class="bannergroup-no_padding"> <div class="banneritem"> <a href="/component/banners/click/205" target="_blank" rel="noopener noreferrer" title="Everstar Industries TR"> <img src="http://crown.co.za/images/banners/Everstar_Industries/Powerstar-Tipper-600x110.jpg" alt="Everstar Industries" width="600" height="110" /> </a> <div class="clr"></div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> <div id="s5_component_call_wrap"> <div id="s5_component_call_wrap_inner"> <div id="system-message-container"> </div> <div class="item-page" itemscope itemtype="http://schema.org/Article"> <meta itemprop="inLanguage" content="en-GB" /> <div class="page-header"> <h1 itemprop="name"> <a href="/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90" itemprop="url"> Crown’s InfoLink helps reduce maintenance and repair bill by 90%</a> </h1> </div> <div class="icons"> <div class="btn-group pull-right"> <button class="btn dropdown-toggle" type="button" id="dropdownMenuButton-6652" aria-label="User tools" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="icon-cog" aria-hidden="true"></span> <span class="caret" aria-hidden="true"></span> </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton-6652"> <li class="print-icon"> <a href="/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90?tmpl=component&amp;print=1&amp;layout=default" title="Print article < Crown’s InfoLink helps reduce maintenance and repair bill by 90% >" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"> Print</a> </li> </ul> </div> </div> <div class="article-info muted"> <dl class="article-info"> <dt class="article-info-term">Details</dt> <dd class="published"> <span class="icon-calendar"></span> <time datetime="2018-03-28T00:00:30+02:00" itemprop="datePublished"> Published: 28 March 2018 </time> </dd> </dl> </div> <div itemprop="articleBody"> <p>Leading materials handling equipment solutions provider, Goscor Lift Truck Company, has launched in South Africa Crown’s InfoLink, a wireless operator and fleet management solution that puts the power of accurate, up-to-date business metrics right at management’s fingertips.</p> <p><img src="/images/LatestNews/CapitalEquipmentNews/Crown_InfoLink.jpg" alt="Crown InfoLink" style="margin: 4px 6px 6px; float: right;" />In 2013, InfoLink received the International Forklift of the Year Award in the “Forklift Truck Solutions” category for revolutionising materials handling technology for well-known UK office supplies wholesaler Spicers by reducing maintenance and repair costs by 90%.</p> <p>Another overseas example comes from Spanish express logistics provider, Palibex, whose systems director Guillermo Cagigas says, “InfoLink has helped us to optimise our entire MHE fleet and streamline our operations by giving us a clear, daily overview of the time each lift truck is in use, the number of metres covered, how long each battery lasts, as well as impacts, so we can ensure both trucks and merchandise are treated with utmost respect.”</p> <p>In essence, InfoLink helps customers monitor and manage the efficient use of the forklift fleet and total operations by delivering actionable data through content-rich, interactive dashboards that help fleet managers focus on real opportunities and avoid wasted time deciphering mounds of data.</p> <p>Darryl Shafto, Goscor Lift Truck MD says InfoLink enables greater efficiency of the fleet, giving a complete overview of equipment usage. “Also, because of the inclusion of safety-related impact monitoring, the operators drive more carefully, resulting in significantly less damage.”</p> <p>Apart from impact monitoring and history, InfoLink, through its user-friendly interface, provides management fleet-wide visibility into an array of other operator and fleet information, such as battery usage, truck utilisation, service needs and more.</p> <p>Shafto says that in this age where technology can assist warehouse operators to save a lot of money, Crown’s range of technological solutions stand out in the industry. “Globally, Crown has helped its customers gain a revolutionary perspective on their fleets by connecting the machines, operators and facilities to create a uniquely integrated and efficient operation. This technology will help fleet owners reduce the total cost of ownership significantly,” he adds.</p> <p>Goscor Lift Truck Company has been supplying Crown manufactured forklifts into the South African market for over 30 years. Crown’s successful implementation of the on-board technology in many markets across the world, will enable Goscor to offer and fully support the technology locally.</p><div id="joomsharebar"><div class="joomsharebar_hori" style="margin-left: 0px!important; top: 0px; margin-top: 10px; margin-bottom: 10px; background: #ffffff; height: auto; width: auto; border-radius: 5px; border: 0px none #ffffff; box-shadow: none;"><div class="joomsharebar-button_hori"><a href="http://www.facebook.com/sharer.php?u=http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90&amp;t=Crown&rsquo;s InfoLink helps reduce maintenance and repair bill by 90%" class="socialite facebook-like horizontal " data-href="http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90" data-layout="button_count" data-send="1" data-action="like" data-font="arial" data-colorscheme="light" target="_blank"> <span class="vhidden">Share on Facebook</span> </a> </div><div class="joomsharebar-button_hori"><a href="http://twitter.com/share" class="socialite twitter-share horizontal " data-text="Crown&rsquo;s InfoLink helps reduce maintenance and repair bill by 90%" data-url="http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90" data-count="horizontal" data-size="" data-via="CrownB2BPub" data-hashtags="" data-related="" data-lang="en" target="_blank"> <span class="vhidden">Share on Twitter</span> </a> </div><div class="joomsharebar-button_hori"> <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90&amp;title=Crown&rsquo;s InfoLink helps reduce maintenance and repair bill by 90%" class="socialite linkedin-share horizontal " data-url="http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90" data-counter="right" data-showZero="true" target="_blank"> <span class="vhidden">Share on LinkedIn</span> </a> </div><div class="joomsharebar-button_hori"><div class="want_this_hori"></div></div> </div></div> <div style="clear:both;"></div> </div> </div> <div style="clear:both;height:0px"></div> </div> </div> <div id="s5_below_body_wrap"> <div id="s5_below_body"> <div id="s5_below_body_inner"> <div id="s5_pos_below_body_1" class="s5_float_left" style="width:100%"> <div class="module_round_box_outer hide_970 (12)"> <div class="module_round_box-no_padding"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer-no_padding"> <div class="bannergroup-no_padding"> <div class="banneritem"> <a href="/component/banners/click/368" target="_blank" rel="noopener noreferrer" title="SA Manufacturing Expo"> <img src="http://crown.co.za/images/banners/SA-Manufacturing-Expo/LME-VIS-CONSTRUCTION-WORLD-BANNER-600X110-ANIMATED.gif" alt="SA Manufacturing Expo" width="600" height="110" /> </a> <div class="clr"></div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <div class="module_round_box_outer hide_970 (10)"> <div class="module_round_box-no_padding"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer-no_padding"> <div class="bannergroup-no_padding"> <div class="banneritem"> <a href="/component/banners/click/154" target="_blank" rel="noopener noreferrer" title="ConExpo 2020 CEN only TM"> <img src="http://crown.co.za/images/banners/ConExpo-2017/CECA2020-EntertoWin-640x110-01.jpg" alt="ConExpo 2018" width="600" height="110" /> </a> <div class="clr"></div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> <div style="clear:both;height:0px"></div> </div> </div> </div> </div> <!-- Left column --> <div id="s5_left_column_wrap" class="s5_float_left" style="width:25px"> <div id="s5_left_column_wrap_inner"> <div id="s5_left_wrap" class="s5_float_left" style="width:25px"> <div class="module_round_box_outer"> <div class="module_round_box "> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_mod_h3_outer"> <h3 class="s5_mod_h3"> <span class="s5_h3_first">Contact </span><span class="s5_h3_last"> Capital Equipment News</span> </h3> </div> <div class="s5_mod_h3_below" style="clear:both"></div> <div class="s5_outer "> <div class="custom" > <p><strong>Title: Editor</strong><br /> <em>Name</em>: Munesu Shoko<br /> <em>Email</em>: <span style="color: #000000;"><a style="color: #000000;" href="mailto:[email protected]">[email protected]</a></span><br /> <em>Phone</em>: +27 11 622-4770<br /> <em>Fax</em>: +27 11 615-6108<br /> <br /> <strong>Title: Advertising Manager</strong><br /> <em>Name</em>: Elmarie Stonell<br /> <em>Email</em>: <span style="color: #000000;"><a style="color: #000000;" href="mailto:[email protected]">[email protected]</a></span><br /> <em>Phone</em>: +27 11 622-4770<br /> <em>Fax</em>: +27 11 615-6108</p></div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <div class="module_round_box_outer"> <div class="module_round_box "> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer "> <div class="custom" > <p><img src="/images/LatestNews/CapitalEquipmentNews/BANNER5.jpg" alt="BANNER5" /></p></div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <div class="module_round_box_outer hide_970 (4)"> <div class="module_round_box-no_padding"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer-no_padding"> <div class="bannergroup-no_padding"> <div class="banneritem"> <a href="/component/banners/click/362" target="_blank" rel="noopener noreferrer" title="ConExpo 2020 CEN logo"> <img src="http://crown.co.za/images/banners/ConExpo-2017/CECA-2020-logo-color-march.jpg" alt="ConExpo 2010" width="325" height="325" /> </a> <div class="clr"></div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <div class="module_round_box_outer hide_970 (5)"> <div class="module_round_box-no_padding"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer-no_padding"> <div class="bannergroup-no_padding"> <div class="banneritem"> <a href="/component/banners/click/369" target="_blank" rel="noopener noreferrer" title="African Construction Expo"> <img src="http://crown.co.za/images/banners/African-Construction-Expo/African_Construction_Expo_March_2019.png" alt="African Construction Expo" width="325" height="325" /> </a> <div class="clr"></div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <div class="module_round_box_outer hide_970 (6)"> <div class="module_round_box-no_padding"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer-no_padding"> <div class="bannergroup-no_padding"> <div class="banneritem"> <a href="/component/banners/click/370" target="_blank" rel="noopener noreferrer" title="Cape Construction Expo"> <img src="http://crown.co.za/images/banners/Cape-Construction-Expo/Cape_Construction_Expo_March_2019.png" alt="Cape Construction Expo" width="325" height="325" /> </a> <div class="clr"></div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> <!-- End Left column --> <!-- Right column --> <div id="s5_right_column_wrap" class="s5_float_left" style="width:20px; margin-left:-45px"> <div id="s5_right_column_wrap_inner"> <div id="s5_right_wrap" class="s5_float_left" style="width:20px"> <div class="module_round_box_outer"> <div class="module_round_box "> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer "> <div class="search mod_search472"> <form action="/latest-news/capital-equipment-news-latest-news" method="post" class="form-inline" role="search"> <label for="mod-search-searchword472" class="element-invisible">Search</label> <input name="searchword" id="mod-search-searchword472" maxlength="200" class="inputbox search-query input-medium" type="search" size="14" placeholder="Search" /> <input type="hidden" name="task" value="search" /> <input type="hidden" name="option" value="com_search" /> <input type="hidden" name="Itemid" value="433" /> </form> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> <div class="module_round_box_outer hide_970 (2)"> <div class="module_round_box-vspace=&quot;5px&quot;"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_outer-vspace=&quot;5px&quot;"> <div class="bannergroup-vspace=&quot;5px&quot;"> <div class="banneritem"> <a href="/component/banners/click/282" target="_blank" rel="noopener noreferrer" title="Rand Air for CEN"> <img src="http://crown.co.za/images/banners/RandAir/Rand-Air-February-2016.jpg" alt="Rand Air" width="235" height="235" /> </a> <div class="clr"></div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> <!-- End Right column --> </div> </div> <!-- End columns wrap --> <!-- Below Columns Wrap --> <!-- End Below Columns Wrap --> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> <!-- End Center area --> <div id="s5_footer_body_section" class="s5_body_section s5_wrap"> <div id="s5_footer_body_section_inner"> <!-- Bottom Row1 --> <!-- End Bottom Row1 --> <!-- Bottom Row2 --> <!-- End Bottom Row2 --> <!-- Bottom Row3 --> <div id="s5_bottom_row3_area1"> <div id="s5_bottom_row3_area2"> <div id="s5_bottom_row3_area_inner"> <div id="s5_bottom_row3_wrap"> <div id="s5_bottom_row3"> <div id="s5_bottom_row3_inner"> <div id="s5_pos_bottom_row3_1" class="s5_float_left" style="width:20%"> <div class="module_round_box_outer hide_mobile"> <div class="module_round_box-plain front-page-latest-news"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_mod_h3_outer"> <h3 class="s5_mod_h3"> <span class="s5_h3_first">More </span><span class="s5_h3_last"> Site Links </span> </h3> </div> <div class="s5_mod_h3_below" style="clear:both"></div> <div class="s5_outer-plain front-page-latest-news"> <ul class="nav menu mod-list"> <li class="item-172"><a href="/crown-blog" >Blog</a></li><li class="item-173"><a href="/disclaimer" >Disclaimer</a></li><li class="item-174"><a href="/privacy-policy" >Privacy Policy</a></li><li class="item-175"><a href="/?Itemid=175" >Sitemap</a></li><li class="item-577"><a href="/rss-feed" >RSS Feed</a></li><li class="item-258"><a href="/contact-bottom" >Contact</a></li></ul> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> </div> <div id="s5_pos_bottom_row3_3" class="s5_float_left" style="width:50%"> <div class="module_round_box_outer hide_mobile"> <div class="module_round_box-plain front-page-latest-news"> <div class="s5_module_box_1"> <div class="s5_module_box_2"> <div class="s5_mod_h3_outer"> <h3 class="s5_mod_h3"> <span class="s5_h3_first">Latest </span><span class="s5_h3_last"> News </span> </h3> </div> <div class="s5_mod_h3_below" style="clear:both"></div> <div class="s5_outer-plain front-page-latest-news"> <ul class="latestnews-plain front-page-latest-news mod-list"> <li itemscope itemtype="https://schema.org/Article"> <a href="/latest-news/capital-equipment-news-latest-news/9491-wirtgen-group-booth-at-bauma-2019-draws-record-number-of-visitors" itemprop="url"> <span itemprop="name"> Wirtgen Group booth at bauma 2019 draws record number of visitors </span> </a> </li> <li itemscope itemtype="https://schema.org/Article"> <a href="/latest-news/capital-equipment-news-latest-news/9490-cummins-helps-sany-become-a-powerhouse-oem-in-africa" itemprop="url"> <span itemprop="name"> Cummins helps SANY become a powerhouse OEM in Africa </span> </a> </li> <li itemscope itemtype="https://schema.org/Article"> <a href="/latest-news/capital-equipment-news-latest-news/9487-new-remote-control-system-launch-for-bobcat-loaders" itemprop="url"> <span itemprop="name"> New remote control system launch for Bobcat loaders </span> </a> </li> <li itemscope itemtype="https://schema.org/Article"> <a href="/latest-news/capital-equipment-news-latest-news/9486-comansa-announces-new-addition-to-its-large-flat-top-tower-crane-range" itemprop="url"> <span itemprop="name"> Comansa announces new addition to its large flat-top tower crane range </span> </a> </li> </ul> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> </div> </div> </div> <!-- End Bottom Row3 --> <!-- Footer Area --> <div id="s5_footer_area1"> <div id="s5_footer_area2"> <div id="s5_footer_area_inner"> <div id="s5_footer"> <span class="footerc"> Copyright &copy; 2019. Crown Publications. Designed by Shape5.com <a href="http://www.shape5.com/" title="Visit Shape5.com Joomla Template Club" target="blank" class="footerc">Joomla Templates</a> </span> </div> <div id="s5_bottom_menu_wrap"> </div> <div style="clear:both; height:0px"></div> </div> </div> </div> <!-- End Footer Area --> <div style="clear:both; height:0px"></div> </div> </div> <!-- Bottom Vertex Calls --> <!-- Page scroll, tooltips, multibox --> <!-- Start compression if enabled --> <script type="text/javascript">//<![CDATA[ var s5_lazyload = "all"; //]]></script> <script type="text/javascript" src="http://crown.co.za//templates/helion/js/core/lazy_load-min.js"></script> <!-- Additional scripts to load just before closing body tag --> <!-- Info Slide script - JS and CSS called in header --> <!-- Scroll Reavel script - JS called in header --> <!-- File compression. Needs to be called last on this file --> <!-- Responsive Bottom Mobile Bar --> <!-- Call bottom bar for mobile devices if layout is responsive --> <!-- Call bottom bar for all devices if user has chosen to see desktop version --> <!-- Closing call for mobile sidebar body wrap defined in includes top file --> <div style="clear:both"></div> </div> </div> </div> <!-- End Body Padding --> </body> </html>
[]
[ "<head>\n<base href=\"http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90\"/>\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>\n\t<meta name=\"keywords\" content=\"Crown’s InfoLink helps reduce maintenance\"/>\n\t<meta name=\"author\" content=\"Crown Publications\"/>\n\t\t<meta name=\"description\" content=\"Leading materials handling equipment solutions provider, Goscor Lift Truck Company, has launched in South Africa Crown’s InfoLink.\"/>\n\t<title>Crown’s InfoLink helps reduce maintenance and repair bill by 90%</title>\n\t<link href=\"/templates/helion/favicon.ico\" rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\"/>\n\t<link href=\"http://crown.co.za/component/search/?Itemid=433&amp;catid=149&amp;id=6652&amp;format=opensearch\" rel=\"search\" title=\"Search Crown Publications\" type=\"application/opensearchdescription+xml\"/>\n\t<link href=\"https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/components/com_k2/css/k2.css?v=2.9.0\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/media/system/css/modal.css?b31a4959a4b17e592cdfc1341906e991\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"http://crown.co.za/plugins/system/joomsharebar/joomsharebar/css/jsb.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<style type=\"text/css\">\ndiv.mod_search472 input[type=\"search\"]{ width:auto; }\n\t</style>\n\t<script type=\"application/json\" class=\"joomla-script-options new\">{\"csrf.token\":\"09d77f0b5677b3cd75c99dc164edbf93\",\"system.paths\":{\"root\":\"\",\"base\":\"\"}}</script>\n\t<script src=\"/media/jui/js/jquery.min.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/mootools-core.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/core.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/mootools-more.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/modal.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/caption.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t\n\t<script src=\"/media/jui/js/jquery-noconflict.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t\n\t<script src=\"/media/jui/js/bootstrap.min.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/jui/js/jquery.ui.core.min.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/jui/js/jquery.ui.sortable.min.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"/>\n\t<script src=\"/media/k2/assets/js/k2.frontend.js?v=2.9.0&amp;sitepath=/\" type=\"text/javascript\"/>\n\t<script src=\"http://crown.co.za/plugins/system/joomsharebar/joomsharebar/js/jsb.min.js\" type=\"text/javascript\"/>\n\t<script src=\"http://crown.co.za/plugins/system/joomsharebar/joomsharebar/socialite/socialite_new.min.js\" type=\"text/javascript\"/>\n\t<script src=\"http://crown.co.za//templates/helion/js/jquery/jquery-ui-addons.js\" type=\"text/javascript\"/>\n\t<!--[if lt IE 9]><script src=\"/media/system/js/html5fallback.js?b31a4959a4b17e592cdfc1341906e991\" type=\"text/javascript\"></script><![endif]-->\n\t<script type=\"text/javascript\">\n\n\t\tjQuery(function($) {\n\t\t\tSqueezeBox.initialize({});\n\t\t\tSqueezeBox.assign($('a.modal').get(), {\n\t\t\t\tparse: 'rel'\n\t\t\t});\n\t\t});\n\n\t\twindow.jModalClose = function () {\n\t\t\tSqueezeBox.close();\n\t\t};\n\t\t\n\t\t// Add extra modal close functionality for tinyMCE-based editors\n\t\tdocument.onreadystatechange = function () {\n\t\t\tif (document.readyState == 'interactive' &amp;&amp; typeof tinyMCE != 'undefined' &amp;&amp; tinyMCE)\n\t\t\t{\n\t\t\t\tif (typeof window.jModalClose_no_tinyMCE === 'undefined')\n\t\t\t\t{\t\n\t\t\t\t\twindow.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false;\n\t\t\t\t\t\n\t\t\t\t\tjModalClose = function () {\n\t\t\t\t\t\tif (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments);\n\t\t\t\t\t\ttinyMCE.activeEditor.windowManager.close();\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\n\t\t\t\tif (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined')\n\t\t\t\t{\n\t\t\t\t\tif (typeof(SqueezeBox) == 'undefined') SqueezeBox = {};\n\t\t\t\t\twindow.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false;\n\t\t\n\t\t\t\t\tSqueezeBox.close = function () {\n\t\t\t\t\t\tif (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments);\n\t\t\t\t\t\ttinyMCE.activeEditor.windowManager.close();\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\t&#13;jQuery(window).on('load', function() {\n\t\t\t\tnew JCaption('img.caption');\n\t\t\t});&#13;var buttonSize = '8'; var view = 'article'; var verticalSlide = 'slide'; var horizontalSlide = 'disabled'; var lazyLoadingType = 'default'; var left_margin = '-620px'; var user_styles = 'margin-left: 0px!important; top: 0px; margin-top: 10px; margin-bottom: 10px; background: #ffffff; height: auto; width: auto; border-radius: 5px; border: 0px none #ffffff; box-shadow: none;'; var annotation = 'horizontal'; var transform = ''; var content = 'content';\n\t</script>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"African Fusion RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"General RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Capital Equipment News RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Chemical Technology RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Construction World RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Electricity Control RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Housing in Southern Africa RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Lighting in Design RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Mechanical Technology RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Modern Mining RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Modern Quarrying RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Sparks Electrical News RSS\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Crown Magazines and Latest News\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"African Fusion Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Capital Equipment News Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Chemical Technology Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Construction World Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Electricity + Control Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Housing in Southern Africa Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Lighting in Design Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Mechanical Technology Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Modern Mining Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Modern Quarrying Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Sparks Electrical News Online Publication\"/>\n\t<link href=\"http://feeds.feedburner.com/\" rel=\"alternate\" type=\"application/rss+xml\" title=\"Crown Magazines Latest Publications\"/>\n\t<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:image\" content=\"http://crown.co.za/images/LatestNews/CapitalEquipmentNews/Crown_InfoLink.jpg\"/>\n<meta property=\"og:title\" content=\"Crown’s InfoLink helps reduce maintenance and repair bill by 90%\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:email\" content=\"This email address is being protected from spambots. You need JavaScript enabled to view it.\"/>\n<meta property=\"og:url\" content=\"http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90\"/>\n<meta property=\"og:image\" content=\"http://crown.co.za/images/LatestNews/CapitalEquipmentNews/Crown_InfoLink.jpg\"/>\n<meta property=\"og:site_name\" content=\"Crown Publications\"/>\n<meta property=\"fb:admins\" content=\"xxxxxxxxxxx\"/>\n<meta property=\"og:description\" content=\"Leading materials handling equipment solutions provider, Goscor Lift Truck Company, has launched in South Africa Crown’s InfoLink, a wireless operator and fleet management solution that puts the power of accurate, up-to-date business metrics right at management’s fingertips.&#13;&#10;\"/>\n&#13;\n&#13;\n&#13;\n\t\t\t<meta name=\"viewport\" content=\"initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no\"/>&#13;\n\t&#13;\n\t<link href=\"http://crown.co.za//templates/helion/favicon.ico\" rel=\"shortcut icon\" type=\"image/x-icon\"/>&#13;\n&#13;\n<script type=\"text/javascript\">&#13;\n\tif(jQuery().jquery=='1.11.0') { jQuery.easing['easeOutExpo'] = jQuery.easing['easeOutCirc'] };&#13;\n</script>&#13;\n&#13;\n\t<link href=\"http://crown.co.za//templates/helion/css/bootstrap/bootstrap-default-min.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n\t<link href=\"http://crown.co.za//templates/helion/css/bootstrap/bootstrap-responsive.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n\t\t&#13;\n\t<link rel=\"stylesheet\" href=\"http://crown.co.za//templates/helion/css/font-awesome/css/font-awesome.min.css\"/>&#13;\n\t&#13;\n&#13;\n<!-- Css and js addons for vertex features -->&#13;\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Raleway\"/>&#13;\n<style type=\"text/css\"> /* MAX IMAGE WIDTH */img { height:auto !important; max-width:100% !important; -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box !important; /* Firefox, other Gecko */ box-sizing: border-box !important; /* Opera/IE 8+ */ }#map_canvas img, .gm-style img { max-width:none !important; }.full_width { width:100% !important; -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box !important; /* Firefox, other Gecko */ box-sizing: border-box !important; /* Opera/IE 8+ */ }.S5_submenu_itemTablet{ background:none !important; } #s5_right_wrap, #s5_left_wrap, #s5_right_inset_wrap, #s5_left_inset_wrap, #s5_right_top_wrap, #s5_left_top_wrap, #s5_right_bottom_wrap, #s5_left_bottom_wrap { width:100% !important; } #s5_right_column_wrap { width:10% !important; margin-left:-22.5% !important; } #s5_left_column_wrap { width:12.5% !important; } #s5_center_column_wrap_inner { margin-right:20% !important; margin-left:25% !important; } #s5_responsive_mobile_drop_down_wrap input { width:96% !important; } #s5_responsive_mobile_drop_down_search input { width:100% !important; } #s5_responsive_mobile_sidebar { background:#414141; background: -moz-linear-gradient(top, #414141 0%, #414141 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#414141)); background: -webkit-linear-gradient(top, #414141 0%,#414141 100%); background: -o-linear-gradient(top, #414141 0%,#414141 100%); background: -ms-linear-gradient(top, #414141 0%,#414141 100%); background: linear-gradient(top, #414141 0%,#414141 100%); font-family: Raleway !important; } #s5_responsive_mobile_sidebar a, #s5_responsive_mobile_search, #s5_responsive_mobile_sidebar_login_register_wrap, #s5_responsive_mobile_sidebar_menu_wrap, .module_round_box-sidebar, .module_round_box-sidebar .s5_mod_h3, .module_round_box-sidebar .s5_h3_first, .module_round_box-sidebar .s5_h3_last, #s5_responsive_mobile_sidebar_menu_wrap h3 { color:#FFFFFF !important; font-family: Raleway !important; } .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap:hover, #s5_responsive_mobile_sidebar_title_wrap_login_open, #s5_responsive_mobile_sidebar_title_wrap_register_open, #s5_responsive_mobile_sidebar_search_wrap_inner1, #s5_responsive_mobile_sidebar .first_level_li:hover { background:#303030; cursor:pointer; font-family: Raleway !important; } .s5_mobile_sidebar_h3_open, #s5_responsive_mobile_sidebar_menu_wrap h3:hover { background:#303030; cursor:pointer; } .s5_mobile_sidebar_h3_open span, #s5_responsive_mobile_sidebar_title_wrap_register_open, #s5_responsive_mobile_sidebar_title_wrap_login_open, #s5_responsive_mobile_sidebar a.s5_mobile_sidebar_active, #s5_responsive_mobile_sidebar .s5_mobile_sidebar_h3_open a { color:#3C99DF !important; } #s5_responsive_mobile_sidebar_menu_wrap div, #s5_responsive_mobile_sidebar_login_bottom, #s5_responsive_mobile_sidebar_register_bottom { background:#2A2A2A; } #s5_responsive_mobile_sidebar_search_wrap, #s5_responsive_mobile_sidebar_login_register_wrap, #s5_responsive_mobile_sidebar_menu_wrap { border-bottom:solid 1px #555555; font-family: Raleway !important; } #s5_pos_sidebar_top, #s5_pos_sidebar_bottom { border-bottom:solid 1px #555555; } #s5_responsive_mobile_sidebar_login_bottom #modlgn-username, #s5_responsive_mobile_sidebar_login_bottom #modlgn-passwd, #s5_responsive_mobile_sidebar_register_bottom input { background:#FFFFFF; color:#000000; border:solid 1px #FFFFFF; font-family: Raleway !important; } #s5_responsive_mobile_bottom_bar, #s5_responsive_mobile_top_bar { background:#0B0B0B; background: -moz-linear-gradient(top, #272727 0%, #0B0B0B 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#0B0B0B)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #272727 0%,#0B0B0B 100%); /* IE10+ */ background: linear-gradient(top, #272727 0%,#0B0B0B 100%); /* W3C */ font-family: Raleway !important; } .s5_responsive_mobile_drop_down_inner, .s5_responsive_mobile_drop_down_inner input, .s5_responsive_mobile_drop_down_inner button, .s5_responsive_mobile_drop_down_inner .button, #s5_responsive_mobile_drop_down_search .validate { font-family: Raleway !important; } .s5_responsive_mobile_drop_down_inner button:hover, .s5_responsive_mobile_drop_down_inner .button:hover, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn:hover { background:#0B0B0B !important; } #s5_responsive_mobile_drop_down_menu, #s5_responsive_mobile_drop_down_menu a, #s5_responsive_mobile_drop_down_login a { font-family: Raleway !important; color:#FFFFFF !important; } #s5_responsive_mobile_bar_active, #s5_responsive_mobile_drop_down_menu .current a, .s5_responsive_mobile_drop_down_inner .s5_mod_h3, .s5_responsive_mobile_drop_down_inner .s5_h3_first { color:#3C99DF !important; } .s5_responsive_mobile_drop_down_inner button, .s5_responsive_mobile_drop_down_inner .button, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn, .s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .btn:hover { background:#3C99DF !important; } #s5_responsive_mobile_drop_down_menu .active ul li, #s5_responsive_mobile_drop_down_menu .current ul li a, #s5_responsive_switch_mobile a, #s5_responsive_switch_desktop a, #s5_responsive_mobile_drop_down_wrap { color:#FFFFFF !important; } #s5_responsive_mobile_toggle_click_menu span { border-right:solid 1px #272727; } #s5_responsive_mobile_toggle_click_menu { border-right:solid 1px #0B0B0B; } #s5_responsive_mobile_toggle_click_search span, #s5_responsive_mobile_toggle_click_register span, #s5_responsive_mobile_toggle_click_login span, #s5_responsive_mobile_scroll a { border-left:solid 1px #272727; } #s5_responsive_mobile_toggle_click_search, #s5_responsive_mobile_toggle_click_register, #s5_responsive_mobile_toggle_click_login, #s5_responsive_mobile_scroll { border-left:solid 1px #0B0B0B; } .s5_responsive_mobile_open, .s5_responsive_mobile_closed:hover, #s5_responsive_mobile_scroll:hover { background:#272727; } #s5_responsive_mobile_drop_down_menu .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_register .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_login .s5_responsive_mobile_drop_down_inner, #s5_responsive_mobile_drop_down_search .s5_responsive_mobile_drop_down_inner { background:#272727; } .s5_wrap { max-width:1160px !important; } @media screen and (max-width: 850px){ #s5_right_wrap, #s5_left_wrap, #s5_right_inset_wrap, #s5_left_inset_wrap, #s5_right_top_wrap, #s5_left_top_wrap, #s5_right_bottom_wrap, #s5_left_bottom_wrap { width:100% !important; } #s5_right_column_wrap { width:10% !important; margin-left:-22.5% !important; } #s5_left_column_wrap { width:12.5% !important; } #s5_center_column_wrap_inner { margin-left:25% !important; margin-right:20% !important; } } @media screen and (max-width: 850px){ #s5_columns_wrap_inner { width:100% !important; } #s5_center_column_wrap { width:100% !important; left:100% !important; } #s5_left_column_wrap { left:0% !important; } #s5_left_top_wrap, #s5_left_column_wrap, #s5_left_inset_wrap, #s5_left_wrap, #s5_left_bottom_wrap, #s5_right_top_wrap, #s5_right_column_wrap, #s5_right_inset_wrap, #s5_right_wrap, #s5_right_bottom_wrap { width:100% !important; } #s5_center_column_wrap_inner { margin:0px !important; } #s5_left_column_wrap { margin-right:0px !important; } #s5_right_column_wrap { margin-left:0px !important; } .items-row .item { width:100% !important; padding-left:0px !important; padding-right:0px !important; margin-right:0px !important; margin-left:0px !important; } } @media screen and (min-width:580px) and (max-width: 850px){ #s5_middle_top .s5_float_left, #s5_middle_bottom .s5_float_left { width:100% !important; } .items-row .item { width:100% !important; padding-left:0px !important; padding-right:0px !important; margin-right:0px !important; margin-left:0px !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_top_row1 { min-height: 0px !important; } #s5_top_row1 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_top_row2 { min-height: 0px !important; } #s5_top_row2 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_top_row3 { min-height: 0px !important; } #s5_top_row3 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_above_columns_inner { min-height: 0px !important; } #s5_above_columns_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_middle_top { min-height: 0px !important; } #s5_middle_top .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_above_body { min-height: 0px !important; } #s5_above_body_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_middle_bottom { min-height: 0px !important; } #s5_middle_bottom .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_below_body { min-height: 0px !important; } #s5_below_body_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_below_columns_inner { min-height: 0px !important; } #s5_below_columns_inner .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_bottom_row1 { min-height: 0px !important; } #s5_bottom_row1 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 850px){ .s5_resize_bottom_row2 { min-height: 0px !important; } #s5_bottom_row2 .s5_float_left { width:100% !important; } } @media screen and (min-width:580px) and (max-width: 900px){ .s5_resize_bottom_row3 { min-height: 0px !important; } #s5_bottom_row3 #s5_pos_bottom_row3_1.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_2.s5_float_left { float:left !important; width:50% !important; } #s5_bottom_row3 #s5_pos_bottom_row3_3.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_4.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_5.s5_float_left, #s5_bottom_row3 #s5_pos_bottom_row3_6.s5_float_left { float:left !important; width:100% !important; } } </style><script type=\"text/javascript\">/*&lt;![CDATA[*/</script>&#13;\n<script type=\"text/javascript\" src=\"http://crown.co.za//templates/helion/js/core/s5_flex_menu-min.js\"/>&#13;\n<link rel=\"stylesheet\" href=\"http://crown.co.za//templates/helion/css/s5_flex_menu.css\" type=\"text/css\"/>&#13;\n<link rel=\"stylesheet\" href=\"http://crown.co.za//templates/system/css/system.css\" type=\"text/css\"/>&#13;\n<link rel=\"stylesheet\" href=\"http://crown.co.za//templates/system/css/general.css\" type=\"text/css\"/>&#13;\n&#13;\n<link href=\"http://crown.co.za//templates/helion/css/template_default.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n&#13;\n<link href=\"http://crown.co.za//templates/helion/css/template.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n&#13;\n&#13;\n<link href=\"http://crown.co.za//templates/helion/css/com_content.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n&#13;\n<link href=\"http://crown.co.za//templates/helion/css/editor.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n&#13;\n<link href=\"http://crown.co.za//templates/helion/css/thirdparty.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"http://crown.co.za//templates/helion/css/core/s5_responsive_bars-min.css\"/>&#13;\n\t<link href=\"http://crown.co.za//templates/helion/css/core/s5_responsive_hide_classes-min.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n\t<style type=\"text/css\"> @media screen and (min-width: 650px){.s5_responsive_mobile_sidebar_show_ltr {width:400px !important;}.s5_responsive_mobile_sidebar_body_wrap_show_ltr {margin-left:400px !important;}.s5_responsive_mobile_sidebar_show_rtl {width:400px !important;}.s5_responsive_mobile_sidebar_body_wrap_show_rtl {margin-right:400px !important;}#s5_responsive_mobile_sidebar_inner1 {width:400px !important;}}</style>&#13;\n&#13;\n&#13;\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"http://crown.co.za//templates/helion/css/s5_responsive.css\"/>&#13;\n\t&#13;\n\t&#13;\n&#13;\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://crown.co.za//templates/helion/css/custom.css\"/>\t<script type=\"text/javascript\">&#13;\n\t//&lt;![CDATA[&#13;\n\t\t\t\t jQuery(document).ready( function() {&#13;\n\t\t var myMenu = new MenuMatic({&#13;\n\t\t\t\ttabletWidth:0,&#13;\n effect:\"slide\",&#13;\n duration:250,&#13;\n physics: 'linear',&#13;\n hideDelay:250,&#13;\n orientation:\"horizontal\",&#13;\n tweakInitial:{x:0, y:0},&#13;\n\t\t\t\t \t direction:{ x: 'right', y: 'down' },&#13;\n\t\t\t\t opacity:90 });&#13;\n });\t\t&#13;\n\t\t\t//]]&gt;\t&#13;\n </script> &#13;\n&#13;\n<!-- Info Slide Script - Called in header so css validates -->\t&#13;\n<link href=\"http://crown.co.za//templates/helion/css/core/s5_info_slide-min.css\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n&#13;\n\t&#13;\n&#13;\n<!-- Resize column function -->\t&#13;\n<script type=\"text/javascript\">//&lt;![CDATA[&#13;\n\tvar s5_resize_columns_browser_check = \"other\";&#13;\n\tvar s5_resize_columns = \"all\";&#13;\n\tvar s5_resize_columns_delay = \"750\";&#13;\n\tvar s5_resize_columns_small_tablets = \"default\";&#13;\n//]]&gt;</script>&#13;\n<script type=\"text/javascript\" src=\"http://crown.co.za//templates/helion/js/core/s5_columns_equalizer-min.js\"/>&#13;\n<!-- File compression. Needs to be called last on this file -->\t&#13;\n<!-- The excluded files, listed below the compressed php files, are excluded because their calls vary per device or per browser. Included compression files are only ones that have no conditions and are included on all devices and browsers. Otherwise unwanted css will compile in the compressed files. -->\t&#13;\n&#13;\n<!-- Additional scripts to load inside of the header -->&#13;\n\n\n\n<link href=\"http://crown.co.za//templates/helion/css/light.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\n<style type=\"text/css\"> \nbody, .inputbox {font-family: 'Arial',Helvetica,Arial,Sans-Serif ;} \n\n.s5_mod_h3, .inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, #mod-search-searchword, input, textarea, .s5_is_display h3, #s5_drop_down_text_inner, .btn, label, #s5_register, #s5_login, .s5_sub_a_span, .highlight_font, #s5_breadcrumb_wrap .showHere, .s5_am_innermenu, .jdGallery .slideInfoZone p, .article-info, p.readmore a, .readon, .s5_mod_h3, .s5_page_heading, h1, h2, h3, h4, h5, #s5_nav li a, .button, .btn-primary, .popular_item a, #s5navfs li, #s5_drop_down_text_inner, .pagenav a, .jdGallery .slideInfoZone h2, .middle_top_image_wrap h4, .highlight_font {\nfont-family: Arial;\nfont-weight:400;\n}\n\n#s5_nav li:hover, #s5_nav li.mainMenuParentBtnFocused, #s5_nav li.active, .button, button, #subMenusContainer div ul, .module_round_box-highlight1, #s5_login, .s5_ts_not_active a {\nbackground:#7a7a7a !important;\n}\n\n.module_round_box-highlight1 .s5_mod_h3_outer {\nbackground:#616161 !important;\n}\n\n.module_round_box-highlight2, button:hover, .button:hover, .btn-primary:hover {\nbackground:#656565 !important;\n}\n\n.module_round_box-highlight2 .s5_mod_h3_outer {\nbackground:#515151 !important;\n}\n\n.module_round_box-highlight3 {\nbackground:#e6e6e6 !important;\n}\n\n.module_round_box-highlight4 {\nbackground:#353535 !important;\n}\n\n.module_round_box-highlight4 .s5_mod_h3_outer {\nbackground:#212121 !important;\n}\n\n.module_round_box-highlight3 .s5_mod_h3_outer {\nbackground:#d7d7d7 !important;\n}\n\n#subMenusContainer div.s5_sub_wrap_lower ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul {\nborder:solid 1px #898989 !important;\n}\n\na, .module_round_box_outer ul li a:hover, .dropdown-menu li &gt; a:hover, .dropdown-menu li &gt; a:focus, .dropdown-submenu:hover &gt; a, .dropdown-menu .active &gt; a, .dropdown-menu .active &gt; a:hover, .nav-list &gt; .active &gt; a, .nav-list &gt; .active &gt; a:hover, .nav-pills &gt; .active &gt; a, .nav-pills &gt; .active &gt; a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary, .item-page .dropdown-menu li &gt; a:hover, .blog .dropdown-menu li &gt; a:hover, .item .dropdown-menu li &gt; a:hover {\ncolor:#7a7a7a;\n}\n\n#s5box_login ul li a:hover, .btn-link {\ncolor:#7a7a7a !important;\n}\n\n.module_round_box-underline1 .s5_mod_h3_outer {\nborder-bottom:solid 1px #7a7a7a;\n}\n\n.module_round_box-underline2 .s5_mod_h3_outer {\nborder-bottom:solid 1px #656565;\n}\n\n.module_round_box-underline3 .s5_mod_h3_outer {\nborder-bottom:solid 1px #ffffff;\n}\n\n.module_round_box-underline4 .s5_mod_h3_outer {\nborder-bottom:solid 1px #353535;\n}\n\n.highlight1_text {\ncolor:#7a7a7a;\n}\n\n.highlight2_text {\ncolor:#656565;\n}\n\n.highlight3_text {\ncolor:#ffffff;\n}\n\n.highlight4_text {\ncolor:#353535;\n}\n\np.readmore a, .readon, form#member-registration button {\nbackground:#353535 url(http://crown.co.za//templates/helion/images/s5_readmore.png) no-repeat center right !important;\n}\n\np.readmore a:hover, .readon:hover, form#member-registration button, div.login form div.control-group div.controls button {\nbackground:#1c1c1c url(http://crown.co.za//templates/helion/images/s5_readmore.png) no-repeat center right !important;\n}\n\n.pagenav a {\nbackground:#353535 !important;\n}\n\n.pagenav a:hover {\nbackground:#1c1c1c !important;\n}\n\nul.menu li.current a, #s5_accordion_menu #current a, #s5_accordion_menu a:hover {\ncolor:#7a7a7a !important;\n}\n\n.jdGallery .slideInfoZone h2 {\ncolor:#ffffff !important;\n}\n\n#s5_nav li {\nbackground:#656565 !important;\nborder-right:solid 1px #747474 !important;\n}\n\n.jdGallery, #myGallery {\nbackground:#656565 !important;\n}\n\n.s5_va_active, #s5_accordion_menu h3.s5_am_open .s5_accordion_menu_left {\nborder-left:solid 1px #7a7a7a !important;\n}\n\n\n#s5_header_area1 {\nposition:fixed;\nz-index:10000;\ntop:0px;\n}\n#s5_menu_spacer {\ndisplay:block;\n}\n#subMenusContainer {\nposition:fixed !important;\n}\n\n\n\n\n.pagenav a, #s5_nav li, .s5_mod_h3_outer, #s5_login, #s5_register, .middle_top_image_wrap h4, p.readmore a, .readon, button, .button, .btn, label, fieldset, .uppercase {\ntext-transform:uppercase !important;\n}\n\n.S5_parent_subtext {\ndisplay:none;\n}\n\n\n\n#s5_social_login_wrap {\npadding-bottom:0px;\n}\n#s5_below_custom_1_wrap {\nbackground:none;\n}\n\n\n/* k2 stuff */\ndiv.itemHeader h2.itemTitle, div.catItemHeader h3.catItemTitle, h3.userItemTitle a, #comments-form p, #comments-report-form p, #comments-form span, #comments-form .counter, #comments .comment-author, #comments .author-homepage,\n#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {font-family: 'Arial',Helvetica,Arial,Sans-Serif ;} \n\t\n.s5_wrap{width:96%;}\t\n</style>\n<!-- Google Analytics -->\n<script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\nga('create', 'UA-13102783-1', 'auto');\nga('send', 'pageview');\n</script>\n<!-- End Google Analytics -->\n\n</head>\n\n" ]
[ "<title>Crown’s InfoLink helps reduce maintenance and repair bill by 90%</title>\n\t" ]
[ { "key": "datasource", "type": "global", "value": "crown.co.za > latest news > capital equipment news latest news" } ]
[ { "char_end_idx": 1315, "char_start_idx": 0, "key": "length", "type": "local", "value": "1315" }, { "char_end_idx": 1582, "char_start_idx": 1315, "key": "length", "type": "local", "value": "266" }, { "char_end_idx": 2030, "char_start_idx": 1582, "key": "length", "type": "local", "value": "447" }, { "char_end_idx": 2326, "char_start_idx": 2030, "key": "length", "type": "local", "value": "295" }, { "char_end_idx": 2464, "char_start_idx": 2326, "key": "length", "type": "local", "value": "137" }, { "char_end_idx": 2609, "char_start_idx": 2464, "key": "length", "type": "local", "value": "144" }, { "char_end_idx": 2862, "char_start_idx": 2609, "key": "length", "type": "local", "value": "252" }, { "char_end_idx": 3031, "char_start_idx": 2862, "key": "length", "type": "local", "value": "168" }, { "char_end_idx": 3232, "char_start_idx": 3031, "key": "length", "type": "local", "value": "200" }, { "char_end_idx": 3331, "char_start_idx": 3232, "key": "length", "type": "local", "value": "98" }, { "char_end_idx": 3454, "char_start_idx": 3331, "key": "length", "type": "local", "value": "122" }, { "char_end_idx": 3619, "char_start_idx": 3454, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 3674, "char_start_idx": 3619, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 3677, "char_start_idx": 3674, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 3796, "char_start_idx": 3677, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 3799, "char_start_idx": 3796, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 4105, "char_start_idx": 3799, "key": "length", "type": "local", "value": "305" }, { "char_end_idx": 4125, "char_start_idx": 4105, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 4145, "char_start_idx": 4125, "key": "length", "type": "local", "value": "19" } ]
[ { "key": "length", "type": "global", "value": "4167" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 14, "char_start_idx": 5, "html_attrs": { "attrs": [ "href" ], "values": [ "javascript:;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 14, "char_start_idx": 5, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_sidebar_deeper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 14, "char_start_idx": 5, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "", "s5_responsive_mobile_sidebar_h3_click(this.id)" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 29, "char_start_idx": 15, "html_attrs": { "attrs": [ "href" ], "values": [ "/african-fusion" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 29, "char_start_idx": 15, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 52, "char_start_idx": 30, "html_attrs": { "attrs": [ "href" ], "values": [ "/capital-equipment-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 52, "char_start_idx": 30, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 71, "char_start_idx": 53, "html_attrs": { "attrs": [ "href" ], "values": [ "/construction-world" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 71, "char_start_idx": 53, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 93, "char_start_idx": 72, "html_attrs": { "attrs": [ "href" ], "values": [ "/electricity-control" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 93, "char_start_idx": 72, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 112, "char_start_idx": 94, "html_attrs": { "attrs": [ "href" ], "values": [ "/lighting-in-design" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 112, "char_start_idx": 94, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 128, "char_start_idx": 113, "html_attrs": { "attrs": [ "href" ], "values": [ "/mechchem-africa" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 128, "char_start_idx": 113, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 129, "html_attrs": { "attrs": [ "href" ], "values": [ "/modern-mining" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 142, "char_start_idx": 129, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 159, "char_start_idx": 143, "html_attrs": { "attrs": [ "href" ], "values": [ "/modern-quarrying" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 159, "char_start_idx": 143, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 182, "char_start_idx": 160, "html_attrs": { "attrs": [ "href" ], "values": [ "/sparks-electrical-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 182, "char_start_idx": 160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 217, "char_start_idx": 183, "html_attrs": { "attrs": [ "href" ], "values": [ "/housing-in-southern-africa" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 217, "char_start_idx": 183, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 218, "char_start_idx": 15, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 218, "char_start_idx": 15, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_responsive_mobile_sidebar_sub" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 227, "char_start_idx": 218, "html_attrs": { "attrs": [ "href" ], "values": [ "/handbooks" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 227, "char_start_idx": 218, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 227, "char_start_idx": 218, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 232, "char_start_idx": 228, "html_attrs": { "attrs": [ "s5_mobile_sidebar_active", "href" ], "values": [ "", "javascript:;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 232, "char_start_idx": 228, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_sidebar_deeper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 232, "char_start_idx": 228, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "", "s5_responsive_mobile_sidebar_h3_click(this.id)" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 240, "char_start_idx": 233, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/general" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 240, "char_start_idx": 233, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 255, "char_start_idx": 241, "html_attrs": { "attrs": [ "href" ], "values": [ "http://crown.co.za/latest-news/african-fusion-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 255, "char_start_idx": 241, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 278, "char_start_idx": 256, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "s5_mobile_sidebar_active", "/latest-news/capital-equipment-news-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 278, "char_start_idx": 256, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 306, "char_start_idx": 279, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/chemical-technology-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 279, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 325, "char_start_idx": 307, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/construction-world-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 325, "char_start_idx": 307, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 347, "char_start_idx": 326, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/electricity-control-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 347, "char_start_idx": 326, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 382, "char_start_idx": 348, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/housing-in-southern-africa-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 382, "char_start_idx": 348, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 401, "char_start_idx": 383, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/lighting-in-design-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 401, "char_start_idx": 383, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 431, "char_start_idx": 402, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/mechanical-technology-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 431, "char_start_idx": 402, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 447, "char_start_idx": 432, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/mechchem-africa-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 447, "char_start_idx": 432, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 461, "char_start_idx": 448, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/modern-mining-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 461, "char_start_idx": 448, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 478, "char_start_idx": 462, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/modern-quarrying-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 478, "char_start_idx": 462, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 501, "char_start_idx": 479, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/sparks-electrical-news-latest-news" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 501, "char_start_idx": 479, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 502, "char_start_idx": 233, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 502, "char_start_idx": 233, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_responsive_mobile_sidebar_sub" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 513, "char_start_idx": 502, "html_attrs": { "attrs": [ "href" ], "values": [ "/advertising" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 513, "char_start_idx": 502, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 513, "char_start_idx": 502, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 518, "char_start_idx": 514, "html_attrs": { "attrs": [ "href" ], "values": [ "/crown-blog" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 518, "char_start_idx": 514, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_sidebar_deeper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 518, "char_start_idx": 514, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "", "s5_responsive_mobile_sidebar_h3_click(this.id)" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 527, "char_start_idx": 519, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 527, "char_start_idx": 519, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 527, "char_start_idx": 519, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 535, "char_start_idx": 528, "html_attrs": { "attrs": [ "href" ], "values": [ "/contact" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 535, "char_start_idx": 528, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 535, "char_start_idx": 528, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 536, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_responsive_mobile_sidebar_menu_wrap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 536, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "s5_responsive_mobile_sidebar s5_responsive_mobile_sidebar_inner1 s5_responsive_mobile_sidebar_inner2", "s5_responsive_mobile_sidebar_hide_ltr s5_responsive_mobile_sidebar_light" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 536, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"/\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 540, "char_start_idx": 536, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 551, "char_start_idx": 540, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "S5_parent_subtext", "window.document.location.href=\"/\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 551, "char_start_idx": 536, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 551, "char_start_idx": 536, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 551, "char_start_idx": 536, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 561, "char_start_idx": 552, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"javascript:;\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 561, "char_start_idx": 552, "html_attrs": { "attrs": [ "href" ], "values": [ "javascript:;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 561, "char_start_idx": 552, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 561, "char_start_idx": 552, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 576, "char_start_idx": 562, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/african-fusion\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 576, "char_start_idx": 562, "html_attrs": { "attrs": [ "href" ], "values": [ "/african-fusion" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 576, "char_start_idx": 562, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 576, "char_start_idx": 562, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 599, "char_start_idx": 577, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/capital-equipment-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 599, "char_start_idx": 577, "html_attrs": { "attrs": [ "href" ], "values": [ "/capital-equipment-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 599, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 599, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 618, "char_start_idx": 600, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/construction-world\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 618, "char_start_idx": 600, "html_attrs": { "attrs": [ "href" ], "values": [ "/construction-world" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 618, "char_start_idx": 600, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 618, "char_start_idx": 600, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 640, "char_start_idx": 619, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/electricity-control\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 640, "char_start_idx": 619, "html_attrs": { "attrs": [ "href" ], "values": [ "/electricity-control" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 640, "char_start_idx": 619, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 640, "char_start_idx": 619, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 641, "char_start_idx": 561, "html_attrs": { "attrs": [ "style" ], "values": [ "float:left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 641, "char_start_idx": 552, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 650, "char_start_idx": 641, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"/handbooks\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 650, "char_start_idx": 641, "html_attrs": { "attrs": [ "href" ], "values": [ "/handbooks" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 650, "char_start_idx": 641, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 650, "char_start_idx": 641, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 650, "char_start_idx": 641, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 655, "char_start_idx": 651, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"javascript:;\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 655, "char_start_idx": 651, "html_attrs": { "attrs": [ "href" ], "values": [ "javascript:;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 672, "char_start_idx": 655, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "S5_parent_subtext", "window.document.location.href=\"javascript:;\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 672, "char_start_idx": 651, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 672, "char_start_idx": 651, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 680, "char_start_idx": 673, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/general\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 680, "char_start_idx": 673, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/general" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 680, "char_start_idx": 673, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 680, "char_start_idx": 673, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 695, "char_start_idx": 681, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"http://crown.co.za/latest-news/african-fusion-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 695, "char_start_idx": 681, "html_attrs": { "attrs": [ "href" ], "values": [ "http://crown.co.za/latest-news/african-fusion-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 695, "char_start_idx": 681, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 695, "char_start_idx": 681, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 718, "char_start_idx": 696, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/capital-equipment-news-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 718, "char_start_idx": 696, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/capital-equipment-news-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 718, "char_start_idx": 696, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item active" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 718, "char_start_idx": 696, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 746, "char_start_idx": 719, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/chemical-technology-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 746, "char_start_idx": 719, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/chemical-technology-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 746, "char_start_idx": 719, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 746, "char_start_idx": 719, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 765, "char_start_idx": 747, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/construction-world-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 765, "char_start_idx": 747, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/construction-world-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 765, "char_start_idx": 747, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 765, "char_start_idx": 747, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 787, "char_start_idx": 766, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/electricity-control-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 787, "char_start_idx": 766, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/electricity-control-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 787, "char_start_idx": 766, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 787, "char_start_idx": 766, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 822, "char_start_idx": 788, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/housing-in-southern-africa-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 822, "char_start_idx": 788, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/housing-in-southern-africa-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 822, "char_start_idx": 788, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 822, "char_start_idx": 788, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 823, "char_start_idx": 672, "html_attrs": { "attrs": [ "style" ], "values": [ "float:left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 841, "char_start_idx": 823, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/lighting-in-design-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 841, "char_start_idx": 823, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/lighting-in-design-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 841, "char_start_idx": 823, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 841, "char_start_idx": 823, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 871, "char_start_idx": 842, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/mechanical-technology-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 871, "char_start_idx": 842, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/mechanical-technology-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 871, "char_start_idx": 842, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 871, "char_start_idx": 842, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 887, "char_start_idx": 872, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/mechchem-africa-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 887, "char_start_idx": 872, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/mechchem-africa-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 887, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 887, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 901, "char_start_idx": 888, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/modern-mining-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 901, "char_start_idx": 888, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/modern-mining-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 901, "char_start_idx": 888, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 901, "char_start_idx": 888, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 918, "char_start_idx": 902, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/modern-quarrying-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 918, "char_start_idx": 902, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/modern-quarrying-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 918, "char_start_idx": 902, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 918, "char_start_idx": 902, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 941, "char_start_idx": 919, "html_attrs": { "attrs": [ "class", "onclick" ], "values": [ "s5_sub_a_span", "window.document.location.href=\"/latest-news/sparks-electrical-news-latest-news\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 941, "char_start_idx": 919, "html_attrs": { "attrs": [ "href" ], "values": [ "/latest-news/sparks-electrical-news-latest-news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 941, "char_start_idx": 919, "html_attrs": { "attrs": [ "class" ], "values": [ "S5_submenu_item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 941, "char_start_idx": 919, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 942, "char_start_idx": 823, "html_attrs": { "attrs": [ "style" ], "values": [ "float:left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 942, "char_start_idx": 651, "html_attrs": { "attrs": [ "class" ], "values": [ "active " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 953, "char_start_idx": 942, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"/advertising\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 953, "char_start_idx": 942, "html_attrs": { "attrs": [ "href" ], "values": [ "/advertising" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 953, "char_start_idx": 942, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 953, "char_start_idx": 942, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 953, "char_start_idx": 942, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 958, "char_start_idx": 954, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"/crown-blog\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 958, "char_start_idx": 954, "html_attrs": { "attrs": [ "href" ], "values": [ "/crown-blog" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 958, "char_start_idx": 954, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 958, "char_start_idx": 954, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 958, "char_start_idx": 954, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 967, "char_start_idx": 959, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"/about-us\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 967, "char_start_idx": 959, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 967, "char_start_idx": 959, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 967, "char_start_idx": 959, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 967, "char_start_idx": 959, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 975, "char_start_idx": 968, "html_attrs": { "attrs": [ "onclick" ], "values": [ "window.document.location.href=\"/contact\"" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 975, "char_start_idx": 968, "html_attrs": { "attrs": [ "href" ], "values": [ "/contact" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 975, "char_start_idx": 968, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 975, "char_start_idx": 968, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_level1_span1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 975, "char_start_idx": 968, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 976, "char_start_idx": 536, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "s5_nav", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 976, "char_start_idx": 536, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_menu_wrap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 976, "char_start_idx": 536, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_header_wrap" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 976, "char_start_idx": 536, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "s5_header_area1 s5_header_area2 s5_header_area_inner", "s5_wrap" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 976, "char_start_idx": 976, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "inLanguage", "en-GB" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "meta" }, { "char_end_idx": 1040, "char_start_idx": 976, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 1041, "char_start_idx": 976, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "h1" }, { "char_end_idx": 1041, "char_start_idx": 976, "html_attrs": { "attrs": [ "class" ], "values": [ "page-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 1316, "char_start_idx": 1041, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 1317, "char_start_idx": 1317, "html_attrs": { "attrs": [ "src", "alt", "style" ], "values": [ "/images/LatestNews/CapitalEquipmentNews/Crown_InfoLink.jpg", "Crown InfoLink", "margin: 4px 6px 6px; float: right;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1583, "char_start_idx": 1317, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2032, "char_start_idx": 1584, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2327, "char_start_idx": 2033, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2611, "char_start_idx": 2328, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2863, "char_start_idx": 2612, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3332, "char_start_idx": 2864, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3620, "char_start_idx": 3333, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3621, "char_start_idx": 1041, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "articleBody" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3621, "char_start_idx": 976, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "item-page", "", "http://schema.org/Article" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 3621, "char_start_idx": 976, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_component_call_wrap s5_component_call_wrap_inner" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3621, "char_start_idx": 976, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_component_wrap s5_component_wrap_inner" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3621, "char_start_idx": 976, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "s5_center_column_wrap s5_center_column_wrap_inner", "margin-left:25px; margin-right:20px;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3634, "char_start_idx": 3621, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "strong" }, { "char_end_idx": 3639, "char_start_idx": 3635, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3659, "char_start_idx": 3654, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3680, "char_start_idx": 3661, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "color: #000000;", "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3680, "char_start_idx": 3661, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #000000;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3686, "char_start_idx": 3681, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3707, "char_start_idx": 3704, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3752, "char_start_idx": 3726, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3757, "char_start_idx": 3753, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3780, "char_start_idx": 3775, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3802, "char_start_idx": 3782, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "color: #000000;", "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3802, "char_start_idx": 3782, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #000000;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3808, "char_start_idx": 3803, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3829, "char_start_idx": 3826, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3846, "char_start_idx": 3621, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "p" }, { "char_end_idx": 3847, "char_start_idx": 3621, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_outer custom" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 3621, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_module_box_2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 3621, "html_attrs": { "attrs": [ "class" ], "values": [ "module_round_box_outer module_round_box s5_module_box_1" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 3621, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "s5_left_wrap", "s5_float_left", "width:25px" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 3621, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "s5_left_column_wrap s5_left_column_wrap_inner", "s5_float_left", "width:25px" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 976, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_columns_wrap s5_columns_wrap_inner" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 976, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_center_area1 s5_center_area2 s5_center_area_inner" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 976, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "s5_middle_body_section s5_middle_body_section_inner", "s5_body_section s5_wrap" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 3847, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_module_box_1 s5_module_box_2" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3847, "char_start_idx": 3847, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "s5_pos_bottom_row3_1", "s5_float_left module_round_box_outer hide_mobile module_round_box-plain front-page-latest-news", "width:20%" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 3913, "char_start_idx": 3847, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "span" }, { "char_end_idx": 3913, "char_start_idx": 3847, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "/latest-news/capital-equipment-news-latest-news/9491-wirtgen-group-booth-at-bauma-2019-draws-record-number-of-visitors", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 20, "type": "local", "value": "a" }, { "char_end_idx": 3913, "char_start_idx": 3847, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "https://schema.org/Article" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 19, "type": "local", "value": "li" }, { "char_end_idx": 3966, "char_start_idx": 3913, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 3966, "char_start_idx": 3913, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "/latest-news/capital-equipment-news-latest-news/9490-cummins-helps-sany-become-a-powerhouse-oem-in-africa", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3966, "char_start_idx": 3913, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "https://schema.org/Article" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 4018, "char_start_idx": 3966, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 4018, "char_start_idx": 3966, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "/latest-news/capital-equipment-news-latest-news/9487-new-remote-control-system-launch-for-bobcat-loaders", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 4018, "char_start_idx": 3966, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "https://schema.org/Article" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 4089, "char_start_idx": 4018, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 4089, "char_start_idx": 4018, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "/latest-news/capital-equipment-news-latest-news/9486-comansa-announces-new-addition-to-its-large-flat-top-tower-crane-range", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 4089, "char_start_idx": 4018, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "https://schema.org/Article" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 4089, "char_start_idx": 3847, "html_attrs": { "attrs": [ "class" ], "values": [ "latestnews-plain front-page-latest-news mod-list" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 18, "type": "local", "value": "ul" }, { "char_end_idx": 4089, "char_start_idx": 3847, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_outer-plain front-page-latest-news" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 4089, "char_start_idx": 3847, "html_attrs": { "attrs": [ "class" ], "values": [ "s5_module_box_1 s5_module_box_2" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 4089, "char_start_idx": 3847, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "s5_pos_bottom_row3_3", "s5_float_left module_round_box_outer hide_mobile module_round_box-plain front-page-latest-news", "width:50%" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 4089, "char_start_idx": 3847, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_bottom_row3_wrap s5_bottom_row3 s5_bottom_row3_inner" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 4089, "char_start_idx": 3847, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_bottom_row3_area1 s5_bottom_row3_area2 s5_bottom_row3_area_inner" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 4166, "char_start_idx": 4150, "html_attrs": { "attrs": [ "href", "title", "target", "class" ], "values": [ "http://www.shape5.com/", "Visit Shape5.com Joomla Template Club", "blank", "footerc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4167, "char_start_idx": 4089, "html_attrs": { "attrs": [ "class" ], "values": [ "footerc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 4167, "char_start_idx": 4089, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 4167, "char_start_idx": 4089, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_footer_area1 s5_footer_area2 s5_footer_area_inner" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 4167, "char_start_idx": 3847, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "s5_footer_body_section s5_footer_body_section_inner", "s5_body_section s5_wrap" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 4167, "char_start_idx": 536, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_body_padding" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4167, "char_start_idx": 536, "html_attrs": { "attrs": [ "id" ], "values": [ "s5_responsive_mobile_sidebar_body_wrap s5_responsive_mobile_sidebar_body_wrap_inner" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4167, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "s5_body", "capital-equipment-news-latest-news" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "key": "paragraph", "marker": "h3", "type": "local", "value": "Home" }, { "char_end_idx": 14, "char_start_idx": 4, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nMagazines" }, { "char_end_idx": 29, "char_start_idx": 14, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAfrican Fusion" }, { "char_end_idx": 52, "char_start_idx": 29, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCapital Equipment News" }, { "char_end_idx": 71, "char_start_idx": 52, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConstruction World" }, { "char_end_idx": 93, "char_start_idx": 71, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElectricity + Control" }, { "char_end_idx": 112, "char_start_idx": 93, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLighting in Design" }, { "char_end_idx": 128, "char_start_idx": 112, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMechChem Africa" }, { "char_end_idx": 142, "char_start_idx": 128, "key": "paragraph", "marker": "li", "type": "local", "value": "\nModern Mining" }, { "char_end_idx": 159, "char_start_idx": 142, "key": "paragraph", "marker": "li", "type": "local", "value": "\nModern Quarrying" }, { "char_end_idx": 182, "char_start_idx": 159, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSparks Electrical News" }, { "char_end_idx": 217, "char_start_idx": 182, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHousing in Southern Africa Archive" }, { "char_end_idx": 218, "char_start_idx": 217, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 227, "char_start_idx": 218, "key": "paragraph", "marker": "h3", "type": "local", "value": "Handbooks" }, { "char_end_idx": 232, "char_start_idx": 227, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nNews" }, { "char_end_idx": 240, "char_start_idx": 232, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGeneral" }, { "char_end_idx": 255, "char_start_idx": 240, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAfrican Fusion" }, { "char_end_idx": 278, "char_start_idx": 255, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCapital Equipment News" }, { "char_end_idx": 306, "char_start_idx": 278, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChemical Technology Archive" }, { "char_end_idx": 325, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConstruction World" }, { "char_end_idx": 347, "char_start_idx": 325, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElectricity + Control" }, { "char_end_idx": 382, "char_start_idx": 347, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHousing in Southern Africa Archive" }, { "char_end_idx": 401, "char_start_idx": 382, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLighting in Design" }, { "char_end_idx": 431, "char_start_idx": 401, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMechanical Technology Archive" }, { "char_end_idx": 447, "char_start_idx": 431, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMechChem Africa" }, { "char_end_idx": 461, "char_start_idx": 447, "key": "paragraph", "marker": "li", "type": "local", "value": "\nModern Mining" }, { "char_end_idx": 478, "char_start_idx": 461, "key": "paragraph", "marker": "li", "type": "local", "value": "\nModern Quarrying" }, { "char_end_idx": 501, "char_start_idx": 478, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSparks Electrical News" }, { "char_end_idx": 502, "char_start_idx": 501, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 513, "char_start_idx": 502, "key": "paragraph", "marker": "h3", "type": "local", "value": "Advertising" }, { "char_end_idx": 518, "char_start_idx": 513, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nBlog" }, { "char_end_idx": 527, "char_start_idx": 518, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nAbout Us" }, { "char_end_idx": 535, "char_start_idx": 527, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nContact" }, { "char_end_idx": 536, "char_start_idx": 535, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 551, "char_start_idx": 536, "key": "paragraph", "marker": "li", "type": "local", "value": "HomeReturn Home" }, { "char_end_idx": 576, "char_start_idx": 551, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMagazines\nAfrican Fusion" }, { "char_end_idx": 599, "char_start_idx": 576, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCapital Equipment News" }, { "char_end_idx": 618, "char_start_idx": 599, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConstruction World" }, { "char_end_idx": 640, "char_start_idx": 618, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElectricity + Control" }, { "char_end_idx": 641, "char_start_idx": 640, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 650, "char_start_idx": 641, "key": "paragraph", "marker": "li", "type": "local", "value": "Handbooks" }, { "char_end_idx": 680, "char_start_idx": 650, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNewsTools and Modules\nGeneral" }, { "char_end_idx": 695, "char_start_idx": 680, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAfrican Fusion" }, { "char_end_idx": 718, "char_start_idx": 695, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCapital Equipment News" }, { "char_end_idx": 746, "char_start_idx": 718, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChemical Technology Archive" }, { "char_end_idx": 765, "char_start_idx": 746, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConstruction World" }, { "char_end_idx": 787, "char_start_idx": 765, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElectricity + Control" }, { "char_end_idx": 822, "char_start_idx": 787, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHousing in Southern Africa Archive" }, { "char_end_idx": 823, "char_start_idx": 822, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 841, "char_start_idx": 823, "key": "paragraph", "marker": "li", "type": "local", "value": "Lighting in Design" }, { "char_end_idx": 871, "char_start_idx": 841, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMechanical Technology Archive" }, { "char_end_idx": 887, "char_start_idx": 871, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMechChem Africa" }, { "char_end_idx": 901, "char_start_idx": 887, "key": "paragraph", "marker": "li", "type": "local", "value": "\nModern Mining" }, { "char_end_idx": 918, "char_start_idx": 901, "key": "paragraph", "marker": "li", "type": "local", "value": "\nModern Quarrying" }, { "char_end_idx": 941, "char_start_idx": 918, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSparks Electrical News" }, { "char_end_idx": 942, "char_start_idx": 941, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 953, "char_start_idx": 942, "key": "paragraph", "marker": "li", "type": "local", "value": "Advertising" }, { "char_end_idx": 958, "char_start_idx": 953, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog" }, { "char_end_idx": 967, "char_start_idx": 958, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout Us" }, { "char_end_idx": 975, "char_start_idx": 967, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 976, "char_start_idx": 975, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1041, "char_start_idx": 976, "key": "paragraph", "marker": "h1", "type": "local", "value": "Crown’s InfoLink helps reduce maintenance and repair bill by 90%\n" }, { "char_end_idx": 1317, "char_start_idx": 1041, "key": "paragraph", "marker": "p", "type": "local", "value": "Leading materials handling equipment solutions provider, Goscor Lift Truck Company, has launched in South Africa Crown’s InfoLink, a wireless operator and fleet management solution that puts the power of accurate, up-to-date business metrics right at management’s fingertips.\n" }, { "char_end_idx": 1584, "char_start_idx": 1317, "key": "paragraph", "marker": "p", "type": "local", "value": "In 2013, InfoLink received the International Forklift of the Year Award in the “Forklift Truck Solutions” category for revolutionising materials handling technology for well-known UK office supplies wholesaler Spicers by reducing maintenance and repair costs by 90%.\n" }, { "char_end_idx": 2033, "char_start_idx": 1584, "key": "paragraph", "marker": "p", "type": "local", "value": "Another overseas example comes from Spanish express logistics provider, Palibex, whose systems director Guillermo Cagigas says, “InfoLink has helped us to optimise our entire MHE fleet and streamline our operations by giving us a clear, daily overview of the time each lift truck is in use, the number of metres covered, how long each battery lasts, as well as impacts, so we can ensure both trucks and merchandise are treated with utmost respect.”\n" }, { "char_end_idx": 2328, "char_start_idx": 2033, "key": "paragraph", "marker": "p", "type": "local", "value": "In essence, InfoLink helps customers monitor and manage the efficient use of the forklift fleet and total operations by delivering actionable data through content-rich, interactive dashboards that help fleet managers focus on real opportunities and avoid wasted time deciphering mounds of data.\n" }, { "char_end_idx": 2612, "char_start_idx": 2328, "key": "paragraph", "marker": "p", "type": "local", "value": "Darryl Shafto, Goscor Lift Truck MD says InfoLink enables greater efficiency of the fleet, giving a complete overview of equipment usage. “Also, because of the inclusion of safety-related impact monitoring, the operators drive more carefully, resulting in significantly less damage.”\n" }, { "char_end_idx": 2864, "char_start_idx": 2612, "key": "paragraph", "marker": "p", "type": "local", "value": "Apart from impact monitoring and history, InfoLink, through its user-friendly interface, provides management fleet-wide visibility into an array of other operator and fleet information, such as battery usage, truck utilisation, service needs and more.\n" }, { "char_end_idx": 3333, "char_start_idx": 2864, "key": "paragraph", "marker": "p", "type": "local", "value": "Shafto says that in this age where technology can assist warehouse operators to save a lot of money, Crown’s range of technological solutions stand out in the industry. “Globally, Crown has helped its customers gain a revolutionary perspective on their fleets by connecting the machines, operators and facilities to create a uniquely integrated and efficient operation. This technology will help fleet owners reduce the total cost of ownership significantly,” he adds.\n" }, { "char_end_idx": 3621, "char_start_idx": 3333, "key": "paragraph", "marker": "p", "type": "local", "value": "Goscor Lift Truck Company has been supplying Crown manufactured forklifts into the South African market for over 30 years. Crown’s successful implementation of the on-board technology in many markets across the world, will enable Goscor to offer and fully support the technology locally.\n" }, { "char_end_idx": 3726, "char_start_idx": 3621, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Title: Editor\nName: Munesu Shoko\nEmail: [email protected]\nPhone: +27 11 622-4770\nFax: +27 11 615-6108\n\n" }, { "char_end_idx": 3847, "char_start_idx": 3726, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Title: Advertising Manager\nName: Elmarie Stonell\nEmail: [email protected]\nPhone: +27 11 622-4770\nFax: +27 11 615-6108\n" }, { "char_end_idx": 3913, "char_start_idx": 3847, "key": "paragraph", "marker": "li", "type": "local", "value": "Wirtgen Group booth at bauma 2019 draws record number of visitors\n" }, { "char_end_idx": 3966, "char_start_idx": 3913, "key": "paragraph", "marker": "li", "type": "local", "value": "Cummins helps SANY become a powerhouse OEM in Africa\n" }, { "char_end_idx": 4018, "char_start_idx": 3966, "key": "paragraph", "marker": "li", "type": "local", "value": "New remote control system launch for Bobcat loaders\n" }, { "char_end_idx": 4089, "char_start_idx": 4018, "key": "paragraph", "marker": "ul", "type": "local", "value": "Comansa announces new addition to its large flat-top tower crane range\n" }, { "char_end_idx": 4167, "char_start_idx": 4089, "key": "paragraph", "marker": "div", "type": "local", "value": "Copyright © 2019. Crown Publications. Designed by Shape5.com Joomla Templates\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Crown’s InfoLink helps reduce maintenance and repair bill by 90%" } ]
[ { "key": "url", "type": "global", "value": "http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90" } ]
[]
Home Magazines African Fusion Capital Equipment News Construction World Electricity + Control Lighting in Design MechChem Africa Modern Mining Modern Quarrying Sparks Electrical News Housing in Southern Africa Archive Handbooks News General African Fusion Capital Equipment News Chemical Technology Archive Construction World Electricity + Control Housing in Southern Africa Archive Lighting in Design Mechanical Technology Archive MechChem Africa Modern Mining Modern Quarrying Sparks Electrical News Advertising Blog About Us Contact HomeReturn Home Magazines African Fusion Capital Equipment News Construction World Electricity + Control Handbooks NewsTools and Modules General African Fusion Capital Equipment News Chemical Technology Archive Construction World Electricity + Control Housing in Southern Africa Archive Lighting in Design Mechanical Technology Archive MechChem Africa Modern Mining Modern Quarrying Sparks Electrical News Advertising Blog About Us Contact Crown’s InfoLink helps reduce maintenance and repair bill by 90% Leading materials handling equipment solutions provider, Goscor Lift Truck Company, has launched in South Africa Crown’s InfoLink, a wireless operator and fleet management solution that puts the power of accurate, up-to-date business metrics right at management’s fingertips. In 2013, InfoLink received the International Forklift of the Year Award in the “Forklift Truck Solutions” category for revolutionising materials handling technology for well-known UK office supplies wholesaler Spicers by reducing maintenance and repair costs by 90%. Another overseas example comes from Spanish express logistics provider, Palibex, whose systems director Guillermo Cagigas says, “InfoLink has helped us to optimise our entire MHE fleet and streamline our operations by giving us a clear, daily overview of the time each lift truck is in use, the number of metres covered, how long each battery lasts, as well as impacts, so we can ensure both trucks and merchandise are treated with utmost respect.” In essence, InfoLink helps customers monitor and manage the efficient use of the forklift fleet and total operations by delivering actionable data through content-rich, interactive dashboards that help fleet managers focus on real opportunities and avoid wasted time deciphering mounds of data. Darryl Shafto, Goscor Lift Truck MD says InfoLink enables greater efficiency of the fleet, giving a complete overview of equipment usage. “Also, because of the inclusion of safety-related impact monitoring, the operators drive more carefully, resulting in significantly less damage.” Apart from impact monitoring and history, InfoLink, through its user-friendly interface, provides management fleet-wide visibility into an array of other operator and fleet information, such as battery usage, truck utilisation, service needs and more. Shafto says that in this age where technology can assist warehouse operators to save a lot of money, Crown’s range of technological solutions stand out in the industry. “Globally, Crown has helped its customers gain a revolutionary perspective on their fleets by connecting the machines, operators and facilities to create a uniquely integrated and efficient operation. This technology will help fleet owners reduce the total cost of ownership significantly,” he adds. Goscor Lift Truck Company has been supplying Crown manufactured forklifts into the South African market for over 30 years. Crown’s successful implementation of the on-board technology in many markets across the world, will enable Goscor to offer and fully support the technology locally. Title: Editor Name: Munesu Shoko Email: [email protected] Phone: +27 11 622-4770 Fax: +27 11 615-6108 Title: Advertising Manager Name: Elmarie Stonell Email: [email protected] Phone: +27 11 622-4770 Fax: +27 11 615-6108 Wirtgen Group booth at bauma 2019 draws record number of visitors Cummins helps SANY become a powerhouse OEM in Africa New remote control system launch for Bobcat loaders Comansa announces new addition to its large flat-top tower crane range Copyright © 2019. Crown Publications. Designed by Shape5.com Joomla Templates
http://crown.co.za/latest-news/capital-equipment-news-latest-news/6652-crown-s-infolink-helps-reduce-maintenance-and-repair-bill-by-90
[ { "char_end_idx": 142, "char_start_idx": 129, "key": "entity", "type": "local", "value": "Coal_mining" }, { "char_end_idx": 209, "char_start_idx": 194, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 232, "char_start_idx": 228, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 374, "char_start_idx": 359, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 461, "char_start_idx": 448, "key": "entity", "type": "local", "value": "Coal_mining" }, { "char_end_idx": 527, "char_start_idx": 525, "key": "entity", "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 814, "char_start_idx": 799, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 901, "char_start_idx": 888, "key": "entity", "type": "local", "value": "Coal_mining" }, { "char_end_idx": 967, "char_start_idx": 965, "key": "entity", "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 1153, "char_start_idx": 1141, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 1170, "char_start_idx": 1162, "key": "entity", "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 1334, "char_start_idx": 1326, "key": "entity", "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 1499, "char_start_idx": 1497, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1534, "char_start_idx": 1527, "key": "entity", "type": "local", "value": "Worshipful_Company_of_Grocers" }, { "char_end_idx": 1627, "char_start_idx": 1620, "key": "entity", "type": "local", "value": "Spain" }, { "char_end_idx": 1721, "char_start_idx": 1713, "key": "entity", "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 1762, "char_start_idx": 1759, "key": "entity", "type": "local", "value": "Hereditary_multiple_exostoses" }, { "char_end_idx": 2053, "char_start_idx": 2045, "key": "entity", "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 2377, "char_start_idx": 2369, "key": "entity", "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 2662, "char_start_idx": 2654, "key": "entity", "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 2870, "char_start_idx": 2864, "key": "entity", "type": "local", "value": "Shafto_family" }, { "char_end_idx": 2970, "char_start_idx": 2965, "key": "entity", "type": "local", "value": "Toyota_Crown" }, { "char_end_idx": 3049, "char_start_idx": 3044, "key": "entity", "type": "local", "value": "The_Crown" }, { "char_end_idx": 3383, "char_start_idx": 3378, "key": "entity", "type": "local", "value": "The_Crown" }, { "char_end_idx": 3429, "char_start_idx": 3416, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 3860, "char_start_idx": 3847, "key": "entity", "type": "local", "value": "Wirtgen_Group" }, { "char_end_idx": 3920, "char_start_idx": 3913, "key": "entity", "type": "local", "value": "Cummins" }, { "char_end_idx": 3931, "char_start_idx": 3927, "key": "entity", "type": "local", "value": "Sany" }, { "char_end_idx": 3965, "char_start_idx": 3959, "key": "entity", "type": "local", "value": "Africa" }, { "char_end_idx": 4009, "char_start_idx": 4003, "key": "entity", "type": "local", "value": "Bobcat" } ]
[ { "char_end_idx": 142, "char_start_idx": 128, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Coal_mining" }, { "char_end_idx": 217, "char_start_idx": 182, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_Africa" }, { "char_end_idx": 232, "char_start_idx": 227, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 382, "char_start_idx": 347, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_Africa" }, { "char_end_idx": 461, "char_start_idx": 447, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Coal_mining" }, { "char_end_idx": 527, "char_start_idx": 518, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 822, "char_start_idx": 787, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_Africa" }, { "char_end_idx": 901, "char_start_idx": 887, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Coal_mining" }, { "char_end_idx": 967, "char_start_idx": 958, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 1317, "char_start_idx": 1041, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_Africa" }, { "char_end_idx": 1317, "char_start_idx": 1041, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 1584, "char_start_idx": 1317, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 1584, "char_start_idx": 1317, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1584, "char_start_idx": 1317, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Worshipful_Company_of_Grocers" }, { "char_end_idx": 2033, "char_start_idx": 1584, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spain" }, { "char_end_idx": 2033, "char_start_idx": 1584, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 2033, "char_start_idx": 1584, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Hereditary_multiple_exostoses" }, { "char_end_idx": 2328, "char_start_idx": 2033, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 2612, "char_start_idx": 2328, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 2864, "char_start_idx": 2612, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ReadyBoost" }, { "char_end_idx": 3333, "char_start_idx": 2864, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Shafto_family" }, { "char_end_idx": 3333, "char_start_idx": 2864, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Toyota_Crown" }, { "char_end_idx": 3333, "char_start_idx": 2864, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "The_Crown" }, { "char_end_idx": 3621, "char_start_idx": 3333, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "The_Crown" }, { "char_end_idx": 3621, "char_start_idx": 3333, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "South_Africa" }, { "char_end_idx": 3913, "char_start_idx": 3847, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wirtgen_Group" }, { "char_end_idx": 3966, "char_start_idx": 3913, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cummins" }, { "char_end_idx": 3966, "char_start_idx": 3913, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Sany" }, { "char_end_idx": 3966, "char_start_idx": 3913, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Africa" }, { "char_end_idx": 4018, "char_start_idx": 3966, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bobcat" } ]
0
193
1555978380000
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://www.beckleychiropractic.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://www.beckleychiropractic.com/wp-content/themes/bb-theme/js/html5shiv.js"></script> <script src="https://www.beckleychiropractic.com/wp-content/themes/bb-theme/js/respond.min.js"></script> <![endif]--> <title>Biofreeze 360 Spray &#8211; 4 oz. &#8211; Beckley Chiropractic</title> <script>window._wca = window._wca || [];</script> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Beckley Chiropractic &raquo; Feed" href="https://www.beckleychiropractic.com/feed/" /> <link rel="alternate" type="text/calendar" title="Beckley Chiropractic &raquo; iCal Feed" href="https://www.beckleychiropractic.com/events/?ical=1" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.beckleychiropractic.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5fa441f20dd0bd45d0b223ff5067233f"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='font-awesome-css' href='https://www.beckleychiropractic.com/wp-content/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='menu-icons-extra-css' href='https://www.beckleychiropractic.com/wp-content/plugins/menu-icons/css/extra.min.css?ver=0.11.4' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://c0.wp.com/c/5.1.1/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wc-block-style-css' href='https://www.beckleychiropractic.com/wp-content/plugins/woo-gutenberg-products-block/build/style.css?ver=2.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-plugin-styles-css' href='https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/public.css?ver=4.3.9' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-font-awesome-css' href='https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/font-awesome.css?ver=4.3.9' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-animate-css' href='https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/animate.css?ver=4.3.9' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-popup-styles-css' href='https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/popup/magnific-popup.css?ver=4.3.9' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-css' href='https://c0.wp.com/p/woocommerce/3.6.1/assets/css/photoswipe/photoswipe.css' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-default-skin-css' href='https://c0.wp.com/p/woocommerce/3.6.1/assets/css/photoswipe/default-skin/default-skin.css' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://c0.wp.com/p/woocommerce/3.6.1/assets/css/woocommerce-layout.css' type='text/css' media='all' /> <style id='woocommerce-layout-inline-css' type='text/css'> .infinite-scroll .woocommerce-pagination { display: none; } </style> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://c0.wp.com/p/woocommerce/3.6.1/assets/css/woocommerce-smallscreen.css' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://c0.wp.com/p/woocommerce/3.6.1/assets/css/woocommerce.css' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='bbhf-style-css' href='https://www.beckleychiropractic.com/wp-content/plugins/bb-header-footer/assets/css/bb-header-footer.css?ver=1.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='mono-social-icons-css' href='https://www.beckleychiropractic.com/wp-content/themes/bb-theme/css/mono-social-icons.css?ver=1.6.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-magnificpopup-css' href='https://www.beckleychiropractic.com/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.2.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://www.beckleychiropractic.com/wp-content/themes/bb-theme/css/bootstrap.min.css?ver=1.6.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='fl-automator-skin-css' href='https://www.beckleychiropractic.com/wp-content/uploads/bb-theme/skin-5b5f20cb3b20b.css?ver=1.6.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://www.beckleychiropractic.com/wp-content/plugins/bbpowerpack/assets/css/animate.min.css?ver=3.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='fl-builder-google-fonts-cb9a98c21a55b73e40d5c7819dff8d3c-css' href='https://fonts.googleapis.com/css?family=Raleway%3A300%2C400%2C700%2C500&#038;ver=5fa441f20dd0bd45d0b223ff5067233f' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/7.2.1/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var uabb = {"ajax_url":"https:\/\/www.beckleychiropractic.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/c/5.1.1/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.1.1/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/popup/jquery.magnific-popup.min.js?ver=4.3.9'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/js/jquery.cookie.js?ver=4.3.9'></script> <script type='text/javascript'> /* <![CDATA[ */ var public_ajax = {"ajax_url":"https:\/\/www.beckleychiropractic.com\/wp-admin\/admin-ajax.php"}; var public_ajax = {"ajax_url":"https:\/\/www.beckleychiropractic.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/js/public.js?ver=4.3.9'></script> <link rel='https://api.w.org/' href='https://www.beckleychiropractic.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.beckleychiropractic.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.beckleychiropractic.com/wp-includes/wlwmanifest.xml" /> <link rel="canonical" href="https://www.beckleychiropractic.com/product/biofreeze-360-spray-4-oz/" /> <link rel="alternate" type="application/json+oembed" href="https://www.beckleychiropractic.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.beckleychiropractic.com%2Fproduct%2Fbiofreeze-360-spray-4-oz%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.beckleychiropractic.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.beckleychiropractic.com%2Fproduct%2Fbiofreeze-360-spray-4-oz%2F&#038;format=xml" /> <style> form[class*="fl-builder-pp-"] .fl-lightbox-header h1:before { content: "PowerPack "; position: relative; display: inline-block; margin-right: 5px; } </style> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','gaplusu'); gaplusu('create', 'UA-115662183-1', 'auto'); gaplusu('send', 'pageview'); </script> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.beckleychiropractic.com/?wordfence_lh=1&hid=4A7AECCB6EA2B820D1F7ABA811041BC0'); </script><meta name="et-api-version" content="v1"><meta name="et-api-origin" content="https://www.beckleychiropractic.com"><link rel="https://theeventscalendar.com/" href="https://www.beckleychiropractic.com/wp-json/tribe/tickets/v1/" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://www.beckleychiropractic.com"><link rel="https://theeventscalendar.com/" href="https://www.beckleychiropractic.com/wp-json/tribe/events/v1/" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//c0.wp.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css"> /* If html does not have either class, do not show lazy loaded images. */ html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image { display: none; } </style> <script> document.documentElement.classList.add( 'jetpack-lazy-images-js-enabled' ); </script> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Biofreeze 360 Spray &#8211; 4 oz." /> <meta property="og:url" content="https://www.beckleychiropractic.com/product/biofreeze-360-spray-4-oz/" /> <meta property="og:description" content="Biofreeze 360° Spray delivers the #1 clinically recommended topical analgesic using the best spray technology on the market today—it works from any angle, even upside down. It’s often difficult for…" /> <meta property="article:published_time" content="2015-07-20T19:32:24+00:00" /> <meta property="article:modified_time" content="2015-07-20T19:32:24+00:00" /> <meta property="og:site_name" content="Beckley Chiropractic" /> <meta property="og:image" content="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=350%2C350&amp;ssl=1" /> <meta property="og:image:width" content="350" /> <meta property="og:image:height" content="350" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:text:title" content="Biofreeze 360 Spray &#8211; 4 oz." /> <meta name="twitter:image" content="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=350%2C350&#038;ssl=1&#038;w=640" /> <meta name="twitter:card" content="summary_large_image" /> <!-- End Jetpack Open Graph Tags --> <link rel="icon" href="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&#038;ssl=1" /> <script async src='https://stats.wp.com/s-201917.js'></script> <link rel="stylesheet" href="https://www.beckleychiropractic.com/wp-content/themes/beckley-child-theme/style.css" /></head> <body class="product-template-default single single-product postid-801 woocommerce woocommerce-page woocommerce-no-js tribe-no-js dhf-header dhf-footer bhf-shrink-header dhf-template-beaver-builder-theme dhf-stylesheet-beckley-child-theme fl-preset-default fl-full-width fl-scroll-to-top woo-4" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div class="fl-page"> <header class="fl-page-header fl-page-header-fixed fl-page-nav-right fl-page-nav-toggle-button fl-page-nav-toggle-visible-mobile"> <div class="fl-page-header-wrap"> <div class="fl-page-header-container container"> <div class="fl-page-header-row row"> <div class="fl-page-logo-wrap col-md-3 col-sm-12"> <div class="fl-page-header-logo"> <a href="https://www.beckleychiropractic.com/"><img class="fl-logo-img" itemscope itemtype="https://schema.org/ImageObject" src="http://www.beckleychiropractic.com/wp-content/uploads/2015/06/Logo-260x100.png" data-retina="http://www.beckleychiropractic.com/wp-content/uploads/2015/06/Logo-260x100.png" alt="Beckley Chiropractic" /><meta itemprop="name" content="Beckley Chiropractic" /></a> </div> </div> <div class="fl-page-fixed-nav-wrap col-md-9 col-sm-12"> <div class="fl-page-nav-wrap"> <nav class="fl-page-nav fl-nav navbar navbar-default" role="navigation" aria-label="Header Menu"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".fl-page-nav-collapse"> <span>Menu</span> </button> <div class="fl-page-nav-collapse collapse navbar-collapse"> <ul id="menu-header" class="nav navbar-nav navbar-right menu"><li id="menu-item-1976" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1976"><a href="http://www.beckleychiropractic.com">Home</a></li> <li id="menu-item-1982" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1982"><a href="https://www.beckleychiropractic.com/about/">About</a></li> <li id="menu-item-1977" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1977"><a href="https://www.beckleychiropractic.com/chiropractic/">Chiropractic</a></li> <li id="menu-item-1978" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1978"><a href="https://www.beckleychiropractic.com/yoga/">Yoga</a></li> <li id="menu-item-1979" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1979"><a href="https://www.beckleychiropractic.com/massage/">Massage</a></li> <li id="menu-item-3870" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3870"><a href="https://www.beckleychiropractic.com/new-patients/">New Patients</a></li> <li id="menu-item-1981" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-1981"><a href="https://www.beckleychiropractic.com/products/">Products</a></li> <li id="menu-item-1980" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1980"><a href="https://www.beckleychiropractic.com/contact/">Contact</a></li> <li id="menu-item-3894" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3894"><a href="https://www.beckleychiropractic.com/cart/">Cart</a></li> </ul> </div> </nav> </div> </div> </div> </div> </div> </header><!-- .fl-page-header-fixed --> <header id="masthead" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <p class="main-title bhf-hidden" itemprop="headline"><a href="https://www.beckleychiropractic.com" title="Beckley Chiropractic" rel="home">Beckley Chiropractic</a></p> <link rel='stylesheet' id='fl-builder-google-fonts-cafc45eb1ed37c7dc8e67f2e0f4e0fdf-css' href='//fonts.googleapis.com/css?family=Raleway%3A500&#038;ver=5fa441f20dd0bd45d0b223ff5067233f' type='text/css' media='all' /> <link rel='stylesheet' id='fl-builder-layout-1966-css' href='https://www.beckleychiropractic.com/wp-content/uploads/bb-plugin/cache/1966-layout.css?ver=4d51a00243bb40c065b707aad54930b9' type='text/css' media='all' /> <div class="fl-builder-content fl-builder-content-1966 fl-builder-global-templates-locked" data-post-id="1966"><div class="fl-row fl-row-fixed-width fl-row-bg-none fl-node-59572f6130a20" data-node="59572f6130a20"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-top-row-separator" > </div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-59572f6132081 fl-col-group-equal-height fl-col-group-align-center" data-node="59572f6132081"> <div class="fl-col fl-node-59572f6132169 fl-col-small" data-node="59572f6132169"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-59572f6816f08" data-node="59572f6816f08"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="http://www.beckleychiropractic.com/" target="_self" itemprop="url"> <img class="fl-photo-img wp-image-538" src="http://www.beckleychiropractic.com/wp-content/uploads/2015/06/Logo-260x100.png" alt="Logo 260x100" itemprop="image" title="Logo 260x100" /> </a> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-59572f61321a8" data-node="59572f61321a8"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-menu fl-node-59572f90e8458" data-node="59572f90e8458"> <div class="fl-module-content fl-node-content"> <div class="fl-menu fl-menu-accordion-collapse fl-menu-responsive-toggle-mobile"> <button class="fl-menu-mobile-toggle hamburger" aria-label="Menu"><span class="svg-container"><svg version="1.1" class="hamburger-menu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"> <rect class="fl-hamburger-menu-top" width="512" height="102"/> <rect class="fl-hamburger-menu-middle" y="205" width="512" height="102"/> <rect class="fl-hamburger-menu-bottom" y="410" width="512" height="102"/> </svg> </span></button> <div class="fl-clear"></div> <ul id="menu-header-1" class="menu fl-menu-horizontal fl-toggle-none"><li id="menu-item-1976" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home"><a href="http://www.beckleychiropractic.com">Home</a></li> <li id="menu-item-1982" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.beckleychiropractic.com/about/">About</a></li> <li id="menu-item-1977" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.beckleychiropractic.com/chiropractic/">Chiropractic</a></li> <li id="menu-item-1978" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.beckleychiropractic.com/yoga/">Yoga</a></li> <li id="menu-item-1979" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.beckleychiropractic.com/massage/">Massage</a></li> <li id="menu-item-3870" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.beckleychiropractic.com/new-patients/">New Patients</a></li> <li id="menu-item-1981" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent"><a href="https://www.beckleychiropractic.com/products/">Products</a></li> <li id="menu-item-1980" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.beckleychiropractic.com/contact/">Contact</a></li> <li id="menu-item-3894" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.beckleychiropractic.com/cart/">Cart</a></li> </ul></div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div class="uabb-js-breakpoint" style="display: none;"></div> </header> <div class="fl-page-content" itemprop="mainContentOfPage"> <div class="container"><div class="row"><div class="fl-content col-md-12"><nav class="woocommerce-breadcrumb"><a href="https://www.beckleychiropractic.com">Home</a>&nbsp;&#47;&nbsp;<a href="https://www.beckleychiropractic.com/product-category/biofreeze/">Biofreeze</a>&nbsp;&#47;&nbsp;Biofreeze 360 Spray &#8211; 4 oz.</nav> <div class="woocommerce-notices-wrapper"></div><div id="product-801" class="product type-product post-801 status-publish first instock product_cat-biofreeze has-post-thumbnail taxable shipping-taxable purchasable product-type-simple"> <div class="woocommerce-product-gallery woocommerce-product-gallery--with-images woocommerce-product-gallery--columns-4 images" data-columns="4" style="opacity: 0; transition: opacity .25s ease-in-out;"> <figure class="woocommerce-product-gallery__wrapper"> <div data-thumb="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=100%2C100&#038;ssl=1" data-thumb-alt="" class="woocommerce-product-gallery__image"><a href="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=350%2C350&#038;ssl=1"><img width="250" height="250" src="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=250%2C250&amp;ssl=1" class="wp-post-image jetpack-lazy-image" alt="" title="biofreeze 360" data-caption="" data-src="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=350%2C350&#038;ssl=1" data-large_image="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=350%2C350&#038;ssl=1" data-large_image_width="350" data-large_image_height="350" data-lazy-srcset="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?w=350&amp;ssl=1 350w, https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?resize=180%2C180&amp;ssl=1 180w" data-lazy-sizes="(max-width: 250px) 100vw, 250px" data-lazy-src="https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=250%2C250&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a></div> </figure> </div> <div class="summary entry-summary"> <h1 class="product_title entry-title">Biofreeze 360 Spray &#8211; 4 oz.</h1><p class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>16.00</span></p> <form class="cart" action="https://www.beckleychiropractic.com/product/biofreeze-360-spray-4-oz/" method="post" enctype='multipart/form-data'> <div class="quantity"> <label class="screen-reader-text" for="quantity_5cbe588c40056">Biofreeze 360 Spray - 4 oz. quantity</label> <input type="number" id="quantity_5cbe588c40056" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" inputmode="numeric" /> </div> <button type="submit" name="add-to-cart" value="801" class="single_add_to_cart_button button alt">Add to cart</button> </form> <div class="product_meta"> <span class="posted_in">Category: <a href="https://www.beckleychiropractic.com/product-category/biofreeze/" rel="tag">Biofreeze</a></span> </div> </div> <div class="woocommerce-tabs wc-tabs-wrapper"> <ul class="tabs wc-tabs" role="tablist"> <li class="description_tab" id="tab-title-description" role="tab" aria-controls="tab-description"> <a href="#tab-description">Description</a> </li> </ul> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab" id="tab-description" role="tabpanel" aria-labelledby="tab-title-description"> <h2>Description</h2> <p>Biofreeze 360° Spray delivers the #1 clinically recommended topical analgesic using the best spray technology on the market today—it works from any angle, even upside down.</p> <p>It’s often difficult for back pain sufferers and arthritic patients to get an even application of Biofreeze where they need it most. The 360˚ Spray makes applying Biofreeze much easier.</p> <p>Like all Biofreeze products, the Biofreeze 360˚ Spray is paraben-free, propylene glycol free and includes a proprietary herbal blend. Biofreeze 360 ˚ Spray  is colorless, uses 10% menthol and is available in a 4 fluid ounce size.</p> </div> </div> <section class="related products"> <h2>Related products</h2> <ul class="products columns-4"> <li class="product type-product post-803 status-publish first instock product_cat-biofreeze has-post-thumbnail taxable shipping-taxable purchasable product-type-simple"> <a href="https://www.beckleychiropractic.com/product/biofreeze-gel-4-oz/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="350" height="350" src="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=350%2C350&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail jetpack-lazy-image" alt="" data-lazy-srcset="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?w=350&amp;ssl=1 350w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=180%2C180&amp;ssl=1 180w" data-lazy-sizes="(max-width: 350px) 100vw, 350px" data-lazy-src="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=350%2C350&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /><h2 class="woocommerce-loop-product__title">Biofreeze Gel &#8211; 4 oz.</h2> <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>14.00</span></span> </a><a href="/product/biofreeze-360-spray-4-oz/?add-to-cart=803" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="803" data-product_sku="" aria-label="Add &ldquo;Biofreeze Gel - 4 oz.&rdquo; to your cart" rel="nofollow">Add to cart</a></li> <li class="product type-product post-807 status-publish instock product_cat-biofreeze has-post-thumbnail taxable shipping-taxable purchasable product-type-simple"> <a href="https://www.beckleychiropractic.com/product/biofreeze-roll-on-3-oz/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="350" height="350" src="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=350%2C350&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail jetpack-lazy-image" alt="" data-lazy-srcset="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?w=350&amp;ssl=1 350w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=180%2C180&amp;ssl=1 180w" data-lazy-sizes="(max-width: 350px) 100vw, 350px" data-lazy-src="https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=350%2C350&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /><h2 class="woocommerce-loop-product__title">Biofreeze Roll-On &#8211; 3 oz.</h2> <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>14.00</span></span> </a><a href="/product/biofreeze-360-spray-4-oz/?add-to-cart=807" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="807" data-product_sku="" aria-label="Add &ldquo;Biofreeze Roll-On - 3 oz.&rdquo; to your cart" rel="nofollow">Add to cart</a></li> </ul> </section> </div> </div></div></div> </div><!-- .fl-page-content --> <footer itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class='footer-width-fixer'><link rel='stylesheet' id='fl-builder-google-fonts-6b109e105530af803b83e1106478dbe9-css' href='//fonts.googleapis.com/css?family=Bad+Script%3Anormal&#038;ver=5fa441f20dd0bd45d0b223ff5067233f' type='text/css' media='all' /> <link rel='stylesheet' id='fl-builder-layout-1972-css' href='https://www.beckleychiropractic.com/wp-content/uploads/bb-plugin/cache/1972-layout-partial.css?ver=75df753bdcddc0f5b547c43cddbe0c7e' type='text/css' media='all' /> <div class="fl-builder-content fl-builder-content-1972 fl-builder-global-templates-locked" data-post-id="1972"><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-59580703745b9" data-node="59580703745b9"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-top-row-separator" > </div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5957da1db9816 fl-col-group-equal-height fl-col-group-align-center" data-node="5957da1db9816"> <div class="fl-col fl-node-5957da1db9851 fl-col-small" data-node="5957da1db9851"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-5957da1db98c1" data-node="5957da1db98c1"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <h3 class="widget-title widgettitle"><strong><span style="color: #ffffff;">YOU DON’T HAVE TIME FOR THE PAIN</span></strong></h3> <div class="textwidget"> <h4 class="three-fourths first"><span style="color: #ffffff;">Trust the Beckley way and feel better today!</span></h4> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5957da1db9889 fl-col-small" data-node="5957da1db9889"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-button fl-node-5957da1db98f8" data-node="5957da1db98f8"> <div class="fl-module-content fl-node-content"> <div class="fl-button-wrap fl-button-width-auto fl-button-center fl-button-has-icon"> <a href="http://www.beckleychiropractic.com/appointment-request/" target="_self" class="fl-button" role="button"> <i class="fl-button-icon fl-button-icon-before fa fa-calendar" aria-hidden="true"></i> <span class="fl-button-text">Request an Appointment</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5957ea677d178" data-node="5957ea677d178"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-top-row-separator" > </div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5957e2d253651" data-node="5957e2d253651"> <div class="fl-col fl-node-5957e2d253731" data-node="5957e2d253731"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-spacer-gap fl-node-5957e2d25376a" data-node="5957e2d25376a"> <div class="fl-module-content fl-node-content"> <div class="uabb-module-content uabb-spacer-gap-preview uabb-spacer-gap"> </div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5957e2d253614" data-node="5957e2d253614"> <div class="fl-col fl-node-5957e2d253689" data-node="5957e2d253689"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-info-box fl-node-5957e2d2536c0" data-node="5957e2d2536c0"> <div class="fl-module-content fl-node-content"> <div class="uabb-module-content uabb-infobox infobox-center "> <div class="uabb-infobox-left-right-wrap"> <div class="uabb-infobox-content"> <div class='uabb-infobox-title-wrap'><h1 class="uabb-infobox-title">With more than 30 years of experience,</h1></div><div class="uabb-infobox-separator"><div class="uabb-module-content uabb-separator-parent"> <div class="uabb-separator"></div> </div> </div> <div class="uabb-infobox-text-wrap"> <div class="uabb-infobox-text uabb-text-editor"><p><span style="font-size: 22px;">Beckley Chiropractic knows effective, healing treatment.</span></p> </div> </div> </div> </div> </div> </div> </div> <div class="fl-module fl-module-spacer-gap fl-node-5957e2d2536f8" data-node="5957e2d2536f8"> <div class="fl-module-content fl-node-content"> <div class="uabb-module-content uabb-spacer-gap-preview uabb-spacer-gap"> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-color fl-node-59571d96524e1" data-node="59571d96524e1"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-top-row-separator" > </div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-59571d96539d2" data-node="59571d96539d2"> <div class="fl-col fl-node-59571d9653abb fl-col-small" data-node="59571d9653abb"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-59572469c5064" data-node="59572469c5064"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <h4><strong><span style="color: #ffffff;">FOLLOW US</span></strong></h4> </div> </div> </div> <div class="fl-module fl-module-icon-group fl-node-59571dbded042" data-node="59571dbded042"> <div class="fl-module-content fl-node-content"> <div class="fl-icon-group fl-icon-group-left"> <span class="fl-icon"> <a href="https://www.facebook.com/BeckleyChiropractic" target="_blank" aria-label="link to https://www.facebook.com/BeckleyChiropractic" rel="noopener" > <i class="fa fa-facebook-square" aria-hidden="true"></i> </a> </span> <span class="fl-icon"> <a href="https://plus.google.com/114011746779537961909/about" target="_blank" aria-label="link to https://plus.google.com/114011746779537961909/about" rel="noopener" > <i class="fa fa-google-plus-square" aria-hidden="true"></i> </a> </span> <span class="fl-icon"> <a href="https://www.linkedin.com/in/dramber" target="_blank" aria-label="link to https://www.linkedin.com/in/dramber" rel="noopener" > <i class="fa fa-linkedin-square" aria-hidden="true"></i> </a> </span> <span class="fl-icon"> <a href="https://twitter.com/dr_beckley" target="_blank" aria-label="link to https://twitter.com/dr_beckley" rel="noopener" > <i class="fa fa-twitter-square" aria-hidden="true"></i> </a> </span> </div> </div> </div> <div class="fl-module fl-module-rich-text fl-node-5957f6f55d751" data-node="5957f6f55d751"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <h4 class="widget-title widgettitle"><strong><span style="color: #ffffff;">YOGA CLASS UPDATES</span></strong></h4> </div> </div> </div> <div class="fl-module fl-module-subscribe-form fl-node-5957f6da0d6e9" data-node="5957f6da0d6e9"> <div class="fl-module-content fl-node-content"> <div class="fl-subscribe-form fl-subscribe-form-stacked fl-subscribe-form-name-hide fl-form fl-clearfix" data-template-id="5957f6da0302e" data-template-node-id="5957f6da071c1"> <div class="fl-form-field"> <input type="email" name="fl-subscribe-form-email" placeholder="Email Address" aria-label="email address" /> <div class="fl-form-error-message">Please enter a valid email address.</div> </div> <div class="fl-form-button" data-wait-text="Please Wait..."> <div class="fl-button-wrap fl-button-width-full fl-button-left fl-button-has-icon"> <a href="#" target="_self" class="fl-button" role="button"> <i class="fl-button-icon fl-button-icon-before fa fa-pencil-square-o" aria-hidden="true"></i> <span class="fl-button-text">Subscribe</span> </a> </div> </div> <div class="fl-form-error-message">Something went wrong. Please check your entries and try again.</div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-59571d9653afa fl-col-small" data-node="59571d9653afa"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-59571ec18273d" data-node="59571ec18273d"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <h4><strong><span style="color: #ffffff;">FIND US</span></strong></h4> </div> </div> </div> <div class="fl-module fl-module-map fl-node-595721dd5bc82" data-node="595721dd5bc82"> <div class="fl-module-content fl-node-content"> <div class="fl-map"> <iframe src="https://www.google.com/maps/embed/v1/place?key=AIzaSyD09zQ9PNDNNy9TadMuzRV_UsPUoWKntt8&q=2348+SW+Topeka+Blvd%2C+Ste+202+Topeka+KS+66611"></iframe></div> </div> </div> </div> </div> <div class="fl-col fl-node-59571d9653b35 fl-col-small" data-node="59571d9653b35"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-595724902f76c" data-node="595724902f76c"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <h4><strong><span style="color: #ffffff;">CONTACT US</span></strong></h4> </div> </div> </div> <div class="fl-module fl-module-rich-text fl-node-595724a2523dc" data-node="595724a2523dc"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><span style="font-size: 16px; color: #ffffff;">Beckley Chiropractic</span><br /> <span style="font-size: 16px; color: #ffffff;"> 2348 SW Topeka Blvd, Ste 202</span><br /> <span style="font-size: 16px; color: #ffffff;"> Topeka KS 66611</span></p> <p><span style="font-size: 16px; color: #ffffff;"><i class="fa fa-phone" aria-hidden="true"></i> 785.234.5056</span><br /> <span style="font-size: 16px; color: #ffffff;"> <i class="fa fa-fax" aria-hidden="true"></i> 785.422.2798</span><br /> <span style="font-size: 16px; color: #ffffff;"> <i class="fa fa-envelope-o" aria-hidden="true"></i> [email protected]</span></p> <p><span style="font-size: 16px; color: #ffffff;"><i class="fa fa-clock-o" aria-hidden="true"></i> M-Th 8am – 6pm</span><br /> <span style="font-size: 16px; color: #ffffff;"> <i class="fa fa-clock-o" aria-hidden="true"></i> Friday 8am – 12pm</span><br /> <span style="font-size: 16px; color: #ffffff;"> <i class="fa fa-clock-o" aria-hidden="true"></i> Saturday by appointment only</span></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-595732e3bf7fd" data-node="595732e3bf7fd"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-top-row-separator" > </div> <div class="fl-row-content fl-row-full-width fl-node-content"> <div class="fl-col-group fl-node-595732e3c3386" data-node="595732e3c3386"> <div class="fl-col fl-node-595732e3c34ae" data-node="595732e3c34ae"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-595732ef30a7e" data-node="595732ef30a7e"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p style="text-align: center;"><span style="font-size: 12px;">© 2017 BECKLEY CHIROPRACTIC • DESIGN BY </span><b><a href="http://www.rumormarketing.com/"><span style="font-size: 12px;">RUMOR MARKETING</span><b></b></a></b></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div class="uabb-js-breakpoint" style="display: none;"></div></div> </footer> </div><!-- .fl-page --> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <div style="display:none"> </div> <a href="#" id="fl-to-top"><i class="fa fa-chevron-up"></i></a><script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@graph":[{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"name":"Home","@id":"https:\/\/www.beckleychiropractic.com"}},{"@type":"ListItem","position":2,"item":{"name":"Biofreeze","@id":"https:\/\/www.beckleychiropractic.com\/product-category\/biofreeze\/"}},{"@type":"ListItem","position":3,"item":{"name":"Biofreeze 360 Spray &amp;#8211; 4 oz.","@id":"https:\/\/www.beckleychiropractic.com\/product\/biofreeze-360-spray-4-oz\/"}}]},{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/www.beckleychiropractic.com\/product\/biofreeze-360-spray-4-oz\/#product","name":"Biofreeze 360 Spray - 4 oz.","url":"https:\/\/www.beckleychiropractic.com\/product\/biofreeze-360-spray-4-oz\/","image":"https:\/\/www.beckleychiropractic.com\/wp-content\/uploads\/2015\/07\/biofreeze-360.jpg","description":"Biofreeze 360\u00b0 Spray delivers the #1 clinically recommended topical analgesic using the best spray technology on the market today\u2014it works from any angle, even upside down.\r\n\r\nIt\u2019s often difficult for back pain sufferers and arthritic patients to get an even application of Biofreeze where they need it most. The 360\u02da Spray makes applying Biofreeze much easier.\r\n\r\nLike all Biofreeze products, the Biofreeze 360\u02da Spray is paraben-free, propylene glycol free and includes a proprietary herbal blend. Biofreeze 360 \u02da Spray\u00a0 is colorless, uses 10% menthol and is available in a 4 fluid ounce size.","sku":801,"offers":[{"@type":"Offer","price":"16.00","priceValidUntil":"2020-12-31","priceSpecification":{"price":"16.00","priceCurrency":"USD","valueAddedTaxIncluded":"false"},"priceCurrency":"USD","availability":"https:\/\/schema.org\/InStock","url":"https:\/\/www.beckleychiropractic.com\/product\/biofreeze-360-spray-4-oz\/","seller":{"@type":"Organization","name":"Beckley Chiropractic","url":"https:\/\/www.beckleychiropractic.com"}}]}]}</script><script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"},"registration_prompt":"There is unsaved attendee information. Are you sure you want to continue?"};var tribe_system_info = {"sysinfo_optin_nonce":"20ac80f2f8","clipboard_btn_text":"Copy to clipboard","clipboard_copied_text":"System info copied","clipboard_fail_text":"Press \"Cmd + C\" to copy"};/* ]]> */ </script> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button> <button class="pswp__button pswp__button--share" aria-label="Share"></button> <button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <style>[class*="fa fa-"]{font-family: FontAwesome !important;}</style><script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.2.1/_inc/build/photon/photon.min.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201917'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/jquery-blockui/jquery.blockUI.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/www.beckleychiropractic.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/frontend/add-to-cart.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/zoom/jquery.zoom.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/flexslider/jquery.flexslider.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/photoswipe/photoswipe.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/photoswipe/photoswipe-ui-default.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/frontend/single-product.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/js-cookie/js.cookie.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/frontend/woocommerce.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_07cceee4d6422364a7310c58de489afb","fragment_name":"wc_fragments_07cceee4d6422364a7310c58de489afb","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.1/assets/js/frontend/cart-fragments.min.js'></script> <script type='text/javascript'> jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() { jQuery( 'body' ).trigger( 'jetpack-lazy-images-load' ); } ); </script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/plugins/bb-header-footer/assets/js/bb-header-footer.js?ver=1.1.7'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Apraa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.2.1/modules/wpgroho.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.2.1/_inc/build/lazy-images/js/lazy-images.min.js'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/themes/bb-theme/js/jquery.throttle.min.js?ver=1.6.5.1'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/plugins/bb-plugin/js/jquery.magnificpopup.min.js?ver=2.2.0.4'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/plugins/bb-plugin/js/jquery.fitvids.min.js?ver=1.2'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/themes/bb-theme/js/bootstrap.min.js?ver=1.6.5.1'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/themes/bb-theme/js/theme.min.js?ver=1.6.5.1'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.1.1/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/uploads/bb-plugin/cache/1966-layout.js?ver=4d51a00243bb40c065b707aad54930b9'></script> <script type='text/javascript' src='https://www.beckleychiropractic.com/wp-content/uploads/bb-plugin/cache/1972-layout-partial.js?ver=75df753bdcddc0f5b547c43cddbe0c7e'></script> <!-- WooCommerce JavaScript --> <script type="text/javascript"> jQuery(function($) { _wca.push( { '_en': 'woocommerceanalytics_product_view', 'blog_id': '98261687', 'pi': '801', 'pn': 'Biofreeze 360 Spray - 4 oz.', 'pc': 'Biofreeze', 'pp': '16.00', 'pt': 'simple', 'ui': 'null', } ); }); </script> <script type='text/javascript' src='https://stats.wp.com/e-201917.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.2.1',blog:'98261687',post:'801',tz:'-5',srv:'www.beckleychiropractic.com'} ]); _stq.push([ 'clickTrackerInit', '98261687', '801' ]); </script> </body> </html>
[ "<footer itemscope=\"itemscope\" itemtype=\"http://schema.org/WPFooter\">\n\t\t\t\t<div class=\"footer-width-fixer\"><link rel=\"stylesheet\" id=\"fl-builder-google-fonts-6b109e105530af803b83e1106478dbe9-css\" href=\"//fonts.googleapis.com/css?family=Bad+Script%3Anormal&amp;ver=5fa441f20dd0bd45d0b223ff5067233f\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"fl-builder-layout-1972-css\" href=\"https://www.beckleychiropractic.com/wp-content/uploads/bb-plugin/cache/1972-layout-partial.css?ver=75df753bdcddc0f5b547c43cddbe0c7e\" type=\"text/css\" media=\"all\"/>\n<div class=\"fl-builder-content fl-builder-content-1972 fl-builder-global-templates-locked\" data-post-id=\"1972\"><div class=\"fl-row fl-row-full-width fl-row-bg-color fl-node-59580703745b9\" data-node=\"59580703745b9\">\n\t<div class=\"fl-row-content-wrap\">\n\t\t<div class=\"uabb-row-separator uabb-top-row-separator\">&#13;\n</div>&#13;\n\t\t\t\t<div class=\"fl-row-content fl-row-fixed-width fl-node-content\">\n\t\t\n<div class=\"fl-col-group fl-node-5957da1db9816 fl-col-group-equal-height fl-col-group-align-center\" data-node=\"5957da1db9816\">\n\t\t\t<div class=\"fl-col fl-node-5957da1db9851 fl-col-small\" data-node=\"5957da1db9851\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-rich-text fl-node-5957da1db98c1\" data-node=\"5957da1db98c1\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<h3 class=\"widget-title widgettitle\"><strong><span style=\"color: #ffffff;\">YOU DON’T HAVE TIME FOR THE PAIN</span></strong></h3>\n<div class=\"textwidget\">\n<h4 class=\"three-fourths first\"><span style=\"color: #ffffff;\">Trust the Beckley way and feel better today!</span></h4>\n</div>\n</div>\n\t</div>\n</div>\n\t</div>\n</div>\n\t\t\t<div class=\"fl-col fl-node-5957da1db9889 fl-col-small\" data-node=\"5957da1db9889\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-button fl-node-5957da1db98f8\" data-node=\"5957da1db98f8\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-button-wrap fl-button-width-auto fl-button-center fl-button-has-icon\">\n\t\t\t<a href=\"http://www.beckleychiropractic.com/appointment-request/\" target=\"_self\" class=\"fl-button\" role=\"button\">\n\t\t\t\t\t<i class=\"fl-button-icon fl-button-icon-before fa fa-calendar\" aria-hidden=\"true\"/>\n\t\t\t\t\t\t<span class=\"fl-button-text\">Request an Appointment</span>\n\t\t\t\t\t</a>\n</div>\n\t</div>\n</div>\n\t</div>\n</div>\n\t</div>\n\t\t</div>\n\t</div>\n</div>\n<div class=\"fl-row fl-row-full-width fl-row-bg-none fl-node-5957ea677d178\" data-node=\"5957ea677d178\">\n\t<div class=\"fl-row-content-wrap\">\n\t\t<div class=\"uabb-row-separator uabb-top-row-separator\">&#13;\n</div>&#13;\n\t\t\t\t<div class=\"fl-row-content fl-row-fixed-width fl-node-content\">\n\t\t\n<div class=\"fl-col-group fl-node-5957e2d253651\" data-node=\"5957e2d253651\">\n\t\t\t<div class=\"fl-col fl-node-5957e2d253731\" data-node=\"5957e2d253731\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-spacer-gap fl-node-5957e2d25376a\" data-node=\"5957e2d25376a\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"uabb-module-content uabb-spacer-gap-preview uabb-spacer-gap\">&#13;\n</div>&#13;\n\t</div>\n</div>\n\t</div>\n</div>\n\t</div>\n\n<div class=\"fl-col-group fl-node-5957e2d253614\" data-node=\"5957e2d253614\">\n\t\t\t<div class=\"fl-col fl-node-5957e2d253689\" data-node=\"5957e2d253689\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-info-box fl-node-5957e2d2536c0\" data-node=\"5957e2d2536c0\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"uabb-module-content uabb-infobox infobox-center \">&#13;\n\t<div class=\"uabb-infobox-left-right-wrap\">&#13;\n\t<div class=\"uabb-infobox-content\">&#13;\n\t\t\t<div class=\"uabb-infobox-title-wrap\"><h1 class=\"uabb-infobox-title\">With more than 30 years of experience,</h1></div><div class=\"uabb-infobox-separator\"><div class=\"uabb-module-content uabb-separator-parent\">&#13;\n\t<div class=\"uabb-separator\"/>&#13;\n</div>&#13;\n</div>\t\t\t<div class=\"uabb-infobox-text-wrap\">&#13;\n\t\t\t\t<div class=\"uabb-infobox-text uabb-text-editor\"><p><span style=\"font-size: 22px;\">Beckley Chiropractic knows effective, healing treatment.</span></p>\n</div>\t\t\t</div> &#13;\n\t\t\t\t\t</div>\t</div>&#13;\n</div>&#13;\n\t</div>\n</div>\n<div class=\"fl-module fl-module-spacer-gap fl-node-5957e2d2536f8\" data-node=\"5957e2d2536f8\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"uabb-module-content uabb-spacer-gap-preview uabb-spacer-gap\">&#13;\n</div>&#13;\n\t</div>\n</div>\n\t</div>\n</div>\n\t</div>\n\t\t</div>\n\t</div>\n</div>\n<div class=\"fl-row fl-row-full-width fl-row-bg-color fl-node-59571d96524e1\" data-node=\"59571d96524e1\">\n\t<div class=\"fl-row-content-wrap\">\n\t\t<div class=\"uabb-row-separator uabb-top-row-separator\">&#13;\n</div>&#13;\n\t\t\t\t<div class=\"fl-row-content fl-row-fixed-width fl-node-content\">\n\t\t\n<div class=\"fl-col-group fl-node-59571d96539d2\" data-node=\"59571d96539d2\">\n\t\t\t<div class=\"fl-col fl-node-59571d9653abb fl-col-small\" data-node=\"59571d9653abb\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-rich-text fl-node-59572469c5064\" data-node=\"59572469c5064\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<h4><strong><span style=\"color: #ffffff;\">FOLLOW US</span></strong></h4>\n</div>\n\t</div>\n</div>\n<div class=\"fl-module fl-module-icon-group fl-node-59571dbded042\" data-node=\"59571dbded042\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-icon-group fl-icon-group-left\">\n\n\t<span class=\"fl-icon\">\n\t\t\t\t\t\t\t\t<a href=\"https://www.facebook.com/BeckleyChiropractic\" target=\"_blank\" aria-label=\"link to https://www.facebook.com/BeckleyChiropractic\" rel=\"noopener\">\n\t\t\t\t\t\t\t<i class=\"fa fa-facebook-square\" aria-hidden=\"true\"/>\n\t\t\t\t</a>\n\t\t\t</span>\n\n\t\n\n\t<span class=\"fl-icon\">\n\t\t\t\t\t\t\t\t<a href=\"https://plus.google.com/114011746779537961909/about\" target=\"_blank\" aria-label=\"link to https://plus.google.com/114011746779537961909/about\" rel=\"noopener\">\n\t\t\t\t\t\t\t<i class=\"fa fa-google-plus-square\" aria-hidden=\"true\"/>\n\t\t\t\t</a>\n\t\t\t</span>\n\n\t\n\n\t<span class=\"fl-icon\">\n\t\t\t\t\t\t\t\t<a href=\"https://www.linkedin.com/in/dramber\" target=\"_blank\" aria-label=\"link to https://www.linkedin.com/in/dramber\" rel=\"noopener\">\n\t\t\t\t\t\t\t<i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"/>\n\t\t\t\t</a>\n\t\t\t</span>\n\n\t\n\n\t<span class=\"fl-icon\">\n\t\t\t\t\t\t\t\t<a href=\"https://twitter.com/dr_beckley\" target=\"_blank\" aria-label=\"link to https://twitter.com/dr_beckley\" rel=\"noopener\">\n\t\t\t\t\t\t\t<i class=\"fa fa-twitter-square\" aria-hidden=\"true\"/>\n\t\t\t\t</a>\n\t\t\t</span>\n\n\t\n</div>\n\t</div>\n</div>\n<div class=\"fl-module fl-module-rich-text fl-node-5957f6f55d751\" data-node=\"5957f6f55d751\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<h4 class=\"widget-title widgettitle\"><strong><span style=\"color: #ffffff;\">YOGA CLASS UPDATES</span></strong></h4>\n</div>\n\t</div>\n</div>\n<div class=\"fl-module fl-module-subscribe-form fl-node-5957f6da0d6e9\" data-node=\"5957f6da0d6e9\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-subscribe-form fl-subscribe-form-stacked fl-subscribe-form-name-hide fl-form fl-clearfix\" data-template-id=\"5957f6da0302e\" data-template-node-id=\"5957f6da071c1\">\n\n\t\n\t<div class=\"fl-form-field\">\n\t\t<input type=\"email\" name=\"fl-subscribe-form-email\" placeholder=\"Email Address\" aria-label=\"email address\"/>\n\t\t<div class=\"fl-form-error-message\">Please enter a valid email address.</div>\n\t</div>\n\n\t\t\t\n\t\t\t\n\t<div class=\"fl-form-button\" data-wait-text=\"Please Wait...\">\n\t<div class=\"fl-button-wrap fl-button-width-full fl-button-left fl-button-has-icon\">\n\t\t\t<a href=\"#\" target=\"_self\" class=\"fl-button\" role=\"button\">\n\t\t\t\t\t<i class=\"fl-button-icon fl-button-icon-before fa fa-pencil-square-o\" aria-hidden=\"true\"/>\n\t\t\t\t\t\t<span class=\"fl-button-text\">Subscribe</span>\n\t\t\t\t\t</a>\n</div>\n\t</div>\n\n\t\n\t<div class=\"fl-form-error-message\">Something went wrong. Please check your entries and try again.</div>\n\n</div>\n\t</div>\n</div>\n\t</div>\n</div>\n\t\t\t<div class=\"fl-col fl-node-59571d9653afa fl-col-small\" data-node=\"59571d9653afa\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-rich-text fl-node-59571ec18273d\" data-node=\"59571ec18273d\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<h4><strong><span style=\"color: #ffffff;\">FIND US</span></strong></h4>\n</div>\n\t</div>\n</div>\n<div class=\"fl-module fl-module-map fl-node-595721dd5bc82\" data-node=\"595721dd5bc82\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-map\">\n\t<iframe src=\"https://www.google.com/maps/embed/v1/place?key=AIzaSyD09zQ9PNDNNy9TadMuzRV_UsPUoWKntt8&amp;q=2348+SW+Topeka+Blvd%2C+Ste+202+Topeka+KS+66611\"/></div>\n\t</div>\n</div>\n\t</div>\n</div>\n\t\t\t<div class=\"fl-col fl-node-59571d9653b35 fl-col-small\" data-node=\"59571d9653b35\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-rich-text fl-node-595724902f76c\" data-node=\"595724902f76c\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<h4><strong><span style=\"color: #ffffff;\">CONTACT US</span></strong></h4>\n</div>\n\t</div>\n</div>\n<div class=\"fl-module fl-module-rich-text fl-node-595724a2523dc\" data-node=\"595724a2523dc\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<p><span style=\"font-size: 16px; color: #ffffff;\">Beckley Chiropractic</span><br/>\n<span style=\"font-size: 16px; color: #ffffff;\"> 2348 SW Topeka Blvd, Ste 202</span><br/>\n<span style=\"font-size: 16px; color: #ffffff;\"> Topeka KS 66611</span></p>\n<p><span style=\"font-size: 16px; color: #ffffff;\"><i class=\"fa fa-phone\" aria-hidden=\"true\"/> 785.234.5056</span><br/>\n<span style=\"font-size: 16px; color: #ffffff;\"> <i class=\"fa fa-fax\" aria-hidden=\"true\"/> 785.422.2798</span><br/>\n<span style=\"font-size: 16px; color: #ffffff;\"> <i class=\"fa fa-envelope-o\" aria-hidden=\"true\"/> [email protected]</span></p>\n<p><span style=\"font-size: 16px; color: #ffffff;\"><i class=\"fa fa-clock-o\" aria-hidden=\"true\"/> M-Th 8am – 6pm</span><br/>\n<span style=\"font-size: 16px; color: #ffffff;\"> <i class=\"fa fa-clock-o\" aria-hidden=\"true\"/> Friday 8am – 12pm</span><br/>\n<span style=\"font-size: 16px; color: #ffffff;\"> <i class=\"fa fa-clock-o\" aria-hidden=\"true\"/> Saturday by appointment only</span></p>\n</div>\n\t</div>\n</div>\n\t</div>\n</div>\n\t</div>\n\t\t</div>\n\t</div>\n</div>\n<div class=\"fl-row fl-row-full-width fl-row-bg-none fl-node-595732e3bf7fd\" data-node=\"595732e3bf7fd\">\n\t<div class=\"fl-row-content-wrap\">\n\t\t<div class=\"uabb-row-separator uabb-top-row-separator\">&#13;\n</div>&#13;\n\t\t\t\t<div class=\"fl-row-content fl-row-full-width fl-node-content\">\n\t\t\n<div class=\"fl-col-group fl-node-595732e3c3386\" data-node=\"595732e3c3386\">\n\t\t\t<div class=\"fl-col fl-node-595732e3c34ae\" data-node=\"595732e3c34ae\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-rich-text fl-node-595732ef30a7e\" data-node=\"595732ef30a7e\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<p style=\"text-align: center;\"><span style=\"font-size: 12px;\">© 2017 BECKLEY CHIROPRACTIC • DESIGN BY </span><b><a href=\"http://www.rumormarketing.com/\"><span style=\"font-size: 12px;\">RUMOR MARKETING</span><b/></a></b></p>\n</div>\n\t</div>\n</div>\n\t</div>\n</div>\n\t</div>\n\t\t</div>\n\t</div>\n</div>\n</div><div class=\"uabb-js-breakpoint\" style=\"display: none;\"/></div>\t\t\t</footer>\n\t\t\t" ]
[ "<head>\n<meta charset=\"UTF-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\"/>\n<link rel=\"pingback\" href=\"https://www.beckleychiropractic.com/xmlrpc.php\"/>\n<!--[if lt IE 9]>\n\t<script src=\"https://www.beckleychiropractic.com/wp-content/themes/bb-theme/js/html5shiv.js\"></script>\n\t<script src=\"https://www.beckleychiropractic.com/wp-content/themes/bb-theme/js/respond.min.js\"></script>\n<![endif]-->\n<title>Biofreeze 360 Spray – 4 oz. – Beckley Chiropractic</title>\n<script>window._wca = window._wca || [];</script>&#13;\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link href=\"https://fonts.gstatic.com\" crossorigin=\"\" rel=\"preconnect\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Beckley Chiropractic » Feed\" href=\"https://www.beckleychiropractic.com/feed/\"/>\n<link rel=\"alternate\" type=\"text/calendar\" title=\"Beckley Chiropractic » iCal Feed\" href=\"https://www.beckleychiropractic.com/events/?ical=1\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/www.beckleychiropractic.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5fa441f20dd0bd45d0b223ff5067233f\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"font-awesome-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/font-awesome.min.css?ver=4.7.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"menu-icons-extra-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/menu-icons/css/extra.min.css?ver=0.11.4\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://c0.wp.com/c/5.1.1/wp-includes/css/dist/block-library/style.min.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wc-block-style-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/woo-gutenberg-products-block/build/style.css?ver=2.0.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"easy-facebook-likebox-plugin-styles-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/public.css?ver=4.3.9\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"easy-facebook-likebox-font-awesome-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/font-awesome.css?ver=4.3.9\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"easy-facebook-likebox-animate-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/animate.css?ver=4.3.9\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"easy-facebook-likebox-popup-styles-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/popup/magnific-popup.css?ver=4.3.9\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"photoswipe-css\" href=\"https://c0.wp.com/p/woocommerce/3.6.1/assets/css/photoswipe/photoswipe.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"photoswipe-default-skin-css\" href=\"https://c0.wp.com/p/woocommerce/3.6.1/assets/css/photoswipe/default-skin/default-skin.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"woocommerce-layout-css\" href=\"https://c0.wp.com/p/woocommerce/3.6.1/assets/css/woocommerce-layout.css\" type=\"text/css\" media=\"all\"/>\n<style id=\"woocommerce-layout-inline-css\" type=\"text/css\">\n\n\t.infinite-scroll .woocommerce-pagination {\n\t\tdisplay: none;\n\t}\n</style>\n<link rel=\"stylesheet\" id=\"woocommerce-smallscreen-css\" href=\"https://c0.wp.com/p/woocommerce/3.6.1/assets/css/woocommerce-smallscreen.css\" type=\"text/css\" media=\"only screen and (max-width: 768px)\"/>\n<link rel=\"stylesheet\" id=\"woocommerce-general-css\" href=\"https://c0.wp.com/p/woocommerce/3.6.1/assets/css/woocommerce.css\" type=\"text/css\" media=\"all\"/>\n<style id=\"woocommerce-inline-inline-css\" type=\"text/css\">\n.woocommerce form .form-row .required { visibility: visible; }\n</style>\n<link rel=\"stylesheet\" id=\"bbhf-style-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/bb-header-footer/assets/css/bb-header-footer.css?ver=1.1.7\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"mono-social-icons-css\" href=\"https://www.beckleychiropractic.com/wp-content/themes/bb-theme/css/mono-social-icons.css?ver=1.6.5.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jquery-magnificpopup-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.2.0.4\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"bootstrap-css\" href=\"https://www.beckleychiropractic.com/wp-content/themes/bb-theme/css/bootstrap.min.css?ver=1.6.5.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"fl-automator-skin-css\" href=\"https://www.beckleychiropractic.com/wp-content/uploads/bb-theme/skin-5b5f20cb3b20b.css?ver=1.6.5.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"animate-css\" href=\"https://www.beckleychiropractic.com/wp-content/plugins/bbpowerpack/assets/css/animate.min.css?ver=3.5.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"fl-builder-google-fonts-cb9a98c21a55b73e40d5c7819dff8d3c-css\" href=\"https://fonts.googleapis.com/css?family=Raleway%3A300%2C400%2C700%2C500&amp;ver=5fa441f20dd0bd45d0b223ff5067233f\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"https://c0.wp.com/p/jetpack/7.2.1/css/jetpack.css\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar uabb = {\"ajax_url\":\"https:\\/\\/www.beckleychiropractic.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://c0.wp.com/c/5.1.1/wp-includes/js/jquery/jquery.js\"/>\n<script type=\"text/javascript\" src=\"https://c0.wp.com/c/5.1.1/wp-includes/js/jquery/jquery-migrate.min.js\"/>\n<script type=\"text/javascript\" src=\"https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/popup/jquery.magnific-popup.min.js?ver=4.3.9\"/>\n<script type=\"text/javascript\" src=\"https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/js/jquery.cookie.js?ver=4.3.9\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar public_ajax = {\"ajax_url\":\"https:\\/\\/www.beckleychiropractic.com\\/wp-admin\\/admin-ajax.php\"};\nvar public_ajax = {\"ajax_url\":\"https:\\/\\/www.beckleychiropractic.com\\/wp-admin\\/admin-ajax.php\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://www.beckleychiropractic.com/wp-content/plugins/easy-facebook-likebox/public/assets/js/public.js?ver=4.3.9\"/>\n<link rel=\"https://api.w.org/\" href=\"https://www.beckleychiropractic.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.beckleychiropractic.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.beckleychiropractic.com/wp-includes/wlwmanifest.xml\"/> \n\n<link rel=\"canonical\" href=\"https://www.beckleychiropractic.com/product/biofreeze-360-spray-4-oz/\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.beckleychiropractic.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.beckleychiropractic.com%2Fproduct%2Fbiofreeze-360-spray-4-oz%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.beckleychiropractic.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.beckleychiropractic.com%2Fproduct%2Fbiofreeze-360-spray-4-oz%2F&amp;format=xml\"/>\n\t\t<style>\n\t\tform[class*=\"fl-builder-pp-\"] .fl-lightbox-header h1:before {\n\t\t\tcontent: \"PowerPack \";\n\t\t\tposition: relative;\n\t\t\tdisplay: inline-block;\n\t\t\tmargin-right: 5px;\n\t\t}\n\t\t</style>\n\t\t&#13;\n <script>&#13;\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){&#13;\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),&#13;\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)&#13;\n })(window,document,'script','//www.google-analytics.com/analytics.js','gaplusu');&#13;\n&#13;\n gaplusu('create', 'UA-115662183-1', 'auto');&#13;\n &#13;\n &#13;\n gaplusu('send', 'pageview');&#13;\n &#13;\n </script>&#13;\n&#13;\n\t\t<script type=\"text/javascript\">\n(function(url){\n\tif(/(?:Chrome\\/26\\.0\\.1410\\.63 Safari\\/537\\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }\n\tvar addEvent = function(evt, handler) {\n\t\tif (window.addEventListener) {\n\t\t\tdocument.addEventListener(evt, handler, false);\n\t\t} else if (window.attachEvent) {\n\t\t\tdocument.attachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar removeEvent = function(evt, handler) {\n\t\tif (window.removeEventListener) {\n\t\t\tdocument.removeEventListener(evt, handler, false);\n\t\t} else if (window.detachEvent) {\n\t\t\tdocument.detachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');\n\tvar logHuman = function() {\n\t\tif (window.wfLogHumanRan) { return; }\n\t\twindow.wfLogHumanRan = true;\n\t\tvar wfscr = document.createElement('script');\n\t\twfscr.type = 'text/javascript';\n\t\twfscr.async = true;\n\t\twfscr.src = url + '&amp;r=' + Math.random();\n\t\t(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);\n\t\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\t\tremoveEvent(evts[i], logHuman);\n\t\t}\n\t};\n\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\taddEvent(evts[i], logHuman);\n\t}\n})('//www.beckleychiropractic.com/?wordfence_lh=1&amp;hid=4A7AECCB6EA2B820D1F7ABA811041BC0');\n</script><meta name=\"et-api-version\" content=\"v1\"/><meta name=\"et-api-origin\" content=\"https://www.beckleychiropractic.com\"/><link rel=\"https://theeventscalendar.com/\" href=\"https://www.beckleychiropractic.com/wp-json/tribe/tickets/v1/\"/><meta name=\"tec-api-version\" content=\"v1\"/><meta name=\"tec-api-origin\" content=\"https://www.beckleychiropractic.com\"/><link rel=\"https://theeventscalendar.com/\" href=\"https://www.beckleychiropractic.com/wp-json/tribe/events/v1/\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//c0.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i0.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i1.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i2.wp.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style>\t<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>\n\t\t\t\t<style type=\"text/css\">\n\t\t\t\t/* If html does not have either class, do not show lazy loaded images. */\n\t\t\t\thtml:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t</style>\n\t\t\t<script>\n\t\t\t\tdocument.documentElement.classList.add(\n\t\t\t\t\t'jetpack-lazy-images-js-enabled'\n\t\t\t\t);\n\t\t\t</script>\n\t\t\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Biofreeze 360 Spray – 4 oz.\"/>\n<meta property=\"og:url\" content=\"https://www.beckleychiropractic.com/product/biofreeze-360-spray-4-oz/\"/>\n<meta property=\"og:description\" content=\"Biofreeze 360° Spray delivers the #1 clinically recommended topical analgesic using the best spray technology on the market today—it works from any angle, even upside down. It’s often difficult for…\"/>\n<meta property=\"article:published_time\" content=\"2015-07-20T19:32:24+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2015-07-20T19:32:24+00:00\"/>\n<meta property=\"og:site_name\" content=\"Beckley Chiropractic\"/>\n<meta property=\"og:image\" content=\"https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=350%2C350&amp;ssl=1\"/>\n<meta property=\"og:image:width\" content=\"350\"/>\n<meta property=\"og:image:height\" content=\"350\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"twitter:text:title\" content=\"Biofreeze 360 Spray – 4 oz.\"/>\n<meta name=\"twitter:image\" content=\"https://i0.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-360.jpg?fit=350%2C350&amp;ssl=1&amp;w=640\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n<link rel=\"icon\" href=\"https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&amp;ssl=1\" sizes=\"32x32\"/>\n<link rel=\"icon\" href=\"https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&amp;ssl=1\" sizes=\"192x192\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&amp;ssl=1\"/>\n<meta name=\"msapplication-TileImage\" content=\"https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/08/favicon-32x32.png?fit=32%2C32&amp;ssl=1\"/>\n<script async=\"\" src=\"https://stats.wp.com/s-201917.js\"/>&#13;\n<link rel=\"stylesheet\" href=\"https://www.beckleychiropractic.com/wp-content/themes/beckley-child-theme/style.css\"/></head>\n\n" ]
[ "<title>Biofreeze 360 Spray – 4 oz. – Beckley Chiropractic</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.beckleychiropractic.com > product > biofreeze 360 spray 4 oz" } ]
[ { "char_end_idx": 45, "char_start_idx": 0, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 73, "char_start_idx": 45, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 258, "char_start_idx": 73, "key": "length", "type": "local", "value": "184" }, { "char_end_idx": 391, "char_start_idx": 258, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 444, "char_start_idx": 391, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 578, "char_start_idx": 444, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 673, "char_start_idx": 578, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 712, "char_start_idx": 673, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 717, "char_start_idx": 712, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 757, "char_start_idx": 717, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 762, "char_start_idx": 757, "key": "length", "type": "local", "value": "4" } ]
[ { "key": "length", "type": "global", "value": "778" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.beckleychiropractic.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 16, "char_start_idx": 7, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.beckleychiropractic.com/product-category/biofreeze/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 46, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-breadcrumb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "nav" }, { "char_end_idx": 74, "char_start_idx": 47, "html_attrs": { "attrs": [ "class" ], "values": [ "product_title entry-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h1" }, { "char_end_idx": 75, "char_start_idx": 47, "html_attrs": { "attrs": [ "class" ], "values": [ "summary entry-summary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 86, "char_start_idx": 75, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 259, "char_start_idx": 87, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 445, "char_start_idx": 260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 674, "char_start_idx": 446, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 675, "char_start_idx": 75, "html_attrs": { "attrs": [ "class", "id", "role", "aria-labelledby" ], "values": [ "woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab", "tab-description", "tabpanel", "tab-title-description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 675, "char_start_idx": 75, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-tabs wc-tabs-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 691, "char_start_idx": 675, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 692, "char_start_idx": 692, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "data-lazy-srcset", "data-lazy-sizes", "data-lazy-src", "srcset" ], "values": [ "350", "350", "https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=350%2C350&ssl=1", "attachment-woocommerce_thumbnail size-woocommerce_thumbnail jetpack-lazy-image", "", "https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?w=350&ssl=1 350w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=300%2C300&ssl=1 300w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=180%2C180&ssl=1 180w", "(max-width: 350px) 100vw, 350px", "https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-gel.jpg?resize=350%2C350&ssl=1&is-pending-load=1", "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 713, "char_start_idx": 692, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-loop-product__title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 715, "char_start_idx": 714, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-Price-currencySymbol" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 720, "char_start_idx": 714, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-Price-amount amount" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 720, "char_start_idx": 714, "html_attrs": { "attrs": [ "class" ], "values": [ "price" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 721, "char_start_idx": 692, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.beckleychiropractic.com/product/biofreeze-gel-4-oz/", "woocommerce-LoopProduct-link woocommerce-loop-product__link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 732, "char_start_idx": 721, "html_attrs": { "attrs": [ "href", "data-quantity", "class", "data-product_id", "data-product_sku", "aria-label", "rel" ], "values": [ "/product/biofreeze-360-spray-4-oz/?add-to-cart=803", "1", "button product_type_simple add_to_cart_button ajax_add_to_cart", "803", "", "Add “Biofreeze Gel - 4 oz.” to your cart", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 732, "char_start_idx": 692, "html_attrs": { "attrs": [ "class" ], "values": [ "product type-product post-803 status-publish first instock product_cat-biofreeze has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 733, "char_start_idx": 733, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "data-lazy-srcset", "data-lazy-sizes", "data-lazy-src", "srcset" ], "values": [ "350", "350", "https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=350%2C350&ssl=1", "attachment-woocommerce_thumbnail size-woocommerce_thumbnail jetpack-lazy-image", "", "https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?w=350&ssl=1 350w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=300%2C300&ssl=1 300w, https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=180%2C180&ssl=1 180w", "(max-width: 350px) 100vw, 350px", "https://i2.wp.com/www.beckleychiropractic.com/wp-content/uploads/2015/07/biofreeze-roll-on-new.jpg?resize=350%2C350&ssl=1&is-pending-load=1", "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 758, "char_start_idx": 733, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-loop-product__title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 760, "char_start_idx": 759, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-Price-currencySymbol" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 765, "char_start_idx": 759, "html_attrs": { "attrs": [ "class" ], "values": [ "woocommerce-Price-amount amount" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 765, "char_start_idx": 759, "html_attrs": { "attrs": [ "class" ], "values": [ "price" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 766, "char_start_idx": 733, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.beckleychiropractic.com/product/biofreeze-roll-on-3-oz/", "woocommerce-LoopProduct-link woocommerce-loop-product__link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 777, "char_start_idx": 766, "html_attrs": { "attrs": [ "href", "data-quantity", "class", "data-product_id", "data-product_sku", "aria-label", "rel" ], "values": [ "/product/biofreeze-360-spray-4-oz/?add-to-cart=807", "1", "button product_type_simple add_to_cart_button ajax_add_to_cart", "807", "", "Add “Biofreeze Roll-On - 3 oz.” to your cart", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 777, "char_start_idx": 733, "html_attrs": { "attrs": [ "class" ], "values": [ "product type-product post-807 status-publish instock product_cat-biofreeze has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 778, "char_start_idx": 692, "html_attrs": { "attrs": [ "class" ], "values": [ "products columns-4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 778, "char_start_idx": 675, "html_attrs": { "attrs": [ "class" ], "values": [ "related products" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 778, "char_start_idx": 47, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "product-801", "product type-product post-801 status-publish first instock product_cat-biofreeze has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 778, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-content col-md-12" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 778, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "fl-page-content container row", "mainContentOfPage" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 778, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-page" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 778, "char_start_idx": 778, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-chevron-up" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "i" }, { "char_end_idx": 778, "char_start_idx": 778, "html_attrs": { "attrs": [ "href", "id" ], "values": [ "#", "fl-to-top" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 778, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "product-template-default single single-product postid-801 woocommerce woocommerce-page woocommerce-no-js tribe-no-js dhf-header dhf-footer bhf-shrink-header dhf-template-beaver-builder-theme dhf-stylesheet-beckley-child-theme fl-preset-default fl-full-width fl-scroll-to-top woo-4", "itemscope", "https://schema.org/WebPage" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 46, "char_start_idx": 0, "key": "paragraph", "marker": "nav", "type": "local", "value": "Home / Biofreeze / Biofreeze 360 Spray – 4 oz." }, { "char_end_idx": 74, "char_start_idx": 46, "key": "paragraph", "marker": "h1", "type": "local", "value": "\nBiofreeze 360 Spray – 4 oz." }, { "char_end_idx": 75, "char_start_idx": 74, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 86, "char_start_idx": 75, "key": "paragraph", "marker": "h2", "type": "local", "value": "Description" }, { "char_end_idx": 260, "char_start_idx": 86, "key": "paragraph", "marker": "p", "type": "local", "value": "\nBiofreeze 360° Spray delivers the #1 clinically recommended topical analgesic using the best spray technology on the market today—it works from any angle, even upside down.\n" }, { "char_end_idx": 446, "char_start_idx": 260, "key": "paragraph", "marker": "p", "type": "local", "value": "It’s often difficult for back pain sufferers and arthritic patients to get an even application of Biofreeze where they need it most. The 360˚ Spray makes applying Biofreeze much easier.\n" }, { "char_end_idx": 675, "char_start_idx": 446, "key": "paragraph", "marker": "p", "type": "local", "value": "Like all Biofreeze products, the Biofreeze 360˚ Spray is paraben-free, propylene glycol free and includes a proprietary herbal blend. Biofreeze 360 ˚ Spray is colorless, uses 10% menthol and is available in a 4 fluid ounce size.\n" }, { "char_end_idx": 691, "char_start_idx": 675, "key": "paragraph", "marker": "h2", "type": "local", "value": "Related products" }, { "char_end_idx": 713, "char_start_idx": 691, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nBiofreeze Gel – 4 oz." }, { "char_end_idx": 732, "char_start_idx": 713, "key": "paragraph", "marker": "li", "type": "local", "value": "\n$14.00 Add to cart" }, { "char_end_idx": 758, "char_start_idx": 732, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nBiofreeze Roll-On – 3 oz." }, { "char_end_idx": 777, "char_start_idx": 758, "key": "paragraph", "marker": "li", "type": "local", "value": "\n$14.00 Add to cart" }, { "char_end_idx": 778, "char_start_idx": 777, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Biofreeze 360 Spray – 4 oz. – Beckley Chiropractic" } ]
[ { "key": "url", "type": "global", "value": "https://www.beckleychiropractic.com/product/biofreeze-360-spray-4-oz/" } ]
[]
Home / Biofreeze / Biofreeze 360 Spray – 4 oz. Biofreeze 360 Spray – 4 oz. Description Biofreeze 360° Spray delivers the #1 clinically recommended topical analgesic using the best spray technology on the market today—it works from any angle, even upside down. It’s often difficult for back pain sufferers and arthritic patients to get an even application of Biofreeze where they need it most. The 360˚ Spray makes applying Biofreeze much easier. Like all Biofreeze products, the Biofreeze 360˚ Spray is paraben-free, propylene glycol free and includes a proprietary herbal blend. Biofreeze 360 ˚ Spray is colorless, uses 10% menthol and is available in a 4 fluid ounce size. Related products Biofreeze Gel – 4 oz. $14.00 Add to cart Biofreeze Roll-On – 3 oz. $14.00 Add to cart
https://www.beckleychiropractic.com/product/biofreeze-360-spray-4-oz/
[ { "char_end_idx": 16, "char_start_idx": 7, "key": "entity", "type": "local", "value": "Performance_Health" }, { "char_end_idx": 28, "char_start_idx": 19, "key": "entity", "type": "local", "value": "Performance_Health" }, { "char_end_idx": 38, "char_start_idx": 33, "key": "entity", "type": "local", "value": "Aerosol_spray" }, { "char_end_idx": 56, "char_start_idx": 47, "key": "entity", "type": "local", "value": "Performance_Health" }, { "char_end_idx": 66, "char_start_idx": 61, "key": "entity", "type": "local", "value": "Aerosol_spray" }, { "char_end_idx": 96, "char_start_idx": 87, "key": "entity", "type": "local", "value": "Performance_Health" }, { "char_end_idx": 367, "char_start_idx": 358, "key": "entity", "type": "local", "value": "Performance_Health" }, { "char_end_idx": 432, "char_start_idx": 423, "key": "entity", "type": "local", "value": "Performance_Health" }, { "char_end_idx": 464, "char_start_idx": 455, "key": "entity", "type": "local", "value": "Performance_Health" }, { "char_end_idx": 589, "char_start_idx": 580, "key": "entity", "type": "local", "value": "Performance_Health" } ]
[ { "char_end_idx": 46, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Performance_Health" }, { "char_end_idx": 46, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Aerosol_spray" }, { "char_end_idx": 74, "char_start_idx": 46, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Performance_Health" }, { "char_end_idx": 74, "char_start_idx": 46, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Aerosol_spray" }, { "char_end_idx": 260, "char_start_idx": 86, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Performance_Health" }, { "char_end_idx": 446, "char_start_idx": 260, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Performance_Health" }, { "char_end_idx": 675, "char_start_idx": 446, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Performance_Health" } ]
0
839
1556072606000
<!DOCTYPE html><html class="no-js" lang="en-GB" id="html-products"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><title>Rustic Driftwood Twisted 3 Candle Holder | Modern Driftwood Furniture</title><link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon-57x57.png" sizes="57x57"><link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon-60x60.png" sizes="60x60"><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><link rel="mask-icon" href="/manifest.json"><link rel="mask-icon" href="/safari-pinned-tab.svg"><meta name="vs_status_checker_version" content="1"><meta name="vs_status_checker" content="1"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0,user-scalable=0"><meta name="msapplication-TileColor" content="#da532c"><meta name="msapplication-TileImage" content="/mstile-144x144.png"><meta name="theme-color" content="#ffffff"><meta content="" name="cc-meta" data-categories="French Furniture|Home Accessories|Candle Holders & Stands" data-name="Rustic Driftwood Twisted 3 Candle Holder" /><meta name="keywords" content="Driftwood, Driftwood Furniture, Driftwood Accessories, Candle Holder, Modern Candle Holder, Rustic Candle Holder, Rustic Furniture" /><meta name="description" content="We are very proud to introduce this wonderful Rustic Driftwood Twisted 3 Candle Holder. It has a magnificent design that&amp;#039;s very charming." /><link rel="canonical" href="https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912" /><link rel="alternate" type="application/rss+xml" href="https://www.homesdirect365.co.uk/rss/1/productlistings/candle-holders-stands/cat1820" /> <script type="application/ld+json">[{"@context":"https://schema.org/","@type":"Organization","name":"Homesdirect 365","url":"https://www.homesdirect365.co.uk","logo":"https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg","sameAs":["https://www.facebook.com/HomesDirect365/","https://twitter.com/homesdirect365","https://www.pinterest.co.uk/homesdirect365/","https://www.instagram.com/homesdirect365","https://www.youtube.com/c/Homesdirect365CoUk/about"]},{"@context":"https://schema.org/","@type":"Product","name":"Rustic Driftwood Twisted 3 Candle Holder","image":"https://www.homesdirect365.co.uk/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_medium.jpg","category":["French Furniture/Home Accessories/Candle Holders & Stands","Contemporary & Modern Furniture/Driftwood Furniture/Driftwood Miscellaneous"],"SKU":"MJ98","Offers":{"@type":"Offer","priceCurrency":"GBP","price":"69.99","itemcondition":"http://schema.org/NewCondition","availability":"https://schema.org/InStock","url":"https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912"},"url":"https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912"}]</script> <style id="inline_css">html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container{margin:0px auto}.container--pad{background:#ffffff}.container--pad--no-bg{background:transparent}@media only screen and (max-width:767px){.row--s-collapse--outer>.col{padding:0}}@media only screen and (min-width:1025px){.row.row--collapse-l{margin:0}.row.row--collapse-l .col{padding:0}.container{width:1440px;max-width:100%}}@media only screen and (min-width:1025px) and (max-width:93.9999em){.container--pad,.m-container--pad{padding-left:2rem;padding-right:2rem}}@media only screen and (max-width:65.9999em){.container--pad{padding-left:0.5rem;padding-right:0.5rem}}@media only screen and (min-width:768px) and (max-width:1024px){.row.row--collapse-m{margin:0}.row.row--collapse-m .col{padding:0}.m-container--pad{padding-left:1rem;padding-right:1rem}}.row{width:1440px;max-width:100%;min-width:10px;margin:0 auto}.row .row{width:auto;max-width:none;min-width:0;margin:0 -5px}.row:before,.row:after{content:"";display:table}.row:after{clear:both}.row.row--collapse{margin:0}.row.row--collapse .col{padding:0}.row.row--collapse--outer .col:first-child{padding-left:0;padding-right:10px}.row.row--collapse--outer .col:last-child{padding-left:10px;padding-right:0}.col{width:100%;min-height:1px;padding:0 5px;display:inline;float:left}@media only screen and (max-width:767px){.grid-32 .s-col-1{width:3.125%}.grid-32 .s-offset-1{margin-left:3.125%}.grid-32 .s-col-2{width:6.25%}.grid-32 .s-offset-2{margin-left:6.25%}.grid-32 .s-col-3{width:9.375%}.grid-32 .s-offset-3{margin-left:9.375%}.grid-32 .s-col-4{width:12.5%}.grid-32 .s-offset-4{margin-left:12.5%}.grid-32 .s-col-5{width:15.625%}.grid-32 .s-offset-5{margin-left:15.625%}.grid-32 .s-col-6{width:18.75%}.grid-32 .s-offset-6{margin-left:18.75%}.grid-32 .s-col-7{width:21.875%}.grid-32 .s-offset-7{margin-left:21.875%}.grid-32 .s-col-8{width:25%}.grid-32 .s-offset-8{margin-left:25%}.grid-32 .s-col-9{width:28.125%}.grid-32 .s-offset-9{margin-left:28.125%}.grid-32 .s-col-10{width:31.25%}.grid-32 .s-offset-10{margin-left:31.25%}.grid-32 .s-col-11{width:34.375%}.grid-32 .s-offset-11{margin-left:34.375%}.grid-32 .s-col-12{width:37.5%}.grid-32 .s-offset-12{margin-left:37.5%}.grid-32 .s-col-13{width:40.625%}.grid-32 .s-offset-13{margin-left:40.625%}.grid-32 .s-col-14{width:43.75%}.grid-32 .s-offset-14{margin-left:43.75%}.grid-32 .s-col-15{width:46.875%}.grid-32 .s-offset-15{margin-left:46.875%}.grid-32 .s-col-16{width:50%}.grid-32 .s-offset-16{margin-left:50%}.grid-32 .s-col-17{width:53.125%}.grid-32 .s-offset-17{margin-left:53.125%}.grid-32 .s-col-18{width:56.25%}.grid-32 .s-offset-18{margin-left:56.25%}.grid-32 .s-col-19{width:59.375%}.grid-32 .s-offset-19{margin-left:59.375%}.grid-32 .s-col-20{width:62.5%}.grid-32 .s-offset-20{margin-left:62.5%}.grid-32 .s-col-21{width:65.625%}.grid-32 .s-offset-21{margin-left:65.625%}.grid-32 .s-col-22{width:68.75%}.grid-32 .s-offset-22{margin-left:68.75%}.grid-32 .s-col-23{width:71.875%}.grid-32 .s-offset-23{margin-left:71.875%}.grid-32 .s-col-24{width:75%}.grid-32 .s-offset-24{margin-left:75%}.grid-32 .s-col-25{width:78.125%}.grid-32 .s-offset-25{margin-left:78.125%}.grid-32 .s-col-26{width:81.25%}.grid-32 .s-offset-26{margin-left:81.25%}.grid-32 .s-col-27{width:84.375%}.grid-32 .s-offset-27{margin-left:84.375%}.grid-32 .s-col-28{width:87.5%}.grid-32 .s-offset-28{margin-left:87.5%}.grid-32 .s-col-29{width:90.625%}.grid-32 .s-offset-29{margin-left:90.625%}.grid-32 .s-col-30{width:93.75%}.grid-32 .s-offset-30{margin-left:93.75%}.grid-32 .s-col-31{width:96.875%}.grid-32 .s-offset-31{margin-left:96.875%}.grid-32 .s-col-32{width:100%}.grid-32 .s-offset-32{margin-left:100%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-1{width:3.125%}.grid-32 .sl-offset-1{margin-left:3.125%}.grid-32 .sl-col-2{width:6.25%}.grid-32 .sl-offset-2{margin-left:6.25%}.grid-32 .sl-col-3{width:9.375%}.grid-32 .sl-offset-3{margin-left:9.375%}.grid-32 .sl-col-4{width:12.5%}.grid-32 .sl-offset-4{margin-left:12.5%}.grid-32 .sl-col-5{width:15.625%}.grid-32 .sl-offset-5{margin-left:15.625%}.grid-32 .sl-col-6{width:18.75%}.grid-32 .sl-offset-6{margin-left:18.75%}.grid-32 .sl-col-7{width:21.875%}.grid-32 .sl-offset-7{margin-left:21.875%}.grid-32 .sl-col-8{width:25%}.grid-32 .sl-offset-8{margin-left:25%}.grid-32 .sl-col-9{width:28.125%}.grid-32 .sl-offset-9{margin-left:28.125%}.grid-32 .sl-col-10{width:31.25%}.grid-32 .sl-offset-10{margin-left:31.25%}.grid-32 .sl-col-11{width:34.375%}.grid-32 .sl-offset-11{margin-left:34.375%}.grid-32 .sl-col-12{width:37.5%}.grid-32 .sl-offset-12{margin-left:37.5%}.grid-32 .sl-col-13{width:40.625%}.grid-32 .sl-offset-13{margin-left:40.625%}.grid-32 .sl-col-14{width:43.75%}.grid-32 .sl-offset-14{margin-left:43.75%}.grid-32 .sl-col-15{width:46.875%}.grid-32 .sl-offset-15{margin-left:46.875%}.grid-32 .sl-col-16{width:50%}.grid-32 .sl-offset-16{margin-left:50%}.grid-32 .sl-col-17{width:53.125%}.grid-32 .sl-offset-17{margin-left:53.125%}.grid-32 .sl-col-18{width:56.25%}.grid-32 .sl-offset-18{margin-left:56.25%}.grid-32 .sl-col-19{width:59.375%}.grid-32 .sl-offset-19{margin-left:59.375%}.grid-32 .sl-col-20{width:62.5%}.grid-32 .sl-offset-20{margin-left:62.5%}.grid-32 .sl-col-21{width:65.625%}.grid-32 .sl-offset-21{margin-left:65.625%}.grid-32 .sl-col-22{width:68.75%}.grid-32 .sl-offset-22{margin-left:68.75%}.grid-32 .sl-col-23{width:71.875%}.grid-32 .sl-offset-23{margin-left:71.875%}.grid-32 .sl-col-24{width:75%}.grid-32 .sl-offset-24{margin-left:75%}.grid-32 .sl-col-25{width:78.125%}.grid-32 .sl-offset-25{margin-left:78.125%}.grid-32 .sl-col-26{width:81.25%}.grid-32 .sl-offset-26{margin-left:81.25%}.grid-32 .sl-col-27{width:84.375%}.grid-32 .sl-offset-27{margin-left:84.375%}.grid-32 .sl-col-28{width:87.5%}.grid-32 .sl-offset-28{margin-left:87.5%}.grid-32 .sl-col-29{width:90.625%}.grid-32 .sl-offset-29{margin-left:90.625%}.grid-32 .sl-col-30{width:93.75%}.grid-32 .sl-offset-30{margin-left:93.75%}.grid-32 .sl-col-31{width:96.875%}.grid-32 .sl-offset-31{margin-left:96.875%}.grid-32 .sl-col-32{width:100%}.grid-32 .sl-offset-32{margin-left:100%}}@media only screen and (min-width:768px){.grid-32 .l-col-1{width:3.125%}.grid-32 .l-offset-1{margin-left:3.125%}.grid-32 .l-col-2{width:6.25%}.grid-32 .l-offset-2{margin-left:6.25%}.grid-32 .l-col-3{width:9.375%}.grid-32 .l-offset-3{margin-left:9.375%}.grid-32 .l-col-4{width:12.5%}.grid-32 .l-offset-4{margin-left:12.5%}.grid-32 .l-col-5{width:15.625%}.grid-32 .l-offset-5{margin-left:15.625%}.grid-32 .l-col-6{width:18.75%}.grid-32 .l-offset-6{margin-left:18.75%}.grid-32 .l-col-7{width:21.875%}.grid-32 .l-offset-7{margin-left:21.875%}.grid-32 .l-col-8{width:25%}.grid-32 .l-offset-8{margin-left:25%}.grid-32 .l-col-9{width:28.125%}.grid-32 .l-offset-9{margin-left:28.125%}.grid-32 .l-col-10{width:31.25%}.grid-32 .l-offset-10{margin-left:31.25%}.grid-32 .l-col-11{width:34.375%}.grid-32 .l-offset-11{margin-left:34.375%}.grid-32 .l-col-12{width:37.5%}.grid-32 .l-offset-12{margin-left:37.5%}.grid-32 .l-col-13{width:40.625%}.grid-32 .l-offset-13{margin-left:40.625%}.grid-32 .l-col-14{width:43.75%}.grid-32 .l-offset-14{margin-left:43.75%}.grid-32 .l-col-15{width:46.875%}.grid-32 .l-offset-15{margin-left:46.875%}.grid-32 .l-col-16{width:50%}.grid-32 .l-offset-16{margin-left:50%}.grid-32 .l-col-17{width:53.125%}.grid-32 .l-offset-17{margin-left:53.125%}.grid-32 .l-col-18{width:56.25%}.grid-32 .l-offset-18{margin-left:56.25%}.grid-32 .l-col-19{width:59.375%}.grid-32 .l-offset-19{margin-left:59.375%}.grid-32 .l-col-20{width:62.5%}.grid-32 .l-offset-20{margin-left:62.5%}.grid-32 .l-col-21{width:65.625%}.grid-32 .l-offset-21{margin-left:65.625%}.grid-32 .l-col-22{width:68.75%}.grid-32 .l-offset-22{margin-left:68.75%}.grid-32 .l-col-23{width:71.875%}.grid-32 .l-offset-23{margin-left:71.875%}.grid-32 .l-col-24{width:75%}.grid-32 .l-offset-24{margin-left:75%}.grid-32 .l-col-25{width:78.125%}.grid-32 .l-offset-25{margin-left:78.125%}.grid-32 .l-col-26{width:81.25%}.grid-32 .l-offset-26{margin-left:81.25%}.grid-32 .l-col-27{width:84.375%}.grid-32 .l-offset-27{margin-left:84.375%}.grid-32 .l-col-28{width:87.5%}.grid-32 .l-offset-28{margin-left:87.5%}.grid-32 .l-col-29{width:90.625%}.grid-32 .l-offset-29{margin-left:90.625%}.grid-32 .l-col-30{width:93.75%}.grid-32 .l-offset-30{margin-left:93.75%}.grid-32 .l-col-31{width:96.875%}.grid-32 .l-offset-31{margin-left:96.875%}.grid-32 .l-col-32{width:100%}.grid-32 .l-offset-32{margin-left:100%}.grid-32 .l-col-third{width:33.33333%}.grid-32 .l-col-two-third{width:66.66666%}.grid-32 .l-col-fifth{width:20%}.grid-32 .l-col-sixth{width:16.6666666667%}.grid-32 .l-col-seventh{width:14.2857142857%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-offset-0{margin-left:0}.grid-32 .m-col-1{width:3.125%}.grid-32 .m-offset-1{margin-left:3.125%}.grid-32 .m-col-2{width:6.25%}.grid-32 .m-offset-2{margin-left:6.25%}.grid-32 .m-col-3{width:9.375%}.grid-32 .m-offset-3{margin-left:9.375%}.grid-32 .m-col-4{width:12.5%}.grid-32 .m-offset-4{margin-left:12.5%}.grid-32 .m-col-5{width:15.625%}.grid-32 .m-offset-5{margin-left:15.625%}.grid-32 .m-col-6{width:18.75%}.grid-32 .m-offset-6{margin-left:18.75%}.grid-32 .m-col-7{width:21.875%}.grid-32 .m-offset-7{margin-left:21.875%}.grid-32 .m-col-8{width:25%}.grid-32 .m-offset-8{margin-left:25%}.grid-32 .m-col-9{width:28.125%}.grid-32 .m-offset-9{margin-left:28.125%}.grid-32 .m-col-10{width:31.25%}.grid-32 .m-offset-10{margin-left:31.25%}.grid-32 .m-col-11{width:34.375%}.grid-32 .m-offset-11{margin-left:34.375%}.grid-32 .m-col-12{width:37.5%}.grid-32 .m-offset-12{margin-left:37.5%}.grid-32 .m-col-13{width:40.625%}.grid-32 .m-offset-13{margin-left:40.625%}.grid-32 .m-col-14{width:43.75%}.grid-32 .m-offset-14{margin-left:43.75%}.grid-32 .m-col-15{width:46.875%}.grid-32 .m-offset-15{margin-left:46.875%}.grid-32 .m-col-16{width:50%}.grid-32 .m-offset-16{margin-left:50%}.grid-32 .m-col-17{width:53.125%}.grid-32 .m-offset-17{margin-left:53.125%}.grid-32 .m-col-18{width:56.25%}.grid-32 .m-offset-18{margin-left:56.25%}.grid-32 .m-col-19{width:59.375%}.grid-32 .m-offset-19{margin-left:59.375%}.grid-32 .m-col-20{width:62.5%}.grid-32 .m-offset-20{margin-left:62.5%}.grid-32 .m-col-21{width:65.625%}.grid-32 .m-offset-21{margin-left:65.625%}.grid-32 .m-col-22{width:68.75%}.grid-32 .m-offset-22{margin-left:68.75%}.grid-32 .m-col-23{width:71.875%}.grid-32 .m-offset-23{margin-left:71.875%}.grid-32 .m-col-24{width:75%}.grid-32 .m-offset-24{margin-left:75%}.grid-32 .m-col-25{width:78.125%}.grid-32 .m-offset-25{margin-left:78.125%}.grid-32 .m-col-26{width:81.25%}.grid-32 .m-offset-26{margin-left:81.25%}.grid-32 .m-col-27{width:84.375%}.grid-32 .m-offset-27{margin-left:84.375%}.grid-32 .m-col-28{width:87.5%}.grid-32 .m-offset-28{margin-left:87.5%}.grid-32 .m-col-29{width:90.625%}.grid-32 .m-offset-29{margin-left:90.625%}.grid-32 .m-col-30{width:93.75%}.grid-32 .m-offset-30{margin-left:93.75%}.grid-32 .m-col-31{width:96.875%}.grid-32 .m-offset-31{margin-left:96.875%}.grid-32 .m-col-32{width:100%}.grid-32 .m-offset-32{margin-left:100%}}@media only screen and (max-width:767px){.grid-32 .s-col-third{width:33.33333%}.grid-32 .s-col-two-third{width:66.66666%}.grid-32 .s-col-fifth{width:20%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-third{width:33.33333%}.grid-32 .sl-col-two-third{width:66.66666%}.grid-32 .sl-col-fifth{width:20%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-col-third{width:33.33333%}.grid-32 .m-col-two-third{width:66.66666%}.grid-32 .m-col-fifth{width:20%}.grid-32 .m-col-sixth{width:16.6666666667%}}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-webfont.svg#droid_sansregular14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.svg#droid_sansbold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-regular.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-regular.svg#FiraSans14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-500.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-500.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-500.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-500.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-500.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-500.svg#FiraSans14112018jp20') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-700.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-700.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-700.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-700.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-700.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-700.svg#FiraSans14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.svg#PTSans-Caption14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.svg#PTSans-CaptionBold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'icon';src:url('/media/fonts/font2/icon.eot?14112018jp20');src:url('/media/fonts/font2/icon.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/font2/icon.woff2?14112018jp20') format('woff2'),url('/media/fonts/font2/icon.woff?14112018jp20') format('woff'),url('/media/fonts/font2/icon.ttf?14112018jp20') format('truetype'),url('/media/fonts/font2/icon.svg#icon?14112018jp20') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'icon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;.ico,.ico:before{speak:none}-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon--custom{font-family:'icon_custom'}.icon-left:before{content:"\21"}.icon-right:before{content:"\22"}.icon-up-arrow-long:before{content:"\23"}.icon-dropdown:before{content:"\24"}.icon-left-circle:before{content:"\25"}.icon-right-circle:before{content:"\26"}.icon-page-up:before{content:"\27"}.icon-tick:before{content:"\28"}.icon-cross:before{content:"\29"}.icon-plus:before{content:"\2a"}.icon-minus:before{content:"\2b"}.icon-bag:before{content:"\2c"}.icon-trolley:before{content:"\2d"}.icon-search:before{content:"\2e"}.icon-login:before{content:"\2f"}.icon-logout:before{content:"\30"}.icon-heart:before{content:"\31"}.icon-star:before{content:"\32"}.icon-star-empty:before{content:"\33"}.icon-envelope:before{content:"\34"}.icon-envelope-white:before{content:"\35"}.icon-mobile:before{content:"\36"}.icon-phone-circle:before{content:"\37"}.icon-phone-old:before{content:"\38"}.icon-phone:before{content:"\39"}.icon-van:before{content:"\3a"}.icon-van-circle:before{content:"\3b"}.icon-menu:before{content:"\3c"}.icon-grid:before{content:"\3d"}.icon-list:before{content:"\3e"}.icon-question:before{content:"\3f"}.icon-quote:before{content:"\40"}.icon-close:before{content:"\41"}.icon-circle-tick:before{content:"\42"}.icon-circle:before{content:"\43"}.icon-square-tick:before{content:"\44"}.icon-square:before{content:"\45"}.icon-address-book:before{content:"\46"}.icon-details:before{content:"\47"}.icon-history:before{content:"\48"}.icon-lock:before{content:"\49"}.icon-update:before{content:"\4a"}.icon-remove:before{content:"\4b"}.icon-switch:before{content:"\4c"}.icon-refresh:before{content:"\4d"}.icon-globe:before{content:"\4e"}.icon-uk:before{content:"\4f"}.icon-currency:before{content:"\50"}.icon-exchange:before{content:"\51"}.icon-quotes:before{content:"\52"}.icon-quotes-black:before{content:"\53"}.icon-home:before{content:"\54"}.icon-gift:before{content:"\55"}.icon-size-guide:before{content:"\56"}.icon-thumbs-up:before{content:"\57"}.icon-padlock:before{content:"\58"}.icon-pdf:before{content:"\59"}.icon-download:before{content:"\5a"}.icon-locate:before{content:"\5b"}.icon-trade:before{content:"\5c"}.icon-paypal:before{content:"\5d"}.icon-id:before{content:"\5e"}.icon-5stars:before{content:"\5f"}.icon-5stars-alt:before{content:"\60"}.icon-twitter:before{content:"\61"}.icon-facebook:before{content:"\62"}.icon-instagram:before{content:"\63"}.icon-google-plus:before{content:"\64"}.icon-pinterest:before{content:"\65"}.icon-youtube:before{content:"\66"}.icon-blog:before{content:"\67"}.icon-polyvore:before{content:"\68"}.icon-linkedin:before{content:"\69"}.icon-playvideo:before{content:"\6a"}.icon-tumblr:before{content:"\6b"}.icon-360-spin:before{content:"\6c"}.icon-calc:before{content:"\6d"}.icon-houzz:before{content:"\6e"}.icon-vimeo:before{content:"\6f"}.icon-snapchat:before{content:"\70"}.icon-print:before{content:"\71"}.icon-star-half:before{content:"\72"}.icon-flickr:before{content:"\73"}.icon-flag:before{content:"\74"}.icon-custom1:before{content:"\75"}.icon-custom2:before{content:"\76"}.icon-custom3:before{content:"\77"}.icon-custom4:before{content:"\78"}.icon-custom5:before{content:"\79"}.icon-custom6:before{content:"\7a"}.icon-2-across:before{content:"\7b"}.icon-3-across:before{content:"\7c"}.icon-4-across:before{content:"\7d"}.icon-whatsapp:before{content:"\7e"}.icon-skype:before{content:"\7f"}.ico.icon-custom1,.ico.icon-custom2,.ico.icon-custom3,.ico.icon-custom4,.ico.icon-custom5,.ico.icon-custom6{font-family:"icon_custom"}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;outline:none;height:100%;min-height:1px;overflow:hidden;position:relative}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{display:none;height:26%;padding:0;position:absolute;text-align:center;top:37%;width:50px;font-weight:700;text-align:center;position:absolute;z-index:100;background:none;border:0;color:#ffffff}.slick-arrow-vertical{position:relative;width:100%;height:10%}.slick-arrow-vertical .icon-left:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right{position:relative;top:5px}.slick-arrow-vertical .icon-left{position:relative;top:2px}.slick-slider--arrow-2 .slick-arrow{width:auto}.slick-arrow:hover{background:none;color:#ffffff}.slick-prev{left:0}.slick-next{right:0}.slick-slider--arrow-3 .slick-arrow,.slick-slider--arrow-4 .slick-arrow{color:#6e7475;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-3 .slick-arrow:hover,.slick-slider--arrow-4 .slick-arrow:hover{color:#b981ad;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-4 .slick-arrow{opacity:0}.slick-slider--arrow-3 .slick-arrow.slick-next,.slick-slider--arrow-4 .slick-arrow.slick-next{-webkit-border-top-left-radius:3;-webkit-border-bottom-left-radius:3;-moz-border-radius-topleft:3;-moz-border-radius-bottomleft:3;border-top-left-radius:3;border-bottom-left-radius:3;border-right:0}.slick-slider--arrow-3 .slick-arrow.slick-prev,.slick-slider--arrow-4 .slick-arrow.slick-prev{-webkit-border-top-right-radius:3;-webkit-border-bottom-right-radius:3;-moz-border-radius-topright:3;-moz-border-radius-bottomright:3;border-top-right-radius:3;border-bottom-right-radius:3;border-left:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-prev,.slick-slider--arrow-4 .slick-arrow-vertical.slick-prev{border-left:1px solid #edece8;border-bottom:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-next,.slick-slider--arrow-4 .slick-arrow-vertical.slick-next{border-right:1px solid #edece8;border-top:0}.slick-arrow span{font-weight:700;font-size:2rem}.slick-slider--arrow-2 .slick-arrow span{opacity:0.75;font-size:5rem;font-weight:400}@media only screen and (max-width:767px){.slick-slider--arrow-2 .slick-arrow span{font-size:3rem}}.slick-dots{margin:0;padding:0;text-align:center;position:absolute;bottom:0.75rem;width:100%}.slick-dots li{display:inline-block;margin:0 0.375rem;padding:0}.slick-dots li button{font-size:0;background:#ffffff;height:14px;width:14px;border-radius:50%;line-height:0;border:1px solid #9dc8d4;letter-spacing:0;margin-bottom:0;padding:0}.slick-dots li.slick-active button{background:#b981ad;border-color:#b981ad}input[type='text'],input[type='email'],input[type='password'],input[type='search'],textarea{-webkit-appearance:none;-moz-appearance:none}input{-webkit-border-radius:0}input[type="image"]{padding:0}input,.input,select,textarea,label,.label,button,.button{margin-bottom:1rem;line-height:inherit}input,select,textarea,button{font-family:inherit}input,select,textarea{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem}input[type='file']{border:none}input[type='text'],input[type='email'],input[type='password'],input[type='search'],input[list],select{height:3rem}input,select{padding:0 0.938rem}textarea{padding:0.938rem}input[type="search"]{box-sizing:inherit}input:active,input:focus,textarea:active,textarea:focus{background-color:#ffffff;outline:0}input::-webkit-input-placeholder{color:#6e7475}input::-moz-placeholder{color:#6e7475;opacity:1}input:-ms-input-placeholder{color:#6e7475}input:-moz-placeholder{color:#6e7475;opacity:1}label,.label{color:#2b3030;font-size:0.833rem;line-height:1rem}label{display:block}button,.button,.button--invert:hover{background-color:#b981ad;color:#ffffff}button,.button{padding:0.75rem 1.5rem;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s}button{display:block}button:disabled,.button--disabled{background-color:#b981ad;color:#ffffff;border:1px solid #b981ad;opacity:0.5}.button{display:inline-block}button:hover:not(:disabled),.button:hover:not(:disabled),.button--invert{background-color:#ffffff;color:#2b3030}.button--match-input{padding:0.75rem}.button--sm{padding:0.5rem 1rem}.button--lg{padding:1rem 2rem}.button--secondary{background-color:#363636;color:#ffffff;border:1px solid #363636}input.invalid{background-color:rgba(210,168,168,1);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.form-group{margin-top:2rem}.capture_plus_hidden_row{display:none}.form-subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;display:block}.form-subtitle--1{margin-bottom:2rem}.form-subtitle--2{margin-bottom:1rem}.error_textbox{background-color:red}.mandatory-key{color:#797979;margin-top:0;font-size:0.833rem;font-style:italic}.mandatory-key__symbol,.mandatory{color:red}.search-form input,.search-form button{height:44px;line-height:44px;padding:0 0.75rem}.search-form button{background-color:#ffffff;color:#2b3030;border:1px solid #9dc8d4;white-space:nowrap}.search-form button:hover{background-color:#b981ad;color:#ffffff}.form-builder__checkbox{margin:1rem 0}.form-builder__checkbox input[type="checkbox"],.form-builder__checkbox input[type="radio"]{margin:0}.form-builder__checkbox label{margin:0 .25rem 0;display:inline}.form-builder__html--product-info{margin-top:1rem;color:#2b3030;font-size:0.833rem;line-height:1rem}input[type="checkbox"].checkbox--multi,.multi_checkbox__label{margin:0;line-height:normal;vertical-align:initial}.newsletter_groups_wrapper>.row{padding:.5rem 0}.newsletter_groups_wrapper>.row:last-child{padding-bottom:1rem}.brochure_wrapper .col--image img{margin-bottom:.5rem}.brochure_wrapper .col--image{padding-bottom:1rem}.cms-page__captcha-image{display:block;margin-bottom:1rem;font-size:0.833rem}.cms-page__captcha-image img{margin-bottom:.5rem}.captcha,.captcha__image,.captcha__message{margin-bottom:1rem}.input--expand,.select--expand,.button--expand,.textarea--expand{width:100%}.input--error,.select--error{margin-bottom:0;border-color:#e39da5;border-bottom:none;border-radius:2px 2px 0 0}.input--error-message,.select--error-message{width:100%;float:left;background-color:red;color:#ffffff;margin-bottom:1rem;padding:0.5rem;border-width:1px;font-size:0.833rem}.checkout-input-message--error{color:#d7041d;font-size:0.75em;line-height:1.333em;display:block;margin-bottom:1rem}@media only screen and (max-width:767px){.input--error,.select--error{border-width:2px}textarea.select--error{vertical-align:bottom}.s-input--expand,.s-button--expand{width:100%}}@media only screen and (min-width:768px){.input--error,.select--error{border-width:1px}}@media only screen and (min-width:1025px){label,input[type="checkbox"],input[type="radio"]{margin-top:1rem}}.pcaCapturePlus input{height:3rem;margin-bottom:0}.capture_plus_options{margin-bottom:1rem}.js .input-group--postcode_anywhere:not(.noload--fallback) #house_number,.js .input-group--postcode_anywhere:not(.noload--fallback) #address_house{border-bottom:none;margin-bottom:0}.capture_plus_options,.capture_plus_manual_edit_options{font-size:0.833rem}.form-builder .capture_plus_options>div,.form-builder .capture_plus_manual_edit_options{border-color:#9dc8d4 !important}.form-builder .capture_plus_manual_edit_options{margin-top:0 !important}.input-group--error .pcaAutoComplete{border-color:red}.input-group--error .capture_plus_options.direct>div{background-color:red;color:#ffffff;border-color:red}.input-group--error .capture_plus_options.direct>div a{color:#ffffff}.no-js .form-builder .capture_plus_hidden_row{display:block}.pca-fallback{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem;padding:0 0.938rem;height:3rem;cursor:text}.no-js .pca-fallback{display:none}#js-facebook-button,#js-twitter-button,#js-google-button{text-decoration:none}.account-page__section .account-page__content--social{padding:1rem}.account-page__content__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.social-btn-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.25rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem;padding:0;text-decoration:none}.social-btn-group:hover{color:#fff;opacity:.8}.social-btn-group>*{padding:.75rem}.social-btn-group>i,.social-btn-group>img{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px}.social-btn-group>span{-webkit-box-flex:1;-ms-flex:1 0 80%;flex:1 0 80%;font-size:.833rem;text-align:center}.social-btn-group--facebook{background-color:#428bca;color:#fff}.social-btn-group--facebook>i{border-right:1px solid #357ebd}.social-btn-group--twitter{background-color:#5bc0de;color:#fff}.social-btn-group--twitter>i{border-right:1px solid #46b8da}.social-btn-group--google{background-color:#fff;border:1px solid #ccc;color:#2a2a2a}.social-btn-group--google:hover{color:#2a2a2a}.social-btn-group--google>img{border-right:1px solid #ccc}.account-page__social-image{border-radius:50%;margin:0 auto 1rem}.form-builder__textnote{color:#2b3030;font-size:0.833rem;line-height:1rem}@media only screen and (min-width:768px){.account-page__content__social{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.account-page__content__social>*:not(:first-of-type){margin-left:1rem}.social-btn-group>span{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}@media only screen and (min-width:1024px){#social_register_holder{margin:0 auto;max-width:900px}#social_register_holder .full_name_wrapper label,#social_register_holder .email_address_wrapper label{text-align:center}}.newsletter_signup_wrapper a,.stock-notification__newsletter__terms a,.newsletter-signup__newsletter__terms a{text-decoration:underline}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}body{font-size:100%;background-color:#ffffff;color:#606060;font-family:'PT Sans',sans-serif;line-height:1.25}@media only screen and (max-width:767px){html,body{height:100%}}img{max-width:100%;display:block}a{color:#606060;text-decoration:none}a:hover,a.promo-unit__link:hover .promo-unit__text{text-decoration:underline}a.ico:hover,a.button:hover,a.promo-unit__link:hover{text-decoration:none}a:active,a:focus,button:active,button:focus,img:active,img:focus{outline:0}p,ul,ol,li,blockquote{margin:1rem 0}ul,ol{padding:0 0 0 1rem}ul{margin:0 0 1rem 1rem}h1,h2,h3,h4,h5,h6{margin:1rem 0}p:first-child,ul:first-child,li:first-child,blockquote:first-child,h2:first-child{margin-top:0}p:last-child,ul:last-child,li:last-child,blockquote:last-child{margin-bottom:0}button{-webkit-border-radius:0px}@media only screen and (max-width:767px){.s-hide,.m-only,.m-up{display:none !important}}@media only screen and (min-width:768px){.s-only{display:none !important}}@media only screen and (min-width:768px) and (max-width:1024px){.m-hide{display:none !important}}@media only screen and (max-width:1024px){.l-only,.l-up{display:none !important}}@media only screen and (min-width:1025px){a:hover{color:#b981ad}.m-down,.m-only{display:none !important}.l-image-align-center{margin:0 auto}}@media only screen and (min-width:1025px) and (max-width:1439px){.l-hide{display:none !important}}@media only screen and (max-width:1439px){.xl-only{display:none !important}}@media only screen and (min-width:1440px){.l-only,.l-down,.xl-hide{display:none !important}.xl-image-align-center{margin:0 auto}}.no-bullet,.bullet{margin-left:0}.no-bullet{padding:0;list-style:none}.left{float:left}.right{float:right}.inline-list{margin:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{display:block;float:left}.all-hide{display:none}.address{font-size:0.833rem}ul.address li{margin:0 0 0.25rem 0}ul.address li:last-child{margin-bottom:0}.button-group{margin:0;padding:0;list-style:none}.button-group>li{display:block;float:left}.button-group .button,.button-group button{margin:0}@media only screen and (max-width:767px){.button-group>li{margin:0 0 0.5rem 0;float:none}.button-group>li:last-child{margin-bottom:0}.button-group>li>a{text-align:center}}@media (min-width:768px){.button-group--right{float:right}}.inline-list--right>li{float:right}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.image-align-center{margin:0 auto}.no-border-right{border-right:none !important}.no-border-left{border-left:none !important}.site-title{background-color:#ffffff;color:#2b3030;padding:1rem;margin-bottom:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;border-top:1px solid #ffffff;border-bottom:1px solid #edece8;text-align:center}.site-sub-title{text-align:center}.product-list{padding:0}.search-results-products .product-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}.search-results-products .product-list:before,.search-results-products .product-list:after{display:block}html.flexbox .product-list.row:before,html.flexbox .product-list.row:after{display:inherit}.product-list li{margin:0}#ajax_filters_loading{position:fixed}.ajax-loading{background:rgba(255,255,255,.6);z-index:9999;top:0;left:0;height:100%;width:100%}.site-header__sticky{background:#b981ad;color:#ffffff;text-align:center;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;padding:0.5rem 0}.site-header__sticky a{color:#ffffff}.site-header__sticky .promo-unit__text__title{font-weight:700}.site-header__sticky__col{position:relative;padding:0 1.5rem}.site-header__sticky__close{position:absolute;right:5px;line-height:1.25;cursor:pointer}.site-header__sticky-drop-down--links--country--container__list{padding:0;margin:0}.site-header__sticky-drop-down--links--country .drop-down--links--country{list-style:none;float:left}.site-header__sticky-drop-down--country--name{text-align:left}.sticky-drop-down--links--country-container img{display:inline}.sticky-drop-down--links--country-container{margin:0 0.5rem 0 0}.site-header__sticky__links__country li{text-align:left}.site-header__sticky__links__country img{display:inline-block}@media only screen and (max-width:1024px){.promo-unit-sticky-promo{display:none}.promo-unit-sticky-promo-sticky-stack div{display:block;padding:3px 0}.promo-unit-sticky-promo i{vertical-align:middle;margin-right:0.5rem}.promo-unit-sticky-promo:first-child{display:block}.site-header__sticky__col{padding:0 1.5rem}.site-header__sticky .slick-arrow{top:-7px;width:auto}.site-header__sticky .slick-arrow span{font-size:0.75rem}}@media only screen and (max-width:767px){.site-header__sticky{font-size:0.579rem}}.floating-sidebar{position:fixed;right:0;top:25%;z-index:15}.floating-sidebar #whoson_chat_link img{display:none}.floating-sidebar #whoson_chat_link #whoson-image{display:block}.vertical-table{width:100%;border:1px solid #9dc8d4}.vertical-table:not(:first-child){margin-top:1rem}.vertical-table:not(:last-child){margin-bottom:1rem}.vertical-table tr{border-bottom:1px solid #9dc8d4}.vertical-table tr:nth-child(even){background-color:#e1dfdf}.vertical-table th,.vertical-table td:not(:last-child){border-right:1px solid #9dc8d4}.vertical-table th,.vertical-table td{padding:0.5rem;font-size:0.833rem}.vertical-table th{text-align:left;display:none}.vertical-table td{display:block}.vertical-table td:before{width:8em;content:attr(data-th) ":";display:inline-block}.vertical-table td.no-content-before:before{content:'';width:0;display:none}@media (min-width:768px){.vertical-table th,.vertical-table td{display:table-cell}.vertical-table td:before{display:none}}.rwd-table{margin:1em 0;width:100%}.rwd-table tbody tr:not(.rwd-table__row--no-border){border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table th{display:none}.rwd-table td{font-size:0.833rem;display:block;vertical-align:top}.rwd-table td:before{width:8em;content:attr(data-th) ":";font-weight:bold;display:inline-block}.rwd-table td.no-content-before:before{content:'';width:0;display:none}td.rwd-table__valign-m{vertical-align:middle}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th:first-child,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td:first-child{border-left:1px solid #9dc8d4}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td{border-right:1px solid #9dc8d4}@media only screen and (min-width:768px){.spend-table{width:25%}}@media only screen and (max-width:767px){.spend-table{width:100%}}.spend-table{margin-bottom:1rem;border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}#spend_table_explanation{margin-bottom:1rem;padding-bottom:1rem}.rwd-table__headings,.spend-table__headings{border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table__headings th,.spend-table__headings th{background-color:#e1dfdf;color:#2b3030;text-align:left}.rwd-table__headings th.text-align-center{text-align:center}.rwd-table__title{font-weight:700}.spend-table__headings,.spend-table .orders-list__row{padding:0.5rem}.spend-table__headings span{font-size:0.75rem;display:block}.rwd-table tfoot td{padding:1rem 0.5rem}.footer-credit a[href^="tel:"]{color:inherit;pointer-events:none}@media only screen and (max-width:767px){.rwd-table>tbody>tr>td,.spend-table>tbody>tr>td,.spend-table th{padding:0.5rem 0}.rwd-table ul,.rwd-table img:not(:last-child){margin-top:1rem}.rwd-table ul.button-group{margin-top:0}.rwd-table input,.rwd-table select,.rwd-table textarea{margin:1rem 0 0 0;display:block}}@media (min-width:768px){.rwd-table th,.rwd-table>tbody>tr>td{padding:0.5rem}.rwd-table th,.rwd-table td{display:table-cell}.rwd-table td:before{display:none}}.flex-table{width:100%}.flex-table td,.flex-table th{text-align:center;border:1px solid #9dc8d4;padding:6px;word-wrap:break-word}.flex-table th:first-child,.flex-table td:first-child{font-weight:bold;color:black}@media only screen and (max-width:767px){.flex-table tr{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:space-around}.flex-table td,.flex-table th{display:block;width:25%}.flex-table th:first-child,.flex-table td:first-child{width:100%}.flex-table th:first-child{display:none}}.message{margin-bottom:1rem;font-size:0.833rem}.message--success{color:green}.message--error{color:red}.alert{background-color:#000000;color:#ffffff;margin-bottom:1rem;padding:1rem 3rem 1rem 1rem;font-size:0.833rem;font-weight:700;position:relative}.alert--positive{background-color:green}.alert--negative{background-color:red}.alert__close{color:#eeeeee;display:block;position:absolute;top:1rem;right:1rem}.alert__close:hover{color:#ffffff}@media only screen and (max-width:767px){.s-text-align-left{text-align:left}.s-text-align-center{text-align:center}.s-text-align-right{text-align:right}.site-title{text-align:center}.s-image-align-center{margin:0 auto}.popover-alert{background-color:green;color:#ffffff;padding:0.813rem 0;font-size:0.694rem;text-align:center;opacity:.8;display:none}}@media only screen and (max-width:767px) and (orientation:landscape){.sl-text-align-left{text-align:left}.sl-text-align-center{text-align:center}.sl-text-align-right{text-align:right}.sl-image-align-center{margin:0 auto}}.show-for-sr{height:1px;width:1px;margin:0;position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}@media only screen and (min-width:768px){.m-up-cf:before,.m-up-cf:after{content:" ";display:table}.m-up-cf:after{clear:both}.m-up-cf{*zoom:1}}.table{display:table}.table--expand{width:100%}.table__row{display:table-row}.table__cell{display:table-cell;vertical-align:top}.table__cell--expand{width:100%}.drop-down .drop-down__menu{visibility:hidden;opacity:0;transition:visibility 0s,opacity 0s}.spinner{margin:auto;width:70px;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;height:18px}.spinner>div{width:18px;height:18px;background-color:#888888;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1.0)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.0);transform:scale(1.0)}}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex--fw-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex--ai-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex--ai-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex--ai-end{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.flex--jc-sb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex--jc-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex--jc-fe{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:767px){.s-flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.s-flex--fd-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.s-flex-spacer--vertical>.col{margin-bottom:1rem}}#vs-browser-check{width:0;position:absolute;display:none}@media only screen and (max-width:767px){#vs-browser-check{width:5px}.s-float--reset{float:left}.drop-down .drop-down__menu{display:none;visibility:visible;opacity:1}.s-flex--fd-column{flex-direction:column}}@media only screen and (min-width:768px) and (max-width:1024px){#vs-browser-check{width:10px}.m-float--reset{float:left}.m-text-align-left{text-align:left}.m-text-align-center{text-align:center}.m-text-align-right{text-align:right}.m-image-align-center{margin:0 auto}}@media only screen and (min-width:768px){.drop-down .drop-down__menu{background-color:#ffffff;color:#606060;position:absolute;top:100%;left:0;z-index:101}.drop-down .drop-down__menu:before{content:" ";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:0px 3px 3px 0px rgba(110,116,117,.6);-moz-box-shadow:0px 3px 3px 0px rgba(96,96,96,.6);box-shadow:0px 3px 3px 0px rgba(96,96,96,.6)}.drop-down:not(.drop-down--nav-no-hover):not(.drop-down--nav--delay):hover>.drop-down__menu{visibility:visible;opacity:1;transition-delay:150ms;-webkit-transition-delay:150ms}.delay .drop-down:not(.drop-down--nav-no-hover):hover>.drop-down__menu{visibility:visible;opacity:1}.drop-down--links{position:relative}.drop-down--links.drop-down>.drop-down__menu{padding:1rem;left:-1rem}.drop-down--links.drop-down>.drop-down__menu ul{margin:0}.drop-down--links>.drop-down__menu li{white-space:nowrap;margin:0 0 0.5rem}.drop-down--links>.drop-down__menu li:last-child{margin:0}.drop-down--links,.drop-down--links a{color:#6e7475}.drop-down--links .drop-down__menu a:hover{text-decoration:underline}.button-group>li{margin:0 1px 0 0}.button-group>li:last-child{margin-right:0}}@media only screen and (max-width:1024px){div#gts-c{display:none}}@media only screen and (min-width:1025px) and (max-width:1439px){#vs-browser-check{width:15px}.l-float--reset{float:left}}@media only screen and (min-width:1440px){#vs-browser-check{width:20px}.xl-float--reset{float:left}}.pos-fix{position:fixed}.pos-rel{position:relative}.pos-abs{position:absolute}.promo_unit{position:relative}.promo-unit__overlays{top:0;left:50%;-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);height:100%;width:100%;position:absolute;background-image:url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');z-index:10}.promo-unit__overlay{position:absolute;z-index:1}.promo-unit__overlay__link{width:100%;height:100%;display:block}.promo-unit__overlay.promo-unit__overlay--countdown{display:table}.promo-unit--overlay{position:relative}@media only screen and (min-width:1025px){.promo-unit__link img{-moz-transition:opacity .3s linear;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-backface-visibility:hidden}.promo-unit__link img:hover{opacity:0.8}.site-header__top .promo-unit__link img:hover{opacity:1}}.deals-widget__countdown{height:100%;width:100%;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;text-align:center;display:table-cell;vertical-align:middle}.deals-widget__countdown li{margin:0;display:inline-block;padding-right:5px}.deals-widget__countdown li:last-child{padding:0}@media only screen and (max-width:767px){.deals-widget__countdown{font-size:1.2rem}}.signup-loader{display:none}.ajax-loading.signup-loader{height:44px}.signup-loading .signup-loader{display:block;position:absolute}.site-footer__top__newsletter .search-form{position:relative}.signup-result{position:absolute;top:55px;padding:0.5rem 1rem;background:#e1dfdf;display:none;width:auto;font-size:0.694rem;line-height:1rem;color:#fff}.signup-result:before{width:0;height:0;border-left:10px solid transparent;border-bottom:10px solid #e1dfdf;border-right:10px solid transparent;position:absolute;left:20px;bottom:100%;content:""}.signup-success .signup-result{background:#7fd47f}.signup-success .signup-result:before{border-bottom-color:#7fd47f}.signup-error .signup-result{background:#ff7a6c}.signup-error .signup-result:before{border-bottom-color:#ff7a6c}.signup-existing .signup-result{background:#eecf64}.signup-existing .signup-result:before{border-bottom-color:#eecf64}.site-footer__top__newsletter__groups{padding-bottom:1rem}.site-footer__top__newsletter__group-holder{display:inline-block;margin-right:20px;white-space:nowrap}.site-footer__top__newsletter__groups input[type=checkbox]{font-size:1rem;margin-left:5px}.popup_newsletter_signup{position:relative}.product-content__price--inc em,.product-content__price--ex em{font-style:normal}.site-header__nav{background-color:#f6f7f7}.site-header__nav__menu li{margin:0}.site-header__nav__menu li a{cursor:pointer}.site-header__nav__menu li a.top_level_link--img{text-align:center;display:block;margin:0 auto}.site-header__nav__menu li a.top_level_link--img img{width:64px;height:auto;margin:0 auto;border:1px solid #eee}.site-header__nav__menu>li>a{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030}.site-header__nav__menu>li.sale-menu>a{color:#b981ad;background:#f6f7f7}.site-header__nav__menu>li.compact-menu.drop-down.drop-down--nav{position:relative}.site-header__nav__menu>li>.drop-down__menu a{color:#606060}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__promo-unit a{padding:0;display:inline}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__promo-unit a img{height:auto}.drop-down__menu__block,.drop-down__title{padding:0.5rem 0}.drop-down__menu__block ul{padding:0 0.5rem;margin:0}.drop-down__menu__promo-unit{padding:0 0.5rem;display:block}.drop-down__menu__text{padding:0.5rem 0.5rem 1rem 0.5rem}.drop-down__title{font-weight:bold;color:#2b3030}.menu-items-all,.drop-down__view-all{font-style:italic;font-weight:bold}.drop-down__menu__block--hidden{display:none}@media only screen and (max-width:767px){.site-header__nav{width:100%;display:none;position:absolute;top:auto;z-index:200;border:0}.site-header__nav__menu{z-index:99;position:relative}.site-header__nav__menu li a.top_level_link--img{text-align:left;display:inline-block;margin:auto}.site-header__nav__menu li a.top_level_link--img img{display:none}.site-header__nav__menu>li>a{border-bottom:1px solid #2b3030;font-size:1rem;padding:1rem 3rem 1rem 1rem;display:block}.drop-down__menu-toggle{position:relative}.drop-down__menu-toggle .icon{position:absolute;top:1.125rem;right:1rem}.site-header__nav__menu>li>.drop-down__menu{background-color:#ffffff}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__block,.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__block ul li{margin-bottom:0.5rem;list-style-type:none}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu__block:last-child{margin-bottom:0}.drop-down__menu__block,.drop-down__title{padding:0}.drop-down__menu{padding:0.5rem 0}.drop-down__title{padding:0.5rem 0 0}.drop-down__title--empty{display:none}.site-header__nav__menu>li>.drop-down__menu .drop-down__menu{margin-left:1rem}}@media only screen and (min-width:768px){.site-header__nav__menu{width:100%;display:table;position:relative}.site-header__nav__menu.site-header__nav__menu--centred{text-align:center;display:block}.site-header__nav__menu.site-header__nav__menu--centred>li{width:auto;display:inline-block}.site-header__nav__menu.site-header__nav__menu--centred>li>a{padding-left:1.5rem;padding-right:1.5rem}.site-header__nav__menu.site-header__nav__menu--dividers>li{padding-top:0.5rem;padding-bottom:0.5rem}.site-header__nav__menu.site-header__nav__menu--dividers>li>a{padding-top:0.25rem;padding-bottom:0.25rem}.site-header__nav__menu.site-header__nav__menu--dividers>li:not(:last-child)>a{border-right:1px solid #f6f7f7}.site-header__nav__menu>li{width:1440px;display:table-cell;vertical-align:middle}.site-header__nav__menu>li>a{padding:0.75rem 0;text-align:center;display:block;border-top:1px solid #edece8;border-bottom:1px solid #edece8;white-space:nowrap}.site-header__nav__menu>li.sale-menu>a{border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu>li>a:hover,.site-header__nav__menu>li>a.drop-down__menu-toggle--active{color:#9dc8d4;background-color:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu>li.sale-menu>a:hover,.site-header__nav__menu>li.sale-menu>a.drop-down__menu-toggle--active{color:#9dc8d4;background:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu>li .drop-down__menu ul li a,.drop-down__menu__text{font-size:0.833rem}.drop-down--nav .drop-down__menu{max-width:100%;width:100%}.drop-down--nav .drop-down__menu ul li{margin:0 0 0.375rem 0}.drop-down--nav .drop-down__menu ul li a:hover{color:#b981ad}.drop-down--nav .drop-down__menu>div{color:#606060;display:block;position:relative;z-index:100}.drop-down__menu__close{background-color:#000;border-radius:50%;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem;position:absolute;right:-10px;top:-10px}}@media only screen and (min-width:768px) and (max-width:1024px){.site-header__nav__menu>li>a{font-size:0.833rem}.site-header__nav__menu.site-header__nav__menu--centred>li>a{padding-left:.5rem;padding-right:.5rem}}@media only screen and (min-width:1025px){.site-header__nav__menu>li>a{font-size:1rem;transition:color 0s,background-color 0s,border-color:0s}.site-header__nav__menu>li>a:hover{transition-delay:150ms;-webkit-transition-delay:150ms}.drop-down--nav .drop-down__menu .drop-down__menu__buffer{position:absolute}.drop-down__menu__block ul{padding:0 1rem}}#js-trans-overlay{position:fixed;height:100%;width:100%;z-index:900;display:none}.trans-overlay--colour{background:rgba(255,255,255,.6)}.site-header__nav__menu>li>a:hover,.site-header__top__buttons>li>a:hover{text-decoration:none}.site-header__top__search__right .search-form,.site-header__top__search__left .search-form{position:relative}.site-header__top a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.site-header__top__search input,.site-header__top__search button{margin-bottom:0}.pricevisibility-active,.vat-active,.currency-dropdown-item--active{font-weight:700}.site-header__links>li>a:hover{text-decoration:none}.site-header__links>li>a:hover .basket-text{text-decoration:underline}.site-header__links__icon_text{cursor:pointer}.site-header__links__name{font-weight:700}.site-header__redirect-banner{display:none;padding:0.25rem}.site-header__redirect-banner__text{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header__redirect-banner__text__intro{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0.8rem}.site-header__redirect-banner__text a{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;padding:0 0.6rem;border-radius:3px;font-size:0.6rem;height:1.4rem;color:#b981ad}.site-header__redirect-banner__text a:hover{text-decoration:none}.site-header__redirect-banner__text__locale{border:1px solid #ffffff;margin:0.25rem 0.5rem;border-radius:3px;background:rgba(255,255,255,.7)}.site-header__redirect-banner__text__locale:hover{cursor:pointer;background:rgba(255,255,255,1)}.price-visibility--rrp .trade-product-options__total,.price-visibility--rrp .trade-list-grand-total__title,.price-visibility--rrp .trade-list-grand-total,.price-visibility--hide .trade-product-options__total,.price-visibility--hide .trade-list-grand-total__title,.price-visibility--hide .trade-list-grand-total{visibility:hidden !important}.price-visibility--rrp .product-content__price-info__price,.price-visibility--rrp .product-content__price-info__delivery,.price-visibility--rrp .product-content__price-info__clear,.price-visibility--rrp .product__details__prices__price,.price-visibility--rrp .spot-product__list__item .spot-products__price,.price-visibility--hide .product-content__price-info,.price-visibility--hide .product__details__prices__price,.price-visibility--hide .product__details__prices__rrp,.price-visibility--hide .spot-product__list__item .spot-products__price{display:none !important}@media only screen and (max-width:767px){.site-header__top{padding:0.25rem 0;border-bottom:1px solid#edece8}.site-header__top .promo-unit{height:3rem}.site-header__top__icon{color:#6e7475;font-size:1.2rem;display:block;line-height:3rem}.site-header__top__right{position:relative}.site-header__top__basket-count{height:25px;min-width:25px;background-color:#b981ad;color:#ffffff;padding:0 2px;border:2px solid white;border-radius:50%;font-size:12px;line-height:1.25rem;text-align:center;position:absolute;top:0.125rem;right:-12px;pointer-events:none}.site-header__top__basket-count span{color:#ffffff;font-size:12px;font-weight:bold;line-height:20px;text-align:center;font-family:'PT Sans',sans-serif;}@media only screen and (min-width:768px){.promo-unit-header-text-promo-1 i{margin-right:0.5rem}}.site-header__links__vat ul{margin:0}.site-header__links__vat__item{width:50%;margin:0;font-size:0.833rem;text-align:center;display:inline-block}.site-header__links__vat__item a,.site-header__links__vat__item span{background-color:#cccccc;padding:8px 0;display:block}.site-header__links__vat__item a{background-color:#dddddd}.site-header__links__vat__item span{font-weight:700}.site-header__links{width:100%;display:table;border-top:0px solid #ffffff;border-bottom:0px solid #ffffff;background-color:#ffffff}.site-header__links>li{width:25%;display:table-cell;vertical-align:middle;font-size:0.833rem;text-align:center}.site-header__links>li>a{background-color:#ffffff;color:#000000;padding:1rem 0.25rem;display:block}.site-header__links>li>a:hover,.hblock.hblock-active{background-color:#ffffff;color:#262626}.hblock:hover{text-decoration:none}.site-header__links__icon{display:block}.site-header__links-panel{background-color:#ffffff;height:0;overflow-y:hidden;-webkit-transition:height .23s;transition:height .23s}.site-header__links-panel .hblock-container{padding:1rem}.site-header__links-panel.hblock-active>.hblock-container{display:none}.site-header__links-panel.hblock-active>.hblock-container.hblock-active{display:block}.site-header__links-panel__label{margin-bottom:0.5rem;font-size:0.694rem;display:block}.site-header__links__currency select{width:100%}.site-header__links-panel input,.site-header__links-panel button,.site-header__links-panel select{margin-bottom:0}span.fake-radio-button{display:inline-block;height:15px;width:15px;padding:5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;position:relative;top:2px;margin-right:5px;border:2px #ffffff solid;background:transparent}.pricevisibility-active span.fake-radio-button,.vat-active span.fake-radio-button{background-color:#ffffff;border:2px transparent solid}span.fake-radio-button>span{display:none;background-color:#b981ad;height:5px;width:5px;margin:-2px 0 0 -2px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;padding:0}.pricevisibility-active span.fake-radio-button>span,.vat-active span.fake-radio-button>span{display:block}}.drop-down--links--country.drop-down--links.drop-down>.drop-down__menu{left:0;padding:0.5rem}.countrydropdown-link,.countrydropdown-image{display:inline;padding:0.1rem 0.4rem 0.1rem 0.1rem}select.site-header__links-panel__country{width:100%}.site-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:101;background-color:#000000;opacity:0.7}.site-header--overlay{z-index:102;position:relative}#header_welcome_message{background-color:#ffffff;color:#000000}#js-basket-content .text-hide{display:none}.site-header{border-bottom:0px solid #ffffff}.site-header__top{background-color:#ffffff}@media only screen and (max-width:1024px){.promo-unit-site-logo-3{position:relative}.promo-unit-site-logo-3 img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}}@media only screen and (min-width:768px) and (max-width:1024px){.promo-unit-site-logo-3{min-height:97px}}@media only screen and (min-width:768px){.site-header__top__bar{background-color:#ffffff;padding:0.375rem 0;line-height:2rem}.site-header__top__bar__social{min-height:2rem}.site-header__top__bar__social>li{margin-bottom:0.375rem}.site-header__top__bar__social .social__icon{height:1rem;width:1rem;margin-right:1rem}.site-header__top__bar__social .social__icon a{background:none;border:none;font-size:1rem;line-height:1rem}.site-header__top__bar__social .social__icon a:hover{background:none;border:none}li.site-header__top__bar__social__promo{margin-top:0}.promo-unit-header-text-promo-1{font-family:'Fira Sans',sans-serif;font-size:1rem;color:#000000;overflow:hidden}.promo-unit-header-text-promo-1 i{font-size:1.5rem;line-height:2rem}.promo-unit-header-text-promo-1 .promo-unit__text{position:relative;top:-5px}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:700}.site-header__top__search{margin:0 0 0.625rem}.site-header__top__buttons{margin:0.5rem 0.5rem 0.5rem 0;overflow:visible}.site-header__top__buttons li{margin:0 0 0 1rem;position:relative}.site-header__top__buttons li:first-child{margin-right:0}.site-header__top__buttons .site-header__links__icon--currency-icon{height:1.5rem;width:1.5rem;font-size:0.833rem;line-height:1.5rem}.site-header__top__buttons__bag{position:relative}.basket-count{min-width:1.375rem;background-color:#b981ad;color:#ffffff;padding:0.188rem 0;font-size:0.833rem;text-align:center;line-height:1rem;position:absolute;top:-0.5rem;right:-0.5rem;border-radius:50%}.basket-count__prefix,.basket-count__suffix{display:none}.drop-down--links__currency-wrap{border:2px solid #6e7475;border-radius:50%}.basket-total{display:none}.site-header__top__buttons .site-header__links__spacer{display:none}.site-header__top__buttons>li>a{text-align:center;display:block}.site-header__top__buttons .drop-down__menu{font-size:0.833rem}.site-header__top__buttons>li>a .site-header__links__icon{color:#6e7475;display:block}.site-header__top__buttons>li>a:hover .site-header__links__icon{color:#b981ad}.site-header__links__icon{font-size:1.8rem}.site-header__links{width:100%;font-size:1rem}.site-header__links>li{margin:0 0 0 1rem;float:right;font-family:'Fira Sans',sans-serif;font-size:0.833rem}.site-header__links>li:last-child{margin-left:0}.site-header__links>li>a{color:#000000;display:block}.site-header__links>li>a:hover{text-decoration:underline}}@media only screen and (min-width:768px){.site-header__top__search,.site-header__top__buttons{transition:all 500ms ease-in-out}.site-header--scrolling .site-header__top__search{margin:0 0 .375rem}.site-header--scrolling .site-header__top__buttons{margin:.375rem 0}}.site-header--svg-logo svg{height:40px;margin-top:.25rem;padding-top:.5rem}.site-header--svg-logo .svg-logo--sub-text{display:none;opacity:1;transition:opacity ease-out .4s}@media only screen and (max-width:767px){.site-header--svg-logo svg{width:100%}}@media only screen and (min-width:768px){.site-header--svg-logo .svg-logo--sub-text{display:block}.site-header--scrolling .svg-logo--sub-text{opacity:0}.site-header--svg-logo svg{height:50px;margin-top:1rem;transition:all ease-in-out .4s}.site-header--scrolling .site-header__top svg{height:50px;margin-top:1.5rem}.site-header--scrolling .search-form input,.site-header--scrolling .search-form button{height:34px}}@media only screen and (min-width:1025px){.site-header--svg-logo svg{height:auto;padding-top:0}}.drop-down--links .icon-dropdown{margin-left:0.4rem}.site-header__trustpilot{background:#e1dfdf;padding:10px 0}@media only screen and (min-width:64.063em){.site-header__top__bar{padding:1.05rem 1rem 0 1rem}.promo-unit-header-text-promo-1{font-size:14px;color:#444c4c}.site-header__top__search{margin:1.75rem 0 0.625rem;max-width:315px}.site-header__top__buttons{margin:3rem 0.5rem 1.25rem 0}}button{border-radius:0.4rem;text-transform:none;font-family:'Droid Serif',serif}.site-header button,.site-footer button{border-radius:0}.site-header__top__bar{background:none}.mediahawkNumber1922::before{content:"TEL:";padding:0 0.4rem 0 0;font-weight:bold}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:normal}.promo-unit-header-text-promo-1 .promo-unit__text{top:0px;left:-1px}.mediahawkNumber1922{display:inline}@media only screen and (min-width:48em){.mediahawkNumber1922{left:0;position:relative;top:-6px}.site-header__sticky{display:none}}.promo-unit-header-text-promo-1::before,.promo-unit-sticky-promo::before{content:"9";font-family:"icon";font-size:1.5rem}@media only screen and (max-width:48em){.promo-unit-sticky-promo::before{font-size:0.65rem}}.cookie_alert{left:10px}@media only screen and (min-width:64.063em){.site-header__nav__menu>li>a{font-size:0.9375rem;background:#f6f7f7;padding:0.95rem 0}.site-header__nav{background:none}.site-header__nav .container{height:50px;background:#FFF;margin:0 auto 10px}.site-header__nav .container{position:relative}.site-header__nav .container:before,.site-header__nav .container:after{z-index:-1;position:absolute;content:"";bottom:15px;left:10px;width:50%;top:0%;max-width:50%;background:#777;box-shadow:0 12px 10px rgba(0,0,0,0.37);transform:rotate(-1deg)}.site-header__nav .container:after{transform:rotate(1deg);right:10px;left:auto}}@media only screen and (max-width:93.9999em) and (min-width:64em){.site-header__nav .container:before,.site-header__nav .container:after{left:2.5rem}.site-header__nav .container:after{right:2.5rem;left:auto}}.site-header__nav__menu>li{position:relative}.drop-down--nav .drop-down__menu{padding:1rem 0}.drop-down--nav:nth-child(3) .drop-down__menu,.drop-down--nav:nth-child(4) .drop-down__menu{width:200%;max-width:200%}.drop-down--nav .drop-down__menu .drop-down__menu__block{padding:0}@media only screen and (max-width:80em) and (min-width:48em){.site-header__nav__menu>li>a span{display:none;font-size:}}@media only screen and (max-width:63.398em) and (min-width:48em){.site-header__nav__menu>li>a{font-size:0.75rem;white-space:normal;border:0!important}}.site-header__nav__menu li:first-child .drop-down__menu{width:120%;max-width:120%}.site-header__slithers{font-family:'Droid Serif',serif;background-color:#7b797a;border-bottom:1px solid #7b797a;font-size:0.833rem;line-height:3rem;overflow:hidden;text-align:center}.site-header__slithers .promo-unit__link{display:block;transition:.3s ease-in-out}.site-header__slithers .promo-unit__text-group{color:#ffffff}.site-header__slithers .promo-unit__link:hover{color:#b981ad}.site-header__slithers i{font-size:1.5rem;margin-right:0.5rem;vertical-align:middle}@media only screen and (max-width:1024px){.site-header__slithers{line-height:2rem}.site-header__slithers--mobile{height:2rem}.site-header__slithers i{font-size:1.25rem}}.social__icon{height:2.75rem;width:2.75rem;margin:0 1rem 1rem 0}.social__icon:last-child{margin-right:0}.social__icon a{height:100%;width:100%;font-size:1.2rem;line-height:2.75rem;text-align:center;display:block;border-radius:50%}.social__icon a span{display:none}.social__icon--twitter a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--twitter a:hover{color:#ffffff;background-color:#00abe3;border:1px solid #00abe3}.social__icon--facebook a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--facebook a:hover{color:#ffffff;background-color:#004088;border:1px solid #004088}.social__icon--google-plus a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--google-plus a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--pinterest a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--pinterest a:hover{color:#ffffff;background-color:#ca2128;border:1px solid #ca2128}.social__icon--instagram a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--instagram a:hover{color:#ffffff;background-color:#747474;border:1px solid #747474}.social__icon--youtube a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--youtube a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--blog a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--blog a:hover{color:#ffffff;background-color:#ff8000;border:1px solid #ff8000}.social__icon--houzz a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--houzz a:hover{color:#ffffff;background-color:#8ac954;border:1px solid #8ac954}.social__icon--flickr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--flickr a:hover{color:#ffffff;background-color:#006dac;border:1px solid #006dac}.social__icon--tumblr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--tumblr a:hover{color:#ffffff;background-color:#35465c;border:1px solid #35465c}.social__icon--whatsapp a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--whatsapp a:hover{color:#ffffff;background-color:#25d366;border:1px solid #25d366}@media only screen and (min-width:768px){.product-tabs-no-js{display:none}}.product-tabs{clear:both}.product-tabs .product-tabs__list{display:table;width:100%;margin:0;position:relative;z-index:2}.product-tabs-header-content .product-tabs__list,.product-tabs-header-content-centered .product-tabs__list{display:block;text-align:center}.product-tabs .product-tabs__list .product-tabs__list__item{text-align:center;display:table-cell;margin:0;background:#ffffff}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:inline-block;width:auto}.product-tabs.product-tabs-header-content .product-tabs__list .product-tabs__list__item a,.product-tabs.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item a{width:auto;padding:1rem 2rem}.product-tabs .product-tabs__list .product-tabs__list__item.active{background:#ffffff}.product-tabs .product-tabs__list .product-tabs__list__item.active a{cursor:default}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item{border-right:1px solid #edece8;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item:first-child{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item.active{border-bottom:1px solid #ffffff}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item:first-child{border-left:none}.product-tabs .product-tabs__list__item--full-width{float:none;display:none}.product-tabs-no-js .product-tabs__content:first-of-type,.product-tabs .product-tabs__content.active{display:block}.product-tabs,.product-tabs__list__item,.product-tabs__list__item--full-width{position:relative}.product-tabs__list__item__link{display:block;padding:1rem;;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;color:#2b3030;background:#ffffff}.product-tabs__list__item__link:hover{text-decoration:none}.active .product-tabs__list__item__link{color:#2b3030;background:#ffffff}.product-tabs-vertical .product-tabs__list__item__link{padding:1rem 0}.product-tabs__list__item i{position:absolute;right:1rem;top:1rem;display:none;color:#2b3030;font-size:1rem;pointer-events:none}.product-tabs__list__item__link .review-co-uk__star__summary{padding-left:0.5rem;display:inline}.product-tabs__list__item .icon-plus,.product-tabs__list__item.active .icon-minus{display:block}.product-tabs__list__item.active .icon-plus{display:none}.product-tabs-vertical .product-tabs__list{display:none}.product-tabs-vertical .product-tabs__list__item--full-width{display:block;border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{background:#ffffff;padding:0 1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width.active{background:#ffffff}.product-tabs .product-tabs__content{clear:both;padding:1rem;display:none;font-size:0.833rem;line-height:1.2rem;border:1px solid #ffffff;background:#ffffff;position:relative;top:-1px;z-index:1}.product-tabs.product-tabs-vertical .product-tabs__content{border:0;top:0}.product-tabs .product-tabs__content--title{font-size:1rem}.product-tabs__content__cms ul{padding:0;margin:0;list-style:none}.product-tabs__content__cms ul li{margin:0 0 0.25rem}.product-tabs__content__cms td{padding:0.25rem}.product-tabs__content__slice{margin-top:1rem}.product-tabs__content__slice:first-child{margin-top:0}.product-tabs__content_expander{overflow:hidden}.tab-read-more{display:none;cursor:pointer;margin:1rem 0;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;color:#2b3030}.product-tabs__content__cms li:before{color:#2b3030;content:"• "}.product-tabs__content__cms .no-bullet>li:before,.product-tabs__content__cms .product-downloads li:before{content:""}.product-tabs.product-tabs-vertical .product-tabs__content{padding:1rem 0}.product-downloads:after,.product-downloads li:after{clear:both;content:'';display:block}.product-downloads li{margin:0.5rem 0;line-height:40px}.product-downloads li span{float:left}.product-downloads li span{display:block;width:40px;text-align:center}.product-downloads li span.ico{font-size:40px;color:#2b3030}.product-downloads li a{padding-left:10px;overflow:hidden}.tab-faqs .tab-faqs__questions{margin-bottom:2rem}.tab-faqs__questions__groups--title,.tab-faqs__answers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-faqs__answer__questions{font-weight:700}.tab-faqs__answer:not(:last-child){padding-bottom:1rem}.product-slice__specifications__image{float:left;margin-right:0.5rem}@media only screen and (max-width:767px){.product-tabs .product-tabs__list{display:none}.product-tabs .product-tabs__list__item--full-width{display:block;background:#ffffff}.product-tabs__list__item__link{padding:.75rem;color:#2b3030}.product-tabs.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs .product-tabs__content{border:0;top:0;padding:0.75rem}.product-tabs-vertical .product-tabs__list__item__link{padding:.75rem 0}.product-tabs__list__item i{right:0.75rem;top:0.75rem}}.tag-list{margin:0;padding:0;list-style:none}.tag-list li{font-size:0.833rem}.tag-list--images img{float:left;margin-right:1rem;height:72px;width:72px}.tag-list--images .tag-list__tag{min-height:72px}.tag-list--images.tag-list--hover .tag-list__tag{position:relative;width:72px;display:inline-block}.tag-list--images.tag-list--description img{margin-bottom:1rem}.tag-list__details__holder__quick-view{padding:0.75rem 0.75rem 0.25rem;position:absolute;z-index:8;background:rgba(225,223,223,1);top:-1px;visibility:hidden;text-align:left;min-width:300px}.tag-list--hover .tag-list__details__holder__quick-view{left:100%}.tag-list--hover--right .tag-list__details__holder__quick-view{left:auto;right:100%;text-align:right}.tag-list__details__holder__quick-view__pointer{width:0;height:0;border-top:10px solid transparent;border-right:10px solid #e1dfdf;border-bottom:10px solid transparent;position:absolute;right:100%;top:10px}.tag-list--hover--right .tag-list__details__holder__quick-view__pointer{left:100%;right:auto;border-left:10px solid #e1dfdf;border-right:0}.tag-list__details__holder__quick-view__group{padding-bottom:0.25rem}.tag-list--description .tag-list-name,.tag-list--description .tag-list-group-name{font-size:1rem;font-weight:700}.tag-list-short-description{padding-top:0.25rem}.tag-list li.tag-list__tag_title{font-weight:700}@media only screen and (min-width:768px) and (max-width:1024px){.product-tabs__list__item__link{padding:0.5rem}.product-tabs-header-content-centered .product-tabs__list{display:table}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:table-cell}}@media only screen and (min-width:1025px){.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--2{width:50%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--4{width:25%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--5{width:20%}}.tab-available-offers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-available-offers__offer-title{font-weight:700}.tab-available-offers__offer:not(:last-child){padding-bottom:1rem}.spot-products__title{display:none}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}html{-webkit-overflow-scrolling:touch}.has-overlay{overflow:hidden;height:100%}.has-overlay>body{height:100%;overflow:hidden}.modal--fade,.modal--show{-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-o-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;width:0;height:0;overflow:hidden;opacity:0;display:none\9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);width:auto;height:auto;opacity:1}.is-active.modal--fade,.is-active.modal--show{display:block\9;height:100% \9;width:100% \9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{display:block\9}.modal--fade .modal-inner,.modal--show .modal-inner{position:absolute;top:55px;left:50%;z-index:20;margin-left:-325px;width:650px;overflow-x:hidden;-webkit-overflow-scrolling:touch}.modal--fade .modal-inner>img,.modal--show .modal-inner>img,.modal--fade .modal-inner>video,.modal--show .modal-inner>video,.modal--fade .modal-inner>iframe,.modal--show .modal-inner>iframe{width:100%;height:auto;min-height:300px}.modal--fade .modal-inner>img,.modal--show .modal-inner>img{width:auto;max-width:100%}.modal--fade .modal-inner iframe,.modal--show .modal-inner iframe{display:block;width:100%;height:100%;border:0}.g-recaptcha{overflow:hidden;margin-bottom:1rem}.modal--fade .modal-content,.modal--show .modal-content{position:relative;max-height:400px;max-height:85vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal--fade .modal-content>*,.modal--show .modal-content>*{max-width:100%}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{display:block;height:1px;clip:rect(0 0 0 0);margin:-1px;overflow:hidden}.modal--fade .modal-close:focus:after,.modal--show .modal-close:focus:after{outline:1px dotted;outline:-webkit-focus-ring-color auto 5px}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\00d7';position:absolute;top:50px;right:50%;z-index:20;margin-right:-325px}@media screen and (max-width:690px){.modal--fade .modal-inner,.modal--show .modal-inner{width:auto;left:20px;right:20px;margin-left:0}.modal--fade .modal-close:after,.modal--show .modal-close:after{margin-right:0 !important;right:20px}}@media screen and (max-width:30em){.modal--fade,.modal--show{-webkit-transform:translate(0,400px);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity 1ms .25s;-moz-transition:opacity 1ms .25s;-o-transition:opacity 1ms .25s;-ms-transition:opacity 1ms .25s;transition:opacity 1ms .25s;display:block;right:auto;bottom:auto}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{width:100%;height:100%}.modal--fade:target .modal-close,.modal--show:target .modal-close,.is-active.modal--fade .modal-close,.is-active.modal--show .modal-close{display:block}.modal--fade .modal-inner,.modal--show .modal-inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;top:0;left:0;right:0;height:100%;overflow:auto}.modal--fade .modal-content,.modal--show .modal-content{max-height:none;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.modal--fade .modal-close,.modal--show .modal-close{display:none;right:auto}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:fixed;top:0;left:0;right:0;z-index:20}.modal--fade .modal-close:after,.modal--show .modal-close:after{top:5px !important;right:5px;left:auto;margin-left:0}}@media screen and (max-height:46em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:340px;max-height:85vh}}@media screen and (max-height:36em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:265px;max-height:85vh}}.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-transform:translate(0,0) scale(1,1);-moz-transform:translate(0,0) scale(1,1);-o-transform:translate(0,0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);opacity:1}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:0}@media screen and (max-width:30em){.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:none;-moz-animation:none;animation:none}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:1}}@media screen and (min-width:30em){.modal--fade{transition:opacity 0.4s}}.modal--fade,.modal--show{color:#222;line-height:1.3}.modal--fade .modal-inner,.modal--show .modal-inner{border-radius:2px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.6);box-shadow:0 0 30px rgba(0,0,0,0.6);max-width:100%}.modal--fade header>h2,.modal--show header>h2{margin:0.5em 0}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{text-indent:-100px}.modal--fade .modal-close:before,.modal--show .modal-close:before{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=")}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\00d7';border-radius:2px;padding:2px 8px;font-size:2em;text-decoration:none;text-indent:0}@media screen and (max-width:30em){.modal--fade .modal-close:before,.modal--show .modal-close:before{height:3em}.modal--fade .modal-inner,.modal--show .modal-inner{padding-top:3em;-webkit-box-shadow:none;box-shadow:none}.modal--fade .modal-close,.modal--show .modal-close{text-decoration:none}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:attr(data-close);font-size:1em;padding:0.5em 1em}}.modal--fade .modal-inner,.modal--show .modal-inner{border-width:0}.modal--fade .modal-content,.modal--show .modal-content{padding:1em;min-height:225px}.modal-content{background-color:#ffffff}.modal-content .cms-page__header{color:#6e7475;font-family:'PT Sans',sans-serif;;margin-bottom:1rem}.modal-content .cms-page__header--h1{font-size:1.2rem}.modal-loading{position:absolute}.modal--fade .modal-close::after,.modal--show .modal-close::after{border-bottom:none}@media screen and (max-width:30em){.modal--fade .modal-inner,.modal--show .modal-inner,.modal--fade .modal-close:before,.modal--show .modal-close:before{background:#fff}}#modal-box .breadcrumb-container,.body-quickbuy .breadcrumb{display:none}.modal-content .cms-page .container>.row>.col{width:100%}html#html-quickbuy{overflow:hidden}body.body-quickbuy{overflow-y:auto;position:absolute;width:100%;height:100%;background:#ffffff}.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:1020px;margin-left:-510px;top:5vh}.is-iframe.modal--fade .modal-content,.is-iframe.modal--show .modal-content{height:90vh;padding:0;max-height:90vh}.is-iframe.modal--fade .modal-content-data,.is-iframe.modal--show .modal-content-data{height:100%;-webkit-overflow-scrolling:touch}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-510px;top:5vh;padding:0 0.8rem}@media screen and (max-width:1100px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:96vw;margin-left:-48vw;top:2vw}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-48vw;top:2vw}}@media screen and (max-width:690px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{top:0}}.modal--show.modal--buy-the-look .modal-inner{width:520px;margin-left:-260px}.modal--show.modal--buy-the-look .modal-close::after{margin-right:-260px}@media screen and (max-width:690px){.modal--show.modal--buy-the-look .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}}.modal-content .cms-charity-donations{background:#e1dfdf;margin-bottom:1rem;padding:1rem}.modal-content .donation-total{font-size:2rem;line-height:2rem}.modal-content .donation-additional-text{font-size:1rem}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}@media only screen and (min-width:768px){.cis-modal .modal-inner{max-height:555px;overflow:hidden}}@media only screen and (max-width:767px){.cis-modal{overflow:hidden;-webkit-overflow-scrolling:auto}.cis-modal .modal-inner iframe{width:1px;min-width:100%;*width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}}@media only screen and (max-width:767px){.row{width:auto}}.body-stock-check .modal-content{margin:1rem 0}.body-stock-check .modal-content .cms-page__header{margin-bottom:1rem}.qtip{z-index:999999999 !important}.breadcrumb{background:#ffffff;padding:12px 5px 0;border-bottom:1px solid #ffffff;position:relative}.breadcrumb ul{margin:0;padding:0;list-style:none}.breadcrumb ul li{margin:0 0.5rem 0 0;padding:0 0 0.75rem 0;font-size:0.833rem;line-height:1.125rem;float:left;display:block;position:relative;white-space:nowrap}.breadcrumb ul li::after{color:#606060;padding-left:0.5rem;font-size:1rem;line-height:1rem;content:"›"}.breadcrumb ul li.last::after{content:""}.breadcrumb ul li a{color:#797979;line-height:1.125rem;white-space:nowrap}.breadcrumb__toggle{display:none}@media only screen and (max-width:767px){.breadcrumb ul{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.5rem}.breadcrumb ul li{display:inline;float:none;white-space:normal}.breadcrumb ul li::after{float:none}.breadcrumb ul li a{float:none;display:inline}.breadcrumb ul li.last{display:none}.breadcrumb ul li:nth-last-child(2)::after{content:""}}.lazyload,.lazyloading{opacity:0;height:0}.lazyloaded{opacity:1;transition:opacity 100ms;height:auto}.product-sash{z-index:1;display:block;position:absolute;text-align:center;font-family:'Droid Serif',serif;font-size:1rem;pointer-events:none}.product-sash span{display:block}.product-sash--top_left{top:0;left:0;margin:0.25rem 0 0 0.25rem}.product-sash--top_right{top:0;right:0;margin:0.25rem 0.25rem 0 0}.product-sash--bottom_left{bottom:0;left:0;margin:0 0 0.25rem 0.25rem}.product-sash--bottom_right{bottom:0;right:0;margin:0 0.25rem 0.25rem 0}.product-sash--top_full{width:100%;top:0;left:0}.product-sash--bottom_full{width:100%;bottom:0;left:0}.product__image__main--outer .product-sash--top_left.product-sash--circle{margin:1rem 0 0 1rem}.product__image__main--outer .product-sash--top_right.product-sash--circle{margin:1rem 1rem 0 0}.product__image__main--outer .product-sash--bottom_left.product-sash--circle{margin:0 0 1rem 1rem}.product__image__main--outer .product-sash--bottom_right.product-sash--circle{margin:0 1rem 1rem 0}.product-sash--ribbon{position:absolute;z-index:1;overflow:hidden;width:100px;height:100px;margin:0}.product-sash--ribbon span{font-size:0.833rem;text-align:center;line-height:24px;width:150px;display:block;position:absolute}.product-sash--top_left.product-sash--ribbon{left:0;top:0}.product-sash--top_left.product-sash--ribbon span{top:27px;left:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--top_right.product-sash--ribbon{right:0;top:0}.product-sash--top_right.product-sash--ribbon span{top:27px;right:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_left.product-sash--ribbon{left:0;bottom:0}.product-sash--bottom_left.product-sash--ribbon span{bottom:27px;left:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_right.product-sash--ribbon{right:0;bottom:0}.product-sash--bottom_right.product-sash--ribbon span{bottom:27px;right:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--circle{border-radius:50%;height:70px;width:70px;line-height:70px}.product-sash--circle span{border-radius:50%}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:15px 0}.product__image__main--outer .product-sash--circle{height:120px;width:120px;line-height:120px;font-size:1.728rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:30px;padding:30px 0}.product-sash--normal{margin:0;line-height:1;max-width:100%}.product-sash--normal span{padding:0.5rem}.product-sash--top_full.product-sash--normal span,.product-sash--bottom_full.product-sash--normal span{padding:0.5rem}.product__sash--top .product-sash,.product__sash--bottom .product-sash{position:static}.product__sash--top{margin-top:0.5rem}.product__sash--bottom{margin-bottom:0.5rem}@media only screen and (max-width:1024px){.product__image .product-sash{font-size:0.833rem}.product-sash--circle{height:60px;width:60px;line-height:60px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:80px;width:80px;line-height:80px;font-size:1rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:20px;padding:20px 0}.product-sash--ribbon{width:80px;height:80px}.product-sash--ribbon span{font-size:0.694rem;line-height:24px;width:120px}.product-sash--top_left.product-sash--ribbon span{top:22px;left:-30px}.product-sash--top_right.product-sash--ribbon span{top:22px;right:-30px}.product-sash--bottom_left.product-sash--ribbon span{bottom:22px;left:-30px}.product-sash--bottom_right.product-sash--ribbon span{bottom:22px;right:-30px}}@media only screen and (max-width:767px){.product__image .product-sash{font-size:0.694rem}.product-sash--circle{height:50px;width:50px;line-height:50px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:15px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:60px;width:60px;line-height:60px}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:15px;padding:15px 0}.product-sash--normal{left:0;width:100%;margin:0}.product__image__main--outer .product-sash{margin:0}}.product-sash--triangle{position:absolute;z-index:1;overflow:hidden;margin:0}.product-sash--triangle>span{width:0;height:0;display:block;position:absolute}.product-sash--triangle.product-sash--triangle-original{width:150px;height:150px}.product-sash--triangle.product-sash--triangle-original>span>span{font-size:1rem;line-height:1.5rem;width:150px;height:150px;display:block;position:absolute;padding:5px;font-family:'Droid Serif',serif;overflow:hidden}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{padding-top:75px}.product-sash--triangle.product-sash--triangle-original>span>span::first-line{font-size:2.375rem;line-height:2.5rem;font-family:'PT Sans',sans-serif}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original{left:0;top:0;text-align:left}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span{border-width:150px 150px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-150px;left:5px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original{right:0;top:0;text-align:right}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original>span>span{left:-10px;top:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:right}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 0 150px 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{top:0;right:10px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:left}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-150px;left:-145px}@media only screen and (max-width:767px){.product-sash--triangle.product-sash--triangle-original,.product-sash--triangle.product-sash--triangle-original>span,.product-sash--triangle.product-sash--triangle-original>span>span{width:70px;height:70px}.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{padding:5px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span>span{padding-top:30px}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span{border-width:70px 70px 0 0 !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-70px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 70px 70px 0 !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original>span{border-width:0 0 70px 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span{border-width:70px 0 0 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original>span>span{top:-70px;left:-70px}.product-sash--triangle.product-sash--triangle-original>span>span{font-size:0.625rem;line-height:0.9375rem}.product-sash--triangle.product-sash--triangle-original>span>span::first-line{font-size:1rem;line-height:1.125rem}}.product-sash--triangle.product-sash--triangle-improved{width:100px;height:100px}.product-sash--triangle.product-sash--triangle-improved>span>span{font-size:0.833rem;line-height:20px;width:100px;height:100px;display:block;position:absolute;overflow:hidden}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved>span{border-width:100px 100px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:-100px;left:0}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved>span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(45deg);-webkit-transform:rotate(45deg);top:0;left:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved>span{border-width:0 0 100px 100px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);bottom:-100px;right:0px;padding-top:57px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved>span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved>span>span{transform:rotate(45deg);-webkit-transform:rotate(45deg);bottom:50px;right:50px;padding-top:57px}.cloudzoom-lens{border:5px solid #888;width:100px;height:100px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);cursor:crosshair;z-index:10}.cloudzoom-zoom{border:1px solid #888;width:500px;height:300px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);z-index:1000}.cloudzoom-zoom-inside{border:none;box-shadow:none;z-index:180}.cloudzoom-caption{display:none;text-align:left;background-color:#000;color:#fff;font-weight:bold;padding:10px;font-family:sans-serif;font-size:11px}.cloudzoom-blank{background-image:url(/media/image/cloudzoom/blank.png)}.cloudzoom-ajax-loader{background-image:url(/media/image/cloudzoom/ajax-loader.gif);width:32px;height:32px}.cloudzoom-zoom-colorbox{border:none;box-shadow:none;z-index:9999}.button--add-wishlist:hover .wishlist_add_text{text-decoration:underline}a.size-guide-link:hover{text-decoration:none}.product-page-wrapper .section:first-of-type{padding-top:1rem}.product-page-wrapper .nested-section.section,.product-page-wrapper .nested-section .section{padding-top:0}.product-slice>div>div{margin-bottom:1rem}:not(.basket-hover__products)>button.slick-arrow:hover{background:none;color:#606060}.product-tabs__list__item__link .icon-star{color:#b981ad}@media only screen and (max-width:767px){.product-page-wrapper .section:first-of-type{padding-top:.5rem}.product-slice>div>div{margin-bottom:.5rem}.slice-medium,.slice-large{display:none}.slice-small{display:block}}@media only screen and (min-width:768px) and (max-width:1024px){.slice-small,.slice-large{display:none}.slice-medium{display:block}}@media only screen and (min-width:1025px){.slice-small,.slice-medium{display:none}.slice-large{display:block}}span#js-reward-points-container{font-weight:normal;font-size:1rem;display:none;padding-left:5px}.slice-none{display:none}.restriction_message{display:none;background-color:;padding:0.5em;color:}.cms-page{margin:1rem 0}.cms-page>.row,.s-spacer--vertical,.cms-page--sitemap__section,.cms-page--template-sections>div>.row,.cms-page--template-sections>div>.cms-page--template-section_background{margin-bottom:1rem;overflow:hidden}.cms-page--template-sections .cms-page--template-section_background .cms-page--template-sections__text{padding:1rem}.cms-page--template-sections>div>.featured-products__ul{overflow:visible}.cms-page__header{margin-top:0;color:#6e7475;font-family:'PT Sans',sans-serif}.cms-page__header--with-image,.cms-page__header--with-image:first-child{margin-top:1rem}.cms-page__header--h1{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.728rem}.cms-page__header--h2{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.44rem}.cms-page__header--h3{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.2rem}.cms-page__header--h4{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1rem}.cms-page__header--collapsible{cursor:pointer}.body-pages .cms-page__content table td{padding:1%}.cms-page__content,.cms-page--sitemap__section__list{color:#606060;font-family:'PT Sans',sans-serif;;font-size:0.833rem;line-height:1.2rem;margin-bottom:1rem}.cms-page--sitemap__section__list li{width:25%;float:left;margin:0 0 1rem 0;padding:0 10px 0 0}.alert--textbox{border:1px solid #f00}.cms-page iframe{width:100%;margin-bottom:1rem;border:none}.cms-page__header--alignment--Left{text-align:left}.cms-page__header--alignment--Centre{text-align:center}.cms-page__header--alignment--Right{text-align:right}.cms-page__button--alignment--Left{margin-right:auto}.cms-page__button--alignment--Centre{margin-left:auto;margin-right:auto}.cms-page__button--alignment--Right{margin-left:auto}.cms-page--template-sections__video{position:relative;padding:0 5px 56.25% 5px;height:0}.cms-page--template-sections__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.cms--container__full-width img{margin:0 auto}.cms--container__full-width .slick-prev{left:3%}.cms--container__full-width .slick-next{right:3%}.cms-page .cms--container__full-width{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.cms-page--sitemap__letters li{display:inline-block;margin:0 .5rem 0 0}.sitemap-sub-list{margin:1rem .5rem;overflow:hidden}.sitemap-sub-list li{float:none;margin-bottom:.5rem;width:100%}.g-recaptcha{overflow:hidden;margin-bottom:1rem}@media only screen and (max-width:47.938em){.cms-page--sitemap__section__list li{float:none;width:100%;margin:0 0 .5rem 0}.cms-page--testimonials__name{margin-bottom:1rem}}@media only screen and (min-width:48em){.cms-page--customer-testimonal{display:-ms-flexbox;display:-webkit-flex;display:flex}.cms-page--customer-testimonal>div{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cms-page--customer-testimonal .cms-page__content{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}}.cms-page--customer-testimonal{overflow:hidden;margin:1.5rem 0}.cms-page--customer-testimonal .cms-page__content{padding:2rem;margin-bottom:0;background-color:#eee}.cms-page--testimonials__name{font-size:0.833rem;font-style:italic}.cms-page--testimonials__pagination{border-top:1px solid #ccc;padding:1rem}.cms-page--testimonials__pagination .pagination{float:right}.cms-page__form{margin-top:2rem}.arrow-box{position:relative}.arrow-box:after,.arrow-box:before{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow-box:after{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:10px;margin-top:-11px}.arrow-box:before{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:11px;margin-top:-10px}.cms-page--testimonials__pagination .mobile-pages{display:none}.cms-page--testimonials__pagination .desktop-pages a,.cms-page--testimonials__pagination .desktop-pages strong{margin:0 .5rem}.cms-page--testimonials__pagination .prev-page,.cms-page--testimonials__pagination .next-page{position:relative;top:3px}@media only screen and (max-width:47.938em){.cms-page--testimonials__pagination .mobile-pages{display:block}.cms-page--testimonials__pagination .pagination-holder{display:table;margin:0 auto}.cms-page--testimonials__pagination .desktop-pages{display:none}.cms-page--testimonials__pagination .pagination{float:none}.cms-page--testimonials__pagination span,.cms-page--testimonials__pagination a{float:left}}.product-listings-description-lower{clear:both;font-size:0.833rem;line-height:1.5;margin:1rem 0;padding:1rem;border-top:1px solid #9dc8d4}.product-listings-description-lower h2{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem}.product-listings-description-lower a{text-decoration:underline}.product-listings-description-lower a:hover{text-decoration:none}.modal-content .cms-page__header{margin-bottom:1rem}.modal-content .cms-page__form{margin-top:0}.modal-content .fake-input{height:44px}@media only screen and (min-width:768px){.cms-page{min-height:500px}.cms-page iframe{min-height:465px;margin-bottom:0}}@media only screen and (max-width:767px){.cms-page__content{-webkit-overflow-scrolling:touch;overflow:auto}}.helpdesk .product-tabs__ul .active .product-tabs__list__item__link{color:#b981ad}.helpdesk-list__wrapper__heading{display:block;margin-top:.5rem;padding:0 1rem 1rem;color:#2b3030;font-size:1rem;font-weight:700;border-bottom:1px solid #eee}.helpdesk-list__wrapper__content{margin:1rem 1rem 2rem 1rem;font-size:0.833rem}@media only screen and (min-width:48em){.helpdesk-list__wrapper__heading:first-child{margin:0}}@media only screen and (min-width:768px) and (max-width:1024px){.cms-page--sitemap__section__list li{width:33%}}@media only screen and (max-width:767px){.product-listings-description-lower{text-align:justify}.cms--background-container{background-size:cover}.cms-page--template-sections__image-lower{padding-top:10px}}.cms-page .default_navigation ul{list-style:none;margin:0;padding:0}.cms-page .default_navigation>li{margin:0 0 1rem 0}.cms-page .default_navigation ul ul{margin-top:1rem;margin-left:1rem}.cms-page .default_catalog_navigation_cms_pages_title{display:none}.cms-page .default_catalog_navigation_cms_pages_link{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;border-bottom:1px solid #2b3030;margin:0 0 1rem 0;padding:0 0 1rem 0}.cms-page .default_catalog_navigation_cms_pages_link>a{color:#2b3030}.cms-page .default_catalog_navigation_cms_pages_sublink{text-transform:none;font-size:0.833rem}.cms-button{display:inline-block}.cms--background-container{min-height:400px;background-position:center;background-size:cover;background-repeat:no-repeat;padding:2rem 0}@media only screen and (min-width:1800px){.cms--background-container{background-size:initial}}.cms-page--template-sections__promo{position:relative}.cms-charity-donations{background:#e1dfdf;padding:1rem}.cms-charity-donations .donation-total{font-size:4rem}.cms-charity-donations .donation-additional-text{font-size:2rem;line-height:2.8rem;margin:0}@media only screen and (min-width:1025px){#cms-charity-donations{width:90%}}.product-tabs-image{display:table;width:100%;background-size:cover;background-position:center center}.product-tabs-image .product-tabs__list__item__link{display:table-cell;text-align:center;vertical-align:middle;background:none}@media only screen and (min-width:768px){.product-tabs-image_wrapper{-webkit-transition:height 500ms;transition:height 500ms;overflow:hidden}.product-tabs-image:before,.product-tabs-image:after{content:'';position:absolute;bottom:0;width:50%;background-color:#fff;padding-bottom:15px}.product-tabs-image:before{right:50%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-ms-transform:skewX(45deg);-webkit-transform:skewX(45deg);transform:skewX(45deg)}.product-tabs-image:after{left:50%;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%;-ms-transform:skewX(-45deg);-webkit-transform:skewX(-45deg);transform:skewX(-45deg)}}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}.download-library__top-category{float:left;font-size:0.833rem;font-weight:700;line-height:2rem;margin-bottom:1.5rem;text-align:center}.download-library__top{margin-top:1rem}.download-library__top-category img{display:block;margin:0 auto;padding-bottom:1rem}.download-search_input{margin-bottom:0.5rem}.download-library_search{margin-bottom:1rem}.download-library_search-wrapper label{font-size:1rem;margin:0.5rem 0}.cms-page__map-wrapper{width:100%;height:500px}.competition-list__newsletter-signup{background:#6e7475;padding:1rem 0 0 0;margin-bottom:2rem}.competition-list__newsletter-signup p{color:#000000;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;margin:0 auto}.competition-list__newsletter-signup .search-form{margin:0 auto}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:2500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:0.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;will-change:transform}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:0.75;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:0.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/media/image/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/media/image/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform 0.25s;transition:transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:0.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:0.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}@media only screen and (max-width:63.999em){.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:1}}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:0.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:none}button.pswp__button:hover,.button.pswp__button:hover{background-color:inherit;color:inherit}.product__image__main--outer{position:relative;overflow:hidden}.product__image__main .slick-arrow{color:#606060;top:0;font-size:2rem;height:100%}.product__image__main .slick-arrow span{font-size:2rem}.product__image__sash{bottom:0;left:0;position:absolute;z-index:2;width:100%}.product__live-activity{position:absolute;left:25%;right:25%;z-index:2}@-webkit-keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}@keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}.product__live-activity__message{background:#b981ad;color:#ffffff;text-align:center;margin:0 auto;padding:10px;border-radius:3px;pointer-events:none;opacity:0.95;margin-bottom:0.5rem;opacity:0}.product__live-activity__message--currenty-viewing{-webkit-animation:fadeinout 5s linear 1s forwards;animation:fadeinout 5s linear 1s forwards}.product__live-activity__message--recent-orders{-webkit-animation:fadeinout 5s linear 2.5s forwards;animation:fadeinout 5s linear 2.5s forwards}.product__image__main__iframe{width:100%;height:100%;z-index:1;cursor:default}.product__image__main .product__image__main__iframe{position:absolute}.product__image__thumb--video{position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden}.product__image__thumb--video span.play-icon-span,.product__image__thumb--video img.product__image__thumb__img{position:absolute;top:50%}.product__image__thumb--video span.play-icon-span{color:#ffffff;left:50%;display:block;-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.product__image__thumb--video span i{font-size:4rem}.product__image__thumb--video img.product__image__thumb__img{-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0.5;left:50%}.product__image__main__video-img,.product__image__thumb__video-img{opacity:0}.product__image__thumb__video-img-span{background-color:#000000;display:block;position:relative;overflow:hidden}.product__image__thumbs--count{clear:both;font-size:0.8rem;font-weight:700;padding:0.5rem 0 1rem}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer{position:relative;clear:both}.product__image__thumbs__outer--horizontal .product__image__thumbs{margin:1rem auto 0;max-width:80%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer .slick-arrow{color:#606060;background:#ffffff;height:100%;top:0;padding:5px}.product__image__thumbs__outer--horizontal .product__image__thumb{margin:0 0.5rem;padding:1px;border:1px solid #9dc8d4;cursor:pointer}.product__image__thumbs__outer--horizontal .product__image__thumb.slick-current{border:1px solid #b981ad}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow span{font-size:1rem;font-weight:bold}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:5px}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:5px}.product__image__thumbs__outer--horizontal .product__thumbs__list li img{width:100%;height:auto}.product__image__thumbs__outer--horizontal .product__thumbs__link{display:block}.product__image__thumbs__outer--horizontal .product__thumbs__link--youtube{position:relative}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control{position:absolute;z-index:1;width:100%;background:rgba(0,0,0,0.6);height:100%;display:block;top:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control span{transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);top:50%;color:#ffffff;text-align:center;position:relative;width:100%;display:block;font-size:3rem}.product__image .slick-slide{position:relative}.product__image__thumbs{opacity:0;-webkit-transition:opacity ease-in-out 150ms;-moz-transition:opacity ease-in-out 150ms;transition:opacity ease-in-out 150ms}.product__image__thumbs__outer--vertical .slick-vertical .slick-slide{border:1px solid transparent}.product__image__thumbs__outer--vertical .product__image__thumbs{overflow:hidden}.product__image__thumbs__outer--vertical .product__image__thumb img{padding:1px;border:1px solid #9dc8d4;cursor:pointer;margin-bottom:.5rem}.product__image__thumbs__outer--vertical .product__image__thumb span{cursor:pointer}.product__image__thumbs__outer--vertical .product__image__thumb.slick-current img,.product__image__thumbs__outer--vertical .product__image__thumb.slick-current .product__image__thumb--360-rotate__border{border:1px solid #2b3030}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow{display:block;background:#e1dfdf;color:#606060;position:static;width:100%;margin-bottom:0.5rem;border:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow.slick-next{margin:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow span{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);display:inline-block;line-height:1.5rem;font-size:1rem}.product__image__thumbs__outer--vertical .product__image__thumb__video-img-span{margin-bottom:0.5rem}.product__image__thumbs__outer--vertical .product__image__thumb img.product__image__thumb__video-img{margin-bottom:0}.product__image__main--360-rotate__placeholder{visibility:hidden}.product__image__main--360-rotate__overlay,.product__image__main--360-rotate__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{opacity:0.5}#js-yofla-container img,#js-yofla-container div{width:100% !important;height:auto !important}#js-yofla-container div{height:100% !important}.js-yofla-container img,.js-yofla-container div{width:100% !important;height:auto !important}.js-yofla-container div{height:100% !important}.Magic360-box{max-width:100% !important}.slick-track__360-message{position:absolute;z-index:15;color:#000;padding:10px;font-size:.875rem;display:none}@media only screen and (max-width:767px){.product__image__thumbs,.product__image__sash{display:none}.product__image__main .slick-slide{opacity:0.5}.product__image__main .slick-slide.slick-current{opacity:1}.slick-slide:not(.slick-active) .product-sash{display:none}.product__image__main--360-rotate__overlay{font-size:5rem}.product__image__main .slick-arrow{top:40%;height:auto;margin-bottom:0}.product__live-activity__message{border-radius:0px}.product__live-activity{bottom:0;left:0;right:0}}@media only screen and (max-width:1024px){.product__image__thumbs__outer--horizontal .product__image__thumbs{max-width:100%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev span{padding-left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next span{padding-right:0}.tap-zoom-message{position:absolute;background:#ccc;color:#fff;top:43%;left:25%;right:25%;text-align:center;padding:10px;z-index:2;margin:0 auto;background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(195,195,195)),to(rgb(137,137,137)));border-radius:3px;pointer-events:none;opacity:0.95}.product__live-activity{left:10%;right:10%}}@media only screen and (min-width:768px){.product__image__thumb--360-rotate__overlay{position:absolute;font-size:4rem;top:48%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{font-size:10rem}.product__image__thumb--360-rotate__placeholder{opacity:0}.product__image__thumbs__outer--vertical .product__image__thumb--360-rotate__border{border:1px solid #9dc8d4;display:block;height:93%;position:absolute;top:0;width:100%}.product__live-activity{top:55%}}@media only screen and (min-width:1025px){.product__image__thumbs__outer--horizontal .product__image__thumbs .slick-track{margin:0 auto}.product__image__zoom-link{cursor:zoom-in}.body-quickbuy .product__image__zoom-link{cursor:default}.product__live-activity{top:38%}}.product__image__main>div{display:none}.product__image__main>div:first-child,.product__image__main.slick-initialized>div{display:block}.product__image__thumbs__outer--vertical-grid .slick-slide>div{display:inline-block;width:50%}.product__layout__options{display:none}@media only screen and (min-width:768px){.product__image__thumbs__outer--vertical-grid .product__image__thumb img{margin-bottom:0}.product__layout__options{bottom:.5rem;display:-ms-flexbox;display:flex;position:absolute}.product__layout__options--grid-layout{bottom:-1rem}.product__layout{opacity:.5}.product__layout:not(:last-child){margin-right:.75rem}.product__layout--selected{opacity:1}}.social-icons{font-size:1.5rem}.social__link{font-size:0.833rem}.social-icons__title{font-size:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;line-height:3.25rem;float:left;margin:0 1rem 0 0}.social-icons .social__icon,.social-icons .social__link{margin:0.25rem 1rem 0.25rem 0}.social-icons .inline-list>li{display:inline-block;float:none}.social__icon--ask-question a,.social__icon--email-friend a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--ask-question a:hover,.social__icon--email-friend a:hover{color:#ffffff;background-color:#b981ad;border:1px solid #b981ad}@media only screen and (min-width:768px) and (max-width:1024px){.social-icons__title{display:none}.social-icons .social__icon{margin:0 0.5rem 0.5rem 0}}@media only screen and (max-width:767px){.social-icons{text-align:center;padding:0.5rem 0}.social-icons__title{width:100%;line-height:2}.social-icons .inline-list{clear:both}.social-icons .inline-list>li{float:none}.social-icons .social__icon{margin:0.25rem}.social-icons .social__icon:first-child{margin-left:0}.social-icons .social__icon:last-child{margin-right:0}}.product-content{position:relative}.product-content__title{margin-bottom:.25rem;font-family:'PT Sans',sans-serif;font-size:1.2rem}.product-content__title--brand{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;display:block}.product-content__subtitle,.product-content__weight,.product-content__reference,.product-content__brand{margin:.25rem 0;font-size:0.833rem}.product-content__reference--span{display:block;margin-bottom:1rem}.product-content__image{display:table;margin:0 auto}.product-content__image img{max-width:130px}.product-content__image .product-content__promo{margin-bottom:1rem}.product-content__image .product-content__promo:last-child{margin-bottom:0}.product-content__review-stars{display:table;margin:0 auto}.product-content__review-stars__title{display:inline-block;margin:1rem .75rem 1rem 0;color:#2b3030;font-size:1rem;font-weight:700}.product-content__review-stars--star{font-size:1.25rem;color:#b981ad}.price-match-wrapper{position:relative}.price-match:before{content:"";border-top:15px solid transparent;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:15px solid #78AB46;display:block;position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match{width:280px;background-color:#78AB46;margin-top:15px;border-radius:5px;text-align:center;position:absolute;top:100%;display:none;z-index:2}.price-match__title{color:#ffffff;font-size:16px;text-transform:uppercase}.price-match__panel{background-color:#ffffff;color:#494949;font-size:14px}@media only screen and (max-width:767px){.price-match,.price-match__panel{padding:0.5rem}.price-match{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match__panel{margin-top:0.5rem}}@media only screen and (min-width:768px){.product-content__review-stars{display:block}.price-match{padding:1rem}.price-match__panel{margin-top:1rem;padding:1rem}}@media only screen and (min-width:768px) and (max-width:1024px){.product-content__image{margin-top:1rem;display:block}}@media only screen and (min-width:1025px){.product-content__image{float:right}.product-content__title--shorter{width:60%}}.product-content__price-info{color:#2b3030}.product-content__price-info li{display:inline-block;margin-bottom:0;margin-top:0}.product-content__price-info li.price-info__separator{font-size:0.833rem;margin:0 0.25rem;color:#606060}.product-content__price-info li.product-content__price-info__price,.product-content__price-info--hidden-prices{font-weight:700;vertical-align:sub}.product-content__price-info__price span{font-family:'Droid Serif',serif}.product-content__price-info__price .product-price-wrap{font-size:1.728rem}.product-content__price-info__price .vat_status{font-size:0.833rem}.product-content__price-info__price--sale{color:#cc0001}.product-content__price-info--subprice,.product-content__price-info--hidden-prices{margin:0;font-size:1rem}.product-content__price-info--hidden-prices{margin-top:1rem;display:block}.product-content__price-deposit{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info__delivery{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info li.product-content__price-info__clear{clear:left;height:1px;font-size:1px;line-height:1px;display:block}.product-content__price-info li.product-content__price-info__price-inc{display:block}@media only screen and (max-width:1024px){.product-content__price-info li.product-content__price-deposit{display:block;margin-left:0}.product-content__price-info li.product-content__price-info__delivery{display:block;margin-left:0}}.available-offers__title{margin-bottom:.5rem;font-size:0.833rem;font-weight:700}.available-offers__item__bullet{display:none}.available-offers__item{margin:0 0 .25rem;font-size:0.833rem}.available-offers__item__code{font-weight:700}@media only screen and (min-width:768px){.available-offers__item__bullet{display:inline}}.spot-products__title{margin:.75rem 0;font-size:0.833rem;font-weight:700;text-align:center;color:#2b3030}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}.product-promo .promo-unit{padding:1.5rem 0}.product-promo .promo-unit.product-promo__multiple__promo{padding:.75rem 0}.product-promo__overlay,.product-promo--full-width .product-promo__overlay{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;text-align:center}.product-promo__overlay__subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.2rem;font-weight:normal;text-transform:none}.product-promo__overlay__title{font-size:0.694rem}.product-promo--full-width .product-promo__overlay__title{font-size:1.44rem}.product-promo__multiple__promo{float:left;margin:0}@media only screen and (min-width:1025px){.product-promo__overlay__title{font-size:1rem}.product-promo--full-width .product-promo__overlay__title{font-size:2.986rem}.product-promo .promo-unit.product-promo__multiple__promo{padding:1.5rem 0}}.upsell-name,.attributes-name{margin-bottom:.5rem;font-size:0.833rem;font-weight:700;color:#2b3030}ul.attributes{background-color:#ffffff;margin-bottom:0.75rem}.attributes__value{padding:0px 0.25rem 0.25rem 0;display:inline-block;margin:0}.attributes__value:last-child{padding-right:0}.attributes__value--out-of-stock{opacity:0.3}.attributes__value a{color:#606060;padding:3px;border:1px solid #9dc8d4;display:block;float:left;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s;font-size:0.7rem;text-align:center}.attributes__value--name{padding-top:5px}.attributes__value--selected a,.attributes__value a:hover{color:#2b3030;border-color:#b981ad}.attributes__value a span{display:block}.attributes__value--hex a span{height:38px;width:38px}.attributes__value--text a span{background-color:#e1dfdf;padding:0 0.25rem;font-size:0.833rem;font-weight:700;line-height:38px;min-height:38px;min-width:38px;text-align:center}.attributes__value--selected.attributes__value--out-of-stock a,.attributes__value--out-of-stock a:hover{color:#606060;border:1px solid #2b3030}.attributes__value a img{max-width:38px}#js-product-options,.options-container{position:relative}#js-product-options-cover,.options-ajax-loader{position:absolute;z-index:8}.attributes-select{width:98%;padding:0.4rem;outline:0}.attributes-option--out-of-stock{color:#ccc}.age-restriction-checkbox__label{display:inline-block;padding-left:10px}.attributes-size-guide{font-size:0.833rem;line-height:3rem}.attributes-size-guide span{font-size:1rem;position:relative;top:2px}a.size-guide-link{color:#b981ad}#js-product-options>.row:last-child select,#upselling_dropdown .attributes-select{margin-bottom:0}.quantity .table__cell{vertical-align:middle}.attribute_conversion_switcher{display:inline-block;font-size:0.833rem}.options-buttons__personalisation-tickbox input{display:inline-block;margin:0 .25rem 0 0}.options-buttons__personalisation-tickbox label{display:inline}.options-buttons__personalisation-tickbox img{display:inline;position:relative;top:6px;margin-left:5px}.product-buttons button.button--add-basket{color:#ffffff;background:#b981ad;border-color:#b981ad;font-size:1.44rem;letter-spacing:3px}.product-buttons button.button--add-basket:hover{color:#b981ad;background:#ffffff}.product-buttons button.button--add-basket--back-in-stock{font-size:0.833rem;letter-spacing:1px}.product-buttons button.button--add-basket--deposit{margin-top:10px}.product-buttons button.button--add-basket--inactive{background:grey !important;opacity:0.6}.product-buttons button.button--add-basket--inactive:hover{background:grey !important;opacity:0.6}.product-options-buttons button:not(.button--add-wishlist--2),.product-options-buttons .button.button--custom-cms{line-height:1.5rem}.product-options-buttons button.button--add-wishlist{font-size:0.833rem;color:#000000;background:#ffffff;transition:none;-moz-transition:none -webkit-transition:none}.product-options-buttons button.button--add-wishlist:hover{color:#888888}.product-options-buttons button.button--add-wishlist span.ico{font-size:1.44rem;margin-right:0.5rem}.product-options-buttons button.button--add-wishlist--1{border-color:#ffffff}.product-options-buttons button.button--add-wishlist--1 span.ico{line-height:1.5rem;position:relative;top:0.25rem}.product-options-buttons button.button--add-wishlist--2{margin-top:1rem;padding:0;border:none}.product-options-buttons button.button--add-wishlist:hover span.ico{color:#888888}.v12finance-button__tag-line{margin-top:0.5rem}.product-options-buttons .button.button--custom-cms{text-align:center}.button-upsell-opts .button-upsell-link{display:block;width:80%;margin:0.5rem auto;text-align:center}.button-upsell-opts .button-upsell-link{color:#ffffff;background:#b981ad;border-color:#b981ad}.button-upsell-opts .added-to-basket__button,.button-upsell-opts .removed-from-basket__button{max-width:100%;width:100%}@media only screen and (min-width:1024px) and (max-width:1270px){.product-buttons button.button--add-wishlist>span.wishlist-text{display:none}}.quantity-container{min-height:2.5rem}.quantity__label{margin:0;color:#2b3030}.quantity button{margin:0;padding:0.5rem;border:1px solid #e1dfdf;color:#2b3030;background:#e1dfdf;letter-spacing:0;width:2.5rem;height:2.5rem}.quantity-input{vertical-align:middle}.quantity div{padding:0.344rem 0.688rem;border:1px solid #e1dfdf;min-width:50px}.quantity>div:first-child{border:0;padding-left:0;min-width:1px}.quantity div:focus{outline:none}.min_quantity{margin-bottom:1rem;line-height:1.5rem}.product-min-quantity-val{padding-left:0.5rem;font-size:0.833rem}.added-to-basket{padding:1rem;border:2px solid green;font-size:0.833rem;color:green;background:#e1dfdf}.added-to-basket__close,.removed-from-basket__close{position:absolute;top:.5rem;right:.5rem;color:#2b3030;font-size:1.5rem;font-weight:700;cursor:pointer}.added-to-basket__title,.added-to-basket__subtitle,.removed-from-basket__title{font-weight:bold}.added-to-basket__subtitle{display:block}.added-to-basket__buttons,.removed-from-basket__buttons{margin-top:0.75rem}.added-to-basket__button,.removed-from-basket__button{width:46%;max-width:200px;display:inline-block;border:1px solid #b981ad;padding:0.25rem;text-align:center;color:#b981ad;background:#ffffff;margin-bottom:0}.added-to-basket__button:hover,.removed-from-basket__button:hover{color:#ffffff;background:#b981ad}.added-to-basket__button:first-child{margin-right:2%}.added-to-basket__button--checkout{color:#ffffff;background:#b981ad;border:1px solid #b981ad}.added-to-basket__button--checkout:hover{color:#b981ad;background:#ffffff}.added-to-basket__button:hover .wishlist_added{color:#ffffff}.removed-from-basket{padding:1rem;border:2px solid red;font-size:0.833rem;color:red;background-color:}@media only screen and (max-width:767px){.added-to-basket{text-align:center}.options-buttons__personalisation-tickbox{text-align:center;margin-bottom:1rem}}@media only screen and (min-width:1025px){.product-buttons,.button--add-wishlist,.v12finance-button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-buttons,.v12finance-button{margin-right:0.5rem}.product-buttons button,.v12finance-button button{width:100%}.product-options-buttons{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.product-options-buttons button{margin-bottom:0}.quantity button:hover,.quantity button:active,.quantity button:focus{border-color:#2b3030;color:#e1dfdf;background:#2b3030}}@media only screen and (max-width:1439px){.product-options-buttons button:not(.button--add-wishlist--2){padding-right:0.5rem;padding-left:0.5rem}}@media only screen and (max-width:1024px){.product-options-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-options-buttons button{width:100%}.product-options-buttons button:not(:first-child){margin-top:1rem}.attributes-size-guide{font-size:1rem;margin-bottom:1rem}.attributes-size-guide span{font-size:1.5rem;top:4px}.attributes-select{width:100%}.added-to-basket__button,.removed-from-basket__button{width:100%;max-width:100%}}@media only screen and (min-width:768px) and (max-width:1024px){.added-to-basket__button:first-child{margin-bottom:1rem}}@media only screen and (max-width:767px){ul.attributes,.attributes-swatches ul{text-align:center}.attributes__value{padding:0 0.125rem 0.25rem 0.125rem}.attributes__value:last-child{padding-right:0.125rem}ul.attributes,.quantity{margin-right:auto;margin-left:auto}.quantity label{display:none}.quantity div{padding:0.5rem 0.688rem}.quantity button{padding:0.5rem}.quantity>div:first-child{padding-right:0}.product-buttons button.button--add-basket{font-size:1.2rem}.added-to-basket{position:fixed;top:0;z-index:200;left:0;border:0;width:100%;-webkit-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);-moz-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);padding:1.5rem}.added-to-basket__title,.added-to-basket__product{line-height:1.5rem}.added-to-basket__button,.removed-from-basket__button{max-width:400px;padding:0.75rem;margin:0 0 0.5rem 0}.added-to-basket__button:first-child{margin-right:0}.added-to-basket__button--checkout{margin-bottom:0}.age-restriction{display:table;margin:0 auto}#upselling_dropdown .attributes-select{margin-bottom:0.5rem}.product-parent-bundle__wrapper .button--add-basket{margin:0 auto}}.product-parent-bundle__single-child{display:block}.wishlist_list{margin:0;padding:1rem;list-style:none}.wishlist_list__item{display:block;cursor:pointer}.wishlist_list__item--new-item{font-weight:700}.product-options-stock-key .attributes__value--text.attributes__value--out-of-stock a span,.low-stock-key .attributes__value--text.attributes__value--out-of-stock a span{background-image:url(///media/image/out-of-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.product-options-stock-key .attributes__value--text.attributes__value--low-stock a span,.low-stock-key .attributes__value--text.attributes__value--low-stock a span{background-image:url(///media/image/low-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.low-stock-key ul.attributes{margin-top:1rem}.low-stock-key .attributes__value{padding:0 0.375rem 0 0}.low-stock-key .attributes__value__key.attributes__value{padding:0 1.5rem 0 0}.low-stock-key .attributes__value__key.attributes__value:last-child{padding:0}.low-stock-key .attributes__value a{padding:1px}.low-stock-key .attributes__value__key.attributes__value a{border:0;line-height:17px;padding:0}.low-stock-key .attributes__value--text a span{min-height:13px;min-width:13px;line-height:13px}.low-stock-key .attributes__value__size-guide a{text-decoration:underline}.low-stock-key .attributes__value__size-guide a:hover{text-decoration:none}.low-stock-key .attributes__value--low-stock a:hover,.low-stock-key .attributes__value--out-of-stock a:hover{border-color:#9dc8d4}.attributes__value--out-of-stock--line-through{position:relative}.attributes__value--out-of-stock--line-through a::after{border:1px solid #8d8c8c;content:"";left:-7px;top:22px;position:absolute;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);width:61px;box-shadow:0 1px 0 0 #fff}.attributes__value .swatches__stock-popup{display:none}.attributes__value .swatches__stock-popup .swatches__stock-popup--text{display:block;white-space:nowrap;padding:5px 10px;font-size:0.8125rem;background:red;color:#fff}@media only screen and (min-width:1025px){.attributes__value{position:relative}.attributes__value .swatches__stock-popup{position:absolute;top:-30px;left:0}.attributes__value .swatches__stock-popup .swatches__stock-popup--arrow{position:absolute;width:0;height:0;bottom:-8px;left:8px;border-style:solid;border-width:8px 8px 0 8px;border-color:red transparent transparent}.attributes__value:hover .swatches__stock-popup{display:block}}.product-parent-bundle__wrapper{padding-bottom:2rem}.js-product-description{font-size:.7rem}.product-parent-bundle__wrapper #js-can-buy-buttons,.product-parent-bundle__wrapper .product-parent-bundle--size-guide{float:left}.product-parent-bundle__wrapper .js-product-description{clear:both}.product-parent-bundle__wrapper .product-parent-bundle--size-guide{margin-top:.9rem}.button.product-actions__button{margin-bottom:.5rem}.button.product-actions__button__link{display:block;padding:.375rem;color:#b981ad;background:#ffffff;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.694rem}.product-slice>div>div.product-actions{margin-bottom:0}.product-actions .product-actions__button .icon_inline{display:flex;align-items:center;justify-content:center}.product-actions__button__link--additional_text{display:block}.product-actions__button--icon{margin-right:0.75rem;font-size:1.5rem}.product-content__price-info{margin-top:1.5rem}.product-slice>div>div.product-content{margin-bottom:0.3rem}#js-product-title{font-size:1.25rem;font-weight:normal;text-transform:none;color:#606060;font-family:'PT Sans',sans-serif}#js-product-price{color:#cc0001}.product-content__price-info{font-size:1rem;font-weight:normal}.product-content__price-info__price span{font-size:1.1rem;font-family:'PT Sans',sans-serif;font-weight:400}.product-content__price-info__price span span{font-size:1.625rem}.product-content__price-info__rrp span,.product-content__price-info__was span{text-decoration:none}.product-content__price-info__rrp span span,.product-content__price-info__was span span{text-decoration:line-through}.attributes-select{border-color:#DCDCDC}.product-content__price-info__saved{font-weight:normal}.product-buttons button.button--add-basket{font-size:1.75rem;letter-spacing:0rem}.product-buttons button.button--add-wishlist{border:2px solid #b981ad;padding:0.75rem 0 0.75rem;color:#2b3030;font-size:1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{padding:0}.product-tabs__list__item__link{font-family:'PT Sans',sans-serif}.product-tabs__content_cms ul{margin-left:0}.product-tabs__content_cms li{margin:0.5rem 0}.pay4later-button{border-radius:0.4rem;background-color:#fff;border-width:2px;color:#2b3030;padding:0.5rem;font-size:0.9rem}.pay4later-button__price{font-size:0.7rem}.pay4later-button:hover .pay4later-button__title{color:#b981ad}.product-content__price-info__price--sale{color:#2b3030}.product-content__price-info__price--sale .product-price-wrap span{color:#cc0001}.product-buttons #js-cannot-buy-buttons #js-request-sample-button{padding:0.25rem 0;width:80%;background-color:transparent;border-color:transparent;color:#b981ad;letter-spacing:1px;font-size:0.8rem}.product-buttons #js-cannot-buy-buttons #js-request-sample-button::before{content:"\2709";margin-right:5px;font-size:1.44rem;position:relative;top:0.25rem}.product__details__prices__price{color:#cc0001}.social__icon--ask-question a,.social__icon--email-friend a,.social__icon--facebook a,.social__icon--twitter a,.social__icon--pinterest a,.social__icon--google-plus a,.social__icon--ask-question a:hover,.social__icon--email-friend a:hover,.social__icon--facebook a:hover,.social__icon--twitter a:hover,.social__icon--pinterest a:hover,.social__icon--google-plus a:hover{border:none}.product-promo .promo-unit{padding:0;text-align:left;color:#cc0001;font-weight:normal}@media only screen and (max-width:47.938em){.product-promo .promo-unit{text-align:center}}@media only screen and (max-width:64em){.button--add-wishlist{margin:1rem 0}.product-content__image{display:table!important;width:100%}.product-content__image .product-content__promo{float:left;margin-bottom:0;width:50%}.product-content__image img{max-width:100px;margin:auto}}@media (min-width:1025px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{position:absolute;right:11px;top:15px;width:13rem}#js-product-options-buttons #js-add-to-wishlist{padding-top:0;text-align:left;left:30px;top:-8px;position:relative}}@media (max-width:1024px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{margin:0 auto}}.options-container .product-buttons__separator{display:none !important}.button--add-basket--request-sample{margin:1rem 0}.pswp__bg{background:#fff}.pswp__button--arrow--left::before,.pswp__button--arrow--right::before,.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.8)}.cookie_alert{position:fixed;right:10px;bottom:10px;width:300px;z-index:1000;background-color:#ddd}.cookie_alert_text{padding:1rem;font-size:.75rem;text-align:center}.cookie_alert_text a{text-decoration:underline}.cookie_alert_text a:hover{cursor:pointer}.cookie_alert_text label{display:inline;font-size:.75rem}.cookie_alert_text__lower{margin-top:0;overflow:hidden}.cookie_alert__button{margin:0;background:#b981ad;cursor:pointer}.cookie_alert__button:hover{background:#ffffff}#cookie_alert_close{color:#ffffff;text-decoration:none}.cookie_alert__button:hover #cookie_alert_close{color:#2b3030}.cookie_alert__button-disabled,.cookie_alert__button-disabled:hover,.cookie_alert__button-disabled #cookie_alert_close{background:#ffffff;color:#2b3030;cursor:default}.cookie_alert__more-info{margin-top:0.5rem;text-decoration:underline}.icon-close{color:#b981ad;font-size:1.2rem}.icon-close:hover{color:#ffffff;cursor:pointer}.cookie_alert__icon--right{text-align:right;right:0}.cookie_alert__icon{cursor:pointer;position:fixed;bottom:0;z-index:99999;height:60px;width:60px}.cookie_alert__icon i{bottom:50%;position:relative;color:#ffffff;font-size:1.4em;margin:0 15%}.cookie_alert__icon svg{fill:#b981ad}.form-builder{position:relative}.form-builder .form-tick,.form-builder .form-prompt,.form-builder .form-warning{display:none}.form-builder .form-overlay{position:absolute}.form-builder .radio__label{display:inline}.form-builder .multi_checkbox__label{display:inline}.form-builder__textnote{margin-bottom:1rem}.form-builder__file-input{padding-top:0.938rem;padding-bottom:0.938rem}.formbuilder__group--cbx-lbl label,.formbuilder__group--cbx-lbl input{margin-top:0}.formbuilder__group--cbx-lbl input{margin-top:2px;vertical-align:top}.form-builder ._referer_wrapper{display:none}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail{display:inline-block;position:relative;width:100px;height:100px;margin-right:14px;margin-bottom:10px;background-size:cover;background-position:center center;background-repeat:no-repeat}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail-not-image{background-color:lightgrey;text-align:center}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;font-size:0.85em;width:84%}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}</style> <script>document.createElement('picture');</script> <script>!function(e){var t=function(){e.console&&console.log("Not yet implemented")};e.vs={dev:t,helper:{},lang:t,module:t,setting:t,type:{},deviceType:{},vsq:[[],[],[],[],[],[],[]],q:t,js:t,runQueue:t,deferJS:t,runMasterQueue:t,addJSInline:t,qInterval:null,qCheck:[],qPointer:0,jsQueueRunning:!1,version:1.4}}(window),function(e){var t=!1;void 0!==e.vs_dev&&(t=vs_dev,vs_dev=void 0),vs.dev=function(){return t&&vs.helper.value_exists("debug",e.location.hash.slice(1).split(":"))},vs.dev.log=function(t,n){return vs.dev()&&e.console&&console.log(t),n}}(window),function(e){e.vs.type.Module=function(e,t){var n,r=["name","key"],o={active:!0,name:e,key:vs.helper.key(e),data:{}},t=t||{};for(n in o)o.hasOwnProperty(n)&&t.hasOwnProperty(n)&&!vs.helper.key_exists(n,r)&&(o[n]=t[n]),this[n]=o[n];this.setting=function(e,t){return vs.setting.call(this,e,t)}}}(window),function(e){e.vs.helper,e.vs.helper,function(e){var t={array:"[object Array]",object:"[object Object]",string:"[object String]",number:"[object Number]",boolean:"[object Boolean]",function:"[object Function]",date:"[object Date]"},n=Object.prototype.toString;e.vs.helper.type=function(e,r,o){if(e=n.call(e),void 0!==r)return t.hasOwnProperty(r)?t[r.toLowerCase()]===e&&("object"!==e||!!(o&&o.constructor&&o.constructor.toString)&&e.constructor.toString()===o.constructor.toString()):vs.dev.log('Tried to check for an unknown data type: "'+r+'"',!1);for(r in t)if(t.hasOwnProperty(r)&&t[r]===e)return r;return void 0===r&&void 0}}(e),function(e){var t={left:function(e,t){},right:function(e,t){},both:function(e,t){}};e.vs.helper.trim=function(e,n,r){return n=n||"\\s",r=r||"both",vs.helper.key_exists(r,t)||(r=vs.dev.log('Tried to trim a string from an invalid end: "'+r+'". Defaulting to "both"',"both")),vs.helper.type(e,"string")?t[r](e,n):""},t.left=function(e,t){return e.replace(new RegExp("^["+t.split().join("\\")+"]+","g"),"")},t.right=function(e,t){return e.replace(new RegExp("["+t.split().join("\\")+"]+$","g"),"")},t.both=function(e,n){return t.left(t.right(e,n),n)}}(e),function(e){e.vs.helper.key=function(e,t,n){var r="_invalid_key_",o=e,t=t||"";return n=!vs.helper.type(n,"boolean")||n,t=n?"a-z0-9_"+t:t,vs.helper.type(e,"string")?e.length?vs.helper.type(t,"string")?e.length?(e=e.toLowerCase().replace(new RegExp("[^"+t+"]","g"),"")).length?e=parseInt(e.slice(0,1))==e.slice(0,1)?"_"+e:e:vs.dev.log('Attempted to convert "'+o+'" to a key using character mask "'+t+'", but failed as the resulting string was empty',r):vs.dev.log('Attempted to use the character mask "'+t+"\" for a key, but failed as it's empty",r):vs.dev.log('Attempted to use the character mask "'+t+"\" for a key, but failed as it's not a string",r):vs.dev.log('Attempted to convert "'+o+"\" to a key, but failed as it's empty",r):vs.dev.log('Attempted to convert "'+o+"\" to a key, but failed as it's not a string",r)}}(e),function(e){e.vs.helper.key_exists=function(e,t){var n;if(vs.helper.type(t,"object")){for(n in t)if(t.hasOwnProperty(n))return!0}else if(vs.helper.type(t,"array"))return void 0!==t[e];return!1}}(e),function(e){e.vs.helper.value_exists=function(e,t){var n,r;if(vs.helper.type(t,"object")){for(n in t)if(t.hasOwnProperty(n)&&t[n]===e)return!0}else if(vs.helper.type(t,"array"))for(r=0;r<t.length;r++)if(t[r]===e)return!0;return!1}}(e)}(window),function(e){var t={get:function(e,t){},set:function(e,t){},multiset:function(e){},get:function(e){},data:{}};e.vs.lang=function(e,n){if(void 0!==e){if(vs.helper.type(e,"object"))return t.multiset(e);if(e.length){if(void 0!==n&&vs.helper.type(n,"array"))return t.set(e,n);if(void 0===n||!vs.helper.type(n,"array"))return t.get(e,Array.prototype.slice.call(arguments,1).reverse())}}return!1},t.get=function(e,n){var r,o,s=e=t.key(e),i=t.data,n=n||[];for(e=e.split(".").reverse();r=e.pop();)i="string"!=typeof i&&void 0!==i[r]?i[r]:{};for(i="string"==typeof i?i:s;o=n.pop();)i=i.replace("%s",o);return i},t.set=function(e,n){var r,o=0,s=t.data;for(e=t.key(e).split("."),o;o<e.length;o++)r=s[e[o]],o===e.length-1?r=s[e[o]]=n[0]:void 0===r&&(r=s[e[o]]={}),s=r;return e.join(".")},t.multiset=function(e){var t;for(t in e)e.hasOwnProperty(t)&&vs.lang(t,[e[t]]);return!0},t.key=function(e){return vs.helper.trim(vs.helper.key(e,".").replace(/\.+/g,"."),".")}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};e.vs.modules=function(){return t.data},e.vs.module=function(e,n){return void 0!==e?void 0!==n?t.set(e,n):t.get(e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return t.data[t.key(e)]||t.set(e,t.dummy(e))},t.set=function(e,n){var r=t.key(e);return vs.helper.type(n,"object",vs.type.Module)?t.data[r]=n:vs.dev.log("Tried to set module "+r+" but value is not an object",t.dummy(e))},t.dummy=function(e){return new vs.type.Module(e,{active:!1})}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};vs.setting=function(e,n){return void 0!==e?void 0!==n?this===vs?t.set(e,n):t.set.call(this,e,n):this===vs?t.get(e):t.get.call(this,e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return vs.helper.key_exists(e,this.data)?this.data[e]:""},t.set=function(e,t){return vs.helper.type(t,"string")?(this.data[e]=t,e):vs.dev.log('Settings may only be string values: "'+e+'"',e)}}(window),function(e){vs.deviceType=function(){var t=document.getElementById("vs-browser-check");switch(null==t&&((t=document.createElement("div")).id="vs-browser-check",document.body.appendChild(t)),e.getComputedStyleIE=function(e){return this.el=e,this.getPropertyValue=function(t){var n=/(\-([a-z]){1})/g;return"float"==t&&(t="styleFloat"),n.test(t)&&(t=t.replace(n,function(){return arguments[2].toUpperCase()})),e.currentStyle[t]?e.currentStyle[t]:null},this},parseInt(e.getComputedStyle?e.getComputedStyle(t,null).width:e.getComputedStyleIE(t).getPropertyValue("width"))){case 5:return"mobile";case 10:return"tablet";default:return"desktop"}},vs.q=function(e,t){t=t||5,vs.checkJSQueue(t),vs.vsq[t].push({f:e})},vs.js=function(e,t,n){n=n||3,vs.checkJSQueue(n),vs.vsq[n].push({j:e,c:t||function(){}})},vs.runQueue=function(t,n,r){if(n=n||!1,r=r||!1,void 0===t||void 0===vs.vsq[t])return!1;var o,s=vs.vsq[t].length;for(o=0;o<s;o++)try{n||void 0===vs.vsq[t][o].j?vs.qCheck[t]<s&&"function"==typeof vs.vsq[t][o].f?(vs.vsq[t][o].f(),vs.qCheck[t]++):"function"==typeof vs.vsq[t][o].c&&vs.vsq[t][o].c():vs.addJSInline(vs.vsq[t][o].j,function(){},t)}catch(t){e.console&&console.error(t)}r&&(vs.vsq[t]=[])},vs.deferJS=function(){e.addEventListener?e.addEventListener("load",vs.runMasterQueue,!1):e.attachEvent?e.attachEvent("onload",vs.runMasterQueue):e.onload=vs.runMasterQueue,setTimeout(function(){vs.runMasterQueue()},500)},vs.checkQ=function(){void 0!==vs.vsq[vs.qPointer]&&vs.qCheck[vs.qPointer]==vs.vsq[vs.qPointer].length&&(vs.runQueue(vs.qPointer,!0),vs.vsq[vs.qPointer++]=[],void 0!==vs.vsq[vs.qPointer]?vs.runQueue(vs.qPointer):(e.console&&void 0!==console.timeEnd&&console.timeEnd("JavaScript"),vs.jsQueueRunning=!1,vs.qPointer=0,vs.qCheck=[],clearInterval(vs.qInterval)))},vs.checkJSQueue=function(e){void 0===vs.vsq[e]&&(vs.vsq[e]=[])},vs.addJSInline=function(e,t,n){var r=document.createElement("script");r.src=e,r.type="text/javascript",r.async="true",r.onload=r.onerror=function(){vs.qCheck[this.q]++}.bind({f:e,q:n}),document.body.appendChild(r)},vs.runMasterQueue=function(){if(vs.jsQueueRunning)return!1;vs.jsQueueRunning=!0,e.console&&void 0!==console.time&&console.time("JavaScript");var t,n=vs.vsq.length;for(t=0;t<n;t++)vs.qCheck[t]=0;return vs.runQueue(0),vs.qInterval=setInterval(vs.checkQ,5),!0}}(window);(function(window,undefined) {vs.lang({"basket":{"remove_product":"Are you sure you want to remove this item from your basket? Click \"OK\" for Yes or \"Cancel\" for No","stock_error":"There is not enough stock available for this item","fixed_pack_warning":"This item can only be sold in fixed packs of PACK_QUANTITY. We have updated your selection to NEW_QUANTITY","add_bulk_personalisation_please_select":"Please select some products to personalise.","hover_disabled_error_message":"Cannot checkout while processing","product_could_not_be_added_to_basket":"Product could not be added to basket"},"lists":{"wants":"Wants"},"infinitescroll":{"loading_next_page":"Loading More Products","no_more_pages":"No More Pages","load_more":"&#8681; Load More Products &#8681;"},"dynamic_variant_builder":{"step_select_a":"%s. Select a %s","step_select":"%s. Select %s","your_selection":"Your Selection","more_info":"&gt; More Info","nothing_selected":"You currently have nothing selected","nothing_selected_alert":"You have not selected any products to add to the basket.\n\nPlease make some selections by changing the quantity against a product.","items_added_to_basket":"Your selected items have been added to your basket","total":"Total:","buy_hidden_text":"Your selected products have been added to your basket...","remove_all":"Remove All","confirm_remove_single":"Are you sure that you want this item?","confirm_remove_all":"Are you sure that you want to remove all of your selections?","out_of_stock":"Out of Stock","calculating_price":"<img src=\"\/images\/ajax-mini-loader.gif\" alt=\"calculating\" \/>","selection_details_products_html":"\r\n <img width=\"9\" height=\"11\" alt=\"Remove\" src=\"\/images\/checkout\/icon_remove.gif\" class=\"remove_single\" \/>\r\n <span class=\"product_title\">{TITLE}<\/span>\r\n <span class=\"product_reference\">{REFERENCE}<\/span>\r\n <span class=\"product_quantity\">Qty: {QUANTITY}<\/span>\r\n <span class=\"product_price\">{PRICE}<\/span>","selection_details_products_html_out_of_stock":"\r\n <img width=\"9\" height=\"11\" alt=\"Remove\" src=\"\/images\/checkout\/icon_remove.gif\" class=\"remove_single\" \/>\r\n <span class=\"product_title\">{TITLE}<\/span>\r\n <span class=\"product_reference\">{REFERENCE}<\/span>\r\n <span class=\"out_of_stock\">This item is currently not available<\/span>"},"products":{"out_of_stock_1":"\n\nSorry, we currently only have ","out_of_stock_2":" of this item in stock and it is already in your basket","option_not_selected":"Please choose a %s","options_out_of_stock":" - Out of Stock","pack_of":"Pack of ","pack_m2_price":" per m2","pack_was_price":" was ","pack_rrp_price":" RRP ","pack_unit_price_prefix":"(","pack_unit_price_suffix":" each)","available_pack_sizes":"Available Pack Sizes","pack_sizes_pick_options":"&nbsp;(choose options, to see per-pack prices)","pack_sizes_pick_option":"&nbsp;(choose option, to see per-pack prices)","pick_all_bundle_options":"Please make sure that you've picked all options, and they have stock.","product_not_in_stock":"This item is not currently in stock","age_restriction_warning":"Please tick to confirm your age.","no_reviews":"No Reviews - Write a Review","sample_added_to_basket":"Sample added to your basket","sample_limit_reached":"Sample Limit Reached","reward_point_message":"point","reward_points_message":"points","max_parent_purchase_exceeded_checkout_1":"\n\nSorry, you can only have ","max_parent_purchase_exceeded_checkout_2":" of this item. Your basket will be updated to reflect this.","images_available":"%s Images Available","image_available":"%s Image Available","personalisation_required_message":"Personalisation is required","bundle_select":"Select","pay4later_not_available":"Finance is not currently available for current total","product_could_not_be_added_to_basket":"Product could not be added to basket","product_added_to_basket":"Thank you, the product has been added to your basket.","select_all_options":"Please select all options for this product.","was":"Then","now":"Now"},"product_options_groups":{"please_select":"Please Select","high_number":"High Number"},"offers":{"all_options_not_chosen":"Please choose a valid option on all products, before adding this bundle to your basket","option_not_chosen":"Please choose a valid option, before adding this product to you basket"},"postcodeanywhere":{"start_typing":"Start typing your postcode, street or address","enter_address_manually":"Enter Address Manually","alternatively_search_again":"Alternatively, Search Again"},"product_listings":{"filter_by":"Refine by %s","remove_filter":"X","enter_quantity":"Please enter the quantity you would like to purchase.","show_more":"Show More","show_less":"Show Less","trade_pick_some_products":"Please pick some products.","not_enough_stock":"There is not enough stock currently available.","not_enough_stock_for_minimum_purchase":"There is not enough stock available to provide you with the minimum purchase quantity","item":"Item","items":"Items"},"hitachi":{"deposit_paid_invalid_payment_button_clicked":"Deposit Paid Invalid Payment Button Clicked"},"quickorder":{"loading":"Loading","unable_to_match_a_product_with_the_search_term_pre_keyword":"Unable to match a product with the search term ","unable_to_match_a_product_with_the_search_term_post_keyword":". Please try again.","multiple_matches_one":"There are ","multiple_matches_two":" products matching \"","multiple_matches_three":"\", please <a href=\"#js-quick-order-matching-products-modal-","multiple_matches_four":"\">click here<\/a> to select.","please_choose":"Please choose an option...","products_matching":"Products Matching","out_of_stock":"Out of stock","stock_limit_reached":"Stock Limit Reached","invalid_quantity":"You have entered an invalid quantity","duplicate_products_confirm_message":"Please note: You have added the same product on different rows of the form, these products will be added to your basket only once. If you wish to order more than one of this product then please choose 'cancel' and use the delete row option and quantity controls to amend your order, otherwise choose 'ok' to proceed to the basket.","confirm_remove":"Are you sure you would like to remove this line?","min_order_confirm_remove_one":"This product has a minimum order of ","min_order_confirm_remove_two":", reducing the quantity below this will remove this product.\n\nAre you sure you would like to remove this product?","minimum_order":"Minimum Order","not_available_online":"Not available online","reference":"Reference","submitting_empty_form":"You have not selected any products. Please try again."},"promo_unit":{"event_timers":{"week":"week","weeks":"weeks","day":"days","days":"days","hour":"hr","hours":"hr","minute":"min","minutes":"min","second":"sec","seconds":"sec"}},"on_page_personalisation":{"max_dimensions_on_page_personalisation":{"width":"Max Dimensions On Page Personalisation.width","height":"Max Dimensions On Page Personalisation.height"},"width":"Width","height":"Height","unit_label_mm":" mm","unit_label_cm":"cm","unit_label_inches":" inches","required":"* required","product_unit_cost":"Product Unit Cost: ","additional_options":"Additional Options: ","pricing_grid_no_match":"Please check the sizes you have entered are within the maximum width and drops available. We have set them to within the ranges available.","max_characters":"Maximum of %s characters!","chars_remain":"characters remaining","char_remain":"character remaining","characters_count_colour":"black","characters_count_colour_error":"red","required_star":"*","stock_delay_intro":"Customisation Delay: ","stock_delay_header":"Please Note","check_required_fields":"Please check that you have completed all required fields - there are some that it seems that you have missed!","your_product":"Your Item","your_options":"Your Options","totals":"Totals","please_choose":"please choose","items":"Items","unit_personalisation_subtotal":"Unit Customisation","setup_charges":"Setup Charges","grand_total":"Grand Total"},"months":{"jan":"Jan","feb":"Feb","mar":"Mar","apr":"Apr","may":"May","jun":"Jun","jul":"Jul","aug":"Aug","sep":"Sep","oct":"Oct","nov":"Nov","dec":"Dec"},"product_personalisation":{"are_you_sure_to_cancel":"Are you sure you want to cancel?","are_you_sure_to_abandon":"Are you sure you want to abandon your personalisation changes?"},"customer":{"confirm_item_removal":"Are you sure you would like to cancel this item from your order?","amendment_state_0":"No changes detected","amendment_state_1":"Thank you for your adjustments, we will be in contact shortly to arrange a refund for the cancelled goods.","amendment_state_2":"Thank you for your adjustments, we will be in contact shortly to arrange any applicable outstanding payment before dispatch.","amendment_state_3":"Sorry, you can not cancel the order in it's entirety, please contact us for further assitance.","amendment_error":"An error occurred whilst processing your request, please try again later or contact us for further assitance."},"uploader":{"select_file":"Select File","select_files":"Select Files","change_file":"Change File","change_files":"Change Files"},"checkout_v2":{"delivery":{"collect_store_postcode":"Please enter a Postcode"},"mybag":{"my_bag_contains_item":"Item","my_bag_contains_items":"Items"},"three_software":{"loyalty_scheme":"Loyalty Scheme","loyalty_card_number":"Loyalty Card Number","check_balance":"Check Balance","number_of_points":"Number of Points","apply_points":"Apply Points","points_available":"You have %s points. This is equivalent to the value of \u00a3%s","card_not_found":"Sorry your loyalty card was not found.","not_enough_points":"Not enough points available","points_applied":"Your Points have been applied to this order","points_not_applied":"Your Points have not been applied to this order"}},"trims":{"points_available":"You have %s points. This is equivalent to the value of \u00a3%s","card_not_found":"Sorry your loyalty card was not found.","not_enough_points":"Not enough points available","general_error":"Sorry, there has been an error. Please try again."},"pages":{"quote_does_not_exist":"Quote %s does not exist or has expired.","quote_error_redeeming":"There was an error redeeming Quote %s. Please try again."},"buylist":{"limit_reached":"The maximum number of products that you can add to your Buy List has been reached.","confirm_delete":"Are you sure you want to clear your Buy List?","confirm_delete_single":"Confirm Delete Single"},"event_builder":{"booking_time":"Event Time"},"dar_personalisation":{"button_text":"Button Text"},"product_finder":{"products_found":"%s products found","product_found":"%s product found","products":"(%s products)","product":"(%s product)","show_result":"Show %s Result \u203a","show_results":"Show %s Results \u203a","reset_filters":"Reset filters","top_products":"Top Products","top_product":"Top Product","of_results_found":"of %s products found","of_result_found":"%s product found","show_all_results":"Go-to All Results","add_more_filters_type":"Next Step: Select %s","add_more_filters_name":"Next Step: %s","add_more_filters_finish":"Finalise Selection","start_again_message":"Start from Beginning","try_again_message":"Retry Last Request","error_no_results_title":"No Results Found","error_no_results_message":"Sorry, we are unable to find any products using the selected filters. If you wish you can start again using the link below, or if you wish you can modify your filters.","error_no_filters_title":"Unable to filter further","error_no_filters_message":"Sorry, we are unable to provide more filtering options based on your current selection. If you wish you can start again or view the results as they stand?","error_ajax_issue_title":"Error Encountered","error_ajax_issue_message":"Sorry, we had a little trouble with that request, if you wish you can try again, or start from the beginning using the links below.","welcome_title":"Welcome to the %s Product Finder!","welcome_message_vertical":"Please use the \"%s\" filter from the left hand menu to get started using the Product Finder.","welcome_message_horizontal":"Please use the \"%s\" filter from the menu above to get started using the Product Finder.","confirm_filter_reset":"Are you sure you wish to reset your selection?","select_all":"Select All \/ Clear All","clear_all":"Select All \/ Clear All","tooltip_skipped":"%s has been skipped because there are no options to display based on your previous selections.","tooltip_empty":"You have not selected any %s options.","tooltip_auto":"%s only has 1 option based on your selections, we have automatically selected this for you."},"search":{"no_results":"No results for &quot;%s&quot;"},"slickslider_nav":{"next":"Next","previous":"Previous"},"upselling_recommendations":{"num_item":"(%s item)","num_items":"(%s items)","product_added_to_basket":"Product Added to Basket","products_added_to_basket":"Products Added to Basket"}});})(window);vs.vsjsq2=[];if(typeof(jQuery)=='undefined'){$=jQuery=function(el){if(typeof el==='function'){vs.vsjsq2.push(el);return this;} return{ready:function(f){vs.vsjsq2.push(f);return this;}};};}</script> <script type="text/javascript">var google_tag_params={ecomm_prodid:51463,ecomm_pcat:['French Furniture / Home Accessories / Candle Holders & Stands'],ecomm_pname:['Rustic Driftwood Twisted 3 Candle Holder'],ecomm_pagetype:'product',ecomm_totalvalue:69.99};var dataLayer=dataLayer||[];dataLayer.push({'event':'remarketingTriggered','google_tag_params':window.google_tag_params});</script> <script type="text/javascript">var dataLayer=dataLayer||[];dataLayer.push({'currencyCode':'GBP'});dataLayer.push({'customerId':''});dataLayer.push({'customerTitle':''});dataLayer.push({'customerFirstName':''});dataLayer.push({'customerLastName':''});dataLayer.push({'customerEmail':''});dataLayer.push({'customerDateRegistered':''});dataLayer.push({'customerPoints':''});dataLayer.push({'customerPointsNextLevel':''});dataLayer.push({'basketCount':0});dataLayer.push({'basketTotal':0});dataLayer.push({'productId':'49912'});dataLayer.push({'productSKU':'MJ98'});dataLayer.push({'productSKUS':['MJ98']});dataLayer.push({'productName':'Rustic Driftwood Twisted 3 Candle Holder'});dataLayer.push({'productBrand':''});dataLayer.push({'productCategory':'Rusticdriftwoodtwisted3candleholderp49912'});dataLayer.push({'productImage':'/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_image.jpg'});dataLayer.push({'productURL':'https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912'});dataLayer.push({'productInStock':'Y'});</script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-T2NHKQ');var dataLayer=dataLayer||[];vs.q(function(){dataLayer.push({event:'vs.js'});},3);</script> <script type="text/javascript">(function(window){var v={};v.setting={};v.module_setting={};v.module_setting.product_options_module={};v.module_setting.responsive_templates={};v.setting.product_price_breaks_based_on_parent='false';v.setting.shop_price_inc_vat='true';v.setting.site_domain='www.homesdirect365.co.uk';v.module_setting.product_options_module.hide_single_options='false';v.module_setting.responsive_templates.listing_sash_position='bottom';window.vsvar=function(k){k=k||'';var s=k.split('.'),r=false,c=v;for(var i in s){if(typeof s[i]=='function'){continue;} if(s.hasOwnProperty(i)&&typeof c[s[i]]!=='undefined'){r=c=c[s[i]];}else{r=false;}} return r;};})(window);</script> <script type="text/javascript"> vs.js("https://cdn.salesfire.co.uk/code/602c7f62-a6eb-4e85-9bc0-f3213c1e93fc.js", null, 6); window.sfDataLayer = window.sfDataLayer || []; window.sfDataLayer.push({"ecommerce":{"view":{"sku":"49912","name":"Rustic Driftwood Twisted 3 Candle Holder","price":69.99,"currency":"GBP","category":"French Furniture > Home Accessories > Candle Holders & Stands"}}}); </script></head><body class="body-products"> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T2NHKQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div id="js-trans-overlay"></div><div id="cookie_alert" class="cookie_alert"><div id="cookie_alert_container"><div id="cookie_alert_text" class="cookie_alert_text"><div class="cookie_alert_text__upper"> This site uses cookies to provide and improve your shopping experience. If you want to benefit from this improved service, please opt-in.<div class="cookie_alert__more-info"> <a href="/cookies">More Info</a></div></div><div class="cookie_alert_text__lower"><div id="js-cookie_alert_button" class="button cookie_alert__button"> <a id="cookie_alert_close"> Save Preferences </a></div></div></div></div></div> <script>(function(){var elem=document.getElementById('cookie_alert');var link=document.getElementById("js-cookie_alert_button");var checkbox=document.getElementById("js-cookie_alert_confirm");var re=new RegExp('cookie_policy'+"=([^;]+)");var value=re.exec(document.cookie);value=(value!=null)?unescape(value[1]):null;if(document.cookie.indexOf('cookie_policy')!=-1&&value=="acknowledged"){elem.style.display='none';} link.addEventListener("click",function(){cookie_policy='acknowledged';var date=new Date();date.setTime(date.getTime()+2592000000);document.cookie="cookie_policy="+cookie_policy+"; expires="+date.toUTCString()+"; domain=www.homesdirect365.co.uk; path=/";document.cookie="cookie_policy="+cookie_policy+"; expires="+date.toUTCString()+"; domain=homesdirect365.co.uk; path=/";elem.style.display='none';});})();</script> <div id="js-site-header__sticky" class="site-header__sticky grid-32"><div class="row"><div class="col col-32 site-header__sticky__col"> <a href="#"><span class="ico icon-cross site-header__sticky__close"></span></a><div class="row" id="js-site-header__sticky__slider"><div id="promo_unit_5cbfc89e2b6f86983" class="promo-unit col l-col-32 m-col-32 s-col-32 promo-unit--no-icon promo-unit-sticky-promo"><div class="mediahawkNumber1922"> <a class="promo-unit__link" href="tel:01642 455589"> <span class="promo-unit__text-group"> <span class="promo-unit__text"><span id="promo-unit__text__title--45" class="promo-unit__text__title">01642 455589</span> <span class=""></span> </span> </span> </a></div></div></div></div></div></div> <script>vs.q(function(){$('#js-site-header__sticky__slider').slickSlider({arrows:true,maxWidth:1025});});</script> <header class="site-header"><div class="grid-32"><div class="site-header__top m-container--pad container--pad--no-bg"><div class="row"><div class="col l-col-12 s-col-4 s-offset-1"><div class="s-only s-text-align-left"> <a id="js-hide-menu" class="site-header__top__icon site-header__top__toggle site-header__top__toggle--hide ico icon-menu" href="#"></a></div><div class="site-header__top__bar s-hide"><ul class="site-header__top__bar__social no-bullet inline-list"><li class="site-header__top__bar__social__promo"><div id="promo_unit_5cbfc89e2beec6733" class="promo-unit promo-unit--no-icon promo-unit-header-text-promo-1"><div class="mediahawkNumber1922"> <span class="promo-unit__text-group"> <span class="promo-unit__text"><span id="promo-unit__text__title--24" class="promo-unit__text__title">01642 455589</span> <span class=""></span> </span> </span></div></div></li></ul></div><div class="row s-hide"><div class="col l-col-24 m-col-32"><div class="m-up site-header__top__search__left" data-set="append--site-header__top__search"><form class="site-header__top__search" action="/search" method="get"> <label class="site-header__links-panel__label show-for-sr" for="query">Search</label><div class="table search-form"><div class="table__cell table__cell--expand"> <input id="query" class="input--expand no-border-right" type="search" placeholder="Search for beautiful furniture..." name="query" value=""></div><div class="table__cell"> <button class="button--1 button--search no-border-left" type="submit"><span class="ico icon-search"></span></button></div></div></form><div id="js-autocomplete-events"></div></div></div></div></div><div class="col s-col-5 s-only"> <a id="js-header-search" class="site-header__top__icon site-header__top__icon--search ico icon-search text-align-center" href="#"></a></div><div class="col l-col-8 s-col-12"><div id="promo_unit_5cbfc89e2c6e46911" class="promo-unit promo-unit-site-logo-3"> <a class="promo-unit__link" href="/"><div class="promo-unit__container--none promo-unit__mobile-overlay--none"> <a class="promo-unit__link" href="/" title="logo2" > <picture class="promo-unit__promo-image promo_unit_site_logo_3_0--lazyload"> <!--[if IE 9]><video style="display:none"><![endif]--> <source data-srcset="https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg" > <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg" alt="logo2" title="logo2" class="lazyload" > </picture> </a><style type="text/css">.promo_unit_site_logo_3_0--lazyload>img{padding-bottom:43%}.promo_unit_site_logo_3_0--lazyload>img.lazyloaded{padding-bottom:0}</style></div></a></div></div><div class="col s-col-5 s-only"> <a class="site-header__top__icon site-header__top__icon--account ico icon-login text-align-center" href="/register"></a></div><div class="col l-col-12 s-col-4 s-text-align-right"><div class="site-header__top__bar site-header__top__bar--2 m-up"><div class="m-up" data-set="append--site-header__links"><ul class="site-header__links no-bullet m-up-cf"><li class="s-only"> <a href="#" class="hblock" id="hblock-4"><span class="site-header__links__icon ico icon-search"></span>Search</a></li><li class="s-only"> <a href="/wishlist"><span class="site-header__links__icon ico icon-heart"></span>Wishlist</a></li><li> <a href="/register"><span class="s-only site-header__links__icon ico icon-login"></span>My Account</a></li><li class="s-only" data-set="append--site-header__links__currency-icon"> <a class="hblock" href="#" id="hblock-3"><span class="s-only site-header__links__icon ico icon-currency"></span><span class="s-only">GBP (£)</span></a></li></ul></div></div><ul class="site-header__top__buttons inline-list inline-list--right m-up cf"><li class="s-hide" id="js-basket-content"> <a href="/basket" rel="nofollow"> <span class="site-header__links__icon ico icon-bag"></span> <span class="m-hide text-hide"> My Basket</span> <span class="basket-text"> <span class="basket-count" style="display:none"> <span class="basket-count__prefix">(</span><span id="js-basket-count">0</span><span class="basket-count__suffix">)</span> </span> <span id="js-basket-total" class="site-header__links__icon_text basket-total"> <span class="product-content__price--inc" ><span class="GBP">£0.00</span></span><span class="product-content__price--ex" style="display:none;"><span class="GBP">£0.00</span></span> </span> </span> </a></li><li> <a href="/wishlist"><i class="site-header__links__icon ico icon-heart"></i></a></li><li class="site-header__links__spacer s-hide">/</li><li class="drop-down drop-down--links"> <a class="drop-down--links__currency-wrap" href="#"> <span class="m-up site-header__links__icon--currency-icon site-header__links__icon ico">£</span> </a> <span class="icon icon-dropdown s-hide"></span><div class="drop-down__menu"><div class="s-hide" data-set="append--site-header__links__currency"><div class="site-header__links__currency"><ul class="no-bullet s-hide"><li class="currency-dropdown-item currency-dropdown-item--1"> <a href="/currency/EUR/rustic-driftwood-twisted-3-candle-holder-p49912" rel="nofollow" title="Display Our Prices in Euros (EUR)" onclick="goToUri(this.href); return false;"> EUR (€) </a></li><li class="currency-dropdown-item currency-dropdown-item--2"> <a href="/currency/USD/rustic-driftwood-twisted-3-candle-holder-p49912" rel="nofollow" title="Display Our Prices in US Dollars (USD)" onclick="goToUri(this.href); return false;"> USD ($) </a></li><li class="currency-dropdown-item currency-dropdown-item--3"> <a href="/currency/GBP/rustic-driftwood-twisted-3-candle-holder-p49912" rel="nofollow" title="Display Our Prices in British Sterling (GBP)" class="currency-dropdown-item--active" onclick="goToUri(this.href); return false;"> GBP (£) </a></li></ul> <label class="site-header__links-panel__label show-for-sr" for="currency-switcher">Currency</label> <select id="currency-switcher" class="s-only" onchange="swapCurrency(this, 'rustic-driftwood-twisted-3-candle-holder-p49912')"><option class="currency-dropdown-item currency-dropdown-item--4" value="EUR" >€EUR</option><option class="currency-dropdown-item currency-dropdown-item--4" value="USD" >$USD</option><option class="currency-dropdown-item currency-dropdown-item--4" value="GBP" selected="selected">£GBP</option> </select></div></div></div></li> <script>vs.q(function(){$('.currency-dropdown-item a').click(function(){var $element=$(this);$element.attr('href',$element.attr('href')+window.location.hash);});});</script> </ul><div class="s-only"> <a id="js-basket-mobile" class="site-header__top__icon ico icon-bag site-header__top__right" href="/basket"> <span id="js-basket-count-2" class="site-header__top__basket-count" style="display:none"> <span>0</span> </span> </a></div></div></div></div></div> <nav class="site-header__nav"><div class="container m-container--pad container--pad--no-bg"><div class="s-only" data-set="append--site-header__links"></div><div class="site-header__links-panel s-only"><div class="s-only hblock-container" data-hblock="4" data-set="append--site-header__top__search"></div><div class="s-only hblock-container" data-hblock="3" data-set="append--site-header__links__currency"></div></div><ul class="site-header__nav__1 site-header__nav__menu no-bullet" id="site-header__nav__1"><li class="drop-down drop-down--nav"> <a href="/french-furniture-c487" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link387"> French Furniture <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/french-furniture-c487" class="drop-down__menu__view-all__link">View All <span>French Furniture</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/french-furniture-c487/bedroom-c562" title="Bedroom"> <span>Bedroom</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/bathroom-c38" title="Bathroom"> <span>Bathroom</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/dining-c6" title="Dining"> <span>Dining</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/lounge-c1899" title="Lounge"> <span>Lounge</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/seating-c1211" title="Seating"> <span>Seating</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/matching-ranges-c372" title="Matching Ranges"> <span>Matching Ranges</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/mirrored-furniture-c7" title="Mirrored Furniture"> <span>Mirrored Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/glass-furniture-c1990" title="Glass Furniture"> <span>Glass Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/home-accessories-c1754" title="Home Accessories"> <span>Home Accessories</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/shabby-chic-furniture-c2128" title="Shabby Chic Furniture"> <span>Shabby Chic Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/french-garden-furniture-c24" title="French Garden Furniture"> <span>French Garden Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/childrens-furniture-c1743" title="Childrens Furniture"> <span>Childrens Furniture</span> </a></li><li><a class="top_level_link" href="/french-furniture-c487/home-bars-c2492" title="Home Bars"> <span>Home Bars</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li class="drop-down drop-down--nav"> <a href="/contemporary-modern-furniture-c2050" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link384"> Contemporary Furniture <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/contemporary-modern-furniture-c2050" class="drop-down__menu__view-all__link">View All <span>Contemporary Furniture</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/bedroom-furniture-c2051" title="Bedroom Furniture"> <span>Bedroom Furniture</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/dining-c2055" title="Dining"> <span>Dining</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/lounge-c2116" title="Lounge"> <span>Lounge</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/industrial-c2117" title="Industrial"> <span>Industrial</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/mirrored-furniture-c2078" title="Mirrored Furniture"> <span>Mirrored Furniture</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/matching-ranges-c2073" title="Matching Ranges"> <span>Matching Ranges</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/indian-furniture-c2861" title="Indian Furniture"> <span>Indian Furniture</span> </a></li><li><a class="top_level_link" href="/contemporary-modern-furniture-c2050/driftwood-furniture-c2804" title="Driftwood Furniture"> <span>Driftwood Furniture</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li class="drop-down drop-down--nav"> <a href="/french-lighting-c1444" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link382"> <span>French </span>Lighting <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/french-lighting-c1444" class="drop-down__menu__view-all__link">View All <span><span>French </span>Lighting</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/french-lighting-c1444/chandeliers-c1445" title="Chandeliers"> <span>Chandeliers</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/cut-glass-chandeliers-c1" title="Cut Glass Chandeliers"> <span>Cut Glass Chandeliers</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/contemporary-lighting-c2" title="Contemporary Lighting"> <span>Contemporary Lighting</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/lantern-lighting-c1958" title="Lantern Lighting"> <span>Lantern Lighting</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/floorstanding-lamps-c1828" title="Floorstanding Lamps"> <span>Floorstanding Lamps</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/table-lamps-candelabras-c4" title="Table Lamps &amp; Candelabras"> <span>Table Lamps &amp; Candelabras</span> </a></li><li><a class="top_level_link" href="/french-lighting-c1444/wall-lights-c3" title="Wall Lights"> <span>Wall Lights</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li class="drop-down drop-down--nav"> <a href="/french-mirrors-c437" class="menu-top-link drop-down__menu-toggle" id="site-header__nav__menu__link388"> <span>French </span>Mirrors <span class="icon nav-mobile-toggle icon-plus s-only"></span> <span class="icon icon-dropdown s-hide" aria-label="menu"></span> </a><div class="drop-down__menu grid-32"><div class="drop-down__menu__block s-only"><ul class="no-bullet"><li class="drop-down__menu__view-all"> <a href="/french-mirrors-c437" class="drop-down__menu__view-all__link">View All <span><span>French </span>Mirrors</span></a></li></ul></div><div class="row row--collapse"><div class="col l-col-30"><div class="drop-down__menu__block " ><div class="row row--collapse"><div class="col l-col-32"><ul class="no-bullet drop-down__menu__categories"><li><a class="top_level_link" href="/french-mirrors-c437/wall-mirrors-c2554" title="Wall Mirrors"> <span>Wall Mirrors</span> </a></li><li><a class="top_level_link" href="/french-mirrors-c437/table-mirrors-c9" title="Table Mirrors"> <span>Table Mirrors</span> </a></li><li><a class="top_level_link" href="/french-mirrors-c437/floorstanding-mirrors-c1994" title="Floorstanding Mirrors"> <span>Floorstanding Mirrors</span> </a></li></ul></div></div></div></div></div><div class="drop-down__menu__buffer"></div></div></li><li> <a href="/contemporary-furniture-c2050/mirrored-furniture-c2078" class="menu-top-link" id="site-header__nav__menu__link389"> Mirrored Furniture </a></li><li> <a href="/matching-ranges-c372" class="menu-top-link" id="site-header__nav__menu__link386"> Matching Ranges </a></li><li class="sale-menu"> <a href="/sale-c2317" class="menu-top-link" id="site-header__nav__menu__link383"> Sale </a></li></ul></div> </nav> </header> <script>vs.q(function(){$('.site-header__links').appendAround();$('.site-header__top__search').appendAround();$('.site-header__links__currency').appendAround();$('.site-header__links__currency-icon').appendAround();$('.site-header__links__vat').appendAround();});</script> <div class="container container--pad container--pad--no-bg"><div class="breadcrumb cf"><ul itemscope itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="https://www.homesdirect365.co.uk/" title="Home"> <span itemprop="name">Home</span> </a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/french-furniture-c487" title="French Furniture"> <span itemprop="name">French Furniture</span> </a><meta itemprop="position" content="2"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/french-furniture-c487/home-accessories-c1754" title="Home Accessories"> <span itemprop="name">Home Accessories</span> </a><meta itemprop="position" content="3"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/french-furniture-c487/home-accessories-c1754/candle-holders-stands-c1820" title="Candle Holders &amp; Stands"> <span itemprop="name">Candle Holders &amp; Stands</span> </a><meta itemprop="position" content="4"></li><li class="last"> <span>Rustic Driftwood Twisted 3 Candle Holder</span></li></ul></div></div> <script>var ProductSettings={popup_timeout:'4000'};</script> <div id="js-product-event"></div><form action="https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912" method="post" id="js-add-to-basket__form"> <input type="hidden" name="parent_product_id" id="js-parent-product-id" value="49912"> <input type="hidden" name="product_id" id="js-product-id" value="0"></form><div class="product-page-wrapper grid-32"><div class="section " data-set="append--section--1450277929534"><div class="container container--pad section--1450277929534"><div class="row section section--1450277929534"><div class="col l-col-15 l-offset-1 s-col-32 col--1450277929534_1"><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277971383"><div class="product-slice--1450277971383"> <script>ProductSettings.vertical_thumbs=false;ProductSettings.is_quickbuy=false;ProductSettings.vertical_thumb_count=3;ProductSettings.force_horizontal_thumbs_on_tablet=false;ProductSettings.cloudzoom_on_mobile=false;ProductSettings.show_arrows_on_video=false;ProductSettings.ignore_attribute_images=false;ProductSettings.disable_thumbnail_center_mode=false;vs.q(function(){if(vs.deviceType()=='desktop'||ProductSettings.cloudzoom_on_mobile){Product.onEvent('images_post_slider',function(){CloudZoom.quickStart();});} Product.setDefaultImages([{"image_id":"57649","type":"image","image":"\/images\/rustic-driftwood-twisted-3-candle-holder-p49912-57649_image.jpg","medium":"\/images\/rustic-driftwood-twisted-3-candle-holder-p49912-57649_medium.jpg","thumb":"\/images\/rustic-driftwood-twisted-3-candle-holder-p49912-57649_thumb.jpg","thumbmini":"\/images\/rustic-driftwood-twisted-3-candle-holder-p49912-57649_thumbmini.jpg","zoom":"\/images\/rustic-driftwood-twisted-3-candle-holder-p49912-57649_zoom.jpg","image_link":"","image_alt_tag":"Rustic Driftwood Twisted 3 Candle Holder"}]);var sash='';Product.buildImageGallery(false,true,sash);});</script> <div class="product__image cf"><div id="js-product-image" class="use_vs-slick_mapping" data-use-slick-initialised="false"><div class="product__image__main--outer"><div class="product__image__main"> <a class="product__image__zoom-link" href="/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_zoom.jpg" title="Rustic Driftwood Twisted 3 Candle Holder"> <img id="js-product-main-image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_medium.jpg" alt="Rustic Driftwood Twisted 3 Candle Holder" class="lazyload" > </a></div></div></div></div><script id="tache-js-product-image" type="text/template"><div class="product__image__main--outer"><div class="m-down tap-zoom-message">Tap image to zoom</div> {{{sash}}}<div class="product__image__main{{#is_stacked}}--stacked{{/is_stacked}}{{^is_stacked}} slick-slider--arrow-2{{/is_stacked}}"> {{#images}} {{#image_link}}<div class="js-product__image__iframe vs-slick_mapping--image_{{image_id}}"> {{#is_youtube}} <iframe class="product__image__main__iframe" data-lazy="false" data-video_type="youtube" src="//www.youtube.com/embed/{{.}}?enablejsapi=1&amp;rel=0" frameborder="0" allowfullscreen></iframe> {{/is_youtube}} {{#is_youtubeplaylist}} <iframe class="product__image__main__iframe" data-lazy="false" data-video_type="youtube" src="//www.youtube.com/embed?listType=playlist&amp;list={{.}}&amp;enablejsapi=1&amp;rel=0" frameborder="0" allowfullscreen></iframe> {{/is_youtubeplaylist}} {{#is_vimeo}} <iframe class="product__image__main__iframe" data-video_type="vimeo" src="//player.vimeo.com/video/{{.}}" frameborder="0" allowfullscreen></iframe> {{/is_vimeo}} {{#is_isitetv}} <iframe class="product__image__main__iframe" data-video_type="isitetv" src="//isitetv.com/isitetv_cms/resp_player.php?encoded={{.}}" frameborder="0" allowfullscreen></iframe> {{/is_isitetv}} <img class="lazyload product__image__main__video-img" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_medium.jpg"></div> {{/image_link}} {{^image_link}}<div data-photoswipe="1"> <a class="product__image__main--{{image_id}} vs-slick_mapping--image_{{image_id}} product__image__zoom-link" href="{{#zoom}}{{zoom}}{{/zoom}}{{^zoom}}{{image}}{{/zoom}}" data-size="2000x2000"> <img src="{{medium}}" alt="{{image_alt_tag}}" class="cloudzoom" data-cloudzoom="zoomImage: '{{zoom}}', zoomSizeMode: 'image', autoInside: '12288', touchStartDelay: 2500"> </a></div> {{/image_link}} {{/images}}</div></div> {{^is_stacked}}<div class="product__image__thumbs__outer product__image__thumbs__outer--horizontal slick-slider--arrow-2 s-hide"><div class="product__image__thumbs"> {{#images}} {{^image_link}}<div class="product__image__thumb product__image__thumb--{{image_id}} vs-slick_mapping--image_{{image_id}}"> <img class="product__image__thumb__img product__image__thumb__img--{{imageCount}}" src="{{thumbmini}}" alt="{{image_alt_tag}}"> {{/image_link}} {{#image_link}}<div class="product__image__thumb product__image__thumb--video product__image__thumb--{{image_id}} vs-slick_mapping--image_{{image_id}}"> <span class="play-icon-span"><i class="ico icon-playvideo"></i></span> <span class="product__image__thumb__video-img-span"> <img class="lazyload product__image__thumb__video-img" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_thumbmini.jpg"> <img class="product__image__thumb__img product__image__thumb__img--{{imageCount}}" src="{{thumbmini}}"> </span> {{/image_link}}</div> {{/images}}</div></div> {{/is_stacked}} </script><div id="js-photo-swipe" class="pswp" tabindex="-1" role="dialog" aria-hidden="true"><div class="pswp__bg"></div><div class="pswp__scroll-wrap"><div class="pswp__container"><div class="pswp__item"></div><div class="pswp__item"></div><div class="pswp__item"></div></div><div class="pswp__ui pswp__ui--hidden"><div class="pswp__top-bar"><div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button><div class="pswp__preloader"><div class="pswp__preloader__icn"><div class="pswp__preloader__cut"><div class="pswp__preloader__donut"></div></div></div></div></div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button><div class="pswp__caption"><div class="pswp__caption__center"></div></div></div></div></div></div></div><div class="product-slice slice-large" data-set="append--product-slice--1450278100319"><div class="product-slice--1450278100319"><div class="social-icons social-icons__standard"> <span class="social-icons__title">Share</span><ul class="inline-list social-icon__ul"><li class="social__icon social__icon--facebook"> <a class="social-icons__link ico icon-facebook" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912','Share On Facebook','toolbar=0,status=0,width=600,height=650');" href="javascript: void(0);" rel="nofollow" title="Share On Facebook"></a></li><li class="social__icon social__icon--twitter"> <a class="social-icons__link ico icon-twitter twitter-share-button" title="Share On Twitter" onclick="window.open('https://twitter.com/share?count=none&amp;url=https://www.homesdirect365.co.uk/tweet/49912','Twitter','toolbar=0,status=0,width=600,height=650');" href="javascript: void(0);" rel="nofollow"></a></li><li class="social__icon social__icon--pinterest"> <a class="social-icons__link ico icon-pinterest" rel="nofollow" title="Share On Pinterest" onclick="window.open(this.href, 'signin', 'height=500,width=665'); return false" href="//pinterest.com/pin/create/button/?url=https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912&amp;media=https://www.homesdirect365.co.uk/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_medium.jpg"></a></li><li class="social__icon social__icon--google-plus"> <a class="social-icons__link ico icon-google-plus" title="Share On Google+" onclick="window.open('https://plus.google.com/share?&amp;url=https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912','Google +','toolbar=0,status=0,width=600,height=650');" href="javascript: void(0);" rel="nofollow"></a></li><li class="social__icon social__icon--whatsapp s-only"> <a id="js-whatsapp-icon" class="social-icons__link social-icons__link--whatsapp ico icon-whatsapp" title="I'd like to share the following product with you" data-title="I'd like to share the following product with you" data-link="https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912" href="#" rel="nofollow"></a></li><li class="social__icon social__icon--ask-question"> <a class="modal-ajax social-icons__link ico icon-question" title="Ask a Question" href="/ask-a-question-tb10?p=49912" rel="nofollow"></a></li><li class="social__icon social__icon--email-friend"> <a class="modal-ajax social-icons__link ico icon-envelope" title="Email a Friend" href="/tell-a-friend-i11?p=49912&amp;u=https%3A%2F%2Fwww.homesdirect365.co.uk%2Frustic-driftwood-twisted-3-candle-holder-p49912" rel="nofollow"></a></li></ul></div> <script>vs.q(function(){var isSafari=!!navigator.userAgent.match(/Version\/[\d\.]+.*Safari/);if(vs.deviceType()=='mobile'&&isSafari){$('#js-whatsapp-icon').on('click',function(){var title=$(this).attr('data-title'),link=$(this).attr('data-link'),message=encodeURIComponent(title)+" - "+encodeURIComponent(link),whatsappURL="whatsapp://send?text="+message;window.location.href=whatsappURL;});}else{$('.social__icon--whatsapp').remove();}});</script> </div></div></div><div class="col l-col-13 l-offset-2 s-col-32 col--1450277929534_2"><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277981528"><div class="product-slice--1450277981528"><div class="product-content cf"><div class="product-content__image l-up"><div class="product-content__promo"> <a class="promo-unit__link" href="/finance-available-i30" title="Pay4Later"><div class="promo-unit__container--none promo-unit__mobile-overlay--none"> <a class="promo-unit__link" href="/finance-available-i30" title="Pay4Later" > <picture class="promo-unit__promo-image promo_unit_product_page_promos_0--lazyload"> <!--[if IE 9]><video style="display:none"><![endif]--> <source data-srcset="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg" > <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg" alt="Pay4Later" title="Pay4Later" class="lazyload" > </picture> </a><style type="text/css">.promo_unit_product_page_promos_0--lazyload>img{padding-bottom:54%}.promo_unit_product_page_promos_0--lazyload>img.lazyloaded{padding-bottom:0}</style></div></a></div><div class="product-content__promo"><div class="promo-unit__container--none promo-unit__mobile-overlay--none"> <picture class="promo-unit__promo-image promo_unit_product_page_promos_1--lazyload"> <!--[if IE 9]><video style="display:none"><![endif]--> <source data-srcset="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg" > <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg" alt="Lowest Price" title="Lowest Price" class="lazyload" > </picture><style type="text/css">.promo_unit_product_page_promos_1--lazyload>img{padding-bottom:54%}.promo_unit_product_page_promos_1--lazyload>img.lazyloaded{padding-bottom:0}</style></div></div></div><div class="price-match-wrapper"><h1 id="js-product-content__title" class="product-content__title product-content__title--shorter s-text-align-center"> <span class="product-content__title--brand"> </span> <span id="js-product-title"> Rustic Driftwood Twisted 3 Candle Holder </span></h1></div><div class="product-content__reference product-content__reference--div s-text-align-center" id="js-product-reference-holder">Code: <span id="js-product-reference" data-ref="MJ98">MJ98</span></div> <script>vs.q(function(){Product.onEvent('options',function(){if(Product.storage.disable_price_update){return;} var selection=Product.getProductSelection();var $referenceHolder=$('#js-product-reference-holder'),$reference=$('#js-product-reference'),reference=$reference.data('ref');if(typeof selection.reference!=='undefined'&&selection.reference!==''){$reference.text(selection.reference);$referenceHolder.show();}else{if(reference!==''){$reference.text(reference);$referenceHolder.show();}else{$referenceHolder.hide();}}});});</script> <script>vs.q(function(){Product.onEvent('options',function(){if(Product.storage.disable_price_update){return;} var selection=Product.getProductSelection();var product_title='';if(typeof selection.title!=='undefined'&&selection.title!==''){product_title=selection.title;} if(typeof selection.title_no_manufacturer!=='undefined'&&selection.title_no_manufacturer!==''){product_title=selection.title_no_manufacturer;} if(product_title!==''){$('#js-product-title').html(product_title);}});});</script> <div class="product-content__price"><div class="product-content__price-info s-text-align-center"><ul class="no-bullet"><li class="product-content__price-info__price"> <span id="js-product-price" class="product-price-wrap product-content__price-info__rrp-greater"> <span class="product-content__price--inc" ><span class="GBP">£69.99</span></span><span class="product-content__price--ex" style="display:none;"><span class="GBP">£58.33</span></span> </span></li><li class="product-content__price-info__clear"></li><li class="product-content__price-info--subprice product-content__price-info__rrp"><span id="js-product-rrp">Was <span class="product-content__price--inc" ><span class="GBP">£109.99</span></span><span class="product-content__price--ex" style="display:none;"><span class="GBP">£91.66</span></span></span></li><li class="price-info__separator" style="display: none">|</li><li class="product-content__price-info--subprice product-content__price-info__was"><span id="js-product-was" style="display: none"></span></li><li class="price-info__separator" style="display: none">|</li><li class="product-content__price-info--subprice product-content__price-info__saved"> <span id="js-product-saved" style="display: none"></span> <span id="js-product-saved_percent" style="display: none"">(<span class="pct_save"></span>%)</span></li></ul></div></div> <script>vs.q(function(){Product.onEvent('options',function(){if(Product.storage.disable_price_update){return;} var selection=Product.getProductSelection(),priceBreak=Product.getProductID()?Product.getPriceBreakForQuantity():false,$rrPrice=$('#js-product-rrp'),$wasPrice=$('#js-product-was'),$savePrice=$('#js-product-saved'),swapRRPUnit='',rrPrice,unitPrice,originalPrice;if(priceBreak){if(typeof priceBreak.strHTMLCurrencyPricingRRP!=='undefined'){rrPrice=typeof priceBreak.rrp_price_per_m2!=='undefined'&&true?priceBreak.rrp_price_per_m2:priceBreak.strHTMLCurrencyPricingRRP;} if(typeof priceBreak.strHTMLCurrencyPricing!=='undefined'){unitPrice=typeof priceBreak.strHTMLCurrencyPricingPerM2!=='undefined'?priceBreak.strHTMLCurrencyPricingPerM2:priceBreak.strHTMLCurrencyPricing;$('#js-product-price').html(swapRRPUnit&&typeof rrPrice!=='undefined'?rrPrice:unitPrice) [typeof priceBreak.strHTMLCurrencyPricingWas!=='undefined'&&priceBreak.strHTMLCurrencyPricingWas!==null&&priceBreak.strHTMLCurrencyPricingWas.length?'addClass':'removeClass']('product-content__price-info__price--sale');if(typeof priceBreak.strHTMLCurrencyPricingIncVAT!=='undefined'&&typeof priceBreak.strHTMLCurrencyPricingPerM2==='undefined'){$('#js-product-price-tax').html(priceBreak.strHTMLCurrencyPricingIncVAT);}} if(typeof priceBreak.original_price!=='undefined'){originalPrice=typeof priceBreak.original_price!=='undefined'?priceBreak.original_price:'';$('#js-product-original-price').html(originalPrice);} if($rrPrice.length&&typeof priceBreak.strHTMLCurrencyPricingRRP!=='undefined'&&priceBreak.strHTMLCurrencyPricingRRP!==null&&priceBreak.strHTMLCurrencyPricingRRP.length){$rrPrice.html(swapRRPUnit&&typeof unitPrice!=='undefined'?unitPrice:rrPrice).show().parent().next('.price-info__separator').show();}else if($rrPrice.length){$rrPrice.hide().parent().next('.price-info__separator').hide();} if(typeof priceBreak.strHTMLCurrencyPricingWas!=='undefined'&&priceBreak.strHTMLCurrencyPricingWas!==null&&priceBreak.strHTMLCurrencyPricingWas.length){$wasPrice.html(typeof priceBreak.was_price_per_m2!=='undefined'&&true?priceBreak.was_price_per_m2:priceBreak.strHTMLCurrencyPricingWas).show().parent().next('.price-info__separator').show();}else{$wasPrice.hide().parent().next('.price-info__separator').hide();} $elements=[$wasPrice,$rrPrice,$savePrice];$.each($elements,function(i,e){if(e.is(':visible')){e.next('.price-info__separator').show();}});if(typeof priceBreak.saving_per_m2!=='undefined'&&true){$('#js-product-saved').html(priceBreak.saving_per_m2).show();}else if(typeof priceBreak.strDisplaySaving!=='undefined'&&priceBreak.strDisplaySaving!==null){$('#js-product-saved').html(priceBreak.strDisplaySaving).show();}else if(typeof selection.strDisplaySaving!=='undefined'&&selection.strDisplaySaving!==null&&selection.strDisplaySavingPercent>0){$('#js-product-saved').html(selection.strDisplaySaving).show();}else{$('#js-product-saved').hide();} if(typeof priceBreak.strDisplaySavingPercent!=='undefined'&&priceBreak.strDisplaySavingPercent!==null&&priceBreak.strDisplaySavingPercent>0){$('#js-product-saved_percent').show().find('.pct_save').html(priceBreak.strDisplaySavingPercent);}else if(typeof selection.strDisplaySavingPercent!=='undefined'&&selection.strDisplaySavingPercent!==null&&selection.strDisplaySavingPercent>0){$('#js-product-saved_percent').show().find('.pct_save').html(selection.strDisplaySavingPercent);}else{$('#js-product-saved_percent').hide();} if(typeof priceBreak.strHTMLCurrencyPricingDeposit!=='undefined'){$('#js-product-price-deposit').show().find('.deposit-price').html(priceBreak.strHTMLCurrencyPricingDeposit);}else{$('#js-product-price-deposit').hide();} if(typeof priceBreak.vat_relief_price!=='undefined'){$('#js-product-price-vat-relief').html(priceBreak.vat_relief_price);}}else{if($rrPrice.length){rrPrice=typeof selection.rrp_price_per_m2!=='undefined'?selection.rrp_price_per_m2:selection.price_rrp;} if(typeof selection.price!=='undefined'){unitPrice=typeof selection.price_per_m2!=='undefined'?selection.price_per_m2:selection.price;$('#js-product-price').html(swapRRPUnit&&typeof rrPrice!=='undefined'?rrPrice:unitPrice) [((typeof selection.sale!=='undefined'&&selection.sale)||(typeof selection.price_was!=='undefined'&&selection.price_was!==null&&selection.price_was.length))&&1?'addClass':'removeClass']('product-content__price-info__price--sale');$('#js-product-price') [((typeof selection.sale!=='undefined'&&selection.sale)||(typeof selection.price_was!=='undefined'&&selection.price_was!==null&&selection.price_was.length))&&1?'addClass':'removeClass']('product-content__price-info__price--sale');if(typeof selection.strHTMLCurrencyPricingIncVAT!=='undefined'&&typeof selection.price_per_m2==='undefined'){$('#js-product-price-tax').html(selection.strHTMLCurrencyPricingIncVAT);} if(typeof selection.vat_relief_price!=='undefined'){$('#js-product-price-vat-relief').html(selection.vat_relief_price);}} if($rrPrice.length&&typeof selection.price_rrp!=='undefined'&&selection.price_rrp!==null&&selection.price_rrp.length){$rrPrice.html(swapRRPUnit&&typeof unitPrice!=='undefined'?unitPrice:rrPrice).show().parent().next('.price-info__separator').show();}else if($rrPrice.length){$rrPrice.hide().parent().next('.price-info__separator').hide();} if(typeof selection.price_was!=='undefined'&&selection.price_was!==null&&selection.price_was.length){$wasPrice.html(typeof selection.was_price_per_m2!=='undefined'?selection.was_price_per_m2:selection.price_was).show().parent().next('.price-info__separator').show();}else{$wasPrice.hide().parent().next('.price-info__separator').hide();} if(typeof selection.saving_per_m2!=='undefined'){$('#js-product-saved').html(selection.saving_per_m2).show();}else if(typeof selection.strDisplaySaving!=='undefined'&&selection.strDisplaySaving!==null){$('#js-product-saved').html(selection.strDisplaySaving).show();}else{$('#js-product-saved').hide();} if(typeof selection.strDisplaySavingPercent!=='undefined'&&selection.strDisplaySavingPercent!==null){$('#js-product-saved_percent').show().find('.pct_save').html(selection.strDisplaySavingPercent);}else{$('#js-product-saved_percent').hide();} if(typeof selection.strHTMLCurrencyPricingDeposit!=='undefined'){$('#js-product-price-deposit').show().find('.deposit-price').html(selection.strHTMLCurrencyPricingDeposit);}else{$('#js-product-price-deposit').hide();} if(typeof selection.vat_relief_price!=='undefined'){$('#js-product-price-vat-relief').html(selection.vat_relief_price);}}});Product.onEvent('options_updated',function(){var selection=Product.getProductSelection();if(typeof selection.strDisplaySaving!=='undefined'&&selection.strDisplaySaving!==null){$('#js-product-saved').html(selection.strDisplaySaving).show();}else{$('#js-product-saved').hide();} if(typeof selection.strDisplaySavingPercent!=='undefined'&&selection.strDisplaySavingPercent!==null&&selection.strDisplaySavingPercent>0){$('#js-product-saved_percent').show().find('.pct_save').html(selection.strDisplaySavingPercent);}else{$('#js-product-saved_percent').hide();}});});</script> </div></div></div><div class="product-slice slice-large" data-set="append--product-slice--s154929102716143"><div class="product-slice--s154929102716143"></div></div><div class="product-slice slice-medium slice-small" data-set="append--product-slice--s146496082785741"></div><div class="product-slice slice-large" data-set="append--product-slice--s146496082785741"><div class="product-slice--s146496082785741"> <script>vs.q(function(){Product.onEvent('options',function(json){$.each(json.selection,function(i,e){if(e.product_id>0){if(e.stock){$('div.spot-products').show();}else{$('div.spot-products').hide();}}else{$('div.spot-products').show();}});});});</script> </div></div><div class="product-slice slice-medium slice-small" data-set="append--product-slice--s154929102716143"></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--s14635804911696"><div class="product-slice--s14635804911696"><div class="product-promo cf"><div class="product-promo__overlay"><div id="promo_unit_5cbfc89e305fc8359" class="promo-unit example promo-unit--no-icon promo-unit-product-page-promo"> <span class="promo-unit__text-group"> <span class="promo-unit__text"><span id="promo-unit__text__title--32" class="promo-unit__text__title">Sale Ends Soon!</span> <span class=""></span> </span> </span></div></div></div></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277998718"><div class="product-slice--1450277998718"><div id="js-product-options"> Loading...</div> <script>vs.q(function(){Product.onEvent('added_to_basket',function(json){var personalisation_module_enabled=0;if(personalisation_module_enabled&&(typeof Product.storage.has_opp=='undefined'||Product.storage.has_opp==false)&&Product.storage.personalisation_template_id>0){Product.startCustomisation(Product.storage.personalisation_template_id,json.latest_identifier);return;} var upselling_recommendations=0;var upselling_button_enabled=0;if(upselling_recommendations&&!upselling_button_enabled) {$('#js-added-to-basket').hide();var basket_num_items=typeof(json.quantity_added)!='undefined'?json.quantity_added:Product.getQuantity();var upselling_type='page';var redirect_url='/upselling/show/'+Product.getParentProductID()+'/'+basket_num_items+'/'+upselling_type+'/product_ids='+Product.getProductID();if($.active){var upselling_recommendations=setInterval(function(){if(!$.active){clearInterval(upselling_recommendations);if(upselling_type==='lightbox'){openIframe(redirect_url,true);}else{parent.window.location=redirect_url;}}},10);}else{if(upselling_type==='lightbox'){openIframe(redirect_url,true);}else{parent.window.location=redirect_url;}}}});Product.onEvent('images_post_slider',function(json){var target='#js-product-image';var timing=750;var $target=$(target);if($target.length){var moveTo=$target.offset().top-($(window).height()-($target.height()+10));if($target.not(':in-viewport').length){$.scrollTo(moveTo,timing);}}});Product.onEvent('quantity',function(qty){var qtySelect=document.getElementById('js-product-quantity');if(qtySelect){if(qtySelect.innerHTML!=qty){qtySelect.innerHTML=qty;}}}).onEvent('options_updating',function(){$('.options-ajax-loader').show();}).onEvent('options_updated',function(){$('.options-ajax-loader').hide();}).onEvent('event_queue_ready',function(){Product.getProductOptions();});});</script> <script id="tache-js-product-options" type="text/template"><div id="js-product-options-cover" class="ajax-loading options-ajax-loader" style="display:none"><div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div> {{#parent_product_bundle}}<span class="attributes-name s-text-align-center">{{title_block}}</span>{{/parent_product_bundle}} {{#attributes}}<div > {{#display_as.swatches}}<div class="attribute attribute--{{id}}" data-attribute="{{id}}" data-type="swatches"> {{^parent_product_bundle}}<div class="attributes-name s-text-align-center"><span class="attribute-name-text">Choose a {{{name}}}{{#selected_value}}: {{{.}}}{{/selected_value}}</span> {{#size_guide}}<a href="{{.}}" class="modal-ajax size-guide-link" rel="nofollow"><span class="ico icon-size-guide"></span>Size Guide</a>{{/size_guide}}</div> {{/parent_product_bundle}} {{#grouped_values_array}}<div class="attributes-name s-text-align-center"> <span class="attribute-name-text">{{{group_name}}}</span></div><ul class="attributes no-bullet"> {{#attribute_values_array}}<li class="attributes__value{{#selected}} attributes__value--selected{{/selected}}{{^has_stock}} attributes__value--out-of-stock{{/has_stock}}{{#low_stock}} attributes__value--low-stock{{/low_stock}}{{#attribute_colour}} attributes__value--hex{{/attribute_colour}}{{^attribute_colour}} attributes__value--text{{/attribute_colour}} attributes__value--swatch-{{{position}}}-{{{value_id}}} attributes__value--{{position}}"> {{^parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="Product.makeAttributeSelection({{id}}, {{value_id}});return false"> {{/parent_product_bundle}} {{#parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="ParentProductBundles.makeAttributeSelection({{id}}, {{value_id}}, {{parent_product_id}}, {{position}});return false"> {{/parent_product_bundle}} {{#attribute_product_image}} <img src="{{.}}" alt="{{{value}}}"/> {{/attribute_product_image}} {{^attribute_product_image}} {{#attribute_value_image}} <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/attributes/{{.}}" alt="{{{value}}}" class="lazyload" /> {{/attribute_value_image}} {{^attribute_value_image}} <span{{#attribute_colour}} style="background-color:{{.}}"{{/attribute_colour}}>{{^attribute_colour}}{{{value}}}{{/attribute_colour}}</span> {{/attribute_value_image}} {{/attribute_product_image}} </a> <br/></li> {{/attribute_values_array}}</ul>{{/grouped_values_array}} {{^grouped_values_array}}<ul class="attributes no-bullet"> {{#values}}<li class="attributes__value{{#selected}} attributes__value--selected{{/selected}}{{^has_stock}} attributes__value--out-of-stock{{/has_stock}}{{#low_stock}} attributes__value--low-stock{{/low_stock}}{{#attribute_colour}} attributes__value--hex{{/attribute_colour}}{{^attribute_colour}} attributes__value--text{{/attribute_colour}} attributes__value--swatch-{{{position}}}-{{{value_id}}} attributes__value--{{position}}"> {{^parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="Product.makeAttributeSelection({{id}}, {{value_id}});return false"> {{/parent_product_bundle}} {{#parent_product_bundle}} <a title="{{{value}}}" href="#" rel="nofollow" onclick="ParentProductBundles.makeAttributeSelection({{id}}, {{value_id}}, {{parent_product_id}}, {{position}});return false"> {{/parent_product_bundle}} {{#attribute_product_image}} <img src="{{.}}" alt="{{{value}}}"/> {{/attribute_product_image}} {{^attribute_product_image}} {{#attribute_value_image}} <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/attributes/{{.}}" alt="{{{value}}}" class="lazyload" /> {{/attribute_value_image}} {{^attribute_value_image}} <span{{#attribute_colour}} style="background-color:{{.}}"{{/attribute_colour}}>{{^attribute_colour}}{{{value}}}{{/attribute_colour}}</span> {{/attribute_value_image}} {{/attribute_product_image}} </a> <br/></li> {{/values}} {{^values}} Please select above {{/values}}</ul> {{/grouped_values_array}}</div> {{/display_as.swatches}}</div><div > {{#display_as.dropdown}}<div class="attribute attribute--{{id}}" data-attribute="{{id}}" data-type="dropdown"><div class="row{{#parent_product_bundle}} parent_product_bundle parent_product_bundle_{{parent_product_id}}{{/parent_product_bundle}}"><div class="col l-col-14 m-col-32"> <select{{^values}} disabled{{/values}} class="attributes-select" onchange="{{#parent_product_bundle}}ParentProductBundles{{/parent_product_bundle}}{{^parent_product_bundle}}Product{{/parent_product_bundle}}.makeAttributeSelection({{id}}, this.value{{#parent_product_id}}, {{parent_product_id}}, {{position}}{{/parent_product_id}});return false"><option value="">Choose a {{{name}}}</option> {{#grouped_values_array}}<optgroup label="{{{group_name}}}"> {{#attribute_values_array}}<option value="{{value_id}}" {{#selected}} selected{{/selected}}{{^has_stock}} class="attributes-option--out-of-stock"{{/has_stock}}>{{{value}}}</option>{{/attribute_values_array}}</optgroup> {{/grouped_values_array}} {{^grouped_values_array}} {{#values}}<option value="{{value_id}}" {{#selected}} selected{{/selected}}{{^has_stock}} class="attributes-option--out-of-stock"{{/has_stock}}>{{{value}}}</option>{{/values}} {{/grouped_values_array}} </select></div> {{#size_guide}}<div class="col l-offset-1 l-col-10 m-col-32 m-offset-0 s-text-align-center attributes-size-guide"> <a href="{{.}}" class="modal-ajax size-guide-link" rel="nofollow"><span class="ico icon-size-guide"></span>Size Guide</a></div> {{/size_guide}}</div></div> {{/display_as.dropdown}}</div> {{/attributes}} {{#parent_product_bundle}} {{^attributes}} <span class="product-parent-bundle__single-child">{{parent_product_bundle_single_child_product}}</span> {{/attributes}} {{/parent_product_bundle}} {{#parent_product_bundle}}<div class="js-product-alerts" id="js-product-alert-{{bundle_parent_product_id}}"></div>{{/parent_product_bundle}} </script></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277998718-options-controls"><div class="product-slice--1450277998718-options-controls"><div id="js-product-options-controls" class="options-container"></div> <script id="tache-js-product-options-controls" type="text/template"><div class="ajax-loading options-ajax-loader" style="display:none"></div> </script></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450277998718-options-buttons"><div class="product-slice--1450277998718-options-buttons"><div id="js-product-alerts" class="js-product-alerts options-container"></div><div id="js-product-options-buttons" class="options-container"></div> <script>vs.q(function(){Product.onEvent('options',function(json){var selection=Product.getProductSelection(),$addToBasketButton=$('#js-add-to-basket-button, #js-add-to-basket-button-bundle-deposit-percentage'),$addToWishlistButton=$('#js-add-to-wishlist'),$enquireButton=$('#js-enquire-button'),$product_prices=$('.product-content__price, #js-product-price-breaks'),$loginForPricesButton=$('#js-login-to-view-prices'),$backInStockButton=$('#js-back-in-stock-button'),$outOfStockButton=$('#js-out-of-stock-button'),$customiseButton=$('#js-product-customisation-button'),$customiseButtonMul=$('.js-product-customisation-button-multiple'),$canBuyButtons=$('#js-can-buy-buttons'),$canBuyButtonsPriceBreaks=$('.product-price-breaks-table__add-to-basket .button--add-basket'),$cannotBuyButtons=$('#js-cannot-buy-buttons'),$deliveryCountdown=$('#js-delivery-countdown'),$externalURL=$('#js-external-url'),$productOptions=$('#js-product-options'),$pre_release=false,$hide_enquire_button_when_out_of_stock=false;$show_no_stock_as_preorder=false;if(typeof json.attributes!=='undefined'&&!json.attributes.length&&!$productOptions.siblings('div').length&&typeof json.parent_bundle_options=='undefined'){$productOptions.parent().hide();$('#js-product-options-cover').appendTo($('#js-product-options-buttons'));} function hideButtons($el){$el.children('button').hide();return $el;} hideButtons($canBuyButtons).hide();hideButtons($cannotBuyButtons).hide();if((typeof selection.stock_message_show_enquire_button!=='undefined'&&selection.stock_message_show_enquire_button=='Y')||(typeof selection.stock_message_show_wishlist_button!=='undefined'&&selection.stock_message_show_wishlist_button=='Y')){hideButtons($cannotBuyButtons).show();if($hide_enquire_button_when_out_of_stock&&!Product.flags.inStock){var no_attributes_available=false;$('.attributes-select').each(function(i){if($(this).children('option').length<=1){no_attributes_available=true;return;}});(!no_attributes_available&&$backInStockButton.length&&$backInStockButton.show())||$outOfStockButton.show();}else{$enquireButton.show();} $loginForPricesButton.show();}else if(Product.flags.inStock||($show_no_stock_as_preorder&&typeof selection.days_till_release!=='undefined'&&$.isNumeric(selection.days_till_release)&&selection.days_till_release>0)){hideButtons($canBuyButtons).show();$addToBasketButton.show();$customiseButton.show();$customiseButtonMul.show();}else{hideButtons($cannotBuyButtons).show();var no_attributes_available=false;$('.attributes-select').each(function(i){if($(this).children('option').length<=1){no_attributes_available=true;return;}});(!no_attributes_available&&$backInStockButton.length&&$backInStockButton.show())||$outOfStockButton.show();} $('#js-button-separator')[$canBuyButtons.is(':visible')&&$cannotBuyButtons.is(':visible')?'show':'hide']();if(typeof selection.total_stock_level!=='undefined'&&$pre_release&&typeof $pre_release!=='undefined'&&selection.total_stock_level==0){$deliveryCountdown.hide();} if($deliveryCountdown.length){$deliveryCountdown.hide();var show_countdown=$canBuyButtons.is(':visible')||$canBuyButtonsPriceBreaks.is(':visible');$deliveryCountdown[show_countdown?'show':'hide']();}}).onEvent('added_to_wishlist',function(){$('#js-add-to-wishlist .icon-heart').addClass('wishlist_added');$('.wishlist_add_text').addClass('wishlist_text_added');$('.wishlist_add_text').html('Remove from Wishlist');}).onEvent('removed_from_wishlist',function(){$('#js-add-to-wishlist .icon-heart').removeClass('wishlist_added');$('.wishlist_add_text').removeClass('wishlist_text_added');$('.wishlist_add_text').html('Add To Wishlist');});});</script> <script id="tache-js-product-options-buttons" type="text/template"><div class="product-options-buttons flex"><div class="product-buttons"><div id="js-can-buy-buttons"> <button id="js-add-to-basket-button" class="button--lg button--add-basket " data-title="Add to Basket" onclick="Product.addToBasket()">Add to Basket</button></div><div id="js-button-separator" class="product-buttons__separator" style="display:none">- or -</div><div id="js-cannot-buy-buttons" style="display:none"> <button id="js-back-in-stock-button" class="button--lg button--add-basket button--add-basket--back-in-stock" onclick="if(Product.validateSelection())openModal('https://www.homesdirect365.co.uk/stock-notifications-i12?p=' + Product.getProductID())">Email me when back in stock</button> <button id="js-enquire-button" class="button--lg button--add-basket--enquiry" >Enquire</button> <button id="js-out-of-stock-button" class="button--lg button--add-basket--out-of-stock">Out of Stock</button></div></div> <button id="js-add-to-wishlist" class="button--1 button--med button--add-wishlist button--add-wishlist--1" onclick="Product.addToWishList()"> <span class="ico icon-heart" data-parent-product-id="49912"></span> <span class="wishlist_add_text">Add To Wishlist</span> </button></div><div class="ajax-loading options-ajax-loader" style="display:none"></div> </script><div id="js-added-to-basket"></div><script id="tache-js-added-to-basket" type="text/template"><div class="added-to-basket"> <span id="js-added-close-button" class="added-to-basket__close s-only"><i class="ico icon-close" aria-label="close popup"></i></span> {{#items}}<p> <span class="added-to-basket__title">Added to your basket -</span> <span class="added-to-basket__product"> {{quantity_added}} x {{title}} </span></p> {{/items}} {{^items}} <span class="added-to-basket__title">Added to your basket -</span> <span class="added-to-basket__product"> {{quantity}} x {{title}} </span> {{/items}}<div class="added-to-basket__buttons"> <a class="button added-to-basket__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a> <a class="button added-to-basket__button added-to-basket__button--checkout" href="/basket" onclick="parent.window.location='/basket';return false">Checkout</a></div></div> </script><div id="js-added-to-basket-multi"></div> <script id="tache-js-added-to-basket-multi" type="text/template"><div class="added-to-basket"> <span id="js-added-close-button" class="added-to-basket__close s-only"><i class="ico icon-close" aria-label="close popup"></i></span> <span class="added-to-basket__title">Added to your basket</span> {{#items}} <span class="added-to-basket__spacer"/> <span class="added-to-basket__product added-to-basket__product-multi"><br/>{{quantity}} x {{title}}</span> {{/items}}<div class="added-to-basket__buttons"> <a class="button added-to-basket__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a> <a class="button added-to-basket__button added-to-basket__button--checkout" href="/basket" onclick="parent.window.location='/basket';return false">Checkout</a></div></div> </script><div id="js-added-to-wishlist"></div> <script id="tache-js-added-to-wishlist" type="text/template"><div class="added-to-basket"> <span class="added-to-basket__title">Added to your wishlist -</span> <span class="added-to-basket__product">{{quantity}} x {{{title}}}</span><div class="added-to-basket__buttons"> <a class="button added-to-basket__button added-to-wishlist__button" href="/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}" onclick="parent.window.location='/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}';return false"><span class="ico icon-heart"></span> View Wishlist</a></div></div> </script><div id="js-removed-from-wishlist"></div> <script id="tache-js-removed-from-wishlist" type="text/template"><div class="added-to-basket removed-from-basket"> <span class="removed-from-basket__title">Removed from Wishlist -</span> <span class="removed-from-basket__product">{{quantity}} x {{{title}}}</span><div class="removed-from-basket__buttons"> <a class="button removed-from-basket__button removed-from-wishlist__button" href="/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}" onclick="parent.window.location='/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}';return false"><span class="ico icon-heart"></span> View Wishlist</a></div></div> </script><div id="js-added-to-wishlist-multi"></div> <script id="tache-js-added-to-wishlist-multi" type="text/template"><div class="added-to-basket"> <span class="added-to-basket__title">Added to your wishlist -</span> {{#items}} <span class="added-to-basket__product added-to-basket__product-multi">{{quantity}} x {{title}}</span> {{/items}}<div class="added-to-basket__buttons"> <a class="button added-to-basket__button added-to-wishlist__button" href="/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}" onclick="parent.window.location='/wishlist{{#list.random_token}}?random_token={{list.random_token}}{{/list.random_token}}';return false"><span class="ico icon-heart"></span> View Wishlist</a></div></div> </script><div id="js-added-to-sample"></div> <script id="tache-js-added-to-sample" type="text/template"><div class="added-to-basket"> <span class="added-to-basket__title">Added to your basket -</span> <span class="added-to-basket__product">{{quantity}} x {{title}}</span><div class="added-to-basket__buttons"> <a class="button added-to-basket__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a> <a class="button added-to-basket__button added-to-basket__button--checkout" href="/basket" onclick="parent.window.location='/basket';return false">Checkout</a></div></div> </script><div id="js-sample-limit-reached"></div> <script id="tache-js-sample-limit-reached" type="text/template"><div class="sample-limit-reached"> <span class="sample-limit-reached__title">Sample Limit Reached -</span> <span class="sample-limit-reached__product">Sorry. You can add a maximum of 4 samples to your basket. Please remove some samples, before adding a new one.</span><div class="sample-limit-reached__buttons"> <a class="button sample-limit-reached__button" href="/basket" onclick="parent.window.location='/basket';return false"><span class="ico icon-bag"></span> View Basket</a></div></div> </script></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--s146764788437012"><div class="product-slice--s146764788437012"></div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450278001732"><div class="product-slice--1450278001732"><div id="js-product-tabs__1450278001732" data-slice-id="1450278001732" class="product-tabs-slice__1450278001732 product-tabs-no-js product-tabs product-tabs-vertical product-tabs-header-full-width product-tabs-layout-block"><ul class="product-tabs__ul no-bullet"><li class="product-tabs__li product-tabs__li--5"> <a class="product-tabs__list__item__link" href="#tab-1450278001732-1">Product Description </a></li><li class="product-tabs__li product-tabs__li--5"> <a class="product-tabs__list__item__link" href="#tab-1450278001732-3">Delivery Information </a></li><li class="product-tabs__li product-tabs__li--5"> <a class="product-tabs__list__item__link" href="#tab-1450278001732-5">Size Converter </a></li></ul><div id="tab-1450278001732-1" class="product-tabs__content" data-slice-id="1450278001732"><div class="grid-32 product-tabs__content_expander" ><div class="row"><div class="col l-col-32"><div class="product-tabs__content__slice"><div class="product-tabs__content__cms"><ul><li>Rustic Design</li><li>Created from&nbsp;Driftwood</li><li>Holds 3 Candles</li></ul></div></div><div class="product-tabs__content__slice"><div id="product__description" class="product-tabs__content__cms"><p>Make your home feel a lot more modern and stylish by introducing this wonderful&nbsp;Rustic Driftwood Twisted 3 Candle Holder. It has a very lovely design that features 3 twisted candle holders, all of varying sizes. The different heights of the twisted pieces create a very unique look that'll be sure to make any home feel a lot more charming.</p><p>&nbsp;</p><ul><li>Height: 70cm</li><li>Width: 30cm</li><li>Depth: 30cm</li></ul><p>&nbsp;</p><p><em>These items are individually handcrafted so slight differences may occur</em></p><p><em>0% finance available</em></p></div></div></div></div></div></div><div id="tab-1450278001732-3" class="product-tabs__content" data-slice-id="1450278001732"><div class="grid-32 product-tabs__content_expander" ><div class="row"><div class="col l-col-32"><div class="product-tabs__content__slice"><div class="product-tabs__content__cms"><p>Please note that we have over 9,000 products on our website and could not possibly hold all of these in stock. Please call first if you need to know whether or not an item is in stock if this is something that is needed urgently</p><p>Free Delivery:</p><p>All orders over &pound;600 will have free UK mainland delivery automatically applied. Delivery outside UK mainland (including Scottish Highlands &amp; Northern Ireland) please contact us for a delivery quote. For delivery quotes outside of the UK mainland (including Scottish Highlands &amp; Northern Ireland) , please email your full delivery address and also the reference numbers of the items you're interested in.</p><p>Delivery Time For Items That ARE In Stock:</p><p>Delivery time frame will be approximately 3 - 21 working days for items that are in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.</p><p>Delivery Time For Items That ARE NOT In Stock:</p><p>Delivery time frame to us will be approximately 4 - 16 weeks for items that are not in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.</p><p>You will be contacted via email with an update on your order within 72 working hours. We will continue with follow up emails&nbsp;on the progress of your order as we receive your items in stock.</p><p>For more information or to view our full delivery &amp; returns, please click <a href="https://www.homesdirect365.co.uk/delivery-returns-i5">here</a></p></div></div></div></div></div></div><div id="tab-1450278001732-5" class="product-tabs__content" data-slice-id="1450278001732"><div class="grid-32 product-tabs__content_expander" ><div class="row"><div class="col l-col-32"><div class="product-tabs__content__slice"><div id="js-formholder-5cbfc89e344fc5553"></div> <script>vs.q(function(){$.ajax({method:'POST',url:'/formbuilder/resurrect',data:{form:"uPG6fnFA6fmUoW0\/l9TORwbipV54o1qKAOgIhp5F88sUYueBrNpcdxO5LrTsqe3OzKJOLdZJBcBOfre0or\/8kn0sNjFi4mTmUiAZeFkQz3IJJaEs6cGFP9aPJc\/CF+5HbJUE\/RkJ8x7L3QNPdk2Qi2IN+RkZbcq+QB4IhNNtP2N4RUuOubV\/eGkChTGT\/kbY4\/0feYutAui1b\/kOBPG3ntjUvBFuYXo5XWykN4SdVYD6sfWLSyeLxIUVuIycYzJcBjufEVAMl1lQAYK3JxNJgnaQR4ZrXaOe1PtgEL96cJzKS88nnLMkOOPrSPXlQUa3K1G6XpIJnSxyWZ92blwXOdASV+izJBvpE+e8g5u6EqpIFhp1mTBpbZOue2hIgKrXNeibADYSvAzijlbp4WfugE+5\/6bSElTfQ0b+zKF0KwB++7t\/rq7f+ZXhWAYVTZ50uj1G2Z\/T\/d1MLfcuk+Ss+OUzJScbdTsqPs2rnHsSRUX3YsrmdQQjupohgUMJ2SRlcLcuWOaSKhkWqDfpGnBufA=="}}).done(function(msg){$('#js-formholder-5cbfc89e344fc5553').html(msg);var reProcessVSQueueFormBuilder5cbfc89e344fc5553=setInterval(function(){if(!vs.jsQueueRunning){clearInterval(reProcessVSQueueFormBuilder5cbfc89e344fc5553);vs.runMasterQueue();}},5);});});</script> </div></div></div></div></div></div> <script>vs.q(function(){var tab_animate_running=false;$(window).on('hashchange',function(){if(tab_animate_running){return;} tab_animate_running=true;var hash=window.location.hash,$el,$tab;if(hash.length&&hash!=='#'&&($el=$(hash))&&($el.length||($el=$(hash.replace('#','.'))))&&$el.length){$tab=$el.first().parents('.product-tabs__content');if($tab.length==0&&$el.first().is('.product-tabs__content')){$tab=$el.first();} if($tab.length){history.replaceState('',document.title,window.location.pathname);window.location.hash=$tab.attr('id');setTimeout(function(){var scrollDistance=$tab.offset().top,$sticky=$('.site-header--sticky');if($sticky.length){scrollDistance-=parseInt($sticky.height());} $('html, body').animate({scrollTop:scrollDistance},500);tab_animate_running=false;history.replaceState('',document.title,window.location.pathname);},100);}}});$('#js-product-tabs__1450278001732').responsiveTabs({startCollapsed:vs.deviceType()==='mobile'&&true?'accordion':false,scrollToAccordion:true,scrollToAccordionOnLoad:false,setHash:false,active:[],collapsible:true});});</script> <script>vs.q(function(){$('.product-tabs__list__item.active').each(function(){$tab_id=$(this).children('.product-tabs__list__item__link').attr("href");show_read_more($($tab_id));});$('.product-tabs__list__item__link').click(function(){$tab_id=$(this).attr("href");show_read_more($($tab_id));});function show_read_more(el){$tab_container=el.find('.product-tabs__content_expander');$tab_height=$tab_container.outerHeight();$tab_content=$tab_container.find('.product-tabs__content__cms');$tab_content.each(function(i){var content_height=$(this).innerHeight();if(content_height>=$tab_height){$tab_container.siblings('.tab-read-more').show();}});} $('.tab-read-more').click(function(){$(this).siblings('.product-tabs__content_expander').css('max-height','none');$(this).hide();});});</script> </div></div><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--s145570243086165"><div class="product-slice--s145570243086165"><div class="product-actions"><div class="row"><div class="col l-col-third m-col-16 sl-col-16 s-col-32 text-align-center product-actions__button product-actions__button--price-match"> <a class="button product-actions__button__link modal-ajax " href="/price-match-i25?p=49912" onclick="" rel="nofollow"><div class="product-actions__button__link--wrapper">Price Match</div> </a></div><div class="col l-col-third m-col-16 sl-col-16 s-col-32 text-align-center product-actions__button product-actions__button--ask-a-question"> <a class="button product-actions__button__link modal-ajax " href="/ask-a-question-tb10?p=49912" onclick="" rel="nofollow"><div class="product-actions__button__link--wrapper">Ask a Question</div> </a></div><div class="col l-col-third m-col-16 sl-col-16 s-col-32 text-align-center product-actions__button product-actions__button--tell-a-friend"> <a class="button product-actions__button__link modal-ajax " href="/tell-a-friend-i11?p=49912&amp;u=https%3A%2F%2Fwww.homesdirect365.co.uk%2Frustic-driftwood-twisted-3-candle-holder-p49912" onclick="" rel="nofollow"><div class="product-actions__button__link--wrapper">Email a Friend</div> </a></div></div></div></div></div><div class="product-slice slice-medium slice-small" data-set="append--product-slice--1450278100319"></div></div></div></div></div><div class="section " data-set="append--section--1450364561623"><div class="container container--pad section--1450364561623"><div class="row section section--1450364561623"><div class="col col--1450364561623_1"><div class="product-slice slice-large slice-medium slice-small" data-set="append--product-slice--1450364565381"><div class="product-slice--1450364565381"><div id="js-product-upselling-holder-155607260680374" class="product-upselling-holder"></div> <script>vs.q(function(){function toggle_buy_the_look_button(){} Product.onEvent('options_updated',function(){toggle_buy_the_look_button();});$.getJSON('/ajax/product_upselling/49912/full/0/1/1-1-1-1',function(json){$('#js-product-upselling-holder-155607260680374').html(json.content);toggle_buy_the_look_button();if(typeof(match_details_height)=='function'){match_details_height();} refreshProductHeight();},5);});var recently_viewed_products_shown=false;</script> </div></div></div></div></div></div></div> <script>vs.q(function(){$('.product-slice--1450278100319').appendAround();$('.product-slice--s154929102716143').appendAround();$('.product-slice--s146496082785741').appendAround();});</script> <script>vs.q(function(){Product.triggerEvent('event_queue_ready');});</script> <div id="js-recently-viewed-products-holder-155607260633878"></div> <script>vs.q(function(){if(typeof recently_viewed_products_shown=='undefined'||!recently_viewed_products_shown){$.getJSON('/ajax/recently_viewed_products',function(json){$('#js-recently-viewed-products-holder-155607260633878').html(json.content);});}});</script> <footer id="js-site-footer" class="site-footer grid-32"><div class="site-footer__newsletter"><div class="container--pad container--pad--no-bg"><form action="/newsletter/index" method="post" class="footer_newsletter_signup"><div class="site-footer__top__newsletter"><div class="table search-form"><div class="table__cell"> <label class="site-footer__top__newsletter__title" for="mailing_box"><i class="ico icon-envelope"></i> <span>Sign up today for exclusive news, new products and special offers:</span></label></div><div class="table__cell search-form-input"><div id="signup-result" class="signup-result"></div> <input id="mailing_box" class="input--expand no-border-right" name="email_address" type="email" placeholder="Enter your email address..." /></div><div class="table__cell"> <button class="button--1 no-border-left" value="true" name="subscribe" type="submit" onclick="if(document.getElementById('mailing_box').value == 'Enter your email address...' || document.getElementById('mailing_box').value == '') {alert('Please enter a valid email address');return false;}">JOIN</button></div></div></div></form><div class="site-footer__newsletter_terms text-align-center"></div> <script>var NewsletterSignupMessages={error:"Unfortunately we were not able to subscribe you to our newsletter as the email address you entered is not valid.",success:"Thank you for entering your email address, you are now subscribed to our newsletter.",existing:"It appears you're already signed up to receive our newsletter."};var email_prefs=false;vs.q(function(){var isMakingRequest=false;$('.footer_newsletter_signup').submit(function(e){e.preventDefault();if(isMakingRequest)return;var $container=$(this),data=$container.serialize(),$result=$container.find('.signup-result').hide();data+='&subscribe=1';isMakingRequest=true;$('.footer_newsletter_signup').addClass('signup-loading');$('.footer_newsletter_signup').removeClass('signup-existing signup-success signup-error');$.ajax({url:$container.attr('action'),data:data,dataType:'json',type:'POST',complete:function(){isMakingRequest=false;$('.footer_newsletter_signup').removeClass('signup-loading');},success:function(json){if(typeof json.success!=='undefined'&&json.success){if(typeof json.existing!=='undefined'&&json.existing){var existing_dialog=NewsletterSignupMessages.existing+(email_prefs?' '+NewsletterSignupMessages.existing_email_pref:'');$result.html(existing_dialog);$('.footer_newsletter_signup').addClass('signup-existing');}else{var success_dialog=NewsletterSignupMessages.success+(email_prefs?' '+NewsletterSignupMessages.success_email_pref:'');$result.html(success_dialog);$('.footer_newsletter_signup').addClass('signup-success');}}else{$result.html(NewsletterSignupMessages.error);$('.footer_newsletter_signup').addClass('signup-error');} $result.show().delay(email_prefs?10000:3000).fadeOut('slow');}});});});</script> </div></div><div class="site-footer__top"><div class="row container--pad container--pad--no-bg"><div class="site-footer__top__social-wrap col l-col-6 s-col-30 s-offset-1 m-col-30 m-offset-1 left m-float--reset"> <span class="site-footer__top__quick-links__title s-text-align-center">Follow Us Online</span><ul class="site-footer__top__social social-icon__ul inline-list"><li class="social__icon social__icon--facebook"><a href="https://www.facebook.com/HomesDirect365/" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Facebook" class="ico icon-facebook"><span>Follow Us On Facebook</span></a></li><li class="social__icon social__icon--twitter"><a href="https://twitter.com/homesdirect365" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Twitter" class="ico icon-twitter"><span>Follow Us On Twitter</span></a></li><li class="social__icon social__icon--instagram"><a href="https://www.instagram.com/homesdirect365" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Instagram" class="ico icon-instagram"><span>Follow Us On Instagram</span></a></li><li class="social__icon social__icon--pinterest"><a href="https://www.pinterest.co.uk/homesdirect365/" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Pinterest" class="ico icon-pinterest"><span>Follow Us On Pinterest</span></a></li><li class="social__icon social__icon--youtube"><a href="https://www.youtube.com/c/Homesdirect365CoUk/about" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On YouTube" class="ico icon-youtube"><span>Follow Us On YouTube</span></a></li><li class="social__icon social__icon--houzz"><a href="https://www.houzz.co.uk/pro/homesdirect365/homesdirect365" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Houzz" class="ico icon-houzz"><span>Follow Us On Houzz</span></a></li><li class="social__icon social__icon--flickr"><a href="https://www.flickr.com/photos/144932935@N07" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Flickr" class="ico icon-flickr"><span>Follow Us On Flickr</span></a></li><li class="social__icon social__icon--tumblr"><a href="http://homesdirect365uk.tumblr.com" rel="nofollow" onclick="this.target='_blank'" title="Follow Us On Tumblr" class="ico icon-tumblr"><span>Follow Us On Tumblr</span></a></li><li class="social__icon social__icon--blog"><a href="/blog" class="ico icon-blog" title="View Our Blog"><span>View Our Blog</span></a></li></ul></div><div id="js-site-footer__top__quick-links" class="site-footer__top__quick-links col l-col-25 l-offset-1 m-col-30 m-offset-1 s-col-32 left m-float--reset"><div class="row"><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Customer Info</span><ul class="no-bullet"><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/cookies">Cookie Policy</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/privacy-policy-i4">Privacy Policy</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/sitemap">Site Map</a></li><li class="footer-group__content"><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/downloads/ILW-Logo.jpg" alt="" width="100" class="lazyload" /></p></li><li class="footer-group__content"><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/downloads/1540044264new_logo.jpg" alt="" width="100" class="lazyload" /></p></li></ul></div><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Orders</span><ul class="no-bullet"><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/delivery-returns-i5">Delivery &amp; Returns</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/payment-security-i18">Payment &amp; Security</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/terms-conditions-i7">Terms &amp; Conditions</a></li><li class="footer-group__content"> <a href="/interest-free-credit-french-shabby-chic-mirrored-furniture-i30 ">Get Finance</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/gift_vouchers">Gift Vouchers</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/blog">Our Blog</a></li></ul></div><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Our Details</span><ul class="no-bullet"><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/contact-us-i3">Contact Us</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/about-us-i1">About Us</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/competitions">Competitions</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/map">Our Location</a></li></ul></div><div class="col l-col-8"> <span class="site-footer__top__quick-links__title">Top Categories</span><ul class="no-bullet"><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487">French Furniture</a></li><li class="footer-group__content"> <a href="https://www.homesdirect365.co.uk/french-furniture-c487/shabby-chic-furniture-c2128">Shabby Chic Furniture</a></li><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/contemporary-modern-furniture-c2050/mirrored-furniture-c2078">Mirrored Furniture</a></li><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487/matching-ranges-c372">Matching Ranges</a></li><li class="footer-group__content"> <a href="http://homesdirect365vs3.dev.visualsoft.co.uk/french-mirrors-c437">French Mirrors</a></li></ul></div></div></div></div></div><div class="site-footer__middle"><div class="row container--pad"><div class="site-footer__middle__item col l-col-16 s-col-32 s-text-align-center sl-col-15 sl-offset-1 sl-text-align-left"> © 2019 Homesdirect 365. All Rights Reserved.</div><div class="site-footer__middle__item col l-col-16 text-align-right s-col-32 s-text-align-center sl-col-15 sl-text-align-right"> <a href='http://www.visualsoft.co.uk' title='eCommerce by Visualsoft'>eCommerce</a> by Visualsoft</div></div></div><div class="site-footer__lower"><div class="row"><ul class="card-logos no-bullet"><li class="card-logos__logo card-logos__logo--mastercard"></li><li class="card-logos__logo card-logos__logo--visa"></li><li class="card-logos__logo card-logos__logo--maestro"></li><li class="card-logos__logo card-logos__logo--paypal"></li><li class="card-logos__logo card-logos__logo--sagepay"></li><li class="card-logos__logo card-logos__logo--american-express"></li><li class="card-logos__logo card-logos__logo--pay4later"></li><li class="card-logos__logo card-logos__logo--bacs"></li></ul></div><div class="row text-align-center"><div id="footer_credit" class="footer-credit"> Homesdirect 365 LTD Registered office Unit G4, Skippers Lane Industrial Estate, Middlesbrough, TS6 6UR, Registered in UK<br/>Company Registration Number 06879985 VAT no. 932230459</div></div></div> </footer> <section class="modal--show" id="modal-box" tabindex="-1" role="dialog" aria-labelledby="modal-box-header" aria-hidden="true"><div class="modal-inner"> <header id="modal-box-header"></header><div class="modal-content"><div class="ajax-loading modal-loading"><div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div><div class="modal-content-data"></div></div></div> <a href="javascript:void(0)" class="modal-close" data-close="Close" data-dismiss="modal" aria-label="close popup">?</a> </section> <script>var collapsed_icon='icon-plus';var expanded_icon='icon-minus';vs.q(function(){function MobMenuLoad(){if(vs.deviceType()=='mobile'){$('#js-hide-menu').removeClass('site-header__top__toggle--hide');}} MobMenuLoad();$(window).resize(function(){MobMenuLoad();});},3);</script> <script>function getShCookie() {return($.cookie('_sh')||'').split(',').filter(function(item){return Boolean(item);}).map(function(item){return--item;});} vs.q(function(){var $closeBanner=$('.site-header__sticky__close');$closeBanner.on('click',function(){var $parent=$(this).closest('.site-header__sticky');if(typeof jQuery!=='undefined'){$parent.hide();var oldValues=getShCookie();var thisStickyHeader=$(this).closest('.site-header__sticky').get(0);var promoIndex=$('.site-header__sticky').toArray().indexOf(thisStickyHeader);if(promoIndex!==-1){oldValues.push(promoIndex);} var newCookieValue=oldValues.map(function(item){return++item;}).join(',');$.cookie('_sh',newCookieValue,{expires:14,path:'/'});}});if(typeof document.cookie!=='undefined'&&document.cookie.indexOf('_sh')!==-1){var promos=$('.site-header__sticky').toArray();var closedPromoIndexs=getShCookie();closedPromoIndexs.forEach(function(item){item=Number(item);var promoElement=promos[item];$(promoElement).hide();});};})</script> <script>vs.q(function(){var $siteHeader=$('.site-header'),$overlay=$('.site-overlay'),$headerNav=$('.site-header__nav'),$headerNavItem=$('.drop-down--nav'),$headerNavMenu=$('.site-header__nav__menu'),delay=0;if($overlay.length){$siteHeader.addClass('site-header--overlay');} if(delay>0){$headerNavItem.addClass('drop-down--nav--delay');function over(ev){if($overlay.length){$headerNav.addClass('active_overlay');$overlay.show();} $(this).addClass('delay');var hovered=document.elementFromPoint(ev.clientX,ev.clientY);$(hovered).trigger(ev);} function out(){if($overlay.length){$headerNav.removeClass('active_overlay');$overlay.hide();} $(this).removeClass('delay');} $headerNavMenu.hoverIntent({over:over,out:out,interval:delay,timeout:100,});}else if($overlay.length){$headerNavItem.on('mouseenter',function(){if(vs.deviceType()!='mobile'){$overlay.show();$headerNav.addClass('active_overlay');$(this).addClass('active_dropdown');}}).on('mouseleave',function(){if(vs.deviceType()!='mobile'){$overlay.hide();$headerNav.removeClass('active_overlay');$(this).removeClass('active_dropdown');}});}});</script> <script>vs.js('https://www.homesdirect365.co.uk/media/js/jquery,picturefill,appendAround,matchHeight,jquery-cookie,modal,modal-ajax,modernizr,slick,slickSlider,fastclick,jquery-scrollto,jquery-viewport,responsiveTabs,mustache,tache,common_resp,header,back_to_top,vs.debounce,blank-14112018jp20.js',function(){typeof jQuery!=='undefined'&&($=jQuery);},1);vs.js('https://www.homesdirect365.co.uk/media/js/formbuilder/form_validation,formbuilder/jquery.qtip.min,formbuilder/calculator,product,photoswipe,photoswipe-ui-default,cloudzoom,blank-14112018jp20.js',function(){var i,l=vs.vsjsq2.length;for(i=0;i<l;i++){try{vs.vsjsq2[i]();}catch(e){window.console&&console.error(e);}} vs.vsjsq2=[];},2);</script> <script>(function(w,e,b,g,a,i,n,s){w['ITCLKOBJ']=a;w[a]=w[a]||function(){(w[a].q=w[a].q||[]).push(arguments)},w[a].l=1*new Date();i=e.createElement(b),n=e.getElementsByTagName(b)[0];i.async=1;i.src=g;n.parentNode.insertBefore(i,n)})(window,document,'script','https://analytics.webgains.io/clk.min.js','ITCLKQ');ITCLKQ('set','internal.api',true);ITCLKQ('set','internal.cookie',true);ITCLKQ('click');</script> <script>vs.deferJS();</script> <script>window.lazySizesConfig=window.lazySizesConfig||{};window.lazySizesConfig.expand=200;window.lazySizesConfig.expFactor=1.2;!function(t,e){var n=function(t,e){"use strict";if(!e.getElementsByClassName)return;var n,i,a=e.documentElement,r=t.Date,o=t.HTMLPictureElement,s="addEventListener",l="getAttribute",c=t[s],u=t.setTimeout,d=t.requestAnimationFrame||u,f=t.requestIdleCallback,m=/^picture$/i,z=["load","error","lazyincluded","_lazyloaded"],v={},y=Array.prototype.forEach,g=function(t,e){return v[e]||(v[e]=new RegExp("(\\s|^)"+e+"(\\s|$)")),v[e].test(t[l]("class")||"")&&v[e]},h=function(t,e){g(t,e)||t.setAttribute("class",(t[l]("class")||"").trim()+" "+e)},p=function(t,e){var n;(n=g(t,e))&&t.setAttribute("class",(t[l]("class")||"").replace(n," "))},C=function(t,e,n){var i=n?s:"removeEventListener";n&&C(t,e),z.forEach(function(n){t[i](n,e)})},b=function(t,i,a,r,o){var s=e.createEvent("CustomEvent");return a||(a={}),a.instance=n,s.initCustomEvent(i,!r,!o,a),t.dispatchEvent(s),s},A=function(e,n){var a;!o&&(a=t.picturefill||i.pf)?a({reevaluate:!0,elements:[e]}):n&&n.src&&(e.src=n.src)},E=function(t,e){return(getComputedStyle(t,null)||{})[e]},w=function(t,e,n){for(n=n||t.offsetWidth;n<i.minSize&&e&&!t._lazysizesWidth;)n=e.offsetWidth,e=e.parentNode;return n},M=function(){var t,n,i=[],a=[],r=i,o=function(){var e=r;for(r=i.length?a:i,t=!0,n=!1;e.length;)e.shift()();t=!1},s=function(i,a){t&&!a?i.apply(this,arguments):(r.push(i),n||(n=!0,(e.hidden?u:d)(o)))};return s._lsFlush=o,s}(),N=function(t,e){return e?function(){M(t)}:function(){var e=this,n=arguments;M(function(){t.apply(e,n)})}},_=function(t){var e,n,i=function(){e=null,t()},a=function(){var t=r.now()-n;t<99?u(a,99-t):(f||i)(i)};return function(){n=r.now(),e||(e=u(a,99))}};!function(){var e,n={lazyClass:"lazyload",loadedClass:"lazyloaded",loadingClass:"lazyloading",preloadClass:"lazypreload",errorClass:"lazyerror",autosizesClass:"lazyautosizes",srcAttr:"data-src",srcsetAttr:"data-srcset",sizesAttr:"data-sizes",minSize:40,customMedia:{},init:!0,expFactor:1.5,hFac:.8,loadMode:2,loadHidden:!0,ricTimeout:0,throttleDelay:125};i=t.lazySizesConfig||t.lazysizesConfig||{};for(e in n)e in i||(i[e]=n[e]);t.lazySizesConfig=i,u(function(){i.init&&T()})}();var W=function(){var o,d,z,v,w,W,T,B,F,S,L,R,k,D,H=/^img$/i,O=/^iframe$/i,P="onscroll"in t&&!/glebot/.test(navigator.userAgent),$=0,I=0,q=-1,j=function(t){I--,t&&t.target&&C(t.target,j),(!t||I<0||!t.target)&&(I=0)},G=function(t,n){var i,r=t,o="hidden"==E(e.body,"visibility")||"hidden"!=E(t,"visibility");for(B-=n,L+=n,F-=n,S+=n;o&&(r=r.offsetParent)&&r!=e.body&&r!=a;)(o=(E(r,"opacity")||1)>0)&&"visible"!=E(r,"overflow")&&(i=r.getBoundingClientRect(),o=S>i.left&&F<i.right&&L>i.top-1&&B<i.bottom+1);return o},J=function(){var t,r,s,c,u,f,m,z,y,g=n.elements;if((v=i.loadMode)&&I<8&&(t=g.length)){r=0,q++,null==k&&("expand"in i||(i.expand=a.clientHeight>500&&a.clientWidth>500?500:370),R=i.expand,k=R*i.expFactor),$<k&&I<1&&q>2&&v>2&&!e.hidden?($=k,q=0):$=v>1&&q>1&&I<6?R:0;for(;r<t;r++)if(g[r]&&!g[r]._lazyRace)if(P)if((z=g[r][l]("data-expand"))&&(f=1*z)||(f=$),y!==f&&(W=innerWidth+f*D,T=innerHeight+f,m=-1*f,y=f),s=g[r].getBoundingClientRect(),(L=s.bottom)>=m&&(B=s.top)<=T&&(S=s.right)>=m*D&&(F=s.left)<=W&&(L||S||F||B)&&(i.loadHidden||"hidden"!=E(g[r],"visibility"))&&(d&&I<3&&!z&&(v<3||q<4)||G(g[r],f))){if(Z(g[r]),u=!0,I>9)break}else!u&&d&&!c&&I<4&&q<4&&v>2&&(o[0]||i.preloadAfterLoad)&&(o[0]||!z&&(L||S||F||B||"auto"!=g[r][l](i.sizesAttr)))&&(c=o[0]||g[r]);else Z(g[r]);c&&!u&&Z(c)}},K=function(t){var e,n=0,a=i.throttleDelay,o=i.ricTimeout,s=function(){e=!1,n=r.now(),t()},l=f&&o>49?function(){f(s,{timeout:o}),o!==i.ricTimeout&&(o=i.ricTimeout)}:N(function(){u(s)},!0);return function(t){var i;(t=!0===t)&&(o=33),e||(e=!0,(i=a-(r.now()-n))<0&&(i=0),t||i<9?l():u(l,i))}}(J),Q=function(t){h(t.target,i.loadedClass),p(t.target,i.loadingClass),C(t.target,V),b(t.target,"lazyloaded")},U=N(Q),V=function(t){U({target:t.target})},X=function(t){var e,n=t[l](i.srcsetAttr);(e=i.customMedia[t[l]("data-media")||t[l]("media")])&&t.setAttribute("media",e),n&&t.setAttribute("srcset",n)},Y=N(function(t,e,n,a,r){var o,s,c,d,f,v;(f=b(t,"lazybeforeunveil",e)).defaultPrevented||(a&&(n?h(t,i.autosizesClass):t.setAttribute("sizes",a)),s=t[l](i.srcsetAttr),o=t[l](i.srcAttr),r&&(c=t.parentNode,d=c&&m.test(c.nodeName||"")),v=e.firesLoad||"src"in t&&(s||o||d),f={target:t},v&&(C(t,j,!0),clearTimeout(z),z=u(j,2500),h(t,i.loadingClass),C(t,V,!0)),d&&y.call(c.getElementsByTagName("source"),X),s?t.setAttribute("srcset",s):o&&!d&&(O.test(t.nodeName)?function(t,e){try{t.contentWindow.location.replace(e)}catch(n){t.src=e}}(t,o):t.src=o),r&&(s||d)&&A(t,{src:o})),t._lazyRace&&delete t._lazyRace,p(t,i.lazyClass),M(function(){(!v||t.complete&&t.naturalWidth>1)&&(v?j(f):I--,Q(f))},!0)}),Z=function(t){var e,n=H.test(t.nodeName),a=n&&(t[l](i.sizesAttr)||t[l]("sizes")),r="auto"==a;(!r&&d||!n||!t[l]("src")&&!t.srcset||t.complete||g(t,i.errorClass)||!g(t,i.lazyClass))&&(e=b(t,"lazyunveilread").detail,r&&x.updateElem(t,!0,t.offsetWidth),t._lazyRace=!0,I++,Y(t,e,r,a,n))},tt=function(){if(!d)if(r.now()-w<999)u(tt,999);else{var t=_(function(){i.loadMode=3,K()});d=!0,i.loadMode=3,K(),c("scroll",function(){3==i.loadMode&&(i.loadMode=2),t()},!0)}};return{_:function(){w=r.now(),n.elements=e.getElementsByClassName(i.lazyClass),o=e.getElementsByClassName(i.lazyClass+" "+i.preloadClass),D=i.hFac,c("scroll",K,!0),c("resize",K,!0),t.MutationObserver?new MutationObserver(K).observe(a,{childList:!0,subtree:!0,attributes:!0}):(a[s]("DOMNodeInserted",K,!0),a[s]("DOMAttrModified",K,!0),setInterval(K,999)),c("hashchange",K,!0),["focus","mouseover","click","load","transitionend","animationend","webkitAnimationEnd"].forEach(function(t){e[s](t,K,!0)}),/d$|^c/.test(e.readyState)?tt():(c("load",tt),e[s]("DOMContentLoaded",K),u(tt,2e4)),n.elements.length?(J(),M._lsFlush()):K()},checkElems:K,unveil:Z}}(),x=function(){var t,n=N(function(t,e,n,i){var a,r,o;if(t._lazysizesWidth=i,i+="px",t.setAttribute("sizes",i),m.test(e.nodeName||""))for(a=e.getElementsByTagName("source"),r=0,o=a.length;r<o;r++)a[r].setAttribute("sizes",i);n.detail.dataAttr||A(t,n.detail)}),a=function(t,e,i){var a,r=t.parentNode;r&&(i=w(t,r,i),(a=b(t,"lazybeforesizes",{width:i,dataAttr:!!e})).defaultPrevented||(i=a.detail.width)&&i!==t._lazysizesWidth&&n(t,r,a,i))},r=_(function(){var e,n=t.length;if(n)for(e=0;e<n;e++)a(t[e])});return{_:function(){t=e.getElementsByClassName(i.autosizesClass),c("resize",r)},checkElems:r,updateElem:a}}(),T=function(){T.i||(T.i=!0,x._(),W._())};return n={cfg:i,autoSizer:x,loader:W,init:T,uP:A,aC:h,rC:p,hC:g,fire:b,gW:w,rAF:M}}(t,t.document);t.lazySizes=n,"object"==typeof module&&module.exports&&(module.exports=n)}(window);(function(window,factory){var globalInstall=function(){factory(window.lazySizes);window.removeEventListener('lazyunveilread',globalInstall,true);};factory=factory.bind(null,window,window.document);if(typeof module=='object'&&module.exports){factory(require('lazysizes'));}else if(window.lazySizes){globalInstall();}else{window.addEventListener('lazyunveilread',globalInstall,true);}}(window,function(window,document,lazySizes){'use strict';var bgLoad,regBgUrlEscape;var uniqueUrls={};if(document.addEventListener){regBgUrlEscape=/\(|\)|\s|'/;bgLoad=function(url,cb){var img=document.createElement('img');img.onload=function(){img.onload=null;img.onerror=null;img=null;cb();};img.onerror=img.onload;img.src=url;if(img&&img.complete&&img.onload){img.onload();}};addEventListener('lazybeforeunveil',function(e){if(e.detail.instance!=lazySizes){return;} var tmp,load,bg,poster;if(!e.defaultPrevented){if(e.target.preload=='none'){e.target.preload='auto';} tmp=e.target.getAttribute('data-link');if(tmp){addStyleScript(tmp,true);} tmp=e.target.getAttribute('data-script');if(tmp){addStyleScript(tmp);} tmp=e.target.getAttribute('data-require');if(tmp){if(lazySizes.cfg.requireJs){lazySizes.cfg.requireJs([tmp]);}else{addStyleScript(tmp);}} bg=e.target.getAttribute('data-bg');if(bg){e.detail.firesLoad=true;load=function(){e.target.style.backgroundImage='url('+(regBgUrlEscape.test(bg)?JSON.stringify(bg):bg)+')';e.detail.firesLoad=false;lazySizes.fire(e.target,'_lazyloaded',{},true,true);};bgLoad(bg,load);} poster=e.target.getAttribute('data-poster');if(poster){e.detail.firesLoad=true;load=function(){e.target.poster=poster;e.detail.firesLoad=false;lazySizes.fire(e.target,'_lazyloaded',{},true,true);};bgLoad(poster,load);}}},false);} function addStyleScript(src,style){if(uniqueUrls[src]){return;} var elem=document.createElement(style?'link':'script');var insertElem=document.getElementsByTagName('script')[0];if(style){elem.rel='stylesheet';elem.href=src;}else{elem.src=src;} uniqueUrls[src]=true;uniqueUrls[elem.src||elem.href]=true;insertElem.parentNode.insertBefore(elem,insertElem);}}));</script> <div id="js-floating-sidebar" class="floating-sidebar s-hide hide-for-print"></div><div id="js-back-to-top" class="back-to-top"> <span><i class="ico icon-left"></i>Top</span></div> <script id="deferred_css">(function(){setTimeout(function(){var l=document.createElement('link');l.rel='stylesheet';l.href='//www.homesdirect365.co.uk/media/css/footer.css,footer-generic.css,footer-third-party.css,card-logos-png,back-to-top.css,site-footer,multisite-footer,product-view.css,site-product-view,slices/product/upselling.css,site-product-upselling,blank-14112018jp20.css';var h=document.getElementsByTagName('title')[0];h.parentNode.insertBefore(l,h);},50);})();</script> <script> !function(a,l,b,c,k,s,t,g,A){a.CustomerConnectAnalytics=k,a[k]=a[k]||function(){(a[k].q=a[k].q||[]).push(arguments)},g=l.createElement(b),A=l.getElementsByTagName(b)[0],g.type="text/javascript",g.defer=!0,g.async=!0,g.src=c+"?id="+s+"&parentId="+t,A.parentNode.insertBefore(g,A)}(window,document,"script","//carbon-cdn.ccgateway.net/script","cca",window.location.hostname,"visualsoft.co.uk"); </script> </body></html>
[ "<footer id=\"js-site-footer\" class=\"site-footer grid-32\"><div class=\"site-footer__newsletter\"><div class=\"container--pad container--pad--no-bg\"><form action=\"/newsletter/index\" method=\"post\" class=\"footer_newsletter_signup\"><div class=\"site-footer__top__newsletter\"><div class=\"table search-form\"><div class=\"table__cell\">\n<label class=\"site-footer__top__newsletter__title\" for=\"mailing_box\"><i class=\"ico icon-envelope\"/> <span>Sign up today for exclusive news, new products and special offers:</span></label></div><div class=\"table__cell search-form-input\"><div id=\"signup-result\" class=\"signup-result\"/>\n<input id=\"mailing_box\" class=\"input--expand no-border-right\" name=\"email_address\" type=\"email\" placeholder=\"Enter your email address...\"/></div><div class=\"table__cell\">\n<button class=\"button--1 no-border-left\" value=\"true\" name=\"subscribe\" type=\"submit\" onclick=\"if(document.getElementById('mailing_box').value == 'Enter your email address...' || document.getElementById('mailing_box').value == '') {alert('Please enter a valid email address');return false;}\">JOIN</button></div></div></div></form><div class=\"site-footer__newsletter_terms text-align-center\"/> <script>var NewsletterSignupMessages={error:\"Unfortunately we were not able to subscribe you to our newsletter as the email address you entered is not valid.\",success:\"Thank you for entering your email address, you are now subscribed to our newsletter.\",existing:\"It appears you're already signed up to receive our newsletter.\"};var email_prefs=false;vs.q(function(){var isMakingRequest=false;$('.footer_newsletter_signup').submit(function(e){e.preventDefault();if(isMakingRequest)return;var $container=$(this),data=$container.serialize(),$result=$container.find('.signup-result').hide();data+='&amp;subscribe=1';isMakingRequest=true;$('.footer_newsletter_signup').addClass('signup-loading');$('.footer_newsletter_signup').removeClass('signup-existing signup-success signup-error');$.ajax({url:$container.attr('action'),data:data,dataType:'json',type:'POST',complete:function(){isMakingRequest=false;$('.footer_newsletter_signup').removeClass('signup-loading');},success:function(json){if(typeof json.success!=='undefined'&amp;&amp;json.success){if(typeof json.existing!=='undefined'&amp;&amp;json.existing){var existing_dialog=NewsletterSignupMessages.existing+(email_prefs?' '+NewsletterSignupMessages.existing_email_pref:'');$result.html(existing_dialog);$('.footer_newsletter_signup').addClass('signup-existing');}else{var success_dialog=NewsletterSignupMessages.success+(email_prefs?' '+NewsletterSignupMessages.success_email_pref:'');$result.html(success_dialog);$('.footer_newsletter_signup').addClass('signup-success');}}else{$result.html(NewsletterSignupMessages.error);$('.footer_newsletter_signup').addClass('signup-error');}\n$result.show().delay(email_prefs?10000:3000).fadeOut('slow');}});});});</script> </div></div><div class=\"site-footer__top\"><div class=\"row container--pad container--pad--no-bg\"><div class=\"site-footer__top__social-wrap col l-col-6 s-col-30 s-offset-1 m-col-30 m-offset-1 left m-float--reset\">\n<span class=\"site-footer__top__quick-links__title s-text-align-center\">Follow Us Online</span><ul class=\"site-footer__top__social social-icon__ul inline-list\"><li class=\"social__icon social__icon--facebook\"><a href=\"https://www.facebook.com/HomesDirect365/\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Facebook\" class=\"ico icon-facebook\"><span>Follow Us On Facebook</span></a></li><li class=\"social__icon social__icon--twitter\"><a href=\"https://twitter.com/homesdirect365\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Twitter\" class=\"ico icon-twitter\"><span>Follow Us On Twitter</span></a></li><li class=\"social__icon social__icon--instagram\"><a href=\"https://www.instagram.com/homesdirect365\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Instagram\" class=\"ico icon-instagram\"><span>Follow Us On Instagram</span></a></li><li class=\"social__icon social__icon--pinterest\"><a href=\"https://www.pinterest.co.uk/homesdirect365/\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Pinterest\" class=\"ico icon-pinterest\"><span>Follow Us On Pinterest</span></a></li><li class=\"social__icon social__icon--youtube\"><a href=\"https://www.youtube.com/c/Homesdirect365CoUk/about\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On YouTube\" class=\"ico icon-youtube\"><span>Follow Us On YouTube</span></a></li><li class=\"social__icon social__icon--houzz\"><a href=\"https://www.houzz.co.uk/pro/homesdirect365/homesdirect365\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Houzz\" class=\"ico icon-houzz\"><span>Follow Us On Houzz</span></a></li><li class=\"social__icon social__icon--flickr\"><a href=\"https://www.flickr.com/photos/144932935@N07\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Flickr\" class=\"ico icon-flickr\"><span>Follow Us On Flickr</span></a></li><li class=\"social__icon social__icon--tumblr\"><a href=\"http://homesdirect365uk.tumblr.com\" rel=\"nofollow\" onclick=\"this.target='_blank'\" title=\"Follow Us On Tumblr\" class=\"ico icon-tumblr\"><span>Follow Us On Tumblr</span></a></li><li class=\"social__icon social__icon--blog\"><a href=\"/blog\" class=\"ico icon-blog\" title=\"View Our Blog\"><span>View Our Blog</span></a></li></ul></div><div id=\"js-site-footer__top__quick-links\" class=\"site-footer__top__quick-links col l-col-25 l-offset-1 m-col-30 m-offset-1 s-col-32 left m-float--reset\"><div class=\"row\"><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Customer Info</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/cookies\">Cookie Policy</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/privacy-policy-i4\">Privacy Policy</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/sitemap\">Site Map</a></li><li class=\"footer-group__content\"><p><img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"/downloads/ILW-Logo.jpg\" alt=\"\" width=\"100\" class=\"lazyload\"/></p></li><li class=\"footer-group__content\"><p><img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"/downloads/1540044264new_logo.jpg\" alt=\"\" width=\"100\" class=\"lazyload\"/></p></li></ul></div><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Orders</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/delivery-returns-i5\">Delivery &amp; Returns</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/payment-security-i18\">Payment &amp; Security</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/terms-conditions-i7\">Terms &amp; Conditions</a></li><li class=\"footer-group__content\">\n<a href=\"/interest-free-credit-french-shabby-chic-mirrored-furniture-i30 \">Get Finance</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/gift_vouchers\">Gift Vouchers</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/blog\">Our Blog</a></li></ul></div><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Our Details</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/contact-us-i3\">Contact Us</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/about-us-i1\">About Us</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/competitions\">Competitions</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/map\">Our Location</a></li></ul></div><div class=\"col l-col-8\">\n<span class=\"site-footer__top__quick-links__title\">Top Categories</span><ul class=\"no-bullet\"><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487\">French Furniture</a></li><li class=\"footer-group__content\">\n<a href=\"https://www.homesdirect365.co.uk/french-furniture-c487/shabby-chic-furniture-c2128\">Shabby Chic Furniture</a></li><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/contemporary-modern-furniture-c2050/mirrored-furniture-c2078\">Mirrored Furniture</a></li><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/french-furniture-c487/matching-ranges-c372\">Matching Ranges</a></li><li class=\"footer-group__content\">\n<a href=\"http://homesdirect365vs3.dev.visualsoft.co.uk/french-mirrors-c437\">French Mirrors</a></li></ul></div></div></div></div></div><div class=\"site-footer__middle\"><div class=\"row container--pad\"><div class=\"site-footer__middle__item col l-col-16 s-col-32 s-text-align-center sl-col-15 sl-offset-1 sl-text-align-left\">\n© 2019 Homesdirect 365. All Rights Reserved.</div><div class=\"site-footer__middle__item col l-col-16 text-align-right s-col-32 s-text-align-center sl-col-15 sl-text-align-right\">\n<a href=\"http://www.visualsoft.co.uk\" title=\"eCommerce by Visualsoft\">eCommerce</a> by Visualsoft</div></div></div><div class=\"site-footer__lower\"><div class=\"row\"><ul class=\"card-logos no-bullet\"><li class=\"card-logos__logo card-logos__logo--mastercard\"/><li class=\"card-logos__logo card-logos__logo--visa\"/><li class=\"card-logos__logo card-logos__logo--maestro\"/><li class=\"card-logos__logo card-logos__logo--paypal\"/><li class=\"card-logos__logo card-logos__logo--sagepay\"/><li class=\"card-logos__logo card-logos__logo--american-express\"/><li class=\"card-logos__logo card-logos__logo--pay4later\"/><li class=\"card-logos__logo card-logos__logo--bacs\"/></ul></div><div class=\"row text-align-center\"><div id=\"footer_credit\" class=\"footer-credit\">\nHomesdirect 365 LTD Registered office Unit G4, Skippers Lane Industrial Estate, Middlesbrough, TS6 6UR, Registered in UK<br/>Company Registration Number 06879985 VAT no. 932230459</div></div></div>\n</footer>\n" ]
[ "<head><meta charset=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><title>Rustic Driftwood Twisted 3 Candle Holder | Modern Driftwood Furniture</title><link rel=\"apple-touch-icon\" type=\"image/png\" href=\"/apple-touch-icon-57x57.png\" sizes=\"57x57\"/><link rel=\"apple-touch-icon\" type=\"image/png\" href=\"/apple-touch-icon-60x60.png\" sizes=\"60x60\"/><link rel=\"icon\" type=\"image/png\" href=\"/favicon-32x32.png\" sizes=\"32x32\"/><link rel=\"icon\" type=\"image/png\" href=\"/favicon-16x16.png\" sizes=\"16x16\"/><link rel=\"mask-icon\" href=\"/manifest.json\"/><link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\"/><meta name=\"vs_status_checker_version\" content=\"1\"/><meta name=\"vs_status_checker\" content=\"1\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,maximum-scale=1.0,user-scalable=0\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"msapplication-TileImage\" content=\"/mstile-144x144.png\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta content=\"\" name=\"cc-meta\" data-categories=\"French Furniture|Home Accessories|Candle Holders &amp; Stands\" data-name=\"Rustic Driftwood Twisted 3 Candle Holder\"/><meta name=\"keywords\" content=\"Driftwood, Driftwood Furniture, Driftwood Accessories, Candle Holder, Modern Candle Holder, Rustic Candle Holder, Rustic Furniture\"/><meta name=\"description\" content=\"We are very proud to introduce this wonderful Rustic Driftwood Twisted 3 Candle Holder. It has a magnificent design that&amp;#039;s very charming.\"/><link rel=\"canonical\" href=\"https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912\"/><link rel=\"alternate\" type=\"application/rss+xml\" href=\"https://www.homesdirect365.co.uk/rss/1/productlistings/candle-holders-stands/cat1820\"/> <script type=\"application/ld+json\">[{\"@context\":\"https://schema.org/\",\"@type\":\"Organization\",\"name\":\"Homesdirect 365\",\"url\":\"https://www.homesdirect365.co.uk\",\"logo\":\"https://www.homesdirect365.co.uk/images/modules/promo_units/1484735081-41110200.jpg\",\"sameAs\":[\"https://www.facebook.com/HomesDirect365/\",\"https://twitter.com/homesdirect365\",\"https://www.pinterest.co.uk/homesdirect365/\",\"https://www.instagram.com/homesdirect365\",\"https://www.youtube.com/c/Homesdirect365CoUk/about\"]},{\"@context\":\"https://schema.org/\",\"@type\":\"Product\",\"name\":\"Rustic Driftwood Twisted 3 Candle Holder\",\"image\":\"https://www.homesdirect365.co.uk/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_medium.jpg\",\"category\":[\"French Furniture/Home Accessories/Candle Holders &amp; Stands\",\"Contemporary &amp; Modern Furniture/Driftwood Furniture/Driftwood Miscellaneous\"],\"SKU\":\"MJ98\",\"Offers\":{\"@type\":\"Offer\",\"priceCurrency\":\"GBP\",\"price\":\"69.99\",\"itemcondition\":\"http://schema.org/NewCondition\",\"availability\":\"https://schema.org/InStock\",\"url\":\"https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912\"},\"url\":\"https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912\"}]</script> <style id=\"inline_css\">html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-appearance:textfield;box-sizing:content-box}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container{margin:0px auto}.container--pad{background:#ffffff}.container--pad--no-bg{background:transparent}@media only screen and (max-width:767px){.row--s-collapse--outer&gt;.col{padding:0}}@media only screen and (min-width:1025px){.row.row--collapse-l{margin:0}.row.row--collapse-l .col{padding:0}.container{width:1440px;max-width:100%}}@media only screen and (min-width:1025px) and (max-width:93.9999em){.container--pad,.m-container--pad{padding-left:2rem;padding-right:2rem}}@media only screen and (max-width:65.9999em){.container--pad{padding-left:0.5rem;padding-right:0.5rem}}@media only screen and (min-width:768px) and (max-width:1024px){.row.row--collapse-m{margin:0}.row.row--collapse-m .col{padding:0}.m-container--pad{padding-left:1rem;padding-right:1rem}}.row{width:1440px;max-width:100%;min-width:10px;margin:0 auto}.row .row{width:auto;max-width:none;min-width:0;margin:0 -5px}.row:before,.row:after{content:\"\";display:table}.row:after{clear:both}.row.row--collapse{margin:0}.row.row--collapse .col{padding:0}.row.row--collapse--outer .col:first-child{padding-left:0;padding-right:10px}.row.row--collapse--outer .col:last-child{padding-left:10px;padding-right:0}.col{width:100%;min-height:1px;padding:0 5px;display:inline;float:left}@media only screen and (max-width:767px){.grid-32 .s-col-1{width:3.125%}.grid-32 .s-offset-1{margin-left:3.125%}.grid-32 .s-col-2{width:6.25%}.grid-32 .s-offset-2{margin-left:6.25%}.grid-32 .s-col-3{width:9.375%}.grid-32 .s-offset-3{margin-left:9.375%}.grid-32 .s-col-4{width:12.5%}.grid-32 .s-offset-4{margin-left:12.5%}.grid-32 .s-col-5{width:15.625%}.grid-32 .s-offset-5{margin-left:15.625%}.grid-32 .s-col-6{width:18.75%}.grid-32 .s-offset-6{margin-left:18.75%}.grid-32 .s-col-7{width:21.875%}.grid-32 .s-offset-7{margin-left:21.875%}.grid-32 .s-col-8{width:25%}.grid-32 .s-offset-8{margin-left:25%}.grid-32 .s-col-9{width:28.125%}.grid-32 .s-offset-9{margin-left:28.125%}.grid-32 .s-col-10{width:31.25%}.grid-32 .s-offset-10{margin-left:31.25%}.grid-32 .s-col-11{width:34.375%}.grid-32 .s-offset-11{margin-left:34.375%}.grid-32 .s-col-12{width:37.5%}.grid-32 .s-offset-12{margin-left:37.5%}.grid-32 .s-col-13{width:40.625%}.grid-32 .s-offset-13{margin-left:40.625%}.grid-32 .s-col-14{width:43.75%}.grid-32 .s-offset-14{margin-left:43.75%}.grid-32 .s-col-15{width:46.875%}.grid-32 .s-offset-15{margin-left:46.875%}.grid-32 .s-col-16{width:50%}.grid-32 .s-offset-16{margin-left:50%}.grid-32 .s-col-17{width:53.125%}.grid-32 .s-offset-17{margin-left:53.125%}.grid-32 .s-col-18{width:56.25%}.grid-32 .s-offset-18{margin-left:56.25%}.grid-32 .s-col-19{width:59.375%}.grid-32 .s-offset-19{margin-left:59.375%}.grid-32 .s-col-20{width:62.5%}.grid-32 .s-offset-20{margin-left:62.5%}.grid-32 .s-col-21{width:65.625%}.grid-32 .s-offset-21{margin-left:65.625%}.grid-32 .s-col-22{width:68.75%}.grid-32 .s-offset-22{margin-left:68.75%}.grid-32 .s-col-23{width:71.875%}.grid-32 .s-offset-23{margin-left:71.875%}.grid-32 .s-col-24{width:75%}.grid-32 .s-offset-24{margin-left:75%}.grid-32 .s-col-25{width:78.125%}.grid-32 .s-offset-25{margin-left:78.125%}.grid-32 .s-col-26{width:81.25%}.grid-32 .s-offset-26{margin-left:81.25%}.grid-32 .s-col-27{width:84.375%}.grid-32 .s-offset-27{margin-left:84.375%}.grid-32 .s-col-28{width:87.5%}.grid-32 .s-offset-28{margin-left:87.5%}.grid-32 .s-col-29{width:90.625%}.grid-32 .s-offset-29{margin-left:90.625%}.grid-32 .s-col-30{width:93.75%}.grid-32 .s-offset-30{margin-left:93.75%}.grid-32 .s-col-31{width:96.875%}.grid-32 .s-offset-31{margin-left:96.875%}.grid-32 .s-col-32{width:100%}.grid-32 .s-offset-32{margin-left:100%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-1{width:3.125%}.grid-32 .sl-offset-1{margin-left:3.125%}.grid-32 .sl-col-2{width:6.25%}.grid-32 .sl-offset-2{margin-left:6.25%}.grid-32 .sl-col-3{width:9.375%}.grid-32 .sl-offset-3{margin-left:9.375%}.grid-32 .sl-col-4{width:12.5%}.grid-32 .sl-offset-4{margin-left:12.5%}.grid-32 .sl-col-5{width:15.625%}.grid-32 .sl-offset-5{margin-left:15.625%}.grid-32 .sl-col-6{width:18.75%}.grid-32 .sl-offset-6{margin-left:18.75%}.grid-32 .sl-col-7{width:21.875%}.grid-32 .sl-offset-7{margin-left:21.875%}.grid-32 .sl-col-8{width:25%}.grid-32 .sl-offset-8{margin-left:25%}.grid-32 .sl-col-9{width:28.125%}.grid-32 .sl-offset-9{margin-left:28.125%}.grid-32 .sl-col-10{width:31.25%}.grid-32 .sl-offset-10{margin-left:31.25%}.grid-32 .sl-col-11{width:34.375%}.grid-32 .sl-offset-11{margin-left:34.375%}.grid-32 .sl-col-12{width:37.5%}.grid-32 .sl-offset-12{margin-left:37.5%}.grid-32 .sl-col-13{width:40.625%}.grid-32 .sl-offset-13{margin-left:40.625%}.grid-32 .sl-col-14{width:43.75%}.grid-32 .sl-offset-14{margin-left:43.75%}.grid-32 .sl-col-15{width:46.875%}.grid-32 .sl-offset-15{margin-left:46.875%}.grid-32 .sl-col-16{width:50%}.grid-32 .sl-offset-16{margin-left:50%}.grid-32 .sl-col-17{width:53.125%}.grid-32 .sl-offset-17{margin-left:53.125%}.grid-32 .sl-col-18{width:56.25%}.grid-32 .sl-offset-18{margin-left:56.25%}.grid-32 .sl-col-19{width:59.375%}.grid-32 .sl-offset-19{margin-left:59.375%}.grid-32 .sl-col-20{width:62.5%}.grid-32 .sl-offset-20{margin-left:62.5%}.grid-32 .sl-col-21{width:65.625%}.grid-32 .sl-offset-21{margin-left:65.625%}.grid-32 .sl-col-22{width:68.75%}.grid-32 .sl-offset-22{margin-left:68.75%}.grid-32 .sl-col-23{width:71.875%}.grid-32 .sl-offset-23{margin-left:71.875%}.grid-32 .sl-col-24{width:75%}.grid-32 .sl-offset-24{margin-left:75%}.grid-32 .sl-col-25{width:78.125%}.grid-32 .sl-offset-25{margin-left:78.125%}.grid-32 .sl-col-26{width:81.25%}.grid-32 .sl-offset-26{margin-left:81.25%}.grid-32 .sl-col-27{width:84.375%}.grid-32 .sl-offset-27{margin-left:84.375%}.grid-32 .sl-col-28{width:87.5%}.grid-32 .sl-offset-28{margin-left:87.5%}.grid-32 .sl-col-29{width:90.625%}.grid-32 .sl-offset-29{margin-left:90.625%}.grid-32 .sl-col-30{width:93.75%}.grid-32 .sl-offset-30{margin-left:93.75%}.grid-32 .sl-col-31{width:96.875%}.grid-32 .sl-offset-31{margin-left:96.875%}.grid-32 .sl-col-32{width:100%}.grid-32 .sl-offset-32{margin-left:100%}}@media only screen and (min-width:768px){.grid-32 .l-col-1{width:3.125%}.grid-32 .l-offset-1{margin-left:3.125%}.grid-32 .l-col-2{width:6.25%}.grid-32 .l-offset-2{margin-left:6.25%}.grid-32 .l-col-3{width:9.375%}.grid-32 .l-offset-3{margin-left:9.375%}.grid-32 .l-col-4{width:12.5%}.grid-32 .l-offset-4{margin-left:12.5%}.grid-32 .l-col-5{width:15.625%}.grid-32 .l-offset-5{margin-left:15.625%}.grid-32 .l-col-6{width:18.75%}.grid-32 .l-offset-6{margin-left:18.75%}.grid-32 .l-col-7{width:21.875%}.grid-32 .l-offset-7{margin-left:21.875%}.grid-32 .l-col-8{width:25%}.grid-32 .l-offset-8{margin-left:25%}.grid-32 .l-col-9{width:28.125%}.grid-32 .l-offset-9{margin-left:28.125%}.grid-32 .l-col-10{width:31.25%}.grid-32 .l-offset-10{margin-left:31.25%}.grid-32 .l-col-11{width:34.375%}.grid-32 .l-offset-11{margin-left:34.375%}.grid-32 .l-col-12{width:37.5%}.grid-32 .l-offset-12{margin-left:37.5%}.grid-32 .l-col-13{width:40.625%}.grid-32 .l-offset-13{margin-left:40.625%}.grid-32 .l-col-14{width:43.75%}.grid-32 .l-offset-14{margin-left:43.75%}.grid-32 .l-col-15{width:46.875%}.grid-32 .l-offset-15{margin-left:46.875%}.grid-32 .l-col-16{width:50%}.grid-32 .l-offset-16{margin-left:50%}.grid-32 .l-col-17{width:53.125%}.grid-32 .l-offset-17{margin-left:53.125%}.grid-32 .l-col-18{width:56.25%}.grid-32 .l-offset-18{margin-left:56.25%}.grid-32 .l-col-19{width:59.375%}.grid-32 .l-offset-19{margin-left:59.375%}.grid-32 .l-col-20{width:62.5%}.grid-32 .l-offset-20{margin-left:62.5%}.grid-32 .l-col-21{width:65.625%}.grid-32 .l-offset-21{margin-left:65.625%}.grid-32 .l-col-22{width:68.75%}.grid-32 .l-offset-22{margin-left:68.75%}.grid-32 .l-col-23{width:71.875%}.grid-32 .l-offset-23{margin-left:71.875%}.grid-32 .l-col-24{width:75%}.grid-32 .l-offset-24{margin-left:75%}.grid-32 .l-col-25{width:78.125%}.grid-32 .l-offset-25{margin-left:78.125%}.grid-32 .l-col-26{width:81.25%}.grid-32 .l-offset-26{margin-left:81.25%}.grid-32 .l-col-27{width:84.375%}.grid-32 .l-offset-27{margin-left:84.375%}.grid-32 .l-col-28{width:87.5%}.grid-32 .l-offset-28{margin-left:87.5%}.grid-32 .l-col-29{width:90.625%}.grid-32 .l-offset-29{margin-left:90.625%}.grid-32 .l-col-30{width:93.75%}.grid-32 .l-offset-30{margin-left:93.75%}.grid-32 .l-col-31{width:96.875%}.grid-32 .l-offset-31{margin-left:96.875%}.grid-32 .l-col-32{width:100%}.grid-32 .l-offset-32{margin-left:100%}.grid-32 .l-col-third{width:33.33333%}.grid-32 .l-col-two-third{width:66.66666%}.grid-32 .l-col-fifth{width:20%}.grid-32 .l-col-sixth{width:16.6666666667%}.grid-32 .l-col-seventh{width:14.2857142857%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-offset-0{margin-left:0}.grid-32 .m-col-1{width:3.125%}.grid-32 .m-offset-1{margin-left:3.125%}.grid-32 .m-col-2{width:6.25%}.grid-32 .m-offset-2{margin-left:6.25%}.grid-32 .m-col-3{width:9.375%}.grid-32 .m-offset-3{margin-left:9.375%}.grid-32 .m-col-4{width:12.5%}.grid-32 .m-offset-4{margin-left:12.5%}.grid-32 .m-col-5{width:15.625%}.grid-32 .m-offset-5{margin-left:15.625%}.grid-32 .m-col-6{width:18.75%}.grid-32 .m-offset-6{margin-left:18.75%}.grid-32 .m-col-7{width:21.875%}.grid-32 .m-offset-7{margin-left:21.875%}.grid-32 .m-col-8{width:25%}.grid-32 .m-offset-8{margin-left:25%}.grid-32 .m-col-9{width:28.125%}.grid-32 .m-offset-9{margin-left:28.125%}.grid-32 .m-col-10{width:31.25%}.grid-32 .m-offset-10{margin-left:31.25%}.grid-32 .m-col-11{width:34.375%}.grid-32 .m-offset-11{margin-left:34.375%}.grid-32 .m-col-12{width:37.5%}.grid-32 .m-offset-12{margin-left:37.5%}.grid-32 .m-col-13{width:40.625%}.grid-32 .m-offset-13{margin-left:40.625%}.grid-32 .m-col-14{width:43.75%}.grid-32 .m-offset-14{margin-left:43.75%}.grid-32 .m-col-15{width:46.875%}.grid-32 .m-offset-15{margin-left:46.875%}.grid-32 .m-col-16{width:50%}.grid-32 .m-offset-16{margin-left:50%}.grid-32 .m-col-17{width:53.125%}.grid-32 .m-offset-17{margin-left:53.125%}.grid-32 .m-col-18{width:56.25%}.grid-32 .m-offset-18{margin-left:56.25%}.grid-32 .m-col-19{width:59.375%}.grid-32 .m-offset-19{margin-left:59.375%}.grid-32 .m-col-20{width:62.5%}.grid-32 .m-offset-20{margin-left:62.5%}.grid-32 .m-col-21{width:65.625%}.grid-32 .m-offset-21{margin-left:65.625%}.grid-32 .m-col-22{width:68.75%}.grid-32 .m-offset-22{margin-left:68.75%}.grid-32 .m-col-23{width:71.875%}.grid-32 .m-offset-23{margin-left:71.875%}.grid-32 .m-col-24{width:75%}.grid-32 .m-offset-24{margin-left:75%}.grid-32 .m-col-25{width:78.125%}.grid-32 .m-offset-25{margin-left:78.125%}.grid-32 .m-col-26{width:81.25%}.grid-32 .m-offset-26{margin-left:81.25%}.grid-32 .m-col-27{width:84.375%}.grid-32 .m-offset-27{margin-left:84.375%}.grid-32 .m-col-28{width:87.5%}.grid-32 .m-offset-28{margin-left:87.5%}.grid-32 .m-col-29{width:90.625%}.grid-32 .m-offset-29{margin-left:90.625%}.grid-32 .m-col-30{width:93.75%}.grid-32 .m-offset-30{margin-left:93.75%}.grid-32 .m-col-31{width:96.875%}.grid-32 .m-offset-31{margin-left:96.875%}.grid-32 .m-col-32{width:100%}.grid-32 .m-offset-32{margin-left:100%}}@media only screen and (max-width:767px){.grid-32 .s-col-third{width:33.33333%}.grid-32 .s-col-two-third{width:66.66666%}.grid-32 .s-col-fifth{width:20%}}@media only screen and (max-width:767px) and (orientation:landscape){.grid-32 .sl-col-third{width:33.33333%}.grid-32 .sl-col-two-third{width:66.66666%}.grid-32 .sl-col-fifth{width:20%}}@media only screen and (min-width:768px) and (max-width:1024px){.grid-32 .m-col-third{width:33.33333%}.grid-32 .m-col-two-third{width:66.66666%}.grid-32 .m-col-fifth{width:20%}.grid-32 .m-col-sixth{width:16.6666666667%}}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-webfont.svg#droid_sansregular14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Droid Sans';src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/droid_sans/DroidSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/droid_sans/DroidSans-Bold-webfont.svg#droid_sansbold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-regular.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-regular.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-regular.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-regular.svg#FiraSans14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-500.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-500.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-500.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-500.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-500.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-500.svg#FiraSans14112018jp20') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Fira Sans';src:url('/media/fonts/fira_sans/Fira-Sans-700.eot?14112018jp20');src:url('/media/fonts/fira_sans/Fira-Sans-700.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/fira_sans/Fira-Sans-700.woff2?14112018jp20') format('woff2'),url('/media/fonts/fira_sans/Fira-Sans-700.woff?14112018jp20') format('woff'),url('/media/fonts/fira_sans/Fira-Sans-700.ttf?14112018jp20') format('truetype'),url('/media/fonts/fira_sans/Fira-Sans-700.svg#FiraSans14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Regular-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Regular-webfont.svg#PTSans-Caption14112018jp20') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot?14112018jp20');src:url('/media/fonts/pt_sans/PTSans-Bold-webfont.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff2?14112018jp20') format('woff2'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.woff?14112018jp20') format('woff'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.ttf?14112018jp20') format('truetype'),url('/media/fonts/pt_sans/PTSans-Bold-webfont.svg#PTSans-CaptionBold14112018jp20') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'icon';src:url('/media/fonts/font2/icon.eot?14112018jp20');src:url('/media/fonts/font2/icon.eot#iefix?14112018jp20') format('embedded-opentype'),url('/media/fonts/font2/icon.woff2?14112018jp20') format('woff2'),url('/media/fonts/font2/icon.woff?14112018jp20') format('woff'),url('/media/fonts/font2/icon.ttf?14112018jp20') format('truetype'),url('/media/fonts/font2/icon.svg#icon?14112018jp20') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^=\"icon-\"],[class*=\" icon-\"]{font-family:'icon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;.ico,.ico:before{speak:none}-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon--custom{font-family:'icon_custom'}.icon-left:before{content:\"\\21\"}.icon-right:before{content:\"\\22\"}.icon-up-arrow-long:before{content:\"\\23\"}.icon-dropdown:before{content:\"\\24\"}.icon-left-circle:before{content:\"\\25\"}.icon-right-circle:before{content:\"\\26\"}.icon-page-up:before{content:\"\\27\"}.icon-tick:before{content:\"\\28\"}.icon-cross:before{content:\"\\29\"}.icon-plus:before{content:\"\\2a\"}.icon-minus:before{content:\"\\2b\"}.icon-bag:before{content:\"\\2c\"}.icon-trolley:before{content:\"\\2d\"}.icon-search:before{content:\"\\2e\"}.icon-login:before{content:\"\\2f\"}.icon-logout:before{content:\"\\30\"}.icon-heart:before{content:\"\\31\"}.icon-star:before{content:\"\\32\"}.icon-star-empty:before{content:\"\\33\"}.icon-envelope:before{content:\"\\34\"}.icon-envelope-white:before{content:\"\\35\"}.icon-mobile:before{content:\"\\36\"}.icon-phone-circle:before{content:\"\\37\"}.icon-phone-old:before{content:\"\\38\"}.icon-phone:before{content:\"\\39\"}.icon-van:before{content:\"\\3a\"}.icon-van-circle:before{content:\"\\3b\"}.icon-menu:before{content:\"\\3c\"}.icon-grid:before{content:\"\\3d\"}.icon-list:before{content:\"\\3e\"}.icon-question:before{content:\"\\3f\"}.icon-quote:before{content:\"\\40\"}.icon-close:before{content:\"\\41\"}.icon-circle-tick:before{content:\"\\42\"}.icon-circle:before{content:\"\\43\"}.icon-square-tick:before{content:\"\\44\"}.icon-square:before{content:\"\\45\"}.icon-address-book:before{content:\"\\46\"}.icon-details:before{content:\"\\47\"}.icon-history:before{content:\"\\48\"}.icon-lock:before{content:\"\\49\"}.icon-update:before{content:\"\\4a\"}.icon-remove:before{content:\"\\4b\"}.icon-switch:before{content:\"\\4c\"}.icon-refresh:before{content:\"\\4d\"}.icon-globe:before{content:\"\\4e\"}.icon-uk:before{content:\"\\4f\"}.icon-currency:before{content:\"\\50\"}.icon-exchange:before{content:\"\\51\"}.icon-quotes:before{content:\"\\52\"}.icon-quotes-black:before{content:\"\\53\"}.icon-home:before{content:\"\\54\"}.icon-gift:before{content:\"\\55\"}.icon-size-guide:before{content:\"\\56\"}.icon-thumbs-up:before{content:\"\\57\"}.icon-padlock:before{content:\"\\58\"}.icon-pdf:before{content:\"\\59\"}.icon-download:before{content:\"\\5a\"}.icon-locate:before{content:\"\\5b\"}.icon-trade:before{content:\"\\5c\"}.icon-paypal:before{content:\"\\5d\"}.icon-id:before{content:\"\\5e\"}.icon-5stars:before{content:\"\\5f\"}.icon-5stars-alt:before{content:\"\\60\"}.icon-twitter:before{content:\"\\61\"}.icon-facebook:before{content:\"\\62\"}.icon-instagram:before{content:\"\\63\"}.icon-google-plus:before{content:\"\\64\"}.icon-pinterest:before{content:\"\\65\"}.icon-youtube:before{content:\"\\66\"}.icon-blog:before{content:\"\\67\"}.icon-polyvore:before{content:\"\\68\"}.icon-linkedin:before{content:\"\\69\"}.icon-playvideo:before{content:\"\\6a\"}.icon-tumblr:before{content:\"\\6b\"}.icon-360-spin:before{content:\"\\6c\"}.icon-calc:before{content:\"\\6d\"}.icon-houzz:before{content:\"\\6e\"}.icon-vimeo:before{content:\"\\6f\"}.icon-snapchat:before{content:\"\\70\"}.icon-print:before{content:\"\\71\"}.icon-star-half:before{content:\"\\72\"}.icon-flickr:before{content:\"\\73\"}.icon-flag:before{content:\"\\74\"}.icon-custom1:before{content:\"\\75\"}.icon-custom2:before{content:\"\\76\"}.icon-custom3:before{content:\"\\77\"}.icon-custom4:before{content:\"\\78\"}.icon-custom5:before{content:\"\\79\"}.icon-custom6:before{content:\"\\7a\"}.icon-2-across:before{content:\"\\7b\"}.icon-3-across:before{content:\"\\7c\"}.icon-4-across:before{content:\"\\7d\"}.icon-whatsapp:before{content:\"\\7e\"}.icon-skype:before{content:\"\\7f\"}.ico.icon-custom1,.ico.icon-custom2,.ico.icon-custom3,.ico.icon-custom4,.ico.icon-custom5,.ico.icon-custom6{font-family:\"icon_custom\"}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;outline:none;height:100%;min-height:1px;overflow:hidden;position:relative}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{display:none;height:26%;padding:0;position:absolute;text-align:center;top:37%;width:50px;font-weight:700;text-align:center;position:absolute;z-index:100;background:none;border:0;color:#ffffff}.slick-arrow-vertical{position:relative;width:100%;height:10%}.slick-arrow-vertical .icon-left:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right:before{display:inline-block;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.slick-arrow-vertical .icon-right{position:relative;top:5px}.slick-arrow-vertical .icon-left{position:relative;top:2px}.slick-slider--arrow-2 .slick-arrow{width:auto}.slick-arrow:hover{background:none;color:#ffffff}.slick-prev{left:0}.slick-next{right:0}.slick-slider--arrow-3 .slick-arrow,.slick-slider--arrow-4 .slick-arrow{color:#6e7475;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-3 .slick-arrow:hover,.slick-slider--arrow-4 .slick-arrow:hover{color:#b981ad;background:#ffffff;border:1px solid #edece8}.slick-slider--arrow-4 .slick-arrow{opacity:0}.slick-slider--arrow-3 .slick-arrow.slick-next,.slick-slider--arrow-4 .slick-arrow.slick-next{-webkit-border-top-left-radius:3;-webkit-border-bottom-left-radius:3;-moz-border-radius-topleft:3;-moz-border-radius-bottomleft:3;border-top-left-radius:3;border-bottom-left-radius:3;border-right:0}.slick-slider--arrow-3 .slick-arrow.slick-prev,.slick-slider--arrow-4 .slick-arrow.slick-prev{-webkit-border-top-right-radius:3;-webkit-border-bottom-right-radius:3;-moz-border-radius-topright:3;-moz-border-radius-bottomright:3;border-top-right-radius:3;border-bottom-right-radius:3;border-left:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-prev,.slick-slider--arrow-4 .slick-arrow-vertical.slick-prev{border-left:1px solid #edece8;border-bottom:0}.slick-slider--arrow-3 .slick-arrow-vertical.slick-next,.slick-slider--arrow-4 .slick-arrow-vertical.slick-next{border-right:1px solid #edece8;border-top:0}.slick-arrow span{font-weight:700;font-size:2rem}.slick-slider--arrow-2 .slick-arrow span{opacity:0.75;font-size:5rem;font-weight:400}@media only screen and (max-width:767px){.slick-slider--arrow-2 .slick-arrow span{font-size:3rem}}.slick-dots{margin:0;padding:0;text-align:center;position:absolute;bottom:0.75rem;width:100%}.slick-dots li{display:inline-block;margin:0 0.375rem;padding:0}.slick-dots li button{font-size:0;background:#ffffff;height:14px;width:14px;border-radius:50%;line-height:0;border:1px solid #9dc8d4;letter-spacing:0;margin-bottom:0;padding:0}.slick-dots li.slick-active button{background:#b981ad;border-color:#b981ad}input[type='text'],input[type='email'],input[type='password'],input[type='search'],textarea{-webkit-appearance:none;-moz-appearance:none}input{-webkit-border-radius:0}input[type=\"image\"]{padding:0}input,.input,select,textarea,label,.label,button,.button{margin-bottom:1rem;line-height:inherit}input,select,textarea,button{font-family:inherit}input,select,textarea{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem}input[type='file']{border:none}input[type='text'],input[type='email'],input[type='password'],input[type='search'],input[list],select{height:3rem}input,select{padding:0 0.938rem}textarea{padding:0.938rem}input[type=\"search\"]{box-sizing:inherit}input:active,input:focus,textarea:active,textarea:focus{background-color:#ffffff;outline:0}input::-webkit-input-placeholder{color:#6e7475}input::-moz-placeholder{color:#6e7475;opacity:1}input:-ms-input-placeholder{color:#6e7475}input:-moz-placeholder{color:#6e7475;opacity:1}label,.label{color:#2b3030;font-size:0.833rem;line-height:1rem}label{display:block}button,.button,.button--invert:hover{background-color:#b981ad;color:#ffffff}button,.button{padding:0.75rem 1.5rem;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s}button{display:block}button:disabled,.button--disabled{background-color:#b981ad;color:#ffffff;border:1px solid #b981ad;opacity:0.5}.button{display:inline-block}button:hover:not(:disabled),.button:hover:not(:disabled),.button--invert{background-color:#ffffff;color:#2b3030}.button--match-input{padding:0.75rem}.button--sm{padding:0.5rem 1rem}.button--lg{padding:1rem 2rem}.button--secondary{background-color:#363636;color:#ffffff;border:1px solid #363636}input.invalid{background-color:rgba(210,168,168,1);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.form-group{margin-top:2rem}.capture_plus_hidden_row{display:none}.form-subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;display:block}.form-subtitle--1{margin-bottom:2rem}.form-subtitle--2{margin-bottom:1rem}.error_textbox{background-color:red}.mandatory-key{color:#797979;margin-top:0;font-size:0.833rem;font-style:italic}.mandatory-key__symbol,.mandatory{color:red}.search-form input,.search-form button{height:44px;line-height:44px;padding:0 0.75rem}.search-form button{background-color:#ffffff;color:#2b3030;border:1px solid #9dc8d4;white-space:nowrap}.search-form button:hover{background-color:#b981ad;color:#ffffff}.form-builder__checkbox{margin:1rem 0}.form-builder__checkbox input[type=\"checkbox\"],.form-builder__checkbox input[type=\"radio\"]{margin:0}.form-builder__checkbox label{margin:0 .25rem 0;display:inline}.form-builder__html--product-info{margin-top:1rem;color:#2b3030;font-size:0.833rem;line-height:1rem}input[type=\"checkbox\"].checkbox--multi,.multi_checkbox__label{margin:0;line-height:normal;vertical-align:initial}.newsletter_groups_wrapper&gt;.row{padding:.5rem 0}.newsletter_groups_wrapper&gt;.row:last-child{padding-bottom:1rem}.brochure_wrapper .col--image img{margin-bottom:.5rem}.brochure_wrapper .col--image{padding-bottom:1rem}.cms-page__captcha-image{display:block;margin-bottom:1rem;font-size:0.833rem}.cms-page__captcha-image img{margin-bottom:.5rem}.captcha,.captcha__image,.captcha__message{margin-bottom:1rem}.input--expand,.select--expand,.button--expand,.textarea--expand{width:100%}.input--error,.select--error{margin-bottom:0;border-color:#e39da5;border-bottom:none;border-radius:2px 2px 0 0}.input--error-message,.select--error-message{width:100%;float:left;background-color:red;color:#ffffff;margin-bottom:1rem;padding:0.5rem;border-width:1px;font-size:0.833rem}.checkout-input-message--error{color:#d7041d;font-size:0.75em;line-height:1.333em;display:block;margin-bottom:1rem}@media only screen and (max-width:767px){.input--error,.select--error{border-width:2px}textarea.select--error{vertical-align:bottom}.s-input--expand,.s-button--expand{width:100%}}@media only screen and (min-width:768px){.input--error,.select--error{border-width:1px}}@media only screen and (min-width:1025px){label,input[type=\"checkbox\"],input[type=\"radio\"]{margin-top:1rem}}.pcaCapturePlus input{height:3rem;margin-bottom:0}.capture_plus_options{margin-bottom:1rem}.js .input-group--postcode_anywhere:not(.noload--fallback) #house_number,.js .input-group--postcode_anywhere:not(.noload--fallback) #address_house{border-bottom:none;margin-bottom:0}.capture_plus_options,.capture_plus_manual_edit_options{font-size:0.833rem}.form-builder .capture_plus_options&gt;div,.form-builder .capture_plus_manual_edit_options{border-color:#9dc8d4 !important}.form-builder .capture_plus_manual_edit_options{margin-top:0 !important}.input-group--error .pcaAutoComplete{border-color:red}.input-group--error .capture_plus_options.direct&gt;div{background-color:red;color:#ffffff;border-color:red}.input-group--error .capture_plus_options.direct&gt;div a{color:#ffffff}.no-js .form-builder .capture_plus_hidden_row{display:block}.pca-fallback{background-color:#ffffff;color:#6e7475;border:1px solid #9dc8d4;font-size:0.833rem;padding:0 0.938rem;height:3rem;cursor:text}.no-js .pca-fallback{display:none}#js-facebook-button,#js-twitter-button,#js-google-button{text-decoration:none}.account-page__section .account-page__content--social{padding:1rem}.account-page__content__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.social-btn-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.25rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem;padding:0;text-decoration:none}.social-btn-group:hover{color:#fff;opacity:.8}.social-btn-group&gt;*{padding:.75rem}.social-btn-group&gt;i,.social-btn-group&gt;img{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px}.social-btn-group&gt;span{-webkit-box-flex:1;-ms-flex:1 0 80%;flex:1 0 80%;font-size:.833rem;text-align:center}.social-btn-group--facebook{background-color:#428bca;color:#fff}.social-btn-group--facebook&gt;i{border-right:1px solid #357ebd}.social-btn-group--twitter{background-color:#5bc0de;color:#fff}.social-btn-group--twitter&gt;i{border-right:1px solid #46b8da}.social-btn-group--google{background-color:#fff;border:1px solid #ccc;color:#2a2a2a}.social-btn-group--google:hover{color:#2a2a2a}.social-btn-group--google&gt;img{border-right:1px solid #ccc}.account-page__social-image{border-radius:50%;margin:0 auto 1rem}.form-builder__textnote{color:#2b3030;font-size:0.833rem;line-height:1rem}@media only screen and (min-width:768px){.account-page__content__social{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.account-page__content__social&gt;*:not(:first-of-type){margin-left:1rem}.social-btn-group&gt;span{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}@media only screen and (min-width:1024px){#social_register_holder{margin:0 auto;max-width:900px}#social_register_holder .full_name_wrapper label,#social_register_holder .email_address_wrapper label{text-align:center}}.newsletter_signup_wrapper a,.stock-notification__newsletter__terms a,.newsletter-signup__newsletter__terms a{text-decoration:underline}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}body{font-size:100%;background-color:#ffffff;color:#606060;font-family:'PT Sans',sans-serif;line-height:1.25}@media only screen and (max-width:767px){html,body{height:100%}}img{max-width:100%;display:block}a{color:#606060;text-decoration:none}a:hover,a.promo-unit__link:hover .promo-unit__text{text-decoration:underline}a.ico:hover,a.button:hover,a.promo-unit__link:hover{text-decoration:none}a:active,a:focus,button:active,button:focus,img:active,img:focus{outline:0}p,ul,ol,li,blockquote{margin:1rem 0}ul,ol{padding:0 0 0 1rem}ul{margin:0 0 1rem 1rem}h1,h2,h3,h4,h5,h6{margin:1rem 0}p:first-child,ul:first-child,li:first-child,blockquote:first-child,h2:first-child{margin-top:0}p:last-child,ul:last-child,li:last-child,blockquote:last-child{margin-bottom:0}button{-webkit-border-radius:0px}@media only screen and (max-width:767px){.s-hide,.m-only,.m-up{display:none !important}}@media only screen and (min-width:768px){.s-only{display:none !important}}@media only screen and (min-width:768px) and (max-width:1024px){.m-hide{display:none !important}}@media only screen and (max-width:1024px){.l-only,.l-up{display:none !important}}@media only screen and (min-width:1025px){a:hover{color:#b981ad}.m-down,.m-only{display:none !important}.l-image-align-center{margin:0 auto}}@media only screen and (min-width:1025px) and (max-width:1439px){.l-hide{display:none !important}}@media only screen and (max-width:1439px){.xl-only{display:none !important}}@media only screen and (min-width:1440px){.l-only,.l-down,.xl-hide{display:none !important}.xl-image-align-center{margin:0 auto}}.no-bullet,.bullet{margin-left:0}.no-bullet{padding:0;list-style:none}.left{float:left}.right{float:right}.inline-list{margin:0;padding:0;list-style:none;overflow:hidden}.inline-list&gt;li{display:block;float:left}.all-hide{display:none}.address{font-size:0.833rem}ul.address li{margin:0 0 0.25rem 0}ul.address li:last-child{margin-bottom:0}.button-group{margin:0;padding:0;list-style:none}.button-group&gt;li{display:block;float:left}.button-group .button,.button-group button{margin:0}@media only screen and (max-width:767px){.button-group&gt;li{margin:0 0 0.5rem 0;float:none}.button-group&gt;li:last-child{margin-bottom:0}.button-group&gt;li&gt;a{text-align:center}}@media (min-width:768px){.button-group--right{float:right}}.inline-list--right&gt;li{float:right}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.image-align-center{margin:0 auto}.no-border-right{border-right:none !important}.no-border-left{border-left:none !important}.site-title{background-color:#ffffff;color:#2b3030;padding:1rem;margin-bottom:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;border-top:1px solid #ffffff;border-bottom:1px solid #edece8;text-align:center}.site-sub-title{text-align:center}.product-list{padding:0}.search-results-products .product-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}.search-results-products .product-list:before,.search-results-products .product-list:after{display:block}html.flexbox .product-list.row:before,html.flexbox .product-list.row:after{display:inherit}.product-list li{margin:0}#ajax_filters_loading{position:fixed}.ajax-loading{background:rgba(255,255,255,.6);z-index:9999;top:0;left:0;height:100%;width:100%}.site-header__sticky{background:#b981ad;color:#ffffff;text-align:center;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;padding:0.5rem 0}.site-header__sticky a{color:#ffffff}.site-header__sticky .promo-unit__text__title{font-weight:700}.site-header__sticky__col{position:relative;padding:0 1.5rem}.site-header__sticky__close{position:absolute;right:5px;line-height:1.25;cursor:pointer}.site-header__sticky-drop-down--links--country--container__list{padding:0;margin:0}.site-header__sticky-drop-down--links--country .drop-down--links--country{list-style:none;float:left}.site-header__sticky-drop-down--country--name{text-align:left}.sticky-drop-down--links--country-container img{display:inline}.sticky-drop-down--links--country-container{margin:0 0.5rem 0 0}.site-header__sticky__links__country li{text-align:left}.site-header__sticky__links__country img{display:inline-block}@media only screen and (max-width:1024px){.promo-unit-sticky-promo{display:none}.promo-unit-sticky-promo-sticky-stack div{display:block;padding:3px 0}.promo-unit-sticky-promo i{vertical-align:middle;margin-right:0.5rem}.promo-unit-sticky-promo:first-child{display:block}.site-header__sticky__col{padding:0 1.5rem}.site-header__sticky .slick-arrow{top:-7px;width:auto}.site-header__sticky .slick-arrow span{font-size:0.75rem}}@media only screen and (max-width:767px){.site-header__sticky{font-size:0.579rem}}.floating-sidebar{position:fixed;right:0;top:25%;z-index:15}.floating-sidebar #whoson_chat_link img{display:none}.floating-sidebar #whoson_chat_link #whoson-image{display:block}.vertical-table{width:100%;border:1px solid #9dc8d4}.vertical-table:not(:first-child){margin-top:1rem}.vertical-table:not(:last-child){margin-bottom:1rem}.vertical-table tr{border-bottom:1px solid #9dc8d4}.vertical-table tr:nth-child(even){background-color:#e1dfdf}.vertical-table th,.vertical-table td:not(:last-child){border-right:1px solid #9dc8d4}.vertical-table th,.vertical-table td{padding:0.5rem;font-size:0.833rem}.vertical-table th{text-align:left;display:none}.vertical-table td{display:block}.vertical-table td:before{width:8em;content:attr(data-th) \":\";display:inline-block}.vertical-table td.no-content-before:before{content:'';width:0;display:none}@media (min-width:768px){.vertical-table th,.vertical-table td{display:table-cell}.vertical-table td:before{display:none}}.rwd-table{margin:1em 0;width:100%}.rwd-table tbody tr:not(.rwd-table__row--no-border){border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table th{display:none}.rwd-table td{font-size:0.833rem;display:block;vertical-align:top}.rwd-table td:before{width:8em;content:attr(data-th) \":\";font-weight:bold;display:inline-block}.rwd-table td.no-content-before:before{content:'';width:0;display:none}td.rwd-table__valign-m{vertical-align:middle}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th:first-child,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td:first-child{border-left:1px solid #9dc8d4}.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) th,.rwd-table--bordered tr:not(.rwd-table__row--no-side-border) td{border-right:1px solid #9dc8d4}@media only screen and (min-width:768px){.spend-table{width:25%}}@media only screen and (max-width:767px){.spend-table{width:100%}}.spend-table{margin-bottom:1rem;border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}#spend_table_explanation{margin-bottom:1rem;padding-bottom:1rem}.rwd-table__headings,.spend-table__headings{border-top:1px solid #9dc8d4;border-bottom:1px solid #9dc8d4}.rwd-table__headings th,.spend-table__headings th{background-color:#e1dfdf;color:#2b3030;text-align:left}.rwd-table__headings th.text-align-center{text-align:center}.rwd-table__title{font-weight:700}.spend-table__headings,.spend-table .orders-list__row{padding:0.5rem}.spend-table__headings span{font-size:0.75rem;display:block}.rwd-table tfoot td{padding:1rem 0.5rem}.footer-credit a[href^=\"tel:\"]{color:inherit;pointer-events:none}@media only screen and (max-width:767px){.rwd-table&gt;tbody&gt;tr&gt;td,.spend-table&gt;tbody&gt;tr&gt;td,.spend-table th{padding:0.5rem 0}.rwd-table ul,.rwd-table img:not(:last-child){margin-top:1rem}.rwd-table ul.button-group{margin-top:0}.rwd-table input,.rwd-table select,.rwd-table textarea{margin:1rem 0 0 0;display:block}}@media (min-width:768px){.rwd-table th,.rwd-table&gt;tbody&gt;tr&gt;td{padding:0.5rem}.rwd-table th,.rwd-table td{display:table-cell}.rwd-table td:before{display:none}}.flex-table{width:100%}.flex-table td,.flex-table th{text-align:center;border:1px solid #9dc8d4;padding:6px;word-wrap:break-word}.flex-table th:first-child,.flex-table td:first-child{font-weight:bold;color:black}@media only screen and (max-width:767px){.flex-table tr{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:space-around}.flex-table td,.flex-table th{display:block;width:25%}.flex-table th:first-child,.flex-table td:first-child{width:100%}.flex-table th:first-child{display:none}}.message{margin-bottom:1rem;font-size:0.833rem}.message--success{color:green}.message--error{color:red}.alert{background-color:#000000;color:#ffffff;margin-bottom:1rem;padding:1rem 3rem 1rem 1rem;font-size:0.833rem;font-weight:700;position:relative}.alert--positive{background-color:green}.alert--negative{background-color:red}.alert__close{color:#eeeeee;display:block;position:absolute;top:1rem;right:1rem}.alert__close:hover{color:#ffffff}@media only screen and (max-width:767px){.s-text-align-left{text-align:left}.s-text-align-center{text-align:center}.s-text-align-right{text-align:right}.site-title{text-align:center}.s-image-align-center{margin:0 auto}.popover-alert{background-color:green;color:#ffffff;padding:0.813rem 0;font-size:0.694rem;text-align:center;opacity:.8;display:none}}@media only screen and (max-width:767px) and (orientation:landscape){.sl-text-align-left{text-align:left}.sl-text-align-center{text-align:center}.sl-text-align-right{text-align:right}.sl-image-align-center{margin:0 auto}}.show-for-sr{height:1px;width:1px;margin:0;position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px)}.cf:before,.cf:after{content:\" \";display:table}.cf:after{clear:both}.cf{*zoom:1}@media only screen and (min-width:768px){.m-up-cf:before,.m-up-cf:after{content:\" \";display:table}.m-up-cf:after{clear:both}.m-up-cf{*zoom:1}}.table{display:table}.table--expand{width:100%}.table__row{display:table-row}.table__cell{display:table-cell;vertical-align:top}.table__cell--expand{width:100%}.drop-down .drop-down__menu{visibility:hidden;opacity:0;transition:visibility 0s,opacity 0s}.spinner{margin:auto;width:70px;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;height:18px}.spinner&gt;div{width:18px;height:18px;background-color:#888888;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1.0)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.0);transform:scale(1.0)}}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex--fw-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex--ai-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex--ai-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex--ai-end{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.flex--jc-sb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex--jc-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex--jc-fe{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:767px){.s-flex--fd-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.s-flex--fd-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.s-flex-spacer--vertical&gt;.col{margin-bottom:1rem}}#vs-browser-check{width:0;position:absolute;display:none}@media only screen and (max-width:767px){#vs-browser-check{width:5px}.s-float--reset{float:left}.drop-down .drop-down__menu{display:none;visibility:visible;opacity:1}.s-flex--fd-column{flex-direction:column}}@media only screen and (min-width:768px) and (max-width:1024px){#vs-browser-check{width:10px}.m-float--reset{float:left}.m-text-align-left{text-align:left}.m-text-align-center{text-align:center}.m-text-align-right{text-align:right}.m-image-align-center{margin:0 auto}}@media only screen and (min-width:768px){.drop-down .drop-down__menu{background-color:#ffffff;color:#606060;position:absolute;top:100%;left:0;z-index:101}.drop-down .drop-down__menu:before{content:\" \";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:0px 3px 3px 0px rgba(110,116,117,.6);-moz-box-shadow:0px 3px 3px 0px rgba(96,96,96,.6);box-shadow:0px 3px 3px 0px rgba(96,96,96,.6)}.drop-down:not(.drop-down--nav-no-hover):not(.drop-down--nav--delay):hover&gt;.drop-down__menu{visibility:visible;opacity:1;transition-delay:150ms;-webkit-transition-delay:150ms}.delay .drop-down:not(.drop-down--nav-no-hover):hover&gt;.drop-down__menu{visibility:visible;opacity:1}.drop-down--links{position:relative}.drop-down--links.drop-down&gt;.drop-down__menu{padding:1rem;left:-1rem}.drop-down--links.drop-down&gt;.drop-down__menu ul{margin:0}.drop-down--links&gt;.drop-down__menu li{white-space:nowrap;margin:0 0 0.5rem}.drop-down--links&gt;.drop-down__menu li:last-child{margin:0}.drop-down--links,.drop-down--links a{color:#6e7475}.drop-down--links .drop-down__menu a:hover{text-decoration:underline}.button-group&gt;li{margin:0 1px 0 0}.button-group&gt;li:last-child{margin-right:0}}@media only screen and (max-width:1024px){div#gts-c{display:none}}@media only screen and (min-width:1025px) and (max-width:1439px){#vs-browser-check{width:15px}.l-float--reset{float:left}}@media only screen and (min-width:1440px){#vs-browser-check{width:20px}.xl-float--reset{float:left}}.pos-fix{position:fixed}.pos-rel{position:relative}.pos-abs{position:absolute}.promo_unit{position:relative}.promo-unit__overlays{top:0;left:50%;-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);height:100%;width:100%;position:absolute;background-image:url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');z-index:10}.promo-unit__overlay{position:absolute;z-index:1}.promo-unit__overlay__link{width:100%;height:100%;display:block}.promo-unit__overlay.promo-unit__overlay--countdown{display:table}.promo-unit--overlay{position:relative}@media only screen and (min-width:1025px){.promo-unit__link img{-moz-transition:opacity .3s linear;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-backface-visibility:hidden}.promo-unit__link img:hover{opacity:0.8}.site-header__top .promo-unit__link img:hover{opacity:1}}.deals-widget__countdown{height:100%;width:100%;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;text-align:center;display:table-cell;vertical-align:middle}.deals-widget__countdown li{margin:0;display:inline-block;padding-right:5px}.deals-widget__countdown li:last-child{padding:0}@media only screen and (max-width:767px){.deals-widget__countdown{font-size:1.2rem}}.signup-loader{display:none}.ajax-loading.signup-loader{height:44px}.signup-loading .signup-loader{display:block;position:absolute}.site-footer__top__newsletter .search-form{position:relative}.signup-result{position:absolute;top:55px;padding:0.5rem 1rem;background:#e1dfdf;display:none;width:auto;font-size:0.694rem;line-height:1rem;color:#fff}.signup-result:before{width:0;height:0;border-left:10px solid transparent;border-bottom:10px solid #e1dfdf;border-right:10px solid transparent;position:absolute;left:20px;bottom:100%;content:\"\"}.signup-success .signup-result{background:#7fd47f}.signup-success .signup-result:before{border-bottom-color:#7fd47f}.signup-error .signup-result{background:#ff7a6c}.signup-error .signup-result:before{border-bottom-color:#ff7a6c}.signup-existing .signup-result{background:#eecf64}.signup-existing .signup-result:before{border-bottom-color:#eecf64}.site-footer__top__newsletter__groups{padding-bottom:1rem}.site-footer__top__newsletter__group-holder{display:inline-block;margin-right:20px;white-space:nowrap}.site-footer__top__newsletter__groups input[type=checkbox]{font-size:1rem;margin-left:5px}.popup_newsletter_signup{position:relative}.product-content__price--inc em,.product-content__price--ex em{font-style:normal}.site-header__nav{background-color:#f6f7f7}.site-header__nav__menu li{margin:0}.site-header__nav__menu li a{cursor:pointer}.site-header__nav__menu li a.top_level_link--img{text-align:center;display:block;margin:0 auto}.site-header__nav__menu li a.top_level_link--img img{width:64px;height:auto;margin:0 auto;border:1px solid #eee}.site-header__nav__menu&gt;li&gt;a{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030}.site-header__nav__menu&gt;li.sale-menu&gt;a{color:#b981ad;background:#f6f7f7}.site-header__nav__menu&gt;li.compact-menu.drop-down.drop-down--nav{position:relative}.site-header__nav__menu&gt;li&gt;.drop-down__menu a{color:#606060}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__promo-unit a{padding:0;display:inline}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__promo-unit a img{height:auto}.drop-down__menu__block,.drop-down__title{padding:0.5rem 0}.drop-down__menu__block ul{padding:0 0.5rem;margin:0}.drop-down__menu__promo-unit{padding:0 0.5rem;display:block}.drop-down__menu__text{padding:0.5rem 0.5rem 1rem 0.5rem}.drop-down__title{font-weight:bold;color:#2b3030}.menu-items-all,.drop-down__view-all{font-style:italic;font-weight:bold}.drop-down__menu__block--hidden{display:none}@media only screen and (max-width:767px){.site-header__nav{width:100%;display:none;position:absolute;top:auto;z-index:200;border:0}.site-header__nav__menu{z-index:99;position:relative}.site-header__nav__menu li a.top_level_link--img{text-align:left;display:inline-block;margin:auto}.site-header__nav__menu li a.top_level_link--img img{display:none}.site-header__nav__menu&gt;li&gt;a{border-bottom:1px solid #2b3030;font-size:1rem;padding:1rem 3rem 1rem 1rem;display:block}.drop-down__menu-toggle{position:relative}.drop-down__menu-toggle .icon{position:absolute;top:1.125rem;right:1rem}.site-header__nav__menu&gt;li&gt;.drop-down__menu{background-color:#ffffff}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__block,.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__block ul li{margin-bottom:0.5rem;list-style-type:none}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu__block:last-child{margin-bottom:0}.drop-down__menu__block,.drop-down__title{padding:0}.drop-down__menu{padding:0.5rem 0}.drop-down__title{padding:0.5rem 0 0}.drop-down__title--empty{display:none}.site-header__nav__menu&gt;li&gt;.drop-down__menu .drop-down__menu{margin-left:1rem}}@media only screen and (min-width:768px){.site-header__nav__menu{width:100%;display:table;position:relative}.site-header__nav__menu.site-header__nav__menu--centred{text-align:center;display:block}.site-header__nav__menu.site-header__nav__menu--centred&gt;li{width:auto;display:inline-block}.site-header__nav__menu.site-header__nav__menu--centred&gt;li&gt;a{padding-left:1.5rem;padding-right:1.5rem}.site-header__nav__menu.site-header__nav__menu--dividers&gt;li{padding-top:0.5rem;padding-bottom:0.5rem}.site-header__nav__menu.site-header__nav__menu--dividers&gt;li&gt;a{padding-top:0.25rem;padding-bottom:0.25rem}.site-header__nav__menu.site-header__nav__menu--dividers&gt;li:not(:last-child)&gt;a{border-right:1px solid #f6f7f7}.site-header__nav__menu&gt;li{width:1440px;display:table-cell;vertical-align:middle}.site-header__nav__menu&gt;li&gt;a{padding:0.75rem 0;text-align:center;display:block;border-top:1px solid #edece8;border-bottom:1px solid #edece8;white-space:nowrap}.site-header__nav__menu&gt;li.sale-menu&gt;a{border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu&gt;li&gt;a:hover,.site-header__nav__menu&gt;li&gt;a.drop-down__menu-toggle--active{color:#9dc8d4;background-color:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu&gt;li.sale-menu&gt;a:hover,.site-header__nav__menu&gt;li.sale-menu&gt;a.drop-down__menu-toggle--active{color:#9dc8d4;background:#f6f7f7;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.site-header__nav__menu&gt;li .drop-down__menu ul li a,.drop-down__menu__text{font-size:0.833rem}.drop-down--nav .drop-down__menu{max-width:100%;width:100%}.drop-down--nav .drop-down__menu ul li{margin:0 0 0.375rem 0}.drop-down--nav .drop-down__menu ul li a:hover{color:#b981ad}.drop-down--nav .drop-down__menu&gt;div{color:#606060;display:block;position:relative;z-index:100}.drop-down__menu__close{background-color:#000;border-radius:50%;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem;position:absolute;right:-10px;top:-10px}}@media only screen and (min-width:768px) and (max-width:1024px){.site-header__nav__menu&gt;li&gt;a{font-size:0.833rem}.site-header__nav__menu.site-header__nav__menu--centred&gt;li&gt;a{padding-left:.5rem;padding-right:.5rem}}@media only screen and (min-width:1025px){.site-header__nav__menu&gt;li&gt;a{font-size:1rem;transition:color 0s,background-color 0s,border-color:0s}.site-header__nav__menu&gt;li&gt;a:hover{transition-delay:150ms;-webkit-transition-delay:150ms}.drop-down--nav .drop-down__menu .drop-down__menu__buffer{position:absolute}.drop-down__menu__block ul{padding:0 1rem}}#js-trans-overlay{position:fixed;height:100%;width:100%;z-index:900;display:none}.trans-overlay--colour{background:rgba(255,255,255,.6)}.site-header__nav__menu&gt;li&gt;a:hover,.site-header__top__buttons&gt;li&gt;a:hover{text-decoration:none}.site-header__top__search__right .search-form,.site-header__top__search__left .search-form{position:relative}.site-header__top a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.site-header__top__search input,.site-header__top__search button{margin-bottom:0}.pricevisibility-active,.vat-active,.currency-dropdown-item--active{font-weight:700}.site-header__links&gt;li&gt;a:hover{text-decoration:none}.site-header__links&gt;li&gt;a:hover .basket-text{text-decoration:underline}.site-header__links__icon_text{cursor:pointer}.site-header__links__name{font-weight:700}.site-header__redirect-banner{display:none;padding:0.25rem}.site-header__redirect-banner__text{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header__redirect-banner__text__intro{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0.8rem}.site-header__redirect-banner__text a{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;padding:0 0.6rem;border-radius:3px;font-size:0.6rem;height:1.4rem;color:#b981ad}.site-header__redirect-banner__text a:hover{text-decoration:none}.site-header__redirect-banner__text__locale{border:1px solid #ffffff;margin:0.25rem 0.5rem;border-radius:3px;background:rgba(255,255,255,.7)}.site-header__redirect-banner__text__locale:hover{cursor:pointer;background:rgba(255,255,255,1)}.price-visibility--rrp .trade-product-options__total,.price-visibility--rrp .trade-list-grand-total__title,.price-visibility--rrp .trade-list-grand-total,.price-visibility--hide .trade-product-options__total,.price-visibility--hide .trade-list-grand-total__title,.price-visibility--hide .trade-list-grand-total{visibility:hidden !important}.price-visibility--rrp .product-content__price-info__price,.price-visibility--rrp .product-content__price-info__delivery,.price-visibility--rrp .product-content__price-info__clear,.price-visibility--rrp .product__details__prices__price,.price-visibility--rrp .spot-product__list__item .spot-products__price,.price-visibility--hide .product-content__price-info,.price-visibility--hide .product__details__prices__price,.price-visibility--hide .product__details__prices__rrp,.price-visibility--hide .spot-product__list__item .spot-products__price{display:none !important}@media only screen and (max-width:767px){.site-header__top{padding:0.25rem 0;border-bottom:1px solid#edece8}.site-header__top .promo-unit{height:3rem}.site-header__top__icon{color:#6e7475;font-size:1.2rem;display:block;line-height:3rem}.site-header__top__right{position:relative}.site-header__top__basket-count{height:25px;min-width:25px;background-color:#b981ad;color:#ffffff;padding:0 2px;border:2px solid white;border-radius:50%;font-size:12px;line-height:1.25rem;text-align:center;position:absolute;top:0.125rem;right:-12px;pointer-events:none}.site-header__top__basket-count span{color:#ffffff;font-size:12px;font-weight:bold;line-height:20px;text-align:center;font-family:'PT Sans',sans-serif;}@media only screen and (min-width:768px){.promo-unit-header-text-promo-1 i{margin-right:0.5rem}}.site-header__links__vat ul{margin:0}.site-header__links__vat__item{width:50%;margin:0;font-size:0.833rem;text-align:center;display:inline-block}.site-header__links__vat__item a,.site-header__links__vat__item span{background-color:#cccccc;padding:8px 0;display:block}.site-header__links__vat__item a{background-color:#dddddd}.site-header__links__vat__item span{font-weight:700}.site-header__links{width:100%;display:table;border-top:0px solid #ffffff;border-bottom:0px solid #ffffff;background-color:#ffffff}.site-header__links&gt;li{width:25%;display:table-cell;vertical-align:middle;font-size:0.833rem;text-align:center}.site-header__links&gt;li&gt;a{background-color:#ffffff;color:#000000;padding:1rem 0.25rem;display:block}.site-header__links&gt;li&gt;a:hover,.hblock.hblock-active{background-color:#ffffff;color:#262626}.hblock:hover{text-decoration:none}.site-header__links__icon{display:block}.site-header__links-panel{background-color:#ffffff;height:0;overflow-y:hidden;-webkit-transition:height .23s;transition:height .23s}.site-header__links-panel .hblock-container{padding:1rem}.site-header__links-panel.hblock-active&gt;.hblock-container{display:none}.site-header__links-panel.hblock-active&gt;.hblock-container.hblock-active{display:block}.site-header__links-panel__label{margin-bottom:0.5rem;font-size:0.694rem;display:block}.site-header__links__currency select{width:100%}.site-header__links-panel input,.site-header__links-panel button,.site-header__links-panel select{margin-bottom:0}span.fake-radio-button{display:inline-block;height:15px;width:15px;padding:5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;position:relative;top:2px;margin-right:5px;border:2px #ffffff solid;background:transparent}.pricevisibility-active span.fake-radio-button,.vat-active span.fake-radio-button{background-color:#ffffff;border:2px transparent solid}span.fake-radio-button&gt;span{display:none;background-color:#b981ad;height:5px;width:5px;margin:-2px 0 0 -2px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;padding:0}.pricevisibility-active span.fake-radio-button&gt;span,.vat-active span.fake-radio-button&gt;span{display:block}}.drop-down--links--country.drop-down--links.drop-down&gt;.drop-down__menu{left:0;padding:0.5rem}.countrydropdown-link,.countrydropdown-image{display:inline;padding:0.1rem 0.4rem 0.1rem 0.1rem}select.site-header__links-panel__country{width:100%}.site-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:101;background-color:#000000;opacity:0.7}.site-header--overlay{z-index:102;position:relative}#header_welcome_message{background-color:#ffffff;color:#000000}#js-basket-content .text-hide{display:none}.site-header{border-bottom:0px solid #ffffff}.site-header__top{background-color:#ffffff}@media only screen and (max-width:1024px){.promo-unit-site-logo-3{position:relative}.promo-unit-site-logo-3 img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}}@media only screen and (min-width:768px) and (max-width:1024px){.promo-unit-site-logo-3{min-height:97px}}@media only screen and (min-width:768px){.site-header__top__bar{background-color:#ffffff;padding:0.375rem 0;line-height:2rem}.site-header__top__bar__social{min-height:2rem}.site-header__top__bar__social&gt;li{margin-bottom:0.375rem}.site-header__top__bar__social .social__icon{height:1rem;width:1rem;margin-right:1rem}.site-header__top__bar__social .social__icon a{background:none;border:none;font-size:1rem;line-height:1rem}.site-header__top__bar__social .social__icon a:hover{background:none;border:none}li.site-header__top__bar__social__promo{margin-top:0}.promo-unit-header-text-promo-1{font-family:'Fira Sans',sans-serif;font-size:1rem;color:#000000;overflow:hidden}.promo-unit-header-text-promo-1 i{font-size:1.5rem;line-height:2rem}.promo-unit-header-text-promo-1 .promo-unit__text{position:relative;top:-5px}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:700}.site-header__top__search{margin:0 0 0.625rem}.site-header__top__buttons{margin:0.5rem 0.5rem 0.5rem 0;overflow:visible}.site-header__top__buttons li{margin:0 0 0 1rem;position:relative}.site-header__top__buttons li:first-child{margin-right:0}.site-header__top__buttons .site-header__links__icon--currency-icon{height:1.5rem;width:1.5rem;font-size:0.833rem;line-height:1.5rem}.site-header__top__buttons__bag{position:relative}.basket-count{min-width:1.375rem;background-color:#b981ad;color:#ffffff;padding:0.188rem 0;font-size:0.833rem;text-align:center;line-height:1rem;position:absolute;top:-0.5rem;right:-0.5rem;border-radius:50%}.basket-count__prefix,.basket-count__suffix{display:none}.drop-down--links__currency-wrap{border:2px solid #6e7475;border-radius:50%}.basket-total{display:none}.site-header__top__buttons .site-header__links__spacer{display:none}.site-header__top__buttons&gt;li&gt;a{text-align:center;display:block}.site-header__top__buttons .drop-down__menu{font-size:0.833rem}.site-header__top__buttons&gt;li&gt;a .site-header__links__icon{color:#6e7475;display:block}.site-header__top__buttons&gt;li&gt;a:hover .site-header__links__icon{color:#b981ad}.site-header__links__icon{font-size:1.8rem}.site-header__links{width:100%;font-size:1rem}.site-header__links&gt;li{margin:0 0 0 1rem;float:right;font-family:'Fira Sans',sans-serif;font-size:0.833rem}.site-header__links&gt;li:last-child{margin-left:0}.site-header__links&gt;li&gt;a{color:#000000;display:block}.site-header__links&gt;li&gt;a:hover{text-decoration:underline}}@media only screen and (min-width:768px){.site-header__top__search,.site-header__top__buttons{transition:all 500ms ease-in-out}.site-header--scrolling .site-header__top__search{margin:0 0 .375rem}.site-header--scrolling .site-header__top__buttons{margin:.375rem 0}}.site-header--svg-logo svg{height:40px;margin-top:.25rem;padding-top:.5rem}.site-header--svg-logo .svg-logo--sub-text{display:none;opacity:1;transition:opacity ease-out .4s}@media only screen and (max-width:767px){.site-header--svg-logo svg{width:100%}}@media only screen and (min-width:768px){.site-header--svg-logo .svg-logo--sub-text{display:block}.site-header--scrolling .svg-logo--sub-text{opacity:0}.site-header--svg-logo svg{height:50px;margin-top:1rem;transition:all ease-in-out .4s}.site-header--scrolling .site-header__top svg{height:50px;margin-top:1.5rem}.site-header--scrolling .search-form input,.site-header--scrolling .search-form button{height:34px}}@media only screen and (min-width:1025px){.site-header--svg-logo svg{height:auto;padding-top:0}}.drop-down--links .icon-dropdown{margin-left:0.4rem}.site-header__trustpilot{background:#e1dfdf;padding:10px 0}@media only screen and (min-width:64.063em){.site-header__top__bar{padding:1.05rem 1rem 0 1rem}.promo-unit-header-text-promo-1{font-size:14px;color:#444c4c}.site-header__top__search{margin:1.75rem 0 0.625rem;max-width:315px}.site-header__top__buttons{margin:3rem 0.5rem 1.25rem 0}}button{border-radius:0.4rem;text-transform:none;font-family:'Droid Serif',serif}.site-header button,.site-footer button{border-radius:0}.site-header__top__bar{background:none}.mediahawkNumber1922::before{content:\"TEL:\";padding:0 0.4rem 0 0;font-weight:bold}.promo-unit-header-text-promo-1 .promo-unit__text__title{font-weight:normal}.promo-unit-header-text-promo-1 .promo-unit__text{top:0px;left:-1px}.mediahawkNumber1922{display:inline}@media only screen and (min-width:48em){.mediahawkNumber1922{left:0;position:relative;top:-6px}.site-header__sticky{display:none}}.promo-unit-header-text-promo-1::before,.promo-unit-sticky-promo::before{content:\"9\";font-family:\"icon\";font-size:1.5rem}@media only screen and (max-width:48em){.promo-unit-sticky-promo::before{font-size:0.65rem}}.cookie_alert{left:10px}@media only screen and (min-width:64.063em){.site-header__nav__menu&gt;li&gt;a{font-size:0.9375rem;background:#f6f7f7;padding:0.95rem 0}.site-header__nav{background:none}.site-header__nav .container{height:50px;background:#FFF;margin:0 auto 10px}.site-header__nav .container{position:relative}.site-header__nav .container:before,.site-header__nav .container:after{z-index:-1;position:absolute;content:\"\";bottom:15px;left:10px;width:50%;top:0%;max-width:50%;background:#777;box-shadow:0 12px 10px rgba(0,0,0,0.37);transform:rotate(-1deg)}.site-header__nav .container:after{transform:rotate(1deg);right:10px;left:auto}}@media only screen and (max-width:93.9999em) and (min-width:64em){.site-header__nav .container:before,.site-header__nav .container:after{left:2.5rem}.site-header__nav .container:after{right:2.5rem;left:auto}}.site-header__nav__menu&gt;li{position:relative}.drop-down--nav .drop-down__menu{padding:1rem 0}.drop-down--nav:nth-child(3) .drop-down__menu,.drop-down--nav:nth-child(4) .drop-down__menu{width:200%;max-width:200%}.drop-down--nav .drop-down__menu .drop-down__menu__block{padding:0}@media only screen and (max-width:80em) and (min-width:48em){.site-header__nav__menu&gt;li&gt;a span{display:none;font-size:}}@media only screen and (max-width:63.398em) and (min-width:48em){.site-header__nav__menu&gt;li&gt;a{font-size:0.75rem;white-space:normal;border:0!important}}.site-header__nav__menu li:first-child .drop-down__menu{width:120%;max-width:120%}.site-header__slithers{font-family:'Droid Serif',serif;background-color:#7b797a;border-bottom:1px solid #7b797a;font-size:0.833rem;line-height:3rem;overflow:hidden;text-align:center}.site-header__slithers .promo-unit__link{display:block;transition:.3s ease-in-out}.site-header__slithers .promo-unit__text-group{color:#ffffff}.site-header__slithers .promo-unit__link:hover{color:#b981ad}.site-header__slithers i{font-size:1.5rem;margin-right:0.5rem;vertical-align:middle}@media only screen and (max-width:1024px){.site-header__slithers{line-height:2rem}.site-header__slithers--mobile{height:2rem}.site-header__slithers i{font-size:1.25rem}}.social__icon{height:2.75rem;width:2.75rem;margin:0 1rem 1rem 0}.social__icon:last-child{margin-right:0}.social__icon a{height:100%;width:100%;font-size:1.2rem;line-height:2.75rem;text-align:center;display:block;border-radius:50%}.social__icon a span{display:none}.social__icon--twitter a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--twitter a:hover{color:#ffffff;background-color:#00abe3;border:1px solid #00abe3}.social__icon--facebook a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--facebook a:hover{color:#ffffff;background-color:#004088;border:1px solid #004088}.social__icon--google-plus a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--google-plus a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--pinterest a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--pinterest a:hover{color:#ffffff;background-color:#ca2128;border:1px solid #ca2128}.social__icon--instagram a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--instagram a:hover{color:#ffffff;background-color:#747474;border:1px solid #747474}.social__icon--youtube a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--youtube a:hover{color:#ffffff;background-color:#ff2025;border:1px solid #ff2025}.social__icon--blog a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--blog a:hover{color:#ffffff;background-color:#ff8000;border:1px solid #ff8000}.social__icon--houzz a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--houzz a:hover{color:#ffffff;background-color:#8ac954;border:1px solid #8ac954}.social__icon--flickr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--flickr a:hover{color:#ffffff;background-color:#006dac;border:1px solid #006dac}.social__icon--tumblr a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--tumblr a:hover{color:#ffffff;background-color:#35465c;border:1px solid #35465c}.social__icon--whatsapp a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--whatsapp a:hover{color:#ffffff;background-color:#25d366;border:1px solid #25d366}@media only screen and (min-width:768px){.product-tabs-no-js{display:none}}.product-tabs{clear:both}.product-tabs .product-tabs__list{display:table;width:100%;margin:0;position:relative;z-index:2}.product-tabs-header-content .product-tabs__list,.product-tabs-header-content-centered .product-tabs__list{display:block;text-align:center}.product-tabs .product-tabs__list .product-tabs__list__item{text-align:center;display:table-cell;margin:0;background:#ffffff}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:inline-block;width:auto}.product-tabs.product-tabs-header-content .product-tabs__list .product-tabs__list__item a,.product-tabs.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item a{width:auto;padding:1rem 2rem}.product-tabs .product-tabs__list .product-tabs__list__item.active{background:#ffffff}.product-tabs .product-tabs__list .product-tabs__list__item.active a{cursor:default}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item{border-right:1px solid #edece8;border-top:1px solid #edece8;border-bottom:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item:first-child{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-outline .product-tabs__list .product-tabs__list__item.active{border-bottom:1px solid #ffffff}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item{border-left:1px solid #edece8}.product-tabs.product-tabs-layout-block .product-tabs__list .product-tabs__list__item:first-child{border-left:none}.product-tabs .product-tabs__list__item--full-width{float:none;display:none}.product-tabs-no-js .product-tabs__content:first-of-type,.product-tabs .product-tabs__content.active{display:block}.product-tabs,.product-tabs__list__item,.product-tabs__list__item--full-width{position:relative}.product-tabs__list__item__link{display:block;padding:1rem;;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem;color:#2b3030;background:#ffffff}.product-tabs__list__item__link:hover{text-decoration:none}.active .product-tabs__list__item__link{color:#2b3030;background:#ffffff}.product-tabs-vertical .product-tabs__list__item__link{padding:1rem 0}.product-tabs__list__item i{position:absolute;right:1rem;top:1rem;display:none;color:#2b3030;font-size:1rem;pointer-events:none}.product-tabs__list__item__link .review-co-uk__star__summary{padding-left:0.5rem;display:inline}.product-tabs__list__item .icon-plus,.product-tabs__list__item.active .icon-minus{display:block}.product-tabs__list__item.active .icon-plus{display:none}.product-tabs-vertical .product-tabs__list{display:none}.product-tabs-vertical .product-tabs__list__item--full-width{display:block;border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{background:#ffffff;padding:0 1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width.active{background:#ffffff}.product-tabs .product-tabs__content{clear:both;padding:1rem;display:none;font-size:0.833rem;line-height:1.2rem;border:1px solid #ffffff;background:#ffffff;position:relative;top:-1px;z-index:1}.product-tabs.product-tabs-vertical .product-tabs__content{border:0;top:0}.product-tabs .product-tabs__content--title{font-size:1rem}.product-tabs__content__cms ul{padding:0;margin:0;list-style:none}.product-tabs__content__cms ul li{margin:0 0 0.25rem}.product-tabs__content__cms td{padding:0.25rem}.product-tabs__content__slice{margin-top:1rem}.product-tabs__content__slice:first-child{margin-top:0}.product-tabs__content_expander{overflow:hidden}.tab-read-more{display:none;cursor:pointer;margin:1rem 0;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;color:#2b3030}.product-tabs__content__cms li:before{color:#2b3030;content:\"• \"}.product-tabs__content__cms .no-bullet&gt;li:before,.product-tabs__content__cms .product-downloads li:before{content:\"\"}.product-tabs.product-tabs-vertical .product-tabs__content{padding:1rem 0}.product-downloads:after,.product-downloads li:after{clear:both;content:'';display:block}.product-downloads li{margin:0.5rem 0;line-height:40px}.product-downloads li span{float:left}.product-downloads li span{display:block;width:40px;text-align:center}.product-downloads li span.ico{font-size:40px;color:#2b3030}.product-downloads li a{padding-left:10px;overflow:hidden}.tab-faqs .tab-faqs__questions{margin-bottom:2rem}.tab-faqs__questions__groups--title,.tab-faqs__answers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-faqs__answer__questions{font-weight:700}.tab-faqs__answer:not(:last-child){padding-bottom:1rem}.product-slice__specifications__image{float:left;margin-right:0.5rem}@media only screen and (max-width:767px){.product-tabs .product-tabs__list{display:none}.product-tabs .product-tabs__list__item--full-width{display:block;background:#ffffff}.product-tabs__list__item__link{padding:.75rem;color:#2b3030}.product-tabs.product-tabs-layout-outline .product-tabs__list__item--full-width{border-bottom:1px solid #edece8}.product-tabs .product-tabs__content{border:0;top:0;padding:0.75rem}.product-tabs-vertical .product-tabs__list__item__link{padding:.75rem 0}.product-tabs__list__item i{right:0.75rem;top:0.75rem}}.tag-list{margin:0;padding:0;list-style:none}.tag-list li{font-size:0.833rem}.tag-list--images img{float:left;margin-right:1rem;height:72px;width:72px}.tag-list--images .tag-list__tag{min-height:72px}.tag-list--images.tag-list--hover .tag-list__tag{position:relative;width:72px;display:inline-block}.tag-list--images.tag-list--description img{margin-bottom:1rem}.tag-list__details__holder__quick-view{padding:0.75rem 0.75rem 0.25rem;position:absolute;z-index:8;background:rgba(225,223,223,1);top:-1px;visibility:hidden;text-align:left;min-width:300px}.tag-list--hover .tag-list__details__holder__quick-view{left:100%}.tag-list--hover--right .tag-list__details__holder__quick-view{left:auto;right:100%;text-align:right}.tag-list__details__holder__quick-view__pointer{width:0;height:0;border-top:10px solid transparent;border-right:10px solid #e1dfdf;border-bottom:10px solid transparent;position:absolute;right:100%;top:10px}.tag-list--hover--right .tag-list__details__holder__quick-view__pointer{left:100%;right:auto;border-left:10px solid #e1dfdf;border-right:0}.tag-list__details__holder__quick-view__group{padding-bottom:0.25rem}.tag-list--description .tag-list-name,.tag-list--description .tag-list-group-name{font-size:1rem;font-weight:700}.tag-list-short-description{padding-top:0.25rem}.tag-list li.tag-list__tag_title{font-weight:700}@media only screen and (min-width:768px) and (max-width:1024px){.product-tabs__list__item__link{padding:0.5rem}.product-tabs-header-content-centered .product-tabs__list{display:table}.product-tabs-header-content-centered .product-tabs__list .product-tabs__list__item{display:table-cell}}@media only screen and (min-width:1025px){.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--2{width:50%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--4{width:25%}.product-tabs.product-tabs-header-full-width .product-tabs__list .product-tabs__li--5{width:20%}}.tab-available-offers__title{display:block;margin-bottom:.75rem;padding-bottom:.75rem;font-size:1rem;border-bottom:1px solid #ccc}.tab-available-offers__offer-title{font-weight:700}.tab-available-offers__offer:not(:last-child){padding-bottom:1rem}.spot-products__title{display:none}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}html{-webkit-overflow-scrolling:touch}.has-overlay{overflow:hidden;height:100%}.has-overlay&gt;body{height:100%;overflow:hidden}.modal--fade,.modal--show{-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-o-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;width:0;height:0;overflow:hidden;opacity:0;display:none\\9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);width:auto;height:auto;opacity:1}.is-active.modal--fade,.is-active.modal--show{display:block\\9;height:100% \\9;width:100% \\9}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{display:block\\9}.modal--fade .modal-inner,.modal--show .modal-inner{position:absolute;top:55px;left:50%;z-index:20;margin-left:-325px;width:650px;overflow-x:hidden;-webkit-overflow-scrolling:touch}.modal--fade .modal-inner&gt;img,.modal--show .modal-inner&gt;img,.modal--fade .modal-inner&gt;video,.modal--show .modal-inner&gt;video,.modal--fade .modal-inner&gt;iframe,.modal--show .modal-inner&gt;iframe{width:100%;height:auto;min-height:300px}.modal--fade .modal-inner&gt;img,.modal--show .modal-inner&gt;img{width:auto;max-width:100%}.modal--fade .modal-inner iframe,.modal--show .modal-inner iframe{display:block;width:100%;height:100%;border:0}.g-recaptcha{overflow:hidden;margin-bottom:1rem}.modal--fade .modal-content,.modal--show .modal-content{position:relative;max-height:400px;max-height:85vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal--fade .modal-content&gt;*,.modal--show .modal-content&gt;*{max-width:100%}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{display:block;height:1px;clip:rect(0 0 0 0);margin:-1px;overflow:hidden}.modal--fade .modal-close:focus:after,.modal--show .modal-close:focus:after{outline:1px dotted;outline:-webkit-focus-ring-color auto 5px}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\\00d7';position:absolute;top:50px;right:50%;z-index:20;margin-right:-325px}@media screen and (max-width:690px){.modal--fade .modal-inner,.modal--show .modal-inner{width:auto;left:20px;right:20px;margin-left:0}.modal--fade .modal-close:after,.modal--show .modal-close:after{margin-right:0 !important;right:20px}}@media screen and (max-width:30em){.modal--fade,.modal--show{-webkit-transform:translate(0,400px);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity 1ms .25s;-moz-transition:opacity 1ms .25s;-o-transition:opacity 1ms .25s;-ms-transition:opacity 1ms .25s;transition:opacity 1ms .25s;display:block;right:auto;bottom:auto}.modal--fade:target,.modal--show:target,.is-active.modal--fade,.is-active.modal--show{width:100%;height:100%}.modal--fade:target .modal-close,.modal--show:target .modal-close,.is-active.modal--fade .modal-close,.is-active.modal--show .modal-close{display:block}.modal--fade .modal-inner,.modal--show .modal-inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;top:0;left:0;right:0;height:100%;overflow:auto}.modal--fade .modal-content,.modal--show .modal-content{max-height:none;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.modal--fade .modal-close,.modal--show .modal-close{display:none;right:auto}.modal--fade .modal-close:before,.modal--show .modal-close:before{content:'';position:fixed;top:0;left:0;right:0;z-index:20}.modal--fade .modal-close:after,.modal--show .modal-close:after{top:5px !important;right:5px;left:auto;margin-left:0}}@media screen and (max-height:46em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:340px;max-height:85vh}}@media screen and (max-height:36em) and (min-width:30em){.modal--fade .modal-content,.modal--show .modal-content{max-height:265px;max-height:85vh}}.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-transform:translate(0,0) scale(1,1);-moz-transform:translate(0,0) scale(1,1);-o-transform:translate(0,0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);opacity:1}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:0}@media screen and (max-width:30em){.is-stacked.modal--fade,.is-stacked.modal--show{-webkit-animation:scaleDown .7s ease both;-moz-animation:scaleDown .7s ease both;animation:scaleDown .7s ease both}.is-stacked.modal--fade .modal-inner,.is-stacked.modal--show .modal-inner{-webkit-animation:none;-moz-animation:none;animation:none}.is-stacked.modal--fade .modal-close,.is-stacked.modal--show .modal-close{opacity:1}}@media screen and (min-width:30em){.modal--fade{transition:opacity 0.4s}}.modal--fade,.modal--show{color:#222;line-height:1.3}.modal--fade .modal-inner,.modal--show .modal-inner{border-radius:2px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.6);box-shadow:0 0 30px rgba(0,0,0,0.6);max-width:100%}.modal--fade header&gt;h2,.modal--show header&gt;h2{margin:0.5em 0}.modal--fade footer,.modal--show footer{border-top:1px solid white;padding:0 1.2em 18px;background:#f0f0f0;border-radius:2px}.modal--fade .modal-close,.modal--show .modal-close{text-indent:-100px}.modal--fade .modal-close:before,.modal--show .modal-close:before{background:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=\")}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:'\\00d7';border-radius:2px;padding:2px 8px;font-size:2em;text-decoration:none;text-indent:0}@media screen and (max-width:30em){.modal--fade .modal-close:before,.modal--show .modal-close:before{height:3em}.modal--fade .modal-inner,.modal--show .modal-inner{padding-top:3em;-webkit-box-shadow:none;box-shadow:none}.modal--fade .modal-close,.modal--show .modal-close{text-decoration:none}.modal--fade .modal-close:after,.modal--show .modal-close:after{content:attr(data-close);font-size:1em;padding:0.5em 1em}}.modal--fade .modal-inner,.modal--show .modal-inner{border-width:0}.modal--fade .modal-content,.modal--show .modal-content{padding:1em;min-height:225px}.modal-content{background-color:#ffffff}.modal-content .cms-page__header{color:#6e7475;font-family:'PT Sans',sans-serif;;margin-bottom:1rem}.modal-content .cms-page__header--h1{font-size:1.2rem}.modal-loading{position:absolute}.modal--fade .modal-close::after,.modal--show .modal-close::after{border-bottom:none}@media screen and (max-width:30em){.modal--fade .modal-inner,.modal--show .modal-inner,.modal--fade .modal-close:before,.modal--show .modal-close:before{background:#fff}}#modal-box .breadcrumb-container,.body-quickbuy .breadcrumb{display:none}.modal-content .cms-page .container&gt;.row&gt;.col{width:100%}html#html-quickbuy{overflow:hidden}body.body-quickbuy{overflow-y:auto;position:absolute;width:100%;height:100%;background:#ffffff}.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:1020px;margin-left:-510px;top:5vh}.is-iframe.modal--fade .modal-content,.is-iframe.modal--show .modal-content{height:90vh;padding:0;max-height:90vh}.is-iframe.modal--fade .modal-content-data,.is-iframe.modal--show .modal-content-data{height:100%;-webkit-overflow-scrolling:touch}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-510px;top:5vh;padding:0 0.8rem}@media screen and (max-width:1100px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{width:96vw;margin-left:-48vw;top:2vw}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{margin-right:-48vw;top:2vw}}@media screen and (max-width:690px){.is-iframe.modal--fade .modal-inner,.is-iframe.modal--show .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}.is-iframe.modal--fade .modal-close::after,.is-iframe.modal--show .modal-close::after{top:0}}.modal--show.modal--buy-the-look .modal-inner{width:520px;margin-left:-260px}.modal--show.modal--buy-the-look .modal-close::after{margin-right:-260px}@media screen and (max-width:690px){.modal--show.modal--buy-the-look .modal-inner{margin-left:0;width:100vw;left:0;right:0;top:0}}.modal-content .cms-charity-donations{background:#e1dfdf;margin-bottom:1rem;padding:1rem}.modal-content .donation-total{font-size:2rem;line-height:2rem}.modal-content .donation-additional-text{font-size:1rem}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}@media only screen and (min-width:768px){.cis-modal .modal-inner{max-height:555px;overflow:hidden}}@media only screen and (max-width:767px){.cis-modal{overflow:hidden;-webkit-overflow-scrolling:auto}.cis-modal .modal-inner iframe{width:1px;min-width:100%;*width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}}@media only screen and (max-width:767px){.row{width:auto}}.body-stock-check .modal-content{margin:1rem 0}.body-stock-check .modal-content .cms-page__header{margin-bottom:1rem}.qtip{z-index:999999999 !important}.breadcrumb{background:#ffffff;padding:12px 5px 0;border-bottom:1px solid #ffffff;position:relative}.breadcrumb ul{margin:0;padding:0;list-style:none}.breadcrumb ul li{margin:0 0.5rem 0 0;padding:0 0 0.75rem 0;font-size:0.833rem;line-height:1.125rem;float:left;display:block;position:relative;white-space:nowrap}.breadcrumb ul li::after{color:#606060;padding-left:0.5rem;font-size:1rem;line-height:1rem;content:\"›\"}.breadcrumb ul li.last::after{content:\"\"}.breadcrumb ul li a{color:#797979;line-height:1.125rem;white-space:nowrap}.breadcrumb__toggle{display:none}@media only screen and (max-width:767px){.breadcrumb ul{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.5rem}.breadcrumb ul li{display:inline;float:none;white-space:normal}.breadcrumb ul li::after{float:none}.breadcrumb ul li a{float:none;display:inline}.breadcrumb ul li.last{display:none}.breadcrumb ul li:nth-last-child(2)::after{content:\"\"}}.lazyload,.lazyloading{opacity:0;height:0}.lazyloaded{opacity:1;transition:opacity 100ms;height:auto}.product-sash{z-index:1;display:block;position:absolute;text-align:center;font-family:'Droid Serif',serif;font-size:1rem;pointer-events:none}.product-sash span{display:block}.product-sash--top_left{top:0;left:0;margin:0.25rem 0 0 0.25rem}.product-sash--top_right{top:0;right:0;margin:0.25rem 0.25rem 0 0}.product-sash--bottom_left{bottom:0;left:0;margin:0 0 0.25rem 0.25rem}.product-sash--bottom_right{bottom:0;right:0;margin:0 0.25rem 0.25rem 0}.product-sash--top_full{width:100%;top:0;left:0}.product-sash--bottom_full{width:100%;bottom:0;left:0}.product__image__main--outer .product-sash--top_left.product-sash--circle{margin:1rem 0 0 1rem}.product__image__main--outer .product-sash--top_right.product-sash--circle{margin:1rem 1rem 0 0}.product__image__main--outer .product-sash--bottom_left.product-sash--circle{margin:0 0 1rem 1rem}.product__image__main--outer .product-sash--bottom_right.product-sash--circle{margin:0 1rem 1rem 0}.product-sash--ribbon{position:absolute;z-index:1;overflow:hidden;width:100px;height:100px;margin:0}.product-sash--ribbon span{font-size:0.833rem;text-align:center;line-height:24px;width:150px;display:block;position:absolute}.product-sash--top_left.product-sash--ribbon{left:0;top:0}.product-sash--top_left.product-sash--ribbon span{top:27px;left:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--top_right.product-sash--ribbon{right:0;top:0}.product-sash--top_right.product-sash--ribbon span{top:27px;right:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_left.product-sash--ribbon{left:0;bottom:0}.product-sash--bottom_left.product-sash--ribbon span{bottom:27px;left:-30px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.product-sash--bottom_right.product-sash--ribbon{right:0;bottom:0}.product-sash--bottom_right.product-sash--ribbon span{bottom:27px;right:-30px;transform:rotate(315deg);-webkit-transform:rotate(315deg)}.product-sash--circle{border-radius:50%;height:70px;width:70px;line-height:70px}.product-sash--circle span{border-radius:50%}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:15px 0}.product__image__main--outer .product-sash--circle{height:120px;width:120px;line-height:120px;font-size:1.728rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:30px;padding:30px 0}.product-sash--normal{margin:0;line-height:1;max-width:100%}.product-sash--normal span{padding:0.5rem}.product-sash--top_full.product-sash--normal span,.product-sash--bottom_full.product-sash--normal span{padding:0.5rem}.product__sash--top .product-sash,.product__sash--bottom .product-sash{position:static}.product__sash--top{margin-top:0.5rem}.product__sash--bottom{margin-bottom:0.5rem}@media only screen and (max-width:1024px){.product__image .product-sash{font-size:0.833rem}.product-sash--circle{height:60px;width:60px;line-height:60px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:20px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:80px;width:80px;line-height:80px;font-size:1rem}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:20px;padding:20px 0}.product-sash--ribbon{width:80px;height:80px}.product-sash--ribbon span{font-size:0.694rem;line-height:24px;width:120px}.product-sash--top_left.product-sash--ribbon span{top:22px;left:-30px}.product-sash--top_right.product-sash--ribbon span{top:22px;right:-30px}.product-sash--bottom_left.product-sash--ribbon span{bottom:22px;left:-30px}.product-sash--bottom_right.product-sash--ribbon span{bottom:22px;right:-30px}}@media only screen and (max-width:767px){.product__image .product-sash{font-size:0.694rem}.product-sash--circle{height:50px;width:50px;line-height:50px;margin:0}.product-sash--circle.product-sash--2lines span{line-height:15px;padding:10px 0}.product__image__main--outer .product-sash--circle{height:60px;width:60px;line-height:60px}.product__image__main--outer .product-sash--circle.product-sash--2lines span{line-height:15px;padding:15px 0}.product-sash--normal{left:0;width:100%;margin:0}.product__image__main--outer .product-sash{margin:0}}.product-sash--triangle{position:absolute;z-index:1;overflow:hidden;margin:0}.product-sash--triangle&gt;span{width:0;height:0;display:block;position:absolute}.product-sash--triangle.product-sash--triangle-original{width:150px;height:150px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{font-size:1rem;line-height:1.5rem;width:150px;height:150px;display:block;position:absolute;padding:5px;font-family:'Droid Serif',serif;overflow:hidden}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{padding-top:75px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span::first-line{font-size:2.375rem;line-height:2.5rem;font-family:'PT Sans',sans-serif}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original{left:0;top:0;text-align:left}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:150px 150px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-150px;left:5px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original{right:0;top:0;text-align:right}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{left:-10px;top:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:right}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 0 150px 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:0;right:10px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original{right:0;bottom:0;text-align:left}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-150px;left:-145px}@media only screen and (max-width:767px){.product-sash--triangle.product-sash--triangle-original,.product-sash--triangle.product-sash--triangle-original&gt;span,.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{width:70px;height:70px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{padding:5px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span,.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{padding-top:30px}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:70px 70px 0 0 !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-70px}.product-sash--top_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 70px 70px 0 !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:0 0 70px 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span{border-width:70px 0 0 70px !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{top:-70px;left:-70px}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span{font-size:0.625rem;line-height:0.9375rem}.product-sash--triangle.product-sash--triangle-original&gt;span&gt;span::first-line{font-size:1rem;line-height:1.125rem}}.product-sash--triangle.product-sash--triangle-improved{width:100px;height:100px}.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{font-size:0.833rem;line-height:20px;width:100px;height:100px;display:block;position:absolute;overflow:hidden}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:100px 100px 0 0 !important;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_left.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:-100px;left:0}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:0 150px 150px 0 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--top_right.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(45deg);-webkit-transform:rotate(45deg);top:0;left:0}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:0 0 100px 100px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important;background:none !important}.product-sash--bottom_right.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);bottom:-100px;right:0px;padding-top:57px}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved&gt;span{border-width:150px 0 0 150px !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;background:none !important}.product-sash--bottom_left.product-sash--triangle.product-sash--triangle-improved&gt;span&gt;span{transform:rotate(45deg);-webkit-transform:rotate(45deg);bottom:50px;right:50px;padding-top:57px}.cloudzoom-lens{border:5px solid #888;width:100px;height:100px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);cursor:crosshair;z-index:10}.cloudzoom-zoom{border:1px solid #888;width:500px;height:300px;box-shadow:-0px -0px 10px rgba(0,0,0,0.40);z-index:1000}.cloudzoom-zoom-inside{border:none;box-shadow:none;z-index:180}.cloudzoom-caption{display:none;text-align:left;background-color:#000;color:#fff;font-weight:bold;padding:10px;font-family:sans-serif;font-size:11px}.cloudzoom-blank{background-image:url(/media/image/cloudzoom/blank.png)}.cloudzoom-ajax-loader{background-image:url(/media/image/cloudzoom/ajax-loader.gif);width:32px;height:32px}.cloudzoom-zoom-colorbox{border:none;box-shadow:none;z-index:9999}.button--add-wishlist:hover .wishlist_add_text{text-decoration:underline}a.size-guide-link:hover{text-decoration:none}.product-page-wrapper .section:first-of-type{padding-top:1rem}.product-page-wrapper .nested-section.section,.product-page-wrapper .nested-section .section{padding-top:0}.product-slice&gt;div&gt;div{margin-bottom:1rem}:not(.basket-hover__products)&gt;button.slick-arrow:hover{background:none;color:#606060}.product-tabs__list__item__link .icon-star{color:#b981ad}@media only screen and (max-width:767px){.product-page-wrapper .section:first-of-type{padding-top:.5rem}.product-slice&gt;div&gt;div{margin-bottom:.5rem}.slice-medium,.slice-large{display:none}.slice-small{display:block}}@media only screen and (min-width:768px) and (max-width:1024px){.slice-small,.slice-large{display:none}.slice-medium{display:block}}@media only screen and (min-width:1025px){.slice-small,.slice-medium{display:none}.slice-large{display:block}}span#js-reward-points-container{font-weight:normal;font-size:1rem;display:none;padding-left:5px}.slice-none{display:none}.restriction_message{display:none;background-color:;padding:0.5em;color:}.cms-page{margin:1rem 0}.cms-page&gt;.row,.s-spacer--vertical,.cms-page--sitemap__section,.cms-page--template-sections&gt;div&gt;.row,.cms-page--template-sections&gt;div&gt;.cms-page--template-section_background{margin-bottom:1rem;overflow:hidden}.cms-page--template-sections .cms-page--template-section_background .cms-page--template-sections__text{padding:1rem}.cms-page--template-sections&gt;div&gt;.featured-products__ul{overflow:visible}.cms-page__header{margin-top:0;color:#6e7475;font-family:'PT Sans',sans-serif}.cms-page__header--with-image,.cms-page__header--with-image:first-child{margin-top:1rem}.cms-page__header--h1{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.728rem}.cms-page__header--h2{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.44rem}.cms-page__header--h3{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1.2rem}.cms-page__header--h4{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;font-size:1rem}.cms-page__header--collapsible{cursor:pointer}.body-pages .cms-page__content table td{padding:1%}.cms-page__content,.cms-page--sitemap__section__list{color:#606060;font-family:'PT Sans',sans-serif;;font-size:0.833rem;line-height:1.2rem;margin-bottom:1rem}.cms-page--sitemap__section__list li{width:25%;float:left;margin:0 0 1rem 0;padding:0 10px 0 0}.alert--textbox{border:1px solid #f00}.cms-page iframe{width:100%;margin-bottom:1rem;border:none}.cms-page__header--alignment--Left{text-align:left}.cms-page__header--alignment--Centre{text-align:center}.cms-page__header--alignment--Right{text-align:right}.cms-page__button--alignment--Left{margin-right:auto}.cms-page__button--alignment--Centre{margin-left:auto;margin-right:auto}.cms-page__button--alignment--Right{margin-left:auto}.cms-page--template-sections__video{position:relative;padding:0 5px 56.25% 5px;height:0}.cms-page--template-sections__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.cms--container__full-width img{margin:0 auto}.cms--container__full-width .slick-prev{left:3%}.cms--container__full-width .slick-next{right:3%}.cms-page .cms--container__full-width{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.cms-page--sitemap__letters li{display:inline-block;margin:0 .5rem 0 0}.sitemap-sub-list{margin:1rem .5rem;overflow:hidden}.sitemap-sub-list li{float:none;margin-bottom:.5rem;width:100%}.g-recaptcha{overflow:hidden;margin-bottom:1rem}@media only screen and (max-width:47.938em){.cms-page--sitemap__section__list li{float:none;width:100%;margin:0 0 .5rem 0}.cms-page--testimonials__name{margin-bottom:1rem}}@media only screen and (min-width:48em){.cms-page--customer-testimonal{display:-ms-flexbox;display:-webkit-flex;display:flex}.cms-page--customer-testimonal&gt;div{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cms-page--customer-testimonal .cms-page__content{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}}.cms-page--customer-testimonal{overflow:hidden;margin:1.5rem 0}.cms-page--customer-testimonal .cms-page__content{padding:2rem;margin-bottom:0;background-color:#eee}.cms-page--testimonials__name{font-size:0.833rem;font-style:italic}.cms-page--testimonials__pagination{border-top:1px solid #ccc;padding:1rem}.cms-page--testimonials__pagination .pagination{float:right}.cms-page__form{margin-top:2rem}.arrow-box{position:relative}.arrow-box:after,.arrow-box:before{right:100%;top:50%;border:solid transparent;content:\" \";height:0;width:0;position:absolute;pointer-events:none}.arrow-box:after{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:10px;margin-top:-11px}.arrow-box:before{border-color:rgba(238,238,238,0);border-right-color:#eee;border-width:11px;margin-top:-10px}.cms-page--testimonials__pagination .mobile-pages{display:none}.cms-page--testimonials__pagination .desktop-pages a,.cms-page--testimonials__pagination .desktop-pages strong{margin:0 .5rem}.cms-page--testimonials__pagination .prev-page,.cms-page--testimonials__pagination .next-page{position:relative;top:3px}@media only screen and (max-width:47.938em){.cms-page--testimonials__pagination .mobile-pages{display:block}.cms-page--testimonials__pagination .pagination-holder{display:table;margin:0 auto}.cms-page--testimonials__pagination .desktop-pages{display:none}.cms-page--testimonials__pagination .pagination{float:none}.cms-page--testimonials__pagination span,.cms-page--testimonials__pagination a{float:left}}.product-listings-description-lower{clear:both;font-size:0.833rem;line-height:1.5;margin:1rem 0;padding:1rem;border-top:1px solid #9dc8d4}.product-listings-description-lower h2{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1rem}.product-listings-description-lower a{text-decoration:underline}.product-listings-description-lower a:hover{text-decoration:none}.modal-content .cms-page__header{margin-bottom:1rem}.modal-content .cms-page__form{margin-top:0}.modal-content .fake-input{height:44px}@media only screen and (min-width:768px){.cms-page{min-height:500px}.cms-page iframe{min-height:465px;margin-bottom:0}}@media only screen and (max-width:767px){.cms-page__content{-webkit-overflow-scrolling:touch;overflow:auto}}.helpdesk .product-tabs__ul .active .product-tabs__list__item__link{color:#b981ad}.helpdesk-list__wrapper__heading{display:block;margin-top:.5rem;padding:0 1rem 1rem;color:#2b3030;font-size:1rem;font-weight:700;border-bottom:1px solid #eee}.helpdesk-list__wrapper__content{margin:1rem 1rem 2rem 1rem;font-size:0.833rem}@media only screen and (min-width:48em){.helpdesk-list__wrapper__heading:first-child{margin:0}}@media only screen and (min-width:768px) and (max-width:1024px){.cms-page--sitemap__section__list li{width:33%}}@media only screen and (max-width:767px){.product-listings-description-lower{text-align:justify}.cms--background-container{background-size:cover}.cms-page--template-sections__image-lower{padding-top:10px}}.cms-page .default_navigation ul{list-style:none;margin:0;padding:0}.cms-page .default_navigation&gt;li{margin:0 0 1rem 0}.cms-page .default_navigation ul ul{margin-top:1rem;margin-left:1rem}.cms-page .default_catalog_navigation_cms_pages_title{display:none}.cms-page .default_catalog_navigation_cms_pages_link{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;border-bottom:1px solid #2b3030;margin:0 0 1rem 0;padding:0 0 1rem 0}.cms-page .default_catalog_navigation_cms_pages_link&gt;a{color:#2b3030}.cms-page .default_catalog_navigation_cms_pages_sublink{text-transform:none;font-size:0.833rem}.cms-button{display:inline-block}.cms--background-container{min-height:400px;background-position:center;background-size:cover;background-repeat:no-repeat;padding:2rem 0}@media only screen and (min-width:1800px){.cms--background-container{background-size:initial}}.cms-page--template-sections__promo{position:relative}.cms-charity-donations{background:#e1dfdf;padding:1rem}.cms-charity-donations .donation-total{font-size:4rem}.cms-charity-donations .donation-additional-text{font-size:2rem;line-height:2.8rem;margin:0}@media only screen and (min-width:1025px){#cms-charity-donations{width:90%}}.product-tabs-image{display:table;width:100%;background-size:cover;background-position:center center}.product-tabs-image .product-tabs__list__item__link{display:table-cell;text-align:center;vertical-align:middle;background:none}@media only screen and (min-width:768px){.product-tabs-image_wrapper{-webkit-transition:height 500ms;transition:height 500ms;overflow:hidden}.product-tabs-image:before,.product-tabs-image:after{content:'';position:absolute;bottom:0;width:50%;background-color:#fff;padding-bottom:15px}.product-tabs-image:before{right:50%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-ms-transform:skewX(45deg);-webkit-transform:skewX(45deg);transform:skewX(45deg)}.product-tabs-image:after{left:50%;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%;-ms-transform:skewX(-45deg);-webkit-transform:skewX(-45deg);transform:skewX(-45deg)}}.modal-content .cms-page--template-sections__accordion-text .product-tabs__list__item .ico{display:none}.download-library__top-category{float:left;font-size:0.833rem;font-weight:700;line-height:2rem;margin-bottom:1.5rem;text-align:center}.download-library__top{margin-top:1rem}.download-library__top-category img{display:block;margin:0 auto;padding-bottom:1rem}.download-search_input{margin-bottom:0.5rem}.download-library_search{margin-bottom:1rem}.download-library_search-wrapper label{font-size:1rem;margin:0.5rem 0}.cms-page__map-wrapper{width:100%;height:500px}.competition-list__newsletter-signup{background:#6e7475;padding:1rem 0 0 0;margin-bottom:2rem}.competition-list__newsletter-signup p{color:#000000;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.833rem;margin:0 auto}.competition-list__newsletter-signup .search-form{margin:0 auto}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:2500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:0.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;will-change:transform}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:0.75;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:0.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/media/image/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/media/image/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform 0.25s;transition:transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:0.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:0.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}@media only screen and (max-width:63.999em){.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:1}}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:0.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:none}button.pswp__button:hover,.button.pswp__button:hover{background-color:inherit;color:inherit}.product__image__main--outer{position:relative;overflow:hidden}.product__image__main .slick-arrow{color:#606060;top:0;font-size:2rem;height:100%}.product__image__main .slick-arrow span{font-size:2rem}.product__image__sash{bottom:0;left:0;position:absolute;z-index:2;width:100%}.product__live-activity{position:absolute;left:25%;right:25%;z-index:2}@-webkit-keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}@keyframes fadeinout{0%{opacity:0}20%{opacity:1.0}80%{opacity:1.0}100%{opacity:0}}.product__live-activity__message{background:#b981ad;color:#ffffff;text-align:center;margin:0 auto;padding:10px;border-radius:3px;pointer-events:none;opacity:0.95;margin-bottom:0.5rem;opacity:0}.product__live-activity__message--currenty-viewing{-webkit-animation:fadeinout 5s linear 1s forwards;animation:fadeinout 5s linear 1s forwards}.product__live-activity__message--recent-orders{-webkit-animation:fadeinout 5s linear 2.5s forwards;animation:fadeinout 5s linear 2.5s forwards}.product__image__main__iframe{width:100%;height:100%;z-index:1;cursor:default}.product__image__main .product__image__main__iframe{position:absolute}.product__image__thumb--video{position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden}.product__image__thumb--video span.play-icon-span,.product__image__thumb--video img.product__image__thumb__img{position:absolute;top:50%}.product__image__thumb--video span.play-icon-span{color:#ffffff;left:50%;display:block;-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.product__image__thumb--video span i{font-size:4rem}.product__image__thumb--video img.product__image__thumb__img{-webkit-transform:translate(-50%,-50%);-moz-transform-style:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0.5;left:50%}.product__image__main__video-img,.product__image__thumb__video-img{opacity:0}.product__image__thumb__video-img-span{background-color:#000000;display:block;position:relative;overflow:hidden}.product__image__thumbs--count{clear:both;font-size:0.8rem;font-weight:700;padding:0.5rem 0 1rem}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer{position:relative;clear:both}.product__image__thumbs__outer--horizontal .product__image__thumbs{margin:1rem auto 0;max-width:80%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer .slick-arrow{color:#606060;background:#ffffff;height:100%;top:0;padding:5px}.product__image__thumbs__outer--horizontal .product__image__thumb{margin:0 0.5rem;padding:1px;border:1px solid #9dc8d4;cursor:pointer}.product__image__thumbs__outer--horizontal .product__image__thumb.slick-current{border:1px solid #b981ad}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow span{font-size:1rem;font-weight:bold}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:5px}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:5px}.product__image__thumbs__outer--horizontal .product__thumbs__list li img{width:100%;height:auto}.product__image__thumbs__outer--horizontal .product__thumbs__link{display:block}.product__image__thumbs__outer--horizontal .product__thumbs__link--youtube{position:relative}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control{position:absolute;z-index:1;width:100%;background:rgba(0,0,0,0.6);height:100%;display:block;top:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.product__image__thumbs__outer--horizontal .product__thumbs__li_video-control span{transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);top:50%;color:#ffffff;text-align:center;position:relative;width:100%;display:block;font-size:3rem}.product__image .slick-slide{position:relative}.product__image__thumbs{opacity:0;-webkit-transition:opacity ease-in-out 150ms;-moz-transition:opacity ease-in-out 150ms;transition:opacity ease-in-out 150ms}.product__image__thumbs__outer--vertical .slick-vertical .slick-slide{border:1px solid transparent}.product__image__thumbs__outer--vertical .product__image__thumbs{overflow:hidden}.product__image__thumbs__outer--vertical .product__image__thumb img{padding:1px;border:1px solid #9dc8d4;cursor:pointer;margin-bottom:.5rem}.product__image__thumbs__outer--vertical .product__image__thumb span{cursor:pointer}.product__image__thumbs__outer--vertical .product__image__thumb.slick-current img,.product__image__thumbs__outer--vertical .product__image__thumb.slick-current .product__image__thumb--360-rotate__border{border:1px solid #2b3030}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow{display:block;background:#e1dfdf;color:#606060;position:static;width:100%;margin-bottom:0.5rem;border:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow.slick-next{margin:0}.product__image__thumbs__outer--vertical .product__image__thumbs .slick-arrow span{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);display:inline-block;line-height:1.5rem;font-size:1rem}.product__image__thumbs__outer--vertical .product__image__thumb__video-img-span{margin-bottom:0.5rem}.product__image__thumbs__outer--vertical .product__image__thumb img.product__image__thumb__video-img{margin-bottom:0}.product__image__main--360-rotate__placeholder{visibility:hidden}.product__image__main--360-rotate__overlay,.product__image__main--360-rotate__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{opacity:0.5}#js-yofla-container img,#js-yofla-container div{width:100% !important;height:auto !important}#js-yofla-container div{height:100% !important}.js-yofla-container img,.js-yofla-container div{width:100% !important;height:auto !important}.js-yofla-container div{height:100% !important}.Magic360-box{max-width:100% !important}.slick-track__360-message{position:absolute;z-index:15;color:#000;padding:10px;font-size:.875rem;display:none}@media only screen and (max-width:767px){.product__image__thumbs,.product__image__sash{display:none}.product__image__main .slick-slide{opacity:0.5}.product__image__main .slick-slide.slick-current{opacity:1}.slick-slide:not(.slick-active) .product-sash{display:none}.product__image__main--360-rotate__overlay{font-size:5rem}.product__image__main .slick-arrow{top:40%;height:auto;margin-bottom:0}.product__live-activity__message{border-radius:0px}.product__live-activity{bottom:0;left:0;right:0}}@media only screen and (max-width:1024px){.product__image__thumbs__outer--horizontal .product__image__thumbs{max-width:100%}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev{left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-prev span{padding-left:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next{right:0}.product__image__thumbs__outer--horizontal.product__image__thumbs__outer.slick-slider--arrow-2 .slick-arrow.slick-next span{padding-right:0}.tap-zoom-message{position:absolute;background:#ccc;color:#fff;top:43%;left:25%;right:25%;text-align:center;padding:10px;z-index:2;margin:0 auto;background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(195,195,195)),to(rgb(137,137,137)));border-radius:3px;pointer-events:none;opacity:0.95}.product__live-activity{left:10%;right:10%}}@media only screen and (min-width:768px){.product__image__thumb--360-rotate__overlay{position:absolute;font-size:4rem;top:48%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__image__main--360-rotate__overlay{font-size:10rem}.product__image__thumb--360-rotate__placeholder{opacity:0}.product__image__thumbs__outer--vertical .product__image__thumb--360-rotate__border{border:1px solid #9dc8d4;display:block;height:93%;position:absolute;top:0;width:100%}.product__live-activity{top:55%}}@media only screen and (min-width:1025px){.product__image__thumbs__outer--horizontal .product__image__thumbs .slick-track{margin:0 auto}.product__image__zoom-link{cursor:zoom-in}.body-quickbuy .product__image__zoom-link{cursor:default}.product__live-activity{top:38%}}.product__image__main&gt;div{display:none}.product__image__main&gt;div:first-child,.product__image__main.slick-initialized&gt;div{display:block}.product__image__thumbs__outer--vertical-grid .slick-slide&gt;div{display:inline-block;width:50%}.product__layout__options{display:none}@media only screen and (min-width:768px){.product__image__thumbs__outer--vertical-grid .product__image__thumb img{margin-bottom:0}.product__layout__options{bottom:.5rem;display:-ms-flexbox;display:flex;position:absolute}.product__layout__options--grid-layout{bottom:-1rem}.product__layout{opacity:.5}.product__layout:not(:last-child){margin-right:.75rem}.product__layout--selected{opacity:1}}.social-icons{font-size:1.5rem}.social__link{font-size:0.833rem}.social-icons__title{font-size:1rem;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;line-height:3.25rem;float:left;margin:0 1rem 0 0}.social-icons .social__icon,.social-icons .social__link{margin:0.25rem 1rem 0.25rem 0}.social-icons .inline-list&gt;li{display:inline-block;float:none}.social__icon--ask-question a,.social__icon--email-friend a{color:#ffffff;background-color:#6e7475;border:1px solid #6e7475}.social__icon--ask-question a:hover,.social__icon--email-friend a:hover{color:#ffffff;background-color:#b981ad;border:1px solid #b981ad}@media only screen and (min-width:768px) and (max-width:1024px){.social-icons__title{display:none}.social-icons .social__icon{margin:0 0.5rem 0.5rem 0}}@media only screen and (max-width:767px){.social-icons{text-align:center;padding:0.5rem 0}.social-icons__title{width:100%;line-height:2}.social-icons .inline-list{clear:both}.social-icons .inline-list&gt;li{float:none}.social-icons .social__icon{margin:0.25rem}.social-icons .social__icon:first-child{margin-left:0}.social-icons .social__icon:last-child{margin-right:0}}.product-content{position:relative}.product-content__title{margin-bottom:.25rem;font-family:'PT Sans',sans-serif;font-size:1.2rem}.product-content__title--brand{color:#2b3030;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.44rem;display:block}.product-content__subtitle,.product-content__weight,.product-content__reference,.product-content__brand{margin:.25rem 0;font-size:0.833rem}.product-content__reference--span{display:block;margin-bottom:1rem}.product-content__image{display:table;margin:0 auto}.product-content__image img{max-width:130px}.product-content__image .product-content__promo{margin-bottom:1rem}.product-content__image .product-content__promo:last-child{margin-bottom:0}.product-content__review-stars{display:table;margin:0 auto}.product-content__review-stars__title{display:inline-block;margin:1rem .75rem 1rem 0;color:#2b3030;font-size:1rem;font-weight:700}.product-content__review-stars--star{font-size:1.25rem;color:#b981ad}.price-match-wrapper{position:relative}.price-match:before{content:\"\";border-top:15px solid transparent;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:15px solid #78AB46;display:block;position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match{width:280px;background-color:#78AB46;margin-top:15px;border-radius:5px;text-align:center;position:absolute;top:100%;display:none;z-index:2}.price-match__title{color:#ffffff;font-size:16px;text-transform:uppercase}.price-match__panel{background-color:#ffffff;color:#494949;font-size:14px}@media only screen and (max-width:767px){.price-match,.price-match__panel{padding:0.5rem}.price-match{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.price-match__panel{margin-top:0.5rem}}@media only screen and (min-width:768px){.product-content__review-stars{display:block}.price-match{padding:1rem}.price-match__panel{margin-top:1rem;padding:1rem}}@media only screen and (min-width:768px) and (max-width:1024px){.product-content__image{margin-top:1rem;display:block}}@media only screen and (min-width:1025px){.product-content__image{float:right}.product-content__title--shorter{width:60%}}.product-content__price-info{color:#2b3030}.product-content__price-info li{display:inline-block;margin-bottom:0;margin-top:0}.product-content__price-info li.price-info__separator{font-size:0.833rem;margin:0 0.25rem;color:#606060}.product-content__price-info li.product-content__price-info__price,.product-content__price-info--hidden-prices{font-weight:700;vertical-align:sub}.product-content__price-info__price span{font-family:'Droid Serif',serif}.product-content__price-info__price .product-price-wrap{font-size:1.728rem}.product-content__price-info__price .vat_status{font-size:0.833rem}.product-content__price-info__price--sale{color:#cc0001}.product-content__price-info--subprice,.product-content__price-info--hidden-prices{margin:0;font-size:1rem}.product-content__price-info--hidden-prices{margin-top:1rem;display:block}.product-content__price-deposit{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info__delivery{margin-top:0;margin-left:0.5rem;vertical-align:middle}.product-content__price-info li.product-content__price-info__clear{clear:left;height:1px;font-size:1px;line-height:1px;display:block}.product-content__price-info li.product-content__price-info__price-inc{display:block}@media only screen and (max-width:1024px){.product-content__price-info li.product-content__price-deposit{display:block;margin-left:0}.product-content__price-info li.product-content__price-info__delivery{display:block;margin-left:0}}.available-offers__title{margin-bottom:.5rem;font-size:0.833rem;font-weight:700}.available-offers__item__bullet{display:none}.available-offers__item{margin:0 0 .25rem;font-size:0.833rem}.available-offers__item__code{font-weight:700}@media only screen and (min-width:768px){.available-offers__item__bullet{display:inline}}.spot-products__title{margin:.75rem 0;font-size:0.833rem;font-weight:700;text-align:center;color:#2b3030}.spot-product__list__item{margin:0 0 .75rem .5rem;font-size:0.833rem}.spot-product__list__item input,.spot-product__list__item label{display:inline}.spot-product__list__item label,.spot-products__more-link{position:relative;top:-5px;line-height:1.5rem}.spot-product__list__item input{height:22px;width:22px;display:inline-block;margin:0 .25rem 0 0}.spot-products-modal__summary ul{padding:0}.spot-products-modal__summary li{list-style:disc}.spot-product__list__item--image{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.spot-products__product-image{float:left;margin-right:1rem;max-width:64px}@media only screen and (max-width:767px){.spot-product__list__item{list-style:none;display:block;text-align:center}}@media only screen and (min-width:48em){.spot-products__title{text-align:left}.spot-product__list__item{margin:0 0 .75rem 0}.spot-product__list__item input{height:auto;width:auto;border-radius:0}.spot-product__list__item label,.spot-products__more-link{top:0}}.product-promo .promo-unit{padding:1.5rem 0}.product-promo .promo-unit.product-promo__multiple__promo{padding:.75rem 0}.product-promo__overlay,.product-promo--full-width .product-promo__overlay{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#2b3030;text-align:center}.product-promo__overlay__subtitle{font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.2rem;font-weight:normal;text-transform:none}.product-promo__overlay__title{font-size:0.694rem}.product-promo--full-width .product-promo__overlay__title{font-size:1.44rem}.product-promo__multiple__promo{float:left;margin:0}@media only screen and (min-width:1025px){.product-promo__overlay__title{font-size:1rem}.product-promo--full-width .product-promo__overlay__title{font-size:2.986rem}.product-promo .promo-unit.product-promo__multiple__promo{padding:1.5rem 0}}.upsell-name,.attributes-name{margin-bottom:.5rem;font-size:0.833rem;font-weight:700;color:#2b3030}ul.attributes{background-color:#ffffff;margin-bottom:0.75rem}.attributes__value{padding:0px 0.25rem 0.25rem 0;display:inline-block;margin:0}.attributes__value:last-child{padding-right:0}.attributes__value--out-of-stock{opacity:0.3}.attributes__value a{color:#606060;padding:3px;border:1px solid #9dc8d4;display:block;float:left;transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s;font-size:0.7rem;text-align:center}.attributes__value--name{padding-top:5px}.attributes__value--selected a,.attributes__value a:hover{color:#2b3030;border-color:#b981ad}.attributes__value a span{display:block}.attributes__value--hex a span{height:38px;width:38px}.attributes__value--text a span{background-color:#e1dfdf;padding:0 0.25rem;font-size:0.833rem;font-weight:700;line-height:38px;min-height:38px;min-width:38px;text-align:center}.attributes__value--selected.attributes__value--out-of-stock a,.attributes__value--out-of-stock a:hover{color:#606060;border:1px solid #2b3030}.attributes__value a img{max-width:38px}#js-product-options,.options-container{position:relative}#js-product-options-cover,.options-ajax-loader{position:absolute;z-index:8}.attributes-select{width:98%;padding:0.4rem;outline:0}.attributes-option--out-of-stock{color:#ccc}.age-restriction-checkbox__label{display:inline-block;padding-left:10px}.attributes-size-guide{font-size:0.833rem;line-height:3rem}.attributes-size-guide span{font-size:1rem;position:relative;top:2px}a.size-guide-link{color:#b981ad}#js-product-options&gt;.row:last-child select,#upselling_dropdown .attributes-select{margin-bottom:0}.quantity .table__cell{vertical-align:middle}.attribute_conversion_switcher{display:inline-block;font-size:0.833rem}.options-buttons__personalisation-tickbox input{display:inline-block;margin:0 .25rem 0 0}.options-buttons__personalisation-tickbox label{display:inline}.options-buttons__personalisation-tickbox img{display:inline;position:relative;top:6px;margin-left:5px}.product-buttons button.button--add-basket{color:#ffffff;background:#b981ad;border-color:#b981ad;font-size:1.44rem;letter-spacing:3px}.product-buttons button.button--add-basket:hover{color:#b981ad;background:#ffffff}.product-buttons button.button--add-basket--back-in-stock{font-size:0.833rem;letter-spacing:1px}.product-buttons button.button--add-basket--deposit{margin-top:10px}.product-buttons button.button--add-basket--inactive{background:grey !important;opacity:0.6}.product-buttons button.button--add-basket--inactive:hover{background:grey !important;opacity:0.6}.product-options-buttons button:not(.button--add-wishlist--2),.product-options-buttons .button.button--custom-cms{line-height:1.5rem}.product-options-buttons button.button--add-wishlist{font-size:0.833rem;color:#000000;background:#ffffff;transition:none;-moz-transition:none -webkit-transition:none}.product-options-buttons button.button--add-wishlist:hover{color:#888888}.product-options-buttons button.button--add-wishlist span.ico{font-size:1.44rem;margin-right:0.5rem}.product-options-buttons button.button--add-wishlist--1{border-color:#ffffff}.product-options-buttons button.button--add-wishlist--1 span.ico{line-height:1.5rem;position:relative;top:0.25rem}.product-options-buttons button.button--add-wishlist--2{margin-top:1rem;padding:0;border:none}.product-options-buttons button.button--add-wishlist:hover span.ico{color:#888888}.v12finance-button__tag-line{margin-top:0.5rem}.product-options-buttons .button.button--custom-cms{text-align:center}.button-upsell-opts .button-upsell-link{display:block;width:80%;margin:0.5rem auto;text-align:center}.button-upsell-opts .button-upsell-link{color:#ffffff;background:#b981ad;border-color:#b981ad}.button-upsell-opts .added-to-basket__button,.button-upsell-opts .removed-from-basket__button{max-width:100%;width:100%}@media only screen and (min-width:1024px) and (max-width:1270px){.product-buttons button.button--add-wishlist&gt;span.wishlist-text{display:none}}.quantity-container{min-height:2.5rem}.quantity__label{margin:0;color:#2b3030}.quantity button{margin:0;padding:0.5rem;border:1px solid #e1dfdf;color:#2b3030;background:#e1dfdf;letter-spacing:0;width:2.5rem;height:2.5rem}.quantity-input{vertical-align:middle}.quantity div{padding:0.344rem 0.688rem;border:1px solid #e1dfdf;min-width:50px}.quantity&gt;div:first-child{border:0;padding-left:0;min-width:1px}.quantity div:focus{outline:none}.min_quantity{margin-bottom:1rem;line-height:1.5rem}.product-min-quantity-val{padding-left:0.5rem;font-size:0.833rem}.added-to-basket{padding:1rem;border:2px solid green;font-size:0.833rem;color:green;background:#e1dfdf}.added-to-basket__close,.removed-from-basket__close{position:absolute;top:.5rem;right:.5rem;color:#2b3030;font-size:1.5rem;font-weight:700;cursor:pointer}.added-to-basket__title,.added-to-basket__subtitle,.removed-from-basket__title{font-weight:bold}.added-to-basket__subtitle{display:block}.added-to-basket__buttons,.removed-from-basket__buttons{margin-top:0.75rem}.added-to-basket__button,.removed-from-basket__button{width:46%;max-width:200px;display:inline-block;border:1px solid #b981ad;padding:0.25rem;text-align:center;color:#b981ad;background:#ffffff;margin-bottom:0}.added-to-basket__button:hover,.removed-from-basket__button:hover{color:#ffffff;background:#b981ad}.added-to-basket__button:first-child{margin-right:2%}.added-to-basket__button--checkout{color:#ffffff;background:#b981ad;border:1px solid #b981ad}.added-to-basket__button--checkout:hover{color:#b981ad;background:#ffffff}.added-to-basket__button:hover .wishlist_added{color:#ffffff}.removed-from-basket{padding:1rem;border:2px solid red;font-size:0.833rem;color:red;background-color:}@media only screen and (max-width:767px){.added-to-basket{text-align:center}.options-buttons__personalisation-tickbox{text-align:center;margin-bottom:1rem}}@media only screen and (min-width:1025px){.product-buttons,.button--add-wishlist,.v12finance-button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-buttons,.v12finance-button{margin-right:0.5rem}.product-buttons button,.v12finance-button button{width:100%}.product-options-buttons{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.product-options-buttons button{margin-bottom:0}.quantity button:hover,.quantity button:active,.quantity button:focus{border-color:#2b3030;color:#e1dfdf;background:#2b3030}}@media only screen and (max-width:1439px){.product-options-buttons button:not(.button--add-wishlist--2){padding-right:0.5rem;padding-left:0.5rem}}@media only screen and (max-width:1024px){.product-options-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-options-buttons button{width:100%}.product-options-buttons button:not(:first-child){margin-top:1rem}.attributes-size-guide{font-size:1rem;margin-bottom:1rem}.attributes-size-guide span{font-size:1.5rem;top:4px}.attributes-select{width:100%}.added-to-basket__button,.removed-from-basket__button{width:100%;max-width:100%}}@media only screen and (min-width:768px) and (max-width:1024px){.added-to-basket__button:first-child{margin-bottom:1rem}}@media only screen and (max-width:767px){ul.attributes,.attributes-swatches ul{text-align:center}.attributes__value{padding:0 0.125rem 0.25rem 0.125rem}.attributes__value:last-child{padding-right:0.125rem}ul.attributes,.quantity{margin-right:auto;margin-left:auto}.quantity label{display:none}.quantity div{padding:0.5rem 0.688rem}.quantity button{padding:0.5rem}.quantity&gt;div:first-child{padding-right:0}.product-buttons button.button--add-basket{font-size:1.2rem}.added-to-basket{position:fixed;top:0;z-index:200;left:0;border:0;width:100%;-webkit-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);-moz-box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);box-shadow:0px 3px 3px 0px rgba(187,187,187,0.6);padding:1.5rem}.added-to-basket__title,.added-to-basket__product{line-height:1.5rem}.added-to-basket__button,.removed-from-basket__button{max-width:400px;padding:0.75rem;margin:0 0 0.5rem 0}.added-to-basket__button:first-child{margin-right:0}.added-to-basket__button--checkout{margin-bottom:0}.age-restriction{display:table;margin:0 auto}#upselling_dropdown .attributes-select{margin-bottom:0.5rem}.product-parent-bundle__wrapper .button--add-basket{margin:0 auto}}.product-parent-bundle__single-child{display:block}.wishlist_list{margin:0;padding:1rem;list-style:none}.wishlist_list__item{display:block;cursor:pointer}.wishlist_list__item--new-item{font-weight:700}.product-options-stock-key .attributes__value--text.attributes__value--out-of-stock a span,.low-stock-key .attributes__value--text.attributes__value--out-of-stock a span{background-image:url(///media/image/out-of-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.product-options-stock-key .attributes__value--text.attributes__value--low-stock a span,.low-stock-key .attributes__value--text.attributes__value--low-stock a span{background-image:url(///media/image/low-stock-large.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center center}.low-stock-key ul.attributes{margin-top:1rem}.low-stock-key .attributes__value{padding:0 0.375rem 0 0}.low-stock-key .attributes__value__key.attributes__value{padding:0 1.5rem 0 0}.low-stock-key .attributes__value__key.attributes__value:last-child{padding:0}.low-stock-key .attributes__value a{padding:1px}.low-stock-key .attributes__value__key.attributes__value a{border:0;line-height:17px;padding:0}.low-stock-key .attributes__value--text a span{min-height:13px;min-width:13px;line-height:13px}.low-stock-key .attributes__value__size-guide a{text-decoration:underline}.low-stock-key .attributes__value__size-guide a:hover{text-decoration:none}.low-stock-key .attributes__value--low-stock a:hover,.low-stock-key .attributes__value--out-of-stock a:hover{border-color:#9dc8d4}.attributes__value--out-of-stock--line-through{position:relative}.attributes__value--out-of-stock--line-through a::after{border:1px solid #8d8c8c;content:\"\";left:-7px;top:22px;position:absolute;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);width:61px;box-shadow:0 1px 0 0 #fff}.attributes__value .swatches__stock-popup{display:none}.attributes__value .swatches__stock-popup .swatches__stock-popup--text{display:block;white-space:nowrap;padding:5px 10px;font-size:0.8125rem;background:red;color:#fff}@media only screen and (min-width:1025px){.attributes__value{position:relative}.attributes__value .swatches__stock-popup{position:absolute;top:-30px;left:0}.attributes__value .swatches__stock-popup .swatches__stock-popup--arrow{position:absolute;width:0;height:0;bottom:-8px;left:8px;border-style:solid;border-width:8px 8px 0 8px;border-color:red transparent transparent}.attributes__value:hover .swatches__stock-popup{display:block}}.product-parent-bundle__wrapper{padding-bottom:2rem}.js-product-description{font-size:.7rem}.product-parent-bundle__wrapper #js-can-buy-buttons,.product-parent-bundle__wrapper .product-parent-bundle--size-guide{float:left}.product-parent-bundle__wrapper .js-product-description{clear:both}.product-parent-bundle__wrapper .product-parent-bundle--size-guide{margin-top:.9rem}.button.product-actions__button{margin-bottom:.5rem}.button.product-actions__button__link{display:block;padding:.375rem;color:#b981ad;background:#ffffff;border:1px solid #b981ad;font-family:'Fira Sans',sans-serif;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:0.694rem}.product-slice&gt;div&gt;div.product-actions{margin-bottom:0}.product-actions .product-actions__button .icon_inline{display:flex;align-items:center;justify-content:center}.product-actions__button__link--additional_text{display:block}.product-actions__button--icon{margin-right:0.75rem;font-size:1.5rem}.product-content__price-info{margin-top:1.5rem}.product-slice&gt;div&gt;div.product-content{margin-bottom:0.3rem}#js-product-title{font-size:1.25rem;font-weight:normal;text-transform:none;color:#606060;font-family:'PT Sans',sans-serif}#js-product-price{color:#cc0001}.product-content__price-info{font-size:1rem;font-weight:normal}.product-content__price-info__price span{font-size:1.1rem;font-family:'PT Sans',sans-serif;font-weight:400}.product-content__price-info__price span span{font-size:1.625rem}.product-content__price-info__rrp span,.product-content__price-info__was span{text-decoration:none}.product-content__price-info__rrp span span,.product-content__price-info__was span span{text-decoration:line-through}.attributes-select{border-color:#DCDCDC}.product-content__price-info__saved{font-weight:normal}.product-buttons button.button--add-basket{font-size:1.75rem;letter-spacing:0rem}.product-buttons button.button--add-wishlist{border:2px solid #b981ad;padding:0.75rem 0 0.75rem;color:#2b3030;font-size:1rem}.product-tabs-vertical.product-tabs-layout-block .product-tabs__list__item--full-width{padding:0}.product-tabs__list__item__link{font-family:'PT Sans',sans-serif}.product-tabs__content_cms ul{margin-left:0}.product-tabs__content_cms li{margin:0.5rem 0}.pay4later-button{border-radius:0.4rem;background-color:#fff;border-width:2px;color:#2b3030;padding:0.5rem;font-size:0.9rem}.pay4later-button__price{font-size:0.7rem}.pay4later-button:hover .pay4later-button__title{color:#b981ad}.product-content__price-info__price--sale{color:#2b3030}.product-content__price-info__price--sale .product-price-wrap span{color:#cc0001}.product-buttons #js-cannot-buy-buttons #js-request-sample-button{padding:0.25rem 0;width:80%;background-color:transparent;border-color:transparent;color:#b981ad;letter-spacing:1px;font-size:0.8rem}.product-buttons #js-cannot-buy-buttons #js-request-sample-button::before{content:\"\\2709\";margin-right:5px;font-size:1.44rem;position:relative;top:0.25rem}.product__details__prices__price{color:#cc0001}.social__icon--ask-question a,.social__icon--email-friend a,.social__icon--facebook a,.social__icon--twitter a,.social__icon--pinterest a,.social__icon--google-plus a,.social__icon--ask-question a:hover,.social__icon--email-friend a:hover,.social__icon--facebook a:hover,.social__icon--twitter a:hover,.social__icon--pinterest a:hover,.social__icon--google-plus a:hover{border:none}.product-promo .promo-unit{padding:0;text-align:left;color:#cc0001;font-weight:normal}@media only screen and (max-width:47.938em){.product-promo .promo-unit{text-align:center}}@media only screen and (max-width:64em){.button--add-wishlist{margin:1rem 0}.product-content__image{display:table!important;width:100%}.product-content__image .product-content__promo{float:left;margin-bottom:0;width:50%}.product-content__image img{max-width:100px;margin:auto}}@media (min-width:1025px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{position:absolute;right:11px;top:15px;width:13rem}#js-product-options-buttons #js-add-to-wishlist{padding-top:0;text-align:left;left:30px;top:-8px;position:relative}}@media (max-width:1024px){.product-buttons #js-cannot-buy-buttons #js-request-sample-button{margin:0 auto}}.options-container .product-buttons__separator{display:none !important}.button--add-basket--request-sample{margin:1rem 0}.pswp__bg{background:#fff}.pswp__button--arrow--left::before,.pswp__button--arrow--right::before,.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.8)}.cookie_alert{position:fixed;right:10px;bottom:10px;width:300px;z-index:1000;background-color:#ddd}.cookie_alert_text{padding:1rem;font-size:.75rem;text-align:center}.cookie_alert_text a{text-decoration:underline}.cookie_alert_text a:hover{cursor:pointer}.cookie_alert_text label{display:inline;font-size:.75rem}.cookie_alert_text__lower{margin-top:0;overflow:hidden}.cookie_alert__button{margin:0;background:#b981ad;cursor:pointer}.cookie_alert__button:hover{background:#ffffff}#cookie_alert_close{color:#ffffff;text-decoration:none}.cookie_alert__button:hover #cookie_alert_close{color:#2b3030}.cookie_alert__button-disabled,.cookie_alert__button-disabled:hover,.cookie_alert__button-disabled #cookie_alert_close{background:#ffffff;color:#2b3030;cursor:default}.cookie_alert__more-info{margin-top:0.5rem;text-decoration:underline}.icon-close{color:#b981ad;font-size:1.2rem}.icon-close:hover{color:#ffffff;cursor:pointer}.cookie_alert__icon--right{text-align:right;right:0}.cookie_alert__icon{cursor:pointer;position:fixed;bottom:0;z-index:99999;height:60px;width:60px}.cookie_alert__icon i{bottom:50%;position:relative;color:#ffffff;font-size:1.4em;margin:0 15%}.cookie_alert__icon svg{fill:#b981ad}.form-builder{position:relative}.form-builder .form-tick,.form-builder .form-prompt,.form-builder .form-warning{display:none}.form-builder .form-overlay{position:absolute}.form-builder .radio__label{display:inline}.form-builder .multi_checkbox__label{display:inline}.form-builder__textnote{margin-bottom:1rem}.form-builder__file-input{padding-top:0.938rem;padding-bottom:0.938rem}.formbuilder__group--cbx-lbl label,.formbuilder__group--cbx-lbl input{margin-top:0}.formbuilder__group--cbx-lbl input{margin-top:2px;vertical-align:top}.form-builder ._referer_wrapper{display:none}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail{display:inline-block;position:relative;width:100px;height:100px;margin-right:14px;margin-bottom:10px;background-size:cover;background-position:center center;background-repeat:no-repeat}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail-not-image{background-color:lightgrey;text-align:center}.form-builder .multiple-file-upload-container .file-gallery .file-thumbnail p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;font-size:0.85em;width:84%}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);-ms-filter:\"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);\"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)\"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)\"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)\"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:\"alpha(Opacity=70)\"}.qtipmodal-ie6fix{position:absolute!important}</style> <script>document.createElement('picture');</script> <script>!function(e){var t=function(){e.console&amp;&amp;console.log(\"Not yet implemented\")};e.vs={dev:t,helper:{},lang:t,module:t,setting:t,type:{},deviceType:{},vsq:[[],[],[],[],[],[],[]],q:t,js:t,runQueue:t,deferJS:t,runMasterQueue:t,addJSInline:t,qInterval:null,qCheck:[],qPointer:0,jsQueueRunning:!1,version:1.4}}(window),function(e){var t=!1;void 0!==e.vs_dev&amp;&amp;(t=vs_dev,vs_dev=void 0),vs.dev=function(){return t&amp;&amp;vs.helper.value_exists(\"debug\",e.location.hash.slice(1).split(\":\"))},vs.dev.log=function(t,n){return vs.dev()&amp;&amp;e.console&amp;&amp;console.log(t),n}}(window),function(e){e.vs.type.Module=function(e,t){var n,r=[\"name\",\"key\"],o={active:!0,name:e,key:vs.helper.key(e),data:{}},t=t||{};for(n in o)o.hasOwnProperty(n)&amp;&amp;t.hasOwnProperty(n)&amp;&amp;!vs.helper.key_exists(n,r)&amp;&amp;(o[n]=t[n]),this[n]=o[n];this.setting=function(e,t){return vs.setting.call(this,e,t)}}}(window),function(e){e.vs.helper,e.vs.helper,function(e){var t={array:\"[object Array]\",object:\"[object Object]\",string:\"[object String]\",number:\"[object Number]\",boolean:\"[object Boolean]\",function:\"[object Function]\",date:\"[object Date]\"},n=Object.prototype.toString;e.vs.helper.type=function(e,r,o){if(e=n.call(e),void 0!==r)return t.hasOwnProperty(r)?t[r.toLowerCase()]===e&amp;&amp;(\"object\"!==e||!!(o&amp;&amp;o.constructor&amp;&amp;o.constructor.toString)&amp;&amp;e.constructor.toString()===o.constructor.toString()):vs.dev.log('Tried to check for an unknown data type: \"'+r+'\"',!1);for(r in t)if(t.hasOwnProperty(r)&amp;&amp;t[r]===e)return r;return void 0===r&amp;&amp;void 0}}(e),function(e){var t={left:function(e,t){},right:function(e,t){},both:function(e,t){}};e.vs.helper.trim=function(e,n,r){return n=n||\"\\\\s\",r=r||\"both\",vs.helper.key_exists(r,t)||(r=vs.dev.log('Tried to trim a string from an invalid end: \"'+r+'\". Defaulting to \"both\"',\"both\")),vs.helper.type(e,\"string\")?t[r](e,n):\"\"},t.left=function(e,t){return e.replace(new RegExp(\"^[\"+t.split().join(\"\\\\\")+\"]+\",\"g\"),\"\")},t.right=function(e,t){return e.replace(new RegExp(\"[\"+t.split().join(\"\\\\\")+\"]+$\",\"g\"),\"\")},t.both=function(e,n){return t.left(t.right(e,n),n)}}(e),function(e){e.vs.helper.key=function(e,t,n){var r=\"_invalid_key_\",o=e,t=t||\"\";return n=!vs.helper.type(n,\"boolean\")||n,t=n?\"a-z0-9_\"+t:t,vs.helper.type(e,\"string\")?e.length?vs.helper.type(t,\"string\")?e.length?(e=e.toLowerCase().replace(new RegExp(\"[^\"+t+\"]\",\"g\"),\"\")).length?e=parseInt(e.slice(0,1))==e.slice(0,1)?\"_\"+e:e:vs.dev.log('Attempted to convert \"'+o+'\" to a key using character mask \"'+t+'\", but failed as the resulting string was empty',r):vs.dev.log('Attempted to use the character mask \"'+t+\"\\\" for a key, but failed as it's empty\",r):vs.dev.log('Attempted to use the character mask \"'+t+\"\\\" for a key, but failed as it's not a string\",r):vs.dev.log('Attempted to convert \"'+o+\"\\\" to a key, but failed as it's empty\",r):vs.dev.log('Attempted to convert \"'+o+\"\\\" to a key, but failed as it's not a string\",r)}}(e),function(e){e.vs.helper.key_exists=function(e,t){var n;if(vs.helper.type(t,\"object\")){for(n in t)if(t.hasOwnProperty(n))return!0}else if(vs.helper.type(t,\"array\"))return void 0!==t[e];return!1}}(e),function(e){e.vs.helper.value_exists=function(e,t){var n,r;if(vs.helper.type(t,\"object\")){for(n in t)if(t.hasOwnProperty(n)&amp;&amp;t[n]===e)return!0}else if(vs.helper.type(t,\"array\"))for(r=0;r&lt;t.length;r++)if(t[r]===e)return!0;return!1}}(e)}(window),function(e){var t={get:function(e,t){},set:function(e,t){},multiset:function(e){},get:function(e){},data:{}};e.vs.lang=function(e,n){if(void 0!==e){if(vs.helper.type(e,\"object\"))return t.multiset(e);if(e.length){if(void 0!==n&amp;&amp;vs.helper.type(n,\"array\"))return t.set(e,n);if(void 0===n||!vs.helper.type(n,\"array\"))return t.get(e,Array.prototype.slice.call(arguments,1).reverse())}}return!1},t.get=function(e,n){var r,o,s=e=t.key(e),i=t.data,n=n||[];for(e=e.split(\".\").reverse();r=e.pop();)i=\"string\"!=typeof i&amp;&amp;void 0!==i[r]?i[r]:{};for(i=\"string\"==typeof i?i:s;o=n.pop();)i=i.replace(\"%s\",o);return i},t.set=function(e,n){var r,o=0,s=t.data;for(e=t.key(e).split(\".\"),o;o&lt;e.length;o++)r=s[e[o]],o===e.length-1?r=s[e[o]]=n[0]:void 0===r&amp;&amp;(r=s[e[o]]={}),s=r;return e.join(\".\")},t.multiset=function(e){var t;for(t in e)e.hasOwnProperty(t)&amp;&amp;vs.lang(t,[e[t]]);return!0},t.key=function(e){return vs.helper.trim(vs.helper.key(e,\".\").replace(/\\.+/g,\".\"),\".\")}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};e.vs.modules=function(){return t.data},e.vs.module=function(e,n){return void 0!==e?void 0!==n?t.set(e,n):t.get(e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return t.data[t.key(e)]||t.set(e,t.dummy(e))},t.set=function(e,n){var r=t.key(e);return vs.helper.type(n,\"object\",vs.type.Module)?t.data[r]=n:vs.dev.log(\"Tried to set module \"+r+\" but value is not an object\",t.dummy(e))},t.dummy=function(e){return new vs.type.Module(e,{active:!1})}}(window),function(e){var t={data:{},key:function(e){},get:function(e){},set:function(e,t){}};vs.setting=function(e,n){return void 0!==e?void 0!==n?this===vs?t.set(e,n):t.set.call(this,e,n):this===vs?t.get(e):t.get.call(this,e):e},t.key=function(e){return vs.helper.key(e)},t.get=function(e){return vs.helper.key_exists(e,this.data)?this.data[e]:\"\"},t.set=function(e,t){return vs.helper.type(t,\"string\")?(this.data[e]=t,e):vs.dev.log('Settings may only be string values: \"'+e+'\"',e)}}(window),function(e){vs.deviceType=function(){var t=document.getElementById(\"vs-browser-check\");switch(null==t&amp;&amp;((t=document.createElement(\"div\")).id=\"vs-browser-check\",document.body.appendChild(t)),e.getComputedStyleIE=function(e){return this.el=e,this.getPropertyValue=function(t){var n=/(\\-([a-z]){1})/g;return\"float\"==t&amp;&amp;(t=\"styleFloat\"),n.test(t)&amp;&amp;(t=t.replace(n,function(){return arguments[2].toUpperCase()})),e.currentStyle[t]?e.currentStyle[t]:null},this},parseInt(e.getComputedStyle?e.getComputedStyle(t,null).width:e.getComputedStyleIE(t).getPropertyValue(\"width\"))){case 5:return\"mobile\";case 10:return\"tablet\";default:return\"desktop\"}},vs.q=function(e,t){t=t||5,vs.checkJSQueue(t),vs.vsq[t].push({f:e})},vs.js=function(e,t,n){n=n||3,vs.checkJSQueue(n),vs.vsq[n].push({j:e,c:t||function(){}})},vs.runQueue=function(t,n,r){if(n=n||!1,r=r||!1,void 0===t||void 0===vs.vsq[t])return!1;var o,s=vs.vsq[t].length;for(o=0;o&lt;s;o++)try{n||void 0===vs.vsq[t][o].j?vs.qCheck[t]&lt;s&amp;&amp;\"function\"==typeof vs.vsq[t][o].f?(vs.vsq[t][o].f(),vs.qCheck[t]++):\"function\"==typeof vs.vsq[t][o].c&amp;&amp;vs.vsq[t][o].c():vs.addJSInline(vs.vsq[t][o].j,function(){},t)}catch(t){e.console&amp;&amp;console.error(t)}r&amp;&amp;(vs.vsq[t]=[])},vs.deferJS=function(){e.addEventListener?e.addEventListener(\"load\",vs.runMasterQueue,!1):e.attachEvent?e.attachEvent(\"onload\",vs.runMasterQueue):e.onload=vs.runMasterQueue,setTimeout(function(){vs.runMasterQueue()},500)},vs.checkQ=function(){void 0!==vs.vsq[vs.qPointer]&amp;&amp;vs.qCheck[vs.qPointer]==vs.vsq[vs.qPointer].length&amp;&amp;(vs.runQueue(vs.qPointer,!0),vs.vsq[vs.qPointer++]=[],void 0!==vs.vsq[vs.qPointer]?vs.runQueue(vs.qPointer):(e.console&amp;&amp;void 0!==console.timeEnd&amp;&amp;console.timeEnd(\"JavaScript\"),vs.jsQueueRunning=!1,vs.qPointer=0,vs.qCheck=[],clearInterval(vs.qInterval)))},vs.checkJSQueue=function(e){void 0===vs.vsq[e]&amp;&amp;(vs.vsq[e]=[])},vs.addJSInline=function(e,t,n){var r=document.createElement(\"script\");r.src=e,r.type=\"text/javascript\",r.async=\"true\",r.onload=r.onerror=function(){vs.qCheck[this.q]++}.bind({f:e,q:n}),document.body.appendChild(r)},vs.runMasterQueue=function(){if(vs.jsQueueRunning)return!1;vs.jsQueueRunning=!0,e.console&amp;&amp;void 0!==console.time&amp;&amp;console.time(\"JavaScript\");var t,n=vs.vsq.length;for(t=0;t&lt;n;t++)vs.qCheck[t]=0;return vs.runQueue(0),vs.qInterval=setInterval(vs.checkQ,5),!0}}(window);(function(window,undefined)\n{vs.lang({\"basket\":{\"remove_product\":\"Are you sure you want to remove this item from your basket? Click \\\"OK\\\" for Yes or \\\"Cancel\\\" for No\",\"stock_error\":\"There is not enough stock available for this item\",\"fixed_pack_warning\":\"This item can only be sold in fixed packs of PACK_QUANTITY. We have updated your selection to NEW_QUANTITY\",\"add_bulk_personalisation_please_select\":\"Please select some products to personalise.\",\"hover_disabled_error_message\":\"Cannot checkout while processing\",\"product_could_not_be_added_to_basket\":\"Product could not be added to basket\"},\"lists\":{\"wants\":\"Wants\"},\"infinitescroll\":{\"loading_next_page\":\"Loading More Products\",\"no_more_pages\":\"No More Pages\",\"load_more\":\"&amp;#8681; Load More Products &amp;#8681;\"},\"dynamic_variant_builder\":{\"step_select_a\":\"%s. Select a %s\",\"step_select\":\"%s. Select %s\",\"your_selection\":\"Your Selection\",\"more_info\":\"&amp;gt; More Info\",\"nothing_selected\":\"You currently have nothing selected\",\"nothing_selected_alert\":\"You have not selected any products to add to the basket.\\n\\nPlease make some selections by changing the quantity against a product.\",\"items_added_to_basket\":\"Your selected items have been added to your basket\",\"total\":\"Total:\",\"buy_hidden_text\":\"Your selected products have been added to your basket...\",\"remove_all\":\"Remove All\",\"confirm_remove_single\":\"Are you sure that you want this item?\",\"confirm_remove_all\":\"Are you sure that you want to remove all of your selections?\",\"out_of_stock\":\"Out of Stock\",\"calculating_price\":\"&lt;img src=\\\"\\/images\\/ajax-mini-loader.gif\\\" alt=\\\"calculating\\\" \\/&gt;\",\"selection_details_products_html\":\"\\r\\n &lt;img width=\\\"9\\\" height=\\\"11\\\" alt=\\\"Remove\\\" src=\\\"\\/images\\/checkout\\/icon_remove.gif\\\" class=\\\"remove_single\\\" \\/&gt;\\r\\n &lt;span class=\\\"product_title\\\"&gt;{TITLE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_reference\\\"&gt;{REFERENCE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_quantity\\\"&gt;Qty: {QUANTITY}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_price\\\"&gt;{PRICE}&lt;\\/span&gt;\",\"selection_details_products_html_out_of_stock\":\"\\r\\n &lt;img width=\\\"9\\\" height=\\\"11\\\" alt=\\\"Remove\\\" src=\\\"\\/images\\/checkout\\/icon_remove.gif\\\" class=\\\"remove_single\\\" \\/&gt;\\r\\n &lt;span class=\\\"product_title\\\"&gt;{TITLE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"product_reference\\\"&gt;{REFERENCE}&lt;\\/span&gt;\\r\\n &lt;span class=\\\"out_of_stock\\\"&gt;This item is currently not available&lt;\\/span&gt;\"},\"products\":{\"out_of_stock_1\":\"\\n\\nSorry, we currently only have \",\"out_of_stock_2\":\" of this item in stock and it is already in your basket\",\"option_not_selected\":\"Please choose a %s\",\"options_out_of_stock\":\" - Out of Stock\",\"pack_of\":\"Pack of \",\"pack_m2_price\":\" per m2\",\"pack_was_price\":\" was \",\"pack_rrp_price\":\" RRP \",\"pack_unit_price_prefix\":\"(\",\"pack_unit_price_suffix\":\" each)\",\"available_pack_sizes\":\"Available Pack Sizes\",\"pack_sizes_pick_options\":\"&amp;nbsp;(choose options, to see per-pack prices)\",\"pack_sizes_pick_option\":\"&amp;nbsp;(choose option, to see per-pack prices)\",\"pick_all_bundle_options\":\"Please make sure that you've picked all options, and they have stock.\",\"product_not_in_stock\":\"This item is not currently in stock\",\"age_restriction_warning\":\"Please tick to confirm your age.\",\"no_reviews\":\"No Reviews - Write a Review\",\"sample_added_to_basket\":\"Sample added to your basket\",\"sample_limit_reached\":\"Sample Limit Reached\",\"reward_point_message\":\"point\",\"reward_points_message\":\"points\",\"max_parent_purchase_exceeded_checkout_1\":\"\\n\\nSorry, you can only have \",\"max_parent_purchase_exceeded_checkout_2\":\" of this item. Your basket will be updated to reflect this.\",\"images_available\":\"%s Images Available\",\"image_available\":\"%s Image Available\",\"personalisation_required_message\":\"Personalisation is required\",\"bundle_select\":\"Select\",\"pay4later_not_available\":\"Finance is not currently available for current total\",\"product_could_not_be_added_to_basket\":\"Product could not be added to basket\",\"product_added_to_basket\":\"Thank you, the product has been added to your basket.\",\"select_all_options\":\"Please select all options for this product.\",\"was\":\"Then\",\"now\":\"Now\"},\"product_options_groups\":{\"please_select\":\"Please Select\",\"high_number\":\"High Number\"},\"offers\":{\"all_options_not_chosen\":\"Please choose a valid option on all products, before adding this bundle to your basket\",\"option_not_chosen\":\"Please choose a valid option, before adding this product to you basket\"},\"postcodeanywhere\":{\"start_typing\":\"Start typing your postcode, street or address\",\"enter_address_manually\":\"Enter Address Manually\",\"alternatively_search_again\":\"Alternatively, Search Again\"},\"product_listings\":{\"filter_by\":\"Refine by %s\",\"remove_filter\":\"X\",\"enter_quantity\":\"Please enter the quantity you would like to purchase.\",\"show_more\":\"Show More\",\"show_less\":\"Show Less\",\"trade_pick_some_products\":\"Please pick some products.\",\"not_enough_stock\":\"There is not enough stock currently available.\",\"not_enough_stock_for_minimum_purchase\":\"There is not enough stock available to provide you with the minimum purchase quantity\",\"item\":\"Item\",\"items\":\"Items\"},\"hitachi\":{\"deposit_paid_invalid_payment_button_clicked\":\"Deposit Paid Invalid Payment Button Clicked\"},\"quickorder\":{\"loading\":\"Loading\",\"unable_to_match_a_product_with_the_search_term_pre_keyword\":\"Unable to match a product with the search term \",\"unable_to_match_a_product_with_the_search_term_post_keyword\":\". Please try again.\",\"multiple_matches_one\":\"There are \",\"multiple_matches_two\":\" products matching \\\"\",\"multiple_matches_three\":\"\\\", please &lt;a href=\\\"#js-quick-order-matching-products-modal-\",\"multiple_matches_four\":\"\\\"&gt;click here&lt;\\/a&gt; to select.\",\"please_choose\":\"Please choose an option...\",\"products_matching\":\"Products Matching\",\"out_of_stock\":\"Out of stock\",\"stock_limit_reached\":\"Stock Limit Reached\",\"invalid_quantity\":\"You have entered an invalid quantity\",\"duplicate_products_confirm_message\":\"Please note: You have added the same product on different rows of the form, these products will be added to your basket only once. If you wish to order more than one of this product then please choose 'cancel' and use the delete row option and quantity controls to amend your order, otherwise choose 'ok' to proceed to the basket.\",\"confirm_remove\":\"Are you sure you would like to remove this line?\",\"min_order_confirm_remove_one\":\"This product has a minimum order of \",\"min_order_confirm_remove_two\":\", reducing the quantity below this will remove this product.\\n\\nAre you sure you would like to remove this product?\",\"minimum_order\":\"Minimum Order\",\"not_available_online\":\"Not available online\",\"reference\":\"Reference\",\"submitting_empty_form\":\"You have not selected any products. Please try again.\"},\"promo_unit\":{\"event_timers\":{\"week\":\"week\",\"weeks\":\"weeks\",\"day\":\"days\",\"days\":\"days\",\"hour\":\"hr\",\"hours\":\"hr\",\"minute\":\"min\",\"minutes\":\"min\",\"second\":\"sec\",\"seconds\":\"sec\"}},\"on_page_personalisation\":{\"max_dimensions_on_page_personalisation\":{\"width\":\"Max Dimensions On Page Personalisation.width\",\"height\":\"Max Dimensions On Page Personalisation.height\"},\"width\":\"Width\",\"height\":\"Height\",\"unit_label_mm\":\" mm\",\"unit_label_cm\":\"cm\",\"unit_label_inches\":\" inches\",\"required\":\"* required\",\"product_unit_cost\":\"Product Unit Cost: \",\"additional_options\":\"Additional Options: \",\"pricing_grid_no_match\":\"Please check the sizes you have entered are within the maximum width and drops available. We have set them to within the ranges available.\",\"max_characters\":\"Maximum of %s characters!\",\"chars_remain\":\"characters remaining\",\"char_remain\":\"character remaining\",\"characters_count_colour\":\"black\",\"characters_count_colour_error\":\"red\",\"required_star\":\"*\",\"stock_delay_intro\":\"Customisation Delay: \",\"stock_delay_header\":\"Please Note\",\"check_required_fields\":\"Please check that you have completed all required fields - there are some that it seems that you have missed!\",\"your_product\":\"Your Item\",\"your_options\":\"Your Options\",\"totals\":\"Totals\",\"please_choose\":\"please choose\",\"items\":\"Items\",\"unit_personalisation_subtotal\":\"Unit Customisation\",\"setup_charges\":\"Setup Charges\",\"grand_total\":\"Grand Total\"},\"months\":{\"jan\":\"Jan\",\"feb\":\"Feb\",\"mar\":\"Mar\",\"apr\":\"Apr\",\"may\":\"May\",\"jun\":\"Jun\",\"jul\":\"Jul\",\"aug\":\"Aug\",\"sep\":\"Sep\",\"oct\":\"Oct\",\"nov\":\"Nov\",\"dec\":\"Dec\"},\"product_personalisation\":{\"are_you_sure_to_cancel\":\"Are you sure you want to cancel?\",\"are_you_sure_to_abandon\":\"Are you sure you want to abandon your personalisation changes?\"},\"customer\":{\"confirm_item_removal\":\"Are you sure you would like to cancel this item from your order?\",\"amendment_state_0\":\"No changes detected\",\"amendment_state_1\":\"Thank you for your adjustments, we will be in contact shortly to arrange a refund for the cancelled goods.\",\"amendment_state_2\":\"Thank you for your adjustments, we will be in contact shortly to arrange any applicable outstanding payment before dispatch.\",\"amendment_state_3\":\"Sorry, you can not cancel the order in it's entirety, please contact us for further assitance.\",\"amendment_error\":\"An error occurred whilst processing your request, please try again later or contact us for further assitance.\"},\"uploader\":{\"select_file\":\"Select File\",\"select_files\":\"Select Files\",\"change_file\":\"Change File\",\"change_files\":\"Change Files\"},\"checkout_v2\":{\"delivery\":{\"collect_store_postcode\":\"Please enter a Postcode\"},\"mybag\":{\"my_bag_contains_item\":\"Item\",\"my_bag_contains_items\":\"Items\"},\"three_software\":{\"loyalty_scheme\":\"Loyalty Scheme\",\"loyalty_card_number\":\"Loyalty Card Number\",\"check_balance\":\"Check Balance\",\"number_of_points\":\"Number of Points\",\"apply_points\":\"Apply Points\",\"points_available\":\"You have %s points. This is equivalent to the value of \\u00a3%s\",\"card_not_found\":\"Sorry your loyalty card was not found.\",\"not_enough_points\":\"Not enough points available\",\"points_applied\":\"Your Points have been applied to this order\",\"points_not_applied\":\"Your Points have not been applied to this order\"}},\"trims\":{\"points_available\":\"You have %s points. This is equivalent to the value of \\u00a3%s\",\"card_not_found\":\"Sorry your loyalty card was not found.\",\"not_enough_points\":\"Not enough points available\",\"general_error\":\"Sorry, there has been an error. Please try again.\"},\"pages\":{\"quote_does_not_exist\":\"Quote %s does not exist or has expired.\",\"quote_error_redeeming\":\"There was an error redeeming Quote %s. Please try again.\"},\"buylist\":{\"limit_reached\":\"The maximum number of products that you can add to your Buy List has been reached.\",\"confirm_delete\":\"Are you sure you want to clear your Buy List?\",\"confirm_delete_single\":\"Confirm Delete Single\"},\"event_builder\":{\"booking_time\":\"Event Time\"},\"dar_personalisation\":{\"button_text\":\"Button Text\"},\"product_finder\":{\"products_found\":\"%s products found\",\"product_found\":\"%s product found\",\"products\":\"(%s products)\",\"product\":\"(%s product)\",\"show_result\":\"Show %s Result \\u203a\",\"show_results\":\"Show %s Results \\u203a\",\"reset_filters\":\"Reset filters\",\"top_products\":\"Top Products\",\"top_product\":\"Top Product\",\"of_results_found\":\"of %s products found\",\"of_result_found\":\"%s product found\",\"show_all_results\":\"Go-to All Results\",\"add_more_filters_type\":\"Next Step: Select %s\",\"add_more_filters_name\":\"Next Step: %s\",\"add_more_filters_finish\":\"Finalise Selection\",\"start_again_message\":\"Start from Beginning\",\"try_again_message\":\"Retry Last Request\",\"error_no_results_title\":\"No Results Found\",\"error_no_results_message\":\"Sorry, we are unable to find any products using the selected filters. If you wish you can start again using the link below, or if you wish you can modify your filters.\",\"error_no_filters_title\":\"Unable to filter further\",\"error_no_filters_message\":\"Sorry, we are unable to provide more filtering options based on your current selection. If you wish you can start again or view the results as they stand?\",\"error_ajax_issue_title\":\"Error Encountered\",\"error_ajax_issue_message\":\"Sorry, we had a little trouble with that request, if you wish you can try again, or start from the beginning using the links below.\",\"welcome_title\":\"Welcome to the %s Product Finder!\",\"welcome_message_vertical\":\"Please use the \\\"%s\\\" filter from the left hand menu to get started using the Product Finder.\",\"welcome_message_horizontal\":\"Please use the \\\"%s\\\" filter from the menu above to get started using the Product Finder.\",\"confirm_filter_reset\":\"Are you sure you wish to reset your selection?\",\"select_all\":\"Select All \\/ Clear All\",\"clear_all\":\"Select All \\/ Clear All\",\"tooltip_skipped\":\"%s has been skipped because there are no options to display based on your previous selections.\",\"tooltip_empty\":\"You have not selected any %s options.\",\"tooltip_auto\":\"%s only has 1 option based on your selections, we have automatically selected this for you.\"},\"search\":{\"no_results\":\"No results for &amp;quot;%s&amp;quot;\"},\"slickslider_nav\":{\"next\":\"Next\",\"previous\":\"Previous\"},\"upselling_recommendations\":{\"num_item\":\"(%s item)\",\"num_items\":\"(%s items)\",\"product_added_to_basket\":\"Product Added to Basket\",\"products_added_to_basket\":\"Products Added to Basket\"}});})(window);vs.vsjsq2=[];if(typeof(jQuery)=='undefined'){$=jQuery=function(el){if(typeof el==='function'){vs.vsjsq2.push(el);return this;}\nreturn{ready:function(f){vs.vsjsq2.push(f);return this;}};};}</script> <script type=\"text/javascript\">var google_tag_params={ecomm_prodid:51463,ecomm_pcat:['French Furniture / Home Accessories / Candle Holders &amp; Stands'],ecomm_pname:['Rustic Driftwood Twisted 3 Candle Holder'],ecomm_pagetype:'product',ecomm_totalvalue:69.99};var dataLayer=dataLayer||[];dataLayer.push({'event':'remarketingTriggered','google_tag_params':window.google_tag_params});</script> <script type=\"text/javascript\">var dataLayer=dataLayer||[];dataLayer.push({'currencyCode':'GBP'});dataLayer.push({'customerId':''});dataLayer.push({'customerTitle':''});dataLayer.push({'customerFirstName':''});dataLayer.push({'customerLastName':''});dataLayer.push({'customerEmail':''});dataLayer.push({'customerDateRegistered':''});dataLayer.push({'customerPoints':''});dataLayer.push({'customerPointsNextLevel':''});dataLayer.push({'basketCount':0});dataLayer.push({'basketTotal':0});dataLayer.push({'productId':'49912'});dataLayer.push({'productSKU':'MJ98'});dataLayer.push({'productSKUS':['MJ98']});dataLayer.push({'productName':'Rustic Driftwood Twisted 3 Candle Holder'});dataLayer.push({'productBrand':''});dataLayer.push({'productCategory':'Rusticdriftwoodtwisted3candleholderp49912'});dataLayer.push({'productImage':'/images/rustic-driftwood-twisted-3-candle-holder-p49912-57649_image.jpg'});dataLayer.push({'productURL':'https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912'});dataLayer.push({'productInStock':'Y'});</script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-T2NHKQ');var dataLayer=dataLayer||[];vs.q(function(){dataLayer.push({event:'vs.js'});},3);</script> <script type=\"text/javascript\">(function(window){var v={};v.setting={};v.module_setting={};v.module_setting.product_options_module={};v.module_setting.responsive_templates={};v.setting.product_price_breaks_based_on_parent='false';v.setting.shop_price_inc_vat='true';v.setting.site_domain='www.homesdirect365.co.uk';v.module_setting.product_options_module.hide_single_options='false';v.module_setting.responsive_templates.listing_sash_position='bottom';window.vsvar=function(k){k=k||'';var s=k.split('.'),r=false,c=v;for(var i in s){if(typeof s[i]=='function'){continue;}\nif(s.hasOwnProperty(i)&amp;&amp;typeof c[s[i]]!=='undefined'){r=c=c[s[i]];}else{r=false;}}\nreturn r;};})(window);</script> <script type=\"text/javascript\">\n vs.js(\"https://cdn.salesfire.co.uk/code/602c7f62-a6eb-4e85-9bc0-f3213c1e93fc.js\", null, 6); window.sfDataLayer = window.sfDataLayer || [];\n window.sfDataLayer.push({\"ecommerce\":{\"view\":{\"sku\":\"49912\",\"name\":\"Rustic Driftwood Twisted 3 Candle Holder\",\"price\":69.99,\"currency\":\"GBP\",\"category\":\"French Furniture &gt; Home Accessories &gt; Candle Holders &amp; Stands\"}}});\n</script></head>" ]
[ "<title>Rustic Driftwood Twisted 3 Candle Holder | Modern Driftwood Furniture</title>" ]
[ { "key": "datasource", "type": "global", "value": "www.homesdirect365.co.uk > rustic driftwood twisted 3 candle holder p49912" } ]
[ { "char_end_idx": 70, "char_start_idx": 0, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 136, "char_start_idx": 70, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 524, "char_start_idx": 136, "key": "length", "type": "local", "value": "387" }, { "char_end_idx": 614, "char_start_idx": 524, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 743, "char_start_idx": 614, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 927, "char_start_idx": 743, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 1125, "char_start_idx": 927, "key": "length", "type": "local", "value": "197" }, { "char_end_idx": 1244, "char_start_idx": 1125, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 1449, "char_start_idx": 1244, "key": "length", "type": "local", "value": "204" }, { "char_end_idx": 1540, "char_start_idx": 1449, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 1677, "char_start_idx": 1540, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 1771, "char_start_idx": 1677, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 1908, "char_start_idx": 1771, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 1994, "char_start_idx": 1908, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 2098, "char_start_idx": 1994, "key": "length", "type": "local", "value": "103" } ]
[ { "key": "length", "type": "global", "value": "2179" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 147, "char_start_idx": 138, "html_attrs": { "attrs": [ "href" ], "values": [ "/cookies" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 148, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "cookie_alert_text__upper cookie_alert__more-info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 148, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "cookie_alert cookie_alert_container cookie_alert_text", "cookie_alert cookie_alert_text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 152, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 153, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "https://www.homesdirect365.co.uk/", "Home" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 153, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "1" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 153, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 169, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 170, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "/french-furniture-c487", "French Furniture" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 170, "char_start_idx": 170, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 170, "char_start_idx": 153, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 186, "char_start_idx": 170, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 187, "char_start_idx": 170, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "/french-furniture-c487/home-accessories-c1754", "Home Accessories" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 187, "char_start_idx": 187, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "3" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 187, "char_start_idx": 170, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 210, "char_start_idx": 187, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 211, "char_start_idx": 187, "html_attrs": { "attrs": [ "itemprop", "href", "title" ], "values": [ "item", "/french-furniture-c487/home-accessories-c1754/candle-holders-stands-c1820", "Candle Holders & Stands" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 211, "char_start_idx": 211, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "position", "4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 211, "char_start_idx": 187, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "itemListElement", "", "https://schema.org/ListItem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 251, "char_start_idx": 211, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 251, "char_start_idx": 211, "html_attrs": { "attrs": [ "class" ], "values": [ "last" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 252, "char_start_idx": 148, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "https://schema.org/BreadcrumbList" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 252, "char_start_idx": 148, "html_attrs": { "attrs": [ "class" ], "values": [ "container container--pad container--pad--no-bg breadcrumb cf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 252, "char_start_idx": 252, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277971383", "append--product-slice--1450277971383" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 252, "char_start_idx": 252, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large product-slice--1450278100319", "append--product-slice--1450278100319" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 252, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-15 l-offset-1 s-col-32 col--1450277929534_1" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 299, "char_start_idx": 252, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 18, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 327, "char_start_idx": 300, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 328, "char_start_idx": 328, "html_attrs": { "attrs": [ "src", "data-src", "alt", "title", "class" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg", "Pay4Later", "Pay4Later", "lazyload" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 328, "char_start_idx": 300, "html_attrs": { "attrs": [ "data-srcset" ], "values": [ "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754209-59384400.jpg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "source" }, { "char_end_idx": 328, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-unit__promo-image promo_unit_product_page_promos_0--lazyload" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 17, "type": "local", "value": "picture" }, { "char_end_idx": 328, "char_start_idx": 252, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "promo-unit__link", "/finance-available-i30", "Pay4Later" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 16, "type": "local", "value": "a" }, { "char_end_idx": 328, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-unit__container--none promo-unit__mobile-overlay--none" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 328, "char_start_idx": 252, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "promo-unit__link", "/finance-available-i30", "Pay4Later" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 328, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "product-content__promo" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 375, "char_start_idx": 328, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 403, "char_start_idx": 376, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 404, "char_start_idx": 404, "html_attrs": { "attrs": [ "src", "data-src", "alt", "title", "class" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg", "Lowest Price", "Lowest Price", "lazyload" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 404, "char_start_idx": 376, "html_attrs": { "attrs": [ "data-srcset" ], "values": [ "https://www.homesdirect365.co.uk/images/modules/promo_units/1475754090-60966600.jpg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "source" }, { "char_end_idx": 404, "char_start_idx": 328, "html_attrs": { "attrs": [ "class" ], "values": [ "promo-unit__promo-image promo_unit_product_page_promos_1--lazyload" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "picture" }, { "char_end_idx": 404, "char_start_idx": 328, "html_attrs": { "attrs": [ "class" ], "values": [ "product-content__promo promo-unit__container--none promo-unit__mobile-overlay--none" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 404, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "product-content__image l-up" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 404, "char_start_idx": 252, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277981528 product-content cf", "append--product-slice--1450277981528" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 404, "char_start_idx": 404, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large product-slice--s146496082785741", "append--product-slice--s146496082785741" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 404, "char_start_idx": 404, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277998718", "append--product-slice--1450277998718" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 404, "char_start_idx": 404, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277998718-options-controls", "append--product-slice--1450277998718-options-controls" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 404, "char_start_idx": 404, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450277998718-options-buttons", "append--product-slice--1450277998718-options-buttons" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 744, "char_start_idx": 404, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "p" }, { "char_end_idx": 817, "char_start_idx": 745, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 817, "char_start_idx": 745, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 818, "char_start_idx": 404, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "product-tabs__content__slice product-tabs__content__cms", "product__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 818, "char_start_idx": 404, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-32" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 818, "char_start_idx": 404, "html_attrs": { "attrs": [ "id", "class", "data-slice-id" ], "values": [ "tab-1450278001732-1", "product-tabs__content grid-32 product-tabs__content_expander row", "1450278001732" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1046, "char_start_idx": 818, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 1450, "char_start_idx": 1047, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1678, "char_start_idx": 1451, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1909, "char_start_idx": 1679, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2099, "char_start_idx": 1910, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2178, "char_start_idx": 2174, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.homesdirect365.co.uk/delivery-returns-i5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2178, "char_start_idx": 2100, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2179, "char_start_idx": 818, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-32 product-tabs__content__slice product-tabs__content__cms" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 818, "html_attrs": { "attrs": [ "id", "class", "data-slice-id" ], "values": [ "tab-1450278001732-3", "product-tabs__content grid-32 product-tabs__content_expander row", "1450278001732" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 2179, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-32 product-tabs__content__slice" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 2179, "html_attrs": { "attrs": [ "id", "class", "data-slice-id" ], "values": [ "tab-1450278001732-5", "product-tabs__content grid-32 product-tabs__content_expander row", "1450278001732" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 404, "html_attrs": { "attrs": [ "id", "data-slice-id", "class" ], "values": [ "js-product-tabs__1450278001732", "1450278001732", "product-tabs-slice__1450278001732 product-tabs-no-js product-tabs product-tabs-vertical product-tabs-header-full-width product-tabs-layout-block" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 404, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "product-slice slice-large slice-medium slice-small product-slice--1450278001732", "append--product-slice--1450278001732" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "col l-col-13 l-offset-2 s-col-32 col--1450277929534_2" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 252, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "section container container--pad section--1450277929534 row section section--1450277929534", "append--section--1450277929534" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 2179, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "col col--1450364561623_1 product-slice slice-large slice-medium slice-small product-slice--1450364565381", "append--product-slice--1450364565381" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 2179, "html_attrs": { "attrs": [ "class", "data-set" ], "values": [ "section container container--pad section--1450364561623 row section section--1450364561623", "append--section--1450364561623" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "product-page-wrapper grid-32" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2179, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "body-products" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 148, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "This site uses cookies to provide and improve your shopping experience. If you want to benefit from this improved service, please opt-in.\nMore Info\n" }, { "char_end_idx": 153, "char_start_idx": 148, "key": "paragraph", "marker": "li", "type": "local", "value": "Home\n" }, { "char_end_idx": 170, "char_start_idx": 153, "key": "paragraph", "marker": "li", "type": "local", "value": "French Furniture\n" }, { "char_end_idx": 187, "char_start_idx": 170, "key": "paragraph", "marker": "li", "type": "local", "value": "Home Accessories\n" }, { "char_end_idx": 211, "char_start_idx": 187, "key": "paragraph", "marker": "li", "type": "local", "value": "Candle Holders & Stands\n" }, { "char_end_idx": 251, "char_start_idx": 211, "key": "paragraph", "marker": "li", "type": "local", "value": "Rustic Driftwood Twisted 3 Candle Holder" }, { "char_end_idx": 252, "char_start_idx": 251, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 328, "char_start_idx": 252, "key": "paragraph", "marker": "div", "type": "local", "value": "[if IE 9]><video style=\"display:none\"><![endif] [if IE 9]></video><![endif]\n" }, { "char_end_idx": 404, "char_start_idx": 328, "key": "paragraph", "marker": "div", "type": "local", "value": "[if IE 9]><video style=\"display:none\"><![endif] [if IE 9]></video><![endif]\n" }, { "char_end_idx": 745, "char_start_idx": 404, "key": "paragraph", "marker": "p", "type": "local", "value": "Make your home feel a lot more modern and stylish by introducing this wonderful Rustic Driftwood Twisted 3 Candle Holder. It has a very lovely design that features 3 twisted candle holders, all of varying sizes. The different heights of the twisted pieces create a very unique look that'll be sure to make any home feel a lot more charming.\n" }, { "char_end_idx": 818, "char_start_idx": 745, "key": "paragraph", "marker": "p", "type": "local", "value": "These items are individually handcrafted so slight differences may occur\n" }, { "char_end_idx": 1047, "char_start_idx": 818, "key": "paragraph", "marker": "p", "type": "local", "value": "Please note that we have over 9,000 products on our website and could not possibly hold all of these in stock. Please call first if you need to know whether or not an item is in stock if this is something that is needed urgently\n" }, { "char_end_idx": 1451, "char_start_idx": 1047, "key": "paragraph", "marker": "p", "type": "local", "value": "All orders over £600 will have free UK mainland delivery automatically applied. Delivery outside UK mainland (including Scottish Highlands & Northern Ireland) please contact us for a delivery quote. For delivery quotes outside of the UK mainland (including Scottish Highlands & Northern Ireland) , please email your full delivery address and also the reference numbers of the items you're interested in.\n" }, { "char_end_idx": 1679, "char_start_idx": 1451, "key": "paragraph", "marker": "p", "type": "local", "value": "Delivery time frame will be approximately 3 - 21 working days for items that are in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.\n" }, { "char_end_idx": 1910, "char_start_idx": 1679, "key": "paragraph", "marker": "p", "type": "local", "value": "Delivery time frame to us will be approximately 4 - 16 weeks for items that are not in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required.\n" }, { "char_end_idx": 2100, "char_start_idx": 1910, "key": "paragraph", "marker": "p", "type": "local", "value": "You will be contacted via email with an update on your order within 72 working hours. We will continue with follow up emails on the progress of your order as we receive your items in stock.\n" }, { "char_end_idx": 2179, "char_start_idx": 2100, "key": "paragraph", "marker": "p", "type": "local", "value": "For more information or to view our full delivery & returns, please click here\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Rustic Driftwood Twisted 3 Candle Holder | Modern Driftwood Furniture" } ]
[ { "key": "url", "type": "global", "value": "https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912" } ]
[]
This site uses cookies to provide and improve your shopping experience. If you want to benefit from this improved service, please opt-in. More Info Home French Furniture Home Accessories Candle Holders & Stands Rustic Driftwood Twisted 3 Candle Holder [if IE 9]><video style="display:none"><![endif] [if IE 9]></video><![endif] [if IE 9]><video style="display:none"><![endif] [if IE 9]></video><![endif] Make your home feel a lot more modern and stylish by introducing this wonderful Rustic Driftwood Twisted 3 Candle Holder. It has a very lovely design that features 3 twisted candle holders, all of varying sizes. The different heights of the twisted pieces create a very unique look that'll be sure to make any home feel a lot more charming. These items are individually handcrafted so slight differences may occur Please note that we have over 9,000 products on our website and could not possibly hold all of these in stock. Please call first if you need to know whether or not an item is in stock if this is something that is needed urgently All orders over £600 will have free UK mainland delivery automatically applied. Delivery outside UK mainland (including Scottish Highlands & Northern Ireland) please contact us for a delivery quote. For delivery quotes outside of the UK mainland (including Scottish Highlands & Northern Ireland) , please email your full delivery address and also the reference numbers of the items you're interested in. Delivery time frame will be approximately 3 - 21 working days for items that are in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required. Delivery time frame to us will be approximately 4 - 16 weeks for items that are not in stock. Once the item is ready to be dispatched we will contact you to arrange a convenient day for delivery, as a signature is always required. You will be contacted via email with an update on your order within 72 working hours. We will continue with follow up emails on the progress of your order as we receive your items in stock. For more information or to view our full delivery & returns, please click here
https://www.homesdirect365.co.uk/rustic-driftwood-twisted-3-candle-holder-p49912
[ { "char_end_idx": 159, "char_start_idx": 153, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 251, "char_start_idx": 238, "key": "entity", "type": "local", "value": "Candle" }, { "char_end_idx": 524, "char_start_idx": 511, "key": "entity", "type": "local", "value": "Candle" }, { "char_end_idx": 1085, "char_start_idx": 1083, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1146, "char_start_idx": 1144, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1283, "char_start_idx": 1281, "key": "entity", "type": "local", "value": "United_Kingdom" } ]
[ { "char_end_idx": 170, "char_start_idx": 153, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "France" }, { "char_end_idx": 251, "char_start_idx": 211, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Candle" }, { "char_end_idx": 745, "char_start_idx": 404, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Candle" }, { "char_end_idx": 1451, "char_start_idx": 1047, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" } ]
0
304
1555621523000
<!doctype html> <html> <head> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2658387805352880", enable_page_level_ads: true }); </script> <!-- Datalayer --> <script> dataLayer = [{}]; dataLayer.push({"ecommerce":{"detail":{"actionField":{"list":"Product"},"products":[{"name":"Smathers & Branson Collegiate Can Cooler","id":"306448","price":"29.50"}]}}}); </script> <title>Smathers &amp; Branson Collegiate Can Cooler</title> <meta name="description" content="Smathers &amp; Branson Collegiate Can Cooler" /> <meta name="keywords" content="Smathers &amp; Branson Collegiate Can Cooler" /> <link rel="canonical" href="https://www.swoozies.com/product/306448" /> <meta property="og:title" content="Smathers &amp; Branson Collegiate Can Cooler" /> <meta property="og:description" content="Smathers &amp; Branson Collegiate Can Cooler" /> <meta property="og:url" content="https://www.swoozies.com/product/306448" /> <meta property="og:image" content="https://s3.amazonaws.com/cdn.sw.com/product-images/306448/189630-500.jpg" /> <meta property="og:type" content="product" /> <meta property="og:price:amount" content="29.50" /> <meta property="og:price:currency" content="USD" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <link rel="shortcut icon" href="/assets/imgs/favicon.ico"/> <link href="/assets/dist/bootstrap/css/bootstrap.min-4eadbf7d1721bb2729e398595bc7f0bc.css" rel="stylesheet" media="screen"> <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css" rel="stylesheet"> <link href="/assets/dist/owl-carousel/owl.carousel-6feb160fd06cb99cdc79b04a5cbe07dc.css" rel="stylesheet"> <link href="/assets/css/carousels-ac254cfae2eacd5b2c24269048f47378.css" rel="stylesheet"> <link href="/assets/dist/magnific-popup/magnific-popup-b58cd2adcb50f958ee018641983181f1.css" rel="stylesheet"> <link href="/assets/css/main-b0bfe05b4fbe00a333102ae484117c02.css" rel="stylesheet"> <link href="/assets/css/jquery-ui-datepicker-78bba5754f77e44ae12f4ecffd98401b.css" rel="stylesheet"> <script src="/assets/dist/jquery/jquery.min-397754ba49e9e0cf4e7c190da78dda05.js"></script> <script src="/assets/dist/unveil/jquery.unveil.min-ac79eb2770936161725e07ec34eae695.js"></script> <script src="/assets/dist/jquery-cookie/jquery.cookie-19c1792f2450cad33de3544df3b706bd.js"></script> <script src="/assets/dist/bootstrap/js/bootstrap.min-9e25e8e29ef0ea358e9778082ffd97d8.js"></script> <script src="/assets/dist/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min-17c6a7fe542725082ef34c30a324e53a.js"></script> <script src="/assets/dist/owl-carousel/owl.carousel.min-a109a7ddf69fa890cac2d2f5903d128a.js"></script> <script src="/assets/dist/magnific-popup/jquery.magnific-popup.min-2933b90c12f4431a51aafda6f17d9df4.js"></script> <script src="/assets/js/main-608c8b0abf853f25606619a4137be763.js"></script> <script src="//assets.pinterest.com/js/pinit.js"></script> <!------------ Local CSS ---------------> <style> .empty-result{ background-image: url("/assets/imgs/chevron.png");} .footer-main{ background-image: url("/assets/imgs/stripe.png");} .cart_container .sprite { background: url("/assets/imgs/cart_sprite.png") no-repeat;} .checkout_container .sprite { background: url("/assets/imgs/cart_sprite.png") no-repeat; } .always-motto{ margin-bottom: 5px;background: url("/assets/imgs/footer-motto/footer-quote-lg.jpg") no-repeat;width:230px;height:58px; background-size: 100% !important;} @media only screen and (min-width: 368px){ .always-motto{ background: url("/assets/imgs/footer-motto/footer-quote-lg.jpg") no-repeat;width:230px;height:58px; } } @media only screen and (min-width: 452px){ .always-motto{ background: url("/assets/imgs/footer-motto/footer-quote-sm.jpg") no-repeat;width:386px;height:29px; } } @media only screen and (min-width: 992px){ .always-motto{ background: url("/assets/imgs/footer-motto/footer-quote-md.jpg") no-repeat;width:174px;height:77px; } } @media only screen and (min-width: 1280px){ .always-motto{ background: url("/assets/imgs/footer-motto/footer-quote-lg.jpg") no-repeat;width:230px;height:58px; } } </style> <!------------ END Local CSS ---------------> <!-- ----------------------- IE Support ----------------------- --> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if IE]> <style type='text/css'> .placeholder{ color:#A9A9A9; } </style> <script type="text/javascript"> // Enable placeholder for input tag on IE 8 $(document).ready(function(){ $('[placeholder]').focus(function() { var input = $(this); if (input.val() == input.attr('placeholder')) { input.val(''); input.removeClass('placeholder'); } }).blur(function() { var input = $(this); if (input.val() == '' || input.val() == input.attr('placeholder')) { input.addClass('placeholder'); input.val(input.attr('placeholder')); } }).blur(); $('[placeholder]').parents('form').submit(function() { $(this).find('[placeholder]').each(function() { var input = $(this); if (input.val() == input.attr('placeholder')) { input.val(''); } }) }); }) </script> <![endif]--> <!--[if lte IE 7]> <link href="/assets/css/bootstrap-ie7-c660029f1abda26592dd34eeeec9f7b1.css" rel="stylesheet"> <![endif]--> <!--[if lt IE 9]> <script src="/assets/dist/html5shiv/html5shiv-0ce8f355891c26c28f057e195e97dcd5.js"></script> <script src="/assets/dist/respond/respond.min-972b9d5576bfe0a34b18cd9e4f99d747.js"></script> <![endif]--> <!--[if lte IE 8]> <style type='text/css'> .footer-cols{ padding-top:22px;padding-bottom:22px;padding-left:22px !important;padding-right:22px !important; } .dropdown-menu{ margin-left:-6px; zoom: 1; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#CCCCCC, Strength=6, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#CCCCCC, Strength=6, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#CCCCCC, Strength=6, Direction=270), } .always-motto{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/assets/imgs/footer-motto/footer-quote-lg.jpg", sizingMethod="scale");-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/assets/imgs/footer-motto/footer-quote-lg.jpg", sizingMethod="scale")";} </style> <script type="text/javascript"> if(typeof String.prototype.trim !== 'function') { String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); } } </script> <script type="text/javascript"> // Trigger Owl carousel refresh after Bootsrap completes initialization $(document).ready(function(){ window.setTimeout(function(){ $(".owl-carousel").data('owlCarousel').reinit() }, 1000); }) </script> <![endif]--> <!-- ----------------------- END IE Support ----------------------- --> <script src="/assets/js/autocomplete-lib-3772df317b7bafdaa4490396114d32af.js"></script> </head> <body> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K9V3RR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-K9V3RR');</script> <!-- End Google Tag Manager --> <div class="page"> <!-- <div style="background-color:#DDDDDD; height:30px" class="hf-head-container hf-gd hide-below-480"> <div class="container"> <div> <div style="float:left;background-color:#DDDDDD;padding:4px 10px 5px 10px;position:relative"> <a href='http://www.beau-coup.com' style='display:block;background-image:url("/assets/imgs/logos-1.png");height:21px;width:83px' onmouseover='document.getElementById("bcsw-beaucoup-description").style.display = "block"' onmouseout='document.getElementById("bcsw-beaucoup-description").style.display = "none"'></a> <div id='bcsw-beaucoup-description' style='display:none;position:absolute;width:300px;top:40px;left:0px;border:1px solid #4F3310; z-index:9999;background-color:#FFFFFF;color:#666666;font-size:12px;padding:15px'> Unique favors and party supplies for weddings, baby showers, birthday parties, and more! <div style='position:absolute;top:-11px;left:42px;background-image:url("/assets/imgs/logos-1.png");background-position:-0px -25px;height:11px;width:19px;background-color:#FFFFFF'></div> </div> </div> <div style="float:left;background-color:#FFFFFF;padding:4px 10px 5px 10px"> <a href="http://www.swoozies.com" style="display:block;float:left;background-image:url('/assets/imgs/logos-1.png');height:21px;width:79px;background-position: -90px -21px"></a> </div> </div> </div> </div> --> <div class="header-top row" style="background-color:#EC098D;color:white;"> <div class="hidden-xs head-promo" style="text-align:center;font-weight:bold;"> Become a Swoo Insider and save 20% on your next purchase! See below. </div> <div class="visible-xs head-promo-gate" style="text-align:center;font-weight:bold;"> <div class="head-promo-gate-slide"> <div class="head-promo-gate-slide-header"> <div class="head-promo-gate-slide-topic">Sign up to get the deal!</div> <div class="head-promo-gate-slide-control">Hide&nbsp;<span class="fa fa-caret-up"></span></div> <div style="clear:both;"></div> </div> <div class="head-promo-gate-slide-white"> <input class="head-promo-gate-email" type="email" placeholder="Enter your email address"> <div class="head-promo-gate-deal" data-ungated="Use Code: SWOOINSIDER20"></div> <button class="head-promo-gate-button sw-button bt-yellow" onkeydown="if(event.keyCode == 13) { promoGateSubmit('SWOOINSIDER20'); }" onclick="promoGateSubmit('SWOOINSIDER20');"></button> </div> </div> <div class="head-promo-gate"> <div class="head-promo-gate-top">Save 20% off your next purchase</div> <div class="head-promo-gate-bottom" data-ungated='Code: SWOOINSIDER20' data-coupon='SWOOINSIDER20'>&nbsp;</div> </div> </div> </div> <div class='header-container'> <div class='container'> <div class='header-main' style="position:relative"> <div class='row'> <div class="logo col-md-4" style="margin:auto;float:none;clear:none"> <a href='/'> <img src="/assets/imgs/swoozies_logo.jpg" alt="" style="display:block;margin:auto;"> <!-- <img src="http://cdn.swoozies.com/content-images/78925/78925-0.jpg" alt="" style="display:block;margin:auto;"> --> </a> </div> <div class="search-wrapper col-md-4"> <div class="col-md-9" style="padding-left:0"> <input type="text" class="search-input" placeholder='Search entire store here...' onkeypress='globalSearch(event)' value=""> <div class='icon-search' onclick='globalSearch(event)'></div> </div> </div> <div class="user-menu col-md-4"> <div class='cart-indicator clear'><a href="/cart"><div class='fa fa-shopping-cart'></div>View Cart</a></div> <ul> <li><a href="http://help.swoozies.com"><div class='fa fa-question'></div><span class='hide-below-480'>Info &amp; FAQ</span></a></li> <li> <div class='hidden-xs'><a href="#" onclick="return SnapEngage.startLink();"><div class='fa fa-comments'></div><span class='hide-below-480'>Contact Us</span></a></div> <div class='visible-xs'><a href="#" onclick="return SnapEngage.startLink();"><div class='fa fa-comments'></div><span class='hide-below-480'>Contact Us</span></a></div> </li> <li class='last'> <a class="btn-login" style="display:none;" href="#dialog-account"><div class='fa fa-user'></div><span class='hide-below-480'>Login</span></a> <div class="account-bar" style="display:none;"> <div style="display:inline-block"><span class="account-email visible-lg"></span></div> <a class="btn-logout" href="#" onclick="accountLogout(event)"><div class='fa fa-sign-out'></div><span class='hide-below-480'>Logout</span></a> </div> </li> </ul> </div> </div> </div> </div> </div> <!-- Main Nav Bar --> <nav class="navbar navbar-default container" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <button class="navbar-brand" data-toggle="collapse" data-target=".navbar-ex1-collapse">Menu</button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li class="dropdown "> <a href="/category/entertaining" class="dropdown-toggle hidden-xs disabled" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Entertaining</a> <a href="/category/entertaining" class="dropdown-toggle visible-xs" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Entertaining</a> <ul class="dropdown-menu"> <div class="dropdown-content left-content" style='margin:0 20px'> <a href="/catalogs/April2019_Catalog"> <!-- use background image until unveil fix the image visibility check bug --> <!-- <div><img src="" data-src="https://cdn.swoozies.com/content-images/269800/269800-0.jpg" alt="Image" style="max-width:100%;" class='lazy-load'/></div> --> <div style='background-image:url("https://cdn.swoozies.com/content-images/269800/269800-0.jpg");filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/269800/269800-0.jpg", sizingMethod="scale");-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/269800/269800-0.jpg", sizingMethod="scale")";border: 1px solid #DDDDDD;width:300px;height:192px;background-size:100%;'></div> <div style='margin:10px 0px;font-weight:bold;font-size:16px'>Shop Our New Summer Catalog <div class='icon-caret-right'></div></div> </a> </div> <div class='dropdown-column'> <li><span class="dropdown-menu-nav-header">Shop by Occasion</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/graduation-party">Graduation</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/easter">Easter</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/cinco-de-mayo">Cinco de Mayo</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/fourth-of-july">Fourth of July</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/birthday">Celebration</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/spring">Happy Spring</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Shop by Theme</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/garden-party">Garden Party</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/brunch-club">Brunch Club</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/havana-a-good-time">OLE'</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/this-is-a-good-place">Living the Best Life</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/cocktail_party">Cocktail Party</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/state">State / Local Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> </div><div class='dropdown-column'> <li><span class="dropdown-menu-nav-header">Drinkware & Tableware</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/corkcicle">Corkcicle</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/coton-colors">Coton Colors</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/custom-personalized-cups-huggers-and-napkins">Personalized Cups, Huggers & Napkins</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/drinkware">Drinkware</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/humorous-paper-tableware">Funny Napkins & Cups</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/entertaining/paper-tableware">Paper Tableware</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><a href="/category/entertaining/only-at-swoozies">Only at Swoozie's</a></li> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> </div> <div class="dropdown-content right-content" style='margin:0 20px'> <a href="/catalogs/April2019_Catalog"> <!-- use background image until unveil fix the image visibility check bug --> <!-- <div><img src="" data-src="https://cdn.swoozies.com/content-images/269800/269800-0.jpg" alt="Image" style="max-width:100%;" class='lazy-load'/></div> --> <div style='background-image:url("https://cdn.swoozies.com/content-images/269800/269800-0.jpg");filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/269800/269800-0.jpg", sizingMethod="scale");-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/269800/269800-0.jpg", sizingMethod="scale")";border: 1px solid #DDDDDD;width:300px;height:192px;background-size:100%;'></div> <div style='margin:10px 0px;font-weight:bold;font-size:16px'>Shop Our New Summer Catalog <div class='icon-caret-right'></div></div> </a> </div> </ul> <div class='clear hidden-md hidden-lg'></div> </li> <li class="dropdown "> <a href="/category/wedding" class="dropdown-toggle hidden-xs disabled" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Wedding Shop</a> <a href="/category/wedding" class="dropdown-toggle visible-xs" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Wedding Shop</a> <ul class="dropdown-menu"> <div class='dropdown-column'> <li><span class="dropdown-menu-nav-header">Shop By Occasion</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/wedding/wedding-events">Events</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/wedding/decor-favors-supplies">Wedding Decor</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/wedding/favors">Wedding Favors & Packaging</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/wedding/wedding_supplies">Wedding Supplies</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/wedding/wedding-gifts">Wedding Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/wedding/invitations-stationery">Invitations & Stationery</a></li> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> </div> </ul> <div class='clear hidden-md hidden-lg'></div> </li> <li class="dropdown "> <a href="/category/invitations" class="dropdown-toggle hidden-xs disabled" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Stationery & Invitations</a> <a href="/category/invitations" class="dropdown-toggle visible-xs" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Stationery & Invitations</a> <ul class="dropdown-menu"> <div class='dropdown-column'> <li><span class="dropdown-menu-nav-header">STATIONERY</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/flat-correspondence-cards">Personalized Flat Note Cards</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/foldover-note-cards">Personalized Foldover Note Cards</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/stationery-sets">Stationery & Notepads</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/thank-you-notes">Thank You Cards</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/baby-and-mom-to-be-stationery">Baby & Mommy Stationery</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/childrens-stationery">Children's Stationery</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/enclosure-and-calling-cards">Enclosure & Calling Cards</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/notepads">Notepads & Memos</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Designer Stationery</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/designer-stationery/crane" class="">Crane</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/designer-stationery/kate-spade" class="">Kate Spade</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/designer-stationery/lilly-pulitzer" class="">Lilly Pulitzer</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Addressing</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/stickers">Stickers & Labels</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/stamps">Stamps</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Other</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/pens-pencils">Pens & Pencils</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/desk-accessories">Desk Accessories</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/stationery-wardrobes">Stationery Wardrobes</a></li> <div class='clear hidden-md hidden-lg'></div> </div><div class='dropdown-column'> <li><span class="dropdown-menu-nav-header">INVITATIONS</span></li> <div class='clear hidden-md hidden-lg'></div> <li><span class="dropdown-menu-nav-header">Wedding</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/showers-and-luncheons">Bridal Shower Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/bachelorette-and-lingerie">Bachelorette Party Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/engagement">Engagement Party Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/rehearsal-dinner">Rehearsal Dinner Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/wedding-invitations">Wedding Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/anniversary-invitations">Anniversary Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Seasonal Cards & Invitations</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/spring-summer">Spring/Summer</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/fall">Fall</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Holiday Cards & Invitations</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/holiday-greeting-cards">Holiday Greeting Cards</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/holiday-digital-photo-cards">Holiday Photo Cards</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/holiday-invitations">Holiday Party Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Party Invitations</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/general-party">General Party</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/birthday-invitations">All Birthday Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/invitations/graduation">Grad Invites & Announcements</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><a href="/category/invitations/baby-shower">Baby & Kids Invitations</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><a href="/category/invitations/only-at-swoozies">Only At Swoozie's</a></li> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> </div> </ul> <div class='clear hidden-md hidden-lg'></div> </li> <li class="dropdown "> <a href="/category/brilliant-gifts" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="100">The Gift Shop</a> <ul class="dropdown-menu"> <div class="dropdown-content left-content" style='margin:0 20px'> <a href="/category/brilliant-gifts/top-gift-ideas"> <!-- use background image until unveil fix the image visibility check bug --> <!-- <div><img src="" data-src="https://cdn.swoozies.com/content-images/261701/261701-0.jpg" alt="Image" style="max-width:100%;" class='lazy-load'/></div> --> <div style='background-image:url("https://cdn.swoozies.com/content-images/261701/261701-0.jpg");filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/261701/261701-0.jpg", sizingMethod="scale");-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/261701/261701-0.jpg", sizingMethod="scale")";border: 1px solid #DDDDDD;width:300px;height:192px;background-size:100%;'></div> <div style='margin:10px 0px;font-weight:bold;font-size:16px'>Shop Top Gifts <div class='icon-caret-right'></div></div> </a> </div> <div class='dropdown-column'> <li><span class="dropdown-menu-nav-header">Seasonal Gifts</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/graduation-gifts">Graduation</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/spring-break">Spring Break</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/gift-bazaar">Gift Bazaar</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/mothers-day">Mother's Day</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Gift By Recipient</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/for-her">Gifts for Her</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/for-him">Gifts for Him</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/for-the-baby-toddler-kids">Gifts for Babies & Kids</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/tween">Gifts for Tweens</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/teacher">Gifts for Teachers/Volunteers</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/hostess-gifts">Hostess Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/corporate-coworker-gifts">Corporate & Coworker Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/sorority">Sorority Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">Designer Gifts</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/designer-gifts/all-designer-gifts" class="">Top Designer Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/designer-gifts/kate-spade-all" class="">kate spade new york</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/designer-gifts/lilly-pulitzer" class="">Lilly Pulitzer</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/designer-gifts/scout-gifts" class="">Scout Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/designer-gifts/bando" class="">Ban.do</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/designer-gifts/moon-lola" class="">Moon & Lola</a></li> <div class='clear hidden-md hidden-lg'></div> </div><div class='dropdown-column'> <li><span class="dropdown-menu-nav-header">Shop by Theme</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/lifes-a-road-trip">Ticket to Paradise</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/living-for-the-fun-of-it">Living for the Fun of it </a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/unicorn-magic">Best Unicorn Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><div class="dropdown-break-row">&nbsp;</div></li> <li><span class="dropdown-menu-nav-header">More Gift Ideas</span></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/brilliant-gift-of-the-day">Free Personalization Event</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/top-gift-ideas">Top Gift Ideas</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/floats">Floats & Inflatables</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/sprinklers">Giant Sprinklers</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/personalized-gifts">Top Personalized Gifts </a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/food">Food and Sweets </a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/home-gifts">Home</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/wine-bar-home">Bar & Glassware</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/frames-signs">Frames & Signs</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/books-and-calendars">Books</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/technology-accessories">Tech Gifts</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/o-venture">The Big O Keyring: Top Gift</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/brilliant-gifts/corkcicle">Corkcicle</a></li> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> </div> <div class="dropdown-content right-content" style='margin:0 20px'> <a href="/category/brilliant-gifts/top-gift-ideas"> <!-- use background image until unveil fix the image visibility check bug --> <!-- <div><img src="" data-src="https://cdn.swoozies.com/content-images/261701/261701-0.jpg" alt="Image" style="max-width:100%;" class='lazy-load'/></div> --> <div style='background-image:url("https://cdn.swoozies.com/content-images/261701/261701-0.jpg");filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/261701/261701-0.jpg", sizingMethod="scale");-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src="https://cdn.swoozies.com/content-images/261701/261701-0.jpg", sizingMethod="scale")";border: 1px solid #DDDDDD;width:300px;height:192px;background-size:100%;'></div> <div style='margin:10px 0px;font-weight:bold;font-size:16px'>Shop Top Gifts <div class='icon-caret-right'></div></div> </a> </div> </ul> <div class='clear hidden-md hidden-lg'></div> </li> <li class="dropdown "> <a href="/category/journals-agendas" class="dropdown-toggle hidden-xs disabled" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Journals & Agendas</a> <a href="/category/journals-agendas" class="dropdown-toggle visible-xs" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Journals & Agendas</a> <ul class="dropdown-menu"> <div class='dropdown-column'> <li><a href="/category/journals-agendas/journals-agendas">All Journals & Agendas</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/journals-agendas/designer-agendas">Agendas & Calendars</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/journals-agendas/notebooks-journals">Notebooks & Journals</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/journals-agendas/agenda-planner-accessories">Pens, Pencils and Accessories </a></li> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> </div> </ul> <div class='clear hidden-md hidden-lg'></div> </li> <li class="dropdown "> <a href="/category/monogram" class="dropdown-toggle hidden-xs disabled" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Personalization Shop</a> <a href="/category/monogram" class="dropdown-toggle visible-xs" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Personalization Shop</a> <ul class="dropdown-menu"> <div class='dropdown-column'> <li><a href="/category/monogram/need-it-now">Need It Now </a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/gifts-for-the-hostess">Gifts For The Hostess</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/gifts-under-30">Gifts Under $30</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/party-entertaining">Party + Entertaining</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/bar-glassware">Bar + Glassware</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/trays-servingware">Trays + Servingware</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/outdoor-entertaining">Outdoor Entertaining</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/home">Home and Entertaining</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/monogram/stationery">Stationery</a></li> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> </div> </ul> <div class='clear hidden-md hidden-lg'></div> </li> <li class="dropdown "> <a href="/catalogs">Catalogs</a> <div class='clear hidden-md hidden-lg'></div> </li> <li class="dropdown "> <a href="/category/sale" class="dropdown-toggle hidden-xs disabled" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Sale</a> <a href="/category/sale" class="dropdown-toggle visible-xs" data-toggle="dropdown" data-hover="dropdown" data-delay="100">Sale</a> <ul class="dropdown-menu"> <div class='dropdown-column'> <li><a href="/category/sale/clearance">Sale</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/sale/stationery">Stationery</a></li> <div class='clear hidden-md hidden-lg'></div> <li><a href="/category/sale/seasonl">Seasonal </a></li> <div class='clear hidden-md hidden-lg'></div> <div class='clear hidden-md hidden-lg'></div> </div> </ul> <div class='clear hidden-md hidden-lg'></div> </li> </ul> </div><!-- /.navbar-collapse --> <div class='nav-bottom-hr hidden-xs'></div> <div class='visible-xs'> <div class='nav-bottom-mobile-hr'></div> </div> </nav> <!-- Need this line before IF condition to make sure handlebar works --> <div class="breadcrumb-container container"> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/category/entertaining">Entertaining</a></li> <li>Smathers & Branson Collegiate Can Cooler</li> </ol> </div> <div class="main-container"> <div class='container'> <div class='pp-image-container'> <div class="gallery"> <div class="gallery_list"> <a href="https://cdn.swoozies.com/product-images/306448/189630-500.jpg"> <img src='https://cdn.swoozies.com/product-images/306448/189630-500.jpg'/> </a> </div> </div> </div> <div class='pp-details'> <h1>Smathers &amp; Branson Collegiate Can Cooler</h1> <div> <div id="bcpf-pinterest"><a href='//www.pinterest.com/pin/create/button/' data-pin-do='buttonBookmark'><img src='//assets.pinterest.com/images/pidgets/pin_it_button.png' /></a></div> <div id="bcpf-facebook"> <iframe src="https://www.facebook.com/plugins/like.php?href=https://www.swoozies.com/product/306448&amp;send=false&amp;layout=button_count&amp;width=80&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" class="facebook_like" allowTransparency="true"></iframe> </div> <div id="bcpf-wanelo"> <a class="wanelo-save-button" href="//wanelo.com/" data-url="https://www.swoozies.com/product/306448" data-title="Smathers &amp; Branson Collegiate Can Cooler" data-image="https://s3.amazonaws.com/cdn.sw.com/product-images/306448/189630-500.jpg" data-price=""></a> <script async="true" type="text/javascript" src="//cdn-saveit.wanelo.com/bookmarklet/3/save.js"></script> </div> </div> <div class='clear'></div> <div class="product_clear_div"></div> <div style='line-height:28px;margin-bottom:10px;overflow:auto;'><div id='bcpf-product_price'></div><div id='bcpf-product_id'>#306448</div></div> <div class='clear'></div> <div> <div><div class='pp_view_price_chart_button'>View full price chart(s)</div></div> <div><div class='pp_hide_price_chart_button' style='display:none'>Hide price chart(s)</div></div> <div class='pp_price_charts' style='display:none'> <div class='pp_price_chart'> <div class='pp_price_chart_label'></div> <table class='pp_price_chart_table'> <tr><th>Quantity</th><th>Price</th></tr> <tr> <td>1+</td> <td>$29.50</td> </tr> </table> </div> <div class='pp_price_chart_divider'></div> <div class='clear'></div> </div> <br /> </div> <div class="product_details"> <div class="product_desc"> <p>Smathers &amp; Branson can coolers combine their signature 100% hand-stitched needlepoint with an Italian, full grain leather exterior and neoprene liner. Each needlepoint inset has the college logo, mascot or name to help keep you and your drink cool with college spirit. Can you dress your drink up any better?</p> <p>Order early to insure timely delivery. You will be notified within 2 business days if your selected school has gone onto backorder. Backorders usually take 1-2 months to be fulfilled.</p> </div> <div> <div><div class='pp_view_swoozies_sku_button'>Swoozie's SKU (internal)</div></div> <div><div class='pp_hide_swoozies_sku_button' style='display:none;'>Hide Swoozie's SKU (internal)</div></div> <div class='pp_swoozies_sku' style='display:none;'> <p>COLLCANCOOLER, CANCLR-AUB, CANCLR-UGA, CANCLR-UTX, CANCLR-GT, CANCLR-A&M, CANCLR-FLA, CANCLR-FSU, CANCLR-BAMA, CANCLR-CLEM, CANCLR-OM, CANCLR-UNC, CANCLR-OHIOST, CANCLR-OK, CANCLR-USC, CANCLR-SMU, CANCLR-TT, CANCLR-TCU, CANCLR-COLL, CANCLR-NCS</p> </div> </div> <p class="product_processing_time">Estimated Production Time: Up to 3 Business Days; 1-2 months if backordered</p> </div> <div class='product-option-tabs'> <div class='product-option-master-container'> <div class='product-option-master-row'> <span>Show Customization Options</span> <i class='fa-plus fa'></i> </div> <div class='product-option-master-content'> <div id='product-option-tab-row-1' class='product-option-tab'> <div class='product-option-tab-row'> <span>Stocked Schools</span> <i class='fa-plus fa'></i> </div> <div class='product-option-tab-content'> <p style='margin:10px;'>Click image to enlarge</p> <div style='margin:10px;'> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189639-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189639-100H.jpg' height='100' alt='Auburn University' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Auburn University</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189644-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189644-100H.jpg' height='100' alt='College' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>COLLEGE</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189643-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189643-100H.jpg' height='100' alt='Clemson University' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Clemson University</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189641-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189641-100H.jpg' height='100' alt='Florida State University' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Florida State University</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189649-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189649-100H.jpg' height='100' alt='Georgia Tech' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Georgia Tech</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189645-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189645-100H.jpg' height='100' alt='Ohio State' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Ohio State</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189640-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189640-100H.jpg' height='100' alt='Southern Methodist University' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Southern Methodist University</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189636-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189636-100H.jpg' height='100' alt='Texas A&amp;m' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Texas A&amp;M</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189634-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189634-100H.jpg' height='100' alt='Texas Christian University' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Texas Christian University</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189642-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189642-100H.jpg' height='100' alt='Texas Tech' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>Texas Tech</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189637-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189637-100H.jpg' height='100' alt='U Of Alabama' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of Alabama</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189646-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189646-100H.jpg' height='100' alt='U Of Florida' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of Florida</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189631-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189631-100H.jpg' height='100' alt='U Of Georgia Red' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of Georgia Red</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189633-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189633-100H.jpg' height='100' alt='U Of Mississippi' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of Mississippi</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189632-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189632-100H.jpg' height='100' alt='U Of N. Carolina Navy' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of N. Carolina Navy</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189650-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189650-100H.jpg' height='100' alt='U Of Oklahoma' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of Oklahoma</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189635-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189635-100H.jpg' height='100' alt='U Of S. Carolina' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of S. Carolina</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/189648-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/189648-100H.jpg' height='100' alt='U Of Texas Burnt Orange' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>U of Texas Burnt Orange</span> </a> </div> <div class='product-option-tab-image-container'> <a href='https://cdn.sw.com/product-images/306448/250651-0.jpg'> <img src='https://cdn.sw.com/product-images/306448/250651-100H.jpg' height='100' alt='Nc State' border='0' /> <span class='product-option-tab-image-caption' style='max-width:100px;'>NC State</span> </a> <div class='red' style='max-width:100px;'>(NC State)</div> </div> </div> <div class='clear'></div> </div> </div> </div> </div> </div> <div class='clear'></div> <div class='product-form-tab'> <div class='product-form-master-container'> <div class='product-form-master-row'> <span>Purchase Now</span> <i class='fa-plus fa'></i> </div> <div class='product-form-master-content'> <div class='pf-form '></div> </div> </div> </div> <div class='clear'></div> </div> <div class="pp-right-module hidden-xs"> <div class="section-title">You may also like...</div> <div class="owl-carousel section-content" data-carousel='{"items":15,"itemsDesktop":[1199,6],"itemsDesktopSmall":[980,4],"itemsTablet":[768,4],"itemsTabletSmall":false,"itemsMobile":[479,2],"singleItem":true,"paginationSpeed":800,"rewindSpeed":1000,"navigation":true,"navigationText":["prev","next"],"scrollPerPage":true,"pagination":false,"paginationNumbers":false,"lazyLoad":true}'> <div class='item'> <div class=" product"> <a href="/product/293624"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/293624/176856-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/286958"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286958/197151-150.jpg"> </div> <div class="product-name">Smathers & Branson Texas Flag Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/286959"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286959/206234-150.jpg"> </div> <div class="product-name">Smathers & Branson Univ. of Georgia Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/293684"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/293684/206238-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Cufflinks</div> <div class="product-price text-lightGray">$55.00 each</div> </a> </div> <div class=" product"> <a href="/product/286957"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286957/206233-150.jpg"> </div> <div class="product-name">Smathers & Branson Golf Clubs Key Fob</div> <div class="product-price text-lightGray">$32.00 each</div> </a> </div> </div><div class='item'> <div class=" product"> <a href="/product/286960"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286960/206236-150.jpg"> </div> <div class="product-name">Smathers & Branson Univ. of Texas Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/286963"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286963/206217-150.jpg"> </div> <div class="product-name">Smathers & Branson American Flag Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/293686"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/293686/176670-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Hat</div> <div class="product-price text-lightGray">$35.00 each</div> </a> </div> <div class=" product"> <a href="/product/286961"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286961/206237-150.jpg"> </div> <div class="product-name">Smathers & Branson Georgia Tech Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/293681"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/293681/206231-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Card Wallet</div> <div class="product-price text-lightGray">$58.00 each</div> </a> </div> </div><div class='item'> <div class=" product"> <a href="/product/286970"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286970/206232-150.jpg"> </div> <div class="product-name">Smathers & Branson Got Rum Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/314153"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/314153/250658-150.jpg"> </div> <div class="product-name">Smathers & Branson U of Florida Key Fob</div> <div class="product-price text-lightGray">$28.50 each</div> </a> </div> <div class=" product"> <a href="/product/286964"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286964/206225-150.jpg"> </div> <div class="product-name">Smathers & Branson Fishing Fly Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/286956"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286956/206230-150.jpg"> </div> <div class="product-name">Smathers & Branson Texas Flag Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class=" product"> <a href="/product/293680"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/293680/176860-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> </div><div class='item'> <div class=" product"> <a href="/product/314145"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/314145/250648-150.jpg"> </div> <div class="product-name">Smathers & Branson Navy Dancing Bear Needlepoint Can Cooler</div> <div class="product-price text-lightGray">$29.50 each</div> </a> </div> <div class=" product"> <a href="/product/314149"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/314149/250654-150.jpg"> </div> <div class="product-name">Smathers & Branson Auburn Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/286953"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286953/206229-150.jpg"> </div> <div class="product-name">Smathers & Branson American Flag Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class=" product"> <a href="/product/286962"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286962/206227-150.jpg"> </div> <div class="product-name">Smathers & Branson Rainbow Fleet Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class=" product"> <a href="/product/314148"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/314148/250653-150.jpg"> </div> <div class="product-name">Smathers & Branson S. Carolina Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> </div><div class='item'> <div class=" product"> <a href="/product/314150"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/314150/250655-150.jpg"> </div> <div class="product-name">Smathers & Branson Clemson Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class=" product"> <a href="/product/314144"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/314144/250627-150.jpg"> </div> <div class="product-name">Smathers & Branson Fishing Fly Needlepoint Can Cooler</div> <div class="product-price text-lightGray">$29.50 each</div> </a> </div> <div class=" product"> <a href="/product/286955"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/286955/206228-150.jpg"> </div> <div class="product-name">Smathers & Branson Got Rum Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class=" product"> <a href="/product/318324"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/318324/269517-150.jpg"> </div> <div class="product-name">Boat Drink Can Cooler</div> <div class="product-price text-lightGray">$29.50 each</div> </a> </div> <div class=" product"> <a href="/product/318384"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/318384/269652-150.jpg"> </div> <div class="product-name">Smathers & Branson Alabama (Garnet) Needlepoint Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> </div><div class='item'> <div class=" product"> <a href="/product/293842"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/293842/42900-150.jpg"> </div> <div class="product-name">Personalized Orbit Bottle Labels</div> <div class="product-price text-lightGray">$14.95 each</div> </a> </div> <div class=" product"> <a href="/product/308965"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/308965/217171-150.jpg"> </div> <div class="product-name">Corkcicle Unicorn Magic Stemless</div> <div class="product-price text-lightGray">$24.95 each</div> </a> </div> <div class=" product"> <a href="/product/294369"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/294369/43551-150.jpg"> </div> <div class="product-name">Drinking Buddies Drink Markers</div> <div class="product-price text-lightGray">$14.95 each</div> </a> </div> <div class=" product"> <a href="/product/110427"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/110427/255833-150.jpg"> </div> <div class="product-name">Personalized 16 oz. Foam Cups</div> <div class="product-price text-lightGray">$15.90 each</div> </a> </div> <div class=" product"> <a href="/product/308970"> <div class="thumbnail"><img src="https://cdn.swoozies.com/product-images/308970/212545-150.jpg"> </div> <div class="product-name">Corkcicle Gloss Turquoise Stemless</div> <div class="product-price text-lightGray">$22.95 each</div> </a> </div> </div> </div> </div> <div class='bcpf-dde-popup-listing' style='display:none;'></div> <div class="visible-xs"> <div class="section-title">You may also like...</div> <div class="owl-carousel section-content" data-carousel='{"items":5,"itemsDesktop":[1199,6],"itemsDesktopSmall":[980,4],"itemsTablet":[768,4],"itemsTabletSmall":false,"itemsMobile":[479,2],"singleItem":false,"paginationSpeed":800,"rewindSpeed":1000,"navigation":true,"navigationText":["prev","next"],"scrollPerPage":true,"pagination":false,"paginationNumbers":false,"lazyLoad":true}'> <div class="item product"> <a href="/product/293624"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/293624/176856-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/286958"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286958/197151-150.jpg"> </div> <div class="product-name">Smathers & Branson Texas Flag Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/286959"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286959/206234-150.jpg"> </div> <div class="product-name">Smathers & Branson Univ. of Georgia Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/293684"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/293684/206238-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Cufflinks</div> <div class="product-price text-lightGray">$55.00 each</div> </a> </div> <div class="item product"> <a href="/product/286957"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286957/206233-150.jpg"> </div> <div class="product-name">Smathers & Branson Golf Clubs Key Fob</div> <div class="product-price text-lightGray">$32.00 each</div> </a> </div> <div class="item product"> <a href="/product/286960"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286960/206236-150.jpg"> </div> <div class="product-name">Smathers & Branson Univ. of Texas Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/286963"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286963/206217-150.jpg"> </div> <div class="product-name">Smathers & Branson American Flag Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/293686"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/293686/176670-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Hat</div> <div class="product-price text-lightGray">$35.00 each</div> </a> </div> <div class="item product"> <a href="/product/286961"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286961/206237-150.jpg"> </div> <div class="product-name">Smathers & Branson Georgia Tech Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/293681"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/293681/206231-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Card Wallet</div> <div class="product-price text-lightGray">$58.00 each</div> </a> </div> <div class="item product"> <a href="/product/286970"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286970/206232-150.jpg"> </div> <div class="product-name">Smathers & Branson Got Rum Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/314153"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/314153/250658-150.jpg"> </div> <div class="product-name">Smathers & Branson U of Florida Key Fob</div> <div class="product-price text-lightGray">$28.50 each</div> </a> </div> <div class="item product"> <a href="/product/286964"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286964/206225-150.jpg"> </div> <div class="product-name">Smathers & Branson Fishing Fly Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/286956"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286956/206230-150.jpg"> </div> <div class="product-name">Smathers & Branson Texas Flag Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class="item product"> <a href="/product/293680"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/293680/176860-150.jpg"> </div> <div class="product-name">Smathers & Branson Collegiate Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class="item product"> <a href="/product/314145"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/314145/250648-150.jpg"> </div> <div class="product-name">Smathers & Branson Navy Dancing Bear Needlepoint Can Cooler</div> <div class="product-price text-lightGray">$29.50 each</div> </a> </div> <div class="item product"> <a href="/product/314149"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/314149/250654-150.jpg"> </div> <div class="product-name">Smathers & Branson Auburn Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/286953"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286953/206229-150.jpg"> </div> <div class="product-name">Smathers & Branson American Flag Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class="item product"> <a href="/product/286962"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286962/206227-150.jpg"> </div> <div class="product-name">Smathers & Branson Rainbow Fleet Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class="item product"> <a href="/product/314148"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/314148/250653-150.jpg"> </div> <div class="product-name">Smathers & Branson S. Carolina Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/314150"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/314150/250655-150.jpg"> </div> <div class="product-name">Smathers & Branson Clemson Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/314144"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/314144/250627-150.jpg"> </div> <div class="product-name">Smathers & Branson Fishing Fly Needlepoint Can Cooler</div> <div class="product-price text-lightGray">$29.50 each</div> </a> </div> <div class="item product"> <a href="/product/286955"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/286955/206228-150.jpg"> </div> <div class="product-name">Smathers & Branson Got Rum Needlepoint Bi-Fold Wallet</div> <div class="product-price text-lightGray">$115.00 each</div> </a> </div> <div class="item product"> <a href="/product/318324"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/318324/269517-150.jpg"> </div> <div class="product-name">Boat Drink Can Cooler</div> <div class="product-price text-lightGray">$29.50 each</div> </a> </div> <div class="item product"> <a href="/product/318384"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/318384/269652-150.jpg"> </div> <div class="product-name">Smathers & Branson Alabama (Garnet) Needlepoint Key Fob</div> <div class="product-price text-lightGray">$32.50 each</div> </a> </div> <div class="item product"> <a href="/product/293842"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/293842/42900-150.jpg"> </div> <div class="product-name">Personalized Orbit Bottle Labels</div> <div class="product-price text-lightGray">$14.95 each</div> </a> </div> <div class="item product"> <a href="/product/308965"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/308965/217171-150.jpg"> </div> <div class="product-name">Corkcicle Unicorn Magic Stemless</div> <div class="product-price text-lightGray">$24.95 each</div> </a> </div> <div class="item product"> <a href="/product/294369"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/294369/43551-150.jpg"> </div> <div class="product-name">Drinking Buddies Drink Markers</div> <div class="product-price text-lightGray">$14.95 each</div> </a> </div> <div class="item product"> <a href="/product/110427"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/110427/255833-150.jpg"> </div> <div class="product-name">Personalized 16 oz. Foam Cups</div> <div class="product-price text-lightGray">$15.90 each</div> </a> </div> <div class="item product"> <a href="/product/308970"> <div class="thumbnail"><img class="lazyOwl" data-src="https://cdn.swoozies.com/product-images/308970/212545-150.jpg"> </div> <div class="product-name">Corkcicle Gloss Turquoise Stemless</div> <div class="product-price text-lightGray">$22.95 each</div> </a> </div> </div> </div> <div class='product-desktop-option-tabs'> <div class='product-desktop-option-controls'> <div class='product-desktop-option-control-tab active' index='1'>Stocked Schools</div> <div class='clear'></div> </div> <div class='product-desktop-option-master-content'> <div id='product-desktop-option-tab-row-1' class='product-desktop-option-tab active'> <div class='product-desktop-option-tab-content'> <p style='margin:10px;'>Click image to enlarge</p> <div style='margin:10px;'> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189639-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189639-100H.jpg' height='100' alt='Auburn University' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Auburn University</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189644-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189644-100H.jpg' height='100' alt='College' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>COLLEGE</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189643-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189643-100H.jpg' height='100' alt='Clemson University' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Clemson University</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189641-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189641-100H.jpg' height='100' alt='Florida State University' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Florida State University</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189649-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189649-100H.jpg' height='100' alt='Georgia Tech' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Georgia Tech</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189645-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189645-100H.jpg' height='100' alt='Ohio State' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Ohio State</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189640-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189640-100H.jpg' height='100' alt='Southern Methodist University' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Southern Methodist University</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189636-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189636-100H.jpg' height='100' alt='Texas A&amp;m' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Texas A&amp;M</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189634-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189634-100H.jpg' height='100' alt='Texas Christian University' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Texas Christian University</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189642-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189642-100H.jpg' height='100' alt='Texas Tech' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>Texas Tech</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189637-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189637-100H.jpg' height='100' alt='U Of Alabama' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of Alabama</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189646-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189646-100H.jpg' height='100' alt='U Of Florida' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of Florida</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189631-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189631-100H.jpg' height='100' alt='U Of Georgia Red' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of Georgia Red</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189633-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189633-100H.jpg' height='100' alt='U Of Mississippi' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of Mississippi</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189632-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189632-100H.jpg' height='100' alt='U Of N. Carolina Navy' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of N. Carolina Navy</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189650-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189650-100H.jpg' height='100' alt='U Of Oklahoma' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of Oklahoma</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189635-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189635-100H.jpg' height='100' alt='U Of S. Carolina' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of S. Carolina</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/189648-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/189648-100H.jpg' height='100' alt='U Of Texas Burnt Orange' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>U of Texas Burnt Orange</span> </a> </div> <div class='product-desktop-option-tab-image-container'> <a href='https://cdn.swoozies.com/product-images/306448/250651-0.jpg'> <img src='https://cdn.swoozies.com/product-images/306448/250651-100H.jpg' height='100' alt='Nc State' border='0' /> <span class='product-desktop-option-tab-image-caption' style='max-width:100px;'>NC State</span> </a> <div class='red' style='max-width:100px;'>(NC State)</div> </div> </div> <div class='clear'></div> </div> </div> </div> </div> </div> </div> <script type='text/javascript' src='/assets/js/product-form.class.js'></script> <script type='text/javascript' src='/assets/js/delivery-date-estimator.class.js'></script> <script type='text/javascript' src='/assets/js/preview-object-3.class.js'></script> <script> /* PREVIEW START */ var bcswProductId = 306448; var previewReqTimer, lstPreviewReq, enablePreviewV2 = false; enablePreviewV2 = true; // if( bcswProductId == 296881 ){ enablePreviewV2 = true; } function loadPreview(previewData){ if(previewReqTimer){clearTimeout(previewReqTimer);} var formArgs = getFormData(); if( enablePreviewV2 ){ formArgs = getFormDataV2(); } previewReqTimer = setTimeout(function(){ getPreview(previewData, formArgs, function(error, imageUrl){ //pf.jqs.find('.pp-preview-image').find('img').attr('src', imageUrl); if( !error ){ $.magnificPopup.open({ items: { src: imageUrl }, type: 'image' }); }else{ } /* if($('.preview-image-sm').length == 0){ var preCtrl = $('<a class="preview-image-sm" href="'+imageUrl+'">').append($('<img>').attr('src', imageUrl)); $('.pp-image-container .gallery_list').append(preCtrl); }else{ $('a.preview-image-sm').attr('href', imageUrl); $('.preview-image-sm img').attr('src', imageUrl); } */ }); }, 200); } function getPreview(previewData, formArgs, callback){ if(!previewData || previewData == ''){ return; } // give up previous pending requests if(lstPreviewReq){ lstPreviewReq.abort(); } var args = formArgs; var preObj = new PreviewObject(); preObj.init(JSON.parse(previewData)); var preData = preObj.generate(args); var postData={ preview_json : JSON.stringify(preData), productId: '306448'}; var lstPreviewReq = $.ajax({ url:'/api/personalization-preview-v2', type:'POST', data: postData, dataType:'JSON', success: function(data){ if(callback == undefined){ return; } if(data.error){ callback(data.error); }else{ callback(null, data.image_url); } } }); } function getFormData(){ var result = {rules:{},values:{}}; pf.jqs.find('.attr_sku_'+pf.skuId+':visible').each(function(i, item){ var code = $(item).find('[name$="code"]').val(); var value = $(item).find('[name$="value"]').val(); if( pf.skuId == '45423' ){ if( code == 'font' || code == 'initial_font' ){ code = 'personalization_style' } } if($(item).find('[name$="value"]').is('input') || $(item).find('[name$="value"]').is('textarea')){ if(result.values[code] == undefined) { result.values[code] = {}; } result.values[code].value = value; }else{ result.rules[code] = value; } }) return result; } function getFormDataV2(){ var result = { rules:{ },values:{ } }; var sku_class_name='.attr_sku_' + pf.skuId; var skuHiddenAttributes = pf.jqs.find(sku_class_name + '.bcpf-attr-hide').find(':input').filter(':not([type=hidden])'); pf.jqs.find('.attr').find(':input:not(button)').filter(':not([type=hidden]):visible').add( pf.jqs.find('.attr').find('.bcpf-dd-proxy-selected:visible').closest('.attr').find(':input').filter(':not([type=hidden]):not(button)') ).add( skuHiddenAttributes ).each(function(i, item){ var attrName=$(item).attr('name'); var code=$( sku_class_name+' [name="'+attrName.replace('[value]','[code]')+'"]').val(); var value=$( sku_class_name+' [name="'+attrName+'"]').val(); // var code = $(item).find('[name$="code"]').val(); // var value = $(item).find('[name$="value"]').val(); if($(item).is('input') || $(item).is('textarea')){ if(result.values[code] == undefined) { result.values[code] = {}; } result.values[code].value = encodeURIComponent(value.replace(/\\/g,'\\\\').replace(/"/g,'\\"')); }else{ result.rules[code] = value; } }) return result; } function previewEngineStart( previewData, enableNewPreview, callback ){ if(previewData == '') return; $('#product_content_top').addClass('preview_on'); if($('#product_preview .product_preview_section img').length>0){ $('#product_preview .product_preview_section img').fadeOut(function(){ $('#product_preview .product_preview_section img').remove(); }); }else{ $('#product_preview .product_preview_section').empty().removeClass('error'); } loadPreview(previewData, callback); return false; var args=getPreviewArgs( JSON.parse(previewData) ); var peData={ jsonFormData : JSON.stringify(args), productId: '306448'}; peData.qa=1 $.ajax({ url:'/api/personalize-engine', type:'POST', data: peData, dataType:'JSON', timeout: 5000, success: function(data){ if(data && data.imageId){ var imgURL=data.imageId; $.magnificPopup.open({ items: { src: imgURL }, type: 'image' }); }else{ $('#product_preview .product_preview_section').addClass('error'); $('#product_preview .product_preview_section').append('Oops...something went wrong. Please try again, or contact customer service at 877-988-2328 for assistance.'); } } }); } function getPreviewArgs(previewData){ console.log( previewData ) var dependencyAttr=previewData.dependencyAttr; var dataDefault=previewData.dataDefault; var mandatory=previewData.mandatory; // reconstruct dependency attributes for(var attr_key in dependencyAttr){ for(var t in dependencyAttr[attr_key]){ if(t.indexOf('|')>-1){ var _fields=t.split('|'); for(var f in _fields){ dependencyAttr[attr_key][_fields[f]]=dependencyAttr[attr_key][t]; } delete dependencyAttr[attr_key][t]; } } } var args=previewData.drawArea?{ draw_area:previewData.drawArea } : { draw_area:{ width:750,height:750 }}; if(previewData.zoom)args.zoom=previewData.zoom; if(previewData.renderVersion)args.renderVersion=previewData.renderVersion; // construct dependency key/value base on form options var attrs=[]; var fields=$('form').find('.attr').find(':input').filter(':not([type=hidden]):visible'); var form=pf; var sku_class_name='.attr_sku_' + form.skuId; var sku_code=$('.bistro_product_form').find('[name|="Product_Code"]').val(); attrs.push({ 'code':'sku_code','value':sku_code}); fields.each(function(i,item){ var attrName=$(item).attr('name'); var code=$( sku_class_name+' [name="'+attrName.replace('[value]','[code]')+'"]').val(); var value=$( sku_class_name+' [name="'+attrName+'"]').val(); attrs.push({ 'code':code,'value':value} ); }); // append mandatory configuration to dependencyAttr var depAttrs = mandatory ? $.extend({}, dependencyAttr, mandatory): dependencyAttr; for( var attr_key in depAttrs ){ if(attr_key.indexOf('|')>-1){ var newAttr={ 'code':attr_key }; var newAttrValues=[]; var attrGroup=attr_key.split('|'); for( var x = 0; x < attrGroup.length; x++ ){ for( var y = 0; y < attrs.length; y++ ){ if(attrGroup[x]==attrs[y].code){ newAttrValues.push(attrs[y].value); } } } newAttr.value=newAttrValues.join('|'); attrs.push(newAttr); } } var dataWhatever = $.extend(true,{}, dataDefault); // override default config with dependency rules for( var x = 0; x < attrs.length; x++ ){ var node= dependencyAttr[ attrs[x].code ]; if( node ){ for( var y in node ){ if( typeof node[y] != 'undefined' && typeof node[y][attrs[x].value] != 'undefined' ){ var tmp = node[y][attrs[x].value]; for( var z in tmp){ if(dataWhatever.hasOwnProperty(y)){ dataWhatever[y][z] = tmp[z]; } } } } } } // override default config with mandatory rules if(mandatory){ for( var x = 0; x < attrs.length; x++ ){ var node= mandatory[ attrs[x].code ]; if( node ){ for( var y in node ){ if( typeof node[y] != 'undefined' && typeof node[y][attrs[x].value] != 'undefined' ){ /* for( var z in node[y][attrs[x].value] ){ dataWhatever[y][ z ] = node[y][attrs[x].value][z]; }*/ overwriteObjectV1(dataWhatever[y],node[y][attrs[x].value]); } } } } } args.attributes=dataWhatever; // assign user input data for(var x in attrs){ var attr=attrs[x]; if(args.attributes[attr.code]) args.attributes[attr.code].value=encodeURIComponent(attr.value.replace(/\\/g,'\\\\').replace(/"/g,'\\"')); } for(var x in args.attributes){ if(args.attributes[x].source){ var sourceKey=args.attributes[x].source; args.attributes[x].value=args.attributes[sourceKey].value; } } return args; } function overwriteObject(targetObj,sourceObj) { for(var key in sourceObj){ if(typeof targetObj[key] == 'undefined' || typeof targetObj[key] != 'object') targetObj[key]=sourceObj[key]; else overwriteObject(targetObj[key],sourceObj[key]); } } function overwriteObjectV1(targetObj,sourceObj) { for(var key in sourceObj){ if(typeof targetObj[key] == 'undefined' || typeof targetObj[key] != 'object') targetObj[key]=sourceObj[key]; else overwriteObjectV1(targetObj[key],sourceObj[key]); } } /* PREVIEW END */ var formJson = { 'formObjectData': {"ddeObj":{},"id":"50183","instantiated":true,"form":{"attributeValues":{}},"locks":{"textarea":false,"quantityMessage":0,"customerInteractionForm":false,"customerInteractionQuantity":false,"basketEditUpload":false},"queues":{"textAreaEvents":[],"formInteraction":[]},"acknowledgementNotices":{},"skuId":0,"pageType":"PP","thirdParty":false,"customizeText":false,"simple":false,"pcces":[{"id":3203,"label":"COLLEGE","skuId":59862,"type":"dropdown","value":"college"},{"id":3203,"label":"U of Alabama","skuId":59852,"type":"dropdown","value":"u_of alabama"},{"id":3203,"label":"Auburn","skuId":59845,"type":"dropdown","value":"auburn"},{"id":3203,"label":"U of Florida","skuId":59850,"type":"dropdown","value":"u_of florida"},{"id":3203,"label":"Florida State","skuId":59851,"type":"dropdown","value":"florida_state"},{"id":3203,"label":"U of Georgia","skuId":59846,"type":"dropdown","value":"u_of georgia"},{"id":3203,"label":"Georgia Tech","skuId":59848,"type":"dropdown","value":"georgia_tech"},{"id":3203,"label":"U of Mississippi","skuId":59854,"type":"dropdown","value":"u_of mississippi"},{"id":3203,"label":"U of North Carolina Navy","skuId":59855,"type":"dropdown","value":"u_of north carolina navy"},{"id":3203,"label":"U of Oklahoma","skuId":59857,"type":"dropdown","value":"u_of oklahoma"},{"id":3203,"label":"U of South Carolina","skuId":59858,"type":"dropdown","value":"u_of south carolina"},{"id":3203,"label":"Clemson","skuId":59853,"type":"dropdown","value":"clemson"},{"id":3203,"label":"U of Texas","skuId":59847,"type":"dropdown","value":"u_of texas"},{"id":3203,"label":"Texas A&amp;M","skuId":59849,"type":"dropdown","value":"texas_aampm"},{"id":3203,"label":"Texas Tech","skuId":59860,"type":"dropdown","value":"texas_tech"},{"id":3203,"label":"Southern Methodist University","skuId":59859,"type":"dropdown","value":"southern_methodist university"},{"id":3203,"label":"Texas Christian University","skuId":59861,"type":"dropdown","value":"texas_christian university"},{"id":3203,"label":"ALL Available Schools","skuId":59844,"type":"dropdown","value":"all_available schools"},{"id":3203,"label":"NC State","skuId":68589,"type":"dropdown","value":"nc_state"}],"skus":["59844","59845","59846","59847","59848","59849","59850","59851","59852","59853","59854","59855","59857","59858","59859","59860","59861","59862","68589"],"skuInfo":{"59844":{"code":"SAB-COLLCANCOOLER","id":"59844","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{"a201906":{"value":"school_choice","type":"dropdown","ranking":0}},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59845":{"code":"SAB-CANCLR-AUB","id":"59845","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59846":{"code":"SAB-CANCLR-UGA","id":"59846","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59847":{"code":"SAB-CANCLR-UTX","id":"59847","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59848":{"code":"SAB-CANCLR-GT","id":"59848","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59849":{"code":"SAB-CANCLR-A&M","id":"59849","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59850":{"code":"SAB-CANCLR-FLA","id":"59850","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59851":{"code":"SAB-CANCLR-FSU","id":"59851","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59852":{"code":"SAB-CANCLR-BAMA","id":"59852","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59853":{"code":"SAB-CANCLR-CLEM","id":"59853","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59854":{"code":"SAB-CANCLR-OM","id":"59854","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59855":{"code":"SAB-CANCLR-UNC","id":"59855","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59857":{"code":"SAB-CANCLR-OK","id":"59857","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59858":{"code":"SAB-CANCLR-USC","id":"59858","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59859":{"code":"SAB-CANCLR-SMU","id":"59859","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59860":{"code":"SAB-CANCLR-TT","id":"59860","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59861":{"code":"SAB-CANCLR-TCU","id":"59861","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"59862":{"code":"SAB-CANCLR-COLL","id":"59862","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""},"68589":{"code":"SAB-CANCLR-NCS","id":"68589","minimum":1,"quantityNote":"","photo":0,"photoFiletypes":"","photoDpi":"0","shortName":"","descriptor":"","unit":"","hiddenAttributes":[],"hiddenFeeOptions":[],"priceTiers":[{"min":1,"max":1000000000,"price":"29.50","sale_price":"0.00"}],"rules":{},"dde":{"shipsNextDay":true,"shipping_options":{"1-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"1"},"dow_exception":"AS"},"2-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"2","max":"2"},"dow_exception":"AS"},"3-DAY":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"3","max":"3"},"dow_exception":"AS"},"GROUND":{"processing_time":{"min":"1","max":"1"},"rush_time":{"min":"","max":""},"shipping_time":{"min":"1","max":"5"},"dow_exception":"AS"}},"closures":[],"id":"1","orderBy":"23","notes":""},"backorder":{"type":"available","order":true},"priceRange":{"low":0,"high":29.5},"salePriceRange":{"low":0,"high":0},"attributeListing":{},"personalizedCheck":0,"preview_flag":"0","preview_json":""}},"price_range_unit_note":"","pcceMapping":{"3203":{"college":[{"id":3203,"label":"COLLEGE","skuId":59862,"type":"dropdown","value":"college"}],"u_of alabama":[{"id":3203,"label":"U of Alabama","skuId":59852,"type":"dropdown","value":"u_of alabama"}],"auburn":[{"id":3203,"label":"Auburn","skuId":59845,"type":"dropdown","value":"auburn"}],"u_of florida":[{"id":3203,"label":"U of Florida","skuId":59850,"type":"dropdown","value":"u_of florida"}],"florida_state":[{"id":3203,"label":"Florida State","skuId":59851,"type":"dropdown","value":"florida_state"}],"u_of georgia":[{"id":3203,"label":"U of Georgia","skuId":59846,"type":"dropdown","value":"u_of georgia"}],"georgia_tech":[{"id":3203,"label":"Georgia Tech","skuId":59848,"type":"dropdown","value":"georgia_tech"}],"u_of mississippi":[{"id":3203,"label":"U of Mississippi","skuId":59854,"type":"dropdown","value":"u_of mississippi"}],"u_of north carolina navy":[{"id":3203,"label":"U of North Carolina Navy","skuId":59855,"type":"dropdown","value":"u_of north carolina navy"}],"u_of oklahoma":[{"id":3203,"label":"U of Oklahoma","skuId":59857,"type":"dropdown","value":"u_of oklahoma"}],"u_of south carolina":[{"id":3203,"label":"U of South Carolina","skuId":59858,"type":"dropdown","value":"u_of south carolina"}],"clemson":[{"id":3203,"label":"Clemson","skuId":59853,"type":"dropdown","value":"clemson"}],"u_of texas":[{"id":3203,"label":"U of Texas","skuId":59847,"type":"dropdown","value":"u_of texas"}],"texas_aampm":[{"id":3203,"label":"Texas A&amp;M","skuId":59849,"type":"dropdown","value":"texas_aampm"}],"texas_tech":[{"id":3203,"label":"Texas Tech","skuId":59860,"type":"dropdown","value":"texas_tech"}],"southern_methodist university":[{"id":3203,"label":"Southern Methodist University","skuId":59859,"type":"dropdown","value":"southern_methodist university"}],"texas_christian university":[{"id":3203,"label":"Texas Christian University","skuId":59861,"type":"dropdown","value":"texas_christian university"}],"all_available schools":[{"id":3203,"label":"ALL Available Schools","skuId":59844,"type":"dropdown","value":"all_available schools"}],"nc_state":[{"id":3203,"label":"NC State","skuId":68589,"type":"dropdown","value":"nc_state"}]}},"pcceSkuMapping":{"59844":{"3203":"all_available schools"},"59845":{"3203":"auburn"},"59846":{"3203":"u_of georgia"},"59847":{"3203":"u_of texas"},"59848":{"3203":"georgia_tech"},"59849":{"3203":"texas_aampm"},"59850":{"3203":"u_of florida"},"59851":{"3203":"florida_state"},"59852":{"3203":"u_of alabama"},"59853":{"3203":"clemson"},"59854":{"3203":"u_of mississippi"},"59855":{"3203":"u_of north carolina navy"},"59857":{"3203":"u_of oklahoma"},"59858":{"3203":"u_of south carolina"},"59859":{"3203":"southern_methodist university"},"59860":{"3203":"texas_tech"},"59861":{"3203":"texas_christian university"},"59862":{"3203":"college"},"68589":{"3203":"nc_state"}}}, 'formBuildData': {"pcces":[{"option":[{"$":{"id":"3203","form_id":"50183","type":"dropdown","label":"School Choice","hide_form":"0"},"value":[{"$":{"id":"25057","label":"COLLEGE","sku_id":"59862","sort":"0"}},{"$":{"id":"25058","label":"U of Alabama","sku_id":"59852","sort":"0"}},{"$":{"id":"25059","label":"Auburn","sku_id":"59845","sort":"0"}},{"$":{"id":"25060","label":"U of Florida","sku_id":"59850","sort":"0"}},{"$":{"id":"25061","label":"Florida State","sku_id":"59851","sort":"0"}},{"$":{"id":"25062","label":"U of Georgia","sku_id":"59846","sort":"0"}},{"$":{"id":"25063","label":"Georgia Tech","sku_id":"59848","sort":"0"}},{"$":{"id":"25064","label":"U of Mississippi","sku_id":"59854","sort":"0"}},{"$":{"id":"25065","label":"U of North Carolina Navy","sku_id":"59855","sort":"0"}},{"$":{"id":"25066","label":"U of Oklahoma","sku_id":"59857","sort":"0"}},{"$":{"id":"25067","label":"U of South Carolina","sku_id":"59858","sort":"0"}},{"$":{"id":"25068","label":"Clemson","sku_id":"59853","sort":"0"}},{"$":{"id":"25069","label":"U of Texas","sku_id":"59847","sort":"0"}},{"$":{"id":"25070","label":"Texas A&amp;M","sku_id":"59849","sort":"0"}},{"$":{"id":"25071","label":"Texas Tech","sku_id":"59860","sort":"0"}},{"$":{"id":"25072","label":"Southern Methodist University","sku_id":"59859","sort":"0"}},{"$":{"id":"25073","label":"Texas Christian University","sku_id":"59861","sort":"0"}},{"$":{"id":"25074","label":"ALL Available Schools","sku_id":"59844","sort":"0"}},{"$":{"id":"25075","label":"NC State","sku_id":"68589","sort":"0"}}]}]}],"pfid":"50183","skus":{"sku":[{"$":{"id":"59844","sku":"SAB-COLLCANCOOLER","name":"Smathers & Branson Collegiate Can Cooler","weight":"0.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[{"attribute":[{"$":{"id":"201906","code":"school_choice","label":"School Choice","type":"select","sort":"1","max_length":"0","message":"","memo_limits":"","export_as_text":"0","sku_id":"59844","category":"","fee_descriptor":"","view_option_link":""},"options":[{"option":[{"$":{"id":"2362545","code":"-please_select-","label":"-Please Select-","price":"0.00","sort":"0","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362546","code":"college","label":"COLLEGE","price":"0.00","sort":"1","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362544","code":"acc_conference","label":"ACC Conference","price":"0.00","sort":"2","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362543","code":"sec_conference","label":"SEC Conference","price":"0.00","sort":"3","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362502","code":"u_of_alabama","label":"U of Alabama","price":"0.00","sort":"4","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362503","code":"u_of_arkansas","label":"U of Arkansas","price":"0.00","sort":"5","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362504","code":"aubrun_university","label":"Aubrun University","price":"0.00","sort":"6","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362505","code":"baylor_university","label":"Baylor University","price":"0.00","sort":"7","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362506","code":"boston_college","label":"Boston College","price":"0.00","sort":"8","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362507","code":"bowdoin_college","label":"Bowdoin College","price":"0.00","sort":"9","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362508","code":"clemson_university","label":"Clemson University","price":"0.00","sort":"10","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362509","code":"u_of_florida","label":"U of Florida","price":"0.00","sort":"11","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362510","code":"florida_state_university","label":"Florida State University","price":"0.00","sort":"12","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362511","code":"georgetown_university","label":"Georgetown University","price":"0.00","sort":"13","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362512","code":"u_of_georgia_black","label":"U of Georgia Black","price":"0.00","sort":"14","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362513","code":"u_of_georiga_red","label":"U of Georiga Red","price":"0.00","sort":"15","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362514","code":"georgia_tech","label":"Georgia Tech","price":"0.00","sort":"16","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362515","code":"hampden_sydeny","label":"Hampden Sydeny","price":"0.00","sort":"17","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362516","code":"harvard_university","label":"Harvard University","price":"0.00","sort":"18","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362517","code":"u_of_kansas","label":"U of Kansas","price":"0.00","sort":"19","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362518","code":"u_of_kentucky","label":"U of Kentucky","price":"0.00","sort":"20","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362519","code":"louisiana_state_university","label":"Louisiana State University","price":"0.00","sort":"21","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362520","code":"u_of_michigan","label":"U of Michigan","price":"0.00","sort":"22","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362521","code":"michigan_state_university","label":"Michigan State University","price":"0.00","sort":"23","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362522","code":"u_of_mississippi","label":"U of Mississippi","price":"0.00","sort":"24","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362523","code":"mississippi_state_university","label":"Mississippi State University","price":"0.00","sort":"25","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362524","code":"u_of_missouri","label":"U of Missouri","price":"0.00","sort":"26","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362525","code":"u_of_north_carolina_navy","label":"U of North Carolina Navy","price":"0.00","sort":"27","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362526","code":"u_of_north_carolina_tarheel","label":"U of North Carolina Tarheel","price":"0.00","sort":"28","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362527","code":"north_carolina_state_university","label":"North Carolina State University","price":"0.00","sort":"29","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362528","code":"notre_dame_university","label":"Notre Dame University","price":"0.00","sort":"30","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362529","code":"ohio_state_university","label":"Ohio State University","price":"0.00","sort":"31","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362530","code":"oklahoma_university","label":"Oklahoma University","price":"0.00","sort":"32","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362531","code":"u_of_south_carolina","label":"U of South Carolina","price":"0.00","sort":"33","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362532","code":"southern_methodist_university","label":"Southern Methodist University","price":"0.00","sort":"34","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362533","code":"stanford_university","label":"Stanford University","price":"0.00","sort":"35","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362534","code":"u_of_tennessee","label":"U of Tennessee","price":"0.00","sort":"36","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362535","code":"u_of_texas_black","label":"U of Texas Black","price":"0.00","sort":"37","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362536","code":"u_of_texas_burnt_orange","label":"U of Texas Burnt Orange","price":"0.00","sort":"38","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362537","code":"texas_christian_university","label":"Texas Christian University","price":"0.00","sort":"39","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362538","code":"texas_tech_university","label":"Texas Tech University","price":"0.00","sort":"40","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362539","code":"vanderbilt_university","label":"Vanderbilt University","price":"0.00","sort":"41","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362540","code":"villanova_university","label":"Villanova University","price":"0.00","sort":"42","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362541","code":"u_of_virgina","label":"U of Virgina","price":"0.00","sort":"43","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}},{"$":{"id":"2362542","code":"wake_forest","label":"Wake Forest","price":"0.00","sort":"44","sku_id":"59844","attribute_id":"201906","photo":"0","subsku_code":"","rush_diff_min":"0","rush_diff_max":"0","color_code":"","image_url":""}}]}],"fee":[""]}]}],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75894","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59845","sku":"SAB-CANCLR-AUB","name":"Auburn Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75895","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59846","sku":"SAB-CANCLR-UGA","name":"U of Georgia Red Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75896","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59847","sku":"SAB-CANCLR-UTX","name":"U of Texas Orange Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75897","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59848","sku":"SAB-CANCLR-GT","name":"Georgia Tech Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75898","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59849","sku":"SAB-CANCLR-A&M","name":"Texas A&M Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75899","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59850","sku":"SAB-CANCLR-FLA","name":"U of Florida Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75900","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59851","sku":"SAB-CANCLR-FSU","name":"Florida State Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75901","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59852","sku":"SAB-CANCLR-BAMA","name":"U of Alabama Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75902","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59853","sku":"SAB-CANCLR-CLEM","name":"Clemson Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75903","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59854","sku":"SAB-CANCLR-OM","name":"U of Mississippi Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75904","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59855","sku":"SAB-CANCLR-UNC","name":"U of N. Carolina Navy Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75905","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59857","sku":"SAB-CANCLR-OK","name":"U of Oklahoma Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75907","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59858","sku":"SAB-CANCLR-USC","name":"U of S. Carolina Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75908","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59859","sku":"SAB-CANCLR-SMU","name":"Southern Methodist University Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75909","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59860","sku":"SAB-CANCLR-TT","name":"Texas Tech Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75910","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59861","sku":"SAB-CANCLR-TCU","name":"Texas Christian University Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75911","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"59862","sku":"SAB-CANCLR-COLL","name":"College Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"75912","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]},{"$":{"id":"68589","sku":"SAB-CANCLR-NCS","name":"NC State Can Cooler","weight":"1.00","url":"","product_id":"306448","image_url":"","returnable":"1","basket_note":"","unit":"","personalized_alert":"0","minimum":"1","maximum":"0","photo":"0","note_quantity":"","note_processing":"","note_processing_manual":"","backorder_type":"5","backorder_full_date":"","short_name":"","descriptor":"","preview_flag":"0","preview_json":""},"attributes":[""],"rules":[""],"dde":[{"$":{"id":"1","chart_name":"P:1|NE|S:all|NP","order_by":"23","is_ground_shipping":"yes","ground_shipping_min":"1","ground_shipping_max":"5","ground_processing_min":"1","ground_processing_max":"1","ground_rush_min":"","ground_rush_max":"","ground_dow_exclusions":"AS","is_three_day_shipping":"yes","three_day_shipping_min":"3","three_day_shipping_max":"3","three_day_processing_min":"1","three_day_processing_max":"1","three_day_rush_min":"","three_day_rush_max":"","three_day_dow_exclusions":"AS","is_two_day_shipping":"yes","two_day_shipping_min":"2","two_day_shipping_max":"2","two_day_processing_min":"1","two_day_processing_max":"1","two_day_rush_min":"","two_day_rush_max":"","two_day_dow_exclusions":"AS","is_one_day_shipping":"yes","one_day_shipping_min":"1","one_day_shipping_max":"1","one_day_processing_min":"1","one_day_processing_max":"1","one_day_rush_min":"","one_day_rush_max":"","one_day_dow_exclusions":"AS","ships_next_day":"1","dde_notes":""},"closures":[{"closure":[""]}]}],"backorders":[""],"priceTiers":[{"priceTier":[{"$":{"id":"88975","minQuantity":"1","maxQuantity":"1000000000","basePrice":"29.50","salePrice":"0.00"}}]}]}]},"formOrder":"","thirdParty":false} } var pf = new productForm(undefined, undefined, undefined, { 'preloadData': true, 'preloadDataObj': formJson.formObjectData }); var formHtml = pf.generateFormHTML( formJson.formBuildData ); $('.pf-form').html( formHtml ) pf.init(); pf.jqs.find('.bcpf-view-option-link').filter(function () { var url= $(this).find('a').attr('href'); return url.substr(-4)=='.pdf'?0:1; }).magnificPopup({ delegate: 'a', // the container for each your gallery items type: 'image' }); </script> <script> function enablePreview(){ // move qty field down above return address printing options if(pf.jqs.find('[value=return_address_printing_options]').length > 0){ pf.jqs.find('[value=return_address_printing_options]').closest('.attr').before(pf.jqs.find('.bcpf-preview-engine-button')); pf.jqs.find('[value=return_address_printing_options]').closest('.attr').before(pf.jqs.find('.bcpf-elements-wrapper .qty')); var preWrapper = $('<div class="preview-wrapper">'); preWrapper.append($('<div class="preview-wrapper-title">').text('Enter Text & Choose Your Options')); pf.jqs.find('.bcpf-preview-engine-button').before(preWrapper); pf.jqs.find('.preview-wrapper').append(pf.jqs.find('.bcpf-preview-engine-button').prevAll('.attr').toArray().reverse()); } if($('.pp-image-container .gallery_nav > span').length > 1) $('.pp-image-container .gallery_nav > span').eq(1).click(); $(window).scroll(mainImgFloating).resize(mainImgFloating); } function mainImgFloating(){ var wakeUpPoint = $('.pp-details').offset().top; var winTop = $(document).scrollTop(); var disableFloating = (($('.pp-image-container').offset().left >= $('.pp-details').offset().left) || ($('.pp-image-container').height() >= $('.pp-details').height())) ; if( winTop > wakeUpPoint && !disableFloating){ var maxOffsetY = $('.pp-details').offset().top + $('.pp-details').height()-$('.pp-image-container').height() if(winTop < maxOffsetY){ if(!$('.pp-image-container').hasClass('floating')){ $('.pp-image-container').addClass('floating'); $('.pp-details').addClass('floating'); $('.pp-image-container .gallery').offset({ top: $('.pp-image-container').offset().top }); } }else { $('.pp-image-container').removeClass('floating'); $('.pp-details').removeClass('floating'); $('.pp-image-container .gallery').offset({top: maxOffsetY}); } }else{ $('.pp-image-container .gallery').offset({ top: $('.pp-image-container').offset().top }); $('.pp-image-container').removeClass('floating'); $('.pp-details').removeClass('floating'); } } /* individual option tab controls */ $('.product-option-tab-row').click(function() { var parent = $(this).parents('.product-option-tab'); if($(parent).hasClass('active')) { $(parent).removeClass('active'); $(this).find('.icon-minus').removeClass('icon-minus').addClass('icon-plus'); $(this).siblings('.product-option-tab-content').hide(); } else { $('.product-option-tab').removeClass('active').find('.icon-minus').removeClass('icon-minus').addClass('icon-plus'); $('.product-option-tab-content').hide(); $(parent).addClass('active'); $(this).find('.icon-plus').removeClass('icon-plus').addClass('icon-minus'); $(this).siblings('.product-option-tab-content').show(); $('body, html').animate({ scrollTop: $(this).offset().top }, 600); } }); /* master tab controls */ $('.product-option-master-row').click(function() { var parent = $(this).parents('.product-option-master-container'); if($(parent).hasClass('active')) { $(parent).removeClass('active'); $(this).find('.icon-minus').removeClass('icon-minus').addClass('icon-plus'); } else { $(parent).addClass('active'); $(this).find('.icon-plus').removeClass('icon-plus').addClass('icon-minus'); $('body, html').animate({ scrollTop: $(this).offset().top }, 600); } /* automatically open the first tab if there is only one */ if($('.product-option-tab').length == 1 && !$('.product-option-tab').hasClass('active')) { $('.product-option-tab-row').trigger('click'); } }); /* form tab controls */ $('.product-form-master-row').click(function() { var parent = $(this).parents('.product-form-master-container'); if($(parent).hasClass('active')) { $(parent).removeClass('active'); $(this).find('.icon-minus').removeClass('icon-minus').addClass('icon-plus'); } else { $(parent).addClass('active'); $(this).find('.icon-plus').removeClass('icon-plus').addClass('icon-minus'); $('body, html').animate({ scrollTop: $(this).offset().top }, 600); } }); /* desktop tab controls */ $('.product-desktop-option-control-tab').click(function() { if(!$(this).hasClass('active')) { var position = $(this).attr('index'); $('.product-desktop-option-control-tab, .product-desktop-option-tab').removeClass('active'); $(this).addClass('active'); $('#product-desktop-option-tab-row-' + position).addClass('active'); } }); $('.pp_view_price_chart_button').click( function(){ $('.pp_price_charts').show('blind'); $('.pp_hide_price_chart_button').show(); $('.pp_view_price_chart_button').hide() }); $('.pp_hide_price_chart_button').click( function(){ $('.pp_price_charts').hide('blind'); $('.pp_hide_price_chart_button').hide(); $('.pp_view_price_chart_button').show() }); /* swoozie's sku control */ $('.pp_view_swoozies_sku_button').click( function(){ $('.pp_swoozies_sku').show('blind'); $('.pp_hide_swoozies_sku_button').show(); $('.pp_view_swoozies_sku_button').hide() }); $('.pp_hide_swoozies_sku_button').click( function(){ $('.pp_swoozies_sku').hide('blind'); $('.pp_hide_swoozies_sku_button').hide(); $('.pp_view_swoozies_sku_button').show() }); </script> <script type='text/javascript' src='//assets.pinterest.com/js/pinit.js'></script> <script> /* Measure a view of product details for Google Tag Manager - push data to the dataLayer */ dataLayer.push({ 'ecommerce': { 'detail': { 'actionField': {'list': 'Product'}, 'products': [{ 'name': 'Smathers &amp; Branson Collegiate Can Cooler', 'id': '306448', 'price': '29.50' }] } } }); </script> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "description": "Smathers &amp; Branson Collegiate Can Cooler", "image": "https://s3.amazonaws.com/cdn.sw.com/product-images/306448/189630-500.jpg", "name": "Smathers &amp; Branson Collegiate Can Cooler", "productID": "306448", "offers": { "@type": "Offer", "availability": "http://schema.org/InStock", "itemCondition": "http://schema.org/NewCondition", "price": "29.50", "priceCurrency": "USD", "url": "https://www.swoozies.com/product/306448", "availableDeliveryMethod": "http://purl.org/goodrelations/v1#FederalExpress" } } </script> <div class="footer"> <div class='container'> <div class='footer-top row'> <div class='newsletter-signup email-wrapper col-xs-12 col-md-8'> <div class='email-label'>Become a Swoo Insider <span style="color:#ee018d;">and save 20% on your order</span>!</div> <input class='newsletter-signup-input email-input' type='text' maxlength='128' placeholder='Enter your email address' onkeydown='if(event.keyCode == 13) { promoCouponPopupFromFooter(); }'> <a class='newsletter-signup-button sw-button bt-yellow' tabindex='0' onkeydown='if(event.keyCode == 13) { promoCouponPopupFromFooter(); }' onclick='promoCouponPopupFromFooter();'>Subscribe</a> <div class='clear'></div> </div> <div class="social-menu col-md-4"> <ul> <li class="bt-pink"><a href='https://www.facebook.com/Swoozies' target='_blank'><div class='fa fa-facebook'></div></a></li> <li class="bt-pink"><a href='https://twitter.com/Swoozies' target='_blank'><div class='fa fa-twitter'></div></a></li> <li class="bt-pink"><a href='https://plus.google.com/103711056499445123910/about' target='_blank'><div class='fa fa-google-plus'></div></a></li> <li class="bt-pink"><a href='https://pinterest.com/swoozies/' target='_blank'><div class='fa fa-pinterest'></div></a></li> <li class="bt-pink"><a href='https://instagram.com/soswoozies' target='_blank'><div class='fa fa-instagram'></div></a></li> </ul> </div> </div> </div> <div class='footer-main row'> <div class='container footer-cols'> <div class='footer-col footer-quote col-sm-12 col-md-3'> <div class='always-motto'></div> <p>Swoozie's is committed to delivering outstanding customer care. It is our goal to make every visit, every call and every online experience a celebration. You are the reason Swoozie's is here, and we look forward to assisting you soon! <br>- Kelly </p> </div> <div class='footer-col col-xs-6 col-sm-5 col-md-3'> <h4><div class='fa fa-phone text-pink' style='font-size:20px;margin-left:0;'></div><a href='/contact-us'>Contact Us</a></h4> <ul class=""> <li class="first"> <div class='hidden-xs'>Phone: 1-888-511-7080</div> <div class='visible-xs'>Phone: <a href='tel:8885117080'>1-888-511-7080</a></div> </li> <li> Email: <a href="#" onclick="return SnapEngage.startLink();">[email protected]</a> </li> <li id="ftrcht"> Live Chat: <a href="#" onclick="return SnapEngage.startLink();"><strong><span class="msg">Leave A Message</span></strong></a></strong> </li> <li class="last "> Hours: M-F 10:00AM-7:00PM EST </li> </ul> </div> <div class='footer-col col-xs-6 col-sm-2 col-md-2'> <h4>About Us</h4> <ul class=""> <li class="first"> <a href='/about-us'>Our Story</a> </li> <li> <a href='/community'>Community</a> </li> <li> <a href='/customer-care'>Customer Care</a> </li> <li> <a href='/careers'>Career - <span style="color:#ee018d;">We're Hiring!</span></a> </li> <li class="last" style='display:none;'> <a href='/community'>Community</a> </li> <li> <a href='http://www.landoftheswoo.com/'>Visit Our Blog</a> </li> <li> <a class='popup-iframe' href='https://docs.google.com/forms/d/15R_-yh7rdwMA4UXtaUVTTKFSpruG6-ZcyBaODr0Jxe4/viewform'>Request a Catalog</a> </li> </ul> </div> <div class='footer-col col-xs-6 col-sm-2 col-md-2'> <h4>Order Info</h4> <ul class=""> <li class="first"> <a href='/faq-customer-care#shipping'>Shipping</a> </li> <li> <a href='/faq-customer-care#return'>Return Policy</a> </li> <li class="last "> <a href='/faq-customer-care'>FAQ</a> </li> </ul> </div> <div class='footer-col col-xs-6 col-sm-3 col-md-2'> <h4>Store Locations</h4> <ul class=""> <li class="first" style="color:#ee018d;">New Denver location now open!</li> <li style="margin-bottom:10px;">Now Swoo-ing in Cherry Hills Marketplace</li> </ul> <a href='/store-locations'><img src="/assets/imgs/map.jpg" alt=""></a> </div> </div> </div> <div class='footer-bottom row'> <div class='container'> <ul class="links hide-below-480"> <li class="first"> <a href='/privacy-policy' target='_blank'>Privacy Policy</a> </li> <li class="last"> 2018 Swoozies. All rights reserved. </li> </ul> <div style="width:100%;margin:0 0 15px 0px" class='visible-below-480'></div> </div> </div> </div> <div id='site-wide-promo-popup' class="mfp-hide" style="background-color:#FFFFFF"> <div class='promo-two-column' style="background-color:#EE018D "> <img src='/assets/imgs/promos/SWO_Email_PopUp2_03.jpg' style='margin:auto;max-width:100%' /> </div> <div class='promo-two-column'> <img src='https://cdn.swoozies.com/content-images/87217/87217-0.jpg' style='margin:auto;max-width:100%'/> <div class="promo-spacer"></div> <input type='text' style='width:80%;margin:auto' placeholder="Enter your email address" /> <span id='site-wide-promo-popup-coupon' style='display:none'>SWOOINSIDER20</span> <div class="promo-error-message" style='display:none;color:#FF0000;font-size:11px;text-align:left;width:80%;margin:auto'></div> <div class="promo-spacer"></div> <img id='site-wide-promo-popup-submit' src='/assets/imgs/promos/SWO_Email_PopUp2_10.jpg' style="margin:auto;cursor:pointer" /> <div class="promo-spacer"></div> <img src='/assets/imgs/promos/SWO_Email_PopUp2_14.jpg' style='margin:auto;max-width:100%'/> </div> <div class='clear'></div> </div> <span id='site-wide-promo-footer-coupon' style='display:none'>SWOOINSIDER20</span> <div id="dialog-account" class="dialog-account mfp-hide"> <div class="section section-login"> <form action=""> <div class="section-header"> <div>Login</div> </div> <div class="section-row"> <div>Email:</div> <div><input name="email" type="text" /></div> </div> <div class="section-row"> <div>Password:</div> <div><input name="password" type="password" /></div> <div><a href="#" onclick="switchToReset(event)">Forget password?</a></div> </div> <div class="section-row"> <div><button class="sw-button bt-yellow" onclick="accountLogin(event)">Login</button></div> </div> </form> </div> <div class="section section-reset-password" style="display:none;"> <a class="btn-back" href="#" onclick="switchToLogin(event)">< Back</a> <form action=""> <div class="section-header"> <div>Reset My Password</div> </div> <div class="section-row"> <div>Email:</div> <div><input name="email" type="text" /></div> </div> <div class="section-row"> <div><button class="sw-button bt-yellow" onclick="sendRestReq(event)">Send</button></div> </div> </form> </div> <div class="section section-register"> <div class="section-header"> <div>Register</div> </div> <div class="section-row"> <div>Email:</div> <div><input name="email" type="text" /></div> </div> <div class="section-row"> <div>Password:</div> <div><input name="password" type="password" /></div> </div> <div class="section-row"> <div>Confirm Password:</div> <div><input name="confirmPassword" type="password" /></div> </div> <div class="section-row"> <div><button class="sw-button bt-yellow">Register</button></div> </div> </div> </div> <script type='text/javascript'> if( !$.cookie('mcart_id') && !$.cookie('sw-sitewide-promo') && screen.width > 760){ if( $('#site-wide-promo-popup').length ){ $.magnificPopup.open({ items:{ src: $('#site-wide-promo-popup'), type: 'inline' }, mainClass: 'mfp-sitewide-promo-popup' }); } $.cookie('sw-sitewide-promo', "true", { expires: 7 }); } </script> </div> </body> </html>
[]
[ "<head>\n <script async=\"\" src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"/>\n<script>\n(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: \"ca-pub-2658387805352880\", enable_page_level_ads: true });\n</script>\n <!-- Datalayer -->\n<script>\ndataLayer = [{}];\n\n\ndataLayer.push({\"ecommerce\":{\"detail\":{\"actionField\":{\"list\":\"Product\"},\"products\":[{\"name\":\"Smathers &amp; Branson Collegiate Can Cooler\",\"id\":\"306448\",\"price\":\"29.50\"}]}}});\n\n\n</script>\n <title>Smathers &amp; Branson Collegiate Can Cooler</title>\n<meta name=\"description\" content=\"Smathers &amp; Branson Collegiate Can Cooler\"/>\n<meta name=\"keywords\" content=\"Smathers &amp; Branson Collegiate Can Cooler\"/>\n<link rel=\"canonical\" href=\"https://www.swoozies.com/product/306448\"/>\n\n\n<meta property=\"og:title\" content=\"Smathers &amp; Branson Collegiate Can Cooler\"/>\n<meta property=\"og:description\" content=\"Smathers &amp; Branson Collegiate Can Cooler\"/>\n<meta property=\"og:url\" content=\"https://www.swoozies.com/product/306448\"/>\n<meta property=\"og:image\" content=\"https://s3.amazonaws.com/cdn.sw.com/product-images/306448/189630-500.jpg\"/>\n<meta property=\"og:type\" content=\"product\"/>\n<meta property=\"og:price:amount\" content=\"29.50\"/>\n<meta property=\"og:price:currency\" content=\"USD\"/>\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1\"/>\n<link rel=\"shortcut icon\" href=\"/assets/imgs/favicon.ico\"/>\n\n<link href=\"/assets/dist/bootstrap/css/bootstrap.min-4eadbf7d1721bb2729e398595bc7f0bc.css\" rel=\"stylesheet\" media=\"screen\"/>\n<link href=\"//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css\" rel=\"stylesheet\"/>\n<link href=\"/assets/dist/owl-carousel/owl.carousel-6feb160fd06cb99cdc79b04a5cbe07dc.css\" rel=\"stylesheet\"/>\n<link href=\"/assets/css/carousels-ac254cfae2eacd5b2c24269048f47378.css\" rel=\"stylesheet\"/>\n<link href=\"/assets/dist/magnific-popup/magnific-popup-b58cd2adcb50f958ee018641983181f1.css\" rel=\"stylesheet\"/>\n<link href=\"/assets/css/main-b0bfe05b4fbe00a333102ae484117c02.css\" rel=\"stylesheet\"/>\n<link href=\"/assets/css/jquery-ui-datepicker-78bba5754f77e44ae12f4ecffd98401b.css\" rel=\"stylesheet\"/>\n\n<script src=\"/assets/dist/jquery/jquery.min-397754ba49e9e0cf4e7c190da78dda05.js\"/>\n<script src=\"/assets/dist/unveil/jquery.unveil.min-ac79eb2770936161725e07ec34eae695.js\"/>\n<script src=\"/assets/dist/jquery-cookie/jquery.cookie-19c1792f2450cad33de3544df3b706bd.js\"/>\n<script src=\"/assets/dist/bootstrap/js/bootstrap.min-9e25e8e29ef0ea358e9778082ffd97d8.js\"/>\n<script src=\"/assets/dist/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min-17c6a7fe542725082ef34c30a324e53a.js\"/>\n<script src=\"/assets/dist/owl-carousel/owl.carousel.min-a109a7ddf69fa890cac2d2f5903d128a.js\"/>\n<script src=\"/assets/dist/magnific-popup/jquery.magnific-popup.min-2933b90c12f4431a51aafda6f17d9df4.js\"/>\n<script src=\"/assets/js/main-608c8b0abf853f25606619a4137be763.js\"/>\n<script src=\"//assets.pinterest.com/js/pinit.js\"/>\n\n<!------------ Local CSS --------------->\n<style>\n .empty-result{ background-image: url(\"/assets/imgs/chevron.png\");}\n .footer-main{ background-image: url(\"/assets/imgs/stripe.png\");}\n .cart_container .sprite { background: url(\"/assets/imgs/cart_sprite.png\") no-repeat;}\n .checkout_container .sprite { background: url(\"/assets/imgs/cart_sprite.png\") no-repeat; }\n .always-motto{ margin-bottom: 5px;background: url(\"/assets/imgs/footer-motto/footer-quote-lg.jpg\") no-repeat;width:230px;height:58px; background-size: 100% !important;}\n @media only screen and (min-width: 368px){\n .always-motto{ background: url(\"/assets/imgs/footer-motto/footer-quote-lg.jpg\") no-repeat;width:230px;height:58px; }\n }\n @media only screen and (min-width: 452px){\n .always-motto{ background: url(\"/assets/imgs/footer-motto/footer-quote-sm.jpg\") no-repeat;width:386px;height:29px; }\n }\n @media only screen and (min-width: 992px){\n .always-motto{ background: url(\"/assets/imgs/footer-motto/footer-quote-md.jpg\") no-repeat;width:174px;height:77px; }\n }\n @media only screen and (min-width: 1280px){\n .always-motto{ background: url(\"/assets/imgs/footer-motto/footer-quote-lg.jpg\") no-repeat;width:230px;height:58px; }\n }\n</style>\n<!------------ END Local CSS --------------->\n\n\n\n<!-- ----------------------- IE Support ----------------------- -->\n\n<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\n\n<!--[if IE]>\n<style type='text/css'>\n .placeholder{ color:#A9A9A9; }\n</style>\n<script type=\"text/javascript\">\n // Enable placeholder for input tag on IE 8\n $(document).ready(function(){\n $('[placeholder]').focus(function() {\n var input = $(this);\n if (input.val() == input.attr('placeholder')) {\n input.val('');\n input.removeClass('placeholder');\n }\n }).blur(function() {\n var input = $(this);\n if (input.val() == '' || input.val() == input.attr('placeholder')) {\n input.addClass('placeholder');\n input.val(input.attr('placeholder'));\n }\n }).blur();\n\n $('[placeholder]').parents('form').submit(function() {\n $(this).find('[placeholder]').each(function() {\n var input = $(this);\n if (input.val() == input.attr('placeholder')) {\n input.val('');\n }\n })\n });\n })\n</script>\n<![endif]-->\n\n<!--[if lte IE 7]>\n<link href=\"/assets/css/bootstrap-ie7-c660029f1abda26592dd34eeeec9f7b1.css\" rel=\"stylesheet\">\n<![endif]-->\n\n<!--[if lt IE 9]>\n<script src=\"/assets/dist/html5shiv/html5shiv-0ce8f355891c26c28f057e195e97dcd5.js\"></script>\n<script src=\"/assets/dist/respond/respond.min-972b9d5576bfe0a34b18cd9e4f99d747.js\"></script>\n<![endif]-->\n\n<!--[if lte IE 8]>\n<style type='text/css'>\n .footer-cols{ padding-top:22px;padding-bottom:22px;padding-left:22px !important;padding-right:22px !important; }\n .dropdown-menu{\n margin-left:-6px;\n zoom: 1;\n filter:\n progid:DXImageTransform.Microsoft.Shadow(Color=#CCCCCC, Strength=6, Direction=90),\n progid:DXImageTransform.Microsoft.Shadow(Color=#CCCCCC, Strength=6, Direction=180),\n progid:DXImageTransform.Microsoft.Shadow(Color=#CCCCCC, Strength=6, Direction=270),\n }\n .always-motto{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src=\"/assets/imgs/footer-motto/footer-quote-lg.jpg\", sizingMethod=\"scale\");-ms-filter: \"progid:DXImageTransform.Microsoft.AlphaImageLoader( src=\"/assets/imgs/footer-motto/footer-quote-lg.jpg\", sizingMethod=\"scale\")\";}\n</style>\n<script type=\"text/javascript\">\n if(typeof String.prototype.trim !== 'function') {\n String.prototype.trim = function() {\n return this.replace(/^\\s+|\\s+$/g, '');\n }\n }\n</script>\n<script type=\"text/javascript\">\n // Trigger Owl carousel refresh after Bootsrap completes initialization\n $(document).ready(function(){\n window.setTimeout(function(){ $(\".owl-carousel\").data('owlCarousel').reinit() }, 1000);\n })\n</script>\n<![endif]-->\n\n<!-- ----------------------- END IE Support ----------------------- -->\n\n\n<script src=\"/assets/js/autocomplete-lib-3772df317b7bafdaa4490396114d32af.js\"/>\n\n\n</head>\n" ]
[ "<title>Smathers &amp; Branson Collegiate Can Cooler</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.swoozies.com > product" } ]
[ { "char_end_idx": 67, "char_start_idx": 0, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 1762, "char_start_idx": 67, "key": "length", "type": "local", "value": "1694" }, { "char_end_idx": 2626, "char_start_idx": 1762, "key": "length", "type": "local", "value": "863" }, { "char_end_idx": 2744, "char_start_idx": 2626, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 2823, "char_start_idx": 2744, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 2916, "char_start_idx": 2823, "key": "length", "type": "local", "value": "92" }, { "char_end_idx": 2968, "char_start_idx": 2916, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 3352, "char_start_idx": 2968, "key": "length", "type": "local", "value": "383" }, { "char_end_idx": 3442, "char_start_idx": 3352, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 3567, "char_start_idx": 3442, "key": "length", "type": "local", "value": "124" } ]
[ { "key": "length", "type": "global", "value": "3839" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 69, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "hidden-xs head-promo", "text-align:center;font-weight:bold;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 69, "char_start_idx": 69, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "visible-xs head-promo-gate", "text-align:center;font-weight:bold;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 69, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "header-top row", "background-color:#EC098D;color:white;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 69, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "user-menu col-md-4" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 69, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 69, "char_start_idx": 69, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "header-container container header-main", "position:relative" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 81, "char_start_idx": 69, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/entertaining", "dropdown-toggle hidden-xs disabled", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 94, "char_start_idx": 82, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/entertaining", "dropdown-toggle visible-xs", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 111, "char_start_idx": 95, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 111, "char_start_idx": 95, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 122, "char_start_idx": 112, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/graduation-party" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 122, "char_start_idx": 112, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 129, "char_start_idx": 123, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/easter" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 129, "char_start_idx": 123, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 143, "char_start_idx": 130, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/cinco-de-mayo" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 143, "char_start_idx": 130, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 158, "char_start_idx": 144, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/fourth-of-july" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 158, "char_start_idx": 144, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 170, "char_start_idx": 159, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/birthday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 170, "char_start_idx": 159, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 183, "char_start_idx": 171, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/spring" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 183, "char_start_idx": 171, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 184, "char_start_idx": 184, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 197, "char_start_idx": 184, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 197, "char_start_idx": 184, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 210, "char_start_idx": 198, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/garden-party" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 210, "char_start_idx": 198, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 222, "char_start_idx": 211, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/brunch-club" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 222, "char_start_idx": 211, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 227, "char_start_idx": 223, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/havana-a-good-time" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 227, "char_start_idx": 223, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 248, "char_start_idx": 228, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/this-is-a-good-place" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 248, "char_start_idx": 228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 263, "char_start_idx": 249, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/cocktail_party" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 263, "char_start_idx": 249, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 283, "char_start_idx": 264, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/state" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 283, "char_start_idx": 264, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 284, "char_start_idx": 95, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 305, "char_start_idx": 284, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 305, "char_start_idx": 284, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 315, "char_start_idx": 306, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/corkcicle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 315, "char_start_idx": 306, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 328, "char_start_idx": 316, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/coton-colors" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 328, "char_start_idx": 316, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 365, "char_start_idx": 329, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/custom-personalized-cups-huggers-and-napkins" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 365, "char_start_idx": 329, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 375, "char_start_idx": 366, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/drinkware" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 375, "char_start_idx": 366, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 396, "char_start_idx": 376, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/humorous-paper-tableware" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 396, "char_start_idx": 376, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 412, "char_start_idx": 397, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/paper-tableware" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 412, "char_start_idx": 397, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 413, "char_start_idx": 413, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 430, "char_start_idx": 413, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/entertaining/only-at-swoozies" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 430, "char_start_idx": 413, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 431, "char_start_idx": 284, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 431, "char_start_idx": 95, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 431, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 13, "type": "local", "value": "li" }, { "char_end_idx": 443, "char_start_idx": 431, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/wedding", "dropdown-toggle hidden-xs disabled", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 456, "char_start_idx": 444, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/wedding", "dropdown-toggle visible-xs", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 473, "char_start_idx": 457, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 473, "char_start_idx": 457, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 480, "char_start_idx": 474, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/wedding/wedding-events" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 480, "char_start_idx": 474, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 494, "char_start_idx": 481, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/wedding/decor-favors-supplies" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 494, "char_start_idx": 481, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 521, "char_start_idx": 495, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/wedding/favors" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 521, "char_start_idx": 495, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 538, "char_start_idx": 522, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/wedding/wedding_supplies" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 538, "char_start_idx": 522, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 552, "char_start_idx": 539, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/wedding/wedding-gifts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 552, "char_start_idx": 539, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 577, "char_start_idx": 553, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/wedding/invitations-stationery" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 577, "char_start_idx": 553, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 578, "char_start_idx": 457, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 578, "char_start_idx": 457, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 578, "char_start_idx": 431, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 602, "char_start_idx": 578, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/invitations", "dropdown-toggle hidden-xs disabled", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 627, "char_start_idx": 603, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/invitations", "dropdown-toggle visible-xs", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 638, "char_start_idx": 628, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 638, "char_start_idx": 628, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 667, "char_start_idx": 639, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/flat-correspondence-cards" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 667, "char_start_idx": 639, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 700, "char_start_idx": 668, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/foldover-note-cards" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 700, "char_start_idx": 668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 722, "char_start_idx": 701, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/stationery-sets" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 722, "char_start_idx": 701, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 738, "char_start_idx": 723, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/thank-you-notes" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 738, "char_start_idx": 723, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 762, "char_start_idx": 739, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/baby-and-mom-to-be-stationery" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 762, "char_start_idx": 739, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 784, "char_start_idx": 763, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/childrens-stationery" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 784, "char_start_idx": 763, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 810, "char_start_idx": 785, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/enclosure-and-calling-cards" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 810, "char_start_idx": 785, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 827, "char_start_idx": 811, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/notepads" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 827, "char_start_idx": 811, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 828, "char_start_idx": 828, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 847, "char_start_idx": 828, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 847, "char_start_idx": 828, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 853, "char_start_idx": 848, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/invitations/designer-stationery/crane", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 853, "char_start_idx": 848, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 864, "char_start_idx": 854, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/invitations/designer-stationery/kate-spade", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 864, "char_start_idx": 854, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 879, "char_start_idx": 865, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/invitations/designer-stationery/lilly-pulitzer", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 879, "char_start_idx": 865, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 880, "char_start_idx": 880, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 890, "char_start_idx": 880, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 890, "char_start_idx": 880, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 908, "char_start_idx": 891, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/stickers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 908, "char_start_idx": 891, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 915, "char_start_idx": 909, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/stamps" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 915, "char_start_idx": 909, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 916, "char_start_idx": 916, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 921, "char_start_idx": 916, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 921, "char_start_idx": 916, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 936, "char_start_idx": 922, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/pens-pencils" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 936, "char_start_idx": 922, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 953, "char_start_idx": 937, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/desk-accessories" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 953, "char_start_idx": 937, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 974, "char_start_idx": 954, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/stationery-wardrobes" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 974, "char_start_idx": 954, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 975, "char_start_idx": 628, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 986, "char_start_idx": 975, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 986, "char_start_idx": 975, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 994, "char_start_idx": 987, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 994, "char_start_idx": 987, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1020, "char_start_idx": 995, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/showers-and-luncheons" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1020, "char_start_idx": 995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1051, "char_start_idx": 1021, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/bachelorette-and-lingerie" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1051, "char_start_idx": 1021, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1080, "char_start_idx": 1052, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/engagement" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1080, "char_start_idx": 1052, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1109, "char_start_idx": 1081, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/rehearsal-dinner" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1109, "char_start_idx": 1081, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1129, "char_start_idx": 1110, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/wedding-invitations" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1129, "char_start_idx": 1110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1153, "char_start_idx": 1130, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/anniversary-invitations" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1153, "char_start_idx": 1130, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1154, "char_start_idx": 1154, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1182, "char_start_idx": 1154, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1182, "char_start_idx": 1154, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1196, "char_start_idx": 1183, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/spring-summer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1196, "char_start_idx": 1183, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1201, "char_start_idx": 1197, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/fall" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1201, "char_start_idx": 1197, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1202, "char_start_idx": 1202, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1229, "char_start_idx": 1202, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1229, "char_start_idx": 1202, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1252, "char_start_idx": 1230, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/holiday-greeting-cards" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1252, "char_start_idx": 1230, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1272, "char_start_idx": 1253, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/holiday-digital-photo-cards" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1272, "char_start_idx": 1253, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1298, "char_start_idx": 1273, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/holiday-invitations" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1298, "char_start_idx": 1273, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1299, "char_start_idx": 1299, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1316, "char_start_idx": 1299, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1316, "char_start_idx": 1299, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1330, "char_start_idx": 1317, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/general-party" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1330, "char_start_idx": 1317, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1355, "char_start_idx": 1331, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/birthday-invitations" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1355, "char_start_idx": 1331, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1384, "char_start_idx": 1356, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/graduation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1384, "char_start_idx": 1356, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1385, "char_start_idx": 1385, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1408, "char_start_idx": 1385, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/baby-shower" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1408, "char_start_idx": 1385, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1409, "char_start_idx": 1409, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1426, "char_start_idx": 1409, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/invitations/only-at-swoozies" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1426, "char_start_idx": 1409, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1427, "char_start_idx": 975, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1427, "char_start_idx": 628, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1427, "char_start_idx": 578, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1440, "char_start_idx": 1427, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/brilliant-gifts", "dropdown-toggle", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1455, "char_start_idx": 1441, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1455, "char_start_idx": 1441, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1466, "char_start_idx": 1456, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/graduation-gifts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1466, "char_start_idx": 1456, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1479, "char_start_idx": 1467, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/spring-break" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1479, "char_start_idx": 1467, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1491, "char_start_idx": 1480, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/gift-bazaar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1491, "char_start_idx": 1480, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1504, "char_start_idx": 1492, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/mothers-day" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1504, "char_start_idx": 1492, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1505, "char_start_idx": 1505, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1522, "char_start_idx": 1505, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1522, "char_start_idx": 1505, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1536, "char_start_idx": 1523, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/for-her" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1536, "char_start_idx": 1523, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1550, "char_start_idx": 1537, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/for-him" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1550, "char_start_idx": 1537, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1574, "char_start_idx": 1551, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/for-the-baby-toddler-kids" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1574, "char_start_idx": 1551, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1591, "char_start_idx": 1575, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/tween" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1591, "char_start_idx": 1575, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1621, "char_start_idx": 1592, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/teacher" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1621, "char_start_idx": 1592, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1635, "char_start_idx": 1622, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/hostess-gifts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1635, "char_start_idx": 1622, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1662, "char_start_idx": 1636, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/corporate-coworker-gifts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1662, "char_start_idx": 1636, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1677, "char_start_idx": 1663, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/sorority" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1677, "char_start_idx": 1663, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1678, "char_start_idx": 1678, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1692, "char_start_idx": 1678, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1692, "char_start_idx": 1678, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1711, "char_start_idx": 1693, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/brilliant-gifts/designer-gifts/all-designer-gifts", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1711, "char_start_idx": 1693, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1731, "char_start_idx": 1712, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/brilliant-gifts/designer-gifts/kate-spade-all", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1731, "char_start_idx": 1712, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1746, "char_start_idx": 1732, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/brilliant-gifts/designer-gifts/lilly-pulitzer", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1746, "char_start_idx": 1732, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1758, "char_start_idx": 1747, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/brilliant-gifts/designer-gifts/scout-gifts", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1758, "char_start_idx": 1747, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1765, "char_start_idx": 1759, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/brilliant-gifts/designer-gifts/bando", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1765, "char_start_idx": 1759, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1777, "char_start_idx": 1766, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/category/brilliant-gifts/designer-gifts/moon-lola", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1777, "char_start_idx": 1766, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1778, "char_start_idx": 1441, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1791, "char_start_idx": 1778, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1791, "char_start_idx": 1778, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1810, "char_start_idx": 1792, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/lifes-a-road-trip" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1810, "char_start_idx": 1792, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1836, "char_start_idx": 1811, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/living-for-the-fun-of-it" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1836, "char_start_idx": 1811, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1854, "char_start_idx": 1836, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/unicorn-magic" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1854, "char_start_idx": 1836, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1855, "char_start_idx": 1855, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1870, "char_start_idx": 1855, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu-nav-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1870, "char_start_idx": 1855, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1897, "char_start_idx": 1871, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/brilliant-gift-of-the-day" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1897, "char_start_idx": 1871, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1912, "char_start_idx": 1898, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/top-gift-ideas" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1912, "char_start_idx": 1898, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1933, "char_start_idx": 1913, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/floats" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1933, "char_start_idx": 1913, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1950, "char_start_idx": 1934, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/sprinklers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1950, "char_start_idx": 1934, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1974, "char_start_idx": 1951, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/personalized-gifts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1974, "char_start_idx": 1951, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1990, "char_start_idx": 1974, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/food" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1990, "char_start_idx": 1974, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1994, "char_start_idx": 1990, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/home-gifts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1994, "char_start_idx": 1990, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2010, "char_start_idx": 1995, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/wine-bar-home" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2010, "char_start_idx": 1995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2025, "char_start_idx": 2011, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/frames-signs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2025, "char_start_idx": 2011, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2031, "char_start_idx": 2026, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/books-and-calendars" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2031, "char_start_idx": 2026, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2042, "char_start_idx": 2032, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/technology-accessories" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2042, "char_start_idx": 2032, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2070, "char_start_idx": 2043, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/o-venture" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2070, "char_start_idx": 2043, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2080, "char_start_idx": 2071, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/brilliant-gifts/corkcicle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2080, "char_start_idx": 2071, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2081, "char_start_idx": 1778, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2081, "char_start_idx": 1441, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2081, "char_start_idx": 1427, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 2099, "char_start_idx": 2081, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/journals-agendas", "dropdown-toggle hidden-xs disabled", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2118, "char_start_idx": 2100, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/journals-agendas", "dropdown-toggle visible-xs", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2141, "char_start_idx": 2119, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/journals-agendas/journals-agendas" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2141, "char_start_idx": 2119, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2161, "char_start_idx": 2142, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/journals-agendas/designer-agendas" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2161, "char_start_idx": 2142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2182, "char_start_idx": 2162, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/journals-agendas/notebooks-journals" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2182, "char_start_idx": 2162, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2213, "char_start_idx": 2183, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/journals-agendas/agenda-planner-accessories" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2213, "char_start_idx": 2183, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2213, "char_start_idx": 2119, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2213, "char_start_idx": 2119, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2213, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 2233, "char_start_idx": 2213, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/monogram", "dropdown-toggle hidden-xs disabled", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2254, "char_start_idx": 2234, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/monogram", "dropdown-toggle visible-xs", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2267, "char_start_idx": 2255, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/need-it-now" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2267, "char_start_idx": 2255, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2288, "char_start_idx": 2267, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/gifts-for-the-hostess" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2288, "char_start_idx": 2267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2304, "char_start_idx": 2289, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/gifts-under-30" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2304, "char_start_idx": 2289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2325, "char_start_idx": 2305, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/party-entertaining" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2325, "char_start_idx": 2305, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2341, "char_start_idx": 2326, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/bar-glassware" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2341, "char_start_idx": 2326, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2361, "char_start_idx": 2342, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/trays-servingware" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2361, "char_start_idx": 2342, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2382, "char_start_idx": 2362, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/outdoor-entertaining" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2382, "char_start_idx": 2362, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2404, "char_start_idx": 2383, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/home" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2404, "char_start_idx": 2383, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2415, "char_start_idx": 2405, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/monogram/stationery" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2415, "char_start_idx": 2405, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2416, "char_start_idx": 2255, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-column" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2416, "char_start_idx": 2255, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2416, "char_start_idx": 2213, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 2424, "char_start_idx": 2416, "html_attrs": { "attrs": [ "href" ], "values": [ "/catalogs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2425, "char_start_idx": 2416, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 2429, "char_start_idx": 2425, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/sale", "dropdown-toggle hidden-xs disabled", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2434, "char_start_idx": 2430, "html_attrs": { "attrs": [ "href", "class", "data-toggle", "data-hover", "data-delay" ], "values": [ "/category/sale", "dropdown-toggle visible-xs", "dropdown", "dropdown", "100" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2435, "char_start_idx": 2425, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2435, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "nav navbar-nav" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "ul" }, { "char_end_idx": 2435, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "collapse navbar-collapse navbar-ex1-collapse" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2435, "char_start_idx": 69, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navbar navbar-default container", "navigation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "nav" }, { "char_end_idx": 2475, "char_start_idx": 2435, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h1" }, { "char_end_idx": 2477, "char_start_idx": 2476, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2785, "char_start_idx": 2477, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 2969, "char_start_idx": 2786, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2970, "char_start_idx": 2477, "html_attrs": { "attrs": [ "class" ], "values": [ "product_desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3213, "char_start_idx": 2970, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 3214, "char_start_idx": 2970, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "pp_swoozies_sku", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3214, "char_start_idx": 2970, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3289, "char_start_idx": 3214, "html_attrs": { "attrs": [ "class" ], "values": [ "product_processing_time" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 3290, "char_start_idx": 2477, "html_attrs": { "attrs": [ "class" ], "values": [ "product_details" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "style" ], "values": [ "margin:10px;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "product-option-tab-content" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "product-option-master-content product-option-tab", "product-option-tab-row-1" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "product-option-tabs product-option-master-container" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 2435, "html_attrs": { "attrs": [ "class" ], "values": [ "pp-details" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293624" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293684" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293681" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 24, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 22, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286956" ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 30, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 29, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293680" ] }, "key": "html", "relative_end_pos": 35, "relative_start_pos": 34, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 36, "relative_start_pos": 33, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item" ] }, "key": "html", "relative_end_pos": 37, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/314145" ] }, "key": "html", "relative_end_pos": 41, "relative_start_pos": 40, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 42, "relative_start_pos": 39, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286953" ] }, "key": "html", "relative_end_pos": 45, "relative_start_pos": 44, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 46, "relative_start_pos": 43, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286962" ] }, "key": "html", "relative_end_pos": 49, "relative_start_pos": 48, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 50, "relative_start_pos": 47, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item" ] }, "key": "html", "relative_end_pos": 51, "relative_start_pos": 38, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/314144" ] }, "key": "html", "relative_end_pos": 55, "relative_start_pos": 54, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 56, "relative_start_pos": 53, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286955" ] }, "key": "html", "relative_end_pos": 59, "relative_start_pos": 58, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 60, "relative_start_pos": 57, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/318384" ] }, "key": "html", "relative_end_pos": 63, "relative_start_pos": 62, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ " product" ] }, "key": "html", "relative_end_pos": 64, "relative_start_pos": 61, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item" ] }, "key": "html", "relative_end_pos": 65, "relative_start_pos": 52, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item" ] }, "key": "html", "relative_end_pos": 67, "relative_start_pos": 66, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class", "data-carousel" ], "values": [ "owl-carousel section-content", "{\"items\":15,\"itemsDesktop\":[1199,6],\"itemsDesktopSmall\":[980,4],\"itemsTablet\":[768,4],\"itemsTabletSmall\":false,\"itemsMobile\":[479,2],\"singleItem\":true,\"paginationSpeed\":800,\"rewindSpeed\":1000,\"navigation\":true,\"navigationText\":[\"prev\",\"next\"],\"scrollPerPage\":true,\"pagination\":false,\"paginationNumbers\":false,\"lazyLoad\":true}" ] }, "key": "html", "relative_end_pos": 68, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "pp-right-module hidden-xs" ] }, "key": "html", "relative_end_pos": 69, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293624" ] }, "key": "html", "relative_end_pos": 74, "relative_start_pos": 73, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 75, "relative_start_pos": 72, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293684" ] }, "key": "html", "relative_end_pos": 78, "relative_start_pos": 77, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 79, "relative_start_pos": 76, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293681" ] }, "key": "html", "relative_end_pos": 82, "relative_start_pos": 81, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 83, "relative_start_pos": 80, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286956" ] }, "key": "html", "relative_end_pos": 86, "relative_start_pos": 85, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 87, "relative_start_pos": 84, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/293680" ] }, "key": "html", "relative_end_pos": 90, "relative_start_pos": 89, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 91, "relative_start_pos": 88, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/314145" ] }, "key": "html", "relative_end_pos": 94, "relative_start_pos": 93, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 95, "relative_start_pos": 92, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286953" ] }, "key": "html", "relative_end_pos": 98, "relative_start_pos": 97, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 99, "relative_start_pos": 96, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286962" ] }, "key": "html", "relative_end_pos": 102, "relative_start_pos": 101, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 103, "relative_start_pos": 100, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/314144" ] }, "key": "html", "relative_end_pos": 106, "relative_start_pos": 105, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 107, "relative_start_pos": 104, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/286955" ] }, "key": "html", "relative_end_pos": 110, "relative_start_pos": 109, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 111, "relative_start_pos": 108, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "href" ], "values": [ "/product/318384" ] }, "key": "html", "relative_end_pos": 114, "relative_start_pos": 113, "type": "local", "value": "a" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "item product" ] }, "key": "html", "relative_end_pos": 115, "relative_start_pos": 112, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class", "data-carousel" ], "values": [ "owl-carousel section-content", "{\"items\":5,\"itemsDesktop\":[1199,6],\"itemsDesktopSmall\":[980,4],\"itemsTablet\":[768,4],\"itemsTabletSmall\":false,\"itemsMobile\":[479,2],\"singleItem\":false,\"paginationSpeed\":800,\"rewindSpeed\":1000,\"navigation\":true,\"navigationText\":[\"prev\",\"next\"],\"scrollPerPage\":true,\"pagination\":false,\"paginationNumbers\":false,\"lazyLoad\":true}" ] }, "key": "html", "relative_end_pos": 116, "relative_start_pos": 71, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "visible-xs" ] }, "key": "html", "relative_end_pos": 117, "relative_start_pos": 70, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "style" ], "values": [ "margin:10px;" ] }, "key": "html", "relative_end_pos": 121, "relative_start_pos": 120, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "product-desktop-option-master-content product-desktop-option-tab active product-desktop-option-tab-content", "product-desktop-option-tab-row-1" ] }, "key": "html", "relative_end_pos": 122, "relative_start_pos": 119, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "product-desktop-option-tabs" ] }, "key": "html", "relative_end_pos": 123, "relative_start_pos": 118, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 2435, "html_attrs": { "attrs": [ "class" ], "values": [ "main-container container" ] }, "key": "html", "relative_end_pos": 124, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3290, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "container footer-top row" ] }, "key": "html", "relative_end_pos": 127, "relative_start_pos": 126, "type": "local", "value": "div" }, { "char_end_idx": 3534, "char_start_idx": 3290, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 130, "type": "local", "value": "p" }, { "char_end_idx": 3534, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-col footer-quote col-sm-12 col-md-3" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 129, "type": "local", "value": "div" }, { "char_end_idx": 3544, "char_start_idx": 3534, "html_attrs": { "attrs": [ "href" ], "values": [ "/contact-us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3544, "char_start_idx": 3534, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 3545, "char_start_idx": 3545, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3571, "char_start_idx": 3552, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "#", "return SnapEngage.startLink();" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3572, "char_start_idx": 3545, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 3598, "char_start_idx": 3583, "html_attrs": { "attrs": [ "class" ], "values": [ "msg" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3598, "char_start_idx": 3583, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 3598, "char_start_idx": 3583, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "#", "return SnapEngage.startLink();" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3599, "char_start_idx": 3572, "html_attrs": { "attrs": [ "id" ], "values": [ "ftrcht" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3629, "char_start_idx": 3599, "html_attrs": { "attrs": [ "class" ], "values": [ "last " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3629, "char_start_idx": 3545, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3629, "char_start_idx": 3534, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-col col-xs-6 col-sm-5 col-md-3" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3637, "char_start_idx": 3629, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 3647, "char_start_idx": 3638, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3648, "char_start_idx": 3638, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3657, "char_start_idx": 3648, "html_attrs": { "attrs": [ "href" ], "values": [ "/community" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3658, "char_start_idx": 3648, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3671, "char_start_idx": 3658, "html_attrs": { "attrs": [ "href" ], "values": [ "/customer-care" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3672, "char_start_idx": 3658, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3694, "char_start_idx": 3681, "html_attrs": { "attrs": [ "style" ], "values": [ "color:#ee018d;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3694, "char_start_idx": 3672, "html_attrs": { "attrs": [ "href" ], "values": [ "/careers" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3695, "char_start_idx": 3672, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3704, "char_start_idx": 3695, "html_attrs": { "attrs": [ "href" ], "values": [ "/community" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3705, "char_start_idx": 3695, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "last", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3719, "char_start_idx": 3705, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.landoftheswoo.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3720, "char_start_idx": 3705, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3737, "char_start_idx": 3720, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "popup-iframe", "https://docs.google.com/forms/d/15R_-yh7rdwMA4UXtaUVTTKFSpruG6-ZcyBaODr0Jxe4/viewform" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3738, "char_start_idx": 3720, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3738, "char_start_idx": 3638, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3738, "char_start_idx": 3629, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-col col-xs-6 col-sm-2 col-md-2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3753, "char_start_idx": 3738, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 3783, "char_start_idx": 3754, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "first", "color:#ee018d;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3824, "char_start_idx": 3784, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-bottom:10px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3825, "char_start_idx": 3754, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3825, "char_start_idx": 3825, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "/assets/imgs/map.jpg", "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 3825, "char_start_idx": 3825, "html_attrs": { "attrs": [ "href" ], "values": [ "/store-locations" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3825, "char_start_idx": 3738, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-col col-xs-6 col-sm-3 col-md-2" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3825, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-main row container footer-cols" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 128, "type": "local", "value": "div" }, { "char_end_idx": 3825, "char_start_idx": 3290, "html_attrs": { "attrs": [ "class" ], "values": [ "footer" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 125, "type": "local", "value": "div" }, { "char_end_idx": 3838, "char_start_idx": 3825, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "site-wide-promo-footer-coupon", "display:none" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 3839, "char_start_idx": 3839, "html_attrs": { "attrs": [ "class" ], "values": [ "section section-register" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3839, "char_start_idx": 3839, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "dialog-account", "dialog-account mfp-hide" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3839, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "page" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3839, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 69, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "Become a Swoo Insider and save 20% on your next purchase! See below.\n" }, { "char_end_idx": 111, "char_start_idx": 69, "key": "paragraph", "marker": "li", "type": "local", "value": "Entertaining Entertaining\nShop by Occasion" }, { "char_end_idx": 122, "char_start_idx": 111, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGraduation" }, { "char_end_idx": 129, "char_start_idx": 122, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEaster" }, { "char_end_idx": 143, "char_start_idx": 129, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCinco de Mayo" }, { "char_end_idx": 158, "char_start_idx": 143, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFourth of July" }, { "char_end_idx": 170, "char_start_idx": 158, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCelebration" }, { "char_end_idx": 183, "char_start_idx": 170, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHappy Spring" }, { "char_end_idx": 184, "char_start_idx": 183, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 197, "char_start_idx": 184, "key": "paragraph", "marker": "li", "type": "local", "value": "Shop by Theme" }, { "char_end_idx": 210, "char_start_idx": 197, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGarden Party" }, { "char_end_idx": 222, "char_start_idx": 210, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrunch Club" }, { "char_end_idx": 227, "char_start_idx": 222, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOLE'" }, { "char_end_idx": 248, "char_start_idx": 227, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLiving the Best Life" }, { "char_end_idx": 263, "char_start_idx": 248, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCocktail Party" }, { "char_end_idx": 283, "char_start_idx": 263, "key": "paragraph", "marker": "li", "type": "local", "value": "\nState / Local Gifts" }, { "char_end_idx": 284, "char_start_idx": 283, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 305, "char_start_idx": 284, "key": "paragraph", "marker": "li", "type": "local", "value": "Drinkware & Tableware" }, { "char_end_idx": 315, "char_start_idx": 305, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCorkcicle" }, { "char_end_idx": 328, "char_start_idx": 315, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCoton Colors" }, { "char_end_idx": 365, "char_start_idx": 328, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPersonalized Cups, Huggers & Napkins" }, { "char_end_idx": 375, "char_start_idx": 365, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDrinkware" }, { "char_end_idx": 396, "char_start_idx": 375, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFunny Napkins & Cups" }, { "char_end_idx": 412, "char_start_idx": 396, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPaper Tableware" }, { "char_end_idx": 413, "char_start_idx": 412, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 430, "char_start_idx": 413, "key": "paragraph", "marker": "li", "type": "local", "value": "Only at Swoozie's" }, { "char_end_idx": 431, "char_start_idx": 430, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 473, "char_start_idx": 431, "key": "paragraph", "marker": "li", "type": "local", "value": "Wedding Shop Wedding Shop\nShop By Occasion" }, { "char_end_idx": 480, "char_start_idx": 473, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEvents" }, { "char_end_idx": 494, "char_start_idx": 480, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWedding Decor" }, { "char_end_idx": 521, "char_start_idx": 494, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWedding Favors & Packaging" }, { "char_end_idx": 538, "char_start_idx": 521, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWedding Supplies" }, { "char_end_idx": 552, "char_start_idx": 538, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWedding Gifts" }, { "char_end_idx": 577, "char_start_idx": 552, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInvitations & Stationery" }, { "char_end_idx": 578, "char_start_idx": 577, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 638, "char_start_idx": 578, "key": "paragraph", "marker": "li", "type": "local", "value": "Stationery & Invitations Stationery & Invitations\nSTATIONERY" }, { "char_end_idx": 667, "char_start_idx": 638, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPersonalized Flat Note Cards" }, { "char_end_idx": 700, "char_start_idx": 667, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPersonalized Foldover Note Cards" }, { "char_end_idx": 722, "char_start_idx": 700, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStationery & Notepads" }, { "char_end_idx": 738, "char_start_idx": 722, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThank You Cards" }, { "char_end_idx": 762, "char_start_idx": 738, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBaby & Mommy Stationery" }, { "char_end_idx": 784, "char_start_idx": 762, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChildren's Stationery" }, { "char_end_idx": 810, "char_start_idx": 784, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEnclosure & Calling Cards" }, { "char_end_idx": 827, "char_start_idx": 810, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNotepads & Memos" }, { "char_end_idx": 828, "char_start_idx": 827, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 847, "char_start_idx": 828, "key": "paragraph", "marker": "li", "type": "local", "value": "Designer Stationery" }, { "char_end_idx": 853, "char_start_idx": 847, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCrane" }, { "char_end_idx": 864, "char_start_idx": 853, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKate Spade" }, { "char_end_idx": 879, "char_start_idx": 864, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLilly Pulitzer" }, { "char_end_idx": 880, "char_start_idx": 879, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 890, "char_start_idx": 880, "key": "paragraph", "marker": "li", "type": "local", "value": "Addressing" }, { "char_end_idx": 908, "char_start_idx": 890, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStickers & Labels" }, { "char_end_idx": 915, "char_start_idx": 908, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStamps" }, { "char_end_idx": 916, "char_start_idx": 915, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 921, "char_start_idx": 916, "key": "paragraph", "marker": "li", "type": "local", "value": "Other" }, { "char_end_idx": 936, "char_start_idx": 921, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPens & Pencils" }, { "char_end_idx": 953, "char_start_idx": 936, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDesk Accessories" }, { "char_end_idx": 974, "char_start_idx": 953, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStationery Wardrobes" }, { "char_end_idx": 975, "char_start_idx": 974, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 986, "char_start_idx": 975, "key": "paragraph", "marker": "li", "type": "local", "value": "INVITATIONS" }, { "char_end_idx": 994, "char_start_idx": 986, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWedding" }, { "char_end_idx": 1020, "char_start_idx": 994, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBridal Shower Invitations" }, { "char_end_idx": 1051, "char_start_idx": 1020, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBachelorette Party Invitations" }, { "char_end_idx": 1080, "char_start_idx": 1051, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEngagement Party Invitations" }, { "char_end_idx": 1109, "char_start_idx": 1080, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRehearsal Dinner Invitations" }, { "char_end_idx": 1129, "char_start_idx": 1109, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWedding Invitations" }, { "char_end_idx": 1153, "char_start_idx": 1129, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnniversary Invitations" }, { "char_end_idx": 1154, "char_start_idx": 1153, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1182, "char_start_idx": 1154, "key": "paragraph", "marker": "li", "type": "local", "value": "Seasonal Cards & Invitations" }, { "char_end_idx": 1196, "char_start_idx": 1182, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpring/Summer" }, { "char_end_idx": 1201, "char_start_idx": 1196, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFall" }, { "char_end_idx": 1202, "char_start_idx": 1201, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1229, "char_start_idx": 1202, "key": "paragraph", "marker": "li", "type": "local", "value": "Holiday Cards & Invitations" }, { "char_end_idx": 1252, "char_start_idx": 1229, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHoliday Greeting Cards" }, { "char_end_idx": 1272, "char_start_idx": 1252, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHoliday Photo Cards" }, { "char_end_idx": 1298, "char_start_idx": 1272, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHoliday Party Invitations" }, { "char_end_idx": 1299, "char_start_idx": 1298, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1316, "char_start_idx": 1299, "key": "paragraph", "marker": "li", "type": "local", "value": "Party Invitations" }, { "char_end_idx": 1330, "char_start_idx": 1316, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGeneral Party" }, { "char_end_idx": 1355, "char_start_idx": 1330, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAll Birthday Invitations" }, { "char_end_idx": 1384, "char_start_idx": 1355, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGrad Invites & Announcements" }, { "char_end_idx": 1385, "char_start_idx": 1384, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1408, "char_start_idx": 1385, "key": "paragraph", "marker": "li", "type": "local", "value": "Baby & Kids Invitations" }, { "char_end_idx": 1409, "char_start_idx": 1408, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1426, "char_start_idx": 1409, "key": "paragraph", "marker": "li", "type": "local", "value": "Only At Swoozie's" }, { "char_end_idx": 1427, "char_start_idx": 1426, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1455, "char_start_idx": 1427, "key": "paragraph", "marker": "li", "type": "local", "value": "The Gift Shop\nSeasonal Gifts" }, { "char_end_idx": 1466, "char_start_idx": 1455, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGraduation" }, { "char_end_idx": 1479, "char_start_idx": 1466, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpring Break" }, { "char_end_idx": 1491, "char_start_idx": 1479, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGift Bazaar" }, { "char_end_idx": 1504, "char_start_idx": 1491, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMother's Day" }, { "char_end_idx": 1505, "char_start_idx": 1504, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1522, "char_start_idx": 1505, "key": "paragraph", "marker": "li", "type": "local", "value": "Gift By Recipient" }, { "char_end_idx": 1536, "char_start_idx": 1522, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGifts for Her" }, { "char_end_idx": 1550, "char_start_idx": 1536, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGifts for Him" }, { "char_end_idx": 1574, "char_start_idx": 1550, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGifts for Babies & Kids" }, { "char_end_idx": 1591, "char_start_idx": 1574, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGifts for Tweens" }, { "char_end_idx": 1621, "char_start_idx": 1591, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGifts for Teachers/Volunteers" }, { "char_end_idx": 1635, "char_start_idx": 1621, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHostess Gifts" }, { "char_end_idx": 1662, "char_start_idx": 1635, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCorporate & Coworker Gifts" }, { "char_end_idx": 1677, "char_start_idx": 1662, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSorority Gifts" }, { "char_end_idx": 1678, "char_start_idx": 1677, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1692, "char_start_idx": 1678, "key": "paragraph", "marker": "li", "type": "local", "value": "Designer Gifts" }, { "char_end_idx": 1711, "char_start_idx": 1692, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTop Designer Gifts" }, { "char_end_idx": 1731, "char_start_idx": 1711, "key": "paragraph", "marker": "li", "type": "local", "value": "\nkate spade new york" }, { "char_end_idx": 1746, "char_start_idx": 1731, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLilly Pulitzer" }, { "char_end_idx": 1758, "char_start_idx": 1746, "key": "paragraph", "marker": "li", "type": "local", "value": "\nScout Gifts" }, { "char_end_idx": 1765, "char_start_idx": 1758, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBan.do" }, { "char_end_idx": 1777, "char_start_idx": 1765, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMoon & Lola" }, { "char_end_idx": 1778, "char_start_idx": 1777, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1791, "char_start_idx": 1778, "key": "paragraph", "marker": "li", "type": "local", "value": "Shop by Theme" }, { "char_end_idx": 1810, "char_start_idx": 1791, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTicket to Paradise" }, { "char_end_idx": 1836, "char_start_idx": 1810, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLiving for the Fun of it\n" }, { "char_end_idx": 1854, "char_start_idx": 1836, "key": "paragraph", "marker": "li", "type": "local", "value": "Best Unicorn Gifts" }, { "char_end_idx": 1855, "char_start_idx": 1854, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1870, "char_start_idx": 1855, "key": "paragraph", "marker": "li", "type": "local", "value": "More Gift Ideas" }, { "char_end_idx": 1897, "char_start_idx": 1870, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFree Personalization Event" }, { "char_end_idx": 1912, "char_start_idx": 1897, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTop Gift Ideas" }, { "char_end_idx": 1933, "char_start_idx": 1912, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFloats & Inflatables" }, { "char_end_idx": 1950, "char_start_idx": 1933, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGiant Sprinklers" }, { "char_end_idx": 1974, "char_start_idx": 1950, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTop Personalized Gifts\n" }, { "char_end_idx": 1990, "char_start_idx": 1974, "key": "paragraph", "marker": "li", "type": "local", "value": "Food and Sweets\n" }, { "char_end_idx": 1994, "char_start_idx": 1990, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 2010, "char_start_idx": 1994, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBar & Glassware" }, { "char_end_idx": 2025, "char_start_idx": 2010, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFrames & Signs" }, { "char_end_idx": 2031, "char_start_idx": 2025, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBooks" }, { "char_end_idx": 2042, "char_start_idx": 2031, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTech Gifts" }, { "char_end_idx": 2070, "char_start_idx": 2042, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Big O Keyring: Top Gift" }, { "char_end_idx": 2080, "char_start_idx": 2070, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCorkcicle" }, { "char_end_idx": 2081, "char_start_idx": 2080, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2141, "char_start_idx": 2081, "key": "paragraph", "marker": "li", "type": "local", "value": "Journals & Agendas Journals & Agendas\nAll Journals & Agendas" }, { "char_end_idx": 2161, "char_start_idx": 2141, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAgendas & Calendars" }, { "char_end_idx": 2182, "char_start_idx": 2161, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNotebooks & Journals" }, { "char_end_idx": 2213, "char_start_idx": 2182, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPens, Pencils and Accessories\n" }, { "char_end_idx": 2267, "char_start_idx": 2213, "key": "paragraph", "marker": "li", "type": "local", "value": "Personalization Shop Personalization Shop\nNeed It Now\n" }, { "char_end_idx": 2288, "char_start_idx": 2267, "key": "paragraph", "marker": "li", "type": "local", "value": "Gifts For The Hostess" }, { "char_end_idx": 2304, "char_start_idx": 2288, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGifts Under $30" }, { "char_end_idx": 2325, "char_start_idx": 2304, "key": "paragraph", "marker": "li", "type": "local", "value": "\nParty + Entertaining" }, { "char_end_idx": 2341, "char_start_idx": 2325, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBar + Glassware" }, { "char_end_idx": 2361, "char_start_idx": 2341, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTrays + Servingware" }, { "char_end_idx": 2382, "char_start_idx": 2361, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOutdoor Entertaining" }, { "char_end_idx": 2404, "char_start_idx": 2382, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHome and Entertaining" }, { "char_end_idx": 2415, "char_start_idx": 2404, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStationery" }, { "char_end_idx": 2416, "char_start_idx": 2415, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2425, "char_start_idx": 2416, "key": "paragraph", "marker": "li", "type": "local", "value": "Catalogs\n" }, { "char_end_idx": 2435, "char_start_idx": 2425, "key": "paragraph", "marker": "ul", "type": "local", "value": "Sale Sale\n" }, { "char_end_idx": 2475, "char_start_idx": 2435, "key": "paragraph", "marker": "h1", "type": "local", "value": "Smathers & Branson Collegiate Can Cooler" }, { "char_end_idx": 2477, "char_start_idx": 2475, "key": "paragraph", "marker": "div", "type": "local", "value": "\n\n" }, { "char_end_idx": 2786, "char_start_idx": 2477, "key": "paragraph", "marker": "p", "type": "local", "value": "Smathers & Branson can coolers combine their signature 100% hand-stitched needlepoint with an Italian, full grain leather exterior and neoprene liner. Each needlepoint inset has the college logo, mascot or name to help keep you and your drink cool with college spirit. Can you dress your drink up any better?\n" }, { "char_end_idx": 2970, "char_start_idx": 2786, "key": "paragraph", "marker": "p", "type": "local", "value": "Order early to insure timely delivery. You will be notified within 2 business days if your selected school has gone onto backorder. Backorders usually take 1-2 months to be fulfilled.\n" }, { "char_end_idx": 3214, "char_start_idx": 2970, "key": "paragraph", "marker": "p", "type": "local", "value": "COLLCANCOOLER, CANCLR-AUB, CANCLR-UGA, CANCLR-UTX, CANCLR-GT, CANCLR-A&M, CANCLR-FLA, CANCLR-FSU, CANCLR-BAMA, CANCLR-CLEM, CANCLR-OM, CANCLR-UNC, CANCLR-OHIOST, CANCLR-OK, CANCLR-USC, CANCLR-SMU, CANCLR-TT, CANCLR-TCU, CANCLR-COLL, CANCLR-NCS\n" }, { "char_end_idx": 3290, "char_start_idx": 3214, "key": "paragraph", "marker": "p", "type": "local", "value": "Estimated Production Time: Up to 3 Business Days; 1-2 months if backordered\n" }, { "char_end_idx": 3535, "char_start_idx": 3290, "key": "paragraph", "marker": "p", "type": "local", "value": "Swoozie's is committed to delivering outstanding customer care. It is our goal to make every visit, every call and every online experience a celebration. You are the reason Swoozie's is here, and we look forward to assisting you soon! \n- Kelly\nC" }, { "char_end_idx": 3544, "char_start_idx": 3534, "key": "paragraph", "marker": "h4", "type": "local", "value": "Contact Us" }, { "char_end_idx": 3545, "char_start_idx": 3544, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 3572, "char_start_idx": 3545, "key": "paragraph", "marker": "li", "type": "local", "value": "Email: [email protected]\n" }, { "char_end_idx": 3599, "char_start_idx": 3572, "key": "paragraph", "marker": "li", "type": "local", "value": "Live Chat: Leave A Message\n" }, { "char_end_idx": 3629, "char_start_idx": 3599, "key": "paragraph", "marker": "div", "type": "local", "value": "Hours: M-F 10:00AM-7:00PM EST\n" }, { "char_end_idx": 3637, "char_start_idx": 3629, "key": "paragraph", "marker": "h4", "type": "local", "value": "About Us" }, { "char_end_idx": 3648, "char_start_idx": 3637, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOur Story\n" }, { "char_end_idx": 3658, "char_start_idx": 3648, "key": "paragraph", "marker": "li", "type": "local", "value": "Community\n" }, { "char_end_idx": 3672, "char_start_idx": 3658, "key": "paragraph", "marker": "li", "type": "local", "value": "Customer Care\n" }, { "char_end_idx": 3695, "char_start_idx": 3672, "key": "paragraph", "marker": "li", "type": "local", "value": "Career - We're Hiring!\n" }, { "char_end_idx": 3705, "char_start_idx": 3695, "key": "paragraph", "marker": "li", "type": "local", "value": "Community\n" }, { "char_end_idx": 3720, "char_start_idx": 3705, "key": "paragraph", "marker": "li", "type": "local", "value": "Visit Our Blog\n" }, { "char_end_idx": 3738, "char_start_idx": 3720, "key": "paragraph", "marker": "div", "type": "local", "value": "Request a Catalog\n" }, { "char_end_idx": 3753, "char_start_idx": 3738, "key": "paragraph", "marker": "h4", "type": "local", "value": "Store Locations" }, { "char_end_idx": 3783, "char_start_idx": 3753, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNew Denver location now open!" }, { "char_end_idx": 3824, "char_start_idx": 3783, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNow Swoo-ing in Cherry Hills Marketplace" }, { "char_end_idx": 3825, "char_start_idx": 3824, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3839, "char_start_idx": 3825, "key": "paragraph", "marker": "div", "type": "local", "value": "SWOOINSIDER20\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Smathers &amp; Branson Collegiate Can Cooler" } ]
[ { "key": "url", "type": "global", "value": "https://www.swoozies.com/product/306448" } ]
[]
Become a Swoo Insider and save 20% on your next purchase! See below. Entertaining Entertaining Shop by Occasion Graduation Easter Cinco de Mayo Fourth of July Celebration Happy Spring Shop by Theme Garden Party Brunch Club OLE' Living the Best Life Cocktail Party State / Local Gifts Drinkware & Tableware Corkcicle Coton Colors Personalized Cups, Huggers & Napkins Drinkware Funny Napkins & Cups Paper Tableware Only at Swoozie's Wedding Shop Wedding Shop Shop By Occasion Events Wedding Decor Wedding Favors & Packaging Wedding Supplies Wedding Gifts Invitations & Stationery Stationery & Invitations Stationery & Invitations STATIONERY Personalized Flat Note Cards Personalized Foldover Note Cards Stationery & Notepads Thank You Cards Baby & Mommy Stationery Children's Stationery Enclosure & Calling Cards Notepads & Memos Designer Stationery Crane Kate Spade Lilly Pulitzer Addressing Stickers & Labels Stamps Other Pens & Pencils Desk Accessories Stationery Wardrobes INVITATIONS Wedding Bridal Shower Invitations Bachelorette Party Invitations Engagement Party Invitations Rehearsal Dinner Invitations Wedding Invitations Anniversary Invitations Seasonal Cards & Invitations Spring/Summer Fall Holiday Cards & Invitations Holiday Greeting Cards Holiday Photo Cards Holiday Party Invitations Party Invitations General Party All Birthday Invitations Grad Invites & Announcements Baby & Kids Invitations Only At Swoozie's The Gift Shop Seasonal Gifts Graduation Spring Break Gift Bazaar Mother's Day Gift By Recipient Gifts for Her Gifts for Him Gifts for Babies & Kids Gifts for Tweens Gifts for Teachers/Volunteers Hostess Gifts Corporate & Coworker Gifts Sorority Gifts Designer Gifts Top Designer Gifts kate spade new york Lilly Pulitzer Scout Gifts Ban.do Moon & Lola Shop by Theme Ticket to Paradise Living for the Fun of it Best Unicorn Gifts More Gift Ideas Free Personalization Event Top Gift Ideas Floats & Inflatables Giant Sprinklers Top Personalized Gifts Food and Sweets Home Bar & Glassware Frames & Signs Books Tech Gifts The Big O Keyring: Top Gift Corkcicle Journals & Agendas Journals & Agendas All Journals & Agendas Agendas & Calendars Notebooks & Journals Pens, Pencils and Accessories Personalization Shop Personalization Shop Need It Now Gifts For The Hostess Gifts Under $30 Party + Entertaining Bar + Glassware Trays + Servingware Outdoor Entertaining Home and Entertaining Stationery Catalogs Sale Sale Smathers & Branson Collegiate Can Cooler Smathers & Branson can coolers combine their signature 100% hand-stitched needlepoint with an Italian, full grain leather exterior and neoprene liner. Each needlepoint inset has the college logo, mascot or name to help keep you and your drink cool with college spirit. Can you dress your drink up any better? Order early to insure timely delivery. You will be notified within 2 business days if your selected school has gone onto backorder. Backorders usually take 1-2 months to be fulfilled. COLLCANCOOLER, CANCLR-AUB, CANCLR-UGA, CANCLR-UTX, CANCLR-GT, CANCLR-A&M, CANCLR-FLA, CANCLR-FSU, CANCLR-BAMA, CANCLR-CLEM, CANCLR-OM, CANCLR-UNC, CANCLR-OHIOST, CANCLR-OK, CANCLR-USC, CANCLR-SMU, CANCLR-TT, CANCLR-TCU, CANCLR-COLL, CANCLR-NCS Estimated Production Time: Up to 3 Business Days; 1-2 months if backordered Swoozie's is committed to delivering outstanding customer care. It is our goal to make every visit, every call and every online experience a celebration. You are the reason Swoozie's is here, and we look forward to assisting you soon! - Kelly Contact Us Email: [email protected] Live Chat: Leave A Message Hours: M-F 10:00AM-7:00PM EST About Us Our Story Community Customer Care Career - We're Hiring! Community Visit Our Blog Request a Catalog Store Locations New Denver location now open! Now Swoo-ing in Cherry Hills Marketplace SWOOINSIDER20
https://www.swoozies.com/product/306448
[ { "char_end_idx": 143, "char_start_idx": 130, "key": "entity", "type": "local", "value": "Cinco_de_Mayo" }, { "char_end_idx": 210, "char_start_idx": 198, "key": "entity", "type": "local", "value": "Party" }, { "char_end_idx": 226, "char_start_idx": 223, "key": "entity", "type": "local", "value": "Object_Linking_and_Embedding" }, { "char_end_idx": 248, "char_start_idx": 239, "key": "entity", "type": "local", "value": "Best_Life" }, { "char_end_idx": 263, "char_start_idx": 249, "key": "entity", "type": "local", "value": "Cocktail_party" }, { "char_end_idx": 346, "char_start_idx": 342, "key": "entity", "type": "local", "value": "CUPS" }, { "char_end_idx": 853, "char_start_idx": 848, "key": "entity", "type": "local", "value": "Crane_(bird)" }, { "char_end_idx": 864, "char_start_idx": 854, "key": "entity", "type": "local", "value": "Kate_Spade" }, { "char_end_idx": 879, "char_start_idx": 865, "key": "entity", "type": "local", "value": "Lilly_Pulitzer" }, { "char_end_idx": 953, "char_start_idx": 937, "key": "entity", "type": "local", "value": "Desk_accessory" }, { "char_end_idx": 1440, "char_start_idx": 1431, "key": "entity", "type": "local", "value": "Gift_shop" }, { "char_end_idx": 1746, "char_start_idx": 1732, "key": "entity", "type": "local", "value": "Lilly_Pulitzer" }, { "char_end_idx": 1810, "char_start_idx": 1802, "key": "entity", "type": "local", "value": "Paradise,_Nevada" }, { "char_end_idx": 2341, "char_start_idx": 2332, "key": "entity", "type": "local", "value": "Laboratory_glassware" }, { "char_end_idx": 2578, "char_start_idx": 2571, "key": "entity", "type": "local", "value": "Italy" }, { "char_end_idx": 3262, "char_start_idx": 3249, "key": "entity", "type": "local", "value": "Business_day" }, { "char_end_idx": 3470, "char_start_idx": 3463, "key": "entity", "type": "local", "value": "Adande_Thorne" }, { "char_end_idx": 3533, "char_start_idx": 3528, "key": "entity", "type": "local", "value": "Kelly_Kapoor" }, { "char_end_idx": 3544, "char_start_idx": 3542, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 3637, "char_start_idx": 3635, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 3764, "char_start_idx": 3754, "key": "entity", "type": "local", "value": "New_Denver" } ]
[ { "char_end_idx": 143, "char_start_idx": 129, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cinco_de_Mayo" }, { "char_end_idx": 210, "char_start_idx": 197, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Party" }, { "char_end_idx": 227, "char_start_idx": 222, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Object_Linking_and_Embedding" }, { "char_end_idx": 248, "char_start_idx": 227, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Best_Life" }, { "char_end_idx": 263, "char_start_idx": 248, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cocktail_party" }, { "char_end_idx": 365, "char_start_idx": 328, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "CUPS" }, { "char_end_idx": 853, "char_start_idx": 847, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Crane_(bird)" }, { "char_end_idx": 864, "char_start_idx": 853, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kate_Spade" }, { "char_end_idx": 879, "char_start_idx": 864, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lilly_Pulitzer" }, { "char_end_idx": 953, "char_start_idx": 936, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Desk_accessory" }, { "char_end_idx": 1455, "char_start_idx": 1427, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gift_shop" }, { "char_end_idx": 1746, "char_start_idx": 1731, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lilly_Pulitzer" }, { "char_end_idx": 1810, "char_start_idx": 1791, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Paradise,_Nevada" }, { "char_end_idx": 2341, "char_start_idx": 2325, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Laboratory_glassware" }, { "char_end_idx": 2786, "char_start_idx": 2477, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Italy" }, { "char_end_idx": 3290, "char_start_idx": 3214, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Business_day" }, { "char_end_idx": 3535, "char_start_idx": 3290, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Adande_Thorne" }, { "char_end_idx": 3535, "char_start_idx": 3290, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kelly_Kapoor" }, { "char_end_idx": 3544, "char_start_idx": 3534, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 3637, "char_start_idx": 3629, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 3783, "char_start_idx": 3753, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "New_Denver" } ]
0
123
1556135740000
 <!DOCTYPE html> <!--[if IE 9]> <html class="ie9"> <![endif]--> <!--[if IE 8]> <html class="ie8"> <![endif]--> <!--[if lte IE 7]> <html class="ie7"> <![endif]--> <html lang="en"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <title>Buy Glass Kettle Victorian Round Online | Radhikas Fine Teas</title> <meta name="description" content="Buy Glass Kettle Victorian Round from Radhikas Fine teas Online Store. We offers wide range variety of Glass Kettle Victorian Round that are handpicked and of best quality at best prices. Order Now!"/> <meta name="keywords" content="Teas,Green teas /white teas/black teas/oolong ,Chai ,Best ,Fresh ,Fine ,Plantation fresh"> <meta name="page" content="http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round"> <link href="http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round" rel="canonical"/ hreflang="en"> <!--<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">--> <link rel="stylesheet" href="http://www.radhikasfineteas.com/css/common.css" hreflang="en"> <!-- <link rel="stylesheet" href="http://www.radhikasfineteas.com/css/innerpage.css"> --> <link rel="stylesheet" href="http://www.radhikasfineteas.com/css/owl.carousel.css" hreflang="en"> <link rel="stylesheet" href="http://www.radhikasfineteas.com/css/nav.css" hreflang="en"> <link rel="stylesheet" href="http://www.radhikasfineteas.com/css/jquery.fancybox.css?v=2.1.5" media="screen" hreflang="en"/> <link rel="stylesheet" href="http://www.radhikasfineteas.com/css/innerpage.css" hreflang="en"> <link rel="icon" href="http://www.radhikasfineteas.com/images/favicon.png" type="image/png" sizes="16x16" hreflang="en"> <meta name="Robots" content="INDEX, FOLLOW" /> <script> var isMobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPad|iPod/i); }, Opera: function() { return navigator.userAgent.match(/Opera Mini/i); }, Windows: function() { return navigator.userAgent.match(/IEMobile/i); }, any: function() { return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); } }; </script> <script> //Analytical code goes here (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-105266720-1', 'auto'); ga('send', 'pageview'); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5HGJ7PJ');</script> <!-- End Google Tag Manager --> <!-- Hotjar Tracking Code for http://radhikasfineteas.com/ --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:651924,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/jquery-1.12.0.min.js"></script> <script src="http://www.radhikasfineteas.com/js/respond.js"></script> <script src="http://www.radhikasfineteas.com/js/contact_form_validator.js"></script> <script src="http://www.radhikasfineteas.com/js/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/datepicker/jquery-ui.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/jquery.elevatezoom.js"></script> <link rel="stylesheet" href="http://www.radhikasfineteas.com/js/datepicker/style.css" hreflang="en"> <link rel="stylesheet" href="http://www.radhikasfineteas.com/js/datepicker/jquery-ui.css" hreflang="en"> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <![endif]--> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5HGJ7PJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="fb-root"></div> <!--START : ie 7, 8, 9 blocker --> <div class="ie-msg"> <div class="ie-msg-cell"> <div class="ie-msg-content"> <h2>It's time to upgrade your browser</h2> <p>You're using an outdated version of Internet Explorer.</p> <a href="https://www.microsoft.com/en-in/download/Internet-Explorer-11-for-Windows-7-details.aspx" target="_blank" class="btn">DOWNLOAD NOW</a> </div> </div> </div> <!--ENDS : ie 7, 8, 9 blocker--> <!--START : Loder --> <div id="loader-wrapper"> <div id="loader"><img src="http://www.radhikasfineteas.com/images/loder-img.gif" alt="Loder" title="Loader"> </div> </div> <!--ENDS : Loder --> <!--START : Top Sticky Panal --> <div class="sticky-panal"> <div id="panel"> <div class="container"> <h2>GET IN TOUCH</h2> <div class="row"> <div class="col-sm-4"> <div class="connect"><p class="email"><i class="icon-mail-cus"></i> <a href="mailto:[email protected];">[email protected]</a></p></div> <div class="connect"><p class="email"><i class="icon-warehouse"></i> Warehouse: 022-66780973 (10 am to 5pm)</p></div> <div class="connect"><p class="email"><i class="icon-sales"></i> Sales head: Vaseem Sheikh 91-989 214 1253</p></div> <!--<div class="connect"><p class="email"><i class=""></i> Marketing head: Shiwani Vaidya 91- 877 957 9284</p></div>--> </div> <div class="col-sm-4"> <div class="connect"> <div class="social-top"> <h3 style="margin-top:0px;">Follow Me</h3> <ul> <li><a href="https://www.facebook.com/radhikasteas/" target="_blank"><i class="icon-facebook"><!--[]--></i></a></li> <li><a href="https://www.youtube.com/channel/UCuooO9cct_lBYP4KT8aYdYg" target="_blank"><i class="icon-youtube"><!--[]--></i></a></li> <li><a href="https://twitter.com/RadhikasTeas" target="_blank"><i class="icon-twitter"><!--[]--></i></a></li> <li><a href="https://www.instagram.com/radhikasfineteas/" target="_blank"><i class="icon-instagram"><!--[]--></i></a></li> <li><a target="_blank" href="https://in.pinterest.com/radhikasfinetea/"><i class="icon-pinterest"></i></a></li> <li><a target="_blank" href="https://www.linkedin.com/company/radhikas-fine-teas"><i class="icon-linkedin"></i></a></li> </ul> </div> </div> </div> <div class="col-sm-4"> <div class="quick-news"> <p> <i class=""><!--[]--></i> <span>Fine Tea Finder</span><br> Let’s find a tea that suits you best. </p> <p><a href="http://www.radhikasfineteas.com/#fine-teas-finder" id="btnGoMix">Let's go &raquo;</a></p> </div> </div> </div> </div> </div> <p class="slide"><a href="javascript:void(0);" class="btn-slide" id="show"></a></p> </div> <!--ENDS : Top Sticky Panal --> <!--START : Header --> <div class="stick-head"> <!-- <div class="offer-container"> <div class="container radhika-offer"> <p>Steal your valentine deal! Buy a pack of Radhika’s Fine Teas and get a pack from romance series worth Rs 500 free.</p> <div class="cta-panel"> <a href="http://www.radhikasfineteas.com/online-store/leaves">Buy Now</a> <a href="http://www.radhikasfineteas.com/tandc/offer">T&amp;C</a> </div> </div> </div> --> <div class="nav-container"> <div class="container pos-relative"> <div class="search-login"> <ul> <!--<li><a href="#"><i class="icon-search"></i></a></li> --> <li> <div class="usr-block"> <a href="http://www.radhikasfineteas.com/User_authentication"><i class="icon-lock-new"></i></a> <span class="username">Welcome Guest</span></div> </li> <li> <div class="cart-block"><span id="shopping-cart-count">0</span> <a href="http://www.radhikasfineteas.com/shopping-cart#shoppingcart" id="shoppingcart1" class="icon-cart-new"></a></div> </li> </ul> </div> <div id="logo"> <a href="http://www.radhikasfineteas.com/"> <img src="http://www.radhikasfineteas.com/images/logo.png" alt="Radhikas Fine teas and whatnots" title="Radhikas Fine teas and whatnots"></a> </div> <div class="nav"> <nav role="navigation"> <!-- Sample menu definition --> <div class="nav-toggle mob-nav"> <div id="nav-icon"> <span></span> <span></span> <span></span> <span></span> </div> </div> <div class="m-navCell m-mbcell"> <ul id="main-menu" class="sm sm-blue"> <!--<li class="pos-static"><a href="http://www.radhikasfineteas.com/about-me">About Radhika</a></li>--> <li class="pos-static"><a href="http://www.radhikasfineteas.com/about-me">About Radhikas Fine Teas</a> <ul class="mega-menu"> <li> <div class="row cta-new-btn"> <div class="col-sm-6 aArea"><a href="http://www.radhikasfineteas.com/about-me"><i class="icon-teaclub"></i>Radhika&#39;s Story</a></div> <div class="col-sm-6 aArea"><a href="http://www.radhikasfineteas.com/about-the-leaves/organic-story"><i class="icon-org"></i>Organic Story</a></div> </div> </li> </ul> <!--<li><a href="http://www.radhikasfineteas.com/art-of-tea">Art of tea</a></li>--> <li class="pos-static"><a href="http://www.radhikasfineteas.com/about-the-leaves/tea-series">Tea Series</a> <ul class="mega-menu"> <li> <div class="row cta-new-btn"> <!--<div class="col-sm-6 aArea"><a href="http://www.radhikasfineteas.com/about-the-leaves/organic-story"><i class="icon-teabarcta"></i>Organic Story</a></div>--> <div class="col-sm-4 aArea"><a class="custom_tea_series_tab" href="http://www.radhikasfineteas.com/about-the-leaves/tea-series#romance-series"><i class="icon-teaclub"></i>Romance Series</a></div> <div class="col-sm-4 aArea"><a class="custom_tea_series_tab" href="http://www.radhikasfineteas.com/about-the-leaves/tea-series#healing-series"><i class="icon-teaclub"></i>Healing Series</a></div> <div class="col-sm-4 aArea last"><a class="custom_tea_series_tab" href="http://www.radhikasfineteas.com/about-the-leaves/tea-series#connoisseur-series"><i class="icon-teaclub"></i>Connoisseur Series</a></div> </div> </li> </ul> </li> <li class="pos-static"><a class="active" href="http://www.radhikasfineteas.com/online-store/leaves">Online Store</a> <ul class="mega-menu"> <li> <div class="row cta-new-btn"> <div class="col-sm-3 aArea"><a href="http://www.radhikasfineteas.com/online-store/leaves"><i class="icon-leaves"></i>Leaves</a></div> <div class="col-sm-3 aArea"><a href="http://www.radhikasfineteas.com/online-store/accessories"><i class="icon-accessories"></i>Accessories</a></div> <div class="col-sm-3 aArea "><a href="http://www.radhikasfineteas.com/online-store/gifting"><i class="icon-gifting"></i>Gifting</a></div> <div class="col-sm-3 aArea last"><a href="http://www.radhikasfineteas.com/online-store/wholesale"><i class="icon-business"></i>Business</a></div> </div> </li> </ul> </li> <li class="pos-static"><a href="http://www.radhikasfineteas.com/tea-bar">Tea Service</a> <ul class="mega-menu"> <li> <div class="row cta-new-btn"> <div class="col-sm-4 aArea"><a href="http://www.radhikasfineteas.com/tea-bar"><i class="icon-teabarcta"></i>Tea Bar</a></div> <div class="col-sm-4 aArea"><a href="http://www.radhikasfineteas.com/tea-ceremonies"><i class="icon-teaclub"></i>Tea Ceremony</a></div> <div class="col-sm-4 aArea last"><a href="http://www.radhikasfineteas.com/high-tea-service"><i class="icon-teaservices"></i>High Tea Service</a></div> </div> </li> </ul> </li> <!--<li class="pos-static"><a href="http://www.radhikasfineteas.com/teas-and-tisane/green">Teas and Tisane</a> <ul class="mega-menu"> <li> <div style="width:100%;" class="cta-new-btn"> <div id="parentVerticalTab"> <ul class="resp-tabs-list hor_1"> <li class="highlighted"><i class="tab-cup"></i><br> Type of Tea</li> <li><i class="tab-globe"></i><br> Origin</li> </ul> <div class="resp-tabs-container hor_1"> Tea Type <div class="tab-container-outer resp-tab-content-active"> <div class="row"> <div class="col-sm-12"> <ul class="list-link"> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/white">White</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/green">Green</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/oolong">Oolong</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/black">Black</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/tisane">Tisane</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/speciality">Speciality</a></li> </ul> </div> <div class="col-sm-4"><img src="images/top-menu-inner-img-01.jpg" alt="Type of Tea" title="Type of Tea"></div> </div> </div> End of Tea Type Tea Origin <div class="tab-container"> <div class="tab-container-outer pos-relative"> <div class="row"> <div class="col-sm-12"> <ul class="list-link1" id="popclick"> <li data-ref="China">China</li> <li data-ref="Greece">Greece</li> <li data-ref="India">India</li> <li data-ref="SriLanka">Sri Lanka</li> <li data-ref="Thailand">Thailand</li> <li data-ref="Turkey">Turkey</li> </ul> </div> <div id="subNavpop"> <div class="menupopup" id="China"><div class="col-sm-12"><ul class="sub-link"><li><h2>Healing</h2></li><li><a href="http://www.radhikasfineteas.com/healing/milk-oolong-leaf-rejuvenating-tea">Milk Oolong Leaf REJUVENATING Tea</a></li><li><a href="http://www.radhikasfineteas.com/healing/gingseng-oolong-leaf-energy-tea">Gingseng Oolong Leaf ENERGY Tea</a></li><li><a href="http://www.radhikasfineteas.com/healing/rice-tea-genmaicha-detox-tea">Rice Tea Genmaicha DETOX Tea</a></li><li><a href="http://www.radhikasfineteas.com/healing/jasmine-green-leaf-beautea">Jasmine Green Leaf BEAUTEA</a></li></ul><ul class="sub-link"><li><h2>Romance</h2></li><li><a href="http://www.radhikasfineteas.com/romance/jasmine-flower-decaf-radiance-tisane">Jasmine Flower Decaf RADIANCE Tisane</a></li><li><a href="http://www.radhikasfineteas.com/romance/osmanthus-flower-decaf-digestive-tisane">Osmanthus Flower Decaf DIGESTIVE Tisane</a></li><li><a href="http://www.radhikasfineteas.com/romance/peppermint-oolong-leaf-digestive-tea">Peppermint Oolong Leaf DIGESTIVE Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/rosey-black-leaf-digestive-tea">Rosey Black Leaf DIGESTIVE Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/jasmine-pearl-green-leaf-anti-ageing-tea">Jasmine Pearl Green Leaf ANTI-AGEING Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/blooming-big-bud-radiance-tisane">Blooming Big Bud RADIANCE Tisane</a></li><li><a href="http://www.radhikasfineteas.com/romance/chamomile-flower-decaf-calming-tisane">Chamomile Flower Decaf CALMING Tisane</a></li><li><a href="http://www.radhikasfineteas.com/romance/chrysanthemum-flower-decaf-beautea">Chrysanthemum Flower Decaf BEAUTEA</a></li><li><a href="http://www.radhikasfineteas.com/romance/baby-rose-buds-decaf-beautea-tisane">Baby Rose Buds Decaf BEAUTEA Tisane</a></li></ul><ul class="sub-link"><li><h2>Connoisseur</h2></li><li><a href="http://www.radhikasfineteas.com/connoisseur/laoshan-green-leaf-energy-tea">Laoshan Green Leaf ENERGY Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/silver-needle-white-leaf-quiet-moment-tea">Silver Needle White Leaf QUIET-MOMENT Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/oolong-shanghai-style-energy-tea">Oolong Shanghai Style ENERGY Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/longjing-green-leaf-energy-tea">Longjing Green Leaf ENERGY Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/toucha-wake-up-tea">Toucha WAKE-UP Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/pu-erh-stimulation-tea">Pu-erh STIMULATION Tea</a></li></ul></div><div class="row"></div><span class="closePopSM"><img src="http://www.radhikasfineteas.com/images/close_but.png" alt="Back to Origin" title="Back to Origin"></span></div><div class="menupopup" id="Greece"><div class="col-sm-12"><ul class="sub-link"><li><h2>Healing</h2></li><li><a href="http://www.radhikasfineteas.com/healing/rosemary-decaf-detox-tisane">Rosemary Decaf DETOX Tisane</a></li><li><a href="http://www.radhikasfineteas.com/healing/oregano-decaf-digestive-tisane">Oregano Decaf DIGESTIVE Tisane</a></li></ul><ul class="sub-link"><li><h2>Romance</h2></li><li><a href="http://www.radhikasfineteas.com/romance/sage-decaf-calming-tisane">Sage Decaf CALMING Tisane</a></li></ul></div><div class="row"></div><span class="closePopSM"><img src="http://www.radhikasfineteas.com/images/close_but.png" alt="Back to Origin" title="Back to Origin"></span></div><div class="menupopup" id="India"><div class="col-sm-12"><ul class="sub-link"><li><h2>Healing</h2></li><li><a href="http://www.radhikasfineteas.com/healing/organic-possibilitea">Organic POSSIBILITEA</a></li><li><a href="http://www.radhikasfineteas.com/healing/darjeeling-turmeric-green-leaf-healing-chai">Darjeeling Turmeric Green Leaf HEALING Chai</a></li><li><a href="http://www.radhikasfineteas.com/healing/assam-black-vanilla-calming-chai">Assam Black Vanilla CALMING Chai</a></li><li><a href="http://www.radhikasfineteas.com/healing/assam-english-breakfast-invigorating-chai">Assam English Breakfast INVIGORATING Chai</a></li><li><a href="http://www.radhikasfineteas.com/healing/assam-masala-invigorating-chai">Assam Masala INVIGORATING Chai</a></li><li><a href="http://www.radhikasfineteas.com/healing/assam-lemongrass-digestive-chai">Assam Lemongrass DIGESTIVE Chai</a></li></ul><ul class="sub-link"><li><h2>Romance</h2></li><li><a href="http://www.radhikasfineteas.com/romance/darjeeling-black-tulsi-liquorice-leaf-digestive-tea">Darjeeling Black Tulsi Liquorice Leaf DIGESTIVE Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/darjeeling-ginger-black-leaf-wake-up-tea">Darjeeling Ginger Black Leaf WAKE-UP Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/darjeeling-earl-grey-leaf-digestive-tea">Darjeeling Earl Grey Leaf DIGESTIVE Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/darjeeling-black-leaf-rose-beautea">Darjeeling Black Leaf Rose BEAUTEA</a></li><li><a href="http://www.radhikasfineteas.com/romance/darjeeling-green-leaf-rose-beautea">Darjeeling Green Leaf Rose BEAUTEA</a></li></ul><ul class="sub-link"><li><h2>Connoisseur</h2></li><li><a href="http://www.radhikasfineteas.com/connoisseur/assam-mukhwas-black-leaf-digestive-chai">Assam Mukhwas Black Leaf DIGESTIVE Chai</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/darjeeling-kashmiri-kahwa-leaf-detox-tea">Darjeeling Kashmiri Kahwa Leaf DETOX Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/darjeeling-oolong-leaf-energy-tea">Darjeeling Oolong Leaf ENERGY Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/darjeeling-white-leaf-quiet-moment-tea">Darjeeling White Leaf QUIET-MOMENT Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/darjeeling-green-leaf-energy-tea">Darjeeling Green Leaf ENERGY Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/darjeeling-black-leaf-wake-up-tea">Darjeeling Black Leaf WAKE-UP Tea</a></li></ul></div><div class="row"></div><span class="closePopSM"><img src="http://www.radhikasfineteas.com/images/close_but.png" alt="Back to Origin" title="Back to Origin"></span></div><div class="menupopup" id="SriLanka"><div class="col-sm-12"><ul class="sub-link"><li><h2>Healing</h2></li><li><a href="http://www.radhikasfineteas.com/healing/lanka-orange-black-leaf-rejuvenating-tea">Lanka Orange Black Leaf REJUVENATING Tea</a></li><li><a href="http://www.radhikasfineteas.com/healing/lanka-peppermint-black-leaf-digestive-tea">Lanka Peppermint Black Leaf DIGESTIVE Tea</a></li></ul><ul class="sub-link"><li><h2>Romance</h2></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-cherry-black-leaf-invigorating-tea">Lanka Cherry Black Leaf INVIGORATING Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-raspberry-black-leaf-radiance-tea">Lanka Raspberry Black Leaf RADIANCE Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-strawberry-black-leaf-radiance-tea">Lanka Strawberry Black Leaf RADIANCE Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-blackcurrant-leaf-rejuvenating-tea">Lanka Blackcurrant Leaf REJUVENATING Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-apple-cinnamon-black-leaf-invigorating-tea">Lanka Apple Cinnamon Black Leaf INVIGORATING Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-kiwi-black-leaf-rejuvenating-tea">Lanka Kiwi Black Leaf REJUVENATING Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-peach-black-leaf-radiance-tea">Lanka Peach Black Leaf RADIANCE Tea</a></li><li><a href="http://www.radhikasfineteas.com/romance/lanka-mango-black-leaf-digestive-tea">Lanka Mango Black Leaf DIGESTIVE Tea</a></li></ul><ul class="sub-link"><li><h2>Connoisseur</h2></li><li><a href="http://www.radhikasfineteas.com/connoisseur/lanka-sencha-green-leaf-energy-tea">Lanka Sencha Green Leaf ENERGY Tea</a></li><li><a href="http://www.radhikasfineteas.com/connoisseur/lanka-premium-black-leaf-wake-up-tea">Lanka Premium Black Leaf WAKE-UP Tea</a></li></ul></div><div class="row"></div><span class="closePopSM"><img src="http://www.radhikasfineteas.com/images/close_but.png" alt="Back to Origin" title="Back to Origin"></span></div><div class="menupopup" id="Thailand"><div class="col-sm-12"><ul class="sub-link"><li><h2>Healing</h2></li><li><a href="http://www.radhikasfineteas.com/healing/hibiscus-roselle-decaf-detox-tisane">Hibiscus Roselle Decaf DETOX Tisane</a></li><li><a href="http://www.radhikasfineteas.com/healing/bael-decaf-digestive-tisane">Bael Decaf DIGESTIVE Tisane</a></li><li><a href="http://www.radhikasfineteas.com/healing/butterfly-blue-pea-decaf-wellness-tisane">Butterfly Blue Pea Decaf WELLNESS Tisane</a></li></ul></div><div class="row"></div><span class="closePopSM"><img src="http://www.radhikasfineteas.com/images/close_but.png" alt="Back to Origin" title="Back to Origin"></span></div><div class="menupopup" id="Turkey"><div class="col-sm-12"><ul class="sub-link"><li><h2>Romance</h2></li><li><a href="http://www.radhikasfineteas.com/romance/pomegranate-flecks-radiance-tisane">Pomegranate Flecks RADIANCE Tisane</a></li><li><a href="http://www.radhikasfineteas.com/romance/lovers-decaf-fruity-tisane">Lovers Decaf FRUITY Tisane</a></li><li><a href="http://www.radhikasfineteas.com/romance/zorab-decaf-floral-tisane">Zorab Decaf FLORAL Tisane</a></li></ul><ul class="sub-link"><li><h2>Connoisseur</h2></li><li><a href="http://www.radhikasfineteas.com/connoisseur/kay-black-leaf-wake-up-tea">Kay Black Leaf WAKE-UP Tea</a></li></ul></div><div class="row"></div><span class="closePopSM"><img src="http://www.radhikasfineteas.com/images/close_but.png" alt="Back to Origin" title="Back to Origin"></span></div> </div> <div class="col-sm-6"><img src="images/top-menu-inner-img-02.jpg" alt="Type of Tea" title="Type of Tea"></div> </div> </div> </div> End of Tea Origin </div> </div> <div style="clear:both;"></div> </div> </li> </ul> </li>--> <li><a href="http://www.radhikasfineteas.com/#fine-teas-finder"><!--Mixology -->Fine Tea Finder</a></li> <li><a href="http://www.radhikasfineteas.com/blog">Blog</a></li> </ul> </div> </nav> </div><!-- End of nav class --> </div> </div> </div> <!-- Downlaod Brochure --> <a href="http://www.radhikasfineteas.com/flipbook/#PDF/1" target="_blank" class="e-brochure"> <span> <img src="http://www.radhikasfineteas.com/images/ebook.png" alt=""/> </span> <span>Download e-brochure</span> </a> <!-- Downlaod Brochure -->Elegant, Charming, words that immediately come to our mind, watch the drama of the leaves, brew Flower or Fruit Tisanes from our Tea Selection and enjoy the colour of the infusion in our BESTSELLER round glass kettle. This Kettle is pure romancing of the le<!--Banner Start Here--> <script> window.fbAsyncInit = function() { FB.init({ appId : '1115149641936938', xfbml : true, version : 'v2.7' }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <!-- structure schema page wise --> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Glass Kettle Victorian Round", "image": ["http://www.radhikasfineteas.com/images/inner-banner/e_com_banner_accesories.jpg", "http://www.radhikasfineteas.com//images/accessories/thumb/232.jpg"], "description": "Buy About Me from Radhikas Fine teas Online Store. We offers wide range variety of About Me that are handpicked and of best quality at best prices. Order Now!", "offers": { "@type": "Offer", "priceCurrency": "INR", "price": "1500", "priceValidUntil": "2020-12-31", "itemCondition": "http://schema.org/newCondition", "availability": "http://schema.org/InStock", "seller": { "@type": "Organization", "name": "Teas - Food & Beverages" } } } </script> <div class="banner-section" style="background: url('http://www.radhikasfineteas.com/images/inner-banner/e_com_banner_accesories.jpg') no-repeat; background-position: top center; background-size:cover;"> <div class="banner-content-inner"> <div class="inside-contrnt"> <div class="banner-circle"> <div class="table-div"> <div class="table-cell"> <h1>Glass Kettle, Victorian Round</h1> <!--<p>Elegant, Charming, words that immediately come to our mind, watch the drama of the leaves, brew Flower or Fruit Tisanes from our Tea Selection and enj<br></p>--> <a href="#">Glass Kettle, Victorian Round <!--Tea--></a> </div> </div> </div> </div> </div> </div> <!--Banner End Here--> <!--ENDS : Header --> <!--fancy box content str.--> <div class="container"> <div class="row"> </div> </div> <!--fancy box content end.--> <!--START : Body Area --> <div class="container-fluid"> <div class="tabs-section"> <div class="container"> <div id="parentHorizontalTab"> <ul class="resp-tabs-list hor_1"> <!-- <li>Shop</li>--> <!-- <li>Specification</li>--> <!-- <li>Description</li>--> </ul> <div class="container tab-inner"> <div class="row"> <div class="col-sm-7"> <div class="gallery accessoriesbox"> <!-- <div class="previews scrollbox"> </div>--> <div class="full"> <!-- <img class="zoomImage" src="http://www.radhikasfineteas.com//images/accessories/banner/232.jpg" /> --> <img class="zoomImage" src="http://www.radhikasfineteas.com//images/accessories/thumb/232.jpg" /> </div> </div> </div> <div class="col-sm-5"> <div class="resp-tabs-container hor_1"> <!--Tab Shop Start--> <div> <div class="description-content"> <div class="description-content"> <p> Elegant, Charming, words that immediately come to our mind, watch the drama of the leaves, brew Flower or Fruit Tisanes from our Tea Selection and enjoy the colour of the infusion in our BESTSELLER round glass kettle. This Kettle is pure romancing of the leaf. The infuser inside is removable, easy to wash as well. This kettle is perfect for types of teas and tisanes, brew through the day at home or at work, leave the leaf inside the infuser and keep pouring hot water. </p> </div> <!-- <div class="sub-content"> </div>--> <div class="sub-content"> <div class="con-car"> <select name="slcQty" id="cartQty" class="select-common2"> <option value="1" selected="selected">1</option> </select> </div> <!-- <span class="weight">1</span>--> <p id="rupee"><i class="icon-rupee"></i><br> <span class="small-text">(Inclusive all taxes)</span></p> <div class="add-cart-link"> <a href="#" id="add-to-cart" data-pid="149"><i class="bag-icon"></i>Add to Cart</a> <!-- <a href="#"><i class="magic-icon"></i></a>--> <p>Ships in 24 hours.</p> </div> </div> <div class="sub-content"> Share Product <a href="#" class="share fb"><i class="icon-facebook"><!--[]--></i></a> <a href="#" class="share tw"><i class="icon-twitter"><!--[]--></i></a> </div> </div> </div> <!-- <div> </div>--> </div> </div> </div> </div> </div> </div> </div> </div> <!--ENDS : Body Area --> <script> $(document).ready( function(){ //************************************************************* var acc_price = '1500'; //alert(acc_price); $(".icon-rupee").html(1500); $('#cartQty').bind("change", function(){ var cartQty = $(this).val(); var price = cartQty * "1500"; $(".icon-rupee").html(price); }); //************************************************************* $('.scrollbox').enscroll(); $(document).on('click', '#add-to-cart', function() { var pdata = $(this).data('pid'); var new_qty = $('#cartQty').val(); //var price = $(".icon-rupee").text(); var price = "1500"; //alert(price); if(pdata != '') { $.post( 'http://www.radhikasfineteas.com/online_store/addAccessoryToCartDetail/', {prod:pdata, q:new_qty, rs:price}, function(response) { if(response.is_err) { if(response.hasOwnProperty('redirect')) { window.location.replace(response.redirect); } else { alert(response.msg); } } else { alert(response.msg); $('#shopping-cart-count').html('').html(response.cart_count); } }, 'json' ); } return false; }); $("#various").fancybox({ maxWidth : 800, maxHeight : 600, fitToView : false, width : '70%', height : 'auto', autoSize : false, closeClick : false, openEffect : 'none', closeEffect : 'none' }); /*$('.fb').click( function() { FB.ui( { method: 'share', href: 'http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round', }); return false; });*/ $('.fb').click( function() { var pname = 'Radhika Fine Teas | Online Store | Glass Kettle, Victorian Round'; var image = 'http://www.radhikasfineteas.com//images/accessories/banner/232.jpg'; FB.ui({ method: 'feed', title:pname, link: 'http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round', //description:pdesc, picture:image }, function(response){}); return false; }); $('.tw').click( function() { var tweeter_url = 'https://twitter.com/intent/tweet'; var share_url = "url=http%3A%2F%2Fwww.radhikasfineteas.com%2Fonline-store%2Faccessories%2Fglass-kettle-victorian-round"; var hash = 'hashtags=RFTS'; var pop_url = tweeter_url+'?'+share_url+'&'+hash; window.open(pop_url, 'tweetshare', 'height=200, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no'); return false; }); }); $(window).load( function() { $('.zoomImage').elevateZoom({ zoomType: "inner", cursor: "default", zoomWindowFadeIn: 600, zoomWindowFadeOut: 472 }); } ); </script> <!--START : Footer --> <div class="footermain"> <div class="container"> <div class="logo"> <a href="http://radhikasfineteas.com/"><img title="" alt="" src="http://www.radhikasfineteas.com/images/footerlogo-tr.png"></a> <!--<p>Brewing & blending since 2006 </p>--> </div> <div class="foot_cont"> <div class="col-sm-8"> <div class="foot_col1"> <h3><a href="http://www.radhikasfineteas.com/about-me"><strong>About Radhika</strong></a></h3> <h3><a href="http://www.radhikasfineteas.com/about-the-leaves"><strong>About the Leaves</strong></a></h3> <ul> <li><a href="http://www.radhikasfineteas.com/about-the-leaves/organic-story">Organic Story</a></li> <li><a href="http://www.radhikasfineteas.com/about-the-leaves/tea-series">Tea Series</a></li> </ul> <h3><a href="http://www.radhikasfineteas.com/tea-bar"><strong>Tea Service</strong></a></h3> <ul> <li><a href="http://www.radhikasfineteas.com/tea-bar">Tea Bar</a></li> <li><a href="http://www.radhikasfineteas.com/tea-ceremonies">Tea Ceremony</a></li> <li><a href="http://www.radhikasfineteas.com/high-tea-service">High Tea Service</a></li> </ul> </div> <!--<div class="foot_col2"> <h3><a href="http://www.radhikasfineteas.com/teas-and-tisane/green"><strong>Teas and Tisane</strong></a></h3> <h3><a href="#"><strong>Type of Tea</strong></a></h3> <ul> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/white">White</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/green">Green</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/oolong">Oolong</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/black">Black</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/tisane">Tisane</a></li> <li><a href="http://www.radhikasfineteas.com/teas-and-tisane/speciality">Speciality</a></li> </ul> </div> <div class="foot_col2"> <h3><a href="http://www.radhikasfineteas.com/online-store/leaves?origin=China"><strong>Teas and Tisane</strong></a></h3> <h3><a href="#"><strong>Type of Tea</strong></a></h3> <h3><a href="#"><strong>Origin</strong></a></h3> <ul> <li><a href="http://www.radhikasfineteas.com/online-store/leaves?origin=China">China</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/leaves?origin=Greece">Greece</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/leaves?origin=India">India</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/leaves?origin=Sri+Lanka">Sri Lanka</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/leaves?origin=Thailand">Thailand</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/leaves?origin=Turkey">Turkey</a></li> </ul> </div>--> <div class="foot_col3"> <h3><a href="http://www.radhikasfineteas.com/online-store/leaves"><strong>Online Store</strong></a></h3> <ul> <li><a href="http://www.radhikasfineteas.com/online-store/leaves">Leaves</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/accessories">Accessories</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/gifting">Gifting</a></li> <li><a href="http://www.radhikasfineteas.com/online-store/wholesale">Business</a></li> </ul> <h3><a href="http://www.radhikasfineteas.com/#fine-teas-finder">Fine Tea Finder</a></h3> <h3><a href="http://www.radhikasfineteas.com/blog">Blog</a></h3> </div> <div class="foot_col4"> <h3><a href="http://www.radhikasfineteas.com/shopping-cart">My Cart</a></h3> <!-- <h3><a href="http://www.radhikasfineteas.com/shipping-policy">Shipping Policy</a></h3> <h3><a href="http://www.radhikasfineteas.com/return-policy">Return Policy</a></h3> --> <!--<h3><a href="#">Contact Us</a></h3>--> <h3><a href="http://www.radhikasfineteas.com/media">Media</a></h3> <h3><a href="http://www.radhikasfineteas.com/testimonials">Testimonials</a></h3> <h3><a href="#"><strong>Policy</strong></a></h3> <ul> <li><a href="http://www.radhikasfineteas.com/shipping-policy">Shipping Policy</a></li> <li><a href="http://www.radhikasfineteas.com/return-policy">Return Policy</a></li> <li><a href="http://www.radhikasfineteas.com/privacy-policy">Privacy Policy</a></li> </ul> </div> </div> <div class="col-sm-4"> <div class="foot_col5"> <h3>GET IN TOUCH</h3> <ul> <li> <div class="map"><img src="http://www.radhikasfineteas.com/images/icon-mail.png" alt="" title="" /></div> <p class="sales-email"><a href="mailto:[email protected];">[email protected]</a></p> </li> </ul> <ul> <li> <div class="map"><img src="http://www.radhikasfineteas.com/images/icon-call.png" alt="" title="" /></div> <p><span>Warehouse:</span> 022-66780973 (10 am to 5pm)</p> </li> <!--Sales head: Vaseem Sheikh <br/> +91-989 214 1253<br/> Marketing head: Shiwani Vaidya<br/> +91- 877 957 9284 --> <li> <div class="map"><img src="http://www.radhikasfineteas.com/images/icon-mobile.png" alt="Radhikas Fine teas and whatnots" title="Radhikas Fine teas and whatnots" /></div> <p><span>Sales head:</span> Vaseem Sheikh 91-989 214 1253</p> <div class="map">&nbsp;</div> <!-- <p><span>Marketing head:</span> Shiwani Vaidya 91-877 957 9284</p> --> </li> </ul> <h4>Follow Me</h4> <div class="social-bottom"> <ul> <li><a target="_blank" href="https://www.facebook.com/radhikasteas/"><i class="icon-facebook"></i></a></li> <li><a target="_blank" href="https://www.youtube.com/channel/UCuooO9cct_lBYP4KT8aYdYg"><i class="icon-youtube"></i></a></li> <li><a target="_blank" href="https://twitter.com/RadhikasTeas"><i class="icon-twitter"></i></a></li> <li><a target="_blank" href="https://www.instagram.com/radhikasfineteas/"><i class="icon-instagram"></i></a></li> <li><a target="_blank" href="https://in.pinterest.com/radhikasfinetea/"><i class="icon-pinterest"></i></a></li> <li><a target="_blank" href="https://www.linkedin.com/company/radhikas-fine-teas"><i class="icon-linkedin"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="footer"> <div class="container"> <div class="left"> <ul> <!--<li><a href="sitemap">Sitemap</a></li>--> <!-- <li><a href="http://www.radhikasfineteas.com/privacy-policy">Privacy Policy</a></li> --> <li><a href="http://www.radhikasfineteas.com/tandc">T &amp; C</a></li> <li><a href="http://www.radhikasfineteas.com/disclaimers" > Disclaimer <!-- <div class="field-tip"> Disclaimer <span class="tip-content">THESE BENEFITS HAVE NOT BEEN EVALUATED BY THE FOOD AND DRUG ADMINISTRATION. THIS PRODUCT IS NOT INTENDED TO DIAGOSE, TREAT, CURE OR PREVENT ANY DISEASE</span> </div> --> </a></li> <li> &copy; 2018 Radhikas Fine Teas</li> </ul> </div> <div class="right"> <p>Site by Digital Law & Kenneth | Saatchi & Saatchi</p> <!--<ul> <li>Follow Me</li> <li><a href="https://www.facebook.com/radhikasteas/" target="_blank" class="fb"><i class="icon-facebook"></i></a></li> <li><a href="https://twitter.com/RadhikasTeas" target="_blank" class="tw"><i class="icon-twitter"></i></a></li> <li><a href="#" class="yt"><i class="icon-youtube"></i></a></li> <li><a target="_blank" href="https://www.instagram.com/radhikasfineteas/"><i class="icon-instagram"></i></a></li> </ul> --> </div> </div> </div> <a href="#" class="scrollup" >Scroll</a> <!--ENDS : Footer --> <!--<script type="text/javascript" src="http://www.radhikasfineteas.com/js/owl.carousel.min.js"></script>--> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/owl.carousel.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/classie.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/easyResponsiveTabs.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/jquery.smartmenus.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/enscroll-0.6.2.min.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/readmore.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/common.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/modernizr.js"></script> <script type="text/javascript" src="http://www.radhikasfineteas.com/js/jquery.mixitup.js"></script> <script> $(document).ready( function(){ //For Enscroll }); /*$(window).resize(function(){ var winHeight = $(this).height() if ($(window).width() <= 767){ //$('.m-navCell').css('max-height').height(); //$('#main-menu').css('max-height', winHeight - $('#main-menu').height()); //$('.m-navCell').css('max-height', winHeight - $('.logo-TS-mobi').height()); $( "#main-menu" ).wrap( "<div class='m-navBox'></div>" ); } });*/ //on page load $(document).ready(function(){ if ($(window).width() >= 767){ //$( "#main-menu" ).wrap( "<div class='m-navBox'></div>" ); $('.abt-scrool').enscroll(); }; }); // set div height js $(window).resize(function(){ var winHeight = $(this).height() if ($(window).width() <= 767){ $('#main-menu').css('max-height', winHeight - 79/*$('.stick-head').height()*/); } }) $(window).resize(); //on page load </script> </body></html>
[]
[ "<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\"/>\n \n<title>Buy Glass Kettle Victorian Round Online | Radhikas Fine Teas</title>\n \n<meta name=\"description\" content=\"Buy Glass Kettle Victorian Round from Radhikas Fine teas Online Store. We offers wide range variety of Glass Kettle Victorian Round that are handpicked and of best quality at best prices. Order Now!\"/>\n <meta name=\"keywords\" content=\"Teas,Green teas /white teas/black teas/oolong ,Chai ,Best ,Fresh ,Fine ,Plantation fresh\"/>\n<meta name=\"page\" content=\"http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round\"/>\n<link href=\"http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round\" rel=\"canonical\" hreflang=\"en\"/> \n\n<!--<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"images/favicon.ico\">-->\n<link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/css/common.css\" hreflang=\"en\"/>\n<!-- <link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/css/innerpage.css\"> -->\n<link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/css/owl.carousel.css\" hreflang=\"en\"/>\n<link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/css/nav.css\" hreflang=\"en\"/>\n<link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/css/jquery.fancybox.css?v=2.1.5\" media=\"screen\" hreflang=\"en\"/>\n<link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/css/innerpage.css\" hreflang=\"en\"/>\n<link rel=\"icon\" href=\"http://www.radhikasfineteas.com/images/favicon.png\" type=\"image/png\" sizes=\"16x16\" hreflang=\"en\"/>\n<meta name=\"Robots\" content=\"INDEX, FOLLOW\"/>\n<script>\nvar isMobile = {\n Android: function() {\n return navigator.userAgent.match(/Android/i);\n },\n BlackBerry: function() {\n return navigator.userAgent.match(/BlackBerry/i);\n },\n iOS: function() {\n return navigator.userAgent.match(/iPhone|iPad|iPod/i);\n },\n Opera: function() {\n return navigator.userAgent.match(/Opera Mini/i);\n },\n Windows: function() {\n return navigator.userAgent.match(/IEMobile/i);\n },\n any: function() {\n return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());\n }\n};\n</script>\n\n<script>\n//Analytical code goes here\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n\n ga('create', 'UA-105266720-1', 'auto');\n ga('send', 'pageview');\n\n</script>\n\n<!-- Google Tag Manager -->\n\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n\nj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n\n})(window,document,'script','dataLayer','GTM-5HGJ7PJ');</script>\n\n<!-- End Google Tag Manager -->\n\n<!-- Hotjar Tracking Code for http://radhikasfineteas.com/ -->\n<script>\n (function(h,o,t,j,a,r){\n h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n h._hjSettings={hjid:651924,hjsv:6};\n a=o.getElementsByTagName('head')[0];\n r=o.createElement('script');r.async=1;\n r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n a.appendChild(r);\n })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');\n</script>\n\n\n<script type=\"text/javascript\" src=\"http://www.radhikasfineteas.com/js/jquery-1.12.0.min.js\"/>\n<script src=\"http://www.radhikasfineteas.com/js/respond.js\"/>\n<script src=\"http://www.radhikasfineteas.com/js/contact_form_validator.js\"/>\n<script src=\"http://www.radhikasfineteas.com/js/jquery.fancybox.pack.js\"/>\n<script type=\"text/javascript\" src=\"http://www.radhikasfineteas.com/js/datepicker/jquery-ui.js\"/>\n<script type=\"text/javascript\" src=\"http://www.radhikasfineteas.com/js/jquery.elevatezoom.js\"/>\n<link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/js/datepicker/style.css\" hreflang=\"en\"/>\n<link rel=\"stylesheet\" href=\"http://www.radhikasfineteas.com/js/datepicker/jquery-ui.css\" hreflang=\"en\"/>\n<!--[if lt IE 9]>\n <script src=\"js/html5shiv.js\"></script>\n<![endif]-->\n\n\n</head>\n" ]
[ "<title>Buy Glass Kettle Victorian Round Online | Radhikas Fine Teas</title>\n \n" ]
[ { "key": "datasource", "type": "global", "value": "www.radhikasfineteas.com > online store > accessories > glass kettle victorian round" } ]
[ { "char_end_idx": 378, "char_start_idx": 0, "key": "length", "type": "local", "value": "378" }, { "char_end_idx": 696, "char_start_idx": 378, "key": "length", "type": "local", "value": "317" }, { "char_end_idx": 739, "char_start_idx": 696, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 794, "char_start_idx": 739, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 951, "char_start_idx": 794, "key": "length", "type": "local", "value": "156" } ]
[ { "key": "length", "type": "global", "value": "1094" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 33, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 46, "char_start_idx": 34, "html_attrs": { "attrs": [ "href", "target", "class" ], "values": [ "https://www.microsoft.com/en-in/download/Internet-Explorer-11-for-Windows-7-details.aspx", "_blank", "btn" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 47, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "ie-msg ie-msg-cell ie-msg-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 59, "char_start_idx": 47, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 60, "char_start_idx": 60, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 60, "char_start_idx": 60, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-4 quick-news" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 60, "char_start_idx": 60, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 60, "char_start_idx": 47, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "panel", "container" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 60, "char_start_idx": 47, "html_attrs": { "attrs": [ "class" ], "values": [ "sticky-panal" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 84, "char_start_idx": 60, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/about-me" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 85, "char_start_idx": 60, "html_attrs": { "attrs": [ "class" ], "values": [ "pos-static" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "li" }, { "char_end_idx": 95, "char_start_idx": 85, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/about-the-leaves/tea-series" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 96, "char_start_idx": 85, "html_attrs": { "attrs": [ "class" ], "values": [ "pos-static" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 108, "char_start_idx": 96, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "active", "http://www.radhikasfineteas.com/online-store/leaves" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 109, "char_start_idx": 96, "html_attrs": { "attrs": [ "class" ], "values": [ "pos-static" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 120, "char_start_idx": 109, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/tea-bar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 121, "char_start_idx": 109, "html_attrs": { "attrs": [ "class" ], "values": [ "pos-static" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 136, "char_start_idx": 121, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/#fine-teas-finder" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 136, "char_start_idx": 121, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 141, "char_start_idx": 137, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/blog" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 141, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 60, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "main-menu", "sm sm-blue" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "ul" }, { "char_end_idx": 142, "char_start_idx": 60, "html_attrs": { "attrs": [ "class" ], "values": [ "m-navCell m-mbcell" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 60, "html_attrs": { "attrs": [ "role" ], "values": [ "navigation" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "nav" }, { "char_end_idx": 142, "char_start_idx": 60, "html_attrs": { "attrs": [ "class" ], "values": [ "nav" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 60, "html_attrs": { "attrs": [ "class" ], "values": [ "stick-head nav-container container pos-relative" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "http://www.radhikasfineteas.com/images/ebook.png", "" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 161, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 162, "char_start_idx": 142, "html_attrs": { "attrs": [ "href", "target", "class" ], "values": [ "http://www.radhikasfineteas.com/flipbook/#PDF/1", "_blank", "e-brochure" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 449, "char_start_idx": 420, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h1" }, { "char_end_idx": 480, "char_start_idx": 450, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 480, "char_start_idx": 420, "html_attrs": { "attrs": [ "class" ], "values": [ "banner-circle table-div table-cell" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 480, "char_start_idx": 420, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "banner-section banner-content-inner inside-contrnt", "background: url('http://www.radhikasfineteas.com/images/inner-banner/e_com_banner_accesories.jpg') no-repeat; background-position: top center; background-size:cover;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 953, "char_start_idx": 480, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "p" }, { "char_end_idx": 953, "char_start_idx": 480, "html_attrs": { "attrs": [ "class" ], "values": [ "description-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 953, "char_start_idx": 480, "html_attrs": { "attrs": [ "class" ], "values": [ "description-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 953, "char_start_idx": 480, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-5 resp-tabs-container hor_1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 953, "char_start_idx": 480, "html_attrs": { "attrs": [ "class" ], "values": [ "container tab-inner row" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 953, "char_start_idx": 480, "html_attrs": { "attrs": [ "id" ], "values": [ "parentHorizontalTab" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 953, "char_start_idx": 480, "html_attrs": { "attrs": [ "class" ], "values": [ "container-fluid tabs-section container" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 966, "char_start_idx": 953, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "strong" }, { "char_end_idx": 966, "char_start_idx": 953, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/about-me" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 966, "char_start_idx": 953, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "h3" }, { "char_end_idx": 983, "char_start_idx": 967, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 983, "char_start_idx": 967, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/about-the-leaves" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 983, "char_start_idx": 967, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 995, "char_start_idx": 984, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 995, "char_start_idx": 984, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/tea-bar" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 995, "char_start_idx": 984, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 996, "char_start_idx": 953, "html_attrs": { "attrs": [ "class" ], "values": [ "foot_col1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1008, "char_start_idx": 996, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 1008, "char_start_idx": 996, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/online-store/leaves" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1008, "char_start_idx": 996, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 1024, "char_start_idx": 1009, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/#fine-teas-finder" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1024, "char_start_idx": 1009, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1029, "char_start_idx": 1025, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/blog" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1029, "char_start_idx": 1025, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1030, "char_start_idx": 996, "html_attrs": { "attrs": [ "class" ], "values": [ "foot_col3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1037, "char_start_idx": 1030, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/shopping-cart" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1037, "char_start_idx": 1030, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 1043, "char_start_idx": 1038, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/media" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1043, "char_start_idx": 1038, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1056, "char_start_idx": 1044, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.radhikasfineteas.com/testimonials" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1056, "char_start_idx": 1044, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1063, "char_start_idx": 1057, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 1063, "char_start_idx": 1057, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1063, "char_start_idx": 1057, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1064, "char_start_idx": 1030, "html_attrs": { "attrs": [ "class" ], "values": [ "foot_col4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1064, "char_start_idx": 953, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-8" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1076, "char_start_idx": 1064, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 1077, "char_start_idx": 1077, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1077, "char_start_idx": 1077, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1077, "char_start_idx": 1077, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1086, "char_start_idx": 1077, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 1087, "char_start_idx": 1064, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-4 foot_col5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1087, "char_start_idx": 953, "html_attrs": { "attrs": [ "class" ], "values": [ "foot_cont" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1087, "char_start_idx": 953, "html_attrs": { "attrs": [ "class" ], "values": [ "footermain container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1087, "char_start_idx": 1087, "html_attrs": { "attrs": [ "class" ], "values": [ "footer container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1093, "char_start_idx": 1087, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "scrollup" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1094, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 33, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "It's time to upgrade your browser" }, { "char_end_idx": 47, "char_start_idx": 33, "key": "paragraph", "marker": "div", "type": "local", "value": "\nDOWNLOAD NOW\n" }, { "char_end_idx": 59, "char_start_idx": 47, "key": "paragraph", "marker": "h2", "type": "local", "value": "GET IN TOUCH" }, { "char_end_idx": 60, "char_start_idx": 59, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 85, "char_start_idx": 60, "key": "paragraph", "marker": "li", "type": "local", "value": "About Radhikas Fine Teas\n" }, { "char_end_idx": 96, "char_start_idx": 85, "key": "paragraph", "marker": "li", "type": "local", "value": "Tea Series\n" }, { "char_end_idx": 109, "char_start_idx": 96, "key": "paragraph", "marker": "li", "type": "local", "value": "Online Store\n" }, { "char_end_idx": 121, "char_start_idx": 109, "key": "paragraph", "marker": "li", "type": "local", "value": "Tea Service\n" }, { "char_end_idx": 136, "char_start_idx": 121, "key": "paragraph", "marker": "li", "type": "local", "value": "Fine Tea Finder" }, { "char_end_idx": 141, "char_start_idx": 136, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog" }, { "char_end_idx": 142, "char_start_idx": 141, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 449, "char_start_idx": 142, "key": "paragraph", "marker": "h1", "type": "local", "value": "Download e-brochure Elegant, Charming, words that immediately come to our mind, watch the drama of the leaves, brew Flower or Fruit Tisanes from our Tea Selection and enjoy the colour of the infusion in our BESTSELLER round glass kettle. This Kettle is pure romancing of the le\nGlass Kettle, Victorian Round" }, { "char_end_idx": 480, "char_start_idx": 449, "key": "paragraph", "marker": "div", "type": "local", "value": "\nGlass Kettle, Victorian Round\n" }, { "char_end_idx": 954, "char_start_idx": 480, "key": "paragraph", "marker": "p", "type": "local", "value": "Elegant, Charming, words that immediately come to our mind, watch the drama of the leaves, brew Flower or Fruit Tisanes from our Tea Selection and enjoy the colour of the infusion in our BESTSELLER round glass kettle. This Kettle is pure romancing of the leaf. The infuser inside is removable, easy to wash as well. This kettle is perfect for types of teas and tisanes, brew through the day at home or at work, leave the leaf inside the infuser and keep pouring hot water.\nA" }, { "char_end_idx": 966, "char_start_idx": 953, "key": "paragraph", "marker": "h3", "type": "local", "value": "About Radhika" }, { "char_end_idx": 983, "char_start_idx": 966, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nAbout the Leaves" }, { "char_end_idx": 995, "char_start_idx": 983, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nTea Service" }, { "char_end_idx": 996, "char_start_idx": 995, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1008, "char_start_idx": 996, "key": "paragraph", "marker": "h3", "type": "local", "value": "Online Store" }, { "char_end_idx": 1024, "char_start_idx": 1008, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nFine Tea Finder" }, { "char_end_idx": 1029, "char_start_idx": 1024, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nBlog" }, { "char_end_idx": 1030, "char_start_idx": 1029, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1037, "char_start_idx": 1030, "key": "paragraph", "marker": "h3", "type": "local", "value": "My Cart" }, { "char_end_idx": 1043, "char_start_idx": 1037, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nMedia" }, { "char_end_idx": 1056, "char_start_idx": 1043, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nTestimonials" }, { "char_end_idx": 1063, "char_start_idx": 1056, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nPolicy" }, { "char_end_idx": 1064, "char_start_idx": 1063, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1076, "char_start_idx": 1064, "key": "paragraph", "marker": "h3", "type": "local", "value": "GET IN TOUCH" }, { "char_end_idx": 1077, "char_start_idx": 1076, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1086, "char_start_idx": 1077, "key": "paragraph", "marker": "h4", "type": "local", "value": "Follow Me" }, { "char_end_idx": 1087, "char_start_idx": 1086, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1094, "char_start_idx": 1087, "key": "paragraph", "marker": "remainder", "type": "local", "value": "Scroll\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Buy Glass Kettle Victorian Round Online | Radhikas Fine Teas" } ]
[ { "key": "url", "type": "global", "value": "http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round" } ]
[]
It's time to upgrade your browser DOWNLOAD NOW GET IN TOUCH About Radhikas Fine Teas Tea Series Online Store Tea Service Fine Tea Finder Blog Download e-brochure Elegant, Charming, words that immediately come to our mind, watch the drama of the leaves, brew Flower or Fruit Tisanes from our Tea Selection and enjoy the colour of the infusion in our BESTSELLER round glass kettle. This Kettle is pure romancing of the le Glass Kettle, Victorian Round Glass Kettle, Victorian Round Elegant, Charming, words that immediately come to our mind, watch the drama of the leaves, brew Flower or Fruit Tisanes from our Tea Selection and enjoy the colour of the infusion in our BESTSELLER round glass kettle. This Kettle is pure romancing of the leaf. The infuser inside is removable, easy to wash as well. This kettle is perfect for types of teas and tisanes, brew through the day at home or at work, leave the leaf inside the infuser and keep pouring hot water. About Radhika About the Leaves Tea Service Online Store Fine Tea Finder Blog My Cart Media Testimonials Policy GET IN TOUCH Follow Me Scroll
http://www.radhikasfineteas.com/online-store/accessories/glass-kettle-victorian-round
[ { "char_end_idx": 120, "char_start_idx": 109, "key": "entity", "type": "local", "value": "Tea_set" }, { "char_end_idx": 359, "char_start_idx": 349, "key": "entity", "type": "local", "value": "Bestseller" }, { "char_end_idx": 443, "char_start_idx": 434, "key": "entity", "type": "local", "value": "Victorian_era" }, { "char_end_idx": 473, "char_start_idx": 464, "key": "entity", "type": "local", "value": "Victorian_era" }, { "char_end_idx": 497, "char_start_idx": 489, "key": "entity", "type": "local", "value": "Prince_Charming" }, { "char_end_idx": 582, "char_start_idx": 576, "key": "entity", "type": "local", "value": "Flower" }, { "char_end_idx": 677, "char_start_idx": 667, "key": "entity", "type": "local", "value": "Bestseller_(company)" }, { "char_end_idx": 966, "char_start_idx": 959, "key": "entity", "type": "local", "value": "Radha" }, { "char_end_idx": 995, "char_start_idx": 984, "key": "entity", "type": "local", "value": "Tea_(meal)" } ]
[ { "char_end_idx": 121, "char_start_idx": 109, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tea_set" }, { "char_end_idx": 449, "char_start_idx": 142, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bestseller" }, { "char_end_idx": 449, "char_start_idx": 142, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Victorian_era" }, { "char_end_idx": 480, "char_start_idx": 449, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Victorian_era" }, { "char_end_idx": 954, "char_start_idx": 480, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Prince_Charming" }, { "char_end_idx": 954, "char_start_idx": 480, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Flower" }, { "char_end_idx": 954, "char_start_idx": 480, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Bestseller_(company)" }, { "char_end_idx": 966, "char_start_idx": 953, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Radha" }, { "char_end_idx": 995, "char_start_idx": 983, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tea_(meal)" } ]
0
659
1555793077000
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="copyright" content="Copyright &copy; 2019 Commercial Mats and Rubber" /> <meta name="author" content="Mountain Media" /> <meta name="rating" content="General" /> <meta name="robots" content="noodp"> <meta name="Description" content="The Cushion Max Anti-Fatigue Mat features a diamond patterned surface that is more than twice as durable and comfortable as traditional PVC foam mats." /> <meta name="Keywords" content="Cushion Max,Anti-Fatigue Mat,Soft Ergonomic,Standing Mat" /> <link rel="canonical" href="http://www.commercialmatsandrubber.com/cushion-max-anti-fatigue-mat" /> <link rel="image_src" href="https://www.commercialmatsandrubber.com/mc_images/product/image/25.jpg" /> <meta property="og:image" content="https://www.commercialmatsandrubber.com/mc_images/product/image/25.jpg" /> <meta property="og:site_name" content="Commercial Mats and Rubber" /> <meta property="og:url" content="https://www.commercialmatsandrubber.com/cushion-max-anti-fatigue-mat" /> <meta property="fb:admins" content="100002546118352" /> <meta property="og:type" content="product" /> <meta property="og:title" content="Cushion Max Anti-Fatigue Mat" /> <meta name="p:domain_verify" content="d984558dd34fd42ecf38f1c8ca64d777"/> <meta name="msvalidate.01" content="EA0BDFFECF0FF3C657E63410EF5B2A33" /> <title>Cushion Max Anti-Fatigue Mat | Soft Ergonomic Standing Mat</title> <link rel="stylesheet" href="/mc6/css/rsp/normalize44992d8f38.css"> <link rel="stylesheet" href="/mc6/css/rsp/114095a7922fca.css"> <link rel="stylesheet" href="/mc6/js/rsp/lightbox/lightbox0dae3d6b2a.css"> <link rel="stylesheet" href="/mc6/js/rsp/reveal/reveal30eb472e34.css"> <link rel="stylesheet" href="/mc6/js/rsp/pickadate/default185ddbd03f.css"> <link rel="stylesheet" href="/mc6/js/rsp/pickadate/default.date654bab493a.css"> <link rel="stylesheet" href="/mc6/js/rsp/owl-carousel/owl.carouselfe3aa3ff16.css"> <link rel="stylesheet" href="/mc6/js/rsp/owl-carousel/owl.themeefa047a1ff.css"> <link rel="stylesheet" href="/css-5c408516a3/custom.css"> <script type='text/javascript' src='/mc6/js/jquery-1.11.2.min5790ead7ad.js'></script> <script type="text/javascript" src="/mc6/js/library-validation-catalogbba768fe20.js"></script> <script type='text/javascript' src='/mc6/js/rsp/pickadate/picker2cf314a0a4.js'></script> <script type='text/javascript' src='/mc6/js/rsp/pickadate/picker.date34c39cc05e.js'></script> <script type='text/javascript' src='/mc6/js/rsp/lightbox/lightbox.min18d043b862.js'></script> <script type='text/javascript' src='/mc6/js/rsp/reveal/jquery.reveal672c65394e.js'></script> <script type='text/javascript' src="/mc6/js/jquery.tools.min839c626586.js"></script> <script type='text/javascript' src='/mc6/js/rsp/rspc8321ef014.js' ></script> <script type='text/javascript' src='/mc6/js/rsp/owl-carousel/owl.carousel.min47e39d85c7.js' ></script> <script type="text/javascript" src="/js-e7f8c8b0cd/custom.js"></script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-4144190-1', 'www.commercialmatsandrubber.com'); ga('send', 'pageview'); //Google Analytics Event tracking $(document).ready(function(){ $('.ga-event-source').click(function(){ var pathArray = window.location.pathname.split( '/' ); ga('send', { 'hitType': 'event', // Required. 'eventCategory': pathArray[1], // Required. 'eventAction': this.id // Required. }); }); }); </script> </head> <body class="product" > <noscript> <p id='error' class="message"> For full functionality of this site it is necessary to enable JavaScript.<br> <a href="http://www.enable-javascript.com/" target="_blank"> Click here for instructions on how to enable JavaScript in your web browser. </a> </p> </noscript> <div id="wrapper"> <div id="layout" class="container12 "> <div class="nav_background"></div> <div id="header"> <div class="row"> <div class="column12"> <input type="image" src="/mc_img/rsp/menu-button.png" alt="Menu" class="menu_button" /> <a href="/"><img class="merchant-name" src="/images/cmr-db-logo.png" alt="Commercial Mats and Rubber"></a> <a href="/"><img class="logo" src="/images/cmr-db-logo.png" alt="Commercial Mats and Rubber"></a> <a href="/informational-page-area/help-faq/"><img class="free-shipping" src="/images/free-shipping.png" alt="Free Shipping"></a> <div class="phone">1-800-810-7847</div> <div class="social-icons"> <a href="https://www.facebook.com/CommercialMatsandRubber" target="_blank" title="Facebook"><img src="/images/facebook.png" alt="Facebook"></a> <a href="https://twitter.com/CommercialMats" target="_blank" title="Twitter"><img src="/images/twitter.png" alt="Twitter"></a> <a href="https://plus.google.com/+CommercialMatsandRubberSaratogaSprings/posts" target="_blank" title="Google+"><img src="/images/googleplus.png" alt="Google+"></a> <a href="http://blog.commercialmatsandrubber.com/" target="_blank" title="Blog"><img src="/images/blog.png" alt="Blog"></a> </div> <form method="post" action="/" id="nav_search_form" class="search_form"> <p class="search_close">&#10005;</p> <span class="large-screen"> <input type="submit" alt="Submit" class="search_button" /> </span> <input type="text" name="search" placeholder="Search" class="search_input" onfocus="this.value=''" /> <input type="hidden" name="action" value="search" /> </form> <span class="small-screen"> <input type="image" src="/mc_img/rsp/magnify-icon.png" alt="Submit" class="search_open_button" /> </span> <div id="header-nav"> <div class="header-nav-container" > <a href="#" class="header-dots"></a> <ul class="header-nav-menu"> <li><a href="/" title="Home" >Home</a></li> <li class="divider">|</li> <li><a href="/login" title="Login">My Account</a></li> <li class="divider">|</li> <li><a href="/contact" title="Contact Us">Contact Us</a></li> </ul> </div> </div> </div> </div> </div> <nav id="nav"> <div class="row"> <div class="column12"> <ul class="nav0 clearfix"> <li class='top list-item-1 '><a href='/logo-floor-mats/'>Logo Mats</a></li><li class='has_children list-item-2 '><a href='/entrance-door-mats/'>Entrance Mats </a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/entrance-door-mats/waterhog-mats/'>Waterhog Mats</a></li><li class='list-item-2 '><a href='/entrance-door-mats/indoor-entrance-mats/'>Indoor Entrance Mats</a></li><li class='list-item-3 '><a href='/entrance-door-mats/premier-entrance-floor-mats/'>Premier Entrance Floor Mats</a></li><li class='list-item-4 '><a href='/entrance-door-mats/outdoor-floor-mats/'>Outdoor Entrance Mats</a></li><li class='list-item-5 '><a href='/entrance-door-mats/outdoor-rubber-floor-mats/'>Outdoor Rubber Floor Mats</a></li><li class='list-item-6 '><a href='/entrance-door-mats/recycled-eco-friendly-mats/'>Recycled Eco-Friendly Mats</a></li><li class='list-item-7 '><a href='/entrance-door-mats/carpet-runner-mats/'>Carpet Runner Mats</a></li><li class='list-item-8 '><a href='/entrance-door-mats/3-part-entrance-mat-systems/'>3 Part Entrance Mat Systems</a></li><li class='list-item-9 '><a href='/entrance-door-mats/recessed-entrance-floor-mats/'>Recessed Entrance Floor Mats</a></li><li class='list-item-10 '><a href='/entrance-door-mats/carpet-tiles/'>Carpet Tiles</a></li><li class='bottom list-item-11 '><a href='/entrance-door-mats/oversized-custom-shape-floor-mats/'>Oversized &amp; Custom Shape Floor Mats</a></li></ul> </li><li class='has_children list-item-3 '><a href='/anti-fatigue-mats/'>Anti Fatigue Mats</a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/anti-fatigue-mats/economy-anti-fatigue-mats/'>Economy Anti-Fatigue Mats</a></li><li class='list-item-2 '><a href='/anti-fatigue-mats/ribbed-and-textured-anti-fatigue-mats/'>Ribbed and Textured Anti-Fatigue Mats</a></li><li class='list-item-3 '><a href='/anti-fatigue-mats/premier-anti-fatigue-mats/'>Premier Anti-Fatigue Mats</a></li><li class='list-item-4 '><a href='/anti-fatigue-mats/wet-oily-area-anti-fatigue-mats/'>Wet / Oily Area Anti-Fatigue Mats</a></li><li class='list-item-5 '><a href='/anti-fatigue-mats/diamond-plate-anti-fatigue-mats/'>Diamond Plate Anti-Fatigue Mats</a></li><li class='list-item-6 '><a href='/anti-fatigue-mats/bubble-top-anti-fatigue-mats/'>Bubble Top Anti-Fatigue Mats</a></li><li class='list-item-7 '><a href='/anti-fatigue-mats/anti-static-non-conductive-anti-fatigue-mats/'>Anti-Static / Non Conductive Anti-Fatigue Mats</a></li><li class='list-item-8 '><a href='/anti-fatigue-mats/beauty-hair-salon-mats/'>Beauty &amp; Hair Salon Mats</a></li><li class='list-item-9 '><a href='/anti-fatigue-mats/designer-anti-fatigue-mats/'>Designer Anti-Fatigue Mats</a></li><li class='list-item-10 '><a href='/anti-fatigue-mats/gelpro-mats/'>GelPro Mats</a></li><li class='list-item-11 '><a href='/anti-fatigue-mats/healthcare-anti-fatigue-mats/'>Healthcare Anti-Fatigue Mats</a></li><li class='list-item-12 '><a href='/anti-fatigue-mats/interlocking-anti-fatigue-mats/'>Interlocking Anti-Fatigue Mats</a></li><li class='list-item-13 '><a href='/anti-fatigue-mats/smooth-top-anti-fatigue-mats/'>Smooth Top Anti-Fatigue Mats</a></li><li class='list-item-14 '><a href='/anti-fatigue-mats/standing-desk-mats/'>Standing Desk Mats</a></li><li class='bottom list-item-15 '><a href='/anti-fatigue-mats/welding-anti-fatigue-mats/'>Welding Anti-Fatigue Mats</a></li></ul> </li><li class='has_children list-item-4 '><a href='/boat-rv-flooring/'>Boat Decking</a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/boat-rv-flooring/infinity-fabrics-marine-rv-flooring/'>Infinity Marine &amp; RV Flooring</a></li><li class='list-item-2 '><a href='/boat-rv-flooring/deckadence-boat-deck-flooring/'>DECKadence Boat Deck Flooring</a></li><li class='list-item-3 '><a href='/boat-rv-flooring/aqua-soft-aqua-deck-marine-flooring/'>Aqua-Soft &amp; Aqua-Deck Marine Flooring</a></li><li class='list-item-4 '><a href='/boat-rv-flooring/boat-rv-upholstery-bimini-and-canvas-fabric/'>Boat &amp; RV Upholstery, Bimini and Canvas Fabric</a></li><li class='bottom list-item-5 '><a href='/boat-rv-flooring/tundra-flooring-fishing-boats/'>Tundra Flooring for Fishing Boats</a></li></ul> </li><li class='has_children list-item-5 '><a href='/gym-flooring/'>Gym Flooring</a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/gym-flooring/interlocking-rubber-gym-tiles/'>Interlocking Rubber Gym Tiles</a></li><li class='list-item-2 '><a href='/gym-flooring/rubber-gym-flooring/'>Rolled Rubber Gym Flooring</a></li><li class='bottom list-item-3 '><a href='/gym-flooring/home-gym-flooring/'>Straight Cut Individual Gym Mats</a></li></ul> </li><li class='has_children list-item-6 '><a href='/kitchen-mats/'>Kitchen / Restaurant Mats</a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/kitchen-mats/interlocking-kitchen-mats/'>Interlocking Kitchen Mats</a></li><li class='list-item-2 '><a href='/kitchen-mats/kitchen-bar-runners/'>Kitchen / Bar Runners</a></li><li class='list-item-3 '><a href='/kitchen-mats/perforated-kitchen-mats/'>Perforated Kitchen Mats</a></li><li class='list-item-4 '><a href='/kitchen-mats/solid-kitchen-mats/'>Solid Kitchen Mats</a></li><li class='bottom list-item-5 '><a href='/kitchen-mats/residential-kitchen-mats/'>Residential Kitchen Mats</a></li></ul> </li><li class='has_children list-item-7 '><a href='/residential-mats/'>Residential Mats</a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/residential-mats/aqua-shield-residential-door-mats/'>Aqua Shield Residential Door Mats</a></li><li class='list-item-2 '><a href='/residential-mats/waterhog-boot-tray-mats/'>Waterhog Boot Tray Mats</a></li><li class='bottom list-item-3 '><a href='/residential-mats/waterhog-dog-bowl-mats/'>Waterhog Dog Bowl Mats</a></li></ul> </li><li class='has_children list-item-8 '><a href='/safety-mats-and-industrial-runners/'>Industrial Runners</a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/safety-mats-and-industrial-runners/rubber-safety-runners/'>Rubber Runners</a></li><li class='list-item-2 '><a href='/safety-mats-and-industrial-runners/vinyl-pvc-safety-runners/'>Vinyl / PVC Runners</a></li><li class='list-item-3 '><a href='/safety-mats-and-industrial-runners/solid-safety-runners/'>Solid Safety Runners</a></li><li class='bottom list-item-4 '><a href='/safety-mats-and-industrial-runners/perforated-safety-runners/'>Perforated Safety Runners</a></li></ul> </li><li class='has_children bottom list-item-9 '><a href='/specialty-mats/'>Specialty Mats</a><a href='#' class='triangle-up'>&#9650;</a><a href='#' class='triangle-down'>&#9660;</a> <ul class="nav1 clearfix"> <li class='top list-item-1 '><a href='/specialty-mats/stair-treads/'>Stair Treads</a></li><li class='list-item-2 '><a href='/specialty-mats/rubber-tiles-and-plank-flooring/'>Rubber Tiles and Plank Flooring</a></li><li class='list-item-3 '><a href='/specialty-mats/bathroom-mats/'>Bathroom Mats</a></li><li class='list-item-4 '><a href='/specialty-mats/soft-floor-tiles-childrens-play-matting/'>Soft Floor Tiles / Children's Play Matting</a></li><li class='list-item-5 '><a href='/specialty-mats/pool-mats-and-runners/'>Pool Mats and Runners</a></li><li class='list-item-6 '><a href='/specialty-mats/non-conductive-and-dielectric-high-voltage-rated-floor-mats/'>Non-Conductive and Dielectric High Voltage Rated Floor Mats</a></li><li class='list-item-7 '><a href='/specialty-mats/heated-snow-melting-foot-warmer-mats/'>Heated Snow Melting Mats and Foot Warmer Mats</a></li><li class='list-item-8 '><a href='/specialty-mats/outdoor-patio-tiles/'>Outdoor Patio Tiles</a></li><li class='list-item-9 '><a href='/specialty-mats/office-desk-chair-mats/'>Office Desk Chair Mats</a></li><li class='list-item-10 '><a href='/specialty-mats/interlocking-tiles-and-drainage-mats/'>Interlocking Tiles and Drainage Mats</a></li><li class='list-item-11 '><a href='/specialty-mats/contamination-control-floor-matting/'>Contamination Control Floor Matting</a></li><li class='list-item-12 '><a href='/specialty-mats/ada-compliant-detectable-warning-mats/'>ADA Compliant Detectable Warning Mats</a></li><li class='list-item-13 '><a href='/specialty-mats/clearance-mats-and-accessories/'>Clearance Mats </a></li><li class='list-item-14 '><a href='/specialty-mats/matting-accessories-and-adhesives/'>Matting Accessories &amp; Adhesives</a></li><li class='bottom list-item-15 '><a href='/specialty-mats/sports-team-mats/'>Sports Team Mats</a></li></ul> </li></ul> </div> </div> </nav> <section id="content" class="catalog clearfix"> <header class="clearfix"></header> <div class="row"> <div class="column12"> <div class="breadcrumb"> <span class='breadcrumb-item'><a href='/'>Home</a></span> &raquo; <span style='display:inline-block' class='breadcrumb-item selected'>Cushion Max Anti-Fatigue Mat</span> </div> </div> <div class="row"> <div class = "column12"> <h1>Cushion Max Anti-Fatigue Mat</h1> </div> </div> <div class = "row"> <div class="column12 clearfix"> <div id="product-photo"> <div class='product-detail-image'> <figure class='image-0 image-show'> <a href='/mc_images/product/detail/25.jpg' data-lightbox='detail' data-title=''> <img class='image-0 image-show' src='/mc_images/product/image/25.jpg' id='image-show' alt='' title=''> </a> </figure> </div> <div id="product-detail-photo-copyright"></div> <div class='product-detail-thumbs'> </div> </div> <div class="column6"> <form action='/basket' method='post' id='product_detail_form' name='product_detail_form' > <div class = "detail-container"> <div id="simple-price" class="product-detail-price"> </div> <p class = "availability">This item is in stock.</p> </div> <div class = "detail-container"> <h3>Choose Size:</h3> <p class='select'><select name='option[286][376]'> <option value='0'>2' x 3' ($30.00)</option> <option value='1'>3' x 5' ($75.00)</option> <option value='2'>3' x 12' ($175.00)</option> <option value='3'>4' x 6' ($120.00)</option> </select></p> <h3>Choose Style:</h3> <p class='select'><select name='option[286][377]'> <option value='0'>Solid (#414)</option> <option value='1'>Perforated (#413)</option> </select></p> </div> <div class = "detail-container"> <div class="container12"> <div class="row"> <div class="column6"> <div class='product-detail-form'> <div class="add-to-basket"> <label>Qty:</label>&nbsp;<input class="qty-field" id='qty' type='text' size='2' maxlength='5' name='qty[286]' value='1'> <br> <br> <input type='hidden' name='action' value='insertItems' /> <input class="basket-button action-go" type="submit" disabled="disabled" value="Add To Basket" alt="add to cart" name="add_to_basket"> </div> </div> </div> <div class="column6"></div> </div> </div> <div class="container12"> <div class="row"> <div class="column6"> <div class="product-detail-customer-service"> <h3>Questions?</h3> <p><span class="customer-service-label">Please call</span> <span class="customer-service-phone">800-810-7847</span> <span class="customer-service-label-or">or</span> <span class="customer-service-email"><a href="mailto:[email protected]">email us</a>.</span></p> </div> </div> <div class="column6"></div> </div> </div> </div> </form> <div class = "detail-container" id="share-icons"> <span class='st_facebook_large' displayText='Facebook'></span> <span class='st_twitter_large' displayText='Tweet'></span> <span class='st_googleplus_large' displayText='Google +'></span> <span class='st_pinterest_large' displayText='Pinterest'></span> <span class='st_linkedin_large' displayText='LinkedIn'></span> <span class='st_email_large' displayText='Email'></span> </div> </div> </div> <div class="row"> <div class="column12"> <ul class="tabs clearfix"> <li><a href="#">Description</a></li> <li><a href="#">Recommended Uses</a></li> <li><a href="#">Shipping</a></li> <li><a href="#">Video</a></li> <li class="files"><a href="#">Technical Data</a></li> </ul> <div class="panes"> <div class="detail-pane"> <h3>Cushion Max Anti-Fatigue Mat:</h3> <p><strong>FEATURES</strong></p> <ul> <li>Constructed of 100% Nitrile/PVC closed cell foam to provide superior anti-fatigue properties for employee comfort and ergonomic benefits.</li> <li>Diamond pattern surface is more than twice as durable as traditional PVC foam mats and helps to reduce slip and fall accidents.</li> <li>Tapered borders allow for a safe transition to minimize trip and fall exposure.</li> <li>5/8&rdquo; thickness</li> <li>Cost effective alternative to traditional PVC foam mats.</li> <li>Ozone Resistant</li> <li>Available with or without drainage holes</li> <li>Sizes: 2&rsquo;x 3&rsquo;, 3&rsquo; x 5&rsquo;, 3&rsquo; x 12&rsquo;, 4&rsquo; x 6&rsquo;. Lengths up to 45&rsquo; available</li> </ul> <p>Finally, a PVC foam mat that can be used in wet and dry areas! The Cushion Max Anti-Fatigue Mat comes solid or perforated for drainage in wet areas. Extremely anti-microbial, this mat offers outstanding comfort and ergonomic benefits. Beveled edges on all 4 sides reduces trip hazards. Custom lengths are available!</p> </div> <div class="detail-pane"> Recommended for use in warehouses, picking lines, assembly lines, work stations, check out stations, labs or other wet or dry environments. </div> <div class="detail-pane"> Commercial Mats and Rubber offers free shipping in the continental United States on any order over $50. </div> <div class="detail-pane"> <iframe width="420" height="315" src="//www.youtube.com/embed/j5ALeRcISVE" frameborder="0" allowfullscreen></iframe> </div> <div class="detail-pane"> <div id="files"><p>There are no files for this product.</p></div> </div> </div> </div> </div> <script type="text/javascript">var switchTo5x=true;</script> <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "ur-52549b5d-d02a-9616-7086-815b18618195", doNotHash: true, doNotCopy: true, hashAddressBar: false});</script></section> <footer> <div id="footer"> <div class="row"> <div class="column12"> <div class="footer-col-1"> <p> <strong>Commercial Mats and Rubber</strong><br> <em>A Division of DB Industrial Supply</em><br> 125 High Rock Ave 1st Floor<br> Saratoga Springs, NY 12866<br> (800) 810-7847 (RUGS)<br> <a href="mailto:[email protected]">[email protected]</a><br><br> <span style="color:#999;">Copyright &copy; 2019 Commercial Mats &amp; Rubber.</span> </p> </div> <div class="footer-col-2"> <p> <strong>Customer Service</strong><br> <a href="/contact">Contact Us</a><br> <a href="/informational-page-area/help-faq/">Shipping &amp; Handling</a><br> <a href="/informational-page-area/help-faq/">Payment Methods</a><br> <a href="/informational-page-area/help-faq/">Return Policy</a> </p> </div> <div class="footer-col-3"> <p> <a href="http://www.commercialmatsandrubber.com/blog/"><img src="/images/cmr-blog.jpg" alt="CMR Blog"></a><br><br> We Accept:<br> <img src="/images/credit-cards.png" alt="Visa, Mastercard, American Express, Discover"> </p> </div> <div class="footer-col-4"> <script type="text/javascript" language="javascript">var WPS_trust_id="fV95QYcMnfX-xihsk1WbV2zbIcN1yBXE"; var WPS_image = 'trusted-90x78-dark.gif';</script> <script type="text/javascript" language="javascript" src="//secure.web-payment-software.com/trust.js"></script> <a href="http://www.bbb.org/upstate-new-york/business-reviews/carpet-and-rug-dealers-new/georgia-mills-direct-ltd-in-saratoga-springs-ny-65000216/#bbbonlineclick"><img src="/images/bbb.png" alt="BBB"></a> <script type="text/javascript" src="https://sealserver.trustwave.com/seal.js?code=68b88ed3c2934c85874dbb06b387b7f9"></script> </div> </div> </div> </div> </footer> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 8223841; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); </script> <!-- End of LiveChat code –> </div> </div><script type="text/javascript"> (function() { window._pa = window._pa || {}; // _pa.orderId = "myOrderId"; // OPTIONAL: attach unique conversion identifier to conversions // _pa.revenue = "19.99"; // OPTIONAL: attach dynamic purchase values to conversions // _pa.productId = "myProductId"; // OPTIONAL: Include product ID for use with dynamic ads var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true; pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.marinsm.com/serve/5537962ca7306d2a63000163.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s); })(); </script> </body> </html>
[ "<footer>\n <div id=\"footer\">\n <div class=\"row\">\n <div class=\"column12\">\n <div class=\"footer-col-1\">\n <p>\n <strong>Commercial Mats and Rubber</strong><br/>\n <em>A Division of DB Industrial Supply</em><br/>\n 125 High Rock Ave 1st Floor<br/>\n Saratoga Springs, NY 12866<br/>\n (800) 810-7847 (RUGS)<br/>\n <a href=\"mailto:[email protected]\">[email protected]</a><br/><br/>\n <span style=\"color:#999;\">Copyright © 2019 Commercial Mats &amp; Rubber.</span>\n </p>\n </div>\n <div class=\"footer-col-2\">\n <p>\n <strong>Customer Service</strong><br/>\n <a href=\"/contact\">Contact Us</a><br/>\n <a href=\"/informational-page-area/help-faq/\">Shipping &amp; Handling</a><br/>\n <a href=\"/informational-page-area/help-faq/\">Payment Methods</a><br/>\n <a href=\"/informational-page-area/help-faq/\">Return Policy</a>\n </p>\n </div>\n <div class=\"footer-col-3\">\n <p>\n <a href=\"http://www.commercialmatsandrubber.com/blog/\"><img src=\"/images/cmr-blog.jpg\" alt=\"CMR Blog\"/></a><br/><br/>\n We Accept:<br/>\n <img src=\"/images/credit-cards.png\" alt=\"Visa, Mastercard, American Express, Discover\"/>\n </p>\n </div>\n <div class=\"footer-col-4\">\n <script type=\"text/javascript\" language=\"javascript\">var WPS_trust_id=\"fV95QYcMnfX-xihsk1WbV2zbIcN1yBXE\"; var WPS_image = 'trusted-90x78-dark.gif';</script>\n <script type=\"text/javascript\" language=\"javascript\" src=\"//secure.web-payment-software.com/trust.js\"/>\n <a href=\"http://www.bbb.org/upstate-new-york/business-reviews/carpet-and-rug-dealers-new/georgia-mills-direct-ltd-in-saratoga-springs-ny-65000216/#bbbonlineclick\"><img src=\"/images/bbb.png\" alt=\"BBB\"/></a>\n <script type=\"text/javascript\" src=\"https://sealserver.trustwave.com/seal.js?code=68b88ed3c2934c85874dbb06b387b7f9\"/>\n </div>\n </div>\n </div>\n </div>\n</footer>\n" ]
[ "<head>\n<meta charset=\"UTF-8\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n<meta name=\"copyright\" content=\"Copyright © 2019 Commercial Mats and Rubber\"/>\n<meta name=\"author\" content=\"Mountain Media\"/>\n<meta name=\"rating\" content=\"General\"/>\n<meta name=\"robots\" content=\"noodp\"/>\n<meta name=\"Description\" content=\"The Cushion Max Anti-Fatigue Mat features a diamond patterned surface that is more than twice as durable and comfortable as traditional PVC foam mats.\"/>\n<meta name=\"Keywords\" content=\"Cushion Max,Anti-Fatigue Mat,Soft Ergonomic,Standing Mat\"/>\n<link rel=\"canonical\" href=\"http://www.commercialmatsandrubber.com/cushion-max-anti-fatigue-mat\"/>\n<link rel=\"image_src\" href=\"https://www.commercialmatsandrubber.com/mc_images/product/image/25.jpg\"/>\n<meta property=\"og:image\" content=\"https://www.commercialmatsandrubber.com/mc_images/product/image/25.jpg\"/>\n<meta property=\"og:site_name\" content=\"Commercial Mats and Rubber\"/>\n<meta property=\"og:url\" content=\"https://www.commercialmatsandrubber.com/cushion-max-anti-fatigue-mat\"/>\n<meta property=\"fb:admins\" content=\"100002546118352\"/>\n<meta property=\"og:type\" content=\"product\"/>\n<meta property=\"og:title\" content=\"Cushion Max Anti-Fatigue Mat\"/>\n<meta name=\"p:domain_verify\" content=\"d984558dd34fd42ecf38f1c8ca64d777\"/>\n<meta name=\"msvalidate.01\" content=\"EA0BDFFECF0FF3C657E63410EF5B2A33\"/>\n<title>Cushion Max Anti-Fatigue Mat | Soft Ergonomic Standing Mat</title>\n<link rel=\"stylesheet\" href=\"/mc6/css/rsp/normalize44992d8f38.css\"/>\n<link rel=\"stylesheet\" href=\"/mc6/css/rsp/114095a7922fca.css\"/>\n<link rel=\"stylesheet\" href=\"/mc6/js/rsp/lightbox/lightbox0dae3d6b2a.css\"/>\n<link rel=\"stylesheet\" href=\"/mc6/js/rsp/reveal/reveal30eb472e34.css\"/>\n<link rel=\"stylesheet\" href=\"/mc6/js/rsp/pickadate/default185ddbd03f.css\"/>\n<link rel=\"stylesheet\" href=\"/mc6/js/rsp/pickadate/default.date654bab493a.css\"/>\n<link rel=\"stylesheet\" href=\"/mc6/js/rsp/owl-carousel/owl.carouselfe3aa3ff16.css\"/>\n<link rel=\"stylesheet\" href=\"/mc6/js/rsp/owl-carousel/owl.themeefa047a1ff.css\"/>\n<link rel=\"stylesheet\" href=\"/css-5c408516a3/custom.css\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/jquery-1.11.2.min5790ead7ad.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/library-validation-catalogbba768fe20.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/rsp/pickadate/picker2cf314a0a4.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/rsp/pickadate/picker.date34c39cc05e.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/rsp/lightbox/lightbox.min18d043b862.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/rsp/reveal/jquery.reveal672c65394e.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/jquery.tools.min839c626586.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/rsp/rspc8321ef014.js\"/>\n<script type=\"text/javascript\" src=\"/mc6/js/rsp/owl-carousel/owl.carousel.min47e39d85c7.js\"/>\n<script type=\"text/javascript\" src=\"/js-e7f8c8b0cd/custom.js\"/>\n<script type=\"text/javascript\">\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n ga('create', 'UA-4144190-1', 'www.commercialmatsandrubber.com');\n ga('send', 'pageview');\n //Google Analytics Event tracking\n $(document).ready(function(){\n $('.ga-event-source').click(function(){\n var pathArray = window.location.pathname.split( '/' );\n ga('send', {\n 'hitType': 'event', // Required.\n 'eventCategory': pathArray[1], // Required.\n 'eventAction': this.id // Required.\n });\n });\n });\n</script>\n </head>\n " ]
[ "<title>Cushion Max Anti-Fatigue Mat | Soft Ergonomic Standing Mat</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.commercialmatsandrubber.com > cushion max anti fatigue mat" } ]
[ { "char_end_idx": 72, "char_start_idx": 0, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 149, "char_start_idx": 72, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 2168, "char_start_idx": 149, "key": "length", "type": "local", "value": "2018" }, { "char_end_idx": 2296, "char_start_idx": 2168, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 2376, "char_start_idx": 2296, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 2448, "char_start_idx": 2376, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 2548, "char_start_idx": 2448, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 2725, "char_start_idx": 2548, "key": "length", "type": "local", "value": "176" }, { "char_end_idx": 2811, "char_start_idx": 2725, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 2862, "char_start_idx": 2811, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 3032, "char_start_idx": 2862, "key": "length", "type": "local", "value": "169" }, { "char_end_idx": 3136, "char_start_idx": 3032, "key": "length", "type": "local", "value": "103" } ]
[ { "key": "length", "type": "global", "value": "3138" } ]
[ { "char_end_idx": 151, "char_start_idx": 74, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.enable-javascript.com/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "error", "message" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 151, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "type", "src", "alt", "class" ], "values": [ "image", "/mc_img/rsp/menu-button.png", "Menu", "menu_button" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "input" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "class", "src", "alt" ], "values": [ "merchant-name", "/images/cmr-db-logo.png", "Commercial Mats and Rubber" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "class", "src", "alt" ], "values": [ "logo", "/images/cmr-db-logo.png", "Commercial Mats and Rubber" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "img" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "class", "src", "alt" ], "values": [ "free-shipping", "/images/free-shipping.png", "Free Shipping" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "img" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "href" ], "values": [ "/informational-page-area/help-faq/" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "type", "src", "alt", "class" ], "values": [ "image", "/mc_img/rsp/magnify-icon.png", "Submit", "search_open_button" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "input" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "class" ], "values": [ "small-screen" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 19, "type": "local", "value": "span" }, { "char_end_idx": 151, "char_start_idx": 151, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "header", "row column12" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 160, "char_start_idx": 151, "html_attrs": { "attrs": [ "href" ], "values": [ "/logo-floor-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 28, "type": "local", "value": "a" }, { "char_end_idx": 160, "char_start_idx": 151, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 27, "type": "local", "value": "li" }, { "char_end_idx": 175, "char_start_idx": 161, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 176, "char_start_idx": 175, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 177, "char_start_idx": 176, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 191, "char_start_idx": 178, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/waterhog-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 191, "char_start_idx": 178, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 212, "char_start_idx": 192, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/indoor-entrance-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 212, "char_start_idx": 192, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 240, "char_start_idx": 213, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/premier-entrance-floor-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 240, "char_start_idx": 213, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 262, "char_start_idx": 241, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/outdoor-floor-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 262, "char_start_idx": 241, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-4 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 288, "char_start_idx": 263, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/outdoor-rubber-floor-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 288, "char_start_idx": 263, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-5 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 315, "char_start_idx": 289, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/recycled-eco-friendly-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 315, "char_start_idx": 289, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-6 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 334, "char_start_idx": 316, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/carpet-runner-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 334, "char_start_idx": 316, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-7 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 362, "char_start_idx": 335, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/3-part-entrance-mat-systems/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 362, "char_start_idx": 335, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-8 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 391, "char_start_idx": 363, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/recessed-entrance-floor-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 391, "char_start_idx": 363, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-9 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 404, "char_start_idx": 392, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/carpet-tiles/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 404, "char_start_idx": 392, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-10 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 440, "char_start_idx": 405, "html_attrs": { "attrs": [ "href" ], "values": [ "/entrance-door-mats/oversized-custom-shape-floor-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 440, "char_start_idx": 405, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-11 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 441, "char_start_idx": 178, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 441, "char_start_idx": 161, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 458, "char_start_idx": 441, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 459, "char_start_idx": 458, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 460, "char_start_idx": 459, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 486, "char_start_idx": 461, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/economy-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 486, "char_start_idx": 461, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 524, "char_start_idx": 487, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/ribbed-and-textured-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 524, "char_start_idx": 487, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 550, "char_start_idx": 525, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/premier-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 550, "char_start_idx": 525, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 584, "char_start_idx": 551, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/wet-oily-area-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 584, "char_start_idx": 551, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-4 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 616, "char_start_idx": 585, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/diamond-plate-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 616, "char_start_idx": 585, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-5 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 645, "char_start_idx": 617, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/bubble-top-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 645, "char_start_idx": 617, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-6 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 692, "char_start_idx": 646, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/anti-static-non-conductive-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 692, "char_start_idx": 646, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-7 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 717, "char_start_idx": 693, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/beauty-hair-salon-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 717, "char_start_idx": 693, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-8 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 744, "char_start_idx": 718, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/designer-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 744, "char_start_idx": 718, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-9 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 756, "char_start_idx": 745, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/gelpro-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 756, "char_start_idx": 745, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-10 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 785, "char_start_idx": 757, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/healthcare-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 785, "char_start_idx": 757, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-11 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 816, "char_start_idx": 786, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/interlocking-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 816, "char_start_idx": 786, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-12 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 845, "char_start_idx": 817, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/smooth-top-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 845, "char_start_idx": 817, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-13 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 864, "char_start_idx": 846, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/standing-desk-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 864, "char_start_idx": 846, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-14 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 890, "char_start_idx": 865, "html_attrs": { "attrs": [ "href" ], "values": [ "/anti-fatigue-mats/welding-anti-fatigue-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 890, "char_start_idx": 865, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-15 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 891, "char_start_idx": 461, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 891, "char_start_idx": 441, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 903, "char_start_idx": 891, "html_attrs": { "attrs": [ "href" ], "values": [ "/boat-rv-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 904, "char_start_idx": 903, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 905, "char_start_idx": 904, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 935, "char_start_idx": 906, "html_attrs": { "attrs": [ "href" ], "values": [ "/boat-rv-flooring/infinity-fabrics-marine-rv-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 935, "char_start_idx": 906, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 965, "char_start_idx": 936, "html_attrs": { "attrs": [ "href" ], "values": [ "/boat-rv-flooring/deckadence-boat-deck-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 965, "char_start_idx": 936, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1003, "char_start_idx": 966, "html_attrs": { "attrs": [ "href" ], "values": [ "/boat-rv-flooring/aqua-soft-aqua-deck-marine-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1003, "char_start_idx": 966, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1050, "char_start_idx": 1004, "html_attrs": { "attrs": [ "href" ], "values": [ "/boat-rv-flooring/boat-rv-upholstery-bimini-and-canvas-fabric/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1050, "char_start_idx": 1004, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-4 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1084, "char_start_idx": 1051, "html_attrs": { "attrs": [ "href" ], "values": [ "/boat-rv-flooring/tundra-flooring-fishing-boats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1084, "char_start_idx": 1051, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-5 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1085, "char_start_idx": 906, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1085, "char_start_idx": 891, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children list-item-4 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1097, "char_start_idx": 1085, "html_attrs": { "attrs": [ "href" ], "values": [ "/gym-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1098, "char_start_idx": 1097, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1099, "char_start_idx": 1098, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1129, "char_start_idx": 1100, "html_attrs": { "attrs": [ "href" ], "values": [ "/gym-flooring/interlocking-rubber-gym-tiles/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1129, "char_start_idx": 1100, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1156, "char_start_idx": 1130, "html_attrs": { "attrs": [ "href" ], "values": [ "/gym-flooring/rubber-gym-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1156, "char_start_idx": 1130, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1189, "char_start_idx": 1157, "html_attrs": { "attrs": [ "href" ], "values": [ "/gym-flooring/home-gym-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1189, "char_start_idx": 1157, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1190, "char_start_idx": 1100, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1190, "char_start_idx": 1085, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children list-item-5 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1215, "char_start_idx": 1190, "html_attrs": { "attrs": [ "href" ], "values": [ "/kitchen-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1216, "char_start_idx": 1215, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1217, "char_start_idx": 1216, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1243, "char_start_idx": 1218, "html_attrs": { "attrs": [ "href" ], "values": [ "/kitchen-mats/interlocking-kitchen-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1243, "char_start_idx": 1218, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1265, "char_start_idx": 1244, "html_attrs": { "attrs": [ "href" ], "values": [ "/kitchen-mats/kitchen-bar-runners/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1265, "char_start_idx": 1244, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1289, "char_start_idx": 1266, "html_attrs": { "attrs": [ "href" ], "values": [ "/kitchen-mats/perforated-kitchen-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1289, "char_start_idx": 1266, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1308, "char_start_idx": 1290, "html_attrs": { "attrs": [ "href" ], "values": [ "/kitchen-mats/solid-kitchen-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1308, "char_start_idx": 1290, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-4 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1333, "char_start_idx": 1309, "html_attrs": { "attrs": [ "href" ], "values": [ "/kitchen-mats/residential-kitchen-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1333, "char_start_idx": 1309, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-5 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1334, "char_start_idx": 1218, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1334, "char_start_idx": 1190, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children list-item-6 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1350, "char_start_idx": 1334, "html_attrs": { "attrs": [ "href" ], "values": [ "/residential-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1351, "char_start_idx": 1350, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1352, "char_start_idx": 1351, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1386, "char_start_idx": 1353, "html_attrs": { "attrs": [ "href" ], "values": [ "/residential-mats/aqua-shield-residential-door-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1386, "char_start_idx": 1353, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1410, "char_start_idx": 1387, "html_attrs": { "attrs": [ "href" ], "values": [ "/residential-mats/waterhog-boot-tray-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1410, "char_start_idx": 1387, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1433, "char_start_idx": 1411, "html_attrs": { "attrs": [ "href" ], "values": [ "/residential-mats/waterhog-dog-bowl-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1433, "char_start_idx": 1411, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1434, "char_start_idx": 1353, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1434, "char_start_idx": 1334, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children list-item-7 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1452, "char_start_idx": 1434, "html_attrs": { "attrs": [ "href" ], "values": [ "/safety-mats-and-industrial-runners/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1453, "char_start_idx": 1452, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1454, "char_start_idx": 1453, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1469, "char_start_idx": 1455, "html_attrs": { "attrs": [ "href" ], "values": [ "/safety-mats-and-industrial-runners/rubber-safety-runners/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1469, "char_start_idx": 1455, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1489, "char_start_idx": 1470, "html_attrs": { "attrs": [ "href" ], "values": [ "/safety-mats-and-industrial-runners/vinyl-pvc-safety-runners/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1489, "char_start_idx": 1470, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1510, "char_start_idx": 1490, "html_attrs": { "attrs": [ "href" ], "values": [ "/safety-mats-and-industrial-runners/solid-safety-runners/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1510, "char_start_idx": 1490, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1536, "char_start_idx": 1511, "html_attrs": { "attrs": [ "href" ], "values": [ "/safety-mats-and-industrial-runners/perforated-safety-runners/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1536, "char_start_idx": 1511, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-4 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1537, "char_start_idx": 1455, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1537, "char_start_idx": 1434, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children list-item-8 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1551, "char_start_idx": 1537, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1552, "char_start_idx": 1551, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-up" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1553, "char_start_idx": 1552, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "triangle-down" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1566, "char_start_idx": 1554, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/stair-treads/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1566, "char_start_idx": 1554, "html_attrs": { "attrs": [ "class" ], "values": [ "top list-item-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1598, "char_start_idx": 1567, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/rubber-tiles-and-plank-flooring/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1598, "char_start_idx": 1567, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-2 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1612, "char_start_idx": 1599, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/bathroom-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1612, "char_start_idx": 1599, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-3 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1655, "char_start_idx": 1613, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/soft-floor-tiles-childrens-play-matting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1655, "char_start_idx": 1613, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-4 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1677, "char_start_idx": 1656, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/pool-mats-and-runners/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1677, "char_start_idx": 1656, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-5 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1737, "char_start_idx": 1678, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/non-conductive-and-dielectric-high-voltage-rated-floor-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1737, "char_start_idx": 1678, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-6 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1783, "char_start_idx": 1738, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/heated-snow-melting-foot-warmer-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1783, "char_start_idx": 1738, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-7 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1803, "char_start_idx": 1784, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/outdoor-patio-tiles/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1803, "char_start_idx": 1784, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-8 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1826, "char_start_idx": 1804, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/office-desk-chair-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1826, "char_start_idx": 1804, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-9 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1863, "char_start_idx": 1827, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/interlocking-tiles-and-drainage-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1863, "char_start_idx": 1827, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-10 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1899, "char_start_idx": 1864, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/contamination-control-floor-matting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1899, "char_start_idx": 1864, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-11 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1937, "char_start_idx": 1900, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/ada-compliant-detectable-warning-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1937, "char_start_idx": 1900, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-12 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1953, "char_start_idx": 1938, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/clearance-mats-and-accessories/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1953, "char_start_idx": 1938, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-13 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1984, "char_start_idx": 1953, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/matting-accessories-and-adhesives/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1984, "char_start_idx": 1953, "html_attrs": { "attrs": [ "class" ], "values": [ "list-item-14 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2001, "char_start_idx": 1985, "html_attrs": { "attrs": [ "href" ], "values": [ "/specialty-mats/sports-team-mats/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2001, "char_start_idx": 1985, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom list-item-15 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2002, "char_start_idx": 1554, "html_attrs": { "attrs": [ "class" ], "values": [ "nav1 clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2002, "char_start_idx": 1537, "html_attrs": { "attrs": [ "class" ], "values": [ "has_children bottom list-item-9 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2002, "char_start_idx": 151, "html_attrs": { "attrs": [ "class" ], "values": [ "nav0 clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 26, "type": "local", "value": "ul" }, { "char_end_idx": 2002, "char_start_idx": 151, "html_attrs": { "attrs": [ "class" ], "values": [ "row column12" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 25, "type": "local", "value": "div" }, { "char_end_idx": 2002, "char_start_idx": 151, "html_attrs": { "attrs": [ "id" ], "values": [ "nav" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 24, "type": "local", "value": "nav" }, { "char_end_idx": 2002, "char_start_idx": 2002, "html_attrs": { "attrs": [ "class" ], "values": [ "column6" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2002, "char_start_idx": 2002, "html_attrs": { "attrs": [ "class" ], "values": [ "column12 clearfix" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2031, "char_start_idx": 2002, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "h3" }, { "char_end_idx": 2169, "char_start_idx": 2032, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2297, "char_start_idx": 2170, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2377, "char_start_idx": 2298, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2392, "char_start_idx": 2378, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2449, "char_start_idx": 2393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2465, "char_start_idx": 2450, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2506, "char_start_idx": 2466, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2577, "char_start_idx": 2507, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2578, "char_start_idx": 2032, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2893, "char_start_idx": 2578, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 2894, "char_start_idx": 2002, "html_attrs": { "attrs": [ "class" ], "values": [ "detail-pane" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 3034, "char_start_idx": 2894, "html_attrs": { "attrs": [ "class" ], "values": [ "detail-pane" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3138, "char_start_idx": 3034, "html_attrs": { "attrs": [ "class" ], "values": [ "detail-pane" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3138, "char_start_idx": 2002, "html_attrs": { "attrs": [ "class" ], "values": [ "panes" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 3138, "char_start_idx": 2002, "html_attrs": { "attrs": [ "class" ], "values": [ "row column12" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3138, "char_start_idx": 2002, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3138, "char_start_idx": 2002, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3138, "char_start_idx": 2002, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "catalog clearfix" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "section" }, { "char_end_idx": 3138, "char_start_idx": 151, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wrapper layout", "container12 " ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3138, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "product" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 152, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "For full functionality of this site it is necessary to enable JavaScript.\nClick here for instructions on how to enable JavaScript in your web browser.\nL" }, { "char_end_idx": 160, "char_start_idx": 151, "key": "paragraph", "marker": "li", "type": "local", "value": "Logo Mats" }, { "char_end_idx": 191, "char_start_idx": 160, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEntrance Mats ▲▼\nWaterhog Mats" }, { "char_end_idx": 212, "char_start_idx": 191, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIndoor Entrance Mats" }, { "char_end_idx": 240, "char_start_idx": 212, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPremier Entrance Floor Mats" }, { "char_end_idx": 262, "char_start_idx": 240, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOutdoor Entrance Mats" }, { "char_end_idx": 288, "char_start_idx": 262, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOutdoor Rubber Floor Mats" }, { "char_end_idx": 315, "char_start_idx": 288, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRecycled Eco-Friendly Mats" }, { "char_end_idx": 334, "char_start_idx": 315, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCarpet Runner Mats" }, { "char_end_idx": 362, "char_start_idx": 334, "key": "paragraph", "marker": "li", "type": "local", "value": "\n3 Part Entrance Mat Systems" }, { "char_end_idx": 391, "char_start_idx": 362, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRecessed Entrance Floor Mats" }, { "char_end_idx": 404, "char_start_idx": 391, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCarpet Tiles" }, { "char_end_idx": 440, "char_start_idx": 404, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOversized & Custom Shape Floor Mats" }, { "char_end_idx": 441, "char_start_idx": 440, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 486, "char_start_idx": 441, "key": "paragraph", "marker": "li", "type": "local", "value": "Anti Fatigue Mats▲▼\nEconomy Anti-Fatigue Mats" }, { "char_end_idx": 524, "char_start_idx": 486, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRibbed and Textured Anti-Fatigue Mats" }, { "char_end_idx": 550, "char_start_idx": 524, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPremier Anti-Fatigue Mats" }, { "char_end_idx": 584, "char_start_idx": 550, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWet / Oily Area Anti-Fatigue Mats" }, { "char_end_idx": 616, "char_start_idx": 584, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDiamond Plate Anti-Fatigue Mats" }, { "char_end_idx": 645, "char_start_idx": 616, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBubble Top Anti-Fatigue Mats" }, { "char_end_idx": 692, "char_start_idx": 645, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnti-Static / Non Conductive Anti-Fatigue Mats" }, { "char_end_idx": 717, "char_start_idx": 692, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBeauty & Hair Salon Mats" }, { "char_end_idx": 744, "char_start_idx": 717, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDesigner Anti-Fatigue Mats" }, { "char_end_idx": 756, "char_start_idx": 744, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGelPro Mats" }, { "char_end_idx": 785, "char_start_idx": 756, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHealthcare Anti-Fatigue Mats" }, { "char_end_idx": 816, "char_start_idx": 785, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInterlocking Anti-Fatigue Mats" }, { "char_end_idx": 845, "char_start_idx": 816, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSmooth Top Anti-Fatigue Mats" }, { "char_end_idx": 864, "char_start_idx": 845, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStanding Desk Mats" }, { "char_end_idx": 890, "char_start_idx": 864, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWelding Anti-Fatigue Mats" }, { "char_end_idx": 891, "char_start_idx": 890, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 935, "char_start_idx": 891, "key": "paragraph", "marker": "li", "type": "local", "value": "Boat Decking▲▼\nInfinity Marine & RV Flooring" }, { "char_end_idx": 965, "char_start_idx": 935, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDECKadence Boat Deck Flooring" }, { "char_end_idx": 1003, "char_start_idx": 965, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAqua-Soft & Aqua-Deck Marine Flooring" }, { "char_end_idx": 1050, "char_start_idx": 1003, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBoat & RV Upholstery, Bimini and Canvas Fabric" }, { "char_end_idx": 1084, "char_start_idx": 1050, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTundra Flooring for Fishing Boats" }, { "char_end_idx": 1085, "char_start_idx": 1084, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1129, "char_start_idx": 1085, "key": "paragraph", "marker": "li", "type": "local", "value": "Gym Flooring▲▼\nInterlocking Rubber Gym Tiles" }, { "char_end_idx": 1156, "char_start_idx": 1129, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRolled Rubber Gym Flooring" }, { "char_end_idx": 1189, "char_start_idx": 1156, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStraight Cut Individual Gym Mats" }, { "char_end_idx": 1190, "char_start_idx": 1189, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1243, "char_start_idx": 1190, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen / Restaurant Mats▲▼\nInterlocking Kitchen Mats" }, { "char_end_idx": 1265, "char_start_idx": 1243, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKitchen / Bar Runners" }, { "char_end_idx": 1289, "char_start_idx": 1265, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPerforated Kitchen Mats" }, { "char_end_idx": 1308, "char_start_idx": 1289, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSolid Kitchen Mats" }, { "char_end_idx": 1333, "char_start_idx": 1308, "key": "paragraph", "marker": "li", "type": "local", "value": "\nResidential Kitchen Mats" }, { "char_end_idx": 1334, "char_start_idx": 1333, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1386, "char_start_idx": 1334, "key": "paragraph", "marker": "li", "type": "local", "value": "Residential Mats▲▼\nAqua Shield Residential Door Mats" }, { "char_end_idx": 1410, "char_start_idx": 1386, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWaterhog Boot Tray Mats" }, { "char_end_idx": 1433, "char_start_idx": 1410, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWaterhog Dog Bowl Mats" }, { "char_end_idx": 1434, "char_start_idx": 1433, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1469, "char_start_idx": 1434, "key": "paragraph", "marker": "li", "type": "local", "value": "Industrial Runners▲▼\nRubber Runners" }, { "char_end_idx": 1489, "char_start_idx": 1469, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVinyl / PVC Runners" }, { "char_end_idx": 1510, "char_start_idx": 1489, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSolid Safety Runners" }, { "char_end_idx": 1536, "char_start_idx": 1510, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPerforated Safety Runners" }, { "char_end_idx": 1537, "char_start_idx": 1536, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1566, "char_start_idx": 1537, "key": "paragraph", "marker": "li", "type": "local", "value": "Specialty Mats▲▼\nStair Treads" }, { "char_end_idx": 1598, "char_start_idx": 1566, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRubber Tiles and Plank Flooring" }, { "char_end_idx": 1612, "char_start_idx": 1598, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBathroom Mats" }, { "char_end_idx": 1655, "char_start_idx": 1612, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSoft Floor Tiles / Children's Play Matting" }, { "char_end_idx": 1677, "char_start_idx": 1655, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPool Mats and Runners" }, { "char_end_idx": 1737, "char_start_idx": 1677, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNon-Conductive and Dielectric High Voltage Rated Floor Mats" }, { "char_end_idx": 1783, "char_start_idx": 1737, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHeated Snow Melting Mats and Foot Warmer Mats" }, { "char_end_idx": 1803, "char_start_idx": 1783, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOutdoor Patio Tiles" }, { "char_end_idx": 1826, "char_start_idx": 1803, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOffice Desk Chair Mats" }, { "char_end_idx": 1863, "char_start_idx": 1826, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInterlocking Tiles and Drainage Mats" }, { "char_end_idx": 1899, "char_start_idx": 1863, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContamination Control Floor Matting" }, { "char_end_idx": 1937, "char_start_idx": 1899, "key": "paragraph", "marker": "li", "type": "local", "value": "\nADA Compliant Detectable Warning Mats" }, { "char_end_idx": 1953, "char_start_idx": 1937, "key": "paragraph", "marker": "li", "type": "local", "value": "\nClearance Mats\n" }, { "char_end_idx": 1984, "char_start_idx": 1953, "key": "paragraph", "marker": "li", "type": "local", "value": "Matting Accessories & Adhesives" }, { "char_end_idx": 2001, "char_start_idx": 1984, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSports Team Mats" }, { "char_end_idx": 2002, "char_start_idx": 2001, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2031, "char_start_idx": 2002, "key": "paragraph", "marker": "h3", "type": "local", "value": "Cushion Max Anti-Fatigue Mat:" }, { "char_end_idx": 2169, "char_start_idx": 2031, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConstructed of 100% Nitrile/PVC closed cell foam to provide superior anti-fatigue properties for employee comfort and ergonomic benefits." }, { "char_end_idx": 2297, "char_start_idx": 2169, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDiamond pattern surface is more than twice as durable as traditional PVC foam mats and helps to reduce slip and fall accidents." }, { "char_end_idx": 2377, "char_start_idx": 2297, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTapered borders allow for a safe transition to minimize trip and fall exposure." }, { "char_end_idx": 2392, "char_start_idx": 2377, "key": "paragraph", "marker": "li", "type": "local", "value": "\n5/8” thickness" }, { "char_end_idx": 2449, "char_start_idx": 2392, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCost effective alternative to traditional PVC foam mats." }, { "char_end_idx": 2465, "char_start_idx": 2449, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOzone Resistant" }, { "char_end_idx": 2506, "char_start_idx": 2465, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAvailable with or without drainage holes" }, { "char_end_idx": 2577, "char_start_idx": 2506, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSizes: 2’x 3’, 3’ x 5’, 3’ x 12’, 4’ x 6’. Lengths up to 45’ available" }, { "char_end_idx": 2578, "char_start_idx": 2577, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2894, "char_start_idx": 2578, "key": "paragraph", "marker": "p", "type": "local", "value": "Finally, a PVC foam mat that can be used in wet and dry areas! The Cushion Max Anti-Fatigue Mat comes solid or perforated for drainage in wet areas. Extremely anti-microbial, this mat offers outstanding comfort and ergonomic benefits. Beveled edges on all 4 sides reduces trip hazards. Custom lengths are available!\n" }, { "char_end_idx": 3034, "char_start_idx": 2894, "key": "paragraph", "marker": "div", "type": "local", "value": "Recommended for use in warehouses, picking lines, assembly lines, work stations, check out stations, labs or other wet or dry environments.\n" }, { "char_end_idx": 3138, "char_start_idx": 3034, "key": "paragraph", "marker": "div", "type": "local", "value": "Commercial Mats and Rubber offers free shipping in the continental United States on any order over $50.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Cushion Max Anti-Fatigue Mat | Soft Ergonomic Standing Mat" } ]
[ { "key": "url", "type": "global", "value": "https://www.commercialmatsandrubber.com/cushion-max-anti-fatigue-mat" } ]
[]
For full functionality of this site it is necessary to enable JavaScript. Click here for instructions on how to enable JavaScript in your web browser. Logo Mats Entrance Mats ▲▼ Waterhog Mats Indoor Entrance Mats Premier Entrance Floor Mats Outdoor Entrance Mats Outdoor Rubber Floor Mats Recycled Eco-Friendly Mats Carpet Runner Mats 3 Part Entrance Mat Systems Recessed Entrance Floor Mats Carpet Tiles Oversized & Custom Shape Floor Mats Anti Fatigue Mats▲▼ Economy Anti-Fatigue Mats Ribbed and Textured Anti-Fatigue Mats Premier Anti-Fatigue Mats Wet / Oily Area Anti-Fatigue Mats Diamond Plate Anti-Fatigue Mats Bubble Top Anti-Fatigue Mats Anti-Static / Non Conductive Anti-Fatigue Mats Beauty & Hair Salon Mats Designer Anti-Fatigue Mats GelPro Mats Healthcare Anti-Fatigue Mats Interlocking Anti-Fatigue Mats Smooth Top Anti-Fatigue Mats Standing Desk Mats Welding Anti-Fatigue Mats Boat Decking▲▼ Infinity Marine & RV Flooring DECKadence Boat Deck Flooring Aqua-Soft & Aqua-Deck Marine Flooring Boat & RV Upholstery, Bimini and Canvas Fabric Tundra Flooring for Fishing Boats Gym Flooring▲▼ Interlocking Rubber Gym Tiles Rolled Rubber Gym Flooring Straight Cut Individual Gym Mats Kitchen / Restaurant Mats▲▼ Interlocking Kitchen Mats Kitchen / Bar Runners Perforated Kitchen Mats Solid Kitchen Mats Residential Kitchen Mats Residential Mats▲▼ Aqua Shield Residential Door Mats Waterhog Boot Tray Mats Waterhog Dog Bowl Mats Industrial Runners▲▼ Rubber Runners Vinyl / PVC Runners Solid Safety Runners Perforated Safety Runners Specialty Mats▲▼ Stair Treads Rubber Tiles and Plank Flooring Bathroom Mats Soft Floor Tiles / Children's Play Matting Pool Mats and Runners Non-Conductive and Dielectric High Voltage Rated Floor Mats Heated Snow Melting Mats and Foot Warmer Mats Outdoor Patio Tiles Office Desk Chair Mats Interlocking Tiles and Drainage Mats Contamination Control Floor Matting ADA Compliant Detectable Warning Mats Clearance Mats Matting Accessories & Adhesives Sports Team Mats Cushion Max Anti-Fatigue Mat: Constructed of 100% Nitrile/PVC closed cell foam to provide superior anti-fatigue properties for employee comfort and ergonomic benefits. Diamond pattern surface is more than twice as durable as traditional PVC foam mats and helps to reduce slip and fall accidents. Tapered borders allow for a safe transition to minimize trip and fall exposure. 5/8” thickness Cost effective alternative to traditional PVC foam mats. Ozone Resistant Available with or without drainage holes Sizes: 2’x 3’, 3’ x 5’, 3’ x 12’, 4’ x 6’. Lengths up to 45’ available Finally, a PVC foam mat that can be used in wet and dry areas! The Cushion Max Anti-Fatigue Mat comes solid or perforated for drainage in wet areas. Extremely anti-microbial, this mat offers outstanding comfort and ergonomic benefits. Beveled edges on all 4 sides reduces trip hazards. Custom lengths are available! Recommended for use in warehouses, picking lines, assembly lines, work stations, check out stations, labs or other wet or dry environments. Commercial Mats and Rubber offers free shipping in the continental United States on any order over $50.
https://www.commercialmatsandrubber.com/cushion-max-anti-fatigue-mat
[ { "char_end_idx": 72, "char_start_idx": 62, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 129, "char_start_idx": 119, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 160, "char_start_idx": 151, "key": "entity", "type": "local", "value": "Mat" }, { "char_end_idx": 1032, "char_start_idx": 1026, "key": "entity", "type": "local", "value": "Bimini" }, { "char_end_idx": 1084, "char_start_idx": 1071, "key": "entity", "type": "local", "value": "Fishing_vessel" }, { "char_end_idx": 1566, "char_start_idx": 1554, "key": "entity", "type": "local", "value": "Stair_tread" }, { "char_end_idx": 3114, "char_start_idx": 3101, "key": "entity", "type": "local", "value": "United_States" } ]
[ { "char_end_idx": 152, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 160, "char_start_idx": 151, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mat" }, { "char_end_idx": 1050, "char_start_idx": 1003, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bimini" }, { "char_end_idx": 1084, "char_start_idx": 1050, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fishing_vessel" }, { "char_end_idx": 1566, "char_start_idx": 1537, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Stair_tread" }, { "char_end_idx": 3138, "char_start_idx": 3034, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States" } ]
0
216
1556100778000
<!DOCTYPE html> <html class="no-js" lang="de" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <head> <meta charset="utf-8"> <link rel="alternate" href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3" hreflang="de-CH" /> <link rel="alternate" href="https://educatec.ch/shop/en/diploma/sciences/biology/2795/flir-one-thermal-camera-gen-3" hreflang="en-GB" /> <link rel="alternate" href="https://educatec.ch/shop/fr/sec.-ii-tertiaire/physique/2795/flir-one-thermal-camera-gen-3" hreflang="fr-CH" /> <link rel="alternate" href="https://educatec.ch/shop/it/scuole-medie-superiori-e-professionali/fisica/2795/flir-one-thermal-camera-gen-3" hreflang="it-CH" /> <link rel="alternate" href="https://educatec.ch/shop/it/scuole-medie-superiori-e-professionali/fisica/2795/flir-one-thermal-camera-gen-3" hreflang="x-default" /> <meta name="author" content="Vance Carter" /> <meta name="robots" content="index,follow" /> <meta name="revisit-after" content="15 days" /> <meta name="keywords" content="FLIR One, Wärmebilder, pro, camera, kamera, gen, 3, thermal, temperatur, measure, messen" /> <meta name="description" content="FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also taki…" /> <meta property="og:type" content="product" /> <meta property="og:site_name" content="EducaTec AG" /> <meta property="og:url" content="https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3" /> <meta property="og:title" content="FLIR ONE™ Thermal Camera GEN 3" /> <meta property="og:description" content="FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also…" /> <meta property="og:image" content="https://educatec.ch/media/image/76/22/68/product-flirone3-ios-_hero-001-1280-720.jpg" /> <meta property="product:brand" content="FLIR® Systems, Inc" /> <meta property="product:price" content="319,00" /> <meta property="product:product_link" content="https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3" /> <meta name="twitter:card" content="product" /> <meta name="twitter:site" content="EducaTec AG" /> <meta name="twitter:title" content="FLIR ONE™ Thermal Camera GEN 3" /> <meta name="twitter:description" content="FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also…" /> <meta name="twitter:image" content="https://educatec.ch/media/image/76/22/68/product-flirone3-ios-_hero-001-1280-720.jpg" /> <meta itemprop="copyrightHolder" content="EducaTec AG" /> <meta itemprop="copyrightYear" content="2016" /> <meta itemprop="isFamilyFriendly" content="True" /> <meta itemprop="image" content="https://educatec.ch/media/image/80/5b/g0/logo_educatec_rgb2-2Tight-158ca3a047c50f59a57ed8c5ece.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-title" content="EducaTec AG"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <link rel="alternate" hreflang="de-CH" href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3?c=11" /> <link rel="alternate" hreflang="en-GB" href="https://educatec.ch/shop/en/diploma/sciences/biology/2795/flir-one-thermal-camera-gen-3?c=11" /> <link rel="alternate" hreflang="fr-FR" href="https://educatec.ch/shop/fr/sec.-ii-tertiaire/physique/2795/flir-one-thermal-camera-gen-3?c=11" /> <link rel="alternate" hreflang="it-IT" href="https://educatec.ch/shop/it/scuole-medie-superiori-e-professionali/fisica/2795/flir-one-thermal-camera-gen-3?c=11" /> <link rel="apple-touch-icon-precomposed" href="https://educatec.ch/media/image/eb/f8/f3/et_picto_16x16.gif"> <link rel="shortcut icon" href="https://educatec.ch/media/image/eb/f8/f3/et_picto_16x16.gif"> <meta name="msapplication-navbutton-color" content="#be0a30" /> <meta name="application-name" content="EducaTec AG" /> <meta name="msapplication-starturl" content="https://educatec.ch/" /> <meta name="msapplication-window" content="width=1024;height=768" /> <meta name="msapplication-TileImage" content="https://educatec.ch/media/image/eb/f8/f3/et_picto_16x16.gif"> <meta name="msapplication-TileColor" content="#be0a30"> <meta name="theme-color" content="#be0a30" /> <link rel="canonical" href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3" /> <title itemprop="name">FLIR ONE™ Thermal Camera GEN 3 | EducaTec AG</title> <link href="/web/cache/1555568370_db93c9245fb6d3ad74dddcb2c3f49aa6.css" media="all" rel="stylesheet" type="text/css" /> <script src="/themes/Frontend/Responsive/frontend/_public/src/js/vendors/modernizr/modernizr.custom.35977.js"></script> </head> <body class="is--ctl-detail is--act-index " > <div class="page-wrap"> <noscript class="noscript-main"> <div class="alert is--warning"> <div class="alert--icon"> <i class="icon--element icon--warning"></i> </div> <div class="alert--content"> Um EducaTec&#x20;AG in vollem Umfang nutzen zu k&ouml;nnen, empfehlen wir Ihnen Javascript in Ihrem Browser zu aktiveren. </div> </div> </noscript> <header class="header-main"> <div class="top-bar"> <div class="container block-group"> <nav class="top-bar--navigation block" role="menubar"> <div class="top-bar--language navigation--entry"> <form method="post" class="language--form"> <div class="field--select"> <div class="language--btn language--btn--1 language--flag language--flag--individual de_CH language--btn--is--active selectable language--flag-txt " data-language-id="1" title="DE">DE</div> <div class="language--btn language--btn--3 language--flag language--flag--individual en_GB selectable language--flag-txt " data-language-id="3" title="EN">EN</div> <div class="language--btn language--btn--4 language--flag language--flag--individual fr_FR selectable language--flag-txt " data-language-id="4" title="FR">FR</div> <div class="language--btn language--btn--5 language--flag language--flag--individual it_IT selectable language--flag-txt last" data-language-id="5" title="IT">IT</div> <input type="hidden" name="__shop" value="1" class="input--language"> <input type="hidden" name="__redirect" value="1"> </div> </form> </div> <div class="top-bar--currency navigation--entry"> <form method="post" class="currency--form"> <div class="field--select"> <div class="select-field field--select--mode-1"> <div class="hidden-select-field field--select--mode-1"> <select name="__currency" class="currency--select" data-auto-submit="true"> <option value="1" selected="selected"> CHF </option> <option value="2"> EUR </option> </select> </div> <div class="js--fancy-select field--select field--select--language--mode-1 currency-selector"> <div class="js--fancy-select-text js--fancy-select-text-mode-currency-1" style="width: 3rem;"> CHF </div> <div class="js--fancy-select-trigger js--fancy-select-trigger-mode-currency-1 js--fancy-select-trigger-own"> <i class="icon--arrow-down icon--arrow-down-mode-currency-1"></i> </div> </div> </div> </div> <span class="currency--select--container container-has-border"> <span class="currency--select--list"> <span class="currency--select--option--container language--select--option--container--1 language--select--option--container--selected not-selectable" data-currency-id="1" title="CHF"> <span class="currency--select--option--text language--select--option--text--selected not-selectable"> CHF </span> </span> <span class="currency--select--option--container language--select--option--container--2 selectable" data-currency-id="2" title="EUR"> <span class="currency--select--option--text selectable"> EUR </span> </span> </span> </span> <span class="input--currency--container"> <input type="hidden" name="__currency" value="1" class="input--currency"> <input type="hidden" value="1" class="input--current--currency"> </span> </form> </div> <div class="navigation--entry entry--service has--drop-down" role="menuitem" aria-haspopup="true" data-drop-down-menu="true"> <i class="icon--service"></i> Service <ul class="service--list is--rounded" role="menu"> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/FAQ/FAQ-NI-myDAQ" title="FAQ" target="_parent"> FAQ </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/support" title="Support" > Support </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/kontaktformular" title="Kontakt" target="_self"> Kontakt </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/impressum" title="Impressum" > Impressum </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/datenschutz" title="Datenschutz" > Datenschutz </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/agb" title="AGB" > AGB </a> </li> </ul> </div> </nav> </div> </div> <div class="container header--navigation"> <div class="logo-main block-group" role="banner"> <div class="logo--shop block"> <a class="logo--link" href="https://educatec.ch/" title="EducaTec AG - zur Startseite wechseln"> <picture> <source srcset="https://educatec.ch/media/image/80/5b/g0/logo_educatec_rgb2-2Tight-158ca3a047c50f59a57ed8c5ece.png" media="(min-width: 78.75em)"> <source srcset="https://educatec.ch/media/image/80/5b/g0/logo_educatec_rgb2-2Tight-158ca3a047c50f59a57ed8c5ece.png" media="(min-width: 64em)"> <source srcset="https://educatec.ch/media/image/80/5b/g0/logo_educatec_rgb2-2Tight-158ca3a047c50f59a57ed8c5ece.png" media="(min-width: 48em)"> <img srcset="https://educatec.ch/media/image/80/5b/g0/logo_educatec_rgb2-2Tight-158ca3a047c50f59a57ed8c5ece.png" alt="EducaTec AG - zur Startseite wechseln" /> </picture> </a> </div> </div> <nav class="shop--navigation block-group"> <ul class="navigation--list block-group" role="menubar"> <li class="navigation--entry entry--menu-left" role="menuitem"> <a class="entry--link entry--trigger btn is--icon-left" href="#offcanvas--left" data-offcanvas="true" data-offCanvasSelector=".sidebar-main"> <i class="icon--menu"></i> Menü </a> </li> <li class="navigation--entry entry--search" role="menuitem" data-search="true" aria-haspopup="true" data-minLength="2"> <a class="btn entry--link entry--trigger" href="#show-hide--search" title="Suche anzeigen / schließen"> <i class="icon--search"></i> <span class="search--display">Suchen</span> </a> <form action="/search" method="get" class="main-search--form"> <input type="search" name="sSearch" class="main-search--field" autocomplete="off" autocapitalize="off" placeholder="Suchbegriff..." maxlength="30" /> <button type="submit" class="main-search--button"> <i class="icon--search"></i> <span class="main-search--text">Suchen</span> </button> <div class="form--ajax-loader">&nbsp;</div> </form> <div class="main-search--results"></div> </li> <li class="navigation--entry entry--notepad" role="menuitem"> <a href="https://educatec.ch/note" title="Merkzettel" class="btn"> <i class="icon--heart"></i> </a> </li> <li class="navigation--entry entry--account" role="menuitem" data-offcanvas="true" data-offCanvasSelector=".account--dropdown-navigation"> <a href="https://educatec.ch/account" title="Mein Konto" class="btn is--icon-left entry--link account--link"> <i class="icon--account"></i> <span class="account--display"> Mein Konto </span> </a> </li> <li class="navigation--entry entry--cart" role="menuitem"> <a class="btn is--icon-left cart--link" href="https://educatec.ch/checkout/cart" title="Warenkorb"> <span class="cart--display"> Warenkorb </span> <span class="badge is--primary is--minimal cart--quantity is--hidden">0</span> <i class="icon--basket"></i> <span class="cart--amount"> CHF&nbsp;0.00 * </span> </a> <div class="ajax-loader">&nbsp;</div> </li> </ul> </nav> <div class="container--ajax-cart" data-collapse-cart="true" data-displayMode="offcanvas"></div> </div> </header> <nav class="navigation-main"> <div class="container" data-menu-scroller="true" data-listSelector=".navigation--list.container" data-viewPortSelector=".navigation--list-wrapper"> <div class="navigation--list-wrapper"> <ul class="navigation--list container" role="menubar" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <li class="navigation--entry is--home" role="menuitem"><a class="navigation--link is--first" href="https://educatec.ch/" title="Home" itemprop="url"><span itemprop="name">Home</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/cat/index/sCategory/13" title="LEGO Education" itemprop="url"><span itemprop="name">LEGO Education</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/vernier/" title="Vernier" itemprop="url"><span itemprop="name">Vernier</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/tts/" title="TTS" itemprop="url"><span itemprop="name">TTS</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/volksschule/" title="Volksschule" itemprop="url"><span itemprop="name">Volksschule</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/tectools/" title="TecTools" itemprop="url"><span itemprop="name">TecTools</span></a></li><li class="navigation--entry is--active" role="menuitem"><a class="navigation--link is--active" href="https://educatec.ch/sek-ii-tertiaerstufe/" title="Sek II & Tertiärstufe" itemprop="url"><span itemprop="name">Sek II & Tertiärstufe</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/media/pdf/76/1a/04/EducaTec_AG-_Serviceangebote_2.pdf" title="Service Angebot" itemprop="url"><span itemprop="name">Service Angebot</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/weiterbildung/" title="Weiterbildung" itemprop="url"><span itemprop="name">Weiterbildung</span></a></li><li class="navigation--entry" role="menuitem"><a class="navigation--link" href="https://educatec.ch/sonderangebote/" title="Sonderangebote" itemprop="url"><span itemprop="name">Sonderangebote</span></a></li> </ul> </div> <div class="advanced-menu" data-advanced-menu="true" data-hoverDelay=""> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/cat/index/sCategory/13" class="button--category" title="Zur Kategorie LEGO Education"> <i class="icon--arrow-right"></i> Zur Kategorie LEGO Education </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--content has--teaser"> <ul class="menu--list menu--level-0 columns--2" style="width: 50%;"> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/spike-prime/" class="menu--list-item-link" title="SPIKE Prime">SPIKE Prime</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/" class="menu--list-item-link" title="MINDSTORMS EV3">MINDSTORMS EV3</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/basisset-robotik/" class="menu--list-item-link" title="Basisset (Robotik)">Basisset (Robotik)</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/aktivaetsmodule/" class="menu--list-item-link" title="Aktivätsmodule">Aktivätsmodule</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/erweiterungssets/" class="menu--list-item-link" title="Erweiterungssets">Erweiterungssets</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/sensoren/" class="menu--list-item-link" title="Sensoren">Sensoren</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/literatur/" class="menu--list-item-link" title="Literatur">Literatur</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/ergaenzungssortiment/" class="menu--list-item-link" title="Ergänzungssortiment">Ergänzungssortiment</a> </li> </ul> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/lego-technik/" class="menu--list-item-link" title="LEGO Technik">LEGO Technik</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/lego-technik/lego-power-functions/" class="menu--list-item-link" title="LEGO Power Functions">LEGO Power Functions</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/lego-technik/techniksets/" class="menu--list-item-link" title="Techniksets">Techniksets</a> </li> </ul> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/wedo-science/" class="menu--list-item-link" title="WeDo Science">WeDo Science</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/wedo-science/basisset/" class="menu--list-item-link" title="Basisset">Basisset</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/wedo-science/aktivitaetsmodule/" class="menu--list-item-link" title="Aktivitätsmodule">Aktivitätsmodule</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/lego-education/wedo-science/ergaenzungssortiment/" class="menu--list-item-link" title="Ergänzungssortiment">Ergänzungssortiment</a> </li> </ul> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/duplo-vorschule/" class="menu--list-item-link" title="DUPLO Vorschule">DUPLO Vorschule</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/literatur/" class="menu--list-item-link" title="Literatur">Literatur</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/lego-ersatzteile/" class="menu--list-item-link" title="LEGO Ersatzteile">LEGO Ersatzteile</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/lego-education/weitere-produkte/" class="menu--list-item-link" title="Weitere Produkte">Weitere Produkte</a> </li> </ul> <div class="menu--delimiter" style="right: 50%;"></div> <div class="menu--teaser" style="width: 50%;"> <a href="https://educatec.ch/cat/index/sCategory/13" title="Zur Kategorie LEGO Education" class="teaser--image" style="background-image: url(https://educatec.ch/media/image/b3/52/63/LE_RGB_square.png);"></a> <div class="teaser--headline">LEGO® Education </div> <div class="teaser--text"> Seit über 30 Jahren arbeitet LEGO® Education mit Lehrern und Bildungsspezialisten zusammen, um Aufgaben und Unterrichtsmaterialien zu entwickeln, die den Schulstoff lebendig werden lassen und Spass am Lernen vermitteln. Viele Lehrpläne sind... <a class="teaser--text-link" href="https://educatec.ch/cat/index/sCategory/13" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/vernier/" class="button--category" title="Zur Kategorie Vernier"> <i class="icon--arrow-right"></i> Zur Kategorie Vernier </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--content has--teaser"> <ul class="menu--list menu--level-0 columns--2" style="width: 50%;"> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/sensoren/" class="menu--list-item-link" title="Sensoren">Sensoren</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/software/" class="menu--list-item-link" title="Software">Software</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/schnittstellen/" class="menu--list-item-link" title="Schnittstellen">Schnittstellen</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/labor-buecher/" class="menu--list-item-link" title="Labor Bücher">Labor Bücher</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/labor-geraete/" class="menu--list-item-link" title="Labor Geräte">Labor Geräte</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/vernier/labor-geraete/dynamics-schienensystem/" class="menu--list-item-link" title="Dynamics Schienensystem">Dynamics Schienensystem</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/vernier/labor-geraete/spektrofotometer/" class="menu--list-item-link" title="Spektrofotometer">Spektrofotometer</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/vernier/labor-geraete/andere/" class="menu--list-item-link" title="Andere">Andere</a> </li> </ul> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/zubehoer/" class="menu--list-item-link" title="Zubehör">Zubehör</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/kidwind/" class="menu--list-item-link" title="KidWind">KidWind</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/vernier/anderes/" class="menu--list-item-link" title="Anderes">Anderes</a> </li> </ul> <div class="menu--delimiter" style="right: 50%;"></div> <div class="menu--teaser" style="width: 50%;"> <a href="https://educatec.ch/vernier/" title="Zur Kategorie Vernier" class="teaser--image" style="background-image: url(https://educatec.ch/media/image/f8/de/4a/logo-vernierinternational-1080x1080-copy570401bb5bc1b.png);"></a> <div class="teaser--text"> Vernier Software &amp; Technology ist ein führender Entwickler von Messgeräten im mathematischen, naturwissenschaftlichen Bereich. Die Firma feiert in diesem Jahr (2016) ihr 35-jähriges Bestehen und ist unterdessen in über 140 Ländern vertreten.... <a class="teaser--text-link" href="https://educatec.ch/vernier/" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/tts/" class="button--category" title="Zur Kategorie TTS"> <i class="icon--arrow-right"></i> Zur Kategorie TTS </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--teaser"> <div class="menu--teaser" style="width: 100%;"> <a href="https://educatec.ch/tts/" title="Zur Kategorie TTS" class="teaser--image" style="background-image: url(https://educatec.ch/media/image/7c/59/22/tts_teaser.png);"></a> <div class="teaser--headline">TTS Group Ltd.</div> <div class="teaser--text"> From humble beginnings in a garage in the Midlands, to supplying over 64 countries across the globe, we have been talking to educators and inventing new reasons for children to love learning for over 30 years. It was a simple scene back in... <a class="teaser--text-link" href="https://educatec.ch/tts/" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/volksschule/" class="button--category" title="Zur Kategorie Volksschule"> <i class="icon--arrow-right"></i> Zur Kategorie Volksschule </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--content has--teaser"> <ul class="menu--list menu--level-0 columns--2" style="width: 50%;"> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./" class="menu--list-item-link" title="Zyklus 1 (KG - 2. Kl.)">Zyklus 1 (KG - 2. Kl.)</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./sprachen/" class="menu--list-item-link" title="Sprachen">Sprachen</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./mathematik/" class="menu--list-item-link" title="Mathematik">Mathematik</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./natur-mensch-gesellschaft/" class="menu--list-item-link" title="Natur, Mensch, Gesellschaft">Natur, Mensch, Gesellschaft</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./gestalten/" class="menu--list-item-link" title="Gestalten">Gestalten</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./medien-und-informatik/" class="menu--list-item-link" title="Medien und Informatik">Medien und Informatik</a> </li> </ul> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./" class="menu--list-item-link" title="Zyklus 2 (3. - 6. Kl.)">Zyklus 2 (3. - 6. Kl.)</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./sprachen/" class="menu--list-item-link" title="Sprachen">Sprachen</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./mathematik/" class="menu--list-item-link" title="Mathematik">Mathematik</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./natur-mensch-gesellschaft/" class="menu--list-item-link" title="Natur, Mensch, Gesellschaft">Natur, Mensch, Gesellschaft</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./gestalten/" class="menu--list-item-link" title="Gestalten">Gestalten</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./medien-und-informatik/" class="menu--list-item-link" title="Medien und Informatik">Medien und Informatik</a> </li> </ul> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./" class="menu--list-item-link" title="Zyklus 3 (7. - 9. Kl.)">Zyklus 3 (7. - 9. Kl.)</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./sprachen/" class="menu--list-item-link" title="Sprachen">Sprachen</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./mathematik/" class="menu--list-item-link" title="Mathematik">Mathematik</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./natur-mensch-gesellschaft/" class="menu--list-item-link" title="Natur, Mensch, Gesellschaft">Natur, Mensch, Gesellschaft</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./gestalten/" class="menu--list-item-link" title="Gestalten">Gestalten</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./medien-und-informatik/" class="menu--list-item-link" title="Medien und Informatik">Medien und Informatik</a> </li> </ul> </li> </ul> <div class="menu--delimiter" style="right: 50%;"></div> <div class="menu--teaser" style="width: 50%;"> <a href="https://educatec.ch/volksschule/" title="Zur Kategorie Volksschule" class="teaser--image" style="background-image: url(https://educatec.ch/media/image/22/37/53/LP-21-kompakt.jpg);"></a> <div class="teaser--text"> <a class="teaser--text-link" href="https://educatec.ch/volksschule/" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/tectools/" class="button--category" title="Zur Kategorie TecTools"> <i class="icon--arrow-right"></i> Zur Kategorie TecTools </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--content has--teaser"> <ul class="menu--list menu--level-0 columns--2" style="width: 50%;"> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/e-textiles-werken/" class="menu--list-item-link" title="E-Textiles Werken">E-Textiles Werken</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/littlebits/" class="menu--list-item-link" title="littleBits">littleBits</a> <ul class="menu--list menu--level-1 columns--2"> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/tectools/littlebits/kits/" class="menu--list-item-link" title="Kits">Kits</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/tectools/littlebits/power-bits/" class="menu--list-item-link" title="Power Bits">Power Bits</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/tectools/littlebits/inputs-bits/" class="menu--list-item-link" title="Inputs Bits">Inputs Bits</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/tectools/littlebits/wire-bits/" class="menu--list-item-link" title="Wire Bits">Wire Bits</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/tectools/littlebits/outputs-bits/" class="menu--list-item-link" title="Outputs Bits">Outputs Bits</a> </li> <li class="menu--list-item item--level-1"> <a href="https://educatec.ch/tectools/littlebits/zubehoer/" class="menu--list-item-link" title="Zubehör">Zubehör</a> </li> </ul> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/power-adaptors/" class="menu--list-item-link" title="Power Adaptors">Power Adaptors</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/elektronik-bausaetze-und-zubehoer/" class="menu--list-item-link" title="Elektronik Bausätze und Zubehör">Elektronik Bausätze und Zubehör</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/robotik-und-mikrokontroller/" class="menu--list-item-link" title="Robotik und Mikrokontroller">Robotik und Mikrokontroller</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/bbc-micro-bit/" class="menu--list-item-link" title="BBC Micro:bit">BBC Micro:bit</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/tetrix/" class="menu--list-item-link" title="TETRIX™">TETRIX™</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sphero" class="menu--list-item-link" title="Sphero" target="_self">Sphero</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/pglu" class="menu--list-item-link" title="PGLU" target="_self">PGLU</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/tectools/bauteile/" class="menu--list-item-link" title="Bauteile">Bauteile</a> </li> </ul> <div class="menu--delimiter" style="right: 50%;"></div> <div class="menu--teaser" style="width: 50%;"> <div class="teaser--headline">Timeline Produkte in der Schule</div> <div class="teaser--text"> Interaktives PDF mit Verlinkungen öffnen <a class="teaser--text-link" href="https://educatec.ch/tectools/" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/" class="button--category" title="Zur Kategorie Sek II &amp; Tertiärstufe"> <i class="icon--arrow-right"></i> Zur Kategorie Sek II & Tertiärstufe </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--content has--teaser"> <ul class="menu--list menu--level-0 columns--2" style="width: 50%;"> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/" class="menu--list-item-link" title="Physik">Physik</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/" class="menu--list-item-link" title="Biologie">Biologie</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/chemie/" class="menu--list-item-link" title="Chemie">Chemie</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/ict-mint/" class="menu--list-item-link" title="ICT/ MINT">ICT/ MINT</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/mathematik/" class="menu--list-item-link" title="Mathematik">Mathematik</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/spektrometer/" class="menu--list-item-link" title="Spektrometer">Spektrometer</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/waagen/" class="menu--list-item-link" title="Waagen">Waagen</a> </li> </ul> <div class="menu--delimiter" style="right: 50%;"></div> <div class="menu--teaser" style="width: 50%;"> <div class="teaser--headline">Sek II und tertiäre Bildungsinstitutionen</div> <div class="teaser--text"> Lernzentren, Fachmittelschulen, Berufsschulen, Maturitätsschulen, Höhere Fachschulen, Fachhochschulen und universitäre Hochschulen. <a class="teaser--text-link" href="https://educatec.ch/sek-ii-tertiaerstufe/" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/media/pdf/76/1a/04/EducaTec_AG-_Serviceangebote_2.pdf" class="button--category" title="Zur Kategorie Service Angebot"> <i class="icon--arrow-right"></i> Zur Kategorie Service Angebot </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--teaser"> <div class="menu--teaser" style="width: 100%;"> <div class="teaser--headline">Serviceangebot</div> <div class="teaser--text"> Unsere Serviceangebote umfassen drei Sparten und sind in der unten stehenden Tabelle entsprechend eingeteilt. Diese Dienstleistungen können nach individuellem Bedarf zusammengestellt werden. Die Durchführung erfolgt zu einem Tarif von 600 CHF... <a class="teaser--text-link" href="https://educatec.ch/media/pdf/76/1a/04/EducaTec_AG-_Serviceangebote_2.pdf" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/weiterbildung/" class="button--category" title="Zur Kategorie Weiterbildung"> <i class="icon--arrow-right"></i> Zur Kategorie Weiterbildung </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--content has--teaser"> <ul class="menu--list menu--level-0 columns--2" style="width: 50%;"> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/weiterbildung/weiterbildungskurse/" class="menu--list-item-link" title="Weiterbildungskurse">Weiterbildungskurse</a> </li> <li class="menu--list-item item--level-0" style="width: 100%"> <a href="https://educatec.ch/weiterbildung/kurse-in-ihrer-klasse/" class="menu--list-item-link" title="Kurse in ihrer Klasse">Kurse in ihrer Klasse</a> </li> </ul> <div class="menu--delimiter" style="right: 50%;"></div> <div class="menu--teaser" style="width: 50%;"> <div class="teaser--headline">Weiterbildungs- und Kursangebote</div> <div class="teaser--text"> Möchten Sie sich gerne zu einem unserer Lehrmittel weiterbilden oder die Arbeit damit vertiefen?Möchten Sie in ihrer Klasse ein Projekt mit einem unserer Lehrmittel durchführen?&nbsp; In diesem Bereich finden Sie unsere Weiterbildungs- und... <a class="teaser--text-link" href="https://educatec.ch/weiterbildung/" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> <div class="menu--container"> <div class="button-container"> <a href="https://educatec.ch/sonderangebote/" class="button--category" title="Zur Kategorie Sonderangebote"> <i class="icon--arrow-right"></i> Zur Kategorie Sonderangebote </a> <span class="button--close"> <i class="icon--cross"></i> </span> </div> <div class="content--wrapper has--teaser"> <div class="menu--teaser" style="width: 100%;"> <div class="teaser--headline">Ausverkauf</div> <div class="teaser--text"> Hier finden Sie Auslaufartikel sowie Restposten.&nbsp; <a class="teaser--text-link" href="https://educatec.ch/sonderangebote/" title="mehr erfahren"> mehr erfahren </a> </div> </div> </div> </div> </div> </div> </nav> <section class="content-main container block-group"> <nav class="content--breadcrumb block"> <a class="breadcrumb--button breadcrumb--link" href="https://educatec.ch/sek-ii-tertiaerstufe/" title="Übersicht"> <i class="icon--arrow-left"></i> <span class="breadcrumb--title">Übersicht</span> </a> <ul class="breadcrumb--list" role="menu" itemscope itemtype="http://schema.org/BreadcrumbList"> <li class="breadcrumb--entry is--active" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a class="breadcrumb--link" href="https://educatec.ch/sek-ii-tertiaerstufe/" title="Sek II &amp; Tertiärstufe" itemprop="item"> <link itemprop="url" href="https://educatec.ch/sek-ii-tertiaerstufe/" /> <span class="breadcrumb--title" itemprop="name">Sek II & Tertiärstufe</span> </a> <meta itemprop="position" content="0" /> </li> </ul> </nav> <nav class="product--navigation"> <a href="#" class="navigation--link link--prev"> <div class="link--prev-button"> <span class="link--prev-inner">Zurück</span> </div> <div class="image--wrapper"> <div class="image--container"></div> </div> </a> <a href="#" class="navigation--link link--next"> <div class="link--next-button"> <span class="link--next-inner">Vor</span> </div> <div class="image--wrapper"> <div class="image--container"></div> </div> </a> </nav> <div class="content-main--inner"> <aside class="sidebar-main off-canvas"> <div class="navigation--smartphone"> <ul class="navigation--list "> <li class="navigation--entry entry--close-off-canvas"> <a href="#close-categories-menu" title="Menü schließen" class="navigation--link"> Menü schließen <i class="icon--arrow-right"></i> </a> </li> </ul> <div class="mobile--switches"> <div class="top-bar--language navigation--entry"> <form method="post" class="language--form"> <div class="field--select"> <div class="language--btn language--btn--1 language--flag language--flag--individual de_CH language--btn--is--active selectable language--flag-txt " data-language-id="1" title="DE">DE</div> <div class="language--btn language--btn--3 language--flag language--flag--individual en_GB selectable language--flag-txt " data-language-id="3" title="EN">EN</div> <div class="language--btn language--btn--4 language--flag language--flag--individual fr_FR selectable language--flag-txt " data-language-id="4" title="FR">FR</div> <div class="language--btn language--btn--5 language--flag language--flag--individual it_IT selectable language--flag-txt last" data-language-id="5" title="IT">IT</div> <input type="hidden" name="__shop" value="1" class="input--language"> <input type="hidden" name="__redirect" value="1"> </div> </form> </div> <div class="top-bar--currency navigation--entry"> <form method="post" class="currency--form"> <div class="field--select"> <div class="select-field field--select--mode-1"> <div class="hidden-select-field field--select--mode-1"> <select name="__currency" class="currency--select" data-auto-submit="true"> <option value="1" selected="selected"> CHF </option> <option value="2"> EUR </option> </select> </div> <div class="js--fancy-select field--select field--select--language--mode-1 currency-selector"> <div class="js--fancy-select-text js--fancy-select-text-mode-currency-1" style="width: 3rem;"> CHF </div> <div class="js--fancy-select-trigger js--fancy-select-trigger-mode-currency-1 js--fancy-select-trigger-own"> <i class="icon--arrow-down icon--arrow-down-mode-currency-1"></i> </div> </div> </div> </div> <span class="currency--select--container container-has-border"> <span class="currency--select--list"> <span class="currency--select--option--container language--select--option--container--1 language--select--option--container--selected not-selectable" data-currency-id="1" title="CHF"> <span class="currency--select--option--text language--select--option--text--selected not-selectable"> CHF </span> </span> <span class="currency--select--option--container language--select--option--container--2 selectable" data-currency-id="2" title="EUR"> <span class="currency--select--option--text selectable"> EUR </span> </span> </span> </span> <span class="input--currency--container"> <input type="hidden" name="__currency" value="1" class="input--currency"> <input type="hidden" value="1" class="input--current--currency"> </span> </form> </div> </div> </div> <div class="sidebar--categories-wrapper" data-subcategory-nav="true" data-mainCategoryId="3" data-categoryId="11" data-fetchUrl="/widgets/listing/getCategory/categoryId/11"> <div class="categories--headline navigation--headline"> Kategorien </div> <div class="sidebar--categories-navigation"> <ul class="sidebar--navigation categories--navigation navigation--list is--drop-down is--level0 is--rounded" role="menu"> <li class="navigation--entry has--sub-children" role="menuitem"> <a class="navigation--link link--go-forward" href="https://educatec.ch/cat/index/sCategory/13" data-categoryId="13" data-fetchUrl="/widgets/listing/getCategory/categoryId/13" title="LEGO Education" > LEGO Education <span class="is--icon-right"> <i class="icon--arrow-right"></i> </span> </a> </li> <li class="navigation--entry has--sub-children" role="menuitem"> <a class="navigation--link link--go-forward" href="https://educatec.ch/vernier/" data-categoryId="18" data-fetchUrl="/widgets/listing/getCategory/categoryId/18" title="Vernier" > Vernier <span class="is--icon-right"> <i class="icon--arrow-right"></i> </span> </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/tts/" data-categoryId="363" data-fetchUrl="/widgets/listing/getCategory/categoryId/363" title="TTS" > TTS </a> </li> <li class="navigation--entry has--sub-children" role="menuitem"> <a class="navigation--link link--go-forward" href="https://educatec.ch/volksschule/" data-categoryId="102" data-fetchUrl="/widgets/listing/getCategory/categoryId/102" title="Volksschule" > Volksschule <span class="is--icon-right"> <i class="icon--arrow-right"></i> </span> </a> </li> <li class="navigation--entry has--sub-children" role="menuitem"> <a class="navigation--link link--go-forward" href="https://educatec.ch/tectools/" data-categoryId="343" data-fetchUrl="/widgets/listing/getCategory/categoryId/343" title="TecTools" > TecTools <span class="is--icon-right"> <i class="icon--arrow-right"></i> </span> </a> </li> <li class="navigation--entry is--active has--sub-categories has--sub-children" role="menuitem"> <a class="navigation--link is--active has--sub-categories link--go-forward" href="https://educatec.ch/sek-ii-tertiaerstufe/" data-categoryId="11" data-fetchUrl="/widgets/listing/getCategory/categoryId/11" title="Sek II &amp; Tertiärstufe" > Sek II & Tertiärstufe <span class="is--icon-right"> <i class="icon--arrow-right"></i> </span> </a> <ul class="sidebar--navigation categories--navigation navigation--list is--level1 is--rounded" role="menu"> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sek-ii-tertiaerstufe/physik/" data-categoryId="38" data-fetchUrl="/widgets/listing/getCategory/categoryId/38" title="Physik" > Physik </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/" data-categoryId="39" data-fetchUrl="/widgets/listing/getCategory/categoryId/39" title="Biologie" > Biologie </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sek-ii-tertiaerstufe/chemie/" data-categoryId="40" data-fetchUrl="/widgets/listing/getCategory/categoryId/40" title="Chemie" > Chemie </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sek-ii-tertiaerstufe/ict-mint/" data-categoryId="41" data-fetchUrl="/widgets/listing/getCategory/categoryId/41" title="ICT/ MINT" > ICT/ MINT </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sek-ii-tertiaerstufe/mathematik/" data-categoryId="42" data-fetchUrl="/widgets/listing/getCategory/categoryId/42" title="Mathematik" > Mathematik </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sek-ii-tertiaerstufe/spektrometer/" data-categoryId="370" data-fetchUrl="/widgets/listing/getCategory/categoryId/370" title="Spektrometer" > Spektrometer </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sek-ii-tertiaerstufe/waagen/" data-categoryId="369" data-fetchUrl="/widgets/listing/getCategory/categoryId/369" title="Waagen" > Waagen </a> </li> </ul> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/media/pdf/76/1a/04/EducaTec_AG-_Serviceangebote_2.pdf" data-categoryId="341" data-fetchUrl="/widgets/listing/getCategory/categoryId/341" title="Service Angebot" > Service Angebot </a> </li> <li class="navigation--entry has--sub-children" role="menuitem"> <a class="navigation--link link--go-forward" href="https://educatec.ch/weiterbildung/" data-categoryId="348" data-fetchUrl="/widgets/listing/getCategory/categoryId/348" title="Weiterbildung" > Weiterbildung <span class="is--icon-right"> <i class="icon--arrow-right"></i> </span> </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sonderangebote/" data-categoryId="19" data-fetchUrl="/widgets/listing/getCategory/categoryId/19" title="Sonderangebote" > Sonderangebote </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/journal/" data-categoryId="256" data-fetchUrl="/widgets/listing/getCategory/categoryId/256" title="Journal" > Journal </a> </li> </ul> </div> <div style="overflow-x: hidden;"> <div style="margin: .5rem 0 0 1rem"> <a href="https://educatec.ch/RepeatOrder/quickbuy" title="QuickBuy"> QuickBuy-Buttons verwalten </a> </div> </div> <div class="shop-sites--container is--rounded"> <div class="shop-sites--headline navigation--headline"> Informationen </div> <ul class="shop-sites--navigation sidebar--navigation navigation--list is--drop-down is--level0" role="menu"> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/FAQ/FAQ-NI-myDAQ" title="FAQ" data-categoryId="88" data-fetchUrl="/widgets/listing/getCustomPage/pageId/88" target="_parent"> FAQ </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/support" title="Support" data-categoryId="2" data-fetchUrl="/widgets/listing/getCustomPage/pageId/2" > Support </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/kontaktformular" title="Kontakt" data-categoryId="1" data-fetchUrl="/widgets/listing/getCustomPage/pageId/1" target="_self"> Kontakt </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/impressum" title="Impressum" data-categoryId="3" data-fetchUrl="/widgets/listing/getCustomPage/pageId/3" > Impressum </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/datenschutz" title="Datenschutz" data-categoryId="7" data-fetchUrl="/widgets/listing/getCustomPage/pageId/7" > Datenschutz </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/agb" title="AGB" data-categoryId="4" data-fetchUrl="/widgets/listing/getCustomPage/pageId/4" > AGB </a> </li> </ul> </div> <div class="paypal-sidebar panel"> <div class="panel--body"> <a onclick="window.open(this.href, 'olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=500'); return false;" href="https://www.paypal.com/de/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside" title="Wir akzeptieren PayPal" target="_blank" rel="nofollow noopener"> <img class="paypal-sidebar--logo" src="/engine/Shopware/Plugins/Community/Frontend/SwagPaymentPaypal/Views/responsive/frontend/_public/src/img/paypal-logo.png" alt="PayPal Logo"/> </a> </div> </div> </div> </aside> <div class="content--wrapper"> <div class="content product--details" itemscope itemtype="http://schema.org/Product" data-product-navigation="/widgets/listing/productNavigation" data-category-id="11" data-main-ordernumber="FLIRONE3-IOS" data-ajax-wishlist="true" data-compare-ajax="true" data-ajax-variants-container="true"> <header class="product--header"> <div class="product--info"> <div class="product--title"> <h1 itemprop="name"> FLIR ONE™ Thermal Camera GEN 3 </h1> </div> <div class="product--rating-container"> <a href="#product--publish-comment" class="product--rating-link" rel="nofollow" title="Bewertung abgeben"> <span class="product--rating"> </span> </a> </div> </div> </header> <div class="product--detail-upper block-group"> <div class="product--image-container image-slider product--image-zoom" data-image-slider="true" data-image-gallery="true" data-maxZoom="0" data-thumbnails=".image--thumbnails" > <div class="image--thumbnails image-slider--thumbnails"> <div class="image-slider--thumbnails-slide"> <a href="https://educatec.ch/media/image/76/22/68/product-flirone3-ios-_hero-001-1280-720.jpg" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--link is--active"> <img srcset="https://educatec.ch/media/image/90/9e/92/product-flirone3-ios-_hero-001-1280-720_200x200.jpg" alt="Vorschau: FLIR ONE™ Thermal Camera GEN 3" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--image" /> </a> <a href="https://educatec.ch/media/image/43/b2/6c/product-flirone3-ios-_hero-004-1280-721.jpg" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--link"> <img srcset="https://educatec.ch/media/image/bb/e1/c4/product-flirone3-ios-_hero-004-1280-721_200x200.jpg" alt="Vorschau: FLIR ONE™ Thermal Camera GEN 3" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--image" /> </a> <a href="https://educatec.ch/media/image/3b/cd/9f/screenshot-thermal-analysis-_cold-black-_materials-001-503-670.png" title="Vorschau: FLIR One iOS" class="thumbnail--link"> <img srcset="https://educatec.ch/media/image/20/77/91/screenshot-thermal-analysis-_cold-black-_materials-001-503-670_200x200.png, https://educatec.ch/media/image/93/4c/a6/screenshot-thermal-analysis-_cold-black-_materials-001-503-670_200x200@2x.png 2x" alt="Vorschau: FLIR One iOS" title="Vorschau: FLIR One iOS" class="thumbnail--image" /> </a> <a href="https://educatec.ch/media/image/6a/13/fe/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345.jpg" title="Vorschau: FLIR One iOS" class="thumbnail--link"> <img srcset="https://educatec.ch/media/image/99/88/4e/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345_200x200.jpg, https://educatec.ch/media/image/d3/24/f9/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345_200x200@2x.jpg 2x" alt="Vorschau: FLIR One iOS" title="Vorschau: FLIR One iOS" class="thumbnail--image" /> </a> <a href="https://educatec.ch/media/image/5a/45/1e/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720.png" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--link"> <img srcset="https://educatec.ch/media/image/c8/25/50/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720_200x200.png, https://educatec.ch/media/image/ef/8d/84/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720_200x200@2x.png 2x" alt="Vorschau: FLIR ONE™ Thermal Camera GEN 3" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--image" /> </a> <a href="https://educatec.ch/media/image/24/60/92/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720.png" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--link"> <img srcset="https://educatec.ch/media/image/bd/0d/ef/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720_200x200.png, https://educatec.ch/media/image/db/ce/d7/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720_200x200@2x.png 2x" alt="Vorschau: FLIR ONE™ Thermal Camera GEN 3" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--image" /> </a> <a href="https://educatec.ch/media/image/75/cb/ea/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720.png" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--link"> <img srcset="https://educatec.ch/media/image/75/6e/b0/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720_200x200.png, https://educatec.ch/media/image/aa/35/b7/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720_200x200@2x.png 2x" alt="Vorschau: FLIR ONE™ Thermal Camera GEN 3" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--image" /> </a> <a href="https://educatec.ch/media/image/00/50/5f/screenshot-flirone-ios-_iphone-001-1280-720.png" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--link"> <img srcset="https://educatec.ch/media/image/66/e4/58/screenshot-flirone-ios-_iphone-001-1280-720_200x200.png, https://educatec.ch/media/image/53/4f/2c/[email protected] 2x" alt="Vorschau: FLIR ONE™ Thermal Camera GEN 3" title="Vorschau: FLIR ONE™ Thermal Camera GEN 3" class="thumbnail--image" /> </a> </div> </div> <div class="image-slider--container"> <div class="image-slider--slide"> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/7f/ae/bd/product-flirone3-ios-_hero-001-1280-720_1280x1280.jpg" data-img-small="https://educatec.ch/media/image/90/9e/92/product-flirone3-ios-_hero-001-1280-720_200x200.jpg" data-img-original="https://educatec.ch/media/image/76/22/68/product-flirone3-ios-_hero-001-1280-720.jpg" data-alt="FLIR ONE™ Thermal Camera GEN 3"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/78/3e/ff/product-flirone3-ios-_hero-001-1280-720_600x600.jpg" src="https://educatec.ch/media/image/78/3e/ff/product-flirone3-ios-_hero-001-1280-720_600x600.jpg" alt="FLIR ONE™ Thermal Camera GEN 3" itemprop="image" /> </span> </span> </div> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/49/fa/22/product-flirone3-ios-_hero-004-1280-721_1280x1280.jpg" data-img-small="https://educatec.ch/media/image/bb/e1/c4/product-flirone3-ios-_hero-004-1280-721_200x200.jpg" data-img-original="https://educatec.ch/media/image/43/b2/6c/product-flirone3-ios-_hero-004-1280-721.jpg" data-alt="FLIR ONE™ Thermal Camera GEN 3"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/7f/96/09/product-flirone3-ios-_hero-004-1280-721_600x600.jpg" alt="FLIR ONE™ Thermal Camera GEN 3" itemprop="image" /> </span> </span> </div> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/3e/f2/d4/screenshot-thermal-analysis-_cold-black-_materials-001-503-670_1280x1280.png" data-img-small="https://educatec.ch/media/image/20/77/91/screenshot-thermal-analysis-_cold-black-_materials-001-503-670_200x200.png" data-img-original="https://educatec.ch/media/image/3b/cd/9f/screenshot-thermal-analysis-_cold-black-_materials-001-503-670.png" data-alt="FLIR One iOS"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/8e/ee/ac/screenshot-thermal-analysis-_cold-black-_materials-001-503-670_600x600.png, https://educatec.ch/media/image/a8/24/14/screenshot-thermal-analysis-_cold-black-_materials-001-503-670_600x600@2x.png 2x" alt="FLIR One iOS" itemprop="image" /> </span> </span> </div> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/b3/ce/95/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345_1280x1280.jpg" data-img-small="https://educatec.ch/media/image/99/88/4e/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345_200x200.jpg" data-img-original="https://educatec.ch/media/image/6a/13/fe/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345.jpg" data-alt="FLIR One iOS"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/9c/8a/68/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345_600x600.jpg, https://educatec.ch/media/image/02/8c/0c/action-thermal-analysis-flirone-ios-_ipad-_ice-_blocks-_cropped-001-978-345_600x600@2x.jpg 2x" alt="FLIR One iOS" itemprop="image" /> </span> </span> </div> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/8b/0b/5d/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720_1280x1280.png" data-img-small="https://educatec.ch/media/image/c8/25/50/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720_200x200.png" data-img-original="https://educatec.ch/media/image/5a/45/1e/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720.png" data-alt="FLIR ONE™ Thermal Camera GEN 3"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/67/cf/1a/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720_600x600.png, https://educatec.ch/media/image/73/2f/36/screenshot-flirone-ios-_iphone-_resistor-_dissipating-_energy-001-1280-720_600x600@2x.png 2x" alt="FLIR ONE™ Thermal Camera GEN 3" itemprop="image" /> </span> </span> </div> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/c0/a6/b7/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720_1280x1280.png" data-img-small="https://educatec.ch/media/image/bd/0d/ef/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720_200x200.png" data-img-original="https://educatec.ch/media/image/24/60/92/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720.png" data-alt="FLIR ONE™ Thermal Camera GEN 3"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/0c/f3/e9/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720_600x600.png, https://educatec.ch/media/image/e5/ac/df/screenshot-flirone-ios-_iphone-_ice-on-surfaces-001-1280-720_600x600@2x.png 2x" alt="FLIR ONE™ Thermal Camera GEN 3" itemprop="image" /> </span> </span> </div> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/14/ef/4e/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720_1280x1280.png" data-img-small="https://educatec.ch/media/image/75/6e/b0/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720_200x200.png" data-img-original="https://educatec.ch/media/image/75/cb/ea/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720.png" data-alt="FLIR ONE™ Thermal Camera GEN 3"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/11/7f/a1/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720_600x600.png, https://educatec.ch/media/image/f4/51/2d/screenshot-flirone-ios-_iphone-_experiment-list-001-1280-720_600x600@2x.png 2x" alt="FLIR ONE™ Thermal Camera GEN 3" itemprop="image" /> </span> </span> </div> <div class="image--box image-slider--item"> <span class="image--element" data-img-large="https://educatec.ch/media/image/37/bb/af/screenshot-flirone-ios-_iphone-001-1280-720_1280x1280.png" data-img-small="https://educatec.ch/media/image/66/e4/58/screenshot-flirone-ios-_iphone-001-1280-720_200x200.png" data-img-original="https://educatec.ch/media/image/00/50/5f/screenshot-flirone-ios-_iphone-001-1280-720.png" data-alt="FLIR ONE™ Thermal Camera GEN 3"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/d3/d9/0b/screenshot-flirone-ios-_iphone-001-1280-720_600x600.png, https://educatec.ch/media/image/45/fd/15/[email protected] 2x" alt="FLIR ONE™ Thermal Camera GEN 3" itemprop="image" /> </span> </span> </div> </div> </div> <div class="image--dots image-slider--dots panel--dot-nav"> <a href="#" class="dot--link">&nbsp;</a> <a href="#" class="dot--link">&nbsp;</a> <a href="#" class="dot--link">&nbsp;</a> <a href="#" class="dot--link">&nbsp;</a> <a href="#" class="dot--link">&nbsp;</a> <a href="#" class="dot--link">&nbsp;</a> <a href="#" class="dot--link">&nbsp;</a> <a href="#" class="dot--link">&nbsp;</a> </div> </div> <div class="product--buybox block"> <meta itemprop="brand" content="FLIR® Systems, Inc"/> <meta itemprop="releaseDate" content="2019-02-11"/> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="buybox--inner"> <meta itemprop="priceCurrency" content="CHF"/> <div class="product--price price--default"> <span class="price--content content--default"> <meta itemprop="price" content="319.00"> CHF&nbsp;319.00 * </span> </div> <div class='product--price price--unit'> <span class="price--label label--purchase-unit"> Inhalt: </span> 1 Stück </div> <p class="product--tax" data-content="" data-modalbox="true" data-targetSelector="a" data-mode="ajax"> inkl. MwSt. <a title="Versandkosten" href="https://educatec.ch/agb" style="text-decoration:underline">zzgl. Versandkosten</a> </p> <div class="product--delivery"> <link itemprop="availability" href="http://schema.org/InStock" /> <p class="delivery--information"> <span class="delivery--text delivery--text-available"> <i class="delivery--status-icon delivery--status-available"></i> In der Regel an Lager, Lieferzeit ca. 1-3 Werktage </span> </p> </div> <div class="product--configurator"> </div> <form name="sAddToBasket" method="post" action="https://educatec.ch/checkout/addArticle" class="buybox--form" data-add-article="true" data-eventName="submit" data-showModal="false" data-addArticleUrl="https://educatec.ch/checkout/ajaxAddArticleCart"> <input type="hidden" name="sActionIdentifier" value=""/> <input type="hidden" name="sAddAccessories" id="sAddAccessories" value=""/> <input type="hidden" name="sAdd" value="FLIRONE3-IOS"/> <div class="buybox--button-container block-group"> <div class="buybox--quantity block"> <div class="select-field"> <select id="sQuantity" name="sQuantity" class="quantity--select"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> <option value="32">32</option> <option value="33">33</option> <option value="34">34</option> <option value="35">35</option> <option value="36">36</option> <option value="37">37</option> <option value="38">38</option> <option value="39">39</option> <option value="40">40</option> <option value="41">41</option> <option value="42">42</option> <option value="43">43</option> <option value="44">44</option> <option value="45">45</option> <option value="46">46</option> <option value="47">47</option> <option value="48">48</option> <option value="49">49</option> <option value="50">50</option> <option value="51">51</option> <option value="52">52</option> <option value="53">53</option> <option value="54">54</option> <option value="55">55</option> <option value="56">56</option> <option value="57">57</option> <option value="58">58</option> <option value="59">59</option> <option value="60">60</option> <option value="61">61</option> <option value="62">62</option> <option value="63">63</option> <option value="64">64</option> <option value="65">65</option> <option value="66">66</option> <option value="67">67</option> <option value="68">68</option> <option value="69">69</option> <option value="70">70</option> <option value="71">71</option> <option value="72">72</option> <option value="73">73</option> <option value="74">74</option> <option value="75">75</option> <option value="76">76</option> <option value="77">77</option> <option value="78">78</option> <option value="79">79</option> <option value="80">80</option> <option value="81">81</option> <option value="82">82</option> <option value="83">83</option> <option value="84">84</option> <option value="85">85</option> <option value="86">86</option> <option value="87">87</option> <option value="88">88</option> <option value="89">89</option> <option value="90">90</option> <option value="91">91</option> <option value="92">92</option> <option value="93">93</option> <option value="94">94</option> <option value="95">95</option> <option value="96">96</option> <option value="97">97</option> <option value="98">98</option> <option value="99">99</option> <option value="100">100</option> </select> </div> </div> <button class="buybox--button block btn is--primary is--icon-right is--center is--large" name="In den Warenkorb"> <span class="buy-btn--cart-add">In den</span> <span class="buy-btn--cart-text">Warenkorb</span> <i class="icon--arrow-right"></i> </button> </div> </form> <nav class="product--actions"> <form action="https://educatec.ch/note/add/ordernumber/FLIRONE3-IOS" method="post" class="action--form"> <button type="submit" class="action--link link--notepad" title="Auf den Merkzettel" data-ajaxUrl="https://educatec.ch/note/ajaxAdd/ordernumber/FLIRONE3-IOS" data-text="Gemerkt"> <i class="icon--heart"></i> <span class="action--text">Merken</span> </button> </form> <a href="#content--product-reviews" data-show-tab="true" class="action--link link--publish-comment" rel="nofollow" title="Bewertung abgeben"> <i class="icon--star"></i> Bewerten </a> </nav> </div> <ul class="product--base-info list--unstyled"> <li class="base-info--entry entry--sku"> <strong class="entry--label"> Artikel-Nr.: </strong> <meta itemprop="productID" content="3783"/> <span class="entry--content" itemprop="sku"> FLIRONE3-IOS </span> </li> <li class="base-info--entry entry-attribute"> <strong class="entry--label"> Garrantie(Jahre): </strong> <span class="entry--content"> 2 </span> </li> </ul> </div> </div> <div class="tab-menu--product"> <div class="tab--navigation"> <a href="#" class="tab--link" title="Beschreibung" data-tabName="description">Beschreibung</a> <a href="#" class="tab--link" title="Garantie(Jahre)">Garantie(Jahre)</a> <a href="#" class="tab--link" title="Videos">Videos</a> <a href="#" class="tab--link" title="System Anforderung">System Anforderung</a> <a href="#" class="tab--link" title="Weitere Info">Weitere Info</a> <a href="#" class="tab--link" title="Software Apps/Umgebungen">Software Apps/Umgebungen</a> <a href="#" class="tab--link" title="Bewertungen" data-tabName="rating"> Bewertungen <span class="product--rating-count">0</span> </a> </div> <div class="tab--container-list"> <div class="tab--container"> <div class="tab--header"> <a href="#" class="tab--title" title="Beschreibung">Beschreibung</a> </div> <div class="tab--preview"> FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a...<a href="#" class="tab--link" title=" mehr"> mehr</a> </div> <div class="tab--content"> <div class="buttons--off-canvas"> <a href="#" title="Menü schließen" class="close--off-canvas"> <i class="icon--arrow-left"></i> Menü schließen </a> </div> <div class="content--description"> <div class="content--title"> Produktinformationen "FLIR ONE™ Thermal Camera GEN 3" </div> <div class="product--description" itemprop="description"> <p>FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also taking a standard picture. This picture will provide physical detail to the raw thermal reading. FLIR ONE for iOS easily connects to an iPhone®, iPad®, or iPod® touch with a Lightning® connector.</p> <p><strong>Vernier Thermal Analysis App</strong></p> <p>Our Thermal Analysis Plus app allows you to mark up to four locations or regions on the image. In a selected region, you can determine minimum, maximum, or average temperature. Graph temperature data live during an experiment, then export to our Graphical Analysis GW app for further analysis. Thermal image videos and still frames can also be exported to the Photos app.</p> <p>Non-contact temperature data collection with video can be used to observe temperature changes on the skin, illustrate convection, show heating due to friction, and more. Compare heat conduction in different materials or compare the transparency of materials in infrared vs. visible light. What will you explore?</p> <p><a href="https://www.vernier.com/products/software/thermal-analysis/" rel="nofollow noopener">Learn more about our Thermal Analysis Plus app »</a></p> </div> <div class="product--properties panel has--border"> <table class="product--properties-table"> <tr class="product--properties-row"> <td class="product--properties-label is--bold">Schulstufe:</td> <td class="product--properties-value">Sek 2 &amp; Tertiär, Zyklus 3</td> </tr> <tr class="product--properties-row"> <td class="product--properties-label is--bold">Fach:</td> <td class="product--properties-value">Biologie, Chemie, Erneuerbare Energie, Kameras, Medien und Informatik (LP21), Physik</td> </tr> <tr class="product--properties-row"> <td class="product--properties-label is--bold">Betriebsystem:</td> <td class="product--properties-value">Android, iOS</td> </tr> </table> </div> <div class="content--title"> Weiterführende Links zu "FLIR ONE™ Thermal Camera GEN 3" </div> <ul class="content--list list--unstyled"> <li class="list--entry"> <a href="https://educatec.ch/anfrage-formular?sInquiry=detail&sOrdernumber=FLIRONE3-IOS" rel="nofollow" class="content--link link--contact" title="Fragen zum Artikel?"> <i class="icon--arrow-right"></i> Fragen zum Artikel? </a> </li> <li class="list--entry"> <a href="http://www.vernier.com/products/software/thermal-analysis/" target="_blank" class="content--link link--further-links" title="Thermal Analysis for FLIR ONE™" rel="nofollow noopener"> <i class="icon--arrow-right"></i> Thermal Analysis for FLIR ONE™ </a> </li> <li class="list--entry"> <a href="http://itunes.apple.com/us/app/vernier-graphical-analysis/id522996341?ls=1&mt=8" target="_blank" class="content--link link--further-links" title="Graphical Analysis™ for iPad®, iPhone®, iPod touch®, and Android™" rel="nofollow noopener"> <i class="icon--arrow-right"></i> Graphical Analysis™ for iPad®, iPhone®, iPod touch®, and Android™ </a> </li> <li class="list--entry"> <a href="https://www.vernier.com/products/software/thermal-analysis/" target="_blank" class="content--link link--further-links" title="Vernier Thermal Analysis® for FLIR ONE™" rel="nofollow noopener"> <i class="icon--arrow-right"></i> Vernier Thermal Analysis® for FLIR ONE™ </a> </li> <li class="list--entry"> <a href="https://www.vernier.com/til/3694/" target="_blank" class="content--link link--further-links" title="How to use Vernier Thermal Analysis for FLIR ONE" rel="nofollow noopener"> <i class="icon--arrow-right"></i> How to use Vernier Thermal Analysis for FLIR ONE </a> </li> <li class="list--entry"> <a href="https://educatec.ch/flir-systems-inc/" target="_parent" class="content--link link--supplier" title="Weitere Artikel von FLIR® Systems, Inc"> <i class="icon--arrow-right"></i> Weitere Artikel von FLIR® Systems, Inc </a> </li> </ul> <div class="content--title"> Verfügbare Downloads: </div> <ul class="content--list list--unstyled"> <li class="list--entry"> <a href="https://educatec.ch/media/pdf/74/d9/68/DB_FLIR-One-PRO_de_09-2017.pdf" target="_blank" class="content--link link--download" title="Download Info in Deutsche"> <i class="icon--arrow-right"></i> Download Info in Deutsche </a> </li> </ul> </div> </div> </div> <div class="tab--container"> <div class="tab--header"> <a href="#" class="tab--title" title="Garantie(Jahre)">Garantie(Jahre)</a> </div> <div class="tab--preview"> <a href="#" class="tab--link" title=" mehr"> mehr</a> </div> <div class="tab--content tab-content mill--attribute-tab-manager"> <div class="buttons--off-canvas"> <a href="#" title="" class="close--off-canvas"> <i class="icon--arrow-left"></i> </a> </div> <div class="attribute-tab-manager--description"> <div class="content--title attribute-tab-description--title"> Garantie(Jahre) "FLIR ONE™ Thermal Camera GEN 3" </div> 2 </div> </div> </div> <div class="tab--container"> <div class="tab--header"> <a href="#" class="tab--title" title="Videos">Videos</a> </div> <div class="tab--preview"> <a href="#" class="tab--link" title=" mehr"> mehr</a> </div> <div class="tab--content tab-content mill--attribute-tab-manager"> <div class="buttons--off-canvas"> <a href="#" title="" class="close--off-canvas"> <i class="icon--arrow-left"></i> </a> </div> <div class="attribute-tab-manager--description"> <div class="content--title attribute-tab-description--title"> Videos "FLIR ONE™ Thermal Camera GEN 3" </div> <p><iframe frameborder="0" src="https://vnr.st/embed/223/" width="640" height="360" allowfullscreen="true"></iframe></p> </div> </div> </div> <div class="tab--container"> <div class="tab--header"> <a href="#" class="tab--title" title="System Anforderung">System Anforderung</a> </div> <div class="tab--preview"> <a href="#" class="tab--link" title=" mehr"> mehr</a> </div> <div class="tab--content tab-content mill--attribute-tab-manager"> <div class="buttons--off-canvas"> <a href="#" title="" class="close--off-canvas"> <i class="icon--arrow-left"></i> </a> </div> <div class="attribute-tab-manager--description"> <div class="content--title attribute-tab-description--title"> System Anforderung "FLIR ONE™ Thermal Camera GEN 3" </div> Requirements Vernier Thermal Analysis for FLIR ONE™ app and Thermal Analysis Plus requires iOS 9.0 or newer. Thermal Analysis analyzes images and videos captured with the FLIR ONE™ Thermal Cameras for iOS. Note: Thermal Analysis support for FLIR ONE Pro </div> </div> </div> <div class="tab--container"> <div class="tab--header"> <a href="#" class="tab--title" title="Weitere Info">Weitere Info</a> </div> <div class="tab--preview"> <a href="#" class="tab--link" title=" mehr"> mehr</a> </div> <div class="tab--content tab-content mill--attribute-tab-manager"> <div class="buttons--off-canvas"> <a href="#" title="" class="close--off-canvas"> <i class="icon--arrow-left"></i> </a> </div> <div class="attribute-tab-manager--description"> <div class="content--title attribute-tab-description--title"> Weitere Info "FLIR ONE™ Thermal Camera GEN 3" </div> <p>Specifications:</p> <ul> <li>Image resolution: 80 x 60 pixels in IR, 1440 x 1080 pixels when combined with visible light camera</li> <li>Video frame rate: 8.7 fps</li> <li>Measurement range: –4 to 248°F (–20 to 120°C)</li> <li>Operating temperature: 32 to 95°F (0 to 35°C)</li> <li>Dimensions: 2.6 x 1.3 x 0.6 inches (67 x 34 x 14 mm)</li> <li>Charging: 1 A USB-C</li> </ul> <p><strong>What’s Included</strong></p> <ul> <li>FLIR ONE Gen 3 for iOS Devices</li> <li>USB-C charging cable</li> <li>Protective carrying case</li> </ul> <p><strong>Device compatibility: Apple products containing a Lightning connector, including iPhone 6 and 6 plus.</strong><strong>Features</strong></p> <ul> <li>Mark up to four locations or regions on the image to determine the minimum, maximum, or average temperature.</li> <li>Graph live temperature data during an experiment.</li> <li>Capture temperature data for everything within a video frame allowing you to analyze any object at any time and create additional temperature vs. time graphs.</li> <li>Export thermal image videos and data to Logger Pro software for further analysis or export data into our Graphical Analysis™ 4 app.</li> <li>Use the time-lapse video feature to record data for long collection times without filling up the storage on your iPhone or iPad (Thermal Analysis Plus only).</li> </ul> <p><iframe frameborder="0" src="https://www.youtube.com/embed/3lNbu1nrsTc" width="560" height="315" allowfullscreen=""></iframe></p> </div> </div> </div> <div class="tab--container"> <div class="tab--header"> <a href="#" class="tab--title" title="Software Apps/Umgebungen">Software Apps/Umgebungen</a> </div> <div class="tab--preview"> <a href="#" class="tab--link" title=" mehr"> mehr</a> </div> <div class="tab--content tab-content mill--attribute-tab-manager"> <div class="buttons--off-canvas"> <a href="#" title="" class="close--off-canvas"> <i class="icon--arrow-left"></i> </a> </div> <div class="attribute-tab-manager--description"> <div class="content--title attribute-tab-description--title"> Software Apps/Umgebungen "FLIR ONE™ Thermal Camera GEN 3" </div> <p><strong>Vernier Thermal Analysis® for FLIR ONE™</strong></p> <p><a href="https://itunes.apple.com/us/app/vernier-thermal-analysis-for/id1083139486?mt=8" rel="nofollow noopener"><img id="tinymce-editor-image-c5b640bc-802e-4ea0-aa9f-6bcc8362111f" class="tinymce-editor-image tinymce-editor-image-c5b640bc-802e-4ea0-aa9f-6bcc8362111f" src="https://educatec.ch/media/image/d4/95/0c/Screen-Shot-2016-10-24-at-15-24-44.jpg" alt="Screen-Shot-2016-10-24-at-15-24-44" width="201" height="61" data-src="media/image/Screen-Shot-2016-10-24-at-15-24-44.jpg"></a></p> <p>Student teams gather temperature data with a LabQuest 2 and share their results with the class</p> <p>Study the Unseen with Thermal Analysis</p> <p>Offer your students a fun and engaging way to study thermal energy. With our Thermal Analysis app, students can easily observe temperature changes on the skin, illustrate convection, track heating due to friction, compare heat conduction in different materials, analyze the transparency of materials in infrared vs. visible light, and much more.</p> <p>Thermal Analysis allows you to analyze temperatures for up to four spots or regions and collect temperature vs. time graphs. Examine the in-app graph, select different points or regions to examine, or export data to Graphical Analysis 4 or Logger Pro for further analysis.</p> <p><strong>Note: Thermal Analysis support for FLIR ONE Pro and FLIR ONE Gen 3 is not available until late 2017. The FLIR ONE app is available to capture thermal images, but not for data collection and analysis.</strong></p> </div> </div> </div> <div class="tab--container"> <div class="tab--header"> <a href="#" class="tab--title" title="Bewertungen">Bewertungen</a> <span class="product--rating-count">0</span> </div> <div class="tab--preview"> Bewertungen lesen, schreiben und diskutieren...<a href="#" class="tab--link" title=" mehr"> mehr</a> </div> <div id="tab--product-comment" class="tab--content"> <div class="buttons--off-canvas"> <a href="#" title="Menü schließen" class="close--off-canvas"> <i class="icon--arrow-left"></i> Menü schließen </a> </div> <div class="content--product-reviews" id="detail--product-reviews"> <div class="content--title"> Kundenbewertungen für "FLIR ONE™ Thermal Camera GEN 3" </div> <div class="review--form-container"> <div id="product--publish-comment" class="content--title"> Bewertung schreiben </div> <div class="alert is--warning is--rounded"> <div class="alert--icon"> <i class="icon--element icon--warning"></i> </div> <div class="alert--content"> Bewertungen werden nach Überprüfung freigeschaltet. </div> </div> <form method="post" action="https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3?action=rating&amp;c=11#detail--product-reviews" class="content--form review--form"> <input name="sVoteName" type="text" value="" class="review--field" placeholder="Ihr Name" /> <input name="sVoteMail" type="email" value="" class="review--field" placeholder="Ihre E-Mail-Adresse*" required="required" aria-required="true" /> <input name="sVoteSummary" type="text" value="" id="sVoteSummary" class="review--field" placeholder="Zusammenfassung*" required="required" aria-required="true" /> <div class="field--select review--field select-field"> <select name="sVoteStars"> <option value="10">10 sehr gut</option> <option value="9">9</option> <option value="8">8</option> <option value="7">7</option> <option value="6">6</option> <option value="5">5</option> <option value="4">4</option> <option value="3">3</option> <option value="2">2</option> <option value="1">1 sehr schlecht</option> </select> </div> <textarea name="sVoteComment" placeholder="Ihre Meinung" cols="3" rows="2" class="review--field"></textarea> <div class="review--captcha"> <div class="captcha--placeholder" data-src="/widgets/Captcha/refreshCaptcha"></div> <strong class="captcha--notice">Bitte geben Sie die Zeichenfolge in das nachfolgende Textfeld ein.</strong> <div class="captcha--code"> <input type="text" name="sCaptcha" class="review--field" required="required" aria-required="true" /> </div> </div> <p class="review--notice"> Die mit einem * markierten Felder sind Pflichtfelder. </p> <div class="review--actions"> <button type="submit" class="btn is--primary" name="Submit"> Speichern </button> </div> </form> </div> </div> </div> </div> </div> </div> <div class="tab-menu--cross-selling"> <div class="tab--navigation"> <a href="#content--similar-products" title="Ähnliche Artikel" class="tab--link">Ähnliche Artikel</a> <a href="#content--also-bought" title="Kunden kauften auch" class="tab--link">Kunden kauften auch</a> <a href="#content--customer-viewed" title="Kunden haben sich ebenfalls angesehen" class="tab--link">Kunden haben sich ebenfalls angesehen</a> </div> <div class="tab--container-list"> <div class="tab--container" data-tab-id="similar"> <div class="tab--header"> <a href="#" class="tab--title" title="Ähnliche Artikel">Ähnliche Artikel</a> </div> <div class="tab--content content--similar"> <div class="similar--content"> <div class="product-slider " data-initOnEvent="onShowContent-similar" data-product-slider="true"> <div class="product-slider--container"> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="IRT-BTA" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/1361/infrarot-temperatursensor" title="Infrarot Temperatursensor" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/f9/dc/26/product-irt-bta-_hero-001-1280-721_200x200.jpg, https://educatec.ch/media/image/8d/18/5e/[email protected] 2x" alt="Infrarot Temperatursensor" title="Infrarot Temperatursensor" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/1361/infrarot-temperatursensor" class="product--title" title="Infrarot Temperatursensor"> Infrarot Temperatursensor </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;355.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="FLIRPRO-IOS" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3" title="FLIR ONE™ Pro Thermal Camera GEN 3" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/7a/46/56/Screen-Shot-2017-11-14-at-20-50-22_200x200.png, https://educatec.ch/media/image/67/f5/85/[email protected] 2x" alt="FLIR ONE™ Pro Thermal Camera GEN 3" title="FLIR ONE™ Pro Thermal Camera GEN 3" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3" class="product--title" title="FLIR ONE™ Pro Thermal Camera GEN 3"> FLIR ONE™ Pro Thermal Camera GEN 3 </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;474.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="MS-IRThermometer" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/lego-education/mindstorms-ev3/ergaenzungssortiment/2641/ir-temperature-sensor-for-ev3-or-nxt" title="IR Temperature Sensor for EV3 or NXT" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/0b/f3/86/ir-temperature-sensor-for-ev3-or-nxt-jpg_200x200.png" alt="IR Temperature Sensor for EV3 or NXT" title="IR Temperature Sensor for EV3 or NXT" /> </span> </span> </a> <a href="https://educatec.ch/lego-education/mindstorms-ev3/ergaenzungssortiment/2641/ir-temperature-sensor-for-ev3-or-nxt" class="product--title" title="IR Temperature Sensor for EV3 or NXT"> IR Temperature Sensor for EV3 or NXT </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;86.00 * </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="tab--container" data-tab-id="alsobought"> <div class="tab--header"> <a href="#" class="tab--title" title="Kunden kauften auch">Kunden kauften auch</a> </div> <div class="tab--content content--also-bought"> </div> </div> <div class="tab--container" data-tab-id="alsoviewed"> <div class="tab--header"> <a href="#" class="tab--title" title="Kunden haben sich ebenfalls angesehen">Kunden haben sich ebenfalls angesehen</a> </div> <div class="tab--content content--also-viewed"> <div class="viewed--content"> <div class="product-slider " data-initOnEvent="onShowContent-alsoviewed" data-product-slider="true"> <div class="product-slider--container"> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="FLIRPRO-IOS" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3" title="FLIR ONE™ Pro Thermal Camera GEN 3" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/7a/46/56/Screen-Shot-2017-11-14-at-20-50-22_200x200.png, https://educatec.ch/media/image/67/f5/85/[email protected] 2x" alt="FLIR ONE™ Pro Thermal Camera GEN 3" title="FLIR ONE™ Pro Thermal Camera GEN 3" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3" class="product--title" title="FLIR ONE™ Pro Thermal Camera GEN 3"> FLIR ONE™ Pro Thermal Camera GEN 3 </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;474.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="MS-PFMate" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/lego-education/lego-technik/lego-power-functions/1991/power-functions-motorcontroller-for-nxt-and-ev3" title="Power Functions Motorcontroller for NXT and EV3" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/0c/e8/99/pf-motor-controller-for-nxt-or-ev3-pfmate_200x200.jpg, https://educatec.ch/media/image/00/15/61/[email protected] 2x" alt="Power Functions Motorcontroller for NXT and EV3" title="Power Functions Motorcontroller for NXT and EV3" /> </span> </span> </a> <a href="https://educatec.ch/lego-education/lego-technik/lego-power-functions/1991/power-functions-motorcontroller-for-nxt-and-ev3" class="product--title" title="Power Functions Motorcontroller for NXT and EV3"> Power Functions Motorcontroller for NXT and EV3 </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;65.20 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="LB-DROID" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/tectools/littlebits/kits/2734/littlebits-droid-inventor-kit" title="littleBits Droid Inventor Kit" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/71/a7/a7/466995-littlebits-droid-inventor-kit_200x200.png, https://educatec.ch/media/image/5d/9b/b8/[email protected] 2x" alt="LittleBit Droid Inventor Kit" title="LittleBit Droid Inventor Kit" /> </span> </span> </a> <a href="https://educatec.ch/tectools/littlebits/kits/2734/littlebits-droid-inventor-kit" class="product--title" title="littleBits Droid Inventor Kit"> littleBits Droid Inventor Kit </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;129.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="KW-CB50" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/vernier/kidwind/2718/chipboard-sheets-50-pack" title="Chipboard Sheets 50 Pack" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/41/2b/b8/product-kw-cb50-_h0442-_hero-001-1280-721_200x200.jpg" alt="Chipboard Sheets 50 Pack" title="Chipboard Sheets 50 Pack" /> </span> </span> </a> <a href="https://educatec.ch/vernier/kidwind/2718/chipboard-sheets-50-pack" class="product--title" title="Chipboard Sheets 50 Pack"> Chipboard Sheets 50 Pack </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 50 Paket(e) </span> <span class="is--nowrap"> (CHF&nbsp;0.72 * / 1 Paket(e)) </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;35.80 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="SCA-MOB-50" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> <div class="product--badge badge--discount"> <i class="icon--percent2"></i> </div> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/2659/proscope-mobile" title="Proscope Mobile" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/f0/95/d6/proscope_mobile_1_200x200.png, https://educatec.ch/media/image/49/99/bb/[email protected] 2x" alt="Proscope Mobile" title="Proscope Mobile" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/2659/proscope-mobile" class="product--title" title="Proscope Mobile"> Proscope Mobile </a> <div class="product--price-info"> <div class="price--unit"> </div> <div class="product--price"> <span class="price--default is--nowrap is--discount"> CHF&nbsp;495.00 * </span> <span class="price--pseudo"> <span class="price--discount is--nowrap"> CHF&nbsp;649.00 * </span> </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="DS-T10-CL-DS-SW" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2645/tina-basic-design-suite-edition" title="TINA - Basic Design Suite Edition" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/8f/81/39/studen_pic05_200x200.gif, https://educatec.ch/media/image/51/fd/f4/[email protected] 2x" alt="TINA - Basic Design Suite Edition" title="TINA - Basic Design Suite Edition" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2645/tina-basic-design-suite-edition" class="product--title" title="TINA - Basic Design Suite Edition"> TINA - Basic Design Suite Edition </a> <div class="product--price-info"> <div class="price--unit"> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;154.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="DS-T-IND-1-S" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2630/tina-industrial" title="TINA - Industrial" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/8f/81/39/studen_pic05_200x200.gif, https://educatec.ch/media/image/51/fd/f4/[email protected] 2x" alt="TINA - Industrial" title="TINA - Industrial" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/2630/tina-industrial" class="product--title" title="TINA - Industrial"> TINA - Industrial </a> <div class="product--price-info"> <div class="price--unit"> </div> <div class="product--price"> <span class="price--default is--nowrap"> ab CHF&nbsp;560.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="DMPL" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/vernier/zubehoer/2606/davis-weather-station-mounting-pole-kit" title="Davis Weather Station Mounting Pole Kit" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/29/33/cb/DMPL_200x200.jpg, https://educatec.ch/media/image/82/27/61/[email protected] 2x" alt="Davis Weather Station Mounting Pole Kit" title="Davis Weather Station Mounting Pole Kit" /> </span> </span> </a> <a href="https://educatec.ch/vernier/zubehoer/2606/davis-weather-station-mounting-pole-kit" class="product--title" title="Davis Weather Station Mounting Pole Kit"> Davis Weather Station Mounting Pole Kit </a> <div class="product--price-info"> <div class="price--unit"> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;39.40 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="WON-CHALLENGE_DE" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/tectools/robotik-und-mikrokontroller/2438/wonder-challenge-card-set" title="Wonder Challenge Card Set" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/26/4c/6d/IMG_3372_200x200.jpg, https://educatec.ch/media/image/b6/5e/5b/[email protected] 2x" alt="Wonder Challenge Card Set" title="Wonder Challenge Card Set" /> </span> </span> </a> <a href="https://educatec.ch/tectools/robotik-und-mikrokontroller/2438/wonder-challenge-card-set" class="product--title" title="Wonder Challenge Card Set"> Wonder Challenge Card Set </a> <div class="product--price-info"> <div class="price--unit"> </div> <div class="product--price"> <span class="price--default is--nowrap"> ab CHF&nbsp;38.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="ALT-6000.58" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/2302/altay-muscular-body" title="Altay Muscular Body" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/ff/23/f8/ALT-MuscularBody_200x200.jpg, https://educatec.ch/media/image/1c/bb/d9/[email protected] 2x" alt="Altay Muscular Body" title="Altay Muscular Body" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/2302/altay-muscular-body" class="product--title" title="Altay Muscular Body"> Altay Muscular Body </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;151.50 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="WON-PACK" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/tectools/robotik-und-mikrokontroller/2155/dash-dot-wonder-pack-von-wonder-workshop" title="Dash &amp; Dot Wonder Pack von Wonder Workshop" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/42/8e/53/New_Wonder_Pack_200x200.jpg, https://educatec.ch/media/image/b7/3a/0a/[email protected] 2x" alt="Dash &amp; Dot Wonder Pack von Wonder Workshop" title="Dash &amp; Dot Wonder Pack von Wonder Workshop" /> </span> </span> </a> <a href="https://educatec.ch/tectools/robotik-und-mikrokontroller/2155/dash-dot-wonder-pack-von-wonder-workshop" class="product--title" title="Dash &amp; Dot Wonder Pack von Wonder Workshop"> Dash &amp; Dot Wonder Pack von Wonder Workshop </a> <div class="product--price-info"> <div class="price--unit"> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;352.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="GDX-SVISPL" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/vernier/labor-geraete/spektrofotometer/2089/go-direct-spectrovis-plus-spectrophotometer" title="Go Direct™ SpectroVis® Plus Spectrophotometer" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/7b/d2/65/gdx-svispl_1280_720_200x200.jpg, https://educatec.ch/media/image/21/bf/7a/[email protected] 2x" alt="Go Direct SpectroVis" title="Go Direct SpectroVis" /> </span> </span> </a> <a href="https://educatec.ch/vernier/labor-geraete/spektrofotometer/2089/go-direct-spectrovis-plus-spectrophotometer" class="product--title" title="Go Direct™ SpectroVis® Plus Spectrophotometer"> Go Direct™ SpectroVis® Plus Spectrophotometer </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;817.30 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="SCA-127393" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/1805/mobile-and-hr2/hr-lenses" title="Mobile and HR2/HR Lenses" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/00/43/42/0-10x_hr_lens_200x200.jpg, https://educatec.ch/media/image/5e/ca/e0/[email protected] 2x" alt="Mobile and HR2/HR Lenses" title="Mobile and HR2/HR Lenses" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/biologie/1805/mobile-and-hr2/hr-lenses" class="product--title" title="Mobile and HR2/HR Lenses"> Mobile and HR2/HR Lenses </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> ab CHF&nbsp;234.40 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="BB-EL00483" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> <div class="product--badge badge--discount"> <i class="icon--percent2"></i> </div> </div> <div class="product--info"> <a href="https://educatec.ch/tts/1796/ino-bot" title="InO-Bot" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/5b/0a/9c/InO-Bot_2_200x200.jpg, https://educatec.ch/media/image/2b/ba/7a/[email protected] 2x" alt="ino-bot" title="ino-bot" /> </span> </span> </a> <a href="https://educatec.ch/tts/1796/ino-bot" class="product--title" title="InO-Bot"> InO-Bot </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap is--discount"> ab CHF&nbsp;170.90 * </span> <span class="price--pseudo"> <span class="price--discount is--nowrap"> CHF&nbsp;196.00 * </span> </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="CS-DMI" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/vernier/labor-geraete/andere/1765/celestron-digital-microscope-imager" title="Celestron Digital Microscope Imager" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/56/26/ca/product-cs-dmi-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/14/a2/5b/[email protected] 2x" alt="Celestron Digital Microscope Imager" title="Celestron Digital Microscope Imager" /> </span> </span> </a> <a href="https://educatec.ch/vernier/labor-geraete/andere/1765/celestron-digital-microscope-imager" class="product--title" title="Celestron Digital Microscope Imager"> Celestron Digital Microscope Imager </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> ab CHF&nbsp;148.70 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="CWC-LP" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> <div class="product--badge badge--bundle"> <i class="icon--link"></i> <span>BUNDLE</span> </div> </div> <div class="product--info"> <a href="https://educatec.ch/vernier/labor-buecher/1556/chemistry-with-vernier" title="Chemistry with Vernier" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/78/00/39/product-cwv-_cover-001_200x200.jpg, https://educatec.ch/media/image/e5/0d/f3/[email protected] 2x" alt="Chemistry with Vernier" title="Chemistry with Vernier" /> </span> </span> </a> <a href="https://educatec.ch/vernier/labor-buecher/1556/chemistry-with-vernier" class="product--title" title="Chemistry with Vernier"> Chemistry with Vernier </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> ab CHF&nbsp;58.90 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="VRM-BTD" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/vernier/sensoren/1400/vernier-strahlungsmonitor" title="Vernier Strahlungsmonitor" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/ae/7c/93/product-vrm-btd-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/b7/fd/c2/[email protected] 2x" alt="Vernier Strahlungsmonitor" title="Vernier Strahlungsmonitor" /> </span> </span> </a> <a href="https://educatec.ch/vernier/sensoren/1400/vernier-strahlungsmonitor" class="product--title" title="Vernier Strahlungsmonitor"> Vernier Strahlungsmonitor </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;322.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="RH-BTA" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/1382/sensor-fuer-relative-luftfeuchtigkeit" title="Sensor für relative Luftfeuchtigkeit" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/70/c6/e4/product-rh-bta-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/c8/90/42/[email protected] 2x" alt="Sensor für relative Luftfeuchtigkeit" title="Sensor für relative Luftfeuchtigkeit" /> </span> </span> </a> <a href="https://educatec.ch/sek-ii-tertiaerstufe/physik/1382/sensor-fuer-relative-luftfeuchtigkeit" class="product--title" title="Sensor für relative Luftfeuchtigkeit"> Sensor für relative Luftfeuchtigkeit </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;131.00 * </span> </div> </div> </div> </div> </div> </div> <div class="product-slider--item"> <div class="product--box box--slider" data-page-index="" data-ordernumber="DFS-BTA" data-category-id="11"> <div class="box--content is--rounded"> <div class="product--badges"> </div> <div class="product--info"> <a href="https://educatec.ch/vernier/sensoren/1364/kraftsensor-mit-zwei-messbereichen" title="Kraftsensor mit zwei Messbereichen" class="product--image" > <span class="image--element"> <span class="image--media"> <img srcset="https://educatec.ch/media/image/e0/98/da/product-dfs-bta-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/ae/fb/b5/[email protected] 2x" alt="Kraftsensor mit zwei Messbereichen" title="Kraftsensor mit zwei Messbereichen" /> </span> </span> </a> <a href="https://educatec.ch/vernier/sensoren/1364/kraftsensor-mit-zwei-messbereichen" class="product--title" title="Kraftsensor mit zwei Messbereichen"> Kraftsensor mit zwei Messbereichen </a> <div class="product--price-info"> <div class="price--unit"> <span class="price--label label--purchase-unit is--bold is--nowrap"> Inhalt </span> <span class="is--nowrap"> 1 Stück </span> </div> <div class="product--price"> <span class="price--default is--nowrap"> CHF&nbsp;206.50 * </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="last-seen-products is--hidden" data-last-seen-products="true"> <div class="last-seen-products--title"> Zuletzt angesehen </div> <div class="last-seen-products--slider product-slider" data-product-slider="true"> <div class="last-seen-products--container product-slider--container"></div> </div> </div> </div> </section> <footer class="footer-main"> <div class="container"> <div class="footer--columns block-group"> <div class="footer--column column--hotline is--first block"> <div class="column--headline">Service Hotline</div> <div class="column--content"> <p class="column--desc">Telefonische Unterst&uuml;tzung und Beratung unter:<br /><br /><a href="tel:+41562458161" class="footer--phone-link">+41 56 245 81 61</a><br/> </p> </div> </div> <div class="footer--column column--menu block"> <div class="column--headline">Über uns</div> <nav class="column--navigation column--content"> <ul class="navigation--list" role="menu"> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/ihre-vorteile" title="Ihre Vorteile"> Ihre Vorteile </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/imagevideo" title="Imagevideo"> Imagevideo </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/lageplan" title="Lageplan"> Lageplan </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/logo-s" title="Logo&#039;s"> Logo's </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/mitarbeiter" title="Unser Team"> Unser Team </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/unsere-aufgabe" title="Unsere Aufgabe"> Unsere Aufgabe </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/sitemap" title="Site Map"> Site Map </a> </li> </ul> </nav> </div> <div class="footer--column column--menu block"> <div class="column--headline">Informationen</div> <nav class="column--navigation column--content"> <ul class="navigation--list" role="menu"> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/katalogs" title="Kataloge"> Kataloge </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/partner-org" title="Partner Organisationen"> Partner Organisationen </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/agenda" title="Veranstaltungen"> Veranstaltungen </a> </li> <li class="navigation--entry" role="menuitem"> <a class="navigation--link" href="https://educatec.ch/impressum" title="Impressum"> Impressum </a> </li> </ul> </nav> </div> <div class="footer--column column--newsletter is--last block"> <div class="column--headline">Newsletter</div> <div class="column--content" data-newsletter="true"> <p class="column--desc"> Abonnieren Sie den kostenlosen EducaTec Newsletter und verpassen Sie keine Neuigkeit oder Aktion mehr aus dem Shop. </p> <form class="newsletter--form" action="https://educatec.ch/newsletter" method="post"> <input type="hidden" value="1" name="subscribeToNewsletter" /> <div class="content"> <input type="email" name="newsletter" class="newsletter--field" placeholder="Ihre E-Mail Adresse" /> <button type="submit" class="newsletter--button btn"> <i class="icon--mail"></i> <span class="button--text">Newsletter abonnieren</span> </button> </div> </form> </div> </div> </div> <div class="footer--bottom"> <div class="footer--vat-info"> <p class="vat-info--text"> * Alle Preise verstehen sich inkl. gesetzl. Mehrwertsteuer zzgl. <a title="Versandkosten" href="https://educatec.ch/agb">Versandkosten</a> </p> </div> <div class="container footer-minimal"> <div class="footer--service-menu"> <ul class="service--list is--rounded" role="menu"> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/FAQ/FAQ-NI-myDAQ" title="FAQ" target="_parent"> FAQ </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/support" title="Support" > Support </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/kontaktformular" title="Kontakt" target="_self"> Kontakt </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/impressum" title="Impressum" > Impressum </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/datenschutz" title="Datenschutz" > Datenschutz </a> </li> <li class="service--entry" role="menuitem"> <a class="service--link" href="https://educatec.ch/agb" title="AGB" > AGB </a> </li> </ul> </div> </div> <div class="footer--copyright"> Copyright &copy; EducaTec AG 2019 - Alle Rechte vorbehalten </div> <div class="footer--logo"> <a href="https://educatec.ch" title="EducaTec AG" target="_blank"> <img src="https://educatec.ch/media/image/d1/9a/ee/logo_educatec_rgb2-2Tight-1.png" alt="EducaTec AG" /> </a> </div> </div> </div> </footer> </div> <script type="text/javascript" id="footer--js-inline"> var timeNow = 1556100777; var asyncCallbacks = []; document.asyncReady = function (callback) { asyncCallbacks.push(callback); }; var controller = controller || {"vat_check_enabled":"","vat_check_required":"","register":"https:\/\/educatec.ch\/register","checkout":"https:\/\/educatec.ch\/checkout","ajax_search":"https:\/\/educatec.ch\/ajax_search","ajax_cart":"https:\/\/educatec.ch\/checkout\/ajaxCart","ajax_validate":"https:\/\/educatec.ch\/register","ajax_add_article":"https:\/\/educatec.ch\/checkout\/addArticle","ajax_listing":"\/widgets\/listing\/listingCount","ajax_cart_refresh":"https:\/\/educatec.ch\/checkout\/ajaxAmount","ajax_address_selection":"https:\/\/educatec.ch\/address\/ajaxSelection","ajax_address_editor":"https:\/\/educatec.ch\/address\/ajaxEditor"}; var snippets = snippets || { "noCookiesNotice": "Es wurde festgestellt, dass Cookies in Ihrem Browser deaktiviert sind. Um EducaTec\x20AG in vollem Umfang nutzen zu k\u00f6nnen, empfehlen wir Ihnen, Cookies in Ihrem Browser zu aktiveren." }; var themeConfig = themeConfig || {"offcanvasOverlayPage":true}; var lastSeenProductsConfig = lastSeenProductsConfig || {"baseUrl":"","shopId":1,"noPicture":"\/themes\/Frontend\/Responsive\/frontend\/_public\/src\/img\/no-picture.jpg","productLimit":"5","currentArticle":{"articleId":2795,"linkDetailsRewritten":"https:\/\/educatec.ch\/sek-ii-tertiaerstufe\/physik\/2795\/flir-one-thermal-camera-gen-3?c=11","articleName":"FLIR ONE\u2122 Thermal Camera GEN 3","imageTitle":"","images":[{"source":"https:\/\/educatec.ch\/media\/image\/90\/9e\/92\/product-flirone3-ios-_hero-001-1280-720_200x200.jpg","retinaSource":null,"sourceSet":"https:\/\/educatec.ch\/media\/image\/90\/9e\/92\/product-flirone3-ios-_hero-001-1280-720_200x200.jpg"},{"source":"https:\/\/educatec.ch\/media\/image\/78\/3e\/ff\/product-flirone3-ios-_hero-001-1280-720_600x600.jpg","retinaSource":null,"sourceSet":"https:\/\/educatec.ch\/media\/image\/78\/3e\/ff\/product-flirone3-ios-_hero-001-1280-720_600x600.jpg"},{"source":"https:\/\/educatec.ch\/media\/image\/7f\/ae\/bd\/product-flirone3-ios-_hero-001-1280-720_1280x1280.jpg","retinaSource":null,"sourceSet":"https:\/\/educatec.ch\/media\/image\/7f\/ae\/bd\/product-flirone3-ios-_hero-001-1280-720_1280x1280.jpg"},{"source":"https:\/\/educatec.ch\/media\/image\/27\/bc\/4a\/product-flirone3-ios-_hero-001-1280-720_2560x2560.jpg","retinaSource":null,"sourceSet":"https:\/\/educatec.ch\/media\/image\/27\/bc\/4a\/product-flirone3-ios-_hero-001-1280-720_2560x2560.jpg"},{"source":"https:\/\/educatec.ch\/media\/image\/df\/f9\/54\/product-flirone3-ios-_hero-001-1280-720_900x900.jpg","retinaSource":null,"sourceSet":"https:\/\/educatec.ch\/media\/image\/df\/f9\/54\/product-flirone3-ios-_hero-001-1280-720_900x900.jpg"}]}}; var csrfConfig = csrfConfig || {"generateUrl":"\/csrftoken","basePath":"","shopId":1}; var statisticDevices = [ { device: 'mobile', enter: 0, exit: 767 }, { device: 'tablet', enter: 768, exit: 1259 }, { device: 'desktop', enter: 1260, exit: 5160 } ]; var cookieRemoval = cookieRemoval || 0; </script> <script type="text/javascript"> var datePickerGlobalConfig = datePickerGlobalConfig || { locale: { weekdays: { shorthand: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], longhand: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'] }, months: { shorthand: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], longhand: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'] }, firstDayOfWeek: 1, weekAbbreviation: 'KW', rangeSeparator: ' bis ', scrollTitle: 'Zum Wechseln scrollen', toggleTitle: 'Zum Öffnen klicken', daysInMonth: [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] }, dateFormat: 'Y-m-d', timeFormat: ' H:i:S', altFormat: 'j. F Y', altTimeFormat: ' - H:i' }; </script> <iframe id="refresh-statistics" width="0" height="0" style="display:none;"></iframe> <script type="text/javascript"> (function(window, document) { var cok = document.cookie.match(/session-1=([^;])+/g), sid = (cok && cok[0]) ? cok[0] : null, par = document.location.search.match(/sPartner=([^&])+/g), pid = (par && par[0]) ? par[0].substring(9) : null, cur = document.location.protocol + '//' + document.location.host, ref = document.referrer.indexOf(cur) === -1 ? document.referrer : null, url = "/widgets/index/refreshStatistic", pth = document.location.pathname.replace("https://educatec.ch/", "/"); url += url.indexOf('?') === -1 ? '?' : '&'; url += 'requestPage=' + encodeURIComponent(pth); url += '&requestController=' + encodeURI("detail"); if(sid) { url += '&' + sid; } if(pid) { url += '&partner=' + pid; } if(ref) { url += '&referer=' + encodeURIComponent(ref); } url += '&articleId=' + encodeURI("2795"); if (document.cookie.indexOf('x-ua-device') === -1) { var i = 0, device = 'desktop', width = window.innerWidth, breakpoints = window.statisticDevices; if (typeof width !== 'number') { width = (document.documentElement.clientWidth !== 0) ? document.documentElement.clientWidth : document.body.clientWidth; } for (; i < breakpoints.length; i++) { if (width >= ~~(breakpoints[i].enter) && width <= ~~(breakpoints[i].exit)) { device = breakpoints[i].device; } } document.cookie = 'x-ua-device=' + device + '; path=/'; } document .getElementById('refresh-statistics') .src = url; })(window, document); </script> <script type="text/javascript"> //<![CDATA[ (function() { (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', "UA-78727468-1", 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); })(); //]]> </script> <script src="/web/cache/1555568370_db93c9245fb6d3ad74dddcb2c3f49aa6.js" id="main-script"></script> <script type="text/javascript"> /** * Wrap the replacement code into a function to call it from the outside to replace the method when necessary */ var replaceAsyncReady = window.replaceAsyncReady = function() { document.asyncReady = function (callback) { if (typeof callback === 'function') { window.setTimeout(callback.apply(document), 0); } }; }; document.getElementById('main-script').addEventListener('load', function() { if (!asyncCallbacks) { return false; } for (var i = 0; i < asyncCallbacks.length; i++) { if (typeof asyncCallbacks[i] === 'function') { asyncCallbacks[i].call(document); } } replaceAsyncReady(); }); </script> </body> </html>
[ "<footer class=\"footer-main\">\n<div class=\"container\">\n<div class=\"footer--columns block-group\">\n<div class=\"footer--column column--hotline is--first block\">\n<div class=\"column--headline\">Service Hotline</div>\n<div class=\"column--content\">\n<p class=\"column--desc\">Telefonische Unterstützung und Beratung unter:<br/><br/><a href=\"tel:+41562458161\" class=\"footer--phone-link\">+41 56 245 81 61</a><br/>\n</p>\n</div>\n</div>\n<div class=\"footer--column column--menu block\">\n<div class=\"column--headline\">Über uns</div>\n<nav class=\"column--navigation column--content\">\n<ul class=\"navigation--list\" role=\"menu\">\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/ihre-vorteile\" title=\"Ihre Vorteile\">\nIhre Vorteile\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/imagevideo\" title=\"Imagevideo\">\nImagevideo\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/lageplan\" title=\"Lageplan\">\nLageplan\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/logo-s\" title=\"Logo's\">\nLogo's\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/mitarbeiter\" title=\"Unser Team\">\nUnser Team\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/unsere-aufgabe\" title=\"Unsere Aufgabe\">\nUnsere Aufgabe\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/sitemap\" title=\"Site Map\">\nSite Map\n</a>\n</li>\n</ul>\n</nav>\n</div>\n<div class=\"footer--column column--menu block\">\n<div class=\"column--headline\">Informationen</div>\n<nav class=\"column--navigation column--content\">\n<ul class=\"navigation--list\" role=\"menu\">\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/katalogs\" title=\"Kataloge\">\nKataloge\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/partner-org\" title=\"Partner Organisationen\">\nPartner Organisationen\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/agenda\" title=\"Veranstaltungen\">\nVeranstaltungen\n</a>\n</li>\n<li class=\"navigation--entry\" role=\"menuitem\">\n<a class=\"navigation--link\" href=\"https://educatec.ch/impressum\" title=\"Impressum\">\nImpressum\n</a>\n</li>\n</ul>\n</nav>\n</div>\n<div class=\"footer--column column--newsletter is--last block\">\n<div class=\"column--headline\">Newsletter</div>\n<div class=\"column--content\" data-newsletter=\"true\">\n<p class=\"column--desc\">\nAbonnieren Sie den kostenlosen EducaTec Newsletter und verpassen Sie keine Neuigkeit oder Aktion mehr aus dem Shop.\n</p>\n<form class=\"newsletter--form\" action=\"https://educatec.ch/newsletter\" method=\"post\">\n<input type=\"hidden\" value=\"1\" name=\"subscribeToNewsletter\"/>\n<div class=\"content\">\n<input type=\"email\" name=\"newsletter\" class=\"newsletter--field\" placeholder=\"Ihre E-Mail Adresse\"/>\n<button type=\"submit\" class=\"newsletter--button btn\">\n<i class=\"icon--mail\"/> <span class=\"button--text\">Newsletter abonnieren</span>\n</button>\n</div>\n</form>\n</div>\n</div>\n</div>\n<div class=\"footer--bottom\">\n<div class=\"footer--vat-info\">\n<p class=\"vat-info--text\">\n* Alle Preise verstehen sich inkl. gesetzl. Mehrwertsteuer zzgl. <a title=\"Versandkosten\" href=\"https://educatec.ch/agb\">Versandkosten</a>\n</p>\n</div>\n<div class=\"container footer-minimal\">\n<div class=\"footer--service-menu\">\n<ul class=\"service--list is--rounded\" role=\"menu\">\n<li class=\"service--entry\" role=\"menuitem\">\n<a class=\"service--link\" href=\"https://educatec.ch/FAQ/FAQ-NI-myDAQ\" title=\"FAQ\" target=\"_parent\">\nFAQ\n</a>\n</li>\n<li class=\"service--entry\" role=\"menuitem\">\n<a class=\"service--link\" href=\"https://educatec.ch/support\" title=\"Support\">\nSupport\n</a>\n</li>\n<li class=\"service--entry\" role=\"menuitem\">\n<a class=\"service--link\" href=\"https://educatec.ch/kontaktformular\" title=\"Kontakt\" target=\"_self\">\nKontakt\n</a>\n</li>\n<li class=\"service--entry\" role=\"menuitem\">\n<a class=\"service--link\" href=\"https://educatec.ch/impressum\" title=\"Impressum\">\nImpressum\n</a>\n</li>\n<li class=\"service--entry\" role=\"menuitem\">\n<a class=\"service--link\" href=\"https://educatec.ch/datenschutz\" title=\"Datenschutz\">\nDatenschutz\n</a>\n</li>\n<li class=\"service--entry\" role=\"menuitem\">\n<a class=\"service--link\" href=\"https://educatec.ch/agb\" title=\"AGB\">\nAGB\n</a>\n</li>\n</ul>\n</div>\n</div>\n<div class=\"footer--copyright\">\nCopyright © EducaTec AG 2019 - Alle Rechte vorbehalten </div>\n<div class=\"footer--logo\">\n<a href=\"https://educatec.ch\" title=\"EducaTec AG\" target=\"_blank\"> <img src=\"https://educatec.ch/media/image/d1/9a/ee/logo_educatec_rgb2-2Tight-1.png\" alt=\"EducaTec AG\"/>\n</a> </div>\n</div>\n</div>\n</footer>\n" ]
[ "<head>\n<meta charset=\"utf-8\"/>\n<link rel=\"alternate\" href=\"https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3\" hreflang=\"de-CH\"/>\n<link rel=\"alternate\" href=\"https://educatec.ch/shop/en/diploma/sciences/biology/2795/flir-one-thermal-camera-gen-3\" hreflang=\"en-GB\"/>\n<link rel=\"alternate\" href=\"https://educatec.ch/shop/fr/sec.-ii-tertiaire/physique/2795/flir-one-thermal-camera-gen-3\" hreflang=\"fr-CH\"/>\n<link rel=\"alternate\" href=\"https://educatec.ch/shop/it/scuole-medie-superiori-e-professionali/fisica/2795/flir-one-thermal-camera-gen-3\" hreflang=\"it-CH\"/>\n<link rel=\"alternate\" href=\"https://educatec.ch/shop/it/scuole-medie-superiori-e-professionali/fisica/2795/flir-one-thermal-camera-gen-3\" hreflang=\"x-default\"/>\n<meta name=\"author\" content=\"Vance Carter\"/>\n<meta name=\"robots\" content=\"index,follow\"/>\n<meta name=\"revisit-after\" content=\"15 days\"/>\n<meta name=\"keywords\" content=\"FLIR One, Wärmebilder, pro, camera, kamera, gen, 3, thermal, temperatur, measure, messen\"/>\n<meta name=\"description\" content=\"FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also taki…\"/>\n<meta property=\"og:type\" content=\"product\"/>\n<meta property=\"og:site_name\" content=\"EducaTec AG\"/>\n<meta property=\"og:url\" content=\"https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3\"/>\n<meta property=\"og:title\" content=\"FLIR ONE™ Thermal Camera GEN 3\"/>\n<meta property=\"og:description\" content=\"FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also…\"/>\n<meta property=\"og:image\" content=\"https://educatec.ch/media/image/76/22/68/product-flirone3-ios-_hero-001-1280-720.jpg\"/>\n<meta property=\"product:brand\" content=\"FLIR® Systems, Inc\"/>\n<meta property=\"product:price\" content=\"319,00\"/>\n<meta property=\"product:product_link\" content=\"https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3\"/>\n<meta name=\"twitter:card\" content=\"product\"/>\n<meta name=\"twitter:site\" content=\"EducaTec AG\"/>\n<meta name=\"twitter:title\" content=\"FLIR ONE™ Thermal Camera GEN 3\"/>\n<meta name=\"twitter:description\" content=\"FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also…\"/>\n<meta name=\"twitter:image\" content=\"https://educatec.ch/media/image/76/22/68/product-flirone3-ios-_hero-001-1280-720.jpg\"/>\n<meta itemprop=\"copyrightHolder\" content=\"EducaTec AG\"/>\n<meta itemprop=\"copyrightYear\" content=\"2016\"/>\n<meta itemprop=\"isFamilyFriendly\" content=\"True\"/>\n<meta itemprop=\"image\" content=\"https://educatec.ch/media/image/80/5b/g0/logo_educatec_rgb2-2Tight-158ca3a047c50f59a57ed8c5ece.png\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no\"/>\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"apple-mobile-web-app-title\" content=\"EducaTec AG\"/>\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"default\"/>\n<link rel=\"alternate\" hreflang=\"de-CH\" href=\"https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3?c=11\"/>\n<link rel=\"alternate\" hreflang=\"en-GB\" href=\"https://educatec.ch/shop/en/diploma/sciences/biology/2795/flir-one-thermal-camera-gen-3?c=11\"/>\n<link rel=\"alternate\" hreflang=\"fr-FR\" href=\"https://educatec.ch/shop/fr/sec.-ii-tertiaire/physique/2795/flir-one-thermal-camera-gen-3?c=11\"/>\n<link rel=\"alternate\" hreflang=\"it-IT\" href=\"https://educatec.ch/shop/it/scuole-medie-superiori-e-professionali/fisica/2795/flir-one-thermal-camera-gen-3?c=11\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://educatec.ch/media/image/eb/f8/f3/et_picto_16x16.gif\"/>\n<link rel=\"shortcut icon\" href=\"https://educatec.ch/media/image/eb/f8/f3/et_picto_16x16.gif\"/>\n<meta name=\"msapplication-navbutton-color\" content=\"#be0a30\"/>\n<meta name=\"application-name\" content=\"EducaTec AG\"/>\n<meta name=\"msapplication-starturl\" content=\"https://educatec.ch/\"/>\n<meta name=\"msapplication-window\" content=\"width=1024;height=768\"/>\n<meta name=\"msapplication-TileImage\" content=\"https://educatec.ch/media/image/eb/f8/f3/et_picto_16x16.gif\"/>\n<meta name=\"msapplication-TileColor\" content=\"#be0a30\"/>\n<meta name=\"theme-color\" content=\"#be0a30\"/>\n<link rel=\"canonical\" href=\"https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3\"/>\n<title itemprop=\"name\">FLIR ONE™ Thermal Camera GEN 3 | EducaTec AG</title>\n<link href=\"/web/cache/1555568370_db93c9245fb6d3ad74dddcb2c3f49aa6.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\"/>\n<script src=\"/themes/Frontend/Responsive/frontend/_public/src/js/vendors/modernizr/modernizr.custom.35977.js\"/>\n</head>\n" ]
[ "<title itemprop=\"name\">FLIR ONE™ Thermal Camera GEN 3 | EducaTec AG</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "educatec.ch > sek ii tertiaerstufe > physik > flir one thermal camera gen" } ]
[ { "char_end_idx": 110, "char_start_idx": 0, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 653, "char_start_idx": 110, "key": "length", "type": "local", "value": "542" }, { "char_end_idx": 675, "char_start_idx": 653, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 676, "char_start_idx": 675, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 677, "char_start_idx": 676, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 901, "char_start_idx": 677, "key": "length", "type": "local", "value": "223" }, { "char_end_idx": 1016, "char_start_idx": 901, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 1017, "char_start_idx": 1016, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1018, "char_start_idx": 1017, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1019, "char_start_idx": 1018, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1243, "char_start_idx": 1019, "key": "length", "type": "local", "value": "223" }, { "char_end_idx": 1274, "char_start_idx": 1243, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 1275, "char_start_idx": 1274, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1276, "char_start_idx": 1275, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1308, "char_start_idx": 1276, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 1312, "char_start_idx": 1308, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1406, "char_start_idx": 1312, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 1411, "char_start_idx": 1406, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 1415, "char_start_idx": 1411, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1509, "char_start_idx": 1415, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 1514, "char_start_idx": 1509, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 1518, "char_start_idx": 1514, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 2001, "char_start_idx": 1518, "key": "length", "type": "local", "value": "482" }, { "char_end_idx": 2125, "char_start_idx": 2001, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 2206, "char_start_idx": 2125, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 2260, "char_start_idx": 2206, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 2261, "char_start_idx": 2260, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2262, "char_start_idx": 2261, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2511, "char_start_idx": 2262, "key": "length", "type": "local", "value": "248" }, { "char_end_idx": 2512, "char_start_idx": 2511, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2513, "char_start_idx": 2512, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2576, "char_start_idx": 2513, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 3021, "char_start_idx": 2576, "key": "length", "type": "local", "value": "444" }, { "char_end_idx": 3047, "char_start_idx": 3021, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 3048, "char_start_idx": 3047, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3049, "char_start_idx": 3048, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3126, "char_start_idx": 3049, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 3226, "char_start_idx": 3126, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 3296, "char_start_idx": 3226, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 3395, "char_start_idx": 3296, "key": "length", "type": "local", "value": "98" }, { "char_end_idx": 3490, "char_start_idx": 3395, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 3572, "char_start_idx": 3490, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 3689, "char_start_idx": 3572, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 3767, "char_start_idx": 3689, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 3937, "char_start_idx": 3767, "key": "length", "type": "local", "value": "169" }, { "char_end_idx": 4041, "char_start_idx": 3937, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 4056, "char_start_idx": 4041, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 4631, "char_start_idx": 4056, "key": "length", "type": "local", "value": "574" }, { "char_end_idx": 4642, "char_start_idx": 4631, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 4739, "char_start_idx": 4642, "key": "length", "type": "local", "value": "96" }, { "char_end_idx": 4907, "char_start_idx": 4739, "key": "length", "type": "local", "value": "167" }, { "char_end_idx": 5019, "char_start_idx": 4907, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 5025, "char_start_idx": 5019, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 5031, "char_start_idx": 5025, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 5256, "char_start_idx": 5031, "key": "length", "type": "local", "value": "224" }, { "char_end_idx": 5373, "char_start_idx": 5256, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 5423, "char_start_idx": 5373, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 5569, "char_start_idx": 5423, "key": "length", "type": "local", "value": "145" }, { "char_end_idx": 5582, "char_start_idx": 5569, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 5714, "char_start_idx": 5582, "key": "length", "type": "local", "value": "131" }, { "char_end_idx": 5872, "char_start_idx": 5714, "key": "length", "type": "local", "value": "157" }, { "char_end_idx": 6035, "char_start_idx": 5872, "key": "length", "type": "local", "value": "162" }, { "char_end_idx": 6283, "char_start_idx": 6035, "key": "length", "type": "local", "value": "247" }, { "char_end_idx": 6313, "char_start_idx": 6283, "key": "length", "type": "local", "value": "29" }, { "char_end_idx": 6425, "char_start_idx": 6313, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 6438, "char_start_idx": 6425, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 6586, "char_start_idx": 6438, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 6687, "char_start_idx": 6586, "key": "length", "type": "local", "value": "100" }, { "char_end_idx": 6786, "char_start_idx": 6687, "key": "length", "type": "local", "value": "98" } ]
[ { "key": "length", "type": "global", "value": "7472" } ]
[ { "char_end_idx": 112, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "alert--content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 112, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "alert is--warning" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 112, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "noscript-main" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "noscript" }, { "char_end_idx": 116, "char_start_idx": 112, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 116, "char_start_idx": 112, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link is--first", "https://educatec.ch/", "Home", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 116, "char_start_idx": 112, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry is--home", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 131, "char_start_idx": 117, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 131, "char_start_idx": 117, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/cat/index/sCategory/13", "LEGO Education", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 131, "char_start_idx": 117, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 139, "char_start_idx": 132, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 139, "char_start_idx": 132, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/vernier/", "Vernier", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 139, "char_start_idx": 132, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 143, "char_start_idx": 140, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 143, "char_start_idx": 140, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/tts/", "TTS", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 143, "char_start_idx": 140, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 155, "char_start_idx": 144, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 155, "char_start_idx": 144, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/volksschule/", "Volksschule", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 155, "char_start_idx": 144, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 164, "char_start_idx": 156, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 164, "char_start_idx": 156, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/tectools/", "TecTools", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 164, "char_start_idx": 156, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 186, "char_start_idx": 165, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 186, "char_start_idx": 165, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link is--active", "https://educatec.ch/sek-ii-tertiaerstufe/", "Sek II & Tertiärstufe", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 186, "char_start_idx": 165, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry is--active", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 202, "char_start_idx": 187, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 202, "char_start_idx": 187, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/media/pdf/76/1a/04/EducaTec_AG-_Serviceangebote_2.pdf", "Service Angebot", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 202, "char_start_idx": 187, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 216, "char_start_idx": 203, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 216, "char_start_idx": 203, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/weiterbildung/", "Weiterbildung", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 216, "char_start_idx": 203, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 231, "char_start_idx": 217, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 231, "char_start_idx": 217, "html_attrs": { "attrs": [ "class", "href", "title", "itemprop" ], "values": [ "navigation--link", "https://educatec.ch/sonderangebote/", "Sonderangebote", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 231, "char_start_idx": 217, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 232, "char_start_idx": 112, "html_attrs": { "attrs": [ "class", "role", "itemscope", "itemtype" ], "values": [ "navigation--list container", "menubar", "itemscope", "http://schema.org/SiteNavigationElement" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 232, "char_start_idx": 112, "html_attrs": { "attrs": [ "class" ], "values": [ "navigation--list-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 243, "char_start_idx": 232, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/spike-prime/", "menu--list-item-link", "SPIKE Prime" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 244, "char_start_idx": 232, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 258, "char_start_idx": 244, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/", "menu--list-item-link", "MINDSTORMS EV3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 277, "char_start_idx": 259, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/basisset-robotik/", "menu--list-item-link", "Basisset (Robotik)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 278, "char_start_idx": 259, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 292, "char_start_idx": 278, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/aktivaetsmodule/", "menu--list-item-link", "Aktivätsmodule" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 293, "char_start_idx": 278, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 309, "char_start_idx": 293, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/erweiterungssets/", "menu--list-item-link", "Erweiterungssets" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 310, "char_start_idx": 293, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 318, "char_start_idx": 310, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/sensoren/", "menu--list-item-link", "Sensoren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 319, "char_start_idx": 310, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 328, "char_start_idx": 319, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/literatur/", "menu--list-item-link", "Literatur" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 329, "char_start_idx": 319, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 348, "char_start_idx": 329, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/ergaenzungssortiment/", "menu--list-item-link", "Ergänzungssortiment" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 349, "char_start_idx": 329, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 349, "char_start_idx": 259, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list menu--level-1 columns--2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 349, "char_start_idx": 244, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 361, "char_start_idx": 349, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/lego-technik/", "menu--list-item-link", "LEGO Technik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 362, "char_start_idx": 349, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 374, "char_start_idx": 362, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/wedo-science/", "menu--list-item-link", "WeDo Science" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 375, "char_start_idx": 362, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 390, "char_start_idx": 375, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/duplo-vorschule/", "menu--list-item-link", "DUPLO Vorschule" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 391, "char_start_idx": 375, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 400, "char_start_idx": 391, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/literatur/", "menu--list-item-link", "Literatur" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 401, "char_start_idx": 391, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 417, "char_start_idx": 401, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/lego-ersatzteile/", "menu--list-item-link", "LEGO Ersatzteile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 418, "char_start_idx": 401, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 434, "char_start_idx": 418, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/weitere-produkte/", "menu--list-item-link", "Weitere Produkte" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 435, "char_start_idx": 418, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 435, "char_start_idx": 232, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list menu--level-0 columns--2", "width: 50%;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 435, "char_start_idx": 435, "html_attrs": { "attrs": [ "href", "title", "class", "style" ], "values": [ "https://educatec.ch/cat/index/sCategory/13", "Zur Kategorie LEGO Education", "teaser--image", "background-image: url(https://educatec.ch/media/image/b3/52/63/LE_RGB_square.png);" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 693, "char_start_idx": 679, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "teaser--text-link", "https://educatec.ch/cat/index/sCategory/13", "mehr erfahren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 693, "char_start_idx": 435, "html_attrs": { "attrs": [ "class" ], "values": [ "teaser--text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 693, "char_start_idx": 435, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--teaser", "width: 50%;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 693, "char_start_idx": 232, "html_attrs": { "attrs": [ "class" ], "values": [ "content--wrapper has--content has--teaser" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 693, "char_start_idx": 232, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 701, "char_start_idx": 693, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/sensoren/", "menu--list-item-link", "Sensoren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 702, "char_start_idx": 693, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 710, "char_start_idx": 702, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/software/", "menu--list-item-link", "Software" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 711, "char_start_idx": 702, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 725, "char_start_idx": 711, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/schnittstellen/", "menu--list-item-link", "Schnittstellen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 726, "char_start_idx": 711, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 738, "char_start_idx": 726, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/labor-buecher/", "menu--list-item-link", "Labor Bücher" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 739, "char_start_idx": 726, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 751, "char_start_idx": 739, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/labor-geraete/", "menu--list-item-link", "Labor Geräte" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 752, "char_start_idx": 739, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 759, "char_start_idx": 752, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/zubehoer/", "menu--list-item-link", "Zubehör" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 760, "char_start_idx": 752, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 767, "char_start_idx": 760, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/kidwind/", "menu--list-item-link", "KidWind" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 768, "char_start_idx": 760, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 775, "char_start_idx": 768, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/anderes/", "menu--list-item-link", "Anderes" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 776, "char_start_idx": 768, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 776, "char_start_idx": 693, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list menu--level-0 columns--2", "width: 50%;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 776, "char_start_idx": 776, "html_attrs": { "attrs": [ "href", "title", "class", "style" ], "values": [ "https://educatec.ch/vernier/", "Zur Kategorie Vernier", "teaser--image", "background-image: url(https://educatec.ch/media/image/f8/de/4a/logo-vernierinternational-1080x1080-copy570401bb5bc1b.png);" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1035, "char_start_idx": 1021, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "teaser--text-link", "https://educatec.ch/vernier/", "mehr erfahren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1035, "char_start_idx": 776, "html_attrs": { "attrs": [ "class" ], "values": [ "teaser--text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1035, "char_start_idx": 776, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--teaser", "width: 50%;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1035, "char_start_idx": 693, "html_attrs": { "attrs": [ "class" ], "values": [ "content--wrapper has--content has--teaser" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1035, "char_start_idx": 693, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1035, "char_start_idx": 1035, "html_attrs": { "attrs": [ "href", "title", "class", "style" ], "values": [ "https://educatec.ch/tts/", "Zur Kategorie TTS", "teaser--image", "background-image: url(https://educatec.ch/media/image/7c/59/22/tts_teaser.png);" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1292, "char_start_idx": 1278, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "teaser--text-link", "https://educatec.ch/tts/", "mehr erfahren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1292, "char_start_idx": 1035, "html_attrs": { "attrs": [ "class" ], "values": [ "teaser--text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1292, "char_start_idx": 1035, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "content--wrapper has--teaser menu--teaser", "width: 100%;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1292, "char_start_idx": 1035, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1314, "char_start_idx": 1292, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./", "menu--list-item-link", "Zyklus 1 (KG - 2. Kl.)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 1323, "char_start_idx": 1315, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./sprachen/", "menu--list-item-link", "Sprachen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1324, "char_start_idx": 1315, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1334, "char_start_idx": 1324, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./mathematik/", "menu--list-item-link", "Mathematik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1335, "char_start_idx": 1324, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1362, "char_start_idx": 1335, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./natur-mensch-gesellschaft/", "menu--list-item-link", "Natur, Mensch, Gesellschaft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1363, "char_start_idx": 1335, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1372, "char_start_idx": 1363, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./gestalten/", "menu--list-item-link", "Gestalten" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1373, "char_start_idx": 1363, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1394, "char_start_idx": 1373, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-1-kg-2.-kl./medien-und-informatik/", "menu--list-item-link", "Medien und Informatik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1395, "char_start_idx": 1373, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1395, "char_start_idx": 1315, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list menu--level-1 columns--2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1395, "char_start_idx": 1292, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 1417, "char_start_idx": 1395, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./", "menu--list-item-link", "Zyklus 2 (3. - 6. Kl.)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1426, "char_start_idx": 1418, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./sprachen/", "menu--list-item-link", "Sprachen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1427, "char_start_idx": 1418, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1437, "char_start_idx": 1427, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./mathematik/", "menu--list-item-link", "Mathematik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1438, "char_start_idx": 1427, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1465, "char_start_idx": 1438, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./natur-mensch-gesellschaft/", "menu--list-item-link", "Natur, Mensch, Gesellschaft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1466, "char_start_idx": 1438, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1475, "char_start_idx": 1466, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./gestalten/", "menu--list-item-link", "Gestalten" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1476, "char_start_idx": 1466, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1497, "char_start_idx": 1476, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-2-3.-6.-kl./medien-und-informatik/", "menu--list-item-link", "Medien und Informatik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1498, "char_start_idx": 1476, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1498, "char_start_idx": 1418, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list menu--level-1 columns--2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1498, "char_start_idx": 1395, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1520, "char_start_idx": 1498, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./", "menu--list-item-link", "Zyklus 3 (7. - 9. Kl.)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1529, "char_start_idx": 1521, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./sprachen/", "menu--list-item-link", "Sprachen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1530, "char_start_idx": 1521, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1540, "char_start_idx": 1530, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./mathematik/", "menu--list-item-link", "Mathematik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1541, "char_start_idx": 1530, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1568, "char_start_idx": 1541, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./natur-mensch-gesellschaft/", "menu--list-item-link", "Natur, Mensch, Gesellschaft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1569, "char_start_idx": 1541, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1578, "char_start_idx": 1569, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./gestalten/", "menu--list-item-link", "Gestalten" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1579, "char_start_idx": 1569, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1600, "char_start_idx": 1579, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/volksschule/zyklus-3-7.-9.-kl./medien-und-informatik/", "menu--list-item-link", "Medien und Informatik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1601, "char_start_idx": 1579, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1601, "char_start_idx": 1521, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list menu--level-1 columns--2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1601, "char_start_idx": 1498, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1601, "char_start_idx": 1292, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list menu--level-0 columns--2", "width: 50%;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 1601, "char_start_idx": 1292, "html_attrs": { "attrs": [ "class" ], "values": [ "content--wrapper has--content has--teaser" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1601, "char_start_idx": 1292, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1618, "char_start_idx": 1601, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/e-textiles-werken/", "menu--list-item-link", "E-Textiles Werken" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 1619, "char_start_idx": 1601, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 1629, "char_start_idx": 1619, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/", "menu--list-item-link", "littleBits" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1634, "char_start_idx": 1630, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/kits/", "menu--list-item-link", "Kits" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1635, "char_start_idx": 1630, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1645, "char_start_idx": 1635, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/power-bits/", "menu--list-item-link", "Power Bits" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1646, "char_start_idx": 1635, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1657, "char_start_idx": 1646, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/inputs-bits/", "menu--list-item-link", "Inputs Bits" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1658, "char_start_idx": 1646, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1667, "char_start_idx": 1658, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/wire-bits/", "menu--list-item-link", "Wire Bits" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1668, "char_start_idx": 1658, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1680, "char_start_idx": 1668, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/outputs-bits/", "menu--list-item-link", "Outputs Bits" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1681, "char_start_idx": 1668, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1688, "char_start_idx": 1681, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/zubehoer/", "menu--list-item-link", "Zubehör" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1689, "char_start_idx": 1681, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list-item item--level-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1689, "char_start_idx": 1630, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--list menu--level-1 columns--2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1689, "char_start_idx": 1619, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1703, "char_start_idx": 1689, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/power-adaptors/", "menu--list-item-link", "Power Adaptors" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1704, "char_start_idx": 1689, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1735, "char_start_idx": 1704, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/elektronik-bausaetze-und-zubehoer/", "menu--list-item-link", "Elektronik Bausätze und Zubehör" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1736, "char_start_idx": 1704, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1763, "char_start_idx": 1736, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/robotik-und-mikrokontroller/", "menu--list-item-link", "Robotik und Mikrokontroller" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1764, "char_start_idx": 1736, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1777, "char_start_idx": 1764, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/bbc-micro-bit/", "menu--list-item-link", "BBC Micro:bit" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1778, "char_start_idx": 1764, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1785, "char_start_idx": 1778, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/tetrix/", "menu--list-item-link", "TETRIX™" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1786, "char_start_idx": 1778, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1792, "char_start_idx": 1786, "html_attrs": { "attrs": [ "href", "class", "title", "target" ], "values": [ "https://educatec.ch/sphero", "menu--list-item-link", "Sphero", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1793, "char_start_idx": 1786, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1797, "char_start_idx": 1793, "html_attrs": { "attrs": [ "href", "class", "title", "target" ], "values": [ "https://educatec.ch/pglu", "menu--list-item-link", "PGLU", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1798, "char_start_idx": 1793, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1806, "char_start_idx": 1798, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/bauteile/", "menu--list-item-link", "Bauteile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1807, "char_start_idx": 1798, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1807, "char_start_idx": 1601, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list menu--level-0 columns--2", "width: 50%;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 1807, "char_start_idx": 1807, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--teaser", "width: 50%;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1807, "char_start_idx": 1601, "html_attrs": { "attrs": [ "class" ], "values": [ "content--wrapper has--content has--teaser" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1807, "char_start_idx": 1601, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1813, "char_start_idx": 1807, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/", "menu--list-item-link", "Physik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 1814, "char_start_idx": 1807, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 1822, "char_start_idx": 1814, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/biologie/", "menu--list-item-link", "Biologie" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1823, "char_start_idx": 1814, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1829, "char_start_idx": 1823, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/chemie/", "menu--list-item-link", "Chemie" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1830, "char_start_idx": 1823, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1839, "char_start_idx": 1830, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/ict-mint/", "menu--list-item-link", "ICT/ MINT" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1840, "char_start_idx": 1830, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1850, "char_start_idx": 1840, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/mathematik/", "menu--list-item-link", "Mathematik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1851, "char_start_idx": 1840, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1863, "char_start_idx": 1851, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/spektrometer/", "menu--list-item-link", "Spektrometer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1864, "char_start_idx": 1851, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1870, "char_start_idx": 1864, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/waagen/", "menu--list-item-link", "Waagen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1871, "char_start_idx": 1864, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list-item item--level-0", "width: 100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1871, "char_start_idx": 1807, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--list menu--level-0 columns--2", "width: 50%;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 2017, "char_start_idx": 2003, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "teaser--text-link", "https://educatec.ch/sek-ii-tertiaerstufe/", "mehr erfahren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2017, "char_start_idx": 1871, "html_attrs": { "attrs": [ "class" ], "values": [ "teaser--text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2017, "char_start_idx": 1871, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--teaser", "width: 50%;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2017, "char_start_idx": 1807, "html_attrs": { "attrs": [ "class" ], "values": [ "content--wrapper has--content has--teaser" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2017, "char_start_idx": 1807, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2278, "char_start_idx": 2264, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "teaser--text-link", "https://educatec.ch/media/pdf/76/1a/04/EducaTec_AG-_Serviceangebote_2.pdf", "mehr erfahren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2278, "char_start_idx": 2017, "html_attrs": { "attrs": [ "class" ], "values": [ "teaser--text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2278, "char_start_idx": 2017, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "content--wrapper has--teaser menu--teaser", "width: 100%;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2278, "char_start_idx": 2017, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2529, "char_start_idx": 2515, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "teaser--text-link", "https://educatec.ch/weiterbildung/", "mehr erfahren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2529, "char_start_idx": 2278, "html_attrs": { "attrs": [ "class" ], "values": [ "teaser--text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2529, "char_start_idx": 2278, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "menu--teaser", "width: 50%;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2529, "char_start_idx": 2278, "html_attrs": { "attrs": [ "class" ], "values": [ "content--wrapper has--content has--teaser" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2529, "char_start_idx": 2278, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2592, "char_start_idx": 2578, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "teaser--text-link", "https://educatec.ch/sonderangebote/", "mehr erfahren" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2592, "char_start_idx": 2529, "html_attrs": { "attrs": [ "class" ], "values": [ "teaser--text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2592, "char_start_idx": 2529, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "content--wrapper has--teaser menu--teaser", "width: 100%;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2592, "char_start_idx": 2529, "html_attrs": { "attrs": [ "class" ], "values": [ "menu--container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2592, "char_start_idx": 232, "html_attrs": { "attrs": [ "class", "data-advanced-menu", "data-hoverdelay" ], "values": [ "advanced-menu", "true", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2592, "char_start_idx": 112, "html_attrs": { "attrs": [ "class", "data-menu-scroller", "data-listselector", "data-viewportselector" ], "values": [ "container", "true", ".navigation--list.container", ".navigation--list-wrapper" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2592, "char_start_idx": 112, "html_attrs": { "attrs": [ "class" ], "values": [ "navigation-main" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 2592, "char_start_idx": 2592, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-left" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "i" }, { "char_end_idx": 2601, "char_start_idx": 2592, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb--title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 2602, "char_start_idx": 2592, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "breadcrumb--button breadcrumb--link", "https://educatec.ch/sek-ii-tertiaerstufe/", "Übersicht" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2602, "char_start_idx": 2592, "html_attrs": { "attrs": [ "class" ], "values": [ "content--breadcrumb block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "nav" }, { "char_end_idx": 2602, "char_start_idx": 2602, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "navigation--link link--prev" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2602, "char_start_idx": 2602, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#", "navigation--link link--next" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 2602, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class" ], "values": [ "product--navigation" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "nav" }, { "char_end_idx": 2602, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile--switches" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2602, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class" ], "values": [ "navigation--smartphone" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2617, "char_start_idx": 2617, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 2617, "char_start_idx": 2617, "html_attrs": { "attrs": [ "class" ], "values": [ "is--icon-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2617, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link link--go-forward", "https://educatec.ch/cat/index/sCategory/13", "13", "/widgets/listing/getCategory/categoryId/13", "LEGO Education" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 2617, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry has--sub-children", "menuitem" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 17, "type": "local", "value": "li" }, { "char_end_idx": 2625, "char_start_idx": 2625, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 2625, "char_start_idx": 2625, "html_attrs": { "attrs": [ "class" ], "values": [ "is--icon-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2625, "char_start_idx": 2617, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link link--go-forward", "https://educatec.ch/vernier/", "18", "/widgets/listing/getCategory/categoryId/18", "Vernier" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2625, "char_start_idx": 2617, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry has--sub-children", "menuitem" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2629, "char_start_idx": 2625, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/tts/", "363", "/widgets/listing/getCategory/categoryId/363", "TTS" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2629, "char_start_idx": 2625, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2641, "char_start_idx": 2641, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 2641, "char_start_idx": 2641, "html_attrs": { "attrs": [ "class" ], "values": [ "is--icon-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2641, "char_start_idx": 2629, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link link--go-forward", "https://educatec.ch/volksschule/", "102", "/widgets/listing/getCategory/categoryId/102", "Volksschule" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2641, "char_start_idx": 2629, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry has--sub-children", "menuitem" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2650, "char_start_idx": 2650, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 2650, "char_start_idx": 2650, "html_attrs": { "attrs": [ "class" ], "values": [ "is--icon-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2650, "char_start_idx": 2641, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link link--go-forward", "https://educatec.ch/tectools/", "343", "/widgets/listing/getCategory/categoryId/343", "TecTools" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2650, "char_start_idx": 2641, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry has--sub-children", "menuitem" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2672, "char_start_idx": 2672, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 2672, "char_start_idx": 2672, "html_attrs": { "attrs": [ "class" ], "values": [ "is--icon-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2672, "char_start_idx": 2650, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link is--active has--sub-categories link--go-forward", "https://educatec.ch/sek-ii-tertiaerstufe/", "11", "/widgets/listing/getCategory/categoryId/11", "Sek II & Tertiärstufe" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2679, "char_start_idx": 2672, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sek-ii-tertiaerstufe/physik/", "38", "/widgets/listing/getCategory/categoryId/38", "Physik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2679, "char_start_idx": 2672, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2688, "char_start_idx": 2679, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sek-ii-tertiaerstufe/biologie/", "39", "/widgets/listing/getCategory/categoryId/39", "Biologie" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2688, "char_start_idx": 2679, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2695, "char_start_idx": 2688, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sek-ii-tertiaerstufe/chemie/", "40", "/widgets/listing/getCategory/categoryId/40", "Chemie" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2695, "char_start_idx": 2688, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2705, "char_start_idx": 2695, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sek-ii-tertiaerstufe/ict-mint/", "41", "/widgets/listing/getCategory/categoryId/41", "ICT/ MINT" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2705, "char_start_idx": 2695, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2716, "char_start_idx": 2705, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sek-ii-tertiaerstufe/mathematik/", "42", "/widgets/listing/getCategory/categoryId/42", "Mathematik" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2716, "char_start_idx": 2705, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2729, "char_start_idx": 2716, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sek-ii-tertiaerstufe/spektrometer/", "370", "/widgets/listing/getCategory/categoryId/370", "Spektrometer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2729, "char_start_idx": 2716, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2736, "char_start_idx": 2729, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sek-ii-tertiaerstufe/waagen/", "369", "/widgets/listing/getCategory/categoryId/369", "Waagen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2736, "char_start_idx": 2729, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2736, "char_start_idx": 2672, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "sidebar--navigation categories--navigation navigation--list is--level1 is--rounded", "menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 2736, "char_start_idx": 2650, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry is--active has--sub-categories has--sub-children", "menuitem" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2752, "char_start_idx": 2736, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/media/pdf/76/1a/04/EducaTec_AG-_Serviceangebote_2.pdf", "341", "/widgets/listing/getCategory/categoryId/341", "Service Angebot" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 2752, "char_start_idx": 2736, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2766, "char_start_idx": 2766, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 2766, "char_start_idx": 2766, "html_attrs": { "attrs": [ "class" ], "values": [ "is--icon-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2766, "char_start_idx": 2752, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link link--go-forward", "https://educatec.ch/weiterbildung/", "348", "/widgets/listing/getCategory/categoryId/348", "Weiterbildung" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2766, "char_start_idx": 2752, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry has--sub-children", "menuitem" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2781, "char_start_idx": 2766, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/sonderangebote/", "19", "/widgets/listing/getCategory/categoryId/19", "Sonderangebote" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2781, "char_start_idx": 2766, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2789, "char_start_idx": 2781, "html_attrs": { "attrs": [ "class", "href", "data-categoryid", "data-fetchurl", "title" ], "values": [ "navigation--link", "https://educatec.ch/journal/", "256", "/widgets/listing/getCategory/categoryId/256", "Journal" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2789, "char_start_idx": 2781, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2789, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "sidebar--navigation categories--navigation navigation--list is--drop-down is--level0 is--rounded", "menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 16, "type": "local", "value": "ul" }, { "char_end_idx": 2789, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar--categories-navigation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 2793, "char_start_idx": 2789, "html_attrs": { "attrs": [ "class", "href", "title", "data-categoryid", "data-fetchurl", "target" ], "values": [ "navigation--link", "https://educatec.ch/FAQ/FAQ-NI-myDAQ", "FAQ", "88", "/widgets/listing/getCustomPage/pageId/88", "_parent" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2793, "char_start_idx": 2789, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2801, "char_start_idx": 2793, "html_attrs": { "attrs": [ "class", "href", "title", "data-categoryid", "data-fetchurl" ], "values": [ "navigation--link", "https://educatec.ch/support", "Support", "2", "/widgets/listing/getCustomPage/pageId/2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2801, "char_start_idx": 2793, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2809, "char_start_idx": 2801, "html_attrs": { "attrs": [ "class", "href", "title", "data-categoryid", "data-fetchurl", "target" ], "values": [ "navigation--link", "https://educatec.ch/kontaktformular", "Kontakt", "1", "/widgets/listing/getCustomPage/pageId/1", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2809, "char_start_idx": 2801, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2819, "char_start_idx": 2809, "html_attrs": { "attrs": [ "class", "href", "title", "data-categoryid", "data-fetchurl" ], "values": [ "navigation--link", "https://educatec.ch/impressum", "Impressum", "3", "/widgets/listing/getCustomPage/pageId/3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2819, "char_start_idx": 2809, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2831, "char_start_idx": 2819, "html_attrs": { "attrs": [ "class", "href", "title", "data-categoryid", "data-fetchurl" ], "values": [ "navigation--link", "https://educatec.ch/datenschutz", "Datenschutz", "7", "/widgets/listing/getCustomPage/pageId/7" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2831, "char_start_idx": 2819, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2835, "char_start_idx": 2831, "html_attrs": { "attrs": [ "class", "href", "title", "data-categoryid", "data-fetchurl" ], "values": [ "navigation--link", "https://educatec.ch/agb", "AGB", "4", "/widgets/listing/getCustomPage/pageId/4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2835, "char_start_idx": 2831, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation--entry", "menuitem" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2835, "char_start_idx": 2789, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "shop-sites--navigation sidebar--navigation navigation--list is--drop-down is--level0", "menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 2835, "char_start_idx": 2789, "html_attrs": { "attrs": [ "class" ], "values": [ "shop-sites--container is--rounded" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2835, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class", "data-subcategory-nav", "data-maincategoryid", "data-categoryid", "data-fetchurl" ], "values": [ "sidebar--categories-wrapper", "true", "3", "11", "/widgets/listing/getCategory/categoryId/11" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 2835, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar-main off-canvas" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 9, "type": "local", "value": "aside" }, { "char_end_idx": 2835, "char_start_idx": 2835, "html_attrs": { "attrs": [ "class", "data-image-slider", "data-image-gallery", "data-maxzoom", "data-thumbnails" ], "values": [ "product--image-container image-slider product--image-zoom", "true", "true", "0", ".image--thumbnails" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2835, "char_start_idx": 2835, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "brand", "FLIR® Systems, Inc" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "meta" }, { "char_end_idx": 2835, "char_start_idx": 2835, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "releaseDate", "2019-02-11" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "meta" }, { "char_end_idx": 2835, "char_start_idx": 2835, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "priceCurrency", "CHF" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "meta" }, { "char_end_idx": 2835, "char_start_idx": 2835, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--star" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "i" }, { "char_end_idx": 2844, "char_start_idx": 2835, "html_attrs": { "attrs": [ "href", "data-show-tab", "class", "rel", "title" ], "values": [ "#content--product-reviews", "true", "action--link link--publish-comment", "nofollow", "Bewertung abgeben" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "a" }, { "char_end_idx": 2844, "char_start_idx": 2835, "html_attrs": { "attrs": [ "class" ], "values": [ "product--actions" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "nav" }, { "char_end_idx": 2844, "char_start_idx": 2835, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype", "class" ], "values": [ "offers", "", "http://schema.org/Offer", "buybox--inner" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 2844, "char_start_idx": 2835, "html_attrs": { "attrs": [ "class" ], "values": [ "product--buybox block" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2844, "char_start_idx": 2835, "html_attrs": { "attrs": [ "class" ], "values": [ "product--detail-upper block-group" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2856, "char_start_idx": 2844, "html_attrs": { "attrs": [ "href", "class", "title", "data-tabname" ], "values": [ "#", "tab--link", "Beschreibung", "description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2872, "char_start_idx": 2857, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "#", "tab--link", "Garantie(Jahre)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2879, "char_start_idx": 2873, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "#", "tab--link", "Videos" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2898, "char_start_idx": 2880, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "#", "tab--link", "System Anforderung" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2911, "char_start_idx": 2899, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "#", "tab--link", "Weitere Info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2936, "char_start_idx": 2912, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "#", "tab--link", "Software Apps/Umgebungen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2950, "char_start_idx": 2949, "html_attrs": { "attrs": [ "class" ], "values": [ "product--rating-count" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2951, "char_start_idx": 2937, "html_attrs": { "attrs": [ "href", "class", "title", "data-tabname" ], "values": [ "#", "tab--link", "Bewertungen", "rating" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2951, "char_start_idx": 2844, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--navigation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3055, "char_start_idx": 3050, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "#", "tab--link", " mehr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3056, "char_start_idx": 2951, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--preview" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3396, "char_start_idx": 3056, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 3768, "char_start_idx": 3397, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4080, "char_start_idx": 3769, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4081, "char_start_idx": 3056, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "product--description", "description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4092, "char_start_idx": 4081, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-label is--bold" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 4118, "char_start_idx": 4093, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-value" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 4119, "char_start_idx": 4081, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4124, "char_start_idx": 4119, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-label is--bold" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 4209, "char_start_idx": 4125, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-value" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 4210, "char_start_idx": 4119, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 4224, "char_start_idx": 4210, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-label is--bold" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 4237, "char_start_idx": 4225, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-value" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 4238, "char_start_idx": 4210, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 4238, "char_start_idx": 4081, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties-table" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 4238, "char_start_idx": 4081, "html_attrs": { "attrs": [ "class" ], "values": [ "product--properties panel has--border" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4238, "char_start_idx": 4238, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "i" }, { "char_end_idx": 4258, "char_start_idx": 4238, "html_attrs": { "attrs": [ "href", "rel", "class", "title" ], "values": [ "https://educatec.ch/anfrage-formular?sInquiry=detail&sOrdernumber=FLIRONE3-IOS", "nofollow", "content--link link--contact", "Fragen zum Artikel?" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 4258, "char_start_idx": 4238, "html_attrs": { "attrs": [ "class" ], "values": [ "list--entry" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 4258, "char_start_idx": 4258, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 4289, "char_start_idx": 4258, "html_attrs": { "attrs": [ "href", "target", "class", "title", "rel" ], "values": [ "http://www.vernier.com/products/software/thermal-analysis/", "_blank", "content--link link--further-links", "Thermal Analysis for FLIR ONE™", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4289, "char_start_idx": 4258, "html_attrs": { "attrs": [ "class" ], "values": [ "list--entry" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4289, "char_start_idx": 4289, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 4355, "char_start_idx": 4289, "html_attrs": { "attrs": [ "href", "target", "class", "title", "rel" ], "values": [ "http://itunes.apple.com/us/app/vernier-graphical-analysis/id522996341?ls=1&mt=8", "_blank", "content--link link--further-links", "Graphical Analysis™ for iPad®, iPhone®, iPod touch®, and Android™", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4355, "char_start_idx": 4289, "html_attrs": { "attrs": [ "class" ], "values": [ "list--entry" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4355, "char_start_idx": 4355, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 4395, "char_start_idx": 4355, "html_attrs": { "attrs": [ "href", "target", "class", "title", "rel" ], "values": [ "https://www.vernier.com/products/software/thermal-analysis/", "_blank", "content--link link--further-links", "Vernier Thermal Analysis® for FLIR ONE™", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4395, "char_start_idx": 4355, "html_attrs": { "attrs": [ "class" ], "values": [ "list--entry" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4395, "char_start_idx": 4395, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 4444, "char_start_idx": 4395, "html_attrs": { "attrs": [ "href", "target", "class", "title", "rel" ], "values": [ "https://www.vernier.com/til/3694/", "_blank", "content--link link--further-links", "How to use Vernier Thermal Analysis for FLIR ONE", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4444, "char_start_idx": 4395, "html_attrs": { "attrs": [ "class" ], "values": [ "list--entry" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4444, "char_start_idx": 4444, "html_attrs": { "attrs": [ "class" ], "values": [ "icon--arrow-right" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 4483, "char_start_idx": 4444, "html_attrs": { "attrs": [ "href", "target", "class", "title" ], "values": [ "https://educatec.ch/flir-systems-inc/", "_parent", "content--link link--supplier", "Weitere Artikel von FLIR® Systems, Inc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4483, "char_start_idx": 4444, "html_attrs": { "attrs": [ "class" ], "values": [ "list--entry" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4483, "char_start_idx": 4238, "html_attrs": { "attrs": [ "class" ], "values": [ "content--list list--unstyled" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 4483, "char_start_idx": 3056, "html_attrs": { "attrs": [ "class" ], "values": [ "content--description" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4483, "char_start_idx": 3056, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--content" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4483, "char_start_idx": 2951, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4483, "char_start_idx": 4483, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4483, "char_start_idx": 4483, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 4789, "char_start_idx": 4483, "html_attrs": { "attrs": [ "class" ], "values": [ "attribute-tab-manager--description content--title attribute-tab-description--title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 4789, "char_start_idx": 4483, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--content tab-content mill--attribute-tab-manager" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 4789, "char_start_idx": 4483, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 4887, "char_start_idx": 4789, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 4913, "char_start_idx": 4888, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4959, "char_start_idx": 4914, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5005, "char_start_idx": 4960, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5058, "char_start_idx": 5006, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5078, "char_start_idx": 5059, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5079, "char_start_idx": 4789, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 5109, "char_start_idx": 5079, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5130, "char_start_idx": 5110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5155, "char_start_idx": 5131, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5156, "char_start_idx": 5079, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 5257, "char_start_idx": 5156, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 5265, "char_start_idx": 5257, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 5265, "char_start_idx": 5156, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 5374, "char_start_idx": 5266, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5424, "char_start_idx": 5375, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5583, "char_start_idx": 5425, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5715, "char_start_idx": 5584, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5873, "char_start_idx": 5716, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5874, "char_start_idx": 5266, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5874, "char_start_idx": 4789, "html_attrs": { "attrs": [ "class" ], "values": [ "attribute-tab-manager--description" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5874, "char_start_idx": 4789, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--content tab-content mill--attribute-tab-manager" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5874, "char_start_idx": 4789, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5968, "char_start_idx": 5874, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 6314, "char_start_idx": 5969, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 6587, "char_start_idx": 6315, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 6787, "char_start_idx": 6588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 6787, "char_start_idx": 6588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 6788, "char_start_idx": 5874, "html_attrs": { "attrs": [ "class" ], "values": [ "attribute-tab-manager--description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 5874, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--content tab-content mill--attribute-tab-manager" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 5874, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 6788, "html_attrs": { "attrs": [ "class" ], "values": [ "review--form-container" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 6788, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "content--product-reviews", "detail--product-reviews" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 6788, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "tab--product-comment", "tab--content" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 6788, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 2951, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container-list" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 6788, "char_start_idx": 2844, "html_attrs": { "attrs": [ "class" ], "values": [ "tab-menu--product" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6804, "char_start_idx": 6788, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "#content--similar-products", "Ähnliche Artikel", "tab--link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 6824, "char_start_idx": 6805, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "#content--also-bought", "Kunden kauften auch", "tab--link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6862, "char_start_idx": 6825, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "#content--customer-viewed", "Kunden haben sich ebenfalls angesehen", "tab--link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6863, "char_start_idx": 6788, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--navigation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 6863, "char_start_idx": 6863, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/f9/dc/26/product-irt-bta-_hero-001-1280-721_200x200.jpg, https://educatec.ch/media/image/8d/18/5e/[email protected] 2x", "Infrarot Temperatursensor", "Infrarot Temperatursensor" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 6863, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 6863, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 6863, "char_start_idx": 6863, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/1361/infrarot-temperatursensor", "Infrarot Temperatursensor", "product--image" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 6889, "char_start_idx": 6863, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/1361/infrarot-temperatursensor", "product--title", "Infrarot Temperatursensor" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 6889, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6889, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "IRT-BTA", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6889, "char_start_idx": 6889, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/7a/46/56/Screen-Shot-2017-11-14-at-20-50-22_200x200.png, https://educatec.ch/media/image/67/f5/85/[email protected] 2x", "FLIR ONE™ Pro Thermal Camera GEN 3", "FLIR ONE™ Pro Thermal Camera GEN 3" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 6889, "char_start_idx": 6889, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6889, "char_start_idx": 6889, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 6889, "char_start_idx": 6889, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3", "FLIR ONE™ Pro Thermal Camera GEN 3", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 6924, "char_start_idx": 6889, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3", "product--title", "FLIR ONE™ Pro Thermal Camera GEN 3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 6924, "char_start_idx": 6889, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6924, "char_start_idx": 6889, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "FLIRPRO-IOS", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 6924, "char_start_idx": 6924, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/0b/f3/86/ir-temperature-sensor-for-ev3-or-nxt-jpg_200x200.png", "IR Temperature Sensor for EV3 or NXT", "IR Temperature Sensor for EV3 or NXT" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 6924, "char_start_idx": 6924, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6924, "char_start_idx": 6924, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 6924, "char_start_idx": 6924, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/ergaenzungssortiment/2641/ir-temperature-sensor-for-ev3-or-nxt", "IR Temperature Sensor for EV3 or NXT", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 6961, "char_start_idx": 6924, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/mindstorms-ev3/ergaenzungssortiment/2641/ir-temperature-sensor-for-ev3-or-nxt", "product--title", "IR Temperature Sensor for EV3 or NXT" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 6961, "char_start_idx": 6924, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6961, "char_start_idx": 6924, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "MS-IRThermometer", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 6961, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class" ], "values": [ "product-slider--container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6961, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class", "data-initonevent", "data-product-slider" ], "values": [ "tab--content content--similar similar--content product-slider ", "onShowContent-similar", "true" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 6961, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class", "data-tab-id" ], "values": [ "tab--container", "similar" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 6961, "char_start_idx": 6961, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/7a/46/56/Screen-Shot-2017-11-14-at-20-50-22_200x200.png, https://educatec.ch/media/image/67/f5/85/[email protected] 2x", "FLIR ONE™ Pro Thermal Camera GEN 3", "FLIR ONE™ Pro Thermal Camera GEN 3" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "img" }, { "char_end_idx": 6961, "char_start_idx": 6961, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "span" }, { "char_end_idx": 6961, "char_start_idx": 6961, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 6961, "char_start_idx": 6961, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3", "FLIR ONE™ Pro Thermal Camera GEN 3", "product--image" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 6996, "char_start_idx": 6961, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/2410/flir-one-pro-thermal-camera-gen-3", "product--title", "FLIR ONE™ Pro Thermal Camera GEN 3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "a" }, { "char_end_idx": 6996, "char_start_idx": 6961, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 6996, "char_start_idx": 6961, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "FLIRPRO-IOS", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 6996, "char_start_idx": 6996, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/0c/e8/99/pf-motor-controller-for-nxt-or-ev3-pfmate_200x200.jpg, https://educatec.ch/media/image/00/15/61/[email protected] 2x", "Power Functions Motorcontroller for NXT and EV3", "Power Functions Motorcontroller for NXT and EV3" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 6996, "char_start_idx": 6996, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 6996, "char_start_idx": 6996, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 6996, "char_start_idx": 6996, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/lego-education/lego-technik/lego-power-functions/1991/power-functions-motorcontroller-for-nxt-and-ev3", "Power Functions Motorcontroller for NXT and EV3", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7044, "char_start_idx": 6996, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/lego-education/lego-technik/lego-power-functions/1991/power-functions-motorcontroller-for-nxt-and-ev3", "product--title", "Power Functions Motorcontroller for NXT and EV3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7044, "char_start_idx": 6996, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7044, "char_start_idx": 6996, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "MS-PFMate", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7044, "char_start_idx": 7044, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/71/a7/a7/466995-littlebits-droid-inventor-kit_200x200.png, https://educatec.ch/media/image/5d/9b/b8/[email protected] 2x", "LittleBit Droid Inventor Kit", "LittleBit Droid Inventor Kit" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7044, "char_start_idx": 7044, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7044, "char_start_idx": 7044, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7044, "char_start_idx": 7044, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/tectools/littlebits/kits/2734/littlebits-droid-inventor-kit", "littleBits Droid Inventor Kit", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7074, "char_start_idx": 7044, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/littlebits/kits/2734/littlebits-droid-inventor-kit", "product--title", "littleBits Droid Inventor Kit" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7074, "char_start_idx": 7044, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7074, "char_start_idx": 7044, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "LB-DROID", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7074, "char_start_idx": 7074, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/41/2b/b8/product-kw-cb50-_h0442-_hero-001-1280-721_200x200.jpg", "Chipboard Sheets 50 Pack", "Chipboard Sheets 50 Pack" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7074, "char_start_idx": 7074, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7074, "char_start_idx": 7074, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7074, "char_start_idx": 7074, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/vernier/kidwind/2718/chipboard-sheets-50-pack", "Chipboard Sheets 50 Pack", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7099, "char_start_idx": 7074, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/kidwind/2718/chipboard-sheets-50-pack", "product--title", "Chipboard Sheets 50 Pack" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7099, "char_start_idx": 7099, "html_attrs": { "attrs": [ "class" ], "values": [ "product--price-info" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7099, "char_start_idx": 7074, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7099, "char_start_idx": 7074, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "KW-CB50", "11" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7099, "char_start_idx": 7099, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "SCA-MOB-50", "11" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7099, "char_start_idx": 7099, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/8f/81/39/studen_pic05_200x200.gif, https://educatec.ch/media/image/51/fd/f4/[email protected] 2x", "TINA - Basic Design Suite Edition", "TINA - Basic Design Suite Edition" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "img" }, { "char_end_idx": 7099, "char_start_idx": 7099, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 7099, "char_start_idx": 7099, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 7099, "char_start_idx": 7099, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/2645/tina-basic-design-suite-edition", "TINA - Basic Design Suite Edition", "product--image" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 7133, "char_start_idx": 7099, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/2645/tina-basic-design-suite-edition", "product--title", "TINA - Basic Design Suite Edition" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 17, "type": "local", "value": "a" }, { "char_end_idx": 7133, "char_start_idx": 7099, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 7133, "char_start_idx": 7099, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "DS-T10-CL-DS-SW", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7133, "char_start_idx": 7133, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/29/33/cb/DMPL_200x200.jpg, https://educatec.ch/media/image/82/27/61/[email protected] 2x", "Davis Weather Station Mounting Pole Kit", "Davis Weather Station Mounting Pole Kit" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7133, "char_start_idx": 7133, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7133, "char_start_idx": 7133, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7133, "char_start_idx": 7133, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/vernier/zubehoer/2606/davis-weather-station-mounting-pole-kit", "Davis Weather Station Mounting Pole Kit", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7173, "char_start_idx": 7133, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/zubehoer/2606/davis-weather-station-mounting-pole-kit", "product--title", "Davis Weather Station Mounting Pole Kit" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7173, "char_start_idx": 7133, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7173, "char_start_idx": 7133, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "DMPL", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7173, "char_start_idx": 7173, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "WON-CHALLENGE_DE", "11" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7173, "char_start_idx": 7173, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/ff/23/f8/ALT-MuscularBody_200x200.jpg, https://educatec.ch/media/image/1c/bb/d9/[email protected] 2x", "Altay Muscular Body", "Altay Muscular Body" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 7173, "char_start_idx": 7173, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 7173, "char_start_idx": 7173, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 7173, "char_start_idx": 7173, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/biologie/2302/altay-muscular-body", "Altay Muscular Body", "product--image" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 7193, "char_start_idx": 7173, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/biologie/2302/altay-muscular-body", "product--title", "Altay Muscular Body" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 7193, "char_start_idx": 7173, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7193, "char_start_idx": 7173, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "ALT-6000.58", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7193, "char_start_idx": 7193, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/42/8e/53/New_Wonder_Pack_200x200.jpg, https://educatec.ch/media/image/b7/3a/0a/[email protected] 2x", "Dash & Dot Wonder Pack von Wonder Workshop", "Dash & Dot Wonder Pack von Wonder Workshop" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7193, "char_start_idx": 7193, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7193, "char_start_idx": 7193, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7193, "char_start_idx": 7193, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/tectools/robotik-und-mikrokontroller/2155/dash-dot-wonder-pack-von-wonder-workshop", "Dash & Dot Wonder Pack von Wonder Workshop", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7236, "char_start_idx": 7193, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tectools/robotik-und-mikrokontroller/2155/dash-dot-wonder-pack-von-wonder-workshop", "product--title", "Dash & Dot Wonder Pack von Wonder Workshop" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7236, "char_start_idx": 7193, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7236, "char_start_idx": 7193, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "WON-PACK", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7236, "char_start_idx": 7236, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/7b/d2/65/gdx-svispl_1280_720_200x200.jpg, https://educatec.ch/media/image/21/bf/7a/[email protected] 2x", "Go Direct SpectroVis", "Go Direct SpectroVis" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7236, "char_start_idx": 7236, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7236, "char_start_idx": 7236, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7236, "char_start_idx": 7236, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/vernier/labor-geraete/spektrofotometer/2089/go-direct-spectrovis-plus-spectrophotometer", "Go Direct™ SpectroVis® Plus Spectrophotometer", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7282, "char_start_idx": 7236, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/labor-geraete/spektrofotometer/2089/go-direct-spectrovis-plus-spectrophotometer", "product--title", "Go Direct™ SpectroVis® Plus Spectrophotometer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7282, "char_start_idx": 7236, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7282, "char_start_idx": 7236, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "GDX-SVISPL", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7282, "char_start_idx": 7282, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/00/43/42/0-10x_hr_lens_200x200.jpg, https://educatec.ch/media/image/5e/ca/e0/[email protected] 2x", "Mobile and HR2/HR Lenses", "Mobile and HR2/HR Lenses" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7282, "char_start_idx": 7282, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7282, "char_start_idx": 7282, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7282, "char_start_idx": 7282, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/biologie/1805/mobile-and-hr2/hr-lenses", "Mobile and HR2/HR Lenses", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7307, "char_start_idx": 7282, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/biologie/1805/mobile-and-hr2/hr-lenses", "product--title", "Mobile and HR2/HR Lenses" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7307, "char_start_idx": 7282, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7307, "char_start_idx": 7282, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "SCA-127393", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7307, "char_start_idx": 7307, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/5b/0a/9c/InO-Bot_2_200x200.jpg, https://educatec.ch/media/image/2b/ba/7a/[email protected] 2x", "ino-bot", "ino-bot" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7307, "char_start_idx": 7307, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7307, "char_start_idx": 7307, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7307, "char_start_idx": 7307, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/tts/1796/ino-bot", "InO-Bot", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7315, "char_start_idx": 7307, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/tts/1796/ino-bot", "product--title", "InO-Bot" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7315, "char_start_idx": 7307, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7315, "char_start_idx": 7307, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "BB-EL00483", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7315, "char_start_idx": 7315, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/56/26/ca/product-cs-dmi-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/14/a2/5b/[email protected] 2x", "Celestron Digital Microscope Imager", "Celestron Digital Microscope Imager" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7315, "char_start_idx": 7315, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7315, "char_start_idx": 7315, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7315, "char_start_idx": 7315, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/vernier/labor-geraete/andere/1765/celestron-digital-microscope-imager", "Celestron Digital Microscope Imager", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7351, "char_start_idx": 7315, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/labor-geraete/andere/1765/celestron-digital-microscope-imager", "product--title", "Celestron Digital Microscope Imager" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7351, "char_start_idx": 7315, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7351, "char_start_idx": 7315, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "CS-DMI", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7351, "char_start_idx": 7351, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/78/00/39/product-cwv-_cover-001_200x200.jpg, https://educatec.ch/media/image/e5/0d/f3/[email protected] 2x", "Chemistry with Vernier", "Chemistry with Vernier" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7351, "char_start_idx": 7351, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7351, "char_start_idx": 7351, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7351, "char_start_idx": 7351, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/vernier/labor-buecher/1556/chemistry-with-vernier", "Chemistry with Vernier", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7374, "char_start_idx": 7351, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/labor-buecher/1556/chemistry-with-vernier", "product--title", "Chemistry with Vernier" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7374, "char_start_idx": 7351, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7374, "char_start_idx": 7351, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "CWC-LP", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7374, "char_start_idx": 7374, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/ae/7c/93/product-vrm-btd-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/b7/fd/c2/[email protected] 2x", "Vernier Strahlungsmonitor", "Vernier Strahlungsmonitor" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7374, "char_start_idx": 7374, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7374, "char_start_idx": 7374, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7374, "char_start_idx": 7374, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/vernier/sensoren/1400/vernier-strahlungsmonitor", "Vernier Strahlungsmonitor", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7400, "char_start_idx": 7374, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/sensoren/1400/vernier-strahlungsmonitor", "product--title", "Vernier Strahlungsmonitor" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7400, "char_start_idx": 7374, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7400, "char_start_idx": 7374, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "VRM-BTD", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7400, "char_start_idx": 7400, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/70/c6/e4/product-rh-bta-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/c8/90/42/[email protected] 2x", "Sensor für relative Luftfeuchtigkeit", "Sensor für relative Luftfeuchtigkeit" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7400, "char_start_idx": 7400, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7400, "char_start_idx": 7400, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7400, "char_start_idx": 7400, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/1382/sensor-fuer-relative-luftfeuchtigkeit", "Sensor für relative Luftfeuchtigkeit", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7437, "char_start_idx": 7400, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/sek-ii-tertiaerstufe/physik/1382/sensor-fuer-relative-luftfeuchtigkeit", "product--title", "Sensor für relative Luftfeuchtigkeit" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7437, "char_start_idx": 7400, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7437, "char_start_idx": 7400, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "RH-BTA", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7437, "char_start_idx": 7437, "html_attrs": { "attrs": [ "srcset", "alt", "title" ], "values": [ "https://educatec.ch/media/image/e0/98/da/product-dfs-bta-_hero-001-1280-720_200x200.jpg, https://educatec.ch/media/image/ae/fb/b5/[email protected] 2x", "Kraftsensor mit zwei Messbereichen", "Kraftsensor mit zwei Messbereichen" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 7437, "char_start_idx": 7437, "html_attrs": { "attrs": [ "class" ], "values": [ "image--media" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 7437, "char_start_idx": 7437, "html_attrs": { "attrs": [ "class" ], "values": [ "image--element" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 7437, "char_start_idx": 7437, "html_attrs": { "attrs": [ "href", "title", "class" ], "values": [ "https://educatec.ch/vernier/sensoren/1364/kraftsensor-mit-zwei-messbereichen", "Kraftsensor mit zwei Messbereichen", "product--image" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7472, "char_start_idx": 7437, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://educatec.ch/vernier/sensoren/1364/kraftsensor-mit-zwei-messbereichen", "product--title", "Kraftsensor mit zwei Messbereichen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7472, "char_start_idx": 7437, "html_attrs": { "attrs": [ "class" ], "values": [ "product--info" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 7437, "html_attrs": { "attrs": [ "class", "data-page-index", "data-ordernumber", "data-category-id" ], "values": [ "product-slider--item product--box box--slider box--content is--rounded", "", "DFS-BTA", "11" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 6961, "html_attrs": { "attrs": [ "class" ], "values": [ "product-slider--container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 6961, "html_attrs": { "attrs": [ "class", "data-initonevent", "data-product-slider" ], "values": [ "tab--content content--also-viewed viewed--content product-slider ", "onShowContent-alsoviewed", "true" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 6961, "html_attrs": { "attrs": [ "class", "data-tab-id" ], "values": [ "tab--container", "alsoviewed" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 6863, "html_attrs": { "attrs": [ "class" ], "values": [ "tab--container-list" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 6788, "html_attrs": { "attrs": [ "class" ], "values": [ "tab-menu--cross-selling" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 2835, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype", "data-product-navigation", "data-category-id", "data-main-ordernumber", "data-ajax-wishlist", "data-compare-ajax", "data-ajax-variants-container" ], "values": [ "content--wrapper content product--details", "", "http://schema.org/Product", "/widgets/listing/productNavigation", "11", "FLIRONE3-IOS", "true", "true", "true" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 2602, "html_attrs": { "attrs": [ "class" ], "values": [ "content-main--inner" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 2592, "html_attrs": { "attrs": [ "class" ], "values": [ "content-main container block-group" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "section" }, { "char_end_idx": 7472, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "page-wrap" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7472, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "is--ctl-detail is--act-index " ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 112, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "Um EducaTec AG in vollem Umfang nutzen zu können, empfehlen wir Ihnen Javascript in Ihrem Browser zu aktiveren.\n" }, { "char_end_idx": 116, "char_start_idx": 112, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 131, "char_start_idx": 116, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLEGO Education" }, { "char_end_idx": 139, "char_start_idx": 131, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVernier" }, { "char_end_idx": 143, "char_start_idx": 139, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTTS" }, { "char_end_idx": 155, "char_start_idx": 143, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVolksschule" }, { "char_end_idx": 164, "char_start_idx": 155, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTecTools" }, { "char_end_idx": 186, "char_start_idx": 164, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSek II & Tertiärstufe" }, { "char_end_idx": 202, "char_start_idx": 186, "key": "paragraph", "marker": "li", "type": "local", "value": "\nService Angebot" }, { "char_end_idx": 216, "char_start_idx": 202, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWeiterbildung" }, { "char_end_idx": 231, "char_start_idx": 216, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSonderangebote" }, { "char_end_idx": 232, "char_start_idx": 231, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 244, "char_start_idx": 232, "key": "paragraph", "marker": "li", "type": "local", "value": "SPIKE Prime\n" }, { "char_end_idx": 278, "char_start_idx": 244, "key": "paragraph", "marker": "li", "type": "local", "value": "MINDSTORMS EV3\nBasisset (Robotik)\n" }, { "char_end_idx": 293, "char_start_idx": 278, "key": "paragraph", "marker": "li", "type": "local", "value": "Aktivätsmodule\n" }, { "char_end_idx": 310, "char_start_idx": 293, "key": "paragraph", "marker": "li", "type": "local", "value": "Erweiterungssets\n" }, { "char_end_idx": 319, "char_start_idx": 310, "key": "paragraph", "marker": "li", "type": "local", "value": "Sensoren\n" }, { "char_end_idx": 329, "char_start_idx": 319, "key": "paragraph", "marker": "li", "type": "local", "value": "Literatur\n" }, { "char_end_idx": 349, "char_start_idx": 329, "key": "paragraph", "marker": "li", "type": "local", "value": "Ergänzungssortiment\n" }, { "char_end_idx": 362, "char_start_idx": 349, "key": "paragraph", "marker": "li", "type": "local", "value": "LEGO Technik\n" }, { "char_end_idx": 375, "char_start_idx": 362, "key": "paragraph", "marker": "li", "type": "local", "value": "WeDo Science\n" }, { "char_end_idx": 391, "char_start_idx": 375, "key": "paragraph", "marker": "li", "type": "local", "value": "DUPLO Vorschule\n" }, { "char_end_idx": 401, "char_start_idx": 391, "key": "paragraph", "marker": "li", "type": "local", "value": "Literatur\n" }, { "char_end_idx": 418, "char_start_idx": 401, "key": "paragraph", "marker": "li", "type": "local", "value": "LEGO Ersatzteile\n" }, { "char_end_idx": 435, "char_start_idx": 418, "key": "paragraph", "marker": "ul", "type": "local", "value": "Weitere Produkte\n" }, { "char_end_idx": 693, "char_start_idx": 435, "key": "paragraph", "marker": "div", "type": "local", "value": "Seit über 30 Jahren arbeitet LEGO® Education mit Lehrern und Bildungsspezialisten zusammen, um Aufgaben und Unterrichtsmaterialien zu entwickeln, die den Schulstoff lebendig werden lassen und Spass am Lernen vermitteln. Viele Lehrpläne sind... mehr erfahren\n" }, { "char_end_idx": 702, "char_start_idx": 693, "key": "paragraph", "marker": "li", "type": "local", "value": "Sensoren\n" }, { "char_end_idx": 711, "char_start_idx": 702, "key": "paragraph", "marker": "li", "type": "local", "value": "Software\n" }, { "char_end_idx": 726, "char_start_idx": 711, "key": "paragraph", "marker": "li", "type": "local", "value": "Schnittstellen\n" }, { "char_end_idx": 739, "char_start_idx": 726, "key": "paragraph", "marker": "li", "type": "local", "value": "Labor Bücher\n" }, { "char_end_idx": 752, "char_start_idx": 739, "key": "paragraph", "marker": "li", "type": "local", "value": "Labor Geräte\n" }, { "char_end_idx": 760, "char_start_idx": 752, "key": "paragraph", "marker": "li", "type": "local", "value": "Zubehör\n" }, { "char_end_idx": 768, "char_start_idx": 760, "key": "paragraph", "marker": "li", "type": "local", "value": "KidWind\n" }, { "char_end_idx": 776, "char_start_idx": 768, "key": "paragraph", "marker": "ul", "type": "local", "value": "Anderes\n" }, { "char_end_idx": 1035, "char_start_idx": 776, "key": "paragraph", "marker": "div", "type": "local", "value": "Vernier Software & Technology ist ein führender Entwickler von Messgeräten im mathematischen, naturwissenschaftlichen Bereich. Die Firma feiert in diesem Jahr (2016) ihr 35-jähriges Bestehen und ist unterdessen in über 140 Ländern vertreten.... mehr erfahren\n" }, { "char_end_idx": 1292, "char_start_idx": 1035, "key": "paragraph", "marker": "div", "type": "local", "value": "From humble beginnings in a garage in the Midlands, to supplying over 64 countries across the globe, we have been talking to educators and inventing new reasons for children to love learning for over 30 years. It was a simple scene back in... mehr erfahren\n" }, { "char_end_idx": 1324, "char_start_idx": 1292, "key": "paragraph", "marker": "li", "type": "local", "value": "Zyklus 1 (KG - 2. Kl.)\nSprachen\n" }, { "char_end_idx": 1335, "char_start_idx": 1324, "key": "paragraph", "marker": "li", "type": "local", "value": "Mathematik\n" }, { "char_end_idx": 1363, "char_start_idx": 1335, "key": "paragraph", "marker": "li", "type": "local", "value": "Natur, Mensch, Gesellschaft\n" }, { "char_end_idx": 1373, "char_start_idx": 1363, "key": "paragraph", "marker": "li", "type": "local", "value": "Gestalten\n" }, { "char_end_idx": 1395, "char_start_idx": 1373, "key": "paragraph", "marker": "li", "type": "local", "value": "Medien und Informatik\n" }, { "char_end_idx": 1427, "char_start_idx": 1395, "key": "paragraph", "marker": "li", "type": "local", "value": "Zyklus 2 (3. - 6. Kl.)\nSprachen\n" }, { "char_end_idx": 1438, "char_start_idx": 1427, "key": "paragraph", "marker": "li", "type": "local", "value": "Mathematik\n" }, { "char_end_idx": 1466, "char_start_idx": 1438, "key": "paragraph", "marker": "li", "type": "local", "value": "Natur, Mensch, Gesellschaft\n" }, { "char_end_idx": 1476, "char_start_idx": 1466, "key": "paragraph", "marker": "li", "type": "local", "value": "Gestalten\n" }, { "char_end_idx": 1498, "char_start_idx": 1476, "key": "paragraph", "marker": "li", "type": "local", "value": "Medien und Informatik\n" }, { "char_end_idx": 1530, "char_start_idx": 1498, "key": "paragraph", "marker": "li", "type": "local", "value": "Zyklus 3 (7. - 9. Kl.)\nSprachen\n" }, { "char_end_idx": 1541, "char_start_idx": 1530, "key": "paragraph", "marker": "li", "type": "local", "value": "Mathematik\n" }, { "char_end_idx": 1569, "char_start_idx": 1541, "key": "paragraph", "marker": "li", "type": "local", "value": "Natur, Mensch, Gesellschaft\n" }, { "char_end_idx": 1579, "char_start_idx": 1569, "key": "paragraph", "marker": "li", "type": "local", "value": "Gestalten\n" }, { "char_end_idx": 1601, "char_start_idx": 1579, "key": "paragraph", "marker": "ul", "type": "local", "value": "Medien und Informatik\n" }, { "char_end_idx": 1619, "char_start_idx": 1601, "key": "paragraph", "marker": "li", "type": "local", "value": "E-Textiles Werken\n" }, { "char_end_idx": 1635, "char_start_idx": 1619, "key": "paragraph", "marker": "li", "type": "local", "value": "littleBits\nKits\n" }, { "char_end_idx": 1646, "char_start_idx": 1635, "key": "paragraph", "marker": "li", "type": "local", "value": "Power Bits\n" }, { "char_end_idx": 1658, "char_start_idx": 1646, "key": "paragraph", "marker": "li", "type": "local", "value": "Inputs Bits\n" }, { "char_end_idx": 1668, "char_start_idx": 1658, "key": "paragraph", "marker": "li", "type": "local", "value": "Wire Bits\n" }, { "char_end_idx": 1681, "char_start_idx": 1668, "key": "paragraph", "marker": "li", "type": "local", "value": "Outputs Bits\n" }, { "char_end_idx": 1689, "char_start_idx": 1681, "key": "paragraph", "marker": "li", "type": "local", "value": "Zubehör\n" }, { "char_end_idx": 1704, "char_start_idx": 1689, "key": "paragraph", "marker": "li", "type": "local", "value": "Power Adaptors\n" }, { "char_end_idx": 1736, "char_start_idx": 1704, "key": "paragraph", "marker": "li", "type": "local", "value": "Elektronik Bausätze und Zubehör\n" }, { "char_end_idx": 1764, "char_start_idx": 1736, "key": "paragraph", "marker": "li", "type": "local", "value": "Robotik und Mikrokontroller\n" }, { "char_end_idx": 1778, "char_start_idx": 1764, "key": "paragraph", "marker": "li", "type": "local", "value": "BBC Micro:bit\n" }, { "char_end_idx": 1786, "char_start_idx": 1778, "key": "paragraph", "marker": "li", "type": "local", "value": "TETRIX™\n" }, { "char_end_idx": 1793, "char_start_idx": 1786, "key": "paragraph", "marker": "li", "type": "local", "value": "Sphero\n" }, { "char_end_idx": 1798, "char_start_idx": 1793, "key": "paragraph", "marker": "li", "type": "local", "value": "PGLU\n" }, { "char_end_idx": 1807, "char_start_idx": 1798, "key": "paragraph", "marker": "ul", "type": "local", "value": "Bauteile\n" }, { "char_end_idx": 1814, "char_start_idx": 1807, "key": "paragraph", "marker": "li", "type": "local", "value": "Physik\n" }, { "char_end_idx": 1823, "char_start_idx": 1814, "key": "paragraph", "marker": "li", "type": "local", "value": "Biologie\n" }, { "char_end_idx": 1830, "char_start_idx": 1823, "key": "paragraph", "marker": "li", "type": "local", "value": "Chemie\n" }, { "char_end_idx": 1840, "char_start_idx": 1830, "key": "paragraph", "marker": "li", "type": "local", "value": "ICT/ MINT\n" }, { "char_end_idx": 1851, "char_start_idx": 1840, "key": "paragraph", "marker": "li", "type": "local", "value": "Mathematik\n" }, { "char_end_idx": 1864, "char_start_idx": 1851, "key": "paragraph", "marker": "li", "type": "local", "value": "Spektrometer\n" }, { "char_end_idx": 1871, "char_start_idx": 1864, "key": "paragraph", "marker": "ul", "type": "local", "value": "Waagen\n" }, { "char_end_idx": 2017, "char_start_idx": 1871, "key": "paragraph", "marker": "div", "type": "local", "value": "Lernzentren, Fachmittelschulen, Berufsschulen, Maturitätsschulen, Höhere Fachschulen, Fachhochschulen und universitäre Hochschulen. mehr erfahren\n" }, { "char_end_idx": 2278, "char_start_idx": 2017, "key": "paragraph", "marker": "div", "type": "local", "value": "Unsere Serviceangebote umfassen drei Sparten und sind in der unten stehenden Tabelle entsprechend eingeteilt. Diese Dienstleistungen können nach individuellem Bedarf zusammengestellt werden. Die Durchführung erfolgt zu einem Tarif von 600 CHF... mehr erfahren\n" }, { "char_end_idx": 2529, "char_start_idx": 2278, "key": "paragraph", "marker": "div", "type": "local", "value": "Möchten Sie sich gerne zu einem unserer Lehrmittel weiterbilden oder die Arbeit damit vertiefen?Möchten Sie in ihrer Klasse ein Projekt mit einem unserer Lehrmittel durchführen? In diesem Bereich finden Sie unsere Weiterbildungs- und... mehr erfahren\n" }, { "char_end_idx": 2592, "char_start_idx": 2529, "key": "paragraph", "marker": "div", "type": "local", "value": "Hier finden Sie Auslaufartikel sowie Restposten. mehr erfahren\n" }, { "char_end_idx": 2602, "char_start_idx": 2592, "key": "paragraph", "marker": "nav", "type": "local", "value": "Übersicht\n" }, { "char_end_idx": 2617, "char_start_idx": 2602, "key": "paragraph", "marker": "li", "type": "local", "value": "LEGO Education\n" }, { "char_end_idx": 2625, "char_start_idx": 2617, "key": "paragraph", "marker": "li", "type": "local", "value": "Vernier\n" }, { "char_end_idx": 2629, "char_start_idx": 2625, "key": "paragraph", "marker": "li", "type": "local", "value": "TTS\n" }, { "char_end_idx": 2641, "char_start_idx": 2629, "key": "paragraph", "marker": "li", "type": "local", "value": "Volksschule\n" }, { "char_end_idx": 2650, "char_start_idx": 2641, "key": "paragraph", "marker": "li", "type": "local", "value": "TecTools\n" }, { "char_end_idx": 2679, "char_start_idx": 2650, "key": "paragraph", "marker": "li", "type": "local", "value": "Sek II & Tertiärstufe\nPhysik\n" }, { "char_end_idx": 2688, "char_start_idx": 2679, "key": "paragraph", "marker": "li", "type": "local", "value": "Biologie\n" }, { "char_end_idx": 2695, "char_start_idx": 2688, "key": "paragraph", "marker": "li", "type": "local", "value": "Chemie\n" }, { "char_end_idx": 2705, "char_start_idx": 2695, "key": "paragraph", "marker": "li", "type": "local", "value": "ICT/ MINT\n" }, { "char_end_idx": 2716, "char_start_idx": 2705, "key": "paragraph", "marker": "li", "type": "local", "value": "Mathematik\n" }, { "char_end_idx": 2729, "char_start_idx": 2716, "key": "paragraph", "marker": "li", "type": "local", "value": "Spektrometer\n" }, { "char_end_idx": 2736, "char_start_idx": 2729, "key": "paragraph", "marker": "li", "type": "local", "value": "Waagen\n" }, { "char_end_idx": 2752, "char_start_idx": 2736, "key": "paragraph", "marker": "li", "type": "local", "value": "Service Angebot\n" }, { "char_end_idx": 2766, "char_start_idx": 2752, "key": "paragraph", "marker": "li", "type": "local", "value": "Weiterbildung\n" }, { "char_end_idx": 2781, "char_start_idx": 2766, "key": "paragraph", "marker": "li", "type": "local", "value": "Sonderangebote\n" }, { "char_end_idx": 2789, "char_start_idx": 2781, "key": "paragraph", "marker": "ul", "type": "local", "value": "Journal\n" }, { "char_end_idx": 2793, "char_start_idx": 2789, "key": "paragraph", "marker": "li", "type": "local", "value": "FAQ\n" }, { "char_end_idx": 2801, "char_start_idx": 2793, "key": "paragraph", "marker": "li", "type": "local", "value": "Support\n" }, { "char_end_idx": 2809, "char_start_idx": 2801, "key": "paragraph", "marker": "li", "type": "local", "value": "Kontakt\n" }, { "char_end_idx": 2819, "char_start_idx": 2809, "key": "paragraph", "marker": "li", "type": "local", "value": "Impressum\n" }, { "char_end_idx": 2831, "char_start_idx": 2819, "key": "paragraph", "marker": "li", "type": "local", "value": "Datenschutz\n" }, { "char_end_idx": 2835, "char_start_idx": 2831, "key": "paragraph", "marker": "div", "type": "local", "value": "AGB\n" }, { "char_end_idx": 2844, "char_start_idx": 2835, "key": "paragraph", "marker": "nav", "type": "local", "value": "Bewerten\n" }, { "char_end_idx": 2951, "char_start_idx": 2844, "key": "paragraph", "marker": "div", "type": "local", "value": "Beschreibung Garantie(Jahre) Videos System Anforderung Weitere Info Software Apps/Umgebungen Bewertungen 0\n" }, { "char_end_idx": 3056, "char_start_idx": 2951, "key": "paragraph", "marker": "div", "type": "local", "value": "FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a... mehr\n" }, { "char_end_idx": 3397, "char_start_idx": 3056, "key": "paragraph", "marker": "p", "type": "local", "value": "FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also taking a standard picture. This picture will provide physical detail to the raw thermal reading. FLIR ONE for iOS easily connects to an iPhone®, iPad®, or iPod® touch with a Lightning® connector.\n" }, { "char_end_idx": 3769, "char_start_idx": 3397, "key": "paragraph", "marker": "p", "type": "local", "value": "Our Thermal Analysis Plus app allows you to mark up to four locations or regions on the image. In a selected region, you can determine minimum, maximum, or average temperature. Graph temperature data live during an experiment, then export to our Graphical Analysis GW app for further analysis. Thermal image videos and still frames can also be exported to the Photos app.\n" }, { "char_end_idx": 4081, "char_start_idx": 3769, "key": "paragraph", "marker": "p", "type": "local", "value": "Non-contact temperature data collection with video can be used to observe temperature changes on the skin, illustrate convection, show heating due to friction, and more. Compare heat conduction in different materials or compare the transparency of materials in infrared vs. visible light. What will you explore?\n" }, { "char_end_idx": 4238, "char_start_idx": 4081, "key": "paragraph", "marker": "div", "type": "local", "value": "Schulstufe: Sek 2 & Tertiär, Zyklus 3\nFach: Biologie, Chemie, Erneuerbare Energie, Kameras, Medien und Informatik (LP21), Physik\nBetriebsystem: Android, iOS\n" }, { "char_end_idx": 4258, "char_start_idx": 4238, "key": "paragraph", "marker": "li", "type": "local", "value": "Fragen zum Artikel?\n" }, { "char_end_idx": 4289, "char_start_idx": 4258, "key": "paragraph", "marker": "li", "type": "local", "value": "Thermal Analysis for FLIR ONE™\n" }, { "char_end_idx": 4355, "char_start_idx": 4289, "key": "paragraph", "marker": "li", "type": "local", "value": "Graphical Analysis™ for iPad®, iPhone®, iPod touch®, and Android™\n" }, { "char_end_idx": 4395, "char_start_idx": 4355, "key": "paragraph", "marker": "li", "type": "local", "value": "Vernier Thermal Analysis® for FLIR ONE™\n" }, { "char_end_idx": 4444, "char_start_idx": 4395, "key": "paragraph", "marker": "li", "type": "local", "value": "How to use Vernier Thermal Analysis for FLIR ONE\n" }, { "char_end_idx": 4483, "char_start_idx": 4444, "key": "paragraph", "marker": "div", "type": "local", "value": "Weitere Artikel von FLIR® Systems, Inc\n" }, { "char_end_idx": 4789, "char_start_idx": 4483, "key": "paragraph", "marker": "div", "type": "local", "value": "System Anforderung \"FLIR ONE™ Thermal Camera GEN 3\"\nRequirements Vernier Thermal Analysis for FLIR ONE™ app and Thermal Analysis Plus requires iOS 9.0 or newer. Thermal Analysis analyzes images and videos captured with the FLIR ONE™ Thermal Cameras for iOS. Note: Thermal Analysis support for FLIR ONE Pro\n" }, { "char_end_idx": 4887, "char_start_idx": 4789, "key": "paragraph", "marker": "li", "type": "local", "value": "Image resolution: 80 x 60 pixels in IR, 1440 x 1080 pixels when combined with visible light camera" }, { "char_end_idx": 4913, "char_start_idx": 4887, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVideo frame rate: 8.7 fps" }, { "char_end_idx": 4959, "char_start_idx": 4913, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMeasurement range: –4 to 248°F (–20 to 120°C)" }, { "char_end_idx": 5005, "char_start_idx": 4959, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOperating temperature: 32 to 95°F (0 to 35°C)" }, { "char_end_idx": 5058, "char_start_idx": 5005, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDimensions: 2.6 x 1.3 x 0.6 inches (67 x 34 x 14 mm)" }, { "char_end_idx": 5078, "char_start_idx": 5058, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCharging: 1 A USB-C" }, { "char_end_idx": 5079, "char_start_idx": 5078, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 5109, "char_start_idx": 5079, "key": "paragraph", "marker": "li", "type": "local", "value": "FLIR ONE Gen 3 for iOS Devices" }, { "char_end_idx": 5130, "char_start_idx": 5109, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUSB-C charging cable" }, { "char_end_idx": 5155, "char_start_idx": 5130, "key": "paragraph", "marker": "li", "type": "local", "value": "\nProtective carrying case" }, { "char_end_idx": 5156, "char_start_idx": 5155, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 5266, "char_start_idx": 5156, "key": "paragraph", "marker": "p", "type": "local", "value": "Device compatibility: Apple products containing a Lightning connector, including iPhone 6 and 6 plus.Features\n" }, { "char_end_idx": 5374, "char_start_idx": 5266, "key": "paragraph", "marker": "li", "type": "local", "value": "Mark up to four locations or regions on the image to determine the minimum, maximum, or average temperature." }, { "char_end_idx": 5424, "char_start_idx": 5374, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGraph live temperature data during an experiment." }, { "char_end_idx": 5583, "char_start_idx": 5424, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCapture temperature data for everything within a video frame allowing you to analyze any object at any time and create additional temperature vs. time graphs." }, { "char_end_idx": 5715, "char_start_idx": 5583, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExport thermal image videos and data to Logger Pro software for further analysis or export data into our Graphical Analysis™ 4 app." }, { "char_end_idx": 5873, "char_start_idx": 5715, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUse the time-lapse video feature to record data for long collection times without filling up the storage on your iPhone or iPad (Thermal Analysis Plus only)." }, { "char_end_idx": 5874, "char_start_idx": 5873, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5969, "char_start_idx": 5874, "key": "paragraph", "marker": "p", "type": "local", "value": "Student teams gather temperature data with a LabQuest 2 and share their results with the class\n" }, { "char_end_idx": 6315, "char_start_idx": 5969, "key": "paragraph", "marker": "p", "type": "local", "value": "Offer your students a fun and engaging way to study thermal energy. With our Thermal Analysis app, students can easily observe temperature changes on the skin, illustrate convection, track heating due to friction, compare heat conduction in different materials, analyze the transparency of materials in infrared vs. visible light, and much more.\n" }, { "char_end_idx": 6588, "char_start_idx": 6315, "key": "paragraph", "marker": "p", "type": "local", "value": "Thermal Analysis allows you to analyze temperatures for up to four spots or regions and collect temperature vs. time graphs. Examine the in-app graph, select different points or regions to examine, or export data to Graphical Analysis 4 or Logger Pro for further analysis.\n" }, { "char_end_idx": 6788, "char_start_idx": 6588, "key": "paragraph", "marker": "p", "type": "local", "value": "Note: Thermal Analysis support for FLIR ONE Pro and FLIR ONE Gen 3 is not available until late 2017. The FLIR ONE app is available to capture thermal images, but not for data collection and analysis.\n" }, { "char_end_idx": 6863, "char_start_idx": 6788, "key": "paragraph", "marker": "div", "type": "local", "value": "Ähnliche Artikel Kunden kauften auch Kunden haben sich ebenfalls angesehen\n" }, { "char_end_idx": 6889, "char_start_idx": 6863, "key": "paragraph", "marker": "div", "type": "local", "value": "Infrarot Temperatursensor\n" }, { "char_end_idx": 6924, "char_start_idx": 6889, "key": "paragraph", "marker": "div", "type": "local", "value": "FLIR ONE™ Pro Thermal Camera GEN 3\n" }, { "char_end_idx": 6961, "char_start_idx": 6924, "key": "paragraph", "marker": "div", "type": "local", "value": "IR Temperature Sensor for EV3 or NXT\n" }, { "char_end_idx": 6996, "char_start_idx": 6961, "key": "paragraph", "marker": "div", "type": "local", "value": "FLIR ONE™ Pro Thermal Camera GEN 3\n" }, { "char_end_idx": 7044, "char_start_idx": 6996, "key": "paragraph", "marker": "div", "type": "local", "value": "Power Functions Motorcontroller for NXT and EV3\n" }, { "char_end_idx": 7074, "char_start_idx": 7044, "key": "paragraph", "marker": "div", "type": "local", "value": "littleBits Droid Inventor Kit\n" }, { "char_end_idx": 7099, "char_start_idx": 7074, "key": "paragraph", "marker": "div", "type": "local", "value": "Chipboard Sheets 50 Pack\n" }, { "char_end_idx": 7133, "char_start_idx": 7099, "key": "paragraph", "marker": "div", "type": "local", "value": "TINA - Basic Design Suite Edition\n" }, { "char_end_idx": 7173, "char_start_idx": 7133, "key": "paragraph", "marker": "div", "type": "local", "value": "Davis Weather Station Mounting Pole Kit\n" }, { "char_end_idx": 7193, "char_start_idx": 7173, "key": "paragraph", "marker": "div", "type": "local", "value": "Altay Muscular Body\n" }, { "char_end_idx": 7236, "char_start_idx": 7193, "key": "paragraph", "marker": "div", "type": "local", "value": "Dash & Dot Wonder Pack von Wonder Workshop\n" }, { "char_end_idx": 7282, "char_start_idx": 7236, "key": "paragraph", "marker": "div", "type": "local", "value": "Go Direct™ SpectroVis® Plus Spectrophotometer\n" }, { "char_end_idx": 7307, "char_start_idx": 7282, "key": "paragraph", "marker": "div", "type": "local", "value": "Mobile and HR2/HR Lenses\n" }, { "char_end_idx": 7315, "char_start_idx": 7307, "key": "paragraph", "marker": "div", "type": "local", "value": "InO-Bot\n" }, { "char_end_idx": 7351, "char_start_idx": 7315, "key": "paragraph", "marker": "div", "type": "local", "value": "Celestron Digital Microscope Imager\n" }, { "char_end_idx": 7374, "char_start_idx": 7351, "key": "paragraph", "marker": "div", "type": "local", "value": "Chemistry with Vernier\n" }, { "char_end_idx": 7400, "char_start_idx": 7374, "key": "paragraph", "marker": "div", "type": "local", "value": "Vernier Strahlungsmonitor\n" }, { "char_end_idx": 7437, "char_start_idx": 7400, "key": "paragraph", "marker": "div", "type": "local", "value": "Sensor für relative Luftfeuchtigkeit\n" }, { "char_end_idx": 7472, "char_start_idx": 7437, "key": "paragraph", "marker": "div", "type": "local", "value": "Kraftsensor mit zwei Messbereichen\n" } ]
[]
[ { "key": "title", "type": "global", "value": "FLIR ONE™ Thermal Camera GEN 3 | EducaTec AG" } ]
[ { "key": "url", "type": "global", "value": "https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3?c=11" } ]
[]
Um EducaTec AG in vollem Umfang nutzen zu können, empfehlen wir Ihnen Javascript in Ihrem Browser zu aktiveren. Home LEGO Education Vernier TTS Volksschule TecTools Sek II & Tertiärstufe Service Angebot Weiterbildung Sonderangebote SPIKE Prime MINDSTORMS EV3 Basisset (Robotik) Aktivätsmodule Erweiterungssets Sensoren Literatur Ergänzungssortiment LEGO Technik WeDo Science DUPLO Vorschule Literatur LEGO Ersatzteile Weitere Produkte Seit über 30 Jahren arbeitet LEGO® Education mit Lehrern und Bildungsspezialisten zusammen, um Aufgaben und Unterrichtsmaterialien zu entwickeln, die den Schulstoff lebendig werden lassen und Spass am Lernen vermitteln. Viele Lehrpläne sind... mehr erfahren Sensoren Software Schnittstellen Labor Bücher Labor Geräte Zubehör KidWind Anderes Vernier Software & Technology ist ein führender Entwickler von Messgeräten im mathematischen, naturwissenschaftlichen Bereich. Die Firma feiert in diesem Jahr (2016) ihr 35-jähriges Bestehen und ist unterdessen in über 140 Ländern vertreten.... mehr erfahren From humble beginnings in a garage in the Midlands, to supplying over 64 countries across the globe, we have been talking to educators and inventing new reasons for children to love learning for over 30 years. It was a simple scene back in... mehr erfahren Zyklus 1 (KG - 2. Kl.) Sprachen Mathematik Natur, Mensch, Gesellschaft Gestalten Medien und Informatik Zyklus 2 (3. - 6. Kl.) Sprachen Mathematik Natur, Mensch, Gesellschaft Gestalten Medien und Informatik Zyklus 3 (7. - 9. Kl.) Sprachen Mathematik Natur, Mensch, Gesellschaft Gestalten Medien und Informatik E-Textiles Werken littleBits Kits Power Bits Inputs Bits Wire Bits Outputs Bits Zubehör Power Adaptors Elektronik Bausätze und Zubehör Robotik und Mikrokontroller BBC Micro:bit TETRIX™ Sphero PGLU Bauteile Physik Biologie Chemie ICT/ MINT Mathematik Spektrometer Waagen Lernzentren, Fachmittelschulen, Berufsschulen, Maturitätsschulen, Höhere Fachschulen, Fachhochschulen und universitäre Hochschulen. mehr erfahren Unsere Serviceangebote umfassen drei Sparten und sind in der unten stehenden Tabelle entsprechend eingeteilt. Diese Dienstleistungen können nach individuellem Bedarf zusammengestellt werden. Die Durchführung erfolgt zu einem Tarif von 600 CHF... mehr erfahren Möchten Sie sich gerne zu einem unserer Lehrmittel weiterbilden oder die Arbeit damit vertiefen?Möchten Sie in ihrer Klasse ein Projekt mit einem unserer Lehrmittel durchführen? In diesem Bereich finden Sie unsere Weiterbildungs- und... mehr erfahren Hier finden Sie Auslaufartikel sowie Restposten. mehr erfahren Übersicht LEGO Education Vernier TTS Volksschule TecTools Sek II & Tertiärstufe Physik Biologie Chemie ICT/ MINT Mathematik Spektrometer Waagen Service Angebot Weiterbildung Sonderangebote Journal FAQ Support Kontakt Impressum Datenschutz AGB Bewerten Beschreibung Garantie(Jahre) Videos System Anforderung Weitere Info Software Apps/Umgebungen Bewertungen 0 FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a... mehr FLIR ONE Gen 3 uses patented MSX technology for superior image quality. Every time you capture a thermal reading with the FLIR ONE, you are also taking a standard picture. This picture will provide physical detail to the raw thermal reading. FLIR ONE for iOS easily connects to an iPhone®, iPad®, or iPod® touch with a Lightning® connector. Our Thermal Analysis Plus app allows you to mark up to four locations or regions on the image. In a selected region, you can determine minimum, maximum, or average temperature. Graph temperature data live during an experiment, then export to our Graphical Analysis GW app for further analysis. Thermal image videos and still frames can also be exported to the Photos app. Non-contact temperature data collection with video can be used to observe temperature changes on the skin, illustrate convection, show heating due to friction, and more. Compare heat conduction in different materials or compare the transparency of materials in infrared vs. visible light. What will you explore? Schulstufe: Sek 2 & Tertiär, Zyklus 3 Fach: Biologie, Chemie, Erneuerbare Energie, Kameras, Medien und Informatik (LP21), Physik Betriebsystem: Android, iOS Fragen zum Artikel? Thermal Analysis for FLIR ONE™ Graphical Analysis™ for iPad®, iPhone®, iPod touch®, and Android™ Vernier Thermal Analysis® for FLIR ONE™ How to use Vernier Thermal Analysis for FLIR ONE Weitere Artikel von FLIR® Systems, Inc System Anforderung "FLIR ONE™ Thermal Camera GEN 3" Requirements Vernier Thermal Analysis for FLIR ONE™ app and Thermal Analysis Plus requires iOS 9.0 or newer. Thermal Analysis analyzes images and videos captured with the FLIR ONE™ Thermal Cameras for iOS. Note: Thermal Analysis support for FLIR ONE Pro Image resolution: 80 x 60 pixels in IR, 1440 x 1080 pixels when combined with visible light camera Video frame rate: 8.7 fps Measurement range: –4 to 248°F (–20 to 120°C) Operating temperature: 32 to 95°F (0 to 35°C) Dimensions: 2.6 x 1.3 x 0.6 inches (67 x 34 x 14 mm) Charging: 1 A USB-C FLIR ONE Gen 3 for iOS Devices USB-C charging cable Protective carrying case Device compatibility: Apple products containing a Lightning connector, including iPhone 6 and 6 plus.Features Mark up to four locations or regions on the image to determine the minimum, maximum, or average temperature. Graph live temperature data during an experiment. Capture temperature data for everything within a video frame allowing you to analyze any object at any time and create additional temperature vs. time graphs. Export thermal image videos and data to Logger Pro software for further analysis or export data into our Graphical Analysis™ 4 app. Use the time-lapse video feature to record data for long collection times without filling up the storage on your iPhone or iPad (Thermal Analysis Plus only). Student teams gather temperature data with a LabQuest 2 and share their results with the class Offer your students a fun and engaging way to study thermal energy. With our Thermal Analysis app, students can easily observe temperature changes on the skin, illustrate convection, track heating due to friction, compare heat conduction in different materials, analyze the transparency of materials in infrared vs. visible light, and much more. Thermal Analysis allows you to analyze temperatures for up to four spots or regions and collect temperature vs. time graphs. Examine the in-app graph, select different points or regions to examine, or export data to Graphical Analysis 4 or Logger Pro for further analysis. Note: Thermal Analysis support for FLIR ONE Pro and FLIR ONE Gen 3 is not available until late 2017. The FLIR ONE app is available to capture thermal images, but not for data collection and analysis. Ähnliche Artikel Kunden kauften auch Kunden haben sich ebenfalls angesehen Infrarot Temperatursensor FLIR ONE™ Pro Thermal Camera GEN 3 IR Temperature Sensor for EV3 or NXT FLIR ONE™ Pro Thermal Camera GEN 3 Power Functions Motorcontroller for NXT and EV3 littleBits Droid Inventor Kit Chipboard Sheets 50 Pack TINA - Basic Design Suite Edition Davis Weather Station Mounting Pole Kit Altay Muscular Body Dash & Dot Wonder Pack von Wonder Workshop Go Direct™ SpectroVis® Plus Spectrophotometer Mobile and HR2/HR Lenses InO-Bot Celestron Digital Microscope Imager Chemistry with Vernier Vernier Strahlungsmonitor Sensor für relative Luftfeuchtigkeit Kraftsensor mit zwei Messbereichen
https://educatec.ch/sek-ii-tertiaerstufe/physik/2795/flir-one-thermal-camera-gen-3?c=11
[ { "char_end_idx": 131, "char_start_idx": 117, "key": "entity", "type": "local", "value": "Lego" }, { "char_end_idx": 139, "char_start_idx": 132, "key": "entity", "type": "local", "value": "Vernier,_Switzerland" }, { "char_end_idx": 155, "char_start_idx": 144, "key": "entity", "type": "local", "value": "Volksschule" }, { "char_end_idx": 216, "char_start_idx": 203, "key": "entity", "type": "local", "value": "Continuing_education" }, { "char_end_idx": 328, "char_start_idx": 319, "key": "entity", "type": "local", "value": "Literature" }, { "char_end_idx": 400, "char_start_idx": 391, "key": "entity", "type": "local", "value": "Literature" }, { "char_end_idx": 642, "char_start_idx": 636, "key": "entity", "type": "local", "value": "Machine_learning" }, { "char_end_idx": 805, "char_start_idx": 776, "key": "entity", "type": "local", "value": "Vernier_Software_&amp;_Technology" }, { "char_end_idx": 912, "char_start_idx": 903, "key": "entity", "type": "local", "value": "Die_Firma" }, { "char_end_idx": 1085, "char_start_idx": 1077, "key": "entity", "type": "local", "value": "Midlands" }, { "char_end_idx": 1298, "char_start_idx": 1292, "key": "entity", "type": "local", "value": "Zyklus" }, { "char_end_idx": 1312, "char_start_idx": 1310, "key": "entity", "type": "local", "value": "Potassium_iodide" }, { "char_end_idx": 1323, "char_start_idx": 1315, "key": "entity", "type": "local", "value": "Language" }, { "char_end_idx": 1334, "char_start_idx": 1324, "key": "entity", "type": "local", "value": "Mathematics" }, { "char_end_idx": 1340, "char_start_idx": 1335, "key": "entity", "type": "local", "value": "Nature_(journal)" }, { "char_end_idx": 1348, "char_start_idx": 1342, "key": "entity", "type": "local", "value": "Mensch" }, { "char_end_idx": 1362, "char_start_idx": 1350, "key": "entity", "type": "local", "value": "Gemeinschaft_and_Gesellschaft" }, { "char_end_idx": 1372, "char_start_idx": 1363, "key": "entity", "type": "local", "value": "Die_Gestalten_Verlag" }, { "char_end_idx": 1401, "char_start_idx": 1395, "key": "entity", "type": "local", "value": "Zyklus" }, { "char_end_idx": 1415, "char_start_idx": 1413, "key": "entity", "type": "local", "value": "Potassium_iodide" }, { "char_end_idx": 1426, "char_start_idx": 1418, "key": "entity", "type": "local", "value": "Language" }, { "char_end_idx": 1437, "char_start_idx": 1427, "key": "entity", "type": "local", "value": "Mathematics" }, { "char_end_idx": 1443, "char_start_idx": 1438, "key": "entity", "type": "local", "value": "Nature_(journal)" }, { "char_end_idx": 1451, "char_start_idx": 1445, "key": "entity", "type": "local", "value": "Mensch" }, { "char_end_idx": 1465, "char_start_idx": 1453, "key": "entity", "type": "local", "value": "Gemeinschaft_and_Gesellschaft" }, { "char_end_idx": 1475, "char_start_idx": 1466, "key": "entity", "type": "local", "value": "Die_Gestalten_Verlag" }, { "char_end_idx": 1504, "char_start_idx": 1498, "key": "entity", "type": "local", "value": "Zyklus" }, { "char_end_idx": 1518, "char_start_idx": 1516, "key": "entity", "type": "local", "value": "Potassium_iodide" }, { "char_end_idx": 1529, "char_start_idx": 1521, "key": "entity", "type": "local", "value": "Language" }, { "char_end_idx": 1540, "char_start_idx": 1530, "key": "entity", "type": "local", "value": "Mathematics" }, { "char_end_idx": 1546, "char_start_idx": 1541, "key": "entity", "type": "local", "value": "Nature_(journal)" }, { "char_end_idx": 1554, "char_start_idx": 1548, "key": "entity", "type": "local", "value": "Mensch" }, { "char_end_idx": 1568, "char_start_idx": 1556, "key": "entity", "type": "local", "value": "Gemeinschaft_and_Gesellschaft" }, { "char_end_idx": 1578, "char_start_idx": 1569, "key": "entity", "type": "local", "value": "Die_Gestalten_Verlag" }, { "char_end_idx": 1703, "char_start_idx": 1689, "key": "entity", "type": "local", "value": "Power_supply" }, { "char_end_idx": 1773, "char_start_idx": 1764, "key": "entity", "type": "local", "value": "BBC_Micro" }, { "char_end_idx": 1784, "char_start_idx": 1778, "key": "entity", "type": "local", "value": "Tetrix_(band)" }, { "char_end_idx": 1792, "char_start_idx": 1786, "key": "entity", "type": "local", "value": "Sphero" }, { "char_end_idx": 1813, "char_start_idx": 1807, "key": "entity", "type": "local", "value": "Physics" }, { "char_end_idx": 1822, "char_start_idx": 1814, "key": "entity", "type": "local", "value": "Chromosome" }, { "char_end_idx": 1829, "char_start_idx": 1823, "key": "entity", "type": "local", "value": "Chemistry" }, { "char_end_idx": 1850, "char_start_idx": 1840, "key": "entity", "type": "local", "value": "Mathematics" }, { "char_end_idx": 1870, "char_start_idx": 1864, "key": "entity", "type": "local", "value": "Wilhelm_Heinrich_Waagen" }, { "char_end_idx": 1972, "char_start_idx": 1957, "key": "entity", "type": "local", "value": "Fachhochschule" }, { "char_end_idx": 2001, "char_start_idx": 1990, "key": "entity", "type": "local", "value": "Graduate_school" }, { "char_end_idx": 2601, "char_start_idx": 2592, "key": "entity", "type": "local", "value": "Toxicity" }, { "char_end_idx": 2616, "char_start_idx": 2602, "key": "entity", "type": "local", "value": "Lego" }, { "char_end_idx": 2624, "char_start_idx": 2617, "key": "entity", "type": "local", "value": "Vernier_scale" }, { "char_end_idx": 2640, "char_start_idx": 2629, "key": "entity", "type": "local", "value": "Volksschule" }, { "char_end_idx": 2678, "char_start_idx": 2672, "key": "entity", "type": "local", "value": "Physics" }, { "char_end_idx": 2687, "char_start_idx": 2679, "key": "entity", "type": "local", "value": "Biology" }, { "char_end_idx": 2694, "char_start_idx": 2688, "key": "entity", "type": "local", "value": "Chemistry" }, { "char_end_idx": 2715, "char_start_idx": 2705, "key": "entity", "type": "local", "value": "Mathematics" }, { "char_end_idx": 2735, "char_start_idx": 2729, "key": "entity", "type": "local", "value": "Wilhelm_Heinrich_Waagen" }, { "char_end_idx": 2765, "char_start_idx": 2752, "key": "entity", "type": "local", "value": "Continuing_education" }, { "char_end_idx": 2788, "char_start_idx": 2781, "key": "entity", "type": "local", "value": "Academic_journal" }, { "char_end_idx": 2808, "char_start_idx": 2801, "key": "entity", "type": "local", "value": "Native_Instruments" }, { "char_end_idx": 2834, "char_start_idx": 2831, "key": "entity", "type": "local", "value": "Alexander_Graham_Bell" }, { "char_end_idx": 2871, "char_start_idx": 2866, "key": "entity", "type": "local", "value": "Anders_Jahre" }, { "char_end_idx": 2983, "char_start_idx": 2980, "key": "entity", "type": "local", "value": "MSX" }, { "char_end_idx": 3088, "char_start_idx": 3085, "key": "entity", "type": "local", "value": "MSX" }, { "char_end_idx": 3314, "char_start_idx": 3311, "key": "entity", "type": "local", "value": "IOS" }, { "char_end_idx": 3763, "char_start_idx": 3757, "key": "entity", "type": "local", "value": "List_of_Facebook_features" }, { "char_end_idx": 4096, "char_start_idx": 4093, "key": "entity", "type": "local", "value": "Swedish_krona" }, { "char_end_idx": 4116, "char_start_idx": 4110, "key": "entity", "type": "local", "value": "Zyklus" }, { "char_end_idx": 4171, "char_start_idx": 4164, "key": "entity", "type": "local", "value": "Chamber_(firearms)" }, { "char_end_idx": 4209, "char_start_idx": 4203, "key": "entity", "type": "local", "value": "Physics" }, { "char_end_idx": 4413, "char_start_idx": 4406, "key": "entity", "type": "local", "value": "Vernier_scale" }, { "char_end_idx": 5109, "char_start_idx": 5098, "key": "entity", "type": "local", "value": "IOS" }, { "char_end_idx": 5843, "char_start_idx": 5839, "key": "entity", "type": "local", "value": "IPad" }, { "char_end_idx": 6062, "char_start_idx": 6046, "key": "entity", "type": "local", "value": "Thermal_analysis" }, { "char_end_idx": 7103, "char_start_idx": 7099, "key": "entity", "type": "local", "value": "Llama" }, { "char_end_idx": 7373, "char_start_idx": 7366, "key": "entity", "type": "local", "value": "Pierre_Vernier" } ]
[ { "char_end_idx": 131, "char_start_idx": 116, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lego" }, { "char_end_idx": 139, "char_start_idx": 131, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vernier,_Switzerland" }, { "char_end_idx": 155, "char_start_idx": 143, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Volksschule" }, { "char_end_idx": 216, "char_start_idx": 202, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Continuing_education" }, { "char_end_idx": 329, "char_start_idx": 319, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Literature" }, { "char_end_idx": 401, "char_start_idx": 391, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Literature" }, { "char_end_idx": 693, "char_start_idx": 435, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Machine_learning" }, { "char_end_idx": 1035, "char_start_idx": 776, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vernier_Software_&amp;_Technology" }, { "char_end_idx": 1035, "char_start_idx": 776, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Die_Firma" }, { "char_end_idx": 1292, "char_start_idx": 1035, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Midlands" }, { "char_end_idx": 1324, "char_start_idx": 1292, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zyklus" }, { "char_end_idx": 1324, "char_start_idx": 1292, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Potassium_iodide" }, { "char_end_idx": 1324, "char_start_idx": 1292, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Language" }, { "char_end_idx": 1335, "char_start_idx": 1324, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mathematics" }, { "char_end_idx": 1363, "char_start_idx": 1335, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nature_(journal)" }, { "char_end_idx": 1363, "char_start_idx": 1335, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Mensch" }, { "char_end_idx": 1363, "char_start_idx": 1335, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Gemeinschaft_and_Gesellschaft" }, { "char_end_idx": 1373, "char_start_idx": 1363, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Die_Gestalten_Verlag" }, { "char_end_idx": 1427, "char_start_idx": 1395, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zyklus" }, { "char_end_idx": 1427, "char_start_idx": 1395, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Potassium_iodide" }, { "char_end_idx": 1427, "char_start_idx": 1395, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Language" }, { "char_end_idx": 1438, "char_start_idx": 1427, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mathematics" }, { "char_end_idx": 1466, "char_start_idx": 1438, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nature_(journal)" }, { "char_end_idx": 1466, "char_start_idx": 1438, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Mensch" }, { "char_end_idx": 1466, "char_start_idx": 1438, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Gemeinschaft_and_Gesellschaft" }, { "char_end_idx": 1476, "char_start_idx": 1466, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Die_Gestalten_Verlag" }, { "char_end_idx": 1530, "char_start_idx": 1498, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zyklus" }, { "char_end_idx": 1530, "char_start_idx": 1498, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Potassium_iodide" }, { "char_end_idx": 1530, "char_start_idx": 1498, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Language" }, { "char_end_idx": 1541, "char_start_idx": 1530, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mathematics" }, { "char_end_idx": 1569, "char_start_idx": 1541, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nature_(journal)" }, { "char_end_idx": 1569, "char_start_idx": 1541, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Mensch" }, { "char_end_idx": 1569, "char_start_idx": 1541, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Gemeinschaft_and_Gesellschaft" }, { "char_end_idx": 1579, "char_start_idx": 1569, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Die_Gestalten_Verlag" }, { "char_end_idx": 1704, "char_start_idx": 1689, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Power_supply" }, { "char_end_idx": 1778, "char_start_idx": 1764, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "BBC_Micro" }, { "char_end_idx": 1786, "char_start_idx": 1778, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tetrix_(band)" }, { "char_end_idx": 1793, "char_start_idx": 1786, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Sphero" }, { "char_end_idx": 1814, "char_start_idx": 1807, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Physics" }, { "char_end_idx": 1823, "char_start_idx": 1814, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Chromosome" }, { "char_end_idx": 1830, "char_start_idx": 1823, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Chemistry" }, { "char_end_idx": 1851, "char_start_idx": 1840, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mathematics" }, { "char_end_idx": 1871, "char_start_idx": 1864, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wilhelm_Heinrich_Waagen" }, { "char_end_idx": 2017, "char_start_idx": 1871, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fachhochschule" }, { "char_end_idx": 2017, "char_start_idx": 1871, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Graduate_school" }, { "char_end_idx": 2602, "char_start_idx": 2592, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Toxicity" }, { "char_end_idx": 2617, "char_start_idx": 2602, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lego" }, { "char_end_idx": 2625, "char_start_idx": 2617, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vernier_scale" }, { "char_end_idx": 2641, "char_start_idx": 2629, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Volksschule" }, { "char_end_idx": 2679, "char_start_idx": 2650, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Physics" }, { "char_end_idx": 2688, "char_start_idx": 2679, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Biology" }, { "char_end_idx": 2695, "char_start_idx": 2688, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Chemistry" }, { "char_end_idx": 2716, "char_start_idx": 2705, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mathematics" }, { "char_end_idx": 2736, "char_start_idx": 2729, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wilhelm_Heinrich_Waagen" }, { "char_end_idx": 2766, "char_start_idx": 2752, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Continuing_education" }, { "char_end_idx": 2789, "char_start_idx": 2781, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Academic_journal" }, { "char_end_idx": 2809, "char_start_idx": 2801, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Native_Instruments" }, { "char_end_idx": 2835, "char_start_idx": 2831, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Alexander_Graham_Bell" }, { "char_end_idx": 2951, "char_start_idx": 2844, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Anders_Jahre" }, { "char_end_idx": 3056, "char_start_idx": 2951, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "MSX" }, { "char_end_idx": 3397, "char_start_idx": 3056, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "MSX" }, { "char_end_idx": 3397, "char_start_idx": 3056, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "IOS" }, { "char_end_idx": 3769, "char_start_idx": 3397, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "List_of_Facebook_features" }, { "char_end_idx": 4238, "char_start_idx": 4081, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Swedish_krona" }, { "char_end_idx": 4238, "char_start_idx": 4081, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Zyklus" }, { "char_end_idx": 4238, "char_start_idx": 4081, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Chamber_(firearms)" }, { "char_end_idx": 4238, "char_start_idx": 4081, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Physics" }, { "char_end_idx": 4444, "char_start_idx": 4395, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vernier_scale" }, { "char_end_idx": 5109, "char_start_idx": 5079, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "IOS" }, { "char_end_idx": 5873, "char_start_idx": 5715, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "IPad" }, { "char_end_idx": 6315, "char_start_idx": 5969, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thermal_analysis" }, { "char_end_idx": 7133, "char_start_idx": 7099, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Llama" }, { "char_end_idx": 7374, "char_start_idx": 7351, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pierre_Vernier" } ]
0
947
1555598204000
<!DOCTYPE html> <html lang="en" class='no-js ucd recruit-ucd-production production-area apply show stylesheet-modern shadowbox' prefix="og: http://ogp.me/ns#"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <script>window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"c5bf3f27bd","applicationID":"558341","transactionName":"cFkKFxFYXA5UR05QSUNaHUwQX18V","queueTime":0,"applicationTime":102,"agent":""}</script> <script>window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1118.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="University of California, Davis Online Faculty Recruitment" /> <meta name="keywords" content="University of California, Davis, UC Davis, Online, Faculty, Recruitment" /> <meta name="support-email" content="[email protected]" /> <title>Temporary Teaching Opportunities in Economics for 2019-20 (JPF02642) - AP Recruit</title> <link rel="stylesheet" media="all" href="https://recruit.ucdavis.edu/assets/modern-a977d4eca27822755a6d9c1bcd7ac19e0430e2298d9b45fecc83079b6822503c.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,400italic,700,900"> <!--[if lte IE 9]><link rel="stylesheet" media="all" href="https://recruit.ucdavis.edu/assets/modern2-67a4ac5a4b695a1ef6636d8e3dbaa49e.css" /><![endif]--> <script src="https://recruit.ucdavis.edu/packs/application-9eb3c923f83cc6d32884.js"></script> <script src="https://recruit.ucdavis.edu/packs/cosmopolitan-595fddcdd19141afb563.js"></script> <link rel="stylesheet" media="screen" href="https://recruit.ucdavis.edu/packs/application-5c642d37c834f9f2c64aa80a13ad56f9.css" /> <script src="https://recruit.ucdavis.edu/assets/application-ce1c472612c604b0fd03fa509eb54108f3ec51c5e039bee6005f87db09d84b5b.js"></script> <script src="https://recruit.ucdavis.edu/assets/bootstrap-0c0f91dc9056dfb29456f65b77c6b1dce7f47be07928b428cc3c418701abab9c.js"></script> <link rel="shortcut icon" href="https://recruit.ucdavis.edu/assets/favicons/ucd-7337863afe98e7acfdb82d3cd57469f0c965bc5a4772daef5f9b7cacadeeaeb7.ico" type="image/x-icon"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32621778-15']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); $(document).data('ga-trackers', {"site":"UA-32621778-3"}); </script> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="gqmXyWBI9h0NMlH/NYKbloWd3GlthCJBm+I5TwLPeHfuL5aga//UnuhL8E579Hc841BK85QxHfQEBvoOyHaGXg==" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ucdavis"> <meta name="twitter:label1" content="Apply by"> <meta name="twitter:data1" content="Apr 12, 2019"> <meta name="twitter:label2" content="Department"> <meta name="twitter:data2" content="ECONOMICS - Letters and Science: Social Sciences"> <meta property="og:type" content="website"> <meta property="og:url" content="https://recruit.ucdavis.edu/JPF02642"> <meta property="og:title" content="Temporary Teaching Opportunities in Economics for 2019-20"> <meta property="og:description" content="University of California, Davis is hiring. Apply now!"> <meta property="og:image" content="https://recruit.ucdavis.edu/assets/ucd/main/vineyard-f32238a4966736c36bb41471f68938df621e064fbfc35131821b4c5ef114fc76.jpg"> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-32621778-3"></script> <script> //<![CDATA[ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-32621778-3'; //]]> </script> </head> <body data-cosmopolitan=''> <a tabindex="1" class="skip-nav" href="#content">Skip to main content</a> <header id='header' class='uc_logo' role='banner'> <div class='menu'> <div class="logo"> <a href="/"><img src="https://recruit.ucdavis.edu/assets/ucd/logo-5c1104aefd07514056730e8a7dcb0ad2e362fed81f607d049d9f67496b718c9c.svg" alt="Logo" /></a> </div> <div class="recruit "> <h1><a href="/">Recruit</a></h1> </div> </div> </header> <div id="where-am-i"> <ol id='breadcrumbs' class='breadcrumb'> <li class=''><a href="/">Home</a></li><li class=''><a href="/apply">Open Recruitments</a></li><li class='active'>Temporary Teaching Opportunities in Economics for 2019-20 (JPF02642)</li> </ol> </div> <main id='content'> <aside id='flash'></aside> <script type="application/ld+json"> {"@context":"http://schema.org","@type":"JobPosting","title":"Temporary Teaching Opportunities in Economics for 2019-20","identifier":"JPF02642","description":"\u003cp\u003eThe Department of Economics at the University of California, Davis, seeks temporary instructors to teach in a wide range of fields each academic year.\u003c/p\u003e\n\n\u003cp\u003ePositions are contingent on funding and pending administrative approval. Applicants should have a Ph.D. or equivalent in Economics. Salary is based on ability and experience. Anyone interested in applying should submit their application online. We will only be accepting applications online. Submit a curriculum vitae, evidence of teaching ability and/or two letters of reference. Applications are accepted on a continuous basis for future temporary openings. However, for first consideration for the 2019-20 academic year, please submit your application by April 12, 2019. Only completed files will be reviewed.\u003c/p\u003e\n\n\u003cp\u003eThe University of California, Davis, and the Department of Economics are interested in candidates who are committed to the highest standards of scholarship and professional activities, and to the development of a campus that supports equality and diversity. The University of California is an affirmative action/equal opportunity employer.\u003c/p\u003e\n\n\u003cp\u003eThis position is covered by a collective bargaining unit.\u003c/p\u003e\n","datePosted":"2019-02-01T00:00:00-08:00","validThrough":"2019-04-12T23:59:59-07:00","industry":"Higher Education","hiringOrganization":{"@type":"Organization","name":"University of California, Davis","sameAs":"http://www.ucdavis.edu/","department":{"@type":"Organization","name":"Letters and Science: Social Sciences","department":{"@type":"Organization","name":"ECONOMICS"}}},"employmentType":["OTHER"],"jobLocation":{"@type":"Place","address":{"@type":"PostalAddress","name":""}}} </script> <header class='recruitment'> <h2> <span class='name'>Temporary Teaching Opportunities in Economics for 2019-20</span> <span class='apply'><form action="/JPF02642/apply" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" /><button class="btn btn-lg btn-primary">Apply now<span class="sr-only"> to Temporary Teaching Opportunities in Economics for 2019-20</span></button></form></span> </h2> <div class="metadata"> Job #JPF02642 <ul> <li> Letters and Science: Social Sciences - ECONOMICS </li> </ul> </div> </header> <div class='body'> <h3 id="recruitment-period"> Recruitment Period </h3> <div class='section'> <div class='date'><strong>Open date: </strong>February 1st, 2019</div> <div class='date'> <strong>Last review date:</strong> <span class="review_date" id="review_date_3553"><span class="date">Friday, Apr 12, 2019 at 11:59pm (Pacific Time)</span><span class="visibility"></span></span><br/> Applications received after this date will be reviewed by the search committee if the position has not yet been filled. </div> <div class='date'> <strong>Final date: </strong>Friday, Jan 31, 2020 at 11:59pm (Pacific Time)<br/> Applications will continue to be accepted until this date, but those received after the review date will only be considered if the position has not yet been filled. </div> </div> <h3 id="description">Description</h3> <div class='section'><p>The Department of Economics at the University of California, Davis, seeks temporary instructors to teach in a wide range of fields each academic year.</p> <p>Positions are contingent on funding and pending administrative approval. Applicants should have a Ph.D. or equivalent in Economics. Salary is based on ability and experience. Anyone interested in applying should submit their application online. We will only be accepting applications online. Submit a curriculum vitae, evidence of teaching ability and/or two letters of reference. Applications are accepted on a continuous basis for future temporary openings. However, for first consideration for the 2019-20 academic year, please submit your application by April 12, 2019. Only completed files will be reviewed.</p> <p>The University of California, Davis, and the Department of Economics are interested in candidates who are committed to the highest standards of scholarship and professional activities, and to the development of a campus that supports equality and diversity. The University of California is an affirmative action/equal opportunity employer.</p> <p>This position is covered by a collective bargaining unit.</p> </div> <h3 id="requirements">Requirements</h3> <div class="recruitment-level single-level"> <div class='documents'> <strong>Document requirements</strong> <ul><li><p>Curriculum Vitae - Your most recently updated C.V. </p> </li><li><p>Cover Letter (Optional)</p> </li><li><p>Evidence of Teaching - Submit evidence of teaching ability and/or two letters of reference </p> </li><li><p>Statement of Teaching (Optional)</p> </li><li><p>Statement of Contributions to Diversity - Diversity contributions documented in the application file will be used to evaluate applicants. Visit <a href="http://academicaffairs.ucdavis.edu/diversity/equity_inclusion/index.html"></a><a href="http://academicaffairs.ucdavis.edu/diversity/equity_inclusion/index.html" rel="nofollow">http://academicaffairs.ucdavis.edu/diversity/equity_inclusion/index.html</a> for guidelines about writing a diversity statement and why one is requested. </p> </li></ul> </div> <div class='references'><strong>Reference requirements</strong></div> <ul> <li>0-2 required (contact information only)</li> </ul> </div> <h3 id="apply-online">How to apply</h3> <ol> <li>Create an ApplicantID</li> <li>Provide required information and documents</li> <li>If any, provide required reference information</li> </ol> <div class='section'><strong>Get started: press Apply Now</strong></div> </div> <footer class="how-to-apply"> <form action="/JPF02642/apply" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" /><button class="btn btn-lg btn-primary">Apply now<span class="sr-only"> to Temporary Teaching Opportunities in Economics for 2019-20</span></button></form> <br/><small>Questions? <a href="/JPF02642/question">Contact the hiring department</a></small> <br/><small>Already applied? <a href="/apply/login">Log in to your application</a></small> <p class='smaller'> The University of California, Davis is an Equal Opportunity/Affirmative Action Employer. You have <a href="http://www1.eeoc.gov/employers/upload/eeoc_self_print_poster.pdf">the right to an equal employment opportunity</a>.<br/> For more information about your rights, see the <a href="http://www.dol.gov/ofccp/regs/compliance/posters/pdf/OFCCP_EEO_Supplement_Final_JRF_QA_508c.pdf">EEO is the Law Supplement</a>.<br/> The University of California, Davis is committed to providing <a href="<span class=&quot;translation_missing&quot; title=&quot;translation missing: ucd.apply.details.footer.legal.disability_accomodations_link_url&quot;>Disability Accomodations Link Url</span>">reasonable accommodations to applicants with disabilities</a>.<br/> See our Jeanne Clery Disclosure of Campus Security Policy and Campus Crime Statistics Act <a href="http://www.ucop.edu/ethics-compliance-audit-services/compliance/clery-act/clery-act-details.html">Annual Security Reports</a>.<br/> </p> </footer> </main> <div class='quintain--post'> </div> <footer id="site-footer" role='contentinfo'> <div class="help-links"> Academic Personnel Recruit<br /> University of California, Davis </div> <ul class="global-links"> <li><a class="iconic-link" href="/accessibility"><span class="iconic fa fa-universal-access"></span>Accessibility</a></li> <li><a class="iconic-link" href="/about"><span class="iconic fa fa-history"></span>About</a></li> <li id="ux-volunteer-link"></li> <li class="privacy"> <span class="iconic fa fa-user-secret"></span> <a target="_blank" href="https://ucdavispolicy.ellucid.com/documents/view/361/2097/">Campus privacy policy</a> | <a target="_blank" href="/privacy/gdpr">GDPR statement</a> </li> </ul> <div class="copyright"> &copy; 2007-2019 The Regents of the University of California. All rights reserved. </div> </footer> </body> </html>
[ "<footer class=\"how-to-apply\">\n <form action=\"/JPF02642/apply\" accept-charset=\"UTF-8\" method=\"get\"><input name=\"utf8\" type=\"hidden\" value=\"✓\"/><button class=\"btn btn-lg btn-primary\">Apply now<span class=\"sr-only\"> to Temporary Teaching Opportunities in Economics for 2019-20</span></button></form>\n <br/><small>Questions? <a href=\"/JPF02642/question\">Contact the hiring department</a></small>\n <br/><small>Already applied? <a href=\"/apply/login\">Log in to your application</a></small>\n <p class=\"smaller\">\n The University of California, Davis is an Equal Opportunity/Affirmative Action Employer. You have <a href=\"http://www1.eeoc.gov/employers/upload/eeoc_self_print_poster.pdf\">the right to an equal employment opportunity</a>.<br/>\n For more information about your rights, see the <a href=\"http://www.dol.gov/ofccp/regs/compliance/posters/pdf/OFCCP_EEO_Supplement_Final_JRF_QA_508c.pdf\">EEO is the Law Supplement</a>.<br/>\n The University of California, Davis is committed to providing <a href=\"&lt;span class=&quot;translation_missing&quot; title=&quot;translation missing: ucd.apply.details.footer.legal.disability_accomodations_link_url&quot;&gt;Disability Accomodations Link Url&lt;/span&gt;\">reasonable accommodations to applicants with disabilities</a>.<br/>\n See our Jeanne Clery Disclosure of Campus Security Policy and Campus Crime Statistics Act <a href=\"http://www.ucop.edu/ethics-compliance-audit-services/compliance/clery-act/clery-act-details.html\">Annual Security Reports</a>.<br/>\n </p>\n</footer>\n\n ", "<footer id=\"site-footer\" role=\"contentinfo\">\n <div class=\"help-links\">\n Academic Personnel Recruit<br/>\nUniversity of California, Davis\n\n </div>\n\n <ul class=\"global-links\">\n <li><a class=\"iconic-link\" href=\"/accessibility\"><span class=\"iconic fa fa-universal-access\"/>Accessibility</a></li>\n <li><a class=\"iconic-link\" href=\"/about\"><span class=\"iconic fa fa-history\"/>About</a></li>\n <li id=\"ux-volunteer-link\"/>\n <li class=\"privacy\">\n <span class=\"iconic fa fa-user-secret\"/> <a target=\"_blank\" href=\"https://ucdavispolicy.ellucid.com/documents/view/361/2097/\">Campus privacy policy</a> | <a target=\"_blank\" href=\"/privacy/gdpr\">GDPR statement</a>\n </li>\n</ul>\n\n <div class=\"copyright\">\n © 2007-2019 The Regents of the University of California. All rights reserved.\n</div>\n\n</footer>\n\n " ]
[ "<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n<script>window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"c5bf3f27bd\",\"applicationID\":\"558341\",\"transactionName\":\"cFkKFxFYXA5UR05QSUNaHUwQX18V\",\"queueTime\":0,\"applicationTime\":102,\"agent\":\"\"}</script>\n<script>window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o&lt;t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e(\"handle\"),a=e(3),u=e(4),f=e(\"ee\").get(\"tracer\"),c=e(\"loader\"),s=NREUM;\"undefined\"==typeof window.newrelic&amp;&amp;(newrelic=s);var p=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],d=\"api-\",l=d+\"ixn-\";a(p,function(e,n){s[n]=o(d+n,!0,\"api\")}),s.addPageAction=o(d+\"addPageAction\",!0),s.setCurrentRouteName=o(d+\"routeName\",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o=\"function\"==typeof n;return i(l+\"tracer\",[c.now(),e,t],r),function(){if(f.emit((o?\"\":\"no-\")+\"fn-start\",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit(\"fn-err\",[arguments,this,e],t),e}finally{f.emit(\"fn-end\",[c.now()],t)}}}};a(\"actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){\"string\"==typeof e&amp;&amp;(e=new Error(e)),i(\"err\",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split(\".\"),r=n.split(\".\"),a=0;a&lt;r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\\/(\\S+)\\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&amp;&amp;u.indexOf(\"Chrome\")===-1&amp;&amp;u.indexOf(\"Chromium\")===-1&amp;&amp;(o=\"Safari\",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r=\"\",i=0;for(r in e)o.call(e,r)&amp;&amp;(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),\"undefined\"==typeof t&amp;&amp;(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o&lt;0?0:o);++r&lt;o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:\"undefined\"!=typeof window.performance&amp;&amp;window.performance.timing&amp;&amp;\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&amp;&amp;e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&amp;&amp;e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c&lt;f;c++)u[c].apply(a,r);var p=s[y[t]];return p&amp;&amp;p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r&lt;t.length;r++)t[r]===n&amp;&amp;t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||\"feature\",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&amp;&amp;(d.aborted=!0,s=d.backlog={})}var u=\"nr@context\",f=e(\"gos\"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&amp;&amp;Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e(\"ee\").get(\"handle\");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||\"object\"!==n&amp;&amp;\"function\"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i=\"nr@id\",a=e(\"gos\");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName(\"script\")[0];if(setTimeout(s.abort,3e4),!(e&amp;&amp;e.licenseKey&amp;&amp;e.applicationID&amp;&amp;n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f(\"mark\",[\"onload\",a()+x.offset],null,\"api\");var t=l.createElement(\"script\");t.src=\"https://\"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){\"complete\"===l.readyState&amp;&amp;i()}function i(){f(\"mark\",[\"domContent\",a()+x.offset],null,\"api\")}function a(){return O.exists&amp;&amp;performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e(\"handle\"),c=e(3),s=e(\"ee\"),p=e(2),d=window,l=d.document,m=\"addEventListener\",v=\"attachEvent\",g=d.XMLHttpRequest,w=g&amp;&amp;g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1118.min.js\"},b=g&amp;&amp;w&amp;&amp;w[m]&amp;&amp;!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m](\"DOMContentLoaded\",i,!1),d[m](\"load\",r,!1)):(l[v](\"onreadystatechange\",o),d[v](\"onload\",r)),f(\"mark\",[\"firstbyte\",u],null,\"api\");var E=0,O=e(5)},{}]},{},[\"loader\"]);</script>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n<meta name=\"description\" content=\"University of California, Davis Online Faculty Recruitment\"/>\n<meta name=\"keywords\" content=\"University of California, Davis, UC Davis, Online, Faculty, Recruitment\"/>\n<meta name=\"support-email\" content=\"[email protected]\"/>\n<title>Temporary Teaching Opportunities in Economics for 2019-20 (JPF02642) - AP Recruit</title>\n<link rel=\"stylesheet\" media=\"all\" href=\"https://recruit.ucdavis.edu/assets/modern-a977d4eca27822755a6d9c1bcd7ac19e0430e2298d9b45fecc83079b6822503c.css\"/>\n<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\"/>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Lato:300,400,400italic,700,900\"/>\n\n <!--[if lte IE 9]><link rel=\"stylesheet\" media=\"all\" href=\"https://recruit.ucdavis.edu/assets/modern2-67a4ac5a4b695a1ef6636d8e3dbaa49e.css\" /><![endif]-->\n<script src=\"https://recruit.ucdavis.edu/packs/application-9eb3c923f83cc6d32884.js\"/>\n<script src=\"https://recruit.ucdavis.edu/packs/cosmopolitan-595fddcdd19141afb563.js\"/>\n<link rel=\"stylesheet\" media=\"screen\" href=\"https://recruit.ucdavis.edu/packs/application-5c642d37c834f9f2c64aa80a13ad56f9.css\"/>\n<script src=\"https://recruit.ucdavis.edu/assets/application-ce1c472612c604b0fd03fa509eb54108f3ec51c5e039bee6005f87db09d84b5b.js\"/>\n<script src=\"https://recruit.ucdavis.edu/assets/bootstrap-0c0f91dc9056dfb29456f65b77c6b1dce7f47be07928b428cc3c418701abab9c.js\"/>\n\n<link rel=\"shortcut icon\" href=\"https://recruit.ucdavis.edu/assets/favicons/ucd-7337863afe98e7acfdb82d3cd57469f0c965bc5a4772daef5f9b7cacadeeaeb7.ico\" type=\"image/x-icon\"/>\n <script type=\"text/javascript\">\n \n var _gaq = _gaq || [];\n _gaq.push(['_setAccount', 'UA-32621778-15']);\n _gaq.push(['_trackPageview']);\n \n (function() {\n var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n })();\n \n $(document).data('ga-trackers', {\"site\":\"UA-32621778-3\"});\n </script>\n\n<meta name=\"csrf-param\" content=\"authenticity_token\"/>\n<meta name=\"csrf-token\" content=\"gqmXyWBI9h0NMlH/NYKbloWd3GlthCJBm+I5TwLPeHfuL5aga//UnuhL8E579Hc841BK85QxHfQEBvoOyHaGXg==\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <meta name=\"twitter:site\" content=\"@ucdavis\"/>\n \n <meta name=\"twitter:label1\" content=\"Apply by\"/>\n <meta name=\"twitter:data1\" content=\"Apr 12, 2019\"/>\n <meta name=\"twitter:label2\" content=\"Department\"/>\n <meta name=\"twitter:data2\" content=\"ECONOMICS - Letters and Science: Social Sciences\"/>\n \n <meta property=\"og:type\" content=\"website\"/>\n <meta property=\"og:url\" content=\"https://recruit.ucdavis.edu/JPF02642\"/>\n <meta property=\"og:title\" content=\"Temporary Teaching Opportunities in Economics for 2019-20\"/>\n <meta property=\"og:description\" content=\"University of California, Davis is hiring. Apply now!\"/>\n <meta property=\"og:image\" content=\"https://recruit.ucdavis.edu/assets/ucd/main/vineyard-f32238a4966736c36bb41471f68938df621e064fbfc35131821b4c5ef114fc76.jpg\"/>\n <!-- Global site tag (gtag.js) - Google Analytics -->\n <script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-32621778-3\"/>\n <script>\n//&lt;![CDATA[\n\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n\n gtag('config', 'UA-32621778-3';\n\n//]]&gt;\n</script>\n\n </head>\n " ]
[ "<title>Temporary Teaching Opportunities in Economics for 2019-20 (JPF02642) - AP Recruit</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "recruit.ucdavis.edu > JPF02642" } ]
[ { "char_end_idx": 315, "char_start_idx": 0, "key": "length", "type": "local", "value": "315" }, { "char_end_idx": 539, "char_start_idx": 315, "key": "length", "type": "local", "value": "223" }, { "char_end_idx": 702, "char_start_idx": 539, "key": "length", "type": "local", "value": "162" }, { "char_end_idx": 775, "char_start_idx": 702, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 804, "char_start_idx": 775, "key": "length", "type": "local", "value": "28" }, { "char_end_idx": 806, "char_start_idx": 804, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 834, "char_start_idx": 806, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 877, "char_start_idx": 834, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 947, "char_start_idx": 877, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 994, "char_start_idx": 947, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 1083, "char_start_idx": 994, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 1162, "char_start_idx": 1083, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 1276, "char_start_idx": 1162, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 1315, "char_start_idx": 1276, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 1573, "char_start_idx": 1315, "key": "length", "type": "local", "value": "257" }, { "char_end_idx": 1655, "char_start_idx": 1573, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 1919, "char_start_idx": 1655, "key": "length", "type": "local", "value": "263" }, { "char_end_idx": 1949, "char_start_idx": 1919, "key": "length", "type": "local", "value": "29" }, { "char_end_idx": 1957, "char_start_idx": 1949, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 1994, "char_start_idx": 1957, "key": "length", "type": "local", "value": "36" }, { "char_end_idx": 2075, "char_start_idx": 1994, "key": "length", "type": "local", "value": "80" } ]
[ { "key": "length", "type": "global", "value": "2202" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "html_attrs": { "attrs": [ "tabindex", "class", "href" ], "values": [ "1", "skip-nav", "#content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 25, "char_start_idx": 21, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 25, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 43, "char_start_idx": 26, "html_attrs": { "attrs": [ "href" ], "values": [ "/apply" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 43, "char_start_idx": 26, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 112, "char_start_idx": 44, "html_attrs": { "attrs": [ "class" ], "values": [ "active" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 113, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "breadcrumbs", "breadcrumb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ol" }, { "char_end_idx": 113, "char_start_idx": 21, "html_attrs": { "attrs": [ "id" ], "values": [ "where-am-i" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 113, "char_start_idx": 113, "html_attrs": { "attrs": [ "id" ], "values": [ "flash" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 132, "char_start_idx": 113, "html_attrs": { "attrs": [ "id" ], "values": [ "recruitment-period" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 149, "char_start_idx": 132, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 196, "char_start_idx": 150, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 196, "char_start_idx": 196, "html_attrs": { "attrs": [ "class" ], "values": [ "visibility" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 196, "char_start_idx": 150, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "review_date", "review_date_3553" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 317, "char_start_idx": 132, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 329, "char_start_idx": 317, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 541, "char_start_idx": 317, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 541, "char_start_idx": 132, "html_attrs": { "attrs": [ "class" ], "values": [ "section" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 552, "char_start_idx": 541, "html_attrs": { "attrs": [ "id" ], "values": [ "description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 703, "char_start_idx": 553, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1316, "char_start_idx": 704, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1656, "char_start_idx": 1317, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1657, "char_start_idx": 553, "html_attrs": { "attrs": [ "class" ], "values": [ "section" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1657, "html_attrs": { "attrs": [ "id" ], "values": [ "requirements" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 1691, "char_start_idx": 1670, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 1692, "char_start_idx": 1692, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1692, "char_start_idx": 1692, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1783, "char_start_idx": 1692, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1783, "char_start_idx": 1692, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 1783, "char_start_idx": 1783, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1927, "char_start_idx": 1927, "html_attrs": { "attrs": [ "href" ], "values": [ "http://academicaffairs.ucdavis.edu/diversity/equity_inclusion/index.html" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1999, "char_start_idx": 1927, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://academicaffairs.ucdavis.edu/diversity/equity_inclusion/index.html", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2077, "char_start_idx": 1783, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 2077, "char_start_idx": 1783, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2077, "char_start_idx": 1692, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2077, "char_start_idx": 1670, "html_attrs": { "attrs": [ "class" ], "values": [ "documents" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2077, "char_start_idx": 1670, "html_attrs": { "attrs": [ "class" ], "values": [ "recruitment-level single-level" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2089, "char_start_idx": 2077, "html_attrs": { "attrs": [ "id" ], "values": [ "apply-online" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h3" }, { "char_end_idx": 2111, "char_start_idx": 2090, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2154, "char_start_idx": 2112, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2201, "char_start_idx": 2155, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2202, "char_start_idx": 2090, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ol" }, { "char_end_idx": 2202, "char_start_idx": 113, "html_attrs": { "attrs": [ "class" ], "values": [ "body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2202, "char_start_idx": 113, "html_attrs": { "attrs": [ "id" ], "values": [ "content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "main" }, { "char_end_idx": 2202, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-cosmopolitan" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 25, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Skip to main content\nHome" }, { "char_end_idx": 43, "char_start_idx": 25, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOpen Recruitments" }, { "char_end_idx": 112, "char_start_idx": 43, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTemporary Teaching Opportunities in Economics for 2019-20 (JPF02642)" }, { "char_end_idx": 113, "char_start_idx": 112, "key": "paragraph", "marker": "ol", "type": "local", "value": "\n" }, { "char_end_idx": 132, "char_start_idx": 113, "key": "paragraph", "marker": "h3", "type": "local", "value": "Recruitment Period\n" }, { "char_end_idx": 317, "char_start_idx": 132, "key": "paragraph", "marker": "div", "type": "local", "value": "Last review date: Friday, Apr 12, 2019 at 11:59pm (Pacific Time)\nApplications received after this date will be reviewed by the search committee if the position has not yet been filled.\n" }, { "char_end_idx": 541, "char_start_idx": 317, "key": "paragraph", "marker": "div", "type": "local", "value": "Final date: Friday, Jan 31, 2020 at 11:59pm (Pacific Time)\nApplications will continue to be accepted until this date, but those received after the review date will only be considered if the position has not yet been filled.\n" }, { "char_end_idx": 552, "char_start_idx": 541, "key": "paragraph", "marker": "h3", "type": "local", "value": "Description" }, { "char_end_idx": 704, "char_start_idx": 552, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe Department of Economics at the University of California, Davis, seeks temporary instructors to teach in a wide range of fields each academic year.\n" }, { "char_end_idx": 1317, "char_start_idx": 704, "key": "paragraph", "marker": "p", "type": "local", "value": "Positions are contingent on funding and pending administrative approval. Applicants should have a Ph.D. or equivalent in Economics. Salary is based on ability and experience. Anyone interested in applying should submit their application online. We will only be accepting applications online. Submit a curriculum vitae, evidence of teaching ability and/or two letters of reference. Applications are accepted on a continuous basis for future temporary openings. However, for first consideration for the 2019-20 academic year, please submit your application by April 12, 2019. Only completed files will be reviewed.\n" }, { "char_end_idx": 1657, "char_start_idx": 1317, "key": "paragraph", "marker": "p", "type": "local", "value": "The University of California, Davis, and the Department of Economics are interested in candidates who are committed to the highest standards of scholarship and professional activities, and to the development of a campus that supports equality and diversity. The University of California is an affirmative action/equal opportunity employer.\n" }, { "char_end_idx": 1669, "char_start_idx": 1657, "key": "paragraph", "marker": "h3", "type": "local", "value": "Requirements" }, { "char_end_idx": 1692, "char_start_idx": 1669, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDocument requirements\n" }, { "char_end_idx": 1784, "char_start_idx": 1692, "key": "paragraph", "marker": "p", "type": "local", "value": "Evidence of Teaching - Submit evidence of teaching ability and/or two letters of reference\nS" }, { "char_end_idx": 2077, "char_start_idx": 1783, "key": "paragraph", "marker": "div", "type": "local", "value": "Statement of Contributions to Diversity - Diversity contributions documented in the application file will be used to evaluate applicants. Visit http://academicaffairs.ucdavis.edu/diversity/equity_inclusion/index.html for guidelines about writing a diversity statement and why one is requested.\n" }, { "char_end_idx": 2078, "char_start_idx": 2077, "key": "paragraph", "marker": "p", "type": "local", "value": "H" }, { "char_end_idx": 2089, "char_start_idx": 2077, "key": "paragraph", "marker": "h3", "type": "local", "value": "How to apply" }, { "char_end_idx": 2111, "char_start_idx": 2089, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCreate an ApplicantID" }, { "char_end_idx": 2154, "char_start_idx": 2111, "key": "paragraph", "marker": "li", "type": "local", "value": "\nProvide required information and documents" }, { "char_end_idx": 2201, "char_start_idx": 2154, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIf any, provide required reference information" }, { "char_end_idx": 2202, "char_start_idx": 2201, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Temporary Teaching Opportunities in Economics for 2019-20 (JPF02642) - AP Recruit" } ]
[ { "key": "url", "type": "global", "value": "https://recruit.ucdavis.edu/JPF02642" } ]
[]
Skip to main content Home Open Recruitments Temporary Teaching Opportunities in Economics for 2019-20 (JPF02642) Recruitment Period Last review date: Friday, Apr 12, 2019 at 11:59pm (Pacific Time) Applications received after this date will be reviewed by the search committee if the position has not yet been filled. Final date: Friday, Jan 31, 2020 at 11:59pm (Pacific Time) Applications will continue to be accepted until this date, but those received after the review date will only be considered if the position has not yet been filled. Description The Department of Economics at the University of California, Davis, seeks temporary instructors to teach in a wide range of fields each academic year. Positions are contingent on funding and pending administrative approval. Applicants should have a Ph.D. or equivalent in Economics. Salary is based on ability and experience. Anyone interested in applying should submit their application online. We will only be accepting applications online. Submit a curriculum vitae, evidence of teaching ability and/or two letters of reference. Applications are accepted on a continuous basis for future temporary openings. However, for first consideration for the 2019-20 academic year, please submit your application by April 12, 2019. Only completed files will be reviewed. The University of California, Davis, and the Department of Economics are interested in candidates who are committed to the highest standards of scholarship and professional activities, and to the development of a campus that supports equality and diversity. The University of California is an affirmative action/equal opportunity employer. Requirements Document requirements Evidence of Teaching - Submit evidence of teaching ability and/or two letters of reference Statement of Contributions to Diversity - Diversity contributions documented in the application file will be used to evaluate applicants. Visit http://academicaffairs.ucdavis.edu/diversity/equity_inclusion/index.html for guidelines about writing a diversity statement and why one is requested. How to apply Create an ApplicantID Provide required information and documents If any, provide required reference information
https://recruit.ucdavis.edu/JPF02642
[ { "char_end_idx": 195, "char_start_idx": 183, "key": "entity", "type": "local", "value": "Pacific_Time_Zone" }, { "char_end_idx": 374, "char_start_idx": 362, "key": "entity", "type": "local", "value": "Pacific_Time_Zone" }, { "char_end_idx": 580, "char_start_idx": 557, "key": "entity", "type": "local", "value": "Business_school" }, { "char_end_idx": 612, "char_start_idx": 588, "key": "entity", "type": "local", "value": "University_of_California" }, { "char_end_idx": 619, "char_start_idx": 614, "key": "entity", "type": "local", "value": "University_of_California,_Davis" }, { "char_end_idx": 834, "char_start_idx": 825, "key": "entity", "type": "local", "value": "Economics" }, { "char_end_idx": 1345, "char_start_idx": 1321, "key": "entity", "type": "local", "value": "University_of_California" }, { "char_end_idx": 1352, "char_start_idx": 1347, "key": "entity", "type": "local", "value": "Davis,_California" }, { "char_end_idx": 1385, "char_start_idx": 1362, "key": "entity", "type": "local", "value": "Business_school" }, { "char_end_idx": 1603, "char_start_idx": 1579, "key": "entity", "type": "local", "value": "University_of_California" } ]
[ { "char_end_idx": 317, "char_start_idx": 132, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pacific_Time_Zone" }, { "char_end_idx": 541, "char_start_idx": 317, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pacific_Time_Zone" }, { "char_end_idx": 704, "char_start_idx": 552, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Business_school" }, { "char_end_idx": 704, "char_start_idx": 552, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "University_of_California" }, { "char_end_idx": 704, "char_start_idx": 552, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "University_of_California,_Davis" }, { "char_end_idx": 1317, "char_start_idx": 704, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Economics" }, { "char_end_idx": 1657, "char_start_idx": 1317, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "University_of_California" }, { "char_end_idx": 1657, "char_start_idx": 1317, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Davis,_California" }, { "char_end_idx": 1657, "char_start_idx": 1317, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Business_school" } ]
0
150
1556001180000
<!DOCTYPE html> <html lang="en"> <head> <title>Satka timezone</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <link href="/css/styles.css" rel="stylesheet" type="text/css" media="all"> <!--[if lt IE 9]> <script src="/js/html5.js"></script> <script src="/js/IE9.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="/css/cookieconsent.css" /> <script type="text/javascript" src="/js/jquery.min.js"></script> <script type="text/javascript" src="/js/cookieconsent.js"></script> <script type="text/javascript">$(document).ready(function(){$.cookieBar({})});</script> <script> function dosync() { $.ajax({url: "/gettime2.php?tz=Asia/Yekaterinburg",cache:false, timeout:1800, success: function(result){ today = new Date(); startmoment = today; timeSeconds = parseInt(result); //alert("YO:"+timeSeconds); }}); } function showmap1() { document.getElementById('map01').style.display='block'; document.getElementById('map02').style.display='none'; document.getElementById('link1').style.backgroundColor='#FC0'; document.getElementById('link2').style.backgroundColor='#FFF'; } function showmap2() { document.getElementById('map01').style.display='none'; document.getElementById('map02').style.display='block'; document.getElementById('link1').style.backgroundColor='#FFF'; document.getElementById('link2').style.backgroundColor='#FC0'; } </script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5816520276332367", enable_page_level_ads: true }); </script> </head> <body> <div id="headerwrap"> <header id="mainheader" class="bodywidth clear"> <img src="/images/logo.png" alt="" class="logo"> <hgroup id="websitetitle"> <h1><a href="http://time-zone.net"><span class="bold">Time-Zone</span>.net</a></h1> <h2>/<a href="/russia/" style="text-decoration:underline">Russia</a>/Satka</h2> </hgroup> <nav> <ul> <li><a href="/">Home</a></li> <li><a href="/popular">Popular</a></li> <li><a href="/termsofuse">Terms</a></li> <li><a href="/contact">Contact</a></li> </ul> </nav> </header> </div> <aside id="introduction" class="bodywidth clear"> <div id="introleft"> <h2>Time zone in <span class="blue">Satka</span></h2> <p>Satka (Chelyabinsk, <a href="/russia/">Russia</a>) is located in +05 (Asia/Yekaterinburg) time zone. Difference to Greenwich mean time in hours: <a href="http://clock.zone/gmt/+5" target="_blank">GMT+5</a>. Current local time in Satka is: <b>11:33 am</b> Tuesday, April 23, 2019 <a href="javascript:alert('in moment when this page was generated');" title="in moment when this page was generated"><sup>[info]</sup></a>.</p> <p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- time-zone-net --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5816520276332367" data-ad-slot="4958938416" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <p style="margin-top:4px;">Time in Satka now: <label id="hours" style="font-size:2em; color:#903">11</label>:<label id="minutes" style="font-size:2em; color:#903">33</label>:<label id="seconds">00</label></p> <script type="text/javascript"> var today = new Date(); var startmoment = today; var hoursLabel = document.getElementById("hours"); var minutesLabel = document.getElementById("minutes"); var secondsLabel = document.getElementById("seconds"); var timeSeconds = 41580; //h*3600+m*60+s setInterval(setTime, 200); function setTime() { var now = new Date(); totalSeconds = parseInt((now - startmoment)/1000+timeSeconds); secondsLabel.innerHTML = pad(totalSeconds%60); minutesLabel.innerHTML = pad(parseInt(totalSeconds/60)%60); hoursLabel.innerHTML = pad(parseInt(totalSeconds/3600)%24); } function pad(val) { var valString = val + ""; if(valString.length < 2) { return "0" + valString; } else { return valString; } } </script> <h3>Time changes (DST = daylight saving time)</h3> <p>No known DST changes in Asia/Yekaterinburg</p> <p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- time-zone-net --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5816520276332367" data-ad-slot="4958938416" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> </div> </aside> <div id="maincontent" class="bodywidth clear"> <div id="aboutleft"> <h2>Satka on timezone map</h2> <p><a href="javascript:showmap1();" style="background-color:#FC0" id="link1">[Timezone world map]</a> &bull; <a href="javascript:showmap2();" id="link2">[Zoom in]</a></p> <div style="position:relative; width:100%; height:100%;" id="map01"><img src="/images/timezonemap.jpg" style="width:100%; height:auto;"> <div style="position:absolute; left:66.4%; top:19.42%;"><img src="/images/marker0.png" style="position:relative; left:-12px; top:-31px;"></div> </div> <div style="position:relative; width:100%; height:100%; display:none;" id="map02"> <img src="/images/maps/2-0.jpg" style="width:100%; height:auto;" /> <div style="position:absolute; left:32.8%; top:38.84%;"><img src="/images/marker0.png" style="position:relative; left:-12px; top:-31px;" onClick="javascript:this.style.display='none'" /></div> </div> <p style="font-size:1em; font-style:italic;">Thanks to <a href="http://timein.org/images/timezonemap.jpg" target="_blank">timein.org</a> for equirectangular time zone world map. Used with permition. This map contains only raw offset GMT (independent of DST).</p> </div> <section id="articlesright"> <h4>Ads</h4> <p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- time-zone-net --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5816520276332367" data-ad-slot="4958938416" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <h4>Social</h4> <p><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftime-zone.net&amp;layout=button_count&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp" style="overflow:hidden;width:140px;height:20px;" scrolling="no" frameborder="0" allowTransparency="true"></iframe></p> <h3>Search city</h3> <p>Or if you prefer using search field, type the name of the <strong>city</strong> (or part of the name): </p> <p> <form name="form1" method="get" action="/searchcity"> <input type="hidden" name="c" value="russia"> <label> <input type="text" name="q" id="q"> </label> <input type="submit" value="GO.."> </form> </p> </section> </div> <div id="footerwrap"> <footer id="mainfooter" class="bodywidth clear"> <nav class="clear"> <ul> <li><a href="/">Home</a></li> <li><a href="/popular">Popular</a></li> <li><a href="/termsofuse">Terms of use</a></li> <li><a href="/sitemap.txt">Sitemap</a></li> <li><a href="/contact">Contact</a></li> </ul> </nav> <p class="copyright">&copy;2019 Programmed by Gashpar</p> </footer> </div> <script> synctimer = setTimeout(dosync, 500); </script> </body> </html>
[ "<footer id=\"mainfooter\" class=\"bodywidth clear\">&#13;\n <nav class=\"clear\">&#13;\n <ul>&#13;\n <li><a href=\"/\">Home</a></li>&#13;\n <li><a href=\"/popular\">Popular</a></li>&#13;\n <li><a href=\"/termsofuse\">Terms of use</a></li>&#13;\n <li><a href=\"/sitemap.txt\">Sitemap</a></li>&#13;\n <li><a href=\"/contact\">Contact</a></li>&#13;\n </ul>&#13;\n </nav>&#13;\n <p class=\"copyright\">©2019 Programmed by Gashpar</p>&#13;\n </footer>&#13;\n" ]
[ "<head>&#13;\n<title>Satka timezone</title>&#13;\n<meta charset=\"utf-8\"/>&#13;\n<meta name=\"viewport\" content=\"width=device-width\"/>&#13;\n<link href=\"/css/styles.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\"/>&#13;\n<!--[if lt IE 9]>\r\n<script src=\"/js/html5.js\"></script>\r\n<script src=\"/js/IE9.js\"></script>\r\n<![endif]-->&#13;\n&#13;\n\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/cookieconsent.css\"/>&#13;\n\t\t<script type=\"text/javascript\" src=\"/js/jquery.min.js\"/>&#13;\n\t\t<script type=\"text/javascript\" src=\"/js/cookieconsent.js\"/>&#13;\n\t\t<script type=\"text/javascript\">$(document).ready(function(){$.cookieBar({})});</script>&#13;\n&#13;\n&#13;\n&#13;\n<script>&#13;\n\tfunction dosync() {&#13;\n\t\t\t$.ajax({url: \"/gettime2.php?tz=Asia/Yekaterinburg\",cache:false, timeout:1800, &#13;\n\t\t\tsuccess: function(result){&#13;\n\t\t\t\ttoday = new Date();&#13;\n\t\t\t\tstartmoment = today;&#13;\n\t\t\t\ttimeSeconds = parseInt(result);&#13;\n\t\t\t\t//alert(\"YO:\"+timeSeconds);&#13;\n\t\t\t}});&#13;\n\t}&#13;\n&#13;\nfunction showmap1() {&#13;\n\tdocument.getElementById('map01').style.display='block';&#13;\n\tdocument.getElementById('map02').style.display='none';&#13;\n\tdocument.getElementById('link1').style.backgroundColor='#FC0';&#13;\n\tdocument.getElementById('link2').style.backgroundColor='#FFF';&#13;\n}&#13;\n&#13;\nfunction showmap2() {&#13;\n\tdocument.getElementById('map01').style.display='none';&#13;\n\tdocument.getElementById('map02').style.display='block';&#13;\n\tdocument.getElementById('link1').style.backgroundColor='#FFF';&#13;\n\tdocument.getElementById('link2').style.backgroundColor='#FC0';&#13;\n}&#13;\n</script>&#13;\n&#13;\n&#13;\n<script async=\"\" src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"/>&#13;\n<script>&#13;\n (adsbygoogle = window.adsbygoogle || []).push({&#13;\n google_ad_client: \"ca-pub-5816520276332367\",&#13;\n enable_page_level_ads: true&#13;\n });&#13;\n</script>&#13;\n</head>&#13;\n" ]
[ "<title>Satka timezone</title>&#13;\n" ]
[ { "key": "datasource", "type": "global", "value": "time-zone.net > russia > satka" } ]
[ { "char_end_idx": 95, "char_start_idx": 0, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 146, "char_start_idx": 95, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 219, "char_start_idx": 146, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 301, "char_start_idx": 219, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 345, "char_start_idx": 301, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 366, "char_start_idx": 345, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 426, "char_start_idx": 366, "key": "length", "type": "local", "value": "59" } ]
[ { "key": "length", "type": "global", "value": "537" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "headerwrap" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 18, "char_start_idx": 13, "html_attrs": { "attrs": [ "class" ], "values": [ "blue" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 18, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 45, "char_start_idx": 39, "html_attrs": { "attrs": [ "href" ], "values": [ "/russia/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 146, "char_start_idx": 141, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://clock.zone/gmt/+5", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 188, "char_start_idx": 180, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 219, "char_start_idx": 213, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "sup" }, { "char_end_idx": 219, "char_start_idx": 213, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "javascript:alert('in%20moment%20when%20this%20page%20was%20generated');", "in moment when this page was generated" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 220, "char_start_idx": 19, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 262, "char_start_idx": 221, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 263, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "introleft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 263, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "introduction", "bodywidth clear" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 284, "char_start_idx": 263, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 305, "char_start_idx": 295, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://timein.org/images/timezonemap.jpg", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 427, "char_start_idx": 285, "html_attrs": { "attrs": [ "style" ], "values": [ "font-size:1em; font-style:italic;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 428, "char_start_idx": 263, "html_attrs": { "attrs": [ "id" ], "values": [ "aboutleft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 431, "char_start_idx": 428, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h4" }, { "char_end_idx": 438, "char_start_idx": 432, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h4" }, { "char_end_idx": 450, "char_start_idx": 439, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 513, "char_start_idx": 509, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 537, "char_start_idx": 451, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 537, "char_start_idx": 428, "html_attrs": { "attrs": [ "id" ], "values": [ "articlesright" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "section" }, { "char_end_idx": 537, "char_start_idx": 263, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "maincontent", "bodywidth clear" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 537, "char_start_idx": 537, "html_attrs": { "attrs": [ "id" ], "values": [ "footerwrap" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 537, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 18, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "Time zone in Satka" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "paragraph", "marker": "p", "type": "local", "value": "\nSatka (Chelyabinsk, Russia) is located in +05 (Asia/Yekaterinburg) time zone. Difference to Greenwich mean time in hours: GMT+5. Current local time in Satka is: 11:33 am Tuesday, April 23, 2019 [info].\n" }, { "char_end_idx": 262, "char_start_idx": 221, "key": "paragraph", "marker": "h3", "type": "local", "value": "Time changes (DST = daylight saving time)" }, { "char_end_idx": 263, "char_start_idx": 262, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 284, "char_start_idx": 263, "key": "paragraph", "marker": "h2", "type": "local", "value": "Satka on timezone map" }, { "char_end_idx": 428, "char_start_idx": 284, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThanks to timein.org for equirectangular time zone world map. Used with permition. This map contains only raw offset GMT (independent of DST).\n" }, { "char_end_idx": 431, "char_start_idx": 428, "key": "paragraph", "marker": "h4", "type": "local", "value": "Ads" }, { "char_end_idx": 438, "char_start_idx": 431, "key": "paragraph", "marker": "h4", "type": "local", "value": "\nSocial" }, { "char_end_idx": 450, "char_start_idx": 438, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nSearch city" }, { "char_end_idx": 537, "char_start_idx": 450, "key": "paragraph", "marker": "div", "type": "local", "value": "\nOr if you prefer using search field, type the name of the city (or part of the name):\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Satka timezone" } ]
[ { "key": "url", "type": "global", "value": "http://time-zone.net/russia/satka/" } ]
[]
Time zone in Satka Satka (Chelyabinsk, Russia) is located in +05 (Asia/Yekaterinburg) time zone. Difference to Greenwich mean time in hours: GMT+5. Current local time in Satka is: 11:33 am Tuesday, April 23, 2019 [info]. Time changes (DST = daylight saving time) Satka on timezone map Thanks to timein.org for equirectangular time zone world map. Used with permition. This map contains only raw offset GMT (independent of DST). Ads Social Search city Or if you prefer using search field, type the name of the city (or part of the name):
http://time-zone.net/russia/satka/
[ { "char_end_idx": 18, "char_start_idx": 13, "key": "entity", "type": "local", "value": "Satka" }, { "char_end_idx": 24, "char_start_idx": 19, "key": "entity", "type": "local", "value": "Satka" }, { "char_end_idx": 37, "char_start_idx": 26, "key": "entity", "type": "local", "value": "Chelyabinsk" }, { "char_end_idx": 45, "char_start_idx": 39, "key": "entity", "type": "local", "value": "Russia" }, { "char_end_idx": 70, "char_start_idx": 66, "key": "entity", "type": "local", "value": "Asia" }, { "char_end_idx": 84, "char_start_idx": 71, "key": "entity", "type": "local", "value": "Yekaterinburg" }, { "char_end_idx": 120, "char_start_idx": 111, "key": "entity", "type": "local", "value": "Prime_meridian" }, { "char_end_idx": 144, "char_start_idx": 141, "key": "entity", "type": "local", "value": "Greenwich_Mean_Time" }, { "char_end_idx": 175, "char_start_idx": 170, "key": "entity", "type": "local", "value": "Satka" }, { "char_end_idx": 268, "char_start_idx": 263, "key": "entity", "type": "local", "value": "Satka" }, { "char_end_idx": 405, "char_start_idx": 402, "key": "entity", "type": "local", "value": "Greenwich_Mean_Time" }, { "char_end_idx": 425, "char_start_idx": 422, "key": "entity", "type": "local", "value": "Daylight_saving_time" } ]
[ { "char_end_idx": 18, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Satka" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Satka" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Chelyabinsk" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Russia" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Asia" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Yekaterinburg" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Prime_meridian" }, { "char_end_idx": 221, "char_start_idx": 18, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Greenwich_Mean_Time" }, { "char_end_idx": 284, "char_start_idx": 263, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Satka" }, { "char_end_idx": 428, "char_start_idx": 284, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Greenwich_Mean_Time" }, { "char_end_idx": 428, "char_start_idx": 284, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Daylight_saving_time" } ]
0
753
1556006437000
<!DOCTYPE html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta name="google-site-verification" content="NZvD5ybAuCe0QeeuG7ePRjJ5hmKIwkWRlTdiyujlo58" /> <meta name="yandex-verification" content="45b6a20a240ba9eb" /> <meta name="msvalidate.01" content="7BE96FE613E17EEB378D7E7FEC19FE5E" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#111111"> <title itemprop="name">Watch Alias (2002) Online Full Movie Free | 123MovieS | Watch Movie And TV Shows</title> <meta name="description" content="Watch Alias (2002) : Online Full Movie Free | 123MovieS Eva Accidentally Witnesses (and Tapes) The Suicide Of A Girl. The Tape Is Stolen But..."> <meta name="keywords" content="full movie, full episode" /> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="author" content="admin"> <link rel="profile" href="https://gmpg.org/xfn/11"> <meta property="og:locale" content="en_US"> <meta property="og:title" content="Watch Alias (2002) Online Full Movie Free | 123MovieS | Watch Movie And TV Shows" /> <meta property="og:description" content="Watch Alias (2002) : Online Full Movie Free | 123MovieS Eva Accidentally Witnesses (and Tapes) The Suicide Of A Girl. The Tape Is Stolen But..."> <meta property="og:type" content="website" /> <meta property="og:author" content="Admin"> <meta property="og:site_name" content="Watch Movie And TV Shows"> <meta property="og:url" content="https://hd-trailers.org:443/movie/120062/alias.html" /> <meta property="og:image" content="https://image.tmdb.org/t/p/original/faWygVPQZa07fPXHXqtwsldpFhp.jpg" /> <meta property="og:locale" content="en_US"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Watch Movie And TV Shows"> <link rel="stylesheet" id="bootstrap-css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" media="all"> <link rel="stylesheet" id="jasny-css" href="//cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css" type="text/css" media="all"> <link rel="stylesheet" id="awesome-css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" media="all"> <link rel="stylesheet" id="simple-css" href="//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css" type="text/css" media="all"> <link rel="stylesheet" id="google-font" href="//fonts.googleapis.com/css?family=Oswald|Open+Sans" type="text/css" media="all"> <link rel="stylesheet" id="style-font" href="https://hd-trailers.org:443/themes/g-red/css/style.min.css" type="text/css" media="all"> <link rel="shortcut icon" href="https://hd-trailers.org:443/assets/images/favicon.gif"> <script type='text/javascript'> //<![CDATA[ shortcut={all_shortcuts:{},add:function(a,b,c){var d={type:"keydown",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)"undefined"==typeof c[e]&&(c[e]=d[e]);else c=d;d=c.target,"string"==typeof c.target&&(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&&(e=d.srcElement),3==e.nodeType&&(e=e.parentNode);if("INPUT"==e.tagName||"TEXTAREA"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&&(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&&(e=","),190==code&&(e=".");var f=a.split("+"),g=0,h={"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"},i={esc:27,escape:27,tab:9,space:32,"return":13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,"break":19,insert:45,home:36,"delete":46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&&(n=!0),d.shiftKey&&(l=!0),d.altKey&&(p=!0),d.metaKey&&(r=!0);for(var s=0;k=f[s],s<f.length;s++)"ctrl"==k||"control"==k?(g++,m=!0):"shift"==k?(g++,j=!0):"alt"==k?(g++,o=!0):"meta"==k?(g++,q=!0):1<k.length?i[k]==code&&g++:c.keycode?c.keycode==code&&g++:e==k?g++:h[e]&&d.shiftKey&&(e=h[e],e==k&&g++);if(g==f.length&&n==m&&l==j&&p==o&&r==q&&(b(d),!c.propagate))return d.cancelBubble=!0,d.returnValue=!1,d.stopPropagation&&(d.stopPropagation(),d.preventDefault()),!1},this.all_shortcuts[a]={callback:e,target:d,event:c.type},d.addEventListener?d.addEventListener(c.type,e,!1):d.attachEvent?d.attachEvent("on"+c.type,e):d["on"+c.type]=e},remove:function(a){var a=a.toLowerCase(),b=this.all_shortcuts[a];delete this.all_shortcuts[a];if(b){var a=b.event,c=b.target,b=b.callback;c.detachEvent?c.detachEvent("on"+a,b):c.removeEventListener?c.removeEventListener(a,b,!1):c["on"+a]=!1}}},shortcut.add("Ctrl+U",function(){top.location.href="/ops.php"}); //]]> </script> </head> <body class=" movie single"> <header> <div class="navbar navbar-default navbar-fixed-top"> <div class="container"> <button type="button" class="side-toggle" data-toggle="offcanvas" data-target="#side-menu" data-canvas="body"> <span class="icon-menu"></span> </button> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-navbar" aria-expanded="false"> <span class="icon-options-vertical"></span> </button> <a class="navbar-brand" href="https://hd-trailers.org:443">Watch Movie And TV Shows</a> </div> <nav class="collapse navbar-collapse" id="main-navbar"> <form method="GET" action="/" class="navbar-form navbar-left"> <div class="input-group"> <span class="input-group-addon"> <input type="radio" name="type" value="movie" checked> Movie <input type="radio" name="type" value="tv" class="spaceleft" > TV <span class="nomobile"> Shows</span> </span> <input type="text" name="s" class="form-control" placeholder="Search for..."> <span class="input-group-btn"> <button class="btn btn-primary" type="submit"> <span class="icon-magnifier"></span> </button> </span> </div> </form> <ul class="nav navbar-nav navbar-right"> <li> <a href="/movie/"> <span class="icon icon-film"></span> Movies </a> </li> <li> <a href="/tv/"> <span class="icon fa fa-television"></span> TV Shows </a> </li> <li> <a href="https://hd-trailers.org:443/?action=register"> <span class="icon icon-cloud-download"></span> Download </a> </li> </ul> </nav> </div> </div> <nav id="side-menu" class="navmenu navmenu-default navmenu-fixed-left offcanvas" role="navigation"> <a class="navmenu-brand" href="https://hd-trailers.org:443">Watch Movie And TV Shows</a> <ul class="nav navmenu-nav"> <li class="active"> <a href="https://hd-trailers.org:443"> <span class="icon icon-home"></span> Homepage </a> </li> <li> <a href="https://hd-trailers.org:443/movie/"> <span class="icon icon-film"></span> Movies </a> <ul class="sub-menu"> <li> <a href="https://hd-trailers.org:443/p/movies-nowplay/">Now Playing</a> </li> <li> <a href="https://hd-trailers.org:443/p/popular-movies/">Popular</a> </li> <li> <a href="https://hd-trailers.org:443/p/toprated-movies/">Top Rated</a> </li> <li> <a href="https://hd-trailers.org:443/p/upcoming-movies/">Coming Soon</a> </li> </ul> </li> <li> <a href="https://hd-trailers.org:443/tv/"> <span class="icon fa fa-television"></span> TV Shows </a> <ul class="sub-menu"> <li> <a href="https://hd-trailers.org:443/p/tv-airing/">Airing</a> </li> <li> <a href="https://hd-trailers.org:443/p/tv-popular/">Popular</a> </li> <li> <a href="https://hd-trailers.org:443/p/tv-ontheair/">On The Air</a> </li> </ul> </li> <li> <a href="https://www.imdbmoviefull.com"> <span class="fa fa-handshake-o"></span> Web Partner </a> </li> </ul> </nav> <div id="google_translate_element"></div><script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.FloatPosition.TOP_LEFT, multilanguagePage: true}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5bebf56cd1f57d26"></script> </header> <div id="main"> <div id="player"> <span class="player-cover"></span> <div class="container"> <div id="video"> <div id="video-player" class="embed-responsive embed-responsive-16by9 video pointer nocontext"> <video id="videoPlayer" class="embed-responsive-item" preload="none" poster="https://image.tmdb.org/t/p/original/faWygVPQZa07fPXHXqtwsldpFhp.jpg"> <p>Your browser doesn't support HTML5 video</p> </video> <span class="spinner-wrapper"> <span class="vam"> <span class="spinner loading"></span> </span> </span> <span class="play-wrapper ease"> <span class="vam"> <span id="play" class="play-btn-border ease"> <i class="fa fa-play-circle headline-round ease" aria-hidden="true"></i> </span> </span> <div class="media-controls ease"> <div id="leftControls" class="pull-left"> <button type="button" name="Play" class="btn icon-control-play" id="play_btn"></button> <button id="volumeInc_btn" name="Volume" class="btn icon-volume-2"></button> <button id="timeContainer" class="btn">0:00: <span class="dmax">01:38:00</span> </button> </div> <div id="progressContainer"> <span id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></span> </div> <div id="rightControls" class="pull-right"> <div id="sliderContainer"> <div id="slider" class="ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all"> <div class="ui-slider-range ui-widget-header ui-corner-all ui-slider-range-min" style="height: 50%;"></div> <span class="ui-slider-handle ui-state-default ui-corner-all" tabindex="0" style="bottom: 50%;"></span> </div> </div> <div id="setting_btn" class="btn-group dropup"> <button name="Setting" class="btn icon-settings dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="glyphicon glyphicon-hd-video"></span> </button> <ul class="dropdown-menu dropdown-menu-right"> <li class="hq active">HD 1080p</li> <li class="hq">HD 720p</li> </ul> </div> <button id="fullscreen_btn" name="Fullscreen" class="btn icon-size-fullscreen pull-right"></button> </div> </div> </div> </div> </div> </div> <div id="button-offer"> <div class="container"> <div class="text-center"> <a class="btn btn-offer btn-lg btn-watch" href="https://hd-trailers.org:443/?action=register"> <span class="btn-bg"> <span class="icon icon-control-play"></span> </span> Watch Now Full Movie HD </a> <a class="btn btn-offer btn-lg btn-download" href="https://hd-trailers.org:443/?action=register"> <span class="btn-bg"> <span class="icon icon-cloud-download"></span> </span> Download Full Movie 720P </a> </div> </div> </div> <div class="container" itemscope itemtype="https://schema.org/Movie"> <div class="row"> <article id="post-400710" class="post col-md-8"> <ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList"> <li class="home" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListAliasem"> <span itemprop="name"> <a itemprop="item" href="https://hd-trailers.org:443/movie/120062/alias.html"> <span class="icon-home"></span> </a> </span> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListAliasem"> <span itemprop="name"> <a itemprop="item" href="https://hd-trailers.org:443/movie/120062/alias.html/movie/">Movie</a> </span> </li> <li class="active">Alias</li> </ol> <header class="entry-header"> <h1 class="entry-title"> <span itemprop="name">Alias (2002) Online Full Movie Streaming Free |123Movies</span> </h1> <meta itemprop="datePublished" content="2002-02-13"> <div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> <meta itemprop="worstRating" content="1"> <meta itemprop="bestRating" content="10"> <meta itemprop="ratingValue" content="4.7"> <meta itemprop="ratingCount" content="9"> </div> <meta property="og:image" itemprop="image" content="https://image.tmdb.org/t/p/original/faWygVPQZa07fPXHXqtwsldpFhp.jpg"> </header> <div class="entry-content"> <div class="row"> <div class="col-md-3 text-center"> <img src="https://image.tmdb.org/t/p/w185/faWygVPQZa07fPXHXqtwsldpFhp.jpg" alt="Alias" width="500" height="750" class="img-responsive inblock main-poster"> <div class="rating-star" title="3.1 out of 10 stars" itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star-o"></i><i class="fa fa-star-o"></i><i class="fa fa-star-o"></i><i class="fa fa-star-o"></i><i class="fa fa-star-o"></i><i class="fa fa-star-o"></i><i class="fa fa-star-o"></i><div class="movie-rating"><span itemprop="ratingValue">3.1</span>/<span itemprop="bestRating">10</span> by <span itemprop="ratingCount">4</span> users</div> </div> </div> <div class="col-md-9"> <p class="lead" itemprop="description">Watch Alias (2002) : Online Full Movie Free | 123MovieS Eva accidentally witnesses (and tapes) the suicide of a girl. The tape is stolen but retrieved by Dieter, with whom she starts an affair.You can conveniently watch Online Free Full movies on your desktop or laptop computer as long as your machine has a DVD-ROM drive or burner. Windows Media Player is a multimedia program included with Windows operating systems that allows you to play DVDs. The Windows Vista, Windows XP, Windows 8 / 10 Or System Operation Other Media Center Edition includes Windows Media Center, Download which is advanced home entertainment software. It plays Download Movie online free and provides full access to the Free DVD 1080PX Or 720PX Full HD. menu and features, it’s time for you to sit back, relax, grab a can or cola or some snacks, and get the very feel of Hollywood, BollyWood, Boxffice or other in your own room. favorite Movies destination. The Internet Movie Data Base (IMDB) is a source of industry information for insiders as well as film reviews, showtimes and movie trailers for the general public. Check their website for a list of current showings with descriptions. If you’re feeling particularly daring, you can even use their little-known advanced search feature. There, you can search their complete catalog of past and present movies by plot, filming locations and even quotes. You can even find fun facts and trivia about your favorite actors, such as their zodiac sign, birthplace, birthday and awards and nominations.</p> </div> </div> <div class="row"> <div class="col-md-12"> <section id="external-download" style="display:block!important;visibility:visible!important;opacity:1!important"> <h3 class="widget-title" style="display:block!important;visibility:visible!important;opacity:1!important"> <span>High-Speed External Downloads</span> </h3> <a href="https://hd-trailers.org:443/?action=register"><div class="section-content" style="display:block!important;visibility:visible!important;opacity:1!important"> <ul id="ext-download" style="display:block!important;visibility:visible!important;opacity:1!important"> <li class="ext-row pointer" data-key="Alias 2002.rar" data-aff="7555" data-sub="100" style="display:block!important;visibility:visible!important;opacity:1!important"> <span class="ext-title ease" style="display:block!important;visibility:visible!important;opacity:1!important"> <span>Alias 2002.rar</span> </span> <span class="ext-right pull-right"> <span class="ext-speed nomobile"><script type="text/javascript"> document.write(Math.floor(Math.random()*3200)); </script> Kb/s</span> <span class="ext-icon label label-primary"> <span class="glyphicon glyphicon-download-alt"></span> DOWNLOAD </span> </span> </li> <li class="ext-row pointer" data-key="Calendario 50 Sfumature di Grigio 2016 - 2002 [Jpeg]" data-aff="7555" data-sub="100" style="display:block!important;visibility:visible!important;opacity:1!important"> <span class="ext-title ease" style="display:block!important;visibility:visible!important;opacity:1!important"> <span>Calendario 50 Sfumature di Grigio 2016 - 2002 [Jpeg]</span> </span> <span class="ext-right pull-right"> <span class="ext-speed nomobile"><script type="text/javascript"> document.write(Math.floor(Math.random()*2200)); </script> Kb/s</span> <span class="ext-icon label label-primary"> <span class="glyphicon glyphicon-download-alt"></span> DOWNLOAD </span> </span> </li> <li class="ext-row pointer" data-key="HOT! Alias 2002" data-aff="7555" data-sub="100" style="display:block!important;visibility:visible!important;opacity:1!important"> <span class="ext-title ease" style="display:block!important;visibility:visible!important;opacity:1!important"> <span>HOT! Alias 2002</span> </span> <span class="ext-right pull-right"> <span class="ext-speed nomobile"><script type="text/javascript"> document.write(Math.floor(Math.random()*2200)); </script> Kb/s</span> <span class="ext-icon label label-primary"> <span class="glyphicon glyphicon-download-alt"></span> DOWNLOAD </span> </span> </li> <li class="ext-row pointer" data-key="Avast Internet Security 2015 Serial Keys Till 2002 (Update)" data-aff="7555" data-sub="100" style="display:block!important;visibility:visible!important;opacity:1!important"> <span class="ext-title ease" style="display:block!important;visibility:visible!important;opacity:1!important"> <span>Avast Internet Security 2015 Serial Keys Till 2002 (Update)</span> </span> <span class="ext-right pull-right"> <span class="ext-speed nomobile"><script type="text/javascript"> document.write(Math.floor(Math.random()*2200)); </script> Kb/s</span> <span class="ext-icon label label-primary"> <span class="glyphicon glyphicon-download-alt"></span> DOWNLOAD </span> </span> </li> <li class="ext-row pointer" data-key="[FULL] Alias 2002" data-aff="7555" data-sub="100" style="display:block!important;visibility:visible!important;opacity:1!important"> <span class="ext-title ease" style="display:block!important;visibility:visible!important;opacity:1!important"> <span>[FULL] Alias 2002</span> </span> <span class="ext-right pull-right"> <span class="ext-speed nomobile"><script type="text/javascript"> document.write(Math.floor(Math.random()*2200)); </script> Kb/s</span> <span class="ext-icon label label-primary"> <span class="glyphicon glyphicon-download-alt"></span> DOWNLOAD </span> </span> </li> </ul> </div> </section></a> </div> </div> <div class="row"> <div class="col-md-12"> <ul class="nav nav-tabs" role="tablist"> <li class="active"> <a data-toggle="tab" href="#details">Details</a> </li> <li> <a data-toggle="tab" href="#casts">Casts</a> </li> <li class="nomobile"> <a data-toggle="tab" href="#posters">Posters</a> </li> <li class="nomobile"> <a data-toggle="tab" href="#images">Images</a> </li> </ul> <div class="tab-content"> <div role="tabpanel" class="tab-pane fade active in" id="details"> <table class="table table-condensed table-bordered table-hover"> <tr> <th>Title</th> <td> <strong>Alias</strong> </td> </tr> <tr> <th>Subtitle Available</th> <td> <img src="https://hd-trailers.org:443/themes/g-red/flags/sweden.png" width="27" alt="sweden.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/belgium.png" width="29" alt="belgian.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/norway.png" width="27" alt="norway.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/switzerland.png" width="27" alt="switzerland.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/france.png" width="27" alt="france.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/Germany.png" width="29" alt="Germany.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/italy.png" width="27" alt="italy.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/espain.png" width="29" alt="espain.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/belanda.png" width="27" alt="belanda.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/portugal.png" width="27" alt="portugal.png"> <img src="https://hd-trailers.org:443/themes/g-red/flags/hungaria.png" width="27" alt="hungaria.png"> ETC. </td> </tr> <tr> <th>Release Date</th> <td> Feb 13, 2002</td> </tr> <tr> <th>Genres</th> <td> <span itemprop="genre"><span itemprop="genre"><a itemprop="url" href="https://hd-trailers.org:443/genre/drama/18">Drama</a></span>, <span itemprop="genre"><a itemprop="url" href="https://hd-trailers.org:443/genre/thriller/53">Thriller</a></span>, <span itemprop="genre"><a itemprop="url" href="https://hd-trailers.org:443/genre/romance/10749">Romance</a></span></span>, </td> </tr> <tr> <th>Production Company</th> <td> <span itemprop="creator" itemscope itemtype="https://schema.org/Person"> <span itemprop="name"></span> </span> </td> </tr> <tr> <th>Production Countries</th> <td> <span itemprop="creator" itemscope itemtype="https://schema.org/Person"> <span itemprop="name">Belgium</span> </span> </td> </tr> <tr> <th>Casts</th> <td> <span itemprop="creator" itemscope itemtype="https://schema.org/Person"> <span itemprop="name"><span itemprop="actor" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Hilde De Baerdemaeker</span></span>, <span itemprop="actor" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Geert Hunaerts</span></span>, <span itemprop="actor" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Veerle Dobbelaere</span></span>, <span itemprop="actor" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Pol Goossen</span></span>, <span itemprop="actor" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Michael Pas</span></span>, <span itemprop="actor" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Hilde Van Mieghem</span></span></span> </span> </td> </tr> <tr > <th>Plot Keywords</th> <td> <span itemprop="keywords"><span class="itemprop" itemprop="keywords">insane asylum</span></span>, </td> </tr> </table> </div> <div role="tabpanel" class="tab-pane fade" id="casts"> <div class="row"> <div class="col-md-6 col-sm-6 cast-list" itemprop="actors" itemscope itemtype="https://schema.org/Person"> <div class="media"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w45/aGg8x4MwmrhmQwAM8HpbdNC76jy.jpg" width="45" height="68" alt="Eva" /> </div> <div class="media-body"> <div class="media-heading"> <strong> <span itemprop="name">Eva</span> </strong> </div> <i>Hilde De Baerdemaeker</i> </div> </div> </div> <div class="col-md-6 col-sm-6 cast-list" itemprop="actors" itemscope itemtype="https://schema.org/Person"> <div class="media"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w45/z2IcXNMWwnJ99oYltymchfD8mH5.jpg" width="45" height="68" alt="Dieter" /> </div> <div class="media-body"> <div class="media-heading"> <strong> <span itemprop="name">Dieter</span> </strong> </div> <i>Geert Hunaerts</i> </div> </div> </div> <div class="col-md-6 col-sm-6 cast-list" itemprop="actors" itemscope itemtype="https://schema.org/Person"> <div class="media"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w45/iIF8SjoHIKzr5jVRBP0tzW3X4ts.jpg" width="45" height="68" alt="Patti" /> </div> <div class="media-body"> <div class="media-heading"> <strong> <span itemprop="name">Patti</span> </strong> </div> <i>Veerle Dobbelaere</i> </div> </div> </div> <div class="col-md-6 col-sm-6 cast-list" itemprop="actors" itemscope itemtype="https://schema.org/Person"> <div class="media"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w45/newbRlEniSQZfC353wzI5ZzQhNf.jpg" width="45" height="68" alt="Albert" /> </div> <div class="media-body"> <div class="media-heading"> <strong> <span itemprop="name">Albert</span> </strong> </div> <i>Pol Goossen</i> </div> </div> </div> <div class="col-md-6 col-sm-6 cast-list" itemprop="actors" itemscope itemtype="https://schema.org/Person"> <div class="media"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w45/tSzIvBM6JVfPGpHDO9iVApirETd.jpg" width="45" height="68" alt="Andy" /> </div> <div class="media-body"> <div class="media-heading"> <strong> <span itemprop="name">Andy</span> </strong> </div> <i>Michael Pas</i> </div> </div> </div> <div class="col-md-6 col-sm-6 cast-list" itemprop="actors" itemscope itemtype="https://schema.org/Person"> <div class="media"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w45/ljb6kTkFvjXVFGEEiwpRy44lCnV.jpg" width="45" height="68" alt="Yvonne" /> </div> <div class="media-body"> <div class="media-heading"> <strong> <span itemprop="name">Yvonne</span> </strong> </div> <i>Hilde Van Mieghem</i> </div> </div> </div> </div> </div> <div role="tabpanel" class="tab-pane fade" id="posters"> <div class="row"> <div class="col-md-6 col-sm-6 cast-list" itemprop="actors" itemscope itemtype="https://schema.org/Person"> <div class="media"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/faWygVPQZa07fPXHXqtwsldpFhp.jpg" width="300" height="450" alt="<Images posters" /> </div> </div> </div> </div> </div> <div role="tabpanel" class="tab-pane fade" id="images"> <div class="row"> </div> </div> </div> </div> </div> </div> </article> <div class="col-md-4"> <aside id="widget-popular" class="widget"> <h3 class="widget-title"> <span>Now Playing</span> </h3> <div class="widget-content"> <a class="nodecor media side-list" href="/movie/456740/hellboy.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/bk8LyaMqUtaQ9hUShuvFznQYQKR.jpg" width="45" height="68" alt="Hellboy" /> </div> <div class="media-body"> <h4 class="media-heading">Hellboy <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="5.2 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 5.2</div></div> <div class="glyphicon glyphicon-heart">214 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/299537/captain-marvel.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/AtsgWhDnHTq68L0lLsUrCnM7TjG.jpg" width="45" height="68" alt="Captain Marvel" /> </div> <div class="media-body"> <h4 class="media-heading">Captain Marvel <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="7.1 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 7.1</div></div> <div class="glyphicon glyphicon-heart">4031 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/287947/shazam.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/xnopI5Xtky18MPhK40cZAGAOVeV.jpg" width="45" height="68" alt="Shazam!" /> </div> <div class="media-body"> <h4 class="media-heading">Shazam! <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="7.2 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 7.2</div></div> <div class="glyphicon glyphicon-heart">1155 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/537915/after.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/u3B2YKUjWABcxXZ6Nm9h10hLUbh.jpg" width="45" height="68" alt="After" /> </div> <div class="media-body"> <h4 class="media-heading">After <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="6.5 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 6.5</div></div> <div class="glyphicon glyphicon-heart">463 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/166428/how-to-train-your-dragon-the-hidden-world.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/xvx4Yhf0DVH8G4LzNISpMfFBDy2.jpg" width="45" height="68" alt="How to Train Your Dragon: The Hidden World" /> </div> <div class="media-body"> <h4 class="media-heading">How to Train Your Dragon: The Hidden World <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="7.6 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 7.6</div></div> <div class="glyphicon glyphicon-heart">1548 Likes</div> </div> </div> </a> </div> </aside> <aside id="widget-comingsoon" class="widget"> <h3 class="widget-title"> <span>Upcoming</span> </h3> <div class="widget-content"> <a class="nodecor media side-list" href="/movie/456740/hellboy.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/mpc7oxbiPQ0ICn0EEnaSOUf5Ag5.jpg" width="45" height="68" alt="Hellboy" /> </div> <div class="media-body"> <h4 class="media-heading">Hellboy <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="5.2 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 5.2</div></div> <div class="glyphicon glyphicon-heart">206 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/537915/after.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/u3B2YKUjWABcxXZ6Nm9h10hLUbh.jpg" width="45" height="68" alt="After" /> </div> <div class="media-body"> <h4 class="media-heading">After <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="6.5 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 6.5</div></div> <div class="glyphicon glyphicon-heart">423 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/299534/avengers-endgame.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/or06FN3Dka5tukK1e9sl16pB3iy.jpg" width="45" height="68" alt="Avengers: Endgame" /> </div> <div class="media-body"> <h4 class="media-heading">Avengers: Endgame <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="0 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 0</div></div> <div class="glyphicon glyphicon-heart">0 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/480414/the-curse-of-la-llorona.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/jhZlXSnFUpNiLAek9EkPrtLEWQI.jpg" width="45" height="68" alt="The Curse of La Llorona" /> </div> <div class="media-body"> <h4 class="media-heading">The Curse of La Llorona <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="5.5 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 5.5</div></div> <div class="glyphicon glyphicon-heart">86 Likes</div> </div> </div> </a> <a class="nodecor media side-list" href="/movie/411728/the-professor-and-the-madman.html"> <div class="media-left"> <img src="https://image.tmdb.org/t/p/w300/gtGCDLhfjW96qVarwctnuTpGOtD.jpg" width="45" height="68" alt="The Professor and the Madman" /> </div> <div class="media-body"> <h4 class="media-heading">The Professor and the Madman <span class="text-color">2019</span> </h4> <div class="rate" data-toggle="tooltip" data-placement="right" title="7.3 of 10 stars"> <div class="movie-list-metadata"><div class="star"><i class="glyphicon glyphicon-star"></i> 7.3</div></div> <div class="glyphicon glyphicon-heart">61 Likes</div> </div> </div> </a> </div> </aside> </div> </div> </div> <div id="player-modal" class="modal fade nocontext"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> Alias </div> <div class="modal-body"> <img class="img-responsive" src="https://image.tmdb.org/t/p/original/faWygVPQZa07fPXHXqtwsldpFhp.jpg" width="780" height="439" alt="Alias"> <span class="img-cover"></span> <span class="offerlay ease"></span> <span class="modal-text ease">Join the network of satisfied members and try this service for <strong>Free.</strong> Fill out the signup form and <strong>start watching instantly.</strong> </span> <div class="modal-ft ease"> <ul> <li> <span class="icon icon-film"></span> Unlimited Access </li> <li> <span class="icon icon-magnifier"></span> Search for Anything </li> <li> <span class="icon icon-ban"></span> Ads Free </li> <li> <span class="icon icon-screen-desktop"></span> All Platforms </li> </ul> </div> </div> <div class="modal-footer"> <div class="text-center"> <button class="btn btn-danger btn-lg btn-responsive" onclick="window.location.href='/?action=register'"> <span class="btn-bg"> <span class="icon icon-arrow-right-circle"></span> </span> Create Free Account </button> </div> </div> </div> </div> </div> <div id="dmca-modal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <form id="dmca-form" method="POST" action="https://hd-trailers.org:443/p/dmca-notice/"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&timtimes;</button> <h3 class="text-center"> <strong>DMCA Notice</strong> </h3> </div> <div class="modal-body"> <div class="input-group"> <span class="input-group-addon" id="sizing-addon1"> <span class="icon-user"></span> </span> <input type="text" class="form-control required" name="dmca-name" placeholder="Real Name" aria-describedby="sizing-addon1" required> </div> <div class="input-group"> <span class="input-group-addon" id="sizing-addon2"> <span class="icon-envelope"></span> </span> <input type="text" class="form-control required" name="dmca-email" placeholder="Valid Email Address" aria-describedby="sizing-addon2" required> </div> <div class="input-group"> <span class="input-group-addon" id="sizing-addon3"> <span class="icon-link"></span> </span> <input type="text" class="form-control noselect" name="dmca-url" value="/movie/411728/the-professor-and-the-madman.html" readonly> <input type="hidden" name="dmca-type" value="movie"> <input type="hidden" name="dmca-id" value="400710"> </div> <div class="input-group"> <textarea class="form-control required" name="dmca-claim" rows="5" placeholder="Claim..." required></textarea> </div> <div class="input-group"> <div class="checkbox"> <label> <input class="required" type="checkbox" name="dmca-agree" required> I have read and agree with <strong>Privacy</strong> and <strong>DMCA Policy</strong> </label> </div> </div> </div> <div class="modal-footer"> <div class="pull-right"> <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button> <button class="btn btn-primary" name="dmca-submit" type="submit">Submit</button> </div> </div> </form> </div> </div> </div> </div> <footer id="site-footer"> <div class="container"> <div class="row"> <div class="site-links col-md-12 text-center"> <ul> <li> <a href="https://hd-trailers.org:443/p/privacy-policy/">Privacy</a> </li> <li> <a href="https://hd-trailers.org:443/p/dmca-notice/">DMCA Policy</a> </li> <li> <a href="https://hd-trailers.org:443/p/contact-us/">Contact</a> </li> <li> <a href="https://hd-trailers.org:443/sitemap.xml">Sitemap</a> </li> <li> <a href="https://www.facebook.com/imdbmoviesfull">Facebook-Movies</a> </li> <li> <a href="https://www.imdbmoviefull.com"> <span class="fa fa-handshake-o"></span> Web Partner </a> </li> </ul> </div> <div class="site-credit col-md-12 text-center"> &copy;2019 <a href="https://hd-trailers.org:443">Watch Movie And TV Shows</a> - All rights reserved. </div> <div class="site-note col-md-12 text-center"> <a href="https://hd-trailers.org:443"">Watch Movie And TV Shows</a>, Movie and Tv shows, This Is is an American content delivery and media technology [Movies And Tv shows] company responsible for Movie and Tv shows-branded interactive media services and devices. Movie and Tv shows distributes full-length movies over the Internet to televisions in the United States of America and Canada Or All Country In The World. It does this with a content delivery network that uses a hybrid peer-to-peer Tv technology. Movie and Tv shows began by only making its own set-top boxes (the Movie and Tv shows Box and the Movie and Tv shows XL), but Movie and Tv shows now primarily markets its software as a smart Tv/connected Tv platform and video on demand (VoD) distribution service to third-party consumer electronics devices.[2] Movie and Tv shows is also available via Android Tv, Apple Tv (4th gen and 4K), TiVo Roamio, as well as most smartphones via the Movie and Tv shows app (Pc, Playstation, Android and iOS) which also supports Chromecast or all browsher other use. </div> <div id="counter" data-min="12234" data-max="12733"> <span class="globe"> <span class="fa fa-globe"></span> </span> <span class="counter-value"><script type="text/javascript"> document.write(Math.floor(Math.random()*12733)); </script></span> Users Online </div> </div> </div> </footer> <script type="text/javascript" src="//code.jquery.com/jquery-2.2.0.min.js" defer></script> <script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" defer></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/js/jasny-bootstrap.min.js" defer></script> <script type="text/javascript" src="https://hd-trailers.org:443/themes/g-red/js/scripts.min.js" defer></script> <script type='text/javascript'>var _Hasync=_Hasync|| [];_Hasync.push(['Histats.start', '1,4215198,4,0,0,0,00010000']);_Hasync.push(['Histats.fasi', '1']);_Hasync.push(['Histats.track_hits', '']);(function(){var hs=document.createElement('script'); hs.type='text/javascript'; hs.async=true;hs.src=('https://s10.histats.com/js15_as.js');(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);})();</script><noscript><a href='https://www.histats.com' target='_blank'><img src='https://sstatic1.histats.com/0.gif?4215198&101' alt='advanced web statistics' border='0'></a></noscript> </body> </html>
[ "<footer id=\"site-footer\">\n\t\t\t\t\t\t\t<div class=\"container\">\n\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t<div class=\"site-links col-md-12 text-center\">\n<ul>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"https://hd-trailers.org:443/p/privacy-policy/\">Privacy</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"https://hd-trailers.org:443/p/dmca-notice/\">DMCA Policy</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"https://hd-trailers.org:443/p/contact-us/\">Contact</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"https://hd-trailers.org:443/sitemap.xml\">Sitemap</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"https://www.facebook.com/imdbmoviesfull\">Facebook-Movies</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://www.imdbmoviefull.com\">\n\t\t\t\t\t\t<span class=\"fa fa-handshake-o\"/> Web Partner\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<div class=\"site-credit col-md-12 text-center\"> ©2019\t\t\t\t<a href=\"https://hd-trailers.org:443\">Watch Movie And TV Shows</a> - All rights reserved. \n\t\t\t</div>\n\t\t\t\n\t\t\t<div class=\"site-note col-md-12 text-center\">\n\t\t\t<a href=\"https://hd-trailers.org:443\">Watch Movie And TV Shows</a>, Movie and Tv shows, This Is is an American content delivery and media technology [Movies And Tv shows] company responsible for Movie and Tv shows-branded interactive media services and devices. Movie and Tv shows distributes full-length movies over the Internet to televisions in the United States of America and Canada Or All Country In The World. It does this with a content delivery network that uses a hybrid peer-to-peer Tv technology. Movie and Tv shows began by only making its own set-top boxes (the Movie and Tv shows Box and the Movie and Tv shows XL), but Movie and Tv shows now primarily markets its software as a smart Tv/connected Tv platform and video on demand (VoD) distribution service to third-party consumer electronics devices.[2] Movie and Tv shows is also available via Android Tv, Apple Tv (4th gen and 4K), TiVo Roamio, as well as most smartphones via the Movie and Tv shows app (Pc, Playstation, Android and iOS) which also supports Chromecast or all browsher other use.\n\t\t\t</div>\n\t\t\t\n\t\t\t<div id=\"counter\" data-min=\"12234\" data-max=\"12733\">\n\t\t\t\t<span class=\"globe\">\n\t\t\t\t\t<span class=\"fa fa-globe\"/>\n\t\t\t\t</span>\n\t\t\t\t<span class=\"counter-value\"><script type=\"text/javascript\"> document.write(Math.floor(Math.random()*12733)); </script></span> Users Online\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t\t\t\t\t\t</footer>\n\t\t\t\t\t\t" ]
[ "<head>\n\t\n<meta name=\"google-site-verification\" content=\"NZvD5ybAuCe0QeeuG7ePRjJ5hmKIwkWRlTdiyujlo58\"/>\n<meta name=\"yandex-verification\" content=\"45b6a20a240ba9eb\"/>\n<meta name=\"msvalidate.01\" content=\"7BE96FE613E17EEB378D7E7FEC19FE5E\"/>\n\t\n\t\t<meta charset=\"UTF-8\"/>\n\t\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t\t\t\t<meta name=\"theme-color\" content=\"#111111\"/>\n\t\t\t\t\t<title itemprop=\"name\">Watch Alias (2002) Online Full Movie Free | 123MovieS | Watch Movie And TV Shows</title>\n <meta name=\"description\" content=\"Watch Alias (2002) : Online Full Movie Free | 123MovieS Eva Accidentally Witnesses (and Tapes) The Suicide Of A Girl. The Tape Is Stolen But...\"/>\n <meta name=\"keywords\" content=\"full movie, full episode\"/>\n <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\"/>\n <meta name=\"author\" content=\"admin\"/>\n <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\"/>\n <meta property=\"og:locale\" content=\"en_US\"/>\n <meta property=\"og:title\" content=\"Watch Alias (2002) Online Full Movie Free | 123MovieS | Watch Movie And TV Shows\"/>\n <meta property=\"og:description\" content=\"Watch Alias (2002) : Online Full Movie Free | 123MovieS Eva Accidentally Witnesses (and Tapes) The Suicide Of A Girl. The Tape Is Stolen But...\"/>\n <meta property=\"og:type\" content=\"website\"/>\n <meta property=\"og:author\" content=\"Admin\"/>\n <meta property=\"og:site_name\" content=\"Watch Movie And TV Shows\"/>\n <meta property=\"og:url\" content=\"https://hd-trailers.org:443/movie/120062/alias.html\"/>\n <meta property=\"og:image\" content=\"https://image.tmdb.org/t/p/original/faWygVPQZa07fPXHXqtwsldpFhp.jpg\"/>\n \t\t\t\t\t\t\t\t<meta property=\"og:locale\" content=\"en_US\"/>\n\t\t\t\t\t\t\t\t\t<meta property=\"og:type\" content=\"website\"/>\n\t<meta property=\"og:site_name\" content=\"Watch Movie And TV Shows\"/>\n\t\t<link rel=\"stylesheet\" id=\"bootstrap-css\" href=\"//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" type=\"text/css\" media=\"all\"/>\n\t\t<link rel=\"stylesheet\" id=\"jasny-css\" href=\"//cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css\" type=\"text/css\" media=\"all\"/>\n\t\t<link rel=\"stylesheet\" id=\"awesome-css\" href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\" type=\"text/css\" media=\"all\"/>\n\t\t<link rel=\"stylesheet\" id=\"simple-css\" href=\"//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css\" type=\"text/css\" media=\"all\"/>\n\t\t<link rel=\"stylesheet\" id=\"google-font\" href=\"//fonts.googleapis.com/css?family=Oswald|Open+Sans\" type=\"text/css\" media=\"all\"/>\n\t\t<link rel=\"stylesheet\" id=\"style-font\" href=\"https://hd-trailers.org:443/themes/g-red/css/style.min.css\" type=\"text/css\" media=\"all\"/>\n\t\t<link rel=\"shortcut icon\" href=\"https://hd-trailers.org:443/assets/images/favicon.gif\"/>\n\t\t\n\n\n\n<script type=\"text/javascript\">\n//&lt;![CDATA[\nshortcut={all_shortcuts:{},add:function(a,b,c){var d={type:\"keydown\",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)\"undefined\"==typeof c[e]&amp;&amp;(c[e]=d[e]);else c=d;d=c.target,\"string\"==typeof c.target&amp;&amp;(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&amp;&amp;(e=d.srcElement),3==e.nodeType&amp;&amp;(e=e.parentNode);if(\"INPUT\"==e.tagName||\"TEXTAREA\"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&amp;&amp;(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&amp;&amp;(e=\",\"),190==code&amp;&amp;(e=\".\");var f=a.split(\"+\"),g=0,h={\"`\":\"~\",1:\"!\",2:\"@\",3:\"#\",4:\"$\",5:\"%\",6:\"^\",7:\"&amp;\",8:\"*\",9:\"(\",0:\")\",\"-\":\"_\",\"=\":\"+\",\";\":\":\",\"'\":'\"',\",\":\"&lt;\",\".\":\"&gt;\",\"/\":\"?\",\"\\\\\":\"|\"},i={esc:27,escape:27,tab:9,space:32,\"return\":13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,\"break\":19,insert:45,home:36,\"delete\":46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&amp;&amp;(n=!0),d.shiftKey&amp;&amp;(l=!0),d.altKey&amp;&amp;(p=!0),d.metaKey&amp;&amp;(r=!0);for(var s=0;k=f[s],s&lt;f.length;s++)\"ctrl\"==k||\"control\"==k?(g++,m=!0):\"shift\"==k?(g++,j=!0):\"alt\"==k?(g++,o=!0):\"meta\"==k?(g++,q=!0):1&lt;k.length?i[k]==code&amp;&amp;g++:c.keycode?c.keycode==code&amp;&amp;g++:e==k?g++:h[e]&amp;&amp;d.shiftKey&amp;&amp;(e=h[e],e==k&amp;&amp;g++);if(g==f.length&amp;&amp;n==m&amp;&amp;l==j&amp;&amp;p==o&amp;&amp;r==q&amp;&amp;(b(d),!c.propagate))return d.cancelBubble=!0,d.returnValue=!1,d.stopPropagation&amp;&amp;(d.stopPropagation(),d.preventDefault()),!1},this.all_shortcuts[a]={callback:e,target:d,event:c.type},d.addEventListener?d.addEventListener(c.type,e,!1):d.attachEvent?d.attachEvent(\"on\"+c.type,e):d[\"on\"+c.type]=e},remove:function(a){var a=a.toLowerCase(),b=this.all_shortcuts[a];delete this.all_shortcuts[a];if(b){var a=b.event,c=b.target,b=b.callback;c.detachEvent?c.detachEvent(\"on\"+a,b):c.removeEventListener?c.removeEventListener(a,b,!1):c[\"on\"+a]=!1}}},shortcut.add(\"Ctrl+U\",function(){top.location.href=\"/ops.php\"});\n//]]&gt;\n</script>\n\n</head>\n\t\t" ]
[ "<title itemprop=\"name\">Watch Alias (2002) Online Full Movie Free | 123MovieS | Watch Movie And TV Shows</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "hd-trailers.org > movie > alias html" } ]
[ { "char_end_idx": 116, "char_start_idx": 0, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 192, "char_start_idx": 116, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 332, "char_start_idx": 192, "key": "length", "type": "local", "value": "139" }, { "char_end_idx": 447, "char_start_idx": 332, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 627, "char_start_idx": 447, "key": "length", "type": "local", "value": "179" }, { "char_end_idx": 729, "char_start_idx": 627, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 904, "char_start_idx": 729, "key": "length", "type": "local", "value": "174" }, { "char_end_idx": 933, "char_start_idx": 904, "key": "length", "type": "local", "value": "28" }, { "char_end_idx": 1096, "char_start_idx": 933, "key": "length", "type": "local", "value": "162" }, { "char_end_idx": 1166, "char_start_idx": 1096, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 1266, "char_start_idx": 1166, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 1382, "char_start_idx": 1266, "key": "length", "type": "local", "value": "115" }, { "char_end_idx": 1525, "char_start_idx": 1382, "key": "length", "type": "local", "value": "142" }, { "char_end_idx": 1567, "char_start_idx": 1525, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 1823, "char_start_idx": 1567, "key": "length", "type": "local", "value": "255" }, { "char_end_idx": 2205, "char_start_idx": 1823, "key": "length", "type": "local", "value": "381" }, { "char_end_idx": 2260, "char_start_idx": 2205, "key": "length", "type": "local", "value": "54" } ]
[ { "key": "length", "type": "global", "value": "2322" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "player-cover" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "preload", "poster" ], "values": [ "videoPlayer", "embed-responsive-item", "none", "https://image.tmdb.org/t/p/original/faWygVPQZa07fPXHXqtwsldpFhp.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "video" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "spinner loading" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "vam" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "spinner-wrapper" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "fa fa-play-circle headline-round ease", "true" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "i" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "play", "play-btn-border ease" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 16, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "vam" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 15, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "play-wrapper ease" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 14, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "container embed-responsive embed-responsive-16by9 video pointer nocontext", "video video-player" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "player" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1526, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "lead", "description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 29, "type": "local", "value": "p" }, { "char_end_idx": 1527, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-9" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 1527, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 27, "type": "local", "value": "div" }, { "char_end_idx": 1556, "char_start_idx": 1527, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1557, "char_start_idx": 1527, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "widget-title", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 1571, "char_start_idx": 1557, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 1572, "char_start_idx": 1557, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ext-title ease", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1576, "char_start_idx": 1572, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-speed nomobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1577, "char_start_idx": 1577, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-download-alt" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1586, "char_start_idx": 1577, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-icon label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1586, "char_start_idx": 1572, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-right pull-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1586, "char_start_idx": 1557, "html_attrs": { "attrs": [ "class", "data-key", "data-aff", "data-sub", "style" ], "values": [ "ext-row pointer", "Alias 2002.rar", "7555", "100", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1638, "char_start_idx": 1586, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1639, "char_start_idx": 1586, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ext-title ease", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1643, "char_start_idx": 1639, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-speed nomobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1644, "char_start_idx": 1644, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-download-alt" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1653, "char_start_idx": 1644, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-icon label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1653, "char_start_idx": 1639, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-right pull-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1653, "char_start_idx": 1586, "html_attrs": { "attrs": [ "class", "data-key", "data-aff", "data-sub", "style" ], "values": [ "ext-row pointer", "Calendario 50 Sfumature di Grigio 2016 - 2002 [Jpeg]", "7555", "100", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1668, "char_start_idx": 1653, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1669, "char_start_idx": 1653, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ext-title ease", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1673, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-speed nomobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1674, "char_start_idx": 1674, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-download-alt" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1683, "char_start_idx": 1674, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-icon label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1683, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-right pull-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1683, "char_start_idx": 1653, "html_attrs": { "attrs": [ "class", "data-key", "data-aff", "data-sub", "style" ], "values": [ "ext-row pointer", "HOT! Alias 2002", "7555", "100", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1742, "char_start_idx": 1683, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1743, "char_start_idx": 1683, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ext-title ease", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1747, "char_start_idx": 1743, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-speed nomobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1748, "char_start_idx": 1748, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-download-alt" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1757, "char_start_idx": 1748, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-icon label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1757, "char_start_idx": 1743, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-right pull-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1757, "char_start_idx": 1683, "html_attrs": { "attrs": [ "class", "data-key", "data-aff", "data-sub", "style" ], "values": [ "ext-row pointer", "Avast Internet Security 2015 Serial Keys Till 2002 (Update)", "7555", "100", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1774, "char_start_idx": 1757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1775, "char_start_idx": 1757, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "ext-title ease", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1779, "char_start_idx": 1775, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-speed nomobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1780, "char_start_idx": 1780, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-download-alt" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1789, "char_start_idx": 1780, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-icon label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1789, "char_start_idx": 1775, "html_attrs": { "attrs": [ "class" ], "values": [ "ext-right pull-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1789, "char_start_idx": 1757, "html_attrs": { "attrs": [ "class", "data-key", "data-aff", "data-sub", "style" ], "values": [ "ext-row pointer", "[FULL] Alias 2002", "7555", "100", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1789, "char_start_idx": 1557, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "ext-download", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1789, "char_start_idx": 1557, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "section-content", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1789, "char_start_idx": 1557, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hd-trailers.org:443/?action=register" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1789, "char_start_idx": 1527, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "external-download", "display:block!important;visibility:visible!important;opacity:1!important" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 1789, "char_start_idx": 1527, "html_attrs": { "attrs": [ "class" ], "values": [ "row col-md-12" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1794, "char_start_idx": 1789, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "th" }, { "char_end_idx": 1800, "char_start_idx": 1795, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 1801, "char_start_idx": 1795, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 1801, "char_start_idx": 1789, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "tr" }, { "char_end_idx": 1819, "char_start_idx": 1801, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/sweden.png", "27", "sweden.png" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/belgium.png", "29", "belgian.png" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/norway.png", "27", "norway.png" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/switzerland.png", "27", "switzerland.png" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/france.png", "27", "france.png" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/Germany.png", "29", "Germany.png" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/italy.png", "27", "italy.png" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/espain.png", "29", "espain.png" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/belanda.png", "27", "belanda.png" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/portugal.png", "27", "portugal.png" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "img" }, { "char_end_idx": 1820, "char_start_idx": 1820, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://hd-trailers.org:443/themes/g-red/flags/hungaria.png", "27", "hungaria.png" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 21, "type": "local", "value": "img" }, { "char_end_idx": 1825, "char_start_idx": 1820, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 1825, "char_start_idx": 1801, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 1837, "char_start_idx": 1825, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 1850, "char_start_idx": 1838, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 1851, "char_start_idx": 1825, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 1857, "char_start_idx": 1851, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "th" }, { "char_end_idx": 1863, "char_start_idx": 1858, "html_attrs": { "attrs": [ "itemprop", "href" ], "values": [ "url", "https://hd-trailers.org:443/genre/drama/18" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1863, "char_start_idx": 1858, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "genre" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1873, "char_start_idx": 1865, "html_attrs": { "attrs": [ "itemprop", "href" ], "values": [ "url", "https://hd-trailers.org:443/genre/thriller/53" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1873, "char_start_idx": 1865, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "genre" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1882, "char_start_idx": 1875, "html_attrs": { "attrs": [ "itemprop", "href" ], "values": [ "url", "https://hd-trailers.org:443/genre/romance/10749" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1882, "char_start_idx": 1875, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "genre" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1882, "char_start_idx": 1858, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "genre" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1884, "char_start_idx": 1858, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 1884, "char_start_idx": 1851, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 1902, "char_start_idx": 1884, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 1903, "char_start_idx": 1903, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1903, "char_start_idx": 1903, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "creator", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1903, "char_start_idx": 1903, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 1903, "char_start_idx": 1884, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 1923, "char_start_idx": 1903, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "th" }, { "char_end_idx": 1931, "char_start_idx": 1924, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1932, "char_start_idx": 1924, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "creator", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1932, "char_start_idx": 1924, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 1932, "char_start_idx": 1903, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "tr" }, { "char_end_idx": 1937, "char_start_idx": 1932, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 1959, "char_start_idx": 1938, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1959, "char_start_idx": 1938, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "actor", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1975, "char_start_idx": 1961, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1975, "char_start_idx": 1961, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "actor", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1994, "char_start_idx": 1977, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1994, "char_start_idx": 1977, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "actor", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2007, "char_start_idx": 1996, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2007, "char_start_idx": 1996, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "actor", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2020, "char_start_idx": 2009, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2020, "char_start_idx": 2009, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "actor", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2039, "char_start_idx": 2022, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2039, "char_start_idx": 2022, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "actor", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2039, "char_start_idx": 1938, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2040, "char_start_idx": 1938, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "creator", "", "https://schema.org/Person" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2040, "char_start_idx": 1938, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2040, "char_start_idx": 1932, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 2053, "char_start_idx": 2040, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 2067, "char_start_idx": 2054, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "itemprop", "keywords" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2067, "char_start_idx": 2054, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "keywords" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2069, "char_start_idx": 2054, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2069, "char_start_idx": 2040, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 2069, "char_start_idx": 1789, "html_attrs": { "attrs": [ "class" ], "values": [ "table table-condensed table-bordered table-hover" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "table" }, { "char_end_idx": 2069, "char_start_idx": 1789, "html_attrs": { "attrs": [ "role", "class", "id" ], "values": [ "tabpanel", "tab-pane fade active in", "details" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2069, "char_start_idx": 2069, "html_attrs": { "attrs": [ "role", "class", "id" ], "values": [ "tabpanel", "tab-pane fade row", "casts" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2069, "char_start_idx": 1789, "html_attrs": { "attrs": [ "class" ], "values": [ "tab-content" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2069, "char_start_idx": 1789, "html_attrs": { "attrs": [ "class" ], "values": [ "row col-md-12" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2069, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 26, "type": "local", "value": "div" }, { "char_end_idx": 2069, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-400710", "post col-md-8" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 25, "type": "local", "value": "article" }, { "char_end_idx": 2080, "char_start_idx": 2069, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "span" }, { "char_end_idx": 2081, "char_start_idx": 2069, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h3" }, { "char_end_idx": 2081, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/456740/hellboy.html" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2081, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/299537/captain-marvel.html" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2081, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/287947/shazam.html" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2081, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/537915/after.html" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2128, "char_start_idx": 2124, "html_attrs": { "attrs": [ "class" ], "values": [ "text-color" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2129, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class" ], "values": [ "media-heading" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h4" }, { "char_end_idx": 2129, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class" ], "values": [ "media-body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2129, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/166428/how-to-train-your-dragon-the-hidden-world.html" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 2129, "char_start_idx": 2081, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2129, "char_start_idx": 2069, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "widget-popular", "widget" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 11, "type": "local", "value": "aside" }, { "char_end_idx": 2137, "char_start_idx": 2129, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 2138, "char_start_idx": 2129, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/456740/hellboy.html" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/537915/after.html" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/299534/avengers-endgame.html" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/480414/the-curse-of-la-llorona.html" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nodecor media side-list", "/movie/411728/the-professor-and-the-madman.html" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2138, "char_start_idx": 2129, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "widget-comingsoon", "widget" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 5, "type": "local", "value": "aside" }, { "char_end_idx": 2138, "char_start_idx": 2069, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-4" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2138, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "container row", "", "https://schema.org/Movie" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 24, "type": "local", "value": "div" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class", "src", "width", "height", "alt" ], "values": [ "img-responsive", "https://image.tmdb.org/t/p/original/faWygVPQZa07fPXHXqtwsldpFhp.jpg", "780", "439", "Alias" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "img" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class" ], "values": [ "img-cover" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "span" }, { "char_end_idx": 2138, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class" ], "values": [ "offerlay ease" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "span" }, { "char_end_idx": 2206, "char_start_idx": 2201, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2261, "char_start_idx": 2236, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2262, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-text ease" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 24, "type": "local", "value": "span" }, { "char_end_idx": 2262, "char_start_idx": 2262, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-film" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 2279, "char_start_idx": 2262, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 2279, "char_start_idx": 2279, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-magnifier" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2299, "char_start_idx": 2279, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2299, "char_start_idx": 2299, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-ban" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2308, "char_start_idx": 2299, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2308, "char_start_idx": 2308, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-screen-desktop" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2322, "char_start_idx": 2308, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2322, "char_start_idx": 2262, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 2322, "char_start_idx": 2262, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-ft ease" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2322, "char_start_idx": 2138, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 2322, "char_start_idx": 2138, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "player-modal", "modal fade nocontext modal-dialog modal-content" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 2322, "char_start_idx": 2322, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "dmca-modal", "modal fade modal-dialog modal-content" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2322, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "main" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2322, "char_start_idx": 2322, "html_attrs": { "attrs": [ "src", "alt", "border" ], "values": [ "https://sstatic1.histats.com/0.gif?4215198&101", "advanced web statistics", "0" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 2322, "char_start_idx": 2322, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.histats.com", "_blank" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2322, "char_start_idx": 2322, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 8, "type": "local", "value": "noscript" }, { "char_end_idx": 2322, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ " movie single" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 1527, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "Watch Alias (2002) : Online Full Movie Free | 123MovieS Eva accidentally witnesses (and tapes) the suicide of a girl. The tape is stolen but retrieved by Dieter, with whom she starts an affair.You can conveniently watch Online Free Full movies on your desktop or laptop computer as long as your machine has a DVD-ROM drive or burner. Windows Media Player is a multimedia program included with Windows operating systems that allows you to play DVDs. The Windows Vista, Windows XP, Windows 8 / 10 Or System Operation Other Media Center Edition includes Windows Media Center, Download which is advanced home entertainment software. It plays Download Movie online free and provides full access to the Free DVD 1080PX Or 720PX Full HD. menu and features, it’s time for you to sit back, relax, grab a can or cola or some snacks, and get the very feel of Hollywood, BollyWood, Boxffice or other in your own room. favorite Movies destination. The Internet Movie Data Base (IMDB) is a source of industry information for insiders as well as film reviews, showtimes and movie trailers for the general public. Check their website for a list of current showings with descriptions. If you’re feeling particularly daring, you can even use their little-known advanced search feature. There, you can search their complete catalog of past and present movies by plot, filming locations and even quotes. You can even find fun facts and trivia about your favorite actors, such as their zodiac sign, birthplace, birthday and awards and nominations.\n" }, { "char_end_idx": 1557, "char_start_idx": 1527, "key": "paragraph", "marker": "h3", "type": "local", "value": "High-Speed External Downloads\n" }, { "char_end_idx": 1586, "char_start_idx": 1557, "key": "paragraph", "marker": "li", "type": "local", "value": "Alias 2002.rar Kb/s DOWNLOAD\n" }, { "char_end_idx": 1653, "char_start_idx": 1586, "key": "paragraph", "marker": "li", "type": "local", "value": "Calendario 50 Sfumature di Grigio 2016 - 2002 [Jpeg] Kb/s DOWNLOAD\n" }, { "char_end_idx": 1683, "char_start_idx": 1653, "key": "paragraph", "marker": "li", "type": "local", "value": "HOT! Alias 2002 Kb/s DOWNLOAD\n" }, { "char_end_idx": 1757, "char_start_idx": 1683, "key": "paragraph", "marker": "li", "type": "local", "value": "Avast Internet Security 2015 Serial Keys Till 2002 (Update) Kb/s DOWNLOAD\n" }, { "char_end_idx": 1789, "char_start_idx": 1757, "key": "paragraph", "marker": "section", "type": "local", "value": "[FULL] Alias 2002 Kb/s DOWNLOAD\n" }, { "char_end_idx": 2069, "char_start_idx": 1789, "key": "paragraph", "marker": "div", "type": "local", "value": "Title\nAlias\nSubtitle Available\nETC.\nRelease Date\nFeb 13, 2002\nGenres\nDrama, Thriller, Romance,\nProduction Company\nProduction Countries\nBelgium\nCasts\nHilde De Baerdemaeker, Geert Hunaerts, Veerle Dobbelaere, Pol Goossen, Michael Pas, Hilde Van Mieghem\nPlot Keywords\ninsane asylum,\n" }, { "char_end_idx": 2081, "char_start_idx": 2069, "key": "paragraph", "marker": "h3", "type": "local", "value": "Now Playing\n" }, { "char_end_idx": 2129, "char_start_idx": 2081, "key": "paragraph", "marker": "aside", "type": "local", "value": "How to Train Your Dragon: The Hidden World 2019\n" }, { "char_end_idx": 2138, "char_start_idx": 2129, "key": "paragraph", "marker": "div", "type": "local", "value": "Upcoming\n" }, { "char_end_idx": 2279, "char_start_idx": 2138, "key": "paragraph", "marker": "li", "type": "local", "value": "Join the network of satisfied members and try this service for Free. Fill out the signup form and start watching instantly.\nUnlimited Access\n" }, { "char_end_idx": 2299, "char_start_idx": 2279, "key": "paragraph", "marker": "li", "type": "local", "value": "Search for Anything\n" }, { "char_end_idx": 2308, "char_start_idx": 2299, "key": "paragraph", "marker": "li", "type": "local", "value": "Ads Free\n" }, { "char_end_idx": 2322, "char_start_idx": 2308, "key": "paragraph", "marker": "div", "type": "local", "value": "All Platforms\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Watch Alias (2002) Online Full Movie Free | 123MovieS | Watch Movie And TV Shows" } ]
[ { "key": "url", "type": "global", "value": "https://hd-trailers.org/movie/120062/alias.html" } ]
[]
Watch Alias (2002) : Online Full Movie Free | 123MovieS Eva accidentally witnesses (and tapes) the suicide of a girl. The tape is stolen but retrieved by Dieter, with whom she starts an affair.You can conveniently watch Online Free Full movies on your desktop or laptop computer as long as your machine has a DVD-ROM drive or burner. Windows Media Player is a multimedia program included with Windows operating systems that allows you to play DVDs. The Windows Vista, Windows XP, Windows 8 / 10 Or System Operation Other Media Center Edition includes Windows Media Center, Download which is advanced home entertainment software. It plays Download Movie online free and provides full access to the Free DVD 1080PX Or 720PX Full HD. menu and features, it’s time for you to sit back, relax, grab a can or cola or some snacks, and get the very feel of Hollywood, BollyWood, Boxffice or other in your own room. favorite Movies destination. The Internet Movie Data Base (IMDB) is a source of industry information for insiders as well as film reviews, showtimes and movie trailers for the general public. Check their website for a list of current showings with descriptions. If you’re feeling particularly daring, you can even use their little-known advanced search feature. There, you can search their complete catalog of past and present movies by plot, filming locations and even quotes. You can even find fun facts and trivia about your favorite actors, such as their zodiac sign, birthplace, birthday and awards and nominations. High-Speed External Downloads Alias 2002.rar Kb/s DOWNLOAD Calendario 50 Sfumature di Grigio 2016 - 2002 [Jpeg] Kb/s DOWNLOAD HOT! Alias 2002 Kb/s DOWNLOAD Avast Internet Security 2015 Serial Keys Till 2002 (Update) Kb/s DOWNLOAD [FULL] Alias 2002 Kb/s DOWNLOAD Title Alias Subtitle Available ETC. Release Date Feb 13, 2002 Genres Drama, Thriller, Romance, Production Company Production Countries Belgium Casts Hilde De Baerdemaeker, Geert Hunaerts, Veerle Dobbelaere, Pol Goossen, Michael Pas, Hilde Van Mieghem Plot Keywords insane asylum, Now Playing How to Train Your Dragon: The Hidden World 2019 Upcoming Join the network of satisfied members and try this service for Free. Fill out the signup form and start watching instantly. Unlimited Access Search for Anything Ads Free All Platforms
https://hd-trailers.org/movie/120062/alias.html
[ { "char_end_idx": 11, "char_start_idx": 6, "key": "entity", "type": "local", "value": "Alias_Systems_Corporation" }, { "char_end_idx": 160, "char_start_idx": 154, "key": "entity", "type": "local", "value": "Sprockets_(Saturday_Night_Live)" }, { "char_end_idx": 354, "char_start_idx": 334, "key": "entity", "type": "local", "value": "Windows_Media_Player" }, { "char_end_idx": 400, "char_start_idx": 393, "key": "entity", "type": "local", "value": "Microsoft_Windows" }, { "char_end_idx": 466, "char_start_idx": 453, "key": "entity", "type": "local", "value": "Windows_Vista" }, { "char_end_idx": 478, "char_start_idx": 468, "key": "entity", "type": "local", "value": "Windows_XP" }, { "char_end_idx": 571, "char_start_idx": 551, "key": "entity", "type": "local", "value": "Windows_Media_Center" }, { "char_end_idx": 857, "char_start_idx": 848, "key": "entity", "type": "local", "value": "Cinema_of_the_United_Kingdom" }, { "char_end_idx": 868, "char_start_idx": 859, "key": "entity", "type": "local", "value": "Bollywood" }, { "char_end_idx": 963, "char_start_idx": 939, "key": "entity", "type": "local", "value": "IMDb" }, { "char_end_idx": 969, "char_start_idx": 965, "key": "entity", "type": "local", "value": "IMDb" }, { "char_end_idx": 1596, "char_start_idx": 1586, "key": "entity", "type": "local", "value": "Nepal_Sambat" }, { "char_end_idx": 1800, "char_start_idx": 1795, "key": "entity", "type": "local", "value": "Alias_(TV_series)" }, { "char_end_idx": 1823, "char_start_idx": 1820, "key": "entity", "type": "local", "value": "ETC_(Philippine_TV_network)" }, { "char_end_idx": 1931, "char_start_idx": 1924, "key": "entity", "type": "local", "value": "Ultratop" }, { "char_end_idx": 1959, "char_start_idx": 1938, "key": "entity", "type": "local", "value": "Hilde_De_Baerdemaeker" }, { "char_end_idx": 2007, "char_start_idx": 1996, "key": "entity", "type": "local", "value": "Pol_Goossen" } ]
[ { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Alias_Systems_Corporation" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Sprockets_(Saturday_Night_Live)" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Windows_Media_Player" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Microsoft_Windows" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Windows_Vista" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Windows_XP" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Windows_Media_Center" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Cinema_of_the_United_Kingdom" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Bollywood" }, { "char_end_idx": 1527, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "IMDb" }, { "char_end_idx": 1653, "char_start_idx": 1586, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nepal_Sambat" }, { "char_end_idx": 2069, "char_start_idx": 1789, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Alias_(TV_series)" }, { "char_end_idx": 2069, "char_start_idx": 1789, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "ETC_(Philippine_TV_network)" }, { "char_end_idx": 2069, "char_start_idx": 1789, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Ultratop" }, { "char_end_idx": 2069, "char_start_idx": 1789, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Hilde_De_Baerdemaeker" }, { "char_end_idx": 2069, "char_start_idx": 1789, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Pol_Goossen" } ]
0
197
1556223118000
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Natalia Medebach</title> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; //]]> </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- This site is optimized with the Yoast SEO plugin v11.0 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://see-the-big-picture.com/natalia-medebach/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Natalia Medebach" /> <meta property="og:description" content="NATALIA MEDEBACH Country: Russia Title: String Games for Two People An important part of my art work is to visualise the invisible threads which exist between me and other people and between me and nature. Since the beginning of my artistic work one basic thought has challenged and inspired me again and again: shapes that &hellip; Continue reading &quot;Natalia Medebach&quot;" /> <meta property="og:url" content="https://see-the-big-picture.com/natalia-medebach/" /> <meta property="og:site_name" content="See the Big Picture" /> <meta property="article:publisher" content="https://www.facebook.com/jointhebigpicture/" /> <meta property="article:section" content="Gallery" /> <meta property="article:published_time" content="2018-06-12T14:41:21+00:00" /> <meta property="article:modified_time" content="2018-09-20T15:51:17+00:00" /> <meta property="og:updated_time" content="2018-09-20T15:51:17+00:00" /> <meta property="og:image" content="https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg" /> <meta property="og:image:secure_url" content="https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="NATALIA MEDEBACH Country: Russia Title: String Games for Two People An important part of my art work is to visualise the invisible threads which exist between me and other people and between me and nature. Since the beginning of my artistic work one basic thought has challenged and inspired me again and again: shapes that &hellip; Continue reading &quot;Natalia Medebach&quot;" /> <meta name="twitter:title" content="Natalia Medebach" /> <meta name="twitter:site" content="@jointhepicture" /> <meta name="twitter:image" content="https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg" /> <meta name="twitter:creator" content="@jointhepicture" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://see-the-big-picture.com/#organization","name":"See the Big Picture","url":"https://see-the-big-picture.com/","sameAs":["https://www.facebook.com/jointhebigpicture/","https://www.instagram.com/jointhebigpicture/","https://twitter.com/jointhepicture"],"logo":{"@type":"ImageObject","@id":"https://see-the-big-picture.com/#logo","url":"https://see-the-big-picture.com/wp-content/uploads/2018/06/STBP_sym.png","caption":"See the Big Picture"},"image":{"@id":"https://see-the-big-picture.com/#logo"}},{"@type":"WebSite","@id":"https://see-the-big-picture.com/#website","url":"https://see-the-big-picture.com/","name":"See the Big Picture","publisher":{"@id":"https://see-the-big-picture.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://see-the-big-picture.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://see-the-big-picture.com/natalia-medebach/#webpage","url":"https://see-the-big-picture.com/natalia-medebach/","inLanguage":"en-US","name":"Natalia Medebach","isPartOf":{"@id":"https://see-the-big-picture.com/#website"},"datePublished":"2018-06-12T14:41:21+00:00","dateModified":"2018-09-20T15:51:17+00:00"},{"@type":"Article","@id":"https://see-the-big-picture.com/natalia-medebach/#article","isPartOf":{"@id":"https://see-the-big-picture.com/natalia-medebach/#webpage"},"author":{"@id":"https://see-the-big-picture.com/author/marina/#author","name":"Marina Matalonga"},"publisher":{"@id":"https://see-the-big-picture.com/#organization"},"headline":"Natalia Medebach","datePublished":"2018-06-12T14:41:21+00:00","dateModified":"2018-09-20T15:51:17+00:00","commentCount":0,"mainEntityOfPage":"https://see-the-big-picture.com/natalia-medebach/#webpage","articleSection":"Gallery"},{"@type":"Person","@id":"https://see-the-big-picture.com/author/marina/#author","name":"Marina Matalonga","image":{"@type":"ImageObject","@id":"https://see-the-big-picture.com/#personlogo","url":"https://secure.gravatar.com/avatar/01ae8547b373ba317ca361f7d017d684?s=96&d=mm&r=g","caption":"Marina Matalonga"},"sameAs":[]}]}</script> <!-- / Yoast SEO plugin. --> <script type='text/javascript'>console.log('PixelYourSite Free version 7.0.3');</script> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="See the Big Picture &raquo; Feed" href="https://see-the-big-picture.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="See the Big Picture &raquo; Comments Feed" href="https://see-the-big-picture.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="See the Big Picture &raquo; Natalia Medebach Comments Feed" href="https://see-the-big-picture.com/natalia-medebach/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.6.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-121000661-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-121000661-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/see-the-big-picture.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='pt-cv-public-style-css' href='https://see-the-big-picture.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=2.1.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://see-the-big-picture.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-theme-css' href='https://see-the-big-picture.com/wp-includes/css/dist/block-library/theme.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_styles-css' href='https://see-the-big-picture.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.12' type='text/css' media='all' /> <link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='give-styles-css' href='https://see-the-big-picture.com/wp-content/plugins/give/assets/dist/css/give.css?ver=2.4.5' type='text/css' media='all' /> <link rel='stylesheet' id='twentysixteen-fonts-css' href='https://fonts.googleapis.com/css?family=Merriweather%3A400%2C700%2C900%2C400italic%2C700italic%2C900italic%7CMontserrat%3A400%2C700%7CInconsolata%3A400&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/genericons/genericons.css?ver=3.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentysixteen-style-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentysixteen-block-style-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/blocks.css?ver=20181230' type='text/css' media='all' /> <!--[if lt IE 10]> <link rel='stylesheet' id='twentysixteen-ie-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/ie.css?ver=20160816' type='text/css' media='all' /> <![endif]--> <!--[if lt IE 9]> <link rel='stylesheet' id='twentysixteen-ie8-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/ie8.css?ver=20160816' type='text/css' media='all' /> <![endif]--> <!--[if lt IE 8]> <link rel='stylesheet' id='twentysixteen-ie7-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/ie7.css?ver=20160816' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='elementor-icons-css' href='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=4.3.0' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-animations-css' href='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=2.5.14' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.5.14' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://see-the-big-picture.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=2.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://see-the-big-picture.com/wp-content/uploads/elementor/css/global.css?ver=1555464898' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-787-css' href='https://see-the-big-picture.com/wp-content/uploads/elementor/css/post-787.css?ver=1555486465' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-58-css' href='https://see-the-big-picture.com/wp-content/uploads/elementor/css/post-58.css?ver=1555464899' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-1059-css' href='https://see-the-big-picture.com/wp-content/uploads/elementor/css/post-1059.css?ver=1555464899' type='text/css' media='all' /> <link rel='stylesheet' id='borlabs-cookie-css' href='https://see-the-big-picture.com/wp-content/plugins/borlabs-cookie/css/borlabs-cookie.css?ver=1.9.7-1' type='text/css' media='all' /> <style id='borlabs-cookie-inline-css' type='text/css'> [data-borlabs-cookie-wrap] [data-borlabs-cookie] {background:#f9f9f9 !important; color:#606569 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] p {color:#606569 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] p a {color:#288fe9 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieSubHeadline {background:#eeeeee !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieSuccess {color:#5eb930 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul {border-top: 1px solid #f2f2f2 !important; border-left: 1px solid #f2f2f2 !important; border-right: 1px solid #f2f2f2 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption1 {background:#ffffff !important; border-bottom: 1px solid #f2f2f2 !important; color:#606569 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption1:hover {background-color:#288fe9 !important; color:#ffffff !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption2 {background:#ffffff !important; border-bottom: 1px solid #f2f2f2 !important; color:#606569 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption2:hover {background-color:#288fe9 !important; color:#ffffff !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption3 {background:#ffffff !important; border-bottom: 1px solid #f2f2f2 !important; color:#606569 !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption3:hover {background-color:#288fe9 !important; color:#ffffff !important;} [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-help] a {color:#288fe9 !important;} .borlabs-cookie-bct-default, [data-borlabs-cookie-opt-out] {background:#efefef !important; color: #666666 !important;} .borlabs-cookie-bct-default p, [data-borlabs-cookie-opt-out] p {color: #666666 !important;} .borlabs-cookie-bct-default a[role="button"], [data-borlabs-cookie-opt-out] a[role="button"] {background:#288fe9 !important; color: #ffffff !important;} .borlabs-cookie-bct-default a[role="button"]:hover, [data-borlabs-cookie-opt-out] a[role="button"]:hover {background:#2875e9 !important; color: #ffffff !important;} [data-borlabs-cookie-opt-out] [data-borlabs-cookie-opt-out-success] {color: #5eb930 !important;} </style> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Raleway%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=5.1.1' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/see-the-big-picture.com","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.6.0'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/give/assets/dist/js/babel-polyfill.js?ver=2.4.5'></script> <script type='text/javascript'> /* <![CDATA[ */ var give_global_vars = {"ajaxurl":"https:\/\/see-the-big-picture.com\/wp-admin\/admin-ajax.php","checkout_nonce":"7d15938482","currency":"EUR","currency_sign":"\u20ac","currency_pos":"after","thousands_separator":".","decimal_separator":",","no_gateway":"Please select a payment method.","bad_minimum":"The minimum custom donation amount for this form is","bad_maximum":"The maximum custom donation amount for this form is","general_loading":"Loading...","purchase_loading":"Please Wait...","number_decimals":"2","give_version":"2.4.5","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Please select payment mode.","give_first":"Please enter your first name.","give_email":"Please enter a valid email address.","give_user_login":"Invalid email address or username.","give_user_pass":"Enter a password.","give_user_pass_confirm":"Enter the password confirmation.","give_agree_to_terms":"You must agree to the terms and conditions."},"confirm_email_sent_message":"Please check your email and click on the link to access your complete donation history.","ajax_vars":{"ajaxurl":"https:\/\/see-the-big-picture.com\/wp-admin\/admin-ajax.php","ajaxNonce":"30c71140b7","loading":"Loading","select_option":"Please select an option","default_gateway":"paypal","permalinks":"1","number_decimals":2},"cookie_hash":"9989f01c472f69f3f48a1bccde185a85","session_nonce_cookie_name":"wp-give_session_reset_nonce_9989f01c472f69f3f48a1bccde185a85","session_cookie_name":"wp-give_session_9989f01c472f69f3f48a1bccde185a85","delete_session_nonce_cookie":"0"}; var giveApiSettings = {"root":"https:\/\/see-the-big-picture.com\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2"}; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/give/assets/dist/js/give.js?ver=2.4.5'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.9.2'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/themes/twentysixteen/js/html5.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var pysOptions = {"staticEvents":{"facebook":{"PageView":[{"params":[],"delay":0,"ids":[]}],"GeneralEvent":[{"params":{"post_type":"post","post_id":"787","content_name":"Natalia Medebach","categories":"Gallery","tags":""},"delay":0,"ids":[]}]}},"facebook":{"pixelIds":["258396738269899"],"advancedMatching":[],"removeMetadata":false,"contentParams":{"post_type":"post","post_id":787,"content_name":"Natalia Medebach","categories":"Gallery","tags":""},"commentEventEnabled":true,"wooVariableAsSimple":false,"downloadEnabled":true,"formEventEnabled":true},"debug":"","siteUrl":"https:\/\/see-the-big-picture.com","ajaxUrl":"https:\/\/see-the-big-picture.com\/wp-admin\/admin-ajax.php","commonEventParams":{"domain":"see-the-big-picture.com","user_roles":"guest","plugin":"PixelYourSite"},"commentEventEnabled":"1","downloadEventEnabled":"1","downloadExtensions":["doc","exe","js","pdf","ppt","tgz","zip","xls"],"formEventEnabled":"1","gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"facebook_prior_consent_enabled":false,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":null,"pinterest_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_google_ads_consent_category":null,"cookiebot_pinterest_consent_category":"marketing","ginger_integration_enabled":false,"cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false},"woo":{"enabled":false,"addToCartOnButtonEnabled":false,"addToCartOnButtonValueEnabled":false,"addToCartOnButtonValueOption":"price","removeFromCartEnabled":true,"removeFromCartSelector":".cart .product-remove .remove"},"edd":{"enabled":false,"addToCartOnButtonEnabled":false,"addToCartOnButtonValueEnabled":false,"addToCartOnButtonValueOption":"price","removeFromCartEnabled":true}}; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=7.0.3'></script> <link rel='https://api.w.org/' href='https://see-the-big-picture.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://see-the-big-picture.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://see-the-big-picture.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://see-the-big-picture.com/?p=787' /> <link rel="alternate" type="application/json+oembed" href="https://see-the-big-picture.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsee-the-big-picture.com%2Fnatalia-medebach%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://see-the-big-picture.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsee-the-big-picture.com%2Fnatalia-medebach%2F&#038;format=xml" /> <meta name="generator" content="Give v2.4.5" /> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/9f4dfc03ef87a64a2d988a2e8/8cc52fd762fe79e16e8ba2f1b.js");</script> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ dataLayer.push({"pagePostType":"post","pagePostType2":"single-post","pageCategory":["gallery"],"pagePostAuthor":"Marina Matalonga"});//]]> </script> <script data-cfasync="false">//<![CDATA[ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WJVRQJN');//]]> </script> <!-- End Google Tag Manager --> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><style type="text/css" id="custom-background-css"> body.custom-background { background-color: #ffffff; } </style> <link rel="icon" href="https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-32x32.png" sizes="32x32" /> <link rel="icon" href="https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-180x180.png" /> <meta name="msapplication-TileImage" content="https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-270x270.png" /> </head> <body data-rsssl=1 class="post-template post-template-elementor_header_footer single single-post postid-787 single-format-standard custom-background wp-embed-responsive give-test-mode give-page give-twentysixteen group-blog elementor-default elementor-template-full-width elementor-page elementor-page-787"> <div data-elementor-type="header" data-elementor-id="58" class="elementor elementor-58 elementor-bc-flex-widget elementor-type-header elementor-location-header" data-elementor-settings="[]"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-element elementor-element-6792fa8 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="6792fa8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-17e8bdc elementor-column elementor-col-100 elementor-top-column" data-id="17e8bdc" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-386c376 elementor-widget elementor-widget-spacer" data-id="386c376" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-e508562 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="e508562" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-d0e229d elementor-column elementor-col-33 elementor-top-column" data-id="d0e229d" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-7a06e12 elementor-widget elementor-widget-image" data-id="7a06e12" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="200" height="66" src="https://see-the-big-picture.com/wp-content/uploads/2018/06/STBP_logo_hr-e1528200507351.png" class="attachment-large size-large" alt="" /> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-f1cbd8f elementor-column elementor-col-33 elementor-top-column" data-id="f1cbd8f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-d3fe52a elementor-nav-menu__align-center elementor-nav-menu--stretch elementor-nav-menu--indicator-none elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="d3fe52a" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-d3fe52a" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-53"><a href="https://see-the-big-picture.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://see-the-big-picture.com/about/" class="elementor-item">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://see-the-big-picture.com/gallery/" class="elementor-item">Gallery</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129"><a href="https://see-the-big-picture.com/participate/" class="elementor-item">Participate</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52"><a href="https://see-the-big-picture.com/news/" class="elementor-item">News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-132"><a href="https://see-the-big-picture.com/events/" class="elementor-item">Events</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131"><a href="https://see-the-big-picture.com/world/" class="elementor-item">World</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130"><a href="https://see-the-big-picture.com/symbol/" class="elementor-item">Symbol</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://see-the-big-picture.com/contact/" class="elementor-item">Contact</a></li> </ul></nav> <div class="elementor-menu-toggle"> <i class="eicon" aria-hidden="true"></i> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container"><ul id="menu-2-d3fe52a" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-53"><a href="https://see-the-big-picture.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://see-the-big-picture.com/about/" class="elementor-item">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://see-the-big-picture.com/gallery/" class="elementor-item">Gallery</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129"><a href="https://see-the-big-picture.com/participate/" class="elementor-item">Participate</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52"><a href="https://see-the-big-picture.com/news/" class="elementor-item">News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-132"><a href="https://see-the-big-picture.com/events/" class="elementor-item">Events</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131"><a href="https://see-the-big-picture.com/world/" class="elementor-item">World</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130"><a href="https://see-the-big-picture.com/symbol/" class="elementor-item">Symbol</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://see-the-big-picture.com/contact/" class="elementor-item">Contact</a></li> </ul></nav> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-2db8c84 elementor-column elementor-col-33 elementor-top-column" data-id="2db8c84" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-1bcec52 elementor-shape-circle elementor-hidden-phone elementor-widget elementor-widget-social-icons" data-id="1bcec52" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook" href="https://www.facebook.com/jointhebigpicture/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram" href="https://www.instagram.com/jointhebigpicture/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter" href="https://twitter.com/jointhepicture" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fa fa-twitter"></i> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-c71e887 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="c71e887" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-32097d7 elementor-column elementor-col-100 elementor-top-column" data-id="32097d7" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-f467090 elementor-hidden-phone elementor-widget elementor-widget-spacer" data-id="f467090" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> <div data-elementor-type="post" data-elementor-id="787" class="elementor elementor-787 elementor-bc-flex-widget" data-elementor-settings="[]"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-element elementor-element-267b92d elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="267b92d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-87d267e elementor-column elementor-col-100 elementor-top-column" data-id="87d267e" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-7627260 elementor-widget elementor-widget-image" data-id="7627260" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="4840" height="3916" src="https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg" class="attachment-full size-full" alt="" srcset="https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg 4840w, https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach-300x243.jpg 300w, https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach-768x621.jpg 768w, https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach-1024x829.jpg 1024w" sizes="(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-4882960 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="4882960" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-7187c38 elementor-column elementor-col-33 elementor-top-column" data-id="7187c38" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a6d22cb elementor-widget elementor-widget-image" data-id="a6d22cb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="400" height="454" src="https://see-the-big-picture.com/wp-content/uploads/38-Natalia-Medebach-p.jpg" class="attachment-full size-full" alt="" srcset="https://see-the-big-picture.com/wp-content/uploads/38-Natalia-Medebach-p.jpg 400w, https://see-the-big-picture.com/wp-content/uploads/38-Natalia-Medebach-p-264x300.jpg 264w" sizes="(max-width: 400px) 85vw, 400px" /> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-f5719c6 elementor-column elementor-col-66 elementor-top-column" data-id="f5719c6" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-fd1120a elementor-widget elementor-widget-text-editor" data-id="fd1120a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p><strong>NATALIA MEDEBACH</strong></p><p><strong>Country:</strong> Russia</p><p><span style="font-weight: 400;"><strong>Title:</strong> String Games for Two People</span></p></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-f8c647f elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="f8c647f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-74df8ea elementor-column elementor-col-100 elementor-top-column" data-id="74df8ea" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-3c6faf1 elementor-widget elementor-widget-text-editor" data-id="3c6faf1" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p style="text-align: center;"><em>An important part of my art work is to visualise the invisible threads which exist between me and other people and between me and nature. Since the beginning of my artistic work one basic thought has challenged and inspired me again and again: shapes that look similar on different scales, referred to in Physics as fractals, in macro and micro worlds. Smaller units are connected to a bigger unit, a symbol and to a metaphysical body.  My creations and my life are for me complex constructs, whose parts can only be defined through their relationship to the whole.</em></p><p>Natalia Medebach was born in Leningrad (St.-Petersburg). She now lives and works in Graz (Austria). In her work she deals with invisible connections and visible separations as well as with the borders between the micro and macro worlds. She works in painting, drawing and installation media and in performative actions to encourage holistic processes. She studied painting at the academy of visual arts in Mainz with Prof. Friedemann Hahn, and completed her diploma in painting with Prof. Katharina Grosse in Berlin-Weissensee. In between, she studied with Prof. Erwin Bohatsch and Prof. Walter Obholze at the academy of fine arts in Vienna and afterwards she was a member of the master class with Prof. Katharina Grosse in Berlin-Weissensee.</p><p>Contact the artist: <strong><a href="http://www.nataliamedebach.de">www.nataliamedebach.de</a></strong></p></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-4619f62 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="4619f62" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-bc3f503 elementor-column elementor-col-50 elementor-top-column" data-id="bc3f503" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-90fe42c elementor-widget elementor-widget-text-editor" data-id="90fe42c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Share on</p></div> </div> </div> <div class="elementor-element elementor-element-c33515d elementor-share-buttons--view-icon elementor-share-buttons--skin-framed elementor-share-buttons--shape-circle elementor-share-buttons--align-center elementor-share-buttons--color-custom elementor-grid-0 elementor-widget elementor-widget-share-buttons" data-id="c33515d" data-element_type="widget" data-widget_type="share-buttons.default"> <div class="elementor-widget-container"> <div class="elementor-grid"> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_facebook"> <span class="elementor-share-btn__icon"> <i class="fa fa-facebook"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_twitter"> <span class="elementor-share-btn__icon"> <i class="fa fa-twitter"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_linkedin"> <span class="elementor-share-btn__icon"> <i class="fa fa-linkedin"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_google"> <span class="elementor-share-btn__icon"> <i class="fa fa-google-plus"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_email"> <span class="elementor-share-btn__icon"> <i class="fa fa-envelope"></i> </span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-7216fe7 elementor-column elementor-col-50 elementor-top-column" data-id="7216fe7" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-eca8fb7 elementor-widget elementor-widget-text-editor" data-id="eca8fb7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Follow us on </p></div> </div> </div> <div class="elementor-element elementor-element-72060dc elementor-shape-circle elementor-widget elementor-widget-social-icons" data-id="72060dc" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook" href="https://www.facebook.com/jointhebigpicture/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram" href="https://www.instagram.com/jointhebigpicture/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter" href="https://twitter.com/jointhepicture" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fa fa-twitter"></i> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-c778257 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="c778257" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-054f639 elementor-column elementor-col-100 elementor-top-column" data-id="054f639" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a4023d3 elementor-widget elementor-widget-spacer" data-id="a4023d3" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-b83a290 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="b83a290" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-712c182 elementor-column elementor-col-100 elementor-top-column" data-id="712c182" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-b8b92c0 elementor-post-navigation-borders-yes elementor-widget elementor-widget-post-navigation" data-id="b8b92c0" data-element_type="widget" data-widget_type="post-navigation.default"> <div class="elementor-widget-container"> <div class="elementor-post-navigation elementor-grid"> <div class="elementor-post-navigation__prev elementor-post-navigation__link"> <a href="https://see-the-big-picture.com/darija-gordic-milinkovic/" rel="prev"><span class="post-navigation__arrow-wrapper post-navigation__arrow-prev"><i class="fa fa-angle-left" aria-hidden="true"></i></span><span class="elementor-post-navigation__link__prev"><span class="post-navigation__prev--label">Previous</span><span class="post-navigation__prev--title">Darija Gordić Milinković</span></span></a> </div> <div class="elementor-post-navigation__separator-wrapper"> <div class="elementor-post-navigation__separator"></div> </div> <div class="elementor-post-navigation__next elementor-post-navigation__link"> <a href="https://see-the-big-picture.com/matzue-z-wiles/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">Matzue Z Wiles</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i class="fa fa-angle-right" aria-hidden="true"></i></span></a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> <div data-elementor-type="footer" data-elementor-id="1059" class="elementor elementor-1059 elementor-bc-flex-widget elementor-type-footer elementor-location-footer" data-elementor-settings="[]"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-element elementor-element-14d2d933 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="14d2d933" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-190001 elementor-column elementor-col-100 elementor-top-column" data-id="190001" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-d11859e elementor-widget elementor-widget-divider" data-id="d11859e" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-dfed91f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="dfed91f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-dd5076f elementor-column elementor-col-33 elementor-top-column" data-id="dd5076f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-629f010 elementor-nav-menu__align-left elementor-nav-menu--indicator-none elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-widget elementor-widget-nav-menu" data-id="629f010" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"><ul id="menu-1-629f010" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1625"><a href="https://see-the-big-picture.com/newsletter/" class="elementor-item">Newsletter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1241"><a href="https://see-the-big-picture.com/privacy-policy/" class="elementor-item">Privacy Policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1242"><a href="https://see-the-big-picture.com/imprint/" class="elementor-item">Imprint</a></li> </ul></nav> <div class="elementor-menu-toggle"> <i class="eicon" aria-hidden="true"></i> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container"><ul id="menu-2-629f010" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1625"><a href="https://see-the-big-picture.com/newsletter/" class="elementor-item">Newsletter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1241"><a href="https://see-the-big-picture.com/privacy-policy/" class="elementor-item">Privacy Policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1242"><a href="https://see-the-big-picture.com/imprint/" class="elementor-item">Imprint</a></li> </ul></nav> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-3011725 elementor-column elementor-col-33 elementor-top-column" data-id="3011725" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-f7a222e elementor-widget elementor-widget-heading" data-id="f7a222e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="https://artmine.at/" target="_blank">© 2015 - 2019 All rights reserved. Art Mine & Desmond Doyle</a></p> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-1eea567 elementor-column elementor-col-33 elementor-top-column" data-id="1eea567" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-e4c7c2c elementor-shape-rounded elementor-widget elementor-widget-social-icons" data-id="e4c7c2c" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook" href="https://www.facebook.com/jointhebigpicture/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram" href="https://www.instagram.com/jointhebigpicture/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter" href="https://twitter.com/jointhepicture" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fa fa-twitter"></i> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-265423e elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="265423e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-04c355c elementor-column elementor-col-100 elementor-top-column" data-id="04c355c" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-33dae56 elementor-widget elementor-widget-spacer" data-id="33dae56" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://see-the-big-picture.com/wp-admin/admin-ajax.php"; </script> <script id="borlabsCookieMessageBox" type="text/template"> <div data-borlabs-cookie-wrap="popup"> <div data-borlabs-cookie class="bcPositionCenter"> <p class="borlabsCookieHeadline">Cookie Preference</p> <div data-borlabs-selection> <p class="borlabsCookieExplanation">Please select an option. You can find more information about the consequences of your choice at <span data-borlabs-cookie-help-link>Help</span>. <a href="https://see-the-big-picture.com/privacy-policy/">Privacy Policy</a> | <a href="https://see-the-big-picture.com/imprint/">Imprint</a></p> <div data-borlabs-selection-list> <ul> <li class="cookieOption1"><label for="borlabsCookieOptionAll"><input id="borlabsCookieOptionAll" type="radio" name="cookieOption" value="all">Accept cookies</label></li> <li class="cookieOption3"><label for="borlabsCookieOptionRejectAll"><input id="borlabsCookieOptionRejectAll" type="radio" name="cookieOption" value="reject-all">Reject cookies</label></li> </ul> <p class="borlabsCookieText">Select an option to continue</p> </div> <div data-borlabs-selection-success> <p class="borlabsCookieSuccess">Your selection was saved!</p> </div> <p class="borlabsCookieText" data-borlabs-cookie-help-link>More information</p> </div> <div data-borlabs-help> <p class="borlabsCookieSubHeadline">Help</p> <p>To continue, you must make a cookie selection. Below is an explanation of the different options and their meaning.</p> <ul> <li><span>Accept cookies</span>:<br>All cookies such as tracking and analytics cookies.</li> <li><span>Reject cookies</span>:<br>No cookies except for those necessary for technical reasons are set. Borlabs Cookie already set a necessary cookie.</li> </ul> <p>You can change your cookie setting here anytime: <a href="https://see-the-big-picture.com/privacy-policy/">Privacy Policy</a>. <a href="https://see-the-big-picture.com/imprint/">Imprint</a></p> <p class="borlabsCookieText" data-borlabs-cookie-help-link>Back</p> </div> </div> </div> </script><noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=258396738269899&ev=PageView&noscript=1" alt="facebook_pixel"></noscript> <noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=258396738269899&ev=GeneralEvent&noscript=1&cd[post_type]=post&cd[post_id]=787&cd[content_name]=Natalia+Medebach&cd[categories]=Gallery&cd[tags]" alt="facebook_pixel"></noscript> <script type='text/javascript'> /* <![CDATA[ */ var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"125b78adca","is_admin":"","is_mobile":"","ajaxurl":"https:\/\/see-the-big-picture.com\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="}; var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"}; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=2.1.3.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"","font_method":"svg"}; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/instagram-feed/js/sb-instagram.min.js?ver=1.12'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/themes/twentysixteen/js/skip-link-focus-fix.js?ver=20160816'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"}; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/themes/twentysixteen/js/functions.js?ver=20181230'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/page-links-to/js/new-tab.min.js?ver=3.0.0-beta.1'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor-pro/assets/lib/social-share/social-share.min.js?ver=0.2.17'></script> <script type='text/javascript'> /* <![CDATA[ */ var borlabsCookieConfig = {"ajaxURL":"https:\/\/see-the-big-picture.com\/wp-admin\/admin-ajax.php","language":"en","codeCookieFirstParty":"","codeCookieThirdParty":"PCEtLSBHbG9iYWwgc2l0ZSB0YWcgKGd0YWcuanMpIC0gR29vZ2xlIEFuYWx5dGljcyAtLT4KPHNjcmlwdCBhc3luYyBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZXRhZ21hbmFnZXIuY29tL2d0YWcvanM\/aWQ9VUEtMTIxMDAwNjYxLTEiPjwvc2NyaXB0Pgo8c2NyaXB0Pgp2YXIgZGlzYWJsZVN0ciA9ICdnYS1kaXNhYmxlLVVBLTEyMTAwMDY2MS0xJzsKaWYgKGRvY3VtZW50LmNvb2tpZS5pbmRleE9mKGRpc2FibGVTdHIgKyAnPXRydWUnKSA+IC0xKSB7CiAgICB3aW5kb3dbZGlzYWJsZVN0cl0gPSB0cnVlOwp9Cgp3aW5kb3cuZGF0YUxheWVyID0gd2luZG93LmRhdGFMYXllciB8fCBbXTsKZnVuY3Rpb24gZ3RhZygpe2RhdGFMYXllci5wdXNoKGFyZ3VtZW50cyk7fQpndGFnKCdqcycsIG5ldyBEYXRlKCkpOwoKZ3RhZygnY29uZmlnJywgJ1VBLTEyMTAwMDY2MS0xJywgeyAnYW5vbnltaXplX2lwJzogdHJ1ZSB9KTsKPC9zY3JpcHQ+","codeFacebookPixel":"PCEtLSBGYWNlYm9vayBQaXhlbCBDb2RlIC0tPgo8c2NyaXB0PgogICFmdW5jdGlvbihmLGIsZSx2LG4sdCxzKQogIHtpZihmLmZicSlyZXR1cm47bj1mLmZicT1mdW5jdGlvbigpe24uY2FsbE1ldGhvZD8KICBuLmNhbGxNZXRob2QuYXBwbHkobixhcmd1bWVudHMpOm4ucXVldWUucHVzaChhcmd1bWVudHMpfTsKICBpZighZi5fZmJxKWYuX2ZicT1uO24ucHVzaD1uO24ubG9hZGVkPSEwO24udmVyc2lvbj0nMi4wJzsKICBuLnF1ZXVlPVtdO3Q9Yi5jcmVhdGVFbGVtZW50KGUpO3QuYXN5bmM9ITA7CiAgdC5zcmM9djtzPWIuZ2V0RWxlbWVudHNCeVRhZ05hbWUoZSlbMF07CiAgcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZSh0LHMpfSh3aW5kb3csIGRvY3VtZW50LCdzY3JpcHQnLAogICdodHRwczovL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX1VTL2ZiZXZlbnRzLmpzJyk7CiAgZmJxKCdpbml0JywgJzI1ODM5NjczODI2OTg5OScpOwogIGZicSgndHJhY2snLCAnUGFnZVZpZXcnKTsKPC9zY3JpcHQ+Cjxub3NjcmlwdD48aW1nIGhlaWdodD0iMSIgd2lkdGg9IjEiIHN0eWxlPSJkaXNwbGF5Om5vbmUiCiAgc3JjPSJodHRwczovL3d3dy5mYWNlYm9vay5jb20vdHI\/aWQ9MjU4Mzk2NzM4MjY5ODk5JmV2PVBhZ2VWaWV3Jm5vc2NyaXB0PTEiCi8+PC9ub3NjcmlwdD4KPCEtLSBFbmQgRmFjZWJvb2sgUGl4ZWwgQ29kZSAtLT4=","cookieBoxBlocks":"","cookieBoxShow":"automatic","cookieLifetime":"365","cookieLifetimeOption2":"365","cookieLifetimeOption3":"1","cookieRespectDoNotTrack":"","cookiesForBots":"1","executeFirstPartyCodeOnThirdParty":"1","facebookPixelId":"258396738269899","googleAnalyticsId":"UA-121000661-1","hideCookieBoxOnPage":["https:\/\/see-the-big-picture.com\/imprint\/","https:\/\/see-the-big-picture.com\/privacy-policy\/"],"cookieDomain":"","cookiePath":"\/"}; var borlabsCookieBlockedContent = []; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/borlabs-cookie/javascript/borlabs-cookie.min.js?ver=1.9.7'></script> <script type='text/javascript'> jQuery(document).ready(function() { var borlabsCookieBlockedContentTypes = {"facebook": {"global": function () { },"init": function (id) { if(typeof FB === "object") { FB.XFBML.parse(document.getElementById(id)); } },"settings": []},"default": {"global": function () { },"init": function (id) { },"settings": []},"googlemaps": {"global": function () { },"init": function (id) { },"settings": {"responsiveIframe":true}},"instagram": {"global": function () { },"init": function (id) { if (typeof instgrm === "object") { instgrm.Embeds.process(); } },"settings": []},"twitter": {"global": function () { },"init": function (id) { },"settings": []},"vimeo": {"global": function () { },"init": function (id) { },"settings": {"responsiveIframe":true}},"youtube": {"global": function () { },"init": function (id) { },"settings": {"changeURLToNoCookie":true,"responsiveIframe":true,"thumbnailQuality":"sddefault"}}}; window.BorlabsCookie.init(borlabsCookieConfig, borlabsCookieBlockedContentTypes, borlabsCookieBlockedContent);}); </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=2.3.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/see-the-big-picture.com\/wp-admin\/admin-ajax.php","nonce":"22b8312673","shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"delicious":{"title":"Delicious"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""}}; /* ]]> */ </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=2.3.1'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=2.5.14'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.7.1'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2'></script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=4.4.6'></script> <script type='text/javascript'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"2.5.14","urls":{"assets":"https:\/\/see-the-big-picture.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_enable_lightbox_in_editor":"yes"}},"post":{"id":787,"title":"Natalia Medebach","excerpt":""}}; </script> <script type='text/javascript' src='https://see-the-big-picture.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=2.5.14'></script> </body> </html>
[]
[ "<head>\n\t<meta charset=\"UTF-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n\t\t<script>(function(html){html.className = html.className.replace(/\\bno-js\\b/,'js')})(document.documentElement);</script>\n<title>Natalia Medebach</title>\n\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" type=\"text/javascript\">//&lt;![CDATA[\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n//]]&gt;\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com -->\n<!-- This site is optimized with the Yoast SEO plugin v11.0 - https://yoast.com/wordpress/plugins/seo/ -->\n<link rel=\"canonical\" href=\"https://see-the-big-picture.com/natalia-medebach/\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Natalia Medebach\"/>\n<meta property=\"og:description\" content=\"NATALIA MEDEBACH Country: Russia Title: String Games for Two People An important part of my art work is to visualise the invisible threads which exist between me and other people and between me and nature. Since the beginning of my artistic work one basic thought has challenged and inspired me again and again: shapes that … Continue reading &quot;Natalia Medebach&quot;\"/>\n<meta property=\"og:url\" content=\"https://see-the-big-picture.com/natalia-medebach/\"/>\n<meta property=\"og:site_name\" content=\"See the Big Picture\"/>\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/jointhebigpicture/\"/>\n<meta property=\"article:section\" content=\"Gallery\"/>\n<meta property=\"article:published_time\" content=\"2018-06-12T14:41:21+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2018-09-20T15:51:17+00:00\"/>\n<meta property=\"og:updated_time\" content=\"2018-09-20T15:51:17+00:00\"/>\n<meta property=\"og:image\" content=\"https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg\"/>\n<meta property=\"og:image:secure_url\" content=\"https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:description\" content=\"NATALIA MEDEBACH Country: Russia Title: String Games for Two People An important part of my art work is to visualise the invisible threads which exist between me and other people and between me and nature. Since the beginning of my artistic work one basic thought has challenged and inspired me again and again: shapes that … Continue reading &quot;Natalia Medebach&quot;\"/>\n<meta name=\"twitter:title\" content=\"Natalia Medebach\"/>\n<meta name=\"twitter:site\" content=\"@jointhepicture\"/>\n<meta name=\"twitter:image\" content=\"https://see-the-big-picture.com/wp-content/uploads/2018/06/38-Natalia-Medebach.jpg\"/>\n<meta name=\"twitter:creator\" content=\"@jointhepicture\"/>\n<script type=\"application/ld+json\" class=\"yoast-schema-graph yoast-schema-graph--main\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https://see-the-big-picture.com/#organization\",\"name\":\"See the Big Picture\",\"url\":\"https://see-the-big-picture.com/\",\"sameAs\":[\"https://www.facebook.com/jointhebigpicture/\",\"https://www.instagram.com/jointhebigpicture/\",\"https://twitter.com/jointhepicture\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https://see-the-big-picture.com/#logo\",\"url\":\"https://see-the-big-picture.com/wp-content/uploads/2018/06/STBP_sym.png\",\"caption\":\"See the Big Picture\"},\"image\":{\"@id\":\"https://see-the-big-picture.com/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https://see-the-big-picture.com/#website\",\"url\":\"https://see-the-big-picture.com/\",\"name\":\"See the Big Picture\",\"publisher\":{\"@id\":\"https://see-the-big-picture.com/#organization\"},\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":\"https://see-the-big-picture.com/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}},{\"@type\":\"WebPage\",\"@id\":\"https://see-the-big-picture.com/natalia-medebach/#webpage\",\"url\":\"https://see-the-big-picture.com/natalia-medebach/\",\"inLanguage\":\"en-US\",\"name\":\"Natalia Medebach\",\"isPartOf\":{\"@id\":\"https://see-the-big-picture.com/#website\"},\"datePublished\":\"2018-06-12T14:41:21+00:00\",\"dateModified\":\"2018-09-20T15:51:17+00:00\"},{\"@type\":\"Article\",\"@id\":\"https://see-the-big-picture.com/natalia-medebach/#article\",\"isPartOf\":{\"@id\":\"https://see-the-big-picture.com/natalia-medebach/#webpage\"},\"author\":{\"@id\":\"https://see-the-big-picture.com/author/marina/#author\",\"name\":\"Marina Matalonga\"},\"publisher\":{\"@id\":\"https://see-the-big-picture.com/#organization\"},\"headline\":\"Natalia Medebach\",\"datePublished\":\"2018-06-12T14:41:21+00:00\",\"dateModified\":\"2018-09-20T15:51:17+00:00\",\"commentCount\":0,\"mainEntityOfPage\":\"https://see-the-big-picture.com/natalia-medebach/#webpage\",\"articleSection\":\"Gallery\"},{\"@type\":\"Person\",\"@id\":\"https://see-the-big-picture.com/author/marina/#author\",\"name\":\"Marina Matalonga\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https://see-the-big-picture.com/#personlogo\",\"url\":\"https://secure.gravatar.com/avatar/01ae8547b373ba317ca361f7d017d684?s=96&amp;d=mm&amp;r=g\",\"caption\":\"Marina Matalonga\"},\"sameAs\":[]}]}</script>\n<!-- / Yoast SEO plugin. -->\n\n<script type=\"text/javascript\">console.log('PixelYourSite Free version 7.0.3');</script>&#13;\n<link rel=\"dns-prefetch\" href=\"//maxcdn.bootstrapcdn.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link href=\"https://fonts.gstatic.com\" crossorigin=\"\" rel=\"preconnect\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"See the Big Picture » Feed\" href=\"https://see-the-big-picture.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"See the Big Picture » Comments Feed\" href=\"https://see-the-big-picture.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"See the Big Picture » Natalia Medebach Comments Feed\" href=\"https://see-the-big-picture.com/natalia-medebach/feed/\"/>\n<!-- This site uses the Google Analytics by MonsterInsights plugin v7.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->\n<script type=\"text/javascript\" data-cfasync=\"false\">\n\tvar mi_version = '7.6.0';\n\tvar mi_track_user = true;\n\tvar mi_no_track_reason = '';\n\t\n\tvar disableStr = 'ga-disable-UA-121000661-1';\n\n\t/* Function to detect opted out users */\n\tfunction __gaTrackerIsOptedOut() {\n\t\treturn document.cookie.indexOf(disableStr + '=true') &gt; -1;\n\t}\n\n\t/* Disable tracking if the opt-out cookie exists. */\n\tif ( __gaTrackerIsOptedOut() ) {\n\t\twindow[disableStr] = true;\n\t}\n\n\t/* Opt-out function */\n\tfunction __gaTrackerOptout() {\n\t document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';\n\t window[disableStr] = true;\n\t}\n\t\n\tif ( mi_track_user ) {\n\t\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t\t\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\t\t\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t\t})(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker');\n\n\t\t__gaTracker('create', 'UA-121000661-1', 'auto');\n\t\t__gaTracker('set', 'forceSSL', true);\n\t\t__gaTracker('require', 'displayfeatures');\n\t\t__gaTracker('send','pageview');\n\t} else {\n\t\tconsole.log( \"\" );\n\t\t(function() {\n\t\t\t/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */\n\t\t\tvar noopfn = function() {\n\t\t\t\treturn null;\n\t\t\t};\n\t\t\tvar noopnullfn = function() {\n\t\t\t\treturn null;\n\t\t\t};\n\t\t\tvar Tracker = function() {\n\t\t\t\treturn null;\n\t\t\t};\n\t\t\tvar p = Tracker.prototype;\n\t\t\tp.get = noopfn;\n\t\t\tp.set = noopfn;\n\t\t\tp.send = noopfn;\n\t\t\tvar __gaTracker = function() {\n\t\t\t\tvar len = arguments.length;\n\t\t\t\tif ( len === 0 ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tvar f = arguments[len-1];\n\t\t\t\tif ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {\n\t\t\t\t\tconsole.log( 'Not running function __gaTracker(' + arguments[0] + \" ....) because you are not being tracked. \" + mi_no_track_reason );\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\ttry {\n\t\t\t\t\tf.hitCallback();\n\t\t\t\t} catch (ex) {\n\n\t\t\t\t}\n\t\t\t};\n\t\t\t__gaTracker.create = function() {\n\t\t\t\treturn new Tracker();\n\t\t\t};\n\t\t\t__gaTracker.getByName = noopnullfn;\n\t\t\t__gaTracker.getAll = function() {\n\t\t\t\treturn [];\n\t\t\t};\n\t\t\t__gaTracker.remove = noopfn;\n\t\t\twindow['__gaTracker'] = __gaTracker;\n\t\t\t\t\t})();\n\t\t}\n</script>\n<!-- / Google Analytics by MonsterInsights -->\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/see-the-big-picture.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"pt-cv-public-style-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=2.1.3.2\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://see-the-big-picture.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wp-block-library-theme-css\" href=\"https://see-the-big-picture.com/wp-includes/css/dist/block-library/theme.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sb_instagram_styles-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.12\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sb-font-awesome-css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"give-styles-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/give/assets/dist/css/give.css?ver=2.4.5\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentysixteen-fonts-css\" href=\"https://fonts.googleapis.com/css?family=Merriweather%3A400%2C700%2C900%2C400italic%2C700italic%2C900italic%7CMontserrat%3A400%2C700%7CInconsolata%3A400&amp;subset=latin%2Clatin-ext\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"genericons-css\" href=\"https://see-the-big-picture.com/wp-content/themes/twentysixteen/genericons/genericons.css?ver=3.4.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentysixteen-style-css\" href=\"https://see-the-big-picture.com/wp-content/themes/twentysixteen/style.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentysixteen-block-style-css\" href=\"https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/blocks.css?ver=20181230\" type=\"text/css\" media=\"all\"/>\n<!--[if lt IE 10]>\n<link rel='stylesheet' id='twentysixteen-ie-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/ie.css?ver=20160816' type='text/css' media='all' />\n<![endif]-->\n<!--[if lt IE 9]>\n<link rel='stylesheet' id='twentysixteen-ie8-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/ie8.css?ver=20160816' type='text/css' media='all' />\n<![endif]-->\n<!--[if lt IE 8]>\n<link rel='stylesheet' id='twentysixteen-ie7-css' href='https://see-the-big-picture.com/wp-content/themes/twentysixteen/css/ie7.css?ver=20160816' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"stylesheet\" id=\"elementor-icons-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=4.3.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"font-awesome-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"elementor-animations-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=2.5.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"elementor-frontend-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.5.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"elementor-pro-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=2.3.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"elementor-global-css\" href=\"https://see-the-big-picture.com/wp-content/uploads/elementor/css/global.css?ver=1555464898\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"elementor-post-787-css\" href=\"https://see-the-big-picture.com/wp-content/uploads/elementor/css/post-787.css?ver=1555486465\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"elementor-post-58-css\" href=\"https://see-the-big-picture.com/wp-content/uploads/elementor/css/post-58.css?ver=1555464899\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"elementor-post-1059-css\" href=\"https://see-the-big-picture.com/wp-content/uploads/elementor/css/post-1059.css?ver=1555464899\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"borlabs-cookie-css\" href=\"https://see-the-big-picture.com/wp-content/plugins/borlabs-cookie/css/borlabs-cookie.css?ver=1.9.7-1\" type=\"text/css\" media=\"all\"/>\n<style id=\"borlabs-cookie-inline-css\" type=\"text/css\">\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] {background:#f9f9f9 !important; color:#606569 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] p {color:#606569 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] p a {color:#288fe9 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieSubHeadline {background:#eeeeee !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieSuccess {color:#5eb930 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul {border-top: 1px solid #f2f2f2 !important; border-left: 1px solid #f2f2f2 !important; border-right: 1px solid #f2f2f2 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption1 {background:#ffffff !important; border-bottom: 1px solid #f2f2f2 !important; color:#606569 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption1:hover {background-color:#288fe9 !important; color:#ffffff !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption2 {background:#ffffff !important; border-bottom: 1px solid #f2f2f2 !important; color:#606569 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption2:hover {background-color:#288fe9 !important; color:#ffffff !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption3 {background:#ffffff !important; border-bottom: 1px solid #f2f2f2 !important; color:#606569 !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li.cookieOption3:hover {background-color:#288fe9 !important; color:#ffffff !important;}\n[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-help] a {color:#288fe9 !important;}\n.borlabs-cookie-bct-default, [data-borlabs-cookie-opt-out] {background:#efefef !important; color: #666666 !important;}\n.borlabs-cookie-bct-default p, [data-borlabs-cookie-opt-out] p {color: #666666 !important;}\n.borlabs-cookie-bct-default a[role=\"button\"], [data-borlabs-cookie-opt-out] a[role=\"button\"] {background:#288fe9 !important; color: #ffffff !important;}\n.borlabs-cookie-bct-default a[role=\"button\"]:hover, [data-borlabs-cookie-opt-out] a[role=\"button\"]:hover {background:#2875e9 !important; color: #ffffff !important;}\n[data-borlabs-cookie-opt-out] [data-borlabs-cookie-opt-out-success] {color: #5eb930 !important;}\n</style>\n<link rel=\"stylesheet\" id=\"google-fonts-1-css\" href=\"https://fonts.googleapis.com/css?family=Raleway%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<script>if (document.location.protocol != \"https:\") {document.location = document.URL.replace(/^http:/i, \"https:\");}</script><script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar monsterinsights_frontend = {\"js_events_tracking\":\"true\",\"download_extensions\":\"doc,exe,js,pdf,ppt,tgz,zip,xls\",\"inbound_paths\":\"[]\",\"home_url\":\"https:\\/\\/see-the-big-picture.com\",\"hash_tracking\":\"false\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.6.0\"/>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-content/plugins/give/assets/dist/js/babel-polyfill.js?ver=2.4.5\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar give_global_vars = {\"ajaxurl\":\"https:\\/\\/see-the-big-picture.com\\/wp-admin\\/admin-ajax.php\",\"checkout_nonce\":\"7d15938482\",\"currency\":\"EUR\",\"currency_sign\":\"\\u20ac\",\"currency_pos\":\"after\",\"thousands_separator\":\".\",\"decimal_separator\":\",\",\"no_gateway\":\"Please select a payment method.\",\"bad_minimum\":\"The minimum custom donation amount for this form is\",\"bad_maximum\":\"The maximum custom donation amount for this form is\",\"general_loading\":\"Loading...\",\"purchase_loading\":\"Please Wait...\",\"number_decimals\":\"2\",\"give_version\":\"2.4.5\",\"magnific_options\":{\"main_class\":\"give-modal\",\"close_on_bg_click\":false},\"form_translation\":{\"payment-mode\":\"Please select payment mode.\",\"give_first\":\"Please enter your first name.\",\"give_email\":\"Please enter a valid email address.\",\"give_user_login\":\"Invalid email address or username.\",\"give_user_pass\":\"Enter a password.\",\"give_user_pass_confirm\":\"Enter the password confirmation.\",\"give_agree_to_terms\":\"You must agree to the terms and conditions.\"},\"confirm_email_sent_message\":\"Please check your email and click on the link to access your complete donation history.\",\"ajax_vars\":{\"ajaxurl\":\"https:\\/\\/see-the-big-picture.com\\/wp-admin\\/admin-ajax.php\",\"ajaxNonce\":\"30c71140b7\",\"loading\":\"Loading\",\"select_option\":\"Please select an option\",\"default_gateway\":\"paypal\",\"permalinks\":\"1\",\"number_decimals\":2},\"cookie_hash\":\"9989f01c472f69f3f48a1bccde185a85\",\"session_nonce_cookie_name\":\"wp-give_session_reset_nonce_9989f01c472f69f3f48a1bccde185a85\",\"session_cookie_name\":\"wp-give_session_9989f01c472f69f3f48a1bccde185a85\",\"delete_session_nonce_cookie\":\"0\"};\nvar giveApiSettings = {\"root\":\"https:\\/\\/see-the-big-picture.com\\/wp-json\\/give-api\\/v2\\/\",\"rest_base\":\"give-api\\/v2\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-content/plugins/give/assets/dist/js/give.js?ver=2.4.5\"/>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.9.2\"/>\n<!--[if lt IE 9]>\n<script type='text/javascript' src='https://see-the-big-picture.com/wp-content/themes/twentysixteen/js/html5.js?ver=3.7.3'></script>\n<![endif]-->\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=5.1.1\"/>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar pysOptions = {\"staticEvents\":{\"facebook\":{\"PageView\":[{\"params\":[],\"delay\":0,\"ids\":[]}],\"GeneralEvent\":[{\"params\":{\"post_type\":\"post\",\"post_id\":\"787\",\"content_name\":\"Natalia Medebach\",\"categories\":\"Gallery\",\"tags\":\"\"},\"delay\":0,\"ids\":[]}]}},\"facebook\":{\"pixelIds\":[\"258396738269899\"],\"advancedMatching\":[],\"removeMetadata\":false,\"contentParams\":{\"post_type\":\"post\",\"post_id\":787,\"content_name\":\"Natalia Medebach\",\"categories\":\"Gallery\",\"tags\":\"\"},\"commentEventEnabled\":true,\"wooVariableAsSimple\":false,\"downloadEnabled\":true,\"formEventEnabled\":true},\"debug\":\"\",\"siteUrl\":\"https:\\/\\/see-the-big-picture.com\",\"ajaxUrl\":\"https:\\/\\/see-the-big-picture.com\\/wp-admin\\/admin-ajax.php\",\"commonEventParams\":{\"domain\":\"see-the-big-picture.com\",\"user_roles\":\"guest\",\"plugin\":\"PixelYourSite\"},\"commentEventEnabled\":\"1\",\"downloadEventEnabled\":\"1\",\"downloadExtensions\":[\"doc\",\"exe\",\"js\",\"pdf\",\"ppt\",\"tgz\",\"zip\",\"xls\"],\"formEventEnabled\":\"1\",\"gdpr\":{\"ajax_enabled\":false,\"all_disabled_by_api\":false,\"facebook_disabled_by_api\":false,\"analytics_disabled_by_api\":false,\"google_ads_disabled_by_api\":false,\"pinterest_disabled_by_api\":false,\"facebook_prior_consent_enabled\":false,\"analytics_prior_consent_enabled\":true,\"google_ads_prior_consent_enabled\":null,\"pinterest_prior_consent_enabled\":true,\"cookiebot_integration_enabled\":false,\"cookiebot_facebook_consent_category\":\"marketing\",\"cookiebot_analytics_consent_category\":\"statistics\",\"cookiebot_google_ads_consent_category\":null,\"cookiebot_pinterest_consent_category\":\"marketing\",\"ginger_integration_enabled\":false,\"cookie_notice_integration_enabled\":false,\"cookie_law_info_integration_enabled\":false},\"woo\":{\"enabled\":false,\"addToCartOnButtonEnabled\":false,\"addToCartOnButtonValueEnabled\":false,\"addToCartOnButtonValueOption\":\"price\",\"removeFromCartEnabled\":true,\"removeFromCartSelector\":\".cart .product-remove .remove\"},\"edd\":{\"enabled\":false,\"addToCartOnButtonEnabled\":false,\"addToCartOnButtonValueEnabled\":false,\"addToCartOnButtonValueOption\":\"price\",\"removeFromCartEnabled\":true}};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://see-the-big-picture.com/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=7.0.3\"/>\n<link rel=\"https://api.w.org/\" href=\"https://see-the-big-picture.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://see-the-big-picture.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://see-the-big-picture.com/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<link rel=\"shortlink\" href=\"https://see-the-big-picture.com/?p=787\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://see-the-big-picture.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsee-the-big-picture.com%2Fnatalia-medebach%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://see-the-big-picture.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsee-the-big-picture.com%2Fnatalia-medebach%2F&amp;format=xml\"/>\n<meta name=\"generator\" content=\"Give v2.4.5\"/>\n<script id=\"mcjs\">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,\"script\",\"https://chimpstatic.com/mcjs-connected/js/users/9f4dfc03ef87a64a2d988a2e8/8cc52fd762fe79e16e8ba2f1b.js\");</script>\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" type=\"text/javascript\">//&lt;![CDATA[\n\tdataLayer.push({\"pagePostType\":\"post\",\"pagePostType2\":\"single-post\",\"pageCategory\":[\"gallery\"],\"pagePostAuthor\":\"Marina Matalonga\"});//]]&gt;\n</script>\n<script data-cfasync=\"false\">//&lt;![CDATA[\n(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n'//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-WJVRQJN');//]]&gt;\n</script>\n<!-- End Google Tag Manager -->\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><style type=\"text/css\" id=\"custom-background-css\">\nbody.custom-background { background-color: #ffffff; }\n</style>\n\t<link rel=\"icon\" href=\"https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-32x32.png\" sizes=\"32x32\"/>\n<link rel=\"icon\" href=\"https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-192x192.png\" sizes=\"192x192\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-180x180.png\"/>\n<meta name=\"msapplication-TileImage\" content=\"https://see-the-big-picture.com/wp-content/uploads/2018/06/cropped-STBP_sym-270x270.png\"/>\n</head>\n" ]
[ "<title>Natalia Medebach</title>\n\n" ]
[ { "key": "datasource", "type": "global", "value": "see-the-big-picture.com > natalia medebach" } ]
[ { "char_end_idx": 136, "char_start_idx": 0, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 351, "char_start_idx": 136, "key": "length", "type": "local", "value": "214" }, { "char_end_idx": 434, "char_start_idx": 351, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 563, "char_start_idx": 434, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 607, "char_start_idx": 563, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 620, "char_start_idx": 607, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 663, "char_start_idx": 620, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 800, "char_start_idx": 663, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 915, "char_start_idx": 800, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 986, "char_start_idx": 915, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 1052, "char_start_idx": 986, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 1091, "char_start_idx": 1052, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 1126, "char_start_idx": 1091, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 1151, "char_start_idx": 1126, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 1267, "char_start_idx": 1151, "key": "length", "type": "local", "value": "115" }, { "char_end_idx": 1306, "char_start_idx": 1267, "key": "length", "type": "local", "value": "38" } ]
[ { "key": "length", "type": "global", "value": "1308" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "nav" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-nav-menu--dropdown elementor-nav-menu__container" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "nav" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type", "data-settings", "data-widget_type" ], "values": [ "elementor-element elementor-element-d3fe52a elementor-nav-menu__align-center elementor-nav-menu--stretch elementor-nav-menu--indicator-none elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu elementor-widget-container", "d3fe52a", "widget", "{\"full_width\":\"stretch\",\"layout\":\"horizontal\",\"toggle\":\"burger\"}", "nav-menu.default" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-f1cbd8f elementor-column elementor-col-33 elementor-top-column elementor-column-wrap elementor-element-populated elementor-widget-wrap", "f1cbd8f", "column" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-container elementor-column-gap-default elementor-row" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type", "data-settings" ], "values": [ "elementor-element elementor-element-e508562 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section", "e508562", "section", "{\"background_background\":\"classic\"}" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-elementor-type", "data-elementor-id", "class", "data-elementor-settings" ], "values": [ "header", "58", "elementor elementor-58 elementor-bc-flex-widget elementor-type-header elementor-location-header elementor-inner elementor-section-wrap", "[]" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type", "data-widget_type" ], "values": [ "elementor-element elementor-element-fd1120a elementor-widget elementor-widget-text-editor elementor-widget-container elementor-text-editor elementor-clearfix", "fd1120a", "widget", "text-editor.default" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-f5719c6 elementor-column elementor-col-66 elementor-top-column elementor-column-wrap elementor-element-populated elementor-widget-wrap", "f5719c6", "column" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-container elementor-column-gap-default elementor-row" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-4882960 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section", "4882960", "section" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 16, "type": "local", "value": "section" }, { "char_end_idx": 564, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 29, "type": "local", "value": "em" }, { "char_end_idx": 564, "char_start_idx": 0, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 28, "type": "local", "value": "p" }, { "char_end_idx": 1307, "char_start_idx": 565, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1308, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-widget-container elementor-text-editor elementor-clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 27, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type", "data-widget_type" ], "values": [ "elementor-column-wrap elementor-element-populated elementor-widget-wrap elementor-element elementor-element-3c6faf1 elementor-widget elementor-widget-text-editor", "3c6faf1", "widget", "text-editor.default" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 26, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-container elementor-column-gap-default elementor-row elementor-element elementor-element-74df8ea elementor-column elementor-col-100 elementor-top-column", "74df8ea", "column" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 25, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-f8c647f elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section", "f8c647f", "section" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 24, "type": "local", "value": "section" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-7216fe7 elementor-column elementor-col-50 elementor-top-column elementor-column-wrap elementor-element-populated elementor-widget-wrap", "7216fe7", "column" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-container elementor-column-gap-default elementor-row" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-4619f62 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section", "4619f62", "section" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "section" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type", "data-widget_type" ], "values": [ "elementor-column-wrap elementor-element-populated elementor-widget-wrap elementor-element elementor-element-b8b92c0 elementor-post-navigation-borders-yes elementor-widget elementor-widget-post-navigation", "b8b92c0", "widget", "post-navigation.default" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-container elementor-column-gap-default elementor-row elementor-element elementor-element-712c182 elementor-column elementor-col-100 elementor-top-column", "712c182", "column" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-b83a290 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section", "b83a290", "section" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 10, "type": "local", "value": "section" }, { "char_end_idx": 1308, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-elementor-type", "data-elementor-id", "class", "data-elementor-settings" ], "values": [ "post", "787", "elementor elementor-787 elementor-bc-flex-widget elementor-inner elementor-section-wrap", "[]" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "nav" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-nav-menu--dropdown elementor-nav-menu__container" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 24, "type": "local", "value": "nav" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type", "data-settings", "data-widget_type" ], "values": [ "elementor-element elementor-element-629f010 elementor-nav-menu__align-left elementor-nav-menu--indicator-none elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-widget elementor-widget-nav-menu elementor-widget-container", "629f010", "widget", "{\"layout\":\"vertical\"}", "nav-menu.default" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-dd5076f elementor-column elementor-col-33 elementor-top-column elementor-column-wrap elementor-element-populated elementor-widget-wrap", "dd5076f", "column" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-3011725 elementor-column elementor-col-33 elementor-top-column elementor-column-wrap elementor-element-populated elementor-widget-wrap", "3011725", "column" ] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class" ], "values": [ "elementor-container elementor-column-gap-default elementor-row" ] }, "key": "html", "relative_end_pos": 30, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class", "data-id", "data-element_type" ], "values": [ "elementor-element elementor-element-dfed91f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section", "dfed91f", "section" ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 18, "type": "local", "value": "section" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "data-elementor-type", "data-elementor-id", "class", "data-elementor-settings" ], "values": [ "footer", "1059", "elementor elementor-1059 elementor-bc-flex-widget elementor-type-footer elementor-location-footer elementor-inner elementor-section-wrap", "[]" ] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "height", "width", "style", "src", "alt" ], "values": [ "1", "1", "display: none;", "https://www.facebook.com/tr?id=258396738269899&ev=PageView&noscript=1", "facebook_pixel" ] }, "key": "html", "relative_end_pos": 35, "relative_start_pos": 34, "type": "local", "value": "img" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 36, "relative_start_pos": 33, "type": "local", "value": "noscript" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "height", "width", "style", "src", "alt" ], "values": [ "1", "1", "display: none;", "https://www.facebook.com/tr?id=258396738269899&ev=GeneralEvent&noscript=1&cd%5Bpost_type%5D=post&cd%5Bpost_id%5D=787&cd%5Bcontent_name%5D=Natalia+Medebach&cd%5Bcategories%5D=Gallery&cd%5Btags%5D", "facebook_pixel" ] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 38, "type": "local", "value": "img" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 40, "relative_start_pos": 37, "type": "local", "value": "noscript" }, { "char_end_idx": 1308, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-rsssl", "class" ], "values": [ "1", "post-template post-template-elementor_header_footer single single-post postid-787 single-format-standard custom-background wp-embed-responsive give-test-mode give-page give-twentysixteen group-blog elementor-default elementor-template-full-width elementor-page elementor-page-787" ] }, "key": "html", "relative_end_pos": 41, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 565, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "An important part of my art work is to visualise the invisible threads which exist between me and other people and between me and nature. Since the beginning of my artistic work one basic thought has challenged and inspired me again and again: shapes that look similar on different scales, referred to in Physics as fractals, in macro and micro worlds. Smaller units are connected to a bigger unit, a symbol and to a metaphysical body. My creations and my life are for me complex constructs, whose parts can only be defined through their relationship to the whole.\n" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "paragraph", "marker": "p", "type": "local", "value": "Natalia Medebach was born in Leningrad (St.-Petersburg). She now lives and works in Graz (Austria). In her work she deals with invisible connections and visible separations as well as with the borders between the micro and macro worlds. She works in painting, drawing and installation media and in performative actions to encourage holistic processes. She studied painting at the academy of visual arts in Mainz with Prof. Friedemann Hahn, and completed her diploma in painting with Prof. Katharina Grosse in Berlin-Weissensee. In between, she studied with Prof. Erwin Bohatsch and Prof. Walter Obholze at the academy of fine arts in Vienna and afterwards she was a member of the master class with Prof. Katharina Grosse in Berlin-Weissensee.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Natalia Medebach" } ]
[ { "key": "url", "type": "global", "value": "https://see-the-big-picture.com/natalia-medebach/" } ]
[]
An important part of my art work is to visualise the invisible threads which exist between me and other people and between me and nature. Since the beginning of my artistic work one basic thought has challenged and inspired me again and again: shapes that look similar on different scales, referred to in Physics as fractals, in macro and micro worlds. Smaller units are connected to a bigger unit, a symbol and to a metaphysical body. My creations and my life are for me complex constructs, whose parts can only be defined through their relationship to the whole. Natalia Medebach was born in Leningrad (St.-Petersburg). She now lives and works in Graz (Austria). In her work she deals with invisible connections and visible separations as well as with the borders between the micro and macro worlds. She works in painting, drawing and installation media and in performative actions to encourage holistic processes. She studied painting at the academy of visual arts in Mainz with Prof. Friedemann Hahn, and completed her diploma in painting with Prof. Katharina Grosse in Berlin-Weissensee. In between, she studied with Prof. Erwin Bohatsch and Prof. Walter Obholze at the academy of fine arts in Vienna and afterwards she was a member of the master class with Prof. Katharina Grosse in Berlin-Weissensee.
https://see-the-big-picture.com/natalia-medebach/
[ { "char_end_idx": 312, "char_start_idx": 305, "key": "entity", "type": "local", "value": "Physics" }, { "char_end_idx": 603, "char_start_idx": 594, "key": "entity", "type": "local", "value": "Saint_Petersburg" }, { "char_end_idx": 608, "char_start_idx": 605, "key": "entity", "type": "local", "value": "Saint_Petersburg" }, { "char_end_idx": 619, "char_start_idx": 609, "key": "entity", "type": "local", "value": "Saint_Petersburg" }, { "char_end_idx": 653, "char_start_idx": 649, "key": "entity", "type": "local", "value": "Graz" }, { "char_end_idx": 662, "char_start_idx": 655, "key": "entity", "type": "local", "value": "Austria" }, { "char_end_idx": 976, "char_start_idx": 971, "key": "entity", "type": "local", "value": "Mainz" }, { "char_end_idx": 1070, "char_start_idx": 1054, "key": "entity", "type": "local", "value": "Katharina_Grosse" }, { "char_end_idx": 1091, "char_start_idx": 1074, "key": "entity", "type": "local", "value": "Weissensee_(Berlin)" }, { "char_end_idx": 1205, "char_start_idx": 1199, "key": "entity", "type": "local", "value": "Vienna" }, { "char_end_idx": 1285, "char_start_idx": 1269, "key": "entity", "type": "local", "value": "Katharina_Grosse" }, { "char_end_idx": 1306, "char_start_idx": 1289, "key": "entity", "type": "local", "value": "Weissensee_(Berlin)" } ]
[ { "char_end_idx": 565, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Physics" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Saint_Petersburg" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Graz" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Austria" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Mainz" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Katharina_Grosse" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Weissensee_(Berlin)" }, { "char_end_idx": 1308, "char_start_idx": 565, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Vienna" } ]
0
876
1555784093000
<!DOCTYPE html> <html lang="en-GB" prefix="og: http://ogp.me/ns#" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://chefshanesmith.ie/xmlrpc.php"> <link rel="icon" href="/favicon.ico"> <title>No Bake Chocolate Raspberry Tart | Chef Shane Smith</title> <!-- This site is optimized with the Yoast SEO plugin v4.6 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="No Bake Chocolate Raspberry Tart | Chef Shane Smith" /> <meta property="og:description" content="Deliciously rich and decadent!" /> <meta property="og:url" content="http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/" /> <meta property="og:site_name" content="Chef Shane Smith" /> <meta property="article:publisher" content="http://facebook.com/chefshanesmith" /> <meta property="article:tag" content="Chocolate" /> <meta property="article:tag" content="Dessert" /> <meta property="article:tag" content="easy baking" /> <meta property="article:tag" content="easy food" /> <meta property="article:tag" content="no bake" /> <meta property="article:tag" content="raspberrt" /> <meta property="article:tag" content="simple" /> <meta property="article:tag" content="Tart" /> <meta property="article:section" content="Recipes" /> <meta property="article:published_time" content="2018-08-17T23:34:10+01:00" /> <meta property="og:image" content="http://chefshanesmith.ie/wp-content/uploads/2018/08/No-bake-chocolate-raspberry-tart-e1534545077338.jpg" /> <meta property="og:image:width" content="836" /> <meta property="og:image:height" content="1254" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Deliciously rich and decadent!" /> <meta name="twitter:title" content="No Bake Chocolate Raspberry Tart | Chef Shane Smith" /> <meta name="twitter:site" content="@shanesmith83" /> <meta name="twitter:image" content="https://i0.wp.com/chefshanesmith.ie/wp-content/uploads/2018/08/No-bake-chocolate-raspberry-tart-e1534545077338.jpg?fit=836%2C1254" /> <meta name="twitter:creator" content="@shanesmith83" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Chef Shane Smith &raquo; Feed" href="http://chefshanesmith.ie/feed/" /> <link rel="alternate" type="application/rss+xml" title="Chef Shane Smith &raquo; Comments Feed" href="http://chefshanesmith.ie/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Chef Shane Smith &raquo; No Bake Chocolate Raspberry Tart Comments Feed" href="http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/chefshanesmith.ie\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.13"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='contact-form-7-css' href='http://chefshanesmith.ie/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.7' type='text/css' media='all' /> <link rel='stylesheet' id='gdlr-core-google-font-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CLora%3Aregular%2Citalic%2C700%2C700italic%7CDroid+Serif%3Aregular%2Citalic%2C700%2C700italic&#038;subset=latin%2Clatin-ext%2Cgreek-ext%2Ccyrillic-ext%2Cgreek%2Cvietnamese%2Ccyrillic&#038;ver=4.7.13' type='text/css' media='all' /> <link rel='stylesheet' id='gdlr-core-plugin-css' href='http://chefshanesmith.ie/wp-content/plugins/goodlayers-core/plugins/combine/style.css?ver=4.7.13' type='text/css' media='all' /> <link rel='stylesheet' id='gdlr-core-page-builder-css' href='http://chefshanesmith.ie/wp-content/plugins/goodlayers-core/include/css/page-builder.css?ver=4.7.13' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_styles-css' href='http://chefshanesmith.ie/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.4.8' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_icons-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css?ver=4.6.3' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='http://chefshanesmith.ie/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.2.6' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='woocommerce-layout-css' href='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=2.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=2.6.14' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=2.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='kleanity-style-core-css' href='http://chefshanesmith.ie/wp-content/themes/chefshanesmith/css/style-core.css?ver=4.7.13' type='text/css' media='all' /> <link rel='stylesheet' id='kleanity-custom-style-css' href='http://chefshanesmith.ie/wp-content/uploads/kleanity-style-custom.css?1545151358&#038;ver=4.7.13' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='http://chefshanesmith.ie/wp-content/plugins/jetpack/css/jetpack.css?ver=4.8.2' type='text/css' media='all' /> <script type='text/javascript' src='http://chefshanesmith.ie/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.2.6'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.2.6'></script> <link rel='https://api.w.org/' href='http://chefshanesmith.ie/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://chefshanesmith.ie/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://chefshanesmith.ie/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.7.13" /> <meta name="generator" content="WooCommerce 2.6.14" /> <link rel='shortlink' href='http://wp.me/p8u87w-bT' /> <link rel="alternate" type="application/json+oembed" href="http://chefshanesmith.ie/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fchefshanesmith.ie%2Fno-bake-chocolate-raspberry-tart%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://chefshanesmith.ie/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fchefshanesmith.ie%2Fno-bake-chocolate-raspberry-tart%2F&#038;format=xml" /> <script type='text/javascript' data-cfasync='false'>var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['post'] = true; _mmunch['postData'] = {"ID":737,"post_name":"no-bake-chocolate-raspberry-tart","post_title":"No Bake Chocolate Raspberry Tart","post_type":"post","post_author":"3","post_status":"publish"}; _mmunch['postCategories'] = [{"term_id":2,"name":"Recipes","slug":"recipes","term_group":0,"term_taxonomy_id":2,"taxonomy":"category","description":"","parent":0,"count":121,"filter":"raw","cat_ID":2,"category_count":121,"category_description":"","cat_name":"Recipes","category_nicename":"recipes","category_parent":0}]; _mmunch['postTags'] = [{"term_id":17,"name":"Chocolate","slug":"chocolate","term_group":0,"term_taxonomy_id":17,"taxonomy":"post_tag","description":"","parent":0,"count":21,"filter":"raw"},{"term_id":19,"name":"Dessert","slug":"dessert","term_group":0,"term_taxonomy_id":19,"taxonomy":"post_tag","description":"","parent":0,"count":16,"filter":"raw"},{"term_id":265,"name":"easy baking","slug":"easy-baking","term_group":0,"term_taxonomy_id":265,"taxonomy":"post_tag","description":"","parent":0,"count":7,"filter":"raw"},{"term_id":255,"name":"easy food","slug":"easy-food","term_group":0,"term_taxonomy_id":255,"taxonomy":"post_tag","description":"","parent":0,"count":32,"filter":"raw"},{"term_id":188,"name":"no bake","slug":"no-bake","term_group":0,"term_taxonomy_id":188,"taxonomy":"post_tag","description":"","parent":0,"count":4,"filter":"raw"},{"term_id":442,"name":"raspberrt","slug":"raspberrt","term_group":0,"term_taxonomy_id":442,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":104,"name":"simple","slug":"simple","term_group":0,"term_taxonomy_id":104,"taxonomy":"post_tag","description":"","parent":0,"count":5,"filter":"raw"},{"term_id":7,"name":"Tart","slug":"tart","term_group":0,"term_taxonomy_id":7,"taxonomy":"post_tag","description":"","parent":0,"count":14,"filter":"raw"}]; _mmunch['postAuthor'] = {"name":"Shane Smith","ID":3};</script><script data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="mc_mm" data-mailmunch-site-id="349586" async></script><script id="wpcp_disable_selection" type="text/javascript"> //<![CDATA[ var image_save_msg='You Can Not Save images!'; var no_menu_msg='Context Menu disabled!'; var smessage = "Content is protected !!"; function disableEnterKey(e) { if (e.ctrlKey){ var key; if(window.event) key = window.event.keyCode; //IE else key = e.which; //firefox (97) //if (key != 17) alert(key); if (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85 || key == 86 || key == 83 || key == 43) { show_wpcp_message('You are not allowed to copy content or view source'); return false; }else return true; } } function disable_copy(e) { var elemtype = e.target.nodeName; var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor); elemtype = elemtype.toUpperCase(); var checker_IMG = ''; if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;} if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED") { if (smessage !== "" && e.detail == 2) show_wpcp_message(smessage); if (isSafari) return true; else return false; } } function disable_copy_ie() { var elemtype = window.event.srcElement.nodeName; elemtype = elemtype.toUpperCase(); if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;} if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED") { //alert(navigator.userAgent.indexOf('MSIE')); //if (smessage !== "") show_wpcp_message(smessage); return false; } } function reEnable() { return true; } document.onkeydown = disableEnterKey; document.onselectstart = disable_copy_ie; if(navigator.userAgent.indexOf('MSIE')==-1) { document.onmousedown = disable_copy; document.onclick = reEnable; } function disableSelection(target) { //For IE This code will work if (typeof target.onselectstart!="undefined") target.onselectstart = disable_copy_ie; //For Firefox This code will work else if (typeof target.style.MozUserSelect!="undefined") {target.style.MozUserSelect="none";} //All other (ie: Opera) This code will work else target.onmousedown=function(){return false} target.style.cursor = "default"; } //Calling the JS function directly just after body load window.onload = function(){disableSelection(document.body);}; //]]> </script> <script id="wpcp_disable_Right_Click" type="text/javascript"> //<![CDATA[ document.ondragstart = function() { return false;} /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Disable context menu on images by GreenLava Version 1.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ function nocontext(e) { return false; } document.oncontextmenu = nocontext; //]]> </script> <style> .unselectable { -moz-user-select:none; -webkit-user-select:none; cursor: default; } html { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } </style> <script id="wpcp_css_disable_selection" type="text/javascript"> var e = document.getElementsByTagName('body')[0]; if(e) { e.setAttribute('unselectable',on); } </script> <link rel='dns-prefetch' href='//v0.wordpress.com'> <link rel='dns-prefetch' href='//i0.wp.com'> <link rel='dns-prefetch' href='//i1.wp.com'> <link rel='dns-prefetch' href='//i2.wp.com'> <style type='text/css'>img#wpstats{display:none}</style><!--[if lt IE 9]> <script src="http://chefshanesmith.ie/wp-content/themes/chefshanesmith/js/html5.js"></script> <![endif]--> <meta name="title" content="No Bake Chocolate Raspberry Tart | Chef Shane Smith" /> <meta name="description" content="Deliciously rich and decadent!" /> <meta name="generator" content="Powered by Slider Revolution 5.2.6 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.8&appId=180969995251151"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-93244537-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class="post-template-default single single-post postid-737 single-format-standard gdlr-core-body unselectable kleanity-body kleanity-body-front kleanity-full kleanity-with-sticky-navigation gdlr-core-link-to-lightbox"> <div class="kleanity-mobile-header-wrap" ><div class="kleanity-mobile-header kleanity-header-background kleanity-style-slide" id="kleanity-mobile-header" ><div class="kleanity-mobile-header-container kleanity-container" ><div class="kleanity-logo kleanity-item-pdlr"><div class="kleanity-logo-inner"><a href="http://chefshanesmith.ie/" ><img src="https://i1.wp.com/chefshanesmith.ie/wp-content/uploads/2017/02/chef-shane-logo.png?fit=372%2C47" alt="Chef Shane Smith" width="372" height="47" /></a></div></div><div class="kleanity-mobile-menu-right" ><div class="kleanity-main-menu-search" id="kleanity-mobile-top-search" ><i class="fa fa-search" ></i></div><div class="kleanity-top-search-wrap" > <div class="kleanity-top-search-close" ></div> <div class="kleanity-top-search-row" > <div class="kleanity-top-search-cell" > <form role="search" method="get" class="search-form" action="http://chefshanesmith.ie/"> <input type="text" class="search-field kleanity-title-font" placeholder="Search..." value="" name="s"> <div class="kleanity-top-search-submit"><i class="fa fa-search" ></i></div> <input type="submit" class="search-submit" value="Search"> <div class="kleanity-top-search-close"><i class="icon_close" ></i></div> </form> </div> </div> </div> <div class="kleanity-main-menu-cart" id="kleanity-mobile-menu-cart" ><i class="fa fa-shopping-cart" ></i><span class="kleanity-top-cart-count">0</span><div class="kleanity-top-cart-hover-area" ></div><div class="kleanity-top-cart-content-wrap" ><div class="kleanity-top-cart-content" ><div class="kleanity-top-cart-count-wrap" ><span class="head">Items : </span><span class="kleanity-top-cart-count">0</span></div><div class="kleanity-top-cart-amount-wrap" ><span class="head">Subtotal : </span><span class="kleanity-top-cart-amount"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&euro;</span>0.00</span></span></div><a class="kleanity-top-cart-button" href="http://chefshanesmith.ie/basket/" >View Cart</a><a class="kleanity-top-cart-checkout-button" href="http://chefshanesmith.ie/checkout/" >Check Out</a></div></div></div><div class="kleanity-mobile-menu" ><a class="kleanity-mm-menu-button kleanity-mobile-menu-button kleanity-mobile-button-hamburger-with-border" href="#kleanity-mobile-menu" ><i class="fa fa-bars" ></i></a><div class="kleanity-mm-menu-wrap kleanity-navigation-font" id="kleanity-mobile-menu" data-slide="right" ><ul id="menu-main" class="m-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12"><a href="/">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10"><a href="http://chefshanesmith.ie/about/">My Story</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-23"><a href="http://chefshanesmith.ie/blog/">News &#038; Recipes</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228"><a href="http://chefshanesmith.ie/blog-news/">Blog / News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-161"><a href="http://chefshanesmith.ie/recipes/">Recipes</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201"><a href="http://chefshanesmith.ie/videos/">Videos</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="http://chefshanesmith.ie/events-demos/">Events</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/contact/">Contact</a></li> </ul></div></div></div></div></div></div><div class="kleanity-body-outer-wrapper "> <div class="kleanity-body-wrapper clearfix kleanity-with-frame"> <header class="kleanity-header-wrap kleanity-header-style-plain kleanity-style-menu-right kleanity-sticky-navigation kleanity-style-fixed" > <div class="kleanity-header-background" ></div> <div class="kleanity-header-container kleanity-header-full"> <div class="kleanity-header-container-inner clearfix"> <div class="kleanity-logo kleanity-item-pdlr"><div class="kleanity-logo-inner"><a href="http://chefshanesmith.ie/" ><img src="https://i1.wp.com/chefshanesmith.ie/wp-content/uploads/2017/02/chef-shane-logo.png?fit=372%2C47" alt="Chef Shane Smith" width="372" height="47" /></a></div></div> <div class="kleanity-navigation kleanity-item-pdlr clearfix " > <div class="kleanity-main-menu" id="kleanity-main-menu" ><ul id="menu-main-1" class="sf-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12 kleanity-normal-menu"><a href="/">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10 kleanity-normal-menu"><a href="http://chefshanesmith.ie/about/">My Story</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-23 kleanity-normal-menu"><a href="http://chefshanesmith.ie/blog/" class="sf-with-ul-pre">News &#038; Recipes</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228" data-size="60"><a href="http://chefshanesmith.ie/blog-news/">Blog / News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-161" data-size="60"><a href="http://chefshanesmith.ie/recipes/">Recipes</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201" data-size="60"><a href="http://chefshanesmith.ie/videos/">Videos</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200" data-size="60"><a href="http://chefshanesmith.ie/events-demos/">Events</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16 kleanity-normal-menu"><a href="/contact/">Contact</a></li> </ul><div class="kleanity-navigation-slide-bar" id="kleanity-navigation-slide-bar" ></div></div><div class="kleanity-main-menu-right-wrap clearfix " ><div class="kleanity-main-menu-search" id="kleanity-top-search" ><i class="icon_search" ></i></div><div class="kleanity-top-search-wrap" > <div class="kleanity-top-search-close" ></div> <div class="kleanity-top-search-row" > <div class="kleanity-top-search-cell" > <form role="search" method="get" class="search-form" action="http://chefshanesmith.ie/"> <input type="text" class="search-field kleanity-title-font" placeholder="Search..." value="" name="s"> <div class="kleanity-top-search-submit"><i class="fa fa-search" ></i></div> <input type="submit" class="search-submit" value="Search"> <div class="kleanity-top-search-close"><i class="icon_close" ></i></div> </form> </div> </div> </div> <div class="kleanity-main-menu-cart" id="kleanity-menu-cart" ><i class="icon_bag_alt" ></i><span class="kleanity-top-cart-count">0</span><div class="kleanity-top-cart-hover-area" ></div><div class="kleanity-top-cart-content-wrap" ><div class="kleanity-top-cart-content" ><div class="kleanity-top-cart-count-wrap" ><span class="head">Items : </span><span class="kleanity-top-cart-count">0</span></div><div class="kleanity-top-cart-amount-wrap" ><span class="head">Subtotal : </span><span class="kleanity-top-cart-amount"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&euro;</span>0.00</span></span></div><a class="kleanity-top-cart-button" href="http://chefshanesmith.ie/basket/" >View Cart</a><a class="kleanity-top-cart-checkout-button" href="http://chefshanesmith.ie/checkout/" >Check Out</a></div></div></div></div> </div><!-- kleanity-navigation --> </div><!-- kleanity-header-inner --> </div><!-- kleanity-header-container --> </header><!-- header --> <div class="kleanity-page-wrapper" id="kleanity-page-wrapper" ><div class="kleanity-blog-title-wrap kleanity-style-large" style="background-image: url(http://chefshanesmith.ie/wp-content/uploads/2018/08/No-bake-chocolate-raspberry-tart-e1534545077338.jpg);" ><div class="kleanity-header-transparent-substitute" ></div><div class="kleanity-blog-title-overlay" ></div><div class="kleanity-blog-title-container kleanity-container" ><div class="kleanity-blog-title-content kleanity-item-pdlr" ><header class="kleanity-single-article-head clearfix" ><div class="kleanity-single-article-head-right"><h1 class="kleanity-single-article-title">No Bake Chocolate Raspberry Tart</h1><div class="kleanity-blog-info-wrapper" ><div class="kleanity-blog-info kleanity-blog-info-font kleanity-blog-info-date"><a href="http://chefshanesmith.ie/2018/08/17/">17th August 2018</a></div><div class="kleanity-blog-info kleanity-blog-info-font kleanity-blog-info-author"><span class="kleanity-head" >By</span><a href="http://chefshanesmith.ie/author/shanesmith/" title="Posts by Shane Smith" rel="author">Shane Smith</a></div></div></div></header></div></div></div><div class="kleanity-content-container kleanity-container"><div class=" kleanity-sidebar-wrap clearfix kleanity-line-height-0 kleanity-sidebar-style-right" ><div class=" kleanity-sidebar-center kleanity-column-40 kleanity-line-height" ><div class="kleanity-content-wrap kleanity-item-pdlr clearfix" ><div class="kleanity-content-area" ><article id="post-737" class="post-737 post type-post status-publish format-standard has-post-thumbnail hentry category-recipes tag-chocolate tag-dessert tag-easy-baking tag-easy-food tag-no-bake tag-raspberrt tag-simple tag-tart"> <div class="kleanity-single-article" > <div class="kleanity-single-article-thumbnail kleanity-media-image" ><img src="https://i0.wp.com/chefshanesmith.ie/wp-content/uploads/2018/08/No-bake-chocolate-raspberry-tart-e1534545077338.jpg?fit=836%2C1254" alt="" width="836" height="1254" /></div><div class="kleanity-single-article-content"><div class='mailmunch-forms-before-post' style='display: none !important;'></div><p><span id="more-737"></span></p> <style type="text/css"> <!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } --> </style> <p><b></b><span style="font-family: Calibri, sans-serif;"><i>Serves 8</i></span></p> <p><span style="font-family: Calibri, sans-serif;"><u>Base</u></span></p> <p><span style="font-family: Calibri, sans-serif;">300g biscuit crumb</span></p> <p><span style="font-family: Calibri, sans-serif;">100g melted butter</span></p> <p><span style="font-family: Calibri, sans-serif;"><u>Filling</u></span></p> <p><span style="font-family: Calibri, sans-serif;">340g dark 54% chocolate</span></p> <p><span style="font-family: Calibri, sans-serif;">240ml single cream</span></p> <p><span style="font-family: Calibri, sans-serif;">50g butter</span></p> <p><span style="font-family: Calibri, sans-serif;">1 punnet fresh raspberries</span></p> <p><span style="font-family: Calibri, sans-serif;">A dusting of cocoa powder</span></p><div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div> <p><span style="font-family: Calibri, sans-serif;"><u>Method</u></span></p> <p><span style="font-family: Calibri, sans-serif;">Blitz the Oreos with filling until finely ground, add the melted butter and mix.</span></p> <p><span style="font-family: Calibri, sans-serif;">Press this mix on the base and up the sides of an 9” round loose bottom tart ring.</span></p> <p><span style="font-family: Calibri, sans-serif;">Chill for 30 minutes.</span></p> <p><span style="font-family: Calibri, sans-serif;">For the filling, place th chocolate chips in a medium bowl and set aside.</span></p> <p><span style="font-family: Calibri, sans-serif;">Heat the cream and butter until combined and hot, pour this over the chocolate and leave for one minute.</span></p> <p><span style="font-family: Calibri, sans-serif;">Using a spatula, stir the mix until combined, if there is some chocolate which did not melt, place the bowl into the micro wave for a few seconds to help melt the remaining chocolate.</span></p> <p><span style="font-family: Calibri, sans-serif;">Once smooth, pour this mix into the cooled tart shell and smooth out with a spoon and return to the fridge for 4 hours.</span></p> <p><span style="font-family: Calibri, sans-serif;">To serve, dust with cocoa powder and top with fresh raspberries.</span></p> <p><span style="font-family: Calibri, sans-serif;">Perfect served with a dollop of semi whipped cream. Enjoy!</span></p> <div class='mailmunch-forms-after-post' style='display: none !important;'></div></div> <div class='mailmunch-forms-widget-459218'></div> </div><!-- kleanity-single-article --> </article><!-- post-id --> </div><div class="gdlr-core-page-builder-body"></div><div class="kleanity-single-social-share kleanity-item-rvpdlr" ><div class="gdlr-core-social-share-item gdlr-core-item-pdb gdlr-core-center-align gdlr-core-social-share-left-text gdlr-core-item-pdlr" style="padding-bottom: 0px;" ><span class="gdlr-core-social-share-count gdlr-core-skin-title" ><span class="gdlr-core-count" >0</span><span class="gdlr-core-suffix" >Shares</span><span class="gdlr-core-divider gdlr-core-skin-divider" ></span></span><span class="gdlr-core-social-share-wrap"><a class="gdlr-core-social-share-facebook" href="http://www.facebook.com/share.php?u=http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/&#038;title=No+Bake+Chocolate+Raspberry+Tart" target="_blank" onclick="javascript:window.open(this.href,&#039;&#039;, &#039;menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=602,width=555&#039;);return false;" ><i class="fa fa-facebook" ></i></a><a class="gdlr-core-social-share-linkedin" href="http://www.linkedin.com/shareArticle?mini=true&#038;url=http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/&#038;title=No+Bake+Chocolate+Raspberry+Tart" target="_blank" onclick="javascript:window.open(this.href,&#039;&#039;, &#039;menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=452,width=550&#039;);return false;" ><i class="fa fa-linkedin" ></i></a><a class="gdlr-core-social-share-google-plus" href="https://plus.google.com/share?url=http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/" target="_blank" onclick="javascript:window.open(this.href,&#039;&#039;, &#039;menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=614,width=496&#039;);return false;" ><i class="fa fa-google-plus" ></i></a><a class="gdlr-core-social-share-pinterest" href="http://pinterest.com/pin/create/button/?url=http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/&#038;media=http://chefshanesmith.ie/wp-content/uploads/2018/08/No-bake-chocolate-raspberry-tart-e1534545077338.jpg" target="_blank" onclick="javascript:window.open(this.href,&#039;&#039;, &#039;menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=553,width=750&#039;);return false;" ><i class="fa fa-pinterest-p" ></i></a><a class="gdlr-core-social-share-twitter" href="http://twitter.com/home?status=No+Bake+Chocolate+Raspberry+Tart+http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/" target="_blank" onclick="javascript:window.open(this.href,&#039;&#039;, &#039;menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=255,width=555&#039;);return false;" ><i class="fa fa-twitter" ></i></a></span></div></div><div class="clear"></div><div class="kleanity-single-author" ><div class="kleanity-single-author-wrap" ><div class="kleanity-single-author-avartar kleanity-media-image"><img alt='' src='http://1.gravatar.com/avatar/722e7ef94c3b9eb12dec45693f696484?s=90&#038;d=mm&#038;r=g' srcset='http://1.gravatar.com/avatar/722e7ef94c3b9eb12dec45693f696484?s=180&amp;d=mm&amp;r=g 2x' class='avatar avatar-90 photo' height='90' width='90' /></div><div class="kleanity-single-author-content-wrap" ><div class="kleanity-single-author-caption kleanity-info-font" >About the author</div><h4 class="kleanity-single-author-title"><a href="http://chefshanesmith.ie/author/shanesmith/" title="Posts by Shane Smith" rel="author">Shane Smith</a></h4></div></div></div><div class="kleanity-single-nav-area clearfix" ><span class="kleanity-single-nav kleanity-single-nav-left"><a href="http://chefshanesmith.ie/tomato-basil-galette/" rel="prev"><i class="arrow_left" ></i><span class="kleanity-text kleanity-title-font" >Prev</span></a></span><span class="kleanity-single-nav kleanity-single-nav-right"><a href="http://chefshanesmith.ie/rainbow-swiss-roll-2/" rel="next"><span class="kleanity-text kleanity-title-font" >Next</span><i class="arrow_right" ></i></a></span></div> <div id="comments" class="kleanity-comments-area"> <div id="respond" class="comment-respond"> <h4 id="reply-title" class="comment-reply-title kleanity-content-font">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/no-bake-chocolate-raspberry-tart/#respond" style="display:none;">Cancel Reply</a></small></h4> <form action="http://chefshanesmith.ie/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate> <div class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" placeholder="Comment*" ></textarea></div><div class="comment-form-head"><div class="kleanity-comment-form-author" ><input id="author" name="author" type="text" value="" placeholder="Name*" size="30" aria-required='true' /></div> <div class="kleanity-comment-form-email" ><input id="email" name="email" type="text" value="" placeholder="Email*" size="30" aria-required='true' /></div> <input id="url" name="url" type="text" value="" placeholder="Website" size="30" /><div class="clear"></div></div> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='737' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="e78630fca0" /></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="159"/></p> </form> </div><!-- #respond --> </div><!-- kleanity-comments-area --></div></div><div class=" kleanity-sidebar-right kleanity-column-20 kleanity-line-height kleanity-line-height" ><div class="kleanity-sidebar-area kleanity-item-pdlr" ><div id="mc_mm_widget-2" class="widget widget_mc_mm_widget kleanity-widget"><h3 class="kleanity-widget-title"><span class="kleanity-widget-head-text">Get Free Recipes</span><span class="kleanity-widget-head-divider"></span></h3><span class="clear"></span><div class='mailmunch-wordpress-widget mailmunch-wordpress-widget-459232' style='display: none !important;'></div></div><div id="gdlr-core-recent-post-widget-3" class="widget widget_gdlr-core-recent-post-widget kleanity-widget"><h3 class="kleanity-widget-title"><span class="kleanity-widget-head-text">Latest News &#038; Recipes</span><span class="kleanity-widget-head-divider"></span></h3><span class="clear"></span><div class="gdlr-core-recent-post-widget-wrap"><div class="gdlr-core-recent-post-widget clearfix"><div class="gdlr-core-recent-post-widget-thumbnail gdlr-core-media-image" ><img src="https://i2.wp.com/chefshanesmith.ie/wp-content/uploads/2019/04/Carrot-walnut-cake.jpeg?resize=150%2C150" alt="" width="150" height="150" /></div><div class="gdlr-core-recent-post-widget-content"><div class="gdlr-core-recent-post-widget-title"><a href="http://chefshanesmith.ie/easter-carrot-walnut-cake/" >Easter Carrot &#038; Walnut Cake</a></div><div class="gdlr-core-recent-post-widget-info"><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-date"><a href="http://chefshanesmith.ie/2019/04/16/">16th April 2019</a></span><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-author"><span class="gdlr-core-head" >By</span><a href="http://chefshanesmith.ie/author/shanesmith/" title="Posts by Shane Smith" rel="author">Shane Smith</a></span></div></div></div><div class="gdlr-core-recent-post-widget clearfix"><div class="gdlr-core-recent-post-widget-thumbnail gdlr-core-media-image" ><img src="https://i1.wp.com/chefshanesmith.ie/wp-content/uploads/2019/04/Tulips-e1554397739353.jpg?resize=150%2C150" alt="" width="150" height="150" /></div><div class="gdlr-core-recent-post-widget-content"><div class="gdlr-core-recent-post-widget-title"><a href="http://chefshanesmith.ie/48-hours-amsterdam/" >48 hours in Amsterdam</a></div><div class="gdlr-core-recent-post-widget-info"><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-date"><a href="http://chefshanesmith.ie/2019/04/04/">4th April 2019</a></span><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-author"><span class="gdlr-core-head" >By</span><a href="http://chefshanesmith.ie/author/shanesmith/" title="Posts by Shane Smith" rel="author">Shane Smith</a></span></div></div></div><div class="gdlr-core-recent-post-widget clearfix"><div class="gdlr-core-recent-post-widget-thumbnail gdlr-core-media-image" ><img src="https://i1.wp.com/chefshanesmith.ie/wp-content/uploads/2019/03/Jammie-Dodgers-e1553980429863.jpg?resize=150%2C150" alt="" width="150" height="150" /></div><div class="gdlr-core-recent-post-widget-content"><div class="gdlr-core-recent-post-widget-title"><a href="http://chefshanesmith.ie/jammie-dodger-biscuits-2/" >Jammie Dodger Biscuits</a></div><div class="gdlr-core-recent-post-widget-info"><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-date"><a href="http://chefshanesmith.ie/2019/03/30/">30th March 2019</a></span><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-author"><span class="gdlr-core-head" >By</span><a href="http://chefshanesmith.ie/author/shanesmith/" title="Posts by Shane Smith" rel="author">Shane Smith</a></span></div></div></div><div class="gdlr-core-recent-post-widget clearfix"><div class="gdlr-core-recent-post-widget-thumbnail gdlr-core-media-image" ><img src="https://i2.wp.com/chefshanesmith.ie/wp-content/uploads/2019/03/Cinnamon-Honey-Brioche-French-Toast-e1553980109907.jpg?resize=150%2C150" alt="" width="150" height="150" /></div><div class="gdlr-core-recent-post-widget-content"><div class="gdlr-core-recent-post-widget-title"><a href="http://chefshanesmith.ie/cinnamon-honey-brioche-french-toast-2/" >Cinnamon &#038; Honey Brioche French Toast</a></div><div class="gdlr-core-recent-post-widget-info"><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-date"><a href="http://chefshanesmith.ie/2019/03/30/">30th March 2019</a></span><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-author"><span class="gdlr-core-head" >By</span><a href="http://chefshanesmith.ie/author/shanesmith/" title="Posts by Shane Smith" rel="author">Shane Smith</a></span></div></div></div><div class="gdlr-core-recent-post-widget clearfix"><div class="gdlr-core-recent-post-widget-thumbnail gdlr-core-media-image" ><img src="https://i1.wp.com/chefshanesmith.ie/wp-content/uploads/2019/03/IMG_7514-01.jpeg?resize=150%2C150" alt="" width="150" height="150" /></div><div class="gdlr-core-recent-post-widget-content"><div class="gdlr-core-recent-post-widget-title"><a href="http://chefshanesmith.ie/apple-crumble-cake/" >Apple crumble cake</a></div><div class="gdlr-core-recent-post-widget-info"><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-date"><a href="http://chefshanesmith.ie/2019/03/12/">12th March 2019</a></span><span class="gdlr-core-blog-info gdlr-core-blog-info-font gdlr-core-skin-caption gdlr-core-blog-info-author"><span class="gdlr-core-head" >By</span><a href="http://chefshanesmith.ie/author/shanesmith/" title="Posts by Shane Smith" rel="author">Shane Smith</a></span></div></div></div></div></div><div id="twitter_timeline-3" class="widget widget_twitter_timeline kleanity-widget"><h3 class="kleanity-widget-title"><span class="kleanity-widget-head-text">Chef Shane Smith on Twitter</span><span class="kleanity-widget-head-divider"></span></h3><span class="clear"></span><a class="twitter-timeline" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-tweet-limit="2" data-lang="EN" data-partner="jetpack" data-chrome="noheader nofooter" href="https://twitter.com/chefshanesmith">My Tweets</a></div><div id="text-6" class="widget widget_text kleanity-widget"> <div class="textwidget"><div class="fb-page" data-href="https://www.facebook.com/chefshanesmith/" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/chefshanesmith/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/chefshanesmith/">Chef Shane Smith</a></blockquote></div></div> </div><div id="text-8" class="widget widget_text kleanity-widget"> <div class="textwidget"><div id="sb_instagram" class="sbi sbi_col_4" style="width:100%; padding-bottom: 10px; " data-id="723810306" data-num="20" data-res="auto" data-cols="4" data-options='{&quot;sortby&quot;: &quot;none&quot;, &quot;headercolor&quot;: &quot;&quot;, &quot;imagepadding&quot;: &quot;5&quot;}'><div class="sb_instagram_header" style="padding: 10px; padding-bottom: 0;"></div><div id="sbi_images" style="padding: 5px;"><div class="sbi_loader fa-spin"></div></div><div id="sbi_load"><a class="sbi_load_btn" href="javascript:void(0);" style="">Load More...</a><div class="sbi_follow_btn"><a href="http://instagram.com/" style="" target="_blank"><i class="fa fa-instagram"></i>Follow on Instagram</a></div></div></div></div> </div></div></div></div></div></div><footer><div class="kleanity-footer-wrapper" ><div class="kleanity-footer-container kleanity-container clearfix" ><div class="kleanity-footer-column kleanity-item-pdlr kleanity-column-15" ><div id="text-2" class="widget widget_text kleanity-widget"><h3 class="kleanity-widget-title"><span class="kleanity-widget-head-text">Contact Shane Smith</span><span class="kleanity-widget-head-divider"></span></h3><span class="clear"></span> <div class="textwidget"><p><strong>Demos & Bookings</strong> <a href="mailto:[email protected]">[email protected]</a> <p><strong>Corporate & PR</strong> <a href="mailto:[email protected]">[email protected]</a></div> </div></div><div class="kleanity-footer-column kleanity-item-pdlr kleanity-column-15" ><div id="twitter_timeline-2" class="widget widget_twitter_timeline kleanity-widget"><h3 class="kleanity-widget-title"><span class="kleanity-widget-head-text">Chef Shane Smith on Twitter</span><span class="kleanity-widget-head-divider"></span></h3><span class="clear"></span><a class="twitter-timeline" data-theme="dark" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-tweet-limit="1" data-lang="EN" data-partner="jetpack" data-chrome="noheader nofooter noborders transparent" href="https://twitter.com/chefshanesmith">My Tweets</a></div></div><div class="kleanity-footer-column kleanity-item-pdlr kleanity-column-15" ><div id="text-4" class="widget widget_text kleanity-widget"><h3 class="kleanity-widget-title"><span class="kleanity-widget-head-text">Chef Shane Smith on Facebook</span><span class="kleanity-widget-head-divider"></span></h3><span class="clear"></span> <div class="textwidget"><div class="fb-page" data-href="https://www.facebook.com/chefshanesmith/" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><blockquote cite="https://www.facebook.com/chefshanesmith/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/chefshanesmith/">Chef Shane Smith</a></blockquote></div></div> </div></div><div class="kleanity-footer-column kleanity-item-pdlr kleanity-column-15" ><div id="text-7" class="widget widget_text kleanity-widget"><h3 class="kleanity-widget-title"><span class="kleanity-widget-head-text">Chef Shane Smith on Instagram</span><span class="kleanity-widget-head-divider"></span></h3><span class="clear"></span> <div class="textwidget"><div id="sb_instagram" class="sbi sbi_col_3" style="width:100%; padding-bottom: 10px; " data-id="723810306" data-num="6" data-res="auto" data-cols="3" data-options='{&quot;sortby&quot;: &quot;none&quot;, &quot;headercolor&quot;: &quot;&quot;, &quot;imagepadding&quot;: &quot;5&quot;}'><div id="sbi_images" style="padding: 5px;"><div class="sbi_loader fa-spin"></div></div><div id="sbi_load"></div></div></div> </div></div></div></div><div class="kleanity-copyright-wrapper" ><div class="kleanity-copyright-container kleanity-container"><div class="kleanity-copyright-text kleanity-item-pdlr">Copyright &copy; 2018 Shane Smith &middot; <a href="http://facebook.com/chefshanesmith" title="Chef Shane Smith on Facebook">Facebook</a> &middot; <a href="http://twitter.com/chefshanesmith" title="Chef Shane Smith on Twitter">Twitter &middot; <a href="http://instagram.com/chefshanesmith" title="Chef Shane Smith on Instagram">Instagram</a></div></div></div></footer></div></div> <div id="wpcp-error-message" class="msgmsg-box-wpcp warning-wpcp hideme"><span>error: </span>Content is protected !!</div> <script> var timeout_result; function show_wpcp_message(smessage) { if (smessage !== "") { var smessage_text = '<span>Alert: </span>'+smessage; document.getElementById("wpcp-error-message").innerHTML = smessage_text; document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp showme"; clearTimeout(timeout_result); timeout_result = setTimeout(hide_message, 3000); } } function hide_message() { document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme"; } </script> <style type="text/css"> #wpcp-error-message { direction: ltr; text-align: center; transition: opacity 900ms ease 0s; z-index: 99999999; } .hideme { opacity:0; visibility: hidden; } .showme { opacity:1; visibility: visible; } .msgmsg-box-wpcp { border-radius: 10px; color: #555; font-family: Tahoma; font-size: 11px; margin: 10px; padding: 10px 36px; position: fixed; width: 255px; top: 50%; left: 50%; margin-top: -10px; margin-left: -130px; -webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); -moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); } .msgmsg-box-wpcp span { font-weight:bold; text-transform:uppercase; } .error-wpcp { background:#ffecec url('http://chefshanesmith.ie/wp-content/plugins/wp-content-copy-protector/images/error.png') no-repeat 10px 50%; border:1px solid #f5aca6; } .success { background:#e9ffd9 url('http://chefshanesmith.ie/wp-content/plugins/wp-content-copy-protector/images/success.png') no-repeat 10px 50%; border:1px solid #a6ca8a; } .warning-wpcp { background:#ffecec url('http://chefshanesmith.ie/wp-content/plugins/wp-content-copy-protector/images/warning.png') no-repeat 10px 50%; border:1px solid #f5aca6; } .notice { background:#e3f7fc url('http://chefshanesmith.ie/wp-content/plugins/wp-content-copy-protector/images/notice.png') no-repeat 10px 50%; border:1px solid #8ed9f6; } </style> <div style="display:none"> <div class="grofile-hash-map-722e7ef94c3b9eb12dec45693f696484"> </div> </div> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/jetpack/modules/photon/photon.js?ver=20130122'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.7'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/goodlayers-core/plugins/combine/script.js?ver=4.7.13'></script> <script type='text/javascript'> /* <![CDATA[ */ var gdlr_core_pbf = {"admin":"","video":{"width":"640","height":"360"},"ajax_url":"http:\/\/chefshanesmith.ie\/wp-admin\/admin-ajax.php","ilightbox_skin":"dark"}; /* ]]> */ </script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/goodlayers-core/include/js/page-builder.js?ver=4.7.13'></script> <script type='text/javascript'> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"723810306.3a81a9f.07867b24583f41888da4c1da73ec6648"}; /* ]]> */ </script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/instagram-feed/js/sb-instagram.min.js?ver=1.4.8'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201916'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/no-bake-chocolate-raspberry-tart\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View Basket","cart_url":"http:\/\/chefshanesmith.ie\/basket\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=2.6.14'></script> <script type='text/javascript' src='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/no-bake-chocolate-raspberry-tart\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=2.6.14'></script> <script type='text/javascript' src='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/no-bake-chocolate-raspberry-tart\/?wc-ajax=%%endpoint%%","fragment_name":"wc_fragments"}; /* ]]> */ </script> <script type='text/javascript' src='//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=2.6.14'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var kleanity_script_core = {"home_url":"http:\/\/chefshanesmith.ie\/"}; /* ]]> */ </script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/themes/chefshanesmith/js/script-core.js?ver=1.0.0'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-includes/js/comment-reply.min.js?ver=4.7.13'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/jetpack/_inc/twitter-timeline.js?ver=4.0.0'></script> <script type='text/javascript' src='http://chefshanesmith.ie/wp-includes/js/wp-embed.min.js?ver=4.7.13'></script> <script async="async" type='text/javascript' src='http://chefshanesmith.ie/wp-content/plugins/akismet/_inc/form.js?ver=4.0.1'></script> <script type='text/javascript' src='https://stats.wp.com/e-201916.js' async defer></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:4.8.2',blog:'125391746',post:'737',tz:'1',srv:'chefshanesmith.ie'} ]); _stq.push([ 'clickTrackerInit', '125391746', '737' ]); </script> </body> </html>
[ "<footer><div class=\"kleanity-footer-wrapper\"><div class=\"kleanity-footer-container kleanity-container clearfix\"><div class=\"kleanity-footer-column kleanity-item-pdlr kleanity-column-15\"><div id=\"text-2\" class=\"widget widget_text kleanity-widget\"><h3 class=\"kleanity-widget-title\"><span class=\"kleanity-widget-head-text\">Contact Shane Smith</span><span class=\"kleanity-widget-head-divider\"/></h3><span class=\"clear\"/>\t\t\t<div class=\"textwidget\"><p><strong>Demos &amp; Bookings</strong>&#13;\n<a href=\"mailto:[email protected]\">[email protected]</a>&#13;\n&#13;\n</p><p><strong>Corporate &amp; PR</strong>&#13;\n<a href=\"mailto:[email protected]\">[email protected]</a></p></div>\n\t\t</div></div><div class=\"kleanity-footer-column kleanity-item-pdlr kleanity-column-15\"><div id=\"twitter_timeline-2\" class=\"widget widget_twitter_timeline kleanity-widget\"><h3 class=\"kleanity-widget-title\"><span class=\"kleanity-widget-head-text\">Chef Shane Smith on Twitter</span><span class=\"kleanity-widget-head-divider\"/></h3><span class=\"clear\"/><a class=\"twitter-timeline\" data-theme=\"dark\" data-link-color=\"#f96e5b\" data-border-color=\"#e8e8e8\" data-tweet-limit=\"1\" data-lang=\"EN\" data-partner=\"jetpack\" data-chrome=\"noheader nofooter noborders transparent\" href=\"https://twitter.com/chefshanesmith\">My Tweets</a></div></div><div class=\"kleanity-footer-column kleanity-item-pdlr kleanity-column-15\"><div id=\"text-4\" class=\"widget widget_text kleanity-widget\"><h3 class=\"kleanity-widget-title\"><span class=\"kleanity-widget-head-text\">Chef Shane Smith on Facebook</span><span class=\"kleanity-widget-head-divider\"/></h3><span class=\"clear\"/>\t\t\t<div class=\"textwidget\"><div class=\"fb-page\" data-href=\"https://www.facebook.com/chefshanesmith/\" data-small-header=\"false\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"false\"><blockquote cite=\"https://www.facebook.com/chefshanesmith/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/chefshanesmith/\">Chef Shane Smith</a></blockquote></div></div>\n\t\t</div></div><div class=\"kleanity-footer-column kleanity-item-pdlr kleanity-column-15\"><div id=\"text-7\" class=\"widget widget_text kleanity-widget\"><h3 class=\"kleanity-widget-title\"><span class=\"kleanity-widget-head-text\">Chef Shane Smith on Instagram</span><span class=\"kleanity-widget-head-divider\"/></h3><span class=\"clear\"/>\t\t\t<div class=\"textwidget\"><div id=\"sb_instagram\" class=\"sbi sbi_col_3\" style=\"width:100%; padding-bottom: 10px; \" data-id=\"723810306\" data-num=\"6\" data-res=\"auto\" data-cols=\"3\" data-options=\"{&quot;sortby&quot;: &quot;none&quot;, &quot;headercolor&quot;: &quot;&quot;, &quot;imagepadding&quot;: &quot;5&quot;}\"><div id=\"sbi_images\" style=\"padding: 5px;\"><div class=\"sbi_loader fa-spin\"/></div><div id=\"sbi_load\"/></div></div>\n\t\t</div></div></div></div><div class=\"kleanity-copyright-wrapper\"><div class=\"kleanity-copyright-container kleanity-container\"><div class=\"kleanity-copyright-text kleanity-item-pdlr\">Copyright © 2018 Shane Smith · <a href=\"http://facebook.com/chefshanesmith\" title=\"Chef Shane Smith on Facebook\">Facebook</a> · <a href=\"http://twitter.com/chefshanesmith\" title=\"Chef Shane Smith on Twitter\">Twitter · </a><a href=\"http://instagram.com/chefshanesmith\" title=\"Chef Shane Smith on Instagram\">Instagram</a></div></div></div></footer>" ]
[ "<head>\n\t<meta charset=\"UTF-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n\t<link rel=\"pingback\" href=\"http://chefshanesmith.ie/xmlrpc.php\"/>\n\t<link rel=\"icon\" href=\"/favicon.ico\"/>\n\t<title>No Bake Chocolate Raspberry Tart | Chef Shane Smith</title>\n\n<!-- This site is optimized with the Yoast SEO plugin v4.6 - https://yoast.com/wordpress/plugins/seo/ -->\n<link rel=\"canonical\" href=\"http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/\"/>\n<meta property=\"og:locale\" content=\"en_GB\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"No Bake Chocolate Raspberry Tart | Chef Shane Smith\"/>\n<meta property=\"og:description\" content=\"Deliciously rich and decadent!\"/>\n<meta property=\"og:url\" content=\"http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/\"/>\n<meta property=\"og:site_name\" content=\"Chef Shane Smith\"/>\n<meta property=\"article:publisher\" content=\"http://facebook.com/chefshanesmith\"/>\n<meta property=\"article:tag\" content=\"Chocolate\"/>\n<meta property=\"article:tag\" content=\"Dessert\"/>\n<meta property=\"article:tag\" content=\"easy baking\"/>\n<meta property=\"article:tag\" content=\"easy food\"/>\n<meta property=\"article:tag\" content=\"no bake\"/>\n<meta property=\"article:tag\" content=\"raspberrt\"/>\n<meta property=\"article:tag\" content=\"simple\"/>\n<meta property=\"article:tag\" content=\"Tart\"/>\n<meta property=\"article:section\" content=\"Recipes\"/>\n<meta property=\"article:published_time\" content=\"2018-08-17T23:34:10+01:00\"/>\n<meta property=\"og:image\" content=\"http://chefshanesmith.ie/wp-content/uploads/2018/08/No-bake-chocolate-raspberry-tart-e1534545077338.jpg\"/>\n<meta property=\"og:image:width\" content=\"836\"/>\n<meta property=\"og:image:height\" content=\"1254\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta name=\"twitter:description\" content=\"Deliciously rich and decadent!\"/>\n<meta name=\"twitter:title\" content=\"No Bake Chocolate Raspberry Tart | Chef Shane Smith\"/>\n<meta name=\"twitter:site\" content=\"@shanesmith83\"/>\n<meta name=\"twitter:image\" content=\"https://i0.wp.com/chefshanesmith.ie/wp-content/uploads/2018/08/No-bake-chocolate-raspberry-tart-e1534545077338.jpg?fit=836%2C1254\"/>\n<meta name=\"twitter:creator\" content=\"@shanesmith83\"/>\n<!-- / Yoast SEO plugin. -->\n\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//maxcdn.bootstrapcdn.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Chef Shane Smith » Feed\" href=\"http://chefshanesmith.ie/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Chef Shane Smith » Comments Feed\" href=\"http://chefshanesmith.ie/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Chef Shane Smith » No Bake Chocolate Raspberry Tart Comments Feed\" href=\"http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.2.1\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.2.1\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/chefshanesmith.ie\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.7.13\"}};\n\t\t\t!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline=\"top\",k.font=\"600 32px Arial\",a){case\"flag\":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length&lt;3e3)&amp;&amp;(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case\"emoji4\":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var f,g,h,i,j=b.createElement(\"canvas\"),k=j.getContext&amp;&amp;j.getContext(\"2d\");for(i=Array(\"flag\",\"emoji4\"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h&lt;i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[i[h]],\"flag\"!==i[h]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",g,!1),a.addEventListener(\"load\",g,!1)):(a.attachEvent(\"onload\",g),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&amp;&amp;f.twemoji&amp;&amp;(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel=\"stylesheet\" id=\"contact-form-7-css\" href=\"http://chefshanesmith.ie/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.7\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"gdlr-core-google-font-css\" href=\"https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CLora%3Aregular%2Citalic%2C700%2C700italic%7CDroid+Serif%3Aregular%2Citalic%2C700%2C700italic&amp;subset=latin%2Clatin-ext%2Cgreek-ext%2Ccyrillic-ext%2Cgreek%2Cvietnamese%2Ccyrillic&amp;ver=4.7.13\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"gdlr-core-plugin-css\" href=\"http://chefshanesmith.ie/wp-content/plugins/goodlayers-core/plugins/combine/style.css?ver=4.7.13\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"gdlr-core-page-builder-css\" href=\"http://chefshanesmith.ie/wp-content/plugins/goodlayers-core/include/css/page-builder.css?ver=4.7.13\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sb_instagram_styles-css\" href=\"http://chefshanesmith.ie/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.4.8\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"sb_instagram_icons-css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css?ver=4.6.3\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"rs-plugin-settings-css\" href=\"http://chefshanesmith.ie/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.2.6\" type=\"text/css\" media=\"all\"/>\n<style id=\"rs-plugin-settings-inline-css\" type=\"text/css\">\n#rs-demo-id {}\n</style>\n<link rel=\"stylesheet\" id=\"woocommerce-layout-css\" href=\"//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=2.6.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"woocommerce-smallscreen-css\" href=\"//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=2.6.14\" type=\"text/css\" media=\"only screen and (max-width: 768px)\"/>\n<link rel=\"stylesheet\" id=\"woocommerce-general-css\" href=\"//chefshanesmith.ie/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=2.6.14\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"kleanity-style-core-css\" href=\"http://chefshanesmith.ie/wp-content/themes/chefshanesmith/css/style-core.css?ver=4.7.13\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"kleanity-custom-style-css\" href=\"http://chefshanesmith.ie/wp-content/uploads/kleanity-style-custom.css?1545151358&amp;ver=4.7.13\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"http://chefshanesmith.ie/wp-content/plugins/jetpack/css/jetpack.css?ver=4.8.2\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"http://chefshanesmith.ie/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"http://chefshanesmith.ie/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<script type=\"text/javascript\" src=\"http://chefshanesmith.ie/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.2.6\"/>\n<script type=\"text/javascript\" src=\"http://chefshanesmith.ie/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.2.6\"/>\n<link rel=\"https://api.w.org/\" href=\"http://chefshanesmith.ie/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://chefshanesmith.ie/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://chefshanesmith.ie/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress 4.7.13\"/>\n<meta name=\"generator\" content=\"WooCommerce 2.6.14\"/>\n<link rel=\"shortlink\" href=\"http://wp.me/p8u87w-bT\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://chefshanesmith.ie/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fchefshanesmith.ie%2Fno-bake-chocolate-raspberry-tart%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://chefshanesmith.ie/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fchefshanesmith.ie%2Fno-bake-chocolate-raspberry-tart%2F&amp;format=xml\"/>\n<script type=\"text/javascript\" data-cfasync=\"false\">var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['post'] = true; _mmunch['postData'] = {\"ID\":737,\"post_name\":\"no-bake-chocolate-raspberry-tart\",\"post_title\":\"No Bake Chocolate Raspberry Tart\",\"post_type\":\"post\",\"post_author\":\"3\",\"post_status\":\"publish\"}; _mmunch['postCategories'] = [{\"term_id\":2,\"name\":\"Recipes\",\"slug\":\"recipes\",\"term_group\":0,\"term_taxonomy_id\":2,\"taxonomy\":\"category\",\"description\":\"\",\"parent\":0,\"count\":121,\"filter\":\"raw\",\"cat_ID\":2,\"category_count\":121,\"category_description\":\"\",\"cat_name\":\"Recipes\",\"category_nicename\":\"recipes\",\"category_parent\":0}]; _mmunch['postTags'] = [{\"term_id\":17,\"name\":\"Chocolate\",\"slug\":\"chocolate\",\"term_group\":0,\"term_taxonomy_id\":17,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":21,\"filter\":\"raw\"},{\"term_id\":19,\"name\":\"Dessert\",\"slug\":\"dessert\",\"term_group\":0,\"term_taxonomy_id\":19,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":16,\"filter\":\"raw\"},{\"term_id\":265,\"name\":\"easy baking\",\"slug\":\"easy-baking\",\"term_group\":0,\"term_taxonomy_id\":265,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":7,\"filter\":\"raw\"},{\"term_id\":255,\"name\":\"easy food\",\"slug\":\"easy-food\",\"term_group\":0,\"term_taxonomy_id\":255,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":32,\"filter\":\"raw\"},{\"term_id\":188,\"name\":\"no bake\",\"slug\":\"no-bake\",\"term_group\":0,\"term_taxonomy_id\":188,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":4,\"filter\":\"raw\"},{\"term_id\":442,\"name\":\"raspberrt\",\"slug\":\"raspberrt\",\"term_group\":0,\"term_taxonomy_id\":442,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":1,\"filter\":\"raw\"},{\"term_id\":104,\"name\":\"simple\",\"slug\":\"simple\",\"term_group\":0,\"term_taxonomy_id\":104,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":5,\"filter\":\"raw\"},{\"term_id\":7,\"name\":\"Tart\",\"slug\":\"tart\",\"term_group\":0,\"term_taxonomy_id\":7,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":14,\"filter\":\"raw\"}]; _mmunch['postAuthor'] = {\"name\":\"Shane Smith\",\"ID\":3};</script><script data-cfasync=\"false\" src=\"//a.mailmunch.co/app/v1/site.js\" id=\"mailmunch-script\" data-plugin=\"mc_mm\" data-mailmunch-site-id=\"349586\" async=\"\"/><script id=\"wpcp_disable_selection\" type=\"text/javascript\">&#13;\n//&lt;![CDATA[&#13;\nvar image_save_msg='You Can Not Save images!';&#13;\n\tvar no_menu_msg='Context Menu disabled!';&#13;\n\tvar smessage = \"Content is protected !!\";&#13;\n&#13;\nfunction disableEnterKey(e)&#13;\n{&#13;\n\tif (e.ctrlKey){&#13;\n var key;&#13;\n if(window.event)&#13;\n key = window.event.keyCode; //IE&#13;\n else&#13;\n key = e.which; //firefox (97)&#13;\n //if (key != 17) alert(key);&#13;\n if (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85 || key == 86 || key == 83 || key == 43)&#13;\n {&#13;\n show_wpcp_message('You are not allowed to copy content or view source');&#13;\n return false;&#13;\n }else&#13;\n \treturn true;&#13;\n }&#13;\n}&#13;\n&#13;\nfunction disable_copy(e)&#13;\n{\t&#13;\n\tvar elemtype = e.target.nodeName;&#13;\n\tvar isSafari = /Safari/.test(navigator.userAgent) &amp;&amp; /Apple Computer/.test(navigator.vendor);&#13;\n\telemtype = elemtype.toUpperCase();&#13;\n\tvar checker_IMG = '';&#13;\n\tif (elemtype == \"IMG\" &amp;&amp; checker_IMG == 'checked' &amp;&amp; e.detail &gt;= 2) {show_wpcp_message(alertMsg_IMG);return false;}&#13;\n\tif (elemtype != \"TEXT\" &amp;&amp; elemtype != \"TEXTAREA\" &amp;&amp; elemtype != \"INPUT\" &amp;&amp; elemtype != \"PASSWORD\" &amp;&amp; elemtype != \"SELECT\" &amp;&amp; elemtype != \"OPTION\" &amp;&amp; elemtype != \"EMBED\")&#13;\n\t{&#13;\n\t\tif (smessage !== \"\" &amp;&amp; e.detail == 2)&#13;\n\t\t\tshow_wpcp_message(smessage);&#13;\n\t\t&#13;\n\t\tif (isSafari)&#13;\n\t\t\treturn true;&#13;\n\t\telse&#13;\n\t\t\treturn false;&#13;\n\t}\t&#13;\n}&#13;\nfunction disable_copy_ie()&#13;\n{&#13;\n\tvar elemtype = window.event.srcElement.nodeName;&#13;\n\telemtype = elemtype.toUpperCase();&#13;\n\tif (elemtype == \"IMG\") {show_wpcp_message(alertMsg_IMG);return false;}&#13;\n\tif (elemtype != \"TEXT\" &amp;&amp; elemtype != \"TEXTAREA\" &amp;&amp; elemtype != \"INPUT\" &amp;&amp; elemtype != \"PASSWORD\" &amp;&amp; elemtype != \"SELECT\" &amp;&amp; elemtype != \"OPTION\" &amp;&amp; elemtype != \"EMBED\")&#13;\n\t{&#13;\n\t\t//alert(navigator.userAgent.indexOf('MSIE'));&#13;\n\t\t\t//if (smessage !== \"\") show_wpcp_message(smessage);&#13;\n\t\treturn false;&#13;\n\t}&#13;\n}\t&#13;\nfunction reEnable()&#13;\n{&#13;\n\treturn true;&#13;\n}&#13;\ndocument.onkeydown = disableEnterKey;&#13;\ndocument.onselectstart = disable_copy_ie;&#13;\nif(navigator.userAgent.indexOf('MSIE')==-1)&#13;\n{&#13;\n\tdocument.onmousedown = disable_copy;&#13;\n\tdocument.onclick = reEnable;&#13;\n}&#13;\nfunction disableSelection(target)&#13;\n{&#13;\n //For IE This code will work&#13;\n if (typeof target.onselectstart!=\"undefined\")&#13;\n target.onselectstart = disable_copy_ie;&#13;\n &#13;\n //For Firefox This code will work&#13;\n else if (typeof target.style.MozUserSelect!=\"undefined\")&#13;\n {target.style.MozUserSelect=\"none\";}&#13;\n &#13;\n //All other (ie: Opera) This code will work&#13;\n else&#13;\n target.onmousedown=function(){return false}&#13;\n target.style.cursor = \"default\";&#13;\n}&#13;\n//Calling the JS function directly just after body load&#13;\nwindow.onload = function(){disableSelection(document.body);};&#13;\n//]]&gt;&#13;\n</script>&#13;\n\t<script id=\"wpcp_disable_Right_Click\" type=\"text/javascript\">&#13;\n\t//&lt;![CDATA[&#13;\n\tdocument.ondragstart = function() { return false;}&#13;\n\t/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&#13;\n\tDisable context menu on images by GreenLava Version 1.0&#13;\n\t^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */&#13;\n\t function nocontext(e) {&#13;\n\t return false;&#13;\n\t }&#13;\n\t document.oncontextmenu = nocontext;&#13;\n\t//]]&gt;&#13;\n\t</script>&#13;\n<style>&#13;\n.unselectable&#13;\n{&#13;\n-moz-user-select:none;&#13;\n-webkit-user-select:none;&#13;\ncursor: default;&#13;\n}&#13;\nhtml&#13;\n{&#13;\n-webkit-touch-callout: none;&#13;\n-webkit-user-select: none;&#13;\n-khtml-user-select: none;&#13;\n-moz-user-select: none;&#13;\n-ms-user-select: none;&#13;\nuser-select: none;&#13;\n-webkit-tap-highlight-color: rgba(0,0,0,0);&#13;\n}&#13;\n</style>&#13;\n<script id=\"wpcp_css_disable_selection\" type=\"text/javascript\">&#13;\nvar e = document.getElementsByTagName('body')[0];&#13;\nif(e)&#13;\n{&#13;\n\te.setAttribute('unselectable',on);&#13;\n}&#13;\n</script>&#13;\n&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i0.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i1.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i2.wp.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style><!--[if lt IE 9]>\n<script src=\"http://chefshanesmith.ie/wp-content/themes/chefshanesmith/js/html5.js\"></script>\n<![endif]-->\n<meta name=\"title\" content=\"No Bake Chocolate Raspberry Tart | Chef Shane Smith\"/>\n<meta name=\"description\" content=\"Deliciously rich and decadent!\"/>\n<meta name=\"generator\" content=\"Powered by Slider Revolution 5.2.6 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface.\"/>\n\t</head>" ]
[ "<title>No Bake Chocolate Raspberry Tart | Chef Shane Smith</title>\n\n" ]
[ { "key": "datasource", "type": "global", "value": "chefshanesmith.ie > no bake chocolate raspberry tart" } ]
[ { "char_end_idx": 116, "char_start_idx": 0, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 199, "char_start_idx": 116, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 273, "char_start_idx": 199, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 378, "char_start_idx": 273, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 562, "char_start_idx": 378, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 682, "char_start_idx": 562, "key": "length", "type": "local", "value": "119" } ]
[ { "key": "length", "type": "global", "value": "733" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-bars" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "i" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "kleanity-mm-menu-button kleanity-mobile-menu-button kleanity-mobile-button-hamburger-with-border", "#kleanity-mobile-menu" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-custom menu-item-object-custom menu-item-12" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "li" }, { "char_end_idx": 13, "char_start_idx": 5, "html_attrs": { "attrs": [ "href" ], "values": [ "http://chefshanesmith.ie/about/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13, "char_start_idx": 5, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-10" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 28, "char_start_idx": 14, "html_attrs": { "attrs": [ "href" ], "values": [ "http://chefshanesmith.ie/blog/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 29, "char_start_idx": 14, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-23" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 36, "char_start_idx": 29, "html_attrs": { "attrs": [ "href" ], "values": [ "/contact/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 36, "char_start_idx": 29, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item menu-item-type-custom menu-item-object-custom menu-item-16" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 37, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-main", "m-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "ul" }, { "char_end_idx": 37, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "data-slide" ], "values": [ "kleanity-mm-menu-wrap kleanity-navigation-font", "kleanity-mobile-menu", "right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 37, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-mobile-menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 37, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-mobile-menu-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 37, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "kleanity-mobile-header-wrap kleanity-mobile-header kleanity-header-background kleanity-style-slide kleanity-mobile-header-container kleanity-container", "kleanity-mobile-header" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 117, "char_start_idx": 37, "html_attrs": { "attrs": [ "style" ], "values": [ "font-family: Calibri, sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "span" }, { "char_end_idx": 117, "char_start_idx": 37, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "p" }, { "char_end_idx": 200, "char_start_idx": 118, "html_attrs": { "attrs": [ "style" ], "values": [ "font-family: Calibri, sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 200, "char_start_idx": 118, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 274, "char_start_idx": 201, "html_attrs": { "attrs": [ "style" ], "values": [ "font-family: Calibri, sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 274, "char_start_idx": 201, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 379, "char_start_idx": 275, "html_attrs": { "attrs": [ "style" ], "values": [ "font-family: Calibri, sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 379, "char_start_idx": 275, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 563, "char_start_idx": 380, "html_attrs": { "attrs": [ "style" ], "values": [ "font-family: Calibri, sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 563, "char_start_idx": 380, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 683, "char_start_idx": 564, "html_attrs": { "attrs": [ "style" ], "values": [ "font-family: Calibri, sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 683, "char_start_idx": 564, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 684, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-single-article-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 684, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-single-article" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 684, "char_start_idx": 37, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-737", "post-737 post type-post status-publish format-standard has-post-thumbnail hentry category-recipes tag-chocolate tag-dessert tag-easy-baking tag-easy-food tag-no-bake tag-raspberrt tag-simple tag-tart" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "article" }, { "char_end_idx": 684, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-content-area" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 710, "char_start_idx": 698, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/no-bake-chocolate-raspberry-tart/#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 710, "char_start_idx": 698, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 710, "char_start_idx": 684, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title kleanity-content-font" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 711, "char_start_idx": 684, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "comments respond", "kleanity-comments-area comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 711, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ " kleanity-sidebar-center kleanity-column-40 kleanity-line-height kleanity-content-wrap kleanity-item-pdlr clearfix" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 732, "char_start_idx": 711, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-widget-head-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 732, "char_start_idx": 732, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-widget-head-divider" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 732, "char_start_idx": 711, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-widget-title" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 733, "char_start_idx": 733, "html_attrs": { "attrs": [ "class" ], "values": [ "clear" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 733, "char_start_idx": 733, "html_attrs": { "attrs": [ "class" ], "values": [ "gdlr-core-recent-post-widget-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 733, "html_attrs": { "attrs": [ "class" ], "values": [ "gdlr-core-recent-post-widget clearfix" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 733, "html_attrs": { "attrs": [ "class" ], "values": [ "gdlr-core-recent-post-widget-wrap" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 711, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "gdlr-core-recent-post-widget-3", "widget widget_gdlr-core-recent-post-widget kleanity-widget" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 711, "html_attrs": { "attrs": [ "class" ], "values": [ " kleanity-sidebar-right kleanity-column-20 kleanity-line-height kleanity-line-height kleanity-sidebar-area kleanity-item-pdlr" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-content-container kleanity-container kleanity-sidebar-wrap clearfix kleanity-line-height-0 kleanity-sidebar-style-right" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 37, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "kleanity-page-wrapper", "kleanity-page-wrapper" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "kleanity-body-outer-wrapper kleanity-body-wrapper clearfix kleanity-with-frame" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 733, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 13, "char_start_idx": 4, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMy Story" }, { "char_end_idx": 29, "char_start_idx": 13, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNews & Recipes\n" }, { "char_end_idx": 36, "char_start_idx": 29, "key": "paragraph", "marker": "li", "type": "local", "value": "Contact" }, { "char_end_idx": 37, "char_start_idx": 36, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 118, "char_start_idx": 37, "key": "paragraph", "marker": "p", "type": "local", "value": "Blitz the Oreos with filling until finely ground, add the melted butter and mix.\n" }, { "char_end_idx": 201, "char_start_idx": 118, "key": "paragraph", "marker": "p", "type": "local", "value": "Press this mix on the base and up the sides of an 9” round loose bottom tart ring.\n" }, { "char_end_idx": 275, "char_start_idx": 201, "key": "paragraph", "marker": "p", "type": "local", "value": "For the filling, place th chocolate chips in a medium bowl and set aside.\n" }, { "char_end_idx": 380, "char_start_idx": 275, "key": "paragraph", "marker": "p", "type": "local", "value": "Heat the cream and butter until combined and hot, pour this over the chocolate and leave for one minute.\n" }, { "char_end_idx": 564, "char_start_idx": 380, "key": "paragraph", "marker": "p", "type": "local", "value": "Using a spatula, stir the mix until combined, if there is some chocolate which did not melt, place the bowl into the micro wave for a few seconds to help melt the remaining chocolate.\n" }, { "char_end_idx": 684, "char_start_idx": 564, "key": "paragraph", "marker": "p", "type": "local", "value": "Once smooth, pour this mix into the cooled tart shell and smooth out with a spoon and return to the fridge for 4 hours.\n" }, { "char_end_idx": 710, "char_start_idx": 684, "key": "paragraph", "marker": "h4", "type": "local", "value": "Leave a Reply Cancel Reply" }, { "char_end_idx": 711, "char_start_idx": 710, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 732, "char_start_idx": 711, "key": "paragraph", "marker": "h3", "type": "local", "value": "Latest News & Recipes" }, { "char_end_idx": 733, "char_start_idx": 732, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "No Bake Chocolate Raspberry Tart | Chef Shane Smith" } ]
[ { "key": "url", "type": "global", "value": "http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/" } ]
[]
Home My Story News & Recipes Contact Blitz the Oreos with filling until finely ground, add the melted butter and mix. Press this mix on the base and up the sides of an 9” round loose bottom tart ring. For the filling, place th chocolate chips in a medium bowl and set aside. Heat the cream and butter until combined and hot, pour this over the chocolate and leave for one minute. Using a spatula, stir the mix until combined, if there is some chocolate which did not melt, place the bowl into the micro wave for a few seconds to help melt the remaining chocolate. Once smooth, pour this mix into the cooled tart shell and smooth out with a spoon and return to the fridge for 4 hours. Leave a Reply Cancel Reply Latest News & Recipes
http://chefshanesmith.ie/no-bake-chocolate-raspberry-tart/
[ { "char_end_idx": 52, "char_start_idx": 47, "key": "entity", "type": "local", "value": "Oreo" } ]
[ { "char_end_idx": 118, "char_start_idx": 37, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Oreo" } ]
0
121
1555743482000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> #5836 (Test client does not clear exception info after re-raising an exception that was raised by a view) – Django </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--[if IE]><script type="text/javascript"> if (/^#__msie303:/.test(window.location.hash)) window.location.replace(window.location.hash.replace(/^#__msie303:/, '#')); </script><![endif]--> <link rel="search" href="/search" /> <link rel="prev" href="/ticket/5835" title="Ticket #5835" /> <link rel="last" href="/ticket/30387" title="Ticket #30387" /> <link rel="help" href="/wiki/TracGuide" /> <link rel="alternate" href="/ticket/5836?format=csv" type="text/csv" class="csv" title="Comma-delimited Text" /> <link rel="alternate" href="/ticket/5836?format=tab" type="text/tab-separated-values" class="tab" title="Tab-delimited Text" /> <link rel="alternate" href="/ticket/5836?format=rss" type="application/rss+xml" class="rss" title="RSS Feed" /> <link rel="next" href="/ticket/5837" title="Ticket #5837" /> <link rel="start" href="/wiki" /> <link rel="stylesheet" href="/chrome/common/css/trac.css" type="text/css" /> <link rel="stylesheet" href="/chrome/common/css/ticket.css" type="text/css" /> <link rel="stylesheet" href="/chrome/common/css/jquery-ui/jquery-ui.css" type="text/css" /> <link rel="stylesheet" href="/chrome/common/css/jquery-ui-addons.css" type="text/css" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="first" href="/ticket/1" title="Ticket #1" /> <style id="trac-noscript" type="text/css">.trac-noscript { display: none !important }</style> <link type="application/opensearchdescription+xml" rel="search" href="/search/opensearch" title="Search Django" /> <script type="text/javascript"> var auto_preview_timeout=2.0; var form_token="ef5909de868a148b4e233d9b"; var jquery_ui={"ampm":true,"date_format":"mm/dd/yy","day_names":{"abbreviated":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"narrow":["Su","Mo","Tu","We","Th","Fr","Sa"],"wide":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},"default_timezone":null,"first_week_day":0,"month_names":{"abbreviated":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wide":["January","February","March","April","May","June","July","August","September","October","November","December"]},"period_names":{"am":["AM","AM"],"pm":["PM","PM"]},"show_timezone":false,"time_format":"hh:mm:ss TT","timepicker_separator":" ","timezone_iso8601":false,"timezone_list":null}; var comments_prefs={"comments_order":"oldest","show_comments":"true","show_prop_changes":"true"}; </script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/babel.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/trac.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/search.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/folding.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/wikitoolbar.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/resizer.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/auto_preview.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/jquery-ui.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/jquery-ui-addons.js"></script> <script type="text/javascript" charset="utf-8" src="/chrome/common/js/jquery-ui-i18n.js"></script> <script type="text/javascript"> jQuery("#trac-noscript").remove(); jQuery(document).ready(function($) { $(".trac-autofocus").focus(); $(".trac-target-new").attr("target", "_blank"); if ($.ui) { /* is jquery-ui added? */ $(".trac-datepicker:not([readonly])").prop("autocomplete", "off").datepicker(); $(".trac-datetimepicker:not([readonly])").prop("autocomplete", "off").datetimepicker(); $("#main").addClass("trac-nodatetimehint"); } $(".trac-disable").disableSubmit(".trac-disable-determinant"); setTimeout(function() { $(".trac-scroll").scrollToTop() }, 1); $(".trac-disable-on-submit").disableOnSubmit(); }); </script> <script type="text/javascript" src="/chrome/common/js/threaded_comments.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $("div.description").find("h1,h2,h3,h4,h5,h6").addAnchor(_("Link to this section")); $(".foldable").enableFolding(false, true); /*<![CDATA[*/ $("#attachments").toggleClass("collapsed"); $("#trac-up-attachments").click(function () { $("#attachments").removeClass("collapsed"); return true; }); $("#modify").parent().toggleClass("collapsed"); $(".trac-topnav a").click(function() { $("#modify").parent().removeClass("collapsed"); }); function setRevertHandler() { $("button.trac-revert").click(function() { var div = $("div", this); var field_name = div[0].id.substr(7); var field_value = div.text(); var input = $("#propertyform *[name=field_" + field_name + "]"); if (input.length > 0) { if (input.filter("input[type=radio]").length > 0) { input.val([field_value]); } else if (input.filter("input[type=checkbox]").length > 0) { input.val(field_value == "1" ? [field_value] : []); } else { input.val(field_value); } } else { // Special case for CC checkbox input = $("#propertyform input[name=cc_update]").val([]); } input.change(); // Remove the revert button if ($(this).closest("tbody").children("tr").length === 1) $(this).closest(".trac-change-panel").remove(); else $(this).closest("tr").remove(); return false; }); } setRevertHandler(); var comment_focused = false; $("#comment").focus(function() { comment_focused = true; }) .blur(function() { comment_focused = false; }); $("#propertyform").autoSubmit({preview: '1'}, function(data, reply) { var items = $(reply); // Update ticket box $("#ticket").replaceWith(items.filter('#ticket')); // Replaces content of #changelog, without recreating it $("#changelog").empty().append(items.filter("#changelog").contents()); // Apply comments order and "Show" preferences applyCommentsOrder( $('#prefs input[name="trac-comments-order"]:checked').val()); // Show warning var new_changes = $("#changelog .trac-new"); $("#trac-edit-warning").toggle(new_changes.length != 0); if (new_changes.length != 0) $("#changelog").parent().show().removeClass("collapsed"); // Update view time $("#propertyform input[name='view_time']").replaceWith(items.filter("input[name='view_time']")); // Update preview var preview = $("#ticketchange").html(items.filter('#preview').children()); var show_preview = preview.children().length != 0; $("#ticketchange").toggle(show_preview); setRevertHandler(); // Execute scripts to load stylesheets items.filter("script").appendTo("head"); }, "#ticketchange .trac-loading"); $("#trac-comment-editor").autoSubmit({preview_comment: '1'}, function(data, reply) { var comment = $("#trac-comment-editor").next("div.comment").html(reply); comment.toggle(comment.children().length != 0); }, "#changelog .trac-loading"); /*]]>*/ }); </script> <link rel="stylesheet" href="/chrome/site/css/output.css" /> <link rel="stylesheet" href="/chrome/site/css/trachacks.css" /> <script src="//ajax.googleapis.com/ajax/libs/webfont/1.5.6/webfont.js"></script> <script> WebFont.load({ google: { families: ['Inconsolata:400,700:latin', 'Roboto:400italic,700italic,300,700,400:latin'] } }); </script> <script src="/chrome/site/js/lib/modernizr.js"></script> <script type="text/javascript" src="/chrome/site/tickethacks.js"></script> </head> <body id="generic"> <div role="banner" id="top"> <div class="container"> <a class="logo" href="https://www.djangoproject.com/">Django</a> <p class="meta">The web framework for perfectionists with deadlines.</p> <nav role="navigation"> <ul> <li><a href="https://www.djangoproject.com/">Overview</a></li> <li><a href="https://www.djangoproject.com/download/">Download</a></li> <li><a href="https://docs.djangoproject.com/">Documentation</a></li> <li><a href="https://www.djangoproject.com/weblog/">News</a></li> <li><a href="https://www.djangoproject.com/community/">Community</a></li> <li class="active"><a href="/">Code</a></li> <li><a href="https://www.djangoproject.com/foundation/">About</a></li> <li><a href="https://www.djangoproject.com/fundraising/">♥ Donate</a></li> </ul> </nav> </div> </div> <div class="copy-banner"> <div class="container"> <h1>Code</h1> </div> </div> <div class="container full-width"> <div role="main"> <div id="metanav" class="nav"> <ul> <li class="first"><a href="/github/login">GitHub Login</a></li><li><a href="/login">DjangoProject Login</a></li><li><a href="/prefs">Preferences</a></li><li class="last"><a href="/rpc">API</a></li> </ul> </div> <div id="mainnav" class="nav"> <ul> <li class="first active"><a href="/query">View Tickets</a></li><li><a href="/wiki/Reports">Reports</a></li><li><a href="/timeline">Timeline</a></li><li><a href="/wiki">Wiki</a></li><li class="last"><a href="/search">Search</a></li> </ul> </div> <div id="main"> <div id="ctxtnav" class="nav"> <h2>Context Navigation</h2> <ul> <li class="first"><span>&larr; <a class="prev" href="/ticket/5835" title="Ticket #5835">Previous Ticket</a></span></li><li class="last"><span><a class="next" href="/ticket/5837" title="Ticket #5837">Next Ticket</a> &rarr;</span></li> </ul> <hr /> </div> <div id="content" class="ticket"> <div id="ticket" class="trac-content "> <div class="date"> <p>Opened <a class="timeline" href="/timeline?from=2007-10-29T17%3A16%3A20-05%3A00&amp;precision=second" title="See timeline at 10/29/2007 05:16:20 PM">11 years ago</a></p> <p>Closed <a class="timeline" href="/timeline?from=2008-06-07T01%3A25%3A59-05%3A00&amp;precision=second" title="See timeline at 06/07/2008 01:25:59 AM">11 years ago</a></p> </div> <h2> <a href="/ticket/5836" class="trac-id">#5836</a> <span class="trac-status"> <a href="/query?status=closed">closed</a> </span> <span class="trac-resolution"> (<a href="/query?status=closed&amp;resolution=fixed">fixed</a>) </span> </h2> <h1 id="trac-ticket-title" class="searchable"> <span class="summary">Test client does not clear exception info after re-raising an exception that was raised by a view</span> </h1> <table class="properties"> <tr> <th id="h_reporter">Reported by:</th> <td headers="h_reporter" class="searchable"><span class="trac-author">Chris Wagner &lt;cw264701@…&gt;</span></td> <th id="h_owner">Owned by:</th> <td headers="h_owner"><a class="trac-author" href="/query?status=!closed&amp;owner=nobody">nobody</a></td> </tr> <tr> <th id="h_component"> Component: </th> <td headers="h_component"> <a href="/query?status=!closed&amp;component=Testing+framework">Testing framework</a> </td> <th id="h_version"> Version: </th> <td headers="h_version"> <a href="/query?status=!closed&amp;version=master">master</a> </td> </tr><tr> <th id="h_severity" class="missing"> Severity: </th> <td headers="h_severity"> </td> <th id="h_keywords" class="missing"> Keywords: </th> <td headers="h_keywords" class="searchable"> </td> </tr><tr> <th id="h_cc" class="missing"> Cc: </th> <td headers="h_cc" class="searchable"> </td> <th id="h_stage"> Triage Stage: </th> <td headers="h_stage"> <a href="/query?status=!closed&amp;stage=Accepted">Accepted</a> </td> </tr><tr> <th id="h_has_patch"> Has patch: </th> <td headers="h_has_patch"> <a href="/query?status=!closed&amp;has_patch=1">yes</a> </td> <th id="h_needs_docs"> Needs documentation: </th> <td headers="h_needs_docs"> <a href="/query?status=!closed&amp;needs_docs=0">no</a> </td> </tr><tr> <th id="h_needs_tests"> Needs tests: </th> <td headers="h_needs_tests"> <a href="/query?status=!closed&amp;needs_tests=0">no</a> </td> <th id="h_needs_better_patch"> Patch needs improvement: </th> <td headers="h_needs_better_patch"> <a href="/query?status=!closed&amp;needs_better_patch=0">no</a> </td> </tr><tr> <th id="h_easy"> Easy pickings: </th> <td headers="h_easy"> <a href="/query?status=!closed&amp;easy=0">no</a> </td> <th id="h_ui_ux"> UI/UX: </th> <td headers="h_ui_ux"> <a href="/query?status=!closed&amp;ui_ux=0">no</a> </td> </tr> </table> <div class="description"> <h3 id="comment:description"> Description </h3> <div class="searchable"> <p> Consider this test case:<br /> </p> <pre class="wiki"> def test_user_can_only_remove_his_own_notifications(self): notification_id = ... # set notification_id based on some knowledge of what exists in the DB self.login_as_user(1) # this is a custom method defined in a base test class try: self.client.post("/notifications/remove/%d" % notification_id) self.fail("User should not be able to remove notifications " + "that do not belong to him") except MaliciousOperation: pass # make sure the notification still exists... self.login_as_user(2) response = self.client.get("/") self.assertEqual(notification_id, response.context[0]['notifications'][0].id) </pre><p> This causes the exception to be re-raised, by the test client, upon calling <code>self.client.get()</code>, as the exception info was never cleared after/during the call to <code>self.client.post()</code>.<br /> </p> <p> This patch seems to fix it:<br /> </p> <pre class="wiki">--- test/client.py (revision 6626) +++ test/client.py (working copy) @@ -181,7 +181,9 @@ # Look for a signalled exception and reraise it if self.exc_info: - raise self.exc_info[1], None, self.exc_info[2] + exc_info = self.exc_info + self.exc_info = None + raise exc_info[1], None, exc_info[2] # Save the client and request that stimulated the response response.client = self </pre> </div> </div> </div> <div> <div class="trac-noscript" style="position: relative"> <form id="prefs" method="get" action="/prefs" style="position: absolute; right: 0"> <div id="trac-comments-order"> <input type="radio" id="trac-comments-oldest" name="trac-comments-order" value="oldest" checked="checked" /> <label for="trac-comments-oldest">Oldest first</label> <input type="radio" id="trac-comments-newest" name="trac-comments-order" value="newest" /> <label for="trac-comments-newest">Newest first</label> <span id="trac-threaded-toggle" style="display: none"> <input type="radio" id="trac-comments-threaded" name="trac-comments-order" value="threaded" /> <label for="trac-comments-threaded">Threaded</label> </span> </div> <div> <input id="trac-show-comments-toggle" type="checkbox" checked="checked" /> <label for="trac-show-comments-toggle">Show comments</label> <input id="trac-show-property-changes-toggle" type="checkbox" /> <label for="trac-show-property-changes-toggle">Show property changes</label> </div> </form> </div> <h3 class="foldable">Change History <span class="trac-count">(4)</span></h3> <div id="changelog"> <div class="change" id="trac-change-1-1195906089000000"> <h3 class="change" id="comment:1"> <span class="threading"> <span class="cnum"> <a href="#comment:1">comment:1</a> </span> </span> Changed <a class="timeline" href="/timeline?from=2007-11-24T06%3A08%3A09-06%3A00&amp;precision=second" title="See timeline at 11/24/2007 06:08:09 AM">11 years ago</a> by <span class="trac-author">marcink</span> </h3> <div class="trac-change-panel"> <div class="trac-ticket-buttons"> </div> </div> <div class="comment searchable"> <p> I just ran into this problem and wanted to upload exactly the same patch.<br /> </p> </div> </div> <div class="change" id="trac-change-2-1204600058000000"> <h3 class="change" id="comment:2"> <span class="threading"> <span class="cnum"> <a href="#comment:2">comment:2</a> </span> </span> Changed <a class="timeline" href="/timeline?from=2008-03-03T21%3A07%3A38-06%3A00&amp;precision=second" title="See timeline at 03/03/2008 09:07:38 PM">11 years ago</a> by <span class="trac-author-anonymous">anonymous</span> </h3> <div class="trac-change-panel"> <div class="trac-ticket-buttons"> </div> <table class="changes"> <tr class="trac-field-stage"> <th class="trac-field-stage">Triage Stage:</th> <td> <span class="trac-field-old">Unreviewed</span> → <span class="trac-field-new">Accepted</span> </td> </tr> </table> </div> </div> <div class="change" id="trac-change-3-1204600132000000"> <h3 class="change" id="comment:3"> <span class="threading"> <span class="cnum"> <a href="#comment:3">comment:3</a> </span> </span> Changed <a class="timeline" href="/timeline?from=2008-03-03T21%3A08%3A52-06%3A00&amp;precision=second" title="See timeline at 03/03/2008 09:08:52 PM">11 years ago</a> by <span class="trac-author">Jacob</span> </h3> <div class="trac-change-panel"> <div class="trac-ticket-buttons"> </div> </div> <div class="comment searchable"> <p> <sup></sup><sup> that was me; sorry.<br /> </sup></p> </div> </div> <div class="change" id="trac-change-4-1212819959000000"> <h3 class="change" id="comment:4"> <span class="threading"> <span class="cnum"> <a href="#comment:4">comment:4</a> </span> </span> Changed <a class="timeline" href="/timeline?from=2008-06-07T01%3A25%3A59-05%3A00&amp;precision=second" title="See timeline at 06/07/2008 01:25:59 AM">11 years ago</a> by <span class="trac-author">Russell Keith-Magee</span> </h3> <div class="trac-change-panel"> <div class="trac-ticket-buttons"> </div> <table class="changes"> <tr class="trac-field-resolution"> <th class="trac-field-resolution">Resolution:</th> <td> → <span class="trac-field-new">fixed</span> </td> </tr><tr class="trac-field-status"> <th class="trac-field-status">Status:</th> <td> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </td> </tr> </table> </div> <div class="comment searchable"> <p> (In <a class="changeset" href="/changeset/7583/">[7583]</a>) Fixed <a class="closed ticket" href="/ticket/5836" title="#5836: Test client does not clear exception info after re-raising an ... (closed: fixed)">#5836</a> -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner.<br /> </p> </div> </div> </div> </div> <div id="help"><strong>Note:</strong> See <a href="/wiki/TracTickets">TracTickets</a> for help on using tickets.</div> </div> <div id="altlinks"> <h3>Download in other formats:</h3> <ul> <li class="first"> <a rel="nofollow" href="/ticket/5836?format=csv" class="csv">Comma-delimited Text</a> </li><li> <a rel="nofollow" href="/ticket/5836?format=tab" class="tab">Tab-delimited Text</a> </li><li class="last"> <a rel="nofollow" href="/ticket/5836?format=rss" class="rss">RSS Feed</a> </li> </ul> </div> </div> <a href="#top" class="backtotop"><i class="icon icon-chevron-up"></i> Back to Top</a> </div> </div> <div role="contentinfo"> <div class="subfooter"> <div class="container"> <h1 class="visuallyhidden">Django Links</h1> <div class="col learn"> <h2>Learn More</h2> <ul> <li><a href="https://www.djangoproject.com/overview/">About Django</a></li> <li><a href="https://www.djangoproject.com/start/">Getting Started with Django</a></li> <li><a href="https://www.djangoproject.com/foundation/">Django Software Foundation</a></li> <li><a href="https://www.djangoproject.com/conduct/">Code of Conduct</a></li> </ul> </div> <div class="col involved"> <h2>Get Involved</h2> <ul> <li><a href="https://www.djangoproject.com/community/">Join a Group</a></li> <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/">Contribute to Django</a></li> <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues">Submit a Bug</a></li> <li><a href="https://docs.djangoproject.com/en/dev/internals/security/">Report a Security Issue</a></li> </ul> </div> <div class="col follow"> <h2>Follow Us</h2> <ul> <li><a href="http://github.com/django">GitHub</a></li> <li><a href="https://twitter.com/djangoproject">Twitter</a></li> <li><a href="https://www.djangoproject.com/rss/weblog/">News RSS</a></li> <li><a href="https://groups.google.com/forum/#!forum/django-users">Django Users Mailing List</a></li> </ul> </div> </div> </div> <div class="footer"> <div class="container"> <div class="footer-logo"> <a class="logo" href="https://djangoproject.com/">Django</a> </div> <ul class="thanks"> <li><span>Hosting by</span> <a class="rackspace" href="http://rackspace.com">Rackspace</a></li> <li class="design"><span>Design by</span> <a class="threespot" href="http://www.threespot.com">Threespot</a> <span class="ampersand">&amp;</span> <a class="andrevv" href="http://andrevv.com/"></a></li> </ul> <p class="copyright">© 2005-2019 <a href="https://djangoproject.com/foundation/"> Django Software Foundation</a> unless otherwise noted. Django is a <a href="https://djangoproject.com/trademarks/">registered trademark</a> of the Django Software Foundation. </p> </div> </div> </div> <script data-main="/chrome/site/js/main.js" src="/chrome/site/js/lib/require.js"></script> </body> </html>
[]
[ "<head>\n <title>\n #5836 (Test client does not clear exception info after re-raising an exception that was raised by a view)\n – Django\n </title>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <!--[if IE]><script type=\"text/javascript\">\n if (/^#__msie303:/.test(window.location.hash))\n window.location.replace(window.location.hash.replace(/^#__msie303:/, '#'));\n </script><![endif]-->\n <link rel=\"search\" href=\"/search\" />\n <link rel=\"prev\" href=\"/ticket/5835\" title=\"Ticket #5835\" />\n <link rel=\"last\" href=\"/ticket/30387\" title=\"Ticket #30387\" />\n <link rel=\"help\" href=\"/wiki/TracGuide\" />\n <link rel=\"alternate\" href=\"/ticket/5836?format=csv\" type=\"text/csv\" class=\"csv\" title=\"Comma-delimited Text\" />\n <link rel=\"alternate\" href=\"/ticket/5836?format=tab\" type=\"text/tab-separated-values\" class=\"tab\" title=\"Tab-delimited Text\" />\n <link rel=\"alternate\" href=\"/ticket/5836?format=rss\" type=\"application/rss+xml\" class=\"rss\" title=\"RSS Feed\" />\n <link rel=\"next\" href=\"/ticket/5837\" title=\"Ticket #5837\" />\n <link rel=\"start\" href=\"/wiki\" />\n <link rel=\"stylesheet\" href=\"/chrome/common/css/trac.css\" type=\"text/css\" />\n <link rel=\"stylesheet\" href=\"/chrome/common/css/ticket.css\" type=\"text/css\" />\n <link rel=\"stylesheet\" href=\"/chrome/common/css/jquery-ui/jquery-ui.css\" type=\"text/css\" />\n <link rel=\"stylesheet\" href=\"/chrome/common/css/jquery-ui-addons.css\" type=\"text/css\" />\n <link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n <link rel=\"first\" href=\"/ticket/1\" title=\"Ticket #1\" />\n <style id=\"trac-noscript\" type=\"text/css\">.trac-noscript { display: none !important }</style>\n <link type=\"application/opensearchdescription+xml\" rel=\"search\" href=\"/search/opensearch\" title=\"Search Django\" />\n <script type=\"text/javascript\">\n var auto_preview_timeout=2.0;\n var form_token=\"ef5909de868a148b4e233d9b\";\n var jquery_ui={\"ampm\":true,\"date_format\":\"mm/dd/yy\",\"day_names\":{\"abbreviated\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"narrow\":[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],\"wide\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]},\"default_timezone\":null,\"first_week_day\":0,\"month_names\":{\"abbreviated\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"wide\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"]},\"period_names\":{\"am\":[\"AM\",\"AM\"],\"pm\":[\"PM\",\"PM\"]},\"show_timezone\":false,\"time_format\":\"hh:mm:ss TT\",\"timepicker_separator\":\" \",\"timezone_iso8601\":false,\"timezone_list\":null};\n var comments_prefs={\"comments_order\":\"oldest\",\"show_comments\":\"true\",\"show_prop_changes\":\"true\"};\n </script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/jquery.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/babel.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/trac.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/search.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/folding.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/wikitoolbar.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/resizer.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/auto_preview.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/jquery-ui.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/jquery-ui-addons.js\"></script>\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"/chrome/common/js/jquery-ui-i18n.js\"></script>\n <script type=\"text/javascript\">\n jQuery(\"#trac-noscript\").remove();\n jQuery(document).ready(function($) {\n $(\".trac-autofocus\").focus();\n $(\".trac-target-new\").attr(\"target\", \"_blank\");\n if ($.ui) { /* is jquery-ui added? */\n $(\".trac-datepicker:not([readonly])\").prop(\"autocomplete\", \"off\").datepicker();\n $(\".trac-datetimepicker:not([readonly])\").prop(\"autocomplete\", \"off\").datetimepicker();\n $(\"#main\").addClass(\"trac-nodatetimehint\");\n }\n $(\".trac-disable\").disableSubmit(\".trac-disable-determinant\");\n setTimeout(function() { $(\".trac-scroll\").scrollToTop() }, 1);\n $(\".trac-disable-on-submit\").disableOnSubmit();\n });\n </script>\n <script type=\"text/javascript\" src=\"/chrome/common/js/threaded_comments.js\"></script>\n <script type=\"text/javascript\">\n jQuery(document).ready(function($) {\n $(\"div.description\").find(\"h1,h2,h3,h4,h5,h6\").addAnchor(_(\"Link to this section\"));\n $(\".foldable\").enableFolding(false, true);\n /*&lt;![CDATA[*/\n $(\"#attachments\").toggleClass(\"collapsed\");\n $(\"#trac-up-attachments\").click(function () {\n $(\"#attachments\").removeClass(\"collapsed\");\n return true;\n });\n $(\"#modify\").parent().toggleClass(\"collapsed\");\n $(\".trac-topnav a\").click(function() { $(\"#modify\").parent().removeClass(\"collapsed\"); });\n function setRevertHandler() {\n $(\"button.trac-revert\").click(function() {\n var div = $(\"div\", this);\n var field_name = div[0].id.substr(7);\n var field_value = div.text();\n var input = $(\"#propertyform *[name=field_\" + field_name + \"]\");\n if (input.length &gt; 0) {\n if (input.filter(\"input[type=radio]\").length &gt; 0) {\n input.val([field_value]);\n } else if (input.filter(\"input[type=checkbox]\").length &gt; 0) {\n input.val(field_value == \"1\" ? [field_value] : []);\n } else {\n input.val(field_value);\n }\n } else { // Special case for CC checkbox\n input = $(\"#propertyform input[name=cc_update]\").val([]);\n }\n input.change();\n // Remove the revert button\n if ($(this).closest(\"tbody\").children(\"tr\").length === 1)\n $(this).closest(\".trac-change-panel\").remove();\n else\n $(this).closest(\"tr\").remove();\n return false;\n });\n }\n setRevertHandler();\n var comment_focused = false;\n $(\"#comment\").focus(function() { comment_focused = true; })\n .blur(function() { comment_focused = false; });\n $(\"#propertyform\").autoSubmit({preview: '1'}, function(data, reply) {\n var items = $(reply);\n // Update ticket box\n $(\"#ticket\").replaceWith(items.filter('#ticket'));\n // Replaces content of #changelog, without recreating it\n $(\"#changelog\").empty().append(items.filter(\"#changelog\").contents());\n // Apply comments order and \"Show\" preferences\n applyCommentsOrder(\n $('#prefs input[name=\"trac-comments-order\"]:checked').val());\n // Show warning\n var new_changes = $(\"#changelog .trac-new\");\n $(\"#trac-edit-warning\").toggle(new_changes.length != 0);\n if (new_changes.length != 0)\n $(\"#changelog\").parent().show().removeClass(\"collapsed\");\n // Update view time\n $(\"#propertyform input[name='view_time']\").replaceWith(items.filter(\"input[name='view_time']\"));\n // Update preview\n var preview = $(\"#ticketchange\").html(items.filter('#preview').children());\n var show_preview = preview.children().length != 0;\n $(\"#ticketchange\").toggle(show_preview);\n setRevertHandler();\n // Execute scripts to load stylesheets\n items.filter(\"script\").appendTo(\"head\");\n }, \"#ticketchange .trac-loading\");\n $(\"#trac-comment-editor\").autoSubmit({preview_comment: '1'}, function(data, reply) {\n var comment = $(\"#trac-comment-editor\").next(\"div.comment\").html(reply);\n comment.toggle(comment.children().length != 0);\n }, \"#changelog .trac-loading\");\n /*]]&gt;*/\n });\n </script>\n <link rel=\"stylesheet\" href=\"/chrome/site/css/output.css\" />\n <link rel=\"stylesheet\" href=\"/chrome/site/css/trachacks.css\" />\n <script src=\"//ajax.googleapis.com/ajax/libs/webfont/1.5.6/webfont.js\"></script>\n <script>\n WebFont.load({\n google: {\n families: ['Inconsolata:400,700:latin', 'Roboto:400italic,700italic,300,700,400:latin']\n }\n });\n </script>\n <script src=\"/chrome/site/js/lib/modernizr.js\"></script>\n <script type=\"text/javascript\" src=\"/chrome/site/tickethacks.js\"></script>\n </head>\n " ]
[ "<title>\n #5836 (Test client does not clear exception info after re-raising an exception that was raised by a view)\n – Django\n </title>\n " ]
[ { "key": "datasource", "type": "global", "value": "code.djangoproject.com > ticket" } ]
[ { "char_end_idx": 554, "char_start_idx": 0, "key": "length", "type": "local", "value": "554" }, { "char_end_idx": 555, "char_start_idx": 554, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 556, "char_start_idx": 555, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 643, "char_start_idx": 556, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 746, "char_start_idx": 643, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 753, "char_start_idx": 746, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 821, "char_start_idx": 753, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 1025, "char_start_idx": 821, "key": "length", "type": "local", "value": "203" }, { "char_end_idx": 1026, "char_start_idx": 1025, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1027, "char_start_idx": 1026, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1041, "char_start_idx": 1027, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 1082, "char_start_idx": 1041, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 1089, "char_start_idx": 1082, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 1111, "char_start_idx": 1089, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 1149, "char_start_idx": 1111, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 1180, "char_start_idx": 1149, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 1265, "char_start_idx": 1180, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 1272, "char_start_idx": 1265, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 1349, "char_start_idx": 1272, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 1356, "char_start_idx": 1349, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 1363, "char_start_idx": 1356, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 1380, "char_start_idx": 1363, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 1420, "char_start_idx": 1380, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 1539, "char_start_idx": 1420, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 1573, "char_start_idx": 1539, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 1597, "char_start_idx": 1573, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 1638, "char_start_idx": 1597, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 1665, "char_start_idx": 1638, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 1819, "char_start_idx": 1665, "key": "length", "type": "local", "value": "153" }, { "char_end_idx": 1968, "char_start_idx": 1819, "key": "length", "type": "local", "value": "148" }, { "char_end_idx": 2232, "char_start_idx": 1968, "key": "length", "type": "local", "value": "263" }, { "char_end_idx": 2289, "char_start_idx": 2232, "key": "length", "type": "local", "value": "56" }, { "char_end_idx": 2583, "char_start_idx": 2289, "key": "length", "type": "local", "value": "293" }, { "char_end_idx": 2651, "char_start_idx": 2583, "key": "length", "type": "local", "value": "67" } ]
[ { "key": "length", "type": "global", "value": "2653" } ]
[ { "char_end_idx": 6, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.djangoproject.com/", "logo" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 15, "char_start_idx": 7, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 15, "char_start_idx": 7, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 24, "char_start_idx": 16, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/download/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 24, "char_start_idx": 16, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 38, "char_start_idx": 25, "html_attrs": { "attrs": [ "href" ], "values": [ "https://docs.djangoproject.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 38, "char_start_idx": 25, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 43, "char_start_idx": 39, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/weblog/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 43, "char_start_idx": 39, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 53, "char_start_idx": 44, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/community/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 53, "char_start_idx": 44, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 58, "char_start_idx": 54, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 58, "char_start_idx": 54, "html_attrs": { "attrs": [ "class" ], "values": [ "active" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 64, "char_start_idx": 59, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/foundation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 64, "char_start_idx": 59, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 73, "char_start_idx": 65, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/fundraising/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 65, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 74, "char_start_idx": 7, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 74, "char_start_idx": 7, "html_attrs": { "attrs": [ "role" ], "values": [ "navigation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "nav" }, { "char_end_idx": 74, "char_start_idx": 0, "html_attrs": { "attrs": [ "role", "id", "class" ], "values": [ "banner", "top", "container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 79, "char_start_idx": 74, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/ticket/5836", "trac-id" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 86, "char_start_idx": 80, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=closed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 87, "char_start_idx": 80, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-status" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 93, "char_start_idx": 88, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=closed&resolution=fixed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 95, "char_start_idx": 87, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-resolution" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 95, "char_start_idx": 74, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 192, "char_start_idx": 95, "html_attrs": { "attrs": [ "class" ], "values": [ "summary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 193, "char_start_idx": 95, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "trac-ticket-title", "searchable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h1" }, { "char_end_idx": 205, "char_start_idx": 193, "html_attrs": { "attrs": [ "id" ], "values": [ "h_reporter" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 231, "char_start_idx": 206, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 231, "char_start_idx": 206, "html_attrs": { "attrs": [ "headers", "class" ], "values": [ "h_reporter", "searchable" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 241, "char_start_idx": 232, "html_attrs": { "attrs": [ "id" ], "values": [ "h_owner" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 248, "char_start_idx": 242, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "trac-author", "/query?status=!closed&owner=nobody" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 248, "char_start_idx": 242, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_owner" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 249, "char_start_idx": 193, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 260, "char_start_idx": 249, "html_attrs": { "attrs": [ "id" ], "values": [ "h_component" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "th" }, { "char_end_idx": 277, "char_start_idx": 260, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&component=Testing+framework" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 278, "char_start_idx": 260, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_component" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 287, "char_start_idx": 278, "html_attrs": { "attrs": [ "id" ], "values": [ "h_version" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "th" }, { "char_end_idx": 293, "char_start_idx": 287, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&version=master" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 294, "char_start_idx": 287, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_version" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 294, "char_start_idx": 249, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 304, "char_start_idx": 294, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "h_severity", "missing" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 304, "char_start_idx": 304, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_severity" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 314, "char_start_idx": 304, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "h_keywords", "missing" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 314, "char_start_idx": 314, "html_attrs": { "attrs": [ "headers", "class" ], "values": [ "h_keywords", "searchable" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 314, "char_start_idx": 294, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 318, "char_start_idx": 314, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "h_cc", "missing" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "th" }, { "char_end_idx": 318, "char_start_idx": 318, "html_attrs": { "attrs": [ "headers", "class" ], "values": [ "h_cc", "searchable" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 332, "char_start_idx": 318, "html_attrs": { "attrs": [ "id" ], "values": [ "h_stage" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 340, "char_start_idx": 332, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&stage=Accepted" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 341, "char_start_idx": 332, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_stage" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 341, "char_start_idx": 314, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "tr" }, { "char_end_idx": 352, "char_start_idx": 341, "html_attrs": { "attrs": [ "id" ], "values": [ "h_has_patch" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 355, "char_start_idx": 352, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&has_patch=1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 356, "char_start_idx": 352, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_has_patch" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 377, "char_start_idx": 356, "html_attrs": { "attrs": [ "id" ], "values": [ "h_needs_docs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "th" }, { "char_end_idx": 379, "char_start_idx": 377, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&needs_docs=0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 380, "char_start_idx": 377, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_needs_docs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 380, "char_start_idx": 341, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 393, "char_start_idx": 380, "html_attrs": { "attrs": [ "id" ], "values": [ "h_needs_tests" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 395, "char_start_idx": 393, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&needs_tests=0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 396, "char_start_idx": 393, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_needs_tests" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 421, "char_start_idx": 396, "html_attrs": { "attrs": [ "id" ], "values": [ "h_needs_better_patch" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "th" }, { "char_end_idx": 423, "char_start_idx": 421, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&needs_better_patch=0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 424, "char_start_idx": 421, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_needs_better_patch" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 424, "char_start_idx": 380, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 439, "char_start_idx": 424, "html_attrs": { "attrs": [ "id" ], "values": [ "h_easy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 441, "char_start_idx": 439, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&easy=0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 442, "char_start_idx": 439, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_easy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 449, "char_start_idx": 442, "html_attrs": { "attrs": [ "id" ], "values": [ "h_ui_ux" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "th" }, { "char_end_idx": 451, "char_start_idx": 449, "html_attrs": { "attrs": [ "href" ], "values": [ "/query?status=!closed&ui_ux=0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 452, "char_start_idx": 449, "html_attrs": { "attrs": [ "headers" ], "values": [ "h_ui_ux" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 452, "char_start_idx": 424, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 452, "char_start_idx": 193, "html_attrs": { "attrs": [ "class" ], "values": [ "properties" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "table" }, { "char_end_idx": 464, "char_start_idx": 452, "html_attrs": { "attrs": [ "id" ], "values": [ "comment:description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 1185, "char_start_idx": 464, "html_attrs": { "attrs": [ "class" ], "values": [ "wiki" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "pre" }, { "char_end_idx": 1278, "char_start_idx": 1261, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "code" }, { "char_end_idx": 1363, "char_start_idx": 1345, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "code" }, { "char_end_idx": 1365, "char_start_idx": 1185, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1834, "char_start_idx": 1365, "html_attrs": { "attrs": [ "class" ], "values": [ "wiki" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "pre" }, { "char_end_idx": 1835, "char_start_idx": 464, "html_attrs": { "attrs": [ "class" ], "values": [ "searchable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1835, "char_start_idx": 452, "html_attrs": { "attrs": [ "class" ], "values": [ "description" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1835, "char_start_idx": 74, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ticket", "trac-content " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1835, "char_start_idx": 1835, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "trac-noscript", "position: relative" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1853, "char_start_idx": 1850, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-count" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1853, "char_start_idx": 1835, "html_attrs": { "attrs": [ "class" ], "values": [ "foldable" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 1863, "char_start_idx": 1854, "html_attrs": { "attrs": [ "href" ], "values": [ "#comment:1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1864, "char_start_idx": 1854, "html_attrs": { "attrs": [ "class" ], "values": [ "cnum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1864, "char_start_idx": 1854, "html_attrs": { "attrs": [ "class" ], "values": [ "threading" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1884, "char_start_idx": 1872, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "timeline", "/timeline?from=2007-11-24T06%3A08%3A09-06%3A00&precision=second", "See timeline at 11/24/2007 06:08:09 AM" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1895, "char_start_idx": 1888, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1896, "char_start_idx": 1854, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "comment:1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 1970, "char_start_idx": 1896, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 1970, "char_start_idx": 1896, "html_attrs": { "attrs": [ "class" ], "values": [ "comment searchable" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1970, "char_start_idx": 1854, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "trac-change-1-1195906089000000" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1979, "char_start_idx": 1970, "html_attrs": { "attrs": [ "href" ], "values": [ "#comment:2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1980, "char_start_idx": 1970, "html_attrs": { "attrs": [ "class" ], "values": [ "cnum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 1980, "char_start_idx": 1970, "html_attrs": { "attrs": [ "class" ], "values": [ "threading" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2000, "char_start_idx": 1988, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "timeline", "/timeline?from=2008-03-03T21%3A07%3A38-06%3A00&precision=second", "See timeline at 03/03/2008 09:07:38 PM" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2013, "char_start_idx": 2004, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-author-anonymous" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2014, "char_start_idx": 1970, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "comment:2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 2014, "char_start_idx": 1970, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "trac-change-2-1204600058000000" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2023, "char_start_idx": 2014, "html_attrs": { "attrs": [ "href" ], "values": [ "#comment:3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2024, "char_start_idx": 2014, "html_attrs": { "attrs": [ "class" ], "values": [ "cnum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2024, "char_start_idx": 2014, "html_attrs": { "attrs": [ "class" ], "values": [ "threading" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 2044, "char_start_idx": 2032, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "timeline", "/timeline?from=2008-03-03T21%3A08%3A52-06%3A00&precision=second", "See timeline at 03/03/2008 09:08:52 PM" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2053, "char_start_idx": 2048, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2054, "char_start_idx": 2014, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "comment:3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 2054, "char_start_idx": 2014, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "trac-change-3-1204600132000000" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2063, "char_start_idx": 2054, "html_attrs": { "attrs": [ "href" ], "values": [ "#comment:4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2064, "char_start_idx": 2054, "html_attrs": { "attrs": [ "class" ], "values": [ "cnum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2064, "char_start_idx": 2054, "html_attrs": { "attrs": [ "class" ], "values": [ "threading" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 2084, "char_start_idx": 2072, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "timeline", "/timeline?from=2008-06-07T01%3A25%3A59-05%3A00&precision=second", "See timeline at 06/07/2008 01:25:59 AM" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2107, "char_start_idx": 2088, "html_attrs": { "attrs": [ "class" ], "values": [ "trac-author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2108, "char_start_idx": 2054, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "comment:4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 2118, "char_start_idx": 2112, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/changeset/7583/", "changeset" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2131, "char_start_idx": 2126, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "closed ticket", "/ticket/5836", "#5836: Test client does not clear exception info after re-raising an ... (closed: fixed)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2291, "char_start_idx": 2108, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 2291, "char_start_idx": 2108, "html_attrs": { "attrs": [ "class" ], "values": [ "comment searchable" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2291, "char_start_idx": 2054, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "change", "trac-change-4-1212819959000000" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2291, "char_start_idx": 1854, "html_attrs": { "attrs": [ "id" ], "values": [ "changelog" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2291, "char_start_idx": 1835, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2291, "char_start_idx": 74, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "ticket" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2317, "char_start_idx": 2291, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h3" }, { "char_end_idx": 2318, "char_start_idx": 2291, "html_attrs": { "attrs": [ "id" ], "values": [ "altlinks" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2318, "char_start_idx": 74, "html_attrs": { "attrs": [ "id" ], "values": [ "main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2318, "char_start_idx": 2318, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-chevron-up" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "i" }, { "char_end_idx": 2329, "char_start_idx": 2318, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#top", "backtotop" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2330, "char_start_idx": 74, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "container full-width", "main" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2342, "char_start_idx": 2330, "html_attrs": { "attrs": [ "class" ], "values": [ "visuallyhidden" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h1" }, { "char_end_idx": 2353, "char_start_idx": 2343, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h2" }, { "char_end_idx": 2366, "char_start_idx": 2354, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/overview/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2366, "char_start_idx": 2354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2394, "char_start_idx": 2367, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/start/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2394, "char_start_idx": 2367, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2421, "char_start_idx": 2395, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/foundation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2421, "char_start_idx": 2395, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2437, "char_start_idx": 2422, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/conduct/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2437, "char_start_idx": 2422, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2438, "char_start_idx": 2354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2438, "char_start_idx": 2343, "html_attrs": { "attrs": [ "class" ], "values": [ "col learn" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2450, "char_start_idx": 2438, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 2463, "char_start_idx": 2451, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.djangoproject.com/community/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2463, "char_start_idx": 2451, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2484, "char_start_idx": 2464, "html_attrs": { "attrs": [ "href" ], "values": [ "https://docs.djangoproject.com/en/dev/internals/contributing/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2484, "char_start_idx": 2464, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2497, "char_start_idx": 2485, "html_attrs": { "attrs": [ "href" ], "values": [ "https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2497, "char_start_idx": 2485, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2498, "html_attrs": { "attrs": [ "href" ], "values": [ "https://docs.djangoproject.com/en/dev/internals/security/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2521, "char_start_idx": 2498, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2522, "char_start_idx": 2451, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2522, "char_start_idx": 2438, "html_attrs": { "attrs": [ "class" ], "values": [ "col involved" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2522, "char_start_idx": 2330, "html_attrs": { "attrs": [ "class" ], "values": [ "subfooter container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2560, "char_start_idx": 2534, "html_attrs": { "attrs": [ "href" ], "values": [ "https://djangoproject.com/foundation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2617, "char_start_idx": 2597, "html_attrs": { "attrs": [ "href" ], "values": [ "https://djangoproject.com/trademarks/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2653, "char_start_idx": 2522, "html_attrs": { "attrs": [ "class" ], "values": [ "copyright" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 2653, "char_start_idx": 2522, "html_attrs": { "attrs": [ "class" ], "values": [ "footer container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2653, "char_start_idx": 2330, "html_attrs": { "attrs": [ "role" ], "values": [ "contentinfo" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2653, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "generic" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 15, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Django\nOverview" }, { "char_end_idx": 24, "char_start_idx": 15, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDownload" }, { "char_end_idx": 38, "char_start_idx": 24, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDocumentation" }, { "char_end_idx": 43, "char_start_idx": 38, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNews" }, { "char_end_idx": 53, "char_start_idx": 43, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommunity" }, { "char_end_idx": 58, "char_start_idx": 53, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCode" }, { "char_end_idx": 64, "char_start_idx": 58, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout" }, { "char_end_idx": 73, "char_start_idx": 64, "key": "paragraph", "marker": "li", "type": "local", "value": "\n♥ Donate" }, { "char_end_idx": 74, "char_start_idx": 73, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 95, "char_start_idx": 74, "key": "paragraph", "marker": "h2", "type": "local", "value": "#5836 closed (fixed)\n" }, { "char_end_idx": 193, "char_start_idx": 95, "key": "paragraph", "marker": "h1", "type": "local", "value": "Test client does not clear exception info after re-raising an exception that was raised by a view\n" }, { "char_end_idx": 464, "char_start_idx": 193, "key": "paragraph", "marker": "h3", "type": "local", "value": "Reported by:\nChris Wagner <cw264701@…>\nOwned by:\nnobody\nComponent:\nTesting framework\nVersion:\nmaster\nSeverity:\nKeywords:\nCc:\nTriage Stage:\nAccepted\nHas patch:\nyes\nNeeds documentation:\nno\nNeeds tests:\nno\nPatch needs improvement:\nno\nEasy pickings:\nno\nUI/UX:\nno\nDescription\n" }, { "char_end_idx": 528, "char_start_idx": 464, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": " def test_user_can_only_remove_his_own_notifications(self):\n\n" }, { "char_end_idx": 631, "char_start_idx": 528, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": " notification_id = ... # set notification_id based on some knowledge of what exists in the DB\n\n" }, { "char_end_idx": 976, "char_start_idx": 631, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": " self.login_as_user(1) # this is a custom method defined in a base test class\n try:\n self.client.post(\"/notifications/remove/%d\" % notification_id)\n self.fail(\"User should not be able to remove notifications \" +\n \"that do not belong to him\")\n except MaliciousOperation:\n pass\n\n" }, { "char_end_idx": 1185, "char_start_idx": 976, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": " # make sure the notification still exists...\n self.login_as_user(2)\n response = self.client.get(\"/\")\n self.assertEqual(notification_id, response.context[0]['notifications'][0].id)\n" }, { "char_end_idx": 1366, "char_start_idx": 1185, "key": "paragraph", "marker": "p", "type": "local", "value": "This causes the exception to be re-raised, by the test client, upon calling self.client.get(), as the exception info was never cleared after/during the call to self.client.post().\n-" }, { "char_end_idx": 1834, "char_start_idx": 1366, "key": "paragraph", "marker": "pre", "type": "local", "value": "-- test/client.py (revision 6626)\n+++ test/client.py (working copy)\n@@ -181,7 +181,9 @@\n \n # Look for a signalled exception and reraise it\n if self.exc_info:\n- raise self.exc_info[1], None, self.exc_info[2]\n+ exc_info = self.exc_info\n+ self.exc_info = None\n+ raise exc_info[1], None, exc_info[2]\n \n # Save the client and request that stimulated the response\n response.client = self\n" }, { "char_end_idx": 1835, "char_start_idx": 1834, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1853, "char_start_idx": 1835, "key": "paragraph", "marker": "h3", "type": "local", "value": "Change History (4)" }, { "char_end_idx": 1896, "char_start_idx": 1853, "key": "paragraph", "marker": "h3", "type": "local", "value": "\ncomment:1 Changed 11 years ago by marcink\n" }, { "char_end_idx": 1970, "char_start_idx": 1896, "key": "paragraph", "marker": "div", "type": "local", "value": "I just ran into this problem and wanted to upload exactly the same patch.\n" }, { "char_end_idx": 1971, "char_start_idx": 1970, "key": "paragraph", "marker": "p", "type": "local", "value": "c" }, { "char_end_idx": 2014, "char_start_idx": 1970, "key": "paragraph", "marker": "h3", "type": "local", "value": "comment:2 Changed 11 years ago by anonymous\n" }, { "char_end_idx": 2054, "char_start_idx": 2014, "key": "paragraph", "marker": "h3", "type": "local", "value": "comment:3 Changed 11 years ago by Jacob\n" }, { "char_end_idx": 2108, "char_start_idx": 2054, "key": "paragraph", "marker": "h3", "type": "local", "value": "comment:4 Changed 11 years ago by Russell Keith-Magee\n" }, { "char_end_idx": 2291, "char_start_idx": 2108, "key": "paragraph", "marker": "div", "type": "local", "value": "(In [7583]) Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner.\n" }, { "char_end_idx": 2292, "char_start_idx": 2291, "key": "paragraph", "marker": "p", "type": "local", "value": "D" }, { "char_end_idx": 2317, "char_start_idx": 2291, "key": "paragraph", "marker": "h3", "type": "local", "value": "Download in other formats:" }, { "char_end_idx": 2318, "char_start_idx": 2317, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2330, "char_start_idx": 2318, "key": "paragraph", "marker": "div", "type": "local", "value": "Back to Top\n" }, { "char_end_idx": 2342, "char_start_idx": 2330, "key": "paragraph", "marker": "h1", "type": "local", "value": "Django Links" }, { "char_end_idx": 2353, "char_start_idx": 2342, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nLearn More" }, { "char_end_idx": 2366, "char_start_idx": 2353, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout Django" }, { "char_end_idx": 2394, "char_start_idx": 2366, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGetting Started with Django" }, { "char_end_idx": 2421, "char_start_idx": 2394, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDjango Software Foundation" }, { "char_end_idx": 2437, "char_start_idx": 2421, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCode of Conduct" }, { "char_end_idx": 2438, "char_start_idx": 2437, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2450, "char_start_idx": 2438, "key": "paragraph", "marker": "h2", "type": "local", "value": "Get Involved" }, { "char_end_idx": 2463, "char_start_idx": 2450, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJoin a Group" }, { "char_end_idx": 2484, "char_start_idx": 2463, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContribute to Django" }, { "char_end_idx": 2497, "char_start_idx": 2484, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSubmit a Bug" }, { "char_end_idx": 2521, "char_start_idx": 2497, "key": "paragraph", "marker": "li", "type": "local", "value": "\nReport a Security Issue" }, { "char_end_idx": 2522, "char_start_idx": 2521, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2653, "char_start_idx": 2522, "key": "paragraph", "marker": "div", "type": "local", "value": "© 2005-2019 Django Software Foundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.\n" } ]
[]
[]
[ { "key": "url", "type": "global", "value": "https://code.djangoproject.com/ticket/5836" } ]
[ { "key": "website_description", "type": "global", "value": "In communications and information processing, code is a system of rules to convert information—such as a letter, word, sound, image, or gesture—into another form, sometimes shortened or secret, for communication through a communication channel or storage in a storage medium." } ]
Django Overview Download Documentation News Community Code About ♥ Donate #5836 closed (fixed) Test client does not clear exception info after re-raising an exception that was raised by a view Reported by: Chris Wagner <cw264701@…> Owned by: nobody Component: Testing framework Version: master Severity: Keywords: Cc: Triage Stage: Accepted Has patch: yes Needs documentation: no Needs tests: no Patch needs improvement: no Easy pickings: no UI/UX: no Description def test_user_can_only_remove_his_own_notifications(self): notification_id = ... # set notification_id based on some knowledge of what exists in the DB self.login_as_user(1) # this is a custom method defined in a base test class try: self.client.post("/notifications/remove/%d" % notification_id) self.fail("User should not be able to remove notifications " + "that do not belong to him") except MaliciousOperation: pass # make sure the notification still exists... self.login_as_user(2) response = self.client.get("/") self.assertEqual(notification_id, response.context[0]['notifications'][0].id) This causes the exception to be re-raised, by the test client, upon calling self.client.get(), as the exception info was never cleared after/during the call to self.client.post(). --- test/client.py (revision 6626) +++ test/client.py (working copy) @@ -181,7 +181,9 @@ # Look for a signalled exception and reraise it if self.exc_info: - raise self.exc_info[1], None, self.exc_info[2] + exc_info = self.exc_info + self.exc_info = None + raise exc_info[1], None, exc_info[2] # Save the client and request that stimulated the response response.client = self Change History (4) comment:1 Changed 11 years ago by marcink I just ran into this problem and wanted to upload exactly the same patch. comment:2 Changed 11 years ago by anonymous comment:3 Changed 11 years ago by Jacob comment:4 Changed 11 years ago by Russell Keith-Magee (In [7583]) Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner. Download in other formats: Back to Top Django Links Learn More About Django Getting Started with Django Django Software Foundation Code of Conduct Get Involved Join a Group Contribute to Django Submit a Bug Report a Security Issue © 2005-2019 Django Software Foundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.
https://code.djangoproject.com/ticket/5836
[ { "char_end_idx": 6, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 43, "char_start_idx": 39, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 218, "char_start_idx": 206, "key": "entity", "type": "local", "value": "Chris_Wagner" }, { "char_end_idx": 444, "char_start_idx": 442, "key": "entity", "type": "local", "value": "User_interface" }, { "char_end_idx": 2053, "char_start_idx": 2048, "key": "entity", "type": "local", "value": "Jacob_Appelbaum" }, { "char_end_idx": 2289, "char_start_idx": 2277, "key": "entity", "type": "local", "value": "Chris_Wagner" }, { "char_end_idx": 2366, "char_start_idx": 2360, "key": "entity", "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 2394, "char_start_idx": 2388, "key": "entity", "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 2421, "char_start_idx": 2395, "key": "entity", "type": "local", "value": "Django_Software_Foundation" }, { "char_end_idx": 2484, "char_start_idx": 2478, "key": "entity", "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 2497, "char_start_idx": 2494, "key": "entity", "type": "local", "value": "Software_bug" }, { "char_end_idx": 2521, "char_start_idx": 2507, "key": "entity", "type": "local", "value": "Windows_Speech_Recognition" }, { "char_end_idx": 2560, "char_start_idx": 2534, "key": "entity", "type": "local", "value": "Django_Software_Foundation" }, { "char_end_idx": 2591, "char_start_idx": 2585, "key": "entity", "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 2651, "char_start_idx": 2625, "key": "entity", "type": "local", "value": "Django_Software_Foundation" } ]
[ { "char_end_idx": 15, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 43, "char_start_idx": 38, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 464, "char_start_idx": 193, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Chris_Wagner" }, { "char_end_idx": 464, "char_start_idx": 193, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "User_interface" }, { "char_end_idx": 2054, "char_start_idx": 2014, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jacob_Appelbaum" }, { "char_end_idx": 2291, "char_start_idx": 2108, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Chris_Wagner" }, { "char_end_idx": 2366, "char_start_idx": 2353, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 2394, "char_start_idx": 2366, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 2421, "char_start_idx": 2394, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Django_Software_Foundation" }, { "char_end_idx": 2484, "char_start_idx": 2463, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Django_(web_framework)" }, { "char_end_idx": 2497, "char_start_idx": 2484, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Software_bug" }, { "char_end_idx": 2521, "char_start_idx": 2497, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Windows_Speech_Recognition" }, { "char_end_idx": 2653, "char_start_idx": 2522, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Django_Software_Foundation" }, { "char_end_idx": 2653, "char_start_idx": 2522, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Django_(web_framework)" } ]
0
337
1555886243000
<!DOCTYPE html><html lang="en-US" prefix="og: http://ogp.me/ns#"><head><meta charset="UTF-8" /><meta name='viewport' content='width=device-width, initial-scale=1.0' /><meta http-equiv='X-UA-Compatible' content='IE=edge' /><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script><link rel="profile" href="https://gmpg.org/xfn/11" /><link rel="pingback" href="https://commerciallaundriesorlando.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://commerciallaundriesorlando.com/wp-content/themes/bb-theme/js/html5shiv.js"></script> <script src="https://commerciallaundriesorlando.com/wp-content/themes/bb-theme/js/respond.min.js"></script> <![endif]--><title>Orlando Campus Laundry Solutions | College Campus Laundry Machines</title><meta name="description" content="With the help of Commercial Laundries, finding the right Orlando campus laundry solutions that can stand up to the rigors of consistent, daily use is easy."/><link rel="canonical" href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/" /><link rel="publisher" href="https://plus.google.com/u/0/109851514713658182806"/><meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="Orlando Campus Laundry Solutions | College Campus Laundry Machines" /><meta property="og:description" content="With the help of Commercial Laundries, finding the right Orlando campus laundry solutions that can stand up to the rigors of consistent, daily use is easy." /><meta property="og:url" content="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/" /><meta property="og:site_name" content="Commercial Laundries Orlando" /><meta property="article:publisher" content="https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/" /><meta property="og:image" content="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg" /><meta property="og:image:secure_url" content="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg" /><meta property="og:image:width" content="1400" /><meta property="og:image:height" content="280" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"Organization","url":"https:\/\/commerciallaundriesorlando.com\/","sameAs":["https:\/\/www.facebook.com\/Commercial-Laundries-Orlando-1034632456621344\/","https:\/\/www.linkedin.com\/company\/commercial-laundries","https:\/\/plus.google.com\/u\/0\/109851514713658182806","https:\/\/www.youtube.com\/channel\/UCQM7ELjbP8AweQQp2Jg5vDA","https:\/\/www.pinterest.com\/commlaundries\/","https:\/\/twitter.com\/coinwasherdryer"],"@id":"https:\/\/commerciallaundriesorlando.com\/#organization","name":"Commercial Laundries Orlando","logo":"https:\/\/commerciallaundriesorlando.com\/wp-content\/uploads\/2016\/04\/logo-orlando.jpg"}</script> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/commerciallaundriesorlando.com\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/commerciallaundriesorlando.com\/orlando-leasing-laundry-equipment-options\/","name":"Leasing"}},{"@type":"ListItem","position":3,"item":{"@id":"https:\/\/commerciallaundriesorlando.com\/orlando-leasing-laundry-equipment-options\/orlando-campus-laundry-solutions\/","name":"Orlando Campus Laundry Solutions"}}]}</script> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel="alternate" type="application/rss+xml" title="Commercial Laundries Orlando &raquo; Feed" href="https://commerciallaundriesorlando.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Commercial Laundries Orlando &raquo; Comments Feed" href="https://commerciallaundriesorlando.com/comments/feed/" /><style type="text/css">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-0.1em!important;background:none!important;padding:0!important}</style><link rel='stylesheet' id='jquery-bxslider-css' href='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/css/jquery.bxslider-2.1.4.2.css' type='text/css' media='all' /><link rel='stylesheet' id='fl-builder-layout-2079-css' href='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/uploads/bb-plugin/cache/2079-layout-cae1808da52be922e117cd4a0f179608.css' type='text/css' media='all' /><link rel='stylesheet' id='page-list-style-css' href='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/page-list/css/page-list-5.1.css' type='text/css' media='all' /><link rel='stylesheet' id='font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=2.1.4.2' type='text/css' media='all' /><link rel='stylesheet' id='mono-social-icons-css' href='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/themes/bb-theme/css/mono-social-icons-1.6.5.1.css' type='text/css' media='all' /><link rel='stylesheet' id='jquery-magnificpopup-css' href='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/css/jquery.magnificpopup-2.1.4.2.css' type='text/css' media='all' /><link rel='stylesheet' id='bootstrap-css' href='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/themes/bb-theme/css/bootstrap.min-1.6.5.1.css' type='text/css' media='all' /><link rel='stylesheet' id='fl-automator-skin-css' href='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/uploads/bb-theme/skin-5b68aaa831a58-1.6.5.1.css' type='text/css' media='all' /><link rel='stylesheet' id='fl-builder-google-fonts-6c537a80a7b125e5dd8229df6a56ba7d-css' href='https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900&#038;ver=4.9.10' type='text/css' media='all' /> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-1.12.4.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-migrate.min-1.4.1.js'></script> <link rel='https://api.w.org/' href='https://commerciallaundriesorlando.com/wp-json/' /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://commerciallaundriesorlando.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://commerciallaundriesorlando.com/wp-includes/wlwmanifest.xml" /><meta name="generator" content="WordPress 4.9.10" /><link rel='shortlink' href='https://commerciallaundriesorlando.com/?p=2079' /> <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "Organization", "name": "Commercial Laundries Orlando", "url": "https://commerciallaundriesorlando.com", "logo": "https://commerciallaundriesorlando.com/images/logo.png", "contactPoint": [ { "@type": "ContactPoint", "telephone": "+1-407-986-1410", "contactType": "sales", "areaServed": [ "US" ], "availableLanguage": [ "English" ] } ], "sameAs": [ "https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/", "https://twitter.com/coinwasherdryer", "https://plus.google.com/+CommerciallaundriesorlandoFL/" ] }</script> <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "Organization", "name": "Commercial Laundries Orlando", "url": "https://commerciallaundriesorlando.com", "logo": "https://commerciallaundriesorlando.com/images/logo.png", "contactPoint": [ { "@type": "ContactPoint", "telephone": "+1-407-986-1410", "contactType": "sales", "areaServed": [ "US" ], "availableLanguage": [ "English" ] } ], "sameAs": [ "https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/", "https://twitter.com/coinwasherdryer", "https://plus.google.com/+CommerciallaundriesorlandoFL/" ] }</script> <style type="text/css">.recentcomments a{display:inline!important;padding:0!important;margin:0!important}</style><link rel="icon" href="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-150x150.png" sizes="32x32" /><link rel="icon" href="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-300x300.png" sizes="192x192" /><link rel="apple-touch-icon-precomposed" href="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-300x300.png" /><meta name="msapplication-TileImage" content="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-300x300.png" /><link rel="stylesheet" href="https://commerciallaundriesorlando.com/wp-content/themes/bb-theme-child/style.css" /></head><body class="page-template-default page page-id-2079 page-child parent-pageid-231 fl-builder fl-preset-default fl-full-width fl-search-active" itemscope="itemscope" itemtype="https://schema.org/WebPage"><div class="fl-page"><header class="fl-page-header fl-page-header-fixed fl-page-nav-right fl-page-nav-toggle-button fl-page-nav-toggle-visible-mobile"><div class="fl-page-header-wrap"><div class="fl-page-header-container container"><div class="fl-page-header-row row"><div class="fl-page-logo-wrap col-md-3 col-sm-12"><div class="fl-page-header-logo"> <a href="https://commerciallaundriesorlando.com/"><img class="fl-logo-img" itemscope itemtype="https://schema.org/ImageObject" src="https://commerciallaundriesorlando.com/wp-content/uploads/2016/04/logo-orlando.jpg" data-retina="" alt="Commercial Laundries Orlando" /><meta itemprop="name" content="Commercial Laundries Orlando" /></a></div></div><div class="fl-page-fixed-nav-wrap col-md-9 col-sm-12"><div class="fl-page-nav-wrap"><nav class="fl-page-nav fl-nav navbar navbar-default" role="navigation" aria-label="Header Menu"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".fl-page-nav-collapse"> <span>Menu</span> </button><div class="fl-page-nav-collapse collapse navbar-collapse"><ul id="menu-navigation" class="nav navbar-nav navbar-right menu"><li id="menu-item-1764" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1764"><a href="https://commerciallaundriesorlando.com/about-commercial-laundry-orlando/">About Us</a><ul class="sub-menu"><li id="menu-item-2168" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2168"><a href="https://commerciallaundriesorlando.com/orlando-commercial-laundry-customer-service/">Customer Service</a></li><li id="menu-item-2686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2686"><a href="https://commerciallaundriesorlando.com/meet-our-commercial-laundries-orlando-management-team/">Our Management Team</a></li><li id="menu-item-2685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2685"><a href="https://commerciallaundriesorlando.com/best-commercial-laundries-in-orlando-about-our-equipment/">About Our Equipment</a></li><li id="menu-item-2172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2172"><a href="https://commerciallaundriesorlando.com/orlando-eco-friendly-commercial-laundry-equipment/">Environmental Commitment</a></li><li id="menu-item-2687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2687"><a href="https://commerciallaundriesorlando.com/commercial-laundry-equipment-in-orlando/">Commercial Laundry Equipment in Orlando</a></li></ul></li><li id="menu-item-1775" class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-1775"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/">Leasing</a><ul class="sub-menu"><li id="menu-item-2743" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2743"><a href="https://commerciallaundriesorlando.com/benefits-of-leasing-commercial-laundry-machines/">Why Lease?</a></li><li id="menu-item-2056" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2056"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-multi-housing-laundry-leasing/">Multi-Housing</a></li><li id="menu-item-2085" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2079 current_page_item menu-item-2085"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/">Academic</a></li><li id="menu-item-2105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2105"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/coin-laundry-machines-for-hotels-in-orlando/">Hotels</a></li><li id="menu-item-2106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2106"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/commercial-laundry-equipment-for-mobile-home-parks-in-orlando/">RV &#038; Mobile Home Parks</a></li></ul></li><li id="menu-item-1763" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1763"><a href="https://commerciallaundriesorlando.com/card-operated-commercial-laundry-orlando-machine/">Sales</a><ul class="sub-menu"><li id="menu-item-2742" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2742"><a href="https://commerciallaundriesorlando.com/benefits-of-coin-operated-laundry-machines/">Coin-Op Benefits</a></li><li id="menu-item-2744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2744"><a href="https://commerciallaundriesorlando.com/benefits-of-card-operated-laundry-machines/">Card-Op Benefits</a></li><li id="menu-item-2741" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2741"><a href="https://commerciallaundriesorlando.com/benefits-of-purchasing-commercial-laundry-machines/">Why Buy New?</a></li><li id="menu-item-2740" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2740"><a href="https://commerciallaundriesorlando.com/purchasing-used-commercial-laundry-equipment/">Why Buy Used?</a></li></ul></li><li id="menu-item-1762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1762"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/">Equipment</a><ul class="sub-menu"><li id="menu-item-1758" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1758"><a href="/new-used-equipment/">Equipment Overview</a></li><li id="menu-item-1932" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1932"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-rear-control-single-dryer/">Commercial Rear Control Single Dryer</a></li><li id="menu-item-1935" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1935"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-front-control-front-load-washer/">Commercial Front Control Front Load Washer</a></li><li id="menu-item-1934" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1934"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-stack-washer-dryer/">Commercial Stack Washer/Dryer</a></li><li id="menu-item-1933" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1933"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-top-load-washer/">Commercial Top Load Washer</a></li><li id="menu-item-1779" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1779"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/orlando-coin-operated-commercial-washer/">Coin Slide – Top Load Washer – Rear</a></li><li id="menu-item-1780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1780"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/orlando-coin-operated-laundry/">Coin Slide – Single Load Dryer – Rear</a></li><li id="menu-item-1777" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1777"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/orlando-coin-operated-commercial-stack-washer-and-dryer/">Coin Slide – Stack Dryer – Front</a></li></ul></li><li id="menu-item-2166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2166"><a href="https://commerciallaundriesorlando.com/orlando-service-for-commercial-laundry-equipment/">Service</a><ul class="sub-menu"><li id="menu-item-2167" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2167"><a href="https://commerciallaundriesorlando.com/orlando-service-for-commercial-laundry-equipment/">Service and Maintenance Packages</a></li><li id="menu-item-2169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2169"><a href="https://commerciallaundriesorlando.com/orlando-local-commercial-laundry-solutions/">Local Service</a></li><li id="menu-item-2170" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2170"><a href="https://commerciallaundriesorlando.com/orlando-coin-operated-washer-and-dryer-request-for-information/">Request for Service</a></li></ul></li><li id="menu-item-2171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2171"><a href="https://commerciallaundriesorlando.com/commercial-laundry-equipment-maintenance-in-orlando/">Aquisitions</a></li><li id="menu-item-1782" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1782"><a href="https://commerciallaundriesorlando.com/orlando-commercial-laundries-blog/">Blog</a></li><li id="menu-item-1761" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1761"><a href="https://commerciallaundriesorlando.com/commercial-laundries-orlando-laundry-equipment/">Contact Us</a><ul class="sub-menu"><li id="menu-item-1781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1781"><a href="https://commerciallaundriesorlando.com/orlando-free-estimate/">Free Estimate</a></li><li id="menu-item-1759" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1759"><a href="/contact-us/">Contact Form</a></li><li id="menu-item-1773" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1773"><a href="https://commerciallaundriesorlando.com/orlando-feedback/">Feedback Form</a></li><li id="menu-item-1776" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1776"><a href="https://commerciallaundriesorlando.com/orlando-request-for-refund/">Request a Refund</a></li><li id="menu-item-1774" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1774"><a href="https://commerciallaundriesorlando.com/orlando-coin-operated-washer-and-dryer-request-for-information/">Request for Service</a></li></ul></li></ul></div></nav></div></div></div></div></div></header><header class="fl-page-header fl-page-header-primary fl-page-nav-bottom fl-page-nav-toggle-button fl-page-nav-toggle-visible-mobile" itemscope="itemscope" itemtype="https://schema.org/WPHeader"><div class="fl-page-header-wrap"><div class="fl-page-header-container container"><div class="fl-page-header-row row"><div class="col-md-6 col-sm-6 fl-page-header-logo-col"><div class="fl-page-header-logo" itemscope="itemscope" itemtype="https://schema.org/Organization"> <a href="https://commerciallaundriesorlando.com/" itemprop="url"><img class="fl-logo-img" itemscope itemtype="https://schema.org/ImageObject" src="https://commerciallaundriesorlando.com/wp-content/uploads/2016/04/logo-orlando.jpg" data-retina="" alt="Commercial Laundries Orlando" /><meta itemprop="name" content="Commercial Laundries Orlando" /></a></div></div><div class="col-md-6 col-sm-6"><div class="fl-page-header-content"><div class="fl-page-header-text"><i class="fa fa-phone"></i><span style="font-size:14px;line-height:0.8"> CALL US FOR A FREE QUOTE</span><br><span style="font-size:42px;line-height:0.8"><a href="tel:407-986-1410">407-986-1410</span></a></div></div></div></div></div></div><div class="fl-page-nav-wrap"><div class="fl-page-nav-container container"><nav class="fl-page-nav navbar navbar-default" role="navigation" aria-label="Header Menu" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".fl-page-nav-collapse"> <span>Menu</span> </button><div class="fl-page-nav-collapse collapse navbar-collapse"><ul id="menu-navigation-1" class="nav navbar-nav menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1764"><a href="https://commerciallaundriesorlando.com/about-commercial-laundry-orlando/">About Us</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2168"><a href="https://commerciallaundriesorlando.com/orlando-commercial-laundry-customer-service/">Customer Service</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2686"><a href="https://commerciallaundriesorlando.com/meet-our-commercial-laundries-orlando-management-team/">Our Management Team</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2685"><a href="https://commerciallaundriesorlando.com/best-commercial-laundries-in-orlando-about-our-equipment/">About Our Equipment</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2172"><a href="https://commerciallaundriesorlando.com/orlando-eco-friendly-commercial-laundry-equipment/">Environmental Commitment</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2687"><a href="https://commerciallaundriesorlando.com/commercial-laundry-equipment-in-orlando/">Commercial Laundry Equipment in Orlando</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-1775"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/">Leasing</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2743"><a href="https://commerciallaundriesorlando.com/benefits-of-leasing-commercial-laundry-machines/">Why Lease?</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2056"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-multi-housing-laundry-leasing/">Multi-Housing</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2079 current_page_item menu-item-2085"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/">Academic</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2105"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/coin-laundry-machines-for-hotels-in-orlando/">Hotels</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2106"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/commercial-laundry-equipment-for-mobile-home-parks-in-orlando/">RV &#038; Mobile Home Parks</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1763"><a href="https://commerciallaundriesorlando.com/card-operated-commercial-laundry-orlando-machine/">Sales</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2742"><a href="https://commerciallaundriesorlando.com/benefits-of-coin-operated-laundry-machines/">Coin-Op Benefits</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2744"><a href="https://commerciallaundriesorlando.com/benefits-of-card-operated-laundry-machines/">Card-Op Benefits</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2741"><a href="https://commerciallaundriesorlando.com/benefits-of-purchasing-commercial-laundry-machines/">Why Buy New?</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2740"><a href="https://commerciallaundriesorlando.com/purchasing-used-commercial-laundry-equipment/">Why Buy Used?</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1762"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/">Equipment</a><ul class="sub-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1758"><a href="/new-used-equipment/">Equipment Overview</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1932"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-rear-control-single-dryer/">Commercial Rear Control Single Dryer</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1935"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-front-control-front-load-washer/">Commercial Front Control Front Load Washer</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1934"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-stack-washer-dryer/">Commercial Stack Washer/Dryer</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1933"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/commercial-top-load-washer/">Commercial Top Load Washer</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1779"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/orlando-coin-operated-commercial-washer/">Coin Slide – Top Load Washer – Rear</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1780"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/orlando-coin-operated-laundry/">Coin Slide – Single Load Dryer – Rear</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1777"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/orlando-coin-operated-commercial-stack-washer-and-dryer/">Coin Slide – Stack Dryer – Front</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2166"><a href="https://commerciallaundriesorlando.com/orlando-service-for-commercial-laundry-equipment/">Service</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2167"><a href="https://commerciallaundriesorlando.com/orlando-service-for-commercial-laundry-equipment/">Service and Maintenance Packages</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2169"><a href="https://commerciallaundriesorlando.com/orlando-local-commercial-laundry-solutions/">Local Service</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2170"><a href="https://commerciallaundriesorlando.com/orlando-coin-operated-washer-and-dryer-request-for-information/">Request for Service</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2171"><a href="https://commerciallaundriesorlando.com/commercial-laundry-equipment-maintenance-in-orlando/">Aquisitions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1782"><a href="https://commerciallaundriesorlando.com/orlando-commercial-laundries-blog/">Blog</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1761"><a href="https://commerciallaundriesorlando.com/commercial-laundries-orlando-laundry-equipment/">Contact Us</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1781"><a href="https://commerciallaundriesorlando.com/orlando-free-estimate/">Free Estimate</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1759"><a href="/contact-us/">Contact Form</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1773"><a href="https://commerciallaundriesorlando.com/orlando-feedback/">Feedback Form</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1776"><a href="https://commerciallaundriesorlando.com/orlando-request-for-refund/">Request a Refund</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1774"><a href="https://commerciallaundriesorlando.com/orlando-coin-operated-washer-and-dryer-request-for-information/">Request for Service</a></li></ul></li></ul><div class="fl-page-nav-search"> <a href="javascript:void(0);" class="fa fa-search"></a><form method="get" role="search" action="https://commerciallaundriesorlando.com/" title="Type and press Enter to search."> <input type="search" class="fl-search-input form-control" name="s" placeholder="Search" value="" /></form></div></div></nav></div></div></header><div class="fl-page-content" itemprop="mainContentOfPage"><div id="q-row"><div class="q-container"><div class="q-left"></div><div class="q-right"><h3>Quick Quote</h3> <script type="text/javascript" src="https://form.jotform.com/jsform/61384786317970"></script> </div><div style="clear: both"></div></div></div><div class="fl-content-full container"><div class="row"><div class="fl-content col-md-12"><article class="fl-post post-2079 page type-page status-publish hentry" id="fl-post-2079" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="fl-post-content clearfix" itemprop="text"><div class="fl-builder-content fl-builder-content-2079 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="2079"><div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5a95a6f8e3fd5" data-node="5a95a6f8e3fd5"><div class="fl-row-content-wrap"><div class="fl-row-content fl-row-full-width fl-node-content"><div class="fl-col-group fl-node-5a95a6f8e402b" data-node="5a95a6f8e402b"><div class="fl-col fl-node-5a95a6f8e4075" data-node="5a95a6f8e4075"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-content-slider fl-node-5a95a6f8e40bc" data-node="5a95a6f8e40bc"><div class="fl-module-content fl-node-content"><div class="fl-content-slider"><div class="fl-content-slider-wrapper"><div class="fl-slide fl-slide-0 fl-slide-text-left"><div class="fl-slide-mobile-photo"><img class="fl-slide-mobile-photo-img wp-image-138" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-src="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg" alt="" data-lazy-srcset="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg 1400w, https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1-300x60.jpg 300w, https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1-768x154.jpg 768w, https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1-1024x205.jpg 1024w" data-lazy-sizes="(max-width: 1400px) 100vw, 1400px" /><noscript><img class="fl-slide-mobile-photo-img wp-image-138" src="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg" alt="" srcset="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg 1400w, https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1-300x60.jpg 300w, https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1-768x154.jpg 768w, https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1-1024x205.jpg 1024w" sizes="(max-width: 1400px) 100vw, 1400px" /></noscript></div><div class="fl-slide-bg-photo" style="background-image: url(https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg);"></div><div class="fl-slide-foreground clearfix"></div></div></div><div class="fl-clear"></div></div></div></div></div></div></div></div></div></div><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5a95a6f8e4102" data-node="5a95a6f8e4102"><div class="fl-row-content-wrap"><div class="fl-row-content fl-row-fixed-width fl-node-content"><div class="fl-col-group fl-node-5a95a6f8e414e" data-node="5a95a6f8e414e"><div class="fl-col fl-node-5a95a6f8e41a2" data-node="5a95a6f8e41a2"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-heading fl-node-5a95a6f8e41ef" data-node="5a95a6f8e41ef"><div class="fl-module-content fl-node-content"><h1 class="fl-heading"> <span class="fl-heading-text">Orlando Campus Laundry Solutions</span></h1></div></div></div></div></div></div></div></div><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5a95a6f8e457f" data-node="5a95a6f8e457f"><div class="fl-row-content-wrap"><div class="fl-row-content fl-row-fixed-width fl-node-content"><div class="fl-col-group fl-node-5a95a6f8e45ea" data-node="5a95a6f8e45ea"><div class="fl-col fl-node-5a95a6f8e463d fl-col-small" data-node="5a95a6f8e463d"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5a95a6f8e4521" data-node="5a95a6f8e4521"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><p>Durable and efficient commercial laundry machines are crucial at universities and college campuses across the country. And, with the help of Commercial Laundries, finding the right Orlando campus laundry solutions that can stand up to the rigors of consistent, daily use is easy.</p><p>Our affordable, top brand card and coin operated commercial laundry equipment benefit both you and your school’s students. Users have access to effective washers and dryers that allow them to launder their clothing quickly and effortlessly, while you integrate a profitable, ongoing stream of revenue for your business.</p><p>Not sure where to start regarding Orlando campus laundry solutions? Commercial Laundries is happy to come alongside you. Leasing commercial washers and dryers comprises a large percentage of our business. Our skilled team members can help you create a strategy that designs your onsite laundry facility for maximum usage depending on your available space. By taking into account your budget, needs, environmental aspects and other factors, we will help you outfit and customize your onsite college laundry equipment area.</p></div></div></div></div></div><div class="fl-col fl-node-5a95a6f8e4688 fl-col-small" data-node="5a95a6f8e4688"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-photo fl-node-5a95a6f8e46d8 border-img" data-node="5a95a6f8e46d8"><div class="fl-module-content fl-node-content"><div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"><div class="fl-photo-content fl-photo-img-jpg"> <img class="fl-photo-img wp-image-2081 size-full" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-src="https://commerciallaundriesorlando.com/wp-content/uploads/2018/02/orlando-campus-laundry-solutions.jpg" alt="orlando campus laundry solutions" itemprop="image" height="519" width="382" title="orlando campus laundry solutions" data-lazy-srcset="https://commerciallaundriesorlando.com/wp-content/uploads/2018/02/orlando-campus-laundry-solutions.jpg 382w, https://commerciallaundriesorlando.com/wp-content/uploads/2018/02/orlando-campus-laundry-solutions-221x300.jpg 221w" data-lazy-sizes="(max-width: 382px) 100vw, 382px" /><noscript><img class="fl-photo-img wp-image-2081 size-full" src="https://commerciallaundriesorlando.com/wp-content/uploads/2018/02/orlando-campus-laundry-solutions.jpg" alt="orlando campus laundry solutions" itemprop="image" height="519" width="382" title="orlando campus laundry solutions" srcset="https://commerciallaundriesorlando.com/wp-content/uploads/2018/02/orlando-campus-laundry-solutions.jpg 382w, https://commerciallaundriesorlando.com/wp-content/uploads/2018/02/orlando-campus-laundry-solutions-221x300.jpg 221w" sizes="(max-width: 382px) 100vw, 382px" /></noscript></div></div></div></div></div></div></div></div></div></div><div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5a95a6f8e4233" data-node="5a95a6f8e4233"><div class="fl-row-content-wrap"><div class="fl-row-content fl-row-fixed-width fl-node-content"><div class="fl-col-group fl-node-5a95a6f8e42fd" data-node="5a95a6f8e42fd"><div class="fl-col fl-node-5a95a6f8e434e fl-col-small" data-node="5a95a6f8e434e"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-photo fl-node-5a95a6f8e4401" data-node="5a95a6f8e4401"><div class="fl-module-content fl-node-content"><div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"><div class="fl-photo-content fl-photo-img-jpg"> <img class="fl-photo-img wp-image-62" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-src="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/logo-1.jpg" alt="logo" itemprop="image" title="logo" /><noscript><img class="fl-photo-img wp-image-62" src="https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/logo-1.jpg" alt="logo" itemprop="image" title="logo" /></noscript></div></div></div></div></div></div><div class="fl-col fl-node-5a95a6f8e4395" data-node="5a95a6f8e4395"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5a95a6f8e4460" data-node="5a95a6f8e4460"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><h4 style="text-align: right;">Orlando Campus Laundry Solutions</h4></div></div></div><div class="fl-module fl-module-separator fl-node-5a95a6f8e44bf" data-node="5a95a6f8e44bf"><div class="fl-module-content fl-node-content"><div class="fl-separator"></div></div></div></div></div></div><div class="fl-col-group fl-node-5a95a6f8e4277" data-node="5a95a6f8e4277"><div class="fl-col fl-node-5a95a6f8e42ba" data-node="5a95a6f8e42ba"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5a95a6f8e4721 main-content double" data-node="5a95a6f8e4721"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><h1><span style="color: #000000;">Choosing Card or Coin Operated Orlando Campus Laundry Solutions<br /> </span></h1></div></div></div><div class="fl-module fl-module-rich-text fl-node-5a95a6f8e4966" data-node="5a95a6f8e4966"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><p>When you decided to move forward with integrating an onsite commercial laundry area into a college campus or university, you will have a few decisions to make regarding equipment. For starters, consider if purchasing or leasing equipment is the right choice for your budget. Leasing allows you to outfit an Orlando commercial laundry space quickly without a large outlay of money. Plus, at Commercial Laundries, all of our lease customers receive free regular service and maintenance on their equipment for the lifetime of the lease! This ensures all washers and dryers are working at peak performance and your customers are getting efficient, durable machinery to use every time.</p><p>Next, determine if you prefer card or coin operated Orlando academic laundry equipment. Both card and coin operated washers and dryers have a variety of benefits and options. For customers who select coin operated equipment, you will be happy to know that our machines come with large capacity coin vault storage, which will minimize your collection time, and have theft deterrent construction plus safeguards against foreign coins and slugs.</p><p>Card operated Orlando campus laundry solutions and college campuses offer ease of use through the swipe of a Smart Card. Students upload funds onto their Smart Card through the Clean Pay kiosk installed in your facility. This can help keep the facility safer as less cash and coin are on hand, plus through automation from the kiosk, bookkeeping will be a breeze come tax time.</p></div></div></div><div class="fl-module fl-module-rich-text fl-node-5a95add5d2e6b main-content double" data-node="5a95add5d2e6b"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><h1><span style="color: #000000;">Want a High Functioning and Profitable Orlando Commercial Laundry Space?</span></h1><h4>Make the most out of your onsite commercial laundry facility and keep students coming back by implementing the following:</h4></div></div></div></div></div></div><div class="fl-col-group fl-node-5a95a6f8e4773" data-node="5a95a6f8e4773"><div class="fl-col fl-node-5a95a6f8e47bd fl-col-small" data-node="5a95a6f8e47bd"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5a95a6f8e4890 main-content" data-node="5a95a6f8e4890"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><ul><li><strong>Consider convenience.</strong><br /> Choose a high traffic, easily found and accessible location to create your laundry facility. Depending on the layout of your campus, this could mean one main laundry facility, or smaller spaces located in each dormitory.</li><li><strong>Highlight Cleanliness and Safety.</strong><br /> Students and their parents will want to know the onsite laundry facility is a safe space. Provide a well-light area that is cleaned and maintained daily, with easy to see trash receptacles and exit areas.</li></ul></div></div></div></div></div><div class="fl-col fl-node-5a95a6f8e4801 fl-col-small" data-node="5a95a6f8e4801"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5a95a6f8e4848 main-content" data-node="5a95a6f8e4848"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><ul><li><strong>Add fun to the facility.</strong><br /> Even with the newest, quickest machines, there is a wait time when completing a laundry cycle. Consider adding free Wi-Fi so students can complete assignments on their laptops. Also, think about adding vending machines, televisions, and a variety of seating options.</li><li><strong>Implement new technology.</strong><br /> Save on water, gas, sewage and electricity, while also providing students with the most efficient machines when you choose washers and dryers made with the latest technology.</li></ul></div></div></div></div></div></div><div class="fl-col-group fl-node-5a95a6f8e48d7" data-node="5a95a6f8e48d7"><div class="fl-col fl-node-5a95a6f8e491f" data-node="5a95a6f8e491f"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5a95ade384a89" data-node="5a95ade384a89"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><p>When you need Orlando College Campus Commercial Laundry machines for lease or purchase, call Commercial Laundries. Let us help you customize your onsite laundry area and make it a profitable and enjoyable endeavor.</p></div></div></div></div></div></div></div></div></div><div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5a95a6f8e49ef" data-node="5a95a6f8e49ef"><div class="fl-row-content-wrap"><div class="fl-row-content fl-row-fixed-width fl-node-content"><div class="fl-col-group fl-node-5681948256c67" data-node="5681948256c67"><div class="fl-col fl-node-5681948256cbb" data-node="5681948256cbb"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5681948256d0a white" data-node="5681948256d0a"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><h2>TO LEARN MORE, <i class="fa fa-phone"></i> <strong>CALL <a href="tel:407-986-1410">407-986-1410</a> TODAY!</strong></h2></div></div></div></div></div></div></div></div></div><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5a95a6f8e49a9" data-node="5a95a6f8e49a9"><div class="fl-row-content-wrap"><div class="fl-row-content fl-row-fixed-width fl-node-content"><div class="fl-col-group fl-node-5681949a4d393" data-node="5681949a4d393"><div class="fl-col fl-node-5681949a4d3de" data-node="5681949a4d3de"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5681949a4d463" data-node="5681949a4d463"><div class="fl-module-content fl-node-content"><div class="fl-rich-text"><h1>REQUEST A QUOTE</h1><p><span style="font-size: 24px;">Get a FREE no obligation quote from Commercial Laundries</span></p></div></div></div></div></div><div class="fl-col fl-node-5681949a4d424 fl-col-small" data-node="5681949a4d424"><div class="fl-col-content fl-node-content"><div class="fl-module fl-module-button fl-node-5681949a4d4a2" data-node="5681949a4d4a2"><div class="fl-module-content fl-node-content"><div class="fl-button-wrap fl-button-width-auto fl-button-left"> <a href="/free-estimate/" target="_self" class="fl-button" role="button"> <span class="fl-button-text">GET STARTED</span> </a></div></div></div></div></div></div></div></div></div></div></div></article></div></div></div></div><footer class="fl-page-footer-wrap" itemscope="itemscope" itemtype="http://schema.org/WPFooter"><div class="fl-page-footer-widgets"><div class="fl-page-footer-widgets-container container"><div class="fl-page-footer-widgets-row row"><div class="col-sm-12 col-md-12"><aside id="nav_menu-3" class="fl-widget widget_nav_menu"><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-1768" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1768"><a href="https://commerciallaundriesorlando.com/about-commercial-laundry-orlando/">About Us</a></li><li id="menu-item-1783" class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-1783"><a href="https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/">Leasing</a></li><li id="menu-item-1767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1767"><a href="https://commerciallaundriesorlando.com/card-operated-commercial-laundry-orlando-machine/">Sales</a></li><li id="menu-item-1766" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1766"><a href="https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/">New &amp; Used Equipment</a></li><li id="menu-item-1765" class="footer-btn menu-item menu-item-type-post_type menu-item-object-page menu-item-1765"><a href="https://commerciallaundriesorlando.com/commercial-laundries-orlando-laundry-equipment/">Contact Us</a></li><li id="menu-item-1757" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1757"><a title="footer-phone" href="tel:407-986-1410">T. 407-986-1410</a></li></ul></div></aside></div></div></div></div><div class="fl-page-footer"><div class="fl-page-footer-container container"><div class="fl-page-footer-row row"><div class="col-md-6 col-sm-6 text-left clearfix"><div class="fl-page-footer-text fl-page-footer-text-1">© 2019 Commercial Laundries Orlando, Inc. <a href="/commercial-laundries-privacy-policy">Privacy Policy</a> <a href="/commercial-laundries-sitemap/">Site Map</a><br>Powered by <a id="footer-credit" href="https://www.blueinteractiveagency.com/" target="_blank" title="Fort Lauderdale Web Design">Fort Lauderdale Web Design</a></div></div><div class="col-md-6 col-sm-6 text-right clearfix"><div class="fl-social-icons"> <a href="https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/" class="fa-stack icon-facebook" target="_blank"><span class="sr-only">Facebook</span> <i class="fa fa-circle fa-stack-2x mono"></i> <i class="fa fa-facebook mono fa-stack-1x fa-inverse"></i> </a><a href="https://twitter.com/orlandolaundry" class="fa-stack icon-twitter" target="_blank"><span class="sr-only">Twitter</span> <i class="fa fa-circle fa-stack-2x mono"></i> <i class="fa fa-twitter mono fa-stack-1x fa-inverse"></i> </a><a href="https://plus.google.com/+CommerciallaundriesorlandoFL/" class="fa-stack icon-google" target="_blank"><span class="sr-only">Google</span> <i class="fa fa-circle fa-stack-2x mono"></i> <i class="fa fa-google mono fa-stack-1x fa-inverse"></i> </a><a href="https://www.pinterest.com/orlandolaundry/" class="fa-stack icon-pinterest" target="_blank"><span class="sr-only">Pinterest</span> <i class="fa fa-circle fa-stack-2x mono"></i> <i class="fa fa-pinterest mono fa-stack-1x fa-inverse"></i> </a><a href="http://feeds.feedburner.com/CommercialLaundriesOrlando" class="fa-stack icon-rss" target="_blank"><span class="sr-only">Rss</span> <i class="fa fa-circle fa-stack-2x mono"></i> <i class="fa fa-rss mono fa-stack-1x fa-inverse"></i> </a></div></div></div></div></div></footer></div> <script type="text/javascript">if(typeof jQuery == 'undefined' || typeof jQuery.fn.on == 'undefined') { document.write('<script src="https://commerciallaundriesorlando.com/wp-includes/js/jquery/jquery.js"><\/script>'); document.write('<script src="https://commerciallaundriesorlando.com/wp-includes/js/jquery/jquery-migrate.min.js"><\/script>'); }</script> <style>[class*="fa fa-"]{font-family:FontAwesome!important}</style><script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/js/jquery.easing.min-1.4.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/js/jquery.fitvids.min-1.2.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/js/jquery.bxslider-2.1.4.2.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/uploads/bb-plugin/cache/2079-layout-cae1808da52be922e117cd4a0f179608.js'></script> <script type='text/javascript'>/* <![CDATA[ */ var countVars = {"disqusShortname":"commerciallaundriesorlando"}; /* ]]> */</script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/disqus-comment-system/public/js/comment_count-3.0.16.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/themes/bb-theme/js/jquery.throttle.min-1.6.5.1.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/js/jquery.magnificpopup.min-2.1.4.2.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/themes/bb-theme/js/bootstrap.min-1.6.5.1.js'></script> <script type='text/javascript' src='https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/themes/bb-theme/js/theme.min-1.6.5.1.js'></script> <script>(function(w, d){ var b = d.getElementsByTagName("body")[0]; var s = d.createElement("script"); s.async = true; var v = !("IntersectionObserver" in w) ? "8.12" : "10.12"; s.src = "https://commerciallaundriesorlando.com/wp-content/plugins/wp-rocket/inc/front/js/lazyload-" + v + ".min.js"; w.lazyLoadOptions = { elements_selector: "img, iframe", data_src: "lazy-src", data_srcset: "lazy-srcset", data_sizes: "lazy-sizes", skip_invisible: false, class_loading: "lazyloading", class_loaded: "lazyloaded", threshold: 300, callback_load: function(element) { if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) { if (element.classList.contains("lazyloaded") ) { if (typeof window.jQuery != "undefined") { if (jQuery.fn.fitVids) { jQuery(element).parent().fitVids(); } } } } } }; // Your options here. See "recipes" for more information about async. b.appendChild(s); }(window, document)); // Listen to the Initialized event window.addEventListener('LazyLoad::Initialized', function (e) { // Get the instance and puts it in the lazyLoadInstance variable var lazyLoadInstance = e.detail.instance; var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { lazyLoadInstance.update(); } ); } ); var b = document.getElementsByTagName("body")[0]; var config = { childList: true, subtree: true }; observer.observe(b, config); }, false);</script> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W5JKKF" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-W5JKKF');</script> <div id="schema-wrap" itemscope itemtype="http://schema.org/LocalBusiness" style="text-align: center;font-size: 12px;padding: 20px"> <span itemprop="name">Commercial Laundries Orlando, </span> <span Itemprop="description">Coin Operated Commercial Washers and Commercial Dryers Orlando. </span> Phone: <span itemprop="telephone">(407) 986-1410, </span> Website: <a itemprop="url" href=" http://commerciallaundriesorlando.com/">Commercial Laundries Orlando</a><br> Hours: <time itemprop="OpeningHoursSpecification" datetime="Mo, Tu, We, Th, Fr 9:00-18:00">Monday - Friday 9am to 6pm. </time> <a itemprop="map" href=" https://www.google.com/maps/place/10151+University+Blvd+%23175,+Orlando,+FL+32817/@28.5985226,-81.2446755,17z/data=!3m1!4b1!4m2!3m1!1s0x88e768b7c114df39:0xcfd66e29e224d0ce?espv=2&biw=1280&bih=899&q=10151+University+Blvd.+%23175+Orlando,+FL+32817&bav=on.2,or.r_cp.&bvm=bv.121099550,d.cWw&ion=1&um=1&ie=UTF-8&sa=X&ved=0ahUKEwji9v3W1MDMAhWJNiYKHZ-qBFEQ_AUIBigB">Driving Directions - Google Maps</a> <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><meta itemprop="name" content="Commercial Laundries Orlando"> Address: <span itemprop="streetAddress">10151 University Blvd. #175</span> <span itemprop="addressLocality">Orlando</span> <span itemprop="addressRegion">FL</span> <span itemprop="postalCode">32817</span><meta itemprop="addressCountry" content="USA"> </span></div><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"b84a2c01a3","applicationID":"29231173","transactionName":"YQQGYENYXBZUVxdQWVhOMUZYFlsLUVEbF0ZeEQ==","queueTime":0,"applicationTime":7,"atts":"TUMFFgtCTxg=","errorBeacon":"bam.nr-data.net","agent":""}</script></body></html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1555870791 -->
[ "<footer class=\"fl-page-footer-wrap\" itemscope=\"itemscope\" itemtype=\"http://schema.org/WPFooter\"><div class=\"fl-page-footer-widgets\"><div class=\"fl-page-footer-widgets-container container\"><div class=\"fl-page-footer-widgets-row row\"><div class=\"col-sm-12 col-md-12\"><aside id=\"nav_menu-3\" class=\"fl-widget widget_nav_menu\"><div class=\"menu-footer-container\"><ul id=\"menu-footer\" class=\"menu\"><li id=\"menu-item-1768\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1768\"><a href=\"https://commerciallaundriesorlando.com/about-commercial-laundry-orlando/\">About Us</a></li><li id=\"menu-item-1783\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-1783\"><a href=\"https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/\">Leasing</a></li><li id=\"menu-item-1767\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1767\"><a href=\"https://commerciallaundriesorlando.com/card-operated-commercial-laundry-orlando-machine/\">Sales</a></li><li id=\"menu-item-1766\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1766\"><a href=\"https://commerciallaundriesorlando.com/new-and-used-commercial-laundry-orlando-equipment/\">New &amp; Used Equipment</a></li><li id=\"menu-item-1765\" class=\"footer-btn menu-item menu-item-type-post_type menu-item-object-page menu-item-1765\"><a href=\"https://commerciallaundriesorlando.com/commercial-laundries-orlando-laundry-equipment/\">Contact Us</a></li><li id=\"menu-item-1757\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1757\"><a title=\"footer-phone\" href=\"tel:407-986-1410\">T. 407-986-1410</a></li></ul></div></aside></div></div></div></div><div class=\"fl-page-footer\"><div class=\"fl-page-footer-container container\"><div class=\"fl-page-footer-row row\"><div class=\"col-md-6 col-sm-6 text-left clearfix\"><div class=\"fl-page-footer-text fl-page-footer-text-1\">© 2019 Commercial Laundries Orlando, Inc. <a href=\"/commercial-laundries-privacy-policy\">Privacy Policy</a> <a href=\"/commercial-laundries-sitemap/\">Site Map</a><br/>Powered by <a id=\"footer-credit\" href=\"https://www.blueinteractiveagency.com/\" target=\"_blank\" title=\"Fort Lauderdale Web Design\">Fort Lauderdale Web Design</a></div></div><div class=\"col-md-6 col-sm-6 text-right clearfix\"><div class=\"fl-social-icons\"> <a href=\"https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/\" class=\"fa-stack icon-facebook\" target=\"_blank\"><span class=\"sr-only\">Facebook</span> <i class=\"fa fa-circle fa-stack-2x mono\"/> <i class=\"fa fa-facebook mono fa-stack-1x fa-inverse\"/> </a><a href=\"https://twitter.com/orlandolaundry\" class=\"fa-stack icon-twitter\" target=\"_blank\"><span class=\"sr-only\">Twitter</span> <i class=\"fa fa-circle fa-stack-2x mono\"/> <i class=\"fa fa-twitter mono fa-stack-1x fa-inverse\"/> </a><a href=\"https://plus.google.com/+CommerciallaundriesorlandoFL/\" class=\"fa-stack icon-google\" target=\"_blank\"><span class=\"sr-only\">Google</span> <i class=\"fa fa-circle fa-stack-2x mono\"/> <i class=\"fa fa-google mono fa-stack-1x fa-inverse\"/> </a><a href=\"https://www.pinterest.com/orlandolaundry/\" class=\"fa-stack icon-pinterest\" target=\"_blank\"><span class=\"sr-only\">Pinterest</span> <i class=\"fa fa-circle fa-stack-2x mono\"/> <i class=\"fa fa-pinterest mono fa-stack-1x fa-inverse\"/> </a><a href=\"http://feeds.feedburner.com/CommercialLaundriesOrlando\" class=\"fa-stack icon-rss\" target=\"_blank\"><span class=\"sr-only\">Rss</span> <i class=\"fa fa-circle fa-stack-2x mono\"/> <i class=\"fa fa-rss mono fa-stack-1x fa-inverse\"/> </a></div></div></div></div></div></footer>" ]
[ "<head><meta charset=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o&lt;t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e(\"handle\"),a=e(3),u=e(4),f=e(\"ee\").get(\"tracer\"),c=e(\"loader\"),s=NREUM;\"undefined\"==typeof window.newrelic&amp;&amp;(newrelic=s);var p=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],d=\"api-\",l=d+\"ixn-\";a(p,function(e,n){s[n]=o(d+n,!0,\"api\")}),s.addPageAction=o(d+\"addPageAction\",!0),s.setCurrentRouteName=o(d+\"routeName\",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o=\"function\"==typeof n;return i(l+\"tracer\",[c.now(),e,t],r),function(){if(f.emit((o?\"\":\"no-\")+\"fn-start\",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit(\"fn-err\",[arguments,this,e],t),e}finally{f.emit(\"fn-end\",[c.now()],t)}}}};a(\"actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){\"string\"==typeof e&amp;&amp;(e=new Error(e)),i(\"err\",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split(\".\"),r=n.split(\".\"),a=0;a&lt;r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\\/(\\S+)\\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&amp;&amp;u.indexOf(\"Chrome\")===-1&amp;&amp;u.indexOf(\"Chromium\")===-1&amp;&amp;(o=\"Safari\",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r=\"\",i=0;for(r in e)o.call(e,r)&amp;&amp;(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),\"undefined\"==typeof t&amp;&amp;(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o&lt;0?0:o);++r&lt;o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:\"undefined\"!=typeof window.performance&amp;&amp;window.performance.timing&amp;&amp;\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&amp;&amp;e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&amp;&amp;e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c&lt;f;c++)u[c].apply(a,r);var p=s[y[t]];return p&amp;&amp;p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r&lt;t.length;r++)t[r]===n&amp;&amp;t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||\"feature\",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&amp;&amp;(d.aborted=!0,s=d.backlog={})}var u=\"nr@context\",f=e(\"gos\"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&amp;&amp;Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e(\"ee\").get(\"handle\");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||\"object\"!==n&amp;&amp;\"function\"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i=\"nr@id\",a=e(\"gos\");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName(\"script\")[0];if(setTimeout(s.abort,3e4),!(e&amp;&amp;e.licenseKey&amp;&amp;e.applicationID&amp;&amp;n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f(\"mark\",[\"onload\",a()+x.offset],null,\"api\");var t=l.createElement(\"script\");t.src=\"https://\"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){\"complete\"===l.readyState&amp;&amp;i()}function i(){f(\"mark\",[\"domContent\",a()+x.offset],null,\"api\")}function a(){return O.exists&amp;&amp;performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e(\"handle\"),c=e(3),s=e(\"ee\"),p=e(2),d=window,l=d.document,m=\"addEventListener\",v=\"attachEvent\",g=d.XMLHttpRequest,w=g&amp;&amp;g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1123.min.js\"},b=g&amp;&amp;w&amp;&amp;w[m]&amp;&amp;!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m](\"DOMContentLoaded\",i,!1),d[m](\"load\",r,!1)):(l[v](\"onreadystatechange\",o),d[v](\"onload\",r)),f(\"mark\",[\"firstbyte\",u],null,\"api\");var E=0,O=e(5)},{}]},{},[\"loader\"]);</script><link rel=\"profile\" href=\"https://gmpg.org/xfn/11\"/><link rel=\"pingback\" href=\"https://commerciallaundriesorlando.com/xmlrpc.php\"/> <!--[if lt IE 9]> <script src=\"https://commerciallaundriesorlando.com/wp-content/themes/bb-theme/js/html5shiv.js\"></script> <script src=\"https://commerciallaundriesorlando.com/wp-content/themes/bb-theme/js/respond.min.js\"></script> <![endif]--><title>Orlando Campus Laundry Solutions | College Campus Laundry Machines</title><meta name=\"description\" content=\"With the help of Commercial Laundries, finding the right Orlando campus laundry solutions that can stand up to the rigors of consistent, daily use is easy.\"/><link rel=\"canonical\" href=\"https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/\"/><link rel=\"publisher\" href=\"https://plus.google.com/u/0/109851514713658182806\"/><meta property=\"og:locale\" content=\"en_US\"/><meta property=\"og:type\" content=\"article\"/><meta property=\"og:title\" content=\"Orlando Campus Laundry Solutions | College Campus Laundry Machines\"/><meta property=\"og:description\" content=\"With the help of Commercial Laundries, finding the right Orlando campus laundry solutions that can stand up to the rigors of consistent, daily use is easy.\"/><meta property=\"og:url\" content=\"https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/\"/><meta property=\"og:site_name\" content=\"Commercial Laundries Orlando\"/><meta property=\"article:publisher\" content=\"https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/\"/><meta property=\"og:image\" content=\"https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg\"/><meta property=\"og:image:secure_url\" content=\"https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/leasing-bg-1.jpg\"/><meta property=\"og:image:width\" content=\"1400\"/><meta property=\"og:image:height\" content=\"280\"/> <script type=\"application/ld+json\">{\"@context\":\"https:\\/\\/schema.org\",\"@type\":\"Organization\",\"url\":\"https:\\/\\/commerciallaundriesorlando.com\\/\",\"sameAs\":[\"https:\\/\\/www.facebook.com\\/Commercial-Laundries-Orlando-1034632456621344\\/\",\"https:\\/\\/www.linkedin.com\\/company\\/commercial-laundries\",\"https:\\/\\/plus.google.com\\/u\\/0\\/109851514713658182806\",\"https:\\/\\/www.youtube.com\\/channel\\/UCQM7ELjbP8AweQQp2Jg5vDA\",\"https:\\/\\/www.pinterest.com\\/commlaundries\\/\",\"https:\\/\\/twitter.com\\/coinwasherdryer\"],\"@id\":\"https:\\/\\/commerciallaundriesorlando.com\\/#organization\",\"name\":\"Commercial Laundries Orlando\",\"logo\":\"https:\\/\\/commerciallaundriesorlando.com\\/wp-content\\/uploads\\/2016\\/04\\/logo-orlando.jpg\"}</script> <script type=\"application/ld+json\">{\"@context\":\"https:\\/\\/schema.org\",\"@type\":\"BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@id\":\"https:\\/\\/commerciallaundriesorlando.com\\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@id\":\"https:\\/\\/commerciallaundriesorlando.com\\/orlando-leasing-laundry-equipment-options\\/\",\"name\":\"Leasing\"}},{\"@type\":\"ListItem\",\"position\":3,\"item\":{\"@id\":\"https:\\/\\/commerciallaundriesorlando.com\\/orlando-leasing-laundry-equipment-options\\/orlando-campus-laundry-solutions\\/\",\"name\":\"Orlando Campus Laundry Solutions\"}}]}</script> <link rel=\"dns-prefetch\" href=\"//maxcdn.bootstrapcdn.com\"/><link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Commercial Laundries Orlando » Feed\" href=\"https://commerciallaundriesorlando.com/feed/\"/><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Commercial Laundries Orlando » Comments Feed\" href=\"https://commerciallaundriesorlando.com/comments/feed/\"/><style type=\"text/css\">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-0.1em!important;background:none!important;padding:0!important}</style><link rel=\"stylesheet\" id=\"jquery-bxslider-css\" href=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/css/jquery.bxslider-2.1.4.2.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"fl-builder-layout-2079-css\" href=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/uploads/bb-plugin/cache/2079-layout-cae1808da52be922e117cd4a0f179608.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"page-list-style-css\" href=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/page-list/css/page-list-5.1.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"font-awesome-css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=2.1.4.2\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"mono-social-icons-css\" href=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/themes/bb-theme/css/mono-social-icons-1.6.5.1.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"jquery-magnificpopup-css\" href=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/plugins/bb-plugin/css/jquery.magnificpopup-2.1.4.2.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"bootstrap-css\" href=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/themes/bb-theme/css/bootstrap.min-1.6.5.1.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"fl-automator-skin-css\" href=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-content/uploads/bb-theme/skin-5b68aaa831a58-1.6.5.1.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"fl-builder-google-fonts-6c537a80a7b125e5dd8229df6a56ba7d-css\" href=\"https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900&amp;ver=4.9.10\" type=\"text/css\" media=\"all\"/> <script type=\"text/javascript\" src=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-1.12.4.js\"/> <script type=\"text/javascript\" src=\"https://commerciallaundriesorlando.com/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-migrate.min-1.4.1.js\"/> <link rel=\"https://api.w.org/\" href=\"https://commerciallaundriesorlando.com/wp-json/\"/><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://commerciallaundriesorlando.com/xmlrpc.php?rsd\"/><link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://commerciallaundriesorlando.com/wp-includes/wlwmanifest.xml\"/><meta name=\"generator\" content=\"WordPress 4.9.10\"/><link rel=\"shortlink\" href=\"https://commerciallaundriesorlando.com/?p=2079\"/> <script type=\"application/ld+json\">{\n \"@context\": \"http://schema.org\",\n \"@type\": \"Organization\",\n \"name\": \"Commercial Laundries Orlando\",\n \"url\": \"https://commerciallaundriesorlando.com\",\n \"logo\": \"https://commerciallaundriesorlando.com/images/logo.png\",\n \"contactPoint\": [\n {\n \"@type\": \"ContactPoint\",\n \"telephone\": \"+1-407-986-1410\",\n \"contactType\": \"sales\",\n \"areaServed\": [\n \"US\"\n ],\n \"availableLanguage\": [\n \"English\"\n ]\n }\n ],\n \"sameAs\": [\n \"https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/\",\n \"https://twitter.com/coinwasherdryer\",\n \"https://plus.google.com/+CommerciallaundriesorlandoFL/\"\n ]\n}</script> <script type=\"application/ld+json\">{\n \"@context\": \"http://schema.org\",\n \"@type\": \"Organization\",\n \"name\": \"Commercial Laundries Orlando\",\n \"url\": \"https://commerciallaundriesorlando.com\",\n \"logo\": \"https://commerciallaundriesorlando.com/images/logo.png\",\n \"contactPoint\": [\n {\n \"@type\": \"ContactPoint\",\n \"telephone\": \"+1-407-986-1410\",\n \"contactType\": \"sales\",\n \"areaServed\": [\n \"US\"\n ],\n \"availableLanguage\": [\n \"English\"\n ]\n }\n ],\n \"sameAs\": [\n \"https://www.facebook.com/Commercial-Laundries-Orlando-1034632456621344/\",\n \"https://twitter.com/coinwasherdryer\",\n \"https://plus.google.com/+CommerciallaundriesorlandoFL/\"\n ]\n}</script> <style type=\"text/css\">.recentcomments a{display:inline!important;padding:0!important;margin:0!important}</style><link rel=\"icon\" href=\"https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-150x150.png\" sizes=\"32x32\"/><link rel=\"icon\" href=\"https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-300x300.png\" sizes=\"192x192\"/><link rel=\"apple-touch-icon-precomposed\" href=\"https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-300x300.png\"/><meta name=\"msapplication-TileImage\" content=\"https://commerciallaundriesorlando.com/wp-content/uploads/2015/12/cropped-commerical-laundries-1-300x300.png\"/><link rel=\"stylesheet\" href=\"https://commerciallaundriesorlando.com/wp-content/themes/bb-theme-child/style.css\"/></head>" ]
[ "<title>Orlando Campus Laundry Solutions | College Campus Laundry Machines</title>" ]
[ { "key": "datasource", "type": "global", "value": "commerciallaundriesorlando.com > orlando leasing laundry equipment options > orlando campus laundry solutions" } ]
[ { "char_end_idx": 117, "char_start_idx": 0, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 278, "char_start_idx": 117, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 401, "char_start_idx": 278, "key": "length", "type": "local", "value": "122" }, { "char_end_idx": 598, "char_start_idx": 401, "key": "length", "type": "local", "value": "196" }, { "char_end_idx": 719, "char_start_idx": 598, "key": "length", "type": "local", "value": "120" }, { "char_end_idx": 803, "char_start_idx": 719, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 954, "char_start_idx": 803, "key": "length", "type": "local", "value": "150" }, { "char_end_idx": 1120, "char_start_idx": 954, "key": "length", "type": "local", "value": "165" }, { "char_end_idx": 1300, "char_start_idx": 1120, "key": "length", "type": "local", "value": "179" }, { "char_end_idx": 1395, "char_start_idx": 1300, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 1501, "char_start_idx": 1395, "key": "length", "type": "local", "value": "105" }, { "char_end_idx": 1801, "char_start_idx": 1501, "key": "length", "type": "local", "value": "299" }, { "char_end_idx": 1889, "char_start_idx": 1801, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 1976, "char_start_idx": 1889, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 2244, "char_start_idx": 1976, "key": "length", "type": "local", "value": "267" }, { "char_end_idx": 2365, "char_start_idx": 2244, "key": "length", "type": "local", "value": "120" }, { "char_end_idx": 2465, "char_start_idx": 2365, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 2622, "char_start_idx": 2465, "key": "length", "type": "local", "value": "156" }, { "char_end_idx": 2839, "char_start_idx": 2622, "key": "length", "type": "local", "value": "216" }, { "char_end_idx": 2932, "char_start_idx": 2839, "key": "length", "type": "local", "value": "92" }, { "char_end_idx": 3060, "char_start_idx": 2932, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 3094, "char_start_idx": 3060, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 3184, "char_start_idx": 3094, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 3299, "char_start_idx": 3184, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 3324, "char_start_idx": 3299, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 3419, "char_start_idx": 3324, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 3501, "char_start_idx": 3419, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 3591, "char_start_idx": 3501, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 3617, "char_start_idx": 3591, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 3792, "char_start_idx": 3617, "key": "length", "type": "local", "value": "174" }, { "char_end_idx": 3907, "char_start_idx": 3792, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 4007, "char_start_idx": 3907, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 4117, "char_start_idx": 4007, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 4213, "char_start_idx": 4117, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 4278, "char_start_idx": 4213, "key": "length", "type": "local", "value": "64" } ]
[ { "key": "length", "type": "global", "value": "4302" } ]
[ { "char_end_idx": 279, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "p" }, { "char_end_idx": 599, "char_start_idx": 280, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1121, "char_start_idx": 600, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1122, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-module-content fl-node-content fl-rich-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1122, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col fl-node-5a95a6f8e463d fl-col-small fl-col-content fl-node-content fl-module fl-module-rich-text fl-node-5a95a6f8e4521", "5a95a6f8e463d 5a95a6f8e4521" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1122, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col-group fl-node-5a95a6f8e45ea", "5a95a6f8e45ea" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1122, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-row fl-row-full-width fl-row-bg-color fl-node-5a95a6f8e457f fl-row-content-wrap fl-row-content fl-row-fixed-width fl-node-content", "5a95a6f8e457f" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1802, "char_start_idx": 1122, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 2245, "char_start_idx": 1803, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2623, "char_start_idx": 2246, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2624, "char_start_idx": 1122, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-module fl-module-rich-text fl-node-5a95a6f8e4966 fl-module-content fl-node-content fl-rich-text", "5a95a6f8e4966" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2696, "char_start_idx": 2624, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #000000;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2696, "char_start_idx": 2624, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "h1" }, { "char_end_idx": 2818, "char_start_idx": 2697, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h4" }, { "char_end_idx": 2819, "char_start_idx": 2624, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-module fl-module-rich-text fl-node-5a95add5d2e6b main-content double fl-module-content fl-node-content fl-rich-text", "5a95add5d2e6b" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2819, "char_start_idx": 1122, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col-group fl-node-5a95a6f8e4277 fl-col fl-node-5a95a6f8e42ba fl-col-content fl-node-content", "5a95a6f8e4277 5a95a6f8e42ba" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2840, "char_start_idx": 2819, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "strong" }, { "char_end_idx": 3061, "char_start_idx": 2819, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 3095, "char_start_idx": 3062, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 3300, "char_start_idx": 3062, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3301, "char_start_idx": 2819, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 3301, "char_start_idx": 2819, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-module-content fl-node-content fl-rich-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3301, "char_start_idx": 2819, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col fl-node-5a95a6f8e47bd fl-col-small fl-col-content fl-node-content fl-module fl-module-rich-text fl-node-5a95a6f8e4890 main-content", "5a95a6f8e47bd 5a95a6f8e4890" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3325, "char_start_idx": 3301, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "strong" }, { "char_end_idx": 3592, "char_start_idx": 3301, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 3618, "char_start_idx": 3593, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 3793, "char_start_idx": 3593, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3794, "char_start_idx": 3301, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 3794, "char_start_idx": 3301, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-module-content fl-node-content fl-rich-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3794, "char_start_idx": 3301, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col fl-node-5a95a6f8e4801 fl-col-small fl-col-content fl-node-content fl-module fl-module-rich-text fl-node-5a95a6f8e4848 main-content", "5a95a6f8e4801 5a95a6f8e4848" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3794, "char_start_idx": 2819, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col-group fl-node-5a95a6f8e4773", "5a95a6f8e4773" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4008, "char_start_idx": 3794, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 4009, "char_start_idx": 3794, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-module fl-module-rich-text fl-node-5a95ade384a89 fl-module-content fl-node-content fl-rich-text", "5a95ade384a89" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4009, "char_start_idx": 3794, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col-group fl-node-5a95a6f8e48d7 fl-col fl-node-5a95a6f8e491f fl-col-content fl-node-content", "5a95a6f8e48d7 5a95a6f8e491f" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4009, "char_start_idx": 1122, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-row fl-row-full-width fl-row-bg-photo fl-node-5a95a6f8e4233 fl-row-content-wrap fl-row-content fl-row-fixed-width fl-node-content", "5a95a6f8e4233" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4024, "char_start_idx": 4009, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h1" }, { "char_end_idx": 4025, "char_start_idx": 4009, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-module-content fl-node-content fl-rich-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 4009, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col fl-node-5681949a4d3de fl-col-content fl-node-content fl-module fl-module-rich-text fl-node-5681949a4d463", "5681949a4d3de 5681949a4d463" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 4009, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-col-group fl-node-5681949a4d393", "5681949a4d393" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 4009, "html_attrs": { "attrs": [ "class", "data-node" ], "values": [ "fl-row fl-row-full-width fl-row-bg-color fl-node-5a95a6f8e49a9 fl-row-content-wrap fl-row-content fl-row-fixed-width fl-node-content", "5a95a6f8e49a9" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemprop", "data-post-id" ], "values": [ "fl-post-content clearfix fl-builder-content fl-builder-content-2079 fl-builder-content-primary fl-builder-global-templates-locked", "text", "2079" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "itemscope", "itemtype" ], "values": [ "fl-post post-2079 page type-page status-publish hentry", "fl-post-2079", "itemscope", "https://schema.org/CreativeWork" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "article" }, { "char_end_idx": 4025, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-content-full container row fl-content col-md-12" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "fl-page-content", "mainContentOfPage" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-page" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4025, "char_start_idx": 4025, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "noscript" }, { "char_end_idx": 4055, "char_start_idx": 4025, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 4119, "char_start_idx": 4055, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4142, "char_start_idx": 4126, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "telephone" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4179, "char_start_idx": 4151, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "http://commerciallaundriesorlando.com/", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4215, "char_start_idx": 4187, "html_attrs": { "attrs": [ "itemprop", "datetime" ], "values": [ "OpeningHoursSpecification", "Mo, Tu, We, Th, Fr 9:00-18:00" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "time" }, { "char_end_idx": 4247, "char_start_idx": 4215, "html_attrs": { "attrs": [ "itemprop", "href" ], "values": [ "map", "https://www.google.com/maps/place/10151+University+Blvd+%23175,+Orlando,+FL+32817/@28.5985226,-81.2446755,17z/data=!3m1!4b1!4m2!3m1!1s0x88e768b7c114df39:0xcfd66e29e224d0ce?espv=2&biw=1280&bih=899&q=10151+University+Blvd.+%23175+Orlando,+FL+32817&bav=on.2,or.r_cp.&bvm=bv.121099550,d.cWw&ion=1&um=1&ie=UTF-8&sa=X&ved=0ahUKEwji9v3W1MDMAhWJNiYKHZ-qBFEQ_AUIBigB" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4248, "char_start_idx": 4248, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "name", "Commercial Laundries Orlando" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 4284, "char_start_idx": 4257, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "streetAddress" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4292, "char_start_idx": 4285, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "addressLocality" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4295, "char_start_idx": 4293, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "addressRegion" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4301, "char_start_idx": 4296, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "postalCode" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4301, "char_start_idx": 4301, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "addressCountry", "USA" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "meta" }, { "char_end_idx": 4302, "char_start_idx": 4248, "html_attrs": { "attrs": [ "itemprop", "itemscope", "itemtype" ], "values": [ "address", "", "http://schema.org/PostalAddress" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4302, "char_start_idx": 4025, "html_attrs": { "attrs": [ "id", "itemscope", "itemtype", "style" ], "values": [ "schema-wrap", "", "http://schema.org/LocalBusiness", "text-align: center;font-size: 12px;padding: 20px" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 4302, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "page-template-default page page-id-2079 page-child parent-pageid-231 fl-builder fl-preset-default fl-full-width fl-search-active", "itemscope", "https://schema.org/WebPage" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 280, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "Durable and efficient commercial laundry machines are crucial at universities and college campuses across the country. And, with the help of Commercial Laundries, finding the right Orlando campus laundry solutions that can stand up to the rigors of consistent, daily use is easy.\n" }, { "char_end_idx": 600, "char_start_idx": 280, "key": "paragraph", "marker": "p", "type": "local", "value": "Our affordable, top brand card and coin operated commercial laundry equipment benefit both you and your school’s students. Users have access to effective washers and dryers that allow them to launder their clothing quickly and effortlessly, while you integrate a profitable, ongoing stream of revenue for your business.\n" }, { "char_end_idx": 1122, "char_start_idx": 600, "key": "paragraph", "marker": "p", "type": "local", "value": "Not sure where to start regarding Orlando campus laundry solutions? Commercial Laundries is happy to come alongside you. Leasing commercial washers and dryers comprises a large percentage of our business. Our skilled team members can help you create a strategy that designs your onsite laundry facility for maximum usage depending on your available space. By taking into account your budget, needs, environmental aspects and other factors, we will help you outfit and customize your onsite college laundry equipment area.\n" }, { "char_end_idx": 1803, "char_start_idx": 1122, "key": "paragraph", "marker": "p", "type": "local", "value": "When you decided to move forward with integrating an onsite commercial laundry area into a college campus or university, you will have a few decisions to make regarding equipment. For starters, consider if purchasing or leasing equipment is the right choice for your budget. Leasing allows you to outfit an Orlando commercial laundry space quickly without a large outlay of money. Plus, at Commercial Laundries, all of our lease customers receive free regular service and maintenance on their equipment for the lifetime of the lease! This ensures all washers and dryers are working at peak performance and your customers are getting efficient, durable machinery to use every time.\n" }, { "char_end_idx": 2246, "char_start_idx": 1803, "key": "paragraph", "marker": "p", "type": "local", "value": "Next, determine if you prefer card or coin operated Orlando academic laundry equipment. Both card and coin operated washers and dryers have a variety of benefits and options. For customers who select coin operated equipment, you will be happy to know that our machines come with large capacity coin vault storage, which will minimize your collection time, and have theft deterrent construction plus safeguards against foreign coins and slugs.\n" }, { "char_end_idx": 2624, "char_start_idx": 2246, "key": "paragraph", "marker": "p", "type": "local", "value": "Card operated Orlando campus laundry solutions and college campuses offer ease of use through the swipe of a Smart Card. Students upload funds onto their Smart Card through the Clean Pay kiosk installed in your facility. This can help keep the facility safer as less cash and coin are on hand, plus through automation from the kiosk, bookkeeping will be a breeze come tax time.\n" }, { "char_end_idx": 2696, "char_start_idx": 2624, "key": "paragraph", "marker": "h1", "type": "local", "value": "Want a High Functioning and Profitable Orlando Commercial Laundry Space?" }, { "char_end_idx": 2818, "char_start_idx": 2696, "key": "paragraph", "marker": "h4", "type": "local", "value": "\nMake the most out of your onsite commercial laundry facility and keep students coming back by implementing the following:" }, { "char_end_idx": 2819, "char_start_idx": 2818, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3061, "char_start_idx": 2819, "key": "paragraph", "marker": "li", "type": "local", "value": "Consider convenience.\nChoose a high traffic, easily found and accessible location to create your laundry facility. Depending on the layout of your campus, this could mean one main laundry facility, or smaller spaces located in each dormitory." }, { "char_end_idx": 3300, "char_start_idx": 3061, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHighlight Cleanliness and Safety.\nStudents and their parents will want to know the onsite laundry facility is a safe space. Provide a well-light area that is cleaned and maintained daily, with easy to see trash receptacles and exit areas." }, { "char_end_idx": 3301, "char_start_idx": 3300, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 3592, "char_start_idx": 3301, "key": "paragraph", "marker": "li", "type": "local", "value": "Add fun to the facility.\nEven with the newest, quickest machines, there is a wait time when completing a laundry cycle. Consider adding free Wi-Fi so students can complete assignments on their laptops. Also, think about adding vending machines, televisions, and a variety of seating options." }, { "char_end_idx": 3793, "char_start_idx": 3592, "key": "paragraph", "marker": "li", "type": "local", "value": "\nImplement new technology.\nSave on water, gas, sewage and electricity, while also providing students with the most efficient machines when you choose washers and dryers made with the latest technology." }, { "char_end_idx": 3794, "char_start_idx": 3793, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4009, "char_start_idx": 3794, "key": "paragraph", "marker": "p", "type": "local", "value": "When you need Orlando College Campus Commercial Laundry machines for lease or purchase, call Commercial Laundries. Let us help you customize your onsite laundry area and make it a profitable and enjoyable endeavor.\n" }, { "char_end_idx": 4024, "char_start_idx": 4009, "key": "paragraph", "marker": "h1", "type": "local", "value": "REQUEST A QUOTE" }, { "char_end_idx": 4025, "char_start_idx": 4024, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4302, "char_start_idx": 4025, "key": "paragraph", "marker": "div", "type": "local", "value": "Commercial Laundries Orlando, Coin Operated Commercial Washers and Commercial Dryers Orlando. Phone: (407) 986-1410, Website: Commercial Laundries Orlando\nHours: Monday - Friday 9am to 6pm. Driving Directions - Google Maps Address: 10151 University Blvd. #175 Orlando FL 32817\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Orlando Campus Laundry Solutions | College Campus Laundry Machines" } ]
[ { "key": "url", "type": "global", "value": "https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/" } ]
[]
Durable and efficient commercial laundry machines are crucial at universities and college campuses across the country. And, with the help of Commercial Laundries, finding the right Orlando campus laundry solutions that can stand up to the rigors of consistent, daily use is easy. Our affordable, top brand card and coin operated commercial laundry equipment benefit both you and your school’s students. Users have access to effective washers and dryers that allow them to launder their clothing quickly and effortlessly, while you integrate a profitable, ongoing stream of revenue for your business. Not sure where to start regarding Orlando campus laundry solutions? Commercial Laundries is happy to come alongside you. Leasing commercial washers and dryers comprises a large percentage of our business. Our skilled team members can help you create a strategy that designs your onsite laundry facility for maximum usage depending on your available space. By taking into account your budget, needs, environmental aspects and other factors, we will help you outfit and customize your onsite college laundry equipment area. When you decided to move forward with integrating an onsite commercial laundry area into a college campus or university, you will have a few decisions to make regarding equipment. For starters, consider if purchasing or leasing equipment is the right choice for your budget. Leasing allows you to outfit an Orlando commercial laundry space quickly without a large outlay of money. Plus, at Commercial Laundries, all of our lease customers receive free regular service and maintenance on their equipment for the lifetime of the lease! This ensures all washers and dryers are working at peak performance and your customers are getting efficient, durable machinery to use every time. Next, determine if you prefer card or coin operated Orlando academic laundry equipment. Both card and coin operated washers and dryers have a variety of benefits and options. For customers who select coin operated equipment, you will be happy to know that our machines come with large capacity coin vault storage, which will minimize your collection time, and have theft deterrent construction plus safeguards against foreign coins and slugs. Card operated Orlando campus laundry solutions and college campuses offer ease of use through the swipe of a Smart Card. Students upload funds onto their Smart Card through the Clean Pay kiosk installed in your facility. This can help keep the facility safer as less cash and coin are on hand, plus through automation from the kiosk, bookkeeping will be a breeze come tax time. Want a High Functioning and Profitable Orlando Commercial Laundry Space? Make the most out of your onsite commercial laundry facility and keep students coming back by implementing the following: Consider convenience. Choose a high traffic, easily found and accessible location to create your laundry facility. Depending on the layout of your campus, this could mean one main laundry facility, or smaller spaces located in each dormitory. Highlight Cleanliness and Safety. Students and their parents will want to know the onsite laundry facility is a safe space. Provide a well-light area that is cleaned and maintained daily, with easy to see trash receptacles and exit areas. Add fun to the facility. Even with the newest, quickest machines, there is a wait time when completing a laundry cycle. Consider adding free Wi-Fi so students can complete assignments on their laptops. Also, think about adding vending machines, televisions, and a variety of seating options. Implement new technology. Save on water, gas, sewage and electricity, while also providing students with the most efficient machines when you choose washers and dryers made with the latest technology. When you need Orlando College Campus Commercial Laundry machines for lease or purchase, call Commercial Laundries. Let us help you customize your onsite laundry area and make it a profitable and enjoyable endeavor. REQUEST A QUOTE Commercial Laundries Orlando, Coin Operated Commercial Washers and Commercial Dryers Orlando. Phone: (407) 986-1410, Website: Commercial Laundries Orlando Hours: Monday - Friday 9am to 6pm. Driving Directions - Google Maps Address: 10151 University Blvd. #175 Orlando FL 32817
https://commerciallaundriesorlando.com/orlando-leasing-laundry-equipment-options/orlando-campus-laundry-solutions/
[ { "char_end_idx": 188, "char_start_idx": 181, "key": "entity", "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 641, "char_start_idx": 634, "key": "entity", "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 1436, "char_start_idx": 1429, "key": "entity", "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 1862, "char_start_idx": 1855, "key": "entity", "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 2267, "char_start_idx": 2260, "key": "entity", "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 2365, "char_start_idx": 2355, "key": "entity", "type": "local", "value": "Smart_card" }, { "char_end_idx": 2410, "char_start_idx": 2400, "key": "entity", "type": "local", "value": "Smart_card" }, { "char_end_idx": 3447, "char_start_idx": 3442, "key": "entity", "type": "local", "value": "Wi-Fi" }, { "char_end_idx": 4292, "char_start_idx": 4285, "key": "entity", "type": "local", "value": "Orlando,_Florida" } ]
[ { "char_end_idx": 280, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 1122, "char_start_idx": 600, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 1803, "char_start_idx": 1122, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 2246, "char_start_idx": 1803, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 2624, "char_start_idx": 2246, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Orlando,_Florida" }, { "char_end_idx": 2624, "char_start_idx": 2246, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Smart_card" }, { "char_end_idx": 3592, "char_start_idx": 3301, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wi-Fi" }, { "char_end_idx": 4302, "char_start_idx": 4025, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Orlando,_Florida" } ]
0
336
1556294236000
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <title>Thank you for great jewelry!!! - Inspiranza Designs</title> <link rel="dns-prefetch preconnect" href="https://cdn11.bigcommerce.com/s-cyevl" crossorigin><link rel="dns-prefetch preconnect" href="https://fonts.googleapis.com" crossorigin><link rel="dns-prefetch preconnect" href="https://fonts.gstatic.com" crossorigin> <meta name="keywords" content="sterling silver jewelry, handcrafted silver jewelry, handstamped silver jewelry, silver jewelry, .925 sterling silver jewelry, unique sterling silver jewelry"><meta name="description" content="I received the Tuscany set and it is better than I thought it could be. Thank you for great jewelry!!!!!Jackie B., Independence, MO"><link rel='canonical' href='https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/' /><meta property="og:type" content="article" /> <meta property="og:title" content="Thank you for great jewelry!!!" /> <meta property="og:description" content="I received the Tuscany set and it is better than I thought it could be. Thank you for great jewelry!!!!!Jackie B., Independence, MO" /> <meta property="og:url" content="https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/" /> <meta property="og:site_name" content="Inspiranza Designs" /> <meta property="og:image" content="https://cdn11.bigcommerce.com/s-cyevl/product_images/uploaded_images/tuscany.jpg" /> <meta property="fb:admins" content="diane" /> <link href="https://cdn11.bigcommerce.com/s-cyevl/product_images/flavicon.jpg" rel="shortcut icon"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <script> // Change document class from no-js to js so we can detect this in css document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); </script> <link href="https://fonts.googleapis.com/css?family=Oswald:300|Karla:400|Montserrat:400" rel="stylesheet"> <link data-stencil-stylesheet href="https://cdn11.bigcommerce.com/s-cyevl/stencil/7877bb80-13b7-0137-1853-2f8595a05773/e/d602ae70-3cce-0137-573f-0242ac110011/css/theme-5d3201d0-2eeb-0137-677a-0242ac110008.css" rel="stylesheet"> <!-- Start Tracking Code for analytics_facebook --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('set', 'autoConfig', 'false', '936454806410864'); fbq('init', '936454806410864'); fbq('set', 'agent', 'plbigcommerce1.2', '936454806410864'); window.onload=function() { var m, productIdMap = {}, productIdsOnPage = getUniqueProductIdsOnPage(), urlParams = decodeURIComponent(window.location.search); fbq('track', 'PageView'); // Search events start -- only fire if the shopper lands on the /search.php page if (window.location.pathname.indexOf('/search.php') !== -1) { if ((m = /search_query=(.*)&/.exec(urlParams)) !== null) { fbq('track', 'Search', { content_ids: productIdsOnPage, content_type: 'product_group', search_string: m[1] }); } } // Search events end // Wishlist events start -- only fire if the shopper attempts to add an item to their wishlist if (window.location.pathname.indexOf('/wishlist.php') !== -1 && (m = /added_product_id=(.\d)/.exec(urlParams)) !== null) { fbq('track', 'AddToWishlist', { content_ids: [m[1]], content_type: 'product_group' }); } // Wishlist events end // Lead events start -- only fire if the shopper subscribes to newsletter if (window.location.pathname.indexOf('/subscribe.php') !== -1 && (m = /result=success/.exec(urlParams)) !== null) { fbq('track', 'Lead', {}); } // Lead events end // Registration events start -- only fire if the shopper registers an account if (window.location.pathname.indexOf('/login.php') !== -1 && (m = /action=account_created/.exec(urlParams)) !== null) { fbq('track', 'CompleteRegistration', {}); } // Registration events end // Checkout events start -- only fire if the shopper lands on a /checkout* page if(window.location.pathname.indexOf('/checkout') !== -1) { if (urlParams.indexOf('process_payment') !== -1) { fbq('track', 'AddPaymentInfo'); } else { fbq('track', 'InitiateCheckout'); } } // Checkout events end function getUniqueProductIdsOnPage() { return Array.prototype.reduce.call(document.querySelectorAll('[data-product], [data-product-id]'), function(acc, obj) { var productId = obj.getAttribute('data-product') || obj.getAttribute('data-product-id'); if (!productIdMap[productId]) { productIdMap[productId] = true; acc.push(productId); } return acc; }, []); } } </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=936454806410864&ev=PageView&noscript=1&a=plbigcommerce1.2"/></noscript> <!-- End Tracking Code for analytics_facebook --> <!-- Start Tracking Code for analytics_googleanalytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-526901-1', 'auto'); ga('require', 'displayfeatures'); ga('send', 'pageview'); setTimeout("ga('send','event','adjusted bounce rate','page visit 45 seconds or more')",45000); ga('require', 'ecommerce', 'ecommerce.js'); function trackEcommerce() { this._addTrans = addTrans; this._addItem = addItems; this._trackTrans = trackTrans; } function addTrans(orderID,store,total,tax,shipping,city,state,country) { ga('ecommerce:addTransaction', { 'id': orderID, 'affiliation': store, 'revenue': total, 'tax': tax, 'shipping': shipping, 'city': city, 'state': state, 'country': country }); } function addItems(orderID,sku,product,variation,price,qty) { ga('ecommerce:addItem', { 'id': orderID, 'sku': sku, 'name': product, 'category': variation, 'price': price, 'quantity': qty }); } function trackTrans() { ga('ecommerce:send'); } var pageTracker = new trackEcommerce(); </script> <script src="//platform.twitter.com/oct.js" type="text/javascript"></script> <script type="text/javascript">twttr.conversion.trackPid('ntl0y', { tw_sale_amount: 0, tw_order_quantity: 0 });</script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=ntl0y&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" /> <img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=ntl0y&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" /> </noscript> <meta name="p:domain_verify" content="1965dc811d22dd32846e42dbfa3cff78"/> <meta name="msvalidate.01" content="F3305F8D58587C99AF8DB1CDDBA3DD2E" /> <meta name="msvalidate.01" content="A72DCA3EA078426A1DD16F14B18009FB" /> <script type="text/javascript"> adroll_adv_id = "WHSMEWR2HJAU3IUI4R7RNJ"; adroll_pix_id = "4NDSC2H3B5G7REXODGUNI5"; /* OPTIONAL: provide email to improve user identification */ /* adroll_email = "[email protected]"; */ (function () { var _onload = function(){ if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return} if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return} var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); }; if (window.addEventListener) {window.addEventListener('load', _onload, false);} else {window.attachEvent('onload', _onload)} }()); </script> <script type="text/javascript"> !function(e){if(!window.pintrk){window.pintrk=function() {window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var n=window.pintrk;n.queue=[],n.version="3.0";var t=document.createElement("script");t.async=!0,t.src=e;var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r)}} ("https://s.pinimg.com/ct/core.js"); pintrk('load','2613788048285', { em: '%%ORDER_EMAIL%%' }); pintrk('page'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=2613788048285&noscript=1" /> </noscript> <!-- End Tracking Code for analytics_googleanalytics --> <script type="text/javascript"> window.onAmazonLoginReady = function () { amazon.Login.setClientId('amzn1.application-oa2-client.8e456d0dcdc043e0b2290555f15f1af3'); }; </script> <script type="text/javascript" src="https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js?sellerId=AXOJT030T8I4F" defer></script> <script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/bower/checkout-sdk/dist/checkout-button.umd-cf159a4e7e981bd47792e86246334cfa48506bbb.js" defer></script> <script type="text/javascript" src="https://cdn11.bigcommerce.com/r-a41835e6c018f3c43baf0184da4bd7b06b26a61b/vendor/bower_components/braintree-web/index.js" defer></script> <script type="text/javascript" src="https://cdn11.bigcommerce.com/r-a41835e6c018f3c43baf0184da4bd7b06b26a61b/javascript/braintree.js" defer></script> <script type="text/javascript"> var BCData = {"csrf_token":"d4d5899fed87fdd7874ee2fc7ccf817fd6e3724bfb5618d3d47ef3a7ceac1278"}; </script> <script> /*ConvertCart.com-inspiranzadesigns.com*/(function(c,o,n,v,e,r,t,s){s=c.fetch?'f':'', c.ccartObj=e,c[e]=c[e]||function(){(c[e].q=c[e].q||[]).push(arguments)},c[e].t=Date.now(), r=o.createElement(n);r.async=1;r.src=v+s+'.js';t=o.getElementsByTagName(n)[0];t.parentNode .insertBefore(r,t)})(window, document,'script','//cdn.convertcart.com/11111735','ccart') </script> <!-- snippet location htmlhead --> </head> <body> <!-- snippet location header --> <svg data-src="https://cdn11.bigcommerce.com/s-cyevl/stencil/7877bb80-13b7-0137-1853-2f8595a05773/e/d602ae70-3cce-0137-573f-0242ac110011/img/icon-sprite.svg" class="icons-svg-sprite"></svg> <header class="header" role="banner"> <a href="#" class="mobileMenu-toggle" data-mobile-menu-toggle="menu"> <span class="mobileMenu-toggleIcon">Toggle menu</span> </a> <nav class="navUser"> <ul class="navUser-section navUser-section--alt"> <li class="navUser-item"> <a class="navUser-action navUser-item--compare" href="/compare" data-compare-nav>Compare <span class="countPill countPill--positive countPill--alt"></span></a> </li> <li class="navUser-item navUser-item--social"> <ul class="socialLinks socialLinks--alt"> <li class="socialLinks-item"> <a class="icon icon--facebook" href="https://www.facebook.com/InspiranzaDesigns" target="_blank"> <svg><use xlink:href="#icon-facebook" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--twitter" href="https://twitter.com/inspiranza" target="_blank"> <svg><use xlink:href="#icon-twitter" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--pinterest" href="https://www.pinterest.com/inspiranza/" target="_blank"> <svg><use xlink:href="#icon-pinterest" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--instagram" href="https://instagram.com/inspiranzadesigns" target="_blank"> <svg><use xlink:href="#icon-instagram" /></svg> </a> </li> </ul> </li> <li class="navUser-item navUser-item--divider">|</li> <li class="navUser-item"> <a class="navUser-action navUser-action--quickSearch" href="#" data-search="quickSearch" aria-controls="quickSearch" aria-expanded="false">Search</a> </li> <li class="navUser-item"> <a class="navUser-action" href="/giftcertificates.php">Gift Certificates</a> </li> <li class="navUser-item navUser-item--account"> <a class="navUser-action" href="/login.php">Sign in</a> <span class="navUser-or">or</span> <a class="navUser-action" href="/login.php?action=create_account">Register</a> </li> <li class="navUser-item navUser-item--cart"> <a class="navUser-action" data-cart-preview data-dropdown="cart-preview-dropdown" data-options="align:right" href="/cart.php"> <span class="navUser-item-cartLabel">Cart</span> <span class="countPill cart-quantity">0</span> </a> <div class="dropdown-menu" id="cart-preview-dropdown" data-dropdown-content aria-hidden="true"></div> </li> </ul> <div class="dropdown dropdown--quickSearch" id="quickSearch" aria-hidden="true" tabindex="-1" data-prevent-quick-search-close> <div class="container"> <!-- snippet location forms_search --> <form class="form" action="/search.php"> <fieldset class="form-fieldset"> <div class="form-field"> <label class="is-srOnly" for="search_query">Search</label> <input class="form-input" data-search-quick name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off"> </div> </fieldset> </form> <section class="quickSearchResults" data-bind="html: results"></section> </div> </div> </nav> <div class="header-logo header-logo--center"> <a href="https://www.inspiranzadesigns.com/"> <div class="header-logo-image-container"> <img class="header-logo-image" src="https://cdn11.bigcommerce.com/s-cyevl/images/stencil/250x100/old-logo_1516309438__75038.original.original.jpg" alt="Inspiranza Designs" title="Inspiranza Designs"> </div> </a> </div> <div class="navPages-container" id="menu" data-menu> <nav class="navPages"> <div class="navPages-quickSearch"> <div class="container"> <!-- snippet location forms_search --> <form class="form" action="/search.php"> <fieldset class="form-fieldset"> <div class="form-field"> <label class="is-srOnly" for="search_query">Search</label> <input class="form-input" data-search-quick name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off"> </div> </fieldset> </form> <section class="quickSearchResults" data-bind="html: results"></section> </div> </div> <ul class="navPages-list"> <li class="navPages-item"> <a class="navPages-action has-subMenu" href="https://www.inspiranzadesigns.com/jewelry/" data-collapsible="navPages-159"> Jewelry <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-159" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/jewelry/">All Jewelry</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/bracelets/">Bracelets</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/necklaces/">Necklaces</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/earrings/">Earrings</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/rings/">Rings</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/jewelry/chains/">Chains</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/toe-rings/">Toe Rings</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/personalized-jewelry/">Personalized Jewelry</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/jewelry/christian-jewelry/">Christian Jewelry</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/jewelry/sports/">Sports</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://www.inspiranzadesigns.com/catalog/accessories/">Accessories</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/stack-rings/">Stack Rings</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/rings/">Rings</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/earrings/">Earrings</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/necklaces/">Necklaces</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/jewelry/bracelets/bracelets/">Bracelets</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/apparel/">Apparel</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/watches/">Watches</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://www.inspiranzadesigns.com/about-us/">About Us</a> </li> </ul> <ul class="navPages-list navPages-list--user"> <li class="navPages-item"> <a class="navPages-action" href="/giftcertificates.php">Gift Certificates</a> </li> <li class="navPages-item"> <a class="navPages-action" href="/login.php">Sign in</a> or <a class="navPages-action" href="/login.php?action=create_account">Register</a> </li> <li class="navPages-item"> <ul class="socialLinks socialLinks--alt"> <li class="socialLinks-item"> <a class="icon icon--facebook" href="https://www.facebook.com/InspiranzaDesigns" target="_blank"> <svg><use xlink:href="#icon-facebook" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--twitter" href="https://twitter.com/inspiranza" target="_blank"> <svg><use xlink:href="#icon-twitter" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--pinterest" href="https://www.pinterest.com/inspiranza/" target="_blank"> <svg><use xlink:href="#icon-pinterest" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--instagram" href="https://instagram.com/inspiranzadesigns" target="_blank"> <svg><use xlink:href="#icon-instagram" /></svg> </a> </li> </ul> </li> </ul> </nav> </div> </header> <div class="body" data-currency-code="USD"> <div class="container"> <ul class="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList"> <li class="breadcrumb " itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="https://www.inspiranzadesigns.com/" class="breadcrumb-label" itemprop="item"><span itemprop="name">Home</span></a> <meta itemprop="position" content="0" /> </li> <li class="breadcrumb " itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="https://www.inspiranzadesigns.com/blog/" class="breadcrumb-label" itemprop="item"><span itemprop="name">Blog</span></a> <meta itemprop="position" content="1" /> </li> <li class="breadcrumb is-active" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/" class="breadcrumb-label" itemprop="item"><span itemprop="name">Thank you for great jewelry!!!</span></a> <meta itemprop="position" content="2" /> </li> </ul> <article class="blog"> <div class="blog-post-figure"> </div> <div class="blog-post-body"> <header class="blog-header"> <h2 class="blog-title"> <a href="https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/">Thank you for great jewelry!!!</a> </h2> <p class="blog-date">20th Dec 2017</p> </header> <div class="blog-post"> <p>I received the <a href="https://www.inspiranzadesigns.com/tuscany-necklace/">Tuscany</a> set and it is better than I thought it could be. Thank you for great jewelry!!!!!</p><p>Jackie B., </p><p>Independence, MO</p><p><img src="/product_images/uploaded_images/tuscany.jpg" style="width: 175px;"></p> </div> <div class="addthis_toolbox addthis_32x32_style" addthis:url="" addthis:title=""> <ul class="socialLinks"> <li class="socialLinks-item socialLinks-item--google_plusone"> <a class="addthis_button_google_plusone icon icon--google_plusone" g:plusone:count="false"> <!-- No custom icons allowed with g+ --> </a> </li> <li class="socialLinks-item socialLinks-item--facebook"> <a class="addthis_button_facebook icon icon--facebook" > <svg> <use xlink:href="#icon-facebook"/> </svg> </a> </li> <li class="socialLinks-item socialLinks-item--email"> <a class="addthis_button_email icon icon--email" > <svg> <use xlink:href="#icon-envelope"/> </svg> </a> </li> <li class="socialLinks-item socialLinks-item--print"> <a class="addthis_button_print icon icon--print" > <svg> <use xlink:href="#icon-print"/> </svg> </a> </li> <li class="socialLinks-item socialLinks-item--twitter"> <a class="addthis_button_twitter icon icon--twitter" > <svg> <use xlink:href="#icon-twitter"/> </svg> </a> </li> <li class="socialLinks-item socialLinks-item--facebook_like"> <a class="addthis_button_facebook_like icon icon--facebook_like" > <svg> <use xlink:href="#icon-facebook_like"/> </svg> </a> </li> <li class="socialLinks-item socialLinks-item--pinterest"> <a class="addthis_button_pinterest icon icon--pinterest" > <svg> <use xlink:href="#icon-pinterest"/> </svg> </a> </li> </ul> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4e94ed470ee51e32"></script> <script> if (typeof(addthis) === "object") { addthis.toolbox('.addthis_toolbox'); } </script> </div> </div> </article> </div> <div id="modal" class="modal" data-reveal data-prevent-quick-search-close> <a href="#" class="modal-close" aria-label="Close" role="button"> <span aria-hidden="true">&#215;</span> </a> <div class="modal-content"></div> <div class="loadingOverlay"></div> </div> </div> <footer class="footer" role="contentinfo"> <div class="container"> <article class="footer-info-col footer-info-col--social footer-info-col--right" data-section-type="footer-webPages"> <h5 class="footer-info-heading">Connect With Us</h5> <ul class="socialLinks socialLinks--alt"> <li class="socialLinks-item"> <a class="icon icon--facebook" href="https://www.facebook.com/InspiranzaDesigns" target="_blank"> <svg><use xlink:href="#icon-facebook" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--twitter" href="https://twitter.com/inspiranza" target="_blank"> <svg><use xlink:href="#icon-twitter" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--pinterest" href="https://www.pinterest.com/inspiranza/" target="_blank"> <svg><use xlink:href="#icon-pinterest" /></svg> </a> </li> <li class="socialLinks-item"> <a class="icon icon--instagram" href="https://instagram.com/inspiranzadesigns" target="_blank"> <svg><use xlink:href="#icon-instagram" /></svg> </a> </li> </ul> </article> <section class="footer-info"> <article class="footer-info-col footer-info-col--small" data-section-type="footer-webPages"> <h5 class="footer-info-heading">Navigate</h5> <ul class="footer-info-list"> <li> <a href="https://www.inspiranzadesigns.com/installments-by-afterpay/">Installments by Afterpay</a> </li> <li> <a href="https://www.inspiranzadesigns.com/jewelry-care/">Jewelry Care</a> </li> <li> <a href="https://www.inspiranzadesigns.com/shipping-options/">Shipping Options</a> </li> <li> <a href="/sterling-silver-jewelry/">Shop Now</a> </li> <li> <a href="https://www.inspiranzadesigns.com/blog/">Blog</a> </li> <li> <a href="https://www.inspiranzadesigns.com/return-policy/">Return Policy</a> </li> <li> <a href="https://www.inspiranzadesigns.com/contact-us/">Contact Us</a> </li> <li> <a href="https://www.inspiranzadesigns.com/privacy-policy/">Privacy Policy</a> </li> <li> <a href="https://www.inspiranzadesigns.com/frequently-asked-questions/">Frequently Asked Questions</a> </li> <li> <a href="/sitemap.php">Sitemap</a> </li> </ul> </article> <article class="footer-info-col footer-info-col--small" data-section-type="footer-categories"> <h5 class="footer-info-heading">Categories</h5> <ul class="footer-info-list"> <li> <a href="https://www.inspiranzadesigns.com/jewelry/">Jewelry</a> </li> <li> <a href="https://www.inspiranzadesigns.com/stack-rings/">Stack Rings</a> </li> <li> <a href="https://www.inspiranzadesigns.com/rings/">Rings</a> </li> <li> <a href="https://www.inspiranzadesigns.com/earrings/">Earrings</a> </li> <li> <a href="https://www.inspiranzadesigns.com/necklaces/">Necklaces</a> </li> <li> <a href="https://www.inspiranzadesigns.com/jewelry/bracelets/bracelets/">Bracelets</a> </li> <li> <a href="https://www.inspiranzadesigns.com/apparel/">Apparel</a> </li> <li> <a href="https://www.inspiranzadesigns.com/sterling-silver-jewelry/watches/">Watches</a> </li> <li> <a href="https://www.inspiranzadesigns.com/about-us/">About Us</a> </li> </ul> </article> <article class="footer-info-col footer-info-col--small" data-section-type="storeInfo"> <h5 class="footer-info-heading">Info</h5> <address>Fulfillment Center<br> 107 N. Main Street<br> Design Studio Suite 2A<br> Columbia, IL 62236<br> <br> Not open to the public - online only</address> <strong>Call us at 618-719-2444</strong> </article> <article class="footer-info-col" data-section-type="newsletterSubscription"> <h5 class="footer-info-heading">Subscribe to our newsletter</h5> <p>Get the latest updates on new products and upcoming sales</p> <form class="form" action="/subscribe.php" method="post"> <fieldset class="form-fieldset"> <input type="hidden" name="action" value="subscribe"> <input type="hidden" name="nl_first_name" value="bc"> <input type="hidden" name="check" value="1"> <div class="form-field"> <label class="form-label is-srOnly" for="nl_email">Email Address</label> <div class="form-prefixPostfix wrap"> <input class="form-input" id="nl_email" name="nl_email" type="email" value="" placeholder="Your email address"> <input class="button button--primary form-prefixPostfix-button--postfix" type="submit" value="Subscribe"> </div> </div> </fieldset> </form> <div class="footer-payment-icons"> <svg class="footer-payment-icon"><use xlink:href="#icon-logo-american-express"></use></svg> <svg class="footer-payment-icon"><use xlink:href="#icon-logo-discover"></use></svg> <svg class="footer-payment-icon"><use xlink:href="#icon-logo-mastercard"></use></svg> <svg class="footer-payment-icon"><use xlink:href="#icon-logo-paypal"></use></svg> <svg class="footer-payment-icon"><use xlink:href="#icon-logo-visa"></use></svg> </div> </article> </section> <div class="footer-geotrust-ssl-seal"> <table width="135" border="0" cellpadding="2" cellspacing="0" title="Click to Verify - This site chose GeoTrust SSL for secure e-commerce and confidential communications."> <tr> <td width="135" align="center" valign="top"> <script type="text/javascript" src="https://seal.geotrust.com/getgeotrustsslseal?host_name=www.inspiranzadesigns.com&amp;size=M&amp;lang=en"></script><br /> <a href="http://www.geotrust.com/ssl/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;"></a> </td> </tr> </table> </div> <div class="footer-copyright"> <p class="powered-by">&copy; 2019 Inspiranza Designs </p> </div> </div> </footer> <script> // $("#form-action-addToCart").live("click", function(){ //setTimeout(function(){ // $("#previewModal").hide(); //$(".product-message").show(); //window.location.href = "/cart.php"; //}, 400); // }); </script> <script>window.__webpack_public_path__ = "https://cdn11.bigcommerce.com/s-cyevl/stencil/7877bb80-13b7-0137-1853-2f8595a05773/e/d602ae70-3cce-0137-573f-0242ac110011/dist/";</script> <script src="https://cdn11.bigcommerce.com/s-cyevl/stencil/7877bb80-13b7-0137-1853-2f8595a05773/e/d602ae70-3cce-0137-573f-0242ac110011/dist/theme-bundle.main.js"></script> <script> // Exported in app.js window.stencilBootstrap("blog_post", "{\"themeSettings\":{\"homepage_new_products_count\":4,\"homepage_featured_products_count\":4,\"homepage_top_products_count\":4,\"homepage_show_carousel\":true,\"homepage_show_carousel_arrows\":true,\"homepage_stretch_carousel_images\":false,\"homepage_new_products_column_count\":4,\"homepage_featured_products_column_count\":4,\"homepage_top_products_column_count\":4,\"homepage_blog_posts_count\":3,\"productpage_videos_count\":8,\"productpage_reviews_count\":9,\"productpage_related_products_count\":10,\"productpage_similar_by_views_count\":10,\"categorypage_products_per_page\":12,\"shop_by_price_visibility\":true,\"brandpage_products_per_page\":12,\"searchpage_products_per_page\":12,\"show_product_quick_view\":true,\"show_powered_by\":false,\"shop_by_brand_show_footer\":false,\"show_copyright_footer\":true,\"show_accept_amex\":true,\"show_accept_discover\":true,\"show_accept_mastercard\":true,\"show_accept_paypal\":true,\"show_accept_visa\":true,\"show_product_details_tabs\":true,\"show_product_reviews_tabs\":true,\"show_product_weight\":false,\"show_product_dimensions\":false,\"product_list_display_mode\":\"grid\",\"logo-position\":\"center\",\"logo_size\":\"250x100\",\"logo_fontSize\":28,\"logo-font\":\"Google_Oswald_300\",\"brand_size\":\"190x250\",\"gallery_size\":\"300x300\",\"productgallery_size\":\"500x659\",\"product_size\":\"500x659\",\"productview_thumb_size\":\"50x50\",\"productthumb_size\":\"100x100\",\"thumb_size\":\"100x100\",\"zoom_size\":\"1280x1280\",\"blog_size\":\"190x250\",\"default_image_brand\":\"/assets/img/BrandDefault.gif\",\"default_image_product\":\"/assets/img/ProductDefault.gif\",\"default_image_gift_certificate\":\"/assets/img/GiftCertificate.png\",\"body-font\":\"Google_Karla_400\",\"headings-font\":\"Google_Montserrat_400\",\"fontSize-root\":14,\"fontSize-h1\":28,\"fontSize-h2\":25,\"fontSize-h3\":22,\"fontSize-h4\":20,\"fontSize-h5\":15,\"fontSize-h6\":13,\"applePay-button\":\"white\",\"color-textBase\":\"#333333\",\"color-textBase--hover\":\"#757575\",\"color-textBase--active\":\"#757575\",\"color-textSecondary\":\"#757575\",\"color-textSecondary--hover\":\"#333333\",\"color-textSecondary--active\":\"#333333\",\"color-textLink\":\"#333333\",\"color-textLink--hover\":\"#757575\",\"color-textLink--active\":\"#757575\",\"color-textHeading\":\"#444444\",\"color-primary\":\"#757575\",\"color-primaryDark\":\"#666666\",\"color-primaryDarker\":\"#333333\",\"color-primaryLight\":\"#999999\",\"color-secondary\":\"#ffffff\",\"color-secondaryDark\":\"#e5e5e5\",\"color-secondaryDarker\":\"#cccccc\",\"color-error\":\"#cc4749\",\"color-errorLight\":\"#ffdddd\",\"color-info\":\"#666666\",\"color-infoLight\":\"#dfdfdf\",\"color-success\":\"#008a06\",\"color-successLight\":\"#d5ffd8\",\"color-warning\":\"#f1a500\",\"color-warningLight\":\"#fffdea\",\"color-black\":\"#ffffff\",\"color-white\":\"#ffffff\",\"color-whitesBase\":\"#e5e5e5\",\"color-grey\":\"#999999\",\"color-greyDarkest\":\"#000000\",\"color-greyDarker\":\"#333333\",\"color-greyDark\":\"#666666\",\"color-greyMedium\":\"#757575\",\"color-greyLight\":\"#999999\",\"color-greyLighter\":\"#cccccc\",\"color-greyLightest\":\"#e5e5e5\",\"button--default-color\":\"#666666\",\"button--default-colorHover\":\"#333333\",\"button--default-colorActive\":\"#000000\",\"button--default-borderColor\":\"#cccccc\",\"button--default-borderColorHover\":\"#999999\",\"button--default-borderColorActive\":\"#757575\",\"button--primary-color\":\"#000000\",\"button--primary-colorHover\":\"#ffffff\",\"button--primary-colorActive\":\"#000000\",\"button--primary-backgroundColor\":\"#d4c5aa\",\"button--primary-backgroundColorHover\":\"#666666\",\"button--primary-backgroundColorActive\":\"#000000\",\"button--disabled-color\":\"#ffffff\",\"button--disabled-backgroundColor\":\"#cccccc\",\"button--disabled-borderColor\":\"transparent\",\"icon-color\":\"#757575\",\"icon-color-hover\":\"#999999\",\"button--icon-svg-color\":\"#757575\",\"icon-ratingEmpty\":\"#cccccc\",\"icon-ratingFull\":\"#757575\",\"carousel-bgColor\":\"#ffffff\",\"carousel-title-color\":\"#444444\",\"carousel-description-color\":\"#333333\",\"carousel-dot-color\":\"#333333\",\"carousel-dot-color-active\":\"#757575\",\"carousel-dot-bgColor\":\"#ffffff\",\"carousel-arrow-color\":\"#999999\",\"carousel-arrow-bgColor\":\"#ffffff\",\"carousel-arrow-borderColor\":\"#ffffff\",\"card-title-color\":\"#333333\",\"card-title-color-hover\":\"#757575\",\"card-figcaption-button-background\":\"#ffffff\",\"card-figcaption-button-color\":\"#333333\",\"card--alternate-backgroundColor\":\"#ffffff\",\"card--alternate-borderColor\":\"#ffffff\",\"card--alternate-color--hover\":\"#ffffff\",\"form-label-font-color\":\"#666666\",\"input-font-color\":\"#666666\",\"input-border-color\":\"#cccccc\",\"input-border-color-active\":\"#999999\",\"input-bg-color\":\"#ffffff\",\"input-disabled-bg\":\"#ffffff\",\"select-bg-color\":\"#ffffff\",\"select-arrow-color\":\"#757575\",\"checkRadio-color\":\"#333333\",\"checkRadio-backgroundColor\":\"#ffffff\",\"checkRadio-borderColor\":\"#cccccc\",\"alert-backgroundColor\":\"#ffffff\",\"alert-color\":\"#333333\",\"alert-color-alt\":\"#ffffff\",\"storeName-color\":\"#333333\",\"body-bg\":\"#ffffff\",\"header-backgroundColor\":\"#ffffff\",\"footer-backgroundColor\":\"#ffffff\",\"navUser-color\":\"#333333\",\"navUser-color-hover\":\"#757575\",\"navUser-dropdown-backgroundColor\":\"#ffffff\",\"navUser-dropdown-borderColor\":\"#cccccc\",\"navUser-indicator-backgroundColor\":\"#333333\",\"navPages-color\":\"#333333\",\"navPages-color-hover\":\"#757575\",\"navPages-subMenu-backgroundColor\":\"#e5e5e5\",\"navPages-subMenu-separatorColor\":\"#cccccc\",\"dropdown--quickSearch-backgroundColor\":\"#e5e5e5\",\"dropdown--wishList-backgroundColor\":\"#ffffff\",\"blockquote-cite-font-color\":\"#999999\",\"container-border-global-color-base\":\"#e5e5e5\",\"container-fill-base\":\"#ffffff\",\"container-fill-dark\":\"#e5e5e5\",\"label-backgroundColor\":\"#cccccc\",\"label-color\":\"#ffffff\",\"overlay-backgroundColor\":\"#333333\",\"loadingOverlay-backgroundColor\":\"#ffffff\",\"pace-progress-backgroundColor\":\"#999999\",\"spinner-borderColor-dark\":\"#999999\",\"spinner-borderColor-light\":\"#ffffff\",\"hide_content_navigation\":true,\"optimizedCheckout-header-backgroundColor\":\"#f9f1f1\",\"optimizedCheckout-show-backgroundImage\":false,\"optimizedCheckout-backgroundImage\":\"\",\"optimizedCheckout-backgroundImage-size\":\"1000x400\",\"optimizedCheckout-show-logo\":\"custom\",\"optimizedCheckout-logo\":\"https://cdn11.bigcommerce.com/s-cyevl/images/stencil/{:size}/logo_for_checkout_1548365601__22348.jpg\",\"optimizedCheckout-logo-size\":\"400x250\",\"optimizedCheckout-logo-position\":\"center\",\"optimizedCheckout-headingPrimary-color\":\"#333333\",\"optimizedCheckout-headingPrimary-font\":\"Google_Montserrat_400\",\"optimizedCheckout-headingSecondary-color\":\"#333333\",\"optimizedCheckout-headingSecondary-font\":\"Google_Montserrat_400\",\"optimizedCheckout-body-backgroundColor\":\"#ffffff\",\"optimizedCheckout-colorFocus\":\"#5ea1b0\",\"optimizedCheckout-contentPrimary-color\":\"#333333\",\"optimizedCheckout-contentPrimary-font\":\"Google_Karla_400\",\"optimizedCheckout-contentSecondary-color\":\"#757575\",\"optimizedCheckout-contentSecondary-font\":\"Google_Karla_400\",\"optimizedCheckout-buttonPrimary-font\":\"Google_Karla_400\",\"optimizedCheckout-buttonPrimary-color\":\"#ffffff\",\"optimizedCheckout-buttonPrimary-colorHover\":\"#ffffff\",\"optimizedCheckout-buttonPrimary-colorActive\":\"#ffffff\",\"optimizedCheckout-buttonPrimary-backgroundColor\":\"#333333\",\"optimizedCheckout-buttonPrimary-backgroundColorHover\":\"#666666\",\"optimizedCheckout-buttonPrimary-backgroundColorActive\":\"#000000\",\"optimizedCheckout-buttonPrimary-borderColor\":\"#cccccc\",\"optimizedCheckout-buttonPrimary-borderColorHover\":\"transparent\",\"optimizedCheckout-buttonPrimary-borderColorActive\":\"transparent\",\"optimizedCheckout-buttonPrimary-borderColorDisabled\":\"transparent\",\"optimizedCheckout-buttonPrimary-backgroundColorDisabled\":\"#cccccc\",\"optimizedCheckout-buttonPrimary-colorDisabled\":\"#ffffff\",\"optimizedCheckout-formChecklist-backgroundColor\":\"#ffffff\",\"optimizedCheckout-formChecklist-color\":\"#333333\",\"optimizedCheckout-formChecklist-borderColor\":\"#cccccc\",\"optimizedCheckout-formChecklist-backgroundColorSelected\":\"#f5f5f5\",\"optimizedCheckout-buttonSecondary-font\":\"Google_Karla_400\",\"optimizedCheckout-buttonSecondary-color\":\"#333333\",\"optimizedCheckout-buttonSecondary-colorHover\":\"#333333\",\"optimizedCheckout-buttonSecondary-colorActive\":\"#000000\",\"optimizedCheckout-buttonSecondary-backgroundColor\":\"#ffffff\",\"optimizedCheckout-buttonSecondary-borderColor\":\"#cccccc\",\"optimizedCheckout-buttonSecondary-backgroundColorHover\":\"#f5f5f5\",\"optimizedCheckout-buttonSecondary-backgroundColorActive\":\"#e5e5e5\",\"optimizedCheckout-buttonSecondary-borderColorHover\":\"#999999\",\"optimizedCheckout-buttonSecondary-borderColorActive\":\"#757575\",\"optimizedCheckout-link-color\":\"#497b8e\",\"optimizedCheckout-link-font\":\"Google_Karla_400\",\"optimizedCheckout-discountBanner-backgroundColor\":\"#e5e5e5\",\"optimizedCheckout-discountBanner-textColor\":\"#333333\",\"optimizedCheckout-discountBanner-iconColor\":\"#333333\",\"optimizedCheckout-orderSummary-backgroundColor\":\"#ffffff\",\"optimizedCheckout-orderSummary-borderColor\":\"#dddddd\",\"optimizedCheckout-step-backgroundColor\":\"#757575\",\"optimizedCheckout-step-textColor\":\"#ffffff\",\"optimizedCheckout-form-textColor\":\"#666666\",\"optimizedCheckout-formField-borderColor\":\"#cccccc\",\"optimizedCheckout-formField-textColor\":\"#333333\",\"optimizedCheckout-formField-shadowColor\":\"#e5e5e5\",\"optimizedCheckout-formField-placeholderColor\":\"#999999\",\"optimizedCheckout-formField-backgroundColor\":\"#ffffff\",\"optimizedCheckout-formField-errorColor\":\"#d14343\",\"optimizedCheckout-formField-inputControlColor\":\"#3d84a1\",\"optimizedCheckout-step-borderColor\":\"#dddddd\",\"optimizedCheckout-header-borderColor\":\"#dddddd\",\"optimizedCheckout-header-textColor\":\"#333333\",\"optimizedCheckout-loadingToaster-backgroundColor\":\"#333333\",\"optimizedCheckout-loadingToaster-textColor\":\"#ffffff\",\"optimizedCheckout-link-hoverColor\":\"#7cafba\",\"product_sale_badges\":\"none\",\"color_badge_product_sale_badges\":\"#6bbbd0\",\"color_text_product_sale_badges\":\"#ffffff\",\"color_hover_product_sale_badges\":\"#000000\",\"restrict_to_login\":false,\"swatch_option_size\":\"22x22\",\"social_icon_placement_top\":true,\"social_icon_placement_bottom\":\"bottom_right\",\"geotrust_ssl_common_name\":\"www.inspiranzadesigns.com\",\"geotrust_ssl_seal_size\":\"M\",\"navigation_design\":\"simple\",\"price_ranges\":false,\"pdp-price-label\":\"\",\"pdp-sale-price-label\":\"Now:\",\"pdp-non-sale-price-label\":\"Was:\",\"pdp-retail-price-label\":\"MSRP:\",\"paymentbuttons-paypal-layout\":\"horizontal\",\"paymentbuttons-paypal-color\":\"gold\",\"paymentbuttons-paypal-shape\":\"pill\",\"paymentbuttons-paypal-size\":\"small\",\"paymentbuttons-paypal-label\":\"checkout\",\"paymentbuttons-paypal-tagline\":true,\"paymentbuttons-paypal-fundingicons\":false,\"supported_card_type_icons\":[\"american_express\",\"diners\",\"discover\",\"mastercard\",\"visa\"]},\"genericError\":\"Oops! Something went wrong.\",\"maintenanceMode\":{\"header\":null,\"notice\":null,\"message\":null,\"securePath\":\"https://www.inspiranzadesigns.com\",\"password\":null},\"urls\":{\"home\":\"https://www.inspiranzadesigns.com/\",\"account\":{\"index\":\"/account.php\",\"orders\":{\"all\":\"/account.php?action=order_status\",\"completed\":\"/account.php?action=view_orders\",\"save_new_return\":\"/account.php?action=save_new_return\"},\"update_action\":\"/account.php?action=update_account\",\"returns\":\"/account.php?action=view_returns\",\"addresses\":\"/account.php?action=address_book\",\"inbox\":\"/account.php?action=inbox\",\"send_message\":\"/account.php?action=send_message\",\"add_address\":\"/account.php?action=add_shipping_address\",\"wishlists\":{\"all\":\"/wishlist.php\",\"add\":\"/wishlist.php?action=addwishlist\",\"edit\":\"/wishlist.php?action=editwishlist\",\"delete\":\"/wishlist.php?action=deletewishlist\"},\"details\":\"/account.php?action=account_details\",\"recent_items\":\"/account.php?action=recent_items\",\"payment_methods\":{\"all\":\"/account.php?action=payment_methods\"}},\"brands\":\"https://www.inspiranzadesigns.com/brands/\",\"gift_certificate\":{\"purchase\":\"/giftcertificates.php\",\"redeem\":\"/giftcertificates.php?action=redeem\",\"balance\":\"/giftcertificates.php?action=balance\"},\"auth\":{\"login\":\"/login.php\",\"check_login\":\"/login.php?action=check_login\",\"create_account\":\"/login.php?action=create_account\",\"save_new_account\":\"/login.php?action=save_new_account\",\"forgot_password\":\"/login.php?action=reset_password\",\"send_password_email\":\"/login.php?action=send_password_email\",\"save_new_password\":\"/login.php?action=save_new_password\",\"logout\":\"/login.php?action=logout\"},\"product\":{\"post_review\":\"/postreview.php\"},\"cart\":\"/cart.php\",\"checkout\":{\"single_address\":\"/checkout.php\",\"multiple_address\":\"/checkout.php?action=multiple\"},\"rss\":{\"products\":{\"new\":\"/rss.php?type=rss\",\"new_atom\":\"/rss.php?type=atom\",\"popular\":\"/rss.php?action=popularproducts&type=rss\",\"popular_atom\":\"/rss.php?action=popularproducts&type=atom\",\"featured\":\"/rss.php?action=featuredproducts&type=rss\",\"featured_atom\":\"/rss.php?action=featuredproducts&type=atom\",\"search\":\"/rss.php?action=searchproducts&type=rss&instock=1\",\"search_atom\":\"/rss.php?action=searchproducts&type=atom&instock=1\"}},\"contact_us_submit\":\"/pages.php?action=sendContactForm\",\"search\":\"/search.php\",\"compare\":\"/compare\",\"sitemap\":\"/sitemap.php\",\"subscribe\":{\"action\":\"/subscribe.php\"}},\"template\":\"pages/blog-post\"}").load(); </script> <script src="https://apis.google.com/js/platform.js?onload=renderBadge" async defer></script> <script type="text/javascript"> window.renderBadge = function() { if ("BOTTOM_LEFT" === "INLINE") { var ratingBadgeContainer = document.getElementById(""); } else { var ratingBadgeContainer = document.createElement("div"); document.body.appendChild(ratingBadgeContainer); } window.gapi.load('ratingbadge', function() { window.gapi.ratingbadge.render( ratingBadgeContainer, { "merchant_id": 6133688833, "position": "BOTTOM_LEFT" }); }); } </script> <script type="text/javascript" src="https://cdn11.bigcommerce.com/r-a41835e6c018f3c43baf0184da4bd7b06b26a61b/javascript/visitor_stencil.js"></script> <script src="https://s3.amazonaws.com/pixelpop/usercontent/scripts/cyevl/pixelpop.js" type="text/javascript"></script> <script type="text/javascript"> var _learnq = _learnq || []; _learnq.push(['account', 't8JV8v']); (function () { var b = document.createElement('script'); b.type = 'text/javascript'; b.async = true; b.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'a.klaviyo.com/media/js/analytics/analytics.js'; var a = document.getElementsByTagName('script')[0]; a.parentNode.insertBefore(b, a); })(); </script> <div id='bk-data' style='display:none' data-total-amount='0' data-total-items='0' data-cart-token='' data-product-id='' data-collection-id='' data-customer-email='' data-customer-id=''></div> <style> .product-item-alert-overlay { display: none; } span.product-item-price { font-size: 18px; } .product-price { font-size: 17px; } </style> <style> @media)(max-width:1000px){ .flickity-carousel .flickity-slide{ max-height:300px; background-size:contain; } .flickity-enabled.is-draggable .flickity-viewport{ height:300px !important; } } </style> <style> .slick-next, .slick-prev, .heroCarousel .slick-dots li { background-color: transparent; } </style> <style> .slick-next, .slick-prev, .heroCarousel .slick-dots li { background-color: transparent; border-color: transparent; } </style> <script async type="text/javascript" src="//static.klaviyo.com/onsite/js/klaviyo.js?company_id=t8JV8v" ></script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/586d216812631a10690964db/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--><!-- BEGIN KLAVIYO SIGNUP FORM CODE --> <script type="text/javascript"> var __klKey = __klKey || 't8JV8v'; (function() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//static.klaviyo.com/forms/js/client.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <!-- END KLAVIYO SIGNUP FORM CODE --><script data-adroll="bigcommerce-adroll-pixel" type="text/javascript"> adroll_adv_id = "WHSMEWR2HJAU3IUI4R7RNJ"; adroll_pix_id = "4NDSC2H3B5G7REXODGUNI5"; adroll_version = "2.0"; (function(w,d,e,o,a){ w.__adroll_loaded=true; w.adroll=w.adroll||[]; w.adroll.f=['setProperties','identify','track']; var roundtripUrl="https://s.adroll.com/j/" + adroll_adv_id + "/roundtrip.js"; for(a=0;a<w.adroll.f.length;a++){ w.adroll[w.adroll.f[a]]=w.adroll[w.adroll.f[a]]||(function(n){return function(){w.adroll.push([n,arguments])}})(w.adroll.f[a])};e=d.createElement('script');o=d.getElementsByTagName('script')[0];e.async=1;e.src=roundtripUrl;o.parentNode.insertBefore(e, o);})(window,document); var bigcommerceCheckoutOrderId = ""; console.log('AdRoll track event: pageView'); adroll.track('pageView'); </script> <!-- snippet location footer --> </body> </html>
[ "<footer class=\"footer\" role=\"contentinfo\">\n <div class=\"container\">\n <article class=\"footer-info-col&#10; footer-info-col--social&#10; footer-info-col--right\" data-section-type=\"footer-webPages\">\n <h5 class=\"footer-info-heading\">Connect With Us</h5>\n <ul class=\"socialLinks socialLinks--alt\">\n <li class=\"socialLinks-item\">\n <a class=\"icon icon--facebook\" href=\"https://www.facebook.com/InspiranzaDesigns\" target=\"_blank\">\n <svg><use xlink:href=\"#icon-facebook\"/></svg>\n </a>\n </li>\n <li class=\"socialLinks-item\">\n <a class=\"icon icon--twitter\" href=\"https://twitter.com/inspiranza\" target=\"_blank\">\n <svg><use xlink:href=\"#icon-twitter\"/></svg>\n </a>\n </li>\n <li class=\"socialLinks-item\">\n <a class=\"icon icon--pinterest\" href=\"https://www.pinterest.com/inspiranza/\" target=\"_blank\">\n <svg><use xlink:href=\"#icon-pinterest\"/></svg>\n </a>\n </li>\n <li class=\"socialLinks-item\">\n <a class=\"icon icon--instagram\" href=\"https://instagram.com/inspiranzadesigns\" target=\"_blank\">\n <svg><use xlink:href=\"#icon-instagram\"/></svg>\n </a>\n </li>\n </ul>\n </article>\n <section class=\"footer-info\">\n <article class=\"footer-info-col footer-info-col--small\" data-section-type=\"footer-webPages\">\n <h5 class=\"footer-info-heading\">Navigate</h5>\n <ul class=\"footer-info-list\">\n <li>\n <a href=\"https://www.inspiranzadesigns.com/installments-by-afterpay/\">Installments by Afterpay</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/jewelry-care/\">Jewelry Care</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/shipping-options/\">Shipping Options</a>\n </li>\n <li>\n <a href=\"/sterling-silver-jewelry/\">Shop Now</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/blog/\">Blog</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/return-policy/\">Return Policy</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/contact-us/\">Contact Us</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/privacy-policy/\">Privacy Policy</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/frequently-asked-questions/\">Frequently Asked Questions</a>\n </li>\n <li>\n <a href=\"/sitemap.php\">Sitemap</a>\n </li>\n </ul>\n </article>\n\n <article class=\"footer-info-col footer-info-col--small\" data-section-type=\"footer-categories\">\n <h5 class=\"footer-info-heading\">Categories</h5>\n <ul class=\"footer-info-list\">\n <li>\n <a href=\"https://www.inspiranzadesigns.com/jewelry/\">Jewelry</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/stack-rings/\">Stack Rings</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/rings/\">Rings</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/earrings/\">Earrings</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/necklaces/\">Necklaces</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/jewelry/bracelets/bracelets/\">Bracelets</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/apparel/\">Apparel</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/sterling-silver-jewelry/watches/\">Watches</a>\n </li>\n <li>\n <a href=\"https://www.inspiranzadesigns.com/about-us/\">About Us</a>\n </li>\n </ul>\n </article>\n\n\n <article class=\"footer-info-col footer-info-col--small\" data-section-type=\"storeInfo\">\n <h5 class=\"footer-info-heading\">Info</h5>\n <address>Fulfillment Center<br/>\n107 N. Main Street<br/>\nDesign Studio Suite 2A<br/>\nColumbia, IL 62236<br/>\n<br/>\nNot open to the public - online only</address>\n <strong>Call us at 618-719-2444</strong>\n </article>\n\n <article class=\"footer-info-col\" data-section-type=\"newsletterSubscription\">\n <h5 class=\"footer-info-heading\">Subscribe to our newsletter</h5>\n<p>Get the latest updates on new products and upcoming sales</p>\n\n<form class=\"form\" action=\"/subscribe.php\" method=\"post\">\n <fieldset class=\"form-fieldset\">\n <input type=\"hidden\" name=\"action\" value=\"subscribe\"/>\n <input type=\"hidden\" name=\"nl_first_name\" value=\"bc\"/>\n <input type=\"hidden\" name=\"check\" value=\"1\"/>\n <div class=\"form-field\">\n <label class=\"form-label is-srOnly\" for=\"nl_email\">Email Address</label>\n <div class=\"form-prefixPostfix wrap\">\n <input class=\"form-input\" id=\"nl_email\" name=\"nl_email\" type=\"email\" value=\"\" placeholder=\"Your email address\"/>\n <input class=\"button button--primary form-prefixPostfix-button--postfix\" type=\"submit\" value=\"Subscribe\"/>\n </div>\n </div>\n </fieldset>\n</form>\n <div class=\"footer-payment-icons\">\n <svg class=\"footer-payment-icon\"><use xlink:href=\"#icon-logo-american-express\"/></svg>\n <svg class=\"footer-payment-icon\"><use xlink:href=\"#icon-logo-discover\"/></svg>\n <svg class=\"footer-payment-icon\"><use xlink:href=\"#icon-logo-mastercard\"/></svg>\n <svg class=\"footer-payment-icon\"><use xlink:href=\"#icon-logo-paypal\"/></svg>\n <svg class=\"footer-payment-icon\"><use xlink:href=\"#icon-logo-visa\"/></svg>\n </div>\n </article>\n </section>\n <div class=\"footer-geotrust-ssl-seal\">\n <table width=\"135\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" title=\"Click to Verify - This site chose GeoTrust SSL for secure e-commerce and confidential communications.\">\n <tr>\n <td width=\"135\" align=\"center\" valign=\"top\">\n <script type=\"text/javascript\" src=\"https://seal.geotrust.com/getgeotrustsslseal?host_name=www.inspiranzadesigns.com&amp;size=M&amp;lang=en\"/><br/>\n <a href=\"http://www.geotrust.com/ssl/\" target=\"_blank\" style=\"color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;\"/>\n </td>\n </tr>\n</table>\n </div>\n <div class=\"footer-copyright\">\n <p class=\"powered-by\">© 2019 Inspiranza Designs </p>\n </div>\n </div>\n</footer>\n" ]
[ "<head>\n <title>Thank you for great jewelry!!! - Inspiranza Designs</title>\n <link rel=\"dns-prefetch preconnect\" href=\"https://cdn11.bigcommerce.com/s-cyevl\" crossorigin=\"\"/><link rel=\"dns-prefetch preconnect\" href=\"https://fonts.googleapis.com\" crossorigin=\"\"/><link rel=\"dns-prefetch preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\"/>\n <meta name=\"keywords\" content=\"sterling silver jewelry, handcrafted silver jewelry, handstamped silver jewelry, silver jewelry, .925 sterling silver jewelry, unique sterling silver jewelry\"/><meta name=\"description\" content=\"I received the Tuscany set and it is better than I thought it could be. Thank you for great jewelry!!!!!Jackie B., Independence,&#13;&#10;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#13;&#10;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;MO\"/><link rel=\"canonical\" href=\"https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/\"/><meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Thank you for great jewelry!!!\"/>\n<meta property=\"og:description\" content=\"I received the Tuscany set and it is better than I thought it could be. Thank you for great jewelry!!!!!Jackie B., Independence,&#13;&#10;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#13;&#10;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;MO\"/>\n<meta property=\"og:url\" content=\"https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/\"/>\n<meta property=\"og:site_name\" content=\"Inspiranza Designs\"/>\n<meta property=\"og:image\" content=\"https://cdn11.bigcommerce.com/s-cyevl/product_images/uploaded_images/tuscany.jpg\"/>\n<meta property=\"fb:admins\" content=\"diane\"/>\n\n \n \n\n <link href=\"https://cdn11.bigcommerce.com/s-cyevl/product_images/flavicon.jpg\" rel=\"shortcut icon\"/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\"/>\n\n <script>\n // Change document class from no-js to js so we can detect this in css\n document.documentElement.className = document.documentElement.className.replace('no-js', 'js');\n </script>\n\n <link href=\"https://fonts.googleapis.com/css?family=Oswald:300|Karla:400|Montserrat:400\" rel=\"stylesheet\"/>\n <link data-stencil-stylesheet=\"\" href=\"https://cdn11.bigcommerce.com/s-cyevl/stencil/7877bb80-13b7-0137-1853-2f8595a05773/e/d602ae70-3cce-0137-573f-0242ac110011/css/theme-5d3201d0-2eeb-0137-677a-0242ac110008.css\" rel=\"stylesheet\"/>\n\n <!-- Start Tracking Code for analytics_facebook -->\n\n<script>\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');\n\nfbq('set', 'autoConfig', 'false', '936454806410864');\nfbq('init', '936454806410864');\nfbq('set', 'agent', 'plbigcommerce1.2', '936454806410864');\n\nwindow.onload=function() {\n var m,\n productIdMap = {},\n productIdsOnPage = getUniqueProductIdsOnPage(),\n urlParams = decodeURIComponent(window.location.search);\n\n fbq('track', 'PageView');\n\n // Search events start -- only fire if the shopper lands on the /search.php page\n if (window.location.pathname.indexOf('/search.php') !== -1) {\n if ((m = /search_query=(.*)&amp;/.exec(urlParams)) !== null) {\n fbq('track', 'Search', { content_ids: productIdsOnPage, content_type: 'product_group', search_string: m[1] });\n }\n }\n // Search events end\n\n // Wishlist events start -- only fire if the shopper attempts to add an item to their wishlist\n if (window.location.pathname.indexOf('/wishlist.php') !== -1 &amp;&amp; (m = /added_product_id=(.\\d)/.exec(urlParams)) !== null) {\n fbq('track', 'AddToWishlist', { content_ids: [m[1]], content_type: 'product_group' });\n }\n // Wishlist events end\n\n // Lead events start -- only fire if the shopper subscribes to newsletter\n if (window.location.pathname.indexOf('/subscribe.php') !== -1 &amp;&amp; (m = /result=success/.exec(urlParams)) !== null) {\n fbq('track', 'Lead', {});\n }\n // Lead events end\n\n // Registration events start -- only fire if the shopper registers an account\n if (window.location.pathname.indexOf('/login.php') !== -1 &amp;&amp; (m = /action=account_created/.exec(urlParams)) !== null) {\n fbq('track', 'CompleteRegistration', {});\n }\n // Registration events end\n\n // Checkout events start -- only fire if the shopper lands on a /checkout* page\n if(window.location.pathname.indexOf('/checkout') !== -1) {\n if (urlParams.indexOf('process_payment') !== -1) {\n fbq('track', 'AddPaymentInfo');\n } else {\n fbq('track', 'InitiateCheckout');\n }\n }\n // Checkout events end\n\n function getUniqueProductIdsOnPage() {\n return Array.prototype.reduce.call(document.querySelectorAll('[data-product], [data-product-id]'), function(acc, obj) {\n var productId = obj.getAttribute('data-product') || obj.getAttribute('data-product-id');\n\n if (!productIdMap[productId]) {\n productIdMap[productId] = true;\n acc.push(productId);\n }\n\n return acc;\n }, []);\n }\n}\n</script>\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=936454806410864&amp;ev=PageView&amp;noscript=1&amp;a=plbigcommerce1.2\"/></noscript>\n\n<!-- End Tracking Code for analytics_facebook -->\n\n<!-- Start Tracking Code for analytics_googleanalytics -->\n\n<script>&#13;\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){&#13;\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),&#13;\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)&#13;\n })(window,document,'script','//www.google-analytics.com/analytics.js','ga');&#13;\n&#13;\n ga('create', 'UA-526901-1', 'auto');&#13;\n ga('require', 'displayfeatures');&#13;\n ga('send', 'pageview');&#13;\n setTimeout(\"ga('send','event','adjusted bounce rate','page visit 45 seconds or more')\",45000);&#13;\n ga('require', 'ecommerce', 'ecommerce.js');&#13;\n&#13;\n function trackEcommerce() {&#13;\n this._addTrans = addTrans;&#13;\n this._addItem = addItems;&#13;\n this._trackTrans = trackTrans;&#13;\n }&#13;\n function addTrans(orderID,store,total,tax,shipping,city,state,country) {&#13;\n ga('ecommerce:addTransaction', {&#13;\n 'id': orderID,&#13;\n 'affiliation': store,&#13;\n 'revenue': total,&#13;\n 'tax': tax,&#13;\n 'shipping': shipping,&#13;\n 'city': city,&#13;\n 'state': state,&#13;\n 'country': country&#13;\n });&#13;\n }&#13;\n function addItems(orderID,sku,product,variation,price,qty) {&#13;\n ga('ecommerce:addItem', {&#13;\n 'id': orderID,&#13;\n 'sku': sku,&#13;\n 'name': product,&#13;\n 'category': variation,&#13;\n 'price': price,&#13;\n 'quantity': qty&#13;\n });&#13;\n }&#13;\n function trackTrans() {&#13;\n ga('ecommerce:send');&#13;\n }&#13;\n var pageTracker = new trackEcommerce();&#13;\n</script>&#13;\n&#13;\n<script src=\"//platform.twitter.com/oct.js\" type=\"text/javascript\"/>&#13;\n<script type=\"text/javascript\">twttr.conversion.trackPid('ntl0y', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>&#13;\n<noscript>&#13;\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://analytics.twitter.com/i/adsct?txn_id=ntl0y&amp;p_id=Twitter&amp;tw_sale_amount=0&amp;tw_order_quantity=0\"/>&#13;\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"//t.co/i/adsct?txn_id=ntl0y&amp;p_id=Twitter&amp;tw_sale_amount=0&amp;tw_order_quantity=0\"/>&#13;\n</noscript>&#13;\n&#13;\n<meta name=\"p:domain_verify\" content=\"1965dc811d22dd32846e42dbfa3cff78\"/>&#13;\n&#13;\n<meta name=\"msvalidate.01\" content=\"F3305F8D58587C99AF8DB1CDDBA3DD2E\"/>&#13;\n<meta name=\"msvalidate.01\" content=\"A72DCA3EA078426A1DD16F14B18009FB\"/>&#13;\n&#13;\n<script type=\"text/javascript\">&#13;\n adroll_adv_id = \"WHSMEWR2HJAU3IUI4R7RNJ\";&#13;\n adroll_pix_id = \"4NDSC2H3B5G7REXODGUNI5\";&#13;\n /* OPTIONAL: provide email to improve user identification */&#13;\n /* adroll_email = \"[email protected]\"; */&#13;\n (function () {&#13;\n var _onload = function(){&#13;\n if (document.readyState &amp;&amp; !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}&#13;\n if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}&#13;\n var scr = document.createElement(\"script\");&#13;\n var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");&#13;\n scr.setAttribute('async', 'true');&#13;\n scr.type = \"text/javascript\";&#13;\n scr.src = host + \"/j/roundtrip.js\";&#13;\n ((document.getElementsByTagName('head') || [null])[0] ||&#13;\n document.getElementsByTagName('script')[0].parentNode).appendChild(scr);&#13;\n };&#13;\n if (window.addEventListener) {window.addEventListener('load', _onload, false);}&#13;\n else {window.attachEvent('onload', _onload)}&#13;\n }());&#13;\n</script>&#13;\n&#13;\n<script type=\"text/javascript\">&#13;\n!function(e){if(!window.pintrk){window.pintrk=function()&#13;\n{window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var&#13;\nn=window.pintrk;n.queue=[],n.version=\"3.0\";var&#13;\nt=document.createElement(\"script\");t.async=!0,t.src=e;var&#13;\nr=document.getElementsByTagName(\"script\")[0];r.parentNode.insertBefore(t,r)}}&#13;\n(\"https://s.pinimg.com/ct/core.js\"); &#13;\n&#13;\npintrk('load','2613788048285', { em: '%%ORDER_EMAIL%%' });&#13;\npintrk('page');&#13;\n</script> &#13;\n<noscript> &#13;\n<img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://ct.pinterest.com/v3/?tid=2613788048285&amp;noscript=1\"/> &#13;\n</noscript>&#13;\n\n\n<!-- End Tracking Code for analytics_googleanalytics -->\n\n\n<script type=\"text/javascript\">\nwindow.onAmazonLoginReady = function () {\n amazon.Login.setClientId('amzn1.application-oa2-client.8e456d0dcdc043e0b2290555f15f1af3');\n };\n\n</script>\n<script type=\"text/javascript\" src=\"https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js?sellerId=AXOJT030T8I4F\" defer=\"defer\"/>\n<script type=\"text/javascript\" src=\"https://cdn11.bigcommerce.com/shared/bower/checkout-sdk/dist/checkout-button.umd-cf159a4e7e981bd47792e86246334cfa48506bbb.js\" defer=\"defer\"/>\n<script type=\"text/javascript\" src=\"https://cdn11.bigcommerce.com/r-a41835e6c018f3c43baf0184da4bd7b06b26a61b/vendor/bower_components/braintree-web/index.js\" defer=\"defer\"/>\n<script type=\"text/javascript\" src=\"https://cdn11.bigcommerce.com/r-a41835e6c018f3c43baf0184da4bd7b06b26a61b/javascript/braintree.js\" defer=\"defer\"/>\n<script type=\"text/javascript\">\nvar BCData = {\"csrf_token\":\"d4d5899fed87fdd7874ee2fc7ccf817fd6e3724bfb5618d3d47ef3a7ceac1278\"};\n</script>\n<script>\n/*ConvertCart.com-inspiranzadesigns.com*/(function(c,o,n,v,e,r,t,s){s=c.fetch?'f':'',\nc.ccartObj=e,c[e]=c[e]||function(){(c[e].q=c[e].q||[]).push(arguments)},c[e].t=Date.now(),\nr=o.createElement(n);r.async=1;r.src=v+s+'.js';t=o.getElementsByTagName(n)[0];t.parentNode\n.insertBefore(r,t)})(window, document,'script','//cdn.convertcart.com/11111735','ccart')\n</script>\n \n\n \n \n \n \n \n <!-- snippet location htmlhead -->\n </head>\n " ]
[ "<title>Thank you for great jewelry!!! - Inspiranza Designs</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "www.inspiranzadesigns.com > blog > thank you for great jewelry" } ]
[ { "char_end_idx": 70, "char_start_idx": 0, "key": "length", "type": "local", "value": "70" } ]
[ { "key": "length", "type": "global", "value": "105" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-src", "class" ], "values": [ "https://cdn11.bigcommerce.com/s-cyevl/stencil/7877bb80-13b7-0137-1853-2f8595a05773/e/d602ae70-3cce-0137-573f-0242ac110011/img/icon-sprite.svg", "icons-svg-sprite" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "svg" }, { "char_end_idx": 22, "char_start_idx": 15, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.inspiranzadesigns.com/tuscany-necklace/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 104, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "p" }, { "char_end_idx": 105, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 105, "char_start_idx": 105, "html_attrs": { "attrs": [ "class", "addthis:url", "addthis:title" ], "values": [ "addthis_toolbox addthis_32x32_style", "", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 105, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-post-body" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 105, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "blog" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "article" }, { "char_end_idx": 105, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 105, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-currency-code" ], "values": [ "body", "USD" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 105, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 105, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "I received the Tuscany set and it is better than I thought it could be. Thank you for great jewelry!!!!!\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Thank you for great jewelry!!! - Inspiranza Designs" } ]
[ { "key": "url", "type": "global", "value": "https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/" } ]
[]
I received the Tuscany set and it is better than I thought it could be. Thank you for great jewelry!!!!!
https://www.inspiranzadesigns.com/blog/thank-you-for-great-jewelry/
[ { "char_end_idx": 22, "char_start_idx": 15, "key": "entity", "type": "local", "value": "Tuscany" } ]
[ { "char_end_idx": 105, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tuscany" } ]
0
616
1556244436000
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"/> <title>LGBTQ workplace protections stall &#8211; Unicameral Update</title> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Unicameral Update &raquo; Feed" href="http://update.legislature.ne.gov/?feed=rss2" /> <link rel="alternate" type="application/rss+xml" title="Unicameral Update &raquo; Comments Feed" href="http://update.legislature.ne.gov/?feed=comments-rss2" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/update.legislature.ne.gov\/wp-includes\/js\/wp-emoji-release.min.js?ver=a977501daadce6dba6843af2c27f9e56"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='h5ab-print-font-awesome-css' href='http://update.legislature.ne.gov/wp-content/plugins/print-post-and-page/css/font-awesome.min.css?ver=a977501daadce6dba6843af2c27f9e56' type='text/css' media='all' /> <link rel='stylesheet' id='h5ab-print-css-css' href='http://update.legislature.ne.gov/wp-content/plugins/print-post-and-page/css/h5ab-print.min.css?ver=a977501daadce6dba6843af2c27f9e56' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='http://update.legislature.ne.gov/wp-includes/css/dist/block-library/style.min.css?ver=a977501daadce6dba6843af2c27f9e56' type='text/css' media='all' /> <link rel='stylesheet' id='legcal_style-css' href='http://update.legislature.ne.gov/wp-content/plugins/legcal/styles.css?ver=a977501daadce6dba6843af2c27f9e56' type='text/css' media='all' /> <link rel='stylesheet' id='wpt-twitter-feed-css' href='http://update.legislature.ne.gov/wp-content/plugins/wp-to-twitter/css/twitter-feed.css?ver=a977501daadce6dba6843af2c27f9e56' type='text/css' media='all' /> <link rel='stylesheet' id='colormag_google_fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600&#038;ver=a977501daadce6dba6843af2c27f9e56' type='text/css' media='all' /> <link rel='stylesheet' id='colormag_style-css' href='http://update.legislature.ne.gov/wp-content/themes/colormag/style.css?ver=a977501daadce6dba6843af2c27f9e56' type='text/css' media='all' /> <link rel='stylesheet' id='colormag-fontawesome-css' href='http://update.legislature.ne.gov/wp-content/themes/colormag/fontawesome/css/font-awesome.css?ver=4.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='colormag-featured-image-popup-css-css' href='http://update.legislature.ne.gov/wp-content/themes/colormag/js/magnific-popup/magnific-popup.css?ver=20150310' type='text/css' media='all' /> <link rel='stylesheet' id='addtoany-css' href='http://update.legislature.ne.gov/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.15' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='http://update.legislature.ne.gov/wp-content/plugins/jetpack/css/jetpack.css?ver=7.2.1' type='text/css' media='all' /> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1'></script> <!--[if lte IE 8]> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/html5shiv.min.js?ver=a977501daadce6dba6843af2c27f9e56'></script> <![endif]--> <link rel='https://api.w.org/' href='http://update.legislature.ne.gov/index.php?rest_route=/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://update.legislature.ne.gov/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://update.legislature.ne.gov/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Hearing aid coverage for children sought' href='http://update.legislature.ne.gov/?p=25246' /> <link rel='next' title='Protections sought for organ donors' href='http://update.legislature.ne.gov/?p=25255' /> <link rel="canonical" href="http://update.legislature.ne.gov/?p=25251" /> <link rel='shortlink' href='http://update.legislature.ne.gov/?p=25251' /> <link rel="alternate" type="application/json+oembed" href="http://update.legislature.ne.gov/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=http%3A%2F%2Fupdate.legislature.ne.gov%2F%3Fp%3D25251" /> <link rel="alternate" type="text/xml+oembed" href="http://update.legislature.ne.gov/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=http%3A%2F%2Fupdate.legislature.ne.gov%2F%3Fp%3D25251&#038;format=xml" /> <script data-cfasync="false"> window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; (function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script"); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-80152058-2', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//update.legislature.ne.gov/?wordfence_lh=1&hid=ED1E1AC309A1B23CE23B2ABCEC1C68D2'); </script> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style><style type="text/css" id="custom-background-css"> body.custom-background { background-color: #cccccc; } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="LGBTQ workplace protections stall" /> <meta property="og:url" content="http://update.legislature.ne.gov/?p=25251" /> <meta property="og:description" content="After three hours of debate over two days, a bill that would protect employees from discrimination based on sexual orientation and gender identity stalled on general file March 5." /> <meta property="article:published_time" content="2019-03-05T19:30:17+00:00" /> <meta property="article:modified_time" content="2019-03-05T19:30:17+00:00" /> <meta property="og:site_name" content="Unicameral Update" /> <meta property="og:image" content="http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a.jpg" /> <meta property="og:image:width" content="593" /> <meta property="og:image:height" content="445" /> <meta property="og:locale" content="en_US" /> <!-- End Jetpack Open Graph Tags --> <!-- Unicameral Update Internal Styles --> <style type="text/css"> .colormag-button,blockquote,button,input[type=reset],input[type=button],input[type=submit], #masthead.colormag-header-clean #site-navigation.main-small-navigation .menu-toggle{background-color:#08385a} #site-title a,.next a:hover,.previous a:hover,.social-links i.fa:hover,a, #masthead.colormag-header-clean .social-links li:hover i.fa, #masthead.colormag-header-classic .social-links li:hover i.fa, #masthead.colormag-header-clean .breaking-news .newsticker a:hover, #masthead.colormag-header-classic .breaking-news .newsticker a:hover, #masthead.colormag-header-classic #site-navigation .fa.search-top:hover, #masthead.colormag-header-classic #site-navigation .random-post a:hover .fa-random, #masthead .main-small-navigation li:hover > .sub-toggle i, .better-responsive-menu #masthead .main-small-navigation .sub-toggle.active .fa {color:#08385a} .fa.search-top:hover, #masthead.colormag-header-classic #site-navigation.main-small-navigation .menu-toggle, .main-navigation ul li.focus > a, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.focus > a {background-color:#08385a} #site-navigation{border-top:4px solid #08385a} .home-icon.front_page_on,.main-navigation a:hover,.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover>a, .main-navigation ul li.current-menu-ancestor>a, .main-navigation ul li.current-menu-item ul li a:hover, .main-navigation ul li.current-menu-item>a, .main-navigation ul li.current_page_ancestor>a, .main-navigation ul li.current_page_item>a, .main-navigation ul li:hover>a, .main-small-navigation li a:hover, .site-header .menu-toggle:hover, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover > a, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor > a, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item > a, #masthead .main-small-navigation li:hover > a, #masthead .main-small-navigation li.current-page-ancestor > a, #masthead .main-small-navigation li.current-menu-ancestor > a, #masthead .main-small-navigation li.current-page-item > a, #masthead .main-small-navigation li.current-menu-item > a{background-color:#08385a} .main-small-navigation .current-menu-item>a,.main-small-navigation .current_page_item>a {background:#08385a} #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item, #masthead.colormag-header-classic #site-navigation .menu-toggle, #masthead.colormag-header-classic #site-navigation .menu-toggle:hover, #masthead.colormag-header-classic .main-navigation ul > li:hover > a, #masthead.colormag-header-classic .main-navigation ul > li.current-menu-item > a, #masthead.colormag-header-classic .main-navigation ul > li.current-menu-ancestor > a, #masthead.colormag-header-classic .main-navigation ul li.focus > a{ border-color:#08385a} .promo-button-area a:hover{border:2px solid #08385a;background-color:#08385a} #content .wp-pagenavi .current, #content .wp-pagenavi a:hover,.format-link .entry-content a,.pagination span{ background-color:#08385a} .pagination a span:hover{color:#08385a;border-color:#08385a} #content .comments-area a.comment-edit-link:hover,#content .comments-area a.comment-permalink:hover, #content .comments-area article header cite a:hover,.comments-area .comment-author-link a:hover{color:#08385a} .comments-area .comment-author-link span{background-color:#08385a} .comment .comment-reply-link:hover,.nav-next a,.nav-previous a{color:#08385a} #secondary .widget-title{border-bottom:2px solid #08385a} #secondary .widget-title span{background-color:#08385a} .footer-widgets-area .widget-title{border-bottom:2px solid #08385a} .footer-widgets-area .widget-title span, .colormag-footer--classic .footer-widgets-area .widget-title span::before{background-color:#08385a} .footer-widgets-area a:hover{color:#08385a} .advertisement_above_footer .widget-title{ border-bottom:2px solid #08385a} .advertisement_above_footer .widget-title span{background-color:#08385a} a#scroll-up i{color:#08385a} .page-header .page-title{border-bottom:2px solid #08385a} #content .post .article-content .above-entry-meta .cat-links a, .page-header .page-title span{ background-color:#08385a} #content .post .article-content .entry-title a:hover, .entry-meta .byline i,.entry-meta .cat-links i,.entry-meta a, .post .entry-title a:hover,.search .entry-title a:hover{color:#08385a} .entry-meta .post-format i{background-color:#08385a} .entry-meta .comments-link a:hover,.entry-meta .edit-link a:hover,.entry-meta .posted-on a:hover, .entry-meta .tag-links a:hover,.single #content .tags a:hover{color:#08385a}.more-link, .no-post-thumbnail{background-color:#08385a} .post-box .entry-meta .cat-links a:hover,.post-box .entry-meta .posted-on a:hover, .post.post-box .entry-title a:hover{color:#08385a} .widget_featured_slider .slide-content .above-entry-meta .cat-links a{background-color:#08385a} .widget_featured_slider .slide-content .below-entry-meta .byline a:hover, .widget_featured_slider .slide-content .below-entry-meta .comments a:hover, .widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover, .widget_featured_slider .slide-content .entry-title a:hover{color:#08385a} .widget_highlighted_posts .article-content .above-entry-meta .cat-links a {background-color:#08385a} .byline a:hover,.comments a:hover,.edit-link a:hover,.posted-on a:hover,.tag-links a:hover, .widget_highlighted_posts .article-content .below-entry-meta .byline a:hover, .widget_highlighted_posts .article-content .below-entry-meta .comments a:hover, .widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover, .widget_highlighted_posts .article-content .entry-title a:hover{color:#08385a} .widget_featured_posts .article-content .above-entry-meta .cat-links a{background-color:#08385a} .widget_featured_posts .article-content .entry-title a:hover{color:#08385a} .widget_featured_posts .widget-title{border-bottom:2px solid #08385a} .widget_featured_posts .widget-title span{background-color:#08385a} .related-posts-main-title .fa,.single-related-posts .article-content .entry-title a:hover{color:#08385a} .widget_slider_area .widget-title,.widget_beside_slider .widget-title { border-bottom:2px solid #08385a} .widget_slider_area .widget-title span,.widget_beside_slider .widget-title span { background-color:#08385a} @media (max-width: 768px) {.better-responsive-menu .sub-toggle{background-color:#001a3c}}</style> <style type="text/css" id="wp-custom-css"> #site-title { font-family: Trajan Pro; } #site-description { font-family: Avenir; } .entry-title { font-family: Goudy Old Style; } .type-post .entry-title, .type-page .entry-title { line-height: 1.1; } li { font-style: Open-Sans; font-size: 15px; } #subscribe-field-blog_subscription-9.required { margin: 0px; } p#subscribe-submit { margin-bottom: -40px; margin-top: -30px; } input[type=submit] { background-color: gray; font-size: 14px; padding: 5px; } #subscribe-submit { float: right; } #site-navigation { background-color: #736450; border-top: white; } .main-navigation ul li ul { position: absolute; width: 315px; top: 42px; } .main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a { float: none; font-size: 14px; height: 100%; padding: 5px 15px; color: #ffffff; background-color: #525252; width: 320px; text-align: left; text-transform: none; } #content .post .article-content .above-entry-meta .cat-links a { background-color: #289dcc; border-radius: 3px; color: #ffffff; font-size: 10px; padding: 3px 5px; } .byline { display: none; } #content .post .article-content .below-entry-meta { padding-bottom: 5px; } #header-text-nav-wrap { padding-bottom: 0px; } #subscribe-field-blog_subscription-16 { color: black; } #header-text-nav-wrap { padding: 5px; } #main { padding: 20px; } .wp-caption-text { font-size: 12px; } #secondary h3.widget-title { font-size: 16px; } .copyright { display: none; } .addthis_button { display: none; } .fa-thumbs-up { display: none; } .related-posts-main-title span { display: none; } Inline images img.alignright { margin-top: 10px; } Links a { color: #59629F; } </style> </head> <body class="post-template-default single single-post postid-25251 single-format-standard custom-background "> <div id="page" class="hfeed site"> <header id="masthead" class="site-header clearfix "> <div id="header-text-nav-container" class="clearfix"> <div class="news-bar"> <div class="inner-wrap clearfix"> <div class="date-in-header"> Thursday, April 25, 2019 </div> <div class="breaking-news"> <strong class="breaking-news-latest">Latest:</strong> <ul class="newsticker"> <li> <a href="http://update.legislature.ne.gov/?p=26106" title="Expanded right-to-farm protections amended, advanced">Expanded right-to-farm protections amended, advanced</a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26103" title="Repeal of death penalty fails to advance">Repeal of death penalty fails to advance</a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26097" title="College savings proposal amended, advanced">College savings proposal amended, advanced</a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26092" title="Economic forecasting board raises revenue projections">Economic forecasting board raises revenue projections</a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26088" title="Affordable housing bill expanded, advanced">Affordable housing bill expanded, advanced</a> </li> </ul> </div> </div> </div> <div class="inner-wrap"> <div id="header-text-nav-wrap" class="clearfix"> <div id="header-left-section"> <div id="header-text" class="screen-reader-text"> <h3 id="site-title"> <a href="http://update.legislature.ne.gov/" title="Unicameral Update" rel="home">Unicameral Update</a> </h3> <p id="site-description">The Nebraska Legislature&#039;s official news source since 1977</p> <!-- #site-description --> </div><!-- #header-text --> </div><!-- #header-left-section --> <div id="header-right-section"> </div><!-- #header-right-section --> </div><!-- #header-text-nav-wrap --> </div><!-- .inner-wrap --> <div id="wp-custom-header" class="wp-custom-header"><div class="header-image-wrap"><a href="http://update.legislature.ne.gov/" title="Unicameral Update" rel="home"><img src="http://update.legislature.ne.gov/wp-content/uploads/2016/10/cropped-cropped-testheader-1-14.png" class="header-image" width="1311" height="172" alt="Unicameral Update"></a></div></div> <nav id="site-navigation" class="main-navigation clearfix" role="navigation"> <div class="inner-wrap clearfix"> <div class="home-icon"> <a href="http://update.legislature.ne.gov/" title="Unicameral Update"><i class="fa fa-home"></i></a> </div> <p class="menu-toggle"></p> <div class="menu-primary-container"><ul id="menu-main" class="menu"><li id="menu-item-19777" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19777"><a href="http://update.legislature.ne.gov/?page_id=2">About</a></li> <li id="menu-item-19762" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children menu-item-19762"><a href="http://update.legislature.ne.gov/?cat=32">Committees</a> <ul class="sub-menu"> <li id="menu-item-19771" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19771"><a href="http://update.legislature.ne.gov/?cat=3">Agriculture</a></li> <li id="menu-item-19772" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19772"><a href="http://update.legislature.ne.gov/?cat=5">Appropriations</a></li> <li id="menu-item-19770" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19770"><a href="http://update.legislature.ne.gov/?cat=6">Banking Commerce and Insurance</a></li> <li id="menu-item-19775" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19775"><a href="http://update.legislature.ne.gov/?cat=7">Business and Labor</a></li> <li id="menu-item-19767" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19767"><a href="http://update.legislature.ne.gov/?cat=8">Education</a></li> <li id="menu-item-19897" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19897"><a href="http://update.legislature.ne.gov/?cat=26">Executive Board</a></li> <li id="menu-item-19766" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19766"><a href="http://update.legislature.ne.gov/?cat=11">Government Military and Veterans Affairs</a></li> <li id="menu-item-19773" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19773"><a href="http://update.legislature.ne.gov/?cat=10">General Affairs</a></li> <li id="menu-item-19764" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19764"><a href="http://update.legislature.ne.gov/?cat=12">Health and Human Services</a></li> <li id="menu-item-19763" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-19763"><a href="http://update.legislature.ne.gov/?cat=13">Judiciary</a></li> <li id="menu-item-19769" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19769"><a href="http://update.legislature.ne.gov/?cat=15">Natural Resources</a></li> <li id="menu-item-19776" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19776"><a href="http://update.legislature.ne.gov/?cat=16">Retirement Systems</a></li> <li id="menu-item-19765" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19765"><a href="http://update.legislature.ne.gov/?cat=17">Revenue</a></li> <li id="menu-item-19768" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19768"><a href="http://update.legislature.ne.gov/?cat=22">Transportation and Telecommunications</a></li> <li id="menu-item-19774" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19774"><a href="http://update.legislature.ne.gov/?cat=23">Urban Affairs</a></li> </ul> </li> <li id="menu-item-19898" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-19898"><a href="http://update.legislature.ne.gov/?cat=167">Features</a> <ul class="sub-menu"> <li id="menu-item-20216" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20216"><a href="http://update.legislature.ne.gov/?cat=169">Video</a></li> <li id="menu-item-19781" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19781"><a href="http://update.legislature.ne.gov/?cat=30">Ceremonies</a></li> <li id="menu-item-19784" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19784"><a href="http://update.legislature.ne.gov/?cat=18">Senator features</a></li> <li id="menu-item-19779" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19779"><a href="http://update.legislature.ne.gov/?cat=34">Civic education</a></li> <li id="menu-item-22620" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22620"><a href="http://update.legislature.ne.gov/?cat=168">Slideshows</a></li> </ul> </li> <li id="menu-item-19902" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19902"><a href="http://update.legislature.ne.gov/?page_id=10">Print Archive</a></li> <li id="menu-item-19886" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19886"><a href="http://update.legislature.ne.gov/?page_id=16">Subscriptions</a></li> <li id="menu-item-24389" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24389"><a href="http://update.legislature.ne.gov/?cat=245">Session Review 2018</a></li> </ul></div> </div> </nav> </div><!-- #header-text-nav-container --> </header> <div id="main" class="clearfix"> <div class="inner-wrap clearfix"> <div id="primary"> <div id="content" class="clearfix"> <article id="post-25251" class="post-25251 post type-post status-publish format-standard has-post-thumbnail hentry category-judiciary tag-sen-patty-pansing-brooks"> <div class="featured-image"> <a href="http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a.jpg" class="image-popup"><img width="593" height="445" src="http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a-593x445.jpg" class="attachment-colormag-featured-image size-colormag-featured-image wp-post-image" alt="" srcset="http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a.jpg 593w, http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a-300x225.jpg 300w" sizes="(max-width: 593px) 100vw, 593px" data-attachment-id="25250" data-permalink="http://update.legislature.ne.gov/?attachment_id=25250" data-orig-file="http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a.jpg" data-orig-size="593,445" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS 70D&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1551788665&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;110&quot;,&quot;iso&quot;:&quot;1600&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="PansingBrooksGroup3-5-19a" data-image-description="" data-medium-file="http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a-300x225.jpg" data-large-file="http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a.jpg" /></a> </div> <div class="article-content clearfix"> <div class="above-entry-meta"><span class="cat-links"><a href="http://update.legislature.ne.gov/?cat=13" style="background:#5f6061" rel="category tag">Judiciary</a>&nbsp;</span></div> <header class="entry-header"> <h1 class="entry-title"> LGBTQ workplace protections stall </h1> </header> <div class="below-entry-meta"> <span class="posted-on"><a href="http://update.legislature.ne.gov/?p=25251" title="1:30 pm" rel="bookmark"><i class="fa fa-calendar-o"></i> <time class="entry-date published" datetime="2019-03-05T13:30:17-06:00">March 5, 2019</time></a></span> <span class="byline"> <span class="author vcard"> <i class="fa fa-user"></i> <a class="url fn n" href="http://update.legislature.ne.gov/?author=1" title="admin">admin </a> </span> </span> <a href="/?tag=sen-patty-pansing-brooks">Sen. Patty Pansing Brooks</a>, <a href="?s=billSearch_LB627_Regular_2019">LB627</a> </div> <div class="entry-content clearfix"> <p>After three hours of debate over two days, a bill that would protect employees from discrimination based on sexual orientation and gender identity stalled on general file March 5.</p> <figure id="attachment_20156" aria-describedby="caption-attachment-20156" style="width: 200px" class="wp-caption alignright"><img data-attachment-id="20156" data-permalink="http://update.legislature.ne.gov/?attachment_id=20156" data-orig-file="http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline.jpg" data-orig-size="297,445" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="senpansingbrooks_inline" data-image-description="" data-medium-file="http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline-200x300.jpg" data-large-file="http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline.jpg" class="size-medium wp-image-20156" src="http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline-200x300.jpg" alt="<a href='http://news.legislature.ne.gov/dist28' target='_blank' title='Link to the website of Sen. Patty Pansing Brooks'>Sen. Patty Pansing Brooks</a>" width="200" height="300" srcset="http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline-200x300.jpg 200w, http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline.jpg 297w" sizes="(max-width: 200px) 100vw, 200px" /><figcaption id="caption-attachment-20156" class="wp-caption-text">Sen. Patty Pansing Brooks</figcaption></figure> <p>Introduced by Lincoln Sen. Patty Pansing Brooks, <a href='http://nebraskalegislature.gov/bills/search_by_number.php?DocumentNumber=LB627&Legislature=106th' target='_blank' title='Link to the webpage for LB627'>LB627</a> would prohibit employers, employment agencies and labor unions from discriminating against individuals based on their sexual orientation or gender identity.</p> <p>Discrimination based on race, color, religion, sex, disability, marital status and national origin currently is prohibited.</p> <p>LB627 would apply to employers with 15 or more employees or with state contracts regardless of the number of employees, the state of Nebraska, governmental agencies and political subdivisions.</p> <p>Pansing Brooks said Nebraska is stifling its economy by not providing basic civil rights protections for all employees.</p> <p>“There are many practical reasons to advance LB627, but the extension of love and kindness to a community that has been marginalized is equally important,” she said.</p> <p>Sen. Megan Hunt of Omaha spoke in support of the bill, saying that it is shameful to talk about the state’s motto of equality before the law when members of the LGBTQ community do not have the same workplace protections as others.</p> <p>“I want Nebraska to be a place where everybody feels welcome and can call this place home and have a future here,” Hunt said. “It’s sad, but a lot of [businesses] won’t do the right thing until they’re required to do the right thing.”</p> <p>Omaha Sen. Steve Lathrop also supported the bill. Many of the people who believe that life begins at conception oppose legal protections for those same lives when individuals are members of the LGBTQ community, he said.</p> <p>“The fact that they are gay is not something that is a function of how they were raised or something that happened in their childhood. They’re born this way,” Lathrop said. “As far as I’m concerned, you’re turning your back on an entire population of people who were created in God’s image.”</p> <p>Opposing the bill was Sen. Robert Clements of Elmwood. Every person should be treated with dignity and respect, he said, but the bill improperly would restrict employers’ free exercise of their religious beliefs.</p> <p>“When the Nebraska constitution states that morality is essential to good government, it’s referring to moral absolutes that do not change with time,” he said. “[The bill] violates the U.S. constitution by prohibiting free exercise of religion.”</p> <p>Lincoln Sen. Suzanne Geist also opposed the measure. The Legislature should not adopt laws that pick and choose who is afforded freedom and who is not, she said.</p> <p>“In Nebraska, businesses are free to decide the values they’d like to adopt and the missions they seek to advance,” Geist said. “The government and the Legislature should not be dictating to business owners whom they should hire, but allow them to hire the best person for the job and for their business.”</p> <p>The Legislature adjourned for the day before voting on LB627. Per a practice implemented by Speaker Jim Scheer, the sponsor of a bill that is facing a potential filibuster must demonstrate sufficient support for a cloture motion before the measure will be scheduled for additional debate.<div class="h5ab-print-button-container"><div class="h5ab-print-button h5ab-print-button-left" style="cursor: pointer; color: #33396e"><i class="fa fa-print fa-lg"></i> <span></span></div></div></p> <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4c51c9461c443377"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c51c9461c443377"></script><div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_16 addtoany_list" data-a2a-url="http://update.legislature.ne.gov/?p=25251" data-a2a-title="LGBTQ workplace protections stall"><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></div></div> </div> </div> </article> </div><!-- #content --> <ul class="default-wp-page clearfix"> <li class="previous"><a href="http://update.legislature.ne.gov/?p=25246" rel="prev"><span class="meta-nav">&larr;</span> Hearing aid coverage for children sought</a></li> <li class="next"><a href="http://update.legislature.ne.gov/?p=25255" rel="next">Protections sought for organ donors <span class="meta-nav">&rarr;</span></a></li> </ul> </div><!-- #primary --> <div id="secondary"> <aside id="search-9" class="widget widget_search clearfix"><form action="http://update.legislature.ne.gov/" class="search-form searchform clearfix" method="get"> <div class="search-wrap"> <input type="text" placeholder="Search" class="s field" name="s"> <button class="search-icon" type="submit"></button> </div> </form><!-- .searchform --></aside><aside id="blog_subscription-16" class="widget widget_blog_subscription jetpack_subscription_widget clearfix"><h3 class="widget-title"><span>Subscribe to email updates</span></h3> <form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-16"> <div id="subscribe-text"><p>Get the latest Nebraska Legislature news sent to your inbox.</p> </div> <p id="subscribe-email"> <label id="jetpack-subscribe-label" class="screen-reader-text" for="subscribe-field-blog_subscription-16"> email address </label> <input type="email" name="email" required="required" class="required" value="" id="subscribe-field-blog_subscription-16" placeholder="email address"/> </p> <p id="subscribe-submit"> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="source" value="http://update.legislature.ne.gov/?p=25251"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="blog_subscription-16"/> <button type="submit" name="jetpack_subscriptions_widget" > Subscribe </button> </p> </form> </aside><aside id="wpcom_social_media_icons_widget-10" class="widget widget_wpcom_social_media_icons_widget clearfix"><ul><li><a href="https://www.facebook.com/UnicameralUpdate/" class="genericon genericon-facebook" target="_blank"><span class="screen-reader-text">View UnicameralUpdate&#8217;s profile on Facebook</span></a></li><li><a href="https://twitter.com/UnicamUpdate/" class="genericon genericon-twitter" target="_blank"><span class="screen-reader-text">View UnicamUpdate&#8217;s profile on Twitter</span></a></li><li><a href="https://www.youtube.com/channel/UCGAvA2yu18l6DO1TzEJ75gA/" class="genericon genericon-youtube" target="_blank"><span class="screen-reader-text">View UCGAvA2yu18l6DO1TzEJ75gA&#8217;s profile on YouTube</span></a></li></ul></aside><aside id="top-posts-10" class="widget widget_top-posts clearfix"><h3 class="widget-title"><span>Most read</span></h3><ul> <li> <a href="http://update.legislature.ne.gov/?p=26092" class="bump-view" data-bump-view="tp"> Economic forecasting board raises revenue projections </a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26048" class="bump-view" data-bump-view="tp"> Medicaid managed care restrictions clear first round </a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26058" class="bump-view" data-bump-view="tp"> Debt collection bill for workers’ comp claims advanced </a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26066" class="bump-view" data-bump-view="tp"> Restorative justice bill clears first round </a> </li> <li> <a href="http://update.legislature.ne.gov/?p=26068" class="bump-view" data-bump-view="tp"> Updated landlord requirements advanced </a> </li> </ul></aside><aside id="linkcat-171" class="widget widget_links clearfix"><h3 class="widget-title"><span>Resources</span></h3> <ul class='xoxo blogroll'> <li><a href="http://nebraskalegislature.gov/calendar/hearings.php?day=interim" title="Interim Hearing Schedule" target="_blank">Legislative interim hearing schedule</a></li> <li><a href="http://netnebraska.org/basic-page/television/live-demand-state-government" title="NET Streaming Video" target="_blank">Live video of Legislature via NET</a></li> <li><a href="http://nebraskalegislature.gov/about/pubs.php" target="_blank">Legislative publications</a></li> <li><a href="https://nebraskalegislature.gov/education/student_programs.php" title="Civic education resources" target="_blank">Civic education resources</a></li> </ul> </aside> <aside id="legcal_widget-7" class="widget widget_legcal_widget clearfix"><h3 class="widget-title"><span>Legislative calendar</span></h3> <table class='calendar_small' id='calendar_dayview'> <tr> <td class='calendar_title'> <a href='http://www.nebraskalegislature.gov/calendar/calendar.php?cal_start=2019-03-26' target='_blank'>&lt;</a> </td> <td colspan='5' class='calendar_title'> <strong>April 2019</strong> </td> <td class='calendar_title'> <a href='http://www.nebraskalegislature.gov/calendar/calendar.php?cal_start=2019-05-26 target='_blank'>&gt;</a> </td> </tr> <tr> <th>Sun</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> <th>Sat</th> </tr> <tr> <td class='empty_day'>&nbsp;</td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-01' target='_blank'>01</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 51: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-02' target='_blank'>02</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 52: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-03' target='_blank'>03</a><div class='hearing_day_container'><div class='hearing_day'>&nbsp;</div></div></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 53: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-04' target='_blank'>04</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 54: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-05' target='_blank'>05</a></div></td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-06' target='_blank'>06</a></div></td></tr> <tr><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-07' target='_blank'>07</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 55: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-08' target='_blank'>08</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 56: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-09' target='_blank'>09</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 57: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-10' target='_blank'>10</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 58: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-11' target='_blank'>11</a><div class='hearing_day_container'><div class='hearing_day'>&nbsp;</div></div></div></td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-12' target='_blank'>12</a></div></td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-13' target='_blank'>13</a></div></td></tr> <tr><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-14' target='_blank'>14</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 59: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-15' target='_blank'>15</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 60: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-16' target='_blank'>16</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 61: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-17' target='_blank'>17</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 62: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-18' target='_blank'>18</a></div></td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-19' target='_blank'>19</a></div></td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-20' target='_blank'>20</a></div></td></tr> <tr><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-21' target='_blank'>21</a></div></td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-22' target='_blank'>22</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 63: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-23' target='_blank'>23</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 64: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-24' target='_blank'>24</a><div class='hearing_day_container'><div class='hearing_day'>&nbsp;</div></div></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 65: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-25' target='_blank'>25</a></div></td><td class='day_cell leg_day cday'><div class='day_cell_container'><a title='Day 66: 106th Leg., 1st Session' id='today' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-26' target='_blank'>26</a></div></td><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-27' target='_blank'>27</a></div></td></tr> <tr><td class='day_cell '><div class='day_cell_container'><a title='' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-28' target='_blank'>28</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 67: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-29' target='_blank'>29</a></div></td><td class='day_cell leg_day '><div class='day_cell_container'><a title='Day 68: 106th Leg., 1st Session' href='http://www.nebraskalegislature.gov/calendar/dayview.php?day=2019-04-30' target='_blank'>30</a></div></td><td class='empty_day'>&nbsp;</td><td class='empty_day'>&nbsp;</td><td class='empty_day'>&nbsp;</td><td class='empty_day'>&nbsp;</td> </table> </aside><aside id="archives-9" class="widget widget_archive clearfix"><h3 class="widget-title"><span>Archives</span></h3> <label class="screen-reader-text" for="archives-dropdown-9">Archives</label> <select id="archives-dropdown-9" name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value="">Select Month</option> <option value='http://update.legislature.ne.gov/?m=201904'> April 2019 </option> <option value='http://update.legislature.ne.gov/?m=201903'> March 2019 </option> <option value='http://update.legislature.ne.gov/?m=201902'> February 2019 </option> <option value='http://update.legislature.ne.gov/?m=201901'> January 2019 </option> <option value='http://update.legislature.ne.gov/?m=201812'> December 2018 </option> <option value='http://update.legislature.ne.gov/?m=201811'> November 2018 </option> <option value='http://update.legislature.ne.gov/?m=201810'> October 2018 </option> <option value='http://update.legislature.ne.gov/?m=201807'> July 2018 </option> <option value='http://update.legislature.ne.gov/?m=201805'> May 2018 </option> <option value='http://update.legislature.ne.gov/?m=201804'> April 2018 </option> <option value='http://update.legislature.ne.gov/?m=201803'> March 2018 </option> <option value='http://update.legislature.ne.gov/?m=201802'> February 2018 </option> <option value='http://update.legislature.ne.gov/?m=201801'> January 2018 </option> <option value='http://update.legislature.ne.gov/?m=201712'> December 2017 </option> <option value='http://update.legislature.ne.gov/?m=201711'> November 2017 </option> <option value='http://update.legislature.ne.gov/?m=201710'> October 2017 </option> <option value='http://update.legislature.ne.gov/?m=201709'> September 2017 </option> <option value='http://update.legislature.ne.gov/?m=201706'> June 2017 </option> <option value='http://update.legislature.ne.gov/?m=201705'> May 2017 </option> <option value='http://update.legislature.ne.gov/?m=201704'> April 2017 </option> <option value='http://update.legislature.ne.gov/?m=201703'> March 2017 </option> <option value='http://update.legislature.ne.gov/?m=201702'> February 2017 </option> <option value='http://update.legislature.ne.gov/?m=201701'> January 2017 </option> <option value='http://update.legislature.ne.gov/?m=201612'> December 2016 </option> <option value='http://update.legislature.ne.gov/?m=201610'> October 2016 </option> <option value='http://update.legislature.ne.gov/?m=201605'> May 2016 </option> <option value='http://update.legislature.ne.gov/?m=201604'> April 2016 </option> <option value='http://update.legislature.ne.gov/?m=201603'> March 2016 </option> <option value='http://update.legislature.ne.gov/?m=201602'> February 2016 </option> <option value='http://update.legislature.ne.gov/?m=201601'> January 2016 </option> <option value='http://update.legislature.ne.gov/?m=201510'> October 2015 </option> <option value='http://update.legislature.ne.gov/?m=201508'> August 2015 </option> <option value='http://update.legislature.ne.gov/?m=201507'> July 2015 </option> <option value='http://update.legislature.ne.gov/?m=201505'> May 2015 </option> <option value='http://update.legislature.ne.gov/?m=201504'> April 2015 </option> <option value='http://update.legislature.ne.gov/?m=201503'> March 2015 </option> <option value='http://update.legislature.ne.gov/?m=201502'> February 2015 </option> <option value='http://update.legislature.ne.gov/?m=201501'> January 2015 </option> <option value='http://update.legislature.ne.gov/?m=201405'> May 2014 </option> <option value='http://update.legislature.ne.gov/?m=201404'> April 2014 </option> <option value='http://update.legislature.ne.gov/?m=201403'> March 2014 </option> <option value='http://update.legislature.ne.gov/?m=201402'> February 2014 </option> <option value='http://update.legislature.ne.gov/?m=201401'> January 2014 </option> <option value='http://update.legislature.ne.gov/?m=201312'> December 2013 </option> <option value='http://update.legislature.ne.gov/?m=201310'> October 2013 </option> <option value='http://update.legislature.ne.gov/?m=201307'> July 2013 </option> <option value='http://update.legislature.ne.gov/?m=201306'> June 2013 </option> <option value='http://update.legislature.ne.gov/?m=201305'> May 2013 </option> <option value='http://update.legislature.ne.gov/?m=201304'> April 2013 </option> <option value='http://update.legislature.ne.gov/?m=201303'> March 2013 </option> <option value='http://update.legislature.ne.gov/?m=201302'> February 2013 </option> <option value='http://update.legislature.ne.gov/?m=201301'> January 2013 </option> <option value='http://update.legislature.ne.gov/?m=201210'> October 2012 </option> <option value='http://update.legislature.ne.gov/?m=201206'> June 2012 </option> <option value='http://update.legislature.ne.gov/?m=201205'> May 2012 </option> <option value='http://update.legislature.ne.gov/?m=201204'> April 2012 </option> <option value='http://update.legislature.ne.gov/?m=201203'> March 2012 </option> <option value='http://update.legislature.ne.gov/?m=201202'> February 2012 </option> <option value='http://update.legislature.ne.gov/?m=201201'> January 2012 </option> <option value='http://update.legislature.ne.gov/?m=201112'> December 2011 </option> <option value='http://update.legislature.ne.gov/?m=201111'> November 2011 </option> <option value='http://update.legislature.ne.gov/?m=201110'> October 2011 </option> <option value='http://update.legislature.ne.gov/?m=201106'> June 2011 </option> <option value='http://update.legislature.ne.gov/?m=201105'> May 2011 </option> <option value='http://update.legislature.ne.gov/?m=201104'> April 2011 </option> <option value='http://update.legislature.ne.gov/?m=201103'> March 2011 </option> <option value='http://update.legislature.ne.gov/?m=201102'> February 2011 </option> <option value='http://update.legislature.ne.gov/?m=201101'> January 2011 </option> <option value='http://update.legislature.ne.gov/?m=201012'> December 2010 </option> <option value='http://update.legislature.ne.gov/?m=201011'> November 2010 </option> <option value='http://update.legislature.ne.gov/?m=201010'> October 2010 </option> <option value='http://update.legislature.ne.gov/?m=201004'> April 2010 </option> <option value='http://update.legislature.ne.gov/?m=200911'> November 2009 </option> <option value='http://update.legislature.ne.gov/?m=200905'> May 2009 </option> <option value='http://update.legislature.ne.gov/?m=200904'> April 2009 </option> <option value='http://update.legislature.ne.gov/?m=200903'> March 2009 </option> <option value='http://update.legislature.ne.gov/?m=200902'> February 2009 </option> <option value='http://update.legislature.ne.gov/?m=200901'> January 2009 </option> <option value='http://update.legislature.ne.gov/?m=200801'> January 2008 </option> <option value='http://update.legislature.ne.gov/?m=200701'> January 2007 </option> <option value='http://update.legislature.ne.gov/?m=200501'> January 2005 </option> <option value='http://update.legislature.ne.gov/?m=200301'> January 2003 </option> </select> </aside> </div> </div><!-- .inner-wrap --> </div><!-- #main --> <footer id="colophon" class="clearfix "> <div class="footer-socket-wrapper clearfix"> <div class="inner-wrap"> <div class="footer-socket-area"> <div class="footer-socket-right-section"> </div> <div class="footer-socket-left-section"> <div class="copyright">Copyright &copy; 2019 <a href="http://update.legislature.ne.gov/" title="Unicameral Update" ><span>Unicameral Update</span></a>. All rights reserved.<br>Theme: ColorMag by <a href="https://themegrill.com/themes/colormag" target="_blank" title="ThemeGrill" rel="author"><span>ThemeGrill</span></a>. Powered by <a href="https://wordpress.org" target="_blank" title="WordPress"><span>WordPress</span></a>.</div> </div> </div> </div> </div> </footer> <a href="#masthead" id="scroll-up"><i class="fa fa-chevron-up"></i></a> </div><!-- #page --> <link rel='stylesheet' id='genericons-css' href='http://update.legislature.ne.gov/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var h5abPrintSettings = {"customCSS":".alignright {\r\n float: right;\r\n margin-left: 30px;\r\n}\r\n\r\n.addtoany_content{\r\n display: none;\r\n}\r\n\r\na{\r\n text-decoration: none;\r\n color: #444444;\r\n}"}; /* ]]> */ </script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/plugins/print-post-and-page/js/h5ab-print.min.js?ver=a977501daadce6dba6843af2c27f9e56'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201917'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/jquery.bxslider.min.js?ver=4.2.10'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/navigation.js?ver=a977501daadce6dba6843af2c27f9e56'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/colormag-custom.js?ver=a977501daadce6dba6843af2c27f9e56'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/news-ticker/jquery.newsTicker.min.js?ver=1.0.0'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/magnific-popup/jquery.magnific-popup.min.js?ver=20150310'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/fitvids/jquery.fitvids.js?ver=20150311'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-includes/js/wp-embed.min.js?ver=a977501daadce6dba6843af2c27f9e56'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/plugins/jetpack/_inc/build/spin.min.js?ver=1.3'></script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/plugins/jetpack/_inc/build/jquery.spin.min.js?ver=1.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"http:\/\/update.legislature.ne.gov\/wp-admin\/admin-ajax.php","nonce":"0e3f11d657","display_exif":"0","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"http:\/\/update.legislature.ne.gov\/wp-login.php?redirect_to=http%3A%2F%2Fupdate.legislature.ne.gov%2F%3Fp%3D25251","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js?ver=20190102'></script> <script> jQuery(document).ready(function($){ sessionStorage.setItem('h5ab-print-article', '<div id="h5ab-print-content"><h1>LGBTQ workplace protections stall</h1>' + "<p>After three hours of debate over two days, a bill that would protect employees from discrimination based on sexual orientation and gender identity stalled on general file March 5.<\/p>\n<figure id=\"attachment_20156\" aria-describedby=\"caption-attachment-20156\" style=\"width: 200px\" class=\"wp-caption alignright\"><img data-attachment-id=\"20156\" data-permalink=\"http:\/\/update.legislature.ne.gov\/?attachment_id=20156\" data-orig-file=\"http:\/\/update.legislature.ne.gov\/wp-content\/uploads\/2017\/01\/SenPansingBrooks_inline.jpg\" data-orig-size=\"297,445\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"senpansingbrooks_inline\" data-image-description=\"\" data-medium-file=\"http:\/\/update.legislature.ne.gov\/wp-content\/uploads\/2017\/01\/SenPansingBrooks_inline-200x300.jpg\" data-large-file=\"http:\/\/update.legislature.ne.gov\/wp-content\/uploads\/2017\/01\/SenPansingBrooks_inline.jpg\" class=\"size-medium wp-image-20156\" src=\"http:\/\/update.legislature.ne.gov\/wp-content\/uploads\/2017\/01\/SenPansingBrooks_inline-200x300.jpg\" alt=\"<a href='http:\/\/news.legislature.ne.gov\/dist28' target='_blank' title='Link to the website of Sen. Patty Pansing Brooks'>Sen. Patty Pansing Brooks<\/a>\" width=\"200\" height=\"300\" srcset=\"http:\/\/update.legislature.ne.gov\/wp-content\/uploads\/2017\/01\/SenPansingBrooks_inline-200x300.jpg 200w, http:\/\/update.legislature.ne.gov\/wp-content\/uploads\/2017\/01\/SenPansingBrooks_inline.jpg 297w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/><figcaption id=\"caption-attachment-20156\" class=\"wp-caption-text\">Sen. Patty Pansing Brooks<\/figcaption><\/figure>\n<p>Introduced by Lincoln Sen. Patty Pansing Brooks, <a href='http:\/\/nebraskalegislature.gov\/bills\/search_by_number.php?DocumentNumber=LB627&Legislature=106th' target='_blank' title='Link to the webpage for LB627'>LB627<\/a> would prohibit employers, employment agencies and labor unions from discriminating against individuals based on their sexual orientation or gender identity.<\/p>\n<p>Discrimination based on race, color, religion, sex, disability, marital status and national origin currently is prohibited.<\/p>\n<p>LB627 would apply to employers with 15 or more employees or with state contracts regardless of the number of employees, the state of Nebraska, governmental agencies and political subdivisions.<\/p>\n<p>Pansing Brooks said Nebraska is stifling its economy by not providing basic civil rights protections for all employees.<\/p>\n<p>\u201cThere are many practical reasons to advance LB627, but the extension of love and kindness to a community that has been marginalized is equally important,\u201d she said.<\/p>\n<p>Sen. Megan Hunt of Omaha spoke in support of the bill, saying that it is shameful to talk about the state\u2019s motto of equality before the law when members of the LGBTQ community do not have the same workplace protections as others.<\/p>\n<p>\u201cI want Nebraska to be a place where everybody feels welcome and can call this place home and have a future here,\u201d Hunt said. \u201cIt\u2019s sad, but a lot of [businesses] won\u2019t do the right thing until they\u2019re required to do the right thing.\u201d<\/p>\n<p>Omaha Sen. Steve Lathrop also supported the bill. Many of the people who believe that life begins at conception oppose legal protections for those same lives when individuals are members of the LGBTQ community, he said.<\/p>\n<p>\u201cThe fact that they are gay is not something that is a function of how they were raised or something that happened in their childhood. They\u2019re born this way,\u201d Lathrop said. \u201cAs far as I\u2019m concerned, you\u2019re turning your back on an entire population of people who were created in God\u2019s image.\u201d<\/p>\n<p>Opposing the bill was Sen. Robert Clements of Elmwood. Every person should be treated with dignity and respect, he said, but the bill improperly would restrict employers\u2019 free exercise of their religious beliefs.<\/p>\n<p>\u201cWhen the Nebraska constitution states that morality is essential to good government, it\u2019s referring to moral absolutes that do not change with time,\u201d he said. \u201c[The bill] violates the U.S. constitution by prohibiting free exercise of religion.\u201d<\/p>\n<p>Lincoln Sen. Suzanne Geist also opposed the measure. The Legislature should not adopt laws that pick and choose who is afforded freedom and who is not, she said.<\/p>\n<p>\u201cIn Nebraska, businesses are free to decide the values they\u2019d like to adopt and the missions they seek to advance,\u201d Geist said. \u201cThe government and the Legislature should not be dictating to business owners whom they should hire, but allow them to hire the best person for the job and for their business.\u201d<\/p>\n<p>The Legislature adjourned for the day before voting on LB627. Per a practice implemented by Speaker Jim Scheer, the sponsor of a bill that is facing a potential filibuster must demonstrate sufficient support for a cloture motion before the measure will be scheduled for additional debate.<div class=\"h5ab-print-button-container\"><div class=\"h5ab-print-button h5ab-print-button-left\" style=\"cursor: pointer; color: #33396e\"><i class=\"fa fa-print fa-lg\"><\/i>\n\t\t\t\t\t\t\t<span><\/span><\/div><\/div><\/p>\n<a class=\"addthis_button\" href=\"http:\/\/www.addthis.com\/bookmark.php?v=250&amp;username=xa-4c51c9461c443377\"><img src=\"http:\/\/s7.addthis.com\/static\/btn\/v2\/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark and Share\" style=\"border:0\"\/><\/a><script type=\"text\/javascript\" src=\"http:\/\/s7.addthis.com\/js\/250\/addthis_widget.js#username=xa-4c51c9461c443377\"><\/script><div class=\"addtoany_share_save_container addtoany_content addtoany_content_bottom\"><div class=\"a2a_kit a2a_kit_size_16 addtoany_list\" data-a2a-url=\"http:\/\/update.legislature.ne.gov\/?p=25251\" data-a2a-title=\"LGBTQ workplace protections stall\"><a class=\"a2a_dd addtoany_share_save addtoany_share\" href=\"https:\/\/www.addtoany.com\/share\"><img src=\"https:\/\/static.addtoany.com\/buttons\/share_save_171_16.png\" alt=\"Share\"><\/a><\/div><\/div>" + '</div>'); $.strRemove = function(theTarget, theString) { return $("<div/>").append( $(theTarget, theString).remove().end() ).html(); }; var articleStr = sessionStorage.getItem('h5ab-print-article'); var removeArr = ['video','audio','script','iframe']; $.each(removeArr, function(index, value){ var processedCode = $.strRemove(value, articleStr); articleStr = processedCode; }); var fullPrintContent = articleStr; sessionStorage.setItem('h5ab-print-article', fullPrintContent); }); </script><script type='text/javascript' src='https://stats.wp.com/e-201917.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.2.1',blog:'113793074',post:'25251',tz:'-6',srv:'update.legislature.ne.gov'} ]); _stq.push([ 'clickTrackerInit', '113793074', '25251' ]); </script> </body> </html>
[ "<footer id=\"colophon\" class=\"clearfix \">\n\t\n\t<div class=\"footer-socket-wrapper clearfix\">\n\t\t<div class=\"inner-wrap\">\n\t\t\t<div class=\"footer-socket-area\">\n\t\t\t\t<div class=\"footer-socket-right-section\">\n\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t<div class=\"footer-socket-left-section\">\n\t\t\t\t\t<div class=\"copyright\">Copyright © 2019 <a href=\"http://update.legislature.ne.gov/\" title=\"Unicameral Update\"><span>Unicameral Update</span></a>. All rights reserved.<br/>Theme: ColorMag by <a href=\"https://themegrill.com/themes/colormag\" target=\"_blank\" title=\"ThemeGrill\" rel=\"author\"><span>ThemeGrill</span></a>. Powered by <a href=\"https://wordpress.org\" target=\"_blank\" title=\"WordPress\"><span>WordPress</span></a>.</div>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</footer>\n\n" ]
[ "<head>\n\t<meta charset=\"UTF-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n\t<title>LGBTQ workplace protections stall – Unicameral Update</title>\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Unicameral Update » Feed\" href=\"http://update.legislature.ne.gov/?feed=rss2\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Unicameral Update » Comments Feed\" href=\"http://update.legislature.ne.gov/?feed=comments-rss2\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/update.legislature.ne.gov\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=a977501daadce6dba6843af2c27f9e56\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"h5ab-print-font-awesome-css\" href=\"http://update.legislature.ne.gov/wp-content/plugins/print-post-and-page/css/font-awesome.min.css?ver=a977501daadce6dba6843af2c27f9e56\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"h5ab-print-css-css\" href=\"http://update.legislature.ne.gov/wp-content/plugins/print-post-and-page/css/h5ab-print.min.css?ver=a977501daadce6dba6843af2c27f9e56\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"http://update.legislature.ne.gov/wp-includes/css/dist/block-library/style.min.css?ver=a977501daadce6dba6843af2c27f9e56\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"legcal_style-css\" href=\"http://update.legislature.ne.gov/wp-content/plugins/legcal/styles.css?ver=a977501daadce6dba6843af2c27f9e56\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wpt-twitter-feed-css\" href=\"http://update.legislature.ne.gov/wp-content/plugins/wp-to-twitter/css/twitter-feed.css?ver=a977501daadce6dba6843af2c27f9e56\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"colormag_google_fonts-css\" href=\"//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600&amp;ver=a977501daadce6dba6843af2c27f9e56\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"colormag_style-css\" href=\"http://update.legislature.ne.gov/wp-content/themes/colormag/style.css?ver=a977501daadce6dba6843af2c27f9e56\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"colormag-fontawesome-css\" href=\"http://update.legislature.ne.gov/wp-content/themes/colormag/fontawesome/css/font-awesome.css?ver=4.2.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"colormag-featured-image-popup-css-css\" href=\"http://update.legislature.ne.gov/wp-content/themes/colormag/js/magnific-popup/magnific-popup.css?ver=20150310\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"addtoany-css\" href=\"http://update.legislature.ne.gov/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.15\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"http://update.legislature.ne.gov/wp-content/plugins/jetpack/css/jetpack.css?ver=7.2.1\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"http://update.legislature.ne.gov/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"http://update.legislature.ne.gov/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<script type=\"text/javascript\" src=\"http://update.legislature.ne.gov/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1\"/>\n<!--[if lte IE 8]>\n<script type='text/javascript' src='http://update.legislature.ne.gov/wp-content/themes/colormag/js/html5shiv.min.js?ver=a977501daadce6dba6843af2c27f9e56'></script>\n<![endif]-->\n<link rel=\"https://api.w.org/\" href=\"http://update.legislature.ne.gov/index.php?rest_route=/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://update.legislature.ne.gov/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://update.legislature.ne.gov/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Hearing aid coverage for children sought\" href=\"http://update.legislature.ne.gov/?p=25246\"/>\n<link rel=\"next\" title=\"Protections sought for organ donors\" href=\"http://update.legislature.ne.gov/?p=25255\"/>\n\n<link rel=\"canonical\" href=\"http://update.legislature.ne.gov/?p=25251\"/>\n<link rel=\"shortlink\" href=\"http://update.legislature.ne.gov/?p=25251\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://update.legislature.ne.gov/index.php?rest_route=%2Foembed%2F1.0%2Fembed&amp;url=http%3A%2F%2Fupdate.legislature.ne.gov%2F%3Fp%3D25251\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://update.legislature.ne.gov/index.php?rest_route=%2Foembed%2F1.0%2Fembed&amp;url=http%3A%2F%2Fupdate.legislature.ne.gov%2F%3Fp%3D25251&amp;format=xml\"/>\n\n<script data-cfasync=\"false\">\nwindow.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};\n(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src=\"https://static.addtoany.com/menu/page.js\";b.parentNode.insertBefore(a,b);})(document,\"script\");\n</script>\n <script>\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n\n ga('create', 'UA-80152058-2', 'auto');\n ga('send', 'pageview');\n\n </script>\n<script type=\"text/javascript\">\n(function(url){\n\tif(/(?:Chrome\\/26\\.0\\.1410\\.63 Safari\\/537\\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }\n\tvar addEvent = function(evt, handler) {\n\t\tif (window.addEventListener) {\n\t\t\tdocument.addEventListener(evt, handler, false);\n\t\t} else if (window.attachEvent) {\n\t\t\tdocument.attachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar removeEvent = function(evt, handler) {\n\t\tif (window.removeEventListener) {\n\t\t\tdocument.removeEventListener(evt, handler, false);\n\t\t} else if (window.detachEvent) {\n\t\t\tdocument.detachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');\n\tvar logHuman = function() {\n\t\tif (window.wfLogHumanRan) { return; }\n\t\twindow.wfLogHumanRan = true;\n\t\tvar wfscr = document.createElement('script');\n\t\twfscr.type = 'text/javascript';\n\t\twfscr.async = true;\n\t\twfscr.src = url + '&amp;r=' + Math.random();\n\t\t(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);\n\t\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\t\tremoveEvent(evts[i], logHuman);\n\t\t}\n\t};\n\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\taddEvent(evts[i], logHuman);\n\t}\n})('//update.legislature.ne.gov/?wordfence_lh=1&amp;hid=ED1E1AC309A1B23CE23B2ABCEC1C68D2');\n</script>&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style><style type=\"text/css\" id=\"custom-background-css\">\nbody.custom-background { background-color: #cccccc; }\n</style>\n\t\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"LGBTQ workplace protections stall\"/>\n<meta property=\"og:url\" content=\"http://update.legislature.ne.gov/?p=25251\"/>\n<meta property=\"og:description\" content=\"After three hours of debate over two days, a bill that would protect employees from discrimination based on sexual orientation and gender identity stalled on general file March 5.\"/>\n<meta property=\"article:published_time\" content=\"2019-03-05T19:30:17+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2019-03-05T19:30:17+00:00\"/>\n<meta property=\"og:site_name\" content=\"Unicameral Update\"/>\n<meta property=\"og:image\" content=\"http://update.legislature.ne.gov/wp-content/uploads/2019/03/PansingBrooksGroup3-5-19a.jpg\"/>\n<meta property=\"og:image:width\" content=\"593\"/>\n<meta property=\"og:image:height\" content=\"445\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n<!-- Unicameral Update Internal Styles -->\t\t<style type=\"text/css\"> .colormag-button,blockquote,button,input[type=reset],input[type=button],input[type=submit],\n\t\t#masthead.colormag-header-clean #site-navigation.main-small-navigation .menu-toggle{background-color:#08385a}\n\t\t#site-title a,.next a:hover,.previous a:hover,.social-links i.fa:hover,a,\n\t\t#masthead.colormag-header-clean .social-links li:hover i.fa,\n\t\t#masthead.colormag-header-classic .social-links li:hover i.fa,\n\t\t#masthead.colormag-header-clean .breaking-news .newsticker a:hover,\n\t\t#masthead.colormag-header-classic .breaking-news .newsticker a:hover,\n\t\t#masthead.colormag-header-classic #site-navigation .fa.search-top:hover,\n\t\t#masthead.colormag-header-classic #site-navigation .random-post a:hover .fa-random,\n\t\t#masthead .main-small-navigation li:hover &gt; .sub-toggle i,\n\t\t.better-responsive-menu #masthead .main-small-navigation .sub-toggle.active .fa {color:#08385a}\n\t\t.fa.search-top:hover,\n\t\t#masthead.colormag-header-classic #site-navigation.main-small-navigation .menu-toggle,\n\t\t.main-navigation ul li.focus &gt; a,\n #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.focus &gt; a {background-color:#08385a}\n\t\t#site-navigation{border-top:4px solid #08385a}\n\t\t.home-icon.front_page_on,.main-navigation a:hover,.main-navigation ul li ul li a:hover,\n\t\t.main-navigation ul li ul li:hover&gt;a,\n\t\t.main-navigation ul li.current-menu-ancestor&gt;a,\n\t\t.main-navigation ul li.current-menu-item ul li a:hover,\n\t\t.main-navigation ul li.current-menu-item&gt;a,\n\t\t.main-navigation ul li.current_page_ancestor&gt;a,\n\t\t.main-navigation ul li.current_page_item&gt;a,\n\t\t.main-navigation ul li:hover&gt;a,\n\t\t.main-small-navigation li a:hover,\n\t\t.site-header .menu-toggle:hover,\n\t\t#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover &gt; a,\n\t\t#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor &gt; a,\n\t\t#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item &gt; a,\n\t\t#masthead .main-small-navigation li:hover &gt; a,\n\t\t#masthead .main-small-navigation li.current-page-ancestor &gt; a,\n\t\t#masthead .main-small-navigation li.current-menu-ancestor &gt; a,\n\t\t#masthead .main-small-navigation li.current-page-item &gt; a,\n\t\t#masthead .main-small-navigation li.current-menu-item &gt; a{background-color:#08385a}\n\t\t.main-small-navigation .current-menu-item&gt;a,.main-small-navigation .current_page_item&gt;a {background:#08385a}\n\t\t#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover,\n\t\t#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor,\n\t\t#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item,\n\t\t#masthead.colormag-header-classic #site-navigation .menu-toggle,\n\t\t#masthead.colormag-header-classic #site-navigation .menu-toggle:hover,\n\t\t#masthead.colormag-header-classic .main-navigation ul &gt; li:hover &gt; a,\n #masthead.colormag-header-classic .main-navigation ul &gt; li.current-menu-item &gt; a,\n #masthead.colormag-header-classic .main-navigation ul &gt; li.current-menu-ancestor &gt; a,\n #masthead.colormag-header-classic .main-navigation ul li.focus &gt; a{ border-color:#08385a}\n\t\t.promo-button-area a:hover{border:2px solid #08385a;background-color:#08385a}\n\t\t#content .wp-pagenavi .current,\n\t\t#content .wp-pagenavi a:hover,.format-link .entry-content a,.pagination span{ background-color:#08385a}\n\t\t.pagination a span:hover{color:#08385a;border-color:#08385a}\n\t\t#content .comments-area a.comment-edit-link:hover,#content .comments-area a.comment-permalink:hover,\n\t\t#content .comments-area article header cite a:hover,.comments-area .comment-author-link a:hover{color:#08385a}\n\t\t.comments-area .comment-author-link span{background-color:#08385a}\n\t\t.comment .comment-reply-link:hover,.nav-next a,.nav-previous a{color:#08385a}\n\t\t#secondary .widget-title{border-bottom:2px solid #08385a}\n\t\t#secondary .widget-title span{background-color:#08385a}\n\t\t.footer-widgets-area .widget-title{border-bottom:2px solid #08385a}\n\t\t.footer-widgets-area .widget-title span,\n\t\t.colormag-footer--classic .footer-widgets-area .widget-title span::before{background-color:#08385a}\n\t\t.footer-widgets-area a:hover{color:#08385a}\n\t\t.advertisement_above_footer .widget-title{ border-bottom:2px solid #08385a}\n\t\t.advertisement_above_footer .widget-title span{background-color:#08385a}\n\t\ta#scroll-up i{color:#08385a}\n\t\t.page-header .page-title{border-bottom:2px solid #08385a}\n\t\t#content .post .article-content .above-entry-meta .cat-links a,\n\t\t.page-header .page-title span{ background-color:#08385a}\n\t\t#content .post .article-content .entry-title a:hover,\n\t\t.entry-meta .byline i,.entry-meta .cat-links i,.entry-meta a,\n\t\t.post .entry-title a:hover,.search .entry-title a:hover{color:#08385a}\n\t\t.entry-meta .post-format i{background-color:#08385a}\n\t\t.entry-meta .comments-link a:hover,.entry-meta .edit-link a:hover,.entry-meta .posted-on a:hover,\n\t\t.entry-meta .tag-links a:hover,.single #content .tags a:hover{color:#08385a}.more-link,\n\t\t.no-post-thumbnail{background-color:#08385a}\n\t\t.post-box .entry-meta .cat-links a:hover,.post-box .entry-meta .posted-on a:hover,\n\t\t.post.post-box .entry-title a:hover{color:#08385a}\n\t\t.widget_featured_slider .slide-content .above-entry-meta .cat-links a{background-color:#08385a}\n\t\t.widget_featured_slider .slide-content .below-entry-meta .byline a:hover,\n\t\t.widget_featured_slider .slide-content .below-entry-meta .comments a:hover,\n\t\t.widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover,\n\t\t.widget_featured_slider .slide-content .entry-title a:hover{color:#08385a}\n\t\t.widget_highlighted_posts .article-content .above-entry-meta .cat-links a {background-color:#08385a}\n\t\t.byline a:hover,.comments a:hover,.edit-link a:hover,.posted-on a:hover,.tag-links a:hover,\n\t\t.widget_highlighted_posts .article-content .below-entry-meta .byline a:hover,\n\t\t.widget_highlighted_posts .article-content .below-entry-meta .comments a:hover,\n\t\t.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover,\n\t\t.widget_highlighted_posts .article-content .entry-title a:hover{color:#08385a}\n\t\t.widget_featured_posts .article-content .above-entry-meta .cat-links a{background-color:#08385a}\n\t\t.widget_featured_posts .article-content .entry-title a:hover{color:#08385a}\n\t\t.widget_featured_posts .widget-title{border-bottom:2px solid #08385a}\n\t\t.widget_featured_posts .widget-title span{background-color:#08385a}\n\t\t.related-posts-main-title .fa,.single-related-posts .article-content .entry-title a:hover{color:#08385a} .widget_slider_area .widget-title,.widget_beside_slider .widget-title { border-bottom:2px solid #08385a} .widget_slider_area .widget-title span,.widget_beside_slider .widget-title span { background-color:#08385a}\n\t\t @media (max-width: 768px) {.better-responsive-menu .sub-toggle{background-color:#001a3c}}</style>\n\t\t\t\t\t<style type=\"text/css\" id=\"wp-custom-css\">\n\t\t\t\t#site-title {\nfont-family: Trajan Pro; \n}\n\n#site-description {\nfont-family: Avenir;\n}\n\n.entry-title {\nfont-family: Goudy Old Style; \n}\n\n.type-post .entry-title, .type-page .entry-title {\n line-height: 1.1;\n}\n\nli {\n\tfont-style: Open-Sans;\n\tfont-size: 15px; \n}\n\n#subscribe-field-blog_subscription-9.required {\nmargin: 0px; \n}\n\np#subscribe-submit {\n margin-bottom: -40px;\n margin-top: -30px; \n}\n\ninput[type=submit] {\n background-color: gray;\n font-size: 14px;\n padding: 5px; \n}\n\n#subscribe-submit {\nfloat: right;\n}\n\n#site-navigation {\nbackground-color: #736450;\nborder-top: white; \n}\n\n.main-navigation ul li ul {\n\tposition: absolute;\n\twidth: 315px;\n\ttop: 42px;\n}\n\n.main-navigation ul li ul li a,\n.main-navigation ul li.current-menu-item ul li a,\n.main-navigation ul li ul li.current-menu-item a,\n.main-navigation ul li.current_page_ancestor ul li a,\n.main-navigation ul li.current-menu-ancestor ul li a,\n.main-navigation ul li.current_page_item ul li a {\n\tfloat: none;\n\tfont-size: 14px;\n\theight: 100%;\n\tpadding: 5px 15px;\n\tcolor: #ffffff;\n background-color: #525252;\n\twidth: 320px;\n text-align: left;\n text-transform: none;\n}\n\n#content .post .article-content .above-entry-meta .cat-links a {\n background-color: #289dcc;\n border-radius: 3px;\n color: #ffffff;\n font-size: 10px;\n padding: 3px 5px;\n}\n\n.byline {\ndisplay: none; \n}\n\n#content .post .article-content .below-entry-meta {\n padding-bottom: 5px;\n} \n\n#header-text-nav-wrap {\npadding-bottom: 0px; \n}\n\n#subscribe-field-blog_subscription-16 {\ncolor: black; \n}\n\n#header-text-nav-wrap {\npadding: 5px; \n}\n\n#main {\npadding: 20px; \n}\n.wp-caption-text {\nfont-size: 12px; \n}\n\n#secondary h3.widget-title {\nfont-size: 16px; \n}\n\n.copyright {\ndisplay: none; \n}\n\n.addthis_button {\ndisplay: none; \n}\n\n.fa-thumbs-up {\ndisplay: none; \n}\n\n.related-posts-main-title span {\ndisplay: none; \n}\n\nInline images\n\nimg.alignright {\n margin-top: 10px; \n}\t\n\nLinks\n\na {\n color: #59629F;\n}\t\t\t</style>\n\t\t</head>\n\n" ]
[ "<title>LGBTQ workplace protections stall – Unicameral Update</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "update.legislature.ne.gov > " } ]
[ { "char_end_idx": 178, "char_start_idx": 0, "key": "length", "type": "local", "value": "178" }, { "char_end_idx": 183, "char_start_idx": 178, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 231, "char_start_idx": 183, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 416, "char_start_idx": 231, "key": "length", "type": "local", "value": "184" }, { "char_end_idx": 540, "char_start_idx": 416, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 733, "char_start_idx": 540, "key": "length", "type": "local", "value": "192" }, { "char_end_idx": 853, "char_start_idx": 733, "key": "length", "type": "local", "value": "119" }, { "char_end_idx": 1019, "char_start_idx": 853, "key": "length", "type": "local", "value": "165" }, { "char_end_idx": 1024, "char_start_idx": 1019, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 1250, "char_start_idx": 1024, "key": "length", "type": "local", "value": "225" }, { "char_end_idx": 1376, "char_start_idx": 1250, "key": "length", "type": "local", "value": "125" }, { "char_end_idx": 1484, "char_start_idx": 1376, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 1496, "char_start_idx": 1484, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 1535, "char_start_idx": 1496, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 1705, "char_start_idx": 1535, "key": "length", "type": "local", "value": "169" }, { "char_end_idx": 1840, "char_start_idx": 1705, "key": "length", "type": "local", "value": "134" }, { "char_end_idx": 1878, "char_start_idx": 1840, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 1996, "char_start_idx": 1878, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 2024, "char_start_idx": 1996, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2052, "char_start_idx": 2024, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2210, "char_start_idx": 2052, "key": "length", "type": "local", "value": "157" }, { "char_end_idx": 2370, "char_start_idx": 2210, "key": "length", "type": "local", "value": "159" }, { "char_end_idx": 2398, "char_start_idx": 2370, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2400, "char_start_idx": 2398, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 2455, "char_start_idx": 2400, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 2469, "char_start_idx": 2455, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 2509, "char_start_idx": 2469, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 2618, "char_start_idx": 2509, "key": "length", "type": "local", "value": "108" }, { "char_end_idx": 2746, "char_start_idx": 2618, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 2923, "char_start_idx": 2746, "key": "length", "type": "local", "value": "176" }, { "char_end_idx": 2986, "char_start_idx": 2923, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 3213, "char_start_idx": 2986, "key": "length", "type": "local", "value": "226" } ]
[ { "key": "length", "type": "global", "value": "4928" } ]
[ { "char_end_idx": 179, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "p" }, { "char_end_idx": 180, "char_start_idx": 180, "html_attrs": { "attrs": [ "data-attachment-id", "data-permalink", "data-orig-file", "data-orig-size", "data-comments-opened", "data-image-meta", "data-image-title", "data-image-description", "data-medium-file", "data-large-file", "class", "src", "alt", "width", "height", "srcset", "sizes" ], "values": [ "20156", "http://update.legislature.ne.gov/?attachment_id=20156", "http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline.jpg", "297,445", "0", "{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"1\"}", "senpansingbrooks_inline", "", "http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline-200x300.jpg", "http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline.jpg", "size-medium wp-image-20156", "http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline-200x300.jpg", "<a href='http://news.legislature.ne.gov/dist28' target='_blank' title='Link to the website of Sen. Patty Pansing Brooks'>Sen. Patty Pansing Brooks</a>", "200", "300", "http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline-200x300.jpg 200w, http://update.legislature.ne.gov/wp-content/uploads/2017/01/SenPansingBrooks_inline.jpg 297w", "(max-width: 200px) 100vw, 200px" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 205, "char_start_idx": 180, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "caption-attachment-20156", "wp-caption-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "figcaption" }, { "char_end_idx": 206, "char_start_idx": 180, "html_attrs": { "attrs": [ "id", "aria-describedby", "style", "class" ], "values": [ "attachment_20156", "caption-attachment-20156", "width: 200px", "wp-caption alignright" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "figure" }, { "char_end_idx": 260, "char_start_idx": 255, "html_attrs": { "attrs": [ "href", "target", "title" ], "values": [ "http://nebraskalegislature.gov/bills/search_by_number.php?DocumentNumber=LB627&Legislature=106th", "_blank", "Link to the webpage for LB627" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 417, "char_start_idx": 206, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 541, "char_start_idx": 418, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 734, "char_start_idx": 542, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 854, "char_start_idx": 735, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1020, "char_start_idx": 855, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1251, "char_start_idx": 1021, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1486, "char_start_idx": 1252, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1706, "char_start_idx": 1487, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1998, "char_start_idx": 1707, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2211, "char_start_idx": 1999, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2457, "char_start_idx": 2212, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2619, "char_start_idx": 2458, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2925, "char_start_idx": 2620, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3214, "char_start_idx": 2926, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3215, "char_start_idx": 3215, "html_attrs": { "attrs": [ "src", "width", "height", "alt", "style" ], "values": [ "http://s7.addthis.com/static/btn/v2/lg-share-en.gif", "125", "16", "Bookmark and Share", "border:0" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 3215, "char_start_idx": 3215, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "addthis_button", "http://www.addthis.com/bookmark.php?v=250&username=xa-4c51c9461c443377" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3215, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content clearfix" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3215, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "article-content clearfix" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3215, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-25251", "post-25251 post type-post status-publish format-standard has-post-thumbnail hentry category-judiciary tag-sen-patty-pansing-brooks" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "article" }, { "char_end_idx": 3215, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "clearfix" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3216, "char_start_idx": 3215, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 3257, "char_start_idx": 3215, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://update.legislature.ne.gov/?p=25246", "prev" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 3257, "char_start_idx": 3215, "html_attrs": { "attrs": [ "class" ], "values": [ "previous" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 3295, "char_start_idx": 3294, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3295, "char_start_idx": 3258, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://update.legislature.ne.gov/?p=25255", "next" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3295, "char_start_idx": 3258, "html_attrs": { "attrs": [ "class" ], "values": [ "next" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3296, "char_start_idx": 3215, "html_attrs": { "attrs": [ "class" ], "values": [ "default-wp-page clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 3296, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "primary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3296, "char_start_idx": 3296, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "search-9", "widget widget_search clearfix" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 3322, "char_start_idx": 3296, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 3322, "char_start_idx": 3296, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 3323, "char_start_idx": 3296, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "blog_subscription-16", "widget widget_blog_subscription jetpack_subscription_widget clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "aside" }, { "char_end_idx": 3366, "char_start_idx": 3323, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 3366, "char_start_idx": 3323, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://www.facebook.com/UnicameralUpdate/", "genericon genericon-facebook", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3366, "char_start_idx": 3323, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 3405, "char_start_idx": 3367, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3405, "char_start_idx": 3367, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://twitter.com/UnicamUpdate/", "genericon genericon-twitter", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3405, "char_start_idx": 3367, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3456, "char_start_idx": 3406, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3456, "char_start_idx": 3406, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://www.youtube.com/channel/UCGAvA2yu18l6DO1TzEJ75gA/", "genericon genericon-youtube", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3456, "char_start_idx": 3406, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3457, "char_start_idx": 3323, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 3457, "char_start_idx": 3323, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wpcom_social_media_icons_widget-10", "widget widget_wpcom_social_media_icons_widget clearfix" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 3466, "char_start_idx": 3457, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 3466, "char_start_idx": 3457, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3521, "char_start_idx": 3467, "html_attrs": { "attrs": [ "href", "class", "data-bump-view" ], "values": [ "http://update.legislature.ne.gov/?p=26092", "bump-view", "tp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3521, "char_start_idx": 3467, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3574, "char_start_idx": 3521, "html_attrs": { "attrs": [ "href", "class", "data-bump-view" ], "values": [ "http://update.legislature.ne.gov/?p=26048", "bump-view", "tp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3574, "char_start_idx": 3521, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 3629, "char_start_idx": 3574, "html_attrs": { "attrs": [ "href", "class", "data-bump-view" ], "values": [ "http://update.legislature.ne.gov/?p=26058", "bump-view", "tp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3629, "char_start_idx": 3574, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 3673, "char_start_idx": 3629, "html_attrs": { "attrs": [ "href", "class", "data-bump-view" ], "values": [ "http://update.legislature.ne.gov/?p=26066", "bump-view", "tp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3673, "char_start_idx": 3629, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 3712, "char_start_idx": 3673, "html_attrs": { "attrs": [ "href", "class", "data-bump-view" ], "values": [ "http://update.legislature.ne.gov/?p=26068", "bump-view", "tp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3712, "char_start_idx": 3673, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 3712, "char_start_idx": 3467, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3712, "char_start_idx": 3457, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "top-posts-10", "widget widget_top-posts clearfix" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "aside" }, { "char_end_idx": 3721, "char_start_idx": 3712, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 3721, "char_start_idx": 3712, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h3" }, { "char_end_idx": 3758, "char_start_idx": 3722, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://nebraskalegislature.gov/calendar/hearings.php?day=interim", "Interim Hearing Schedule", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3758, "char_start_idx": 3722, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3792, "char_start_idx": 3759, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://netnebraska.org/basic-page/television/live-demand-state-government", "NET Streaming Video", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3792, "char_start_idx": 3759, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3817, "char_start_idx": 3793, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://nebraskalegislature.gov/about/pubs.php", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3817, "char_start_idx": 3793, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3843, "char_start_idx": 3818, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "https://nebraskalegislature.gov/education/student_programs.php", "Civic education resources", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3843, "char_start_idx": 3818, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3844, "char_start_idx": 3722, "html_attrs": { "attrs": [ "class" ], "values": [ "xoxo blogroll" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3844, "char_start_idx": 3712, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "linkcat-171", "widget widget_links clearfix" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "aside" }, { "char_end_idx": 3864, "char_start_idx": 3844, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 3864, "char_start_idx": 3844, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3866, "char_start_idx": 3865, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.nebraskalegislature.gov/calendar/calendar.php?cal_start=2019-03-26", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3867, "char_start_idx": 3865, "html_attrs": { "attrs": [ "class" ], "values": [ "calendar_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3877, "char_start_idx": 3867, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 3878, "char_start_idx": 3867, "html_attrs": { "attrs": [ "colspan", "class" ], "values": [ "5", "calendar_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3879, "char_start_idx": 3878, "html_attrs": { "attrs": [ "href", "_blank" ], "values": [ "http://www.nebraskalegislature.gov/calendar/calendar.php?cal_start=2019-05-26%20target=", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3880, "char_start_idx": 3878, "html_attrs": { "attrs": [ "class" ], "values": [ "calendar_title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3880, "char_start_idx": 3865, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 3883, "char_start_idx": 3880, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 3887, "char_start_idx": 3884, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 3891, "char_start_idx": 3888, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 3895, "char_start_idx": 3892, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 3899, "char_start_idx": 3896, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 3903, "char_start_idx": 3900, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 3907, "char_start_idx": 3904, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 3908, "char_start_idx": 3880, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "empty_day" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 24, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 26, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 28, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 30, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 17, "type": "local", "value": "tr" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 35, "relative_start_pos": 34, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 37, "relative_start_pos": 36, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 38, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 41, "relative_start_pos": 40, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 43, "relative_start_pos": 42, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 45, "relative_start_pos": 44, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 47, "relative_start_pos": 46, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 48, "relative_start_pos": 33, "type": "local", "value": "tr" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 51, "relative_start_pos": 50, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 53, "relative_start_pos": 52, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 55, "relative_start_pos": 54, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 57, "relative_start_pos": 56, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 59, "relative_start_pos": 58, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day cday" ] }, "key": "html", "relative_end_pos": 61, "relative_start_pos": 60, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 63, "relative_start_pos": 62, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 64, "relative_start_pos": 49, "type": "local", "value": "tr" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell " ] }, "key": "html", "relative_end_pos": 67, "relative_start_pos": 66, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 69, "relative_start_pos": 68, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "day_cell leg_day " ] }, "key": "html", "relative_end_pos": 71, "relative_start_pos": 70, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "empty_day" ] }, "key": "html", "relative_end_pos": 73, "relative_start_pos": 72, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "empty_day" ] }, "key": "html", "relative_end_pos": 75, "relative_start_pos": 74, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "empty_day" ] }, "key": "html", "relative_end_pos": 77, "relative_start_pos": 76, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "empty_day" ] }, "key": "html", "relative_end_pos": 79, "relative_start_pos": 78, "type": "local", "value": "td" }, { "char_end_idx": 3908, "char_start_idx": 3908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 80, "relative_start_pos": 65, "type": "local", "value": "tr" }, { "char_end_idx": 3908, "char_start_idx": 3865, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "calendar_small", "calendar_dayview" ] }, "key": "html", "relative_end_pos": 81, "relative_start_pos": 0, "type": "local", "value": "table" }, { "char_end_idx": 3908, "char_start_idx": 3844, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "legcal_widget-7", "widget widget_legcal_widget clearfix" ] }, "key": "html", "relative_end_pos": 82, "relative_start_pos": 2, "type": "local", "value": "aside" }, { "char_end_idx": 3916, "char_start_idx": 3908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 85, "type": "local", "value": "span" }, { "char_end_idx": 3916, "char_start_idx": 3908, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 84, "type": "local", "value": "h3" }, { "char_end_idx": 3925, "char_start_idx": 3917, "html_attrs": { "attrs": [ "class", "for" ], "values": [ "screen-reader-text", "archives-dropdown-9" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 3938, "char_start_idx": 3926, "html_attrs": { "attrs": [ "value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 3950, "char_start_idx": 3939, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201904" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "option" }, { "char_end_idx": 3961, "char_start_idx": 3950, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201903" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 3975, "char_start_idx": 3961, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201902" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 3988, "char_start_idx": 3975, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201901" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4002, "char_start_idx": 3988, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201812" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4016, "char_start_idx": 4002, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201811" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4029, "char_start_idx": 4016, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201810" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4039, "char_start_idx": 4029, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201807" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4048, "char_start_idx": 4039, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201805" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4059, "char_start_idx": 4048, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201804" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4070, "char_start_idx": 4059, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201803" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4084, "char_start_idx": 4070, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201802" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4097, "char_start_idx": 4084, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201801" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4111, "char_start_idx": 4097, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201712" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4125, "char_start_idx": 4111, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201711" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4138, "char_start_idx": 4125, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201710" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4153, "char_start_idx": 4138, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201709" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4163, "char_start_idx": 4153, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201706" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4172, "char_start_idx": 4163, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201705" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4183, "char_start_idx": 4172, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201704" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4194, "char_start_idx": 4183, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201703" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4208, "char_start_idx": 4194, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201702" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4221, "char_start_idx": 4208, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201701" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4235, "char_start_idx": 4221, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201612" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4248, "char_start_idx": 4235, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201610" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4257, "char_start_idx": 4248, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201605" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4268, "char_start_idx": 4257, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201604" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4279, "char_start_idx": 4268, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201603" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4293, "char_start_idx": 4279, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201602" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4306, "char_start_idx": 4293, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201601" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4319, "char_start_idx": 4306, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201510" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4331, "char_start_idx": 4319, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201508" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4341, "char_start_idx": 4331, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201507" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4350, "char_start_idx": 4341, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201505" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4361, "char_start_idx": 4350, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201504" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4372, "char_start_idx": 4361, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201503" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4386, "char_start_idx": 4372, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201502" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4399, "char_start_idx": 4386, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201501" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4408, "char_start_idx": 4399, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201405" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4419, "char_start_idx": 4408, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201404" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4430, "char_start_idx": 4419, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201403" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4444, "char_start_idx": 4430, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201402" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4457, "char_start_idx": 4444, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201401" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4471, "char_start_idx": 4457, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201312" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4484, "char_start_idx": 4471, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201310" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4494, "char_start_idx": 4484, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201307" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4504, "char_start_idx": 4494, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201306" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4513, "char_start_idx": 4504, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201305" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4524, "char_start_idx": 4513, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201304" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4535, "char_start_idx": 4524, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201303" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4549, "char_start_idx": 4535, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201302" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4562, "char_start_idx": 4549, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201301" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4575, "char_start_idx": 4562, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201210" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4585, "char_start_idx": 4575, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201206" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4594, "char_start_idx": 4585, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201205" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4605, "char_start_idx": 4594, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201204" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4616, "char_start_idx": 4605, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201203" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4630, "char_start_idx": 4616, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201202" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4643, "char_start_idx": 4630, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201201" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4657, "char_start_idx": 4643, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201112" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4671, "char_start_idx": 4657, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201111" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4684, "char_start_idx": 4671, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201110" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4694, "char_start_idx": 4684, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201106" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4703, "char_start_idx": 4694, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201105" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4714, "char_start_idx": 4703, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201104" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4725, "char_start_idx": 4714, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201103" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4739, "char_start_idx": 4725, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201102" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4752, "char_start_idx": 4739, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201101" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4766, "char_start_idx": 4752, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201012" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4780, "char_start_idx": 4766, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201011" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4793, "char_start_idx": 4780, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201010" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4804, "char_start_idx": 4793, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=201004" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4818, "char_start_idx": 4804, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200911" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4827, "char_start_idx": 4818, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200905" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4838, "char_start_idx": 4827, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200904" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4849, "char_start_idx": 4838, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200903" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4863, "char_start_idx": 4849, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200902" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4876, "char_start_idx": 4863, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200901" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4889, "char_start_idx": 4876, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200801" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4902, "char_start_idx": 4889, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200701" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4915, "char_start_idx": 4902, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200501" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4928, "char_start_idx": 4915, "html_attrs": { "attrs": [ "value" ], "values": [ "http://update.legislature.ne.gov/?m=200301" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "option" }, { "char_end_idx": 4928, "char_start_idx": 3926, "html_attrs": { "attrs": [ "id", "name", "onchange" ], "values": [ "archives-dropdown-9", "archive-dropdown", "document.location.href=this.options[this.selectedIndex].value;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "select" }, { "char_end_idx": 4928, "char_start_idx": 3908, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "archives-9", "widget widget_archive clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 83, "type": "local", "value": "aside" }, { "char_end_idx": 4928, "char_start_idx": 3296, "html_attrs": { "attrs": [ "id" ], "values": [ "secondary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4928, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "main", "clearfix inner-wrap clearfix" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4928, "char_start_idx": 4928, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-chevron-up" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "i" }, { "char_end_idx": 4928, "char_start_idx": 4928, "html_attrs": { "attrs": [ "href", "id" ], "values": [ "#masthead", "scroll-up" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 4928, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "hfeed site" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4928, "char_start_idx": 4928, "html_attrs": { "attrs": [ "rel", "id", "href", "type", "media" ], "values": [ "stylesheet", "genericons-css", "http://update.legislature.ne.gov/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1", "text/css", "all" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "link" }, { "char_end_idx": 4928, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-25251 single-format-standard custom-background " ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 180, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "After three hours of debate over two days, a bill that would protect employees from discrimination based on sexual orientation and gender identity stalled on general file March 5.\n" }, { "char_end_idx": 205, "char_start_idx": 180, "key": "paragraph", "marker": "figcaption", "type": "local", "value": "Sen. Patty Pansing Brooks" }, { "char_end_idx": 206, "char_start_idx": 205, "key": "paragraph", "marker": "figure", "type": "local", "value": "\n" }, { "char_end_idx": 418, "char_start_idx": 206, "key": "paragraph", "marker": "p", "type": "local", "value": "Introduced by Lincoln Sen. Patty Pansing Brooks, LB627 would prohibit employers, employment agencies and labor unions from discriminating against individuals based on their sexual orientation or gender identity.\n" }, { "char_end_idx": 542, "char_start_idx": 418, "key": "paragraph", "marker": "p", "type": "local", "value": "Discrimination based on race, color, religion, sex, disability, marital status and national origin currently is prohibited.\n" }, { "char_end_idx": 735, "char_start_idx": 542, "key": "paragraph", "marker": "p", "type": "local", "value": "LB627 would apply to employers with 15 or more employees or with state contracts regardless of the number of employees, the state of Nebraska, governmental agencies and political subdivisions.\n" }, { "char_end_idx": 855, "char_start_idx": 735, "key": "paragraph", "marker": "p", "type": "local", "value": "Pansing Brooks said Nebraska is stifling its economy by not providing basic civil rights protections for all employees.\n" }, { "char_end_idx": 1021, "char_start_idx": 855, "key": "paragraph", "marker": "p", "type": "local", "value": "“There are many practical reasons to advance LB627, but the extension of love and kindness to a community that has been marginalized is equally important,” she said.\n" }, { "char_end_idx": 1252, "char_start_idx": 1021, "key": "paragraph", "marker": "p", "type": "local", "value": "Sen. Megan Hunt of Omaha spoke in support of the bill, saying that it is shameful to talk about the state’s motto of equality before the law when members of the LGBTQ community do not have the same workplace protections as others.\n" }, { "char_end_idx": 1487, "char_start_idx": 1252, "key": "paragraph", "marker": "p", "type": "local", "value": "“I want Nebraska to be a place where everybody feels welcome and can call this place home and have a future here,” Hunt said. “It’s sad, but a lot of [businesses] won’t do the right thing until they’re required to do the right thing.”\n" }, { "char_end_idx": 1707, "char_start_idx": 1487, "key": "paragraph", "marker": "p", "type": "local", "value": "Omaha Sen. Steve Lathrop also supported the bill. Many of the people who believe that life begins at conception oppose legal protections for those same lives when individuals are members of the LGBTQ community, he said.\n" }, { "char_end_idx": 1999, "char_start_idx": 1707, "key": "paragraph", "marker": "p", "type": "local", "value": "“The fact that they are gay is not something that is a function of how they were raised or something that happened in their childhood. They’re born this way,” Lathrop said. “As far as I’m concerned, you’re turning your back on an entire population of people who were created in God’s image.”\n" }, { "char_end_idx": 2212, "char_start_idx": 1999, "key": "paragraph", "marker": "p", "type": "local", "value": "Opposing the bill was Sen. Robert Clements of Elmwood. Every person should be treated with dignity and respect, he said, but the bill improperly would restrict employers’ free exercise of their religious beliefs.\n" }, { "char_end_idx": 2458, "char_start_idx": 2212, "key": "paragraph", "marker": "p", "type": "local", "value": "“When the Nebraska constitution states that morality is essential to good government, it’s referring to moral absolutes that do not change with time,” he said. “[The bill] violates the U.S. constitution by prohibiting free exercise of religion.”\n" }, { "char_end_idx": 2620, "char_start_idx": 2458, "key": "paragraph", "marker": "p", "type": "local", "value": "Lincoln Sen. Suzanne Geist also opposed the measure. The Legislature should not adopt laws that pick and choose who is afforded freedom and who is not, she said.\n" }, { "char_end_idx": 2926, "char_start_idx": 2620, "key": "paragraph", "marker": "p", "type": "local", "value": "“In Nebraska, businesses are free to decide the values they’d like to adopt and the missions they seek to advance,” Geist said. “The government and the Legislature should not be dictating to business owners whom they should hire, but allow them to hire the best person for the job and for their business.”\n" }, { "char_end_idx": 3215, "char_start_idx": 2926, "key": "paragraph", "marker": "p", "type": "local", "value": "The Legislature adjourned for the day before voting on LB627. Per a practice implemented by Speaker Jim Scheer, the sponsor of a bill that is facing a potential filibuster must demonstrate sufficient support for a cloture motion before the measure will be scheduled for additional debate.\n" }, { "char_end_idx": 3257, "char_start_idx": 3215, "key": "paragraph", "marker": "li", "type": "local", "value": "← Hearing aid coverage for children sought" }, { "char_end_idx": 3295, "char_start_idx": 3257, "key": "paragraph", "marker": "li", "type": "local", "value": "\nProtections sought for organ donors →" }, { "char_end_idx": 3296, "char_start_idx": 3295, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3322, "char_start_idx": 3296, "key": "paragraph", "marker": "h3", "type": "local", "value": "Subscribe to email updates" }, { "char_end_idx": 3323, "char_start_idx": 3322, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 3366, "char_start_idx": 3323, "key": "paragraph", "marker": "li", "type": "local", "value": "View UnicameralUpdate’s profile on Facebook" }, { "char_end_idx": 3405, "char_start_idx": 3366, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView UnicamUpdate’s profile on Twitter" }, { "char_end_idx": 3456, "char_start_idx": 3405, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView UCGAvA2yu18l6DO1TzEJ75gA’s profile on YouTube" }, { "char_end_idx": 3457, "char_start_idx": 3456, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 3466, "char_start_idx": 3457, "key": "paragraph", "marker": "h3", "type": "local", "value": "Most read" }, { "char_end_idx": 3521, "char_start_idx": 3466, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEconomic forecasting board raises revenue projections\n" }, { "char_end_idx": 3574, "char_start_idx": 3521, "key": "paragraph", "marker": "li", "type": "local", "value": "Medicaid managed care restrictions clear first round\n" }, { "char_end_idx": 3629, "char_start_idx": 3574, "key": "paragraph", "marker": "li", "type": "local", "value": "Debt collection bill for workers’ comp claims advanced\n" }, { "char_end_idx": 3673, "char_start_idx": 3629, "key": "paragraph", "marker": "li", "type": "local", "value": "Restorative justice bill clears first round\n" }, { "char_end_idx": 3712, "char_start_idx": 3673, "key": "paragraph", "marker": "aside", "type": "local", "value": "Updated landlord requirements advanced\n" }, { "char_end_idx": 3721, "char_start_idx": 3712, "key": "paragraph", "marker": "h3", "type": "local", "value": "Resources" }, { "char_end_idx": 3758, "char_start_idx": 3721, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegislative interim hearing schedule" }, { "char_end_idx": 3792, "char_start_idx": 3758, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLive video of Legislature via NET" }, { "char_end_idx": 3817, "char_start_idx": 3792, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegislative publications" }, { "char_end_idx": 3843, "char_start_idx": 3817, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCivic education resources" }, { "char_end_idx": 3844, "char_start_idx": 3843, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 3864, "char_start_idx": 3844, "key": "paragraph", "marker": "h3", "type": "local", "value": "Legislative calendar" }, { "char_end_idx": 3908, "char_start_idx": 3864, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n< April 2019 >\nSun\nMon\nTue\nWed\nThu\nFri\nSat\n" }, { "char_end_idx": 3916, "char_start_idx": 3908, "key": "paragraph", "marker": "h3", "type": "local", "value": "Archives" }, { "char_end_idx": 4928, "char_start_idx": 3916, "key": "paragraph", "marker": "div", "type": "local", "value": "\nArchives Select Month April 2019 March 2019 February 2019 January 2019 December 2018 November 2018 October 2018 July 2018 May 2018 April 2018 March 2018 February 2018 January 2018 December 2017 November 2017 October 2017 September 2017 June 2017 May 2017 April 2017 March 2017 February 2017 January 2017 December 2016 October 2016 May 2016 April 2016 March 2016 February 2016 January 2016 October 2015 August 2015 July 2015 May 2015 April 2015 March 2015 February 2015 January 2015 May 2014 April 2014 March 2014 February 2014 January 2014 December 2013 October 2013 July 2013 June 2013 May 2013 April 2013 March 2013 February 2013 January 2013 October 2012 June 2012 May 2012 April 2012 March 2012 February 2012 January 2012 December 2011 November 2011 October 2011 June 2011 May 2011 April 2011 March 2011 February 2011 January 2011 December 2010 November 2010 October 2010 April 2010 November 2009 May 2009 April 2009 March 2009 February 2009 January 2009 January 2008 January 2007 January 2005 January 2003\n" } ]
[]
[ { "key": "title", "type": "global", "value": "LGBTQ workplace protections stall – Unicameral Update" } ]
[ { "key": "url", "type": "global", "value": "http://update.legislature.ne.gov/?p=25251" } ]
[]
After three hours of debate over two days, a bill that would protect employees from discrimination based on sexual orientation and gender identity stalled on general file March 5. Sen. Patty Pansing Brooks Introduced by Lincoln Sen. Patty Pansing Brooks, LB627 would prohibit employers, employment agencies and labor unions from discriminating against individuals based on their sexual orientation or gender identity. Discrimination based on race, color, religion, sex, disability, marital status and national origin currently is prohibited. LB627 would apply to employers with 15 or more employees or with state contracts regardless of the number of employees, the state of Nebraska, governmental agencies and political subdivisions. Pansing Brooks said Nebraska is stifling its economy by not providing basic civil rights protections for all employees. “There are many practical reasons to advance LB627, but the extension of love and kindness to a community that has been marginalized is equally important,” she said. Sen. Megan Hunt of Omaha spoke in support of the bill, saying that it is shameful to talk about the state’s motto of equality before the law when members of the LGBTQ community do not have the same workplace protections as others. “I want Nebraska to be a place where everybody feels welcome and can call this place home and have a future here,” Hunt said. “It’s sad, but a lot of [businesses] won’t do the right thing until they’re required to do the right thing.” Omaha Sen. Steve Lathrop also supported the bill. Many of the people who believe that life begins at conception oppose legal protections for those same lives when individuals are members of the LGBTQ community, he said. “The fact that they are gay is not something that is a function of how they were raised or something that happened in their childhood. They’re born this way,” Lathrop said. “As far as I’m concerned, you’re turning your back on an entire population of people who were created in God’s image.” Opposing the bill was Sen. Robert Clements of Elmwood. Every person should be treated with dignity and respect, he said, but the bill improperly would restrict employers’ free exercise of their religious beliefs. “When the Nebraska constitution states that morality is essential to good government, it’s referring to moral absolutes that do not change with time,” he said. “[The bill] violates the U.S. constitution by prohibiting free exercise of religion.” Lincoln Sen. Suzanne Geist also opposed the measure. The Legislature should not adopt laws that pick and choose who is afforded freedom and who is not, she said. “In Nebraska, businesses are free to decide the values they’d like to adopt and the missions they seek to advance,” Geist said. “The government and the Legislature should not be dictating to business owners whom they should hire, but allow them to hire the best person for the job and for their business.” The Legislature adjourned for the day before voting on LB627. Per a practice implemented by Speaker Jim Scheer, the sponsor of a bill that is facing a potential filibuster must demonstrate sufficient support for a cloture motion before the measure will be scheduled for additional debate. ← Hearing aid coverage for children sought Protections sought for organ donors → Subscribe to email updates View UnicameralUpdate’s profile on Facebook View UnicamUpdate’s profile on Twitter View UCGAvA2yu18l6DO1TzEJ75gA’s profile on YouTube Most read Economic forecasting board raises revenue projections Medicaid managed care restrictions clear first round Debt collection bill for workers’ comp claims advanced Restorative justice bill clears first round Updated landlord requirements advanced Resources Legislative interim hearing schedule Live video of Legislature via NET Legislative publications Civic education resources Legislative calendar < April 2019 > Sun Mon Tue Wed Thu Fri Sat Archives Archives Select Month April 2019 March 2019 February 2019 January 2019 December 2018 November 2018 October 2018 July 2018 May 2018 April 2018 March 2018 February 2018 January 2018 December 2017 November 2017 October 2017 September 2017 June 2017 May 2017 April 2017 March 2017 February 2017 January 2017 December 2016 October 2016 May 2016 April 2016 March 2016 February 2016 January 2016 October 2015 August 2015 July 2015 May 2015 April 2015 March 2015 February 2015 January 2015 May 2014 April 2014 March 2014 February 2014 January 2014 December 2013 October 2013 July 2013 June 2013 May 2013 April 2013 March 2013 February 2013 January 2013 October 2012 June 2012 May 2012 April 2012 March 2012 February 2012 January 2012 December 2011 November 2011 October 2011 June 2011 May 2011 April 2011 March 2011 February 2011 January 2011 December 2010 November 2010 October 2010 April 2010 November 2009 May 2009 April 2009 March 2009 February 2009 January 2009 January 2008 January 2007 January 2005 January 2003
http://update.legislature.ne.gov/?p=25251
[ { "char_end_idx": 205, "char_start_idx": 185, "key": "entity", "type": "local", "value": "Patty_Pansing_Brooks" }, { "char_end_idx": 253, "char_start_idx": 233, "key": "entity", "type": "local", "value": "Patty_Pansing_Brooks" }, { "char_end_idx": 683, "char_start_idx": 675, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 763, "char_start_idx": 755, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 1036, "char_start_idx": 1026, "key": "entity", "type": "local", "value": "Megan_Hunt_(politician)" }, { "char_end_idx": 1045, "char_start_idx": 1040, "key": "entity", "type": "local", "value": "Omaha,_Nebraska" }, { "char_end_idx": 1187, "char_start_idx": 1182, "key": "entity", "type": "local", "value": "LGBT" }, { "char_end_idx": 1268, "char_start_idx": 1260, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 1371, "char_start_idx": 1367, "key": "entity", "type": "local", "value": "Hunt_County,_Texas" }, { "char_end_idx": 1511, "char_start_idx": 1498, "key": "entity", "type": "local", "value": "Steve_Lathrop" }, { "char_end_idx": 1686, "char_start_idx": 1681, "key": "entity", "type": "local", "value": "LGBT" }, { "char_end_idx": 1873, "char_start_idx": 1866, "key": "entity", "type": "local", "value": "Steve_Lathrop" }, { "char_end_idx": 1988, "char_start_idx": 1985, "key": "entity", "type": "local", "value": "God" }, { "char_end_idx": 2041, "char_start_idx": 2026, "key": "entity", "type": "local", "value": "Robert_Clements,_1st_Earl_of_Leitrim" }, { "char_end_idx": 2052, "char_start_idx": 2045, "key": "entity", "type": "local", "value": "Elmwood,_Providence,_Rhode_Island" }, { "char_end_idx": 2230, "char_start_idx": 2222, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 2401, "char_start_idx": 2397, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 2526, "char_start_idx": 2515, "key": "entity", "type": "local", "value": "Legislature" }, { "char_end_idx": 2632, "char_start_idx": 2624, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 2741, "char_start_idx": 2736, "key": "entity", "type": "local", "value": "Geist" }, { "char_end_idx": 2783, "char_start_idx": 2772, "key": "entity", "type": "local", "value": "Legislature" }, { "char_end_idx": 2941, "char_start_idx": 2930, "key": "entity", "type": "local", "value": "Legislature" }, { "char_end_idx": 3366, "char_start_idx": 3358, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 3405, "char_start_idx": 3398, "key": "entity", "type": "local", "value": "Twitter" }, { "char_end_idx": 3529, "char_start_idx": 3521, "key": "entity", "type": "local", "value": "Medicaid" }, { "char_end_idx": 3784, "char_start_idx": 3773, "key": "entity", "type": "local", "value": "Legislature" } ]
[ { "char_end_idx": 205, "char_start_idx": 180, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Patty_Pansing_Brooks" }, { "char_end_idx": 418, "char_start_idx": 206, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Patty_Pansing_Brooks" }, { "char_end_idx": 735, "char_start_idx": 542, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 855, "char_start_idx": 735, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 1252, "char_start_idx": 1021, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Megan_Hunt_(politician)" }, { "char_end_idx": 1252, "char_start_idx": 1021, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Omaha,_Nebraska" }, { "char_end_idx": 1252, "char_start_idx": 1021, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "LGBT" }, { "char_end_idx": 1487, "char_start_idx": 1252, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 1487, "char_start_idx": 1252, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Hunt_County,_Texas" }, { "char_end_idx": 1707, "char_start_idx": 1487, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Steve_Lathrop" }, { "char_end_idx": 1707, "char_start_idx": 1487, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "LGBT" }, { "char_end_idx": 1999, "char_start_idx": 1707, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Steve_Lathrop" }, { "char_end_idx": 1999, "char_start_idx": 1707, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "God" }, { "char_end_idx": 2212, "char_start_idx": 1999, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Robert_Clements,_1st_Earl_of_Leitrim" }, { "char_end_idx": 2212, "char_start_idx": 1999, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Elmwood,_Providence,_Rhode_Island" }, { "char_end_idx": 2458, "char_start_idx": 2212, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 2458, "char_start_idx": 2212, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_States" }, { "char_end_idx": 2620, "char_start_idx": 2458, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Legislature" }, { "char_end_idx": 2926, "char_start_idx": 2620, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 2926, "char_start_idx": 2620, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Geist" }, { "char_end_idx": 2926, "char_start_idx": 2620, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Legislature" }, { "char_end_idx": 3215, "char_start_idx": 2926, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Legislature" }, { "char_end_idx": 3366, "char_start_idx": 3323, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 3405, "char_start_idx": 3366, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Twitter" }, { "char_end_idx": 3574, "char_start_idx": 3521, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Medicaid" }, { "char_end_idx": 3792, "char_start_idx": 3758, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Legislature" } ]
0
843
1556201146000
<!DOCTYPE html> <html class='v2' dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <link href='https://www.blogger.com/static/v1/widgets/3597120983-css_bundle_v2.css' rel='stylesheet' type='text/css'/> <meta content='width=device-width' name='viewport'/> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='blogger' name='generator'/> <link href='https://www.svartling.net/favicon.ico' rel='icon' type='image/x-icon'/> <link href='https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title="SVARTLING - Atom" href="https://www.svartling.net/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="SVARTLING - RSS" href="https://www.svartling.net/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="SVARTLING - Atom" href="https://www.blogger.com/feeds/11254027/posts/default" /> <link rel="alternate" type="application/atom+xml" title="SVARTLING - Atom" href="https://www.svartling.net/feeds/1392048643930148241/comments/default" /> <!--[if IE]><script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/1953397912-ieretrofit.js"></script> <![endif]--> <meta content='https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html' property='og:url'/> <meta content='I&#39;m not using web browsers anymore' property='og:title'/> <meta content='A blog about Life, Apple, iPhone, Watch Faces, Security, Privacy, Apps, GTD, Books, Reading, Self Improvement, Journaling, Task Management and Beer.' property='og:description'/> <!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]--> <title>I'm not using web browsers anymore | SVARTLING</title> <style id='page-skin-1' type='text/css'><!-- /* ----------------------------------------------- Blogger Template Style Name: Simple Designer: Josh Peterson URL: www.noaesthetic.com ----------------------------------------------- */ /* Variable definitions ==================== <Variable name="keycolor" description="Main Color" type="color" default="#66bbdd"/> <Group description="Page Text" selector="body"> <Variable name="body.font" description="Font" type="font" default="normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> <Variable name="body.text.color" description="Text Color" type="color" default="#222222"/> </Group> <Group description="Backgrounds" selector=".body-fauxcolumns-outer"> <Variable name="body.background.color" description="Outer Background" type="color" default="#66bbdd"/> <Variable name="content.background.color" description="Main Background" type="color" default="#ffffff"/> <Variable name="header.background.color" description="Header Background" type="color" default="transparent"/> </Group> <Group description="Links" selector=".main-outer"> <Variable name="link.color" description="Link Color" type="color" default="#2288bb"/> <Variable name="link.visited.color" description="Visited Color" type="color" default="#888888"/> <Variable name="link.hover.color" description="Hover Color" type="color" default="#33aaff"/> </Group> <Group description="Blog Title" selector=".header h1"> <Variable name="header.font" description="Font" type="font" default="normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> <Variable name="header.text.color" description="Title Color" type="color" default="#3399bb" /> </Group> <Group description="Blog Description" selector=".header .description"> <Variable name="description.text.color" description="Description Color" type="color" default="#777777" /> </Group> <Group description="Tabs Text" selector=".tabs-inner .widget li a"> <Variable name="tabs.font" description="Font" type="font" default="normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> <Variable name="tabs.text.color" description="Text Color" type="color" default="#999999"/> <Variable name="tabs.selected.text.color" description="Selected Color" type="color" default="#000000"/> </Group> <Group description="Tabs Background" selector=".tabs-outer .PageList"> <Variable name="tabs.background.color" description="Background Color" type="color" default="#f5f5f5"/> <Variable name="tabs.selected.background.color" description="Selected Color" type="color" default="#eeeeee"/> </Group> <Group description="Post Title" selector="h3.post-title, .comments h4"> <Variable name="post.title.font" description="Font" type="font" default="normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> </Group> <Group description="Date Header" selector=".date-header"> <Variable name="date.header.color" description="Text Color" type="color" default="#222222"/> <Variable name="date.header.background.color" description="Background Color" type="color" default="transparent"/> </Group> <Group description="Post Footer" selector=".post-footer"> <Variable name="post.footer.text.color" description="Text Color" type="color" default="#666666"/> <Variable name="post.footer.background.color" description="Background Color" type="color" default="#f9f9f9"/> <Variable name="post.footer.border.color" description="Shadow Color" type="color" default="#eeeeee"/> </Group> <Group description="Gadgets" selector="h2"> <Variable name="widget.title.font" description="Title Font" type="font" default="normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> <Variable name="widget.title.text.color" description="Title Color" type="color" default="#000000"/> <Variable name="widget.alternate.text.color" description="Alternate Color" type="color" default="#999999"/> </Group> <Group description="Images" selector=".main-inner"> <Variable name="image.background.color" description="Background Color" type="color" default="#ffffff"/> <Variable name="image.border.color" description="Border Color" type="color" default="#eeeeee"/> <Variable name="image.text.color" description="Caption Text Color" type="color" default="#222222"/> </Group> <Group description="Accents" selector=".content-inner"> <Variable name="body.rule.color" description="Separator Line Color" type="color" default="#eeeeee"/> <Variable name="tabs.border.color" description="Tabs Border Color" type="color" default="#eeeeee"/> </Group> <Variable name="body.background" description="Body Background" type="background" color="#ffffff" default="$(color) none repeat scroll top left"/> <Variable name="body.background.override" description="Body Background Override" type="string" default=""/> <Variable name="body.background.gradient.cap" description="Body Gradient Cap" type="url" default="url(//www.blogblog.com/1kt/simple/gradients_light.png)"/> <Variable name="body.background.gradient.tile" description="Body Gradient Tile" type="url" default="url(//www.blogblog.com/1kt/simple/body_gradient_tile_light.png)"/> <Variable name="content.background.color.selector" description="Content Background Color Selector" type="string" default=".content-inner"/> <Variable name="content.padding" description="Content Padding" type="length" default="0px"/> <Variable name="content.padding.horizontal" description="Content Horizontal Padding" type="length" default="0px"/> <Variable name="content.shadow.spread" description="Content Shadow Spread" type="length" default="4px"/> <Variable name="content.shadow.spread.webkit" description="Content Shadow Spread (WebKit)" type="length" default="4px"/> <Variable name="content.shadow.spread.ie" description="Content Shadow Spread (IE)" type="length" default="4px"/> <Variable name="main.border.width" description="Main Border Width" type="length" default="0"/> <Variable name="header.background.gradient" description="Header Gradient" type="url" default="none"/> <Variable name="header.shadow.offset.left" description="Header Shadow Offset Left" type="length" default="-1px"/> <Variable name="header.shadow.offset.top" description="Header Shadow Offset Top" type="length" default="-1px"/> <Variable name="header.shadow.spread" description="Header Shadow Spread" type="length" default="0px"/> <Variable name="header.padding" description="Header Padding" type="length" default="0px"/> <Variable name="header.border.size" description="Header Border Size" type="length" default="0px"/> <Variable name="header.bottom.border.size" description="Header Bottom Border Size" type="length" default="0px"/> <Variable name="header.border.horizontalsize" description="Header Horizontal Border Size" type="length" default="0"/> <Variable name="description.text.size" description="Description Text Size" type="string" default="120%"/> <Variable name="tabs.margin.top" description="Tabs Margin Top" type="length" default="0" /> <Variable name="tabs.margin.side" description="Tabs Side Margin" type="length" default="30px" /> <Variable name="tabs.background.gradient" description="Tabs Background Gradient" type="url" default="url(//www.blogblog.com/1kt/simple/gradients_light.png)"/> <Variable name="tabs.border.width" description="Tabs Border Width" type="length" default="1px"/> <Variable name="tabs.bevel.border.width" description="Tabs Bevel Border Width" type="length" default="1px"/> <Variable name="date.header.padding" description="Date Header Padding" type="string" default="inherit"/> <Variable name="date.header.letterspacing" description="Date Header Letter Spacing" type="string" default="inherit"/> <Variable name="date.header.margin" description="Date Header Margin" type="string" default="inherit"/> <Variable name="post.margin.bottom" description="Post Bottom Margin" type="length" default="20px"/> <Variable name="image.border.small.size" description="Image Border Small Size" type="length" default="2px"/> <Variable name="image.border.large.size" description="Image Border Large Size" type="length" default="2px"/> <Variable name="page.width.selector" description="Page Width Selector" type="string" default=".region-inner"/> <Variable name="page.width" description="Page Width" type="string" default="auto"/> <Variable name="main.section.margin" description="Main Section Margin" type="length" default="2px"/> <Variable name="main.padding" description="Main Padding" type="length" default="2px"/> <Variable name="main.padding.top" description="Main Padding Top" type="length" default="30px"/> <Variable name="main.padding.bottom" description="Main Padding Bottom" type="length" default="30px"/> <Variable name="paging.background" color="#ffffff" description="Background of blog paging area" type="background" default="transparent none no-repeat scroll top center"/> <Variable name="footer.bevel" description="Bevel border length of footer" type="length" default="0"/> <Variable name="mobile.background.overlay" description="Mobile Background Overlay" type="string" default="transparent none repeat scroll top left"/> <Variable name="mobile.background.size" description="Mobile Background Size" type="string" default="auto"/> <Variable name="mobile.button.color" description="Mobile Button Color" type="color" default="#ffffff" /> <Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left"/> <Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right"/> */ /* Content ----------------------------------------------- */ body { font: normal normal 24px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #222222; background: #ffffff none repeat scroll top left; padding: 0 4px 4px 4px; } html body .region-inner { min-width: 0; max-width: 100%; width: auto; } a:link { text-decoration:none; color: #bb213a; } a:visited { text-decoration:none; color: #888888; } a:hover { text-decoration:underline; color: #ff3243; } .body-fauxcolumn-outer .fauxcolumn-inner { background: transparent none repeat scroll top left; _background-image: none; } .body-fauxcolumn-outer .cap-top { position: absolute; z-index: 1; height: 400px; width: 100%; background: #ffffff none repeat scroll top left; } .body-fauxcolumn-outer .cap-top .cap-left { width: 100%; background: transparent none repeat-x scroll top left; _background-image: none; } .content-outer { -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15); -goog-ms-box-shadow: 0 0 4px #333333; box-shadow: 0 0 4px rgba(0, 0, 0, .15); margin-bottom: 1px; } .content-inner { padding: 0px 0px; } .content-inner { background-color: #ffffff; } /* Header ----------------------------------------------- */ .header-outer { background: transparent none repeat-x scroll 0 -400px; _background-image: none; } .Header h1 { font: normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #bb3254; text-shadow: -1px -1px 0px rgba(0, 0, 0, .2); } .Header h1 a { color: #bb3254; } .Header .description { font-size: 120%; color: #777777; } .header-inner .Header .titlewrapper { padding: 22px 0px; } .header-inner .Header .descriptionwrapper { padding: 0 0px; } /* Tabs ----------------------------------------------- */ .tabs-inner .section:first-child { border-top: 0px solid #eeeeee; } .tabs-inner .section:first-child ul { margin-top: -0px; border-top: 0px solid #eeeeee; border-left: 0 solid #eeeeee; border-right: 0 solid #eeeeee; } .tabs-inner .widget ul { background: #f5f5f5 url(//www.blogblog.com/1kt/simple/gradients_light.png) repeat-x scroll 0 -800px; _background-image: none; border-bottom: 1px solid #eeeeee; margin-top: 0px; margin-left: -30px; margin-right: -30px; } .tabs-inner .widget li a { display: inline-block; padding: .6em 1em; font: normal bold 24px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #999999; border-left: 1px solid #ffffff; border-right: 1px solid #eeeeee; } .tabs-inner .widget li:first-child a { border-left: none; } .tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover { color: #000000; background-color: #eeeeee; text-decoration: none; } /* Columns ----------------------------------------------- */ .main-outer { border-top: 0 solid #eeeeee; } .fauxcolumn-left-outer .fauxcolumn-inner { border-right: 1px solid #eeeeee; } .fauxcolumn-right-outer .fauxcolumn-inner { border-left: 1px solid #eeeeee; } /* Headings ----------------------------------------------- */ h2 { margin: 0 0 1em 0; font: normal bold 20px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #000000; } /* Widgets ----------------------------------------------- */ .widget .zippy { color: #999999; text-shadow: 2px 2px 1px rgba(0, 0, 0, .1); } .widget .popular-posts ul { list-style: none; } /* Posts ----------------------------------------------- */ .date-header span { background-color: transparent; color: #222222; padding: inherit; letter-spacing: inherit; margin: inherit; } .main-inner { padding-top: 30px; padding-bottom: 30px; } .main-inner .column-center-inner { padding: 0 2px; } .main-inner .column-center-inner .section { margin: 0 2px; } .post { margin: 0 0 20px 0; } h3.post-title, .comments h4 { font: normal normal 36px Arial, Tahoma, Helvetica, FreeSans, sans-serif; margin: .75em 0 0; } .post-body { font-size: 110%; line-height: 1.4; position: relative; } .post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img { padding: 2px; background: #ffffff; border: 1px solid #eeeeee; -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1); -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1); box-shadow: 1px 1px 5px rgba(0, 0, 0, .1); } .post-body img, .post-body .tr-caption-container { padding: 2px; } .post-body .tr-caption-container { color: #222222; } .post-body .tr-caption-container img { padding: 0; background: transparent; border: none; -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1); -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1); box-shadow: 0 0 0 rgba(0, 0, 0, .1); } .post-header { margin: 0 0 1.5em; line-height: 1.6; font-size: 90%; } .post-footer { margin: 20px -2px 0; padding: 5px 5px; color: #666666; background-color: #f9f9f9; border-bottom: 1px solid #eeeeee; line-height: 1.6; font-size: 90%; } #comments .comment-author { padding-top: 1.5em; border-top: 1px solid #eeeeee; background-position: 0 1.5em; } #comments .comment-author:first-child { padding-top: 0; border-top: none; } .avatar-image-container { margin: .2em 0 0; } #comments .avatar-image-container img { border: 1px solid #eeeeee; } /* Comments ----------------------------------------------- */ .comments .comments-content .icon.blog-author { background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==); } .comments .comments-content .loadmore a { border-top: 1px solid #999999; border-bottom: 1px solid #999999; } .comments .comment-thread.inline-thread { background-color: #f9f9f9; } .comments .continue { border-top: 2px solid #999999; } /* Accents ---------------------------------------------- */ .section-columns td.columns-cell { border-left: 1px solid #eeeeee; } .blog-pager { background: transparent none no-repeat scroll top center; } .blog-pager-older-link, .home-link, .blog-pager-newer-link { background-color: #ffffff; padding: 5px; } .footer-outer { border-top: 0 dashed #bbbbbb; } /* Mobile ----------------------------------------------- */ body.mobile { background-size: auto; } .mobile .body-fauxcolumn-outer { background: transparent none repeat scroll top left; } .mobile .body-fauxcolumn-outer .cap-top { background-size: 100% auto; } .mobile .content-outer { -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); box-shadow: 0 0 3px rgba(0, 0, 0, .15); } body.mobile .AdSense { margin: 0 -4px; } .mobile .tabs-inner .widget ul { margin-left: 0; margin-right: 0; } .mobile .post { margin: 0; } .mobile .main-inner .column-center-inner .section { margin: 0; } .mobile .date-header span { padding: 0.1em 10px; margin: 0 -10px; } .mobile h3.post-title { margin: 0; } .mobile .blog-pager { background: transparent none no-repeat scroll top center; } .mobile .footer-outer { border-top: none; } .mobile .main-inner, .mobile .footer-inner { background-color: #ffffff; } .mobile-index-contents { color: #222222; } .mobile-link-button { background-color: #bb213a; } .mobile-link-button a:link, .mobile-link-button a:visited { color: #ffffff; } .mobile .tabs-inner .section:first-child { border-top: none; } .mobile .tabs-inner .PageList .widget-content { background-color: #eeeeee; color: #000000; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; } .mobile .tabs-inner .PageList .widget-content .pagelist-arrow { border-left: 1px solid #eeeeee; } --></style> <style id='template-skin-1' type='text/css'><!-- body { min-width: 1034px; } .content-outer, .content-fauxcolumn-outer, .region-inner { min-width: 1034px; max-width: 1034px; _width: 1034px; } .main-inner .columns { padding-left: 0px; padding-right: 332px; } .main-inner .fauxcolumn-center-outer { left: 0px; right: 332px; /* IE6 does not respect left and right together */ _width: expression(this.parentNode.offsetWidth - parseInt("0px") - parseInt("332px") + 'px'); } .main-inner .fauxcolumn-left-outer { width: 0px; } .main-inner .fauxcolumn-right-outer { width: 332px; } .main-inner .column-left-outer { width: 0px; right: 100%; margin-left: -0px; } .main-inner .column-right-outer { width: 332px; margin-right: -332px; } #layout { min-width: 0; } #layout .content-outer { min-width: 0; width: 1034px; } #layout .region-inner { min-width: 0; width: auto; } --></style> <script type='text/javascript'> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-75808-2', 'auto', 'blogger'); ga('blogger.send', 'pageview'); </script> <link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=11254027&amp;zx=5b14ae68-a1f9-40c8-97d2-073edc8272ff' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=11254027&amp;zx=5b14ae68-a1f9-40c8-97d2-073edc8272ff' rel='stylesheet'/></noscript> </head> <body class='loading'> <div class='navbar no-items section' id='navbar'> </div> <div class='body-fauxcolumns'> <div class='fauxcolumn-outer body-fauxcolumn-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <div class='content'> <div class='content-fauxcolumns'> <div class='fauxcolumn-outer content-fauxcolumn-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <div class='content-outer'> <div class='content-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left content-fauxborder-left'> <div class='fauxborder-right content-fauxborder-right'></div> <div class='content-inner'> <header> <div class='header-outer'> <div class='header-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left header-fauxborder-left'> <div class='fauxborder-right header-fauxborder-right'></div> <div class='region-inner header-inner'> <div class='header header section' id='header'><div class='widget HTML' data-version='1' id='HTML3'> <div class='widget-content'> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Responsive --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3261906407144956" data-ad-slot="7290661396" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML3&action=editWidget&sectionId=header' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML3"));' rel='nofollow' target='configHTML3' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div></div> </div> </div> <div class='header-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </header> <div class='tabs-outer'> <div class='tabs-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left tabs-fauxborder-left'> <div class='fauxborder-right tabs-fauxborder-right'></div> <div class='region-inner tabs-inner'> <div class='tabs section' id='crosscol'><div class='widget PageList' data-version='1' id='PageList1'> <h2> Pages </h2> <div class='widget-content'> <ul> <li> <a href='https://www.svartling.net/'> Blog </a> </li> <li> <a href='https://www.svartling.net/p/newsletter.html'> Newsletter </a> </li> <li> <a href='https://www.svartling.net/p/search.html'> Knowledge base </a> </li> <li> <a href='https://www.svartling.net/p/videos.html'> Latest videos </a> </li> <li> <a href='https://www.svartling.net/search?q=watch+face&max-results=1&by-date=true'> Watch Faces </a> </li> <li> <a href='https://www.svartling.net/p/about.html'> About </a> </li> <li> <a href='https://www.svartling.net/p/android-videos.html'> Android videos </a> </li> <li> <a href='https://www.svartling.net/p/in-playlist-below-you-can-watch-all-my_21.html'> Unboxing videos </a> </li> <li> <a href='https://www.svartling.net/p/apps-videos.html'> Apps videos </a> </li> <li> <a href='https://www.svartling.net/p/apple-videos.html'> Apple videos </a> </li> <li> <a href='https://www.svartling.net/p/iphone-videos.html'> iPhone videos </a> </li> <li> <a href='https://www.svartling.net/p/ipad-videos.html'> iPad videos </a> </li> <li> <a href='https://www.svartling.net/p/gtd_21.html'> GTD videos </a> </li> <li> <a href='https://www.svartling.net/p/leaks.html'> Leaks! </a> </li> </ul> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=PageList&widgetId=PageList1&action=editWidget&sectionId=crosscol' onclick='return _WidgetManager._PopupConfig(document.getElementById("PageList1"));' rel='nofollow' target='configPageList1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div></div> <div class='tabs section' id='crosscol-overflow'><div class='widget HTML' data-version='1' id='HTML5'> <div class='widget-content'> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-3261906407144956", enable_page_level_ads: true }); </script> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML5&action=editWidget&sectionId=crosscol-overflow' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML5"));' rel='nofollow' target='configHTML5' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div></div> </div> </div> <div class='tabs-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='main-outer'> <div class='main-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left main-fauxborder-left'> <div class='fauxborder-right main-fauxborder-right'></div> <div class='region-inner main-inner'> <div class='columns fauxcolumns'> <div class='fauxcolumn-outer fauxcolumn-center-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='fauxcolumn-outer fauxcolumn-left-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='fauxcolumn-outer fauxcolumn-right-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <!-- corrects IE6 width calculation --> <div class='columns-inner'> <div class='column-center-outer'> <div class='column-center-inner'> <div class='main section' id='main'><div class='widget Blog' data-version='1' id='Blog1'> <div class='blog-posts hfeed'> <!--Can't find substitution for tag [defaultAdStart]--> <div class="date-outer"> <div class="date-posts"> <div class='post-outer'> <div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='11254027' itemprop='blogId'/> <meta content='1392048643930148241' itemprop='postId'/> <a name='1392048643930148241'></a> <h3 class='post-title entry-title' itemprop='name'> I'm not using web browsers anymore </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1392048643930148241' itemprop='description articleBody'> <div id='adsmiddle11392048643930148241'></div> <div style='clear:both; margin:10px 0'> <script type='text/javascript'> google_ad_client = "ca-pub-3261906407144956"; google_ad_slot = "3551587397"; google_ad_width = 580; google_ad_height = 400; </script> <script src='//pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'> </script> </div> <div id='adsmiddle21392048643930148241'> <iframe width="640" height="360" src="//www.youtube.com/embed/RX3mw0VdMWA?feature=player_detailpage" frameborder="0" allowfullscreen></iframe> <p>It&#39;s time for the 4th episode of my podcast-like video show called <a href="//goo.gl/6oprrf">SvartlingCast</a>. This time it&#39;s a bit shorter than normal, and is about the normal standard web browser that I think is dying. We are all using apps more and more instead. Native <a href="https://www.youtube.com/playlist?list=PLESlApkzZ-sCzTQ2wNWwlnRU3pe4U4dh1" title="Apps Video Playlist">Apps</a> often has a better UI and more features than a normal standard web browser. Posts opens directly in the app, formatted for easier reading.</p> <p>Personally I don&#39;t even use browsers for search anymore. I search in the app I use. For example twitter. So I use native apps to find what I want to read or blog, and also for search. See the show notes below for more info on what I talk about in the video above.</p> <h2>Show notes | svartlingcast 004</h2> <ul> <li>Apps has taken over <ul> <li>Native apps provide a better experience and more functionality</li> <li>Apps like <a href="https://itunes.apple.com/us/app/flipboard-your-social-news/id358801284?mt=8&amp;uo=4" title="Flipboard">Flipboard</a>, <a href="https://itunes.apple.com/us/app/nuzzel-news-from-your-friends/id692285770?mt=8&amp;uo=4" title="Nuzzel">Nuzzel</a>, <a href="https://itunes.apple.com/us/app/pocket-save-articles-videos/id309601447?mt=8&amp;uo=4" title="Pocket">Pocket</a>, <a href="https://itunes.apple.com/us/app/instapaper/id288545208?mt=8&amp;uo=4" title="Instapaper">Instapaper</a>, <a href="https://itunes.apple.com/us/app/twitter/id333903271?mt=8&amp;uo=4" title="Twitter">Twitter</a>&#39;s discovery tab, all excellent rss readers and much more</li> <li>These apps opens posts directly in the app, in their own built in web browser. <ul> <li>Often reformatted for easier reading</li> <li>And with full share sheet and extension support</li> </ul></li> </ul></li> <li>One of the times when I have to start a web browser is when using badly developed apps like Google&#39;s <a href="https://www.youtube.com/playlist?list=PLESlApkzZ-sDWXOUt7lI5nIa1Ldqh74OP" title="Find videos about iOS">iOS</a> apps. <ul> <li>One example is the <a href="//google.com/+svartling">Google+</a> app. It has a terrible in-app browser that doesn&#39;t support iOS Share Sheet or extensions so you can&#39;t do anything. Same with all Google&#39;s iOS apps. They don&#39;t follows Apple&#39;s UI guidelines.</li> </ul></li> <li>Not many people starts a web browser directly to browse the web anymore <ul> <li>Not even for search. People search via apps and directly from the OS</li> <li>Content is now pushed to us instead of us pulling it from the web</li> </ul></li> <li>Personally I don&#39;t even search anymore <ul> <li>Only when searching for help about something</li> <li>But I do most of my searches on services like <a href="http://twitter.com/svartling">Twitter</a> and Flipboard to find News or stuff I want to read about</li> </ul></li> </ul> <p>If you can&#39;t watch the video above, click here: <a href="https://www.youtube.com/watch?v=RX3mw0VdMWA">The Web Browser Is Dying | svartlingcast 004</a></p> <h3>Watch more videos from the <a href="https://www.youtube.com/playlist?list=PLESlApkzZ-sBWSqSRHjzp29lQPSlw3Q6B">svartlingcast</a> playlist(sorted from oldest to newest):</h3> <p>In this video show, I talk about Apple stuff, apps, how I use apps, how I do stuff on my iOS devices, how I create content, how it is to already live in the post-pc era, and much more. The show is more podcast-like than my other videos. Every episode is usually around 20-30 minutes long. I try to do the show weekly. Please give me some feedback about the show. <iframe width="640" height="360" src="//www.youtube.com/embed/uIBdeMaKBB0?list=PLESlApkzZ-sBWSqSRHjzp29lQPSlw3Q6B" frameborder="0" allowfullscreen></iframe></p> </div> <script type='text/javascript'> var obj0=document.getElementById("adsmiddle11392048643930148241"); var obj1=document.getElementById("adsmiddle21392048643930148241"); var s=obj1.innerHTML; var r=s.search(/\x3C!-- adsense --\x3E/igm); if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);} </script> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-icons'> <span class='item-control blog-admin pid-1698531932'> <a href='https://www.blogger.com/post-edit.g?blogID=11254027&postID=1392048643930148241&from=pencil' title='Edit Post'> <img alt="" class="icon-action" height="18" src="//img2.blogblog.com/img/icon18_edit_allbkg.gif" width="18"> </a> </span> </span> <span class='post-timestamp'> Posted <meta content='https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html' itemprop='url'/> <a class='timestamp-link' href='https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html' rel='bookmark' title='permanent link'> <abbr class='published' itemprop='datePublished' title='2014-12-08T12:41:00+01:00'> Monday, December 08, 2014 </abbr> </a> </span> <span class='post-author vcard'> by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <span itemprop='name'> Stefan Svartling </span> </span> </span> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-2'> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=email' target='_blank' title='Email This'> <span class='share-button-link-text'> Email This </span> </a> <a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'> <span class='share-button-link-text'> BlogThis! </span> </a> <a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=twitter' target='_blank' title='Share to Twitter'> <span class='share-button-link-text'> Share to Twitter </span> </a> <a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'> <span class='share-button-link-text'> Share to Facebook </span> </a> <a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=pinterest' target='_blank' title='Share to Pinterest'> <span class='share-button-link-text'> Share to Pinterest </span> </a> </div> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-comment-link'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> </div> <!--Can't find substitution for tag [defaultAdEnd]--> <div class='inline-ad'> <script type="text/javascript"> google_ad_client = "ca-pub-3261906407144956"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_host_channel = "L0007"; google_ad_slot = "6824641398"; google_ad_width = 336; google_ad_height = 280; </script> <!-- making-music_main_Blog1_336x280_as --> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <!--Can't find substitution for tag [adStart]--> </div></div> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://www.svartling.net/2014/12/auxy-awesome-free-music-making-app-for.html' id='Blog1_blog-pager-newer-link' title='Newer Post'> Newer Post </a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://www.svartling.net/2014/12/this-blog-is-on-its-way-out.html' id='Blog1_blog-pager-older-link' title='Older Post'> Older Post </a> </span> <a class='home-link' href='https://www.svartling.net/'> Home </a> </div> <div class='clear'></div> <div class='post-feeds'> </div> </div><div class='widget HTML' data-version='1' id='HTML2'> <div class='widget-content'> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Recommended --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3261906407144956" data-ad-slot="2271422595" data-ad-format="autorelaxed"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML2&action=editWidget&sectionId=main' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML2"));' rel='nofollow' target='configHTML2' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget HTML' data-version='1' id='HTML1'> <div class='widget-content'> <center><p><a href="http://www.svartling.net/" imageanchor="1"><img alt="" border="0" src="//lh3.googleusercontent.com/-t8mr9w-GEQw/VZkl3gI5j6I/AAAAAAACGso/a_hU-dF-g0E/s116-no/svartling_net%20logo%20small%20kopia.png" title="SVARTLING"></a></p><h3>SVARTLING</h3> <p>Please subscribe to my YouTube Channel: <script src="https://apis.google.com/js/platform.js"></script> <div class="g-ytsubscribe" data-channel="StefanSvartling" data-layout="full" data-count="hidden"></div></p></center> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML1"));' rel='nofollow' target='configHTML1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget AdSense' data-version='1' id='AdSense3'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3261906407144956"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_host_channel = "L0001"; /* making-music_sidebar-right-1_AdSense3_300x600_as */ google_ad_slot = "2686027392"; google_ad_width = 300; google_ad_height = 600; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=AdSense&widgetId=AdSense3&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("AdSense3"));' rel='nofollow' target='configAdSense3' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML4'> <div class='widget-content'> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Recommended --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3261906407144956" data-ad-slot="2271422595" data-ad-format="autorelaxed"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML4&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML4"));' rel='nofollow' target='configHTML4' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget AdSense' data-version='1' id='AdSense2'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3261906407144956"; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_host_channel = "L0001"; /* making-music_sidebar-right-1_AdSense2_300x250_as */ google_ad_slot = "7505528591"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=AdSense&widgetId=AdSense2&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("AdSense2"));' rel='nofollow' target='configAdSense2' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget FollowByEmail' data-version='1' id='FollowByEmail1'> <h2 class='title'>Follow by Email</h2> <div class='widget-content'> <div class='follow-by-email-inner'> <form action='https://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open("https://feedburner.google.com/fb/a/mailverify?uri=SvartlingNetwork", "popupwindow", "scrollbars=yes,width=550,height=520"); return true' target='popupwindow'> <table width='100%'> <tr> <td> <input class='follow-by-email-address' name='email' placeholder='Email address...' type='text'/> </td> <td width='64px'> <input class='follow-by-email-submit' type='submit' value='Submit'/> </td> </tr> </table> <input name='uri' type='hidden' value='SvartlingNetwork'/> <input name='loc' type='hidden' value='en_US'/> </form> </div> </div> <span class='item-control blog-admin'> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=FollowByEmail&widgetId=FollowByEmail1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("FollowByEmail1"));' rel='nofollow' target='configFollowByEmail1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </span> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-3'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-3'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> &#169; <a href="https://www.svartling.net/">SVARTLING</a>. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=11254027&widgetType=Attribution&widgetId=Attribution1&action=editWidget&sectionId=footer-3' onclick='return _WidgetManager._PopupConfig(document.getElementById("Attribution1"));' rel='nofollow' target='configAttribution1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2400194301-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY6ZxgNO8gGByVKFPiZpZ-EtDdF9dg:1556201145808';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d11254027','//www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html','11254027'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '11254027', 'title': 'SVARTLING', 'url': 'https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html', 'canonicalUrl': 'https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html', 'homepageUrl': 'https://www.svartling.net/', 'searchUrl': 'https://www.svartling.net/search', 'canonicalHomepageUrl': 'https://www.svartling.net/', 'blogspotFaviconUrl': 'https://www.svartling.net/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': true, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': 'UA-75808-2', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22SVARTLING - Atom\x22 href\x3d\x22https://www.svartling.net/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22SVARTLING - RSS\x22 href\x3d\x22https://www.svartling.net/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22SVARTLING - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/11254027/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22SVARTLING - Atom\x22 href\x3d\x22https://www.svartling.net/feeds/1392048643930148241/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-3261906407144956', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'ieCssRetrofitLinks': '\x3c!--[if IE]\x3e\x3cscript type\x3d\x22text/javascript\x22 src\x3d\x22https://www.blogger.com/static/v1/jsbin/1953397912-ieretrofit.js\x22\x3e\x3c/script\x3e\n\x3c![endif]--\x3e', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/52d64ef8cc6b826e', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'disableGComments': true, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 300, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '1392048643930148241', 'pageName': 'I\x27m not using web browsers anymore', 'pageTitle': 'SVARTLING: I\x27m not using web browsers anymore', 'metaDescription': ''}}, {'name': 'features', 'data': {'sharing_get_link_dialog': 'true', 'sharing_native': 'false'}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'I\x27m not using web browsers anymore', 'description': 'A blog about Life, Apple, iPhone, Watch Faces, Security, Privacy, Apps, GTD, Books, Reading, Self Improvement, Journaling, Task Management and Beer.', 'url': 'https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 1392048643930148241}}]); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'header', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'crosscol', document.getElementById('PageList1'), {'title': 'Pages', 'links': [{'isCurrentPage': false, 'href': 'https://www.svartling.net/', 'title': 'Blog'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/newsletter.html', 'id': '8421869625426088031', 'title': 'Newsletter'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/search.html', 'id': '8688102951442925963', 'title': 'Knowledge base'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/videos.html', 'id': '43935225169156108', 'title': 'Latest videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/search?q\x3dwatch+face\x26max-results\x3d1\x26by-date\x3dtrue', 'title': 'Watch Faces'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/about.html', 'id': '389027966583371848', 'title': 'About'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/android-videos.html', 'id': '5104306546740095817', 'title': 'Android videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/in-playlist-below-you-can-watch-all-my_21.html', 'id': '8278091108718266034', 'title': 'Unboxing videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/apps-videos.html', 'id': '8313526105964004565', 'title': 'Apps videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/apple-videos.html', 'id': '396895991622649728', 'title': 'Apple videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/iphone-videos.html', 'id': '8393208023804458012', 'title': 'iPhone videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/ipad-videos.html', 'id': '3554253682372223845', 'title': 'iPad videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/gtd_21.html', 'id': '89251608465631077', 'title': 'GTD videos'}, {'isCurrentPage': false, 'href': 'https://www.svartling.net/p/leaks.html', 'id': '7343933370663404854', 'title': 'Leaks!'}], 'mobile': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'crosscol-overflow', document.getElementById('HTML5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/3746448411-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/368954415-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'main', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-right-1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense3', 'sidebar-right-1', document.getElementById('AdSense3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebar-right-1', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense2', 'sidebar-right-1', document.getElementById('AdSense2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowByEmailView', new _WidgetInfo('FollowByEmail1', 'sidebar-right-1', document.getElementById('FollowByEmail1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>
[ "<footer>\n<div class=\"footer-outer\">\n<div class=\"footer-cap-top cap-top\">\n<div class=\"cap-left\"/>\n<div class=\"cap-right\"/>\n</div>\n<div class=\"fauxborder-left footer-fauxborder-left\">\n<div class=\"fauxborder-right footer-fauxborder-right\"/>\n<div class=\"region-inner footer-inner\">\n<div class=\"foot no-items section\" id=\"footer-1\"/>\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"section-columns columns-3\">\n<tbody>\n<tr>\n<td class=\"first columns-cell\">\n<div class=\"foot no-items section\" id=\"footer-2-1\"/>\n</td>\n<td class=\"columns-cell\">\n<div class=\"foot no-items section\" id=\"footer-2-2\"/>\n</td>\n<td class=\"columns-cell\">\n<div class=\"foot no-items section\" id=\"footer-2-3\"/>\n</td>\n</tr>\n</tbody>\n</table>\n<!-- outside of the include in order to lock Attribution widget -->\n<div class=\"foot section\" id=\"footer-3\"><div class=\"widget Attribution\" data-version=\"1\" id=\"Attribution1\">\n<div class=\"widget-content\" style=\"text-align: center;\">\n© <a href=\"https://www.svartling.net/\">SVARTLING</a>. Powered by <a href=\"https://www.blogger.com\" target=\"_blank\">Blogger</a>.\n</div>\n<div class=\"clear\"/>\n<span class=\"widget-item-control\">\n<span class=\"item-control blog-admin\">\n<a class=\"quickedit\" href=\"//www.blogger.com/rearrange?blogID=11254027&amp;widgetType=Attribution&amp;widgetId=Attribution1&amp;action=editWidget&amp;sectionId=footer-3\" onclick=\"return _WidgetManager._PopupConfig(document.getElementById(&quot;Attribution1&quot;));\" rel=\"nofollow\" target=\"configAttribution1\" title=\"Edit\">\n<img alt=\"\" height=\"18\" src=\"https://resources.blogblog.com/img/icon18_wrench_allbkg.png\" width=\"18\"/>\n</a>\n</span>\n</span>\n<div class=\"clear\"/>\n</div></div>\n</div>\n</div>\n<div class=\"footer-cap-bottom cap-bottom\">\n<div class=\"cap-left\"/>\n<div class=\"cap-right\"/>\n</div>\n</div>\n</footer>\n" ]
[ "<head>\n<link href=\"https://www.blogger.com/static/v1/widgets/3597120983-css_bundle_v2.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<meta content=\"width=device-width\" name=\"viewport\"/>\n<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"/>\n<meta content=\"blogger\" name=\"generator\"/>\n<link href=\"https://www.svartling.net/favicon.ico\" rel=\"icon\" type=\"image/x-icon\"/>\n<link href=\"https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html\" rel=\"canonical\"/>\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"SVARTLING - Atom\" href=\"https://www.svartling.net/feeds/posts/default\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"SVARTLING - RSS\" href=\"https://www.svartling.net/feeds/posts/default?alt=rss\"/>\n<link rel=\"service.post\" type=\"application/atom+xml\" title=\"SVARTLING - Atom\" href=\"https://www.blogger.com/feeds/11254027/posts/default\"/>\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"SVARTLING - Atom\" href=\"https://www.svartling.net/feeds/1392048643930148241/comments/default\"/>\n<!--[if IE]><script type=\"text/javascript\" src=\"https://www.blogger.com/static/v1/jsbin/1953397912-ieretrofit.js\"></script>\n<![endif]-->\n<meta content=\"https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html\" property=\"og:url\"/>\n<meta content=\"I'm not using web browsers anymore\" property=\"og:title\"/>\n<meta content=\"A blog about Life, Apple, iPhone, Watch Faces, Security, Privacy, Apps, GTD, Books, Reading, Self Improvement, Journaling, Task Management and Beer.\" property=\"og:description\"/>\n<!--[if IE]> <script> (function() { var html5 = (\"abbr,article,aside,audio,canvas,datalist,details,\" + \"figure,footer,header,hgroup,mark,menu,meter,nav,output,\" + \"progress,section,time,video\").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->\n<title>I'm not using web browsers anymore | SVARTLING</title>\n<style id=\"page-skin-1\" type=\"text/css\">&lt;!--\n/*\n-----------------------------------------------\nBlogger Template Style\nName: Simple\nDesigner: Josh Peterson\nURL: www.noaesthetic.com\n----------------------------------------------- */\n/* Variable definitions\n====================\n&lt;Variable name=\"keycolor\" description=\"Main Color\" type=\"color\" default=\"#66bbdd\"/&gt;\n&lt;Group description=\"Page Text\" selector=\"body\"&gt;\n&lt;Variable name=\"body.font\" description=\"Font\" type=\"font\"\ndefault=\"normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/&gt;\n&lt;Variable name=\"body.text.color\" description=\"Text Color\" type=\"color\" default=\"#222222\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Backgrounds\" selector=\".body-fauxcolumns-outer\"&gt;\n&lt;Variable name=\"body.background.color\" description=\"Outer Background\" type=\"color\" default=\"#66bbdd\"/&gt;\n&lt;Variable name=\"content.background.color\" description=\"Main Background\" type=\"color\" default=\"#ffffff\"/&gt;\n&lt;Variable name=\"header.background.color\" description=\"Header Background\" type=\"color\" default=\"transparent\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Links\" selector=\".main-outer\"&gt;\n&lt;Variable name=\"link.color\" description=\"Link Color\" type=\"color\" default=\"#2288bb\"/&gt;\n&lt;Variable name=\"link.visited.color\" description=\"Visited Color\" type=\"color\" default=\"#888888\"/&gt;\n&lt;Variable name=\"link.hover.color\" description=\"Hover Color\" type=\"color\" default=\"#33aaff\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Blog Title\" selector=\".header h1\"&gt;\n&lt;Variable name=\"header.font\" description=\"Font\" type=\"font\"\ndefault=\"normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/&gt;\n&lt;Variable name=\"header.text.color\" description=\"Title Color\" type=\"color\" default=\"#3399bb\" /&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Blog Description\" selector=\".header .description\"&gt;\n&lt;Variable name=\"description.text.color\" description=\"Description Color\" type=\"color\"\ndefault=\"#777777\" /&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Tabs Text\" selector=\".tabs-inner .widget li a\"&gt;\n&lt;Variable name=\"tabs.font\" description=\"Font\" type=\"font\"\ndefault=\"normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/&gt;\n&lt;Variable name=\"tabs.text.color\" description=\"Text Color\" type=\"color\" default=\"#999999\"/&gt;\n&lt;Variable name=\"tabs.selected.text.color\" description=\"Selected Color\" type=\"color\" default=\"#000000\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Tabs Background\" selector=\".tabs-outer .PageList\"&gt;\n&lt;Variable name=\"tabs.background.color\" description=\"Background Color\" type=\"color\" default=\"#f5f5f5\"/&gt;\n&lt;Variable name=\"tabs.selected.background.color\" description=\"Selected Color\" type=\"color\" default=\"#eeeeee\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Post Title\" selector=\"h3.post-title, .comments h4\"&gt;\n&lt;Variable name=\"post.title.font\" description=\"Font\" type=\"font\"\ndefault=\"normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Date Header\" selector=\".date-header\"&gt;\n&lt;Variable name=\"date.header.color\" description=\"Text Color\" type=\"color\"\ndefault=\"#222222\"/&gt;\n&lt;Variable name=\"date.header.background.color\" description=\"Background Color\" type=\"color\"\ndefault=\"transparent\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Post Footer\" selector=\".post-footer\"&gt;\n&lt;Variable name=\"post.footer.text.color\" description=\"Text Color\" type=\"color\" default=\"#666666\"/&gt;\n&lt;Variable name=\"post.footer.background.color\" description=\"Background Color\" type=\"color\"\ndefault=\"#f9f9f9\"/&gt;\n&lt;Variable name=\"post.footer.border.color\" description=\"Shadow Color\" type=\"color\" default=\"#eeeeee\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Gadgets\" selector=\"h2\"&gt;\n&lt;Variable name=\"widget.title.font\" description=\"Title Font\" type=\"font\"\ndefault=\"normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/&gt;\n&lt;Variable name=\"widget.title.text.color\" description=\"Title Color\" type=\"color\" default=\"#000000\"/&gt;\n&lt;Variable name=\"widget.alternate.text.color\" description=\"Alternate Color\" type=\"color\" default=\"#999999\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Images\" selector=\".main-inner\"&gt;\n&lt;Variable name=\"image.background.color\" description=\"Background Color\" type=\"color\" default=\"#ffffff\"/&gt;\n&lt;Variable name=\"image.border.color\" description=\"Border Color\" type=\"color\" default=\"#eeeeee\"/&gt;\n&lt;Variable name=\"image.text.color\" description=\"Caption Text Color\" type=\"color\" default=\"#222222\"/&gt;\n&lt;/Group&gt;\n&lt;Group description=\"Accents\" selector=\".content-inner\"&gt;\n&lt;Variable name=\"body.rule.color\" description=\"Separator Line Color\" type=\"color\" default=\"#eeeeee\"/&gt;\n&lt;Variable name=\"tabs.border.color\" description=\"Tabs Border Color\" type=\"color\" default=\"#eeeeee\"/&gt;\n&lt;/Group&gt;\n&lt;Variable name=\"body.background\" description=\"Body Background\" type=\"background\"\ncolor=\"#ffffff\" default=\"$(color) none repeat scroll top left\"/&gt;\n&lt;Variable name=\"body.background.override\" description=\"Body Background Override\" type=\"string\" default=\"\"/&gt;\n&lt;Variable name=\"body.background.gradient.cap\" description=\"Body Gradient Cap\" type=\"url\"\ndefault=\"url(//www.blogblog.com/1kt/simple/gradients_light.png)\"/&gt;\n&lt;Variable name=\"body.background.gradient.tile\" description=\"Body Gradient Tile\" type=\"url\"\ndefault=\"url(//www.blogblog.com/1kt/simple/body_gradient_tile_light.png)\"/&gt;\n&lt;Variable name=\"content.background.color.selector\" description=\"Content Background Color Selector\" type=\"string\" default=\".content-inner\"/&gt;\n&lt;Variable name=\"content.padding\" description=\"Content Padding\" type=\"length\" default=\"0px\"/&gt;\n&lt;Variable name=\"content.padding.horizontal\" description=\"Content Horizontal Padding\" type=\"length\" default=\"0px\"/&gt;\n&lt;Variable name=\"content.shadow.spread\" description=\"Content Shadow Spread\" type=\"length\" default=\"4px\"/&gt;\n&lt;Variable name=\"content.shadow.spread.webkit\" description=\"Content Shadow Spread (WebKit)\" type=\"length\" default=\"4px\"/&gt;\n&lt;Variable name=\"content.shadow.spread.ie\" description=\"Content Shadow Spread (IE)\" type=\"length\" default=\"4px\"/&gt;\n&lt;Variable name=\"main.border.width\" description=\"Main Border Width\" type=\"length\" default=\"0\"/&gt;\n&lt;Variable name=\"header.background.gradient\" description=\"Header Gradient\" type=\"url\" default=\"none\"/&gt;\n&lt;Variable name=\"header.shadow.offset.left\" description=\"Header Shadow Offset Left\" type=\"length\" default=\"-1px\"/&gt;\n&lt;Variable name=\"header.shadow.offset.top\" description=\"Header Shadow Offset Top\" type=\"length\" default=\"-1px\"/&gt;\n&lt;Variable name=\"header.shadow.spread\" description=\"Header Shadow Spread\" type=\"length\" default=\"0px\"/&gt;\n&lt;Variable name=\"header.padding\" description=\"Header Padding\" type=\"length\" default=\"0px\"/&gt;\n&lt;Variable name=\"header.border.size\" description=\"Header Border Size\" type=\"length\" default=\"0px\"/&gt;\n&lt;Variable name=\"header.bottom.border.size\" description=\"Header Bottom Border Size\" type=\"length\" default=\"0px\"/&gt;\n&lt;Variable name=\"header.border.horizontalsize\" description=\"Header Horizontal Border Size\" type=\"length\" default=\"0\"/&gt;\n&lt;Variable name=\"description.text.size\" description=\"Description Text Size\" type=\"string\" default=\"120%\"/&gt;\n&lt;Variable name=\"tabs.margin.top\" description=\"Tabs Margin Top\" type=\"length\" default=\"0\" /&gt;\n&lt;Variable name=\"tabs.margin.side\" description=\"Tabs Side Margin\" type=\"length\" default=\"30px\" /&gt;\n&lt;Variable name=\"tabs.background.gradient\" description=\"Tabs Background Gradient\" type=\"url\"\ndefault=\"url(//www.blogblog.com/1kt/simple/gradients_light.png)\"/&gt;\n&lt;Variable name=\"tabs.border.width\" description=\"Tabs Border Width\" type=\"length\" default=\"1px\"/&gt;\n&lt;Variable name=\"tabs.bevel.border.width\" description=\"Tabs Bevel Border Width\" type=\"length\" default=\"1px\"/&gt;\n&lt;Variable name=\"date.header.padding\" description=\"Date Header Padding\" type=\"string\" default=\"inherit\"/&gt;\n&lt;Variable name=\"date.header.letterspacing\" description=\"Date Header Letter Spacing\" type=\"string\" default=\"inherit\"/&gt;\n&lt;Variable name=\"date.header.margin\" description=\"Date Header Margin\" type=\"string\" default=\"inherit\"/&gt;\n&lt;Variable name=\"post.margin.bottom\" description=\"Post Bottom Margin\" type=\"length\" default=\"20px\"/&gt;\n&lt;Variable name=\"image.border.small.size\" description=\"Image Border Small Size\" type=\"length\" default=\"2px\"/&gt;\n&lt;Variable name=\"image.border.large.size\" description=\"Image Border Large Size\" type=\"length\" default=\"2px\"/&gt;\n&lt;Variable name=\"page.width.selector\" description=\"Page Width Selector\" type=\"string\" default=\".region-inner\"/&gt;\n&lt;Variable name=\"page.width\" description=\"Page Width\" type=\"string\" default=\"auto\"/&gt;\n&lt;Variable name=\"main.section.margin\" description=\"Main Section Margin\" type=\"length\" default=\"2px\"/&gt;\n&lt;Variable name=\"main.padding\" description=\"Main Padding\" type=\"length\" default=\"2px\"/&gt;\n&lt;Variable name=\"main.padding.top\" description=\"Main Padding Top\" type=\"length\" default=\"30px\"/&gt;\n&lt;Variable name=\"main.padding.bottom\" description=\"Main Padding Bottom\" type=\"length\" default=\"30px\"/&gt;\n&lt;Variable name=\"paging.background\"\ncolor=\"#ffffff\"\ndescription=\"Background of blog paging area\" type=\"background\"\ndefault=\"transparent none no-repeat scroll top center\"/&gt;\n&lt;Variable name=\"footer.bevel\" description=\"Bevel border length of footer\" type=\"length\" default=\"0\"/&gt;\n&lt;Variable name=\"mobile.background.overlay\" description=\"Mobile Background Overlay\" type=\"string\"\ndefault=\"transparent none repeat scroll top left\"/&gt;\n&lt;Variable name=\"mobile.background.size\" description=\"Mobile Background Size\" type=\"string\" default=\"auto\"/&gt;\n&lt;Variable name=\"mobile.button.color\" description=\"Mobile Button Color\" type=\"color\" default=\"#ffffff\" /&gt;\n&lt;Variable name=\"startSide\" description=\"Side where text starts in blog language\" type=\"automatic\" default=\"left\"/&gt;\n&lt;Variable name=\"endSide\" description=\"Side where text ends in blog language\" type=\"automatic\" default=\"right\"/&gt;\n*/\n/* Content\n----------------------------------------------- */\nbody {\nfont: normal normal 24px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #222222;\nbackground: #ffffff none repeat scroll top left;\npadding: 0 4px 4px 4px;\n}\nhtml body .region-inner {\nmin-width: 0;\nmax-width: 100%;\nwidth: auto;\n}\na:link {\ntext-decoration:none;\ncolor: #bb213a;\n}\na:visited {\ntext-decoration:none;\ncolor: #888888;\n}\na:hover {\ntext-decoration:underline;\ncolor: #ff3243;\n}\n.body-fauxcolumn-outer .fauxcolumn-inner {\nbackground: transparent none repeat scroll top left;\n_background-image: none;\n}\n.body-fauxcolumn-outer .cap-top {\nposition: absolute;\nz-index: 1;\nheight: 400px;\nwidth: 100%;\nbackground: #ffffff none repeat scroll top left;\n}\n.body-fauxcolumn-outer .cap-top .cap-left {\nwidth: 100%;\nbackground: transparent none repeat-x scroll top left;\n_background-image: none;\n}\n.content-outer {\n-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);\n-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);\n-goog-ms-box-shadow: 0 0 4px #333333;\nbox-shadow: 0 0 4px rgba(0, 0, 0, .15);\nmargin-bottom: 1px;\n}\n.content-inner {\npadding: 0px 0px;\n}\n.content-inner {\nbackground-color: #ffffff;\n}\n/* Header\n----------------------------------------------- */\n.header-outer {\nbackground: transparent none repeat-x scroll 0 -400px;\n_background-image: none;\n}\n.Header h1 {\nfont: normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #bb3254;\ntext-shadow: -1px -1px 0px rgba(0, 0, 0, .2);\n}\n.Header h1 a {\ncolor: #bb3254;\n}\n.Header .description {\nfont-size: 120%;\ncolor: #777777;\n}\n.header-inner .Header .titlewrapper {\npadding: 22px 0px;\n}\n.header-inner .Header .descriptionwrapper {\npadding: 0 0px;\n}\n/* Tabs\n----------------------------------------------- */\n.tabs-inner .section:first-child {\nborder-top: 0px solid #eeeeee;\n}\n.tabs-inner .section:first-child ul {\nmargin-top: -0px;\nborder-top: 0px solid #eeeeee;\nborder-left: 0 solid #eeeeee;\nborder-right: 0 solid #eeeeee;\n}\n.tabs-inner .widget ul {\nbackground: #f5f5f5 url(//www.blogblog.com/1kt/simple/gradients_light.png) repeat-x scroll 0 -800px;\n_background-image: none;\nborder-bottom: 1px solid #eeeeee;\nmargin-top: 0px;\nmargin-left: -30px;\nmargin-right: -30px;\n}\n.tabs-inner .widget li a {\ndisplay: inline-block;\npadding: .6em 1em;\nfont: normal bold 24px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #999999;\nborder-left: 1px solid #ffffff;\nborder-right: 1px solid #eeeeee;\n}\n.tabs-inner .widget li:first-child a {\nborder-left: none;\n}\n.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {\ncolor: #000000;\nbackground-color: #eeeeee;\ntext-decoration: none;\n}\n/* Columns\n----------------------------------------------- */\n.main-outer {\nborder-top: 0 solid #eeeeee;\n}\n.fauxcolumn-left-outer .fauxcolumn-inner {\nborder-right: 1px solid #eeeeee;\n}\n.fauxcolumn-right-outer .fauxcolumn-inner {\nborder-left: 1px solid #eeeeee;\n}\n/* Headings\n----------------------------------------------- */\nh2 {\nmargin: 0 0 1em 0;\nfont: normal bold 20px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\ncolor: #000000;\n}\n/* Widgets\n----------------------------------------------- */\n.widget .zippy {\ncolor: #999999;\ntext-shadow: 2px 2px 1px rgba(0, 0, 0, .1);\n}\n.widget .popular-posts ul {\nlist-style: none;\n}\n/* Posts\n----------------------------------------------- */\n.date-header span {\nbackground-color: transparent;\ncolor: #222222;\npadding: inherit;\nletter-spacing: inherit;\nmargin: inherit;\n}\n.main-inner {\npadding-top: 30px;\npadding-bottom: 30px;\n}\n.main-inner .column-center-inner {\npadding: 0 2px;\n}\n.main-inner .column-center-inner .section {\nmargin: 0 2px;\n}\n.post {\nmargin: 0 0 20px 0;\n}\nh3.post-title, .comments h4 {\nfont: normal normal 36px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\nmargin: .75em 0 0;\n}\n.post-body {\nfont-size: 110%;\nline-height: 1.4;\nposition: relative;\n}\n.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,\n.BlogList .item-thumbnail img {\npadding: 2px;\nbackground: #ffffff;\nborder: 1px solid #eeeeee;\n-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);\n-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);\nbox-shadow: 1px 1px 5px rgba(0, 0, 0, .1);\n}\n.post-body img, .post-body .tr-caption-container {\npadding: 2px;\n}\n.post-body .tr-caption-container {\ncolor: #222222;\n}\n.post-body .tr-caption-container img {\npadding: 0;\nbackground: transparent;\nborder: none;\n-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);\n-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);\nbox-shadow: 0 0 0 rgba(0, 0, 0, .1);\n}\n.post-header {\nmargin: 0 0 1.5em;\nline-height: 1.6;\nfont-size: 90%;\n}\n.post-footer {\nmargin: 20px -2px 0;\npadding: 5px 5px;\ncolor: #666666;\nbackground-color: #f9f9f9;\nborder-bottom: 1px solid #eeeeee;\nline-height: 1.6;\nfont-size: 90%;\n}\n#comments .comment-author {\npadding-top: 1.5em;\nborder-top: 1px solid #eeeeee;\nbackground-position: 0 1.5em;\n}\n#comments .comment-author:first-child {\npadding-top: 0;\nborder-top: none;\n}\n.avatar-image-container {\nmargin: .2em 0 0;\n}\n#comments .avatar-image-container img {\nborder: 1px solid #eeeeee;\n}\n/* Comments\n----------------------------------------------- */\n.comments .comments-content .icon.blog-author {\nbackground-repeat: no-repeat;\nbackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);\n}\n.comments .comments-content .loadmore a {\nborder-top: 1px solid #999999;\nborder-bottom: 1px solid #999999;\n}\n.comments .comment-thread.inline-thread {\nbackground-color: #f9f9f9;\n}\n.comments .continue {\nborder-top: 2px solid #999999;\n}\n/* Accents\n---------------------------------------------- */\n.section-columns td.columns-cell {\nborder-left: 1px solid #eeeeee;\n}\n.blog-pager {\nbackground: transparent none no-repeat scroll top center;\n}\n.blog-pager-older-link, .home-link,\n.blog-pager-newer-link {\nbackground-color: #ffffff;\npadding: 5px;\n}\n.footer-outer {\nborder-top: 0 dashed #bbbbbb;\n}\n/* Mobile\n----------------------------------------------- */\nbody.mobile {\nbackground-size: auto;\n}\n.mobile .body-fauxcolumn-outer {\nbackground: transparent none repeat scroll top left;\n}\n.mobile .body-fauxcolumn-outer .cap-top {\nbackground-size: 100% auto;\n}\n.mobile .content-outer {\n-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);\nbox-shadow: 0 0 3px rgba(0, 0, 0, .15);\n}\nbody.mobile .AdSense {\nmargin: 0 -4px;\n}\n.mobile .tabs-inner .widget ul {\nmargin-left: 0;\nmargin-right: 0;\n}\n.mobile .post {\nmargin: 0;\n}\n.mobile .main-inner .column-center-inner .section {\nmargin: 0;\n}\n.mobile .date-header span {\npadding: 0.1em 10px;\nmargin: 0 -10px;\n}\n.mobile h3.post-title {\nmargin: 0;\n}\n.mobile .blog-pager {\nbackground: transparent none no-repeat scroll top center;\n}\n.mobile .footer-outer {\nborder-top: none;\n}\n.mobile .main-inner, .mobile .footer-inner {\nbackground-color: #ffffff;\n}\n.mobile-index-contents {\ncolor: #222222;\n}\n.mobile-link-button {\nbackground-color: #bb213a;\n}\n.mobile-link-button a:link, .mobile-link-button a:visited {\ncolor: #ffffff;\n}\n.mobile .tabs-inner .section:first-child {\nborder-top: none;\n}\n.mobile .tabs-inner .PageList .widget-content {\nbackground-color: #eeeeee;\ncolor: #000000;\nborder-top: 1px solid #eeeeee;\nborder-bottom: 1px solid #eeeeee;\n}\n.mobile .tabs-inner .PageList .widget-content .pagelist-arrow {\nborder-left: 1px solid #eeeeee;\n}\n--&gt;</style>\n<style id=\"template-skin-1\" type=\"text/css\">&lt;!--\nbody {\nmin-width: 1034px;\n}\n.content-outer, .content-fauxcolumn-outer, .region-inner {\nmin-width: 1034px;\nmax-width: 1034px;\n_width: 1034px;\n}\n.main-inner .columns {\npadding-left: 0px;\npadding-right: 332px;\n}\n.main-inner .fauxcolumn-center-outer {\nleft: 0px;\nright: 332px;\n/* IE6 does not respect left and right together */\n_width: expression(this.parentNode.offsetWidth -\nparseInt(\"0px\") -\nparseInt(\"332px\") + 'px');\n}\n.main-inner .fauxcolumn-left-outer {\nwidth: 0px;\n}\n.main-inner .fauxcolumn-right-outer {\nwidth: 332px;\n}\n.main-inner .column-left-outer {\nwidth: 0px;\nright: 100%;\nmargin-left: -0px;\n}\n.main-inner .column-right-outer {\nwidth: 332px;\nmargin-right: -332px;\n}\n#layout {\nmin-width: 0;\n}\n#layout .content-outer {\nmin-width: 0;\nwidth: 1034px;\n}\n#layout .region-inner {\nmin-width: 0;\nwidth: auto;\n}\n--&gt;</style>\n<script type=\"text/javascript\">\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n ga('create', 'UA-75808-2', 'auto', 'blogger');\n ga('blogger.send', 'pageview');\n </script>\n<link href=\"https://www.blogger.com/dyn-css/authorization.css?targetBlogID=11254027&amp;zx=5b14ae68-a1f9-40c8-97d2-073edc8272ff\" media=\"none\" onload=\"if(media!='all')media='all'\" rel=\"stylesheet\"/><noscript><link href=\"https://www.blogger.com/dyn-css/authorization.css?targetBlogID=11254027&amp;zx=5b14ae68-a1f9-40c8-97d2-073edc8272ff\" rel=\"stylesheet\"/></noscript>\n\n</head>\n" ]
[ "<title>I'm not using web browsers anymore | SVARTLING</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.svartling.net > im not using web browsers anymore html" } ]
[ { "char_end_idx": 284, "char_start_idx": 0, "key": "length", "type": "local", "value": "284" }, { "char_end_idx": 394, "char_start_idx": 284, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 439, "char_start_idx": 394, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 527, "char_start_idx": 439, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 590, "char_start_idx": 527, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 647, "char_start_idx": 590, "key": "length", "type": "local", "value": "56" }, { "char_end_idx": 674, "char_start_idx": 647, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 695, "char_start_idx": 674, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 774, "char_start_idx": 695, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 854, "char_start_idx": 774, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 1161, "char_start_idx": 854, "key": "length", "type": "local", "value": "306" }, { "char_end_idx": 1357, "char_start_idx": 1161, "key": "length", "type": "local", "value": "195" }, { "char_end_idx": 1389, "char_start_idx": 1357, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 1499, "char_start_idx": 1389, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 1532, "char_start_idx": 1499, "key": "length", "type": "local", "value": "32" }, { "char_end_idx": 1574, "char_start_idx": 1532, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 1667, "char_start_idx": 1574, "key": "length", "type": "local", "value": "92" }, { "char_end_idx": 2335, "char_start_idx": 1667, "key": "length", "type": "local", "value": "667" }, { "char_end_idx": 2387, "char_start_idx": 2335, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 2439, "char_start_idx": 2387, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 2468, "char_start_idx": 2439, "key": "length", "type": "local", "value": "28" }, { "char_end_idx": 2513, "char_start_idx": 2468, "key": "length", "type": "local", "value": "44" } ]
[ { "key": "length", "type": "global", "value": "2643" } ]
[ { "char_end_idx": 6, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h2" }, { "char_end_idx": 11, "char_start_idx": 6, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 11, "char_start_idx": 6, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 22, "char_start_idx": 11, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/newsletter.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 22, "char_start_idx": 11, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 37, "char_start_idx": 22, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/search.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 37, "char_start_idx": 22, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 51, "char_start_idx": 37, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/videos.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 51, "char_start_idx": 37, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 63, "char_start_idx": 51, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/search?q=watch+face&max-results=1&by-date=true" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 63, "char_start_idx": 51, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 69, "char_start_idx": 63, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/about.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 69, "char_start_idx": 63, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 84, "char_start_idx": 69, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/android-videos.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 84, "char_start_idx": 69, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 100, "char_start_idx": 84, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/in-playlist-below-you-can-watch-all-my_21.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 100, "char_start_idx": 84, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 112, "char_start_idx": 100, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/apps-videos.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 112, "char_start_idx": 100, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 125, "char_start_idx": 112, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/apple-videos.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 125, "char_start_idx": 112, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 139, "char_start_idx": 125, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/iphone-videos.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 139, "char_start_idx": 125, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 151, "char_start_idx": 139, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/ipad-videos.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 139, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 162, "char_start_idx": 151, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/gtd_21.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 162, "char_start_idx": 151, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 169, "char_start_idx": 162, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.svartling.net/p/leaks.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 169, "char_start_idx": 162, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 169, "char_start_idx": 6, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=11254027&widgetType=PageList&widgetId=PageList1&action=editWidget&sectionId=crosscol", "return _WidgetManager._PopupConfig(document.getElementById(\"PageList1\"));", "nofollow", "configPageList1", "Edit" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 169, "char_start_idx": 6, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 169, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "data-version" ], "values": [ "tabs section widget PageList", "crosscol PageList1", "1" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "img" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML5&action=editWidget&sectionId=crosscol-overflow", "return _WidgetManager._PopupConfig(document.getElementById(\"HTML5\"));", "nofollow", "configHTML5", "Edit" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 17, "type": "local", "value": "span" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 16, "type": "local", "value": "span" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "class", "id", "data-version" ], "values": [ "tabs section widget HTML", "crosscol-overflow HTML5", "1" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 169, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "region-inner tabs-inner" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 169, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fauxborder-left tabs-fauxborder-left" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 169, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "tabs-outer" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "11254027", "blogId" ] }, "key": "html", "relative_end_pos": 38, "relative_start_pos": 37, "type": "local", "value": "meta" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "1392048643930148241", "postId" ] }, "key": "html", "relative_end_pos": 40, "relative_start_pos": 39, "type": "local", "value": "meta" }, { "char_end_idx": 169, "char_start_idx": 169, "html_attrs": { "attrs": [ "name" ], "values": [ "1392048643930148241" ] }, "key": "html", "relative_end_pos": 42, "relative_start_pos": 41, "type": "local", "value": "a" }, { "char_end_idx": 204, "char_start_idx": 169, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "post-title entry-title", "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 43, "type": "local", "value": "h3" }, { "char_end_idx": 204, "char_start_idx": 204, "html_attrs": { "attrs": [ "style" ], "values": [ "clear:both; margin:10px 0" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 284, "char_start_idx": 271, "html_attrs": { "attrs": [ "href" ], "values": [ "//goo.gl/6oprrf" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 452, "char_start_idx": 448, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.youtube.com/playlist?list=PLESlApkzZ-sCzTQ2wNWwlnRU3pe4U4dh1", "Apps Video Playlist" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 591, "char_start_idx": 204, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 855, "char_start_idx": 592, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 886, "char_start_idx": 856, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 969, "char_start_idx": 907, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 989, "char_start_idx": 980, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://itunes.apple.com/us/app/flipboard-your-social-news/id358801284?mt=8&uo=4", "Flipboard" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 997, "char_start_idx": 991, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://itunes.apple.com/us/app/nuzzel-news-from-your-friends/id692285770?mt=8&uo=4", "Nuzzel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1005, "char_start_idx": 999, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://itunes.apple.com/us/app/pocket-save-articles-videos/id309601447?mt=8&uo=4", "Pocket" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1017, "char_start_idx": 1007, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://itunes.apple.com/us/app/instapaper/id288545208?mt=8&uo=4", "Instapaper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1026, "char_start_idx": 1019, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://itunes.apple.com/us/app/twitter/id333903271?mt=8&uo=4", "Twitter" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1083, "char_start_idx": 970, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1199, "char_start_idx": 1163, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1247, "char_start_idx": 1200, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1248, "char_start_idx": 1163, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1248, "char_start_idx": 1084, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1248, "char_start_idx": 907, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1248, "char_start_idx": 887, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1352, "char_start_idx": 1349, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.youtube.com/playlist?list=PLESlApkzZ-sDWXOUt7lI5nIa1Ldqh74OP", "Find videos about iOS" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1385, "char_start_idx": 1378, "html_attrs": { "attrs": [ "href" ], "values": [ "//google.com/+svartling" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1575, "char_start_idx": 1359, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1576, "char_start_idx": 1359, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1576, "char_start_idx": 1248, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1716, "char_start_idx": 1648, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1782, "char_start_idx": 1717, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1783, "char_start_idx": 1648, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1783, "char_start_idx": 1576, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1866, "char_start_idx": 1822, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1920, "char_start_idx": 1913, "html_attrs": { "attrs": [ "href" ], "values": [ "http://twitter.com/svartling" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1977, "char_start_idx": 1867, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1978, "char_start_idx": 1822, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1978, "char_start_idx": 1783, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1978, "char_start_idx": 887, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2070, "char_start_idx": 2026, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.youtube.com/watch?v=RX3mw0VdMWA" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2070, "char_start_idx": 1978, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 2111, "char_start_idx": 2098, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.youtube.com/playlist?list=PLESlApkzZ-sBWSqSRHjzp29lQPSlw3Q6B" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2151, "char_start_idx": 2071, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 2515, "char_start_idx": 2152, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2515, "char_start_idx": 204, "html_attrs": { "attrs": [ "id" ], "values": [ "adsmiddle21392048643930148241" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2515, "char_start_idx": 204, "html_attrs": { "attrs": [ "class", "id", "itemprop" ], "values": [ "post-body entry-content", "post-body-1392048643930148241", "description articleBody" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2515, "char_start_idx": 2515, "html_attrs": { "attrs": [ "alt", "class", "height", "src", "width" ], "values": [ "", "icon-action", "18", "//img2.blogblog.com/img/icon18_edit_allbkg.gif", "18" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 2515, "char_start_idx": 2515, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.blogger.com/post-edit.g?blogID=11254027&postID=1392048643930148241&from=pencil", "Edit Post" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2515, "char_start_idx": 2515, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin pid-1698531932" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 2515, "char_start_idx": 2515, "html_attrs": { "attrs": [ "class" ], "values": [ "post-icons" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2522, "char_start_idx": 2522, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "meta" }, { "char_end_idx": 2548, "char_start_idx": 2522, "html_attrs": { "attrs": [ "class", "itemprop", "title" ], "values": [ "published", "datePublished", "2014-12-08T12:41:00+01:00" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "abbr" }, { "char_end_idx": 2548, "char_start_idx": 2522, "html_attrs": { "attrs": [ "class", "href", "rel", "title" ], "values": [ "timestamp-link", "https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html", "bookmark", "permanent link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2548, "char_start_idx": 2515, "html_attrs": { "attrs": [ "class" ], "values": [ "post-timestamp" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 13, "type": "local", "value": "span" }, { "char_end_idx": 2568, "char_start_idx": 2551, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2568, "char_start_idx": 2551, "html_attrs": { "attrs": [ "class", "itemprop", "itemscope", "itemtype" ], "values": [ "fn", "author", "itemscope", "http://schema.org/Person" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2568, "char_start_idx": 2548, "html_attrs": { "attrs": [ "class" ], "values": [ "post-author vcard" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2568, "char_start_idx": 2568, "html_attrs": { "attrs": [ "class" ], "values": [ "post-labels" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2568, "char_start_idx": 2515, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footer-line post-footer-line-1" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2579, "char_start_idx": 2568, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 2579, "char_start_idx": 2568, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "goog-inline-block share-button sb-email", "https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=email", "_blank", "Email This" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2589, "char_start_idx": 2579, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2589, "char_start_idx": 2579, "html_attrs": { "attrs": [ "class", "href", "onclick", "target", "title" ], "values": [ "goog-inline-block share-button sb-blog", "https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=blog", "window.open(this.href, \"_blank\", \"height=270,width=475\"); return false;", "_blank", "BlogThis!" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2606, "char_start_idx": 2589, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2606, "char_start_idx": 2589, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "goog-inline-block share-button sb-twitter", "https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=twitter", "_blank", "Share to Twitter" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2624, "char_start_idx": 2606, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2624, "char_start_idx": 2606, "html_attrs": { "attrs": [ "class", "href", "onclick", "target", "title" ], "values": [ "goog-inline-block share-button sb-facebook", "https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=facebook", "window.open(this.href, \"_blank\", \"height=430,width=640\"); return false;", "_blank", "Share to Facebook" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2643, "char_start_idx": 2624, "html_attrs": { "attrs": [ "class" ], "values": [ "share-button-link-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2624, "html_attrs": { "attrs": [ "class", "href", "target", "title" ], "values": [ "goog-inline-block share-button sb-pinterest", "https://www.blogger.com/share-post.g?blogID=11254027&postID=1392048643930148241&target=pinterest", "_blank", "Share to Pinterest" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2643, "char_start_idx": 2568, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footer-line post-footer-line-2 post-share-buttons goog-inline-block" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2515, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footer" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class", "itemprop", "itemscope", "itemtype" ], "values": [ "post hentry", "blogPost", "itemscope", "http://schema.org/BlogPosting" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 36, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "post-outer" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 35, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "inline-ad" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-posts hfeed date-outer date-posts" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 34, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget Blog", "1", "Blog1" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 33, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "img" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML2&action=editWidget&sectionId=main", "return _WidgetManager._PopupConfig(document.getElementById(\"HTML2\"));", "nofollow", "configHTML2", "Edit" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget HTML", "1", "HTML2" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "column-center-outer column-center-inner main section", "main" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 32, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 28, "type": "local", "value": "img" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=11254027&widgetType=AdSense&widgetId=AdSense3&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"AdSense3\"));", "nofollow", "configAdSense3", "Edit" ] }, "key": "html", "relative_end_pos": 30, "relative_start_pos": 27, "type": "local", "value": "a" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 26, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 25, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget AdSense widget-content", "1", "AdSense3" ] }, "key": "html", "relative_end_pos": 33, "relative_start_pos": 24, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 38, "type": "local", "value": "img" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=11254027&widgetType=HTML&widgetId=HTML4&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"HTML4\"));", "nofollow", "configHTML4", "Edit" ] }, "key": "html", "relative_end_pos": 40, "relative_start_pos": 37, "type": "local", "value": "a" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 41, "relative_start_pos": 36, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 42, "relative_start_pos": 35, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget HTML", "1", "HTML4" ] }, "key": "html", "relative_end_pos": 43, "relative_start_pos": 34, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 49, "relative_start_pos": 48, "type": "local", "value": "img" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=11254027&widgetType=AdSense&widgetId=AdSense2&action=editWidget&sectionId=sidebar-right-1", "return _WidgetManager._PopupConfig(document.getElementById(\"AdSense2\"));", "nofollow", "configAdSense2", "Edit" ] }, "key": "html", "relative_end_pos": 50, "relative_start_pos": 47, "type": "local", "value": "a" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 51, "relative_start_pos": 46, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 52, "relative_start_pos": 45, "type": "local", "value": "span" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget AdSense widget-content", "1", "AdSense2" ] }, "key": "html", "relative_end_pos": 53, "relative_start_pos": 44, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "sidebar section", "sidebar-right-1" ] }, "key": "html", "relative_end_pos": 54, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 55, "relative_start_pos": 22, "type": "local", "value": "aside" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class" ], "values": [ "column-right-outer column-right-inner" ] }, "key": "html", "relative_end_pos": 56, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "columns-inner" ] }, "key": "html", "relative_end_pos": 57, "relative_start_pos": 31, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "region-inner main-inner columns fauxcolumns" ] }, "key": "html", "relative_end_pos": 58, "relative_start_pos": 30, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "fauxborder-left main-fauxborder-left" ] }, "key": "html", "relative_end_pos": 59, "relative_start_pos": 29, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "main-outer" ] }, "key": "html", "relative_end_pos": 60, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content-inner" ] }, "key": "html", "relative_end_pos": 61, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fauxborder-left content-fauxborder-left" ] }, "key": "html", "relative_end_pos": 62, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content-outer" ] }, "key": "html", "relative_end_pos": 63, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content" ] }, "key": "html", "relative_end_pos": 64, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2643, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "loading" ] }, "key": "html", "relative_end_pos": 65, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 6, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "Pages\n" }, { "char_end_idx": 11, "char_start_idx": 6, "key": "paragraph", "marker": "li", "type": "local", "value": "Blog\n" }, { "char_end_idx": 22, "char_start_idx": 11, "key": "paragraph", "marker": "li", "type": "local", "value": "Newsletter\n" }, { "char_end_idx": 37, "char_start_idx": 22, "key": "paragraph", "marker": "li", "type": "local", "value": "Knowledge base\n" }, { "char_end_idx": 51, "char_start_idx": 37, "key": "paragraph", "marker": "li", "type": "local", "value": "Latest videos\n" }, { "char_end_idx": 63, "char_start_idx": 51, "key": "paragraph", "marker": "li", "type": "local", "value": "Watch Faces\n" }, { "char_end_idx": 69, "char_start_idx": 63, "key": "paragraph", "marker": "li", "type": "local", "value": "About\n" }, { "char_end_idx": 84, "char_start_idx": 69, "key": "paragraph", "marker": "li", "type": "local", "value": "Android videos\n" }, { "char_end_idx": 100, "char_start_idx": 84, "key": "paragraph", "marker": "li", "type": "local", "value": "Unboxing videos\n" }, { "char_end_idx": 112, "char_start_idx": 100, "key": "paragraph", "marker": "li", "type": "local", "value": "Apps videos\n" }, { "char_end_idx": 125, "char_start_idx": 112, "key": "paragraph", "marker": "li", "type": "local", "value": "Apple videos\n" }, { "char_end_idx": 139, "char_start_idx": 125, "key": "paragraph", "marker": "li", "type": "local", "value": "iPhone videos\n" }, { "char_end_idx": 151, "char_start_idx": 139, "key": "paragraph", "marker": "li", "type": "local", "value": "iPad videos\n" }, { "char_end_idx": 162, "char_start_idx": 151, "key": "paragraph", "marker": "li", "type": "local", "value": "GTD videos\n" }, { "char_end_idx": 169, "char_start_idx": 162, "key": "paragraph", "marker": "div", "type": "local", "value": "Leaks!\n" }, { "char_end_idx": 204, "char_start_idx": 169, "key": "paragraph", "marker": "h3", "type": "local", "value": "I'm not using web browsers anymore\n" }, { "char_end_idx": 592, "char_start_idx": 204, "key": "paragraph", "marker": "p", "type": "local", "value": "It's time for the 4th episode of my podcast-like video show called SvartlingCast. This time it's a bit shorter than normal, and is about the normal standard web browser that I think is dying. We are all using apps more and more instead. Native Apps often has a better UI and more features than a normal standard web browser. Posts opens directly in the app, formatted for easier reading.\n" }, { "char_end_idx": 856, "char_start_idx": 592, "key": "paragraph", "marker": "p", "type": "local", "value": "Personally I don't even use browsers for search anymore. I search in the app I use. For example twitter. So I use native apps to find what I want to read or blog, and also for search. See the show notes below for more info on what I talk about in the video above.\n" }, { "char_end_idx": 886, "char_start_idx": 856, "key": "paragraph", "marker": "h2", "type": "local", "value": "Show notes | svartlingcast 004" }, { "char_end_idx": 969, "char_start_idx": 886, "key": "paragraph", "marker": "li", "type": "local", "value": "\nApps has taken over\nNative apps provide a better experience and more functionality" }, { "char_end_idx": 1083, "char_start_idx": 969, "key": "paragraph", "marker": "li", "type": "local", "value": "\nApps like Flipboard, Nuzzel, Pocket, Instapaper, Twitter's discovery tab, all excellent rss readers and much more" }, { "char_end_idx": 1199, "char_start_idx": 1083, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThese apps opens posts directly in the app, in their own built in web browser.\nOften reformatted for easier reading" }, { "char_end_idx": 1247, "char_start_idx": 1199, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnd with full share sheet and extension support" }, { "char_end_idx": 1248, "char_start_idx": 1247, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1575, "char_start_idx": 1248, "key": "paragraph", "marker": "li", "type": "local", "value": "One of the times when I have to start a web browser is when using badly developed apps like Google's iOS apps.\nOne example is the Google+ app. It has a terrible in-app browser that doesn't support iOS Share Sheet or extensions so you can't do anything. Same with all Google's iOS apps. They don't follows Apple's UI guidelines." }, { "char_end_idx": 1576, "char_start_idx": 1575, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1716, "char_start_idx": 1576, "key": "paragraph", "marker": "li", "type": "local", "value": "Not many people starts a web browser directly to browse the web anymore\nNot even for search. People search via apps and directly from the OS" }, { "char_end_idx": 1782, "char_start_idx": 1716, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContent is now pushed to us instead of us pulling it from the web" }, { "char_end_idx": 1783, "char_start_idx": 1782, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1866, "char_start_idx": 1783, "key": "paragraph", "marker": "li", "type": "local", "value": "Personally I don't even search anymore\nOnly when searching for help about something" }, { "char_end_idx": 1977, "char_start_idx": 1866, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBut I do most of my searches on services like Twitter and Flipboard to find News or stuff I want to read about" }, { "char_end_idx": 1978, "char_start_idx": 1977, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2071, "char_start_idx": 1978, "key": "paragraph", "marker": "p", "type": "local", "value": "If you can't watch the video above, click here: The Web Browser Is Dying | svartlingcast 004\n" }, { "char_end_idx": 2151, "char_start_idx": 2071, "key": "paragraph", "marker": "h3", "type": "local", "value": "Watch more videos from the svartlingcast playlist(sorted from oldest to newest):" }, { "char_end_idx": 2515, "char_start_idx": 2151, "key": "paragraph", "marker": "div", "type": "local", "value": "\nIn this video show, I talk about Apple stuff, apps, how I use apps, how I do stuff on my iOS devices, how I create content, how it is to already live in the post-pc era, and much more. The show is more podcast-like than my other videos. Every episode is usually around 20-30 minutes long. I try to do the show weekly. Please give me some feedback about the show.\n" }, { "char_end_idx": 2516, "char_start_idx": 2515, "key": "paragraph", "marker": "p", "type": "local", "value": "P" }, { "char_end_idx": 2568, "char_start_idx": 2516, "key": "paragraph", "marker": "div", "type": "local", "value": "osted Monday, December 08, 2014 by Stefan Svartling\n" }, { "char_end_idx": 2643, "char_start_idx": 2568, "key": "paragraph", "marker": "div", "type": "local", "value": "Email This BlogThis! Share to Twitter Share to Facebook Share to Pinterest\n" } ]
[]
[ { "key": "title", "type": "global", "value": "I'm not using web browsers anymore | SVARTLING" } ]
[ { "key": "url", "type": "global", "value": "https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html" } ]
[]
Pages Blog Newsletter Knowledge base Latest videos Watch Faces About Android videos Unboxing videos Apps videos Apple videos iPhone videos iPad videos GTD videos Leaks! I'm not using web browsers anymore It's time for the 4th episode of my podcast-like video show called SvartlingCast. This time it's a bit shorter than normal, and is about the normal standard web browser that I think is dying. We are all using apps more and more instead. Native Apps often has a better UI and more features than a normal standard web browser. Posts opens directly in the app, formatted for easier reading. Personally I don't even use browsers for search anymore. I search in the app I use. For example twitter. So I use native apps to find what I want to read or blog, and also for search. See the show notes below for more info on what I talk about in the video above. Show notes | svartlingcast 004 Apps has taken over Native apps provide a better experience and more functionality Apps like Flipboard, Nuzzel, Pocket, Instapaper, Twitter's discovery tab, all excellent rss readers and much more These apps opens posts directly in the app, in their own built in web browser. Often reformatted for easier reading And with full share sheet and extension support One of the times when I have to start a web browser is when using badly developed apps like Google's iOS apps. One example is the Google+ app. It has a terrible in-app browser that doesn't support iOS Share Sheet or extensions so you can't do anything. Same with all Google's iOS apps. They don't follows Apple's UI guidelines. Not many people starts a web browser directly to browse the web anymore Not even for search. People search via apps and directly from the OS Content is now pushed to us instead of us pulling it from the web Personally I don't even search anymore Only when searching for help about something But I do most of my searches on services like Twitter and Flipboard to find News or stuff I want to read about If you can't watch the video above, click here: The Web Browser Is Dying | svartlingcast 004 Watch more videos from the svartlingcast playlist(sorted from oldest to newest): In this video show, I talk about Apple stuff, apps, how I use apps, how I do stuff on my iOS devices, how I create content, how it is to already live in the post-pc era, and much more. The show is more podcast-like than my other videos. Every episode is usually around 20-30 minutes long. I try to do the show weekly. Please give me some feedback about the show. Posted Monday, December 08, 2014 by Stefan Svartling Email This BlogThis! Share to Twitter Share to Facebook Share to Pinterest
https://www.svartling.net/2014/12/im-not-using-web-browsers-anymore.html
[ { "char_end_idx": 117, "char_start_idx": 112, "key": "entity", "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 154, "char_start_idx": 151, "key": "entity", "type": "local", "value": "Getting_Things_Done" }, { "char_end_idx": 452, "char_start_idx": 441, "key": "entity", "type": "local", "value": "Mobile_app" }, { "char_end_idx": 474, "char_start_idx": 472, "key": "entity", "type": "local", "value": "User_interface" }, { "char_end_idx": 989, "char_start_idx": 980, "key": "entity", "type": "local", "value": "Flipboard" }, { "char_end_idx": 1017, "char_start_idx": 1007, "key": "entity", "type": "local", "value": "Instapaper" }, { "char_end_idx": 1026, "char_start_idx": 1019, "key": "entity", "type": "local", "value": "Twitter" }, { "char_end_idx": 1346, "char_start_idx": 1340, "key": "entity", "type": "local", "value": "Google_Chrome" }, { "char_end_idx": 1384, "char_start_idx": 1378, "key": "entity", "type": "local", "value": "Google_Chrome" }, { "char_end_idx": 1521, "char_start_idx": 1515, "key": "entity", "type": "local", "value": "Google_Chrome" }, { "char_end_idx": 1558, "char_start_idx": 1553, "key": "entity", "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 1563, "char_start_idx": 1561, "key": "entity", "type": "local", "value": "User_interface" }, { "char_end_idx": 1920, "char_start_idx": 1913, "key": "entity", "type": "local", "value": "Twitter" }, { "char_end_idx": 1934, "char_start_idx": 1925, "key": "entity", "type": "local", "value": "Flipboard" }, { "char_end_idx": 2190, "char_start_idx": 2185, "key": "entity", "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 2642, "char_start_idx": 2633, "key": "entity", "type": "local", "value": "Pinterest" } ]
[ { "char_end_idx": 125, "char_start_idx": 112, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 162, "char_start_idx": 151, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Getting_Things_Done" }, { "char_end_idx": 592, "char_start_idx": 204, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mobile_app" }, { "char_end_idx": 592, "char_start_idx": 204, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "User_interface" }, { "char_end_idx": 1083, "char_start_idx": 969, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Flipboard" }, { "char_end_idx": 1083, "char_start_idx": 969, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Instapaper" }, { "char_end_idx": 1083, "char_start_idx": 969, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Twitter" }, { "char_end_idx": 1575, "char_start_idx": 1248, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Google_Chrome" }, { "char_end_idx": 1575, "char_start_idx": 1248, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 1575, "char_start_idx": 1248, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "User_interface" }, { "char_end_idx": 1977, "char_start_idx": 1866, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Twitter" }, { "char_end_idx": 1977, "char_start_idx": 1866, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Flipboard" }, { "char_end_idx": 2515, "char_start_idx": 2151, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 2643, "char_start_idx": 2568, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Pinterest" } ]
0
326
1555927084000
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE> Toledano Sale Details Now Completely (Almost) At ModernLib </TITLE> <LINK REL="Index" HREF="index.html" > <LINK REL="made" HREF="mailto:modlib%40owu.edu?Subject=Toledano%20Sale%20Details%20Now%20Completely%20%28Almost%29%20At%20ModernLib&In-Reply-To="> <META NAME="robots" CONTENT="index,nofollow"> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <LINK REL="Next" HREF="005625.html"> </HEAD> <BODY BGCOLOR="#ffffff"> <H1>Toledano Sale Details Now Completely (Almost) At ModernLib</H1> <B>Scot Kamins</B> <A HREF="mailto:modlib%40owu.edu?Subject=Toledano%20Sale%20Details%20Now%20Completely%20%28Almost%29%20At%20ModernLib&In-Reply-To=" TITLE="Toledano Sale Details Now Completely (Almost) At ModernLib">kamins at ModernLib.com </A><BR> <I>Thu Jan 4 13:34:43 EST 2007</I> <P><UL> <LI>Next message: <A HREF="005625.html">Toledano Sale Details Now Completely (Almost) At ModernLib </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#5623">[ date ]</a> <a href="thread.html#5623">[ thread ]</a> <a href="subject.html#5623">[ subject ]</a> <a href="author.html#5623">[ author ]</a> </LI> </UL> <HR> <!--beginarticle--> <PRE>Folks, Except for the Blumenthal and earlier Fujita regulars (1939 - 1968), all photos and price/condition listings for the sale of the Toledano collection are available at ModernLib: <A HREF="http://www.modernlib.com/toleSale/toleSale.html">http://www.modernlib.com/toleSale/toleSale.html</A> (This page was originally slow to load because of the graphics: To solve this, I cut the byte sizes by a substantial margin, but the increase in the number of graphics had its own impact on loading speed. So it goes.) Other material may be added as I receive it; check the link every few days to see if anything new is there. Sections on display now include: Flexis Fujita Tall Format Regulars (1969-1970) Illustrateds Buckrams (regular) Buckrams (giant) Giants Numbered Paperbacks Misc. Ephemera Pirated editions Reference Custom bindings Some clarifications based on questions received: * The Option To Buy auction is a sealed bid auction - you send your bid directly to Henry by Noon on January 20, and he'll notify the winners. * Information about the auction may be posted on eBay, but no bids will be accepted there - they MUST be mailed directly to Henry. * 2nd &amp; 3rd place winners will have substantial portions of their bids applied as credits to purchases, and in certain cases refunds are possible. * ModernLib is NOT an agent of this sale and provides advertising space for the sale as a courtesy to Henry (whom I consider to be a godfather of the hobby). It should be noted that Henry did offer compensation. * All questions about the sale should be sent directly to Henry at <A HREF="http://thuban.owu.edu/mailman/listinfo/modlib">BooksetcSF at aol.com.</A> all comments and observations about problems in the Web display should be sent to me. Scot Kamins Modern Library Collectors website: <A HREF="http://www.ModernLib.com">http://www.ModernLib.com</A> </PRE> <!--endarticle--> <HR> <P><UL> <!--threads--> <LI>Next message: <A HREF="005625.html">Toledano Sale Details Now Completely (Almost) At ModernLib </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#5623">[ date ]</a> <a href="thread.html#5623">[ thread ]</a> <a href="subject.html#5623">[ subject ]</a> <a href="author.html#5623">[ author ]</a> </LI> </UL> <hr> <a href="http://thuban.owu.edu/mailman/listinfo/modlib">More information about the ModLib mailing list</a><br> </body></html>
[]
[ "<head>\n <title> Toledano Sale Details Now Completely (Almost) At ModernLib\n </title>\n <link rel=\"Index\" href=\"index.html\"/>\n <link rel=\"made\" href=\"mailto:modlib%40owu.edu?Subject=Toledano%20Sale%20Details%20Now%20Completely%20%28Almost%29%20At%20ModernLib&amp;In-Reply-To=\"/>\n <meta name=\"robots\" content=\"index,nofollow\"/>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=us-ascii\"/>\n \n <link rel=\"Next\" href=\"005625.html\"/>\n </head>\n " ]
[ "<title> Toledano Sale Details Now Completely (Almost) At ModernLib\n </title>\n " ]
[ { "key": "datasource", "type": "global", "value": "thuban.owu.edu > pipermail > modlib" } ]
[ { "char_end_idx": 90, "char_start_idx": 0, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 460, "char_start_idx": 90, "key": "length", "type": "local", "value": "369" }, { "char_end_idx": 470, "char_start_idx": 460, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 492, "char_start_idx": 470, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 701, "char_start_idx": 492, "key": "length", "type": "local", "value": "208" }, { "char_end_idx": 713, "char_start_idx": 701, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 822, "char_start_idx": 713, "key": "length", "type": "local", "value": "108" }, { "char_end_idx": 984, "char_start_idx": 822, "key": "length", "type": "local", "value": "161" }, { "char_end_idx": 1228, "char_start_idx": 984, "key": "length", "type": "local", "value": "243" }, { "char_end_idx": 1359, "char_start_idx": 1228, "key": "length", "type": "local", "value": "130" }, { "char_end_idx": 1506, "char_start_idx": 1359, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 1664, "char_start_idx": 1506, "key": "length", "type": "local", "value": "157" }, { "char_end_idx": 1718, "char_start_idx": 1664, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 1804, "char_start_idx": 1718, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 1808, "char_start_idx": 1804, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1894, "char_start_idx": 1808, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 1953, "char_start_idx": 1894, "key": "length", "type": "local", "value": "58" }, { "char_end_idx": 1963, "char_start_idx": 1953, "key": "length", "type": "local", "value": "9" } ]
[ { "key": "length", "type": "global", "value": "2152" } ]
[ { "char_end_idx": 58, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h1" }, { "char_end_idx": 70, "char_start_idx": 59, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 95, "char_start_idx": 71, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "mailto:modlib%40owu.edu?Subject=Toledano%20Sale%20Details%20Now%20Completely%20%28Almost%29%20At%20ModernLib&In-Reply-To=", "Toledano Sale Details Now Completely (Almost) At ModernLib" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 123, "char_start_idx": 96, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 197, "char_start_idx": 138, "html_attrs": { "attrs": [ "href" ], "values": [ "005625.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 197, "char_start_idx": 124, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 216, "char_start_idx": 197, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "b" }, { "char_end_idx": 225, "char_start_idx": 217, "html_attrs": { "attrs": [ "href" ], "values": [ "date.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 226, "html_attrs": { "attrs": [ "href" ], "values": [ "thread.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 248, "char_start_idx": 237, "html_attrs": { "attrs": [ "href" ], "values": [ "subject.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 259, "char_start_idx": 249, "html_attrs": { "attrs": [ "href" ], "values": [ "author.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 260, "char_start_idx": 197, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 260, "char_start_idx": 124, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 260, "char_start_idx": 260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "hr" }, { "char_end_idx": 497, "char_start_idx": 450, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.modernlib.com/toleSale/toleSale.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1809, "char_start_idx": 1787, "html_attrs": { "attrs": [ "href" ], "values": [ "http://thuban.owu.edu/mailman/listinfo/modlib" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1967, "char_start_idx": 1943, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.ModernLib.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1968, "char_start_idx": 260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "pre" }, { "char_end_idx": 1969, "char_start_idx": 1969, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "hr" }, { "char_end_idx": 2042, "char_start_idx": 1983, "html_attrs": { "attrs": [ "href" ], "values": [ "005625.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2042, "char_start_idx": 1969, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 2061, "char_start_idx": 2042, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "b" }, { "char_end_idx": 2070, "char_start_idx": 2062, "html_attrs": { "attrs": [ "href" ], "values": [ "date.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2081, "char_start_idx": 2071, "html_attrs": { "attrs": [ "href" ], "values": [ "thread.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2093, "char_start_idx": 2082, "html_attrs": { "attrs": [ "href" ], "values": [ "subject.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2104, "char_start_idx": 2094, "html_attrs": { "attrs": [ "href" ], "values": [ "author.html#5623" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2105, "char_start_idx": 2042, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2105, "char_start_idx": 1969, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 2105, "char_start_idx": 2105, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "hr" }, { "char_end_idx": 2151, "char_start_idx": 2105, "html_attrs": { "attrs": [ "href" ], "values": [ "http://thuban.owu.edu/mailman/listinfo/modlib" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2152, "char_start_idx": 0, "html_attrs": { "attrs": [ "bgcolor" ], "values": [ "#ffffff" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 58, "char_start_idx": 0, "key": "paragraph", "marker": "h1", "type": "local", "value": "Toledano Sale Details Now Completely (Almost) At ModernLib" }, { "char_end_idx": 197, "char_start_idx": 58, "key": "paragraph", "marker": "li", "type": "local", "value": "\nScot Kamins kamins at ModernLib.com \nThu Jan 4 13:34:43 EST 2007\nNext message: Toledano Sale Details Now Completely (Almost) At ModernLib\n" }, { "char_end_idx": 260, "char_start_idx": 197, "key": "paragraph", "marker": "ul", "type": "local", "value": "Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]\n" }, { "char_end_idx": 268, "char_start_idx": 260, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": "Folks,\n\n" }, { "char_end_idx": 450, "char_start_idx": 268, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": "Except for the Blumenthal and earlier Fujita regulars (1939 - 1968), \nall photos and price/condition listings for the sale of the Toledano \ncollection are available at ModernLib:\n\n" }, { "char_end_idx": 1968, "char_start_idx": 450, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": "http://www.modernlib.com/toleSale/toleSale.html (This page was originally slow to load because of the graphics: To solve this, I cut the byte sizes by a substantial margin, but the increase in the number of graphics had its own impact on loading speed. So it goes.) Other material may be added as I receive it; check the link every few days to see if anything new is there. Sections on display now include: Flexis Fujita Tall Format Regulars (1969-1970) Illustrateds Buckrams (regular) Buckrams (giant) Giants Numbered Paperbacks Misc. Ephemera Pirated editions Reference Custom bindings Some clarifications based on questions received: * The Option To Buy auction is a sealed bid auction - you send your bid directly to Henry by Noon on January 20, and he'll notify the winners. * Information about the auction may be posted on eBay, but no bids will be accepted there - they MUST be mailed directly to Henry. * 2nd & 3rd place winners will have substantial portions of their bids applied as credits to purchases, and in certain cases refunds are possible. * ModernLib is NOT an agent of this sale and provides advertising space for the sale as a courtesy to Henry (whom I consider to be a godfather of the hobby). It should be noted that Henry did offer compensation. * All questions about the sale should be sent directly to Henry at BooksetcSF at aol.com. all comments and observations about problems in the Web display should be sent to me. Scot Kamins Modern Library Collectors website: http://www.ModernLib.com\n" }, { "char_end_idx": 1969, "char_start_idx": 1968, "key": "paragraph", "marker": "hr", "type": "local", "value": "\n" }, { "char_end_idx": 2042, "char_start_idx": 1969, "key": "paragraph", "marker": "li", "type": "local", "value": "Next message: Toledano Sale Details Now Completely (Almost) At ModernLib\n" }, { "char_end_idx": 2105, "char_start_idx": 2042, "key": "paragraph", "marker": "ul", "type": "local", "value": "Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]\n" }, { "char_end_idx": 2152, "char_start_idx": 2105, "key": "paragraph", "marker": "remainder", "type": "local", "value": "More information about the ModLib mailing list\n" } ]
[]
[]
[ { "key": "url", "type": "global", "value": "http://thuban.owu.edu/pipermail/modlib/2007-January/005623.html" } ]
[ { "key": "website_description", "type": "global", "value": "Thuban , with Bayer designation Alpha Draconis or α Draconis, is a binary star system in the northern constellation of Draco." } ]
Toledano Sale Details Now Completely (Almost) At ModernLib Scot Kamins kamins at ModernLib.com Thu Jan 4 13:34:43 EST 2007 Next message: Toledano Sale Details Now Completely (Almost) At ModernLib Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Folks, Except for the Blumenthal and earlier Fujita regulars (1939 - 1968), all photos and price/condition listings for the sale of the Toledano collection are available at ModernLib: http://www.modernlib.com/toleSale/toleSale.html (This page was originally slow to load because of the graphics: To solve this, I cut the byte sizes by a substantial margin, but the increase in the number of graphics had its own impact on loading speed. So it goes.) Other material may be added as I receive it; check the link every few days to see if anything new is there. Sections on display now include: Flexis Fujita Tall Format Regulars (1969-1970) Illustrateds Buckrams (regular) Buckrams (giant) Giants Numbered Paperbacks Misc. Ephemera Pirated editions Reference Custom bindings Some clarifications based on questions received: * The Option To Buy auction is a sealed bid auction - you send your bid directly to Henry by Noon on January 20, and he'll notify the winners. * Information about the auction may be posted on eBay, but no bids will be accepted there - they MUST be mailed directly to Henry. * 2nd & 3rd place winners will have substantial portions of their bids applied as credits to purchases, and in certain cases refunds are possible. * ModernLib is NOT an agent of this sale and provides advertising space for the sale as a courtesy to Henry (whom I consider to be a godfather of the hobby). It should be noted that Henry did offer compensation. * All questions about the sale should be sent directly to Henry at BooksetcSF at aol.com. all comments and observations about problems in the Web display should be sent to me. Scot Kamins Modern Library Collectors website: http://www.ModernLib.com Next message: Toledano Sale Details Now Completely (Almost) At ModernLib Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] More information about the ModLib mailing list
http://thuban.owu.edu/pipermail/modlib/2007-January/005623.html
[ { "char_end_idx": 8, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Avi_Toledano" }, { "char_end_idx": 146, "char_start_idx": 138, "key": "entity", "type": "local", "value": "Toledano" }, { "char_end_idx": 293, "char_start_idx": 283, "key": "entity", "type": "local", "value": "Richard_Blumenthal" }, { "char_end_idx": 312, "char_start_idx": 306, "key": "entity", "type": "local", "value": "Fujita_scale" }, { "char_end_idx": 407, "char_start_idx": 399, "key": "entity", "type": "local", "value": "Avi_Toledano" }, { "char_end_idx": 1106, "char_start_idx": 1093, "key": "entity", "type": "local", "value": "Call_option" }, { "char_end_idx": 1176, "char_start_idx": 1171, "key": "entity", "type": "local", "value": "Thierry_Henry" }, { "char_end_idx": 1184, "char_start_idx": 1180, "key": "entity", "type": "local", "value": "Noon" }, { "char_end_idx": 1283, "char_start_idx": 1279, "key": "entity", "type": "local", "value": "EBay" }, { "char_end_idx": 1359, "char_start_idx": 1354, "key": "entity", "type": "local", "value": "Thierry_Henry" }, { "char_end_idx": 1615, "char_start_idx": 1610, "key": "entity", "type": "local", "value": "Thierry_Henry" }, { "char_end_idx": 1695, "char_start_idx": 1690, "key": "entity", "type": "local", "value": "Thierry_Henry" }, { "char_end_idx": 1783, "char_start_idx": 1778, "key": "entity", "type": "local", "value": "Thierry_Henry" }, { "char_end_idx": 1991, "char_start_idx": 1983, "key": "entity", "type": "local", "value": "Toledano" } ]
[ { "char_end_idx": 58, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Avi_Toledano" }, { "char_end_idx": 197, "char_start_idx": 58, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Toledano" }, { "char_end_idx": 450, "char_start_idx": 268, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Richard_Blumenthal" }, { "char_end_idx": 450, "char_start_idx": 268, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Fujita_scale" }, { "char_end_idx": 450, "char_start_idx": 268, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Avi_Toledano" }, { "char_end_idx": 1968, "char_start_idx": 450, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Call_option" }, { "char_end_idx": 1968, "char_start_idx": 450, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Thierry_Henry" }, { "char_end_idx": 1968, "char_start_idx": 450, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Noon" }, { "char_end_idx": 1968, "char_start_idx": 450, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "EBay" }, { "char_end_idx": 2042, "char_start_idx": 1969, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Toledano" } ]
0
289
1555644281000
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <title>Alzheimer’s Disease: Seeking In-Home Care</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <link rel="alternate" type="application/rss+xml" title="Home Care for Indian River and St. Lucie Counties &raquo; Feed" href="http://www.afcares.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Home Care for Indian River and St. Lucie Counties &raquo; Comments Feed" href="http://www.afcares.com/comments/feed/" /> <!-- Squirrly SEO Plugin 6.1.5, visit: http://plugin.squirrly.co/ --> <meta name="description" content="In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at" /> <link rel="canonical" href="http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/" /> <link rel="alternate" type="application/rss+xml" title="Alzheimer’s Disease: Seeking In-Home Care" href="http://www.afcares.com/sitemap.xml" /> <meta name="dc.language" content="en-US" /> <meta name="dcterms.rightsHolder" content="admin" /> <meta name="dc.publisher" content="admin" /> <meta name="dc.title" content="Alzheimer’s Disease: Seeking In-Home Care" /> <meta name="dc.description" content="In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at" /> <meta name="dc.date.issued" content="2016-11-01" /> <meta property="og:url" content="http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/" /> <meta property="og:image" content="http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg" /> <meta property="og:image:width" content="199" /> <meta property="og:image:height" content="235" /> <meta property="og:title" content="Alzheimer’s Disease: Seeking In-Home Care" /> <meta property="og:description" content="In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at" /> <meta property="og:site_name" content="Home Care for Indian River and St. Lucie Counties" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2016-11-01T15:39:46+00:00" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Article", "name": "Alzheimer’s Disease: Seeking In-Home Care", "headline": "In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at", "url": "http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/", "mainEntityOfPage": { "@type": "WebPage", "url": "http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/" }, "thumbnailUrl": "http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg", "datePublished": "2016-11-01T15:39:46+00:00", "dateModified": "2016-11-01T15:41:32+00:00", "image": { "@type": "ImageObject", "url": "http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg", "height": 235, "width": 199 }, "author": {"@type": "Person", "url": "http://www.afcares.com/author/admin/", "name": "admin"}, "publisher": {"@type":"Organization", "url": "http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/", "name":"Affordable Care At Home", "logo":{"@type": "ImageObject","url": "http://www.afcares.com/wp-content/uploads/2016/07/logo.jpg"}, "description":"We are a locally owned and operated company, specializing in matching the right caregiver to our clients personalities and their particular needs. Our goal is to provide caregiving that is professional and reliable, in the comfort of your home, or wherever you may call home."}, "keywords": [""]} </script> <!-- /Squirrly SEO Plugin --> <link rel='stylesheet' id='sq_frontend.css-css' href='http://www.afcares.com/wp-content/plugins/squirrly-seo/themes/default/css/sq_frontend.css?ver=6150' type='text/css' media='all' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/www.afcares.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=74a153104fd51274eb5e0594c95c58b1"}}; !function(a,b,c){function d(a){var c,d,e,f=b.createElement("canvas"),g=f.getContext&&f.getContext("2d"),h=String.fromCharCode;if(!g||!g.fillText)return!1;switch(g.textBaseline="top",g.font="600 32px Arial",a){case"flag":return g.fillText(h(55356,56806,55356,56826),0,0),f.toDataURL().length>3e3;case"diversity":return g.fillText(h(55356,57221),0,0),c=g.getImageData(16,16,1,1).data,d=c[0]+","+c[1]+","+c[2]+","+c[3],g.fillText(h(55356,57221,55356,57343),0,0),c=g.getImageData(16,16,1,1).data,e=c[0]+","+c[1]+","+c[2]+","+c[3],d!==e;case"simple":return g.fillText(h(55357,56835),0,0),0!==g.getImageData(16,16,1,1).data[0];case"unicode8":return g.fillText(h(55356,57135),0,0),0!==g.getImageData(16,16,1,1).data[0]}return!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i;for(i=Array("simple","flag","unicode8","diversity"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='contact-form-7-css' href='http://www.afcares.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-theme-css' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css?ver=1.11.4' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-timepicker-css' href='http://www.afcares.com/wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/jquery-ui-timepicker-addon.min.css?ver=74a153104fd51274eb5e0594c95c58b1' type='text/css' media='all' /> <link rel='stylesheet' id='twentysixteen-fonts-css' href='https://fonts.googleapis.com/css?family=Merriweather%3A400%2C700%2C900%2C400italic%2C700italic%2C900italic%7CMontserrat%3A400%2C700%7CInconsolata%3A400&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='http://www.afcares.com/wp-content/themes/afcares/genericons/genericons.css?ver=3.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentysixteen-style-css' href='http://www.afcares.com/wp-content/themes/afcares/style.css?ver=74a153104fd51274eb5e0594c95c58b1' type='text/css' media='all' /> <!--[if lt IE 10]> <link rel='stylesheet' id='twentysixteen-ie-css' href='http://www.afcares.com/wp-content/themes/afcares/css/ie.css?ver=20160412' type='text/css' media='all' /> <![endif]--> <!--[if lt IE 9]> <link rel='stylesheet' id='twentysixteen-ie8-css' href='http://www.afcares.com/wp-content/themes/afcares/css/ie8.css?ver=20160412' type='text/css' media='all' /> <![endif]--> <!--[if lt IE 8]> <link rel='stylesheet' id='twentysixteen-ie7-css' href='http://www.afcares.com/wp-content/themes/afcares/css/ie7.css?ver=20160412' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='A2A_SHARE_SAVE-css' href='http://www.afcares.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.12' type='text/css' media='all' /> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <!--[if lt IE 9]> <script type='text/javascript' src='http://www.afcares.com/wp-content/themes/afcares/js/html5.js?ver=3.7.3'></script> <![endif]--> <link rel='https://api.w.org/' href='http://www.afcares.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.afcares.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.afcares.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Affordable Care at Home: Care for You and Your Pets' href='http://www.afcares.com/blogs/affordable-care-at-home-care-for-you-and-your-pets/' /> <link rel='next' title='Considering In-Home Care?' href='http://www.afcares.com/blogs/considering-in-home-care/' /> <link rel='shortlink' href='http://www.afcares.com/?p=266' /> <link rel="alternate" type="application/json+oembed" href="http://www.afcares.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afcares.com%2Fblogs%2Falzheimers-disease-seeking-in-home-care%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.afcares.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afcares.com%2Fblogs%2Falzheimers-disease-seeking-in-home-care%2F&#038;format=xml" /> <script type="text/javascript"><!-- var a2a_config=a2a_config||{},wpa2a={done:false,html_done:false,script_ready:false,script_load:function(){var a=document.createElement('script'),s=document.getElementsByTagName('script')[0];a.type='text/javascript';a.async=true;a.src='http://static.addtoany.com/menu/page.js';s.parentNode.insertBefore(a,s);wpa2a.script_load=function(){};},script_onready:function(){wpa2a.script_ready=true;if(wpa2a.html_done)wpa2a.init();},init:function(){for(var i=0,el,target,targets=wpa2a.targets,length=targets.length;i<length;i++){el=document.getElementById('wpa2a_'+(i+1));target=targets[i];a2a_config.linkname=target.title;a2a_config.linkurl=target.url;a2a_config.linkmedia=target.media;if(el){a2a.init('page',{target:el});el.id='';}wpa2a.done=true;}wpa2a.targets=[];}};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.callbacks.push({ready:wpa2a.script_onready});a2a_config.templates=a2a_config.templates||{}; //--></script> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.afcares.com/?wordfence_logHuman=1&hid=E155925ABD672E18BE5DCA423262BD71'); </script> <link href="http://www.afcares.com/wp-content/themes/afcares/css/jquery.bxslider.css" rel="stylesheet" type="text/css"> <link href="http://www.afcares.com/wp-content/themes/afcares/CSS-Main.css" rel="stylesheet" type="text/css"> <meta name="google-site-verification" content="eHw12t8RSFtPDkmGLXFWpR22J5y3ugWzn9_QqyiqXGw" /> <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'> <link href="http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css"> <link href="http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css"> <link href="http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.dialog.min.css" rel="stylesheet" type="text/css"> <link href="http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.resizable.min.css" rel="stylesheet" type="text/css"> <meta name="keywords" content="Home Care, Indian River, St. Lucie, Florida, FL, Certified, Nursing, Assistants, Aides"> <meta name="description" content="We send certified nursing assistants to the homes of clients in the Florida counties of Indian River, St. Lucie, and beyond."> <script src="http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery-1.11.1.min.js" type="text/javascript"></script> <script src="http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui-1.10.4.dialog.min.js" type="text/javascript"></script> <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--> <script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/alex-brush:n4:default;actor:n4:default;adamina:n4:default;allerta:n4:default;anonymous-pro:n4:default;eb-garamond:n4:default;doppio-one:n4:default.js" type="text/javascript"></script> </head> <body class="single single-blogs postid-266"> <!-- Facebook Page Plugin SDK--> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=547001665346257"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Close Facebook Page Plugin SDK --> <header><div class="Header"><div class="Logo-Left"> <a href="http://www.afcares.com"> <img src="http://www.afcares.com/wp-content/themes/afcares/Images-Main/Logo-Affordable-Care-At-Home.jpg" alt="Logo Affordable Care at Home"/></a> <span class="logo-text">“Caregivers Who <br> Really Care”</span> </div> <div class="Header_Box"> <div align="center"> <div class="Phone_Desktop"> <div class="top-text"><span>In-Home Care</span> for Vero Beach, Fort Pierce, Port Saint Lucie, Sebastian, Stuart, Palm Beach, & Surrounding Areas.</div> <div class="call-now-img"> <a href="tel:772-925-8530"><img src="http://www.afcares.com/wp-content/themes/afcares/img/callnow.jpg" alt="Call Now"></a> <a href="http://www.afcares.com/?pop=1"> <img src="http://afcares.com/price.jpg"> </a> </div> <span class="ph-no"> <a href="tel:tel:772-925-8530"> tel:772-925-8530</a></span> </div> <div class="Phone_Mobile"> <div class="call-now-img"> <a href="tel:772-925-8530"><img src="http://www.afcares.com/wp-content/themes/afcares/img/callnow.jpg" alt="Call Now"></a> <a href="http://www.afcares.com/?pop=1"> <img src="http://afcares.com/price.jpg"> </a> </div> <span class="ph-no"><a href="tel:772-925-8530">772-925-8530 </a> </span> </div> </div> </div> </div> </div><!--Close Header--> </header> <div class="my-menu"> <ul id="menu-header-menu" class="Top_Nav"><li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a title="Home" href="http://www.afcares.com/">Home</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a title="How We Help" href="http://www.afcares.com/how-we-help/">How We Help</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a title="FAQ" href="http://www.afcares.com/faq/">FAQ</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a title="Health News" href="http://www.afcares.com/health-news/">Health News</a></li> <li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a title="Care Providers" href="http://www.afcares.com/careers/">Care Providers</a></li> <li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a title="Contact Us" href="http://www.afcares.com/contact-us/">Contact Us</a></li> </ul> </div> <!--<div class="Top_Nav"> <a href="index.html">Home</a><a href="Help.html">How We Help</a><a href="FAQ.html">FAQ</a><a href="http://afcares.nwsltr.info/">Health News</a><a href="Careers.html">Careers</a><a href="Contact.html">Contact Us</a></div>--> <!--Close Top Nav--> <div class="banner"> </div> <div class="col-md-12"> <div style="max-width: 900px; margin-left:auto; margin-right:auto; text-align: left; line-height:155%; padding-left:5px; padding-right:5px;"> <h2>Alzheimer’s Disease: Seeking In-Home Care<hr></h2> <li class="fa fa-user"></a>By Admin on November 01, 2016</li> <div style="line-height:160%;"><p>In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at Home would like to help raise awareness in honor of those who suffer from this disease as well as offer our care and support. Alzheimer’s is the most common form of dementia and affects the areas of the brain responsible for thought-processing, behavior and memory as well as the neuron’s ability to carry messages to different parts of the brain. In fact, one of the earliest signs of this disease is difficulty retaining new information. For most individuals living with Alzheimer’s, symptoms began to appear around the time they were in their mid-sixties; though, a smaller percentage of the population experienced its affects as early as their forties and fifties. Since Alzheimer’s is a progressive disease, ability to recall information, complete daily tasks, and communicate effectively is something that deteriorates and worsens over time. With Alzheimer’s having such a profound impact on brain function, the daily lives of those with this disease are greatly affected, making independent living increasingly difficult.</p> <p>Affordable Care at Home is staffed with experienced and knowledgeable caregivers who provide quality care to our clients who are living with Alzheimer’s. We are happy to create a personalized care and supervision plan for you or your loved one who wishes to receive care in the comfort of their own home. We understand that Alzheimer’s is a disease that only advances in severity, and our skilled caregivers are ready to assist with daily tasks that may have become unmanageable. Such assistance includes:</p> <div style="width: 50%; float: left;"> <ul> <li>Bathing and grooming</li> <li>Medication reminders</li> <li>Transportation</li> <li>Cleaning</li> <li>Food preparation and eating</li> <li>Dressing and undressing</li> </ul> </div> <div style="width: 50%; float: left;"> <ul> <li>Hygienic care</li> <li>Appointment reminders</li> <li>Recording information for a later time</li> <li>Organizing</li> <li>And more</li> </ul> </div> <br style="clear:left;"> <p> Alzheimer’s disease currently affects over five million individuals and their families in the United States. While there is no cure for this disease, treatment is available to help slow its progression. If you or a loved one has been diagnosed with Alzheimer’s, please know that you are not in this alone. Help and support is available, and if you find that you wish to receive care in your own home we at Affordable Care at Home would be more than happy to sit down with you to discuss your needs and concerns. We will see to it that our in-home care services allow you to stay in the familiar comfort of your own environment for as long as possible.</p> </div> <img src="http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg"> <hr> </div> <footer> <div class="Footer"> <div class="Column_Third_Footer"><a href="http://www.afcares.com"><img src="http://www.afcares.com/wp-content/themes/afcares/Images-Main/Logo-White.png" alt="Logo Affordable Care at Home"/></a><br> <br> <img src="http://www.afcares.com/wp-content/themes/afcares/Images-Main/AHCA_Official_Logo.png" alt="Agency for Health Care Administration"/><br> Florida AHCA License: NR#30211786 </div> <div class="Column_Third_Footer"><div class="rik"><strong>Contact Us</strong><br> Office: <span itemprop="telephone"><a href="callto:772-925-8530">772-925-8530</a></span><br> Fax: 772-925-8561<br></div> <br> <a href="http://www.afcares.com/">Home</a><br> <a href="http://www.afcares.com/how-we-help/">How We Help</a><br> <a href="http://www.afcares.com/faq/">FAQs</a><br> <a href="http://www.afcares.com/health-news/">Health News</a><br> <a href="http://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654" target="_blank">Facebook</a><br> <a href="http://www.afcares.com/careers/">Careers</a><br> <a href="http://www.afcares.com/florida/">Florida Locations</a><br> <a href="http://www.afcares.com/contact-us/">Contact Us</a><br> <br> </div> <div class="Column_Third_Footer_3"> <div class="FB_Style"> <div class="fb-page" data-href="https://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654" data-width="280" data-height="100" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"> <blockquote cite="https://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654"><p><a href="https://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654">Affordable Care at Home</a></p></blockquote> </div> </div> </div> <br> <strong>Serving the Florida counties of</strong> <br> Indian River<br> St. Lucie<br> Okeechobee<br> Martin<br> Palm Beach <br> <br> <img src="http://www.afcares.com/wp-content/themes/afcares/Images-Main/Credit-Cards-Accepted.png" alt=""/> <Br> <img src="http://www.afcares.com/wp-content/uploads/2018/08/PCA.png"> </div> <br> <div class="Column_955"> <a href="https://brazzellmarketing.com/cpanel" rel="nofollow" target="_blank">Admin</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://brazzellmarketing.com/webmail" rel="nofollow" target="_blank">Mail</a> </div> </div><!--Close Footer--> </footer></span> <!-- Start of StatCounter Code for Default Guide --> <script type="text/javascript"> var sc_project=10431903; var sc_invisible=1; var sc_security="9aa88667"; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+ "statcounter.com/counter/counter.js'></"+"script>"); </script> <noscript><div class="statcounter"><a title="free hit counters" href="http://statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/10431903/0/9aa88667/1/" alt="free hit counters"></a></div></noscript> <!-- End of StatCounter Code for Default Guide --> <script src="http://www.afcares.com/wp-content/themes/afcares/js/jquery.bxslider.min.js"></script> <script> var jq = jQuery.noConflict(); jq(function() { jq( "#Dialog1" ).dialog(); }); </script> <script src="http://www.afcares.com/wp-content/themes/afcares/js/jquery.slicknav.js"></script> <link href="http://www.afcares.com/wp-content/themes/afcares/css/slicknav.css" rel="stylesheet" type="text/css"> <script> jQuery(function(){ jQuery('#menu-header-menu').slicknav({ prependTo:'body', label:'MENU' }); }); </script> <script> jQuery(document).ready(function(){ //jQuery('.bxslider').bxSlider({pager:false}); jQuery('.bxslider').bxSlider({ auto:true, pause:5000, mode: 'fade', controls: false, pager: false, speed:2000 }); jQuery('.testimonials').bxSlider({ auto:true, pause:6000, mode: 'horizontal', controls: false, pager: false, speed:1000 }); }); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-77364201-1', 'auto'); ga('send', 'pageview'); </script> <!-- Google Code for Remarketing Tag --> <!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup ---------------------------------------------------> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 948536642; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/948536642/?value=0&amp;guid=ON&amp;script=0"/> </div> </noscript> <script type="text/javascript"><!-- wpa2a.targets=[]; wpa2a.html_done=true;if(wpa2a.script_ready&&!wpa2a.done)wpa2a.init();wpa2a.script_load(); //--></script> <script type='text/javascript' src='http://www.afcares.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/www.afcares.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptchaEmpty":"Please verify that you are not a robot.","sending":"Sending ..."}; /* ]]> */ </script> <script type='text/javascript' src='http://www.afcares.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.4.2'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.afcares.com/wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/jquery-ui-timepicker-addon.min.js?ver=74a153104fd51274eb5e0594c95c58b1'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.afcares.com/wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-sliderAccess.js?ver=74a153104fd51274eb5e0594c95c58b1'></script> <script type='text/javascript' src='http://www.afcares.com/wp-content/themes/afcares/js/skip-link-focus-fix.js?ver=20160412'></script> <script type='text/javascript'> /* <![CDATA[ */ var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.afcares.com/wp-content/themes/afcares/js/functions.js?ver=20160412'></script> <script type='text/javascript' src='http://www.afcares.com/wp-includes/js/wp-embed.min.js?ver=74a153104fd51274eb5e0594c95c58b1'></script> <script type='text/javascript'> /* <![CDATA[ */ var icegram_pre_data = {"ajax_url":"http:\/\/www.afcares.com\/wp-admin\/admin-ajax.php","post_obj":{"is_home":false,"page_id":266,"action":"display_messages","shortcodes":[],"cache_compatibility":"no","device":"laptop"}}; /* ]]> */ </script> <script type='text/javascript' src='http://www.afcares.com/wp-content/plugins/icegram/assets/js/main.min.js?ver=1.9.21'></script> </body> </html>
[ "<footer>&#13;\n <div class=\"Footer\">&#13;\n<div class=\"Column_Third_Footer\"><a href=\"http://www.afcares.com\"><img src=\"http://www.afcares.com/wp-content/themes/afcares/Images-Main/Logo-White.png\" alt=\"Logo Affordable Care at Home\"/></a><br/>&#13;\n <br/>&#13;\n <img src=\"http://www.afcares.com/wp-content/themes/afcares/Images-Main/AHCA_Official_Logo.png\" alt=\"Agency for Health Care Administration\"/><br/>&#13;\nFlorida AHCA License: &#13;\nNR#30211786&#13;\n</div>&#13;\n<div class=\"Column_Third_Footer\"><div class=\"rik\"><strong>Contact Us</strong><br/>&#13;\n Office: <span itemprop=\"telephone\"><a href=\"callto:772-925-8530\">772-925-8530</a></span><br/>&#13;\nFax: 772-925-8561<br/></div>&#13;\n<br/>&#13;\n<a href=\"http://www.afcares.com/\">Home</a><br/>&#13;\n<a href=\"http://www.afcares.com/how-we-help/\">How We Help</a><br/>&#13;\n<a href=\"http://www.afcares.com/faq/\">FAQs</a><br/>&#13;\n<a href=\"http://www.afcares.com/health-news/\">Health News</a><br/>&#13;\n<a href=\"http://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654\" target=\"_blank\">Facebook</a><br/>&#13;\n<a href=\"http://www.afcares.com/careers/\">Careers</a><br/>&#13;\n<a href=\"http://www.afcares.com/florida/\">Florida Locations</a><br/>&#13;\n<a href=\"http://www.afcares.com/contact-us/\">Contact Us</a><br/>&#13;\n<br/>&#13;\n</div>&#13;\n<div class=\"Column_Third_Footer_3\">&#13;\n <div class=\"FB_Style\">\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654\" data-width=\"280\" data-height=\"100\" data-hide-cover=\"false\" data-show-facepile=\"true\" data-show-posts=\"false\">\n<div class=\"fb-xfbml-parse-ignore\">\n<blockquote cite=\"https://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654\"><p><a href=\"https://www.facebook.com/pages/Affordable-Care-at-Home/1609524372666654\">Affordable Care at Home</a></p></blockquote>\n</div>\n</div>\n</div>\n &#13;\n <br/> <strong>Serving the Florida counties of</strong> <br/> Indian River<br/> St. Lucie<br/> Okeechobee<br/> Martin<br/> Palm Beach <br/> <br/>&#13;\n <img src=\"http://www.afcares.com/wp-content/themes/afcares/Images-Main/Credit-Cards-Accepted.png\" alt=\"\"/>&#13;\n&#13;\n&#13;\n<br/>&#13;\n<img src=\"http://www.afcares.com/wp-content/uploads/2018/08/PCA.png\"/>&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n</div>&#13;\n<br/>&#13;\n<div class=\"Column_955\">&#13;\n<a href=\"https://brazzellmarketing.com/cpanel\" rel=\"nofollow\" target=\"_blank\">Admin</a>     <a href=\"https://brazzellmarketing.com/webmail\" rel=\"nofollow\" target=\"_blank\">Mail</a> </div>&#13;\n&#13;\n </div><!--Close Footer-->&#13;\n</footer>&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n" ]
[ "<head>\n<title>Alzheimer’s Disease: Seeking In-Home Care</title>\n\n\n\t<meta charset=\"UTF-8\"/>\n\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\"/>\n\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n\n\t\n\t<script>(function(html){html.className = html.className.replace(/\\bno-js\\b/,'js')})(document.documentElement);</script>\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Home Care for Indian River and St. Lucie Counties » Feed\" href=\"http://www.afcares.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Home Care for Indian River and St. Lucie Counties » Comments Feed\" href=\"http://www.afcares.com/comments/feed/\"/>\n\n\n<!-- Squirrly SEO Plugin 6.1.5, visit: http://plugin.squirrly.co/ -->\n<meta name=\"description\" content=\"In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at\"/>\n\n<link rel=\"canonical\" href=\"http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Alzheimer’s Disease: Seeking In-Home Care\" href=\"http://www.afcares.com/sitemap.xml\"/>\n\n<meta name=\"dc.language\" content=\"en-US\"/>\n<meta name=\"dcterms.rightsHolder\" content=\"admin\"/>\n<meta name=\"dc.publisher\" content=\"admin\"/>\n<meta name=\"dc.title\" content=\"Alzheimer’s Disease: Seeking In-Home Care\"/>\n<meta name=\"dc.description\" content=\"In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at\"/>\n<meta name=\"dc.date.issued\" content=\"2016-11-01\"/>\n\n<meta property=\"og:url\" content=\"http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/\"/>\n<meta property=\"og:image\" content=\"http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg\"/>\n<meta property=\"og:image:width\" content=\"199\"/>\n<meta property=\"og:image:height\" content=\"235\"/>\n<meta property=\"og:title\" content=\"Alzheimer’s Disease: Seeking In-Home Care\"/>\n<meta property=\"og:description\" content=\"In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at\"/>\n<meta property=\"og:site_name\" content=\"Home Care for Indian River and St. Lucie Counties\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"article:published_time\" content=\"2016-11-01T15:39:46+00:00\"/>\n\n\n<script type=\"application/ld+json\">\n{ \"@context\": \"http://schema.org\",\n\"@type\": \"Article\",\n\"name\": \"Alzheimer’s Disease: Seeking In-Home Care\",\n\"headline\": \"In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at\",\n\"url\": \"http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/\",\n\"mainEntityOfPage\": { \"@type\": \"WebPage\", \"url\": \"http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/\" },\n\"thumbnailUrl\": \"http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg\",\n\"datePublished\": \"2016-11-01T15:39:46+00:00\",\n\"dateModified\": \"2016-11-01T15:41:32+00:00\",\n\"image\": {&#13;\n \"@type\": \"ImageObject\",&#13;\n \"url\": \"http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg\",&#13;\n \"height\": 235,&#13;\n \"width\": 199&#13;\n },\n\"author\": {\"@type\": \"Person\", \"url\": \"http://www.afcares.com/author/admin/\", \"name\": \"admin\"},\n\"publisher\": {\"@type\":\"Organization\",\n\"url\": \"http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/\",\n\"name\":\"Affordable Care At Home\",\n\"logo\":{\"@type\": \"ImageObject\",\"url\": \"http://www.afcares.com/wp-content/uploads/2016/07/logo.jpg\"},\n\"description\":\"We are a locally owned and operated company, specializing in matching the right caregiver to our clients personalities and their particular needs. Our goal is to provide caregiving that is professional and reliable, in the comfort of your home, or wherever you may call home.\"},\n\"keywords\": [\"\"]}\n</script>\n<!-- /Squirrly SEO Plugin -->\n\n\n<link rel=\"stylesheet\" id=\"sq_frontend.css-css\" href=\"http://www.afcares.com/wp-content/plugins/squirrly-seo/themes/default/css/sq_frontend.css?ver=6150\" type=\"text/css\" media=\"all\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/72x72\\/\",\"ext\":\".png\",\"source\":{\"concatemoji\":\"http:\\/\\/www.afcares.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=74a153104fd51274eb5e0594c95c58b1\"}};\n\t\t\t!function(a,b,c){function d(a){var c,d,e,f=b.createElement(\"canvas\"),g=f.getContext&amp;&amp;f.getContext(\"2d\"),h=String.fromCharCode;if(!g||!g.fillText)return!1;switch(g.textBaseline=\"top\",g.font=\"600 32px Arial\",a){case\"flag\":return g.fillText(h(55356,56806,55356,56826),0,0),f.toDataURL().length&gt;3e3;case\"diversity\":return g.fillText(h(55356,57221),0,0),c=g.getImageData(16,16,1,1).data,d=c[0]+\",\"+c[1]+\",\"+c[2]+\",\"+c[3],g.fillText(h(55356,57221,55356,57343),0,0),c=g.getImageData(16,16,1,1).data,e=c[0]+\",\"+c[1]+\",\"+c[2]+\",\"+c[3],d!==e;case\"simple\":return g.fillText(h(55357,56835),0,0),0!==g.getImageData(16,16,1,1).data[0];case\"unicode8\":return g.fillText(h(55356,57135),0,0),0!==g.getImageData(16,16,1,1).data[0]}return!1}function e(a){var c=b.createElement(\"script\");c.src=a,c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var f,g,h,i;for(i=Array(\"simple\",\"flag\",\"unicode8\",\"diversity\"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h&lt;i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[i[h]],\"flag\"!==i[h]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",g,!1),a.addEventListener(\"load\",g,!1)):(a.attachEvent(\"onload\",g),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&amp;&amp;f.twemoji&amp;&amp;(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel=\"stylesheet\" id=\"contact-form-7-css\" href=\"http://www.afcares.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jquery-ui-theme-css\" href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css?ver=1.11.4\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jquery-ui-timepicker-css\" href=\"http://www.afcares.com/wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/jquery-ui-timepicker-addon.min.css?ver=74a153104fd51274eb5e0594c95c58b1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentysixteen-fonts-css\" href=\"https://fonts.googleapis.com/css?family=Merriweather%3A400%2C700%2C900%2C400italic%2C700italic%2C900italic%7CMontserrat%3A400%2C700%7CInconsolata%3A400&amp;subset=latin%2Clatin-ext\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"genericons-css\" href=\"http://www.afcares.com/wp-content/themes/afcares/genericons/genericons.css?ver=3.4.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentysixteen-style-css\" href=\"http://www.afcares.com/wp-content/themes/afcares/style.css?ver=74a153104fd51274eb5e0594c95c58b1\" type=\"text/css\" media=\"all\"/>\n<!--[if lt IE 10]>\n<link rel='stylesheet' id='twentysixteen-ie-css' href='http://www.afcares.com/wp-content/themes/afcares/css/ie.css?ver=20160412' type='text/css' media='all' />\n<![endif]-->\n<!--[if lt IE 9]>\n<link rel='stylesheet' id='twentysixteen-ie8-css' href='http://www.afcares.com/wp-content/themes/afcares/css/ie8.css?ver=20160412' type='text/css' media='all' />\n<![endif]-->\n<!--[if lt IE 8]>\n<link rel='stylesheet' id='twentysixteen-ie7-css' href='http://www.afcares.com/wp-content/themes/afcares/css/ie7.css?ver=20160412' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"stylesheet\" id=\"A2A_SHARE_SAVE-css\" href=\"http://www.afcares.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.12\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"http://www.afcares.com/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"http://www.afcares.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<!--[if lt IE 9]>\n<script type='text/javascript' src='http://www.afcares.com/wp-content/themes/afcares/js/html5.js?ver=3.7.3'></script>\n<![endif]-->\n<link rel=\"https://api.w.org/\" href=\"http://www.afcares.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.afcares.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.afcares.com/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Affordable Care at Home: Care for You and Your Pets\" href=\"http://www.afcares.com/blogs/affordable-care-at-home-care-for-you-and-your-pets/\"/>\n<link rel=\"next\" title=\"Considering In-Home Care?\" href=\"http://www.afcares.com/blogs/considering-in-home-care/\"/>\n\n<link rel=\"shortlink\" href=\"http://www.afcares.com/?p=266\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://www.afcares.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afcares.com%2Fblogs%2Falzheimers-disease-seeking-in-home-care%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://www.afcares.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.afcares.com%2Fblogs%2Falzheimers-disease-seeking-in-home-care%2F&amp;format=xml\"/>\n\n<script type=\"text/javascript\">&lt;!--\nvar a2a_config=a2a_config||{},wpa2a={done:false,html_done:false,script_ready:false,script_load:function(){var a=document.createElement('script'),s=document.getElementsByTagName('script')[0];a.type='text/javascript';a.async=true;a.src='http://static.addtoany.com/menu/page.js';s.parentNode.insertBefore(a,s);wpa2a.script_load=function(){};},script_onready:function(){wpa2a.script_ready=true;if(wpa2a.html_done)wpa2a.init();},init:function(){for(var i=0,el,target,targets=wpa2a.targets,length=targets.length;i&lt;length;i++){el=document.getElementById('wpa2a_'+(i+1));target=targets[i];a2a_config.linkname=target.title;a2a_config.linkurl=target.url;a2a_config.linkmedia=target.media;if(el){a2a.init('page',{target:el});el.id='';}wpa2a.done=true;}wpa2a.targets=[];}};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.callbacks.push({ready:wpa2a.script_onready});a2a_config.templates=a2a_config.templates||{};\n//--&gt;</script>\n<script type=\"text/javascript\">\n(function(url){\n\tif(/(?:Chrome\\/26\\.0\\.1410\\.63 Safari\\/537\\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }\n\tvar addEvent = function(evt, handler) {\n\t\tif (window.addEventListener) {\n\t\t\tdocument.addEventListener(evt, handler, false);\n\t\t} else if (window.attachEvent) {\n\t\t\tdocument.attachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar removeEvent = function(evt, handler) {\n\t\tif (window.removeEventListener) {\n\t\t\tdocument.removeEventListener(evt, handler, false);\n\t\t} else if (window.detachEvent) {\n\t\t\tdocument.detachEvent('on' + evt, handler);\n\t\t}\n\t};\n\tvar evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');\n\tvar logHuman = function() {\n\t\tvar wfscr = document.createElement('script');\n\t\twfscr.type = 'text/javascript';\n\t\twfscr.async = true;\n\t\twfscr.src = url + '&amp;r=' + Math.random();\n\t\t(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);\n\t\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\t\tremoveEvent(evts[i], logHuman);\n\t\t}\n\t};\n\tfor (var i = 0; i &lt; evts.length; i++) {\n\t\taddEvent(evts[i], logHuman);\n\t}\n})('//www.afcares.com/?wordfence_logHuman=1&amp;hid=E155925ABD672E18BE5DCA423262BD71');\n</script>\n <link href=\"http://www.afcares.com/wp-content/themes/afcares/css/jquery.bxslider.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\n <link href=\"http://www.afcares.com/wp-content/themes/afcares/CSS-Main.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\n <meta name=\"google-site-verification\" content=\"eHw12t8RSFtPDkmGLXFWpR22J5y3ugWzn9_QqyiqXGw\"/>\n\n <link href=\"https://fonts.googleapis.com/css?family=Satisfy\" rel=\"stylesheet\" type=\"text/css\"/>\n\n \n\n <link href=\"http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.core.min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\n <link href=\"http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.theme.min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\n <link href=\"http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.dialog.min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\n <link href=\"http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui.resizable.min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\n <meta name=\"keywords\" content=\"Home Care, Indian River, St. Lucie, Florida, FL, Certified, Nursing, Assistants, Aides\"/>\n\n <meta name=\"description\" content=\"We send certified nursing assistants to the homes of clients in the Florida counties of Indian River, St. Lucie, and beyond.\"/>\n\n <script src=\"http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery-1.11.1.min.js\" type=\"text/javascript\"/>\n\n <script src=\"http://www.afcares.com/wp-content/themes/afcares/jQueryAssets/jquery.ui-1.10.4.dialog.min.js\" type=\"text/javascript\"/>\n\n <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->\n\n <script>var __adobewebfontsappname__=\"dreamweaver\"</script><script src=\"http://use.edgefonts.net/alex-brush:n4:default;actor:n4:default;adamina:n4:default;allerta:n4:default;anonymous-pro:n4:default;eb-garamond:n4:default;doppio-one:n4:default.js\" type=\"text/javascript\"/>\n\n</head>\n\n\n\n" ]
[ "<title>Alzheimer’s Disease: Seeking In-Home Care</title>\n\n\n\t" ]
[ { "key": "datasource", "type": "global", "value": "www.afcares.com > blogs > alzheimers disease seeking in home care" } ]
[ { "char_end_idx": 177, "char_start_idx": 0, "key": "length", "type": "local", "value": "177" }, { "char_end_idx": 362, "char_start_idx": 177, "key": "length", "type": "local", "value": "184" }, { "char_end_idx": 584, "char_start_idx": 362, "key": "length", "type": "local", "value": "221" }, { "char_end_idx": 676, "char_start_idx": 584, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 905, "char_start_idx": 676, "key": "length", "type": "local", "value": "228" }, { "char_end_idx": 1084, "char_start_idx": 905, "key": "length", "type": "local", "value": "178" }, { "char_end_idx": 1265, "char_start_idx": 1084, "key": "length", "type": "local", "value": "180" }, { "char_end_idx": 1419, "char_start_idx": 1265, "key": "length", "type": "local", "value": "153" }, { "char_end_idx": 1570, "char_start_idx": 1419, "key": "length", "type": "local", "value": "150" }, { "char_end_idx": 1745, "char_start_idx": 1570, "key": "length", "type": "local", "value": "174" }, { "char_end_idx": 2094, "char_start_idx": 1745, "key": "length", "type": "local", "value": "348" }, { "char_end_idx": 2188, "char_start_idx": 2094, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 2291, "char_start_idx": 2188, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 2497, "char_start_idx": 2291, "key": "length", "type": "local", "value": "205" }, { "char_end_idx": 2637, "char_start_idx": 2497, "key": "length", "type": "local", "value": "139" } ]
[ { "key": "length", "type": "global", "value": "2639" } ]
[ { "char_end_idx": 42, "char_start_idx": 41, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "hr" }, { "char_end_idx": 42, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 71, "char_start_idx": 42, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-user" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1266, "char_start_idx": 72, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1772, "char_start_idx": 1267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1793, "char_start_idx": 1773, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1814, "char_start_idx": 1794, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1829, "char_start_idx": 1815, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1838, "char_start_idx": 1830, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1866, "char_start_idx": 1839, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1890, "char_start_idx": 1867, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1891, "char_start_idx": 1773, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1891, "char_start_idx": 1773, "html_attrs": { "attrs": [ "style" ], "values": [ "width: 50%; float: left;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1904, "char_start_idx": 1891, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1926, "char_start_idx": 1905, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1965, "char_start_idx": 1927, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1976, "char_start_idx": 1966, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1985, "char_start_idx": 1977, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1986, "char_start_idx": 1891, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1986, "char_start_idx": 1891, "html_attrs": { "attrs": [ "style" ], "values": [ "width: 50%; float: left;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2638, "char_start_idx": 1987, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2639, "char_start_idx": 72, "html_attrs": { "attrs": [ "style" ], "values": [ "line-height:160%;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2639, "char_start_idx": 2639, "html_attrs": { "attrs": [ "src" ], "values": [ "http://www.afcares.com/wp-content/uploads/2016/11/13-1.jpg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 2639, "char_start_idx": 2639, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "hr" }, { "char_end_idx": 2639, "char_start_idx": 0, "html_attrs": { "attrs": [ "style" ], "values": [ "max-width: 900px; margin-left:auto; margin-right:auto; text-align: left; line-height:155%; padding-left:5px; padding-right:5px;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2639, "char_start_idx": 2639, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "noscript" }, { "char_end_idx": 2639, "char_start_idx": 2639, "html_attrs": { "attrs": [ "href", "rel", "type" ], "values": [ "http://www.afcares.com/wp-content/themes/afcares/css/slicknav.css", "stylesheet", "text/css" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "link" }, { "char_end_idx": 2639, "char_start_idx": 2639, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "noscript" }, { "char_end_idx": 2639, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-12" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2639, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "single single-blogs postid-266" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 42, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "Alzheimer’s Disease: Seeking In-Home Care\n" }, { "char_end_idx": 71, "char_start_idx": 42, "key": "paragraph", "marker": "li", "type": "local", "value": "By Admin on November 01, 2016" }, { "char_end_idx": 1267, "char_start_idx": 71, "key": "paragraph", "marker": "p", "type": "local", "value": "\nIn 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at Home would like to help raise awareness in honor of those who suffer from this disease as well as offer our care and support. Alzheimer’s is the most common form of dementia and affects the areas of the brain responsible for thought-processing, behavior and memory as well as the neuron’s ability to carry messages to different parts of the brain. In fact, one of the earliest signs of this disease is difficulty retaining new information. For most individuals living with Alzheimer’s, symptoms began to appear around the time they were in their mid-sixties; though, a smaller percentage of the population experienced its affects as early as their forties and fifties. Since Alzheimer’s is a progressive disease, ability to recall information, complete daily tasks, and communicate effectively is something that deteriorates and worsens over time. With Alzheimer’s having such a profound impact on brain function, the daily lives of those with this disease are greatly affected, making independent living increasingly difficult.\n" }, { "char_end_idx": 1773, "char_start_idx": 1267, "key": "paragraph", "marker": "p", "type": "local", "value": "Affordable Care at Home is staffed with experienced and knowledgeable caregivers who provide quality care to our clients who are living with Alzheimer’s. We are happy to create a personalized care and supervision plan for you or your loved one who wishes to receive care in the comfort of their own home. We understand that Alzheimer’s is a disease that only advances in severity, and our skilled caregivers are ready to assist with daily tasks that may have become unmanageable. Such assistance includes:\n" }, { "char_end_idx": 1793, "char_start_idx": 1773, "key": "paragraph", "marker": "li", "type": "local", "value": "Bathing and grooming" }, { "char_end_idx": 1814, "char_start_idx": 1793, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMedication reminders" }, { "char_end_idx": 1829, "char_start_idx": 1814, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransportation" }, { "char_end_idx": 1838, "char_start_idx": 1829, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCleaning" }, { "char_end_idx": 1866, "char_start_idx": 1838, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFood preparation and eating" }, { "char_end_idx": 1890, "char_start_idx": 1866, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDressing and undressing" }, { "char_end_idx": 1891, "char_start_idx": 1890, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1904, "char_start_idx": 1891, "key": "paragraph", "marker": "li", "type": "local", "value": "Hygienic care" }, { "char_end_idx": 1926, "char_start_idx": 1904, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAppointment reminders" }, { "char_end_idx": 1965, "char_start_idx": 1926, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRecording information for a later time" }, { "char_end_idx": 1976, "char_start_idx": 1965, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOrganizing" }, { "char_end_idx": 1985, "char_start_idx": 1976, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnd more" }, { "char_end_idx": 1986, "char_start_idx": 1985, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2639, "char_start_idx": 1986, "key": "paragraph", "marker": "p", "type": "local", "value": "\nAlzheimer’s disease currently affects over five million individuals and their families in the United States. While there is no cure for this disease, treatment is available to help slow its progression. If you or a loved one has been diagnosed with Alzheimer’s, please know that you are not in this alone. Help and support is available, and if you find that you wish to receive care in your own home we at Affordable Care at Home would be more than happy to sit down with you to discuss your needs and concerns. We will see to it that our in-home care services allow you to stay in the familiar comfort of your own environment for as long as possible.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Alzheimer’s Disease: Seeking In-Home Care" } ]
[ { "key": "url", "type": "global", "value": "http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/" } ]
[]
Alzheimer’s Disease: Seeking In-Home Care By Admin on November 01, 2016 In 1983, President Ronald Reagan designated the month of November as National Alzheimer’s Awareness Month. With today being the first of November, Affordable Care at Home would like to help raise awareness in honor of those who suffer from this disease as well as offer our care and support. Alzheimer’s is the most common form of dementia and affects the areas of the brain responsible for thought-processing, behavior and memory as well as the neuron’s ability to carry messages to different parts of the brain. In fact, one of the earliest signs of this disease is difficulty retaining new information. For most individuals living with Alzheimer’s, symptoms began to appear around the time they were in their mid-sixties; though, a smaller percentage of the population experienced its affects as early as their forties and fifties. Since Alzheimer’s is a progressive disease, ability to recall information, complete daily tasks, and communicate effectively is something that deteriorates and worsens over time. With Alzheimer’s having such a profound impact on brain function, the daily lives of those with this disease are greatly affected, making independent living increasingly difficult. Affordable Care at Home is staffed with experienced and knowledgeable caregivers who provide quality care to our clients who are living with Alzheimer’s. We are happy to create a personalized care and supervision plan for you or your loved one who wishes to receive care in the comfort of their own home. We understand that Alzheimer’s is a disease that only advances in severity, and our skilled caregivers are ready to assist with daily tasks that may have become unmanageable. Such assistance includes: Bathing and grooming Medication reminders Transportation Cleaning Food preparation and eating Dressing and undressing Hygienic care Appointment reminders Recording information for a later time Organizing And more Alzheimer’s disease currently affects over five million individuals and their families in the United States. While there is no cure for this disease, treatment is available to help slow its progression. If you or a loved one has been diagnosed with Alzheimer’s, please know that you are not in this alone. Help and support is available, and if you find that you wish to receive care in your own home we at Affordable Care at Home would be more than happy to sit down with you to discuss your needs and concerns. We will see to it that our in-home care services allow you to stay in the familiar comfort of your own environment for as long as possible.
http://www.afcares.com/blogs/alzheimers-disease-seeking-in-home-care/
[ { "char_end_idx": 41, "char_start_idx": 29, "key": "entity", "type": "local", "value": "Home_care_in_the_United_States" }, { "char_end_idx": 104, "char_start_idx": 91, "key": "entity", "type": "local", "value": "Ronald_Reagan" }, { "char_end_idx": 720, "char_start_idx": 711, "key": "entity", "type": "local", "value": "Alzheimer's_disease" }, { "char_end_idx": 1100, "char_start_idx": 1091, "key": "entity", "type": "local", "value": "Alzheimer's_disease" }, { "char_end_idx": 1417, "char_start_idx": 1408, "key": "entity", "type": "local", "value": "Alzheimer's_disease" }, { "char_end_idx": 1600, "char_start_idx": 1591, "key": "entity", "type": "local", "value": "Alzheimer's_disease" }, { "char_end_idx": 2094, "char_start_idx": 2081, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 2245, "char_start_idx": 2236, "key": "entity", "type": "local", "value": "Alzheimer's_disease" } ]
[ { "char_end_idx": 42, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Home_care_in_the_United_States" }, { "char_end_idx": 1267, "char_start_idx": 71, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ronald_Reagan" }, { "char_end_idx": 1267, "char_start_idx": 71, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Alzheimer's_disease" }, { "char_end_idx": 1773, "char_start_idx": 1267, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Alzheimer's_disease" }, { "char_end_idx": 2639, "char_start_idx": 1986, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States" }, { "char_end_idx": 2639, "char_start_idx": 1986, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Alzheimer's_disease" } ]
0
722
1555953438000
<!DOCTYPE html> <html class="no-js" lang="en-US"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info = {"beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"b3a83298d2","applicationID":"100967439","transactionName":"ZVQDMEJTDUFQV0BfWFweLDJzHTBbRVFXWUVXcg4KREAMXl1RRhl+XFUEHA==","queueTime":0,"applicationTime":1329,"agent":"","atts":""}</script><script type="text/javascript">(window.NREUM||(NREUM={})).loader_config={xpid:"VQ4FVV9SCRABVFFbAQYDVV0="};window.NREUM||(NREUM={}),__nr_require=function(t,n,e){function r(e){if(!n[e]){var o=n[e]={exports:{}};t[e][0].call(o.exports,function(n){var o=t[e][1][n];return r(o||n)},o,o.exports)}return n[e].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<e.length;o++)r(e[o]);return r}({1:[function(t,n,e){function r(t){try{s.console&&console.log(t)}catch(n){}}var o,i=t("ee"),a=t(18),s={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(s.console=!0,o.indexOf("dev")!==-1&&(s.dev=!0),o.indexOf("nr_dev")!==-1&&(s.nrDev=!0))}catch(c){}s.nrDev&&i.on("internal-error",function(t){r(t.stack)}),s.dev&&i.on("fn-err",function(t,n,e){r(e.stack)}),s.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(s,function(t,n){return t}).join(", ")))},{}],2:[function(t,n,e){function r(t,n,e,r,s){try{p?p-=1:o(s||new UncaughtException(t,n,e),!0)}catch(f){try{i("ierr",[f,c.now(),!0])}catch(d){}}return"function"==typeof u&&u.apply(this,a(arguments))}function UncaughtException(t,n,e){this.message=t||"Uncaught error with no additional information",this.sourceURL=n,this.line=e}function o(t,n){var e=n?null:c.now();i("err",[t,e])}var i=t("handle"),a=t(19),s=t("ee"),c=t("loader"),f=t("gos"),u=window.onerror,d=!1,l="nr@seenError",p=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(h){"stack"in h&&(t(8),t(7),"addEventListener"in window&&t(5),c.xhrWrappable&&t(9),d=!0)}s.on("fn-start",function(t,n,e){d&&(p+=1)}),s.on("fn-err",function(t,n,e){d&&!e[l]&&(f(e,l,function(){return!0}),this.thrown=!0,o(e))}),s.on("fn-end",function(){d&&!this.thrown&&p>0&&(p-=1)}),s.on("internal-error",function(t){i("ierr",[t,c.now(),!0])})},{}],3:[function(t,n,e){t("loader").features.ins=!0},{}],4:[function(t,n,e){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(8),s=t(7),c="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",d="bstResource",l="resource",p="-start",h="-end",m="fn"+p,w="fn"+h,v="bstTimer",y="pushState",g=t("loader");g.features.stn=!0,t(6);var x=NREUM.o.EV;o.on(m,function(t,n){var e=t[0];e instanceof x&&(this.bstStart=g.now())}),o.on(w,function(t,n){var e=t[0];e instanceof x&&i("bst",[e,n,this.bstStart,g.now()])}),a.on(m,function(t,n,e){this.bstStart=g.now(),this.bstType=e}),a.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),this.bstType])}),s.on(m,function(){this.bstStart=g.now()}),s.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),"requestAnimationFrame"])}),o.on(y+p,function(t){this.time=g.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["c"+c]()},!1):window.performance[f]("webkit"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["webkitC"+c]()},!1)),document[f]("scroll",r,{passive:!0}),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],5:[function(t,n,e){function r(t){for(var n=t;n&&!n.hasOwnProperty(u);)n=Object.getPrototypeOf(n);n&&o(n)}function o(t){s.inPlace(t,[u,d],"-",i)}function i(t,n){return t[1]}var a=t("ee").get("events"),s=t(21)(a,!0),c=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";n.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,n){var e=t[1],r=c(e,"nr@wrapped",function(){function t(){if("function"==typeof e.handleEvent)return e.handleEvent.apply(e,arguments)}var n={object:t,"function":e}[typeof e];return n?s(n,"fn-",null,n.name||"anonymous"):e});this.wrapped=t[1]=r}),a.on(d+"-start",function(t){t[1]=this.wrapped||t[1]})},{}],6:[function(t,n,e){var r=t("ee").get("history"),o=t(21)(r);n.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],7:[function(t,n,e){var r=t("ee").get("raf"),o=t(21)(r),i="equestAnimationFrame";n.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],8:[function(t,n,e){function r(t,n,e){t[0]=a(t[0],"fn-",null,e)}function o(t,n,e){this.method=e,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=a(t[0],"fn-",this,e)}var i=t("ee").get("timer"),a=t(21)(i),s="setTimeout",c="setInterval",f="clearTimeout",u="-start",d="-";n.exports=i,a.inPlace(window,[s,"setImmediate"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],9:[function(t,n,e){function r(t,n){d.inPlace(n,["onreadystatechange"],"fn-",s)}function o(){var t=this,n=u.context(t);t.readyState>3&&!n.resolved&&(n.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,y,"fn-",s)}function i(t){g.push(t),h&&(b?b.then(a):w?w(a):(E=-E,R.data=E))}function a(){for(var t=0;t<g.length;t++)r([],g[t]);g.length&&(g=[])}function s(t,n){return n}function c(t,n){for(var e in t)n[e]=t[e];return n}t(5);var f=t("ee"),u=f.get("xhr"),d=t(21)(u),l=NREUM.o,p=l.XHR,h=l.MO,m=l.PR,w=l.SI,v="readystatechange",y=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],g=[];n.exports=u;var x=window.XMLHttpRequest=function(t){var n=new p(t);try{u.emit("new-xhr",[n],n),n.addEventListener(v,o,!1)}catch(e){try{u.emit("internal-error",[e])}catch(r){}}return n};if(c(p,x),x.prototype=p.prototype,d.inPlace(x.prototype,["open","send"],"-xhr-",s),u.on("send-xhr-start",function(t,n){r(t,n),i(n)}),u.on("open-xhr-start",r),h){var b=m&&m.resolve();if(!w&&!m){var E=1,R=document.createTextNode(E);new h(a).observe(R,{characterData:!0})}}else f.on("fn-end",function(t){t[0]&&t[0].type===v||a()})},{}],10:[function(t,n,e){function r(){var t=window.NREUM,n=t.info.accountID||null,e=t.info.agentID||null,r=t.info.trustKey||null,i="btoa"in window&&"function"==typeof window.btoa;if(!n||!e||!i)return null;var a={v:[0,1],d:{ty:"Browser",ac:n,ap:e,id:o.generateCatId(),tr:o.generateCatId(),ti:Date.now()}};return r&&n!==r&&(a.d.tk=r),btoa(JSON.stringify(a))}var o=t(16);n.exports={generateTraceHeader:r}},{}],11:[function(t,n,e){function r(t){var n=this.params,e=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<p;r++)t.removeEventListener(l[r],this.listener,!1);n.aborted||(e.duration=s.now()-this.startTime,this.loadCaptureCalled||4!==t.readyState?null==n.status&&(n.status=0):a(this,t),e.cbTime=this.cbTime,d.emit("xhr-done",[t],t),c("xhr",[n,e,this.startTime]))}}function o(t,n){var e=t.responseType;if("json"===e&&null!==n)return n;var r="arraybuffer"===e||"blob"===e||"json"===e?t.response:t.responseText;return w(r)}function i(t,n){var e=f(n),r=t.params;r.host=e.hostname+":"+e.port,r.pathname=e.pathname,t.sameOrigin=e.sameOrigin}function a(t,n){t.params.status=n.status;var e=o(n,t.lastSize);if(e&&(t.metrics.rxSize=e),t.sameOrigin){var r=n.getResponseHeader("X-NewRelic-App-Data");r&&(t.params.cat=r.split(", ").pop())}t.loadCaptureCalled=!0}var s=t("loader");if(s.xhrWrappable){var c=t("handle"),f=t(12),u=t(10).generateTraceHeader,d=t("ee"),l=["load","error","abort","timeout"],p=l.length,h=t("id"),m=t(15),w=t(14),v=window.XMLHttpRequest;s.features.xhr=!0,t(9),d.on("new-xhr",function(t){var n=this;n.totalCbs=0,n.called=0,n.cbTime=0,n.end=r,n.ended=!1,n.xhrGuids={},n.lastSize=null,n.loadCaptureCalled=!1,t.addEventListener("load",function(e){a(n,t)},!1),m&&(m>34||m<10)||window.opera||t.addEventListener("progress",function(t){n.lastSize=t.loaded},!1)}),d.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),d.on("open-xhr-end",function(t,n){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&n.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid);var e=!1;if("init"in NREUM&&"distributed_tracing"in NREUM.init&&(e=!!NREUM.init.distributed_tracing.enabled),e&&this.sameOrigin){var r=u();r&&n.setRequestHeader("newrelic",r)}}),d.on("send-xhr-start",function(t,n){var e=this.metrics,r=t[0],o=this;if(e&&r){var i=w(r);i&&(e.txSize=i)}this.startTime=s.now(),this.listener=function(t){try{"abort"!==t.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof n.onload))&&o.end(n)}catch(e){try{d.emit("internal-error",[e])}catch(r){}}};for(var a=0;a<p;a++)n.addEventListener(l[a],this.listener,!1)}),d.on("xhr-cb-time",function(t,n,e){this.cbTime+=t,n?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof e.onload||this.end(e)}),d.on("xhr-load-added",function(t,n){var e=""+h(t)+!!n;this.xhrGuids&&!this.xhrGuids[e]&&(this.xhrGuids[e]=!0,this.totalCbs+=1)}),d.on("xhr-load-removed",function(t,n){var e=""+h(t)+!!n;this.xhrGuids&&this.xhrGuids[e]&&(delete this.xhrGuids[e],this.totalCbs-=1)}),d.on("addEventListener-end",function(t,n){n instanceof v&&"load"===t[0]&&d.emit("xhr-load-added",[t[1],t[2]],n)}),d.on("removeEventListener-end",function(t,n){n instanceof v&&"load"===t[0]&&d.emit("xhr-load-removed",[t[1],t[2]],n)}),d.on("fn-start",function(t,n,e){n instanceof v&&("onload"===e&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=s.now()))}),d.on("fn-end",function(t,n){this.xhrCbStart&&d.emit("xhr-cb-time",[s.now()-this.xhrCbStart,this.onload,n],n)})}},{}],12:[function(t,n,e){n.exports=function(t){var n=document.createElement("a"),e=window.location,r={};n.href=t,r.port=n.port;var o=n.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=n.hostname||e.hostname,r.pathname=n.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!n.protocol||":"===n.protocol||n.protocol===e.protocol,a=n.hostname===document.domain&&n.port===e.port;return r.sameOrigin=i&&(!n.hostname||a),r}},{}],13:[function(t,n,e){function r(){}function o(t,n,e){return function(){return i(t,[f.now()].concat(s(arguments)),n?null:this,e),n?void 0:this}}var i=t("handle"),a=t(18),s=t(19),c=t("ee").get("tracer"),f=t("loader"),u=NREUM;"undefined"==typeof window.newrelic&&(newrelic=u);var d=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],l="api-",p=l+"ixn-";a(d,function(t,n){u[n]=o(l+n,!0,"api")}),u.addPageAction=o(l+"addPageAction",!0),u.setCurrentRouteName=o(l+"routeName",!0),n.exports=newrelic,u.interaction=function(){return(new r).get()};var h=r.prototype={createTracer:function(t,n){var e={},r=this,o="function"==typeof n;return i(p+"tracer",[f.now(),t,e],r),function(){if(c.emit((o?"":"no-")+"fn-start",[f.now(),r,o],e),o)try{return n.apply(this,arguments)}catch(t){throw c.emit("fn-err",[arguments,this,t],e),t}finally{c.emit("fn-end",[f.now()],e)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,n){h[n]=o(p+n)}),newrelic.noticeError=function(t,n){"string"==typeof t&&(t=new Error(t)),i("err",[t,f.now(),!1,n])}},{}],14:[function(t,n,e){n.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(n){return}}}},{}],15:[function(t,n,e){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),n.exports=r},{}],16:[function(t,n,e){function r(){function t(){return n?15&n[e++]:16*Math.random()|0}var n=null,e=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&(n=r.getRandomValues(new Uint8Array(31)));for(var o,i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",a="",s=0;s<i.length;s++)o=i[s],"x"===o?a+=t().toString(16):"y"===o?(o=3&t()|8,a+=o.toString(16)):a+=o;return a}function o(){function t(){return n?15&n[e++]:16*Math.random()|0}var n=null,e=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&Uint8Array&&(n=r.getRandomValues(new Uint8Array(31)));for(var o=[],i=0;i<16;i++)o.push(t().toString(16));return o.join("")}n.exports={generateUuid:r,generateCatId:o}},{}],17:[function(t,n,e){function r(t,n){if(!o)return!1;if(t!==o)return!1;if(!n)return!0;if(!i)return!1;for(var e=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==e[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var s=navigator.userAgent,c=s.match(a);c&&s.indexOf("Chrome")===-1&&s.indexOf("Chromium")===-1&&(o="Safari",i=c[1])}n.exports={agent:o,version:i,match:r}},{}],18:[function(t,n,e){function r(t,n){var e=[],r="",i=0;for(r in t)o.call(t,r)&&(e[i]=n(r,t[r]),i+=1);return e}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],19:[function(t,n,e){function r(t,n,e){n||(n=0),"undefined"==typeof e&&(e=t?t.length:0);for(var r=-1,o=e-n||0,i=Array(o<0?0:o);++r<o;)i[r]=t[n+r];return i}n.exports=r},{}],20:[function(t,n,e){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],21:[function(t,n,e){function r(t){return!(t&&t instanceof Function&&t.apply&&!t[a])}var o=t("ee"),i=t(19),a="nr@original",s=Object.prototype.hasOwnProperty,c=!1;n.exports=function(t,n){function e(t,n,e,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s="function"==typeof e?e(r,a):e||{}}catch(f){l([f,"",[r,a,o],s])}u(n+"start",[r,a,o],s);try{return c=t.apply(a,r)}catch(d){throw u(n+"err",[r,a,d],s),d}finally{u(n+"end",[r,a,c],s)}}return r(t)?t:(n||(n=""),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,n,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<n.length;c++)s=n[c],a=t[s],r(a)||(t[s]=e(a,f?s+o:o,i,s))}function u(e,r,o){if(!c||n){var i=c;c=!0;try{t.emit(e,r,o,n)}catch(a){l([a,e,r,o])}c=i}}function d(t,n){if(Object.defineProperty&&Object.keys)try{var e=Object.keys(t);return e.forEach(function(e){Object.defineProperty(n,e,{get:function(){return t[e]},set:function(n){return t[e]=n,n}})}),n}catch(r){l([r])}for(var o in t)s.call(t,o)&&(n[o]=t[o]);return n}function l(n){try{t.emit("internal-error",n)}catch(e){}}return t||(t=o),e.inPlace=f,e.flag=a,e}},{}],ee:[function(t,n,e){function r(){}function o(t){function n(t){return t&&t instanceof r?t:t?c(t,s,i):i()}function e(e,r,o,i){if(!l.aborted||i){t&&t(e,r,o);for(var a=n(o),s=m(e),c=s.length,f=0;f<c;f++)s[f].apply(a,r);var d=u[g[e]];return d&&d.push([x,e,r,a]),a}}function p(t,n){y[t]=m(t).concat(n)}function h(t,n){var e=y[t];if(e)for(var r=0;r<e.length;r++)e[r]===n&&e.splice(r,1)}function m(t){return y[t]||[]}function w(t){return d[t]=d[t]||o(e)}function v(t,n){f(t,function(t,e){n=n||"feature",g[e]=n,n in u||(u[n]=[])})}var y={},g={},x={on:p,addEventListener:p,removeEventListener:h,emit:e,get:w,listeners:m,context:n,buffer:v,abort:a,aborted:!1};return x}function i(){return new r}function a(){(u.api||u.feature)&&(l.aborted=!0,u=l.backlog={})}var s="nr@context",c=t("gos"),f=t(18),u={},d={},l=n.exports=o();l.backlog=u},{}],gos:[function(t,n,e){function r(t,n,e){if(o.call(t,n))return t[n];var r=e();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(t,n,e){function r(t,n,e,r){o.buffer([t],r),o.emit(t,n,e)}var o=t("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(t,n,e){function r(t){var n=typeof t;return!t||"object"!==n&&"function"!==n?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");n.exports=r},{}],loader:[function(t,n,e){function r(){if(!E++){var t=b.info=NREUM.info,n=p.getElementsByTagName("script")[0];if(setTimeout(u.abort,3e4),!(t&&t.licenseKey&&t.applicationID&&n))return u.abort();f(g,function(n,e){t[n]||(t[n]=e)}),c("mark",["onload",a()+b.offset],null,"api");var e=p.createElement("script");e.src="https://"+t.agent,n.parentNode.insertBefore(e,n)}}function o(){"complete"===p.readyState&&i()}function i(){c("mark",["domContent",a()+b.offset],null,"api")}function a(){return R.exists&&performance.now?Math.round(performance.now()):(s=Math.max((new Date).getTime(),s))-b.offset}var s=(new Date).getTime(),c=t("handle"),f=t(18),u=t("ee"),d=t(17),l=window,p=l.document,h="addEventListener",m="attachEvent",w=l.XMLHttpRequest,v=w&&w.prototype;NREUM.o={ST:setTimeout,SI:l.setImmediate,CT:clearTimeout,XHR:w,REQ:l.Request,EV:l.Event,PR:l.Promise,MO:l.MutationObserver};var y=""+location,g={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},x=w&&v&&v[h]&&!/CriOS/.test(navigator.userAgent),b=n.exports={offset:s,now:a,origin:y,features:{},xhrWrappable:x,userAgent:d};t(13),p[h]?(p[h]("DOMContentLoaded",i,!1),l[h]("load",r,!1)):(p[m]("onreadystatechange",o),l[m]("onload",r)),c("mark",["firstbyte",s],null,"api");var E=0,R=t(20)},{}]},{},["loader",2,11,4,3]);</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coulter Electronics (1976 - 2009)</title> <meta name="description" content="Coulter Electronics (1976 - 2009)" /> <meta name="keywords" content="Coulter Electronics (1976 - 2009)" /> <meta name="robots" content="" /> <link rel="canonical" href="https://www.beckman.com/resources/discover/fundamentals/history-of-flow-cytometry/coulter-electronics" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-AO" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="pt-AO" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-BJ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BJ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BW" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-BF" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BF" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-BI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-CM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CV" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="pt-CV" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-CF" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CF" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-TD" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-KM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-KM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-CI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-DJ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-DJ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-CD" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CD" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-CQ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CQ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-CQ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-ET" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-GA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-GA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-GH" /> <link rel="alternate" href="https://admin.beckman.co.za/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-ZA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-AM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-AM" /> <link rel="alternate" href="https://admin.mybeckman.cn/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CN" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-GE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-GE" /> <link rel="alternate" href="https://admin.beckman.hk/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-HK" /> <link rel="alternate" href="https://admin.beckman.hk/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="zh-HK" /> <link rel="alternate" href="https://admin.mybeckman.in/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-IN" /> <link rel="alternate" href="https://admin.beckman.jp/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ja-JP" /> <link rel="alternate" href="https://admin.beckman.jp/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-JP" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-KZ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-KG" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-KG" /> <link rel="alternate" href="https://admin.beckman.kr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ko-KR" /> <link rel="alternate" href="https://admin.beckman.kr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-KR" /> <link rel="alternate" href="https://admin.beckman.tw/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-TW" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-TJ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-TJ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-AD" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-AD" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="de-AT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-AT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-BY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-BE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="de-BE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BG" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-HR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CY" /> <link rel="alternate" href="https://admin.mybeckman.cz/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CZ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-EE" /> <link rel="alternate" href="https://admin.beckman.fr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-FR" /> <link rel="alternate" href="https://admin.beckman.fr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-FR" /> <link rel="alternate" href="https://admin.beckman.de/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="de-DE" /> <link rel="alternate" href="https://admin.beckman.de/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-DE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-HU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-IE" /> <link rel="alternate" href="https://admin.beckman.it/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="it-IT" /> <link rel="alternate" href="https://admin.beckman.it/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-IT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-LV" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="de-LI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-LI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-LT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-LU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-LU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="de-LU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-MK" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-MT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-MC" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-MC" /> <link rel="alternate" href="https://admin.beckman.pt/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="pt-PT" /> <link rel="alternate" href="https://admin.beckman.pt/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-PT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-RO" /> <link rel="alternate" href="https://admin.mybeckman.ru/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-RU" /> <link rel="alternate" href="https://admin.mybeckman.ru/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-RU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="it-SM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-SM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-SK" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-SI" /> <link rel="alternate" href="https://admin.beckman.es/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-ES" /> <link rel="alternate" href="https://admin.beckman.es/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-ES" /> <link rel="alternate" href="https://admin.mybeckman.se/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-SE" /> <link rel="alternate" href="https://admin.mybeckman.se/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-SE" /> <link rel="alternate" href="https://admin.mybeckman.se/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="de-SE" /> <link rel="alternate" href="https://admin.beckman.ch/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CH" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-UA" /> <link rel="alternate" href="https://admin.mybeckman.uk/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-GB" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-AG" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-AR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-AR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BB" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BZ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-BZ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-BO" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BO" /> <link rel="alternate" href="https://admin.mybeckman.com.br/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BR" /> <link rel="alternate" href="https://admin.mybeckman.com.br/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-BR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-CL" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CL" /> <link rel="alternate" href="https://admin.mybeckman.co/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-CO" /> <link rel="alternate" href="https://admin.mybeckman.co/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CO" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-CR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-CU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-DM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-DO" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-DO" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-EC" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-SV" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-SV" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-GD" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-GT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-HT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-HT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-HN" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-JM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-MU" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-MU" /> <link rel="alternate" href="https://admin.beckman.mx/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-MX" /> <link rel="alternate" href="https://admin.beckman.mx/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-MX" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-NI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-NI" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-PA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-PA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-PY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-PY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-PE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-PE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-PR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-PR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-KN" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-LC" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-VC" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-SR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BS" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-TT" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-UY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-UY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="es-VE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-VE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-DZ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-DZ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-BH" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-IR" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-IQ" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="ru-IL" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-JO" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-KW" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-LB" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-LB" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-LY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="it-LY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-MA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-MA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-OM" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-QA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-SY" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="fr-TN" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-TN" /> <link rel="alternate" href="https://admin.beckman.ae/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-AE" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-YE" /> <link rel="alternate" href="https://admin.mybeckman.ca/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-CA" /> <link rel="alternate" href="https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" hreflang="en-US" /> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7861374/7540572/css/fonts.css" /> <link rel="stylesheet" type="text/css" href="/assets/css/styles.css" /> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MKPT2R');</script> <!-- End Google Tag Manager --> <!-- Fix for Coveo in IE July 2018 (pre Coveo Hive)--> <script src="/assets/js/promise-polyfill.min.js"></script> <meta name="VIcurrentDateTime" content="636915502378848590" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <script> window.BCI_GoogleTagManager = 'GTM-MKPT2R'; </script> <script type="text/javascript" lang="javascript" src="//cdns.us1.gigya.com/js/gigya.js?apikey=3_PVStLqEx0TFQUSJPDKWtDxhjDc54GR6kr58QbwAW4rMbVgr8f_lOV7XVwrSRfOd0&lang=en-US"> </script> <!--Google ads scripts--> <!--End Google ads scripts--> <!--Google Tag Manager code to tag successfull submission of gated content form--> <script> var referrer = document.referrer; var currentUrl = window.location.pathname; if (document.cookie.match(/^(.*;)?\s*GatedContentCookie\s*=\s*[^;]+(.*)?$/) && !!referrer && referrer.includes(currentUrl)) { dataLayer.push({ 'event': 'Successful_GatedContent_FormSubmission', 'referrer': referrer, 'currentUrl': currentUrl }); } </script> <!----> </head> <body class="body"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MKPT2R" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <div id="wrapper"> <script> window.page_url = {}; window.page_url.requestAQuotePageUrl = '/request-quote'; </script> <header id="header"> <div id="UnsupportedBrowserWarning" class="UnsupportedBrowserWarning" style="display:none;"></div> <div class="top-header-wrapper"> <div class="container top-header"> <a href="/request-quote" class="btn btn-danger" id="GlobalRequestQuote"><strong>request </strong>quote</a> </div> </div> <nav class="navbar navbar-default" id="nav"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed nav-opener" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="brand-hold"> <a class="navbar-brand" href="/"> <img src='https://media.beckman.com/-/media/corporate/logos/beckman-coulter-life-sciences-logo-2017-05.png?h=110&amp;w=600&amp;la=en-US&amp;hash=085B0D74F519678116A96EF1724732F0C9310892' alt='Beckman Coulter Life Sciences' title='' /> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <button type="button" class="navbar-toggle nav-opener collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <ul class="utility-nav"> <li> <a href="/"><span class="icon-home"></span><span class="text">Home</span></a> </li> <li class="dropdown"> <a href="/about-us">About Us</a> <ul class="dropdown-menu"> <li> </li> <li> <a href='/events' >Events</a> </li> <li> <a href='/careers' >Careers</a> </li> <li> <a href='/contact-us' >Locations</a> </li> <li> <a href='/news' >News</a> </li> </ul> </li> <li class=""> <a href="/contact-us">Contact Us</a> </li> <li> <a href="#" class="country-opener"> <span class="icon-globe"></span> <span class="hidden-xs hidden-sm"> : </span> <span class="current-country"></span> </a> </li> <li class="dropdown"> <a href="/account">My Account</a> <ul class="dropdown-menu"> <li> <a href='/sign-in' >Login</a> </li> <li> <a href='/register' >Create An Account</a> </li> <li> <a href='/forgot-password' >Forgot Password</a> </li> <li> <a href='/forgot-user-name' >Forgot Username</a> </li> <li> <a href='/support' >Help</a> </li> </ul> </li> <li class="shopping-list cart"> <a href="/checkout" class=""> <span class="icon-cart"></span> <span class="number cart"></span> </a> <div class="shopping-list-dropdown cart"> <div class="jcf-scrollable-wrapper"> <div class="jcf-scrollable"> <table> <thead> <tr> <th>Name</th> <th>PN</th> <th>Count</th> <th>Price</th> </tr> </thead> <tbody class="cart-item-list"></tbody> </table> <div class="wrap"> <span class="login"><a href="/sign-in">Login</a> for contract pricing.</span> <a href="/checkout" class="btn btn-success hide-on-click empty-cart">Begin Checkout</a> </div> </div> </div> </div> </li> </ul> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#">Instruments</a> <ul class="dropdown-menu"> <li> <a href='/air-particle-counters' >Air Particle Counters</a> </li> <li> <a href='/cell-counters-and-analyzers' >Cell Counters and Analyzers</a> </li> <li> <a href='/centrifuges' >Centrifuges</a> </li> <li> <a href='/flow-cytometry/instruments' >Flow Cytometry Instruments</a> </li> <li> <a href='/integrated-solutions' title='Integrated Solutions' >Integrated Solutions</a> </li> <li> <a href='/liquid-handlers' >Liquid Handlers</a> </li> <li> <a href='/liquid-particle-counters' >Liquid Particle Counters</a> </li> <li> <a href='/particle-characterization' >Particle Characterization</a> </li> <li> <a href='/toc-analyzers' >TOC Analyzers</a> </li> </ul> </li> <li class="dropdown"> <a href="/reagents">Reagents</a> <ul class="dropdown-menu"> <li> <a href='/reagents/coulter-flow-cytometry' >Flow Cytometry Reagents</a> </li> <li> <a href='/reagents/genomic' >Genomic Reagents</a> </li> <li> <a href='/reagents/particle' >Vi-CELL Reagents</a> </li> </ul> </li> <li class="dropdown"> <a href="/resources">Resources</a> <ul class="dropdown-menu"> <li> <a href='/resources/fundamentals' >Fundamentals</a> </li> <li> <a href='/resources/industries' >Industries</a> </li> <li> <a href='/resources/industry-standards' >Industry Standards</a> </li> <li> <a href='/resources/reading-material' >Reading Material</a> </li> <li> <a href='/resources/research-areas' >Research Areas</a> </li> <li> <a href='/resources/techniques-and-methods' >Techniques and Methods</a> </li> <li> <a href='/resources/technologies' >Technologies</a> </li> <li> <a href='/resources/videos' >Videos</a> </li> </ul> </li> <li class="dropdown"> <a href="/supplies">Supplies</a> <ul class="dropdown-menu"> <li> <a href='/supplies/adapters' >Adapters</a> </li> <li> <a href='/supplies/automated-lab-positioners' >Automated Labware Positioners</a> </li> <li> <a href='/supplies/tips' >Biomek Tips</a> </li> <li> <a href='/supplies/cassettes' >Cassettes</a> </li> <li> <a href='/supplies/labware' >Labware</a> </li> <li> <a href='/supplies/o-rings' >O-Rings</a> </li> <li> <a href='/supplies/plates' >Plates</a> </li> <li> <a href='/supplies/racks' >Racks</a> </li> <li> <a href='/supplies/reservoirs' >Reservoirs</a> </li> <li> <a href='/centrifuges/rotors' >Rotors</a> </li> <li> <a href='/flow-cytometry/software' >Software - Flow Cytometry</a> </li> <li> <a href='/supplies/tubes-and-bottles' >Tubes &amp; Bottles</a> </li> </ul> </li> <li class="dropdown"> <a href="/support">Support</a> <ul class="dropdown-menu"> <li> <a href='/search#t=search-tab-techdocs' >Technical Documents</a> </li> <li> <a href='/my-orders' >Order Follow Up</a> </li> <li> <a href='/support/repairs' >Repair Services</a> </li> <li> <a href='/service' >Service Plans</a> </li> <li> <a href='/support/technical' >Tech Support</a> </li> <li> <a href='/training' >Training</a> </li> <li> <a href='/support/faq' >FAQs</a> </li> </ul> </li> </ul> </div> </div> </nav> </header> <div id="main" role="main"> <div class="banner-area banner-block"> <div class="search-area"> <div class="container"> <div class="header-search"> <div id="external_search_box_section" class="CoveoExternalComponentSection" data-search-interface-id="coveo-search-interface"> <script> document.addEventListener("DOMContentLoaded", function() { var searchboxElement = document.getElementById("coveo-global-searchbox"); searchboxElement.addEventListener("CoveoComponentInitialized", function() { CoveoForSitecore.initSearchboxIfStandalone(searchboxElement, "/search"); }); }) </script> <div id="coveo-global-searchbox_container" data-prebind-maximum-age='currentMaximumAge' > <div id="coveo-global-searchbox" class="CoveoSearchbox" data-enable-omnibox='true' data-enable-query-suggest-addon='true' data-enable-simple-field-addon='true' data-partial-match-keywords='5' data-partial-match-threshold='50%' data-prebind-maximum-age='currentMaximumAge' > <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { var componentId = "coveo-global-searchbox"; var componentElement = document.getElementById(componentId); function showError(error) { console.error(error); } function areCoveoResourcesIncluded() { return typeof (Coveo) !== "undefined"; } if (areCoveoResourcesIncluded()) { var event = document.createEvent("CustomEvent"); event.initEvent("CoveoComponentInitialized", false, true); setTimeout(function() { componentElement.dispatchEvent(event); }, 0); } else { componentElement.classList.add("invalid"); showError("The Coveo Resources component must be included in this page."); } }); </script> <div class="CoveoForSitecoreExpressions"></div> <div class="CoveoForSitecoreConfigureSearchHub" data-sc-search-hub="Search"></div> </div> </div> </div> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { var externalComponentsSection = document.getElementById("external_search_box_section"); CoveoForSitecore.initExternalComponentsSection(externalComponentsSection); }); </script> <link rel="stylesheet" href="https://static.cloud.coveo.com/searchui/v2.4094/css/CoveoFullSearch.css" /> <link rel="stylesheet" href="/Coveo/Hive/css/CoveoForSitecore.css" /> <script class="coveo-script" type="text/javascript" src='https://static.cloud.coveo.com/searchui/v2.4094/js/CoveoJsSearch.Lazy.min.js'></script> <script class="coveo-for-sitecore-script" type="text/javascript" src='/Coveo/Hive/js/CoveoForSitecore.Lazy.min.js'></script> <script type="text/javascript" src="/Coveo/Hive/js/cultures/en-US.js"></script> <div> <!-- Resources --> <div id="SearchResourcesProperties_79928f4d7c994d96b5ad4c7d6dbc238f" class="CoveoForSitecoreContext" data-sc-should-have-analytics-component='true' data-sc-analytics-enabled='true' data-sc-current-language='en-US' data-prebind-sc-language-field-name='fieldTranslator' data-sc-language-field-name='_language' data-sc-labels='{&quot;Uniform resource identifier&quot; : &quot;URI&quot; , &quot;Template&quot; : &quot;Template&quot; , &quot;Created&quot; : &quot;Created&quot; , &quot;Updated by&quot; : &quot;Updated by&quot; , &quot;Creation time.&quot; : &quot;Creation time.&quot; , &quot;Created by&quot; : &quot;Created by&quot; , &quot;Last time modified.&quot; : &quot;Last time modified.&quot; , &quot;Language&quot; : &quot;Language&quot; , &quot;Search is currently unavailable&quot; : &quot;Oops! Something went wrong on the server.&quot; , &quot;If the problem persists contact the administrator.&quot; : &quot;If the problem persists contact the administrator.&quot;}' data-sc-maximum-age='900000' data-sc-page-name='Coulter Electronics' data-sc-page-name-full-path='/sitecore/content/Home/Resources/Fundamentals/History of Flow Cytometry/Coulter Electronics' data-sc-index-source-name='Coveo_web_index - LSWEB' data-sc-is-in-experience-editor='false' data-sc-is-user-anonymous='true' data-sc-item-uri='sitecore://web/{D7360D4A-8384-4FCA-8328-4790E4F0C25C}?lang=en-US&amp;ver=1' data-sc-item-id='d7360d4a-8384-4fca-8328-4790e4f0c25c' data-prebind-sc-latest-version-field-name='fieldTranslator' data-sc-latest-version-field-name='_latestversion' data-sc-rest-endpoint-uri='/coveo/rest' data-sc-site-name='website' data-sc-field-prefix='f' data-sc-field-suffix='55615' data-sc-external-fields='[{&quot;fieldName&quot;:&quot;sysauthor&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;syscollection&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysconcepts&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysdate&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysfiletype&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;syssource&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysrowid&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysattachmentparentid&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysclickableuri&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysindexeddate&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysisattachment&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;syslanguage&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysprintableuri&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;syssize&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;systitle&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;systopparent&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;systopparentid&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;systransactionid&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysuri&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;sysurihash&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;permanentid&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;source&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;category&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;documentlanguage&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;itemdescription &quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;productline&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;itemnumber&quot;,&quot;shouldEscape&quot;:false},{&quot;fieldName&quot;:&quot;dateupdated&quot;,&quot;shouldEscape&quot;:false}]' > </div> <script type="text/javascript"> var endpointConfiguration = { itemUri: "sitecore://web/{D7360D4A-8384-4FCA-8328-4790E4F0C25C}?lang=en-US&amp;ver=1", siteName: "website", restEndpointUri: "/coveo/rest" }; if (typeof (CoveoForSitecore) !== "undefined") { CoveoForSitecore.SearchEndpoint.configureSitecoreEndpoint(endpointConfiguration); var context = document.getElementById("SearchResourcesProperties_79928f4d7c994d96b5ad4c7d6dbc238f"); if (!!context) { CoveoForSitecore.Context.configureContext(context); } } </script> </div> </div> <div class="beckman-wrap banner-logo my-beckman"> <div class="beckman-holder"> <a href="/account"> <span class="person-wrap"><i class="icon-person"></i></span> <span class="text-beckman hidden-xs"><strong class="text-bold">my</strong> account</span> <span class="download-link hidden-xs"></span> </a> </div> </div> <div class="form-drop"> <div class="signup-form-wrap"> <div class="sign-up-form my-beckman-login"> <fieldset> <span class="new-account"> <a href="/register">New ? Create an Account</a> </span> <div class="error" style="display:none;"> Invalid Username or Password </div> <div class="form-group"> <input type="email" class="form-control mb-username" placeholder="User ID"> </div> <div class="form-group"> <input type="password" class="form-control mb-password" placeholder="Password"> </div> <input type="submit" value="submit" class="btn"> <div class="form-holder"> <label for="remember"><input type="checkbox" id="remember">Remember</label> <span class="login-btn"></span> <div class="forget"> <a href="/forgot-user-name">Forgot Login</a> | <a href="/forgot-password">Forgot Password</a> </div> </div> </fieldset> </div> </div> </div> </div> </div> </div> <div class="main-holder"> <div class="container"> </div> <div class="container"> <div class="two-columns-holder"> <div class="row"> <div class="col-md-9"> <div id="content-holder"> <h1>Coulter Electronics (1976 - 2009)</h1> <p style="color: #292929; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">Epics V and 750 series - 1979 through 1985</strong></p> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;">A series of instruments which were essentially 5 watt argon ion laser instruments, complete with a multiparameter data analysis system, floppy drive and graphics printer</p> <table cellspacing="5" cellpadding="5"> <tbody> <tr> <td> <p><strong>EPICS V</strong></p> <p> <div> <p><img height="195" alt="EPICS V" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/historic-photo-epics-v-2017-05.jpg?la=en-us&amp;hash=FA0648C811681426EA1B681F9FDE3C6AB3F5D0A7"></p> <p><small><em>EPICS V</em></small></p> </div> </p> <p><span style="text-align: center; color: #292929;">Coulter's Original 1953 Patent application</span></p> </td> <td> <p><strong style="color: #292929; margin: 0px; padding: 0px; text-align: center;">EPICS V Dual Laser</strong></p> <p> <div> <p><img height="195" alt="EPICS V Dual Laser" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/historic-photo-epics-v-dual-laser-2017-05.jpg?la=en-us&amp;hash=CEFF6B86C33BF20928DE1DCE55420DBF469050E0"></p> <p><small><em>EPICS V dual laser</em></small></p> </div> </p> <p><span style="text-align: center; color: #292929;">Hand-drawn advertising drafts of the first Coulter Counter (1956)</span></p> </td> </tr> <tr> <td> <p><strong style="color: #292929; margin: 0px; padding: 0px; text-align: center;">EPICS 541</strong></p> <p> <div> <p><img height="195" alt="EPICS 541" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/historic-photo-coulter-epics-541-1953.jpg?la=en-us&amp;hash=4FDD53252224B6E6F7A21671E24CACA1FE350022"></p> <p><small><em>EPICS 541</em></small></p> </div> </p> <p>Coulter's Original 1953 Patent application</p> </td> <td> <p><strong style="color: #292929; margin: 0px; padding: 0px; text-align: center;">EPICS 750</strong></p> <p><strong style="color: #292929; margin: 0px; padding: 0px; text-align: center;"></strong> <div> <p><img height="195" alt="EPICS 750" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/historic-photo-coulter-epics-750-1956.jpg?la=en-us&amp;hash=6E3B4FE0968E73E0644D6CE79C96F63B085E24F1"></p> <p><small><em>EPICS 750</em></small></p> </div> </p> <p>Hand-drawn advertising drafts of the first Coulter Counter (1956)</p> </td> </tr> </tbody> </table> <p><strong style="color: #292929; margin: 0px; padding: 0px;">Stuart Schlossman</strong></p> <ul style="color: #292929; margin: 0px 0px 10px; padding: 0px 0px 0px 40px;"> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial;">Schlossman at the Farber Institute in Boston, began to make monoclonal antibodies to white blood cell antigens in 1978. Eventually he collaborated with Ortho Diagnostics who distributed the famous "OK T4"etc., Mabs</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial;">Coulter Immunology also acquired rights to his antibodies</li> </ul> <span style="background-color: #ffffff; color: #292929;"></span> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">History of Coulter Hematology</strong></p> <span style="background-color: #ffffff; color: #292929;">&nbsp;&nbsp;</span> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1953 Model A</strong></p> <div> <p><img height="200" alt="Coulter Hematology Model A for electronically measured cells" width="263" src="https://media.beckman.com/-/media/flow-cytometry/content/history/coulter-hematology-model-a-1953.jpg?la=en-us&amp;hash=71AA3AEA17BC486CC73DB63FAABB5382B7C50C5E"></p> <p><small><em>Coulter Hematology Model A for electronically measured cells</em></small></p> </div> &nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Electronically measured cells</p> </div> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1968 Model S</strong></p> <img alt="" src="https://media.beckman.com/-/media/flow-cytometry/content/history/flow-cytometry-history-1968-model-s-2017-05.jpg?la=en-us&amp;hash=D2B3A6223E77F28FE1A3DF4B42B6ADB453D41B5B">&nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Completely Automated CBC</p> </div> <span style="background-color: #ffffff; color: #292929;">&nbsp;&nbsp;</span> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1977 S Plus</strong></p> <div> <p><img height="300" alt="Coulter Hematology S Plus" width="232" src="https://media.beckman.com/-/media/flow-cytometry/content/history/coulter-hematology-s-plus-1977.jpg?la=en-us&amp;hash=B591FA8A21E5B8A04D289CEF89E6818880B20ABF"></p> <p><small><em>Coulter Hematology S Plus for completely automated CBC</em></small></p> </div> &nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Completely Automated CBC</p> </div> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1985 VC</strong></p> <div> <p><img height="300" alt="Integration of flow cytometry into hematology analyzer" width="232" src="https://media.beckman.com/-/media/flow-cytometry/content/history/coulter-hematology-vc-technology-1985.jpg?la=en-us&amp;hash=F99EA7453C951042CAB183FA4122A11064579A83"></p> <p><small><em>Coulter Hematology VC Integration of flow cytometry into hematology analyzer</em></small></p> </div> &nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Integration of flow cytometry into a hematology analyzer</p> </div> <span style="background-color: #ffffff; color: #292929;">&nbsp;&nbsp;</span> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">2000 Gen&bull;S Cell</strong></p> <div> <p><img height="228" alt="Coulter Hematology Gen S Cell" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/coulter-hematology-gen-s-cell-2000.jpg?la=en-us&amp;hash=6A72808072BE4A44B050ABE95F0CE2047B04663D"></p> <p><small><em>Gen S Cell</em></small></p> </div> &nbsp; <ul style="margin: 0px 0px 10px; padding: 0px 0px 0px 40px;"> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">AccuFlex</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Decision Support Rules</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">IntelliKinetics</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Automated Reticulocytes</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Integrated SlideMaker and SlideStainer</li> </ul> </div> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1985 VC</strong></p> <div> <p><img height="228" alt="Coulter Hematology VC" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/coulter-hematology-vc-1985.jpg?la=en-us&amp;hash=B86ECEE57C0BADF9D151370176CABC4C31629ACC"></p> <p><small><em>Coulter Hematology VC from 1985</em></small></p> </div> &nbsp; <ul style="margin: 0px 0px 10px; padding: 0px 0px 0px 40px;"> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Random Access</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">AccuCount Technology</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Extended Linearity</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Decreased need for Manual Intervention</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">WBC Interference Correction</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">NRBC enumeration</li> </ul> </div> <span style="background-color: #ffffff; color: #292929;"></span> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">History of Coulter Flow Cytometry</strong></p> <span style="background-color: #ffffff; color: #292929;">&nbsp;&nbsp;</span> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1975 TPS</strong></p> <div> <p><img height="195" alt="TPS 1975" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/history-coulter-flow-cytometry-tps-1975.jpg?la=en-us&amp;hash=5FCCB9CAA740EC098CD866EB9BED7C8722FE66F4"></p> <p><small><em>TPS 1975</em></small></p> </div> &nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Two Parameter Cell Sorting</p> </div> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1984 Epics C</strong></p> <div> <p><img height="195" alt="Coulter Electronics EPICS C from 1984" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/coulter-flow-cytometry-epics-c-1984.jpg?la=en-us&amp;hash=E03C0BA1172A3AE8A41D22D90F9A572436C2773A"></p> <p><small><em>EPICS C Clinical Flow Sorter from 1984</em></small></p> </div> &nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Clinical Flow Sorter</p> </div> <span style="background-color: #ffffff; color: #292929;">&nbsp;&nbsp;</span> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1986 Epics PROFILE</strong></p> <div> <p><img height="195" alt="Coulter Flow Cytometer EPICS PROFILE" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/historic-coulter-flow-cytometry-epics-profile-1986.jpg?la=en-us&amp;hash=600EDFF246C852BF07AA1C7DC4B98653838EE7E5"></p> <p><small><em>EPICS Profile Clinical Flow Analyzer</em></small></p> </div> &nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Clinical Flow Analyzer</p> </div> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1987 Q Prep</strong></p> <div> <p><img height="195" alt="Coulter Flow Cytometer Q Prep" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/historic-coulter-flow-cytometry-q-prep-1987.jpg?la=en-us&amp;hash=EB3C4F1F666F2EA1BC6BD17F30928303D6A8AB50"></p> <p><small><em>Q Prep for automated sample prep</em></small></p> </div> &nbsp; <p style="margin: 0px 0px 10px; padding: 0px;">Automated Sample Prep</p> </div> <span style="background-color: #ffffff; color: #292929;">&nbsp;&nbsp;</span> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1988 Cyto-Stat Monoclonal Antibodies</strong></p> <div> <p><img height="195" alt="Cyto-Stat Monoclonal Antibodies" width="300" src="https://media.beckman.com/-/media/flow-cytometry/content/history/historic-coulter-flow-cytometry-cyto-stat-antibodies-1988.jpg?la=en-us&amp;hash=F84FEBA2CCE2FB36B3326DC811DA579E756C1D25"></p> <p><small><em>Cyto-Stat monoclonal antibodies from 1988</em></small></p> </div> &nbsp; <ul style="margin: 0px 0px 10px; padding: 0px 0px 0px 40px;"> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Ready to use</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">No Wash</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Single and Multicolor Antibodies</li> </ul> </div> <div style="color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;"> <p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">1993 EPICS XL / XL-MCL</strong></p> <img height="400" alt="Coulter Flow Cytometer EPICS XL" width="600" src="https://media.beckman.com/-/media/flow-cytometry/content/history/flow-cytometry-history-1993-epics-xl-2017-05.jpg?la=en-us&amp;hash=133306D93949808F752DC832055B0DBBF6EF5790">&nbsp; <ul style="margin: 0px 0px 10px; padding: 0px 0px 0px 40px;"> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Bench-top analyzer</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Four color analysis</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Autoloader for samples</li> <li style="margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;">Digital Signal Processing</li> </ul> </div> <span style="background-color: #ffffff; color: #292929;"></span> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">Flow Cytometers</strong></p> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;">Modern flow cytometers are able to analyze several thousand particles every second, in "real time," and can actively separate and isolate particles having specified properties. A flow cytometer is similar to a microscope, except that, instead of producing an image of the cell, flow cytometry offers "high-throughput" (for a large number of cells) automated quantification of set parameters. To analyze solid tissues, single-cell suspension must first be prepared.</p> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;">Early flow cytometers were, in general, experimental devices, but recent technological advances have created a considerable market for the instrumentation, as well as the reagents used in analysis, such as fluorescently-labeled antibodies and analysis software. Modern instruments usually have multiple lasers and fluorescence detectors (the current record for a commercial instrument is 4 lasers and 18 fluorescence detectors).</p> <span style="background-color: #ffffff; color: #292929;"></span> <table width="100%" style="color: #292929; width: 674px; margin: 0px; padding: 0px; border-spacing: 0px;"> <tbody style="margin: 0px; padding: 0px;"> <tr style="margin: 0px; padding: 0px;"> <td align="left" style="margin: 0px; padding: 0px; text-align: left;">&nbsp;</td> <td align="middle" style="margin: 0px; padding: 0px; text-align: left;"><img alt="" height="600" width="600" src="https://media.beckman.com/-/media/flow-cytometry/content/illustrations/flow-cytometry-prochlorococcus-synechococcus-picoeukaryotes-2017-05.jpg?la=en-us&amp;hash=06D5AE3BF8724379872F8CA4CDF39FBD964ADCF3"></td> <td align="right" style="margin: 0px; padding: 0px; text-align: left;">&nbsp;</td> </tr> </tbody> </table> <span style="background-color: #ffffff; color: #292929;"></span> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;">Analysis of a marine sample of photosynthetic picoplankton by flow cytometry showing three different populations (Prochlorococcus, Synechococcus, and picoeukaryotes)</p> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;">Increasing the number of lasers and detectors allows for multiple antibody labeling, and can more precisely identify a target population by their phenotype. Certain instruments can even take digital images of individual cells, allowing for the analysis of fluorescent signal location within or on the surface of cells. The data generated by flow-cytometers can be plotted in a single dimension, to produce a histogram, or in two-dimensional dot plots or even in three dimensions. The regions on these plots can be sequentially separated, based on fluorescence intensity, by creating a series of subset extractions, termed "gates." Specific gating protocols exist for diagnostic and clinical purposes especially in relation to hematology. The plots are often made on logarithmic scales. Because different fluorescent dyes' emission spectra overlap [1], signals at the detectors have to be compensated electronically as well as computationally. Often, data accumulated using the flow cytometer can be re-analyzed (using software, e.g., Kaluza&trade; [5]) elsewhere, freeing up the machine for other people to use.</p> <p style="color: #292929; margin: 0px 0px 10px; padding: 0px;"><strong style="margin: 0px; padding: 0px;">Commercial Instruments</strong><br style="margin: 0px; padding: 0px;"> Beckman Coulter's complete range of automation and information systems help you streamline processes for maximum efficiency. From delivery of more timely, accurate and reliable patient test results to the elimination of bottlenecks, our automation and information system solutions empower you to manage lab operations more efficiently and cost-effectively.</p> </div> <div class="block"> </div> </div> <div class="col-md-3"> </div> </div> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="footer-wrap"> <div class="subscribe-block hidden-xs"> </div> </div> <div class="holder"> <div class="footer-block"> <span class="footer-heading"><a href="#">Instruments</a></span> <ul class="footer-nav"> <li> <a href='/air-particle-counters' >Air Particle Counters</a> </li> <li> <a href='/cell-counters-and-analyzers' >Cell Counters and Analyzers</a> </li> <li> <a href='/centrifuges' >Centrifuges</a> </li> <li> <a href='/flow-cytometry/instruments' >Flow Cytometers and Sorters</a> </li> <li> <a href='/integrated-solutions' title='Integrated Solutions' >Integrated Solutions</a> </li> <li> <a href='/liquid-handlers' >Liquid Handlers</a> </li> <li> <a href='/liquid-particle-counters' >Liquid Particle Counters</a> </li> <li> <a href='/particle-characterization' >Particle Characterization</a> </li> <li> <a href='/toc-analyzers' >TOC Analyzers</a> </li> </ul> </div> <div class="footer-block"> <span class="footer-heading"><a href="#">Reagents</a></span> <ul class="footer-nav"> <li> <a href='/reagents/coulter-flow-cytometry/antibodies-and-kits/aquios' >AQUIOS Reagents</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/antibodies-and-kits/clearllab-antibody-solutions' >ClearLLab Panels</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/antibodies-and-kits/clinical-research-systems-and-kits' >Clinical Research Kits</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/custom-reagent-services' >Custom Reagent Services</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/antibodies-and-kits/duraclone-panels' >DuraClone Panels</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/sample-preparation/fixation' >Fixation</a> </li> <li> <a href='/reagents/genomic' >Genomic Reagents</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/sample-preparation/lysis-with-permeabilization' >Lysis With Permeabilization</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/sample-preparation/lysis-without-permeabilization' >Lysis Without Permeabilization</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/antibodies-and-kits/multi-color-antibody-panels' >Multi-Color Antibody Panels</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/qc-and-support-reagents' >QC and Support Reagents</a> </li> <li> <a href='/reagents/coulter-flow-cytometry/antibodies-and-kits/single-color-antibodies' >Single-Color Antibodies</a> </li> </ul> </div> <div class="footer-block"> <span class="footer-heading"><a href="#">Our Company</a></span> <ul class="footer-nav"> <li> <a href='/about-us' >About Us</a> </li> <li> <a href='https://www.labcyte.com/' target='_blank' >Labcyte</a> </li> <li> <a href='/careers' >Careers</a> </li> <li> <a href='/contact-us' >Contact Us</a> </li> <li> <a href='/events' >Events</a> </li> <li> <a href='/support/faq' >FAQs</a> </li> <li> <a href='/contact-us' >Locations</a> </li> <li> <a href='/news' >News</a> </li> <li> <a href='/resources' >Resources</a> </li> </ul> </div> <div class="footer-block"> <span class="footer-heading"><a href="#">Beckman Coulter Diagnostics</a></span> <ul class="footer-nav"> <li> <a href='https://www.beckmancoulter.com/en/products/automation' target='_blank' >Automation Systems</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/blood-banking' target='_blank' >Blood Banking</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/chemistry' target='_blank' >Chemistry</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/clinical-information-management-tools' target='_blank' >Clinical Information Management Tools</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/hematology' target='_blank' >Hematology</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/immunoassay' target='_blank' >Immunoassay</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/microbiology' target='_blank' >Microbiology</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/protein-chemistry' target='_blank' >Protein Chemistry</a> </li> <li> <a href='https://www.beckmancoulter.com/en/products/urinalysis' target='_blank' >Urinalysis</a> </li> </ul> </div></div> <div class="copyright-block"> <div class="logo"> <a href="/"><img src="/assets/images/logo01.png" alt="beckman coulter life sciences" width="190" height="46"></a> </div> <address> Life Sciences Division Headquarters <br> 5350 Lakeview Parkway S Drive <br> Indianapolis, IN 46268<br> United States</address> <span class="copyright"> <a href="/copyright-trademark">Copyright/Trademark</a><br> <a href="/about-us/terms-of-use">Online Terms of Use</a><br> <a href="/about-us/global-privacy-notice">Privacy Statement </a> </span> <span class="doc">&copy; 2000-2019&nbsp;<a href="/">Beckman Coulter</a>, Inc <br> All rights reserved. </span> </div> <!--Disclaimer - start--> <div class="footer-disclaimer"> <h4></h4> <div style="width:100%; clear: both;"> <p>NOT ALL PRODUCTS ARE AVAILABLE IN ALL COUNTRIES.&nbsp;<br> PRODUCT AVAILABILITY AND REGULATORY STATUS DEPENDS ON COUNTRY REGISTRATION PER APPLICABLE REGULATIONS<br> <br> The listed regulatory status for products correspond to one of the below:<br> IVD: In Vitro Diagnostic Products. These products are labeled "For In Vitro Diagnostic Use."<br> ASR: Analyte Specific Reagents. These reagents are labeled "Analyte Specific Reagents. Analytical and performance characteristics are not established."<br> CE: Products intended for in vitro diagnostic use and conforming to European Directive (98/79/EC). (Note: Devices may be CE marked to other directives than (98/79/EC)<br> RUO: Research Use Only. These products are labeled "For Research Use Only. Not for use in diagnostic procedures."<br> LUO: Laboratory Use Only. These products are labeled "For Laboratory Use Only."<br> No Regulatory Status: Non-Medical Device or non-regulated articles. Not for use in diagnostic or therapeutic procedures.</p> </div> </div> <!--Disclaimer - end--> </div> </footer> <div class="nav-slide"> <div class="holder"> <div class="container"> <div class="nav-container" id="country-selector"> <ul class="language" data-bind="foreach: languages"> <li data-bind="css: { active: active }"> <a data-bind="attr: { href: '?language=' + languageCode }, text: name"></a> </li> </ul> <ul class="nav-tabset hidden-xs hidden-sm" data-bind="foreach: regions"> <li data-bind="css: {'nav-active': active }"> <a data-bind="attr: { href: '#region-' + $index() }"> <span data-bind="text: name"></span> </a> </li> </ul> <div class="nav-tab-content"> <ul class="nav-accordion" data-bind="foreach: regions"> <li> <a href="#" class="opener"> <span data-bind="text: name"></span> </a> <div class="slide"> <div data-bind="attr: { id: 'region-' + $index() }, css: { 'nav-active': active }"> <div class="tab-content-holder"> <div data-bind="foreach: countryColumns" class="accordion-slide"> <ul data-bind="foreach: $data" class="list"> <li data-bind="css: { active: active}"> <a data-bind="attr: { href: '?country=' + countryCode }, text: name" rel="nofollow" class="country-item"></a> </li> </ul> </div> </div> </div> </div> </li> </ul> </div> </div> </div> </div> </div> <script src="https://media.beckman.com/bundles/sitecore-services?v=65RbYNGM-nQ5XMxuOl6UfTKg3enG9D-wxPOXuqmJIeI1" type="text/javascript"></script> <script src="https://media.beckman.com/bundles/core-scripts?v=bCxEi3o0_8hhnryFjFL9YrHZoGnMR06IdZP9E2DrvJs1" type="text/javascript"></script> <script src="https://media.beckman.com/bundles/require-components?v=VGGhRMah-ycG0MmkgFeHIywKdzA9NIC2XKoUKxsS7Uk1" type="text/javascript"></script> <script> requirejs(["Controllers/LifeScience"]); requirejs(["Controllers/CountrySelector"]); requirejs(["Controllers/SearchSuggest"]); requirejs(["Controllers/VerticalFilter"]); </script> <script> requirejs(["Components/Main"], function (onCall) { onCall.controlledFields( { control: $('[value="{74E914AB-7261-4193-B1A1-8031CBA9F801}"]').siblings('.form-control').first(), controlValue: ['United States', 'Canada'], controlled: [$('[value="{324CFCF0-EDC9-4AC6-AF76-6BC87C430528}"]').parent(), $('[value="{9EB92D5A-58A6-48F6-AD92-2CCC46FE57C2}"]').parent()], controlledReverse: [], rule: 'hidden', event: 'click', selector: 'span.jcf-option' }); }); </script> <script type="text/javascript"> // US Tracking Code piAId = '61792'; piCId = '27114'; (function() { function async_load(){ var s = document.createElement('script'); s.type = 'text/javascript'; s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js'; var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c); } if(window.attachEvent) { window.attachEvent('onload', async_load); } else { window.addEventListener('load', async_load, false); } })(); </script> <div class="flash-message"> <div class="container"> <div class="flash-message__content"> <span><strong>Oops.&nbsp;The page you wanted could not be found, so we brought you to something similar. If you still can't find what you want, try <a></a><a href="/search">searching our site</a><a href="/search"><span href="/oldsearch"></span></a>&nbsp;instead.</strong></span> <span class="flash-message__close"></span> </div> </div> </div> </div> <script> if (typeof (window.require_components) === "undefined") window.require_components = []; requirejs(window.require_components); </script> <script src="/assets/js/common-bundle.js"></script> <script src="/assets/js/Main-bundle.js"></script> </body> </html>
[ "<footer id=\"footer\">\n <div class=\"container\">\n\n<div class=\"footer-wrap\">\n <div class=\"subscribe-block hidden-xs\">\n </div>\n</div>\n\n<div class=\"holder\">\n\n\n<div class=\"footer-block\">\n <span class=\"footer-heading\"><a href=\"#\">Instruments</a></span>\n\n <ul class=\"footer-nav\">\n\n\n\n<li>\n <a href=\"/air-particle-counters\">Air Particle Counters</a>\n</li>\n\n<li>\n <a href=\"/cell-counters-and-analyzers\">Cell Counters and Analyzers</a>\n</li>\n\n<li>\n <a href=\"/centrifuges\">Centrifuges</a>\n</li>\n\n<li>\n <a href=\"/flow-cytometry/instruments\">Flow Cytometers and Sorters</a>\n</li>\n\n<li>\n <a href=\"/integrated-solutions\" title=\"Integrated Solutions\">Integrated Solutions</a>\n</li>\n\n<li>\n <a href=\"/liquid-handlers\">Liquid Handlers</a>\n</li>\n\n<li>\n <a href=\"/liquid-particle-counters\">Liquid Particle Counters</a>\n</li>\n\n<li>\n <a href=\"/particle-characterization\">Particle Characterization</a>\n</li>\n\n<li>\n <a href=\"/toc-analyzers\">TOC Analyzers</a>\n</li> </ul>\n\n</div>\n\n<div class=\"footer-block\">\n <span class=\"footer-heading\"><a href=\"#\">Reagents</a></span>\n\n <ul class=\"footer-nav\">\n\n\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/antibodies-and-kits/aquios\">AQUIOS Reagents</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/antibodies-and-kits/clearllab-antibody-solutions\">ClearLLab Panels</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/antibodies-and-kits/clinical-research-systems-and-kits\">Clinical Research Kits</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/custom-reagent-services\">Custom Reagent Services</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/antibodies-and-kits/duraclone-panels\">DuraClone Panels</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/sample-preparation/fixation\">Fixation</a>\n</li>\n\n<li>\n <a href=\"/reagents/genomic\">Genomic Reagents</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/sample-preparation/lysis-with-permeabilization\">Lysis With Permeabilization</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/sample-preparation/lysis-without-permeabilization\">Lysis Without Permeabilization</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/antibodies-and-kits/multi-color-antibody-panels\">Multi-Color Antibody Panels</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/qc-and-support-reagents\">QC and Support Reagents</a>\n</li>\n\n<li>\n <a href=\"/reagents/coulter-flow-cytometry/antibodies-and-kits/single-color-antibodies\">Single-Color Antibodies</a>\n</li> </ul>\n\n</div>\n\n<div class=\"footer-block\">\n <span class=\"footer-heading\"><a href=\"#\">Our Company</a></span>\n\n <ul class=\"footer-nav\">\n\n\n\n<li>\n <a href=\"/about-us\">About Us</a>\n</li>\n\n<li>\n <a href=\"https://www.labcyte.com/\" target=\"_blank\">Labcyte</a>\n</li>\n\n<li>\n <a href=\"/careers\">Careers</a>\n</li>\n\n<li>\n <a href=\"/contact-us\">Contact Us</a>\n</li>\n\n<li>\n <a href=\"/events\">Events</a>\n</li>\n\n<li>\n <a href=\"/support/faq\">FAQs</a>\n</li>\n\n<li>\n <a href=\"/contact-us\">Locations</a>\n</li>\n\n<li>\n <a href=\"/news\">News</a>\n</li>\n\n<li>\n <a href=\"/resources\">Resources</a>\n</li> </ul>\n\n</div>\n\n<div class=\"footer-block\">\n <span class=\"footer-heading\"><a href=\"#\">Beckman Coulter Diagnostics</a></span>\n\n <ul class=\"footer-nav\">\n\n\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/automation\" target=\"_blank\">Automation Systems</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/blood-banking\" target=\"_blank\">Blood Banking</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/chemistry\" target=\"_blank\">Chemistry</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/clinical-information-management-tools\" target=\"_blank\">Clinical Information Management Tools</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/hematology\" target=\"_blank\">Hematology</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/immunoassay\" target=\"_blank\">Immunoassay</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/microbiology\" target=\"_blank\">Microbiology</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/protein-chemistry\" target=\"_blank\">Protein Chemistry</a>\n</li>\n\n<li>\n <a href=\"https://www.beckmancoulter.com/en/products/urinalysis\" target=\"_blank\">Urinalysis</a>\n</li> </ul>\n\n</div></div>\n\n<div class=\"copyright-block\">\n<div class=\"logo\">\n<a href=\"/\"><img src=\"/assets/images/logo01.png\" alt=\"beckman coulter life sciences\" width=\"190\" height=\"46\"/></a>\n</div>\n<address>\nLife Sciences Division Headquarters <br/>\n5350 Lakeview Parkway S Drive <br/>\nIndianapolis, IN 46268<br/>\nUnited States</address>\n<span class=\"copyright\">\n<a href=\"/copyright-trademark\">Copyright/Trademark</a><br/>\n<a href=\"/about-us/terms-of-use\">Online Terms of Use</a><br/>\n<a href=\"/about-us/global-privacy-notice\">Privacy Statement </a>\n</span>\n<span class=\"doc\">© 2000-2019 <a href=\"/\">Beckman Coulter</a>, Inc <br/>\nAll rights reserved.\n</span>\n</div>\n\n<!--Disclaimer - start-->\n<div class=\"footer-disclaimer\">\n<h4/>\n<div style=\"width:100%; clear: both;\">\n<p>NOT ALL PRODUCTS ARE AVAILABLE IN ALL COUNTRIES. <br/>\nPRODUCT AVAILABILITY AND REGULATORY STATUS DEPENDS ON COUNTRY REGISTRATION PER APPLICABLE REGULATIONS<br/>\n<br/>\nThe listed regulatory status for products correspond to one of the below:<br/>\nIVD: In Vitro Diagnostic Products. These products are labeled \"For In Vitro Diagnostic Use.\"<br/>\nASR: Analyte Specific Reagents. These reagents are labeled \"Analyte Specific Reagents. Analytical and performance characteristics are not established.\"<br/>\nCE: Products intended for in vitro diagnostic use and conforming to European Directive (98/79/EC). (Note: Devices may be CE marked to other directives than (98/79/EC)<br/>\nRUO: Research Use Only. These products are labeled \"For Research Use Only. Not for use in diagnostic procedures.\"<br/>\nLUO: Laboratory Use Only. These products are labeled \"For Laboratory Use Only.\"<br/>\nNo Regulatory Status: Non-Medical Device or non-regulated articles. Not for use in diagnostic or therapeutic procedures.</p>\n</div>\n</div>\n<!--Disclaimer - end--> </div>\n</footer>\n\n\n\n\n\n" ]
[ "<head>&#13;\n <meta charset=\"utf-8\"/>&#13;\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>&#13;\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info = {\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"b3a83298d2\",\"applicationID\":\"100967439\",\"transactionName\":\"ZVQDMEJTDUFQV0BfWFweLDJzHTBbRVFXWUVXcg4KREAMXl1RRhl+XFUEHA==\",\"queueTime\":0,\"applicationTime\":1329,\"agent\":\"\",\"atts\":\"\"}</script><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQ4FVV9SCRABVFFbAQYDVV0=\"};window.NREUM||(NREUM={}),__nr_require=function(t,n,e){function r(e){if(!n[e]){var o=n[e]={exports:{}};t[e][0].call(o.exports,function(n){var o=t[e][1][n];return r(o||n)},o,o.exports)}return n[e].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o&lt;e.length;o++)r(e[o]);return r}({1:[function(t,n,e){function r(t){try{s.console&amp;&amp;console.log(t)}catch(n){}}var o,i=t(\"ee\"),a=t(18),s={};try{o=localStorage.getItem(\"__nr_flags\").split(\",\"),console&amp;&amp;\"function\"==typeof console.log&amp;&amp;(s.console=!0,o.indexOf(\"dev\")!==-1&amp;&amp;(s.dev=!0),o.indexOf(\"nr_dev\")!==-1&amp;&amp;(s.nrDev=!0))}catch(c){}s.nrDev&amp;&amp;i.on(\"internal-error\",function(t){r(t.stack)}),s.dev&amp;&amp;i.on(\"fn-err\",function(t,n,e){r(e.stack)}),s.dev&amp;&amp;(r(\"NR AGENT IN DEVELOPMENT MODE\"),r(\"flags: \"+a(s,function(t,n){return t}).join(\", \")))},{}],2:[function(t,n,e){function r(t,n,e,r,s){try{p?p-=1:o(s||new UncaughtException(t,n,e),!0)}catch(f){try{i(\"ierr\",[f,c.now(),!0])}catch(d){}}return\"function\"==typeof u&amp;&amp;u.apply(this,a(arguments))}function UncaughtException(t,n,e){this.message=t||\"Uncaught error with no additional information\",this.sourceURL=n,this.line=e}function o(t,n){var e=n?null:c.now();i(\"err\",[t,e])}var i=t(\"handle\"),a=t(19),s=t(\"ee\"),c=t(\"loader\"),f=t(\"gos\"),u=window.onerror,d=!1,l=\"nr@seenError\",p=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(h){\"stack\"in h&amp;&amp;(t(8),t(7),\"addEventListener\"in window&amp;&amp;t(5),c.xhrWrappable&amp;&amp;t(9),d=!0)}s.on(\"fn-start\",function(t,n,e){d&amp;&amp;(p+=1)}),s.on(\"fn-err\",function(t,n,e){d&amp;&amp;!e[l]&amp;&amp;(f(e,l,function(){return!0}),this.thrown=!0,o(e))}),s.on(\"fn-end\",function(){d&amp;&amp;!this.thrown&amp;&amp;p&gt;0&amp;&amp;(p-=1)}),s.on(\"internal-error\",function(t){i(\"ierr\",[t,c.now(),!0])})},{}],3:[function(t,n,e){t(\"loader\").features.ins=!0},{}],4:[function(t,n,e){function r(t){}if(window.performance&amp;&amp;window.performance.timing&amp;&amp;window.performance.getEntriesByType){var o=t(\"ee\"),i=t(\"handle\"),a=t(8),s=t(7),c=\"learResourceTimings\",f=\"addEventListener\",u=\"resourcetimingbufferfull\",d=\"bstResource\",l=\"resource\",p=\"-start\",h=\"-end\",m=\"fn\"+p,w=\"fn\"+h,v=\"bstTimer\",y=\"pushState\",g=t(\"loader\");g.features.stn=!0,t(6);var x=NREUM.o.EV;o.on(m,function(t,n){var e=t[0];e instanceof x&amp;&amp;(this.bstStart=g.now())}),o.on(w,function(t,n){var e=t[0];e instanceof x&amp;&amp;i(\"bst\",[e,n,this.bstStart,g.now()])}),a.on(m,function(t,n,e){this.bstStart=g.now(),this.bstType=e}),a.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),this.bstType])}),s.on(m,function(){this.bstStart=g.now()}),s.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),\"requestAnimationFrame\"])}),o.on(y+p,function(t){this.time=g.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i(\"bstHist\",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&amp;&amp;(window.performance[\"c\"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance[\"c\"+c]()},!1):window.performance[f](\"webkit\"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance[\"webkitC\"+c]()},!1)),document[f](\"scroll\",r,{passive:!0}),document[f](\"keypress\",r,!1),document[f](\"click\",r,!1)}},{}],5:[function(t,n,e){function r(t){for(var n=t;n&amp;&amp;!n.hasOwnProperty(u);)n=Object.getPrototypeOf(n);n&amp;&amp;o(n)}function o(t){s.inPlace(t,[u,d],\"-\",i)}function i(t,n){return t[1]}var a=t(\"ee\").get(\"events\"),s=t(21)(a,!0),c=t(\"gos\"),f=XMLHttpRequest,u=\"addEventListener\",d=\"removeEventListener\";n.exports=a,\"getPrototypeOf\"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&amp;&amp;(o(window),o(f.prototype)),a.on(u+\"-start\",function(t,n){var e=t[1],r=c(e,\"nr@wrapped\",function(){function t(){if(\"function\"==typeof e.handleEvent)return e.handleEvent.apply(e,arguments)}var n={object:t,\"function\":e}[typeof e];return n?s(n,\"fn-\",null,n.name||\"anonymous\"):e});this.wrapped=t[1]=r}),a.on(d+\"-start\",function(t){t[1]=this.wrapped||t[1]})},{}],6:[function(t,n,e){var r=t(\"ee\").get(\"history\"),o=t(21)(r);n.exports=r,o.inPlace(window.history,[\"pushState\",\"replaceState\"],\"-\")},{}],7:[function(t,n,e){var r=t(\"ee\").get(\"raf\"),o=t(21)(r),i=\"equestAnimationFrame\";n.exports=r,o.inPlace(window,[\"r\"+i,\"mozR\"+i,\"webkitR\"+i,\"msR\"+i],\"raf-\"),r.on(\"raf-start\",function(t){t[0]=o(t[0],\"fn-\")})},{}],8:[function(t,n,e){function r(t,n,e){t[0]=a(t[0],\"fn-\",null,e)}function o(t,n,e){this.method=e,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=a(t[0],\"fn-\",this,e)}var i=t(\"ee\").get(\"timer\"),a=t(21)(i),s=\"setTimeout\",c=\"setInterval\",f=\"clearTimeout\",u=\"-start\",d=\"-\";n.exports=i,a.inPlace(window,[s,\"setImmediate\"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,\"clearImmediate\"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],9:[function(t,n,e){function r(t,n){d.inPlace(n,[\"onreadystatechange\"],\"fn-\",s)}function o(){var t=this,n=u.context(t);t.readyState&gt;3&amp;&amp;!n.resolved&amp;&amp;(n.resolved=!0,u.emit(\"xhr-resolved\",[],t)),d.inPlace(t,y,\"fn-\",s)}function i(t){g.push(t),h&amp;&amp;(b?b.then(a):w?w(a):(E=-E,R.data=E))}function a(){for(var t=0;t&lt;g.length;t++)r([],g[t]);g.length&amp;&amp;(g=[])}function s(t,n){return n}function c(t,n){for(var e in t)n[e]=t[e];return n}t(5);var f=t(\"ee\"),u=f.get(\"xhr\"),d=t(21)(u),l=NREUM.o,p=l.XHR,h=l.MO,m=l.PR,w=l.SI,v=\"readystatechange\",y=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"],g=[];n.exports=u;var x=window.XMLHttpRequest=function(t){var n=new p(t);try{u.emit(\"new-xhr\",[n],n),n.addEventListener(v,o,!1)}catch(e){try{u.emit(\"internal-error\",[e])}catch(r){}}return n};if(c(p,x),x.prototype=p.prototype,d.inPlace(x.prototype,[\"open\",\"send\"],\"-xhr-\",s),u.on(\"send-xhr-start\",function(t,n){r(t,n),i(n)}),u.on(\"open-xhr-start\",r),h){var b=m&amp;&amp;m.resolve();if(!w&amp;&amp;!m){var E=1,R=document.createTextNode(E);new h(a).observe(R,{characterData:!0})}}else f.on(\"fn-end\",function(t){t[0]&amp;&amp;t[0].type===v||a()})},{}],10:[function(t,n,e){function r(){var t=window.NREUM,n=t.info.accountID||null,e=t.info.agentID||null,r=t.info.trustKey||null,i=\"btoa\"in window&amp;&amp;\"function\"==typeof window.btoa;if(!n||!e||!i)return null;var a={v:[0,1],d:{ty:\"Browser\",ac:n,ap:e,id:o.generateCatId(),tr:o.generateCatId(),ti:Date.now()}};return r&amp;&amp;n!==r&amp;&amp;(a.d.tk=r),btoa(JSON.stringify(a))}var o=t(16);n.exports={generateTraceHeader:r}},{}],11:[function(t,n,e){function r(t){var n=this.params,e=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r&lt;p;r++)t.removeEventListener(l[r],this.listener,!1);n.aborted||(e.duration=s.now()-this.startTime,this.loadCaptureCalled||4!==t.readyState?null==n.status&amp;&amp;(n.status=0):a(this,t),e.cbTime=this.cbTime,d.emit(\"xhr-done\",[t],t),c(\"xhr\",[n,e,this.startTime]))}}function o(t,n){var e=t.responseType;if(\"json\"===e&amp;&amp;null!==n)return n;var r=\"arraybuffer\"===e||\"blob\"===e||\"json\"===e?t.response:t.responseText;return w(r)}function i(t,n){var e=f(n),r=t.params;r.host=e.hostname+\":\"+e.port,r.pathname=e.pathname,t.sameOrigin=e.sameOrigin}function a(t,n){t.params.status=n.status;var e=o(n,t.lastSize);if(e&amp;&amp;(t.metrics.rxSize=e),t.sameOrigin){var r=n.getResponseHeader(\"X-NewRelic-App-Data\");r&amp;&amp;(t.params.cat=r.split(\", \").pop())}t.loadCaptureCalled=!0}var s=t(\"loader\");if(s.xhrWrappable){var c=t(\"handle\"),f=t(12),u=t(10).generateTraceHeader,d=t(\"ee\"),l=[\"load\",\"error\",\"abort\",\"timeout\"],p=l.length,h=t(\"id\"),m=t(15),w=t(14),v=window.XMLHttpRequest;s.features.xhr=!0,t(9),d.on(\"new-xhr\",function(t){var n=this;n.totalCbs=0,n.called=0,n.cbTime=0,n.end=r,n.ended=!1,n.xhrGuids={},n.lastSize=null,n.loadCaptureCalled=!1,t.addEventListener(\"load\",function(e){a(n,t)},!1),m&amp;&amp;(m&gt;34||m&lt;10)||window.opera||t.addEventListener(\"progress\",function(t){n.lastSize=t.loaded},!1)}),d.on(\"open-xhr-start\",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),d.on(\"open-xhr-end\",function(t,n){\"loader_config\"in NREUM&amp;&amp;\"xpid\"in NREUM.loader_config&amp;&amp;this.sameOrigin&amp;&amp;n.setRequestHeader(\"X-NewRelic-ID\",NREUM.loader_config.xpid);var e=!1;if(\"init\"in NREUM&amp;&amp;\"distributed_tracing\"in NREUM.init&amp;&amp;(e=!!NREUM.init.distributed_tracing.enabled),e&amp;&amp;this.sameOrigin){var r=u();r&amp;&amp;n.setRequestHeader(\"newrelic\",r)}}),d.on(\"send-xhr-start\",function(t,n){var e=this.metrics,r=t[0],o=this;if(e&amp;&amp;r){var i=w(r);i&amp;&amp;(e.txSize=i)}this.startTime=s.now(),this.listener=function(t){try{\"abort\"!==t.type||o.loadCaptureCalled||(o.params.aborted=!0),(\"load\"!==t.type||o.called===o.totalCbs&amp;&amp;(o.onloadCalled||\"function\"!=typeof n.onload))&amp;&amp;o.end(n)}catch(e){try{d.emit(\"internal-error\",[e])}catch(r){}}};for(var a=0;a&lt;p;a++)n.addEventListener(l[a],this.listener,!1)}),d.on(\"xhr-cb-time\",function(t,n,e){this.cbTime+=t,n?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&amp;&amp;\"function\"==typeof e.onload||this.end(e)}),d.on(\"xhr-load-added\",function(t,n){var e=\"\"+h(t)+!!n;this.xhrGuids&amp;&amp;!this.xhrGuids[e]&amp;&amp;(this.xhrGuids[e]=!0,this.totalCbs+=1)}),d.on(\"xhr-load-removed\",function(t,n){var e=\"\"+h(t)+!!n;this.xhrGuids&amp;&amp;this.xhrGuids[e]&amp;&amp;(delete this.xhrGuids[e],this.totalCbs-=1)}),d.on(\"addEventListener-end\",function(t,n){n instanceof v&amp;&amp;\"load\"===t[0]&amp;&amp;d.emit(\"xhr-load-added\",[t[1],t[2]],n)}),d.on(\"removeEventListener-end\",function(t,n){n instanceof v&amp;&amp;\"load\"===t[0]&amp;&amp;d.emit(\"xhr-load-removed\",[t[1],t[2]],n)}),d.on(\"fn-start\",function(t,n,e){n instanceof v&amp;&amp;(\"onload\"===e&amp;&amp;(this.onload=!0),(\"load\"===(t[0]&amp;&amp;t[0].type)||this.onload)&amp;&amp;(this.xhrCbStart=s.now()))}),d.on(\"fn-end\",function(t,n){this.xhrCbStart&amp;&amp;d.emit(\"xhr-cb-time\",[s.now()-this.xhrCbStart,this.onload,n],n)})}},{}],12:[function(t,n,e){n.exports=function(t){var n=document.createElement(\"a\"),e=window.location,r={};n.href=t,r.port=n.port;var o=n.href.split(\"://\");!r.port&amp;&amp;o[1]&amp;&amp;(r.port=o[1].split(\"/\")[0].split(\"@\").pop().split(\":\")[1]),r.port&amp;&amp;\"0\"!==r.port||(r.port=\"https\"===o[0]?\"443\":\"80\"),r.hostname=n.hostname||e.hostname,r.pathname=n.pathname,r.protocol=o[0],\"/\"!==r.pathname.charAt(0)&amp;&amp;(r.pathname=\"/\"+r.pathname);var i=!n.protocol||\":\"===n.protocol||n.protocol===e.protocol,a=n.hostname===document.domain&amp;&amp;n.port===e.port;return r.sameOrigin=i&amp;&amp;(!n.hostname||a),r}},{}],13:[function(t,n,e){function r(){}function o(t,n,e){return function(){return i(t,[f.now()].concat(s(arguments)),n?null:this,e),n?void 0:this}}var i=t(\"handle\"),a=t(18),s=t(19),c=t(\"ee\").get(\"tracer\"),f=t(\"loader\"),u=NREUM;\"undefined\"==typeof window.newrelic&amp;&amp;(newrelic=u);var d=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],l=\"api-\",p=l+\"ixn-\";a(d,function(t,n){u[n]=o(l+n,!0,\"api\")}),u.addPageAction=o(l+\"addPageAction\",!0),u.setCurrentRouteName=o(l+\"routeName\",!0),n.exports=newrelic,u.interaction=function(){return(new r).get()};var h=r.prototype={createTracer:function(t,n){var e={},r=this,o=\"function\"==typeof n;return i(p+\"tracer\",[f.now(),t,e],r),function(){if(c.emit((o?\"\":\"no-\")+\"fn-start\",[f.now(),r,o],e),o)try{return n.apply(this,arguments)}catch(t){throw c.emit(\"fn-err\",[arguments,this,t],e),t}finally{c.emit(\"fn-end\",[f.now()],e)}}}};a(\"actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(t,n){h[n]=o(p+n)}),newrelic.noticeError=function(t,n){\"string\"==typeof t&amp;&amp;(t=new Error(t)),i(\"err\",[t,f.now(),!1,n])}},{}],14:[function(t,n,e){n.exports=function(t){if(\"string\"==typeof t&amp;&amp;t.length)return t.length;if(\"object\"==typeof t){if(\"undefined\"!=typeof ArrayBuffer&amp;&amp;t instanceof ArrayBuffer&amp;&amp;t.byteLength)return t.byteLength;if(\"undefined\"!=typeof Blob&amp;&amp;t instanceof Blob&amp;&amp;t.size)return t.size;if(!(\"undefined\"!=typeof FormData&amp;&amp;t instanceof FormData))try{return JSON.stringify(t).length}catch(n){return}}}},{}],15:[function(t,n,e){var r=0,o=navigator.userAgent.match(/Firefox[\\/\\s](\\d+\\.\\d+)/);o&amp;&amp;(r=+o[1]),n.exports=r},{}],16:[function(t,n,e){function r(){function t(){return n?15&amp;n[e++]:16*Math.random()|0}var n=null,e=0,r=window.crypto||window.msCrypto;r&amp;&amp;r.getRandomValues&amp;&amp;(n=r.getRandomValues(new Uint8Array(31)));for(var o,i=\"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\",a=\"\",s=0;s&lt;i.length;s++)o=i[s],\"x\"===o?a+=t().toString(16):\"y\"===o?(o=3&amp;t()|8,a+=o.toString(16)):a+=o;return a}function o(){function t(){return n?15&amp;n[e++]:16*Math.random()|0}var n=null,e=0,r=window.crypto||window.msCrypto;r&amp;&amp;r.getRandomValues&amp;&amp;Uint8Array&amp;&amp;(n=r.getRandomValues(new Uint8Array(31)));for(var o=[],i=0;i&lt;16;i++)o.push(t().toString(16));return o.join(\"\")}n.exports={generateUuid:r,generateCatId:o}},{}],17:[function(t,n,e){function r(t,n){if(!o)return!1;if(t!==o)return!1;if(!n)return!0;if(!i)return!1;for(var e=i.split(\".\"),r=n.split(\".\"),a=0;a&lt;r.length;a++)if(r[a]!==e[a])return!1;return!0}var o=null,i=null,a=/Version\\/(\\S+)\\s+Safari/;if(navigator.userAgent){var s=navigator.userAgent,c=s.match(a);c&amp;&amp;s.indexOf(\"Chrome\")===-1&amp;&amp;s.indexOf(\"Chromium\")===-1&amp;&amp;(o=\"Safari\",i=c[1])}n.exports={agent:o,version:i,match:r}},{}],18:[function(t,n,e){function r(t,n){var e=[],r=\"\",i=0;for(r in t)o.call(t,r)&amp;&amp;(e[i]=n(r,t[r]),i+=1);return e}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],19:[function(t,n,e){function r(t,n,e){n||(n=0),\"undefined\"==typeof e&amp;&amp;(e=t?t.length:0);for(var r=-1,o=e-n||0,i=Array(o&lt;0?0:o);++r&lt;o;)i[r]=t[n+r];return i}n.exports=r},{}],20:[function(t,n,e){n.exports={exists:\"undefined\"!=typeof window.performance&amp;&amp;window.performance.timing&amp;&amp;\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],21:[function(t,n,e){function r(t){return!(t&amp;&amp;t instanceof Function&amp;&amp;t.apply&amp;&amp;!t[a])}var o=t(\"ee\"),i=t(19),a=\"nr@original\",s=Object.prototype.hasOwnProperty,c=!1;n.exports=function(t,n){function e(t,n,e,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s=\"function\"==typeof e?e(r,a):e||{}}catch(f){l([f,\"\",[r,a,o],s])}u(n+\"start\",[r,a,o],s);try{return c=t.apply(a,r)}catch(d){throw u(n+\"err\",[r,a,d],s),d}finally{u(n+\"end\",[r,a,c],s)}}return r(t)?t:(n||(n=\"\"),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,n,o,i){o||(o=\"\");var a,s,c,f=\"-\"===o.charAt(0);for(c=0;c&lt;n.length;c++)s=n[c],a=t[s],r(a)||(t[s]=e(a,f?s+o:o,i,s))}function u(e,r,o){if(!c||n){var i=c;c=!0;try{t.emit(e,r,o,n)}catch(a){l([a,e,r,o])}c=i}}function d(t,n){if(Object.defineProperty&amp;&amp;Object.keys)try{var e=Object.keys(t);return e.forEach(function(e){Object.defineProperty(n,e,{get:function(){return t[e]},set:function(n){return t[e]=n,n}})}),n}catch(r){l([r])}for(var o in t)s.call(t,o)&amp;&amp;(n[o]=t[o]);return n}function l(n){try{t.emit(\"internal-error\",n)}catch(e){}}return t||(t=o),e.inPlace=f,e.flag=a,e}},{}],ee:[function(t,n,e){function r(){}function o(t){function n(t){return t&amp;&amp;t instanceof r?t:t?c(t,s,i):i()}function e(e,r,o,i){if(!l.aborted||i){t&amp;&amp;t(e,r,o);for(var a=n(o),s=m(e),c=s.length,f=0;f&lt;c;f++)s[f].apply(a,r);var d=u[g[e]];return d&amp;&amp;d.push([x,e,r,a]),a}}function p(t,n){y[t]=m(t).concat(n)}function h(t,n){var e=y[t];if(e)for(var r=0;r&lt;e.length;r++)e[r]===n&amp;&amp;e.splice(r,1)}function m(t){return y[t]||[]}function w(t){return d[t]=d[t]||o(e)}function v(t,n){f(t,function(t,e){n=n||\"feature\",g[e]=n,n in u||(u[n]=[])})}var y={},g={},x={on:p,addEventListener:p,removeEventListener:h,emit:e,get:w,listeners:m,context:n,buffer:v,abort:a,aborted:!1};return x}function i(){return new r}function a(){(u.api||u.feature)&amp;&amp;(l.aborted=!0,u=l.backlog={})}var s=\"nr@context\",c=t(\"gos\"),f=t(18),u={},d={},l=n.exports=o();l.backlog=u},{}],gos:[function(t,n,e){function r(t,n,e){if(o.call(t,n))return t[n];var r=e();if(Object.defineProperty&amp;&amp;Object.keys)try{return Object.defineProperty(t,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(t,n,e){function r(t,n,e,r){o.buffer([t],r),o.emit(t,n,e)}var o=t(\"ee\").get(\"handle\");n.exports=r,r.ee=o},{}],id:[function(t,n,e){function r(t){var n=typeof t;return!t||\"object\"!==n&amp;&amp;\"function\"!==n?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i=\"nr@id\",a=t(\"gos\");n.exports=r},{}],loader:[function(t,n,e){function r(){if(!E++){var t=b.info=NREUM.info,n=p.getElementsByTagName(\"script\")[0];if(setTimeout(u.abort,3e4),!(t&amp;&amp;t.licenseKey&amp;&amp;t.applicationID&amp;&amp;n))return u.abort();f(g,function(n,e){t[n]||(t[n]=e)}),c(\"mark\",[\"onload\",a()+b.offset],null,\"api\");var e=p.createElement(\"script\");e.src=\"https://\"+t.agent,n.parentNode.insertBefore(e,n)}}function o(){\"complete\"===p.readyState&amp;&amp;i()}function i(){c(\"mark\",[\"domContent\",a()+b.offset],null,\"api\")}function a(){return R.exists&amp;&amp;performance.now?Math.round(performance.now()):(s=Math.max((new Date).getTime(),s))-b.offset}var s=(new Date).getTime(),c=t(\"handle\"),f=t(18),u=t(\"ee\"),d=t(17),l=window,p=l.document,h=\"addEventListener\",m=\"attachEvent\",w=l.XMLHttpRequest,v=w&amp;&amp;w.prototype;NREUM.o={ST:setTimeout,SI:l.setImmediate,CT:clearTimeout,XHR:w,REQ:l.Request,EV:l.Event,PR:l.Promise,MO:l.MutationObserver};var y=\"\"+location,g={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1123.min.js\"},x=w&amp;&amp;v&amp;&amp;v[h]&amp;&amp;!/CriOS/.test(navigator.userAgent),b=n.exports={offset:s,now:a,origin:y,features:{},xhrWrappable:x,userAgent:d};t(13),p[h]?(p[h](\"DOMContentLoaded\",i,!1),l[h](\"load\",r,!1)):(p[m](\"onreadystatechange\",o),l[m](\"onload\",r)),c(\"mark\",[\"firstbyte\",s],null,\"api\");var E=0,R=t(20)},{}]},{},[\"loader\",2,11,4,3]);</script>&#13;\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>&#13;\n <title>Coulter Electronics (1976 - 2009)</title>&#13;\n <meta name=\"description\" content=\"Coulter Electronics (1976 - 2009)\"/>&#13;\n <meta name=\"keywords\" content=\"Coulter Electronics (1976 - 2009)\"/>&#13;\n <meta name=\"robots\" content=\"\"/>&#13;\n <link rel=\"canonical\" href=\"https://www.beckman.com/resources/discover/fundamentals/history-of-flow-cytometry/coulter-electronics\"/>&#13;\n <link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-AO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"pt-AO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-BJ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BJ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BW\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-BF\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BF\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-BI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-CM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CV\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"pt-CV\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-CF\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CF\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-TD\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-KM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-KM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-CI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-DJ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-DJ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-CD\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CD\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-CQ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CQ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-CQ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-ET\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-GA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-GA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-GH\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.co.za/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-ZA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-AM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-AM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.cn/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CN\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-GE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-GE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.hk/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-HK\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.hk/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"zh-HK\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.in/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-IN\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.jp/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ja-JP\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.jp/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-JP\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-KZ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-KG\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-KG\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.kr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ko-KR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.kr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-KR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.tw/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-TW\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-TJ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-TJ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-AD\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-AD\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"de-AT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-AT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-BY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-BE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"de-BE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BG\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-HR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.cz/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CZ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-EE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.fr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-FR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.fr/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-FR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.de/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"de-DE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.de/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-DE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-HU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-IE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.it/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"it-IT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.it/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-IT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-LV\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"de-LI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-LI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-LT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-LU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-LU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"de-LU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-MK\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-MT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-MC\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-MC\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.pt/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"pt-PT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.pt/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-PT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-RO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.ru/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-RU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.ru/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-RU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"it-SM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-SM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-SK\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-SI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.es/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-ES\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.es/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-ES\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.se/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-SE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.se/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-SE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.se/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"de-SE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.ch/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CH\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-UA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.uk/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-GB\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-AG\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-AR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-AR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BB\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BZ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-BZ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-BO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.com.br/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.com.br/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-BR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-CL\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CL\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.co/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-CO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.co/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-CR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-CU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-DM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-DO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-DO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-EC\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-SV\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-SV\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-GD\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-GT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-HT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-HT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-HN\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-JM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-MU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-MU\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.mx/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-MX\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.mx/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-MX\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-NI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-NI\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-PA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-PA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-PY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-PY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-PE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-PE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-PR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-PR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-KN\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-LC\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-VC\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-SR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BS\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-TT\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-UY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-UY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"es-VE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-VE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-DZ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-DZ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-BH\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-IR\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-IQ\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"ru-IL\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-JO\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-KW\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-LB\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-LB\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-LY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"it-LY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-MA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-MA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-OM\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-QA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-SY\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"fr-TN\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-TN\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.ae/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-AE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-YE\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.mybeckman.ca/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-CA\"/>&#13;\n<link rel=\"alternate\" href=\"https://admin.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics\" hreflang=\"en-US\"/>&#13;\n&#13;\n <link rel=\"stylesheet\" type=\"text/css\" href=\"https://cloud.typography.com/7861374/7540572/css/fonts.css\"/>&#13;\n <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/css/styles.css\"/>&#13;\n&#13;\n <!-- Google Tag Manager -->&#13;\n <script>&#13;\n (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':&#13;\n new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],&#13;\n j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=&#13;\n 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);&#13;\n })(window,document,'script','dataLayer','GTM-MKPT2R');</script>&#13;\n <!-- End Google Tag Manager -->&#13;\n <!-- Fix for Coveo in IE July 2018 (pre Coveo Hive)-->&#13;\n <script src=\"/assets/js/promise-polyfill.min.js\"/>&#13;\n&#13;\n \n<meta name=\"VIcurrentDateTime\" content=\"636915502378848590\"/>\n<script type=\"text/javascript\" src=\"/layouts/system/VisitorIdentification.js\"/>\n&#13;\n <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->&#13;\n <!--[if lt IE 9]>\r\n <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\r\n <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\r\n <![endif]-->&#13;\n <script>&#13;\n window.BCI_GoogleTagManager = 'GTM-MKPT2R';&#13;\n </script>&#13;\n <script type=\"text/javascript\" lang=\"javascript\" src=\"//cdns.us1.gigya.com/js/gigya.js?apikey=3_PVStLqEx0TFQUSJPDKWtDxhjDc54GR6kr58QbwAW4rMbVgr8f_lOV7XVwrSRfOd0&amp;lang=en-US\">&#13;\n </script>&#13;\n&#13;\n <!--Google ads scripts-->&#13;\n <!--End Google ads scripts-->&#13;\n&#13;\n <!--Google Tag Manager code to tag successfull submission of gated content form-->&#13;\n <script>&#13;\n var referrer = document.referrer;&#13;\n var currentUrl = window.location.pathname;&#13;\n&#13;\n if (document.cookie.match(/^(.*;)?\\s*GatedContentCookie\\s*=\\s*[^;]+(.*)?$/) &amp;&amp; !!referrer &amp;&amp; referrer.includes(currentUrl)) {&#13;\n dataLayer.push({&#13;\n 'event': 'Successful_GatedContent_FormSubmission',&#13;\n 'referrer': referrer,&#13;\n 'currentUrl': currentUrl&#13;\n });&#13;\n }&#13;\n </script>&#13;\n <!---->&#13;\n</head>&#13;\n&#13;\n" ]
[ "<title>Coulter Electronics (1976 - 2009)</title>&#13;\n " ]
[ { "key": "datasource", "type": "global", "value": "www.beckman.com > resources > fundamentals > history of flow cytometry > coulter electronics" } ]
[ { "char_end_idx": 478, "char_start_idx": 0, "key": "length", "type": "local", "value": "478" }, { "char_end_idx": 567, "char_start_idx": 478, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 1222, "char_start_idx": 567, "key": "length", "type": "local", "value": "654" }, { "char_end_idx": 1437, "char_start_idx": 1222, "key": "length", "type": "local", "value": "214" }, { "char_end_idx": 1510, "char_start_idx": 1437, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 1772, "char_start_idx": 1510, "key": "length", "type": "local", "value": "261" }, { "char_end_idx": 1939, "char_start_idx": 1772, "key": "length", "type": "local", "value": "166" }, { "char_end_idx": 2262, "char_start_idx": 1939, "key": "length", "type": "local", "value": "322" }, { "char_end_idx": 2424, "char_start_idx": 2262, "key": "length", "type": "local", "value": "161" }, { "char_end_idx": 2585, "char_start_idx": 2424, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 2735, "char_start_idx": 2585, "key": "length", "type": "local", "value": "149" }, { "char_end_idx": 2843, "char_start_idx": 2735, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 2891, "char_start_idx": 2843, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 3048, "char_start_idx": 2891, "key": "length", "type": "local", "value": "156" }, { "char_end_idx": 3136, "char_start_idx": 3048, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 3138, "char_start_idx": 3136, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 3211, "char_start_idx": 3138, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 3359, "char_start_idx": 3211, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 3591, "char_start_idx": 3359, "key": "length", "type": "local", "value": "231" }, { "char_end_idx": 3597, "char_start_idx": 3591, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 3677, "char_start_idx": 3597, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 3748, "char_start_idx": 3677, "key": "length", "type": "local", "value": "70" } ]
[ { "key": "length", "type": "global", "value": "3750" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "data-prebind-maximum-age", "class", "data-enable-omnibox", "data-enable-query-suggest-addon", "data-enable-simple-field-addon", "data-partial-match-keywords", "data-partial-match-threshold" ], "values": [ "coveo-global-searchbox_container coveo-global-searchbox", "currentMaximumAge currentMaximumAge", "CoveoSearchbox", "true", "true", "true", "5", "50%" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "data-search-interface-id" ], "values": [ "external_search_box_section", "CoveoExternalComponentSection", "coveo-search-interface" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "rel", "href" ], "values": [ "stylesheet", "https://static.cloud.coveo.com/searchui/v2.4094/css/CoveoFullSearch.css" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "link" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "rel", "href" ], "values": [ "stylesheet", "/Coveo/Hive/css/CoveoForSitecore.css" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "link" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "header-search" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 23, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "/register" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "a" }, { "char_end_idx": 24, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "new-account" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "span" }, { "char_end_idx": 24, "char_start_idx": 24, "html_attrs": { "attrs": [ "type", "value", "class" ], "values": [ "submit", "submit", "btn" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "input" }, { "char_end_idx": 24, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 19, "type": "local", "value": "fieldset" }, { "char_end_idx": 24, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "form-drop signup-form-wrap sign-up-form my-beckman-login" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 24, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "banner-area banner-block search-area container" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 57, "char_start_idx": 24, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h1" }, { "char_end_idx": 227, "char_start_idx": 58, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; margin: 0px 0px 10px; padding: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 228, "char_start_idx": 228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 293, "char_start_idx": 228, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center; color: #292929;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 293, "char_start_idx": 228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 294, "char_start_idx": 228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 294, "char_start_idx": 228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 294, "char_start_idx": 294, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 359, "char_start_idx": 294, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 360, "char_start_idx": 294, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 360, "char_start_idx": 294, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 360, "char_start_idx": 228, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "tbody" }, { "char_end_idx": 360, "char_start_idx": 228, "html_attrs": { "attrs": [ "cellspacing", "cellpadding" ], "values": [ "5", "5" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "table" }, { "char_end_idx": 574, "char_start_idx": 360, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 632, "char_start_idx": 575, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 633, "char_start_idx": 360, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; margin: 0px 0px 10px; padding: 0px 0px 0px 40px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 633, "char_start_idx": 633, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 633, "char_start_idx": 633, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 633, "char_start_idx": 633, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 633, "char_start_idx": 633, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 633, "char_start_idx": 633, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 709, "char_start_idx": 633, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "em" }, { "char_end_idx": 709, "char_start_idx": 633, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 14, "type": "local", "value": "small" }, { "char_end_idx": 709, "char_start_idx": 633, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 13, "type": "local", "value": "p" }, { "char_end_idx": 710, "char_start_idx": 633, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 710, "char_start_idx": 633, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 710, "char_start_idx": 710, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 718, "char_start_idx": 710, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 741, "char_start_idx": 719, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 757, "char_start_idx": 742, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 781, "char_start_idx": 758, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 820, "char_start_idx": 782, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 821, "char_start_idx": 710, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px 0px 10px; padding: 0px 0px 0px 40px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 821, "char_start_idx": 710, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 834, "char_start_idx": 821, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 855, "char_start_idx": 835, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 874, "char_start_idx": 856, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 913, "char_start_idx": 875, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 941, "char_start_idx": 914, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 958, "char_start_idx": 942, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 959, "char_start_idx": 821, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px 0px 10px; padding: 0px 0px 0px 40px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 959, "char_start_idx": 821, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "span" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 959, "char_start_idx": 959, "html_attrs": { "attrs": [ "height", "alt", "width", "src" ], "values": [ "400", "Coulter Flow Cytometer EPICS XL", "600", "https://media.beckman.com/-/media/flow-cytometry/content/history/flow-cytometry-history-1993-epics-xl-2017-05.jpg?la=en-us&hash=133306D93949808F752DC832055B0DBBF6EF5790" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "img" }, { "char_end_idx": 977, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 22, "type": "local", "value": "li" }, { "char_end_idx": 997, "char_start_idx": 978, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1020, "char_start_idx": 998, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1046, "char_start_idx": 1021, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px; list-style-type: disc; list-style-image: initial; text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1047, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px 0px 10px; padding: 0px 0px 0px 40px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "ul" }, { "char_end_idx": 1047, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; width: 337px; margin: 0px; padding: 0px; text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 1047, "char_start_idx": 1047, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1511, "char_start_idx": 1047, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; margin: 0px 0px 10px; padding: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 1940, "char_start_idx": 1512, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; margin: 0px 0px 10px; padding: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1941, "char_start_idx": 1941, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1941, "char_start_idx": 1941, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff; color: #292929;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2106, "char_start_idx": 1941, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; margin: 0px 0px 10px; padding: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 3212, "char_start_idx": 2107, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; margin: 0px 0px 10px; padding: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3235, "char_start_idx": 3213, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0px; padding: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 3592, "char_start_idx": 3213, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #292929; margin: 0px 0px 10px; padding: 0px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3593, "char_start_idx": 24, "html_attrs": { "attrs": [ "id" ], "values": [ "content-holder" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3593, "char_start_idx": 24, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-9" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3593, "char_start_idx": 24, "html_attrs": { "attrs": [ "class" ], "values": [ "container two-columns-holder row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3593, "char_start_idx": 24, "html_attrs": { "attrs": [ "class" ], "values": [ "main-holder" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3593, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "role" ], "values": [ "main", "main" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3722, "char_start_idx": 3722, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3740, "char_start_idx": 3722, "html_attrs": { "attrs": [ "href" ], "values": [ "/search" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3740, "char_start_idx": 3740, "html_attrs": { "attrs": [ "href" ], "values": [ "/oldsearch" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3740, "char_start_idx": 3740, "html_attrs": { "attrs": [ "href" ], "values": [ "/search" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3749, "char_start_idx": 3593, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "strong" }, { "char_end_idx": 3749, "char_start_idx": 3593, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 3750, "char_start_idx": 3750, "html_attrs": { "attrs": [ "class" ], "values": [ "flash-message__close" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3750, "char_start_idx": 3593, "html_attrs": { "attrs": [ "class" ], "values": [ "flash-message container flash-message__content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3750, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "wrapper" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3750, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "body" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 24, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "New ? Create an Account\n" }, { "char_end_idx": 57, "char_start_idx": 24, "key": "paragraph", "marker": "h1", "type": "local", "value": "Coulter Electronics (1976 - 2009)" }, { "char_end_idx": 228, "char_start_idx": 57, "key": "paragraph", "marker": "p", "type": "local", "value": "\nA series of instruments which were essentially 5 watt argon ion laser instruments, complete with a multiparameter data analysis system, floppy drive and graphics printer\n" }, { "char_end_idx": 294, "char_start_idx": 228, "key": "paragraph", "marker": "p", "type": "local", "value": "Hand-drawn advertising drafts of the first Coulter Counter (1956)\n" }, { "char_end_idx": 360, "char_start_idx": 294, "key": "paragraph", "marker": "p", "type": "local", "value": "Hand-drawn advertising drafts of the first Coulter Counter (1956)\n" }, { "char_end_idx": 574, "char_start_idx": 360, "key": "paragraph", "marker": "li", "type": "local", "value": "Schlossman at the Farber Institute in Boston, began to make monoclonal antibodies to white blood cell antigens in 1978. Eventually he collaborated with Ortho Diagnostics who distributed the famous \"OK T4\"etc., Mabs" }, { "char_end_idx": 632, "char_start_idx": 574, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCoulter Immunology also acquired rights to his antibodies" }, { "char_end_idx": 633, "char_start_idx": 632, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 710, "char_start_idx": 633, "key": "paragraph", "marker": "p", "type": "local", "value": "Coulter Hematology VC Integration of flow cytometry into hematology analyzer\n" }, { "char_end_idx": 718, "char_start_idx": 710, "key": "paragraph", "marker": "li", "type": "local", "value": "AccuFlex" }, { "char_end_idx": 741, "char_start_idx": 718, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDecision Support Rules" }, { "char_end_idx": 757, "char_start_idx": 741, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIntelliKinetics" }, { "char_end_idx": 781, "char_start_idx": 757, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAutomated Reticulocytes" }, { "char_end_idx": 820, "char_start_idx": 781, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIntegrated SlideMaker and SlideStainer" }, { "char_end_idx": 821, "char_start_idx": 820, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 834, "char_start_idx": 821, "key": "paragraph", "marker": "li", "type": "local", "value": "Random Access" }, { "char_end_idx": 855, "char_start_idx": 834, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAccuCount Technology" }, { "char_end_idx": 874, "char_start_idx": 855, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExtended Linearity" }, { "char_end_idx": 913, "char_start_idx": 874, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDecreased need for Manual Intervention" }, { "char_end_idx": 941, "char_start_idx": 913, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWBC Interference Correction" }, { "char_end_idx": 958, "char_start_idx": 941, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNRBC enumeration" }, { "char_end_idx": 959, "char_start_idx": 958, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 977, "char_start_idx": 959, "key": "paragraph", "marker": "li", "type": "local", "value": "Bench-top analyzer" }, { "char_end_idx": 997, "char_start_idx": 977, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFour color analysis" }, { "char_end_idx": 1020, "char_start_idx": 997, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAutoloader for samples" }, { "char_end_idx": 1046, "char_start_idx": 1020, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDigital Signal Processing" }, { "char_end_idx": 1047, "char_start_idx": 1046, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1512, "char_start_idx": 1047, "key": "paragraph", "marker": "p", "type": "local", "value": "Modern flow cytometers are able to analyze several thousand particles every second, in \"real time,\" and can actively separate and isolate particles having specified properties. A flow cytometer is similar to a microscope, except that, instead of producing an image of the cell, flow cytometry offers \"high-throughput\" (for a large number of cells) automated quantification of set parameters. To analyze solid tissues, single-cell suspension must first be prepared.\n" }, { "char_end_idx": 1941, "char_start_idx": 1512, "key": "paragraph", "marker": "p", "type": "local", "value": "Early flow cytometers were, in general, experimental devices, but recent technological advances have created a considerable market for the instrumentation, as well as the reagents used in analysis, such as fluorescently-labeled antibodies and analysis software. Modern instruments usually have multiple lasers and fluorescence detectors (the current record for a commercial instrument is 4 lasers and 18 fluorescence detectors).\n" }, { "char_end_idx": 2107, "char_start_idx": 1941, "key": "paragraph", "marker": "p", "type": "local", "value": "Analysis of a marine sample of photosynthetic picoplankton by flow cytometry showing three different populations (Prochlorococcus, Synechococcus, and picoeukaryotes)\n" }, { "char_end_idx": 3213, "char_start_idx": 2107, "key": "paragraph", "marker": "p", "type": "local", "value": "Increasing the number of lasers and detectors allows for multiple antibody labeling, and can more precisely identify a target population by their phenotype. Certain instruments can even take digital images of individual cells, allowing for the analysis of fluorescent signal location within or on the surface of cells. The data generated by flow-cytometers can be plotted in a single dimension, to produce a histogram, or in two-dimensional dot plots or even in three dimensions. The regions on these plots can be sequentially separated, based on fluorescence intensity, by creating a series of subset extractions, termed \"gates.\" Specific gating protocols exist for diagnostic and clinical purposes especially in relation to hematology. The plots are often made on logarithmic scales. Because different fluorescent dyes' emission spectra overlap [1], signals at the detectors have to be compensated electronically as well as computationally. Often, data accumulated using the flow cytometer can be re-analyzed (using software, e.g., Kaluza™ [5]) elsewhere, freeing up the machine for other people to use.\n" }, { "char_end_idx": 3593, "char_start_idx": 3213, "key": "paragraph", "marker": "p", "type": "local", "value": "Commercial Instruments\nBeckman Coulter's complete range of automation and information systems help you streamline processes for maximum efficiency. From delivery of more timely, accurate and reliable patient test results to the elimination of bottlenecks, our automation and information system solutions empower you to manage lab operations more efficiently and cost-effectively.\n" }, { "char_end_idx": 3750, "char_start_idx": 3593, "key": "paragraph", "marker": "div", "type": "local", "value": "Oops. The page you wanted could not be found, so we brought you to something similar. If you still can't find what you want, try searching our site instead.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Coulter Electronics (1976 - 2009)" } ]
[ { "key": "url", "type": "global", "value": "https://www.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics" } ]
[]
New ? Create an Account Coulter Electronics (1976 - 2009) A series of instruments which were essentially 5 watt argon ion laser instruments, complete with a multiparameter data analysis system, floppy drive and graphics printer Hand-drawn advertising drafts of the first Coulter Counter (1956) Hand-drawn advertising drafts of the first Coulter Counter (1956) Schlossman at the Farber Institute in Boston, began to make monoclonal antibodies to white blood cell antigens in 1978. Eventually he collaborated with Ortho Diagnostics who distributed the famous "OK T4"etc., Mabs Coulter Immunology also acquired rights to his antibodies Coulter Hematology VC Integration of flow cytometry into hematology analyzer AccuFlex Decision Support Rules IntelliKinetics Automated Reticulocytes Integrated SlideMaker and SlideStainer Random Access AccuCount Technology Extended Linearity Decreased need for Manual Intervention WBC Interference Correction NRBC enumeration Bench-top analyzer Four color analysis Autoloader for samples Digital Signal Processing Modern flow cytometers are able to analyze several thousand particles every second, in "real time," and can actively separate and isolate particles having specified properties. A flow cytometer is similar to a microscope, except that, instead of producing an image of the cell, flow cytometry offers "high-throughput" (for a large number of cells) automated quantification of set parameters. To analyze solid tissues, single-cell suspension must first be prepared. Early flow cytometers were, in general, experimental devices, but recent technological advances have created a considerable market for the instrumentation, as well as the reagents used in analysis, such as fluorescently-labeled antibodies and analysis software. Modern instruments usually have multiple lasers and fluorescence detectors (the current record for a commercial instrument is 4 lasers and 18 fluorescence detectors). Analysis of a marine sample of photosynthetic picoplankton by flow cytometry showing three different populations (Prochlorococcus, Synechococcus, and picoeukaryotes) Increasing the number of lasers and detectors allows for multiple antibody labeling, and can more precisely identify a target population by their phenotype. Certain instruments can even take digital images of individual cells, allowing for the analysis of fluorescent signal location within or on the surface of cells. The data generated by flow-cytometers can be plotted in a single dimension, to produce a histogram, or in two-dimensional dot plots or even in three dimensions. The regions on these plots can be sequentially separated, based on fluorescence intensity, by creating a series of subset extractions, termed "gates." Specific gating protocols exist for diagnostic and clinical purposes especially in relation to hematology. The plots are often made on logarithmic scales. Because different fluorescent dyes' emission spectra overlap [1], signals at the detectors have to be compensated electronically as well as computationally. Often, data accumulated using the flow cytometer can be re-analyzed (using software, e.g., Kaluza™ [5]) elsewhere, freeing up the machine for other people to use. Commercial Instruments Beckman Coulter's complete range of automation and information systems help you streamline processes for maximum efficiency. From delivery of more timely, accurate and reliable patient test results to the elimination of bottlenecks, our automation and information system solutions empower you to manage lab operations more efficiently and cost-effectively. Oops. The page you wanted could not be found, so we brought you to something similar. If you still can't find what you want, try searching our site instead.
https://www.beckman.com/resources/fundamentals/history-of-flow-cytometry/coulter-electronics
[ { "char_end_idx": 43, "char_start_idx": 24, "key": "entity", "type": "local", "value": "Beckman_Coulter" }, { "char_end_idx": 286, "char_start_idx": 271, "key": "entity", "type": "local", "value": "Coulter_counter" }, { "char_end_idx": 352, "char_start_idx": 337, "key": "entity", "type": "local", "value": "Coulter_counter" }, { "char_end_idx": 404, "char_start_idx": 398, "key": "entity", "type": "local", "value": "Boston" }, { "char_end_idx": 2070, "char_start_idx": 2055, "key": "entity", "type": "local", "value": "Prochlorococcus" }, { "char_end_idx": 2085, "char_start_idx": 2072, "key": "entity", "type": "local", "value": "Synechococcus" }, { "char_end_idx": 3147, "char_start_idx": 3141, "key": "entity", "type": "local", "value": "Theodor_Kaluza" }, { "char_end_idx": 3251, "char_start_idx": 3236, "key": "entity", "type": "local", "value": "Beckman_Coulter" } ]
[ { "char_end_idx": 57, "char_start_idx": 24, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Beckman_Coulter" }, { "char_end_idx": 294, "char_start_idx": 228, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Coulter_counter" }, { "char_end_idx": 360, "char_start_idx": 294, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Coulter_counter" }, { "char_end_idx": 574, "char_start_idx": 360, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Boston" }, { "char_end_idx": 2107, "char_start_idx": 1941, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Prochlorococcus" }, { "char_end_idx": 2107, "char_start_idx": 1941, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Synechococcus" }, { "char_end_idx": 3213, "char_start_idx": 2107, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Theodor_Kaluza" }, { "char_end_idx": 3593, "char_start_idx": 3213, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Beckman_Coulter" } ]
0
951
1556250866000
<!DOCTYPE html> <!--[if IE 8 ]><html class="ie8" lang="en"><![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--> <head> <title>Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video | 99.3-105.7 Kiss FM</title> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta charset="utf-8" /> <script> var ione_tag_manager = {"ga":{"title":"Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video","id":"UA-28829073-2","categories":"Entertainment News,King Tutt","tags":"Beyonce's Babies Make Appearance In 'Vogue' Behind The Scenes Video","author":"ronedtutt","post_type":"post","site_type":"local","dimensions":{"dimension1":"Entertainment News","dimension2":"ronedtutt","dimension3":"2956104","dimension4":"08-15-2018","dimension5":"Wed","dimension6":"11:01:04","dimension7":"Post","dimension8":"https:\/\/kissrichmond.com\/2956104\/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video\/","dimension9":"R1 Local","dimension10":"Post","dimension21":"no","dimension15":"ve_random"}},"sonobi_lib":"\/\/mtrx.go.sonobi.com\/morpheus.InteractiveOneLocal.1565.js","indexexchange_lib":null,"lazyload_enable":false,"aps_enable":false,"aps_pub_id":null,"aps_lib":"\/\/c.amazon-adsystem.com\/aax2\/apstag.js","lazyload_margin":0,"gumgum":"c27d34c4"}; var ione_mezzobit = ione_tag_manager; // Support legacy tags using 'ione_mezzobit'. </script> <script> var stylesheet_directory_uri = "https:\/\/s2.wp.com\/wp-content\/themes\/vip\/ione3", home_url = "https:\/\/kissrichmond.com\/", ajax_url = "https:\/\/kissrichmond.com\/wp-admin\/admin-ajax.php", ad_s = 'p', ad_i = 2956104, screenSizes = [1000,768,480,320], resizeHooks = { all: [], 320: [], 480: [], 768: [], 1000: [] }; var weather_page_permalink = "https:\/\/kissrichmond.com\/weather\/"; </script> <meta name="description" content="A three-minute behind-the-scenes video of Beyonce&#039;s Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z&#039;s kids. Blue Ivy is seen playing several times in the video and Beyonce kisses her twins Rumi and Sir in the clip." /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer', 'GTM-TPR8JL');</script> <!-- End Google Tag Manager --> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//r-login.wordpress.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//ovp.iris.tv' /> <link rel='dns-prefetch' href='//static.streamhub.tv' /> <link rel='dns-prefetch' href='//w3.cdn.anvato.net' /> <link rel='dns-prefetch' href='//ronekissrichmond.wordpress.com' /> <link rel='dns-prefetch' href='//s3.amazonaws.com' /> <link rel="alternate" type="application/rss+xml" title="99.3-105.7 Kiss FM &raquo; Feed" href="https://kissrichmond.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="99.3-105.7 Kiss FM &raquo; Comments Feed" href="https://kissrichmond.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="99.3-105.7 Kiss FM &raquo; Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video Comments Feed" href="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1550249335h&ver=5.2-beta3-45266"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/_static/??-eJx9zcEKwyAMgOEXmg0bnfQy9ixqw5rVqBil9O2bDnbtJYTwfwS2YiiF2GcUCCIwkzTwMYfVRPLV1R2k7REHpjRocAMVIaeGqQF3U2L/UFKbK+qdi2tnwTiTw4is2RXjYv/qXBcXVrnqt6K18b5UFDE6mTqbtuijn3vz6/4c7TRNo318D0zFUdk=?cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='ione_remote_ad_stylesheet-css' href='https://s3.amazonaws.com/ads-videoplayer/rich-media-ads-global.css?ver=5.2-beta3-45266' type='text/css' media='all' /> <link rel='stylesheet' id='all-css-2-1' href='https://s1.wp.com/_static/??-eJydjEsKgDAMRC9kDUWruBCPIlIDRm0qJuj1/V5AN8Mw83iwL8ZHVmQFHTCgwEYLUGTMoBNBFRjPDbmPK8hMfnoyDcSpF0ngr8Hc9CfPyb1fe9UV+3YfSPESNKG2zrncFaWtxgNDzE9q?cssminify=yes' type='text/css' media='all' /> <!--[if lte IE 8]> <link rel='stylesheet' id='ione3-oldie-css' href='https://s2.wp.com/wp-content/themes/vip/ione3/assets/css/themes_css/red_white_oldie.css?ver=0.3.1' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJx9j10KAjEMhC9kDQsV9UE8S1tjN5JtliZ1r+/6rwi+zSSZjwlMo0tSDIuB9TigwplGGLllKgoaiK2vDZIqTHTIaEttUVOliMt5uACCIkYzQ1/ivvggD809iRnFsaRgJOXLuCMHqv+iFSNLnmW+1Xnbn9Djk95DZomBrwf7Ydf51db7zbrzpwvkBVwZ?cssminify=yes' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyFztEKwjAMBdAfsiu6Dp/Eb6k1jtQlrU3q0K+3A30QhkLgPtwDN3bOBjlM9QxiY7tbhfJ4RxdlY38BQzgWr9AR8geHxAqsi81JlEDEj7DSUjrhBKYKlAZY28wlrbjvl5DvCPNfFkGzD1dTQPC5rB/psB0Gt+v7vXPxBTjQW9A='></script> <script type='text/javascript' src='https://r-login.wordpress.com/remote-login.php?m=1552505935h&#038;action=js&#038;host=kissrichmond.com&#038;id=32288585&#038;t=1556250865&#038;back=https%3A%2F%2Fkissrichmond.com%2F2956104%2Fbeyonces-babies-make-appearance-in-vogue-behind-the-scenes-video%2F&#038;ver=1526988078' async defer onload='check_remote_login()'></script> <script type='text/javascript'> function check_remote_login() { if ( 'function' === typeof WPRemoteLogin ) { document.cookie = "wordpress_test_cookie=test; path=/"; if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) { WPRemoteLogin(); } } } </script> <script type='text/javascript'> /* <![CDATA[ */ var ionegpt = {"tags":[],"attrs":{"pg":"entertainment-news","content":["post"],"category":["entertainment-news","king-tutt"],"tag":["beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video"],"author":"ronedtutt","postname":"beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video","slot":"entertainment-news","ar":"id:2956104","postID":"2956104"},"gptSlots":[],"debug":"","utils":{"is_home":false,"home_url":"https:\/\/kissrichmond.com"}}; /* ]]> */ </script> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyNjsEKgzAQRH+oumhR8FD6KSUmi64km5Dd1N9vmkKPpceBeW8GztQRW18cChwChR1msTFjH4j7Qy5QGzayIivojqH2npSAIuMVjAhqA1t+2ExK1vi/4O9uiK54/Dg645pvSzr+MCRfNmIBMeR1z+WNnOQ21F7KKvXHihW/h9swTeMyzPOyHC8hKlce'></script> <link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all' /> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ronekissrichmond.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress.com" /> <link rel="canonical" href="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/" /> <link rel='shortlink' href='https://wp.me/p2btJD-cp16' /> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fkissrichmond.com%2F2956104%2Fbeyonces-babies-make-appearance-in-vogue-behind-the-scenes-video%2F&amp;for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fkissrichmond.com%2F2956104%2Fbeyonces-babies-make-appearance-in-vogue-behind-the-scenes-video%2F&amp;for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video" /> <meta property="og:url" content="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/" /> <meta property="og:description" content="A three-minute behind-the-scenes video of Beyonce&#8217;s Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z&#8217;s kids. Blue Ivy is seen playing …" /> <meta property="article:published_time" content="2018-08-15T15:01:04+00:00" /> <meta property="article:modified_time" content="2018-08-17T12:38:45+00:00" /> <meta property="og:site_name" content="99.3-105.7 Kiss FM" /> <meta property="og:image" content="https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&#038;strip=all&#038;w=560&#038;h=320&#038;crop=1" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="917" /> <meta property="og:image:alt" content="2016 MTV Video Music Awards - Arrivals" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@KissRichmond" /> <meta name="twitter:site" content="@KissRichmond" /> <meta name="twitter:text:title" content="Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video" /> <meta name="twitter:image" content="https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&#038;strip=all&#038;w=560&#038;h=320&#038;crop=1" /> <meta name="twitter:image:alt" content="2016 MTV Video Music Awards - Arrivals" /> <meta name="twitter:card" content="summary_large_image" /> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom" /> <meta name="twitter:title" content="Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind T" /> <meta name="twitter:description" content="&lt;div&gt; A three-minute behind-the-scenes video of Beyonce&#039;s &lt;em&gt;Vogue &lt;/em&gt;photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z&#039;s kids. Blue Ivy is seen" /> <meta property="pubexchange:headline" content="Beyonce&#039;s Babies Make Appearance In &#039;Vogue&#039; Behind The Scenes Video" /> <meta property="pubexchange:description" content="&lt;div&gt; A three-minute behind-the-scenes video of Beyonce&#039;s &lt;em&gt;Vogue &lt;/em&gt;photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z&#039;s kids. Blue Ivy is seen playing several times in the video and Beyonce kisses " /> <meta property="pubexchange:image" content="https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&#038;strip=all&#038;w=560&#038;h=320&#038;crop=1" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32" sizes="16x16" /> <link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32" sizes="16x16" /> <link rel="apple-touch-icon-precomposed" href="https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=114" /> <link rel='openid.server' href='https://ronekissrichmond.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://ronekissrichmond.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://kissrichmond.com/osd.xml" title="99.3-105.7 Kiss FM" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <meta property="fb:pages" content="139652642241" /> <script>var _sf_startpt=(new Date()).getTime()</script><meta name="msvalidate.01" content="30473C9E51B1FA7645F80C5736971CF1" /> <script> var DartOrd = Math.floor( Math.random() * 1e16 ); </script> <script type="text/javascript">var ajaxurl = "https://kissrichmond.com/wp-admin/admin-ajax.php"</script><meta name="application-name" content="99.3-105.7 Kiss FM" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://kissrichmond.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=16" /><!-- iOne BEGIN Sailthru Horizon Meta Information --> <meta name='sailthru.date' content='2018-08-15 11:01:04' /> <meta name='sailthru.title' content='Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video' /> <meta name='sailthru.tags' content='Beyonce&#039;s Babies Make Appearance In &#039;Vogue&#039; Behind The Scenes Video' /> <meta name='sailthru.description' content='A three-minute behind-the-scenes video of Beyonce&#039;s Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z&#039;s kids. Blue Ivy is seen playing several times in the video and Beyonce kisses her twins Rumi and Sir in the clip. The candid video was directe' /> <meta name='sailthru.image.full' content='https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all' /> <meta name='sailthru.image.thumb' content='https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=150' /> <!-- iOne END Sailthru Horizon Meta Information --><link rel="amphtml" href="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/amp/"><style type="text/css" id="syntaxhighlighteranchor"></style> <meta name="google-site-verification" content="OK96obABgzZRea-jST7NO9QKqC-K71R0iKB8ETUwc2c" /> <meta name="msvalidate.01" content="045A9DFCA943D7F788EB8555F46A71AC" /> <meta name="apple-itunes-app" content="app-id=416451155, app-argument=https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/"> <style> .custom-header-styles { color:blue; background:url(https://ronekissrichmond.files.wordpress.com/2016/04/146196204549012.jpg); } </style> <script type="text/javascript"> // Run through and set the timeout to refresh page if any of these are true jQuery(document).ready(function ($) { if ($('body.home').length > 0) { setTimeout(function () { window.location.reload() }, "300000" ); } if ($('body.category').length > 0) { setTimeout(function () { window.location.reload() }, "300000" ); } if ($('body.single-post').length > 0) { setTimeout(function () { window.location.reload() }, "900000" ); } }); </script> </head> <!-- Add class has-gravity-ad to body if there's a gravity ad --> <body class="post-template-default single single-post postid-2956104 single-format-standard has-push-menu mp6 customizer-styles-applied no-cover-image entertainment-news king-tutt highlander-enabled highlander-light" style=""> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TPR8JL" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="global-search" class="global-search"> <i class="icon-close global-search-close" id="global-search-close"></i> <!-- Search box placeholder span --> <span class="ionesearch-box-placeholder"></span> <!-- Placeholder span --> <span id="ione-searchresults-placeholder"></span> </div> <!-- Search collection template --> <script id="tmpl-ionesearch-collection" type="text/html"> <div class="search-results"> <div class="results__stories"> <div class="search-results-title">Stories</div> <!-- Placeholder div --> <div id="ione-searchresults-stories-placeholder"></div> </div> <!-- .results__stories --> <div class="results__people"> <div class="search-results-title">People</div> <!-- Placeholder div --> <div id="ione-searchresults-people-placeholder"></div> </div> <!-- .results__people --> </div> <!-- .search-results --> <!-- Search pagination placeholder--> <div id="ione-searchpagination-placeholder"></div> </script> <!-- Search pagination template --> <script id="tmpl-ionesearch-pagination" type="text/html"> <div class="search-pagination"> <# if ( data.maxPages > 1 ) { #> <a class="search-nav-button search-previous <# if ( data.currentPage > 1 ) { #> active <# } #>" value="{{{ data.previousPage }}}">&larr; Previous</a> <div class="pagination-status"> <span class="current-page">{{{ data.currentPage }}}</span> of <span class="max-pages">{{{ data.maxPages }}}</span> </div> <a class="search-nav-button search-next <# if ( data.currentPage < data.maxPages ) { #> active <# } #>" value="{{{ data.nextPage }}}">Next &rarr;</a> <# } #> </div> <!-- .search-pagination --> </script> <!-- Search box template --> <script id="tmpl-ionesearch-box" type="text/html"> <form class="ionesearch-box-form"> <label for="global-search-field" class="search-input-header"> <i class="icon-search"></i> <input type="text" name="s" id="global-search-field" class="global-search-field" placeholder="Type to search" /> <input type="submit" class="ionesearch-box-submit" value="Search" /> </label> <i class="icon-close global-search-close" id="global-search-close"></i> </form> </script> <!-- Search results template --> <script id="tmpl-ionesearch-result" type="text/html"> <div class="post has-post-thumbnail search-result {{ data.hasFocus }}"> <a class="post-link" href="{{ data.link }}"> <# if ( '' !== data.imageUrl ){ #> <img srcset="{{ data.imageUrl }} 1x, {{ data.imageRetinaUrl }} 2x" alt="{{ data.imageAlt }}"> <# } #> <div class="post-meta"> <p class="post-meta__title">{{{ data.title }}}</p> <p class="post-meta__lead">{{{ data.lead }}}</p> </div> </a> </div> </script> <!-- People Search results template --> <script id="tmpl-ionesearch-result-people" type="text/html"> <div class="post has-post-thumbnail search-result search-result--people {{ data.hasFocus }}"> <a class="post-link" href="{{ data.link }}"> <img alt="{{ data.imageAlt }}" src="{{ data.imageUrl }}"> <div class="post-meta"> <p class="post-meta__title">{{{ data.title }}}</p> <p class="author__position">{{ data.position }}</p> </div> </a> </div> </script> <nav class="push-menu" id="push-menu" role="navigation"> <button id="push-menu__close" class="icon-close push-menu__close"><span class="screen-reader-text">Close menu</span></button> <ul id="menu-1-main" class="push-primary-menu"><li id="menu-item-2974792" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2974792"><a href="https://kissrichmond.com/stone-soul-2019-buy-tickets-here/">Stone Soul &#8217;19</a></li> <li id="menu-item-1881094" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881094"><a href="/">Home</a></li> <li id="menu-item-2003871" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2003871"><a href="https://kissrichmond.com/djs/">On Air</a> <ul class="sub-menu"> <li id="menu-item-2003872" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2003872"><a href="/schedule/">Schedule</a></li> <li id="menu-item-2173875" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2173875"><a href="/category/tjms/">Tom Joyner Morning Show</a></li> <li id="menu-item-2869139" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2869139"><a href="/category/community-clo/">Community Clo</a></li> <li id="menu-item-2869138" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2869138"><a href="/category/king-tutt/">King Tutt</a></li> <li id="menu-item-2950894" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2950894"><a href="http://www.quuit.com/quu/playlist/182">Music Playlist</a></li> </ul> </li> <li id="menu-item-2912889" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912889"><a href="https://kissrichmond.com/category/radio-one-exclusives">RVA Exclusives</a> <ul class="sub-menu"> <li id="menu-item-2920585" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2920585"><a href="https://kissrichmond.com/category/in-the-community/">Radio One Richmond Community Page!</a></li> <li id="menu-item-2967060" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2967060"><a href="https://kissrichmond.com/category/king-tutt/daddy-diaries/">Daddy Diaries</a></li> <li id="menu-item-2912908" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912908"><a href="/category/weekend-roundup/">Weekend Roundup</a></li> </ul> </li> <li id="menu-item-2800478" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2800478"><a href="/category/prizes/">Prizes</a> <ul class="sub-menu"> <li id="menu-item-2869924" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2869924"><a>Prize Rules</a></li> </ul> </li> <li id="menu-item-2003874" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2003874"><a href="/events">Events</a></li> <li id="menu-item-2799432" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799432"><a href="/category/photos/">Photos</a></li> <li id="menu-item-2912890" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912890"><a href="/">Connect</a> <ul class="sub-menu"> <li id="menu-item-2003837" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2003837"><a href="https://kissrichmond.com/contact-us/">Contact Us</a></li> <li id="menu-item-2847257" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2847257"><a href="/newsletter-sign-up-2/">Newsletter Sign Up</a></li> <li id="menu-item-2962643" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2962643"><a href="https://kissrichmond.com/2962593/get-the-kiss-richmond-streaming-app/">Listen To Kiss Richmond On Your Alexa!</a></li> <li id="menu-item-2743344" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2743344"><a href="/mobile-text-club/">Join Our Text Club</a></li> <li id="menu-item-2912894" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912894"><a href="https://kissrichmond.com/2894163/download-the-kiss-99-3105-7-mobile-app/">Download Our App</a></li> <li id="menu-item-2912895" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912895"><a href="https://www.facebook.com/kissrichmond/">Facebook</a></li> <li id="menu-item-2912896" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912896"><a href="https://twitter.com/KissRichmond">Twitter</a></li> <li id="menu-item-2912897" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912897"><a href="https://www.instagram.com/kissrichmond/">Instagram</a></li> <li id="menu-item-2912898" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2912898"><a href="https://www.youtube.com/channel/UCb5KVWSpPCv-3bAe3x60IVQ">YouTube</a></li> </ul> </li> </ul><ul id="menu-3-footer-links" class="push-secondary-menu secondary-menu"><li id="menu-item-1881100" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100"><a href="https://kissrichmond.com/contact-us/">Contact Us</a></li> <li id="menu-item-1881101" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101"><a href="https://ionedigital.com/privacy/">Privacy</a></li> <li id="menu-item-2964736" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736"><a href="https://ionedigital.com/ad-choice/">Ad Choice</a></li> <li id="menu-item-1881103" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103"><a href="https://ionedigital.com/terms-of-service/">Terms of Service</a></li> <li id="menu-item-1881104" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104"><a href="http://interactiveone.com/#Advertising">Advertising</a></li> <li id="menu-item-1881105" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105"><a href="/eeo/">EEO</a></li> <li id="menu-item-1881106" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106"><a href="http://home.radio-one.com/about-us/careers/">Careers</a></li> <li id="menu-item-2019710" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710"><a href="/faq">FAQ</a></li> <li id="menu-item-2927807" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807"><a href="https://publicfiles.fcc.gov/fm-profile/wkjs">WKJS’ FCC Public File</a></li> <li id="menu-item-2927808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808"><a href="https://publicfiles.fcc.gov/fm-profile/wkjm">WKJM’s FCC Public File</a></li> <li id="menu-item-2873394" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394"><a href="/">R1 Digital</a></li> </ul><ul id="menu-social-media-menu" class="social-menu"><li id="menu-item-2799401" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799401"><a href="https://www.facebook.com/kissrichmond"><span>Facebook</span></a></li> <li id="menu-item-2799402" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799402"><a href="https://twitter.com/kissrichmond"><span>Twitter</span></a></li> </ul> <div class="push-menu__content"> <p>Copyright &copy; 2019 <a href="http://interactiveone.com">Interactive One, LLC</a>.</p> <p>All Rights Reserved</p> <p>Powered by <a href="https://vip.wordpress.com/?utm_source=vip_powered_wpcom&#038;utm_medium=web&#038;utm_campaign=VIP%20Footer%20Credit&#038;utm_term=kissrichmond.com" rel="generator nofollow" class="powered-by-wpcom">WordPress.com VIP</a></p> </div> </nav> <div id="ione-container" class="push-content"> <header id="header" class="main-header has-player has-custom-logo" role="banner"> <div id="header-inner" class="main-header-inner"> <div class="main-logo-wrapper "> <button id="menu-toggle" class="menu-toggle"><i class="icon-menu"></i></button> <div class="main-title "> <a href="https://kissrichmond.com/"><img srcset="https://ronekissrichmond.files.wordpress.com/2016/02/14561676496263.png?w=470&amp;quality=80&amp;strip=all 1x, https://ronekissrichmond.files.wordpress.com/2016/02/14561676496263.png?w=537&amp;quality=80&amp;strip=all 2x" class="navbar-logo" /></a> </div> </div> <!-- CUSTOM MENU --> <div class="menu-1-main-container"><ul id="menu-1-main-1" class="main-nav main-nav__type-standard"><li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="https://kissrichmond.com/stone-soul-2019-buy-tickets-here/" class="main-nav__item-link">Stone Soul &#8217;19</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="/" class="main-nav__item-link">Home</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="https://kissrichmond.com/djs/" class="main-nav__item-link">On Air</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a href="/schedule/" class="post-link">Schedule</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/tjms/" class="post-link">Tom Joyner Morning Show</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/community-clo/" class="post-link">Community Clo</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/king-tutt/" class="post-link">King Tutt</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="http://www.quuit.com/quu/playlist/182" class="post-link">Music Playlist</a></div></div> </div> </div></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="https://kissrichmond.com/category/radio-one-exclusives" class="main-nav__item-link">RVA Exclusives</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/category/in-the-community/" class="post-link">Radio One Richmond Community Page!</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/category/king-tutt/daddy-diaries/" class="post-link">Daddy Diaries</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/category/weekend-roundup/" class="post-link">Weekend Roundup</a></div></div> </div> </div></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="/category/prizes/" class="main-nav__item-link">Prizes</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a class="post-link">Prize Rules</a></div></div> </div> </div></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="/events" class="main-nav__item-link">Events</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom main-nav__items"><a href="/category/photos/" class="main-nav__item-link">Photos</a></li> <li class="main-nav__item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children main-nav__items"><a href="/" class="main-nav__item-link">Connect</a> <div class="main-nav__dropdown"> <div class="container"><div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/contact-us/" class="post-link">Contact Us</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/newsletter-sign-up-2/" class="post-link">Newsletter Sign Up</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/2962593/get-the-kiss-richmond-streaming-app/" class="post-link">Listen To Kiss Richmond On Your Alexa!</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="/mobile-text-club/" class="post-link">Join Our Text Club</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://kissrichmond.com/2894163/download-the-kiss-99-3105-7-mobile-app/" class="post-link">Download Our App</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://www.facebook.com/kissrichmond/" class="post-link">Facebook</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://twitter.com/KissRichmond" class="post-link">Twitter</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://www.instagram.com/kissrichmond/" class="post-link">Instagram</a></div></div> <div class="post-item"><div class="post-meta__title"><a href="https://www.youtube.com/channel/UCb5KVWSpPCv-3bAe3x60IVQ" class="post-link">YouTube</a></div></div> </div> </div></li> </ul></div> <div id="main-search" class="main-search"> <div class="sc_container"> <a target="_blank" href="https://kissrichmond.com/listen-live"> <section id="now-playing-container"></section> </a> </div> <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_custom_follow"></div> <i class="icon-search global-search-toggle" id="global-search-toggle"></i> </div> </div> </header> <div id="video-expanded"> <div class="video-expanded-wrapper"> <div id="player-wrapper"> <div class="player-wrapper-inner"> <div class="video-container"> <div id="anv_player" class="dsp_player"> </div> </div> <div id="anv_title"></div> </div> <div class="clear"></div> <div class="close">CLOSE <i class="icon-arrow-up"></i></div> </div> <div id="size-helper"></div> </div> <div id="suggested-videos" class="post-wrapper"> </div> <div class="clear"></div> </div> <!-- newsone-single --> <div id="infinite-scroll-container"> <div class="wallpaper-ad" id="ione3-wallpaper"></div> <div class="post-super-wrapper" role="main" data-id="2956104" data-primary-cat="" data-permalink="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/" data-title="Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video"> <div class="in-content-widget-top"> </div> <div class="post-wrapper" itemscope itemtype="http://schema.org/NewsArticle"> <meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/" > <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=128"> <meta itemprop="width" content="128"> <meta itemprop="height" content="128"> </div> <meta itemprop="name" content="99.3-105.7 Kiss FM"> </div> <div class="ad-single-top"> <div class="ione-widget-container ione-widget-ionead"> <div id="ad-header-post" data-ad-id="header-post" class="ad"> <div id="div-gpt-header-post" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"header-post","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/entertainment-news","sizes":[[728,90],[970,90],[970,250],[1000,200],[2,2],[3,3],[4,4]],"div":"div-gpt-header-post","targets":{"pos":"top","sz":"728x90,970x90,970x250,1000x200,2x2,3x3,4x4"},"event_render":null,"event_refresh":null,"refresh_interval":null} ); </script> </div> </div></div> <div class="post"> <meta itemprop="url" content="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/"> <meta itemprop="datePublished" content="2018-08-15T11:01:04-04:00"> <meta itemprop="dateModified" content="2018-08-17T08:38:45-04:00"> <div class="post-meta"> <div class="post-meta__category"><a href="https://kissrichmond.com/category/entertainment-news/">Entertainment News</a></div><div class="post-breadcrumbs"><a href="https://kissrichmond.com/">Home</a> &rsaquo; <a href="https://kissrichmond.com/category/entertainment-news/">Entertainment News</a></div> <h1 class="post-meta__title" itemprop="headline">Beyonce&#8217;s Babies Make Appearance In &#8216;Vogue&#8217; Behind The Scenes Video</h1> </div> <div class="post-wrapper-content"> <div class="post-author simplified-article-author-block" itemprop="author" itemscope itemtype="https://schema.org/Person"> <img src="https://ronekissrichmond.files.wordpress.com/2016/02/14552511738198.png" alt="King Tutt" class="post-author__avatar" itemprop="image"> <span class="post-meta-block"> <span class="post-author__name">Written by <a href="https://kissrichmond.com/author/ronedtutt/" class="post-link"><span itemprop="name">King Tutt</span></a></span> </span> </div> <div class="post-sharing"> <span class="read-counter-container"> <span class="read-counter">0</span> <span class="read-counter-label">reads</span> </span> <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_responsive_sharing addthis-large-layout"></div> <a class="post-sharing-button-custom ione-toggle-triggerlink" data-name="ione-comments-2956104" href="#"><i class="icon-comments"></i> <span>Leave a comment</span></a> </div> <div class="post-content" itemprop="articleBody"> <div> <div id="attachment_2861825" style="width: 1034px" class="wp-caption alignnone"><a href="https://kissrichmond.com/2861823/beyonce-pregnant-with-twins/attachment/14859756709351/" rel="attachment wp-att-2861825"><img aria-describedby="caption-attachment-2861825" class="alignnone size-full wp-image-2861825" src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load-0.7/images/1x1.trans.gif" alt="2016 MTV Video Music Awards - Arrivals" width="1024" height="782" data-lazy-src="https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&#038;strip=all&#038;w=1024&#038;h=782"><noscript><img aria-describedby="caption-attachment-2861825" class="alignnone size-full wp-image-2861825" src="https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&#038;strip=all&#038;w=1024&#038;h=782" alt="2016 MTV Video Music Awards - Arrivals" width="1024" height="782" srcset="https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=1024&amp;h=782 1024w, https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=2048&amp;h=1564 2048w, https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=150&amp;h=115 150w, https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=300&amp;h=229 300w, https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=768&amp;h=587 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript></a><p id="caption-attachment-2861825" class="wp-caption-text">Source: C Flanigan / Getty</p></div> <p>A three-minute behind-the-scenes video of Beyonce&#8217;s <em>Vogue </em>photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z&#8217;s kids. Blue Ivy is seen playing several times in the video and Beyonce kisses her twins Rumi and Sir in the clip.</p> <p><!-- ione-ad-2956104-2 --></p> <p>The candid video was directed by Tyler Mitchell. The 23-year-old shot the Beyonce spread for the magazine.  Which celebrity&#8217;s kid do you find adorable?</p> <p>See story <a href="https://hollywoodlife.com/2018/08/14/blue-ivy-sir-rumi-carter-together-beyonce-vogue-cover-shoot-video/" target="_blank"><span style="color:#ff0000;">here</span></a></p> <div class="post-playlist-cover"> <a href="https://kissrichmond.com/playlist/check-out-beyonces-best-stage-performance-outfits-of-all-time/" class="post-link"> <div class="playlist-meta"> <div class="playlist-title">Check Out Beyonce’s Best Stage Performance Outfits Of All Time</div> </div> <div class="poster ggnoads"> <img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load-0.7/images/1x1.trans.gif" data-srcset="https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="350" height="200" data-lazy-src="https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1"><noscript><img src="https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2018/06/15283959908464.jpg?quality=85&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="350" height="200"/></noscript> </div> <i class="icon-photos" title="Media Playlist"><span>15 photos</span></i> </a> </div> </div> <div class="post-meta__tags"> <a href="https://kissrichmond.com/tag/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/"> Beyonce&#039;s Babies Make Appearance In &#039;Vogue&#039; Behind The Scenes Video </a> </div> <p class="page-numbers"></p> <div class="post-sharing bottom-sharing"> <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_responsive_sharing addthis-large-layout"></div> </div> <div class="ione-tab author-more-tab"> <ul class="ione-tab__tabs"> <li class="-active"> <a href="#more-by-content" class="more-by-link">More By <span class="name">King Tutt</span></a> </li> </ul> <div class="ione-tab__content"> <div id="more-by-content" class="more-by-content"> <ul class="more-posts"> <li class="more-by-post"> <a href="https://kissrichmond.com/2975880/tamron-hall-gives-birth-to-first-child/">Tamron Hall Gives Birth To First Child</a> </li> <li class="more-by-post"> <a href="https://kissrichmond.com/2975728/king-tutts-daddy-diaries-remember-when/">King Tutt&#8217;s Daddy Diaries: &#8220;Remember When&#8221;</a> </li> <li class="more-by-post"> <a href="https://kissrichmond.com/2975726/beyonce-posts-beforeiletgo-challenge-to-instagram/">Beyonce Posts #BeforeILetGo Challenge To Instagram</a> </li> </ul> </div> </div> </div><!-- .post-author__tabs --> </div> <!-- .post-content --> <a name="respond"></a> <div class="post-comments ione-toggle" data-name="ione-comments-2956104" data-class="post-comments__displayed"> <div class="post-comments__title ione-toggle__trigger"> <span><span class="fb-comments-count" data-href="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/"></span> comments</span> – add yours <i class="icon-arrow-down"></i> </div> <div class="ione-toggle__content"> <div id="comments" class="fb-comments" data-width="100%" data-href="https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/" data-numposts="5" data-colorscheme="light"></div> </div> </div> <!-- Recirculation Start --> <div id="zergnet-widget-58326"></div> <script language="javascript" type="text/javascript"> (function() { if ( 'cpc' === ioneAdUtils.getUTM( 'utm_medium' ) ) { return; } var zergnet = document.createElement('script'); var znscr = document.getElementsByTagName('script')[0]; zergnet.type = 'text/javascript'; zergnet.async = true; zergnet.src = (document.location.protocol == "https:" ? "https:" : "http:") + "\/\/www.zergnet.com\/zerg.js?id=58326"; znscr.parentNode.insertBefore(zergnet, znscr); })(); </script> <!-- Recirculation End --> </div> <div class="ad-single-side"> <div class="static-ads"> <div class="sidebar-non-ad above-first-ad"> <div class="ione-widget-container ione-widget-custom_text"> <div class="textwidget"><a href="http://kissrichmond.hellobeautiful.com/listen-live/" target="_blank"><img src="https://dic7ltk48khu.cloudfront.net/local/listen-live-temp/listen-live.gif" width="100%" style="margin-top:20px;margin-bottom:20px;"></a></div> </div> </div> <div class="sidebar-ad first-ad"> <div class="ione-widget-container ione-widget-ionead"> <div id="ad-sidebar1-post" data-ad-id="sidebar1-post" class="ad"> <div id="div-gpt-sidebar1-post" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"sidebar1-post","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/entertainment-news","sizes":[[300,250],[300,600]],"div":"div-gpt-sidebar1-post","targets":{"pos":"1","sz":"300x250,300x600"},"event_render":null,"event_refresh":null,"refresh_interval":null} ); </script> </div> </div> </div> <div class="sidebar-non-ad above-second-ad"> <div class="ione-widget-container ione-widget-custom_text"> <div class="textwidget"> <div class="promo-show promo-tvone sidebar" data-id="tvone"> <div class="promo-show-body"> </div> </div> <div style="clear: both;"></div> </div> </div><div class="ione-widget-container ione-widget-generic_flex_posts"><div class="widget widget-posts-split"> <div class="module-container light" style=""> <div class="module__title"> Videos </div> <ul> </ul> <!-- .module-row --> </div> <!-- .module-container --> </div> <!-- .widget --> </div> </div> <div class="sidebar-ad second-ad"> <div id="zergnet-widget-58378"></div> <script language="javascript" type="text/javascript"> (function() { if ( 'cpc' === ioneAdUtils.getUTM( 'utm_medium' ) ) { return; } var zergnet = document.createElement('script'); var znscr = document.getElementsByTagName('script')[0]; zergnet.type = 'text/javascript'; zergnet.async = true; zergnet.src = (document.location.protocol == "https:" ? "https:" : "http:") + "\/\/www.zergnet.com\/zerg.js?id=58378"; znscr.parentNode.insertBefore(zergnet, znscr); })(); </script> </div> <div class="sidebar-non-ad above-third-ad"> </div> <div class="sidebar-ad taboola taboola-1"> <div wibbitz="embed-player-widget" style="position:relative;z-index:0;"></div><script src="//cdn4.wibbitz.com/r1_uac/embed.js" async></script> </div> <div class="sidebar-non-ad above-fourth-ad"> </div> </div> <div class="sticky-sidebar-ads"> <div class="sidebar-ad third-ad"> <div class="ione-widget-container ione-widget-ionead ione-sticky-widget"> <div id="ad-sidebar2-post" data-ad-id="sidebar2-post" class="ad"> <div id="div-gpt-sidebar2-post" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"sidebar2-post","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/entertainment-news","sizes":[[300,250],[300,600]],"div":"div-gpt-sidebar2-post","targets":{"pos":"2","sz":"300x250,300x600"},"event_render":"ione-sticky-widgets-loaded","event_refresh":null,"refresh_interval":null} ); </script> </div> </div> </div> </div> </div> </div> <!-- .post --> </div><!-- .post-wrapper --> <div class="ad-single-bottom"> <div class="ione-widget-container ione-widget-ionead"> <div id="ad-footer-post" data-ad-id="footer-post" class="ad"> <div id="div-gpt-footer-post" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"footer-post","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/entertainment-news","sizes":[[728,90],[970,66],[970,90],[970,250]],"div":"div-gpt-footer-post","targets":{"pos":"bottom","sz":"728x90,970x66,970x90,970x250"},"event_render":null,"event_refresh":null,"refresh_interval":null} ); </script> </div> </div> </div><!-- /.ad-single-bottom --> </div> <!-- .post-super-wrapper --> <div class="module-recommended"> <div class="container-with-sidebar-wrapper"> <div class="container-with-sidebar"> <div class="ione-widget-container ione-widget-generic_flex_posts"><div class="module-container module-one-and-two generic-list " style=""> <div class="module__title"> Latest </div> <div class="posts-list with-featured-story"> <div class="post-split has-post-thumbnail post-2975880 post type-post status-publish format-standard hentry category-entertainment-news category-king-tutt tag-tamron-hall-gives-birth-to-first-child primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975880/tamron-hall-gives-birth-to-first-child/"> <img src="https://ronekissrichmond.files.wordpress.com/2019/04/14861272891639.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200" data-srcset="https://ronekissrichmond.files.wordpress.com/2019/04/14861272891639.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200 400w, https://ronekissrichmond.files.wordpress.com/2019/04/14861272891639.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1&#038;resize=700%2C400 700w, https://ronekissrichmond.files.wordpress.com/2019/04/14861272891639.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1&#038;resize=1680%2C960 900w" data-sizes="auto" alt="12th Annual UNICEF Snowflake Ball" class="lazyload "> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975880/tamron-hall-gives-birth-to-first-child/" class="post-link"> <div class="post-meta__title custom-title">Tamron Hall Gives Birth To First Child</div> </a> <span class="timestamp">10 hours ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975838 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975838/tour-bus-reportedly-searched-by-fbi-during-kodak-blacks-d-c-show/"> <img src="https://ronekysdc.files.wordpress.com/2019/04/15561898383202.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ronekysdc.files.wordpress.com/2019/04/15561898383202.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ronekysdc.files.wordpress.com/2019/04/15561898383202.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ronekysdc.files.wordpress.com/2019/04/15561898383202.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975838/tour-bus-reportedly-searched-by-fbi-during-kodak-blacks-d-c-show/" class="post-link"> <div class="post-meta__title custom-title">Tour Bus Reportedly Searched By FBI During Kodak&hellip;</div> </a> <span class="timestamp">17 hours ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975839 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives category-voices primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975839/voices-calboy-envy-me-goes-platinum/"> <img src="https://ronekysdc.files.wordpress.com/2019/04/15561889517341.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ronekysdc.files.wordpress.com/2019/04/15561889517341.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ronekysdc.files.wordpress.com/2019/04/15561889517341.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ronekysdc.files.wordpress.com/2019/04/15561889517341.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975839/voices-calboy-envy-me-goes-platinum/" class="post-link"> <div class="post-meta__title custom-title">Voices: Calboy “Envy Me” Goes Platinum</div> </a> <span class="timestamp">17 hours ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975828 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975828/empire-recap-its-looking-like-andre-is-really-going-to-die/"> <img src="https://ionehellobeautiful.files.wordpress.com/2017/10/15063702513266-e1556164454533.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1680px,960px&#038;resize=350,200" data-srcset="https://ionehellobeautiful.files.wordpress.com/2017/10/15063702513266-e1556164454533.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1680px,960px&#038;resize=350,200 400w, https://ionehellobeautiful.files.wordpress.com/2017/10/15063702513266-e1556164454533.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1680px,960px&#038;resize=700,400 700w, https://ionehellobeautiful.files.wordpress.com/2017/10/15063702513266-e1556164454533.jpg?quality=85&#038;strip=all&#038;crop=0px,0px,1680px,960px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975828/empire-recap-its-looking-like-andre-is-really-going-to-die/" class="post-link"> <div class="post-meta__title custom-title">‘Empire’ Recap: It’s Looking Like Andre Is Really&hellip;</div> </a> <span class="timestamp">24 hours ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975819 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-stone-soul-2019 tag-jekalyn-carr tag-performers tag-stone-soul primary-category__stone-soul-2019"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975819/how-jekalyn-carrs-book-you-will-win-is-teaching-people-not-to-just-be-winners-but-live-as-winners/"> <img src="https://ronekissrichmond.files.wordpress.com/2019/04/15244895968454-e1556160524455.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200" data-srcset="https://ronekissrichmond.files.wordpress.com/2019/04/15244895968454-e1556160524455.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1&#038;resize=350%2C200 400w, https://ronekissrichmond.files.wordpress.com/2019/04/15244895968454-e1556160524455.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1&#038;resize=700%2C400 700w, https://ronekissrichmond.files.wordpress.com/2019/04/15244895968454-e1556160524455.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1&#038;resize=1680%2C960 900w" data-sizes="auto" alt="Jekalyn Carr Birthday Bash" class="lazyload "> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975819/how-jekalyn-carrs-book-you-will-win-is-teaching-people-not-to-just-be-winners-but-live-as-winners/" class="post-link"> <div class="post-meta__title custom-title">How Jekalyn Carr’s Book “You Will Win” Is&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975829 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/houston-high-school-principal-bans-bonnets-leggings-after-mother-showed-up-wearing-this/"> <i class="icon-photos"><span>5 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=724&#038;h=483&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/houston-high-school-principal-bans-bonnets-leggings-after-mother-showed-up-wearing-this/" class="post-link"> <div class="post-meta__title custom-title">Houston High School Principal Bans Bonnets &amp; Leggings&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975827 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975827/vitamin-of-the-day-dont-be-afraid-to-fail/"> <img src="https://rone92q.files.wordpress.com/2018/08/1534438764007.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://rone92q.files.wordpress.com/2018/08/1534438764007.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://rone92q.files.wordpress.com/2018/08/1534438764007.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://rone92q.files.wordpress.com/2018/08/1534438764007.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975827/vitamin-of-the-day-dont-be-afraid-to-fail/" class="post-link"> <div class="post-meta__title custom-title">Vitamin Of The Day: Don’t Be Afraid To&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975805 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975805/loni-love-swears-by-these-plus-size-fashion-lines-eloquii-ashley-stewart-asos/"> <img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15561283724048.jpg?quality=85&#038;strip=all&#038;crop=0px,56px,683px,390px&#038;resize=350,200" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15561283724048.jpg?quality=85&#038;strip=all&#038;crop=0px,56px,683px,390px&#038;resize=350,200 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15561283724048.jpg?quality=85&#038;strip=all&#038;crop=0px,56px,683px,390px&#038;resize=700,400 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15561283724048.jpg?quality=85&#038;strip=all&#038;crop=0px,56px,683px,390px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975805/loni-love-swears-by-these-plus-size-fashion-lines-eloquii-ashley-stewart-asos/" class="post-link"> <div class="post-meta__title custom-title">Loni Love Swears By These Plus-Size Fashion Lines:&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975806 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/loni-loves-fashion-through-the-years/"> <i class="icon-photos"><span>11 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=918&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/loni-loves-fashion-through-the-years/" class="post-link"> <div class="post-meta__title custom-title">Loni Love’s Fashion Through The Years</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975825 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975825/the-sunken-place-best-memes-from-damian-lillards-epic-game-winning-shot/"> <img src="https://ioneglobalgrind.files.wordpress.com/2016/04/14607322688839-e1556140389744.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ioneglobalgrind.files.wordpress.com/2016/04/14607322688839-e1556140389744.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ioneglobalgrind.files.wordpress.com/2016/04/14607322688839-e1556140389744.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ioneglobalgrind.files.wordpress.com/2016/04/14607322688839-e1556140389744.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975825/the-sunken-place-best-memes-from-damian-lillards-epic-game-winning-shot/" class="post-link"> <div class="post-meta__title custom-title">The Sunken Place: Best Memes From Damian Lillard’s&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975799 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975799/abc-is-bringing-the-jeffersons-back-in-a-live-presentation-starring-jamie-foxx/"> <img src="https://ronemycolumbusmagic.files.wordpress.com/2019/04/15561362689265.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ronemycolumbusmagic.files.wordpress.com/2019/04/15561362689265.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ronemycolumbusmagic.files.wordpress.com/2019/04/15561362689265.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ronemycolumbusmagic.files.wordpress.com/2019/04/15561362689265.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975799/abc-is-bringing-the-jeffersons-back-in-a-live-presentation-starring-jamie-foxx/" class="post-link"> <div class="post-meta__title custom-title">ABC is Bringing The Jeffersons Back in a&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975803 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975803/britney-spears-responds-to-freebritney-controversy-asks-for-privacy/"> <img src="https://roneb92.files.wordpress.com/2017/08/14724452750365.jpg?quality=80&#038;strip=all&#038;crop=4px,53px,2396px,1370px&#038;resize=350,200" data-srcset="https://roneb92.files.wordpress.com/2017/08/14724452750365.jpg?quality=80&#038;strip=all&#038;crop=4px,53px,2396px,1370px&#038;resize=350,200 400w, https://roneb92.files.wordpress.com/2017/08/14724452750365.jpg?quality=80&#038;strip=all&#038;crop=4px,53px,2396px,1370px&#038;resize=700,400 700w, https://roneb92.files.wordpress.com/2017/08/14724452750365.jpg?quality=80&#038;strip=all&#038;crop=4px,53px,2396px,1370px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975803/britney-spears-responds-to-freebritney-controversy-asks-for-privacy/" class="post-link"> <div class="post-meta__title custom-title">Britney Spears Responds To #FreeBritney Controversy, Asks For&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975807 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/playlist/gurl-what-jordyn-woods-says-getting-bullied-for-tristan-cheating-drama-was-the-1st-time-she-felt-like-a-black-woman/"> <i class="icon-photos"><span>15 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2019/02/15512824329909.jpg?quality=85&#038;strip=all&#038;crop=0px,37px,643px,367px&#038;resize=350,200" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/02/15512824329909.jpg?quality=85&#038;strip=all&#038;crop=0px,37px,643px,367px&#038;resize=350,200 400w, https://ionehellobeautiful.files.wordpress.com/2019/02/15512824329909.jpg?quality=85&#038;strip=all&#038;crop=0px,37px,643px,367px&#038;resize=700,400 700w, https://ionehellobeautiful.files.wordpress.com/2019/02/15512824329909.jpg?quality=85&#038;strip=all&#038;crop=0px,37px,643px,367px&#038;resize=1680,960 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/playlist/gurl-what-jordyn-woods-says-getting-bullied-for-tristan-cheating-drama-was-the-1st-time-she-felt-like-a-black-woman/" class="post-link"> <div class="post-meta__title custom-title">Gurl What? Jordyn Woods Says Getting Bullied For&hellip;</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> <div class="post-split has-post-thumbnail post-2975801 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives"> <div class="poster video-poster in-pictures"> <a href="https://kissrichmond.com/2975801/bun-b-reportedly-shoots-home-invader-suspect-arrested/"> <img src="https://ronetheboxhouston.files.wordpress.com/2018/03/15204523576474.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1" data-srcset="https://ronetheboxhouston.files.wordpress.com/2018/03/15204523576474.jpg?quality=80&#038;strip=all&#038;w=350&#038;h=200&#038;crop=1 400w, https://ronetheboxhouston.files.wordpress.com/2018/03/15204523576474.jpg?quality=80&#038;strip=all&#038;w=700&#038;h=400&#038;crop=1 700w, https://ronetheboxhouston.files.wordpress.com/2018/03/15204523576474.jpg?quality=80&#038;strip=all&#038;w=1680&#038;h=960&#038;crop=1 900w" data-sizes="auto" class="lazyload " /> </a> </div> <div class="post-meta"> <!-- Render flex post title --> <a href="https://kissrichmond.com/2975801/bun-b-reportedly-shoots-home-invader-suspect-arrested/" class="post-link"> <div class="post-meta__title custom-title">Bun B Reportedly Shoots Home Invader, Suspect Arrested</div> </a> <span class="timestamp">1 day ago </span> <div class="post__footer"> <span class="post-label">04.25.19</span> </div> </div> </div> <!-- .half-story-column --> </div> </div> </div> </div> <div class="sidebar"> <div class="ione-widget-container ione-widget-generic_flex_posts"><div class="widget widget-posts-split"> <div class="module-container " style=""> <div class="module__title"> Photos </div> <ul> <li class="post-2975829 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" > <a href="https://kissrichmond.com/playlist/houston-high-school-principal-bans-bonnets-leggings-after-mother-showed-up-wearing-this/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>5 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15561494662605.jpg?quality=85&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">Houston High School Principal Bans Bonnets &amp; Leggings&hellip;</div> </a> </li> <!-- .third-story-column --> <li class="post-2975806 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" > <a href="https://kissrichmond.com/playlist/loni-loves-fashion-through-the-years/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>11 items</span></i><img src="https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://ionehellobeautiful.files.wordpress.com/2019/04/15560361299867.jpg?quality=85&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">Loni Love’s Fashion Through The Years</div> </a> </li> <!-- .third-story-column --> <li class="post-2975800 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-photos category-radio-one-exclusives primary-category__radio-one-exclusives" > <a href="https://kissrichmond.com/playlist/bout-that-life-the-internet-roasts-bun-bs-would-be-robber-for-not-listening-to-more-ugk/" class="post-link"> <div class="poster video-poster"> <i class="icon-photos" title="Media Playlist"><span>0 item</span></i><img src="https://ronetheboxhouston.files.wordpress.com/2017/08/15029414780506.jpg?quality=80&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1" data-srcset="https://ronetheboxhouston.files.wordpress.com/2017/08/15029414780506.jpg?quality=80&#038;strip=all&#038;w=100&#038;h=100&#038;crop=1 400w, https://ronetheboxhouston.files.wordpress.com/2017/08/15029414780506.jpg?quality=80&#038;strip=all&#038;w=200&#038;h=200&#038;crop=1 700w, https://ronetheboxhouston.files.wordpress.com/2017/08/15029414780506.jpg?quality=80&#038;strip=all&#038;w=300&#038;h=300&#038;crop=1 900w" data-sizes="auto" class="lazyload " width="100" height="100"/> </div> <div class="post-meta__title custom-title">Bout That Life: The Internet Roasts Bun B’s&hellip;</div> </a> </li> <!-- .third-story-column --> </ul> <!-- .module-row --> </div> <!-- .module-container --> </div> <!-- .widget --> </div> </div> </div> </div> </div> <!-- #infinite-scroll-container --> <div class="ione-widget-container ione-widget-social_conversion"> <style type="text/css"> #ione-social_conversion-2 .sailthru-signup-widget button { background: #000000; color: #ffffff; } #ione-social_conversion-2 .sc-wrapper { border: 1px solid #d3d3d3; } #ione-social_conversion-2 .sc-wrap img { max-width: 100%; } #ione-social_conversion-2 .sc-newsletter p, #ione-social_conversion-2 .sailthru-signup-widget label, #ione-social_conversion-2 .sailthru-add-subscriber-errors, #ione-social_conversion-2 .sc-share p { color: #000000; } </style> <div id="ione-social_conversion-2" class="sc-wrap disable-popup" style="padding: 20px; background-color: #d3d3d3;"> <a class="sc-close" style="color: #000000;" rel="nofollow">&times;</a> <div class="social-conversion" style="text-align: center;"> <div class="sc-newsletter"> <p>SIGN UP FOR THE 99.3-105.7 KISS FM NEWSLETTER</p><div class="sailthru_social_conversion"> <div class="sailthru-signup-widget"> <span class="sailthru-signup-widget-close"><a href="#sailthru-signup-widget">Close</a></span> <div class="sailthru_form"> <div class="widget-title"></div> <div class="success" hidden="hidden">Thank you for subscribing! Please be sure to open and click your first newsletter so we can confirm your subscription.</div> <form method="post" action="#" class="sailthru-add-subscriber-form"> <div class="sailthru-add-subscriber-errors"></div> <div class="sailthru_form_input form-group"> <label class="sailthru-widget-label">Email</label> <input type="text" name="email" value="" class="form-control sailthru_email" /> </div> <input type="hidden" name="sailthru_nonce" value="247b270f66" /> <input type="hidden" name="sailthru_email_list" value="subscribers" /> <input type="hidden" name="action" value="add_subscriber" /> <input type="hidden" name="vars[source]" value="https://kissrichmond.com" /> <span class="input-group-btn"> <button class="btn btn-reverse" type="submit"> Submit </button> </span> </form> </div> </div> </div> </div> </div> <div class="sc-bottom"> <div class="sc-do-not-show"><a style="color: #000000;" href="#" rel="nofollow">Don't show this to me again</a></div> <div class="sc-not-now"><a style="color: #000000;" href="#" rel="nofollow">Not now</a></div> </div> </div> <div class="sc-overlay"></div> <script type="text/javascript"> var sc_disable_popup = 1; var sc_after_share = 0; var sc_after_comment = 0; var sc_page_number = 0; var button_text = "Submit"; var widget_id = "ione-social_conversion-2"; jQuery('#' + widget_id + ' .btn-reverse').text(button_text); if (!sc_disable_popup) { jQuery(document).ready(function ($) { if (sc_page_number && !jQuery.cookie('ione-sc')) { var sc_num = 1; if (!$.cookie('sc-page-number')) { $.cookie('sc-page-number', 1, {path: '/'}); } else { sc_num = parseInt($.cookie('sc-page-number'), 10); sc_num++; $.cookie('sc-page-number', sc_num, {path: '/'}); } if (sc_num === sc_page_number && ( ione_partners.indexOf(location.hostname) > -1 || location.hostname === 'newsone.com' )) setTimeout(function () { ione_social_conversion_popup(); }, 2000); } }); } </script> </div> <div class="push-menu-overlay"></div> <footer id="footer" class="main-footer" role="contentinfo"> <ul id="menu-3-footer-links-1" class="secondary-menu footer-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100"><a href="https://kissrichmond.com/contact-us/">Contact Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101"><a href="https://ionedigital.com/privacy/">Privacy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736"><a href="https://ionedigital.com/ad-choice/">Ad Choice</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103"><a href="https://ionedigital.com/terms-of-service/">Terms of Service</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104"><a href="http://interactiveone.com/#Advertising">Advertising</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105"><a href="/eeo/">EEO</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106"><a href="http://home.radio-one.com/about-us/careers/">Careers</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710"><a href="/faq">FAQ</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807"><a href="https://publicfiles.fcc.gov/fm-profile/wkjs">WKJS’ FCC Public File</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808"><a href="https://publicfiles.fcc.gov/fm-profile/wkjm">WKJM’s FCC Public File</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394"><a href="/">R1 Digital</a></li> </ul><ul id="menu-social-media-menu-1" class="social-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799401"><a href="https://www.facebook.com/kissrichmond"><span>Facebook</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2799402"><a href="https://twitter.com/kissrichmond"><span>Twitter</span></a></li> </ul> <p>Copyright &copy; 2019 <a href="http://interactiveone.com">Interactive One, LLC</a>.<br class="mobile-only"> All Rights Reserved</p> <p>Powered by <a href="https://vip.wordpress.com/?utm_source=vip_powered_wpcom&#038;utm_medium=web&#038;utm_campaign=VIP%20Footer%20Credit&#038;utm_term=kissrichmond.com" rel="generator nofollow" class="powered-by-wpcom">WordPress.com VIP</a></p> </footer> </div><!-- #ione-container opened in header.php --> <div class="footer-share-bar"> <div class="fsb-desktop"> <div id="ione-cx-anchor-left"></div> <div id="ione-cx-wid-anchor"></div> <div class="fsb-ad"> <div id="ad-anchor" data-ad-id="anchor" class="ad"> <div id="div-gpt-anchor" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"anchor","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/entertainment-news","sizes":[[320,50]],"div":"div-gpt-anchor","targets":{"pos":"anchor","sz":"320x50"},"event_render":"ione-document-ready","event_refresh":null,"refresh_interval":null} ); </script> </div> </div> </div> <div class="fsb-toggle"> <span class="fsb-text"> Close </span> <i class="icon-arrow-right"></i> </div> </div> <div id="ad-1x1" data-ad-id="1x1" class="ad"> <div id="div-gpt-1x1" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"1x1","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/entertainment-news","sizes":[[1,1]],"div":"div-gpt-1x1","targets":{"pos":"inimage","sz":"1x1"},"event_render":"ione-document-ready","event_refresh":null,"refresh_interval":null} ); </script> </div> <div id="ad-gravity-ad" data-ad-id="gravity-ad" class="ad"> <div id="div-gpt-gravity-ad" class="gpt-ad"></div> <script type="text/javascript"> window.ioneAds.defineSlot( {"name":"gravity-ad","path":"\/4052\/r1.ra.ric.wkjs\/desktop\/entertainment-news","sizes":[],"div":"div-gpt-gravity-ad","targets":{"pos":"skin","sz":"oop"},"event_render":"ione-document-ready","event_refresh":null,"refresh_interval":null} ); </script> </div> <!-- wpcom_wp_footer --> <script type="text/javascript"> var _sf_async_config={}; _sf_async_config.uid = "19546"; _sf_async_config.domain = "kissrichmond.com"; _sf_async_config.useCanonical = "true"; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', "\/\/static.chartbeat.com\/js\/chartbeat.js" ); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { try { oldonload(); } catch (e) { loadChartbeat(); throw e} loadChartbeat(); }; })(); </script> <div id="fb-root"></div> <script>( function( d, s, id ) { var js, fjs = d.getElementsByTagName( s )[0]; if ( d.getElementById( id ) ) { return; } js = d.createElement( s ); js.id = id; js.src = '//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12'; fjs.parentNode.insertBefore( js, fjs ); }( document, 'script', 'facebook-jssdk' ) );</script> <div style="display:none"> </div> <script type='text/javascript'> /* <![CDATA[ */ var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/ronekissrichmond.wordpress.com\/public.api\/connect\/?action=request&domain=kissrichmond.com","logoutURL":"https:\/\/ronekissrichmond.wordpress.com\/wp-login.php?action=logout&_wpnonce=6b2817be04","homeURL":"https:\/\/kissrichmond.com\/","postID":"2956104","gravDefault":"blank","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1551752381j'></script> <!-- Sailthru Horizon Sync --> <script type="text/javascript" src="//ak.sail-horizon.com/horizon/v1.js"></script> <script type="text/javascript"> jQuery(function() { if (window.Sailthru) { Sailthru.setup({ domain: 'horizon.kissrichmond.com' }); } }); </script> <link rel='stylesheet' id='all-css-0-3' href='https://s2.wp.com/_static/??-eJydjN0KwjAMRl/IGsVu6IX4KKNkYau0TWi6jb29zSt49f0cOHCIQy6NSoO2UiaFPQpELvSAWDBtc78yz1vqabdLGgQkhZMqoCrYvvZygT9ctAQ8na5cG7JhMxqapHLmqZPD5J/8vg9+9OPt9fTfH5CnQ4Q=?cssminify=yes' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var ione3Scroll = {"sis_api_url":"https:\/\/kissrichmond.com\/wp-json\/sis\/v1\/post\/","post_id":"2956104","post_type":"post","is_single":"1","activated":"","nonce_single_infinite_scroll":"09e636e0d9"}; var ione3Gallery = {"ad_frequency":"3","refresh_728":"3","refresh_300":"3","refresh_mobile_300":"3","refresh_anchor":"3","nav_delay":"1000","inner_ad_delay":"3000","ione3_gallery_nonce":"23d33086bd","baseURL":"https:\/\/kissrichmond.com\/2956104\/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video\/","gallery_type":"post"}; var comscore = {"id":"6035391","pv":"https:\/\/kissrichmond.com\/wp-content\/themes\/vip\/ione3\/comscore_pageview.txt"}; var ione3Theme = {"stylesheet":"red_white","admin_bar":""}; var ione_video_grid_settings = {"ajax_url":"https:\/\/ronekissrichmond.wordpress.com\/wp-admin\/admin-ajax.php","categoryid":"","max_pages":"0","current_page":"1","security":"a876156d01"}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var ioneSearch = {"ajaxUrl":"https:\/\/ronekissrichmond.wordpress.com\/wp-admin\/admin-ajax.php","ajaxNonce":"d4bedb534c","baseUrl":"https:\/\/ronekissrichmond.wordpress.com"}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"0","is_single":"1","is_front_page":"0","is_archive":"0","percentToTrack":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/_static/??-eJyNUF1uwjAMvtBSAx3b07SjIJNa1CFJs9gButOTVhpCE2V7tL9fG87J2CEqRQUn0NGJLaVL4+QF7qBQTPLlwFHA85EEvgoV6jF2nvJvsvYUKuXECXiI1AKKkMrkP89N4Pij4Wh96WgG92iP+0pYwutYlP0T+JHDf1vthDDb/pH07npHmmoI7Goy6JlVKRvlQJ5r7LJuY6ZgN+cbjOhHZStPOt7ejd+j8QN2ZtW8Twauvj6PjQwR8x93LnrcFlX8GT7W2+1ru960qzd3BW32wXg='></script> <script type='text/javascript' src='https://ovp.iris.tv/libs/adaptive/v2/iris.adaptive.js?ver=5.2-beta3-45266'></script> <script type='text/javascript' src='https://static.streamhub.tv/anvato/plugin.js?ver=5.2-beta3-45266'></script> <script type='text/javascript' src='https://w3.cdn.anvato.net/player/prod/v3/scripts/anvload.js?ver=5.2-beta3-45266'></script> <script type='text/javascript'> /* <![CDATA[ */ var videoBridge = {"anv_id":"4609940","token":"f8L0Lio-OWoYR5oQ2_Xi9ZVmZ0fA4HqY1VVmCbFj-cc~Mn4wfg","postId":"2956104","categories":["entertainment-news","king-tutt"],"tags":["beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video"],"is_video_post":"","options":{"anvato_access_key":"bK9Zk4OERLN6ZfLgx2UOgSeojnjQ02eV","stream_hub_analytics_id":"r1digital-c38c3485","streamhub_player_title":"KissRichmond Main Player","iris_client_token":"HL3C0TKWWCPNUEN","suggestion_num":4,"autoplay":true,"ad_tag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=602x400&iu=\/4052\/r1.ra.ric.wkjs\/videopreroll&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&url=[referrer_url]&description_url=kissrichmond.com&correlator=[timestamp]&cmsid=2461249&vid=ANV_ANV_[[VIDEO_ID]]","startTimeout":5,"loadVideoTimeout":8,"vastLoadTimeout":5}}; /* ]]> */ </script> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyVjcEKwjAQRH/IuJha9CJ+S0wWuzW7CZukpX9vKAiCJ2/DG94MrNn4JBWlQp2QscBCGSgJDkDiYwsdcQot7lXAZHBB3dYJFX/AcS4H+JrkZnJsT5ICLjCJeTgFdqWi9mRSF5X2hw/7c6Gq86/SpTvfTuM42OvF2vP8BpsdUCc='></script> <script type='text/javascript' src='https://secure-drm.imrworldwide.com/novms/js/2/ggcmb400.js?ver=5.2-beta3-45266'></script> <script type='text/javascript'> /* <![CDATA[ */ var nowPlayingConfig = {"containerSelector":"#now-playing-container","playerStyle":"NOW_PLAYING","blogName":"99.3-105.7 KISS FM","stationId":"182","lsap_primaryColor":"#353535","lsap_secondary_color":"#353535","lsap_text_color":"","defaultAlbumImgURL":"https:\/\/ronekissrichmond.files.wordpress.com\/2016\/01\/14533106497495.png","lsap_instance_permalink":"https:\/\/kissrichmond.com\/listen-live"}; /* ]]> */ </script> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyljN0OwiAMRl9IVn9w0QvjoxDCGgeBthnMZW9viW+gV/16TnJgExOYGlKDNmPBCu8oEJnwApFCXidFhac16+3Y5OoFJPsdF0jqIkFH50HXkOoB/k7215H8GsOXD7upMy8tcNfpa5wsXNip2DT9LI/T1Y52PN5vNn0APGxh6Q=='></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'32288585','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'32288585','v':'wpcom','tz':'-4','user_id':'0','post':'2956104','subd':'ronekissrichmond'}]); function st_vt() {var x=document.createElement("img");x.src="https://pixel.wp.com/g.gif?blog=32288585&v=wpcomvt&tz=-4&user_id=0&post=2956104&subd=ronekissrichmond&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdRWndQSU9QW1pBXzBuNHlUVS85UXVLb3EmZk4mR1JqZjdPdltNQ2M1JjhhflZGfmh+Si5XY1JnQ0pjRDFCNkUrUH5nMWRCQmJYMTV0aW4/dm52cV9+dVd3ajUuPVlTTmN0UVZ2S351fCwrSzNTWX5NPU8/S3k/QjFSXTNGW3ZNRU1LXUhObzFdNz1XJWZCPz9lJS12REZDNFp5WmtBP0MyMlUxRkhQaGpH'}]); _stq.push([ 'clickTrackerInit', '32288585', '2956104' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-569e76bc7180ceec" async="async"></script> </body> </html>
[ "<footer id=\"footer\" class=\"main-footer\" role=\"contentinfo\">\n\n\n\n\t\t<ul id=\"menu-3-footer-links-1\" class=\"secondary-menu footer-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100\"><a href=\"https://kissrichmond.com/contact-us/\">Contact Us</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101\"><a href=\"https://ionedigital.com/privacy/\">Privacy</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736\"><a href=\"https://ionedigital.com/ad-choice/\">Ad Choice</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103\"><a href=\"https://ionedigital.com/terms-of-service/\">Terms of Service</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104\"><a href=\"http://interactiveone.com/#Advertising\">Advertising</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105\"><a href=\"/eeo/\">EEO</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106\"><a href=\"http://home.radio-one.com/about-us/careers/\">Careers</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710\"><a href=\"/faq\">FAQ</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807\"><a href=\"https://publicfiles.fcc.gov/fm-profile/wkjs\">WKJS’ FCC Public File</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808\"><a href=\"https://publicfiles.fcc.gov/fm-profile/wkjm\">WKJM’s FCC Public File</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394\"><a href=\"/\">R1 Digital</a></li>\n</ul><ul id=\"menu-social-media-menu-1\" class=\"social-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2799401\"><a href=\"https://www.facebook.com/kissrichmond\"><span>Facebook</span></a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-2799402\"><a href=\"https://twitter.com/kissrichmond\"><span>Twitter</span></a></li>\n</ul>\n\t\t\n\t\t<p>Copyright © 2019 <a href=\"http://interactiveone.com\">Interactive One, LLC</a>.<br class=\"mobile-only\"/> All Rights Reserved</p>\n\t\t<p>Powered by <a href=\"https://vip.wordpress.com/?utm_source=vip_powered_wpcom&amp;utm_medium=web&amp;utm_campaign=VIP%20Footer%20Credit&amp;utm_term=kissrichmond.com\" rel=\"generator nofollow\" class=\"powered-by-wpcom\">WordPress.com VIP</a></p>\n\n\t</footer>\n" ]
[ "<head>\n\t<title>Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video | 99.3-105.7 Kiss FM</title>\n\t<meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1\"/>\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n\t<meta charset=\"utf-8\"/>\n\t<script>\n\t\tvar ione_tag_manager = {\"ga\":{\"title\":\"Beyonce&amp;#8217;s Babies Make Appearance In &amp;#8216;Vogue&amp;#8217; Behind The Scenes Video\",\"id\":\"UA-28829073-2\",\"categories\":\"Entertainment News,King Tutt\",\"tags\":\"Beyonce's Babies Make Appearance In 'Vogue' Behind The Scenes Video\",\"author\":\"ronedtutt\",\"post_type\":\"post\",\"site_type\":\"local\",\"dimensions\":{\"dimension1\":\"Entertainment News\",\"dimension2\":\"ronedtutt\",\"dimension3\":\"2956104\",\"dimension4\":\"08-15-2018\",\"dimension5\":\"Wed\",\"dimension6\":\"11:01:04\",\"dimension7\":\"Post\",\"dimension8\":\"https:\\/\\/kissrichmond.com\\/2956104\\/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video\\/\",\"dimension9\":\"R1 Local\",\"dimension10\":\"Post\",\"dimension21\":\"no\",\"dimension15\":\"ve_random\"}},\"sonobi_lib\":\"\\/\\/mtrx.go.sonobi.com\\/morpheus.InteractiveOneLocal.1565.js\",\"indexexchange_lib\":null,\"lazyload_enable\":false,\"aps_enable\":false,\"aps_pub_id\":null,\"aps_lib\":\"\\/\\/c.amazon-adsystem.com\\/aax2\\/apstag.js\",\"lazyload_margin\":0,\"gumgum\":\"c27d34c4\"};\n\t\tvar ione_mezzobit = ione_tag_manager; // Support legacy tags using 'ione_mezzobit'.\n\t</script>\n\t\t<script>\n\t\tvar stylesheet_directory_uri = \"https:\\/\\/s2.wp.com\\/wp-content\\/themes\\/vip\\/ione3\",\n\t\t\thome_url = \"https:\\/\\/kissrichmond.com\\/\",\n\t\t\tajax_url = \"https:\\/\\/kissrichmond.com\\/wp-admin\\/admin-ajax.php\",\n\t\t\tad_s = 'p',\n\t\t\tad_i = 2956104,\n\t\t\tscreenSizes = [1000,768,480,320],\n\t\t\tresizeHooks = { all: [], 320: [], 480: [], 768: [], 1000: [] };\n\t\t\t\tvar weather_page_permalink = \"https:\\/\\/kissrichmond.com\\/weather\\/\";\n\t\t\t</script>\n\n<meta name=\"description\" content=\"A three-minute behind-the-scenes video of Beyonce's Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z's kids. Blue Ivy is seen playing several times in the video and Beyonce kisses her twins Rumi and Sir in the clip.\"/>\n\t<!-- Google Tag Manager -->\n\t<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n\tj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n\t})(window,document,'script','dataLayer', 'GTM-TPR8JL');</script>\n\t<!-- End Google Tag Manager -->\n\t<link rel=\"dns-prefetch\" href=\"//s2.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//r-login.wordpress.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s1.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ovp.iris.tv\"/>\n<link rel=\"dns-prefetch\" href=\"//static.streamhub.tv\"/>\n<link rel=\"dns-prefetch\" href=\"//w3.cdn.anvato.net\"/>\n<link rel=\"dns-prefetch\" href=\"//ronekissrichmond.wordpress.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s3.amazonaws.com\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"99.3-105.7 Kiss FM » Feed\" href=\"https://kissrichmond.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"99.3-105.7 Kiss FM » Comments Feed\" href=\"https://kissrichmond.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"99.3-105.7 Kiss FM » Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video Comments Feed\" href=\"https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/feed/\"/>\n\t<script type=\"text/javascript\">\n\t\t/* &lt;![CDATA[ */\n\t\tfunction addLoadEvent(func) {\n\t\t\tvar oldonload = window.onload;\n\t\t\tif (typeof window.onload != 'function') {\n\t\t\t\twindow.onload = func;\n\t\t\t} else {\n\t\t\t\twindow.onload = function () {\n\t\t\t\t\toldonload();\n\t\t\t\t\tfunc();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/* ]]&gt; */\n\t</script>\n\t\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/s0.wp.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?m=1550249335h&amp;ver=5.2-beta3-45266\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"all-css-0-1\" href=\"https://s0.wp.com/_static/??-eJx9zcEKwyAMgOEXmg0bnfQy9ixqw5rVqBil9O2bDnbtJYTwfwS2YiiF2GcUCCIwkzTwMYfVRPLV1R2k7REHpjRocAMVIaeGqQF3U2L/UFKbK+qdi2tnwTiTw4is2RXjYv/qXBcXVrnqt6K18b5UFDE6mTqbtuijn3vz6/4c7TRNo318D0zFUdk=?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"ione_remote_ad_stylesheet-css\" href=\"https://s3.amazonaws.com/ads-videoplayer/rich-media-ads-global.css?ver=5.2-beta3-45266\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"all-css-2-1\" href=\"https://s1.wp.com/_static/??-eJydjEsKgDAMRC9kDUWruBCPIlIDRm0qJuj1/V5AN8Mw83iwL8ZHVmQFHTCgwEYLUGTMoBNBFRjPDbmPK8hMfnoyDcSpF0ngr8Hc9CfPyb1fe9UV+3YfSPESNKG2zrncFaWtxgNDzE9q?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<!--[if lte IE 8]>\n<link rel='stylesheet' id='ione3-oldie-css' href='https://s2.wp.com/wp-content/themes/vip/ione3/assets/css/themes_css/red_white_oldie.css?ver=0.3.1' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"stylesheet\" id=\"all-css-4-1\" href=\"https://s2.wp.com/_static/??-eJx9j10KAjEMhC9kDQsV9UE8S1tjN5JtliZ1r+/6rwi+zSSZjwlMo0tSDIuB9TigwplGGLllKgoaiK2vDZIqTHTIaEttUVOliMt5uACCIkYzQ1/ivvggD809iRnFsaRgJOXLuCMHqv+iFSNLnmW+1Xnbn9Djk95DZomBrwf7Ydf51db7zbrzpwvkBVwZ?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"https://s0.wp.com/_static/??-eJyFztEKwjAMBdAfsiu6Dp/Eb6k1jtQlrU3q0K+3A30QhkLgPtwDN3bOBjlM9QxiY7tbhfJ4RxdlY38BQzgWr9AR8geHxAqsi81JlEDEj7DSUjrhBKYKlAZY28wlrbjvl5DvCPNfFkGzD1dTQPC5rB/psB0Gt+v7vXPxBTjQW9A=\"/>\n<script type=\"text/javascript\" src=\"https://r-login.wordpress.com/remote-login.php?m=1552505935h&amp;action=js&amp;host=kissrichmond.com&amp;id=32288585&amp;t=1556250865&amp;back=https%3A%2F%2Fkissrichmond.com%2F2956104%2Fbeyonces-babies-make-appearance-in-vogue-behind-the-scenes-video%2F&amp;ver=1526988078\" async=\"\" defer=\"defer\" onload=\"check_remote_login()\"/>\n<script type=\"text/javascript\">\nfunction check_remote_login() {\n\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\tWPRemoteLogin();\n\t\t}\n\t}\n}\n</script>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar ionegpt = {\"tags\":[],\"attrs\":{\"pg\":\"entertainment-news\",\"content\":[\"post\"],\"category\":[\"entertainment-news\",\"king-tutt\"],\"tag\":[\"beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video\"],\"author\":\"ronedtutt\",\"postname\":\"beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video\",\"slot\":\"entertainment-news\",\"ar\":\"id:2956104\",\"postID\":\"2956104\"},\"gptSlots\":[],\"debug\":\"\",\"utils\":{\"is_home\":false,\"home_url\":\"https:\\/\\/kissrichmond.com\"}};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://s0.wp.com/_static/??-eJyNjsEKgzAQRH+oumhR8FD6KSUmi64km5Dd1N9vmkKPpceBeW8GztQRW18cChwChR1msTFjH4j7Qy5QGzayIivojqH2npSAIuMVjAhqA1t+2ExK1vi/4O9uiK54/Dg645pvSzr+MCRfNmIBMeR1z+WNnOQ21F7KKvXHihW/h9swTeMyzPOyHC8hKlce\"/>\n<link rel=\"stylesheet\" id=\"all-css-0-2\" href=\"https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&amp;cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<!--[if lt IE 8]>\n<link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://ronekissrichmond.wordpress.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://s1.wp.com/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress.com\"/>\n<link rel=\"canonical\" href=\"https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/\"/>\n<link rel=\"shortlink\" href=\"https://wp.me/p2btJD-cp16\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fkissrichmond.com%2F2956104%2Fbeyonces-babies-make-appearance-in-vogue-behind-the-scenes-video%2F&amp;for=wpcom-auto-discovery\"/><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fkissrichmond.com%2F2956104%2Fbeyonces-babies-make-appearance-in-vogue-behind-the-scenes-video%2F&amp;for=wpcom-auto-discovery\"/>\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video\"/>\n<meta property=\"og:url\" content=\"https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/\"/>\n<meta property=\"og:description\" content=\"A three-minute behind-the-scenes video of Beyonce’s Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z’s kids. Blue Ivy is seen playing …\"/>\n<meta property=\"article:published_time\" content=\"2018-08-15T15:01:04+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2018-08-17T12:38:45+00:00\"/>\n<meta property=\"og:site_name\" content=\"99.3-105.7 Kiss FM\"/>\n<meta property=\"og:image\" content=\"https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=560&amp;h=320&amp;crop=1\"/>\n<meta property=\"og:image:width\" content=\"1200\"/>\n<meta property=\"og:image:height\" content=\"917\"/>\n<meta property=\"og:image:alt\" content=\"2016 MTV Video Music Awards - Arrivals\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"twitter:creator\" content=\"@KissRichmond\"/>\n<meta name=\"twitter:site\" content=\"@KissRichmond\"/>\n<meta name=\"twitter:text:title\" content=\"Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video\"/>\n<meta name=\"twitter:image\" content=\"https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=560&amp;h=320&amp;crop=1\"/>\n<meta name=\"twitter:image:alt\" content=\"2016 MTV Video Music Awards - Arrivals\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/WordPresscom\"/>\n<meta name=\"twitter:title\" content=\"Beyonce’s Babies Make Appearance In ‘Vogue’ Behind T\"/>\n<meta name=\"twitter:description\" content=\"&lt;div&gt;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;A three-minute behind-the-scenes video of Beyonce's &lt;em&gt;Vogue &lt;/em&gt;photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z's kids. Blue Ivy is seen\"/>\n<meta property=\"pubexchange:headline\" content=\"Beyonce's Babies Make Appearance In 'Vogue' Behind The Scenes Video\"/>\n<meta property=\"pubexchange:description\" content=\"&lt;div&gt;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;A three-minute behind-the-scenes video of Beyonce's &lt;em&gt;Vogue &lt;/em&gt;photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z's kids. Blue Ivy is seen playing several times in the video and Beyonce kisses \"/>\n<meta property=\"pubexchange:image\" content=\"https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=560&amp;h=320&amp;crop=1\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32\" sizes=\"16x16\"/>\n<link rel=\"icon\" type=\"image/x-icon\" href=\"https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=32\" sizes=\"16x16\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=114\"/>\n<link rel=\"openid.server\" href=\"https://ronekissrichmond.wordpress.com/?openidserver=1\"/>\n<link rel=\"openid.delegate\" href=\"https://ronekissrichmond.wordpress.com/\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://kissrichmond.com/osd.xml\" title=\"99.3-105.7 Kiss FM\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://s1.wp.com/opensearch.xml\" title=\"WordPress.com\"/>\n\n<script type=\"text/javascript\">var _sf_startpt=(new Date()).getTime()</script>\n\t\t\t<meta property=\"fb:pages\" content=\"139652642241\"/>\n\t\t\t<script>var _sf_startpt=(new Date()).getTime()</script><meta name=\"msvalidate.01\" content=\"30473C9E51B1FA7645F80C5736971CF1\"/>\t\t<script>\n\t\t\t\t\tvar DartOrd = Math.floor( Math.random() * 1e16 );\n\t\t</script>\n\t\t<script type=\"text/javascript\">var ajaxurl = \"https://kissrichmond.com/wp-admin/admin-ajax.php\"</script><meta name=\"application-name\" content=\"99.3-105.7 Kiss FM\"/><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\"/><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=https://kissrichmond.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/621b63e32ea7f58d3a5a4f6a58d2b53d?s=16\"/><!-- iOne BEGIN Sailthru Horizon Meta Information -->\n\n<meta name=\"sailthru.date\" content=\"2018-08-15 11:01:04\"/>\n<meta name=\"sailthru.title\" content=\"Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video\"/>\n<meta name=\"sailthru.tags\" content=\"Beyonce's Babies Make Appearance In 'Vogue' Behind The Scenes Video\"/>\n<meta name=\"sailthru.description\" content=\"A three-minute behind-the-scenes video of Beyonce's Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z's kids. Blue Ivy is seen playing several times in the video and Beyonce kisses her twins Rumi and Sir in the clip.&#13;&#10;&#13;&#10;The candid video was directe\"/>\n<meta name=\"sailthru.image.full\" content=\"https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all\"/> \n<meta name=\"sailthru.image.thumb\" content=\"https://ronekissrichmond.files.wordpress.com/2017/02/14859756709351.jpg?quality=80&amp;strip=all&amp;w=150\"/>\n\n\n<!-- iOne END Sailthru Horizon Meta Information --><link rel=\"amphtml\" href=\"https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/amp/\"/><style type=\"text/css\" id=\"syntaxhighlighteranchor\"/>\n\t\n\t\t\n\t\t\n\t\t\t\t\t <meta name=\"google-site-verification\" content=\"OK96obABgzZRea-jST7NO9QKqC-K71R0iKB8ETUwc2c\"/> \t\t\t <meta name=\"msvalidate.01\" content=\"045A9DFCA943D7F788EB8555F46A71AC\"/> \t\t \t\t \t\t\t <meta name=\"apple-itunes-app\" content=\"app-id=416451155, app-argument=https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/\"/>\n\t\t <style>\n\t.custom-header-styles {\n\t\tcolor:blue;\n\t\t\t\tbackground:url(https://ronekissrichmond.files.wordpress.com/2016/04/146196204549012.jpg);\n\t\t}\n</style>\n\n\t <script type=\"text/javascript\">\n\n\t\t // Run through and set the timeout to refresh page if any of these are true\n\t\t jQuery(document).ready(function ($) {\n\t\t\t \n\t\t\t if ($('body.home').length &gt; 0) {\n\t\t\t\t setTimeout(function () {\n\t\t\t\t\t window.location.reload()\n\t\t\t\t }, \"300000\" );\n\t\t\t }\n\t\t\t \t\t\t \n\t\t\t if ($('body.category').length &gt; 0) {\n\t\t\t\t setTimeout(function () {\n\t\t\t\t\t window.location.reload()\n\t\t\t\t }, \"300000\" );\n\t\t\t }\n\n\t\t\t \t\t\t \n\t\t\t if ($('body.single-post').length &gt; 0) {\n\t\t\t\t setTimeout(function () {\n\t\t\t\t\t window.location.reload()\n\t\t\t\t }, \"900000\" );\n\t\t\t }\n\t\t\t \t\t });\n\t </script>\n\n</head>\n" ]
[ "<title>Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video | 99.3-105.7 Kiss FM</title>\n\t" ]
[ { "key": "datasource", "type": "global", "value": "kissrichmond.com > beyonces babies make appearance in vogue behind the scenes video" } ]
[ { "char_end_idx": 659, "char_start_idx": 0, "key": "length", "type": "local", "value": "659" }, { "char_end_idx": 715, "char_start_idx": 659, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 822, "char_start_idx": 715, "key": "length", "type": "local", "value": "106" }, { "char_end_idx": 871, "char_start_idx": 822, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 929, "char_start_idx": 871, "key": "length", "type": "local", "value": "57" }, { "char_end_idx": 1453, "char_start_idx": 929, "key": "length", "type": "local", "value": "523" } ]
[ { "key": "length", "type": "global", "value": "1455" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 10, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 10, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "push-menu__close", "icon-close push-menu__close" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "button" }, { "char_end_idx": 25, "char_start_idx": 11, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/stone-soul-2019-buy-tickets-here/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 25, "char_start_idx": 11, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2974792", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2974792" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 30, "char_start_idx": 26, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 30, "char_start_idx": 26, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881094", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881094" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 37, "char_start_idx": 31, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/djs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 46, "char_start_idx": 38, "html_attrs": { "attrs": [ "href" ], "values": [ "/schedule/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 46, "char_start_idx": 38, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003872", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2003872" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 70, "char_start_idx": 47, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/tjms/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 70, "char_start_idx": 47, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2173875", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2173875" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 84, "char_start_idx": 71, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/community-clo/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 84, "char_start_idx": 71, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2869139", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2869139" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 94, "char_start_idx": 85, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/king-tutt/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 94, "char_start_idx": 85, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2869138", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2869138" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 109, "char_start_idx": 95, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.quuit.com/quu/playlist/182" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 109, "char_start_idx": 95, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2950894", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2950894" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 110, "char_start_idx": 38, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 110, "char_start_idx": 31, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003871", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2003871" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 124, "char_start_idx": 110, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/category/radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 159, "char_start_idx": 125, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/category/in-the-community/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 159, "char_start_idx": 125, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2920585", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2920585" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 173, "char_start_idx": 160, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/category/king-tutt/daddy-diaries/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 173, "char_start_idx": 160, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2967060", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2967060" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 189, "char_start_idx": 174, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/weekend-roundup/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 189, "char_start_idx": 174, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912908", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912908" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 190, "char_start_idx": 125, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 190, "char_start_idx": 110, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912889", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912889" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 196, "char_start_idx": 190, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/prizes/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 197, "char_start_idx": 190, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2800478", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2800478" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 203, "char_start_idx": 197, "html_attrs": { "attrs": [ "href" ], "values": [ "/events" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 203, "char_start_idx": 197, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003874", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2003874" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 210, "char_start_idx": 204, "html_attrs": { "attrs": [ "href" ], "values": [ "/category/photos/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 210, "char_start_idx": 204, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2799432", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2799432" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 218, "char_start_idx": 211, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 219, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/contact-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 219, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2003837", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2003837" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 248, "char_start_idx": 230, "html_attrs": { "attrs": [ "href" ], "values": [ "/newsletter-sign-up-2/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 248, "char_start_idx": 230, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2847257", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2847257" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 287, "char_start_idx": 249, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/2962593/get-the-kiss-richmond-streaming-app/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 287, "char_start_idx": 249, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2962643", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2962643" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 306, "char_start_idx": 288, "html_attrs": { "attrs": [ "href" ], "values": [ "/mobile-text-club/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 288, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2743344", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2743344" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 323, "char_start_idx": 307, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/2894163/download-the-kiss-99-3105-7-mobile-app/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 323, "char_start_idx": 307, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912894", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912894" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 332, "char_start_idx": 324, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.facebook.com/kissrichmond/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 332, "char_start_idx": 324, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912895", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912895" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 340, "char_start_idx": 333, "html_attrs": { "attrs": [ "href" ], "values": [ "https://twitter.com/KissRichmond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 340, "char_start_idx": 333, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912896", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912896" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 350, "char_start_idx": 341, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.instagram.com/kissrichmond/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 350, "char_start_idx": 341, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912897", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912897" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 358, "char_start_idx": 351, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.youtube.com/channel/UCb5KVWSpPCv-3bAe3x60IVQ" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 358, "char_start_idx": 351, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912898", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2912898" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 359, "char_start_idx": 219, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 359, "char_start_idx": 211, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2912890", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2912890" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 359, "char_start_idx": 11, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-1-main", "push-primary-menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 369, "char_start_idx": 359, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/contact-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 369, "char_start_idx": 359, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881100", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881100" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 377, "char_start_idx": 370, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ionedigital.com/privacy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 377, "char_start_idx": 370, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881101", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881101" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 387, "char_start_idx": 378, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ionedigital.com/ad-choice/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 387, "char_start_idx": 378, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2964736", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2964736" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 404, "char_start_idx": 388, "html_attrs": { "attrs": [ "href" ], "values": [ "https://ionedigital.com/terms-of-service/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 404, "char_start_idx": 388, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881103", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881103" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 416, "char_start_idx": 405, "html_attrs": { "attrs": [ "href" ], "values": [ "http://interactiveone.com/#Advertising" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 416, "char_start_idx": 405, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881104", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881104" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 420, "char_start_idx": 417, "html_attrs": { "attrs": [ "href" ], "values": [ "/eeo/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 420, "char_start_idx": 417, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881105", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881105" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 428, "char_start_idx": 421, "html_attrs": { "attrs": [ "href" ], "values": [ "http://home.radio-one.com/about-us/careers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 428, "char_start_idx": 421, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1881106", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1881106" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 432, "char_start_idx": 429, "html_attrs": { "attrs": [ "href" ], "values": [ "/faq" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 432, "char_start_idx": 429, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2019710", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2019710" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 454, "char_start_idx": 433, "html_attrs": { "attrs": [ "href" ], "values": [ "https://publicfiles.fcc.gov/fm-profile/wkjs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 454, "char_start_idx": 433, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2927807", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2927807" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 477, "char_start_idx": 455, "html_attrs": { "attrs": [ "href" ], "values": [ "https://publicfiles.fcc.gov/fm-profile/wkjm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 477, "char_start_idx": 455, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2927808", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2927808" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 488, "char_start_idx": 478, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 488, "char_start_idx": 478, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-2873394", "menu-item menu-item-type-custom menu-item-object-custom menu-item-2873394" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 489, "char_start_idx": 359, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-3-footer-links", "push-secondary-menu secondary-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "push-menu__content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 489, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "role" ], "values": [ "push-menu", "push-menu", "navigation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "itemprop", "itemtype", "itemid", "itemscope" ], "values": [ "mainEntityOfPage", "https://schema.org/WebPage", "https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/", "" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "meta" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "ad-single-top ione-widget-container ione-widget-ionead ad", "ad-header-post", "header-post" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/", "url" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "meta" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "datePublished", "2018-08-15T11:01:04-04:00" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "meta" }, { "char_end_idx": 489, "char_start_idx": 489, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "dateModified", "2018-08-17T08:38:45-04:00" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "meta" }, { "char_end_idx": 556, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "post-meta__title", "headline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "h1" }, { "char_end_idx": 557, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 615, "char_start_idx": 609, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 823, "char_start_idx": 557, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 974, "char_start_idx": 824, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 984, "char_start_idx": 975, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 984, "char_start_idx": 975, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "icon-photos", "Media Playlist" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 985, "char_start_idx": 975, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/check-out-beyonces-best-stage-performance-outfits-of-all-time/", "post-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 985, "char_start_idx": 975, "html_attrs": { "attrs": [ "class" ], "values": [ "post-playlist-cover" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 985, "char_start_idx": 557, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1053, "char_start_idx": 985, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/tag/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1053, "char_start_idx": 985, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta__tags" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1091, "char_start_idx": 1053, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/2975880/tamron-hall-gives-birth-to-first-child/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 1092, "char_start_idx": 1053, "html_attrs": { "attrs": [ "class" ], "values": [ "more-by-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 1134, "char_start_idx": 1092, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/2975728/king-tutts-daddy-diaries-remember-when/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1135, "char_start_idx": 1092, "html_attrs": { "attrs": [ "class" ], "values": [ "more-by-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1185, "char_start_idx": 1135, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kissrichmond.com/2975726/beyonce-posts-beforeiletgo-challenge-to-instagram/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1186, "char_start_idx": 1135, "html_attrs": { "attrs": [ "class" ], "values": [ "more-by-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1186, "char_start_idx": 1053, "html_attrs": { "attrs": [ "class" ], "values": [ "more-posts" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 1186, "char_start_idx": 1053, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "ione-tab__content more-by-content", "more-by-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1053, "html_attrs": { "attrs": [ "class" ], "values": [ "ione-tab author-more-tab" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 557, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "post-content", "articleBody" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "name" ], "values": [ "respond" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1186, "char_start_idx": 557, "html_attrs": { "attrs": [ "class" ], "values": [ "post-wrapper-content" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "sidebar-ad first-ad ione-widget-container ione-widget-ionead ad", "ad-sidebar1-post", "sidebar1-post" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar-ad second-ad" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "static-ads" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "id", "data-ad-id", "class" ], "values": [ "ad-sidebar2-post", "sidebar2-post", "ad" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "sticky-sidebar-ads sidebar-ad third-ad ione-widget-container ione-widget-ionead ione-sticky-widget" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "ad-single-side" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 489, "html_attrs": { "attrs": [ "class" ], "values": [ "post" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "post-wrapper", "", "http://schema.org/NewsArticle" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "ad-single-bottom ione-widget-container ione-widget-ionead ad", "ad-footer-post", "footer-post" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "role", "data-id", "data-primary-cat", "data-permalink", "data-title" ], "values": [ "post-super-wrapper", "main", "2956104", "", "https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/", "Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1186, "char_start_idx": 1186, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975880/tamron-hall-gives-birth-to-first-child/", "post-link" ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 30, "type": "local", "value": "a" }, { "char_end_idx": 1199, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 32, "type": "local", "value": "span" }, { "char_end_idx": 1199, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 29, "type": "local", "value": "div" }, { "char_end_idx": 1199, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975880 post type-post status-publish format-standard hentry category-entertainment-news category-king-tutt tag-tamron-hall-gives-birth-to-first-child primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 1199, "char_start_idx": 1199, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975838/tour-bus-reportedly-searched-by-fbi-during-kodak-blacks-d-c-show/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1212, "char_start_idx": 1199, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1212, "char_start_idx": 1199, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1212, "char_start_idx": 1199, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975838 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1212, "char_start_idx": 1212, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975839/voices-calboy-envy-me-goes-platinum/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1225, "char_start_idx": 1212, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1225, "char_start_idx": 1212, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1225, "char_start_idx": 1212, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975839 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives category-voices primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1225, "char_start_idx": 1225, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975828/empire-recap-its-looking-like-andre-is-really-going-to-die/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1238, "char_start_idx": 1225, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1238, "char_start_idx": 1225, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1238, "char_start_idx": 1225, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975828 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1238, "char_start_idx": 1238, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975819/how-jekalyn-carrs-book-you-will-win-is-teaching-people-not-to-just-be-winners-but-live-as-winners/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1248, "char_start_idx": 1238, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1248, "char_start_idx": 1238, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1248, "char_start_idx": 1238, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975819 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-stone-soul-2019 tag-jekalyn-carr tag-performers tag-stone-soul primary-category__stone-soul-2019" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1248, "char_start_idx": 1248, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/houston-high-school-principal-bans-bonnets-leggings-after-mother-showed-up-wearing-this/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1258, "char_start_idx": 1248, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1258, "char_start_idx": 1248, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1258, "char_start_idx": 1248, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975829 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1258, "char_start_idx": 1258, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975827/vitamin-of-the-day-dont-be-afraid-to-fail/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1268, "char_start_idx": 1258, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1268, "char_start_idx": 1258, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1268, "char_start_idx": 1258, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975827 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1268, "char_start_idx": 1268, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975805/loni-love-swears-by-these-plus-size-fashion-lines-eloquii-ashley-stewart-asos/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1278, "char_start_idx": 1268, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1278, "char_start_idx": 1268, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1278, "char_start_idx": 1268, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975805 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1278, "char_start_idx": 1278, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975806 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1278, "char_start_idx": 1278, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975825/the-sunken-place-best-memes-from-damian-lillards-epic-game-winning-shot/", "post-link" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1288, "char_start_idx": 1278, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 1288, "char_start_idx": 1278, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1288, "char_start_idx": 1278, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975825 post type-post status-publish format-standard hentry category-entertainment-news primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1288, "char_start_idx": 1288, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975799/abc-is-bringing-the-jeffersons-back-in-a-live-presentation-starring-jamie-foxx/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1298, "char_start_idx": 1288, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1298, "char_start_idx": 1288, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1298, "char_start_idx": 1288, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975799 post type-post status-publish format-standard hentry category-entertainment-news category-homepage-lead category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1298, "char_start_idx": 1298, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975803/britney-spears-responds-to-freebritney-controversy-asks-for-privacy/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1308, "char_start_idx": 1298, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1308, "char_start_idx": 1298, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1298, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975803 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1308, "char_start_idx": 1308, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/gurl-what-jordyn-woods-says-getting-bullied-for-tristan-cheating-drama-was-the-1st-time-she-felt-like-a-black-woman/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1318, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1318, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1318, "char_start_idx": 1308, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975807 media_playlist type-media_playlist status-publish hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1318, "char_start_idx": 1318, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/2975801/bun-b-reportedly-shoots-home-invader-suspect-arrested/", "post-link" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1328, "char_start_idx": 1318, "html_attrs": { "attrs": [ "class" ], "values": [ "timestamp" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1328, "char_start_idx": 1318, "html_attrs": { "attrs": [ "class" ], "values": [ "post-meta" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1328, "char_start_idx": 1318, "html_attrs": { "attrs": [ "class" ], "values": [ "post-split has-post-thumbnail post-2975801 post type-post status-publish format-standard hentry category-entertainment-news category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1328, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "posts-list with-featured-story" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 27, "type": "local", "value": "div" }, { "char_end_idx": 1328, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "container-with-sidebar ione-widget-container ione-widget-generic_flex_posts module-container module-one-and-two generic-list ", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 26, "type": "local", "value": "div" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/houston-high-school-principal-bans-bonnets-leggings-after-mother-showed-up-wearing-this/", "post-link" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975829 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/loni-loves-fashion-through-the-years/", "post-link" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975806 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-entertainment-news category-photos primary-category__entertainment-news" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 12, "type": "local", "value": "li" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://kissrichmond.com/playlist/bout-that-life-the-internet-roasts-bun-bs-would-be-robber-for-not-listening-to-more-ugk/", "post-link" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "a" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "class" ], "values": [ "post-2975800 media_playlist type-media_playlist status-publish has-post-thumbnail hentry category-photos category-radio-one-exclusives primary-category__radio-one-exclusives" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 16, "type": "local", "value": "li" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "module-container ", "" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1328, "char_start_idx": 1328, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar ione-widget-container ione-widget-generic_flex_posts widget widget-posts-split" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1328, "char_start_idx": 1186, "html_attrs": { "attrs": [ "class" ], "values": [ "module-recommended container-with-sidebar-wrapper" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 25, "type": "local", "value": "div" }, { "char_end_idx": 1328, "char_start_idx": 489, "html_attrs": { "attrs": [ "id" ], "values": [ "infinite-scroll-container" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1329, "char_start_idx": 1328, "html_attrs": { "attrs": [ "class", "style", "rel" ], "values": [ "sc-close", "color: #000000;", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 27, "type": "local", "value": "a" }, { "char_end_idx": 1335, "char_start_idx": 1330, "html_attrs": { "attrs": [ "href" ], "values": [ "#sailthru-signup-widget" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1335, "char_start_idx": 1330, "html_attrs": { "attrs": [ "class" ], "values": [ "sailthru-signup-widget-close" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1454, "char_start_idx": 1336, "html_attrs": { "attrs": [ "class", "hidden" ], "values": [ "success", "hidden" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1336, "html_attrs": { "attrs": [ "class" ], "values": [ "sailthru_form" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1330, "html_attrs": { "attrs": [ "class" ], "values": [ "sailthru_social_conversion sailthru-signup-widget" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1330, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "social-conversion sc-newsletter", "text-align: center;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1328, "html_attrs": { "attrs": [ "id", "class", "style" ], "values": [ "ione-social_conversion-2", "sc-wrap disable-popup", "padding: 20px; background-color: #d3d3d3;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 26, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1328, "html_attrs": { "attrs": [ "class" ], "values": [ "ione-widget-container ione-widget-social_conversion" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 25, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 489, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ione-container", "push-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "class", "id", "data-ad-id" ], "values": [ "fsb-ad ad", "ad-anchor", "anchor" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "class" ], "values": [ "fsb-desktop" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-share-bar" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "id", "data-ad-id", "class" ], "values": [ "ad-1x1", "1x1", "ad" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "id", "data-ad-id", "class" ], "values": [ "ad-gravity-ad", "gravity-ad", "ad" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "rel", "id", "href", "type", "media" ], "values": [ "stylesheet", "all-css-0-3", "https://s2.wp.com/_static/??-eJydjN0KwjAMRl/IGsVu6IX4KKNkYau0TWi6jb29zSt49f0cOHCIQy6NSoO2UiaFPQpELvSAWDBtc78yz1vqabdLGgQkhZMqoCrYvvZygT9ctAQ8na5cG7JhMxqapHLmqZPD5J/8vg9+9OPt9fTfH5CnQ4Q=?cssminify=yes", "text/css", "all" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "link" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "src", "style", "alt" ], "values": [ "https://pixel.wp.com/b.gif?v=noscript", "height:0px;width:0px;overflow:hidden", "" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "img" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 18, "type": "local", "value": "noscript" }, { "char_end_idx": 1455, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "post-template-default single single-post postid-2956104 single-format-standard has-push-menu mp6 customizer-styles-applied no-cover-image entertainment-news king-tutt highlander-enabled highlander-light", "" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 25, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Close menu\nStone Soul ’19" }, { "char_end_idx": 30, "char_start_idx": 25, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHome" }, { "char_end_idx": 46, "char_start_idx": 30, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOn Air\nSchedule" }, { "char_end_idx": 70, "char_start_idx": 46, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTom Joyner Morning Show" }, { "char_end_idx": 84, "char_start_idx": 70, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommunity Clo" }, { "char_end_idx": 94, "char_start_idx": 84, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKing Tutt" }, { "char_end_idx": 109, "char_start_idx": 94, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMusic Playlist" }, { "char_end_idx": 110, "char_start_idx": 109, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 159, "char_start_idx": 110, "key": "paragraph", "marker": "li", "type": "local", "value": "RVA Exclusives\nRadio One Richmond Community Page!" }, { "char_end_idx": 173, "char_start_idx": 159, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDaddy Diaries" }, { "char_end_idx": 189, "char_start_idx": 173, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWeekend Roundup" }, { "char_end_idx": 190, "char_start_idx": 189, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 197, "char_start_idx": 190, "key": "paragraph", "marker": "li", "type": "local", "value": "Prizes\n" }, { "char_end_idx": 203, "char_start_idx": 197, "key": "paragraph", "marker": "li", "type": "local", "value": "Events" }, { "char_end_idx": 210, "char_start_idx": 203, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPhotos" }, { "char_end_idx": 229, "char_start_idx": 210, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConnect\nContact Us" }, { "char_end_idx": 248, "char_start_idx": 229, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNewsletter Sign Up" }, { "char_end_idx": 287, "char_start_idx": 248, "key": "paragraph", "marker": "li", "type": "local", "value": "\nListen To Kiss Richmond On Your Alexa!" }, { "char_end_idx": 306, "char_start_idx": 287, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJoin Our Text Club" }, { "char_end_idx": 323, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDownload Our App" }, { "char_end_idx": 332, "char_start_idx": 323, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFacebook" }, { "char_end_idx": 340, "char_start_idx": 332, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTwitter" }, { "char_end_idx": 350, "char_start_idx": 340, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInstagram" }, { "char_end_idx": 358, "char_start_idx": 350, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYouTube" }, { "char_end_idx": 359, "char_start_idx": 358, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 369, "char_start_idx": 359, "key": "paragraph", "marker": "li", "type": "local", "value": "Contact Us" }, { "char_end_idx": 377, "char_start_idx": 369, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy" }, { "char_end_idx": 387, "char_start_idx": 377, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAd Choice" }, { "char_end_idx": 404, "char_start_idx": 387, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTerms of Service" }, { "char_end_idx": 416, "char_start_idx": 404, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdvertising" }, { "char_end_idx": 420, "char_start_idx": 416, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEEO" }, { "char_end_idx": 428, "char_start_idx": 420, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCareers" }, { "char_end_idx": 432, "char_start_idx": 428, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFAQ" }, { "char_end_idx": 454, "char_start_idx": 432, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWKJS’ FCC Public File" }, { "char_end_idx": 477, "char_start_idx": 454, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWKJM’s FCC Public File" }, { "char_end_idx": 488, "char_start_idx": 477, "key": "paragraph", "marker": "li", "type": "local", "value": "\nR1 Digital" }, { "char_end_idx": 489, "char_start_idx": 488, "key": "paragraph", "marker": "nav", "type": "local", "value": "\n" }, { "char_end_idx": 556, "char_start_idx": 489, "key": "paragraph", "marker": "h1", "type": "local", "value": "Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video" }, { "char_end_idx": 557, "char_start_idx": 556, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 824, "char_start_idx": 557, "key": "paragraph", "marker": "p", "type": "local", "value": "A three-minute behind-the-scenes video of Beyonce’s Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z’s kids. Blue Ivy is seen playing several times in the video and Beyonce kisses her twins Rumi and Sir in the clip.\n" }, { "char_end_idx": 975, "char_start_idx": 824, "key": "paragraph", "marker": "p", "type": "local", "value": "The candid video was directed by Tyler Mitchell. The 23-year-old shot the Beyonce spread for the magazine. Which celebrity’s kid do you find adorable?\n" }, { "char_end_idx": 985, "char_start_idx": 975, "key": "paragraph", "marker": "div", "type": "local", "value": "15 photos\n" }, { "char_end_idx": 1053, "char_start_idx": 985, "key": "paragraph", "marker": "div", "type": "local", "value": "Beyonce's Babies Make Appearance In 'Vogue' Behind The Scenes Video\n" }, { "char_end_idx": 1092, "char_start_idx": 1053, "key": "paragraph", "marker": "li", "type": "local", "value": "Tamron Hall Gives Birth To First Child\n" }, { "char_end_idx": 1135, "char_start_idx": 1092, "key": "paragraph", "marker": "li", "type": "local", "value": "King Tutt’s Daddy Diaries: “Remember When”\n" }, { "char_end_idx": 1186, "char_start_idx": 1135, "key": "paragraph", "marker": "div", "type": "local", "value": "Beyonce Posts #BeforeILetGo Challenge To Instagram\n" }, { "char_end_idx": 1199, "char_start_idx": 1186, "key": "paragraph", "marker": "div", "type": "local", "value": "10 hours ago\n" }, { "char_end_idx": 1212, "char_start_idx": 1199, "key": "paragraph", "marker": "div", "type": "local", "value": "17 hours ago\n" }, { "char_end_idx": 1225, "char_start_idx": 1212, "key": "paragraph", "marker": "div", "type": "local", "value": "17 hours ago\n" }, { "char_end_idx": 1238, "char_start_idx": 1225, "key": "paragraph", "marker": "div", "type": "local", "value": "24 hours ago\n" }, { "char_end_idx": 1248, "char_start_idx": 1238, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1258, "char_start_idx": 1248, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1268, "char_start_idx": 1258, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1278, "char_start_idx": 1268, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1288, "char_start_idx": 1278, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1298, "char_start_idx": 1288, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1308, "char_start_idx": 1298, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1318, "char_start_idx": 1308, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1328, "char_start_idx": 1318, "key": "paragraph", "marker": "div", "type": "local", "value": "1 day ago\n" }, { "char_end_idx": 1454, "char_start_idx": 1328, "key": "paragraph", "marker": "div", "type": "local", "value": "×\nClose\nThank you for subscribing! Please be sure to open and click your first newsletter so we can confirm your subscription." }, { "char_end_idx": 1455, "char_start_idx": 1454, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video | 99.3-105.7 Kiss FM" } ]
[ { "key": "url", "type": "global", "value": "https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/" } ]
[]
Close menu Stone Soul ’19 Home On Air Schedule Tom Joyner Morning Show Community Clo King Tutt Music Playlist RVA Exclusives Radio One Richmond Community Page! Daddy Diaries Weekend Roundup Prizes Events Photos Connect Contact Us Newsletter Sign Up Listen To Kiss Richmond On Your Alexa! Join Our Text Club Download Our App Facebook Twitter Instagram YouTube Contact Us Privacy Ad Choice Terms of Service Advertising EEO Careers FAQ WKJS’ FCC Public File WKJM’s FCC Public File R1 Digital Beyonce’s Babies Make Appearance In ‘Vogue’ Behind The Scenes Video A three-minute behind-the-scenes video of Beyonce’s Vogue photo shoot features a lot of candid moments. Front and center are shots of Beyonce and Jay-Z’s kids. Blue Ivy is seen playing several times in the video and Beyonce kisses her twins Rumi and Sir in the clip. The candid video was directed by Tyler Mitchell. The 23-year-old shot the Beyonce spread for the magazine. Which celebrity’s kid do you find adorable? 15 photos Beyonce's Babies Make Appearance In 'Vogue' Behind The Scenes Video Tamron Hall Gives Birth To First Child King Tutt’s Daddy Diaries: “Remember When” Beyonce Posts #BeforeILetGo Challenge To Instagram 10 hours ago 17 hours ago 17 hours ago 24 hours ago 1 day ago 1 day ago 1 day ago 1 day ago 1 day ago 1 day ago 1 day ago 1 day ago 1 day ago × Close Thank you for subscribing! Please be sure to open and click your first newsletter so we can confirm your subscription.
https://kissrichmond.com/2956104/beyonces-babies-make-appearance-in-vogue-behind-the-scenes-video/
[ { "char_end_idx": 57, "char_start_idx": 47, "key": "entity", "type": "local", "value": "Tom_Joyner" }, { "char_end_idx": 229, "char_start_idx": 227, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 332, "char_start_idx": 324, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 369, "char_start_idx": 367, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 459, "char_start_idx": 455, "key": "entity", "type": "local", "value": "WKJS" }, { "char_end_idx": 496, "char_start_idx": 489, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 606, "char_start_idx": 599, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 698, "char_start_idx": 691, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 708, "char_start_idx": 703, "key": "entity", "type": "local", "value": "Jay-Z" }, { "char_end_idx": 725, "char_start_idx": 717, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 780, "char_start_idx": 773, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 802, "char_start_idx": 798, "key": "entity", "type": "local", "value": "Rumi" }, { "char_end_idx": 871, "char_start_idx": 857, "key": "entity", "type": "local", "value": "Open_Source_Geospatial_Foundation" }, { "char_end_idx": 905, "char_start_idx": 898, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 992, "char_start_idx": 985, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 1064, "char_start_idx": 1053, "key": "entity", "type": "local", "value": "Tamron_Hall" }, { "char_end_idx": 1101, "char_start_idx": 1097, "key": "entity", "type": "local", "value": "Jason_Tutt" } ]
[ { "char_end_idx": 70, "char_start_idx": 46, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tom_Joyner" }, { "char_end_idx": 229, "char_start_idx": 210, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 332, "char_start_idx": 323, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 369, "char_start_idx": 359, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 477, "char_start_idx": 454, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "WKJS" }, { "char_end_idx": 556, "char_start_idx": 489, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Beyoncé" }, { "char_end_idx": 824, "char_start_idx": 557, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Beyoncé" }, { "char_end_idx": 824, "char_start_idx": 557, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Jay-Z" }, { "char_end_idx": 824, "char_start_idx": 557, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Rumi" }, { "char_end_idx": 975, "char_start_idx": 824, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Open_Source_Geospatial_Foundation" }, { "char_end_idx": 975, "char_start_idx": 824, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Beyoncé" }, { "char_end_idx": 1053, "char_start_idx": 985, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Beyoncé" }, { "char_end_idx": 1092, "char_start_idx": 1053, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tamron_Hall" }, { "char_end_idx": 1135, "char_start_idx": 1092, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jason_Tutt" } ]
0
544
1556101182000
<!DOCTYPE html> <!-- jsn_epic_pro 6.0.7 --> <html lang="en-gb" dir="ltr"> <head> <base href="http://satradehub.org/trade-facilitation/371-national-single-window-consultations-with-the-malawi-revenue-authority-in-blantyre" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content=",Trade Facilitation, Malawi" /> <meta name="description" content="Southern Africa Trade and Investment Hub" /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>National Single Window Consultations with the Malawi Revenue Authority in Blantyre</title> <link href="/templates/jsn_epic_pro/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="/index.php?option=com_ajax&plugin=arktypography&format=json" rel="stylesheet" type="text/css" /> <link href="/plugins/editors/jckeditor/typography/typography2.php" rel="stylesheet" type="text/css" media="null" attribs="[]" /> <link href="/media/system/css/modal.css?9a98eeac0162869b0226306f405ccab5" rel="stylesheet" type="text/css" /> <link href="http://satradehub.org/media/com_customproperties/css/customproperties.css" rel="stylesheet" type="text/css" /> <link href="/media/jui/css/bootstrap.min.css?9a98eeac0162869b0226306f405ccab5" rel="stylesheet" type="text/css" /> <link href="/media/jui/css/bootstrap-responsive.min.css?9a98eeac0162869b0226306f405ccab5" rel="stylesheet" type="text/css" /> <link href="/media/jui/css/bootstrap-extended.css?9a98eeac0162869b0226306f405ccab5" rel="stylesheet" type="text/css" /> <link href="/plugins/system/jsntplframework/assets/3rd-party/bootstrap/css/bootstrap-frontend.min.css" rel="stylesheet" type="text/css" /> <link href="/plugins/system/jsntplframework/assets/3rd-party/bootstrap/css/bootstrap-responsive-frontend.min.css" rel="stylesheet" type="text/css" /> <link href="/templates/jsn_epic_pro/css/print.css" rel="stylesheet" type="text/css" media="Print" /> <link href="/templates/system/css/system.css" rel="stylesheet" type="text/css" /> <link href="/templates/system/css/general.css" rel="stylesheet" type="text/css" /> <link href="/templates/jsn_epic_pro/css/template.css" rel="stylesheet" type="text/css" /> <link href="/templates/jsn_epic_pro/css/template_pro.css" rel="stylesheet" type="text/css" /> <link href="/templates/jsn_epic_pro/css/colors/blue.css" rel="stylesheet" type="text/css" /> <link href="/templates/jsn_epic_pro/css/layouts/jsn_mobile.css" rel="stylesheet" type="text/css" /> <link href="/templates/jsn_epic_pro/css/jsn_social_icons.css" rel="stylesheet" type="text/css" /> <link href="http://satradehub.org/media/editors/arkeditor/css/squeezebox.css" rel="stylesheet" type="text/css" /> <link href="/media/com_finder/css/finder.css" rel="stylesheet" type="text/css" /> <link href="/modules/mod_favsocial/theme/bootstrap/favth-bootstrap.css" rel="stylesheet" type="text/css" /> <link href="/modules/mod_favsocial/theme/css/favsocial.css" rel="stylesheet" type="text/css" /> <link href="//use.fontawesome.com/releases/v5.1.0/css/all.css" rel="stylesheet" type="text/css" /> <style type="text/css"> div.jsn-modulecontainer ul.menu-mainmenu ul, div.jsn-modulecontainer ul.menu-mainmenu ul li { width: 200px; } div.jsn-modulecontainer ul.menu-mainmenu ul ul { margin-left: 199px; } #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul ul { margin-right: 199px; margin-left : auto } div.jsn-modulecontainer ul.menu-sidemenu ul, div.jsn-modulecontainer ul.menu-sidemenu ul li { width: 200px; } div.jsn-modulecontainer ul.menu-sidemenu li ul { right: -200px; } body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-sidemenu li ul { left: -200px; right: auto; } div.jsn-modulecontainer ul.menu-sidemenu ul ul { margin-left: 199px; } div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a, div.jsn-modulecontainer ul.menu-mainmenu > li.active > a { background-color: #00cccc; color: #fff; } div.jsn-modulecontainer ul.menu-mainmenu ul, div.jsn-modulecontainer ul.menu-sidemenu ul, ul#jsn-sitetools-menu li ul, #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent { background-color: #00cccc; } div.jsn-modulecontainer ul.menu-mainmenu ul li a { color: #fff!important; } #viewcalender { background: #002f6c none repeat scroll 0 0; color: #fff!important; } #jsn-logo img{ margin-top:15px; margin-bottom:15px; } #jsn-headerright img{ height:40px; margin-top:25px; } @media only screen and (min-width: 1200px) { .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 960px; } } #jsn-headerright { padding: 34px 20px; display: none; } .clear{ clear: both; } .sidebar-ash{ display: block; } #sidebar-ash-heading a{ color:#fff; } #sidebar-ash-heading{ text-align: center; background: #00cccc; padding: 15px; font-size: 15px; } .sidebar-ash{ background:#fff; width:291px; height:120px; } #sidebar-ash-body{ margin-bottom: -7px; } div.jsn-modulecontainer { margin-bottom: 23px; } .items-leading,.items-row{ border-bottom: 15px solid #cacaca; padding-bottom: 10px; } .items-row:last-child{ border:none; } #mod-finder-searchword { width: 212px!important; float: left; border-radius: 0px; margin-left: 1px!important; } .sidebar2{ margin-bottom: 55px !important; } .sidebar4{ background: #468fb0!important; } .email-module{ margin-top:16px; } .email-module a { text-align: center; background: #00cccc; padding-top: 10px; color: #fff; width: 150px; margin-top: 20px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px; } .module1{ margin-bottom: 34px!important; } .module2{ margin-bottom: -42px!important; } .module3{ margin-bottom: -19px!important; } .module6{ margin-bottom: -24px!important; } .module7{ margin-bottom: -58px!important; } h2 { font-size: 1.4em!important; } .agoa_success td { background-color: #ccc; padding: 36px; text-transform:uppercase; } .agoa_success td a { color: #000; font-size: 130%; text-decoration: none; } .agoa_success td:hover { background-color: #3ec9d2; color: #000; } </style> <script type="application/json" class="joomla-script-options new">{"csrf.token":"5459b80ab3e3e2a2657f0be8fa9cc966","system.paths":{"root":"","base":""}}</script> <script src="/media/system/js/mootools-core.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/system/js/core.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/system/js/modal.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/jui/js/jquery.min.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/jui/js/bootstrap.min.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/media/system/js/caption.js?9a98eeac0162869b0226306f405ccab5" type="text/javascript"></script> <script src="/plugins/system/jsntplframework/assets/joomlashine/js/noconflict.js" type="text/javascript"></script> <script src="/plugins/system/jsntplframework/assets/joomlashine/js/utils.js" type="text/javascript"></script> <script src="/templates/jsn_epic_pro/js/jsn_template.js" type="text/javascript"></script> <script src="http://satradehub.org/media/editors/arkeditor/js/jquery.easing.min.js" type="text/javascript"></script> <script src="http://satradehub.org/media/editors/arkeditor/js/squeezebox.min.js" type="text/javascript"></script> <script src="/modules/mod_favsocial/theme/bootstrap/favth-bootstrap.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(function($) { SqueezeBox.initialize({}); SqueezeBox.assign($('a.modal').get(), { parse: 'rel' }); }); window.jModalClose = function () { SqueezeBox.close(); }; // Add extra modal close functionality for tinyMCE-based editors document.onreadystatechange = function () { if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE) { if (typeof window.jModalClose_no_tinyMCE === 'undefined') { window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false; jModalClose = function () { if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined') { if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {}; window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false; SqueezeBox.close = function () { if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } } }; jQuery(function($){ $(".dropdown-toggle").dropdown(); }); jQuery(window).on('load', function() { new JCaption('img.caption'); }); JSNTemplate.initTemplate({ templatePrefix : "jsn_epic_pro_", templatePath : "/templates/jsn_epic_pro", enableRTL : 0, enableGotopLink : 0, enableMobile : 1, enableMobileMenuSticky : 1, enableDesktopMenuSticky : 0, responsiveLayout : ["mobile"], mobileMenuEffect : "default" }); (function() { if(typeof jQuery == 'undefined') return; jQuery(function($) { if($.fn.squeezeBox) { $( 'a.modal' ).squeezeBox({ parse: 'rel' }); $( 'img.modal' ).each( function( i, el ) { $(el).squeezeBox({ handler: 'image', url: $( el ).attr( 'src' ) }); }) } else if(typeof(SqueezeBox) !== 'undefined') { $( 'img.modal' ).each( function( i, el ) { SqueezeBox.assign( el, { handler: 'image', url: $( el ).attr( 'src' ) }); }); } function jModalClose() { if(typeof(SqueezeBox) == 'object') SqueezeBox.close(); else ARK.squeezeBox.close(); } }); })(); jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); </script> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0" /> <!-- html5.js and respond.min.js for IE less than 9 --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="/plugins/system/jsntplframework/assets/3rd-party/respond/respond.min.js"></script> <![endif]--> </head> <body id="jsn-master" class="jsn-textstyle-business jsn-color-blue jsn-direction-ltr jsn-responsive jsn-mobile jsn-joomla-30 jsn-com-content jsn-view-article jsn-itemid-111"> <a name="top" id="top"></a> <div id="jsn-page-1" class="container"> <div class="container"> <div id="jsn-header"> <div id="jsn-logo" class="pull-left" > <a href="/index.php" title=""><img style="width:100%;" src="/images/header-logo960x100-corrected.jpg" alt="" id="jsn-logo-desktop" /></a> </div> <div id="jsn-headerright" style="padding:0px" class="pull-right"> <div id="jsn-social-icons" class="pull-left "> <img src="/images/logo-right.png" /> <!-- <ul> <li class="youtube"> <a href="http://www.youtube.com/channel/UCMqzXhud-wZD7_QKASbS7Vw" title="YouTube" target="_blank"> YouTube</a> </li> <li class="facebook"> <a href="https://www.facebook.com/USAIDSouthernAfrica" title="Facebook" target="_blank"> Facebook</a> </li> <li class="flickr"> <a href="https://www.flickr.com/photos/63264458@N05" title="Flickr" target="_blank"> Flickr</a> </li> </ul> --> </div> </div> <div class="clearbreak"></div> </div> </div> <div id="home-menu-container"> <div class="container"> <div id="jsn-menu"> <div id="jsn-pos-mainmenu"> <div class=" jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div class="jsn-modulecontent"><span class="jsn-menu-toggle">Menu</span> <ul class="menu-mainmenu menu-iconmenu"> <li class="first"><a href="/" > <span> Home </span> </a></li><li ><a href="/about" > <span> About </span> </a></li><li class="parent"><a href="/sectors" > <span> Sectors </span> </a><span class="jsn-menu-toggle"></span><ul><li class="first"><a href="/sectors/2015-05-15-06-16-28" > <span> Trade Facilitation </span> </a></li><li > <a href="/food-safety-and-production" > <span> Agribusiness Trade </span> </a> </li><li > <a href="/textiles-and-apparel" > <span> Export Competitiveness </span> </a> </li><li class="last"><a href="/sectors/finance-and-investment" > <span> Finance and Investment </span> </a></li></ul></li><li class="parent"><a href="/countries-activities" > <span> Countries </span> </a><span class="jsn-menu-toggle"></span><ul><li class="first"><a href="/countries-activities/botswana" > <span> Botswana </span> </a></li><li ><a href="/countries-activities/lesotho" > <span> Lesotho </span> </a></li><li ><a href="/countries-activities/malawi" > <span> Malawi </span> </a></li><li ><a href="/countries-activities/mozambique" > <span> Mozambique </span> </a></li><li ><a href="/countries-activities/namibia" > <span> Namibia </span> </a></li><li ><a href="/countries-activities/south-africa" > <span> South Africa </span> </a></li><li ><a href="/countries-activities/swaziland" > <span> Swaziland </span> </a></li><li class="last"><a href="/countries-activities/zambia" > <span> Zambia </span> </a></li></ul></li><li class="parent"><a href="/resources" > <span> Resources </span> </a><span class="jsn-menu-toggle"></span><ul><li class="first"><a href="/resources/fact-sheets" > <span> Country Profiles </span> </a></li><li ><a href="/resources/case-studies" > <span> Case Studies </span> </a></li><li ><a href="/resources/trade-hub-activity-fact-sheets" > <span> General Fact Sheets </span> </a></li><li ><a href="/resources/agoa" > <span> AGOA </span> </a></li><li > <a class="" href="https://www.registrarcorp.com/satihub/" target="_blank" > <span> FDA Portal </span> </a> </li><li ><a href="/resources/partnership-fund" > <span> Partnership Fund </span> </a></li><li ><a href="/resources/conferences" > <span> Conferences </span> </a></li><li ><a href="/resources/login" > <span> Login </span> </a></li><li ><a href="/resources/satih-newsletter" > <span> SATIH Newsletter </span> </a></li><li class="last"><a href="/resources/photo-galleries" > <span> Photo Galleries </span> </a></li></ul></li><li ><a href="/agoa" > <span> AGOA </span> </a></li><li ><a href="/videos" > <span> Videos </span> </a></li><li ><a href="/news" > <span> News </span> </a></li><li class="last"><a href="/contact-us" > <span> Contact </span> </a></li></ul><div class="clearbreak"></div></div></div></div> </div> <span id="jsn-desktopswitch"> <a href="#" onclick="javascript: JSNUtils.setTemplateAttribute('jsn_epic_pro_','mobile','no'); return false;"></a> </span> <span id="jsn-mobileswitch"> <a href="#" onclick="javascript: JSNUtils.setTemplateAttribute('jsn_epic_pro_','mobile','yes'); return false;"></a> </span> <div class="clearbreak"></div> </div> </div> </div> </div> <div id="jsn-page" class="container"> <div id="jsn-page-inner"> <div id="jsn-body"> <div id="jsn-content" class="jsn-hasleft "> <div id="jsn-content_inner"><div id="jsn-content_inner1"><div id="jsn-content_inner2"><div id="jsn-content_inner3"><div id="jsn-content_inner4"><div id="jsn-content_inner5"><div id="jsn-content_inner6"><div id="jsn-content_inner7" class="row-fluid"> <div id="jsn-maincontent" class="span8 order2 offset4 row-fluid"> <div id="jsn-maincontent_inner"><div id="jsn-maincontent_inner1"><div id="jsn-maincontent_inner2"><div id="jsn-maincontent_inner3"><div id="jsn-maincontent_inner4"> <div id="jsn-centercol" class="span12 order1 "><div id="jsn-centercol_inner"> <div id="jsn-breadcrumbs"> <div id="jsn-pos-breadcrumbs" class=""> <ul class="breadcrumb "> <li class="active"><span class="divider"><i class="icon-location" class="hasTooltip" title="You are here: "></i></span></li><li><a href="/" class="pathway">Home</a><span class="divider"></span></li><li><a href="/trade-facilitation" class="pathway">Trade Facilitation</a></li><li><span class="divider"></span><span>National Single Window Consultations with the Malawi Revenue Authority in Blantyre</span></li></ul> </div> </div> <div id="jsn-mainbody-content" class=" jsn-hasmainbody"> <div id="jsn-mainbody"> <div id="system-message-container"> </div> <div class="item-page" itemscope itemtype="http://schema.org/Article"> <meta itemprop="inLanguage" content="en-GB" /> <div class="page-header"> <h2 itemprop="name"> <a href="/trade-facilitation/371-national-single-window-consultations-with-the-malawi-revenue-authority-in-blantyre" itemprop="url"> National Single Window Consultations with the Malawi Revenue Authority in Blantyre</a> </h2> </div> <div itemprop="articleBody"> <p> <img alt="Customs Clearing Agent Elia Sibale, MRA Customs Manager Julio Mpinga, and USAID’s Paul Pleva at the Mwanza Border Post" class="image-bordercke-resize" longdesc="Customs Clearing Agent Elia Sibale, MRA Customs Manager Julio Mpinga, and USAID’s Paul Pleva at the Mwanza Border Post" src="/images/2015.11.10NSW_Malawi.gif" style="line-height: 1.7; height: 150px; width: 150px; margin-left: 0px; margin-right: 10px; float: left;" /><span style="line-height: 1.7;">From November 2-3, 2015, USAID Southern Africa&rsquo;s Paul Pleva and members of USAID&rsquo;s Southern Africa Trade Hub held consultations with the Malawi Revenue Authority (MRA) in Blantyre and then visited the Mwanza Border Post to meet with various government officials and agencies regarding the development of a National Single Window (NSW) for Malawi.</span></p> <p> At the MRA, the delegation met with MRA Executive Management and NSW project staff including the Commissioner General, Deputy Commissioner General, Deputy Director Modernization, and the Modernization Program Manager. MRA is the lead agency for the NSW and has been given the mandate to develop the operational foundation for the NSW with guidance and technical assistance provided by the Trade Hub.</p> <p> The Trade Hub is supporting the government of Malawi and its various agencies to take ownership of the process, develop their skill base internally, and ultimately implement the NSW with technical inputs and direction from the Hub&rsquo;s resident advisor and expert consultants. Ongoing work with the MRA is being coordinated with the World Bank, which is assisting with a loan dedicated to NSW implementation.</p> <p> <em><span style="line-height: 20.4px;">Photo: Customs Clearing Agent Elia Sibale, MRA Customs Manager Julio Mpinga, and USAID&rsquo;s Paul Pleva at the Mwanza Border Post</span><br /> &nbsp;</em></p> <div class="cp-tags"> <span class="cp-tag-label">Tags: </span><span class="cp-tag cp-tag-1"><a rel="tag nofollow" href="/component/customproperties/tag/1">Trade Facilitation</a></span><span class="cp-tag cp-tag-8"><a rel="tag nofollow" href="/component/customproperties/tag/8">Malawi</a></span></div> </div> <ul class="pager pagenav"> <li class="previous"> <a href="/trade-facilitation/372-trade-hub-presents-on-the-use-of-innovative-information-technologies-to-implement-the-wto-s-agreement-on-trade-facilitation-in-southern-africa" rel="prev"> <span class="icon-chevron-left"></span> Prev </a> </li> <li class="next"> <a href="/trade-facilitation/366-trade-hub-support-to-sadc-investment-drive-gains-momentum" rel="next"> Next <span class="icon-chevron-right"></span> </a> </li> </ul> </div> </div> </div> <div id="jsn-pos-user-bottom" class="jsn-modulescontainer jsn-horizontallayout jsn-modulescontainer1 row-fluid"> <div class=" jsn-modulecontainer span12"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <p style="text-align: center;"> <span style="font-size:10px;">-------</span></p> <p> <em><span style="font-size:10px;">Disclaimer: This website was made possible with the support of the American People through the US Agency for International Development. This is not an official USAID or US Government website. The contents of this website are the sole responsibility of the authors and do not necessarily reflect the views of USAID or the US Government.</span></em></p> </div><div class="clearbreak"></div></div></div></div></div></div> </div> </div></div> <!-- end centercol --> </div></div></div></div></div></div> <!-- end jsn-maincontent --> <div id="jsn-leftsidecontent" class="span4 order1 offset-12"> <div id="jsn-leftsidecontent_inner"> <div id="jsn-pos-left"> <div class="module1 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <script type="text/javascript"> //<![CDATA[ window.addEvent('domready', function() { var value; // Set the input value if not already set. if (!document.id('mod-finder-searchword').getProperty('value')) { document.id('mod-finder-searchword').setProperty('value', 'Search ...'); } // Get the current value. value = document.id('mod-finder-searchword').getProperty('value'); // If the current value equals the default value, clear it. document.id('mod-finder-searchword').addEvent('focus', function() { if (this.getProperty('value') == 'Search ...') { this.setProperty('value', ''); } }); // If the current value is empty, set the previous value. document.id('mod-finder-searchword').addEvent('blur', function() { if (!this.getProperty('value')) { this.setProperty('value', value); } }); document.id('mod-finder-searchform').addEvent('submit', function(e){ e = new Event(e); e.stop(); // Disable select boxes with no value selected. if (document.id('mod-finder-advanced') != null) { document.id('mod-finder-advanced').getElements('select').each(function(s){ if (!s.getProperty('value')) { s.setProperty('disabled', 'disabled'); } }); } document.id('mod-finder-searchform').submit(); }); /* * This segment of code sets up the autocompleter. */ }); //]]> </script> <form id="mod-finder-searchform" action="/search" method="get" class="form-search"> <div class="finder"> <label for="mod-finder-searchword" class="finder"> </label><input type="text" name="q" id="mod-finder-searchword" class="search-query input-medium" size="18" value="" /><button class="btn btn-primary hasTooltip finder" type="submit" title="Go"><i class="icon-search icon-white"></i></button> </div> </form> <div class="clearbreak"></div></div></div></div></div></div><div class="module2 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table style="width: 100%;" border="0" cellspacing="1" cellpadding="1" class="agoa_success"> <tbody> <tr> <td> <a href="/hub-success-stories-and-fact-sheets">Hub Success Stories and Fact Sheets</a> </td> </tr> </tbody> </table> </div> <div id="ckimgrsz" style="left: 763.833px; top: 0px;"> <div class="preview">&nbsp;</div> </div> <div id="ckimgrsz" style="left: 792.333px; top: 0px;"> <div class="preview">&nbsp;</div> </div></div><div class="clearbreak"></div></div></div></div></div></div><div class="module2 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table style="width: 100%;" border="0" cellspacing="1" cellpadding="1"> <tbody> <tr> <td style="background-color: #ffffff;"> <div>&nbsp;</div> <div> <h3 style="margin-top: -15px;">AFRICA LEAD</h3> <p style="text-align:left;padding:0px 0px 10px 15px;">Do you strive to solve Africa's biggest challenges when it comes to agriculture, and to transform as a leader? @africaleadftf, in partnership with @africamanager, is offering the Executive Leadership Course for Africa's Food Security. To apply <a target="_blank" href="/africa-lead">click here</a>.</p> <p><img class="cke-resize cke-resize" src="/images/lead_africa.jpg" alt="AGOA" /></p></div> <div>&nbsp;</div> </td> </tr> </tbody> </table> </div> <div id="ckimgrsz" style="left: 763.833px; top: 0px;"> <div class="preview">&nbsp;</div> </div> <div id="ckimgrsz" style="left: 792.333px; top: 0px;"> <div class="preview">&nbsp;</div> </div></div><div class="clearbreak"></div></div></div></div></div></div><div class="module2 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table border="0" cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> &nbsp;</div> <div> <a href="https://agoa.info/about-agoa.html" style="text-decoration-line: underline; color: rgb(68, 68, 68);" target="_blank"><img alt="AGOA" class="cke-resize cke-resize" src="/images/agoa_logo.png" style="width: 248px; height: 50px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div id="ckimgrsz" style="left: 763.833px; top: 0px;"> <div class="preview"> &nbsp;</div> </div> <div id="ckimgrsz" style="left: 792.333px; top: 0px;"> <div class="preview"> &nbsp;</div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module3 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table align="center" border="0" cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> &nbsp;</div> <div> <a href="http://www.sadc.int/" style="text-decoration-line: underline; color: rgb(68, 68, 68);" target="_blank"><img alt="" class="cke-resize cke-resize" src="/images/Sadc_logo.png" style="height: 90px; width: 90px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div class="preview"> &nbsp;</div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="no-heading module4 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div> <div style="background: rgb(194, 17, 59); padding: 15px 0px; width: 100%; text-align: center;"> <a href="http://www.eatradehub.org" style="color: rgb(255, 255, 255); font-size: 130%; text-decoration: none;" target="_blank">EAST AFRICA TRADE AND INVESTMENT HUB</a></div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module5 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div> <div style="background: rgb(194, 17, 59); padding: 15px 0px; width: 100%; text-align: center;"> <a href="https://www.satihub.com/resources/satih-newsletter" style="color: rgb(255, 255, 255); font-size: 130%; text-decoration: none;" target="_self">&nbsp;HUB&#39;S MONTHLY NEWSLETTER</a></div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module6 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> &nbsp;</div> <div> <a href="https://www.usaid.gov/southern-africa-regional" style="text-decoration-line: underline; color: rgb(68, 68, 68);" target="_blank"><img alt="USAID" class="cke-resize" src="/images/usaid-logo-left.png" style="width: 165px; height: 51px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div> &nbsp;</div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module2 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> &nbsp;</div> <div> <a href="http://www.thedti.gov.za" target="_blank"><img alt="" class="cke-resize" src="/images/DTI-Logo.jpg" style="width: 182px; height: 70px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div> &nbsp;</div> <div id="ckimgrsz" style="left: 572px; top: 29px;"> <div class="preview"> &nbsp;</div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module2 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> &nbsp;</div> <div> <a href="http://www.tikzn.co.za" target="_blank"><img alt="" src="/images/TKZNlogo.jpg" style="width: 200px; height: 49px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div> &nbsp;</div> <div id="ckimgrsz" style="left: 572px; top: 29px;"> <div class="preview"> &nbsp;</div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module2 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> &nbsp;</div> <div> <a href="http://www.wesgro.co.za" target="_blank"><img alt="" src="/images/wesgro-tti-logo.jpg" style="width: 172px; height: 79px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div> &nbsp;</div> <div id="ckimgrsz" style="left: 572px; top: 29px;"> <div class="preview"> &nbsp;</div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module2 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table cellpadding="1" cellspacing="1" style="width: 100%;"> <tbody> <tr> <td style="background-color: #ffffff;"> <div> <a href="http://www.crossboundary.com" target="_blank"><img alt="" src="/images/Cross_Boundary_Small.png" /></a></div> </td> </tr> </tbody> </table> </div> <div id="ckimgrsz" style="left: 572px; top: 29px;"> <div class="preview"> &nbsp;</div> </div> <div id="ckimgrsz" style="left: 2.32639px; top: 25.9896px;"> <div class="preview"> &nbsp;</div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module6 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> &nbsp;</div> <div> <a href="https://sourceafrica.co.za" target="_blank"><img alt="" src="/images/Source-Africa.jpg" style="width: 200px; height: 229px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div> &nbsp;</div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module6 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div style="text-align: center;"> <table cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(255, 255, 255);"> <div> <a href="http://www.igdleaders.org" target="_blank"><img alt="" class="cke-resize" src="/images/IGD-Logo.jpg" style="width: 189px; height: 86px;" /></a></div> <div> &nbsp;</div> </td> </tr> </tbody> </table> </div> <div id="ckimgrsz" style="left: 572px; top: 29px;"> <div class="preview"> &nbsp;</div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="sidebar-ash sidebar4 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div> <div style="text-align: center;"> <table style="width: 100%;" border="0" cellspacing="1" cellpadding="1"> <tbody> <tr> <td style="background-color: #fff; text-align: center;"><a style="text-decoration-line: underline; color: #444444; text-align: center;" href="https://www.registrarcorp.com/satihub/" target="_blank" rel="noopener"><img class="cke-resize cke-resize" style="width: 360px;" src="/images/register-crop.jpg" alt="" /></a></td> </tr> </tbody> </table> </div> <div id="ckimgrsz" style="left: 387px; top: 0px;"> <div class="preview">&nbsp;</div> </div> </div></div><div class="clearbreak"></div></div></div></div></div></div><div class="sidebar-ash sidebar4 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div> <div style="text-align: center;"> <table border="0" cellpadding="1" cellspacing="1" style="width: 100%"> <tbody> <tr> <td style="background-color: rgb(72, 153, 182); text-align: center;"> <a href="https://feedthefuture.gov" style="text-decoration-line: underline; color: rgb(68, 68, 68); text-align: center;" target="_blank"><img alt="" class="cke-resize cke-resize" src="/images/FTF_photo.jpg" style="width: 210px; height: 118px;" /></a></td> </tr> </tbody> </table> </div> <div id="ckimgrsz" style="left: 387px; top: 0px;"> <div class="preview"> &nbsp;</div> </div> </div> </div><div class="clearbreak"></div></div></div></div></div></div><div class="module8 jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><div class="jsn-modulecontent"> <div > <div id="sidebar-ash-body" style="background: rgb(47,34,94); padding: 15px 0px; width: 100%; text-align: center;"> <a href="mailto:[email protected]" style="color: rgb(255, 255, 255); font-size: 130%; text-decoration: none;">&nbsp;SUBSCRIBE TO OUR<br /> NEWSLETTER</a></div> </div><div class="clearbreak"></div></div></div></div></div></div><div class=" jsn-modulecontainer"><div class="jsn-modulecontainer_inner"><div><div><h3 class="jsn-moduletitle"><span class="jsn-moduleicon">Follow the Hub on</span></h3><div class="jsn-modulecontent"> <div id="favsocial-11274" class="favth-clearfix" style="width: 100%;"> <ul id="favsocial-list" class="favsocial-left"> <li id="favsocial-icon1"> <a rel="nofollow" href="https://twitter.com/" target="_blank" style="background-color: #00ACED; padding: 0.5em; -webkit-border-radius: 0%; -moz-border-radius: 0%; border-radius: 0%"> <span class="favsocial"> <i class="fab fa-twitter" style="color: #FFFFFF; font-size: 21px;"> </i> </span> </a> </li> <li id="favsocial-icon2"> <a rel="nofollow" href="https://www.facebook.com/" target="_blank" style="background-color: #3B5998; padding: 0.5em; -webkit-border-radius: 0%; -moz-border-radius: 0%; border-radius: 0%"> <span class="favsocial"> <i class="fab fa-facebook-f" style="color: #FFFFFF; font-size: 21px;"> </i> </span> </a> </li> <li id="favsocial-icon3"> <a rel="nofollow" href="https://dribbble.com/" target="_blank" style="background-color: #000000; padding: 0.5em; -webkit-border-radius: 0%; -moz-border-radius: 0%; border-radius: 0%"> <span class="favsocial"> <i class="fab fa-flickr" style="color: #FFFFFF; font-size: 21px;"> </i> </span> </a> </li> </ul> </div> <div class="clearbreak"></div></div></div></div></div></div> </div> </div> </div> </div></div></div></div></div></div></div></div> </div> </div> </div> </div> <div id="footer-bottom"> <div class="container"> <div class="span5"> </div> <div class="span2" style="float:right"> <h3 style="text-align:center;background:#53cfd7;"> <a style="color:#fff;text-decoration:none;" href="http://east.satradehub.org/newsletter-signup">GET UPDATES</a> </h3> </div> </div> </div> </body> </html>
[]
[ "<head>&#13;\n &#13;\n&#13;\n\t<base href=\"http://satradehub.org/trade-facilitation/371-national-single-window-consultations-with-the-malawi-revenue-authority-in-blantyre\"/>\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>\n\t<meta name=\"keywords\" content=\",Trade Facilitation, Malawi\"/>\n\t<meta name=\"description\" content=\"Southern Africa Trade and Investment Hub\"/>\n\t<meta name=\"generator\" content=\"Joomla! - Open Source Content Management\"/>\n\t<title>National Single Window Consultations with the Malawi Revenue Authority in Blantyre</title>\n\t<link href=\"/templates/jsn_epic_pro/favicon.ico\" rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\"/>\n\t<link href=\"/index.php?option=com_ajax&amp;plugin=arktypography&amp;format=json\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/plugins/editors/jckeditor/typography/typography2.php\" rel=\"stylesheet\" type=\"text/css\" media=\"null\" attribs=\"[]\"/>\n\t<link href=\"/media/system/css/modal.css?9a98eeac0162869b0226306f405ccab5\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"http://satradehub.org/media/com_customproperties/css/customproperties.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/media/jui/css/bootstrap.min.css?9a98eeac0162869b0226306f405ccab5\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/media/jui/css/bootstrap-responsive.min.css?9a98eeac0162869b0226306f405ccab5\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/media/jui/css/bootstrap-extended.css?9a98eeac0162869b0226306f405ccab5\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/plugins/system/jsntplframework/assets/3rd-party/bootstrap/css/bootstrap-frontend.min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/plugins/system/jsntplframework/assets/3rd-party/bootstrap/css/bootstrap-responsive-frontend.min.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/templates/jsn_epic_pro/css/print.css\" rel=\"stylesheet\" type=\"text/css\" media=\"Print\"/>\n\t<link href=\"/templates/system/css/system.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/templates/system/css/general.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/templates/jsn_epic_pro/css/template.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/templates/jsn_epic_pro/css/template_pro.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/templates/jsn_epic_pro/css/colors/blue.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/templates/jsn_epic_pro/css/layouts/jsn_mobile.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/templates/jsn_epic_pro/css/jsn_social_icons.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"http://satradehub.org/media/editors/arkeditor/css/squeezebox.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/media/com_finder/css/finder.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/modules/mod_favsocial/theme/bootstrap/favth-bootstrap.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"/modules/mod_favsocial/theme/css/favsocial.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<link href=\"//use.fontawesome.com/releases/v5.1.0/css/all.css\" rel=\"stylesheet\" type=\"text/css\"/>\n\t<style type=\"text/css\">\n\tdiv.jsn-modulecontainer ul.menu-mainmenu ul,\n\tdiv.jsn-modulecontainer ul.menu-mainmenu ul li {\n\t\twidth: 200px;\n\t}\n\tdiv.jsn-modulecontainer ul.menu-mainmenu ul ul {\n\t\tmargin-left: 199px;\n\t}\n\t#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul ul {\n\t\tmargin-right: 199px;\n\t\tmargin-left : auto\n\t}\n\tdiv.jsn-modulecontainer ul.menu-sidemenu ul,\n\tdiv.jsn-modulecontainer ul.menu-sidemenu ul li {\n\t\twidth: 200px;\n\t}\n\tdiv.jsn-modulecontainer ul.menu-sidemenu li ul {\n\t\tright: -200px;\n\t}\n\tbody.jsn-direction-rtl div.jsn-modulecontainer ul.menu-sidemenu li ul {\n\t\tleft: -200px;\n\t\tright: auto;\n\t}\n\tdiv.jsn-modulecontainer ul.menu-sidemenu ul ul {\n\t\tmargin-left: 199px;\n\t}&#13;div.jsn-modulecontainer ul.menu-mainmenu &gt; li:hover &gt; a, div.jsn-modulecontainer ul.menu-mainmenu &gt; li.active &gt; a {&#13;\n background-color: #00cccc;&#13;\n color: #fff;&#13;\n}&#13;\n&#13;\ndiv.jsn-modulecontainer ul.menu-mainmenu ul, div.jsn-modulecontainer ul.menu-sidemenu ul, ul#jsn-sitetools-menu li ul, #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {&#13;\n background-color: #00cccc;&#13;\n &#13;\n}&#13;\n&#13;\ndiv.jsn-modulecontainer ul.menu-mainmenu ul li a {&#13;\n color: #fff!important;&#13;\n}&#13;\n&#13;\n#viewcalender {&#13;\n background: #002f6c none repeat scroll 0 0;&#13;\ncolor: #fff!important;&#13;\n}&#13;\n&#13;\n#jsn-logo img{&#13;\nmargin-top:15px;&#13;\nmargin-bottom:15px;&#13;\n}&#13;\n&#13;\n#jsn-headerright img{&#13;\nheight:40px;&#13;\nmargin-top:25px;&#13;\n}&#13;\n&#13;\n@media only screen and (min-width: 1200px) {&#13;\n .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {&#13;\n\twidth: 960px;&#13;\n}&#13;\n}&#13;\n&#13;\n#jsn-headerright {&#13;\n\tpadding: 34px 20px;&#13;\n\tdisplay: none;&#13;\n}&#13;\n&#13;\n.clear{&#13;\nclear: both;&#13;\n}&#13;\n&#13;\n.sidebar-ash{&#13;\ndisplay: block;&#13;\n}&#13;\n&#13;\n#sidebar-ash-heading a{&#13;\ncolor:#fff;&#13;\n}&#13;\n&#13;\n#sidebar-ash-heading{&#13;\ntext-align: center;&#13;\nbackground: #00cccc;&#13;\npadding: 15px;&#13;\nfont-size: 15px;&#13;\n}&#13;\n&#13;\n.sidebar-ash{&#13;\n background:#fff;&#13;\n width:291px;&#13;\n height:120px;&#13;\n}&#13;\n&#13;\n#sidebar-ash-body{&#13;\nmargin-bottom: -7px;&#13;\n}&#13;\n&#13;\ndiv.jsn-modulecontainer {&#13;\n\tmargin-bottom: 23px;&#13;\n}&#13;\n&#13;\n.items-leading,.items-row{&#13;\n border-bottom: 15px solid #cacaca;&#13;\n padding-bottom: 10px;&#13;\n}&#13;\n&#13;\n.items-row:last-child{&#13;\n border:none;&#13;\n}&#13;\n&#13;\n#mod-finder-searchword {&#13;\n\twidth: 212px!important;&#13;\n\tfloat: left;&#13;\n\tborder-radius: 0px;&#13;\n\tmargin-left: 1px!important;&#13;\n}&#13;\n&#13;\n.sidebar2{&#13;\nmargin-bottom: 55px !important;&#13;\n}&#13;\n&#13;\n.sidebar4{&#13;\nbackground: #468fb0!important;&#13;\n}&#13;\n&#13;\n.email-module{&#13;\n margin-top:16px;&#13;\n}&#13;\n&#13;\n.email-module a {&#13;\n\ttext-align: center;&#13;\n\tbackground: #00cccc;&#13;\n\tpadding-top: 10px;&#13;\n\tcolor: #fff;&#13;\n\twidth: 150px;&#13;\n\tmargin-top: 20px;&#13;\n\tpadding-bottom: 10px;&#13;\n\tpadding-left: 15px;&#13;\n\tpadding-right: 15px;&#13;\n}&#13;\n&#13;\n&#13;\n.module1{&#13;\nmargin-bottom: 34px!important;&#13;\n}&#13;\n&#13;\n.module2{&#13;\nmargin-bottom: -42px!important;&#13;\n}&#13;\n&#13;\n.module3{&#13;\nmargin-bottom: -19px!important;&#13;\n}&#13;\n&#13;\n.module6{&#13;\nmargin-bottom: -24px!important;&#13;\n}&#13;\n&#13;\n.module7{&#13;\nmargin-bottom: -58px!important;&#13;\n}&#13;\n&#13;\nh2 {&#13;\n\tfont-size: 1.4em!important;&#13;\n}&#13;\n&#13;\n&#13;\n&#13;\n.agoa_success td {&#13;\nbackground-color: #ccc;&#13;\n padding: 36px;&#13;\ntext-transform:uppercase;&#13;\n&#13;\n&#13;\n}&#13;\n&#13;\n&#13;\n.agoa_success td a {&#13;\n\tcolor: #000;&#13;\n\tfont-size: 130%;&#13;\n\ttext-decoration: none;&#13;\n}&#13;\n&#13;\n.agoa_success td:hover {&#13;\n background-color: #3ec9d2;&#13;\ncolor: #000;&#13;\n}&#13;\n&#13;\n\n\t</style>\n\t<script type=\"application/json\" class=\"joomla-script-options new\">{\"csrf.token\":\"5459b80ab3e3e2a2657f0be8fa9cc966\",\"system.paths\":{\"root\":\"\",\"base\":\"\"}}</script>\n\t<script src=\"/media/system/js/mootools-core.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/core.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/mootools-more.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/modal.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/jui/js/jquery.min.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/jui/js/jquery-noconflict.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/jui/js/jquery-migrate.min.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/jui/js/bootstrap.min.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/media/system/js/caption.js?9a98eeac0162869b0226306f405ccab5\" type=\"text/javascript\"/>\n\t<script src=\"/plugins/system/jsntplframework/assets/joomlashine/js/noconflict.js\" type=\"text/javascript\"/>\n\t<script src=\"/plugins/system/jsntplframework/assets/joomlashine/js/utils.js\" type=\"text/javascript\"/>\n\t<script src=\"/templates/jsn_epic_pro/js/jsn_template.js\" type=\"text/javascript\"/>\n\t<script src=\"http://satradehub.org/media/editors/arkeditor/js/jquery.easing.min.js\" type=\"text/javascript\"/>\n\t<script src=\"http://satradehub.org/media/editors/arkeditor/js/squeezebox.min.js\" type=\"text/javascript\"/>\n\t<script src=\"/modules/mod_favsocial/theme/bootstrap/favth-bootstrap.js\" type=\"text/javascript\"/>\n\t<script type=\"text/javascript\">\n\n\t\tjQuery(function($) {\n\t\t\tSqueezeBox.initialize({});\n\t\t\tSqueezeBox.assign($('a.modal').get(), {\n\t\t\t\tparse: 'rel'\n\t\t\t});\n\t\t});\n\n\t\twindow.jModalClose = function () {\n\t\t\tSqueezeBox.close();\n\t\t};\n\t\t\n\t\t// Add extra modal close functionality for tinyMCE-based editors\n\t\tdocument.onreadystatechange = function () {\n\t\t\tif (document.readyState == 'interactive' &amp;&amp; typeof tinyMCE != 'undefined' &amp;&amp; tinyMCE)\n\t\t\t{\n\t\t\t\tif (typeof window.jModalClose_no_tinyMCE === 'undefined')\n\t\t\t\t{\t\n\t\t\t\t\twindow.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false;\n\t\t\t\t\t\n\t\t\t\t\tjModalClose = function () {\n\t\t\t\t\t\tif (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments);\n\t\t\t\t\t\ttinyMCE.activeEditor.windowManager.close();\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\n\t\t\t\tif (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined')\n\t\t\t\t{\n\t\t\t\t\tif (typeof(SqueezeBox) == 'undefined') SqueezeBox = {};\n\t\t\t\t\twindow.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false;\n\t\t\n\t\t\t\t\tSqueezeBox.close = function () {\n\t\t\t\t\t\tif (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments);\n\t\t\t\t\t\ttinyMCE.activeEditor.windowManager.close();\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\t&#13;jQuery(function($){ $(\".dropdown-toggle\").dropdown(); });&#13;jQuery(window).on('load', function() {\n\t\t\t\tnew JCaption('img.caption');\n\t\t\t});&#13;\n\t\t\t\tJSNTemplate.initTemplate({\n\t\t\t\t\ttemplatePrefix\t\t\t: \"jsn_epic_pro_\",\n\t\t\t\t\ttemplatePath\t\t\t: \"/templates/jsn_epic_pro\",\n\t\t\t\t\tenableRTL\t\t\t\t: 0,\n\t\t\t\t\tenableGotopLink\t\t\t: 0,\n\t\t\t\t\tenableMobile\t\t\t: 1,\n\t\t\t\t\tenableMobileMenuSticky\t: 1,\n\t\t\t\t\tenableDesktopMenuSticky\t: 0,\n\t\t\t\t\tresponsiveLayout\t\t: [\"mobile\"],\n\t\t\t\t\tmobileMenuEffect\t\t: \"default\"\n\t\t\t\t});\n\t\t\t&#13;(function()&#13;\n\t\t\t\t{&#13;\n\t\t\t\t\tif(typeof jQuery == 'undefined')&#13;\n\t\t\t\t\t\treturn;&#13;\n\t\t\t\t\t&#13;\n\t\t\t\t\tjQuery(function($)&#13;\n\t\t\t\t\t{&#13;\n\t\t\t\t\t\tif($.fn.squeezeBox)&#13;\n\t\t\t\t\t\t{&#13;\n\t\t\t\t\t\t\t$( 'a.modal' ).squeezeBox({ parse: 'rel' });&#13;\n\t\t\t\t&#13;\n\t\t\t\t\t\t\t$( 'img.modal' ).each( function( i, el )&#13;\n\t\t\t\t\t\t\t{&#13;\n\t\t\t\t\t\t\t\t$(el).squeezeBox({&#13;\n\t\t\t\t\t\t\t\t\thandler: 'image',&#13;\n\t\t\t\t\t\t\t\t\turl: $( el ).attr( 'src' )&#13;\n\t\t\t\t\t\t\t\t});&#13;\n\t\t\t\t\t\t\t})&#13;\n\t\t\t\t\t\t}&#13;\n\t\t\t\t\t\telse if(typeof(SqueezeBox) !== 'undefined')&#13;\n\t\t\t\t\t\t{&#13;\n\t\t\t\t\t\t\t$( 'img.modal' ).each( function( i, el )&#13;\n\t\t\t\t\t\t\t{&#13;\n\t\t\t\t\t\t\t\tSqueezeBox.assign( el, &#13;\n\t\t\t\t\t\t\t\t{&#13;\n\t\t\t\t\t\t\t\t\thandler: 'image',&#13;\n\t\t\t\t\t\t\t\t\turl: $( el ).attr( 'src' )&#13;\n\t\t\t\t\t\t\t\t});&#13;\n\t\t\t\t\t\t\t});&#13;\n\t\t\t\t\t\t}&#13;\n\t\t\t\t\t\t&#13;\n\t\t\t\t\t\tfunction jModalClose() &#13;\n\t\t\t\t\t\t{&#13;\n\t\t\t\t\t\t\tif(typeof(SqueezeBox) == 'object')&#13;\n\t\t\t\t\t\t\t\tSqueezeBox.close();&#13;\n\t\t\t\t\t\t\telse&#13;\n\t\t\t\t\t\t\t\tARK.squeezeBox.close();&#13;\n\t\t\t\t\t\t}&#13;\n\t\t\t\t\t&#13;\n\t\t\t\t\t});&#13;\n\t\t\t\t})();&#13;jQuery(function($){ initTooltips(); $(\"body\").on(\"subform-row-add\", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(\".hasTooltip\").tooltip({\"html\": true,\"container\": \"body\"});} });\n\t</script>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=2.0\"/>\n&#13;\n\t<!-- html5.js and respond.min.js for IE less than 9 -->&#13;\n\t<!--[if lt IE 9]>\r\n\t\t<script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n\t\t<script src=\"/plugins/system/jsntplframework/assets/3rd-party/respond/respond.min.js\"></script>\r\n\t<![endif]-->&#13;\n\t</head>&#13;\n" ]
[ "<title>National Single Window Consultations with the Malawi Revenue Authority in Blantyre</title>\n\t" ]
[ { "key": "datasource", "type": "global", "value": "satradehub.org > trade facilitation" } ]
[ { "char_end_idx": 895, "char_start_idx": 0, "key": "length", "type": "local", "value": "895" }, { "char_end_idx": 1113, "char_start_idx": 895, "key": "length", "type": "local", "value": "217" }, { "char_end_idx": 1295, "char_start_idx": 1113, "key": "length", "type": "local", "value": "181" }, { "char_end_idx": 1569, "char_start_idx": 1295, "key": "length", "type": "local", "value": "273" }, { "char_end_idx": 1701, "char_start_idx": 1569, "key": "length", "type": "local", "value": "131" }, { "char_end_idx": 1963, "char_start_idx": 1701, "key": "length", "type": "local", "value": "261" }, { "char_end_idx": 2019, "char_start_idx": 1963, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 2163, "char_start_idx": 2019, "key": "length", "type": "local", "value": "143" }, { "char_end_idx": 2410, "char_start_idx": 2163, "key": "length", "type": "local", "value": "246" }, { "char_end_idx": 2431, "char_start_idx": 2410, "key": "length", "type": "local", "value": "20" } ]
[ { "key": "length", "type": "global", "value": "2433" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "name", "id" ], "values": [ "top", "top" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-menu-toggle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 10, "char_start_idx": 5, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 10, "char_start_idx": 5, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 10, "char_start_idx": 5, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16, "char_start_idx": 10, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 16, "char_start_idx": 10, "html_attrs": { "attrs": [ "href" ], "values": [ "/about" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 16, "char_start_idx": 10, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 24, "char_start_idx": 16, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 24, "char_start_idx": 16, "html_attrs": { "attrs": [ "href" ], "values": [ "/sectors" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 24, "char_start_idx": 24, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-menu-toggle" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 43, "char_start_idx": 24, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 43, "char_start_idx": 24, "html_attrs": { "attrs": [ "href" ], "values": [ "/sectors/2015-05-15-06-16-28" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 43, "char_start_idx": 24, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 62, "char_start_idx": 43, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 62, "char_start_idx": 43, "html_attrs": { "attrs": [ "href" ], "values": [ "/food-safety-and-production" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 62, "char_start_idx": 43, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 85, "char_start_idx": 62, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 85, "char_start_idx": 62, "html_attrs": { "attrs": [ "href" ], "values": [ "/textiles-and-apparel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 85, "char_start_idx": 62, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 108, "char_start_idx": 85, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 108, "char_start_idx": 85, "html_attrs": { "attrs": [ "href" ], "values": [ "/sectors/finance-and-investment" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 85, "html_attrs": { "attrs": [ "class" ], "values": [ "last" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 108, "char_start_idx": 24, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 108, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "parent" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 118, "char_start_idx": 108, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 118, "char_start_idx": 108, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 118, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-menu-toggle" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 127, "char_start_idx": 118, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 127, "char_start_idx": 118, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/botswana" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 127, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 135, "char_start_idx": 127, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 135, "char_start_idx": 127, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/lesotho" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 135, "char_start_idx": 127, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 135, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 142, "char_start_idx": 135, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/malawi" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 142, "char_start_idx": 135, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 153, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 153, "char_start_idx": 142, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/mozambique" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 153, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 161, "char_start_idx": 153, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 161, "char_start_idx": 153, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/namibia" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 161, "char_start_idx": 153, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 174, "char_start_idx": 161, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 174, "char_start_idx": 161, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/south-africa" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 174, "char_start_idx": 161, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 184, "char_start_idx": 174, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 184, "char_start_idx": 174, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/swaziland" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 184, "char_start_idx": 174, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 191, "char_start_idx": 184, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 191, "char_start_idx": 184, "html_attrs": { "attrs": [ "href" ], "values": [ "/countries-activities/zambia" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 191, "char_start_idx": 184, "html_attrs": { "attrs": [ "class" ], "values": [ "last" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 191, "char_start_idx": 118, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 191, "char_start_idx": 108, "html_attrs": { "attrs": [ "class" ], "values": [ "parent" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 201, "char_start_idx": 191, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 201, "char_start_idx": 191, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 201, "char_start_idx": 201, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-menu-toggle" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 218, "char_start_idx": 201, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 218, "char_start_idx": 201, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/fact-sheets" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 218, "char_start_idx": 201, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 231, "char_start_idx": 218, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 231, "char_start_idx": 218, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/case-studies" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 231, "char_start_idx": 218, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 251, "char_start_idx": 231, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 251, "char_start_idx": 231, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/trade-hub-activity-fact-sheets" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 251, "char_start_idx": 231, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 256, "char_start_idx": 251, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 256, "char_start_idx": 251, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/agoa" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 256, "char_start_idx": 251, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 267, "char_start_idx": 256, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 267, "char_start_idx": 256, "html_attrs": { "attrs": [ "class", "href", "target" ], "values": [ "", "https://www.registrarcorp.com/satihub/", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 267, "char_start_idx": 256, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 284, "char_start_idx": 267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 284, "char_start_idx": 267, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/partnership-fund" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 284, "char_start_idx": 267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 296, "char_start_idx": 284, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 296, "char_start_idx": 284, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/conferences" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 296, "char_start_idx": 284, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 302, "char_start_idx": 296, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 302, "char_start_idx": 296, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/login" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 302, "char_start_idx": 296, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 319, "char_start_idx": 302, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 319, "char_start_idx": 302, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/satih-newsletter" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 319, "char_start_idx": 302, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 335, "char_start_idx": 319, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 335, "char_start_idx": 319, "html_attrs": { "attrs": [ "href" ], "values": [ "/resources/photo-galleries" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 335, "char_start_idx": 319, "html_attrs": { "attrs": [ "class" ], "values": [ "last" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 335, "char_start_idx": 201, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 335, "char_start_idx": 191, "html_attrs": { "attrs": [ "class" ], "values": [ "parent" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 340, "char_start_idx": 335, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 340, "char_start_idx": 335, "html_attrs": { "attrs": [ "href" ], "values": [ "/agoa" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 340, "char_start_idx": 335, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 347, "char_start_idx": 340, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 347, "char_start_idx": 340, "html_attrs": { "attrs": [ "href" ], "values": [ "/videos" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 347, "char_start_idx": 340, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 352, "char_start_idx": 347, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 352, "char_start_idx": 347, "html_attrs": { "attrs": [ "href" ], "values": [ "/news" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 352, "char_start_idx": 347, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 360, "char_start_idx": 352, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 360, "char_start_idx": 352, "html_attrs": { "attrs": [ "href" ], "values": [ "/contact-us" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 360, "char_start_idx": 352, "html_attrs": { "attrs": [ "class" ], "values": [ "last" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 360, "char_start_idx": 5, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-mainmenu menu-iconmenu" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 360, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-modulecontent" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 360, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-pos-mainmenu", " jsn-modulecontainer jsn-modulecontainer_inner" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 360, "char_start_idx": 360, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "#", "javascript: JSNUtils.setTemplateAttribute('jsn_epic_pro_','mobile','no'); return false;" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 360, "char_start_idx": 360, "html_attrs": { "attrs": [ "id" ], "values": [ "jsn-desktopswitch" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 360, "char_start_idx": 360, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "#", "javascript: JSNUtils.setTemplateAttribute('jsn_epic_pro_','mobile','yes'); return false;" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 360, "char_start_idx": 360, "html_attrs": { "attrs": [ "id" ], "values": [ "jsn-mobileswitch" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 360, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "home-menu-container jsn-menu", "container" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 360, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-page-1", "container" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 360, "char_start_idx": 360, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "icon-location", "You are here: " ] }, "key": "html", "relative_end_pos": 28, "relative_start_pos": 27, "type": "local", "value": "i" }, { "char_end_idx": 360, "char_start_idx": 360, "html_attrs": { "attrs": [ "class" ], "values": [ "divider" ] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 26, "type": "local", "value": "span" }, { "char_end_idx": 360, "char_start_idx": 360, "html_attrs": { "attrs": [ "class" ], "values": [ "active" ] }, "key": "html", "relative_end_pos": 30, "relative_start_pos": 25, "type": "local", "value": "li" }, { "char_end_idx": 364, "char_start_idx": 360, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/", "pathway" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 32, "type": "local", "value": "a" }, { "char_end_idx": 364, "char_start_idx": 364, "html_attrs": { "attrs": [ "class" ], "values": [ "divider" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 364, "char_start_idx": 360, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 31, "type": "local", "value": "li" }, { "char_end_idx": 383, "char_start_idx": 365, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/trade-facilitation", "pathway" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 383, "char_start_idx": 365, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 384, "char_start_idx": 384, "html_attrs": { "attrs": [ "class" ], "values": [ "divider" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 466, "char_start_idx": 384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 466, "char_start_idx": 384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 467, "char_start_idx": 360, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 24, "type": "local", "value": "ul" }, { "char_end_idx": 467, "char_start_idx": 360, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-breadcrumbs jsn-pos-breadcrumbs", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 467, "char_start_idx": 467, "html_attrs": { "attrs": [ "itemprop", "content" ], "values": [ "inLanguage", "en-GB" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "meta" }, { "char_end_idx": 549, "char_start_idx": 467, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "/trade-facilitation/371-national-single-window-consultations-with-the-malawi-revenue-authority-in-blantyre", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 550, "char_start_idx": 467, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 550, "char_start_idx": 467, "html_attrs": { "attrs": [ "class" ], "values": [ "page-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 550, "char_start_idx": 550, "html_attrs": { "attrs": [ "alt", "class", "longdesc", "src", "style" ], "values": [ "Customs Clearing Agent Elia Sibale, MRA Customs Manager Julio Mpinga, and USAID’s Paul Pleva at the Mwanza Border Post", "image-bordercke-resize", "Customs Clearing Agent Elia Sibale, MRA Customs Manager Julio Mpinga, and USAID’s Paul Pleva at the Mwanza Border Post", "/images/2015.11.10NSW_Malawi.gif", "line-height: 1.7; height: 150px; width: 150px; margin-left: 0px; margin-right: 10px; float: left;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 896, "char_start_idx": 550, "html_attrs": { "attrs": [ "style" ], "values": [ "line-height: 1.7;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 896, "char_start_idx": 550, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 1296, "char_start_idx": 897, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1702, "char_start_idx": 1297, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1828, "char_start_idx": 1703, "html_attrs": { "attrs": [ "style" ], "values": [ "line-height: 20.4px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1829, "char_start_idx": 1703, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 1829, "char_start_idx": 1703, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1829, "char_start_idx": 550, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "articleBody" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1829, "char_start_idx": 467, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "item-page", "", "http://schema.org/Article" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1829, "char_start_idx": 467, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-mainbody-content jsn-mainbody", " jsn-hasmainbody" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2164, "char_start_idx": 1829, "html_attrs": { "attrs": [ "style" ], "values": [ "font-size:10px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 2164, "char_start_idx": 1829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "em" }, { "char_end_idx": 2164, "char_start_idx": 1829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "p" }, { "char_end_idx": 2165, "char_start_idx": 1829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2165, "char_start_idx": 1829, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-modulecontent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2165, "char_start_idx": 1829, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-pos-user-bottom", "jsn-modulescontainer jsn-horizontallayout jsn-modulescontainer1 row-fluid jsn-modulecontainer span12 jsn-modulecontainer_inner" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2165, "char_start_idx": 360, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-centercol jsn-centercol_inner", "span12 order1 " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 22, "type": "local", "value": "div" }, { "char_end_idx": 2165, "char_start_idx": 360, "html_attrs": { "attrs": [ "id" ], "values": [ "jsn-maincontent_inner2 jsn-maincontent_inner3 jsn-maincontent_inner4" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 2165, "char_start_idx": 360, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-maincontent jsn-maincontent_inner jsn-maincontent_inner1", "span8 order2 offset4 row-fluid" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 2165, "char_start_idx": 2165, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-modulecontent" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2165, "char_start_idx": 2165, "html_attrs": { "attrs": [ "class" ], "values": [ "module1 jsn-modulecontainer jsn-modulecontainer_inner" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2176, "char_start_idx": 2165, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-top: -15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "h3" }, { "char_end_idx": 2431, "char_start_idx": 2421, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "/africa-lead" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2432, "char_start_idx": 2177, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align:left;padding:0px 0px 10px 15px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [ "style" ], "values": [ "background-color: #ffffff;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "td" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 17, "type": "local", "value": "tr" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 16, "type": "local", "value": "tbody" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [ "style", "border", "cellspacing", "cellpadding" ], "values": [ "width: 100%;", "0", "1", "1" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 15, "type": "local", "value": "table" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [ "class" ], "values": [ "jsn-modulecontent" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [ "class" ], "values": [ "module2 jsn-modulecontainer jsn-modulecontainer_inner" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 2165, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-leftsidecontent jsn-leftsidecontent_inner jsn-pos-left", "span4 order1 offset-12" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 360, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-content_inner5 jsn-content_inner6 jsn-content_inner7", "row-fluid" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 360, "html_attrs": { "attrs": [ "id" ], "values": [ "jsn-content_inner2 jsn-content_inner3 jsn-content_inner4" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 360, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-content jsn-content_inner jsn-content_inner1", "jsn-hasleft " ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 360, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-page jsn-page-inner jsn-body", "container" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 2433, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "jsn-master", "jsn-textstyle-business jsn-color-blue jsn-direction-ltr jsn-responsive jsn-mobile jsn-joomla-30 jsn-com-content jsn-view-article jsn-itemid-111" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 10, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Menu\nHome\n" }, { "char_end_idx": 16, "char_start_idx": 10, "key": "paragraph", "marker": "li", "type": "local", "value": "About\n" }, { "char_end_idx": 43, "char_start_idx": 16, "key": "paragraph", "marker": "li", "type": "local", "value": "Sectors\nTrade Facilitation\n" }, { "char_end_idx": 62, "char_start_idx": 43, "key": "paragraph", "marker": "li", "type": "local", "value": "Agribusiness Trade\n" }, { "char_end_idx": 85, "char_start_idx": 62, "key": "paragraph", "marker": "li", "type": "local", "value": "Export Competitiveness\n" }, { "char_end_idx": 108, "char_start_idx": 85, "key": "paragraph", "marker": "li", "type": "local", "value": "Finance and Investment\n" }, { "char_end_idx": 127, "char_start_idx": 108, "key": "paragraph", "marker": "li", "type": "local", "value": "Countries\nBotswana\n" }, { "char_end_idx": 135, "char_start_idx": 127, "key": "paragraph", "marker": "li", "type": "local", "value": "Lesotho\n" }, { "char_end_idx": 142, "char_start_idx": 135, "key": "paragraph", "marker": "li", "type": "local", "value": "Malawi\n" }, { "char_end_idx": 153, "char_start_idx": 142, "key": "paragraph", "marker": "li", "type": "local", "value": "Mozambique\n" }, { "char_end_idx": 161, "char_start_idx": 153, "key": "paragraph", "marker": "li", "type": "local", "value": "Namibia\n" }, { "char_end_idx": 174, "char_start_idx": 161, "key": "paragraph", "marker": "li", "type": "local", "value": "South Africa\n" }, { "char_end_idx": 184, "char_start_idx": 174, "key": "paragraph", "marker": "li", "type": "local", "value": "Swaziland\n" }, { "char_end_idx": 191, "char_start_idx": 184, "key": "paragraph", "marker": "li", "type": "local", "value": "Zambia\n" }, { "char_end_idx": 218, "char_start_idx": 191, "key": "paragraph", "marker": "li", "type": "local", "value": "Resources\nCountry Profiles\n" }, { "char_end_idx": 231, "char_start_idx": 218, "key": "paragraph", "marker": "li", "type": "local", "value": "Case Studies\n" }, { "char_end_idx": 251, "char_start_idx": 231, "key": "paragraph", "marker": "li", "type": "local", "value": "General Fact Sheets\n" }, { "char_end_idx": 256, "char_start_idx": 251, "key": "paragraph", "marker": "li", "type": "local", "value": "AGOA\n" }, { "char_end_idx": 267, "char_start_idx": 256, "key": "paragraph", "marker": "li", "type": "local", "value": "FDA Portal\n" }, { "char_end_idx": 284, "char_start_idx": 267, "key": "paragraph", "marker": "li", "type": "local", "value": "Partnership Fund\n" }, { "char_end_idx": 296, "char_start_idx": 284, "key": "paragraph", "marker": "li", "type": "local", "value": "Conferences\n" }, { "char_end_idx": 302, "char_start_idx": 296, "key": "paragraph", "marker": "li", "type": "local", "value": "Login\n" }, { "char_end_idx": 319, "char_start_idx": 302, "key": "paragraph", "marker": "li", "type": "local", "value": "SATIH Newsletter\n" }, { "char_end_idx": 335, "char_start_idx": 319, "key": "paragraph", "marker": "li", "type": "local", "value": "Photo Galleries\n" }, { "char_end_idx": 340, "char_start_idx": 335, "key": "paragraph", "marker": "li", "type": "local", "value": "AGOA\n" }, { "char_end_idx": 347, "char_start_idx": 340, "key": "paragraph", "marker": "li", "type": "local", "value": "Videos\n" }, { "char_end_idx": 352, "char_start_idx": 347, "key": "paragraph", "marker": "li", "type": "local", "value": "News\n" }, { "char_end_idx": 360, "char_start_idx": 352, "key": "paragraph", "marker": "div", "type": "local", "value": "Contact\n" }, { "char_end_idx": 364, "char_start_idx": 360, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 383, "char_start_idx": 364, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTrade Facilitation" }, { "char_end_idx": 466, "char_start_idx": 383, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNational Single Window Consultations with the Malawi Revenue Authority in Blantyre" }, { "char_end_idx": 467, "char_start_idx": 466, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 550, "char_start_idx": 467, "key": "paragraph", "marker": "h2", "type": "local", "value": "National Single Window Consultations with the Malawi Revenue Authority in Blantyre\n" }, { "char_end_idx": 897, "char_start_idx": 550, "key": "paragraph", "marker": "p", "type": "local", "value": "From November 2-3, 2015, USAID Southern Africa’s Paul Pleva and members of USAID’s Southern Africa Trade Hub held consultations with the Malawi Revenue Authority (MRA) in Blantyre and then visited the Mwanza Border Post to meet with various government officials and agencies regarding the development of a National Single Window (NSW) for Malawi.\n" }, { "char_end_idx": 1297, "char_start_idx": 897, "key": "paragraph", "marker": "p", "type": "local", "value": "At the MRA, the delegation met with MRA Executive Management and NSW project staff including the Commissioner General, Deputy Commissioner General, Deputy Director Modernization, and the Modernization Program Manager. MRA is the lead agency for the NSW and has been given the mandate to develop the operational foundation for the NSW with guidance and technical assistance provided by the Trade Hub.\n" }, { "char_end_idx": 1703, "char_start_idx": 1297, "key": "paragraph", "marker": "p", "type": "local", "value": "The Trade Hub is supporting the government of Malawi and its various agencies to take ownership of the process, develop their skill base internally, and ultimately implement the NSW with technical inputs and direction from the Hub’s resident advisor and expert consultants. Ongoing work with the MRA is being coordinated with the World Bank, which is assisting with a loan dedicated to NSW implementation.\n" }, { "char_end_idx": 1829, "char_start_idx": 1703, "key": "paragraph", "marker": "div", "type": "local", "value": "Photo: Customs Clearing Agent Elia Sibale, MRA Customs Manager Julio Mpinga, and USAID’s Paul Pleva at the Mwanza Border Post\n" }, { "char_end_idx": 1830, "char_start_idx": 1829, "key": "paragraph", "marker": "p", "type": "local", "value": "D" }, { "char_end_idx": 2165, "char_start_idx": 1830, "key": "paragraph", "marker": "p", "type": "local", "value": "isclaimer: This website was made possible with the support of the American People through the US Agency for International Development. This is not an official USAID or US Government website. The contents of this website are the sole responsibility of the authors and do not necessarily reflect the views of USAID or the US Government.\n" }, { "char_end_idx": 2176, "char_start_idx": 2165, "key": "paragraph", "marker": "h3", "type": "local", "value": "AFRICA LEAD" }, { "char_end_idx": 2433, "char_start_idx": 2176, "key": "paragraph", "marker": "p", "type": "local", "value": "\nDo you strive to solve Africa's biggest challenges when it comes to agriculture, and to transform as a leader? @africaleadftf, in partnership with @africamanager, is offering the Executive Leadership Course for Africa's Food Security. To apply click here.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "National Single Window Consultations with the Malawi Revenue Authority in Blantyre" } ]
[ { "key": "url", "type": "global", "value": "http://satradehub.org/trade-facilitation/371-national-single-window-consultations-with-the-malawi-revenue-authority-in-blantyre" } ]
[]
Menu Home About Sectors Trade Facilitation Agribusiness Trade Export Competitiveness Finance and Investment Countries Botswana Lesotho Malawi Mozambique Namibia South Africa Swaziland Zambia Resources Country Profiles Case Studies General Fact Sheets AGOA FDA Portal Partnership Fund Conferences Login SATIH Newsletter Photo Galleries AGOA Videos News Contact Home Trade Facilitation National Single Window Consultations with the Malawi Revenue Authority in Blantyre National Single Window Consultations with the Malawi Revenue Authority in Blantyre From November 2-3, 2015, USAID Southern Africa’s Paul Pleva and members of USAID’s Southern Africa Trade Hub held consultations with the Malawi Revenue Authority (MRA) in Blantyre and then visited the Mwanza Border Post to meet with various government officials and agencies regarding the development of a National Single Window (NSW) for Malawi. At the MRA, the delegation met with MRA Executive Management and NSW project staff including the Commissioner General, Deputy Commissioner General, Deputy Director Modernization, and the Modernization Program Manager. MRA is the lead agency for the NSW and has been given the mandate to develop the operational foundation for the NSW with guidance and technical assistance provided by the Trade Hub. The Trade Hub is supporting the government of Malawi and its various agencies to take ownership of the process, develop their skill base internally, and ultimately implement the NSW with technical inputs and direction from the Hub’s resident advisor and expert consultants. Ongoing work with the MRA is being coordinated with the World Bank, which is assisting with a loan dedicated to NSW implementation. Photo: Customs Clearing Agent Elia Sibale, MRA Customs Manager Julio Mpinga, and USAID’s Paul Pleva at the Mwanza Border Post Disclaimer: This website was made possible with the support of the American People through the US Agency for International Development. This is not an official USAID or US Government website. The contents of this website are the sole responsibility of the authors and do not necessarily reflect the views of USAID or the US Government. AFRICA LEAD Do you strive to solve Africa's biggest challenges when it comes to agriculture, and to transform as a leader? @africaleadftf, in partnership with @africamanager, is offering the Executive Leadership Course for Africa's Food Security. To apply click here.
http://satradehub.org/trade-facilitation/371-national-single-window-consultations-with-the-malawi-revenue-authority-in-blantyre
[ { "char_end_idx": 107, "char_start_idx": 85, "key": "entity", "type": "local", "value": "Finance" }, { "char_end_idx": 126, "char_start_idx": 118, "key": "entity", "type": "local", "value": "Botswana" }, { "char_end_idx": 134, "char_start_idx": 127, "key": "entity", "type": "local", "value": "Lesotho" }, { "char_end_idx": 141, "char_start_idx": 135, "key": "entity", "type": "local", "value": "Malawi" }, { "char_end_idx": 152, "char_start_idx": 142, "key": "entity", "type": "local", "value": "Mozambique" }, { "char_end_idx": 160, "char_start_idx": 153, "key": "entity", "type": "local", "value": "Namibia" }, { "char_end_idx": 173, "char_start_idx": 161, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 183, "char_start_idx": 174, "key": "entity", "type": "local", "value": "Eswatini" }, { "char_end_idx": 190, "char_start_idx": 184, "key": "entity", "type": "local", "value": "Zambia" }, { "char_end_idx": 230, "char_start_idx": 218, "key": "entity", "type": "local", "value": "Case_study" }, { "char_end_idx": 250, "char_start_idx": 239, "key": "entity", "type": "local", "value": "Stock_keeping_unit" }, { "char_end_idx": 301, "char_start_idx": 296, "key": "entity", "type": "local", "value": "Login" }, { "char_end_idx": 334, "char_start_idx": 319, "key": "entity", "type": "local", "value": "Art_museum" }, { "char_end_idx": 351, "char_start_idx": 347, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 466, "char_start_idx": 458, "key": "entity", "type": "local", "value": "Blantyre" }, { "char_end_idx": 549, "char_start_idx": 541, "key": "entity", "type": "local", "value": "Blantyre" }, { "char_end_idx": 630, "char_start_idx": 625, "key": "entity", "type": "local", "value": "United_States_Agency_for_International_Development" }, { "char_end_idx": 716, "char_start_idx": 713, "key": "entity", "type": "local", "value": "Marketing_Research_Association" }, { "char_end_idx": 729, "char_start_idx": 721, "key": "entity", "type": "local", "value": "Blantyre" }, { "char_end_idx": 878, "char_start_idx": 856, "key": "entity", "type": "local", "value": "Single-window_system" }, { "char_end_idx": 883, "char_start_idx": 880, "key": "entity", "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 895, "char_start_idx": 889, "key": "entity", "type": "local", "value": "Malawi" }, { "char_end_idx": 907, "char_start_idx": 904, "key": "entity", "type": "local", "value": "Marketing_Research_Association" }, { "char_end_idx": 965, "char_start_idx": 962, "key": "entity", "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 1074, "char_start_idx": 1061, "key": "entity", "type": "local", "value": "Modernization_of_the_People's_Liberation_Army" }, { "char_end_idx": 1118, "char_start_idx": 1115, "key": "entity", "type": "local", "value": "Marketing_Research_Association" }, { "char_end_idx": 1149, "char_start_idx": 1146, "key": "entity", "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 1230, "char_start_idx": 1227, "key": "entity", "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 1349, "char_start_idx": 1343, "key": "entity", "type": "local", "value": "Malawi" }, { "char_end_idx": 1478, "char_start_idx": 1475, "key": "entity", "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 1527, "char_start_idx": 1524, "key": "entity", "type": "local", "value": "Airline_hub" }, { "char_end_idx": 1596, "char_start_idx": 1593, "key": "entity", "type": "local", "value": "Marketing_Research_Association" }, { "char_end_idx": 1637, "char_start_idx": 1627, "key": "entity", "type": "local", "value": "World_Bank" }, { "char_end_idx": 1686, "char_start_idx": 1683, "key": "entity", "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 1911, "char_start_idx": 1896, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 1963, "char_start_idx": 1924, "key": "entity", "type": "local", "value": "United_States_Agency_for_International_Development" }, { "char_end_idx": 1994, "char_start_idx": 1989, "key": "entity", "type": "local", "value": "United_States_Agency_for_International_Development" }, { "char_end_idx": 2011, "char_start_idx": 1998, "key": "entity", "type": "local", "value": "Federal_government_of_the_United_States" }, { "char_end_idx": 2142, "char_start_idx": 2137, "key": "entity", "type": "local", "value": "United_States_Agency_for_International_Development" }, { "char_end_idx": 2163, "char_start_idx": 2150, "key": "entity", "type": "local", "value": "Federal_government_of_the_United_States" }, { "char_end_idx": 2171, "char_start_idx": 2165, "key": "entity", "type": "local", "value": "Africa" }, { "char_end_idx": 2206, "char_start_idx": 2200, "key": "entity", "type": "local", "value": "Africa" } ]
[ { "char_end_idx": 108, "char_start_idx": 85, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Finance" }, { "char_end_idx": 127, "char_start_idx": 108, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Botswana" }, { "char_end_idx": 135, "char_start_idx": 127, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lesotho" }, { "char_end_idx": 142, "char_start_idx": 135, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Malawi" }, { "char_end_idx": 153, "char_start_idx": 142, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mozambique" }, { "char_end_idx": 161, "char_start_idx": 153, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Namibia" }, { "char_end_idx": 174, "char_start_idx": 161, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_Africa" }, { "char_end_idx": 184, "char_start_idx": 174, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Eswatini" }, { "char_end_idx": 191, "char_start_idx": 184, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zambia" }, { "char_end_idx": 231, "char_start_idx": 218, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Case_study" }, { "char_end_idx": 251, "char_start_idx": 231, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Stock_keeping_unit" }, { "char_end_idx": 302, "char_start_idx": 296, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Login" }, { "char_end_idx": 335, "char_start_idx": 319, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Art_museum" }, { "char_end_idx": 352, "char_start_idx": 347, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 466, "char_start_idx": 383, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Blantyre" }, { "char_end_idx": 550, "char_start_idx": 467, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Blantyre" }, { "char_end_idx": 897, "char_start_idx": 550, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States_Agency_for_International_Development" }, { "char_end_idx": 897, "char_start_idx": 550, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Marketing_Research_Association" }, { "char_end_idx": 897, "char_start_idx": 550, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Blantyre" }, { "char_end_idx": 897, "char_start_idx": 550, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Single-window_system" }, { "char_end_idx": 897, "char_start_idx": 550, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 897, "char_start_idx": 550, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Malawi" }, { "char_end_idx": 1297, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Marketing_Research_Association" }, { "char_end_idx": 1297, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 1297, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Modernization_of_the_People's_Liberation_Army" }, { "char_end_idx": 1703, "char_start_idx": 1297, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Malawi" }, { "char_end_idx": 1703, "char_start_idx": 1297, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "New_South_Wales" }, { "char_end_idx": 1703, "char_start_idx": 1297, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Airline_hub" }, { "char_end_idx": 1703, "char_start_idx": 1297, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Marketing_Research_Association" }, { "char_end_idx": 1703, "char_start_idx": 1297, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "World_Bank" }, { "char_end_idx": 2165, "char_start_idx": 1830, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States" }, { "char_end_idx": 2165, "char_start_idx": 1830, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_States_Agency_for_International_Development" }, { "char_end_idx": 2165, "char_start_idx": 1830, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Federal_government_of_the_United_States" }, { "char_end_idx": 2176, "char_start_idx": 2165, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Africa" }, { "char_end_idx": 2433, "char_start_idx": 2176, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Africa" } ]
0
833
1555979434000
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <!-- Page Attributes --> <title>Community Film Series: &quot;Far from Heaven&quot; | Ohio Wesleyan University</title> <meta name="description" content=""> <meta name="keywords" content=""> <link rel="canonical" href="https://www.owu.edu/calendars/details/community-film-series-far-from-heaven/2019-03-20/" /> <!-- Favions / Touch Icons --> <link rel="apple-touch-icon" sizes="57x57" href="https://www.owu.edu/images/favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://www.owu.edu/images/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://www.owu.edu/images/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://www.owu.edu/images/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://www.owu.edu/images/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://www.owu.edu/images/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://www.owu.edu/images/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://www.owu.edu/images/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://www.owu.edu/images/favicons/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="https://www.owu.edu/images/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://www.owu.edu/images/favicons/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="https://www.owu.edu/images/favicons/favicon-194x194.png" sizes="194x194"> <link rel="icon" type="image/png" href="https://www.owu.edu/images/favicons/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="https://www.owu.edu/images/favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="https://www.owu.edu/images/favicons/manifest.json"> <link rel="shortcut icon" href="https://www.owu.edu/images/favicons/favicon.ico"> <meta name="msapplication-TileColor" content="#222222"> <meta name="msapplication-TileImage" content="https://www.owu.edu/images/favicons/mstile-144x144.png"> <meta name="msapplication-config" content="https://www.owu.edu/images/favicons/browserconfig.xml"> <meta name="theme-color" content="#A51C33"> <meta property="og:title" content="Community Film Series: &quot;Far from Heaven&quot;" /> <meta property="og:type" content="event" /> <meta property="og:url" content="https://www.owu.edu/calendars/details/community-film-series-far-from-heaven/2019-03-20/" /> <meta property="og:image" content="https://www.owu.edu/files/events/performance-70.jpg" /> <meta property="og:description" content="7:30 p.m. March 20 – The 2019 Community Film Series presents “Far from Heaven,” at the Strand Theatre, 28 W. Winter St., Delaware. Julianne Moore, Dennis…" /> <meta property="og:site_name" content="Ohio Wesleyan University"> <!-- Modernizer --> <script src="https://www.owu.edu/js/modernizr.js"></script> <!-- Fonts --> <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic' rel='stylesheet' type='text/css'> <script type="text/javascript" src="//fast.fonts.net/jsapi/d537d52a-9995-402c-8874-ae69c3d27c82.js"></script> <!-- Compiled CSS --> <!--[if gt IE 8]><!--><link rel="stylesheet" href="https://www.owu.edu/css/site.css?2019-04-05-09-14-39"><!--<![endif]--> <!--[if IE 8]> <script>var IE8 = true;</script> <script src="https://www.owu.edu/js/site-ie8.js"></script> <link rel="stylesheet" href="https://www.owu.edu/css/site-ie8.css"> <![endif]--> <!--[if IE 9]> <script>var IE9 = true;</script> <script src="https://www.owu.edu/js/site-ie9.js"></script> <link rel="stylesheet" href="https://www.owu.edu/css/site-ie9.css"> <![endif]--> </head> <body class="fs-grid "> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T994JM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T994JM');</script> <!-- End Google Tag Manager --> <a href="#page" id="skip_to_content" class="offscreen">Skip to Main Content</a> <div class="page_wrapper js-navigation_push"> <img src="https://www.owu.edu/images/print_logo.png" class="print print_logo" alt=""> <header id="header" class="header js-header" role="banner"> <div class="header_secondary_navigation_container"> <div class="header_row"> <div class="header_block"> <nav class="header_secondary_navigation gateways" role="navigation"> <a href="https://www.owu.edu/current-students/" class="header_secondary_navigation_link">Current Students</a> <a href="https://www.owu.edu/faculty-and-staff/" class="header_secondary_navigation_link">Faculty &amp; Staff</a> <a href="https://www.owu.edu/alumni-and-friends/" class="header_secondary_navigation_link">Alumni &amp; Friends</a> <a href="https://www.owu.edu/parents-and-families/" class="header_secondary_navigation_link">Parents &amp; Families</a> </nav> <nav class="header_secondary_navigation quicklinks" role="navigation"> <a href="https://www.owu.edu/admission/visit/" class="header_secondary_navigation_link">Visit</a> <a href="https://apply.owu.edu/apply/status" class="header_secondary_navigation_link">Deposit</a> <a href="https://community2.owu.edu/new-alumni-site/make-a-gift" class="header_secondary_navigation_link">Give</a> <a href="https://www.owu.edu/calendars/" class="header_secondary_navigation_link">Calendars</a> <a href="https://www.owu.edu/news-media/" class="header_secondary_navigation_link">News &amp; Media</a> </nav> </div> </div> </div> <div class="header_main_navigation_container"> <div class="header_row"> <div class="header_block"> <a href="https://www.owu.edu/" class="header_logo block_link">Ohio Wesleyan University</a> <nav class="header_main_navigation" role="navigation"> <div class="header_main_navigation_item has_children"> <a href="https://www.owu.edu/about/" class="header_main_navigation_link">About</a> <div class="header_main_navigation_children"> <a href="https://www.owu.edu/campaign/" class="header_main_navigation_child_link">Connect Today, Create Tomorrow Campaign</a> <a href="https://www.owu.edu/about/fast-facts/" class="header_main_navigation_child_link">Fast Facts</a> <a href="https://www.owu.edu/about/live-campus-views/" class="header_main_navigation_child_link">Live Campus Views</a> <a href="https://www.owu.edu/about/mission-aims/" class="header_main_navigation_child_link">Mission &amp; Aims</a> <a href="https://www.owu.edu/about/history-traditions/" class="header_main_navigation_child_link">History &amp; Traditions</a> <a href="https://www.owu.edu/about/the-president-administration/" class="header_main_navigation_child_link">The President &amp; Administration</a> <a href="https://www.owu.edu/about/diversity/" class="header_main_navigation_child_link">Diversity, Equity, &amp; Inclusion</a> <a href="https://www.owu.edu/admission/visit/" class="header_main_navigation_child_link">Visit Us</a> <a href="https://www.owu.edu/about/offices-services-directory/" class="header_main_navigation_child_link">Offices &amp; Services Directory</a> <a href="https://www.owu.edu/about/ross-art-museum/" class="header_main_navigation_child_link">Ross Art Museum</a> <a href="https://www.owu.edu/about/follow-owu/" class="header_main_navigation_child_link">Follow OWU</a> <a href="https://www.owu.edu/about/outreach/" class="header_main_navigation_child_link">Community Resources</a> </div> </div> <div class="header_main_navigation_item has_children"> <a href="https://www.owu.edu/admission/" class="header_main_navigation_link">Admission</a> <div class="header_main_navigation_children"> <a href="https://apply.owu.edu/apply/status" class="header_main_navigation_child_link">Deposit &amp; Application Status</a> <a href="https://www.owu.edu/admission/apply/" class="header_main_navigation_child_link">Apply</a> <a href="https://www.owu.edu/admission/why-owu/" class="header_main_navigation_child_link">Why OWU</a> <a href="https://www.owu.edu/admission/visit/" class="header_main_navigation_child_link">Visit Us</a> <a href="https://www.owu.edu/admission/visit/off-campus-interviews/" class="header_main_navigation_child_link">OWU Near You</a> <a href="https://apply.owu.edu/register/information" class="header_main_navigation_child_link" target="_blank">Request Info</a> <a href="https://www.owu.edu/admission/financial-aid-scholarships-tuition/" class="header_main_navigation_child_link">Financial Aid, Scholarships, &amp; Tuition</a> <a href="https://www.owu.edu/admission/meet-your-admission-counselor/" class="header_main_navigation_child_link">Meet Your Admission Counselor</a> <a href="https://www.owu.edu/admission/class-profile/" class="header_main_navigation_child_link">Class Profile</a> <a href="https://www.owu.edu/admission/graduate-outcomes/" class="header_main_navigation_child_link">Graduate Outcomes</a> <a href="https://www.owu.edu/admission/college-counselors/" class="header_main_navigation_child_link">College Counselors</a> <a href="https://www.owu.edu/admission/tips-from-the-owu-admission-team/" class="header_main_navigation_child_link">Tips from the OWU Admission Team</a> <a href="https://www.owu.edu/admission/contact-us/" class="header_main_navigation_child_link">Contact Us</a> </div> </div> <div class="header_main_navigation_item has_children"> <a href="https://www.owu.edu/academics/" class="header_main_navigation_link">Academics</a> <div class="header_main_navigation_children"> <a href="https://www.owu.edu/academics/#majors-minors" class="header_main_navigation_child_link">Majors &amp; Minors</a> <a href="https://www.owu.edu/academics/departments-programs/" class="header_main_navigation_child_link">Departments &amp; Programs</a> <a href="https://www.owu.edu/academics/the-owu-connection/" class="header_main_navigation_child_link">The OWU Connection</a> <a href="https://www.owu.edu/academics/honors-program/" class="header_main_navigation_child_link">Honors Program</a> <a href="https://www.owu.edu/academics/entrepreneurship-at-owu/" class="header_main_navigation_child_link">Entrepreneurship at OWU</a> <a href="https://www.owu.edu/academics/summer-session/" class="header_main_navigation_child_link">Summer Session</a> <a href="https://www.owu.edu/academics/graduate-degree-partnerships/" class="header_main_navigation_child_link">Graduate Degree Partnerships</a> <a href="http://library.owu.edu/" class="header_main_navigation_child_link" target="_blank">Libraries</a> <a href="https://www.owu.edu/academics/academic-resources/" class="header_main_navigation_child_link">Academic Resources</a> <a href="https://www.owu.edu/academics/course-catalog/" class="header_main_navigation_child_link">OWU Course Catalog</a> <a href="https://www.owu.edu/academics/office-of-the-registrar/" class="header_main_navigation_child_link">Office of the Registrar</a> <a href="https://www.owu.edu/academics/commencement-weekend/" class="header_main_navigation_child_link">Commencement Weekend</a> </div> </div> <div class="header_main_navigation_item has_children"> <a href="https://www.owu.edu/student-life/" class="header_main_navigation_link">Student Life</a> <div class="header_main_navigation_children"> <a href="https://www.owu.edu/student-life/clubs-organizations/" class="header_main_navigation_child_link">Clubs &amp; Organizations</a> <a href="https://www.owu.edu/student-life/housing-dining/" class="header_main_navigation_child_link">Housing &amp; Dining</a> <a href="https://www.owu.edu/student-life/campus-safety/" class="header_main_navigation_child_link">Campus Safety</a> <a href="https://www.owu.edu/student-life/health-wellness/" class="header_main_navigation_child_link">Health &amp; Wellness</a> <a href="https://www.owu.edu/student-life/fitness-recreation/" class="header_main_navigation_child_link">Fitness &amp; Recreation</a> <a href="https://www.owu.edu/student-life/the-arts/" class="header_main_navigation_child_link">The Arts</a> <a href="https://www.owu.edu/about/offices-services-directory/office-of-university-chaplain/" class="header_main_navigation_child_link">Spirituality &amp; Religious Life</a> <a href="https://www.owu.edu/student-life/fraternity-sorority-life/" class="header_main_navigation_child_link">Fraternity &amp; Sorority Life</a> <a href="https://www.owu.edu/about/offices-services-directory/student-engagement-and-success/" class="header_main_navigation_child_link">Student Engagement and Success</a> <a href="https://www.owu.edu/academics/the-owu-connection/go-global/global-service/" class="header_main_navigation_child_link">Global Service</a> <a href="https://www.owu.edu/admission/visit/" class="header_main_navigation_child_link">Visit Us</a> </div> </div> <div class="header_main_navigation_item has_children"> <a href="https://www.owu.edu/athletics/" class="header_main_navigation_link">Athletics</a> <div class="header_main_navigation_children"> <a href="http://www.battlingbishops.com/" class="header_main_navigation_child_link" target="_blank">BattlingBishops.com</a> <a href="https://owu.edu/BishopsLive" class="header_main_navigation_child_link" target="_blank">BishopsLive</a> <a href="https://www.owu.edu/athletics/information-for-recruits/" class="header_main_navigation_child_link">Information for Recruits</a> <a href="https://www.owu.edu/athletics/athletics-fitness-facilities/" class="header_main_navigation_child_link">Athletics &amp; Fitness Facilities</a> </div> </div> </nav> <div class="header_search_container"> <form action="https://www.owu.edu/search/" class="header_search_form"> <input name="q" type="text" class="header_search_input" value="" placeholder="Search"> <button type="submit" class="header_search_submit">Search</button> </form> </div> <button type="button" class="mobile_navigation_handle js-mobile_handle">Menu</button> </div> </div> </div> </header> <main id="page" class="page" role="main" tabindex="-1"> <header class="page_header blank"> <div class="page_header_row"> <div class="page_header_content typography"> <div class="page_header_content_inner"> <h1 class="page_title">Community Film Series: &quot;Far from Heaven&quot;</h1> </div> </div> </div> </header> <nav class="breadcrumb js-breadcrumb"> <div class="breadcrumb_row"> <div class="breadcrumb_carousel_controls breadcrumb_cell js-breadcrumb_controls"> <button class="breadcrumb_carousel_control breadcrumb_carousel_control_previous button_previous js-breadcrumb_control_previous">Previous</button> <button class="breadcrumb_carousel_control breadcrumb_carousel_control_next button_next js-breadcrumb_control_next">Next</button> </div> <div class="breadcrumb_carousel breadcrumb_cell js-breadcrumb_carousel"> <div class="breadcrumb_carousel_viewport js-breadcrumb_carousel_viewport"> <div class="breadcrumb_carousel_canister js-breadcrumb_carousel_canister"> <div class="breadcrumb_item js-breadcrumb_item home"> <a href="https://www.owu.edu/" class="breadcrumb_link">Home</a> </div> <div class="breadcrumb_item js-breadcrumb_item"> <a href="https://www.owu.edu/calendars/" class="breadcrumb_link js-breadcrumb-link selected">Calendars</a> <div class="breadcrumb_item_options"> <a href="https://www.owu.edu/calendars/" class="breadcrumb_link selected">Calendars</a> <a href="https://www.owu.edu/about/" class="breadcrumb_link">About</a> <a href="https://www.owu.edu/admission/" class="breadcrumb_link">Admission</a> <a href="https://www.owu.edu/academics/" class="breadcrumb_link">Academics</a> <a href="https://www.owu.edu/student-life/" class="breadcrumb_link">Student Life</a> <a href="https://www.owu.edu/athletics/" class="breadcrumb_link">Athletics</a> </div> </div> </div> </div> </div> </div> </nav> <div class="page_content" tabindex="1"> <aside class="sidebar" role="sidebar"> <h2 class="subnavigation_handle">Ohio Wesleyan University</h2> <div class="subnavigation js-navigation" data-navigation-handle=".subnavigation_handle"> <nav class="subnavigation_links"> <a href="https://www.owu.edu/about/" class="subnavigation_link">About</a> <a href="https://www.owu.edu/admission/" class="subnavigation_link">Admission</a> <a href="https://www.owu.edu/academics/" class="subnavigation_link">Academics</a> <a href="https://www.owu.edu/student-life/" class="subnavigation_link">Student Life</a> <a href="https://www.owu.edu/athletics/" class="subnavigation_link">Athletics</a> </nav> </div> <nav class="calendars_sidebar_navigation"> <a class="calendars_sidebar_navigation_button sidebar_button event_detail_button sidebar_button_download" href="https://www.owu.edu/calendars/ical/community-film-series-far-from-heaven/2019-03-20/"><span class="label">Add To iCal</span><span class="icon"></span></a> <a class="calendars_sidebar_navigation_button sidebar_button event_detail_button sidebar_button_download" href="https://www.owu.edu/calendars/ical/community-film-series-far-from-heaven/2019-03-20/"><span class="label">Add To Outlook</span><span class="icon"></span></a> <a class="calendars_sidebar_navigation_button sidebar_button event_detail_button sidebar_button_add" href="http://www.google.com/calendar/event?action=TEMPLATE&text=Community+Film+Series%3A+%26quot%3BFar+from+Heaven%26quot%3B&dates=20190320T233000Z/20190321T013000Z&details=7%3A30+p.m.+March+20+%26ndash%3B+The+2019+Community+Film+Series+presents+%26ldquo%3BFar+from+Heaven%2C%26rdquo%3B+at...&location=The+Strand+Theatre+%7C+28+W.+Winter+St.&trp=false&sprop=&sprop=name:" target="_blank"><span class="label">Add To Google Cal</span><span class="icon"></span></a> </nav> </aside> <section class="page_section"> <script>var CalendarLink = "https://www.owu.edu/calendars/";</script><article class="typography"> <header class="event_detail_header"> <div class="event_detail_meta"> <time datetime="2019-03-20 19:30:00" class="event_detail_meta_datetime"> <span class="event_detail_meta_date">March 20, 2019</span> <span class="event_detail_meta_time">7:30 p.m. &mdash; 9:30 p.m.</span> </time> <div class="event_detail_meta_location"> The Strand Theatre | 28 W. Winter St. </div> </div> </header> <figure class="event_detail_figure"> <picture class="event_detail_picture"> <!--[if IE 9]><video style="display: none;"><![endif]--> <source media="(min-width: 980px)" srcset="https://www.owu.edu/files/events/performance-70.jpg"> <source media="(min-width: 740px)" srcset="https://www.owu.edu/files/events/lg_performance-70.jpg"> <source media="(min-width: 500px)" srcset="https://www.owu.edu/files/events/md_performance-70.jpg"> <source media="(min-width: 0px)" srcset="https://www.owu.edu/files/events/sm_performance-70.jpg"> <!--[if IE 9]></video><![endif]--> <img class="event_detail_image" src="https://www.owu.edu/files/events/sml_performance-70.jpg" alt=""> </picture> </figure> <div class="event_detail_content"> <p><strong>7:30 p.m. March 20 &ndash;</strong><span style="font-weight: 400;"> The 2019 Community Film Series presents &ldquo;Far from Heaven,&rdquo; at the Strand Theatre, 28 W. Winter St., Delaware. Julianne Moore, Dennis Quaid, Dennis Haysbert and Viola Davis star in this Todd Haynes tribute to 1950s melodrama about a troubled marriage. In his 2002 update, Haynes covers topics taboo in the originals, such as interracial romance and homosexuality. It won Best Picture and Best Director awards from the Chicago and New York Film Critics Circle, among others. The Community Film Series is an annual tradition of OWU&rsquo;s Department of English and its Film Studies Program and the historic Strand. Tickets are $7 for general admission; $6 for military personnel and Ohio Wesleyan students and employees and $5 for senior citizens. Learn more at </span><a href="http://www.owu.edu/english"><span style="font-weight: 400;">www.owu.edu/english</span></a><span style="font-weight: 400;"> or </span><a href="http://www.thestrandtheatre.net"><span style="font-weight: 400;">www.thestrandtheatre.net</span></a><span style="font-weight: 400;">.</span></p> </div> </article> </section> </div> </main> <footer id="footer" class="footer" role="contentinfo"> <div class="footer_row"> <div class="footer_cell"> <div class="footer_logo"></div> <div class="footer_quicklinks"> <select class="footer_quicklinks_menu js-dropdown" data-dropdown-options='{"label":"Quick Links","links":true}'> <option value="http://mail.owu.edu/">Bishop Mail</option> <option value="https://my.owu.edu/">My OWU</option> <option value="http://map.owu.edu/">Campus Map</option> <option value="https://owu.edu/library">Libraries</option> <option value="https://www.owu.edu/academics/#majors-minors">Majors</option> <option value="https://www.owu.edu/academics/faculty-staff-directory/letter/A/">Directories</option> <option value="https://www.owu.edu/academics/course-catalog/">Course Catalog</option> <option value="https://owucampusstore.goindico.com/">OWU Bookstore</option> <option value="https://www.owu.edu/academics/academic-resources/academic-calendar/">Academic Calendar</option> </select> </div> <hr class="footer_divider_large"> <div class="footer_contact"> <nav class="footer_contact_navigation"> <a href="https://www.google.com/maps/place/Ohio+Wesleyan+University/@40.3002408,-83.0676999,15z/data=!4m2!3m1!1s0x0000000000000000:0xf472c258fb949b70" class="footer_contact_link address" target="_blank">61 S. Sandusky St. Delaware, OH 43015</a> <a href="tel:+18009228953" class="footer_contact_link phone">800-922-8953</a> <span class="footer_contact_link fax">740-368-3314</span> </nav> </div> <hr class="footer_divider_small hide_lg"> <div class="footer_social"> <nav class="footer_social_navigation"> <a href="https://www.facebook.com/OhioWesleyanUniversity" class="footer_social_link facebook" target="_blank">Facebook</a> <a href="https://www.youtube.com/user/OhioWesleyanU" class="footer_social_link youtube" target="_blank">YouTube</a> <a href="https://twitter.com/OhioWesleyan" class="footer_social_link twitter" target="_blank">Twitter</a> <a href="https://instagram.com/ohiowesleyan/" class="footer_social_link instagram" target="_blank">Instagram</a> <a href="https://www.snapchat.com/add/ohiowesleyan" class="footer_social_link snapchat" target="_blank">Snapchat</a> </nav> </div> <a class="campaign_logo_link" href="https://www.owu.edu/campaign/"> <span class="campaign_logo_label">Connect Today Create Tomorrow The Campaign for Ohio Wesleyan</span> </a> <hr class="footer_divider_small"> <div class="footer_navigation_container"> <nav class="footer_navigation"> <a href="https://www.owu.edu/about/fast-facts/accreditation/" class="footer_link">Accreditation</a> <a href="https://www.owu.edu/about/offices-services-directory/letter/A/" class="footer_link">Offices &amp; Services</a> <a href="https://www.owu.edu/about/offices-services-directory/office-of-finance-administration/campus-reservations/" class="footer_link">Facility Reservations</a> <a href="https://www.owu.edu/about/offices-services-directory/human-resources/prospective-employees/job-listings/" class="footer_link">Employment Opportunities</a> <a href="https://www.owu.edu/about/offices-services-directory/student-engagement-and-success/owu-cares/title-ix/" class="footer_link">Title IX</a> <a href="https://www.owu.edu/about/offices-services-directory/human-resources/handbooks-policies/web-usage-policies/copyright-issues/" class="footer_link">Copyright Issues</a> <a href="https://www.owu.edu/about/offices-services-directory/human-resources/handbooks-policies/web-usage-policies/terms-of-use/" class="footer_link">Terms of Use</a> <a href="https://www.owu.edu/about/offices-services-directory/human-resources/handbooks-policies/web-usage-policies/privacy-policy/" class="footer_link">Privacy Policy</a> <a href="https://www.owu.edu/about/follow-owu/" class="footer_link">Follow OWU</a> <a href="https://www.owu.edu/website-feedback/" class="footer_link">Website Feedback</a> </nav> </div> </div> </div> </footer> </div> <div class="mobile_navigation_container js-mobile_navigation" aria-hidden="true" data-navigation-handle=".js-mobile_handle" data-navigation-content=".js-navigation_push" data-navigation-options='{"gravity":"right","maxWidth":"980px","labels":{"open":"Menu","closed":"Menu"},"type":"reveal"}'> <div class="mobile_navigation_inner"> <button type="button" class="mobile_navigation_close_handle js-mobile_handle">Close</button> <nav class="mobile_main_navigation"> <div class="mobile_main_navigation_item has_children"> <a href="https://www.owu.edu/about/" class="mobile_main_navigation_link">About</a> <button class="mobile_main_navigation_expand_button js-swap" data-swap-target=".mobile_about_children">Expand</button> <div class="mobile_main_navigation_children mobile_about_children"> <a href="https://www.owu.edu/campaign/" class="mobile_main_navigation_child_link">Connect Today, Create Tomorrow Campaign</a> <a href="https://www.owu.edu/about/fast-facts/" class="mobile_main_navigation_child_link">Fast Facts</a> <a href="https://www.owu.edu/about/live-campus-views/" class="mobile_main_navigation_child_link">Live Campus Views</a> <a href="https://www.owu.edu/about/mission-aims/" class="mobile_main_navigation_child_link">Mission &amp; Aims</a> <a href="https://www.owu.edu/about/history-traditions/" class="mobile_main_navigation_child_link">History &amp; Traditions</a> <a href="https://www.owu.edu/about/the-president-administration/" class="mobile_main_navigation_child_link">The President &amp; Administration</a> <a href="https://www.owu.edu/about/diversity/" class="mobile_main_navigation_child_link">Diversity, Equity, &amp; Inclusion</a> <a href="https://www.owu.edu/admission/visit/" class="mobile_main_navigation_child_link">Visit Us</a> <a href="https://www.owu.edu/about/offices-services-directory/" class="mobile_main_navigation_child_link">Offices &amp; Services Directory</a> <a href="https://www.owu.edu/about/ross-art-museum/" class="mobile_main_navigation_child_link">Ross Art Museum</a> <a href="https://www.owu.edu/about/follow-owu/" class="mobile_main_navigation_child_link">Follow OWU</a> <a href="https://www.owu.edu/about/outreach/" class="mobile_main_navigation_child_link">Community Resources</a> </div> </div> <div class="mobile_main_navigation_item has_children"> <a href="https://www.owu.edu/admission/" class="mobile_main_navigation_link">Admission</a> <button class="mobile_main_navigation_expand_button js-swap" data-swap-target=".mobile_admission_children">Expand</button> <div class="mobile_main_navigation_children mobile_admission_children"> <a href="https://apply.owu.edu/apply/status" class="mobile_main_navigation_child_link">Deposit &amp; Application Status</a> <a href="https://www.owu.edu/admission/apply/" class="mobile_main_navigation_child_link">Apply</a> <a href="https://www.owu.edu/admission/why-owu/" class="mobile_main_navigation_child_link">Why OWU</a> <a href="https://www.owu.edu/admission/visit/" class="mobile_main_navigation_child_link">Visit Us</a> <a href="https://www.owu.edu/admission/visit/off-campus-interviews/" class="mobile_main_navigation_child_link">OWU Near You</a> <a href="https://apply.owu.edu/register/information" class="mobile_main_navigation_child_link" target="_blank">Request Info</a> <a href="https://www.owu.edu/admission/financial-aid-scholarships-tuition/" class="mobile_main_navigation_child_link">Financial Aid, Scholarships, &amp; Tuition</a> <a href="https://www.owu.edu/admission/meet-your-admission-counselor/" class="mobile_main_navigation_child_link">Meet Your Admission Counselor</a> <a href="https://www.owu.edu/admission/class-profile/" class="mobile_main_navigation_child_link">Class Profile</a> <a href="https://www.owu.edu/admission/graduate-outcomes/" class="mobile_main_navigation_child_link">Graduate Outcomes</a> <a href="https://www.owu.edu/admission/college-counselors/" class="mobile_main_navigation_child_link">College Counselors</a> <a href="https://www.owu.edu/admission/tips-from-the-owu-admission-team/" class="mobile_main_navigation_child_link">Tips from the OWU Admission Team</a> <a href="https://www.owu.edu/admission/contact-us/" class="mobile_main_navigation_child_link">Contact Us</a> </div> </div> <div class="mobile_main_navigation_item has_children"> <a href="https://www.owu.edu/academics/" class="mobile_main_navigation_link">Academics</a> <button class="mobile_main_navigation_expand_button js-swap" data-swap-target=".mobile_academics_children">Expand</button> <div class="mobile_main_navigation_children mobile_academics_children"> <a href="https://www.owu.edu/academics/#majors-minors" class="mobile_main_navigation_child_link">Majors &amp; Minors</a> <a href="https://www.owu.edu/academics/departments-programs/" class="mobile_main_navigation_child_link">Departments &amp; Programs</a> <a href="https://www.owu.edu/academics/the-owu-connection/" class="mobile_main_navigation_child_link">The OWU Connection</a> <a href="https://www.owu.edu/academics/honors-program/" class="mobile_main_navigation_child_link">Honors Program</a> <a href="https://www.owu.edu/academics/entrepreneurship-at-owu/" class="mobile_main_navigation_child_link">Entrepreneurship at OWU</a> <a href="https://www.owu.edu/academics/summer-session/" class="mobile_main_navigation_child_link">Summer Session</a> <a href="https://www.owu.edu/academics/graduate-degree-partnerships/" class="mobile_main_navigation_child_link">Graduate Degree Partnerships</a> <a href="http://library.owu.edu/" class="mobile_main_navigation_child_link" target="_blank">Libraries</a> <a href="https://www.owu.edu/academics/academic-resources/" class="mobile_main_navigation_child_link">Academic Resources</a> <a href="https://www.owu.edu/academics/course-catalog/" class="mobile_main_navigation_child_link">OWU Course Catalog</a> <a href="https://www.owu.edu/academics/office-of-the-registrar/" class="mobile_main_navigation_child_link">Office of the Registrar</a> <a href="https://www.owu.edu/academics/commencement-weekend/" class="mobile_main_navigation_child_link">Commencement Weekend</a> </div> </div> <div class="mobile_main_navigation_item has_children"> <a href="https://www.owu.edu/student-life/" class="mobile_main_navigation_link">Student Life</a> <button class="mobile_main_navigation_expand_button js-swap" data-swap-target=".mobile_student-life_children">Expand</button> <div class="mobile_main_navigation_children mobile_student-life_children"> <a href="https://www.owu.edu/student-life/clubs-organizations/" class="mobile_main_navigation_child_link">Clubs &amp; Organizations</a> <a href="https://www.owu.edu/student-life/housing-dining/" class="mobile_main_navigation_child_link">Housing &amp; Dining</a> <a href="https://www.owu.edu/student-life/campus-safety/" class="mobile_main_navigation_child_link">Campus Safety</a> <a href="https://www.owu.edu/student-life/health-wellness/" class="mobile_main_navigation_child_link">Health &amp; Wellness</a> <a href="https://www.owu.edu/student-life/fitness-recreation/" class="mobile_main_navigation_child_link">Fitness &amp; Recreation</a> <a href="https://www.owu.edu/student-life/the-arts/" class="mobile_main_navigation_child_link">The Arts</a> <a href="https://www.owu.edu/about/offices-services-directory/office-of-university-chaplain/" class="mobile_main_navigation_child_link">Spirituality &amp; Religious Life</a> <a href="https://www.owu.edu/student-life/fraternity-sorority-life/" class="mobile_main_navigation_child_link">Fraternity &amp; Sorority Life</a> <a href="https://www.owu.edu/about/offices-services-directory/student-engagement-and-success/" class="mobile_main_navigation_child_link">Student Engagement and Success</a> <a href="https://www.owu.edu/academics/the-owu-connection/go-global/global-service/" class="mobile_main_navigation_child_link">Global Service</a> <a href="https://www.owu.edu/admission/visit/" class="mobile_main_navigation_child_link">Visit Us</a> </div> </div> <div class="mobile_main_navigation_item has_children"> <a href="https://www.owu.edu/athletics/" class="mobile_main_navigation_link">Athletics</a> <button class="mobile_main_navigation_expand_button js-swap" data-swap-target=".mobile_athletics_children">Expand</button> <div class="mobile_main_navigation_children mobile_athletics_children"> <a href="http://www.battlingbishops.com/" class="mobile_main_navigation_child_link" target="_blank">BattlingBishops.com</a> <a href="https://owu.edu/BishopsLive" class="mobile_main_navigation_child_link" target="_blank">BishopsLive</a> <a href="https://www.owu.edu/athletics/information-for-recruits/" class="mobile_main_navigation_child_link">Information for Recruits</a> <a href="https://www.owu.edu/athletics/athletics-fitness-facilities/" class="mobile_main_navigation_child_link">Athletics &amp; Fitness Facilities</a> </div> </div> </nav> <div class="mobile_search_container"> <form action="https://www.owu.edu/search/" class="mobile_search_form"> <input name="q" type="text" class="mobile_search_input" value="" placeholder="Search OWU.edu"> <button type="submit" class="mobile_search_submit">Search</button> </form> </div> <nav class="mobile_button_links"> </nav> <span class="mobile_secondary_navigation_label gateways"></span> <nav class="mobile_secondary_navigation"> <a href="https://www.owu.edu/current-students/" class="mobile_secondary_navigation_link">Current Students</a> <a href="https://www.owu.edu/faculty-and-staff/" class="mobile_secondary_navigation_link">Faculty &amp; Staff</a> <a href="https://www.owu.edu/alumni-and-friends/" class="mobile_secondary_navigation_link">Alumni &amp; Friends</a> <a href="https://www.owu.edu/parents-and-families/" class="mobile_secondary_navigation_link">Parents &amp; Families</a> </nav> <span class="mobile_secondary_navigation_label quicklinks"></span> <nav class="mobile_secondary_navigation"> <a href="https://www.owu.edu/admission/visit/" class="mobile_secondary_navigation_link">Visit</a> <a href="https://apply.owu.edu/apply/status" class="mobile_secondary_navigation_link">Deposit</a> <a href="https://community2.owu.edu/new-alumni-site/make-a-gift" class="mobile_secondary_navigation_link">Give</a> <a href="https://www.owu.edu/calendars/" class="mobile_secondary_navigation_link">Calendars</a> <a href="https://www.owu.edu/news-media/" class="mobile_secondary_navigation_link">News &amp; Media</a> </nav> </div> </div> <script>var WWW_ROOT = "https://www.owu.edu/";</script> <script src="https://www.owu.edu/js/site.js?2019-04-05-09-14-39"></script> </body> </html>
[ "<footer id=\"footer\" class=\"footer\" role=\"contentinfo\">\n\t\t\t\t<div class=\"footer_row\">\n\t\t\t\t\t<div class=\"footer_cell\">\n\t\t\t\t\t\t<div class=\"footer_logo\"/>\n\t\t\t\t\t\t<div class=\"footer_quicklinks\">\n\t\t\t\t\t\t\t<select class=\"footer_quicklinks_menu js-dropdown\" data-dropdown-options=\"{&quot;label&quot;:&quot;Quick Links&quot;,&quot;links&quot;:true}\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"http://mail.owu.edu/\">Bishop Mail</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"https://my.owu.edu/\">My OWU</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"http://map.owu.edu/\">Campus Map</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"https://owu.edu/library\">Libraries</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"https://www.owu.edu/academics/#majors-minors\">Majors</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"https://www.owu.edu/academics/faculty-staff-directory/letter/A/\">Directories</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"https://www.owu.edu/academics/course-catalog/\">Course Catalog</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"https://owucampusstore.goindico.com/\">OWU Bookstore</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"https://www.owu.edu/academics/academic-resources/academic-calendar/\">Academic Calendar</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<hr class=\"footer_divider_large\"/>\n\t\t\t\t\t\t<div class=\"footer_contact\">\n\t\t\t\t\t\t\t<nav class=\"footer_contact_navigation\">\n\t\t\t\t\t\t\t\t<a href=\"https://www.google.com/maps/place/Ohio+Wesleyan+University/@40.3002408,-83.0676999,15z/data=!4m2!3m1!1s0x0000000000000000:0xf472c258fb949b70\" class=\"footer_contact_link address\" target=\"_blank\">61 S. Sandusky St. Delaware, OH 43015</a>\n\t\t\t\t\t\t\t\t<a href=\"tel:+18009228953\" class=\"footer_contact_link phone\">800-922-8953</a>\n\t\t\t\t\t\t\t\t<span class=\"footer_contact_link fax\">740-368-3314</span>\n\t\t\t\t\t\t\t</nav>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<hr class=\"footer_divider_small hide_lg\"/>\n\t\t\t\t\t\t<div class=\"footer_social\">\n\t\t\t\t\t\t\t<nav class=\"footer_social_navigation\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.facebook.com/OhioWesleyanUniversity\" class=\"footer_social_link facebook\" target=\"_blank\">Facebook</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.youtube.com/user/OhioWesleyanU\" class=\"footer_social_link youtube\" target=\"_blank\">YouTube</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://twitter.com/OhioWesleyan\" class=\"footer_social_link twitter\" target=\"_blank\">Twitter</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://instagram.com/ohiowesleyan/\" class=\"footer_social_link instagram\" target=\"_blank\">Instagram</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.snapchat.com/add/ohiowesleyan\" class=\"footer_social_link snapchat\" target=\"_blank\">Snapchat</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</nav>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<a class=\"campaign_logo_link\" href=\"https://www.owu.edu/campaign/\">\n\t\t\t\t\t\t\t<span class=\"campaign_logo_label\">Connect Today Create Tomorrow The Campaign for Ohio Wesleyan</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t\t<hr class=\"footer_divider_small\"/>\n\t\t\t\t\t\t<div class=\"footer_navigation_container\">\n\t\t\t\t\t\t\t<nav class=\"footer_navigation\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/fast-facts/accreditation/\" class=\"footer_link\">Accreditation</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/offices-services-directory/letter/A/\" class=\"footer_link\">Offices &amp; Services</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/offices-services-directory/office-of-finance-administration/campus-reservations/\" class=\"footer_link\">Facility Reservations</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/offices-services-directory/human-resources/prospective-employees/job-listings/\" class=\"footer_link\">Employment Opportunities</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/offices-services-directory/student-engagement-and-success/owu-cares/title-ix/\" class=\"footer_link\">Title IX</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/offices-services-directory/human-resources/handbooks-policies/web-usage-policies/copyright-issues/\" class=\"footer_link\">Copyright Issues</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/offices-services-directory/human-resources/handbooks-policies/web-usage-policies/terms-of-use/\" class=\"footer_link\">Terms of Use</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/offices-services-directory/human-resources/handbooks-policies/web-usage-policies/privacy-policy/\" class=\"footer_link\">Privacy Policy</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/about/follow-owu/\" class=\"footer_link\">Follow OWU</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.owu.edu/website-feedback/\" class=\"footer_link\">Website Feedback</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</nav>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</footer>\n\n\t\t" ]
[ "<head>\n\t\t<meta charset=\"utf-8\"/>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t\t<meta name=\"apple-mobile-web-app-capable\" content=\"yes\"/>\n\t\t<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n\n\t\t<!-- Page Attributes -->\n\t\t<title>Community Film Series: \"Far from Heaven\" | Ohio Wesleyan University</title>\n\t\t<meta name=\"description\" content=\"\"/>\n\t\t<meta name=\"keywords\" content=\"\"/>\n\t\t\t\t<link rel=\"canonical\" href=\"https://www.owu.edu/calendars/details/community-film-series-far-from-heaven/2019-03-20/\"/>\n\t\t\n\t\t<!-- Favions / Touch Icons -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-57x57.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-60x60.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-72x72.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-76x76.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-114x114.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-120x120.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-144x144.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-152x152.png\"/>\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.owu.edu/images/favicons/apple-touch-icon-180x180.png\"/>\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"https://www.owu.edu/images/favicons/favicon-32x32.png\" sizes=\"32x32\"/>\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"https://www.owu.edu/images/favicons/favicon-96x96.png\" sizes=\"96x96\"/>\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"https://www.owu.edu/images/favicons/favicon-194x194.png\" sizes=\"194x194\"/>\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"https://www.owu.edu/images/favicons/android-chrome-192x192.png\" sizes=\"192x192\"/>\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"https://www.owu.edu/images/favicons/favicon-16x16.png\" sizes=\"16x16\"/>\n\t\t<link rel=\"manifest\" href=\"https://www.owu.edu/images/favicons/manifest.json\"/>\n\t\t<link rel=\"shortcut icon\" href=\"https://www.owu.edu/images/favicons/favicon.ico\"/>\n\t\t<meta name=\"msapplication-TileColor\" content=\"#222222\"/>\n\t\t<meta name=\"msapplication-TileImage\" content=\"https://www.owu.edu/images/favicons/mstile-144x144.png\"/>\n\t\t<meta name=\"msapplication-config\" content=\"https://www.owu.edu/images/favicons/browserconfig.xml\"/>\n\t\t<meta name=\"theme-color\" content=\"#A51C33\"/>\n\n\t\t\t\t<meta property=\"og:title\" content=\"Community Film Series: &quot;Far from Heaven&quot;\"/>\n\t\t\t\t<meta property=\"og:type\" content=\"event\"/>\n\t\t\t\t<meta property=\"og:url\" content=\"https://www.owu.edu/calendars/details/community-film-series-far-from-heaven/2019-03-20/\"/>\n\t\t\t\t<meta property=\"og:image\" content=\"https://www.owu.edu/files/events/performance-70.jpg\"/>\n\t\t\t\t<meta property=\"og:description\" content=\"7:30 p.m. March 20 – The 2019 Community Film Series presents “Far from Heaven,” at the Strand Theatre, 28 W. Winter St., Delaware. Julianne Moore, Dennis…\"/>\n\t\t\t\t<meta property=\"og:site_name\" content=\"Ohio Wesleyan University\"/>\n\n\n\t\t<!-- Modernizer -->\n\t\t<script src=\"https://www.owu.edu/js/modernizr.js\"/>\n\n\t\t<!-- Fonts -->\n\t\t<link href=\"//fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic\" rel=\"stylesheet\" type=\"text/css\"/>\n\t\t<script type=\"text/javascript\" src=\"//fast.fonts.net/jsapi/d537d52a-9995-402c-8874-ae69c3d27c82.js\"/>\n\n\t\t<!-- Compiled CSS -->\n\t\t<!--[if gt IE 8]><!--><link rel=\"stylesheet\" href=\"https://www.owu.edu/css/site.css?2019-04-05-09-14-39\"/><!--<![endif]-->\n\n\t\t<!--[if IE 8]>\n\t\t\t<script>var IE8 = true;</script>\n\t\t\t<script src=\"https://www.owu.edu/js/site-ie8.js\"></script>\n\t\t\t<link rel=\"stylesheet\" href=\"https://www.owu.edu/css/site-ie8.css\">\n\t\t<![endif]-->\n\t\t<!--[if IE 9]>\n\t\t\t<script>var IE9 = true;</script>\n\t\t\t<script src=\"https://www.owu.edu/js/site-ie9.js\"></script>\n\t\t\t<link rel=\"stylesheet\" href=\"https://www.owu.edu/css/site-ie9.css\">\n\t\t<![endif]-->\n\t</head>\n\t" ]
[ "<title>Community Film Series: \"Far from Heaven\" | Ohio Wesleyan University</title>\n\t\t" ]
[ { "key": "datasource", "type": "global", "value": "www.owu.edu > calendars > details > community film series far from heaven" } ]
[ { "char_end_idx": 185, "char_start_idx": 0, "key": "length", "type": "local", "value": "185" }, { "char_end_idx": 187, "char_start_idx": 185, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 286, "char_start_idx": 187, "key": "length", "type": "local", "value": "98" }, { "char_end_idx": 297, "char_start_idx": 286, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 308, "char_start_idx": 297, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 449, "char_start_idx": 308, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 561, "char_start_idx": 449, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 671, "char_start_idx": 561, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 805, "char_start_idx": 671, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 938, "char_start_idx": 805, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 957, "char_start_idx": 938, "key": "length", "type": "local", "value": "18" }, { "char_end_idx": 961, "char_start_idx": 957, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 980, "char_start_idx": 961, "key": "length", "type": "local", "value": "18" }, { "char_end_idx": 997, "char_start_idx": 980, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 1001, "char_start_idx": 997, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 2049, "char_start_idx": 1001, "key": "length", "type": "local", "value": "1047" } ]
[ { "key": "length", "type": "global", "value": "2233" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 20, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "id", "class" ], "values": [ "#page", "skip_to_content", "offscreen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 21, "char_start_idx": 21, "html_attrs": { "attrs": [ "src", "class", "alt" ], "values": [ "https://www.owu.edu/images/print_logo.png", "print print_logo", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 30, "char_start_idx": 21, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/calendars/", "breadcrumb_link js-breadcrumb-link selected" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 31, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb_item js-breadcrumb_item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 31, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb_carousel breadcrumb_cell js-breadcrumb_carousel breadcrumb_carousel_viewport js-breadcrumb_carousel_viewport breadcrumb_carousel_canister js-breadcrumb_carousel_canister" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 31, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb_row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 31, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb js-breadcrumb" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "nav" }, { "char_end_idx": 55, "char_start_idx": 31, "html_attrs": { "attrs": [ "class" ], "values": [ "subnavigation_handle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h2" }, { "char_end_idx": 67, "char_start_idx": 56, "html_attrs": { "attrs": [ "class" ], "values": [ "label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 67, "char_start_idx": 67, "html_attrs": { "attrs": [ "class" ], "values": [ "icon" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 67, "char_start_idx": 56, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/calendars/ical/community-film-series-far-from-heaven/2019-03-20/", "calendars_sidebar_navigation_button sidebar_button event_detail_button sidebar_button_download" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 82, "char_start_idx": 68, "html_attrs": { "attrs": [ "class" ], "values": [ "label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 82, "char_start_idx": 82, "html_attrs": { "attrs": [ "class" ], "values": [ "icon" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 82, "char_start_idx": 68, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/calendars/ical/community-film-series-far-from-heaven/2019-03-20/", "calendars_sidebar_navigation_button sidebar_button event_detail_button sidebar_button_download" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 100, "char_start_idx": 83, "html_attrs": { "attrs": [ "class" ], "values": [ "label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 100, "char_start_idx": 100, "html_attrs": { "attrs": [ "class" ], "values": [ "icon" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 100, "char_start_idx": 83, "html_attrs": { "attrs": [ "class", "href", "target" ], "values": [ "calendars_sidebar_navigation_button sidebar_button event_detail_button sidebar_button_add", "http://www.google.com/calendar/event?action=TEMPLATE&text=Community+Film+Series%3A+%26quot%3BFar+from+Heaven%26quot%3B&dates=20190320T233000Z/20190321T013000Z&details=7%3A30+p.m.+March+20+%26ndash%3B+The+2019+Community+Film+Series+presents+%26ldquo%3BFar+from+Heaven%2C%26rdquo%3B+at...&location=The+Strand+Theatre+%7C+28+W.+Winter+St.&trp=false&sprop=&sprop=name:", "_blank" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 101, "char_start_idx": 56, "html_attrs": { "attrs": [ "class" ], "values": [ "calendars_sidebar_navigation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "nav" }, { "char_end_idx": 101, "char_start_idx": 31, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "sidebar", "sidebar" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "aside" }, { "char_end_idx": 150, "char_start_idx": 101, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 178, "char_start_idx": 151, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 179, "char_start_idx": 179, "html_attrs": { "attrs": [ "class", "src", "alt" ], "values": [ "event_detail_image", "https://www.owu.edu/files/events/sml_performance-70.jpg", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 179, "char_start_idx": 151, "html_attrs": { "attrs": [ "media", "srcset" ], "values": [ "(min-width: 0px)", "https://www.owu.edu/files/events/sm_performance-70.jpg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "source" }, { "char_end_idx": 179, "char_start_idx": 151, "html_attrs": { "attrs": [ "media", "srcset" ], "values": [ "(min-width: 500px)", "https://www.owu.edu/files/events/md_performance-70.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "source" }, { "char_end_idx": 179, "char_start_idx": 151, "html_attrs": { "attrs": [ "media", "srcset" ], "values": [ "(min-width: 740px)", "https://www.owu.edu/files/events/lg_performance-70.jpg" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "source" }, { "char_end_idx": 179, "char_start_idx": 151, "html_attrs": { "attrs": [ "media", "srcset" ], "values": [ "(min-width: 980px)", "https://www.owu.edu/files/events/performance-70.jpg" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "source" }, { "char_end_idx": 179, "char_start_idx": 101, "html_attrs": { "attrs": [ "class" ], "values": [ "event_detail_picture" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "picture" }, { "char_end_idx": 179, "char_start_idx": 101, "html_attrs": { "attrs": [ "class" ], "values": [ "event_detail_figure" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "figure" }, { "char_end_idx": 199, "char_start_idx": 179, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "strong" }, { "char_end_idx": 954, "char_start_idx": 199, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 973, "char_start_idx": 954, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 973, "char_start_idx": 954, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.owu.edu/english" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 977, "char_start_idx": 973, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1001, "char_start_idx": 977, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1001, "char_start_idx": 977, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.thestrandtheatre.net" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1002, "char_start_idx": 1001, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 1002, "char_start_idx": 179, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "p" }, { "char_end_idx": 1003, "char_start_idx": 179, "html_attrs": { "attrs": [ "class" ], "values": [ "event_detail_content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1003, "char_start_idx": 101, "html_attrs": { "attrs": [ "class" ], "values": [ "typography" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "article" }, { "char_end_idx": 1003, "char_start_idx": 101, "html_attrs": { "attrs": [ "class" ], "values": [ "page_section" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 1003, "char_start_idx": 31, "html_attrs": { "attrs": [ "class", "tabindex" ], "values": [ "page_content", "1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1003, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class", "role", "tabindex" ], "values": [ "page", "page", "main", "-1" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "main" }, { "char_end_idx": 1003, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "page_wrapper js-navigation_push" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1008, "char_start_idx": 1003, "html_attrs": { "attrs": [ "type", "class" ], "values": [ "button", "mobile_navigation_close_handle js-mobile_handle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "button" }, { "char_end_idx": 1014, "char_start_idx": 1009, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/", "mobile_main_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1021, "char_start_idx": 1015, "html_attrs": { "attrs": [ "class", "data-swap-target" ], "values": [ "mobile_main_navigation_expand_button js-swap", ".mobile_about_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "button" }, { "char_end_idx": 1061, "char_start_idx": 1022, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/campaign/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1072, "char_start_idx": 1062, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/fast-facts/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1090, "char_start_idx": 1073, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/live-campus-views/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1105, "char_start_idx": 1091, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/mission-aims/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1126, "char_start_idx": 1106, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/history-traditions/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1157, "char_start_idx": 1127, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/the-president-administration/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1188, "char_start_idx": 1158, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/diversity/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1197, "char_start_idx": 1189, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/visit/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1226, "char_start_idx": 1198, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/offices-services-directory/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1242, "char_start_idx": 1227, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/ross-art-museum/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1253, "char_start_idx": 1243, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/follow-owu/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1273, "char_start_idx": 1254, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/outreach/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1274, "char_start_idx": 1022, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_children mobile_about_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1274, "char_start_idx": 1009, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_item has_children" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1283, "char_start_idx": 1274, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/", "mobile_main_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1290, "char_start_idx": 1284, "html_attrs": { "attrs": [ "class", "data-swap-target" ], "values": [ "mobile_main_navigation_expand_button js-swap", ".mobile_admission_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "button" }, { "char_end_idx": 1319, "char_start_idx": 1291, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://apply.owu.edu/apply/status", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1325, "char_start_idx": 1320, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/apply/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1333, "char_start_idx": 1326, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/why-owu/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1342, "char_start_idx": 1334, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/visit/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1355, "char_start_idx": 1343, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/visit/off-campus-interviews/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1368, "char_start_idx": 1356, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://apply.owu.edu/register/information", "mobile_main_navigation_child_link", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1407, "char_start_idx": 1369, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/financial-aid-scholarships-tuition/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1437, "char_start_idx": 1408, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/meet-your-admission-counselor/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1451, "char_start_idx": 1438, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/class-profile/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1469, "char_start_idx": 1452, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/graduate-outcomes/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1488, "char_start_idx": 1470, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/college-counselors/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1521, "char_start_idx": 1489, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/tips-from-the-owu-admission-team/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1532, "char_start_idx": 1522, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/contact-us/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1533, "char_start_idx": 1291, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_children mobile_admission_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1533, "char_start_idx": 1274, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_item has_children" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1542, "char_start_idx": 1533, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/", "mobile_main_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1549, "char_start_idx": 1543, "html_attrs": { "attrs": [ "class", "data-swap-target" ], "values": [ "mobile_main_navigation_expand_button js-swap", ".mobile_academics_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "button" }, { "char_end_idx": 1565, "char_start_idx": 1550, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/#majors-minors", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1588, "char_start_idx": 1566, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/departments-programs/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1607, "char_start_idx": 1589, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/the-owu-connection/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1622, "char_start_idx": 1608, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/honors-program/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1646, "char_start_idx": 1623, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/entrepreneurship-at-owu/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1661, "char_start_idx": 1647, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/summer-session/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1690, "char_start_idx": 1662, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/graduate-degree-partnerships/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1700, "char_start_idx": 1691, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "http://library.owu.edu/", "mobile_main_navigation_child_link", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1719, "char_start_idx": 1701, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/academic-resources/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1738, "char_start_idx": 1720, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/course-catalog/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1762, "char_start_idx": 1739, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/office-of-the-registrar/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1783, "char_start_idx": 1763, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/commencement-weekend/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1784, "char_start_idx": 1550, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_children mobile_academics_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1784, "char_start_idx": 1533, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_item has_children" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1796, "char_start_idx": 1784, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/", "mobile_main_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1803, "char_start_idx": 1797, "html_attrs": { "attrs": [ "class", "data-swap-target" ], "values": [ "mobile_main_navigation_expand_button js-swap", ".mobile_student-life_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "button" }, { "char_end_idx": 1825, "char_start_idx": 1804, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/clubs-organizations/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1842, "char_start_idx": 1826, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/housing-dining/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1856, "char_start_idx": 1843, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/campus-safety/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1874, "char_start_idx": 1857, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/health-wellness/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1895, "char_start_idx": 1875, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/fitness-recreation/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1904, "char_start_idx": 1896, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/the-arts/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1934, "char_start_idx": 1905, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/offices-services-directory/office-of-university-chaplain/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1961, "char_start_idx": 1935, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/student-life/fraternity-sorority-life/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1992, "char_start_idx": 1962, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/about/offices-services-directory/student-engagement-and-success/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2007, "char_start_idx": 1993, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/academics/the-owu-connection/go-global/global-service/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2016, "char_start_idx": 2008, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/visit/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2017, "char_start_idx": 1804, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_children mobile_student-life_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2017, "char_start_idx": 1784, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_item has_children" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2026, "char_start_idx": 2017, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/athletics/", "mobile_main_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2033, "char_start_idx": 2027, "html_attrs": { "attrs": [ "class", "data-swap-target" ], "values": [ "mobile_main_navigation_expand_button js-swap", ".mobile_athletics_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "button" }, { "char_end_idx": 2053, "char_start_idx": 2034, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "http://www.battlingbishops.com/", "mobile_main_navigation_child_link", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2065, "char_start_idx": 2054, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://owu.edu/BishopsLive", "mobile_main_navigation_child_link", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2090, "char_start_idx": 2066, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/athletics/information-for-recruits/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2121, "char_start_idx": 2091, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/athletics/athletics-fitness-facilities/", "mobile_main_navigation_child_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2122, "char_start_idx": 2034, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_children mobile_athletics_children" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2122, "char_start_idx": 2017, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation_item has_children" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2122, "char_start_idx": 1009, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_main_navigation" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "nav" }, { "char_end_idx": 2122, "char_start_idx": 2122, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_button_links" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 2122, "char_start_idx": 2122, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_secondary_navigation_label gateways" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2138, "char_start_idx": 2122, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/current-students/", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2154, "char_start_idx": 2139, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/faculty-and-staff/", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2171, "char_start_idx": 2155, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/alumni-and-friends/", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2190, "char_start_idx": 2172, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/parents-and-families/", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2191, "char_start_idx": 2122, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_secondary_navigation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "nav" }, { "char_end_idx": 2191, "char_start_idx": 2191, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_secondary_navigation_label quicklinks" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2196, "char_start_idx": 2191, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/admission/visit/", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2204, "char_start_idx": 2197, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://apply.owu.edu/apply/status", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2209, "char_start_idx": 2205, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://community2.owu.edu/new-alumni-site/make-a-gift", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2219, "char_start_idx": 2210, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/calendars/", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2232, "char_start_idx": 2220, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.owu.edu/news-media/", "mobile_secondary_navigation_link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2233, "char_start_idx": 2191, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_secondary_navigation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 2233, "char_start_idx": 1003, "html_attrs": { "attrs": [ "class", "aria-hidden", "data-navigation-handle", "data-navigation-content", "data-navigation-options" ], "values": [ "mobile_navigation_container js-mobile_navigation mobile_navigation_inner", "true", ".js-mobile_handle", ".js-navigation_push", "{\"gravity\":\"right\",\"maxWidth\":\"980px\",\"labels\":{\"open\":\"Menu\",\"closed\":\"Menu\"},\"type\":\"reveal\"}" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2233, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fs-grid " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 31, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "Skip to Main Content\nCalendars\n" }, { "char_end_idx": 55, "char_start_idx": 31, "key": "paragraph", "marker": "h2", "type": "local", "value": "Ohio Wesleyan University" }, { "char_end_idx": 101, "char_start_idx": 55, "key": "paragraph", "marker": "aside", "type": "local", "value": "\nAdd To iCal Add To Outlook Add To Google Cal\n" }, { "char_end_idx": 179, "char_start_idx": 101, "key": "paragraph", "marker": "figure", "type": "local", "value": "[if IE 9]><video style=\"display: none;\"><![endif] [if IE 9]></video><![endif]\n" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "paragraph", "marker": "p", "type": "local", "value": "7:30 p.m. March 20 – The 2019 Community Film Series presents “Far from Heaven,” at the Strand Theatre, 28 W. Winter St., Delaware. Julianne Moore, Dennis Quaid, Dennis Haysbert and Viola Davis star in this Todd Haynes tribute to 1950s melodrama about a troubled marriage. In his 2002 update, Haynes covers topics taboo in the originals, such as interracial romance and homosexuality. It won Best Picture and Best Director awards from the Chicago and New York Film Critics Circle, among others. The Community Film Series is an annual tradition of OWU’s Department of English and its Film Studies Program and the historic Strand. Tickets are $7 for general admission; $6 for military personnel and Ohio Wesleyan students and employees and $5 for senior citizens. Learn more at www.owu.edu/english or www.thestrandtheatre.net.\n" }, { "char_end_idx": 1274, "char_start_idx": 1003, "key": "paragraph", "marker": "div", "type": "local", "value": "Close\nAbout\nExpand\nConnect Today, Create Tomorrow Campaign Fast Facts Live Campus Views Mission & Aims History & Traditions The President & Administration Diversity, Equity, & Inclusion Visit Us Offices & Services Directory Ross Art Museum Follow OWU Community Resources\n" }, { "char_end_idx": 1533, "char_start_idx": 1274, "key": "paragraph", "marker": "div", "type": "local", "value": "Admission\nExpand\nDeposit & Application Status Apply Why OWU Visit Us OWU Near You Request Info Financial Aid, Scholarships, & Tuition Meet Your Admission Counselor Class Profile Graduate Outcomes College Counselors Tips from the OWU Admission Team Contact Us\n" }, { "char_end_idx": 1784, "char_start_idx": 1533, "key": "paragraph", "marker": "div", "type": "local", "value": "Academics\nExpand\nMajors & Minors Departments & Programs The OWU Connection Honors Program Entrepreneurship at OWU Summer Session Graduate Degree Partnerships Libraries Academic Resources OWU Course Catalog Office of the Registrar Commencement Weekend\n" }, { "char_end_idx": 2017, "char_start_idx": 1784, "key": "paragraph", "marker": "div", "type": "local", "value": "Student Life\nExpand\nClubs & Organizations Housing & Dining Campus Safety Health & Wellness Fitness & Recreation The Arts Spirituality & Religious Life Fraternity & Sorority Life Student Engagement and Success Global Service Visit Us\n" }, { "char_end_idx": 2122, "char_start_idx": 2017, "key": "paragraph", "marker": "nav", "type": "local", "value": "Athletics\nExpand\nBattlingBishops.com BishopsLive Information for Recruits Athletics & Fitness Facilities\n" }, { "char_end_idx": 2191, "char_start_idx": 2122, "key": "paragraph", "marker": "nav", "type": "local", "value": "Current Students Faculty & Staff Alumni & Friends Parents & Families " }, { "char_end_idx": 2233, "char_start_idx": 2191, "key": "paragraph", "marker": "div", "type": "local", "value": "Visit Deposit Give Calendars News & Media\n" } ]
[ { "key": "timestamp", "type": "global", "value": "2019-03-20T00:00:00" } ]
[ { "key": "title", "type": "global", "value": "Community Film Series: \"Far from Heaven\" | Ohio Wesleyan University" } ]
[ { "key": "url", "type": "global", "value": "https://www.owu.edu/calendars/details/community-film-series-far-from-heaven/2019-03-20/" } ]
[]
Skip to Main Content Calendars Ohio Wesleyan University Add To iCal Add To Outlook Add To Google Cal [if IE 9]><video style="display: none;"><![endif] [if IE 9]></video><![endif] 7:30 p.m. March 20 – The 2019 Community Film Series presents “Far from Heaven,” at the Strand Theatre, 28 W. Winter St., Delaware. Julianne Moore, Dennis Quaid, Dennis Haysbert and Viola Davis star in this Todd Haynes tribute to 1950s melodrama about a troubled marriage. In his 2002 update, Haynes covers topics taboo in the originals, such as interracial romance and homosexuality. It won Best Picture and Best Director awards from the Chicago and New York Film Critics Circle, among others. The Community Film Series is an annual tradition of OWU’s Department of English and its Film Studies Program and the historic Strand. Tickets are $7 for general admission; $6 for military personnel and Ohio Wesleyan students and employees and $5 for senior citizens. Learn more at www.owu.edu/english or www.thestrandtheatre.net. Close About Expand Connect Today, Create Tomorrow Campaign Fast Facts Live Campus Views Mission & Aims History & Traditions The President & Administration Diversity, Equity, & Inclusion Visit Us Offices & Services Directory Ross Art Museum Follow OWU Community Resources Admission Expand Deposit & Application Status Apply Why OWU Visit Us OWU Near You Request Info Financial Aid, Scholarships, & Tuition Meet Your Admission Counselor Class Profile Graduate Outcomes College Counselors Tips from the OWU Admission Team Contact Us Academics Expand Majors & Minors Departments & Programs The OWU Connection Honors Program Entrepreneurship at OWU Summer Session Graduate Degree Partnerships Libraries Academic Resources OWU Course Catalog Office of the Registrar Commencement Weekend Student Life Expand Clubs & Organizations Housing & Dining Campus Safety Health & Wellness Fitness & Recreation The Arts Spirituality & Religious Life Fraternity & Sorority Life Student Engagement and Success Global Service Visit Us Athletics Expand BattlingBishops.com BishopsLive Information for Recruits Athletics & Fitness Facilities Current Students Faculty & Staff Alumni & Friends Parents & Families Visit Deposit Give Calendars News & Media
https://www.owu.edu/calendars/details/community-film-series-far-from-heaven/2019-03-20/
[ { "char_end_idx": 55, "char_start_idx": 31, "key": "entity", "type": "local", "value": "Ohio_Wesleyan_University" }, { "char_end_idx": 280, "char_start_idx": 266, "key": "entity", "type": "local", "value": "Novello_Theatre" }, { "char_end_idx": 308, "char_start_idx": 300, "key": "entity", "type": "local", "value": "Delaware" }, { "char_end_idx": 324, "char_start_idx": 310, "key": "entity", "type": "local", "value": "Julianne_Moore" }, { "char_end_idx": 338, "char_start_idx": 326, "key": "entity", "type": "local", "value": "Dennis_Quaid" }, { "char_end_idx": 355, "char_start_idx": 340, "key": "entity", "type": "local", "value": "Dennis_Haysbert" }, { "char_end_idx": 371, "char_start_idx": 360, "key": "entity", "type": "local", "value": "Viola_Davis" }, { "char_end_idx": 396, "char_start_idx": 385, "key": "entity", "type": "local", "value": "Todd_Haynes" }, { "char_end_idx": 477, "char_start_idx": 471, "key": "entity", "type": "local", "value": "Todd_Haynes" }, { "char_end_idx": 582, "char_start_idx": 570, "key": "entity", "type": "local", "value": "Academy_Award_for_Best_Picture" }, { "char_end_idx": 600, "char_start_idx": 587, "key": "entity", "type": "local", "value": "Academy_Award_for_Best_Director" }, { "char_end_idx": 624, "char_start_idx": 617, "key": "entity", "type": "local", "value": "Chicago" }, { "char_end_idx": 657, "char_start_idx": 629, "key": "entity", "type": "local", "value": "New_York_Film_Critics_Circle" }, { "char_end_idx": 728, "char_start_idx": 725, "key": "entity", "type": "local", "value": "Ohio_Wesleyan_University" }, { "char_end_idx": 805, "char_start_idx": 799, "key": "entity", "type": "local", "value": "Novello_Theatre" }, { "char_end_idx": 888, "char_start_idx": 875, "key": "entity", "type": "local", "value": "Ohio_Wesleyan_University" } ]
[ { "char_end_idx": 55, "char_start_idx": 31, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ohio_Wesleyan_University" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Novello_Theatre" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Delaware" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Julianne_Moore" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Dennis_Quaid" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Dennis_Haysbert" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Viola_Davis" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Todd_Haynes" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Academy_Award_for_Best_Picture" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Academy_Award_for_Best_Director" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Chicago" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "New_York_Film_Critics_Circle" }, { "char_end_idx": 1003, "char_start_idx": 179, "key": "entity_paragraph", "relative_end_pos": 11, "relative_start_pos": 11, "type": "local", "value": "Ohio_Wesleyan_University" } ]
0
885
1555627995000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <!-- head-common-individual --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal..." /> <link rel="stylesheet" href="https://weheartmusic.typepad.com/blog/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="https://static.typepad.com/.shared/themes/common/print.css" type="text/css" media="print" /> <link rel="stylesheet" href="https://static.typepad.com/.shared/css/featherlight-gallery.css"> <link rel="alternate" type="application/atom+xml" title="Posts on 'W♥M' (Atom)" href="https://weheartmusic.typepad.com/blog/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'W♥M' (RSS 1.0)" href="https://weheartmusic.typepad.com/blog/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'W♥M' (RSS 2.0)" href="https://weheartmusic.typepad.com/blog/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "https://www.typepad.com/"; </script> <script type="text/javascript" src="https://static.typepad.com/.shared/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/app/flyouts-min.js"></script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-225723-36', 'auto', {'name': 'Typepad'}, {'allowLinker': true} ); // Separate tracker for Typepad. ga('Typepad.require', 'linker'); ga('Typepad.linker:autoLink', ['none']); ga('Typepad.set', 'dimension1', '6a0133f3b98a81970b0133f3b98a92970b'); ga('Typepad.set', 'dimension2', 'Individual'); ga('Typepad.send', 'pageview'); </script> <meta property="og:title" content="1349 at Triple Rock Social Club, Minneapolis (20 January 2016)" /> <meta property="og:site_name" content="W♥M" /> <meta property="og:type" content="blog" /> <meta property="og:url" content="https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html" /> <meta property="og:description" content="Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal..." /> <meta property="fb:admins" content="" /> <meta property="og:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-600wi" /> <meta property="og:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-600wi" /> <meta property="og:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-600wi" /> <meta property="og:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-600wi" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content=""> <meta name="twitter:creator" content=""> <meta name="twitter:title" content="1349 at Triple Rock Social Club, Minneapolis (20 January 2016)"> <meta name="twitter:description" content="Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal..."><meta name="twitter:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-600wi" /> <meta name="twitter:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-600wi" /> <meta name="twitter:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-600wi" /> <meta name="twitter:image" content="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-600wi" /> <title>1349 at Triple Rock Social Club, Minneapolis (20 January 2016) - W♥M</title> <link rel="start" href="https://weheartmusic.typepad.com/blog/" title="Home" /> <link rel="prev" href="https://weheartmusic.typepad.com/blog/2016/01/minneapolis-january-29-to-january-31-2016.html?no_prefetch=1" title="Minneapolis: January 29 to January 31, 2016" /> <link rel="next" href="https://weheartmusic.typepad.com/blog/2016/01/minneapolis-february-1-to-february-3-2016.html?no_prefetch=1" title="Minneapolis: February 1 to February 3, 2016" /> <script src="//code.jquery.com/jquery-1.11.2.min.js"></script> </head> <body class="layout-two-column-right post"> <div id="container" class="container"> <div id="container-inner" class="pkg"> <div class="row"> <a id="home"></a> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="https://weheartmusic.typepad.com/blog/" accesskey="1">W♥M</a></h1> <h2 id="banner-description"> We Heart Music </h2> </div> </div> <div id="nav"> <div id="nav-inner"> <center> <table><TR><Td valign="top"> <div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left; background-color:rgb(205,52,52); "> <b><a href="https://weheartmusic.typepad.com/blog/" style="text-decoration: none;"><span style="color:#000000;">W<span style="color:#ffffff;">&hearts;</span>M</span></a></b> </div> <div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left; background-color:rgb(240,128,128); "> <a href="https://weheartmusic.typepad.com/blog/we-heart-music-news.html" style="text-decoration: none; color:#ffffff;">Music News</a> </div> <div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left; background-color:rgb(250,128,114); "> <a href="https://weheartmusic.typepad.com/blog/about.html" style="text-decoration: none; color:#ffffff;">About</a> </div> <div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left; background-color:rgb(233,150,122); "> <a href="https://weheartmusic.typepad.com/blog/site-update/" style="text-decoration: none; color:#ffffff;">Updates</a> </div><div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(200,200,75); "> <a href="https://weheartmusic.typepad.com/blog/atom.xml" style="text-decoration: none; color:#ffffff;">Subscribe</a></div> <div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(150,200,75); "> <a href="https://weheartmusic.typepad.com/blog/registered-historical-facts-smiths-and-morrissey-in-pop-culture.html" style="text-decoration: none; color:#ffffff;">Morrissey/Smiths</a></div><div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(150,200,150); "> <a href="https://weheartmusic.typepad.com/blog/podcast/" style="text-decoration: none; color:#ffffff;">Podcast</a> </div> <div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(100,155,130); "> <a href="https://weheartmusic.typepad.com/blog/date-archives.html" style="text-decoration: none; color:#ffffff;">Archives</a> </div><div style=" padding-left:10px; padding-right:10px; padding-bottom:15px; padding-top:5px; overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(155,100,155); "> <center> <a href="https://weheartmusic.typepad.com/blog/minneapolis-music-guide/" style="text-decoration: none; color:#ffffff; font-size:9px;">Minneapolis<BR>Weekly</a> </center> </div><div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(100,100,155); "> <a href="mailto:[email protected]" style="text-decoration: none; color:#ffffff;">Contact</a> </div><div style=" padding-left:10px; padding-right:10px; padding-bottom:15px; padding-top:5px; overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(100,100,200); "> <center> <a href="https://weheartmusic.typepad.com/blog/music-submission-guidelines.html" style="text-decoration: none; color:#ffffff; font-size:9px;">Submission<BR>Guidelines</a> </center> </div> <div style=" padding:10px;overflow:hidden;font-family:verdana;font-size:12px;height:14px;float:left;background-color:rgb(100,100,100); "> <a href="https://weheartmusic.typepad.com/blog/links.html" style="text-decoration: none; color:#ffffff;">Links</a> </div> </td></tr></table> </center> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- the plain version removes the extra jquery --> <!-- content nav --> <p class="content-nav"> <a class="content-nav-prev" href="https://weheartmusic.typepad.com/blog/2016/01/minneapolis-january-29-to-january-31-2016.html">&laquo; Minneapolis: January 29 to January 31, 2016</a> | <a class="content-nav-main" href="https://weheartmusic.typepad.com/blog/">Main</a> | <a class="content-nav-next" href="https://weheartmusic.typepad.com/blog/2016/01/minneapolis-february-1-to-february-3-2016.html">Minneapolis: February 1 to February 3, 2016 &raquo;</a> </p> <script type="text/javascript"> $(function(){ var query = window.location.search.substring(1); if( query == "pintix=1" ) { var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','https://static.typepad.com/.shared//js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e); } }); </script> <!-- entry --> <h2 class="date-header">Friday, 22 January 2016</h2> <div class="entry-category-1349 entry-category-full_of_hell entry-category-langen entry-category-minneapolis entry-category-surly entry-category-tombs entry-category-triple_rock entry-category-triple_rock_social_club entry-author-wm entry-type-post entry" id="entry-6a0133f3b98a81970b01bb08b043f6970d"> <div class="entry-inner"> <h3 class="entry-header">1349 at Triple Rock Social Club, Minneapolis (20 January 2016)</h3> <div class="entry-content"> <div class="entry-body"> <table style="float: right; padding-left: 20px; margin-left: 20px; border-left: 1px solid rgb(148, 158, 50); " width="300"><tbody><tr><td valign="top"> <a href="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-pi"><img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-300wi" style="border: 1px solid rgb(0, 0, 0);" width="300" height="300"></a> <div style="text-align:right; FONT-FAMILY: verdana; color: rgb(175,175,175);font-size:8px; "><i></i></div> <BR> <span style="color: rgb(148, 158, 50);"><strong>Tour Dates</strong></span><br> <div style="font-size: 13px; font-family: arial; "> 01/21/16 Kansas City, MO Riot Room <br>01/22/16 Denver, CO Roxy Theatre <br>01/27/16 West Hollywood, CA Roxy Theatre <br>02/23/16 Perth Amplifier <br>02/25/16 Fortitude Valley Crowbar Brisbane <br>02/26/16 Marrickville Factory Theatre <br>02/27/16 Melbourne Max Watt's <br>02/28/16 Wellington, New Zealand Valhalla </div> <BR> <span style="color: rgb(148, 158, 50);"><strong>Read More</strong></span><br> <table><tbody><tr><td valign="top"><a href="https://amzn.to/1IZS5wC"><img alt="" src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-75pi" style="float: left; margin: 6px 12px 6px 0px; border: 1px solid rgb(0, 0, 0);" width="75" height="75"></a><a href="https://weheartmusic.typepad.com/blog/1349/"><strong>1349</strong></a><br> <div style="color: rgb(0, 0, 0); text-align: left; font-size: 11px; font-family: Arial,Helvetica,sans-serif; text-decoration: none; "> One of Norway's most premier, underground metal bands, 1349 will be making a stop at The Triple Rock Social Club on Wednesday, January 20th, as part of their "Chaos Raids USA & Mexico 2016" tour. …</div> </td></tr></tbody></table> <BR> </td></tr></tbody></table> <p></p> <div style="text-align: justify; FONT-FAMILY: Verdana;color:#000000"> Minnesotans love their beer. They also love their Norwegian black metal. So what do you get when you mix one of the top breweries in the Twin Cities with a true Norwegian black metal band? You get my night last night. <BR><BR> <B>Surly</b> is, by far, one of the most popular breweries in the Twin Cities. The best part of this brewery? They are a staple in the metal scene up here. Todd Haug, the head brewer, is a huge supporter of live metal music in the Twin Cities. He can be spotted at various shows up here and last night was no exception. He had claimed his spot at the top of the stairs in one of the coveted chairs that are typically reserved for royalty (okay, maybe that's a little over the top but it's hard to get a chair up there unless you are one of the first ones through the door or unless you are a notable person...). <BR><BR> 1349 is a Norwegian black metal band all the way from (you guessed it!) Norway. They were here last June but, of course, I had a different show I had to cover so I couldn't make it out to see them. I finally got to see them live last night and they didn't let me down. They were brutal, they were frightening, and they were everything I needed on a Wednesday night. <BR><BR> So what is the connection between this local brewery and the Norwegian black metal band? <BR><BR> Surly had a limited time run of a <I>1349 Black Ale</i>. This beer was brewed in collaboration with Lervig, a Norwegian brewery, and with the members of 1349. How cool is that?! Surly has a beer just for this band from Norway. Okay, maybe you don't think it's that cool but I think it's awesome. I think it's awesome that, even though we are separated by thousands of miles, people still come together just for good beer and good music. That's exactly what last night was. People coming together through the love of good beer and some awesome music. (Unfortunately, they did not have the 1349 beer last night as it was a very limited run last year but there were still plenty of Surly choices on tap and in the can for a discounted price!) <BR><BR> Some of the music last night was a bit over my head but some of it was dead on. The show started with local group <B>Pestifere</b>. As much as I loved their music, I loved their singer's hair even more. Talk about the most luscious locks in all the land. Holy cow! But back to their music. It was good and trashy. It was dirty and fast. They were the perfect band to open up this show and I can't wait to see them again... oh and see the singer, Lucas' hair again! <BR><BR> <table style="border-radius: 10px; width: 100px; float:left; margin-right:20px; padding:10px; margin-bottom:20px; border-right: 1px solid rgb(148, 158, 50); "><tbody><tr><td valign="top"> <a href="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-pi"><img alt="" src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-120wi" style="border: 1px solid rgb(0, 0, 0);" height="63" width="120"></a> <div style=" color: rgb(148, 158, 50); text-align: right; font-size:11px;">Tombs</div><div style="text-align:right; FONT-FAMILY: verdana; font-size:9px; color: rgb(175,175,175);"><i></i></div> </td></tr></tbody></table> <B>Tombs</b> played right before 1349 and they blew me away. They were full of energy and talent (as were all of the other bands who played last night). Their music was probably the most generic metal sounding than any of the other bands. Usually that is a terrible thing. I find it boring and sounding like everything else but Tombs did it right. Even though they were the most generic sounding, you have to think about how extreme the line-up was. So in the end, they really aren't all that generic sounding, they just were last night. Their live show, like I said, was full of energy. I was completely captivated by keyboardist/ backup vocalist Fade Kainer. His screams were extreme and even if you didn't know the music, he made you feel the energy and emotion that he was trying to convey. <BR><BR> The second band to play was <b>Full of Hell</b>. I didn't get it. It is rare that I hear a band and really just don't understand it but that's exactly how I felt about their set. They weren't bad and their singer had more than enough energy to convince me that I liked them even though I didn't get it. They used something called a "Korg Kaoss Pad" which is used to play samples. Majority of the samples that Full of Hell used were samples of white noise and obnoxiousness. It was a bit much on my eardrums even with my earplugs in and that's why I didn't understand it. My friend Angel, who I took to the show, even had to run up to the bar after the first song to get earplugs because of the pain. At the same time, when the Kaoss Pad wasn't being used, I completely loved this band in all of their heaviness and chaos-ness (they were chaotic and loud even with the Kaoss Pad). <BR><BR> <B>1349</b> were the headliners, as they should be. These guys, as I mentioned, are a black metal band from Norway. Everything that you are picturing in your mind right now is exactly what I saw last night. The band members had their faces painted with white and black makeup. They were dressed in all black with their long hair flowing over their instruments (those damn Norwegians and their nice hair!). <BR><BR> The music sounded just as brutal as these guys looked. It was heavy and loud. It was mean and aggressive. Surprisingly, the crowd was fairly calm through majority of their set. Yes, there were some outbreaks of a small mosh pit, but it never lasted. I think people were just in awe of the pure musical talent these guys have. Their drummer is a monster. I couldn't stop watching him. What he plays is not easy, the music is full of some of the fastest blast beats I have ever heard but this drummer was nailing them perfectly and he looked like he was just sitting there waiting for tea time or something! There were no faces of agony, no grunting, hell, I'm pretty sure this guy wasn't even breaking a sweat. It's crazy to see something like that and I envy him for all of his talent. I envy every musician that played last night for their level of talent. <BR><BR> Black metal may just sound like noise to majority of people. Full of Hell may have sounded just like noise to me but regardless of your opinion on the type of music that was performed last night, you cannot deny that these guys are super talented. <BR><BR> </div> <p></p> <p><center></p> <table style="width: 700px;"><tbody><tr><td valign="top"> <a href="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-pi"><img alt="" src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-700wi" style="border: 1px solid rgb(0, 0, 0);" height="381" width="703"></a><br><span style="color: rgb(148, 158, 50);">1349 at Triple Rock Social Club, Minneapolis (20 January 2016)</span> <div style="text-align:right; FONT-FAMILY: verdana; color: rgb(175,175,175);"><i></i></div> </td></tr></tbody></table> <p></center> </p> <div style="width: 100%; background: url(http://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0134874081ec970c-pi) repeat-x scroll left top;"> <a style="text-decoration: none; font-style: normal; color: #333333; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" href="https://weheartmusic.typepad.com/blog/langen">langen</a> <span style="font-style: normal; text-decoration: none; color: #888888; font-size: 11px; font-family: Arial,Helvetica,sans-serif;">([email protected])</span> <span style="font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;">&hearts;</span> <a style="text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" href="http://www.weheartmusic.com">weheartmusic.com</a> <span style="font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;">&hearts;</span> <a style="text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" href="https://twitter.com/weheartmusic">twitter.com/weheartmusic</a> </div> </div> <!-- SIGNATURE --> </div> <div class="entry-footer"> <p class="entry-footer-info"> <span class="post-footers"><a href="https://profile.typepad.com/whm" rel="author"><img class="author-photo" height="32" width="32" src="https://up1.typepad.com/6a0133f3b98a81970b01bb0918e348970d-50si" style="vertical-align: -10px; padding-right: 3px" at:flyout-userxid="6p0133f3b98a81970b" at:flyout-enabled="yes" /></a> Posted by <a rel="author" href="https://profile.typepad.com/whm">W♥M</a> on Friday, 22 January 2016 at 07:07 PM in <a href="https://weheartmusic.typepad.com/blog/1349/">1349</a>, <a href="https://weheartmusic.typepad.com/blog/full-of-hell/">Full of Hell</a>, <a href="https://weheartmusic.typepad.com/blog/langen/">Langen</a>, <a href="https://weheartmusic.typepad.com/blog/minneapolis/">Minneapolis</a>, <a href="https://weheartmusic.typepad.com/blog/surly/">Surly</a>, <a href="https://weheartmusic.typepad.com/blog/tombs/">Tombs</a>, <a href="https://weheartmusic.typepad.com/blog/triple-rock/">Triple Rock</a>, <a href="https://weheartmusic.typepad.com/blog/triple-rock-social-club/">Triple Rock Social Club</a> </span> <span class="separator">|</span> <a class="permalink" href="https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html">Permalink</a> </p> <!-- technorati tags --> <!-- post footer links --> </div> </div> </div> <a id="comments"></a> <div id="tpc-comments"> <h3 class="comments-header">Comments</h3> <div class="comments-content"> <div id="tpc_thread"></div> <div style="display:none;" id="tpc_post_title">1349 at Triple Rock Social Club, Minneapolis (20 January 2016)</div> <div style="display:none;" id="tpc_post_message"><table style="float: right; padding-left: 20px; margin-left: 20px; border-left: 1px solid rgb(148, 158, 50); " width="300"><tbody><tr><td valign="top"> <a href="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-pi"><img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-300wi" style="border: 1px solid rgb(0, 0, 0);" width="300" height="300"></a> <div style="text-align:right; FONT-FAMILY: verdana; color: rgb(175,175,175);font-size:8px; "><i></i></div> <BR> <span style="color: rgb(148, 158, 50);"><strong>Tour Dates</strong></span><br> <div style="font-size: 13px; font-family: arial; "> 01/21/16 Kansas City, MO Riot Room <br>01/22/16 Denver, CO Roxy Theatre <br>01/27/16 West Hollywood, CA Roxy Theatre <br>02/23/16 Perth Amplifier <br>02/25/16 Fortitude Valley Crowbar Brisbane <br>02/26/16 Marrickville Factory Theatre <br>02/27/16 Melbourne Max Watt's <br>02/28/16 Wellington, New Zealand Valhalla </div> <BR> <span style="color: rgb(148, 158, 50);"><strong>Read More</strong></span><br> <table><tbody><tr><td valign="top"><a href="https://amzn.to/1IZS5wC"><img alt="" src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-75pi" style="float: left; margin: 6px 12px 6px 0px; border: 1px solid rgb(0, 0, 0);" width="75" height="75"></a><a href="https://weheartmusic.typepad.com/blog/1349/"><strong>1349</strong></a><br> <div style="color: rgb(0, 0, 0); text-align: left; font-size: 11px; font-family: Arial,Helvetica,sans-serif; text-decoration: none; "> One of Norway's most premier, underground metal bands, 1349 will be making a stop at The Triple Rock Social Club on Wednesday, January 20th, as part of their "Chaos Raids USA & Mexico 2016" tour. …</div> </td></tr></tbody></table> <BR> </td></tr></tbody></table> <p></p> <div style="text-align: justify; FONT-FAMILY: Verdana;color:#000000"> Minnesotans love their beer. They also love their Norwegian black metal. So what do you get when you mix one of the top breweries in the Twin Cities with a true Norwegian black metal band? You get my night last night. <BR><BR> <B>Surly</b> is, by far, one of the most popular breweries in the Twin Cities. The best part of this brewery? They are a staple in the metal scene up here. Todd Haug, the head brewer, is a huge supporter of live metal music in the Twin Cities. He can be spotted at various shows up here and last night was no exception. He had claimed his spot at the top of the stairs in one of the coveted chairs that are typically reserved for royalty (okay, maybe that's a little over the top but it's hard to get a chair up there unless you are one of the first ones through the door or unless you are a notable person...). <BR><BR> 1349 is a Norwegian black metal band all the way from (you guessed it!) Norway. They were here last June but, of course, I had a different show I had to cover so I couldn't make it out to see them. I finally got to see them live last night and they didn't let me down. They were brutal, they were frightening, and they were everything I needed on a Wednesday night. <BR><BR> So what is the connection between this local brewery and the Norwegian black metal band? <BR><BR> Surly had a limited time run of a <I>1349 Black Ale</i>. This beer was brewed in collaboration with Lervig, a Norwegian brewery, and with the members of 1349. How cool is that?! Surly has a beer just for this band from Norway. Okay, maybe you don't think it's that cool but I think it's awesome. I think it's awesome that, even though we are separated by thousands of miles, people still come together just for good beer and good music. That's exactly what last night was. People coming together through the love of good beer and some awesome music. (Unfortunately, they did not have the 1349 beer last night as it was a very limited run last year but there were still plenty of Surly choices on tap and in the can for a discounted price!) <BR><BR> Some of the music last night was a bit over my head but some of it was dead on. The show started with local group <B>Pestifere</b>. As much as I loved their music, I loved their singer's hair even more. Talk about the most luscious locks in all the land. Holy cow! But back to their music. It was good and trashy. It was dirty and fast. They were the perfect band to open up this show and I can't wait to see them again... oh and see the singer, Lucas' hair again! <BR><BR> <table style="border-radius: 10px; width: 100px; float:left; margin-right:20px; padding:10px; margin-bottom:20px; border-right: 1px solid rgb(148, 158, 50); "><tbody><tr><td valign="top"> <a href="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-pi"><img alt="" src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-120wi" style="border: 1px solid rgb(0, 0, 0);" height="63" width="120"></a> <div style=" color: rgb(148, 158, 50); text-align: right; font-size:11px;">Tombs</div><div style="text-align:right; FONT-FAMILY: verdana; font-size:9px; color: rgb(175,175,175);"><i></i></div> </td></tr></tbody></table> <B>Tombs</b> played right before 1349 and they blew me away. They were full of energy and talent (as were all of the other bands who played last night). Their music was probably the most generic metal sounding than any of the other bands. Usually that is a terrible thing. I find it boring and sounding like everything else but Tombs did it right. Even though they were the most generic sounding, you have to think about how extreme the line-up was. So in the end, they really aren't all that generic sounding, they just were last night. Their live show, like I said, was full of energy. I was completely captivated by keyboardist/ backup vocalist Fade Kainer. His screams were extreme and even if you didn't know the music, he made you feel the energy and emotion that he was trying to convey. <BR><BR> The second band to play was <b>Full of Hell</b>. I didn't get it. It is rare that I hear a band and really just don't understand it but that's exactly how I felt about their set. They weren't bad and their singer had more than enough energy to convince me that I liked them even though I didn't get it. They used something called a "Korg Kaoss Pad" which is used to play samples. Majority of the samples that Full of Hell used were samples of white noise and obnoxiousness. It was a bit much on my eardrums even with my earplugs in and that's why I didn't understand it. My friend Angel, who I took to the show, even had to run up to the bar after the first song to get earplugs because of the pain. At the same time, when the Kaoss Pad wasn't being used, I completely loved this band in all of their heaviness and chaos-ness (they were chaotic and loud even with the Kaoss Pad). <BR><BR> <B>1349</b> were the headliners, as they should be. These guys, as I mentioned, are a black metal band from Norway. Everything that you are picturing in your mind right now is exactly what I saw last night. The band members had their faces painted with white and black makeup. They were dressed in all black with their long hair flowing over their instruments (those damn Norwegians and their nice hair!). <BR><BR> The music sounded just as brutal as these guys looked. It was heavy and loud. It was mean and aggressive. Surprisingly, the crowd was fairly calm through majority of their set. Yes, there were some outbreaks of a small mosh pit, but it never lasted. I think people were just in awe of the pure musical talent these guys have. Their drummer is a monster. I couldn't stop watching him. What he plays is not easy, the music is full of some of the fastest blast beats I have ever heard but this drummer was nailing them perfectly and he looked like he was just sitting there waiting for tea time or something! There were no faces of agony, no grunting, hell, I'm pretty sure this guy wasn't even breaking a sweat. It's crazy to see something like that and I envy him for all of his talent. I envy every musician that played last night for their level of talent. <BR><BR> Black metal may just sound like noise to majority of people. Full of Hell may have sounded just like noise to me but regardless of your opinion on the type of music that was performed last night, you cannot deny that these guys are super talented. <BR><BR> </div> <p></p> <p><center></p> <table style="width: 700px;"><tbody><tr><td valign="top"> <a href="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-pi"><img alt="" src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-700wi" style="border: 1px solid rgb(0, 0, 0);" height="381" width="703"></a><br><span style="color: rgb(148, 158, 50);">1349 at Triple Rock Social Club, Minneapolis (20 January 2016)</span> <div style="text-align:right; FONT-FAMILY: verdana; color: rgb(175,175,175);"><i></i></div> </td></tr></tbody></table> <p></center> </p> <div style="width: 100%; background: url(http://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0134874081ec970c-pi) repeat-x scroll left top;"> <a style="text-decoration: none; font-style: normal; color: #333333; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" href="https://weheartmusic.typepad.com/blog/langen">langen</a> <span style="font-style: normal; text-decoration: none; color: #888888; font-size: 11px; font-family: Arial,Helvetica,sans-serif;">([email protected])</span> <span style="font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;">&hearts;</span> <a style="text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" href="http://www.weheartmusic.com">weheartmusic.com</a> <span style="font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;">&hearts;</span> <a style="text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" href="https://twitter.com/weheartmusic">twitter.com/weheartmusic</a> </div> </div> <script type="text/javascript"> var TPConnect = {}; TPConnect.tpc_url = 'https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html'; TPConnect.tpc_title = document.getElementById('tpc_post_title').innerHTML; TPConnect.tpc_message = document.getElementById('tpc_post_message').innerHTML; </script> <script type="text/javascript" src="https://profile.typepad.com/services/embed/tpc/6a0133f3b98a81970b0133f3b98a92970b/embed.js?asset_id=6a0133f3b98a81970b01bb08b043f6970d"></script> <script type="text/javascript" src="https://static.typepad.com/.shared/js/profile/blogside.js"></script> <noscript><a href="?asset_id=6a0133f3b98a81970b01bb08b043f6970d">View the entire comment thread.</a> <p>Please enable JavaScript if you would like to comment on this blog.</p> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b013486f54bc1970c-200pi" style="border: 1px solid rgb(0, 0, 0);" width="160" height="200"> --> <BR><table style="padding:6px;"><TR><td valign="top"> <!-- <a href="https://profile.typepad.com/whm"><img src="https://up1.typepad.com/6a0133f3b98a81970b01bb0918e348970d-50si" alt="WM" width="50" height="50" style="border: 1px solid rgb(0, 0, 0);"></a> --> </td><td valign="top" style="padding-left:6px;"> <a href="https://profile.typepad.com/whm" style="font-size:17px; text-decoration: none; color:#000000; font-weight:bold; font-face:verdana;">We<font color="red">&hearts;</font>Music</a><div style="top:-7px;position:relative; "><a href="http://weheartmusic.com" style="font-size:9px; font-face:arial;">weheartmusic.com</a><div><div style="top:5px;position:relative;"><iframe src="https://www.typepad.com/services/connect/profile_module?user_id=6p0133f3b98a81970b&amp;follow_only=1&amp;source_uri=http%3A%2F%2Fweheartmusic.typepad.com%2Fblog%2Fabout.html" width="100%" height="20" frameborder="0" scrolling="no" allowtransparency="true"></iframe> </div> </td></tr></table> <!-- http://up1.typepad.com/6a0133f3b98a81970b0148c71a3630970c-50si --> <table style="overflow: hidden;"><TR><td valign="top"> <a href="https://twitter.com/weheartmusic" data-show-count="true" class="twitter-follow-button" data-show-screen-name="false" data-width="160px" data-align="left">@weheartmusic</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></td></tr></table> </td></tr></table> <table style="margin-top:5px;" cellpadding="0" border="0" cellspacing="0"><TR> <Td valign="top" width="50%" style=" margin-right: 10px;"> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01348717a9db970c-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="http://weheartmusic.com">we&hearts;music</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01348717a9cb970c-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="mailto:[email protected]">email</a> <BR><!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0133f3f6b1ce970b-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="https://profile.typepad.com/whm">Typepad</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01348717a9d1970c-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="https://weheartmusic.typepad.com/blog/atom.xml">RSS</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01348717a9c1970c-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="https://twitter.com/weheartmusic">twitter</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0133f3f6b1dd970b-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="https://www.facebook.com/weheartmusicgroup">facebook</a> </td><td valign="center"> <!-- <img alt="" src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0134876c2fdb970c-pi" width="1" height="100"> --> </td> <Td valign="top" width="50%" style="padding-left: 5px;"> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0168e75a293c970c-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="http://news.weheartmusic.com">News</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/misc/amazon.ico" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a target="_blank" href="https://amzn.to/1ONmdv1">amazon</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0133f3f6b1be970b-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="https://www.flickr.com/photos/weheartmusic/">flickr</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0133f3f6b1da970b-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="https://www.youtube.com/user/successlessness">youtube</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0133f3f6a958970b-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="http://hypem.com/#!/blog/weheartmusic/3306">hypem</a> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0147e0dba9e5970b-pi" alt="" width="16" height="16" style="vertical-align: middle;"> --> <a href="https://soundcloud.com/weheartmusic">soundcld</a> </td></tr></table> <!-- <center><img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b017d411047a5970c-pi"></center> --> </div> </div> <!-- end custom_code.tt --> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <script language="JavaScript"> document.write('<font style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; font-weight: bold; ">Search</font>'); </script> <table cellpadding="0" border="0" cellspacing="0"><TR><TD valign="top"><form method="get" action="https://weheartmusic.typepad.com/.services/blog/6a0133f3b98a81970b0133f3b98a92970b/search" id="cse-search-box" target="_top"><input type="text" id="search" name="filter.q" results="10" size="16" /></td><td valign="top"><input type="submit" name="filter.qa" value="&hearts;" style="color:#FFFFFF; background-color:#FF0000; border-style:solid; border-color:#000000;"/></form> </td></tr></table> <link rel="SHORTCUT ICON" href="https://weheartmusic.typepad.com/lovers.ico"> </div> </div> <!-- end custom_code.tt --> <div class="module-calendar module"> <h2 class="module-header">April 2019</h2> <div class="module-content table-responsive"> <table class="table" summary="Monthly calendar with links to each day's posts"> <tr> <th>Sun</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> <th>Sat</th> </tr> <tr> <td>&nbsp;</td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/stella-donnelly-at-turf-club-st-paul-30-mar-2019.html">1</a></td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/js-ondara-at-7th-street-entry-minneapolis-29-march-2019.html">2</a></td> <td>3</td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/ten-fe-at-7th-st-entry-minneapolis-31-march-2019.html">4</a></td> <td>5</td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/cat-power-at-varsity-theater-minneapolis-01-apr-2019.html">6</a></td> </tr> <tr> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-13-to-april-16-2019.html">7</a></td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">8</a></td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/ibuypower-fallout-pc-one-month-later.html">9</a></td> <td>10</td> <td>11</td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/red-white-and-blue-2019.html">12</a></td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/news-morrissey-cancels-first-six-canadian-2019-dates.html">13</a></td> </tr> <tr> <td>14</td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/fitz-and-the-tantrums-at-ncaa-tip-off-tailgate-nicollet-mall-minneapolis-08-april-2019.html">15</a></td> <td>16</td> <td><a href="https://weheartmusic.typepad.com/blog/2019/04/broods-w-bad-sounds-at-amsterdam-bar-and-hall-st-paul-08-april-2019.html">17</a></td> <td>18</td> <td>19</td> <td>20</td> </tr> <tr> <td>21</td> <td>22</td> <td>23</td> <td>24</td> <td>25</td> <td>26</td> <td>27</td> </tr> <tr> <td>28</td> <td>29</td> <td>30</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </table> </div> </div> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <a href="https://weheartmusic.typepad.com/blog/2019-shows.html" style="margin:0;color:#548900;padding:0px0;font-size:14px;text-decoration:none;font-weight:bold;">April 2019 (10)</a><br> <div style="text-align: left;FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden;"> <BR>• 04/01 <B><a href="https://weheartmusic.typepad.com/blog/2019/04/cat-power-at-varsity-theater-minneapolis-01-apr-2019.html">Cat Power at Varsity</a></b> <BR>• 04/05 <a href="https://weheartmusic.typepad.com/blog/2019/04/the-chainsmokers-judah-and-the-lion-at-armory-minneapolis-05-april-2019-photo-gallery.html">Chainsmokers at Armory</a> <BR>• 04/06 <a href="https://weheartmusic.typepad.com/blog/2019/04/whe-sports-ncaa-fan-fest-and-tip-off-tailgate-minneapolis-2019-april-5-to-8.html">NCAA Fan Fest</a> <BR>• 04/07 <a href="https://weheartmusic.typepad.com/blog/2019/04/whe-sports-ncaa-fan-fest-and-tip-off-tailgate-minneapolis-2019-april-5-to-8.html">Tip-Off Tailgate</a> <BR>• 04/07 <a href="https://weheartmusic.typepad.com/blog/2019/04/katy-perry-zedd-at-armory-minneapolis-for-ncaa-final-four-07-april-2019.html">Katy Perry at Armory</a> <BR>• 04/08 <a href="https://weheartmusic.typepad.com/blog/2019/04/fitz-and-the-tantrums-at-ncaa-tip-off-tailgate-nicollet-mall-minneapolis-08-april-2019.html ">Fitz and the Tantrums at Nicollet Mall</a> <BR>• 04/08 <a href="https://weheartmusic.typepad.com/blog/2019/03/minneapolis-april-4-to-april-8-2019.html">Broods at Amsterdam</a> <BR>• 04/09 <B><a href="https://weheartmusic.typepad.com/blog/2019/03/minneapolis-april-9-to-april-12-2019.html">Durand Jones at 7th St</a> </b> <BR>• 04/12 <a href="https://weheartmusic.typepad.com/blog/2019/03/minneapolis-april-9-to-april-12-2019.html">Todd Snider at Fitzgerald </a> <BR>• 04/15 <a href="http://turfclub.net/show/2019-04-aldous-harding/">Aldous Harding at Turf Club</a> <BR><BR></div> </div> </div> <!-- end custom_code.tt --> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <a href="https://weheartmusic.typepad.com/blog/minneapolis" style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight:bold;">Upcoming Minneapolis</a><BR><BR> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Thu 04/18/2019</b> <font color="red"><B> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">Billy Bragg at Fine Line </a> </b></font> <BR>• Darlingside at Cedar <BR>• Tim Heidecker at First Ave <BR>• Dilly Dally at Turf Club <BR>• Tonic Sol-fa at Ames Center <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Fri 04/19/2019</b> <font color="red"><B> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">Billy Bragg at Fine Line </a> </b></font> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">Murlocs at Turf Club </a> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">Lady Lamb at 7th St </a> <BR>• Victor Wooten at Dakota <BR>• Yung Gravy at Varsity <BR>• Black Violin at Ordway Center <BR>• Alice In Chains at Armory <BR>• Dave Simonett at Cedar <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sat 04/20/2019</b> <font color="red"><B> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">Billy Bragg at Fine Line </a> </b></font> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">Sasami at Amsterdam Bar</a> <BR>• Yung Gravy at Varsity <BR>• Anvil at Turf <BR>• Ron Trent at 7th St <BR>• HeRobust at Skyway <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sun 04/21/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Yawpers at 7th St </a> <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Mon 04/22/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">K.Flay at 7th St </a> <BR>• Godsmack at Armory <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Tue 04/23/2019</b> <font color="red"><B> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Eels at First Ave</a> </b></font> <BR>• Shy Girls at 7th St <BR>• Bea Miller at Amsterdam Bar <BR>• La Dispute at Fine Line <BR>• New Sound Underground at Turf <BR>• Son Volt at First Ave <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Wed 04/24/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Alec Benjamin at Varsity</a> <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Thu 04/25/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Rachael Kilgour at Turf </a> <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Fri 04/26/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Priests at 7th St</a> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Plot In You at Amsterdam</a> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Motionless In White at Skyway </a> <BR>• Drake White at Varsity <BR>• Pokey Lafarge at Cedar <BR>• Terror Jr at Fine Line <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sat 04/27/2019</b> <BR>• Bayonne at 7th Street <BR>• Goodnight Ritual at Day Block Brewing <BR>• The Dip at Turf Club <BR>• Eliza Gilkyson at Cedar <BR>• Twiddle at Varsity <BR>• Taking Back Sunday at First Ave <BR>• Andy Grammer at Armory <BR>• New Power Generation at Fine Line <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sun 04/28/2019</b> <BR>• Black Lips at Fine Line <BR>• Arturo Sandoval at Dakota Jazz <BR>• Taking Back Sunday at First Ave <BR>• Lovelytheband at Varsity <BR>• Susan Werner at The Cedar <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Mon 04/29/2019</b> <BR>• MURS at 7th St <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Tue 04/30/2019</b> <BR>• LÉON at Fine Line <BR>• The Drums at Turf Club <BR>• Bad Suns at Varsity <BR>• Foals at First Ave <BR>• Old Time Relijun at 7th St <BR>• Lostboycrow and Overstreet at Amsterdam <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Wed 05/01/2019</b> <BR>• Delicate Steve at 7th St <BR>• Kodak Black at Myth <BR>• Japanese House at Fine Line <BR>• Strand Of Oaks at Turf Club <BR>• Neko Case at Fitzgerald <BR>• Tom Odell at Varsity <BR>• Cocoa Tea at Cedar <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Thu 05/02/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/03/haelos-at-fine-line-music-cafe-minneapolis-27-mar-2019.html">Zoo Animal/Aaron Rice at Turf</a> <BR>• Knife Knights at Icehouse <BR>• Neko Case at Fitzgerald <BR>• Superorganism at First Avenue <BR>• Bridge City Sinners at 7th St <BR>• Griffin House at The Cedar <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Fri 05/03/2019</b> <BR>• Lil Pump at Myth <BR>• Skating Polly at 7th St <BR>• Manic Focus at First Avenue <BR>• Overkill at Varsity <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sun 05/05/2019</b> <BR>• PUP at Fine Line <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sat 05/08/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/02/girls-girls-girls-madeline-kenney-and-flock-of-dimes-courtney-marie-andrews-and-julia-jacklin.html">Courtney Marie Andrews at Fine Line</a> <BR>• Andy Black + The Faim at Varsity <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sun 05/09/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/02/girls-girls-girls-madeline-kenney-and-flock-of-dimes-courtney-marie-andrews-and-julia-jacklin.html">Julia Jacklin at 7th St</a> <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Mon 05/10/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/04/red-white-and-blue-2019.html">Nils Lofgren at Dakota</a> <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sun 05/12/2019</b> <BR>• Living Hour at Fallout <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Wed 05/29/2019</b> <BR>• Bear's Den at First Ave <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sat 06/15/2019</b> <BR>• <a href="https://weheartmusic.typepad.com/blog/2019/03/going-for-gold-xxiv.html">David Gray at State Theatre</a> <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sat 07/13/2019</b> <BR>• The Struts at Palace <BR><BR></div> <div style="text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; "><B>Sat 10/05/2019</b> <BR>• The Chainsmokers at Xcel <BR><BR></div> </div> </div> <!-- end custom_code.tt --> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <a href="https://weheartmusic.typepad.com/" style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; ">W♥M Specials</a> <BR><BR> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html">Musicians Who Died in 2019</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2018.html">Musicians Who Died in 2018</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2017.html">Musicians Who Died in 2017</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2016.html">Musicians Who Died in 2016</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/2015/12/musicians-that-have-died-in-2015.html">Musicians Who Died in 2015</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/twin-cities-venue-guide.html">Twin Cities Venue Guide</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/2018-shows.html">2018 Shows</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/2017-shows.html">2017: 176 Shows</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/2016-shows.html">2016: 304 Shows</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/2015-shows.html">2015: 346 Shows</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/rocktober-archive.html">Rocktober 2012-2017</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever canceled</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/registered-historical-facts-smiths-and-morrissey-in-pop-culture.html">Registered Historical Facts: Smiths and Morrissey in Pop Culture</a> <LI style="margin-left: 5px;"><a href="https://weheartmusic.typepad.com/blog/whm-podcast-archive.html">W♥M Podcast Archive </a> </div> </div> <!-- end custom_code.tt --> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <script language="JavaScript"> document.write('<font style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; font-weight: bold; ">Writers</font>'); </script> <center> <font style="color: #548900;">🤴</font> <a href="https://weheartmusic.typepad.com/blog/vu/">Vu</a> </center> <table width="100%"><tr><td valign="top" width="50%"> <font style="color: #548900">&hearts;</font> <a href="https://weheartmusic.typepad.com/blog/emily/">Emily</a> <BR><font style="color: #548900;">&hearts;</font> <a href="https://weheartmusic.typepad.com/blog/jess/">Jess</a> </td><td valign="top" width="50%"> <font style="color: #548900">&hearts;</font> <a href="https://weheartmusic.typepad.com/blog/john/">John</a> <BR> <font style="color: #548900">&hearts;</font> <a href="https://weheartmusic.typepad.com/blog/dena/">Dena</a> </td></tr></table> </div> </div> <!-- end custom_code.tt --> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <a href="http://adsense.google.com" style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; ">AdSense</a><BR><BR><script type="text/javascript"><!-- google_ad_client = "ca-pub-6446940922588440"; google_ad_slot = "5377884263"; google_ad_width = 160; google_ad_height = 600; //--></script><script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> </div> <!-- end custom_code.tt --> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <font style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; font-weight: bold; ">Podcast</font> <BR> <!-- <img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b022ad3a7e5e6200b-150wi" style="border: 1px solid #000000; width:158px; height:158px;" width="158" height="158"> --> <form name="podcast"><select name="goto" style="width:160px;" OnChange="top.location.href=podcast.goto.options[selectedIndex].value"> <option selected>Subscribe</option> <option value="http://itunes.apple.com/us/podcast/we-heart-music/id510290763">iTunes Directory</option> <option value="itpc://weheartmusic.podomatic.com/rss2.xml">Subscribe on iTunes</option> <option value="http://weheartmusic.podomatic.com/rss2.xml">Subscribe to RSS</option> <option value="http://weheartmusic.typepad.com/blog/2018/08/minnesota-fan-fusion-double-sized-podcast-edition.html">W♥M277: MNFF Interviews</option> <option value="http://weheartmusic.typepad.com/blog/2018/08/minnesota-fan-fusion-double-sized-podcast-edition.html">W♥M276: Minnesota Fan Fusion 2018</option> <option value="http://weheartmusic.typepad.com/blog/2018/07/starkey-foundation-18th-annual-awards-gala-red-carpet-at-rivercentre-st-paul-15-july-2018.html">W♥M275: Starkey Hearing Foundation</option> <option value="http://weheartmusic.typepad.com/blog/2018/07/whm274-starkey-hearing-foundation-red-carpet.html">W♥M274: Starkey Red Carpet</option> <option value="http://weheartmusic.typepad.com/blog/2018/06/whm273-animal-years-eels.html">W♥M273: Animal Years / Eels</option> <option value="http://weheartmusic.typepad.com/blog/2018/03/whm272-sxsw-2018.html">W♥M272: SXSW 2018</option> <option value="http://weheartmusic.typepad.com/blog/2018/02/whm271-super-bowl.html">W♥M271: Super Bowl</option> <option value="http://weheartmusic.typepad.com/blog/2017/08/minnesota-fan-fest-at-rivercentre-st-paul-19-20-aug-2017.html">W♥M270: MN Fan Fest 2017 </option> <option value="http://weheartmusic.typepad.com/blog/2017/08/whm269-minnesota-fan-fest-19-20-aug-2017.html">W♥M269: Minnesota Fan Fest (19-20 Aug 2017)</option> <option value="http://weheartmusic.typepad.com/blog/2017/08/whm267.html">W♥M268: Wonder Woman/George Perez (bonus audio)</option> </select> </form> </div> </div> <!-- end custom_code.tt --> <div class="module-galleries module"> <h2 class="module-header"><a href="https://weheartmusic.typepad.com/photos/posters/index.html">Posters</a></h2> <div class="typelist-thumbnailed module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-no-description"><a href="https://weheartmusic.typepad.com/photos/posters/index.html" ><img src="https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0240a453e7f6200c-75si" alt="55869087_1016920325159027_6838111861112569856_n" /></a></div></li> </ul> </div> </div> <div class="module-recent-comments module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html?cid=6a0133f3b98a81970b0240a4a21b6c200b#comment-6a0133f3b98a81970b0240a4a21b6c200b">W♥M</a> on <a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html">Musicians who died in 2019</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html?cid=6a0133f3b98a81970b0240a4a1f647200b#comment-6a0133f3b98a81970b0240a4a1f647200b">Russell Lichter</a> on <a href="https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html">Musicians who died in 2019</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47d09bc200d#comment-6a0133f3b98a81970b0240a47d09bc200d">W♥M</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a45394d0200c#comment-6a0133f3b98a81970b0240a45394d0200c">Lubertus Humberpuss</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47c3c08200d#comment-6a0133f3b98a81970b0240a47c3c08200d">W♥M</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a452fed7200c#comment-6a0133f3b98a81970b0240a452fed7200c">TurdBurgs</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47bc653200d#comment-6a0133f3b98a81970b0240a47bc653200d">W♥M</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47bc650200d#comment-6a0133f3b98a81970b0240a47bc650200d">W♥M</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47bc61c200d#comment-6a0133f3b98a81970b0240a47bc61c200d">W♥M</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> <li class="module-list-item"> <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a4a06755200b#comment-6a0133f3b98a81970b0240a4a06755200b">Beautifulpigeon</a> on <a href="https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html">Every date that Morrissey has ever cancelled</a> </li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header">Recent Posts</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/broods-w-bad-sounds-at-amsterdam-bar-and-hall-st-paul-08-april-2019.html">Broods w/ Bad Sounds at Amsterdam Bar and Hall, St. Paul (08 April 2019)</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/fitz-and-the-tantrums-at-ncaa-tip-off-tailgate-nicollet-mall-minneapolis-08-april-2019.html">Fitz and the Tantrums at NCAA Tip-Off Tailgate, Nicollet Mall Minneapolis (08 April 2019)</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/katy-perry-zedd-at-armory-minneapolis-for-ncaa-final-four-07-april-2019.html">Katy Perry / Zedd at Armory, Minneapolis for NCAA Final Four (07 April 2019)</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html">Minneapolis: April 21 to April 26, 2019</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/news-morrissey-cancels-first-six-canadian-2019-dates.html">News: Morrissey Cancels First Six Canadian 2019 Dates</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/whe-sports-ncaa-fan-fest-and-tip-off-tailgate-minneapolis-2019-april-5-to-8.html">We♥Sports: NCAA Fan Fest and Tip-Off Tailgate - Minneapolis (2019-April 5 to 8)</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/the-chainsmokers-judah-and-the-lion-at-armory-minneapolis-05-april-2019-photo-gallery.html">The Chainsmokers / Judah and the Lion at Armory, Minneapolis (05 April 2019) Photo Gallery</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/red-white-and-blue-2019.html">Red, White, and Blue 2019</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/ibuypower-fallout-pc-one-month-later.html">iBuyPower Fallout PC: One Month Later</a></li> <li class="module-list-item"><a href="https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html">Minneapolis: April 17 to April 20, 2019</a></li> </ul> </div> </div> <!-- custom_code.tt --><div class="module-custom_html module"> <div class="module-content"> <a href="https://weheartmusic.typepad.com/blog/links.html" style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; ">Links</a><BR> • <a href="http://movies.weheartmusic.com/">movies.weheartmusic.com</a> <BR>• <a href="http://george-perez.net/">george-perez.net</a> <BR><BR> <font style="margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; ">Minneapolis</font> <BR>• <a href="http://first-avenue.com/calendar">first-avenue.com</a> <BR>• <a href="http://palacestpaul.com/events/">palacestpaul.com</a> <BR>• <a href="http://finelinemusic.com/events/">finelinemusic.com</a> <BR>• <a href="http://www.thecedar.org/listing/">thecedar.org</a> <BR>• <a href="http://turfclub.net/shows/">turfclub.net</a> <BR>• <a href="http://www.varsitytheater.com/">varsitytheater.com</a> <BR>• <a href="http://skywaytheatre.com/">skywaytheatre.com</a> <BR>• <a href="http://www.dakotacooks.com/calendar/">dakotacooks.com</a> <BR>• <a href="https://www.icehousempls.com/events/">icehousempls.com</a> <BR>• <a href="http://www.amsterdambarandhall.com/events-new/">amsterdambarandhall.com</a> <BR>• <a href="https://www.cabooze.com/">cabooze.com</a> <BR>• <a href="http://mythlive.com/events">mythlive.com</a> <!-- <BR>• <a href="https://www.musichallmpls.com/">musichallmpls.com</a> --> </div> </div> <!-- end custom_code.tt --> </div> </div> </div> </div> </div> <!-- row --> <!-- container-footer --> <div id="footer"> <div class="row well"><div class="col-md-12"> <div id="footer-inner"> <ul class="footer-list pkg"> <li class="footer-list-item"><a href="https://weheartmusic.typepad.com/blog/">W♥M</a></li> <li class="last-footer-list-item footer-list-item"><a href="http://www.typepad.com/">Powered by TypePad</a></li> </ul> <script type="text/javascript"> .comments-open { display:none !important; } </script> </div> </div></div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="https://www.typepad.com/t/stats?blog_id=86680796069533451&amp;user_id=&amp;page=' + escape(location.href) + '&amp;referrer=' + escape(document.referrer) + '&amp;i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <script type="text/javascript" src="//www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 1; var emailRequired = 0; var useAvatars = 1; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".typepad.com/blog/"; var tp_comment_token = "1555627995-df4d1878c908278af676f9dbab11d06de54dfbb7:3yvFaQg7i8tO43UL"; var use_recaptcha = 1; var recaptcha_publickey = "6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e"; var isPage = 0; var blog_xid = "6a0133f3b98a81970b0133f3b98a92970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header font-entryheader hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header font-entryheader hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content font-entrybody\">\n\t\t<div class=\"comment comment-has-avatar\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span>&nbsp;|&nbsp;<span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"font-entrybody hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n <form id=\"comment-preview-form\"\n method=\"post\"\n onsubmit=\"atpComments.interceptPost(1); return false;\">\n <input type=\"submit\" class=\"form-control font-entrybody\" name=\"post\" id=\"comment-confirm-post\" value=\"&nbsp;Post&nbsp;\" onclick=\"atpComments.interceptPost(1); return false;\"/>\n <input type=\"submit\" class=\"form-control font-entrybody\" name=\"edit\" id=\"comment-edit\" value=\"&nbsp;&nbsp;Edit&nbsp;&nbsp;\" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/form>\n<\/div>\n\n<div id=\"comment-error\" class=\"hiddenBox font-entrybody redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox font-entrybody yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox font-entrybody\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateReCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithReCaptcha(); return false;\">\n <div id=\"recaptcha_content\">\n <noscript>\n <iframe src=\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\" height=\"300\" width=\"500\" frameborder=\"0\"><\/iframe><br />\n <textarea name=\"recaptcha_challenge_field\" rows=\"3\" cols=\"40\"><\/textarea>\n <input type=\'hidden\' name=\'recaptcha_response_field\' value=\'manual_challenge\' />\n <\/noscript>\n <\/div>\n <script type=\"text/javascript\">\n $(document).ready(function() {\n Recaptcha.create(\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\",\n \"recaptcha_content\", {\n theme: \"red\",\n callback: Recaptcha.focus_response_field\n });\n });\n <\/script>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\"&nbsp;Continue&nbsp;\" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="/.shared/yui/2.9.0/yuiloader/yuiloader.js"></script> <script type="text/javascript" src="/.shared/js/atpcomments.js?v=5"></script> <!-- Begin disqus Tag --> <!-- End disqus Tag --> </body> </html> <!-- ph=1 -->
[]
[ "<head>\n <!-- head-common-individual -->\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <meta name=\"generator\" content=\"http://www.typepad.com/\" />\n \n <meta name=\"description\" content=\"Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal...\" />\n\n\n\n\n <link rel=\"stylesheet\" href=\"https://weheartmusic.typepad.com/blog/styles.css?v=6\" type=\"text/css\" media=\"screen\" />\n <link rel=\"stylesheet\" href=\"https://static.typepad.com/.shared/themes/common/print.css\" type=\"text/css\" media=\"print\" />\n\n\n<link rel=\"stylesheet\" href=\"https://static.typepad.com/.shared/css/featherlight-gallery.css\" />\n\n <link rel=\"alternate\" type=\"application/atom+xml\" title=\"Posts on 'W♥M' (Atom)\" href=\"https://weheartmusic.typepad.com/blog/atom.xml\" />\n <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Posts on 'W♥M' (RSS 1.0)\" href=\"https://weheartmusic.typepad.com/blog/index.rdf\" />\n <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Posts on 'W♥M' (RSS 2.0)\" href=\"https://weheartmusic.typepad.com/blog/rss.xml\" />\n <script type=\"text/javascript\">\n var TPApp = {};\n TPApp.app_uri = \"https://www.typepad.com/\";\n </script>\n <script type=\"text/javascript\" src=\"https://static.typepad.com/.shared/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/app/flyouts-min.js\"></script>\n\n<script type=\"text/javascript\">\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\nga('create', 'UA-225723-36', 'auto', {'name': 'Typepad'}, {'allowLinker': true} ); // Separate tracker for Typepad.\nga('Typepad.require', 'linker');\nga('Typepad.linker:autoLink', ['none']);\nga('Typepad.set', 'dimension1', '6a0133f3b98a81970b0133f3b98a92970b');\nga('Typepad.set', 'dimension2', 'Individual');\nga('Typepad.send', 'pageview');\n</script>\n\n\n\n<meta property=\"og:title\" content=\"1349 at Triple Rock Social Club, Minneapolis (20 January 2016)\" />\n<meta property=\"og:site_name\" content=\"W♥M\" />\n<meta property=\"og:type\" content=\"blog\" />\n<meta property=\"og:url\" content=\"https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html\" />\n<meta property=\"og:description\" content=\"Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal...\" />\n<meta property=\"fb:admins\" content=\"\" />\n<meta property=\"og:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-600wi\" />\n<meta property=\"og:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-600wi\" />\n<meta property=\"og:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-600wi\" />\n<meta property=\"og:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-600wi\" />\n\n\n\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:site\" content=\"\" />\n<meta name=\"twitter:creator\" content=\"\" />\n<meta name=\"twitter:title\" content=\"1349 at Triple Rock Social Club, Minneapolis (20 January 2016)\" />\n<meta name=\"twitter:description\" content=\"Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal...\" /><meta name=\"twitter:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-600wi\" />\n<meta name=\"twitter:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-600wi\" />\n<meta name=\"twitter:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04297970d-600wi\" />\n<meta name=\"twitter:image\" content=\"https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-600wi\" />\n\n\n\n\n <title>1349 at Triple Rock Social Club, Minneapolis (20 January 2016) - W♥M</title>\n <link rel=\"start\" href=\"https://weheartmusic.typepad.com/blog/\" title=\"Home\" />\n <link rel=\"prev\" href=\"https://weheartmusic.typepad.com/blog/2016/01/minneapolis-january-29-to-january-31-2016.html?no_prefetch=1\" title=\"Minneapolis: January 29 to January 31, 2016\" />\n <link rel=\"next\" href=\"https://weheartmusic.typepad.com/blog/2016/01/minneapolis-february-1-to-february-3-2016.html?no_prefetch=1\" title=\"Minneapolis: February 1 to February 3, 2016\" />\n\n <script src=\"//code.jquery.com/jquery-1.11.2.min.js\"></script>\n</head>\n\n\n\n" ]
[ "<title>1349 at Triple Rock Social Club, Minneapolis (20 January 2016) - W♥M</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "weheartmusic.typepad.com > blog" } ]
[ { "char_end_idx": 704, "char_start_idx": 0, "key": "length", "type": "local", "value": "704" }, { "char_end_idx": 736, "char_start_idx": 704, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 780, "char_start_idx": 736, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 925, "char_start_idx": 780, "key": "length", "type": "local", "value": "144" }, { "char_end_idx": 999, "char_start_idx": 925, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 1076, "char_start_idx": 999, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 1164, "char_start_idx": 1076, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 1240, "char_start_idx": 1164, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 1528, "char_start_idx": 1240, "key": "length", "type": "local", "value": "287" }, { "char_end_idx": 1529, "char_start_idx": 1528, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1530, "char_start_idx": 1529, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 1532, "char_start_idx": 1530, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1614, "char_start_idx": 1532, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 1732, "char_start_idx": 1614, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 1803, "char_start_idx": 1732, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 1900, "char_start_idx": 1803, "key": "length", "type": "local", "value": "96" }, { "char_end_idx": 2043, "char_start_idx": 1900, "key": "length", "type": "local", "value": "142" }, { "char_end_idx": 2145, "char_start_idx": 2043, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 2213, "char_start_idx": 2145, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 2282, "char_start_idx": 2213, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 2423, "char_start_idx": 2282, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 2459, "char_start_idx": 2423, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 2536, "char_start_idx": 2459, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 2808, "char_start_idx": 2536, "key": "length", "type": "local", "value": "271" }, { "char_end_idx": 2853, "char_start_idx": 2808, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 2924, "char_start_idx": 2853, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 2976, "char_start_idx": 2924, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 3011, "char_start_idx": 2976, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 3035, "char_start_idx": 3011, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 3058, "char_start_idx": 3035, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 3142, "char_start_idx": 3058, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 3143, "char_start_idx": 3142, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3144, "char_start_idx": 3143, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3242, "char_start_idx": 3144, "key": "length", "type": "local", "value": "97" }, { "char_end_idx": 3334, "char_start_idx": 3242, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 3420, "char_start_idx": 3334, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 3454, "char_start_idx": 3420, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 3529, "char_start_idx": 3454, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 3631, "char_start_idx": 3529, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 3719, "char_start_idx": 3631, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 3769, "char_start_idx": 3719, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 3842, "char_start_idx": 3769, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 3976, "char_start_idx": 3842, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 4020, "char_start_idx": 3976, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 4037, "char_start_idx": 4020, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 4150, "char_start_idx": 4037, "key": "length", "type": "local", "value": "112" }, { "char_end_idx": 4274, "char_start_idx": 4150, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 4351, "char_start_idx": 4274, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 4445, "char_start_idx": 4351, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 4542, "char_start_idx": 4445, "key": "length", "type": "local", "value": "96" }, { "char_end_idx": 4671, "char_start_idx": 4542, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 4851, "char_start_idx": 4671, "key": "length", "type": "local", "value": "179" }, { "char_end_idx": 4898, "char_start_idx": 4851, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 4962, "char_start_idx": 4898, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 5053, "char_start_idx": 4962, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 5123, "char_start_idx": 5053, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 5252, "char_start_idx": 5123, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 5309, "char_start_idx": 5252, "key": "length", "type": "local", "value": "56" }, { "char_end_idx": 5332, "char_start_idx": 5309, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 5360, "char_start_idx": 5332, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 5431, "char_start_idx": 5360, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 5504, "char_start_idx": 5431, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 5580, "char_start_idx": 5504, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 5608, "char_start_idx": 5580, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 5638, "char_start_idx": 5608, "key": "length", "type": "local", "value": "29" }, { "char_end_idx": 5964, "char_start_idx": 5638, "key": "length", "type": "local", "value": "325" }, { "char_end_idx": 6040, "char_start_idx": 5964, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 6112, "char_start_idx": 6040, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 6175, "char_start_idx": 6112, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 6362, "char_start_idx": 6175, "key": "length", "type": "local", "value": "186" }, { "char_end_idx": 6457, "char_start_idx": 6362, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 6477, "char_start_idx": 6457, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 6491, "char_start_idx": 6477, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 7194, "char_start_idx": 6491, "key": "length", "type": "local", "value": "702" }, { "char_end_idx": 7226, "char_start_idx": 7194, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 7270, "char_start_idx": 7226, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 7415, "char_start_idx": 7270, "key": "length", "type": "local", "value": "144" }, { "char_end_idx": 7489, "char_start_idx": 7415, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 7566, "char_start_idx": 7489, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 7654, "char_start_idx": 7566, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 7730, "char_start_idx": 7654, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 8018, "char_start_idx": 7730, "key": "length", "type": "local", "value": "287" }, { "char_end_idx": 8019, "char_start_idx": 8018, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 8020, "char_start_idx": 8019, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 8022, "char_start_idx": 8020, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 8104, "char_start_idx": 8022, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 8222, "char_start_idx": 8104, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 8293, "char_start_idx": 8222, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 8390, "char_start_idx": 8293, "key": "length", "type": "local", "value": "96" }, { "char_end_idx": 8533, "char_start_idx": 8390, "key": "length", "type": "local", "value": "142" }, { "char_end_idx": 8635, "char_start_idx": 8533, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 8703, "char_start_idx": 8635, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 8772, "char_start_idx": 8703, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 8913, "char_start_idx": 8772, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 8949, "char_start_idx": 8913, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 9026, "char_start_idx": 8949, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 9298, "char_start_idx": 9026, "key": "length", "type": "local", "value": "271" }, { "char_end_idx": 9343, "char_start_idx": 9298, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 9414, "char_start_idx": 9343, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 9466, "char_start_idx": 9414, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 9501, "char_start_idx": 9466, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 9525, "char_start_idx": 9501, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 9548, "char_start_idx": 9525, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 9632, "char_start_idx": 9548, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 9633, "char_start_idx": 9632, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 9634, "char_start_idx": 9633, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 9732, "char_start_idx": 9634, "key": "length", "type": "local", "value": "97" }, { "char_end_idx": 9824, "char_start_idx": 9732, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 9910, "char_start_idx": 9824, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 9944, "char_start_idx": 9910, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 10019, "char_start_idx": 9944, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 10121, "char_start_idx": 10019, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 10209, "char_start_idx": 10121, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 10259, "char_start_idx": 10209, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 10332, "char_start_idx": 10259, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 10466, "char_start_idx": 10332, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 10510, "char_start_idx": 10466, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 10527, "char_start_idx": 10510, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 10640, "char_start_idx": 10527, "key": "length", "type": "local", "value": "112" }, { "char_end_idx": 10764, "char_start_idx": 10640, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 10841, "char_start_idx": 10764, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 10935, "char_start_idx": 10841, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 11032, "char_start_idx": 10935, "key": "length", "type": "local", "value": "96" }, { "char_end_idx": 11161, "char_start_idx": 11032, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 11341, "char_start_idx": 11161, "key": "length", "type": "local", "value": "179" }, { "char_end_idx": 11388, "char_start_idx": 11341, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 11452, "char_start_idx": 11388, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 11543, "char_start_idx": 11452, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 11613, "char_start_idx": 11543, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 11742, "char_start_idx": 11613, "key": "length", "type": "local", "value": "128" }, { "char_end_idx": 11799, "char_start_idx": 11742, "key": "length", "type": "local", "value": "56" }, { "char_end_idx": 11822, "char_start_idx": 11799, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 11850, "char_start_idx": 11822, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 11921, "char_start_idx": 11850, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 11994, "char_start_idx": 11921, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 12070, "char_start_idx": 11994, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 12098, "char_start_idx": 12070, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 12128, "char_start_idx": 12098, "key": "length", "type": "local", "value": "29" }, { "char_end_idx": 12454, "char_start_idx": 12128, "key": "length", "type": "local", "value": "325" }, { "char_end_idx": 12530, "char_start_idx": 12454, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 12602, "char_start_idx": 12530, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 12665, "char_start_idx": 12602, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 12852, "char_start_idx": 12665, "key": "length", "type": "local", "value": "186" }, { "char_end_idx": 12947, "char_start_idx": 12852, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 12967, "char_start_idx": 12947, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 12981, "char_start_idx": 12967, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 13029, "char_start_idx": 12981, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 13097, "char_start_idx": 13029, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 16830, "char_start_idx": 13097, "key": "length", "type": "local", "value": "3732" }, { "char_end_idx": 17403, "char_start_idx": 16830, "key": "length", "type": "local", "value": "572" }, { "char_end_idx": 17416, "char_start_idx": 17403, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 17436, "char_start_idx": 17416, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 17470, "char_start_idx": 17436, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 17490, "char_start_idx": 17470, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 17511, "char_start_idx": 17490, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 17527, "char_start_idx": 17511, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 17543, "char_start_idx": 17527, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 17565, "char_start_idx": 17543, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 17586, "char_start_idx": 17565, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 17605, "char_start_idx": 17586, "key": "length", "type": "local", "value": "18" }, { "char_end_idx": 17625, "char_start_idx": 17605, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 17652, "char_start_idx": 17625, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 17667, "char_start_idx": 17652, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 17683, "char_start_idx": 17667, "key": "length", "type": "local", "value": "15" } ]
[ { "key": "length", "type": "global", "value": "17688" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "home" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "tr" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 7, "type": "local", "value": "table" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 6, "type": "local", "value": "center" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "nav nav-inner" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 45, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "content-nav-prev", "https://weheartmusic.typepad.com/blog/2016/01/minneapolis-january-29-to-january-31-2016.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 52, "char_start_idx": 48, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://weheartmusic.typepad.com/blog/", "content-nav-main" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 100, "char_start_idx": 55, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "content-nav-next", "https://weheartmusic.typepad.com/blog/2016/01/minneapolis-february-1-to-february-3-2016.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 101, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content-nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 17, "type": "local", "value": "p" }, { "char_end_idx": 124, "char_start_idx": 101, "html_attrs": { "attrs": [ "class" ], "values": [ "date-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h2" }, { "char_end_idx": 187, "char_start_idx": 125, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 188, "char_start_idx": 188, "html_attrs": { "attrs": [ "src", "style", "width", "height" ], "values": [ "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-300wi", "border: 1px solid rgb(0, 0, 0);", "300", "300" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 188, "char_start_idx": 188, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-pi" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 199, "char_start_idx": 189, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 199, "char_start_idx": 189, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(148, 158, 50);" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 494, "char_start_idx": 200, "html_attrs": { "attrs": [ "style" ], "values": [ "font-size: 13px; font-family: arial; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 504, "char_start_idx": 495, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 504, "char_start_idx": 495, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(148, 158, 50);" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 505, "char_start_idx": 505, "html_attrs": { "attrs": [ "alt", "src", "style", "width", "height" ], "values": [ "", "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-75pi", "float: left; margin: 6px 12px 6px 0px; border: 1px solid rgb(0, 0, 0);", "75", "75" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 505, "char_start_idx": 505, "html_attrs": { "attrs": [ "href" ], "values": [ "https://amzn.to/1IZS5wC" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 509, "char_start_idx": 505, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "strong" }, { "char_end_idx": 509, "char_start_idx": 505, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/1349/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 707, "char_start_idx": 510, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(0, 0, 0); text-align: left; font-size: 11px; font-family: Arial,Helvetica,sans-serif; text-decoration: none; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 708, "char_start_idx": 505, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 708, "char_start_idx": 505, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 708, "char_start_idx": 505, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "tbody" }, { "char_end_idx": 708, "char_start_idx": 505, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "table" }, { "char_end_idx": 709, "char_start_idx": 188, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 709, "char_start_idx": 188, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 709, "char_start_idx": 188, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "tbody" }, { "char_end_idx": 709, "char_start_idx": 188, "html_attrs": { "attrs": [ "style", "width" ], "values": [ "float: right; padding-left: 20px; margin-left: 20px; border-left: 1px solid rgb(148, 158, 50); ", "300" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "table" }, { "char_end_idx": 934, "char_start_idx": 929, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 2043, "char_start_idx": 2029, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 2853, "char_start_idx": 2844, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 3195, "char_start_idx": 3190, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 4020, "char_start_idx": 4008, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 4859, "char_start_idx": 4855, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 6366, "char_start_idx": 709, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: justify; FONT-FAMILY: Verdana;color:#000000" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6366, "char_start_idx": 6366, "html_attrs": { "attrs": [ "alt", "src", "style", "height", "width" ], "values": [ "", "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-700wi", "border: 1px solid rgb(0, 0, 0);", "381", "703" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 6366, "char_start_idx": 6366, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-pi" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 6429, "char_start_idx": 6367, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(148, 158, 50);" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6430, "char_start_idx": 6366, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 6430, "char_start_idx": 6366, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "tr" }, { "char_end_idx": 6430, "char_start_idx": 6366, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tbody" }, { "char_end_idx": 6430, "char_start_idx": 6366, "html_attrs": { "attrs": [ "style" ], "values": [ "width: 700px;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 6430, "char_start_idx": 6366, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "center" }, { "char_end_idx": 6436, "char_start_idx": 6430, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "text-decoration: none; font-style: normal; color: #333333; font-size: 11px; font-family: Arial,Helvetica,sans-serif;", "https://weheartmusic.typepad.com/blog/langen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 6462, "char_start_idx": 6437, "html_attrs": { "attrs": [ "style" ], "values": [ "font-style: normal; text-decoration: none; color: #888888; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6464, "char_start_idx": 6463, "html_attrs": { "attrs": [ "style" ], "values": [ "font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6481, "char_start_idx": 6465, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;", "http://www.weheartmusic.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6483, "char_start_idx": 6482, "html_attrs": { "attrs": [ "style" ], "values": [ "font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6508, "char_start_idx": 6484, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;", "https://twitter.com/weheartmusic" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6509, "char_start_idx": 6430, "html_attrs": { "attrs": [ "style" ], "values": [ "width: 100%; background: url(http://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0134874081ec970c-pi) repeat-x scroll left top;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6509, "char_start_idx": 188, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content entry-body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 6509, "char_start_idx": 6509, "html_attrs": { "attrs": [ "class", "height", "width", "src", "style", "at:flyout-userxid", "at:flyout-enabled" ], "values": [ "author-photo", "32", "32", "https://up1.typepad.com/6a0133f3b98a81970b01bb0918e348970d-50si", "vertical-align: -10px; padding-right: 3px", "6p0133f3b98a81970b", "yes" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 6509, "char_start_idx": 6509, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://profile.typepad.com/whm", "author" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 6522, "char_start_idx": 6519, "html_attrs": { "attrs": [ "rel", "href" ], "values": [ "author", "https://profile.typepad.com/whm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6569, "char_start_idx": 6565, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/1349/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6583, "char_start_idx": 6571, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/full-of-hell/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6591, "char_start_idx": 6585, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/langen/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6604, "char_start_idx": 6593, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/minneapolis/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6611, "char_start_idx": 6606, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/surly/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6618, "char_start_idx": 6613, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/tombs/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6631, "char_start_idx": 6620, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/triple-rock/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6656, "char_start_idx": 6633, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/triple-rock-social-club/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6657, "char_start_idx": 6509, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 6658, "char_start_idx": 6657, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 6668, "char_start_idx": 6659, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "permalink", "https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 6669, "char_start_idx": 6509, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer-info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 6669, "char_start_idx": 6509, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 6669, "char_start_idx": 125, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "entry-category-1349 entry-category-full_of_hell entry-category-langen entry-category-minneapolis entry-category-surly entry-category-tombs entry-category-triple_rock entry-category-triple_rock_social_club entry-author-wm entry-type-post entry entry-inner", "entry-6a0133f3b98a81970b01bb08b043f6970d" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 6669, "char_start_idx": 6669, "html_attrs": { "attrs": [ "id" ], "values": [ "comments" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 6677, "char_start_idx": 6669, "html_attrs": { "attrs": [ "class" ], "values": [ "comments-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 6678, "char_start_idx": 6678, "html_attrs": { "attrs": [ "src", "style", "width", "height" ], "values": [ "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-300wi", "border: 1px solid rgb(0, 0, 0);", "300", "300" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 6678, "char_start_idx": 6678, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b8d1900e77970c-pi" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 6689, "char_start_idx": 6679, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 6689, "char_start_idx": 6679, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(148, 158, 50);" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6984, "char_start_idx": 6690, "html_attrs": { "attrs": [ "style" ], "values": [ "font-size: 13px; font-family: arial; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 6994, "char_start_idx": 6985, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 6994, "char_start_idx": 6985, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(148, 158, 50);" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6995, "char_start_idx": 6995, "html_attrs": { "attrs": [ "alt", "src", "style", "width", "height" ], "values": [ "", "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01b7c806245f970b-75pi", "float: left; margin: 6px 12px 6px 0px; border: 1px solid rgb(0, 0, 0);", "75", "75" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 6995, "char_start_idx": 6995, "html_attrs": { "attrs": [ "href" ], "values": [ "https://amzn.to/1IZS5wC" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 6999, "char_start_idx": 6995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "strong" }, { "char_end_idx": 6999, "char_start_idx": 6995, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/1349/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 7197, "char_start_idx": 7000, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(0, 0, 0); text-align: left; font-size: 11px; font-family: Arial,Helvetica,sans-serif; text-decoration: none; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 7198, "char_start_idx": 6995, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 7198, "char_start_idx": 6995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 7198, "char_start_idx": 6995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "tbody" }, { "char_end_idx": 7198, "char_start_idx": 6995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "table" }, { "char_end_idx": 7199, "char_start_idx": 6678, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 7199, "char_start_idx": 6678, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "tr" }, { "char_end_idx": 7199, "char_start_idx": 6678, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tbody" }, { "char_end_idx": 7199, "char_start_idx": 6678, "html_attrs": { "attrs": [ "style", "width" ], "values": [ "float: right; padding-left: 20px; margin-left: 20px; border-left: 1px solid rgb(148, 158, 50); ", "300" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 7424, "char_start_idx": 7419, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 8533, "char_start_idx": 8519, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 9343, "char_start_idx": 9334, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 9685, "char_start_idx": 9680, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 10510, "char_start_idx": 10498, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 11349, "char_start_idx": 11345, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 12856, "char_start_idx": 7199, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: justify; FONT-FAMILY: Verdana;color:#000000" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 12856, "char_start_idx": 12856, "html_attrs": { "attrs": [ "alt", "src", "style", "height", "width" ], "values": [ "", "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-700wi", "border: 1px solid rgb(0, 0, 0);", "381", "703" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 12856, "char_start_idx": 12856, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/.a/6a0133f3b98a81970b01bb08b04292970d-pi" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 12919, "char_start_idx": 12857, "html_attrs": { "attrs": [ "style" ], "values": [ "color: rgb(148, 158, 50);" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 12920, "char_start_idx": 12856, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 12920, "char_start_idx": 12856, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "tr" }, { "char_end_idx": 12920, "char_start_idx": 12856, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tbody" }, { "char_end_idx": 12920, "char_start_idx": 12856, "html_attrs": { "attrs": [ "style" ], "values": [ "width: 700px;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 12920, "char_start_idx": 12856, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "center" }, { "char_end_idx": 12926, "char_start_idx": 12920, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "text-decoration: none; font-style: normal; color: #333333; font-size: 11px; font-family: Arial,Helvetica,sans-serif;", "https://weheartmusic.typepad.com/blog/langen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 12952, "char_start_idx": 12927, "html_attrs": { "attrs": [ "style" ], "values": [ "font-style: normal; text-decoration: none; color: #888888; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 12954, "char_start_idx": 12953, "html_attrs": { "attrs": [ "style" ], "values": [ "font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 12971, "char_start_idx": 12955, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;", "http://www.weheartmusic.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 12973, "char_start_idx": 12972, "html_attrs": { "attrs": [ "style" ], "values": [ "font-style: normal; text-decoration: none; color: #ff9999; font-size: 11px; font-family: Arial,Helvetica,sans-serif;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 12998, "char_start_idx": 12974, "html_attrs": { "attrs": [ "style", "href" ], "values": [ "text-decoration: none; font-style: normal; font-size: 11px; font-family: Arial,Helvetica,sans-serif;", "https://twitter.com/weheartmusic" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 12999, "char_start_idx": 12920, "html_attrs": { "attrs": [ "style" ], "values": [ "width: 100%; background: url(http://weheartmusic.typepad.com/.a/6a0133f3b98a81970b0134874081ec970c-pi) repeat-x scroll left top;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 12999, "char_start_idx": 6678, "html_attrs": { "attrs": [ "style", "id" ], "values": [ "display:none;", "tpc_post_message" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 13030, "char_start_idx": 12999, "html_attrs": { "attrs": [ "href" ], "values": [ "?asset_id=6a0133f3b98a81970b01bb08b043f6970d" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 13098, "char_start_idx": 13031, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 13099, "char_start_idx": 12999, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "noscript" }, { "char_end_idx": 13099, "char_start_idx": 6678, "html_attrs": { "attrs": [ "class" ], "values": [ "comments-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 13099, "char_start_idx": 6669, "html_attrs": { "attrs": [ "id" ], "values": [ "tpc-comments" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 13099, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "alpha alpha-inner", "pkg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 13113, "char_start_idx": 13100, "html_attrs": { "attrs": [ "href", "data-show-count", "class", "data-show-screen-name", "data-width", "data-align" ], "values": [ "https://twitter.com/weheartmusic", "true", "twitter-follow-button", "false", "160px", "left" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 13114, "char_start_idx": 13100, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 13114, "char_start_idx": 13100, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 13114, "char_start_idx": 13100, "html_attrs": { "attrs": [ "style" ], "values": [ "overflow: hidden;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "table" }, { "char_end_idx": 13122, "char_start_idx": 13114, "html_attrs": { "attrs": [ "href" ], "values": [ "http://weheartmusic.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 13129, "char_start_idx": 13124, "html_attrs": { "attrs": [ "href" ], "values": [ "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13138, "char_start_idx": 13131, "html_attrs": { "attrs": [ "href" ], "values": [ "https://profile.typepad.com/whm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13143, "char_start_idx": 13140, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/atom.xml" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13152, "char_start_idx": 13145, "html_attrs": { "attrs": [ "href" ], "values": [ "https://twitter.com/weheartmusic" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13162, "char_start_idx": 13154, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.facebook.com/weheartmusicgroup" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13163, "char_start_idx": 13114, "html_attrs": { "attrs": [ "valign", "width", "style" ], "values": [ "top", "50%", " margin-right: 10px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 13163, "char_start_idx": 13163, "html_attrs": { "attrs": [ "valign" ], "values": [ "center" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 13167, "char_start_idx": 13163, "html_attrs": { "attrs": [ "href" ], "values": [ "http://news.weheartmusic.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 13175, "char_start_idx": 13169, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "https://amzn.to/1ONmdv1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13183, "char_start_idx": 13177, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.flickr.com/photos/weheartmusic/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13192, "char_start_idx": 13185, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.youtube.com/user/successlessness" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13199, "char_start_idx": 13194, "html_attrs": { "attrs": [ "href" ], "values": [ "http://hypem.com/#!/blog/weheartmusic/3306" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13209, "char_start_idx": 13201, "html_attrs": { "attrs": [ "href" ], "values": [ "https://soundcloud.com/weheartmusic" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13210, "char_start_idx": 13163, "html_attrs": { "attrs": [ "valign", "width", "style" ], "values": [ "top", "50%", "padding-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 13210, "char_start_idx": 13114, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "tr" }, { "char_end_idx": 13210, "char_start_idx": 13114, "html_attrs": { "attrs": [ "style", "cellpadding", "border", "cellspacing" ], "values": [ "margin-top:5px;", "0", "0", "0" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "table" }, { "char_end_idx": 13210, "char_start_idx": 13099, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 13210, "char_start_idx": 13210, "html_attrs": { "attrs": [ "rel", "href" ], "values": [ "SHORTCUT ICON", "https://weheartmusic.typepad.com/lovers.ico" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "link" }, { "char_end_idx": 13210, "char_start_idx": 13210, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 13220, "char_start_idx": 13210, "html_attrs": { "attrs": [ "class" ], "values": [ "module-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h2" }, { "char_end_idx": 13224, "char_start_idx": 13221, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 13228, "char_start_idx": 13225, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 13232, "char_start_idx": 13229, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 13236, "char_start_idx": 13233, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 13240, "char_start_idx": 13237, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 13244, "char_start_idx": 13241, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 13248, "char_start_idx": 13245, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 13249, "char_start_idx": 13221, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 13249, "char_start_idx": 13249, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 13250, "char_start_idx": 13249, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/stella-donnelly-at-turf-club-st-paul-30-mar-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 13250, "char_start_idx": 13249, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 13252, "char_start_idx": 13251, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/js-ondara-at-7th-street-entry-minneapolis-29-march-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13252, "char_start_idx": 13251, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13254, "char_start_idx": 13253, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13256, "char_start_idx": 13255, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/ten-fe-at-7th-st-entry-minneapolis-31-march-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13256, "char_start_idx": 13255, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13258, "char_start_idx": 13257, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13260, "char_start_idx": 13259, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/cat-power-at-varsity-theater-minneapolis-01-apr-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13260, "char_start_idx": 13259, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13261, "char_start_idx": 13249, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 13262, "char_start_idx": 13261, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-13-to-april-16-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 13262, "char_start_idx": 13261, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 13264, "char_start_idx": 13263, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13264, "char_start_idx": 13263, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13266, "char_start_idx": 13265, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/ibuypower-fallout-pc-one-month-later.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13266, "char_start_idx": 13265, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13269, "char_start_idx": 13267, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13272, "char_start_idx": 13270, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13275, "char_start_idx": 13273, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/red-white-and-blue-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13275, "char_start_idx": 13273, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13278, "char_start_idx": 13276, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/news-morrissey-cancels-first-six-canadian-2019-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13278, "char_start_idx": 13276, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13279, "char_start_idx": 13261, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 13281, "char_start_idx": 13279, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 13284, "char_start_idx": 13282, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/fitz-and-the-tantrums-at-ncaa-tip-off-tailgate-nicollet-mall-minneapolis-08-april-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13284, "char_start_idx": 13282, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13287, "char_start_idx": 13285, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13290, "char_start_idx": 13288, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/broods-w-bad-sounds-at-amsterdam-bar-and-hall-st-paul-08-april-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13290, "char_start_idx": 13288, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13293, "char_start_idx": 13291, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13296, "char_start_idx": 13294, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13299, "char_start_idx": 13297, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13300, "char_start_idx": 13279, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 13302, "char_start_idx": 13300, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 13305, "char_start_idx": 13303, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13308, "char_start_idx": 13306, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13311, "char_start_idx": 13309, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13314, "char_start_idx": 13312, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13317, "char_start_idx": 13315, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13320, "char_start_idx": 13318, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13321, "char_start_idx": 13300, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 13323, "char_start_idx": 13321, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 13326, "char_start_idx": 13324, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13329, "char_start_idx": 13327, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13330, "char_start_idx": 13330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 13330, "char_start_idx": 13330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 13330, "char_start_idx": 13330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 13330, "char_start_idx": 13330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "td" }, { "char_end_idx": 13330, "char_start_idx": 13321, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 13330, "char_start_idx": 13221, "html_attrs": { "attrs": [ "class", "summary" ], "values": [ "table", "Monthly calendar with links to each day's posts" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 1, "type": "local", "value": "table" }, { "char_end_idx": 13330, "char_start_idx": 13221, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content table-responsive" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 13330, "char_start_idx": 13210, "html_attrs": { "attrs": [ "class" ], "values": [ "module-calendar module" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 13345, "char_start_idx": 13330, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "https://weheartmusic.typepad.com/blog/2019-shows.html", "margin:0;color:#548900;padding:0px0;font-size:14px;text-decoration:none;font-weight:bold;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 13375, "char_start_idx": 13355, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/cat-power-at-varsity-theater-minneapolis-01-apr-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13375, "char_start_idx": 13355, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 13407, "char_start_idx": 13385, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/the-chainsmokers-judah-and-the-lion-at-armory-minneapolis-05-april-2019-photo-gallery.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13430, "char_start_idx": 13417, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/whe-sports-ncaa-fan-fest-and-tip-off-tailgate-minneapolis-2019-april-5-to-8.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13456, "char_start_idx": 13440, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/whe-sports-ncaa-fan-fest-and-tip-off-tailgate-minneapolis-2019-april-5-to-8.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13486, "char_start_idx": 13466, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/katy-perry-zedd-at-armory-minneapolis-for-ncaa-final-four-07-april-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13534, "char_start_idx": 13496, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/fitz-and-the-tantrums-at-ncaa-tip-off-tailgate-nicollet-mall-minneapolis-08-april-2019.html%20" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13563, "char_start_idx": 13544, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/03/minneapolis-april-4-to-april-8-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13595, "char_start_idx": 13573, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/03/minneapolis-april-9-to-april-12-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 13596, "char_start_idx": 13573, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 13631, "char_start_idx": 13605, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/03/minneapolis-april-9-to-april-12-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13667, "char_start_idx": 13640, "html_attrs": { "attrs": [ "href" ], "values": [ "http://turfclub.net/show/2019-04-aldous-harding/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13670, "char_start_idx": 13346, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 13670, "char_start_idx": 13330, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 13690, "char_start_idx": 13670, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "https://weheartmusic.typepad.com/blog/minneapolis", "margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight:bold;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 13706, "char_start_idx": 13692, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 13735, "char_start_idx": 13710, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13735, "char_start_idx": 13707, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 13735, "char_start_idx": 13707, "html_attrs": { "attrs": [ "color" ], "values": [ "red" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "font" }, { "char_end_idx": 13850, "char_start_idx": 13692, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 13864, "char_start_idx": 13850, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 13893, "char_start_idx": 13868, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13893, "char_start_idx": 13865, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 13893, "char_start_idx": 13865, "html_attrs": { "attrs": [ "color" ], "values": [ "red" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "font" }, { "char_end_idx": 13917, "char_start_idx": 13896, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 13940, "char_start_idx": 13920, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 14082, "char_start_idx": 13850, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 14096, "char_start_idx": 14082, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 14125, "char_start_idx": 14100, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 14125, "char_start_idx": 14097, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 14125, "char_start_idx": 14097, "html_attrs": { "attrs": [ "color" ], "values": [ "red" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "font" }, { "char_end_idx": 14151, "char_start_idx": 14128, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 14241, "char_start_idx": 14082, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 14255, "char_start_idx": 14241, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 14276, "char_start_idx": 14259, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 14277, "char_start_idx": 14256, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 14277, "char_start_idx": 14256, "html_attrs": { "attrs": [ "color" ], "values": [ "red" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "font" }, { "char_end_idx": 14418, "char_start_idx": 14241, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 14432, "char_start_idx": 14418, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 14453, "char_start_idx": 14436, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 14481, "char_start_idx": 14457, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 14515, "char_start_idx": 14485, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 14595, "char_start_idx": 14418, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 14609, "char_start_idx": 14595, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 14849, "char_start_idx": 14595, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 14863, "char_start_idx": 14849, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 15019, "char_start_idx": 14849, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 15033, "char_start_idx": 15019, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 15201, "char_start_idx": 15019, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 15215, "char_start_idx": 15201, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 15404, "char_start_idx": 15201, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 15418, "char_start_idx": 15404, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 15451, "char_start_idx": 15422, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/03/haelos-at-fine-line-music-cafe-minneapolis-27-mar-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 15606, "char_start_idx": 15404, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 15620, "char_start_idx": 15606, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 15724, "char_start_idx": 15606, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 15738, "char_start_idx": 15724, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "b" }, { "char_end_idx": 15777, "char_start_idx": 15742, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/02/girls-girls-girls-madeline-kenney-and-flock-of-dimes-courtney-marie-andrews-and-julia-jacklin.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 15816, "char_start_idx": 15724, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left; FONT-FAMILY: arial; font-size:10px; position:relative; width:300px; overflow:hidden; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 15816, "char_start_idx": 13670, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 15828, "char_start_idx": 15816, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "https://weheartmusic.typepad.com/", "margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 15857, "char_start_idx": 15831, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 15858, "char_start_idx": 15831, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 15884, "char_start_idx": 15858, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2018.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 15885, "char_start_idx": 15858, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 15911, "char_start_idx": 15885, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2017.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 15912, "char_start_idx": 15885, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 15938, "char_start_idx": 15912, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2016.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 15939, "char_start_idx": 15912, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 15965, "char_start_idx": 15939, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2015/12/musicians-that-have-died-in-2015.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 15966, "char_start_idx": 15939, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 15989, "char_start_idx": 15966, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/twin-cities-venue-guide.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 15990, "char_start_idx": 15966, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16000, "char_start_idx": 15990, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2018-shows.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16001, "char_start_idx": 15990, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16016, "char_start_idx": 16001, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2017-shows.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16017, "char_start_idx": 16001, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16032, "char_start_idx": 16017, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2016-shows.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16033, "char_start_idx": 16017, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16048, "char_start_idx": 16033, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2015-shows.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16049, "char_start_idx": 16033, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16068, "char_start_idx": 16049, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/rocktober-archive.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16069, "char_start_idx": 16049, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16112, "char_start_idx": 16069, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16113, "char_start_idx": 16069, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16177, "char_start_idx": 16113, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/registered-historical-facts-smiths-and-morrissey-in-pop-culture.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16178, "char_start_idx": 16113, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16198, "char_start_idx": 16178, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/whm-podcast-archive.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16198, "char_start_idx": 16178, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 5px;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16198, "char_start_idx": 15816, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 16199, "char_start_idx": 16198, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #548900;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "font" }, { "char_end_idx": 16202, "char_start_idx": 16200, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/vu/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16203, "char_start_idx": 16198, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "center" }, { "char_end_idx": 16203, "char_start_idx": 16198, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 16210, "char_start_idx": 16203, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "http://adsense.google.com", "margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 16212, "char_start_idx": 16203, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 16219, "char_start_idx": 16212, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0; color: #548900; padding: 0px 0; font-size: 14px; font-weight: bold; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "font" }, { "char_end_idx": 16221, "char_start_idx": 16212, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 16236, "char_start_idx": 16221, "html_attrs": { "attrs": [ "class" ], "values": [ "module-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h2" }, { "char_end_idx": 16240, "char_start_idx": 16237, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html?cid=6a0133f3b98a81970b0240a4a21b6c200b#comment-6a0133f3b98a81970b0240a4a21b6c200b" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 16270, "char_start_idx": 16244, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16271, "char_start_idx": 16237, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 16286, "char_start_idx": 16271, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html?cid=6a0133f3b98a81970b0240a4a1f647200b#comment-6a0133f3b98a81970b0240a4a1f647200b" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16316, "char_start_idx": 16290, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/musicians-who-died-in-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16317, "char_start_idx": 16271, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16320, "char_start_idx": 16317, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47d09bc200d#comment-6a0133f3b98a81970b0240a47d09bc200d" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16368, "char_start_idx": 16324, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16369, "char_start_idx": 16317, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16388, "char_start_idx": 16369, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a45394d0200c#comment-6a0133f3b98a81970b0240a45394d0200c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16436, "char_start_idx": 16392, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16437, "char_start_idx": 16369, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16440, "char_start_idx": 16437, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47c3c08200d#comment-6a0133f3b98a81970b0240a47c3c08200d" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16488, "char_start_idx": 16444, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16489, "char_start_idx": 16437, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16498, "char_start_idx": 16489, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a452fed7200c#comment-6a0133f3b98a81970b0240a452fed7200c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16546, "char_start_idx": 16502, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16547, "char_start_idx": 16489, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16550, "char_start_idx": 16547, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47bc653200d#comment-6a0133f3b98a81970b0240a47bc653200d" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16598, "char_start_idx": 16554, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16599, "char_start_idx": 16547, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16602, "char_start_idx": 16599, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47bc650200d#comment-6a0133f3b98a81970b0240a47bc650200d" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16650, "char_start_idx": 16606, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16651, "char_start_idx": 16599, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16654, "char_start_idx": 16651, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a47bc61c200d#comment-6a0133f3b98a81970b0240a47bc61c200d" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16702, "char_start_idx": 16658, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16703, "char_start_idx": 16651, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16718, "char_start_idx": 16703, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html?cid=6a0133f3b98a81970b0240a4a06755200b#comment-6a0133f3b98a81970b0240a4a06755200b" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 16766, "char_start_idx": 16722, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/morrissey-canceled-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 16767, "char_start_idx": 16703, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 16767, "char_start_idx": 16237, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 16767, "char_start_idx": 16237, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 16767, "char_start_idx": 16221, "html_attrs": { "attrs": [ "class" ], "values": [ "module-recent-comments module" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 16779, "char_start_idx": 16767, "html_attrs": { "attrs": [ "class" ], "values": [ "module-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 16852, "char_start_idx": 16780, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/broods-w-bad-sounds-at-amsterdam-bar-and-hall-st-paul-08-april-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 16852, "char_start_idx": 16780, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 16942, "char_start_idx": 16853, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/fitz-and-the-tantrums-at-ncaa-tip-off-tailgate-nicollet-mall-minneapolis-08-april-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 16942, "char_start_idx": 16853, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17019, "char_start_idx": 16943, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/katy-perry-zedd-at-armory-minneapolis-for-ncaa-final-four-07-april-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17019, "char_start_idx": 16943, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17059, "char_start_idx": 17020, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-21-to-april-26-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17059, "char_start_idx": 17020, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17113, "char_start_idx": 17060, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/news-morrissey-cancels-first-six-canadian-2019-dates.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17113, "char_start_idx": 17060, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17193, "char_start_idx": 17114, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/whe-sports-ncaa-fan-fest-and-tip-off-tailgate-minneapolis-2019-april-5-to-8.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17193, "char_start_idx": 17114, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17284, "char_start_idx": 17194, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/the-chainsmokers-judah-and-the-lion-at-armory-minneapolis-05-april-2019-photo-gallery.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17284, "char_start_idx": 17194, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17310, "char_start_idx": 17285, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/red-white-and-blue-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17310, "char_start_idx": 17285, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17348, "char_start_idx": 17311, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/ibuypower-fallout-pc-one-month-later.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17348, "char_start_idx": 17311, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17388, "char_start_idx": 17349, "html_attrs": { "attrs": [ "href" ], "values": [ "https://weheartmusic.typepad.com/blog/2019/04/minneapolis-april-17-to-april-20-2019.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 17388, "char_start_idx": 17349, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 17389, "char_start_idx": 16780, "html_attrs": { "attrs": [ "class" ], "values": [ "module-list" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 17389, "char_start_idx": 16780, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 17389, "char_start_idx": 16767, "html_attrs": { "attrs": [ "class" ], "values": [ "module-archives module" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 17394, "char_start_idx": 17389, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "https://weheartmusic.typepad.com/blog/links.html", "margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 17420, "char_start_idx": 17397, "html_attrs": { "attrs": [ "href" ], "values": [ "http://movies.weheartmusic.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17440, "char_start_idx": 17424, "html_attrs": { "attrs": [ "href" ], "values": [ "http://george-perez.net/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17454, "char_start_idx": 17443, "html_attrs": { "attrs": [ "style" ], "values": [ "margin: 0; color: #548900; padding: 0px 0; font-size: 14px; text-decoration: none; font-weight: bold; " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "font" }, { "char_end_idx": 17474, "char_start_idx": 17458, "html_attrs": { "attrs": [ "href" ], "values": [ "http://first-avenue.com/calendar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17494, "char_start_idx": 17478, "html_attrs": { "attrs": [ "href" ], "values": [ "http://palacestpaul.com/events/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17515, "char_start_idx": 17498, "html_attrs": { "attrs": [ "href" ], "values": [ "http://finelinemusic.com/events/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17531, "char_start_idx": 17519, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.thecedar.org/listing/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17547, "char_start_idx": 17535, "html_attrs": { "attrs": [ "href" ], "values": [ "http://turfclub.net/shows/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17569, "char_start_idx": 17551, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.varsitytheater.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17590, "char_start_idx": 17573, "html_attrs": { "attrs": [ "href" ], "values": [ "http://skywaytheatre.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17609, "char_start_idx": 17594, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.dakotacooks.com/calendar/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17629, "char_start_idx": 17613, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.icehousempls.com/events/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17656, "char_start_idx": 17633, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.amsterdambarandhall.com/events-new/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17671, "char_start_idx": 17660, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.cabooze.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17687, "char_start_idx": 17675, "html_attrs": { "attrs": [ "href" ], "values": [ "http://mythlive.com/events" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 17688, "char_start_idx": 17389, "html_attrs": { "attrs": [ "class" ], "values": [ "module-custom_html module module-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 17688, "char_start_idx": 13099, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "beta beta-inner", "pkg" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 17688, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "pagebody pagebody-inner", "pkg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 17688, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 17688, "char_start_idx": 17688, "html_attrs": { "attrs": [ "id" ], "values": [ "footer-inner" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 17688, "char_start_idx": 17688, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "footer", "row well col-md-12" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 17688, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "container container-inner", "container pkg" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 17688, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "layout-two-column-right post" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 102, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "« Minneapolis: January 29 to January 31, 2016 | Main | Minneapolis: February 1 to February 3, 2016 »\nF" }, { "char_end_idx": 124, "char_start_idx": 102, "key": "paragraph", "marker": "h2", "type": "local", "value": "riday, 22 January 2016" }, { "char_end_idx": 187, "char_start_idx": 124, "key": "paragraph", "marker": "h3", "type": "local", "value": "\n1349 at Triple Rock Social Club, Minneapolis (20 January 2016)" }, { "char_end_idx": 189, "char_start_idx": 187, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 494, "char_start_idx": 189, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Tour Dates\n01/21/16 Kansas City, MO Riot Room \n01/22/16 Denver, CO Roxy Theatre \n01/27/16 West Hollywood, CA Roxy Theatre \n02/23/16 Perth Amplifier \n02/25/16 Fortitude Valley Crowbar Brisbane \n02/26/16 Marrickville Factory Theatre \n02/27/16 Melbourne Max Watt's \n02/28/16 Wellington, New Zealand Valhalla\n" }, { "char_end_idx": 707, "char_start_idx": 494, "key": "paragraph", "marker": "div", "type": "local", "value": "\nRead More\n1349\nOne of Norway's most premier, underground metal bands, 1349 will be making a stop at The Triple Rock Social Club on Wednesday, January 20th, as part of their \"Chaos Raids USA & Mexico 2016\" tour. …" }, { "char_end_idx": 709, "char_start_idx": 707, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 929, "char_start_idx": 709, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Minnesotans love their beer. They also love their Norwegian black metal. So what do you get when you mix one of the top breweries in the Twin Cities with a true Norwegian black metal band? You get my night last night. \n\n" }, { "char_end_idx": 1536, "char_start_idx": 929, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Surly is, by far, one of the most popular breweries in the Twin Cities. The best part of this brewery? They are a staple in the metal scene up here. Todd Haug, the head brewer, is a huge supporter of live metal music in the Twin Cities. He can be spotted at various shows up here and last night was no exception. He had claimed his spot at the top of the stairs in one of the coveted chairs that are typically reserved for royalty (okay, maybe that's a little over the top but it's hard to get a chair up there unless you are one of the first ones through the door or unless you are a notable person...). \n\n" }, { "char_end_idx": 1904, "char_start_idx": 1536, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "1349 is a Norwegian black metal band all the way from (you guessed it!) Norway. They were here last June but, of course, I had a different show I had to cover so I couldn't make it out to see them. I finally got to see them live last night and they didn't let me down. They were brutal, they were frightening, and they were everything I needed on a Wednesday night. \n\n" }, { "char_end_idx": 1995, "char_start_idx": 1904, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "So what is the connection between this local brewery and the Norwegian black metal band? \n\n" }, { "char_end_idx": 2730, "char_start_idx": 1995, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Surly had a limited time run of a 1349 Black Ale. This beer was brewed in collaboration with Lervig, a Norwegian brewery, and with the members of 1349. How cool is that?! Surly has a beer just for this band from Norway. Okay, maybe you don't think it's that cool but I think it's awesome. I think it's awesome that, even though we are separated by thousands of miles, people still come together just for good beer and good music. That's exactly what last night was. People coming together through the love of good beer and some awesome music. (Unfortunately, they did not have the 1349 beer last night as it was a very limited run last year but there were still plenty of Surly choices on tap and in the can for a discounted price!) \n\n" }, { "char_end_idx": 3190, "char_start_idx": 2730, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Some of the music last night was a bit over my head but some of it was dead on. The show started with local group Pestifere. As much as I loved their music, I loved their singer's hair even more. Talk about the most luscious locks in all the land. Holy cow! But back to their music. It was good and trashy. It was dirty and fast. They were the perfect band to open up this show and I can't wait to see them again... oh and see the singer, Lucas' hair again! \n\n" }, { "char_end_idx": 3980, "char_start_idx": 3190, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Tombs played right before 1349 and they blew me away. They were full of energy and talent (as were all of the other bands who played last night). Their music was probably the most generic metal sounding than any of the other bands. Usually that is a terrible thing. I find it boring and sounding like everything else but Tombs did it right. Even though they were the most generic sounding, you have to think about how extreme the line-up was. So in the end, they really aren't all that generic sounding, they just were last night. Their live show, like I said, was full of energy. I was completely captivated by keyboardist/ backup vocalist Fade Kainer. His screams were extreme and even if you didn't know the music, he made you feel the energy and emotion that he was trying to convey. \n\n" }, { "char_end_idx": 4855, "char_start_idx": 3980, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "The second band to play was Full of Hell. I didn't get it. It is rare that I hear a band and really just don't understand it but that's exactly how I felt about their set. They weren't bad and their singer had more than enough energy to convince me that I liked them even though I didn't get it. They used something called a \"Korg Kaoss Pad\" which is used to play samples. Majority of the samples that Full of Hell used were samples of white noise and obnoxiousness. It was a bit much on my eardrums even with my earplugs in and that's why I didn't understand it. My friend Angel, who I took to the show, even had to run up to the bar after the first song to get earplugs because of the pain. At the same time, when the Kaoss Pad wasn't being used, I completely loved this band in all of their heaviness and chaos-ness (they were chaotic and loud even with the Kaoss Pad). \n\n" }, { "char_end_idx": 5256, "char_start_idx": 4855, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "1349 were the headliners, as they should be. These guys, as I mentioned, are a black metal band from Norway. Everything that you are picturing in your mind right now is exactly what I saw last night. The band members had their faces painted with white and black makeup. They were dressed in all black with their long hair flowing over their instruments (those damn Norwegians and their nice hair!). \n\n" }, { "char_end_idx": 6116, "char_start_idx": 5256, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "The music sounded just as brutal as these guys looked. It was heavy and loud. It was mean and aggressive. Surprisingly, the crowd was fairly calm through majority of their set. Yes, there were some outbreaks of a small mosh pit, but it never lasted. I think people were just in awe of the pure musical talent these guys have. Their drummer is a monster. I couldn't stop watching him. What he plays is not easy, the music is full of some of the fastest blast beats I have ever heard but this drummer was nailing them perfectly and he looked like he was just sitting there waiting for tea time or something! There were no faces of agony, no grunting, hell, I'm pretty sure this guy wasn't even breaking a sweat. It's crazy to see something like that and I envy him for all of his talent. I envy every musician that played last night for their level of talent. \n\n" }, { "char_end_idx": 6366, "char_start_idx": 6116, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Black metal may just sound like noise to majority of people. Full of Hell may have sounded just like noise to me but regardless of your opinion on the type of music that was performed last night, you cannot deny that these guys are super talented. \n\n" }, { "char_end_idx": 6509, "char_start_idx": 6366, "key": "paragraph", "marker": "div", "type": "local", "value": "\n1349 at Triple Rock Social Club, Minneapolis (20 January 2016)\nlangen ([email protected]) ♥ weheartmusic.com ♥ twitter.com/weheartmusic\n" }, { "char_end_idx": 6669, "char_start_idx": 6509, "key": "paragraph", "marker": "div", "type": "local", "value": "Posted by W♥M on Friday, 22 January 2016 at 07:07 PM in 1349, Full of Hell, Langen, Minneapolis, Surly, Tombs, Triple Rock, Triple Rock Social Club | Permalink\n" }, { "char_end_idx": 6670, "char_start_idx": 6669, "key": "paragraph", "marker": "p", "type": "local", "value": "C" }, { "char_end_idx": 6677, "char_start_idx": 6669, "key": "paragraph", "marker": "h3", "type": "local", "value": "Comments" }, { "char_end_idx": 6679, "char_start_idx": 6677, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 6984, "char_start_idx": 6679, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Tour Dates\n01/21/16 Kansas City, MO Riot Room \n01/22/16 Denver, CO Roxy Theatre \n01/27/16 West Hollywood, CA Roxy Theatre \n02/23/16 Perth Amplifier \n02/25/16 Fortitude Valley Crowbar Brisbane \n02/26/16 Marrickville Factory Theatre \n02/27/16 Melbourne Max Watt's \n02/28/16 Wellington, New Zealand Valhalla\n" }, { "char_end_idx": 7197, "char_start_idx": 6984, "key": "paragraph", "marker": "div", "type": "local", "value": "\nRead More\n1349\nOne of Norway's most premier, underground metal bands, 1349 will be making a stop at The Triple Rock Social Club on Wednesday, January 20th, as part of their \"Chaos Raids USA & Mexico 2016\" tour. …" }, { "char_end_idx": 7199, "char_start_idx": 7197, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 7419, "char_start_idx": 7199, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Minnesotans love their beer. They also love their Norwegian black metal. So what do you get when you mix one of the top breweries in the Twin Cities with a true Norwegian black metal band? You get my night last night. \n\n" }, { "char_end_idx": 8026, "char_start_idx": 7419, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Surly is, by far, one of the most popular breweries in the Twin Cities. The best part of this brewery? They are a staple in the metal scene up here. Todd Haug, the head brewer, is a huge supporter of live metal music in the Twin Cities. He can be spotted at various shows up here and last night was no exception. He had claimed his spot at the top of the stairs in one of the coveted chairs that are typically reserved for royalty (okay, maybe that's a little over the top but it's hard to get a chair up there unless you are one of the first ones through the door or unless you are a notable person...). \n\n" }, { "char_end_idx": 8394, "char_start_idx": 8026, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "1349 is a Norwegian black metal band all the way from (you guessed it!) Norway. They were here last June but, of course, I had a different show I had to cover so I couldn't make it out to see them. I finally got to see them live last night and they didn't let me down. They were brutal, they were frightening, and they were everything I needed on a Wednesday night. \n\n" }, { "char_end_idx": 8485, "char_start_idx": 8394, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "So what is the connection between this local brewery and the Norwegian black metal band? \n\n" }, { "char_end_idx": 9220, "char_start_idx": 8485, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Surly had a limited time run of a 1349 Black Ale. This beer was brewed in collaboration with Lervig, a Norwegian brewery, and with the members of 1349. How cool is that?! Surly has a beer just for this band from Norway. Okay, maybe you don't think it's that cool but I think it's awesome. I think it's awesome that, even though we are separated by thousands of miles, people still come together just for good beer and good music. That's exactly what last night was. People coming together through the love of good beer and some awesome music. (Unfortunately, they did not have the 1349 beer last night as it was a very limited run last year but there were still plenty of Surly choices on tap and in the can for a discounted price!) \n\n" }, { "char_end_idx": 9680, "char_start_idx": 9220, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Some of the music last night was a bit over my head but some of it was dead on. The show started with local group Pestifere. As much as I loved their music, I loved their singer's hair even more. Talk about the most luscious locks in all the land. Holy cow! But back to their music. It was good and trashy. It was dirty and fast. They were the perfect band to open up this show and I can't wait to see them again... oh and see the singer, Lucas' hair again! \n\n" }, { "char_end_idx": 10470, "char_start_idx": 9680, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Tombs played right before 1349 and they blew me away. They were full of energy and talent (as were all of the other bands who played last night). Their music was probably the most generic metal sounding than any of the other bands. Usually that is a terrible thing. I find it boring and sounding like everything else but Tombs did it right. Even though they were the most generic sounding, you have to think about how extreme the line-up was. So in the end, they really aren't all that generic sounding, they just were last night. Their live show, like I said, was full of energy. I was completely captivated by keyboardist/ backup vocalist Fade Kainer. His screams were extreme and even if you didn't know the music, he made you feel the energy and emotion that he was trying to convey. \n\n" }, { "char_end_idx": 11345, "char_start_idx": 10470, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "The second band to play was Full of Hell. I didn't get it. It is rare that I hear a band and really just don't understand it but that's exactly how I felt about their set. They weren't bad and their singer had more than enough energy to convince me that I liked them even though I didn't get it. They used something called a \"Korg Kaoss Pad\" which is used to play samples. Majority of the samples that Full of Hell used were samples of white noise and obnoxiousness. It was a bit much on my eardrums even with my earplugs in and that's why I didn't understand it. My friend Angel, who I took to the show, even had to run up to the bar after the first song to get earplugs because of the pain. At the same time, when the Kaoss Pad wasn't being used, I completely loved this band in all of their heaviness and chaos-ness (they were chaotic and loud even with the Kaoss Pad). \n\n" }, { "char_end_idx": 11746, "char_start_idx": 11345, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "1349 were the headliners, as they should be. These guys, as I mentioned, are a black metal band from Norway. Everything that you are picturing in your mind right now is exactly what I saw last night. The band members had their faces painted with white and black makeup. They were dressed in all black with their long hair flowing over their instruments (those damn Norwegians and their nice hair!). \n\n" }, { "char_end_idx": 12606, "char_start_idx": 11746, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "The music sounded just as brutal as these guys looked. It was heavy and loud. It was mean and aggressive. Surprisingly, the crowd was fairly calm through majority of their set. Yes, there were some outbreaks of a small mosh pit, but it never lasted. I think people were just in awe of the pure musical talent these guys have. Their drummer is a monster. I couldn't stop watching him. What he plays is not easy, the music is full of some of the fastest blast beats I have ever heard but this drummer was nailing them perfectly and he looked like he was just sitting there waiting for tea time or something! There were no faces of agony, no grunting, hell, I'm pretty sure this guy wasn't even breaking a sweat. It's crazy to see something like that and I envy him for all of his talent. I envy every musician that played last night for their level of talent. \n\n" }, { "char_end_idx": 12856, "char_start_idx": 12606, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Black metal may just sound like noise to majority of people. Full of Hell may have sounded just like noise to me but regardless of your opinion on the type of music that was performed last night, you cannot deny that these guys are super talented. \n\n" }, { "char_end_idx": 12999, "char_start_idx": 12856, "key": "paragraph", "marker": "div", "type": "local", "value": "\n1349 at Triple Rock Social Club, Minneapolis (20 January 2016)\nlangen ([email protected]) ♥ weheartmusic.com ♥ twitter.com/weheartmusic\n" }, { "char_end_idx": 13099, "char_start_idx": 12999, "key": "paragraph", "marker": "p", "type": "local", "value": "View the entire comment thread.\nPlease enable JavaScript if you would like to comment on this blog.\n" }, { "char_end_idx": 13210, "char_start_idx": 13099, "key": "paragraph", "marker": "div", "type": "local", "value": "\n@weheartmusic\nwe♥music \nemail \nTypepad \nRSS \ntwitter \nfacebook News \namazon \nflickr \nyoutube \nhypem \nsoundcld\n" }, { "char_end_idx": 13220, "char_start_idx": 13210, "key": "paragraph", "marker": "h2", "type": "local", "value": "April 2019" }, { "char_end_idx": 13330, "char_start_idx": 13220, "key": "paragraph", "marker": "div", "type": "local", "value": "\nSun\nMon\nTue\nWed\nThu\nFri\nSat\n1 2 3 4 5 6\n7 8 9 10 11 12 13\n14 15 16 17 18 19 20\n21 22 23 24 25 26 27\n28 29 30\n" }, { "char_end_idx": 13347, "char_start_idx": 13330, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "April 2019 (10)\n\n" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "• 04/01 Cat Power at Varsity \n• 04/05 Chainsmokers at Armory \n• 04/06 NCAA Fan Fest \n• 04/07 Tip-Off Tailgate \n• 04/07 Katy Perry at Armory \n• 04/08 Fitz and the Tantrums at Nicollet Mall \n• 04/08 Broods at Amsterdam \n• 04/09 Durand Jones at 7th St \n• 04/12 Todd Snider at Fitzgerald \n• 04/15 Aldous Harding at Turf Club \n\n" }, { "char_end_idx": 13692, "char_start_idx": 13670, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Upcoming Minneapolis\n\n" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Thu 04/18/2019 \n• Billy Bragg at Fine Line \n• Darlingside at Cedar \n• Tim Heidecker at First Ave \n• Dilly Dally at Turf Club \n• Tonic Sol-fa at Ames Center \n\n" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "paragraph", "marker": "div", "type": "local", "value": "Fri 04/19/2019 \n• Billy Bragg at Fine Line \n• Murlocs at Turf Club \n• Lady Lamb at 7th St \n• Victor Wooten at Dakota \n• Yung Gravy at Varsity \n• Black Violin at Ordway Center \n• Alice In Chains at Armory \n• Dave Simonett at Cedar \n\n" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "paragraph", "marker": "div", "type": "local", "value": "Sat 04/20/2019 \n• Billy Bragg at Fine Line \n• Sasami at Amsterdam Bar \n• Yung Gravy at Varsity \n• Anvil at Turf \n• Ron Trent at 7th St \n• HeRobust at Skyway \n\n" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "paragraph", "marker": "div", "type": "local", "value": "Tue 04/23/2019 \n• Eels at First Ave \n• Shy Girls at 7th St \n• Bea Miller at Amsterdam Bar \n• La Dispute at Fine Line \n• New Sound Underground at Turf \n• Son Volt at First Ave \n\n" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "paragraph", "marker": "div", "type": "local", "value": "Fri 04/26/2019 \n• Priests at 7th St \n• Plot In You at Amsterdam \n• Motionless In White at Skyway \n• Drake White at Varsity \n• Pokey Lafarge at Cedar \n• Terror Jr at Fine Line \n\n" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "paragraph", "marker": "div", "type": "local", "value": "Sat 04/27/2019 \n• Bayonne at 7th Street \n• Goodnight Ritual at Day Block Brewing \n• The Dip at Turf Club \n• Eliza Gilkyson at Cedar \n• Twiddle at Varsity \n• Taking Back Sunday at First Ave \n• Andy Grammer at Armory \n• New Power Generation at Fine Line \n\n" }, { "char_end_idx": 15019, "char_start_idx": 14849, "key": "paragraph", "marker": "div", "type": "local", "value": "Sun 04/28/2019 \n• Black Lips at Fine Line \n• Arturo Sandoval at Dakota Jazz \n• Taking Back Sunday at First Ave \n• Lovelytheband at Varsity \n• Susan Werner at The Cedar \n\n" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "paragraph", "marker": "div", "type": "local", "value": "Tue 04/30/2019 \n• LÉON at Fine Line \n• The Drums at Turf Club \n• Bad Suns at Varsity \n• Foals at First Ave \n• Old Time Relijun at 7th St \n• Lostboycrow and Overstreet at Amsterdam \n\n" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "paragraph", "marker": "div", "type": "local", "value": "Wed 05/01/2019 \n• Delicate Steve at 7th St \n• Kodak Black at Myth \n• Japanese House at Fine Line \n• Strand Of Oaks at Turf Club \n• Neko Case at Fitzgerald \n• Tom Odell at Varsity \n• Cocoa Tea at Cedar \n\n" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "paragraph", "marker": "div", "type": "local", "value": "Thu 05/02/2019 \n• Zoo Animal/Aaron Rice at Turf \n• Knife Knights at Icehouse \n• Neko Case at Fitzgerald \n• Superorganism at First Avenue \n• Bridge City Sinners at 7th St \n• Griffin House at The Cedar \n\n" }, { "char_end_idx": 15724, "char_start_idx": 15606, "key": "paragraph", "marker": "div", "type": "local", "value": "Fri 05/03/2019 \n• Lil Pump at Myth \n• Skating Polly at 7th St \n• Manic Focus at First Avenue \n• Overkill at Varsity \n\n" }, { "char_end_idx": 15816, "char_start_idx": 15724, "key": "paragraph", "marker": "div", "type": "local", "value": "Sat 05/08/2019 \n• Courtney Marie Andrews at Fine Line \n• Andy Black + The Faim at Varsity \n\n" }, { "char_end_idx": 15831, "char_start_idx": 15816, "key": "paragraph", "marker": "li+lf", "type": "local", "value": "W♥M Specials \n\n" }, { "char_end_idx": 15858, "char_start_idx": 15831, "key": "paragraph", "marker": "li+lf", "type": "local", "value": "Musicians Who Died in 2019\n" }, { "char_end_idx": 15885, "char_start_idx": 15858, "key": "paragraph", "marker": "li", "type": "local", "value": "Musicians Who Died in 2018\n" }, { "char_end_idx": 15912, "char_start_idx": 15885, "key": "paragraph", "marker": "li", "type": "local", "value": "Musicians Who Died in 2017\n" }, { "char_end_idx": 15939, "char_start_idx": 15912, "key": "paragraph", "marker": "li", "type": "local", "value": "Musicians Who Died in 2016\n" }, { "char_end_idx": 15966, "char_start_idx": 15939, "key": "paragraph", "marker": "li", "type": "local", "value": "Musicians Who Died in 2015\n" }, { "char_end_idx": 15990, "char_start_idx": 15966, "key": "paragraph", "marker": "li", "type": "local", "value": "Twin Cities Venue Guide\n" }, { "char_end_idx": 16001, "char_start_idx": 15990, "key": "paragraph", "marker": "li", "type": "local", "value": "2018 Shows\n" }, { "char_end_idx": 16017, "char_start_idx": 16001, "key": "paragraph", "marker": "li", "type": "local", "value": "2017: 176 Shows\n" }, { "char_end_idx": 16033, "char_start_idx": 16017, "key": "paragraph", "marker": "li", "type": "local", "value": "2016: 304 Shows\n" }, { "char_end_idx": 16049, "char_start_idx": 16033, "key": "paragraph", "marker": "li", "type": "local", "value": "2015: 346 Shows\n" }, { "char_end_idx": 16069, "char_start_idx": 16049, "key": "paragraph", "marker": "li", "type": "local", "value": "Rocktober 2012-2017\n" }, { "char_end_idx": 16113, "char_start_idx": 16069, "key": "paragraph", "marker": "li", "type": "local", "value": "Every date that Morrissey has ever canceled\n" }, { "char_end_idx": 16178, "char_start_idx": 16113, "key": "paragraph", "marker": "li", "type": "local", "value": "Registered Historical Facts: Smiths and Morrissey in Pop Culture\n" }, { "char_end_idx": 16198, "char_start_idx": 16178, "key": "paragraph", "marker": "div", "type": "local", "value": "W♥M Podcast Archive\n" }, { "char_end_idx": 16203, "char_start_idx": 16198, "key": "paragraph", "marker": "div", "type": "local", "value": "🤴 Vu\n" }, { "char_end_idx": 16212, "char_start_idx": 16203, "key": "paragraph", "marker": "div", "type": "local", "value": "AdSense\n\n" }, { "char_end_idx": 16221, "char_start_idx": 16212, "key": "paragraph", "marker": "div", "type": "local", "value": "Podcast \n" }, { "char_end_idx": 16236, "char_start_idx": 16221, "key": "paragraph", "marker": "h2", "type": "local", "value": "Recent Comments" }, { "char_end_idx": 16271, "char_start_idx": 16236, "key": "paragraph", "marker": "li", "type": "local", "value": "\nW♥M on Musicians who died in 2019\n" }, { "char_end_idx": 16317, "char_start_idx": 16271, "key": "paragraph", "marker": "li", "type": "local", "value": "Russell Lichter on Musicians who died in 2019\n" }, { "char_end_idx": 16369, "char_start_idx": 16317, "key": "paragraph", "marker": "li", "type": "local", "value": "W♥M on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16437, "char_start_idx": 16369, "key": "paragraph", "marker": "li", "type": "local", "value": "Lubertus Humberpuss on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16489, "char_start_idx": 16437, "key": "paragraph", "marker": "li", "type": "local", "value": "W♥M on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16547, "char_start_idx": 16489, "key": "paragraph", "marker": "li", "type": "local", "value": "TurdBurgs on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16599, "char_start_idx": 16547, "key": "paragraph", "marker": "li", "type": "local", "value": "W♥M on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16651, "char_start_idx": 16599, "key": "paragraph", "marker": "li", "type": "local", "value": "W♥M on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16703, "char_start_idx": 16651, "key": "paragraph", "marker": "li", "type": "local", "value": "W♥M on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16767, "char_start_idx": 16703, "key": "paragraph", "marker": "div", "type": "local", "value": "Beautifulpigeon on Every date that Morrissey has ever cancelled\n" }, { "char_end_idx": 16779, "char_start_idx": 16767, "key": "paragraph", "marker": "h2", "type": "local", "value": "Recent Posts" }, { "char_end_idx": 16852, "char_start_idx": 16779, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBroods w/ Bad Sounds at Amsterdam Bar and Hall, St. Paul (08 April 2019)" }, { "char_end_idx": 16942, "char_start_idx": 16852, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFitz and the Tantrums at NCAA Tip-Off Tailgate, Nicollet Mall Minneapolis (08 April 2019)" }, { "char_end_idx": 17019, "char_start_idx": 16942, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKaty Perry / Zedd at Armory, Minneapolis for NCAA Final Four (07 April 2019)" }, { "char_end_idx": 17059, "char_start_idx": 17019, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMinneapolis: April 21 to April 26, 2019" }, { "char_end_idx": 17113, "char_start_idx": 17059, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNews: Morrissey Cancels First Six Canadian 2019 Dates" }, { "char_end_idx": 17193, "char_start_idx": 17113, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWe♥Sports: NCAA Fan Fest and Tip-Off Tailgate - Minneapolis (2019-April 5 to 8)" }, { "char_end_idx": 17284, "char_start_idx": 17193, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Chainsmokers / Judah and the Lion at Armory, Minneapolis (05 April 2019) Photo Gallery" }, { "char_end_idx": 17310, "char_start_idx": 17284, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRed, White, and Blue 2019" }, { "char_end_idx": 17348, "char_start_idx": 17310, "key": "paragraph", "marker": "li", "type": "local", "value": "\niBuyPower Fallout PC: One Month Later" }, { "char_end_idx": 17388, "char_start_idx": 17348, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMinneapolis: April 17 to April 20, 2019" }, { "char_end_idx": 17389, "char_start_idx": 17388, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 17443, "char_start_idx": 17389, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Links\n• movies.weheartmusic.com \n• george-perez.net \n\n" }, { "char_end_idx": 17688, "char_start_idx": 17443, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Minneapolis \n• first-avenue.com \n• palacestpaul.com \n• finelinemusic.com \n• thecedar.org \n• turfclub.net \n• varsitytheater.com \n• skywaytheatre.com \n• dakotacooks.com \n• icehousempls.com \n• amsterdambarandhall.com \n• cabooze.com \n• mythlive.com\n" } ]
[]
[ { "key": "title", "type": "global", "value": "1349 at Triple Rock Social Club, Minneapolis (20 January 2016) - W♥M" } ]
[ { "key": "url", "type": "global", "value": "https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html" } ]
[]
« Minneapolis: January 29 to January 31, 2016 | Main | Minneapolis: February 1 to February 3, 2016 » Friday, 22 January 2016 1349 at Triple Rock Social Club, Minneapolis (20 January 2016) Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal bands, 1349 will be making a stop at The Triple Rock Social Club on Wednesday, January 20th, as part of their "Chaos Raids USA & Mexico 2016" tour. … Minnesotans love their beer. They also love their Norwegian black metal. So what do you get when you mix one of the top breweries in the Twin Cities with a true Norwegian black metal band? You get my night last night. Surly is, by far, one of the most popular breweries in the Twin Cities. The best part of this brewery? They are a staple in the metal scene up here. Todd Haug, the head brewer, is a huge supporter of live metal music in the Twin Cities. He can be spotted at various shows up here and last night was no exception. He had claimed his spot at the top of the stairs in one of the coveted chairs that are typically reserved for royalty (okay, maybe that's a little over the top but it's hard to get a chair up there unless you are one of the first ones through the door or unless you are a notable person...). 1349 is a Norwegian black metal band all the way from (you guessed it!) Norway. They were here last June but, of course, I had a different show I had to cover so I couldn't make it out to see them. I finally got to see them live last night and they didn't let me down. They were brutal, they were frightening, and they were everything I needed on a Wednesday night. So what is the connection between this local brewery and the Norwegian black metal band? Surly had a limited time run of a 1349 Black Ale. This beer was brewed in collaboration with Lervig, a Norwegian brewery, and with the members of 1349. How cool is that?! Surly has a beer just for this band from Norway. Okay, maybe you don't think it's that cool but I think it's awesome. I think it's awesome that, even though we are separated by thousands of miles, people still come together just for good beer and good music. That's exactly what last night was. People coming together through the love of good beer and some awesome music. (Unfortunately, they did not have the 1349 beer last night as it was a very limited run last year but there were still plenty of Surly choices on tap and in the can for a discounted price!) Some of the music last night was a bit over my head but some of it was dead on. The show started with local group Pestifere. As much as I loved their music, I loved their singer's hair even more. Talk about the most luscious locks in all the land. Holy cow! But back to their music. It was good and trashy. It was dirty and fast. They were the perfect band to open up this show and I can't wait to see them again... oh and see the singer, Lucas' hair again! Tombs played right before 1349 and they blew me away. They were full of energy and talent (as were all of the other bands who played last night). Their music was probably the most generic metal sounding than any of the other bands. Usually that is a terrible thing. I find it boring and sounding like everything else but Tombs did it right. Even though they were the most generic sounding, you have to think about how extreme the line-up was. So in the end, they really aren't all that generic sounding, they just were last night. Their live show, like I said, was full of energy. I was completely captivated by keyboardist/ backup vocalist Fade Kainer. His screams were extreme and even if you didn't know the music, he made you feel the energy and emotion that he was trying to convey. The second band to play was Full of Hell. I didn't get it. It is rare that I hear a band and really just don't understand it but that's exactly how I felt about their set. They weren't bad and their singer had more than enough energy to convince me that I liked them even though I didn't get it. They used something called a "Korg Kaoss Pad" which is used to play samples. Majority of the samples that Full of Hell used were samples of white noise and obnoxiousness. It was a bit much on my eardrums even with my earplugs in and that's why I didn't understand it. My friend Angel, who I took to the show, even had to run up to the bar after the first song to get earplugs because of the pain. At the same time, when the Kaoss Pad wasn't being used, I completely loved this band in all of their heaviness and chaos-ness (they were chaotic and loud even with the Kaoss Pad). 1349 were the headliners, as they should be. These guys, as I mentioned, are a black metal band from Norway. Everything that you are picturing in your mind right now is exactly what I saw last night. The band members had their faces painted with white and black makeup. They were dressed in all black with their long hair flowing over their instruments (those damn Norwegians and their nice hair!). The music sounded just as brutal as these guys looked. It was heavy and loud. It was mean and aggressive. Surprisingly, the crowd was fairly calm through majority of their set. Yes, there were some outbreaks of a small mosh pit, but it never lasted. I think people were just in awe of the pure musical talent these guys have. Their drummer is a monster. I couldn't stop watching him. What he plays is not easy, the music is full of some of the fastest blast beats I have ever heard but this drummer was nailing them perfectly and he looked like he was just sitting there waiting for tea time or something! There were no faces of agony, no grunting, hell, I'm pretty sure this guy wasn't even breaking a sweat. It's crazy to see something like that and I envy him for all of his talent. I envy every musician that played last night for their level of talent. Black metal may just sound like noise to majority of people. Full of Hell may have sounded just like noise to me but regardless of your opinion on the type of music that was performed last night, you cannot deny that these guys are super talented. 1349 at Triple Rock Social Club, Minneapolis (20 January 2016) langen ([email protected]) ♥ weheartmusic.com ♥ twitter.com/weheartmusic Posted by W♥M on Friday, 22 January 2016 at 07:07 PM in 1349, Full of Hell, Langen, Minneapolis, Surly, Tombs, Triple Rock, Triple Rock Social Club | Permalink Comments Tour Dates 01/21/16 Kansas City, MO Riot Room 01/22/16 Denver, CO Roxy Theatre 01/27/16 West Hollywood, CA Roxy Theatre 02/23/16 Perth Amplifier 02/25/16 Fortitude Valley Crowbar Brisbane 02/26/16 Marrickville Factory Theatre 02/27/16 Melbourne Max Watt's 02/28/16 Wellington, New Zealand Valhalla Read More 1349 One of Norway's most premier, underground metal bands, 1349 will be making a stop at The Triple Rock Social Club on Wednesday, January 20th, as part of their "Chaos Raids USA & Mexico 2016" tour. … Minnesotans love their beer. They also love their Norwegian black metal. So what do you get when you mix one of the top breweries in the Twin Cities with a true Norwegian black metal band? You get my night last night. Surly is, by far, one of the most popular breweries in the Twin Cities. The best part of this brewery? They are a staple in the metal scene up here. Todd Haug, the head brewer, is a huge supporter of live metal music in the Twin Cities. He can be spotted at various shows up here and last night was no exception. He had claimed his spot at the top of the stairs in one of the coveted chairs that are typically reserved for royalty (okay, maybe that's a little over the top but it's hard to get a chair up there unless you are one of the first ones through the door or unless you are a notable person...). 1349 is a Norwegian black metal band all the way from (you guessed it!) Norway. They were here last June but, of course, I had a different show I had to cover so I couldn't make it out to see them. I finally got to see them live last night and they didn't let me down. They were brutal, they were frightening, and they were everything I needed on a Wednesday night. So what is the connection between this local brewery and the Norwegian black metal band? Surly had a limited time run of a 1349 Black Ale. This beer was brewed in collaboration with Lervig, a Norwegian brewery, and with the members of 1349. How cool is that?! Surly has a beer just for this band from Norway. Okay, maybe you don't think it's that cool but I think it's awesome. I think it's awesome that, even though we are separated by thousands of miles, people still come together just for good beer and good music. That's exactly what last night was. People coming together through the love of good beer and some awesome music. (Unfortunately, they did not have the 1349 beer last night as it was a very limited run last year but there were still plenty of Surly choices on tap and in the can for a discounted price!) Some of the music last night was a bit over my head but some of it was dead on. The show started with local group Pestifere. As much as I loved their music, I loved their singer's hair even more. Talk about the most luscious locks in all the land. Holy cow! But back to their music. It was good and trashy. It was dirty and fast. They were the perfect band to open up this show and I can't wait to see them again... oh and see the singer, Lucas' hair again! Tombs played right before 1349 and they blew me away. They were full of energy and talent (as were all of the other bands who played last night). Their music was probably the most generic metal sounding than any of the other bands. Usually that is a terrible thing. I find it boring and sounding like everything else but Tombs did it right. Even though they were the most generic sounding, you have to think about how extreme the line-up was. So in the end, they really aren't all that generic sounding, they just were last night. Their live show, like I said, was full of energy. I was completely captivated by keyboardist/ backup vocalist Fade Kainer. His screams were extreme and even if you didn't know the music, he made you feel the energy and emotion that he was trying to convey. The second band to play was Full of Hell. I didn't get it. It is rare that I hear a band and really just don't understand it but that's exactly how I felt about their set. They weren't bad and their singer had more than enough energy to convince me that I liked them even though I didn't get it. They used something called a "Korg Kaoss Pad" which is used to play samples. Majority of the samples that Full of Hell used were samples of white noise and obnoxiousness. It was a bit much on my eardrums even with my earplugs in and that's why I didn't understand it. My friend Angel, who I took to the show, even had to run up to the bar after the first song to get earplugs because of the pain. At the same time, when the Kaoss Pad wasn't being used, I completely loved this band in all of their heaviness and chaos-ness (they were chaotic and loud even with the Kaoss Pad). 1349 were the headliners, as they should be. These guys, as I mentioned, are a black metal band from Norway. Everything that you are picturing in your mind right now is exactly what I saw last night. The band members had their faces painted with white and black makeup. They were dressed in all black with their long hair flowing over their instruments (those damn Norwegians and their nice hair!). The music sounded just as brutal as these guys looked. It was heavy and loud. It was mean and aggressive. Surprisingly, the crowd was fairly calm through majority of their set. Yes, there were some outbreaks of a small mosh pit, but it never lasted. I think people were just in awe of the pure musical talent these guys have. Their drummer is a monster. I couldn't stop watching him. What he plays is not easy, the music is full of some of the fastest blast beats I have ever heard but this drummer was nailing them perfectly and he looked like he was just sitting there waiting for tea time or something! There were no faces of agony, no grunting, hell, I'm pretty sure this guy wasn't even breaking a sweat. It's crazy to see something like that and I envy him for all of his talent. I envy every musician that played last night for their level of talent. Black metal may just sound like noise to majority of people. Full of Hell may have sounded just like noise to me but regardless of your opinion on the type of music that was performed last night, you cannot deny that these guys are super talented. 1349 at Triple Rock Social Club, Minneapolis (20 January 2016) langen ([email protected]) ♥ weheartmusic.com ♥ twitter.com/weheartmusic View the entire comment thread. Please enable JavaScript if you would like to comment on this blog. @weheartmusic we♥music email Typepad RSS twitter facebook News amazon flickr youtube hypem soundcld April 2019 Sun Mon Tue Wed Thu Fri Sat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 April 2019 (10) • 04/01 Cat Power at Varsity • 04/05 Chainsmokers at Armory • 04/06 NCAA Fan Fest • 04/07 Tip-Off Tailgate • 04/07 Katy Perry at Armory • 04/08 Fitz and the Tantrums at Nicollet Mall • 04/08 Broods at Amsterdam • 04/09 Durand Jones at 7th St • 04/12 Todd Snider at Fitzgerald • 04/15 Aldous Harding at Turf Club Upcoming Minneapolis Thu 04/18/2019 • Billy Bragg at Fine Line • Darlingside at Cedar • Tim Heidecker at First Ave • Dilly Dally at Turf Club • Tonic Sol-fa at Ames Center Fri 04/19/2019 • Billy Bragg at Fine Line • Murlocs at Turf Club • Lady Lamb at 7th St • Victor Wooten at Dakota • Yung Gravy at Varsity • Black Violin at Ordway Center • Alice In Chains at Armory • Dave Simonett at Cedar Sat 04/20/2019 • Billy Bragg at Fine Line • Sasami at Amsterdam Bar • Yung Gravy at Varsity • Anvil at Turf • Ron Trent at 7th St • HeRobust at Skyway Tue 04/23/2019 • Eels at First Ave • Shy Girls at 7th St • Bea Miller at Amsterdam Bar • La Dispute at Fine Line • New Sound Underground at Turf • Son Volt at First Ave Fri 04/26/2019 • Priests at 7th St • Plot In You at Amsterdam • Motionless In White at Skyway • Drake White at Varsity • Pokey Lafarge at Cedar • Terror Jr at Fine Line Sat 04/27/2019 • Bayonne at 7th Street • Goodnight Ritual at Day Block Brewing • The Dip at Turf Club • Eliza Gilkyson at Cedar • Twiddle at Varsity • Taking Back Sunday at First Ave • Andy Grammer at Armory • New Power Generation at Fine Line Sun 04/28/2019 • Black Lips at Fine Line • Arturo Sandoval at Dakota Jazz • Taking Back Sunday at First Ave • Lovelytheband at Varsity • Susan Werner at The Cedar Tue 04/30/2019 • LÉON at Fine Line • The Drums at Turf Club • Bad Suns at Varsity • Foals at First Ave • Old Time Relijun at 7th St • Lostboycrow and Overstreet at Amsterdam Wed 05/01/2019 • Delicate Steve at 7th St • Kodak Black at Myth • Japanese House at Fine Line • Strand Of Oaks at Turf Club • Neko Case at Fitzgerald • Tom Odell at Varsity • Cocoa Tea at Cedar Thu 05/02/2019 • Zoo Animal/Aaron Rice at Turf • Knife Knights at Icehouse • Neko Case at Fitzgerald • Superorganism at First Avenue • Bridge City Sinners at 7th St • Griffin House at The Cedar Fri 05/03/2019 • Lil Pump at Myth • Skating Polly at 7th St • Manic Focus at First Avenue • Overkill at Varsity Sat 05/08/2019 • Courtney Marie Andrews at Fine Line • Andy Black + The Faim at Varsity W♥M Specials Musicians Who Died in 2019 Musicians Who Died in 2018 Musicians Who Died in 2017 Musicians Who Died in 2016 Musicians Who Died in 2015 Twin Cities Venue Guide 2018 Shows 2017: 176 Shows 2016: 304 Shows 2015: 346 Shows Rocktober 2012-2017 Every date that Morrissey has ever canceled Registered Historical Facts: Smiths and Morrissey in Pop Culture W♥M Podcast Archive 🤴 Vu AdSense Podcast Recent Comments W♥M on Musicians who died in 2019 Russell Lichter on Musicians who died in 2019 W♥M on Every date that Morrissey has ever cancelled Lubertus Humberpuss on Every date that Morrissey has ever cancelled W♥M on Every date that Morrissey has ever cancelled TurdBurgs on Every date that Morrissey has ever cancelled W♥M on Every date that Morrissey has ever cancelled W♥M on Every date that Morrissey has ever cancelled W♥M on Every date that Morrissey has ever cancelled Beautifulpigeon on Every date that Morrissey has ever cancelled Recent Posts Broods w/ Bad Sounds at Amsterdam Bar and Hall, St. Paul (08 April 2019) Fitz and the Tantrums at NCAA Tip-Off Tailgate, Nicollet Mall Minneapolis (08 April 2019) Katy Perry / Zedd at Armory, Minneapolis for NCAA Final Four (07 April 2019) Minneapolis: April 21 to April 26, 2019 News: Morrissey Cancels First Six Canadian 2019 Dates We♥Sports: NCAA Fan Fest and Tip-Off Tailgate - Minneapolis (2019-April 5 to 8) The Chainsmokers / Judah and the Lion at Armory, Minneapolis (05 April 2019) Photo Gallery Red, White, and Blue 2019 iBuyPower Fallout PC: One Month Later Minneapolis: April 17 to April 20, 2019 Links • movies.weheartmusic.com • george-perez.net Minneapolis • first-avenue.com • palacestpaul.com • finelinemusic.com • thecedar.org • turfclub.net • varsitytheater.com • skywaytheatre.com • dakotacooks.com • icehousempls.com • amsterdambarandhall.com • cabooze.com • mythlive.com
https://weheartmusic.typepad.com/blog/2016/01/1349-at-triple-rock-social-club-minneapolis-20-january-2016.html
[ { "char_end_idx": 13, "char_start_idx": 2, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 66, "char_start_idx": 55, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 156, "char_start_idx": 133, "key": "entity", "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 169, "char_start_idx": 158, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 199, "char_start_idx": 189, "key": "entity", "type": "local", "value": "Blond_Ambition_World_Tour" }, { "char_end_idx": 220, "char_start_idx": 209, "key": "entity", "type": "local", "value": "Kansas_City,_Missouri" }, { "char_end_idx": 251, "char_start_idx": 245, "key": "entity", "type": "local", "value": "Denver" }, { "char_end_idx": 293, "char_start_idx": 279, "key": "entity", "type": "local", "value": "West_Hollywood,_California" }, { "char_end_idx": 471, "char_start_idx": 461, "key": "entity", "type": "local", "value": "Wellington" }, { "char_end_idx": 523, "char_start_idx": 517, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 720, "char_start_idx": 709, "key": "entity", "type": "local", "value": "Minnesota" }, { "char_end_idx": 768, "char_start_idx": 759, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 857, "char_start_idx": 846, "key": "entity", "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 879, "char_start_idx": 870, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 999, "char_start_idx": 988, "key": "entity", "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 1164, "char_start_idx": 1153, "key": "entity", "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 1555, "char_start_idx": 1546, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 1614, "char_start_idx": 1608, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 1974, "char_start_idx": 1965, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 2000, "char_start_idx": 1995, "key": "entity", "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 2043, "char_start_idx": 2034, "key": "entity", "type": "local", "value": "Ale" }, { "char_end_idx": 2094, "char_start_idx": 2088, "key": "entity", "type": "local", "value": "Lervig_Aktiebryggeri" }, { "char_end_idx": 2107, "char_start_idx": 2098, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 2171, "char_start_idx": 2166, "key": "entity", "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 2213, "char_start_idx": 2207, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 3175, "char_start_idx": 3169, "key": "entity", "type": "local", "value": "Frank_Lucas" }, { "char_end_idx": 3195, "char_start_idx": 3190, "key": "entity", "type": "local", "value": "Tomb" }, { "char_end_idx": 3516, "char_start_idx": 3511, "key": "entity", "type": "local", "value": "The_Tombs" }, { "char_end_idx": 4020, "char_start_idx": 4008, "key": "entity", "type": "local", "value": "Full_of_Hell_(album)" }, { "char_end_idx": 4320, "char_start_idx": 4306, "key": "entity", "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 4394, "char_start_idx": 4382, "key": "entity", "type": "local", "value": "Full_of_Hell_(album)" }, { "char_end_idx": 4559, "char_start_idx": 4554, "key": "entity", "type": "local", "value": "Angel_(1999_TV_series)" }, { "char_end_idx": 4709, "char_start_idx": 4700, "key": "entity", "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 4850, "char_start_idx": 4841, "key": "entity", "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 4962, "char_start_idx": 4956, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 5230, "char_start_idx": 5220, "key": "entity", "type": "local", "value": "Norwegians" }, { "char_end_idx": 6189, "char_start_idx": 6185, "key": "entity", "type": "local", "value": "Hell" }, { "char_end_idx": 6398, "char_start_idx": 6375, "key": "entity", "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 6411, "char_start_idx": 6400, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 6583, "char_start_idx": 6571, "key": "entity", "type": "local", "value": "Full_of_Hell_(band)" }, { "char_end_idx": 6591, "char_start_idx": 6585, "key": "entity", "type": "local", "value": "Langen,_Hesse" }, { "char_end_idx": 6604, "char_start_idx": 6593, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 6611, "char_start_idx": 6606, "key": "entity", "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 6618, "char_start_idx": 6613, "key": "entity", "type": "local", "value": "The_Tombs" }, { "char_end_idx": 6631, "char_start_idx": 6620, "key": "entity", "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 6656, "char_start_idx": 6633, "key": "entity", "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 6689, "char_start_idx": 6679, "key": "entity", "type": "local", "value": "Blond_Ambition_World_Tour" }, { "char_end_idx": 6710, "char_start_idx": 6699, "key": "entity", "type": "local", "value": "Kansas_City,_Missouri" }, { "char_end_idx": 6741, "char_start_idx": 6735, "key": "entity", "type": "local", "value": "Denver" }, { "char_end_idx": 6783, "char_start_idx": 6769, "key": "entity", "type": "local", "value": "West_Hollywood,_California" }, { "char_end_idx": 6961, "char_start_idx": 6951, "key": "entity", "type": "local", "value": "Wellington" }, { "char_end_idx": 7013, "char_start_idx": 7007, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 7210, "char_start_idx": 7199, "key": "entity", "type": "local", "value": "Minnesota" }, { "char_end_idx": 7258, "char_start_idx": 7249, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 7347, "char_start_idx": 7336, "key": "entity", "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 7369, "char_start_idx": 7360, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 7489, "char_start_idx": 7478, "key": "entity", "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 7654, "char_start_idx": 7643, "key": "entity", "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 8045, "char_start_idx": 8036, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 8104, "char_start_idx": 8098, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 8464, "char_start_idx": 8455, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 8490, "char_start_idx": 8485, "key": "entity", "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 8533, "char_start_idx": 8524, "key": "entity", "type": "local", "value": "Ale" }, { "char_end_idx": 8584, "char_start_idx": 8578, "key": "entity", "type": "local", "value": "Lervig_Aktiebryggeri" }, { "char_end_idx": 8597, "char_start_idx": 8588, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 8661, "char_start_idx": 8656, "key": "entity", "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 8703, "char_start_idx": 8697, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 9665, "char_start_idx": 9659, "key": "entity", "type": "local", "value": "Frank_Lucas" }, { "char_end_idx": 9685, "char_start_idx": 9680, "key": "entity", "type": "local", "value": "Tomb" }, { "char_end_idx": 10006, "char_start_idx": 10001, "key": "entity", "type": "local", "value": "The_Tombs" }, { "char_end_idx": 10510, "char_start_idx": 10498, "key": "entity", "type": "local", "value": "Full_of_Hell_(album)" }, { "char_end_idx": 10810, "char_start_idx": 10796, "key": "entity", "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 10884, "char_start_idx": 10872, "key": "entity", "type": "local", "value": "Full_of_Hell_(album)" }, { "char_end_idx": 11049, "char_start_idx": 11044, "key": "entity", "type": "local", "value": "Angel_(1999_TV_series)" }, { "char_end_idx": 11199, "char_start_idx": 11190, "key": "entity", "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 11340, "char_start_idx": 11331, "key": "entity", "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 11452, "char_start_idx": 11446, "key": "entity", "type": "local", "value": "Norway" }, { "char_end_idx": 11720, "char_start_idx": 11710, "key": "entity", "type": "local", "value": "Norwegians" }, { "char_end_idx": 12679, "char_start_idx": 12675, "key": "entity", "type": "local", "value": "Hell" }, { "char_end_idx": 12888, "char_start_idx": 12865, "key": "entity", "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 12901, "char_start_idx": 12890, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 13055, "char_start_idx": 13045, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 13364, "char_start_idx": 13355, "key": "entity", "type": "local", "value": "Cat_Power" }, { "char_end_idx": 13375, "char_start_idx": 13368, "key": "entity", "type": "local", "value": "Varsity_(Cambridge)" }, { "char_end_idx": 13407, "char_start_idx": 13401, "key": "entity", "type": "local", "value": "San_Francisco_Armory" }, { "char_end_idx": 13476, "char_start_idx": 13466, "key": "entity", "type": "local", "value": "Katy_Perry" }, { "char_end_idx": 13486, "char_start_idx": 13480, "key": "entity", "type": "local", "value": "San_Francisco_Armory" }, { "char_end_idx": 13500, "char_start_idx": 13496, "key": "entity", "type": "local", "value": "FitzGerald_dynasty" }, { "char_end_idx": 13534, "char_start_idx": 13521, "key": "entity", "type": "local", "value": "Nicollet_Mall" }, { "char_end_idx": 13563, "char_start_idx": 13554, "key": "entity", "type": "local", "value": "Amsterdam" }, { "char_end_idx": 13616, "char_start_idx": 13605, "key": "entity", "type": "local", "value": "Todd_Snider" }, { "char_end_idx": 13630, "char_start_idx": 13620, "key": "entity", "type": "local", "value": "Larry_Fitzgerald" }, { "char_end_idx": 13654, "char_start_idx": 13640, "key": "entity", "type": "local", "value": "Aldous_Harding" }, { "char_end_idx": 13667, "char_start_idx": 13658, "key": "entity", "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 13690, "char_start_idx": 13679, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 13721, "char_start_idx": 13710, "key": "entity", "type": "local", "value": "Billy_Bragg" }, { "char_end_idx": 13734, "char_start_idx": 13725, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 13749, "char_start_idx": 13738, "key": "entity", "type": "local", "value": "Darlingside" }, { "char_end_idx": 13758, "char_start_idx": 13753, "key": "entity", "type": "local", "value": "Cedar_County,_Iowa" }, { "char_end_idx": 13775, "char_start_idx": 13762, "key": "entity", "type": "local", "value": "Tim_Heidecker" }, { "char_end_idx": 13788, "char_start_idx": 13779, "key": "entity", "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 13803, "char_start_idx": 13792, "key": "entity", "type": "local", "value": "Dilly_Dally" }, { "char_end_idx": 13816, "char_start_idx": 13807, "key": "entity", "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 13847, "char_start_idx": 13836, "key": "entity", "type": "local", "value": "Ames_Center" }, { "char_end_idx": 13879, "char_start_idx": 13868, "key": "entity", "type": "local", "value": "Billy_Bragg" }, { "char_end_idx": 13892, "char_start_idx": 13883, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 13903, "char_start_idx": 13896, "key": "entity", "type": "local", "value": "Races_and_factions_of_Warcraft" }, { "char_end_idx": 13916, "char_start_idx": 13907, "key": "entity", "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 13929, "char_start_idx": 13920, "key": "entity", "type": "local", "value": "Lady_Lamb" }, { "char_end_idx": 13956, "char_start_idx": 13943, "key": "entity", "type": "local", "value": "Victor_Wooten" }, { "char_end_idx": 13966, "char_start_idx": 13960, "key": "entity", "type": "local", "value": "The_Dakota" }, { "char_end_idx": 13980, "char_start_idx": 13970, "key": "entity", "type": "local", "value": "Yung_Gravy" }, { "char_end_idx": 13991, "char_start_idx": 13984, "key": "entity", "type": "local", "value": "Varsity_(Cambridge)" }, { "char_end_idx": 14007, "char_start_idx": 13995, "key": "entity", "type": "local", "value": "Black_Violin" }, { "char_end_idx": 14024, "char_start_idx": 14011, "key": "entity", "type": "local", "value": "Ordway_Center_for_the_Performing_Arts" }, { "char_end_idx": 14043, "char_start_idx": 14028, "key": "entity", "type": "local", "value": "Alice_in_Chains" }, { "char_end_idx": 14053, "char_start_idx": 14047, "key": "entity", "type": "local", "value": "Arsenal" }, { "char_end_idx": 14079, "char_start_idx": 14074, "key": "entity", "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 14111, "char_start_idx": 14100, "key": "entity", "type": "local", "value": "Billy_Bragg" }, { "char_end_idx": 14124, "char_start_idx": 14115, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14134, "char_start_idx": 14128, "key": "entity", "type": "local", "value": "Sasami_(album)" }, { "char_end_idx": 14165, "char_start_idx": 14155, "key": "entity", "type": "local", "value": "Yung_Gravy" }, { "char_end_idx": 14176, "char_start_idx": 14169, "key": "entity", "type": "local", "value": "Varsity_(Cambridge)" }, { "char_end_idx": 14185, "char_start_idx": 14180, "key": "entity", "type": "local", "value": "Anvil_(band)" }, { "char_end_idx": 14193, "char_start_idx": 14189, "key": "entity", "type": "local", "value": "Breeders'_Cup_Turf" }, { "char_end_idx": 14206, "char_start_idx": 14197, "key": "entity", "type": "local", "value": "Ron_Trent" }, { "char_end_idx": 14228, "char_start_idx": 14220, "key": "entity", "type": "local", "value": "Herobust" }, { "char_end_idx": 14238, "char_start_idx": 14232, "key": "entity", "type": "local", "value": "Skyway" }, { "char_end_idx": 14263, "char_start_idx": 14259, "key": "entity", "type": "local", "value": "Eels_(band)" }, { "char_end_idx": 14276, "char_start_idx": 14267, "key": "entity", "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 14313, "char_start_idx": 14303, "key": "entity", "type": "local", "value": "Bea_Miller" }, { "char_end_idx": 14344, "char_start_idx": 14334, "key": "entity", "type": "local", "value": "La_Dispute_(band)" }, { "char_end_idx": 14357, "char_start_idx": 14348, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14390, "char_start_idx": 14386, "key": "entity", "type": "local", "value": "Breeders'_Cup_Turf" }, { "char_end_idx": 14402, "char_start_idx": 14394, "key": "entity", "type": "local", "value": "Son_Volt" }, { "char_end_idx": 14415, "char_start_idx": 14406, "key": "entity", "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 14481, "char_start_idx": 14472, "key": "entity", "type": "local", "value": "Amsterdam" }, { "char_end_idx": 14514, "char_start_idx": 14508, "key": "entity", "type": "local", "value": "Skyway" }, { "char_end_idx": 14529, "char_start_idx": 14518, "key": "entity", "type": "local", "value": "Drake_White" }, { "char_end_idx": 14540, "char_start_idx": 14533, "key": "entity", "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 14557, "char_start_idx": 14544, "key": "entity", "type": "local", "value": "Pokey_LaFarge" }, { "char_end_idx": 14566, "char_start_idx": 14561, "key": "entity", "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 14592, "char_start_idx": 14583, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14620, "char_start_idx": 14613, "key": "entity", "type": "local", "value": "Bayonne" }, { "char_end_idx": 14634, "char_start_idx": 14624, "key": "entity", "type": "local", "value": "7th_Street_(Washington,_D.C.)" }, { "char_end_idx": 14699, "char_start_idx": 14690, "key": "entity", "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 14717, "char_start_idx": 14703, "key": "entity", "type": "local", "value": "Eliza_Gilkyson" }, { "char_end_idx": 14726, "char_start_idx": 14721, "key": "entity", "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 14748, "char_start_idx": 14741, "key": "entity", "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 14783, "char_start_idx": 14774, "key": "entity", "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 14799, "char_start_idx": 14787, "key": "entity", "type": "local", "value": "Andy_Grammer" }, { "char_end_idx": 14809, "char_start_idx": 14803, "key": "entity", "type": "local", "value": "Arsenal" }, { "char_end_idx": 14833, "char_start_idx": 14813, "key": "entity", "type": "local", "value": "The_New_Power_Generation" }, { "char_end_idx": 14846, "char_start_idx": 14837, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14890, "char_start_idx": 14881, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14909, "char_start_idx": 14894, "key": "entity", "type": "local", "value": "Arturo_Sandoval" }, { "char_end_idx": 14959, "char_start_idx": 14950, "key": "entity", "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 14987, "char_start_idx": 14980, "key": "entity", "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15003, "char_start_idx": 14991, "key": "entity", "type": "local", "value": "Susan_Werner" }, { "char_end_idx": 15016, "char_start_idx": 15007, "key": "entity", "type": "local", "value": "The_Cedar_Cultural_Center" }, { "char_end_idx": 15041, "char_start_idx": 15037, "key": "entity", "type": "local", "value": "León,_Spain" }, { "char_end_idx": 15054, "char_start_idx": 15045, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 15067, "char_start_idx": 15058, "key": "entity", "type": "local", "value": "The_Drums" }, { "char_end_idx": 15080, "char_start_idx": 15071, "key": "entity", "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 15092, "char_start_idx": 15084, "key": "entity", "type": "local", "value": "Bad_Suns" }, { "char_end_idx": 15103, "char_start_idx": 15096, "key": "entity", "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15125, "char_start_idx": 15116, "key": "entity", "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 15185, "char_start_idx": 15175, "key": "entity", "type": "local", "value": "Harold_G._Overstreet" }, { "char_end_idx": 15198, "char_start_idx": 15189, "key": "entity", "type": "local", "value": "Amsterdam" }, { "char_end_idx": 15233, "char_start_idx": 15228, "key": "entity", "type": "local", "value": "Steve_Jobs" }, { "char_end_idx": 15258, "char_start_idx": 15247, "key": "entity", "type": "local", "value": "Kodak_Black" }, { "char_end_idx": 15266, "char_start_idx": 15262, "key": "entity", "type": "local", "value": "Myth_(series)" }, { "char_end_idx": 15284, "char_start_idx": 15270, "key": "entity", "type": "local", "value": "Housing_in_Japan" }, { "char_end_idx": 15297, "char_start_idx": 15288, "key": "entity", "type": "local", "value": "Fine_Line" }, { "char_end_idx": 15315, "char_start_idx": 15301, "key": "entity", "type": "local", "value": "Strand_of_Oaks" }, { "char_end_idx": 15328, "char_start_idx": 15319, "key": "entity", "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 15341, "char_start_idx": 15332, "key": "entity", "type": "local", "value": "Neko_Case" }, { "char_end_idx": 15355, "char_start_idx": 15345, "key": "entity", "type": "local", "value": "Larry_Fitzgerald" }, { "char_end_idx": 15368, "char_start_idx": 15359, "key": "entity", "type": "local", "value": "Tom_Odell" }, { "char_end_idx": 15379, "char_start_idx": 15372, "key": "entity", "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15392, "char_start_idx": 15383, "key": "entity", "type": "local", "value": "Cocoa_Tea" }, { "char_end_idx": 15401, "char_start_idx": 15396, "key": "entity", "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 15451, "char_start_idx": 15447, "key": "entity", "type": "local", "value": "Breeders'_Cup_Turf" }, { "char_end_idx": 15480, "char_start_idx": 15472, "key": "entity", "type": "local", "value": "Icehouse_(album)" }, { "char_end_idx": 15493, "char_start_idx": 15484, "key": "entity", "type": "local", "value": "Neko_Case" }, { "char_end_idx": 15507, "char_start_idx": 15497, "key": "entity", "type": "local", "value": "Larry_Fitzgerald" }, { "char_end_idx": 15540, "char_start_idx": 15528, "key": "entity", "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 15590, "char_start_idx": 15577, "key": "entity", "type": "local", "value": "Griffin_House_(musician)" }, { "char_end_idx": 15603, "char_start_idx": 15594, "key": "entity", "type": "local", "value": "The_Cedar_Cultural_Center" }, { "char_end_idx": 15632, "char_start_idx": 15624, "key": "entity", "type": "local", "value": "Lil_Pump" }, { "char_end_idx": 15640, "char_start_idx": 15636, "key": "entity", "type": "local", "value": "Myth_(series)" }, { "char_end_idx": 15657, "char_start_idx": 15652, "key": "entity", "type": "local", "value": "Polly_(Nirvana_song)" }, { "char_end_idx": 15698, "char_start_idx": 15686, "key": "entity", "type": "local", "value": "First_Avenue_(nightclub)" }, { "char_end_idx": 15721, "char_start_idx": 15714, "key": "entity", "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15764, "char_start_idx": 15742, "key": "entity", "type": "local", "value": "Courtney_Marie_Andrews" }, { "char_end_idx": 15777, "char_start_idx": 15768, "key": "entity", "type": "local", "value": "Fine_Line_Features" }, { "char_end_idx": 15791, "char_start_idx": 15781, "key": "entity", "type": "local", "value": "Andy_Black_(poker_player)" }, { "char_end_idx": 15813, "char_start_idx": 15806, "key": "entity", "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 16058, "char_start_idx": 16049, "key": "entity", "type": "local", "value": "2007_Colorado_Rockies_season" }, { "char_end_idx": 16094, "char_start_idx": 16085, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16177, "char_start_idx": 16166, "key": "entity", "type": "local", "value": "Popular_culture" }, { "char_end_idx": 16202, "char_start_idx": 16200, "key": "entity", "type": "local", "value": "Tom_Vu" }, { "char_end_idx": 16210, "char_start_idx": 16203, "key": "entity", "type": "local", "value": "Google_AdSense" }, { "char_end_idx": 16349, "char_start_idx": 16340, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16417, "char_start_idx": 16408, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16469, "char_start_idx": 16460, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16527, "char_start_idx": 16518, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16579, "char_start_idx": 16570, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16631, "char_start_idx": 16622, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16683, "char_start_idx": 16674, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16747, "char_start_idx": 16738, "key": "entity", "type": "local", "value": "Morrissey" }, { "char_end_idx": 16826, "char_start_idx": 16822, "key": "entity", "type": "local", "value": "Royal_Albert_Hall" }, { "char_end_idx": 16836, "char_start_idx": 16828, "key": "entity", "type": "local", "value": "Saint_Paul,_Minnesota" }, { "char_end_idx": 16857, "char_start_idx": 16853, "key": "entity", "type": "local", "value": "FitzGerald_dynasty" }, { "char_end_idx": 16882, "char_start_idx": 16878, "key": "entity", "type": "local", "value": "National_Collegiate_Athletic_Association" }, { "char_end_idx": 16899, "char_start_idx": 16891, "key": "entity", "type": "local", "value": "Tailgate_party" }, { "char_end_idx": 16953, "char_start_idx": 16943, "key": "entity", "type": "local", "value": "Katy_Perry" }, { "char_end_idx": 16960, "char_start_idx": 16956, "key": "entity", "type": "local", "value": "Zedd" }, { "char_end_idx": 16970, "char_start_idx": 16964, "key": "entity", "type": "local", "value": "Arsenal" }, { "char_end_idx": 16983, "char_start_idx": 16972, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17003, "char_start_idx": 16988, "key": "entity", "type": "local", "value": "NCAA_Division_I_Men's_Basketball_Tournament" }, { "char_end_idx": 17031, "char_start_idx": 17020, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17102, "char_start_idx": 17094, "key": "entity", "type": "local", "value": "Culture_of_Canada" }, { "char_end_idx": 17173, "char_start_idx": 17162, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17241, "char_start_idx": 17235, "key": "entity", "type": "local", "value": "Arsenal" }, { "char_end_idx": 17254, "char_start_idx": 17243, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17284, "char_start_idx": 17271, "key": "entity", "type": "local", "value": "Windows_Photo_Gallery" }, { "char_end_idx": 17295, "char_start_idx": 17290, "key": "entity", "type": "local", "value": "Drake_White" }, { "char_end_idx": 17360, "char_start_idx": 17349, "key": "entity", "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17454, "char_start_idx": 17443, "key": "entity", "type": "local", "value": "Star_Tribune" } ]
[ { "char_end_idx": 102, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 187, "char_start_idx": 124, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 187, "char_start_idx": 124, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 494, "char_start_idx": 189, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Blond_Ambition_World_Tour" }, { "char_end_idx": 494, "char_start_idx": 189, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kansas_City,_Missouri" }, { "char_end_idx": 494, "char_start_idx": 189, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Denver" }, { "char_end_idx": 494, "char_start_idx": 189, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "West_Hollywood,_California" }, { "char_end_idx": 494, "char_start_idx": 189, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Wellington" }, { "char_end_idx": 707, "char_start_idx": 494, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 929, "char_start_idx": 709, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minnesota" }, { "char_end_idx": 929, "char_start_idx": 709, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Norway" }, { "char_end_idx": 929, "char_start_idx": 709, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 1536, "char_start_idx": 929, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 1904, "char_start_idx": 1536, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 1995, "char_start_idx": 1904, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 2730, "char_start_idx": 1995, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 2730, "char_start_idx": 1995, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Ale" }, { "char_end_idx": 2730, "char_start_idx": 1995, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Lervig_Aktiebryggeri" }, { "char_end_idx": 2730, "char_start_idx": 1995, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Norway" }, { "char_end_idx": 3190, "char_start_idx": 2730, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Frank_Lucas" }, { "char_end_idx": 3980, "char_start_idx": 3190, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tomb" }, { "char_end_idx": 3980, "char_start_idx": 3190, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "The_Tombs" }, { "char_end_idx": 4855, "char_start_idx": 3980, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Full_of_Hell_(album)" }, { "char_end_idx": 4855, "char_start_idx": 3980, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 4855, "char_start_idx": 3980, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Angel_(1999_TV_series)" }, { "char_end_idx": 5256, "char_start_idx": 4855, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 5256, "char_start_idx": 4855, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Norwegians" }, { "char_end_idx": 6366, "char_start_idx": 6116, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hell" }, { "char_end_idx": 6509, "char_start_idx": 6366, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 6509, "char_start_idx": 6366, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 6669, "char_start_idx": 6509, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Full_of_Hell_(band)" }, { "char_end_idx": 6669, "char_start_idx": 6509, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Langen,_Hesse" }, { "char_end_idx": 6669, "char_start_idx": 6509, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 6669, "char_start_idx": 6509, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 6669, "char_start_idx": 6509, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "The_Tombs" }, { "char_end_idx": 6669, "char_start_idx": 6509, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 6984, "char_start_idx": 6679, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Blond_Ambition_World_Tour" }, { "char_end_idx": 6984, "char_start_idx": 6679, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kansas_City,_Missouri" }, { "char_end_idx": 6984, "char_start_idx": 6679, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Denver" }, { "char_end_idx": 6984, "char_start_idx": 6679, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "West_Hollywood,_California" }, { "char_end_idx": 6984, "char_start_idx": 6679, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Wellington" }, { "char_end_idx": 7197, "char_start_idx": 6984, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 7419, "char_start_idx": 7199, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minnesota" }, { "char_end_idx": 7419, "char_start_idx": 7199, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Norway" }, { "char_end_idx": 7419, "char_start_idx": 7199, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 8026, "char_start_idx": 7419, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis–Saint_Paul" }, { "char_end_idx": 8394, "char_start_idx": 8026, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 8485, "char_start_idx": 8394, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 9220, "char_start_idx": 8485, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Surly_Bikes" }, { "char_end_idx": 9220, "char_start_idx": 8485, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Ale" }, { "char_end_idx": 9220, "char_start_idx": 8485, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Lervig_Aktiebryggeri" }, { "char_end_idx": 9220, "char_start_idx": 8485, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Norway" }, { "char_end_idx": 9680, "char_start_idx": 9220, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Frank_Lucas" }, { "char_end_idx": 10470, "char_start_idx": 9680, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tomb" }, { "char_end_idx": 10470, "char_start_idx": 9680, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "The_Tombs" }, { "char_end_idx": 11345, "char_start_idx": 10470, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Full_of_Hell_(album)" }, { "char_end_idx": 11345, "char_start_idx": 10470, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kaoss_Pad" }, { "char_end_idx": 11345, "char_start_idx": 10470, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Angel_(1999_TV_series)" }, { "char_end_idx": 11746, "char_start_idx": 11345, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norway" }, { "char_end_idx": 11746, "char_start_idx": 11345, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Norwegians" }, { "char_end_idx": 12856, "char_start_idx": 12606, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hell" }, { "char_end_idx": 12999, "char_start_idx": 12856, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Triple_Rock_Social_Club" }, { "char_end_idx": 12999, "char_start_idx": 12856, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 13099, "char_start_idx": 12999, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cat_Power" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Varsity_(Cambridge)" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "San_Francisco_Armory" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Katy_Perry" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "FitzGerald_dynasty" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Nicollet_Mall" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Amsterdam" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Todd_Snider" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Larry_Fitzgerald" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Aldous_Harding" }, { "char_end_idx": 13670, "char_start_idx": 13347, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 13692, "char_start_idx": 13670, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Billy_Bragg" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Darlingside" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Cedar_County,_Iowa" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Tim_Heidecker" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Dilly_Dally" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 13850, "char_start_idx": 13692, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Ames_Center" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Billy_Bragg" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Races_and_factions_of_Warcraft" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Lady_Lamb" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Victor_Wooten" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "The_Dakota" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Yung_Gravy" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Varsity_(Cambridge)" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Black_Violin" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "Ordway_Center_for_the_Performing_Arts" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 11, "relative_start_pos": 11, "type": "local", "value": "Alice_in_Chains" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 12, "relative_start_pos": 12, "type": "local", "value": "Arsenal" }, { "char_end_idx": 14082, "char_start_idx": 13850, "key": "entity_paragraph", "relative_end_pos": 13, "relative_start_pos": 13, "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Billy_Bragg" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Sasami_(album)" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Yung_Gravy" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Varsity_(Cambridge)" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Anvil_(band)" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Breeders'_Cup_Turf" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Ron_Trent" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Herobust" }, { "char_end_idx": 14241, "char_start_idx": 14082, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Skyway" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Eels_(band)" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Bea_Miller" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "La_Dispute_(band)" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Breeders'_Cup_Turf" }, { "char_end_idx": 14418, "char_start_idx": 14241, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Son_Volt" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Amsterdam" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Skyway" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Drake_White" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Pokey_LaFarge" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 14595, "char_start_idx": 14418, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bayonne" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "7th_Street_(Washington,_D.C.)" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Eliza_Gilkyson" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Andy_Grammer" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Arsenal" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "The_New_Power_Generation" }, { "char_end_idx": 14849, "char_start_idx": 14595, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 15019, "char_start_idx": 14849, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 15019, "char_start_idx": 14849, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Arturo_Sandoval" }, { "char_end_idx": 15019, "char_start_idx": 14849, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 15019, "char_start_idx": 14849, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15019, "char_start_idx": 14849, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Susan_Werner" }, { "char_end_idx": 15019, "char_start_idx": 14849, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "The_Cedar_Cultural_Center" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "León,_Spain" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "The_Drums" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Bad_Suns" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Harold_G._Overstreet" }, { "char_end_idx": 15201, "char_start_idx": 15019, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Amsterdam" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Steve_Jobs" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kodak_Black" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Myth_(series)" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Housing_in_Japan" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Fine_Line" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Strand_of_Oaks" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Selangor_Turf_Club" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Neko_Case" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Larry_Fitzgerald" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Tom_Odell" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 11, "relative_start_pos": 11, "type": "local", "value": "Cocoa_Tea" }, { "char_end_idx": 15404, "char_start_idx": 15201, "key": "entity_paragraph", "relative_end_pos": 12, "relative_start_pos": 12, "type": "local", "value": "Cedrus_libani" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Breeders'_Cup_Turf" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Icehouse_(album)" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Neko_Case" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Larry_Fitzgerald" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "First_Avenue_(Manhattan)" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Griffin_House_(musician)" }, { "char_end_idx": 15606, "char_start_idx": 15404, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "The_Cedar_Cultural_Center" }, { "char_end_idx": 15724, "char_start_idx": 15606, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lil_Pump" }, { "char_end_idx": 15724, "char_start_idx": 15606, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Myth_(series)" }, { "char_end_idx": 15724, "char_start_idx": 15606, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Polly_(Nirvana_song)" }, { "char_end_idx": 15724, "char_start_idx": 15606, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "First_Avenue_(nightclub)" }, { "char_end_idx": 15724, "char_start_idx": 15606, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 15816, "char_start_idx": 15724, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Courtney_Marie_Andrews" }, { "char_end_idx": 15816, "char_start_idx": 15724, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Fine_Line_Features" }, { "char_end_idx": 15816, "char_start_idx": 15724, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Andy_Black_(poker_player)" }, { "char_end_idx": 15816, "char_start_idx": 15724, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Operation_Varsity" }, { "char_end_idx": 16069, "char_start_idx": 16049, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "2007_Colorado_Rockies_season" }, { "char_end_idx": 16113, "char_start_idx": 16069, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16178, "char_start_idx": 16113, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Popular_culture" }, { "char_end_idx": 16203, "char_start_idx": 16198, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tom_Vu" }, { "char_end_idx": 16212, "char_start_idx": 16203, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Google_AdSense" }, { "char_end_idx": 16369, "char_start_idx": 16317, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16437, "char_start_idx": 16369, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16489, "char_start_idx": 16437, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16547, "char_start_idx": 16489, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16599, "char_start_idx": 16547, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16651, "char_start_idx": 16599, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16703, "char_start_idx": 16651, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16767, "char_start_idx": 16703, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Morrissey" }, { "char_end_idx": 16852, "char_start_idx": 16779, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Royal_Albert_Hall" }, { "char_end_idx": 16852, "char_start_idx": 16779, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Saint_Paul,_Minnesota" }, { "char_end_idx": 16942, "char_start_idx": 16852, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "FitzGerald_dynasty" }, { "char_end_idx": 16942, "char_start_idx": 16852, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "National_Collegiate_Athletic_Association" }, { "char_end_idx": 16942, "char_start_idx": 16852, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Tailgate_party" }, { "char_end_idx": 17019, "char_start_idx": 16942, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Katy_Perry" }, { "char_end_idx": 17019, "char_start_idx": 16942, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Zedd" }, { "char_end_idx": 17019, "char_start_idx": 16942, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Arsenal" }, { "char_end_idx": 17019, "char_start_idx": 16942, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17019, "char_start_idx": 16942, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "NCAA_Division_I_Men's_Basketball_Tournament" }, { "char_end_idx": 17059, "char_start_idx": 17019, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17113, "char_start_idx": 17059, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Culture_of_Canada" }, { "char_end_idx": 17193, "char_start_idx": 17113, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17284, "char_start_idx": 17193, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Arsenal" }, { "char_end_idx": 17284, "char_start_idx": 17193, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17284, "char_start_idx": 17193, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Windows_Photo_Gallery" }, { "char_end_idx": 17310, "char_start_idx": 17284, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Drake_White" }, { "char_end_idx": 17388, "char_start_idx": 17348, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minneapolis" }, { "char_end_idx": 17688, "char_start_idx": 17443, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Star_Tribune" } ]
0
127
1556290588000
<!DOCTYPE html> <html lang="en" class=""> <head> <title>Museum für Gegenwartkunst Siegen - Our Work - hauser lacour</title> <meta charset="utf-8"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#343434"> <meta name="msapplication-TileColor" content="#343434"> <meta name="theme-color" content="#ffffff"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="viewport" content="width=device-width,user-scalable=no,maximum-scale=1.0,target-densitydpi=device-dpi,minimal-ui"> <meta name="apple-mobile-web-app-capable" content="yes" /> <link rel="stylesheet" href="/css/normalize.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="/js/cookies/cookieconsent.min.css" /> <link rel="stylesheet" href="/css/ipadslider.min.css"> <link rel="stylesheet" href="/css/desktopslider.min.css"> <link rel="stylesheet" href="/css/animate.min.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/owl.carousel.min.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/responsive.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/fonts.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/fontawesome.min.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/brands.min.css" type="text/css" media="screen"> <link rel="apple-touch-icon" href="apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png" /> <link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png" /> <link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png" /> <link rel="stylesheet" href="/css/theming.css" type="text/css" media="screen"> <script src="/js/pace.min.js"></script> <script type="text/javascript" src="/js/modernizr-2.6.2.min.js"></script> <script type="text/javascript"> (function() { var hm = document.createElement('script'); hm.type ='text/javascript'; hm.async = true; hm.src = ('++u-heatmap-it+log-js').replace(/[+]/g,'/').replace(/-/g,'.'); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(hm, s); })(); </script> <!--[if lt IE 8]> <div style='text-align:center'><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/img/upgrade.jpg"border="0"alt=""/></a></div> <![endif]--> <!--[if IE]> <link rel="stylesheet" href="/css/ie.css" type="text/css" media="screen"> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" href="/css/ie8.css" type="text/css" media="screen"> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script> var gaProperty = 'UA-36273830-1'; var disableStr = 'ga-disable-' + gaProperty; var optout = document.getElementsByClassName('optout'); if (document.cookie.indexOf(disableStr + '=true') > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; alert('Das Tracking durch Google Analytics wurde in Ihrem Browser für diese Website deaktiviert.'); } window.onload = function(){ if(typeof optout[0] != 'undefined'){ optout[0].onclick = function() { gaOptout(); return false; } } }; </script> <script> //var _gaq=[['_setAccount','UA-36273830-1'],['_trackPageview']]; var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36273830-1']); _gaq.push(['_gat._anonymizeIp']); _gaq.push(['_trackPageview']); (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.src='//www.google-analytics.com/ga.js'; s.parentNode.insertBefore(g,s)}(document,'script')); </script> <script src="/js/cookies/cookieconsent.min.js"></script> <script> window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#2e2d30", "text": "#999999" }, "button": { "background": "transparent", "text": "#ffffff" } }, "content": { "message": "This website uses cookies to enhance the user experience and to provide users with specific services and features.", "dismiss": "OK", "link": "Further information", "href": "/en/data-privacy" } })}); </script> <!-- Hotjar Tracking Code for hauserlacour.de --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1083871,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script></head> <body class="en museum-für-gegenwartkunst-siegen"> <div id="fb-root"></div> <section class="sidebar-navigation-wrapper css3-animated"> <!-- <div class="close"><a href="#">MENÜ <span class="burger"></span></a></div> --> <nav> <ul class="rex-navi1 rex-navi-depth-1 rex-navi-has-5-elements"><li class="rex-article-2 rex-normal"><a class="" href="/en/profile"><span>Profile</span></a></li><li class="rex-article-4 rex-current active"><a class="rex-current" href="/en/work"><span>Work</span></a></li><li class="rex-article-5 rex-normal"><a class="" href="/en/team"><span>Team</span></a></li><li class="rex-article-57 rex-normal"><a class="" href="/en/contact"><span>Contact</span></a></li><li class="rex-article-81 rex-normal"><a class="" href="/en/careers"><span>Careers</span></a></li></ul> </nav> <div class="sidebar-footer"> <div class="language contact jobs"> <ul><li><a href="/referenzen/museum-fuer-gegenwartkunst-siegen">deutsch</a></li></ul> </div> <div class="social-media"> <ul> <li><a class="fontchar" href="https://de-de.facebook.com/pages/hauser-lacour/179980485384795" data-font-char="O"></a></li> <li><a class="fontchar" href="http://vimeo.com/hauserlacour" data-font-char="V"></a></li> <li><a href="https://www.instagram.com/hauserlacour/" class="instagram" target="_blank"><i class="fab fa-instagram"></i><span>Instagram</span></a></li> </ul> </div> </div> </section> <div class="main css3-animated" id="skrollr-body"> <section class="header"><!-- animated slideInDown --> <header> <div class="logo logo-v2"><h1 class="hauserlacour"><a href="https://www.hauserlacour.de/" class="fontchar"><span>hauser lacour</span><img src="/img/logo.png" alt="hauser lacour"></a></h1></div> <div class="navigation"> <nav> <ul class="rex-navi1 rex-navi-depth-1 rex-navi-has-5-elements"><li class="rex-article-2 rex-normal"><a class="" href="/en/profile"><span>Profile</span></a></li><li class="rex-article-4 rex-current active"><a class="rex-current" href="/en/work"><span>Work</span></a></li><li class="rex-article-5 rex-normal"><a class="" href="/en/team"><span>Team</span></a></li><li class="rex-article-57 rex-normal"><a class="" href="/en/contact"><span>Contact</span></a></li><li class="rex-article-81 rex-normal"><a class="" href="/en/careers"><span>Careers</span></a></li></ul> </nav> </div> <div class="languages"> <ul> <li class="current"><a href="">de</a></li> <li><a href="">en</a></li> </ul> </div> <div class="close css3-animated"> <!-- <a href="#" data-font-char="R"></a> --> <a href="">Menü <span class="burger"></span></a> </div> </header> </section> <section class="header menu-button-wrapper"> <header> <div class="close css3-animated"> <!-- <a href="#" data-font-char="R"></a> --> <a href="">Menü <span class="burger"></span></a> </div> </header> </section> <section class="content css3-animated"> <section class="module image-text hero-section slideshow slideshow-swipe slice-2348 first-section has-text" id="slice-2348" data-duration="4000" data-continuous="true"><div class="swipe-wrap slideshow-elements-wrapper" data-stellar-ratio="0.5"><div class="slideshow-element section-video slice-2349"><img src="/magick/imagetypes/slideshow-background/museum-fuer-gegenwarskunst-siegen-hauserlacour-29.png/museum-fuer-gegenwarskunst-siegen-hauserlacour-29.jpg" class="section-background parallax-image" alt="museum fuer gegenwarskunst siegen hauserlacour 29" data-width="4000" data-height="2249" /><div class="text white slice-2349"><table><tr><td><div class="text-click-wrapper"><h4><a href="/en/work/__/team-tag/1/" class="team-tag">Corporate Design</a><span class="dash"> &ndash; </span><a href="/en/work/__/team-tag/2/" class="team-tag">Interactive Design</a></h4><h2>MUSEUM SIEGEN</h2> <h3>Rigorous transformation</h3><div class="button-wrapper"><a href="#" class="next-section sprite fontchar" data-font-char="C"></a></div></div></td></tr></table></div><input type="hidden" name="pagination-color" value="light" /></div></div></section><section class="module project-description-text slice-2350" style="background-color:#E8F7FC;"><div class="text"><h1><span style="color: #333333;">Rigorous transformation</span></h1> <p><span style="color: #333333;">The Museum für Gegenwartskunst Siegen focuses not only on present-day art in the fields of painting, photography and video and indeed time-based media and installations, but on their roots as well. hauser lacour has been acting as consultant to the renowned institution for all aspects of its corporate design since 2005. </span></p></div></section><section class="module image-block slice-2351 height-by-content" style="background-color: #FFFFFF;"><img src="/files/imagetypes/full-width/museum-fuer-gegenwartskunst-siegen-hauserlacour-38_1.png" alt="" class="image-default" /></section><section class="module project-description-text slice-2352"><div class="text"><h1><span style="color: #333333;">The figurative mark as a constant</span></h1> <p><span style="color: #333333;">When hauser lacour was producing first drafts for the Museum’s corporate design, the figurative mark, a blurred cube, already existed, and was to be kept. Between 2005 and 2008 it had the same status as the heading Museum für Gegenwartskunst Siegen and the exhibition information, as they were all positioned on black bars in the upper third of the surface area. This gave all media a striking, uniform appearance.</span></p></div></section><style type="text/css">.slice-2352 {background-color: #EDFCED;} </style><section class="module image-text slideshow slideshow-images slice-2353" id="slice-2353" data-duration="40000" data-continuous="true"><div class="swipe-wrap slideshow-elements-wrapper"><div class="slideshow-element section-video"><img src="/magick/imagetypes/slideshow-background/juedisches-museum-frankfurt-hauserlacour-36.png/juedisches-museum-frankfurt-hauserlacour-36.jpg" class="section-background" alt="juedisches museum frankfurt hauserlacour 36" /><input type="hidden" name="pagination-color" value="dark" /></div><div class="slideshow-element section-video"><input type="hidden" name="slideshow-image" value="/magick/imagetypes/slideshow-background/juedisches-museum-frankfurt-hauserlacour-37.png/juedisches-museum-frankfurt-hauserlacour-37.jpg" data-alt="juedisches museum frankfurt hauserlacour 37" data-class="section-background" /><input type="hidden" name="pagination-color" value="dark" /></div></div><div class="pagination"><ul><li><a href="#" data-number="0"><span></span></a></li><li><a href="#" data-number="1"><span></span></a></li></ul></div><div class="arrow arrow-left prev"><a></a></div><div class="arrow arrow-right next"><a></a></div></section><section class="module project-description-text slice-2356"><div class="text"><h1><span style="color: #333333;">Combined logo</span></h1> <p><span style="color: #333333;">In 2009 the Museum underwent a transformation and positioned itself as a brand. Consequently, hauser lacour grouped the figurative mark and the heading on a white background as a single entity. Clearly set apart from this eye catcher, all the other information follows on thin white bars. The revamped corporate design is simple and timeless, but nonetheless self-confident.</span></p></div></section><style type="text/css">.slice-2356 {background-color: #FDF4EE;} </style><section class="module image-text slideshow slideshow-images slice-2357" id="slice-2357" data-duration="40000" data-continuous="true"><div class="swipe-wrap slideshow-elements-wrapper"><div class="slideshow-element section-video"><img src="/magick/imagetypes/slideshow-background/juedisches-museum-frankfurt-hauserlacour-34.png/juedisches-museum-frankfurt-hauserlacour-34.jpg" class="section-background" alt="juedisches museum frankfurt hauserlacour 34" /><input type="hidden" name="pagination-color" value="dark" /></div><div class="slideshow-element section-video"><input type="hidden" name="slideshow-image" value="/magick/imagetypes/slideshow-background/juedisches-museum-frankfurt-hauserlacour-35.png/juedisches-museum-frankfurt-hauserlacour-35.jpg" data-alt="juedisches museum frankfurt hauserlacour 35" data-class="section-background" /><input type="hidden" name="pagination-color" value="dark" /></div></div><div class="pagination"><ul><li><a href="#" data-number="0"><span></span></a></li><li><a href="#" data-number="1"><span></span></a></li></ul></div><div class="arrow arrow-left prev"><a></a></div><div class="arrow arrow-right next"><a></a></div></section><section class="module project-description-text slice-2360"><div class="text"><h1><span style="color: #333333;">Greater freedom </span><br /><span style="color: #333333;">with regard to poster design</span></h1> <p><span style="color: #333333;">Three years later the Museum directors decided it was time to tone down the rigor of the corporate design, at least as far as poster design was concerned. The font therefore had to be bigger and more legible from a distance, the layout be more flexible, and color had to be allowed to feature as well. The logo module remained as before on the top left, but hauser lacour allowed all other typographic elements to appear in various positions so as to be able to respond better in each case to the image.</span></p></div></section><style type="text/css">.slice-2360 {background-color: #FCFCD9;} </style><section class="module image-text slideshow slideshow-images slice-2361" id="slice-2361" data-duration="40000" data-continuous="true"><div class="swipe-wrap slideshow-elements-wrapper"><div class="slideshow-element section-video"><img src="/magick/imagetypes/slideshow-background/161004-museum-fuer-gegenwarskunst-siegen-hauserlacour.jpg" class="section-background" alt="161004 museum fuer gegenwarskunst siegen hauserlacour" /><input type="hidden" name="pagination-color" value="dark" /></div><div class="slideshow-element section-video"><input type="hidden" name="slideshow-image" value="/magick/imagetypes/slideshow-background/161004-museum-fuer-gegenwarskunst-siegen-hauserlacour2.jpg" data-alt="161004 museum fuer gegenwarskunst siegen hauserlacour2" data-class="section-background" /><input type="hidden" name="pagination-color" value="dark" /></div><div class="slideshow-element section-video"><input type="hidden" name="slideshow-image" value="/magick/imagetypes/slideshow-background/161004-museum-fuer-gegenwarskunst-siegen-hauserlacour3.jpg" data-alt="161004 museum fuer gegenwarskunst siegen hauserlacour3" data-class="section-background" /><input type="hidden" name="pagination-color" value="dark" /></div></div><div class="pagination"><ul><li><a href="#" data-number="0"><span></span></a></li><li><a href="#" data-number="1"><span></span></a></li><li><a href="#" data-number="2"><span></span></a></li></ul></div><div class="arrow arrow-left prev"><a></a></div><div class="arrow arrow-right next"><a></a></div></section><section class="module project-description-text slice-2364"><div class="text"><h1><span style="color: #333333;" data-mce-mark="1">Responsive website</span></h1> <p><span style="color: #333333;">The simple appearance of the corporate design can also be found on the Museum für Gegenwartskunst Siegen website. It offers a clear presentation area for the various events, which are prepared in modular form and as such can be accessed quickly and easily via all relevant devices. The used colors are derived from an installation in the Museum tower.</span></p></div></section><style type="text/css">.slice-2364 {background-color: #C7DCF4;} </style><section class="module image-text slideshow slice-2365 slideshow-ipadslider pagination-dark" style="background-color:#FAFAFA" data-href="/en/work/museum-fr-gegenwartkunst-siegen#fce8fc"><div class="ipadslider" data-mockup="/img/ipadslider.png" data-preloader="/img/preloader.gif"><input type="hidden" name="image" value="/magick/imagetypes/ipadslider/museum-fuer-gegenwarskunst-siegen-hauserlacour-18.png/museum-fuer-gegenwarskunst-siegen-hauserlacour-18.jpg" data-alt="museum fuer gegenwarskunst siegen hauserlacour 18" /><input type="hidden" name="image" value="/magick/imagetypes/ipadslider/museum-fuer-gegenwarskunst-siegen-hauserlacour-19.png/museum-fuer-gegenwarskunst-siegen-hauserlacour-19.jpg" data-alt="museum fuer gegenwarskunst siegen hauserlacour 19" /><input type="hidden" name="image" value="/magick/imagetypes/ipadslider/museum-fuer-gegenwarskunst-siegen-hauserlacour-21.png/museum-fuer-gegenwarskunst-siegen-hauserlacour-21.jpg" data-alt="museum fuer gegenwarskunst siegen hauserlacour 21" /><input type="hidden" name="image" value="/magick/imagetypes/ipadslider/museum-fuer-gegenwarskunst-siegen-hauserlacour-20.png/museum-fuer-gegenwarskunst-siegen-hauserlacour-20.jpg" data-alt="museum fuer gegenwarskunst siegen hauserlacour 20" /><input type="hidden" name="image" value="/magick/imagetypes/ipadslider/museum-fuer-gegenwarskunst-siegen-hauserlacour-22.png/museum-fuer-gegenwarskunst-siegen-hauserlacour-22.jpg" data-alt="museum fuer gegenwarskunst siegen hauserlacour 22" /></div></section><section class="module image-text slideshow slideshow-images slice-3778" id="slice-3778" data-duration="" data-continuous="false"><div class="swipe-wrap slideshow-elements-wrapper"><div class="slideshow-element section-video"><img src="/magick/imagetypes/slideshow-background/hauser-lacour_mgk-siegen_mobile-website.jpg" class="section-background" alt="hauser lacour mgk siegen mobile website" /><input type="hidden" name="pagination-color" value="light" /></div></div></section><section class="module tags-block slice-2366"><div class="tags-list"><ul><li class="tags-category"><a>Branche</a></li><li><a href="/en/work/__/tag/20/"><span>Culture + Education</span></a></li></ul><ul><li class="tags-category"><a>Designskills</a></li><li><a href="/en/work/__/tag/3/"><span>Responsive</span></a></li><li><a href="/en/work/__/tag/4/"><span>Website</span></a></li><li><a href="/en/work/__/tag/7/"><span>Books & Catalogues</span></a></li><li><a href="/en/work/__/tag/18/"><span>Graphic Design</span></a></li><li><a href="/en/work/__/tag/24/"><span>Typography</span></a></li><li><a href="/en/work/__/tag/25/"><span>Art</span></a></li><li><a href="/en/work/__/tag/51/"><span>Poster</span></a></li><li><a href="/en/work/__/tag/67/"><span>Logo</span></a></li><li><a href="/en/work/__/tag/75/"><span>Identity</span></a></li><li><a href="/en/work/__/tag/77/"><span>Brand</span></a></li><li><a href="/en/work/__/tag/109/"><span>Corporate Design</span></a></li></ul><ul class="last"><li class="tags-category"><a>Awards</a></li><li><a href="/en/work/__/tag/34/"><span>DDC Award</span></a></li></ul><style type="text/css">.slice-2366 .tags-list a:hover { color:#B0F2FC; border-color: #B0F2FC; } .slice-2366 .tags-list .tags-category a:hover { color:#FFF; border-color: transparent; } </style></div></section><section class="module similar-projects project-thumbs slice-3902"><div class="headline"><h4>similar to</h4><h5>Museum für Gegenwartkunst Siegen</h5></div><div class="similar-projects"><div class="thumb grid-3 col-xs-3"><a href="/en/work/deutsche-brse-photography-foundation"><img src="/magick/imagetypes/project-teaser/hauserlacour_dbpf_10.jpg/hauserlacour_dbpf_10.jpg" alt="" /><div class="hover css3-animated"><table><tbody><tr><td><h2>Deutsche Börse </h2><h3>Photography Foundation</h3></td></tr></tbody></table></div></a></div><div class="thumb grid-3 col-xs-3"><a href="/en/work/fischer-verlage"><img src="/magick/imagetypes/project-teaser/hauserlacour-fischer-02.jpg/hauserlacour-fischer-02.jpg" alt="" /><div class="hover css3-animated"><table><tbody><tr><td><h2>Fischer Verlage </h2><h3>Edition Philosophie</h3></td></tr></tbody></table></div></a></div><div class="thumb grid-3 col-xs-3"><a href="/en/work/klner-philharmonie"><img src="/magick/imagetypes/project-teaser/koelner-philharmonie-01.png/koelner-philharmonie-01.jpg" alt="" /><div class="hover css3-animated"><table><tbody><tr><td><h2>Kölner Philharmonie</h2><h3>DISCOVERING MUSIC</h3></td></tr></tbody></table></div></a></div><div class="thumb grid-3 col-xs-3"><a href="/en/work/annemarie-borlind"><img src="/magick/imagetypes/project-teaser/ab_screen_4000x2250_4.png/ab_screen_4000x2250_4.jpg" alt="" /><div class="hover css3-animated"><table><tbody><tr><td><h2>Annemarie Börlind</h2><h3>Effective, natural cosmetics</h3></td></tr></tbody></table></div></a></div><div class="clear"></div></div></section> </section> </div> <section class="footer"> <footer> <section class="module footer-text step-11"> <div class="text"> hauser lacour is an internationally active branding and design agency specializing in <h3><a href="/en/profile/interactive-design">interactive design</a></h3>, <h3><a href="/en/profile/corporate-design">corporate design</a></h3>, <h3><a href="/en/profile/brandspace-design">brand space design</a></h3> and <h3><a href="/en/profile/brand-strategy">brand strategy</a></h3>. <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#110;&#102;&#111;&#64;&#104;&#97;&#117;&#115;&#101;&#114;&#108;&#97;&#99;&#111;&#117;&#114;&#46;&#100;&#101;">Let’s create something valuable!</a> </div> </section> <section class="foot"> <div class="social-media column"> <a href="https://de-de.facebook.com/pages/hauser-lacour/179980485384795" target="_blank" data-font-char="O"><span>Facebook</span></a> <a href="http://vimeo.com/hauserlacour" target="_blank" class="vimeo" data-font-char="V"><span>Vimeo</span></a> <a href="https://www.instagram.com/hauserlacour/" class="instagram" target="_blank"><i class="fab fa-instagram"></i><span>Instagram</span></a> </div> <div class="copyright column"> <p><span>&copy;</span> 2019 Hauser Lacour</p> </div> <div class="navigation column"> <nav> <ul class="rex-navi1 rex-navi-depth-1 rex-navi-has-3-elements"><li class="rex-article-10 rex-normal"><a class="" href="/en/imprint"><span>Imprint</span></a></li><li class="pipe"><a><span>|</span></a></li><li class="rex-article-11 rex-normal"><a class="" href="/en/data-privacy"><span>Data Privacy</span></a></li><li class="pipe"><a><span>|</span></a></li><li class="rex-article-57 rex-normal"><a class="" href="/en/contact"><span>Contact</span></a></li></ul> </nav> </div> <div class="clear"></div> </section> </footer> </section> <script type="text/javascript" src="/js/jquery-1.10.2.min.js"></script> <script type="text/javascript"> $(document).bind("mobileinit", function () { $.mobile.ajaxEnabled = false; }); </script> <script type="text/javascript" src="/js/jquery-ui-1.10.3.custom.min.js"></script> <script type="text/javascript" src="/js/bootstrap.min.js"></script> <script type="text/javascript" src="/js/jquery.transit.min.js"></script> <script type="text/javascript" src="/js/jquery.nsloader.js"></script> <!-- <script type="text/javascript" src="/js/retina.js"></script> --> <script type="text/javascript" src="/js/jquery.isotope.min.js"></script> <script type="text/javascript" src="/js/jquery.isotope.perfectmasonry.js"></script> <script type="text/javascript" src="/js/jquery.isotope.perfectcenteredmasonry.js"></script> <script type="text/javascript" src="/js/detectmobilebrowser.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/jquery.gsap.min.js"></script> <script type="text/javascript" src="/js/ipadslider.jquery.min.js"></script> <script type="text/javascript" src="/js/desktopslider.jquery.min.js"></script> <script type="text/javascript" src="/js/swipe.js"></script> <script type="text/javascript" src="/js/owl.carousel.min.js"></script> <script src="//vjs.zencdn.net/4.3/video.js"></script> <script type="text/javascript" src="/js/bigvideo.js"></script> <script type="text/javascript" src="/js/jquery.stellar.min.js"></script> <script type="text/javascript" src="/js/scrollmagic/ScrollMagic.min.js"></script> <script type="text/javascript" src="/js/scrollmagic/jquery.ScrollMagic.min.js"></script> <script type="text/javascript" src="/js/scrollmagic/debug.addIndicators.min.js"></script> <script type="text/javascript" src="/js/scripts.js"></script> <!--[if IE]> <script type="text/javascript" src="/js/ie.js"></script> <![endif]--></body> </html>
[ "<footer>&#13;\n\t\t<section class=\"module footer-text step-11\">&#13;\n\t\t\t<div class=\"text\">&#13;\n\t\t\t\thauser lacour is an internationally active branding and design agency specializing in <h3><a href=\"/en/profile/interactive-design\">interactive design</a></h3>, <h3><a href=\"/en/profile/corporate-design\">corporate design</a></h3>, <h3><a href=\"/en/profile/brandspace-design\">brand space design</a></h3> and <h3><a href=\"/en/profile/brand-strategy\">brand strategy</a></h3>. <a href=\"mailto:[email protected]\">Let’s create something valuable!</a>&#13;\n\t\t\t</div>&#13;\n\t\t</section>&#13;\n\t\t<section class=\"foot\">&#13;\n\t\t\t<div class=\"social-media column\"> <a href=\"https://de-de.facebook.com/pages/hauser-lacour/179980485384795\" target=\"_blank\" data-font-char=\"O\"><span>Facebook</span></a>&#13;\n\t\t\t\t<a href=\"http://vimeo.com/hauserlacour\" target=\"_blank\" class=\"vimeo\" data-font-char=\"V\"><span>Vimeo</span></a>&#13;\n\t\t\t\t<a href=\"https://www.instagram.com/hauserlacour/\" class=\"instagram\" target=\"_blank\"><i class=\"fab fa-instagram\"/><span>Instagram</span></a>&#13;\n\t\t\t</div>&#13;\n\t\t\t<div class=\"copyright column\">&#13;\n\t\t\t\t<p><span>©</span> 2019 Hauser Lacour</p>&#13;\n\t\t\t</div>&#13;\n\t\t\t<div class=\"navigation column\">&#13;\n\t\t\t\t<nav>&#13;\n\t\t\t\t\t<ul class=\"rex-navi1 rex-navi-depth-1 rex-navi-has-3-elements\"><li class=\"rex-article-10 rex-normal\"><a class=\"\" href=\"/en/imprint\"><span>Imprint</span></a></li><li class=\"pipe\"><a><span>|</span></a></li><li class=\"rex-article-11 rex-normal\"><a class=\"\" href=\"/en/data-privacy\"><span>Data Privacy</span></a></li><li class=\"pipe\"><a><span>|</span></a></li><li class=\"rex-article-57 rex-normal\"><a class=\"\" href=\"/en/contact\"><span>Contact</span></a></li></ul>\t\t\t\t</nav>&#13;\n\t\t\t</div>&#13;\n\t\t\t<div class=\"clear\"/>&#13;\n\t\t</section>&#13;\n\t</footer>&#13;\n" ]
[ "<head>&#13;\n\t\t<title>Museum für Gegenwartkunst Siegen - Our Work - hauser lacour</title>&#13;\n\t<meta charset=\"utf-8\"/>&#13;\n&#13;\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\"/>&#13;\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\"/>&#13;\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\"/>&#13;\n\t<link rel=\"manifest\" href=\"/site.webmanifest\"/>&#13;\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#343434\"/>&#13;\n\t<meta name=\"msapplication-TileColor\" content=\"#343434\"/>&#13;\n\t<meta name=\"theme-color\" content=\"#ffffff\"/>&#13;\n&#13;\n\t<meta name=\"description\" content=\"\"/>&#13;\n\t<meta name=\"keywords\" content=\"\"/>&#13;\n\t\t<meta name=\"viewport\" content=\"width=device-width,user-scalable=no,maximum-scale=1.0,target-densitydpi=device-dpi,minimal-ui\"/>&#13;\n\t<meta name=\"apple-mobile-web-app-capable\" content=\"yes\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/normalize.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/bootstrap.min.css\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/bootstrap-theme.min.css\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/js/cookies/cookieconsent.min.css\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/ipadslider.min.css\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/desktopslider.min.css\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/animate.min.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/owl.carousel.min.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/screen.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/responsive.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/fonts.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/fontawesome.min.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"stylesheet\" href=\"/css/brands.min.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<link rel=\"apple-touch-icon\" href=\"apple-touch-icon.png\"/>&#13;\n\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"apple-touch-icon-72x72-precomposed.png\"/>&#13;\n\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"apple-touch-icon-114x114-precomposed.png\"/>&#13;\n\t<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"apple-touch-icon-144x144-precomposed.png\"/>&#13;\n\t\t<link rel=\"stylesheet\" href=\"/css/theming.css\" type=\"text/css\" media=\"screen\"/>&#13;\n\t<script src=\"/js/pace.min.js\"/>\n\t<script type=\"text/javascript\" src=\"/js/modernizr-2.6.2.min.js\"/>&#13;\n\t<script type=\"text/javascript\">&#13;\n\t\t(function() {&#13;\n\t\t\tvar hm = document.createElement('script'); hm.type ='text/javascript'; hm.async = true;&#13;\n\t\t\thm.src = ('++u-heatmap-it+log-js').replace(/[+]/g,'/').replace(/-/g,'.');&#13;\n\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(hm, s);&#13;\n\t\t})();&#13;\n\t</script>&#13;\n\t<!--[if lt IE 8]>\r\n\t\t<div style='text-align:center'><a href=\"http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode\"><img src=\"http://www.theie6countdown.com/img/upgrade.jpg\"border=\"0\"alt=\"\"/></a></div>\r\n\t<![endif]-->&#13;\n\t<!--[if IE]>\r\n\t<link rel=\"stylesheet\" href=\"/css/ie.css\" type=\"text/css\" media=\"screen\">\r\n<![endif]-->&#13;\n\t<!--[if lt IE 9]>\r\n\t<link rel=\"stylesheet\" href=\"/css/ie8.css\" type=\"text/css\" media=\"screen\">\r\n\t<script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n<![endif]-->&#13;\n&#13;\n<script>&#13;\n\tvar gaProperty = 'UA-36273830-1';&#13;\n\tvar disableStr = 'ga-disable-' + gaProperty;&#13;\n\tvar optout = document.getElementsByClassName('optout');&#13;\n\tif (document.cookie.indexOf(disableStr + '=true') &gt; -1) {&#13;\n\t\twindow[disableStr] = true;&#13;\n\t}&#13;\n\tfunction gaOptout() {&#13;\n\t\tdocument.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';&#13;\n\t\twindow[disableStr] = true;&#13;\n\t\talert('Das Tracking durch Google Analytics wurde in Ihrem Browser für diese Website deaktiviert.');&#13;\n\t}&#13;\n\twindow.onload = function(){&#13;\n\t\tif(typeof optout[0] != 'undefined'){&#13;\n\t\t\toptout[0].onclick = function() {&#13;\n\t\t\t\tgaOptout();&#13;\n\t\t\t\treturn false;&#13;\n\t\t\t}&#13;\n\t\t}&#13;\n\t};&#13;\n</script>&#13;\n<script>&#13;\n\t\t//var _gaq=[['_setAccount','UA-36273830-1'],['_trackPageview']];&#13;\n\t\tvar _gaq = _gaq || [];&#13;\n\t\t_gaq.push(['_setAccount', 'UA-36273830-1']);&#13;\n\t\t_gaq.push(['_gat._anonymizeIp']);&#13;\n\t\t_gaq.push(['_trackPageview']);&#13;\n\t\t(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];&#13;\n\t\t\tg.src='//www.google-analytics.com/ga.js';&#13;\n\t\t\ts.parentNode.insertBefore(g,s)}(document,'script'));&#13;\n\t\t</script>&#13;\n&#13;\n\t\t<script src=\"/js/cookies/cookieconsent.min.js\"/>&#13;\n\t\t<script>&#13;\n\t\t\twindow.addEventListener(\"load\", function(){&#13;\n\t\t\t\twindow.cookieconsent.initialise({&#13;\n\t\t\t\t\t\"palette\": {&#13;\n\t\t\t\t\t\t\"popup\": {&#13;\n\t\t\t\t\t\t\t\"background\": \"#2e2d30\",&#13;\n\t\t\t\t\t\t\t\"text\": \"#999999\"&#13;\n\t\t\t\t\t\t},&#13;\n\t\t\t\t\t\t\"button\": {&#13;\n\t\t\t\t\t\t\t\"background\": \"transparent\",&#13;\n\t\t\t\t\t\t\t\"text\": \"#ffffff\"&#13;\n\t\t\t\t\t\t}&#13;\n\t\t\t\t\t},&#13;\n\t\t\t\t\t\"content\": {&#13;\n\t\t\t\t\t\t\"message\": \"This website uses cookies to enhance the user experience and to provide users with specific services and features.\",&#13;\n\t\t\t\t\t\t\"dismiss\": \"OK\",&#13;\n\t\t\t\t\t\t\"link\": \"Further information\",&#13;\n\t\t\t\t\t\t\"href\": \"/en/data-privacy\"&#13;\n\t\t\t\t\t}&#13;\n\t\t\t\t})});&#13;\n\t\t\t</script>&#13;\n\t\t\t\t<!-- Hotjar Tracking Code for hauserlacour.de -->&#13;\n\t\t\t\t<script>&#13;\n\t\t\t\t(function(h,o,t,j,a,r){&#13;\n\t\t\t\th.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};&#13;\n\t\t\t\th._hjSettings={hjid:1083871,hjsv:6};&#13;\n\t\t\t\ta=o.getElementsByTagName('head')[0];&#13;\n\t\t\t\tr=o.createElement('script');r.async=1;&#13;\n\t\t\t\tr.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;&#13;\n\t\t\t\ta.appendChild(r);&#13;\n\t\t\t\t})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');&#13;\n\t\t\t\t</script></head>&#13;\n" ]
[ "<title>Museum für Gegenwartkunst Siegen - Our Work - hauser lacour</title>&#13;\n\t" ]
[ { "key": "datasource", "type": "global", "value": "www.hauserlacour.de > en > work > museum fr gegenwartkunst siegen" } ]
[ { "char_end_idx": 296, "char_start_idx": 0, "key": "length", "type": "local", "value": "296" }, { "char_end_idx": 420, "char_start_idx": 296, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 609, "char_start_idx": 420, "key": "length", "type": "local", "value": "188" }, { "char_end_idx": 817, "char_start_idx": 609, "key": "length", "type": "local", "value": "207" }, { "char_end_idx": 869, "char_start_idx": 817, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 963, "char_start_idx": 869, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 1077, "char_start_idx": 963, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 1172, "char_start_idx": 1077, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 1258, "char_start_idx": 1172, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 1459, "char_start_idx": 1258, "key": "length", "type": "local", "value": "200" }, { "char_end_idx": 1606, "char_start_idx": 1459, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 1808, "char_start_idx": 1606, "key": "length", "type": "local", "value": "201" }, { "char_end_idx": 1941, "char_start_idx": 1808, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 2109, "char_start_idx": 1941, "key": "length", "type": "local", "value": "167" }, { "char_end_idx": 2179, "char_start_idx": 2109, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 2357, "char_start_idx": 2179, "key": "length", "type": "local", "value": "177" } ]
[ { "key": "length", "type": "global", "value": "2382" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "header" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "src", "class", "alt", "data-width", "data-height" ], "values": [ "/magick/imagetypes/slideshow-background/museum-fuer-gegenwarskunst-siegen-hauserlacour-29.png/museum-fuer-gegenwarskunst-siegen-hauserlacour-29.jpg", "section-background parallax-image", "museum fuer gegenwarskunst siegen hauserlacour 29", "4000", "2249" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 16, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/en/work/__/team-tag/1/", "team-tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 19, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "dash" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 37, "char_start_idx": 19, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/en/work/__/team-tag/2/", "team-tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 37, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 14, "type": "local", "value": "h4" }, { "char_end_idx": 51, "char_start_idx": 38, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 75, "char_start_idx": 52, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 76, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "text-click-wrapper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 76, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "td" }, { "char_end_idx": 76, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "tr" }, { "char_end_idx": 76, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "table" }, { "char_end_idx": 76, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "text white slice-2349" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 76, "char_start_idx": 76, "html_attrs": { "attrs": [ "type", "name", "value" ], "values": [ "hidden", "pagination-color", "light" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "input" }, { "char_end_idx": 76, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-stellar-ratio" ], "values": [ "swipe-wrap slideshow-elements-wrapper slideshow-element section-video slice-2349", "0.5" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 76, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "data-duration", "data-continuous" ], "values": [ "module image-text hero-section slideshow slideshow-swipe slice-2348 first-section has-text", "slice-2348", "4000", "true" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "section" }, { "char_end_idx": 99, "char_start_idx": 76, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 99, "char_start_idx": 76, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "h1" }, { "char_end_idx": 422, "char_start_idx": 100, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 422, "char_start_idx": 100, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 422, "char_start_idx": 76, "html_attrs": { "attrs": [ "class" ], "values": [ "text" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 422, "char_start_idx": 76, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "module project-description-text slice-2350", "background-color:#E8F7FC;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "section" }, { "char_end_idx": 455, "char_start_idx": 422, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 455, "char_start_idx": 422, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h1" }, { "char_end_idx": 870, "char_start_idx": 456, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 870, "char_start_idx": 456, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 871, "char_start_idx": 422, "html_attrs": { "attrs": [ "class" ], "values": [ "text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 871, "char_start_idx": 422, "html_attrs": { "attrs": [ "class" ], "values": [ "module project-description-text slice-2352" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "section" }, { "char_end_idx": 884, "char_start_idx": 871, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 884, "char_start_idx": 871, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "h1" }, { "char_end_idx": 1259, "char_start_idx": 885, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1259, "char_start_idx": 885, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1260, "char_start_idx": 871, "html_attrs": { "attrs": [ "class" ], "values": [ "text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1260, "char_start_idx": 871, "html_attrs": { "attrs": [ "class" ], "values": [ "module project-description-text slice-2356" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 1276, "char_start_idx": 1260, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1305, "char_start_idx": 1277, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1305, "char_start_idx": 1260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "h1" }, { "char_end_idx": 1809, "char_start_idx": 1306, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1809, "char_start_idx": 1306, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1810, "char_start_idx": 1260, "html_attrs": { "attrs": [ "class" ], "values": [ "text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1810, "char_start_idx": 1260, "html_attrs": { "attrs": [ "class" ], "values": [ "module project-description-text slice-2360" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 1828, "char_start_idx": 1810, "html_attrs": { "attrs": [ "style", "data-mce-mark" ], "values": [ "color: #333333;", "1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1828, "char_start_idx": 1810, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "h1" }, { "char_end_idx": 2180, "char_start_idx": 1829, "html_attrs": { "attrs": [ "style" ], "values": [ "color: #333333;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2180, "char_start_idx": 1829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2181, "char_start_idx": 1810, "html_attrs": { "attrs": [ "class" ], "values": [ "text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2181, "char_start_idx": 1810, "html_attrs": { "attrs": [ "class" ], "values": [ "module project-description-text slice-2364" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 2193, "char_start_idx": 2181, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2193, "char_start_idx": 2181, "html_attrs": { "attrs": [ "class" ], "values": [ "tags-category" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 2204, "char_start_idx": 2194, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2204, "char_start_idx": 2194, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/3/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2204, "char_start_idx": 2194, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2212, "char_start_idx": 2205, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2212, "char_start_idx": 2205, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/4/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2212, "char_start_idx": 2205, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2231, "char_start_idx": 2213, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2231, "char_start_idx": 2213, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/7/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2231, "char_start_idx": 2213, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2246, "char_start_idx": 2232, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2246, "char_start_idx": 2232, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/18/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2246, "char_start_idx": 2232, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2257, "char_start_idx": 2247, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2257, "char_start_idx": 2247, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/24/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2257, "char_start_idx": 2247, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2261, "char_start_idx": 2258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2261, "char_start_idx": 2258, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/25/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2261, "char_start_idx": 2258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2268, "char_start_idx": 2262, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2268, "char_start_idx": 2262, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/51/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2268, "char_start_idx": 2262, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2273, "char_start_idx": 2269, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2273, "char_start_idx": 2269, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/67/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2273, "char_start_idx": 2269, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2282, "char_start_idx": 2274, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2282, "char_start_idx": 2274, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/75/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2282, "char_start_idx": 2274, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2288, "char_start_idx": 2283, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2288, "char_start_idx": 2283, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/77/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2288, "char_start_idx": 2283, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2305, "char_start_idx": 2289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2305, "char_start_idx": 2289, "html_attrs": { "attrs": [ "href" ], "values": [ "/en/work/__/tag/109/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2305, "char_start_idx": 2289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2306, "char_start_idx": 2181, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 2306, "char_start_idx": 2181, "html_attrs": { "attrs": [ "class" ], "values": [ "tags-list" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2306, "char_start_idx": 2181, "html_attrs": { "attrs": [ "class" ], "values": [ "module tags-block slice-2366" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 2306, "char_start_idx": 2306, "html_attrs": { "attrs": [ "class" ], "values": [ "similar-projects" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2306, "char_start_idx": 2306, "html_attrs": { "attrs": [ "class" ], "values": [ "module similar-projects project-thumbs slice-3902" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 2306, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content css3-animated" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "section" }, { "char_end_idx": 2306, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "main css3-animated", "skrollr-body" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2306, "char_start_idx": 2306, "html_attrs": { "attrs": [ "class" ], "values": [ "footer" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "section" }, { "char_end_idx": 2381, "char_start_idx": 2306, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 2381, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "en museum-für-gegenwartkunst-siegen" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 37, "char_start_idx": 0, "key": "paragraph", "marker": "h4", "type": "local", "value": "Corporate Design – Interactive Design" }, { "char_end_idx": 51, "char_start_idx": 37, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nMUSEUM SIEGEN" }, { "char_end_idx": 75, "char_start_idx": 51, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nRigorous transformation" }, { "char_end_idx": 76, "char_start_idx": 75, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 99, "char_start_idx": 76, "key": "paragraph", "marker": "h1", "type": "local", "value": "Rigorous transformation" }, { "char_end_idx": 422, "char_start_idx": 99, "key": "paragraph", "marker": "div", "type": "local", "value": "\nThe Museum für Gegenwartskunst Siegen focuses not only on present-day art in the fields of painting, photography and video and indeed time-based media and installations, but on their roots as well. hauser lacour has been acting as consultant to the renowned institution for all aspects of its corporate design since 2005.\n" }, { "char_end_idx": 423, "char_start_idx": 422, "key": "paragraph", "marker": "p", "type": "local", "value": "T" }, { "char_end_idx": 455, "char_start_idx": 423, "key": "paragraph", "marker": "h1", "type": "local", "value": "he figurative mark as a constant" }, { "char_end_idx": 871, "char_start_idx": 455, "key": "paragraph", "marker": "p", "type": "local", "value": "\nWhen hauser lacour was producing first drafts for the Museum’s corporate design, the figurative mark, a blurred cube, already existed, and was to be kept. Between 2005 and 2008 it had the same status as the heading Museum für Gegenwartskunst Siegen and the exhibition information, as they were all positioned on black bars in the upper third of the surface area. This gave all media a striking, uniform appearance.\n" }, { "char_end_idx": 884, "char_start_idx": 871, "key": "paragraph", "marker": "h1", "type": "local", "value": "Combined logo" }, { "char_end_idx": 1260, "char_start_idx": 884, "key": "paragraph", "marker": "p", "type": "local", "value": "\nIn 2009 the Museum underwent a transformation and positioned itself as a brand. Consequently, hauser lacour grouped the figurative mark and the heading on a white background as a single entity. Clearly set apart from this eye catcher, all the other information follows on thin white bars. The revamped corporate design is simple and timeless, but nonetheless self-confident.\n" }, { "char_end_idx": 1305, "char_start_idx": 1260, "key": "paragraph", "marker": "h1", "type": "local", "value": "Greater freedom \nwith regard to poster design" }, { "char_end_idx": 1810, "char_start_idx": 1305, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThree years later the Museum directors decided it was time to tone down the rigor of the corporate design, at least as far as poster design was concerned. The font therefore had to be bigger and more legible from a distance, the layout be more flexible, and color had to be allowed to feature as well. The logo module remained as before on the top left, but hauser lacour allowed all other typographic elements to appear in various positions so as to be able to respond better in each case to the image.\n" }, { "char_end_idx": 1828, "char_start_idx": 1810, "key": "paragraph", "marker": "h1", "type": "local", "value": "Responsive website" }, { "char_end_idx": 2181, "char_start_idx": 1828, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe simple appearance of the corporate design can also be found on the Museum für Gegenwartskunst Siegen website. It offers a clear presentation area for the various events, which are prepared in modular form and as such can be accessed quickly and easily via all relevant devices. The used colors are derived from an installation in the Museum tower.\n" }, { "char_end_idx": 2193, "char_start_idx": 2181, "key": "paragraph", "marker": "li", "type": "local", "value": "Designskills" }, { "char_end_idx": 2204, "char_start_idx": 2193, "key": "paragraph", "marker": "li", "type": "local", "value": "\nResponsive" }, { "char_end_idx": 2212, "char_start_idx": 2204, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWebsite" }, { "char_end_idx": 2231, "char_start_idx": 2212, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBooks & Catalogues" }, { "char_end_idx": 2246, "char_start_idx": 2231, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGraphic Design" }, { "char_end_idx": 2257, "char_start_idx": 2246, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTypography" }, { "char_end_idx": 2261, "char_start_idx": 2257, "key": "paragraph", "marker": "li", "type": "local", "value": "\nArt" }, { "char_end_idx": 2268, "char_start_idx": 2261, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPoster" }, { "char_end_idx": 2273, "char_start_idx": 2268, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLogo" }, { "char_end_idx": 2282, "char_start_idx": 2273, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIdentity" }, { "char_end_idx": 2288, "char_start_idx": 2282, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrand" }, { "char_end_idx": 2305, "char_start_idx": 2288, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCorporate Design" }, { "char_end_idx": 2306, "char_start_idx": 2305, "key": "paragraph", "marker": "section", "type": "local", "value": "\n" }, { "char_end_idx": 2382, "char_start_idx": 2306, "key": "paragraph", "marker": "remainder", "type": "local", "value": "[if IE]> <script type=\"text/javascript\" src=\"/js/ie.js\"></script> <![endif]\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Museum für Gegenwartkunst Siegen - Our Work - hauser lacour" } ]
[ { "key": "url", "type": "global", "value": "https://www.hauserlacour.de/en/work/museum-fr-gegenwartkunst-siegen" } ]
[]
Corporate Design – Interactive Design MUSEUM SIEGEN Rigorous transformation Rigorous transformation The Museum für Gegenwartskunst Siegen focuses not only on present-day art in the fields of painting, photography and video and indeed time-based media and installations, but on their roots as well. hauser lacour has been acting as consultant to the renowned institution for all aspects of its corporate design since 2005. The figurative mark as a constant When hauser lacour was producing first drafts for the Museum’s corporate design, the figurative mark, a blurred cube, already existed, and was to be kept. Between 2005 and 2008 it had the same status as the heading Museum für Gegenwartskunst Siegen and the exhibition information, as they were all positioned on black bars in the upper third of the surface area. This gave all media a striking, uniform appearance. Combined logo In 2009 the Museum underwent a transformation and positioned itself as a brand. Consequently, hauser lacour grouped the figurative mark and the heading on a white background as a single entity. Clearly set apart from this eye catcher, all the other information follows on thin white bars. The revamped corporate design is simple and timeless, but nonetheless self-confident. Greater freedom with regard to poster design Three years later the Museum directors decided it was time to tone down the rigor of the corporate design, at least as far as poster design was concerned. The font therefore had to be bigger and more legible from a distance, the layout be more flexible, and color had to be allowed to feature as well. The logo module remained as before on the top left, but hauser lacour allowed all other typographic elements to appear in various positions so as to be able to respond better in each case to the image. Responsive website The simple appearance of the corporate design can also be found on the Museum für Gegenwartskunst Siegen website. It offers a clear presentation area for the various events, which are prepared in modular form and as such can be accessed quickly and easily via all relevant devices. The used colors are derived from an installation in the Museum tower. Designskills Responsive Website Books & Catalogues Graphic Design Typography Art Poster Logo Identity Brand Corporate Design [if IE]> <script type="text/javascript" src="/js/ie.js"></script> <![endif]
https://www.hauserlacour.de/en/work/museum-fr-gegenwartkunst-siegen
[ { "char_end_idx": 37, "char_start_idx": 19, "key": "entity", "type": "local", "value": "Interaction_design" }, { "char_end_idx": 2273, "char_start_idx": 2269, "key": "entity", "type": "local", "value": "Logo_(programming_language)" }, { "char_end_idx": 2288, "char_start_idx": 2283, "key": "entity", "type": "local", "value": "Brand" } ]
[ { "char_end_idx": 37, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Interaction_design" }, { "char_end_idx": 2273, "char_start_idx": 2268, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Logo_(programming_language)" }, { "char_end_idx": 2288, "char_start_idx": 2282, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brand" } ]
0
230
1555894071000
<!DOCTYPE html> <html> <head> <title>55 County Road 48, Mattituck, NY, 11952</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <meta name="description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The"> <link rel="canonical" href="/homedetails/17676833-55-county-road-48-mattituck-ny-11952"> <meta property="og:title" content="55 County Road 48, Mattituck, NY, 11952" /> <meta property="og:description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The" /> <meta property="og:image" content="https://lewisandnickles.com/images/17676833.jpg" /> <meta property="og:image:width" content="666" /> <meta property="og:image:height" content="441" /> <meta property="og:url" content="https://lewisandnickles.com/homedetails/17676833-55-county-road-48-mattituck-ny-11952" /> <meta property="og:locale" content="en_US" /> <meta itemprop="image" content="https://lewisandnickles.com/images/17676833.jpg" /> <meta itemprop="name" content="55 County Road 48, Mattituck, NY, 11952" /> <meta itemprop="description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The" /> <meta itemprop="audience" content="Home Buyers, Property Researchers, Realtors, Real Estate Agents"> <meta itemprop="inLanguage" content="EN-US"> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The" /> <meta name="twitter:title" content="55 County Road 48, Mattituck, NY, 11952" /> <meta name="twitter:image" content="https://lewisandnickles.com/images/17676833.jpg" /> <link rel="preload" href="/assets/font-awesome/css/font-awesome.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:300,400,600,700,800" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="/cs/fonts/ETmodules/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="/cs/css/index.min.css?v=1555496126343"> <script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ !function(n){"use strict";n.loadCSS||(n.loadCSS=function(){});var o=loadCSS.relpreload={};if(o.support=function(){var e;try{e=n.document.createElement("link").relList.supports("preload")}catch(t){e=!1}return function(){return e}}(),o.bindMediaToggle=function(t){var e=t.media||"all";function a(){t.media=e}t.addEventListener?t.addEventListener("load",a):t.attachEvent&&t.attachEvent("onload",a),setTimeout(function(){t.rel="stylesheet",t.media="only x"}),setTimeout(a,3e3)},o.poly=function(){if(!o.support())for(var t=n.document.getElementsByTagName("link"),e=0;e<t.length;e++){var a=t[e];"preload"!==a.rel||"style"!==a.getAttribute("as")||a.getAttribute("data-loadcss")||(a.setAttribute("data-loadcss",!0),o.bindMediaToggle(a))}},!o.support()){o.poly();var t=n.setInterval(o.poly,500);n.addEventListener?n.addEventListener("load",function(){o.poly(),n.clearInterval(t)}):n.attachEvent&&n.attachEvent("onload",function(){o.poly(),n.clearInterval(t)})}"undefined"!=typeof exports?exports.loadCSS=loadCSS:n.loadCSS=loadCSS}("undefined"!=typeof global?global:this); </script> <link rel="icon" type="image/x-icon" href="/cs/img/favicon.ico" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-91684738-1', 'auto', {'allowLinker': true}); ga('require', 'linker'); ga('linker:autoLink', ['greatagentusa.com', 'site.specialdemo.com', 'specialdemo.com', 'site.homeslakelbj.com', 'homeslakelbj.com', 'site.mcbrayergroup.com', 'mcbrayergroup.com', 'seattlehomerealtor.com', 'search.seattlehomerealtor.com', 'site.lewisandnickles.com', 'Disabled', 'Disabled', 'site.schmitzandsmith.com', 'schmitzandsmith.com', 'site.nhbeachtimerealty.com', 'nhbeachtimerealty.com', 'site.mytxhomes.com', 'search.mytxhomes.com', 'teamschlopy.com', 'search.teamschlopy.com', 'site.reatarealty.net', 'reatarealty.net', 'modernlivingre.com', 'search.modernlivingre.com', 'greatagent.net', 'site.karenwestover.com', 'karenwestover.com', 'greatagent.net', 'site.betterestimate.com', 'search.betterestimate.com', 'leadsvalue.com', 'leadsvalue.com', 'site.4allyourmoves.com', '4allyourmoves.com', 'charlottelipscomb.com', 'search.charlottelipscomb.com', 'search.sprinkmanrealestate.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'knoxvilledreamhomes.com', 'search.knoxvilledreamhomes.com', 'site.kauairealestatesearch.com', 'kauairealestatesearch.com', 'greatagent.net', 'greatagent.net', 'site.yourlakeozarkhome.com', 'search.yourlakeozarkhome.com', 'monicadiazteam.com', 'search.monicadiazteam.com', 'site.onepremierproperties.com', 'search.onepremierproperties.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'site.rogprestige.com', 'search.rogprestige.com', 'greatagent.net', 'boomersrealestateus.com', 'search.boomersrealestateus.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'homesforsaletriad.com', 'search.homesforsaletriad.com', 'greatagent.net', 'brockandfoster.com', 'search.brockandfoster.com', 'callenproperties.com', 'search.callenproperties.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'search.vestapreferred.com', 'albertsonrealtyatl.com', 'search.albertsonrealtyatl.com', 'greatagent.net', 'greatagent.net', 'jasonandersenrealestate.com', 'search.jasonandersenrealestate.com', 'smartlivingassociates.com', 'search.smartlivingassociates.com', 'thefejerangroup.com', 'search.thefejerangroup.com', 'gulffrontpropertysearch.com', 'search.gulffrontpropertysearch.com', 'impactrealtyco.com', 'search.impactrealtyco.com', 'thesalesconnection.net', 'search.thesalesconnection.net', 'site.signaturesalesteam.com', 'search.signaturesalesteam.com', 'greatagent.net', 'dochenrealtors.com', 'search.dochenrealtors.com', 'vindiolagroup.com', 'search.vindiolagroup.com', 'greatagent.net', 'thinkminneapolis.com', 'search.thinkminneapolis.com', 'onthemovedenver.com', 'search.onthemovedenver.com', 'greatagent.net', 'greatagent.net', 'deangary.com', 'search.deangary.com', 'augustageorgiahomes.com', 'search.augustageorgiahomes.com', 'greatagent.net', 'greatagent.net', 'newterritoryrealty.com', 'search.newterritoryrealty.com', 'greatagent.net', 'greatagent.net', 'summitrealtygroupwy.com', 'search.summitrealtygroupwy.com', 'site.housesandmortgages.com', 'search.housesandmortgages.com', 'mainstreetrealtyga.com', 'search.mainstreetrealtyga.com', 'greatagent.net', 'forsalesoutah.com', 'search.forsalesoutah.com', 'c21remastered.com', 'search.c21remastered.com', 'pmachomes.com', 'search.pmachomes.com', 'greatagent.net', 'site.sarahleonardteam.com', 'search.sarahleonardteam.com', 'site.albertare.com', 'search.albertare.com', 'greatagent.net']); ga('send', 'pageview'); </script> </head> <body id="body" class="ga-app" > <div id="root"> <div><div class="layout-default" data-reactroot=""><div><div class="header "><div class="mobile-menu-header mobile-block"><a class="mobile-menu-logo" href="/"><img src="/media/images/43wFv0nhc9XjDaoyQhSWaUJt84KQLyQlwvQLfrFo.png" alt="Logo"/></a><div class="close-menu"></div></div><div class="main-menu-part "><ul class="main-menu-part__contacts"><li><a href="tel:+16317653416"><i class="fa fa-phone main-menu-part__contacts-icon"></i>(631) 765-3416</a></li><li><a href="mailto:[email protected]"><i class="fa fa-envelope main-menu-part__contacts-icon"></i>[email protected]</a></li></ul><nav><div class="flex-grow-1 "><ul id="menu-primary" class="fetched-menu flexbox no-flex-mobile flex-justify-start"><li id="menu-item-94" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-94"><a title="Home" href="//lewisandnickles.com">Home</a></li><li id="menu-item-589" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-589 dropdown"><a title="Featured Listings" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true" aria-expanded="false">Featured Listings </a><ul role="menu" class=" dropdown-menu"><li id="menu-item-669" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-669"><a title="13350 New Suffolk Ave" href="https://lewisandnickles.com/homedetails/15719399">13350 New Suffolk Ave</a></li><li id="menu-item-665" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-665"><a title="Southold, NY 11971" href="https://site.lewisandnickles.com/southold-ny-11971/">Southold, NY 11971</a></li><li id="menu-item-624" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-624"><a title="1705 Arashamomaque Avenue, Southold" href="//lewisandnickles.com/homedetails/12896221">1705 Arashamomaque Avenue, Southold</a></li><li id="menu-item-625" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-625"><a title="2555 Youngs Avenue, Southold" href="//lewisandnickles.com/homedetails/12422491">2555 Youngs Avenue, Southold</a></li><li id="menu-item-629" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-629"><a title="8955 Main Rd" href="//lewisandnickles.com/homedetails/13522541-8955-main-rd-east-marion-ny-11939?city=East%20Marion&#038;type=c">8955 Main Rd</a></li></ul></li><li id="menu-item-95" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-95 dropdown"><a title="Buyers" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true" aria-expanded="false">Buyers </a><ul role="menu" class=" dropdown-menu"><li id="menu-item-408" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-408"><a title="MLS Listings" href="//lewisandnickles.com/properties">MLS Listings</a></li><li id="menu-item-511" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-511"><a title="Private Listings" href="https://site.lewisandnickles.com/private-listings/">Private Listings</a></li></ul></li><li id="menu-item-96" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-96"><a title="Sellers" href="https://site.lewisandnickles.com/sellers/">Sellers</a></li><li id="menu-item-410" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-410 dropdown"><a title="Rentals" href="#" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true" aria-expanded="false">Rentals </a><ul role="menu" class=" dropdown-menu"><li id="menu-item-409" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-409"><a title="Tenant" href="//lewisandnickles.com/properties?type=r">Tenant</a></li><li id="menu-item-194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194"><a title="Landlord" href="https://site.lewisandnickles.com/landlord/">Landlord</a></li></ul></li><li id="menu-item-97" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-97"><a title="About Us" href="https://site.lewisandnickles.com/about/">About Us</a></li><li id="menu-item-508" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-508"><a title="Contact" href="https://site.lewisandnickles.com/contact/">Contact</a></li></ul></div><div class=" mobile-block"></div><div class="right-nav-element flex-grow-1 hidden-mobile"></div><a class="menu-item pointer">Log In</a></nav></div></div></div><div class="page-container"><div class="" id=""><div><div><div class="search-block flexbox flex-justify-between flex-align-top "><a class="logo " href="/"><img src="/media/images/43wFv0nhc9XjDaoyQhSWaUJt84KQLyQlwvQLfrFo.png" alt="Logo"/></a><div class="search"><div class="flexbox flex-justify-between flex-align-top"><div class="flex-grow-1 search-filters-wrap"><div class="flexbox flex-justify-between"><div class="search-box flex-grow-1"><div style="border-color:#1F5F1E" class="search-bar flexbox flex-align-stretch"><div class="search-header-input-block flex-grow-1"><div role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-react-auto-suggest" aria-expanded="false" class="react-autosuggest__container"><input type="text" value="" autoComplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-react-auto-suggest" class="react-autosuggest__input" placeholder="Enter any Area, ZIP, Address, etc."/><div id="react-autowhatever-react-auto-suggest" role="listbox" class="react-autosuggest__suggestions-container"></div></div><div class="search-icon-button"></div></div><div class="flexbox flex-align-stretch"><div class="search-header-block flexbox"><div class="flexbox flex-align-center"><div>Type </div><span></span></div><div class="flexbox flex-wrap filter-values-list type-block hidden"><div><div class="flexbox"><div><h4>Listing type</h4><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Homes (Single Family)</label></div><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Land &amp; Lots</label></div><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Rental</label></div><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Multi family</label></div><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Commercial</label></div><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Condo</label></div><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Featured Listing</label></div></div><div><h4>Listing status</h4><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Active</label></div><div class="filter-item"><label class="flexbox"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Coming Soon</label></div></div></div></div></div></div><div class="search-header-block flexbox flex-align-center"><div><div>Price</div><span></span></div><div class="flexbox flex-wrap filter-values-list price-block hidden"><div><div><div class="flexbox inputs"><div class="flex-grow-1"><input placeholder="Min Price" value=""/></div><div class="flex-grow-1"><input placeholder="Max Price" value=""/></div></div><div class="prices"><ul class=""><li>No min</li><li><div class="inline-block">$50K</div></li><li><div class="inline-block">$75K</div></li><li><div class="inline-block">$100K</div></li><li><div class="inline-block">$150K</div></li><li><div class="inline-block">$200K</div></li><li><div class="inline-block">$250K</div></li><li><div class="inline-block">$300K</div></li><li><div class="inline-block">$350K</div></li><li><div class="inline-block">$400K</div></li><li><div class="inline-block">$450K</div></li><li><div class="inline-block">$500K</div></li><li><div class="inline-block">$550K</div></li><li><div class="inline-block">$600K</div></li><li><div class="inline-block">$650K</div></li><li><div class="inline-block">$700K</div></li><li><div class="inline-block">$750K</div></li><li><div class="inline-block">$800K</div></li><li><div class="inline-block">$850K</div></li><li><div class="inline-block">$900K</div></li><li><div class="inline-block">$1M</div></li><li><div class="inline-block">$1.25M</div></li><li><div class="inline-block">$1.50M</div></li><li><div class="inline-block">$2M</div></li><li><div class="inline-block">$2.50M</div></li><li><div class="inline-block">$3M</div></li><li><div class="inline-block">$4M</div></li><li><div class="inline-block">$5M</div></li><li><div class="inline-block">$6M</div></li><li><div class="inline-block">$7M</div></li><li><div class="inline-block">$8M</div></li><li><div class="inline-block">$9M</div></li><li><div class="inline-block">$10M</div></li></ul><ul class="text-right hidden"><li><div class="inline-block">$100K</div></li><li><div class="inline-block">$200K</div></li><li><div class="inline-block">$300K</div></li><li><div class="inline-block">$400K</div></li><li><div class="inline-block">$500K</div></li><li><div class="inline-block">$600K</div></li><li><div class="inline-block">$700K</div></li><li><div class="inline-block">$800K</div></li><li><div class="inline-block">$900K</div></li><li><div class="inline-block">Any price</div></li></ul></div></div></div></div></div><div class="search-header-block flexbox flex-align-center"><div><div>Beds</div><span></span></div><div class="radio-button-block filter-values-list hidden"><div class="radio-filter-wrapper"><div class="radio-filter-item active"><label class="flexbox"><div class="custom-radio"><input type="radio" name="beds" value="" checked=""/><div style="border-color:#1F5F1E"><span style="background-color:#1F5F1E"></span></div></div>Any</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="beds" value="2"/><div><span></span></div></div>2+</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="beds" value="3"/><div><span></span></div></div>3+</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="beds" value="4"/><div><span></span></div></div>4+</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="beds" value="5"/><div><span></span></div></div>5+</label></div></div></div></div><div class="search-header-block flexbox flex-align-center"><div><div>Baths</div><span></span></div><div class="radio-button-block filter-values-list hidden"><div class="radio-filter-wrapper"><div class="radio-filter-item active"><label class="flexbox"><div class="custom-radio"><input type="radio" name="baths" value="" checked=""/><div style="border-color:#1F5F1E"><span style="background-color:#1F5F1E"></span></div></div>Any</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="baths" value="2"/><div><span></span></div></div>2+</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="baths" value="3"/><div><span></span></div></div>3+</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="baths" value="4"/><div><span></span></div></div>4+</label></div><div class="radio-filter-item "><label class="flexbox"><div class="custom-radio"><input type="radio" name="baths" value="5"/><div><span></span></div></div>5+</label></div></div></div></div><div class="search-header-block flexbox flex-align-center"><div><div>Filters</div><span></span></div></div></div><div style="background-color:#1F5F1E" class="search-header-block search-button"><a href="/properties"></a></div></div></div></div></div><div class="advanced-filters-block hidden"><hr class="section-separator hidden"/><div class="filters-inner-block" style="height:calc(100vh - undefinedpx - undefinedpx - undefinedpx);overflow-y:auto"><div class="flexbox no-flex-mobile section-dropdowns"><div class="dropdown-block"><h4>Square Footage</h4><div class="flexbox dropdown-group"><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="minsqft" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="minsqft"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">550</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">600</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">650</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">700</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">750</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">800</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">850</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">900</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">950</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1050</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1100</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1150</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1200</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1250</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1750</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1800</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1850</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1900</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1950</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2250</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2750</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">5000</a></li></ul></div></div></div><div class="flex-grow-1 dropdown-wrapper-hr hidden-mobile"><hr/></div><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="maxsqft" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="maxsqft"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">550</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">600</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">650</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">700</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">750</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">800</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">850</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">900</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">950</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1050</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1100</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1150</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1200</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1250</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1750</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1800</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1850</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1900</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1950</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2250</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2750</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4500</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">5000</a></li></ul></div></div></div></div><h4>Year Built</h4><div class="flexbox dropdown-group"><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="minyear" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="minyear"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1900</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1920</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1930</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1940</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1950</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1960</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1970</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1980</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1990</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1995</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2005</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2006</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2007</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2008</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2009</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2010</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2011</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2012</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2013</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2014</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2015</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2016</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2017</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2018</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2019</a></li></ul></div></div></div><div class="flex-grow-1 dropdown-wrapper-hr hidden-mobile"><hr/></div><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="maxyear" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="maxyear"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1900</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1920</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1930</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1940</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1950</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1960</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1970</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1980</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1990</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1995</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2000</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2005</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2006</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2007</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2008</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2009</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2010</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2011</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2012</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2013</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2014</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2015</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2016</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2017</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2018</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2019</a></li></ul></div></div></div></div><h4>Garage Spaces</h4><div class="flexbox dropdown-group"><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="mingar" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="mingar"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">5</a></li></ul></div></div></div><div class="flex-grow-1 dropdown-wrapper-hr hidden-mobile"><hr/></div><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="maxgar" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="maxgar"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">5</a></li></ul></div></div></div></div></div><div class="dropdown-block"><h4>Acres</h4><div class="flexbox dropdown-group"><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="minacres" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="minacres"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/100</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/8</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/2</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3/4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">5</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">6</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">7</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">8</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">9</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">10</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">20</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">50</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">100</a></li></ul></div></div></div><div class="flex-grow-1 dropdown-wrapper-hr hidden-mobile"><hr/></div><div class="flex-grow-1 dropdown-wrapper"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="maxacres" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="maxacres"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/100</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/8</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1/2</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3/4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">1</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">2</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">3</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">4</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">5</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">6</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">7</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">8</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">9</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">10</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">20</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">50</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">100</a></li></ul></div></div></div></div><h4>Days on Site</h4><div class="dropdown-group"><div class="flex-grow-1 dropdown-wrapper single"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="maxdayslisted" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">No max<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="maxdayslisted"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">No max</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">New Listings (Since Yesterday)</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Less than 3 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Less than 7 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Less than 14 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Less than 30 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Less than 45 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Less than 60 days</a></li></ul></div></div></div></div></div><div class="dropdown-block"><h4>Price Reduced</h4><div class="dropdown-group"><div class="flex-grow-1 dropdown-wrapper single"><div class="complex-dropdown"><div class="dropdown btn-group btn-group-link"><button id="price_reduced" role="button" aria-haspopup="true" aria-expanded="false" type="button" class="dropdown-toggle btn btn-link">Any<!-- --> <span class="caret"></span></button><ul role="menu" class="dropdown-menu" aria-labelledby="price_reduced"><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Any</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">In the last day</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">In the last 3 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">In the last 7 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">In the last 14 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">In the last 30 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">More than 30 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">More than 60 days</a></li><li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">More than 120 days</a></li></ul></div></div></div></div><h4 class="hidden-mobile"> </h4><label class="checkbox-group has-photo ">Has Photos<div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div></label><h4 class="hidden"> </h4><label class="checkbox-group open-house hidden">Open House<div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div></label></div></div><div class="filter-groups"><div class="group"><div><h4>Community Features<div class="toggle-icon minus"></div></h4><div class="group-body flexbox flex-wrap hidden-mobile "><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Adult Community</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Horse Property</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>No HOA</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Has HOA</label></div></div></div><div class="group"><div><h4>Property Features<div class="toggle-icon minus"></div></h4><div class="group-body flexbox flex-wrap hidden-mobile "><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>New Construction</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Corner Lot</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Handicap Equipped</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Cul-De-Sac</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Gas Utilities</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Sewer</label></div></div></div><div class="group"><div><h4>Waterfront<div class="toggle-icon minus"></div></h4><div class="group-body flexbox flex-wrap hidden-mobile "><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Canal front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Creek Front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Lake front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Sound Front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Water front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Bay front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Ocean front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Pond front</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Beach Rights</label></div></div></div><div class="group"><div><h4>Exterior features<div class="toggle-icon minus"></div></h4><div class="group-body flexbox flex-wrap hidden-mobile "><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Dock Rights</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Fence</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Has garage</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Garage Attached</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Garage Detached</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>No Pool</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Patio</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Pool</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Porch</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Parking</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Basement</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Tennis Court</label></div></div></div><div class="group"><div><h4>Interior Features<div class="toggle-icon minus"></div></h4><div class="group-body flexbox flex-wrap hidden-mobile "><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Formal Dining</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Wood Floors</label></div></div></div><div class="group"><div><h4>Style<div class="toggle-icon minus"></div></h4><div class="group-body flexbox flex-wrap hidden-mobile "><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Two Story</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Cape</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Cottage</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Farmhouse</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Traditional</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Victorian</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Colonial</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Duplex</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Raised Ranch</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Split Level</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Tudor</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Bungalow</label><label class="flexbox flex-align-center"><div style="border-color:#1F5F1E" class="custom-checkbox"><input type="checkbox"/><span style="color:#1F5F1E"><i class="fa fa-check" aria-hidden="true"></i></span></div>Contemporary</label></div></div></div></div></div><div class="bottom-panel flexbox flex-justify-end"><div class="button-block"><button style="color:#1F5F1E;border-color:#1F5F1E" class="cs-button-blue transparent">close</button><button class="cs-button" style="background-color:#1F5F1E"><a href="/properties">View 0 results</a></button></div></div></div></div></div></div><hr class="section-separator hidden"/></div></div><div class="page property-details" itemscope="" itemType="http://schema.org/House http://schema.org/Product"><div class="property-details-inner"><div class="mobile-page-overlay mobile-block hidden"></div><div class="property-info-row flex-row flex-no-wrap hidden-device"><div class="address-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">County Road 48</span><span itemProp="addressLocality">Mattituck</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11952</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="40.9886084" itemProp="latitude"/><meta content="-72.55315569999999" itemProp="longitude"/></span></div><h1 class="property-title-wrapper"><div class="property-title">55 County Road 48<!-- --> </div><div class="city">Mattituck<!-- -->, <!-- -->NY<!-- --> <!-- -->11952</div></h1></div><div><div class="flexbox flex-justify-end flex-align-center"><div><div class="infoRowView inner-parameters-block"><div class="flexbox hidden-mobile"><div class="property-details__parameter price-parameter flex-grow-1 flex-direction-column"><div class="price-values"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/17676833.jpg"/><meta itemProp="name" content="55 County Road 48"/><meta itemProp="productID" content="17676833"/><meta itemProp="manufacturer" content="Douglas Elliman Real Estate"/><meta itemProp="description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3500"/></div></div><div class="value"><div class="inline-block">$3,500/mo</div></div></div></div><div class="property-details__parameter flex-grow-1"><div class="value">1.38</div><div class="label">Acres</div></div><div class="hidden property-details__parameter mls"><div><div class="no-wrap">MLS#: <!-- -->3064507</div><div class="no-wrap">Listed by <!-- -->Douglas Elliman Real Estate</div></div></div></div><div class="mobile-block property-details__parameter price-parameter flex-grow-1 flex-row"><div class="price-values"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/17676833.jpg"/><meta itemProp="name" content="55 County Road 48"/><meta itemProp="productID" content="17676833"/><meta itemProp="manufacturer" content="Douglas Elliman Real Estate"/><meta itemProp="description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3500"/></div></div><div class="value"><div class="inline-block">$3,500/mo</div></div></div></div><div class="icon-block flexbox flex-justify-between icon-block--mobile"><div class="icon-block__item flexbox flex-direction-column "><i class="fa fa-heart"></i><span>Favorite</span></div></div></div><div class="description-text-block mobile-block"><p></p></div><div class="hidden outer-parameters-block"><ul><li class="flexbox flex-align-center"><div class="label">Neighborhood</div><div class="value flex-grow-1"><a style="color:#3c8dbc" href="/properties?hood=North%20Fork">North Fork</a></div></li><li class="flexbox flex-align-center"><div class="label">Type</div><div class="value flex-grow-1"><a style="color:#3c8dbc" href="/properties?type=r">Rental</a></div></li><li class="flexbox flex-align-center"><div class="label">Tax Amount</div><div class="value flex-grow-1"><span><div class="inline-block">$2,900</div></span></div></li><li class="flexbox flex-align-center"><div class="label">Status</div><div class="value flex-grow-1"><span>Active</span></div></li><li class="flexbox flex-align-center"><div class="label">MLS#</div><div class="value flex-grow-1"><span>3064507</span></div></li><li class="flexbox flex-align-center"><div class="label">Lot Size</div><div class="value flex-grow-1"><span>1.38</span></div></li><li class="flexbox flex-align-center"><div class="label">Listed on site</div><div class="value flex-grow-1"><span>222 days</span></div></li></ul></div></div></div><div class="additional-info hidden"><span>Status: <!-- -->Active</span><span>ID: <!-- -->3064507</span><span>Lot Size: <!-- -->1.38<!-- --> Acres</span><span>Listed on site: <!-- -->222 days</span></div></div></div><div><div class="columns-wrapper flexbox no-flex-mobile flex-align-top flex-justify-between"><div class="left-column"><div class="basic-info"></div><div class="image-block"><div class="images"><div><div><div class="status-label"><div class="status-label text-center" style="background-color:#378CBE">active</div></div><div class="image-slider"><div><div class="text-center slide-wrapper"><div data-test="image-0-on-property-details-slider" style="background-image:url(/images/17676833.jpg), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-1-on-property-details-slider" style="background-image:url(/images/17676833-1.jpg), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-2-on-property-details-slider" style="background-image:url(), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-3-on-property-details-slider" style="background-image:url(), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-4-on-property-details-slider" style="background-image:url(), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-5-on-property-details-slider" style="background-image:url(), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-6-on-property-details-slider" style="background-image:url(), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-7-on-property-details-slider" style="background-image:url(), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-8-on-property-details-slider" style="background-image:url(), url(/images/nopic.jpg)"></div></div><div class="text-center slide-wrapper"><div data-test="image-9-on-property-details-slider" style="background-image:url(/images/17676833-9.jpg), url(/images/nopic.jpg)"></div></div></div><div class="total"><div><div class="info">1/10</div></div></div></div></div></div><div class="mini-slider"><div class="mini-slider-container hidden-mobile hidden-tablet"><div class="slick-initialized slick-slider"><div data-role="none" class="slick-arrow slick-prev slick-disabled slick-prev" style="display:block"><span class="inner"></span><span class="inner-hover"></span></div><div class="slick-list"><div class="slick-track"><div class="slick-slide slick-active slick-cloned slider-item active" style="outline:none;background-image:url(/images/17676833.jpg), url(/images/nopic.jpg)" data-index="0" tabindex="-1"><div></div></div><div class="slick-slide slick-active slick-cloned slider-item " style="outline:none;background-image:url(/images/17676833-1.jpg), url(/images/nopic.jpg)" data-index="1" tabindex="-1"><div></div></div><div class="slick-slide slick-active slick-cloned slider-item " style="outline:none;background-image:url(), url(/images/nopic.jpg)" data-index="2" tabindex="-1"><div></div></div><div class="slick-slide slick-active slick-cloned slider-item " style="outline:none;background-image:url(), url(/images/nopic.jpg)" data-index="3" tabindex="-1"><div></div></div><div class="slick-slide slick-active slick-cloned slider-item " style="outline:none;background-image:url(), url(/images/nopic.jpg)" data-index="4" tabindex="-1"><div></div></div><div class="slick-slide slick-active slick-cloned slider-item " style="outline:none;background-image:url(), url(/images/nopic.jpg)" data-index="5" tabindex="-1"><div></div></div><div class="slick-slide slick-cloned slider-item " style="outline:none;background-image:url(), url(/images/nopic.jpg)" data-index="6" tabindex="-1"><div></div></div><div class="slick-slide slick-cloned slider-item " style="outline:none;background-image:url(), url(/images/nopic.jpg)" data-index="7" tabindex="-1"><div></div></div><div class="slick-slide slick-cloned slider-item " style="outline:none;background-image:url(), url(/images/nopic.jpg)" data-index="8" tabindex="-1"><div></div></div><div class="slick-slide slick-cloned slider-item " style="outline:none;background-image:url(/images/17676833-9.jpg), url(/images/nopic.jpg)" data-index="9" tabindex="-1"><div></div></div></div></div><div data-role="none" class="slick-arrow slick-next slick-disabled slick-next" style="display:block"><span class="inner"></span><span class="inner-hover"></span></div></div></div><div class="advanced-view hidden-mobile hidden-tablet"><div style="color:#fff;background-color:#1F5F1E" class="street-view"><span class="img"><svg class="icon"><use xlink:href="/cs/img/icons/sprite.svg#streetview"></use></svg></span><span class="text">Street View</span></div></div><div class="advanced-view-mobile device-block"><div style="color:#1F5F1E" class="street-view"><span class="img"><svg class="icon"><use xlink:href="/cs/img/icons/sprite.svg#streetview"></use></svg></span><span class="text">Street View</span></div></div></div></div></div><div class="additional-info"><div class="description-block"><div class="description-text-block hidden-mobile"><p>Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing.</p></div><div><div class="device-block inner-parameters-block"><div class="flexbox hidden-mobile"><div class="property-details__parameter price-parameter flex-grow-1 flex-direction-column"><div style="color:#1F5F1E" class="calculator-icon"><svg class="icon"><use xlink:href="/cs/img/icons/sprite.svg#calculator"></use></svg></div><div class="price-values"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/17676833.jpg"/><meta itemProp="name" content="55 County Road 48"/><meta itemProp="productID" content="17676833"/><meta itemProp="manufacturer" content="Douglas Elliman Real Estate"/><meta itemProp="description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3500"/></div></div><div class="value"><div class="inline-block">$3,500</div></div></div></div><div class="property-details__parameter flex-grow-1"><div class="value">1.38</div><div class="label">Acres</div></div><div class=" property-details__parameter mls"><div><div class="no-wrap">MLS#: <!-- -->3064507</div><div class="no-wrap">Listed by <!-- -->Douglas Elliman Real Estate</div></div></div></div><div class="mobile-block property-details__parameter price-parameter flex-grow-1 flex-row"><div style="color:#1F5F1E" class="calculator-icon"><svg class="icon"><use xlink:href="/cs/img/icons/sprite.svg#calculator"></use></svg></div><div class="price-values"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/17676833.jpg"/><meta itemProp="name" content="55 County Road 48"/><meta itemProp="productID" content="17676833"/><meta itemProp="manufacturer" content="Douglas Elliman Real Estate"/><meta itemProp="description" content="Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3500"/></div></div><div class="value"><div class="inline-block">$3,500</div></div></div></div><div class="icon-block flexbox flex-justify-between icon-block--mobile"><div class="icon-block__item flexbox flex-direction-column "><i class="fa fa-heart"></i><span>Favorite</span></div></div></div><div class="description-text-block mobile-block"><p>Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing.</p></div><div class=" outer-parameters-block"><ul><li class="flexbox flex-align-center"><div class="label">Neighborhood</div><div class="value flex-grow-1"><a style="color:#3c8dbc" href="/properties?hood=North%20Fork">North Fork</a></div></li><li class="flexbox flex-align-center"><div class="label">Type</div><div class="value flex-grow-1"><a style="color:#3c8dbc" href="/properties?type=r">Rental</a></div></li><li class="flexbox flex-align-center"><div class="label">Tax Amount</div><div class="value flex-grow-1"><span><div class="inline-block">$2,900</div></span></div></li><li class="flexbox flex-align-center"><div class="label">Status</div><div class="value flex-grow-1"><span>Active</span></div></li><li class="flexbox flex-align-center"><div class="label">MLS#</div><div class="value flex-grow-1"><span>3064507</span></div></li><li class="flexbox flex-align-center"><div class="label">Lot Size</div><div class="value flex-grow-1"><span>1.38</span></div></li><li class="flexbox flex-align-center"><div class="label">Listed on site</div><div class="value flex-grow-1"><span>222 days</span></div></li></ul></div></div><div class="mls-block flexbox flex-justify-between"><p class="listed-by">Listed by:<br/><span>Douglas Elliman Real Estate</span></p><div><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div><div class="map-block"><div class="map-placeholder-wrapper bold pointer" style="background:none;background-size:cover"><span class="map-placeholder">Click for Map</span></div></div><div class="schools-block"><h2>School Info</h2><ul><li class="flexbox flex-justify-between"><span>school district</span><a style="color:#3c8dbc" href="/properties?school_district=Mattituck-Cutchogue">Mattituck-Cutchogue</a></li></ul></div><div class="property-filters-block"></div><div class="device-block"><div class="request hidden" data-testid="request-showing"><div><div class="request__main-content"><h4 class="request__heading">Go Tour This Home</h4><div class="request__date-slider"><div class="slick-initialized slick-slider"><div data-role="none" class="slick-arrow slick-prev slick-disabled slick-prev" style="display:block"><span class="inner"></span></div><div class="slick-list"><div class="slick-track"><div style="outline:none;border-color:#1F5F1E" class="slick-slide slick-active slick-cloned text-center slide-wrapper active" data-index="0" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div style="background-color:#1F5F1E" class="date-of-week">Sun</div><div class="date-of-month"><span class="time-number">21</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-active slick-cloned text-center slide-wrapper " data-index="1" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Mon</div><div class="date-of-month"><span class="time-number">22</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-active slick-cloned text-center slide-wrapper " data-index="2" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Tue</div><div class="date-of-month"><span class="time-number">23</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="3" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Wed</div><div class="date-of-month"><span class="time-number">24</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="4" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Thu</div><div class="date-of-month"><span class="time-number">25</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="5" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Fri</div><div class="date-of-month"><span class="time-number">26</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="6" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Sat</div><div class="date-of-month"><span class="time-number">27</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="7" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Sun</div><div class="date-of-month"><span class="time-number">28</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="8" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Mon</div><div class="date-of-month"><span class="time-number">29</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="9" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Tue</div><div class="date-of-month"><span class="time-number">30</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="10" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Wed</div><div class="date-of-month"><span class="time-number">01</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="11" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Thu</div><div class="date-of-month"><span class="time-number">02</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="12" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Fri</div><div class="date-of-month"><span class="time-number">03</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="13" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Sat</div><div class="date-of-month"><span class="time-number">04</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div></div></div><div data-role="none" class="slick-arrow slick-next slick-disabled slick-next" style="display:block"><span class="inner"></span></div></div></div><div class="request__sign-up-block"><div class="request__time-slider"><div class="progress-overlay "></div><p class="request__error">This property is unavailable for tours on that date. Please select another date.</p></div><form class="request__sign-up-form"><button class="sign-up-button " style="background-color:#EE3929">Schedule Tour</button></form></div></div></div></div></div></div><div class="similar-houses-block"><h2>Similar properties</h2><div class="flexbox flex-wrap no-flex-mobile no-flex-tablet"><div class="property flex-grow-1"><a href="/homedetails/22573811-1400-bayview-avenue-mattituck-ny-11952"><div class="hidden-device"><div class="img-wrapper"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/22573811.jpg"/><meta itemProp="name" content="1400 Bayview Avenue"/><meta itemProp="productID" content="22573811"/><meta itemProp="manufacturer" content="NOFO Real Estate LLC"/><meta itemProp="description" content="Great Opportunity To Rent Year Round For The Price Of Summer. Why Not Enjoy Your Very Own Vacation Home on the North Fork Without Having to Leave After Labor Day? This All New Bungalow Near The Water Has Been Lovingly Restored to Capture the Authenticity of a 1920&#x27;s North Fork Vacation Home With All Modern Amenities. Gourmet Chef&#x27;s Kitchen, Two Full Baths, Large Great Rm for Entertaining, All Weather Porch Area for Guests. Upstairs is a Large Bedroom and Loft / Office. Beautiful Private Setting."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3200"/></div></div><div class="inline-block">$3,200/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">Bayview Avenue</span><span itemProp="addressLocality">Mattituck</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11952</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="41.00236599999999" itemProp="latitude"/><meta content="-72.549801" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->Mattituck</div><div class="parameters"><span class="parameter">1<!-- --> BR</span><span class="parameter">2<!-- --> BA</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div><div class="device-block"><div class="flexbox"><div class="img-wrapper flex-grow-1"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div class="flex-grow-1"><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/22573811.jpg"/><meta itemProp="name" content="1400 Bayview Avenue"/><meta itemProp="productID" content="22573811"/><meta itemProp="manufacturer" content="NOFO Real Estate LLC"/><meta itemProp="description" content="Great Opportunity To Rent Year Round For The Price Of Summer. Why Not Enjoy Your Very Own Vacation Home on the North Fork Without Having to Leave After Labor Day? This All New Bungalow Near The Water Has Been Lovingly Restored to Capture the Authenticity of a 1920&#x27;s North Fork Vacation Home With All Modern Amenities. Gourmet Chef&#x27;s Kitchen, Two Full Baths, Large Great Rm for Entertaining, All Weather Porch Area for Guests. Upstairs is a Large Bedroom and Loft / Office. Beautiful Private Setting."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3200"/></div></div><div class="inline-block">$3,200/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">Bayview Avenue</span><span itemProp="addressLocality">Mattituck</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11952</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="41.00236599999999" itemProp="latitude"/><meta content="-72.549801" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->Mattituck</div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div></div><div><div class="bottom-info-block"><div class="parameters"><span class="parameter">1<!-- --> BR</span><span class="parameter">2<!-- --> BA</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div></div></a></div><div class="property flex-grow-1"><a href="/homedetails/22593493-24635-main-road-cutchogue-ny-11935"><div class="hidden-device"><div class="img-wrapper"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/22593493.jpg"/><meta itemProp="name" content="24635 Main Road"/><meta itemProp="productID" content="22593493"/><meta itemProp="manufacturer" content="Daniel Gale Sothebys Intl"/><meta itemProp="description" content="3 Bedroom, 2 Full Bath Cape for Year Round Rental. Residential Office Zoning. Great Main Road Exposure For Home Business. Renovated in 2015. Long Term Tenant Departing May 1. Home to Be Fixed Up for Next Tenant. Street Gas For Heat And Hot Water. Well Water. All Lease Terms And Length Are Negotiable. Shed Not For Tenant Use. Legally Finished Attic For Additional Space And Storage. Ample Room For Parking. Tenant/All Occupants Over 18 Must Apply Thru NTN &amp; Pay $35 Application Fee Per Occupant"/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="2950"/></div></div><div class="inline-block">$2,950/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">Main Road</span><span itemProp="addressLocality">Cutchogue</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11935</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="41.0046555" itemProp="latitude"/><meta content="-72.4950857" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->Cutchogue</div><div class="parameters"><span class="parameter">3<!-- --> BR</span><span class="parameter">2<!-- --> BA</span><span class="parameter">1,800<!-- --> SF</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div><div class="device-block"><div class="flexbox"><div class="img-wrapper flex-grow-1"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div class="flex-grow-1"><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/22593493.jpg"/><meta itemProp="name" content="24635 Main Road"/><meta itemProp="productID" content="22593493"/><meta itemProp="manufacturer" content="Daniel Gale Sothebys Intl"/><meta itemProp="description" content="3 Bedroom, 2 Full Bath Cape for Year Round Rental. Residential Office Zoning. Great Main Road Exposure For Home Business. Renovated in 2015. Long Term Tenant Departing May 1. Home to Be Fixed Up for Next Tenant. Street Gas For Heat And Hot Water. Well Water. All Lease Terms And Length Are Negotiable. Shed Not For Tenant Use. Legally Finished Attic For Additional Space And Storage. Ample Room For Parking. Tenant/All Occupants Over 18 Must Apply Thru NTN &amp; Pay $35 Application Fee Per Occupant"/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="2950"/></div></div><div class="inline-block">$2,950/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">Main Road</span><span itemProp="addressLocality">Cutchogue</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11935</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="41.0046555" itemProp="latitude"/><meta content="-72.4950857" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->Cutchogue</div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div></div><div><div class="bottom-info-block"><div class="parameters"><span class="parameter">3<!-- --> BR</span><span class="parameter">2<!-- --> BA</span><span class="parameter">1,800<!-- --> SF</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div></div></a></div><div class="property flex-grow-1"><a href="/homedetails/21582921-530-stillwater-cutchogue-ny-11935"><div class="hidden-device"><div class="img-wrapper"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/21582921.jpg"/><meta itemProp="name" content="530 Stillwater"/><meta itemProp="productID" content="21582921"/><meta itemProp="manufacturer" content="North Fork Real Estate Inc"/><meta itemProp="description" content="Summer getaway with an in-ground pool and close to beach. In the heart of all the North Fork has to offer. Seasonal rental, weekly price with a 14 night minimum"/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="2800"/></div></div><div class="inline-block">$2,800/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">Stillwater</span><span itemProp="addressLocality">Cutchogue</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11935</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="41.015869" itemProp="latitude"/><meta content="-72.4806643" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->Cutchogue</div><div class="parameters"><span class="parameter">3<!-- --> BR</span><span class="parameter">2.5<!-- --> BA</span><span class="parameter">1,800<!-- --> SF</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div><div class="device-block"><div class="flexbox"><div class="img-wrapper flex-grow-1"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div class="flex-grow-1"><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/21582921.jpg"/><meta itemProp="name" content="530 Stillwater"/><meta itemProp="productID" content="21582921"/><meta itemProp="manufacturer" content="North Fork Real Estate Inc"/><meta itemProp="description" content="Summer getaway with an in-ground pool and close to beach. In the heart of all the North Fork has to offer. Seasonal rental, weekly price with a 14 night minimum"/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="2800"/></div></div><div class="inline-block">$2,800/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">Stillwater</span><span itemProp="addressLocality">Cutchogue</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11935</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="41.015869" itemProp="latitude"/><meta content="-72.4806643" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->Cutchogue</div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div></div><div><div class="bottom-info-block"><div class="parameters"><span class="parameter">3<!-- --> BR</span><span class="parameter">2.5<!-- --> BA</span><span class="parameter">1,800<!-- --> SF</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div></div></a></div><div class="property flex-grow-1"><a href="/homedetails/21363641-720-2nd-street-new-suffolk-ny-11956"><div class="hidden-device"><div class="img-wrapper"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/21363641.jpg"/><meta itemProp="name" content="720 2nd Street"/><meta itemProp="productID" content="21363641"/><meta itemProp="manufacturer" content="Douglas Elliman Real Estate"/><meta itemProp="description" content="Bring Your Flip Flops And Move Right In! Adorable Beach Cottage In The Heart Of The Historic Maritime Hamlet Of New Suffolk. One Block From Beach, Local Restaurant. 2 Bedroom Cottage Features Living Room, Kitchen And Full Bath. Daydream On Your Covered Porch Overlooking Your Lovely Waterview Yard."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3000"/></div></div><div class="inline-block">$3,000/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">2nd Street</span><span itemProp="addressLocality">New Suffolk</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11956</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="40.9917256" itemProp="latitude"/><meta content="-72.47248259999999" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->New Suffolk</div><div class="parameters"><span class="parameter">2<!-- --> BR</span><span class="parameter">1<!-- --> BA</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div><div class="device-block"><div class="flexbox"><div class="img-wrapper flex-grow-1"><img class="img-block"/><div class="info-hover text-center"><div class="inner">View Photos &amp; Details</div></div></div><div class="flex-grow-1"><div class="cost-block flexbox flex-direction-row flex-justify-between flex-align-top"><div class="cost"><div itemscope="" itemType="http://schema.org/Product"><link itemProp="additionalType" href="https://www.productontology.org/id/Real_estate" /><meta itemProp="image" content="//lewisandnickles.com/images/21363641.jpg"/><meta itemProp="name" content="720 2nd Street"/><meta itemProp="productID" content="21363641"/><meta itemProp="manufacturer" content="Douglas Elliman Real Estate"/><meta itemProp="description" content="Bring Your Flip Flops And Move Right In! Adorable Beach Cottage In The Heart Of The Historic Maritime Hamlet Of New Suffolk. One Block From Beach, Local Restaurant. 2 Bedroom Cottage Features Living Room, Kitchen And Full Bath. Daydream On Your Covered Porch Overlooking Your Lovely Waterview Yard."/><div itemProp="offers" itemscope="" itemType="http://schema.org/Offer"><meta itemProp="priceCurrency" content="USD"/><meta itemProp="price" content="3000"/></div></div><div class="inline-block">$3,000/mo</div></div></div><div class="info-block"><div class="hidden"><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="streetAddress">2nd Street</span><span itemProp="addressLocality">New Suffolk</span><span itemProp="addressRegion">NY</span><span itemProp="postalCode">11956</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta content="40.9917256" itemProp="latitude"/><meta content="-72.47248259999999" itemProp="longitude"/></span></div><div class="city">North Fork / <!-- -->New Suffolk</div></div><div class="status-label text-center" style="background-color:#378CBE">active</div></div></div><div><div class="bottom-info-block"><div class="parameters"><span class="parameter">2<!-- --> BR</span><span class="parameter">1<!-- --> BA</span></div><div class="disclaimer"><img src="//crm.greatagentusa.com/greatagent/upload/5032258825.gif" style="max-width:50px;display:none"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.</div></div></div></div></a></div></div></div></div></div><div class="right-column hidden-mobile hidden-tablet"><div class="icon-block flexbox flex-justify-between "><div class="icon-block__item flexbox flex-direction-column "><i class="fa fa-heart"></i><span>Favorite</span></div></div><div><div></div><div class="sticky"><div class="request hidden" data-testid="request-showing"><div><div class="request__main-content"><h4 class="request__heading">Go Tour This Home</h4><div class="request__date-slider"><div class="slick-initialized slick-slider"><div data-role="none" class="slick-arrow slick-prev slick-disabled slick-prev" style="display:block"><span class="inner"></span></div><div class="slick-list"><div class="slick-track"><div style="outline:none;border-color:#1F5F1E" class="slick-slide slick-active slick-cloned text-center slide-wrapper active" data-index="0" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div style="background-color:#1F5F1E" class="date-of-week">Sun</div><div class="date-of-month"><span class="time-number">21</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-active slick-cloned text-center slide-wrapper " data-index="1" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Mon</div><div class="date-of-month"><span class="time-number">22</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-active slick-cloned text-center slide-wrapper " data-index="2" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Tue</div><div class="date-of-month"><span class="time-number">23</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="3" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Wed</div><div class="date-of-month"><span class="time-number">24</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="4" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Thu</div><div class="date-of-month"><span class="time-number">25</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="5" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Fri</div><div class="date-of-month"><span class="time-number">26</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="6" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Sat</div><div class="date-of-month"><span class="time-number">27</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="7" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Sun</div><div class="date-of-month"><span class="time-number">28</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="8" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Mon</div><div class="date-of-month"><span class="time-number">29</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="9" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Tue</div><div class="date-of-month"><span class="time-number">30</span><span style="color:#1F5F1E" class="date-of-month-title">Apr</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="10" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Wed</div><div class="date-of-month"><span class="time-number">01</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="11" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Thu</div><div class="date-of-month"><span class="time-number">02</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="12" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Fri</div><div class="date-of-month"><span class="time-number">03</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div><div style="outline:none" class="slick-slide slick-cloned text-center slide-wrapper " data-index="13" tabindex="-1"><div style="border-top-color:#1F5F1E" class="box-triangle"></div><div class="date"><div class="date-of-week">Sat</div><div class="date-of-month"><span class="time-number">04</span><span style="color:#1F5F1E" class="date-of-month-title">May</span></div></div></div></div></div><div data-role="none" class="slick-arrow slick-next slick-disabled slick-next" style="display:block"><span class="inner"></span></div></div></div><div class="request__sign-up-block"><div class="request__time-slider"><div class="progress-overlay "></div><p class="request__error">This property is unavailable for tours on that date. Please select another date.</p></div><form class="request__sign-up-form"><button class="sign-up-button " style="background-color:#EE3929">Schedule Tour</button></form></div></div></div></div></div></div></div></div></div></div><div></div></div></div></div><div class="flash-message flash-message--hidden"><button class="flash-message__close" data-testid="close-button">×</button></div><div><div class="fl-row-content-wrap"><section class="footer-custom"><style>.footer { color: #fff; background-color: #1B6019; display: flex; justify-content: center; align-items: center; padding-top: 1em; padding-bottom: 1em; padding-left: 20px; padding-right: 20px;}.footer ul { list-style: none; margin: 0; padding-left: 0;}.footer .contacts { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; padding: 0.5em; width: 25%;}.footer .contacts a { color: inherit; text-decoration: none;}.footer .contacts a:hover,.footer .contacts a:active,.footer .contacts a:focus { color: #7d848a;}.footer .contacts li { padding-top: 0.25em; padding-bottom: 0.25em;}.footer .title { font-weight: 600px; color: #fff;}.footer .copyright { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; text-align: center; padding: 0.5em; width: 50%;}.copyright p { margin: 0;}.footer .social { padding: 0.5em; width: 25%; text-align: center; flex-direction: row; flex-shrink: 1; flex-grow: 1; text-align: right;}.footer .social-buttons { display: flex; flex-direction: row; justify-content: flex-end; padding-top: 0.5em;}.footer .social-buttons a { text-decoration: none; margin-right: 0.5em;}.social-buttons a:last-child { margin-right: 0;}.social-buttons .button { width: 30px; height: 30px; background-color: #fff; border-radius: 50%; color: #1B6019; display: flex; flex-direction: column; justify-content: center; text-align: center;}.social-buttons .button:hover { background-color: rgba(0, 0, 0, 0.5);}@media (max-width: 880px) { .footer { display: block; } .footer .contacts, .footer .copyright, .footer .social { width: 100%; display: block; text-align: center; margin: 0; } .footer .social-buttons { justify-content: center; }}</style> <footer class="footer"> <div class="contacts"> <ul> <li> <i class="fa fa-envelope"></i> <a href="https://site.lewisandnickles.com/email-form/">Email Us</a> </li> <li> <i class="fa fa-fax"></i> <a href="fax:+16317654096">Fax: (631) 765-4096</a> </li> <li> <i class="fa fa-phone"></i> <a href="tel:+16317653416">Call: (631) 765-3416</a> </li> </ul> </div> <div class="copyright"> <p> 2019, All rights reserved. Lewis & Nickles, LTD. Real Estate<br>57200 East Main Rd., PO BOX 877 <br>Southold, NY 11971 </p> </div> <div class="social"> <span class="title">Follow us:</span> <ul class="social-buttons"> <a href="https://www.facebook.com/lewisandnickles" target="_blank"> <li class="button"> <i class="fa fa-facebook"></i> </li> </a> </ul> </div> </footer></section></div></div></div></div> </div> <div id="tracking-code-area"></div> <div id="third-party-cookies-frame"></div> <script> window.__PRELOADED_STATE__ = {"common":{"selectedFilters":{"favorite":false,"suggestions":{},"type":{},"status":{},"price":{"from":"","to":""},"lvh":null,"lfh":null,"beds":null,"baths":null,"advanced":{"minsqft":null,"maxsqft":null,"mingar":null,"maxgar":null,"minstories":null,"maxstories":null,"maxdaysprr":null,"mindaysprr":null,"photo":null,"minacres":null,"maxacres":null,"minyear":null,"maxyear":null,"maxdayslisted":null,"basmnttype":null},"sort":"created_at desc"},"agentAuthorized":false,"companySettings":{"id":113543,"companyName":"Lewis & Nickles, LTD. Real Estate","logo":"/media/images/43wFv0nhc9XjDaoyQhSWaUJt84KQLyQlwvQLfrFo.png","phone":"+16317653416","email":"[email protected]","address":"The North Fork of Long Island","landingPageHeadline":"WELCOME HOME","landingPageSubLine":"Access to The North Fork of Long Island Homes for Sale. Updated Every Minute.","thirdPartyResources":"<script>\nwindow['_fs_debug'] = false;\nwindow['_fs_host'] = 'fullstory.com';\nwindow['_fs_org'] = 'JNBBF';\nwindow['_fs_namespace'] = 'FS';\n(function(m,n,e,t,l,o,g,y){\n if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window[\"_fs_namespace\"].');} return;}\n g=m[e]=function(a,b,s){g.q?g.q.push([a,b,s]):g._api(a,b,s);};g.q=[];\n o=n.createElement(t);o.async=1;o.src='https://'+_fs_host+'/s/fs.js';\n y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y);\n g.identify=function(i,v,s){g(l,{uid:i},s);if(v)g(l,v,s)};g.setUserVars=function(v,s){g(l,v,s)};g.event=function(i,v,s){g('event',{n:i,p:v},s)};\n g.shutdown=function(){g(\"rec\",!1)};g.restart=function(){g(\"rec\",!0)};\n g.consent=function(a){g(\"consent\",!arguments.length||a)};\n g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)};\n g.clearUserCookie=function(){};\n})(window,document,window['_fs_namespace'],'script','user');\n<\\/script>","facebookLoginEnabled":true,"facebookAppKey":"119980418626703","hasListTrac":false,"googleLoginEnabled":true,"googleAppKey":"1018472736020-m8ke8d6k9j1kj89mc3dr56dts56jh09v.apps.googleusercontent.com","fullAddress":"57200 East Main Rd, PO BOX 877 \r\nSouthold, NY 11971","googleMapKey":null,"adWordsConversionTrackerId":"AW-924877161","cloudflareCdnHost":"cdn.top-in-austin.com","GMapsApiKey":"AIzaSyBFZ1ndu2NM6TbYGo-H59TEPZGwRq6zIgY","personalSiteUrl":"site.lewisandnickles.com","domain":"lewisandnickles.com","trackingCodes":{"visit":{"google_conversion_id":"924877161","google_custom_params":"window.google_tag_params","google_remarketing_only":"true"},"lead-registration":{"google_conversion_id":"924877161","google_conversion_language":"en","google_conversion_format":"3","google_conversion_color":"ffffff","google_conversion_label":"fNb2CNqvw3MQ6YKCuQM","google_remarketing_only":"false"},"lead-visit":null},"sources":["mlsli","gapl"],"locations":[{"name":"Riverhead"},{"name":"Orient"},{"name":"East Marion"},{"name":"Greenport"},{"name":"Southold"},{"name":"Peconic"},{"name":"New Suffolk"},{"name":"Cutchogue"},{"name":"Mattituck"},{"name":"Laurel"},{"name":"S. Jamesport"},{"name":"Jamesport"},{"name":"Aquebogue"}],"location":"The North Fork of Long Island","bounds":[{"lat":41.180000305176,"lon":-72.778999328613},{"lat":41.180000305176,"lon":-72.036003112793},{"lat":40.770000457764,"lon":-72.036003112793},{"lat":40.770000457764,"lon":-72.778999328613},{"lat":41.180000305176,"lon":-72.778999328613}],"startViewPoint":{"lat":40.97500038147,"lon":-72.407501220703,"zoom":10},"fieldsConfiguration":{"id":[],"outdated_from":null,"is_active":null,"created_at":[],"updated_at":[],"source_property_id":[],"listed_at":[],"source_last_modified_at":[],"source_images_last_modified_at":[],"mls":[],"display_address":[],"street":[],"address":[],"city":[],"state":[],"zip":[],"neighborhood":[],"mls_neighborhood":[],"area":null,"county":[],"mls_county":null,"longitude":null,"latitude":null,"price":[],"status":[],"type":[],"description":[],"is_for_rent":[],"is_for_sale":[],"bedrooms":[],"bathrooms":[],"half_bathrooms":[],"square":[],"lot_square":[],"broker":[],"agent":[],"year":[],"virtual_tour":[],"has_virtual_tour":null,"images_total":[],"garages_total":[],"parking_total":[],"url":[],"HOADues":[],"taxAmount":[],"style":[],"location":[],"adult_community":[],"community_pool":null,"horse_property":[],"community_dock":null,"gated_community":null,"lake_community":null,"community_fitness_room":null,"golf_community":null,"no_hoa":[],"has_hoa":[],"community_playground":null,"tennis_community":null,"airplane_accessible":null,"green_leed":null,"new_construction":[],"corner_lot":[],"handicap_equipped":[],"no_builder_restrictions":null,"cul_de_sac":[],"historic_property":null,"on_golf_course":null,"gas_utilities":[],"inlaw_suite":null,"underground_utilities":null,"canal_front":[],"creek_front":[],"lake_front":[],"river_front":[],"water_access":null,"water_front":[],"bay_front":[],"ocean_front":[],"pond_front":[],"beach":[],"has_water_view":[],"city_view":null,"creek_view":[],"golf_course_view":null,"greenbelt_view":null,"lake_view":[],"river_view":null,"wooded_view":null,"bay_view":[],"ocean_view":[],"pond_view":[],"mountain_view":null,"balcony":null,"barn":null,"boat_sleep":null,"carport":null,"deck":null,"dock":[],"fence":[],"garage":[],"garage_attached":[],"garage_detached":[],"hot_tube":null,"no_pool":[],"parking_off_street":null,"parking_boat":null,"patio":[],"pool":[],"pool_above_ground":null,"pool_below_ground":null,"porch":[],"sprinkler_system":null,"storage_buildings":null,"workshop":null,"parking":[],"attic":null,"sewer":[],"has_tennis_court":[],"carpet_floors":null,"wood_floors":[],"basement":[],"fire_place":null,"formal_dining":[],"great_room":null,"loft":null,"main_floor_bedroom":null,"pantry":null,"study":null,"walk_in_closet":null,"wet_bar":null,"elevator":null,"cathedral_ceiling":null,"central_air_conditioning":null,"gas_oven":null,"granite_counters":null,"heat_electric":null,"heat_gas":null,"master_downstairs":null,"master_upstairs":null,"remodeled":null,"high_rise":null,"multi_level":null,"ranch_one_story":null,"two_story":[],"one_half_story":null,"a_frame":null,"cape":[],"cottage":[],"farmhouse":[],"log":null,"penthouse":null,"spanish":null,"traditional":[],"victorian":[],"first_floor_unit":null,"second_floor_unit":null,"bi_level":null,"colonial":[],"duplex":[],"low_rise":null,"raised":[],"split_level":[],"tudor":[],"bungalow":[],"contemporary":[],"end_unit":null,"loft_apartment":null,"mid_rise":null,"studio":[],"tri_level":null,"quad_level":null,"cash":null,"conventional_financing":null,"down_payment_assistance":null,"fha_loan":null,"lease_purchase":null,"owner_financing":null,"trade_exchange":null,"usda":null,"va_loan":null,"price_reduced_at":[],"is_back_on_market":[],"stories_total":null,"basement_types":null,"schools":null,"school_district":[],"school_elementary":null,"school_middle":null,"school_high":null,"has_sold_houses":null,"has_elementary_school":null,"gulf_front":null,"gulf_access":null,"bayou_front":null,"lagoon_view":null,"open_house":null,"popular_listing":null,"buyer_agent":null,"listing_agent":null,"office_id":null,"has_office_id":null,"is_fee_simple":null,"complex":null,"secondary_office":null,"co_listing":null,"co_listing_office_short_id":null,"co_selling_office_short_id":null,"company_id":[]},"menu":{"data":{"menu":"<ul id=\"menu-primary\" class=\"fetched-menu flexbox no-flex-mobile flex-justify-start\"><li id=\"menu-item-94\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-94\"><a title=\"Home\" href=\"//lewisandnickles.com\">Home</a></li><li id=\"menu-item-589\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-589 dropdown\"><a title=\"Featured Listings\" href=\"#\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"false\">Featured Listings </a><ul role=\"menu\" class=\" dropdown-menu\"><li id=\"menu-item-669\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-669\"><a title=\"13350 New Suffolk Ave\" href=\"https://lewisandnickles.com/homedetails/15719399\">13350 New Suffolk Ave</a></li><li id=\"menu-item-665\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-665\"><a title=\"Southold, NY 11971\" href=\"https://site.lewisandnickles.com/southold-ny-11971/\">Southold, NY 11971</a></li><li id=\"menu-item-624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-624\"><a title=\"1705 Arashamomaque Avenue, Southold\" href=\"//lewisandnickles.com/homedetails/12896221\">1705 Arashamomaque Avenue, Southold</a></li><li id=\"menu-item-625\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-625\"><a title=\"2555 Youngs Avenue, Southold\" href=\"//lewisandnickles.com/homedetails/12422491\">2555 Youngs Avenue, Southold</a></li><li id=\"menu-item-629\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-629\"><a title=\"8955 Main Rd\" href=\"//lewisandnickles.com/homedetails/13522541-8955-main-rd-east-marion-ny-11939?city=East%20Marion&#038;type=c\">8955 Main Rd</a></li></ul></li><li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-95 dropdown\"><a title=\"Buyers\" href=\"#\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"false\">Buyers </a><ul role=\"menu\" class=\" dropdown-menu\"><li id=\"menu-item-408\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-408\"><a title=\"MLS Listings\" href=\"//lewisandnickles.com/properties\">MLS Listings</a></li><li id=\"menu-item-511\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-511\"><a title=\"Private Listings\" href=\"https://site.lewisandnickles.com/private-listings/\">Private Listings</a></li></ul></li><li id=\"menu-item-96\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-96\"><a title=\"Sellers\" href=\"https://site.lewisandnickles.com/sellers/\">Sellers</a></li><li id=\"menu-item-410\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-410 dropdown\"><a title=\"Rentals\" href=\"#\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"false\">Rentals </a><ul role=\"menu\" class=\" dropdown-menu\"><li id=\"menu-item-409\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-409\"><a title=\"Tenant\" href=\"//lewisandnickles.com/properties?type=r\">Tenant</a></li><li id=\"menu-item-194\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-194\"><a title=\"Landlord\" href=\"https://site.lewisandnickles.com/landlord/\">Landlord</a></li></ul></li><li id=\"menu-item-97\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-97\"><a title=\"About Us\" href=\"https://site.lewisandnickles.com/about/\">About Us</a></li><li id=\"menu-item-508\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-508\"><a title=\"Contact\" href=\"https://site.lewisandnickles.com/contact/\">Contact</a></li></ul>"}},"footer":{"data":{"footer":"<div class=\"fl-row-content-wrap\"><section class=\"footer-custom\"><style>.footer { color: #fff; background-color: #1B6019; display: flex; justify-content: center; align-items: center; padding-top: 1em; padding-bottom: 1em; padding-left: 20px; padding-right: 20px;}.footer ul { list-style: none; margin: 0; padding-left: 0;}.footer .contacts { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; padding: 0.5em; width: 25%;}.footer .contacts a { color: inherit; text-decoration: none;}.footer .contacts a:hover,.footer .contacts a:active,.footer .contacts a:focus { color: #7d848a;}.footer .contacts li { padding-top: 0.25em; padding-bottom: 0.25em;}.footer .title { font-weight: 600px; color: #fff;}.footer .copyright { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; text-align: center; padding: 0.5em; width: 50%;}.copyright p { margin: 0;}.footer .social { padding: 0.5em; width: 25%; text-align: center; flex-direction: row; flex-shrink: 1; flex-grow: 1; text-align: right;}.footer .social-buttons { display: flex; flex-direction: row; justify-content: flex-end; padding-top: 0.5em;}.footer .social-buttons a { text-decoration: none; margin-right: 0.5em;}.social-buttons a:last-child { margin-right: 0;}.social-buttons .button { width: 30px; height: 30px; background-color: #fff; border-radius: 50%; color: #1B6019; display: flex; flex-direction: column; justify-content: center; text-align: center;}.social-buttons .button:hover { background-color: rgba(0, 0, 0, 0.5);}@media (max-width: 880px) { .footer { display: block; } .footer .contacts, .footer .copyright, .footer .social { width: 100%; display: block; text-align: center; margin: 0; } .footer .social-buttons { justify-content: center; }}</style> <footer class=\"footer\"> <div class=\"contacts\"> <ul> <li> <i class=\"fa fa-envelope\"></i> <a href=\"https://site.lewisandnickles.com/email-form/\">Email Us</a> </li> <li> <i class=\"fa fa-fax\"></i> <a href=\"fax:+16317654096\">Fax: (631) 765-4096</a> </li> <li> <i class=\"fa fa-phone\"></i> <a href=\"tel:+16317653416\">Call: (631) 765-3416</a> </li> </ul> </div> <div class=\"copyright\"> <p> 2019, All rights reserved. Lewis & Nickles, LTD. Real Estate<br>57200 East Main Rd., PO BOX 877 <br>Southold, NY 11971 </p> </div> <div class=\"social\"> <span class=\"title\">Follow us:</span> <ul class=\"social-buttons\"> <a href=\"https://www.facebook.com/lewisandnickles\" target=\"_blank\"> <li class=\"button\"> <i class=\"fa fa-facebook\"></i> </li> </a> </ul> </div> </footer></section></div>"}},"filters":{"data":{"filters":{"filter_groups":{"Community Features":{"title":"Community Features","fields":{"adult_community":{"title":"Adult Community","param":"ac"},"horse_property":{"title":"Horse Property","param":"chp"},"no_hoa":{"title":"No HOA","param":"nohoa"},"has_hoa":{"title":"Has HOA","param":"hoa"}}},"Property Features":{"title":"Property Features","fields":{"new_construction":{"title":"New Construction","param":"newcnstr"},"corner_lot":{"title":"Corner Lot","param":"clot"},"handicap_equipped":{"title":"Handicap Equipped","param":"hndce"},"cul_de_sac":{"title":"Cul-De-Sac","param":"culds"},"gas_utilities":{"title":"Gas Utilities","param":"gasut"},"sewer":{"title":"Sewer","param":"sw"}}},"Waterfront":{"title":"Waterfront","fields":{"canal_front":{"title":"Canal front","param":"vcf"},"creek_front":{"title":"Creek Front","param":"vcrf"},"lake_front":{"title":"Lake front","param":"fl"},"river_front":{"title":"Sound Front","param":"fr"},"water_front":{"title":"Water front","param":"fw"},"bay_front":{"title":"Bay front","param":"fb"},"ocean_front":{"title":"Ocean front","param":"fo"},"pond_front":{"title":"Pond front","param":"fpnd"},"beach":{"title":"Beach Rights","param":"bch"}}},"Exterior features":{"title":"Exterior features","fields":{"dock":{"title":"Dock Rights","param":"do"},"fence":{"title":"Fence","param":"fy"},"garage":{"title":"Has garage","param":"g"},"garage_attached":{"title":"Garage Attached","param":"ga"},"garage_detached":{"title":"Garage Detached","param":"gd"},"no_pool":{"title":"No Pool","param":"nopl"},"patio":{"title":"Patio","param":"pt"},"pool":{"title":"Pool","param":"p"},"porch":{"title":"Porch","param":"prch"},"parking":{"title":"Parking","param":"prk"},"basement":{"title":"Basement","param":"bsmt"},"has_tennis_court":{"title":"Tennis Court","param":"tnscrt"}}},"Interior Features":{"title":"Interior Features","fields":{"formal_dining":{"title":"Formal Dining","param":"fd"},"wood_floors":{"title":"Wood Floors","param":"hwf"}}},"Style":{"title":"Style","fields":{"two_story":{"title":"Two Story","param":"ts"},"cape":{"title":"Cape","param":"cap"},"cottage":{"title":"Cottage","param":"cott"},"farmhouse":{"title":"Farmhouse","param":"farmh"},"traditional":{"title":"Traditional","param":"trad"},"victorian":{"title":"Victorian","param":"vict"},"colonial":{"title":"Colonial","param":"colonial"},"duplex":{"title":"Duplex","param":"duplex"},"raised":{"title":"Raised Ranch","param":"raised"},"split_level":{"title":"Split Level","param":"slev"},"tudor":{"title":"Tudor","param":"tudor"},"bungalow":{"title":"Bungalow","param":"bungalow"},"contemporary":{"title":"Contemporary","param":"contemporary"}}}},"property_types":{"Home":{"title":"Homes (Single Family)","param":"h"},"LandAndLot":{"title":"Land And Lots","param":"ll"},"Rental":{"title":"Rental","param":"r"},"Multi Family":{"title":"Multi family","param":"mf"},"Commercial":{"title":"Commercial","param":"c"},"Condo":{"title":"Condo","param":"cn"},"Featured Listing":{"title":"Featured Listing","param":"fl"}},"property_statuses":{"Active":{"title":"Active","name":"Active","param":"a"},"Upcoming":{"title":"Coming Soon","name":"Upcoming","param":"u"}},"suggestions":{"preload":"city","limit":5,"groups":[{"reference_to_property":true,"title":"Address","name":"address","type":"string"},{"reference_to_property":true,"title":"MLS","name":"mls","type":"string"},{"title":"City","name":"city","type":"string"},{"title":"Zip Code","name":"zip","type":"string"},{"title":"Neighborhood","name":"neighborhood","type":"string","fields":["neighborhood","mls_neighborhood"]},{"title":"Area","name":"area","type":"string"},{"title":"Street","name":"street","type":"string"},{"reference_to_property":true,"title":"Address","name":"address","type":"string","valueField":"starts_with_value"},{"title":"County","name":"county","type":"string"},{"title":"School","name":"school","fields":["school_elementary","school_middle","school_high"],"type":"string"},{"title":"School district","name":"school_district","type":"string"},{"title":"State","name":"state","type":"string"}]},"filterable":[{"title":"City","name":"city"},{"title":"Zip","name":"zip"},{"title":"Neighborhood","name":"neighborhood"},{"title":"County","name":"county"},{"title":"School District","name":"school_district"},{"title":"Garages Total","name":"garages_total"}]}}},"UI":{"data":{"homedetails":{"LayoutDefault":{"mobileMenuHidden":true}},"properties":{"LayoutDefault":{"mobileMenuHidden":true}},"PageBackground":{"mobileBackgroundImage":"","backgroundImage":"/media/images/hWFfUvkgWuhFZiN3KwuLlc3v5Oz1p3Wg5yf62ZkP.jpg","backgroundVideo":"/media/videos/18VsgQUxnVXbuF2fOnk9Y9gxbXp1mXUIJ6d9JnZn.mp4"},"common":{"colors":{"primary":"#1F5F1E","callToAction":"#EE3929","comingSoon":"#FFCA00","new":"#F59D00","priceReduced":"#00A757","active":"#378CBE","underContract":"#001E40"},"font":{"url":null,"family":null}},"Parameters":{"link":{"color":"#3c8dbc"}},"SignUp":{"stepOne":{"signInLink":{"color":"#3c8dbc"},"agreementLink":{"color":"#3c8dbc"}},"stepTwo":{"signInLink":{"color":"#3c8dbc"},"agreementLink":{"color":"#3c8dbc"}}},"Confirmation":{"resendCodeLink":{"color":"#3c8dbc"},"changeNumberLink":{"color":"#3c8dbc"}},"LogIn":{"signUpLink":{"color":"#3c8dbc"}},"Calculator":{"resetLink":{"color":"#3c8dbc"}},"title":"","description":""}},"mlsSources":{"data":[{"type":"RETS","name":"MLSLI","title":"MLSLI","displayMLSInfo":false,"legalDisclaimer":null},{"type":"PL","name":"GAPL","title":"Private Listings","displayMLSInfo":false,"legalDisclaimer":null}]}},"fh":2,"searchValue":null,"mobileFiltersVisibility":false,"companyAgents":[],"shouldShowFooter":true,"appData":{},"previousUrlLocation":{"hash":"","pathname":"","query":{},"search":""},"scroll":0,"serverSideRendered":true,"suggestions":[],"thirdPartyCookiesEnabled":false,"externalHost":null,"XHRInProgress":{"AgentInfo":false},"infoModalType":null,"isOnline":true,"shortMode":false,"developmentMode":false},"properties":{"properties":[],"total":0,"pagination":{},"similarProperties":[],"propertiesByMapBounds":[],"endOfList":false,"images":{}},"community":{"name":"","properties":[],"total":0,"page":1,"descriptors":null},"propertyDetails":{"zip":"11952","street":"County Road 48","is_for_rent":true,"hoa_dues":0,"meta":{"is_favourite":false,"url":"/homedetails/17676833-55-county-road-48-mattituck-ny-11952","priceTrend":null},"agent":"Reiss, Suzette D","bathrooms":null,"propertyStatus":{"text":"ACTIVE","color":"#378CBE"},"price":3500,"created_at":"2018-09-12T14:31:53-04:00","price_reduced_at":null,"city":"Mattituck","lot_square":60113,"similar":[{"id":"22573811","attributes":{"created_at":"2019-04-17T16:05:14-04:00","updated_at":"2019-04-18T09:03:44-04:00","listed_at":"2019-04-17T00:00:00-04:00","mls":"3120221","street":"Bayview Avenue","address":"1400 Bayview Avenue","city":"Mattituck","state":"NY","zip":"11952","neighborhood":"North Fork","price":3200,"status":"Active","type":"Rental","description":"Great Opportunity To Rent Year Round For The Price Of Summer. Why Not Enjoy Your Very Own Vacation Home on the North Fork Without Having to Leave After Labor Day? This All New Bungalow Near The Water Has Been Lovingly Restored to Capture the Authenticity of a 1920's North Fork Vacation Home With All Modern Amenities. Gourmet Chef's Kitchen, Two Full Baths, Large Great Rm for Entertaining, All Weather Porch Area for Guests. Upstairs is a Large Bedroom and Loft / Office. Beautiful Private Setting.","is_for_rent":true,"is_for_sale":false,"bedrooms":1,"bathrooms":2,"half_bathrooms":null,"square":null,"lot_square":18731,"broker":"NOFO Real Estate LLC","agent":"Leslie, Gina","year":1929,"virtual_tour":null,"images_total":14,"garages_total":0,"parking_total":null,"style":"Cottage","location":{"lon":-72.549801,"lat":41.00236599999999},"price_reduced_at":null,"schools":null,"is_active":true,"mls_neighborhood":null,"tax_amount":0,"hoa_dues":0,"id":"22573811","meta":{"is_favourite":false,"url":"/homedetails/22573811-1400-bayview-avenue-mattituck-ny-11952","priceTrend":null,"distance":0.9795007757352555},"propertyStatus":{"text":"ACTIVE","color":"#378CBE"}},"status":{"data":{"text":"ACTIVE","color":"#378CBE"}},"meta":{"data":{"is_favourite":false,"url":"/homedetails/22573811-1400-bayview-avenue-mattituck-ny-11952","priceTrend":null,"distance":0.9795007757352555}},"legalDisclaimer":{"data":{"legalDisclaimer":{"properties":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.","property":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc."}}},"source":{"data":{"type":"RETS","name":"MLSLI","title":"MLSLI","displayMLSInfo":false,"legalDisclaimer":null}}},{"id":"22593493","attributes":{"created_at":"2019-04-18T09:47:07-04:00","updated_at":"2019-04-18T10:03:27-04:00","listed_at":"2019-04-17T00:00:00-04:00","mls":"3120347","street":"Main Road","address":"24635 Main Road","city":"Cutchogue","state":"NY","zip":"11935","neighborhood":"North Fork","price":2950,"status":"Active","type":"Rental","description":"3 Bedroom, 2 Full Bath Cape for Year Round Rental. Residential Office Zoning. Great Main Road Exposure For Home Business. Renovated in 2015. Long Term Tenant Departing May 1. Home to Be Fixed Up for Next Tenant. Street Gas For Heat And Hot Water. Well Water. All Lease Terms And Length Are Negotiable. Shed Not For Tenant Use. Legally Finished Attic For Additional Space And Storage. Ample Room For Parking. Tenant/All Occupants Over 18 Must Apply Thru NTN & Pay $35 Application Fee Per Occupant","is_for_rent":true,"is_for_sale":false,"bedrooms":3,"bathrooms":2,"half_bathrooms":null,"square":1800,"lot_square":26136,"broker":"Daniel Gale Sothebys Intl","agent":"Giacobbe, Rene A","year":1940,"virtual_tour":null,"images_total":7,"garages_total":0,"parking_total":null,"style":"Cape","location":{"lon":-72.4950857,"lat":41.0046555},"price_reduced_at":null,"schools":null,"is_active":true,"mls_neighborhood":null,"tax_amount":0,"hoa_dues":0,"id":"22593493","meta":{"is_favourite":false,"url":"/homedetails/22593493-24635-main-road-cutchogue-ny-11935","priceTrend":null,"distance":4.167287868646617},"propertyStatus":{"text":"ACTIVE","color":"#378CBE"}},"status":{"data":{"text":"ACTIVE","color":"#378CBE"}},"meta":{"data":{"is_favourite":false,"url":"/homedetails/22593493-24635-main-road-cutchogue-ny-11935","priceTrend":null,"distance":4.167287868646617}},"legalDisclaimer":{"data":{"legalDisclaimer":{"properties":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.","property":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc."}}},"source":{"data":{"type":"RETS","name":"MLSLI","title":"MLSLI","displayMLSInfo":false,"legalDisclaimer":null}}},{"id":"21582921","attributes":{"created_at":"2019-03-12T13:55:08-04:00","updated_at":"2019-03-31T15:16:47-04:00","listed_at":"2019-03-12T00:00:00-04:00","mls":"3108386","street":"Stillwater","address":"530 Stillwater","city":"Cutchogue","state":"NY","zip":"11935","neighborhood":"North Fork","price":2800,"status":"Active","type":"Rental","description":"Summer getaway with an in-ground pool and close to beach. In the heart of all the North Fork has to offer. Seasonal rental, weekly price with a 14 night minimum","is_for_rent":true,"is_for_sale":false,"bedrooms":3,"bathrooms":2.5,"half_bathrooms":1,"square":1800,"lot_square":null,"broker":"North Fork Real Estate Inc","agent":"Kaelin, Erin R","year":null,"virtual_tour":null,"images_total":17,"garages_total":0,"parking_total":null,"style":"2 Story","location":{"lon":-72.4806643,"lat":41.015869},"price_reduced_at":null,"schools":null,"is_active":true,"mls_neighborhood":null,"tax_amount":0,"hoa_dues":0,"id":"21582921","meta":{"is_favourite":false,"url":"/homedetails/21582921-530-stillwater-cutchogue-ny-11935","priceTrend":null,"distance":5.357109039451696},"propertyStatus":{"text":"ACTIVE","color":"#378CBE"}},"status":{"data":{"text":"ACTIVE","color":"#378CBE"}},"meta":{"data":{"is_favourite":false,"url":"/homedetails/21582921-530-stillwater-cutchogue-ny-11935","priceTrend":null,"distance":5.357109039451696}},"legalDisclaimer":{"data":{"legalDisclaimer":{"properties":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.","property":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc."}}},"source":{"data":{"type":"RETS","name":"MLSLI","title":"MLSLI","displayMLSInfo":false,"legalDisclaimer":null}}},{"id":"21363641","attributes":{"created_at":"2019-03-02T14:49:25-05:00","updated_at":"2019-03-07T09:28:55-05:00","listed_at":"2019-03-02T00:00:00-05:00","mls":"3105467","street":"2nd Street","address":"720 2nd Street","city":"New Suffolk","state":"NY","zip":"11956","neighborhood":"North Fork","price":3000,"status":"Active","type":"Rental","description":"Bring Your Flip Flops And Move Right In! Adorable Beach Cottage In The Heart Of The Historic Maritime Hamlet Of New Suffolk. One Block From Beach, Local Restaurant. 2 Bedroom Cottage Features Living Room, Kitchen And Full Bath. Daydream On Your Covered Porch Overlooking Your Lovely Waterview Yard.","is_for_rent":true,"is_for_sale":false,"bedrooms":2,"bathrooms":1,"half_bathrooms":null,"square":null,"lot_square":12197,"broker":"Douglas Elliman Real Estate","agent":"McCloskey, Thomas E","year":null,"virtual_tour":null,"images_total":9,"garages_total":0,"parking_total":null,"style":"Cottage","location":{"lon":-72.47248259999999,"lat":40.9917256},"price_reduced_at":null,"schools":null,"is_active":true,"mls_neighborhood":null,"tax_amount":0,"hoa_dues":0,"id":"21363641","meta":{"is_favourite":false,"url":"/homedetails/21363641-720-2nd-street-new-suffolk-ny-11956","priceTrend":null,"distance":5.584370314699118},"propertyStatus":{"text":"ACTIVE","color":"#378CBE"}},"status":{"data":{"text":"ACTIVE","color":"#378CBE"}},"meta":{"data":{"is_favourite":false,"url":"/homedetails/21363641-720-2nd-street-new-suffolk-ny-11956","priceTrend":null,"distance":5.584370314699118}},"legalDisclaimer":{"data":{"legalDisclaimer":{"properties":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.","property":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc."}}},"source":{"data":{"type":"RETS","name":"MLSLI","title":"MLSLI","displayMLSInfo":false,"legalDisclaimer":null}}}],"priceHistory":[{"date":"2018-09-12T14:31:53-04:00","current":3500,"previous":null}],"virtual_tour":null,"tax_amount":2900,"neighborhood":"North Fork","state":"NY","style":"Comm/Ind","garages_total":0,"buyerAgent":{"id":378,"name":"Paul Leary","title":"Agent","email":"[email protected]","phone":"+16317937317","picture":"/media/images/lMAEF4k4u7enI2n5M9YaxnxaXeJJM9dGCaqX8SUP.png","site":"paul.lewisandnickles.com","signature":"<p style=\"margin: 0;\">&nbsp;Paul Leary</p><p style=\"margin: 0;\">agent</p><p style=\"margin: 0;\">lewis &amp; nickles</p><p style=\"margin: 0;\">631 793 7317</p><p style=\"margin: 0;\">[email protected]</p>","office":"+16317937317"},"is_for_sale":false,"status":"Active","legalDisclaimer":{"properties":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc.","property":"<img src=\"//crm.greatagentusa.com/greatagent/upload/5032258825.gif\" style=\"max-width:50px;display:none\"> Information Copyright 2017, Multiple Listing Service of Long Island, Inc."},"mls":"3064507","address":"55 County Road 48","listed_at":"2018-09-12T00:00:00-04:00","location":{"lon":-72.55315569999999,"lat":40.9886084},"updated_at":"2019-03-13T12:09:51-04:00","bedrooms":null,"images":["/images/17676833.jpg","/images/17676833-1.jpg","","","","","","","","/images/17676833-9.jpg"],"mls_neighborhood":null,"half_bathrooms":null,"broker":"Douglas Elliman Real Estate","type":"Rental","source":{"data":{"type":"RETS","name":"MLSLI","title":"MLSLI","displayMLSInfo":false,"legalDisclaimer":null}},"id":"17676833","is_active":true,"description":"Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing.","year":null,"features":[],"square":null,"images_total":10,"parking_total":null,"extraInfo":{"data":[]},"schools":{"district":"Mattituck-Cutchogue","elementary":null,"middle":null,"high":null}},"signUp":{"signUpFormVisibility":false,"userAuthorized":false,"userFullyAuthorized":false,"signUpModuleIsMounted":false,"leadId":null,"favouritesCount":null},"metaData":{"title":"55 County Road 48, Mattituck, NY, 11952","description":"Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The","url":"/homedetails/17676833-55-county-road-48-mattituck-ny-11952","siteName":""},"ui":{"pageOverlay":false},"flashMessages":{"isVisible":false,"content":null,"onDismiss":null,"pathname":"","negative":false,"warning":false,"style":{},"canBeClosed":true}}; window._RAVEN_PUBLIC_KEY_ = 'https://[email protected]/145272'; window._GA_RELEASE = '[email protected]'; window._GA_ENVIRONMENT = 'production'; window._CRM_HOST_ = 'https://crm.greatagentusa.com'; window._DEVELOPMENT_MODE_ = false; window.GMAPS_API_KEY = 'AIzaSyBFZ1ndu2NM6TbYGo-H59TEPZGwRq6zIgY'; if (!Date.prototype.toISOString) { (function () { function pad(number) { if (number < 10) { return '0' + number; } return number; } Date.prototype.toISOString = function () { return this.getUTCFullYear() + '-' + pad(this.getUTCMonth() + 1) + '-' + pad(this.getUTCDate()) + 'T' + pad(this.getUTCHours()) + ':' + pad(this.getUTCMinutes()) + ':' + pad(this.getUTCSeconds()) + '.' + (this.getUTCMilliseconds() / 1000).toFixed(3).slice(2, 5) + 'Z'; }; }()); } </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion_async.js" charset="utf-8"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-924877161"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-924877161'); </script> <script src="/assets/babel-polyfill/polyfill.min.js" type="text/javascript"></script> <script src="/cs/js/PropertyDetailsChunk.51511c6f5d270951678d.min.js"></script> <script src="/cs/js/vendors.9cb09ab10676f3cb8c48.min.js"></script> <script src="/cs/js/index.38645737315dcabf86ac.min.js"></script> <script src="/cs/js/signUp.3c4edc8366030b13347a.min.js" async></script> <script> window['_fs_debug'] = false; window['_fs_host'] = 'fullstory.com'; window['_fs_org'] = 'JNBBF'; window['_fs_namespace'] = 'FS'; (function(m,n,e,t,l,o,g,y){ if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].');} return;} g=m[e]=function(a,b,s){g.q?g.q.push([a,b,s]):g._api(a,b,s);};g.q=[]; o=n.createElement(t);o.async=1;o.src='https://'+_fs_host+'/s/fs.js'; y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y); g.identify=function(i,v,s){g(l,{uid:i},s);if(v)g(l,v,s)};g.setUserVars=function(v,s){g(l,v,s)};g.event=function(i,v,s){g('event',{n:i,p:v},s)}; g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)}; g.consent=function(a){g("consent",!arguments.length||a)}; g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)}; g.clearUserCookie=function(){}; })(window,document,window['_fs_namespace'],'script','user'); </script> </body> </html>
[ "<footer class=\"footer\"> <div class=\"contacts\"> <ul> <li> <i class=\"fa fa-envelope\"/> <a href=\"https://site.lewisandnickles.com/email-form/\">Email Us</a> </li> <li> <i class=\"fa fa-fax\"/> <a href=\"fax:+16317654096\">Fax: (631) 765-4096</a> </li> <li> <i class=\"fa fa-phone\"/> <a href=\"tel:+16317653416\">Call: (631) 765-3416</a> </li> </ul> </div> <div class=\"copyright\"> <p> 2019, All rights reserved. Lewis &amp; Nickles, LTD. Real Estate<br/>57200 East Main Rd., PO BOX 877 <br/>Southold, NY 11971 </p> </div> <div class=\"social\"> <span class=\"title\">Follow us:</span> <ul class=\"social-buttons\"> <a href=\"https://www.facebook.com/lewisandnickles\" target=\"_blank\"> <li class=\"button\"> <i class=\"fa fa-facebook\"/> </li> </a> </ul> </div> </footer>" ]
[ "<head>\n <title>55 County Road 48, Mattituck, NY, 11952</title>\n <meta charset=\"utf-8\"/>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0\"/>\n <meta name=\"description\" content=\"Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The\"/>\n \n \n <link rel=\"canonical\" href=\"/homedetails/17676833-55-county-road-48-mattituck-ny-11952\"/>\n \n <meta property=\"og:title\" content=\"55 County Road 48, Mattituck, NY, 11952\"/>\n <meta property=\"og:description\" content=\"Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The\"/>\n <meta property=\"og:image\" content=\"https://lewisandnickles.com/images/17676833.jpg\"/>\n <meta property=\"og:image:width\" content=\"666\"/>\n <meta property=\"og:image:height\" content=\"441\"/>\n <meta property=\"og:url\" content=\"https://lewisandnickles.com/homedetails/17676833-55-county-road-48-mattituck-ny-11952\"/>\n <meta property=\"og:locale\" content=\"en_US\"/>\n \n \n\n <meta itemprop=\"image\" content=\"https://lewisandnickles.com/images/17676833.jpg\"/>\n <meta itemprop=\"name\" content=\"55 County Road 48, Mattituck, NY, 11952\"/>\n <meta itemprop=\"description\" content=\"Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The\"/>\n <meta itemprop=\"audience\" content=\"Home Buyers, Property Researchers, Realtors, Real Estate Agents\"/>\n <meta itemprop=\"inLanguage\" content=\"EN-US\"/>\n\n <meta name=\"twitter:card\" content=\"summary\"/>\n <meta name=\"twitter:description\" content=\"Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The\"/>\n <meta name=\"twitter:title\" content=\"55 County Road 48, Mattituck, NY, 11952\"/>\n <meta name=\"twitter:image\" content=\"https://lewisandnickles.com/images/17676833.jpg\"/>\n\n <link rel=\"preload\" href=\"/assets/font-awesome/css/font-awesome.min.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"/>\n <link rel=\"preload\" href=\"//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:300,400,600,700,800\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"/>\n <link rel=\"preload\" href=\"/cs/fonts/ETmodules/style.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"/>\n <link rel=\"preload\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\" integrity=\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\" crossorigin=\"anonymous\"/>\n \n <link rel=\"stylesheet\" href=\"/cs/css/index.min.css?v=1555496126343\"/>\n\n <script>\n /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */\n !function(n){\"use strict\";n.loadCSS||(n.loadCSS=function(){});var o=loadCSS.relpreload={};if(o.support=function(){var e;try{e=n.document.createElement(\"link\").relList.supports(\"preload\")}catch(t){e=!1}return function(){return e}}(),o.bindMediaToggle=function(t){var e=t.media||\"all\";function a(){t.media=e}t.addEventListener?t.addEventListener(\"load\",a):t.attachEvent&amp;&amp;t.attachEvent(\"onload\",a),setTimeout(function(){t.rel=\"stylesheet\",t.media=\"only x\"}),setTimeout(a,3e3)},o.poly=function(){if(!o.support())for(var t=n.document.getElementsByTagName(\"link\"),e=0;e&lt;t.length;e++){var a=t[e];\"preload\"!==a.rel||\"style\"!==a.getAttribute(\"as\")||a.getAttribute(\"data-loadcss\")||(a.setAttribute(\"data-loadcss\",!0),o.bindMediaToggle(a))}},!o.support()){o.poly();var t=n.setInterval(o.poly,500);n.addEventListener?n.addEventListener(\"load\",function(){o.poly(),n.clearInterval(t)}):n.attachEvent&amp;&amp;n.attachEvent(\"onload\",function(){o.poly(),n.clearInterval(t)})}\"undefined\"!=typeof exports?exports.loadCSS=loadCSS:n.loadCSS=loadCSS}(\"undefined\"!=typeof global?global:this);\n </script>\n\n <link rel=\"icon\" type=\"image/x-icon\" href=\"/cs/img/favicon.ico\"/>\n\n \n <script>\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n\n ga('create', 'UA-91684738-1', 'auto', {'allowLinker': true});\n ga('require', 'linker');\n ga('linker:autoLink', ['greatagentusa.com', 'site.specialdemo.com', 'specialdemo.com', 'site.homeslakelbj.com', 'homeslakelbj.com', 'site.mcbrayergroup.com', 'mcbrayergroup.com', 'seattlehomerealtor.com', 'search.seattlehomerealtor.com', 'site.lewisandnickles.com', 'Disabled', 'Disabled', 'site.schmitzandsmith.com', 'schmitzandsmith.com', 'site.nhbeachtimerealty.com', 'nhbeachtimerealty.com', 'site.mytxhomes.com', 'search.mytxhomes.com', 'teamschlopy.com', 'search.teamschlopy.com', 'site.reatarealty.net', 'reatarealty.net', 'modernlivingre.com', 'search.modernlivingre.com', 'greatagent.net', 'site.karenwestover.com', 'karenwestover.com', 'greatagent.net', 'site.betterestimate.com', 'search.betterestimate.com', 'leadsvalue.com', 'leadsvalue.com', 'site.4allyourmoves.com', '4allyourmoves.com', 'charlottelipscomb.com', 'search.charlottelipscomb.com', 'search.sprinkmanrealestate.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'knoxvilledreamhomes.com', 'search.knoxvilledreamhomes.com', 'site.kauairealestatesearch.com', 'kauairealestatesearch.com', 'greatagent.net', 'greatagent.net', 'site.yourlakeozarkhome.com', 'search.yourlakeozarkhome.com', 'monicadiazteam.com', 'search.monicadiazteam.com', 'site.onepremierproperties.com', 'search.onepremierproperties.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'site.rogprestige.com', 'search.rogprestige.com', 'greatagent.net', 'boomersrealestateus.com', 'search.boomersrealestateus.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'homesforsaletriad.com', 'search.homesforsaletriad.com', 'greatagent.net', 'brockandfoster.com', 'search.brockandfoster.com', 'callenproperties.com', 'search.callenproperties.com', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'greatagent.net', 'search.vestapreferred.com', 'albertsonrealtyatl.com', 'search.albertsonrealtyatl.com', 'greatagent.net', 'greatagent.net', 'jasonandersenrealestate.com', 'search.jasonandersenrealestate.com', 'smartlivingassociates.com', 'search.smartlivingassociates.com', 'thefejerangroup.com', 'search.thefejerangroup.com', 'gulffrontpropertysearch.com', 'search.gulffrontpropertysearch.com', 'impactrealtyco.com', 'search.impactrealtyco.com', 'thesalesconnection.net', 'search.thesalesconnection.net', 'site.signaturesalesteam.com', 'search.signaturesalesteam.com', 'greatagent.net', 'dochenrealtors.com', 'search.dochenrealtors.com', 'vindiolagroup.com', 'search.vindiolagroup.com', 'greatagent.net', 'thinkminneapolis.com', 'search.thinkminneapolis.com', 'onthemovedenver.com', 'search.onthemovedenver.com', 'greatagent.net', 'greatagent.net', 'deangary.com', 'search.deangary.com', 'augustageorgiahomes.com', 'search.augustageorgiahomes.com', 'greatagent.net', 'greatagent.net', 'newterritoryrealty.com', 'search.newterritoryrealty.com', 'greatagent.net', 'greatagent.net', 'summitrealtygroupwy.com', 'search.summitrealtygroupwy.com', 'site.housesandmortgages.com', 'search.housesandmortgages.com', 'mainstreetrealtyga.com', 'search.mainstreetrealtyga.com', 'greatagent.net', 'forsalesoutah.com', 'search.forsalesoutah.com', 'c21remastered.com', 'search.c21remastered.com', 'pmachomes.com', 'search.pmachomes.com', 'greatagent.net', 'site.sarahleonardteam.com', 'search.sarahleonardteam.com', 'site.albertare.com', 'search.albertare.com', 'greatagent.net']);\n ga('send', 'pageview');\n </script>\n \n </head>\n " ]
[ "<title>55 County Road 48, Mattituck, NY, 11952</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "lewisandnickles.com > homedetails" } ]
[ { "char_end_idx": 1705, "char_start_idx": 0, "key": "length", "type": "local", "value": "1705" }, { "char_end_idx": 1810, "char_start_idx": 1705, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 1854, "char_start_idx": 1810, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 1880, "char_start_idx": 1854, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 1991, "char_start_idx": 1880, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 2016, "char_start_idx": 1991, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 2128, "char_start_idx": 2016, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 2201, "char_start_idx": 2128, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 2245, "char_start_idx": 2201, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 2271, "char_start_idx": 2245, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 2382, "char_start_idx": 2271, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 2407, "char_start_idx": 2382, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 2519, "char_start_idx": 2407, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 2593, "char_start_idx": 2519, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 2664, "char_start_idx": 2593, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 2692, "char_start_idx": 2664, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2785, "char_start_idx": 2692, "key": "length", "type": "local", "value": "92" }, { "char_end_idx": 2859, "char_start_idx": 2785, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 2933, "char_start_idx": 2859, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 3007, "char_start_idx": 2933, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 3081, "char_start_idx": 3007, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 3155, "char_start_idx": 3081, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 3229, "char_start_idx": 3155, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 3303, "char_start_idx": 3229, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 3374, "char_start_idx": 3303, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 3402, "char_start_idx": 3374, "key": "length", "type": "local", "value": "27" } ]
[ { "key": "length", "type": "global", "value": "3404" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "title", "href" ], "values": [ "Home", "//lewisandnickles.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-94", "menu-item menu-item-type-custom menu-item-object-custom menu-item-94" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 23, "char_start_idx": 5, "html_attrs": { "attrs": [ "title", "href", "data-toggle", "class", "aria-haspopup", "aria-expanded" ], "values": [ "Featured Listings", "#", "dropdown", "dropdown-toggle", "true", "false" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 44, "char_start_idx": 23, "html_attrs": { "attrs": [ "title", "href" ], "values": [ "13350 New Suffolk Ave", "https://lewisandnickles.com/homedetails/15719399" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 44, "char_start_idx": 23, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-669", "menu-item menu-item-type-custom menu-item-object-custom menu-item-669" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 63, "char_start_idx": 45, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://site.lewisandnickles.com/southold-ny-11971/", "Southold, NY 11971" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 63, "char_start_idx": 45, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-665", "menu-item menu-item-type-post_type menu-item-object-page menu-item-665" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 99, "char_start_idx": 64, "html_attrs": { "attrs": [ "title", "href" ], "values": [ "1705 Arashamomaque Avenue, Southold", "//lewisandnickles.com/homedetails/12896221" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 99, "char_start_idx": 64, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-624", "menu-item menu-item-type-custom menu-item-object-custom menu-item-624" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 128, "char_start_idx": 100, "html_attrs": { "attrs": [ "title", "href" ], "values": [ "2555 Youngs Avenue, Southold", "//lewisandnickles.com/homedetails/12422491" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 128, "char_start_idx": 100, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-625", "menu-item menu-item-type-custom menu-item-object-custom menu-item-625" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 141, "char_start_idx": 129, "html_attrs": { "attrs": [ "title", "href" ], "values": [ "8955 Main Rd", "//lewisandnickles.com/homedetails/13522541-8955-main-rd-east-marion-ny-11939?city=East%20Marion&type=c" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 141, "char_start_idx": 129, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-629", "menu-item menu-item-type-custom menu-item-object-custom menu-item-629" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 23, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "menu", " dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 142, "char_start_idx": 5, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-589", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-589 dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 149, "char_start_idx": 142, "html_attrs": { "attrs": [ "title", "href", "data-toggle", "class", "aria-haspopup", "aria-expanded" ], "values": [ "Buyers", "#", "dropdown", "dropdown-toggle", "true", "false" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 149, "char_start_idx": 142, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-95", "menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-95 dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 156, "char_start_idx": 149, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://site.lewisandnickles.com/sellers/", "Sellers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 156, "char_start_idx": 149, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-96", "menu-item menu-item-type-post_type menu-item-object-page menu-item-96" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 165, "char_start_idx": 157, "html_attrs": { "attrs": [ "title", "href", "data-toggle", "class", "aria-haspopup", "aria-expanded" ], "values": [ "Rentals", "#", "dropdown", "dropdown-toggle", "true", "false" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 165, "char_start_idx": 157, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-410", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-410 dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 173, "char_start_idx": 165, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://site.lewisandnickles.com/about/", "About Us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 173, "char_start_idx": 165, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-97", "menu-item menu-item-type-post_type menu-item-object-page menu-item-97" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 181, "char_start_idx": 174, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://site.lewisandnickles.com/contact/", "Contact" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 181, "char_start_idx": 174, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-508", "menu-item menu-item-type-post_type menu-item-object-page menu-item-508" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 182, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-primary", "fetched-menu flexbox no-flex-mobile flex-justify-start" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 182, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1 " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 188, "char_start_idx": 182, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-item pointer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 188, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "nav" }, { "char_end_idx": 188, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "main-menu-part " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 189, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "header " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 189, "char_start_idx": 189, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "/media/images/43wFv0nhc9XjDaoyQhSWaUJt84KQLyQlwvQLfrFo.png", "Logo" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 189, "char_start_idx": 189, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/", "logo " ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 201, "char_start_idx": 189, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "h4" }, { "char_end_idx": 202, "char_start_idx": 189, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 202, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-wrap filter-values-list type-block hidden flexbox" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 202, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "search-header-block flexbox" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 208, "char_start_idx": 202, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 24, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 26, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 28, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 30, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 33, "relative_start_pos": 32, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 35, "relative_start_pos": 34, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 37, "relative_start_pos": 36, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 38, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 41, "relative_start_pos": 40, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 43, "relative_start_pos": 42, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 45, "relative_start_pos": 44, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 47, "relative_start_pos": 46, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 49, "relative_start_pos": 48, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 51, "relative_start_pos": 50, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 53, "relative_start_pos": 52, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 55, "relative_start_pos": 54, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 57, "relative_start_pos": 56, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 59, "relative_start_pos": 58, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 61, "relative_start_pos": 60, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 63, "relative_start_pos": 62, "type": "local", "value": "li" }, { "char_end_idx": 209, "char_start_idx": 202, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 64, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 209, "char_start_idx": 202, "html_attrs": { "attrs": [ "class" ], "values": [ "prices" ] }, "key": "html", "relative_end_pos": 65, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 209, "char_start_idx": 202, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-wrap filter-values-list price-block hidden" ] }, "key": "html", "relative_end_pos": 66, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 209, "char_start_idx": 202, "html_attrs": { "attrs": [ "class" ], "values": [ "search-header-block flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 67, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 209, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-stretch" ] }, "key": "html", "relative_end_pos": 68, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 209, "char_start_idx": 189, "html_attrs": { "attrs": [ "style", "class" ], "values": [ "border-color:#1F5F1E", "search-bar flexbox flex-align-stretch" ] }, "key": "html", "relative_end_pos": 69, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 209, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1 search-filters-wrap flexbox flex-justify-between search-box flex-grow-1" ] }, "key": "html", "relative_end_pos": 70, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 209, "char_start_idx": 209, "html_attrs": { "attrs": [ "class" ], "values": [ "section-separator hidden" ] }, "key": "html", "relative_end_pos": 73, "relative_start_pos": 72, "type": "local", "value": "hr" }, { "char_end_idx": 223, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 77, "type": "local", "value": "h4" }, { "char_end_idx": 228, "char_start_idx": 228, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 228, "char_start_idx": 224, "html_attrs": { "attrs": [ "id", "role", "aria-haspopup", "aria-expanded", "type", "class" ], "values": [ "minsqft", "button", "true", "false", "button", "dropdown-toggle btn btn-link" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "button" }, { "char_end_idx": 231, "char_start_idx": 228, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 231, "char_start_idx": 228, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 235, "char_start_idx": 232, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 235, "char_start_idx": 232, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 239, "char_start_idx": 236, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 239, "char_start_idx": 236, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 243, "char_start_idx": 240, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 243, "char_start_idx": 240, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 247, "char_start_idx": 244, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 247, "char_start_idx": 244, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 251, "char_start_idx": 248, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 251, "char_start_idx": 248, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 255, "char_start_idx": 252, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 255, "char_start_idx": 252, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 259, "char_start_idx": 256, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 259, "char_start_idx": 256, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 263, "char_start_idx": 260, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 263, "char_start_idx": 260, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 267, "char_start_idx": 264, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 267, "char_start_idx": 264, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 271, "char_start_idx": 268, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 271, "char_start_idx": 268, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 276, "char_start_idx": 272, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 276, "char_start_idx": 272, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 281, "char_start_idx": 277, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 281, "char_start_idx": 277, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 286, "char_start_idx": 282, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 286, "char_start_idx": 282, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 291, "char_start_idx": 287, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 291, "char_start_idx": 287, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 296, "char_start_idx": 292, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 296, "char_start_idx": 292, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 301, "char_start_idx": 297, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 301, "char_start_idx": 297, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 306, "char_start_idx": 302, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 302, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 311, "char_start_idx": 307, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 311, "char_start_idx": 307, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 316, "char_start_idx": 312, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 316, "char_start_idx": 312, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 321, "char_start_idx": 317, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 321, "char_start_idx": 317, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 326, "char_start_idx": 322, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 326, "char_start_idx": 322, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 331, "char_start_idx": 327, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 331, "char_start_idx": 327, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 336, "char_start_idx": 332, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 336, "char_start_idx": 332, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 341, "char_start_idx": 337, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 341, "char_start_idx": 337, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 346, "char_start_idx": 342, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 346, "char_start_idx": 342, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 351, "char_start_idx": 347, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 351, "char_start_idx": 347, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 356, "char_start_idx": 352, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 356, "char_start_idx": 352, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 361, "char_start_idx": 357, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 361, "char_start_idx": 357, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 366, "char_start_idx": 362, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 366, "char_start_idx": 362, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 371, "char_start_idx": 367, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 371, "char_start_idx": 367, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 376, "char_start_idx": 372, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 376, "char_start_idx": 372, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 377, "char_start_idx": 228, "html_attrs": { "attrs": [ "role", "class", "aria-labelledby" ], "values": [ "menu", "dropdown-menu", "minsqft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 377, "char_start_idx": 224, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1 dropdown-wrapper complex-dropdown dropdown btn-group btn-group-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 381, "char_start_idx": 381, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 381, "char_start_idx": 377, "html_attrs": { "attrs": [ "id", "role", "aria-haspopup", "aria-expanded", "type", "class" ], "values": [ "maxsqft", "button", "true", "false", "button", "dropdown-toggle btn btn-link" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 384, "char_start_idx": 381, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 384, "char_start_idx": 381, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 388, "char_start_idx": 385, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 388, "char_start_idx": 385, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 392, "char_start_idx": 389, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 392, "char_start_idx": 389, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 396, "char_start_idx": 393, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 396, "char_start_idx": 393, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 400, "char_start_idx": 397, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 400, "char_start_idx": 397, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 404, "char_start_idx": 401, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 404, "char_start_idx": 401, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 408, "char_start_idx": 405, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 408, "char_start_idx": 405, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 412, "char_start_idx": 409, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 412, "char_start_idx": 409, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 416, "char_start_idx": 413, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 416, "char_start_idx": 413, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 420, "char_start_idx": 417, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 420, "char_start_idx": 417, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 424, "char_start_idx": 421, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 424, "char_start_idx": 421, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 429, "char_start_idx": 425, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 429, "char_start_idx": 425, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 434, "char_start_idx": 430, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 434, "char_start_idx": 430, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 439, "char_start_idx": 435, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 439, "char_start_idx": 435, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 444, "char_start_idx": 440, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 444, "char_start_idx": 440, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 449, "char_start_idx": 445, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 449, "char_start_idx": 445, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 454, "char_start_idx": 450, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 454, "char_start_idx": 450, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 459, "char_start_idx": 455, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 459, "char_start_idx": 455, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 464, "char_start_idx": 460, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 464, "char_start_idx": 460, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 469, "char_start_idx": 465, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 469, "char_start_idx": 465, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 474, "char_start_idx": 470, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 474, "char_start_idx": 470, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 479, "char_start_idx": 475, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 479, "char_start_idx": 475, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 484, "char_start_idx": 480, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 484, "char_start_idx": 480, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 489, "char_start_idx": 485, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 489, "char_start_idx": 485, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 494, "char_start_idx": 490, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 494, "char_start_idx": 490, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 499, "char_start_idx": 495, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 499, "char_start_idx": 495, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 504, "char_start_idx": 500, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 504, "char_start_idx": 500, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 509, "char_start_idx": 505, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 509, "char_start_idx": 505, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 514, "char_start_idx": 510, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 514, "char_start_idx": 510, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 519, "char_start_idx": 515, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 519, "char_start_idx": 515, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 524, "char_start_idx": 520, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 524, "char_start_idx": 520, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 529, "char_start_idx": 525, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 529, "char_start_idx": 525, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 530, "char_start_idx": 381, "html_attrs": { "attrs": [ "role", "class", "aria-labelledby" ], "values": [ "menu", "dropdown-menu", "maxsqft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 530, "char_start_idx": 377, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1 dropdown-wrapper complex-dropdown dropdown btn-group btn-group-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 530, "char_start_idx": 224, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox dropdown-group" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 530, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 545, "char_start_idx": 545, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 545, "char_start_idx": 541, "html_attrs": { "attrs": [ "id", "role", "aria-haspopup", "aria-expanded", "type", "class" ], "values": [ "minyear", "button", "true", "false", "button", "dropdown-toggle btn btn-link" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "button" }, { "char_end_idx": 548, "char_start_idx": 545, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 548, "char_start_idx": 545, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 553, "char_start_idx": 549, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 553, "char_start_idx": 549, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 558, "char_start_idx": 554, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 558, "char_start_idx": 554, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 563, "char_start_idx": 559, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 563, "char_start_idx": 559, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 568, "char_start_idx": 564, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 568, "char_start_idx": 564, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 573, "char_start_idx": 569, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 573, "char_start_idx": 569, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 578, "char_start_idx": 574, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 578, "char_start_idx": 574, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 583, "char_start_idx": 579, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 583, "char_start_idx": 579, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 588, "char_start_idx": 584, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 588, "char_start_idx": 584, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 593, "char_start_idx": 589, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 593, "char_start_idx": 589, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 598, "char_start_idx": 594, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 598, "char_start_idx": 594, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 603, "char_start_idx": 599, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 603, "char_start_idx": 599, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 608, "char_start_idx": 604, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 608, "char_start_idx": 604, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 613, "char_start_idx": 609, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 613, "char_start_idx": 609, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 618, "char_start_idx": 614, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 618, "char_start_idx": 614, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 623, "char_start_idx": 619, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 623, "char_start_idx": 619, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 628, "char_start_idx": 624, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 628, "char_start_idx": 624, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 633, "char_start_idx": 629, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 633, "char_start_idx": 629, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 638, "char_start_idx": 634, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 638, "char_start_idx": 634, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 643, "char_start_idx": 639, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 643, "char_start_idx": 639, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 648, "char_start_idx": 644, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 648, "char_start_idx": 644, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 653, "char_start_idx": 649, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 653, "char_start_idx": 649, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 658, "char_start_idx": 654, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 658, "char_start_idx": 654, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 663, "char_start_idx": 659, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 663, "char_start_idx": 659, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 668, "char_start_idx": 664, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 668, "char_start_idx": 664, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 673, "char_start_idx": 669, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 673, "char_start_idx": 669, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 678, "char_start_idx": 674, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 678, "char_start_idx": 674, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 679, "char_start_idx": 545, "html_attrs": { "attrs": [ "role", "class", "aria-labelledby" ], "values": [ "menu", "dropdown-menu", "minyear" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 679, "char_start_idx": 541, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1 dropdown-wrapper complex-dropdown dropdown btn-group btn-group-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 683, "char_start_idx": 683, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 683, "char_start_idx": 679, "html_attrs": { "attrs": [ "id", "role", "aria-haspopup", "aria-expanded", "type", "class" ], "values": [ "maxyear", "button", "true", "false", "button", "dropdown-toggle btn btn-link" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 686, "char_start_idx": 683, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 686, "char_start_idx": 683, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 691, "char_start_idx": 687, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 691, "char_start_idx": 687, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 696, "char_start_idx": 692, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 696, "char_start_idx": 692, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 701, "char_start_idx": 697, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 701, "char_start_idx": 697, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 706, "char_start_idx": 702, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 706, "char_start_idx": 702, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 711, "char_start_idx": 707, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 711, "char_start_idx": 707, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 716, "char_start_idx": 712, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 716, "char_start_idx": 712, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 721, "char_start_idx": 717, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 721, "char_start_idx": 717, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 726, "char_start_idx": 722, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 726, "char_start_idx": 722, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 731, "char_start_idx": 727, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 731, "char_start_idx": 727, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 736, "char_start_idx": 732, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 736, "char_start_idx": 732, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 741, "char_start_idx": 737, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 741, "char_start_idx": 737, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 746, "char_start_idx": 742, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 746, "char_start_idx": 742, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 751, "char_start_idx": 747, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 751, "char_start_idx": 747, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 756, "char_start_idx": 752, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 756, "char_start_idx": 752, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 761, "char_start_idx": 757, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 761, "char_start_idx": 757, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 766, "char_start_idx": 762, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 766, "char_start_idx": 762, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 771, "char_start_idx": 767, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 771, "char_start_idx": 767, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 776, "char_start_idx": 772, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 776, "char_start_idx": 772, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 781, "char_start_idx": 777, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 781, "char_start_idx": 777, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 786, "char_start_idx": 782, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 786, "char_start_idx": 782, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 791, "char_start_idx": 787, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 791, "char_start_idx": 787, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 796, "char_start_idx": 792, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 796, "char_start_idx": 792, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 801, "char_start_idx": 797, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 801, "char_start_idx": 797, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 806, "char_start_idx": 802, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 806, "char_start_idx": 802, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 811, "char_start_idx": 807, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 811, "char_start_idx": 807, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 816, "char_start_idx": 812, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 816, "char_start_idx": 812, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 817, "char_start_idx": 683, "html_attrs": { "attrs": [ "role", "class", "aria-labelledby" ], "values": [ "menu", "dropdown-menu", "maxyear" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 817, "char_start_idx": 679, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1 dropdown-wrapper complex-dropdown dropdown btn-group btn-group-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 817, "char_start_idx": 541, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox dropdown-group" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 830, "char_start_idx": 817, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 831, "char_start_idx": 209, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 76, "type": "local", "value": "div" }, { "char_end_idx": 836, "char_start_idx": 831, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h4" }, { "char_end_idx": 837, "char_start_idx": 837, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox dropdown-group" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 849, "char_start_idx": 837, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h4" }, { "char_end_idx": 857, "char_start_idx": 857, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 857, "char_start_idx": 850, "html_attrs": { "attrs": [ "id", "role", "aria-haspopup", "aria-expanded", "type", "class" ], "values": [ "maxdayslisted", "button", "true", "false", "button", "dropdown-toggle btn btn-link" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "button" }, { "char_end_idx": 863, "char_start_idx": 857, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 863, "char_start_idx": 857, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 894, "char_start_idx": 864, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 894, "char_start_idx": 864, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 911, "char_start_idx": 895, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 911, "char_start_idx": 895, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 928, "char_start_idx": 912, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 928, "char_start_idx": 912, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 946, "char_start_idx": 929, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 946, "char_start_idx": 929, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 964, "char_start_idx": 947, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 964, "char_start_idx": 947, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 982, "char_start_idx": 965, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 982, "char_start_idx": 965, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1000, "char_start_idx": 983, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1000, "char_start_idx": 983, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1001, "char_start_idx": 857, "html_attrs": { "attrs": [ "role", "class", "aria-labelledby" ], "values": [ "menu", "dropdown-menu", "maxdayslisted" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1001, "char_start_idx": 850, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown btn-group btn-group-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1001, "char_start_idx": 850, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-group flex-grow-1 dropdown-wrapper single complex-dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1001, "char_start_idx": 831, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-block" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1014, "char_start_idx": 1001, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 1019, "char_start_idx": 1019, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1019, "char_start_idx": 1015, "html_attrs": { "attrs": [ "id", "role", "aria-haspopup", "aria-expanded", "type", "class" ], "values": [ "price_reduced", "button", "true", "false", "button", "dropdown-toggle btn btn-link" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "button" }, { "char_end_idx": 1022, "char_start_idx": 1019, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1022, "char_start_idx": 1019, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1038, "char_start_idx": 1023, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1038, "char_start_idx": 1023, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1057, "char_start_idx": 1039, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1057, "char_start_idx": 1039, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1076, "char_start_idx": 1058, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1076, "char_start_idx": 1058, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1096, "char_start_idx": 1077, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1096, "char_start_idx": 1077, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1116, "char_start_idx": 1097, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1116, "char_start_idx": 1097, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1134, "char_start_idx": 1117, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1134, "char_start_idx": 1117, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1152, "char_start_idx": 1135, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1152, "char_start_idx": 1135, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1171, "char_start_idx": 1153, "html_attrs": { "attrs": [ "role", "tabindex", "href" ], "values": [ "menuitem", "-1", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1171, "char_start_idx": 1153, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "presentation", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1172, "char_start_idx": 1019, "html_attrs": { "attrs": [ "role", "class", "aria-labelledby" ], "values": [ "menu", "dropdown-menu", "price_reduced" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1172, "char_start_idx": 1015, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown btn-group btn-group-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1172, "char_start_idx": 1015, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-group flex-grow-1 dropdown-wrapper single complex-dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1172, "char_start_idx": 1172, "html_attrs": { "attrs": [ "class" ], "values": [ "hidden-mobile" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 1182, "char_start_idx": 1172, "html_attrs": { "attrs": [ "class" ], "values": [ "checkbox-group has-photo " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "label" }, { "char_end_idx": 1183, "char_start_idx": 1183, "html_attrs": { "attrs": [ "class" ], "values": [ "hidden" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "h4" }, { "char_end_idx": 1193, "char_start_idx": 1183, "html_attrs": { "attrs": [ "class" ], "values": [ "checkbox-group open-house hidden" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "label" }, { "char_end_idx": 1194, "char_start_idx": 1001, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1194, "char_start_idx": 209, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox no-flex-mobile section-dropdowns" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 75, "type": "local", "value": "div" }, { "char_end_idx": 1211, "char_start_idx": 1194, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 1228, "char_start_idx": 1212, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "label" }, { "char_end_idx": 1239, "char_start_idx": 1229, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1257, "char_start_idx": 1240, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1268, "char_start_idx": 1258, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1282, "char_start_idx": 1269, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1288, "char_start_idx": 1283, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1289, "char_start_idx": 1212, "html_attrs": { "attrs": [ "class" ], "values": [ "group-body flexbox flex-wrap hidden-mobile " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1289, "char_start_idx": 1194, "html_attrs": { "attrs": [ "class" ], "values": [ "group" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1299, "char_start_idx": 1289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 1311, "char_start_idx": 1300, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "label" }, { "char_end_idx": 1323, "char_start_idx": 1312, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1334, "char_start_idx": 1324, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1346, "char_start_idx": 1335, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1358, "char_start_idx": 1347, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1368, "char_start_idx": 1359, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1380, "char_start_idx": 1369, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1391, "char_start_idx": 1381, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1404, "char_start_idx": 1392, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1405, "char_start_idx": 1300, "html_attrs": { "attrs": [ "class" ], "values": [ "group-body flexbox flex-wrap hidden-mobile " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1405, "char_start_idx": 1289, "html_attrs": { "attrs": [ "class" ], "values": [ "group" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1422, "char_start_idx": 1405, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 1434, "char_start_idx": 1423, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "label" }, { "char_end_idx": 1440, "char_start_idx": 1435, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1451, "char_start_idx": 1441, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1467, "char_start_idx": 1452, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1483, "char_start_idx": 1468, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1491, "char_start_idx": 1484, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1497, "char_start_idx": 1492, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1502, "char_start_idx": 1498, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1508, "char_start_idx": 1503, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1516, "char_start_idx": 1509, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1525, "char_start_idx": 1517, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1538, "char_start_idx": 1526, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1539, "char_start_idx": 1423, "html_attrs": { "attrs": [ "class" ], "values": [ "group-body flexbox flex-wrap hidden-mobile " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1539, "char_start_idx": 1405, "html_attrs": { "attrs": [ "class" ], "values": [ "group" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1544, "char_start_idx": 1539, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 1554, "char_start_idx": 1545, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "label" }, { "char_end_idx": 1559, "char_start_idx": 1555, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1567, "char_start_idx": 1560, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1577, "char_start_idx": 1568, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1589, "char_start_idx": 1578, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1599, "char_start_idx": 1590, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1608, "char_start_idx": 1600, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1615, "char_start_idx": 1609, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1628, "char_start_idx": 1616, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1640, "char_start_idx": 1629, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1646, "char_start_idx": 1641, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1655, "char_start_idx": 1647, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1668, "char_start_idx": 1656, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1669, "char_start_idx": 1545, "html_attrs": { "attrs": [ "class" ], "values": [ "group-body flexbox flex-wrap hidden-mobile " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1539, "html_attrs": { "attrs": [ "class" ], "values": [ "group" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1194, "html_attrs": { "attrs": [ "class" ], "values": [ "filter-groups" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 209, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "filters-inner-block", "height:calc(100vh - undefinedpx - undefinedpx - undefinedpx);overflow-y:auto" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 74, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 209, "html_attrs": { "attrs": [ "class" ], "values": [ "advanced-filters-block hidden" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 71, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "search flexbox flex-justify-between flex-align-top" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "search-block flexbox flex-justify-between flex-align-top " ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "section-separator hidden" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "hr" }, { "char_end_idx": 1669, "char_start_idx": 189, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "property-title-wrapper" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "h1" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "address-block" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox hidden-mobile" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "infoRowView inner-parameters-block" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 25, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 28, "relative_start_pos": 27, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 30, "relative_start_pos": 29, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 31, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 34, "relative_start_pos": 33, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 36, "relative_start_pos": 35, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 38, "relative_start_pos": 37, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 24, "type": "local", "value": "ul" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "hidden outer-parameters-block" ] }, "key": "html", "relative_end_pos": 40, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 1669, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-justify-end flex-align-center" ] }, "key": "html", "relative_end_pos": 41, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 1683, "char_start_idx": 1669, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 43, "type": "local", "value": "span" }, { "char_end_idx": 1694, "char_start_idx": 1683, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1714, "char_start_idx": 1694, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1738, "char_start_idx": 1714, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1738, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "additional-info hidden" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 42, "type": "local", "value": "div" }, { "char_end_idx": 1739, "char_start_idx": 1669, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1739, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "property-info-row flex-row flex-no-wrap hidden-device" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 2129, "char_start_idx": 1739, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 2130, "char_start_idx": 1739, "html_attrs": { "attrs": [ "class" ], "values": [ "description-text-block hidden-mobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2130, "char_start_idx": 2130, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox hidden-mobile" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2130, "char_start_idx": 2130, "html_attrs": { "attrs": [ "class" ], "values": [ "device-block inner-parameters-block" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2520, "char_start_idx": 2130, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 2521, "char_start_idx": 2130, "html_attrs": { "attrs": [ "class" ], "values": [ "description-text-block mobile-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-align-center" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "li" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ " outer-parameters-block" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2521, "char_start_idx": 2130, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2521, "char_start_idx": 2521, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "img" }, { "char_end_idx": 2594, "char_start_idx": 2521, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 2595, "char_start_idx": 2521, "html_attrs": { "attrs": [ "class" ], "values": [ "mls-block flexbox flex-justify-between" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 2612, "char_start_idx": 2595, "html_attrs": { "attrs": [ "class" ], "values": [ "request__heading" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 2613, "char_start_idx": 2613, "html_attrs": { "attrs": [ "class" ], "values": [ "slick-list slick-track" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2613, "char_start_idx": 2613, "html_attrs": { "attrs": [ "class" ], "values": [ "request__date-slider slick-initialized slick-slider" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2693, "char_start_idx": 2613, "html_attrs": { "attrs": [ "class" ], "values": [ "request__error" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 2694, "char_start_idx": 2613, "html_attrs": { "attrs": [ "class" ], "values": [ "request__time-slider" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2694, "char_start_idx": 2613, "html_attrs": { "attrs": [ "class" ], "values": [ "request__sign-up-block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2694, "char_start_idx": 2595, "html_attrs": { "attrs": [ "class" ], "values": [ "request__main-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2694, "char_start_idx": 2595, "html_attrs": { "attrs": [ "class", "data-testid" ], "values": [ "device-block request hidden", "request-showing" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2694, "char_start_idx": 1739, "html_attrs": { "attrs": [ "class" ], "values": [ "description-block" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2712, "char_start_idx": 2694, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h2" }, { "char_end_idx": 2713, "char_start_idx": 2713, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 2786, "char_start_idx": 2713, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2787, "char_start_idx": 2713, "html_attrs": { "attrs": [ "class" ], "values": [ "info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2787, "char_start_idx": 2713, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2787, "char_start_idx": 2713, "html_attrs": { "attrs": [ "class" ], "values": [ "hidden-device" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2787, "char_start_idx": 2787, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2787, "char_start_idx": 2787, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2787, "char_start_idx": 2787, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 2860, "char_start_idx": 2787, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2861, "char_start_idx": 2787, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2861, "char_start_idx": 2787, "html_attrs": { "attrs": [ "class" ], "values": [ "device-block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2861, "char_start_idx": 2713, "html_attrs": { "attrs": [ "href" ], "values": [ "/homedetails/22573811-1400-bayview-avenue-mattituck-ny-11952" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2861, "char_start_idx": 2713, "html_attrs": { "attrs": [ "class" ], "values": [ "property flex-grow-1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2861, "char_start_idx": 2861, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 2934, "char_start_idx": 2861, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2935, "char_start_idx": 2861, "html_attrs": { "attrs": [ "class" ], "values": [ "info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2935, "char_start_idx": 2861, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2935, "char_start_idx": 2861, "html_attrs": { "attrs": [ "class" ], "values": [ "hidden-device" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2935, "char_start_idx": 2935, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2935, "char_start_idx": 2935, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 3008, "char_start_idx": 2935, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3009, "char_start_idx": 2935, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3009, "char_start_idx": 2935, "html_attrs": { "attrs": [ "class" ], "values": [ "device-block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3009, "char_start_idx": 2861, "html_attrs": { "attrs": [ "href" ], "values": [ "/homedetails/22593493-24635-main-road-cutchogue-ny-11935" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 3009, "char_start_idx": 2861, "html_attrs": { "attrs": [ "class" ], "values": [ "property flex-grow-1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3009, "char_start_idx": 3009, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 3082, "char_start_idx": 3009, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3083, "char_start_idx": 3009, "html_attrs": { "attrs": [ "class" ], "values": [ "info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3083, "char_start_idx": 3009, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3083, "char_start_idx": 3009, "html_attrs": { "attrs": [ "class" ], "values": [ "hidden-device" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3083, "char_start_idx": 3083, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3083, "char_start_idx": 3083, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 3156, "char_start_idx": 3083, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3157, "char_start_idx": 3083, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3157, "char_start_idx": 3083, "html_attrs": { "attrs": [ "class" ], "values": [ "device-block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3157, "char_start_idx": 3009, "html_attrs": { "attrs": [ "href" ], "values": [ "/homedetails/21582921-530-stillwater-cutchogue-ny-11935" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 3157, "char_start_idx": 3009, "html_attrs": { "attrs": [ "class" ], "values": [ "property flex-grow-1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3157, "char_start_idx": 3157, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 3230, "char_start_idx": 3157, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3231, "char_start_idx": 3157, "html_attrs": { "attrs": [ "class" ], "values": [ "info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3231, "char_start_idx": 3157, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3231, "char_start_idx": 3157, "html_attrs": { "attrs": [ "class" ], "values": [ "hidden-device" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3231, "char_start_idx": 3231, "html_attrs": { "attrs": [ "class" ], "values": [ "flex-grow-1" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3231, "char_start_idx": 3231, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3231, "char_start_idx": 3231, "html_attrs": { "attrs": [ "src", "style" ], "values": [ "//crm.greatagentusa.com/greatagent/upload/5032258825.gif", "max-width:50px;display:none" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 3304, "char_start_idx": 3231, "html_attrs": { "attrs": [ "class" ], "values": [ "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3305, "char_start_idx": 3231, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-info-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3305, "char_start_idx": 3231, "html_attrs": { "attrs": [ "class" ], "values": [ "device-block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3305, "char_start_idx": 3157, "html_attrs": { "attrs": [ "href" ], "values": [ "/homedetails/21363641-720-2nd-street-new-suffolk-ny-11956" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 3305, "char_start_idx": 3157, "html_attrs": { "attrs": [ "class" ], "values": [ "property flex-grow-1" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3305, "char_start_idx": 2713, "html_attrs": { "attrs": [ "class" ], "values": [ "flexbox flex-wrap no-flex-mobile no-flex-tablet" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3305, "char_start_idx": 2694, "html_attrs": { "attrs": [ "class" ], "values": [ "similar-houses-block" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3305, "char_start_idx": 1739, "html_attrs": { "attrs": [ "class" ], "values": [ "additional-info" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3305, "char_start_idx": 1739, "html_attrs": { "attrs": [ "class" ], "values": [ "left-column" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3322, "char_start_idx": 3305, "html_attrs": { "attrs": [ "class" ], "values": [ "request__heading" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h4" }, { "char_end_idx": 3323, "char_start_idx": 3323, "html_attrs": { "attrs": [ "class" ], "values": [ "slick-list slick-track" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3323, "char_start_idx": 3323, "html_attrs": { "attrs": [ "class" ], "values": [ "request__date-slider slick-initialized slick-slider" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3403, "char_start_idx": 3323, "html_attrs": { "attrs": [ "class" ], "values": [ "request__error" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 3404, "char_start_idx": 3323, "html_attrs": { "attrs": [ "class" ], "values": [ "request__time-slider" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 3323, "html_attrs": { "attrs": [ "class" ], "values": [ "request__sign-up-block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 3305, "html_attrs": { "attrs": [ "class" ], "values": [ "request__main-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 3305, "html_attrs": { "attrs": [ "class", "data-testid" ], "values": [ "sticky request hidden", "request-showing" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 3305, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 3305, "html_attrs": { "attrs": [ "class" ], "values": [ "right-column hidden-mobile hidden-tablet" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 1739, "html_attrs": { "attrs": [ "class" ], "values": [ "columns-wrapper flexbox no-flex-mobile flex-align-top flex-justify-between" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "property-details-inner" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "page property-details", "", "http://schema.org/House http://schema.org/Product" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 189, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "page-container ", "" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 3404, "html_attrs": { "attrs": [ "class" ], "values": [ "footer-custom" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "section" }, { "char_end_idx": 3404, "char_start_idx": 3404, "html_attrs": { "attrs": [ "class" ], "values": [ "fl-row-content-wrap" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "data-reactroot" ], "values": [ "root", "layout-default", "" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3404, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "body", "ga-app" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 44, "char_start_idx": 4, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFeatured Listings\n13350 New Suffolk Ave" }, { "char_end_idx": 63, "char_start_idx": 44, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSouthold, NY 11971" }, { "char_end_idx": 99, "char_start_idx": 63, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1705 Arashamomaque Avenue, Southold" }, { "char_end_idx": 128, "char_start_idx": 99, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2555 Youngs Avenue, Southold" }, { "char_end_idx": 141, "char_start_idx": 128, "key": "paragraph", "marker": "li", "type": "local", "value": "\n8955 Main Rd" }, { "char_end_idx": 142, "char_start_idx": 141, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 149, "char_start_idx": 142, "key": "paragraph", "marker": "li", "type": "local", "value": "Buyers\n" }, { "char_end_idx": 156, "char_start_idx": 149, "key": "paragraph", "marker": "li", "type": "local", "value": "Sellers" }, { "char_end_idx": 165, "char_start_idx": 156, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRentals\n" }, { "char_end_idx": 173, "char_start_idx": 165, "key": "paragraph", "marker": "li", "type": "local", "value": "About Us" }, { "char_end_idx": 181, "char_start_idx": 173, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 182, "char_start_idx": 181, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 188, "char_start_idx": 182, "key": "paragraph", "marker": "nav", "type": "local", "value": "Log In" }, { "char_end_idx": 189, "char_start_idx": 188, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 201, "char_start_idx": 189, "key": "paragraph", "marker": "h4", "type": "local", "value": "Listing type" }, { "char_end_idx": 202, "char_start_idx": 201, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 208, "char_start_idx": 202, "key": "paragraph", "marker": "li", "type": "local", "value": "No min" }, { "char_end_idx": 209, "char_start_idx": 208, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 223, "char_start_idx": 209, "key": "paragraph", "marker": "h4", "type": "local", "value": "Square Footage" }, { "char_end_idx": 231, "char_start_idx": 223, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAny\nAny" }, { "char_end_idx": 235, "char_start_idx": 231, "key": "paragraph", "marker": "li", "type": "local", "value": "\n500" }, { "char_end_idx": 239, "char_start_idx": 235, "key": "paragraph", "marker": "li", "type": "local", "value": "\n550" }, { "char_end_idx": 243, "char_start_idx": 239, "key": "paragraph", "marker": "li", "type": "local", "value": "\n600" }, { "char_end_idx": 247, "char_start_idx": 243, "key": "paragraph", "marker": "li", "type": "local", "value": "\n650" }, { "char_end_idx": 251, "char_start_idx": 247, "key": "paragraph", "marker": "li", "type": "local", "value": "\n700" }, { "char_end_idx": 255, "char_start_idx": 251, "key": "paragraph", "marker": "li", "type": "local", "value": "\n750" }, { "char_end_idx": 259, "char_start_idx": 255, "key": "paragraph", "marker": "li", "type": "local", "value": "\n800" }, { "char_end_idx": 263, "char_start_idx": 259, "key": "paragraph", "marker": "li", "type": "local", "value": "\n850" }, { "char_end_idx": 267, "char_start_idx": 263, "key": "paragraph", "marker": "li", "type": "local", "value": "\n900" }, { "char_end_idx": 271, "char_start_idx": 267, "key": "paragraph", "marker": "li", "type": "local", "value": "\n950" }, { "char_end_idx": 276, "char_start_idx": 271, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1000" }, { "char_end_idx": 281, "char_start_idx": 276, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1050" }, { "char_end_idx": 286, "char_start_idx": 281, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1100" }, { "char_end_idx": 291, "char_start_idx": 286, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1150" }, { "char_end_idx": 296, "char_start_idx": 291, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1200" }, { "char_end_idx": 301, "char_start_idx": 296, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1250" }, { "char_end_idx": 306, "char_start_idx": 301, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1500" }, { "char_end_idx": 311, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1750" }, { "char_end_idx": 316, "char_start_idx": 311, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1800" }, { "char_end_idx": 321, "char_start_idx": 316, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1850" }, { "char_end_idx": 326, "char_start_idx": 321, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1900" }, { "char_end_idx": 331, "char_start_idx": 326, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1950" }, { "char_end_idx": 336, "char_start_idx": 331, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2000" }, { "char_end_idx": 341, "char_start_idx": 336, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2250" }, { "char_end_idx": 346, "char_start_idx": 341, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2500" }, { "char_end_idx": 351, "char_start_idx": 346, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2750" }, { "char_end_idx": 356, "char_start_idx": 351, "key": "paragraph", "marker": "li", "type": "local", "value": "\n3000" }, { "char_end_idx": 361, "char_start_idx": 356, "key": "paragraph", "marker": "li", "type": "local", "value": "\n3500" }, { "char_end_idx": 366, "char_start_idx": 361, "key": "paragraph", "marker": "li", "type": "local", "value": "\n4000" }, { "char_end_idx": 371, "char_start_idx": 366, "key": "paragraph", "marker": "li", "type": "local", "value": "\n4500" }, { "char_end_idx": 376, "char_start_idx": 371, "key": "paragraph", "marker": "li", "type": "local", "value": "\n5000" }, { "char_end_idx": 377, "char_start_idx": 376, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 384, "char_start_idx": 377, "key": "paragraph", "marker": "li", "type": "local", "value": "Any\nAny" }, { "char_end_idx": 388, "char_start_idx": 384, "key": "paragraph", "marker": "li", "type": "local", "value": "\n500" }, { "char_end_idx": 392, "char_start_idx": 388, "key": "paragraph", "marker": "li", "type": "local", "value": "\n550" }, { "char_end_idx": 396, "char_start_idx": 392, "key": "paragraph", "marker": "li", "type": "local", "value": "\n600" }, { "char_end_idx": 400, "char_start_idx": 396, "key": "paragraph", "marker": "li", "type": "local", "value": "\n650" }, { "char_end_idx": 404, "char_start_idx": 400, "key": "paragraph", "marker": "li", "type": "local", "value": "\n700" }, { "char_end_idx": 408, "char_start_idx": 404, "key": "paragraph", "marker": "li", "type": "local", "value": "\n750" }, { "char_end_idx": 412, "char_start_idx": 408, "key": "paragraph", "marker": "li", "type": "local", "value": "\n800" }, { "char_end_idx": 416, "char_start_idx": 412, "key": "paragraph", "marker": "li", "type": "local", "value": "\n850" }, { "char_end_idx": 420, "char_start_idx": 416, "key": "paragraph", "marker": "li", "type": "local", "value": "\n900" }, { "char_end_idx": 424, "char_start_idx": 420, "key": "paragraph", "marker": "li", "type": "local", "value": "\n950" }, { "char_end_idx": 429, "char_start_idx": 424, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1000" }, { "char_end_idx": 434, "char_start_idx": 429, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1050" }, { "char_end_idx": 439, "char_start_idx": 434, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1100" }, { "char_end_idx": 444, "char_start_idx": 439, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1150" }, { "char_end_idx": 449, "char_start_idx": 444, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1200" }, { "char_end_idx": 454, "char_start_idx": 449, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1250" }, { "char_end_idx": 459, "char_start_idx": 454, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1500" }, { "char_end_idx": 464, "char_start_idx": 459, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1750" }, { "char_end_idx": 469, "char_start_idx": 464, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1800" }, { "char_end_idx": 474, "char_start_idx": 469, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1850" }, { "char_end_idx": 479, "char_start_idx": 474, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1900" }, { "char_end_idx": 484, "char_start_idx": 479, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1950" }, { "char_end_idx": 489, "char_start_idx": 484, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2000" }, { "char_end_idx": 494, "char_start_idx": 489, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2250" }, { "char_end_idx": 499, "char_start_idx": 494, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2500" }, { "char_end_idx": 504, "char_start_idx": 499, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2750" }, { "char_end_idx": 509, "char_start_idx": 504, "key": "paragraph", "marker": "li", "type": "local", "value": "\n3000" }, { "char_end_idx": 514, "char_start_idx": 509, "key": "paragraph", "marker": "li", "type": "local", "value": "\n3500" }, { "char_end_idx": 519, "char_start_idx": 514, "key": "paragraph", "marker": "li", "type": "local", "value": "\n4000" }, { "char_end_idx": 524, "char_start_idx": 519, "key": "paragraph", "marker": "li", "type": "local", "value": "\n4500" }, { "char_end_idx": 529, "char_start_idx": 524, "key": "paragraph", "marker": "li", "type": "local", "value": "\n5000" }, { "char_end_idx": 530, "char_start_idx": 529, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 540, "char_start_idx": 530, "key": "paragraph", "marker": "h4", "type": "local", "value": "Year Built" }, { "char_end_idx": 548, "char_start_idx": 540, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAny\nAny" }, { "char_end_idx": 553, "char_start_idx": 548, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1900" }, { "char_end_idx": 558, "char_start_idx": 553, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1920" }, { "char_end_idx": 563, "char_start_idx": 558, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1930" }, { "char_end_idx": 568, "char_start_idx": 563, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1940" }, { "char_end_idx": 573, "char_start_idx": 568, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1950" }, { "char_end_idx": 578, "char_start_idx": 573, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1960" }, { "char_end_idx": 583, "char_start_idx": 578, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1970" }, { "char_end_idx": 588, "char_start_idx": 583, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1980" }, { "char_end_idx": 593, "char_start_idx": 588, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1990" }, { "char_end_idx": 598, "char_start_idx": 593, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1995" }, { "char_end_idx": 603, "char_start_idx": 598, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2000" }, { "char_end_idx": 608, "char_start_idx": 603, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2005" }, { "char_end_idx": 613, "char_start_idx": 608, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2006" }, { "char_end_idx": 618, "char_start_idx": 613, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2007" }, { "char_end_idx": 623, "char_start_idx": 618, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2008" }, { "char_end_idx": 628, "char_start_idx": 623, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2009" }, { "char_end_idx": 633, "char_start_idx": 628, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2010" }, { "char_end_idx": 638, "char_start_idx": 633, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2011" }, { "char_end_idx": 643, "char_start_idx": 638, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2012" }, { "char_end_idx": 648, "char_start_idx": 643, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2013" }, { "char_end_idx": 653, "char_start_idx": 648, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2014" }, { "char_end_idx": 658, "char_start_idx": 653, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2015" }, { "char_end_idx": 663, "char_start_idx": 658, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2016" }, { "char_end_idx": 668, "char_start_idx": 663, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2017" }, { "char_end_idx": 673, "char_start_idx": 668, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2018" }, { "char_end_idx": 678, "char_start_idx": 673, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2019" }, { "char_end_idx": 679, "char_start_idx": 678, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 686, "char_start_idx": 679, "key": "paragraph", "marker": "li", "type": "local", "value": "Any\nAny" }, { "char_end_idx": 691, "char_start_idx": 686, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1900" }, { "char_end_idx": 696, "char_start_idx": 691, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1920" }, { "char_end_idx": 701, "char_start_idx": 696, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1930" }, { "char_end_idx": 706, "char_start_idx": 701, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1940" }, { "char_end_idx": 711, "char_start_idx": 706, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1950" }, { "char_end_idx": 716, "char_start_idx": 711, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1960" }, { "char_end_idx": 721, "char_start_idx": 716, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1970" }, { "char_end_idx": 726, "char_start_idx": 721, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1980" }, { "char_end_idx": 731, "char_start_idx": 726, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1990" }, { "char_end_idx": 736, "char_start_idx": 731, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1995" }, { "char_end_idx": 741, "char_start_idx": 736, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2000" }, { "char_end_idx": 746, "char_start_idx": 741, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2005" }, { "char_end_idx": 751, "char_start_idx": 746, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2006" }, { "char_end_idx": 756, "char_start_idx": 751, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2007" }, { "char_end_idx": 761, "char_start_idx": 756, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2008" }, { "char_end_idx": 766, "char_start_idx": 761, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2009" }, { "char_end_idx": 771, "char_start_idx": 766, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2010" }, { "char_end_idx": 776, "char_start_idx": 771, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2011" }, { "char_end_idx": 781, "char_start_idx": 776, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2012" }, { "char_end_idx": 786, "char_start_idx": 781, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2013" }, { "char_end_idx": 791, "char_start_idx": 786, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2014" }, { "char_end_idx": 796, "char_start_idx": 791, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2015" }, { "char_end_idx": 801, "char_start_idx": 796, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2016" }, { "char_end_idx": 806, "char_start_idx": 801, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2017" }, { "char_end_idx": 811, "char_start_idx": 806, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2018" }, { "char_end_idx": 816, "char_start_idx": 811, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2019" }, { "char_end_idx": 817, "char_start_idx": 816, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 830, "char_start_idx": 817, "key": "paragraph", "marker": "h4", "type": "local", "value": "Garage Spaces" }, { "char_end_idx": 831, "char_start_idx": 830, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 836, "char_start_idx": 831, "key": "paragraph", "marker": "h4", "type": "local", "value": "Acres" }, { "char_end_idx": 837, "char_start_idx": 836, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 849, "char_start_idx": 837, "key": "paragraph", "marker": "h4", "type": "local", "value": "Days on Site" }, { "char_end_idx": 863, "char_start_idx": 849, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNo max\nNo max" }, { "char_end_idx": 894, "char_start_idx": 863, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNew Listings (Since Yesterday)" }, { "char_end_idx": 911, "char_start_idx": 894, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLess than 3 days" }, { "char_end_idx": 928, "char_start_idx": 911, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLess than 7 days" }, { "char_end_idx": 946, "char_start_idx": 928, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLess than 14 days" }, { "char_end_idx": 964, "char_start_idx": 946, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLess than 30 days" }, { "char_end_idx": 982, "char_start_idx": 964, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLess than 45 days" }, { "char_end_idx": 1000, "char_start_idx": 982, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLess than 60 days" }, { "char_end_idx": 1001, "char_start_idx": 1000, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1014, "char_start_idx": 1001, "key": "paragraph", "marker": "h4", "type": "local", "value": "Price Reduced" }, { "char_end_idx": 1022, "char_start_idx": 1014, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAny\nAny" }, { "char_end_idx": 1038, "char_start_idx": 1022, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIn the last day" }, { "char_end_idx": 1057, "char_start_idx": 1038, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIn the last 3 days" }, { "char_end_idx": 1076, "char_start_idx": 1057, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIn the last 7 days" }, { "char_end_idx": 1096, "char_start_idx": 1076, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIn the last 14 days" }, { "char_end_idx": 1116, "char_start_idx": 1096, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIn the last 30 days" }, { "char_end_idx": 1134, "char_start_idx": 1116, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMore than 30 days" }, { "char_end_idx": 1152, "char_start_idx": 1134, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMore than 60 days" }, { "char_end_idx": 1171, "char_start_idx": 1152, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMore than 120 days" }, { "char_end_idx": 1172, "char_start_idx": 1171, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1183, "char_start_idx": 1172, "key": "paragraph", "marker": "h4", "type": "local", "value": "Has Photos\n" }, { "char_end_idx": 1194, "char_start_idx": 1183, "key": "paragraph", "marker": "div", "type": "local", "value": "Open House\n" }, { "char_end_idx": 1211, "char_start_idx": 1194, "key": "paragraph", "marker": "h4", "type": "local", "value": "Property Features" }, { "char_end_idx": 1289, "char_start_idx": 1211, "key": "paragraph", "marker": "div", "type": "local", "value": "\nNew Construction Corner Lot Handicap Equipped Cul-De-Sac Gas Utilities Sewer\n" }, { "char_end_idx": 1299, "char_start_idx": 1289, "key": "paragraph", "marker": "h4", "type": "local", "value": "Waterfront" }, { "char_end_idx": 1405, "char_start_idx": 1299, "key": "paragraph", "marker": "div", "type": "local", "value": "\nCanal front Creek Front Lake front Sound Front Water front Bay front Ocean front Pond front Beach Rights\n" }, { "char_end_idx": 1422, "char_start_idx": 1405, "key": "paragraph", "marker": "h4", "type": "local", "value": "Exterior features" }, { "char_end_idx": 1539, "char_start_idx": 1422, "key": "paragraph", "marker": "div", "type": "local", "value": "\nDock Rights Fence Has garage Garage Attached Garage Detached No Pool Patio Pool Porch Parking Basement Tennis Court\n" }, { "char_end_idx": 1544, "char_start_idx": 1539, "key": "paragraph", "marker": "h4", "type": "local", "value": "Style" }, { "char_end_idx": 1669, "char_start_idx": 1544, "key": "paragraph", "marker": "div", "type": "local", "value": "\nTwo Story Cape Cottage Farmhouse Traditional Victorian Colonial Duplex Raised Ranch Split Level Tudor Bungalow Contemporary\n" }, { "char_end_idx": 1738, "char_start_idx": 1669, "key": "paragraph", "marker": "div", "type": "local", "value": "Status: ActiveID: 3064507Lot Size: 1.38 AcresListed on site: 222 days" }, { "char_end_idx": 1739, "char_start_idx": 1738, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2130, "char_start_idx": 1739, "key": "paragraph", "marker": "p", "type": "local", "value": "Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing.\n" }, { "char_end_idx": 2521, "char_start_idx": 2130, "key": "paragraph", "marker": "p", "type": "local", "value": "Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing.\n" }, { "char_end_idx": 2594, "char_start_idx": 2521, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 2595, "char_start_idx": 2594, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2612, "char_start_idx": 2595, "key": "paragraph", "marker": "h4", "type": "local", "value": "Go Tour This Home" }, { "char_end_idx": 2613, "char_start_idx": 2612, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2694, "char_start_idx": 2613, "key": "paragraph", "marker": "p", "type": "local", "value": "This property is unavailable for tours on that date. Please select another date.\n" }, { "char_end_idx": 2712, "char_start_idx": 2694, "key": "paragraph", "marker": "h2", "type": "local", "value": "Similar properties" }, { "char_end_idx": 2786, "char_start_idx": 2712, "key": "paragraph", "marker": "div", "type": "local", "value": "\nInformation Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 2787, "char_start_idx": 2786, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2860, "char_start_idx": 2787, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 2861, "char_start_idx": 2860, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2934, "char_start_idx": 2861, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 2935, "char_start_idx": 2934, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3008, "char_start_idx": 2935, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 3009, "char_start_idx": 3008, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3082, "char_start_idx": 3009, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 3083, "char_start_idx": 3082, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3156, "char_start_idx": 3083, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 3157, "char_start_idx": 3156, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3230, "char_start_idx": 3157, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 3231, "char_start_idx": 3230, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3304, "char_start_idx": 3231, "key": "paragraph", "marker": "div", "type": "local", "value": "Information Copyright 2017, Multiple Listing Service of Long Island, Inc." }, { "char_end_idx": 3305, "char_start_idx": 3304, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3322, "char_start_idx": 3305, "key": "paragraph", "marker": "h4", "type": "local", "value": "Go Tour This Home" }, { "char_end_idx": 3323, "char_start_idx": 3322, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3404, "char_start_idx": 3323, "key": "paragraph", "marker": "p", "type": "local", "value": "This property is unavailable for tours on that date. Please select another date.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "55 County Road 48, Mattituck, NY, 11952" } ]
[ { "key": "url", "type": "global", "value": "https://lewisandnickles.com/homedetails/17676833-55-county-road-48-mattituck-ny-11952" } ]
[]
Home Featured Listings 13350 New Suffolk Ave Southold, NY 11971 1705 Arashamomaque Avenue, Southold 2555 Youngs Avenue, Southold 8955 Main Rd Buyers Sellers Rentals About Us Contact Log In Listing type No min Square Footage Any Any 500 550 600 650 700 750 800 850 900 950 1000 1050 1100 1150 1200 1250 1500 1750 1800 1850 1900 1950 2000 2250 2500 2750 3000 3500 4000 4500 5000 Any Any 500 550 600 650 700 750 800 850 900 950 1000 1050 1100 1150 1200 1250 1500 1750 1800 1850 1900 1950 2000 2250 2500 2750 3000 3500 4000 4500 5000 Year Built Any Any 1900 1920 1930 1940 1950 1960 1970 1980 1990 1995 2000 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 Any Any 1900 1920 1930 1940 1950 1960 1970 1980 1990 1995 2000 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 Garage Spaces Acres Days on Site No max No max New Listings (Since Yesterday) Less than 3 days Less than 7 days Less than 14 days Less than 30 days Less than 45 days Less than 60 days Price Reduced Any Any In the last day In the last 3 days In the last 7 days In the last 14 days In the last 30 days More than 30 days More than 60 days More than 120 days Has Photos Open House Property Features New Construction Corner Lot Handicap Equipped Cul-De-Sac Gas Utilities Sewer Waterfront Canal front Creek Front Lake front Sound Front Water front Bay front Ocean front Pond front Beach Rights Exterior features Dock Rights Fence Has garage Garage Attached Garage Detached No Pool Patio Pool Porch Parking Basement Tennis Court Style Two Story Cape Cottage Farmhouse Traditional Victorian Colonial Duplex Raised Ranch Split Level Tudor Bungalow Contemporary Status: ActiveID: 3064507Lot Size: 1.38 AcresListed on site: 222 days Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing. Mint Turn Key Ready Space For Your New Beauty Salon! Chairs, Sinks, Etc. Left In Place From Previous Business Owner. Beautiful Spacious Rooms. 6 Chairs For Hair Plus 2 For Hair Washing, 2 Pedicure Chairs, Etc,, Tables For Tea Or Waiting, Plus 3 Offices. Front And Back Entrance. Great Presence On The North Fork On Route 48 With Plenty Of Parking! Call For More Details And Private Showing. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Go Tour This Home This property is unavailable for tours on that date. Please select another date. Similar properties Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Information Copyright 2017, Multiple Listing Service of Long Island, Inc. Go Tour This Home This property is unavailable for tours on that date. Please select another date.
https://lewisandnickles.com/homedetails/17676833-55-county-road-48-mattituck-ny-11952
[ { "char_end_idx": 53, "char_start_idx": 45, "key": "entity", "type": "local", "value": "Southold_(CDP),_New_York" }, { "char_end_idx": 57, "char_start_idx": 55, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 99, "char_start_idx": 91, "key": "entity", "type": "local", "value": "Southold,_New_York" }, { "char_end_idx": 128, "char_start_idx": 120, "key": "entity", "type": "local", "value": "Southold_(CDP),_New_York" }, { "char_end_idx": 173, "char_start_idx": 171, "key": "entity", "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 1193, "char_start_idx": 1183, "key": "entity", "type": "local", "value": "Doors_Open_Days" }, { "char_end_idx": 1305, "char_start_idx": 1300, "key": "entity", "type": "local", "value": "Canal" }, { "char_end_idx": 1805, "char_start_idx": 1800, "key": "entity", "type": "local", "value": "RMS_Lusitania" }, { "char_end_idx": 1810, "char_start_idx": 1807, "key": "entity", "type": "local", "value": "Content_delivery_network" }, { "char_end_idx": 1947, "char_start_idx": 1944, "key": "entity", "type": "local", "value": "Content_delivery_network" }, { "char_end_idx": 2050, "char_start_idx": 2036, "key": "entity", "type": "local", "value": "North_Fork_(Long_Island)" }, { "char_end_idx": 2196, "char_start_idx": 2191, "key": "entity", "type": "local", "value": "RMS_Lusitania" }, { "char_end_idx": 2201, "char_start_idx": 2198, "key": "entity", "type": "local", "value": "Content_delivery_network" }, { "char_end_idx": 2338, "char_start_idx": 2335, "key": "entity", "type": "local", "value": "Content_delivery_network" }, { "char_end_idx": 2441, "char_start_idx": 2427, "key": "entity", "type": "local", "value": "North_Fork_(Long_Island)" } ]
[ { "char_end_idx": 63, "char_start_idx": 44, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Southold_(CDP),_New_York" }, { "char_end_idx": 63, "char_start_idx": 44, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "New_York_City" }, { "char_end_idx": 99, "char_start_idx": 63, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Southold,_New_York" }, { "char_end_idx": 128, "char_start_idx": 99, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Southold_(CDP),_New_York" }, { "char_end_idx": 173, "char_start_idx": 165, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "People_Like_Us_(musician)" }, { "char_end_idx": 1194, "char_start_idx": 1183, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Doors_Open_Days" }, { "char_end_idx": 1405, "char_start_idx": 1299, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canal" }, { "char_end_idx": 2130, "char_start_idx": 1739, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "RMS_Lusitania" }, { "char_end_idx": 2130, "char_start_idx": 1739, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Content_delivery_network" }, { "char_end_idx": 2130, "char_start_idx": 1739, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "North_Fork_(Long_Island)" }, { "char_end_idx": 2521, "char_start_idx": 2130, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "RMS_Lusitania" }, { "char_end_idx": 2521, "char_start_idx": 2130, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Content_delivery_network" }, { "char_end_idx": 2521, "char_start_idx": 2130, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "North_Fork_(Long_Island)" } ]
0
38
1555866053000
<!DOCTYPE html> <html lang="en"> <head> <!-- Piano/Tinypass Adblocking Check --> <script> document.cookie = "__adblocker=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/"; var setNptTechAdblockerCookie = function(adblocker) { var d = new Date(); d.setTime(d.getTime() + 60 * 60 * 24 * 2 * 1000); document.cookie = "__adblocker=" + (adblocker ? "true" : "false") + "; expires=" + d.toUTCString() + "; path=/"; }; var script = document.createElement("script"); script.setAttribute("async", true); script.setAttribute("src", "//www.npttech.com/advertising.js"); script.setAttribute("onerror", "setNptTechAdblockerCookie(true);"); document.getElementsByTagName("head")[0].appendChild(script); </script> <!-- End Piano/Tinypass Adblocking Check --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content=""> <link rel="profile" href="http://gmpg.org/xfn/11"> <!-- Organization schema --> <script type="application/ld+json"> { "@context":"http://schema.org", "@type":"Organization", "name":"Commercial Observer", "logo":{ "@type":"ImageObject", "url": "https:\/\/s2.wp.com\/wp-content\/themes\/vip\/observer-unchained\/images\/co_logo_dark.png", "height":60, "width":543 }, "url" : "https://commercialobserver.com", "sameAs" : [ "https://www.facebook.com/commobserver", "https://twitter.com/commobserver", "https://plus.google.com/+Commercialobserver", "https://www.linkedin.com/company/commercial-observer" ], "potentialAction":{ "@type":"SearchAction", "target":"https://commercialobserver.com/?s=search_term_string", "query-input":"required name=search_term_string" } } </script> <!-- End Organization schema --> <script type="application/ld+json"> { "@context":"http://schema.org", "@type":"NewsArticle", "name": "NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&nbsp;Development", "headline":"NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&nbsp;Development", "url":"https:\/\/commercialobserver.com\/2016\/02\/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop\/", "articleSection":"Design + Construction", "keywords": [], "datePublished":"2016-02-12 18:00:22", "dateCreated":"2016-02-12 18:00:22", "dateModified":"2016-02-15 17:36:11", "inLanguage":"en-us", "publisher":{ "@type":"Organization", "name":"Commercial Observer", "logo":{ "@type":"ImageObject", "url": "https:\/\/s2.wp.com\/wp-content\/themes\/vip\/observer-unchained\/images\/co_logo_dark.png", "height":60, "width":543 } }, "mainEntityOfPage":"https:\/\/commercialobserver.com\/2016\/02\/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop\/", "author": [{"@type":"Person","name":"Terence Cullen","url":"https:\/\/commercialobserver.com\/author\/terrence-cullen\/"}], "creator": [{"@type":"Person","name":"Terence Cullen","url":"https:\/\/commercialobserver.com\/author\/terrence-cullen\/"}], "thumbnailUrl":"https:\/\/nyocommercialobserver.files.wordpress.com\/2016\/02\/img_6038.jpg?w=768", "image":{ "@type":"ImageObject", "url":"https:\/\/nyocommercialobserver.files.wordpress.com\/2016\/02\/img_6038.jpg?w=768", "representativeOfPage":true, "height":1024, "width":768 } } </script><!-- End NewsArticle schema --> <meta property="og:site_name" content="Commercial Observer"> <meta property="og:locale" content="en_US"> <meta property="fb:app_id" content="248567891940159"> <meta property="og:image" content="https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=768"> <meta property="og:image:type" content="image/jpeg"> <meta property="og:image:width" content="768"> <meta property="og:image:height" content="1024"> <meta property="og:type" content="article"> <meta property="og:url" content="https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/"> <meta property="og:title" content="NYC Sees Jump in Construction, Boosted by Far West Side Development"> <meta property="og:description" content="Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics."> <meta property="article:published_time" content="2016-02-12T14:00:22+00:00"> <meta property="article:modified_time" content="2016-02-15T13:36:11+00:00"> <meta property="article:author" content="https://commercialobserver.com/author/terrence-cullen"> <meta property="article:section" content="Design + Construction"> <meta property="article:section" content="Construction"> <meta name="sailthru.date" content="2016-02-12T14:00:22+00:00"> <meta name="sailthru.title" content="NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&nbsp;Development"> <meta name="sailthru.tags" content="CO_design-construction, CO_construction-infrastructure"> <meta name="sailthru.section" content="Design + Construction"> <meta name="sailthru.author" content="Terence Cullen"/> <meta name="sailthru.description" content="Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics."> <meta name="sailthru.image.full" content="https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=640"> <meta name="sailthru.image.thumb" content="https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=113"> <meta name="sailthru.market" content=""> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:site" content="@commobserver"> <meta property="twitter:title" content="NYC Sees Jump in Construction, Boosted by Far West Side Development"> <meta property="twitter:description" content="Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics."> <meta property="twitter:image" content="https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=768"> <meta name="description" content="Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics." /><meta name="news_keywords" content="%tags%" /> <meta name="keywords" content="" /> <title>NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development &#8211; Commercial Observer</title> <!-- dataLayer Values for Google Tag Manager --> <script> dataLayer = window.dataLayer || []; dataLayer.push({ 'postId': 300774, 'author': "Terence Cullen", 'channels': "Design + Construction|Construction", 'postStyle': "regular", 'market': [], 'publicationDate': "2016-02-12 14:00:22" }); </script> <!-- End dataLayer Values for Google Tag Manager --> <!-- Google Tag Manager --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WCGJ5DK');</script> <!-- End Google Tag Manager --> <!-- DFP --> <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <script> googletag.cmd.push(function () { var leaderboardMapping = googletag.sizeMapping() .addSize([0, 0], []) .addSize([728, 0], [[728, 90]]) .addSize([970, 0], [[970, 90], [728, 90], [970, 415], [970, 250]]) .build(); var leaderboardInstreamMapping = googletag.sizeMapping() .addSize([0, 0], [[320, 50]]) .addSize([728, 0], [[728, 90]]) .addSize([1200, 0], [[970, 90], [728, 90]]) .build(); var sidebarMapping1 = googletag.sizeMapping() .addSize([0, 0], []) .addSize([1201, 0], [[300, 600], [300, 250], [300, 1050]]) .build(); var sidebarMapping2 = googletag.sizeMapping() .addSize([0, 0], []) .addSize([1201, 0], [[300, 250]]) .build(); var riverMapping = googletag.sizeMapping() .addSize([0, 0], [[300, 250]]) .addSize([1201, 0], []) .build(); var mobileMapping300X250 = googletag.sizeMapping() .addSize([400, 0], [[300, 250]]) .addSize([401, 0], []) .build(); var mobileMapping320X50 = googletag.sizeMapping() .addSize([400, 0], [[320, 50]]) .addSize([401, 0], []) .build(); function CommObsRightrail1() { googletag.defineSlot('/1008049/CommObs_Rightrail1', [[300, 600], [300, 250], [300, 1050]], 'div-gpt-ad-1490294834717-0') .defineSizeMapping(sidebarMapping1) .addService(googletag.pubads()); } function CommObsRightrail2() { googletag.defineSlot('/1008049/CommObs_Rightrail2', [300, 250], 'div-gpt-ad-1490294923874-0') .defineSizeMapping(sidebarMapping2) .addService(googletag.pubads()); } function CommObsRightrail3() { googletag.defineSlot('/1008049/CommObs_Rightrail3', [300, 250], 'div-gpt-ad-1510006350093-0') .setCollapseEmptyDiv(true) .defineSizeMapping(sidebarMapping2) .addService(googletag.pubads()); } function CommObsLeaderboardInstream() { googletag.defineSlot('/1008049/CommObs_Leaderboard_Instream', [[728, 90], [320, 50], [970, 90]], 'div-gpt-ad-1490294964497-0') .defineSizeMapping(leaderboardInstreamMapping) .addService(googletag.pubads()); } function CommObsRiver1_300x250() { googletag.defineSlot('/1008049/CommObs_River1_300x250', [300, 250], 'div-gpt-ad-1490295699995-0') .defineSizeMapping(riverMapping) .addService(googletag.pubads()); } function CommObsRiver2_300x250() { googletag.defineSlot('/1008049/CommObs_River2_300x250', [300, 250], 'div-gpt-ad-1490295699995-1') .defineSizeMapping(riverMapping) .addService(googletag.pubads()); } function CommObs300x250Instream() { googletag.defineSlot('/1008049/CommObs_300x250_Instream', [300, 250], 'div-gpt-ad-1490382664608-0') .setCollapseEmptyDiv(true) .addService(googletag.pubads()); } function CommObs300x250InContent() { googletag.defineSlot('/1008049/CommObs_300x250_InContent', [300, 250], 'div-gpt-ad-1490385978238-0') .setCollapseEmptyDiv(true) .addService(googletag.pubads()); } function CommObsLeaderboardMobile300x250() { googletag.defineSlot('/1008049/CommObs_LeaderboardMobile300x250', [300, 250], 'div-gpt-ad-1490719840851-0') .defineSizeMapping(mobileMapping300X250) .setCollapseEmptyDiv(true) .addService(googletag.pubads()); } function CommObsLeaderboardMobile320x50() { googletag.defineSlot('/1008049/CommObs_LeaderboardMobile320x50', [320, 50], 'div-gpt-ad-1490719840851-1') .defineSizeMapping(mobileMapping320X50) .setCollapseEmptyDiv(true) .addService(googletag.pubads()); } //defined in header for every page googletag.defineSlot('/1008049/CommObs_Leaderboard', [[970, 90], [728, 90], [970, 415], [970, 250]], 'div-gpt-ad-1490294747335-0') .defineSizeMapping(leaderboardMapping) .setCollapseEmptyDiv(true) .addService(googletag.pubads()); //defined in header for every page googletag.defineSlot('/1008049/CommObs_Skin_2600x1400', [2600, 1400], 'div-gpt-ad-1490626280749-1') .setCollapseEmptyDiv(true) .addService(googletag.pubads()); //defined in footer for every page googletag.defineOutOfPageSlot('/1008049/CommObs_1x1_a', 'div-gpt-ad-1490626280749-0') .addService(googletag.pubads()); CommObsRightrail1(); CommObsRightrail3(); CommObsLeaderboardInstream(); CommObs300x250Instream(); //this is the unit under the realgraph data CommObs300x250InContent(); CommObsLeaderboardMobile320x50(); googletag.pubads().enableSingleRequest(); googletag.pubads().setTargeting("url", ["\/2016\/02\/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop"]); googletag.pubads().setTargeting("CO_channels", ["design-construction","construction-infrastructure"]); googletag.enableServices(); }); </script> <!-- DFP End --> <!-- Chartbeat --> <script type='text/javascript'>var _sf_startpt = (new Date()).getTime()</script> <!-- Chartbeat End--> <script src='https://r-login.wordpress.com/remote-login.php?action=js&amp;host=commercialobserver.com&amp;id=39571588&amp;t=1555866053&amp;back=https%3A%2F%2Fcommercialobserver.com%2F2016%2F02%2Fnyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop%2F' type="text/javascript"></script> <script type="text/javascript"> /* <![CDATA[ */ if ( 'function' === typeof WPRemoteLogin ) { document.cookie = "wordpress_test_cookie=test; path=/"; if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) { WPRemoteLogin(); } } /* ]]> */ </script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s7.addthis.com' /> <link rel='dns-prefetch' href='//widget.commercialobserver.com' /> <link rel='dns-prefetch' href='//ak.sail-horizon.com' /> <link rel='dns-prefetch' href='//use.typekit.net' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//nyocommercialobserver.wordpress.com' /> <link rel="alternate" type="application/rss+xml" title="Commercial Observer &raquo; Feed" href="https://commercialobserver.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Commercial Observer &raquo; Comments Feed" href="https://commercialobserver.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Commercial Observer &raquo; NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&nbsp;Development Comments Feed" href="https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1550249335h&ver=5.2-beta3-45234"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s1.wp.com/_static/??-eJyVUdFOwzAM/CEyA6JjL4hvSVLTeouTKE429e9xO1FgQCVeEt/FF/tsuGTjU6wYK3AzObSBosAl+8RGmAJON2jnRe7gd1mgEwocsWbrT2ZBazpFH1qvz0pAT1LBhbRkuWLLBFKngDumuFXAp4LKc7Z1zmDsyWJA1rQtGef9h2oOR+1u08fVsHO5oIjRk6mxqaMW+qm70nCmDMkJljMW06IfLUXsb20RxFRJpbIGW40MmIxOyVZK8Rswb8FS2ZIW1PkOGg7LxD/hXwbGJxhCcjb806EuFtZBzwsxvuhVl7JfifnfV3556Lr758Pj/tAd3wFcyO9K?cssminify=yes' type='text/css' media='all' /> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJyFj9EKwjAMRX/Irug2fBK/ZXZ3M7NNa9Nu6NdbQR+UoRBIQg7JiV6CIjY29xA9lbhmxNsrVZNs9C9AORpjl1A54jdsPCdwerLBS3IQ6UasTJ0/kYXKglgATuXM4Fe4TyXimbD8xSak0JmLihC6Y+2RzD2iGB9X7dMZxVzPFLQ/FcMZUWU2544YvS57dLB5JJZSD8SUoMREb+13XxYf3WHbts2urvdNMz0AhUqKvw=='></script> <script type='text/javascript' src='//use.typekit.net/ulk7dlr.js?ver=1.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var piano_postData = {"debug_mode":"","postID":"300774","postTitle":"NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side\u00a0Development","postCategory":["Channel","Construction","Design + Construction"]}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/wp-content/themes/vip/observer-unchained/js/modules/piano-ecomm.js?m=1553265233h'></script> <link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all' /> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://nyocommercialobserver.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress.com" /> <link rel="canonical" href="http://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/" /> <link rel='shortlink' href='http://bit.ly/1WhVQPh' /> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fcommercialobserver.com%2F2016%2F02%2Fnyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop%2F&amp;for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fcommercialobserver.com%2F2016%2F02%2Fnyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop%2F&amp;for=wpcom-auto-discovery" /><link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=32" sizes="16x16" /> <link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=32" sizes="16x16" /> <link rel="apple-touch-icon-precomposed" href="https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=114" /> <link rel='openid.server' href='https://nyocommercialobserver.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://nyocommercialobserver.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://commercialobserver.com/osd.xml" title="Commercial Observer" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="Commercial Observer" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="New York&#039;s authority on commercial real estate leasing, deals and culture." /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://commercialobserver.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=16" /><style type="text/css" id="syntaxhighlighteranchor"></style> </head> <body class="post-template-default single single-post postid-300774 single-format-standard mp6 customizer-styles-applied group-blog highlander-enabled highlander-light"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCGJ5DK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="commobs-skin-2600X1400"> <!-- Ad Unit /1008049/CommObs_Skin_2600x1400 --> <div id='div-gpt-ad-1490626280749-1' style='height:1400px; width:2600px;'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490626280749-1'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_Skin_2600x1400 End --> </div> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header" role="banner"> <!-- #header-ad is used as a hook for pushdown ads --> <div id="header-ad" class="header-ad ad-wrapper commobs-leaderboard"> <!-- Ad Unit /1008049/CommObs_Leaderboard --> <div id='div-gpt-ad-1490294747335-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490294747335-0'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_Leaderboard End--> </div> <!-- pushdown use menu bar lockup for height --> <div id="menu-bar-lockup" class="menu-bar-lockup"> <button id="hamburglar" alt="View Menu" title="View Menu"> <i class="fa fa-bars"></i> </button> <div class="site-branding"> <a href="/" alt="Commercial Observer Home" title="Commercial Observer Home"> <img src="https://s2.wp.com/wp-content/themes/vip/observer-unchained/images/co_logo_white.png" alt="Logo"> </a> </div><!-- .site-branding --> <nav id="site-navigation" class="main-navigation" role="navigation"> <div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-316128" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children leases dropdown menu-item-316128"><a href="https://commercialobserver.com/leases/">Leases<i class="fa fa-caret-down"></i></a> <div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-316129" class="menu-item menu-item-type-taxonomy menu-item-object-category industrial menu-item-316129"><a href="https://commercialobserver.com/leases/industrial/">Industrial</a></li> <li id="menu-item-316130" class="menu-item menu-item-type-taxonomy menu-item-object-category office menu-item-316130"><a href="https://commercialobserver.com/leases/office/">Office</a></li> <li id="menu-item-316131" class="menu-item menu-item-type-taxonomy menu-item-object-category retail menu-item-316131"><a href="https://commercialobserver.com/leases/retail/">Retail</a></li> <li id="menu-item-316132" class="menu-item menu-item-type-taxonomy menu-item-object-category all menu-item-316132"><a href="https://commercialobserver.com/leases/">All</a></li> </ul></div> </li> <li id="menu-item-316133" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children finance dropdown menu-item-316133"><a href="https://commercialobserver.com/finance/">Finance<i class="fa fa-caret-down"></i></a> <div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-316134" class="menu-item menu-item-type-taxonomy menu-item-object-category acquisition menu-item-316134"><a href="https://commercialobserver.com/finance/acquisition/">Acquisition</a></li> <li id="menu-item-316135" class="menu-item menu-item-type-taxonomy menu-item-object-category cmbs menu-item-316135"><a href="https://commercialobserver.com/finance/cmbs/">CMBS</a></li> <li id="menu-item-316136" class="menu-item menu-item-type-taxonomy menu-item-object-category construction menu-item-316136"><a href="https://commercialobserver.com/finance/construction/">Construction</a></li> <li id="menu-item-316137" class="menu-item menu-item-type-taxonomy menu-item-object-category refinance menu-item-316137"><a href="https://commercialobserver.com/finance/refinance/">Refinance</a></li> <li id="menu-item-316138" class="menu-item menu-item-type-taxonomy menu-item-object-category all menu-item-316138"><a href="https://commercialobserver.com/finance/">All</a></li> </ul></div> </li> <li id="menu-item-316139" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children sales dropdown menu-item-316139"><a href="https://commercialobserver.com/sales/">Sales<i class="fa fa-caret-down"></i></a> <div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-316145" class="menu-item menu-item-type-taxonomy menu-item-object-category residential menu-item-316145"><a href="https://commercialobserver.com/sales/residential/">Residential</a></li> <li id="menu-item-316140" class="menu-item menu-item-type-taxonomy menu-item-object-category commercial menu-item-316140"><a href="https://commercialobserver.com/sales/commercial/">Commercial</a></li> <li id="menu-item-316144" class="menu-item menu-item-type-taxonomy menu-item-object-category mixed-use menu-item-316144"><a href="https://commercialobserver.com/sales/mixed-use/">Mixed Use</a></li> <li id="menu-item-316143" class="menu-item menu-item-type-taxonomy menu-item-object-category land menu-item-316143"><a href="https://commercialobserver.com/sales/land/">Land</a></li> <li id="menu-item-316142" class="menu-item menu-item-type-taxonomy menu-item-object-category hotels menu-item-316142"><a href="https://commercialobserver.com/sales/hotels/">Hotels</a></li> <li id="menu-item-316141" class="menu-item menu-item-type-taxonomy menu-item-object-category development-rights menu-item-316141"><a href="https://commercialobserver.com/sales/development-rights/">Development Rights</a></li> <li id="menu-item-316146" class="menu-item menu-item-type-taxonomy menu-item-object-category all menu-item-316146"><a href="https://commercialobserver.com/sales/">All</a></li> </ul></div> </li> <li id="menu-item-316148" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children design-construction dropdown menu-item-316148"><a href="https://commercialobserver.com/design-construction/">Design + Construction<i class="fa fa-caret-down"></i></a> <div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-316149" class="menu-item menu-item-type-taxonomy menu-item-object-category architecture menu-item-316149"><a href="https://commercialobserver.com/design-construction/architecture/">Architecture</a></li> <li id="menu-item-316150" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent construction menu-item-316150"><a href="https://commercialobserver.com/design-construction/construction/">Construction</a></li> <li id="menu-item-316151" class="menu-item menu-item-type-taxonomy menu-item-object-category infrastructure menu-item-316151"><a href="https://commercialobserver.com/design-construction/infrastructure/">Infrastructure</a></li> <li id="menu-item-316153" class="menu-item menu-item-type-taxonomy menu-item-object-category policy menu-item-316153"><a href="https://commercialobserver.com/design-construction/policy/">Policy</a></li> <li id="menu-item-316154" class="menu-item menu-item-type-taxonomy menu-item-object-category urban-planning menu-item-316154"><a href="https://commercialobserver.com/design-construction/urban-planning/">Urban Planning</a></li> <li id="menu-item-316152" class="menu-item menu-item-type-taxonomy menu-item-object-category neighborhoods menu-item-316152"><a href="https://commercialobserver.com/design-construction/neighborhoods/">Neighborhoods</a></li> <li id="menu-item-316156" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent all menu-item-316156"><a href="https://commercialobserver.com/design-construction/">All</a></li> </ul></div> </li> <li id="menu-item-331990" class="menu-item menu-item-type-taxonomy menu-item-object-category technology menu-item-331990"><a href="https://commercialobserver.com/technology/">Technology</a></li> <li id="menu-item-316157" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children more dropdown menu-item-316157"><a href="https://commercialobserver.com/more/">More<i class="fa fa-caret-down"></i></a> <div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-316160" class="menu-item menu-item-type-taxonomy menu-item-object-category features menu-item-316160"><a href="https://commercialobserver.com/more/features/">Features</a></li> <li id="menu-item-316159" class="menu-item menu-item-type-taxonomy menu-item-object-category columnists menu-item-316159"><a href="https://commercialobserver.com/more/columnists/">Columnists</a></li> <li id="menu-item-316158" class="menu-item menu-item-type-taxonomy menu-item-object-category analysis menu-item-316158"><a href="https://commercialobserver.com/more/analysis/">Analysis</a></li> <li id="menu-item-316164" class="menu-item menu-item-type-taxonomy menu-item-object-category research menu-item-316164"><a href="https://commercialobserver.com/more/research/">Research</a></li> <li id="menu-item-342174" class="menu-item menu-item-type-custom menu-item-object-custom partner-content menu-item-342174"><a href="https://commercialobserver.com/sponsored">Partner Content</a></li> <li id="menu-item-316161" class="menu-item menu-item-type-taxonomy menu-item-object-category industry menu-item-316161"><a href="https://commercialobserver.com/more/industry/">Industry</a></li> <li id="menu-item-316162" class="menu-item menu-item-type-taxonomy menu-item-object-category legal menu-item-316162"><a href="https://commercialobserver.com/more/legal/">Legal</a></li> <li id="menu-item-316163" class="menu-item menu-item-type-taxonomy menu-item-object-category players menu-item-316163"><a href="https://commercialobserver.com/more/players/">Players</a></li> <li id="menu-item-316165" class="menu-item menu-item-type-taxonomy menu-item-object-category transportation menu-item-316165"><a href="https://commercialobserver.com/more/transportation/">Transportation</a></li> <li id="menu-item-316166" class="menu-item menu-item-type-taxonomy menu-item-object-category all menu-item-316166"><a href="https://commercialobserver.com/more/">All</a></li> </ul></div> </li> <li id="menu-item-330494" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children markets dropdown menu-item-330494"><a>Markets<i class="fa fa-caret-down"></i></a> <div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-330495" class="menu-item menu-item-type-taxonomy menu-item-object-market los-angeles menu-item-330495"><a href="https://commercialobserver.com/market/los-angeles/">Los Angeles</a></li> <li id="menu-item-330496" class="menu-item menu-item-type-taxonomy menu-item-object-market new-york-city menu-item-330496"><a href="https://commercialobserver.com/market/new-york-city/">New York City</a></li> <li id="menu-item-330497" class="menu-item menu-item-type-taxonomy menu-item-object-market manhattan menu-item-330497"><a href="https://commercialobserver.com/market/manhattan/">Manhattan</a></li> <li id="menu-item-330498" class="menu-item menu-item-type-taxonomy menu-item-object-market brooklyn menu-item-330498"><a href="https://commercialobserver.com/market/brooklyn/">Brooklyn</a></li> <li id="menu-item-330499" class="menu-item menu-item-type-taxonomy menu-item-object-market queens menu-item-330499"><a href="https://commercialobserver.com/market/queens/">Queens</a></li> <li id="menu-item-330500" class="menu-item menu-item-type-taxonomy menu-item-object-market bronx menu-item-330500"><a href="https://commercialobserver.com/market/bronx/">Bronx</a></li> <li id="menu-item-330501" class="menu-item menu-item-type-taxonomy menu-item-object-market national menu-item-330501"><a href="https://commercialobserver.com/market/national/">National</a></li> <li id="menu-item-337497" class="menu-item menu-item-type-taxonomy menu-item-object-market washington-dc menu-item-337497"><a href="https://commercialobserver.com/market/washington-dc/">Washington DC</a></li> </ul></div> </li> <li id="menu-item-320919" class="menu-item menu-item-type-post_type_archive menu-item-object-video menu-item-has-children videos dropdown menu-item-320919"><a href="https://commercialobserver.com/videos/">Videos<i class="fa fa-caret-down"></i></a> <div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-321336" class="menu-item menu-item-type-taxonomy menu-item-object-video_channel commercial-observer-video menu-item-321336"><a href="https://commercialobserver.com/videos/commercial-observer-video/">Commercial Observer Video</a></li> <li id="menu-item-321337" class="menu-item menu-item-type-taxonomy menu-item-object-video_channel retail menu-item-321337"><a href="https://commercialobserver.com/videos/retail-details/">Retail</a></li> </ul></div> </li> <li id="menu-item-350969" class="menu-item menu-item-type-post_type_archive menu-item-object-print_issue magazine menu-item-350969"><a href="https://commercialobserver.com/magazine/">Magazine</a></li> <li id="menu-item-321115" class="menu-item menu-item-type-post_type_archive menu-item-object-event events menu-item-321115"><a href="https://commercialobserver.com/events/">Events</a></li> </ul></div> </nav><!-- #site-navigation --> <div class="top-right-nav"> <div class="piano-account-management"> <span class="piano-account-inactive-container management-block"> <a href="javascript:void(0);" class="account-button piano-login-button" data-slimstat="5">Log In</a> <a href="/subscribe" class="account-button" data-slimstat="5">Sign Up</a> </span> <span class="piano-account-active-container management-block account-container"> <a class="account-button" href="/account">My Account</a> <a href="javascript:void(0);" class="account-button piano-logout-button" data-slimstat="5">Log Out</a> <div class="account-dropdown"> <ul> <li> <a href="/account" class="account-dropdown-link">Account Details</a> </li> <li> <a href="/account/email-preferences" class="account-dropdown-link">Email Preferences</a> </li> <li> <a href="/membership-faqs" class="account-dropdown-link">Member FAQs</a> </li> <li> <a href="javascript:void(0);" class="account-dropdown-link piano-logout-button">Logout</a> </li> </ul> </div> </span> </div> <a id="nav-search-link" href="#" class="search"> <i id="search-icon" class="fa fa-search"></i> <div id="search-wrapper" class="search-wrapper search-bar-hidden"> <form role="search" id="search-form" class="search-form" action="https://commercialobserver.com/" method="GET"> <div class="input-button-lockup"> <i class="fa fa-search"></i> <input type="search" id="search-input" name="s" class="search-input" placeholder="Enter search term here" value="" autocomplete="off" autocapitalize="off"> <button type="submit" class="co-btn search-submit">Search</button> </div> </form> </div> </a> </div> </div> </header><!-- #masthead --> <div id="flyout-menu-wrapper"> <div id="flyout-menu"> <div class="header"> <div class="logo-wrap"> <a href="/"> <img src="https://s2.wp.com/wp-content/themes/vip/observer-unchained/images/co_logo_dark.png" alt="Logo"> </a> </div> <button id="flyout-close"> <i class="fa fa-times"></i> </button> </div> <div class="menus"> <div class="menu-flyout-menu-container"><ul id="menu-flyout-menu" class="menu"><li id="menu-item-316176" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316176"><a href="https://commercialobserver.com/leases/">Leases</a> <ul class="sub-menu"> <li id="menu-item-316177" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316177"><a href="https://commercialobserver.com/leases/industrial/">Industrial</a></li> <li id="menu-item-316178" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316178"><a href="https://commercialobserver.com/leases/office/">Office</a></li> <li id="menu-item-316179" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316179"><a href="https://commercialobserver.com/leases/retail/">Retail</a></li> <li id="menu-item-316180" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316180"><a href="https://commercialobserver.com/leases/">All</a></li> </ul> </li> <li id="menu-item-316181" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316181"><a href="https://commercialobserver.com/finance/">Finance</a> <ul class="sub-menu"> <li id="menu-item-316182" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316182"><a href="https://commercialobserver.com/finance/acquisition/">Acquisition</a></li> <li id="menu-item-316184" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316184"><a href="https://commercialobserver.com/finance/construction/">Construction</a></li> <li id="menu-item-316183" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316183"><a href="https://commercialobserver.com/finance/cmbs/">CMBS</a></li> <li id="menu-item-316185" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316185"><a href="https://commercialobserver.com/finance/refinance/">Refinance</a></li> <li id="menu-item-316186" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316186"><a href="https://commercialobserver.com/finance/">All</a></li> </ul> </li> <li id="menu-item-316187" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316187"><a href="https://commercialobserver.com/sales/">Sales</a> <ul class="sub-menu"> <li id="menu-item-316193" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316193"><a href="https://commercialobserver.com/sales/residential/">Residential</a></li> <li id="menu-item-316188" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316188"><a href="https://commercialobserver.com/sales/commercial/">Commercial</a></li> <li id="menu-item-316192" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316192"><a href="https://commercialobserver.com/sales/mixed-use/">Mixed Use</a></li> <li id="menu-item-316191" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316191"><a href="https://commercialobserver.com/sales/land/">Land</a></li> <li id="menu-item-316190" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316190"><a href="https://commercialobserver.com/sales/hotels/">Hotels</a></li> <li id="menu-item-316189" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316189"><a href="https://commercialobserver.com/sales/development-rights/">Development Rights</a></li> <li id="menu-item-316194" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316194"><a href="https://commercialobserver.com/sales/">All</a></li> </ul> </li> <li id="menu-item-316195" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-316195"><a href="https://commercialobserver.com/design-construction/">Design + Construction</a> <ul class="sub-menu"> <li id="menu-item-316196" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316196"><a href="https://commercialobserver.com/design-construction/architecture/">Architecture</a></li> <li id="menu-item-316197" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-316197"><a href="https://commercialobserver.com/design-construction/construction/">Construction</a></li> <li id="menu-item-316198" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316198"><a href="https://commercialobserver.com/design-construction/infrastructure/">Infrastructure</a></li> <li id="menu-item-316200" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316200"><a href="https://commercialobserver.com/design-construction/policy/">Policy</a></li> <li id="menu-item-316201" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316201"><a href="https://commercialobserver.com/design-construction/urban-planning/">Urban Planning</a></li> <li id="menu-item-316199" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316199"><a href="https://commercialobserver.com/design-construction/neighborhoods/">Neighborhoods</a></li> <li id="menu-item-316203" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-316203"><a href="https://commercialobserver.com/design-construction/">All</a></li> </ul> </li> <li id="menu-item-331992" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-331992"><a href="https://commercialobserver.com/technology/">Technology</a></li> <li id="menu-item-316204" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316204"><a href="https://commercialobserver.com/more/">More</a> <ul class="sub-menu"> <li id="menu-item-316207" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316207"><a href="https://commercialobserver.com/more/features/">Features</a></li> <li id="menu-item-316206" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316206"><a href="https://commercialobserver.com/more/columnists/">Columnists</a></li> <li id="menu-item-316205" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316205"><a href="https://commercialobserver.com/more/analysis/">Analysis</a></li> <li id="menu-item-316211" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316211"><a href="https://commercialobserver.com/more/research/">Research</a></li> <li id="menu-item-352797" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-352797"><a href="https://commercialobserver.com/tag/sponsored/">Partner Content</a></li> <li id="menu-item-316208" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316208"><a href="https://commercialobserver.com/more/industry/">Industry</a></li> <li id="menu-item-316209" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316209"><a href="https://commercialobserver.com/more/legal/">Legal</a></li> <li id="menu-item-316210" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316210"><a href="https://commercialobserver.com/more/players/">Players</a></li> <li id="menu-item-316212" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316212"><a href="https://commercialobserver.com/more/transportation/">Transportation</a></li> <li id="menu-item-316213" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316213"><a href="https://commercialobserver.com/more/">All</a></li> </ul> </li> <li id="menu-item-320233" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-320233"><a>Markets</a> <ul class="sub-menu"> <li id="menu-item-330493" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-330493"><a href="https://commercialobserver.com/market/los-angeles/">Los Angeles</a></li> <li id="menu-item-320234" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320234"><a href="https://commercialobserver.com/market/new-york-city/">New York City</a></li> <li id="menu-item-320235" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320235"><a href="https://commercialobserver.com/market/manhattan/">Manhattan</a></li> <li id="menu-item-320236" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320236"><a href="https://commercialobserver.com/market/brooklyn/">Brooklyn</a></li> <li id="menu-item-320237" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320237"><a href="https://commercialobserver.com/market/queens/">Queens</a></li> <li id="menu-item-320239" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320239"><a href="https://commercialobserver.com/market/bronx/">Bronx</a></li> <li id="menu-item-320241" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320241"><a href="https://commercialobserver.com/market/national/">National</a></li> <li id="menu-item-338576" class="menu-item menu-item-type-taxonomy menu-item-object-market menu-item-338576"><a href="https://commercialobserver.com/market/washington-dc/">Washington DC</a></li> </ul> </li> <li id="menu-item-320922" class="menu-item menu-item-type-post_type_archive menu-item-object-video menu-item-has-children menu-item-320922"><a href="https://commercialobserver.com/videos/">Videos</a> <ul class="sub-menu"> <li id="menu-item-321338" class="menu-item menu-item-type-taxonomy menu-item-object-video_channel menu-item-321338"><a href="https://commercialobserver.com/videos/commercial-observer-video/">Commercial Observer Video</a></li> <li id="menu-item-321339" class="menu-item menu-item-type-taxonomy menu-item-object-video_channel menu-item-321339"><a href="https://commercialobserver.com/videos/retail-details/">Retail</a></li> </ul> </li> <li id="menu-item-350970" class="menu-item menu-item-type-post_type_archive menu-item-object-print_issue menu-item-350970"><a href="https://commercialobserver.com/magazine/">Magazine</a></li> <li id="menu-item-321116" class="menu-item menu-item-type-post_type_archive menu-item-object-event menu-item-321116"><a href="https://commercialobserver.com/events/">Events</a></li> <li id="menu-item-316219" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-316219"><a href="/advertise">Advertise</a></li> <li id="menu-item-316220" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-316220"><a href="/contact">Contact</a></li> <li id="menu-item-326927" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-326927"><a href="http://www.commercialobserverreprints.com/">Reprints</a></li> </ul></div><div class="menu-flyout-features-container"><ul id="menu-flyout-features" class="menu"><li id="menu-item-263428" class="menu-item menu-item-type-custom menu-item-object-custom power-50-list menu-item-263428"><a href="https://commercialobserver.com/2019/04/power-50-2019-most-important-figures-of-commercial-real-estate-finance/">Power 50 List</a></li> <li id="menu-item-263172" class="menu-item menu-item-type-custom menu-item-object-custom power-100 menu-item-263172"><a href="https://commercialobserver.com/2018/04/the-power-100-2018/">Power 100</a></li> <li id="menu-item-263174" class="menu-item menu-item-type-custom menu-item-object-custom owners-magazine menu-item-263174"><a href="https://commercialobserver.com/2018/11/owners-magazine-2018-talking-shop-with-nycs-top-landlords-and-developers/">Owners Magazine</a></li> </ul></div> <div class="flyout-subscribe"> <div class="piano-account-management"> <span class="piano-account-inactive-container management-block"> <a href="javascript:void(0);" class="account-button piano-login-button" data-slimstat="5">Log In</a> <a href="/subscribe" class="account-button" data-slimstat="5">Sign Up</a> </span> <span class="piano-account-active-container management-block account-container"> <a class="account-button" href="/account">My Account</a> <a href="javascript:void(0);" class="account-button piano-logout-button" data-slimstat="5">Log Out</a> <div class="account-dropdown"> <ul> <li> <a href="/account" class="account-dropdown-link">Account Details</a> </li> <li> <a href="/account/email-preferences" class="account-dropdown-link">Email Preferences</a> </li> <li> <a href="/membership-faqs" class="account-dropdown-link">Member FAQs</a> </li> <li> <a href="javascript:void(0);" class="account-dropdown-link piano-logout-button">Logout</a> </li> </ul> </div> </span> </div> <div class="subscribe-social-btns"> <a class="twitter btn co-btn" target="_blank" href="https://twitter.com/commobserver"> <i class="fa fa-twitter"></i> </a> <a class="btn co-btn facebook" target="_blank" href="https://www.facebook.com/commobserver"> <i class="fa fa-facebook"></i> </a> <a class="btn co-btn linkedin" target="_blank" href="http://www.linkedin.com/company/commercialobserver"> <i class="fa fa-linkedin"></i> </a> </div> <p class="disclaimer"> © 2017 Observer Media&nbsp;·&nbsp;<a href="https://commercialobserver.com/terms">Terms</a>&nbsp;·&nbsp;<a href="https://commercialobserver.com/privacy">Privacy</a> </p> </div> </div> </div> </div> <div id="content" class="site-content"> <div id="spacer" class="spacer"></div> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <div class="ad-wrapper commobs-leaderboard-mobile-320x50"> <!-- Ad Unit /1008049/CommObs_LeaderboardMobile320x50 --> <div class="commobs-leaderboard-mobile-320x50" id='div-gpt-ad-1490719840851-1' style='height:50px; width:320px;'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490719840851-1'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_LeaderboardMobile320x50 End --> </div> <section class="featured-post"> <article id="post-" class="article-wrapper post-300774 post type-post status-publish format-standard has-post-thumbnail category-channel category-construction-infrastructure category-design-construction"> <div class="entry-header"> <h1>NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&nbsp;Development</h1> <div class="row"> <h6 class="byline"> By <a href="https://commercialobserver.com/author/terrence-cullen/" title="Posts by Terence Cullen" class="author url fn" rel="author">Terence Cullen</a> <span class="date">February 12, 2016&nbsp;2:00 pm</span> </h6> <a class="reprint" target="_blank" href="http://commercialobserverreprints.com/"> <i class="fa fa-file-text-o" aria-hidden="true"></i> <span>reprints</span> </a> </div> <div class="featured-image image-caption-wrap"> <div class="img-background"> <div class="bg-image-contain" style="background-image: url('https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=383')"></div> </div> <span class="caption"> Construction of 30 Hudson Yards (Photo: Terence Cullen/Commercial Observer). </span> </div> </header> <hr class="header-rule"> <div id="story-sharing-before-content" class="story-sharing-before-content addthis_sharing_toolbox addthis_default_style addthis_32x32_style" data-url="https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/" data-title="NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&nbsp;Development"></div> <hr class="content-rule"> </div> <div class="content "> <p>There’s rarely ever been a doubt that New York City reigns supreme over the rest of the country when it comes to volume of real estate deals and the amount of new construction. After all, the <strong>Empire State Building</strong> and <strong>Rockefeller Center</strong> were built during the Great Depression, and <strong>1 Bryant Park</strong> opened during the recession.</p><div id="see-also-related-post" class="see-also-related-post"><span>SEE ALSO: </span><a href="https://commercialobserver.com/2019/03/the-longest-yards-hudson-yards-history-from-barren-land-to-megadevelopment/">The Longest Yards: Hudson Yards&#8217; History From Barren Land to&nbsp;Megadevelopment</a></div> <p>Last year was no different when it came to new construction, as Gotham saw practically $35 billion in new projects break ground, according to a recent report from <strong>Dodge Data &amp; Analytics</strong>, which ranks cities and metropolitan areas by dollars spent on groundbreakings. Commercial development on the Far West Side and continued residential building boosted that number, which was nearly $30 billion more than the second most active city on the list (the Miami area saw $6.32 billion). But a downturn in the latest cycle could drive these numbers lower in 2016 as land prices spiral down and residential condominiums become abundant.</p> <p>“[The market is] going to be going down very significantly,” said <strong>Robert Knakal</strong>, the chairman of New York investment sales at <strong>Cushman &amp; Wakefield</strong>. “There is a very, very significant air bubble that’s being created in the market that started a few months ago and will create a void in the construction market over the next few years.”</p> <p>New construction groundbreakings for commercial and multifamily projects jumped 66 percent to $34.87 billion in 2015 from $20.95 billion in 2014, according to the Dodge report. Office development by itself increased 95 percent between 2014 and 2015. The data tracking firm’s economists attributed that to work getting underway for such commercial projects as <strong>Related Companies</strong> and <strong>Oxford Properties Group</strong>’s $2.5 billion <strong>30 Hudson Yards</strong> and the $840 million <strong>55 Hudson Yards</strong>, as well as Brookfield Property Partners’ $1.2 billion <strong>1 Manhattan West</strong>, all of which are between Ninth Avenue and the Hudson River.</p> <p>“In comparison to commercial building, the upward progression by multifamily housing has been steadier, with 2015 marking the sixth straight year of double-digit growth, helped in particular by yet another substantial increase reported for the New York City metropolitan area,” <strong>Robert Murray</strong>, Dodge’s chief economist, said in a press release. “What stands out about the New York City metropolitan area in 2015 are the strong construction start gains for both commercial building and multifamily housing.”</p> <p>Dodge notes that 43 multifamily projects that broke ground in New York City last year cost more than $100 million. It singled out among those projects with the highest costs: <strong>1800 Park Avenue</strong> between East 124th and East 125th Streets; <strong>400 West 61st Street</strong> at the corner of West End Avenue; and <strong>15 Hudson Yards</strong> between 10th and 11th Avenues.</p> <p>Condo development has some experts worried that too much has been built too quickly. Indeed, residential, for-sale development has been constructed at breakneck speed since after the recession and has spilled into Brooklyn and sections of western Queens. At a construction panel hosted by <strong>Anchin</strong> yesterday, <strong>Silverstein Properties</strong> Chairman <strong>Larry Silverstein</strong> said after wild building in the past few years the luxury condo market has likely topped out. He pointed to condo sales at his company’s<strong> Four Seasons</strong> hotel at <strong>30 Park Place</strong> in the Financial District, which he said have been strong but slow in the last year.</p> <p>“We were selling apartments very well, very swiftly at the Four Seasons hotel,” said Mr. Silverstein, who gave the forum’s afternoon keynote address. “But suddenly you can see activity fell off the cliff. It stopped. It went quiet. And not just with us, but all over the city of New York. It&#8217;s really quiet.”</p> <p>The price of land has become and will continue to become a problem for getting new construction off the ground, Mr. Knakal said. Sellers are likely to hold on to development sites because land values are dropping, which is going to slow down new construction in the years to come. Rising construction costs, the price of materials and the lag time to getting those supplies delivered have also contributed to the nail-biting over the market, Mr. Knakal added.</p> <p>“Land values have exceeded how fundamentals have performed for a long period of time,” he said. “Construction costs are up very significantly and that’s both for union and nonunion work. A combination of these factors has developers concerned about where the market is heading.”</p> </div> <div class="story-keywords-container"> </div> <div class="realgraph-beacon-cards-wrap"> <div id="realgraph-buildings-data" class="story-entity-cards"></div> <div id="realgraph-organizations-data" class="story-entity-cards"></div> <div id="realgraph-people-data" class="story-entity-cards"></div> <div id="realgraph-activities-data" class="story-entity-cards"></div> </div> <div id="story-sharing-after-content" class="addthis_sharing_toolbox addthis_default_style addthis_32x32_style" data-url="https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/" data-title="NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&nbsp;Development"></div> </article> </section> <section class="sidebar"> <div class="piano piano--sidebar piano--sidebar_top"></div> <div class="ad-wrapper commobs-rightrail1"> <!-- Ad Unit /1008049/CommObs_Rightrail1 --> <div id='div-gpt-ad-1490294834717-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490294834717-0'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_Rightrail1 End --> </div> <div id="trending" class="headliner-with-border"> <div class="section-header"> <div class="border">&nbsp;</div> <div class="header">Trending Stories</div> </div> <div class="xsmall-card-wrapper card-wrap"> <div class="xsmall-card card first-in-list"> <a href="https://commercialobserver.com/2019/04/power-50-2019-most-important-figures-of-commercial-real-estate-finance/"> <div class="card-text"> <div class="more-label channel"> <span>Finance<span>&nbsp;&nbsp;·&nbsp;&nbsp;</span></span><span>Features</span> </div> <div class="divider"></div> <div class="market">New York City </div> <h4>The 50 Most Important Figures of Commercial Real Estate&nbsp;Finance</h4> </div> </a> </div> </div> <div class="xsmall-card-wrapper card-wrap"> <div class="xsmall-card card "> <a href="https://commercialobserver.com/2019/04/kps-capital-partners-lease-one-vanderbilt-sl-green-corp/"> <div class="card-text"> <div class="leases-label channel"> <span>Leases<span>&nbsp;&nbsp;·&nbsp;&nbsp;</span></span><span>Office</span> </div> <div class="divider"></div> <div class="market">New York City </div> <h4>Private Equity Firm Relocating to One Vanderbilt From Another SL Green&nbsp;Building</h4> </div> </a> </div> </div> <div class="xsmall-card-wrapper card-wrap"> <div class="xsmall-card card "> <a href="https://commercialobserver.com/2018/12/blackstone-lease-345-park-avenue-rudin-management-company/"> <div class="card-text"> <div class="leases-label channel"> <span>Leases<span>&nbsp;&nbsp;·&nbsp;&nbsp;</span></span><span>Office</span> </div> <div class="divider"></div> <div class="market">New York City </div> <h4>Blackstone Expands 345 Park Avenue Presence to 575K&nbsp;SF</h4> <div class="post-flag-premium"> <span class="flag-text">Premium</span> </div> </div> </a> </div> </div> <div class="xsmall-card-wrapper card-wrap"> <div class="xsmall-card card "> <a href="https://commercialobserver.com/2019/01/urbanspace-to-open-new-food-hall-in-midtown/"> <div class="card-text"> <div class="leases-label channel"> <span>Leases<span>&nbsp;&nbsp;·&nbsp;&nbsp;</span></span><span>Retail</span> </div> <div class="divider"></div> <div class="market">New York City </div> <h4>Urbanspace to Open New Food Hall in&nbsp;Midtown</h4> <div class="post-flag-premium"> <span class="flag-text">Premium</span> </div> </div> </a> </div> </div> </div> <div class="ad-inline"> <div class="commobs-instream-300x250"> <div class="ad-wrapper"> <!-- Ad Unit /1008049/CommObs_300x250_Instream --> <div id='div-gpt-ad-1490382664608-0' style='height:250px; width:300px;'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490382664608-0'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_300x250_Instream End --> </div> </div> </div> <div class="piano piano--sidebar piano--sidebar_middle"></div> <div class="ad-wrapper commobs-rightrail3"> <!-- Ad Unit /1008049/CommObs_Rightrail3 --> <div id='div-gpt-ad-1510006350093-0' style='height:250px; width:300px;'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1510006350093-0'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_Rightrail3 End --> </div> <div class="piano piano--sidebar piano--sidebar_bottom"></div> </section> <div class="ad-with-rule"> <hr class="top-rule"> <div class="commobs-leaderboard-instream"> <div class="ad-wrapper"> <!-- Ad Unit /1008049/CommObs_Leaderboard_Instream --> <div id='div-gpt-ad-1490294964497-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490294964497-0'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_Leaderboard_Instream End --> </div> </div> <hr class="bottom-rule"> </div> <div class="medium-card-wrapper card-wrap "> <div class="medium-card card"> <a href="https://commercialobserver.com/2019/04/the-plan-450-seventh-avenue-gets-a-fresh-look/"> <div class="design-construction bar"></div> <div class="medium-card-image bg-image-cover" style="background-image: url('https://nyocommercialobserver.files.wordpress.com/2019/04/jwp_450seventhave_lobby3-176-b.jpg?w=768'), linear-gradient(90deg, rgba(120, 120, 120, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(120, 120, 120, 1) 100%)"></div> <div class="card-text"> <div class="design-construction-label channel"> <span>Design + Construction<span>&nbsp;&nbsp;·&nbsp;&nbsp;</span></span><span>Architecture</span> </div> <div class="divider"></div> <div class="market">New York City </div> <h3>The Plan: 450 Seventh Avenue Gets a Fresh&nbsp;Look</h3> <h6 class="byline"> <span>By</span> Rebecca Baird-Remba </h6> </div> </a> </div> </div> <div class="medium-card-wrapper card-wrap "> <div class="medium-card card"> <a href="https://commercialobserver.com/2019/04/la-city-council-takes-step-toward-ban-on-developer-donations/"> <div class="design-construction bar"></div> <div class="medium-card-image bg-image-cover" style="background-image: url('https://nyocommercialobserver.files.wordpress.com/2019/01/huizar_lead.jpg?w=768'), linear-gradient(90deg, rgba(120, 120, 120, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(120, 120, 120, 1) 100%)"></div> <div class="card-text"> <div class="design-construction-label channel"> <span>Design + Construction<span>&nbsp;&nbsp;·&nbsp;&nbsp;</span></span><span>Policy</span> </div> <div class="divider"></div> <div class="market">Los Angeles </div> <h3>LA City Council Takes Step Toward Ban on Developer&nbsp;Donations</h3> <h6 class="byline"> <span>By</span> Alison Stateman </h6> </div> </a> </div> </div> <div class="medium-card-wrapper card-wrap "> <div class="medium-card card"> <a href="https://commercialobserver.com/2019/04/higher-ed-execs-discuss-the-future-of-smart-buildings-co-forum/"> <div class="design-construction bar"></div> <div class="medium-card-image bg-image-cover" style="background-image: url('https://nyocommercialobserver.files.wordpress.com/2019/04/co-de-education-sel-42.jpg?w=768'), linear-gradient(90deg, rgba(120, 120, 120, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(120, 120, 120, 1) 100%)"></div> <div class="card-text"> <div class="design-construction-label channel"> <span>Design + Construction</span> </div> <div class="divider"></div> <div class="market">New York City </div> <h3>Higher Ed Execs Discuss the Future of Smart Buildings: CO&nbsp;Forum</h3> <h6 class="byline"> <span>By</span> Chava Gourarie </h6> </div> </a> </div> </div> </main><!-- #main --> <div id="spinner-wrapper" class="spinner-wrapper section-row"> <i class="fa fa-spin fa-3x fa-circle-o-notch" aria-hidden="true"></i> </div> </div><!-- #primary --> <div class="piano piano--alert"> <div class="piano--alert-close"></div> <div class="piano--alert-render"></div> </div> <script> (function($) { $('.piano--alert-close').on('click', function(e) { $(e.target).parent().removeClass('piano--alert__show'); }); })(jQuery); </script> <footer class="site-footer"> <hr class="footer-separator"> <div class="footer-menu-wrap"> <div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-316221" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316221"><a href="https://commercialobserver.com/leases/">Leases</a> <ul class="sub-menu"> <li id="menu-item-316222" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316222"><a href="https://commercialobserver.com/leases/industrial/">Industrial</a></li> <li id="menu-item-316224" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316224"><a href="https://commercialobserver.com/leases/retail/">Retail</a></li> <li id="menu-item-316223" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316223"><a href="https://commercialobserver.com/leases/office/">Office</a></li> </ul> </li> <li id="menu-item-316225" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316225"><a href="https://commercialobserver.com/finance/">Finance</a> <ul class="sub-menu"> <li id="menu-item-316226" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316226"><a href="https://commercialobserver.com/finance/acquisition/">Acquisition</a></li> <li id="menu-item-316228" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316228"><a href="https://commercialobserver.com/finance/construction/">Construction</a></li> <li id="menu-item-316227" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316227"><a href="https://commercialobserver.com/finance/cmbs/">CMBS</a></li> <li id="menu-item-316229" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316229"><a href="https://commercialobserver.com/finance/refinance/">Refinance</a></li> </ul> </li> <li id="menu-item-316230" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316230"><a href="https://commercialobserver.com/sales/">Sales</a> <ul class="sub-menu"> <li id="menu-item-316236" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316236"><a href="https://commercialobserver.com/sales/residential/">Residential</a></li> <li id="menu-item-316231" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316231"><a href="https://commercialobserver.com/sales/commercial/">Commercial</a></li> <li id="menu-item-316235" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316235"><a href="https://commercialobserver.com/sales/mixed-use/">Mixed Use</a></li> <li id="menu-item-316234" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316234"><a href="https://commercialobserver.com/sales/land/">Land</a></li> <li id="menu-item-316233" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316233"><a href="https://commercialobserver.com/sales/hotels/">Hotels</a></li> <li id="menu-item-316232" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316232"><a href="https://commercialobserver.com/sales/development-rights/">Development Rights</a></li> </ul> </li> <li id="menu-item-316237" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-316237"><a href="https://commercialobserver.com/design-construction/">Design + Construction</a> <ul class="sub-menu"> <li id="menu-item-316238" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316238"><a href="https://commercialobserver.com/design-construction/architecture/">Architecture</a></li> <li id="menu-item-316239" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-316239"><a href="https://commercialobserver.com/design-construction/construction/">Construction</a></li> <li id="menu-item-316240" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316240"><a href="https://commercialobserver.com/design-construction/infrastructure/">Infrastructure</a></li> <li id="menu-item-316242" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316242"><a href="https://commercialobserver.com/design-construction/policy/">Policy</a></li> <li id="menu-item-316243" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316243"><a href="https://commercialobserver.com/design-construction/urban-planning/">Urban Planning</a></li> <li id="menu-item-316241" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316241"><a href="https://commercialobserver.com/design-construction/neighborhoods/">Neighborhoods</a></li> </ul> </li> <li id="menu-item-332000" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-332000"><a href="https://commercialobserver.com/technology/">Technology</a></li> <li id="menu-item-316245" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316245"><a href="https://commercialobserver.com/more/">More</a> <ul class="sub-menu"> <li id="menu-item-316248" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316248"><a href="https://commercialobserver.com/more/features/">Features</a></li> <li id="menu-item-316247" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316247"><a href="https://commercialobserver.com/more/columnists/">Columnists</a></li> <li id="menu-item-316246" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316246"><a href="https://commercialobserver.com/more/analysis/">Analysis</a></li> <li id="menu-item-316252" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316252"><a href="https://commercialobserver.com/more/research/">Research</a></li> <li id="menu-item-316249" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316249"><a href="https://commercialobserver.com/more/industry/">Industry</a></li> <li id="menu-item-316250" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316250"><a href="https://commercialobserver.com/more/legal/">Legal</a></li> <li id="menu-item-316251" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316251"><a href="https://commercialobserver.com/more/players/">Players</a></li> <li id="menu-item-316253" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316253"><a href="https://commercialobserver.com/more/transportation/">Transportation</a></li> </ul> </li> <li id="menu-item-316254" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-316254"><a href="https://commercialobserver.com/about/">About</a> <ul class="sub-menu"> <li id="menu-item-316257" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-316257"><a href="/advertise">Advertise</a></li> <li id="menu-item-316258" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-316258"><a href="/contact">Contact</a></li> <li id="menu-item-326926" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-326926"><a href="http://www.commercialobserverreprints.com/">Reprints</a></li> </ul> </li> </ul></div> </div> <div class="footer-magazine-wrap"> <div class="container"> <p>Read the latest edition of the <a href="/magazine">Commercial Observer Magazine</a> online!</p> <a href="/magazine"><img src="https://nyocommercialobserver.files.wordpress.com/2019/02/image-2019-02-06-at-12.34.41-pm.png" alt="Example Magazine Cover" /></a> </div> </div> <div class="copyright-wrap"> &copy; 2019 Observer Media · <a href="/terms">Terms</a> · <a href="/privacy">Privacy</a> </div> <!-- Ad Unit /1008049/CommObs_300x250_InContent --> <script id="commobs-incontent-300x250" type="text/template"> <div class="commobs-incontent-300x250" id='div-gpt-ad-1490385978238-0' style='height:250px; width:300px;'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490385978238-0'); }); </script> </div> </script> <!-- Ad Unit /1008049/CommObs_1x1_a --> <div id='div-gpt-ad-1490626280749-0' style='height:1px; width:1px;'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1490626280749-0'); }); </script> </div> <!-- Ad Unit /1008049/CommObs_1x1_a End --> </footer> <!-- wpcom_wp_footer --> <!-- Chartbeat --> <!-- Chartbeat Start --> <script type='text/javascript'> var _sf_async_config={}; /** CONFIGURATION START **/ _sf_async_config.uid = 13018; _sf_async_config.domain = 'commercialobserver.com'; _sf_async_config.useCanonical = true; // Add some additional Chartbeat properties on single posts ?> _sf_async_config.sections = "Design + Construction<span>, <\/span>Construction"; _sf_async_config.authors = "Terence Cullen"; /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <!-- Chartbeat End --> <!-- START Parse.ly Include: Standard --> <div id="parsely-root" style="display: none"> <span id="parsely-cfg" data-parsely-site="commercialobserver.com"></span> </div> <script> (function(s, p, d) { var h=d.location.protocol, i=p+"-"+s, e=d.getElementById(i), r=d.getElementById(p+"-root"), u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net" :"static."+p+".com"; if (e) return; e = d.createElement(s); e.id = i; e.async = true; e.src = h+"//"+u+"/p.js"; r.appendChild(e); })("script", "parsely", document); </script> <!-- END Parse.ly Include: Standard --> <script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201916y'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h'></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <script type='text/javascript'> /* <![CDATA[ */ var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/nyocommercialobserver.wordpress.com\/public.api\/connect\/?action=request&domain=commercialobserver.com","logoutURL":"https:\/\/nyocommercialobserver.wordpress.com\/wp-login.php?action=logout&_wpnonce=ea797b281d","homeURL":"https:\/\/commercialobserver.com\/","postID":"300774","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1551752381j'></script> <script> window.vmg_piano = {"url":"https:\/\/dashboard.tinypass.com\/","url_js":"\/\/cdn.tinypass.com\/api\/tinypass.min.js","sandbox_mode":false,"debug_mode":false,"app_id":"HMNCAvNFta","content":[{"type":"tags","pianoFn":"setTags","key":null,"value":["is_archived","is_premium"],"scope":"site"},{"type":"date","pianoFn":"setContentCreated","key":null,"value":"2016-02-12T14:00:22+00:00","scope":"site"}],"middleware_host":"https:\/\/concise-reserve-222518.appspot.com"} </script> <script> // Setup Piano/Tinypass // Defined in a way that handles deferred loading of the Piano JS tp = window.tp || []; // Set Application ID (different for sandbox) tp.push(["setAid", window.vmg_piano.app_id]); // Is application in sandbox? tp.push(["setSandbox", window.vmg_piano.sandbox_mode == true]); // Does application use Piano ID? tp.push(["setUsePianoIdUserProvider", true]); // Debug mode (not sure what this does, but maybe it triggers extra console.logging?) tp.push(["setDebug", window.vmg_piano.debug_mode == true]); if (window.vmg_piano.content) { window.vmg_piano.content.forEach(function(contentPoint) { if (contentPoint.type == 'custom') { tp.push(['setCustomVariable', contentPoint.key, contentPoint.value]); } else if (contentPoint.type == 'param') { tp.push(['setCustomParam', contentPoint.key, contentPoint.value, contentPoint.scope]); } else { tp.push([contentPoint.pianoFn, contentPoint.value]); } }); } if (window.vmg_piano.debug_mode == true) { console.log('Debug Mode enabled', tp); console.log('WP Details', window.vmg_piano); } // Update the account management button state/visibility pianoLoginLogoutButtons = function() { if (!document.querySelector('.piano-account-management')) { return; // menu isn't here, nothing for us to do. } var user_logged_in = tp.user.isUserValid(); document.querySelectorAll('.piano-account-active-container').forEach(function(el) { if (user_logged_in) { el.classList.add('show-menu'); } else { el.classList.remove('show-menu'); } }); document.querySelectorAll('.piano-account-inactive-container').forEach(function(el) { if (user_logged_in) { el.classList.remove('show-menu'); } else { el.classList.add('show-menu'); } }); }; // Redirect to the homepage (used on successful logout) pianoLogoutHandler = function() { window.location = '/'; }; pianoLoginHandler = function() { // Update the navigation buttons pianoLoginLogoutButtons(); // If in the middle of password reset/change, take the user to the homepage if (window.location.href.match(/\/(reset|new)-password\//)) { window.location = '/'; } else { // All other pages, refresh the page window.location.reload(); } }; (function() { tp.push(["init", function() { function closeFlyoutMenu() { // Close the flyout menu, if open document.querySelector('#flyout-close').click(); } // Initialize composer experiences. tp.experience.init(); // Enable cross domain tracking for GA tp.enableGACrossDomainLinking(); if (document.querySelector('.piano-account-management')) { // Show the correct account/login/signup buttons pianoLoginLogoutButtons(); // Login button click handler document.querySelectorAll(".piano-login-button").forEach(function(el) { el.addEventListener('click', function() { // Show the login Piano ID screen tp.pianoId.show({ screen: 'login', loggedIn: pianoLoginHandler }); closeFlyoutMenu(); }); }); // Log out button click handler document.querySelectorAll(".piano-logout-button").forEach(function(el) { el.addEventListener('click', function() { // Log the user out of Piano ID tp.pianoId.logout(pianoLogoutHandler); closeFlyoutMenu(); }); }); } }]); // Update the buttons when the user logs in, by any means tp.push(["addHandler", "loginSuccess", pianoLoginLogoutButtons]); })(); (function(src) { var a = document.createElement("script"); a.type = "text/javascript"; a.async = true; a.src = src; var b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a, b) })(window.vmg_piano.url_js); </script> <script type="text/javascript"> var isArchive = false; var isSingle = true; var catId = false; var authorId = false; var tagId = false; var marketId = false; var searchQuery = false; var afterDate = false; var beforeDate = false; var singleParentCategoryTermId = 347383099; var currentArticleId = 300774; </script> <script id="infinite-scroll-template" type="text/template"> <div class="medium-card-wrapper scroll card-wrap"> <div class="medium-card card"> <a href="<%= data.link %>"> <div class="<%= data.categoryTermsClass %> bar"></div> <div class="medium-card-image bg-image-cover" style="<%= data.bgImage %>"></div> <div class="card-text"> <div class="<%= data.categoryTermsClass %>-label channel"> <% if( data.categoryTerms) { _.each( data.categoryTerms, function(displayTerm){ %> <%= displayTerm %> <% }); } %> </div> <% if(data.marketTerms.length > 0) {%> <div class="divider"></div> <div class="market"><%= data.marketTerms[0] %></div> <% } %> <h3><%= data.title %></h3> <h6 class="byline"> <span>By</span> <%= data.author %> </h6> </div> </a> </div> </div> </script> <script type='text/javascript' src='https://s1.wp.com/_static/??/wp-content/js/devicepx.js,/wp-content/mu-plugins/likes/queuehandler.js?m=1549314680j'></script> <script type='text/javascript' src='https://s7.addthis.com/js/300/addthis_widget.js?ver=20170222#pubid=ra-557b09db2fe14bff'></script> <script type='text/javascript' async="async" src='https://widget.commercialobserver.com/beacon.js?ver=20170422'></script> <script type='text/javascript' src='https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=20170302'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"0","is_single":"1","is_front_page":"0","is_archive":"0","percentToTrack":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJyVjtEKwjAMRX/ILlMc7EX8lq4tLrVNS5JN9vd2guKT4Fu43HtO4FGNK6SBFHQOOQisWKFMEngNbBZys0UKHqKAR1EQx1hVuozURTlAAyC5tPg2bR1Xcm4ww6Gm7bv0tuTF1LTckAROZnfFl9JYsmlTdPJjYH0DmskyZCsauF2mtDcZd/sn+5OgbN19117z5TgMp/489uMYnxsHaOI='></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'39571588','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'39571588','v':'wpcom','tz':'-4','user_id':'0','post':'300774','subd':'nyocommercialobserver'}]); function st_vt() {var x=document.createElement("img");x.src="https://pixel.wp.com/g.gif?blog=39571588&v=wpcomvt&tz=-4&user_id=0&post=300774&subd=nyocommercialobserver&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdmRjgtdlRvSFliajRVdiVkNHBdVUJ5W2ZXTlRkLjdxelErfEVibGxNVi1YL35jW3M2M0hIPUlaVVJzM3VVZytRQVp6LSU2amFYdzJSUFouNDd1ZC0sOWgvdkZyST8wT2c2N0YtWWRdYU5fLkI2NDF+MHBFRi40N1AmJlEzUE42R242WlJTfDN0fERsQl82X3xCZDB1LC83Y1FpTldfMDJ6am8lcTVjUENpblNFa0RBMzVKU1h0dg=='}]); _stq.push([ 'clickTrackerInit', '39571588', '300774' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html>
[ "<footer class=\"site-footer\">\n\t<hr class=\"footer-separator\"/>\n\t<div class=\"footer-menu-wrap\">\n\t\t<div class=\"menu-footer-menu-container\"><ul id=\"menu-footer-menu\" class=\"menu\"><li id=\"menu-item-316221\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316221\"><a href=\"https://commercialobserver.com/leases/\">Leases</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-316222\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316222\"><a href=\"https://commercialobserver.com/leases/industrial/\">Industrial</a></li>\n\t<li id=\"menu-item-316224\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316224\"><a href=\"https://commercialobserver.com/leases/retail/\">Retail</a></li>\n\t<li id=\"menu-item-316223\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316223\"><a href=\"https://commercialobserver.com/leases/office/\">Office</a></li>\n</ul>\n</li>\n<li id=\"menu-item-316225\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316225\"><a href=\"https://commercialobserver.com/finance/\">Finance</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-316226\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316226\"><a href=\"https://commercialobserver.com/finance/acquisition/\">Acquisition</a></li>\n\t<li id=\"menu-item-316228\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316228\"><a href=\"https://commercialobserver.com/finance/construction/\">Construction</a></li>\n\t<li id=\"menu-item-316227\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316227\"><a href=\"https://commercialobserver.com/finance/cmbs/\">CMBS</a></li>\n\t<li id=\"menu-item-316229\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316229\"><a href=\"https://commercialobserver.com/finance/refinance/\">Refinance</a></li>\n</ul>\n</li>\n<li id=\"menu-item-316230\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316230\"><a href=\"https://commercialobserver.com/sales/\">Sales</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-316236\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316236\"><a href=\"https://commercialobserver.com/sales/residential/\">Residential</a></li>\n\t<li id=\"menu-item-316231\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316231\"><a href=\"https://commercialobserver.com/sales/commercial/\">Commercial</a></li>\n\t<li id=\"menu-item-316235\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316235\"><a href=\"https://commercialobserver.com/sales/mixed-use/\">Mixed Use</a></li>\n\t<li id=\"menu-item-316234\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316234\"><a href=\"https://commercialobserver.com/sales/land/\">Land</a></li>\n\t<li id=\"menu-item-316233\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316233\"><a href=\"https://commercialobserver.com/sales/hotels/\">Hotels</a></li>\n\t<li id=\"menu-item-316232\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316232\"><a href=\"https://commercialobserver.com/sales/development-rights/\">Development Rights</a></li>\n</ul>\n</li>\n<li id=\"menu-item-316237\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-316237\"><a href=\"https://commercialobserver.com/design-construction/\">Design + Construction</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-316238\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316238\"><a href=\"https://commercialobserver.com/design-construction/architecture/\">Architecture</a></li>\n\t<li id=\"menu-item-316239\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-316239\"><a href=\"https://commercialobserver.com/design-construction/construction/\">Construction</a></li>\n\t<li id=\"menu-item-316240\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316240\"><a href=\"https://commercialobserver.com/design-construction/infrastructure/\">Infrastructure</a></li>\n\t<li id=\"menu-item-316242\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316242\"><a href=\"https://commercialobserver.com/design-construction/policy/\">Policy</a></li>\n\t<li id=\"menu-item-316243\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316243\"><a href=\"https://commercialobserver.com/design-construction/urban-planning/\">Urban Planning</a></li>\n\t<li id=\"menu-item-316241\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316241\"><a href=\"https://commercialobserver.com/design-construction/neighborhoods/\">Neighborhoods</a></li>\n</ul>\n</li>\n<li id=\"menu-item-332000\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-332000\"><a href=\"https://commercialobserver.com/technology/\">Technology</a></li>\n<li id=\"menu-item-316245\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316245\"><a href=\"https://commercialobserver.com/more/\">More</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-316248\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316248\"><a href=\"https://commercialobserver.com/more/features/\">Features</a></li>\n\t<li id=\"menu-item-316247\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316247\"><a href=\"https://commercialobserver.com/more/columnists/\">Columnists</a></li>\n\t<li id=\"menu-item-316246\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316246\"><a href=\"https://commercialobserver.com/more/analysis/\">Analysis</a></li>\n\t<li id=\"menu-item-316252\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316252\"><a href=\"https://commercialobserver.com/more/research/\">Research</a></li>\n\t<li id=\"menu-item-316249\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316249\"><a href=\"https://commercialobserver.com/more/industry/\">Industry</a></li>\n\t<li id=\"menu-item-316250\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316250\"><a href=\"https://commercialobserver.com/more/legal/\">Legal</a></li>\n\t<li id=\"menu-item-316251\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316251\"><a href=\"https://commercialobserver.com/more/players/\">Players</a></li>\n\t<li id=\"menu-item-316253\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316253\"><a href=\"https://commercialobserver.com/more/transportation/\">Transportation</a></li>\n</ul>\n</li>\n<li id=\"menu-item-316254\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-316254\"><a href=\"https://commercialobserver.com/about/\">About</a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-316257\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-316257\"><a href=\"/advertise\">Advertise</a></li>\n\t<li id=\"menu-item-316258\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-316258\"><a href=\"/contact\">Contact</a></li>\n\t<li id=\"menu-item-326926\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-326926\"><a href=\"http://www.commercialobserverreprints.com/\">Reprints</a></li>\n</ul>\n</li>\n</ul></div>\t</div>\n\n\t\n\t<div class=\"footer-magazine-wrap\">\n\t\t<div class=\"container\">\n\t\t\t<p>Read the latest edition of the <a href=\"/magazine\">Commercial Observer Magazine</a> online!</p>\n\n\t\t\t<a href=\"/magazine\"><img src=\"https://nyocommercialobserver.files.wordpress.com/2019/02/image-2019-02-06-at-12.34.41-pm.png\" alt=\"Example Magazine Cover\"/></a>\n\t\t</div>\n\t</div>\n\n\t\n\t<div class=\"copyright-wrap\">\n\t\t© 2019 Observer Media\n\t\t· <a href=\"/terms\">Terms</a>\n\t\t· <a href=\"/privacy\">Privacy</a>\n\t</div>\n\n\t<!-- Ad Unit /1008049/CommObs_300x250_InContent -->\n<script id=\"commobs-incontent-300x250\" type=\"text/template\">\n\n\t&lt;div class=\"commobs-incontent-300x250\" id='div-gpt-ad-1490385978238-0' style='height:250px; width:300px;'&gt;\n\t\t&lt;script&gt;\n\t\tgoogletag.cmd.push(function() { googletag.display('div-gpt-ad-1490385978238-0'); });\n\t\t</script>\n\t</footer>" ]
[ "<head>\n\t<!-- Piano/Tinypass Adblocking Check -->\n<script>\n\tdocument.cookie = \"__adblocker=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/\";\n\tvar setNptTechAdblockerCookie = function(adblocker) {\n\t\tvar d = new Date();\n\t\td.setTime(d.getTime() + 60 * 60 * 24 * 2 * 1000);\n\t\tdocument.cookie = \"__adblocker=\" + (adblocker ? \"true\" : \"false\") + \"; expires=\" + d.toUTCString() + \"; path=/\";\n\t};\n\tvar script = document.createElement(\"script\");\n\tscript.setAttribute(\"async\", true);\n\tscript.setAttribute(\"src\", \"//www.npttech.com/advertising.js\");\n\tscript.setAttribute(\"onerror\", \"setNptTechAdblockerCookie(true);\");\n\tdocument.getElementsByTagName(\"head\")[0].appendChild(script);\n</script>\n<!-- End Piano/Tinypass Adblocking Check -->\n\n\t<meta charset=\"UTF-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t<meta name=\"robots\" content=\"\"/>\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n\t\n<!-- Organization schema -->\n<script type=\"application/ld+json\">\n{\n\t\"@context\":\"http://schema.org\",\n\t\"@type\":\"Organization\",\n\t\"name\":\"Commercial Observer\",\n\t\"logo\":{\n\t \t\"@type\":\"ImageObject\",\n\t \t\"url\": \"https:\\/\\/s2.wp.com\\/wp-content\\/themes\\/vip\\/observer-unchained\\/images\\/co_logo_dark.png\",\n\t \t\"height\":60,\n\t \t\"width\":543\n\t},\n\t\"url\" : \"https://commercialobserver.com\",\n\t\"sameAs\" : [\n\t\t\"https://www.facebook.com/commobserver\",\n\t\t\"https://twitter.com/commobserver\",\n\t\t\"https://plus.google.com/+Commercialobserver\",\n\t\t\"https://www.linkedin.com/company/commercial-observer\"\n\t],\n\t\"potentialAction\":{\n\t \t\"@type\":\"SearchAction\",\n\t \t\"target\":\"https://commercialobserver.com/?s=search_term_string\",\n\t \t\"query-input\":\"required name=search_term_string\"\n\t}\n}\n\n\n</script>\n<!-- End Organization schema -->\n\n\n\n\n\n\n\n\n\t<script type=\"application/ld+json\">\n\t\t{\n\t\t\t\"@context\":\"http://schema.org\",\n\t\t\t\"@type\":\"NewsArticle\",\n\t\t\t\"name\": \"NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&amp;nbsp;Development\",\n\t\t\t\"headline\":\"NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side&amp;nbsp;Development\",\n\t\t\t\"url\":\"https:\\/\\/commercialobserver.com\\/2016\\/02\\/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop\\/\",\n\t\t\t\"articleSection\":\"Design + Construction\",\n\t\t\t\"keywords\": [],\n\t\t\t\"datePublished\":\"2016-02-12 18:00:22\",\n\t\t\t\"dateCreated\":\"2016-02-12 18:00:22\",\n\t\t\t\"dateModified\":\"2016-02-15 17:36:11\",\n\t\t\t\"inLanguage\":\"en-us\",\n\t\t\t\"publisher\":{\n\t\t\t\t\"@type\":\"Organization\",\n\t\t\t\t\"name\":\"Commercial Observer\",\n\t\t\t\t\"logo\":{\n\t\t\t\t\t\"@type\":\"ImageObject\",\n\t\t\t\t\t\"url\": \"https:\\/\\/s2.wp.com\\/wp-content\\/themes\\/vip\\/observer-unchained\\/images\\/co_logo_dark.png\",\n\t\t\t\t\t\"height\":60,\n\t\t\t\t\t\"width\":543\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"mainEntityOfPage\":\"https:\\/\\/commercialobserver.com\\/2016\\/02\\/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop\\/\",\n\t\t\t\"author\": [{\"@type\":\"Person\",\"name\":\"Terence Cullen\",\"url\":\"https:\\/\\/commercialobserver.com\\/author\\/terrence-cullen\\/\"}],\n\t\t\t\"creator\": [{\"@type\":\"Person\",\"name\":\"Terence Cullen\",\"url\":\"https:\\/\\/commercialobserver.com\\/author\\/terrence-cullen\\/\"}],\n\t\t\t\t\t\t\"thumbnailUrl\":\"https:\\/\\/nyocommercialobserver.files.wordpress.com\\/2016\\/02\\/img_6038.jpg?w=768\",\n\t\t\t\"image\":{\n\t\t\t\t\"@type\":\"ImageObject\",\n\t\t\t\t\"url\":\"https:\\/\\/nyocommercialobserver.files.wordpress.com\\/2016\\/02\\/img_6038.jpg?w=768\",\n\t\t\t\t\"representativeOfPage\":true,\n\t\t\t\t\"height\":1024,\n\t\t\t\t\"width\":768\t\t\t}\n\t\t\t\t\t}\n\n</script><!-- End NewsArticle schema -->\n\n\n\n<meta property=\"og:site_name\" content=\"Commercial Observer\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta property=\"fb:app_id\" content=\"248567891940159\"/>\n\t<meta property=\"og:image\" content=\"https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=768\"/>\n\t<meta property=\"og:image:type\" content=\"image/jpeg\"/>\n\t<meta property=\"og:image:width\" content=\"768\"/>\n\t<meta property=\"og:image:height\" content=\"1024\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:url\" content=\"https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/\"/>\n<meta property=\"og:title\" content=\"NYC Sees Jump in Construction, Boosted by Far West Side Development\"/>\n<meta property=\"og:description\" content=\"Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics.\"/>\n\n<meta property=\"article:published_time\" content=\"2016-02-12T14:00:22+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2016-02-15T13:36:11+00:00\"/>\n<meta property=\"article:author\" content=\"https://commercialobserver.com/author/terrence-cullen\"/>\n\t\t<meta property=\"article:section\" content=\"Design + Construction\"/>\n\t\t\t<meta property=\"article:section\" content=\"Construction\"/>\n\t\n\n<meta name=\"sailthru.date\" content=\"2016-02-12T14:00:22+00:00\"/>\n<meta name=\"sailthru.title\" content=\"NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development\"/>\n<meta name=\"sailthru.tags\" content=\"CO_design-construction, CO_construction-infrastructure\"/>\n\n<meta name=\"sailthru.section\" content=\"Design + Construction\"/>\n<meta name=\"sailthru.author\" content=\"Terence Cullen\"/>\n<meta name=\"sailthru.description\" content=\"Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics.\"/>\n\t<meta name=\"sailthru.image.full\" content=\"https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=640\"/>\n\t<meta name=\"sailthru.image.thumb\" content=\"https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=113\"/>\n<meta name=\"sailthru.market\" content=\"\"/>\n\n<meta property=\"twitter:card\" content=\"summary_large_image\"/>\n<meta property=\"twitter:site\" content=\"@commobserver\"/>\n<meta property=\"twitter:title\" content=\"NYC Sees Jump in Construction, Boosted by Far West Side Development\"/>\n<meta property=\"twitter:description\" content=\"Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics.\"/>\n<meta property=\"twitter:image\" content=\"https://nyocommercialobserver.files.wordpress.com/2016/02/img_6038.jpg?w=768\"/>\n\n\n<meta name=\"description\" content=\"Gotham saw practically $35 billion in new projects breaking ground, according to a recent report by Dodge Data and Analytics.\"/><meta name=\"news_keywords\" content=\"%tags%\"/>\n<meta name=\"keywords\" content=\"\"/>\n<title>NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development – Commercial Observer</title>\n<!-- dataLayer Values for Google Tag Manager -->\n\t\n\t<script>\n\t\tdataLayer = window.dataLayer || [];\n\t\tdataLayer.push({\n\t\t\t'postId': 300774,\n\t\t\t'author': \"Terence Cullen\",\n\t\t\t'channels': \"Design + Construction|Construction\",\n\t\t\t'postStyle': \"regular\",\n\t\t\t'market': [],\n\t\t\t'publicationDate': \"2016-02-12 14:00:22\"\t\t});\n\t</script>\n<!-- End dataLayer Values for Google Tag Manager -->\n\n<!-- Google Tag Manager -->\n<script>(function (w, d, s, l, i) {\n\t\tw[l] = w[l] || [];\n\t\tw[l].push({\n\t\t\t'gtm.start':\n\t\t\t\tnew Date().getTime(), event: 'gtm.js'\n\t\t});\n\t\tvar f = d.getElementsByTagName(s)[0],\n\t\t\tj = d.createElement(s), dl = l != 'dataLayer' ? '&amp;l=' + l : '';\n\t\tj.async = true;\n\t\tj.src =\n\t\t\t'https://www.googletagmanager.com/gtm.js?id=' + i + dl;\n\t\tf.parentNode.insertBefore(j, f);\n\t})(window, document, 'script', 'dataLayer', 'GTM-WCGJ5DK');</script>\n<!-- End Google Tag Manager -->\n\n<!-- DFP -->\n<script async=\"async\" src=\"https://www.googletagservices.com/tag/js/gpt.js\"/>\n<script>\n\tvar googletag = googletag || {};\n\tgoogletag.cmd = googletag.cmd || [];\n</script>\n\n<script>\n\tgoogletag.cmd.push(function () {\n\n\t\tvar leaderboardMapping = googletag.sizeMapping()\n\t\t\t\t\t\t\t\t\t\t .addSize([0, 0], [])\n\t\t\t\t\t\t\t\t\t\t .addSize([728, 0], [[728, 90]])\n\t\t\t\t\t\t\t\t\t\t .addSize([970, 0], [[970, 90], [728, 90], [970, 415], [970, 250]])\n\t\t\t\t\t\t\t\t\t\t .build();\n\n\t\tvar leaderboardInstreamMapping = googletag.sizeMapping()\n\t\t\t\t\t\t\t\t\t\t\t\t .addSize([0, 0], [[320, 50]])\n\t\t\t\t\t\t\t\t\t\t\t\t .addSize([728, 0], [[728, 90]])\n\t\t\t\t\t\t\t\t\t\t\t\t .addSize([1200, 0], [[970, 90], [728, 90]])\n\t\t\t\t\t\t\t\t\t\t\t\t .build();\n\n\t\tvar sidebarMapping1 = googletag.sizeMapping()\n\t\t\t\t\t\t\t\t\t .addSize([0, 0], [])\n\t\t\t\t\t\t\t\t\t .addSize([1201, 0], [[300, 600], [300, 250], [300, 1050]])\n\t\t\t\t\t\t\t\t\t .build();\n\n\t\tvar sidebarMapping2 = googletag.sizeMapping()\n\t\t\t\t\t\t\t\t\t .addSize([0, 0], [])\n\t\t\t\t\t\t\t\t\t .addSize([1201, 0], [[300, 250]])\n\t\t\t\t\t\t\t\t\t .build();\n\n\t\tvar riverMapping = googletag.sizeMapping()\n\t\t\t\t\t\t\t\t\t.addSize([0, 0], [[300, 250]])\n\t\t\t\t\t\t\t\t\t.addSize([1201, 0], [])\n\t\t\t\t\t\t\t\t\t.build();\n\n\t\tvar mobileMapping300X250 = googletag.sizeMapping()\n\t\t\t\t\t\t\t\t\t\t\t.addSize([400, 0], [[300, 250]])\n\t\t\t\t\t\t\t\t\t\t\t.addSize([401, 0], [])\n\t\t\t\t\t\t\t\t\t\t\t.build();\n\n\t\tvar mobileMapping320X50 = googletag.sizeMapping()\n\t\t\t\t\t\t\t\t\t\t .addSize([400, 0], [[320, 50]])\n\t\t\t\t\t\t\t\t\t\t .addSize([401, 0], [])\n\t\t\t\t\t\t\t\t\t\t .build();\n\n\t\tfunction CommObsRightrail1() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_Rightrail1', [[300, 600], [300, 250], [300, 1050]], 'div-gpt-ad-1490294834717-0')\n\t\t\t\t\t .defineSizeMapping(sidebarMapping1)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObsRightrail2() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_Rightrail2', [300, 250], 'div-gpt-ad-1490294923874-0')\n\t\t\t\t\t .defineSizeMapping(sidebarMapping2)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObsRightrail3() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_Rightrail3', [300, 250], 'div-gpt-ad-1510006350093-0')\n\t\t\t\t\t .setCollapseEmptyDiv(true)\n\t\t\t\t\t .defineSizeMapping(sidebarMapping2)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObsLeaderboardInstream() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_Leaderboard_Instream', [[728, 90], [320, 50], [970, 90]], 'div-gpt-ad-1490294964497-0')\n\t\t\t\t\t .defineSizeMapping(leaderboardInstreamMapping)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObsRiver1_300x250() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_River1_300x250', [300, 250], 'div-gpt-ad-1490295699995-0')\n\t\t\t\t\t .defineSizeMapping(riverMapping)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObsRiver2_300x250() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_River2_300x250', [300, 250], 'div-gpt-ad-1490295699995-1')\n\t\t\t\t\t .defineSizeMapping(riverMapping)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObs300x250Instream() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_300x250_Instream', [300, 250], 'div-gpt-ad-1490382664608-0')\n\t\t\t\t\t .setCollapseEmptyDiv(true)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObs300x250InContent() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_300x250_InContent', [300, 250], 'div-gpt-ad-1490385978238-0')\n\t\t\t\t\t .setCollapseEmptyDiv(true)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObsLeaderboardMobile300x250() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_LeaderboardMobile300x250', [300, 250], 'div-gpt-ad-1490719840851-0')\n\t\t\t\t\t .defineSizeMapping(mobileMapping300X250)\n\t\t\t\t\t .setCollapseEmptyDiv(true)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\tfunction CommObsLeaderboardMobile320x50() {\n\t\t\tgoogletag.defineSlot('/1008049/CommObs_LeaderboardMobile320x50', [320, 50], 'div-gpt-ad-1490719840851-1')\n\t\t\t\t\t .defineSizeMapping(mobileMapping320X50)\n\t\t\t\t\t .setCollapseEmptyDiv(true)\n\t\t\t\t\t .addService(googletag.pubads());\n\t\t}\n\n\t\t//defined in header for every page\n\t\tgoogletag.defineSlot('/1008049/CommObs_Leaderboard', [[970, 90], [728, 90], [970, 415], [970, 250]], 'div-gpt-ad-1490294747335-0')\n\t\t\t\t .defineSizeMapping(leaderboardMapping)\n\t\t\t\t .setCollapseEmptyDiv(true)\n\t\t\t\t .addService(googletag.pubads());\n\n\t\t//defined in header for every page\n\t\tgoogletag.defineSlot('/1008049/CommObs_Skin_2600x1400', [2600, 1400], 'div-gpt-ad-1490626280749-1')\n\t\t\t\t .setCollapseEmptyDiv(true)\n\t\t\t\t .addService(googletag.pubads());\n\n\t\t//defined in footer for every page\n\t\tgoogletag.defineOutOfPageSlot('/1008049/CommObs_1x1_a', 'div-gpt-ad-1490626280749-0')\n\t\t\t\t .addService(googletag.pubads());\n\n\n\t\t\n\t\t\n\t\t\n\t\t\t\tCommObsRightrail1();\n\t\tCommObsRightrail3();\n\t\tCommObsLeaderboardInstream();\n\t\tCommObs300x250Instream(); //this is the unit under the realgraph data\n\t\tCommObs300x250InContent();\n\t\tCommObsLeaderboardMobile320x50();\n\n\t\t\n\t\tgoogletag.pubads().enableSingleRequest();\n\n\t\tgoogletag.pubads().setTargeting(\"url\", [\"\\/2016\\/02\\/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop\"]);\n\t\tgoogletag.pubads().setTargeting(\"CO_channels\", [\"design-construction\",\"construction-infrastructure\"]);\n\n\t\tgoogletag.enableServices();\n\n\n\t});\n</script>\n<!-- DFP End -->\n\n\t<!-- Chartbeat -->\n\t<script type=\"text/javascript\">var _sf_startpt = (new Date()).getTime()</script>\n\t<!-- Chartbeat End-->\n\t\t<script src=\"https://r-login.wordpress.com/remote-login.php?action=js&amp;host=commercialobserver.com&amp;id=39571588&amp;t=1555866053&amp;back=https%3A%2F%2Fcommercialobserver.com%2F2016%2F02%2Fnyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop%2F\" type=\"text/javascript\"/>\n\t\t<script type=\"text/javascript\">\n\t\t/* &lt;![CDATA[ */\n\t\t\tif ( 'function' === typeof WPRemoteLogin ) {\n\t\t\t\tdocument.cookie = \"wordpress_test_cookie=test; path=/\";\n\t\t\t\tif ( document.cookie.match( /(;|^)\\s*wordpress_test_cookie\\=/ ) ) {\n\t\t\t\t\tWPRemoteLogin();\n\t\t\t\t}\n\t\t\t}\n\t\t/* ]]&gt; */\n\t\t</script>\n\t\t<link rel=\"dns-prefetch\" href=\"//s2.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s7.addthis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//widget.commercialobserver.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ak.sail-horizon.com\"/>\n<link rel=\"dns-prefetch\" href=\"//use.typekit.net\"/>\n<link rel=\"dns-prefetch\" href=\"//s1.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//nyocommercialobserver.wordpress.com\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Commercial Observer » Feed\" href=\"https://commercialobserver.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Commercial Observer » Comments Feed\" href=\"https://commercialobserver.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Commercial Observer » NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development Comments Feed\" href=\"https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/feed/\"/>\n\t<script type=\"text/javascript\">\n\t\t/* &lt;![CDATA[ */\n\t\tfunction addLoadEvent(func) {\n\t\t\tvar oldonload = window.onload;\n\t\t\tif (typeof window.onload != 'function') {\n\t\t\t\twindow.onload = func;\n\t\t\t} else {\n\t\t\t\twindow.onload = function () {\n\t\t\t\t\toldonload();\n\t\t\t\t\tfunc();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/* ]]&gt; */\n\t</script>\n\t\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/s1.wp.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?m=1550249335h&amp;ver=5.2-beta3-45234\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"all-css-0-1\" href=\"https://s1.wp.com/_static/??-eJyVUdFOwzAM/CEyA6JjL4hvSVLTeouTKE429e9xO1FgQCVeEt/FF/tsuGTjU6wYK3AzObSBosAl+8RGmAJON2jnRe7gd1mgEwocsWbrT2ZBazpFH1qvz0pAT1LBhbRkuWLLBFKngDumuFXAp4LKc7Z1zmDsyWJA1rQtGef9h2oOR+1u08fVsHO5oIjRk6mxqaMW+qm70nCmDMkJljMW06IfLUXsb20RxFRJpbIGW40MmIxOyVZK8Rswb8FS2ZIW1PkOGg7LxD/hXwbGJxhCcjb806EuFtZBzwsxvuhVl7JfifnfV3556Lr758Pj/tAd3wFcyO9K?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"https://s2.wp.com/_static/??-eJyFj9EKwjAMRX/Irug2fBK/ZXZ3M7NNa9Nu6NdbQR+UoRBIQg7JiV6CIjY29xA9lbhmxNsrVZNs9C9AORpjl1A54jdsPCdwerLBS3IQ6UasTJ0/kYXKglgATuXM4Fe4TyXimbD8xSak0JmLihC6Y+2RzD2iGB9X7dMZxVzPFLQ/FcMZUWU2544YvS57dLB5JJZSD8SUoMREb+13XxYf3WHbts2urvdNMz0AhUqKvw==\"/>\n<script type=\"text/javascript\" src=\"//use.typekit.net/ulk7dlr.js?ver=1.0.0\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar piano_postData = {\"debug_mode\":\"\",\"postID\":\"300774\",\"postTitle\":\"NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side\\u00a0Development\",\"postCategory\":[\"Channel\",\"Construction\",\"Design + Construction\"]};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://s1.wp.com/wp-content/themes/vip/observer-unchained/js/modules/piano-ecomm.js?m=1553265233h\"/>\n<link rel=\"stylesheet\" id=\"all-css-0-2\" href=\"https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&amp;cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<!--[if lt IE 8]>\n<link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://nyocommercialobserver.wordpress.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://s1.wp.com/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress.com\"/>\n<link rel=\"canonical\" href=\"http://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/\"/>\n<link rel=\"shortlink\" href=\"http://bit.ly/1WhVQPh\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fcommercialobserver.com%2F2016%2F02%2Fnyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop%2F&amp;for=wpcom-auto-discovery\"/><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fcommercialobserver.com%2F2016%2F02%2Fnyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop%2F&amp;for=wpcom-auto-discovery\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=32\" sizes=\"16x16\"/>\n<link rel=\"icon\" type=\"image/x-icon\" href=\"https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=32\" sizes=\"16x16\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=114\"/>\n<link rel=\"openid.server\" href=\"https://nyocommercialobserver.wordpress.com/?openidserver=1\"/>\n<link rel=\"openid.delegate\" href=\"https://nyocommercialobserver.wordpress.com/\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://commercialobserver.com/osd.xml\" title=\"Commercial Observer\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://s1.wp.com/opensearch.xml\" title=\"WordPress.com\"/>\n<script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\t\t<style type=\"text/css\">\n\t\t\t.recentcomments a {\n\t\t\t\tdisplay: inline !important;\n\t\t\t\tpadding: 0 !important;\n\t\t\t\tmargin: 0 !important;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {\n\t\t\t\tborder: 0px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop a, table.recentcommentsavatarend a {\n\t\t\t\tborder: 0px !important;\n\t\t\t\tbackground-color: transparent !important;\n\t\t\t}\n\n\t\t\ttd.recentcommentsavatarend, td.recentcommentsavatartop {\n\t\t\t\tpadding: 0px 0px 1px 0px;\n\t\t\t\tmargin: 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstextend {\n\t\t\t\tborder: none !important;\n\t\t\t\tpadding: 0px 0px 2px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstextend {\n\t\t\t\tpadding: 0px 10px 2px 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstexttop {\n\t\t\t\tborder: none;\n\t\t\t\tpadding: 0px 0px 0px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstexttop {\n\t\t\t\tpadding: 0px 10px 0px 0px;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"Commercial Observer\"/><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\"/><meta name=\"msapplication-tooltip\" content=\"New York's authority on commercial real estate leasing, deals and culture.\"/><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=https://commercialobserver.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/d201a1df990833199d6472c26561fc73?s=16\"/><style type=\"text/css\" id=\"syntaxhighlighteranchor\"/>\n</head>\n\n" ]
[ "<title>NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development – Commercial Observer</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "commercialobserver.com > nyc sees sizable jump in construction starts boosted by far west side develop" } ]
[ { "char_end_idx": 651, "char_start_idx": 0, "key": "length", "type": "local", "value": "651" }, { "char_end_idx": 828, "char_start_idx": 651, "key": "length", "type": "local", "value": "176" }, { "char_end_idx": 975, "char_start_idx": 828, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 1328, "char_start_idx": 975, "key": "length", "type": "local", "value": "352" }, { "char_end_idx": 1531, "char_start_idx": 1328, "key": "length", "type": "local", "value": "202" }, { "char_end_idx": 1543, "char_start_idx": 1531, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 1691, "char_start_idx": 1543, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 1838, "char_start_idx": 1691, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 2024, "char_start_idx": 1838, "key": "length", "type": "local", "value": "185" }, { "char_end_idx": 2124, "char_start_idx": 2024, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 2152, "char_start_idx": 2124, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2202, "char_start_idx": 2152, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 2275, "char_start_idx": 2202, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 2436, "char_start_idx": 2275, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 2544, "char_start_idx": 2436, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 2631, "char_start_idx": 2544, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 2974, "char_start_idx": 2631, "key": "length", "type": "local", "value": "342" }, { "char_end_idx": 3135, "char_start_idx": 2974, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 3251, "char_start_idx": 3135, "key": "length", "type": "local", "value": "115" }, { "char_end_idx": 3477, "char_start_idx": 3251, "key": "length", "type": "local", "value": "225" }, { "char_end_idx": 3562, "char_start_idx": 3477, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 3732, "char_start_idx": 3562, "key": "length", "type": "local", "value": "169" }, { "char_end_idx": 3928, "char_start_idx": 3732, "key": "length", "type": "local", "value": "195" }, { "char_end_idx": 4092, "char_start_idx": 3928, "key": "length", "type": "local", "value": "163" }, { "char_end_idx": 4181, "char_start_idx": 4092, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 4242, "char_start_idx": 4181, "key": "length", "type": "local", "value": "60" }, { "char_end_idx": 4297, "char_start_idx": 4242, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 4309, "char_start_idx": 4297, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 4324, "char_start_idx": 4309, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 4381, "char_start_idx": 4324, "key": "length", "type": "local", "value": "56" }, { "char_end_idx": 4400, "char_start_idx": 4381, "key": "length", "type": "local", "value": "18" }, { "char_end_idx": 4517, "char_start_idx": 4400, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 4530, "char_start_idx": 4517, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 4682, "char_start_idx": 4530, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 4847, "char_start_idx": 4682, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 4861, "char_start_idx": 4847, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 4957, "char_start_idx": 4861, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 5048, "char_start_idx": 4957, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 5139, "char_start_idx": 5048, "key": "length", "type": "local", "value": "90" } ]
[ { "key": "length", "type": "global", "value": "5617" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "style" ], "values": [ "commobs-skin-2600X1400", "div-gpt-ad-1490626280749-1", "height:1400px; width:2600px;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 15, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "skip-link screen-reader-text", "#content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 22, "char_start_idx": 16, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/leases/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 23, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316176", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316176" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 30, "char_start_idx": 23, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/finance/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 31, "char_start_idx": 23, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316181", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316181" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 36, "char_start_idx": 31, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 48, "char_start_idx": 37, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/residential/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 48, "char_start_idx": 37, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316193", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316193" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 59, "char_start_idx": 49, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/commercial/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 59, "char_start_idx": 49, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316188", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316188" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 69, "char_start_idx": 60, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/mixed-use/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 69, "char_start_idx": 60, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316192", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316192" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 74, "char_start_idx": 70, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/land/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 74, "char_start_idx": 70, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316191", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316191" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 81, "char_start_idx": 75, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/hotels/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 81, "char_start_idx": 75, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316190", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316190" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 100, "char_start_idx": 82, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/development-rights/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 100, "char_start_idx": 82, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316189", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316189" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 104, "char_start_idx": 101, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/sales/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 104, "char_start_idx": 101, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316194", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316194" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 105, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 105, "char_start_idx": 31, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316187", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316187" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 126, "char_start_idx": 105, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 139, "char_start_idx": 127, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/architecture/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 139, "char_start_idx": 127, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316196", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316196" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 152, "char_start_idx": 140, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/construction/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 152, "char_start_idx": 140, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316197", "menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-316197" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 167, "char_start_idx": 153, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/infrastructure/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 167, "char_start_idx": 153, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316198", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316198" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 174, "char_start_idx": 168, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/policy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 174, "char_start_idx": 168, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316200", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316200" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 189, "char_start_idx": 175, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/urban-planning/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 189, "char_start_idx": 175, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316201", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316201" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 203, "char_start_idx": 190, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/neighborhoods/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 203, "char_start_idx": 190, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316199", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316199" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 207, "char_start_idx": 204, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/design-construction/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 207, "char_start_idx": 204, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316203", "menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-316203" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 208, "char_start_idx": 127, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 208, "char_start_idx": 105, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316195", "menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-316195" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 218, "char_start_idx": 208, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/technology/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 218, "char_start_idx": 208, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-331992", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-331992" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 223, "char_start_idx": 219, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 232, "char_start_idx": 224, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/features/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 232, "char_start_idx": 224, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316207", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316207" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 243, "char_start_idx": 233, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/columnists/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 243, "char_start_idx": 233, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316206", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316206" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 252, "char_start_idx": 244, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/analysis/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 252, "char_start_idx": 244, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316205", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316205" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 261, "char_start_idx": 253, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/research/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 261, "char_start_idx": 253, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316211", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316211" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 277, "char_start_idx": 262, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/tag/sponsored/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 277, "char_start_idx": 262, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-352797", "menu-item menu-item-type-custom menu-item-object-custom menu-item-352797" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 286, "char_start_idx": 278, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/industry/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 286, "char_start_idx": 278, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316208", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316208" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 292, "char_start_idx": 287, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/legal/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 292, "char_start_idx": 287, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316209", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316209" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 300, "char_start_idx": 293, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/players/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 300, "char_start_idx": 293, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316210", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316210" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 315, "char_start_idx": 301, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/transportation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 315, "char_start_idx": 301, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316212", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316212" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 319, "char_start_idx": 316, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/more/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 319, "char_start_idx": 316, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316213", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316213" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 320, "char_start_idx": 224, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 320, "char_start_idx": 219, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316204", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-316204" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 327, "char_start_idx": 320, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 339, "char_start_idx": 328, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/los-angeles/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 339, "char_start_idx": 328, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-330493", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-330493" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 353, "char_start_idx": 340, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/new-york-city/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 353, "char_start_idx": 340, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320234", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320234" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 363, "char_start_idx": 354, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/manhattan/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 363, "char_start_idx": 354, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320235", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320235" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 372, "char_start_idx": 364, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/brooklyn/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 372, "char_start_idx": 364, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320236", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320236" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 379, "char_start_idx": 373, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/queens/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 379, "char_start_idx": 373, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320237", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320237" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 385, "char_start_idx": 380, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/bronx/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 385, "char_start_idx": 380, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320239", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320239" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 394, "char_start_idx": 386, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/national/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 394, "char_start_idx": 386, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320241", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-320241" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 408, "char_start_idx": 395, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/market/washington-dc/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 408, "char_start_idx": 395, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-338576", "menu-item menu-item-type-taxonomy menu-item-object-market menu-item-338576" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 409, "char_start_idx": 328, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 409, "char_start_idx": 320, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320233", "menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-320233" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 415, "char_start_idx": 409, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/videos/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 416, "char_start_idx": 409, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-320922", "menu-item menu-item-type-post_type_archive menu-item-object-video menu-item-has-children menu-item-320922" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 424, "char_start_idx": 416, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/magazine/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 424, "char_start_idx": 416, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-350970", "menu-item menu-item-type-post_type_archive menu-item-object-print_issue menu-item-350970" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 431, "char_start_idx": 425, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/events/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 431, "char_start_idx": 425, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-321116", "menu-item menu-item-type-post_type_archive menu-item-object-event menu-item-321116" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 441, "char_start_idx": 432, "html_attrs": { "attrs": [ "href" ], "values": [ "/advertise" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 441, "char_start_idx": 432, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316219", "menu-item menu-item-type-custom menu-item-object-custom menu-item-316219" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 449, "char_start_idx": 442, "html_attrs": { "attrs": [ "href" ], "values": [ "/contact" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 449, "char_start_idx": 442, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-316220", "menu-item menu-item-type-custom menu-item-object-custom menu-item-316220" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 458, "char_start_idx": 450, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.commercialobserverreprints.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 450, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-326927", "menu-item menu-item-type-custom menu-item-object-custom menu-item-326927" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 459, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-flyout-menu", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 459, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-flyout-menu-container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 465, "char_start_idx": 459, "html_attrs": { "attrs": [ "href", "class", "data-slimstat" ], "values": [ "javascript:void(0);", "account-button piano-login-button", "5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 473, "char_start_idx": 466, "html_attrs": { "attrs": [ "href", "class", "data-slimstat" ], "values": [ "/subscribe", "account-button", "5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 474, "char_start_idx": 459, "html_attrs": { "attrs": [ "class" ], "values": [ "piano-account-inactive-container management-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 484, "char_start_idx": 474, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "account-button", "/account" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 492, "char_start_idx": 485, "html_attrs": { "attrs": [ "href", "class", "data-slimstat" ], "values": [ "javascript:void(0);", "account-button piano-logout-button", "5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 493, "char_start_idx": 474, "html_attrs": { "attrs": [ "class" ], "values": [ "piano-account-active-container management-block account-container" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 493, "char_start_idx": 459, "html_attrs": { "attrs": [ "class" ], "values": [ "piano-account-management" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 493, "char_start_idx": 459, "html_attrs": { "attrs": [ "class" ], "values": [ "flyout-subscribe" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 493, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "menus" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 493, "char_start_idx": 16, "html_attrs": { "attrs": [ "id" ], "values": [ "flyout-menu-wrapper flyout-menu" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 493, "char_start_idx": 493, "html_attrs": { "attrs": [ "class", "id", "style" ], "values": [ "ad-wrapper commobs-leaderboard-mobile-320x50 commobs-leaderboard-mobile-320x50", "div-gpt-ad-1490719840851-1", "height:50px; width:320px;" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 575, "char_start_idx": 493, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "h1" }, { "char_end_idx": 653, "char_start_idx": 576, "html_attrs": { "attrs": [ "class" ], "values": [ "caption" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 653, "char_start_idx": 576, "html_attrs": { "attrs": [ "class" ], "values": [ "featured-image image-caption-wrap" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 653, "char_start_idx": 653, "html_attrs": { "attrs": [ "class" ], "values": [ "header-rule" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "hr" }, { "char_end_idx": 653, "char_start_idx": 653, "html_attrs": { "attrs": [ "class" ], "values": [ "content-rule" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "hr" }, { "char_end_idx": 653, "char_start_idx": 493, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-header" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 866, "char_start_idx": 845, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 889, "char_start_idx": 871, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 947, "char_start_idx": 934, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 976, "char_start_idx": 653, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "p" }, { "char_end_idx": 987, "char_start_idx": 977, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1063, "char_start_idx": 987, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2019/03/the-longest-yards-hudson-yards-history-from-barren-land-to-megadevelopment/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1063, "char_start_idx": 977, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "see-also-related-post", "see-also-related-post" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1249, "char_start_idx": 1227, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 1692, "char_start_idx": 1064, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1772, "char_start_idx": 1759, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 1838, "char_start_idx": 1819, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2026, "char_start_idx": 1693, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2403, "char_start_idx": 2386, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2431, "char_start_idx": 2408, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2462, "char_start_idx": 2447, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2499, "char_start_idx": 2484, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2571, "char_start_idx": 2555, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2632, "char_start_idx": 2027, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2924, "char_start_idx": 2911, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3137, "char_start_idx": 2633, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3329, "char_start_idx": 3313, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3393, "char_start_idx": 3373, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3447, "char_start_idx": 3432, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3478, "char_start_idx": 3138, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3774, "char_start_idx": 3768, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3808, "char_start_idx": 3786, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3835, "char_start_idx": 3818, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3985, "char_start_idx": 3972, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 4008, "char_start_idx": 3995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 4093, "char_start_idx": 3479, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4402, "char_start_idx": 4094, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4862, "char_start_idx": 4403, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 5141, "char_start_idx": 4863, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 5142, "char_start_idx": 653, "html_attrs": { "attrs": [ "class" ], "values": [ "content " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5142, "char_start_idx": 493, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-", "article-wrapper post-300774 post type-post status-publish format-standard has-post-thumbnail category-channel category-construction-infrastructure category-design-construction" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "article" }, { "char_end_idx": 5142, "char_start_idx": 493, "html_attrs": { "attrs": [ "class" ], "values": [ "featured-post" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "section" }, { "char_end_idx": 5142, "char_start_idx": 5142, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "ad-wrapper commobs-rightrail1", "div-gpt-ad-1490294834717-0" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5205, "char_start_idx": 5142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h4" }, { "char_end_idx": 5206, "char_start_idx": 5142, "html_attrs": { "attrs": [ "class" ], "values": [ "card-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 5206, "char_start_idx": 5142, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2019/04/power-50-2019-most-important-figures-of-commercial-real-estate-finance/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5206, "char_start_idx": 5142, "html_attrs": { "attrs": [ "class" ], "values": [ "xsmall-card-wrapper card-wrap xsmall-card card first-in-list" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5285, "char_start_idx": 5206, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 5286, "char_start_idx": 5206, "html_attrs": { "attrs": [ "class" ], "values": [ "card-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5286, "char_start_idx": 5206, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2019/04/kps-capital-partners-lease-one-vanderbilt-sl-green-corp/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5286, "char_start_idx": 5206, "html_attrs": { "attrs": [ "class" ], "values": [ "xsmall-card-wrapper card-wrap xsmall-card card " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5340, "char_start_idx": 5286, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 5341, "char_start_idx": 5286, "html_attrs": { "attrs": [ "class" ], "values": [ "card-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5341, "char_start_idx": 5286, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2018/12/blackstone-lease-345-park-avenue-rudin-management-company/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5341, "char_start_idx": 5286, "html_attrs": { "attrs": [ "class" ], "values": [ "xsmall-card-wrapper card-wrap xsmall-card card " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5384, "char_start_idx": 5341, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 5385, "char_start_idx": 5341, "html_attrs": { "attrs": [ "class" ], "values": [ "card-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5385, "char_start_idx": 5341, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2019/01/urbanspace-to-open-new-food-hall-in-midtown/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5385, "char_start_idx": 5341, "html_attrs": { "attrs": [ "class" ], "values": [ "xsmall-card-wrapper card-wrap xsmall-card card " ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5385, "char_start_idx": 5142, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "trending", "headliner-with-border" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5385, "char_start_idx": 5385, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "div-gpt-ad-1490382664608-0", "height:250px; width:300px;" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5385, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class" ], "values": [ "ad-inline commobs-instream-300x250 ad-wrapper" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5385, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class", "id", "style" ], "values": [ "ad-wrapper commobs-rightrail3", "div-gpt-ad-1510006350093-0", "height:250px; width:300px;" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5385, "char_start_idx": 5142, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 5385, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class" ], "values": [ "top-rule" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "hr" }, { "char_end_idx": 5385, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "commobs-leaderboard-instream ad-wrapper", "div-gpt-ad-1490294964497-0" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 5385, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-rule" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "hr" }, { "char_end_idx": 5385, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class" ], "values": [ "ad-with-rule" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 5431, "char_start_idx": 5385, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 22, "type": "local", "value": "h3" }, { "char_end_idx": 5434, "char_start_idx": 5432, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 5455, "char_start_idx": 5432, "html_attrs": { "attrs": [ "class" ], "values": [ "byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h6" }, { "char_end_idx": 5455, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class" ], "values": [ "card-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 5455, "char_start_idx": 5385, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2019/04/the-plan-450-seventh-avenue-gets-a-fresh-look/" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 20, "type": "local", "value": "a" }, { "char_end_idx": 5455, "char_start_idx": 5385, "html_attrs": { "attrs": [ "class" ], "values": [ "medium-card-wrapper card-wrap medium-card card" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 5515, "char_start_idx": 5455, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h3" }, { "char_end_idx": 5518, "char_start_idx": 5516, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 5535, "char_start_idx": 5516, "html_attrs": { "attrs": [ "class" ], "values": [ "byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h6" }, { "char_end_idx": 5535, "char_start_idx": 5455, "html_attrs": { "attrs": [ "class" ], "values": [ "card-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5535, "char_start_idx": 5455, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2019/04/la-city-council-takes-step-toward-ban-on-developer-donations/" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 5535, "char_start_idx": 5455, "html_attrs": { "attrs": [ "class" ], "values": [ "medium-card-wrapper card-wrap medium-card card" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5598, "char_start_idx": 5535, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h3" }, { "char_end_idx": 5601, "char_start_idx": 5599, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 5617, "char_start_idx": 5599, "html_attrs": { "attrs": [ "class" ], "values": [ "byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h6" }, { "char_end_idx": 5617, "char_start_idx": 5535, "html_attrs": { "attrs": [ "class" ], "values": [ "card-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5617, "char_start_idx": 5535, "html_attrs": { "attrs": [ "href" ], "values": [ "https://commercialobserver.com/2019/04/higher-ed-execs-discuss-the-future-of-smart-buildings-co-forum/" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 5617, "char_start_idx": 5535, "html_attrs": { "attrs": [ "class" ], "values": [ "medium-card-wrapper card-wrap medium-card card" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5617, "char_start_idx": 493, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "main", "site-main", "main" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "main" }, { "char_end_idx": 5617, "char_start_idx": 493, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "primary", "content-area" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5617, "char_start_idx": 493, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "site-content" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5617, "char_start_idx": 5617, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "div-gpt-ad-1490626280749-0", "height:1px; width:1px;" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5617, "char_start_idx": 5617, "html_attrs": { "attrs": [ "src", "style", "alt" ], "values": [ "https://pixel.wp.com/b.gif?v=noscript", "height:0px;width:0px;overflow:hidden", "" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 5617, "char_start_idx": 5617, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "noscript" }, { "char_end_idx": 5617, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "site" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5617, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-300774 single-format-standard mp6 customizer-styles-applied group-blog highlander-enabled highlander-light" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 23, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Skip to content\nLeases\n" }, { "char_end_idx": 31, "char_start_idx": 23, "key": "paragraph", "marker": "li", "type": "local", "value": "Finance\n" }, { "char_end_idx": 48, "char_start_idx": 31, "key": "paragraph", "marker": "li", "type": "local", "value": "Sales\nResidential" }, { "char_end_idx": 59, "char_start_idx": 48, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommercial" }, { "char_end_idx": 69, "char_start_idx": 59, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMixed Use" }, { "char_end_idx": 74, "char_start_idx": 69, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLand" }, { "char_end_idx": 81, "char_start_idx": 74, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHotels" }, { "char_end_idx": 100, "char_start_idx": 81, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDevelopment Rights" }, { "char_end_idx": 104, "char_start_idx": 100, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAll" }, { "char_end_idx": 105, "char_start_idx": 104, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 139, "char_start_idx": 105, "key": "paragraph", "marker": "li", "type": "local", "value": "Design + Construction\nArchitecture" }, { "char_end_idx": 152, "char_start_idx": 139, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConstruction" }, { "char_end_idx": 167, "char_start_idx": 152, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInfrastructure" }, { "char_end_idx": 174, "char_start_idx": 167, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPolicy" }, { "char_end_idx": 189, "char_start_idx": 174, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUrban Planning" }, { "char_end_idx": 203, "char_start_idx": 189, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNeighborhoods" }, { "char_end_idx": 207, "char_start_idx": 203, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAll" }, { "char_end_idx": 208, "char_start_idx": 207, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 218, "char_start_idx": 208, "key": "paragraph", "marker": "li", "type": "local", "value": "Technology" }, { "char_end_idx": 232, "char_start_idx": 218, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMore\nFeatures" }, { "char_end_idx": 243, "char_start_idx": 232, "key": "paragraph", "marker": "li", "type": "local", "value": "\nColumnists" }, { "char_end_idx": 252, "char_start_idx": 243, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnalysis" }, { "char_end_idx": 261, "char_start_idx": 252, "key": "paragraph", "marker": "li", "type": "local", "value": "\nResearch" }, { "char_end_idx": 277, "char_start_idx": 261, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPartner Content" }, { "char_end_idx": 286, "char_start_idx": 277, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIndustry" }, { "char_end_idx": 292, "char_start_idx": 286, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegal" }, { "char_end_idx": 300, "char_start_idx": 292, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPlayers" }, { "char_end_idx": 315, "char_start_idx": 300, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransportation" }, { "char_end_idx": 319, "char_start_idx": 315, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAll" }, { "char_end_idx": 320, "char_start_idx": 319, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 339, "char_start_idx": 320, "key": "paragraph", "marker": "li", "type": "local", "value": "Markets\nLos Angeles" }, { "char_end_idx": 353, "char_start_idx": 339, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNew York City" }, { "char_end_idx": 363, "char_start_idx": 353, "key": "paragraph", "marker": "li", "type": "local", "value": "\nManhattan" }, { "char_end_idx": 372, "char_start_idx": 363, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrooklyn" }, { "char_end_idx": 379, "char_start_idx": 372, "key": "paragraph", "marker": "li", "type": "local", "value": "\nQueens" }, { "char_end_idx": 385, "char_start_idx": 379, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBronx" }, { "char_end_idx": 394, "char_start_idx": 385, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNational" }, { "char_end_idx": 408, "char_start_idx": 394, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWashington DC" }, { "char_end_idx": 409, "char_start_idx": 408, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 416, "char_start_idx": 409, "key": "paragraph", "marker": "li", "type": "local", "value": "Videos\n" }, { "char_end_idx": 424, "char_start_idx": 416, "key": "paragraph", "marker": "li", "type": "local", "value": "Magazine" }, { "char_end_idx": 431, "char_start_idx": 424, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEvents" }, { "char_end_idx": 441, "char_start_idx": 431, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdvertise" }, { "char_end_idx": 449, "char_start_idx": 441, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact" }, { "char_end_idx": 458, "char_start_idx": 449, "key": "paragraph", "marker": "li", "type": "local", "value": "\nReprints" }, { "char_end_idx": 459, "char_start_idx": 458, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 493, "char_start_idx": 459, "key": "paragraph", "marker": "div", "type": "local", "value": "Log In Sign Up My Account Log Out\n" }, { "char_end_idx": 575, "char_start_idx": 493, "key": "paragraph", "marker": "h1", "type": "local", "value": "NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development" }, { "char_end_idx": 653, "char_start_idx": 575, "key": "paragraph", "marker": "div", "type": "local", "value": "\nConstruction of 30 Hudson Yards (Photo: Terence Cullen/Commercial Observer).\n" }, { "char_end_idx": 977, "char_start_idx": 653, "key": "paragraph", "marker": "p", "type": "local", "value": "There’s rarely ever been a doubt that New York City reigns supreme over the rest of the country when it comes to volume of real estate deals and the amount of new construction. After all, the Empire State Building and Rockefeller Center were built during the Great Depression, and 1 Bryant Park opened during the recession.\n" }, { "char_end_idx": 1063, "char_start_idx": 977, "key": "paragraph", "marker": "div", "type": "local", "value": "SEE ALSO: The Longest Yards: Hudson Yards’ History From Barren Land to Megadevelopment" }, { "char_end_idx": 1693, "char_start_idx": 1063, "key": "paragraph", "marker": "p", "type": "local", "value": "\nLast year was no different when it came to new construction, as Gotham saw practically $35 billion in new projects break ground, according to a recent report from Dodge Data & Analytics, which ranks cities and metropolitan areas by dollars spent on groundbreakings. Commercial development on the Far West Side and continued residential building boosted that number, which was nearly $30 billion more than the second most active city on the list (the Miami area saw $6.32 billion). But a downturn in the latest cycle could drive these numbers lower in 2016 as land prices spiral down and residential condominiums become abundant.\n" }, { "char_end_idx": 2027, "char_start_idx": 1693, "key": "paragraph", "marker": "p", "type": "local", "value": "“[The market is] going to be going down very significantly,” said Robert Knakal, the chairman of New York investment sales at Cushman & Wakefield. “There is a very, very significant air bubble that’s being created in the market that started a few months ago and will create a void in the construction market over the next few years.”\n" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "paragraph", "marker": "p", "type": "local", "value": "New construction groundbreakings for commercial and multifamily projects jumped 66 percent to $34.87 billion in 2015 from $20.95 billion in 2014, according to the Dodge report. Office development by itself increased 95 percent between 2014 and 2015. The data tracking firm’s economists attributed that to work getting underway for such commercial projects as Related Companies and Oxford Properties Group’s $2.5 billion 30 Hudson Yards and the $840 million 55 Hudson Yards, as well as Brookfield Property Partners’ $1.2 billion 1 Manhattan West, all of which are between Ninth Avenue and the Hudson River.\n" }, { "char_end_idx": 3138, "char_start_idx": 2633, "key": "paragraph", "marker": "p", "type": "local", "value": "“In comparison to commercial building, the upward progression by multifamily housing has been steadier, with 2015 marking the sixth straight year of double-digit growth, helped in particular by yet another substantial increase reported for the New York City metropolitan area,” Robert Murray, Dodge’s chief economist, said in a press release. “What stands out about the New York City metropolitan area in 2015 are the strong construction start gains for both commercial building and multifamily housing.”\n" }, { "char_end_idx": 3479, "char_start_idx": 3138, "key": "paragraph", "marker": "p", "type": "local", "value": "Dodge notes that 43 multifamily projects that broke ground in New York City last year cost more than $100 million. It singled out among those projects with the highest costs: 1800 Park Avenue between East 124th and East 125th Streets; 400 West 61st Street at the corner of West End Avenue; and 15 Hudson Yards between 10th and 11th Avenues.\n" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "paragraph", "marker": "p", "type": "local", "value": "Condo development has some experts worried that too much has been built too quickly. Indeed, residential, for-sale development has been constructed at breakneck speed since after the recession and has spilled into Brooklyn and sections of western Queens. At a construction panel hosted by Anchin yesterday, Silverstein Properties Chairman Larry Silverstein said after wild building in the past few years the luxury condo market has likely topped out. He pointed to condo sales at his company’s Four Seasons hotel at 30 Park Place in the Financial District, which he said have been strong but slow in the last year.\n" }, { "char_end_idx": 4403, "char_start_idx": 4094, "key": "paragraph", "marker": "p", "type": "local", "value": "“We were selling apartments very well, very swiftly at the Four Seasons hotel,” said Mr. Silverstein, who gave the forum’s afternoon keynote address. “But suddenly you can see activity fell off the cliff. It stopped. It went quiet. And not just with us, but all over the city of New York. It’s really quiet.”\n" }, { "char_end_idx": 4863, "char_start_idx": 4403, "key": "paragraph", "marker": "p", "type": "local", "value": "The price of land has become and will continue to become a problem for getting new construction off the ground, Mr. Knakal said. Sellers are likely to hold on to development sites because land values are dropping, which is going to slow down new construction in the years to come. Rising construction costs, the price of materials and the lag time to getting those supplies delivered have also contributed to the nail-biting over the market, Mr. Knakal added.\n" }, { "char_end_idx": 5142, "char_start_idx": 4863, "key": "paragraph", "marker": "p", "type": "local", "value": "“Land values have exceeded how fundamentals have performed for a long period of time,” he said. “Construction costs are up very significantly and that’s both for union and nonunion work. A combination of these factors has developers concerned about where the market is heading.”\n" }, { "char_end_idx": 5205, "char_start_idx": 5142, "key": "paragraph", "marker": "h4", "type": "local", "value": "The 50 Most Important Figures of Commercial Real Estate Finance" }, { "char_end_idx": 5206, "char_start_idx": 5205, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5285, "char_start_idx": 5206, "key": "paragraph", "marker": "h4", "type": "local", "value": "Private Equity Firm Relocating to One Vanderbilt From Another SL Green Building" }, { "char_end_idx": 5286, "char_start_idx": 5285, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5340, "char_start_idx": 5286, "key": "paragraph", "marker": "h4", "type": "local", "value": "Blackstone Expands 345 Park Avenue Presence to 575K SF" }, { "char_end_idx": 5341, "char_start_idx": 5340, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5384, "char_start_idx": 5341, "key": "paragraph", "marker": "h4", "type": "local", "value": "Urbanspace to Open New Food Hall in Midtown" }, { "char_end_idx": 5385, "char_start_idx": 5384, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5431, "char_start_idx": 5385, "key": "paragraph", "marker": "h3", "type": "local", "value": "The Plan: 450 Seventh Avenue Gets a Fresh Look" }, { "char_end_idx": 5455, "char_start_idx": 5431, "key": "paragraph", "marker": "div", "type": "local", "value": "\nBy Rebecca Baird-Remba\n" }, { "char_end_idx": 5515, "char_start_idx": 5455, "key": "paragraph", "marker": "h3", "type": "local", "value": "LA City Council Takes Step Toward Ban on Developer Donations" }, { "char_end_idx": 5535, "char_start_idx": 5515, "key": "paragraph", "marker": "div", "type": "local", "value": "\nBy Alison Stateman\n" }, { "char_end_idx": 5598, "char_start_idx": 5535, "key": "paragraph", "marker": "h3", "type": "local", "value": "Higher Ed Execs Discuss the Future of Smart Buildings: CO Forum" }, { "char_end_idx": 5617, "char_start_idx": 5598, "key": "paragraph", "marker": "div", "type": "local", "value": "\nBy Chava Gourarie\n" } ]
[]
[ { "key": "title", "type": "global", "value": "NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development – Commercial Observer" } ]
[ { "key": "url", "type": "global", "value": "https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/" } ]
[]
Skip to content Leases Finance Sales Residential Commercial Mixed Use Land Hotels Development Rights All Design + Construction Architecture Construction Infrastructure Policy Urban Planning Neighborhoods All Technology More Features Columnists Analysis Research Partner Content Industry Legal Players Transportation All Markets Los Angeles New York City Manhattan Brooklyn Queens Bronx National Washington DC Videos Magazine Events Advertise Contact Reprints Log In Sign Up My Account Log Out NYC Sees Sizable Jump in Construction Starts, Boosted by Far West Side Development Construction of 30 Hudson Yards (Photo: Terence Cullen/Commercial Observer). There’s rarely ever been a doubt that New York City reigns supreme over the rest of the country when it comes to volume of real estate deals and the amount of new construction. After all, the Empire State Building and Rockefeller Center were built during the Great Depression, and 1 Bryant Park opened during the recession. SEE ALSO: The Longest Yards: Hudson Yards’ History From Barren Land to Megadevelopment Last year was no different when it came to new construction, as Gotham saw practically $35 billion in new projects break ground, according to a recent report from Dodge Data & Analytics, which ranks cities and metropolitan areas by dollars spent on groundbreakings. Commercial development on the Far West Side and continued residential building boosted that number, which was nearly $30 billion more than the second most active city on the list (the Miami area saw $6.32 billion). But a downturn in the latest cycle could drive these numbers lower in 2016 as land prices spiral down and residential condominiums become abundant. “[The market is] going to be going down very significantly,” said Robert Knakal, the chairman of New York investment sales at Cushman & Wakefield. “There is a very, very significant air bubble that’s being created in the market that started a few months ago and will create a void in the construction market over the next few years.” New construction groundbreakings for commercial and multifamily projects jumped 66 percent to $34.87 billion in 2015 from $20.95 billion in 2014, according to the Dodge report. Office development by itself increased 95 percent between 2014 and 2015. The data tracking firm’s economists attributed that to work getting underway for such commercial projects as Related Companies and Oxford Properties Group’s $2.5 billion 30 Hudson Yards and the $840 million 55 Hudson Yards, as well as Brookfield Property Partners’ $1.2 billion 1 Manhattan West, all of which are between Ninth Avenue and the Hudson River. “In comparison to commercial building, the upward progression by multifamily housing has been steadier, with 2015 marking the sixth straight year of double-digit growth, helped in particular by yet another substantial increase reported for the New York City metropolitan area,” Robert Murray, Dodge’s chief economist, said in a press release. “What stands out about the New York City metropolitan area in 2015 are the strong construction start gains for both commercial building and multifamily housing.” Dodge notes that 43 multifamily projects that broke ground in New York City last year cost more than $100 million. It singled out among those projects with the highest costs: 1800 Park Avenue between East 124th and East 125th Streets; 400 West 61st Street at the corner of West End Avenue; and 15 Hudson Yards between 10th and 11th Avenues. Condo development has some experts worried that too much has been built too quickly. Indeed, residential, for-sale development has been constructed at breakneck speed since after the recession and has spilled into Brooklyn and sections of western Queens. At a construction panel hosted by Anchin yesterday, Silverstein Properties Chairman Larry Silverstein said after wild building in the past few years the luxury condo market has likely topped out. He pointed to condo sales at his company’s Four Seasons hotel at 30 Park Place in the Financial District, which he said have been strong but slow in the last year. “We were selling apartments very well, very swiftly at the Four Seasons hotel,” said Mr. Silverstein, who gave the forum’s afternoon keynote address. “But suddenly you can see activity fell off the cliff. It stopped. It went quiet. And not just with us, but all over the city of New York. It’s really quiet.” The price of land has become and will continue to become a problem for getting new construction off the ground, Mr. Knakal said. Sellers are likely to hold on to development sites because land values are dropping, which is going to slow down new construction in the years to come. Rising construction costs, the price of materials and the lag time to getting those supplies delivered have also contributed to the nail-biting over the market, Mr. Knakal added. “Land values have exceeded how fundamentals have performed for a long period of time,” he said. “Construction costs are up very significantly and that’s both for union and nonunion work. A combination of these factors has developers concerned about where the market is heading.” The 50 Most Important Figures of Commercial Real Estate Finance Private Equity Firm Relocating to One Vanderbilt From Another SL Green Building Blackstone Expands 345 Park Avenue Presence to 575K SF Urbanspace to Open New Food Hall in Midtown The Plan: 450 Seventh Avenue Gets a Fresh Look By Rebecca Baird-Remba LA City Council Takes Step Toward Ban on Developer Donations By Alison Stateman Higher Ed Execs Discuss the Future of Smart Buildings: CO Forum By Chava Gourarie
https://commercialobserver.com/2016/02/nyc-sees-sizable-jump-in-construction-starts-boosted-by-far-west-side-develop/
[ { "char_end_idx": 100, "char_start_idx": 82, "key": "entity", "type": "local", "value": "Air_rights" }, { "char_end_idx": 189, "char_start_idx": 175, "key": "entity", "type": "local", "value": "Urban_planning" }, { "char_end_idx": 339, "char_start_idx": 328, "key": "entity", "type": "local", "value": "Los_Angeles" }, { "char_end_idx": 353, "char_start_idx": 340, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 363, "char_start_idx": 354, "key": "entity", "type": "local", "value": "Manhattan" }, { "char_end_idx": 372, "char_start_idx": 364, "key": "entity", "type": "local", "value": "Brooklyn" }, { "char_end_idx": 379, "char_start_idx": 373, "key": "entity", "type": "local", "value": "Queens" }, { "char_end_idx": 385, "char_start_idx": 380, "key": "entity", "type": "local", "value": "The_Bronx" }, { "char_end_idx": 394, "char_start_idx": 386, "key": "entity", "type": "local", "value": "National_Party_of_Australia" }, { "char_end_idx": 408, "char_start_idx": 395, "key": "entity", "type": "local", "value": "Washington,_D.C." }, { "char_end_idx": 496, "char_start_idx": 493, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 607, "char_start_idx": 595, "key": "entity", "type": "local", "value": "Hudson_Yards_(neighborhood),_Manhattan" }, { "char_end_idx": 704, "char_start_idx": 691, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 866, "char_start_idx": 845, "key": "entity", "type": "local", "value": "Empire_State_Building" }, { "char_end_idx": 889, "char_start_idx": 871, "key": "entity", "type": "local", "value": "Rockefeller_Center" }, { "char_end_idx": 928, "char_start_idx": 912, "key": "entity", "type": "local", "value": "Great_Depression" }, { "char_end_idx": 947, "char_start_idx": 936, "key": "entity", "type": "local", "value": "Bryant_Park" }, { "char_end_idx": 1134, "char_start_idx": 1128, "key": "entity", "type": "local", "value": "Gotham_City" }, { "char_end_idx": 1373, "char_start_idx": 1360, "key": "entity", "type": "local", "value": "West_Side_(Manhattan)" }, { "char_end_idx": 1519, "char_start_idx": 1514, "key": "entity", "type": "local", "value": "Miami" }, { "char_end_idx": 1798, "char_start_idx": 1790, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 1838, "char_start_idx": 1819, "key": "entity", "type": "local", "value": "Cushman_&amp;_Wakefield" }, { "char_end_idx": 2195, "char_start_idx": 2190, "key": "entity", "type": "local", "value": "Dodge" }, { "char_end_idx": 2403, "char_start_idx": 2386, "key": "entity", "type": "local", "value": "The_Related_Companies" }, { "char_end_idx": 2431, "char_start_idx": 2408, "key": "entity", "type": "local", "value": "Oxford_Properties" }, { "char_end_idx": 2462, "char_start_idx": 2450, "key": "entity", "type": "local", "value": "Hudson_Yards_(neighborhood),_Manhattan" }, { "char_end_idx": 2499, "char_start_idx": 2487, "key": "entity", "type": "local", "value": "Hudson_Yards_(neighborhood),_Manhattan" }, { "char_end_idx": 2571, "char_start_idx": 2557, "key": "entity", "type": "local", "value": "Manhattan_West" }, { "char_end_idx": 2610, "char_start_idx": 2598, "key": "entity", "type": "local", "value": "Ninth_Avenue_(Manhattan)" }, { "char_end_idx": 2631, "char_start_idx": 2619, "key": "entity", "type": "local", "value": "Hudson_Valley" }, { "char_end_idx": 2890, "char_start_idx": 2877, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 2924, "char_start_idx": 2911, "key": "entity", "type": "local", "value": "Robert_E._Murray" }, { "char_end_idx": 2931, "char_start_idx": 2926, "key": "entity", "type": "local", "value": "Dodge" }, { "char_end_idx": 3016, "char_start_idx": 3003, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 3143, "char_start_idx": 3138, "key": "entity", "type": "local", "value": "Dodge" }, { "char_end_idx": 3213, "char_start_idx": 3200, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 3329, "char_start_idx": 3318, "key": "entity", "type": "local", "value": "Park_Avenue" }, { "char_end_idx": 3426, "char_start_idx": 3411, "key": "entity", "type": "local", "value": "Eleventh_Avenue_(Manhattan)" }, { "char_end_idx": 3447, "char_start_idx": 3435, "key": "entity", "type": "local", "value": "Hudson_Yards_(neighborhood),_Manhattan" }, { "char_end_idx": 3477, "char_start_idx": 3465, "key": "entity", "type": "local", "value": "Eleventh_Avenue_(Manhattan)" }, { "char_end_idx": 3701, "char_start_idx": 3693, "key": "entity", "type": "local", "value": "Brooklyn" }, { "char_end_idx": 3732, "char_start_idx": 3726, "key": "entity", "type": "local", "value": "Queens" }, { "char_end_idx": 3774, "char_start_idx": 3768, "key": "entity", "type": "local", "value": "Anchin_Abbey" }, { "char_end_idx": 3808, "char_start_idx": 3786, "key": "entity", "type": "local", "value": "Larry_Silverstein" }, { "char_end_idx": 3835, "char_start_idx": 3818, "key": "entity", "type": "local", "value": "Larry_Silverstein" }, { "char_end_idx": 3985, "char_start_idx": 3973, "key": "entity", "type": "local", "value": "Four_Seasons_Hotels_and_Resorts" }, { "char_end_idx": 4008, "char_start_idx": 3998, "key": "entity", "type": "local", "value": "Park_Place_(Tucson,_Arizona)" }, { "char_end_idx": 4034, "char_start_idx": 4016, "key": "entity", "type": "local", "value": "Financial_District,_Manhattan" }, { "char_end_idx": 4165, "char_start_idx": 4153, "key": "entity", "type": "local", "value": "Four_Seasons_Hotels_and_Resorts" }, { "char_end_idx": 4194, "char_start_idx": 4183, "key": "entity", "type": "local", "value": "Larry_Silverstein" }, { "char_end_idx": 4381, "char_start_idx": 4373, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 4525, "char_start_idx": 4519, "key": "entity", "type": "local", "value": "Petr_Knakal" }, { "char_end_idx": 4855, "char_start_idx": 4849, "key": "entity", "type": "local", "value": "Petr_Knakal" }, { "char_end_idx": 5384, "char_start_idx": 5377, "key": "entity", "type": "local", "value": "Midtown_Manhattan" }, { "char_end_idx": 5470, "char_start_idx": 5455, "key": "entity", "type": "local", "value": "Los_Angeles_City_Council" } ]
[ { "char_end_idx": 100, "char_start_idx": 81, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Air_rights" }, { "char_end_idx": 189, "char_start_idx": 174, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Urban_planning" }, { "char_end_idx": 339, "char_start_idx": 320, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Los_Angeles" }, { "char_end_idx": 353, "char_start_idx": 339, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "New_York_City" }, { "char_end_idx": 363, "char_start_idx": 353, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Manhattan" }, { "char_end_idx": 372, "char_start_idx": 363, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brooklyn" }, { "char_end_idx": 379, "char_start_idx": 372, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Queens" }, { "char_end_idx": 385, "char_start_idx": 379, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "The_Bronx" }, { "char_end_idx": 394, "char_start_idx": 385, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "National_Party_of_Australia" }, { "char_end_idx": 408, "char_start_idx": 394, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Washington,_D.C." }, { "char_end_idx": 575, "char_start_idx": 493, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "New_York_City" }, { "char_end_idx": 653, "char_start_idx": 575, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hudson_Yards_(neighborhood),_Manhattan" }, { "char_end_idx": 977, "char_start_idx": 653, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "New_York_City" }, { "char_end_idx": 977, "char_start_idx": 653, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Empire_State_Building" }, { "char_end_idx": 977, "char_start_idx": 653, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Rockefeller_Center" }, { "char_end_idx": 977, "char_start_idx": 653, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Great_Depression" }, { "char_end_idx": 977, "char_start_idx": 653, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Bryant_Park" }, { "char_end_idx": 1693, "char_start_idx": 1063, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gotham_City" }, { "char_end_idx": 1693, "char_start_idx": 1063, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "West_Side_(Manhattan)" }, { "char_end_idx": 1693, "char_start_idx": 1063, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Miami" }, { "char_end_idx": 2027, "char_start_idx": 1693, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "New_York_City" }, { "char_end_idx": 2027, "char_start_idx": 1693, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Cushman_&amp;_Wakefield" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Dodge" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "The_Related_Companies" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Oxford_Properties" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Hudson_Yards_(neighborhood),_Manhattan" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Manhattan_West" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Ninth_Avenue_(Manhattan)" }, { "char_end_idx": 2633, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Hudson_Valley" }, { "char_end_idx": 3138, "char_start_idx": 2633, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "New_York_City" }, { "char_end_idx": 3138, "char_start_idx": 2633, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Robert_E._Murray" }, { "char_end_idx": 3138, "char_start_idx": 2633, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Dodge" }, { "char_end_idx": 3479, "char_start_idx": 3138, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Dodge" }, { "char_end_idx": 3479, "char_start_idx": 3138, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "New_York_City" }, { "char_end_idx": 3479, "char_start_idx": 3138, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Park_Avenue" }, { "char_end_idx": 3479, "char_start_idx": 3138, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Eleventh_Avenue_(Manhattan)" }, { "char_end_idx": 3479, "char_start_idx": 3138, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Hudson_Yards_(neighborhood),_Manhattan" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brooklyn" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Queens" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Anchin_Abbey" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Larry_Silverstein" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Four_Seasons_Hotels_and_Resorts" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Park_Place_(Tucson,_Arizona)" }, { "char_end_idx": 4094, "char_start_idx": 3479, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Financial_District,_Manhattan" }, { "char_end_idx": 4403, "char_start_idx": 4094, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Four_Seasons_Hotels_and_Resorts" }, { "char_end_idx": 4403, "char_start_idx": 4094, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Larry_Silverstein" }, { "char_end_idx": 4403, "char_start_idx": 4094, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "New_York_City" }, { "char_end_idx": 4863, "char_start_idx": 4403, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Petr_Knakal" }, { "char_end_idx": 5384, "char_start_idx": 5341, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Midtown_Manhattan" }, { "char_end_idx": 5515, "char_start_idx": 5455, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Los_Angeles_City_Council" } ]
0
168
1555934296000
<!DOCTYPE html> <html lang="en"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Legislative Update: July 2018 &laquo; District 45 News and Information</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="msapplication-config" content="none"/> <link rel="pingback" href="http://news.legislature.ne.gov/dist45/xmlrpc.php" /> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//fontastic.s3.amazonaws.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//stackpath.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//static.addtoany.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/news.legislature.ne.gov\/dist45\/wp-includes\/js\/wp-emoji-release.min.js?ver=4eac91ce7d2d6813801a84b777805d3b"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://news.legislature.ne.gov/dist45/wp-includes/css/dist/block-library/style.min.css?ver=4eac91ce7d2d6813801a84b777805d3b' type='text/css' media='all' /> <link rel='stylesheet' id='google_font-css' href='//fonts.googleapis.com/css?family=Old+Standard+TT%3A700%2C400%2C400italic&#038;ver=4eac91ce7d2d6813801a84b777805d3b' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrapcss-css' href='//stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css?ver=4eac91ce7d2d6813801a84b777805d3b' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='//use.fontawesome.com/releases/v5.7.2/css/all.css?ver=4eac91ce7d2d6813801a84b777805d3b' type='text/css' media='all' /> <link rel='https://api.w.org/' href='http://news.legislature.ne.gov/dist45/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://news.legislature.ne.gov/dist45/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://news.legislature.ne.gov/dist45/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Legislative Update: June 2018' href='http://news.legislature.ne.gov/dist45/2018/06/30/legislative-update-june-2018/' /> <link rel='next' title='Legislative Update: August 2018' href='http://news.legislature.ne.gov/dist45/2018/09/04/legislative-update-august-2018/' /> <link rel="canonical" href="http://news.legislature.ne.gov/dist45/2018/08/04/legislative-update-july-2018/" /> <link rel='shortlink' href='http://news.legislature.ne.gov/dist45/?p=1236' /> <link rel="alternate" type="application/json+oembed" href="http://news.legislature.ne.gov/dist45/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fnews.legislature.ne.gov%2Fdist45%2F2018%2F08%2F04%2Flegislative-update-july-2018%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://news.legislature.ne.gov/dist45/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fnews.legislature.ne.gov%2Fdist45%2F2018%2F08%2F04%2Flegislative-update-july-2018%2F&#038;format=xml" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-80152058-3', 'auto'); ga('send', 'pageview'); </script> <link rel="stylesheet" href="http://news.legislature.ne.gov/dist45/wp-content/themes/senators/style.css" type="text/css" media="screen" /> </head> <body> <div class="view-back d-none d-sm-block"><i class="fas fa-arrow-circle-up fa-lg"></i></div> <div class="container view-front"> <div class="row ltc-header" id="top"> <div class="col-md-2 ltc-header-left d-none d-md-block"> <i class="ltc-stateseal-sepia"></i> </div> <div class="col-md-8 ltc-header-middle text-center"> <h1 class="icons-ltc-sower2-icon">NEBRASKA LEGISLATURE</h1> <h2> <em> <small> The official site of the <span class="nobreak">Nebraska Unicameral Legislature</span> </small> </em> </h2> </div> <div class="col-md-2 ltc-header-right d-none d-md-block"> <i class="ltc-seal-sepia float-right"></i> </div> </div> <div class="row"> <div class="col-sm-3 col-md-2 nopadding"> <!-- menu from main site included as a file here --> <div class="sidebar-nav"> <nav class="navbar navbar-expand-sm navbar-default" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fas fa-bars"></i> <span class="navbar-brand mb-0 h2">MENU</span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="navbar-collapse collapse" id="navbarSupportedContent"> <ul class="list-unstyled nav-list"> <li class="nav-item"> <a href="https://nebraskalegislature.gov" class="nav-link icons-ltc-sower2-icon"> Home</a> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Chamber Viewer <i class="fas fa-caret-right float-right"></i></a> <ul class="drop-list dropdown-menu"> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/cv/view_bill.php">View Bills</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/bills/">One Liners</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/laws/laws.php">Statutes</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/calendar/calendar.php">Summary</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/calendar/hearings_range.php">Hearings</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/calendar/agenda.php">Agenda</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/calendar/dayview.php">Journal</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/fiscal.php">Budget</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/FloorDocs/Current/PDF/Rules/RuleBook.pdf" target="_blank">Rule Book</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/FloorDocs/Current/PDF/Constitution/constitution.pdf" target="_blank">Constitution</a></li> </ul> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Legislature <i class="fas fa-caret-right float-right"></i></a> <ul class="drop-list dropdown-menu"> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/about.php">About<span class="sr-only"> The Nebraska State Legislature</span></a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/budget_process.php">The Budget Process</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/history_unicameral.php">History of the Unicameral</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/lawmaking.php">Lawmaking in Nebraska</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/maps.php">Maps</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/blue-book.php">Nebraska Blue Book</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/on_unicameralism.php">On Unicameralism</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/photos.php">Photos</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/pubs.php">Publications</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/sen_qualifications.php">Senator Qualifications</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/education/student_programs.php">Student Programs</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/about/testifying.php">Testifying at a Hearing</a></li> <li class="nav-item"><a class="nav-link" href="http://update.legislature.ne.gov/" target="_blank">Unicameral Update</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/feature/visiting-capitol.php">Visiting the Capitol</a></li> </ul> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Bills and Laws <i class="fas fa-caret-right float-right"></i></a> <ul class="drop-list dropdown-menu"> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/bills/intro.php">Introduction</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/bills/">Search Bills</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/laws/laws.php">Search Laws</a></li> </ul> </li> <li><a class="nav-link" href="https://nebraskalegislature.gov/calendar/calendar.php" class="nav-item">Calendar</a></li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Committees <i class="fas fa-caret-right float-right"></i></a> <ul class="drop-list dropdown-menu"> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/committees/committees.php">About <span class="sr-only"> Standing and Special Committees</span></a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/committees/standing-committees.php">Standing Committees</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/committees/select-committees.php">Select &amp; Special Committees</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/committees/compact-commissions.php">Compact Commissions</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/calendar/hearings_range.php">Hearing Schedules</a></li> </ul> </li> <!-- <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contacts <i class="fas fa-caret-right float-right"></i></a> <ul class="dropdown-menu"> <li><a class="nav-link" href="/contact/disclaimer.php">Disclaimer</a></li> <li><a class="nav-link" href="/contact/email_form.php">Legislative Contacts</a></li> <li><a class="nav-link" href="/contact/privacy.php">Privacy Policy</a></li> </ul> </li> <li><a class="nav-link" href="/faq/faq.php">FAQs</a></li> <li><a class="nav-link" href="/about/glossary.php">Glossary of Terms</a></li> --> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Legislative Divisions <i class="fas fa-caret-right float-right"></i></a> <ul class="drop-list dropdown-menu"> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/divisions/clerk.php">Clerk of the Legislature</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/divisions/auditor.php">Legislative Audit Office</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/divisions/fiscal.php">Legislative Fiscal Office</a></li> <li class="nav-item"><a class="nav-link" href="http://news.legislature.ne.gov/lrd/">Legislative Research Office</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/divisions/ombud.php">Public Council/Ombudsman</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/divisions/revisor.php">Revisor of Statutes</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/news/news.php">News</a></li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Reports <i class="fas fa-caret-right float-right"></i></a> <ul class="drop-list dropdown-menu"> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/reports.php">Overview</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/agencies/view.php">Agencies</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/committee.php">Committee</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/fiscal.php">Fiscal/Budget</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/research.php">General Research</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/interim.php">Interim Studies</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/lobby.php">Lobbyist Registration</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/audit.php">Performance Audit</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/public_counsel.php">Public Counsel</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/reports/revisor.php">Revisor of Statutes</a></li> </ul> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Senators <i class="fas fa-caret-right float-right"></i></a> <ul class="drop-list dropdown-menu"> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/senators/senator_list.php">Senators' Web Pages</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/senators/senators.php">Senators' Duties</a></li> <li class="nav-item"><a class="nav-link" href="http://news.legislature.ne.gov/speaker/">Speaker</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/senators/senator_find.php">Find your Senator</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/senators/picture_list.php">Photos</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/session/session_info.php">Session Information</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/transcripts/">Transcripts</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/feature/agencies.php">For Agencies</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/feature/citizen.php">For Citizens</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/feature/journalist.php">For Journalists</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/feature/lobbyists.php">For Lobbyists</a></li> <li class="nav-item"><a class="nav-link" href="https://nebraskalegislature.gov/feature/teach.php">For Students and Teachers</a></li> </ul> </div><!-- /.navbar-collapse --> </nav> </div> </div> <div class="col-sm-8 col-md-6 col-lg-7"> <div class="row pt-2"> <div class="col-3"> <img id="sen-image" src='http://www.nebraskalegislature.gov/media/images/blogs/dist45.jpg' border='0' alt='Sen. Sue Crawford' /> </div> <div class="col-9"> <h1 class="mt-0"> Sen. Sue Crawford </h1> <h2>District 45 </h2> </div> </div> <div class="row"> <div class="col-12" id="disclaimer"> <p>The content of these pages is developed and maintained by, and is the sole responsibility of, the individual senator's office and may not reflect the views of the Nebraska Legislature. Questions and comments about the content should be directed to the senator's office at <a href='mailto:[email protected]'>[email protected]</a></p> </div> </div> <div id="post-1236" class="card mb-4"> <div class="card-header leg-header"> <a href="http://news.legislature.ne.gov/dist45/2018/08/04/legislative-update-july-2018/" rel="bookmark" title="Permanent Link to Legislative Update: July 2018">Legislative Update: July 2018</a><br /> <small>August 4th, 2018</small> </div> <div class="entry card-body"> <p><b>Conference Travel</b></p> <p><span style="font-weight: 400">July was a busy travel month for me, as both of the primary national state legislative organizations held their annual conferences. These conferences are great opportunities to learn from national experts and other state legislators. The sessions and the one-on-one discussions with other state legislators help me to get ideas to strengthen our policy in Nebraska. </span></p> <p><span style="font-weight: 400">In mid-July I traveled north for the Council of State Governments (CSG) Midwest meeting in Winnipeg. Since the meeting was in Canada we had more emphasis on what U.S. and Canada state/province governments can learn from each other. There were particularly interesting panels on lessons for improving access to mental health and and transportation. The National Council of State Legislators (NCSL) held their annual conference in Los Angeles in the last week of July. Two of the dominant issues at the NCSL conference were preventing sexual harassment in our state legislatures and getting ready for redistricting in 2021.</span></p> <p><span style="font-weight: 400">NCSL and CSG are both important sources of expertise, support, and research for state policymakers above and beyond these national meetings. We often turn to their resources to see model legislation from other states and to see research on various policy topics. While many resources are only available to members, you can see some of their work at their websites: </span><a href="http://www.ncsl.org/"><span style="font-weight: 400">http://www.ncsl.org/</span></a><span style="font-weight: 400"> and </span><a href="https://www.csg.org/"><span style="font-weight: 400">https://www.csg.org/</span></a></p> <p><b>Interim Meetings</b></p> <p><span style="font-weight: 400">Though it seems like January 2019 is a long way away, my office is already working hard to develop, research, draft, and find support for a number of bill ideas. In addition to my two formal interim studies (on </span><a href="https://nebraskalegislature.gov/bills/view_bill.php?DocumentID=36401"><span style="font-weight: 400">Medicaid buy-in</span></a><span style="font-weight: 400"> and </span><a href="https://nebraskalegislature.gov/bills/view_bill.php?DocumentID=36314"><span style="font-weight: 400">military spouse occupational licensing</span></a><span style="font-weight: 400">), my staff are spending time on issues as diverse as cottage food regulations, paid family leave, veteran retirement taxes, campaign finance rules, drug price transparency, and healthcare advance directives (to name just a few!). That means the next few months will be full of meetings to share ideas and hash out roadblocks as they spring up. This late summer period is when a lot of the policy heavy lifting starts, so that we can get off to a good start when the 107th Legislature formally convenes on January 9th. </span></p> <p><span style="font-weight: 400">In July I experimented with office hours in the Bellevue Public Library as a way to meet with constituents. Hanna and I were at the library to meet with constituents from 4:30 &#8211; 6:30 pm on July 10th. We enjoyed conversations with the folks who came to ask questions and bring ideas during that time. It is my goal to have some kind of event like this once a month in the district during the interim to meet with people and hear their input. In August I will be at the Farmer’s Market (see below). Watch for announcements for the September and October events. </span></p> <p><b>Bellevue Farmers Market Booth</b></p> <p><span style="font-weight: 400">I am hosting one more open hours event for constituents to stop by, say hello, and talk about anything you wish. I will have a booth at the Bellevue Farmers Market at Washington Park on August 25th from 8:00 am – 12:00 pm. I look forward to seeing you!</span></p> <p><b>Normandy Hills visit</b></p> <p><span style="font-weight: 400">On July 20th my LA Hanna and I met with Jeanne McDonald in the Normandy Hills/Cedar View neighborhood to inspect ongoing road work. </span></p> <p><a href="http://news.legislature.ne.gov/dist45/files/2018/08/Normandy-Hills-e1533243080659.jpg"><img class="alignnone size-full wp-image-1238" src="http://news.legislature.ne.gov/dist45/files/2018/08/Normandy-Hills-e1533243080659.jpg" alt="" width="550" height="412" /></a></p> <p><span style="font-weight: 400">I appreciate residents’ ongoing engagement with the project, and will continue to work with the Department of Transportation and Sarpy County to make sure residents’ concerns are heard.</span></p> <p><b>CSTA Conference</b></p> <p><span style="font-weight: 400">The Legislature proclaimed the second week in July as K-12 Computer Science Education Week in Nebraska by </span><a href="https://nebraskalegislature.gov/FloorDocs/105/PDF/Intro/LR472.pdf"><span style="font-weight: 400">LR472</span></a><span style="font-weight: 400">, a resolution I introduced last session to honor the contributions of computer science teachers across the country. The Computer Science Teachers Association held its national conference in Omaha from July 7th-10th, and I had the honor of presenting a copy of the Legislature’s resolution at the plenary session. </span></p> <p><a href="http://news.legislature.ne.gov/dist45/files/2018/08/CSTA-proclamation-e1533243104936.jpeg"><img class="alignnone size-full wp-image-1237" src="http://news.legislature.ne.gov/dist45/files/2018/08/CSTA-proclamation-e1533243104936.jpeg" alt="" width="550" height="413" /></a></p> <p><span style="font-weight: 400">Visiting teachers from around the country enjoyed all that Omaha had to offer. I thank them for their dedication to their students and for teaching excellence in this important subject area. </span></p> <p><b>Community Events</b></p> <p><span style="font-weight: 400">August is a great month for family events in Bellevue and Sarpy County. </span></p> <p><span style="font-weight: 400">The 2018 Sarpy County Fair started on July 31st and runs all the way through Sunday August 5th. Stop by for a good time with your family! A schedule of exhibits and events is available </span><a href="http://www.sarpyfair.com/wp-content/uploads/2018/04/Sarpy-Fair-Guide-Schedule-To-Post-1.pdf"><span style="font-weight: 400">here</span></a><span style="font-weight: 400">. </span></p> <p><span style="font-weight: 400">National Night Out (NNO) is an annual event that helps residents get to know their police departments and public safety officers in a relaxed outdoor environment. Bellevue’s central NNO party will take place on August 7th at Everett Park from 6:00-8:30 pm. There will be a cookout, bounce house, face painting, and other activities. I will be a popsicle sponsor at the event. Some individual neighborhoods will be hosting their own NNO parties, so look out for those too! For more information contact Roger Cox at 402-682-6623 or [email protected].</span></p> <p><span style="font-weight: 400">On August 11th and 12th Offutt will open its gates to the community for their annual Air &amp; Space Show. Food, fun and flyovers will all be present in abundance, so head out to support Offutt and have a good time! More information about the performers, ground displays, and schedule can be found </span><a href="http://offuttairshow.com/index.html"><span style="font-weight: 400">here</span></a><span style="font-weight: 400">. </span></p> <p><span style="font-weight: 400">This year’s Arrows to Aerospace parade and celebration will be August 18th. The centerpiece parade will begin at 10:00, but there will be lots of other fun activities at Washington Park throughout the day. For the full schedule of events head to the Bellevue-Offutt Kiwanis’ website </span><a href="https://bokiwanis.org/Page/15459"><span style="font-weight: 400">here</span></a><span style="font-weight: 400">.</span></p> <p><b>Stay Up to Date with What’s Happening in the Legislature</b></p> <ul> <li>You are welcome to come visit my Capitol office in Lincoln. My office is room 1016, and can be found on the first floor in the northwest corner of the building.</li> <li>If you would like to receive my e-newsletter, you can sign up <a href="http://legislature.us5.list-manage2.com/subscribe?u=b123a07e9fed491f70f8781f9&amp;id=db7d18f530">here</a>. These go out weekly on Saturday mornings during session, and monthly during the interim.</li> <li>You can also follow me on Facebook (<a href="https://www.facebook.com/SenatorCrawford/">here</a>) or Twitter (<a href="https://twitter.com/SenCrawford?lang=en">@SenCrawford</a>).</li> <li>You can watch legislative debate and committee hearings live on NET Television or find NET’s live stream <a href="http://netnebraska.org/basic-page/television/live-demand">here</a>.</li> <li>You can always contact my office directly with questions or concerns at <a href="mailto:[email protected]">[email protected]</a> or (402)471-2615.</li> </ul> <p>All the best,</p> <p><a href="http://news.legislature.ne.gov/dist45/files/2015/01/signature.jpg"><img class="alignnone wp-image-270" src="http://news.legislature.ne.gov/dist45/files/2015/01/signature.jpg" alt="" width="175" height="92" /></a></p> </div> <div class="card-footer py-0"> <div class="row"> <div class="col-8"> <p> <div class="a2a_kit a2a_default_style pull-right"> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_google_plus"></a> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> </div> Posted in <a href="http://news.legislature.ne.gov/dist45/category/uncategorized/" rel="category tag">Uncategorized</a> </p> </div> <div class="col-4"> <p></p> </div> </div> </div> </div> <nav> <ul class="pager list-unstyled"> <li class="previous"></li> <li class="next"></li> </ul> </nav> </div> <div class="col-sm-8 col-md-4 col-lg-3"> <div class="block-box"> <h2>Sen. Sue Crawford</h2> <div class="feature-heading"> <b><i class="fas fa-map-marker-alt"></i> District 45</b> </div> <address class="feature-content"> Room #1012<br /> P.O. Box 94604<br /> Lincoln, NE 68509<br /> Phone: (402) 471-2615<br /> Email: <a href='mailto:[email protected]'>[email protected]</a> </address> </div> <div class="block-box"> <div class="feature-heading"> <b><i class="fas fa-search"></i> Search Senator Page:</b> </div> <div class="feature-content"> <form class="form-laws" method="get" id="searchform" action="http://news.legislature.ne.gov/dist45/" > <label class="sr-only" for="s">Search committee page for:</label> <div class="input-group input-group-sm"> <input class="form-control" type="text" value="" name="s" id="s" /> <span class="input-group-append"> <button class="btn btn-light btn-clear btn-sm" type="submit" id="searchsubmit" value="Search"><span class="sr-only">Search</span><i class="fas fa-search"></i></button> </span> </div> </form> </div> </div> <div class="block-box"> <div class="feature-heading"> <b><i class="fas fa-question"></i> Topics</b> </div> <ul class="list-unstyled feature-content"> <li class="cat-item cat-item-27"><a href="http://news.legislature.ne.gov/dist45/category/district-info/" >District Info</a> (1) </li> <li class="cat-item cat-item-1"><a href="http://news.legislature.ne.gov/dist45/category/uncategorized/" >Uncategorized</a> (181) </li> <li class="cat-item cat-item-8"><a href="http://news.legislature.ne.gov/dist45/category/welcome/" >Welcome</a> (1) </li> </ul> </div> <div class="block-box"> <div class="feature-heading"> <b><i class="fas fa-archive"></i> Archives</b> </div> <ul class="list-unstyled feature-content"> <li><a href='http://news.legislature.ne.gov/dist45/2019/'>2019</a></li> <li><a href='http://news.legislature.ne.gov/dist45/2018/'>2018</a></li> <li><a href='http://news.legislature.ne.gov/dist45/2017/'>2017</a></li> <li><a href='http://news.legislature.ne.gov/dist45/2016/'>2016</a></li> <li><a href='http://news.legislature.ne.gov/dist45/2015/'>2015</a></li> <li><a href='http://news.legislature.ne.gov/dist45/2014/'>2014</a></li> <li><a href='http://news.legislature.ne.gov/dist45/2013/'>2013</a></li> </ul> </div> <div class="block-box"> <div class="feature-heading"> <b><i class="fas fa-suitcase"></i> Resources</b> </div> <ul class="list-unstyled feature-content"> <li class="page_item page-item-247"><a href="http://news.legislature.ne.gov/dist45/biography/">Biography</a></li> <!-- remove RSS feed because someone doesn't know what that is --> <!-- <li><a href='/dist45/feed/' target='_blank'>RSS feed</a></li> --> <li><a href='http://www.nebraskalegislature.gov/senators/pictures.php?SenatorID=107'>Official photos</a></li> <li><a href='http://www.nebraskalegislature.gov/bills/search_by_introducer.php?Introducer=107'>Bills introduced</a></li> <li><a href='http://www.nebraskalegislature.gov/maps/2011/legislature/Dist45.pdf' target='_blank'><i class='far fa-file-pdf'></i> Map of Legislative District 45</a></li> <li><a href='http://update.legislature.ne.gov/?s="Sue+Crawford"' target='_blank'><i class="fas fa-external-link-alt"></i> Unicameral Update coverage</a></li> </ul> </div> <div class="block-box"> <div class="feature-heading"> <b><i class="fas fa-check"></i> Committee Assignments</b> </div> <ul class="list-unstyled feature-content"> <li><a href='http://news.legislature.ne.gov/bui/'>Business and Labor</a></li><li><a href='http://news.legislature.ne.gov/lpa/'>Legislative Performance Audit</a></li><li><a href='http://news.legislature.ne.gov/rev/'>Revenue</a></li><li>Rules</li><li><a href='http://news.legislature.ne.gov/urb/'>Urban Affairs</a></li> </ul> </div> <div class="block-box"> <div class="feature-heading"><b><i class="fas fa-search"></i> Search Current Bills</b></div> <div class="feature-content"> <form method="post" class="form-bills" role="form" action="http://nebraskalegislature.gov/bills/search_by_number.php"> <div class="input-group input-group-sm"> <div class="input-group-prepend input-group-prepend-select"> <label class="sr-only" for="qf-Prefix">Prefix Selection</label> <select class="ltc-custom" name="Prefix" id="qf-Prefix" title="Prefix Selection"> <option data-subtext="Chunky">LB</option> <option>LR</option> </select> </div> <label class="sr-only" for="qf-Number">Bill Number</label> <input type="text" placeholder="#" class="form-control ltc-bill-number-search" name="Number" id="qf-Number" value="" size="4"> <div class="input-group-append input-group-append-select"> <label class="sr-only" for="qf-Suffix">Suffix Selection</label> <select class="ltc-custom" name="Suffix" id="qf-Suffix" title="Suffix Selection"> <option></option> <option>A</option> <option>CA</option> </select> </div> <span class="input-group-append"> <label class="sr-only" for="qf-bills-search">Search Bills Submit</label> <button class="btn btn-light btn-sm btn-clear" type="submit" id="qf-bills-search" title="Search"><i class="fas fa-search"></i></button> </span> </div> </form> <div class="feature-content-link"> <a href="http://nebraskalegislature.gov/bills/">Search Past Legislation</a> </div> </div> </div> <div class="block-box"> <div class="feature-heading"> <b><i class="fas fa-gavel"></i> Search Laws</b> </div> <div class="feature-content"> <form method="post" role="form" class="form-laws" action="http://nebraskalegislature.gov/laws/search_keyword.php"> <label class="sr-only" for="qf-laws-search">Search Laws Input</label> <div class="input-group input-group-sm"> <input type="search" class="form-control" name="keyword" id="qf-laws-search"> <span class="input-group-append"> <label class="sr-only" for="qf-laws-search">Search Laws Submit</label> <button class="btn btn-light btn-sm btn-clear" type="submit" id="qf-laws-search" title="Search"><i class="fas fa-search"></i></button> </span> </div> </form> <div class="feature-content-link"> <a href="http://nebraskalegislature.gov/laws/browse-statutes.php">Browse Statutes by Chapter</a> </div> </div> </div> <div class="block-box"> <div class="feature-heading"><b><i class="fas fa-video"></i> Live Video Streaming</b></div> <div class="feature-content feature-content-netne"> <div class="row"> <div class="col-sm-6"> <a href="http://www.netnebraska.org/capitol" target="_blank"><span class="sr-only">View video stream</span><img src="/wp-content/themes/senators/images/net_sm.jpg" alt="View live streams of floor activity and public hearings"></a> </div> <div class="col-sm-6 nopadding"> <small>Streaming video provided by <a href="http://nebraskalegislature.gov/news/news.php">Nebraska Educational Telecommunications</a>.</small> </div> </div> </div> </div> <div class="block-box"> <div class="feature-heading"><b><i class="fas fa-search"></i> Find Your Senator</b></div> <div class="feature-content"> <form method="post" role="form" action="http://nebraskalegislature.gov/senators/senator_find.php"> <label class="sr-only" for="qf-senators-search">Street Address</label> <div class="input-group input-group-sm"> <input type="search" class="form-control" name="address" placeholder="Enter Street Address, City State Zip" id="qf-senators-search"> <span class="input-group-append"> <label class="sr-only" for="qf-find-senator">Find Senator for Address</label> <button class="btn btn-light btn-sm btn-clear" type="submit" id="qf-find-senator" title="Search"><i class="fas fa-search"></i></button> </span> </div> </form> </div> </div> <div class="block-box"> <div class="feature-heading"><b><i class="fas fa-calendar"></i> Legislative Calendar</b></div> <div class="feature-content"> <div class="row"> <div class="col-12 nopadding"> <div class="calendar"> <div class="header"> <a href="http://nebraskalegislature.gov/calendar/dayview.php?day=2019-04-22" class="calendar-link"><span class="sr-only">View details for </span>April</a> </div> <div class="num-day"> <a href="http://nebraskalegislature.gov/calendar/dayview.php?day=2019-04-22" class="calendar-link"><span class="sr-only">View details for </span>22</a> </div> <a href="http://nebraskalegislature.gov/calendar/dayview.php?day=2019-04-22"> <div class="calendar-text">Today</div> </a> </div> </a> </div> <div class="col-12 nopadding"> <div class="calendar"> <a href="http://nebraskalegislature.gov/calendar/calendar.php" class="calendar-link"> <div class="header">April</div> <div class="num-month"> <table class="table table-condensed"> <tr> <td > </td> <td > 1 </td> <td > 2 </td> <td > 3 </td> <td > 4 </td> <td > 5 </td> <td > 6 </td> </tr><tr> <td > 7 </td> <td > 8 </td> <td > 9 </td> <td > 10 </td> <td > 11 </td> <td > 12 </td> <td > 13 </td> </tr><tr> <td > 14 </td> <td > 15 </td> <td > 16 </td> <td > 17 </td> <td > 18 </td> <td > 19 </td> <td > 20 </td> </tr><tr> <td > 21 </td> <td class="today" > 22 </td> <td > 23 </td> <td > 24 </td> <td > 25 </td> <td > 26 </td> <td > 27 </td> </tr><tr> <td > 28 </td> <td > 29 </td> <td > 30 </td> <td > </td> <td > </td> <td > </td> <td > </td> </tr> </table> </div> </a> <a href="http://nebraskalegislature.gov/calendar/calendar.php"> <div class="calendar-text">Month View</div> </a> </div> </a> </div> </div> </div> </div> </div> </div> <!-- end container --> <div class="back_top d-xs-none" id="bottom_top"><a class="btn btn-clear btn-light" href="#top"><i class="fa fa-lg fa-arrow-circle-up"></i> To Top</a></div> <div class="back_top" id="bottom_top"><a class="btn btn-leg" href="#top"><i class="fas fa-angle-double-up"></i></a></div> <div class="row ltc-footer ltc-footer-top pl-4 justify-content-between"> <div class="col-md-3 offset-md-2 col-sm-6"> <a href="https://nebraskalegislature.gov/faq/faq.php"><i class="fas fa-question-circle"></i> Frequent Questions</a> </div> <div class="col-md-3 col-sm-6"> <a href="https://nebraskalegislature.gov/contact/email_form.php"><i class="fas fa-pencil-alt"></i> Contact Us</a> </div> <div class="col-md-3 col-sm-6"> <a href="https://nebraskalegislature.gov/contact/privacy.php"><i class="fas fa-lock"></i> Privacy Policy</a> </div> <div class="col-md-3 offset-md-2 col-sm-6"> <a href="https://nebraskalegislature.gov/about/glossary.php"><i class="fas fa-book"></i> Glossary of Terms</a> </div> <div class="col-md-3 col-sm-6"> <!-- <a href="/about/ada.php"><i class="fas fa-info-circle"></i> Americans with <span class="nobreak">Disabilities Act Notice</span></a> --> </div> <div class="col-md-3 col-sm-6"> <a href="https://nebraskalegislature.gov/contact/disclaimer.php"><i class="fas fa-exclamation-circle"></i> Disclaimer</a> </div> </div> <div class="row ltc-footer ltc-footer-bottom"> <div class="col-sm-6 text-center"> <i class="icons-ltc-nebraska-star-icon"> OFFICIAL NEBRASKA <span class="nobreak">GOVERNMENT WEBSITE</span></i> </div> <div class="col-sm-6 text-center"> <i class="ltc-copyright">Copyright © Nebraska Legislature, <span class="nobreak">all rights reserved.</span></i> </div> </div> <!-- end footer --> </div> <!-- end page --> <script type='text/javascript' src='http://news.legislature.ne.gov/dist45/wp-includes/js/comment-reply.min.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> <script type='text/javascript' src='//fontastic.s3.amazonaws.com/bfHMd9cfxMxBkEW5T2yGx7/icons.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> <script type='text/javascript' src='//stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> <script type='text/javascript' src='//static.addtoany.com/menu/page.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> <script type='text/javascript' src='http://news.legislature.ne.gov/dist45/wp-content/themes/senators/js/ltc.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> <script type='text/javascript' src='http://news.legislature.ne.gov/dist45/wp-includes/js/wp-embed.min.js?ver=4eac91ce7d2d6813801a84b777805d3b'></script> </body> </html>
[]
[ "<head profile=\"http://gmpg.org/xfn/11\">\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n <title>Legislative Update: July 2018 « District 45 News and Information</title>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"/>\n <meta name=\"msapplication-config\" content=\"none\"/>\n <link rel=\"pingback\" href=\"http://news.legislature.ne.gov/dist45/xmlrpc.php\"/>\n\n \n <link rel=\"dns-prefetch\" href=\"//ajax.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fontastic.s3.amazonaws.com\"/>\n<link rel=\"dns-prefetch\" href=\"//cdnjs.cloudflare.com\"/>\n<link rel=\"dns-prefetch\" href=\"//stackpath.bootstrapcdn.com\"/>\n<link rel=\"dns-prefetch\" href=\"//static.addtoany.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//use.fontawesome.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"http:\\/\\/news.legislature.ne.gov\\/dist45\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4eac91ce7d2d6813801a84b777805d3b\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"http://news.legislature.ne.gov/dist45/wp-includes/css/dist/block-library/style.min.css?ver=4eac91ce7d2d6813801a84b777805d3b\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"google_font-css\" href=\"//fonts.googleapis.com/css?family=Old+Standard+TT%3A700%2C400%2C400italic&amp;ver=4eac91ce7d2d6813801a84b777805d3b\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"bootstrapcss-css\" href=\"//stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css?ver=4eac91ce7d2d6813801a84b777805d3b\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"fontawesome-css\" href=\"//use.fontawesome.com/releases/v5.7.2/css/all.css?ver=4eac91ce7d2d6813801a84b777805d3b\" type=\"text/css\" media=\"all\"/>\n<link rel=\"https://api.w.org/\" href=\"http://news.legislature.ne.gov/dist45/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://news.legislature.ne.gov/dist45/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://news.legislature.ne.gov/dist45/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Legislative Update: June 2018\" href=\"http://news.legislature.ne.gov/dist45/2018/06/30/legislative-update-june-2018/\"/>\n<link rel=\"next\" title=\"Legislative Update: August 2018\" href=\"http://news.legislature.ne.gov/dist45/2018/09/04/legislative-update-august-2018/\"/>\n\n<link rel=\"canonical\" href=\"http://news.legislature.ne.gov/dist45/2018/08/04/legislative-update-july-2018/\"/>\n<link rel=\"shortlink\" href=\"http://news.legislature.ne.gov/dist45/?p=1236\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"http://news.legislature.ne.gov/dist45/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fnews.legislature.ne.gov%2Fdist45%2F2018%2F08%2F04%2Flegislative-update-july-2018%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"http://news.legislature.ne.gov/dist45/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fnews.legislature.ne.gov%2Fdist45%2F2018%2F08%2F04%2Flegislative-update-july-2018%2F&amp;format=xml\"/>\n <script>\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n\n ga('create', 'UA-80152058-3', 'auto');\n ga('send', 'pageview');\n\n </script>\n <link rel=\"stylesheet\" href=\"http://news.legislature.ne.gov/dist45/wp-content/themes/senators/style.css\" type=\"text/css\" media=\"screen\"/>\n</head>\n" ]
[ "<title>Legislative Update: July 2018 « District 45 News and Information</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "news.legislature.ne.gov > dist45 > legislative update july" } ]
[ { "char_end_idx": 1340, "char_start_idx": 0, "key": "length", "type": "local", "value": "1340" }, { "char_end_idx": 1442, "char_start_idx": 1340, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 1445, "char_start_idx": 1442, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 1580, "char_start_idx": 1445, "key": "length", "type": "local", "value": "134" }, { "char_end_idx": 1682, "char_start_idx": 1580, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 1814, "char_start_idx": 1682, "key": "length", "type": "local", "value": "131" }, { "char_end_idx": 1915, "char_start_idx": 1814, "key": "length", "type": "local", "value": "100" }, { "char_end_idx": 1979, "char_start_idx": 1915, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 1981, "char_start_idx": 1979, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 2046, "char_start_idx": 1981, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 2162, "char_start_idx": 2046, "key": "length", "type": "local", "value": "115" }, { "char_end_idx": 2281, "char_start_idx": 2162, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 2436, "char_start_idx": 2281, "key": "length", "type": "local", "value": "154" }, { "char_end_idx": 2577, "char_start_idx": 2436, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 2699, "char_start_idx": 2577, "key": "length", "type": "local", "value": "121" }, { "char_end_idx": 2813, "char_start_idx": 2699, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 2818, "char_start_idx": 2813, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 2839, "char_start_idx": 2818, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 2843, "char_start_idx": 2839, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 3009, "char_start_idx": 2843, "key": "length", "type": "local", "value": "165" }, { "char_end_idx": 3347, "char_start_idx": 3009, "key": "length", "type": "local", "value": "337" }, { "char_end_idx": 3461, "char_start_idx": 3347, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 3635, "char_start_idx": 3461, "key": "length", "type": "local", "value": "173" }, { "char_end_idx": 3743, "char_start_idx": 3635, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 3835, "char_start_idx": 3743, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 3935, "char_start_idx": 3835, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 4076, "char_start_idx": 3935, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 4132, "char_start_idx": 4076, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 4194, "char_start_idx": 4132, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 4307, "char_start_idx": 4194, "key": "length", "type": "local", "value": "112" }, { "char_end_idx": 4417, "char_start_idx": 4307, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 4579, "char_start_idx": 4417, "key": "length", "type": "local", "value": "161" }, { "char_end_idx": 4765, "char_start_idx": 4579, "key": "length", "type": "local", "value": "185" }, { "char_end_idx": 4993, "char_start_idx": 4765, "key": "length", "type": "local", "value": "227" }, { "char_end_idx": 5190, "char_start_idx": 4993, "key": "length", "type": "local", "value": "196" }, { "char_end_idx": 5269, "char_start_idx": 5190, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 5381, "char_start_idx": 5269, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 5453, "char_start_idx": 5381, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 5549, "char_start_idx": 5453, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 5644, "char_start_idx": 5549, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 5807, "char_start_idx": 5644, "key": "length", "type": "local", "value": "162" }, { "char_end_idx": 5901, "char_start_idx": 5807, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 5977, "char_start_idx": 5901, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 6020, "char_start_idx": 5977, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 6181, "char_start_idx": 6020, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 6194, "char_start_idx": 6181, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 6198, "char_start_idx": 6194, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6301, "char_start_idx": 6198, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 6498, "char_start_idx": 6301, "key": "length", "type": "local", "value": "196" }, { "char_end_idx": 6574, "char_start_idx": 6498, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 6704, "char_start_idx": 6574, "key": "length", "type": "local", "value": "129" }, { "char_end_idx": 6787, "char_start_idx": 6704, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 6847, "char_start_idx": 6787, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 6948, "char_start_idx": 6847, "key": "length", "type": "local", "value": "100" }, { "char_end_idx": 7016, "char_start_idx": 6948, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 7105, "char_start_idx": 7016, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 7174, "char_start_idx": 7105, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 7285, "char_start_idx": 7174, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 7372, "char_start_idx": 7285, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 7375, "char_start_idx": 7372, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 7396, "char_start_idx": 7375, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 7401, "char_start_idx": 7396, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 7428, "char_start_idx": 7401, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 7430, "char_start_idx": 7428, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 7502, "char_start_idx": 7430, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 7505, "char_start_idx": 7502, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 7755, "char_start_idx": 7505, "key": "length", "type": "local", "value": "249" } ]
[ { "key": "length", "type": "global", "value": "7838" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "icons-ltc-sower2-icon" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h1" }, { "char_end_idx": 77, "char_start_idx": 46, "html_attrs": { "attrs": [ "class" ], "values": [ "nobreak" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 78, "char_start_idx": 21, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "small" }, { "char_end_idx": 78, "char_start_idx": 21, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 78, "char_start_idx": 21, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 78, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-8 ltc-header-middle text-center" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 78, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row ltc-header", "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 82, "char_start_idx": 78, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://nebraskalegislature.gov", "nav-link icons-ltc-sower2-icon" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 83, "char_start_idx": 78, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "li" }, { "char_end_idx": 98, "char_start_idx": 98, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-caret-right float-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 98, "char_start_idx": 83, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "nav-link dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 98, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/cv/view_bill.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 98, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 119, "char_start_idx": 109, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://nebraskalegislature.gov/bills/", "nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 119, "char_start_idx": 109, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 128, "char_start_idx": 120, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/laws/laws.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 128, "char_start_idx": 120, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 136, "char_start_idx": 129, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/calendar/calendar.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 136, "char_start_idx": 129, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 145, "char_start_idx": 137, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/calendar/hearings_range.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 145, "char_start_idx": 137, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 152, "char_start_idx": 146, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/calendar/agenda.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 152, "char_start_idx": 146, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 160, "char_start_idx": 153, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/calendar/dayview.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 160, "char_start_idx": 153, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 167, "char_start_idx": 161, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/fiscal.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 167, "char_start_idx": 161, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 177, "char_start_idx": 168, "html_attrs": { "attrs": [ "class", "href", "target" ], "values": [ "nav-link", "https://nebraskalegislature.gov/FloorDocs/Current/PDF/Rules/RuleBook.pdf", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 177, "char_start_idx": 168, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 190, "char_start_idx": 178, "html_attrs": { "attrs": [ "class", "href", "target" ], "values": [ "nav-link", "https://nebraskalegislature.gov/FloorDocs/Current/PDF/Constitution/constitution.pdf", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 190, "char_start_idx": 178, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 191, "char_start_idx": 98, "html_attrs": { "attrs": [ "class" ], "values": [ "drop-list dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 191, "char_start_idx": 83, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-caret-right float-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 203, "char_start_idx": 191, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "nav-link dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 239, "char_start_idx": 208, "html_attrs": { "attrs": [ "class" ], "values": [ "sr-only" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 239, "char_start_idx": 203, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/about.php" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 239, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 258, "char_start_idx": 240, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/budget_process.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 258, "char_start_idx": 240, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 284, "char_start_idx": 259, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/history_unicameral.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 284, "char_start_idx": 259, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 306, "char_start_idx": 285, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/lawmaking.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 285, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 311, "char_start_idx": 307, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/maps.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 311, "char_start_idx": 307, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 330, "char_start_idx": 312, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/blue-book.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 330, "char_start_idx": 312, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 347, "char_start_idx": 331, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/on_unicameralism.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 347, "char_start_idx": 331, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 354, "char_start_idx": 348, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/photos.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 354, "char_start_idx": 348, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 367, "char_start_idx": 355, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/pubs.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 367, "char_start_idx": 355, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 390, "char_start_idx": 368, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/sen_qualifications.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 390, "char_start_idx": 368, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 407, "char_start_idx": 391, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/education/student_programs.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 407, "char_start_idx": 391, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 431, "char_start_idx": 408, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/about/testifying.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 431, "char_start_idx": 408, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 449, "char_start_idx": 432, "html_attrs": { "attrs": [ "class", "href", "target" ], "values": [ "nav-link", "http://update.legislature.ne.gov/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 449, "char_start_idx": 432, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 470, "char_start_idx": 450, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/feature/visiting-capitol.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 470, "char_start_idx": 450, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 471, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "drop-list dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 471, "char_start_idx": 191, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 486, "char_start_idx": 486, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-caret-right float-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 486, "char_start_idx": 471, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "nav-link dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 486, "char_start_idx": 471, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item dropdown" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 494, "char_start_idx": 486, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/calendar/calendar.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 494, "char_start_idx": 486, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 506, "char_start_idx": 506, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-caret-right float-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 506, "char_start_idx": 495, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "nav-link dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 543, "char_start_idx": 512, "html_attrs": { "attrs": [ "class" ], "values": [ "sr-only" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 543, "char_start_idx": 506, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/committees/committees.php" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 543, "char_start_idx": 506, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 563, "char_start_idx": 544, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/committees/standing-committees.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 563, "char_start_idx": 544, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 591, "char_start_idx": 564, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/committees/select-committees.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 591, "char_start_idx": 564, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 611, "char_start_idx": 592, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/committees/compact-commissions.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 611, "char_start_idx": 592, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 629, "char_start_idx": 612, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/calendar/hearings_range.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 629, "char_start_idx": 612, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 630, "char_start_idx": 506, "html_attrs": { "attrs": [ "class" ], "values": [ "drop-list dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 630, "char_start_idx": 495, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 652, "char_start_idx": 652, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-caret-right float-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 652, "char_start_idx": 630, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "nav-link dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 676, "char_start_idx": 652, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/divisions/clerk.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 676, "char_start_idx": 652, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 701, "char_start_idx": 677, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/divisions/auditor.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 701, "char_start_idx": 677, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 727, "char_start_idx": 702, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/divisions/fiscal.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 727, "char_start_idx": 702, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 755, "char_start_idx": 728, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://news.legislature.ne.gov/lrd/", "nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 755, "char_start_idx": 728, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 780, "char_start_idx": 756, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/divisions/ombud.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 780, "char_start_idx": 756, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 800, "char_start_idx": 781, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/divisions/revisor.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 800, "char_start_idx": 781, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 801, "char_start_idx": 652, "html_attrs": { "attrs": [ "class" ], "values": [ "drop-list dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 801, "char_start_idx": 630, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 805, "char_start_idx": 801, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/news/news.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 805, "char_start_idx": 801, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 814, "char_start_idx": 814, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-caret-right float-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 814, "char_start_idx": 806, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "nav-link dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 822, "char_start_idx": 814, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/reports.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 822, "char_start_idx": 814, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 831, "char_start_idx": 823, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/agencies/view.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 831, "char_start_idx": 823, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 841, "char_start_idx": 832, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/committee.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 841, "char_start_idx": 832, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 855, "char_start_idx": 842, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/fiscal.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 855, "char_start_idx": 842, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 872, "char_start_idx": 856, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/research.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 872, "char_start_idx": 856, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 888, "char_start_idx": 873, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/interim.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 888, "char_start_idx": 873, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 910, "char_start_idx": 889, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/lobby.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 910, "char_start_idx": 889, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 928, "char_start_idx": 911, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/audit.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 928, "char_start_idx": 911, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 943, "char_start_idx": 929, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/public_counsel.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 943, "char_start_idx": 929, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 963, "char_start_idx": 944, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/reports/revisor.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 963, "char_start_idx": 944, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 964, "char_start_idx": 814, "html_attrs": { "attrs": [ "class" ], "values": [ "drop-list dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 964, "char_start_idx": 806, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 973, "char_start_idx": 973, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-caret-right float-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 973, "char_start_idx": 964, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "nav-link dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 992, "char_start_idx": 973, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/senators/senator_list.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 992, "char_start_idx": 973, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1009, "char_start_idx": 993, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/senators/senators.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1009, "char_start_idx": 993, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1017, "char_start_idx": 1010, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://news.legislature.ne.gov/speaker/", "nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1017, "char_start_idx": 1010, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1035, "char_start_idx": 1018, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/senators/senator_find.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1035, "char_start_idx": 1018, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1042, "char_start_idx": 1036, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/senators/picture_list.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1042, "char_start_idx": 1036, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1043, "char_start_idx": 973, "html_attrs": { "attrs": [ "class" ], "values": [ "drop-list dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1043, "char_start_idx": 964, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1062, "char_start_idx": 1043, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/session/session_info.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1062, "char_start_idx": 1043, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1074, "char_start_idx": 1063, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://nebraskalegislature.gov/transcripts/", "nav-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1074, "char_start_idx": 1063, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1087, "char_start_idx": 1075, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/feature/agencies.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1087, "char_start_idx": 1075, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1100, "char_start_idx": 1088, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/feature/citizen.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1100, "char_start_idx": 1088, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1116, "char_start_idx": 1101, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/feature/journalist.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1116, "char_start_idx": 1101, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1130, "char_start_idx": 1117, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/feature/lobbyists.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1130, "char_start_idx": 1117, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1156, "char_start_idx": 1131, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "nav-link", "https://nebraskalegislature.gov/feature/teach.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1156, "char_start_idx": 1131, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1157, "char_start_idx": 78, "html_attrs": { "attrs": [ "class" ], "values": [ "list-unstyled nav-list" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "ul" }, { "char_end_idx": 1157, "char_start_idx": 78, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "navbar-collapse collapse", "navbarSupportedContent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1157, "char_start_idx": 78, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navbar navbar-expand-sm navbar-default", "navigation" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "nav" }, { "char_end_idx": 1157, "char_start_idx": 78, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-3 col-md-2 nopadding sidebar-nav" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1449, "char_start_idx": 1429, "html_attrs": { "attrs": [ "href" ], "values": [ "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1449, "char_start_idx": 1157, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1450, "char_start_idx": 1157, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row col-12", "disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1816, "char_start_idx": 1450, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1816, "char_start_idx": 1450, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 2437, "char_start_idx": 1816, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2437, "char_start_idx": 1816, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 2803, "char_start_idx": 2438, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2823, "char_start_idx": 2803, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2823, "char_start_idx": 2803, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.ncsl.org/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2828, "char_start_idx": 2823, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2848, "char_start_idx": 2828, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2848, "char_start_idx": 2828, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.csg.org/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2848, "char_start_idx": 2438, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3060, "char_start_idx": 2849, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3075, "char_start_idx": 3060, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3075, "char_start_idx": 3060, "html_attrs": { "attrs": [ "href" ], "values": [ "https://nebraskalegislature.gov/bills/view_bill.php?DocumentID=36401" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3080, "char_start_idx": 3075, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3118, "char_start_idx": 3080, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3118, "char_start_idx": 3080, "html_attrs": { "attrs": [ "href" ], "values": [ "https://nebraskalegislature.gov/bills/view_bill.php?DocumentID=36314" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3637, "char_start_idx": 3118, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3637, "char_start_idx": 2849, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4196, "char_start_idx": 3637, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4196, "char_start_idx": 3637, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 4448, "char_start_idx": 4196, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4448, "char_start_idx": 4196, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 4581, "char_start_idx": 4449, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4581, "char_start_idx": 4449, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4766, "char_start_idx": 4581, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4766, "char_start_idx": 4581, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 4873, "char_start_idx": 4767, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4878, "char_start_idx": 4873, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4878, "char_start_idx": 4873, "html_attrs": { "attrs": [ "href" ], "values": [ "https://nebraskalegislature.gov/FloorDocs/105/PDF/Intro/LR472.pdf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5192, "char_start_idx": 4878, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5192, "char_start_idx": 4767, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 5383, "char_start_idx": 5192, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5383, "char_start_idx": 5192, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 5455, "char_start_idx": 5383, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5455, "char_start_idx": 5383, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 5640, "char_start_idx": 5455, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5644, "char_start_idx": 5640, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5644, "char_start_idx": 5640, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.sarpyfair.com/wp-content/uploads/2018/04/Sarpy-Fair-Guide-Schedule-To-Post-1.pdf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5646, "char_start_idx": 5644, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5646, "char_start_idx": 5455, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 6199, "char_start_idx": 5646, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 6199, "char_start_idx": 5646, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 6494, "char_start_idx": 6200, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 6498, "char_start_idx": 6494, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 6498, "char_start_idx": 6494, "html_attrs": { "attrs": [ "href" ], "values": [ "http://offuttairshow.com/index.html" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 6500, "char_start_idx": 6498, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 6500, "char_start_idx": 6200, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 6783, "char_start_idx": 6500, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 6787, "char_start_idx": 6783, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 6787, "char_start_idx": 6783, "html_attrs": { "attrs": [ "href" ], "values": [ "https://bokiwanis.org/Page/15459" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 6788, "char_start_idx": 6787, "html_attrs": { "attrs": [ "style" ], "values": [ "font-weight: 400" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 6788, "char_start_idx": 6500, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 6949, "char_start_idx": 6789, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 7016, "char_start_idx": 7012, "html_attrs": { "attrs": [ "href" ], "values": [ "http://legislature.us5.list-manage2.com/subscribe?u=b123a07e9fed491f70f8781f9&id=db7d18f530" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7106, "char_start_idx": 6950, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7147, "char_start_idx": 7143, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.facebook.com/SenatorCrawford/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7173, "char_start_idx": 7161, "html_attrs": { "attrs": [ "href" ], "values": [ "https://twitter.com/SenCrawford?lang=en" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7175, "char_start_idx": 7107, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7285, "char_start_idx": 7281, "html_attrs": { "attrs": [ "href" ], "values": [ "http://netnebraska.org/basic-page/television/live-demand" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7286, "char_start_idx": 7176, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7379, "char_start_idx": 7359, "html_attrs": { "attrs": [ "href" ], "values": [ "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7397, "char_start_idx": 7287, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7398, "char_start_idx": 6789, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 7398, "char_start_idx": 1450, "html_attrs": { "attrs": [ "class" ], "values": [ "entry card-body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7398, "char_start_idx": 1450, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-1236", "card mb-4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7398, "char_start_idx": 7398, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 7398, "char_start_idx": 1157, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-8 col-md-6 col-lg-7" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7415, "char_start_idx": 7398, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h2" }, { "char_end_idx": 7509, "char_start_idx": 7489, "html_attrs": { "attrs": [ "href" ], "values": [ "mailto:[email protected]" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7510, "char_start_idx": 7416, "html_attrs": { "attrs": [ "class" ], "values": [ "feature-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "address" }, { "char_end_idx": 7510, "char_start_idx": 7398, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7510, "char_start_idx": 7510, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7510, "char_start_idx": 7510, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7519, "char_start_idx": 7510, "html_attrs": { "attrs": [ "href" ], "values": [ "http://news.legislature.ne.gov/dist45/biography/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 7519, "char_start_idx": 7510, "html_attrs": { "attrs": [ "class" ], "values": [ "page_item page-item-247" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 7535, "char_start_idx": 7520, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.nebraskalegislature.gov/senators/pictures.php?SenatorID=107" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7535, "char_start_idx": 7520, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7552, "char_start_idx": 7536, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.nebraskalegislature.gov/bills/search_by_introducer.php?Introducer=107" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7552, "char_start_idx": 7536, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7553, "char_start_idx": 7553, "html_attrs": { "attrs": [ "class" ], "values": [ "far fa-file-pdf" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 7583, "char_start_idx": 7553, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.nebraskalegislature.gov/maps/2011/legislature/Dist45.pdf", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7583, "char_start_idx": 7553, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7584, "char_start_idx": 7584, "html_attrs": { "attrs": [ "class" ], "values": [ "fas fa-external-link-alt" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 7610, "char_start_idx": 7584, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://update.legislature.ne.gov/?s=%22Sue+Crawford%22", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7610, "char_start_idx": 7584, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7611, "char_start_idx": 7510, "html_attrs": { "attrs": [ "class" ], "values": [ "list-unstyled feature-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 7611, "char_start_idx": 7510, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7629, "char_start_idx": 7611, "html_attrs": { "attrs": [ "href" ], "values": [ "http://news.legislature.ne.gov/bui/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7629, "char_start_idx": 7611, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 7659, "char_start_idx": 7630, "html_attrs": { "attrs": [ "href" ], "values": [ "http://news.legislature.ne.gov/lpa/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7659, "char_start_idx": 7630, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7667, "char_start_idx": 7660, "html_attrs": { "attrs": [ "href" ], "values": [ "http://news.legislature.ne.gov/rev/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7667, "char_start_idx": 7660, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7673, "char_start_idx": 7668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7687, "char_start_idx": 7674, "html_attrs": { "attrs": [ "href" ], "values": [ "http://news.legislature.ne.gov/urb/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 7687, "char_start_idx": 7674, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 7688, "char_start_idx": 7611, "html_attrs": { "attrs": [ "class" ], "values": [ "list-unstyled feature-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 7688, "char_start_idx": 7611, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7688, "char_start_idx": 7688, "html_attrs": { "attrs": [ "class" ], "values": [ "feature-content" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7688, "char_start_idx": 7688, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7688, "char_start_idx": 7688, "html_attrs": { "attrs": [ "class" ], "values": [ "feature-content" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7688, "char_start_idx": 7688, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7755, "char_start_idx": 7716, "html_attrs": { "attrs": [ "href" ], "values": [ "http://nebraskalegislature.gov/news/news.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 7756, "char_start_idx": 7688, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "small" }, { "char_end_idx": 7757, "char_start_idx": 7688, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-6 nopadding" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 7757, "char_start_idx": 7688, "html_attrs": { "attrs": [ "class" ], "values": [ "feature-content feature-content-netne row" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 7757, "char_start_idx": 7688, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 7757, "char_start_idx": 7757, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7757, "char_start_idx": 7757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "td" }, { "char_end_idx": 7759, "char_start_idx": 7757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "td" }, { "char_end_idx": 7761, "char_start_idx": 7759, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7763, "char_start_idx": 7761, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7765, "char_start_idx": 7763, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7767, "char_start_idx": 7765, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7769, "char_start_idx": 7767, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7769, "char_start_idx": 7757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "tr" }, { "char_end_idx": 7771, "char_start_idx": 7769, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 7773, "char_start_idx": 7771, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7775, "char_start_idx": 7773, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7778, "char_start_idx": 7775, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7781, "char_start_idx": 7778, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7784, "char_start_idx": 7781, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7787, "char_start_idx": 7784, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7787, "char_start_idx": 7769, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 7790, "char_start_idx": 7787, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 7793, "char_start_idx": 7790, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7796, "char_start_idx": 7793, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7799, "char_start_idx": 7796, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7802, "char_start_idx": 7799, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7805, "char_start_idx": 7802, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7808, "char_start_idx": 7805, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7808, "char_start_idx": 7787, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 7811, "char_start_idx": 7808, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 7814, "char_start_idx": 7811, "html_attrs": { "attrs": [ "class" ], "values": [ "today" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7817, "char_start_idx": 7814, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7820, "char_start_idx": 7817, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7823, "char_start_idx": 7820, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7826, "char_start_idx": 7823, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7829, "char_start_idx": 7826, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7829, "char_start_idx": 7808, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 7832, "char_start_idx": 7829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 7835, "char_start_idx": 7832, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7838, "char_start_idx": 7835, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7838, "char_start_idx": 7838, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 7838, "char_start_idx": 7838, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 7838, "char_start_idx": 7838, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 7838, "char_start_idx": 7838, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 7838, "char_start_idx": 7829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 7838, "char_start_idx": 7757, "html_attrs": { "attrs": [ "class" ], "values": [ "table table-condensed" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "table" }, { "char_end_idx": 7838, "char_start_idx": 7757, "html_attrs": { "attrs": [ "class" ], "values": [ "num-month" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 7757, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://nebraskalegislature.gov/calendar/calendar.php", "calendar-link" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 7838, "char_start_idx": 7838, "html_attrs": { "attrs": [ "href" ], "values": [ "http://nebraskalegislature.gov/calendar/calendar.php" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 7838, "char_start_idx": 7757, "html_attrs": { "attrs": [ "class" ], "values": [ "col-12 nopadding calendar" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 7757, "html_attrs": { "attrs": [ "class" ], "values": [ "feature-content row" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 7757, "html_attrs": { "attrs": [ "class" ], "values": [ "block-box" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 7398, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-8 col-md-4 col-lg-3" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 78, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 7838, "html_attrs": { "attrs": [ "class" ], "values": [ "row ltc-footer ltc-footer-top pl-4 justify-content-between" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 7838, "html_attrs": { "attrs": [ "class" ], "values": [ "row ltc-footer ltc-footer-bottom" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "container view-front" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7838, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "key": "paragraph", "marker": "h1", "type": "local", "value": "NEBRASKA LEGISLATURE" }, { "char_end_idx": 78, "char_start_idx": 20, "key": "paragraph", "marker": "div", "type": "local", "value": "\nThe official site of the Nebraska Unicameral Legislature\n" }, { "char_end_idx": 83, "char_start_idx": 78, "key": "paragraph", "marker": "li", "type": "local", "value": "Home\n" }, { "char_end_idx": 108, "char_start_idx": 83, "key": "paragraph", "marker": "li", "type": "local", "value": "Chamber Viewer\nView Bills" }, { "char_end_idx": 119, "char_start_idx": 108, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOne Liners" }, { "char_end_idx": 128, "char_start_idx": 119, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStatutes" }, { "char_end_idx": 136, "char_start_idx": 128, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSummary" }, { "char_end_idx": 145, "char_start_idx": 136, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHearings" }, { "char_end_idx": 152, "char_start_idx": 145, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAgenda" }, { "char_end_idx": 160, "char_start_idx": 152, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJournal" }, { "char_end_idx": 167, "char_start_idx": 160, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBudget" }, { "char_end_idx": 177, "char_start_idx": 167, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRule Book" }, { "char_end_idx": 190, "char_start_idx": 177, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConstitution" }, { "char_end_idx": 191, "char_start_idx": 190, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 239, "char_start_idx": 191, "key": "paragraph", "marker": "li", "type": "local", "value": "Legislature\nAbout The Nebraska State Legislature" }, { "char_end_idx": 258, "char_start_idx": 239, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Budget Process" }, { "char_end_idx": 284, "char_start_idx": 258, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHistory of the Unicameral" }, { "char_end_idx": 306, "char_start_idx": 284, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLawmaking in Nebraska" }, { "char_end_idx": 311, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMaps" }, { "char_end_idx": 330, "char_start_idx": 311, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNebraska Blue Book" }, { "char_end_idx": 347, "char_start_idx": 330, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOn Unicameralism" }, { "char_end_idx": 354, "char_start_idx": 347, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPhotos" }, { "char_end_idx": 367, "char_start_idx": 354, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPublications" }, { "char_end_idx": 390, "char_start_idx": 367, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenator Qualifications" }, { "char_end_idx": 407, "char_start_idx": 390, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStudent Programs" }, { "char_end_idx": 431, "char_start_idx": 407, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTestifying at a Hearing" }, { "char_end_idx": 449, "char_start_idx": 431, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUnicameral Update" }, { "char_end_idx": 470, "char_start_idx": 449, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVisiting the Capitol" }, { "char_end_idx": 471, "char_start_idx": 470, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 486, "char_start_idx": 471, "key": "paragraph", "marker": "li", "type": "local", "value": "Bills and Laws\n" }, { "char_end_idx": 494, "char_start_idx": 486, "key": "paragraph", "marker": "li", "type": "local", "value": "Calendar" }, { "char_end_idx": 543, "char_start_idx": 494, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommittees\nAbout Standing and Special Committees" }, { "char_end_idx": 563, "char_start_idx": 543, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStanding Committees" }, { "char_end_idx": 591, "char_start_idx": 563, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSelect & Special Committees" }, { "char_end_idx": 611, "char_start_idx": 591, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCompact Commissions" }, { "char_end_idx": 629, "char_start_idx": 611, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHearing Schedules" }, { "char_end_idx": 630, "char_start_idx": 629, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 676, "char_start_idx": 630, "key": "paragraph", "marker": "li", "type": "local", "value": "Legislative Divisions\nClerk of the Legislature" }, { "char_end_idx": 701, "char_start_idx": 676, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegislative Audit Office" }, { "char_end_idx": 727, "char_start_idx": 701, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegislative Fiscal Office" }, { "char_end_idx": 755, "char_start_idx": 727, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegislative Research Office" }, { "char_end_idx": 780, "char_start_idx": 755, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPublic Council/Ombudsman" }, { "char_end_idx": 800, "char_start_idx": 780, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRevisor of Statutes" }, { "char_end_idx": 801, "char_start_idx": 800, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 805, "char_start_idx": 801, "key": "paragraph", "marker": "li", "type": "local", "value": "News" }, { "char_end_idx": 822, "char_start_idx": 805, "key": "paragraph", "marker": "li", "type": "local", "value": "\nReports\nOverview" }, { "char_end_idx": 831, "char_start_idx": 822, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAgencies" }, { "char_end_idx": 841, "char_start_idx": 831, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommittee" }, { "char_end_idx": 855, "char_start_idx": 841, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFiscal/Budget" }, { "char_end_idx": 872, "char_start_idx": 855, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGeneral Research" }, { "char_end_idx": 888, "char_start_idx": 872, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInterim Studies" }, { "char_end_idx": 910, "char_start_idx": 888, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLobbyist Registration" }, { "char_end_idx": 928, "char_start_idx": 910, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPerformance Audit" }, { "char_end_idx": 943, "char_start_idx": 928, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPublic Counsel" }, { "char_end_idx": 963, "char_start_idx": 943, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRevisor of Statutes" }, { "char_end_idx": 964, "char_start_idx": 963, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 992, "char_start_idx": 964, "key": "paragraph", "marker": "li", "type": "local", "value": "Senators\nSenators' Web Pages" }, { "char_end_idx": 1009, "char_start_idx": 992, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenators' Duties" }, { "char_end_idx": 1017, "char_start_idx": 1009, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpeaker" }, { "char_end_idx": 1035, "char_start_idx": 1017, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFind your Senator" }, { "char_end_idx": 1042, "char_start_idx": 1035, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPhotos" }, { "char_end_idx": 1043, "char_start_idx": 1042, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1062, "char_start_idx": 1043, "key": "paragraph", "marker": "li", "type": "local", "value": "Session Information" }, { "char_end_idx": 1074, "char_start_idx": 1062, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTranscripts" }, { "char_end_idx": 1087, "char_start_idx": 1074, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFor Agencies" }, { "char_end_idx": 1100, "char_start_idx": 1087, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFor Citizens" }, { "char_end_idx": 1116, "char_start_idx": 1100, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFor Journalists" }, { "char_end_idx": 1130, "char_start_idx": 1116, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFor Lobbyists" }, { "char_end_idx": 1156, "char_start_idx": 1130, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFor Students and Teachers" }, { "char_end_idx": 1157, "char_start_idx": 1156, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1450, "char_start_idx": 1157, "key": "paragraph", "marker": "p", "type": "local", "value": "The content of these pages is developed and maintained by, and is the sole responsibility of, the individual senator's office and may not reflect the views of the Nebraska Legislature. Questions and comments about the content should be directed to the senator's office at [email protected]\n" }, { "char_end_idx": 1817, "char_start_idx": 1450, "key": "paragraph", "marker": "p", "type": "local", "value": "July was a busy travel month for me, as both of the primary national state legislative organizations held their annual conferences. These conferences are great opportunities to learn from national experts and other state legislators. The sessions and the one-on-one discussions with other state legislators help me to get ideas to strengthen our policy in Nebraska.\nI" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "paragraph", "marker": "p", "type": "local", "value": "n mid-July I traveled north for the Council of State Governments (CSG) Midwest meeting in Winnipeg. Since the meeting was in Canada we had more emphasis on what U.S. and Canada state/province governments can learn from each other. There were particularly interesting panels on lessons for improving access to mental health and and transportation. The National Council of State Legislators (NCSL) held their annual conference in Los Angeles in the last week of July. Two of the dominant issues at the NCSL conference were preventing sexual harassment in our state legislatures and getting ready for redistricting in 2021.\n" }, { "char_end_idx": 2849, "char_start_idx": 2438, "key": "paragraph", "marker": "p", "type": "local", "value": "NCSL and CSG are both important sources of expertise, support, and research for state policymakers above and beyond these national meetings. We often turn to their resources to see model legislation from other states and to see research on various policy topics. While many resources are only available to members, you can see some of their work at their websites: http://www.ncsl.org/ and https://www.csg.org/\n" }, { "char_end_idx": 3638, "char_start_idx": 2849, "key": "paragraph", "marker": "p", "type": "local", "value": "Though it seems like January 2019 is a long way away, my office is already working hard to develop, research, draft, and find support for a number of bill ideas. In addition to my two formal interim studies (on Medicaid buy-in and military spouse occupational licensing), my staff are spending time on issues as diverse as cottage food regulations, paid family leave, veteran retirement taxes, campaign finance rules, drug price transparency, and healthcare advance directives (to name just a few!). That means the next few months will be full of meetings to share ideas and hash out roadblocks as they spring up. This late summer period is when a lot of the policy heavy lifting starts, so that we can get off to a good start when the 107th Legislature formally convenes on January 9th.\nI" }, { "char_end_idx": 4197, "char_start_idx": 3638, "key": "paragraph", "marker": "p", "type": "local", "value": "n July I experimented with office hours in the Bellevue Public Library as a way to meet with constituents. Hanna and I were at the library to meet with constituents from 4:30 – 6:30 pm on July 10th. We enjoyed conversations with the folks who came to ask questions and bring ideas during that time. It is my goal to have some kind of event like this once a month in the district during the interim to meet with people and hear their input. In August I will be at the Farmer’s Market (see below). Watch for announcements for the September and October events.\nI" }, { "char_end_idx": 4449, "char_start_idx": 4197, "key": "paragraph", "marker": "p", "type": "local", "value": " am hosting one more open hours event for constituents to stop by, say hello, and talk about anything you wish. I will have a booth at the Bellevue Farmers Market at Washington Park on August 25th from 8:00 am – 12:00 pm. I look forward to seeing you!\n" }, { "char_end_idx": 4582, "char_start_idx": 4449, "key": "paragraph", "marker": "p", "type": "local", "value": "On July 20th my LA Hanna and I met with Jeanne McDonald in the Normandy Hills/Cedar View neighborhood to inspect ongoing road work.\nI" }, { "char_end_idx": 4767, "char_start_idx": 4582, "key": "paragraph", "marker": "p", "type": "local", "value": " appreciate residents’ ongoing engagement with the project, and will continue to work with the Department of Transportation and Sarpy County to make sure residents’ concerns are heard.\n" }, { "char_end_idx": 5193, "char_start_idx": 4767, "key": "paragraph", "marker": "p", "type": "local", "value": "The Legislature proclaimed the second week in July as K-12 Computer Science Education Week in Nebraska by LR472, a resolution I introduced last session to honor the contributions of computer science teachers across the country. The Computer Science Teachers Association held its national conference in Omaha from July 7th-10th, and I had the honor of presenting a copy of the Legislature’s resolution at the plenary session.\nV" }, { "char_end_idx": 5384, "char_start_idx": 5193, "key": "paragraph", "marker": "p", "type": "local", "value": "isiting teachers from around the country enjoyed all that Omaha had to offer. I thank them for their dedication to their students and for teaching excellence in this important subject area.\nA" }, { "char_end_idx": 5456, "char_start_idx": 5384, "key": "paragraph", "marker": "p", "type": "local", "value": "ugust is a great month for family events in Bellevue and Sarpy County.\nT" }, { "char_end_idx": 5647, "char_start_idx": 5456, "key": "paragraph", "marker": "p", "type": "local", "value": "he 2018 Sarpy County Fair started on July 31st and runs all the way through Sunday August 5th. Stop by for a good time with your family! A schedule of exhibits and events is available here.\nN" }, { "char_end_idx": 6200, "char_start_idx": 5647, "key": "paragraph", "marker": "p", "type": "local", "value": "ational Night Out (NNO) is an annual event that helps residents get to know their police departments and public safety officers in a relaxed outdoor environment. Bellevue’s central NNO party will take place on August 7th at Everett Park from 6:00-8:30 pm. There will be a cookout, bounce house, face painting, and other activities. I will be a popsicle sponsor at the event. Some individual neighborhoods will be hosting their own NNO parties, so look out for those too! For more information contact Roger Cox at 402-682-6623 or [email protected].\n" }, { "char_end_idx": 6501, "char_start_idx": 6200, "key": "paragraph", "marker": "p", "type": "local", "value": "On August 11th and 12th Offutt will open its gates to the community for their annual Air & Space Show. Food, fun and flyovers will all be present in abundance, so head out to support Offutt and have a good time! More information about the performers, ground displays, and schedule can be found here.\nT" }, { "char_end_idx": 6789, "char_start_idx": 6501, "key": "paragraph", "marker": "p", "type": "local", "value": "his year’s Arrows to Aerospace parade and celebration will be August 18th. The centerpiece parade will begin at 10:00, but there will be lots of other fun activities at Washington Park throughout the day. For the full schedule of events head to the Bellevue-Offutt Kiwanis’ website here.\n" }, { "char_end_idx": 6949, "char_start_idx": 6789, "key": "paragraph", "marker": "li", "type": "local", "value": "You are welcome to come visit my Capitol office in Lincoln. My office is room 1016, and can be found on the first floor in the northwest corner of the building." }, { "char_end_idx": 7106, "char_start_idx": 6949, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIf you would like to receive my e-newsletter, you can sign up here. These go out weekly on Saturday mornings during session, and monthly during the interim." }, { "char_end_idx": 7175, "char_start_idx": 7106, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYou can also follow me on Facebook (here) or Twitter (@SenCrawford)." }, { "char_end_idx": 7286, "char_start_idx": 7175, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYou can watch legislative debate and committee hearings live on NET Television or find NET’s live stream here." }, { "char_end_idx": 7397, "char_start_idx": 7286, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYou can always contact my office directly with questions or concerns at [email protected] or (402)471-2615." }, { "char_end_idx": 7398, "char_start_idx": 7397, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 7415, "char_start_idx": 7398, "key": "paragraph", "marker": "h2", "type": "local", "value": "Sen. Sue Crawford" }, { "char_end_idx": 7510, "char_start_idx": 7415, "key": "paragraph", "marker": "div", "type": "local", "value": "\nRoom #1012\nP.O. Box 94604\nLincoln, NE 68509\nPhone: (402) 471-2615\nEmail: [email protected]\n" }, { "char_end_idx": 7519, "char_start_idx": 7510, "key": "paragraph", "marker": "li", "type": "local", "value": "Biography" }, { "char_end_idx": 7535, "char_start_idx": 7519, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOfficial photos" }, { "char_end_idx": 7552, "char_start_idx": 7535, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBills introduced" }, { "char_end_idx": 7583, "char_start_idx": 7552, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMap of Legislative District 45" }, { "char_end_idx": 7610, "char_start_idx": 7583, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUnicameral Update coverage" }, { "char_end_idx": 7611, "char_start_idx": 7610, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 7629, "char_start_idx": 7611, "key": "paragraph", "marker": "li", "type": "local", "value": "Business and Labor" }, { "char_end_idx": 7659, "char_start_idx": 7629, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegislative Performance Audit" }, { "char_end_idx": 7667, "char_start_idx": 7659, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRevenue" }, { "char_end_idx": 7673, "char_start_idx": 7667, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRules" }, { "char_end_idx": 7687, "char_start_idx": 7673, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUrban Affairs" }, { "char_end_idx": 7688, "char_start_idx": 7687, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 7757, "char_start_idx": 7688, "key": "paragraph", "marker": "div", "type": "local", "value": "Streaming video provided by Nebraska Educational Telecommunications.\n" }, { "char_end_idx": 7838, "char_start_idx": 7757, "key": "paragraph", "marker": "div", "type": "local", "value": "1 2 3 4 5 6\n7 8 9 10 11 12 13\n14 15 16 17 18 19 20\n21 22 23 24 25 26 27\n28 29 30\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Legislative Update: July 2018 « District 45 News and Information" } ]
[ { "key": "url", "type": "global", "value": "http://news.legislature.ne.gov/dist45/2018/08/04/legislative-update-july-2018/" } ]
[]
NEBRASKA LEGISLATURE The official site of the Nebraska Unicameral Legislature Home Chamber Viewer View Bills One Liners Statutes Summary Hearings Agenda Journal Budget Rule Book Constitution Legislature About The Nebraska State Legislature The Budget Process History of the Unicameral Lawmaking in Nebraska Maps Nebraska Blue Book On Unicameralism Photos Publications Senator Qualifications Student Programs Testifying at a Hearing Unicameral Update Visiting the Capitol Bills and Laws Calendar Committees About Standing and Special Committees Standing Committees Select & Special Committees Compact Commissions Hearing Schedules Legislative Divisions Clerk of the Legislature Legislative Audit Office Legislative Fiscal Office Legislative Research Office Public Council/Ombudsman Revisor of Statutes News Reports Overview Agencies Committee Fiscal/Budget General Research Interim Studies Lobbyist Registration Performance Audit Public Counsel Revisor of Statutes Senators Senators' Web Pages Senators' Duties Speaker Find your Senator Photos Session Information Transcripts For Agencies For Citizens For Journalists For Lobbyists For Students and Teachers The content of these pages is developed and maintained by, and is the sole responsibility of, the individual senator's office and may not reflect the views of the Nebraska Legislature. Questions and comments about the content should be directed to the senator's office at [email protected] July was a busy travel month for me, as both of the primary national state legislative organizations held their annual conferences. These conferences are great opportunities to learn from national experts and other state legislators. The sessions and the one-on-one discussions with other state legislators help me to get ideas to strengthen our policy in Nebraska. In mid-July I traveled north for the Council of State Governments (CSG) Midwest meeting in Winnipeg. Since the meeting was in Canada we had more emphasis on what U.S. and Canada state/province governments can learn from each other. There were particularly interesting panels on lessons for improving access to mental health and and transportation. The National Council of State Legislators (NCSL) held their annual conference in Los Angeles in the last week of July. Two of the dominant issues at the NCSL conference were preventing sexual harassment in our state legislatures and getting ready for redistricting in 2021. NCSL and CSG are both important sources of expertise, support, and research for state policymakers above and beyond these national meetings. We often turn to their resources to see model legislation from other states and to see research on various policy topics. While many resources are only available to members, you can see some of their work at their websites: http://www.ncsl.org/ and https://www.csg.org/ Though it seems like January 2019 is a long way away, my office is already working hard to develop, research, draft, and find support for a number of bill ideas. In addition to my two formal interim studies (on Medicaid buy-in and military spouse occupational licensing), my staff are spending time on issues as diverse as cottage food regulations, paid family leave, veteran retirement taxes, campaign finance rules, drug price transparency, and healthcare advance directives (to name just a few!). That means the next few months will be full of meetings to share ideas and hash out roadblocks as they spring up. This late summer period is when a lot of the policy heavy lifting starts, so that we can get off to a good start when the 107th Legislature formally convenes on January 9th. In July I experimented with office hours in the Bellevue Public Library as a way to meet with constituents. Hanna and I were at the library to meet with constituents from 4:30 – 6:30 pm on July 10th. We enjoyed conversations with the folks who came to ask questions and bring ideas during that time. It is my goal to have some kind of event like this once a month in the district during the interim to meet with people and hear their input. In August I will be at the Farmer’s Market (see below). Watch for announcements for the September and October events. I am hosting one more open hours event for constituents to stop by, say hello, and talk about anything you wish. I will have a booth at the Bellevue Farmers Market at Washington Park on August 25th from 8:00 am – 12:00 pm. I look forward to seeing you! On July 20th my LA Hanna and I met with Jeanne McDonald in the Normandy Hills/Cedar View neighborhood to inspect ongoing road work. I appreciate residents’ ongoing engagement with the project, and will continue to work with the Department of Transportation and Sarpy County to make sure residents’ concerns are heard. The Legislature proclaimed the second week in July as K-12 Computer Science Education Week in Nebraska by LR472, a resolution I introduced last session to honor the contributions of computer science teachers across the country. The Computer Science Teachers Association held its national conference in Omaha from July 7th-10th, and I had the honor of presenting a copy of the Legislature’s resolution at the plenary session. Visiting teachers from around the country enjoyed all that Omaha had to offer. I thank them for their dedication to their students and for teaching excellence in this important subject area. August is a great month for family events in Bellevue and Sarpy County. The 2018 Sarpy County Fair started on July 31st and runs all the way through Sunday August 5th. Stop by for a good time with your family! A schedule of exhibits and events is available here. National Night Out (NNO) is an annual event that helps residents get to know their police departments and public safety officers in a relaxed outdoor environment. Bellevue’s central NNO party will take place on August 7th at Everett Park from 6:00-8:30 pm. There will be a cookout, bounce house, face painting, and other activities. I will be a popsicle sponsor at the event. Some individual neighborhoods will be hosting their own NNO parties, so look out for those too! For more information contact Roger Cox at 402-682-6623 or [email protected]. On August 11th and 12th Offutt will open its gates to the community for their annual Air & Space Show. Food, fun and flyovers will all be present in abundance, so head out to support Offutt and have a good time! More information about the performers, ground displays, and schedule can be found here. This year’s Arrows to Aerospace parade and celebration will be August 18th. The centerpiece parade will begin at 10:00, but there will be lots of other fun activities at Washington Park throughout the day. For the full schedule of events head to the Bellevue-Offutt Kiwanis’ website here. You are welcome to come visit my Capitol office in Lincoln. My office is room 1016, and can be found on the first floor in the northwest corner of the building. If you would like to receive my e-newsletter, you can sign up here. These go out weekly on Saturday mornings during session, and monthly during the interim. You can also follow me on Facebook (here) or Twitter (@SenCrawford). You can watch legislative debate and committee hearings live on NET Television or find NET’s live stream here. You can always contact my office directly with questions or concerns at [email protected] or (402)471-2615. Sen. Sue Crawford Room #1012 P.O. Box 94604 Lincoln, NE 68509 Phone: (402) 471-2615 Email: [email protected] Biography Official photos Bills introduced Map of Legislative District 45 Unicameral Update coverage Business and Labor Legislative Performance Audit Revenue Rules Urban Affairs Streaming video provided by Nebraska Educational Telecommunications. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
http://news.legislature.ne.gov/dist45/2018/08/04/legislative-update-july-2018/
[ { "char_end_idx": 8, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 77, "char_start_idx": 46, "key": "entity", "type": "local", "value": "Nebraska_Legislature" }, { "char_end_idx": 119, "char_start_idx": 109, "key": "entity", "type": "local", "value": "One-liner_program" }, { "char_end_idx": 160, "char_start_idx": 153, "key": "entity", "type": "local", "value": "Academic_journal" }, { "char_end_idx": 258, "char_start_idx": 244, "key": "entity", "type": "local", "value": "United_States_budget_process" }, { "char_end_idx": 284, "char_start_idx": 274, "key": "entity", "type": "local", "value": "Unicameralism" }, { "char_end_idx": 306, "char_start_idx": 298, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 470, "char_start_idx": 463, "key": "entity", "type": "local", "value": "United_States_Capitol" }, { "char_end_idx": 563, "char_start_idx": 544, "key": "entity", "type": "local", "value": "Committee" }, { "char_end_idx": 676, "char_start_idx": 665, "key": "entity", "type": "local", "value": "State_legislature_(United_States)" }, { "char_end_idx": 805, "char_start_idx": 801, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 841, "char_start_idx": 832, "key": "entity", "type": "local", "value": "Committee" }, { "char_end_idx": 943, "char_start_idx": 929, "key": "entity", "type": "local", "value": "Public_Counsel" }, { "char_end_idx": 1035, "char_start_idx": 1028, "key": "entity", "type": "local", "value": "United_States_Senate" }, { "char_end_idx": 1062, "char_start_idx": 1043, "key": "entity", "type": "local", "value": "Session_(computer_science)" }, { "char_end_idx": 1340, "char_start_idx": 1320, "key": "entity", "type": "local", "value": "Nebraska_Legislature" }, { "char_end_idx": 1814, "char_start_idx": 1806, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 1881, "char_start_idx": 1853, "key": "entity", "type": "local", "value": "Council_of_State_Governments" }, { "char_end_idx": 1886, "char_start_idx": 1883, "key": "entity", "type": "local", "value": "MOS_Technology" }, { "char_end_idx": 1895, "char_start_idx": 1888, "key": "entity", "type": "local", "value": "Midwestern_United_States" }, { "char_end_idx": 1915, "char_start_idx": 1907, "key": "entity", "type": "local", "value": "Winnipeg" }, { "char_end_idx": 1948, "char_start_idx": 1942, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 1982, "char_start_idx": 1978, "key": "entity", "type": "local", "value": "U.S._state" }, { "char_end_idx": 1993, "char_start_idx": 1987, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 2211, "char_start_idx": 2207, "key": "entity", "type": "local", "value": "National_Conference_of_State_Legislatures" }, { "char_end_idx": 2256, "char_start_idx": 2245, "key": "entity", "type": "local", "value": "Los_Angeles" }, { "char_end_idx": 2321, "char_start_idx": 2317, "key": "entity", "type": "local", "value": "National_Conference_of_State_Legislatures" }, { "char_end_idx": 2442, "char_start_idx": 2438, "key": "entity", "type": "local", "value": "National_Conference_of_State_Legislatures" }, { "char_end_idx": 2450, "char_start_idx": 2447, "key": "entity", "type": "local", "value": "MOS_Technology" }, { "char_end_idx": 3068, "char_start_idx": 3060, "key": "entity", "type": "local", "value": "Medicaid" }, { "char_end_idx": 3602, "char_start_idx": 3591, "key": "entity", "type": "local", "value": "Legislature" }, { "char_end_idx": 3750, "char_start_idx": 3745, "key": "entity", "type": "local", "value": "Mark_Hanna" }, { "char_end_idx": 4378, "char_start_idx": 4363, "key": "entity", "type": "local", "value": "Englewood,_Chicago" }, { "char_end_idx": 4537, "char_start_idx": 4527, "key": "entity", "type": "local", "value": "Cedar_View,_Virginia" }, { "char_end_idx": 4705, "char_start_idx": 4677, "key": "entity", "type": "local", "value": "United_States_Department_of_Transportation" }, { "char_end_idx": 4722, "char_start_idx": 4710, "key": "entity", "type": "local", "value": "Sarpy_County,_Nebraska" }, { "char_end_idx": 4782, "char_start_idx": 4771, "key": "entity", "type": "local", "value": "Legislature" }, { "char_end_idx": 4869, "char_start_idx": 4861, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 5036, "char_start_idx": 4999, "key": "entity", "type": "local", "value": "Computer_Science_Teachers_Association" }, { "char_end_idx": 5074, "char_start_idx": 5069, "key": "entity", "type": "local", "value": "Omaha,_Nebraska" }, { "char_end_idx": 5154, "char_start_idx": 5143, "key": "entity", "type": "local", "value": "Legislature" }, { "char_end_idx": 5256, "char_start_idx": 5251, "key": "entity", "type": "local", "value": "Omaha,_Nebraska" }, { "char_end_idx": 5436, "char_start_idx": 5428, "key": "entity", "type": "local", "value": "Bellevue,_Nebraska" }, { "char_end_idx": 5453, "char_start_idx": 5441, "key": "entity", "type": "local", "value": "Sarpy_County,_Nebraska" }, { "char_end_idx": 5664, "char_start_idx": 5646, "key": "entity", "type": "local", "value": "National_Night_Out" }, { "char_end_idx": 5669, "char_start_idx": 5666, "key": "entity", "type": "local", "value": "Nitrous_oxide" }, { "char_end_idx": 5817, "char_start_idx": 5809, "key": "entity", "type": "local", "value": "Bellevue,_Washington" }, { "char_end_idx": 5831, "char_start_idx": 5828, "key": "entity", "type": "local", "value": "Nitrous_oxide" }, { "char_end_idx": 6081, "char_start_idx": 6078, "key": "entity", "type": "local", "value": "Nitrous_oxide" }, { "char_end_idx": 6156, "char_start_idx": 6147, "key": "entity", "type": "local", "value": "Roger_Cox" }, { "char_end_idx": 6230, "char_start_idx": 6224, "key": "entity", "type": "local", "value": "Offutt_Air_Force_Base" }, { "char_end_idx": 6389, "char_start_idx": 6383, "key": "entity", "type": "local", "value": "Offutt_Air_Force_Base" }, { "char_end_idx": 6531, "char_start_idx": 6522, "key": "entity", "type": "local", "value": "Aerospace" }, { "char_end_idx": 6685, "char_start_idx": 6670, "key": "entity", "type": "local", "value": "Washington_Park_(Portland,_Oregon)" }, { "char_end_idx": 6829, "char_start_idx": 6822, "key": "entity", "type": "local", "value": "United_States_Capitol" }, { "char_end_idx": 6847, "char_start_idx": 6840, "key": "entity", "type": "local", "value": "Lincoln,_Nebraska" }, { "char_end_idx": 7141, "char_start_idx": 7133, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 7254, "char_start_idx": 7240, "key": "entity", "type": "local", "value": "Nebraska_Educational_Telecommunications" }, { "char_end_idx": 7449, "char_start_idx": 7442, "key": "entity", "type": "local", "value": "Lincoln,_Nebraska" }, { "char_end_idx": 7453, "char_start_idx": 7451, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 7629, "char_start_idx": 7624, "key": "entity", "type": "local", "value": "Australian_Labor_Party" }, { "char_end_idx": 7687, "char_start_idx": 7674, "key": "entity", "type": "local", "value": "Minister_of_Urban_Affairs_(Manitoba)" }, { "char_end_idx": 7755, "char_start_idx": 7716, "key": "entity", "type": "local", "value": "Nebraska_Educational_Telecommunications" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 78, "char_start_idx": 20, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska_Legislature" }, { "char_end_idx": 119, "char_start_idx": 108, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "One-liner_program" }, { "char_end_idx": 160, "char_start_idx": 152, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Academic_journal" }, { "char_end_idx": 258, "char_start_idx": 239, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States_budget_process" }, { "char_end_idx": 284, "char_start_idx": 258, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Unicameralism" }, { "char_end_idx": 306, "char_start_idx": 284, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 470, "char_start_idx": 449, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States_Capitol" }, { "char_end_idx": 563, "char_start_idx": 543, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Committee" }, { "char_end_idx": 676, "char_start_idx": 630, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "State_legislature_(United_States)" }, { "char_end_idx": 805, "char_start_idx": 801, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 841, "char_start_idx": 831, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Committee" }, { "char_end_idx": 943, "char_start_idx": 928, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Public_Counsel" }, { "char_end_idx": 1035, "char_start_idx": 1017, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States_Senate" }, { "char_end_idx": 1062, "char_start_idx": 1043, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Session_(computer_science)" }, { "char_end_idx": 1450, "char_start_idx": 1157, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska_Legislature" }, { "char_end_idx": 1817, "char_start_idx": 1450, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Council_of_State_Governments" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "MOS_Technology" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Midwestern_United_States" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Winnipeg" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Canada" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "U.S._state" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "National_Conference_of_State_Legislatures" }, { "char_end_idx": 2438, "char_start_idx": 1817, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Los_Angeles" }, { "char_end_idx": 2849, "char_start_idx": 2438, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "National_Conference_of_State_Legislatures" }, { "char_end_idx": 2849, "char_start_idx": 2438, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "MOS_Technology" }, { "char_end_idx": 3638, "char_start_idx": 2849, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Medicaid" }, { "char_end_idx": 3638, "char_start_idx": 2849, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Legislature" }, { "char_end_idx": 4197, "char_start_idx": 3638, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mark_Hanna" }, { "char_end_idx": 4449, "char_start_idx": 4197, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Englewood,_Chicago" }, { "char_end_idx": 4582, "char_start_idx": 4449, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Cedar_View,_Virginia" }, { "char_end_idx": 4767, "char_start_idx": 4582, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States_Department_of_Transportation" }, { "char_end_idx": 4767, "char_start_idx": 4582, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Sarpy_County,_Nebraska" }, { "char_end_idx": 5193, "char_start_idx": 4767, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Legislature" }, { "char_end_idx": 5193, "char_start_idx": 4767, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Nebraska" }, { "char_end_idx": 5193, "char_start_idx": 4767, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Computer_Science_Teachers_Association" }, { "char_end_idx": 5193, "char_start_idx": 4767, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Omaha,_Nebraska" }, { "char_end_idx": 5384, "char_start_idx": 5193, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Omaha,_Nebraska" }, { "char_end_idx": 5456, "char_start_idx": 5384, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bellevue,_Nebraska" }, { "char_end_idx": 5456, "char_start_idx": 5384, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Sarpy_County,_Nebraska" }, { "char_end_idx": 5664, "char_start_idx": 5646, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "National_Night_Out" }, { "char_end_idx": 6200, "char_start_idx": 5647, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nitrous_oxide" }, { "char_end_idx": 6200, "char_start_idx": 5647, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Bellevue,_Washington" }, { "char_end_idx": 6200, "char_start_idx": 5647, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Roger_Cox" }, { "char_end_idx": 6501, "char_start_idx": 6200, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Offutt_Air_Force_Base" }, { "char_end_idx": 6789, "char_start_idx": 6501, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Aerospace" }, { "char_end_idx": 6789, "char_start_idx": 6501, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Washington_Park_(Portland,_Oregon)" }, { "char_end_idx": 6949, "char_start_idx": 6789, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States_Capitol" }, { "char_end_idx": 6949, "char_start_idx": 6789, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Lincoln,_Nebraska" }, { "char_end_idx": 7175, "char_start_idx": 7106, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 7286, "char_start_idx": 7175, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska_Educational_Telecommunications" }, { "char_end_idx": 7510, "char_start_idx": 7415, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lincoln,_Nebraska" }, { "char_end_idx": 7510, "char_start_idx": 7415, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Nebraska" }, { "char_end_idx": 7629, "char_start_idx": 7611, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australian_Labor_Party" }, { "char_end_idx": 7687, "char_start_idx": 7673, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Minister_of_Urban_Affairs_(Manitoba)" }, { "char_end_idx": 7757, "char_start_idx": 7688, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nebraska_Educational_Telecommunications" } ]
0
342
1555622251000
<!DOCTYPE html> <html class="" lang="en-AU" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="keywords" content="" /><meta name="description" content="Improving your presence with mobile-first techniques is a good way to get a stronger, better presence online." /><title>10 Digital Advertising Tips For a Strong Mobile Ad Strategy</title> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="https://conqueryourmarket.online/feed/" /> <link rel="alternate" type="application/rss+xml" title=" &raquo; Comments Feed" href="https://conqueryourmarket.online/comments/feed/" /> <link rel="shortcut icon" href="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png" type="image/x-icon" /> <!-- For iPhone --> <link rel="apple-touch-icon" href="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png"> <!-- For iPhone Retina display --> <link rel="apple-touch-icon" sizes="114x114" href="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png"> <!-- For iPad --> <link rel="apple-touch-icon" sizes="72x72" href="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png"> <!-- For iPad Retina display --> <link rel="apple-touch-icon" sizes="144x144" href="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png"> <link rel="alternate" type="application/rss+xml" title=" &raquo; 10 Digital Advertising Tips For a Strong Mobile Ad Strategy Comments Feed" href="https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/feed/" /> <meta property="og:title" content="10 Digital Advertising Tips For a Strong Mobile Ad Strategy"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/"/> <meta property="og:site_name" content=""/> <meta property="og:description" content="Digital advertising is becoming stronger in mobile platforms, adding a 33% jump for the 2017 fiscal year according to IAB PWC’s Advertising Expenditure Report. We’re expecting it to shoot higher as the mobile market is growing exponentially every year. Improving your presence with mobile-first techniques is a good way to get a"/> <meta property="og:image" content="https://conqueryourmarket.online/wp-content/uploads/2017/11/mobile-advertising.jpg"/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/conqueryourmarket.online\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://conqueryourmarket.online/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avada-parent-stylesheet-css' href='https://conqueryourmarket.online/wp-content/themes/Avada/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avada-stylesheet-css' href='https://conqueryourmarket.online/wp-content/themes/Avada/assets/css/style.min.css?ver=5.2.1' type='text/css' media='all' /> <!--[if lte IE 9]> <link rel='stylesheet' id='avada-IE-fontawesome-css' href='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/font-awesome.css?ver=5.2.1' type='text/css' media='all' /> <![endif]--> <!--[if IE]> <link rel='stylesheet' id='avada-IE-css' href='https://conqueryourmarket.online/wp-content/themes/Avada/assets/css/ie.css?ver=5.2.1' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='fusion-dynamic-css-css' href='https://conqueryourmarket.online/wp-content/uploads/fusion-styles/fusion-1770.css?timestamp=1555064446&#038;ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='https://conqueryourmarket.online/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='https://conqueryourmarket.online/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://conqueryourmarket.online/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://conqueryourmarket.online/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/" /> <link rel='shortlink' href='https://conqueryourmarket.online/?p=1770' /> <link rel="alternate" type="application/json+oembed" href="https://conqueryourmarket.online/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconqueryourmarket.online%2Fdigital%2Fadvertising%2F10-digital-advertising-tips-mobile%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://conqueryourmarket.online/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconqueryourmarket.online%2Fdigital%2Fadvertising%2F10-digital-advertising-tips-mobile%2F&#038;format=xml" /> <style type="text/css"> .wpus-related { } </style> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','gaplusu'); function gaplus_track() { gaplusu('create', 'UA-81903901-1', 'auto'); gaplusu('send', 'pageview'); } gaplus_track(); </script> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <!-- All in one Favicon 4.7 --> <style type="text/css" id="wp-custom-css"> /* You can add your own CSS here. Click the help icon above to learn more. */ .gform_body input, .gform_body select{ min-height:45px; width:100% !important; } .wthays_form h1, .wthays_form h2{ color: #BE1E2D; text-align: center; font-family: inherit; font-weight: bold; } .wthays_form .gfield_label { background: #BE1E2D; width: 100%; color: white; padding: 13px 9px; border-radius: 5px 5px 0 0; } .wthays_form .gf_repeater_title{color:white;} .wthays_form .gfield_description,.wthays_form .ginput_container_repeater{background-color:#BE1E2D;padding-left:10px!important;padding-bottom:10px;color:white;} .wthays_form input, .wthays_form textarea{ border-color:#BE1E2D !important; } .wthays_form div.ginput_container{ margin-top:-1px !important; } .gform_wrapper .wthays_form .percentbar_blue { background-color: #BE1E2D; color: #FFF; } .gform_wrapper .wthays_form .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .wthays_form .gform_page_footer .button.gform_previous_button{ margin-right: 10px; background: #BE1E2D; color: white; margin-bottom:10px; } .wthays_form .gf_repeater_remove .gf_repeater_remove_default{ background-image: url('http://conqueryourmarket.online/wp-content/uploads/2017/12/minus-circle.png'); opacity: 1; width: 2em; height: 2em; background-size: 2em; } .wthays_form .gf_repeater_add .gf_repeater_add_default { background-image: url('http://conqueryourmarket.online/wp-content/uploads/2017/12/plus-circle.png'); opacity: 1; width: 2em; height: 2em; background-size: 2em; } .fusion-main-menu-search .fusion-main-menu-icon { padding-top: 23px; } .fusion-is-sticky .fusion-main-menu-search .fusion-main-menu-icon { padding-top: 12px; } .fusion-is-sticky .fusion-logo-link .fusion-standard-logo { height: 60px !important; } .fusion-header-wrapper .fusion-logo-link .fusion-standard-logo { height: 120px; transition: height 0.7s ease-in-out; } </style> <script type="text/javascript"> var doc = document.documentElement; doc.setAttribute('data-useragent', navigator.userAgent); </script> <meta name="msvalidate.01" content="58F50BFDCFC8132D38390CEA81287055" /> <script> $(document).ready(function(){ // Add smooth scrolling to all links $("a").on('click', function(event) { // Make sure this.hash has a value before overriding default behavior if (this.hash !== "") { // Prevent default anchor click behavior event.preventDefault(); // Store hash var hash = this.hash; // Using jQuery's animate() method to add smooth page scroll // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area $('html, body').animate({ scrollTop: $(hash).offset().top }, 800, function(){ // Add hash (#) to URL when done scrolling (default click behavior) window.location.hash = hash; }); } // End if }); }); </script> </head> <body class="post-template-default single single-post postid-1770 single-format-standard fusion-image-hovers fusion-body ltr no-tablet-sticky-header no-mobile-sticky-header no-mobile-slidingbar no-mobile-totop mobile-logo-pos-left layout-wide-mode has-sidebar fusion-top-header menu-text-align-center mobile-menu-design-modern fusion-show-pagination-text"> <div id="wrapper" class=""> <div id="home" style="position:relative;top:-1px;"></div> <div id="slidingbar-area" class="slidingbar-area fusion-widget-area"> <div id="slidingbar"> <div class="fusion-row"> <div class="fusion-columns row fusion-columns-2 columns columns-2"> <div class="fusion-column col-lg-6 col-md-6 col-sm-6"> <section id="nav_menu-3" class="widget-odd widget-last widget-first widget-1 fusion-slidingbar-widget-column widget widget_nav_menu"><div class="menu-mega-menu-container"><ul id="menu-mega-menu" class="menu"><li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-has-children menu-item-126"><a href="https://conqueryourmarket.online/">Home</a> <ul class="sub-menu"> <li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124"><a href="https://conqueryourmarket.online/web-development-using-wordpress/">Web Development using WordPress</a></li> <li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123"><a href="https://conqueryourmarket.online/wordpress-website-maintenance-security/">WordPress Website Maintenance and Security</a></li> <li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122"><a href="https://conqueryourmarket.online/digital-marketing-wordpress-seo/">Digital Marketing and WordPress SEO</a></li> </ul> </li> </ul></div><div style="clear:both;"></div></section> </div> <div class="fusion-column fusion-column-lastcol-lg-6 col-md-6 col-sm-6"> </div> <div class="fusion-clearfix"></div> </div> </div> </div> <div class="sb-toggle-wrapper"> <a class="sb-toggle" href="#"><span class="screen-reader-text">Toggle SlidingBar Area</span></a> </div> </div> <header class="fusion-header-wrapper"> <div class="fusion-header-v2 fusion-logo-left fusion-sticky-menu- fusion-sticky-logo- fusion-mobile-logo-1 fusion-mobile-menu-design-modern "> <div class="fusion-secondary-header"> <div class="fusion-row"> <div class="fusion-alignleft"> <div class="fusion-contact-info"><a href="mailto:&#105;&#110;f&#111;&#64;s&#112;&#97;&#114;t&#97;&#100;&#105;git&#97;l&#46;c&#111;m&#46;&#97;u">&#105;&#110;f&#111;&#64;s&#112;&#97;&#114;t&#97;&#100;&#105;git&#97;l&#46;c&#111;m&#46;&#97;u</a></div> </div> <div class="fusion-alignleft"> <div class="fusion-contact-info" style="text-align: center;"><a target="_blank" href="https://spartadigital.com.au"> <img style="max-width: 160px;padding: 3px 0;" src="https://conqueryourmarket.online/wp-content/uploads/2018/11/pen-white-small.png" /></a> </div> </div> <div class="fusion-alignright"> <nav class="fusion-secondary-menu" role="navigation" aria-label="Secondary Menu"><ul role="menubar" id="menu-mega-menu-1" class="menu"><li role="menuitem" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-has-children menu-item-126 fusion-dropdown-menu" ><a href="https://conqueryourmarket.online/"><span class="menu-text">Home</span></a><ul role="menu" class="sub-menu"><li role="menuitem" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu" ><a href="https://conqueryourmarket.online/web-development-using-wordpress/"><span>Web Development using WordPress</span></a></li><li role="menuitem" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123 fusion-dropdown-submenu" ><a href="https://conqueryourmarket.online/wordpress-website-maintenance-security/"><span>WordPress Website Maintenance and Security</span></a></li><li role="menuitem" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122 fusion-dropdown-submenu" ><a href="https://conqueryourmarket.online/digital-marketing-wordpress-seo/"><span>Digital Marketing and WordPress SEO</span></a></li></ul></li></ul></nav><div class="fusion-mobile-nav-holder"></div> </div> </div> </div><div class="fusion-header-sticky-height"></div> <div class="fusion-header"> <div class="fusion-row"> <div class="fusion-logo" data-margin-top="31px" data-margin-bottom="31px" data-margin-left="0px" data-margin-right="0px"> <a class="fusion-logo-link" href="https://conqueryourmarket.online/"> <img src="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-titlelogo.png" width="400" height="120" alt=" Logo" class="fusion-logo-1x fusion-standard-logo" /> <img src="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-titlelogo-retina.png" width="400" height="120" alt=" Retina Logo" style="max-height: 120px; height: auto;" class="fusion-standard-logo fusion-logo-2x" /> <!-- mobile logo --> <img src="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-titlelogo.png" width="400" height="120" alt=" Mobile Logo" class="fusion-logo-1x fusion-mobile-logo-1x" /> <img src="https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-titlelogo-retina.png" width="400" height="120" alt=" Mobile Retina Logo" style="max-height: 120px; height: auto;" class="fusion-logo-2x fusion-mobile-logo-2x" /> <!-- sticky header logo --> </a> </div> <nav class="fusion-main-menu" aria-label="Main Menu"><ul role="menubar" id="menu-mainmenu" class="fusion-menu"><li role="menuitem" id="menu-item-109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109" ><a title="Digital Marketing and WordPress SEO" href="https://conqueryourmarket.online/digital-marketing-wordpress-seo/" class="fusion-flex-link"><span class="fusion-megamenu-icon"><i class="fa glyphicon fa-line-chart"></i></span><span class="menu-text">MARKET</span></a></li><li role="menuitem" id="menu-item-111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111" ><a title="Web Development using WordPress" href="https://conqueryourmarket.online/web-development-using-wordpress/" class="fusion-flex-link"><span class="fusion-megamenu-icon"><i class="fa glyphicon fa-wordpress"></i></span><span class="menu-text">MAKE</span></a></li><li role="menuitem" id="menu-item-110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110" ><a title="WordPress Website Maintenance and Security" href="https://conqueryourmarket.online/wordpress-website-maintenance-security/" class="fusion-flex-link"><span class="fusion-megamenu-icon"><i class="fa glyphicon fa-shield"></i></span><span class="menu-text">MANAGE</span></a></li><li role="menuitem" id="menu-item-128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128" ><a title="Personal and Classroom Training and Tutoring" href="https://conqueryourmarket.online/wordpress-digital-marketing-training/" class="fusion-flex-link"><span class="fusion-megamenu-icon"><i class="fa glyphicon fa-graduation-cap"></i></span><span class="menu-text">MASTER</span></a></li><li role="menuitem" id="menu-item-74" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-74" ><a title="Website Blog" href="https://conqueryourmarket.online/whats-new/" class="fusion-flex-link"><span class="fusion-megamenu-icon"><i class="fa glyphicon fa-star"></i></span><span class="menu-text">What&#8217;s New</span></a></li><li class="fusion-custom-menu-item fusion-main-menu-search"><a class="fusion-main-menu-icon" aria-hidden="true"></a><div class="fusion-custom-menu-item-contents"><form role="search" class="searchform" method="get" action="https://conqueryourmarket.online/"> <div class="search-table"> <div class="search-field"> <input type="text" value="" name="s" class="s" placeholder="Search ..." required aria-required="true" aria-label="Search ..."/> </div> <div class="search-button"> <input type="submit" class="searchsubmit" value="&#xf002;" /> </div> </div> </form> </div></li></ul></nav> <div class="fusion-mobile-menu-icons"> <a href="#" class="fusion-icon fusion-icon-bars" aria-label="Toggle mobile menu"></a> </div> <nav class="fusion-mobile-nav-holder fusion-mobile-menu-text-align-left"></nav> </div> </div> </div> <div class="fusion-clearfix"></div> </header> <div class="below-header-menu"> <div class="below-header-menu-icons"> <span id="below-header-menu-icons-toggle" class="fusion-icon fusion-icon-bars"></span> </div> <div class="menu-below-header-container"><ul id="menu-below-header" class="menu"><li id="menu-item-1304" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1304"><a href="https://conqueryourmarket.online/category/digital/marketing/">Marketing</a></li> <li id="menu-item-1305" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1305"><a href="https://conqueryourmarket.online/category/digital/market-basics/">Marketing Basics</a></li> <li id="menu-item-1303" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1303"><a href="https://conqueryourmarket.online/category/digital/conversion-basics/">Conversion Basics</a></li> <li id="menu-item-1302" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1302"><a href="https://conqueryourmarket.online/category/digital/advertising/">Advertising</a></li> <li id="menu-item-1307" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1307"><a href="https://conqueryourmarket.online/category/optimisation/seo-basics/">SEO Basics</a></li> <li id="menu-item-1310" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1310"><a href="https://conqueryourmarket.online/category/digital/content/">Content Creation</a></li> </ul></div> <style> #menu-below-header { list-style: outside none none; text-align: center; padding: 0; } #menu-below-header li{ display: inline-block; } #menu-below-header li a{ border-top: 3px solid transparent; padding: 10px; } #menu-below-header li a:hover{ border-top: 3px solid #1a80b6; } .below-header-menu-icons{ display: none; } .below-header-menu { border-bottom: 1px solid #e5e5e5; } .fusion-main-menu > ul > li > a{ line-height: 1 !important; padding-top: 12px; } .fusion-main-menu { padding-top: 12px; } .entry-title.rich-snippet-hidden,.vcard.rich-snippet-hidden,.updated.rich-snippet-hidden{ display: none; } #wrapper { padding-top: 170px !important; } .fusion-header-wrapper { position: fixed !important; z-index: 10010; width: 100% !important; top: 0; } @media only screen and (max-width: 979px){ #menu-below-header{display: none;} #menu-below-header li { border-bottom: 1px solid #ccc; display: grid; } .below-header-menu-icons,.below-header-menu-icons span{ display: block; color: #ccc; font-size: 22px; padding: 5px 15px; text-align: right; float: right; cursor: pointer; } .menu-below-header-container { clear: both; } } </style> <script> jQuery(document).ready(function(){ jQuery("#below-header-menu-icons-toggle").click(function(){ jQuery("#menu-below-header").toggle(500); }); }); </script> </div> <div id="sliders-container"> </div> <div class="fusion-page-title-bar fusion-page-title-bar-breadcrumbs fusion-page-title-bar-left"> <div class="fusion-page-title-row"> <div class="fusion-page-title-wrapper"> <div class="fusion-page-title-captions"> <h1 class="entry-title">10 Digital Advertising Tips For a Strong Mobile Ad Strategy</h1> </div> <div class="fusion-page-title-secondary"> <div class="fusion-breadcrumbs"><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://conqueryourmarket.online"><span itemprop="title">Home</span></a></span><span class="fusion-breadcrumb-sep">></span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://conqueryourmarket.online/category/digital/"><span itemprop="title">Digital</span></a></span><span class="fusion-breadcrumb-sep">></span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://conqueryourmarket.online/category/digital/advertising/"><span itemprop="title">Advertising</span></a></span><span class="fusion-breadcrumb-sep">></span><span class="breadcrumb-leaf">10 Digital Advertising Tips For a Strong Mobile Ad Strategy</span></div> </div> </div> </div> </div> <main id="main" role="main" class="clearfix " style=""> <div class="fusion-row" style=""> <section id="content" style="float: left;"> <div class="single-navigation clearfix"> <a href="https://conqueryourmarket.online/optimisation/seo-basics/optimize-website-voice-searches-assistants/" rel="prev">Previous</a> <a href="https://conqueryourmarket.online/digital/marketing/how-to-improve-marketing-emails/" rel="next">Next</a> </div> <article id="post-1770" class="post post-1770 type-post status-publish format-standard has-post-thumbnail hentry category-advertising tag-ads tag-digital-advertising tag-facebook-ads tag-invalid-traffic tag-mobile-ads tag-mobile-ads-strategy tag-mobile-advertising-strategy tag-social-media"> <div class="fusion-flexslider flexslider fusion-flexslider-loading post-slideshow fusion-post-slideshow"> <ul class="slides"> <li> <img width="600" height="498" src="https://conqueryourmarket.online/wp-content/uploads/2017/11/mobile-advertising.jpg" class="attachment-full size-full wp-post-image" alt="mobile-advertising" srcset="https://conqueryourmarket.online/wp-content/uploads/2017/11/mobile-advertising-200x166.jpg 200w, https://conqueryourmarket.online/wp-content/uploads/2017/11/mobile-advertising-400x332.jpg 400w, https://conqueryourmarket.online/wp-content/uploads/2017/11/mobile-advertising.jpg 600w" sizes="(max-width: 800px) 100vw, 767px" /> </li> </ul> </div> <h2 class="entry-title fusion-post-title">10 Digital Advertising Tips For a Strong Mobile Ad Strategy</h2> <div class="post-content"> <p>Digital advertising is becoming stronger in mobile platforms, adding a 33% jump for the 2017 fiscal year according to <a href="https://www.iabaustralia.com.au/research-and-resources/advertising-expenditure/item/11-advertising-expenditure/2373-online-advertising-expenditure-report-quarter-ended-june-2017" target="_blank" rel="noopener">IAB PWC’s Advertising Expenditure Report</a>. We’re expecting it to shoot higher as the mobile market is growing exponentially every year. Improving your presence with mobile-first techniques is a good way to get a stronger, better presence online.</p> <h2>Less Text, More Images</h2> <p>Google’s <a href="https://developers.google.com/amp/" target="_blank" rel="noopener">accelerated mobile pages (AMP) system</a> prioritises pages with less text and more images, incentivising this with better rankings. If you can set your pages, posts and advertisements with shorter texts and better images that are catchy to the eye, you’ll get extra views with Google’s help.</p> <h2>Liven Up Your Advertisements</h2> <p>If you are pushing to play with the AMP system, make sure that it’s clear for your potential customers to know where to click your ads. Play with the colour and know where to push the call to action. Be smart with the call to action. Don’t use the generic sign-up or submit text.</p> <h2>Don’t Overly Rely on Automation</h2> <p>Don’t get caught too much with your automation. According to The Drum, <a href="http://www.thedrum.com/opinion/2017/08/08/bots-dont-buy-five-tips-avoiding-ad-fraud" target="_blank" rel="noopener">up to 30% of the industry’s traffic on advertisements comes from bots</a> that are fake-clicking to simulate reach – something called invalid traffic (IVT). <a href="http://conqueryourmarket.online/" target="_blank" rel="noopener">Working with private companies</a> is typically how you can get a more honest traffic – an average of 12% IVT with digital advertisers vs the 30% industry average.</p> <h2>Remember Audience Context</h2> <p>The context, location and advertising type that you get in your digital ad spending needs to be catered for people who are expected to be on the go. Since mobile promises portability, the length and local SEO of the content needs to be in its best shape. It needs to be unobtrusive enough that people will actually click it if they’re interested.</p> <h2>Never Use Autoplay Videos with Sound</h2> <p>If you’re trying to get into video ads, it’s smart to not use autoplay ad videos with sound. <a href="https://www.betterads.org/desktop-auto-playing-video-ad-with-sound/" target="_blank" rel="noopener">According to the Coalition for Better Ads</a>, these types of ads are “disruptive” and can cause the reader to bounce or close the tab, in an effort to stop the sound. If you’re into making sure autoplay happens, add to your site’s code to make an autoplay video run on a corner of the window without audio even when the reader scrolls.</p> <h2>Be Educated in the Ads Market</h2> <p>Educate yourself with details that can make you succeed. Do your own <a href="http://conqueryourmarket.online/digital/market-basics/your-perfected-market-positioning/" target="_blank" rel="noopener">market research</a> to see what your potential customers want or would click. Find your demographic and target your ads to them. Agreeing blindly to the recommendations of your advertiser is not smart. Execute A/B testing if you have to.</p> <h2>Take Advantage of Videos</h2> <p>Since video is fast becoming the mobile marketplace’s staple <a href="http://conqueryourmarket.online/digital/marketing/3-myths-video-marketing-busted/" target="_blank" rel="noopener">ad channel that works</a>, make sure that you have presence on the major video apps like Youtube, Twitch and Vimeo. Push for ads on Youtube if you can and add your own videos on your official channel. Use your channel to push clients to your primary website or other social media feed.</p> <h2>Make Sure the Landing Page is Relevant</h2> <p>When advertising, use a <a href="http://conqueryourmarket.online/digital/market-basics/landing-page-basics/" target="_blank" rel="noopener">relevant landing page</a> for the specific piece you made. Make it clear what you want, how you can help them and what you can do for them. An ad that is not, in any way, connected to your landing page can result to client disappointment and extensive bounce rates.</p> <h2>Use Multiple Types, Multiple Sizes for Ads</h2> <p>Use multiple ads per group, playing with different ad sizes with different messages for different demographics. See which one works best and which specification works. A/B testing removes the guesswork that you would need to do. In addition you can use the data that you gather to improve on your ads.</p> <h2>Channel Ads Through Social Media</h2> <p>Social media is a great way to advertise your website as it has both the user base and the machinery to push your message out. Create pages, advertise, link tweets to your posts and landing pages and <a href="http://conqueryourmarket.online/digital/advertising/five-things-wrong-facebook-advertising/" target="_blank" rel="noopener">leverage the opportunities</a> that the social media pages have that helps your site.</p> <p><img class="alignnone size-full wp-image-1772" src="http://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2.png" alt="mobile-ad-strategy" width="800" height="2000" srcset="https://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2-120x300.png 120w, https://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2-200x500.png 200w, https://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2-400x1000.png 400w, https://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2-410x1024.png 410w, https://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2-600x1500.png 600w, https://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2-768x1920.png 768w, https://conqueryourmarket.online/wp-content/uploads/2017/11/Sparta-digital-presents-2.png 800w" sizes="(max-width: 800px) 100vw, 800px" /></p> </div> <div class="fusion-meta-info"><div class="fusion-meta-info-wrapper">By <span class="vcard"><span class="fn"><a href="https://conqueryourmarket.online/author/jeromec/" title="Posts by Jerome Rivera" rel="author">Jerome Rivera</a></span></span><span class="fusion-inline-sep">|</span> <span class="updated rich-snippet-hidden"> 2018-02-10T14:23:50+10:00 </span> <span>November 27th, 2017</span><span class="fusion-inline-sep">|</span><a href="https://conqueryourmarket.online/category/digital/advertising/" rel="category tag">Advertising</a><span class="fusion-inline-sep">|</span><span class="fusion-comments"><a href="https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/#respond">0 Comments</a></span></div></div> <div class="fusion-sharing-box fusion-single-sharing-box share-box"> <h4>Share This Story, Choose Your Platform!</h4> <div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook" style="color:#bebdbd;" href="http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p&#091;url&#093;=https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/&amp;p&#091;images&#093;&#091;0&#093;=https://conqueryourmarket.online/wp-content/uploads/2017/11/mobile-advertising.jpg&amp;p&#091;title&#093;=10%20Digital%20Advertising%20Tips%20For%20a%20Strong%20Mobile%20Ad%20Strategy" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Facebook" data-toggle="tooltip" title="Facebook"><span class="screen-reader-text">Facebook</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter" style="color:#bebdbd;" href="https://twitter.com/share?text=10%20Digital%20Advertising%20Tips%20For%20a%20Strong%20Mobile%20Ad%20Strategy&amp;url=https%3A%2F%2Fconqueryourmarket.online%2Fdigital%2Fadvertising%2F10-digital-advertising-tips-mobile%2F" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Twitter" data-toggle="tooltip" title="Twitter"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-linkedin fusion-icon-linkedin" style="color:#bebdbd;" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/&amp;title=10%20Digital%20Advertising%20Tips%20For%20a%20Strong%20Mobile%20Ad%20Strategy&amp;summary=Digital%20advertising%20is%20becoming%20stronger%20in%20mobile%20platforms%2C%20adding%20a%2033%25%20jump%20for%20the%202017%20fiscal%20year%20according%20to%20IAB%20PWC%E2%80%99s%20Advertising%20Expenditure%20Report.%20We%E2%80%99re%20expecting%20it%20to%20shoot%20higher%20as%20the%20mobile%20market%20is%20growing%20exponentially%20every%20year.%20Imp" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Linkedin" data-toggle="tooltip" title="Linkedin"><span class="screen-reader-text">Linkedin</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-reddit fusion-icon-reddit" style="color:#bebdbd;" href="http://reddit.com/submit?url=https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/&amp;title=10%20Digital%20Advertising%20Tips%20For%20a%20Strong%20Mobile%20Ad%20Strategy" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Reddit" data-toggle="tooltip" title="Reddit"><span class="screen-reader-text">Reddit</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-googleplus fusion-icon-googleplus" style="color:#bebdbd;" href="https://plus.google.com/share?url=https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/" onclick="javascript:window.open(this.href,&#039;&#039;, &#039;menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600&#039;);return false;" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Google+" data-toggle="tooltip" title="Google+"><span class="screen-reader-text">Google+</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-pinterest fusion-icon-pinterest" style="color:#bebdbd;" href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fconqueryourmarket.online%2Fdigital%2Fadvertising%2F10-digital-advertising-tips-mobile%2F&amp;description=Digital%20advertising%20is%20becoming%20stronger%20in%20mobile%20platforms%2C%20adding%20a%2033%25%20jump%20for%20the%202017%20fiscal%20year%20according%20to%20IAB%20PWC%E2%80%99s%20Advertising%20Expenditure%20Report.%20We%E2%80%99re%20expecting%20it%20to%20shoot%20higher%20as%20the%20mobile%20market%20is%20growing%20exponentially%20every%20year.%20Improving%20your%20presence%20with%20mobile-first%20techniques%20is%20a%20good%20way%20to%20get%20a&amp;media=https%3A%2F%2Fconqueryourmarket.online%2Fwp-content%2Fuploads%2F2017%2F11%2Fmobile-advertising.jpg" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Pinterest" data-toggle="tooltip" title="Pinterest"><span class="screen-reader-text">Pinterest</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-mail fusion-icon-mail fusion-last-social-icon" style="color:#bebdbd;" href="mailto:?subject=10 Digital Advertising Tips For a Strong Mobile Ad Strategy&amp;body=https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/" target="_self" rel="noopener noreferrer" data-placement="top" data-title="Email" data-toggle="tooltip" title="Email"><span class="screen-reader-text">Email</span></a><div class="fusion-clearfix"></div></div></div> </div> <section class="about-author"> <div class="fusion-title fusion-title-size-three sep-double" style="margin-top:0px;margin-bottom:31px;"> <h3 class="title-heading-left"> About the Author: <a href="https://conqueryourmarket.online/author/jeromec/" title="Posts by Jerome Rivera" rel="author">Jerome Rivera</a> </h3> <div class="title-sep-container"> <div class="title-sep sep-double"></div> </div> </div> <div class="about-author-container"> <div class="avatar"> <img alt='' src='https://secure.gravatar.com/avatar/967868c22b82f385b42f0911ea818c68?s=72&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/967868c22b82f385b42f0911ea818c68?s=144&#038;d=mm&#038;r=g 2x' class='avatar avatar-72 photo' height='72' width='72' /> </div> <div class="description"> Apple Certified Engineer. Content Writer. Your friendly neighborhood SEO and Digital Marketing guy who cooks a new recipe each week. </div> </div> </section> <section class="related-posts single-related-posts"> <div class="fusion-title fusion-title-size-three sep-double" style="margin-top:0px;margin-bottom:31px;"> <h3 class="title-heading-left"> Related Posts </h3> <div class="title-sep-container"> <div class="title-sep sep-double"></div> </div> </div> <div class="fusion-carousel" data-imagesize="fixed" data-metacontent="no" data-autoplay="no" data-touchscroll="no" data-columns="5" data-itemmargin="44px" data-itemwidth="180" data-touchscroll="yes" data-scrollitems=""> <div class="fusion-carousel-positioner"> <ul class="fusion-carousel-holder"> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <a href="https://conqueryourmarket.online/digital/advertising/10-ppc-trends-2019/"> <img src="https://conqueryourmarket.online/wp-content/uploads/2018/12/PPC-Trends-500x383.png" srcset="https://conqueryourmarket.online/wp-content/uploads/2018/12/PPC-Trends-500x383.png 1x, https://conqueryourmarket.online/wp-content/uploads/2018/12/[email protected] 2x" width="500" height="383" alt="10 PPC Trends in 2019 You Need To Watch Now" /> </a> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <a href="https://conqueryourmarket.online/digital/advertising/all-about-google-adwords-quality-score/"> <img src="https://conqueryourmarket.online/wp-content/uploads/2018/04/understanding-adwords-quality-score-500x383.png" srcset="https://conqueryourmarket.online/wp-content/uploads/2018/04/understanding-adwords-quality-score-500x383.png 1x, https://conqueryourmarket.online/wp-content/uploads/2018/04/[email protected] 2x" width="500" height="383" alt="All You Need to Know About Google Adwords Quality Score" /> </a> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <a href="https://conqueryourmarket.online/digital/advertising/adwords-part-5-the-ad-copy/"> <img src="https://conqueryourmarket.online/wp-content/uploads/2018/03/effective-ads-500x383.png" srcset="https://conqueryourmarket.online/wp-content/uploads/2018/03/effective-ads-500x383.png 1x, https://conqueryourmarket.online/wp-content/uploads/2018/03/[email protected] 2x" width="500" height="383" alt="Beginner’s Guide to Adwords Part 5: The Ad Copy and How To Make It Work" /> </a> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <a href="https://conqueryourmarket.online/digital/advertising/beginners-guide-adwords-4-choosing-the-right-keywords/"> <img src="https://conqueryourmarket.online/wp-content/uploads/2018/03/ad-keywords-500x383.png" srcset="https://conqueryourmarket.online/wp-content/uploads/2018/03/ad-keywords-500x383.png 1x, https://conqueryourmarket.online/wp-content/uploads/2018/03/[email protected] 2x" width="500" height="383" alt="Beginner’s Guide to Adwords Part 4: Choosing the Right Keywords to Use" /> </a> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <a href="https://conqueryourmarket.online/digital/advertising/beginners-guide-adwords-3-ad-group/"> <img src="https://conqueryourmarket.online/wp-content/uploads/2018/03/adwords-chart-500x383.png" srcset="https://conqueryourmarket.online/wp-content/uploads/2018/03/adwords-chart-500x383.png 1x, https://conqueryourmarket.online/wp-content/uploads/2018/03/[email protected] 2x" width="500" height="383" alt="Beginner’s Guide to Adwords Part 3: The What and Why of Google’s Ad Group" /> </a> </div> </div><!-- fusion-carousel-item-wrapper --> </li> </ul><!-- fusion-carousel-holder --> <div class="fusion-carousel-nav"> <span class="fusion-nav-prev"></span> <span class="fusion-nav-next"></span> </div> </div><!-- fusion-carousel-positioner --> </div><!-- fusion-carousel --> </section><!-- related-posts --> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave A Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/digital/advertising/10-digital-advertising-tips-mobile/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="https://conqueryourmarket.online/wp-comments-post.php" method="post" id="commentform" class="comment-form"> <div id="comment-textarea"><label class="screen-reader-text" for="comment">Comment</label><textarea name="comment" id="comment" cols="45" rows="8" aria-required="true" required="required" tabindex="0" class="textarea-comment" placeholder="Comment..."></textarea></div><div id="comment-input"><input id="author" name="author" type="text" value="" placeholder="Name (required)" size="30" aria-required='true' required='required' aria-label="Name"/> <input id="email" name="email" type="email" value="" placeholder="Email (required)" size="30" aria-required='true' required='required' aria-label="Email"/> <input id="url" name="url" type="url" value="" placeholder="Website" size="30" aria-label="URL" /></div> <p class="form-submit"><input name="submit" type="submit" id="comment-submit" class="fusion-button fusion-button-default fusion-button-default-size" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='1770' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="b7700aade8" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="68"/></p> </form> </div><!-- #respond --> <p class="akismet_comment_form_privacy_notice">This site uses Akismet to reduce spam. <a href="https://akismet.com/privacy/" target="_blank" rel="nofollow noopener">Learn how your comment data is processed</a>.</p> </article> </section> <aside id="sidebar" role="complementary" class="sidebar fusion-widget-area fusion-content-widget-area fusion-sidebar-right fusion-blogsidebar" style="float: right;" > <section id="search-2" class="widget-odd widget-first widget-1 widget widget_search"><form role="search" class="searchform" method="get" action="https://conqueryourmarket.online/"> <div class="search-table"> <div class="search-field"> <input type="text" value="" name="s" class="s" placeholder="Search ..." required aria-required="true" aria-label="Search ..."/> </div> <div class="search-button"> <input type="submit" class="searchsubmit" value="&#xf002;" /> </div> </div> </form> </section><section id="categories-2" class="widget-even widget-2 widget widget_categories"><div class="heading"><h4 class="widget-title">Categories</h4></div> <ul> <li class="cat-item cat-item-149"><a href="https://conqueryourmarket.online/category/digital/advertising/" >Advertising</a> </li> <li class="cat-item cat-item-150"><a href="https://conqueryourmarket.online/category/digital/content/" >Content</a> </li> <li class="cat-item cat-item-29"><a href="https://conqueryourmarket.online/category/digital/conversion-basics/" >Conversion Basics</a> </li> <li class="cat-item cat-item-13"><a href="https://conqueryourmarket.online/category/digital/" >Digital</a> </li> <li class="cat-item cat-item-148"><a href="https://conqueryourmarket.online/category/digital/marketing/" >Marketing</a> </li> <li class="cat-item cat-item-5"><a href="https://conqueryourmarket.online/category/digital/market-basics/" >Marketing Basics</a> </li> <li class="cat-item cat-item-147"><a href="https://conqueryourmarket.online/category/optimisation/" >Optimisation</a> </li> <li class="cat-item cat-item-24"><a href="https://conqueryourmarket.online/category/optimisation/seo-basics/" >SEO Basics</a> </li> <li class="cat-item cat-item-15"><a href="https://conqueryourmarket.online/category/wordpress-dev/web-basics/" >Web Basics</a> </li> </ul> </section> <section id="recent-posts-2" class="widget-odd widget-3 widget widget_recent_entries"> <div class="heading"><h4 class="widget-title">Recent Posts</h4></div> <ul> <li> <a href="https://conqueryourmarket.online/digital/marketing/why-google-reviews-are-so-important-to-your-small-business/">Why Google Reviews Are So Important To Your Small Business</a> </li> <li> <a href="https://conqueryourmarket.online/digital/advertising/10-ppc-trends-2019/">10 PPC Trends in 2019 You Need To Watch Now</a> </li> <li> <a href="https://conqueryourmarket.online/optimisation/seo-basics/search-engine-optimisation-guide/">Ultimate SEO Guide for Small Businesses in Australia (2018 Updated)</a> </li> <li> <a href="https://conqueryourmarket.online/digital/marketing/small-business-personalised-marketing-2019/">Here&#8217;s How Small Businesses Like You Can Do Personalised Marketing in 2019</a> </li> <li> <a href="https://conqueryourmarket.online/digital/what-is-branding/">Understanding What Branding Is</a> </li> </ul> </section><section id="recent-comments-2" class="widget-even widget-last widget-4 widget widget_recent_comments"><div class="heading"><h4 class="widget-title">Recent Comments</h4></div><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">Michael</span> on <a href="https://conqueryourmarket.online/digital/marketing/how-to-improve-marketing-emails/#comment-6">How To Write Your Marketing Emails: 4+ Ways You Can Improve Your Copy</a></li><li class="recentcomments"><span class="comment-author-link"><a href='https://primarytech.com' rel='external nofollow' class='url'>Website Design Oakville</a></span> on <a href="https://conqueryourmarket.online/wordpress-dev/web-basics/wordpress-security-tips-hacked-website/#comment-4">9 Simple WordPress Security Tips and Recovering Your Hacked Website</a></li><li class="recentcomments"><span class="comment-author-link"><a href='http://conqueryourmarket.online/digital/advertising/all-about-google-adwords-quality-score/' rel='external nofollow' class='url'>All You Need to Know About Google Adwords Quality Score</a></span> on <a href="https://conqueryourmarket.online/digital/market-basics/landing-page-basics/#comment-1">Landing Page Basics</a></li></ul></section> </aside> </div> <!-- fusion-row --> </main> <!-- #main --> <div class="fusion-footer"> <footer role="contentinfo" class="fusion-footer-widget-area fusion-widget-area"> <div class="fusion-row"> <div class="fusion-columns fusion-columns-3 fusion-widget-area"> <div class="fusion-column col-lg-4 col-md-4 col-sm-4"> <section id="media_image-2" class="widget-odd widget-last widget-first widget-1 fusion-footer-widget-column widget widget_media_image"><a href="https://spartadigital.com.au"><img width="300" height="117" src="https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-300x117.png" class="image wp-image-1835 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-200x78.png 200w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-300x117.png 300w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-400x157.png 400w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-600x235.png 600w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-768x301.png 768w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-800x313.png 800w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-1024x401.png 1024w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-1200x470.png 1200w" sizes="(max-width: 300px) 100vw, 300px" /></a><div style="clear:both;"></div></section> </div> <div class="fusion-column col-lg-4 col-md-4 col-sm-4"> </div> <div class="fusion-column fusion-column-last col-lg-4 col-md-4 col-sm-4"> <section id="media_image-3" class="widget-odd widget-last widget-first widget-1 fusion-footer-widget-column widget widget_media_image"><a href="https://conqueryourmarket.academy/"><img width="300" height="74" src="https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-300x74.png" class="image wp-image-2941 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-200x49.png 200w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-300x74.png 300w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-400x99.png 400w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-600x148.png 600w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-768x190.png 768w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-800x197.png 800w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-1024x253.png 1024w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-1200x296.png 1200w" sizes="(max-width: 300px) 100vw, 300px" /></a><div style="clear:both;"></div></section> </div> <div class="fusion-clearfix"></div> </div> <!-- fusion-columns --> </div> <!-- fusion-row --> </footer> <!-- fusion-footer-widget-area --> <footer id="footer" class="fusion-footer-copyright-area"> <div class="fusion-row"> <div class="fusion-copyright-content"> <div class="fusion-copyright-notice"> <div> Copyright 2009 - 2017 Web Services Plus | 2018 Sparta Digital (Australia) | All Rights Reserved </div> </div> <div class="fusion-social-links-footer"> <div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-linkedin fusion-icon-linkedin" style="color:#dce5ed;" href="https://www.linkedin.com/company-beta/18196176/" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Linkedin" data-toggle="tooltip" title="Linkedin"><span class="screen-reader-text">Linkedin</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter" style="color:#dce5ed;" href="https://twitter.com/spartadigitalau" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Twitter" data-toggle="tooltip" title="Twitter"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook" style="color:#dce5ed;" href="https://www.facebook.com/spartadigital.au/" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Facebook" data-toggle="tooltip" title="Facebook"><span class="screen-reader-text">Facebook</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-googleplus fusion-icon-googleplus" style="color:#dce5ed;" href="https://plus.google.com/102111104659507179426" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Google+" data-toggle="tooltip" title="Google+"><span class="screen-reader-text">Google+</span></a></div></div> </div> </div> <!-- fusion-fusion-copyright-content --> </div> <!-- fusion-row --> </footer> <!-- #footer --> </div> <!-- fusion-footer --> </div> <!-- wrapper --> <a class="fusion-one-page-text-link fusion-page-load-link"></a> <script type="text/javascript"> jQuery( document ).ready( function() { var ajaxurl = 'https://conqueryourmarket.online/wp-admin/admin-ajax.php'; if ( 0 < jQuery( '.fusion-login-nonce' ).length ) { jQuery.get( ajaxurl, { 'action': 'fusion_login_nonce' }, function( response ) { jQuery( '.fusion-login-nonce' ).html( response ); }); } }); </script> <!--[if IE 9]> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-ie9.js?ver=1'></script> <![endif]--> <script type='text/javascript' src='https://conqueryourmarket.online/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fitvids.js?ver=1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionVideoGeneralVars = {"status_vimeo":"1","status_yt":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/fusion-video-general.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionLightboxVideoVars = {"lightbox_video_width":"1280","lightbox_video_height":"720"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.ilightbox.js?ver=2.2'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.mousewheel.js?ver=3.0.6'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionLightboxVars = {"status_lightbox":"","lightbox_gallery":"1","lightbox_skin":"metro-white","lightbox_title":"1","lightbox_arrows":"1","lightbox_slideshow_speed":"5000","lightbox_autoplay":"","lightbox_opacity":"0.90","lightbox_desc":"1","lightbox_social":"1","lightbox_deeplinking":"1","lightbox_path":"vertical","lightbox_post_images":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-lightbox.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/imagesLoaded.js?ver=3.1.8'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/isotope.js?ver=3.0.4'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/packery.js?ver=2.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaPortfolioVars = {"lightbox_behavior":"all","infinite_finished_msg":"<em>All items displayed.<\/em>","infinite_blog_text":"<em>Loading the next set of posts...<\/em>","content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-core/js/min/avada-portfolio.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.infinitescroll.js?ver=2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-core/js/min/avada-faqs.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionMapsVars = {"admin_ajax":"https:\/\/conqueryourmarket.online\/wp-admin\/admin-ajax.php","admin_ajax_nonce":"db8f859342"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fusion_maps.js?ver=2.2.2'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-google-map.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionBgImageVars = {"content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-column-bg-image.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/cssua.js?ver=2.1.28'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.waypoints.js?ver=2.0.3'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/modernizr.js?ver=3.3.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-waypoints.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionAnimationsVars = {"disable_mobile_animate_css":"0"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-animations.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionEqualHeightVars = {"content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-equal-heights.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-column.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/library/jquery.countdown.js?ver=1.0'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-countdown.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.cycle.js?ver=3.0.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionTestimonialVars = {"testimonials_speed":"4000"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-testimonials.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-gallery.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/library/jquery.countTo.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.appear.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionCountersBox = {"counter_box_speed":"1000"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-counters-box.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-flip-boxes.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.collapse.js?ver=3.1.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-toggles.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.transition.js?ver=3.3.6'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.tab.js?ver=3.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionTabVars = {"content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-tabs.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.modal.js?ver=3.1.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-modal.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.easyPieChart.js?ver=2.1.7'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-counters-circle.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-progress.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fade.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.requestAnimationFrame.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/fusion-parallax.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionVideoBgVars = {"status_vimeo":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/fusion-video-bg.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionContainerVars = {"content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-container.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-events.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-title.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-content-boxes.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/Froogaloop.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionVideoVars = {"status_vimeo":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-builder/assets/js/min/general/fusion-video.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.tooltip.js?ver=3.3.5'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.popover.js?ver=3.3.5'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.carouFredSel.js?ver=6.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.easing.js?ver=1.3'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.flexslider.js?ver=2.2.2'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.hoverflow.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.hoverintent.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.placeholder.js?ver=2.0.7'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.touchSwipe.js?ver=1.6.6'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-alert.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionCarouselVars = {"related_posts_speed":"2500","carousel_speed":"2500"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-carousel.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionFlexSliderVars = {"status_vimeo":"1","page_smoothHeight":"false","slideshow_autoplay":"1","slideshow_speed":"7000","pagination_video_slide":"","status_yt":"1","flex_smoothHeight":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-flexslider.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-popover.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-tooltip.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-sharing-box.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionBlogVars = {"infinite_blog_text":"<em>Loading the next set of posts...<\/em>","infinite_finished_msg":"<em>All items displayed.<\/em>","slideshow_autoplay":"1","slideshow_speed":"7000","pagination_video_slide":"","status_yt":"1","lightbox_behavior":"all","blog_pagination_type":"Pagination","flex_smoothHeight":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-blog.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-button.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-general-global.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionIe1011Vars = {"form_bg_color":"#ffffff"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-ie1011.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-scroll-to-anchor.js?ver=1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fusionTypographyVars = {"site_width":"1100px","typography_sensitivity":"0.6","typography_factor":"1.5"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-responsive-typography.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/library/bootstrap.scrollspy.js?ver=3.3.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaCommentVars = {"title_style_type":"double","title_margin_top":"0px","title_margin_bottom":"31px"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-comments.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-general-footer.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-quantity.js?ver=5.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaHeaderVars = {"header_position":"top","header_layout":"v2","header_sticky":"1","header_sticky_type2_layout":"menu_only","side_header_break_point":"800","header_sticky_mobile":"0","header_sticky_tablet":"0","mobile_menu_design":"modern","sticky_header_shrinkage":"1","nav_height":"84","nav_highlight_border":"3","logo_margin_top":"31px","logo_margin_bottom":"31px","layout_mode":"wide","header_padding_top":"0px","header_padding_bottom":"0px","offset_scroll":"full"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-header.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-scrollspy.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-select.js?ver=5.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaSidebarsVars = {"header_position":"top","header_layout":"v2","header_sticky":"1","header_sticky_type2_layout":"menu_only","side_header_break_point":"800","header_sticky_tablet":"0","sticky_header_shrinkage":"1","nav_height":"84","content_break_point":"800"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-sidebars.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/library/jquery.sticky-kit.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-tabs-widget.js?ver=5.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaMenuVars = {"header_position":"Top","logo_alignment":"Left","header_sticky":"1","side_header_break_point":"800","mobile_menu_design":"modern","dropdown_goto":"Go to...","mobile_nav_cart":"Shopping Cart","submenu_slideout":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-menu.js?ver=5.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var toTopscreenReaderText = {"label":"Go to Top"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/library/jquery.toTop.js?ver=1.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaToTopVars = {"status_totop_mobile":"0"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-to-top.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-sliding-bar.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-drop-down.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-gravity-forms.js?ver=5.2.1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/library/jquery.elasticslider.js?ver=5.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaElasticSliderVars = {"tfes_autoplay":"1","tfes_animation":"sides","tfes_interval":"3000","tfes_speed":"1600","tfes_width":"90"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/assets/min/js/general/avada-elastic-slider.js?ver=5.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var avadaFusionSliderVars = {"side_header_break_point":"800","slider_position":"below","header_transparency":"0","header_position":"Top","content_break_point":"800","status_vimeo":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/fusion-core/js/min/avada-fusion-slider.js?ver=1'></script> <script type='text/javascript' src='https://conqueryourmarket.online/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script async="async" type='text/javascript' src='https://conqueryourmarket.online/wp-content/plugins/akismet/_inc/form.js?ver=4.1.1'></script> </body> </html>
[ "<footer role=\"contentinfo\" class=\"fusion-footer-widget-area fusion-widget-area\">\n\t\t\t\t\t\t\t<div class=\"fusion-row\">\n\t\t\t\t\t\t\t\t<div class=\"fusion-columns fusion-columns-3 fusion-widget-area\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"fusion-column col-lg-4 col-md-4 col-sm-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<section id=\"media_image-2\" class=\"widget-odd widget-last widget-first widget-1 fusion-footer-widget-column widget widget_media_image\"><a href=\"https://spartadigital.com.au\"><img width=\"300\" height=\"117\" src=\"https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-300x117.png\" class=\"image wp-image-1835 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-200x78.png 200w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-300x117.png 300w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-400x157.png 400w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-600x235.png 600w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-768x301.png 768w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-800x313.png 800w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-1024x401.png 1024w, https://conqueryourmarket.online/wp-content/uploads/2017/12/Sparta-Digital-Logotype-Horizontal-Color-1200x470.png 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\"/></a><div style=\"clear:both;\"/></section>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"fusion-column col-lg-4 col-md-4 col-sm-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"fusion-column fusion-column-last col-lg-4 col-md-4 col-sm-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<section id=\"media_image-3\" class=\"widget-odd widget-last widget-first widget-1 fusion-footer-widget-column widget widget_media_image\"><a href=\"https://conqueryourmarket.academy/\"><img width=\"300\" height=\"74\" src=\"https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-300x74.png\" class=\"image wp-image-2941 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-200x49.png 200w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-300x74.png 300w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-400x99.png 400w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-600x148.png 600w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-768x190.png 768w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-800x197.png 800w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-1024x253.png 1024w, https://conqueryourmarket.online/wp-content/uploads/2018/01/Conquer_your_market_logo_icon_left_different-helmet-1200x296.png 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\"/></a><div style=\"clear:both;\"/></section>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"fusion-clearfix\"/>\n\t\t\t\t\t\t\t\t</div> <!-- fusion-columns -->\n\t\t\t\t\t\t\t</div> <!-- fusion-row -->\n\t\t\t\t\t\t</footer> ", "<footer id=\"footer\" class=\"fusion-footer-copyright-area\">\n\t\t\t\t\t\t\t<div class=\"fusion-row\">\n\t\t\t\t\t\t\t\t<div class=\"fusion-copyright-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"fusion-copyright-notice\">\n\t\t<div>\n\t\tCopyright 2009 - 2017 Web Services Plus | 2018 Sparta Digital (Australia) | All Rights Reserved \t</div>\n</div>\n\t\t\t<div class=\"fusion-social-links-footer\">\n\t\t\t\t<div class=\"fusion-social-networks\"><div class=\"fusion-social-networks-wrapper\"><a class=\"fusion-social-network-icon fusion-tooltip fusion-linkedin fusion-icon-linkedin\" style=\"color:#dce5ed;\" href=\"https://www.linkedin.com/company-beta/18196176/\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"Linkedin\" data-toggle=\"tooltip\" title=\"Linkedin\"><span class=\"screen-reader-text\">Linkedin</span></a><a class=\"fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter\" style=\"color:#dce5ed;\" href=\"https://twitter.com/spartadigitalau\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"Twitter\" data-toggle=\"tooltip\" title=\"Twitter\"><span class=\"screen-reader-text\">Twitter</span></a><a class=\"fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook\" style=\"color:#dce5ed;\" href=\"https://www.facebook.com/spartadigital.au/\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"Facebook\" data-toggle=\"tooltip\" title=\"Facebook\"><span class=\"screen-reader-text\">Facebook</span></a><a class=\"fusion-social-network-icon fusion-tooltip fusion-googleplus fusion-icon-googleplus\" style=\"color:#dce5ed;\" href=\"https://plus.google.com/102111104659507179426\" target=\"_blank\" rel=\"noopener noreferrer\" data-placement=\"top\" data-title=\"Google+\" data-toggle=\"tooltip\" title=\"Google+\"><span class=\"screen-reader-text\">Google+</span></a></div></div>\t\t\t</div>\n\t\t\n\t\t\t\t\t\t\t\t</div> <!-- fusion-fusion-copyright-content -->\n\t\t\t\t\t\t\t</div> <!-- fusion-row -->\n\t\t\t\t\t\t</footer> " ]
[ "<head>\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\t<meta name=\"keywords\" content=\"\"/><meta name=\"description\" content=\"Improving your presence with mobile-first techniques is a good way to get a stronger, better presence online.\"/><title>10 Digital Advertising Tips For a Strong Mobile Ad Strategy</title>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » Feed\" href=\"https://conqueryourmarket.online/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » Comments Feed\" href=\"https://conqueryourmarket.online/comments/feed/\"/>\n\t\t\t<link rel=\"shortcut icon\" href=\"https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png\" type=\"image/x-icon\"/>\n\t\t\t\t\t<!-- For iPhone -->\n\t\t\t<link rel=\"apple-touch-icon\" href=\"https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png\"/>\n\t\t\t\t\t<!-- For iPhone Retina display -->\n\t\t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png\"/>\n\t\t\t\t\t<!-- For iPad -->\n\t\t\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png\"/>\n\t\t\t\t\t<!-- For iPad Retina display -->\n\t\t\t<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"https://conqueryourmarket.online/wp-content/uploads/2016/08/CYM-favicon.png\"/>\n\t\t<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » 10 Digital Advertising Tips For a Strong Mobile Ad Strategy Comments Feed\" href=\"https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/feed/\"/>\n\n\t\t<meta property=\"og:title\" content=\"10 Digital Advertising Tips For a Strong Mobile Ad Strategy\"/>\n\t\t<meta property=\"og:type\" content=\"article\"/>\n\t\t<meta property=\"og:url\" content=\"https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/\"/>\n\t\t<meta property=\"og:site_name\" content=\"\"/>\n\t\t<meta property=\"og:description\" content=\"Digital advertising is becoming stronger in mobile platforms, adding a 33% jump for the 2017 fiscal year according to IAB PWC’s Advertising Expenditure Report. We’re expecting it to shoot higher as the mobile market is growing exponentially every year. Improving your presence with mobile-first techniques is a good way to get a\"/>\n\n\t\t\t\t\t\t\t\t\t<meta property=\"og:image\" content=\"https://conqueryourmarket.online/wp-content/uploads/2017/11/mobile-advertising.jpg\"/>\n\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/conqueryourmarket.online\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://conqueryourmarket.online/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"avada-parent-stylesheet-css\" href=\"https://conqueryourmarket.online/wp-content/themes/Avada/style.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"avada-stylesheet-css\" href=\"https://conqueryourmarket.online/wp-content/themes/Avada/assets/css/style.min.css?ver=5.2.1\" type=\"text/css\" media=\"all\"/>\n<!--[if lte IE 9]>\n<link rel='stylesheet' id='avada-IE-fontawesome-css' href='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/font-awesome.css?ver=5.2.1' type='text/css' media='all' />\n<![endif]-->\n<!--[if IE]>\n<link rel='stylesheet' id='avada-IE-css' href='https://conqueryourmarket.online/wp-content/themes/Avada/assets/css/ie.css?ver=5.2.1' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"stylesheet\" id=\"fusion-dynamic-css-css\" href=\"https://conqueryourmarket.online/wp-content/uploads/fusion-styles/fusion-1770.css?timestamp=1555064446&amp;ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"https://conqueryourmarket.online/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"https://conqueryourmarket.online/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<link rel=\"https://api.w.org/\" href=\"https://conqueryourmarket.online/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://conqueryourmarket.online/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://conqueryourmarket.online/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<link rel=\"canonical\" href=\"https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/\"/>\n<link rel=\"shortlink\" href=\"https://conqueryourmarket.online/?p=1770\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://conqueryourmarket.online/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconqueryourmarket.online%2Fdigital%2Fadvertising%2F10-digital-advertising-tips-mobile%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://conqueryourmarket.online/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconqueryourmarket.online%2Fdigital%2Fadvertising%2F10-digital-advertising-tips-mobile%2F&amp;format=xml\"/>\n <style type=\"text/css\">&#13;\n &#13;\n .wpus-related {&#13;\n }&#13;\n </style>&#13;\n &#13;\n <script>&#13;\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){&#13;\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),&#13;\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)&#13;\n })(window,document,'script','//www.google-analytics.com/analytics.js','gaplusu');&#13;\n&#13;\n function gaplus_track() {&#13;\n gaplusu('create', 'UA-81903901-1', 'auto');&#13;\n gaplusu('send', 'pageview');&#13;\n &#13;\n }&#13;\n&#13;\n gaplus_track();&#13;\n &#13;\n </script>&#13;\n&#13;\n\t\t\t\t<style type=\"text/css\">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>\n\t\t<!-- All in one Favicon 4.7 -->\t\t<style type=\"text/css\" id=\"wp-custom-css\">\n\t\t\t/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n.gform_body input,\n.gform_body select{\n\tmin-height:45px;\n\twidth:100% !important;\n}\n.wthays_form h1,\n.wthays_form h2{\n\tcolor: #BE1E2D;\n\ttext-align: center;\n\tfont-family: inherit;\n\tfont-weight: bold;\n}\n.wthays_form .gfield_label {\n\tbackground: #BE1E2D;\n\twidth: 100%;\n\tcolor: white;\n\tpadding: 13px 9px;\n\tborder-radius: 5px 5px 0 0;\n}\n.wthays_form .gf_repeater_title{color:white;}\n.wthays_form .gfield_description,.wthays_form .ginput_container_repeater{background-color:#BE1E2D;padding-left:10px!important;padding-bottom:10px;color:white;}\n.wthays_form input, .wthays_form textarea{\n\tborder-color:#BE1E2D !important;\n}\n.wthays_form div.ginput_container{\n\tmargin-top:-1px !important;\n}\n.gform_wrapper .wthays_form .percentbar_blue {\n\tbackground-color: #BE1E2D;\n\tcolor: #FFF;\n} \n.gform_wrapper .wthays_form .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button,\n.gform_wrapper .wthays_form .gform_page_footer .button.gform_previous_button{\n\tmargin-right: 10px;\n\tbackground: #BE1E2D;\n\tcolor: white;\n\tmargin-bottom:10px;\n}\n.wthays_form .gf_repeater_remove .gf_repeater_remove_default{\n\tbackground-image: url('http://conqueryourmarket.online/wp-content/uploads/2017/12/minus-circle.png');\n\topacity: 1;\n\twidth: 2em;\n\theight: 2em;\n\tbackground-size: 2em;\n}\n.wthays_form .gf_repeater_add .gf_repeater_add_default {\n\tbackground-image: url('http://conqueryourmarket.online/wp-content/uploads/2017/12/plus-circle.png');\n\topacity: 1;\n\twidth: 2em;\n\theight: 2em;\n\tbackground-size: 2em;\n}\n.fusion-main-menu-search .fusion-main-menu-icon {\n\tpadding-top: 23px;\n}\n.fusion-is-sticky .fusion-main-menu-search .fusion-main-menu-icon {\n\tpadding-top: 12px;\n}\n.fusion-is-sticky .fusion-logo-link .fusion-standard-logo {\n\t\n\theight: 60px !important;\n}\n.fusion-header-wrapper .fusion-logo-link .fusion-standard-logo {\n\theight: 120px;\n\ttransition: height 0.7s ease-in-out;\n}\t\t</style>\n\t\t\n\t\t\n\t<script type=\"text/javascript\">\n\t\tvar doc = document.documentElement;\n\t\tdoc.setAttribute('data-useragent', navigator.userAgent);\n\t</script>\n\n\t<meta name=\"msvalidate.01\" content=\"58F50BFDCFC8132D38390CEA81287055\"/>\t\n\t<script>\n\t$(document).ready(function(){\n\t // Add smooth scrolling to all links\n\t $(\"a\").on('click', function(event) {\n\n\t\t// Make sure this.hash has a value before overriding default behavior\n\t\tif (this.hash !== \"\") {\n\t\t // Prevent default anchor click behavior\n\t\t event.preventDefault();\n\n\t\t // Store hash\n\t\t var hash = this.hash;\n\n\t\t // Using jQuery's animate() method to add smooth page scroll\n\t\t // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area\n\t\t $('html, body').animate({\n\t\t\tscrollTop: $(hash).offset().top\n\t\t }, 800, function(){\n\n\t\t\t// Add hash (#) to URL when done scrolling (default click behavior)\n\t\t\twindow.location.hash = hash;\n\t\t });\n\t\t} // End if\n\t });\n\t});\n\t</script>\n</head>\n\n" ]
[ "<title>10 Digital Advertising Tips For a Strong Mobile Ad Strategy</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "conqueryourmarket.online > digital > advertising" } ]
[ { "char_end_idx": 504, "char_start_idx": 0, "key": "length", "type": "local", "value": "504" }, { "char_end_idx": 597, "char_start_idx": 504, "key": "length", "type": "local", "value": "92" }, { "char_end_idx": 707, "char_start_idx": 597, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 868, "char_start_idx": 707, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 1028, "char_start_idx": 868, "key": "length", "type": "local", "value": "159" }, { "char_end_idx": 1193, "char_start_idx": 1028, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 1257, "char_start_idx": 1193, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 1291, "char_start_idx": 1257, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 1337, "char_start_idx": 1291, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 1417, "char_start_idx": 1337, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 1593, "char_start_idx": 1417, "key": "length", "type": "local", "value": "175" }, { "char_end_idx": 1753, "char_start_idx": 1593, "key": "length", "type": "local", "value": "159" }, { "char_end_idx": 1928, "char_start_idx": 1753, "key": "length", "type": "local", "value": "174" }, { "char_end_idx": 2034, "char_start_idx": 1928, "key": "length", "type": "local", "value": "105" }, { "char_end_idx": 2126, "char_start_idx": 2034, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 2256, "char_start_idx": 2126, "key": "length", "type": "local", "value": "129" }, { "char_end_idx": 2420, "char_start_idx": 2256, "key": "length", "type": "local", "value": "163" }, { "char_end_idx": 2589, "char_start_idx": 2420, "key": "length", "type": "local", "value": "168" }, { "char_end_idx": 2676, "char_start_idx": 2589, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 2762, "char_start_idx": 2676, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 2813, "char_start_idx": 2762, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 2886, "char_start_idx": 2813, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 2922, "char_start_idx": 2886, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 3120, "char_start_idx": 2922, "key": "length", "type": "local", "value": "197" }, { "char_end_idx": 3205, "char_start_idx": 3120, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 3290, "char_start_idx": 3205, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 3408, "char_start_idx": 3290, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 3489, "char_start_idx": 3408, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 3615, "char_start_idx": 3489, "key": "length", "type": "local", "value": "125" }, { "char_end_idx": 3770, "char_start_idx": 3615, "key": "length", "type": "local", "value": "154" }, { "char_end_idx": 3826, "char_start_idx": 3770, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 3887, "char_start_idx": 3826, "key": "length", "type": "local", "value": "60" }, { "char_end_idx": 3960, "char_start_idx": 3887, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 4120, "char_start_idx": 3960, "key": "length", "type": "local", "value": "159" }, { "char_end_idx": 4275, "char_start_idx": 4120, "key": "length", "type": "local", "value": "154" }, { "char_end_idx": 4428, "char_start_idx": 4275, "key": "length", "type": "local", "value": "152" }, { "char_end_idx": 4444, "char_start_idx": 4428, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4535, "char_start_idx": 4444, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 4574, "char_start_idx": 4535, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 4616, "char_start_idx": 4574, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 5330, "char_start_idx": 4616, "key": "length", "type": "local", "value": "713" }, { "char_end_idx": 5407, "char_start_idx": 5330, "key": "length", "type": "local", "value": "76" } ]
[ { "key": "length", "type": "global", "value": "5438" } ]
[ { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 36, "char_start_idx": 5, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/web-development-using-wordpress/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 36, "char_start_idx": 5, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-124", "menu-item menu-item-type-post_type menu-item-object-page menu-item-124" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 79, "char_start_idx": 37, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/wordpress-website-maintenance-security/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 79, "char_start_idx": 37, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-123", "menu-item menu-item-type-post_type menu-item-object-page menu-item-123" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 115, "char_start_idx": 80, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital-marketing-wordpress-seo/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 115, "char_start_idx": 80, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-122", "menu-item menu-item-type-post_type menu-item-object-page menu-item-122" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 116, "char_start_idx": 5, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 116, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-126", "menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-has-children menu-item-126" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 116, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-mega-menu", "menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 116, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-mega-menu-container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 116, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "nav_menu-3", "widget-odd widget-last widget-first widget-1 fusion-slidingbar-widget-column widget widget_nav_menu" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "section" }, { "char_end_idx": 116, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-column col-lg-6 col-md-6 col-sm-6" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 116, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "slidingbar", "fusion-row fusion-columns row fusion-columns-2 columns columns-2" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 116, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "slidingbar-area", "slidingbar-area fusion-widget-area" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 125, "char_start_idx": 116, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/marketing/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 125, "char_start_idx": 116, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1304", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1304" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 126, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/market-basics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 142, "char_start_idx": 126, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1305", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1305" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 160, "char_start_idx": 143, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/conversion-basics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 160, "char_start_idx": 143, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1303", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1303" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 172, "char_start_idx": 161, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/advertising/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 172, "char_start_idx": 161, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1302", "menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1302" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 183, "char_start_idx": 173, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/optimisation/seo-basics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 183, "char_start_idx": 173, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1307", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1307" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 200, "char_start_idx": 184, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/content/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 200, "char_start_idx": 184, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1310", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1310" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 201, "char_start_idx": 116, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-below-header", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "ul" }, { "char_end_idx": 201, "char_start_idx": 116, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-below-header-container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 201, "char_start_idx": 116, "html_attrs": { "attrs": [ "class" ], "values": [ "below-header-menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 205, "char_start_idx": 201, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 205, "char_start_idx": 201, "html_attrs": { "attrs": [ "itemprop", "href" ], "values": [ "url", "https://conqueryourmarket.online" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 205, "char_start_idx": 201, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "http://data-vocabulary.org/Breadcrumb" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 206, "char_start_idx": 205, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-breadcrumb-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 213, "char_start_idx": 206, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 213, "char_start_idx": 206, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "https://conqueryourmarket.online/category/digital/", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 213, "char_start_idx": 206, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "http://data-vocabulary.org/Breadcrumb" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 214, "char_start_idx": 213, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-breadcrumb-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 225, "char_start_idx": 214, "html_attrs": { "attrs": [ "itemprop" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 225, "char_start_idx": 214, "html_attrs": { "attrs": [ "href", "itemprop" ], "values": [ "https://conqueryourmarket.online/category/digital/advertising/", "url" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 225, "char_start_idx": 214, "html_attrs": { "attrs": [ "itemscope", "itemtype" ], "values": [ "", "http://data-vocabulary.org/Breadcrumb" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 226, "char_start_idx": 225, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-breadcrumb-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 285, "char_start_idx": 226, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb-leaf" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 286, "char_start_idx": 201, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-page-title-secondary fusion-breadcrumbs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 286, "char_start_idx": 201, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-page-title-bar fusion-page-title-bar-breadcrumbs fusion-page-title-bar-left fusion-page-title-row fusion-page-title-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 345, "char_start_idx": 286, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-title fusion-post-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h2" }, { "char_end_idx": 504, "char_start_idx": 464, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://www.iabaustralia.com.au/research-and-resources/advertising-expenditure/item/11-advertising-expenditure/2373-online-advertising-expenditure-report-quarter-ended-june-2017", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 708, "char_start_idx": 346, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 731, "char_start_idx": 709, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 778, "char_start_idx": 741, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://developers.google.com/amp/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1029, "char_start_idx": 732, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1058, "char_start_idx": 1030, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1338, "char_start_idx": 1059, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1370, "char_start_idx": 1339, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1511, "char_start_idx": 1442, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "http://www.thedrum.com/opinion/2017/08/08/bots-dont-buy-five-tips-avoiding-ad-fraud", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1625, "char_start_idx": 1595, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "http://conqueryourmarket.online/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1754, "char_start_idx": 1371, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1780, "char_start_idx": 1755, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 2127, "char_start_idx": 1781, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2164, "char_start_idx": 2128, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 2299, "char_start_idx": 2258, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://www.betterads.org/desktop-auto-playing-video-ad-with-sound/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2590, "char_start_idx": 2165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2620, "char_start_idx": 2591, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 2705, "char_start_idx": 2690, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "http://conqueryourmarket.online/digital/market-basics/your-perfected-market-positioning/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2923, "char_start_idx": 2621, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2948, "char_start_idx": 2924, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 3031, "char_start_idx": 3010, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "http://conqueryourmarket.online/digital/marketing/3-myths-video-marketing-busted/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3291, "char_start_idx": 2949, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3330, "char_start_idx": 3292, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 3376, "char_start_idx": 3355, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "http://conqueryourmarket.online/digital/market-basics/landing-page-basics/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3616, "char_start_idx": 3331, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3659, "char_start_idx": 3617, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 3961, "char_start_idx": 3660, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3994, "char_start_idx": 3962, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 4221, "char_start_idx": 4195, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "http://conqueryourmarket.online/digital/advertising/five-things-wrong-facebook-advertising/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4276, "char_start_idx": 3995, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4277, "char_start_idx": 346, "html_attrs": { "attrs": [ "class" ], "values": [ "post-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4293, "char_start_idx": 4280, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://conqueryourmarket.online/author/jeromec/", "Posts by Jerome Rivera", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4293, "char_start_idx": 4280, "html_attrs": { "attrs": [ "class" ], "values": [ "fn" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4293, "char_start_idx": 4280, "html_attrs": { "attrs": [ "class" ], "values": [ "vcard" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4294, "char_start_idx": 4293, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-inline-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4321, "char_start_idx": 4295, "html_attrs": { "attrs": [ "class" ], "values": [ "updated rich-snippet-hidden" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4340, "char_start_idx": 4321, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4341, "char_start_idx": 4340, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-inline-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4352, "char_start_idx": 4341, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://conqueryourmarket.online/category/digital/advertising/", "category tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4353, "char_start_idx": 4352, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-inline-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4363, "char_start_idx": 4353, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/#respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4363, "char_start_idx": 4353, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-comments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4364, "char_start_idx": 4277, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-meta-info fusion-meta-info-wrapper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4403, "char_start_idx": 4364, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h4" }, { "char_end_idx": 4404, "char_start_idx": 4364, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-sharing-box fusion-single-sharing-box share-box" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4537, "char_start_idx": 4404, "html_attrs": { "attrs": [ "class" ], "values": [ "description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4537, "char_start_idx": 4404, "html_attrs": { "attrs": [ "class" ], "values": [ "about-author-container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4537, "char_start_idx": 4404, "html_attrs": { "attrs": [ "class" ], "values": [ "about-author" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "section" }, { "char_end_idx": 4537, "char_start_idx": 4537, "html_attrs": { "attrs": [ "class" ], "values": [ "related-posts single-related-posts" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 4616, "char_start_idx": 4576, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://akismet.com/privacy/", "_blank", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4617, "char_start_idx": 4537, "html_attrs": { "attrs": [ "class" ], "values": [ "akismet_comment_form_privacy_notice" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 4618, "char_start_idx": 286, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-1770", "post post-1770 type-post status-publish format-standard has-post-thumbnail hentry category-advertising tag-ads tag-digital-advertising tag-facebook-ads tag-invalid-traffic tag-mobile-ads tag-mobile-ads-strategy tag-mobile-advertising-strategy tag-social-media" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "article" }, { "char_end_idx": 4618, "char_start_idx": 286, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "content", "float: left;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "section" }, { "char_end_idx": 4629, "char_start_idx": 4618, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/advertising/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 4630, "char_start_idx": 4618, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-149" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 4637, "char_start_idx": 4630, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/content/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4638, "char_start_idx": 4630, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-150" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4655, "char_start_idx": 4638, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/conversion-basics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4656, "char_start_idx": 4638, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-29" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4663, "char_start_idx": 4656, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4664, "char_start_idx": 4656, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-13" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4673, "char_start_idx": 4664, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/marketing/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4674, "char_start_idx": 4664, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-148" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4690, "char_start_idx": 4674, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/digital/market-basics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4691, "char_start_idx": 4674, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4703, "char_start_idx": 4691, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/optimisation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4704, "char_start_idx": 4691, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-147" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4714, "char_start_idx": 4704, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/optimisation/seo-basics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4715, "char_start_idx": 4704, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-24" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4725, "char_start_idx": 4715, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/category/wordpress-dev/web-basics/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4726, "char_start_idx": 4715, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-15" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4726, "char_start_idx": 4618, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 4726, "char_start_idx": 4618, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "categories-2", "widget-even widget-2 widget widget_categories" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 4784, "char_start_idx": 4726, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital/marketing/why-google-reviews-are-so-important-to-your-small-business/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 4785, "char_start_idx": 4726, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 4828, "char_start_idx": 4785, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital/advertising/10-ppc-trends-2019/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4829, "char_start_idx": 4785, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4896, "char_start_idx": 4829, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/optimisation/seo-basics/search-engine-optimisation-guide/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4897, "char_start_idx": 4829, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4971, "char_start_idx": 4897, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital/marketing/small-business-personalised-marketing-2019/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4972, "char_start_idx": 4897, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5002, "char_start_idx": 4972, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital/what-is-branding/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5003, "char_start_idx": 4972, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5003, "char_start_idx": 4726, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 5003, "char_start_idx": 4726, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-posts-2", "widget-odd widget-3 widget widget_recent_entries" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 5010, "char_start_idx": 5003, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 5083, "char_start_idx": 5014, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital/marketing/how-to-improve-marketing-emails/#comment-6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5083, "char_start_idx": 5003, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5107, "char_start_idx": 5084, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "https://primarytech.com", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5107, "char_start_idx": 5084, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 5178, "char_start_idx": 5111, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/wordpress-dev/web-basics/wordpress-security-tips-hacked-website/#comment-4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5178, "char_start_idx": 5084, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5234, "char_start_idx": 5179, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "http://conqueryourmarket.online/digital/advertising/all-about-google-adwords-quality-score/", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5234, "char_start_idx": 5179, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 5257, "char_start_idx": 5238, "html_attrs": { "attrs": [ "href" ], "values": [ "https://conqueryourmarket.online/digital/market-basics/landing-page-basics/#comment-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5257, "char_start_idx": 5179, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5258, "char_start_idx": 5003, "html_attrs": { "attrs": [ "id" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 5258, "char_start_idx": 5003, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-comments-2", "widget-even widget-last widget-4 widget widget_recent_comments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 5258, "char_start_idx": 4618, "html_attrs": { "attrs": [ "id", "role", "class", "style" ], "values": [ "sidebar", "complementary", "sidebar fusion-widget-area fusion-content-widget-area fusion-sidebar-right fusion-blogsidebar", "float: right;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "aside" }, { "char_end_idx": 5258, "char_start_idx": 286, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "fusion-row", "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5258, "char_start_idx": 286, "html_attrs": { "attrs": [ "id", "role", "class", "style" ], "values": [ "main", "main", "clearfix ", "" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "main" }, { "char_end_idx": 5258, "char_start_idx": 5258, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-footer" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5258, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wrapper", "" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5258, "char_start_idx": 5258, "html_attrs": { "attrs": [ "class" ], "values": [ "fusion-one-page-text-link fusion-page-load-link" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5437, "char_start_idx": 5258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 5438, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-1770 single-format-standard fusion-image-hovers fusion-body ltr no-tablet-sticky-header no-mobile-sticky-header no-mobile-slidingbar no-mobile-totop mobile-logo-pos-left layout-wide-mode has-sidebar fusion-top-header menu-text-align-center mobile-menu-design-modern fusion-show-pagination-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 36, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Home\nWeb Development using WordPress" }, { "char_end_idx": 79, "char_start_idx": 36, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWordPress Website Maintenance and Security" }, { "char_end_idx": 115, "char_start_idx": 79, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDigital Marketing and WordPress SEO" }, { "char_end_idx": 116, "char_start_idx": 115, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 125, "char_start_idx": 116, "key": "paragraph", "marker": "li", "type": "local", "value": "Marketing" }, { "char_end_idx": 142, "char_start_idx": 125, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMarketing Basics" }, { "char_end_idx": 160, "char_start_idx": 142, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConversion Basics" }, { "char_end_idx": 172, "char_start_idx": 160, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdvertising" }, { "char_end_idx": 183, "char_start_idx": 172, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSEO Basics" }, { "char_end_idx": 200, "char_start_idx": 183, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContent Creation" }, { "char_end_idx": 201, "char_start_idx": 200, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 286, "char_start_idx": 201, "key": "paragraph", "marker": "div", "type": "local", "value": "Home>Digital>Advertising>10 Digital Advertising Tips For a Strong Mobile Ad Strategy\n" }, { "char_end_idx": 345, "char_start_idx": 286, "key": "paragraph", "marker": "h2", "type": "local", "value": "10 Digital Advertising Tips For a Strong Mobile Ad Strategy" }, { "char_end_idx": 709, "char_start_idx": 345, "key": "paragraph", "marker": "p", "type": "local", "value": "\nDigital advertising is becoming stronger in mobile platforms, adding a 33% jump for the 2017 fiscal year according to IAB PWC’s Advertising Expenditure Report. We’re expecting it to shoot higher as the mobile market is growing exponentially every year. Improving your presence with mobile-first techniques is a good way to get a stronger, better presence online.\n" }, { "char_end_idx": 731, "char_start_idx": 709, "key": "paragraph", "marker": "h2", "type": "local", "value": "Less Text, More Images" }, { "char_end_idx": 1030, "char_start_idx": 731, "key": "paragraph", "marker": "p", "type": "local", "value": "\nGoogle’s accelerated mobile pages (AMP) system prioritises pages with less text and more images, incentivising this with better rankings. If you can set your pages, posts and advertisements with shorter texts and better images that are catchy to the eye, you’ll get extra views with Google’s help.\n" }, { "char_end_idx": 1058, "char_start_idx": 1030, "key": "paragraph", "marker": "h2", "type": "local", "value": "Liven Up Your Advertisements" }, { "char_end_idx": 1339, "char_start_idx": 1058, "key": "paragraph", "marker": "p", "type": "local", "value": "\nIf you are pushing to play with the AMP system, make sure that it’s clear for your potential customers to know where to click your ads. Play with the colour and know where to push the call to action. Be smart with the call to action. Don’t use the generic sign-up or submit text.\n" }, { "char_end_idx": 1370, "char_start_idx": 1339, "key": "paragraph", "marker": "h2", "type": "local", "value": "Don’t Overly Rely on Automation" }, { "char_end_idx": 1755, "char_start_idx": 1370, "key": "paragraph", "marker": "p", "type": "local", "value": "\nDon’t get caught too much with your automation. According to The Drum, up to 30% of the industry’s traffic on advertisements comes from bots that are fake-clicking to simulate reach – something called invalid traffic (IVT). Working with private companies is typically how you can get a more honest traffic – an average of 12% IVT with digital advertisers vs the 30% industry average.\n" }, { "char_end_idx": 1780, "char_start_idx": 1755, "key": "paragraph", "marker": "h2", "type": "local", "value": "Remember Audience Context" }, { "char_end_idx": 2128, "char_start_idx": 1780, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe context, location and advertising type that you get in your digital ad spending needs to be catered for people who are expected to be on the go. Since mobile promises portability, the length and local SEO of the content needs to be in its best shape. It needs to be unobtrusive enough that people will actually click it if they’re interested.\n" }, { "char_end_idx": 2164, "char_start_idx": 2128, "key": "paragraph", "marker": "h2", "type": "local", "value": "Never Use Autoplay Videos with Sound" }, { "char_end_idx": 2591, "char_start_idx": 2164, "key": "paragraph", "marker": "p", "type": "local", "value": "\nIf you’re trying to get into video ads, it’s smart to not use autoplay ad videos with sound. According to the Coalition for Better Ads, these types of ads are “disruptive” and can cause the reader to bounce or close the tab, in an effort to stop the sound. If you’re into making sure autoplay happens, add to your site’s code to make an autoplay video run on a corner of the window without audio even when the reader scrolls.\n" }, { "char_end_idx": 2620, "char_start_idx": 2591, "key": "paragraph", "marker": "h2", "type": "local", "value": "Be Educated in the Ads Market" }, { "char_end_idx": 2924, "char_start_idx": 2620, "key": "paragraph", "marker": "p", "type": "local", "value": "\nEducate yourself with details that can make you succeed. Do your own market research to see what your potential customers want or would click. Find your demographic and target your ads to them. Agreeing blindly to the recommendations of your advertiser is not smart. Execute A/B testing if you have to.\n" }, { "char_end_idx": 2948, "char_start_idx": 2924, "key": "paragraph", "marker": "h2", "type": "local", "value": "Take Advantage of Videos" }, { "char_end_idx": 3292, "char_start_idx": 2948, "key": "paragraph", "marker": "p", "type": "local", "value": "\nSince video is fast becoming the mobile marketplace’s staple ad channel that works, make sure that you have presence on the major video apps like Youtube, Twitch and Vimeo. Push for ads on Youtube if you can and add your own videos on your official channel. Use your channel to push clients to your primary website or other social media feed.\n" }, { "char_end_idx": 3330, "char_start_idx": 3292, "key": "paragraph", "marker": "h2", "type": "local", "value": "Make Sure the Landing Page is Relevant" }, { "char_end_idx": 3617, "char_start_idx": 3330, "key": "paragraph", "marker": "p", "type": "local", "value": "\nWhen advertising, use a relevant landing page for the specific piece you made. Make it clear what you want, how you can help them and what you can do for them. An ad that is not, in any way, connected to your landing page can result to client disappointment and extensive bounce rates.\n" }, { "char_end_idx": 3659, "char_start_idx": 3617, "key": "paragraph", "marker": "h2", "type": "local", "value": "Use Multiple Types, Multiple Sizes for Ads" }, { "char_end_idx": 3962, "char_start_idx": 3659, "key": "paragraph", "marker": "p", "type": "local", "value": "\nUse multiple ads per group, playing with different ad sizes with different messages for different demographics. See which one works best and which specification works. A/B testing removes the guesswork that you would need to do. In addition you can use the data that you gather to improve on your ads.\n" }, { "char_end_idx": 3994, "char_start_idx": 3962, "key": "paragraph", "marker": "h2", "type": "local", "value": "Channel Ads Through Social Media" }, { "char_end_idx": 4277, "char_start_idx": 3994, "key": "paragraph", "marker": "p", "type": "local", "value": "\nSocial media is a great way to advertise your website as it has both the user base and the machinery to push your message out. Create pages, advertise, link tweets to your posts and landing pages and leverage the opportunities that the social media pages have that helps your site.\n" }, { "char_end_idx": 4364, "char_start_idx": 4277, "key": "paragraph", "marker": "div", "type": "local", "value": "By Jerome Rivera| 2018-02-10T14:23:50+10:00 November 27th, 2017|Advertising|0 Comments\n" }, { "char_end_idx": 4403, "char_start_idx": 4364, "key": "paragraph", "marker": "h4", "type": "local", "value": "Share This Story, Choose Your Platform!" }, { "char_end_idx": 4404, "char_start_idx": 4403, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4537, "char_start_idx": 4404, "key": "paragraph", "marker": "div", "type": "local", "value": "Apple Certified Engineer. Content Writer. Your friendly neighborhood SEO and Digital Marketing guy who cooks a new recipe each week.\n" }, { "char_end_idx": 4618, "char_start_idx": 4537, "key": "paragraph", "marker": "p", "type": "local", "value": "This site uses Akismet to reduce spam. Learn how your comment data is processed.\n" }, { "char_end_idx": 4630, "char_start_idx": 4618, "key": "paragraph", "marker": "li", "type": "local", "value": "Advertising\n" }, { "char_end_idx": 4638, "char_start_idx": 4630, "key": "paragraph", "marker": "li", "type": "local", "value": "Content\n" }, { "char_end_idx": 4656, "char_start_idx": 4638, "key": "paragraph", "marker": "li", "type": "local", "value": "Conversion Basics\n" }, { "char_end_idx": 4664, "char_start_idx": 4656, "key": "paragraph", "marker": "li", "type": "local", "value": "Digital\n" }, { "char_end_idx": 4674, "char_start_idx": 4664, "key": "paragraph", "marker": "li", "type": "local", "value": "Marketing\n" }, { "char_end_idx": 4691, "char_start_idx": 4674, "key": "paragraph", "marker": "li", "type": "local", "value": "Marketing Basics\n" }, { "char_end_idx": 4704, "char_start_idx": 4691, "key": "paragraph", "marker": "li", "type": "local", "value": "Optimisation\n" }, { "char_end_idx": 4715, "char_start_idx": 4704, "key": "paragraph", "marker": "li", "type": "local", "value": "SEO Basics\n" }, { "char_end_idx": 4726, "char_start_idx": 4715, "key": "paragraph", "marker": "ul", "type": "local", "value": "Web Basics\n" }, { "char_end_idx": 4785, "char_start_idx": 4726, "key": "paragraph", "marker": "li", "type": "local", "value": "Why Google Reviews Are So Important To Your Small Business\n" }, { "char_end_idx": 4829, "char_start_idx": 4785, "key": "paragraph", "marker": "li", "type": "local", "value": "10 PPC Trends in 2019 You Need To Watch Now\n" }, { "char_end_idx": 4897, "char_start_idx": 4829, "key": "paragraph", "marker": "li", "type": "local", "value": "Ultimate SEO Guide for Small Businesses in Australia (2018 Updated)\n" }, { "char_end_idx": 4972, "char_start_idx": 4897, "key": "paragraph", "marker": "li", "type": "local", "value": "Here’s How Small Businesses Like You Can Do Personalised Marketing in 2019\n" }, { "char_end_idx": 5003, "char_start_idx": 4972, "key": "paragraph", "marker": "ul", "type": "local", "value": "Understanding What Branding Is\n" }, { "char_end_idx": 5083, "char_start_idx": 5003, "key": "paragraph", "marker": "li", "type": "local", "value": "Michael on How To Write Your Marketing Emails: 4+ Ways You Can Improve Your Copy" }, { "char_end_idx": 5178, "char_start_idx": 5083, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWebsite Design Oakville on 9 Simple WordPress Security Tips and Recovering Your Hacked Website" }, { "char_end_idx": 5257, "char_start_idx": 5178, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAll You Need to Know About Google Adwords Quality Score on Landing Page Basics" }, { "char_end_idx": 5258, "char_start_idx": 5257, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5438, "char_start_idx": 5258, "key": "paragraph", "marker": "remainder", "type": "local", "value": "[if IE 9]> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-ie9.js?ver=1'></script> <![endif]\n" } ]
[]
[ { "key": "title", "type": "global", "value": "10 Digital Advertising Tips For a Strong Mobile Ad Strategy" } ]
[ { "key": "url", "type": "global", "value": "https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/" } ]
[]
Home Web Development using WordPress WordPress Website Maintenance and Security Digital Marketing and WordPress SEO Marketing Marketing Basics Conversion Basics Advertising SEO Basics Content Creation Home>Digital>Advertising>10 Digital Advertising Tips For a Strong Mobile Ad Strategy 10 Digital Advertising Tips For a Strong Mobile Ad Strategy Digital advertising is becoming stronger in mobile platforms, adding a 33% jump for the 2017 fiscal year according to IAB PWC’s Advertising Expenditure Report. We’re expecting it to shoot higher as the mobile market is growing exponentially every year. Improving your presence with mobile-first techniques is a good way to get a stronger, better presence online. Less Text, More Images Google’s accelerated mobile pages (AMP) system prioritises pages with less text and more images, incentivising this with better rankings. If you can set your pages, posts and advertisements with shorter texts and better images that are catchy to the eye, you’ll get extra views with Google’s help. Liven Up Your Advertisements If you are pushing to play with the AMP system, make sure that it’s clear for your potential customers to know where to click your ads. Play with the colour and know where to push the call to action. Be smart with the call to action. Don’t use the generic sign-up or submit text. Don’t Overly Rely on Automation Don’t get caught too much with your automation. According to The Drum, up to 30% of the industry’s traffic on advertisements comes from bots that are fake-clicking to simulate reach – something called invalid traffic (IVT). Working with private companies is typically how you can get a more honest traffic – an average of 12% IVT with digital advertisers vs the 30% industry average. Remember Audience Context The context, location and advertising type that you get in your digital ad spending needs to be catered for people who are expected to be on the go. Since mobile promises portability, the length and local SEO of the content needs to be in its best shape. It needs to be unobtrusive enough that people will actually click it if they’re interested. Never Use Autoplay Videos with Sound If you’re trying to get into video ads, it’s smart to not use autoplay ad videos with sound. According to the Coalition for Better Ads, these types of ads are “disruptive” and can cause the reader to bounce or close the tab, in an effort to stop the sound. If you’re into making sure autoplay happens, add to your site’s code to make an autoplay video run on a corner of the window without audio even when the reader scrolls. Be Educated in the Ads Market Educate yourself with details that can make you succeed. Do your own market research to see what your potential customers want or would click. Find your demographic and target your ads to them. Agreeing blindly to the recommendations of your advertiser is not smart. Execute A/B testing if you have to. Take Advantage of Videos Since video is fast becoming the mobile marketplace’s staple ad channel that works, make sure that you have presence on the major video apps like Youtube, Twitch and Vimeo. Push for ads on Youtube if you can and add your own videos on your official channel. Use your channel to push clients to your primary website or other social media feed. Make Sure the Landing Page is Relevant When advertising, use a relevant landing page for the specific piece you made. Make it clear what you want, how you can help them and what you can do for them. An ad that is not, in any way, connected to your landing page can result to client disappointment and extensive bounce rates. Use Multiple Types, Multiple Sizes for Ads Use multiple ads per group, playing with different ad sizes with different messages for different demographics. See which one works best and which specification works. A/B testing removes the guesswork that you would need to do. In addition you can use the data that you gather to improve on your ads. Channel Ads Through Social Media Social media is a great way to advertise your website as it has both the user base and the machinery to push your message out. Create pages, advertise, link tweets to your posts and landing pages and leverage the opportunities that the social media pages have that helps your site. By Jerome Rivera| 2018-02-10T14:23:50+10:00 November 27th, 2017|Advertising|0 Comments Share This Story, Choose Your Platform! Apple Certified Engineer. Content Writer. Your friendly neighborhood SEO and Digital Marketing guy who cooks a new recipe each week. This site uses Akismet to reduce spam. Learn how your comment data is processed. Advertising Content Conversion Basics Digital Marketing Marketing Basics Optimisation SEO Basics Web Basics Why Google Reviews Are So Important To Your Small Business 10 PPC Trends in 2019 You Need To Watch Now Ultimate SEO Guide for Small Businesses in Australia (2018 Updated) Here’s How Small Businesses Like You Can Do Personalised Marketing in 2019 Understanding What Branding Is Michael on How To Write Your Marketing Emails: 4+ Ways You Can Improve Your Copy Website Design Oakville on 9 Simple WordPress Security Tips and Recovering Your Hacked Website All You Need to Know About Google Adwords Quality Score on Landing Page Basics [if IE 9]> <script type='text/javascript' src='https://conqueryourmarket.online/wp-content/themes/Avada/includes/lib/assets/min/js/general/fusion-ie9.js?ver=1'></script> <![endif]
https://conqueryourmarket.online/digital/advertising/10-digital-advertising-tips-mobile/
[ { "char_end_idx": 20, "char_start_idx": 5, "key": "entity", "type": "local", "value": "Web_development" }, { "char_end_idx": 36, "char_start_idx": 27, "key": "entity", "type": "local", "value": "WordPress" }, { "char_end_idx": 467, "char_start_idx": 464, "key": "entity", "type": "local", "value": "Interactive_Advertising_Bureau" }, { "char_end_idx": 471, "char_start_idx": 468, "key": "entity", "type": "local", "value": "PricewaterhouseCoopers" }, { "char_end_idx": 738, "char_start_idx": 732, "key": "entity", "type": "local", "value": "Google" }, { "char_end_idx": 1021, "char_start_idx": 1015, "key": "entity", "type": "local", "value": "Google" }, { "char_end_idx": 1098, "char_start_idx": 1095, "key": "entity", "type": "local", "value": "Amplifier" }, { "char_end_idx": 1440, "char_start_idx": 1432, "key": "entity", "type": "local", "value": "The_Drum_(TV_program)" }, { "char_end_idx": 3102, "char_start_idx": 3095, "key": "entity", "type": "local", "value": "YouTube" }, { "char_end_idx": 3110, "char_start_idx": 3104, "key": "entity", "type": "local", "value": "Twitch.tv" }, { "char_end_idx": 3120, "char_start_idx": 3115, "key": "entity", "type": "local", "value": "Vimeo" }, { "char_end_idx": 3994, "char_start_idx": 3982, "key": "entity", "type": "local", "value": "Social_media" }, { "char_end_idx": 4498, "char_start_idx": 4481, "key": "entity", "type": "local", "value": "Digital_marketing" }, { "char_end_idx": 4559, "char_start_idx": 4552, "key": "entity", "type": "local", "value": "Akismet" }, { "char_end_idx": 4881, "char_start_idx": 4872, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 5010, "char_start_idx": 5003, "key": "entity", "type": "local", "value": "Michael_Scott_(The_Office)" } ]
[ { "char_end_idx": 36, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Web_development" }, { "char_end_idx": 36, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "WordPress" }, { "char_end_idx": 709, "char_start_idx": 345, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Interactive_Advertising_Bureau" }, { "char_end_idx": 709, "char_start_idx": 345, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "PricewaterhouseCoopers" }, { "char_end_idx": 1030, "char_start_idx": 731, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Google" }, { "char_end_idx": 1339, "char_start_idx": 1058, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Amplifier" }, { "char_end_idx": 1755, "char_start_idx": 1370, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "The_Drum_(TV_program)" }, { "char_end_idx": 3292, "char_start_idx": 2948, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "YouTube" }, { "char_end_idx": 3292, "char_start_idx": 2948, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Twitch.tv" }, { "char_end_idx": 3292, "char_start_idx": 2948, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Vimeo" }, { "char_end_idx": 3994, "char_start_idx": 3962, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Social_media" }, { "char_end_idx": 4537, "char_start_idx": 4404, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Digital_marketing" }, { "char_end_idx": 4618, "char_start_idx": 4537, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Akismet" }, { "char_end_idx": 4897, "char_start_idx": 4829, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 5083, "char_start_idx": 5003, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Michael_Scott_(The_Office)" } ]
0
248
1555887234000
<!DOCTYPE html> <html dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <link href='https://www.blogger.com/static/v1/widgets/2549344219-widget_css_bundle.css' rel='stylesheet' type='text/css'/> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='blogger' name='generator'/> <link href='http://jonathanheidibamford.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/> <link href='http://jonathanheidibamford.blogspot.com/2011/03/reunion.html' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title="Jonathan&#39;s Blog - Atom" href="http://jonathanheidibamford.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="Jonathan&#39;s Blog - RSS" href="http://jonathanheidibamford.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="Jonathan&#39;s Blog - Atom" href="https://www.blogger.com/feeds/8586052010627808319/posts/default" /> <link rel="alternate" type="application/atom+xml" title="Jonathan&#39;s Blog - Atom" href="http://jonathanheidibamford.blogspot.com/feeds/1470803749222351959/comments/default" /> <!--Can't find substitution for tag [blog.ieCssRetrofitLinks]--> <link href='http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg' rel='image_src'/> <meta content='http://jonathanheidibamford.blogspot.com/2011/03/reunion.html' property='og:url'/> <meta content='The Reunion' property='og:title'/> <meta content=' In 1994, we moved to the Philippines to teach the children of missionaries. Students at the school in 1996 Matt along with his fellow...' property='og:description'/> <meta content='http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/w1200-h630-p-k-no-nu/B2-01.jpg' property='og:image'/> <!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]--> <title>Jonathan's Blog: The Reunion</title> <style id='page-skin-1' type='text/css'><!-- /* ----------------------------------------------- Blogger Template Style Name: Minima Black Date: 26 Feb 2004 Updated by: Blogger Team ----------------------------------------------- */ /* Use this with templates/template-twocol.html */ body { background:#000000; margin:0; color:#cccccc; font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif; font-size/* */:/**/small; font-size: /**/small; text-align: center; } a:link { color:#99aadd; text-decoration:none; } a:visited { color:#aa77aa; text-decoration:none; } a:hover { color:#aadd99; text-decoration:underline; } a img { border-width:0; } /* Header ----------------------------------------------- */ #header-wrapper { width:660px; margin:0 auto 10px; border:1px solid #333333; } #header-inner { background-position: center; margin-left: auto; margin-right: auto; } #header { margin: 5px; border: 1px solid #333333; text-align: center; color:#cccccc; } #header h1 { margin:5px 5px 0; padding:15px 20px .25em; line-height:1.2em; text-transform:uppercase; letter-spacing:.2em; font: normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif; } #header a { color:#cccccc; text-decoration:none; } #header a:hover { color:#cccccc; } #header .description { margin:0 5px 5px; padding:0 20px 15px; max-width:700px; text-transform:uppercase; letter-spacing:.2em; line-height: 1.4em; font: normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif; color: #777777; } #header img { margin-left: auto; margin-right: auto; } /* Outer-Wrapper ----------------------------------------------- */ #outer-wrapper { width: 660px; margin:0 auto; padding:10px; text-align:left; font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif; } #main-wrapper { width: 410px; float: left; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } #sidebar-wrapper { width: 220px; float: right; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } /* Headings ----------------------------------------------- */ h2 { margin:1.5em 0 .75em; font:normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; line-height: 1.4em; text-transform:uppercase; letter-spacing:.2em; color:#777777; } /* Posts ----------------------------------------------- */ h2.date-header { margin:1.5em 0 .5em; } .post { margin:.5em 0 1.5em; border-bottom:1px dotted #333333; padding-bottom:1.5em; } .post h3 { margin:.25em 0 0; padding:0 0 4px; font-size:140%; font-weight:normal; line-height:1.4em; color:#aadd99; } .post h3 a, .post h3 a:visited, .post h3 strong { display:block; text-decoration:none; color:#aadd99; font-weight:bold; } .post h3 strong, .post h3 a:hover { color:#cccccc; } .post-body { margin:0 0 .75em; line-height:1.6em; } .post-body blockquote { line-height:1.3em; } .post-footer { margin: .75em 0; color:#777777; text-transform:uppercase; letter-spacing:.1em; font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; line-height: 1.4em; } .comment-link { margin-left:.6em; } .post img, table.tr-caption-container { padding:4px; border:1px solid #333333; } .tr-caption-container img { border: none; padding: 0; } .post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } /* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font-weight: bold; line-height: 1.4em; text-transform:uppercase; letter-spacing:.2em; color: #777777; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block .comment-author { margin:.5em 0; } #comments-block .comment-body { margin:.25em 0 0; } #comments-block .comment-footer { margin:-.25em 0 2em; line-height: 1.4em; text-transform:uppercase; letter-spacing:.1em; } #comments-block .comment-body p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } .feed-links { clear: both; line-height: 2.5em; } #blog-pager-newer-link { float: left; } #blog-pager-older-link { float: right; } #blog-pager { text-align: center; } /* Sidebar Content ----------------------------------------------- */ .sidebar { color: #999999; line-height: 1.5em; } .sidebar ul { list-style:none; margin:0 0 0; padding:0 0 0; } .sidebar li { margin:0; padding-top:0; padding-right:0; padding-bottom:.25em; padding-left:15px; text-indent:-15px; line-height:1.5em; } .sidebar .widget, .main .widget { border-bottom:1px dotted #333333; margin:0 0 1.5em; padding:0 0 1.5em; } .main .Blog { border-bottom-width: 0; } /* Profile ----------------------------------------------- */ .profile-img { float: left; margin-top: 0; margin-right: 5px; margin-bottom: 5px; margin-left: 0; padding: 4px; border: 1px solid #333333; } .profile-data { margin:0; text-transform:uppercase; letter-spacing:.1em; font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; color: #777777; font-weight: bold; line-height: 1.6em; } .profile-datablock { margin:.5em 0 .5em; } .profile-textblock { margin: 0.5em 0; line-height: 1.6em; } .profile-link { font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; text-transform: uppercase; letter-spacing: .1em; } /* Footer ----------------------------------------------- */ #footer { width:660px; clear:both; margin:0 auto; padding-top:15px; line-height: 1.6em; text-transform:uppercase; letter-spacing:.1em; text-align: center; } --></style> <link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=8586052010627808319&amp;zx=06fb2621-5bff-4eb5-896d-08cca06b4381' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=8586052010627808319&amp;zx=06fb2621-5bff-4eb5-896d-08cca06b4381' rel='stylesheet'/></noscript> </head> <script src='http://www.google-analytics.com/urchin.js' type='text/javascript'> </script> <script type='text/javascript'> _uacct = "UA-4847436-1"; urchinTracker(); </script> <body> <div class='navbar section' id='navbar'><div class='widget Navbar' data-version='1' id='Navbar1'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d8586052010627808319\x26blogName\x3dJonathan\x27s+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://jonathanheidibamford.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://jonathanheidibamford.blogspot.com/\x26targetPostID\x3d1470803749222351959\x26blogPostOrPageUrl\x3dhttp://jonathanheidibamford.blogspot.com/2011/03/reunion.html\x26vt\x3d305797142463662628', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js'; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); }})(); </script> </div></div> <div id='outer-wrapper'><div id='wrap2'> <!-- skip links for text browsers --> <span id='skiplinks' style='display:none;'> <a href='#main'>skip to main </a> | <a href='#sidebar'>skip to sidebar</a> </span> <div id='header-wrapper'> <div class='header section' id='header'><div class='widget Header' data-version='1' id='Header1'> <div id='header-inner'> <div class='titlewrapper'> <h1 class='title'> <a href='http://jonathanheidibamford.blogspot.com/'> Jonathan's Blog </a> </h1> </div> <div class='descriptionwrapper'> <p class='description'><span> </span></p> </div> </div> </div></div> </div> <div id='content-wrapper'> <div id='crosscol-wrapper' style='text-align:center'> <div class='crosscol no-items section' id='crosscol'></div> </div> <div id='main-wrapper'> <div class='main section' id='main'><div class='widget Blog' data-version='1' id='Blog1'> <div class='blog-posts hfeed'> <div class="date-outer"> <h2 class='date-header'><span>Tuesday, March 8, 2011</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg' itemprop='image_url'/> <meta content='8586052010627808319' itemprop='blogId'/> <meta content='1470803749222351959' itemprop='postId'/> <a name='1470803749222351959'></a> <h3 class='post-title entry-title' itemprop='name'> The Reunion </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1470803749222351959' itemprop='description articleBody'> <p align="center"><a href="http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s1600/B2-01.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581911111366755938" src="http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 267px; DISPLAY: block; HEIGHT: 400px; CURSOR: hand" /></a> In 1994, we moved to the Philippines to teach the children of missionaries. </p><br /><div align="center"><a href="http://1.bp.blogspot.com/-oyVSYU9osIA/TXbuVgtqvpI/AAAAAAAABrY/ccdXaHoZMMc/s1600/B2-02.JPG"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910841498451602" src="http://1.bp.blogspot.com/-oyVSYU9osIA/TXbuVgtqvpI/AAAAAAAABrY/ccdXaHoZMMc/s400/B2-02.JPG" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 290px; CURSOR: hand" /></a> Students at the school in 1996 </div><br /><div align="center"><br /><br /><a href="http://4.bp.blogspot.com/-mviDcuLE0Gg/TXbuVnMx2PI/AAAAAAAABrQ/LjMgUdAjHOU/s1600/B2-03.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910843239553266" src="http://4.bp.blogspot.com/-mviDcuLE0Gg/TXbuVnMx2PI/AAAAAAAABrQ/LjMgUdAjHOU/s400/B2-03.jpg" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 260px; CURSOR: hand" /></a> Matt along with his fellow students<br /><br /><a href="http://3.bp.blogspot.com/-684m4FmtRFQ/TXbwUbeRDWI/AAAAAAAABro/VJ9p2WDF2Nk/s1600/B2-04.JPG"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581913021935062370" src="http://3.bp.blogspot.com/-684m4FmtRFQ/TXbwUbeRDWI/AAAAAAAABro/VJ9p2WDF2Nk/s400/B2-04.JPG" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 277px; CURSOR: hand" /></a> Ruth giving a book report<br /><br /><br /><div><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910836939547106" src="http://4.bp.blogspot.com/-wPLhH3v7GOE/TXbuVPuvYeI/AAAAAAAABrA/0NuYWBuqj8s/s400/B2-05.jpg" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 300px; CURSOR: hand" /> And we had lots of fun times with our new friends.<br /><br /><br /><div><a href="http://3.bp.blogspot.com/-iohlxb2FRac/TXbuU5NXafI/AAAAAAAABq4/Pl23-r5uFWI/s1600/B2-06.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910830893984242" src="http://3.bp.blogspot.com/-iohlxb2FRac/TXbuU5NXafI/AAAAAAAABq4/Pl23-r5uFWI/s400/B2-06.jpg" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 260px; CURSOR: hand" /></a> Erin holding Carrie<br /><br /><br /><div><a href="http://3.bp.blogspot.com/-IFzdUNdRLow/TXbt2WKVGPI/AAAAAAAABqw/0dZDjLlH7g0/s1600/B2-07.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910306089933042" src="http://3.bp.blogspot.com/-IFzdUNdRLow/TXbt2WKVGPI/AAAAAAAABqw/0dZDjLlH7g0/s400/B2-07.jpg" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 260px; CURSOR: hand" /></a> Carrie, James, Rachel, Charles, &amp; Toby<br /><br /><br /><div><a href="http://2.bp.blogspot.com/-G-vfu4gXpSE/TXbt2IetNTI/AAAAAAAABqo/LIv9aAlX4mg/s1600/B2-08.JPG"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910302417302834" src="http://2.bp.blogspot.com/-G-vfu4gXpSE/TXbt2IetNTI/AAAAAAAABqo/LIv9aAlX4mg/s400/B2-08.JPG" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 300px; CURSOR: hand" /></a> Carrie and Sarah at age 5.<br /><br /><br /><div><a href="http://2.bp.blogspot.com/-aCih8HqERTo/TXbt2CwVIAI/AAAAAAAABqg/HgWHGSY3d6E/s1600/B2-09.JPG"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910300880609282" src="http://2.bp.blogspot.com/-aCih8HqERTo/TXbt2CwVIAI/AAAAAAAABqg/HgWHGSY3d6E/s400/B2-09.JPG" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 402px; DISPLAY: block; HEIGHT: 301px; CURSOR: hand" /></a>Sara now lives in Australia, but last month she and her sisters came back to the Philippines for a visit along with Toby the blond boy in the picture with the puppies.<br /><br /><br /><div><a href="http://2.bp.blogspot.com/-9BNLTO-dKms/TXbt1w7ev5I/AAAAAAAABqY/H4Zj5atHiO8/s1600/B2-10.JPG"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910296095539090" src="http://2.bp.blogspot.com/-9BNLTO-dKms/TXbt1w7ev5I/AAAAAAAABqY/H4Zj5atHiO8/s400/B2-10.JPG" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 300px; DISPLAY: block; HEIGHT: 400px; CURSOR: hand" /></a> Toby helped make the picnic fun for everyone.<br /><br /><br /><div><a href="http://1.bp.blogspot.com/-ZmvyRSd3PsI/TXbt1rzCAwI/AAAAAAAABqQ/RQ-QXqUcF6Y/s1600/B2-11.JPG"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5581910294717924098" src="http://1.bp.blogspot.com/-ZmvyRSd3PsI/TXbt1rzCAwI/AAAAAAAABqQ/RQ-QXqUcF6Y/s400/B2-11.JPG" style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 300px; CURSOR: hand" /></a> Matt and Erin married and now serving as missionaries here in the Philippines. It was a real pleasure to have a couple hours with my former students. I am pleased to say that they can all read and do math without taking off their shoes to count higher than 10. Thank you, Matt, Erin, Rachel, Ruth, Sarah, and Toby, for taking time to visit us. We really enjoyed seeing you again.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><div></div></div></div></div></div></div></div></div><br /></div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02285800743861599003' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02285800743861599003' rel='author' title='author profile'> <span itemprop='name'>Jonathan</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://jonathanheidibamford.blogspot.com/2011/03/reunion.html' itemprop='url'/> <a class='timestamp-link' href='http://jonathanheidibamford.blogspot.com/2011/03/reunion.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-03-08T19:00:00-08:00'>7:00 PM</abbr></a> </span> <span class='reaction-buttons'> </span> <span class='post-comment-link'> </span> <span class='post-backlinks post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2039274337'> <a href='https://www.blogger.com/post-edit.g?blogID=8586052010627808319&postID=1470803749222351959&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>No comments:</h4> <div id='Blog1_comments-block-wrapper'> <dl class='avatar-comment-indent' id='comments-block'> </dl> </div> <p class='comment-footer'> <a href='https://www.blogger.com/comment.g?blogID=8586052010627808319&postID=1470803749222351959' onclick=''>Post a Comment</a> </p> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://jonathanheidibamford.blogspot.com/2011/03/plans-change-but-things-still-happen.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://jonathanheidibamford.blogspot.com/2011/03/do-i-look-unintelligent-fetcher.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='http://jonathanheidibamford.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://jonathanheidibamford.blogspot.com/feeds/1470803749222351959/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2014/'> 2014 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2014/02/'> February </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2012/10/'> October </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2012/09/'> September </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2012/03/'> March </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2011/'> 2011 </a> <span class='post-count' dir='ltr'>(8)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2011/10/'> October </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2011/08/'> August </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2011/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2011/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2011/03/'> March </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='posts'> <li><a href='http://jonathanheidibamford.blogspot.com/2011/03/plans-change-but-things-still-happen.html'>Plans Change but Things Still Happen.</a></li> <li><a href='http://jonathanheidibamford.blogspot.com/2011/03/reunion.html'>The Reunion</a></li> <li><a href='http://jonathanheidibamford.blogspot.com/2011/03/do-i-look-unintelligent-fetcher.html'>&#8220;Do I look unintelligent?&#8221; The Fetcher</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2011/01/'> January </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(25)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/12/'> December </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/10/'> October </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/08/'> August </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/07/'> July </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/04/'> April </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/03/'> March </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/02/'> February </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2010/01/'> January </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(29)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/12/'> December </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/10/'> October </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/09/'> September </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/08/'> August </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/05/'> May </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/04/'> April </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/03/'> March </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/02/'> February </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2009/01/'> January </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(36)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/12/'> December </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/11/'> November </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/10/'> October </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/09/'> September </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/08/'> August </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/07/'> July </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='http://jonathanheidibamford.blogspot.com/2008/05/'> May </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=8586052010627808319&widgetType=BlogArchive&widgetId=BlogArchive1&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogArchive1"));' rel='nofollow' target='configBlogArchive1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/02285800743861599003'><img alt='My photo' class='profile-img' height='80' src='//1.bp.blogspot.com/_vCd0WTh96rg/TEnY1lULgiI/AAAAAAAABck/HVJgxGQPU10/s80/Image192.jpg' width='60'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/02285800743861599003' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Jonathan </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/02285800743861599003' rel='author'>View my complete profile</a> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='//www.blogger.com/rearrange?blogID=8586052010627808319&widgetType=Profile&widgetId=Profile1&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("Profile1"));' rel='nofollow' target='configProfile1' title='Edit'> <img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'>&#160;</div> </div> <!-- end content-wrapper --> <div id='footer-wrapper'> <div class='footer no-items section' id='footer'></div> </div> </div></div> <!-- end outer-wrapper --> <script src='https://apis.google.com/js/plusone.js' type='text/javascript'></script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/322834226-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY7VUztunay0Hgfz5i23ouY9fO1mUw:1555887234830';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d8586052010627808319','//jonathanheidibamford.blogspot.com/2011/03/reunion.html','8586052010627808319'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '8586052010627808319', 'title': 'Jonathan\x27s Blog', 'url': 'http://jonathanheidibamford.blogspot.com/2011/03/reunion.html', 'canonicalUrl': 'http://jonathanheidibamford.blogspot.com/2011/03/reunion.html', 'homepageUrl': 'http://jonathanheidibamford.blogspot.com/', 'searchUrl': 'http://jonathanheidibamford.blogspot.com/search', 'canonicalHomepageUrl': 'http://jonathanheidibamford.blogspot.com/', 'blogspotFaviconUrl': 'http://jonathanheidibamford.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Jonathan\x26#39;s Blog - Atom\x22 href\x3d\x22http://jonathanheidibamford.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Jonathan\x26#39;s Blog - RSS\x22 href\x3d\x22http://jonathanheidibamford.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Jonathan\x26#39;s Blog - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/8586052010627808319/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Jonathan\x26#39;s Blog - Atom\x22 href\x3d\x22http://jonathanheidibamford.blogspot.com/feeds/1470803749222351959/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/a70fdefc9ab8bab4', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'disableGComments': true, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 300, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '1470803749222351959', 'postImageThumbnailUrl': 'http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s72-c/B2-01.jpg', 'postImageUrl': 'http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg', 'pageName': 'The Reunion', 'pageTitle': 'Jonathan\x27s Blog: The Reunion'}}, {'name': 'features', 'data': {'sharing_get_link_dialog': 'true', 'sharing_native': 'false'}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'The Reunion', 'description': ' In 1994, we moved to the Philippines to teach the children of missionaries. Students at the school in 1996 Matt along with his fellow...', 'featuredImage': 'http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg', 'url': 'http://jonathanheidibamford.blogspot.com/2011/03/reunion.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 1470803749222351959}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/3746448411-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/368954415-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull')); </script> </body> </html>
[]
[ "<head>\n<link href=\"https://www.blogger.com/static/v1/widgets/2549344219-widget_css_bundle.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"/>\n<meta content=\"blogger\" name=\"generator\"/>\n<link href=\"http://jonathanheidibamford.blogspot.com/favicon.ico\" rel=\"icon\" type=\"image/x-icon\"/>\n<link href=\"http://jonathanheidibamford.blogspot.com/2011/03/reunion.html\" rel=\"canonical\"/>\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Jonathan's Blog - Atom\" href=\"http://jonathanheidibamford.blogspot.com/feeds/posts/default\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Jonathan's Blog - RSS\" href=\"http://jonathanheidibamford.blogspot.com/feeds/posts/default?alt=rss\"/>\n<link rel=\"service.post\" type=\"application/atom+xml\" title=\"Jonathan's Blog - Atom\" href=\"https://www.blogger.com/feeds/8586052010627808319/posts/default\"/>\n\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Jonathan's Blog - Atom\" href=\"http://jonathanheidibamford.blogspot.com/feeds/1470803749222351959/comments/default\"/>\n<!--Can't find substitution for tag [blog.ieCssRetrofitLinks]-->\n<link href=\"http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg\" rel=\"image_src\"/>\n<meta content=\"http://jonathanheidibamford.blogspot.com/2011/03/reunion.html\" property=\"og:url\"/>\n<meta content=\"The Reunion\" property=\"og:title\"/>\n<meta content=\" In 1994, we moved to the Philippines to teach the children of missionaries. Students at the school in 1996 Matt along with his fellow...\" property=\"og:description\"/>\n<meta content=\"http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/w1200-h630-p-k-no-nu/B2-01.jpg\" property=\"og:image\"/>\n<!--[if IE]> <script> (function() { var html5 = (\"abbr,article,aside,audio,canvas,datalist,details,\" + \"figure,footer,header,hgroup,mark,menu,meter,nav,output,\" + \"progress,section,time,video\").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->\n<title>Jonathan's Blog: The Reunion</title>\n<style id=\"page-skin-1\" type=\"text/css\">&lt;!--\n/*\n-----------------------------------------------\nBlogger Template Style\nName: Minima Black\nDate: 26 Feb 2004\nUpdated by: Blogger Team\n----------------------------------------------- */\n\n/* Use this with templates/template-twocol.html */\nbody {\nbackground:#000000;\nmargin:0;\ncolor:#cccccc;\nfont: x-small \"Trebuchet MS\", Trebuchet, Verdana, Sans-serif;\nfont-size/* */:/**/small;\nfont-size: /**/small;\ntext-align: center;\n}\na:link {\ncolor:#99aadd;\ntext-decoration:none;\n}\na:visited {\ncolor:#aa77aa;\ntext-decoration:none;\n}\na:hover {\ncolor:#aadd99;\ntext-decoration:underline;\n}\na img {\nborder-width:0;\n}\n/* Header\n-----------------------------------------------\n*/\n#header-wrapper {\nwidth:660px;\nmargin:0 auto 10px;\nborder:1px solid #333333;\n}\n#header-inner {\nbackground-position: center;\nmargin-left: auto;\nmargin-right: auto;\n}\n#header {\nmargin: 5px;\nborder: 1px solid #333333;\ntext-align: center;\ncolor:#cccccc;\n}\n#header h1 {\nmargin:5px 5px 0;\npadding:15px 20px .25em;\nline-height:1.2em;\ntext-transform:uppercase;\nletter-spacing:.2em;\nfont: normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;\n}\n#header a {\ncolor:#cccccc;\ntext-decoration:none;\n}\n#header a:hover {\ncolor:#cccccc;\n}\n#header .description {\nmargin:0 5px 5px;\npadding:0 20px 15px;\nmax-width:700px;\ntext-transform:uppercase;\nletter-spacing:.2em;\nline-height: 1.4em;\nfont: normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;\ncolor: #777777;\n}\n#header img {\nmargin-left: auto;\nmargin-right: auto;\n}\n/* Outer-Wrapper\n----------------------------------------------- */\n#outer-wrapper {\nwidth: 660px;\nmargin:0 auto;\npadding:10px;\ntext-align:left;\nfont: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;\n}\n#main-wrapper {\nwidth: 410px;\nfloat: left;\nword-wrap: break-word; /* fix for long text breaking sidebar float in IE */\noverflow: hidden; /* fix for long non-text content breaking IE sidebar float */\n}\n#sidebar-wrapper {\nwidth: 220px;\nfloat: right;\nword-wrap: break-word; /* fix for long text breaking sidebar float in IE */\noverflow: hidden; /* fix for long non-text content breaking IE sidebar float */\n}\n/* Headings\n----------------------------------------------- */\nh2 {\nmargin:1.5em 0 .75em;\nfont:normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;\nline-height: 1.4em;\ntext-transform:uppercase;\nletter-spacing:.2em;\ncolor:#777777;\n}\n/* Posts\n-----------------------------------------------\n*/\nh2.date-header {\nmargin:1.5em 0 .5em;\n}\n.post {\nmargin:.5em 0 1.5em;\nborder-bottom:1px dotted #333333;\npadding-bottom:1.5em;\n}\n.post h3 {\nmargin:.25em 0 0;\npadding:0 0 4px;\nfont-size:140%;\nfont-weight:normal;\nline-height:1.4em;\ncolor:#aadd99;\n}\n.post h3 a, .post h3 a:visited, .post h3 strong {\ndisplay:block;\ntext-decoration:none;\ncolor:#aadd99;\nfont-weight:bold;\n}\n.post h3 strong, .post h3 a:hover {\ncolor:#cccccc;\n}\n.post-body {\nmargin:0 0 .75em;\nline-height:1.6em;\n}\n.post-body blockquote {\nline-height:1.3em;\n}\n.post-footer {\nmargin: .75em 0;\ncolor:#777777;\ntext-transform:uppercase;\nletter-spacing:.1em;\nfont: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;\nline-height: 1.4em;\n}\n.comment-link {\nmargin-left:.6em;\n}\n.post img, table.tr-caption-container {\npadding:4px;\nborder:1px solid #333333;\n}\n.tr-caption-container img {\nborder: none;\npadding: 0;\n}\n.post blockquote {\nmargin:1em 20px;\n}\n.post blockquote p {\nmargin:.75em 0;\n}\n/* Comments\n----------------------------------------------- */\n#comments h4 {\nmargin:1em 0;\nfont-weight: bold;\nline-height: 1.4em;\ntext-transform:uppercase;\nletter-spacing:.2em;\ncolor: #777777;\n}\n#comments-block {\nmargin:1em 0 1.5em;\nline-height:1.6em;\n}\n#comments-block .comment-author {\nmargin:.5em 0;\n}\n#comments-block .comment-body {\nmargin:.25em 0 0;\n}\n#comments-block .comment-footer {\nmargin:-.25em 0 2em;\nline-height: 1.4em;\ntext-transform:uppercase;\nletter-spacing:.1em;\n}\n#comments-block .comment-body p {\nmargin:0 0 .75em;\n}\n.deleted-comment {\nfont-style:italic;\ncolor:gray;\n}\n.feed-links {\nclear: both;\nline-height: 2.5em;\n}\n#blog-pager-newer-link {\nfloat: left;\n}\n#blog-pager-older-link {\nfloat: right;\n}\n#blog-pager {\ntext-align: center;\n}\n/* Sidebar Content\n----------------------------------------------- */\n.sidebar {\ncolor: #999999;\nline-height: 1.5em;\n}\n.sidebar ul {\nlist-style:none;\nmargin:0 0 0;\npadding:0 0 0;\n}\n.sidebar li {\nmargin:0;\npadding-top:0;\npadding-right:0;\npadding-bottom:.25em;\npadding-left:15px;\ntext-indent:-15px;\nline-height:1.5em;\n}\n.sidebar .widget, .main .widget {\nborder-bottom:1px dotted #333333;\nmargin:0 0 1.5em;\npadding:0 0 1.5em;\n}\n.main .Blog {\nborder-bottom-width: 0;\n}\n/* Profile\n----------------------------------------------- */\n.profile-img {\nfloat: left;\nmargin-top: 0;\nmargin-right: 5px;\nmargin-bottom: 5px;\nmargin-left: 0;\npadding: 4px;\nborder: 1px solid #333333;\n}\n.profile-data {\nmargin:0;\ntext-transform:uppercase;\nletter-spacing:.1em;\nfont: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;\ncolor: #777777;\nfont-weight: bold;\nline-height: 1.6em;\n}\n.profile-datablock {\nmargin:.5em 0 .5em;\n}\n.profile-textblock {\nmargin: 0.5em 0;\nline-height: 1.6em;\n}\n.profile-link {\nfont: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;\ntext-transform: uppercase;\nletter-spacing: .1em;\n}\n/* Footer\n----------------------------------------------- */\n#footer {\nwidth:660px;\nclear:both;\nmargin:0 auto;\npadding-top:15px;\nline-height: 1.6em;\ntext-transform:uppercase;\nletter-spacing:.1em;\ntext-align: center;\n}\n\n--&gt;</style>\n<link href=\"https://www.blogger.com/dyn-css/authorization.css?targetBlogID=8586052010627808319&amp;zx=06fb2621-5bff-4eb5-896d-08cca06b4381\" media=\"none\" onload=\"if(media!='all')media='all'\" rel=\"stylesheet\"/><noscript><link href=\"https://www.blogger.com/dyn-css/authorization.css?targetBlogID=8586052010627808319&amp;zx=06fb2621-5bff-4eb5-896d-08cca06b4381\" rel=\"stylesheet\"/></noscript>\n\n</head>\n" ]
[ "<title>Jonathan's Blog: The Reunion</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "jonathanheidibamford.blogspot.com > reunion html" } ]
[ { "char_end_idx": 140, "char_start_idx": 0, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 260, "char_start_idx": 140, "key": "length", "type": "local", "value": "119" }, { "char_end_idx": 352, "char_start_idx": 260, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 522, "char_start_idx": 352, "key": "length", "type": "local", "value": "169" }, { "char_end_idx": 570, "char_start_idx": 522, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 651, "char_start_idx": 570, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 722, "char_start_idx": 651, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 833, "char_start_idx": 722, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 916, "char_start_idx": 833, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 952, "char_start_idx": 916, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 1048, "char_start_idx": 952, "key": "length", "type": "local", "value": "95" } ]
[ { "key": "length", "type": "global", "value": "1137" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id", "data-version" ], "values": [ "navbar section widget Navbar", "navbar Navbar1", "1" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 13, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "#main" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 30, "char_start_idx": 15, "html_attrs": { "attrs": [ "href" ], "values": [ "#sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 31, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "skiplinks", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 53, "char_start_idx": 31, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 53, "char_start_idx": 31, "html_attrs": { "attrs": [ "class" ], "values": [ "date-header" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 54, "char_start_idx": 54, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg", "image_url" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "meta" }, { "char_end_idx": 54, "char_start_idx": 54, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "8586052010627808319", "blogId" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "meta" }, { "char_end_idx": 54, "char_start_idx": 54, "html_attrs": { "attrs": [ "content", "itemprop" ], "values": [ "1470803749222351959", "postId" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "meta" }, { "char_end_idx": 54, "char_start_idx": 54, "html_attrs": { "attrs": [ "name" ], "values": [ "1470803749222351959" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 66, "char_start_idx": 54, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "post-title entry-title", "name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h3" }, { "char_end_idx": 66, "char_start_idx": 66, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581911111366755938", "http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s400/B2-01.jpg", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 267px; DISPLAY: block; HEIGHT: 400px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 66, "char_start_idx": 66, "html_attrs": { "attrs": [ "href" ], "values": [ "http://3.bp.blogspot.com/-gsOWLOuobHE/TXbulODSRmI/AAAAAAAABrg/7rv-v1wFtXI/s1600/B2-01.jpg" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 142, "char_start_idx": 66, "html_attrs": { "attrs": [ "align" ], "values": [ "center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 146, "char_start_idx": 146, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910843239553266", "http://4.bp.blogspot.com/-mviDcuLE0Gg/TXbuVnMx2PI/AAAAAAAABrQ/LjMgUdAjHOU/s400/B2-03.jpg", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 260px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 146, "char_start_idx": 146, "html_attrs": { "attrs": [ "href" ], "values": [ "http://4.bp.blogspot.com/-mviDcuLE0Gg/TXbuVnMx2PI/AAAAAAAABrQ/LjMgUdAjHOU/s1600/B2-03.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 183, "char_start_idx": 183, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581913021935062370", "http://3.bp.blogspot.com/-684m4FmtRFQ/TXbwUbeRDWI/AAAAAAAABro/VJ9p2WDF2Nk/s400/B2-04.JPG", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 277px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 183, "char_start_idx": 183, "html_attrs": { "attrs": [ "href" ], "values": [ "http://3.bp.blogspot.com/-684m4FmtRFQ/TXbwUbeRDWI/AAAAAAAABro/VJ9p2WDF2Nk/s1600/B2-04.JPG" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 211, "char_start_idx": 211, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910836939547106", "http://4.bp.blogspot.com/-wPLhH3v7GOE/TXbuVPuvYeI/AAAAAAAABrA/0NuYWBuqj8s/s400/B2-05.jpg", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 300px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 264, "char_start_idx": 264, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910830893984242", "http://3.bp.blogspot.com/-iohlxb2FRac/TXbuU5NXafI/AAAAAAAABq4/Pl23-r5uFWI/s400/B2-06.jpg", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 260px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 264, "char_start_idx": 264, "html_attrs": { "attrs": [ "href" ], "values": [ "http://3.bp.blogspot.com/-iohlxb2FRac/TXbuU5NXafI/AAAAAAAABq4/Pl23-r5uFWI/s1600/B2-06.jpg" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 286, "char_start_idx": 286, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910306089933042", "http://3.bp.blogspot.com/-IFzdUNdRLow/TXbt2WKVGPI/AAAAAAAABqw/0dZDjLlH7g0/s400/B2-07.jpg", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 260px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 286, "char_start_idx": 286, "html_attrs": { "attrs": [ "href" ], "values": [ "http://3.bp.blogspot.com/-IFzdUNdRLow/TXbt2WKVGPI/AAAAAAAABqw/0dZDjLlH7g0/s1600/B2-07.jpg" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910302417302834", "http://2.bp.blogspot.com/-G-vfu4gXpSE/TXbt2IetNTI/AAAAAAAABqo/LIv9aAlX4mg/s400/B2-08.JPG", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 300px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 327, "char_start_idx": 327, "html_attrs": { "attrs": [ "href" ], "values": [ "http://2.bp.blogspot.com/-G-vfu4gXpSE/TXbt2IetNTI/AAAAAAAABqo/LIv9aAlX4mg/s1600/B2-08.JPG" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 356, "char_start_idx": 356, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910300880609282", "http://2.bp.blogspot.com/-aCih8HqERTo/TXbt2CwVIAI/AAAAAAAABqg/HgWHGSY3d6E/s400/B2-09.JPG", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 402px; DISPLAY: block; HEIGHT: 301px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 356, "char_start_idx": 356, "html_attrs": { "attrs": [ "href" ], "values": [ "http://2.bp.blogspot.com/-aCih8HqERTo/TXbt2CwVIAI/AAAAAAAABqg/HgWHGSY3d6E/s1600/B2-09.JPG" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 526, "char_start_idx": 526, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910296095539090", "http://2.bp.blogspot.com/-9BNLTO-dKms/TXbt1w7ev5I/AAAAAAAABqY/H4Zj5atHiO8/s400/B2-10.JPG", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 300px; DISPLAY: block; HEIGHT: 400px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 526, "char_start_idx": 526, "html_attrs": { "attrs": [ "href" ], "values": [ "http://2.bp.blogspot.com/-9BNLTO-dKms/TXbt1w7ev5I/AAAAAAAABqY/H4Zj5atHiO8/s1600/B2-10.JPG" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 574, "char_start_idx": 574, "html_attrs": { "attrs": [ "alt", "border", "id", "src", "style" ], "values": [ "", "0", "BLOGGER_PHOTO_ID_5581910294717924098", "http://1.bp.blogspot.com/-ZmvyRSd3PsI/TXbt1rzCAwI/AAAAAAAABqQ/RQ-QXqUcF6Y/s400/B2-11.JPG", "TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 400px; DISPLAY: block; HEIGHT: 300px; CURSOR: hand" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 574, "char_start_idx": 574, "html_attrs": { "attrs": [ "href" ], "values": [ "http://1.bp.blogspot.com/-ZmvyRSd3PsI/TXbt1rzCAwI/AAAAAAAABqQ/RQ-QXqUcF6Y/s1600/B2-11.JPG" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 964, "char_start_idx": 574, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 964, "char_start_idx": 526, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 964, "char_start_idx": 356, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 964, "char_start_idx": 327, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 964, "char_start_idx": 286, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 964, "char_start_idx": 264, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 964, "char_start_idx": 211, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 965, "char_start_idx": 144, "html_attrs": { "attrs": [ "align" ], "values": [ "center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 965, "char_start_idx": 66, "html_attrs": { "attrs": [ "class", "id", "itemprop" ], "values": [ "post-body entry-content", "post-body-1470803749222351959", "description articleBody" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 965, "char_start_idx": 965, "html_attrs": { "attrs": [ "class" ], "values": [ "post-footer" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 965, "char_start_idx": 54, "html_attrs": { "attrs": [ "class", "itemprop", "itemscope", "itemtype" ], "values": [ "post hentry uncustomized-post-template", "blogPost", "itemscope", "http://schema.org/BlogPosting" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 965, "char_start_idx": 54, "html_attrs": { "attrs": [ "class" ], "values": [ "date-posts post-outer" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 965, "char_start_idx": 31, "html_attrs": { "attrs": [ "class" ], "values": [ "blog-posts hfeed date-outer" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 965, "char_start_idx": 31, "html_attrs": { "attrs": [ "id", "class", "data-version" ], "values": [ "main-wrapper main Blog1", "main section widget Blog", "1" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 977, "char_start_idx": 965, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 980, "char_start_idx": 978, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 980, "char_start_idx": 978, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 985, "char_start_idx": 980, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://jonathanheidibamford.blogspot.com/2012/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 988, "char_start_idx": 985, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 989, "char_start_idx": 978, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 989, "char_start_idx": 978, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 991, "char_start_idx": 989, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy toggle-open" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 991, "char_start_idx": 989, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 996, "char_start_idx": 991, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://jonathanheidibamford.blogspot.com/2011/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 999, "char_start_idx": 996, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1002, "char_start_idx": 1000, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy toggle-open" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1002, "char_start_idx": 1000, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1008, "char_start_idx": 1002, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://jonathanheidibamford.blogspot.com/2011/03/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1011, "char_start_idx": 1008, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1049, "char_start_idx": 1012, "html_attrs": { "attrs": [ "href" ], "values": [ "http://jonathanheidibamford.blogspot.com/2011/03/plans-change-but-things-still-happen.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1049, "char_start_idx": 1012, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1061, "char_start_idx": 1050, "html_attrs": { "attrs": [ "href" ], "values": [ "http://jonathanheidibamford.blogspot.com/2011/03/reunion.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1061, "char_start_idx": 1050, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1100, "char_start_idx": 1062, "html_attrs": { "attrs": [ "href" ], "values": [ "http://jonathanheidibamford.blogspot.com/2011/03/do-i-look-unintelligent-fetcher.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1100, "char_start_idx": 1062, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1101, "char_start_idx": 1012, "html_attrs": { "attrs": [ "class" ], "values": [ "posts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1101, "char_start_idx": 1000, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate expanded" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1101, "char_start_idx": 1000, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1101, "char_start_idx": 989, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate expanded" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1101, "char_start_idx": 989, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 1103, "char_start_idx": 1101, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 1103, "char_start_idx": 1101, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1108, "char_start_idx": 1103, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://jonathanheidibamford.blogspot.com/2010/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1112, "char_start_idx": 1108, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1113, "char_start_idx": 1101, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 1113, "char_start_idx": 1101, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 1115, "char_start_idx": 1113, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1115, "char_start_idx": 1113, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1120, "char_start_idx": 1115, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://jonathanheidibamford.blogspot.com/2009/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1124, "char_start_idx": 1120, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1125, "char_start_idx": 1113, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1125, "char_start_idx": 1113, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 1127, "char_start_idx": 1125, "html_attrs": { "attrs": [ "class" ], "values": [ "zippy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 1127, "char_start_idx": 1125, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "toggle", "javascript:void(0)" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1132, "char_start_idx": 1127, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "http://jonathanheidibamford.blogspot.com/2008/", "post-count-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1136, "char_start_idx": 1132, "html_attrs": { "attrs": [ "class", "dir" ], "values": [ "post-count", "ltr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1137, "char_start_idx": 1125, "html_attrs": { "attrs": [ "class" ], "values": [ "archivedate collapsed" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1137, "char_start_idx": 1125, "html_attrs": { "attrs": [ "class" ], "values": [ "hierarchy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 1137, "char_start_idx": 978, "html_attrs": { "attrs": [ "id" ], "values": [ "ArchiveList BlogArchive1_ArchiveList" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1137, "char_start_idx": 1137, "html_attrs": { "attrs": [ "alt", "height", "src", "width" ], "values": [ "", "18", "https://resources.blogblog.com/img/icon18_wrench_allbkg.png", "18" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 1137, "char_start_idx": 1137, "html_attrs": { "attrs": [ "class", "href", "onclick", "rel", "target", "title" ], "values": [ "quickedit", "//www.blogger.com/rearrange?blogID=8586052010627808319&widgetType=BlogArchive&widgetId=BlogArchive1&action=editWidget&sectionId=sidebar", "return _WidgetManager._PopupConfig(document.getElementById(\"BlogArchive1\"));", "nofollow", "configBlogArchive1", "Edit" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1137, "char_start_idx": 1137, "html_attrs": { "attrs": [ "class" ], "values": [ "item-control blog-admin" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1137, "char_start_idx": 1137, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-item-control" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1137, "char_start_idx": 978, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1137, "char_start_idx": 965, "html_attrs": { "attrs": [ "class", "data-version", "id" ], "values": [ "widget BlogArchive", "1", "BlogArchive1" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1137, "char_start_idx": 965, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "sidebar-wrapper sidebar", "sidebar section" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1137, "char_start_idx": 31, "html_attrs": { "attrs": [ "id" ], "values": [ "content-wrapper" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1137, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "outer-wrapper wrap2" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1137, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 53, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "skip to main | skip to sidebar\nTuesday, March 8, 2011" }, { "char_end_idx": 66, "char_start_idx": 53, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nThe Reunion\n" }, { "char_end_idx": 143, "char_start_idx": 66, "key": "paragraph", "marker": "p", "type": "local", "value": "In 1994, we moved to the Philippines to teach the children of missionaries.\n\n" }, { "char_end_idx": 145, "char_start_idx": 143, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 183, "char_start_idx": 145, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nMatt along with his fellow students\n\n" }, { "char_end_idx": 210, "char_start_idx": 183, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Ruth giving a book report\n\n" }, { "char_end_idx": 263, "char_start_idx": 210, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nAnd we had lots of fun times with our new friends.\n\n" }, { "char_end_idx": 285, "char_start_idx": 263, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nErin holding Carrie\n\n" }, { "char_end_idx": 326, "char_start_idx": 285, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nCarrie, James, Rachel, Charles, & Toby\n\n" }, { "char_end_idx": 355, "char_start_idx": 326, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nCarrie and Sarah at age 5.\n\n" }, { "char_end_idx": 525, "char_start_idx": 355, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nSara now lives in Australia, but last month she and her sisters came back to the Philippines for a visit along with Toby the blond boy in the picture with the puppies.\n\n" }, { "char_end_idx": 573, "char_start_idx": 525, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nToby helped make the picnic fun for everyone.\n\n" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nMatt and Erin married and now serving as missionaries here in the Philippines. It was a real pleasure to have a couple hours with my former students. I am pleased to say that they can all read and do math without taking off their shoes to count higher than 10. Thank you, Matt, Erin, Rachel, Ruth, Sarah, and Toby, for taking time to visit us. We really enjoyed seeing you again.\n\n" }, { "char_end_idx": 957, "char_start_idx": 955, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 959, "char_start_idx": 957, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 961, "char_start_idx": 959, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 963, "char_start_idx": 961, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 964, "char_start_idx": 963, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n" }, { "char_end_idx": 965, "char_start_idx": 964, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 977, "char_start_idx": 965, "key": "paragraph", "marker": "h2", "type": "local", "value": "Blog Archive" }, { "char_end_idx": 989, "char_start_idx": 977, "key": "paragraph", "marker": "li", "type": "local", "value": "\n► 2012 (3)\n" }, { "char_end_idx": 1049, "char_start_idx": 989, "key": "paragraph", "marker": "li", "type": "local", "value": "▼ 2011 (8)\n▼ March (3)\nPlans Change but Things Still Happen." }, { "char_end_idx": 1061, "char_start_idx": 1049, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Reunion" }, { "char_end_idx": 1100, "char_start_idx": 1061, "key": "paragraph", "marker": "li", "type": "local", "value": "\n“Do I look unintelligent?” The Fetcher" }, { "char_end_idx": 1101, "char_start_idx": 1100, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1113, "char_start_idx": 1101, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2010 (25)\n" }, { "char_end_idx": 1125, "char_start_idx": 1113, "key": "paragraph", "marker": "li", "type": "local", "value": "► 2009 (29)\n" }, { "char_end_idx": 1137, "char_start_idx": 1125, "key": "paragraph", "marker": "div", "type": "local", "value": "► 2008 (36)\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Jonathan's Blog: The Reunion" } ]
[ { "key": "url", "type": "global", "value": "http://jonathanheidibamford.blogspot.com/2011/03/reunion.html" } ]
[]
skip to main | skip to sidebar Tuesday, March 8, 2011 The Reunion In 1994, we moved to the Philippines to teach the children of missionaries. Matt along with his fellow students Ruth giving a book report And we had lots of fun times with our new friends. Erin holding Carrie Carrie, James, Rachel, Charles, & Toby Carrie and Sarah at age 5. Sara now lives in Australia, but last month she and her sisters came back to the Philippines for a visit along with Toby the blond boy in the picture with the puppies. Toby helped make the picnic fun for everyone. Matt and Erin married and now serving as missionaries here in the Philippines. It was a real pleasure to have a couple hours with my former students. I am pleased to say that they can all read and do math without taking off their shoes to count higher than 10. Thank you, Matt, Erin, Rachel, Ruth, Sarah, and Toby, for taking time to visit us. We really enjoyed seeing you again. Blog Archive ► 2012 (3) ▼ 2011 (8) ▼ March (3) Plans Change but Things Still Happen. The Reunion “Do I look unintelligent?” The Fetcher ► 2010 (25) ► 2009 (29) ► 2008 (36)
http://jonathanheidibamford.blogspot.com/2011/03/reunion.html
[ { "char_end_idx": 65, "char_start_idx": 58, "key": "entity", "type": "local", "value": "Réunion" }, { "char_end_idx": 102, "char_start_idx": 91, "key": "entity", "type": "local", "value": "Philippines" }, { "char_end_idx": 150, "char_start_idx": 146, "key": "entity", "type": "local", "value": "Matt_Groening" }, { "char_end_idx": 187, "char_start_idx": 183, "key": "entity", "type": "local", "value": "Book_of_Ruth" }, { "char_end_idx": 268, "char_start_idx": 264, "key": "entity", "type": "local", "value": "Erin_Hannon" }, { "char_end_idx": 283, "char_start_idx": 277, "key": "entity", "type": "local", "value": "Carrie_(novel)" }, { "char_end_idx": 292, "char_start_idx": 286, "key": "entity", "type": "local", "value": "Carrie_(novel)" }, { "char_end_idx": 299, "char_start_idx": 294, "key": "entity", "type": "local", "value": "LeBron_James" }, { "char_end_idx": 307, "char_start_idx": 301, "key": "entity", "type": "local", "value": "Rachel_Green" }, { "char_end_idx": 316, "char_start_idx": 309, "key": "entity", "type": "local", "value": "Charles" }, { "char_end_idx": 333, "char_start_idx": 327, "key": "entity", "type": "local", "value": "Carrie_(novel)" }, { "char_end_idx": 343, "char_start_idx": 338, "key": "entity", "type": "local", "value": "Sarah" }, { "char_end_idx": 360, "char_start_idx": 356, "key": "entity", "type": "local", "value": "Sarah" }, { "char_end_idx": 383, "char_start_idx": 374, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 448, "char_start_idx": 437, "key": "entity", "type": "local", "value": "Philippines" }, { "char_end_idx": 476, "char_start_idx": 472, "key": "entity", "type": "local", "value": "Toby_Flenderson" }, { "char_end_idx": 530, "char_start_idx": 526, "key": "entity", "type": "local", "value": "Toby_Flenderson" }, { "char_end_idx": 578, "char_start_idx": 574, "key": "entity", "type": "local", "value": "Matt_Stone" }, { "char_end_idx": 587, "char_start_idx": 583, "key": "entity", "type": "local", "value": "Erin_Hannon" }, { "char_end_idx": 651, "char_start_idx": 640, "key": "entity", "type": "local", "value": "Philippines" }, { "char_end_idx": 850, "char_start_idx": 846, "key": "entity", "type": "local", "value": "Matt_Stone" }, { "char_end_idx": 856, "char_start_idx": 852, "key": "entity", "type": "local", "value": "Erin_Hannon" }, { "char_end_idx": 864, "char_start_idx": 858, "key": "entity", "type": "local", "value": "Rachel_Green" }, { "char_end_idx": 870, "char_start_idx": 866, "key": "entity", "type": "local", "value": "Book_of_Ruth" }, { "char_end_idx": 877, "char_start_idx": 872, "key": "entity", "type": "local", "value": "Sarah" }, { "char_end_idx": 887, "char_start_idx": 883, "key": "entity", "type": "local", "value": "Toby_Flenderson" }, { "char_end_idx": 1061, "char_start_idx": 1054, "key": "entity", "type": "local", "value": "Réunion" }, { "char_end_idx": 1100, "char_start_idx": 1093, "key": "entity", "type": "local", "value": "Spot_Fetcher" } ]
[ { "char_end_idx": 66, "char_start_idx": 53, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Réunion" }, { "char_end_idx": 143, "char_start_idx": 66, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Philippines" }, { "char_end_idx": 183, "char_start_idx": 145, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Matt_Groening" }, { "char_end_idx": 210, "char_start_idx": 183, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Book_of_Ruth" }, { "char_end_idx": 285, "char_start_idx": 263, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Erin_Hannon" }, { "char_end_idx": 285, "char_start_idx": 263, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Carrie_(novel)" }, { "char_end_idx": 326, "char_start_idx": 285, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Carrie_(novel)" }, { "char_end_idx": 326, "char_start_idx": 285, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "LeBron_James" }, { "char_end_idx": 326, "char_start_idx": 285, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Rachel_Green" }, { "char_end_idx": 326, "char_start_idx": 285, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Charles" }, { "char_end_idx": 355, "char_start_idx": 326, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Carrie_(novel)" }, { "char_end_idx": 355, "char_start_idx": 326, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Sarah" }, { "char_end_idx": 525, "char_start_idx": 355, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Sarah" }, { "char_end_idx": 525, "char_start_idx": 355, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Australia" }, { "char_end_idx": 525, "char_start_idx": 355, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Philippines" }, { "char_end_idx": 525, "char_start_idx": 355, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Toby_Flenderson" }, { "char_end_idx": 573, "char_start_idx": 525, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Toby_Flenderson" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Matt_Stone" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Erin_Hannon" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Philippines" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Rachel_Green" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Book_of_Ruth" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Sarah" }, { "char_end_idx": 955, "char_start_idx": 573, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Toby_Flenderson" }, { "char_end_idx": 1061, "char_start_idx": 1049, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Réunion" }, { "char_end_idx": 1100, "char_start_idx": 1061, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spot_Fetcher" } ]
0
763
1556031313000
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="fr"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"><script type="text/javascript">(window.NREUM||(NREUM={})).loader_config={xpid:"VQ4BV1dWDxACVVZTAAUEUVI="};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o||e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(t,e,n){function r(t){try{s.console&&console.log(t)}catch(e){}}var o,i=t("ee"),a=t(23),s={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(s.console=!0,o.indexOf("dev")!==-1&&(s.dev=!0),o.indexOf("nr_dev")!==-1&&(s.nrDev=!0))}catch(c){}s.nrDev&&i.on("internal-error",function(t){r(t.stack)}),s.dev&&i.on("fn-err",function(t,e,n){r(n.stack)}),s.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(s,function(t,e){return t}).join(", ")))},{}],2:[function(t,e,n){function r(t,e,n,r,s){try{p?p-=1:o(s||new UncaughtException(t,e,n),!0)}catch(f){try{i("ierr",[f,c.now(),!0])}catch(d){}}return"function"==typeof u&&u.apply(this,a(arguments))}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function o(t,e){var n=e?null:c.now();i("err",[t,n])}var i=t("handle"),a=t(24),s=t("ee"),c=t("loader"),f=t("gos"),u=window.onerror,d=!1,l="nr@seenError",p=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(h){"stack"in h&&(t(13),t(12),"addEventListener"in window&&t(6),c.xhrWrappable&&t(14),d=!0)}s.on("fn-start",function(t,e,n){d&&(p+=1)}),s.on("fn-err",function(t,e,n){d&&!n[l]&&(f(n,l,function(){return!0}),this.thrown=!0,o(n))}),s.on("fn-end",function(){d&&!this.thrown&&p>0&&(p-=1)}),s.on("internal-error",function(t){i("ierr",[t,c.now(),!0])})},{}],3:[function(t,e,n){t("loader").features.ins=!0},{}],4:[function(t,e,n){function r(){M++,j=y.hash,this[u]=x.now()}function o(){M--,y.hash!==j&&i(0,!0);var t=x.now();this[h]=~~this[h]+t-this[u],this[d]=t}function i(t,e){E.emit("newURL",[""+y,e])}function a(t,e){t.on(e,function(){this[e]=x.now()})}var s="-start",c="-end",f="-body",u="fn"+s,d="fn"+c,l="cb"+s,p="cb"+c,h="jsTime",m="fetch",v="addEventListener",w=window,y=w.location,x=t("loader");if(w[v]&&x.xhrWrappable){var g=t(10),b=t(11),E=t(8),R=t(6),O=t(13),C=t(7),P=t(14),T=t(9),L=t("ee"),S=L.get("tracer");t(16),x.features.spa=!0;var j,M=0;L.on(u,r),L.on(l,r),L.on(d,o),L.on(p,o),L.buffer([u,d,"xhr-done","xhr-resolved"]),R.buffer([u]),O.buffer(["setTimeout"+c,"clearTimeout"+s,u]),P.buffer([u,"new-xhr","send-xhr"+s]),C.buffer([m+s,m+"-done",m+f+s,m+f+c]),E.buffer(["newURL"]),g.buffer([u]),b.buffer(["propagate",l,p,"executor-err","resolve"+s]),S.buffer([u,"no-"+u]),T.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"]),a(P,"send-xhr"+s),a(L,"xhr-resolved"),a(L,"xhr-done"),a(C,m+s),a(C,m+"-done"),a(T,"new-jsonp"),a(T,"jsonp-end"),a(T,"cb-start"),E.on("pushState-end",i),E.on("replaceState-end",i),w[v]("hashchange",i,!0),w[v]("load",i,!0),w[v]("popstate",function(){i(0,M>1)},!0)}},{}],5:[function(t,e,n){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(13),s=t(12),c="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",d="bstResource",l="resource",p="-start",h="-end",m="fn"+p,v="fn"+h,w="bstTimer",y="pushState",x=t("loader");x.features.stn=!0,t(8);var g=NREUM.o.EV;o.on(m,function(t,e){var n=t[0];n instanceof g&&(this.bstStart=x.now())}),o.on(v,function(t,e){var n=t[0];n instanceof g&&i("bst",[n,e,this.bstStart,x.now()])}),a.on(m,function(t,e,n){this.bstStart=x.now(),this.bstType=n}),a.on(v,function(t,e){i(w,[e,this.bstStart,x.now(),this.bstType])}),s.on(m,function(){this.bstStart=x.now()}),s.on(v,function(t,e){i(w,[e,this.bstStart,x.now(),"requestAnimationFrame"])}),o.on(y+p,function(t){this.time=x.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["c"+c]()},!1):window.performance[f]("webkit"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["webkitC"+c]()},!1)),document[f]("scroll",r,{passive:!0}),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],6:[function(t,e,n){function r(t){for(var e=t;e&&!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&&o(e)}function o(t){s.inPlace(t,[u,d],"-",i)}function i(t,e){return t[1]}var a=t("ee").get("events"),s=t(26)(a,!0),c=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";e.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,e){var n=t[1],r=c(n,"nr@wrapped",function(){function t(){if("function"==typeof n.handleEvent)return n.handleEvent.apply(n,arguments)}var e={object:t,"function":n}[typeof n];return e?s(e,"fn-",null,e.name||"anonymous"):n});this.wrapped=t[1]=r}),a.on(d+"-start",function(t){t[1]=this.wrapped||t[1]})},{}],7:[function(t,e,n){function r(t,e,n){var r=t[e];"function"==typeof r&&(t[e]=function(){var t=r.apply(this,arguments);return o.emit(n+"start",arguments,t),t.then(function(e){return o.emit(n+"end",[null,e],t),e},function(e){throw o.emit(n+"end",[e],t),e})})}var o=t("ee").get("fetch"),i=t(23);e.exports=o;var a=window,s="fetch-",c=s+"body-",f=["arrayBuffer","blob","json","text","formData"],u=a.Request,d=a.Response,l=a.fetch,p="prototype";u&&d&&l&&(i(f,function(t,e){r(u[p],e,c),r(d[p],e,c)}),r(a,"fetch",s),o.on(s+"end",function(t,e){var n=this;if(e){var r=e.headers.get("content-length");null!==r&&(n.rxSize=r),o.emit(s+"done",[null,e],n)}else o.emit(s+"done",[t],n)}))},{}],8:[function(t,e,n){var r=t("ee").get("history"),o=t(26)(r);e.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],9:[function(t,e,n){function r(t){function e(){c.emit("jsonp-end",[],l),t.removeEventListener("load",e,!1),t.removeEventListener("error",n,!1)}function n(){c.emit("jsonp-error",[],l),c.emit("jsonp-end",[],l),t.removeEventListener("load",e,!1),t.removeEventListener("error",n,!1)}var r=t&&"string"==typeof t.nodeName&&"script"===t.nodeName.toLowerCase();if(r){var o="function"==typeof t.addEventListener;if(o){var a=i(t.src);if(a){var u=s(a),d="function"==typeof u.parent[u.key];if(d){var l={};f.inPlace(u.parent,[u.key],"cb-",l),t.addEventListener("load",e,!1),t.addEventListener("error",n,!1),c.emit("new-jsonp",[t.src],l)}}}}}function o(){return"addEventListener"in window}function i(t){var e=t.match(u);return e?e[1]:null}function a(t,e){var n=t.match(l),r=n[1],o=n[3];return o?a(o,e[r]):e[r]}function s(t){var e=t.match(d);return e&&e.length>=3?{key:e[2],parent:a(e[1],window)}:{key:t,parent:window}}var c=t("ee").get("jsonp"),f=t(26)(c);if(e.exports=c,o()){var u=/[?&](?:callback|cb)=([^&#]+)/,d=/(.*)\.([^.]+)/,l=/^(\w+)(\.|$)(.*)$/,p=["appendChild","insertBefore","replaceChild"];f.inPlace(HTMLElement.prototype,p,"dom-"),f.inPlace(HTMLHeadElement.prototype,p,"dom-"),f.inPlace(HTMLBodyElement.prototype,p,"dom-"),c.on("dom-start",function(t){r(t[0])})}},{}],10:[function(t,e,n){var r=t("ee").get("mutation"),o=t(26)(r),i=NREUM.o.MO;e.exports=r,i&&(window.MutationObserver=function(t){return this instanceof i?new i(o(t,"fn-")):i.apply(this,arguments)},MutationObserver.prototype=i.prototype)},{}],11:[function(t,e,n){function r(t){var e=a.context(),n=s(t,"executor-",e),r=new f(n);return a.context(r).getCtx=function(){return e},a.emit("new-promise",[r,e],e),r}function o(t,e){return e}var i=t(26),a=t("ee").get("promise"),s=i(a),c=t(23),f=NREUM.o.PR;e.exports=a,f&&(window.Promise=r,["all","race"].forEach(function(t){var e=f[t];f[t]=function(n){function r(t){return function(){a.emit("propagate",[null,!o],i),o=o||!t}}var o=!1;c(n,function(e,n){Promise.resolve(n).then(r("all"===t),r(!1))});var i=e.apply(f,arguments),s=f.resolve(i);return s}}),["resolve","reject"].forEach(function(t){var e=f[t];f[t]=function(t){var n=e.apply(f,arguments);return t!==n&&a.emit("propagate",[t,!0],n),n}}),f.prototype["catch"]=function(t){return this.then(null,t)},f.prototype=Object.create(f.prototype,{constructor:{value:r}}),c(Object.getOwnPropertyNames(f),function(t,e){try{r[e]=f[e]}catch(n){}}),a.on("executor-start",function(t){t[0]=s(t[0],"resolve-",this),t[1]=s(t[1],"resolve-",this)}),a.on("executor-err",function(t,e,n){t[1](n)}),s.inPlace(f.prototype,["then"],"then-",o),a.on("then-start",function(t,e){this.promise=e,t[0]=s(t[0],"cb-",this),t[1]=s(t[1],"cb-",this)}),a.on("then-end",function(t,e,n){this.nextPromise=n;var r=this.promise;a.emit("propagate",[r,!0],n)}),a.on("cb-end",function(t,e,n){a.emit("propagate",[n,!0],this.nextPromise)}),a.on("propagate",function(t,e,n){this.getCtx&&!e||(this.getCtx=function(){if(t instanceof Promise)var e=a.context(t);return e&&e.getCtx?e.getCtx():this})}),r.toString=function(){return""+f})},{}],12:[function(t,e,n){var r=t("ee").get("raf"),o=t(26)(r),i="equestAnimationFrame";e.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],13:[function(t,e,n){function r(t,e,n){t[0]=a(t[0],"fn-",null,n)}function o(t,e,n){this.method=n,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=a(t[0],"fn-",this,n)}var i=t("ee").get("timer"),a=t(26)(i),s="setTimeout",c="setInterval",f="clearTimeout",u="-start",d="-";e.exports=i,a.inPlace(window,[s,"setImmediate"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],14:[function(t,e,n){function r(t,e){d.inPlace(e,["onreadystatechange"],"fn-",s)}function o(){var t=this,e=u.context(t);t.readyState>3&&!e.resolved&&(e.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,y,"fn-",s)}function i(t){x.push(t),h&&(b?b.then(a):v?v(a):(E=-E,R.data=E))}function a(){for(var t=0;t<x.length;t++)r([],x[t]);x.length&&(x=[])}function s(t,e){return e}function c(t,e){for(var n in t)e[n]=t[n];return e}t(6);var f=t("ee"),u=f.get("xhr"),d=t(26)(u),l=NREUM.o,p=l.XHR,h=l.MO,m=l.PR,v=l.SI,w="readystatechange",y=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],x=[];e.exports=u;var g=window.XMLHttpRequest=function(t){var e=new p(t);try{u.emit("new-xhr",[e],e),e.addEventListener(w,o,!1)}catch(n){try{u.emit("internal-error",[n])}catch(r){}}return e};if(c(p,g),g.prototype=p.prototype,d.inPlace(g.prototype,["open","send"],"-xhr-",s),u.on("send-xhr-start",function(t,e){r(t,e),i(e)}),u.on("open-xhr-start",r),h){var b=m&&m.resolve();if(!v&&!m){var E=1,R=document.createTextNode(E);new h(a).observe(R,{characterData:!0})}}else f.on("fn-end",function(t){t[0]&&t[0].type===w||a()})},{}],15:[function(t,e,n){function r(){var t=window.NREUM,e=t.info.accountID||null,n=t.info.agentID||null,r=t.info.trustKey||null,i="btoa"in window&&"function"==typeof window.btoa;if(!e||!n||!i)return null;var a={v:[0,1],d:{ty:"Browser",ac:e,ap:n,id:o.generateCatId(),tr:o.generateCatId(),ti:Date.now()}};return r&&e!==r&&(a.d.tk=r),btoa(JSON.stringify(a))}var o=t(21);e.exports={generateTraceHeader:r}},{}],16:[function(t,e,n){function r(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<p;r++)t.removeEventListener(l[r],this.listener,!1);e.aborted||(n.duration=s.now()-this.startTime,this.loadCaptureCalled||4!==t.readyState?null==e.status&&(e.status=0):a(this,t),n.cbTime=this.cbTime,d.emit("xhr-done",[t],t),c("xhr",[e,n,this.startTime]))}}function o(t,e){var n=t.responseType;if("json"===n&&null!==e)return e;var r="arraybuffer"===n||"blob"===n||"json"===n?t.response:t.responseText;return v(r)}function i(t,e){var n=f(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}function a(t,e){t.params.status=e.status;var n=o(e,t.lastSize);if(n&&(t.metrics.rxSize=n),t.sameOrigin){var r=e.getResponseHeader("X-NewRelic-App-Data");r&&(t.params.cat=r.split(", ").pop())}t.loadCaptureCalled=!0}var s=t("loader");if(s.xhrWrappable){var c=t("handle"),f=t(17),u=t(15).generateTraceHeader,d=t("ee"),l=["load","error","abort","timeout"],p=l.length,h=t("id"),m=t(20),v=t(19),w=window.XMLHttpRequest;s.features.xhr=!0,t(14),d.on("new-xhr",function(t){var e=this;e.totalCbs=0,e.called=0,e.cbTime=0,e.end=r,e.ended=!1,e.xhrGuids={},e.lastSize=null,e.loadCaptureCalled=!1,t.addEventListener("load",function(n){a(e,t)},!1),m&&(m>34||m<10)||window.opera||t.addEventListener("progress",function(t){e.lastSize=t.loaded},!1)}),d.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),d.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid);var n=!1;if("init"in NREUM&&"distributed_tracing"in NREUM.init&&(n=!!NREUM.init.distributed_tracing.enabled),n&&this.sameOrigin){var r=u();r&&e.setRequestHeader("newrelic",r)}}),d.on("send-xhr-start",function(t,e){var n=this.metrics,r=t[0],o=this;if(n&&r){var i=v(r);i&&(n.txSize=i)}this.startTime=s.now(),this.listener=function(t){try{"abort"!==t.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof e.onload))&&o.end(e)}catch(n){try{d.emit("internal-error",[n])}catch(r){}}};for(var a=0;a<p;a++)e.addEventListener(l[a],this.listener,!1)}),d.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),d.on("xhr-load-added",function(t,e){var n=""+h(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),d.on("xhr-load-removed",function(t,e){var n=""+h(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),d.on("addEventListener-end",function(t,e){e instanceof w&&"load"===t[0]&&d.emit("xhr-load-added",[t[1],t[2]],e)}),d.on("removeEventListener-end",function(t,e){e instanceof w&&"load"===t[0]&&d.emit("xhr-load-removed",[t[1],t[2]],e)}),d.on("fn-start",function(t,e,n){e instanceof w&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=s.now()))}),d.on("fn-end",function(t,e){this.xhrCbStart&&d.emit("xhr-cb-time",[s.now()-this.xhrCbStart,this.onload,e],e)})}},{}],17:[function(t,e,n){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!e.protocol||":"===e.protocol||e.protocol===n.protocol,a=e.hostname===document.domain&&e.port===n.port;return r.sameOrigin=i&&(!e.hostname||a),r}},{}],18:[function(t,e,n){function r(){}function o(t,e,n){return function(){return i(t,[f.now()].concat(s(arguments)),e?null:this,n),e?void 0:this}}var i=t("handle"),a=t(23),s=t(24),c=t("ee").get("tracer"),f=t("loader"),u=NREUM;"undefined"==typeof window.newrelic&&(newrelic=u);var d=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],l="api-",p=l+"ixn-";a(d,function(t,e){u[e]=o(l+e,!0,"api")}),u.addPageAction=o(l+"addPageAction",!0),u.setCurrentRouteName=o(l+"routeName",!0),e.exports=newrelic,u.interaction=function(){return(new r).get()};var h=r.prototype={createTracer:function(t,e){var n={},r=this,o="function"==typeof e;return i(p+"tracer",[f.now(),t,n],r),function(){if(c.emit((o?"":"no-")+"fn-start",[f.now(),r,o],n),o)try{return e.apply(this,arguments)}catch(t){throw c.emit("fn-err",[arguments,this,t],n),t}finally{c.emit("fn-end",[f.now()],n)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,e){h[e]=o(p+e)}),newrelic.noticeError=function(t,e){"string"==typeof t&&(t=new Error(t)),i("err",[t,f.now(),!1,e])}},{}],19:[function(t,e,n){e.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(e){return}}}},{}],20:[function(t,e,n){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),e.exports=r},{}],21:[function(t,e,n){function r(){function t(){return e?15&e[n++]:16*Math.random()|0}var e=null,n=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&(e=r.getRandomValues(new Uint8Array(31)));for(var o,i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",a="",s=0;s<i.length;s++)o=i[s],"x"===o?a+=t().toString(16):"y"===o?(o=3&t()|8,a+=o.toString(16)):a+=o;return a}function o(){function t(){return e?15&e[n++]:16*Math.random()|0}var e=null,n=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&Uint8Array&&(e=r.getRandomValues(new Uint8Array(31)));for(var o=[],i=0;i<16;i++)o.push(t().toString(16));return o.join("")}e.exports={generateUuid:r,generateCatId:o}},{}],22:[function(t,e,n){function r(t,e){if(!o)return!1;if(t!==o)return!1;if(!e)return!0;if(!i)return!1;for(var n=i.split("."),r=e.split("."),a=0;a<r.length;a++)if(r[a]!==n[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var s=navigator.userAgent,c=s.match(a);c&&s.indexOf("Chrome")===-1&&s.indexOf("Chromium")===-1&&(o="Safari",i=c[1])}e.exports={agent:o,version:i,match:r}},{}],23:[function(t,e,n){function r(t,e){var n=[],r="",i=0;for(r in t)o.call(t,r)&&(n[i]=e(r,t[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],24:[function(t,e,n){function r(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(o<0?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=r},{}],25:[function(t,e,n){e.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],26:[function(t,e,n){function r(t){return!(t&&t instanceof Function&&t.apply&&!t[a])}var o=t("ee"),i=t(24),a="nr@original",s=Object.prototype.hasOwnProperty,c=!1;e.exports=function(t,e){function n(t,e,n,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s="function"==typeof n?n(r,a):n||{}}catch(f){l([f,"",[r,a,o],s])}u(e+"start",[r,a,o],s);try{return c=t.apply(a,r)}catch(d){throw u(e+"err",[r,a,d],s),d}finally{u(e+"end",[r,a,c],s)}}return r(t)?t:(e||(e=""),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,e,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<e.length;c++)s=e[c],a=t[s],r(a)||(t[s]=n(a,f?s+o:o,i,s))}function u(n,r,o){if(!c||e){var i=c;c=!0;try{t.emit(n,r,o,e)}catch(a){l([a,n,r,o])}c=i}}function d(t,e){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){l([r])}for(var o in t)s.call(t,o)&&(e[o]=t[o]);return e}function l(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=o),n.inPlace=f,n.flag=a,n}},{}],ee:[function(t,e,n){function r(){}function o(t){function e(t){return t&&t instanceof r?t:t?c(t,s,i):i()}function n(n,r,o,i){if(!l.aborted||i){t&&t(n,r,o);for(var a=e(o),s=m(n),c=s.length,f=0;f<c;f++)s[f].apply(a,r);var d=u[x[n]];return d&&d.push([g,n,r,a]),a}}function p(t,e){y[t]=m(t).concat(e)}function h(t,e){var n=y[t];if(n)for(var r=0;r<n.length;r++)n[r]===e&&n.splice(r,1)}function m(t){return y[t]||[]}function v(t){return d[t]=d[t]||o(n)}function w(t,e){f(t,function(t,n){e=e||"feature",x[n]=e,e in u||(u[e]=[])})}var y={},x={},g={on:p,addEventListener:p,removeEventListener:h,emit:n,get:v,listeners:m,context:e,buffer:w,abort:a,aborted:!1};return g}function i(){return new r}function a(){(u.api||u.feature)&&(l.aborted=!0,u=l.backlog={})}var s="nr@context",c=t("gos"),f=t(23),u={},d={},l=e.exports=o();l.backlog=u},{}],gos:[function(t,e,n){function r(t,e,n){if(o.call(t,e))return t[e];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[e]=r,r}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],handle:[function(t,e,n){function r(t,e,n,r){o.buffer([t],r),o.emit(t,e,n)}var o=t("ee").get("handle");e.exports=r,r.ee=o},{}],id:[function(t,e,n){function r(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");e.exports=r},{}],loader:[function(t,e,n){function r(){if(!E++){var t=b.info=NREUM.info,e=p.getElementsByTagName("script")[0];if(setTimeout(u.abort,3e4),!(t&&t.licenseKey&&t.applicationID&&e))return u.abort();f(x,function(e,n){t[e]||(t[e]=n)}),c("mark",["onload",a()+b.offset],null,"api");var n=p.createElement("script");n.src="https://"+t.agent,e.parentNode.insertBefore(n,e)}}function o(){"complete"===p.readyState&&i()}function i(){c("mark",["domContent",a()+b.offset],null,"api")}function a(){return R.exists&&performance.now?Math.round(performance.now()):(s=Math.max((new Date).getTime(),s))-b.offset}var s=(new Date).getTime(),c=t("handle"),f=t(23),u=t("ee"),d=t(22),l=window,p=l.document,h="addEventListener",m="attachEvent",v=l.XMLHttpRequest,w=v&&v.prototype;NREUM.o={ST:setTimeout,SI:l.setImmediate,CT:clearTimeout,XHR:v,REQ:l.Request,EV:l.Event,PR:l.Promise,MO:l.MutationObserver};var y=""+location,x={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-spa-1123.min.js"},g=v&&w&&w[h]&&!/CriOS/.test(navigator.userAgent),b=e.exports={offset:s,now:a,origin:y,features:{},xhrWrappable:g,userAgent:d};t(18),p[h]?(p[h]("DOMContentLoaded",i,!1),l[h]("load",r,!1)):(p[m]("onreadystatechange",o),l[m]("onload",r)),c("mark",["firstbyte",s],null,"api");var E=0,R=t(25)},{}]},{},["loader",2,16,5,3,4]);</script><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","queueTime":0,"licenseKey":"6d0ece54b7","agent":"","transactionName":"NFBbY0VUXEEEARUPXg0af0JZVkZbCgxOBV4KW1RWRV5XRgYDEUhHClBORBlBQFMLEQ0HRQZRA1RCR0BXCwEYOVUGQVheWw==","applicationID":"217174376","errorBeacon":"bam.nr-data.net","applicationTime":146}</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ZCore (ZCR) prix, graphiques, cap. marché, et autres indicateurs | CoinMarketCap</title> <link rel="preload" as="font" href="https://s2.coinmarketcap.com/static/cloud/fonts/glyphicons-regular.woff2" type="font/woff2" crossorigin> <link rel="preconnect" href="https://s2.coinmarketcap.com" crossorigin> <link rel="preconnect" href="https://files.coinmarketcap.com"> <link rel="preconnect" href="//www.googletagmanager.com"> <meta name="google-site-verification" content="EDc1reqlQ-zAgeRrrgAxRXNK-Zs9JgpE9a0wdaoSO9A"> <meta property="og:type" content="website"> <meta property="og:site_name" content="CoinMarketCap"> <meta property="og:image" content="https://s2.coinmarketcap.com/static/img/coins/200x200/3158.png" /> <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="200"> <meta property="og:image:height" content="200"> <meta property="og:title" content="ZCore (ZCR) prix, graphiques, cap. marché, et autres indicateurs | CoinMarketCap"> <meta name="description" content="Obtenir ZCore prix, graphiques, et autre info crypto-monnaie"> <meta property="og:description" content="Obtenir ZCore prix, graphiques, et autre info crypto-monnaie"> <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="canonical" href="https://coinmarketcap.com/fr/currencies/zcore/" /> <meta property="og:url" content="https://coinmarketcap.com/fr/currencies/zcore/"> <link rel="alternate" href="https://coinmarketcap.com/de/currencies/zcore/" hreflang="de"> <link rel="alternate" href="https://coinmarketcap.com/currencies/zcore/" hreflang="en"> <link rel="alternate" href="https://coinmarketcap.com/es/currencies/zcore/" hreflang="es"> <link rel="alternate" href="https://coinmarketcap.com/fil/currencies/zcore/" hreflang="fil"> <link rel="alternate" href="https://coinmarketcap.com/fr/currencies/zcore/" hreflang="fr"> <link rel="alternate" href="https://coinmarketcap.com/hi/currencies/zcore/" hreflang="hi"> <link rel="alternate" href="https://coinmarketcap.com/it/currencies/zcore/" hreflang="it"> <link rel="alternate" href="https://coinmarketcap.com/ja/currencies/zcore/" hreflang="ja"> <link rel="alternate" href="https://coinmarketcap.com/ko/currencies/zcore/" hreflang="ko"> <link rel="alternate" href="https://coinmarketcap.com/pt-br/currencies/zcore/" hreflang="pt-br"> <link rel="alternate" href="https://coinmarketcap.com/ru/currencies/zcore/" hreflang="ru"> <link rel="alternate" href="https://coinmarketcap.com/tr/currencies/zcore/" hreflang="tr"> <link rel="alternate" href="https://coinmarketcap.com/vi/currencies/zcore/" hreflang="vi"> <link rel="alternate" href="https://coinmarketcap.com/zh/currencies/zcore/" hreflang="zh"> <link rel="alternate" href="https://coinmarketcap.com/zh-tw/currencies/zcore/" hreflang="zh-tw"> <meta name="apple-itunes-app" content="app-id=1282107098"> <link href="https://s2.coinmarketcap.com/static/cloud/compressed/base.af1f9a85.min.css" rel='stylesheet'> <link href="https://files.coinmarketcap.com/static/header_banner/header-banner-production.css" rel='stylesheet'> <script> function getCookie(e){var n=" "+document.cookie,t=" "+e+"=",i=null,o=0,u=0;return n.length>0&&-1!=(o=n.indexOf(t))&&(o+=t.length,-1==(u=n.indexOf(";",o))&&(u=n.length),i=unescape(n.substring(o,u))),i} var DEFAULT_CURRENCY = 'EUR'; dataLayer = [{ 'section': 'Cryptocurrency Details', 'subSection': 'Currencies', 'firstSessionDate': getCookie('gtm_session_first'), 'lastSessionDate': getCookie('gtm_session_last'), 'language': 'fr', 'currency': getCookie('currency') || DEFAULT_CURRENCY, 'cryptocurrency': 'zcore', 'siteTheme': getCookie('theme') || 'day', 'siteNav': 'v1' }]; </script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MNVXW26'); </script> <script src="https://s2.coinmarketcap.com/static/cloud/compressed/basehead.cf08aec2.min.js"></script> <script async='async' src="https://s2.coinmarketcap.com/static/cloud/compressed/prebid.dc802d7a.min.js"></script> <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googletag.cmd.push(function() { googletag.pubads().disableInitialLoad(); }); </script> <script> var listingsAdSlots = [ { slotName: '/48901027/details_top', sizes: [[320, 50], [728, 90], [320, 100]], slotID: 'div-gpt-ad-1542211140769-3', mapping: [ { browserSize: [768, 0], slotSizes: [[728, 90]] }, { browserSize: [0, 0], slotSizes: [[320, 50], [320, 100]] } ] }, { slotName: '/48901027/details_mid', sizes: [[300, 250]], slotID: 'div-gpt-ad-1542211140769-4', mapping: [ { browserSize: [768, 0], slotSizes: [] }, { browserSize: [1, 1], slotSizes: [[300, 250]] }, { browserSize: [0, 0], slotSizes: [] } ] }, { slotName: '/48901027/details_bottom', sizes: [[320, 50], [728, 90], [320, 100]], slotID: 'div-gpt-ad-1542211140769-5', mapping: [ { browserSize: [768, 0], slotSizes: [[728, 90]] }, { browserSize: [0, 0], slotSizes: [[320, 50], [320, 100]] } ] }, { slotName: '/48901027/details_side', sizes: [[160, 600]], slotID: 'div-gpt-ad-1542211140769-6', mapping: [ { browserSize: [1440, 0], slotSizes: [[160, 600]] }, { browserSize: [0, 0], slotSizes: [] } ] } ]; var googleAdSlots = []; googletag.cmd.push(function() { for (var i = 0, slotLen = listingsAdSlots.length; i < slotLen; i++) { var adSlot = listingsAdSlots[i]; var slotMapping = []; for (var j = 0, mapLen = adSlot.mapping.length; j < mapLen; j++) { var mapping = adSlot.mapping[j]; slotMapping.push([mapping.browserSize, mapping.slotSizes]); } slot = googletag.defineSlot(adSlot.slotName, adSlot.sizes[0], adSlot.slotID). defineSizeMapping(slotMapping). addService(googletag.pubads()); googleAdSlots.push(slot); } googletag.pubads().setTargeting("coin_id","3158"); var mapping = googletag.sizeMapping() .addSize([1280,0], [1280, 90]) .addSize([970,0], [970, 90]) .addSize([750,0], [750, 90]) .addSize([0,0], [320, 100]) .build(); var headerBannerSlot = googletag.defineSlot('/48901027/full_width_top', [960, 90], 'div-gpt-ad-1517714727704-0') .defineSizeMapping(mapping) .addService(googletag.pubads()) .setCollapseEmptyDiv(true); googletag.pubads().addEventListener('slotRenderEnded', function(event) { if (event.slot === headerBannerSlot) { var display = document.getElementById('div-gpt-ad-1517714727704-0').style.display, el = document.getElementById('header-banner-wrapper'); if (display === 'none') { el.style.display = 'none'; } else { el.style.visibility = 'visible'; } } }); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <script> //Load the UAM JavaScript Library !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js"); apstag.init({ pubID: '1edde03c-121e-457d-9c35-ad4fca989bac', adServer: 'googletag', bidTimeout: 1200, simplerGPT: true }); var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; </script> <script> function fetchHeaderBids() { var bidTimeout = 1200; var adUnits = [ { code: 'div-gpt-ad-1542211140769-3', // Details Top mediaTypes: { banner: { sizes: [[320, 100], [728, 90], [320, 50]] } }, bids: [ { "bidder": "appnexus", "params": { "placementId": "15436533", // [R] Details Top "allowSmallerSizes": true } }, { "bidder": "ix", "labelAny": ["mobile"], "params": { "size": [320,100], "siteId": "219072" // Details Top } }, { "bidder": "ix", "labelAny": ["desktop"], "params": { "size": [728, 90], "siteId": "219067" // Details Top } }, { "bidder": "ix", "labelAny": ["mobile"], "params": { "size": [320, 50], "siteId": "219072" // Details Top } }, { "bidder": "openx", "labelAny": ["desktop"], "params": { "unit": "539181148", "delDomain": "coinmarketcap-d.openx.net" // 728x90 Details Top } }, { "bidder": "openx", "labelAny": ["mobile"], "params": { "unit": "540631894", "delDomain": "coinmarketcap-d.openx.net" // 320x100 Details Top } }, { "bidder": "openx", "labelAny": ["mobile"], "params": { "unit": "539181156", "delDomain": "coinmarketcap-d.openx.net" // 320x50 Details Top } }, { "bidder": "pubmatic", "labelAny": ["desktop"], "params": { "publisherId": "157006", "adSlot": "1763910" // 728x90 - Details Top } }, { "bidder": "pubmatic", "labelAny": ["mobile"], "params": { "publisherId": "157006", "adSlot": "1763916" // 320x100 - Details Top } }, { "bidder": "pubmatic", "labelAny": ["mobile"], "params": { "publisherId": "157006", "adSlot": "1763920" // 320x50 - Details Top } }, { "bidder": "coinzilla", "labelAny": ["desktop"], "params": { "placementId": "8125c7f735236e75384", // 728x90 } }, { "bidder": "coinzilla", "labelAny": ["mobile"], "params": { "placementId": "2555c7f73b8734cb295", // 320x100 } }, { "bidder": "sovrn", "labelAny": ["desktop"], "params": { "tagid": "496629" // CoinMarketCap_AiH_728x90_ATF_DETAILPAGE_Desktop } }, { "bidder": "sovrn", "labelAny": ["mobile"], "params": { "tagid": "499684" // CoinMarketCap_AiH_320x100_ATF_DETAILPAGE_Mobile } }, { "bidder": "sovrn", "labelAny": ["mobile"], "params": { "tagid": "496635" // CoinMarketCap_AiH_320x50_ATF_DETAILPAGE_Mobile } } ] }, { code: 'div-gpt-ad-1542211140769-4', // Details Mid mediaTypes: { banner: { sizes: [[300, 250]] } }, labelAny: ["mobile"], bids: [ { "bidder": "appnexus", "params": { "placementId": "15436534", // [R] Details Mid "allowSmallerSizes": true } }, { "bidder": "ix", "params": { "size": [300, 250], "siteId": "219073" // Details Mid } }, { "bidder": "openx", "params": { "unit": "539181170", "delDomain": "coinmarketcap-d.openx.net" // 300x250 Mid Detail } }, { "bidder": "coinzilla", "params": { "placementId": "8725c7f735233f57752", // 300x250 } }, { "bidder": "pubmatic", "params": { "publisherId": "157006", "adSlot": "1459643" // 300x250 - Details Mid } }, { "bidder": "sovrn", "params": { "tagid": "496638" // CoinMarketCap_AiH_300x250_MidDetailPage_Mobile } } ] }, { code: 'div-gpt-ad-1542211140769-5', // Details Bottom mediaTypes: { banner: { sizes: [[320, 100], [728, 90], [320, 50]] } }, bids: [ { "bidder": "appnexus", "params": { "placementId": "15436536", // [R] Details Bottom "allowSmallerSizes": true } }, { "bidder": "ix", "labelAny": ["mobile"], "params": { "size": [320,100], "siteId": "219074" // Details Bottom } }, { "bidder": "ix", "labelAny": ["desktop"], "params": { "size": [728, 90], "siteId": "219069" // Details Bottom } }, { "bidder": "ix", "labelAny": ["mobile"], "params": { "size": [320, 50], "siteId": "219074" // Details Bottom } }, { "bidder": "openx", "labelAny": ["desktop"], "params": { "unit": "539181150", "delDomain": "coinmarketcap-d.openx.net" // 728x90 Details Bottom } }, { "bidder": "openx", "labelAny": ["mobile"], "params": { "unit": "540631892", "delDomain": "coinmarketcap-d.openx.net" // 320x100 Details Bottom } }, { "bidder": "openx", "labelAny": ["mobile"], "params": { "unit": "539181162", "delDomain": "coinmarketcap-d.openx.net" // 320x50 Details Bottom } }, { "bidder": "pubmatic", "labelAny": ["desktop"], "params": { "publisherId": "157006", "adSlot": "1763913" // 728x90 - Details Bottom } }, { "bidder": "pubmatic", "labelAny": ["mobile"], "params": { "publisherId": "157006", "adSlot": "1763917" // 320x100 - Details Bottom } }, { "bidder": "pubmatic", "labelAny": ["mobile"], "params": { "publisherId": "157006", "adSlot": "1763921" // 320x50 - Details Bottom } }, { "bidder": "sovrn", "labelAny": ["desktop"], "params": { "tagid": "496631" // CoinMarketCap_AiH_728x90_BTF_DETAILPAGE_Desktop } }, { "bidder": "sovrn", "labelAny": ["mobile"], "params": { "tagid": "499687" // CoinMarketCap_AiH_320x100_BTF_DETAILPAGE_Mobile } }, { "bidder": "sovrn", "labelAny": ["mobile"], "params": { "tagid": "496637" // CoinMarketCap_AiH_320x50_BTF_DETAILPAGE_Mobile } } ] },{ code: 'div-gpt-ad-1542211140769-6', // Details Side mediaTypes: { banner: { sizes: [[160, 600]] } }, labelAny: ["desktop-wide"], bids: [ { "bidder": "appnexus", "params": { "placementId": "15436535", // [R] Details Side "allowSmallerSizes": true } }, { "bidder": "ix", "params": { "size": [160, 600], "siteId": "219068" // Details Side } }, { "bidder": "openx", "params": { "unit": "539181152", "delDomain": "coinmarketcap-d.openx.net" // 160x600 Detail } }, { "bidder": "pubmatic", "params": { "publisherId": "157006", "adSlot": "1763912" // 160x600 - Detail } }, { "bidder": "coinzilla", "params": { "placementId": "6175c7f73523aeec252", // 160x60 } }, { "bidder": "sovrn", "params": { "tagid": "501292" // CoinMarketCap_DFP_160x600_Side_DETAILPAGE_Desktop } } ] } ]; var apstagSlots = googleAdSlots; var bidders = ['a9', 'prebid']; var requestManager = { adserverRequestSent: false, }; bidders.forEach(function(bidder) { requestManager[bidder] = false; }) function allBiddersBack() { var allBiddersBack = bidders .map(function(bidder) { return requestManager[bidder]; }) .filter(Boolean) .length === bidders.length; return allBiddersBack; } function headerBidderBack(bidder) { if (requestManager.adserverRequestSent === true) { return; } if (bidder === 'a9') { requestManager.a9 = true; } else if (bidder === 'prebid') { requestManager.prebid = true; } if (allBiddersBack()) { sendAdserverRequest(); } } function sendAdserverRequest() { if (requestManager.adserverRequestSent === true) { return; } requestManager.adserverRequestSent = true; pbjs.adserverRequestSent = true; requestManager.sendAdserverRequest = true; googletag.cmd.push(function() { apstag.setDisplayBids(); if (pbjs.version) { pbjs.setTargetingForGPTAsync(); } googletag.pubads().refresh(); }); } function requestBids(apstagSlots, adUnits, bidTimeout) { apstag.fetchBids({ slots: apstagSlots, timeout: bidTimeout }, function(bids) { headerBidderBack('a9'); }); pbjs.que.push(function() { pbjs.setConfig({ enableSendAllBids: true, priceGranularity: "high", userSync: { filterSettings: { iframe: { bidders: '*', filter: 'include' } } }, sizeConfig: [{ 'mediaQuery': '(min-width: 768px)', 'sizesSupported': [[728,90]], 'labels': ['desktop'] }, { 'mediaQuery': '(min-width: 1440px)', 'sizesSupported': [[160,600]], 'labels': ['desktop-wide'] }, { 'mediaQuery': '(max-width: 767px)', 'sizesSupported': [[320,100],[320,50],[300,250]], 'labels': ['mobile'] }] }); pbjs.addAdUnits(adUnits); pbjs.requestBids({ bidsBackHandler: function (bids) { headerBidderBack('prebid'); } }); }); } requestBids(apstagSlots, adUnits, bidTimeout) window.setTimeout(function() { sendAdserverRequest(); }, bidTimeout); }; googletag.cmd.push(function() { fetchHeaderBids(); }); </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Product", "name": "ZCore", "image": "https://s2.coinmarketcap.com/static/img/coins/200x200/3158.png", "offers": { "@type": "Offer", "price": "0.138911", "priceCurrency": "USD" } } </script> <script> var addthis_config = { pubid: 'ra-5ae12f3c2c2a1335', ui_click: true, ui_disable: true, data_ga_property: 'UA-40475998-1' }; var addthis_share = { title: "Le prix de ZCore est de $0.138911 !" }; </script> <script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5ae12f3c2c2a1335" async></script> <script> window.lazySizesConfig = { expFactor: 4 }; </script> <script src="https://s2.coinmarketcap.com/static/cloud/compressed/currencies_top.06f5ed29.min.js"></script> </head> <body> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MNVXW26" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <script> NightMode.init(); </script> <div class="cmc-nav-wrap"> <div id="header-banner-wrapper"> <div id="div-gpt-ad-1517714727704-0" class="centered"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1517714727704-0'); }); </script> </div> <div class="header-banner-close banner-alert-close pointer">&times;</div> </div> <script> if (getCookie("header-banner-noshow") === "1") { document.getElementById('header-banner-wrapper').style.display = 'none'; } </script> <div class="cmc-nav"> <div class="cmc-nav__topbar cmc-nav-desktop"> <div class="container"> <div class="cmc-global-stats visibility-hidden js-global-stats"> <span> Crypto-monnaies:&nbsp; <a href="/fr/all/views/all/"><span class="js-global-stats-cryptocurrencies"></span></a> </span> &nbsp;•&nbsp; <span> Marchés:&nbsp; <a href="/fr/currencies/volume/24-hour/"><span class="js-global-stats-markets"></span></a> </span> &nbsp;•&nbsp; <span> Cap. Marché:&nbsp; <a href="/fr/charts/"><span class="js-global-stats-market-cap" data-global-currency-market-cap></span></a> </span> &nbsp;•&nbsp; <span> Vol 24h:&nbsp; <a href="/fr/charts/"><span class="js-global-stats-volume" data-global-currency-volume></span></a> </span> &nbsp;•&nbsp; <span> Dominance BTC:&nbsp; <a href="/fr/charts/#dominance-percentage"><span class="js-global-stats-btc-dominance"></span>%</a> </span> </div> <div class="cmc-siteprefs"> <a class="cmc-link js-nav-track-click" href="https://coinmarketcap.com/advertising" target="_blank" rel="noopener" data-linkid="Advertise - topbar">Promouvoir</a> <div class="cmc-siteprefs-separator"></div> <div class="cmc-siteprefs-control cmc-siteprefs-dropdown js-nav-lang-picker"> <button type="button" class="cmc-nav-button dropdown-toggle language-dropdown" data-toggle="dropdown" title="Change your language"> <span>FR</span>&nbsp;<span class="caret"></span> </button> <ul class="dropdown-menu cmc-siteprefs-dropdown-menu cmc-siteprefs-lang-picker__menu" role="menu"> <li class="pointer"><a href="/de/currencies/zcore/" data-language-toggle="de">Deutsch</a></li> <li class="pointer"><a href="/currencies/zcore/" data-language-toggle="en">English</a></li> <li class="pointer"><a href="/es/currencies/zcore/" data-language-toggle="es">Español</a></li> <li class="pointer"><a href="/fil/currencies/zcore/" data-language-toggle="fil">Filipino</a></li> <li class="pointer"><a href="/fr/currencies/zcore/" data-language-toggle="fr">Français</a></li> <li class="pointer"><a href="/hi/currencies/zcore/" data-language-toggle="hi">हिन्दी</a></li> <li class="pointer"><a href="/it/currencies/zcore/" data-language-toggle="it">Italiano</a></li> <li class="pointer"><a href="/ja/currencies/zcore/" data-language-toggle="ja">日本語</a></li> <li class="pointer"><a href="/ko/currencies/zcore/" data-language-toggle="ko">한국어</a></li> <li class="pointer"><a href="/pt-br/currencies/zcore/" data-language-toggle="pt-br">Português Brasil</a></li> <li class="pointer"><a href="/ru/currencies/zcore/" data-language-toggle="ru">Русский</a></li> <li class="pointer"><a href="/tr/currencies/zcore/" data-language-toggle="tr">Türkçe</a></li> <li class="pointer"><a href="/vi/currencies/zcore/" data-language-toggle="vi">Tiếng Việt</a></li> <li class="pointer"><a href="/zh/currencies/zcore/" data-language-toggle="zh">简体中文</a></li> <li class="pointer"><a href="/zh-tw/currencies/zcore/" data-language-toggle="zh-tw">繁體中文</a></li> </ul> </div> <div data-global-currency-switch class="cmc-siteprefs-control cmc-siteprefs-dropdown global-currency-dropdown-container"> <button type="button" class="cmc-nav-button dropdown-toggle global-currency-dropdown" data-toggle="dropdown" title="Change your display currency"> <span data-currency-flag-display></span>&nbsp;<span class="caret"></span> </button> <ul class="dropdown-menu cmc-siteprefs-dropdown-menu cmc-siteprefs-currency-picker__menu" role="menu"> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="USD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-us"> </span> <span>USD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="AUD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-au"> </span> <span>AUD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="BRL"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-br"> </span> <span>BRL</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CAD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ca"> </span> <span>CAD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CHF"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ch"> </span> <span>CHF</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CLP"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-cl"> </span> <span>CLP</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CNY"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-cn"> </span> <span>CNY</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CZK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-cz"> </span> <span>CZK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="DKK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-dk"> </span> <span>DKK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="EUR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-eu"> </span> <span>EUR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="GBP"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-gb"> </span> <span>GBP</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="HKD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-hk"> </span> <span>HKD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="HUF"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-hu"> </span> <span>HUF</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="IDR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-id"> </span> <span>IDR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="ILS"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-il"> </span> <span>ILS</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="INR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-in"> </span> <span>INR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="JPY"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-jp"> </span> <span>JPY</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="KRW"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-kr"> </span> <span>KRW</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="MXN"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-mx"> </span> <span>MXN</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="MYR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-my"> </span> <span>MYR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="NOK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-no"> </span> <span>NOK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="NZD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-nz"> </span> <span>NZD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="PHP"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ph"> </span> <span>PHP</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="PKR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-pk"> </span> <span>PKR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="PLN"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-pl"> </span> <span>PLN</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="RUB"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ru"> </span> <span>RUB</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="SEK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-se"> </span> <span>SEK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="SGD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-sg"> </span> <span>SGD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="THB"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-th"> </span> <span>THB</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="TRY"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-tr"> </span> <span>TRY</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="TWD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-tw"> </span> <span>TWD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="ZAR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-za"> </span> <span>ZAR</span> </li> </ul> </div> <div class="cmc-siteprefs-control"> <button type="button" class="cmc-nav-button js-theme-switch" title="Day/Night Mode"><span class="icon-moon"></span></button> </div> </div> </div> </div> <div class="cmc-nav-mobile"> <nav class="cmc-nav-mobile-navbar"> <div class="container"> <div class="cmc-nav-mobile-hamburger-menu js-nav-mobile-takeover-opener"> <span class="icon-bars"></span> </div> <div class="cmc-nav-mobile-logo"> <a href="/fr/" aria-label="Go to the homepage"> <span class="cmc-logo cmc-logo_color_black cmc-navbar__logo"></span> </a> </div> <div class="cmc-search-mobile js-search-mobile-opener"> <span class="icon-search"></span> </div> </div> </nav> <div class="cmc-nav-mobile-takeover cmc-nav-mobile-takeover-enter js-nav-mobile-takeover"> <div class="cmc-nav-mobile-takeover__header"> <div class="cmc-nav-mobile-takeover__logo"> <a href="/fr/" aria-label="Go to the homepage"> <span class="cmc-logo cmc-logo_color_black cmc-navbar__logo"></span> </a> </div> <div class="cmc-nav-mobile-close js-nav-mobile-takeover-closer"> <span class="cmc-nav-mobile-close-icon icon-times"></span> </div> </div> <ul class="cmc-nav-mobile-takeover__menulist" role="menu"> <li class="cmc-nav-mobile-takeover__menuitem js-nav-mobile-submenu-open" data-menu-id="rankings" role="menuitem"> <div>Classements</div> <div class=""><span class="icon-angle-right"></span></div> </li> <li class="cmc-nav-mobile-takeover__menuitem js-nav-mobile-submenu-open" data-menu-id="tools" role="menuitem"> <div>Outils</div> <div class=""><span class="icon-angle-right"></span></div> </li> <li class="cmc-nav-mobile-takeover__menuitem js-nav-mobile-submenu-open" data-menu-id="resources" role="menuitem"> <div>Resources</div> <div class=""><span class="icon-angle-right"></span></div> </li> <li class="cmc-nav-mobile-takeover__menuitem js-nav-mobile-submenu-open" data-menu-id="more" role="menuitem"> <div>Helpful Links</div> <div class=""><span class="icon-angle-right"></span></div> </li> <li class="cmc-nav-mobile-takeover__menuitem" role="menuitem"> <a href="https://blog.coinmarketcap.com" target="_blank" rel="noopener">Blog</a> </li> </ul> <div class="cmc-nav-mobile-siteprefs"> <div class="cmc-nav-mobile-siteprefs-control cmc-siteprefs-dropdown js-nav-lang-picker"> <button type="button" class="cmc-nav-mobile-button dropdown-toggle language-dropdown" data-toggle="dropdown" title="Change your language"> <span>FR</span>&nbsp;<span class="caret"></span> </button> <ul class="dropdown-menu cmc-nav-mobile-siteprefs-dropdown-menu cmc-siteprefs-lang-picker__menu" role="menu"> <li><a href="/de/currencies/zcore/" data-language-toggle="de">Deutsch</a></li> <li><a href="/currencies/zcore/" data-language-toggle="en">English</a></li> <li><a href="/es/currencies/zcore/" data-language-toggle="es">Español</a></li> <li><a href="/fil/currencies/zcore/" data-language-toggle="fil">Filipino</a></li> <li><a href="/fr/currencies/zcore/" data-language-toggle="fr">Français</a></li> <li><a href="/hi/currencies/zcore/" data-language-toggle="hi">हिन्दी</a></li> <li><a href="/it/currencies/zcore/" data-language-toggle="it">Italiano</a></li> <li><a href="/ja/currencies/zcore/" data-language-toggle="ja">日本語</a></li> <li><a href="/ko/currencies/zcore/" data-language-toggle="ko">한국어</a></li> <li><a href="/pt-br/currencies/zcore/" data-language-toggle="pt-br">Português Brasil</a></li> <li><a href="/ru/currencies/zcore/" data-language-toggle="ru">Русский</a></li> <li><a href="/tr/currencies/zcore/" data-language-toggle="tr">Türkçe</a></li> <li><a href="/vi/currencies/zcore/" data-language-toggle="vi">Tiếng Việt</a></li> <li><a href="/zh/currencies/zcore/" data-language-toggle="zh">简体中文</a></li> <li><a href="/zh-tw/currencies/zcore/" data-language-toggle="zh-tw">繁體中文</a></li> </ul> </div> <div data-global-currency-switch class="cmc-nav-mobile-siteprefs-control cmc-siteprefs-dropdown global-currency-dropdown-container"> <button type="button" class="cmc-nav-mobile-button dropdown-toggle global-currency-dropdown" data-toggle="dropdown" title="Change your display currency"> <span data-currency-flag-display></span>&nbsp;<span class="caret"></span> </button> <ul class="dropdown-menu cmc-nav-mobile-siteprefs-dropdown-menu cmc-siteprefs-currency-picker__menu" role="menu"> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="USD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-us"> </span> <span>USD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="AUD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-au"> </span> <span>AUD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="BRL"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-br"> </span> <span>BRL</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CAD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ca"> </span> <span>CAD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CHF"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ch"> </span> <span>CHF</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CLP"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-cl"> </span> <span>CLP</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CNY"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-cn"> </span> <span>CNY</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="CZK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-cz"> </span> <span>CZK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="DKK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-dk"> </span> <span>DKK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="EUR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-eu"> </span> <span>EUR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="GBP"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-gb"> </span> <span>GBP</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="HKD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-hk"> </span> <span>HKD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="HUF"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-hu"> </span> <span>HUF</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="IDR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-id"> </span> <span>IDR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="ILS"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-il"> </span> <span>ILS</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="INR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-in"> </span> <span>INR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="JPY"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-jp"> </span> <span>JPY</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="KRW"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-kr"> </span> <span>KRW</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="MXN"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-mx"> </span> <span>MXN</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="MYR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-my"> </span> <span>MYR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="NOK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-no"> </span> <span>NOK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="NZD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-nz"> </span> <span>NZD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="PHP"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ph"> </span> <span>PHP</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="PKR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-pk"> </span> <span>PKR</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="PLN"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-pl"> </span> <span>PLN</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="RUB"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-ru"> </span> <span>RUB</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="SEK"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-se"> </span> <span>SEK</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="SGD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-sg"> </span> <span>SGD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="THB"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-th"> </span> <span>THB</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="TRY"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-tr"> </span> <span>TRY</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="TWD"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-tw"> </span> <span>TWD</span> </li> <li class="cmc-siteprefs-dropdown-menuitem" data-currency-flag-toggle data-currency-code="ZAR"> <span class="cmc-siteprefs__currency-flag cmc-flag cmc-flag-za"> </span> <span>ZAR</span> </li> </ul> </div> <div class="cmc-nav-mobile-siteprefs-control cmc-nav-mobile-siteprefs-control--theme"> <button type="button" class="cmc-nav-mobile-button js-theme-switch" title="Day/Night Mode"><span class="icon-moon"></span></button> </div> </div> <div class="cmc-nav-mobile-takeover__footer"> <div> <a class="cmc-link-secondary" href="/fr/disclaimer/">Clause de non-responsabilité</a> &nbsp;•&nbsp; <a class="cmc-link-secondary" href="/request/" target="_blank">Formulaire de contact</a> &nbsp;•&nbsp; <a class="cmc-link-secondary" href="/fr/terms/">Conditions d'utilisation</a> </div> <div> <a class="cmc-link-secondary" href="/fr/privacy/">Politique de confidentialité</a> &nbsp;•&nbsp; <a class="cmc-link-secondary js-nav-track-click" href="/advertising/" target="_blank" data-linkid="Advertise - mobile footer">Promouvoir</a> </div> <hr /> <ul class="cmc-nav-mobile-social-links cmc-list-inline"> <li><a href="https://twitter.com/CoinMarketCap" target="_blank" rel="noopener" title="Twitter"><span class="icon-twitter cmc-nav-mobile-social-icon"></span></a></li> <li><a href="https://www.facebook.com/CoinMarketCap" target="_blank" rel="noopener" title="Facebook"><span class="icon-facebook cmc-nav-mobile-social-icon"></span></a></li> <li><a href="https://t.me/CoinMarketCap" target="_blank" rel="nofollow noopener" title="Telegram"><span class="icon-telegram cmc-nav-mobile-social-icon"></span></a></li> <li><a href="https://www.linkedin.com/company/coinmarketcap/" target="_blank" rel="nofollow noopener" title="LinkedIn"><span class="icon-linkedin cmc-nav-mobile-social-icon"></span></a></li> <li><a href="https://www.instagram.com/coinmarketcap/" target="_blank" rel="nofollow noopener" title="Instagram"><span class="icon-instagram cmc-nav-mobile-social-icon"></span></a></li> <li><a href="https://www.reddit.com/r/CoinMarketCap" target="_blank" rel="nofollow noopener" title="Reddit"><span class="icon-reddit cmc-nav-mobile-social-icon"></span></a></li> </ul> </div> </div> <div class="cmc-nav-mobile-submenu-takeover cmc-nav-mobile-submenu-enter js-nav-mobile-submenu-takeover"> <div class="cmc-nav-mobile-submenu__header"> <button class="u-button-reset cmc-nav-mobile-submenu__back-button js-nav-mobile-submenu__back-button"> <span class="icon-angle-left"></span> Back to Main Menu </button> <button class="u-button-reset cmc-nav-mobile-close js-nav-mobile-submenu-closer" title="Exit the navigation menu"> <span class="cmc-nav-mobile-close-icon icon-times"></span> </button> </div> <div class="cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu" data-menu-id="rankings"> <div class="cmc-nav-mobile-submenu__title"> Classements </div> <div class="cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col"> <div class="cmc-nav-mobile-submenu__item"> <h6 class="cmc-nav-mobile-heading">Cap. Marché</h6> <ul class="cmc-nav-mobile-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/">Toutes les Crypto-monnaies</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/coins/">Coins</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/tokens/">Tokens</a></li> </ul> </div> <div class="cmc-nav-mobile-submenu__item"> <h6 class="cmc-nav-mobile-heading">Trends</h6> <ul class="cmc-nav-mobile-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/gainers-losers/">Gainers &amp; Losers</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/new/">Récemment Ajoutées</a></li> </ul> </div> <div class="cmc-nav-mobile-submenu__item"> <h6 class="cmc-nav-mobile-heading">Crypto-monnaies</h6> <ul class="cmc-nav-mobile-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/currencies/volume/24-hour/">Daily Volume</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/currencies/volume/monthly/">Monthly Volume</a></li> </ul> </div> <div class="cmc-nav-mobile-submenu__item"> <h6 class="cmc-nav-mobile-heading">Plateformes d'échange</h6> <ul class="cmc-nav-mobile-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/rankings/exchanges/">Adjusted Volume</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/rankings/exchanges/reported/">Reported Volume</a></li> </ul> </div> </div> <div class="cmc-nav-mobile-submenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--according-to-cmc cmc-nav-spotlight--mobile"> <a class="cmc-nav-spotlight__link js-nav-track-click" href="https://blog.coinmarketcap.com/2018/11/27/according-to-coinmarketcap-2018-edition/?utm_source=coinmarketcap.com&utm_medium=web&utm_campaign=nav2" target="_blank" rel="noopener" title="According to CoinMarketCap blog post" data-linkid="According to CMC - mobile"></a> </div> </div> </div> <div class="cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu" data-menu-id="tools"> <div class="cmc-nav-mobile-submenu__title"> Outils </div> <div class="cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col"> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/charts/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Graphiques Globaux</h6> <p class="cmc-nav-mobile-desc">Total Market Cap &amp; Dominance Charts</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/converter/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Currency Converter</h6> <p class="cmc-nav-mobile-desc">Convert prices of thousands of crypto and fiat currencies</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/historical/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Historique des aperçus</h6> <p class="cmc-nav-mobile-desc">View crypto rankings from the past</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/widget/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Site Widgets</h6> <p class="cmc-nav-mobile-desc">Powerful &amp; reliable widgets for your site</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/watchlist/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Liste de suivi</h6> <p class="cmc-nav-mobile-desc">Keep an eye on your favorite cryptocurrencies</p> </a> </div> </div> <div class="cmc-nav-mobile-submenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--nexo cmc-nav-spotlight--mobile"> <a class="cmc-nav-spotlight__link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_banner_orange&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"></a> </div> </div> <div class="cmc-navsubmenu__banner cmc-navsubmenu__banner--mobile"> <a class="cmc-link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_bar&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"> <img class="cmc-navsubmenu__banner__logo cmc-navsubmenu__banner__logo--mobile" src="https://s2.coinmarketcap.com/static/cloud/img/nexo_logo_1.svg" alt="Nexo" /> <br /> Instant Access to Cash Without Selling Your Crypto </a> </div> </div> <div class="cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu" data-menu-id="resources"> <div class="cmc-nav-mobile-submenu__title"> Resources </div> <div class="cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col"> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/api/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Crypto API</h6> <p class="cmc-nav-mobile-desc">A powerful &amp; flexible market data API for commercial &amp; personal use</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/newsletter/" target="_blank" rel="noopener"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Bulletin d'information</h6> <p class="cmc-nav-mobile-desc">Articles &amp; interviews for the crypto &amp; blockchain community</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/events/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Calendrier des événements</h6> <p class="cmc-nav-mobile-desc">A full list of crypto &amp; blockchain events from around the world</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/indices/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Crypto Indices</h6> <p class="cmc-nav-mobile-desc">The most comprehensive suite of institutional grade indices in the market</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/glossary/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Glossaire crypto</h6> <p class="cmc-nav-mobile-desc">Learn the terms, slang and definitions around the crypto space</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/intro-to-crypto/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Intro to Crypto</h6> <p class="cmc-nav-mobile-desc">Learn about the world of cryptocurrencies with our introductory guide</p> </a> </div> </div> <div class="cmc-nav-mobile-submenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--nexo cmc-nav-spotlight--mobile"> <a class="cmc-nav-spotlight__link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_banner_orange&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"></a> </div> </div> <div class="cmc-navsubmenu__banner cmc-navsubmenu__banner--mobile"> <a class="cmc-link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_bar&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"> <img class="cmc-navsubmenu__banner__logo cmc-navsubmenu__banner__logo--mobile" src="https://s2.coinmarketcap.com/static/cloud/img/nexo_logo_1.svg" alt="Nexo" /> <br /> Instant Access to Cash Without Selling Your Crypto </a> </div> </div> <div class="cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu" data-menu-id="more"> <div class="cmc-nav-mobile-submenu__title"> Helpful Links </div> <div class="cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col"> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/methodology/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Methodology</h6> <p class="cmc-nav-mobile-desc">How CoinMarketCap analyzes data to offer up-to-the-minute updates</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/careers/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">Carrières</h6> <p class="cmc-nav-mobile-desc">Discover your next career! Build the future of crypto data with us</p> </a> </div> <div class="cmc-nav-mobile-submenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/faq/"> <h6 class="cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow">FAQ</h6> <p class="cmc-nav-mobile-desc">Need help? Check our FAQ, with questions we are most commonly asked</p> </a> </div> </div> <div class="cmc-nav-mobile-submenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--intro-to-crypto cmc-nav-spotlight--mobile"> <a class="cmc-nav-spotlight__link js-nav-track-click" href="/fr/intro-to-crypto/" target="_blank" title="Intro to Crypto Guide" data-linkid="Intro to CMC - mobile"></a> </div> </div> </div> </div> <div class="cmc-search-mobile-takeover js-search-mobile-takeover"> <div class="cmc-search-mobile-bar"> <div class="cmc-quick-search cmc-quick-search--mobile"> <form action="/fr/search/" role="search"> <input type="text" class="cmc-search-mobile__input js-quick-search js-search-mobile__input" placeholder="Rechercher Crypto-monnaies" name="q" aria-label="Rechercher Crypto-monnaies"> </form> </div> <div class="cmc-search-mobile-closer js-search-mobile-closer"> <button class="cmc-search-mobile-closer__button" type="button">Cancel</button> </div> </div> </div> <div class="cmc-nav-mobile__topbar js-global-stats-mobile__container"> <div class="container cmc-global-stats__container"> <div class="cmc-global-stats__fade"></div> <div class="cmc-global-stats__content"> <div class="cmc-global-stats cmc-global-stats__inner-content visibility-hidden js-global-stats js-global-stats-mobile"> <span> Cap. Marché:&nbsp; <a href="/fr/charts/"><span class="js-global-stats-market-cap" data-global-currency-market-cap></span></a> </span> &nbsp;•&nbsp; <span> Vol 24h:&nbsp; <a href="/fr/charts/"><span class="js-global-stats-volume" data-global-currency-volume></span></a> </span> &nbsp;•&nbsp; <span> Dominance BTC:&nbsp; <a href="/fr/charts/#dominance-percentage"><span class="js-global-stats-btc-dominance"></span>%</a> </span> &nbsp;•&nbsp; <span> Crypto-monnaies:&nbsp; <a href="/fr/all/views/all/"><span class="js-global-stats-cryptocurrencies"></span></a> </span> &nbsp;•&nbsp; <span> Marchés:&nbsp; <a href="/fr/currencies/volume/24-hour/"><span class="js-global-stats-markets"></span></a> </span> </div> </div> </div> </div> </div> <nav class="cmc-navbar cmc-nav-desktop js-navbar"> <div class="container"> <div> <a href="/fr/" title="Go to homepage"> <span class="cmc-logo cmc-logo_color_black cmc-navbar__logo"></span> </a> </div> <ul class="cmc-navbar__menu" role="menu"> <li class="cmc-navbar__menuitem js-nav-dropdown-open" data-menu-id="rankings" role="menuitem"> <div>Classements</div> <div class="cmc-nav-caret"><span class="icon-caret-down"></span></div> </li> <li class="cmc-navbar__menuitem js-nav-dropdown-open" data-menu-id="tools" role="menuitem"> <div>Outils</div> <div class="cmc-nav-caret"><span class="icon-caret-down"></span></div> </li> <li class="cmc-navbar__menuitem js-nav-dropdown-open" data-menu-id="resources" role="menuitem"> <div>Resources</div> <div class="cmc-nav-caret"><span class="icon-caret-down"></span></div> </li> <li class="cmc-navbar__menuitem" role="menuitem"> <a href="https://blog.coinmarketcap.com" target="_blank" rel="noopener">Blog</a> </li> <li class="cmc-navbar__menuitem js-nav-dropdown-open" data-menu-id="more" role="menuitem"> <div><span class="icon-ellipsis-h cmc-navbar-ellipsis"></span></div> <div class="cmc-nav-caret"><span class="icon-caret-down"></span></div> </li> </ul> <div class="cmc-quick-search js-nav-search"> <form action="/fr/search/" role="search"> <div class="has-feedback"> <input type="text" class="cmc-quick-search__input js-quick-search js-nav-search-input" placeholder="Rechercher Crypto-monnaies" name="q" aria-label="Rechercher Crypto-monnaies"> <span class="icon-search cmc-quick-search__icon cmc-quick-search__icon--open js-nav-search-open" aria-hidden="true"></span> <span class="icon-times-circle cmc-quick-search__icon cmc-quick-search__icon--close is-inactive js-nav-search-close" aria-hidden="true"></span> </div> </form> </div> </div> </nav> <div class="clearfix"></div> <div class="cmc-nav-dropdown cmc-nav-dropdown-enter cmc-nav-desktop js-nav-dropdown"> <div class="cmc-navsubmenu is-closed js-nav-dropdown-menu" data-menu-id="rankings"> <div class="cmc-navsubmenu__content cmc-navsubmenu__content--size-sm"> <div class="cmc-navsubmenu__section cmc-navsubmenu__section--layout-two-col-sm"> <div class="w-100"> <div class="cmc-navsubmenu__item"> <h6 class="cmc-nav-heading">Cap. Marché</h6> <ul class="cmc-nav-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/">Toutes les Crypto-monnaies</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/coins/">Coins</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/tokens/">Tokens</a></li> </ul> </div> <div class="cmc-navsubmenu__item"> <h6 class="cmc-nav-heading">Trends</h6> <ul class="cmc-nav-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/gainers-losers/">Gainers &amp; Losers</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/new/">Récemment Ajoutées</a></li> </ul> </div> </div> <div class="w-100"> <div class="cmc-navsubmenu__item"> <h6 class="cmc-nav-heading">Crypto-monnaies</h6> <ul class="cmc-nav-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/currencies/volume/24-hour/">Daily Volume</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/currencies/volume/monthly/">Monthly Volume</a></li> </ul> </div> <div class="cmc-navsubmenu__item"> <h6 class="cmc-nav-heading">Plateformes d'échange</h6> <ul class="cmc-nav-menu-list"> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/rankings/exchanges/">Adjusted Volume</a></li> <li><a class="cmc-nav-link cmc-nav-link--arrow" href="/fr/rankings/exchanges/reported/">Reported Volume</a></li> </ul> </div> </div> </div> <div class="cmc-navsubmenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--according-to-cmc"> <a class="cmc-nav-spotlight__link js-nav-track-click" href="https://blog.coinmarketcap.com/2018/11/27/according-to-coinmarketcap-2018-edition/?utm_source=coinmarketcap.com&utm_medium=web&utm_campaign=nav2" target="_blank" rel="noopener" title="According to CoinMarketCap blog post" data-linkid="According to CMC - desktop"></a> </div> </div> </div> </div> <div class="cmc-navsubmenu is-closed js-nav-dropdown-menu" data-menu-id="tools"> <div class="cmc-navsubmenu__content"> <div class="cmc-navsubmenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--nexo"> <a class="cmc-nav-spotlight__link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_banner_orange&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"></a> </div> </div> <div class="cmc-navsubmenu__section cmc-navsubmenu__section--layout-three-col"> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/charts/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Graphiques Globaux</h6> <p class="cmc-nav-desc">Total Market Cap &amp; Dominance Charts</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/converter/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Currency Converter</h6> <p class="cmc-nav-desc">Convert prices of thousands of crypto and fiat currencies</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/historical/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Historique des aperçus</h6> <p class="cmc-nav-desc">View crypto rankings from the past</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/widget/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Site Widgets</h6> <p class="cmc-nav-desc">Powerful &amp; reliable widgets for your site</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/watchlist/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Liste de suivi</h6> <p class="cmc-nav-desc">Keep an eye on your favorite cryptocurrencies</p> </a> </div> </div> </div> <div class="cmc-navsubmenu__banner"> <a class="cmc-link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_bar&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"><img class="cmc-navsubmenu__banner__logo" src="https://s2.coinmarketcap.com/static/cloud/img/nexo_logo_1.svg" alt="Nexo" /> &ensp; Instant Access to Cash Without Selling Your Crypto</a> </div> </div> <div class="cmc-navsubmenu is-closed js-nav-dropdown-menu" data-menu-id="resources"> <div class="cmc-navsubmenu__content"> <div class="cmc-navsubmenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--nexo"> <a class="cmc-nav-spotlight__link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_banner_orange&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"></a> </div> </div> <div class="cmc-navsubmenu__section cmc-navsubmenu__section--layout-three-col"> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/api/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Crypto API</h6> <p class="cmc-nav-desc">A powerful &amp; flexible market data API for commercial &amp; personal use</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/newsletter/" target="_blank" rel="noopener"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Bulletin d'information</h6> <p class="cmc-nav-desc">Articles &amp; interviews for the crypto &amp; blockchain community</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/events/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Calendrier des événements</h6> <p class="cmc-nav-desc">A full list of crypto &amp; blockchain events from around the world</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/indices/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Crypto Indices</h6> <p class="cmc-nav-desc">The most comprehensive suite of institutional grade indices in the market</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/glossary/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Glossaire crypto</h6> <p class="cmc-nav-desc">Learn the terms, slang and definitions around the crypto space</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/intro-to-crypto/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Intro to Crypto</h6> <p class="cmc-nav-desc">Learn about the world of cryptocurrencies with our introductory guide</p> </a> </div> </div> </div> <div class="cmc-navsubmenu__banner"> <a class="cmc-link" href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=dropdown_bar&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"><img class="cmc-navsubmenu__banner__logo" src="https://s2.coinmarketcap.com/static/cloud/img/nexo_logo_1.svg" alt="Nexo" /> &ensp; Instant Access to Cash Without Selling Your Crypto</a> </div> </div> <div class="cmc-navsubmenu is-closed js-nav-dropdown-menu" data-menu-id="more"> <div class="cmc-navsubmenu__content"> <div class="cmc-navsubmenu__section"> <div class="cmc-nav-spotlight cmc-nav-spotlight--intro-to-crypto"> <a class="cmc-nav-spotlight__link js-nav-track-click" href="/fr/intro-to-crypto/" target="_blank" title="Intro to Crypto Guide" data-linkid="Intro to Crypto - desktop"></a> </div> </div> <div class="cmc-navsubmenu__section cmc-navsubmenu__section--layout-three-col"> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/methodology/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Methodology</h6> <p class="cmc-nav-desc">How CoinMarketCap analyzes data to offer up-to-the-minute updates</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/careers/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">Carrières</h6> <p class="cmc-nav-desc">Discover your next career! Build the future of crypto data with us</p> </a> </div> <div class="cmc-navsubmenu__item"> <a class="cmc-nav-link--menuitem" href="/fr/faq/"> <h6 class="cmc-nav-heading cmc-nav-link--menuitem__arrow">FAQ</h6> <p class="cmc-nav-desc">Need help? Check our FAQ, with questions we are most commonly asked</p> </a> </div> <hr> <div class="cmc-navsubmenu__item cmc-navsubmenu__item--two-col cmc-nav-footer-links"> <div> <a class="cmc-link-secondary" href="/fr/disclaimer/">Clause de non-responsabilité</a> &nbsp;•&nbsp; <a class="cmc-link-secondary" href="/request/" target="_blank">Formulaire de contact</a> &nbsp;•&nbsp; <a class="cmc-link-secondary" href="/fr/terms/">Conditions d'utilisation</a> </div> <div> <a class="cmc-link-secondary" href="/fr/privacy/">Politique de confidentialité</a> &nbsp;•&nbsp; <a class="cmc-link-secondary js-nav-track-click" href="/advertising/" target="_blank" data-linkid="Advertise - more">Promouvoir</a> </div> </div> <div class="cmc-navsubmenu__item cmc-navsubmenu__item--two-col cmc-nav-social-links"> <ul class="cmc-list-inline"> <li><a href="https://twitter.com/CoinMarketCap" target="_blank" rel="noopener" title="Twitter"><span class="icon-twitter cmc-nav-social-icon"></span></a></li> <li><a href="https://www.facebook.com/CoinMarketCap" target="_blank" rel="noopener" title="Facebook"><span class="icon-facebook cmc-nav-social-icon"></span></a></li> <li><a href="https://t.me/CoinMarketCap" target="_blank" rel="nofollow noopener" title="Telegram"><span class="icon-telegram cmc-nav-social-icon"></span></a></li> <li><a href="https://www.linkedin.com/company/coinmarketcap/" target="_blank" rel="nofollow noopener" title="LinkedIn"><span class="icon-linkedin cmc-nav-social-icon"></span></a></li> <li><a href="https://www.instagram.com/coinmarketcap/" target="_blank" rel="nofollow noopener" title="Instagram"><span class="icon-instagram cmc-nav-social-icon"></span></a></li> <li><a href="https://www.reddit.com/r/CoinMarketCap" target="_blank" rel="nofollow noopener" title="Reddit"><span class="icon-reddit cmc-nav-social-icon"></span></a></li> </ul> </div> </div> </div> </div> <div class="cmc-nav-close js-nav-dropdown-close"> <span class="cmc-nav-close-icon icon-times"></span>&nbsp;&thinsp;Close </div> </div> <div class="cmc-overlay is-closed js-overlay"></div> </div> </div> <div class="container main-section"> <div class="row"> <div class="col-xl-10 padding-top-1x"> <div id="leaderboard" class="text-center"> <div id="div-gpt-ad-1542211140769-3" class="responsive-leaderboard"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1542211140769-3'); }); </script> </div> </div> <div class="vertical-spacer bottom-margin-2x"></div> <div class="details-panel flex-container bottom-margin-2x"> <div class="details-panel-item--header flex-container"> <h1 class="details-panel-item--name"> <img src="https://s2.coinmarketcap.com/static/img/coins/64x64/3158.png" class="logo-32x32" width="32" height="32" alt="ZCore"> ZCore <span class="text-bold h3 text-gray text-large">(ZCR)</span> </h1> <div class="details-panel-item--price bottom-margin-1x"> <span id="quote_price" data-currency-price data-usd="0.138910922218"> <span class="h2 text-semi-bold details-panel-item--price__value" data-currency-value>0.138911</span> <span class="text-large" data-currency-code>USD</span> </span> <span class="h2 text-semi-bold positive_change "> (<span data-format-percentage data-format-value="4.35995">4.36</span>%) </span> <br> <span class="text-gray"> <span data-format-price-crypto data-format-value="2.4853034503e-05"> 0.00002485 </span> BTC </span> <span class=" negative_change"> (<span data-format-percentage data-format-value="-0.84873">-0.85</span>%) </span> <div class="toolbar-buttons"> <div> <a class="addthis_button_compact toolbar-button"> <span class="glyphicons glyphicons-share-alt"></span> Share </a> </div> <div> <span class="toolbar-button watchlist-star js-watchlist-star" data-watchlist-id="3158" data-watchlist-slug="zcore" data-placement="bottom" data-title-add="Ajouter à la liste de suivi" data-title-remove="Supprimer de la liste de suivi" data-title-full="Vous avez atteint la limite de votre liste de suivi" data-text-watch="Watch" data-text-unwatch="Unwatch"> <span class="glyphicons glyphicons-star"></span> <span class="js-watchlist-star-label"></span> </span> </div> </div> </div> <div class="details-panel-item--buy-buttons margin-bottom--lv3"> <button type="button" class="buy-button js-buy-button" data-container="body" data-toggle="popover" data-placement="bottom" data-id="buy"> Buy <span class="glyphicons glyphicons-chevron-down"></span> </button> <button type="button" class="buy-button js-buy-button" data-container="body" data-toggle="popover" data-placement="bottom" data-id="exchange"> Exchange <span class="glyphicons glyphicons-chevron-down"></span> </button> <button type="button" class="buy-button js-buy-button" data-container="body" data-toggle="popover" data-placement="bottom" data-id="wallet"> Wallet <span class="glyphicons glyphicons-chevron-down"></span> </button> <button type="button" class="buy-button js-buy-button" data-container="body" data-toggle="popover" data-placement="bottom" data-id="loan"> Crypto Loans <span class="glyphicons glyphicons-chevron-down"></span> </button> <br> <div class="buy-buttons__sponsored"> <a class="buy-buttons__sponsored__link" href="https://goo.gl/forms/qCrWt4mRJvzgjrZL2" target="_blank" rel="nofollow noopener"> <svg class="buy-buttons__sponsored__icon" width="13" height="13" xmlns="http://www.w3.org/2000/svg"><path d="M11.304 7.768c-.23.144-.501.161-.707.047-.262-.146-.406-.486-.406-.96V5.435c0-.685-.274-1.172-.734-1.304-.779-.223-1.365.716-1.585 1.068L6.5 7.394V4.713c-.016-.617-.22-.986-.605-1.098-.256-.073-.638-.044-1.01.516L1.807 9A5.285 5.285 0 0 1 1.181 6.5 5.324 5.324 0 0 1 6.5 1.182 5.324 5.324 0 0 1 11.816 6.5l.001.014v.015c.027.568-.16 1.02-.513 1.24zM12.997 6.5V6.471A6.507 6.507 0 0 0 6.498 0 6.507 6.507 0 0 0 0 6.5C0 10.084 2.915 13 6.499 13a6.477 6.477 0 0 0 4.418-1.733.59.59 0 1 0-.803-.867 5.298 5.298 0 0 1-3.615 1.418 5.304 5.304 0 0 1-3.957-1.77l2.775-4.39v2.024c0 .972.383 1.286.704 1.378.321.092.812.03 1.327-.795l1.526-2.438c.05-.079.094-.147.136-.205v1.232c0 .91.37 1.636 1.013 1.994.58.323 1.31.294 1.905-.076.721-.449 1.11-1.275 1.07-2.272z" fill="#7E899F" fill-rule="evenodd" /></svg> SPONSORED </a> </div> <div class="hide js-buy-button-content-buy"> <h4>Buy</h4> <ul class="list-unstyled"> <li> <img src="https://s2.coinmarketcap.com/static/cloud/img/cryptocom_32x32_1.png" width="16" alt="Crypto.com" /> <a href="https://crypto.onelink.me/PSQc?pid=cmc_button&c=buy_campaign&utm_source=cmc_button&utm_medium=display%20&utm_campaign=buy_campaign&af_dp=monaco%3A%2F%2F&af_web_dp=https%3A%2F%2Fcrypto.com%2Fen%2Findex.html" target="_blank" rel="nofollow noopener"> Crypto.com <svg x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="css-83uoqv"> <path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0, 0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8, 14.9 62.8,22.9 71.5,22.9"></polygon> </svg> </a> <p class="text-small text-gray">Best place to buy crypto at true cost - no fees, no markups</p> </li> </ul> </div> <div class="hide js-buy-button-content-exchange"> <h4>Exchange</h4> <ul class="list-unstyled"> <li> <img src="https://s2.coinmarketcap.com/static/cloud/img/coinall_32x32_1.png" width="16" alt="CoinAll.com" /> <a href="https://www.coinall.com/?media=cmc" target="_blank" rel="nofollow noopener"> CoinAll.com <svg x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="css-83uoqv"> <path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0, 0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8, 14.9 62.8,22.9 71.5,22.9"></polygon> </svg> </a> <p class="text-small text-gray">Worldwide community-driven exchange, newest and best projects, with daily bonus activities</p> </li> </ul> </div> <div class="hide js-buy-button-content-wallet"> <h4>Wallet</h4> <ul class="list-unstyled"> <li> <img src="https://s2.coinmarketcap.com/static/cloud/img/guarda_32x32_1.png" height="16" width="16" alt="Guarda" /> <a href="https://guarda.co/?utm_source=coinmarketcap&utm_medium=link&utm_campaign=cmc_guarda" target="_blank" rel="nofollow noopener"> Guarda <svg x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="css-83uoqv"> <path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0, 0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8, 14.9 62.8,22.9 71.5,22.9"></polygon> </svg> </a> <p class="text-small text-gray">Multi-currency, custody-free wallet</p> </li> </ul> </div> <div class="hide js-buy-button-content-loan"> <h4>Get Instant Crypto Loans</h4> <ul class="list-unstyled"> <li> <img src="https://s2.coinmarketcap.com/static/cloud/img/nexo_32x32_1.png" height="16" width="16" alt="Nexo" /> <a href="https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=coinpage&utm_content=web_integration&utm_campaign=nexoeverywhere" target="_blank" rel="nofollow noopener"> Nexo Wallet - Instant Crypto Credit Line <svg x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="css-83uoqv"> <path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0, 0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8, 14.9 62.8,22.9 71.5,22.9"></polygon> </svg> </a> <p class="text-small text-gray">Get cash in 45+ currencies using crypto as collateral. Secured by crypto custodian insurance.</p> </li> </ul> </div> </div> </div> <div class="details-panel-item--marketcap-stats flex-container"> <div class="coin-summary-item"> <h5 class="coin-summary-item-header">Cap. Marché</h5> <div class="coin-summary-item-detail"> <span data-currency-market-cap data-usd="498652.704814"> <span data-currency-value>498,653</span> <span data-currency-code>USD</span> </span><br> <span class="text-gray"> <span data-format-market-cap data-format-value="89.2156835465"> 89 </span> BTC <br> </span> </div> </div> <div class="coin-summary-item"> <h5 class="coin-summary-item-header">Volume (24h)</h5> <div class="coin-summary-item-detail"> <span data-currency-volume data-usd="1397.12513397"> <span data-currency-value>1,397</span> <span data-currency-code>USD</span> </span><br> <span class="text-gray"> <span data-format-volume-crypto data-format-value="0.249964499588"> 0.25 </span> BTC </span> </div> </div> <div class="coin-summary-item"> <h5 class="coin-summary-item-header">Offre en Circulation</h5> <div class="coin-summary-item-detail details-text-medium"> <span data-format-supply data-format-value="3589730.0"> 3,589,730 </span> ZCR </div> </div> <div class="coin-summary-item"> <h5 class="coin-summary-item-header">Offre Max</h5> <div class="coin-summary-item-detail details-text-medium"> <span data-format-supply data-format-value="18000000.0"> 18,000,000 </span> ZCR </div> </div> </div> <ul class="list-unstyled details-panel-item--links"> <li><span class="glyphicons glyphicons-charts details-list-item-icon" title="Rang"></span> <span class="label label-success"> Rang 983</span> </li> <li><span class="glyphicons glyphicons-link details-list-item-icon" title="Site Internet"></span> <a href="https://zcore.cash" target="_blank" rel="noopener">Site Internet</a></li> <li><span class="glyphicons glyphicons-bullhorn details-list-item-icon" title="Annonce"></span> <a href="https://bitcointalk.org/index.php?topic=3188172" target="_blank" rel="noopener">Annonce</a></li> <li><span class="glyphicons glyphicons-search details-list-item-icon" title="Explorateur"></span> <a href="http://explorer.zcore.cash/" target="_blank" rel="noopener">Explorateur</a></li> <li><span class="glyphicons glyphicons-comments details-list-item-icon" title="Chat"></span> <a href="https://t.me/ZCoreMiners" target="_blank" rel="noopener">Chat</a></li> <li><span class="glyphicons glyphicons-comments details-list-item-icon" title="Chat"></span> <a href="https://discord.io/zcore" target="_blank" rel="noopener">Chat 2</a></li> <li><span class="glyphicons glyphicons-embed-close details-list-item-icon" title="Code Source"></span> <a href="https://github.com/zcore-coin/zcore-source" target="_blank" rel="noopener">Code Source</a></li> <li><span class="glyphicons glyphicons-tag details-list-item-icon" title="Tags"></span> <span class="label label-warning">Coin</span> <span class="label label-warning">Mineable</span> </li> </ul> </div> <div id="div-gpt-ad-1542211140769-4" class="mobile-square centered bottom-margin-2x"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1542211140769-4'); }); </script> </div> <div class="row bottom-margin-1x"> <div class="col-xs-12"> <ul class="nav nav-tabs text-left" role="tablist"> <li><a data-target="#charts" class="cmc-nav-tab"> <span class="glyphicons glyphicons-charts nav-tabs__icon"></span> Graphiques</a></li> <li><a data-target="#markets" class="cmc-nav-tab"><span class="glyphicons glyphicons-transfer nav-tabs__icon"></span> Marchés</a></li> <li><a data-target="#social" class="cmc-nav-tab"><span class="glyphicons glyphicons-globe nav-tabs__icon"></span> Social</a></li> <li><a data-target="#tools" class="cmc-nav-tab"><span class="glyphicons glyphicons-wrench nav-tabs__icon"></span> Outils</a></li> <li><a data-target="#ratings" class="cmc-nav-tab"><span class="glyphicons glyphicons-star nav-tabs__icon"></span> Ratings</a></li> <li><a href="/fr/currencies/zcore/historical-data/"><span class="glyphicons glyphicons-calendar nav-tabs__icon"></span>&nbsp;Historiques des Données</a></li> </ul> </div> <div class="col-xs-12 tab-content"> <div id="charts" class="tab-pane active"> <div class="padding-top-1x"> <div id="highcharts-loading" class="text-center">Chargement données depuis le serveur...<div><span class="loading"></span></div></div> <div id="highcharts-nodata" class="hidden text-center">Aucune donnée du graphique n'a été trouvée</div> </div> <div id="highcharts-graph"></div> <br> </div> <div id="markets" class="tab-pane"> <div class="padding-top-1x"> <div class="pull-right btn-row"> <div class="btn-group dropdown js-market-pair-filter"> <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"> Paire: <span class="js-filter-value">Tout</span> <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a class="js-filter-toggle" data-showall="1" href="#">Tout</a></li> <li><a class="js-filter-toggle" data-value="BTC" href="#">BTC</a></li> </ul> </div> <div class="btn-group dropdown js-market-category-filter"> <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"> Catégorie: <span class="js-filter-value">Tout</span> <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a class="js-filter-toggle" data-showall="1" href="#">Tout</a></li> <li><a class="js-filter-toggle" data-value="Spot" href="#">Spot</a></li> <li><a class="js-filter-toggle" data-value="Derivatives" href="#">Derivatives</a></li> <li><a class="js-filter-toggle" data-value="OTC" href="#">OTC</a></li> </ul> </div> <div class="btn-group dropdown js-market-fee-type-filter"> <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"> Type de frais: <span class="js-filter-value">Tout</span> <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a class="js-filter-toggle" data-showall="1" href="#">Tout</a></li> <li><a class="js-filter-toggle" data-value="Percentage" href="#">Percentage</a></li> <li><a class="js-filter-toggle" data-value="No Fees" href="#">No Fees</a></li> <li><a class="js-filter-toggle" data-value="Transaction Mining" href="#">Transaction Mining</a></li> <li><a class="js-filter-toggle" data-value="Unknown" href="#">Unknown</a></li> </ul> </div> <div id="currency-switch" class="btn-group"> <button id="currency-switch-button" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> USD <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li class="pointer price-toggle" data-fiat-item data-currency="usd" data-fiat>USD</a></li> <li class="pointer price-toggle" data-currency="usd">USD</a></li> <li class="pointer price-toggle" data-currency="btc" data-currencyid="bitcoin">BTC</a></li> <li class="pointer price-toggle" data-currency="eth" data-currencyid="ethereum">ETH</a></li> <li class="pointer price-toggle" data-currency="xrp" data-currencyid="ripple">XRP</a></li> <li class="pointer price-toggle" data-currency="bch" data-currencyid="bitcoin-cash">BCH</a></li> <li class="pointer price-toggle" data-currency="ltc" data-currencyid="litecoin">LTC</a></li> <li class="pointer price-toggle" data-currency="native">Non converti</a></li> </ul> </div> </div> <h2 class="bottom-margin-1x">ZCore Marchés</h2> <div class="table-responsive"> <table id="markets-table" class="table no-border table-condensed floating-header"> <thead> <tr> <th class="text-right sortable">#</th> <th id="th-source" class="sortable">Source</th> <th id="th-pair" class="sortable">Paire</th> <th class="text-right sortable">Volume (24h)</th> <th class="text-right sortable">Prix</th> <th class="text-right sortable">Volume (%)</th> <th class="text-right sortable">Catégorie</th> <th class="text-right sortable">Type de frais</th> <th class="text-right sortable">Mise à jour</th> </tr> </thead> <tbody> <tr> <td class="text-right">1</td> <td data-sort="Crex24"> <img data-src="https://s2.coinmarketcap.com/static/img/exchanges/32x32/382.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="logo lazyload" alt="Crex24"> <a class="link-secondary" href="/fr/exchanges/crex24/">Crex24</a> </td> <td data-sort="ZCR/BTC"><a href="https://crex24.com/exchange/ZCR-BTC" target="_blank">ZCR/BTC</a></td> <td class="text-right" data-sort="1235.97843158"> <span class="volume" data-usd="1235.97843158" data-btc="0.221133184595" data-native="9095.0778502"> $1,236 </span> </td> <td class="text-right" data-sort="0.135895310842"> <span class="price" data-usd="0.135895310842" data-btc="2.43135010208e-05" data-native="2.432e-05"> $0.135895 </span> </td> <td class="text-right" data-sort="88.4658361326"> <span data-format-percentage data-format-value="88.4658361326">88.47</span>% </td> <td class="text-right">Spot</td> <td class="text-right">Percentage</td> <td class="text-right ">Récemment</td> </tr> <tr> <td class="text-right">2</td> <td data-sort="Graviex"> <img data-src="https://s2.coinmarketcap.com/static/img/exchanges/32x32/419.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="logo lazyload" alt="Graviex"> <a class="link-secondary" href="/fr/exchanges/graviex/">Graviex</a> </td> <td data-sort="ZCR/BTC"><a href="https://graviex.net/markets/zcrbtc" target="_blank">ZCR/BTC</a></td> <td class="text-right" data-sort="143.090786394"> <span class="volume" data-usd="143.090786394" data-btc="0.0256008684886" data-native="1058.1699"> $143 </span> </td> <td class="text-right" data-sort="0.135224774768"> <span class="price" data-usd="0.135224774768" data-btc="2.41935330882e-05" data-native="2.42e-05"> $0.135225 </span> </td> <td class="text-right" data-sort="10.2418017481"> <span data-format-percentage data-format-value="10.2418017481">10.24</span>% </td> <td class="text-right">Spot</td> <td class="text-right">Percentage</td> <td class="text-right ">Récemment</td> </tr> <tr> <td class="text-right">3</td> <td data-sort="CryptoBridge"> <img data-src="https://s2.coinmarketcap.com/static/img/exchanges/32x32/304.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="logo lazyload" alt="CryptoBridge"> <a class="link-secondary" href="/fr/exchanges/cryptobridge/">CryptoBridge</a> </td> <td data-sort="ZCR/BTC"><a href="https://wallet.crypto-bridge.org/market/BRIDGE.ZCR_BRIDGE.BTC" target="_blank">ZCR/BTC</a></td> <td class="text-right" data-sort="18.05591599"> <span class="volume" data-usd="18.05591599" data-btc="0.00323044650426" data-native="48.2069222736"> $18 </span> </td> <td class="text-right" data-sort="0.374550274906"> <span class="price" data-usd="0.374550274906" data-btc="6.70120877231e-05" data-native="6.703e-05"> $0.374550 </span> </td> <td class="text-right" data-sort="1.29236211925"> <span data-format-percentage data-format-value="1.29236211925">1.29</span>% </td> <td class="text-right">Spot</td> <td class="text-right">Percentage</td> <td class="text-right ">Récemment</td> </tr> <tr> <td class="text-right">4</td> <td data-sort="Escodex"> <img data-src="https://s2.coinmarketcap.com/static/img/exchanges/32x32/429.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="logo lazyload" alt="Escodex"> <a class="link-secondary" href="/fr/exchanges/escodex/">Escodex</a> </td> <td data-sort="ZCR/BTC"><a href="https://wallet.escodex.com/market/ESCODEX.ZCR_ESCODEX.BTC" target="_blank">ZCR/BTC</a></td> <td class="text-right" data-sort="0.0"> <span class="volume" data-usd="0.0" data-btc="0.0" data-native="0.0"> $0 </span> </td> <td class="text-right" data-sort="4973.14253398"> <span class="price" data-usd="4973.14253398" data-btc="0.889762165654" data-native="0.889999998362"> $4973.14 </span> </td> <td class="text-right" data-sort="0.0"> <span data-format-percentage data-format-value="0.0">0.00</span>% </td> <td class="text-right">Spot</td> <td class="text-right">Percentage</td> <td class="text-right ">Récemment</td> </tr> </tbody> </table> </div> </div> </div> <div id="social" class="tab-pane"> <div class="padding-top-1x"> <h2 class="bottom-margin-1x">ZCore Flux Réseaux Sociaux</h2> </div> <div class="row"> <div class="col-sm-6 text-left"> <a class="twitter-timeline" href="https://twitter.com/ZCoreCrypto" data-widget-id="506520279636377601" data-screen-name="ZCoreCrypto">Tweets de @ZCoreCrypto</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </div> </div> <div id="tools" class="tab-pane"> <div class="padding-top-1x"> <h2 class="bottom-margin-1x">Outils pour ZCore</h2> </div> <div class="row bottom-margin-2x"> <div class="col-md-2"> <strong>Widget Site Internet</strong> </div> <div class="col-md-6"> <textarea class="form-control bottom-margin-1x" rows="6" data-snippet-container>&lt;script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js">&lt;/script&gt; &lt;div class="coinmarketcap-currency-widget" data-currencyid="3158" data-base="USD" data-secondary="BTC">&lt;/div&gt;</textarea> <a class="btn btn-primary bottom-margin-1x" href="/fr/widget/?c=zcore" target="_blank" role="button" style="width:100%">Personnaliser ce widget</a> </div> <div class="col-md-4"> <div class="coinmarketcap-currency-widget" data-currencyid="3158" data-base="USD" data-secondary="BTC" data-ticker="true" style=""></div> </div> </div> </div> <div id="ratings" class="tab-pane"> <div class="padding-top-1x"> <h2 class="bottom-margin-1x">Ratings</h2> <p class="bottom-margin-1x"> <i>Disclaimer: Ratings are calculated by third party organizations and are not influenced or endorsed by CoinMarketCap in any way.</i> </p> <p class="bottom-margin-1x"> FCAS stands for Fundamental Crypto Asset Score, a single, consistently comparable value for measuring cryptocurrency project health. FCAS measures User Activity, Developer Behavior and Asset Maturity. <a href="https://flipsidecrypto.com/go-beyond-price" rel="nofollow noopener" target="_blank">Find out more about FCAS</a>. </p> <h3 class="col-xs-12 bottom-margin-2x coin-summary-item-header">Fundamental Crypto Asset Score</h3> <div id="js-fcas-spectrum" class="col-xs-12 col-md-10 col-md-offset-1 bottom-margin-2x"></div> <h3 class="col-xs-12 coin-summary-item-header">FCAS Trend</h3> <div id="js-fcas-chart" class="col-xs-12 col-md-10 col-md-offset-1 bottom-margin-2x"></div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-8"> <h2 class="bottom-margin-1x">About ZCore</h2> ZCore (ZCR) is a cryptocurrency. Users are able to generate ZCR through the process of <a href="/fr/glossary/#mining" target="_blank">mining</a>. ZCore has a current supply of <span data-format-supply data-format-value="3589730.0"> 3,589,730 </span> ZCR. The last known price of ZCore is <span data-currency-price data-usd="0.138910922218"> <span data-currency-value>0.138911</span> <span data-currency-code>USD</span> </span> and is up <span data-format-percentage data-format-value="4.35995">4.36</span>% over the last 24 hours. It is currently trading on 4 active market(s) with <span data-currency-volume data-usd="1397.12513397"> <span data-currency-value>1,397</span> <span data-currency-code>USD</span> </span> traded over the last 24 hours. More information can be found at <a href="https://zcore.cash" target="_blank" rel="nofollow noopener">https://zcore.cash</a>. <div class="visible-xs bottom-margin-1x"></div> </div> <div class="col-sm-4"> <table class="table cmc-table-striped cmc-cc-summary-table"> <caption class="h2 text-left bottom-margin-1x">ZCore Statistics</caption> <tbody> <tr> <th scope="row"> ZCore Price </th> <td> <span data-currency-price data-usd="0.138910922218"> <span data-currency-value>0.138911</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> ZCore ROI <a class="js-summary-data-roi pointer"> <span class="glyphicons glyphicons-question-sign"></span> </a> </th> <td> <span class="text-semi-bold positive_change "><span data-format-percentage data-format-value="125.216"> +125.22</span>% </td> </tr> <tr> <th scope="row"> Market Rank </th> <td> #983 </td> </tr> <tr> <th scope="row"> Cap. Marché </th> <td> <span data-currency-market-cap data-usd="498652.704814"> <span data-currency-value>498,653</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> 24 Hour Volume </th> <td> <span data-currency-volume data-usd="1397.12513397"> <span data-currency-value>1,397</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> Offre en Circulation </th> <td> <span data-format-supply data-format-value="3589730.0"> 3,589,730 </span> ZCR </td> </tr> <tr> <th scope="row"> Offre Totale </th> <td> <span data-format-supply data-format-value="3589730.0"> 3,589,730 </span> ZCR </td> </tr> <tr> <th scope="row"> Offre Max </th> <td> <span data-format-supply data-format-value="18000000.0"> 18,000,000 </span> ZCR </td> </tr> <tr> <th scope="row"> All Time High </th> <td> <span data-currency-price data-usd="0.574468"> <span data-currency-value>0.574468</span> <span data-currency-code>USD</span> </span> <br> <span class="whitespace-nowrap">(03 nov. 2018)</span> </td> </tr> <tr> <th scope="row"> All Time Low </th> <td> <span data-currency-price data-usd="0.0589285"> <span data-currency-value>0.058929</span> <span data-currency-code>USD</span> </span> <br> <span class="whitespace-nowrap">(14 août 2018)</span> </td> </tr> <tr> <th scope="row"> 52 Week High / Low </th> <td> <span data-currency-price data-usd="0.574468"> <span data-currency-value>0.574468</span> <span data-currency-code>USD</span> </span> / <br> <span data-currency-price data-usd="0.0589285"> <span data-currency-value>0.058929</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> 90 Day High / Low </th> <td> <span data-currency-price data-usd="0.235693784658"> <span data-currency-value>0.235694</span> <span data-currency-code>USD</span> </span> / <br> <span data-currency-price data-usd="0.0968355788671"> <span data-currency-value>0.096836</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> 30 Day High / Low </th> <td> <span data-currency-price data-usd="0.222310913065"> <span data-currency-value>0.222311</span> <span data-currency-code>USD</span> </span> / <br> <span data-currency-price data-usd="0.0968355788671"> <span data-currency-value>0.096836</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> 7 Day High / Low </th> <td> <span data-currency-price data-usd="0.176630746958"> <span data-currency-value>0.176631</span> <span data-currency-code>USD</span> </span> / <br> <span data-currency-price data-usd="0.128197077422"> <span data-currency-value>0.128197</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> 24 Hour High / Low </th> <td> <span data-currency-price data-usd="0.142402687787"> <span data-currency-value>0.142403</span> <span data-currency-code>USD</span> </span> / <br> <span data-currency-price data-usd="0.130286634343"> <span data-currency-value>0.130287</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> Yesterday's High / Low </th> <td> <span class="whitespace-nowrap" data-currency-price data-usd="0.139033456499"> <span data-currency-value>0.139033</span> <span data-currency-code>USD</span> </span> / <br> <span class="whitespace-nowrap" data-currency-price data-usd="0.130487077061"> <span data-currency-value>0.130487</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> Yesterday's Open / Close </th> <td> <span class="whitespace-nowrap" data-currency-price data-usd="0.131943297112"> <span data-currency-value>0.131943</span> <span data-currency-code>USD</span> </span> / <br> <span class="whitespace-nowrap" data-currency-price data-usd="0.13060925434"> <span data-currency-value>0.130609</span> <span data-currency-code>USD</span> </span> </td> </tr> <tr> <th scope="row"> Yesterday's Change </th> <td> <span class="text-semi-bold negative_change"> <span class="whitespace-nowrap" data-currency-price data-usd="-0.001334042772"> <span data-currency-value>$-0.001334</span> <span data-currency-code>USD</span> </span> (<span data-format-percentage data-format-value="-1.01107278748">-1.01</span>%) </span> </td> </tr> <tr> <th scope="row"> Yesterday's Volume </th> <td> <span class="whitespace-nowrap" data-currency-price data-usd="1529.18014716"> <span data-currency-value>$1,529</span> <span data-currency-code>USD</span> </span> </td> </tr> </tbody> </table> <div class="hide js-summary-data-roi-popover"> <p> The approximate return on investment if purchased at the time of launch (or earliest known price) </p> </div> </div> </div> <div id="metadata" class="hidden" data-cryptocurrencyid="3158" data-name="ZCore" data-slug="zcore" data-symbol="ZCR" data-platformsymbol="" data-apidomain="https://graphs2.coinmarketcap.com" data-mobile="False" data-platform="False"> </div> <div class="vertical-spacer-2x"></div> <form class="cmc-newsletter-signup js-newsletter-signup" action="https://app.getresponse.com/add_subscriber.html" accept-charset="utf-8" method="post"> <div class="cmc-newsletter-signup__title">Sign up for our newsletter</div> <div class="cmc-newsletter-signup__desc">Get crypto analysis, news and updates, right to your inbox! Sign up here so you don't miss a single one.</div> <div class="cmc-newsletter-signup__email"> <input class="cmc-newsletter-signup__input cmc-newsletter-signup__input--email js-email" type="text" name="email" placeholder="Enter your email..." /> </div> <input type="hidden" name="campaign_token" value="6R3VY" /> <input class="cmc-newsletter-signup__input cmc-newsletter-signup__input--submit js-submit" type="submit" value="Subscribe now" disabled /> </form> <div class="vertical-spacer-2x"></div> <div class="text-center"> <div id="div-gpt-ad-1542211140769-5" class="responsive-leaderboard"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1542211140769-5'); }); </script> </div> </div> <div class="modal fade" id="donate_btc" tabindex="-1" role="dialog" aria-labelledby="donate_btc_label" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="donate_btc_label">Faire un don en Bitcoin</h4> </div> <div class="modal-body text-center"> <strong>3CMCRgEm8HVz3DrWaCCid3vAANE42jcEv9</strong> <br /> <img src="https://s2.coinmarketcap.com/static/cloud/img/qrcodes/donate_bitcoin.png" alt="Faire un don en Bitcoin"><br /> </div> </div> </div> </div> <div class="modal fade" id="donate_ltc" tabindex="-1" role="dialog" aria-labelledby="donate_ltc_label" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="donate_ltc_label">Faire un don en Litecoin</h4> </div> <div class="modal-body text-center"> <strong>LTdsVS8VDw6syvfQADdhf2PHAm3rMGJvPX</strong> <br /> <img src="https://s2.coinmarketcap.com/static/cloud/img/qrcodes/donate_litecoin.png" alt="Faire un don en Litecoin"><br /> </div> </div> </div> </div> <div class="modal fade" id="donate_eth" tabindex="-1" role="dialog" aria-labelledby="donate_eth_label" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="donate_eth_label">Faire un don en Ethereum</h4> </div> <div class="modal-body text-center"> <strong>0x0074709077B8AE5a245E4ED161C971Dc4c3C8E2B</strong> <br /> <img src="https://s2.coinmarketcap.com/static/cloud/img/qrcodes/donate_ethereum.png" alt="Faire un don en Ethereum"><br /> </div> </div> </div> </div> <div class="modal fade" id="donate_bch" tabindex="-1" role="dialog" aria-labelledby="donate_bch_label" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="donate_bch_label">Faire un don en Bitcoin Cash</h4> </div> <div class="modal-body text-center"> <strong>1LVXG4Z4oF6TrJfmUfSuLX8nqb8c5eCwha</strong> <br /> <img src="https://s2.coinmarketcap.com/static/cloud/img/qrcodes/donate_bitcoin_cash.png" alt="Faire un don en Bitcoin Cash"><br /> </div> </div> </div> </div> </div> <div class="col-xl-2 padding-top-2x"> <div class="pull-right visible-xl"> <div id="div-gpt-ad-1542211140769-6" class="skyscraper"> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1542211140769-6'); });</script> </div> </div> <div class="clearfix"></div> <section class="related-links-panel"> <h3 class="related-links-panel__header h5">Cryptomonnaies associées</h3> <ul class="related-links-panel__list"> <li class="related-links-panel__item overflow-ellipsis"> <img class="related-links-panel__logo lazyload" data-src="https://s2.coinmarketcap.com/static/img/coins/32x32/1970.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="ATBCoin" /> <a href="/fr/currencies/atbcoin/" class="link-secondary">ATBCoin (ATB)</a> </li> <li class="related-links-panel__item overflow-ellipsis"> <img class="related-links-panel__logo lazyload" data-src="https://s2.coinmarketcap.com/static/img/coins/32x32/322.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Energycoin" /> <a href="/fr/currencies/energycoin/" class="link-secondary">Energycoin (ENRG)</a> </li> <li class="related-links-panel__item overflow-ellipsis"> <img class="related-links-panel__logo lazyload" data-src="https://s2.coinmarketcap.com/static/img/coins/32x32/2844.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Shivom" /> <a href="/fr/currencies/shivom/" class="link-secondary">Shivom (OMX)</a> </li> <li class="related-links-panel__item overflow-ellipsis"> <img class="related-links-panel__logo lazyload" data-src="https://s2.coinmarketcap.com/static/img/coins/32x32/3148.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="MetaMorph" /> <a href="/fr/currencies/metamorph/" class="link-secondary">MetaMorph (METM)</a> </li> <li class="related-links-panel__item overflow-ellipsis"> <img class="related-links-panel__logo lazyload" data-src="https://s2.coinmarketcap.com/static/img/coins/32x32/3095.png" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Niobium Coin" /> <a href="/fr/currencies/niobium-coin/" class="link-secondary">Niobium Coin (NBC)</a> </li> </ul> </section> </div> </div> </div> <footer> <div class="container flex-container"> <div class="footer-section footer-section--brand text-center"> <div class="margin-bottom--lv1"> <span class="cmc-logo cmc-logo_color_grey cmc-logo_size_md footer__cmc-logo"></span> </div> <div class="text-gray-light">&copy; 2019 CoinMarketCap</div> </div> <div class="footer-section footer-section--links"> <section class="margin-bottom--lv2"> <h5 class="footer-header">Liens utiles</h5> <div class="row"> <div class="col-xs-6"> <ul class="list-unstyled"> <li><a href="/advertising/" target="_blank">Promouvoir</a></li> <li><a href="/api/" target="_blank">Crypto API</a></li> <li><a href="/indices/" target="_blank">Crypto Indices</a></li> <li><a href="/fr/disclaimer/">Clause de non-responsabilité</a></li> <li><a href="/fr/privacy/">Confidentialité</a></li> <li><a href="/fr/terms/">Conditions</a></li> <li><a href="/fr/faq/">FAQ</a></li> <li><a href="/fr/methodology/">Methodology</a></li> </ul> </div> <div class="col-xs-6"> <ul class="list-unstyled"> <li><a href="/request/" target="_blank">Formulaire de contact</a></li> <li><a href="/careers/">Carrières</a></li> <li><a href="https://blog.coinmarketcap.com" target="_blank" rel="noopener">Blog</a></li> <li><a href="/newsletter/" target="_blank">Bulletin d'information</a></li> <li><a href="https://www.facebook.com/CoinMarketCap" target="_blank" rel="noopener">Facebook</a></li> <li><a href="https://twitter.com/CoinMarketCap" target="_blank" rel="noopener">Twitter</a></li> <li><a href="https://t.me/CoinMarketCap" target="_blank" rel="nofollow noopener">Telegram</a></li> </ul> </div> </div> </section> <section class="margin-bottom--lv2"> <div class="row"> <div class="col-xs-6"> <h5 class="footer-header">Mode Nuit</h5> <div class="btn-group" data-toggle="buttons"> <label class="btn btn-default btn-sm" data-night-mode-off> <input type="radio"> Désactivé </label> <label class="btn btn-default btn-sm" data-night-mode-on> <input type="radio"> Activé </label> </div> </div> <div class="col-xs-6"> <h5 class="footer-header">Téléchargements</h5> <ul class="list-unstyled footer-list--downloads"> <li> <a href="https://itunes.apple.com/app/coinmarketcap/id1282107098?ls=1&mt=8" target="_blank" rel="nofollow noopener"> <span class="app-store-badge"></span> </a> </li> <li> <a href='https://play.google.com/store/apps/details?id=com.coinmarketcap.android&hl=en_US&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' target="_blank" rel="nofollow noopener"> <span class="google-play-badge"></span> </a> </li> </ul> </div> </div> </section> </div> <div class="footer-section footer-section--donate overflow-ellipsis"> <section class="margin-bottom--lv2"> <h5 class="footer-header">Faire un don</h5> <ul class="list-unstyled"> <li class="overflow-ellipsis">BTC: <a data-toggle="modal" data-target="#donate_btc">3CMCRgEm8HVz3DrWaCCid3vAANE42jcEv9</a></li> <li class="overflow-ellipsis">LTC: <a data-toggle="modal" data-target="#donate_ltc">LTdsVS8VDw6syvfQADdhf2PHAm3rMGJvPX</a></li> <li class="overflow-ellipsis">ETH: <a data-toggle="modal" data-target="#donate_eth">0x0074709077B8AE5a245E4ED161C971Dc4c3C8E2B</a></li> <li class="overflow-ellipsis">BCH: <a data-toggle="modal" data-target="#donate_bch">1LVXG4Z4oF6TrJfmUfSuLX8nqb8c5eCwha</a></li> </ul> </section> </div> </div> </footer> <div class="banner-alert banner-alert-fixed-bottom hide js-cookie-policy-banner"> <div class="banner-alert-close"> <button type="button" class="banner-alert-close-button js-close" aria-label="Close"><span aria-hidden="true">&times;</span></button> </div> <div class="banner-alert-body"> Nous utilisons des cookies pour vous offrir une meilleure expérience de navigation, pour analyser le trafic sur le site, pour personnaliser le contenu et pour proposer des publicités ciblées. Apprenez comment nous utilisons les cookies et comment vous pouvez les contrôler sur notre <a href="/fr/privacy/">Politique de confidentialité</a>. Si vous continuer d'utiliser ce site, vous consentez à notre utilisation des cookies. </div> </div> <div id="currency-exchange-rates" data-pkr="0.00705915572498" data-all="0.00905387052965" data-ron="0.235300706067" data-mnt="0.000397588925494" data-ugx="0.000267685893914" data-ttd="0.14745891426" data-aud="0.708883013036" data-cup="0.0388349514563" data-ngn="0.00277777777778" data-byn="0.477553778525" data-gtq="0.131207784715" data-hrk="0.150870522917" data-clp="0.00149543891132" data-eur="1.12018460642" data-nok="0.11671480958" data-amd="0.00207534054403" data-mxn="0.0527404824921" data-gel="0.37037037037" data-try="0.170968227265" data-crc="0.00168385816818" data-aed="0.272236183401" data-gbp="1.29385522278" data-bam="0.575238292463" data-ars="0.023537719195" data-mdl="0.0561747227117" data-btc="5609.08096639" data-sek="0.106619390207" data-mur="0.0286504218775" data-irr="2.37501484384e-05" data-cny="0.1486679353" data-bdt="0.0118536781963" data-pen="0.3022963641" data-kzt="0.00264532310644" data-rub="0.0156680054925" data-omr="2.59735537276" data-mkd="0.0182205501021" data-jod="1.41042927826" data-mmk="0.000657955452712" data-pln="0.261205043347" data-kes="0.00985171620394" data-hkd="0.127483603696" data-ves="0.00024357176113" data-cop="0.000314569276019" data-dzd="0.00837041896282" data-idr="7.08842814106e-05" data-krw="0.000873484504385" data-bgn="0.57262814559" data-isk="0.0082481004872" data-ils="0.277260994092" data-bob="0.144688925322" data-dkk="0.150039760537" data-twd="0.0323914283859" data-kwd="3.28731097962" data-brl="0.252719897901" data-zar="0.0698014351594" data-sgd="0.736386785686" data-uzs="0.000118273211118" data-usd="1.0" data-chf="0.978714908177" data-xau="1268.00568067" data-xpd="1382.93458719" data-xag="14.7844726963" data-huf="0.00349081261754" data-bmd="1.0" data-rsd="0.00949424426632" data-jmd="0.00775013562737" data-azn="0.587371512482" data-uah="0.0372578241431" data-lkr="0.00572442612628" data-tnd="0.329510354204" data-nzd="0.663529939466" data-iqd="0.000840336134454" data-xpt="888.115241834" data-cad="0.745635979024" data-lbp="0.000663151961272" data-khr="0.000247463499134" data-myr="0.242292083106" data-bhd="2.65191494778" data-inr="0.0143214717271" data-jpy="0.0089328999817" data-czk="0.0435150821969" data-sar="0.266627561291" data-ltc="78.5903072622" data-nad="0.0706214689266" data-qar="0.27464989691" data-pab="1.0" data-xrp="0.326682160547" data-vnd="4.28774506333e-05" data-uyu="0.0291836660305" data-nio="0.0302571860817" data-kgs="0.014564813566" data-ssp="0.00767675340886" data-mad="0.103886389844" data-php="0.0191890699058" data-eth="175.289481718" data-npr="0.00896099093362" data-bch="302.639807866" data-ghs="0.19512195122" data-egp="0.0582377263992" data-hnl="0.0407497912694" data-dop="0.0197569890349" data-thb="0.0312517090778"></div> <div class="scroll-to-top"> <button class="btn"><span class="glyphicons glyphicons-chevron-up"></span></button> </div> <script> var LANG_CODE = 'fr'; var STATIC_DOMAIN = 's2.coinmarketcap.com'; var CURRENCY_FLAGS = {'USD': 'us', 'AUD': 'au', 'CHF': 'ch', 'IDR': 'id', 'KRW': 'kr', 'CNY': 'cn', 'TRY': 'tr', 'ILS': 'il', 'GBP': 'gb', 'NZD': 'nz', 'CLP': 'cl', 'DKK': 'dk', 'CAD': 'ca', 'PKR': 'pk', 'MXN': 'mx', 'HUF': 'hu', 'PHP': 'ph', 'TWD': 'tw', 'NOK': 'no', 'RUB': 'ru', 'SEK': 'se', 'MYR': 'my', 'INR': 'in', 'THB': 'th', 'JPY': 'jp', 'CZK': 'cz', 'BRL': 'br', 'PLN': 'pl', 'EUR': 'eu', 'ZAR': 'za', 'SGD': 'sg', 'HKD': 'hk'}; </script> <script src="https://s2.coinmarketcap.com/static/cloud/compressed/base.ff248ba0.min.js"></script> <script> $('[data-toggle="tooltip"]').tooltip(); // Handle sponsored popovers (function () { $('.js-buy-button').each(function () { var $this = $(this); var id = $this.data('id'); $this.popover({ html: true, trigger: 'manual', content: $('.js-buy-button-content-' + id).html() }); }); var activePopover = null; function hidePopover(element) { $(element).popover('hide'); activePopover = null; } $('.js-buy-button').on('click', function (event) { event.preventDefault(); event.stopPropagation(); var $this = $(this); if (activePopover === this) { hidePopover(activePopover); } else if (activePopover) { hidePopover(activePopover); $this.popover('show'); activePopover = this; } else { $this.popover('show'); activePopover = this; } }); $('body').on('click touchend', function (event) { var $target = $(event.target); if ($target.data('toggle') !== 'popover' && $target.parents('.popover.in').length === 0) { hidePopover(activePopover); } }); })(); function initPopover(targetElem, contentElem) { var $el = $(targetElem); var $popover; $el.popover({ html: true, placement: 'bottom', trigger: 'click', delay: 0, content: $(contentElem).html() }); $el.on('shown.bs.popover', function () { $popover = $el; }); $('body').on('click touchend', function (event) { var $target = $(event.target); if ($target.data('toggle') !== 'popover' && $target.parents('.popover.in').length === 0) { if ($popover) { $popover.popover('hide'); $popover = null; } } }); } initPopover('.js-circ-supply', '.js-circ-supply-popover'); initPopover('.js-summary-data-roi', '.js-summary-data-roi-popover'); </script> <script src="https://s2.coinmarketcap.com/static/cloud/compressed/highcharts.c76bd9fb.js"></script> <script src="https://s2.coinmarketcap.com/static/cloud/compressed/detail.50ba7566.min.js"></script> <script> $(document).ready(function() { }); const PHRASES = { contextButtonTitle: "Menu contextuel graphique", downloadCSV: "Télécharger CSV", downloadJPEG: "Télécharger Image JPEG", downloadPDF: "Télécharger document PDF", downloadPNG: "Télécharger image PNG", downloadSVG: "Télécharger image vectorielle SVG", downloadXLS: "Télécharger XLS", drillUpText: "Retour à {series.name}", loading: "En chargement...", noData: "Aucune donnée à afficher", printChart: "Imprimer graphique", resetZoom: "Réinitialiser zoom", resetZoomTitle: "Réinitialiser zoom niveau 1:1", viewData: "Visualiser tableau de données", '1d': "1j", '7d': "7j", '1m': "1m", '3m': "3m", '1y': "1a", 'ytd': "YTD", 'all': "TOUT", dateFormat: "%A %d %B %Y %H:%M:%S UTC", months: { full: {mar: 'mars',feb: 'février',aug: 'août',sep: 'septembre',apr: 'avril',jun: 'juin',jul: 'juillet',jan: 'janvier',may: 'mai',nov: 'novembre',dec: 'décembre',oct: 'octobre'}, short: {mar: 'mars',feb: 'févr.',aug: 'août',sep: 'sept.',apr: 'avr.',jun: 'juin',jul: 'juil.',jan: 'janv.',may: 'mai',nov: 'nov.',dec: 'déc.',oct: 'oct.'} }, weekdays: { full: {wed: 'mercredi',sun: 'dimanche',thu: 'jeudi',mon: 'lundi',fri: 'vendredi',tue: 'mardi',sat: 'samedi'}, short: {wed: 'mer.',sun: 'dim.',thu: 'jeu.',mon: 'lun.',fri: 'ven.',tue: 'mar.',sat: 'sam.'} }, emptyTable: "Aucune donn&eacute;e disponible dans le tableau", zeroRecords: "Aucune entrée correspondante trouvée", sortAscending: ": activer pour trier la colonne par ordre croissant", sortDescending: ": activer pour trier la colonne par ordre d&eacute;croissant", 'K': "K", 'M': "M", 'B': "Md", 'T': "Bn", chartTitle: "ZCore Graphiques", marketCap: "Cap. Marché", priceUSD: "Prix (USD)", priceBTC: "Prix (BTC)", pricePlatform: "", volume: "Vol 24h", linearScale: "Échelle linéaire", logScale: "Échelle Log" }; var polyglot = new Polyglot({phrases: PHRASES}); </script> <script> $( document ).ready(function() { // GTM Session Set var maxExpire = new Date('2038-01-19 00:00:00'); if (Cookies.get("gtm_session_first") === undefined) { Cookies.set("gtm_session_first", new Date(), {expires: maxExpire}) } Cookies.set("gtm_session_last", new Date(), {expires: maxExpire}) // Header Banner Prefs $(".header-banner-close").on('click', function () { Cookies.set("header-banner-noshow", "1", {expires: 1}) $('#header-banner-wrapper').fadeOut(); dataLayer.push({ 'event': 'customEvent', 'eventCategory': 'Header Banner', 'eventAction': 'Close', }); }); }); (function () { NavMenu(); var polyglot = new Polyglot({phrases: { cryptocurrencies: "Crypto-monnaies", exchanges: "Plateformes d'échange" }}); initQuickSearch({ currencyDataURL: 'https://' + STATIC_DOMAIN + '/generated/search/quick_search.json', exchangeDataURL: 'https://' + STATIC_DOMAIN + '/generated/search/quick_search_exchanges.json', currencySuggestionTemplate: function (context) { var template = "/fr/currencies/%25s/"; context.url = template.replace('%25s', context.slug); return Handlebars.templates['quick_search'](context); }, exchangeSuggestionTemplate: function (context) { var template = "/fr/exchanges/%25s/"; context.url = template.replace('%25s', context.slug); return Handlebars.templates['quick_search_exchanges'](context); }, currencyLimit: 6, exchangeLimit: 4 }, polyglot); $('[data-language-toggle]').on('click', function () { dataLayer.push({ 'event': 'customEvent', 'eventCategory': 'Language Dropdown', 'eventAction': 'Language Selected', 'eventLabel': $(this).data('language-toggle') }); }); var language = $('[data-language-toggle="' + 'fr' + '"]').html(); $('[data-language-dropdown]').html(language); NightMode.initSwitch(); ThemeSwitch('.js-theme-switch'); ScrollToTop('.scroll-to-top'); CookiedDismissableAlert({ selector: '.js-cookie-policy-banner', cookieKey: 'cmc_gdpr_hide' }); })(); function userResizedBrowser(actionType) { var actions = { mobileToDesktop: 'Mobile to Desktop', desktopToMobile: 'Desktop to Mobile', noSidebarToSidebar: 'No Sidebar to Sidebar', sidebarToNoSidebar: 'Sidebar to No Sidebar' }; var action = actions[actionType]; if (action) { return function () { dataLayer.push({ 'event': 'customEvent', 'eventCategory': 'Browser Resize', 'eventAction': action, 'eventLabel': undefined }); } } } MOBILE.onBrowserResize(userResizedBrowser('mobileToDesktop'), userResizedBrowser('desktopToMobile')); $(function () { var sidebarThreshold = 1440; var isWider = $(window).width() >= sidebarThreshold; $(window).on('resize', function() { var screenWidth = $(window).width(); if (isWider && screenWidth < sidebarThreshold) { isWider = false; userResizedBrowser('sidebarToNoSidebar')(); } else if (!isWider && screenWidth >= sidebarThreshold) { isWider = true; userResizedBrowser('noSidebarToSidebar')(); } }); }); </script> </body> </html>
[ "<footer>\n<div class=\"container flex-container\">\n<div class=\"footer-section footer-section--brand text-center\">\n<div class=\"margin-bottom--lv1\">\n<span class=\"cmc-logo cmc-logo_color_grey cmc-logo_size_md footer__cmc-logo\"/>\n</div>\n<div class=\"text-gray-light\">© 2019 CoinMarketCap</div>\n</div>\n<div class=\"footer-section footer-section--links\">\n<section class=\"margin-bottom--lv2\">\n<h5 class=\"footer-header\">Liens utiles</h5>\n<div class=\"row\">\n<div class=\"col-xs-6\">\n<ul class=\"list-unstyled\">\n<li><a href=\"/advertising/\" target=\"_blank\">Promouvoir</a></li>\n<li><a href=\"/api/\" target=\"_blank\">Crypto API</a></li>\n<li><a href=\"/indices/\" target=\"_blank\">Crypto Indices</a></li>\n<li><a href=\"/fr/disclaimer/\">Clause de non-responsabilité</a></li>\n<li><a href=\"/fr/privacy/\">Confidentialité</a></li>\n<li><a href=\"/fr/terms/\">Conditions</a></li>\n<li><a href=\"/fr/faq/\">FAQ</a></li>\n<li><a href=\"/fr/methodology/\">Methodology</a></li>\n</ul>\n</div>\n<div class=\"col-xs-6\">\n<ul class=\"list-unstyled\">\n<li><a href=\"/request/\" target=\"_blank\">Formulaire de contact</a></li>\n<li><a href=\"/careers/\">Carrières</a></li>\n<li><a href=\"https://blog.coinmarketcap.com\" target=\"_blank\" rel=\"noopener\">Blog</a></li>\n<li><a href=\"/newsletter/\" target=\"_blank\">Bulletin d'information</a></li>\n<li><a href=\"https://www.facebook.com/CoinMarketCap\" target=\"_blank\" rel=\"noopener\">Facebook</a></li>\n<li><a href=\"https://twitter.com/CoinMarketCap\" target=\"_blank\" rel=\"noopener\">Twitter</a></li>\n<li><a href=\"https://t.me/CoinMarketCap\" target=\"_blank\" rel=\"nofollow noopener\">Telegram</a></li>\n</ul>\n</div>\n</div>\n</section>\n<section class=\"margin-bottom--lv2\">\n<div class=\"row\">\n<div class=\"col-xs-6\">\n<h5 class=\"footer-header\">Mode Nuit</h5>\n<div class=\"btn-group\" data-toggle=\"buttons\">\n<label class=\"btn btn-default btn-sm\" data-night-mode-off=\"\">\n<input type=\"radio\"/> Désactivé\n</label>\n<label class=\"btn btn-default btn-sm\" data-night-mode-on=\"\">\n<input type=\"radio\"/> Activé\n</label>\n</div>\n</div>\n<div class=\"col-xs-6\">\n<h5 class=\"footer-header\">Téléchargements</h5>\n<ul class=\"list-unstyled footer-list--downloads\">\n<li>\n<a href=\"https://itunes.apple.com/app/coinmarketcap/id1282107098?ls=1&amp;mt=8\" target=\"_blank\" rel=\"nofollow noopener\">\n<span class=\"app-store-badge\"/>\n</a>\n</li>\n<li>\n<a href=\"https://play.google.com/store/apps/details?id=com.coinmarketcap.android&amp;hl=en_US&amp;pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"nofollow noopener\">\n<span class=\"google-play-badge\"/>\n</a>\n</li>\n</ul>\n</div>\n</div>\n</section>\n</div>\n<div class=\"footer-section footer-section--donate overflow-ellipsis\">\n<section class=\"margin-bottom--lv2\">\n<h5 class=\"footer-header\">Faire un don</h5>\n<ul class=\"list-unstyled\">\n<li class=\"overflow-ellipsis\">BTC: <a data-toggle=\"modal\" data-target=\"#donate_btc\">3CMCRgEm8HVz3DrWaCCid3vAANE42jcEv9</a></li>\n<li class=\"overflow-ellipsis\">LTC: <a data-toggle=\"modal\" data-target=\"#donate_ltc\">LTdsVS8VDw6syvfQADdhf2PHAm3rMGJvPX</a></li>\n<li class=\"overflow-ellipsis\">ETH: <a data-toggle=\"modal\" data-target=\"#donate_eth\">0x0074709077B8AE5a245E4ED161C971Dc4c3C8E2B</a></li>\n<li class=\"overflow-ellipsis\">BCH: <a data-toggle=\"modal\" data-target=\"#donate_bch\">1LVXG4Z4oF6TrJfmUfSuLX8nqb8c5eCwha</a></li>\n</ul>\n</section>\n</div>\n</div>\n</footer>\n" ]
[ "<head>\n<meta charset=\"utf-8\"/>\n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><script type=\"text/javascript\">(window.NREUM||(NREUM={})).loader_config={xpid:\"VQ4BV1dWDxACVVZTAAUEUVI=\"};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o||e)},o,o.exports)}return e[n].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o&lt;n.length;o++)r(n[o]);return r}({1:[function(t,e,n){function r(t){try{s.console&amp;&amp;console.log(t)}catch(e){}}var o,i=t(\"ee\"),a=t(23),s={};try{o=localStorage.getItem(\"__nr_flags\").split(\",\"),console&amp;&amp;\"function\"==typeof console.log&amp;&amp;(s.console=!0,o.indexOf(\"dev\")!==-1&amp;&amp;(s.dev=!0),o.indexOf(\"nr_dev\")!==-1&amp;&amp;(s.nrDev=!0))}catch(c){}s.nrDev&amp;&amp;i.on(\"internal-error\",function(t){r(t.stack)}),s.dev&amp;&amp;i.on(\"fn-err\",function(t,e,n){r(n.stack)}),s.dev&amp;&amp;(r(\"NR AGENT IN DEVELOPMENT MODE\"),r(\"flags: \"+a(s,function(t,e){return t}).join(\", \")))},{}],2:[function(t,e,n){function r(t,e,n,r,s){try{p?p-=1:o(s||new UncaughtException(t,e,n),!0)}catch(f){try{i(\"ierr\",[f,c.now(),!0])}catch(d){}}return\"function\"==typeof u&amp;&amp;u.apply(this,a(arguments))}function UncaughtException(t,e,n){this.message=t||\"Uncaught error with no additional information\",this.sourceURL=e,this.line=n}function o(t,e){var n=e?null:c.now();i(\"err\",[t,n])}var i=t(\"handle\"),a=t(24),s=t(\"ee\"),c=t(\"loader\"),f=t(\"gos\"),u=window.onerror,d=!1,l=\"nr@seenError\",p=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(h){\"stack\"in h&amp;&amp;(t(13),t(12),\"addEventListener\"in window&amp;&amp;t(6),c.xhrWrappable&amp;&amp;t(14),d=!0)}s.on(\"fn-start\",function(t,e,n){d&amp;&amp;(p+=1)}),s.on(\"fn-err\",function(t,e,n){d&amp;&amp;!n[l]&amp;&amp;(f(n,l,function(){return!0}),this.thrown=!0,o(n))}),s.on(\"fn-end\",function(){d&amp;&amp;!this.thrown&amp;&amp;p&gt;0&amp;&amp;(p-=1)}),s.on(\"internal-error\",function(t){i(\"ierr\",[t,c.now(),!0])})},{}],3:[function(t,e,n){t(\"loader\").features.ins=!0},{}],4:[function(t,e,n){function r(){M++,j=y.hash,this[u]=x.now()}function o(){M--,y.hash!==j&amp;&amp;i(0,!0);var t=x.now();this[h]=~~this[h]+t-this[u],this[d]=t}function i(t,e){E.emit(\"newURL\",[\"\"+y,e])}function a(t,e){t.on(e,function(){this[e]=x.now()})}var s=\"-start\",c=\"-end\",f=\"-body\",u=\"fn\"+s,d=\"fn\"+c,l=\"cb\"+s,p=\"cb\"+c,h=\"jsTime\",m=\"fetch\",v=\"addEventListener\",w=window,y=w.location,x=t(\"loader\");if(w[v]&amp;&amp;x.xhrWrappable){var g=t(10),b=t(11),E=t(8),R=t(6),O=t(13),C=t(7),P=t(14),T=t(9),L=t(\"ee\"),S=L.get(\"tracer\");t(16),x.features.spa=!0;var j,M=0;L.on(u,r),L.on(l,r),L.on(d,o),L.on(p,o),L.buffer([u,d,\"xhr-done\",\"xhr-resolved\"]),R.buffer([u]),O.buffer([\"setTimeout\"+c,\"clearTimeout\"+s,u]),P.buffer([u,\"new-xhr\",\"send-xhr\"+s]),C.buffer([m+s,m+\"-done\",m+f+s,m+f+c]),E.buffer([\"newURL\"]),g.buffer([u]),b.buffer([\"propagate\",l,p,\"executor-err\",\"resolve\"+s]),S.buffer([u,\"no-\"+u]),T.buffer([\"new-jsonp\",\"cb-start\",\"jsonp-error\",\"jsonp-end\"]),a(P,\"send-xhr\"+s),a(L,\"xhr-resolved\"),a(L,\"xhr-done\"),a(C,m+s),a(C,m+\"-done\"),a(T,\"new-jsonp\"),a(T,\"jsonp-end\"),a(T,\"cb-start\"),E.on(\"pushState-end\",i),E.on(\"replaceState-end\",i),w[v](\"hashchange\",i,!0),w[v](\"load\",i,!0),w[v](\"popstate\",function(){i(0,M&gt;1)},!0)}},{}],5:[function(t,e,n){function r(t){}if(window.performance&amp;&amp;window.performance.timing&amp;&amp;window.performance.getEntriesByType){var o=t(\"ee\"),i=t(\"handle\"),a=t(13),s=t(12),c=\"learResourceTimings\",f=\"addEventListener\",u=\"resourcetimingbufferfull\",d=\"bstResource\",l=\"resource\",p=\"-start\",h=\"-end\",m=\"fn\"+p,v=\"fn\"+h,w=\"bstTimer\",y=\"pushState\",x=t(\"loader\");x.features.stn=!0,t(8);var g=NREUM.o.EV;o.on(m,function(t,e){var n=t[0];n instanceof g&amp;&amp;(this.bstStart=x.now())}),o.on(v,function(t,e){var n=t[0];n instanceof g&amp;&amp;i(\"bst\",[n,e,this.bstStart,x.now()])}),a.on(m,function(t,e,n){this.bstStart=x.now(),this.bstType=n}),a.on(v,function(t,e){i(w,[e,this.bstStart,x.now(),this.bstType])}),s.on(m,function(){this.bstStart=x.now()}),s.on(v,function(t,e){i(w,[e,this.bstStart,x.now(),\"requestAnimationFrame\"])}),o.on(y+p,function(t){this.time=x.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i(\"bstHist\",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&amp;&amp;(window.performance[\"c\"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance[\"c\"+c]()},!1):window.performance[f](\"webkit\"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance[\"webkitC\"+c]()},!1)),document[f](\"scroll\",r,{passive:!0}),document[f](\"keypress\",r,!1),document[f](\"click\",r,!1)}},{}],6:[function(t,e,n){function r(t){for(var e=t;e&amp;&amp;!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&amp;&amp;o(e)}function o(t){s.inPlace(t,[u,d],\"-\",i)}function i(t,e){return t[1]}var a=t(\"ee\").get(\"events\"),s=t(26)(a,!0),c=t(\"gos\"),f=XMLHttpRequest,u=\"addEventListener\",d=\"removeEventListener\";e.exports=a,\"getPrototypeOf\"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&amp;&amp;(o(window),o(f.prototype)),a.on(u+\"-start\",function(t,e){var n=t[1],r=c(n,\"nr@wrapped\",function(){function t(){if(\"function\"==typeof n.handleEvent)return n.handleEvent.apply(n,arguments)}var e={object:t,\"function\":n}[typeof n];return e?s(e,\"fn-\",null,e.name||\"anonymous\"):n});this.wrapped=t[1]=r}),a.on(d+\"-start\",function(t){t[1]=this.wrapped||t[1]})},{}],7:[function(t,e,n){function r(t,e,n){var r=t[e];\"function\"==typeof r&amp;&amp;(t[e]=function(){var t=r.apply(this,arguments);return o.emit(n+\"start\",arguments,t),t.then(function(e){return o.emit(n+\"end\",[null,e],t),e},function(e){throw o.emit(n+\"end\",[e],t),e})})}var o=t(\"ee\").get(\"fetch\"),i=t(23);e.exports=o;var a=window,s=\"fetch-\",c=s+\"body-\",f=[\"arrayBuffer\",\"blob\",\"json\",\"text\",\"formData\"],u=a.Request,d=a.Response,l=a.fetch,p=\"prototype\";u&amp;&amp;d&amp;&amp;l&amp;&amp;(i(f,function(t,e){r(u[p],e,c),r(d[p],e,c)}),r(a,\"fetch\",s),o.on(s+\"end\",function(t,e){var n=this;if(e){var r=e.headers.get(\"content-length\");null!==r&amp;&amp;(n.rxSize=r),o.emit(s+\"done\",[null,e],n)}else o.emit(s+\"done\",[t],n)}))},{}],8:[function(t,e,n){var r=t(\"ee\").get(\"history\"),o=t(26)(r);e.exports=r,o.inPlace(window.history,[\"pushState\",\"replaceState\"],\"-\")},{}],9:[function(t,e,n){function r(t){function e(){c.emit(\"jsonp-end\",[],l),t.removeEventListener(\"load\",e,!1),t.removeEventListener(\"error\",n,!1)}function n(){c.emit(\"jsonp-error\",[],l),c.emit(\"jsonp-end\",[],l),t.removeEventListener(\"load\",e,!1),t.removeEventListener(\"error\",n,!1)}var r=t&amp;&amp;\"string\"==typeof t.nodeName&amp;&amp;\"script\"===t.nodeName.toLowerCase();if(r){var o=\"function\"==typeof t.addEventListener;if(o){var a=i(t.src);if(a){var u=s(a),d=\"function\"==typeof u.parent[u.key];if(d){var l={};f.inPlace(u.parent,[u.key],\"cb-\",l),t.addEventListener(\"load\",e,!1),t.addEventListener(\"error\",n,!1),c.emit(\"new-jsonp\",[t.src],l)}}}}}function o(){return\"addEventListener\"in window}function i(t){var e=t.match(u);return e?e[1]:null}function a(t,e){var n=t.match(l),r=n[1],o=n[3];return o?a(o,e[r]):e[r]}function s(t){var e=t.match(d);return e&amp;&amp;e.length&gt;=3?{key:e[2],parent:a(e[1],window)}:{key:t,parent:window}}var c=t(\"ee\").get(\"jsonp\"),f=t(26)(c);if(e.exports=c,o()){var u=/[?&amp;](?:callback|cb)=([^&amp;#]+)/,d=/(.*)\\.([^.]+)/,l=/^(\\w+)(\\.|$)(.*)$/,p=[\"appendChild\",\"insertBefore\",\"replaceChild\"];f.inPlace(HTMLElement.prototype,p,\"dom-\"),f.inPlace(HTMLHeadElement.prototype,p,\"dom-\"),f.inPlace(HTMLBodyElement.prototype,p,\"dom-\"),c.on(\"dom-start\",function(t){r(t[0])})}},{}],10:[function(t,e,n){var r=t(\"ee\").get(\"mutation\"),o=t(26)(r),i=NREUM.o.MO;e.exports=r,i&amp;&amp;(window.MutationObserver=function(t){return this instanceof i?new i(o(t,\"fn-\")):i.apply(this,arguments)},MutationObserver.prototype=i.prototype)},{}],11:[function(t,e,n){function r(t){var e=a.context(),n=s(t,\"executor-\",e),r=new f(n);return a.context(r).getCtx=function(){return e},a.emit(\"new-promise\",[r,e],e),r}function o(t,e){return e}var i=t(26),a=t(\"ee\").get(\"promise\"),s=i(a),c=t(23),f=NREUM.o.PR;e.exports=a,f&amp;&amp;(window.Promise=r,[\"all\",\"race\"].forEach(function(t){var e=f[t];f[t]=function(n){function r(t){return function(){a.emit(\"propagate\",[null,!o],i),o=o||!t}}var o=!1;c(n,function(e,n){Promise.resolve(n).then(r(\"all\"===t),r(!1))});var i=e.apply(f,arguments),s=f.resolve(i);return s}}),[\"resolve\",\"reject\"].forEach(function(t){var e=f[t];f[t]=function(t){var n=e.apply(f,arguments);return t!==n&amp;&amp;a.emit(\"propagate\",[t,!0],n),n}}),f.prototype[\"catch\"]=function(t){return this.then(null,t)},f.prototype=Object.create(f.prototype,{constructor:{value:r}}),c(Object.getOwnPropertyNames(f),function(t,e){try{r[e]=f[e]}catch(n){}}),a.on(\"executor-start\",function(t){t[0]=s(t[0],\"resolve-\",this),t[1]=s(t[1],\"resolve-\",this)}),a.on(\"executor-err\",function(t,e,n){t[1](n)}),s.inPlace(f.prototype,[\"then\"],\"then-\",o),a.on(\"then-start\",function(t,e){this.promise=e,t[0]=s(t[0],\"cb-\",this),t[1]=s(t[1],\"cb-\",this)}),a.on(\"then-end\",function(t,e,n){this.nextPromise=n;var r=this.promise;a.emit(\"propagate\",[r,!0],n)}),a.on(\"cb-end\",function(t,e,n){a.emit(\"propagate\",[n,!0],this.nextPromise)}),a.on(\"propagate\",function(t,e,n){this.getCtx&amp;&amp;!e||(this.getCtx=function(){if(t instanceof Promise)var e=a.context(t);return e&amp;&amp;e.getCtx?e.getCtx():this})}),r.toString=function(){return\"\"+f})},{}],12:[function(t,e,n){var r=t(\"ee\").get(\"raf\"),o=t(26)(r),i=\"equestAnimationFrame\";e.exports=r,o.inPlace(window,[\"r\"+i,\"mozR\"+i,\"webkitR\"+i,\"msR\"+i],\"raf-\"),r.on(\"raf-start\",function(t){t[0]=o(t[0],\"fn-\")})},{}],13:[function(t,e,n){function r(t,e,n){t[0]=a(t[0],\"fn-\",null,n)}function o(t,e,n){this.method=n,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=a(t[0],\"fn-\",this,n)}var i=t(\"ee\").get(\"timer\"),a=t(26)(i),s=\"setTimeout\",c=\"setInterval\",f=\"clearTimeout\",u=\"-start\",d=\"-\";e.exports=i,a.inPlace(window,[s,\"setImmediate\"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,\"clearImmediate\"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],14:[function(t,e,n){function r(t,e){d.inPlace(e,[\"onreadystatechange\"],\"fn-\",s)}function o(){var t=this,e=u.context(t);t.readyState&gt;3&amp;&amp;!e.resolved&amp;&amp;(e.resolved=!0,u.emit(\"xhr-resolved\",[],t)),d.inPlace(t,y,\"fn-\",s)}function i(t){x.push(t),h&amp;&amp;(b?b.then(a):v?v(a):(E=-E,R.data=E))}function a(){for(var t=0;t&lt;x.length;t++)r([],x[t]);x.length&amp;&amp;(x=[])}function s(t,e){return e}function c(t,e){for(var n in t)e[n]=t[n];return e}t(6);var f=t(\"ee\"),u=f.get(\"xhr\"),d=t(26)(u),l=NREUM.o,p=l.XHR,h=l.MO,m=l.PR,v=l.SI,w=\"readystatechange\",y=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"],x=[];e.exports=u;var g=window.XMLHttpRequest=function(t){var e=new p(t);try{u.emit(\"new-xhr\",[e],e),e.addEventListener(w,o,!1)}catch(n){try{u.emit(\"internal-error\",[n])}catch(r){}}return e};if(c(p,g),g.prototype=p.prototype,d.inPlace(g.prototype,[\"open\",\"send\"],\"-xhr-\",s),u.on(\"send-xhr-start\",function(t,e){r(t,e),i(e)}),u.on(\"open-xhr-start\",r),h){var b=m&amp;&amp;m.resolve();if(!v&amp;&amp;!m){var E=1,R=document.createTextNode(E);new h(a).observe(R,{characterData:!0})}}else f.on(\"fn-end\",function(t){t[0]&amp;&amp;t[0].type===w||a()})},{}],15:[function(t,e,n){function r(){var t=window.NREUM,e=t.info.accountID||null,n=t.info.agentID||null,r=t.info.trustKey||null,i=\"btoa\"in window&amp;&amp;\"function\"==typeof window.btoa;if(!e||!n||!i)return null;var a={v:[0,1],d:{ty:\"Browser\",ac:e,ap:n,id:o.generateCatId(),tr:o.generateCatId(),ti:Date.now()}};return r&amp;&amp;e!==r&amp;&amp;(a.d.tk=r),btoa(JSON.stringify(a))}var o=t(21);e.exports={generateTraceHeader:r}},{}],16:[function(t,e,n){function r(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r&lt;p;r++)t.removeEventListener(l[r],this.listener,!1);e.aborted||(n.duration=s.now()-this.startTime,this.loadCaptureCalled||4!==t.readyState?null==e.status&amp;&amp;(e.status=0):a(this,t),n.cbTime=this.cbTime,d.emit(\"xhr-done\",[t],t),c(\"xhr\",[e,n,this.startTime]))}}function o(t,e){var n=t.responseType;if(\"json\"===n&amp;&amp;null!==e)return e;var r=\"arraybuffer\"===n||\"blob\"===n||\"json\"===n?t.response:t.responseText;return v(r)}function i(t,e){var n=f(e),r=t.params;r.host=n.hostname+\":\"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}function a(t,e){t.params.status=e.status;var n=o(e,t.lastSize);if(n&amp;&amp;(t.metrics.rxSize=n),t.sameOrigin){var r=e.getResponseHeader(\"X-NewRelic-App-Data\");r&amp;&amp;(t.params.cat=r.split(\", \").pop())}t.loadCaptureCalled=!0}var s=t(\"loader\");if(s.xhrWrappable){var c=t(\"handle\"),f=t(17),u=t(15).generateTraceHeader,d=t(\"ee\"),l=[\"load\",\"error\",\"abort\",\"timeout\"],p=l.length,h=t(\"id\"),m=t(20),v=t(19),w=window.XMLHttpRequest;s.features.xhr=!0,t(14),d.on(\"new-xhr\",function(t){var e=this;e.totalCbs=0,e.called=0,e.cbTime=0,e.end=r,e.ended=!1,e.xhrGuids={},e.lastSize=null,e.loadCaptureCalled=!1,t.addEventListener(\"load\",function(n){a(e,t)},!1),m&amp;&amp;(m&gt;34||m&lt;10)||window.opera||t.addEventListener(\"progress\",function(t){e.lastSize=t.loaded},!1)}),d.on(\"open-xhr-start\",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),d.on(\"open-xhr-end\",function(t,e){\"loader_config\"in NREUM&amp;&amp;\"xpid\"in NREUM.loader_config&amp;&amp;this.sameOrigin&amp;&amp;e.setRequestHeader(\"X-NewRelic-ID\",NREUM.loader_config.xpid);var n=!1;if(\"init\"in NREUM&amp;&amp;\"distributed_tracing\"in NREUM.init&amp;&amp;(n=!!NREUM.init.distributed_tracing.enabled),n&amp;&amp;this.sameOrigin){var r=u();r&amp;&amp;e.setRequestHeader(\"newrelic\",r)}}),d.on(\"send-xhr-start\",function(t,e){var n=this.metrics,r=t[0],o=this;if(n&amp;&amp;r){var i=v(r);i&amp;&amp;(n.txSize=i)}this.startTime=s.now(),this.listener=function(t){try{\"abort\"!==t.type||o.loadCaptureCalled||(o.params.aborted=!0),(\"load\"!==t.type||o.called===o.totalCbs&amp;&amp;(o.onloadCalled||\"function\"!=typeof e.onload))&amp;&amp;o.end(e)}catch(n){try{d.emit(\"internal-error\",[n])}catch(r){}}};for(var a=0;a&lt;p;a++)e.addEventListener(l[a],this.listener,!1)}),d.on(\"xhr-cb-time\",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&amp;&amp;\"function\"==typeof n.onload||this.end(n)}),d.on(\"xhr-load-added\",function(t,e){var n=\"\"+h(t)+!!e;this.xhrGuids&amp;&amp;!this.xhrGuids[n]&amp;&amp;(this.xhrGuids[n]=!0,this.totalCbs+=1)}),d.on(\"xhr-load-removed\",function(t,e){var n=\"\"+h(t)+!!e;this.xhrGuids&amp;&amp;this.xhrGuids[n]&amp;&amp;(delete this.xhrGuids[n],this.totalCbs-=1)}),d.on(\"addEventListener-end\",function(t,e){e instanceof w&amp;&amp;\"load\"===t[0]&amp;&amp;d.emit(\"xhr-load-added\",[t[1],t[2]],e)}),d.on(\"removeEventListener-end\",function(t,e){e instanceof w&amp;&amp;\"load\"===t[0]&amp;&amp;d.emit(\"xhr-load-removed\",[t[1],t[2]],e)}),d.on(\"fn-start\",function(t,e,n){e instanceof w&amp;&amp;(\"onload\"===n&amp;&amp;(this.onload=!0),(\"load\"===(t[0]&amp;&amp;t[0].type)||this.onload)&amp;&amp;(this.xhrCbStart=s.now()))}),d.on(\"fn-end\",function(t,e){this.xhrCbStart&amp;&amp;d.emit(\"xhr-cb-time\",[s.now()-this.xhrCbStart,this.onload,e],e)})}},{}],17:[function(t,e,n){e.exports=function(t){var e=document.createElement(\"a\"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split(\"://\");!r.port&amp;&amp;o[1]&amp;&amp;(r.port=o[1].split(\"/\")[0].split(\"@\").pop().split(\":\")[1]),r.port&amp;&amp;\"0\"!==r.port||(r.port=\"https\"===o[0]?\"443\":\"80\"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,r.protocol=o[0],\"/\"!==r.pathname.charAt(0)&amp;&amp;(r.pathname=\"/\"+r.pathname);var i=!e.protocol||\":\"===e.protocol||e.protocol===n.protocol,a=e.hostname===document.domain&amp;&amp;e.port===n.port;return r.sameOrigin=i&amp;&amp;(!e.hostname||a),r}},{}],18:[function(t,e,n){function r(){}function o(t,e,n){return function(){return i(t,[f.now()].concat(s(arguments)),e?null:this,n),e?void 0:this}}var i=t(\"handle\"),a=t(23),s=t(24),c=t(\"ee\").get(\"tracer\"),f=t(\"loader\"),u=NREUM;\"undefined\"==typeof window.newrelic&amp;&amp;(newrelic=u);var d=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],l=\"api-\",p=l+\"ixn-\";a(d,function(t,e){u[e]=o(l+e,!0,\"api\")}),u.addPageAction=o(l+\"addPageAction\",!0),u.setCurrentRouteName=o(l+\"routeName\",!0),e.exports=newrelic,u.interaction=function(){return(new r).get()};var h=r.prototype={createTracer:function(t,e){var n={},r=this,o=\"function\"==typeof e;return i(p+\"tracer\",[f.now(),t,n],r),function(){if(c.emit((o?\"\":\"no-\")+\"fn-start\",[f.now(),r,o],n),o)try{return e.apply(this,arguments)}catch(t){throw c.emit(\"fn-err\",[arguments,this,t],n),t}finally{c.emit(\"fn-end\",[f.now()],n)}}}};a(\"actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(t,e){h[e]=o(p+e)}),newrelic.noticeError=function(t,e){\"string\"==typeof t&amp;&amp;(t=new Error(t)),i(\"err\",[t,f.now(),!1,e])}},{}],19:[function(t,e,n){e.exports=function(t){if(\"string\"==typeof t&amp;&amp;t.length)return t.length;if(\"object\"==typeof t){if(\"undefined\"!=typeof ArrayBuffer&amp;&amp;t instanceof ArrayBuffer&amp;&amp;t.byteLength)return t.byteLength;if(\"undefined\"!=typeof Blob&amp;&amp;t instanceof Blob&amp;&amp;t.size)return t.size;if(!(\"undefined\"!=typeof FormData&amp;&amp;t instanceof FormData))try{return JSON.stringify(t).length}catch(e){return}}}},{}],20:[function(t,e,n){var r=0,o=navigator.userAgent.match(/Firefox[\\/\\s](\\d+\\.\\d+)/);o&amp;&amp;(r=+o[1]),e.exports=r},{}],21:[function(t,e,n){function r(){function t(){return e?15&amp;e[n++]:16*Math.random()|0}var e=null,n=0,r=window.crypto||window.msCrypto;r&amp;&amp;r.getRandomValues&amp;&amp;(e=r.getRandomValues(new Uint8Array(31)));for(var o,i=\"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\",a=\"\",s=0;s&lt;i.length;s++)o=i[s],\"x\"===o?a+=t().toString(16):\"y\"===o?(o=3&amp;t()|8,a+=o.toString(16)):a+=o;return a}function o(){function t(){return e?15&amp;e[n++]:16*Math.random()|0}var e=null,n=0,r=window.crypto||window.msCrypto;r&amp;&amp;r.getRandomValues&amp;&amp;Uint8Array&amp;&amp;(e=r.getRandomValues(new Uint8Array(31)));for(var o=[],i=0;i&lt;16;i++)o.push(t().toString(16));return o.join(\"\")}e.exports={generateUuid:r,generateCatId:o}},{}],22:[function(t,e,n){function r(t,e){if(!o)return!1;if(t!==o)return!1;if(!e)return!0;if(!i)return!1;for(var n=i.split(\".\"),r=e.split(\".\"),a=0;a&lt;r.length;a++)if(r[a]!==n[a])return!1;return!0}var o=null,i=null,a=/Version\\/(\\S+)\\s+Safari/;if(navigator.userAgent){var s=navigator.userAgent,c=s.match(a);c&amp;&amp;s.indexOf(\"Chrome\")===-1&amp;&amp;s.indexOf(\"Chromium\")===-1&amp;&amp;(o=\"Safari\",i=c[1])}e.exports={agent:o,version:i,match:r}},{}],23:[function(t,e,n){function r(t,e){var n=[],r=\"\",i=0;for(r in t)o.call(t,r)&amp;&amp;(n[i]=e(r,t[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],24:[function(t,e,n){function r(t,e,n){e||(e=0),\"undefined\"==typeof n&amp;&amp;(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(o&lt;0?0:o);++r&lt;o;)i[r]=t[e+r];return i}e.exports=r},{}],25:[function(t,e,n){e.exports={exists:\"undefined\"!=typeof window.performance&amp;&amp;window.performance.timing&amp;&amp;\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],26:[function(t,e,n){function r(t){return!(t&amp;&amp;t instanceof Function&amp;&amp;t.apply&amp;&amp;!t[a])}var o=t(\"ee\"),i=t(24),a=\"nr@original\",s=Object.prototype.hasOwnProperty,c=!1;e.exports=function(t,e){function n(t,e,n,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s=\"function\"==typeof n?n(r,a):n||{}}catch(f){l([f,\"\",[r,a,o],s])}u(e+\"start\",[r,a,o],s);try{return c=t.apply(a,r)}catch(d){throw u(e+\"err\",[r,a,d],s),d}finally{u(e+\"end\",[r,a,c],s)}}return r(t)?t:(e||(e=\"\"),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,e,o,i){o||(o=\"\");var a,s,c,f=\"-\"===o.charAt(0);for(c=0;c&lt;e.length;c++)s=e[c],a=t[s],r(a)||(t[s]=n(a,f?s+o:o,i,s))}function u(n,r,o){if(!c||e){var i=c;c=!0;try{t.emit(n,r,o,e)}catch(a){l([a,n,r,o])}c=i}}function d(t,e){if(Object.defineProperty&amp;&amp;Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){l([r])}for(var o in t)s.call(t,o)&amp;&amp;(e[o]=t[o]);return e}function l(e){try{t.emit(\"internal-error\",e)}catch(n){}}return t||(t=o),n.inPlace=f,n.flag=a,n}},{}],ee:[function(t,e,n){function r(){}function o(t){function e(t){return t&amp;&amp;t instanceof r?t:t?c(t,s,i):i()}function n(n,r,o,i){if(!l.aborted||i){t&amp;&amp;t(n,r,o);for(var a=e(o),s=m(n),c=s.length,f=0;f&lt;c;f++)s[f].apply(a,r);var d=u[x[n]];return d&amp;&amp;d.push([g,n,r,a]),a}}function p(t,e){y[t]=m(t).concat(e)}function h(t,e){var n=y[t];if(n)for(var r=0;r&lt;n.length;r++)n[r]===e&amp;&amp;n.splice(r,1)}function m(t){return y[t]||[]}function v(t){return d[t]=d[t]||o(n)}function w(t,e){f(t,function(t,n){e=e||\"feature\",x[n]=e,e in u||(u[e]=[])})}var y={},x={},g={on:p,addEventListener:p,removeEventListener:h,emit:n,get:v,listeners:m,context:e,buffer:w,abort:a,aborted:!1};return g}function i(){return new r}function a(){(u.api||u.feature)&amp;&amp;(l.aborted=!0,u=l.backlog={})}var s=\"nr@context\",c=t(\"gos\"),f=t(23),u={},d={},l=e.exports=o();l.backlog=u},{}],gos:[function(t,e,n){function r(t,e,n){if(o.call(t,e))return t[e];var r=n();if(Object.defineProperty&amp;&amp;Object.keys)try{return Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[e]=r,r}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],handle:[function(t,e,n){function r(t,e,n,r){o.buffer([t],r),o.emit(t,e,n)}var o=t(\"ee\").get(\"handle\");e.exports=r,r.ee=o},{}],id:[function(t,e,n){function r(t){var e=typeof t;return!t||\"object\"!==e&amp;&amp;\"function\"!==e?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i=\"nr@id\",a=t(\"gos\");e.exports=r},{}],loader:[function(t,e,n){function r(){if(!E++){var t=b.info=NREUM.info,e=p.getElementsByTagName(\"script\")[0];if(setTimeout(u.abort,3e4),!(t&amp;&amp;t.licenseKey&amp;&amp;t.applicationID&amp;&amp;e))return u.abort();f(x,function(e,n){t[e]||(t[e]=n)}),c(\"mark\",[\"onload\",a()+b.offset],null,\"api\");var n=p.createElement(\"script\");n.src=\"https://\"+t.agent,e.parentNode.insertBefore(n,e)}}function o(){\"complete\"===p.readyState&amp;&amp;i()}function i(){c(\"mark\",[\"domContent\",a()+b.offset],null,\"api\")}function a(){return R.exists&amp;&amp;performance.now?Math.round(performance.now()):(s=Math.max((new Date).getTime(),s))-b.offset}var s=(new Date).getTime(),c=t(\"handle\"),f=t(23),u=t(\"ee\"),d=t(22),l=window,p=l.document,h=\"addEventListener\",m=\"attachEvent\",v=l.XMLHttpRequest,w=v&amp;&amp;v.prototype;NREUM.o={ST:setTimeout,SI:l.setImmediate,CT:clearTimeout,XHR:v,REQ:l.Request,EV:l.Event,PR:l.Promise,MO:l.MutationObserver};var y=\"\"+location,x={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-spa-1123.min.js\"},g=v&amp;&amp;w&amp;&amp;w[h]&amp;&amp;!/CriOS/.test(navigator.userAgent),b=e.exports={offset:s,now:a,origin:y,features:{},xhrWrappable:g,userAgent:d};t(18),p[h]?(p[h](\"DOMContentLoaded\",i,!1),l[h](\"load\",r,!1)):(p[m](\"onreadystatechange\",o),l[m](\"onload\",r)),c(\"mark\",[\"firstbyte\",s],null,\"api\");var E=0,R=t(25)},{}]},{},[\"loader\",2,16,5,3,4]);</script><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"queueTime\":0,\"licenseKey\":\"6d0ece54b7\",\"agent\":\"\",\"transactionName\":\"NFBbY0VUXEEEARUPXg0af0JZVkZbCgxOBV4KW1RWRV5XRgYDEUhHClBORBlBQFMLEQ0HRQZRA1RCR0BXCwEYOVUGQVheWw==\",\"applicationID\":\"217174376\",\"errorBeacon\":\"bam.nr-data.net\",\"applicationTime\":146}</script>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<title>ZCore (ZCR) prix, graphiques, cap. marché, et autres indicateurs | CoinMarketCap</title>\n<link rel=\"preload\" as=\"font\" href=\"https://s2.coinmarketcap.com/static/cloud/fonts/glyphicons-regular.woff2\" type=\"font/woff2\" crossorigin=\"\"/>\n<link rel=\"preconnect\" href=\"https://s2.coinmarketcap.com\" crossorigin=\"\"/>\n<link rel=\"preconnect\" href=\"https://files.coinmarketcap.com\"/>\n<link rel=\"preconnect\" href=\"//www.googletagmanager.com\"/>\n<meta name=\"google-site-verification\" content=\"EDc1reqlQ-zAgeRrrgAxRXNK-Zs9JgpE9a0wdaoSO9A\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:site_name\" content=\"CoinMarketCap\"/>\n<meta property=\"og:image\" content=\"https://s2.coinmarketcap.com/static/img/coins/200x200/3158.png\"/>\n<meta property=\"og:image:type\" content=\"image/png\"/>\n<meta property=\"og:image:width\" content=\"200\"/>\n<meta property=\"og:image:height\" content=\"200\"/>\n<meta property=\"og:title\" content=\"ZCore (ZCR) prix, graphiques, cap. marché, et autres indicateurs | CoinMarketCap\"/>\n<meta name=\"description\" content=\"Obtenir ZCore prix, graphiques, et autre info crypto-monnaie\"/>\n<meta property=\"og:description\" content=\"Obtenir ZCore prix, graphiques, et autre info crypto-monnaie\"/>\n<link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\"/>\n<link rel=\"canonical\" href=\"https://coinmarketcap.com/fr/currencies/zcore/\"/>\n<meta property=\"og:url\" content=\"https://coinmarketcap.com/fr/currencies/zcore/\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/de/currencies/zcore/\" hreflang=\"de\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/currencies/zcore/\" hreflang=\"en\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/es/currencies/zcore/\" hreflang=\"es\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/fil/currencies/zcore/\" hreflang=\"fil\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/fr/currencies/zcore/\" hreflang=\"fr\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/hi/currencies/zcore/\" hreflang=\"hi\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/it/currencies/zcore/\" hreflang=\"it\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/ja/currencies/zcore/\" hreflang=\"ja\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/ko/currencies/zcore/\" hreflang=\"ko\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/pt-br/currencies/zcore/\" hreflang=\"pt-br\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/ru/currencies/zcore/\" hreflang=\"ru\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/tr/currencies/zcore/\" hreflang=\"tr\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/vi/currencies/zcore/\" hreflang=\"vi\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/zh/currencies/zcore/\" hreflang=\"zh\"/>\n<link rel=\"alternate\" href=\"https://coinmarketcap.com/zh-tw/currencies/zcore/\" hreflang=\"zh-tw\"/>\n<meta name=\"apple-itunes-app\" content=\"app-id=1282107098\"/>\n<link href=\"https://s2.coinmarketcap.com/static/cloud/compressed/base.af1f9a85.min.css\" rel=\"stylesheet\"/>\n<link href=\"https://files.coinmarketcap.com/static/header_banner/header-banner-production.css\" rel=\"stylesheet\"/>\n<script>\n function getCookie(e){var n=\" \"+document.cookie,t=\" \"+e+\"=\",i=null,o=0,u=0;return n.length&gt;0&amp;&amp;-1!=(o=n.indexOf(t))&amp;&amp;(o+=t.length,-1==(u=n.indexOf(\";\",o))&amp;&amp;(u=n.length),i=unescape(n.substring(o,u))),i}\n\n var DEFAULT_CURRENCY = 'EUR';\n dataLayer = [{\n 'section': 'Cryptocurrency Details',\n 'subSection': 'Currencies',\n 'firstSessionDate': getCookie('gtm_session_first'),\n 'lastSessionDate': getCookie('gtm_session_last'),\n 'language': 'fr',\n 'currency': getCookie('currency') || DEFAULT_CURRENCY,\n 'cryptocurrency': 'zcore',\n 'siteTheme': getCookie('theme') || 'day',\n 'siteNav': 'v1'\n }];\n </script>\n\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MNVXW26');\n </script>\n\n<script src=\"https://s2.coinmarketcap.com/static/cloud/compressed/basehead.cf08aec2.min.js\"/>\n<script async=\"async\" src=\"https://s2.coinmarketcap.com/static/cloud/compressed/prebid.dc802d7a.min.js\"/>\n<script async=\"async\" src=\"https://www.googletagservices.com/tag/js/gpt.js\"/>\n<script>\n var googletag = googletag || {};\n googletag.cmd = googletag.cmd || [];\n googletag.cmd.push(function() {\n googletag.pubads().disableInitialLoad();\n });\n </script>\n<script>\n var listingsAdSlots = [\n \n {\n slotName: '/48901027/details_top',\n sizes: [[320, 50], [728, 90], [320, 100]],\n slotID: 'div-gpt-ad-1542211140769-3',\n mapping: [\n { browserSize: [768, 0], slotSizes: [[728, 90]] },\n { browserSize: [0, 0], slotSizes: [[320, 50], [320, 100]] }\n ]\n },\n \n {\n slotName: '/48901027/details_mid',\n sizes: [[300, 250]],\n slotID: 'div-gpt-ad-1542211140769-4',\n mapping: [\n { browserSize: [768, 0], slotSizes: [] },\n { browserSize: [1, 1], slotSizes: [[300, 250]] },\n { browserSize: [0, 0], slotSizes: [] }\n ]\n },\n \n {\n slotName: '/48901027/details_bottom',\n sizes: [[320, 50], [728, 90], [320, 100]],\n slotID: 'div-gpt-ad-1542211140769-5',\n mapping: [\n { browserSize: [768, 0], slotSizes: [[728, 90]] },\n { browserSize: [0, 0], slotSizes: [[320, 50], [320, 100]] }\n ]\n },\n {\n slotName: '/48901027/details_side',\n sizes: [[160, 600]],\n slotID: 'div-gpt-ad-1542211140769-6',\n mapping: [\n { browserSize: [1440, 0], slotSizes: [[160, 600]] },\n { browserSize: [0, 0], slotSizes: [] }\n ]\n }\n \n ];\n\n var googleAdSlots = [];\n\n googletag.cmd.push(function() {\n for (var i = 0, slotLen = listingsAdSlots.length; i &lt; slotLen; i++) {\n var adSlot = listingsAdSlots[i];\n\n var slotMapping = [];\n for (var j = 0, mapLen = adSlot.mapping.length; j &lt; mapLen; j++) {\n var mapping = adSlot.mapping[j];\n slotMapping.push([mapping.browserSize, mapping.slotSizes]);\n }\n\n slot = googletag.defineSlot(adSlot.slotName, adSlot.sizes[0], adSlot.slotID).\n defineSizeMapping(slotMapping).\n addService(googletag.pubads());\n googleAdSlots.push(slot);\n }\n\n \n googletag.pubads().setTargeting(\"coin_id\",\"3158\");\n \n\n \n\n var mapping = googletag.sizeMapping()\n .addSize([1280,0], [1280, 90])\n .addSize([970,0], [970, 90])\n .addSize([750,0], [750, 90])\n .addSize([0,0], [320, 100])\n .build();\n var headerBannerSlot = googletag.defineSlot('/48901027/full_width_top', [960, 90], 'div-gpt-ad-1517714727704-0')\n .defineSizeMapping(mapping)\n .addService(googletag.pubads())\n .setCollapseEmptyDiv(true);\n\n googletag.pubads().addEventListener('slotRenderEnded', function(event) {\n if (event.slot === headerBannerSlot) {\n var display = document.getElementById('div-gpt-ad-1517714727704-0').style.display,\n el = document.getElementById('header-banner-wrapper');\n if (display === 'none') {\n el.style.display = 'none';\n } else {\n el.style.visibility = 'visible';\n }\n }\n });\n\n googletag.pubads().enableSingleRequest();\n googletag.enableServices();\n });\n </script>\n<script>\n //Load the UAM JavaScript Library\n !function(a9,a,p,s,t,A,g){if(a[a9])return;function\n q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q(\"i\",arguments)},fetchBids:function(){q(\"f\",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}(\"apstag\",window,document,\"script\",\"//c.amazon-adsystem.com/aax2/apstag.js\");\n\n apstag.init({\n pubID: '1edde03c-121e-457d-9c35-ad4fca989bac',\n adServer: 'googletag',\n bidTimeout: 1200,\n simplerGPT: true\n });\n\n var pbjs = pbjs || {};\n pbjs.que = pbjs.que || [];\n\n </script>\n<script>\n function fetchHeaderBids() {\n var bidTimeout = 1200;\n var adUnits = [\n \n {\n code: 'div-gpt-ad-1542211140769-3', // Details Top\n mediaTypes: {\n banner: {\n sizes: [[320, 100], [728, 90], [320, 50]]\n }\n },\n bids: [\n {\n \"bidder\": \"appnexus\",\n \"params\": {\n \"placementId\": \"15436533\", // [R] Details Top\n \"allowSmallerSizes\": true\n }\n },\n {\n \"bidder\": \"ix\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"size\": [320,100],\n \"siteId\": \"219072\" // Details Top\n }\n },\n {\n \"bidder\": \"ix\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"size\": [728, 90],\n \"siteId\": \"219067\" // Details Top\n }\n },\n {\n \"bidder\": \"ix\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"size\": [320, 50],\n \"siteId\": \"219072\" // Details Top\n }\n },\n {\n \"bidder\": \"openx\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"unit\": \"539181148\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 728x90 Details Top\n }\n },\n {\n \"bidder\": \"openx\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"unit\": \"540631894\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 320x100 Details Top\n }\n },\n {\n \"bidder\": \"openx\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"unit\": \"539181156\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 320x50 Details Top\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1763910\" // 728x90 - Details Top\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1763916\" // 320x100 - Details Top\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1763920\" // 320x50 - Details Top\n }\n },\n {\n \"bidder\": \"coinzilla\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"placementId\": \"8125c7f735236e75384\", // 728x90\n }\n },\n {\n \"bidder\": \"coinzilla\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"placementId\": \"2555c7f73b8734cb295\", // 320x100\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"tagid\": \"496629\" // CoinMarketCap_AiH_728x90_ATF_DETAILPAGE_Desktop\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"tagid\": \"499684\" // CoinMarketCap_AiH_320x100_ATF_DETAILPAGE_Mobile\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"tagid\": \"496635\" // CoinMarketCap_AiH_320x50_ATF_DETAILPAGE_Mobile\n }\n }\n ]\n },\n \n {\n code: 'div-gpt-ad-1542211140769-4', // Details Mid\n mediaTypes: {\n banner: {\n sizes: [[300, 250]]\n }\n },\n labelAny: [\"mobile\"],\n bids: [\n {\n \"bidder\": \"appnexus\",\n \"params\": {\n \"placementId\": \"15436534\", // [R] Details Mid\n \"allowSmallerSizes\": true\n }\n },\n {\n \"bidder\": \"ix\",\n \"params\": {\n \"size\": [300, 250],\n \"siteId\": \"219073\" // Details Mid\n }\n },\n {\n \"bidder\": \"openx\",\n \"params\": {\n \"unit\": \"539181170\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 300x250 Mid Detail\n }\n },\n {\n \"bidder\": \"coinzilla\",\n \"params\": {\n \"placementId\": \"8725c7f735233f57752\", // 300x250\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1459643\" // 300x250 - Details Mid\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"params\": {\n \"tagid\": \"496638\" // CoinMarketCap_AiH_300x250_MidDetailPage_Mobile\n }\n }\n ]\n },\n \n {\n code: 'div-gpt-ad-1542211140769-5', // Details Bottom\n mediaTypes: {\n banner: {\n sizes: [[320, 100], [728, 90], [320, 50]]\n }\n },\n bids: [\n {\n \"bidder\": \"appnexus\",\n \"params\": {\n \"placementId\": \"15436536\", // [R] Details Bottom\n \"allowSmallerSizes\": true\n }\n },\n {\n \"bidder\": \"ix\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"size\": [320,100],\n \"siteId\": \"219074\" // Details Bottom\n }\n },\n {\n \"bidder\": \"ix\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"size\": [728, 90],\n \"siteId\": \"219069\" // Details Bottom\n }\n },\n {\n \"bidder\": \"ix\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"size\": [320, 50],\n \"siteId\": \"219074\" // Details Bottom\n }\n },\n {\n \"bidder\": \"openx\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"unit\": \"539181150\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 728x90 Details Bottom\n }\n },\n {\n \"bidder\": \"openx\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"unit\": \"540631892\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 320x100 Details Bottom\n }\n },\n {\n \"bidder\": \"openx\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"unit\": \"539181162\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 320x50 Details Bottom\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1763913\" // 728x90 - Details Bottom\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1763917\" // 320x100 - Details Bottom\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1763921\" // 320x50 - Details Bottom\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"labelAny\": [\"desktop\"],\n \"params\": {\n \"tagid\": \"496631\" // CoinMarketCap_AiH_728x90_BTF_DETAILPAGE_Desktop\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"tagid\": \"499687\" // CoinMarketCap_AiH_320x100_BTF_DETAILPAGE_Mobile\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"labelAny\": [\"mobile\"],\n \"params\": {\n \"tagid\": \"496637\" // CoinMarketCap_AiH_320x50_BTF_DETAILPAGE_Mobile\n }\n }\n ]\n },{\n code: 'div-gpt-ad-1542211140769-6', // Details Side\n mediaTypes: {\n banner: {\n sizes: [[160, 600]]\n }\n },\n labelAny: [\"desktop-wide\"],\n bids: [\n {\n \"bidder\": \"appnexus\",\n \"params\": {\n \"placementId\": \"15436535\", // [R] Details Side\n \"allowSmallerSizes\": true\n }\n },\n {\n \"bidder\": \"ix\",\n \"params\": {\n \"size\": [160, 600],\n \"siteId\": \"219068\" // Details Side\n }\n },\n {\n \"bidder\": \"openx\",\n \"params\": {\n \"unit\": \"539181152\",\n \"delDomain\": \"coinmarketcap-d.openx.net\" // 160x600 Detail\n }\n },\n {\n \"bidder\": \"pubmatic\",\n \"params\": {\n \"publisherId\": \"157006\",\n \"adSlot\": \"1763912\" // 160x600 - Detail\n }\n },\n {\n \"bidder\": \"coinzilla\",\n \"params\": {\n \"placementId\": \"6175c7f73523aeec252\", // 160x60\n }\n },\n {\n \"bidder\": \"sovrn\",\n \"params\": {\n \"tagid\": \"501292\" // CoinMarketCap_DFP_160x600_Side_DETAILPAGE_Desktop\n }\n }\n ]\n }\n \n ];\n\n var apstagSlots = googleAdSlots;\n\n var bidders = ['a9', 'prebid'];\n var requestManager = {\n adserverRequestSent: false,\n };\n\n bidders.forEach(function(bidder) {\n requestManager[bidder] = false;\n })\n\n function allBiddersBack() {\n var allBiddersBack = bidders\n .map(function(bidder) {\n return requestManager[bidder];\n })\n\n .filter(Boolean)\n .length === bidders.length;\n return allBiddersBack;\n }\n\n function headerBidderBack(bidder) {\n if (requestManager.adserverRequestSent === true) {\n return;\n }\n if (bidder === 'a9') {\n requestManager.a9 = true;\n } else if (bidder === 'prebid') {\n requestManager.prebid = true;\n }\n\n if (allBiddersBack()) {\n sendAdserverRequest();\n }\n }\n\n function sendAdserverRequest() {\n if (requestManager.adserverRequestSent === true) {\n return;\n }\n requestManager.adserverRequestSent = true;\n pbjs.adserverRequestSent = true;\n requestManager.sendAdserverRequest = true;\n googletag.cmd.push(function() {\n apstag.setDisplayBids();\n if (pbjs.version) {\n pbjs.setTargetingForGPTAsync();\n }\n googletag.pubads().refresh();\n });\n }\n\n function requestBids(apstagSlots, adUnits, bidTimeout) {\n apstag.fetchBids({\n slots: apstagSlots,\n timeout: bidTimeout\n }, function(bids) {\n headerBidderBack('a9');\n });\n\n pbjs.que.push(function() {\n pbjs.setConfig({\n enableSendAllBids: true,\n priceGranularity: \"high\",\n userSync: {\n filterSettings: {\n iframe: {\n bidders: '*',\n filter: 'include'\n }\n }\n },\n sizeConfig: [{\n 'mediaQuery': '(min-width: 768px)',\n 'sizesSupported': [[728,90]],\n 'labels': ['desktop']\n }, {\n 'mediaQuery': '(min-width: 1440px)',\n 'sizesSupported': [[160,600]],\n 'labels': ['desktop-wide']\n }, {\n 'mediaQuery': '(max-width: 767px)',\n 'sizesSupported': [[320,100],[320,50],[300,250]],\n 'labels': ['mobile']\n }]\n\n });\n pbjs.addAdUnits(adUnits);\n pbjs.requestBids({\n bidsBackHandler: function (bids) {\n headerBidderBack('prebid');\n }\n });\n });\n }\n\n requestBids(apstagSlots, adUnits, bidTimeout)\n\n window.setTimeout(function() {\n sendAdserverRequest();\n }, bidTimeout);\n };\n\n googletag.cmd.push(function() {\n fetchHeaderBids();\n });\n </script>\n<script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"Product\",\n \"name\": \"ZCore\",\n \"image\": \"https://s2.coinmarketcap.com/static/img/coins/200x200/3158.png\",\n \n \"offers\": {\n \"@type\": \"Offer\",\n \"price\": \"0.138911\",\n \"priceCurrency\": \"USD\"\n }\n \n }\n </script>\n<script>\n var addthis_config = {\n pubid: 'ra-5ae12f3c2c2a1335',\n ui_click: true,\n ui_disable: true,\n data_ga_property: 'UA-40475998-1'\n };\n \n var addthis_share = {\n title: \"Le prix de ZCore est de $0.138911 !\"\n };\n \n </script>\n<script src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5ae12f3c2c2a1335\" async=\"\"/>\n<script>\n window.lazySizesConfig = {\n expFactor: 4\n };\n </script>\n<script src=\"https://s2.coinmarketcap.com/static/cloud/compressed/currencies_top.06f5ed29.min.js\"/>\n</head>\n" ]
[ "<title>ZCore (ZCR) prix, graphiques, cap. marché, et autres indicateurs | CoinMarketCap</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "coinmarketcap.com > fr > currencies > zcore" } ]
[ { "char_end_idx": 87, "char_start_idx": 0, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 123, "char_start_idx": 87, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 177, "char_start_idx": 123, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 184, "char_start_idx": 177, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 276, "char_start_idx": 184, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 325, "char_start_idx": 276, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 1525, "char_start_idx": 325, "key": "length", "type": "local", "value": "1199" }, { "char_end_idx": 2254, "char_start_idx": 1525, "key": "length", "type": "local", "value": "728" }, { "char_end_idx": 2268, "char_start_idx": 2254, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 2276, "char_start_idx": 2268, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 2293, "char_start_idx": 2276, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 2343, "char_start_idx": 2293, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 2364, "char_start_idx": 2343, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 2579, "char_start_idx": 2364, "key": "length", "type": "local", "value": "214" }, { "char_end_idx": 2618, "char_start_idx": 2579, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 2907, "char_start_idx": 2618, "key": "length", "type": "local", "value": "288" }, { "char_end_idx": 2917, "char_start_idx": 2907, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 2973, "char_start_idx": 2917, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 2983, "char_start_idx": 2973, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 3043, "char_start_idx": 2983, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 3052, "char_start_idx": 3043, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 3109, "char_start_idx": 3052, "key": "length", "type": "local", "value": "56" }, { "char_end_idx": 3114, "char_start_idx": 3109, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 3217, "char_start_idx": 3114, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 3231, "char_start_idx": 3217, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 3258, "char_start_idx": 3231, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 3541, "char_start_idx": 3258, "key": "length", "type": "local", "value": "282" }, { "char_end_idx": 3674, "char_start_idx": 3541, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 3742, "char_start_idx": 3674, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 3768, "char_start_idx": 3742, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 3855, "char_start_idx": 3768, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 3917, "char_start_idx": 3855, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 3962, "char_start_idx": 3917, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 3998, "char_start_idx": 3962, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 4021, "char_start_idx": 3998, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 4048, "char_start_idx": 4021, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 4140, "char_start_idx": 4048, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 4188, "char_start_idx": 4140, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 4193, "char_start_idx": 4188, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 4225, "char_start_idx": 4193, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 4251, "char_start_idx": 4225, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 4276, "char_start_idx": 4251, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 4424, "char_start_idx": 4276, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 4444, "char_start_idx": 4424, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 4466, "char_start_idx": 4444, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 4514, "char_start_idx": 4466, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 4530, "char_start_idx": 4514, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4561, "char_start_idx": 4530, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 4577, "char_start_idx": 4561, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4608, "char_start_idx": 4577, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 4624, "char_start_idx": 4608, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4654, "char_start_idx": 4624, "key": "length", "type": "local", "value": "29" }, { "char_end_idx": 4670, "char_start_idx": 4654, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4702, "char_start_idx": 4670, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 4718, "char_start_idx": 4702, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4754, "char_start_idx": 4718, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 4770, "char_start_idx": 4754, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4808, "char_start_idx": 4770, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 4824, "char_start_idx": 4808, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 4858, "char_start_idx": 4824, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 4873, "char_start_idx": 4858, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 5303, "char_start_idx": 4873, "key": "length", "type": "local", "value": "429" }, { "char_end_idx": 5424, "char_start_idx": 5303, "key": "length", "type": "local", "value": "120" }, { "char_end_idx": 5510, "char_start_idx": 5424, "key": "length", "type": "local", "value": "85" } ]
[ { "key": "length", "type": "global", "value": "5512" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 291, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 292, "char_start_idx": 292, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "div-gpt-ad-1517714727704-0", "centered" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 292, "char_start_idx": 292, "html_attrs": { "attrs": [ "id" ], "values": [ "header-banner-wrapper" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 309, "char_start_idx": 309, "html_attrs": { "attrs": [ "class" ], "values": [ "js-global-stats-cryptocurrencies" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 309, "char_start_idx": 309, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/all/views/all/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 309, "char_start_idx": 292, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 8, "type": "local", "value": "span" }, { "char_end_idx": 320, "char_start_idx": 320, "html_attrs": { "attrs": [ "class" ], "values": [ "js-global-stats-markets" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 320, "char_start_idx": 320, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/currencies/volume/24-hour/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 320, "char_start_idx": 311, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 335, "char_start_idx": 335, "html_attrs": { "attrs": [ "class", "data-global-currency-market-cap" ], "values": [ "js-global-stats-market-cap", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 335, "char_start_idx": 335, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/charts/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 335, "char_start_idx": 322, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 346, "char_start_idx": 346, "html_attrs": { "attrs": [ "class", "data-global-currency-volume" ], "values": [ "js-global-stats-volume", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 346, "char_start_idx": 346, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/charts/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 346, "char_start_idx": 337, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 363, "char_start_idx": 363, "html_attrs": { "attrs": [ "class" ], "values": [ "js-global-stats-btc-dominance" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 364, "char_start_idx": 363, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/charts/#dominance-percentage" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 365, "char_start_idx": 348, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 365, "char_start_idx": 292, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-global-stats visibility-hidden js-global-stats" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 375, "char_start_idx": 365, "html_attrs": { "attrs": [ "class", "href", "target", "rel", "data-linkid" ], "values": [ "cmc-link js-nav-track-click", "https://coinmarketcap.com/advertising", "_blank", "noopener", "Advertise - topbar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 378, "char_start_idx": 376, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 379, "char_start_idx": 379, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 379, "char_start_idx": 376, "html_attrs": { "attrs": [ "type", "class", "data-toggle", "title" ], "values": [ "button", "cmc-nav-button dropdown-toggle language-dropdown", "dropdown", "Change your language" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "button" }, { "char_end_idx": 386, "char_start_idx": 379, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/de/currencies/zcore/", "de" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 386, "char_start_idx": 379, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 394, "char_start_idx": 387, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/currencies/zcore/", "en" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 394, "char_start_idx": 387, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 402, "char_start_idx": 395, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/es/currencies/zcore/", "es" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 402, "char_start_idx": 395, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 411, "char_start_idx": 403, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/fil/currencies/zcore/", "fil" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 411, "char_start_idx": 403, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 420, "char_start_idx": 412, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/fr/currencies/zcore/", "fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 420, "char_start_idx": 412, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 427, "char_start_idx": 421, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/hi/currencies/zcore/", "hi" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 427, "char_start_idx": 421, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 436, "char_start_idx": 428, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/it/currencies/zcore/", "it" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 436, "char_start_idx": 428, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 440, "char_start_idx": 437, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/ja/currencies/zcore/", "ja" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 440, "char_start_idx": 437, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 444, "char_start_idx": 441, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/ko/currencies/zcore/", "ko" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 444, "char_start_idx": 441, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 461, "char_start_idx": 445, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/pt-br/currencies/zcore/", "pt-br" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 461, "char_start_idx": 445, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 469, "char_start_idx": 462, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/ru/currencies/zcore/", "ru" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 469, "char_start_idx": 462, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 476, "char_start_idx": 470, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/tr/currencies/zcore/", "tr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 476, "char_start_idx": 470, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 487, "char_start_idx": 477, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/vi/currencies/zcore/", "vi" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 487, "char_start_idx": 477, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 492, "char_start_idx": 488, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/zh/currencies/zcore/", "zh" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 492, "char_start_idx": 488, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 497, "char_start_idx": 493, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/zh-tw/currencies/zcore/", "zh-tw" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 497, "char_start_idx": 493, "html_attrs": { "attrs": [ "class" ], "values": [ "pointer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 498, "char_start_idx": 379, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown-menu cmc-siteprefs-dropdown-menu cmc-siteprefs-lang-picker__menu", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 498, "char_start_idx": 376, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs-control cmc-siteprefs-dropdown js-nav-lang-picker" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 498, "char_start_idx": 498, "html_attrs": { "attrs": [ "data-currency-flag-display" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 498, "char_start_idx": 498, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 498, "char_start_idx": 498, "html_attrs": { "attrs": [ "type", "class", "data-toggle", "title" ], "values": [ "button", "cmc-nav-button dropdown-toggle global-currency-dropdown", "dropdown", "Change your display currency" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 498, "char_start_idx": 498, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-us" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 501, "char_start_idx": 498, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "span" }, { "char_end_idx": 502, "char_start_idx": 498, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "USD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "li" }, { "char_end_idx": 502, "char_start_idx": 502, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-au" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 505, "char_start_idx": 502, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 506, "char_start_idx": 502, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "AUD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 506, "char_start_idx": 506, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-br" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 509, "char_start_idx": 506, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 510, "char_start_idx": 506, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "BRL" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 510, "char_start_idx": 510, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ca" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 513, "char_start_idx": 510, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 514, "char_start_idx": 510, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CAD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 514, "char_start_idx": 514, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ch" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 517, "char_start_idx": 514, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 518, "char_start_idx": 514, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CHF" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 518, "char_start_idx": 518, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-cl" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 521, "char_start_idx": 518, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 522, "char_start_idx": 518, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CLP" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 522, "char_start_idx": 522, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-cn" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 525, "char_start_idx": 522, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 526, "char_start_idx": 522, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CNY" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 526, "char_start_idx": 526, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-cz" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 529, "char_start_idx": 526, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 530, "char_start_idx": 526, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CZK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 530, "char_start_idx": 530, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-dk" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 533, "char_start_idx": 530, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 534, "char_start_idx": 530, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "DKK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 534, "char_start_idx": 534, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-eu" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 537, "char_start_idx": 534, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 538, "char_start_idx": 534, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "EUR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 538, "char_start_idx": 538, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-gb" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 541, "char_start_idx": 538, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 542, "char_start_idx": 538, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "GBP" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 542, "char_start_idx": 542, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-hk" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 545, "char_start_idx": 542, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 546, "char_start_idx": 542, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "HKD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 546, "char_start_idx": 546, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-hu" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 549, "char_start_idx": 546, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 550, "char_start_idx": 546, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "HUF" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 550, "char_start_idx": 550, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-id" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 553, "char_start_idx": 550, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 554, "char_start_idx": 550, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "IDR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 554, "char_start_idx": 554, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-il" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 557, "char_start_idx": 554, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 558, "char_start_idx": 554, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "ILS" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 558, "char_start_idx": 558, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-in" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 561, "char_start_idx": 558, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 562, "char_start_idx": 558, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "INR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 562, "char_start_idx": 562, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-jp" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 565, "char_start_idx": 562, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 566, "char_start_idx": 562, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "JPY" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 566, "char_start_idx": 566, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-kr" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 569, "char_start_idx": 566, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 570, "char_start_idx": 566, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "KRW" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 570, "char_start_idx": 570, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-mx" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 573, "char_start_idx": 570, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 574, "char_start_idx": 570, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "MXN" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 574, "char_start_idx": 574, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-my" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 577, "char_start_idx": 574, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 578, "char_start_idx": 574, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "MYR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 578, "char_start_idx": 578, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-no" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 581, "char_start_idx": 578, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 582, "char_start_idx": 578, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "NOK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 582, "char_start_idx": 582, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-nz" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 585, "char_start_idx": 582, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 586, "char_start_idx": 582, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "NZD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 586, "char_start_idx": 586, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ph" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 589, "char_start_idx": 586, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 590, "char_start_idx": 586, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "PHP" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 590, "char_start_idx": 590, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-pk" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 593, "char_start_idx": 590, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 594, "char_start_idx": 590, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "PKR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 594, "char_start_idx": 594, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-pl" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 597, "char_start_idx": 594, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 598, "char_start_idx": 594, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "PLN" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 598, "char_start_idx": 598, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ru" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 601, "char_start_idx": 598, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 602, "char_start_idx": 598, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "RUB" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 602, "char_start_idx": 602, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-se" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 605, "char_start_idx": 602, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 606, "char_start_idx": 602, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "SEK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 606, "char_start_idx": 606, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-sg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 609, "char_start_idx": 606, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 610, "char_start_idx": 606, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "SGD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 610, "char_start_idx": 610, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-th" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 613, "char_start_idx": 610, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 614, "char_start_idx": 610, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "THB" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 614, "char_start_idx": 614, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-tr" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 617, "char_start_idx": 614, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 618, "char_start_idx": 614, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "TRY" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 618, "char_start_idx": 618, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-tw" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 621, "char_start_idx": 618, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 622, "char_start_idx": 618, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "TWD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 622, "char_start_idx": 622, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-za" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 625, "char_start_idx": 622, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 626, "char_start_idx": 622, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "ZAR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 626, "char_start_idx": 498, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown-menu cmc-siteprefs-dropdown-menu cmc-siteprefs-currency-picker__menu", "menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "ul" }, { "char_end_idx": 626, "char_start_idx": 498, "html_attrs": { "attrs": [ "data-global-currency-switch", "class" ], "values": [ "", "cmc-siteprefs-control cmc-siteprefs-dropdown global-currency-dropdown-container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 626, "char_start_idx": 365, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 626, "char_start_idx": 292, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav__topbar cmc-nav-desktop container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 626, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-navbar" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "nav" }, { "char_end_idx": 628, "char_start_idx": 626, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 629, "char_start_idx": 629, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 629, "char_start_idx": 626, "html_attrs": { "attrs": [ "type", "class", "data-toggle", "title" ], "values": [ "button", "cmc-nav-mobile-button dropdown-toggle language-dropdown", "dropdown", "Change your language" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "button" }, { "char_end_idx": 636, "char_start_idx": 629, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/de/currencies/zcore/", "de" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 636, "char_start_idx": 629, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 644, "char_start_idx": 637, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/currencies/zcore/", "en" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 644, "char_start_idx": 637, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 652, "char_start_idx": 645, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/es/currencies/zcore/", "es" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 652, "char_start_idx": 645, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 661, "char_start_idx": 653, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/fil/currencies/zcore/", "fil" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 661, "char_start_idx": 653, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 670, "char_start_idx": 662, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/fr/currencies/zcore/", "fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 670, "char_start_idx": 662, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 677, "char_start_idx": 671, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/hi/currencies/zcore/", "hi" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 677, "char_start_idx": 671, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 686, "char_start_idx": 678, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/it/currencies/zcore/", "it" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 686, "char_start_idx": 678, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 690, "char_start_idx": 687, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/ja/currencies/zcore/", "ja" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 690, "char_start_idx": 687, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 694, "char_start_idx": 691, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/ko/currencies/zcore/", "ko" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 694, "char_start_idx": 691, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 711, "char_start_idx": 695, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/pt-br/currencies/zcore/", "pt-br" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 711, "char_start_idx": 695, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 719, "char_start_idx": 712, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/ru/currencies/zcore/", "ru" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 719, "char_start_idx": 712, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 726, "char_start_idx": 720, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/tr/currencies/zcore/", "tr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 726, "char_start_idx": 720, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 737, "char_start_idx": 727, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/vi/currencies/zcore/", "vi" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 737, "char_start_idx": 727, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 742, "char_start_idx": 738, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/zh/currencies/zcore/", "zh" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 742, "char_start_idx": 738, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 747, "char_start_idx": 743, "html_attrs": { "attrs": [ "href", "data-language-toggle" ], "values": [ "/zh-tw/currencies/zcore/", "zh-tw" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 747, "char_start_idx": 743, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 748, "char_start_idx": 629, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown-menu cmc-nav-mobile-siteprefs-dropdown-menu cmc-siteprefs-lang-picker__menu", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 748, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-siteprefs-control cmc-siteprefs-dropdown js-nav-lang-picker" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 748, "char_start_idx": 748, "html_attrs": { "attrs": [ "data-currency-flag-display" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 748, "char_start_idx": 748, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 748, "char_start_idx": 748, "html_attrs": { "attrs": [ "type", "class", "data-toggle", "title" ], "values": [ "button", "cmc-nav-mobile-button dropdown-toggle global-currency-dropdown", "dropdown", "Change your display currency" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 748, "char_start_idx": 748, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-us" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 751, "char_start_idx": 748, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "span" }, { "char_end_idx": 752, "char_start_idx": 748, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "USD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "li" }, { "char_end_idx": 752, "char_start_idx": 752, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-au" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 755, "char_start_idx": 752, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 756, "char_start_idx": 752, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "AUD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 756, "char_start_idx": 756, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-br" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 759, "char_start_idx": 756, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 760, "char_start_idx": 756, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "BRL" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 760, "char_start_idx": 760, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ca" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 763, "char_start_idx": 760, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 764, "char_start_idx": 760, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CAD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 764, "char_start_idx": 764, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ch" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 767, "char_start_idx": 764, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 768, "char_start_idx": 764, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CHF" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 768, "char_start_idx": 768, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-cl" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 771, "char_start_idx": 768, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 772, "char_start_idx": 768, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CLP" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 772, "char_start_idx": 772, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-cn" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 775, "char_start_idx": 772, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 776, "char_start_idx": 772, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CNY" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 776, "char_start_idx": 776, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-cz" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 779, "char_start_idx": 776, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 780, "char_start_idx": 776, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "CZK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 780, "char_start_idx": 780, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-dk" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 783, "char_start_idx": 780, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 784, "char_start_idx": 780, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "DKK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 784, "char_start_idx": 784, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-eu" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 787, "char_start_idx": 784, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 788, "char_start_idx": 784, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "EUR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 788, "char_start_idx": 788, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-gb" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 791, "char_start_idx": 788, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 792, "char_start_idx": 788, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "GBP" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 792, "char_start_idx": 792, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-hk" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 795, "char_start_idx": 792, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 796, "char_start_idx": 792, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "HKD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 796, "char_start_idx": 796, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-hu" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 799, "char_start_idx": 796, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 800, "char_start_idx": 796, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "HUF" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 800, "char_start_idx": 800, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-id" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 803, "char_start_idx": 800, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 804, "char_start_idx": 800, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "IDR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 804, "char_start_idx": 804, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-il" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 807, "char_start_idx": 804, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 808, "char_start_idx": 804, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "ILS" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 808, "char_start_idx": 808, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-in" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 811, "char_start_idx": 808, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 812, "char_start_idx": 808, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "INR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 812, "char_start_idx": 812, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-jp" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 815, "char_start_idx": 812, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 816, "char_start_idx": 812, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "JPY" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 816, "char_start_idx": 816, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-kr" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 819, "char_start_idx": 816, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 820, "char_start_idx": 816, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "KRW" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 820, "char_start_idx": 820, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-mx" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 823, "char_start_idx": 820, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 824, "char_start_idx": 820, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "MXN" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 824, "char_start_idx": 824, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-my" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 827, "char_start_idx": 824, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 828, "char_start_idx": 824, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "MYR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 828, "char_start_idx": 828, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-no" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 831, "char_start_idx": 828, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 832, "char_start_idx": 828, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "NOK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 832, "char_start_idx": 832, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-nz" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 835, "char_start_idx": 832, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 836, "char_start_idx": 832, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "NZD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 836, "char_start_idx": 836, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ph" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 839, "char_start_idx": 836, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 840, "char_start_idx": 836, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "PHP" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 840, "char_start_idx": 840, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-pk" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 843, "char_start_idx": 840, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 844, "char_start_idx": 840, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "PKR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 844, "char_start_idx": 844, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-pl" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 847, "char_start_idx": 844, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 848, "char_start_idx": 844, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "PLN" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 848, "char_start_idx": 848, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-ru" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 851, "char_start_idx": 848, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 852, "char_start_idx": 848, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "RUB" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 852, "char_start_idx": 852, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-se" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 855, "char_start_idx": 852, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 856, "char_start_idx": 852, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "SEK" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 856, "char_start_idx": 856, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-sg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 859, "char_start_idx": 856, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 860, "char_start_idx": 856, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "SGD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 860, "char_start_idx": 860, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-th" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 863, "char_start_idx": 860, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 864, "char_start_idx": 860, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "THB" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 864, "char_start_idx": 864, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-tr" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 867, "char_start_idx": 864, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 868, "char_start_idx": 864, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "TRY" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 868, "char_start_idx": 868, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-tw" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 871, "char_start_idx": 868, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 872, "char_start_idx": 868, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "TWD" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 872, "char_start_idx": 872, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-siteprefs__currency-flag cmc-flag cmc-flag-za" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 875, "char_start_idx": 872, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 876, "char_start_idx": 872, "html_attrs": { "attrs": [ "class", "data-currency-flag-toggle", "data-currency-code" ], "values": [ "cmc-siteprefs-dropdown-menuitem", "", "ZAR" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 876, "char_start_idx": 748, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown-menu cmc-nav-mobile-siteprefs-dropdown-menu cmc-siteprefs-currency-picker__menu", "menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "ul" }, { "char_end_idx": 876, "char_start_idx": 748, "html_attrs": { "attrs": [ "data-global-currency-switch", "class" ], "values": [ "", "cmc-nav-mobile-siteprefs-control cmc-siteprefs-dropdown global-currency-dropdown-container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 876, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-siteprefs" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 904, "char_start_idx": 876, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/disclaimer/", "cmc-link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 928, "char_start_idx": 907, "html_attrs": { "attrs": [ "class", "href", "target" ], "values": [ "cmc-link-secondary", "/request/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 955, "char_start_idx": 931, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/terms/", "cmc-link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 956, "char_start_idx": 876, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 956, "char_start_idx": 956, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "hr" }, { "char_end_idx": 956, "char_start_idx": 876, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-takeover__footer" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 956, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-takeover cmc-nav-mobile-takeover-enter js-nav-mobile-takeover" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 956, "char_start_idx": 956, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 956, "char_start_idx": 956, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu", "rankings" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 974, "char_start_idx": 956, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "h6" }, { "char_end_idx": 975, "char_start_idx": 956, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/converter/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 975, "char_start_idx": 956, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 975, "char_start_idx": 956, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 975, "char_start_idx": 956, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu", "tools" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 985, "char_start_idx": 975, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h6" }, { "char_end_idx": 1053, "char_start_idx": 986, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1054, "char_start_idx": 975, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/api/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1054, "char_start_idx": 975, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1076, "char_start_idx": 1054, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1077, "char_start_idx": 1054, "html_attrs": { "attrs": [ "class", "href", "target", "rel" ], "values": [ "cmc-nav-link--menuitem", "/newsletter/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1077, "char_start_idx": 1054, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1102, "char_start_idx": 1077, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1103, "char_start_idx": 1077, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/events/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1103, "char_start_idx": 1077, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1117, "char_start_idx": 1103, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1191, "char_start_idx": 1118, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1192, "char_start_idx": 1103, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/indices/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1192, "char_start_idx": 1103, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1208, "char_start_idx": 1192, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1209, "char_start_idx": 1192, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/glossary/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1209, "char_start_idx": 1192, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1224, "char_start_idx": 1209, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1294, "char_start_idx": 1225, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1295, "char_start_idx": 1209, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/intro-to-crypto/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1295, "char_start_idx": 1209, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1295, "char_start_idx": 975, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1295, "char_start_idx": 975, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu", "resources" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1306, "char_start_idx": 1295, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h6" }, { "char_end_idx": 1372, "char_start_idx": 1307, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1373, "char_start_idx": 1295, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/methodology/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 1373, "char_start_idx": 1295, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1382, "char_start_idx": 1373, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1449, "char_start_idx": 1383, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1450, "char_start_idx": 1373, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/careers/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1450, "char_start_idx": 1373, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1453, "char_start_idx": 1450, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1521, "char_start_idx": 1454, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1522, "char_start_idx": 1450, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/faq/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1522, "char_start_idx": 1450, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1522, "char_start_idx": 1295, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu__section cmc-nav-mobile-submenu__section--layout-two-col" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1522, "char_start_idx": 1295, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-nav-mobile-submenu is-closed js-nav-dropdown-menu", "more" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1522, "char_start_idx": 956, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile-submenu-takeover cmc-nav-mobile-submenu-enter js-nav-mobile-submenu-takeover" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1535, "char_start_idx": 1535, "html_attrs": { "attrs": [ "class", "data-global-currency-market-cap" ], "values": [ "js-global-stats-market-cap", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1535, "char_start_idx": 1535, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/charts/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1535, "char_start_idx": 1522, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 1546, "char_start_idx": 1546, "html_attrs": { "attrs": [ "class", "data-global-currency-volume" ], "values": [ "js-global-stats-volume", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1546, "char_start_idx": 1546, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/charts/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1546, "char_start_idx": 1537, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1563, "char_start_idx": 1563, "html_attrs": { "attrs": [ "class" ], "values": [ "js-global-stats-btc-dominance" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1564, "char_start_idx": 1563, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/charts/#dominance-percentage" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1565, "char_start_idx": 1548, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1584, "char_start_idx": 1584, "html_attrs": { "attrs": [ "class" ], "values": [ "js-global-stats-cryptocurrencies" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1584, "char_start_idx": 1584, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/all/views/all/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1584, "char_start_idx": 1567, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "js-global-stats-markets" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/currencies/volume/24-hour/" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1595, "char_start_idx": 1586, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1595, "char_start_idx": 1522, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-global-stats__content cmc-global-stats cmc-global-stats__inner-content visibility-hidden js-global-stats js-global-stats-mobile" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1595, "char_start_idx": 1522, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile__topbar js-global-stats-mobile__container container cmc-global-stats__container" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1595, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-mobile" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navbar cmc-nav-desktop js-navbar" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "nav" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "w-100" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "w-100" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__section cmc-navsubmenu__section--layout-two-col-sm" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 1595, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-navsubmenu is-closed js-nav-dropdown-menu cmc-navsubmenu__content cmc-navsubmenu__content--size-sm", "rankings" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 1613, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 26, "type": "local", "value": "h6" }, { "char_end_idx": 1614, "char_start_idx": 1595, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/converter/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 25, "type": "local", "value": "a" }, { "char_end_idx": 1614, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 24, "type": "local", "value": "div" }, { "char_end_idx": 1614, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__section cmc-navsubmenu__section--layout-three-col" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 1614, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 22, "type": "local", "value": "div" }, { "char_end_idx": 1614, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-navsubmenu is-closed js-nav-dropdown-menu", "tools" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 1624, "char_start_idx": 1614, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h6" }, { "char_end_idx": 1692, "char_start_idx": 1625, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1693, "char_start_idx": 1614, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/api/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 1693, "char_start_idx": 1614, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 1715, "char_start_idx": 1693, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1716, "char_start_idx": 1693, "html_attrs": { "attrs": [ "class", "href", "target", "rel" ], "values": [ "cmc-nav-link--menuitem", "/newsletter/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1716, "char_start_idx": 1693, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1741, "char_start_idx": 1716, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1742, "char_start_idx": 1716, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/events/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1742, "char_start_idx": 1716, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1756, "char_start_idx": 1742, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1830, "char_start_idx": 1757, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1831, "char_start_idx": 1742, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/indices/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1831, "char_start_idx": 1742, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1847, "char_start_idx": 1831, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1848, "char_start_idx": 1831, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/glossary/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1848, "char_start_idx": 1831, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1863, "char_start_idx": 1848, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 1933, "char_start_idx": 1864, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1934, "char_start_idx": 1848, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/intro-to-crypto/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1934, "char_start_idx": 1848, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1934, "char_start_idx": 1614, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__section cmc-navsubmenu__section--layout-three-col" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1934, "char_start_idx": 1614, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1934, "char_start_idx": 1614, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-navsubmenu is-closed js-nav-dropdown-menu", "resources" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1945, "char_start_idx": 1934, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h6" }, { "char_end_idx": 2011, "char_start_idx": 1946, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2012, "char_start_idx": 1934, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/methodology/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 2012, "char_start_idx": 1934, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2021, "char_start_idx": 2012, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 2088, "char_start_idx": 2022, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2089, "char_start_idx": 2012, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/careers/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2089, "char_start_idx": 2012, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2092, "char_start_idx": 2089, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-heading cmc-nav-link--menuitem__arrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h6" }, { "char_end_idx": 2160, "char_start_idx": 2093, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2161, "char_start_idx": 2089, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/faq/", "cmc-nav-link--menuitem" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2161, "char_start_idx": 2089, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2161, "char_start_idx": 2161, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "hr" }, { "char_end_idx": 2189, "char_start_idx": 2161, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/disclaimer/", "cmc-link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 2213, "char_start_idx": 2192, "html_attrs": { "attrs": [ "class", "href", "target" ], "values": [ "cmc-link-secondary", "/request/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2240, "char_start_idx": 2216, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/terms/", "cmc-link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2241, "char_start_idx": 2161, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 2161, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__item cmc-navsubmenu__item--two-col cmc-nav-footer-links" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 1934, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-navsubmenu__section cmc-navsubmenu__section--layout-three-col" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 1934, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "cmc-navsubmenu is-closed js-nav-dropdown-menu cmc-navsubmenu__content", "more" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 1595, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-dropdown cmc-nav-dropdown-enter cmc-nav-desktop js-nav-dropdown" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 292, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 292, "html_attrs": { "attrs": [ "class" ], "values": [ "cmc-nav-wrap" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 2241, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "leaderboard div-gpt-ad-1542211140769-3", "text-center responsive-leaderboard" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2241, "char_start_idx": 2241, "html_attrs": { "attrs": [ "src", "class", "width", "height", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/img/coins/64x64/3158.png", "logo-32x32", "32", "32", "ZCore" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "img" }, { "char_end_idx": 2252, "char_start_idx": 2247, "html_attrs": { "attrs": [ "class" ], "values": [ "text-bold h3 text-gray text-large" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2253, "char_start_idx": 2241, "html_attrs": { "attrs": [ "class" ], "values": [ "details-panel-item--name" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "h1" }, { "char_end_idx": 2261, "char_start_idx": 2253, "html_attrs": { "attrs": [ "class", "data-currency-value" ], "values": [ "h2 text-semi-bold details-panel-item--price__value", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2265, "char_start_idx": 2262, "html_attrs": { "attrs": [ "class", "data-currency-code" ], "values": [ "text-large", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2266, "char_start_idx": 2253, "html_attrs": { "attrs": [ "id", "data-currency-price", "data-usd" ], "values": [ "quote_price", "", "0.138910922218" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2271, "char_start_idx": 2267, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "4.35995" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2274, "char_start_idx": 2266, "html_attrs": { "attrs": [ "class" ], "values": [ "h2 text-semi-bold positive_change " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2286, "char_start_idx": 2275, "html_attrs": { "attrs": [ "data-format-price-crypto", "data-format-value" ], "values": [ "", "2.4853034503e-05" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2290, "char_start_idx": 2275, "html_attrs": { "attrs": [ "class" ], "values": [ "text-gray" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2296, "char_start_idx": 2291, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "-0.84873" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2299, "char_start_idx": 2290, "html_attrs": { "attrs": [ "class" ], "values": [ " negative_change" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2299, "char_start_idx": 2253, "html_attrs": { "attrs": [ "class" ], "values": [ "details-panel-item--price bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2303, "char_start_idx": 2303, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-chevron-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2303, "char_start_idx": 2299, "html_attrs": { "attrs": [ "type", "class", "data-container", "data-toggle", "data-placement", "data-id" ], "values": [ "button", "buy-button js-buy-button", "body", "popover", "bottom", "buy" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 2312, "char_start_idx": 2312, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-chevron-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2312, "char_start_idx": 2303, "html_attrs": { "attrs": [ "type", "class", "data-container", "data-toggle", "data-placement", "data-id" ], "values": [ "button", "buy-button js-buy-button", "body", "popover", "bottom", "exchange" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 2319, "char_start_idx": 2319, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-chevron-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2319, "char_start_idx": 2312, "html_attrs": { "attrs": [ "type", "class", "data-container", "data-toggle", "data-placement", "data-id" ], "values": [ "button", "buy-button js-buy-button", "body", "popover", "bottom", "wallet" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 2332, "char_start_idx": 2332, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-chevron-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2332, "char_start_idx": 2319, "html_attrs": { "attrs": [ "type", "class", "data-container", "data-toggle", "data-placement", "data-id" ], "values": [ "button", "buy-button js-buy-button", "body", "popover", "bottom", "loan" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "button" }, { "char_end_idx": 2336, "char_start_idx": 2333, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2337, "char_start_idx": 2337, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/cloud/img/cryptocom_32x32_1.png", "16", "Crypto.com" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 2348, "char_start_idx": 2348, "html_attrs": { "attrs": [ "fill", "d" ], "values": [ "currentColor", "M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0, 0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "path" }, { "char_end_idx": 2348, "char_start_idx": 2348, "html_attrs": { "attrs": [ "fill", "points" ], "values": [ "currentColor", "45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8, 14.9 62.8,22.9 71.5,22.9" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "polygon" }, { "char_end_idx": 2348, "char_start_idx": 2348, "html_attrs": { "attrs": [ "x", "y", "viewbox", "width", "height", "class" ], "values": [ "0px", "0px", "0 0 100 100", "15", "15", "css-83uoqv" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "svg" }, { "char_end_idx": 2348, "char_start_idx": 2337, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://crypto.onelink.me/PSQc?pid=cmc_button&c=buy_campaign&utm_source=cmc_button&utm_medium=display%20&utm_campaign=buy_campaign&af_dp=monaco%3A%2F%2F&af_web_dp=https%3A%2F%2Fcrypto.com%2Fen%2Findex.html", "_blank", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2348, "char_start_idx": 2337, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2348, "char_start_idx": 2337, "html_attrs": { "attrs": [ "class" ], "values": [ "list-unstyled" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2348, "char_start_idx": 2333, "html_attrs": { "attrs": [ "class" ], "values": [ "hide js-buy-button-content-buy" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2356, "char_start_idx": 2348, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h4" }, { "char_end_idx": 2357, "char_start_idx": 2357, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/cloud/img/coinall_32x32_1.png", "16", "CoinAll.com" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 2369, "char_start_idx": 2369, "html_attrs": { "attrs": [ "fill", "d" ], "values": [ "currentColor", "M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0, 0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "path" }, { "char_end_idx": 2369, "char_start_idx": 2369, "html_attrs": { "attrs": [ "fill", "points" ], "values": [ "currentColor", "45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8, 14.9 62.8,22.9 71.5,22.9" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "polygon" }, { "char_end_idx": 2369, "char_start_idx": 2369, "html_attrs": { "attrs": [ "x", "y", "viewbox", "width", "height", "class" ], "values": [ "0px", "0px", "0 0 100 100", "15", "15", "css-83uoqv" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "svg" }, { "char_end_idx": 2369, "char_start_idx": 2357, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://www.coinall.com/?media=cmc", "_blank", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2459, "char_start_idx": 2369, "html_attrs": { "attrs": [ "class" ], "values": [ "text-small text-gray" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 2460, "char_start_idx": 2357, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2460, "char_start_idx": 2357, "html_attrs": { "attrs": [ "class" ], "values": [ "list-unstyled" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2460, "char_start_idx": 2348, "html_attrs": { "attrs": [ "class" ], "values": [ "hide js-buy-button-content-exchange" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2484, "char_start_idx": 2460, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 2485, "char_start_idx": 2485, "html_attrs": { "attrs": [ "src", "height", "width", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/cloud/img/nexo_32x32_1.png", "16", "16", "Nexo" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 2526, "char_start_idx": 2526, "html_attrs": { "attrs": [ "fill", "d" ], "values": [ "currentColor", "M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0, 0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "path" }, { "char_end_idx": 2526, "char_start_idx": 2526, "html_attrs": { "attrs": [ "fill", "points" ], "values": [ "currentColor", "45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8, 14.9 62.8,22.9 71.5,22.9" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "polygon" }, { "char_end_idx": 2526, "char_start_idx": 2526, "html_attrs": { "attrs": [ "x", "y", "viewbox", "width", "height", "class" ], "values": [ "0px", "0px", "0 0 100 100", "15", "15", "css-83uoqv" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "svg" }, { "char_end_idx": 2526, "char_start_idx": 2485, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://nexo.io/instant-crypto-credit-line/?utm_source=coinmarketcap&utm_medium=fixed&utm_term=coinpage&utm_content=web_integration&utm_campaign=nexoeverywhere", "_blank", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2619, "char_start_idx": 2526, "html_attrs": { "attrs": [ "class" ], "values": [ "text-small text-gray" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 2620, "char_start_idx": 2485, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2620, "char_start_idx": 2485, "html_attrs": { "attrs": [ "class" ], "values": [ "list-unstyled" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2620, "char_start_idx": 2460, "html_attrs": { "attrs": [ "class" ], "values": [ "hide js-buy-button-content-loan" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2620, "char_start_idx": 2299, "html_attrs": { "attrs": [ "class" ], "values": [ "details-panel-item--buy-buttons margin-bottom--lv3" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2620, "char_start_idx": 2241, "html_attrs": { "attrs": [ "class" ], "values": [ "details-panel-item--header flex-container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 2620, "char_start_idx": 2620, "html_attrs": { "attrs": [ "class" ], "values": [ "details-panel-item--marketcap-stats flex-container" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2620, "char_start_idx": 2620, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-charts details-list-item-icon", "Rang" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 2628, "char_start_idx": 2620, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-success" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 2629, "char_start_idx": 2620, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 2629, "char_start_idx": 2629, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-link details-list-item-icon", "Site Internet" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2642, "char_start_idx": 2629, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://zcore.cash", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2642, "char_start_idx": 2629, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2643, "char_start_idx": 2643, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-bullhorn details-list-item-icon", "Annonce" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2650, "char_start_idx": 2643, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://bitcointalk.org/index.php?topic=3188172", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2650, "char_start_idx": 2643, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2651, "char_start_idx": 2651, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-search details-list-item-icon", "Explorateur" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2662, "char_start_idx": 2651, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "http://explorer.zcore.cash/", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2662, "char_start_idx": 2651, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2663, "char_start_idx": 2663, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-comments details-list-item-icon", "Chat" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2667, "char_start_idx": 2663, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://t.me/ZCoreMiners", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2667, "char_start_idx": 2663, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2668, "char_start_idx": 2668, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-comments details-list-item-icon", "Chat" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2674, "char_start_idx": 2668, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://discord.io/zcore", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2674, "char_start_idx": 2668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2675, "char_start_idx": 2675, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-embed-close details-list-item-icon", "Code Source" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2686, "char_start_idx": 2675, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://github.com/zcore-coin/zcore-source", "_blank", "noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2686, "char_start_idx": 2675, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2687, "char_start_idx": 2687, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "glyphicons glyphicons-tag details-list-item-icon", "Tags" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2691, "char_start_idx": 2687, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-warning" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2700, "char_start_idx": 2692, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-warning" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2701, "char_start_idx": 2687, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2701, "char_start_idx": 2620, "html_attrs": { "attrs": [ "class" ], "values": [ "list-unstyled details-panel-item--links" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 2701, "char_start_idx": 2241, "html_attrs": { "attrs": [ "class" ], "values": [ "details-panel flex-container bottom-margin-2x" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2701, "char_start_idx": 2701, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "div-gpt-ad-1542211140769-4", "mobile-square centered bottom-margin-2x" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2701, "char_start_idx": 2701, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-charts nav-tabs__icon" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 2711, "char_start_idx": 2701, "html_attrs": { "attrs": [ "data-target", "class" ], "values": [ "#charts", "cmc-nav-tab" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2711, "char_start_idx": 2701, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 2712, "char_start_idx": 2712, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-transfer nav-tabs__icon" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2719, "char_start_idx": 2712, "html_attrs": { "attrs": [ "data-target", "class" ], "values": [ "#markets", "cmc-nav-tab" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2719, "char_start_idx": 2712, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2720, "char_start_idx": 2720, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-globe nav-tabs__icon" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2726, "char_start_idx": 2720, "html_attrs": { "attrs": [ "data-target", "class" ], "values": [ "#social", "cmc-nav-tab" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2726, "char_start_idx": 2720, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2727, "char_start_idx": 2727, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-wrench nav-tabs__icon" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2733, "char_start_idx": 2727, "html_attrs": { "attrs": [ "data-target", "class" ], "values": [ "#tools", "cmc-nav-tab" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2733, "char_start_idx": 2727, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2734, "char_start_idx": 2734, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-star nav-tabs__icon" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2741, "char_start_idx": 2734, "html_attrs": { "attrs": [ "data-target", "class" ], "values": [ "#ratings", "cmc-nav-tab" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2741, "char_start_idx": 2734, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2742, "char_start_idx": 2742, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-calendar nav-tabs__icon" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2765, "char_start_idx": 2742, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/currencies/zcore/historical-data/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2765, "char_start_idx": 2742, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2766, "char_start_idx": 2701, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "nav nav-tabs text-left", "tablist" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 2766, "char_start_idx": 2701, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2766, "char_start_idx": 2766, "html_attrs": { "attrs": [ "class" ], "values": [ "padding-top-1x" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2767, "char_start_idx": 2766, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "charts", "tab-pane active" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2786, "char_start_idx": 2782, "html_attrs": { "attrs": [ "class" ], "values": [ "js-filter-value" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2787, "char_start_idx": 2787, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2787, "char_start_idx": 2767, "html_attrs": { "attrs": [ "class", "data-toggle" ], "values": [ "btn btn-default dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "button" }, { "char_end_idx": 2787, "char_start_idx": 2767, "html_attrs": { "attrs": [ "class" ], "values": [ "btn-group dropdown js-market-fee-type-filter" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2787, "char_start_idx": 2767, "html_attrs": { "attrs": [ "class" ], "values": [ "pull-right btn-row" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2800, "char_start_idx": 2787, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 2802, "char_start_idx": 2801, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 2809, "char_start_idx": 2803, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "th-source", "sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2815, "char_start_idx": 2810, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "th-pair", "sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2828, "char_start_idx": 2816, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2833, "char_start_idx": 2829, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2844, "char_start_idx": 2834, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2854, "char_start_idx": 2845, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2868, "char_start_idx": 2855, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2880, "char_start_idx": 2869, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right sortable" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2881, "char_start_idx": 2801, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 2881, "char_start_idx": 2801, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "thead" }, { "char_end_idx": 2882, "char_start_idx": 2881, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 2883, "char_start_idx": 2883, "html_attrs": { "attrs": [ "data-src", "src", "class", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/img/exchanges/32x32/382.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "logo lazyload", "Crex24" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 2889, "char_start_idx": 2883, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/exchanges/crex24/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2890, "char_start_idx": 2883, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "Crex24" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2897, "char_start_idx": 2890, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://crex24.com/exchange/ZCR-BTC", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2897, "char_start_idx": 2890, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "ZCR/BTC" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2905, "char_start_idx": 2898, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "volume", "1235.97843158", "0.221133184595", "9095.0778502" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2905, "char_start_idx": 2898, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "1235.97843158" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2915, "char_start_idx": 2905, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "price", "0.135895310842", "2.43135010208e-05", "2.432e-05" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2915, "char_start_idx": 2905, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "0.135895310842" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2920, "char_start_idx": 2915, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "88.4658361326" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2922, "char_start_idx": 2915, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "88.4658361326" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2926, "char_start_idx": 2922, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2937, "char_start_idx": 2927, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2947, "char_start_idx": 2938, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2948, "char_start_idx": 2881, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 2949, "char_start_idx": 2948, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2950, "char_start_idx": 2950, "html_attrs": { "attrs": [ "data-src", "src", "class", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/img/exchanges/32x32/419.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "logo lazyload", "Graviex" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 2957, "char_start_idx": 2950, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/exchanges/graviex/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2958, "char_start_idx": 2950, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "Graviex" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2965, "char_start_idx": 2958, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://graviex.net/markets/zcrbtc", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2965, "char_start_idx": 2958, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "ZCR/BTC" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2971, "char_start_idx": 2966, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "volume", "143.090786394", "0.0256008684886", "1058.1699" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2971, "char_start_idx": 2966, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "143.090786394" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2981, "char_start_idx": 2971, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "price", "0.135224774768", "2.41935330882e-05", "2.42e-05" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2981, "char_start_idx": 2971, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "0.135224774768" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2986, "char_start_idx": 2981, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "10.2418017481" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 2988, "char_start_idx": 2981, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "10.2418017481" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2992, "char_start_idx": 2988, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3003, "char_start_idx": 2993, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3013, "char_start_idx": 3004, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3014, "char_start_idx": 2948, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 3015, "char_start_idx": 3014, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3016, "char_start_idx": 3016, "html_attrs": { "attrs": [ "data-src", "src", "class", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/img/exchanges/32x32/304.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "logo lazyload", "CryptoBridge" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 3028, "char_start_idx": 3016, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/exchanges/cryptobridge/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3029, "char_start_idx": 3016, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "CryptoBridge" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3036, "char_start_idx": 3029, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://wallet.crypto-bridge.org/market/BRIDGE.ZCR_BRIDGE.BTC", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3036, "char_start_idx": 3029, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "ZCR/BTC" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3041, "char_start_idx": 3037, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "volume", "18.05591599", "0.00323044650426", "48.2069222736" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3041, "char_start_idx": 3037, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "18.05591599" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3051, "char_start_idx": 3041, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "price", "0.374550274906", "6.70120877231e-05", "6.703e-05" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3051, "char_start_idx": 3041, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "0.374550274906" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3055, "char_start_idx": 3051, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "1.29236211925" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3057, "char_start_idx": 3051, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "1.29236211925" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3061, "char_start_idx": 3057, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3072, "char_start_idx": 3062, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3082, "char_start_idx": 3073, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3083, "char_start_idx": 3014, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 3084, "char_start_idx": 3083, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3085, "char_start_idx": 3085, "html_attrs": { "attrs": [ "data-src", "src", "class", "alt" ], "values": [ "https://s2.coinmarketcap.com/static/img/exchanges/32x32/429.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "logo lazyload", "Escodex" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 3092, "char_start_idx": 3085, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/exchanges/escodex/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3093, "char_start_idx": 3085, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "Escodex" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3100, "char_start_idx": 3093, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://wallet.escodex.com/market/ESCODEX.ZCR_ESCODEX.BTC", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3100, "char_start_idx": 3093, "html_attrs": { "attrs": [ "data-sort" ], "values": [ "ZCR/BTC" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3104, "char_start_idx": 3101, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "volume", "0.0", "0.0", "0.0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3104, "char_start_idx": 3101, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "0.0" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3113, "char_start_idx": 3104, "html_attrs": { "attrs": [ "class", "data-usd", "data-btc", "data-native" ], "values": [ "price", "4973.14253398", "0.889762165654", "0.889999998362" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3113, "char_start_idx": 3104, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "4973.14253398" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3117, "char_start_idx": 3113, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "0.0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3119, "char_start_idx": 3113, "html_attrs": { "attrs": [ "class", "data-sort" ], "values": [ "text-right", "0.0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 3123, "char_start_idx": 3119, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3134, "char_start_idx": 3124, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3144, "char_start_idx": 3135, "html_attrs": { "attrs": [ "class" ], "values": [ "text-right " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 3145, "char_start_idx": 3083, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 3145, "char_start_idx": 2881, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tbody" }, { "char_end_idx": 3145, "char_start_idx": 2801, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "markets-table", "table no-border table-condensed floating-header" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "table" }, { "char_end_idx": 3145, "char_start_idx": 2801, "html_attrs": { "attrs": [ "class" ], "values": [ "table-responsive" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3145, "char_start_idx": 2767, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "markets", "tab-pane padding-top-1x" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3167, "char_start_idx": 3145, "html_attrs": { "attrs": [ "class", "href", "data-widget-id", "data-screen-name" ], "values": [ "twitter-timeline", "https://twitter.com/ZCoreCrypto", "506520279636377601", "ZCoreCrypto" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 3168, "char_start_idx": 3145, "html_attrs": { "attrs": [ "class" ], "values": [ "row col-sm-6 text-left" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3168, "char_start_idx": 3145, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "social", "tab-pane" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3382, "char_start_idx": 3168, "html_attrs": { "attrs": [ "class", "rows", "data-snippet-container" ], "values": [ "form-control bottom-margin-1x", "6", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "textarea" }, { "char_end_idx": 3406, "char_start_idx": 3383, "html_attrs": { "attrs": [ "class", "href", "target", "role", "style" ], "values": [ "btn btn-primary bottom-margin-1x", "/fr/widget/?c=zcore", "_blank", "button", "width:100%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3407, "char_start_idx": 3168, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3407, "char_start_idx": 3168, "html_attrs": { "attrs": [ "class" ], "values": [ "row bottom-margin-2x" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3407, "char_start_idx": 3168, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "tools", "tab-pane" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3414, "char_start_idx": 3407, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 3542, "char_start_idx": 3415, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 3543, "char_start_idx": 3415, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3768, "char_start_idx": 3744, "html_attrs": { "attrs": [ "href", "rel", "target" ], "values": [ "https://flipsidecrypto.com/go-beyond-price", "nofollow noopener", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3770, "char_start_idx": 3543, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3800, "char_start_idx": 3770, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 bottom-margin-2x coin-summary-item-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 3811, "char_start_idx": 3801, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 coin-summary-item-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 3812, "char_start_idx": 3407, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ratings", "tab-pane padding-top-1x" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3812, "char_start_idx": 2766, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 tab-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3812, "char_start_idx": 2701, "html_attrs": { "attrs": [ "class" ], "values": [ "row bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3823, "char_start_idx": 3812, "html_attrs": { "attrs": [ "class" ], "values": [ "bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 3917, "char_start_idx": 3911, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/fr/glossary/#mining", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3959, "char_start_idx": 3949, "html_attrs": { "attrs": [ "data-format-supply", "data-format-value" ], "values": [ "", "3589730.0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4005, "char_start_idx": 3997, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4009, "char_start_idx": 4006, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4010, "char_start_idx": 3997, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.138910922218" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4024, "char_start_idx": 4020, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "4.35995" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4106, "char_start_idx": 4101, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4110, "char_start_idx": 4107, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4111, "char_start_idx": 4101, "html_attrs": { "attrs": [ "data-currency-volume", "data-usd" ], "values": [ "", "1397.12513397" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4193, "char_start_idx": 4175, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://zcore.cash", "_blank", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4195, "char_start_idx": 3812, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4211, "char_start_idx": 4195, "html_attrs": { "attrs": [ "class" ], "values": [ "h2 text-left bottom-margin-1x" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "caption" }, { "char_end_idx": 4224, "char_start_idx": 4212, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "th" }, { "char_end_idx": 4232, "char_start_idx": 4224, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4236, "char_start_idx": 4233, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4237, "char_start_idx": 4224, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.138910922218" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4237, "char_start_idx": 4224, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4237, "char_start_idx": 4212, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 4247, "char_start_idx": 4247, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicons glyphicons-question-sign" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4247, "char_start_idx": 4247, "html_attrs": { "attrs": [ "class" ], "values": [ "js-summary-data-roi pointer" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4247, "char_start_idx": 4237, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4254, "char_start_idx": 4247, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "125.216" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 4256, "char_start_idx": 4247, "html_attrs": { "attrs": [ "class" ], "values": [ "text-semi-bold positive_change " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 4256, "char_start_idx": 4247, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 4256, "char_start_idx": 4237, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4268, "char_start_idx": 4256, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4273, "char_start_idx": 4268, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4273, "char_start_idx": 4256, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4285, "char_start_idx": 4273, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 4292, "char_start_idx": 4285, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4296, "char_start_idx": 4293, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4297, "char_start_idx": 4285, "html_attrs": { "attrs": [ "data-currency-market-cap", "data-usd" ], "values": [ "", "498652.704814" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4297, "char_start_idx": 4285, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4297, "char_start_idx": 4273, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 4312, "char_start_idx": 4297, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4317, "char_start_idx": 4312, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4321, "char_start_idx": 4318, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4322, "char_start_idx": 4312, "html_attrs": { "attrs": [ "data-currency-volume", "data-usd" ], "values": [ "", "1397.12513397" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4322, "char_start_idx": 4312, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4322, "char_start_idx": 4297, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4343, "char_start_idx": 4322, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4353, "char_start_idx": 4343, "html_attrs": { "attrs": [ "data-format-supply", "data-format-value" ], "values": [ "", "3589730.0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4357, "char_start_idx": 4343, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4357, "char_start_idx": 4322, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4370, "char_start_idx": 4357, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 4380, "char_start_idx": 4370, "html_attrs": { "attrs": [ "data-format-supply", "data-format-value" ], "values": [ "", "3589730.0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4384, "char_start_idx": 4370, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4384, "char_start_idx": 4357, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 4394, "char_start_idx": 4384, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 4405, "char_start_idx": 4394, "html_attrs": { "attrs": [ "data-format-supply", "data-format-value" ], "values": [ "", "18000000.0" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4409, "char_start_idx": 4394, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4409, "char_start_idx": 4384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 4423, "char_start_idx": 4409, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 4431, "char_start_idx": 4423, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4435, "char_start_idx": 4432, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4436, "char_start_idx": 4423, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.574468" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4451, "char_start_idx": 4437, "html_attrs": { "attrs": [ "class" ], "values": [ "whitespace-nowrap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4452, "char_start_idx": 4423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4452, "char_start_idx": 4409, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 4465, "char_start_idx": 4452, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 4473, "char_start_idx": 4465, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4477, "char_start_idx": 4474, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4478, "char_start_idx": 4465, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.0589285" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4493, "char_start_idx": 4479, "html_attrs": { "attrs": [ "class" ], "values": [ "whitespace-nowrap" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4494, "char_start_idx": 4465, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4494, "char_start_idx": 4452, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 4513, "char_start_idx": 4494, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "th" }, { "char_end_idx": 4521, "char_start_idx": 4513, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4525, "char_start_idx": 4522, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4526, "char_start_idx": 4513, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.574468" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4537, "char_start_idx": 4529, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4541, "char_start_idx": 4538, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4542, "char_start_idx": 4529, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.0589285" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4542, "char_start_idx": 4513, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4542, "char_start_idx": 4494, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 4560, "char_start_idx": 4542, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4568, "char_start_idx": 4560, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4572, "char_start_idx": 4569, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4573, "char_start_idx": 4560, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.235693784658" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4584, "char_start_idx": 4576, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4588, "char_start_idx": 4585, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4589, "char_start_idx": 4576, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.0968355788671" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4589, "char_start_idx": 4560, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4589, "char_start_idx": 4542, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4607, "char_start_idx": 4589, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4615, "char_start_idx": 4607, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4619, "char_start_idx": 4616, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4620, "char_start_idx": 4607, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.222310913065" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4631, "char_start_idx": 4623, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4635, "char_start_idx": 4632, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4636, "char_start_idx": 4623, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.0968355788671" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4636, "char_start_idx": 4607, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4636, "char_start_idx": 4589, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4653, "char_start_idx": 4636, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4661, "char_start_idx": 4653, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4665, "char_start_idx": 4662, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4666, "char_start_idx": 4653, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.176630746958" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4677, "char_start_idx": 4669, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4681, "char_start_idx": 4678, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4682, "char_start_idx": 4669, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.128197077422" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4682, "char_start_idx": 4653, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4682, "char_start_idx": 4636, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4701, "char_start_idx": 4682, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4709, "char_start_idx": 4701, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4713, "char_start_idx": 4710, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4714, "char_start_idx": 4701, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.142402687787" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4725, "char_start_idx": 4717, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4729, "char_start_idx": 4726, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4730, "char_start_idx": 4717, "html_attrs": { "attrs": [ "data-currency-price", "data-usd" ], "values": [ "", "0.130286634343" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4730, "char_start_idx": 4701, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4730, "char_start_idx": 4682, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4753, "char_start_idx": 4730, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4761, "char_start_idx": 4753, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4765, "char_start_idx": 4762, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4766, "char_start_idx": 4753, "html_attrs": { "attrs": [ "class", "data-currency-price", "data-usd" ], "values": [ "whitespace-nowrap", "", "0.139033456499" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4777, "char_start_idx": 4769, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4781, "char_start_idx": 4778, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4782, "char_start_idx": 4769, "html_attrs": { "attrs": [ "class", "data-currency-price", "data-usd" ], "values": [ "whitespace-nowrap", "", "0.130487077061" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4782, "char_start_idx": 4753, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4782, "char_start_idx": 4730, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4807, "char_start_idx": 4782, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4815, "char_start_idx": 4807, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4819, "char_start_idx": 4816, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4820, "char_start_idx": 4807, "html_attrs": { "attrs": [ "class", "data-currency-price", "data-usd" ], "values": [ "whitespace-nowrap", "", "0.131943297112" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4831, "char_start_idx": 4823, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4835, "char_start_idx": 4832, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4836, "char_start_idx": 4823, "html_attrs": { "attrs": [ "class", "data-currency-price", "data-usd" ], "values": [ "whitespace-nowrap", "", "0.13060925434" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4836, "char_start_idx": 4807, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4836, "char_start_idx": 4782, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4855, "char_start_idx": 4836, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4865, "char_start_idx": 4855, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 4869, "char_start_idx": 4866, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4870, "char_start_idx": 4855, "html_attrs": { "attrs": [ "class", "data-currency-price", "data-usd" ], "values": [ "whitespace-nowrap", "", "-0.001334042772" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4876, "char_start_idx": 4871, "html_attrs": { "attrs": [ "data-format-percentage", "data-format-value" ], "values": [ "", "-1.01107278748" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4879, "char_start_idx": 4855, "html_attrs": { "attrs": [ "class" ], "values": [ "text-semi-bold negative_change" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4879, "char_start_idx": 4855, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4879, "char_start_idx": 4836, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4898, "char_start_idx": 4879, "html_attrs": { "attrs": [ "scope" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 4904, "char_start_idx": 4898, "html_attrs": { "attrs": [ "data-currency-value" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 4908, "char_start_idx": 4905, "html_attrs": { "attrs": [ "data-currency-code" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4909, "char_start_idx": 4898, "html_attrs": { "attrs": [ "class", "data-currency-price", "data-usd" ], "values": [ "whitespace-nowrap", "", "1529.18014716" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4909, "char_start_idx": 4898, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4909, "char_start_idx": 4879, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 4909, "char_start_idx": 4212, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "tbody" }, { "char_end_idx": 4909, "char_start_idx": 4195, "html_attrs": { "attrs": [ "class" ], "values": [ "table cmc-table-striped cmc-cc-summary-table" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 5007, "char_start_idx": 4909, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 5007, "char_start_idx": 4909, "html_attrs": { "attrs": [ "class" ], "values": [ "hide js-summary-data-roi-popover" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 4195, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 3812, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "text-center responsive-leaderboard", "div-gpt-ad-1542211140769-5" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "donate_btc", "-1", "dialog", "donate_btc_label", "true" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "donate_ltc", "-1", "dialog", "donate_ltc_label", "true" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "donate_eth", "-1", "dialog", "donate_eth_label", "true" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "donate_bch", "-1", "dialog", "donate_bch_label", "true" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 2241, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-10 padding-top-1x" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5007, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "pull-right visible-xl skyscraper", "div-gpt-ad-1542211140769-6" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 5031, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel__header h5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "h3" }, { "char_end_idx": 5032, "char_start_idx": 5032, "html_attrs": { "attrs": [ "class", "data-src", "src", "alt" ], "values": [ "related-links-panel__logo lazyload", "https://s2.coinmarketcap.com/static/img/coins/32x32/1970.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "ATBCoin" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 5045, "char_start_idx": 5032, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/currencies/atbcoin/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5046, "char_start_idx": 5032, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel__item overflow-ellipsis" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5046, "char_start_idx": 5046, "html_attrs": { "attrs": [ "class", "data-src", "src", "alt" ], "values": [ "related-links-panel__logo lazyload", "https://s2.coinmarketcap.com/static/img/coins/32x32/322.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "Energycoin" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 5063, "char_start_idx": 5046, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/currencies/energycoin/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5064, "char_start_idx": 5046, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel__item overflow-ellipsis" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5064, "char_start_idx": 5064, "html_attrs": { "attrs": [ "class", "data-src", "src", "alt" ], "values": [ "related-links-panel__logo lazyload", "https://s2.coinmarketcap.com/static/img/coins/32x32/2844.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "Shivom" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 5076, "char_start_idx": 5064, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/currencies/shivom/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5077, "char_start_idx": 5064, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel__item overflow-ellipsis" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5077, "char_start_idx": 5077, "html_attrs": { "attrs": [ "class", "data-src", "src", "alt" ], "values": [ "related-links-panel__logo lazyload", "https://s2.coinmarketcap.com/static/img/coins/32x32/3148.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "MetaMorph" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 5093, "char_start_idx": 5077, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/currencies/metamorph/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5094, "char_start_idx": 5077, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel__item overflow-ellipsis" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5094, "char_start_idx": 5094, "html_attrs": { "attrs": [ "class", "data-src", "src", "alt" ], "values": [ "related-links-panel__logo lazyload", "https://s2.coinmarketcap.com/static/img/coins/32x32/3095.png", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", "Niobium Coin" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 5112, "char_start_idx": 5094, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/fr/currencies/niobium-coin/", "link-secondary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5113, "char_start_idx": 5094, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel__item overflow-ellipsis" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5113, "char_start_idx": 5032, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel__list" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5113, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class" ], "values": [ "related-links-panel" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 18, "type": "local", "value": "section" }, { "char_end_idx": 5113, "char_start_idx": 5007, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xl-2 padding-top-2x" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 5113, "char_start_idx": 2241, "html_attrs": { "attrs": [ "class" ], "values": [ "container main-section row" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5424, "char_start_idx": 5396, "html_attrs": { "attrs": [ "href" ], "values": [ "/fr/privacy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 5512, "char_start_idx": 5113, "html_attrs": { "attrs": [ "class" ], "values": [ "banner-alert-body" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 5113, "html_attrs": { "attrs": [ "class" ], "values": [ "banner-alert banner-alert-fixed-bottom hide js-cookie-policy-banner" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 292, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "[if lt IE 7]> <p class=\"chromeframe\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> or <a href=\"http://www.google.com/chromeframe/?redirect=true\">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]\n" }, { "char_end_idx": 365, "char_start_idx": 292, "key": "paragraph", "marker": "div", "type": "local", "value": "Crypto-monnaies: • Marchés: • Cap. Marché: • Vol 24h: • Dominance BTC: %\n" }, { "char_end_idx": 386, "char_start_idx": 365, "key": "paragraph", "marker": "li", "type": "local", "value": "Promouvoir\nFR\nDeutsch" }, { "char_end_idx": 394, "char_start_idx": 386, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEnglish" }, { "char_end_idx": 402, "char_start_idx": 394, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEspañol" }, { "char_end_idx": 411, "char_start_idx": 402, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFilipino" }, { "char_end_idx": 420, "char_start_idx": 411, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFrançais" }, { "char_end_idx": 427, "char_start_idx": 420, "key": "paragraph", "marker": "li", "type": "local", "value": "\nहिन्दी" }, { "char_end_idx": 436, "char_start_idx": 427, "key": "paragraph", "marker": "li", "type": "local", "value": "\nItaliano" }, { "char_end_idx": 440, "char_start_idx": 436, "key": "paragraph", "marker": "li", "type": "local", "value": "\n日本語" }, { "char_end_idx": 444, "char_start_idx": 440, "key": "paragraph", "marker": "li", "type": "local", "value": "\n한국어" }, { "char_end_idx": 461, "char_start_idx": 444, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPortuguês Brasil" }, { "char_end_idx": 469, "char_start_idx": 461, "key": "paragraph", "marker": "li", "type": "local", "value": "\nРусский" }, { "char_end_idx": 476, "char_start_idx": 469, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTürkçe" }, { "char_end_idx": 487, "char_start_idx": 476, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTiếng Việt" }, { "char_end_idx": 492, "char_start_idx": 487, "key": "paragraph", "marker": "li", "type": "local", "value": "\n简体中文" }, { "char_end_idx": 497, "char_start_idx": 492, "key": "paragraph", "marker": "li", "type": "local", "value": "\n繁體中文" }, { "char_end_idx": 498, "char_start_idx": 497, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 502, "char_start_idx": 498, "key": "paragraph", "marker": "li", "type": "local", "value": "USD\n" }, { "char_end_idx": 506, "char_start_idx": 502, "key": "paragraph", "marker": "li", "type": "local", "value": "AUD\n" }, { "char_end_idx": 510, "char_start_idx": 506, "key": "paragraph", "marker": "li", "type": "local", "value": "BRL\n" }, { "char_end_idx": 514, "char_start_idx": 510, "key": "paragraph", "marker": "li", "type": "local", "value": "CAD\n" }, { "char_end_idx": 518, "char_start_idx": 514, "key": "paragraph", "marker": "li", "type": "local", "value": "CHF\n" }, { "char_end_idx": 522, "char_start_idx": 518, "key": "paragraph", "marker": "li", "type": "local", "value": "CLP\n" }, { "char_end_idx": 526, "char_start_idx": 522, "key": "paragraph", "marker": "li", "type": "local", "value": "CNY\n" }, { "char_end_idx": 530, "char_start_idx": 526, "key": "paragraph", "marker": "li", "type": "local", "value": "CZK\n" }, { "char_end_idx": 534, "char_start_idx": 530, "key": "paragraph", "marker": "li", "type": "local", "value": "DKK\n" }, { "char_end_idx": 538, "char_start_idx": 534, "key": "paragraph", "marker": "li", "type": "local", "value": "EUR\n" }, { "char_end_idx": 542, "char_start_idx": 538, "key": "paragraph", "marker": "li", "type": "local", "value": "GBP\n" }, { "char_end_idx": 546, "char_start_idx": 542, "key": "paragraph", "marker": "li", "type": "local", "value": "HKD\n" }, { "char_end_idx": 550, "char_start_idx": 546, "key": "paragraph", "marker": "li", "type": "local", "value": "HUF\n" }, { "char_end_idx": 554, "char_start_idx": 550, "key": "paragraph", "marker": "li", "type": "local", "value": "IDR\n" }, { "char_end_idx": 558, "char_start_idx": 554, "key": "paragraph", "marker": "li", "type": "local", "value": "ILS\n" }, { "char_end_idx": 562, "char_start_idx": 558, "key": "paragraph", "marker": "li", "type": "local", "value": "INR\n" }, { "char_end_idx": 566, "char_start_idx": 562, "key": "paragraph", "marker": "li", "type": "local", "value": "JPY\n" }, { "char_end_idx": 570, "char_start_idx": 566, "key": "paragraph", "marker": "li", "type": "local", "value": "KRW\n" }, { "char_end_idx": 574, "char_start_idx": 570, "key": "paragraph", "marker": "li", "type": "local", "value": "MXN\n" }, { "char_end_idx": 578, "char_start_idx": 574, "key": "paragraph", "marker": "li", "type": "local", "value": "MYR\n" }, { "char_end_idx": 582, "char_start_idx": 578, "key": "paragraph", "marker": "li", "type": "local", "value": "NOK\n" }, { "char_end_idx": 586, "char_start_idx": 582, "key": "paragraph", "marker": "li", "type": "local", "value": "NZD\n" }, { "char_end_idx": 590, "char_start_idx": 586, "key": "paragraph", "marker": "li", "type": "local", "value": "PHP\n" }, { "char_end_idx": 594, "char_start_idx": 590, "key": "paragraph", "marker": "li", "type": "local", "value": "PKR\n" }, { "char_end_idx": 598, "char_start_idx": 594, "key": "paragraph", "marker": "li", "type": "local", "value": "PLN\n" }, { "char_end_idx": 602, "char_start_idx": 598, "key": "paragraph", "marker": "li", "type": "local", "value": "RUB\n" }, { "char_end_idx": 606, "char_start_idx": 602, "key": "paragraph", "marker": "li", "type": "local", "value": "SEK\n" }, { "char_end_idx": 610, "char_start_idx": 606, "key": "paragraph", "marker": "li", "type": "local", "value": "SGD\n" }, { "char_end_idx": 614, "char_start_idx": 610, "key": "paragraph", "marker": "li", "type": "local", "value": "THB\n" }, { "char_end_idx": 618, "char_start_idx": 614, "key": "paragraph", "marker": "li", "type": "local", "value": "TRY\n" }, { "char_end_idx": 622, "char_start_idx": 618, "key": "paragraph", "marker": "li", "type": "local", "value": "TWD\n" }, { "char_end_idx": 626, "char_start_idx": 622, "key": "paragraph", "marker": "div", "type": "local", "value": "ZAR\n" }, { "char_end_idx": 636, "char_start_idx": 626, "key": "paragraph", "marker": "li", "type": "local", "value": "FR\nDeutsch" }, { "char_end_idx": 644, "char_start_idx": 636, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEnglish" }, { "char_end_idx": 652, "char_start_idx": 644, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEspañol" }, { "char_end_idx": 661, "char_start_idx": 652, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFilipino" }, { "char_end_idx": 670, "char_start_idx": 661, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFrançais" }, { "char_end_idx": 677, "char_start_idx": 670, "key": "paragraph", "marker": "li", "type": "local", "value": "\nहिन्दी" }, { "char_end_idx": 686, "char_start_idx": 677, "key": "paragraph", "marker": "li", "type": "local", "value": "\nItaliano" }, { "char_end_idx": 690, "char_start_idx": 686, "key": "paragraph", "marker": "li", "type": "local", "value": "\n日本語" }, { "char_end_idx": 694, "char_start_idx": 690, "key": "paragraph", "marker": "li", "type": "local", "value": "\n한국어" }, { "char_end_idx": 711, "char_start_idx": 694, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPortuguês Brasil" }, { "char_end_idx": 719, "char_start_idx": 711, "key": "paragraph", "marker": "li", "type": "local", "value": "\nРусский" }, { "char_end_idx": 726, "char_start_idx": 719, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTürkçe" }, { "char_end_idx": 737, "char_start_idx": 726, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTiếng Việt" }, { "char_end_idx": 742, "char_start_idx": 737, "key": "paragraph", "marker": "li", "type": "local", "value": "\n简体中文" }, { "char_end_idx": 747, "char_start_idx": 742, "key": "paragraph", "marker": "li", "type": "local", "value": "\n繁體中文" }, { "char_end_idx": 748, "char_start_idx": 747, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 752, "char_start_idx": 748, "key": "paragraph", "marker": "li", "type": "local", "value": "USD\n" }, { "char_end_idx": 756, "char_start_idx": 752, "key": "paragraph", "marker": "li", "type": "local", "value": "AUD\n" }, { "char_end_idx": 760, "char_start_idx": 756, "key": "paragraph", "marker": "li", "type": "local", "value": "BRL\n" }, { "char_end_idx": 764, "char_start_idx": 760, "key": "paragraph", "marker": "li", "type": "local", "value": "CAD\n" }, { "char_end_idx": 768, "char_start_idx": 764, "key": "paragraph", "marker": "li", "type": "local", "value": "CHF\n" }, { "char_end_idx": 772, "char_start_idx": 768, "key": "paragraph", "marker": "li", "type": "local", "value": "CLP\n" }, { "char_end_idx": 776, "char_start_idx": 772, "key": "paragraph", "marker": "li", "type": "local", "value": "CNY\n" }, { "char_end_idx": 780, "char_start_idx": 776, "key": "paragraph", "marker": "li", "type": "local", "value": "CZK\n" }, { "char_end_idx": 784, "char_start_idx": 780, "key": "paragraph", "marker": "li", "type": "local", "value": "DKK\n" }, { "char_end_idx": 788, "char_start_idx": 784, "key": "paragraph", "marker": "li", "type": "local", "value": "EUR\n" }, { "char_end_idx": 792, "char_start_idx": 788, "key": "paragraph", "marker": "li", "type": "local", "value": "GBP\n" }, { "char_end_idx": 796, "char_start_idx": 792, "key": "paragraph", "marker": "li", "type": "local", "value": "HKD\n" }, { "char_end_idx": 800, "char_start_idx": 796, "key": "paragraph", "marker": "li", "type": "local", "value": "HUF\n" }, { "char_end_idx": 804, "char_start_idx": 800, "key": "paragraph", "marker": "li", "type": "local", "value": "IDR\n" }, { "char_end_idx": 808, "char_start_idx": 804, "key": "paragraph", "marker": "li", "type": "local", "value": "ILS\n" }, { "char_end_idx": 812, "char_start_idx": 808, "key": "paragraph", "marker": "li", "type": "local", "value": "INR\n" }, { "char_end_idx": 816, "char_start_idx": 812, "key": "paragraph", "marker": "li", "type": "local", "value": "JPY\n" }, { "char_end_idx": 820, "char_start_idx": 816, "key": "paragraph", "marker": "li", "type": "local", "value": "KRW\n" }, { "char_end_idx": 824, "char_start_idx": 820, "key": "paragraph", "marker": "li", "type": "local", "value": "MXN\n" }, { "char_end_idx": 828, "char_start_idx": 824, "key": "paragraph", "marker": "li", "type": "local", "value": "MYR\n" }, { "char_end_idx": 832, "char_start_idx": 828, "key": "paragraph", "marker": "li", "type": "local", "value": "NOK\n" }, { "char_end_idx": 836, "char_start_idx": 832, "key": "paragraph", "marker": "li", "type": "local", "value": "NZD\n" }, { "char_end_idx": 840, "char_start_idx": 836, "key": "paragraph", "marker": "li", "type": "local", "value": "PHP\n" }, { "char_end_idx": 844, "char_start_idx": 840, "key": "paragraph", "marker": "li", "type": "local", "value": "PKR\n" }, { "char_end_idx": 848, "char_start_idx": 844, "key": "paragraph", "marker": "li", "type": "local", "value": "PLN\n" }, { "char_end_idx": 852, "char_start_idx": 848, "key": "paragraph", "marker": "li", "type": "local", "value": "RUB\n" }, { "char_end_idx": 856, "char_start_idx": 852, "key": "paragraph", "marker": "li", "type": "local", "value": "SEK\n" }, { "char_end_idx": 860, "char_start_idx": 856, "key": "paragraph", "marker": "li", "type": "local", "value": "SGD\n" }, { "char_end_idx": 864, "char_start_idx": 860, "key": "paragraph", "marker": "li", "type": "local", "value": "THB\n" }, { "char_end_idx": 868, "char_start_idx": 864, "key": "paragraph", "marker": "li", "type": "local", "value": "TRY\n" }, { "char_end_idx": 872, "char_start_idx": 868, "key": "paragraph", "marker": "li", "type": "local", "value": "TWD\n" }, { "char_end_idx": 876, "char_start_idx": 872, "key": "paragraph", "marker": "div", "type": "local", "value": "ZAR\n" }, { "char_end_idx": 956, "char_start_idx": 876, "key": "paragraph", "marker": "div", "type": "local", "value": "Clause de non-responsabilité • Formulaire de contact • Conditions d'utilisation\n" }, { "char_end_idx": 974, "char_start_idx": 956, "key": "paragraph", "marker": "h6", "type": "local", "value": "Currency Converter" }, { "char_end_idx": 975, "char_start_idx": 974, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 985, "char_start_idx": 975, "key": "paragraph", "marker": "h6", "type": "local", "value": "Crypto API" }, { "char_end_idx": 1054, "char_start_idx": 985, "key": "paragraph", "marker": "p", "type": "local", "value": "\nA powerful & flexible market data API for commercial & personal use\n" }, { "char_end_idx": 1076, "char_start_idx": 1054, "key": "paragraph", "marker": "h6", "type": "local", "value": "Bulletin d'information" }, { "char_end_idx": 1077, "char_start_idx": 1076, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1102, "char_start_idx": 1077, "key": "paragraph", "marker": "h6", "type": "local", "value": "Calendrier des événements" }, { "char_end_idx": 1103, "char_start_idx": 1102, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1117, "char_start_idx": 1103, "key": "paragraph", "marker": "h6", "type": "local", "value": "Crypto Indices" }, { "char_end_idx": 1192, "char_start_idx": 1117, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe most comprehensive suite of institutional grade indices in the market\n" }, { "char_end_idx": 1208, "char_start_idx": 1192, "key": "paragraph", "marker": "h6", "type": "local", "value": "Glossaire crypto" }, { "char_end_idx": 1209, "char_start_idx": 1208, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1224, "char_start_idx": 1209, "key": "paragraph", "marker": "h6", "type": "local", "value": "Intro to Crypto" }, { "char_end_idx": 1295, "char_start_idx": 1224, "key": "paragraph", "marker": "p", "type": "local", "value": "\nLearn about the world of cryptocurrencies with our introductory guide\n" }, { "char_end_idx": 1306, "char_start_idx": 1295, "key": "paragraph", "marker": "h6", "type": "local", "value": "Methodology" }, { "char_end_idx": 1373, "char_start_idx": 1306, "key": "paragraph", "marker": "p", "type": "local", "value": "\nHow CoinMarketCap analyzes data to offer up-to-the-minute updates\n" }, { "char_end_idx": 1382, "char_start_idx": 1373, "key": "paragraph", "marker": "h6", "type": "local", "value": "Carrières" }, { "char_end_idx": 1450, "char_start_idx": 1382, "key": "paragraph", "marker": "p", "type": "local", "value": "\nDiscover your next career! Build the future of crypto data with us\n" }, { "char_end_idx": 1453, "char_start_idx": 1450, "key": "paragraph", "marker": "h6", "type": "local", "value": "FAQ" }, { "char_end_idx": 1522, "char_start_idx": 1453, "key": "paragraph", "marker": "p", "type": "local", "value": "\nNeed help? Check our FAQ, with questions we are most commonly asked\n" }, { "char_end_idx": 1595, "char_start_idx": 1522, "key": "paragraph", "marker": "div", "type": "local", "value": "Cap. Marché: • Vol 24h: • Dominance BTC: % • Crypto-monnaies: • Marchés:\n" }, { "char_end_idx": 1613, "char_start_idx": 1595, "key": "paragraph", "marker": "h6", "type": "local", "value": "Currency Converter" }, { "char_end_idx": 1614, "char_start_idx": 1613, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1624, "char_start_idx": 1614, "key": "paragraph", "marker": "h6", "type": "local", "value": "Crypto API" }, { "char_end_idx": 1693, "char_start_idx": 1624, "key": "paragraph", "marker": "p", "type": "local", "value": "\nA powerful & flexible market data API for commercial & personal use\n" }, { "char_end_idx": 1715, "char_start_idx": 1693, "key": "paragraph", "marker": "h6", "type": "local", "value": "Bulletin d'information" }, { "char_end_idx": 1716, "char_start_idx": 1715, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1741, "char_start_idx": 1716, "key": "paragraph", "marker": "h6", "type": "local", "value": "Calendrier des événements" }, { "char_end_idx": 1742, "char_start_idx": 1741, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1756, "char_start_idx": 1742, "key": "paragraph", "marker": "h6", "type": "local", "value": "Crypto Indices" }, { "char_end_idx": 1831, "char_start_idx": 1756, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe most comprehensive suite of institutional grade indices in the market\n" }, { "char_end_idx": 1847, "char_start_idx": 1831, "key": "paragraph", "marker": "h6", "type": "local", "value": "Glossaire crypto" }, { "char_end_idx": 1848, "char_start_idx": 1847, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1863, "char_start_idx": 1848, "key": "paragraph", "marker": "h6", "type": "local", "value": "Intro to Crypto" }, { "char_end_idx": 1934, "char_start_idx": 1863, "key": "paragraph", "marker": "p", "type": "local", "value": "\nLearn about the world of cryptocurrencies with our introductory guide\n" }, { "char_end_idx": 1945, "char_start_idx": 1934, "key": "paragraph", "marker": "h6", "type": "local", "value": "Methodology" }, { "char_end_idx": 2012, "char_start_idx": 1945, "key": "paragraph", "marker": "p", "type": "local", "value": "\nHow CoinMarketCap analyzes data to offer up-to-the-minute updates\n" }, { "char_end_idx": 2021, "char_start_idx": 2012, "key": "paragraph", "marker": "h6", "type": "local", "value": "Carrières" }, { "char_end_idx": 2089, "char_start_idx": 2021, "key": "paragraph", "marker": "p", "type": "local", "value": "\nDiscover your next career! Build the future of crypto data with us\n" }, { "char_end_idx": 2092, "char_start_idx": 2089, "key": "paragraph", "marker": "h6", "type": "local", "value": "FAQ" }, { "char_end_idx": 2161, "char_start_idx": 2092, "key": "paragraph", "marker": "p", "type": "local", "value": "\nNeed help? Check our FAQ, with questions we are most commonly asked\n" }, { "char_end_idx": 2241, "char_start_idx": 2161, "key": "paragraph", "marker": "div", "type": "local", "value": "Clause de non-responsabilité • Formulaire de contact • Conditions d'utilisation\n" }, { "char_end_idx": 2253, "char_start_idx": 2241, "key": "paragraph", "marker": "h1", "type": "local", "value": "ZCore (ZCR)\n" }, { "char_end_idx": 2299, "char_start_idx": 2253, "key": "paragraph", "marker": "div", "type": "local", "value": "0.138911 USD (4.36%) \n0.00002485 BTC (-0.85%)\n" }, { "char_end_idx": 2333, "char_start_idx": 2299, "key": "paragraph", "marker": "h4+lf", "type": "local", "value": "Buy\nExchange\nWallet\nCrypto Loans\n\n" }, { "char_end_idx": 2336, "char_start_idx": 2333, "key": "paragraph", "marker": "h4+lf", "type": "local", "value": "Buy" }, { "char_end_idx": 2348, "char_start_idx": 2336, "key": "paragraph", "marker": "div", "type": "local", "value": "\nCrypto.com\n" }, { "char_end_idx": 2356, "char_start_idx": 2348, "key": "paragraph", "marker": "h4", "type": "local", "value": "Exchange" }, { "char_end_idx": 2460, "char_start_idx": 2356, "key": "paragraph", "marker": "p", "type": "local", "value": "\nCoinAll.com\nWorldwide community-driven exchange, newest and best projects, with daily bonus activities\n" }, { "char_end_idx": 2484, "char_start_idx": 2460, "key": "paragraph", "marker": "h4", "type": "local", "value": "Get Instant Crypto Loans" }, { "char_end_idx": 2620, "char_start_idx": 2484, "key": "paragraph", "marker": "p", "type": "local", "value": "\nNexo Wallet - Instant Crypto Credit Line\nGet cash in 45+ currencies using crypto as collateral. Secured by crypto custodian insurance.\n" }, { "char_end_idx": 2629, "char_start_idx": 2620, "key": "paragraph", "marker": "li", "type": "local", "value": "Rang 983\n" }, { "char_end_idx": 2642, "char_start_idx": 2629, "key": "paragraph", "marker": "li", "type": "local", "value": "Site Internet" }, { "char_end_idx": 2650, "char_start_idx": 2642, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnnonce" }, { "char_end_idx": 2662, "char_start_idx": 2650, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExplorateur" }, { "char_end_idx": 2667, "char_start_idx": 2662, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChat" }, { "char_end_idx": 2674, "char_start_idx": 2667, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChat 2" }, { "char_end_idx": 2686, "char_start_idx": 2674, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCode Source" }, { "char_end_idx": 2701, "char_start_idx": 2686, "key": "paragraph", "marker": "div", "type": "local", "value": "\nCoin Mineable\n" }, { "char_end_idx": 2711, "char_start_idx": 2701, "key": "paragraph", "marker": "li", "type": "local", "value": "Graphiques" }, { "char_end_idx": 2719, "char_start_idx": 2711, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMarchés" }, { "char_end_idx": 2726, "char_start_idx": 2719, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSocial" }, { "char_end_idx": 2733, "char_start_idx": 2726, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOutils" }, { "char_end_idx": 2741, "char_start_idx": 2733, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRatings" }, { "char_end_idx": 2765, "char_start_idx": 2741, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHistoriques des Données" }, { "char_end_idx": 2766, "char_start_idx": 2765, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2767, "char_start_idx": 2766, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2787, "char_start_idx": 2767, "key": "paragraph", "marker": "div", "type": "local", "value": "Type de frais: Tout\n" }, { "char_end_idx": 2800, "char_start_idx": 2787, "key": "paragraph", "marker": "h2", "type": "local", "value": "ZCore Marchés" }, { "char_end_idx": 3145, "char_start_idx": 2800, "key": "paragraph", "marker": "div", "type": "local", "value": "\n#\nSource\nPaire\nVolume (24h)\nPrix\nVolume (%)\nCatégorie\nType de frais\nMise à jour\n1 Crex24 ZCR/BTC $1,236 $0.135895 88.47% Spot Percentage Récemment\n2 Graviex ZCR/BTC $143 $0.135225 10.24% Spot Percentage Récemment\n3 CryptoBridge ZCR/BTC $18 $0.374550 1.29% Spot Percentage Récemment\n4 Escodex ZCR/BTC $0 $4973.14 0.00% Spot Percentage Récemment\n" }, { "char_end_idx": 3168, "char_start_idx": 3145, "key": "paragraph", "marker": "div", "type": "local", "value": "Tweets de @ZCoreCrypto\n" }, { "char_end_idx": 3407, "char_start_idx": 3168, "key": "paragraph", "marker": "div", "type": "local", "value": "<script type=\"text/javascript\" src=\"https://files.coinmarketcap.com/static/widget/currency.js\"></script> <div class=\"coinmarketcap-currency-widget\" data-currencyid=\"3158\" data-base=\"USD\" data-secondary=\"BTC\"></div>\nPersonnaliser ce widget\n" }, { "char_end_idx": 3414, "char_start_idx": 3407, "key": "paragraph", "marker": "h2", "type": "local", "value": "Ratings" }, { "char_end_idx": 3544, "char_start_idx": 3414, "key": "paragraph", "marker": "p", "type": "local", "value": "\nDisclaimer: Ratings are calculated by third party organizations and are not influenced or endorsed by CoinMarketCap in any way.\nF" }, { "char_end_idx": 3771, "char_start_idx": 3544, "key": "paragraph", "marker": "p", "type": "local", "value": "CAS stands for Fundamental Crypto Asset Score, a single, consistently comparable value for measuring cryptocurrency project health. FCAS measures User Activity, Developer Behavior and Asset Maturity. Find out more about FCAS.\nF" }, { "char_end_idx": 3800, "char_start_idx": 3771, "key": "paragraph", "marker": "h3", "type": "local", "value": "undamental Crypto Asset Score" }, { "char_end_idx": 3811, "char_start_idx": 3800, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nFCAS Trend" }, { "char_end_idx": 3812, "char_start_idx": 3811, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3823, "char_start_idx": 3812, "key": "paragraph", "marker": "h2", "type": "local", "value": "About ZCore" }, { "char_end_idx": 4195, "char_start_idx": 3823, "key": "paragraph", "marker": "div", "type": "local", "value": "\nZCore (ZCR) is a cryptocurrency. Users are able to generate ZCR through the process of mining. ZCore has a current supply of 3,589,730 ZCR. The last known price of ZCore is 0.138911 USD and is up 4.36% over the last 24 hours. It is currently trading on 4 active market(s) with 1,397 USD traded over the last 24 hours. More information can be found at https://zcore.cash.\n" }, { "char_end_idx": 5007, "char_start_idx": 4195, "key": "paragraph", "marker": "div", "type": "local", "value": "ZCore Statistics\nZCore Price\n0.138911 USD\nZCore ROI\n+125.22%\nMarket Rank\n#983\nCap. Marché\n498,653 USD\n24 Hour Volume\n1,397 USD\nOffre en Circulation\n3,589,730 ZCR\nOffre Totale\n3,589,730 ZCR\nOffre Max\n18,000,000 ZCR\nAll Time High\n0.574468 USD \n(03 nov. 2018)\nAll Time Low\n0.058929 USD \n(14 août 2018)\n52 Week High / Low\n0.574468 USD / \n0.058929 USD\n90 Day High / Low\n0.235694 USD / \n0.096836 USD\n30 Day High / Low\n0.222311 USD / \n0.096836 USD\n7 Day High / Low\n0.176631 USD / \n0.128197 USD\n24 Hour High / Low\n0.142403 USD / \n0.130287 USD\nYesterday's High / Low\n0.139033 USD / \n0.130487 USD\nYesterday's Open / Close\n0.131943 USD / \n0.130609 USD\nYesterday's Change\n$-0.001334 USD (-1.01%)\nYesterday's Volume\n$1,529 USD\nThe approximate return on investment if purchased at the time of launch (or earliest known price)\n" }, { "char_end_idx": 5008, "char_start_idx": 5007, "key": "paragraph", "marker": "p", "type": "local", "value": "C" }, { "char_end_idx": 5031, "char_start_idx": 5007, "key": "paragraph", "marker": "h3", "type": "local", "value": "Cryptomonnaies associées" }, { "char_end_idx": 5046, "char_start_idx": 5031, "key": "paragraph", "marker": "li", "type": "local", "value": "\nATBCoin (ATB)\n" }, { "char_end_idx": 5064, "char_start_idx": 5046, "key": "paragraph", "marker": "li", "type": "local", "value": "Energycoin (ENRG)\n" }, { "char_end_idx": 5077, "char_start_idx": 5064, "key": "paragraph", "marker": "li", "type": "local", "value": "Shivom (OMX)\n" }, { "char_end_idx": 5094, "char_start_idx": 5077, "key": "paragraph", "marker": "li", "type": "local", "value": "MetaMorph (METM)\n" }, { "char_end_idx": 5113, "char_start_idx": 5094, "key": "paragraph", "marker": "div", "type": "local", "value": "Niobium Coin (NBC)\n" }, { "char_end_idx": 5512, "char_start_idx": 5113, "key": "paragraph", "marker": "div", "type": "local", "value": "Nous utilisons des cookies pour vous offrir une meilleure expérience de navigation, pour analyser le trafic sur le site, pour personnaliser le contenu et pour proposer des publicités ciblées. Apprenez comment nous utilisons les cookies et comment vous pouvez les contrôler sur notre Politique de confidentialité. Si vous continuer d'utiliser ce site, vous consentez à notre utilisation des cookies.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "ZCore (ZCR) prix, graphiques, cap. marché, et autres indicateurs | CoinMarketCap" } ]
[ { "key": "url", "type": "global", "value": "https://coinmarketcap.com/fr/currencies/zcore/" } ]
[]
[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif] Crypto-monnaies: • Marchés: • Cap. Marché: • Vol 24h: • Dominance BTC: % Promouvoir FR Deutsch English Español Filipino Français हिन्दी Italiano 日本語 한국어 Português Brasil Русский Türkçe Tiếng Việt 简体中文 繁體中文 USD AUD BRL CAD CHF CLP CNY CZK DKK EUR GBP HKD HUF IDR ILS INR JPY KRW MXN MYR NOK NZD PHP PKR PLN RUB SEK SGD THB TRY TWD ZAR FR Deutsch English Español Filipino Français हिन्दी Italiano 日本語 한국어 Português Brasil Русский Türkçe Tiếng Việt 简体中文 繁體中文 USD AUD BRL CAD CHF CLP CNY CZK DKK EUR GBP HKD HUF IDR ILS INR JPY KRW MXN MYR NOK NZD PHP PKR PLN RUB SEK SGD THB TRY TWD ZAR Clause de non-responsabilité • Formulaire de contact • Conditions d'utilisation Currency Converter Crypto API A powerful & flexible market data API for commercial & personal use Bulletin d'information Calendrier des événements Crypto Indices The most comprehensive suite of institutional grade indices in the market Glossaire crypto Intro to Crypto Learn about the world of cryptocurrencies with our introductory guide Methodology How CoinMarketCap analyzes data to offer up-to-the-minute updates Carrières Discover your next career! Build the future of crypto data with us FAQ Need help? Check our FAQ, with questions we are most commonly asked Cap. Marché: • Vol 24h: • Dominance BTC: % • Crypto-monnaies: • Marchés: Currency Converter Crypto API A powerful & flexible market data API for commercial & personal use Bulletin d'information Calendrier des événements Crypto Indices The most comprehensive suite of institutional grade indices in the market Glossaire crypto Intro to Crypto Learn about the world of cryptocurrencies with our introductory guide Methodology How CoinMarketCap analyzes data to offer up-to-the-minute updates Carrières Discover your next career! Build the future of crypto data with us FAQ Need help? Check our FAQ, with questions we are most commonly asked Clause de non-responsabilité • Formulaire de contact • Conditions d'utilisation ZCore (ZCR) 0.138911 USD (4.36%) 0.00002485 BTC (-0.85%) Buy Exchange Wallet Crypto Loans Buy Crypto.com Exchange CoinAll.com Worldwide community-driven exchange, newest and best projects, with daily bonus activities Get Instant Crypto Loans Nexo Wallet - Instant Crypto Credit Line Get cash in 45+ currencies using crypto as collateral. Secured by crypto custodian insurance. Rang 983 Site Internet Annonce Explorateur Chat Chat 2 Code Source Coin Mineable Graphiques Marchés Social Outils Ratings Historiques des Données Type de frais: Tout ZCore Marchés # Source Paire Volume (24h) Prix Volume (%) Catégorie Type de frais Mise à jour 1 Crex24 ZCR/BTC $1,236 $0.135895 88.47% Spot Percentage Récemment 2 Graviex ZCR/BTC $143 $0.135225 10.24% Spot Percentage Récemment 3 CryptoBridge ZCR/BTC $18 $0.374550 1.29% Spot Percentage Récemment 4 Escodex ZCR/BTC $0 $4973.14 0.00% Spot Percentage Récemment Tweets de @ZCoreCrypto <script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script> <div class="coinmarketcap-currency-widget" data-currencyid="3158" data-base="USD" data-secondary="BTC"></div> Personnaliser ce widget Ratings Disclaimer: Ratings are calculated by third party organizations and are not influenced or endorsed by CoinMarketCap in any way. FCAS stands for Fundamental Crypto Asset Score, a single, consistently comparable value for measuring cryptocurrency project health. FCAS measures User Activity, Developer Behavior and Asset Maturity. Find out more about FCAS. Fundamental Crypto Asset Score FCAS Trend About ZCore ZCore (ZCR) is a cryptocurrency. Users are able to generate ZCR through the process of mining. ZCore has a current supply of 3,589,730 ZCR. The last known price of ZCore is 0.138911 USD and is up 4.36% over the last 24 hours. It is currently trading on 4 active market(s) with 1,397 USD traded over the last 24 hours. More information can be found at https://zcore.cash. ZCore Statistics ZCore Price 0.138911 USD ZCore ROI +125.22% Market Rank #983 Cap. Marché 498,653 USD 24 Hour Volume 1,397 USD Offre en Circulation 3,589,730 ZCR Offre Totale 3,589,730 ZCR Offre Max 18,000,000 ZCR All Time High 0.574468 USD (03 nov. 2018) All Time Low 0.058929 USD (14 août 2018) 52 Week High / Low 0.574468 USD / 0.058929 USD 90 Day High / Low 0.235694 USD / 0.096836 USD 30 Day High / Low 0.222311 USD / 0.096836 USD 7 Day High / Low 0.176631 USD / 0.128197 USD 24 Hour High / Low 0.142403 USD / 0.130287 USD Yesterday's High / Low 0.139033 USD / 0.130487 USD Yesterday's Open / Close 0.131943 USD / 0.130609 USD Yesterday's Change $-0.001334 USD (-1.01%) Yesterday's Volume $1,529 USD The approximate return on investment if purchased at the time of launch (or earliest known price) Cryptomonnaies associées ATBCoin (ATB) Energycoin (ENRG) Shivom (OMX) MetaMorph (METM) Niobium Coin (NBC) Nous utilisons des cookies pour vous offrir une meilleure expérience de navigation, pour analyser le trafic sur le site, pour personnaliser le contenu et pour proposer des publicités ciblées. Apprenez comment nous utilisons les cookies et comment vous pouvez les contrôler sur notre Politique de confidentialité. Si vous continuer d'utiliser ce site, vous consentez à notre utilisation des cookies.
https://coinmarketcap.com/fr/currencies/zcore/
[ { "char_end_idx": 386, "char_start_idx": 379, "key": "entity", "type": "local", "value": "German_language" }, { "char_end_idx": 394, "char_start_idx": 387, "key": "entity", "type": "local", "value": "England" }, { "char_end_idx": 402, "char_start_idx": 395, "key": "entity", "type": "local", "value": "Spanish_language" }, { "char_end_idx": 411, "char_start_idx": 403, "key": "entity", "type": "local", "value": "Philippines" }, { "char_end_idx": 420, "char_start_idx": 412, "key": "entity", "type": "local", "value": "French_language" }, { "char_end_idx": 436, "char_start_idx": 428, "key": "entity", "type": "local", "value": "Italian_language" }, { "char_end_idx": 476, "char_start_idx": 470, "key": "entity", "type": "local", "value": "Turkish_language" }, { "char_end_idx": 487, "char_start_idx": 477, "key": "entity", "type": "local", "value": "Vietnamese_language" }, { "char_end_idx": 557, "char_start_idx": 554, "key": "entity", "type": "local", "value": "Integrated_library_system" }, { "char_end_idx": 625, "char_start_idx": 622, "key": "entity", "type": "local", "value": "ISO_4217" }, { "char_end_idx": 636, "char_start_idx": 629, "key": "entity", "type": "local", "value": "German_language" }, { "char_end_idx": 644, "char_start_idx": 637, "key": "entity", "type": "local", "value": "England" }, { "char_end_idx": 652, "char_start_idx": 645, "key": "entity", "type": "local", "value": "Spanish_language" }, { "char_end_idx": 661, "char_start_idx": 653, "key": "entity", "type": "local", "value": "Philippines" }, { "char_end_idx": 670, "char_start_idx": 662, "key": "entity", "type": "local", "value": "French_language" }, { "char_end_idx": 686, "char_start_idx": 678, "key": "entity", "type": "local", "value": "Italian_language" }, { "char_end_idx": 726, "char_start_idx": 720, "key": "entity", "type": "local", "value": "Turkish_language" }, { "char_end_idx": 737, "char_start_idx": 727, "key": "entity", "type": "local", "value": "Vietnamese_language" }, { "char_end_idx": 807, "char_start_idx": 804, "key": "entity", "type": "local", "value": "Israeli_new_shekel" }, { "char_end_idx": 875, "char_start_idx": 872, "key": "entity", "type": "local", "value": "South_African_rand" }, { "char_end_idx": 985, "char_start_idx": 975, "key": "entity", "type": "local", "value": "Crypto_API_(Linux)" }, { "char_end_idx": 1224, "char_start_idx": 1218, "key": "entity", "type": "local", "value": "Crypto-anarchism" }, { "char_end_idx": 1478, "char_start_idx": 1475, "key": "entity", "type": "local", "value": "FAQ" }, { "char_end_idx": 1624, "char_start_idx": 1614, "key": "entity", "type": "local", "value": "Crypto_API_(Linux)" }, { "char_end_idx": 1863, "char_start_idx": 1857, "key": "entity", "type": "local", "value": "Crypto-anarchism" }, { "char_end_idx": 2117, "char_start_idx": 2114, "key": "entity", "type": "local", "value": "FAQ" }, { "char_end_idx": 2318, "char_start_idx": 2312, "key": "entity", "type": "local", "value": "Wallet" }, { "char_end_idx": 2624, "char_start_idx": 2620, "key": "entity", "type": "local", "value": "Rank_(linear_algebra)" }, { "char_end_idx": 2642, "char_start_idx": 2629, "key": "entity", "type": "local", "value": "Second_language" }, { "char_end_idx": 2672, "char_start_idx": 2668, "key": "entity", "type": "local", "value": "Online_chat" }, { "char_end_idx": 3547, "char_start_idx": 3543, "key": "entity", "type": "local", "value": "Casualty_Actuarial_Society" }, { "char_end_idx": 3680, "char_start_idx": 3676, "key": "entity", "type": "local", "value": "Casualty_Actuarial_Society" }, { "char_end_idx": 3768, "char_start_idx": 3764, "key": "entity", "type": "local", "value": "Casualty_Actuarial_Society" }, { "char_end_idx": 4009, "char_start_idx": 4006, "key": "entity", "type": "local", "value": "United_States_dollar" }, { "char_end_idx": 5044, "char_start_idx": 5041, "key": "entity", "type": "local", "value": "Athletic_Bilbao" }, { "char_end_idx": 5075, "char_start_idx": 5072, "key": "entity", "type": "local", "value": "Nasdaq_Nordic" }, { "char_end_idx": 5086, "char_start_idx": 5077, "key": "entity", "type": "local", "value": "Shapeshifting" }, { "char_end_idx": 5111, "char_start_idx": 5108, "key": "entity", "type": "local", "value": "NBC" } ]
[ { "char_end_idx": 386, "char_start_idx": 365, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "German_language" }, { "char_end_idx": 394, "char_start_idx": 386, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "England" }, { "char_end_idx": 402, "char_start_idx": 394, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spanish_language" }, { "char_end_idx": 411, "char_start_idx": 402, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Philippines" }, { "char_end_idx": 420, "char_start_idx": 411, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_language" }, { "char_end_idx": 436, "char_start_idx": 427, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Italian_language" }, { "char_end_idx": 476, "char_start_idx": 469, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Turkish_language" }, { "char_end_idx": 487, "char_start_idx": 476, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vietnamese_language" }, { "char_end_idx": 558, "char_start_idx": 554, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Integrated_library_system" }, { "char_end_idx": 626, "char_start_idx": 622, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ISO_4217" }, { "char_end_idx": 636, "char_start_idx": 626, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "German_language" }, { "char_end_idx": 644, "char_start_idx": 636, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "England" }, { "char_end_idx": 652, "char_start_idx": 644, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spanish_language" }, { "char_end_idx": 661, "char_start_idx": 652, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Philippines" }, { "char_end_idx": 670, "char_start_idx": 661, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_language" }, { "char_end_idx": 686, "char_start_idx": 677, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Italian_language" }, { "char_end_idx": 726, "char_start_idx": 719, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Turkish_language" }, { "char_end_idx": 737, "char_start_idx": 726, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vietnamese_language" }, { "char_end_idx": 808, "char_start_idx": 804, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Israeli_new_shekel" }, { "char_end_idx": 876, "char_start_idx": 872, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_African_rand" }, { "char_end_idx": 985, "char_start_idx": 975, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Crypto_API_(Linux)" }, { "char_end_idx": 1224, "char_start_idx": 1209, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Crypto-anarchism" }, { "char_end_idx": 1522, "char_start_idx": 1453, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "FAQ" }, { "char_end_idx": 1624, "char_start_idx": 1614, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Crypto_API_(Linux)" }, { "char_end_idx": 1863, "char_start_idx": 1848, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Crypto-anarchism" }, { "char_end_idx": 2161, "char_start_idx": 2092, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "FAQ" }, { "char_end_idx": 2333, "char_start_idx": 2299, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wallet" }, { "char_end_idx": 2629, "char_start_idx": 2620, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Rank_(linear_algebra)" }, { "char_end_idx": 2642, "char_start_idx": 2629, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Second_language" }, { "char_end_idx": 2674, "char_start_idx": 2667, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Online_chat" }, { "char_end_idx": 3547, "char_start_idx": 3543, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Casualty_Actuarial_Society" }, { "char_end_idx": 3771, "char_start_idx": 3544, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Casualty_Actuarial_Society" }, { "char_end_idx": 4195, "char_start_idx": 3823, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States_dollar" }, { "char_end_idx": 5046, "char_start_idx": 5031, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Athletic_Bilbao" }, { "char_end_idx": 5077, "char_start_idx": 5064, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nasdaq_Nordic" }, { "char_end_idx": 5094, "char_start_idx": 5077, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Shapeshifting" }, { "char_end_idx": 5113, "char_start_idx": 5094, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "NBC" } ]
0
868
1556251993000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" > <head> <link href="/about-us/corporate-information/operational-information/delegation-of-privacy-functions-and-powers-by-the-australian-information-commissioner" rel="canonical" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/"> <link rel="schema.AGLSTERMS" href="http://www.agls.gov.au/agls/terms/"> <link rel="DCTERMS.license" href="http://creativecommons.org/licenses/by/3.0/au/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Delegation of Privacy functions and powers by the Australian Information Commissioner| Office of the Australian Information Commissioner - OAIC</title> <link href="/templates/energetica/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link rel="stylesheet" href="/media/cck/css/cck.css" type="text/css" /> <link rel="stylesheet" href="/media/cck/css/cck.content.css" type="text/css" /> <link rel="stylesheet" href="/libraries/gantry/css/css-38533cc3b48f9feb25b2740d84202b08.php" type="text/css" /> <link rel="stylesheet" href="/templates/energetica/css/css-1b89df93cab79d558fabc7c14bf174fc.php" type="text/css" /> <link rel="stylesheet" href="/templates/energetica/css/css-b6be958fb982c97e43dca6a0fc45ca7f.php" type="text/css" /> <style type="text/css"> #cck331688_m100.cck-m100 {margin: 0 0 0 0px !important;} /* Variation: seb_css3 */ div.seb_css3 { background-color:none; border:0px solid #dedede; position:relative; padding:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; overflow:hidden; } </style> <script src="/media/system/js/mootools-core.js" type="text/javascript"></script> <script src="/media/system/js/core.js" type="text/javascript"></script> <script src="/media/system/js/caption.js" type="text/javascript"></script> <script src="/media/cck/scripts/jquery/js/jquery-1.8.3.min.js" type="text/javascript"></script> <script src="/media/cck/scripts/jquery/js/jquery-noconflict.js" type="text/javascript"></script> <script src="/media/cck/js/cck.core-3.6.0.min.js" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js" type="text/javascript"></script> <script src="/cache/js-f6705e1e6231a57914fbeb75c73dab9f.php" type="text/javascript"></script> <script type="text/javascript"> window.addEvent('load', function() { new JCaption('img.caption'); }); JCck.Core.baseURI = ""; (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-41260266-1', 'auto', { anonymizeIp: true }); ga('send', 'pageview'); window.addEvent('domready', function() { }); window.addEvent('load', function() { }); </script> <meta name="DCTERMS.title" content="Delegation of Privacy functions and powers by the Australian Information Commissioner - Office of the Australian Information Commissioner (OAIC)" /> <meta name="DCTERMS.identifier" scheme="DCTERMS.URI" content="https://www.oaic.gov.au/about-us/corporate-information/operational-information/delegation-of-privacy-functions-and-powers-by-the-australian-information-commissioner" /> <meta name="DCTERMS.created" scheme="DCTERMS.ISO8601" content="2013-07-01" /> <meta name="DCTERMS.modified" scheme="DCTERMS.ISO8601" content="2017-09-14" /> <meta name="AGLSTERMS.function" scheme="AGLSTERMS.AGIFT" content="Governance; Public administration" /> <meta name="AGLSTERMS.category" content="document" /> <meta name="AGLSTERMS.documentType" scheme="AGLSTERMS.agls-document" content="mandate" /> <meta name="AGLSTERMS.aggregationLevel" content="item" /> <meta name="DCTERMS.creator" scheme="AGLSTERMS.GOLD" content="c=AU; o=Commonwealth of Australia; ou=Attorney-General's Department; ou=Office of the Australian Information Commissioner" /> <meta name="DCTERMS.publisher" content="Office of the Australian Information Commissioner" /> <meta name="DCTERMS.language" scheme="DCTERMS.RFC5646" content="en-AU" /> <meta name="DCTERMS.format" scheme="DCTERMS.IMT" content="text/html" /> <meta name="DCTERMS.rights" content="Copyright Commonwealth of Australia 2019" /> <meta name="DCTERMS.rightsHolder" scheme="AGLSTERMS.GOLD" content="c=AU; o=Commonwealth of Australia; ou=Attorney-General's Department; ou=Office of the Australian Information Commissioner" /> <meta name="DCTERMS.license" content="Creative Commons - Attribution 3.0 Australia (CC-BY)" /> <meta name="AGLSTERMS.Jurisdiction" scheme="AGLSTERMS.AglsJuri" content="Commonwealth of Australia" /> <link rel="stylesheet" href="/templates/energetica/css/print.css" type="text/css" media="print" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#003347"> <meta name="msapplication-TileColor" content="#003347"> <meta name="theme-color" content="#ffffff"> </head> <body class="body_font-family-calibri header_font-family-calibri menu_font-family-calibri logo_font-family-calibri custom_font-family-calibri col12 option-com-content menu-operational-info cat-operational-info cat-corporate-information cat-about-us"> <!-- Prevent flash --> <div style="display: none" id="hideAll">&nbsp;</div> <script type="text/javascript"> document.getElementById("hideAll").style.display = "block"; </script> <!-- /Prevent flash --> <!-- Hardcoded skip links --> <div id="focustop" class="hide">&nbsp;</div> <div class="gov-focus-only"> <div><a href="#content">Skip to main content</a></div> <div><a href="#rt-sidebar-a">Skip to secondary navigation</a></div> </div> <!-- Hardcoded pagetop --> <div id="pagetop" class="pagetop" role="banner"> <div id="topbar"> <div class="width-wrapper"> <div id="accessibility-links" role="navigation"> <ul> <li><a href="/accessibility">Accessibility</a> </li> <li><a href="/about-our-site/site-map">Site map</a> </li> <li id="contact-us_menu"><a href="/about-us/contact-us" target="_self">Contact us</a> </li> <li id="subscribe_menu"><a href="/media-and-speeches/enews" target="_self">Subscribe</a> </li> </ul> </div> <div class="finder-wrapper"> <button id="mobile-hide-search"><span class="sr-only">Close</span><i class="fa fa-times"></i></button> <form id="mod-finder-searchform" action="/help-me-find/search" method="get"> <div class="finder"> <label for="mod-finder-searchword" class="finder">Search</label> <input placeholder="Search" type="text" name="q" id="mod-finder-searchword" class="inputbox" size="50" value="" autocomplete="off"> <button class="button finder" type="submit">Go</button> </div> </form> </div> <a href="/" class="oaic-square"><img src="/templates/energetica/images/oaic-square.svg" alt="OAIC" height="auto" width="auto"></a> <div class="clear"></div> </div> </div> <div class="aust-govt-module"> <div class="width-wrapper"> <div id="aust-govt-crest"> <a href="/"><img src="/templates/energetica/images/oaic-crest.png" alt="Australian Government - Office of the Australian Information Commissioner - Home" height="auto" width="auto"></a> </div> </div> </div> <div class="clear"></div> </div> </div> <!-- / Hardcoded pagetop --> <!-- Hardcoded menu --> <div id="megamenu-container"> <div class="mobile-menu-heading">Menu <button id="mobile-hide-menu"><span class="sr-only">Close</span><i class="fa fa-times"></i></button></div> <ul id="megamenu"> <li><a href="/about-us/">About us</a></li> <li><a href="/media-and-speeches/">Media + speeches</a></li> <li><a href="/engage-with-us/">Engage with us</a></li> <li><a href="/privacy-law/">Privacy law</a></li> <li><a href="/individuals/">Individuals</a></li> <li><a href="/agencies-and-organisations/">Agencies + organisations</a></li> <li><a href="/freedom-of-information/">Freedom of information</a></li> <li><a href="/information-policy/">Information policy</a></li> </ul> <div class="mobile-menu"> <a href="/"><img src="/templates/energetica/images/oaic-crest-mobile.png" alt="Australian Government - Office of the Australian Information Commissioner - Home" /></a> <button id="toggleMobileMenu"><span class="sr-only">Menu</span><i class="fa fa-bars"></i></button> <button id="toggleMobileSearch"><span class="sr-only">Search</span><i class="fa fa-search"></i></button> </div> <div class="megamenu-level2-container"> <div class="megamenu-level2" data-menu-id="about-us"> <div class="mobile-menu-heading"><button class="megamenu-close-button"><span class="sr-only">Back to previous menu</span><i class="fa fa-arrow-left"></i></button> About us </div> <ul class="megamenu-cols"> <li><a href="/about-us/">About us</a></li> <li><a href="/about-us/contact-us">Contact us</a></li> <li><a href="/about-us/who-we-are/">Who we are</a> <ul> <li><a href="/about-us/who-we-are/history-of-the-privacy-act">History of the Privacy Act</a></li> <li><a href="/about-us/who-we-are/australian-information-commissioner-act">Australian Information Commissioner Act</a></li> </ul> </li> <li><a href="/about-us/our-regulatory-approach/all/">Our regulatory approach</a> <ul> <li><a href="/about-us/our-regulatory-approach/privacy-regulatory-action-policy/">Privacy regulatory action policy</a></li> <li><a href="/about-us/our-regulatory-approach/guide-to-privacy-regulatory-action/">Guide to privacy regulatory action</a></li> <li><a href="/about-us/our-regulatory-approach/freedom-of-information-regulatory-action-policy/">Freedom of information regulatory action policy</a></li> </ul> </li> <li><a href="/about-us/access-our-information/">Access our information</a> <ul> <li><a href="/about-us/access-our-information/our-information-publication-scheme/">Our Information Publication Scheme</a></li> <li><a href="/about-us/access-our-information/foi-disclosure-log/">Our FOI Disclosure Log</a></li> </ul> </li> <li><a href="/about-us/careers">Careers</a></li> </ul> <ul class="megamenu-cols mobile-sep"> <li><a href="/about-us/corporate-information/all/">Corporate information</a> <ul> <li><a href="https://www.oaic.gov.au/performance/" target="_blank">Performance portal</a></li> <li><a href="/about-us/corporate-information/annual-reports/all/">Annual Reports</a></li> <li><a href="/about-us/corporate-information/key-documents/">Key documents</a></li> <li><a href="/about-us/corporate-information/budget/">Budget </a></li> <li><a href="/about-us/corporate-information/mous/">MOUs</a></li> <li><a href="/about-us/corporate-information/operational-information/">Operational information</a></li> <li><a href="/about-us/corporate-information/senate-file-list-order/">Senate file list order</a></li> <li><a href="/about-us/corporate-information/senate-grants-and-appointments/">Senate grants and appointment orders</a></li> <li><a href="/about-us/corporate-information/legal-services/">Legal Services</a></li> <li><a href="/about-us/corporate-information/senate-government-contracts-order/">Senate Government Contracts Order</a></li> </ul> </li> <li><a href="/about-us/corporate-archive/all/">Corporate archive</a></li> </ul> <ul class="megamenu-cols mobile-sep"> <li><a href="/engage-with-us/">Engage with us</a> <ul> <li><a href="/engage-with-us/privacy-awareness-week/">Privacy Awareness Week</a></li> <li><a href="/rtk">Right to Know Day</a></li> <li><a href="/engage-with-us/consultations/all/">Consultations</a></li> <li><a href="/engage-with-us/networks">Networks</a></li> <li><a href="/engage-with-us/submissions/">Submissions</a></li> <li><a href="/engage-with-us/community-attitudes/">Community attitudes</a></li> <li><a href="/engage-with-us/immigration-data-breach-privacy-complaint/">Immigration Data Breach Privacy Complaint</a></li> </ul> </li> </ul> <ul class="megamenu-cols mobile-sep"> <li><a href="/media-and-speeches/">Media + speeches</a> <ul> <li><a href="/media-and-speeches/news/">News</a></li> <li><a href="/media-and-speeches/media-releases/">Media releases</a></li> <li><a href="/media-and-speeches/speeches/">Speeches</a></li> <li><a href="/media-and-speeches/statements/">Statements</a></li> <li><a href="/media-and-speeches/enews">eNews</a></li> <li><a href="/media-and-speeches/video-and-audio/">Video and audio</a></li> </ul> </li> </ul> </div> <div class="megamenu-level2" data-menu-id="privacy"> <div class="mobile-menu-heading"><button class="megamenu-close-button"><span class="sr-only">Back to previous menu</span><i class="fa fa-arrow-left"></i></button> Privacy</div> <ul class="megamenu-cols" style="width:27%"> <li><a href="/individuals/" style="background-color: #ffd768">For individuals</a> <ul> <li><a href="/individuals/how-do-i-make-a-privacy-complaint">Make a complaint</a></li> <li><a href="/individuals/what-can-i-complain-about">What can I complain about?</a></li> <li><a href="/individuals/what-happens-to-my-complaint">Complaints process</a></li> <li><a href="/individuals/what-are-my-complaint-review-rights">Your complaint review rights</a></li> <li><a href="/individuals/privacy-complaint-checker/">Privacy complaint checker</a></li> <li><a href="/individuals/data-breach-guidance">Data breach guidance <span style="display:block;font-size: 85%;font-weight: normal;padding-top: 0.3em;font-style: italic;">e.g. your personal information was lost, hacked or stolen</span></a></li> <li><a href="/individuals/my-health-record/">My Health Record</a></li> <li> <p class="menu-heading"><span>Popular topics</span></p> <ul> <li><a href="/individuals/privacy-fact-sheets/general/privacy-fact-sheet-17-australian-privacy-principles">The Australian Privacy Principles</a></li> <li><a href="/individuals/privacy-fact-sheets/credit-reporting/">Credit reporting fact sheets</a></li> <li><a href="/individuals/faqs-for-individuals/credit-reporting/">Credit reporting FAQs</a></li> <li><a href="/individuals/faqs-for-individuals/law-enforcement-surveillance-photos/">Law enforcement, surveillance + photos</a></li> <li><a href="/individuals/faqs-for-individuals/workplace/">Workplace</a></li> <li><a href="/individuals/faqs-for-individuals/social-media-ict-identity-security/">Social media, ICT + identity security</a></li> <li><a href="/individuals/faqs-for-individuals/health/">Health</a></li> </ul> </li> <li><a href="/individuals/faqs-for-individuals/all/">View all FAQs</a></li> <li><a href="/individuals/privacy-fact-sheets/">View all fact sheets</a></li> </ul> </li> </ul> <ul class="megamenu-cols" style="width:22%"> <li><a href="/agencies-and-organisations/" style="background-color: #58c1b8">Agencies + organisations</a> <ul> <li><a href="/agencies-and-organisations/legally-binding-guidelines-and-rules/">Legally binding guidelines and rules</a></li> <li><a href="/agencies-and-organisations/app-guidelines/">APP guidelines</a></li> <li><a href="/agencies-and-organisations/advisory-guidelines/">Advisory guidelines</a></li> <li><a href="/agencies-and-organisations/guides/">Guides</a></li> <li><a href="/agencies-and-organisations/faqs-for-agencies-orgs/all/">FAQs for agencies + organisations</a> <ul> <li><a href="/agencies-and-organisations/faqs-for-agencies-orgs/businesses/">Businesses</a></li> <li><a href="/agencies-and-organisations/faqs-for-agencies-orgs/start-ups/">Start-ups</a></li> <li><a href="/agencies-and-organisations/faqs-for-agencies-orgs/government-agencies/">Government agencies</a></li> <li><a href="/agencies-and-organisations/faqs-for-agencies-orgs/health-service-providers/">Health service providers</a></li> </ul> </li> <li><a href="/agencies-and-organisations/business-resources/">Business resources</a></li> <li><a href="/agencies-and-organisations/agency-resources/">Agency resources</a></li> <li><a href="/agencies-and-organisations/training-resources/">Training resources</a></li> </ul> </li> </ul> <ul class="megamenu-cols" style="width:19%"> <li><a href="/privacy-law/">Privacy law</a> <ul> <li><a href="/privacy-law/rights-and-responsibilities">Rights + responsibilities</a></li> <li><a href="/privacy-law/privacy-act/">The Privacy Act</a> <ul> <li><a href="/privacy-law/privacy-act/australian-privacy-principles">Australian Privacy Principles</a></li> <li><a href="/privacy-law/privacy-act/notifiable-data-breaches-scheme">Notifiable Data Breaches (NDB) scheme</a></li> <li><a href="/privacy-law/privacy-act/credit-reporting">Credit Reporting</a></li> <li><a href="/privacy-law/privacy-act/health-and-medical-research">Health and medical research</a></li> <li><a href="/privacy-law/privacy-act/privacy-regulations">Privacy Regulations</a></li> <li><a href="/privacy-law/privacy-act/tax-file-numbers">Tax file numbers</a></li> </ul> </li> <li><a href="/privacy-law/other-legislation/">Other legislation</a> <ul> <li><a href="/privacy-law/other-legislation/my-health-records">My Health Records</a></li> <li><a href="/privacy-law/other-legislation/telecommunications">Telecommunications</a></li> <li><a href="/privacy-law/other-legislation/anti-money-laundering">Anti-money laundering</a></li> <li><a href="/privacy-law/other-legislation/"><strong>+ More</strong></a></li> </ul> </li> <li><a href="/privacy-law/privacy-registers/">Privacy registers</a> <ul> <li><a href="/privacy-law/privacy-registers/privacy-codes/">Codes register</a></li> <li><a href="/privacy-law/privacy-registers/opt-in-register">Opt-in register</a></li> <li><a href="/privacy-law/privacy-registers/recognised-edr-schemes">Recognised EDR schemes</a></li> <li><a href="/privacy-law/privacy-registers/"><strong>+ More</strong></a></li> </ul> </li> </ul> </li> </ul> <ul class="megamenu-cols" style="width:20%"> <li> <div class="privacy-law-col2-header">&nbsp;</div> <ul> <li><a href="/privacy-law/australian-government-agencies-privacy-code/">Australian Government Agencies Privacy Code</a></li> <li><a href="/privacy-law/determinations/">Determinations</a></li> <li><a href="/privacy-law/enforceable-undertakings/">Enforceable undertakings</a></li> <li><a href="/privacy-law/commissioner-initiated-investigation-reports/">CII reports</a></li> <li><a href="/privacy-law/assessments/">Assessments</a></li> <li><a href="/privacy-law/other-privacy-jurisdictions">Other privacy jurisdictions</a></li> <li><a href="/privacy-law/privacy-archive/all/">Privacy archive</a></li> </ul> </li> </ul> </div> <div class="megamenu-level2" data-menu-id="foi"> <div class="mobile-menu-heading"><button class="megamenu-close-button"><span class="sr-only">Back to previous menu</span><i class="fa fa-arrow-left"></i></button> Freedom of information</div> <ul class="megamenu-cols"> <li><span class="foi-col-heading">For FOI applicants</span> <ul> <li><a href="/freedom-of-information/">Freedom of information</a></li> <li><a href="/freedom-of-information/foi-review-process">How do I apply for review of an FOI decision?</a></li> <li><a href="/freedom-of-information/faqs-for-individuals/">FOI FAQs for individuals</a></li> <li><a href="/freedom-of-information/foi-resources/foi-fact-sheets/">FOI fact sheets</a></li> <li><a href="/freedom-of-information/foi-complaints">How do I make a complaint about FOI processing?</a></li> </ul> </li> </ul> <ul class="megamenu-cols mobile-sep"> <li><span class="foi-col-heading">For agencies</span> <ul> <li><a href="/freedom-of-information/foi-resources/foi-guide/">FOI guide</a></li> <li><a href="/freedom-of-information/foi-guidelines/">FOI guidelines</a></li> <li><a href="/freedom-of-information/ic-review-procedure-direction/">IC review procedure direction</a></li> <li><a href="/freedom-of-information/foi-resources/foi-agency-resources/">FOI agency resources</a></li> <li><a href="/freedom-of-information/foi-resources/foi-reports/">FOI reports</a></li> <li><a href="/freedom-of-information/faqs-for-agencies/">FOI FAQs for agencies</a></li> <li><a href="/freedom-of-information/foi-archive/all/">FOI archive</a></li> </ul> </li> </ul> <ul class="megamenu-cols mobile-sep"> <li><span class="foi-col-heading">FOI law</span> <ul> <li><a href="/freedom-of-information/rights-and-responsibilities">Rights and responsibilities</a></li> <li><a href="/freedom-of-information/foi-act">FOI Act</a></li> <li><a href="/freedom-of-information/foi-decisions/foi-regulations/">FOI regulations</a></li> <li><a href="/freedom-of-information/foi-decisions/all/">FOI decisions</a> <ul> <li><a href="/freedom-of-information/foi-decisions/ic-review-decisions/">IC review decisions</a></li> <li><a href="/freedom-of-information/foi-decisions/foi-determinations/">FOI determinations</a></li> <li><a href="/freedom-of-information/foi-decisions/vexatious-applicant-declarations/">Vexatious applicant declarations</a></li> <li><a href="/freedom-of-information/foi-decisions/foi-omi-reports/">FOI OMI reports</a></li> </ul> </li> <li><a href="/freedom-of-information/other-foi-jurisdictions">Other FOI jurisdictions</a></li> </ul> </li> </ul> </div> <div class="megamenu-level2" data-menu-id="information-policy"> <div class="mobile-menu-heading"><button class="megamenu-close-button"><span class="sr-only">Back to previous menu</span><i class="fa fa-arrow-left"></i></button> Information policy</div> <ul class="megamenu-cols"> <li><a href="/information-policy/">Information policy</a></li> <li><a href="/information-policy/about-information-policy">About information policy</a></li> <li><a href="/information-policy/information-policy-resources/">Information policy resources</a></li> <li><a href="/information-policy/information-policy-issues-papers/">Information policy issues papers</a></li> </ul> </div> </div> </div> <!-- // End of hardcoded menu --> <div id="featuresection" class="featuresection"><div class="rt-container section"> </div></div> <div id="mainsection" class="mainsection"><div class="rt-container section"> <div id="rt-main" class="mb9-sa3"> <div class="rt-container"> <div class="rt-grid-9 "> <div id="rt-content-top"> <div class="rt-grid-9 rt-alpha rt-omega"> <div class="breadcrumbs-module"> <div class="rt-modblock"> <div class="module-content"> <div class="breadcrumbs"> <ol> <li><a href="/" class="pathway">Home</a></li><li><a href="/about-us/" class="pathway">About us</a></li><li><a href="/about-us/corporate-information/all/" class="pathway">Corporate information</a></li><li><a href="/about-us/corporate-information/operational-information/" class="pathway">Operational information</a></li></ol> </div> </div> </div> </div> <div class="readspeaker-module"> <div class="rt-modblock"> <div class="module-content"> <script> window.rsConf = {general: {usePost: true}, params: '//f1-eu.readspeaker.com/script/26/ReadSpeaker.js?pids=embhl&skin=ReadSpeakerColorSkin'} function loadRS() { var readspeakerURL = document.getElementById('readspeaker_button1').firstElementChild.href; if (typeof ReadSpeaker == 'undefined') { // If ReadSpeaker script hasn't been added var oHead = document.getElementsByTagName('HEAD').item(0); // These five lines add the RS script var oScript= document.createElement("script"); oScript.type = "text/javascript"; oScript.src="//f1-eu.readspeaker.com/script/26/ReadSpeaker.js"; oHead.appendChild(oScript); oScript.addEventListener('load', function() { ReadSpeaker.init(); ReadSpeaker.q(function () { readpage(readspeakerURL, 'rsplayer'); // Start player when ReadSpeaker.q() fires (ReadSpeaker.init() is done) }); }); } else { readpage(readspeakerURL, 'rsplayer'); // Script already exists, just start the player } } </script> <link rel="stylesheet" type="text/css" href="/templates/energetica/readspeaker/ReadSpeakerColorSkin.css" /> <div id="readspeaker_button1" class="rs_skip rsbtn_colorskin"> <a class="rs-listen-btn" accesskey="L" rel="nofollow" href="//app-eu.readspeaker.com/cgi-bin/rsent?customerid=9755&amp;lang=en_au&amp;readid=rt-mainbody&amp;url=http%3A%2F%2Fwww.oaic.gov.au%2Fabout-us%2Fcorporate-information%2Foperational-information%2Fdelegation-of-privacy-functions-and-powers-by-the-australian-information-commissioner" onclick="loadRS(); return false;"> <span class="rs-listen-span">Listen to this page</span> </a> <a class="rs-help-link" href="/accessibility#readspeaker" title="ReadSpeaker help"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sr-only">ReadSpeaker help</span></a> </div> <div id='rsplayer' class="rs_skip rs_preserve"></div> </div> </div> </div> </div> </div> <div class="rt-block"> <div id="rt-mainbody"> <div class="component-content"><div class="hidden"><a id="content">Start of main content</a></div> <div class="rt-article"><div class="rt-article-bg"> <div class="item-page"> <h1 class="title"> Delegation of Privacy functions and powers by the Australian Information Commissioner </h1> <!-- Begin: SEBLOD 3.x Document { www.seblod.com } --> <div id="cck331688" class="cck-f100 cck-pad-8"> <div> <div class="cck-line-body"> <div class="cck-plr cck-ptb"> <div id="cck331688_mainbody" class="cck-pos-mainbody seb_css3 vertical cck331688-deepest"> <div id="cck331688_art_introtext" class="cck_contents cck_content cck_wysiwyg_editor cck_art_introtext"><div id="cck331688_value_art_introtext" class="cck_value cck_value_wysiwyg_editor"><p><strong><cite>Privacy Act 1988</cite> and other legislation</strong></p> <p>I, Timothy Pilgrim, Australian Information Commissioner, pursuant to section 25 of the <cite>Australian Information Commissioner Act 2010</cite>, revoke all previous instruments, and delegate to the persons from time to time holding, occupying or performing the duties of the positions listed in column 1 of the schedule below, all powers and functions conferred upon me by the provisions referred to in the Acts listed in columns 2 to 7 of the schedule below.</p></div></div><div id="cck331688_art_fulltext" class="cck_contents cck_content cck_wysiwyg_editor cck_art_fulltext"><div id="cck331688_value_art_fulltext" class="cck_value cck_value_wysiwyg_editor"><table border="1" cellspacing="0" cellpadding="0" class="size-95 unleash"> <caption>Delegation of privacy functions and powers by the Australian Information Commissioner</caption> <tbody> <tr> <th valign="top"> <p>Position</p> </th> <th valign="top"> <p><cite>Privacy Act 1988 </cite> </p> </th> <th valign="top"> <p><cite>Crimes Act 1914 </cite> </p> </th> <th valign="top"> <p><cite>Data matching Program (Assistance and Tax) Act 1990 </cite> </p> </th> <th valign="top"> <p><cite>Healthcare Identifiers Act 2010 </cite> </p> </th> <th valign="top"> <p><cite>Personally Controlled Electronic Health Records Act 2012 </cite> </p> </th> <th valign="top"> <p><cite>Tele­communi­cations Act 1997 </cite> </p> </th> </tr> <tr> <td valign="top"> <p>Deputy Commissioner, Senior<br /> Executive Service Band 2</p> </td> <td valign="top"> <p>Part IV — Functions of the Information Commissioner, all functions and powers (except ss 28(l)(a) or (b))<br /><br /> Part V — Investigations, all functions and powers (except ss 52, 53B, 55B, 62, 66 and 68)<br /><br /> Part VI, Division 1 — Public interest determinations, ss 73, 74, 75, 76, and 77<br /><br /> Part VI, Division 3 — Register of Determinations, s 80E.</p> </td> <td valign="top"> <p>Part VIIC, Division 5, ss 85ZZ; 85ZZA; 85ZZC</p> </td> <td valign="top"> <p>Section 13(7)</p> </td> <td valign="top"> <p>Section 29</p> </td> <td valign="top"> <p>Sections 73, 73A</p> </td> <td valign="top"> <p>Section 309(1)</p> </td> </tr> <tr> <td valign="top"> <p>Assistant Commissioner, Senior<br /> Executive Service Band 1 Dispute Resolution and Regulation &amp; Strategy Branches</p> </td> <td valign="top"> <p>Part IV — Functions of the Information Commissioner, all functions and powers (except ss 28(l)(a) or (b))<br /><br /> Part V — Investigations, all functions and powers (except ss 52, 53B, 55B, 62, 66 and 68)<br /><br /> Part VI, Division 1 — Public interest determinations, ss 73, 74, 75, 76, and 77<br /><br /> Part VI, Division 3 — Register of Determinations, s 80E.</p> </td> <td valign="top"> <p>Part VIIC, Division 5, ss 85ZZ; 85ZZA; 85ZZC</p> </td> <td valign="top"> <p>Section 13(7)</p> </td> <td valign="top"> <p>Section 29</p> </td> <td valign="top"> <p>Sections 73, 73A</p> </td> <td valign="top"> <p>Section 309(1)</p> </td> </tr> <tr> <td valign="top"> <p>Director, Executive Level 2 Dispute Resolution and Regulation &amp; Strategy Branches</p> </td> <td valign="top"> <p>Part IV — Functions of the Information Commissioner, ss 27(1) and (2), 28(l)(d), 28(3),28A, 28B and 33C<br /><br /> Part V, Division 1 — Investigation of complaints and investigations on Commissioner's initiative, all functions and powers<br /><br /> Part V, Division 2 — Determination following investigation of complaints, s 53A<br /><br /> Part VI, Division 3 — Register of Determinations, s 80E.</p> </td> <td valign="top"> <p>PartVIIC, Division 5, ss 85ZZ; 85ZZA; 85ZZC</p> </td> <td valign="top"> <p>Section 13(7)</p> </td> <td valign="top"> <p>Section 29</p> </td> <td valign="top"> <p>Sections 73, 73A</p> </td> <td valign="top"> <p>Section 309(1)</p> </td> </tr> <tr> <td valign="top"> <p>Deputy Director, Executive Level 1 to Australian Public Service 3 Dispute Resolution and Regulation &amp; Strategy Branches</p> </td> <td valign="top"> <p>Part IV, Division 2 — Functions of the Information Commissioner, ss 27(1) and (2), 28(l)(c) and (d), 28(3), 28A, and 33C<br /><br /> Part V, Division 1 — Investigation of complaints and investigations on Commissioner's initiative, ss 36(4), 40, 40A, 41, 42, 43(1) to (3), 48, and 50A.</p> </td> <td valign="top"> <p>PartVllC, Division 5, ss 85ZZ; 85ZZA; 85ZZC</p> </td> <td valign="top"> <p>Section 13(7)</p> </td> <td valign="top"> <p>Section 29</p> </td> <td valign="top"> <p>Sections 73, 73A</p> </td> <td valign="top"> <p>Section 309(1)</p> </td> </tr> <tr> <td valign="top"> <p>All Staff, Strategic Communications and <br /> Co-ordination</p> </td> <td valign="top"> <p>Part IV, Division 2 — Functions of Commissioner, sections 27(1) and (2) and 28(l)(c) and (d)<br /><br /> Part V, Division 1, s 36(4) provide assistance to a person who wishes to make a complaint.</p> </td> <td valign="top"> <p>&nbsp;</p> </td> <td valign="top"> <p>&nbsp;</p> </td> <td valign="top"> <p>&nbsp;</p> </td> <td valign="top"> <p>&nbsp;</p> </td> <td valign="top"> <p>&nbsp;</p> </td> </tr> </tbody> </table> <p>Signed</p> <p>Timothy Pilgrim<br /> Australian Information Commissioner<br /> 14 December 2016</p></div></div> </div> </div> <div class="clr"></div> </div> <div class="cck-line-bottom"><div class="cck-w100 cck-fl cck-ptb"><div class="cck-plr"> <div id="cck331688_bottom-f" class="cck-pos-bottom-f seb_css3 vertical cck331688-deepest"> <div class="ips-footer" style="margin-top: 2em;"> <a style="background:#f4f4f4;display:inline-block;padding:1em 1em .3em;" href="/about-us/access-our-information/our-information-publication-scheme/"> <span style="font-size:75%;display:block;font-weight:normal;">This page is a part of the <abbr title="Office of the Australian Information Commissioner">OAIC</abbr>’s</span> <img src="/resources/freedom-of-information/foi-resources/foi-agency-resources/icons-download/ips.png" alt="Information Publication Scheme"> </a> </div> </div></div></div><div class="clr"></div></div> <div style="display: none;"> </div> </div> </div> <!-- End: SEBLOD 3.x (App Builder & CCK for Joomla!) { www.seblod.com } --> </div> </div></div> </div> </div> </div> </div> <div class="rt-grid-3 "> <div id="rt-sidebar-a"> <div class="sidebar"> <div class="primary-submenu module-style-none"> <div class="rt-modblock"> <div class="module-title"> <h2 class="title"> Secondary menu </h2> </div> <div class="module-content"> <ul id="menulist_root" class="menu" ><li > <a href="/about-us/contact-us" class="mainlevel">Contact us</a></li><li > <a href="/about-us/who-we-are/" class="mainlevel"><span class="expanded">Who we are</span></a></li><li > <a href="/about-us/our-regulatory-approach/all/" class="mainlevel"><span class="expanded">Our regulatory approach</span></a></li><li class="active"> <a href="/about-us/corporate-information/all/" class="mainlevel_active"><span class="expanded">Corporate information</span></a><ul id="menulist_4" ><li > <a href="https://www.oaic.gov.au/performance/" target="_blank" class="sublevel">Performance portal</a></li><li > <a href="/about-us/corporate-information/annual-reports/all/" class="sublevel"><span class="expanded">Annual Reports</span></a></li><li > <a href="/about-us/corporate-information/key-documents/" class="sublevel">Key documents</a></li><li > <a href="/about-us/corporate-information/budget/" class="sublevel">Budget </a></li><li > <a href="/about-us/corporate-information/mous/" class="sublevel">MOUs</a></li><li class="current"class="active"> <a href="/about-us/corporate-information/operational-information/" class="sublevel_current" id="active_menuprimary_submenu">Operational information</a></li><li > <a href="/about-us/corporate-information/senate-file-list-order/" class="sublevel">Senate file list order</a></li><li > <a href="/about-us/corporate-information/senate-grants-and-appointments/" class="sublevel">Senate grants and appointment orders</a></li><li > <a href="/about-us/corporate-information/legal-services/" class="sublevel">Legal Services</a></li><li > <a href="/about-us/corporate-information/senate-government-contracts-order/" class="sublevel">Senate Government Contracts Order</a></li></ul></li><li > <a href="/about-us/careers" class="mainlevel">Careers</a></li><li > <a href="/about-us/access-our-information/" class="mainlevel"><span class="expanded">Access our information</span></a></li><li > <a href="/about-us/corporate-archive/all/" class="mainlevel"><span class="expanded">Archive</span></a></li></ul> </div> </div> </div> </div> </div> </div> <div class="clear"></div> </div> </div> </div></div> <div id="footersection" class="footersection"><div class="rt-container section"> <div id="footer"> <div class="rt-container"> <div id="mainfooter"> <div class="rt-grid-2 rt-alpha"> <div class="oaic-contact-module"> <div class="rt-modblock"> <div class="module-content"> <!--<h3>Call: 1300 363 992</h3> <h3>Email: <a href="mailto:[email protected]" target="_self">[email protected]</a> </h3> <h3>Address:</h3> <p>GPO Box 5218<br />Sydney NSW 2001</p> <p>ABN 85 249 230 937</p> <p class="cc-license"><a href="http://creativecommons.org/licenses/by/3.0/au/deed.en" rel="license"><img style="border: 0px none;" src="/images/websiteimages/Home/Creative_commons_logo.png" alt="Creative Commons Logo" height="31" width="88" /></a>&nbsp;This work is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/au/deed.en" target="_self">Creative Commons Attribution 3.0 Australia licence</a> </p>--> <p style="line-height: 1; color: #c2b2b5;">Contact us</p> <div style="font-size: .85em;"> <p>1300 363 992<br /><a href="mailto:[email protected]" target="_self">[email protected]</a> </p> <p>GPO Box 5218<br />Sydney NSW 2001</p> <p>ABN 85 249 230 937</p> </div> </div> </div> </div> </div> <div class="rt-grid-7"> <div class="custom-footer-menu"> <div class="rt-modblock"> <div class="module-content"> <ul class="menu"> <li id="item-334" class="deeper parent"><span class="separator"><span> About our site </span></span> <ul><li id="item-337"><a href="/about-our-site/site-map" ><span>Site map</span></a></li><li id="item-338"><a href="/accessibility" ><span>Accessibility</span></a></li><li id="item-646"><a href="/new-website-help" ><span>New website help</span></a></li><li id="item-339"><a href="/about-us/corporate-information/key-documents/privacy-policy-summary" ><span>Privacy policy</span></a></li><li id="item-365"><a href="/copyright" ><span>Copyright</span></a></li><li id="item-471"><a href="/terms-and-conditions" ><span>Terms and conditions</span></a></li></ul></li><li id="item-335" class="deeper parent"><span class="separator"><span>Our information</span></span> <ul><li id="item-673"><a href="/about-us/access-our-information/" ><span>Access our information</span></a></li><li id="item-341"><a href="/about-us/access-our-information/our-information-publication-scheme/" ><span>Our IPS</span></a></li><li id="item-342"><a href="/about-us/access-our-information/foi-disclosure-log/" ><span>Our FOI Disclosure Log</span></a></li><li id="item-475"><a href="https://www.oaic.gov.au/performance/" target="_blank" ><span>Performance portal</span></a></li><li id="item-348"><a href="/about-us/careers" ><span>Careers</span></a></li><li id="item-473"><a href="/media-and-speeches/enews" ><span>Newsletter subscriptions</span></a></li></ul></li><li id="item-336" class="deeper parent"><span class="separator"><span>Help me find</span></span> <ul><li id="item-472"><a href="/media-and-speeches/media-releases/" ><span>Media releases</span></a></li><li id="item-343"><a href="/freedom-of-information/foi-decisions/ic-review-decisions/" ><span>IC review decisions</span></a></li><li id="item-474"><a href="/privacy-law/determinations/" ><span>Privacy determinations</span></a></li><li id="item-345"><a href="/agencies-and-organisations/app-guidelines/" ><span>APP guidelines</span></a></li><li id="item-344"><a href="/privacy-law/other-legislation/my-health-records" ><span>My Health Records</span></a></li><li id="item-904"><a href="/help-me-find/search" ><span>Search</span></a></li></ul></li></ul> </div> </div> </div> </div> <div class="rt-grid-3 rt-omega"> <div class="social-media-module"> <div class="rt-modblock"> <div class="module-content"> <!--<div class="social-icons"> <div class="social-icon-twitter social-icon"><a href="https://twitter.com/OAICgov">Visit our Twitter feed</a> </div> <div class="social-icon-facebook social-icon"><a href="http://www.facebook.com/OAICgov">Visit our Facebook page</a> </div> <div class="social-icon-youtube social-icon"><a href="http://www.youtube.com/user/OAICgov">Visit our YouTube channel</a> </div> <div class="social-icon-datagov social-icon"><a href="http://data.gov.au/?s=oaic">Search for OAIC data at data.gov.au</a> </div> </div>--> <div class="social-icons"> <div class="social-icon"><a href="https://twitter.com/OAICgov"><i class="fa fa-twitter" aria-hidden="true"></i> <span class="sr-only">Visit our Twitter feed</span></a> </div> <div class="social-icon"><a href="http://www.facebook.com/OAICgov"><i class="fa fa-facebook" aria-hidden="true"></i> <span class="sr-only">Visit our Facebook page</span></a> </div> <div class="social-icon"><a href="http://www.youtube.com/user/OAICgov"><i class="fa fa-youtube" aria-hidden="true"></i> <span class="sr-only">Visit our YouTube channel</span></a> </div> <div class="social-icon"><a href="https://www.linkedin.com/company/office-of-the-australian-information-commissioner"><i class="fa fa-linkedin" aria-hidden="true"></i> <span class="sr-only">Visit our LinkedIn page</span></a> </div> </div> </div> </div> </div> <div class="rt-modblock"> <div class="module-content"> <!--<p><a href="/about-us/access-our-information/" target="_self"><img style="margin: 10px auto; display: block;" src="/images/websiteimages/access-to-info-icon.png" alt="Access our information" height="57" width="148" /></a> </p>--> <p><a href="/about-us/access-our-information/" target="_self"><img style="margin: 10px auto;" src="/resources/home/images/icon-access-to-information.png" alt="Access to information" height="62" width="130" /></a></p> </div> </div> <div class="module-translations"> <div class="rt-modblock"> <div class="module-title"> <h2 class="title"> Translations </h2> </div> <div class="module-content"> <ul> <li><a href="/about-us/corporate-information/key-documents/languages#auslan"><span>Auslan</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Arabic" target="_self"><span dir="rtl" lang="ar">العربية</span></a></li> <li><a href="/about-us/corporate-information/key-documents/languages#chinese-simplified"><span lang="zh-Hans">简化字</span></a></li> <li><a href="/about-us/corporate-information/key-documents/languages#chinese-traditional"><span lang="zh-Hant">繁體字</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Greek" target="_self"><span lang="el">ελληνικός</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Italian" target="_self"><span lang="it">Italiano</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Korean" target="_self"><span lang="ko">한국어</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Russian" target="_self"><span lang="ru">Русский</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Spanish" target="_self"><span lang="es">Español</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Thai" target="_self"><span lang="th">ไทย</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Turkish" target="_self"><span lang="tr">Türkçe</span></a></li> <li><a dir="ltr" href="/about-us/corporate-information/key-documents/languages#Vietnamese" target="_self"><span lang="vi">Tiếng Việt</span></a></li> </ul> <style scoped="scoped" type="text/css"> <!-- .module-translations h2 { font-size: 1em; color: #c2b2b5; margin: 0 !important; padding: 0 !important; } .module-translations .module-content { font-size:80% } .module-translations .module-content span { margin: 0 .3em 0 0; display:inline-block; } .module-translations a:hover span, .module-translations a:focus span { text-decoration:underline } .module-translations .module-content ul { list-style:none; padding-left:0; margin-left:0; margin-top:.2em } .module-translations .module-content li { display:inline-block; padding-left:0; } #mainfooter .rt-grid-3.rt-omega { width:230px; margin-left:10px; margin-right:0; } --> </style> </div> </div> </div> </div> <div class="clear"></div> </div> </div> </div> <a href="#top" id="back-to-top-btn" style="display: none;"><i class="icon-up-open"></i>Back to top</a> </div></div> <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//www.oaic.gov.au/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", 3]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.defer=true; g.src=u+"piwik.php"; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Piwik Code --></body> </html>
[]
[ "<head>\n<link href=\"/about-us/corporate-information/operational-information/delegation-of-privacy-functions-and-powers-by-the-australian-information-commissioner\" rel=\"canonical\" />\n&#13;\n \t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />&#13;\n\t\t <link rel=\"schema.DCTERMS\" href=\"http://purl.org/dc/terms/\" />&#13;\n <link rel=\"schema.AGLSTERMS\" href=\"http://www.agls.gov.au/agls/terms/\" />&#13;\n <link rel=\"DCTERMS.license\" href=\"http://creativecommons.org/licenses/by/3.0/au/\" />&#13;\n <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n \n <title>Delegation of Privacy functions and powers by the Australian Information Commissioner| Office of the Australian Information Commissioner - OAIC</title>\n <link href=\"/templates/energetica/favicon.ico\" rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" />\n <link rel=\"stylesheet\" href=\"/media/cck/css/cck.css\" type=\"text/css\" />\n <link rel=\"stylesheet\" href=\"/media/cck/css/cck.content.css\" type=\"text/css\" />\n <link rel=\"stylesheet\" href=\"/libraries/gantry/css/css-38533cc3b48f9feb25b2740d84202b08.php\" type=\"text/css\" />\n <link rel=\"stylesheet\" href=\"/templates/energetica/css/css-1b89df93cab79d558fabc7c14bf174fc.php\" type=\"text/css\" />\n <link rel=\"stylesheet\" href=\"/templates/energetica/css/css-b6be958fb982c97e43dca6a0fc45ca7f.php\" type=\"text/css\" />\n <style type=\"text/css\">\n#cck331688_m100.cck-m100 {margin: 0 0 0 0px !important;}&#13;/* Variation: seb_css3 */\ndiv.seb_css3 { background-color:none; border:0px solid #dedede; position:relative; padding:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; overflow:hidden; }\n\n </style>\n <script src=\"/media/system/js/mootools-core.js\" type=\"text/javascript\"></script>\n <script src=\"/media/system/js/core.js\" type=\"text/javascript\"></script>\n <script src=\"/media/system/js/caption.js\" type=\"text/javascript\"></script>\n <script src=\"/media/cck/scripts/jquery/js/jquery-1.8.3.min.js\" type=\"text/javascript\"></script>\n <script src=\"/media/cck/scripts/jquery/js/jquery-noconflict.js\" type=\"text/javascript\"></script>\n <script src=\"/media/cck/js/cck.core-3.6.0.min.js\" type=\"text/javascript\"></script>\n <script src=\"/media/system/js/mootools-more.js\" type=\"text/javascript\"></script>\n <script src=\"/cache/js-f6705e1e6231a57914fbeb75c73dab9f.php\" type=\"text/javascript\"></script>\n <script type=\"text/javascript\">\nwindow.addEvent('load', function() {\n\t\t\t\tnew JCaption('img.caption');\n\t\t\t});&#13;JCck.Core.baseURI = \"\";&#13;\t\t&#13;\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){&#13;\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),&#13;\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)&#13;\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');&#13;\n&#13;\nga('create', 'UA-41260266-1', 'auto', {&#13;\n anonymizeIp: true&#13;\n});&#13;\nga('send', 'pageview');&#13;\n&#13;\n\t&#13;window.addEvent('domready', function() {\n});\nwindow.addEvent('load', function() {\n});\n\n </script>\n <meta name=\"DCTERMS.title\" content=\"Delegation of Privacy functions and powers by the Australian Information Commissioner - Office of the Australian Information Commissioner (OAIC)\" />\n <meta name=\"DCTERMS.identifier\" scheme=\"DCTERMS.URI\" content=\"https://www.oaic.gov.au/about-us/corporate-information/operational-information/delegation-of-privacy-functions-and-powers-by-the-australian-information-commissioner\" />\n <meta name=\"DCTERMS.created\" scheme=\"DCTERMS.ISO8601\" content=\"2013-07-01\" />\n <meta name=\"DCTERMS.modified\" scheme=\"DCTERMS.ISO8601\" content=\"2017-09-14\" />\n <meta name=\"AGLSTERMS.function\" scheme=\"AGLSTERMS.AGIFT\" content=\"Governance; Public administration\" />\n <meta name=\"AGLSTERMS.category\" content=\"document\" />\n <meta name=\"AGLSTERMS.documentType\" scheme=\"AGLSTERMS.agls-document\" content=\"mandate\" />\n <meta name=\"AGLSTERMS.aggregationLevel\" content=\"item\" />\n <meta name=\"DCTERMS.creator\" scheme=\"AGLSTERMS.GOLD\" content=\"c=AU; o=Commonwealth of Australia; ou=Attorney-General's Department; ou=Office of the Australian Information Commissioner\" />\n <meta name=\"DCTERMS.publisher\" content=\"Office of the Australian Information Commissioner\" />\n <meta name=\"DCTERMS.language\" scheme=\"DCTERMS.RFC5646\" content=\"en-AU\" />\n <meta name=\"DCTERMS.format\" scheme=\"DCTERMS.IMT\" content=\"text/html\" />\n <meta name=\"DCTERMS.rights\" content=\"Copyright Commonwealth of Australia 2019\" />\n <meta name=\"DCTERMS.rightsHolder\" scheme=\"AGLSTERMS.GOLD\" content=\"c=AU; o=Commonwealth of Australia; ou=Attorney-General's Department; ou=Office of the Australian Information Commissioner\" />\n <meta name=\"DCTERMS.license\" content=\"Creative Commons - Attribution 3.0 Australia (CC-BY)\" />\n <meta name=\"AGLSTERMS.Jurisdiction\" scheme=\"AGLSTERMS.AglsJuri\" content=\"Commonwealth of Australia\" />\n <link rel=\"stylesheet\" href=\"/templates/energetica/css/print.css\" type=\"text/css\" media=\"print\" /> &#13;\n&#13;\n <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\" />&#13;\n <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\" />&#13;\n <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\" />&#13;\n <link rel=\"manifest\" href=\"/site.webmanifest\" />&#13;\n <link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#003347\" />&#13;\n <meta name=\"msapplication-TileColor\" content=\"#003347\" />&#13;\n <meta name=\"theme-color\" content=\"#ffffff\" /> &#13;\n </head>&#13;\n " ]
[ "<title>Delegation of Privacy functions and powers by the Australian Information Commissioner| Office of the Australian Information Commissioner - OAIC</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "www.oaic.gov.au > about us > corporate information > operational information > delegation of privacy functions and powers by the australian information commissioner" } ]
[ { "char_end_idx": 960, "char_start_idx": 0, "key": "length", "type": "local", "value": "960" }, { "char_end_idx": 962, "char_start_idx": 960, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 3102, "char_start_idx": 962, "key": "length", "type": "local", "value": "2139" }, { "char_end_idx": 3524, "char_start_idx": 3102, "key": "length", "type": "local", "value": "421" }, { "char_end_idx": 3970, "char_start_idx": 3524, "key": "length", "type": "local", "value": "445" }, { "char_end_idx": 4419, "char_start_idx": 3970, "key": "length", "type": "local", "value": "448" }, { "char_end_idx": 4813, "char_start_idx": 4419, "key": "length", "type": "local", "value": "393" }, { "char_end_idx": 4998, "char_start_idx": 4813, "key": "length", "type": "local", "value": "184" } ]
[ { "key": "length", "type": "global", "value": "5799" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "src", "alt", "height", "width" ], "values": [ "/templates/energetica/images/oaic-square.svg", "OAIC", "auto", "auto" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/", "oaic-square" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "topbar", "width-wrapper" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "pagetop", "pagetop", "banner" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 8, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 8, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "li" }, { "char_end_idx": 25, "char_start_idx": 9, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-and-speeches/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 25, "char_start_idx": 9, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 40, "char_start_idx": 26, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 40, "char_start_idx": 26, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 52, "char_start_idx": 41, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 52, "char_start_idx": 41, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 64, "char_start_idx": 53, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 64, "char_start_idx": 53, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 89, "char_start_idx": 65, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 89, "char_start_idx": 65, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 112, "char_start_idx": 90, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 112, "char_start_idx": 90, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 131, "char_start_idx": 113, "html_attrs": { "attrs": [ "href" ], "values": [ "/information-policy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 131, "char_start_idx": 113, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 132, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "megamenu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "ul" }, { "char_end_idx": 140, "char_start_idx": 132, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 140, "char_start_idx": 132, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 151, "char_start_idx": 141, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/contact-us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 141, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 162, "char_start_idx": 152, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/who-we-are/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 189, "char_start_idx": 163, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/who-we-are/history-of-the-privacy-act" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 189, "char_start_idx": 163, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 229, "char_start_idx": 190, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/who-we-are/australian-information-commissioner-act" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 190, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 230, "char_start_idx": 163, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 230, "char_start_idx": 152, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 253, "char_start_idx": 230, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/our-regulatory-approach/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 286, "char_start_idx": 254, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/our-regulatory-approach/privacy-regulatory-action-policy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 286, "char_start_idx": 254, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 321, "char_start_idx": 287, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/our-regulatory-approach/guide-to-privacy-regulatory-action/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 321, "char_start_idx": 287, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 369, "char_start_idx": 322, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/our-regulatory-approach/freedom-of-information-regulatory-action-policy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 369, "char_start_idx": 322, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 370, "char_start_idx": 254, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 370, "char_start_idx": 230, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 392, "char_start_idx": 370, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/access-our-information/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 393, "char_start_idx": 370, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 400, "char_start_idx": 393, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/careers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 400, "char_start_idx": 393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 401, "char_start_idx": 132, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 422, "char_start_idx": 401, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 441, "char_start_idx": 423, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.oaic.gov.au/performance/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 441, "char_start_idx": 423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 456, "char_start_idx": 442, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/annual-reports/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 456, "char_start_idx": 442, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 470, "char_start_idx": 457, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/key-documents/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 470, "char_start_idx": 457, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 478, "char_start_idx": 471, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/budget/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 478, "char_start_idx": 471, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 482, "char_start_idx": 478, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/mous/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 482, "char_start_idx": 478, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 506, "char_start_idx": 483, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/operational-information/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 506, "char_start_idx": 483, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 529, "char_start_idx": 507, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/senate-file-list-order/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 529, "char_start_idx": 507, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 566, "char_start_idx": 530, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/senate-grants-and-appointments/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 566, "char_start_idx": 530, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 581, "char_start_idx": 567, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/legal-services/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 581, "char_start_idx": 567, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 615, "char_start_idx": 582, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/senate-government-contracts-order/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 615, "char_start_idx": 582, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 616, "char_start_idx": 423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 616, "char_start_idx": 401, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 633, "char_start_idx": 616, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-archive/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 633, "char_start_idx": 616, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 634, "char_start_idx": 401, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols mobile-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 648, "char_start_idx": 634, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 671, "char_start_idx": 649, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/privacy-awareness-week/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 671, "char_start_idx": 649, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 689, "char_start_idx": 672, "html_attrs": { "attrs": [ "href" ], "values": [ "/rtk" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 689, "char_start_idx": 672, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 703, "char_start_idx": 690, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/consultations/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 703, "char_start_idx": 690, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 712, "char_start_idx": 704, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/networks" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 712, "char_start_idx": 704, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 724, "char_start_idx": 713, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/submissions/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 724, "char_start_idx": 713, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 744, "char_start_idx": 725, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/community-attitudes/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 744, "char_start_idx": 725, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 786, "char_start_idx": 745, "html_attrs": { "attrs": [ "href" ], "values": [ "/engage-with-us/immigration-data-breach-privacy-complaint/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 786, "char_start_idx": 745, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 787, "char_start_idx": 649, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 787, "char_start_idx": 634, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 787, "char_start_idx": 634, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols mobile-sep" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 803, "char_start_idx": 787, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-and-speeches/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 804, "char_start_idx": 787, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 804, "char_start_idx": 787, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols mobile-sep" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 804, "char_start_idx": 132, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "megamenu-level2", "about-us" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 819, "char_start_idx": 804, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "/individuals/", "background-color: #ffd768" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 836, "char_start_idx": 820, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/how-do-i-make-a-privacy-complaint" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 836, "char_start_idx": 820, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 863, "char_start_idx": 837, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/what-can-i-complain-about" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 863, "char_start_idx": 837, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 882, "char_start_idx": 864, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/what-happens-to-my-complaint" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 882, "char_start_idx": 864, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 911, "char_start_idx": 883, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/what-are-my-complaint-review-rights" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 911, "char_start_idx": 883, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 937, "char_start_idx": 912, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/privacy-complaint-checker/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 937, "char_start_idx": 912, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1016, "char_start_idx": 959, "html_attrs": { "attrs": [ "style" ], "values": [ "display:block;font-size: 85%;font-weight: normal;padding-top: 0.3em;font-style: italic;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1016, "char_start_idx": 938, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/data-breach-guidance" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1016, "char_start_idx": 938, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1033, "char_start_idx": 1017, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/my-health-record/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1033, "char_start_idx": 1017, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1067, "char_start_idx": 1034, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/privacy-fact-sheets/general/privacy-fact-sheet-17-australian-privacy-principles" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1067, "char_start_idx": 1034, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1096, "char_start_idx": 1068, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/privacy-fact-sheets/credit-reporting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1096, "char_start_idx": 1068, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1118, "char_start_idx": 1097, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/faqs-for-individuals/credit-reporting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1118, "char_start_idx": 1097, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1157, "char_start_idx": 1119, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/faqs-for-individuals/law-enforcement-surveillance-photos/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1157, "char_start_idx": 1119, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1167, "char_start_idx": 1158, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/faqs-for-individuals/workplace/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1167, "char_start_idx": 1158, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1205, "char_start_idx": 1168, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/faqs-for-individuals/social-media-ict-identity-security/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1205, "char_start_idx": 1168, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1212, "char_start_idx": 1206, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/faqs-for-individuals/health/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1212, "char_start_idx": 1206, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1213, "char_start_idx": 1034, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1213, "char_start_idx": 1034, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1226, "char_start_idx": 1213, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/faqs-for-individuals/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1226, "char_start_idx": 1213, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1247, "char_start_idx": 1227, "html_attrs": { "attrs": [ "href" ], "values": [ "/individuals/privacy-fact-sheets/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1247, "char_start_idx": 1227, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1248, "char_start_idx": 820, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1248, "char_start_idx": 804, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 1248, "char_start_idx": 804, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "megamenu-cols", "width:27%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 1272, "char_start_idx": 1248, "html_attrs": { "attrs": [ "href", "style" ], "values": [ "/agencies-and-organisations/", "background-color: #58c1b8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1309, "char_start_idx": 1273, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/legally-binding-guidelines-and-rules/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1309, "char_start_idx": 1273, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1324, "char_start_idx": 1310, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/app-guidelines/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1324, "char_start_idx": 1310, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1344, "char_start_idx": 1325, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/advisory-guidelines/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1344, "char_start_idx": 1325, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1351, "char_start_idx": 1345, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/guides/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1351, "char_start_idx": 1345, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1385, "char_start_idx": 1352, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/faqs-for-agencies-orgs/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1396, "char_start_idx": 1386, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/faqs-for-agencies-orgs/businesses/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1396, "char_start_idx": 1386, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1406, "char_start_idx": 1397, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/faqs-for-agencies-orgs/start-ups/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1406, "char_start_idx": 1397, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1426, "char_start_idx": 1407, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/faqs-for-agencies-orgs/government-agencies/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1426, "char_start_idx": 1407, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1451, "char_start_idx": 1427, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/faqs-for-agencies-orgs/health-service-providers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1451, "char_start_idx": 1427, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1452, "char_start_idx": 1386, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1452, "char_start_idx": 1352, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1470, "char_start_idx": 1452, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/business-resources/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1470, "char_start_idx": 1452, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1487, "char_start_idx": 1471, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/agency-resources/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1487, "char_start_idx": 1471, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1506, "char_start_idx": 1488, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/training-resources/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1506, "char_start_idx": 1488, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1507, "char_start_idx": 1273, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1507, "char_start_idx": 1248, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1507, "char_start_idx": 1248, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "megamenu-cols", "width:22%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1518, "char_start_idx": 1507, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1544, "char_start_idx": 1519, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/rights-and-responsibilities" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1544, "char_start_idx": 1519, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1560, "char_start_idx": 1545, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-act/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1590, "char_start_idx": 1561, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-act/australian-privacy-principles" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1590, "char_start_idx": 1561, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1628, "char_start_idx": 1591, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-act/notifiable-data-breaches-scheme" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1628, "char_start_idx": 1591, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1645, "char_start_idx": 1629, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-act/credit-reporting" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1645, "char_start_idx": 1629, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1673, "char_start_idx": 1646, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-act/health-and-medical-research" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1673, "char_start_idx": 1646, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1693, "char_start_idx": 1674, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-act/privacy-regulations" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1693, "char_start_idx": 1674, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1710, "char_start_idx": 1694, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-act/tax-file-numbers" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1710, "char_start_idx": 1694, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1711, "char_start_idx": 1561, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1711, "char_start_idx": 1545, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1728, "char_start_idx": 1711, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/other-legislation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1746, "char_start_idx": 1729, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/other-legislation/my-health-records" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1746, "char_start_idx": 1729, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1765, "char_start_idx": 1747, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/other-legislation/telecommunications" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1765, "char_start_idx": 1747, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1787, "char_start_idx": 1766, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/other-legislation/anti-money-laundering" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1787, "char_start_idx": 1766, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1794, "char_start_idx": 1788, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 1794, "char_start_idx": 1788, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/other-legislation/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1794, "char_start_idx": 1788, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1795, "char_start_idx": 1729, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1795, "char_start_idx": 1711, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1812, "char_start_idx": 1795, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-registers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1813, "char_start_idx": 1795, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1813, "char_start_idx": 1519, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1813, "char_start_idx": 1507, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1813, "char_start_idx": 1507, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "megamenu-cols", "width:19%" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1856, "char_start_idx": 1813, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/australian-government-agencies-privacy-code/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 1856, "char_start_idx": 1813, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 1871, "char_start_idx": 1857, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/determinations/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1871, "char_start_idx": 1857, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1896, "char_start_idx": 1872, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/enforceable-undertakings/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1896, "char_start_idx": 1872, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1908, "char_start_idx": 1897, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/commissioner-initiated-investigation-reports/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1908, "char_start_idx": 1897, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1920, "char_start_idx": 1909, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/assessments/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1920, "char_start_idx": 1909, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1948, "char_start_idx": 1921, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/other-privacy-jurisdictions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1948, "char_start_idx": 1921, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1964, "char_start_idx": 1949, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/privacy-archive/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1964, "char_start_idx": 1949, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1965, "char_start_idx": 1813, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 1965, "char_start_idx": 1813, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 1965, "char_start_idx": 1813, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "megamenu-cols", "width:20%" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 1965, "char_start_idx": 804, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "megamenu-level2", "privacy" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1983, "char_start_idx": 1965, "html_attrs": { "attrs": [ "class" ], "values": [ "foi-col-heading" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 2006, "char_start_idx": 1984, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2006, "char_start_idx": 1984, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2052, "char_start_idx": 2007, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-review-process" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2052, "char_start_idx": 2007, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2077, "char_start_idx": 2053, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/faqs-for-individuals/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2077, "char_start_idx": 2053, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2093, "char_start_idx": 2078, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-resources/foi-fact-sheets/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2093, "char_start_idx": 2078, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2141, "char_start_idx": 2094, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-complaints" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2141, "char_start_idx": 2094, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2142, "char_start_idx": 1984, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2142, "char_start_idx": 1965, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2142, "char_start_idx": 1965, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 2154, "char_start_idx": 2142, "html_attrs": { "attrs": [ "class" ], "values": [ "foi-col-heading" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2164, "char_start_idx": 2155, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-resources/foi-guide/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2164, "char_start_idx": 2155, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2179, "char_start_idx": 2165, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-guidelines/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2179, "char_start_idx": 2165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2209, "char_start_idx": 2180, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/ic-review-procedure-direction/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2209, "char_start_idx": 2180, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2230, "char_start_idx": 2210, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-resources/foi-agency-resources/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2230, "char_start_idx": 2210, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2242, "char_start_idx": 2231, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-resources/foi-reports/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2242, "char_start_idx": 2231, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2264, "char_start_idx": 2243, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/faqs-for-agencies/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2264, "char_start_idx": 2243, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2276, "char_start_idx": 2265, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-archive/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2276, "char_start_idx": 2265, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2277, "char_start_idx": 2155, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2277, "char_start_idx": 2142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2277, "char_start_idx": 2142, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols mobile-sep" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 2284, "char_start_idx": 2277, "html_attrs": { "attrs": [ "class" ], "values": [ "foi-col-heading" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2312, "char_start_idx": 2285, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/rights-and-responsibilities" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2312, "char_start_idx": 2285, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2320, "char_start_idx": 2313, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-act" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2320, "char_start_idx": 2313, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2336, "char_start_idx": 2321, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-decisions/foi-regulations/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2336, "char_start_idx": 2321, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2350, "char_start_idx": 2337, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-decisions/all/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2370, "char_start_idx": 2351, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-decisions/ic-review-decisions/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2370, "char_start_idx": 2351, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2389, "char_start_idx": 2371, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-decisions/foi-determinations/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2389, "char_start_idx": 2371, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2422, "char_start_idx": 2390, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-decisions/vexatious-applicant-declarations/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2422, "char_start_idx": 2390, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2438, "char_start_idx": 2423, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-decisions/foi-omi-reports/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2438, "char_start_idx": 2423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2439, "char_start_idx": 2351, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2439, "char_start_idx": 2337, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2462, "char_start_idx": 2439, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/other-foi-jurisdictions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2462, "char_start_idx": 2439, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2463, "char_start_idx": 2285, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2463, "char_start_idx": 2277, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2463, "char_start_idx": 2277, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols mobile-sep" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 2463, "char_start_idx": 1965, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "megamenu-level2", "foi" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2481, "char_start_idx": 2463, "html_attrs": { "attrs": [ "href" ], "values": [ "/information-policy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2481, "char_start_idx": 2463, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 2506, "char_start_idx": 2482, "html_attrs": { "attrs": [ "href" ], "values": [ "/information-policy/about-information-policy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2506, "char_start_idx": 2482, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2535, "char_start_idx": 2507, "html_attrs": { "attrs": [ "href" ], "values": [ "/information-policy/information-policy-resources/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2535, "char_start_idx": 2507, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2568, "char_start_idx": 2536, "html_attrs": { "attrs": [ "href" ], "values": [ "/information-policy/information-policy-issues-papers/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2568, "char_start_idx": 2536, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2569, "char_start_idx": 2463, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-cols" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 2569, "char_start_idx": 2463, "html_attrs": { "attrs": [ "class", "data-menu-id" ], "values": [ "megamenu-level2", "information-policy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2569, "char_start_idx": 132, "html_attrs": { "attrs": [ "class" ], "values": [ "megamenu-level2-container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2569, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "megamenu-container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2569, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumbs-module rt-modblock module-content" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2569, "char_start_idx": 2569, "html_attrs": { "attrs": [ "rel", "type", "href" ], "values": [ "stylesheet", "text/css", "/templates/energetica/readspeaker/ReadSpeakerColorSkin.css" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "link" }, { "char_end_idx": 2569, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class" ], "values": [ "readspeaker-module rt-modblock module-content" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2569, "char_start_idx": 2569, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "rt-content-top", "rt-grid-9 rt-alpha rt-omega" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2655, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 17, "type": "local", "value": "h1" }, { "char_end_idx": 2786, "char_start_idx": 2742, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "cite" }, { "char_end_idx": 3103, "char_start_idx": 2655, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "p" }, { "char_end_idx": 3104, "char_start_idx": 2655, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "cck331688_art_introtext cck331688_value_art_introtext", "cck_contents cck_content cck_wysiwyg_editor cck_art_introtext cck_value cck_value_wysiwyg_editor" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3189, "char_start_idx": 3104, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "caption" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "th" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "th" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "th" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "th" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "th" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "th" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "th" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 3190, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "td" }, { "char_end_idx": 3525, "char_start_idx": 3190, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "p" }, { "char_end_idx": 3526, "char_start_idx": 3190, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "td" }, { "char_end_idx": 3526, "char_start_idx": 3526, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3526, "char_start_idx": 3526, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 3526, "char_start_idx": 3526, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 3526, "char_start_idx": 3526, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 3526, "char_start_idx": 3526, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 3526, "char_start_idx": 3190, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 17, "type": "local", "value": "tr" }, { "char_end_idx": 3635, "char_start_idx": 3526, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "p" }, { "char_end_idx": 3636, "char_start_idx": 3526, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "td" }, { "char_end_idx": 3971, "char_start_idx": 3636, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 3972, "char_start_idx": 3636, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3972, "char_start_idx": 3972, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3972, "char_start_idx": 3972, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 3972, "char_start_idx": 3972, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 3972, "char_start_idx": 3972, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 3972, "char_start_idx": 3972, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 3972, "char_start_idx": 3526, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 12, "type": "local", "value": "tr" }, { "char_end_idx": 4053, "char_start_idx": 3972, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "p" }, { "char_end_idx": 4054, "char_start_idx": 3972, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "td" }, { "char_end_idx": 4420, "char_start_idx": 4054, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 4421, "char_start_idx": 4054, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4421, "char_start_idx": 4421, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4421, "char_start_idx": 4421, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 4421, "char_start_idx": 4421, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 4421, "char_start_idx": 4421, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 4421, "char_start_idx": 4421, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 4421, "char_start_idx": 3972, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 12, "type": "local", "value": "tr" }, { "char_end_idx": 4540, "char_start_idx": 4421, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "p" }, { "char_end_idx": 4541, "char_start_idx": 4421, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "td" }, { "char_end_idx": 4814, "char_start_idx": 4541, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 4815, "char_start_idx": 4541, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4815, "char_start_idx": 4815, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 4815, "char_start_idx": 4815, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 4815, "char_start_idx": 4815, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 4815, "char_start_idx": 4815, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 4815, "char_start_idx": 4815, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 4815, "char_start_idx": 4421, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 12, "type": "local", "value": "tr" }, { "char_end_idx": 4815, "char_start_idx": 4815, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "td" }, { "char_end_idx": 4999, "char_start_idx": 4815, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 16, "type": "local", "value": "p" }, { "char_end_idx": 5000, "char_start_idx": 4815, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "td" }, { "char_end_idx": 5000, "char_start_idx": 5000, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 5000, "char_start_idx": 5000, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 5000, "char_start_idx": 5000, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 5000, "char_start_idx": 5000, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 5000, "char_start_idx": 5000, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 5000, "char_start_idx": 4815, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 12, "type": "local", "value": "tr" }, { "char_end_idx": 5000, "char_start_idx": 3190, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 0, "type": "local", "value": "tbody" }, { "char_end_idx": 5000, "char_start_idx": 3104, "html_attrs": { "attrs": [ "border", "cellspacing", "cellpadding", "class" ], "values": [ "1", "0", "0", "size-95 unleash" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 5068, "char_start_idx": 5000, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "p" }, { "char_end_idx": 5069, "char_start_idx": 3104, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "cck331688_art_fulltext cck331688_value_art_fulltext", "cck_contents cck_content cck_wysiwyg_editor cck_art_fulltext cck_value cck_value_wysiwyg_editor" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5069, "char_start_idx": 2655, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "cck-plr cck-ptb cck-pos-mainbody seb_css3 vertical cck331688-deepest", "cck331688_mainbody" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5069, "char_start_idx": 2655, "html_attrs": { "attrs": [ "class" ], "values": [ "cck-line-body" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 5069, "char_start_idx": 2655, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "cck331688", "cck-f100 cck-pad-8" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5069, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class" ], "values": [ "rt-article rt-article-bg item-page" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 5069, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "rt-block component-content", "rt-mainbody" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 5069, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class" ], "values": [ "rt-grid-9 " ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5079, "char_start_idx": 5069, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/contact-us", "mainlevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 5079, "char_start_idx": 5069, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "li" }, { "char_end_idx": 5090, "char_start_idx": 5080, "html_attrs": { "attrs": [ "class" ], "values": [ "expanded" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5090, "char_start_idx": 5080, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/who-we-are/", "mainlevel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5090, "char_start_idx": 5080, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5114, "char_start_idx": 5091, "html_attrs": { "attrs": [ "class" ], "values": [ "expanded" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5114, "char_start_idx": 5091, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/our-regulatory-approach/all/", "mainlevel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5114, "char_start_idx": 5091, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5136, "char_start_idx": 5115, "html_attrs": { "attrs": [ "class" ], "values": [ "expanded" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5136, "char_start_idx": 5115, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/all/", "mainlevel_active" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5155, "char_start_idx": 5137, "html_attrs": { "attrs": [ "href", "target", "class" ], "values": [ "https://www.oaic.gov.au/performance/", "_blank", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5155, "char_start_idx": 5137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5170, "char_start_idx": 5156, "html_attrs": { "attrs": [ "class" ], "values": [ "expanded" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5170, "char_start_idx": 5156, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/annual-reports/all/", "sublevel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5170, "char_start_idx": 5156, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5184, "char_start_idx": 5171, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/key-documents/", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5184, "char_start_idx": 5171, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5192, "char_start_idx": 5185, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/budget/", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5192, "char_start_idx": 5185, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5196, "char_start_idx": 5192, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/mous/", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5196, "char_start_idx": 5192, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5220, "char_start_idx": 5197, "html_attrs": { "attrs": [ "href", "class", "id" ], "values": [ "/about-us/corporate-information/operational-information/", "sublevel_current", "active_menuprimary_submenu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5220, "char_start_idx": 5197, "html_attrs": { "attrs": [ "class" ], "values": [ "current" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5243, "char_start_idx": 5221, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/senate-file-list-order/", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5243, "char_start_idx": 5221, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5280, "char_start_idx": 5244, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/senate-grants-and-appointments/", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5280, "char_start_idx": 5244, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5295, "char_start_idx": 5281, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/legal-services/", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5295, "char_start_idx": 5281, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5329, "char_start_idx": 5296, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-information/senate-government-contracts-order/", "sublevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5329, "char_start_idx": 5296, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5330, "char_start_idx": 5136, "html_attrs": { "attrs": [ "id" ], "values": [ "menulist_4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5330, "char_start_idx": 5115, "html_attrs": { "attrs": [ "class" ], "values": [ "active" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5337, "char_start_idx": 5330, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/careers", "mainlevel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5337, "char_start_idx": 5330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5360, "char_start_idx": 5338, "html_attrs": { "attrs": [ "class" ], "values": [ "expanded" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5360, "char_start_idx": 5338, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/access-our-information/", "mainlevel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5360, "char_start_idx": 5338, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5368, "char_start_idx": 5361, "html_attrs": { "attrs": [ "class" ], "values": [ "expanded" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5368, "char_start_idx": 5361, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/about-us/corporate-archive/all/", "mainlevel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5368, "char_start_idx": 5361, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5369, "char_start_idx": 5069, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menulist_root", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "ul" }, { "char_end_idx": 5369, "char_start_idx": 5069, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 5369, "char_start_idx": 5069, "html_attrs": { "attrs": [ "class" ], "values": [ "primary-submenu module-style-none rt-modblock" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5369, "char_start_idx": 5069, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "rt-grid-3 sidebar", "rt-sidebar-a" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5369, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class" ], "values": [ "rt-container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5369, "char_start_idx": 2569, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "mainsection rt-main", "mainsection rt-container section mb9-sa3" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5369, "char_start_idx": 5369, "html_attrs": { "attrs": [ "style" ], "values": [ "font-size: .85em;" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 5369, "char_start_idx": 5369, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 5369, "char_start_idx": 5369, "html_attrs": { "attrs": [ "class" ], "values": [ "rt-grid-2 rt-alpha oaic-contact-module rt-modblock" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5384, "char_start_idx": 5369, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 19, "type": "local", "value": "span" }, { "char_end_idx": 5384, "char_start_idx": 5369, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "span" }, { "char_end_idx": 5392, "char_start_idx": 5384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 5392, "char_start_idx": 5384, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-our-site/site-map" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5392, "char_start_idx": 5384, "html_attrs": { "attrs": [ "id" ], "values": [ "item-337" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5406, "char_start_idx": 5393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5406, "char_start_idx": 5393, "html_attrs": { "attrs": [ "href" ], "values": [ "/accessibility" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5406, "char_start_idx": 5393, "html_attrs": { "attrs": [ "id" ], "values": [ "item-338" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5423, "char_start_idx": 5407, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5423, "char_start_idx": 5407, "html_attrs": { "attrs": [ "href" ], "values": [ "/new-website-help" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5423, "char_start_idx": 5407, "html_attrs": { "attrs": [ "id" ], "values": [ "item-646" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5438, "char_start_idx": 5424, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5438, "char_start_idx": 5424, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/key-documents/privacy-policy-summary" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5438, "char_start_idx": 5424, "html_attrs": { "attrs": [ "id" ], "values": [ "item-339" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5448, "char_start_idx": 5439, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5448, "char_start_idx": 5439, "html_attrs": { "attrs": [ "href" ], "values": [ "/copyright" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5448, "char_start_idx": 5439, "html_attrs": { "attrs": [ "id" ], "values": [ "item-365" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5469, "char_start_idx": 5449, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5469, "char_start_idx": 5449, "html_attrs": { "attrs": [ "href" ], "values": [ "/terms-and-conditions" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5469, "char_start_idx": 5449, "html_attrs": { "attrs": [ "id" ], "values": [ "item-471" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5470, "char_start_idx": 5384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5470, "char_start_idx": 5369, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "item-334", "deeper parent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 17, "type": "local", "value": "li" }, { "char_end_idx": 5485, "char_start_idx": 5470, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 5485, "char_start_idx": 5470, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5508, "char_start_idx": 5486, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5508, "char_start_idx": 5486, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/access-our-information/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5508, "char_start_idx": 5486, "html_attrs": { "attrs": [ "id" ], "values": [ "item-673" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5516, "char_start_idx": 5509, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5516, "char_start_idx": 5509, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/access-our-information/our-information-publication-scheme/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5516, "char_start_idx": 5509, "html_attrs": { "attrs": [ "id" ], "values": [ "item-341" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5539, "char_start_idx": 5517, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5539, "char_start_idx": 5517, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/access-our-information/foi-disclosure-log/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5539, "char_start_idx": 5517, "html_attrs": { "attrs": [ "id" ], "values": [ "item-342" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5558, "char_start_idx": 5540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5558, "char_start_idx": 5540, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.oaic.gov.au/performance/", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5558, "char_start_idx": 5540, "html_attrs": { "attrs": [ "id" ], "values": [ "item-475" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5566, "char_start_idx": 5559, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5566, "char_start_idx": 5559, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/careers" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5566, "char_start_idx": 5559, "html_attrs": { "attrs": [ "id" ], "values": [ "item-348" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5591, "char_start_idx": 5567, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5591, "char_start_idx": 5567, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-and-speeches/enews" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5591, "char_start_idx": 5567, "html_attrs": { "attrs": [ "id" ], "values": [ "item-473" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5592, "char_start_idx": 5486, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5592, "char_start_idx": 5470, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "item-335", "deeper parent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5604, "char_start_idx": 5592, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 5604, "char_start_idx": 5592, "html_attrs": { "attrs": [ "class" ], "values": [ "separator" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5619, "char_start_idx": 5605, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 5619, "char_start_idx": 5605, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-and-speeches/media-releases/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5619, "char_start_idx": 5605, "html_attrs": { "attrs": [ "id" ], "values": [ "item-472" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5639, "char_start_idx": 5620, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5639, "char_start_idx": 5620, "html_attrs": { "attrs": [ "href" ], "values": [ "/freedom-of-information/foi-decisions/ic-review-decisions/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5639, "char_start_idx": 5620, "html_attrs": { "attrs": [ "id" ], "values": [ "item-343" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5662, "char_start_idx": 5640, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5662, "char_start_idx": 5640, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/determinations/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5662, "char_start_idx": 5640, "html_attrs": { "attrs": [ "id" ], "values": [ "item-474" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5677, "char_start_idx": 5663, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5677, "char_start_idx": 5663, "html_attrs": { "attrs": [ "href" ], "values": [ "/agencies-and-organisations/app-guidelines/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5677, "char_start_idx": 5663, "html_attrs": { "attrs": [ "id" ], "values": [ "item-345" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5695, "char_start_idx": 5678, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5695, "char_start_idx": 5678, "html_attrs": { "attrs": [ "href" ], "values": [ "/privacy-law/other-legislation/my-health-records" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5695, "char_start_idx": 5678, "html_attrs": { "attrs": [ "id" ], "values": [ "item-344" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5702, "char_start_idx": 5696, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5702, "char_start_idx": 5696, "html_attrs": { "attrs": [ "href" ], "values": [ "/help-me-find/search" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5702, "char_start_idx": 5696, "html_attrs": { "attrs": [ "id" ], "values": [ "item-904" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5703, "char_start_idx": 5605, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5703, "char_start_idx": 5592, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "item-336", "deeper parent" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5703, "char_start_idx": 5369, "html_attrs": { "attrs": [ "class" ], "values": [ "menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 16, "type": "local", "value": "ul" }, { "char_end_idx": 5703, "char_start_idx": 5369, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 5703, "char_start_idx": 5369, "html_attrs": { "attrs": [ "class" ], "values": [ "rt-grid-7 custom-footer-menu rt-modblock" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 5703, "char_start_idx": 5703, "html_attrs": { "attrs": [ "class" ], "values": [ "social-icons" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5703, "char_start_idx": 5703, "html_attrs": { "attrs": [ "class" ], "values": [ "social-media-module rt-modblock module-content" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5709, "char_start_idx": 5703, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "span" }, { "char_end_idx": 5709, "char_start_idx": 5703, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/key-documents/languages#auslan" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 5709, "char_start_idx": 5703, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 13, "type": "local", "value": "li" }, { "char_end_idx": 5717, "char_start_idx": 5710, "html_attrs": { "attrs": [ "dir", "lang" ], "values": [ "rtl", "ar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5717, "char_start_idx": 5710, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Arabic", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5717, "char_start_idx": 5710, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5721, "char_start_idx": 5718, "html_attrs": { "attrs": [ "lang" ], "values": [ "zh-Hans" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5721, "char_start_idx": 5718, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/key-documents/languages#chinese-simplified" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5721, "char_start_idx": 5718, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5725, "char_start_idx": 5722, "html_attrs": { "attrs": [ "lang" ], "values": [ "zh-Hant" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5725, "char_start_idx": 5722, "html_attrs": { "attrs": [ "href" ], "values": [ "/about-us/corporate-information/key-documents/languages#chinese-traditional" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5725, "char_start_idx": 5722, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5735, "char_start_idx": 5726, "html_attrs": { "attrs": [ "lang" ], "values": [ "el" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5735, "char_start_idx": 5726, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Greek", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5735, "char_start_idx": 5726, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5744, "char_start_idx": 5736, "html_attrs": { "attrs": [ "lang" ], "values": [ "it" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5744, "char_start_idx": 5736, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Italian", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5744, "char_start_idx": 5736, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5748, "char_start_idx": 5745, "html_attrs": { "attrs": [ "lang" ], "values": [ "ko" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5748, "char_start_idx": 5745, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Korean", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5748, "char_start_idx": 5745, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5756, "char_start_idx": 5749, "html_attrs": { "attrs": [ "lang" ], "values": [ "ru" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5756, "char_start_idx": 5749, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Russian", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5756, "char_start_idx": 5749, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5764, "char_start_idx": 5757, "html_attrs": { "attrs": [ "lang" ], "values": [ "es" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5764, "char_start_idx": 5757, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Spanish", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5764, "char_start_idx": 5757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5768, "char_start_idx": 5765, "html_attrs": { "attrs": [ "lang" ], "values": [ "th" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5768, "char_start_idx": 5765, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Thai", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5768, "char_start_idx": 5765, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5775, "char_start_idx": 5769, "html_attrs": { "attrs": [ "lang" ], "values": [ "tr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5775, "char_start_idx": 5769, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Turkish", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5775, "char_start_idx": 5769, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5786, "char_start_idx": 5776, "html_attrs": { "attrs": [ "lang" ], "values": [ "vi" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5786, "char_start_idx": 5776, "html_attrs": { "attrs": [ "dir", "href", "target" ], "values": [ "ltr", "/about-us/corporate-information/key-documents/languages#Vietnamese", "_self" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5786, "char_start_idx": 5776, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5787, "char_start_idx": 5703, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "ul" }, { "char_end_idx": 5787, "char_start_idx": 5703, "html_attrs": { "attrs": [ "class" ], "values": [ "module-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 5787, "char_start_idx": 5703, "html_attrs": { "attrs": [ "class" ], "values": [ "module-translations rt-modblock" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 5787, "char_start_idx": 5703, "html_attrs": { "attrs": [ "class" ], "values": [ "rt-grid-3 rt-omega" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5787, "char_start_idx": 5369, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "footer mainfooter", "rt-container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5787, "char_start_idx": 5787, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-up-open" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "i" }, { "char_end_idx": 5798, "char_start_idx": 5787, "html_attrs": { "attrs": [ "href", "id", "style" ], "values": [ "#top", "back-to-top-btn", "display: none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 5799, "char_start_idx": 5369, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "footersection", "footersection rt-container section" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5799, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "body_font-family-calibri header_font-family-calibri menu_font-family-calibri logo_font-family-calibri custom_font-family-calibri col12 option-com-content menu-operational-info cat-operational-info cat-corporate-information cat-about-us" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 8, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "About us" }, { "char_end_idx": 25, "char_start_idx": 8, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMedia + speeches" }, { "char_end_idx": 40, "char_start_idx": 25, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEngage with us" }, { "char_end_idx": 52, "char_start_idx": 40, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy law" }, { "char_end_idx": 64, "char_start_idx": 52, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIndividuals" }, { "char_end_idx": 89, "char_start_idx": 64, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAgencies + organisations" }, { "char_end_idx": 112, "char_start_idx": 89, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFreedom of information" }, { "char_end_idx": 131, "char_start_idx": 112, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInformation policy" }, { "char_end_idx": 132, "char_start_idx": 131, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 140, "char_start_idx": 132, "key": "paragraph", "marker": "li", "type": "local", "value": "About us" }, { "char_end_idx": 151, "char_start_idx": 140, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact us" }, { "char_end_idx": 189, "char_start_idx": 151, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWho we are\nHistory of the Privacy Act" }, { "char_end_idx": 229, "char_start_idx": 189, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAustralian Information Commissioner Act" }, { "char_end_idx": 230, "char_start_idx": 229, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 286, "char_start_idx": 230, "key": "paragraph", "marker": "li", "type": "local", "value": "Our regulatory approach\nPrivacy regulatory action policy" }, { "char_end_idx": 321, "char_start_idx": 286, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGuide to privacy regulatory action" }, { "char_end_idx": 369, "char_start_idx": 321, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFreedom of information regulatory action policy" }, { "char_end_idx": 370, "char_start_idx": 369, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 393, "char_start_idx": 370, "key": "paragraph", "marker": "li", "type": "local", "value": "Access our information\n" }, { "char_end_idx": 400, "char_start_idx": 393, "key": "paragraph", "marker": "li", "type": "local", "value": "Careers" }, { "char_end_idx": 401, "char_start_idx": 400, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 441, "char_start_idx": 401, "key": "paragraph", "marker": "li", "type": "local", "value": "Corporate information\nPerformance portal" }, { "char_end_idx": 456, "char_start_idx": 441, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnnual Reports" }, { "char_end_idx": 470, "char_start_idx": 456, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKey documents" }, { "char_end_idx": 478, "char_start_idx": 470, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBudget\n" }, { "char_end_idx": 482, "char_start_idx": 478, "key": "paragraph", "marker": "li", "type": "local", "value": "MOUs" }, { "char_end_idx": 506, "char_start_idx": 482, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOperational information" }, { "char_end_idx": 529, "char_start_idx": 506, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenate file list order" }, { "char_end_idx": 566, "char_start_idx": 529, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenate grants and appointment orders" }, { "char_end_idx": 581, "char_start_idx": 566, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegal Services" }, { "char_end_idx": 615, "char_start_idx": 581, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenate Government Contracts Order" }, { "char_end_idx": 616, "char_start_idx": 615, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 633, "char_start_idx": 616, "key": "paragraph", "marker": "li", "type": "local", "value": "Corporate archive" }, { "char_end_idx": 634, "char_start_idx": 633, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 671, "char_start_idx": 634, "key": "paragraph", "marker": "li", "type": "local", "value": "Engage with us\nPrivacy Awareness Week" }, { "char_end_idx": 689, "char_start_idx": 671, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRight to Know Day" }, { "char_end_idx": 703, "char_start_idx": 689, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConsultations" }, { "char_end_idx": 712, "char_start_idx": 703, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNetworks" }, { "char_end_idx": 724, "char_start_idx": 712, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSubmissions" }, { "char_end_idx": 744, "char_start_idx": 724, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCommunity attitudes" }, { "char_end_idx": 786, "char_start_idx": 744, "key": "paragraph", "marker": "li", "type": "local", "value": "\nImmigration Data Breach Privacy Complaint" }, { "char_end_idx": 787, "char_start_idx": 786, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 804, "char_start_idx": 787, "key": "paragraph", "marker": "div", "type": "local", "value": "Media + speeches\n" }, { "char_end_idx": 836, "char_start_idx": 804, "key": "paragraph", "marker": "li", "type": "local", "value": "For individuals\nMake a complaint" }, { "char_end_idx": 863, "char_start_idx": 836, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWhat can I complain about?" }, { "char_end_idx": 882, "char_start_idx": 863, "key": "paragraph", "marker": "li", "type": "local", "value": "\nComplaints process" }, { "char_end_idx": 911, "char_start_idx": 882, "key": "paragraph", "marker": "li", "type": "local", "value": "\nYour complaint review rights" }, { "char_end_idx": 937, "char_start_idx": 911, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy complaint checker" }, { "char_end_idx": 1016, "char_start_idx": 937, "key": "paragraph", "marker": "li", "type": "local", "value": "\nData breach guidance e.g. your personal information was lost, hacked or stolen" }, { "char_end_idx": 1033, "char_start_idx": 1016, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMy Health Record" }, { "char_end_idx": 1067, "char_start_idx": 1033, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Australian Privacy Principles" }, { "char_end_idx": 1096, "char_start_idx": 1067, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCredit reporting fact sheets" }, { "char_end_idx": 1118, "char_start_idx": 1096, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCredit reporting FAQs" }, { "char_end_idx": 1157, "char_start_idx": 1118, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLaw enforcement, surveillance + photos" }, { "char_end_idx": 1167, "char_start_idx": 1157, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWorkplace" }, { "char_end_idx": 1205, "char_start_idx": 1167, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSocial media, ICT + identity security" }, { "char_end_idx": 1212, "char_start_idx": 1205, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHealth" }, { "char_end_idx": 1213, "char_start_idx": 1212, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1226, "char_start_idx": 1213, "key": "paragraph", "marker": "li", "type": "local", "value": "View all FAQs" }, { "char_end_idx": 1247, "char_start_idx": 1226, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView all fact sheets" }, { "char_end_idx": 1248, "char_start_idx": 1247, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1309, "char_start_idx": 1248, "key": "paragraph", "marker": "li", "type": "local", "value": "Agencies + organisations\nLegally binding guidelines and rules" }, { "char_end_idx": 1324, "char_start_idx": 1309, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAPP guidelines" }, { "char_end_idx": 1344, "char_start_idx": 1324, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdvisory guidelines" }, { "char_end_idx": 1351, "char_start_idx": 1344, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGuides" }, { "char_end_idx": 1396, "char_start_idx": 1351, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFAQs for agencies + organisations\nBusinesses" }, { "char_end_idx": 1406, "char_start_idx": 1396, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStart-ups" }, { "char_end_idx": 1426, "char_start_idx": 1406, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGovernment agencies" }, { "char_end_idx": 1451, "char_start_idx": 1426, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHealth service providers" }, { "char_end_idx": 1452, "char_start_idx": 1451, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1470, "char_start_idx": 1452, "key": "paragraph", "marker": "li", "type": "local", "value": "Business resources" }, { "char_end_idx": 1487, "char_start_idx": 1470, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAgency resources" }, { "char_end_idx": 1506, "char_start_idx": 1487, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTraining resources" }, { "char_end_idx": 1507, "char_start_idx": 1506, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1544, "char_start_idx": 1507, "key": "paragraph", "marker": "li", "type": "local", "value": "Privacy law\nRights + responsibilities" }, { "char_end_idx": 1590, "char_start_idx": 1544, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Privacy Act\nAustralian Privacy Principles" }, { "char_end_idx": 1628, "char_start_idx": 1590, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNotifiable Data Breaches (NDB) scheme" }, { "char_end_idx": 1645, "char_start_idx": 1628, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCredit Reporting" }, { "char_end_idx": 1673, "char_start_idx": 1645, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHealth and medical research" }, { "char_end_idx": 1693, "char_start_idx": 1673, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy Regulations" }, { "char_end_idx": 1710, "char_start_idx": 1693, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTax file numbers" }, { "char_end_idx": 1711, "char_start_idx": 1710, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1746, "char_start_idx": 1711, "key": "paragraph", "marker": "li", "type": "local", "value": "Other legislation\nMy Health Records" }, { "char_end_idx": 1765, "char_start_idx": 1746, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTelecommunications" }, { "char_end_idx": 1787, "char_start_idx": 1765, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnti-money laundering" }, { "char_end_idx": 1794, "char_start_idx": 1787, "key": "paragraph", "marker": "li", "type": "local", "value": "\n+ More" }, { "char_end_idx": 1795, "char_start_idx": 1794, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1813, "char_start_idx": 1795, "key": "paragraph", "marker": "li", "type": "local", "value": "Privacy registers\n" }, { "char_end_idx": 1856, "char_start_idx": 1813, "key": "paragraph", "marker": "li", "type": "local", "value": "Australian Government Agencies Privacy Code" }, { "char_end_idx": 1871, "char_start_idx": 1856, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDeterminations" }, { "char_end_idx": 1896, "char_start_idx": 1871, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEnforceable undertakings" }, { "char_end_idx": 1908, "char_start_idx": 1896, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCII reports" }, { "char_end_idx": 1920, "char_start_idx": 1908, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAssessments" }, { "char_end_idx": 1948, "char_start_idx": 1920, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOther privacy jurisdictions" }, { "char_end_idx": 1964, "char_start_idx": 1948, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy archive" }, { "char_end_idx": 1965, "char_start_idx": 1964, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2006, "char_start_idx": 1965, "key": "paragraph", "marker": "li", "type": "local", "value": "For FOI applicants\nFreedom of information" }, { "char_end_idx": 2052, "char_start_idx": 2006, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHow do I apply for review of an FOI decision?" }, { "char_end_idx": 2077, "char_start_idx": 2052, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI FAQs for individuals" }, { "char_end_idx": 2093, "char_start_idx": 2077, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI fact sheets" }, { "char_end_idx": 2141, "char_start_idx": 2093, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHow do I make a complaint about FOI processing?" }, { "char_end_idx": 2142, "char_start_idx": 2141, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2164, "char_start_idx": 2142, "key": "paragraph", "marker": "li", "type": "local", "value": "For agencies\nFOI guide" }, { "char_end_idx": 2179, "char_start_idx": 2164, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI guidelines" }, { "char_end_idx": 2209, "char_start_idx": 2179, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIC review procedure direction" }, { "char_end_idx": 2230, "char_start_idx": 2209, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI agency resources" }, { "char_end_idx": 2242, "char_start_idx": 2230, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI reports" }, { "char_end_idx": 2264, "char_start_idx": 2242, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI FAQs for agencies" }, { "char_end_idx": 2276, "char_start_idx": 2264, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI archive" }, { "char_end_idx": 2277, "char_start_idx": 2276, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2312, "char_start_idx": 2277, "key": "paragraph", "marker": "li", "type": "local", "value": "FOI law\nRights and responsibilities" }, { "char_end_idx": 2320, "char_start_idx": 2312, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI Act" }, { "char_end_idx": 2336, "char_start_idx": 2320, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI regulations" }, { "char_end_idx": 2370, "char_start_idx": 2336, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI decisions\nIC review decisions" }, { "char_end_idx": 2389, "char_start_idx": 2370, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI determinations" }, { "char_end_idx": 2422, "char_start_idx": 2389, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVexatious applicant declarations" }, { "char_end_idx": 2438, "char_start_idx": 2422, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFOI OMI reports" }, { "char_end_idx": 2439, "char_start_idx": 2438, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2462, "char_start_idx": 2439, "key": "paragraph", "marker": "li", "type": "local", "value": "Other FOI jurisdictions" }, { "char_end_idx": 2463, "char_start_idx": 2462, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2481, "char_start_idx": 2463, "key": "paragraph", "marker": "li", "type": "local", "value": "Information policy" }, { "char_end_idx": 2506, "char_start_idx": 2481, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAbout information policy" }, { "char_end_idx": 2535, "char_start_idx": 2506, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInformation policy resources" }, { "char_end_idx": 2568, "char_start_idx": 2535, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInformation policy issues papers" }, { "char_end_idx": 2569, "char_start_idx": 2568, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2655, "char_start_idx": 2569, "key": "paragraph", "marker": "h1", "type": "local", "value": "Delegation of Privacy functions and powers by the Australian Information Commissioner\n" }, { "char_end_idx": 3104, "char_start_idx": 2655, "key": "paragraph", "marker": "p", "type": "local", "value": "I, Timothy Pilgrim, Australian Information Commissioner, pursuant to section 25 of the Australian Information Commissioner Act 2010 , revoke all previous instruments, and delegate to the persons from time to time holding, occupying or performing the duties of the positions listed in column 1 of the schedule below, all powers and functions conferred upon me by the provisions referred to in the Acts listed in columns 2 to 7 of the schedule below.\n" }, { "char_end_idx": 3297, "char_start_idx": 3104, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Delegation of privacy functions and powers by the Australian Information Commissioner\nPart IV — Functions of the Information Commissioner, all functions and powers (except ss 28(l)(a) or (b))\n\n" }, { "char_end_idx": 3388, "char_start_idx": 3297, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part V — Investigations, all functions and powers (except ss 52, 53B, 55B, 62, 66 and 68)\n\n" }, { "char_end_idx": 3469, "char_start_idx": 3388, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part VI, Division 1 — Public interest determinations, ss 73, 74, 75, 76, and 77\n\n" }, { "char_end_idx": 3526, "char_start_idx": 3469, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part VI, Division 3 — Register of Determinations, s 80E.\n" }, { "char_end_idx": 3636, "char_start_idx": 3526, "key": "paragraph", "marker": "p", "type": "local", "value": "Assistant Commissioner, Senior\nExecutive Service Band 1 Dispute Resolution and Regulation & Strategy Branches\n" }, { "char_end_idx": 3743, "char_start_idx": 3636, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part IV — Functions of the Information Commissioner, all functions and powers (except ss 28(l)(a) or (b))\n\n" }, { "char_end_idx": 3834, "char_start_idx": 3743, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part V — Investigations, all functions and powers (except ss 52, 53B, 55B, 62, 66 and 68)\n\n" }, { "char_end_idx": 3915, "char_start_idx": 3834, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part VI, Division 1 — Public interest determinations, ss 73, 74, 75, 76, and 77\n\n" }, { "char_end_idx": 3972, "char_start_idx": 3915, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part VI, Division 3 — Register of Determinations, s 80E.\n" }, { "char_end_idx": 4054, "char_start_idx": 3972, "key": "paragraph", "marker": "p", "type": "local", "value": "Director, Executive Level 2 Dispute Resolution and Regulation & Strategy Branches\n" }, { "char_end_idx": 4159, "char_start_idx": 4054, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part IV — Functions of the Information Commissioner, ss 27(1) and (2), 28(l)(d), 28(3),28A, 28B and 33C\n\n" }, { "char_end_idx": 4283, "char_start_idx": 4159, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part V, Division 1 — Investigation of complaints and investigations on Commissioner's initiative, all functions and powers\n\n" }, { "char_end_idx": 4364, "char_start_idx": 4283, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part V, Division 2 — Determination following investigation of complaints, s 53A\n\n" }, { "char_end_idx": 4421, "char_start_idx": 4364, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part VI, Division 3 — Register of Determinations, s 80E.\n" }, { "char_end_idx": 4541, "char_start_idx": 4421, "key": "paragraph", "marker": "p", "type": "local", "value": "Deputy Director, Executive Level 1 to Australian Public Service 3 Dispute Resolution and Regulation & Strategy Branches\n" }, { "char_end_idx": 4663, "char_start_idx": 4541, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part IV, Division 2 — Functions of the Information Commissioner, ss 27(1) and (2), 28(l)(c) and (d), 28(3), 28A, and 33C\n\n" }, { "char_end_idx": 4815, "char_start_idx": 4663, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part V, Division 1 — Investigation of complaints and investigations on Commissioner's initiative, ss 36(4), 40, 40A, 41, 42, 43(1) to (3), 48, and 50A.\n" }, { "char_end_idx": 4909, "char_start_idx": 4815, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part IV, Division 2 — Functions of Commissioner, sections 27(1) and (2) and 28(l)(c) and (d)\n\n" }, { "char_end_idx": 5000, "char_start_idx": 4909, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "Part V, Division 1, s 36(4) provide assistance to a person who wishes to make a complaint.\n" }, { "char_end_idx": 5069, "char_start_idx": 5000, "key": "paragraph", "marker": "p", "type": "local", "value": "Timothy Pilgrim\nAustralian Information Commissioner\n14 December 2016\n" }, { "char_end_idx": 5079, "char_start_idx": 5069, "key": "paragraph", "marker": "li", "type": "local", "value": "Contact us" }, { "char_end_idx": 5090, "char_start_idx": 5079, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWho we are" }, { "char_end_idx": 5114, "char_start_idx": 5090, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOur regulatory approach" }, { "char_end_idx": 5155, "char_start_idx": 5114, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCorporate information\nPerformance portal" }, { "char_end_idx": 5170, "char_start_idx": 5155, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAnnual Reports" }, { "char_end_idx": 5184, "char_start_idx": 5170, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKey documents" }, { "char_end_idx": 5192, "char_start_idx": 5184, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBudget\n" }, { "char_end_idx": 5196, "char_start_idx": 5192, "key": "paragraph", "marker": "li", "type": "local", "value": "MOUs" }, { "char_end_idx": 5220, "char_start_idx": 5196, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOperational information" }, { "char_end_idx": 5243, "char_start_idx": 5220, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenate file list order" }, { "char_end_idx": 5280, "char_start_idx": 5243, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenate grants and appointment orders" }, { "char_end_idx": 5295, "char_start_idx": 5280, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLegal Services" }, { "char_end_idx": 5329, "char_start_idx": 5295, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSenate Government Contracts Order" }, { "char_end_idx": 5330, "char_start_idx": 5329, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 5337, "char_start_idx": 5330, "key": "paragraph", "marker": "li", "type": "local", "value": "Careers" }, { "char_end_idx": 5360, "char_start_idx": 5337, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAccess our information" }, { "char_end_idx": 5368, "char_start_idx": 5360, "key": "paragraph", "marker": "li", "type": "local", "value": "\nArchive" }, { "char_end_idx": 5369, "char_start_idx": 5368, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5392, "char_start_idx": 5369, "key": "paragraph", "marker": "li", "type": "local", "value": "About our site\nSite map" }, { "char_end_idx": 5406, "char_start_idx": 5392, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAccessibility" }, { "char_end_idx": 5423, "char_start_idx": 5406, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNew website help" }, { "char_end_idx": 5438, "char_start_idx": 5423, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy policy" }, { "char_end_idx": 5448, "char_start_idx": 5438, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCopyright" }, { "char_end_idx": 5469, "char_start_idx": 5448, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTerms and conditions" }, { "char_end_idx": 5470, "char_start_idx": 5469, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 5508, "char_start_idx": 5470, "key": "paragraph", "marker": "li", "type": "local", "value": "Our information\nAccess our information" }, { "char_end_idx": 5516, "char_start_idx": 5508, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOur IPS" }, { "char_end_idx": 5539, "char_start_idx": 5516, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOur FOI Disclosure Log" }, { "char_end_idx": 5558, "char_start_idx": 5539, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPerformance portal" }, { "char_end_idx": 5566, "char_start_idx": 5558, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCareers" }, { "char_end_idx": 5591, "char_start_idx": 5566, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNewsletter subscriptions" }, { "char_end_idx": 5592, "char_start_idx": 5591, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 5619, "char_start_idx": 5592, "key": "paragraph", "marker": "li", "type": "local", "value": "Help me find\nMedia releases" }, { "char_end_idx": 5639, "char_start_idx": 5619, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIC review decisions" }, { "char_end_idx": 5662, "char_start_idx": 5639, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy determinations" }, { "char_end_idx": 5677, "char_start_idx": 5662, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAPP guidelines" }, { "char_end_idx": 5695, "char_start_idx": 5677, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMy Health Records" }, { "char_end_idx": 5702, "char_start_idx": 5695, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSearch" }, { "char_end_idx": 5703, "char_start_idx": 5702, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 5709, "char_start_idx": 5703, "key": "paragraph", "marker": "li", "type": "local", "value": "Auslan" }, { "char_end_idx": 5717, "char_start_idx": 5709, "key": "paragraph", "marker": "li", "type": "local", "value": "\nالعربية" }, { "char_end_idx": 5721, "char_start_idx": 5717, "key": "paragraph", "marker": "li", "type": "local", "value": "\n简化字" }, { "char_end_idx": 5725, "char_start_idx": 5721, "key": "paragraph", "marker": "li", "type": "local", "value": "\n繁體字" }, { "char_end_idx": 5735, "char_start_idx": 5725, "key": "paragraph", "marker": "li", "type": "local", "value": "\nελληνικός" }, { "char_end_idx": 5744, "char_start_idx": 5735, "key": "paragraph", "marker": "li", "type": "local", "value": "\nItaliano" }, { "char_end_idx": 5748, "char_start_idx": 5744, "key": "paragraph", "marker": "li", "type": "local", "value": "\n한국어" }, { "char_end_idx": 5756, "char_start_idx": 5748, "key": "paragraph", "marker": "li", "type": "local", "value": "\nРусский" }, { "char_end_idx": 5764, "char_start_idx": 5756, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEspañol" }, { "char_end_idx": 5768, "char_start_idx": 5764, "key": "paragraph", "marker": "li", "type": "local", "value": "\nไทย" }, { "char_end_idx": 5775, "char_start_idx": 5768, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTürkçe" }, { "char_end_idx": 5786, "char_start_idx": 5775, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTiếng Việt" }, { "char_end_idx": 5787, "char_start_idx": 5786, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5799, "char_start_idx": 5787, "key": "paragraph", "marker": "div", "type": "local", "value": "Back to top\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Delegation of Privacy functions and powers by the Australian Information Commissioner| Office of the Australian Information Commissioner - OAIC" } ]
[ { "key": "url", "type": "global", "value": "https://www.oaic.gov.au/about-us/corporate-information/operational-information/delegation-of-privacy-functions-and-powers-by-the-australian-information-commissioner" } ]
[]
About us Media + speeches Engage with us Privacy law Individuals Agencies + organisations Freedom of information Information policy About us Contact us Who we are History of the Privacy Act Australian Information Commissioner Act Our regulatory approach Privacy regulatory action policy Guide to privacy regulatory action Freedom of information regulatory action policy Access our information Careers Corporate information Performance portal Annual Reports Key documents Budget MOUs Operational information Senate file list order Senate grants and appointment orders Legal Services Senate Government Contracts Order Corporate archive Engage with us Privacy Awareness Week Right to Know Day Consultations Networks Submissions Community attitudes Immigration Data Breach Privacy Complaint Media + speeches For individuals Make a complaint What can I complain about? Complaints process Your complaint review rights Privacy complaint checker Data breach guidance e.g. your personal information was lost, hacked or stolen My Health Record The Australian Privacy Principles Credit reporting fact sheets Credit reporting FAQs Law enforcement, surveillance + photos Workplace Social media, ICT + identity security Health View all FAQs View all fact sheets Agencies + organisations Legally binding guidelines and rules APP guidelines Advisory guidelines Guides FAQs for agencies + organisations Businesses Start-ups Government agencies Health service providers Business resources Agency resources Training resources Privacy law Rights + responsibilities The Privacy Act Australian Privacy Principles Notifiable Data Breaches (NDB) scheme Credit Reporting Health and medical research Privacy Regulations Tax file numbers Other legislation My Health Records Telecommunications Anti-money laundering + More Privacy registers Australian Government Agencies Privacy Code Determinations Enforceable undertakings CII reports Assessments Other privacy jurisdictions Privacy archive For FOI applicants Freedom of information How do I apply for review of an FOI decision? FOI FAQs for individuals FOI fact sheets How do I make a complaint about FOI processing? For agencies FOI guide FOI guidelines IC review procedure direction FOI agency resources FOI reports FOI FAQs for agencies FOI archive FOI law Rights and responsibilities FOI Act FOI regulations FOI decisions IC review decisions FOI determinations Vexatious applicant declarations FOI OMI reports Other FOI jurisdictions Information policy About information policy Information policy resources Information policy issues papers Delegation of Privacy functions and powers by the Australian Information Commissioner I, Timothy Pilgrim, Australian Information Commissioner, pursuant to section 25 of the Australian Information Commissioner Act 2010 , revoke all previous instruments, and delegate to the persons from time to time holding, occupying or performing the duties of the positions listed in column 1 of the schedule below, all powers and functions conferred upon me by the provisions referred to in the Acts listed in columns 2 to 7 of the schedule below. Delegation of privacy functions and powers by the Australian Information Commissioner Part IV — Functions of the Information Commissioner, all functions and powers (except ss 28(l)(a) or (b)) Part V — Investigations, all functions and powers (except ss 52, 53B, 55B, 62, 66 and 68) Part VI, Division 1 — Public interest determinations, ss 73, 74, 75, 76, and 77 Part VI, Division 3 — Register of Determinations, s 80E. Assistant Commissioner, Senior Executive Service Band 1 Dispute Resolution and Regulation & Strategy Branches Part IV — Functions of the Information Commissioner, all functions and powers (except ss 28(l)(a) or (b)) Part V — Investigations, all functions and powers (except ss 52, 53B, 55B, 62, 66 and 68) Part VI, Division 1 — Public interest determinations, ss 73, 74, 75, 76, and 77 Part VI, Division 3 — Register of Determinations, s 80E. Director, Executive Level 2 Dispute Resolution and Regulation & Strategy Branches Part IV — Functions of the Information Commissioner, ss 27(1) and (2), 28(l)(d), 28(3),28A, 28B and 33C Part V, Division 1 — Investigation of complaints and investigations on Commissioner's initiative, all functions and powers Part V, Division 2 — Determination following investigation of complaints, s 53A Part VI, Division 3 — Register of Determinations, s 80E. Deputy Director, Executive Level 1 to Australian Public Service 3 Dispute Resolution and Regulation & Strategy Branches Part IV, Division 2 — Functions of the Information Commissioner, ss 27(1) and (2), 28(l)(c) and (d), 28(3), 28A, and 33C Part V, Division 1 — Investigation of complaints and investigations on Commissioner's initiative, ss 36(4), 40, 40A, 41, 42, 43(1) to (3), 48, and 50A. Part IV, Division 2 — Functions of Commissioner, sections 27(1) and (2) and 28(l)(c) and (d) Part V, Division 1, s 36(4) provide assistance to a person who wishes to make a complaint. Timothy Pilgrim Australian Information Commissioner 14 December 2016 Contact us Who we are Our regulatory approach Corporate information Performance portal Annual Reports Key documents Budget MOUs Operational information Senate file list order Senate grants and appointment orders Legal Services Senate Government Contracts Order Careers Access our information Archive About our site Site map Accessibility New website help Privacy policy Copyright Terms and conditions Our information Access our information Our IPS Our FOI Disclosure Log Performance portal Careers Newsletter subscriptions Help me find Media releases IC review decisions Privacy determinations APP guidelines My Health Records Search Auslan العربية 简化字 繁體字 ελληνικός Italiano 한국어 Русский Español ไทย Türkçe Tiếng Việt Back to top
https://www.oaic.gov.au/about-us/corporate-information/operational-information/delegation-of-privacy-functions-and-powers-by-the-australian-information-commissioner
[ { "char_end_idx": 189, "char_start_idx": 178, "key": "entity", "type": "local", "value": "Privacy_law" }, { "char_end_idx": 200, "char_start_idx": 190, "key": "entity", "type": "local", "value": "Australia" }, { "char_end_idx": 513, "char_start_idx": 507, "key": "entity", "type": "local", "value": "Australian_Senate" }, { "char_end_idx": 536, "char_start_idx": 530, "key": "entity", "type": "local", "value": "Australian_Senate" }, { "char_end_idx": 581, "char_start_idx": 567, "key": "entity", "type": "local", "value": "Legal_aid" }, { "char_end_idx": 1185, "char_start_idx": 1182, "key": "entity", "type": "local", "value": "Information_and_communications_technology" }, { "char_end_idx": 1313, "char_start_idx": 1310, "key": "entity", "type": "local", "value": "Application_software" }, { "char_end_idx": 1560, "char_start_idx": 1549, "key": "entity", "type": "local", "value": "Privacy_law" }, { "char_end_idx": 1620, "char_start_idx": 1617, "key": "entity", "type": "local", "value": "Neue_Deutsche_Biographie" }, { "char_end_idx": 1900, "char_start_idx": 1897, "key": "entity", "type": "local", "value": "Software_patent" }, { "char_end_idx": 1972, "char_start_idx": 1969, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2168, "char_start_idx": 2165, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2182, "char_start_idx": 2180, "key": "entity", "type": "local", "value": "Integrated_circuit" }, { "char_end_idx": 2213, "char_start_idx": 2210, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2234, "char_start_idx": 2231, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2268, "char_start_idx": 2265, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2324, "char_start_idx": 2321, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2340, "char_start_idx": 2337, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2353, "char_start_idx": 2351, "key": "entity", "type": "local", "value": "Integrated_circuit" }, { "char_end_idx": 2448, "char_start_idx": 2445, "key": "entity", "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2654, "char_start_idx": 2619, "key": "entity", "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 2673, "char_start_idx": 2658, "key": "entity", "type": "local", "value": "Timothy_Pilgrim" }, { "char_end_idx": 2710, "char_start_idx": 2675, "key": "entity", "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 3055, "char_start_idx": 3051, "key": "entity", "type": "local", "value": "Act_of_Parliament_(UK)" }, { "char_end_idx": 3189, "char_start_idx": 3154, "key": "entity", "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 3556, "char_start_idx": 3550, "key": "entity", "type": "local", "value": "Senior_status" }, { "char_end_idx": 4484, "char_start_idx": 4459, "key": "entity", "type": "local", "value": "Australian_Public_Service" }, { "char_end_idx": 4548, "char_start_idx": 4541, "key": "entity", "type": "local", "value": "Controlling_Crowds_–_Part_IV" }, { "char_end_idx": 4822, "char_start_idx": 4815, "key": "entity", "type": "local", "value": "Controlling_Crowds_–_Part_IV" }, { "char_end_idx": 5015, "char_start_idx": 5000, "key": "entity", "type": "local", "value": "Timothy_Pilgrim" }, { "char_end_idx": 5051, "char_start_idx": 5016, "key": "entity", "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 5227, "char_start_idx": 5221, "key": "entity", "type": "local", "value": "Senate" }, { "char_end_idx": 5250, "char_start_idx": 5244, "key": "entity", "type": "local", "value": "Senate" }, { "char_end_idx": 5295, "char_start_idx": 5281, "key": "entity", "type": "local", "value": "Legal_aid" }, { "char_end_idx": 5622, "char_start_idx": 5620, "key": "entity", "type": "local", "value": "Integrated_circuit" }, { "char_end_idx": 5666, "char_start_idx": 5663, "key": "entity", "type": "local", "value": "Mobile_app" }, { "char_end_idx": 5709, "char_start_idx": 5703, "key": "entity", "type": "local", "value": "Auslan" }, { "char_end_idx": 5744, "char_start_idx": 5736, "key": "entity", "type": "local", "value": "Italy" }, { "char_end_idx": 5764, "char_start_idx": 5757, "key": "entity", "type": "local", "value": "Spanish_language" }, { "char_end_idx": 5775, "char_start_idx": 5769, "key": "entity", "type": "local", "value": "Turkish_language" }, { "char_end_idx": 5786, "char_start_idx": 5776, "key": "entity", "type": "local", "value": "Vietnamese_language" } ]
[ { "char_end_idx": 189, "char_start_idx": 151, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Privacy_law" }, { "char_end_idx": 229, "char_start_idx": 189, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australia" }, { "char_end_idx": 529, "char_start_idx": 506, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australian_Senate" }, { "char_end_idx": 566, "char_start_idx": 529, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australian_Senate" }, { "char_end_idx": 581, "char_start_idx": 566, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Legal_aid" }, { "char_end_idx": 1205, "char_start_idx": 1167, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Information_and_communications_technology" }, { "char_end_idx": 1324, "char_start_idx": 1309, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Application_software" }, { "char_end_idx": 1590, "char_start_idx": 1544, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Privacy_law" }, { "char_end_idx": 1628, "char_start_idx": 1590, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Neue_Deutsche_Biographie" }, { "char_end_idx": 1908, "char_start_idx": 1896, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Software_patent" }, { "char_end_idx": 2006, "char_start_idx": 1965, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2179, "char_start_idx": 2164, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2209, "char_start_idx": 2179, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Integrated_circuit" }, { "char_end_idx": 2230, "char_start_idx": 2209, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2242, "char_start_idx": 2230, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2276, "char_start_idx": 2264, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2336, "char_start_idx": 2320, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2370, "char_start_idx": 2336, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2370, "char_start_idx": 2336, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Integrated_circuit" }, { "char_end_idx": 2462, "char_start_idx": 2439, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Freedom_of_information" }, { "char_end_idx": 2655, "char_start_idx": 2569, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 3104, "char_start_idx": 2655, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Timothy_Pilgrim" }, { "char_end_idx": 3104, "char_start_idx": 2655, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 3104, "char_start_idx": 2655, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Act_of_Parliament_(UK)" }, { "char_end_idx": 3297, "char_start_idx": 3104, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 3636, "char_start_idx": 3526, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Senior_status" }, { "char_end_idx": 4541, "char_start_idx": 4421, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Australian_Public_Service" }, { "char_end_idx": 4663, "char_start_idx": 4541, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Controlling_Crowds_–_Part_IV" }, { "char_end_idx": 4909, "char_start_idx": 4815, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Controlling_Crowds_–_Part_IV" }, { "char_end_idx": 5069, "char_start_idx": 5000, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Timothy_Pilgrim" }, { "char_end_idx": 5069, "char_start_idx": 5000, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Australian_Information_Commissioner" }, { "char_end_idx": 5243, "char_start_idx": 5220, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Senate" }, { "char_end_idx": 5280, "char_start_idx": 5243, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Senate" }, { "char_end_idx": 5295, "char_start_idx": 5280, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Legal_aid" }, { "char_end_idx": 5639, "char_start_idx": 5619, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Integrated_circuit" }, { "char_end_idx": 5677, "char_start_idx": 5662, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Mobile_app" }, { "char_end_idx": 5709, "char_start_idx": 5703, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Auslan" }, { "char_end_idx": 5744, "char_start_idx": 5735, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Italy" }, { "char_end_idx": 5764, "char_start_idx": 5756, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spanish_language" }, { "char_end_idx": 5775, "char_start_idx": 5768, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Turkish_language" }, { "char_end_idx": 5786, "char_start_idx": 5775, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Vietnamese_language" } ]
0
103
1556035518000
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>It&#8217;s a Trap! | OurWorldofEnergy</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.ourworldofenergy.com/blog/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/js/html5.js"></script> <![endif]--> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="OurWorldofEnergy &raquo; Feed" href="https://www.ourworldofenergy.com/blog/?feed=rss2" /> <link rel="alternate" type="application/rss+xml" title="OurWorldofEnergy &raquo; Comments Feed" href="https://www.ourworldofenergy.com/blog/?feed=comments-rss2" /> <link rel="alternate" type="application/rss+xml" title="OurWorldofEnergy &raquo; It&#8217;s a Trap! Comments Feed" href="https://www.ourworldofenergy.com/blog/?feed=rss2&#038;p=374" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.ourworldofenergy.com\/blog\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='twentyfourteen-jetpack-css' href='https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css?ver=7.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.ourworldofenergy.com/blog/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-theme-css' href='https://www.ourworldofenergy.com/blog/wp-includes/css/dist/block-library/theme.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfourteen-lato-css' href='https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfourteen-style-css' href='https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfourteen-block-style-css' href='https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/css/blocks.css?ver=20181230' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfourteen-ie-css' href='https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/css/ie.css?ver=20131205' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='jetpack_css-css' href='https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/css/jetpack.css?ver=7.2.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='https://www.ourworldofenergy.com/blog/index.php?rest_route=/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.ourworldofenergy.com/blog/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.ourworldofenergy.com/blog/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='The Transportation Transformation and its Impact on the Oil Industry' href='https://www.ourworldofenergy.com/blog/?p=359' /> <link rel='next' title='Net Metering: A brilliant concept whose time has passed?' href='https://www.ourworldofenergy.com/blog/?p=385' /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="https://www.ourworldofenergy.com/blog/?p=374" /> <link rel='shortlink' href='https://wp.me/p5KPiQ-62' /> <link rel="alternate" type="application/json+oembed" href="https://www.ourworldofenergy.com/blog/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374" /> <link rel="alternate" type="text/xml+oembed" href="https://www.ourworldofenergy.com/blog/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&#038;format=xml" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-62769658-1', 'auto'); ga('send', 'pageview'); </script> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css"></style> <style type="text/css"> .synved-social-resolution-single { display: inline-block; } .synved-social-resolution-normal { display: inline-block; } .synved-social-resolution-hidef { display: none; } @media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) { .synved-social-resolution-normal { display: none; } .synved-social-resolution-hidef { display: inline-block; } } </style> <style type="text/css" id="twentyfourteen-header-css"> .site-title a { color: #ffffff; } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #ffffff; } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="It&#8217;s a Trap!" /> <meta property="og:url" content="https://www.ourworldofenergy.com/blog/?p=374" /> <meta property="og:description" content="Guest blog by S. A. Shelley Revenue Trap: &#8221; A focus on revenue at the expense of weakened strategy and reduced profits.&#8221; Oil prices seeming to whipsaw back and forth, weekly, daily, eve…" /> <meta property="article:published_time" content="2017-08-26T04:46:53+00:00" /> <meta property="article:modified_time" content="2017-10-31T20:09:12+00:00" /> <meta property="og:site_name" content="OurWorldofEnergy" /> <meta property="og:image" content="http://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-300x207.jpg" /> <meta property="og:image:width" content="449" /> <meta property="og:image:height" content="310" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:text:title" content="It&#8217;s a Trap!" /> <meta name="twitter:card" content="summary" /> <!-- End Jetpack Open Graph Tags --> </head> <body class="post-template-default single single-post postid-374 single-format-standard custom-background wp-embed-responsive masthead-fixed footer-widgets singular"> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <div class="header-main"> <h1 class="site-title"><a href="https://www.ourworldofenergy.com/blog/" rel="home">OurWorldofEnergy</a></h1> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container">Search</a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> <button class="menu-toggle">Primary Menu</button> <a class="screen-reader-text skip-link" href="#content">Skip to content</a> <div class="menu-owoe-home-container"><ul id="primary-menu" class="nav-menu"><li id="menu-item-25" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25"><a href="http://www.ourworldofenergy.com">Our World of Energy &#8211; Home</a></li> </ul></div> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <form role="search" method="get" class="search-form" action="https://www.ourworldofenergy.com/blog/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main"> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <article id="post-374" class="post-374 post type-post status-publish format-standard hentry category-guest-blog category-oil-and-gas"> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://www.ourworldofenergy.com/blog/?cat=19" rel="category">Guest Blog</a>, <a href="https://www.ourworldofenergy.com/blog/?cat=8" rel="category">Oil &amp; Gas</a></span> </div> <h1 class="entry-title">It&#8217;s a Trap!</h1> <div class="entry-meta"> <span class="entry-date"><a href="https://www.ourworldofenergy.com/blog/?p=374" rel="bookmark"><time class="entry-date" datetime="2017-08-26T04:46:53+00:00">August 26, 2017</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://www.ourworldofenergy.com/blog/?author=1" rel="author">wluyties</a></span></span> <span class="comments-link"><a href="https://www.ourworldofenergy.com/blog/?p=374#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Guest blog by S. A. Shelley</p> <p><strong>Revenue Trap:</strong> &#8221; A focus on revenue at the expense of weakened strategy and reduced profits.&#8221;</p> <p>Oil prices seeming to whipsaw back and forth, weekly, daily, even hourly is the result of many oil and options traders clearing trades at whatever slim profit they can eke out. Of course, multiply that slim profit by the huge volumes traded and well, Wall Street still makes a hefty profit whether oil is up or down.</p> <p>Other folks are starting to talk about oil supply and demand hitting a new equilibrium, or that shale production has peaked. Fair enough. In fact, I agree that efforts to constrict oil supply are starting to have some effect. I doubt however that restricting oil supplies will be effective in the long run. OPEC claims that compliance with the production quotas is strong, but on the other hand, some OPEC members have recently vowed to <a href="http://oilprice.com/Energy/Crude-Oil/Ecuador-Abandons-The-OPEC-Deal-Whos-Next.html">opt out of the quotas</a> and to even <a href="http://oilprice.com/Energy/Crude-Oil/OPECs-No2-Goes-Rogue-Plans-To-Pump-5-Million-Bpd.html">increase production</a>. Don’t forget about some of the African members of OPEC who were free to pump and sell as much oil as they could.<span id="more-374"></span></p> <p>Also of interest is the sudden <a href="http://www.economiccalendar.com/2017/02/17/top-opec-producers-locked-in-a-race-for-oil-tanker-fleet-supremacy/">tanker buying spree</a> that both Iraq and Saudi Arabia have embarked upon. For Saudi Arabia, 61 VLCCs carry a lot of oil for delivery – or as a storage buffer.</p> <p>Oil markets themselves are shifting operations. What used to be a negotiated long term contract between parties has now morphed into an <a href="https://www.bloomberg.com/news/articles/2017-08-02/oil-s-going-going-gone-auctions-reveal-clues-on-crude-s-worth">auction type clearing house</a>.  Back room special rates to China or Japan be damned, it appears to be fair market value from now on. Auctions are great for relatively high spot prices, but watch out if spot prices fall.</p> <p>These events and others too numerous to mention here seem to suggest that we’re about to enter a Revenue Trap for oil. That is, most major oil producing states are desperate for revenue and are already abandoning the quotas, finding ways to manage distribution, storage and delivery, and whatever way possible to eke out any price gain for oil.</p> <p>Once the Revenue Trap takes hold, it is unlikely that oil will ever hit $100 again in the foreseeable future. Instead, I think that oil prices will again settle within a range of their long run prices (see figure below).</p> <figure id="attachment_376" aria-describedby="caption-attachment-376" style="width: 449px" class="wp-caption alignleft"><a href="http://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price.jpg"><img class=" wp-image-376" src="http://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-300x207.jpg" alt="" width="449" height="310" srcset="https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-300x207.jpg 300w, https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-768x531.jpg 768w, https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-1024x708.jpg 1024w, https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price.jpg 1267w" sizes="(max-width: 449px) 100vw, 449px" /></a><figcaption id="caption-attachment-376" class="wp-caption-text">World Oil Price (Source BP Statistical Energy Review, 2014)</figcaption></figure> <p>In addition, everything that the oil producing states do to push prices up are only going to drive the oil consuming states (China, India) to seek ways to do with less and less oil. The affordable technology to replace oil is here, and in China and India the political and social will to do so is there. Europe? They have set plans in several nations now to abandon petrol vehicles or gas heating. North America? Well, the U.S. is fractured and <a href="http://nationalpost.com/opinion/rex-murphy-canada-so-ripe-with-green-activism-old-fashioned-employment-has-gone-out-of-fashion/wcm/c8b0f283-2568-4bd9-b74f-400137a98e82">Canada of course is just going with the flow</a> .</p> <p>All these technology changes and possibilities are causing oil industry executives and workers in Houston, Riyadh, Moscow and Teheran worry about oil prices or jobs, yet traders in New York, London and Singapore worry whether their next purchase will be a Ferrari or a Tesla.</p> <p>Low oil prices have three benefits: 1) they cancel the bad projects, 2) they bankrupt the dumb companies and 3) they overthrow the corrupt and inept governments.  We need oil just a bit lower for a bit longer to really do some good in this world.</p> <p>Forget hugging trees, embrace the sunshine and feel the breeze in the air. Remember also to keep your tires properly inflated and just maybe, after Venezuela, a few more inept governments will fall (I’m looking at you Canada!).</p> <p><em>The best Guarantors of Liberty, Equality and Fraternity are financial and energy independence.</em></p> <a href="https://plus.google.com/118278512040651722292/?rel=publisher" target="#">Published by Our World of Energy</a> <br><br><a class="synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&#038;t=It%E2%80%99s%20a%20Trap%21&#038;s=100&#038;p&#091;url&#093;=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&#038;p&#091;images&#093;&#091;0&#093;=http%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2Fwp-content%2Fuploads%2F2017%2F08%2FWorld-Oil-Price-300x207.jpg&#038;p&#091;title&#093;=It%E2%80%99s%20a%20Trap%21" style="font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="Facebook" title="Share on Facebook" class="synved-share-image synved-social-image synved-social-image-share" width="32" height="32" style="display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/facebook.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&#038;text=Check%20out%20the%20new%20OWOE%20content" style="font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="twitter" title="Share on Twitter" class="synved-share-image synved-social-image synved-social-image-share" width="32" height="32" style="display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/twitter.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-google_plus nolightbox" data-provider="google_plus" target="_blank" rel="nofollow" title="Share on Google+" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374" style="font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="google_plus" title="Share on Google+" class="synved-share-image synved-social-image synved-social-image-share" width="32" height="32" style="display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/google_plus.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-reddit nolightbox" data-provider="reddit" target="_blank" rel="nofollow" title="Share on Reddit" href="http://www.reddit.com/submit?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&#038;title=It%E2%80%99s%20a%20Trap%21" style="font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="reddit" title="Share on Reddit" class="synved-share-image synved-social-image synved-social-image-share" width="32" height="32" style="display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/reddit.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-pinterest nolightbox" data-provider="pinterest" target="_blank" rel="nofollow" title="Pin it with Pinterest" href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&#038;media=http%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2Fwp-content%2Fuploads%2F2017%2F08%2FWorld-Oil-Price-300x207.jpg&#038;description=It%E2%80%99s%20a%20Trap%21" style="font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="pinterest" title="Pin it with Pinterest" class="synved-share-image synved-social-image synved-social-image-share" width="32" height="32" style="display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/pinterest.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Share on Linkedin" href="http://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&#038;title=It%E2%80%99s%20a%20Trap%21" style="font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="linkedin" title="Share on Linkedin" class="synved-share-image synved-social-image synved-social-image-share" width="32" height="32" style="display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/linkedin.png" /></a><a class="synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-mail nolightbox" data-provider="mail" rel="nofollow" title="Share by email" href="mailto:?subject=It%E2%80%99s%20a%20Trap%21&#038;body=Check%20out%20the%20new%20OWOE%20content:%20https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374" style="font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;"><img alt="mail" title="Share by email" class="synved-share-image synved-social-image synved-social-image-share" width="32" height="32" style="display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/mail.png" /></a> </div><!-- .entry-content --> </article><!-- #post-## --> <nav class="navigation post-navigation" role="navigation"> <h1 class="screen-reader-text">Post navigation</h1> <div class="nav-links"> <a href="https://www.ourworldofenergy.com/blog/?p=359" rel="prev"><span class="meta-nav">Previous Post</span>The Transportation Transformation and its Impact on the Oil Industry</a><a href="https://www.ourworldofenergy.com/blog/?p=385" rel="next"><span class="meta-nav">Next Post</span>Net Metering: A brilliant concept whose time has passed?</a> </div><!-- .nav-links --> </nav><!-- .navigation --> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/blog/?p=374#respond" style="display:none;">Cancel reply</a></small></h3> <form action="https://www.ourworldofenergy.com/blog/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate> <p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" required='required' /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required='required' /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" /></p> <p class="form-submit"><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='374' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="107cb813a9" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="198"/></p> </form> </div><!-- #respond --> <p class="akismet_comment_form_privacy_notice">This site uses Akismet to reduce spam. <a href="https://akismet.com/privacy/" target="_blank" rel="nofollow noopener">Learn how your comment data is processed</a>.</p> </div><!-- #comments --> </div><!-- #content --> </div><!-- #primary --> <div id="content-sidebar" class="content-sidebar widget-area" role="complementary"> <aside id="wpcom_social_media_icons_widget-3" class="widget widget_wpcom_social_media_icons_widget"><h1 class="widget-title">Social</h1><ul><li><a href="https://www.facebook.com/OurWorldofEnergy/" class="genericon genericon-facebook" target="_blank"><span class="screen-reader-text">View OurWorldofEnergy&#8217;s profile on Facebook</span></a></li><li><a href="https://twitter.com/ourworldofnrg/" class="genericon genericon-twitter" target="_blank"><span class="screen-reader-text">View ourworldofnrg&#8217;s profile on Twitter</span></a></li></ul></aside><aside id="text-2" class="widget widget_text"> <div class="textwidget"><div style="border-bottom: solid 5px #000000; margin-top: 20px; margin-bottom: 20px;"></div> <div style="color: #000000; font-weight: bold; font-size: 120%;"> Visit Our World of Energy! </div> <a href="http://www.ourworldofenergy.com">Our World of Energy</a> <div style="height: 20px;"></div> <div style="color: #000000; font-weight: bold; font-size: 120%;"> Sign up for our blog! </div> <a href="http://www.ourworldofenergy.com/newsletter.php">Blog Signup</a> <div style="border-bottom: solid 5px #000000; margin-top: 20px; margin-bottom: 20px;"></div></div> </aside><aside id="twitter_timeline-2" class="widget widget_twitter_timeline"><a class="twitter-timeline" data-height="150" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-tweet-limit="3" data-lang="EN" data-partner="jetpack" data-chrome="transparent" data-widget-id="578776962748952576" href="https://twitter.com/578776962748952576">My Tweets</a></aside><aside id="recent-comments-4" class="widget widget_recent_comments"><h1 class="widget-title">Recent Comments</h1><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">William Luyties</span> on <a href="https://www.ourworldofenergy.com/blog/?p=713#comment-2607">Recent Interesting and Unusual Energy Stories</a></li><li class="recentcomments"><span class="comment-author-link">Baldemar Ramirez Jr</span> on <a href="https://www.ourworldofenergy.com/blog/?p=548#comment-2566">Still a Tesla basher? &#8211; It&#8217;s time to drive a Model 3</a></li><li class="recentcomments"><span class="comment-author-link">Lee Brasted</span> on <a href="https://www.ourworldofenergy.com/blog/?p=713#comment-2557">Recent Interesting and Unusual Energy Stories</a></li><li class="recentcomments"><span class="comment-author-link">Ramon Marin</span> on <a href="https://www.ourworldofenergy.com/blog/?p=677#comment-2508">Canada and Energy: Part 1 – The Good</a></li><li class="recentcomments"><span class="comment-author-link"><a href='https://www.ourworldofenergy.com/blog/?p=651' rel='external nofollow' class='url'>The Great Oil Slump of the 2020s &#8211; Part 2b, Demand and Technology | OurWorldofEnergy</a></span> on <a href="https://www.ourworldofenergy.com/blog/?p=624#comment-2141">The Great Oil Slump of the 2020s &#8211; Part 2a, Demand and Society</a></li></ul></aside></div><!-- #content-sidebar --> <div id="secondary"> <h2 class="site-description">It is Our World of Energy&#039;s intent to provide an unbiased view of energy, including pros and cons of each source, in order to educate the public</h2> <nav role="navigation" class="navigation site-navigation secondary-navigation"> <div class="menu-blog-home-container"><ul id="menu-blog-home" class="menu"><li id="menu-item-19" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-19"><a href="http://www.ourworldofenergy.com/blog/">Blog Home</a></li> </ul></div> </nav> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <aside id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://www.ourworldofenergy.com/blog/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside> <aside id="recent-posts-2" class="widget widget_recent_entries"> <h1 class="widget-title">Recent Posts</h1> <ul> <li> <a href="https://www.ourworldofenergy.com/blog/?p=730">Canada and Energy: Part 3 &#8211; It&#8217;s Very Ugly</a> </li> <li> <a href="https://www.ourworldofenergy.com/blog/?p=713">Recent Interesting and Unusual Energy Stories</a> </li> <li> <a href="https://www.ourworldofenergy.com/blog/?p=703">Canada and Energy: Part 2 – The Bad</a> </li> <li> <a href="https://www.ourworldofenergy.com/blog/?p=677">Canada and Energy: Part 1 – The Good</a> </li> <li> <a href="https://www.ourworldofenergy.com/blog/?p=651">The Great Oil Slump of the 2020s &#8211; Part 2b, Demand and Technology</a> </li> </ul> </aside><aside id="categories-2" class="widget widget_categories"><h1 class="widget-title">Categories</h1> <ul> <li class="cat-item cat-item-20"><a href="https://www.ourworldofenergy.com/blog/?cat=20" >Amazing Energy</a> </li> <li class="cat-item cat-item-2"><a href="https://www.ourworldofenergy.com/blog/?cat=2" >Blog</a> </li> <li class="cat-item cat-item-10"><a href="https://www.ourworldofenergy.com/blog/?cat=10" >Coal Power</a> </li> <li class="cat-item cat-item-15"><a href="https://www.ourworldofenergy.com/blog/?cat=15" >Cool Tech</a> </li> <li class="cat-item cat-item-9"><a href="https://www.ourworldofenergy.com/blog/?cat=9" >Electrical Power Generation</a> </li> <li class="cat-item cat-item-7"><a href="https://www.ourworldofenergy.com/blog/?cat=7" >Fossil Fuels</a> </li> <li class="cat-item cat-item-19"><a href="https://www.ourworldofenergy.com/blog/?cat=19" >Guest Blog</a> </li> <li class="cat-item cat-item-6"><a href="https://www.ourworldofenergy.com/blog/?cat=6" >Introduction To Energy</a> </li> <li class="cat-item cat-item-3"><a href="https://www.ourworldofenergy.com/blog/?cat=3" >News</a> </li> <li class="cat-item cat-item-11"><a href="https://www.ourworldofenergy.com/blog/?cat=11" >Nuclear Power</a> </li> <li class="cat-item cat-item-8"><a href="https://www.ourworldofenergy.com/blog/?cat=8" >Oil &amp; Gas</a> </li> <li class="cat-item cat-item-14"><a href="https://www.ourworldofenergy.com/blog/?cat=14" >Other Renewables Energy</a> </li> <li class="cat-item cat-item-21"><a href="https://www.ourworldofenergy.com/blog/?cat=21" >Renewable Energy</a> </li> <li class="cat-item cat-item-22"><a href="https://www.ourworldofenergy.com/blog/?cat=22" >Renewable Energy</a> </li> <li class="cat-item cat-item-4"><a href="https://www.ourworldofenergy.com/blog/?cat=4" >Solar Power</a> </li> <li class="cat-item cat-item-13"><a href="https://www.ourworldofenergy.com/blog/?cat=13" >Transportation</a> </li> <li class="cat-item cat-item-1"><a href="https://www.ourworldofenergy.com/blog/?cat=1" >Uncategorized</a> </li> <li class="cat-item cat-item-12"><a href="https://www.ourworldofenergy.com/blog/?cat=12" >Wind Power</a> </li> </ul> </aside> </div><!-- #primary-sidebar --> </div><!-- #secondary --> </div><!-- #main --> <footer id="colophon" class="site-footer" role="contentinfo"> <div id="supplementary"> <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"> <aside id="meta-4" class="widget widget_meta"><h1 class="widget-title">Meta</h1> <ul> <li><a href="https://www.ourworldofenergy.com/blog/wp-login.php">Log in</a></li> <li><a href="https://www.ourworldofenergy.com/blog/?feed=rss2">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://www.ourworldofenergy.com/blog/?feed=comments-rss2">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </aside><aside id="archives-4" class="widget widget_archive"><h1 class="widget-title">Archives</h1> <ul> <li><a href='https://www.ourworldofenergy.com/blog/?m=201904'>April 2019</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201903'>March 2019</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201902'>February 2019</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201901'>January 2019</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201812'>December 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201811'>November 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201810'>October 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201809'>September 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201807'>July 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201806'>June 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201805'>May 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201803'>March 2018</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201710'>October 2017</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201708'>August 2017</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201705'>May 2017</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201704'>April 2017</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201703'>March 2017</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201612'>December 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201610'>October 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201609'>September 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201607'>July 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201606'>June 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201605'>May 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201604'>April 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201603'>March 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201602'>February 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201601'>January 2016</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201512'>December 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201511'>November 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201510'>October 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201509'>September 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201508'>August 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201507'>July 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201506'>June 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201505'>May 2015</a></li> <li><a href='https://www.ourworldofenergy.com/blog/?m=201502'>February 2015</a></li> </ul> </aside> </div><!-- #footer-sidebar --> </div><!-- #supplementary --> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <div style="display:none"> </div> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201917'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Apraa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-includes/js/masonry.min.js?ver=3.3.2'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/js/functions.js?ver=20150315'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js?ver=4.0.0'></script> <script type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script async="async" type='text/javascript' src='https://www.ourworldofenergy.com/blog/wp-content/plugins/akismet/_inc/form.js?ver=4.1.1'></script> <script type='text/javascript' src='https://stats.wp.com/e-201917.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.2.1',blog:'85041980',post:'374',tz:'0',srv:'www.ourworldofenergy.com'} ]); _stq.push([ 'clickTrackerInit', '85041980', '374' ]); </script> </body> </html>
[ "<footer id=\"colophon\" class=\"site-footer\" role=\"contentinfo\">\n\n\t\t\t\n<div id=\"supplementary\">\n\t<div id=\"footer-sidebar\" class=\"footer-sidebar widget-area\" role=\"complementary\">\n\t\t<aside id=\"meta-4\" class=\"widget widget_meta\"><h1 class=\"widget-title\">Meta</h1>\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"https://www.ourworldofenergy.com/blog/wp-login.php\">Log in</a></li>\n\t\t\t<li><a href=\"https://www.ourworldofenergy.com/blog/?feed=rss2\">Entries <abbr title=\"Really Simple Syndication\">RSS</abbr></a></li>\n\t\t\t<li><a href=\"https://www.ourworldofenergy.com/blog/?feed=comments-rss2\">Comments <abbr title=\"Really Simple Syndication\">RSS</abbr></a></li>\n\t\t\t<li><a href=\"https://wordpress.org/\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform.\">WordPress.org</a></li>\t\t\t</ul>\n\t\t\t</aside><aside id=\"archives-4\" class=\"widget widget_archive\"><h1 class=\"widget-title\">Archives</h1>\t\t<ul>\n\t\t\t\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201904\">April 2019</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201903\">March 2019</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201902\">February 2019</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201901\">January 2019</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201812\">December 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201811\">November 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201810\">October 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201809\">September 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201807\">July 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201806\">June 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201805\">May 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201803\">March 2018</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201710\">October 2017</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201708\">August 2017</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201705\">May 2017</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201704\">April 2017</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201703\">March 2017</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201612\">December 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201610\">October 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201609\">September 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201607\">July 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201606\">June 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201605\">May 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201604\">April 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201603\">March 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201602\">February 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201601\">January 2016</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201512\">December 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201511\">November 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201510\">October 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201509\">September 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201508\">August 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201507\">July 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201506\">June 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201505\">May 2015</a></li>\n\t<li><a href=\"https://www.ourworldofenergy.com/blog/?m=201502\">February 2015</a></li>\n\t\t</ul>\n\t\t\t</aside>\t</div><!-- #footer-sidebar -->\n</div><!-- #supplementary -->\n\n\t\t\t<div class=\"site-info\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://wordpress.org/\" class=\"imprint\">\n\t\t\t\t\tProudly powered by WordPress\t\t\t\t</a>\n\t\t\t</div><!-- .site-info -->\n\t\t</footer>" ]
[ "<head>\n\t<meta charset=\"UTF-8\"/>\n\t<meta name=\"viewport\" content=\"width=device-width\"/>\n\t<title>It’s a Trap! | OurWorldofEnergy</title>\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n\t<link rel=\"pingback\" href=\"https://www.ourworldofenergy.com/blog/xmlrpc.php\"/>\n\t<!--[if lt IE 9]>\n\t<script src=\"https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/js/html5.js\"></script>\n\t<![endif]-->\n\t<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link href=\"https://fonts.gstatic.com\" crossorigin=\"\" rel=\"preconnect\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"OurWorldofEnergy » Feed\" href=\"https://www.ourworldofenergy.com/blog/?feed=rss2\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"OurWorldofEnergy » Comments Feed\" href=\"https://www.ourworldofenergy.com/blog/?feed=comments-rss2\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"OurWorldofEnergy » It’s a Trap! Comments Feed\" href=\"https://www.ourworldofenergy.com/blog/?feed=rss2&amp;p=374\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/www.ourworldofenergy.com\\/blog\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"twentyfourteen-jetpack-css\" href=\"https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css?ver=7.2.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://www.ourworldofenergy.com/blog/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"wp-block-library-theme-css\" href=\"https://www.ourworldofenergy.com/blog/wp-includes/css/dist/block-library/theme.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentyfourteen-lato-css\" href=\"https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic&amp;subset=latin%2Clatin-ext\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"genericons-css\" href=\"https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentyfourteen-style-css\" href=\"https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/style.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"twentyfourteen-block-style-css\" href=\"https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/css/blocks.css?ver=20181230\" type=\"text/css\" media=\"all\"/>\n<!--[if lt IE 9]>\n<link rel='stylesheet' id='twentyfourteen-ie-css' href='https://www.ourworldofenergy.com/blog/wp-content/themes/twentyfourteen/css/ie.css?ver=20131205' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"https://www.ourworldofenergy.com/blog/wp-content/plugins/jetpack/css/jetpack.css?ver=7.2.1\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"https://www.ourworldofenergy.com/blog/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"https://www.ourworldofenergy.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<link rel=\"https://api.w.org/\" href=\"https://www.ourworldofenergy.com/blog/index.php?rest_route=/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.ourworldofenergy.com/blog/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.ourworldofenergy.com/blog/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"The Transportation Transformation and its Impact on the Oil Industry\" href=\"https://www.ourworldofenergy.com/blog/?p=359\"/>\n<link rel=\"next\" title=\"Net Metering: A brilliant concept whose time has passed?\" href=\"https://www.ourworldofenergy.com/blog/?p=385\"/>\n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<link rel=\"canonical\" href=\"https://www.ourworldofenergy.com/blog/?p=374\"/>\n<link rel=\"shortlink\" href=\"https://wp.me/p5KPiQ-62\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.ourworldofenergy.com/blog/index.php?rest_route=%2Foembed%2F1.0%2Fembed&amp;url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.ourworldofenergy.com/blog/index.php?rest_route=%2Foembed%2F1.0%2Fembed&amp;url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&amp;format=xml\"/>\n<script>&#13;\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){&#13;\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),&#13;\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)&#13;\n })(window,document,'script','//www.google-analytics.com/analytics.js','ga');&#13;\n&#13;\n ga('create', 'UA-62769658-1', 'auto');&#13;\n ga('send', 'pageview');&#13;\n&#13;\n</script>&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style>\t\t<style type=\"text/css\">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>\n\t\t&#13;\n<style type=\"text/css\"/>&#13;\n&#13;\n<style type=\"text/css\">&#13;\n.synved-social-resolution-single {&#13;\ndisplay: inline-block;&#13;\n}&#13;\n.synved-social-resolution-normal {&#13;\ndisplay: inline-block;&#13;\n}&#13;\n.synved-social-resolution-hidef {&#13;\ndisplay: none;&#13;\n}&#13;\n&#13;\n@media only screen and (min--moz-device-pixel-ratio: 2),&#13;\nonly screen and (-o-min-device-pixel-ratio: 2/1),&#13;\nonly screen and (-webkit-min-device-pixel-ratio: 2),&#13;\nonly screen and (min-device-pixel-ratio: 2),&#13;\nonly screen and (min-resolution: 2dppx),&#13;\nonly screen and (min-resolution: 192dpi) {&#13;\n\t.synved-social-resolution-normal {&#13;\n\tdisplay: none;&#13;\n\t}&#13;\n\t.synved-social-resolution-hidef {&#13;\n\tdisplay: inline-block;&#13;\n\t}&#13;\n}&#13;\n</style>&#13;\n\t\t<style type=\"text/css\" id=\"twentyfourteen-header-css\">\n\t\t\t\t.site-title a {\n\t\t\tcolor: #ffffff;\n\t\t}\n\t\t</style>\n\t\t<style type=\"text/css\" id=\"custom-background-css\">\nbody.custom-background { background-color: #ffffff; }\n</style>\n\t\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"It’s a Trap!\"/>\n<meta property=\"og:url\" content=\"https://www.ourworldofenergy.com/blog/?p=374\"/>\n<meta property=\"og:description\" content=\"Guest blog by S. A. Shelley Revenue Trap: ” A focus on revenue at the expense of weakened strategy and reduced profits.” Oil prices seeming to whipsaw back and forth, weekly, daily, eve…\"/>\n<meta property=\"article:published_time\" content=\"2017-08-26T04:46:53+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2017-10-31T20:09:12+00:00\"/>\n<meta property=\"og:site_name\" content=\"OurWorldofEnergy\"/>\n<meta property=\"og:image\" content=\"http://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-300x207.jpg\"/>\n<meta property=\"og:image:width\" content=\"449\"/>\n<meta property=\"og:image:height\" content=\"310\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"twitter:text:title\" content=\"It’s a Trap!\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n</head>\n\n" ]
[ "<title>It’s a Trap! | OurWorldofEnergy</title>\n\t" ]
[ { "key": "datasource", "type": "global", "value": "www.ourworldofenergy.com > blog" } ]
[ { "char_end_idx": 90, "char_start_idx": 0, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 268, "char_start_idx": 90, "key": "length", "type": "local", "value": "177" }, { "char_end_idx": 408, "char_start_idx": 268, "key": "length", "type": "local", "value": "139" }, { "char_end_idx": 533, "char_start_idx": 408, "key": "length", "type": "local", "value": "124" }, { "char_end_idx": 546, "char_start_idx": 533, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 634, "char_start_idx": 546, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 715, "char_start_idx": 634, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 900, "char_start_idx": 715, "key": "length", "type": "local", "value": "184" }, { "char_end_idx": 1013, "char_start_idx": 900, "key": "length", "type": "local", "value": "112" }, { "char_end_idx": 1116, "char_start_idx": 1013, "key": "length", "type": "local", "value": "102" }, { "char_end_idx": 1201, "char_start_idx": 1116, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 1249, "char_start_idx": 1201, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 1366, "char_start_idx": 1249, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 1467, "char_start_idx": 1366, "key": "length", "type": "local", "value": "100" }, { "char_end_idx": 1554, "char_start_idx": 1467, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 1673, "char_start_idx": 1554, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 1899, "char_start_idx": 1673, "key": "length", "type": "local", "value": "225" }, { "char_end_idx": 2009, "char_start_idx": 1899, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 2120, "char_start_idx": 2009, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 2362, "char_start_idx": 2120, "key": "length", "type": "local", "value": "241" }, { "char_end_idx": 2484, "char_start_idx": 2362, "key": "length", "type": "local", "value": "121" }, { "char_end_idx": 2578, "char_start_idx": 2484, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 2606, "char_start_idx": 2578, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2608, "char_start_idx": 2606, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 2672, "char_start_idx": 2608, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 2948, "char_start_idx": 2672, "key": "length", "type": "local", "value": "275" }, { "char_end_idx": 3110, "char_start_idx": 2948, "key": "length", "type": "local", "value": "161" }, { "char_end_idx": 3194, "char_start_idx": 3110, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 3269, "char_start_idx": 3194, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 3422, "char_start_idx": 3269, "key": "length", "type": "local", "value": "152" }, { "char_end_idx": 3517, "char_start_idx": 3422, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 3781, "char_start_idx": 3517, "key": "length", "type": "local", "value": "263" }, { "char_end_idx": 3823, "char_start_idx": 3781, "key": "length", "type": "local", "value": "41" } ]
[ { "key": "length", "type": "global", "value": "5031" } ]
[ { "char_end_idx": 13, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "strong" }, { "char_end_idx": 92, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 409, "char_start_idx": 93, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 868, "char_start_idx": 847, "html_attrs": { "attrs": [ "href" ], "values": [ "http://oilprice.com/Energy/Crude-Oil/Ecuador-Abandons-The-OPEC-Deal-Whos-Next.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 900, "char_start_idx": 881, "html_attrs": { "attrs": [ "href" ], "values": [ "http://oilprice.com/Energy/Crude-Oil/OPECs-No2-Goes-Rogue-Plans-To-Pump-5-Million-Bpd.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1014, "char_start_idx": 1014, "html_attrs": { "attrs": [ "id" ], "values": [ "more-374" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1014, "char_start_idx": 410, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1065, "char_start_idx": 1046, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.economiccalendar.com/2017/02/17/top-opec-producers-locked-in-a-race-for-oil-tanker-fleet-supremacy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1202, "char_start_idx": 1015, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1366, "char_start_idx": 1339, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.bloomberg.com/news/articles/2017-08-02/oil-s-going-going-gone-auctions-reveal-clues-on-crude-s-worth" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1555, "char_start_idx": 1203, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1900, "char_start_idx": 1556, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2121, "char_start_idx": 1901, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2122, "char_start_idx": 2122, "html_attrs": { "attrs": [ "class", "src", "alt", "width", "height", "srcset", "sizes" ], "values": [ " wp-image-376", "http://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-300x207.jpg", "", "449", "310", "https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-300x207.jpg 300w, https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-768x531.jpg 768w, https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price-1024x708.jpg 1024w, https://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price.jpg 1267w", "(max-width: 449px) 100vw, 449px" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 2122, "char_start_idx": 2122, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.ourworldofenergy.com/blog/wp-content/uploads/2017/08/World-Oil-Price.jpg" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2181, "char_start_idx": 2122, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "caption-attachment-376", "wp-caption-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "figcaption" }, { "char_end_idx": 2182, "char_start_idx": 2122, "html_attrs": { "attrs": [ "id", "aria-describedby", "style", "class" ], "values": [ "attachment_376", "caption-attachment-376", "width: 449px", "wp-caption alignleft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "figure" }, { "char_end_idx": 2671, "char_start_idx": 2627, "html_attrs": { "attrs": [ "href" ], "values": [ "http://nationalpost.com/opinion/rex-murphy-canada-so-ripe-with-green-activism-old-fashioned-employment-has-gone-out-of-fashion/wcm/c8b0f283-2568-4bd9-b74f-400137a98e82" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2673, "char_start_idx": 2182, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 2949, "char_start_idx": 2674, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3195, "char_start_idx": 2950, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3423, "char_start_idx": 3196, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3518, "char_start_idx": 3424, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 3518, "char_start_idx": 3424, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3551, "char_start_idx": 3519, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://plus.google.com/118278512040651722292/?rel=publisher", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "alt", "title", "class", "width", "height", "style", "src" ], "values": [ "Facebook", "Share on Facebook", "synved-share-image synved-social-image synved-social-image-share", "32", "32", "display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;", "https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/facebook.png" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "data-provider", "target", "rel", "title", "href", "style" ], "values": [ "synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-facebook nolightbox", "facebook", "_blank", "nofollow", "Share on Facebook", "http://www.facebook.com/sharer.php?u=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&t=It%E2%80%99s%20a%20Trap%21&s=100&p%5Burl%5D=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&p%5Bimages%5D%5B0%5D=http%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2Fwp-content%2Fuploads%2F2017%2F08%2FWorld-Oil-Price-300x207.jpg&p%5Btitle%5D=It%E2%80%99s%20a%20Trap%21", "font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "alt", "title", "class", "width", "height", "style", "src" ], "values": [ "twitter", "Share on Twitter", "synved-share-image synved-social-image synved-social-image-share", "32", "32", "display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;", "https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/twitter.png" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "data-provider", "target", "rel", "title", "href", "style" ], "values": [ "synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-twitter nolightbox", "twitter", "_blank", "nofollow", "Share on Twitter", "https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&text=Check%20out%20the%20new%20OWOE%20content", "font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "alt", "title", "class", "width", "height", "style", "src" ], "values": [ "google_plus", "Share on Google+", "synved-share-image synved-social-image synved-social-image-share", "32", "32", "display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;", "https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/google_plus.png" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "img" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "data-provider", "target", "rel", "title", "href", "style" ], "values": [ "synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-google_plus nolightbox", "google_plus", "_blank", "nofollow", "Share on Google+", "https://plus.google.com/share?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374", "font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "alt", "title", "class", "width", "height", "style", "src" ], "values": [ "reddit", "Share on Reddit", "synved-share-image synved-social-image synved-social-image-share", "32", "32", "display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;", "https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/reddit.png" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "img" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "data-provider", "target", "rel", "title", "href", "style" ], "values": [ "synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-reddit nolightbox", "reddit", "_blank", "nofollow", "Share on Reddit", "http://www.reddit.com/submit?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&title=It%E2%80%99s%20a%20Trap%21", "font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "alt", "title", "class", "width", "height", "style", "src" ], "values": [ "pinterest", "Pin it with Pinterest", "synved-share-image synved-social-image synved-social-image-share", "32", "32", "display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;", "https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/pinterest.png" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "img" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "data-provider", "target", "rel", "title", "href", "style" ], "values": [ "synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-pinterest nolightbox", "pinterest", "_blank", "nofollow", "Pin it with Pinterest", "http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&media=http%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2Fwp-content%2Fuploads%2F2017%2F08%2FWorld-Oil-Price-300x207.jpg&description=It%E2%80%99s%20a%20Trap%21", "font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 16, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "alt", "title", "class", "width", "height", "style", "src" ], "values": [ "linkedin", "Share on Linkedin", "synved-share-image synved-social-image synved-social-image-share", "32", "32", "display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;", "https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/linkedin.png" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 21, "type": "local", "value": "img" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "data-provider", "target", "rel", "title", "href", "style" ], "values": [ "synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-linkedin nolightbox", "linkedin", "_blank", "nofollow", "Share on Linkedin", "http://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374&title=It%E2%80%99s%20a%20Trap%21", "font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;margin-right:5px;" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 20, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "alt", "title", "class", "width", "height", "style", "src" ], "values": [ "mail", "Share by email", "synved-share-image synved-social-image synved-social-image-share", "32", "32", "display: inline; width:32px;height:32px; margin: 0; padding: 0; border: none; box-shadow: none;", "https://www.ourworldofenergy.com/blog/wp-content/plugins/social-media-feather/synved-social/image/social/regular/64x64/mail.png" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 25, "type": "local", "value": "img" }, { "char_end_idx": 3554, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "data-provider", "rel", "title", "href", "style" ], "values": [ "synved-social-button synved-social-button-share synved-social-size-32 synved-social-resolution-single synved-social-provider-mail nolightbox", "mail", "nofollow", "Share by email", "mailto:?subject=It%E2%80%99s%20a%20Trap%21&body=Check%20out%20the%20new%20OWOE%20content:%20https%3A%2F%2Fwww.ourworldofenergy.com%2Fblog%2F%3Fp%3D374", "font-size: 0px; width:32px;height:32px;margin:0;margin-bottom:5px;" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 24, "type": "local", "value": "a" }, { "char_end_idx": 3554, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 28, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3554, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-374", "post-374 post type-post status-publish format-standard hentry category-guest-blog category-oil-and-gas" ] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 4, "type": "local", "value": "article" }, { "char_end_idx": 3569, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 31, "type": "local", "value": "h1" }, { "char_end_idx": 3583, "char_start_idx": 3570, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3651, "char_start_idx": 3570, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=359", "prev" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3660, "char_start_idx": 3651, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3716, "char_start_idx": 3651, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=385", "next" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3717, "char_start_idx": 3570, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-links" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3717, "char_start_idx": 3554, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation post-navigation", "navigation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 30, "type": "local", "value": "nav" }, { "char_end_idx": 3743, "char_start_idx": 3731, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/blog/?p=374#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3743, "char_start_idx": 3731, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 3743, "char_start_idx": 3717, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 3744, "char_start_idx": 3717, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "respond", "comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3823, "char_start_idx": 3783, "html_attrs": { "attrs": [ "href", "target", "rel" ], "values": [ "https://akismet.com/privacy/", "_blank", "nofollow noopener" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3824, "char_start_idx": 3744, "html_attrs": { "attrs": [ "class" ], "values": [ "akismet_comment_form_privacy_notice" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3825, "char_start_idx": 3717, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "comments", "comments-area" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3825, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "primary content", "content-area site-content", "main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3831, "char_start_idx": 3825, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h1" }, { "char_end_idx": 3875, "char_start_idx": 3832, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 3875, "char_start_idx": 3832, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://www.facebook.com/OurWorldofEnergy/", "genericon genericon-facebook", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3875, "char_start_idx": 3832, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3915, "char_start_idx": 3876, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3915, "char_start_idx": 3876, "html_attrs": { "attrs": [ "href", "class", "target" ], "values": [ "https://twitter.com/ourworldofnrg/", "genericon genericon-twitter", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3915, "char_start_idx": 3876, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3916, "char_start_idx": 3832, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3916, "char_start_idx": 3825, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "wpcom_social_media_icons_widget-3", "widget widget_wpcom_social_media_icons_widget" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 3935, "char_start_idx": 3916, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.ourworldofenergy.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3947, "char_start_idx": 3936, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.ourworldofenergy.com/newsletter.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3948, "char_start_idx": 3916, "html_attrs": { "attrs": [ "class" ], "values": [ "textwidget" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3948, "char_start_idx": 3916, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "text-2", "widget widget_text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "aside" }, { "char_end_idx": 3957, "char_start_idx": 3948, "html_attrs": { "attrs": [ "class", "data-height", "data-theme", "data-link-color", "data-border-color", "data-tweet-limit", "data-lang", "data-partner", "data-chrome", "data-widget-id", "href" ], "values": [ "twitter-timeline", "150", "light", "#f96e5b", "#e8e8e8", "3", "EN", "jetpack", "transparent", "578776962748952576", "https://twitter.com/578776962748952576" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3957, "char_start_idx": 3948, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "twitter_timeline-2", "widget widget_twitter_timeline" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "aside" }, { "char_end_idx": 3973, "char_start_idx": 3958, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h1" }, { "char_end_idx": 3989, "char_start_idx": 3974, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4038, "char_start_idx": 3993, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=713#comment-2607" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4038, "char_start_idx": 3974, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4058, "char_start_idx": 4039, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4114, "char_start_idx": 4062, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=548#comment-2566" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4114, "char_start_idx": 4039, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4126, "char_start_idx": 4115, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4175, "char_start_idx": 4130, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=713#comment-2557" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4175, "char_start_idx": 4115, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4187, "char_start_idx": 4176, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4227, "char_start_idx": 4191, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=677#comment-2508" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4227, "char_start_idx": 4176, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4312, "char_start_idx": 4228, "html_attrs": { "attrs": [ "href", "rel", "class" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=651", "external nofollow", "url" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4312, "char_start_idx": 4228, "html_attrs": { "attrs": [ "class" ], "values": [ "comment-author-link" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4378, "char_start_idx": 4316, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=624#comment-2141" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4378, "char_start_idx": 4228, "html_attrs": { "attrs": [ "class" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4379, "char_start_idx": 3974, "html_attrs": { "attrs": [ "id" ], "values": [ "recentcomments" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 4379, "char_start_idx": 3958, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-comments-4", "widget widget_recent_comments" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "aside" }, { "char_end_idx": 4379, "char_start_idx": 3825, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "content-sidebar", "content-sidebar widget-area", "complementary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4523, "char_start_idx": 4379, "html_attrs": { "attrs": [ "class" ], "values": [ "site-description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 4524, "char_start_idx": 4524, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "navigation", "navigation site-navigation secondary-navigation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "nav" }, { "char_end_idx": 4524, "char_start_idx": 4524, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "search-2", "widget widget_search" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 4536, "char_start_idx": 4524, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h1" }, { "char_end_idx": 4579, "char_start_idx": 4537, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=730" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4580, "char_start_idx": 4537, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4625, "char_start_idx": 4580, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=713" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4626, "char_start_idx": 4580, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4661, "char_start_idx": 4626, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=703" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4662, "char_start_idx": 4626, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4698, "char_start_idx": 4662, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=677" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4699, "char_start_idx": 4662, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4764, "char_start_idx": 4699, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?p=651" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4765, "char_start_idx": 4699, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4765, "char_start_idx": 4537, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 4765, "char_start_idx": 4524, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-posts-2", "widget widget_recent_entries" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "aside" }, { "char_end_idx": 4775, "char_start_idx": 4765, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h1" }, { "char_end_idx": 4790, "char_start_idx": 4776, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=20" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4791, "char_start_idx": 4776, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-20" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4795, "char_start_idx": 4791, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4796, "char_start_idx": 4791, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4806, "char_start_idx": 4796, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=10" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4807, "char_start_idx": 4796, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-10" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4816, "char_start_idx": 4807, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=15" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4817, "char_start_idx": 4807, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-15" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4844, "char_start_idx": 4817, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=9" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4845, "char_start_idx": 4817, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-9" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4857, "char_start_idx": 4845, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=7" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4858, "char_start_idx": 4845, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-7" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4868, "char_start_idx": 4858, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=19" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4869, "char_start_idx": 4858, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-19" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4891, "char_start_idx": 4869, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4892, "char_start_idx": 4869, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4896, "char_start_idx": 4892, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4897, "char_start_idx": 4892, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4910, "char_start_idx": 4897, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=11" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4911, "char_start_idx": 4897, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-11" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4920, "char_start_idx": 4911, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4921, "char_start_idx": 4911, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4944, "char_start_idx": 4921, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=14" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4945, "char_start_idx": 4921, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-14" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4961, "char_start_idx": 4945, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=21" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4962, "char_start_idx": 4945, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-21" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4978, "char_start_idx": 4962, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=22" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4979, "char_start_idx": 4962, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-22" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4990, "char_start_idx": 4979, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4991, "char_start_idx": 4979, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5005, "char_start_idx": 4991, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=13" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5006, "char_start_idx": 4991, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-13" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5019, "char_start_idx": 5006, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5020, "char_start_idx": 5006, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5030, "char_start_idx": 5020, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.ourworldofenergy.com/blog/?cat=12" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5031, "char_start_idx": 5020, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-12" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5031, "char_start_idx": 4776, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5031, "char_start_idx": 4765, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "categories-2", "widget widget_categories" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "aside" }, { "char_end_idx": 5031, "char_start_idx": 4524, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "primary-sidebar", "primary-sidebar widget-area", "complementary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 5031, "char_start_idx": 4379, "html_attrs": { "attrs": [ "id" ], "values": [ "secondary" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5031, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "main", "site-main" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 5031, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "hfeed site" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5031, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-374 single-format-standard custom-background wp-embed-responsive masthead-fixed footer-widgets singular" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 93, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "Revenue Trap: ” A focus on revenue at the expense of weakened strategy and reduced profits.”\n" }, { "char_end_idx": 410, "char_start_idx": 93, "key": "paragraph", "marker": "p", "type": "local", "value": "Oil prices seeming to whipsaw back and forth, weekly, daily, even hourly is the result of many oil and options traders clearing trades at whatever slim profit they can eke out. Of course, multiply that slim profit by the huge volumes traded and well, Wall Street still makes a hefty profit whether oil is up or down.\n" }, { "char_end_idx": 1015, "char_start_idx": 410, "key": "paragraph", "marker": "p", "type": "local", "value": "Other folks are starting to talk about oil supply and demand hitting a new equilibrium, or that shale production has peaked. Fair enough. In fact, I agree that efforts to constrict oil supply are starting to have some effect. I doubt however that restricting oil supplies will be effective in the long run. OPEC claims that compliance with the production quotas is strong, but on the other hand, some OPEC members have recently vowed to opt out of the quotas and to even increase production. Don’t forget about some of the African members of OPEC who were free to pump and sell as much oil as they could.\n" }, { "char_end_idx": 1203, "char_start_idx": 1015, "key": "paragraph", "marker": "p", "type": "local", "value": "Also of interest is the sudden tanker buying spree that both Iraq and Saudi Arabia have embarked upon. For Saudi Arabia, 61 VLCCs carry a lot of oil for delivery – or as a storage buffer.\n" }, { "char_end_idx": 1556, "char_start_idx": 1203, "key": "paragraph", "marker": "p", "type": "local", "value": "Oil markets themselves are shifting operations. What used to be a negotiated long term contract between parties has now morphed into an auction type clearing house. Back room special rates to China or Japan be damned, it appears to be fair market value from now on. Auctions are great for relatively high spot prices, but watch out if spot prices fall.\n" }, { "char_end_idx": 1901, "char_start_idx": 1556, "key": "paragraph", "marker": "p", "type": "local", "value": "These events and others too numerous to mention here seem to suggest that we’re about to enter a Revenue Trap for oil. That is, most major oil producing states are desperate for revenue and are already abandoning the quotas, finding ways to manage distribution, storage and delivery, and whatever way possible to eke out any price gain for oil.\n" }, { "char_end_idx": 2122, "char_start_idx": 1901, "key": "paragraph", "marker": "p", "type": "local", "value": "Once the Revenue Trap takes hold, it is unlikely that oil will ever hit $100 again in the foreseeable future. Instead, I think that oil prices will again settle within a range of their long run prices (see figure below).\n" }, { "char_end_idx": 2181, "char_start_idx": 2122, "key": "paragraph", "marker": "figcaption", "type": "local", "value": "World Oil Price (Source BP Statistical Energy Review, 2014)" }, { "char_end_idx": 2182, "char_start_idx": 2181, "key": "paragraph", "marker": "figure", "type": "local", "value": "\n" }, { "char_end_idx": 2674, "char_start_idx": 2182, "key": "paragraph", "marker": "p", "type": "local", "value": "In addition, everything that the oil producing states do to push prices up are only going to drive the oil consuming states (China, India) to seek ways to do with less and less oil. The affordable technology to replace oil is here, and in China and India the political and social will to do so is there. Europe? They have set plans in several nations now to abandon petrol vehicles or gas heating. North America? Well, the U.S. is fractured and Canada of course is just going with the flow .\n" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "paragraph", "marker": "p", "type": "local", "value": "All these technology changes and possibilities are causing oil industry executives and workers in Houston, Riyadh, Moscow and Teheran worry about oil prices or jobs, yet traders in New York, London and Singapore worry whether their next purchase will be a Ferrari or a Tesla.\n" }, { "char_end_idx": 3196, "char_start_idx": 2950, "key": "paragraph", "marker": "p", "type": "local", "value": "Low oil prices have three benefits: 1) they cancel the bad projects, 2) they bankrupt the dumb companies and 3) they overthrow the corrupt and inept governments. We need oil just a bit lower for a bit longer to really do some good in this world.\n" }, { "char_end_idx": 3424, "char_start_idx": 3196, "key": "paragraph", "marker": "p", "type": "local", "value": "Forget hugging trees, embrace the sunshine and feel the breeze in the air. Remember also to keep your tires properly inflated and just maybe, after Venezuela, a few more inept governments will fall (I’m looking at you Canada!).\n" }, { "char_end_idx": 3519, "char_start_idx": 3424, "key": "paragraph", "marker": "p", "type": "local", "value": "The best Guarantors of Liberty, Equality and Fraternity are financial and energy independence.\n" }, { "char_end_idx": 3554, "char_start_idx": 3519, "key": "paragraph", "marker": "div", "type": "local", "value": "Published by Our World of Energy \n\n" }, { "char_end_idx": 3569, "char_start_idx": 3554, "key": "paragraph", "marker": "h1", "type": "local", "value": "Post navigation" }, { "char_end_idx": 3717, "char_start_idx": 3569, "key": "paragraph", "marker": "nav", "type": "local", "value": "\nPrevious PostThe Transportation Transformation and its Impact on the Oil IndustryNext PostNet Metering: A brilliant concept whose time has passed?\n" }, { "char_end_idx": 3743, "char_start_idx": 3717, "key": "paragraph", "marker": "h3", "type": "local", "value": "Leave a Reply Cancel reply" }, { "char_end_idx": 3744, "char_start_idx": 3743, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3825, "char_start_idx": 3744, "key": "paragraph", "marker": "p", "type": "local", "value": "This site uses Akismet to reduce spam. Learn how your comment data is processed.\n" }, { "char_end_idx": 3831, "char_start_idx": 3825, "key": "paragraph", "marker": "h1", "type": "local", "value": "Social" }, { "char_end_idx": 3875, "char_start_idx": 3831, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView OurWorldofEnergy’s profile on Facebook" }, { "char_end_idx": 3915, "char_start_idx": 3875, "key": "paragraph", "marker": "li", "type": "local", "value": "\nView ourworldofnrg’s profile on Twitter" }, { "char_end_idx": 3916, "char_start_idx": 3915, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 3948, "char_start_idx": 3916, "key": "paragraph", "marker": "div", "type": "local", "value": "Our World of Energy Blog Signup\n" }, { "char_end_idx": 3957, "char_start_idx": 3948, "key": "paragraph", "marker": "aside", "type": "local", "value": "My Tweets" }, { "char_end_idx": 3973, "char_start_idx": 3957, "key": "paragraph", "marker": "h1", "type": "local", "value": "\nRecent Comments" }, { "char_end_idx": 4038, "char_start_idx": 3973, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWilliam Luyties on Recent Interesting and Unusual Energy Stories" }, { "char_end_idx": 4114, "char_start_idx": 4038, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBaldemar Ramirez Jr on Still a Tesla basher? – It’s time to drive a Model 3" }, { "char_end_idx": 4175, "char_start_idx": 4114, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLee Brasted on Recent Interesting and Unusual Energy Stories" }, { "char_end_idx": 4227, "char_start_idx": 4175, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRamon Marin on Canada and Energy: Part 1 – The Good" }, { "char_end_idx": 4378, "char_start_idx": 4227, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThe Great Oil Slump of the 2020s – Part 2b, Demand and Technology | OurWorldofEnergy on The Great Oil Slump of the 2020s – Part 2a, Demand and Society" }, { "char_end_idx": 4379, "char_start_idx": 4378, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4523, "char_start_idx": 4379, "key": "paragraph", "marker": "h2", "type": "local", "value": "It is Our World of Energy's intent to provide an unbiased view of energy, including pros and cons of each source, in order to educate the public" }, { "char_end_idx": 4524, "char_start_idx": 4523, "key": "paragraph", "marker": "nav", "type": "local", "value": "\n" }, { "char_end_idx": 4536, "char_start_idx": 4524, "key": "paragraph", "marker": "h1", "type": "local", "value": "Recent Posts" }, { "char_end_idx": 4580, "char_start_idx": 4536, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCanada and Energy: Part 3 – It’s Very Ugly\n" }, { "char_end_idx": 4626, "char_start_idx": 4580, "key": "paragraph", "marker": "li", "type": "local", "value": "Recent Interesting and Unusual Energy Stories\n" }, { "char_end_idx": 4662, "char_start_idx": 4626, "key": "paragraph", "marker": "li", "type": "local", "value": "Canada and Energy: Part 2 – The Bad\n" }, { "char_end_idx": 4699, "char_start_idx": 4662, "key": "paragraph", "marker": "li", "type": "local", "value": "Canada and Energy: Part 1 – The Good\n" }, { "char_end_idx": 4765, "char_start_idx": 4699, "key": "paragraph", "marker": "aside", "type": "local", "value": "The Great Oil Slump of the 2020s – Part 2b, Demand and Technology\n" }, { "char_end_idx": 4775, "char_start_idx": 4765, "key": "paragraph", "marker": "h1", "type": "local", "value": "Categories" }, { "char_end_idx": 4791, "char_start_idx": 4775, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAmazing Energy\n" }, { "char_end_idx": 4796, "char_start_idx": 4791, "key": "paragraph", "marker": "li", "type": "local", "value": "Blog\n" }, { "char_end_idx": 4807, "char_start_idx": 4796, "key": "paragraph", "marker": "li", "type": "local", "value": "Coal Power\n" }, { "char_end_idx": 4817, "char_start_idx": 4807, "key": "paragraph", "marker": "li", "type": "local", "value": "Cool Tech\n" }, { "char_end_idx": 4845, "char_start_idx": 4817, "key": "paragraph", "marker": "li", "type": "local", "value": "Electrical Power Generation\n" }, { "char_end_idx": 4858, "char_start_idx": 4845, "key": "paragraph", "marker": "li", "type": "local", "value": "Fossil Fuels\n" }, { "char_end_idx": 4869, "char_start_idx": 4858, "key": "paragraph", "marker": "li", "type": "local", "value": "Guest Blog\n" }, { "char_end_idx": 4892, "char_start_idx": 4869, "key": "paragraph", "marker": "li", "type": "local", "value": "Introduction To Energy\n" }, { "char_end_idx": 4897, "char_start_idx": 4892, "key": "paragraph", "marker": "li", "type": "local", "value": "News\n" }, { "char_end_idx": 4911, "char_start_idx": 4897, "key": "paragraph", "marker": "li", "type": "local", "value": "Nuclear Power\n" }, { "char_end_idx": 4921, "char_start_idx": 4911, "key": "paragraph", "marker": "li", "type": "local", "value": "Oil & Gas\n" }, { "char_end_idx": 4945, "char_start_idx": 4921, "key": "paragraph", "marker": "li", "type": "local", "value": "Other Renewables Energy\n" }, { "char_end_idx": 4962, "char_start_idx": 4945, "key": "paragraph", "marker": "li", "type": "local", "value": "Renewable Energy\n" }, { "char_end_idx": 4979, "char_start_idx": 4962, "key": "paragraph", "marker": "li", "type": "local", "value": "Renewable Energy\n" }, { "char_end_idx": 4991, "char_start_idx": 4979, "key": "paragraph", "marker": "li", "type": "local", "value": "Solar Power\n" }, { "char_end_idx": 5006, "char_start_idx": 4991, "key": "paragraph", "marker": "li", "type": "local", "value": "Transportation\n" }, { "char_end_idx": 5020, "char_start_idx": 5006, "key": "paragraph", "marker": "li", "type": "local", "value": "Uncategorized\n" }, { "char_end_idx": 5031, "char_start_idx": 5020, "key": "paragraph", "marker": "div", "type": "local", "value": "Wind Power\n" } ]
[]
[ { "key": "title", "type": "global", "value": "It’s a Trap! | OurWorldofEnergy" } ]
[ { "key": "url", "type": "global", "value": "https://www.ourworldofenergy.com/blog/?p=374" } ]
[]
Revenue Trap: ” A focus on revenue at the expense of weakened strategy and reduced profits.” Oil prices seeming to whipsaw back and forth, weekly, daily, even hourly is the result of many oil and options traders clearing trades at whatever slim profit they can eke out. Of course, multiply that slim profit by the huge volumes traded and well, Wall Street still makes a hefty profit whether oil is up or down. Other folks are starting to talk about oil supply and demand hitting a new equilibrium, or that shale production has peaked. Fair enough. In fact, I agree that efforts to constrict oil supply are starting to have some effect. I doubt however that restricting oil supplies will be effective in the long run. OPEC claims that compliance with the production quotas is strong, but on the other hand, some OPEC members have recently vowed to opt out of the quotas and to even increase production. Don’t forget about some of the African members of OPEC who were free to pump and sell as much oil as they could. Also of interest is the sudden tanker buying spree that both Iraq and Saudi Arabia have embarked upon. For Saudi Arabia, 61 VLCCs carry a lot of oil for delivery – or as a storage buffer. Oil markets themselves are shifting operations. What used to be a negotiated long term contract between parties has now morphed into an auction type clearing house. Back room special rates to China or Japan be damned, it appears to be fair market value from now on. Auctions are great for relatively high spot prices, but watch out if spot prices fall. These events and others too numerous to mention here seem to suggest that we’re about to enter a Revenue Trap for oil. That is, most major oil producing states are desperate for revenue and are already abandoning the quotas, finding ways to manage distribution, storage and delivery, and whatever way possible to eke out any price gain for oil. Once the Revenue Trap takes hold, it is unlikely that oil will ever hit $100 again in the foreseeable future. Instead, I think that oil prices will again settle within a range of their long run prices (see figure below). World Oil Price (Source BP Statistical Energy Review, 2014) In addition, everything that the oil producing states do to push prices up are only going to drive the oil consuming states (China, India) to seek ways to do with less and less oil. The affordable technology to replace oil is here, and in China and India the political and social will to do so is there. Europe? They have set plans in several nations now to abandon petrol vehicles or gas heating. North America? Well, the U.S. is fractured and Canada of course is just going with the flow . All these technology changes and possibilities are causing oil industry executives and workers in Houston, Riyadh, Moscow and Teheran worry about oil prices or jobs, yet traders in New York, London and Singapore worry whether their next purchase will be a Ferrari or a Tesla. Low oil prices have three benefits: 1) they cancel the bad projects, 2) they bankrupt the dumb companies and 3) they overthrow the corrupt and inept governments. We need oil just a bit lower for a bit longer to really do some good in this world. Forget hugging trees, embrace the sunshine and feel the breeze in the air. Remember also to keep your tires properly inflated and just maybe, after Venezuela, a few more inept governments will fall (I’m looking at you Canada!). The best Guarantors of Liberty, Equality and Fraternity are financial and energy independence. Published by Our World of Energy Post navigation Previous PostThe Transportation Transformation and its Impact on the Oil IndustryNext PostNet Metering: A brilliant concept whose time has passed? Leave a Reply Cancel reply This site uses Akismet to reduce spam. Learn how your comment data is processed. Social View OurWorldofEnergy’s profile on Facebook View ourworldofnrg’s profile on Twitter Our World of Energy Blog Signup My Tweets Recent Comments William Luyties on Recent Interesting and Unusual Energy Stories Baldemar Ramirez Jr on Still a Tesla basher? – It’s time to drive a Model 3 Lee Brasted on Recent Interesting and Unusual Energy Stories Ramon Marin on Canada and Energy: Part 1 – The Good The Great Oil Slump of the 2020s – Part 2b, Demand and Technology | OurWorldofEnergy on The Great Oil Slump of the 2020s – Part 2a, Demand and Society It is Our World of Energy's intent to provide an unbiased view of energy, including pros and cons of each source, in order to educate the public Recent Posts Canada and Energy: Part 3 – It’s Very Ugly Recent Interesting and Unusual Energy Stories Canada and Energy: Part 2 – The Bad Canada and Energy: Part 1 – The Good The Great Oil Slump of the 2020s – Part 2b, Demand and Technology Categories Amazing Energy Blog Coal Power Cool Tech Electrical Power Generation Fossil Fuels Guest Blog Introduction To Energy News Nuclear Power Oil & Gas Other Renewables Energy Renewable Energy Renewable Energy Solar Power Transportation Uncategorized Wind Power
https://www.ourworldofenergy.com/blog/?p=374
[ { "char_end_idx": 355, "char_start_idx": 344, "key": "entity", "type": "local", "value": "Financial_market" }, { "char_end_idx": 721, "char_start_idx": 717, "key": "entity", "type": "local", "value": "OPEC" }, { "char_end_idx": 815, "char_start_idx": 811, "key": "entity", "type": "local", "value": "OPEC" }, { "char_end_idx": 940, "char_start_idx": 933, "key": "entity", "type": "local", "value": "Africa" }, { "char_end_idx": 956, "char_start_idx": 952, "key": "entity", "type": "local", "value": "OPEC" }, { "char_end_idx": 1080, "char_start_idx": 1076, "key": "entity", "type": "local", "value": "Iraq" }, { "char_end_idx": 1097, "char_start_idx": 1085, "key": "entity", "type": "local", "value": "Saudi_Arabia" }, { "char_end_idx": 1134, "char_start_idx": 1122, "key": "entity", "type": "local", "value": "Saudi_Arabia" }, { "char_end_idx": 1400, "char_start_idx": 1395, "key": "entity", "type": "local", "value": "China" }, { "char_end_idx": 1409, "char_start_idx": 1404, "key": "entity", "type": "local", "value": "Japan" }, { "char_end_idx": 2312, "char_start_idx": 2307, "key": "entity", "type": "local", "value": "China" }, { "char_end_idx": 2319, "char_start_idx": 2314, "key": "entity", "type": "local", "value": "India" }, { "char_end_idx": 2426, "char_start_idx": 2421, "key": "entity", "type": "local", "value": "China" }, { "char_end_idx": 2436, "char_start_idx": 2431, "key": "entity", "type": "local", "value": "India" }, { "char_end_idx": 2492, "char_start_idx": 2486, "key": "entity", "type": "local", "value": "Europe" }, { "char_end_idx": 2593, "char_start_idx": 2580, "key": "entity", "type": "local", "value": "North_America" }, { "char_end_idx": 2609, "char_start_idx": 2605, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 2633, "char_start_idx": 2627, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 2779, "char_start_idx": 2772, "key": "entity", "type": "local", "value": "Houston" }, { "char_end_idx": 2787, "char_start_idx": 2781, "key": "entity", "type": "local", "value": "Riyadh" }, { "char_end_idx": 2795, "char_start_idx": 2789, "key": "entity", "type": "local", "value": "Moscow" }, { "char_end_idx": 2807, "char_start_idx": 2800, "key": "entity", "type": "local", "value": "Tehran" }, { "char_end_idx": 2863, "char_start_idx": 2855, "key": "entity", "type": "local", "value": "New_York_City" }, { "char_end_idx": 2871, "char_start_idx": 2865, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 2885, "char_start_idx": 2876, "key": "entity", "type": "local", "value": "Singapore" }, { "char_end_idx": 2937, "char_start_idx": 2930, "key": "entity", "type": "local", "value": "Scuderia_Ferrari" }, { "char_end_idx": 2948, "char_start_idx": 2943, "key": "entity", "type": "local", "value": "Tesla,_Inc." }, { "char_end_idx": 3353, "char_start_idx": 3344, "key": "entity", "type": "local", "value": "Venezuela" }, { "char_end_idx": 3420, "char_start_idx": 3414, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 3766, "char_start_idx": 3759, "key": "entity", "type": "local", "value": "Akismet" }, { "char_end_idx": 3875, "char_start_idx": 3867, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 3915, "char_start_idx": 3908, "key": "entity", "type": "local", "value": "Twitter" }, { "char_end_idx": 4075, "char_start_idx": 4070, "key": "entity", "type": "local", "value": "Tesla,_Inc." }, { "char_end_idx": 4187, "char_start_idx": 4176, "key": "entity", "type": "local", "value": "Ramón_Marín" }, { "char_end_idx": 4197, "char_start_idx": 4191, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 4543, "char_start_idx": 4537, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 4632, "char_start_idx": 4626, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 4668, "char_start_idx": 4662, "key": "entity", "type": "local", "value": "Canada" }, { "char_end_idx": 4806, "char_start_idx": 4796, "key": "entity", "type": "local", "value": "Fossil_fuel_power_station" }, { "char_end_idx": 4844, "char_start_idx": 4817, "key": "entity", "type": "local", "value": "Electricity_generation" }, { "char_end_idx": 4896, "char_start_idx": 4892, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 4910, "char_start_idx": 4897, "key": "entity", "type": "local", "value": "Nuclear_power" }, { "char_end_idx": 4920, "char_start_idx": 4911, "key": "entity", "type": "local", "value": "Fossil_fuel" }, { "char_end_idx": 4961, "char_start_idx": 4945, "key": "entity", "type": "local", "value": "Renewable_energy" }, { "char_end_idx": 4978, "char_start_idx": 4962, "key": "entity", "type": "local", "value": "Renewable_energy" }, { "char_end_idx": 4990, "char_start_idx": 4979, "key": "entity", "type": "local", "value": "Solar_power" }, { "char_end_idx": 5030, "char_start_idx": 5020, "key": "entity", "type": "local", "value": "Wind_power" } ]
[ { "char_end_idx": 410, "char_start_idx": 93, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Financial_market" }, { "char_end_idx": 1015, "char_start_idx": 410, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "OPEC" }, { "char_end_idx": 1015, "char_start_idx": 410, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Africa" }, { "char_end_idx": 1203, "char_start_idx": 1015, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Iraq" }, { "char_end_idx": 1203, "char_start_idx": 1015, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Saudi_Arabia" }, { "char_end_idx": 1556, "char_start_idx": 1203, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "China" }, { "char_end_idx": 1556, "char_start_idx": 1203, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Japan" }, { "char_end_idx": 2674, "char_start_idx": 2182, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "China" }, { "char_end_idx": 2674, "char_start_idx": 2182, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "India" }, { "char_end_idx": 2674, "char_start_idx": 2182, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Europe" }, { "char_end_idx": 2674, "char_start_idx": 2182, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "North_America" }, { "char_end_idx": 2674, "char_start_idx": 2182, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "United_States" }, { "char_end_idx": 2674, "char_start_idx": 2182, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Canada" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Houston" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Riyadh" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Moscow" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Tehran" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "New_York_City" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "London" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Singapore" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Scuderia_Ferrari" }, { "char_end_idx": 2950, "char_start_idx": 2674, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Tesla,_Inc." }, { "char_end_idx": 3424, "char_start_idx": 3196, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Venezuela" }, { "char_end_idx": 3424, "char_start_idx": 3196, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Canada" }, { "char_end_idx": 3825, "char_start_idx": 3744, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Akismet" }, { "char_end_idx": 3875, "char_start_idx": 3831, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 3915, "char_start_idx": 3875, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Twitter" }, { "char_end_idx": 4114, "char_start_idx": 4038, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tesla,_Inc." }, { "char_end_idx": 4227, "char_start_idx": 4175, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ramón_Marín" }, { "char_end_idx": 4227, "char_start_idx": 4175, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Canada" }, { "char_end_idx": 4580, "char_start_idx": 4536, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 4662, "char_start_idx": 4626, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 4699, "char_start_idx": 4662, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Canada" }, { "char_end_idx": 4807, "char_start_idx": 4796, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fossil_fuel_power_station" }, { "char_end_idx": 4845, "char_start_idx": 4817, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Electricity_generation" }, { "char_end_idx": 4897, "char_start_idx": 4892, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 4911, "char_start_idx": 4897, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nuclear_power" }, { "char_end_idx": 4921, "char_start_idx": 4911, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fossil_fuel" }, { "char_end_idx": 4962, "char_start_idx": 4945, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Renewable_energy" }, { "char_end_idx": 4979, "char_start_idx": 4962, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Renewable_energy" }, { "char_end_idx": 4991, "char_start_idx": 4979, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Solar_power" }, { "char_end_idx": 5031, "char_start_idx": 5020, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wind_power" } ]
0
662
1556073322000
<!DOCTYPE html> <html lang="en" class="no-js" prefix="lc: http://loc.gov/#"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="version" content="$Revision: 81937 $"/> <meta name="msvalidate.01" content="5C89FB9D99590AB2F55BD95C3A59BD81"/> <link title="schema(DC)" rel="schema.dc" href="http://0-purl.org.oasys.lib.oxy.edu/dc/elements/1.1/"/> <meta name="dc.language" content="eng" /> <meta name="dc.source" content="Library of Congress, Washington, D.C. 20540 USA" /> <link rel="alternate" type="application/json" href="https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/?fo=json" /> <meta property="fb:admins" content="libraryofcongress"/> <meta property="og:site_name" content="The Library of Congress"/> <meta property="og:type" content="article" /> <title>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility. | Library of Congress</title> <meta name="dc.title" content="Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility." /> <meta property="og:title" content="Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility." /> <meta name="dc.type" content="image" /> <meta name="dc.relation.isPartOf" content="working in paterson project collection" /> <meta name="dc.relation.isPartOf" content="working in paterson: occupational heritage in an urban setting" /> <meta name="dc.relation.isPartOf" content="american folklife center" /> <meta name="dc.relation.isPartOf" content="american memory" /> <meta name="dc.identifier" content="https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/" /> <meta property="og:url" content="https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/" /> <meta property="og:image" content="http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg"/> <meta property="og:image:width" content="2048"/> <meta property="og:image:height" content="1387"/> <meta property="og:image:secure_url" content="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg"/> <meta property="og:image:type" content="image/jpeg"/> <meta property="og:image:width" content="2048"/> <meta property="og:image:height" content="1387"/> <meta property="og:image" content="http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg"/> <meta property="og:image:width" content="1024"/> <meta property="og:image:height" content="693"/> <meta property="og:image:secure_url" content="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg"/> <meta property="og:image:type" content="image/jpeg"/> <meta property="og:image:width" content="1024"/> <meta property="og:image:height" content="693"/> <meta property="og:image" content="http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg"/> <meta property="og:image:width" content="512"/> <meta property="og:image:height" content="346"/> <meta property="og:image:secure_url" content="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg"/> <meta property="og:image:type" content="image/jpeg"/> <meta property="og:image:width" content="512"/> <meta property="og:image:height" content="346"/> <meta property="og:image" content="http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg#h=1387&amp;w=2048"/> <meta property="og:image:secure_url" content="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg#h=1387&amp;w=2048"/> <meta property="og:image" content="http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg#h=693&amp;w=1024"/> <meta property="og:image:secure_url" content="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg#h=693&amp;w=1024"/> <meta property="og:image" content="http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg#h=346&amp;w=512"/> <meta property="og:image:secure_url" content="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg#h=346&amp;w=512"/> <meta property="og:image" content="http://0-cdn.loc.gov.oasys.lib.oxy.edu/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004t.gif"/> <meta property="og:image:secure_url" content="https://0-cdn.loc.gov.oasys.lib.oxy.edu/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004t.gif"/> <link rel='alternate' type='image/jp2' href="https://0-cdn.loc.gov.oasys.lib.oxy.edu/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004.jp2" /> <link rel='alternate' type='image/jpeg' href="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg" /> <link rel='alternate' type='image/jpeg' href="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg" /> <link rel='alternate' type='image/jpeg' href="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg" /> <link rel='alternate' type='image/tiff' href="https://0-cdn.loc.gov.oasys.lib.oxy.edu/master/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004.tif" /> <!-- final fallback for pages with no media --> <meta property="og:image" content='http://0-www.loc.gov.oasys.lib.oxy.edu/static/images/favicons/open-graph-logo.png?81937.83189' /> <meta property="og:image:secure_url" content='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/favicons/open-graph-logo.png?81937.83189' /> <meta property="og:image:width" content="1200"/> <meta property="og:image:height" content="630"/> <link href='/static/stylesheets/base.css?81937.83189' type='text/css' rel="stylesheet"/> <script src="https://assets.adobedtm.com/dac62e20b491e735c6b56e64c39134d8ee93f9cf/satelliteLib-6b47f831c184878d7338d4683ecf773a17973bb9.js"></script> <script type="text/javascript" src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/jquery-1.8.2.js'></script> <script type="text/javascript"> /** * Timing.js 1.0.4 * Copyright 2015 Addy Osmani */ (function(window) { 'use strict'; /** * Navigation Timing API helpers * timing.getTimes(); **/ window.timing = window.timing || { /** * Outputs extended measurements using Navigation Timing API * @param Object opts Options (simple (bool) - opts out of full data view) * @return Object measurements */ getTimes: function(opts) { var performance = window.performance || window.webkitPerformance || window.msPerformance || window.mozPerformance; if (performance === undefined) { return false; } var timing = performance.timing; var api = {}; opts = opts || {}; if (timing) { if(opts && !opts.simple) { for (var k in timing) { // hasOwnProperty does not work because properties are // added by modifying the object prototype if(isNumeric(timing[k])) { api[k] = parseFloat(timing[k]); } } } // Time to first paint if (api.firstPaint === undefined) { // All times are relative times to the start time within the // same objects var firstPaint = 0; // Chrome if (window.chrome && window.chrome.loadTimes) { // Convert to ms firstPaint = window.chrome.loadTimes().firstPaintTime * 1000; api.firstPaintTime = firstPaint - (window.chrome.loadTimes().startLoadTime*1000); } // IE else if (typeof window.performance.timing.msFirstPaint === 'number') { firstPaint = window.performance.timing.msFirstPaint; api.firstPaintTime = firstPaint - window.performance.timing.navigationStart; } // Firefox // This will use the first times after MozAfterPaint fires //else if (window.performance.timing.navigationStart && typeof InstallTrigger !== 'undefined') { // api.firstPaint = window.performance.timing.navigationStart; // api.firstPaintTime = mozFirstPaintTime - window.performance.timing.navigationStart; //} if (opts && !opts.simple) { api.firstPaint = firstPaint; } } // Total time from start to load api.loadTime = timing.loadEventEnd - timing.fetchStart; // Time spent constructing the DOM tree api.domReadyTime = timing.domComplete - timing.domInteractive; // Time consumed preparing the new page api.readyStart = timing.fetchStart - timing.navigationStart; // Time spent during redirection api.redirectTime = timing.redirectEnd - timing.redirectStart; // AppCache api.appcacheTime = timing.domainLookupStart - timing.fetchStart; // Time spent unloading documents api.unloadEventTime = timing.unloadEventEnd - timing.unloadEventStart; // DNS query time api.lookupDomainTime = timing.domainLookupEnd - timing.domainLookupStart; // TCP connection time api.connectTime = timing.connectEnd - timing.connectStart; // Time spent during the request api.requestTime = timing.responseEnd - timing.requestStart; // Request to completion of the DOM loading api.initDomTreeTime = timing.domInteractive - timing.responseEnd; // Load event time api.loadEventTime = timing.loadEventEnd - timing.loadEventStart; } return api; }, /** * Uses console.table() to print a complete table of timing information * @param Object opts Options (simple (bool) - opts out of full data view) */ printTable: function(opts) { var table = {}; var data = this.getTimes(opts) || {}; Object.keys(data).sort().forEach(function(k) { table[k] = { ms: data[k], s: +((data[k] / 1000).toFixed(2)) }; }); console.table(table); }, /** * Uses console.table() to print a summary table of timing information */ printSimpleTable: function() { this.printTable({simple: true}); } }; function isNumeric(n) { return !isNaN(parseFloat(n)) && isFinite(n); } // Expose as a commonjs module if (typeof module !== 'undefined' && module.exports) { module.exports = window.timing; } })(typeof window !== 'undefined' ? window : {}); ;; </script> <script type="text/javascript"> // Stub window.loc_ux_tracking so we dont have to riddle the pages // with if(window.loc_ux_tracking) everywhere. Also create an alias // `UX` jQuery(function($){ if(!window.loc_ux_tracking){ window.loc_ux_tracking = { trackFileDownloadEvent: function(){}, trackUserInteractionEvent: function(){}, trackUserInterfaceAction: function(){}, } } window.UX = window.loc_ux_tracking; UX.download = UX.trackFileDownloadEvent; UX.interaction = UX.trackUserInteractionEvent; UX.interface = UX.trackUserInterfaceAction; // Register calls to Adobe for metrics tracking $.omniture = UX.track_player = function(player, shortName, is_video) { var eventData = { player: player, shortName: shortName }; eventData.mediaType = is_video ? 'video' : 'audio'; player.on('pause', function(event) {handleMediaEvent(event, eventData)}, this); player.on('buffer', function(event) {handleMediaEvent(event, eventData)}, this); player.on('idle', function(event) {handleMediaEvent(event, eventData)}, this); player.on('complete', function(event) {handleMediaEvent(event, eventData)}, this); player.on('play', function(event) {handleMediaEvent(event, eventData)}, this); player.on('seeked', function(event) {handleMediaEvent(event, eventData)}, this); player.on('seeking', function(event) {handleMediaEvent(event, eventData)}, this); }; //Handle various media events and send data to Adobe. This also sends data to the legacy locjukebox reporting suite function handleMediaEvent(event, eventData) { if (typeof s != "undefined") { var player = eventData.player; var mediaName = eventData.shortName; var mediaType = eventData.mediaType; var mediaPlayerName = "LOC JW Player"; var mediaOffset = 0; var legacyTracking = s_gi('locjukebox'); legacyTracking.trackingServer = s.trackingServer; legacyTracking.prop4 = mediaName; if (player.getPosition() > 0) { mediaOffset = Math.floor(player.getPosition()); } switch (event.type) { case 'play': if (mediaOffset == 0) { setTimeout(function() { s.Media.open(mediaName, player.getDuration(), mediaPlayerName); s.Media.play(mediaName, mediaOffset); legacyTracking.prop8 = "[Button Click] - Start " + mediaType; legacyTracking.tl(); }, 500); } else { s.Media.play(mediaName, mediaOffset); legacyTracking.prop8 = "[Button Click] - Resume " + mediaType; legacyTracking.tl(); } break; case 'seeked': s.Media.stop(mediaName, mediaOffset); s.Media.play(mediaName, mediaOffset); legacyTracking.prop8 = "[Scrub] - Specific Point in " + mediaType + " Clip"; legacyTracking.tl(); break; case 'pause': s.Media.stop(mediaName, mediaOffset); legacyTracking.prop8 = "[Button Click] - Pause " + mediaType; legacyTracking.tl(); case 'seeking': s.Media.stop(mediaName, mediaOffset); case 'buffer': case 'idle': break; case 'complete': s.Media.stop(mediaName, mediaOffset); s.Media.close(mediaName); mediaOffset = 0; legacyTracking.prop8 = "[End Clip] - " + mediaType; legacyTracking.tl(); break; } } } }); // General analytics properties. Adobe will inspect the global scope // and execute this function if it finds it. var doPageMetricsPlugin = function(s){ window.UX = window.loc_ux_tracking; UX.download = UX.trackFileDownloadEvent; UX.interaction = UX.trackUserInteractionEvent; UX.interface = UX.trackUserInterfaceAction; /* application title: prop10 */ s.prop10 = "Project One"; /* error page report */ s.prop15 = ""; s.prop16 = ""; s.prop18 = ""; // Start Date s.prop19 = ""; // End Date s.prop20 = false; // Front page only /* page title: prop21 */ //Primary source item/resource title s.prop21 = 'Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.'; // Basic or Advanced s.prop15 = 'basic'; //Start date //End Date //Front page only s.prop20 = false; /* system identifier: prop20 */ /* s.prop20 = 'afcwip002418/'; */ /* page identifier: prop11 */ // metrics item page identifier is unique id plus readable title. This // needs help getting cleaned up using site_type/site_id/resource/title? // - from item/metrics.html // - from managed_content/metrics.html s.prop11 = 'afcwip002418/ - Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.'; //Set title, same across supporting material like about-this-thing, search //results within the set as the content, articles and essays etc. s.prop22 = 0.293125867844;//backend duration // Assigning specific search options for selected search facets s.prop23 = "";// suggested s.prop24 = "";// digitized s.prop25 = "";// original format s.prop26 = "";// online format s.prop27 = "";// date s.prop28 = "";// part of s.prop29 = "";// contributor s.prop30 = "";// subject s.prop31 = "";// site_id -> picked up by prop62 s.prop32 = "";// location s.prop33 = "";// site_type -> picked up by prop61 s.prop34 = "";// site_path (options.resource) can be longer than 2 segments s.prop35 = "";// language s.prop36 = "";// results view type s.prop37 = '';// searchIn s.prop38 = "/item/afcwip002418/";// path_info s.prop39 = "";//truncated query string s.prop40 = '';// count s.prop41 = "";// sort s.prop44 = "";// searchTerms s.prop45 = ""; s.prop46 = "";// qs-adv-search-kw s.prop47 = '';// startPage s.prop67 = "";// access condition /* original format: prop49 */ s.prop49 = 'Photo, Print, Drawing'; s.prop50 = ""; // The following two props aren't needed currently //s.prop51 = "";// facetLimits //s.prop52 = "";// field s.prop53 = "";// facetPrefix s.prop54 = "";// fullText s.prop55 = "";// download s.prop56 = ""; // partof_collection s.prop57 = ""; // number_page s.prop60 = 81937;//release_id s.prop69 = ""; // location_state s.prop70 = ""; //location_county s.prop71 = ""; //language // Combined Facets - yuck, should be deprecated soon // TODO: This means we need a s.prop for "digitized" // aka "available online". s.prop48 = "Facet[Digitized]-(false) "; /* /* Advanced Search display level */ s.prop16 = "None"; /* Advanced Search Parameter */ /* Query String */ /* Partof Title */ /* Partof_Division */ /* Partof_Collection */ /* number_page */ /* Location country */ /* Location state */ /* Language */ s.prop24 = 'available online';// digitized s.prop25 += 'photo, print, drawing|';// original format s.prop26 = 'image|';// online format s.prop27 += '1994|';// date s.prop28 += 'working in paterson project collection|';// part of s.prop28 += 'working in paterson: occupational heritage in an urban setting|';// part of s.prop28 += 'american folklife center|';// part of s.prop28 += 'american memory|';// part of s.prop29 += 'cobianchi, jimmy|';// contributor s.prop29 += 'cooper, martha|';// contributor s.prop29 += 'taylor, david alan|';// contributor s.prop30 += 'dyeing|';// subject s.prop30 += 'ethnographic photographs|';// subject s.prop30 += 'ethnography|';// subject s.prop30 += 'joseph teshon co. inc. (paterson, n.j.)|';// subject s.prop30 += 'photographs|';// subject s.prop30 += 'silk industry|';// subject s.prop30 += 'textile industry|';// subject s.prop30 += 'work processes|';// subject s.prop32 += 'new jersey|';// location s.prop32 += 'paterson|';// location s.prop32 += 'united states|';// location s.prop35 += 'english|';// language s.prop67 += 'available online'; //access condition return s; }; </script> <meta name="msapplication-TileColor" content="#ffffff" /> <meta name="msapplication-TileImage" content='ms-icon-144x144.png?81937.83189' /> <link rel='alternate' type='text/html' href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/'/> <link rel='alternate' type='application/json' href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/?fo=json'/> <link title="Library of Congress Search" href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/opensearch.xml' rel="search" type="application/opensearchdescription+xml" /> </head> <body> <div id='body'> <a class="skip-nav" href="#skip-to-content">Skip to main content</a> <style>.skip-nav { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .header-overlay { display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 998; background-color: #000000; /* fallback */ background-color: rgba(0, 0, 0, 0.5); } .header { background-color: #fff; border-top: 4px solid #FC4C02; border-bottom: 1px solid #bfbfbf; padding: 26px 0 25px; position: relative; z-index: 999; } @media (max-width: 992px) { .header { padding: 14px 0 13px; } } .header-container { max-width: 85.71428571rem; width: 100%; margin: 0 auto; padding: 0 2rem; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 768px) { .header-container { padding-left: 1rem; padding-right: 1rem; } } .header-row { display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ display: -moz-box; display: flex; /* NEW, Spec - Firefox, Chrome, Opera */ -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-flex-align: flex-end; -webkit-align-items: flex-end; -ms-flex-align: flex-end; align-items: flex-end; margin: 0 -1rem; } .header-row .header-menu { -webkit-box-flex: 0 0 auto; /* OLD - iOS 6-, Safari 3.1-6 */ -webkit-flex: 0 0 auto; /* Safari 6.1+. iOS 7.1+, BB10 */ -ms-flex: 0 0 auto; /* IE 10 */ -moz-box-flex: 0 0 auto; flex: 0 0 auto; /* NEW, Spec - Firefox, Chrome, Opera */ min-width: 0; /* firefox fix */ margin: 0 1rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin: 0 0 -13px; padding: 0 1rem 13px; position: relative; } .header-row .header-menu.header-menu-active { background: #efefef; } .header-row .header-menu.header-menu-active::before { content: ''; width: 100%; height: 10px; position: absolute; top: -10px; left: 0; background: #efefef; } @media (min-width: 993px) { .header-row .header-menu { margin: 0 0 -25px; padding: 0 1rem 25px; } } @media (max-width: 480px) { .header-row .header-menu { position: absolute; right: 0; bottom: 0; margin-bottom: 0; } } .header-row .header-menu .header-menu-button { color: #000; border: 0; background: none; font-size: 36px; width: 31px; height: 34px; line-height: 1; padding: 0; } .header-row .header-menu .header-menu-button .icon-times { color: #FC4C02; } .header-row .header-menu .header-menu-button > span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .header-row .header-menu .header-menu-container { display: none; background: #efefef; position: absolute; top: 47px; right: 0; z-index: 999; } @media (min-width: 993px) { .header-row .header-menu .header-menu-container { top: 59px; } } .header-row .header-menu .header-menu-container.header-menu-container-active { display: block; height: auto; overflow: auto; opacity: 1; } .header-row .header-menu .header-menu-container > ul { padding-left: 0; list-style: none; margin: 0; padding: 0 53px 0 2rem; } @media (min-width: 481px) { .header-row .header-menu .header-menu-container > ul { padding: 0 153px 0 2rem; } } .header-row .header-menu .header-menu-container > ul a { color: #333; } .header-row .header-menu .header-menu-container > ul > li { padding: 0.5rem 50px 0.5rem 0; white-space: nowrap; } .header-row .header-menu .header-menu-container > ul > li:first-child { padding-top: 1rem; } .header-row .header-menu .header-menu-container > ul > li:last-child { padding-bottom: 1rem; } .header-row .header-menu .header-menu-container > ul.header-menu-tertiary > li:first-child, .header-row .header-menu .header-menu-container > ul.header-menu-external > li:first-child { border-top: 1px solid #999; } @media print { .header-row .header-menu { display: none; } } .header-row .header-logo { -webkit-box-flex: 0 0 auto; /* OLD - iOS 6-, Safari 3.1-6 */ -webkit-flex: 0 0 auto; /* Safari 6.1+. iOS 7.1+, BB10 */ -ms-flex: 0 0 auto; /* IE 10 */ -moz-box-flex: 0 0 auto; flex: 0 0 auto; /* NEW, Spec - Firefox, Chrome, Opera */ min-width: 0; /* firefox fix */ margin: 0 1rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0 2rem; width: 363px; padding: 0; } @media (max-width: 992px) { .header-row .header-logo { width: 161px; } } .header-row .header-logo > a { display: block; width: 363px; height: 90px; } .header-row .header-logo > a > img { width: 100%; height: auto; } .header-row .header-logo > a > span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } @media (max-width: 992px) { .header-row .header-logo > a { width: 161px; height: 40px; } } @media print { .header-row .header-logo > a { display: none; } } @media (max-width: 992px) { .header-row .header-logo { padding: 0; } } @media print { .header-row .header-logo { padding: 1rem 0; height: 68px; display: block; } .header-row .header-logo:after { content: url("/static/images/logo-loc-new-branding.svg?72026"); display: block; width: 100%; height: 100%; } } .header-row .header-search { -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */ -webkit-flex: 1; /* Safari 6.1+. iOS 7.1+, BB10 */ -ms-flex: 1; /* IE 10 */ -moz-box-flex: 1; flex: 1; /* NEW, Spec - Firefox, Chrome, Opera */ min-width: 0; /* firefox fix */ margin: 0 1rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } @media (min-width: 1201px) { .header-row .header-search { padding-left: 210px; } } .header-row .header-search > form { display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ display: -moz-box; display: flex; /* NEW, Spec - Firefox, Chrome, Opera */ -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-flex-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0 0; flex-wrap: nowrap; border: 1px solid #000; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .header-row .header-search > form .header-search-formats { position: relative; color: #000; } @media (max-width: 992px) { .header-row .header-search > form .header-search-formats { -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */ -webkit-flex: 1; /* Safari 6.1+. iOS 7.1+, BB10 */ -ms-flex: 1; /* IE 10 */ -moz-box-flex: 1; flex: 1; /* NEW, Spec - Firefox, Chrome, Opera */ min-width: 0; /* firefox fix */ margin: 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0 0 calc(33.33333333% - 2rem) !important; -webkit-flex: 0 0 calc(33.33333333% - 2rem) !important; flex: 0 0 calc(33.33333333% - 2rem) !important; -ms-flex: 0 1 auto; /* ie fix */ width: calc(33.33333333% - 2rem); /* ie fix */ max-width: calc(33.33333333% - 2rem); /* moz fix */ } } .header-row .header-search > form .header-search-formats:after { content: "\f107"; font-family: FontAwesome; position: absolute; right: 0; top: 0; pointer-events: none; height: 30px; line-height: 30px; padding: 0 6px; font-size: 12px; } .header-row .header-search > form .header-search-formats .header-search-format-select { border: none; height: 30px; width: 100%; padding-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; font-size: 12px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; } @media (max-width: 480px) { .header-row .header-search > form .header-search-formats .header-search-format-select { font-size: 16px; } } .header-row .header-search > form .header-search-formats .header-search-format-select::-ms-expand { display: none; } .header-row .header-search > form .header-search-formats .header-search-format-select:hover, .header-row .header-search > form .header-search-formats .header-search-format-select:focus { box-shadow: inset 0 0 3px #000 !important; } .header-row .header-search > form .header-search-input-wrapper { -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */ -webkit-flex: 1; /* Safari 6.1+. iOS 7.1+, BB10 */ -ms-flex: 1; /* IE 10 */ -moz-box-flex: 1; flex: 1; /* NEW, Spec - Firefox, Chrome, Opera */ min-width: 0; /* firefox fix */ margin: 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: relative; } .header-row .header-search > form .header-search-input-wrapper .header-search-input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; border: none; border-left: 1px solid #000; height: 30px; line-height: 30px; } @media (max-width: 480px) { .header-row .header-search > form .header-search-input-wrapper .header-search-input { font-size: 16px; } } .header-row .header-search > form .header-search-input-wrapper .header-search-input:focus { box-shadow: inset 0 0 3px #999 !important; } .header-row .header-search > form .header-search-button { height: 30px; font-size: 18px; padding: 0 10px; background-color: #000; border-color: #000; } .header-row .header-search > form .header-search-button > span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .header-row .header-search > form .header-search-button .icon { line-height: inherit; } @media (max-width: 480px) { .header-row .header-search > form { display: none; } .header-row .header-search > form.header-search-form-active { display: flex; } } .header-row .header-search .header-search-toggle { display: none; height: 32px; font-size: 1.25rem; padding: 0 10px; background-color: #000; border-color: #000; } .header-row .header-search .header-search-toggle span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } @media (max-width: 480px) { .header-row .header-search .header-search-toggle { display: inline-block; position: absolute; right: 60px; bottom: 0; } .header-row .header-search .header-search-toggle.header-search-toggle-close { background-color: transparent; border-color: transparent; color: #00618e; padding-right: 0; right: 1rem; font-size: 36px; color: #FC4C02; line-height: 1; bottom: auto; top: -4px; } .header-row .header-search .header-search-toggle.header-search-toggle-close:hover, .header-row .header-search .header-search-toggle.header-search-toggle-close:focus { background-color: transparent; border-color: transparent; color: #002347; } } @media (max-width: 480px) { .header-row .header-search { position: absolute; right: 0; bottom: 13px; width: 100%; min-height: 32px; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin: 0 !important; padding: 0 55px 0 1rem !important; } .header-row .header-search.header-search-close { outline: 8px solid #fff; z-index: 2; background: #fff; overflow: hidden; } } @media print { .header-row .header-search { display: none; } } /* autocomplete */ .autocomplete-w1 { position: absolute; top: 1px; left: 0; margin: 0; width: 100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .autocomplete { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; border-top-color: transparent; background-color: #fff; cursor: default; text-align: left; max-height: 350px; overflow: auto; margin: 0; } .autocomplete .selected { background: #efefef; } .autocomplete div { padding: 2px 5px; white-space: nowrap; } .autocomplete strong { font-weight: normal; color: #00618e; } .autocomplete-status { font-weight: normal; font-size: 10px; float: right; text-align: right; position: absolute; top: -9999px; left: -9999px; } </style> <script>jQuery(function($) { $('.header-menu-link a.menu-link').live('click', function () { $('.header-submenu, .header-menu, .header-menu-link').toggleClass('on-off'); }); var delay = 800, global_nav_header_timeout; $('.header-menu li').live('hover', function(event) { $('.header-dropdown img').each(function(index, image){ var data_source = $(image).attr('data-src'); if(data_source){ $(image).attr({src: data_source, 'data-src': null}); } }); if( $(event.target).parents('.hover').length ){ return; } $('.header-menu li.hover').removeClass('hover'); $(event.target).closest('li').addClass('hover'); global_nav_header_timeout = setTimeout(function(){ $('.header-dropdown').hide(); $('.header-dropdown', $(event.target).closest('li')).show(); }, delay); }, function(event){ clearTimeout( global_nav_header_timeout ); $(event.target).closest('li').removeClass('hover'); $('.header-dropdown', $(event.target).closest('li')).hide(); }); $('.header-menu').live('hover', function(event) {/* do nothing on hover over, only on hover out */}, function(event){ $('.header-menu li.hover').removeClass('hover'); $(event.target).parents('.header-dropdown').hide(); }); //Metrics tracking how users are using the new header $('.header-menu a, .intersite-navigation a, .locfoot a').live('click', function(event){ s.linkTrackVars = s.linkTrackVar + ",prop57"; var label = $(this).attr('name'); if ( !label ){ label = $(this).text().trim(); } s.prop57 = label; s.tl(this,'o',label); }); function headerMenuActive() { $('.header-menu-container').removeClass('header-menu-container-active').attr('aria-hidden', 'true'); $('.header-menu').removeClass('header-menu-active'); $('.header-menu-button').attr('aria-expanded', 'false'); $('.header-menu-button i').switchClass('icon-times', 'icon-bars', 50); $('.header-overlay').hide(); }; function headerMenuInactive() { $('.header-menu-container').addClass('header-menu-container-active').attr('aria-hidden', 'false'); $('.header-menu').addClass('header-menu-active'); $('.header-menu-button').attr('aria-expanded', 'true'); $('.header-menu-button i').switchClass('icon-bars', 'icon-times', 50); $('.header-overlay').show(); }; $('.header-menu-button').live('click', function() { if ($('.header-menu-container').hasClass('header-menu-container-active')) { headerMenuActive(); //UX Interaction Tracking UX.interaction($(this), 'Hamburger Menu', 'Close', ''); } else { headerMenuInactive(); //UX Interaction Tracking UX.interaction($(this), 'Hamburger Menu', 'Open', ''); } }); $("html").live("click touchstart keydown",function(event) { headerMenuActive(); }); $(".header-menu").live("click touchstart keydown",function(event) { event.stopPropagation(); // allow escape key to close for accessibility if (event.which == 27) { headerMenuActive(); } }); // menu position and height $(window).live("load resize scroll",function(e){ var headerHeight = $('.header-menu').outerHeight(); $('.header-menu-container').css({"top": headerHeight}); }); // UX Interaction Tracking - Logo, Menu, Search, Breadcrumbs $('.header-menu-container ul li').live('click', function() { var label = $(this).text().trim(); UX.interaction($(this), 'Hamburger Menu', 'Click', label); }); $('.header-logo a').live('click', function() { UX.interaction($(this), 'LC Logo', 'Click', ''); }); $('.header-search-format-select').change(function() { var label; $('.header-search-format-select option:selected').each(function() { label = $(this).text().trim(); }); UX.interaction($(this), 'Search', 'Select Format', label); }); $('.header-breadcrumbs a').live('click', function(event){ var label = $(this).attr('name'); if ( !label ){ label = $(this).text().trim(); } UX.interaction($(this), 'Breadcrumbs', 'click', label); }); // search toggle function searchActive() { $('.header-search > form').addClass('header-search-form-active'); $('.header-search .header-search-input').focus(); $('.header-search-toggle i').switchClass('icon-search', 'icon-times', 50); $('.header-search-toggle').addClass('header-search-toggle-close'); $('.header-search').addClass('header-search-close'); }; function searchInactive() { $('.header-search > form').removeClass('header-search-form-active'); $('.header-search-toggle i').switchClass('icon-times', 'icon-search', 50); $('.header-search-toggle').removeClass('header-search-toggle-close'); $('.header-search').removeClass('header-search-close'); }; $('.header-search-toggle').live('click', function() { if ($('.header-search > form').hasClass('header-search-form-active')) { searchInactive(); //UX Interaction Tracking UX.interaction($(this), 'Search', 'Hide', ''); } else { searchActive(); //UX Interaction Tracking UX.interaction($(this), 'Search', 'Show', ''); } }); $(window).on("load resize",function(e){ $('.autocomplete-w1').parent().css('width', '100%'); }); }); </script> <header class="header" role="banner"> <div class="header-container"> <div class="header-row"> <div class="header-logo"> <a href="/"> <img src="/static/images/logo-loc-new-branding.svg" alt="" /> <span>Library of Congress</span> </a> </div> <div class="header-search"> <label for="search" class="test screen-readers-only">Search</label> <form role="search" method="get" action="/search/"> <div class="header-search-formats"> <select name="in" id="searchFormat" aria-label="search" class="header-search-format-select"> <option value="">Everything</option> <option value="original-format:sound recording" >Audio Recordings</option> <option value="original-format:book" >Books/Printed Material</option> <option value="original-format:film, video" >Films, Videos</option> <option value="original-format:legislation" >Legislation</option> <option value="original-format:manuscript/mixed material" >Manuscripts/Mixed Material</option> <option value="original-format:map" >Maps</option> <option value="original-format:notated music" >Notated Music</option> <option value="original-format:newspaper" >Newspapers</option> <option value="original-format:periodical" >Periodicals</option> <option value="original-format:personal narrative" >Personal Narratives</option> <option value="original-format:photo, print, drawing" >Photos, Prints, Drawings</option> <option value="original-format:software, e-resource" >Software, E-Resources</option> <option value="original-format:archived web site" >Archived Web Sites</option> <option value="original-format:web page" >Web Pages</option> <option value="original-format:3d object" >3D Objects</option> </select> </div> <div class='header-search-input-wrapper'> <input type="search" title="Search the Library of Congress" placeholder="Search Loc.gov" name="q" id="search" class='locsuggest header-search-input' maxlength="250" value='' onFocus="this.select();" accesskey="/"/> <div class='searchtarget'> <input id='search_within_default' type="hidden" name="new" value="true" /> </div> </div> <button class="header-search-button" type="submit" value="submit"><span>Search</span><i class="icon icon-search"></i></button> <input type='hidden' name='st' value=''/> </form> <button class="header-search-toggle"><span>Search toggle</span><i class="icon icon-search"></i></button> </div> <div class="header-menu"> <button class="header-menu-button" id="header-menu-button" aria-controls="header-menu-container" ><span>menu </span><i class="icon icon-bars"></i></button> <nav class="header-menu-container" id="header-menu-container" aria-labelledby="header-menu-button"> <ul class=""> <li class=""><a href="/discover/">Discover</a></li> <li class=""><a href="/services-and-programs/">Services</a></li> <li class=""><a href="/visit/">Visit</a></li> <li class=""><a href="/education/">Education</a></li> <li class=""><a href="/connect/">Connect</a></li> <li class=""><a href="/about/">About</a></li> </ul> <ul class="header-menu-tertiary"> <li class=""><a href="http://0-www.loc.gov.oasys.lib.oxy.edu/rr/askalib/">Ask a Librarian</a></li> <li class=""><a href="/help/">Help</a></li> <li class=""><a href="/contact/">Contact</a></li> </ul> <ul class="header-menu-external"> <li class=""><a href="https://0-catalog.loc.gov.oasys.lib.oxy.edu/">Search Online Catalog</a></li> <li class=""><a href="http://copyright.gov/">Copyright.gov</a></li> <li class=""><a href="https://www.congress.gov/">Congress.gov</a></li> </ul> </nav> </div> </div> </div> </header> <div class="breadcrumbs-wrapper"> <div class="breadcrumbs-container"> <div class="breadcrumbs-row"> <div class="sharetool_wrapper h_adjust"> <div id='share-this' class="locshare-this" ></div> </div> </div> </div> </div> <div class="header-overlay"><!-- --></div> <div class="content "> <a name="skip-to-content" id="skip-to-content"></a> <main role="main" class="item-container"> <div class='item-title'> <h1> <small> <a class="format-label" href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=original_format:photo,+print,+drawing'> Photo, Print, Drawing </a> </small> <cite>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.</cite> </h1> </div> <div id="resources" class="resources"> <div class="focused-resource"> <div class="resource "> <figure > <div class='preview ' > <span class="enlarge-link"> <a href="https://0-www.loc.gov.oasys.lib.oxy.edu/resource/afc1995028.afc1995028_mcc06004/" > <span class="multi-image-viewer-buttons zoom-in"> <br/><span class='enlarge-text'> Enlarge </span></span> <span class="icon-stack icon-lg"> <i class="icon icon-square icon-stack-2x"></i> <i class='icon icon-expand icon-stack-1x icon-inverse'></i> </span> </a> </span> <a class='photo-print-drawing ' href="https://0-www.loc.gov.oasys.lib.oxy.edu/resource/afc1995028.afc1995028_mcc06004/" > <img alt="" class='iconic screen-dependent-image' data-image-tablet="//tile.loc.gov/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg#h=693&amp;w=1024" src="//cdn.loc.gov/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004t.gif" } onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/photo-print-drawing.png?81937.83189'" /> <script> jQuery(function($){ var HEIGHT = /.*h=(\d+).*/, WIDTH = /.*w=(\d+).*/, PHONE_LARGE = 650; $('img.screen-dependent-image').each(function(index, image){ var height, width, url; url = $(image).attr('src'); if(String(url).indexOf("original-format") < 0 && $(document).width() > PHONE_LARGE){ url = $(image).attr('data-image-tablet'); if (!url) { return true; //just want to continue -- not break. } height = url.match(HEIGHT); width = url.match(WIDTH); if( height && width ){ height = height[1]; width = width[1]; $(image).css({ height: height > 570 ? 570 : height, width: 'auto' }); } $(image).attr('src', url).load(function(){ $(image).css({height: '', width: ''}); }); } }); }); </script> </a> </div> </figure> <form class="resource-download-form" target='_blank' action="#" method="get"> <div class='files resource-download-menu' > <label class="label-small" for="select-resource0"> Download: </label> <div class="select-wrapper"> <select class="select-default" id="select-resource0"> <option value="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg" data-file-download="JPEG" >JPEG&nbsp;(512x346px) </option> <option value="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg" data-file-download="JPEG" >JPEG&nbsp;(1024x693px) </option> <option value="https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg" data-file-download="JPEG" >JPEG&nbsp;(2048x1387px) </option> <option value="https://0-cdn.loc.gov.oasys.lib.oxy.edu/master/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004.tif" data-file-download="TIFF" >TIFF&nbsp;(32.5 MB) </option> </option> <option value="https://0-cdn.loc.gov.oasys.lib.oxy.edu/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004.jp2" data-file-download="JP2" >JPEG2000&nbsp;(1.9 MB) </option> </option> </select></div><button class="button-default">Go</button> </div> </form> <script> jQuery(function($) { function setFileDownloadEventInfo($form) { var target_url = "", mime_type = "", division = "", collection = "", item_name = ""; target_url = $form.attr('action'); mime_type = $form.data('file-download'); collection += "Working in Paterson Project Collection, "; collection += "Working in Paterson: Occupational Heritage in an Urban Setting, "; division += "American Folklife Center, "; collection += "American Memory, "; if (division.lastIndexOf(",") == division.length-2) { division = division.substr(0, division.length-2); } if (collection.lastIndexOf(",") == collection.length-2) { collection = collection.substr(0, collection.length-2); } item_name = "Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility."; return [target_url, mime_type, division, collection, item_name]; } // Single resource viewer $('.files button').each(function(index, obj) { obj.onclick = function(e) { var $form = $(e.target).closest('.resource-download-form'), value = $form.find('select').val(); // File Download tracking $form.attr('action', value); $form.find('option:selected').each(function() { $form.data('file-download', $(this).data('file-download')); }); var fileDownloadEventInfo = setFileDownloadEventInfo($form); // UX Tracking UX.download($(this), fileDownloadEventInfo); e.preventDefault(); window.open(value, '_blank'); }; }); // Multi-image viewer $('.control-section-download form select').each(function(index, obj) { if(0 == index){ var $form = $(obj).closest('.control-section-download form'), value = $form.find('select').val(); $form.attr('action', value); // File Download tracking $(obj).find('option:selected').each(function() { $form.data('file-download', $(this).data('file-download')); }); } $(obj).on('change', function(e) { var $form = $(e.target).closest('.control-section-download form'), value = $form.find('select').val(); $form.attr('action', value); $(e.target).find('option:selected').each(function() { $form.data('file-download', $(this).data('file-download')); }); }); }); $('.control-section-download form').submit(function(e) { var $form = $(e.target).closest('.control-section-download form'), fileDownloadEventInfo = setFileDownloadEventInfo($form); UX.download($(this), fileDownloadEventInfo); }); }); </script> </div> </div> </div> <div id="about-this-item" class='about-this-item '> <h2>About this Item</h2> <div class="about-this-item-row"> <div class="about-this-item-content"> <dl id="item-cataloged-data" class="item-cataloged-data" > <dt> Title </dt> <dd>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.</dd> <dt> Contributor Names </dt> <dd> Taylor, David Alan, 1951- (Collaborator) </dd> <dd> Cobianchi, Jimmy (Depicted) </dd> <dd> Cooper, Martha (Photographer) </dd> <dt> Created / Published </dt> <dd> 1994-09-12 </dd> <dt> Subject Headings </dt> <dd> -&nbsp; Textile industry </dd> <dd> -&nbsp; Work processes </dd> <dd> -&nbsp; Silk industry </dd> <dd> -&nbsp; Dyeing </dd> <dd> -&nbsp; Ethnographic photographs </dd> <dd> -&nbsp; Joseph Teshon Co. Inc. (Paterson, N.J.) </dd> <dd> -&nbsp; Ethnography </dd> <dd> -&nbsp; Photographs </dd> <dd> -&nbsp; United States -- New Jersey -- Paterson </dd> <dt> Genre </dt> <dd> Ethnography </dd> <dd> Photographs </dd> <dt> Notes </dt> <dd> -&nbsp; Forms part of a group of images taken in the dye house adjacent to the main Joseph Teshon, Inc. building on September 12, 1994. </dd> <dt> Medium </dt> <dd> 35 mm color slide </dd> <dt> Call Number/Physical Location </dt> <dd> AFC 1995/028: WIP-MC-C060-04 </dd> <dt> Source Collection </dt> <dd>Working in Paterson Project Collection (AFC 1995/028)</dd> <dt> Repository </dt> <dd> American Folklife Center </dd> <dt> Digital Id </dt> <dd> <a href="http://0-hdl.loc.gov.oasys.lib.oxy.edu/loc.afc/afcwip.mcc06004">http://0-hdl.loc.gov.oasys.lib.oxy.edu/loc.afc/afcwip.mcc06004</a> </dd> <dt> Online Format </dt> <dd> image </dd> <dt class='dedup right'> IIIF Presentation Manifest </dt> <dd> <a href="https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/manifest.json" >Manifest (JSON/LD)</a> </dd> </dl> </div> <div id="item-facets" class="item-facets about-this-item-facets" role="complementary"> <div id="part-of" class="item-facet"> <h3>Part of</h3> <ul class="long-list"> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=partof:working+in+paterson+project+collection'>Working in Paterson Project Collection <span>(4,341)</span></a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/collections/working-in-paterson/'>Working in Paterson: Occupational Heritage in an Urban Setting <span>(4,388)</span></a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=partof:american+folklife+center'>American Folklife Center <span>(34,454)</span></a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=partof:american+memory'>American Memory <span>(502,124)</span></a> </li> </ul> </div> <div id="facets-box" class="item-facet"> <h3>Format</h3> <ul class="short-list"> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=original_format:photo,+print,+drawing' data-field-label='Format'>Photo, Print, Drawing</a> </li> </ul> <h3>Contributors</h3> <ul class="short-list"> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=contributor:cobianchi,+jimmy' data-field-label='Contributors'>Cobianchi, Jimmy</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=contributor:cooper,+martha' data-field-label='Contributors'>Cooper, Martha</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=contributor:taylor,+david+alan' data-field-label='Contributors'>Taylor, David Alan</a> </li> </ul> <h3>Dates</h3> <ul class="short-list"> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?dates=1994/1994' data-field-label='Dates'>1994</a> </li> </ul> <h3>Location</h3> <ul class="short-list"> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=location:new+jersey' data-field-label='Location'>New Jersey</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=location:paterson' data-field-label='Location'>Paterson</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=location:united+states' data-field-label='Location'>United States</a> </li> </ul> <h3>Language</h3> <ul class="short-list"> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=language:english' data-field-label='Language'>English</a> </li> </ul> <h3>Subjects</h3> <ul class="short-list"> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:dyeing' data-field-label='Subjects'>Dyeing</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:ethnographic+photographs' data-field-label='Subjects'>Ethnographic Photographs</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:ethnography' data-field-label='Subjects'>Ethnography</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:joseph+teshon+co.+inc.+%28paterson,+n.j.%29' data-field-label='Subjects'>Joseph Teshon Co. Inc. (Paterson, N.J.)</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:photographs' data-field-label='Subjects'>Photographs</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:silk+industry' data-field-label='Subjects'>Silk Industry</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:textile+industry' data-field-label='Subjects'>Textile Industry</a> </li> <li> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:work+processes' data-field-label='Subjects'>Work Processes</a> </li> </ul> </div> </div> </div><!-- end class="about-this-item-row" --> </div> <div id='rights-and-access' class='clear-block'> <div class="rights-and-access"> <h2><a href="#rights-and-access"><i class="icon icon-plus-square"></i> Rights &amp; Access<span class='icon accordion-down'></span></a></h2> <div id="rights-and-access-content" class="rights-and-access-content"> <p>The Library of Congress is not aware of any U.S. copyright protection (see Title 17, U.S.C.) or any other restrictions in the material in this collection, except as noted below. Users should keep in mind that the Library of Congress is providing access to these materials strictly for educational and research purposes. The written permission of the copyright owners and/or other holders of rights (such as publicity and/or privacy rights) is required for distribution, reproduction, or other use of protected items beyond that allowed by fair use or other statutory exemptions. Responsibility for making an independent legal assessment of an item and securing any necessary permissions ultimately rests with persons desiring to use the item. See our <a href="/legal/">Legal Notices</a> and <a href="/legal/#privacy_publicity">Privacy and Publicity Rights</a> for additional information and restrictions. </p> <p>The American Folklife Center and the professional fieldworkers who carry out these projects feel a strong ethical responsibility to the people they have visited and who have consented to have their lives documented for the historical record. The Center asks that researchers approach the materials in this collection with respect for the culture and sensibilities of the people whose lives, ideas, and creativity are documented here. Researchers are also reminded that <a href="/legal/#privacy_publicity">privacy and publicity</a> rights may pertain to certain uses of this material.</p> <p>Researchers or others who would like to make further use of these collection materials should contact the <a href="//www.loc.gov/folklife/address.html">Folklife Reading Room</a> for assistance. </p> <h3>Credit line</h3> <p>Working in Paterson Project collection, 1993-2002 (AFC 1995/028), American Folklife Center, Library of Congress</p> </div> </div> <noscript> <style scoped> .rights-and-access{ display: block; } </style> </noscript> <script defer='defer'> jQuery(function($) { $(".rights-and-access > h2").click(function(event){ $('.icon', event.delegateTarget) .andSelf() .toggleClass('accordion-down accordion-up'); $('#rights-and-access-content').toggle(); if ($('.rights-and-access h2 a > i.icon').hasClass('accordion-down')) { $('.rights-and-access h2 a > i.icon').addClass('icon-minus-square'); } else { $('.rights-and-access h2 a > i.icon').removeClass('icon-minus-square'); } return false; }); }); </script> </div> <div id="cite-this" class='clear-block'> <div class="cite-this"> <h2><a href="#cite-this"><i class="icon icon-plus-square"></i> Cite This Item<span class='icon accordion-down'></span></a></h2> <div id="cite-this-content" class="cite-this-content"> <p class='cite-this-disclaimer'> <i class="icon icon-exclamation-circle"></i> Citations are generated automatically from bibliographic data as a convenience, and may not be complete or accurate. </p> <div class="chicago-citation"> <h3>Chicago citation style:</h3> <p>Taylor, David Alan, Jimmy Cobianchi, and Martha Cooper. <cite>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility</cite>. New Jersey Paterson United States, 1994. -09-12. Photograph. https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/.</p> </div> <div class="apa-citation"> <h3>APA citation style:</h3> <p>Taylor, D. A., Cobianchi, J. &amp; Cooper, M. (1994) <cite>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility</cite>. New Jersey Paterson United States, 1994. -09-12. [Photograph] Retrieved from the Library of Congress, https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/.</p> </div> <div class="mla-citation"> <h3>MLA citation style:</h3> <p>Taylor, David Alan, Jimmy Cobianchi, and Martha Cooper. <cite>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility</cite>. -09-12. Photograph. Retrieved from the Library of Congress, &lt;www.loc.gov/item/afcwip002418/&gt;.</p> </div> </div> </div> <noscript> <style scoped> #cite-this{ display: block; } </style> </noscript> <script defer='defer'> jQuery(function($) { $(".cite-this > h2").click(function(event){ $('.icon', event.delegateTarget) .andSelf() .toggleClass('accordion-down accordion-up'); $('#cite-this-content').toggle(); if ($('.cite-this h2 a > i.icon').hasClass('accordion-down')) { $('.cite-this h2 a > i.icon').addClass('icon-minus-square'); } else { $('.cite-this h2 a > i.icon').removeClass('icon-minus-square'); } return false; }); }); </script> </div> <div id='results' class='clear-block'> <div id='more-like-this' class="related-items"> <h2>More Photos, Prints, Drawings like this</h2> <ul class="search-results gallery-view no-facets"> <li class="item first " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002397/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002397/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05903/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src="//cdn.loc.gov/service/afc/afc1995028/afc1995028_mcc059/afc1995028_mcc05903t.gif" onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/photo-print-drawing.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Photo, Print, Drawing </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002397/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002397/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05903/ "> Jimmy Cobianci, the color mixer, mixes dyes. </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-12</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002398/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002398/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05904/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src="//cdn.loc.gov/service/afc/afc1995028/afc1995028_mcc059/afc1995028_mcc05904t.gif" onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/photo-print-drawing.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Photo, Print, Drawing </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002398/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002398/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05904/ "> Jimmy Cobianci, the color mixer, mixes dyes. </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-12</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002399/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002399/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05905/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src="//cdn.loc.gov/service/afc/afc1995028/afc1995028_mcc059/afc1995028_mcc05905t.gif" onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/photo-print-drawing.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Photo, Print, Drawing </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002399/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002399/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05905/ "> Jimmy Cobianci, the color mixer, mixes dyes. </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-12</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002400/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002400/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05906/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src="//cdn.loc.gov/service/afc/afc1995028/afc1995028_mcc059/afc1995028_mcc05906t.gif" onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/photo-print-drawing.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Photo, Print, Drawing </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002400/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002400/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05906/ "> Jimmy Cobianci, the color mixer, mixes dyes. </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-12</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002401/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002401/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05907/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src="//cdn.loc.gov/service/afc/afc1995028/afc1995028_mcc059/afc1995028_mcc05907t.gif" onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/photo-print-drawing.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Photo, Print, Drawing </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002401/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002401/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05907/ "> Jimmy Cobianci, the color mixer, mixes dyes. </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-12</span> </li> </ul> </div> </div> </li> </ul> <script> jQuery(function($) { $('.more-less-toggle').click(function(){ if($(this).parent().children('.full-result').is(':hidden')) { $(this).html('Less <i class="icon icon-angle-up"></i>'); $(this).parent().children('.truncated-result').hide(); $(this).parent().children('.full-result').show(); } else { $(this).html('More <i class="icon icon-angle-down"></i>'); $(this).parent().children('.full-result').hide(); $(this).parent().children('.truncated-result').show(); } return false; }); }); </script> </div> <div id='you-might-like' class="related-items"> <h2>You might also like</h2> <div class='link-list'> <ul class="search-results gallery-view no-facets"> <li class="item first " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000068/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000068/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02203/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189' onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Audio Recording </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000068/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000068/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02203/ "> The process of developing a fabric with a customer </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Hardy, Charles &quot;chuck&quot; - Taylor, David Alan </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-09</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000069/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000069/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02204/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189' onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Audio Recording </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000069/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000069/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02204/ "> Different jobs at mill </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Hardy, Charles &quot;chuck&quot; - Taylor, David Alan </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-09</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000070/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000070/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02205/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189' onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Audio Recording </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000070/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000070/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02205/ "> Training new workers </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Hardy, Charles &quot;chuck&quot; - Taylor, David Alan </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-09</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000071/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000071/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02206/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189' onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Audio Recording </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000071/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000071/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02206/ "> Skill hierarchy at Teshon </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Hardy, Charles &quot;chuck&quot; - Taylor, David Alan </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-09</span> </li> </ul> </div> </div> </li> <li class="item " > <figure> <div style="position:relative; height:100%; width:100%;" class="iconic-container"> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000072/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000072/" rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02207/" aria-hidden='true' > <div style="position:relative; height:100%; width:100%;"> <img alt="" class='iconic ' src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189' onerror="this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/sound-recording.png?81937.83189'" /> </div> </a> </div> </figure> <div class='description '> <span class="original-format"> Audio Recording </span> <div class='item-description'> <span class='item-description-title'> <a href='https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000072/' rel="http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000072/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02207/ "> Description of equipment and operations in different areas of Teshon plant </a> </span> <ul> <li class='contributor'> <strong class='search-results-label'>Contributor:</strong> <span> Hardy, Charles &quot;chuck&quot; - Taylor, David Alan </span> </li> <li class='date'> <strong class='search-results-label'>Date:</strong> <span>1994-09-09</span> </li> </ul> </div> </div> </li> </ul> <script> jQuery(function($) { $('.more-less-toggle').click(function(){ if($(this).parent().children('.full-result').is(':hidden')) { $(this).html('Less <i class="icon icon-angle-up"></i>'); $(this).parent().children('.truncated-result').hide(); $(this).parent().children('.full-result').show(); } else { $(this).html('More <i class="icon icon-angle-down"></i>'); $(this).parent().children('.full-result').hide(); $(this).parent().children('.truncated-result').show(); } return false; }); }); </script> </div> </div> </div> <div class="clear"></div> </main> </div> <style>.footer { background-color: #f5f5f5; border-top: 1px solid #999; padding-top: 35px; } .footer a { color: #666; } @media print { .footer { display: none; } } .footer-container { max-width: 85.71428571rem; width: 100%; margin: 0 auto; padding: 0 2rem; background-color: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 768px) { .footer-container { padding-left: 1rem; padding-right: 1rem; } } .footer-social-links-wrapper { border-bottom: 1px solid #999; padding-bottom: 21px; margin-bottom: 21px; text-align: center; } .footer-social-title { font-size: 18px; font-weight: normal; color: #666; display: inline-block; margin: 0 28px 0 0; } @media (max-width: 992px) { .footer-social-title { display: block; margin: 0 0 7px; } } .footer-social-links { padding-left: 0; list-style: none; margin: 0 -7px; display: inline-block; margin-bottom: 0; } .footer-social-links > li { display: inline-block; margin: 0 7px; } .footer-social-links > li i { font-size: 17.5px; } .footer-social-links > li span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .footer-social-links > li a .icon-external-link { font-size: 12.6px; color: #666; } .footer-social-links > li.footer-social-link-rss a { color: #f47f65; } .footer-social-links > li.footer-social-link-email a { color: #00618e; } .footer-social-links > li.footer-social-link-survey { border-left: 1px solid #999; padding-left: 28px; margin-left: 14px; font-size: 13px; } .footer-social-links > li.footer-social-link-survey a { color: #00618e; } @media (max-width: 992px) { .footer-social-links > li.footer-social-link-survey { border: none; padding: 0; display: block; margin-top: 10.5px; } } .footer-social-links > li.footer-social-link-itunesu { font-size: 13px; } .footer-social-links > li.footer-social-link-itunesu a { color: #00618e; } @media (max-width: 992px) { .footer-social-links { display: block; } } @media (min-width: 993px) { .footer-row { display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ display: -moz-box; display: flex; /* NEW, Spec - Firefox, Chrome, Opera */ -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-flex-align: flex-start; -webkit-align-items: flex-start; -ms-flex-align: flex-start; align-items: flex-start; margin: 0 -1rem; } } .footer-links-wrapper .footer-links { padding-left: 0; list-style: none; margin: 0 -8.75px; margin-bottom: 0; font-size: 12px; } .footer-links-wrapper .footer-links > li { display: inline-block; margin: 0 8.75px; } .footer-links-wrapper .footer-links > li { margin-top: 3px; margin-bottom: 3px; } @media (max-width: 992px) { .footer-links-wrapper { text-align: center; margin-bottom: 21px; } } @media (min-width: 993px) { .footer-links-wrapper { -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */ -webkit-flex: 1; /* Safari 6.1+. iOS 7.1+, BB10 */ -ms-flex: 1; /* IE 10 */ -moz-box-flex: 1; flex: 1; /* NEW, Spec - Firefox, Chrome, Opera */ min-width: 0; /* firefox fix */ margin: 0 1rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } } .intersites-links-wrapper { margin: 0 14px; } @media (max-width: 992px) { .intersites-links-wrapper { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0; padding: 0 28px; } } .intersites-links { padding-left: 0; list-style: none; margin: 0 -1rem; } .intersites-links > li { display: inline-block; margin: 0 1rem; } .intersites-links > li > a { display: block; } .intersites-links > li > a span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } @media (max-width: 992px) { .intersites-links > li > a { margin: 5px 0; } } .intersites-links > li.intersites-link-congress > a { width: 125px; height: 30px; background-size: 125px 30px; background: url("/static/images/congress-gov.svg?72026") no-repeat; } .intersites-links > li.intersites-link-copyright > a { width: 175px; height: 30px; background-size: 175px 30px; background: url("/static/images/copyright-gov.svg?72026") no-repeat; } @media (max-width: 992px) { .intersites-links { text-align: center; } } </style> <script>//UX Interaction Tracking jQuery(function($){ $('.footer-social-links li a').click(function(e){ var label = $(this).text().trim(); UX.interaction($(this), 'Follow', 'Click', label); }); $('.footer-links li a').click(function(e){ var label = $(this).text().trim(); UX.interaction($(this), 'Footer', 'Click', label); }); }); </script> <footer class="footer" role="contentinfo"> <div class="footer-container"> <div class="footer-social-links-wrapper"> <span class="footer-social-title"><a href="/connect/">Follow Us</a></span> <ul class="footer-social-links"> <li class="footer-social-link-email"><a href="//loc.gov/subscribe/" title="Email"><i class="icon icon-envelope-square"></i><span> Email</span></a></li> <li class="footer-social-link-facebook"><a href="https://www.facebook.com/libraryofcongress/" title="Facebook"><i class="image-icon facebook"></i><span> Facebook</span></a></li> <li class="footer-social-link-twitter"><a href="https://www.twitter.com/librarycongress" title="Twitter"><i class="image-icon twitter"></i><span> Twitter</span></a></li> <li class="footer-social-link-youtube"><a href="https://www.youtube.com/libraryofcongress/" title="Youtube"><i class="image-icon youtube"></i><span> Youtube</span></a></li> <li class="footer-social-link-pinterest"><a href="https://www.pinterest.com/LibraryCongress/" title="Pinterest"><i class="image-icon pinterest"></i><span> Pinterest</span></a></li> <li class="footer-social-link-flickr"><a href="https://www.flickr.com/photos/library_of_congress/" title="Flickr"><i class="image-icon flickr"></i><span> Flickr</span></a></li> <li class="footer-social-link-instagram"><a href="https://instagram.com/librarycongress/" title="Instagram"><i class="image-icon instagram"></i><span> Instagram</span></a></li> <li class="footer-social-link-itunes"><a href="https://itunes.apple.com/us/artist/library-of-congress/id1280713133?mt=2" title="iTunes"> <i class="image-icon itunes"></i><span> iTunes</span></a></li> <li class="footer-social-link-survey"><a href="https://www.research.net/r/libraryofcongress" title="Take our survey">Take our survey <i class="icon icon-external-link"><span>External</span></i></a></li> </ul> </div> <div class="footer-row"> <div class="footer-links-wrapper"> <ul class="footer-links"> <li><a href="/accessibility/">Accessibility</a></li> <li><a href="/legal/">Legal</a></li> <li><a href="/about/office-of-the-inspector-general/">Inspector General</a></li> <li><a href="/legal/standard-disclaimer-for-external-links/">External Link Disclaimer</a></li> <li><a href="//www.usa.gov/">USA.gov</a></li> <li><a href="/careers/">Careers</a></li> <li><a href="/contact/">Contact</a></li> <li><a href="http://0-www.loc.gov.oasys.lib.oxy.edu/pressroom/">Media</a></li> <li><a href="http://0-www.loc.gov.oasys.lib.oxy.edu/philanthropy/index.php">Donate</a></li> <li><a href="http://library-of-congress-shop.myshopify.com/">Shop</a></li> </ul> </div> <div class="intersites-links-wrapper"> <ul class="intersites-links"> <li class="intersites-link-congress"><a href="//www.congress.gov/"><span>Congress.gov</span></a></li> <li class="intersites-link-copyright"><a href="http://copyright.gov"><span>United States Copyright Office</span></a></li> </ul> </div> </div> </div> </footer> <style></style> <script>jQuery(function ($) { var scroll_timer, displayed = false, $message = $('.back-to-top a').hide(), $window = $(window), top = $(document.body).children(0).position().top; $("#back-to-top").click(function(event){ $window.scrollTop(0); event.preventDefault(); return false; }); $window.scroll(function () { window.clearTimeout(scroll_timer); scroll_timer = window.setTimeout(function () { if($window.scrollTop() <= top){ displayed = false; $message.fadeOut(800); }else if(!displayed){ displayed = true; $message.stop(true, true).show().click(function(){ $message.fadeOut(800); }); } }, 100); }); $("#back-to-top").click(function(e){ UX.interaction($(this), 'Footer', 'click', 'Back to top'); }); }); </script> <div class="back-to-top"> <a id='back-to-top' href='#' ><i class="icon icon-arrow-up"></i>&nbsp;<span>Back to top</span></a> </div> <script defer='defer'> LOCSuggest = { serviceUrl: 'https://0-www.loc.gov.oasys.lib.oxy.edu/search/suggest/' }; MEDIA_URL = 'https://0-media.loc.gov.oasys.lib.oxy.edu'; </script> <script defer='defer' type="text/javascript" src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/javascript/base.js?81937.83189'></script> <script defer='defer' type="text/javascript" src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/javascript/share.js?81937.83189'></script> <!--[if lt IE 9]> <script src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/html5shiv.js?81937.83189'></script> <script src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/selectivizr.js?81937.83189'></script> <![endif]--> <script defer='defer'> PORTAL_FORM_KEY = 'a17287474cba3be5c35a2e2fdcb0279a'; </script> <script defer='defer'> jQuery(function($) { /* Grid and gallery layouts */ var isotope_options = { itemSelector: '.item' }; // If in the grid or gallery style then make sure the // pages are in order and there are no blank spaces isotope_options['layoutMode'] = 'fitRows'; $('.search-results.grid-view').isotope(isotope_options); imagesLoaded( $('#results'), function() { $('.search-results.grid-view').isotope(isotope_options); }); var $iconic = $(".iconic"); if ($iconic.length > 0) { var loaded_count = 0; $iconic.on("load", function() { loaded_count++; // trigger isotope every once in a while as the images are loading: if (loaded_count % 5 === 0) { $('.search-results.grid-view').isotope(isotope_options); } }); } }); jQuery(function($) { var slider; function create_slideshow($selector) { slider = $selector.royalSlider({ fullscreen: { enabled: true, nativeFS: true }, controlNavigation: 'thumbnails', imageAlignCenter: true, autoScaleSlider: false, //autoScaleSliderHeight: 800, loop: false, navigateByClick: false, numImagesToPreload: 2, arrowsNav: true, arrowsNavAutoHide: true, arrowsNavHideOnTouch: true, keyboardNavEnabled: true, fadeinLoadedSlide: true, //globalCaption: false, //globalCaptionInside: true, thumbs: { appendSpan: true, firstMargin: true, spacing: 10 }, deeplinking: { // deep linking options go here enabled: true, change: true, prefix: 'slide-' } }).data("royalSlider"); $('.royalSlider').royalSlider("updateSliderSize", true); slider.ev.on('rsAfterContentSet', function (e, slideObject) { var img = slideObject.holder.find('img').eq(0); if (img && img.length && slideObject.caption) { img.attr('alt', slideObject.caption.text()); } }); return slider; } function create_overlay(highlight_id, left, top, width, height) { return $('<div id="' + highlight_id + '" class="hit-highlight image-highlight" />') .css({ 'left': left + '%', 'top': top + '%', 'width': width + '%', 'height': height + '%', 'position': 'absolute', 'z-index': 10 }); } function position_overlays(page_id, page_width, page_height, coords_list, $image, $container, fudge) { if (!($container.length)) { // no actual search result for this page -- exit this function return true; } $container.find('div.image-highlight').remove(); if (!coords_list) { // coords data doesn't exist -- exit this function return true; } var container_width = $container.width(); var container_height = $container.height(); var image_marginLeft = $image[0].offsetLeft; var image_marginTop = $image[0].offsetTop; var image_width = $image.width(); var image_height = $image.height(); // The overlays are positioned relative to their parent, the // $container, but they need to show up in the right place relative // to the image. // The $container can be larger than the image, // so we take the ratio of the sizes and use it to scale the // positions, widths, and heights of the highlight overlays. // We also make the overlays a little larger so they're more visible // and we shift them a little using the "fudge" numbers. var marginLeft = image_marginLeft / container_width; var marginTop = image_marginTop / container_height; var scaleWidth = image_width / container_width; var scaleHeight = image_height / container_height; $.each(coords_list, function (index, coords) { // word coordinates: [left, top, width, height] var highlight_id = "highlight-" + page_id + '-' + index; var overlay_left = 100 * (marginLeft + scaleWidth * coords[0] / page_width) + fudge.left; var overlay_top = 100 * (marginTop + scaleHeight * coords[1] / page_height) + fudge.top; var overlay_width = 100 * coords[2] / page_width * scaleWidth + fudge.width; var overlay_height = 100 * coords[3] / page_height * scaleHeight + fudge.height; var $highlight_overlay = create_overlay(highlight_id, overlay_left, overlay_top, overlay_width, overlay_height); $container.append($highlight_overlay); }); } var word_coordinates_pages; word_coordinates_pages = {}; var get_$container; var get_$image; var fudge_numbers; get_$container = function(page_id) { return $("#highlights-container-" + page_id); }; get_$image = function(page_id) { return $("#iconic-segment-image-" + page_id); }; fudge_numbers = { left: -1.3, top: -0.5, width: 2.5, height: 1.3 }; if (!$.isEmptyObject(word_coordinates_pages)) { var $iconic = $(".iconic"); var loaded = 0; var loaded_total = $iconic.length; // make sure we wait til all the images are loaded before we try to position the highlights on them: $iconic.one("load", function() { loaded++; if (loaded === loaded_total) { $.each(word_coordinates_pages, function(page_id, page) { var $image = get_$image(page_id); var $container = get_$container(page_id); position_overlays(page_id, page.width, page.height, page.coords_list, $image, $container, fudge_numbers); }); } }).each(function() { // to make sure the "on load" event occurs even if the // images are already cached: if (this.complete) { $(this).load(); } }); } $(window).resize(function() { setTimeout(function() { $.each(word_coordinates_pages, function(page_id, page) { var $container = get_$container(page_id); var $image = get_$image(page_id, $container); position_overlays(page_id, page.width, page.height, page.coords_list, $image, $container, fudge_numbers); }); }, 300); }); }); </script> </div> </script> <script type="text/javascript"> if(window['_satellite']){ _satellite.pageBottom(); } </script> </body> </html>
[ "<footer class=\"footer\" role=\"contentinfo\">\n <div class=\"footer-container\">\n \n <div class=\"footer-social-links-wrapper\">\n <span class=\"footer-social-title\"><a href=\"/connect/\">Follow Us</a></span>\n <ul class=\"footer-social-links\">\n\n <li class=\"footer-social-link-email\"><a href=\"//loc.gov/subscribe/\" title=\"Email\"><i class=\"icon icon-envelope-square\"/><span> Email</span></a></li>\n <li class=\"footer-social-link-facebook\"><a href=\"https://www.facebook.com/libraryofcongress/\" title=\"Facebook\"><i class=\"image-icon facebook\"/><span> Facebook</span></a></li>\n <li class=\"footer-social-link-twitter\"><a href=\"https://www.twitter.com/librarycongress\" title=\"Twitter\"><i class=\"image-icon twitter\"/><span> Twitter</span></a></li>\n <li class=\"footer-social-link-youtube\"><a href=\"https://www.youtube.com/libraryofcongress/\" title=\"Youtube\"><i class=\"image-icon youtube\"/><span> Youtube</span></a></li>\n <li class=\"footer-social-link-pinterest\"><a href=\"https://www.pinterest.com/LibraryCongress/\" title=\"Pinterest\"><i class=\"image-icon pinterest\"/><span> Pinterest</span></a></li>\n <li class=\"footer-social-link-flickr\"><a href=\"https://www.flickr.com/photos/library_of_congress/\" title=\"Flickr\"><i class=\"image-icon flickr\"/><span> Flickr</span></a></li>\n <li class=\"footer-social-link-instagram\"><a href=\"https://instagram.com/librarycongress/\" title=\"Instagram\"><i class=\"image-icon instagram\"/><span> Instagram</span></a></li>\n <li class=\"footer-social-link-itunes\"><a href=\"https://itunes.apple.com/us/artist/library-of-congress/id1280713133?mt=2\" title=\"iTunes\"> <i class=\"image-icon itunes\"/><span> iTunes</span></a></li>\n <li class=\"footer-social-link-survey\"><a href=\"https://www.research.net/r/libraryofcongress\" title=\"Take our survey\">Take our survey <i class=\"icon icon-external-link\"><span>External</span></i></a></li>\n </ul>\n </div>\n <div class=\"footer-row\">\n <div class=\"footer-links-wrapper\">\n <ul class=\"footer-links\">\n <li><a href=\"/accessibility/\">Accessibility</a></li>\n <li><a href=\"/legal/\">Legal</a></li>\n <li><a href=\"/about/office-of-the-inspector-general/\">Inspector General</a></li>\n <li><a href=\"/legal/standard-disclaimer-for-external-links/\">External Link Disclaimer</a></li>\n <li><a href=\"//www.usa.gov/\">USA.gov</a></li>\n <li><a href=\"/careers/\">Careers</a></li>\n <li><a href=\"/contact/\">Contact</a></li>\n <li><a href=\"http://0-www.loc.gov.oasys.lib.oxy.edu/pressroom/\">Media</a></li>\n <li><a href=\"http://0-www.loc.gov.oasys.lib.oxy.edu/philanthropy/index.php\">Donate</a></li>\n <li><a href=\"http://library-of-congress-shop.myshopify.com/\">Shop</a></li>\n </ul>\n </div>\n <div class=\"intersites-links-wrapper\">\n <ul class=\"intersites-links\">\n <li class=\"intersites-link-congress\"><a href=\"//www.congress.gov/\"><span>Congress.gov</span></a></li>\n <li class=\"intersites-link-copyright\"><a href=\"http://copyright.gov\"><span>United States Copyright Office</span></a></li>\n </ul>\n </div>\n </div>\n </div>\n</footer>\n\n \n\n" ]
[ "<head>\n\n \n<meta charset=\"utf-8\"/>\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"version\" content=\"$Revision: 81937 $\"/>\n<meta name=\"msvalidate.01\" content=\"5C89FB9D99590AB2F55BD95C3A59BD81\"/>\n<link title=\"schema(DC)\" rel=\"schema.dc\" href=\"http://0-purl.org.oasys.lib.oxy.edu/dc/elements/1.1/\"/>\n<meta name=\"dc.language\" content=\"eng\"/>\n<meta name=\"dc.source\" content=\"Library of Congress, Washington, D.C. 20540 USA\"/>\n\n\n <link rel=\"alternate\" type=\"application/json\" href=\"https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/?fo=json\"/>\n\n\n<meta property=\"fb:admins\" content=\"libraryofcongress\"/>\n<meta property=\"og:site_name\" content=\"The Library of Congress\"/>\n<meta property=\"og:type\" content=\"article\"/>\n\n\n \n\n \n <title>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility. | Library of Congress</title>\n <meta name=\"dc.title\" content=\"Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.\"/>\n <meta property=\"og:title\" content=\"Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.\"/>\n \n\n \n\n \n\n \n <meta name=\"dc.type\" content=\"image\"/>\n \n\n \n\n \n\n \n\n \n\n \n\n \n <meta name=\"dc.relation.isPartOf\" content=\"working in paterson project collection\"/>\n \n <meta name=\"dc.relation.isPartOf\" content=\"working in paterson: occupational heritage in an urban setting\"/>\n \n <meta name=\"dc.relation.isPartOf\" content=\"american folklife center\"/>\n \n <meta name=\"dc.relation.isPartOf\" content=\"american memory\"/>\n \n\n \n <meta name=\"dc.identifier\" content=\"https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/\"/>\n <meta property=\"og:url\" content=\"https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/\"/>\n\n \n \n \n \n \n \n \n \n <meta property=\"og:image\" content=\"http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg\"/>\n <meta property=\"og:image:width\" content=\"2048\"/>\n <meta property=\"og:image:height\" content=\"1387\"/>\n <meta property=\"og:image:secure_url\" content=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg\"/>\n <meta property=\"og:image:type\" content=\"image/jpeg\"/>\n <meta property=\"og:image:width\" content=\"2048\"/>\n <meta property=\"og:image:height\" content=\"1387\"/>\n \n \n \n \n \n <meta property=\"og:image\" content=\"http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg\"/>\n <meta property=\"og:image:width\" content=\"1024\"/>\n <meta property=\"og:image:height\" content=\"693\"/>\n <meta property=\"og:image:secure_url\" content=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg\"/>\n <meta property=\"og:image:type\" content=\"image/jpeg\"/>\n <meta property=\"og:image:width\" content=\"1024\"/>\n <meta property=\"og:image:height\" content=\"693\"/>\n \n \n \n \n \n <meta property=\"og:image\" content=\"http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg\"/>\n <meta property=\"og:image:width\" content=\"512\"/>\n <meta property=\"og:image:height\" content=\"346\"/>\n <meta property=\"og:image:secure_url\" content=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg\"/>\n <meta property=\"og:image:type\" content=\"image/jpeg\"/>\n <meta property=\"og:image:width\" content=\"512\"/>\n <meta property=\"og:image:height\" content=\"346\"/>\n \n \n \n \n \n \n\n \n <meta property=\"og:image\" content=\"http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg#h=1387&amp;w=2048\"/>\n <meta property=\"og:image:secure_url\" content=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg#h=1387&amp;w=2048\"/>\n \n <meta property=\"og:image\" content=\"http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg#h=693&amp;w=1024\"/>\n <meta property=\"og:image:secure_url\" content=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg#h=693&amp;w=1024\"/>\n \n <meta property=\"og:image\" content=\"http://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg#h=346&amp;w=512\"/>\n <meta property=\"og:image:secure_url\" content=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg#h=346&amp;w=512\"/>\n \n <meta property=\"og:image\" content=\"http://0-cdn.loc.gov.oasys.lib.oxy.edu/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004t.gif\"/>\n <meta property=\"og:image:secure_url\" content=\"https://0-cdn.loc.gov.oasys.lib.oxy.edu/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004t.gif\"/>\n \n\n \n\n \n \n <link rel=\"alternate\" type=\"image/jp2\" href=\"https://0-cdn.loc.gov.oasys.lib.oxy.edu/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004.jp2\"/>\n \n <link rel=\"alternate\" type=\"image/jpeg\" href=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:50/0/default.jpg\"/>\n \n <link rel=\"alternate\" type=\"image/jpeg\" href=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg\"/>\n \n <link rel=\"alternate\" type=\"image/jpeg\" href=\"https://0-tile.loc.gov.oasys.lib.oxy.edu/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:12.5/0/default.jpg\"/>\n \n <link rel=\"alternate\" type=\"image/tiff\" href=\"https://0-cdn.loc.gov.oasys.lib.oxy.edu/master/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004.tif\"/>\n \n \n\n\n\n\n\n\n\n\n\n\n\n<!-- final fallback for pages with no media -->\n<meta property=\"og:image\" content=\"http://0-www.loc.gov.oasys.lib.oxy.edu/static/images/favicons/open-graph-logo.png?81937.83189\"/>\n<meta property=\"og:image:secure_url\" content=\"https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/favicons/open-graph-logo.png?81937.83189\"/>\n<meta property=\"og:image:width\" content=\"1200\"/>\n<meta property=\"og:image:height\" content=\"630\"/>\n\n\n\n \n\n\n\n\n\n<link href=\"/static/stylesheets/base.css?81937.83189\" type=\"text/css\" rel=\"stylesheet\"/>\n\n\n\n\n\n\n\n<script src=\"https://assets.adobedtm.com/dac62e20b491e735c6b56e64c39134d8ee93f9cf/satelliteLib-6b47f831c184878d7338d4683ecf773a17973bb9.js\"/>\n\n\n\n<script type=\"text/javascript\" src=\"https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/jquery-1.8.2.js\"/>\n\n\n \n\n<script type=\"text/javascript\">\n/**\n * Timing.js 1.0.4\n * Copyright 2015 Addy Osmani\n */\n(function(window) {\n 'use strict';\n\n /**\n * Navigation Timing API helpers\n * timing.getTimes();\n **/\n window.timing = window.timing || {\n /**\n * Outputs extended measurements using Navigation Timing API\n * @param Object opts Options (simple (bool) - opts out of full data view)\n * @return Object measurements\n */\n getTimes: function(opts) {\n var performance = window.performance || window.webkitPerformance || window.msPerformance || window.mozPerformance;\n\n if (performance === undefined) {\n return false;\n }\n\n var timing = performance.timing;\n var api = {};\n opts = opts || {};\n\n if (timing) {\n if(opts &amp;&amp; !opts.simple) {\n for (var k in timing) {\n // hasOwnProperty does not work because properties are\n // added by modifying the object prototype\n if(isNumeric(timing[k])) {\n api[k] = parseFloat(timing[k]);\n }\n }\n }\n\n\n // Time to first paint\n if (api.firstPaint === undefined) {\n // All times are relative times to the start time within the\n // same objects\n var firstPaint = 0;\n\n // Chrome\n if (window.chrome &amp;&amp; window.chrome.loadTimes) {\n // Convert to ms\n firstPaint = window.chrome.loadTimes().firstPaintTime * 1000;\n api.firstPaintTime = firstPaint - (window.chrome.loadTimes().startLoadTime*1000);\n }\n // IE\n else if (typeof window.performance.timing.msFirstPaint === 'number') {\n firstPaint = window.performance.timing.msFirstPaint;\n api.firstPaintTime = firstPaint - window.performance.timing.navigationStart;\n }\n // Firefox\n // This will use the first times after MozAfterPaint fires\n //else if (window.performance.timing.navigationStart &amp;&amp; typeof InstallTrigger !== 'undefined') {\n // api.firstPaint = window.performance.timing.navigationStart;\n // api.firstPaintTime = mozFirstPaintTime - window.performance.timing.navigationStart;\n //}\n if (opts &amp;&amp; !opts.simple) {\n api.firstPaint = firstPaint;\n }\n }\n\n // Total time from start to load\n api.loadTime = timing.loadEventEnd - timing.fetchStart;\n // Time spent constructing the DOM tree\n api.domReadyTime = timing.domComplete - timing.domInteractive;\n // Time consumed preparing the new page\n api.readyStart = timing.fetchStart - timing.navigationStart;\n // Time spent during redirection\n api.redirectTime = timing.redirectEnd - timing.redirectStart;\n // AppCache\n api.appcacheTime = timing.domainLookupStart - timing.fetchStart;\n // Time spent unloading documents\n api.unloadEventTime = timing.unloadEventEnd - timing.unloadEventStart;\n // DNS query time\n api.lookupDomainTime = timing.domainLookupEnd - timing.domainLookupStart;\n // TCP connection time\n api.connectTime = timing.connectEnd - timing.connectStart;\n // Time spent during the request\n api.requestTime = timing.responseEnd - timing.requestStart;\n // Request to completion of the DOM loading\n api.initDomTreeTime = timing.domInteractive - timing.responseEnd;\n // Load event time\n api.loadEventTime = timing.loadEventEnd - timing.loadEventStart;\n }\n\n return api;\n },\n /**\n * Uses console.table() to print a complete table of timing information\n * @param Object opts Options (simple (bool) - opts out of full data view)\n */\n printTable: function(opts) {\n var table = {};\n var data = this.getTimes(opts) || {};\n Object.keys(data).sort().forEach(function(k) {\n table[k] = {\n ms: data[k],\n s: +((data[k] / 1000).toFixed(2))\n };\n });\n console.table(table);\n },\n /**\n * Uses console.table() to print a summary table of timing information\n */\n printSimpleTable: function() {\n this.printTable({simple: true});\n }\n };\n\n function isNumeric(n) {\n return !isNaN(parseFloat(n)) &amp;&amp; isFinite(n);\n }\n\n // Expose as a commonjs module\n if (typeof module !== 'undefined' &amp;&amp; module.exports) {\n module.exports = window.timing;\n }\n\n})(typeof window !== 'undefined' ? window : {});\n;;\n</script>\n<script type=\"text/javascript\">\n// Stub window.loc_ux_tracking so we dont have to riddle the pages\n// with if(window.loc_ux_tracking) everywhere. Also create an alias\n// `UX`\njQuery(function($){\n if(!window.loc_ux_tracking){\n window.loc_ux_tracking = {\n trackFileDownloadEvent: function(){},\n trackUserInteractionEvent: function(){},\n trackUserInterfaceAction: function(){},\n }\n }\n window.UX = window.loc_ux_tracking;\n UX.download = UX.trackFileDownloadEvent;\n UX.interaction = UX.trackUserInteractionEvent;\n UX.interface = UX.trackUserInterfaceAction;\n\n // Register calls to Adobe for metrics tracking\n $.omniture = UX.track_player = function(player, shortName, is_video) {\n var eventData = {\n player: player,\n shortName: shortName\n };\n\n eventData.mediaType = is_video ? 'video' : 'audio';\n\n player.on('pause', function(event) {handleMediaEvent(event, eventData)}, this);\n player.on('buffer', function(event) {handleMediaEvent(event, eventData)}, this);\n player.on('idle', function(event) {handleMediaEvent(event, eventData)}, this);\n player.on('complete', function(event) {handleMediaEvent(event, eventData)}, this);\n player.on('play', function(event) {handleMediaEvent(event, eventData)}, this);\n player.on('seeked', function(event) {handleMediaEvent(event, eventData)}, this);\n player.on('seeking', function(event) {handleMediaEvent(event, eventData)}, this);\n };\n\n //Handle various media events and send data to Adobe. This also sends data to the legacy locjukebox reporting suite\n function handleMediaEvent(event, eventData) {\n if (typeof s != \"undefined\") {\n var player = eventData.player;\n var mediaName = eventData.shortName;\n var mediaType = eventData.mediaType;\n var mediaPlayerName = \"LOC JW Player\";\n var mediaOffset = 0;\n var legacyTracking = s_gi('locjukebox');\n\n legacyTracking.trackingServer = s.trackingServer;\n legacyTracking.prop4 = mediaName;\n\n if (player.getPosition() &gt; 0) {\n mediaOffset = Math.floor(player.getPosition());\n }\n\n switch (event.type) {\n case 'play':\n if (mediaOffset == 0) {\n setTimeout(function() {\n s.Media.open(mediaName, player.getDuration(), mediaPlayerName);\n s.Media.play(mediaName, mediaOffset);\n legacyTracking.prop8 = \"[Button Click] - Start \" + mediaType;\n legacyTracking.tl();\n }, 500);\n }\n else {\n s.Media.play(mediaName, mediaOffset);\n legacyTracking.prop8 = \"[Button Click] - Resume \" + mediaType;\n legacyTracking.tl();\n }\n break;\n\n case 'seeked':\n s.Media.stop(mediaName, mediaOffset);\n s.Media.play(mediaName, mediaOffset);\n legacyTracking.prop8 = \"[Scrub] - Specific Point in \" + mediaType + \" Clip\";\n legacyTracking.tl();\n break;\n\n case 'pause':\n s.Media.stop(mediaName, mediaOffset);\n legacyTracking.prop8 = \"[Button Click] - Pause \" + mediaType;\n legacyTracking.tl();\n case 'seeking':\n s.Media.stop(mediaName, mediaOffset);\n case 'buffer':\n case 'idle':\n break;\n\n case 'complete':\n s.Media.stop(mediaName, mediaOffset);\n s.Media.close(mediaName);\n mediaOffset = 0;\n legacyTracking.prop8 = \"[End Clip] - \" + mediaType;\n legacyTracking.tl();\n break;\n }\n }\n }\n});\n\n// General analytics properties. Adobe will inspect the global scope\n// and execute this function if it finds it.\nvar doPageMetricsPlugin = function(s){\n\n window.UX = window.loc_ux_tracking;\n UX.download = UX.trackFileDownloadEvent;\n UX.interaction = UX.trackUserInteractionEvent;\n UX.interface = UX.trackUserInterfaceAction;\n\n /* application title: prop10 */\n s.prop10 = \"Project One\";\n\n /* error page report */\n \n\n s.prop15 = \"\";\n s.prop16 = \"\";\n s.prop18 = \"\"; // Start Date\n s.prop19 = \"\"; // End Date\n s.prop20 = false; // Front page only\n /* page title: prop21 */\n \n //Primary source item/resource title\n s.prop21 = 'Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.';\n \n // Basic or Advanced\n \n s.prop15 = 'basic';\n \n //Start date\n \n //End Date\n \n //Front page only\n \n s.prop20 = false;\n \n /* system identifier: prop20 */\n /*\n \n \n s.prop20 = 'afcwip002418/';\n \n \n */\n /* page identifier: prop11 */\n // metrics item page identifier is unique id plus readable title. This\n // needs help getting cleaned up using site_type/site_id/resource/title?\n // - from item/metrics.html\n // - from managed_content/metrics.html\n \n \n s.prop11 = 'afcwip002418/ - Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.';\n \n \n\n //Set title, same across supporting material like about-this-thing, search\n //results within the set as the content, articles and essays etc.\n \n\n s.prop22 = 0.293125867844;//backend duration\n\n\n // Assigning specific search options for selected search facets\n s.prop23 = \"\";// suggested\n s.prop24 = \"\";// digitized\n s.prop25 = \"\";// original format\n s.prop26 = \"\";// online format\n s.prop27 = \"\";// date\n s.prop28 = \"\";// part of\n s.prop29 = \"\";// contributor\n s.prop30 = \"\";// subject\n s.prop31 = \"\";// site_id -&gt; picked up by prop62\n s.prop32 = \"\";// location\n s.prop33 = \"\";// site_type -&gt; picked up by prop61\n s.prop34 = \"\";// site_path (options.resource) can be longer than 2 segments\n s.prop35 = \"\";// language\n s.prop36 = \"\";// results view type\n \n s.prop37 = '';// searchIn\n s.prop38 = \"/item/afcwip002418/\";// path_info\n s.prop39 = \"\";//truncated query string\n s.prop40 = '';// count\n s.prop41 = \"\";// sort\n s.prop44 = \"\";// searchTerms\n s.prop45 = \"\";\n s.prop46 = \"\";// qs-adv-search-kw\n s.prop47 = '';// startPage\n s.prop67 = \"\";// access condition\n\n /* original format: prop49 */\n \n s.prop49 = 'Photo, Print, Drawing';\n \n s.prop50 = \"\";\n // The following two props aren't needed currently\n //s.prop51 = \"\";// facetLimits\n //s.prop52 = \"\";// field\n s.prop53 = \"\";// facetPrefix\n s.prop54 = \"\";// fullText\n s.prop55 = \"\";// download\n s.prop56 = \"\"; // partof_collection\n s.prop57 = \"\"; // number_page\n s.prop60 = 81937;//release_id\n s.prop69 = \"\"; // location_state\n s.prop70 = \"\"; //location_county\n s.prop71 = \"\"; //language\n // Combined Facets - yuck, should be deprecated soon\n // TODO: This means we need a s.prop for \"digitized\"\n // aka \"available online\".\n s.prop48 = \"Facet[Digitized]-(false) \";\n /*\n /* Advanced Search display level */\n \n s.prop16 = \"None\";\n \n\n /* Advanced Search Parameter */\n \n /* Query String */\n \n\n /* Partof Title */\n \n\n /* Partof_Division */\n \n /* Partof_Collection */\n \n /* number_page */\n \n\n /* Location country */\n \n\n /* Location state */\n \n\n /* Language */\n \n\n \n s.prop24 = 'available online';// digitized\n\n \n s.prop25 += 'photo, print, drawing|';// original format\n \n\n s.prop26 = 'image|';// online format\n\n \n s.prop27 += '1994|';// date\n \n\n \n s.prop28 += 'working in paterson project collection|';// part of\n \n s.prop28 += 'working in paterson: occupational heritage in an urban setting|';// part of\n \n s.prop28 += 'american folklife center|';// part of\n \n s.prop28 += 'american memory|';// part of\n \n\n \n s.prop29 += 'cobianchi, jimmy|';// contributor\n \n s.prop29 += 'cooper, martha|';// contributor\n \n s.prop29 += 'taylor, david alan|';// contributor\n \n\n \n s.prop30 += 'dyeing|';// subject\n \n s.prop30 += 'ethnographic photographs|';// subject\n \n s.prop30 += 'ethnography|';// subject\n \n s.prop30 += 'joseph teshon co. inc. (paterson, n.j.)|';// subject\n \n s.prop30 += 'photographs|';// subject\n \n s.prop30 += 'silk industry|';// subject\n \n s.prop30 += 'textile industry|';// subject\n \n s.prop30 += 'work processes|';// subject\n \n\n \n s.prop32 += 'new jersey|';// location\n \n s.prop32 += 'paterson|';// location\n \n s.prop32 += 'united states|';// location\n \n\n \n s.prop35 += 'english|';// language\n \n\n s.prop67 += 'available online'; //access condition\n\n \n\n\n return s;\n};\n</script>\n\n\n\n\n \n<meta name=\"msapplication-TileColor\" content=\"#ffffff\"/>\n<meta name=\"msapplication-TileImage\" content=\"ms-icon-144x144.png?81937.83189\"/>\n\n\n<link rel=\"alternate\" type=\"text/html\" href=\"https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/\"/>\n\n\n\n<link rel=\"alternate\" type=\"application/json\" href=\"https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/?fo=json\"/>\n\n\n<link title=\"Library of Congress Search\" href=\"https://0-www.loc.gov.oasys.lib.oxy.edu/search/opensearch.xml\" rel=\"search\" type=\"application/opensearchdescription+xml\"/>\n\n\n</head>\n" ]
[ "<title>Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility. | Library of Congress</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "0-www.loc.gov.oasys.lib.oxy.edu > item > afcwip002418" } ]
[ { "char_end_idx": 192, "char_start_idx": 0, "key": "length", "type": "local", "value": "192" }, { "char_end_idx": 374, "char_start_idx": 192, "key": "length", "type": "local", "value": "181" }, { "char_end_idx": 647, "char_start_idx": 374, "key": "length", "type": "local", "value": "272" }, { "char_end_idx": 652, "char_start_idx": 647, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 666, "char_start_idx": 652, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 668, "char_start_idx": 666, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 873, "char_start_idx": 668, "key": "length", "type": "local", "value": "204" }, { "char_end_idx": 905, "char_start_idx": 873, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 1122, "char_start_idx": 905, "key": "length", "type": "local", "value": "216" }, { "char_end_idx": 1126, "char_start_idx": 1122, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1130, "char_start_idx": 1126, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1136, "char_start_idx": 1130, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 1140, "char_start_idx": 1136, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1144, "char_start_idx": 1140, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 1152, "char_start_idx": 1144, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 1163, "char_start_idx": 1152, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 1538, "char_start_idx": 1163, "key": "length", "type": "local", "value": "374" }, { "char_end_idx": 1543, "char_start_idx": 1538, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 1557, "char_start_idx": 1543, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 1559, "char_start_idx": 1557, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1681, "char_start_idx": 1559, "key": "length", "type": "local", "value": "121" }, { "char_end_idx": 1683, "char_start_idx": 1681, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1722, "char_start_idx": 1683, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 1724, "char_start_idx": 1722, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1726, "char_start_idx": 1724, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1812, "char_start_idx": 1726, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 1954, "char_start_idx": 1812, "key": "length", "type": "local", "value": "141" }, { "char_end_idx": 2213, "char_start_idx": 1954, "key": "length", "type": "local", "value": "258" }, { "char_end_idx": 2377, "char_start_idx": 2213, "key": "length", "type": "local", "value": "163" }, { "char_end_idx": 2477, "char_start_idx": 2377, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 2719, "char_start_idx": 2477, "key": "length", "type": "local", "value": "241" }, { "char_end_idx": 2911, "char_start_idx": 2719, "key": "length", "type": "local", "value": "191" }, { "char_end_idx": 3021, "char_start_idx": 2911, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 3165, "char_start_idx": 3021, "key": "length", "type": "local", "value": "143" }, { "char_end_idx": 3421, "char_start_idx": 3165, "key": "length", "type": "local", "value": "255" }, { "char_end_idx": 3501, "char_start_idx": 3421, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 3653, "char_start_idx": 3501, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 3694, "char_start_idx": 3653, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 3702, "char_start_idx": 3694, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 3714, "char_start_idx": 3702, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 3729, "char_start_idx": 3714, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 3733, "char_start_idx": 3729, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 3737, "char_start_idx": 3733, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 3743, "char_start_idx": 3737, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 3747, "char_start_idx": 3743, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 3751, "char_start_idx": 3747, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 3774, "char_start_idx": 3751, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 3805, "char_start_idx": 3774, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 3808, "char_start_idx": 3805, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 3823, "char_start_idx": 3808, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 3836, "char_start_idx": 3823, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 3995, "char_start_idx": 3836, "key": "length", "type": "local", "value": "158" }, { "char_end_idx": 4036, "char_start_idx": 3995, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 4044, "char_start_idx": 4036, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 4112, "char_start_idx": 4044, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 4116, "char_start_idx": 4112, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 4120, "char_start_idx": 4116, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 4126, "char_start_idx": 4120, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 4130, "char_start_idx": 4126, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 4134, "char_start_idx": 4130, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 4157, "char_start_idx": 4134, "key": "length", "type": "local", "value": "22" }, { "char_end_idx": 4233, "char_start_idx": 4157, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 4385, "char_start_idx": 4233, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 4393, "char_start_idx": 4385, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 4405, "char_start_idx": 4393, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 4451, "char_start_idx": 4405, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 4455, "char_start_idx": 4451, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 4479, "char_start_idx": 4455, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 4586, "char_start_idx": 4479, "key": "length", "type": "local", "value": "106" }, { "char_end_idx": 4738, "char_start_idx": 4586, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 4890, "char_start_idx": 4738, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 5042, "char_start_idx": 4890, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 5194, "char_start_idx": 5042, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 5987, "char_start_idx": 5194, "key": "length", "type": "local", "value": "792" }, { "char_end_idx": 5991, "char_start_idx": 5987, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 5995, "char_start_idx": 5991, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6001, "char_start_idx": 5995, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 6005, "char_start_idx": 6001, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6009, "char_start_idx": 6005, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6037, "char_start_idx": 6009, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 6046, "char_start_idx": 6037, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 6090, "char_start_idx": 6046, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 6094, "char_start_idx": 6090, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6098, "char_start_idx": 6094, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6104, "char_start_idx": 6098, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 6108, "char_start_idx": 6104, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6112, "char_start_idx": 6108, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 6142, "char_start_idx": 6112, "key": "length", "type": "local", "value": "29" }, { "char_end_idx": 6151, "char_start_idx": 6142, "key": "length", "type": "local", "value": "8" } ]
[ { "key": "length", "type": "global", "value": "6179" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "skip-nav", "#skip-to-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 21, "char_start_idx": 21, "html_attrs": { "attrs": [ "name", "id" ], "values": [ "skip-to-content", "skip-to-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 43, "char_start_idx": 21, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "format-label", "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=original_format:photo,+print,+drawing" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 43, "char_start_idx": 21, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "small" }, { "char_end_idx": 193, "char_start_idx": 43, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "cite" }, { "char_end_idx": 194, "char_start_idx": 21, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h1" }, { "char_end_idx": 194, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "item-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 203, "char_start_idx": 195, "html_attrs": { "attrs": [ "class" ], "values": [ "enlarge-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 203, "char_start_idx": 194, "html_attrs": { "attrs": [ "class" ], "values": [ "multi-image-viewer-buttons zoom-in" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "span" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-square icon-stack-2x" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "i" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-expand icon-stack-1x icon-inverse" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "i" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-stack icon-lg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 203, "char_start_idx": 194, "html_attrs": { "attrs": [ "href" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/resource/afc1995028.afc1995028_mcc06004/" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 203, "char_start_idx": 194, "html_attrs": { "attrs": [ "class" ], "values": [ "enlarge-link" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "alt", "class", "data-image-tablet", "src", "onerror" ], "values": [ "", "iconic screen-dependent-image", "//tile.loc.gov/image-services/iiif/service:afc:afc1995028:afc1995028_mcc060:afc1995028_mcc06004/full/pct:25/0/default.jpg#h=693&w=1024", "//cdn.loc.gov/service/afc/afc1995028/afc1995028_mcc060/afc1995028_mcc06004t.gif", "this.onerror=null;this.src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/images/original-format/photo-print-drawing.png?81937.83189'" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "img" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/resource/afc1995028.afc1995028_mcc06004/", "photo-print-drawing " ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 203, "char_start_idx": 194, "html_attrs": { "attrs": [ "class" ], "values": [ "preview " ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 203, "char_start_idx": 194, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 3, "type": "local", "value": "figure" }, { "char_end_idx": 203, "char_start_idx": 194, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "resources", "resources focused-resource resource " ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 218, "char_start_idx": 203, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 18, "type": "local", "value": "h2" }, { "char_end_idx": 225, "char_start_idx": 219, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "dt" }, { "char_end_idx": 375, "char_start_idx": 225, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 394, "char_start_idx": 376, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "dt" }, { "char_end_idx": 435, "char_start_idx": 394, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 463, "char_start_idx": 435, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 493, "char_start_idx": 463, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 513, "char_start_idx": 493, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 524, "char_start_idx": 513, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 541, "char_start_idx": 524, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 560, "char_start_idx": 541, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 577, "char_start_idx": 560, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 593, "char_start_idx": 577, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 602, "char_start_idx": 593, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 629, "char_start_idx": 602, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 671, "char_start_idx": 629, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 685, "char_start_idx": 671, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 699, "char_start_idx": 685, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 741, "char_start_idx": 699, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 747, "char_start_idx": 741, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 759, "char_start_idx": 747, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 771, "char_start_idx": 759, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 777, "char_start_idx": 771, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 907, "char_start_idx": 777, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 914, "char_start_idx": 907, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 932, "char_start_idx": 914, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 962, "char_start_idx": 932, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 991, "char_start_idx": 962, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 1009, "char_start_idx": 991, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 1062, "char_start_idx": 1009, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 1074, "char_start_idx": 1063, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "dt" }, { "char_end_idx": 1099, "char_start_idx": 1074, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 1110, "char_start_idx": 1099, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 1172, "char_start_idx": 1110, "html_attrs": { "attrs": [ "href" ], "values": [ "http://0-hdl.loc.gov.oasys.lib.oxy.edu/loc.afc/afcwip.mcc06004" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1173, "char_start_idx": 1110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 1187, "char_start_idx": 1173, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 1193, "char_start_idx": 1187, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 1220, "char_start_idx": 1193, "html_attrs": { "attrs": [ "class" ], "values": [ "dedup right" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 1238, "char_start_idx": 1220, "html_attrs": { "attrs": [ "href" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/manifest.json" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1239, "char_start_idx": 1220, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dd" }, { "char_end_idx": 1239, "char_start_idx": 219, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "item-cataloged-data", "item-cataloged-data" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "dl" }, { "char_end_idx": 1239, "char_start_idx": 219, "html_attrs": { "attrs": [ "class" ], "values": [ "about-this-item-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1246, "char_start_idx": 1239, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h3" }, { "char_end_idx": 1293, "char_start_idx": 1286, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1293, "char_start_idx": 1247, "html_attrs": { "attrs": [ "href" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=partof:working+in+paterson+project+collection" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1294, "char_start_idx": 1247, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1364, "char_start_idx": 1357, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1364, "char_start_idx": 1294, "html_attrs": { "attrs": [ "href" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/collections/working-in-paterson/" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1365, "char_start_idx": 1294, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1398, "char_start_idx": 1390, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1398, "char_start_idx": 1365, "html_attrs": { "attrs": [ "href" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=partof:american+folklife+center" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1399, "char_start_idx": 1365, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1424, "char_start_idx": 1415, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1424, "char_start_idx": 1399, "html_attrs": { "attrs": [ "href" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=partof:american+memory" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1425, "char_start_idx": 1399, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1425, "char_start_idx": 1247, "html_attrs": { "attrs": [ "class" ], "values": [ "long-list" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1425, "char_start_idx": 1239, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "part-of", "item-facet" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1431, "char_start_idx": 1425, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 1444, "char_start_idx": 1432, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1450, "char_start_idx": 1445, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1459, "char_start_idx": 1451, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1468, "char_start_idx": 1460, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1477, "char_start_idx": 1469, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1484, "char_start_idx": 1478, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:dyeing", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1485, "char_start_idx": 1478, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1509, "char_start_idx": 1485, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:ethnographic+photographs", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1510, "char_start_idx": 1485, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1521, "char_start_idx": 1510, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:ethnography", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1522, "char_start_idx": 1510, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1561, "char_start_idx": 1522, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:joseph+teshon+co.+inc.+%28paterson,+n.j.%29", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1562, "char_start_idx": 1522, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1573, "char_start_idx": 1562, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:photographs", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1574, "char_start_idx": 1562, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1587, "char_start_idx": 1574, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:silk+industry", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1588, "char_start_idx": 1574, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1604, "char_start_idx": 1588, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:textile+industry", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1605, "char_start_idx": 1588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1619, "char_start_idx": 1605, "html_attrs": { "attrs": [ "href", "data-field-label" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/search/?fa=subject:work+processes", "Subjects" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1620, "char_start_idx": 1605, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1620, "char_start_idx": 1478, "html_attrs": { "attrs": [ "class" ], "values": [ "short-list" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1620, "char_start_idx": 1425, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "facets-box", "item-facet" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1620, "char_start_idx": 1239, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "item-facets", "item-facets about-this-item-facets", "complementary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1620, "char_start_idx": 219, "html_attrs": { "attrs": [ "class" ], "values": [ "about-this-item-row" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1620, "char_start_idx": 203, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "about-this-item", "about-this-item\n\n \n " ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 1620, "char_start_idx": 1620, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-plus-square" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "i" }, { "char_end_idx": 1635, "char_start_idx": 1635, "html_attrs": { "attrs": [ "class" ], "values": [ "icon accordion-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1635, "char_start_idx": 1620, "html_attrs": { "attrs": [ "href" ], "values": [ "#rights-and-access" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 1635, "char_start_idx": 1620, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "h2" }, { "char_end_idx": 2400, "char_start_idx": 2387, "html_attrs": { "attrs": [ "href" ], "values": [ "/legal/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2433, "char_start_idx": 2405, "html_attrs": { "attrs": [ "href" ], "values": [ "/legal/#privacy_publicity" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2479, "char_start_idx": 1636, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 2969, "char_start_idx": 2948, "html_attrs": { "attrs": [ "href" ], "values": [ "/legal/#privacy_publicity" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3022, "char_start_idx": 2479, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3150, "char_start_idx": 3129, "html_attrs": { "attrs": [ "href" ], "values": [ "//www.loc.gov/folklife/address.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3167, "char_start_idx": 3023, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3178, "char_start_idx": 3167, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 3290, "char_start_idx": 3179, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3291, "char_start_idx": 1636, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "rights-and-access-content", "rights-and-access-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3291, "char_start_idx": 1620, "html_attrs": { "attrs": [ "class" ], "values": [ "rights-and-access" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3291, "char_start_idx": 3291, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "noscript" }, { "char_end_idx": 3291, "char_start_idx": 1620, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "rights-and-access", "clear-block" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3291, "char_start_idx": 3291, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-plus-square" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "i" }, { "char_end_idx": 3305, "char_start_idx": 3305, "html_attrs": { "attrs": [ "class" ], "values": [ "icon accordion-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3305, "char_start_idx": 3291, "html_attrs": { "attrs": [ "href" ], "values": [ "#cite-this" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 3305, "char_start_idx": 3291, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 3306, "char_start_idx": 3306, "html_attrs": { "attrs": [ "class" ], "values": [ "icon icon-exclamation-circle" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3423, "char_start_idx": 3306, "html_attrs": { "attrs": [ "class" ], "values": [ "cite-this-disclaimer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3446, "char_start_idx": 3423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 3652, "char_start_idx": 3503, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "cite" }, { "char_end_idx": 3775, "char_start_idx": 3447, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3776, "char_start_idx": 3423, "html_attrs": { "attrs": [ "class" ], "values": [ "chicago-citation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3795, "char_start_idx": 3776, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 3994, "char_start_idx": 3845, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "cite" }, { "char_end_idx": 4158, "char_start_idx": 3796, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4159, "char_start_idx": 3776, "html_attrs": { "attrs": [ "class" ], "values": [ "apa-citation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4178, "char_start_idx": 4159, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 4384, "char_start_idx": 4235, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "cite" }, { "char_end_idx": 4480, "char_start_idx": 4179, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4481, "char_start_idx": 4159, "html_attrs": { "attrs": [ "class" ], "values": [ "mla-citation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4481, "char_start_idx": 3306, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "cite-this-content", "cite-this-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4481, "char_start_idx": 3291, "html_attrs": { "attrs": [ "class" ], "values": [ "cite-this" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 4481, "char_start_idx": 4481, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "noscript" }, { "char_end_idx": 4481, "char_start_idx": 3291, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "cite-this", "clear-block" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4520, "char_start_idx": 4481, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h2" }, { "char_end_idx": 4521, "char_start_idx": 4521, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "figure" }, { "char_end_idx": 4543, "char_start_idx": 4521, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 4588, "char_start_idx": 4543, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002397/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002397/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05903/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4588, "char_start_idx": 4543, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4600, "char_start_idx": 4588, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 4656, "char_start_idx": 4601, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4656, "char_start_idx": 4588, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 4661, "char_start_idx": 4656, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 4672, "char_start_idx": 4662, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4673, "char_start_idx": 4656, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4673, "char_start_idx": 4588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 4673, "char_start_idx": 4543, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4673, "char_start_idx": 4521, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4673, "char_start_idx": 4521, "html_attrs": { "attrs": [ "class" ], "values": [ "item first\n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 4673, "char_start_idx": 4673, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 4695, "char_start_idx": 4673, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 4740, "char_start_idx": 4695, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002398/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002398/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05904/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4740, "char_start_idx": 4695, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4752, "char_start_idx": 4740, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 4808, "char_start_idx": 4753, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4808, "char_start_idx": 4740, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 4813, "char_start_idx": 4808, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 4824, "char_start_idx": 4814, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4825, "char_start_idx": 4808, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4825, "char_start_idx": 4740, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 4825, "char_start_idx": 4695, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4825, "char_start_idx": 4673, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 4825, "char_start_idx": 4673, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 4825, "char_start_idx": 4825, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 4847, "char_start_idx": 4825, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 4892, "char_start_idx": 4847, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002399/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002399/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05905/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4892, "char_start_idx": 4847, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4904, "char_start_idx": 4892, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 4960, "char_start_idx": 4905, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4960, "char_start_idx": 4892, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 4965, "char_start_idx": 4960, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 4976, "char_start_idx": 4966, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4977, "char_start_idx": 4960, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4977, "char_start_idx": 4892, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 4977, "char_start_idx": 4847, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4977, "char_start_idx": 4825, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 4977, "char_start_idx": 4825, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 4977, "char_start_idx": 4977, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 4999, "char_start_idx": 4977, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5044, "char_start_idx": 4999, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002400/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002400/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05906/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5044, "char_start_idx": 4999, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5056, "char_start_idx": 5044, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 5112, "char_start_idx": 5057, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5112, "char_start_idx": 5044, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5117, "char_start_idx": 5112, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 5128, "char_start_idx": 5118, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5129, "char_start_idx": 5112, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5129, "char_start_idx": 5044, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5129, "char_start_idx": 4999, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5129, "char_start_idx": 4977, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5129, "char_start_idx": 4977, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5129, "char_start_idx": 5129, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 5151, "char_start_idx": 5129, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5196, "char_start_idx": 5151, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002401/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002401/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_mcc05907/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5196, "char_start_idx": 5151, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5208, "char_start_idx": 5196, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 5264, "char_start_idx": 5209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5264, "char_start_idx": 5196, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5269, "char_start_idx": 5264, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 5280, "char_start_idx": 5270, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5281, "char_start_idx": 5264, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5281, "char_start_idx": 5196, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5281, "char_start_idx": 5151, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5281, "char_start_idx": 5129, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5281, "char_start_idx": 5129, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5281, "char_start_idx": 4521, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results gallery-view no-facets" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5281, "char_start_idx": 4481, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "more-like-this", "related-items" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5300, "char_start_idx": 5281, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h2" }, { "char_end_idx": 5301, "char_start_idx": 5301, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "figure" }, { "char_end_idx": 5317, "char_start_idx": 5301, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 5368, "char_start_idx": 5317, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000068/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000068/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02203/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5368, "char_start_idx": 5317, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5380, "char_start_idx": 5368, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 5425, "char_start_idx": 5381, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5425, "char_start_idx": 5368, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5430, "char_start_idx": 5425, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 5441, "char_start_idx": 5431, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5442, "char_start_idx": 5425, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5442, "char_start_idx": 5368, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5442, "char_start_idx": 5317, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5442, "char_start_idx": 5301, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n \n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5442, "char_start_idx": 5301, "html_attrs": { "attrs": [ "class" ], "values": [ "item first\n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5442, "char_start_idx": 5442, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 5458, "char_start_idx": 5442, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5481, "char_start_idx": 5458, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000069/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000069/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02204/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5481, "char_start_idx": 5458, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5493, "char_start_idx": 5481, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 5538, "char_start_idx": 5494, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5538, "char_start_idx": 5481, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5543, "char_start_idx": 5538, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 5554, "char_start_idx": 5544, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5555, "char_start_idx": 5538, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5555, "char_start_idx": 5481, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5555, "char_start_idx": 5458, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5555, "char_start_idx": 5442, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n \n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5555, "char_start_idx": 5442, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5555, "char_start_idx": 5555, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 5571, "char_start_idx": 5555, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5592, "char_start_idx": 5571, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000070/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000070/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02205/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5592, "char_start_idx": 5571, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5604, "char_start_idx": 5592, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 5649, "char_start_idx": 5605, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5649, "char_start_idx": 5592, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5654, "char_start_idx": 5649, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 5665, "char_start_idx": 5655, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5666, "char_start_idx": 5649, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5666, "char_start_idx": 5592, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5666, "char_start_idx": 5571, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5666, "char_start_idx": 5555, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n \n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5666, "char_start_idx": 5555, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5666, "char_start_idx": 5666, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 5682, "char_start_idx": 5666, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5708, "char_start_idx": 5682, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000071/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000071/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02206/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5708, "char_start_idx": 5682, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5720, "char_start_idx": 5708, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 5765, "char_start_idx": 5721, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5765, "char_start_idx": 5708, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5770, "char_start_idx": 5765, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 5781, "char_start_idx": 5771, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5782, "char_start_idx": 5765, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5782, "char_start_idx": 5708, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5782, "char_start_idx": 5682, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5782, "char_start_idx": 5666, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n \n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5782, "char_start_idx": 5666, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5782, "char_start_idx": 5782, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "figure" }, { "char_end_idx": 5798, "char_start_idx": 5782, "html_attrs": { "attrs": [ "class" ], "values": [ "original-format" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5873, "char_start_idx": 5798, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000072/", "http://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip000072/ http://0-www.loc.gov.oasys.lib.oxy.edu/item/afc1995028.afc1995028_dta02207/ " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 5873, "char_start_idx": 5798, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 5885, "char_start_idx": 5873, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "strong" }, { "char_end_idx": 5930, "char_start_idx": 5886, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5930, "char_start_idx": 5873, "html_attrs": { "attrs": [ "class" ], "values": [ "contributor" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5935, "char_start_idx": 5930, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results-label" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 5946, "char_start_idx": 5936, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5947, "char_start_idx": 5930, "html_attrs": { "attrs": [ "class" ], "values": [ "date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 5947, "char_start_idx": 5873, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 5947, "char_start_idx": 5798, "html_attrs": { "attrs": [ "class" ], "values": [ "item-description" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5947, "char_start_idx": 5782, "html_attrs": { "attrs": [ "class" ], "values": [ "description\n \n \n \n\n " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5947, "char_start_idx": 5782, "html_attrs": { "attrs": [ "class" ], "values": [ "item \n \n " ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5947, "char_start_idx": 5301, "html_attrs": { "attrs": [ "class" ], "values": [ "search-results gallery-view no-facets" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 5947, "char_start_idx": 5301, "html_attrs": { "attrs": [ "class" ], "values": [ "link-list" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 5947, "char_start_idx": 5281, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "you-might-like", "related-items" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5947, "char_start_idx": 4481, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "results", "clear-block" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5947, "char_start_idx": 21, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "main", "item-container" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 3, "type": "local", "value": "main" }, { "char_end_idx": 5947, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "content\n \n " ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 6178, "char_start_idx": 5947, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 6179, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "body" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 6179, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 194, "char_start_idx": 0, "key": "paragraph", "marker": "h1", "type": "local", "value": "Skip to main content\nPhoto, Print, Drawing Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility.\n" }, { "char_end_idx": 203, "char_start_idx": 194, "key": "paragraph", "marker": "div", "type": "local", "value": "\nEnlarge\n" }, { "char_end_idx": 218, "char_start_idx": 203, "key": "paragraph", "marker": "h2", "type": "local", "value": "About this Item" }, { "char_end_idx": 225, "char_start_idx": 218, "key": "paragraph", "marker": "dt", "type": "local", "value": "\nTitle\n" }, { "char_end_idx": 375, "char_start_idx": 225, "key": "paragraph", "marker": "dd", "type": "local", "value": "Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility." }, { "char_end_idx": 394, "char_start_idx": 375, "key": "paragraph", "marker": "dt", "type": "local", "value": "\nContributor Names\n" }, { "char_end_idx": 435, "char_start_idx": 394, "key": "paragraph", "marker": "dd", "type": "local", "value": "Taylor, David Alan, 1951- (Collaborator)\n" }, { "char_end_idx": 463, "char_start_idx": 435, "key": "paragraph", "marker": "dd", "type": "local", "value": "Cobianchi, Jimmy (Depicted)\n" }, { "char_end_idx": 493, "char_start_idx": 463, "key": "paragraph", "marker": "dd", "type": "local", "value": "Cooper, Martha (Photographer)\n" }, { "char_end_idx": 513, "char_start_idx": 493, "key": "paragraph", "marker": "dt", "type": "local", "value": "Created / Published\n" }, { "char_end_idx": 524, "char_start_idx": 513, "key": "paragraph", "marker": "dd", "type": "local", "value": "1994-09-12\n" }, { "char_end_idx": 541, "char_start_idx": 524, "key": "paragraph", "marker": "dt", "type": "local", "value": "Subject Headings\n" }, { "char_end_idx": 560, "char_start_idx": 541, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Textile industry\n" }, { "char_end_idx": 577, "char_start_idx": 560, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Work processes\n" }, { "char_end_idx": 593, "char_start_idx": 577, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Silk industry\n" }, { "char_end_idx": 602, "char_start_idx": 593, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Dyeing\n" }, { "char_end_idx": 629, "char_start_idx": 602, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Ethnographic photographs\n" }, { "char_end_idx": 671, "char_start_idx": 629, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Joseph Teshon Co. Inc. (Paterson, N.J.)\n" }, { "char_end_idx": 685, "char_start_idx": 671, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Ethnography\n" }, { "char_end_idx": 699, "char_start_idx": 685, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Photographs\n" }, { "char_end_idx": 741, "char_start_idx": 699, "key": "paragraph", "marker": "dd", "type": "local", "value": "- United States -- New Jersey -- Paterson\n" }, { "char_end_idx": 747, "char_start_idx": 741, "key": "paragraph", "marker": "dt", "type": "local", "value": "Genre\n" }, { "char_end_idx": 759, "char_start_idx": 747, "key": "paragraph", "marker": "dd", "type": "local", "value": "Ethnography\n" }, { "char_end_idx": 771, "char_start_idx": 759, "key": "paragraph", "marker": "dd", "type": "local", "value": "Photographs\n" }, { "char_end_idx": 777, "char_start_idx": 771, "key": "paragraph", "marker": "dt", "type": "local", "value": "Notes\n" }, { "char_end_idx": 907, "char_start_idx": 777, "key": "paragraph", "marker": "dd", "type": "local", "value": "- Forms part of a group of images taken in the dye house adjacent to the main Joseph Teshon, Inc. building on September 12, 1994.\n" }, { "char_end_idx": 914, "char_start_idx": 907, "key": "paragraph", "marker": "dt", "type": "local", "value": "Medium\n" }, { "char_end_idx": 932, "char_start_idx": 914, "key": "paragraph", "marker": "dd", "type": "local", "value": "35 mm color slide\n" }, { "char_end_idx": 962, "char_start_idx": 932, "key": "paragraph", "marker": "dt", "type": "local", "value": "Call Number/Physical Location\n" }, { "char_end_idx": 991, "char_start_idx": 962, "key": "paragraph", "marker": "dd", "type": "local", "value": "AFC 1995/028: WIP-MC-C060-04\n" }, { "char_end_idx": 1009, "char_start_idx": 991, "key": "paragraph", "marker": "dt", "type": "local", "value": "Source Collection\n" }, { "char_end_idx": 1062, "char_start_idx": 1009, "key": "paragraph", "marker": "dd", "type": "local", "value": "Working in Paterson Project Collection (AFC 1995/028)" }, { "char_end_idx": 1074, "char_start_idx": 1062, "key": "paragraph", "marker": "dt", "type": "local", "value": "\nRepository\n" }, { "char_end_idx": 1099, "char_start_idx": 1074, "key": "paragraph", "marker": "dd", "type": "local", "value": "American Folklife Center\n" }, { "char_end_idx": 1110, "char_start_idx": 1099, "key": "paragraph", "marker": "dt", "type": "local", "value": "Digital Id\n" }, { "char_end_idx": 1173, "char_start_idx": 1110, "key": "paragraph", "marker": "dd", "type": "local", "value": "http://0-hdl.loc.gov.oasys.lib.oxy.edu/loc.afc/afcwip.mcc06004\n" }, { "char_end_idx": 1187, "char_start_idx": 1173, "key": "paragraph", "marker": "dt", "type": "local", "value": "Online Format\n" }, { "char_end_idx": 1193, "char_start_idx": 1187, "key": "paragraph", "marker": "dd", "type": "local", "value": "image\n" }, { "char_end_idx": 1220, "char_start_idx": 1193, "key": "paragraph", "marker": "dt", "type": "local", "value": "IIIF Presentation Manifest\n" }, { "char_end_idx": 1239, "char_start_idx": 1220, "key": "paragraph", "marker": "dl", "type": "local", "value": "Manifest (JSON/LD)\n" }, { "char_end_idx": 1246, "char_start_idx": 1239, "key": "paragraph", "marker": "h3", "type": "local", "value": "Part of" }, { "char_end_idx": 1294, "char_start_idx": 1246, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWorking in Paterson Project Collection (4,341)\n" }, { "char_end_idx": 1365, "char_start_idx": 1294, "key": "paragraph", "marker": "li", "type": "local", "value": "Working in Paterson: Occupational Heritage in an Urban Setting (4,388)\n" }, { "char_end_idx": 1399, "char_start_idx": 1365, "key": "paragraph", "marker": "li", "type": "local", "value": "American Folklife Center (34,454)\n" }, { "char_end_idx": 1425, "char_start_idx": 1399, "key": "paragraph", "marker": "div", "type": "local", "value": "American Memory (502,124)\n" }, { "char_end_idx": 1431, "char_start_idx": 1425, "key": "paragraph", "marker": "h3", "type": "local", "value": "Format" }, { "char_end_idx": 1444, "char_start_idx": 1431, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nContributors" }, { "char_end_idx": 1450, "char_start_idx": 1444, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nDates" }, { "char_end_idx": 1459, "char_start_idx": 1450, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nLocation" }, { "char_end_idx": 1468, "char_start_idx": 1459, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nLanguage" }, { "char_end_idx": 1477, "char_start_idx": 1468, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nSubjects" }, { "char_end_idx": 1485, "char_start_idx": 1477, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDyeing\n" }, { "char_end_idx": 1510, "char_start_idx": 1485, "key": "paragraph", "marker": "li", "type": "local", "value": "Ethnographic Photographs\n" }, { "char_end_idx": 1522, "char_start_idx": 1510, "key": "paragraph", "marker": "li", "type": "local", "value": "Ethnography\n" }, { "char_end_idx": 1562, "char_start_idx": 1522, "key": "paragraph", "marker": "li", "type": "local", "value": "Joseph Teshon Co. Inc. (Paterson, N.J.)\n" }, { "char_end_idx": 1574, "char_start_idx": 1562, "key": "paragraph", "marker": "li", "type": "local", "value": "Photographs\n" }, { "char_end_idx": 1588, "char_start_idx": 1574, "key": "paragraph", "marker": "li", "type": "local", "value": "Silk Industry\n" }, { "char_end_idx": 1605, "char_start_idx": 1588, "key": "paragraph", "marker": "li", "type": "local", "value": "Textile Industry\n" }, { "char_end_idx": 1620, "char_start_idx": 1605, "key": "paragraph", "marker": "div", "type": "local", "value": "Work Processes\n" }, { "char_end_idx": 1635, "char_start_idx": 1620, "key": "paragraph", "marker": "h2", "type": "local", "value": "Rights & Access" }, { "char_end_idx": 2480, "char_start_idx": 1635, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe Library of Congress is not aware of any U.S. copyright protection (see Title 17, U.S.C.) or any other restrictions in the material in this collection, except as noted below. Users should keep in mind that the Library of Congress is providing access to these materials strictly for educational and research purposes. The written permission of the copyright owners and/or other holders of rights (such as publicity and/or privacy rights) is required for distribution, reproduction, or other use of protected items beyond that allowed by fair use or other statutory exemptions. Responsibility for making an independent legal assessment of an item and securing any necessary permissions ultimately rests with persons desiring to use the item. See our Legal Notices and Privacy and Publicity Rights for additional information and restrictions.\nT" }, { "char_end_idx": 3023, "char_start_idx": 2480, "key": "paragraph", "marker": "p", "type": "local", "value": "he American Folklife Center and the professional fieldworkers who carry out these projects feel a strong ethical responsibility to the people they have visited and who have consented to have their lives documented for the historical record. The Center asks that researchers approach the materials in this collection with respect for the culture and sensibilities of the people whose lives, ideas, and creativity are documented here. Researchers are also reminded that privacy and publicity rights may pertain to certain uses of this material.\n" }, { "char_end_idx": 3168, "char_start_idx": 3023, "key": "paragraph", "marker": "p", "type": "local", "value": "Researchers or others who would like to make further use of these collection materials should contact the Folklife Reading Room for assistance.\nC" }, { "char_end_idx": 3178, "char_start_idx": 3168, "key": "paragraph", "marker": "h3", "type": "local", "value": "redit line" }, { "char_end_idx": 3291, "char_start_idx": 3178, "key": "paragraph", "marker": "p", "type": "local", "value": "\nWorking in Paterson Project collection, 1993-2002 (AFC 1995/028), American Folklife Center, Library of Congress\n" }, { "char_end_idx": 3305, "char_start_idx": 3291, "key": "paragraph", "marker": "h2", "type": "local", "value": "Cite This Item" }, { "char_end_idx": 3424, "char_start_idx": 3305, "key": "paragraph", "marker": "p", "type": "local", "value": "\nCitations are generated automatically from bibliographic data as a convenience, and may not be complete or accurate.\nC" }, { "char_end_idx": 3446, "char_start_idx": 3424, "key": "paragraph", "marker": "h3", "type": "local", "value": "hicago citation style:" }, { "char_end_idx": 3776, "char_start_idx": 3446, "key": "paragraph", "marker": "p", "type": "local", "value": "\nTaylor, David Alan, Jimmy Cobianchi, and Martha Cooper. Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility . New Jersey Paterson United States, 1994. -09-12. Photograph. https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/.\n" }, { "char_end_idx": 3795, "char_start_idx": 3776, "key": "paragraph", "marker": "h3", "type": "local", "value": "APA citation style:" }, { "char_end_idx": 4159, "char_start_idx": 3795, "key": "paragraph", "marker": "p", "type": "local", "value": "\nTaylor, D. A., Cobianchi, J. & Cooper, M. (1994) Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility . New Jersey Paterson United States, 1994. -09-12. [Photograph] Retrieved from the Library of Congress, https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/.\n" }, { "char_end_idx": 4178, "char_start_idx": 4159, "key": "paragraph", "marker": "h3", "type": "local", "value": "MLA citation style:" }, { "char_end_idx": 4481, "char_start_idx": 4178, "key": "paragraph", "marker": "p", "type": "local", "value": "\nTaylor, David Alan, Jimmy Cobianchi, and Martha Cooper. Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility . -09-12. Photograph. Retrieved from the Library of Congress, <www.loc.gov/item/afcwip002418/>.\n" }, { "char_end_idx": 4520, "char_start_idx": 4481, "key": "paragraph", "marker": "h2", "type": "local", "value": "More Photos, Prints, Drawings like this" }, { "char_end_idx": 4521, "char_start_idx": 4520, "key": "paragraph", "marker": "figure", "type": "local", "value": "\n" }, { "char_end_idx": 4656, "char_start_idx": 4521, "key": "paragraph", "marker": "li", "type": "local", "value": "Photo, Print, Drawing\nJimmy Cobianci, the color mixer, mixes dyes.\nContributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha\n" }, { "char_end_idx": 4673, "char_start_idx": 4656, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-12\n" }, { "char_end_idx": 4808, "char_start_idx": 4673, "key": "paragraph", "marker": "li", "type": "local", "value": "Photo, Print, Drawing\nJimmy Cobianci, the color mixer, mixes dyes.\nContributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha\n" }, { "char_end_idx": 4825, "char_start_idx": 4808, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-12\n" }, { "char_end_idx": 4960, "char_start_idx": 4825, "key": "paragraph", "marker": "li", "type": "local", "value": "Photo, Print, Drawing\nJimmy Cobianci, the color mixer, mixes dyes.\nContributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha\n" }, { "char_end_idx": 4977, "char_start_idx": 4960, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-12\n" }, { "char_end_idx": 5112, "char_start_idx": 4977, "key": "paragraph", "marker": "li", "type": "local", "value": "Photo, Print, Drawing\nJimmy Cobianci, the color mixer, mixes dyes.\nContributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha\n" }, { "char_end_idx": 5129, "char_start_idx": 5112, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-12\n" }, { "char_end_idx": 5264, "char_start_idx": 5129, "key": "paragraph", "marker": "li", "type": "local", "value": "Photo, Print, Drawing\nJimmy Cobianci, the color mixer, mixes dyes.\nContributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha\n" }, { "char_end_idx": 5281, "char_start_idx": 5264, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-12\n" }, { "char_end_idx": 5300, "char_start_idx": 5281, "key": "paragraph", "marker": "h2", "type": "local", "value": "You might also like" }, { "char_end_idx": 5301, "char_start_idx": 5300, "key": "paragraph", "marker": "figure", "type": "local", "value": "\n" }, { "char_end_idx": 5425, "char_start_idx": 5301, "key": "paragraph", "marker": "li", "type": "local", "value": "Audio Recording\nThe process of developing a fabric with a customer\nContributor: Hardy, Charles \"chuck\" - Taylor, David Alan\n" }, { "char_end_idx": 5442, "char_start_idx": 5425, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-09\n" }, { "char_end_idx": 5538, "char_start_idx": 5442, "key": "paragraph", "marker": "li", "type": "local", "value": "Audio Recording\nDifferent jobs at mill\nContributor: Hardy, Charles \"chuck\" - Taylor, David Alan\n" }, { "char_end_idx": 5555, "char_start_idx": 5538, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-09\n" }, { "char_end_idx": 5649, "char_start_idx": 5555, "key": "paragraph", "marker": "li", "type": "local", "value": "Audio Recording\nTraining new workers\nContributor: Hardy, Charles \"chuck\" - Taylor, David Alan\n" }, { "char_end_idx": 5666, "char_start_idx": 5649, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-09\n" }, { "char_end_idx": 5765, "char_start_idx": 5666, "key": "paragraph", "marker": "li", "type": "local", "value": "Audio Recording\nSkill hierarchy at Teshon\nContributor: Hardy, Charles \"chuck\" - Taylor, David Alan\n" }, { "char_end_idx": 5782, "char_start_idx": 5765, "key": "paragraph", "marker": "div", "type": "local", "value": "Date: 1994-09-09\n" }, { "char_end_idx": 5930, "char_start_idx": 5782, "key": "paragraph", "marker": "li", "type": "local", "value": "Audio Recording\nDescription of equipment and operations in different areas of Teshon plant\nContributor: Hardy, Charles \"chuck\" - Taylor, David Alan\n" }, { "char_end_idx": 5947, "char_start_idx": 5930, "key": "paragraph", "marker": "main", "type": "local", "value": "Date: 1994-09-09\n" }, { "char_end_idx": 6179, "char_start_idx": 5947, "key": "paragraph", "marker": "div", "type": "local", "value": "[if lt IE 9]> <script src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/html5shiv.js?81937.83189'></script> <script src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/selectivizr.js?81937.83189'></script> <![endif]\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility. | Library of Congress" } ]
[ { "key": "url", "type": "global", "value": "https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/" } ]
[]
Skip to main content Photo, Print, Drawing Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility. Enlarge About this Item Title Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility. Contributor Names Taylor, David Alan, 1951- (Collaborator) Cobianchi, Jimmy (Depicted) Cooper, Martha (Photographer) Created / Published 1994-09-12 Subject Headings - Textile industry - Work processes - Silk industry - Dyeing - Ethnographic photographs - Joseph Teshon Co. Inc. (Paterson, N.J.) - Ethnography - Photographs - United States -- New Jersey -- Paterson Genre Ethnography Photographs Notes - Forms part of a group of images taken in the dye house adjacent to the main Joseph Teshon, Inc. building on September 12, 1994. Medium 35 mm color slide Call Number/Physical Location AFC 1995/028: WIP-MC-C060-04 Source Collection Working in Paterson Project Collection (AFC 1995/028) Repository American Folklife Center Digital Id http://0-hdl.loc.gov.oasys.lib.oxy.edu/loc.afc/afcwip.mcc06004 Online Format image IIIF Presentation Manifest Manifest (JSON/LD) Part of Working in Paterson Project Collection (4,341) Working in Paterson: Occupational Heritage in an Urban Setting (4,388) American Folklife Center (34,454) American Memory (502,124) Format Contributors Dates Location Language Subjects Dyeing Ethnographic Photographs Ethnography Joseph Teshon Co. Inc. (Paterson, N.J.) Photographs Silk Industry Textile Industry Work Processes Rights & Access The Library of Congress is not aware of any U.S. copyright protection (see Title 17, U.S.C.) or any other restrictions in the material in this collection, except as noted below. Users should keep in mind that the Library of Congress is providing access to these materials strictly for educational and research purposes. The written permission of the copyright owners and/or other holders of rights (such as publicity and/or privacy rights) is required for distribution, reproduction, or other use of protected items beyond that allowed by fair use or other statutory exemptions. Responsibility for making an independent legal assessment of an item and securing any necessary permissions ultimately rests with persons desiring to use the item. See our Legal Notices and Privacy and Publicity Rights for additional information and restrictions. The American Folklife Center and the professional fieldworkers who carry out these projects feel a strong ethical responsibility to the people they have visited and who have consented to have their lives documented for the historical record. The Center asks that researchers approach the materials in this collection with respect for the culture and sensibilities of the people whose lives, ideas, and creativity are documented here. Researchers are also reminded that privacy and publicity rights may pertain to certain uses of this material. Researchers or others who would like to make further use of these collection materials should contact the Folklife Reading Room for assistance. Credit line Working in Paterson Project collection, 1993-2002 (AFC 1995/028), American Folklife Center, Library of Congress Cite This Item Citations are generated automatically from bibliographic data as a convenience, and may not be complete or accurate. Chicago citation style: Taylor, David Alan, Jimmy Cobianchi, and Martha Cooper. Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility . New Jersey Paterson United States, 1994. -09-12. Photograph. https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/. APA citation style: Taylor, D. A., Cobianchi, J. & Cooper, M. (1994) Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility . New Jersey Paterson United States, 1994. -09-12. [Photograph] Retrieved from the Library of Congress, https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/. MLA citation style: Taylor, David Alan, Jimmy Cobianchi, and Martha Cooper. Jimmy Cobianci stands beside boiler he operates; in addition to being the color mixer in the dye house, he also works as an engineer for the facility . -09-12. Photograph. Retrieved from the Library of Congress, <www.loc.gov/item/afcwip002418/>. More Photos, Prints, Drawings like this Photo, Print, Drawing Jimmy Cobianci, the color mixer, mixes dyes. Contributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha Date: 1994-09-12 Photo, Print, Drawing Jimmy Cobianci, the color mixer, mixes dyes. Contributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha Date: 1994-09-12 Photo, Print, Drawing Jimmy Cobianci, the color mixer, mixes dyes. Contributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha Date: 1994-09-12 Photo, Print, Drawing Jimmy Cobianci, the color mixer, mixes dyes. Contributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha Date: 1994-09-12 Photo, Print, Drawing Jimmy Cobianci, the color mixer, mixes dyes. Contributor: Taylor, David Alan - Cobianchi, Jimmy - Cooper, Martha Date: 1994-09-12 You might also like Audio Recording The process of developing a fabric with a customer Contributor: Hardy, Charles "chuck" - Taylor, David Alan Date: 1994-09-09 Audio Recording Different jobs at mill Contributor: Hardy, Charles "chuck" - Taylor, David Alan Date: 1994-09-09 Audio Recording Training new workers Contributor: Hardy, Charles "chuck" - Taylor, David Alan Date: 1994-09-09 Audio Recording Skill hierarchy at Teshon Contributor: Hardy, Charles "chuck" - Taylor, David Alan Date: 1994-09-09 Audio Recording Description of equipment and operations in different areas of Teshon plant Contributor: Hardy, Charles "chuck" - Taylor, David Alan Date: 1994-09-09 [if lt IE 9]> <script src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/html5shiv.js?81937.83189'></script> <script src='https://0-www.loc.gov.oasys.lib.oxy.edu/static/js/lib/selectivizr.js?81937.83189'></script> <![endif]
https://0-www.loc.gov.oasys.lib.oxy.edu/item/afcwip002418/
[ { "char_end_idx": 400, "char_start_idx": 394, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 412, "char_start_idx": 402, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 451, "char_start_idx": 446, "key": "entity", "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 469, "char_start_idx": 463, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 477, "char_start_idx": 471, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 652, "char_start_idx": 649, "key": "entity", "type": "local", "value": "Inc._(magazine)" }, { "char_end_idx": 663, "char_start_idx": 655, "key": "entity", "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 668, "char_start_idx": 665, "key": "entity", "type": "local", "value": "New_Jersey" }, { "char_end_idx": 714, "char_start_idx": 701, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 728, "char_start_idx": 718, "key": "entity", "type": "local", "value": "New_Jersey" }, { "char_end_idx": 740, "char_start_idx": 732, "key": "entity", "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 965, "char_start_idx": 962, "key": "entity", "type": "local", "value": "American_Football_Conference" }, { "char_end_idx": 1052, "char_start_idx": 1049, "key": "entity", "type": "local", "value": "American_Football_Conference" }, { "char_end_idx": 1098, "char_start_idx": 1074, "key": "entity", "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 1313, "char_start_idx": 1305, "key": "entity", "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 1356, "char_start_idx": 1343, "key": "entity", "type": "local", "value": "Tampa,_Florida" }, { "char_end_idx": 1389, "char_start_idx": 1365, "key": "entity", "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 1414, "char_start_idx": 1399, "key": "entity", "type": "local", "value": "American_Memory" }, { "char_end_idx": 1543, "char_start_idx": 1540, "key": "entity", "type": "local", "value": "Incorporation_(business)" }, { "char_end_idx": 1554, "char_start_idx": 1546, "key": "entity", "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 1559, "char_start_idx": 1556, "key": "entity", "type": "local", "value": "New_Jersey" }, { "char_end_idx": 1587, "char_start_idx": 1574, "key": "entity", "type": "local", "value": "Byzantine_silk" }, { "char_end_idx": 1659, "char_start_idx": 1640, "key": "entity", "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 1684, "char_start_idx": 1680, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 1868, "char_start_idx": 1849, "key": "entity", "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 2507, "char_start_idx": 2483, "key": "entity", "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 3233, "char_start_idx": 3230, "key": "entity", "type": "local", "value": "Asian_Football_Confederation" }, { "char_end_idx": 3269, "char_start_idx": 3245, "key": "entity", "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 3290, "char_start_idx": 3271, "key": "entity", "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 3430, "char_start_idx": 3423, "key": "entity", "type": "local", "value": "Chicago" }, { "char_end_idx": 3453, "char_start_idx": 3447, "key": "entity", "type": "local", "value": "Frederick_Winslow_Taylor" }, { "char_end_idx": 3465, "char_start_idx": 3455, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 3501, "char_start_idx": 3488, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 3688, "char_start_idx": 3675, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 3779, "char_start_idx": 3776, "key": "entity", "type": "local", "value": "American_Psychological_Association" }, { "char_end_idx": 3802, "char_start_idx": 3796, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 3837, "char_start_idx": 3835, "key": "entity", "type": "local", "value": "The_Incredibles" }, { "char_end_idx": 4030, "char_start_idx": 4017, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 4097, "char_start_idx": 4078, "key": "entity", "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 4185, "char_start_idx": 4179, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4197, "char_start_idx": 4187, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4233, "char_start_idx": 4220, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4445, "char_start_idx": 4426, "key": "entity", "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 4607, "char_start_idx": 4601, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4619, "char_start_idx": 4609, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4638, "char_start_idx": 4633, "key": "entity", "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 4647, "char_start_idx": 4641, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4655, "char_start_idx": 4649, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4759, "char_start_idx": 4753, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4771, "char_start_idx": 4761, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4790, "char_start_idx": 4785, "key": "entity", "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 4799, "char_start_idx": 4793, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4807, "char_start_idx": 4801, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4911, "char_start_idx": 4905, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4923, "char_start_idx": 4913, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4942, "char_start_idx": 4937, "key": "entity", "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 4951, "char_start_idx": 4945, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4959, "char_start_idx": 4953, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5063, "char_start_idx": 5057, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5075, "char_start_idx": 5065, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5094, "char_start_idx": 5089, "key": "entity", "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 5103, "char_start_idx": 5097, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5111, "char_start_idx": 5105, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5215, "char_start_idx": 5209, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5227, "char_start_idx": 5217, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5246, "char_start_idx": 5241, "key": "entity", "type": "local", "value": "Jimmy_(song)" }, { "char_end_idx": 5255, "char_start_idx": 5249, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5263, "char_start_idx": 5257, "key": "entity", "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5386, "char_start_idx": 5381, "key": "entity", "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5412, "char_start_idx": 5406, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5424, "char_start_idx": 5414, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5499, "char_start_idx": 5494, "key": "entity", "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5525, "char_start_idx": 5519, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5537, "char_start_idx": 5527, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5610, "char_start_idx": 5605, "key": "entity", "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5636, "char_start_idx": 5630, "key": "entity", "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5648, "char_start_idx": 5638, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5726, "char_start_idx": 5721, "key": "entity", "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5752, "char_start_idx": 5746, "key": "entity", "type": "local", "value": "Taylor,_Michigan" }, { "char_end_idx": 5764, "char_start_idx": 5754, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5891, "char_start_idx": 5886, "key": "entity", "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5917, "char_start_idx": 5911, "key": "entity", "type": "local", "value": "Maxwell_D._Taylor" }, { "char_end_idx": 5929, "char_start_idx": 5919, "key": "entity", "type": "local", "value": "David_Alan_Stevenson" } ]
[ { "char_end_idx": 435, "char_start_idx": 394, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 435, "char_start_idx": 394, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 463, "char_start_idx": 435, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 493, "char_start_idx": 463, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 671, "char_start_idx": 629, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Inc._(magazine)" }, { "char_end_idx": 671, "char_start_idx": 629, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 671, "char_start_idx": 629, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "New_Jersey" }, { "char_end_idx": 741, "char_start_idx": 699, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States" }, { "char_end_idx": 741, "char_start_idx": 699, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "New_Jersey" }, { "char_end_idx": 741, "char_start_idx": 699, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 991, "char_start_idx": 962, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "American_Football_Conference" }, { "char_end_idx": 1062, "char_start_idx": 1009, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "American_Football_Conference" }, { "char_end_idx": 1099, "char_start_idx": 1074, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 1365, "char_start_idx": 1294, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 1365, "char_start_idx": 1294, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Tampa,_Florida" }, { "char_end_idx": 1399, "char_start_idx": 1365, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 1425, "char_start_idx": 1399, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "American_Memory" }, { "char_end_idx": 1562, "char_start_idx": 1522, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Incorporation_(business)" }, { "char_end_idx": 1562, "char_start_idx": 1522, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Paterson,_New_Jersey" }, { "char_end_idx": 1562, "char_start_idx": 1522, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "New_Jersey" }, { "char_end_idx": 1588, "char_start_idx": 1574, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Byzantine_silk" }, { "char_end_idx": 2480, "char_start_idx": 1635, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 2480, "char_start_idx": 1635, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_States" }, { "char_end_idx": 3023, "char_start_idx": 2480, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 3291, "char_start_idx": 3178, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Asian_Football_Confederation" }, { "char_end_idx": 3291, "char_start_idx": 3178, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "American_Folklife_Center" }, { "char_end_idx": 3291, "char_start_idx": 3178, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 3430, "char_start_idx": 3423, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Chicago" }, { "char_end_idx": 3776, "char_start_idx": 3446, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Frederick_Winslow_Taylor" }, { "char_end_idx": 3776, "char_start_idx": 3446, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 3776, "char_start_idx": 3446, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 3776, "char_start_idx": 3446, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "United_States" }, { "char_end_idx": 3795, "char_start_idx": 3776, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "American_Psychological_Association" }, { "char_end_idx": 4159, "char_start_idx": 3795, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4159, "char_start_idx": 3795, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "The_Incredibles" }, { "char_end_idx": 4159, "char_start_idx": 3795, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "United_States" }, { "char_end_idx": 4159, "char_start_idx": 3795, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 4481, "char_start_idx": 4178, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4481, "char_start_idx": 4178, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4481, "char_start_idx": 4178, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4481, "char_start_idx": 4178, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Library_of_Congress" }, { "char_end_idx": 4656, "char_start_idx": 4521, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4656, "char_start_idx": 4521, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4656, "char_start_idx": 4521, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 4656, "char_start_idx": 4521, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4808, "char_start_idx": 4673, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4808, "char_start_idx": 4673, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4808, "char_start_idx": 4673, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 4808, "char_start_idx": 4673, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 4960, "char_start_idx": 4825, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 4960, "char_start_idx": 4825, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 4960, "char_start_idx": 4825, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 4960, "char_start_idx": 4825, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5112, "char_start_idx": 4977, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5112, "char_start_idx": 4977, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5112, "char_start_idx": 4977, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Jimmy_Wales" }, { "char_end_idx": 5112, "char_start_idx": 4977, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5264, "char_start_idx": 5129, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5264, "char_start_idx": 5129, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5264, "char_start_idx": 5129, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Jimmy_(song)" }, { "char_end_idx": 5264, "char_start_idx": 5129, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Martha_Cooper" }, { "char_end_idx": 5425, "char_start_idx": 5301, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5425, "char_start_idx": 5301, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5425, "char_start_idx": 5301, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5538, "char_start_idx": 5442, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5538, "char_start_idx": 5442, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5538, "char_start_idx": 5442, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5649, "char_start_idx": 5555, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5649, "char_start_idx": 5555, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Taylor_Guitars" }, { "char_end_idx": 5649, "char_start_idx": 5555, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5765, "char_start_idx": 5666, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5765, "char_start_idx": 5666, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Taylor,_Michigan" }, { "char_end_idx": 5765, "char_start_idx": 5666, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "David_Alan_Stevenson" }, { "char_end_idx": 5930, "char_start_idx": 5782, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thomas_Hardy" }, { "char_end_idx": 5930, "char_start_idx": 5782, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Maxwell_D._Taylor" }, { "char_end_idx": 5930, "char_start_idx": 5782, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "David_Alan_Stevenson" } ]
0
512
1556185820000
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7" lang="en" dir="ltr"><![endif]--> <!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#"><!--<![endif]--> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KQPHKZ');</script> <!-- End Google Tag Manager --> <script src="//cdn.blueconic.net/itpmedia.js"></script> <link rel="manifest" href="/manifest.json" /> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script> <script> var OSid = "0"; var BCid = "0"; var OneSignal = window.OneSignal || []; OneSignal.push(function() { OneSignal.init({ appId: "50214b3d-b105-44c6-9bf4-f62caf0aac3b", }); OneSignal.registerForPushNotifications(); OneSignal.getUserId(function(id){ OSid = id; if (typeof window.blueConicClient !== 'undefined' && typeof window.blueConicClient.event !== 'undefined' && typeof window.blueConicClient.event.subscribe !== 'undefined') { doBcApiThings(OSid); } else { window.addEventListener('onBlueConicLoaded', function () { doBcApiThings(OSid); }, false); } }); }); function doBcApiThings(OSid) { var profile = blueConicClient.profile.getProfile(); BCid = profile.getId(); profile.addValue("onesignalid", OSid); blueConicClient.profile.updateProfile(); OneSignal.push(function() { OneSignal.setExternalUserId(BCid); }); } </script> <meta charset="utf-8" /> <link rel="shortlink" href="https://www.ahlanlive.com/node/404853" /> <link rel="canonical" href="https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html" /> <meta name="copyright" content="ITP Consumer Publishing" /> <meta name="description" content="From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow&#039;s A-list pals joined in! | , Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses&#039; birthday on Saturday (6 April).The 40-year-old actress - who released her new healthy cook book It&#039;s All Celebrity News, Celebrities" /> <meta name="keywords" content="Celebrity News, Celebrities , Celebrity gossip, Celebrity news, Celebrity Pictures, Entertainment, Hollywood News, Hollywood Gossip, competitions, Fashion, Beauty, weight loss, health, Photos, Bars Reviews, clubs Reviews, Nightlife, Shows, Spas, Fitness, Restaurants reviews, events, concerts, Reviews" /> <meta name="robots" content="follow, index" /> <meta name="abstract" content="From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow&#039;s A-list pals joined in! | Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses&#039; birthday on Saturday (6 April).The 40-year-old actress - who released her new healthy cook book It&#039;s All Celebrity News, Celebrities" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:title" content="Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!" /> <meta property="og:description" content="From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow&#039;s A-list pals joined in!" /> <meta property="og:image" content="https://www.ahlanlive.com/sites/default/files/styles/fb_share_style_image/public/images/2013/04/07/Gwyneth%2BPaltrow.jpg?itok=04xTiSsD" /> <meta property="og:site_name" content="Ahlanlive" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html" /> <meta property="og:section" content="Celebrity News" /> <meta property="og:contentnid" content="404853" /> <meta property="og:contenttype" content="article_listing" /> <meta property="og:publishdt" content="1365328800" /> <meta property="og:uploadedby" content="nishchint" /> <meta property="fb:app_id" content="226585337353114" /> <meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:title" content="Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!" /> <meta property="twitter:description" content="From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow&#039;s A-list pals joined in!" /> <meta property="twitter:site" content="@AhlanLive" /> <meta property="twitter:url" content="https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html" /> <link rel="shortcut icon" href="https://www.ahlanlive.com/sites/all/themes/ahlan_returns/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="MobileOptimized" content="width" /> <meta name="HandledFriendly" content="true" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> <meta property="bk_section" content="Celebrity News, Celebrities" /> <meta property="ph:contentId" content="404853" /> <meta property="ph:contenttype" content="article_listing" /> <meta property="ph:publishdt" content="2013-04-07 14:00:00" /> <meta property="ph:sectionId" content="31" /> <meta property="ph:section" content="Celebrity News, Celebrities" /> <meta property="ph:title" content="Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!" /> <script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"WebSite","name":"Ahlanlive","url":"https:\/\/www.ahlanlive.com"}</script><link rel="amphtml" href="https://amp.ahlanlive.com/amp/article_listing/ahlanlive/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html" /> <meta property="og:genre" content="Blog, OpEd" /> <meta property="og:modifieddt" content="1368864532" /> <script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/www.ahlanlive.com","logo":"https:\/\/www.ahlanlive.com\/sites\/all\/themes\/ahlan_returns\/logo.png"}</script><script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"Organization","name":"Ahlanlive","url":"https:\/\/www.ahlanlive.com","sameAs":"[ \"http:\/\/www.facebook.com\/\", \"http:\/\/www.twitter.com\/\", \"http:\/\/in.pinterest.com\/\", \"http:\/\/plus.google.com\/\"]"}</script><meta content="on" http-equiv="cleartype" /> <script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"NewsArticle","headline":"Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!","alternativeHeadline":"Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!","image":{"@type":"ImageObject","image":"[\"Gwyneth+Paltrow.jpg\"]","width":"600","height":"60","url":"https:\/\/www.ahlanlive.com\/sites\/default\/files\/images\/2013\/04\/07\/Gwyneth%2BPaltrow.jpg"},"datePublished":"2013-04-07T14:00:00+04:00","description":null,"articleBody":"Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses' birthday on Saturday (6 April).The 40-year-old actress - who released her new healthy cook book It's All Good and launched her fourth fitness studio with exercise expert Tracy Anderson in Los Angeles this week - and her Coldplay star husband Chris Martin were joined by guests including Kate Hudson, Tobey McGuire, Cameron Diaz, Gwen Stefani and Joel Madden, as well as all their children, at their new mansion in Brentwood, California to celebrate ahead of their son's seventh birthday on 8 April.A source told E! News: \"Chris Martin was walking around the party barefoot, totally relaxed and having a good time. He spent a lot of time sitting with Maria Shriver and her kids chatting.\"\"Kate Hudson talked to Jon Favreau for awhile. Everyone was dressed casually in summer clothes and sunglasses. It looked like a relaxed atmosphere where they could show off their new house and celebrate their son's birthday. People stayed all day and really enjoyed themselves.\"The celebrity children spent the day playing with hula-hoops, tabletop football, basketball and dancing on the lawn in the middle of the property.The Iron Man 3 star also put aside her strict gluten-free, low-carb diet and treated the guests to hamburgers, fries and several different types of salad.Noticeably absent from the bash were the couple's best pals Beyonce, Jay-Z and their daughter Blue Ivy Carter, who are currently celebrating their fifth wedding anniversary in Cuba.Good Charlotte rocker Joel brought his two children Harlow and Sparrow but his wife Nicole Richie did not attend as she is on holiday in St Barts with friends including Jessica Alba.","author":"nishchint ","dateModified":"2013-05-18T08:08:52Z","mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/www.ahlanlive.com\/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html"},"publisher":{"@type":"Organization","name":"ITP\/APP","logo":{"@type":"ImageObject","url":"https:\/\/www.ahlanlive.com\/sites\/all\/themes\/ahlan_returns\/images\/itp-logo.jpg","width":"600","height":"60"}}}</script><meta property="article:publisher" content="https://www.facebook.com/ahlanMagazine" /> <meta property="article:author" content="https://www.facebook.com/ahlanMagazine" /> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement("script"); gads.async = true; gads.type = "text/javascript"; var useSSL = "https:" == document.location.protocol; gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js"; var node =document.getElementsByTagName("script")[0]; node.parentNode.insertBefore(gads, node); })(); googletag.cmd.push(function() { googletag.pubads().setTargeting("sect", "celebrities-celebrity_news-celebrities"); googletag.pubads().setTargeting("artid", "404853"); googletag.pubads().setTargeting("keyword", "celebrities-celebrity_news-celebrities"); googletag.pubads().setTargeting("url", "/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html"); googletag.pubads().collapseEmptyDivs(); }); googletag.cmd.push(function() { // This mapping will for leaderboard var lbMapping = googletag.sizeMapping(). addSize([0, 0], [728, 90]). //Default addSize([320, 0], [320, 50]). // Mobile portrait addSize([480, 0], [468, 60]). // Mobile landscape addSize([768, 0], [728, 90]). // Tab portrait addSize([1024, 0], [728, 90]). // Tab landscape addSize([1050, 0], [728, 90]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [728, 90], "banner728x90") .defineSizeMapping(lbMapping) .addService(googletag.pubads()); // This mapping will for halfpage var wsbMapping = googletag.sizeMapping(). addSize([0, 0], [300, 600]). //Default //addSize([320, 0], [300, 150]). // Mobile portrait //addSize([480, 0], [300, 150]). // Mobile landscape //addSize([768, 0], [300, 300]). // Tab portrait //addSize([1024, 0], [300, 300]). // Tab landscape addSize([320, 0], [300, 600]). // Mobile portrait addSize([480, 0], [300, 600]). // Mobile landscape addSize([768, 0], [300, 600]). // Tab portrait addSize([1024, 0], [300, 600]). // Tab landscape addSize([1050, 0], [300, 600]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [300, 600], "banner300x600") .defineSizeMapping(wsbMapping) .addService(googletag.pubads()); // This mapping will for halfpage var mpuMapping = googletag.sizeMapping(). addSize([0, 0], [300, 250]). //Default //addSize([320, 0], [300, 63]). // Mobile portrait //addSize([480, 0], [300, 63]). // Mobile landscape //addSize([768, 0], [300, 125]). // Tab portrait //addSize([1024, 0], [300, 125]). // Tab landscape addSize([320, 0], [300, 250]). // Mobile portrait addSize([480, 0], [300, 250]). // Mobile landscape addSize([768, 0], [300, 250]). // Tab portrait addSize([1024, 0], [300, 250]). // Tab landscape addSize([1050, 0], [300, 250]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [300, 250], "banner300x250") .defineSizeMapping(mpuMapping) .addService(googletag.pubads()); // This mapping will for halfpage var mpuMapping1 = googletag.sizeMapping(). addSize([0, 0], [300, 251]). //Default addSize([320, 0], [300, 64]). // Mobile portrait addSize([480, 0], [300, 64]). // Mobile landscape addSize([768, 0], [300, 126]). // Tab portrait addSize([1024, 0], [300, 126]). // Tab landscape addSize([1050, 0], [300, 251]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [300, 251], "banner300x251") .defineSizeMapping(mpuMapping1) .addService(googletag.pubads()); //Define Background banners googletag.defineSlot("5308/ahlan_en", [1652, 770], "banner1652x770") .addService(googletag.pubads()); //Define Branded leader board top. var brandedLBMappingtop = googletag.sizeMapping(). addSize([0, 0], [1200, 150]). //Default addSize([320, 0], [320, 150]). // Mobile portrait addSize([480, 0], [480, 150]). // Mobile landscape addSize([768, 0], [768, 150]). // Tab portrait addSize([1024, 0], [1024, 150]). // Tab landscape addSize([1050, 0], [1200, 150]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [1200, 150], "banner1200x150") .defineSizeMapping(brandedLBMappingtop) .addService(googletag.pubads()); //Define Branded leader board bottom. var brandedLBMappingbottom = googletag.sizeMapping(). addSize([0, 0], [1200, 151]). //Default addSize([320, 0], [320, 151]). // Mobile portrait addSize([480, 0], [480, 151]). // Mobile landscape addSize([768, 0], [768, 151]). // Tab portrait addSize([1024, 0], [1024, 151]). // Tab landscape addSize([1050, 0], [1200, 151]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [1200, 151], "banner1200x151") .defineSizeMapping(brandedLBMappingbottom) .addService(googletag.pubads()); //Intertials ads. var interMapping = googletag.sizeMapping(). addSize([0, 0], [750, 450]). //Default addSize([320, 0], [320, 480]). // Mobile portrait addSize([480, 0], [480, 320]). // Mobile landscape addSize([768, 0], [768, 1024]). // Tab portrait addSize([1024, 0], [1024, 768]). // Tab landscape addSize([1050, 0], [750, 450]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [750, 450], "banner750x450") .defineSizeMapping(interMapping) .addService(googletag.pubads()); //Overlay ads. var overlayMapping = googletag.sizeMapping(). addSize([0, 0], [450, 450]). //Default addSize([320, 0], [450, 450]). // Mobile portrait addSize([480, 0], [450, 450]). // Mobile landscape addSize([768, 0], [450, 450]). // Tab portrait addSize([1024, 0], [450, 450]). // Tab landscape addSize([1050, 0], [450, 450]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [450, 450], "banner450x450") .defineSizeMapping(overlayMapping) .addService(googletag.pubads()); //left and right side add var SideAds = googletag.sizeMapping(). addSize([0, 0], [2, 2]). //Default addSize([320, 0], [2, 2]). // Mobile portrait addSize([480, 0], [2, 2]). // Mobile landscape addSize([768, 0], [2, 2]). // Tab portrait addSize([1024, 0], [2, 2]). // Tab landscape addSize([1050, 0], [2, 2]). // Desktop build(); googletag.defineSlot("5308/ahlan_en", [2, 2], "banner2x2") .defineSizeMapping(SideAds) .addService(googletag.pubads()); //Define OOP Out of page googletag.defineSlot("5308/ahlan_en", [['fluid'], [1, 1]], "banner1x1") .addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); });</script> <title>Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday! | Celebrity News, Celebrities | Ahlanlive</title> <link type="text/css" rel="stylesheet" href="https://www.ahlanlive.com/sites/default/files/css/css_kShW4RPmRstZ3SpIC-ZvVGNFVAi0WEMuCnI0ZkYIaFw.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.ahlanlive.com/sites/default/files/css/css_DHcXHPYBSjIVaCQZEG4ZlpLkvslnFlBCnQUCzlbRBio.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.ahlanlive.com/sites/default/files/css/css_2hQIGkcKz6e8JLdqsZLE4G8Q8VJW8RkNsdNg6giX_6g.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.ahlanlive.com/sites/default/files/css/css_7wQuFSMZqD94hQGQ1fbczmmYrdLXM-8YIwIt3Fy1XYs.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.ahlanlive.com/sites/default/files/css/css_RLntLzhLyBJ6fLGnGDzendqdAWllR_TZ5dlX_-35E6w.css" media="all" /> <script src="https://www.ahlanlive.com/sites/default/files/js/js_hulMQeqjF8ve0NZMub5AoK8cNJYigyJDRVHqsNsO5gQ.js"></script> <script src="https://www.ahlanlive.com/sites/default/files/js/js_0Mzz7ykE2iyxMlpKO5FuKiO3GIfEcOW7SHP1gdqwjWQ.js"></script> <script src="https://www.ahlanlive.com/sites/default/files/js/js_D513xrHxkFzR3xMs-U1B-okOiPuXCy6MX1kwfrKN5Ls.js"></script> <script src="https://www.ahlanlive.com/sites/default/files/js/js_ZkMUNFEgPrhtQF66olpnK2RaerfwwymIzsJyRZHVF30.js"></script> <script src="https://www.ahlanlive.com/sites/default/files/js/js__aE06g3esXbKCmiJUCYcEQlm_kAo7qHHJ09j2SwgqAw.js"></script> <script>jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"ahlan_returns","theme_token":"aUKwdhHb30Udqn95a1DzGSpWP2oXKQv62JOAK1ThhmY","jquery_version":"1.7","js":{"sites\/all\/modules\/contrib\/jquery_update\/replace\/jquery\/1.7\/jquery.min.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/contrib\/jquery_update\/replace\/ui\/ui\/minified\/jquery.ui.core.min.js":1,"sites\/all\/modules\/contrib\/jquery_update\/replace\/ui\/external\/jquery.cookie.js":1,"sites\/all\/modules\/contrib\/jquery_update\/replace\/misc\/jquery.form.min.js":1,"misc\/ajax.js":1,"sites\/all\/modules\/contrib\/jquery_update\/js\/jquery_update.js":1,"sites\/all\/modules\/contrib\/apachesolr_sort\/apachesolr_sort.js":1,"sites\/all\/modules\/custom\/ahlan_facebook\/js\/most_popular_block.js":1,"sites\/all\/modules\/custom\/ahlan_newsletter\/ahlan_newsletter.js":1,"sites\/all\/modules\/custom\/custom_modal_form\/template\/script\/custom_modal_form.js":1,"misc\/progress.js":1,"sites\/all\/modules\/contrib\/ctools\/js\/modal.js":1,"sites\/all\/modules\/custom\/general\/js\/user_menu_block.js":1,"sites\/all\/modules\/custom\/image_reference\/image_reference.js":1,"sites\/all\/modules\/custom\/outlet_search_facet\/js\/proximity.js":1,"sites\/all\/modules\/contrib\/views_slideshow\/js\/views_slideshow.js":1,"sites\/all\/modules\/custom\/general\/js\/article_prev_next.js":1,"sites\/all\/modules\/custom\/general\/social_media\/modernizr-2.6.2-respond-1.1.0.min.js":1,"sites\/all\/modules\/custom\/general\/social_media\/rrssb.js":1,"sites\/all\/modules\/contrib\/hybridauth\/js\/hybridauth.modal.js":1,"sites\/all\/modules\/contrib\/hybridauth\/js\/hybridauth.onclick.js":1,"sites\/all\/themes\/ahlan_returns\/js\/script.js":1,"sites\/all\/themes\/ahlan_returns\/js\/video-responsive.js":1,"sites\/all\/themes\/ahlan_returns\/owl-carousel\/owl.carousel.js":1,"sites\/all\/themes\/ahlan_returns\/js\/jquery.jplayer.js":1,"sites\/all\/themes\/ahlan_returns\/js\/circle.player.js":1,"sites\/all\/themes\/ahlan_returns\/js\/jquery.grab.js":1,"sites\/all\/themes\/ahlan_returns\/js\/jquery.transform2d.js":1,"sites\/all\/themes\/ahlan_returns\/js\/mod.csstransforms.min.js":1,"sites\/all\/themes\/ahlan_returns\/slick\/slick\/jquery-migrate-1.2.1.min.js":1,"sites\/all\/themes\/ahlan_returns\/slick\/slick\/slick.min.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"misc\/ui\/jquery.ui.core.css":1,"misc\/ui\/jquery.ui.theme.css":1,"sites\/all\/modules\/contrib\/calendar\/css\/calendar_multiday.css":1,"sites\/all\/modules\/contrib\/date\/date_api\/date.css":1,"sites\/all\/modules\/contrib\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/contrib\/views\/css\/views.css":1,"sites\/default\/files\/config_1552229810.css":1,"sites\/all\/modules\/custom\/codemerge\/general.css":1,"sites\/all\/modules\/contrib\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/contrib\/ctools\/css\/modal.css":1,"sites\/all\/modules\/custom\/general\/css\/backend.css":1,"sites\/all\/modules\/custom\/image_reference\/modal-popups.css":1,"sites\/all\/modules\/contrib\/panels\/css\/panels.css":1,"sites\/all\/modules\/contrib\/views_slideshow\/views_slideshow.css":1,"sites\/all\/modules\/contrib\/panels\/plugins\/layouts\/flexible\/flexible.css":1,"sites\/all\/modules\/contrib\/ds\/layouts\/ds_2col\/ds_2col.css":1,"sites\/all\/modules\/contrib\/ds\/layouts\/ds_4col\/ds_4col.css":1,"sites\/all\/modules\/custom\/competition\/ahlan\/competition.css":1,"public:\/\/ctools\/css\/8e9e3d81d0fe4a352418edc505cd6021.css":1,"sites\/all\/modules\/custom\/general\/social_media\/rrssb.css":1,"sites\/all\/modules\/contrib\/hybridauth\/plugins\/icon_pack\/hybridauth_32\/hybridauth_32.css":1,"sites\/all\/modules\/contrib\/hybridauth\/css\/hybridauth.css":1,"sites\/all\/modules\/contrib\/hybridauth\/css\/hybridauth.modal.css":1,"sites\/all\/themes\/zen\/system.menus.css":1,"sites\/all\/themes\/ahlan_returns\/css\/font_awesome\/font-awesome.css":1,"sites\/all\/themes\/ahlan_returns\/owl-carousel\/owl.carousel.css":1,"sites\/all\/themes\/ahlan_returns\/owl-carousel\/owl.theme.css":1,"sites\/all\/themes\/ahlan_returns\/css\/styles.css":1,"sites\/all\/themes\/ahlan_returns\/skin\/circle.player.css":1,"sites\/all\/themes\/ahlan_returns\/slick\/slick\/slick.css":1}},"site_key":"AHL","CToolsModal":{"loadingText":"Loading...","closeText":"Close Window","closeImage":"\u003Cimg typeof=\u0022foaf:Image\u0022 src=\u0022https:\/\/www.ahlanlive.com\/sites\/all\/modules\/contrib\/ctools\/images\/icon-close-window.png\u0022 alt=\u0022Close window\u0022 title=\u0022Close window\u0022 \/\u003E","throbber":"\u003Cimg typeof=\u0022foaf:Image\u0022 src=\u0022https:\/\/www.ahlanlive.com\/sites\/all\/modules\/contrib\/ctools\/images\/throbber.gif\u0022 alt=\u0022Loading\u0022 title=\u0022Loading...\u0022 \/\u003E"},"modal-popup-gallery-poll":{"modalSize":{"type":"fixed","width":270,"height":150},"modalOptions":{"opacity":0.85,"background":"#000"},"animation":"fadeIn","modalTheme":"ModalFormsCustomPopup","throbber":"\u003Cimg typeof=\u0022foaf:Image\u0022 src=\u0022https:\/\/www.ahlanlive.com\/sites\/all\/modules\/contrib\/modal_forms\/images\/loading_animation.gif\u0022 alt=\u0022Please wait...\u0022 title=\u0022Please wait\u0022 \/\u003E","closeText":"Close"},"modal-popup-custom-login":{"modalSize":{"type":"fixed","width":515,"height":210},"modalOptions":{"opacity":0.85,"background":"#000"},"animation":"fadeIn","modalTheme":"ModalFormsCustomPopup","throbber":"\u003Cimg typeof=\u0022foaf:Image\u0022 src=\u0022https:\/\/www.ahlanlive.com\/sites\/all\/modules\/contrib\/modal_forms\/images\/loading_animation.gif\u0022 alt=\u0022Please wait...\u0022 title=\u0022Please wait\u0022 \/\u003E","closeText":"Close"},"modal-popup-email":{"modalSize":{"type":"fixed","width":508,"height":350},"modalOptions":{"opacity":0.85,"background":"#000"},"animation":"fadeIn","modalTheme":"ModalFormsCustomPopup","throbber":"\u003Cimg typeof=\u0022foaf:Image\u0022 src=\u0022https:\/\/www.ahlanlive.com\/sites\/all\/modules\/contrib\/modal_forms\/images\/loading_animation.gif\u0022 alt=\u0022Please wait...\u0022 title=\u0022Please wait\u0022 \/\u003E","closeText":"Close"},"tagging_key":188,"current_url":"\/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html","page_string":"","img_string":"","base_url":"https:\/\/www.ahlanlive.com","querystring_url":0,"jarvis":{"viewed_node":{"404955":"404955","404329":"404329","404325":"404325","404443":"404443","376288":"376288","571620":"571620","637734":"637734","637736":"637736","637745":"637745","637751":"637751","637754":"637754","637738":"637738","637732":"637732","637724":"637724","637723":"637723"}},"urlIsAjaxTrusted":{"\/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html":true}});</script> <!--[if lt IE 9]> <script src="/sites/all/themes/zen/js/html5-respond.js"></script> <![endif]--> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52f227793b3bcaec"></script> </head> <body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-404853 node-type-article-listing section-gwyneth-paltrows-starry-bash-son-moses-birthday-251579html page-panels" > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KQPHKZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <p id="skip-link"> <a href="#main-menu" class="element-invisible element-focusable">Jump to navigation</a> </p> <div id="page"> <div class="content-width page-top-wrapper"> <div class="region region-headpage-top"> <div id="block-block-52" class="block block-block mn first odd"> <style type="text/css"> .ov-hidden { overflow: hidden; } #banner1200x150_ad_container, #banner1200x150 { text-align: center; } </style> <div id="banner1200x150" class="ov-hidden"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner1200x150"); }); </script> </div> </div> <div id="block-block-54" class="block block-block last even"> <style type="text/css"> @media only screen and (min-width: 1024px) { #main-menu > ul.menu > li.hot-menu-item > ul.menu li.hot100-people a { background-image: url(/sites/default/files/static/hot-100/hot-100-people-icon.jpg) !important; } } </style> </div> </div> </div> <header class="header clearfix" id="header" role="banner"> <div class="overlay"></div> <div class="mobile-header clearfix"> <div class="menu-icon"><i class="fa fa-bars"></i></div> <div class="search-icon"><i class="fa fa-search"></i></div> <a href="/" title="Home" rel="home" class="header__logo" id="mob_logo"><img src="https://www.ahlanlive.com/sites/all/themes/ahlan_returns/logo.png" alt="Home" class="header__logo-image" /></a> </div> <div class="header-wrapper"> <div class="header-items"> <div class="clearfix header-top"> <a href="/" title="Home" rel="home" class="header__logo" id="logo"><img src="https://www.ahlanlive.com/sites/all/themes/ahlan_returns/logo.png" alt="Home" class="header__logo-image" /></a> <div class="header_group"> <div class="clearfix header-top-wrapper"> <div class="region region-header-top"> <div id="block-block-5" class="block block-block user-links-block first odd"> <div id="user-js-menu" class="user-js-menu"> <noscript> <ul class="menu"> <li><a class='js-register' href='/page/register'>Register</a></li> <li><a href='/page/login' class='js-login'>Login</a></li> <li><a href='http://www.itp.com/magazine/Website-7-Ahlanlive.com'>Advertise</a></li> </ul> </noscript> </div> </div> <div id="block-hybridauth-hybridauth" class="block block-hybridauth even"> <div class="hybridauth-widget-wrapper"><div class="item-list"><ul class="hybridauth-widget"><li class="first"><a href="/hybridauth/window/Facebook?destination=node/404853&amp;destination_error=node/404853" title="Facebook" class="hybridauth-widget-provider hybridauth-onclick-current" rel="nofollow" data-hybridauth-provider="Facebook" data-hybridauth-url="/hybridauth/window/Facebook?destination=node/404853&amp;destination_error=node/404853" data-ajax="false" data-hybridauth-width="800" data-hybridauth-height="500"><span class="hybridauth-icon facebook hybridauth-icon-hybridauth-32 hybridauth-facebook hybridauth-facebook-hybridauth-32" title="Facebook"></span></a></li> <li><a href="/hybridauth/window/Twitter?destination=node/404853&amp;destination_error=node/404853" title="Twitter" class="hybridauth-widget-provider hybridauth-onclick-current" rel="nofollow" data-hybridauth-provider="Twitter" data-hybridauth-url="/hybridauth/window/Twitter?destination=node/404853&amp;destination_error=node/404853" data-ajax="false" data-hybridauth-width="800" data-hybridauth-height="500"><span class="hybridauth-icon twitter hybridauth-icon-hybridauth-32 hybridauth-twitter hybridauth-twitter-hybridauth-32" title="Twitter"></span></a></li> <li><a href="/hybridauth/window/Google?destination=node/404853&amp;destination_error=node/404853" title="Google" class="hybridauth-widget-provider hybridauth-onclick-current" rel="nofollow" data-hybridauth-provider="Google" data-hybridauth-url="/hybridauth/window/Google?destination=node/404853&amp;destination_error=node/404853" data-ajax="false" data-hybridauth-width="800" data-hybridauth-height="500"><span class="hybridauth-icon google hybridauth-icon-hybridauth-32 hybridauth-google hybridauth-google-hybridauth-32" title="Google"></span></a></li> <li class="last"><a href="/hybridauth/window/LinkedIn?destination=node/404853&amp;destination_error=node/404853" title="LinkedIn" class="hybridauth-widget-provider hybridauth-onclick-current" rel="nofollow" data-hybridauth-provider="LinkedIn" data-hybridauth-url="/hybridauth/window/LinkedIn?destination=node/404853&amp;destination_error=node/404853" data-ajax="false" data-hybridauth-width="800" data-hybridauth-height="500"><span class="hybridauth-icon linkedin hybridauth-icon-hybridauth-32 hybridauth-linkedin hybridauth-linkedin-hybridauth-32" title="LinkedIn"></span></a></li> </ul></div></div> </div> <div id="block-block-6" class="block block-block subscription-block odd"> <form id="frmahlansubscriptionheader" class="headersubsform" name="frmahlansubscriptionheader" method="post"> <div class="clearfix"> <div class="form-item"> <input type="text" size="28" id="a_name" name="name" class="form-text" placeholder="Enter name" /> </div> <div class="form-item"> <input type="text" size="28" id="a_nemail" name="email" class="form-text" placeholder="Enter email " /> </div> <input type="button" class="form-submit" value="Subscribe" onclick="itpNewsletterSubscribe(this.form,'frmahlansubscriptionheader')" name="Button" /> </div> </form> </div> <div id="block-apachesolr-ext-solr-search-form" class="block block-apachesolr-ext search-block even"> <form action="/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html" method="post" id="apachesolr-ext-search-form" accept-charset="UTF-8"><div><div class="search-custom-form"><div class="form-item form-type-textfield form-item-search"> <input placeholder="Search" type="text" id="edit-search" name="search" value="" size="49" maxlength="128" class="form-text" /> </div> <input type="submit" id="edit-submit" name="op" value="Submit" class="form-submit" /></div><input type="hidden" name="form_build_id" value="form-hD8xHXdhkr3fTSiOs4-WqFCDXwowlwGhaCe1N1rcipA" /> <input type="hidden" name="form_id" value="apachesolr_ext_search_form" /> </div></form> </div> <div id="block-block-29" class="block block-block move-to-top last odd"> <a href="#page" class="back-to-top"> Back To Top </a> </div> </div> </div> <div class="header__region region region-header"> <div id="block-block-26" class="block block-block overBlock first odd"> <style type="text/css"> .lb-expanded { position: relative; z-index: 99; height: 90px; } .overBlock { z-index: 9999; position: relative; } .lb-expanded iframe { height: 318px; position: absolute; top: 0; left: 0; } .lb-ads-content .lb-expanded iframe { position: static; } </style><div id="banner728x90"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner728x90"); }); </script> </div> <script type="text/javascript"> window.onmessage = function(e){ if (e.data == "318") { document.getElementById("google_ads_iframe_5308/ahlan_en_0__container__").classList.add("lb-expanded"); } else if(e.data == "90"){ document.getElementById("google_ads_iframe_5308/ahlan_en_0__container__").classList.remove("lb-expanded"); } }; </script> </div> <div id="block-block-43" class="block block-block pops_block_large last even"> <style type="text/css"> .intertials-outer { position: fixed; z-index: 9999999; top: 0; right: 0; bottom: 0; left: 0; background: #fff; display: none; } .intertials-header { margin: 20px; clear: both; overflow: hidden; border-bottom: 1px solid #ccc; padding-bottom: 15px; } .intertials-logo { float: left; } .intertials-skip-ads { float: right; margin: 58px 0 0 0; display: none; } .continue-button { background:#ff0000; color:#fff; padding: 5px 10px; border-radius : 5px; text-align:right; font-size 1.4em; text-transform:uppercase; font-size: 1.44rem; font-weight: bold; } .continue-button:hover { background:#000; color:#fff; } a.continue-color, a.continue-color:hover { color:#fff; } .intertials-msg { padding-bottom:20px; text-align: center; } .intertials-banner { margin:0 auto; max-width: 750px; text-align: center; } @media screen and (max-width: 1024px) { .intertials-header, .intertials-banner { padding: 0; border: 0; max-width: none; } .intertials-skip-ads #redirectlink { display: block; line-height: 25px; } .intertials-skip-ads { float: none; margin:10px; } .intertials-logo, .intertials-msg { display: none; } .intertials-header { margin:0; } .continue-button { font-size:100%; font-weight:normal; } } </style> <div class="intertials-outer" style="display: none;"> <div class="topheaderintbanner"> <div class="intertials-header"> <a href="/" title="Home" rel="home" class="intertials-logo"> <img src="//www.ahlanlive.com/sites/all/themes/ahlan_returns/logo.png" alt="Home" /> </a> <div class="intertials-skip-ads continue-button"></div> </div> <div class="intertials-msg">ADVERTISEMENT</div> <div class="intertials-banner"> <div id="banner750x450"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner750x450"); }); </script> </div> </div> </div> </div> <script type="text/javascript"> (function ($) { //Hide Ads after 10sec from its rendering. function bannerClose() { $(".intertials-outer").fadeOut(); } $(document).ready(function() { if($("#banner750x450_ad_container").length > 0) { $(".intertials-outer").show(); setTimeout(function(){ bannerClose(); }, 10000); //Countdown var sec = 5; var interval = setInterval(function() { sec = sec - 1; if(sec > 0) { $(".intertials-skip-ads").show(); $(".intertials-skip-ads").html("You can skip this ad in " + sec); } else { $(".intertials-skip-ads").show(); $(".intertials-skip-ads").html("<a id='redirectlink' class='continue-color' href='#'>Continue to Site »</a>"); } if(sec == 0) { clearInterval(interval); } }, 1000); } $( "a#redirectlink" ).live( "click", function() { bannerClose(); }); }); })(jQuery); </script> </div> </div> </div> <div class="region region-header-right"> <div id="block-views-others-block-4" class="block block-views first last odd"> <div class="view view-others view-id-others view-display-id-block_4 mags-block view-dom-id-e893bb1799500ac4bfeb05e3f3e61902"> <div class="view-content"> <div class="item-list"> <ul> <li class="views-row views-row-1 views-row-odd views-row-first views-row-last"> <div class="views-field views-field-field-image"> <div class="field-content"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/magazine_image/public/images/2018/11/01/AHE_785_Cover.jpg?itok=nnVel7xp" width="110" height="140" alt="ahlan! 1 november" title="ahlan! 1 november" /><div class="download_link"><span class="label">Out Now</span><a href="https://play.google.com/store/apps/details?id=com.pagesuite.droid.ahlan"><i class="fa fa-android"></i></a><a href="https://itunes.apple.com/ae/app/ahlan!/id676180020?mt=8"><i class="fa fa-apple"></i></a><a href="http://www.amazon.com/ITP-Ahlan/dp/B00E3TOGVS"><img src="/sites/all/themes/ahlan_returns/images/kindle-icon.png" /></a></div></div> </div></li> </ul></div> </div> </div> </div> </div> </div> <div id="nav_wrapper"> <div id="navigation"> <nav id="main-menu" class="clearfix" role="navigation"> <a href="/" title="Home" rel="home" id="nav_logo"><img src="https://www.ahlanlive.com/sites/all/themes/ahlan_returns/logo.png" alt="Home" class="header__logo-image" /></a> <ul class="menu"><li class="menu__item is-active-trail is-expanded menu__item is-active-trail is-expanded first expanded active-trail menu-pink"><a href="/celebrities" class="menu__link is-active-trail menu__link is-active-trail active-trail">Celebs</a><ul class="menu"><li class="menu__item is-active-trail is-leaf menu__item is-active-trail is-leaf first leaf active-trail"><a href="/celebrities/news" class="menu__link is-active-trail menu__link is-active-trail active-trail">Celeb News</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/celebrities/features" class="menu__link menu__link">Celeb Features</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/celebrities/a-z" class="menu__link menu__link">Celebs A - Z</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/celebrities/celeb-photos" class="menu__link menu__link">Celeb Galleries</a></li> <li class="menu__item is-leaf last leaf menu-views"><div class="view view-others view-id-others view-display-id-block_36 clearfix view-dom-id-063018609f61d7225cfd0feccca150ee"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/Kate Hudson-Gwyneth Paltrow-Zoe Saldana-Dubai" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/Kate Hudson-Gwyneth Paltrow-Zoe Saldana-Dubai"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/16/gwyneth.gif?itok=3CKgCM41&amp;c=8848ddfee689e930a94ac51d8e07d7b1" width="70" height="70" alt="Ooh what are Kate Hudson, Gwyneth Paltrow and Zoe Saldana doing in Dubai?" title="Ooh what are Kate Hudson, Gwyneth Paltrow and Zoe Saldana doing in Dubai?" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/Kate Hudson-Gwyneth Paltrow-Zoe Saldana-Dubai">Ooh what are Kate Hudson, Gwyneth Paltrow and Zoe Saldana doing in Dubai? </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Our invite must have been lost in the post </div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/ahlan-top-5-featuring-human-ken-doll-rodrigo-alves-637701.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/ahlan-top-5-featuring-human-ken-doll-rodrigo-alves-637701.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/11/roddy-.jpg?itok=xB4EzdPv&amp;c=c95b241d73c5df81544475f183f200dc" width="70" height="70" alt="Ahlan! Top 5 featuring Human Ken Doll, Rodrigo Alves" title="Ahlan! Top 5 featuring Human Ken Doll, Rodrigo Alves" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/ahlan-top-5-featuring-human-ken-doll-rodrigo-alves-637701.html">Ahlan! Top 5 featuring Human Ken Doll, Rodrigo Alves</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">The world-famous TV star and tabloid darling shares his thoughts on the week&amp;...</div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/beyonce-coachella-documentary-neflix-homecoming-637690.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/beyonce-coachella-documentary-neflix-homecoming-637690.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/09/beyonce-coachella-festival-netflix-documentary.jpg?itok=jVT1XLuO&amp;c=448c66550ecc477bf089e4a22849f4c3" width="70" height="70" alt="Beyoncé is releasing a Coachella documentary on Netflix" title="Beyoncé is releasing a Coachella documentary on Netflix" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/beyonce-coachella-documentary-neflix-homecoming-637690.html">Beyoncé is releasing a Coachella documentary on Netflix </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Very available for this </div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even views-row-last"> <div about="/britney-spears-mental-health-facility-jamie-637685.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/britney-spears-mental-health-facility-jamie-637685.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/07/britney-.jpg?itok=r6ZfPWXJ&amp;c=6cbe9b2085605835785351b442481056" width="70" height="70" alt="Everything we know about Britney Spears &amp; why she checked into a mental health facility" title="Everything we know about Britney Spears &amp; why she checked into a mental health facility" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/britney-spears-mental-health-facility-jamie-637685.html">Everything we know about Britney Spears &amp; why she checked into a mental health facility </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">She's said to be suffering from emotional distress </div></div></div> </div> </div> </div> </div> </div></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded menu-blue"><a href="/in-the-uae" class="menu__link menu__link">In the UAE</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/in-the-uae/my-dubai" class="menu__link menu__link">My Dubai</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/restaurants" class="menu__link menu__link">Restaurants</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/bars-and-clubs" class="menu__link menu__link">Bars &amp; Clubs</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/dubai-ladies-nights" class="menu__link menu__link">Ladies Night&#039;s</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/features" class="menu__link menu__link">Entertainment Features</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/reviews" class="menu__link menu__link">Movie Reviews</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/local-news" class="menu__link menu__link">Local News</a></li> <li class="menu__item is-leaf last leaf menu-views"><div class="view view-others view-id-others view-display-id-block_36 clearfix view-dom-id-1038ca44efdcb9777f33f222f3d26ad0"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/masterchef-tv-experience-restaurant-dubai-today-637716.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/masterchef-tv-experience-restaurant-dubai-today-637716.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/17/MasterChef-%E2%80%93-The-TV-Experience-Rendering_1.jpg?itok=gn6xntlp&amp;c=94cddbec653b2af883d349d9d61a5eab" width="70" height="70" alt="MasterChef the TV Experience restaurant is opening in Dubai" title="MasterChef the TV Experience restaurant is opening in Dubai" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/masterchef-tv-experience-restaurant-dubai-today-637716.html">MasterChef the TV Experience restaurant is opening in Dubai</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">There are cool surprises for diners </div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/la-cantine-du-faubourg-easter-brunch-dubai-637687.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/la-cantine-du-faubourg-easter-brunch-dubai-637687.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/08/brunch-cantine-du-faubourg-easter-dubai.jpg?itok=qYB9EVSQ&amp;c=fcd732f77709156c5264af6552ac835a" width="70" height="70" alt="La Cantine du Faubourg&#039;s Easter brunch is all kinds of goodness" title="La Cantine du Faubourg&#039;s Easter brunch is all kinds of goodness" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/la-cantine-du-faubourg-easter-brunch-dubai-637687.html">La Cantine du Faubourg&#039;s Easter brunch is all kinds of goodness</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Sign us up </div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/brunch-review-the-meat-co-souk-al-bahar-637619.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/brunch-review-the-meat-co-souk-al-bahar-637619.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/01/meat-1.jpg?itok=9cofbiqj&amp;c=1336a1481eb7657430806caef54c445a" width="70" height="70" alt="Brunch review: The Meat Co, Souk Al Bahar" title="Brunch review: The Meat Co, Souk Al Bahar" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/brunch-review-the-meat-co-souk-al-bahar-637619.html">Brunch review: The Meat Co, Souk Al Bahar</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">An African feast in the heart of Dubai </div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even views-row-last"> <div about="/dinner-review-la-carnita-intercontinental-hotel-dubai-marina-637615.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/dinner-review-la-carnita-intercontinental-hotel-dubai-marina-637615.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/01/la-carnita-1.JPG?itok=OYzw6IPL&amp;c=8cf81d7bf8c1310d97ead6c5cc4c6552" width="70" height="70" alt="Dinner review: La Carnita, Intercontinental Hotel, Dubai Marina" title="Dinner review: La Carnita, Intercontinental Hotel, Dubai Marina" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/dinner-review-la-carnita-intercontinental-hotel-dubai-marina-637615.html">Dinner review: La Carnita, Intercontinental Hotel, Dubai Marina</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">We love Latin America's cuisine, music and party vibes. And guess what?...</div></div></div> </div> </div> </div> </div> </div></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded menu-blue menu-3-cols"><a href="/photos" class="menu__link menu__link">Party Pics</a><ul class="menu"><li class="menu__item is-leaf first last leaf menu-views"><div class="view view-others view-id-others view-display-id-block_37 clearfix view-dom-id-31321d5880a380ddb8c56f9c8e606b34"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/ahlan-magazine-fashion-fillies-dubai-world-cup-party-in-pictures-637651.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-gallery view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/ahlan-magazine-fashion-fillies-dubai-world-cup-party-in-pictures-637651.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/03/EX6A0751.jpg?itok=WqQVxBVL" width="70" height="70" alt="Ahlan! &amp; Grazia&#039;s Fashion &amp; Fillies Dubai World Cup party in pictures" title="Ahlan! &amp; Grazia&#039;s Fashion &amp; Fillies Dubai World Cup party in pictures" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/ahlan-magazine-fashion-fillies-dubai-world-cup-party-in-pictures-637651.html">Ahlan! &amp; Grazia&#039;s Fashion &amp; Fillies Dubai World Cup party in pictures </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">The city's finest attended an evening of styling and show ponying ahead...</div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/ahlan-dinner-party-dubai-dine-with-luchador-mexican-637581.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-gallery view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/ahlan-dinner-party-dubai-dine-with-luchador-mexican-637581.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/03/31/luchardo_ahlan_021.JPG?itok=2EIH0I8w" width="70" height="70" alt="Dubai Party Pics: Dine with Ahlan! at Luchador Roof Cantina &amp; Lounge" title="Dubai Party Pics: Dine with Ahlan! at Luchador Roof Cantina &amp; Lounge" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/ahlan-dinner-party-dubai-dine-with-luchador-mexican-637581.html">Dubai Party Pics: Dine with Ahlan! at Luchador Roof Cantina &amp; Lounge</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Influencers and VIPs joined us to celebrate the Mexican restaurant's 1st...</div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/photos/dubai-ahlan-zeta-restaurant-address-downtown-637326.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-gallery view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/photos/dubai-ahlan-zeta-restaurant-address-downtown-637326.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/01/24/dine-with-ahlan-zeta-address-downtown-venue-11.jpg?itok=5W-PwKg4" width="70" height="70" alt="Dubai Party Pics: Dine With Ahlan! At ZETA restaurant in the Address Downtown" title="Dubai Party Pics: Dine With Ahlan! At ZETA restaurant in the Address Downtown" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/photos/dubai-ahlan-zeta-restaurant-address-downtown-637326.html">Dubai Party Pics: Dine With Ahlan! At ZETA restaurant in the Address Downtown</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">The city’s glitterati gathered to join Team Ahlan! and the chairman of Emaar...</div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even"> <div about="/photos/dubai-party-pics-manolo-blahniks-a-decade-of-love-launch-637132.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-gallery view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/photos/dubai-party-pics-manolo-blahniks-a-decade-of-love-launch-637132.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/12/18/Zahirah-Marty.jpg?itok=63PaUGhO" width="70" height="70" alt="Dubai Party Pics: Manolo Blahnik&#039;s A Decade Of Love Launch" title="Dubai Party Pics: Manolo Blahnik&#039;s A Decade Of Love Launch" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/photos/dubai-party-pics-manolo-blahniks-a-decade-of-love-launch-637132.html">Dubai Party Pics: Manolo Blahnik&#039;s A Decade Of Love Launch</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Fashionistas gathered to celebrate the 10th Anniversary of Manolo Blahnik’s...</div></div></div> </div> </div> </div> <div class="views-row views-row-5 views-row-odd"> <div about="/photos/dubai-party-pics-the-ahlan-christmas-party-at-opa-637107.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-gallery view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/photos/dubai-party-pics-the-ahlan-christmas-party-at-opa-637107.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/12/17/names_OPA_AhlanXmasParty-AHL_15_10285919.jpg?itok=qSmd4vmG" width="70" height="70" alt="Dubai Party Pics: The Ahlan! Christmas Party At Opa" title="Dubai Party Pics: The Ahlan! Christmas Party At Opa" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/photos/dubai-party-pics-the-ahlan-christmas-party-at-opa-637107.html">Dubai Party Pics: The Ahlan! Christmas Party At Opa</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Friends of Ahlan! gathered at cool new Greek restaurant Opa at the Fairmont...</div></div></div> </div> </div> </div> <div class="views-row views-row-6 views-row-even views-row-last"> <div about="/photos/dubai-party-pics-a-culinary-journey-by-anantara-the-palm-dubai-resort-launch-636862.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-gallery view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/photos/dubai-party-pics-a-culinary-journey-by-anantara-the-palm-dubai-resort-launch-636862.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/11/25/Steven-Bond-Matthew-McQueen-Jean-Francois-Laurent---Hana-Fuchs.jpg?itok=Q4vSR1rV&amp;c=a0a5759ec3a2cda7c5bb6097a78e2cbe" width="70" height="70" alt="Dubai Party Pics: &#039;A Culinary Journey&#039; By Anantara The Palm Dubai Resort Launch" title="Dubai Party Pics: &#039;A Culinary Journey&#039; By Anantara The Palm Dubai Resort Launch" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/photos/dubai-party-pics-a-culinary-journey-by-anantara-the-palm-dubai-resort-launch-636862.html">Dubai Party Pics: &#039;A Culinary Journey&#039; By Anantara The Palm Dubai Resort Launch</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">The hotel's Executive Chef, Maurice Fitzgerald, launched the exciting...</div></div></div> </div> </div> </div> </div> </div></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded menu-pink"><a href="/fashion" class="menu__link menu__link">Style</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/fashion/features" class="menu__link menu__link">Fashion Features</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/beauty/features" class="menu__link menu__link">Beauty Features</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/fashion/galleries" class="menu__link menu__link">Fashion Galleries</a></li> <li class="menu__item is-leaf last leaf menu-views"><div class="view view-others view-id-others view-display-id-block_36 clearfix view-dom-id-97706fded0287ad3b7a7b8d5242e4b6e"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/modest-fashion-beauty-weekend-yas-mall-abu-dhabi637542.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-gallery view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/modest-fashion-beauty-weekend-yas-mall-abu-dhabi637542.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/03/14/modest-fashion-weekend-beauty-yas-mall-abu-dhabi.JPG?itok=2eKNpkyn&amp;c=dc9eb6b51f06a3103a2ca9e2e1270892" width="70" height="70" alt="All the best bits from Modest Fashion &amp; Beauty Weekend at Yas Mall" title="All the best bits from Modest Fashion &amp; Beauty Weekend at Yas Mall" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/modest-fashion-beauty-weekend-yas-mall-abu-dhabi637542.html">All the best bits from Modest Fashion &amp; Beauty Weekend at Yas Mall</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">What a weekend </div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/dubai-shopping-festival-dubai-festival-city-shop-the-night-aways-discounts-deals-fashion-lifestyle-637338.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/dubai-shopping-festival-dubai-festival-city-shop-the-night-aways-discounts-deals-fashion-lifestyle-637338.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/01/29/dubai-shopping-festival-dubai-festival-city-shop-the-night-aways-discounts-deals-fashion-lifestyle.jpg?itok=1oWmtY-9&amp;c=6dbe6efcafa000e747fb6a02186d91b8" width="70" height="70" alt="The Final Edition Of Shop The Night Away Takes Place This Wednesday" title="The Final Edition Of Shop The Night Away Takes Place This Wednesday" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/dubai-shopping-festival-dubai-festival-city-shop-the-night-aways-discounts-deals-fashion-lifestyle-637338.html">The Final Edition Of Shop The Night Away Takes Place This Wednesday</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">And, it's all happening at Dubai Festival City </div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/dubai-sales-discounts-shop-the-night-away-dfs-dubai-shopping-festival-637299.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/dubai-sales-discounts-shop-the-night-away-dfs-dubai-shopping-festival-637299.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/01/21/Mall-of-the-Emirates.jpg?itok=Wl4hlQgC&amp;c=ec50d6e3f7bec12444267d62efef82b1" width="70" height="70" alt="Shop The Night Away Is Back With More Deals And Fun!" title="Shop The Night Away Is Back With More Deals And Fun!" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/dubai-sales-discounts-shop-the-night-away-dfs-dubai-shopping-festival-637299.html">Shop The Night Away Is Back With More Deals And Fun! </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Promotion: This time round, it's all happening at Mall of the Emirates</div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even views-row-last"> <div about="/festive-fashion-ahlan-pandora-underwater-shoot-636908.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/festive-fashion-ahlan-pandora-underwater-shoot-636908.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/11/29/Copy-Of-_D3A7721-Edit_1.jpg?itok=-QGAQcZ3&amp;c=ef53e7373a052a863d36a9e81aff112b" width="70" height="70" alt="Festive Fashion: Must-Have Sparkling Pieces This Season" title="Festive Fashion: Must-Have Sparkling Pieces This Season" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/festive-fashion-ahlan-pandora-underwater-shoot-636908.html">Festive Fashion: Must-Have Sparkling Pieces This Season</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Sponsored: Add some essential shine to your wardrobe this winter, with...</div></div></div> </div> </div> </div> </div> </div></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded menu-olive-green"><a href="/health" class="menu__link menu__link">Diets</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/health/recipes" class="menu__link menu__link">Health Recipes</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/health/diets" class="menu__link menu__link">Diets A-z</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/health/features" class="menu__link menu__link">Health Features</a></li> <li class="menu__item is-leaf last leaf menu-views"><div class="view view-others view-id-others view-display-id-block_36 clearfix view-dom-id-f5be5208094fc20b4af185c532b4f003"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/marks-spencer-vegan-friendly-range-plant-kitchen-dubai-637679.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/marks-spencer-vegan-friendly-range-plant-kitchen-dubai-637679.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/07/Margherita-Pizza-marks-spencer-dubai-vegan.jpg?itok=A4hOvzIF&amp;c=fcd732f77709156c5264af6552ac835a" width="70" height="70" alt="Ooh! Marks &amp; Spencer launches vegan-friendly food range" title="Ooh! Marks &amp; Spencer launches vegan-friendly food range" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/marks-spencer-vegan-friendly-range-plant-kitchen-dubai-637679.html">Ooh! Marks &amp; Spencer launches vegan-friendly food range </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Loved by celebs, plant-based diets continue to grow in the UAE </div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/how-to-sugar-detox-without-hating-your-life-637611.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/how-to-sugar-detox-without-hating-your-life-637611.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/01/shutterstock_1011447838.jpg?itok=q_eCUhct&amp;c=fb0ec2f1d92e5f883df7db3bd3eb14bf" width="70" height="70" alt="How to sugar detox... without hating your life!" title="How to sugar detox... without hating your life!" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/how-to-sugar-detox-without-hating-your-life-637611.html">How to sugar detox... without hating your life!</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Social media influencer and Kcal nutritional director, Lauren Jacobsen,...</div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/my-sixpak-review-a-meal-plan-with-a-difference-637137.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/my-sixpak-review-a-meal-plan-with-a-difference-637137.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/12/24/3.jpg?itok=oHyWibli&amp;c=d8b391c53733c8a085fd4d4e5bb05dde" width="70" height="70" alt="My SixPak Review: A Meal Plan With A Difference" title="My SixPak Review: A Meal Plan With A Difference" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/my-sixpak-review-a-meal-plan-with-a-difference-637137.html">My SixPak Review: A Meal Plan With A Difference </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Staying healthy when you're always on the go can be challenging</div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even views-row-last"> <div about="/guavapass-vs-classpass-which-one-is-the-best-636833.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/guavapass-vs-classpass-which-one-is-the-best-636833.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/11/21/shutterstock_311631572.jpg?itok=iQRNAGpj&amp;c=12138317a3c9b87ae6bf422f964a7846" width="70" height="70" alt="GuavaPass vs ClassPass: Which one is the best?" title="GuavaPass vs ClassPass: Which one is the best?" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/guavapass-vs-classpass-which-one-is-the-best-636833.html">GuavaPass vs ClassPass: Which one is the best?</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Fitness fanatics are spoiled for choice with both ClassPass and GuavaPass...</div></div></div> </div> </div> </div> </div> </div></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded menu-olive-green"><a href="/life" class="menu__link menu__link">Life</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/life/you" class="menu__link menu__link">You</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/your-home" class="menu__link menu__link">Your Home</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/cash-careers" class="menu__link menu__link">Cash &amp; Careers</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/relationships" class="menu__link menu__link">Relationships</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/a-list-weddings" class="menu__link menu__link">A! List Weddings</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/recipes" class="menu__link menu__link">Recipes</a></li> <li class="menu__item is-leaf last leaf menu-views"><div class="view view-others view-id-others view-display-id-block_36 clearfix view-dom-id-0fbdd80e1bfe30b8e6afb919c686e452"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/fuel-weekend-W-hotel-Dubai-the-palm-fitness-vacation-637663.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/fuel-weekend-W-hotel-Dubai-the-palm-fitness-vacation-637663.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/04/04/WET-Deck.jpg?itok=L38AlfBo&amp;c=2f1064d2a8c786b35a00b0af176a8f8a" width="70" height="70" alt="W Dubai The Palm is launching an epic fitness-focused vacation package" title="W Dubai The Palm is launching an epic fitness-focused vacation package" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/fuel-weekend-W-hotel-Dubai-the-palm-fitness-vacation-637663.html">W Dubai The Palm is launching an epic fitness-focused vacation package </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">We want in </div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/drift-beach-private-beach-cabana-dubai-637490.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/drift-beach-private-beach-cabana-dubai-637490.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/03/03/cabana-beach-drift-dubai.jpg?itok=Y2WGVC0v&amp;c=8ac13ad74ba6e2b1a7a56e95759b5a84" width="70" height="70" alt="DRIFT Beach has opened a private cabana and we want in" title="DRIFT Beach has opened a private cabana and we want in" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/drift-beach-private-beach-cabana-dubai-637490.html">DRIFT Beach has opened a private cabana and we want in </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">It's so Insta-friendly it hurts </div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/color-run-2018-perfect-photo-iphone-636730.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/color-run-2018-perfect-photo-iphone-636730.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/11/08/The-Color-Run-Hero-Tour-2.jpg?itok=a8E1SDqe" width="70" height="70" alt="How To Take The Perfect Color Run Photo" title="How To Take The Perfect Color Run Photo" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/color-run-2018-perfect-photo-iphone-636730.html">How To Take The Perfect Color Run Photo</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Because we all know it's Instagram-gold</div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even views-row-last"> <div about="/instagram-launched-a-bunch-of-amazing-new-features-today-634103.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/instagram-launched-a-bunch-of-amazing-new-features-today-634103.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/06/27/shutterstock_665858467.jpg?itok=NpenQ6eN&amp;c=d2af689c76a4d0addf4f8af95965e5ce" width="70" height="70" alt="Instagram launched a bunch of amazing new features today" title="Instagram launched a bunch of amazing new features today" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/instagram-launched-a-bunch-of-amazing-new-features-today-634103.html">Instagram launched a bunch of amazing new features today</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">You can even do video chats with your loved ones! Here’s how to get started…</div></div></div> </div> </div> </div> </div> </div></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded menu-yellow"><a href="/travel" class="menu__link menu__link">Travel</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/travel/uae-hotel-reviews" class="menu__link menu__link">UAE Hotel Reviews</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/travel/travel-features" class="menu__link menu__link">Travel Features</a></li> <li class="menu__item is-leaf last leaf menu-views"><div class="view view-others view-id-others view-display-id-block_36 clearfix view-dom-id-f604bbaf4f961271de77179f6d386ca4"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/travel-dubai-oman-UAE-muscat-RTA-637470.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/travel-dubai-oman-UAE-muscat-RTA-637470.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2019/02/27/dubai-UAE-travel-muscat-oman-RTA.jpg?itok=MP4do77w&amp;c=fcd732f77709156c5264af6552ac835a" width="70" height="70" alt="There&#039;s a new way to get from Dubai to Oman (and it doesn&#039;t involve a car)" title="There&#039;s a new way to get from Dubai to Oman (and it doesn&#039;t involve a car)" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/travel-dubai-oman-UAE-muscat-RTA-637470.html">There&#039;s a new way to get from Dubai to Oman (and it doesn&#039;t involve a car) </a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">No car? No problem </div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/british-airways-announces-fantastic-offers-for-uae-residents-628730.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/british-airways-announces-fantastic-offers-for-uae-residents-628730.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2018/01/15/3.-British-Airways---B777-Aircraft.jpg?itok=mQasoxtf&amp;c=ddb0d2f435233c2dbe05b4c40be99760" width="70" height="70" alt="British Airways announces fantastic offers for UAE residents" title="British Airways announces fantastic offers for UAE residents" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/british-airways-announces-fantastic-offers-for-uae-residents-628730.html">British Airways announces fantastic offers for UAE residents</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Start planning your next holiday!</div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/still-havent-booked-your-festive-holiday-british-airways-has-announced-a-massive-sale-626061.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/still-havent-booked-your-festive-holiday-british-airways-has-announced-a-massive-sale-626061.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2017/11/05/1.-British-Airways---Geneva.jpg?itok=eWVAfPpj&amp;c=587b1906c3f1a64e59b1f08a78a2f08e" width="70" height="70" alt="Still haven&#039;t booked your festive holiday? British Airways has announced a MASSIVE sale!" title="Still haven&#039;t booked your festive holiday? British Airways has announced a MASSIVE sale!" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/still-havent-booked-your-festive-holiday-british-airways-has-announced-a-massive-sale-626061.html">Still haven&#039;t booked your festive holiday? British Airways has announced a MASSIVE sale!</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Get affordable flights for 12 top holiday destinations </div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even views-row-last"> <div about="/surfs-up-this-summer-601274.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-menu_list_view clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/surfs-up-this-summer-601274.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/square_70/public/images/2016/07/18/IMG_0181.jpg?itok=1SfYKdRD" width="70" height="70" alt="Surf&#039;s Up at Gili Lankanfushi" title="Surf&#039;s Up at Gili Lankanfushi" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/surfs-up-this-summer-601274.html">Surf&#039;s Up at Gili Lankanfushi</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Escape the UAE heat this summer and enjoy a luxury surfing trip to the...</div></div></div> </div> </div> </div> </div> </div></li> </ul></li> <li class="menu__item is-leaf menu__item is-leaf leaf menu-black"><a href="/competitions" class="menu__link menu__link">Competitions</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf menu-black"><a href="/dwc" class="menu__link menu__link">DWC</a></li> <li class="menu__item is-expanded menu__item is-expanded last expanded hot-menu-item"><a href="/hot100" class="menu__link menu__link">Hot 100</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf hot100-people"><a href="/hot100/people" class="menu__link menu__link">People</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf hot100-resta"><a href="/hot100/restaurants" class="menu__link menu__link">Restaurants</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf hot100-homes"><a href="/hot100/homes" class="menu__link menu__link">Homes</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf hot100-bars"><a href="/hot100/bars-clubs" class="menu__link menu__link">Bars &amp; Clubs</a></li> </ul></li> </ul> </nav> </div> </div> </div> </div> </header> <div class="main-cnt-bx content-width"> <div class="region region-help"> <div id="block-block-53" class="block block-block sde-bn first last odd"> <style type="text/css"> #bg-bnr{width:100%;left:0;position:fixed;top:90px} .fixed-header #bg-bnr{position:fixed;top:200px;left:0;width:100%} #bg-bnr > .inside{max-width:1220px;margin:0 auto;position:relative} .bg-bnr{width:auto;max-width:none;position:absolute;top:0;margin-top:200px!important;cursor:pointer} .fixed-header .bg-bnr{margin-top:-130px !important} .bg-bnr-rgt{right:-160px} .bg-bnr-lft{left:-160px} .blk-bg-bnr{display: none;} @media only screen and (min-width: 1360px) { .blk-bg-bnr{display:block;} } @media only screen and (min-width: 1200px) and (max-width: 1535px) { .tw-sdbar-wrp .main-cnt-wrp{margin-right:340px} .sdbar-wrp-df .rgt-sdbar,.tw-sdbar-wrp .rgt-sdbar{width:300px} .nd-mrn {margin-right: 0;} /*.bg-bnr-rgt{right:0} .bg-bnr-lft{left:0}*/ } </style> <div id="bg-bnr"><div class="inside"><img class="bg-bnr bg-bnr-lft" src="/sites/all/themes/ahlan/cnt_images/placeholder/landscape.png" title="" alt="" /> <img class="bg-bnr bg-bnr-rgt" src="/sites/all/themes/timeout/cnt_images/placeholder/landscape.png" title="" alt="" /> <div id="banner2x2" class="ov-hidden"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner2x2"); }); </script> <div id="inner2x2"></div> <div class="side-bnr-wrp"> <div class="side-bnr content-width"> <div class="side-bnr-inr"> <div class="side-bnr-lft"></div> <div class="side-bnr-rgt"></div> </div> </div> </div> </div> </div> </div> <div class="clearfix" id="main"> <a id="main-content"></a> <div class="page-title_wrapper"> <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="custom-breadcrumb"><a href="/" itemprop="url"><span itemprop="title" class="breadcrumb-first">Home</span></a><div itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/celebrities" itemprop="url"><span itemprop="title">Celebrities</span></a></div></div> </div> <div id="content" class="column" role="main"> <div class="panel-flexible width-override clearfix" > <div class="panel-flexible-inside width-override-inside"> <div class="panels-flexible-row panels-flexible-row-width-override-main-row panels-flexible-row-first clearfix"> <div class="inside panels-flexible-row-inside panels-flexible-row-width-override-main-row-inside panels-flexible-row-inside-first clearfix"> <div class="panels-flexible-region panels-flexible-region-width-override-content_top panels-flexible-region-first panels-flexible-region-last "> <div class="inside panels-flexible-region-inside panels-flexible-region-width-override-content_top-inside panels-flexible-region-inside-first panels-flexible-region-inside-last"> </div> </div> </div> </div> <div class="panels-flexible-row panels-flexible-row-width-override-1 clearfix "> <div class="inside panels-flexible-row-inside panels-flexible-row-width-override-1-inside clearfix"> <div class="panels-flexible-region panels-flexible-region-width-override-col_left panels-flexible-region-first main-content"> <div class="inside panels-flexible-region-inside panels-flexible-region-width-override-col_left-inside panels-flexible-region-inside-first"> <div class="panel-pane pane-node-content mb pb big-title panel-article-wrapper" > <div class="node-content-view article-content-view"> <div class="small-picture article_container clearfix"> <div class="related-container"> <div class="author-det"> <span class="created"><span class="created-date">07</span><span class="created-month">April</span><span class="created-year">2013</span></span> <div class="create-author"><!-- print only created date if author details not exists refer: shortlist_general.module--> <!-- print author details along created date if author exists refer: shortlist_general.module--> </div> <div id="a-article-share" class="clearfix "> <div class="addthis_responsive_sharing"></div> </div> </div> <div class="related-articles-block"> <h2>Related Articles</h2> <div class="related-item"><a href="/gwyneth-paltrow-defends-kim-kardashian-251019.html"><img class="rel-img" typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/04/05/Gwyneth%2BPaltrow.jpg?itok=Q-FoEpH2" width="200" height="130" alt="Gwyneth Paltrow Defends Kim Kardashian" title="Gwyneth Paltrow Defends Kim Kardashian" /></a><h3><a href="/gwyneth-paltrow-defends-kim-kardashian-251019.html" title="Gwyneth Paltrow Defends Kim Kardashian">Gwyneth Paltrow Defends Kim Kardashian</a></h3><div class="rel-leadtext">Kim Kardashian&#039;s got herself a supporter as she faces all those jibes for gaining during pregnancy</div></div><div class="related-item"><a href="/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html"><img class="rel-img" typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/05/14/Gwyneth%2BPaltrow_14.jpg?itok=4jjIITDc" width="200" height="130" alt="Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet" title="Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet" /></a><h3><a href="/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html" title="Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet">Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet</a></h3><div class="rel-leadtext">Gwyneth Paltrow dishes on how she relaxes her family&#039;s strict food regime so her kids can enjoy a weekly sugary treat</div></div><div class="related-item"><a href="/gwyneth-paltrow%E2%80%99s-hypo-246679.html"><img class="rel-img" typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/05/14/CM8033224%2540wenn20190515.jpg?itok=BhGkMQVB" width="200" height="130" alt="Gwyneth Paltrow’s a Hypo" title="Gwyneth Paltrow’s a Hypo" /></a><h3><a href="/gwyneth-paltrow%E2%80%99s-hypo-246679.html" title="Gwyneth Paltrow’s a Hypo">Gwyneth Paltrow’s a Hypo</a></h3><div class="rel-leadtext">Gwyneth Paltrow&#039;s diet talk is wearing thin</div></div><div class="related-item"><a href="/jessica-alba-takes-dig-gwyneth-paltrow-245786.html"><img class="rel-img" typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/03/20/Jessica%2BAlba.jpg?itok=1XDwsrZe" width="200" height="130" alt="Jessica Alba Takes a Dig at Gwyneth Paltrow" title="Jessica Alba Takes a Dig at Gwyneth Paltrow" /></a><h3><a href="/jessica-alba-takes-dig-gwyneth-paltrow-245786.html" title="Jessica Alba Takes a Dig at Gwyneth Paltrow">Jessica Alba Takes a Dig at Gwyneth Paltrow</a></h3><div class="rel-leadtext">Ooh, celeb catfight alert! Jessica Alba thinks her lifestyle tips are &quot;much more grounded&quot; than Gwyneth Paltrow&#039;s... here&#039;s why!</div></div> </div> </div> <div class="article-group"> <h1 class="node-title">Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!</h1> <div class="lead-text">From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow&#039;s A-list pals joined in!</div> <div class=" article_details_wrapper"> <div id="article-details" class="clearfix"> <div class="sub-name"> <!-- print only created date if author details not exists refer: shortlist_general.module--> <!-- print author details along created date if author exists refer: shortlist_general.module--> </div> <div id="a-article-share" class="clearfix "> <div id="article-social-media" class="pull-left"><div class="addthis_responsive_sharing"></div></div> </div> </div> </div> <div class="article_small clearfix"> <!--Leader board container--> <div class="leader-board-container"> </div> <div class="image_container single-img"> <div class="gal_image_container"> <div id="article-image-slider" class="article-image-slider owl-carousel"> <div class="field-image-wrapper"><div class="article-image"><div class="credit-image-wrapper"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/landscape/public/images/2013/04/07/Gwyneth%2BPaltrow.jpg?itok=iPjpVUvE" alt="Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!" title="Gwyneth Paltrow&#039;s Starry Bash for Son Moses&#039; Birthday!" /></div><div class="caption"><div class="caption-theme">Gwyneth Paltrow</div></div></div></div> </div> </div> </div> <div class="body-content-wrapper"> <div class="body-content"> <p>Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses' birthday on Saturday (6 April).</p> <div class="am"><div id="banner1x1" > <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner1x1"); }); </script> </div></div> <p>The 40-year-old actress - who released her new healthy cook book <em>It's All Good </em>and launched her fourth fitness studio with exercise expert Tracy Anderson in Los Angeles this week - and her Coldplay star husband Chris Martin were joined by guests including Kate Hudson, Tobey McGuire, Cameron Diaz, Gwen Stefani and Joel Madden, as well as all their children, at their new mansion in Brentwood, California to celebrate ahead of their son's seventh birthday on 8 April.</p> <p>A source told E! News: "Chris Martin was walking around the party barefoot, totally relaxed and having a good time. He spent a lot of time sitting with Maria Shriver and her kids chatting."</p> <p>"Kate Hudson talked to Jon Favreau for awhile. Everyone was dressed casually in summer clothes and sunglasses. It looked like a relaxed atmosphere where they could show off their new house and celebrate their son's birthday. People stayed all day and really enjoyed themselves."</p> <p>The celebrity children spent the day playing with hula-hoops, tabletop football, basketball and dancing on the lawn in the middle of the property.</p> <p>The <em>Iron Man 3 </em>star also put aside her strict gluten-free, low-carb diet and treated the guests to hamburgers, fries and several different types of salad.</p> <p>Noticeably absent from the bash were the couple's best pals Beyonce, Jay-Z and their daughter Blue Ivy Carter, who are currently celebrating their fifth wedding anniversary in Cuba.</p> <p><em>Good Charlotte </em>rocker Joel brought his two children Harlow and Sparrow but his wife Nicole Richie did not attend as she is on holiday in St Barts with friends including Jessica Alba.</p> </div> </div> </div> </div> </div> </div> </div> <div class="panel-pane pane-block pane-block-56 pane-block" > <div class="jarvis_visible"></div> </div> <div class="panel-pane pane-entity-field pane-node-field-story-relation two-col-view three-col-view group-below related-content-block block-title-br mb pb slick-relatedslide slider-block rc-art" > <h2 class="pane-title"><span class="col-blue">Related Articles</span></h2> <div class="field field-name-field-story-relation field-type-entityreference field-label-hidden"><div class="field-items"><div class="field-item even"><div about="/gwyneth-paltrow-defends-kim-kardashian-251019.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix"> <div class="group-left"> <div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/gwyneth-paltrow-defends-kim-kardashian-251019.html">Click to Explore</a></div></div></div><div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/gwyneth-paltrow-defends-kim-kardashian-251019.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/280px_250px_wide_landscape/public/images/2013/04/05/Gwyneth%2BPaltrow.jpg?itok=9mW882Xy" width="280" height="250" alt="Gwyneth Paltrow Defends Kim Kardashian" title="Gwyneth Paltrow Defends Kim Kardashian" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/gwyneth-paltrow-defends-kim-kardashian-251019.html">Gwyneth Paltrow Defends Kim Kardashian</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Kim Kardashian&#039;s got herself a supporter as she faces all those jibes for g</div></div></div> </div> </div> </div><div class="field-item odd"><div about="/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix"> <div class="group-left"> <div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html">Click to Explore</a></div></div></div><div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/280px_250px_wide_landscape/public/images/2013/05/14/Gwyneth%2BPaltrow_14.jpg?itok=6lXlCf93" width="280" height="250" alt="Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet" title="Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html">Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Gwyneth Paltrow dishes on how she relaxes her family&#039;s strict food regime s</div></div></div> </div> </div> </div><div class="field-item even"><div about="/gwyneth-paltrow%E2%80%99s-hypo-246679.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix"> <div class="group-left"> <div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/gwyneth-paltrow%E2%80%99s-hypo-246679.html">Click to Explore</a></div></div></div><div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/gwyneth-paltrow%E2%80%99s-hypo-246679.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/280px_250px_wide_landscape/public/images/2013/05/14/CM8033224%2540wenn20190515.jpg?itok=MtnOPUwF" width="280" height="250" alt="Gwyneth Paltrow’s a Hypo" title="Gwyneth Paltrow’s a Hypo" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/gwyneth-paltrow%E2%80%99s-hypo-246679.html">Gwyneth Paltrow’s a Hypo</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Gwyneth Paltrow&#039;s diet talk is wearing thin</div></div></div> </div> </div> </div><div class="field-item odd"><div about="/jessica-alba-takes-dig-gwyneth-paltrow-245786.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix"> <div class="group-left"> <div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/jessica-alba-takes-dig-gwyneth-paltrow-245786.html">Click to Explore</a></div></div></div><div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/jessica-alba-takes-dig-gwyneth-paltrow-245786.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/280px_250px_wide_landscape/public/images/2013/03/20/Jessica%2BAlba.jpg?itok=qLEktSBD" width="280" height="250" alt="Jessica Alba Takes a Dig at Gwyneth Paltrow" title="Jessica Alba Takes a Dig at Gwyneth Paltrow" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/jessica-alba-takes-dig-gwyneth-paltrow-245786.html">Jessica Alba Takes a Dig at Gwyneth Paltrow</a></h3></div></div></div><div class="field field-name-field-lead-text field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even">Ooh, celeb catfight alert!</div></div></div> </div> </div> </div></div></div> </div> <div class="panel-pane pane-entity-field pane-node-field-entity-people-relations people-relations-block" > <div class="field field-name-field-entity-people-relations field-type-entityreference field-label-hidden"><div class="field-items"><div class="field-item even"><div about="/celebrities/gwyneth-paltrow-247.html" typeof="sioc:Item foaf:Document" class="ds-4col node node-people node-promoted view-mode-3_col_teaser_sqr_img clearfix"> <div class="group-first"> <div class="field field-name-people-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even">More Gwyneth Paltrow Related Articles &amp; Photos</div></div></div> </div> <div class="group-second"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/celebrities/gwyneth-paltrow-247.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/146px_wide_square/public/images/2011/03/16/gw.jpg?itok=TexZTRq_" width="146" height="146" alt="Gwyneth Paltrow" title="Gwyneth Paltrow" /></a></div></div></div><div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/celebrities/gwyneth-paltrow-247.html">Read more</a></div></div></div> </div> <div class="group-third"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/celebrities/gwyneth-paltrow-247.html">Gwyneth Paltrow</a></h3></div></div></div><div class="field field-name-field-birth-country field-type-country field-label-hidden"><div class="field-items"><div class="field-item even">United States</div></div></div><div class="field field-name-field-occupation field-type-text field-label-hidden"><div class="field-items"><div class="field-item even">Actress</div></div></div> </div> <div class="group-fourth"> <div class="field field-name-related-articles field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><div class="view view-common view-id-common view-display-id-block_3 field-name-field-story-relation view-dom-id-2e4cde106528f76b699b9d50a697d8c4"> <div class="view-content"> <div class="item-list"> <ul class="field-item"> <li class=""> <div class="views-field views-field-title"> <span class="field-content"><a href="/gwyneth-paltrow-names-shames-brad-pitt-and-ben-affleck-544618.html">Gwyneth Paltrow Names &amp; Shames Brad Pitt and Ben Affleck</a></span> </div></li> <li class=""> <div class="views-field views-field-title"> <span class="field-content"><a href="/jlaw-and-chris-martin-split-532920.html">JLaw and Chris Martin Split Because of Gwyneth</a></span> </div></li> <li class=""> <div class="views-field views-field-title"> <span class="field-content"><a href="/gwyneth-paltrow-calls-chris-martin-father-of-the-year-531731.html">Gwyneth Paltrow Calls Chris Martin Father of the Year </a></span> </div></li> <li class=""> <div class="views-field views-field-title"> <span class="field-content"><a href="/photos/amfar-la-inspiration-gala-honoring-tom-ford-hosted-by-gwyneth-paltrow-531535.html">Gwyneth Paltrow, Molly Sims, Kelly Osbourne &amp; More Stars Attend the amfAR LA Inspiration Gala </a></span> </div></li> <li class=""> <div class="views-field views-field-title"> <span class="field-content"><a href="/jennifer-lawrence-chris-martin-call-it-quits-530877.html">Jennifer Lawrence &amp; Chris Martin Call it Quits </a></span> </div></li> </ul></div> </div> </div></div></div></div> </div> </div> </div></div></div> </div> <div class="panel-pane pane-custom pane-1" > <style type="text/css"> .body-content iframe[class="instagram-media"] { position: static !important; } </style> </div> </div> </div> <div class="panels-flexible-region panels-flexible-region-width-override-col_right panels-flexible-region-last right-sidebar"> <div class="inside panels-flexible-region-inside panels-flexible-region-width-override-col_right-inside panels-flexible-region-inside-last"> <div class="panel-pane pane-block pane-block-27 mb pb pane-block mb pb" > <div id="banner300x250" class="ads-inner-block"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner300x250"); }); </script> </div> </div> <div class="panel-pane pane-views pane-nodequeue title-large title-bg dontmiss-block mb pb title-bg-pink" > <h2 class="pane-title"><span>Don't Miss</span></h2> <div class="view view-nodequeue view-id-nodequeue view-display-id-block view-dom-id-49b72d63ec5de142836330db0c40db53"> <div class="view-content"> <div class="views-row views-row-1 views-row-odd views-row-first"> <div about="/Avengers- EndGame-screening-Dubai Cinemas- 24 hours" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/Avengers- EndGame-screening-Dubai Cinemas- 24 hours"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/130px_95px_wide_landscape/public/images/2019/04/22/cinema.gif?itok=JprTampE&amp;c=8cc2c5c546143ac1231d8bbc44343902" width="130" height="95" alt="The much awaited Avengers Endgame will be screened in Dubai Cinemas for 24 hours" title="The much awaited Avengers Endgame will be screened in Dubai Cinemas for 24 hours" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/Avengers- EndGame-screening-Dubai Cinemas- 24 hours">The much awaited Avengers Endgame will be screened in Dubai Cinemas for 24 hours </a></h3></div></div></div><div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/Avengers- EndGame-screening-Dubai Cinemas- 24 hours">read more</a></div></div></div> </div> </div> </div> <div class="views-row views-row-2 views-row-even"> <div about="/sandstorms-strong winds-dust clouds%2CNCM%2CUAE" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/sandstorms-strong winds-dust clouds%2CNCM%2CUAE"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/130px_95px_wide_landscape/public/images/2019/04/23/sandstorm.gif?itok=ecCfoJ7_&amp;c=8cc2c5c546143ac1231d8bbc44343902" width="130" height="95" alt="Attention! Sandstorms and strong winds expected to hit the UAE" title="Attention! Sandstorms and strong winds expected to hit the UAE" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/sandstorms-strong winds-dust clouds%2CNCM%2CUAE">Attention! Sandstorms and strong winds expected to hit the UAE </a></h3></div></div></div><div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/sandstorms-strong winds-dust clouds%2CNCM%2CUAE">read more</a></div></div></div> </div> </div> </div> <div class="views-row views-row-3 views-row-odd"> <div about="/a-list-hotel-review-como-metropolitan-london-637745.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/a-list-hotel-review-como-metropolitan-london-637745.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/130px_95px_wide_landscape/public/images/2019/04/24/como-metropolitan-london-exterior.jpg?itok=iM4CeO7D&amp;c=54617e91cb01fb414c03f04e28cacbd3" width="130" height="95" alt="A! List Hotel Review: Como Metropolitan London" title="A! List Hotel Review: Como Metropolitan London" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/a-list-hotel-review-como-metropolitan-london-637745.html">A! List Hotel Review: Como Metropolitan London</a></h3></div></div></div><div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/a-list-hotel-review-como-metropolitan-london-637745.html">read more</a></div></div></div> </div> </div> </div> <div class="views-row views-row-4 views-row-even"> <div about="/Mona-Kattan-engagement-party-finace-huda boss-kattan-sisters-dubai-dominic-nowell-barnes" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/Mona-Kattan-engagement-party-finace-huda boss-kattan-sisters-dubai-dominic-nowell-barnes"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/130px_95px_wide_landscape/public/images/2019/04/24/mona.gif?itok=CyBYdx9u&amp;c=c0bf7c65da05a465b9b32b2dfb6a0286" width="130" height="95" alt="Mona Kattan confirms she&#039;s engaged!" title="Mona Kattan confirms she&#039;s engaged!" /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/Mona-Kattan-engagement-party-finace-huda boss-kattan-sisters-dubai-dominic-nowell-barnes">Mona Kattan confirms she&#039;s engaged!</a></h3></div></div></div><div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/Mona-Kattan-engagement-party-finace-huda boss-kattan-sisters-dubai-dominic-nowell-barnes">read more</a></div></div></div> </div> </div> </div> <div class="views-row views-row-5 views-row-odd views-row-last"> <div about="/secret party-zaya-nurai-island-weekend-abu dhabi-637754.html" typeof="sioc:Item foaf:Document" class="ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix"> <div class="group-left"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/secret party-zaya-nurai-island-weekend-abu dhabi-637754.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/130px_95px_wide_landscape/public/images/2019/04/25/island-photo-1-lead.gif?itok=HlrXBgzL&amp;c=8cc2c5c546143ac1231d8bbc44343902" width="130" height="95" alt="There is a &#039;secret&#039; party happening on Nurai Island that you need to know about..." title="There is a &#039;secret&#039; party happening on Nurai Island that you need to know about..." /></a></div></div></div> </div> <div class="group-right"> <div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/secret party-zaya-nurai-island-weekend-abu dhabi-637754.html">There is a &#039;secret&#039; party happening on Nurai Island that you need to know about... </a></h3></div></div></div><div class="field field-name-node-link field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/secret party-zaya-nurai-island-weekend-abu dhabi-637754.html">read more</a></div></div></div> </div> </div> </div> </div> </div> </div> <div class="panel-pane pane-block pane-block-39 pane-block mb pb" > <div id="banner300x251" class="ads-inner-block"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner300x251"); }); </script> </div> </div> <div class="panel-pane pane-views pane-slideshow live-tv-block mb pb pager-marker" > <h2 class="pane-title"><span>Ahlan! Live TV</span></h2> <div class="view view-id-slideshow view-display-id-block view-dom-id-6ad42c26491a1de05c2b503ec913dabd"> <div class="view-content single-slick-slider"> <div class="views-row views-row-1 views-row-odd views-row-first item "> <div about="/Prince Louis-first birthday- photos-revealed-kensignton palace" typeof="sioc:Item foaf:Document" class="ds-1col node node-article-listing view-mode-1_col_70x90px_portrait clearfix"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/Prince Louis-first birthday- photos-revealed-kensignton palace"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/115px_140px_wide_portrait/public/images/2019/04/23/louis--final.gif?itok=nPYI4U6r&amp;c=1f8e396f6a33ad24ffc2b75f9d272290" width="115" height="140" alt="Aww! Pictures of Prince Louis on his first birthday have been released" title="Aww! Pictures of Prince Louis on his first birthday have been released" /></a></div></div></div><div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/Prince Louis-first birthday- photos-revealed-kensignton palace">Aww! Pictures of Prince Louis on his first birthday have been released </a></h3></div></div></div></div> </div> <div class="views-row views-row-2 views-row-even item "> <div about="/etihad-airways-single-use-plastic-free-flight-earth-day-abu-dhabi-brisbane-637732.html" typeof="sioc:Item foaf:Document" class="ds-1col node node-article-listing view-mode-1_col_70x90px_portrait clearfix"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/etihad-airways-single-use-plastic-free-flight-earth-day-abu-dhabi-brisbane-637732.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/115px_140px_wide_portrait/public/images/2019/04/22/flight-.jpg?itok=e_E7CRwq&amp;c=c99ccb3dce4638e78957ea57204e8bc3" width="115" height="140" alt="Etihad Airways is running a single-use plastic-free flight today" title="Etihad Airways is running a single-use plastic-free flight today" /></a></div></div></div><div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/etihad-airways-single-use-plastic-free-flight-earth-day-abu-dhabi-brisbane-637732.html">Etihad Airways is running a single-use plastic-free flight today </a></h3></div></div></div></div> </div> <div class="views-row views-row-3 views-row-odd item "> <div about="/instagrammable-hotel-world-abu-dhabi-middle-east-instagram-Qasr Al Sarab-637724.html" typeof="sioc:Item foaf:Document" class="ds-1col node node-article-listing view-mode-1_col_70x90px_portrait clearfix"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/instagrammable-hotel-world-abu-dhabi-middle-east-instagram-Qasr Al Sarab-637724.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/115px_140px_wide_portrait/public/images/2019/04/18/instagram-hotel.jpg?itok=L9ejCVGq&amp;c=4b80c506b4796a6b47f1e40ad0b445bd" width="115" height="140" alt="The most Instagrammable hotel in the world is in Abu Dhabi" title="The most Instagrammable hotel in the world is in Abu Dhabi" /></a></div></div></div><div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/instagrammable-hotel-world-abu-dhabi-middle-east-instagram-Qasr Al Sarab-637724.html">The most Instagrammable hotel in the world is in Abu Dhabi </a></h3></div></div></div></div> </div> <div class="views-row views-row-4 views-row-even views-row-last item "> <div about="/rooftop-bar-dubai-media-city-Grand-Plaza-M%C3%B6venpick-twenty-three-637723.html" typeof="sioc:Item foaf:Document" class="ds-1col node node-article-listing view-mode-1_col_70x90px_portrait clearfix"> <div class="field field-name-field-image field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><a href="/rooftop-bar-dubai-media-city-Grand-Plaza-M%C3%B6venpick-twenty-three-637723.html"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/115px_140px_wide_portrait/public/images/2019/04/21/SunsetTerrace.jpg?itok=WhN1mR9U&amp;c=3796c8d26f874f1e9f1bf3f687b6b4ac" width="115" height="140" alt="Ooh! A new rooftop bar has opened in Dubai" title="Ooh! A new rooftop bar has opened in Dubai" /></a></div></div></div><div class="field field-name-title field-type-ds field-label-hidden"><div class="field-items"><div class="field-item even" property="dc:title"><h3><a href="/rooftop-bar-dubai-media-city-Grand-Plaza-M%C3%B6venpick-twenty-three-637723.html">Ooh! A new rooftop bar has opened in Dubai</a></h3></div></div></div></div> </div> </div> </div> </div> <div class="panel-pane pane-block pane-block-1 mb pb pane-block mb pb" > <div class="subscribe-block"> <h2 class="pane-title">The A!List</h2> <p>Get our biggest stories and galleries delivered direct to your inbox</p> <form id="frmahlansubscription" class="footersubsform" name="frmahlansubscription" method="post"> <div> <div class="form-item"> <input type="text" size="28" id="ahlan_ename" name="name" class="form-text" placeholder="Enter your name" /> </div> <div class="form-item"> <input type="text" size="28" id="ahlan_nemail" name="email" class="form-text" placeholder="Enter your email"/> </div> <input type="button" class="form-submit" value="Subscribe" onclick="itpNewsletterSubscribe(this.form, 'frmahlansubscription')" name="Button" /> <span class="button-label">Free!</span> </div> </form> </div> </div> <div class="panel-pane pane-block pane-block-28 mb pb pane-block" > <div id="banner300x600"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display("banner300x600"); }); </script> </div> </div> </div> </div> </div> </div> <div class="panels-flexible-row panels-flexible-row-width-override-2 panels-flexible-row-last clearfix "> <div class="inside panels-flexible-row-inside panels-flexible-row-width-override-2-inside panels-flexible-row-inside-last clearfix"> <div class="panels-flexible-region panels-flexible-region-width-override-content_bottom panels-flexible-region-first panels-flexible-region-last "> <div class="inside panels-flexible-region-inside panels-flexible-region-width-override-content_bottom-inside panels-flexible-region-inside-first panels-flexible-region-inside-last"> </div> </div> </div> </div> </div> </div> </div> </div> <div style = "display:none" class ="meta_tag_fb_share_image"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/fb_share_style_image/public/images/2013/04/07/Gwyneth%2BPaltrow.jpg?itok=04xTiSsD" width="1200" height="630" alt="" /></div> <div style = "display:none" class ="meta_tag_fb_share_image1"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/926px_617px_landscape/public/images/2013/04/07/Gwyneth%2BPaltrow.jpg?itok=hZrs0tPt" width="926" height="617" alt="" /></div> <div style = "display:none" class ="meta_tag_fb_share_image1"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/516px_688px_portrait/public/images/2013/04/07/Gwyneth%2BPaltrow.jpg?itok=ZpU9sJSt" width="516" height="688" alt="" /></div> <div style = "display:none" class ="meta_tag_fb_share_image1"><img typeof="foaf:Image" src="https://www.ahlanlive.com/sites/default/files/styles/600px_600px_square/public/images/2013/04/07/Gwyneth%2BPaltrow.jpg?itok=BgFK9LL_" width="600" height="600" alt="" /></div> </div> <div class="footer_wrapper"> <footer id="footer" class="region region-footer"> <div id="block-menu-menu-footer-menu" class="block block-menu footer-menu-block clearfix first odd" role="navigation"> <h2 class="block__title block-title">Footer Menu</h2> <ul class="menu"><li class="menu__item is-expanded menu__item is-expanded first expanded"><a href="/celebrities" class="menu__link menu__link">Celebrities</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/celebrities/news" class="menu__link menu__link">Celeb News</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/celebrities/features" class="menu__link menu__link">Celeb Features</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/celebrities/a-z" class="menu__link menu__link">Celeb A-Z</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf"><a href="/celebrities/celeb-photos" class="menu__link menu__link">Celeb Galleries</a></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded"><a href="/in-the-uae" class="menu__link menu__link">In the UAE</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/photos" class="menu__link menu__link">Party Pictures</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/restaurants" class="menu__link menu__link">Restaurants</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/bars-and-clubs" class="menu__link menu__link">Bars &amp; Clubs</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/" class="menu__link menu__link">Ladies&#039; Nights</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/in-the-uae/features" class="menu__link menu__link">Entertainment Features</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/" class="menu__link menu__link">Movie Reviews</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf"><a href="/in-the-uae/local-news" class="menu__link menu__link">Local News</a></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded"><a href="/fashion" class="menu__link menu__link">Style</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/fashion/features" class="menu__link menu__link">Fashion Features</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/beauty/features" class="menu__link menu__link">Beauty Features</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf"><a href="/fashion/galleries" class="menu__link menu__link">Fashion Galleries</a></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded"><a href="/health" class="menu__link menu__link">Diets</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/health/recipes" class="menu__link menu__link">Healthy Recipes</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/health/diets" class="menu__link menu__link">Diet A-Z</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf"><a href="/health/features" class="menu__link menu__link">Health Features</a></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded"><a href="/life" class="menu__link menu__link">Life</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/life/you" class="menu__link menu__link">You</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/your-home" class="menu__link menu__link">Your Home</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/cash-careers" class="menu__link menu__link">Cash &amp; Careers</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/relationships" class="menu__link menu__link">Relationships</a></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/life/a-list-weddings" class="menu__link menu__link">A! List Weddings</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf"><a href="/life/recipes" class="menu__link menu__link">Recipes</a></li> </ul></li> <li class="menu__item is-expanded menu__item is-expanded expanded"><a href="/travel" class="menu__link menu__link">Travel</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/travel/uae-hotel-reviews" class="menu__link menu__link">UAE Hotel Reviews</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf"><a href="/travel/travel-features" class="menu__link menu__link">Travel Features</a></li> </ul></li> <li class="menu__item is-leaf menu__item is-leaf leaf"><a href="/competitions" class="menu__link menu__link">Competitions</a></li> <li class="menu__item is-expanded menu__item is-expanded last expanded"><a href="/qatar" class="menu__link menu__link">Ahlan! Qatar</a><ul class="menu"><li class="menu__item is-leaf menu__item is-leaf first leaf"><a href="/qatar-stars" class="menu__link menu__link">Qatar Stars</a></li> <li class="menu__item is-leaf menu__item is-leaf last leaf"><a href="/qatar/competitions" class="menu__link menu__link">Competitions</a></li> </ul></li> </ul> </div> <div id="block-block-40" class="block block-block even"> <style> #sharelinksnav { width: 100%; border-right: none; } #sharelinksnav ul { overflow: hidden; margin: 0; padding: 0; } #sharelinksnav ul li { list-style: none; float: left; text-align: center; width: 16.6667%; /* fallback for non-calc() browsers */ width: calc(100% / 6); box-sizing: border-box; } #sharelinksnav ul li:first-child { border-left: none; } #sharelinksnav ul li a { display: block; text-decoration: none; color: #C5C5C5; text-align: left; text-transform: uppercase; font-size: xx-small; font-family: sans-serif; line-height: 1.8em; } #sharelinksnav h2{ text-transform: uppercase; background: url(/sites/all/themes/ahlan_returns/images/title-sep.jpg) repeat-x left center; } </style> <div id="sharelinksnav"> <br/> <h2><span style="font-size: 0.85em; background: #001722; color: #fff;">Other Consumer Sites</span></h2> <ul> <li><a href="http://www.shortlistdubai.com" title="Shortlist Dubai, Dubai restaurants, Food, cafes, Dubai bars, Films in Dubai, Dubai cinemas, Music, Movies in Dubai, Dubai events" target="_blank">ShortList Dubai</a></li> <li><a href="http://www.shortlistabudhabi.com" title="Shortlist Abu Dhabi, Abu Dhabi restaurants, Food, cafes, Abu Dhabi bars, Films in Abu Dhabi, Abu Dhabi cinemas, Music, Movies in Abu Dhabi, Abu Dhabi events" target="_blank">ShortList Abu Dhabi</a></li> <li><a href="http://www.masala.com" title="Masala! - Bollywood Gossip, News, Photos, Celebrities Pictures, Movie Reviews, Desi Weddings" target="_blank">Masala!</a></li> <li><a href="http://www.anaemraa.com" title="تابعي كل جديد في عالم الموضة و الازياء و المكياج و تسريحات الشعر, و شاهدي صور فساتين و فساتين افراح و ديكورات منازل المشاهير وأهم المناسبات فقط علي موقع أنا إمرأة" target="_blank">AnaEmraa</a></li> <li><a href="http://www.esquireme.com" title="Esquire Middle East - Men&#039;s Fashion, Cars, Beautiful Women, Best Music, Restaurants &amp; Bars, Reviews, Gadgets" target="_blank">Esquire Middle East</a></li> <li><a href="http://www.harpersbazaararabia.com" title="Sophisticated, elegant, daring and provocative, Harper&#039;s Bazaar Arabia is the ultimate luxury lifestyle resource for women who are the first to buy the best, from casual to couture." target="_blank">Harper's Bazaar Arabia</a></li> </ul> </div> </div> <div id="block-block-8" class="block block-block contact-block clearfix odd"> <div class="contact-buttons"> <span class="contact-items"> <span class="contact-label">Contact us</span> <a href="http://facebook.com/AhlanMagazine" class="ico-fb"><i class="fa fa-facebook"></i></a> <a href="https://twitter.com/AhlanLive" class="ico-twitt"><i class="fa fa-twitter"></i></a> <a href="#" class="ico-gp"><i class="fa fa-google-plus"></i></a> <a href="https://pinterest.com/AhlanLive" class="ico-pin"><i class="fa fa-pinterest-p"></i></a> <a href="#" class="ico-rss"><i class="fa fa-rss"></i></a> </span> </div> <div class="ref-date">Thursday 25th April 2019</div> </div> <div id="block-block-7" class="block block-block copy-block even"> <a href="/"><img src="/sites/all/themes/ahlan_returns/images/footer-logo.jpg" title="" alt="" /></a> <div class="mt pt"> <a href="/contact-us-593875.html">Contact us</a> | <a target="_blank" href="https://www.itp.com/terms">Terms of use</a> | <a target="_blank" href="https://www.itp.com/privacy-policy">Privacy Policy </a></div> <div class="mt pt">&copy; 2019 ITP Digital Media Inc. All rights reserved.</div> <style type="text/css"> /*#main-menu > ul.menu > li.fest-menu > ul.menu li a:before { content: 'Al Habtoor City '; }*/ @media only screen and (min-width: 1024px) { #main-menu > ul.menu > li.fest-menu > ul.menu { clear: left; padding: 0 30px; } #main-menu > ul.menu > li.fest-menu > ul.menu li { float: left; width: 25%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 10px; clear: none; border: 0; } #main-menu > ul.menu > li.fest-menu > ul.menu li a { display: block; text-align: center; width: auto; background: url(/sites/default/files/images/2016/12/09/winter-garden-market.png?itok=Ir3V_3Yc) no-repeat center top; padding: 225px 0 0; background-size: 209px 209px; } #main-menu > ul.menu > li.fest-menu > ul.menu li a:before { display: block; font-size: .7em; } #main-menu > ul.menu > li.fest-menu > ul.menu li.fest-menu-christmas a { background-image: url(/sites/default/files/styles/medium/public/images/2016/12/13/chritmas_genric.png); } #main-menu > ul.menu > li.fest-menu > ul.menu li.fest-menu-newyear a { background-image: url(/sites/default/files/styles/medium/public/images/2016/12/13/new_year.png); } #main-menu > ul.menu > li.fest-menu > ul.menu li.fest-menu-relax a { background-image: url(/sites/default/files/styles/medium/public/images/2016/12/13/relax_generic.png); } #main-menu > ul.menu > li.fest-menu > ul.menu li.Staycation-2017 a { background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/Staycation_2017.jpg); } #main-menu > ul.menu > li.fest-menu > ul.menu li.iftars-2017 a { background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/iftars_2017.jpg); } #main-menu > ul.menu > li.fest-menu > ul.menu li.Thingstodo-2017 a { background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/Thingstodo_2017.jpg); } #main-menu > ul.menu > li.fest-menu > ul.menu li.giftGuide-2017 a { background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/giftGuide_2017.jpg); } #main-menu > ul.menu > li.fest-menu, #main-menu > ul.menu > li.fest-menu > a { background-color: transparent; color: #001722; } } </style> </div> <div id="block-block-48" class="block block-block last odd"> <!--Script for Grazia Shop--> <script> var _dna={l:function(l,o,a,d,r){ d=l.getElementsByTagName(o)[0],r=l.createElement(o); r.async=1;r.src=a;d.parentNode.insertBefore(r,d);}}; _dna.l(document,'script','https://eu.shopgrazia.com/gs.js'); </script> </div> </footer> </div> </div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_/sdk.js#xfbml=1&version=v2.3&appId=&appId=226585337353114"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <div id="fb-root"></div> <!-- Facebook Recommendation Bar --> <div class="fb-recommendations-bar" data-href="https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html" data-site="https://www.ahlanlive.com"></div> <!-- Facebook Recommendation Bar --> </body> </html>
[ "<footer id=\"footer\" class=\"region region-footer\">\n <div id=\"block-menu-menu-footer-menu\" class=\"block block-menu footer-menu-block clearfix first odd\" role=\"navigation\">\n\n <h2 class=\"block__title block-title\">Footer Menu</h2>\n \n <ul class=\"menu\"><li class=\"menu__item is-expanded menu__item is-expanded first expanded\"><a href=\"/celebrities\" class=\"menu__link menu__link\">Celebrities</a><ul class=\"menu\"><li class=\"menu__item is-leaf menu__item is-leaf first leaf\"><a href=\"/celebrities/news\" class=\"menu__link menu__link\">Celeb News</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/celebrities/features\" class=\"menu__link menu__link\">Celeb Features</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/celebrities/a-z\" class=\"menu__link menu__link\">Celeb A-Z</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf last leaf\"><a href=\"/celebrities/celeb-photos\" class=\"menu__link menu__link\">Celeb Galleries</a></li>\n</ul></li>\n<li class=\"menu__item is-expanded menu__item is-expanded expanded\"><a href=\"/in-the-uae\" class=\"menu__link menu__link\">In the UAE</a><ul class=\"menu\"><li class=\"menu__item is-leaf menu__item is-leaf first leaf\"><a href=\"/photos\" class=\"menu__link menu__link\">Party Pictures</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/in-the-uae/restaurants\" class=\"menu__link menu__link\">Restaurants</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/in-the-uae/bars-and-clubs\" class=\"menu__link menu__link\">Bars &amp; Clubs</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/\" class=\"menu__link menu__link\">Ladies' Nights</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/in-the-uae/features\" class=\"menu__link menu__link\">Entertainment Features</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/\" class=\"menu__link menu__link\">Movie Reviews</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf last leaf\"><a href=\"/in-the-uae/local-news\" class=\"menu__link menu__link\">Local News</a></li>\n</ul></li>\n<li class=\"menu__item is-expanded menu__item is-expanded expanded\"><a href=\"/fashion\" class=\"menu__link menu__link\">Style</a><ul class=\"menu\"><li class=\"menu__item is-leaf menu__item is-leaf first leaf\"><a href=\"/fashion/features\" class=\"menu__link menu__link\">Fashion Features</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/beauty/features\" class=\"menu__link menu__link\">Beauty Features</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf last leaf\"><a href=\"/fashion/galleries\" class=\"menu__link menu__link\">Fashion Galleries</a></li>\n</ul></li>\n<li class=\"menu__item is-expanded menu__item is-expanded expanded\"><a href=\"/health\" class=\"menu__link menu__link\">Diets</a><ul class=\"menu\"><li class=\"menu__item is-leaf menu__item is-leaf first leaf\"><a href=\"/health/recipes\" class=\"menu__link menu__link\">Healthy Recipes</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/health/diets\" class=\"menu__link menu__link\">Diet A-Z</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf last leaf\"><a href=\"/health/features\" class=\"menu__link menu__link\">Health Features</a></li>\n</ul></li>\n<li class=\"menu__item is-expanded menu__item is-expanded expanded\"><a href=\"/life\" class=\"menu__link menu__link\">Life</a><ul class=\"menu\"><li class=\"menu__item is-leaf menu__item is-leaf first leaf\"><a href=\"/life/you\" class=\"menu__link menu__link\">You</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/life/your-home\" class=\"menu__link menu__link\">Your Home</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/life/cash-careers\" class=\"menu__link menu__link\">Cash &amp; Careers</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/life/relationships\" class=\"menu__link menu__link\">Relationships</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/life/a-list-weddings\" class=\"menu__link menu__link\">A! List Weddings</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf last leaf\"><a href=\"/life/recipes\" class=\"menu__link menu__link\">Recipes</a></li>\n</ul></li>\n<li class=\"menu__item is-expanded menu__item is-expanded expanded\"><a href=\"/travel\" class=\"menu__link menu__link\">Travel</a><ul class=\"menu\"><li class=\"menu__item is-leaf menu__item is-leaf first leaf\"><a href=\"/travel/uae-hotel-reviews\" class=\"menu__link menu__link\">UAE Hotel Reviews</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf last leaf\"><a href=\"/travel/travel-features\" class=\"menu__link menu__link\">Travel Features</a></li>\n</ul></li>\n<li class=\"menu__item is-leaf menu__item is-leaf leaf\"><a href=\"/competitions\" class=\"menu__link menu__link\">Competitions</a></li>\n<li class=\"menu__item is-expanded menu__item is-expanded last expanded\"><a href=\"/qatar\" class=\"menu__link menu__link\">Ahlan! Qatar</a><ul class=\"menu\"><li class=\"menu__item is-leaf menu__item is-leaf first leaf\"><a href=\"/qatar-stars\" class=\"menu__link menu__link\">Qatar Stars</a></li>\n<li class=\"menu__item is-leaf menu__item is-leaf last leaf\"><a href=\"/qatar/competitions\" class=\"menu__link menu__link\">Competitions</a></li>\n</ul></li>\n</ul>\n</div>\n<div id=\"block-block-40\" class=\"block block-block even\">\n\n \n <style>\n#sharelinksnav {\n width: 100%;\n border-right: none;\n}\n\n#sharelinksnav ul {\n overflow: hidden;\n margin: 0;\n padding: 0;\n}\n\n#sharelinksnav ul li {\n list-style: none;\n float: left;\n text-align: center;\n width: 16.6667%; /* fallback for non-calc() browsers */\n width: calc(100% / 6);\n box-sizing: border-box;\n}\n\n#sharelinksnav ul li:first-child {\n border-left: none;\n}\n\n#sharelinksnav ul li a {\n display: block;\n text-decoration: none;\n color: #C5C5C5;\n text-align: left;\n text-transform: uppercase;\n font-size: xx-small;\n font-family: sans-serif;\n line-height: 1.8em;\n}\n\n#sharelinksnav h2{\n text-transform: uppercase;\n background: url(/sites/all/themes/ahlan_returns/images/title-sep.jpg) repeat-x left center;\n}\n\n</style>\n<div id=\"sharelinksnav\">\n<br/>\n<h2><span style=\"font-size: 0.85em; background: #001722; color: #fff;\">Other Consumer Sites</span></h2>\n<ul>\n<li><a href=\"http://www.shortlistdubai.com\" title=\"Shortlist Dubai, Dubai restaurants, Food, cafes, Dubai bars, Films in Dubai, Dubai cinemas, Music, Movies in Dubai, Dubai events\" target=\"_blank\">ShortList Dubai</a></li>\n<li><a href=\"http://www.shortlistabudhabi.com\" title=\"Shortlist Abu Dhabi, Abu Dhabi restaurants, Food, cafes, Abu Dhabi bars, Films in Abu Dhabi, Abu Dhabi cinemas, Music, Movies in Abu Dhabi, Abu Dhabi events\" target=\"_blank\">ShortList Abu Dhabi</a></li>\n<li><a href=\"http://www.masala.com\" title=\"Masala! - Bollywood Gossip, News, Photos, Celebrities Pictures, Movie Reviews, Desi Weddings\" target=\"_blank\">Masala!</a></li>\n<li><a href=\"http://www.anaemraa.com\" title=\"تابعي كل جديد في عالم الموضة و الازياء و المكياج و تسريحات الشعر, و شاهدي صور فساتين و فساتين افراح و ديكورات منازل المشاهير وأهم المناسبات فقط علي موقع أنا إمرأة\" target=\"_blank\">AnaEmraa</a></li>\n<li><a href=\"http://www.esquireme.com\" title=\"Esquire Middle East - Men's Fashion, Cars, Beautiful Women, Best Music, Restaurants &amp; Bars, Reviews, Gadgets\" target=\"_blank\">Esquire Middle East</a></li>\n<li><a href=\"http://www.harpersbazaararabia.com\" title=\"Sophisticated, elegant, daring and provocative, Harper's Bazaar Arabia is the ultimate luxury lifestyle resource for women who are the first to buy the best, from casual to couture.\" target=\"_blank\">Harper's Bazaar Arabia</a></li>\n</ul>\n</div>\n</div>\n<div id=\"block-block-8\" class=\"block block-block contact-block clearfix odd\">\n\n \n <div class=\"contact-buttons\">\n <span class=\"contact-items\">\n <span class=\"contact-label\">Contact us</span>\n <a href=\"http://facebook.com/AhlanMagazine\" class=\"ico-fb\"><i class=\"fa fa-facebook\"/></a>\n <a href=\"https://twitter.com/AhlanLive\" class=\"ico-twitt\"><i class=\"fa fa-twitter\"/></a>\n <a href=\"#\" class=\"ico-gp\"><i class=\"fa fa-google-plus\"/></a>\n <a href=\"https://pinterest.com/AhlanLive\" class=\"ico-pin\"><i class=\"fa fa-pinterest-p\"/></a>\n <a href=\"#\" class=\"ico-rss\"><i class=\"fa fa-rss\"/></a>\n </span>\n</div>\n<div class=\"ref-date\">Thursday 25th April 2019</div>\n</div>\n<div id=\"block-block-7\" class=\"block block-block copy-block even\">\n\n \n <a href=\"/\"><img src=\"/sites/all/themes/ahlan_returns/images/footer-logo.jpg\" title=\"\" alt=\"\"/></a>\n\n<div class=\"mt pt\"> <a href=\"/contact-us-593875.html\">Contact us</a> | <a target=\"_blank\" href=\"https://www.itp.com/terms\">Terms of use</a> | <a target=\"_blank\" href=\"https://www.itp.com/privacy-policy\">Privacy Policy </a></div>\n\n<div class=\"mt pt\">© 2019 ITP Digital Media Inc. All rights reserved.</div>\n<style type=\"text/css\">\n/*#main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li a:before {\n\tcontent: 'Al Habtoor City ';\n}*/\n@media only screen and (min-width: 1024px) {\n\t#main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu {\n\t\t clear: left;\n\t\t padding: 0 30px;\n\t}\n\t#main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li {\n\t\tfloat: left;\n width: 25%;\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n padding: 20px 10px;\n clear: none;\n border: 0;\n\t}\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li a {\n display: block;\n text-align: center;\n width: auto;\n background: url(/sites/default/files/images/2016/12/09/winter-garden-market.png?itok=Ir3V_3Yc) no-repeat center top;\n padding: 225px 0 0;\n\tbackground-size: 209px 209px;\n }\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li a:before {\n\t\tdisplay: block;\n\t\tfont-size: .7em;\n\t}\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li.fest-menu-christmas a {\n background-image: url(/sites/default/files/styles/medium/public/images/2016/12/13/chritmas_genric.png);\n\t}\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li.fest-menu-newyear a {\n background-image: url(/sites/default/files/styles/medium/public/images/2016/12/13/new_year.png);\n\t}\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li.fest-menu-relax a {\n background-image: url(/sites/default/files/styles/medium/public/images/2016/12/13/relax_generic.png);\n\t}\n\t#main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li.Staycation-2017 a {\n background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/Staycation_2017.jpg);\n\t}\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li.iftars-2017 a {\n background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/iftars_2017.jpg);\n\t}\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li.Thingstodo-2017 a {\n background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/Thingstodo_2017.jpg);\n\t}\n #main-menu &gt; ul.menu &gt; li.fest-menu &gt; ul.menu li.giftGuide-2017 a {\n background-image: url(/sites/all/themes/ahlan_returns/cont-images/ramadan/giftGuide_2017.jpg);\n\t}\n\t#main-menu &gt; ul.menu &gt; li.fest-menu, #main-menu &gt; ul.menu &gt; li.fest-menu &gt; a {\n\t\tbackground-color: transparent;\n\t\tcolor: #001722;\n\t}\n}\n</style>\n\n\n\n</div>\n<div id=\"block-block-48\" class=\"block block-block last odd\">\n\n \n <!--Script for Grazia Shop-->\n <script>\n var _dna={l:function(l,o,a,d,r){\n d=l.getElementsByTagName(o)[0],r=l.createElement(o);\n r.async=1;r.src=a;d.parentNode.insertBefore(r,d);}};\n _dna.l(document,'script','https://eu.shopgrazia.com/gs.js');\n </script> \n</div>\n </footer>\n " ]
[ "<head>\n <!-- Google Tag Manager -->&#13;\n <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':&#13;\n new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],&#13;\n j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=&#13;\n 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);&#13;\n })(window,document,'script','dataLayer','GTM-KQPHKZ');</script>&#13;\n <!-- End Google Tag Manager -->&#13;\n<script src=\"//cdn.blueconic.net/itpmedia.js\"/>&#13;\n<link rel=\"manifest\" href=\"/manifest.json\"/>&#13;\n\t<script src=\"https://cdn.onesignal.com/sdks/OneSignalSDK.js\" async=\"\"/>&#13;\n\t<script>&#13;\n\t var OSid = \"0\";&#13;\n\t var BCid = \"0\";&#13;\n\t var OneSignal = window.OneSignal || [];&#13;\n\t OneSignal.push(function() {&#13;\n\t OneSignal.init({&#13;\n\t appId: \"50214b3d-b105-44c6-9bf4-f62caf0aac3b\",&#13;\n\t });&#13;\n\t\tOneSignal.registerForPushNotifications();&#13;\n\t OneSignal.getUserId(function(id){&#13;\n\t OSid = id;&#13;\n\tif (typeof window.blueConicClient !== 'undefined' &amp;&amp;&#13;\n\t typeof window.blueConicClient.event !== 'undefined' &amp;&amp;&#13;\n\t typeof window.blueConicClient.event.subscribe !== 'undefined') {&#13;\n\t doBcApiThings(OSid);&#13;\n\t} else {&#13;\n\t window.addEventListener('onBlueConicLoaded', function () {&#13;\n\t doBcApiThings(OSid);&#13;\n\t }, false);&#13;\n\t}&#13;\n&#13;\n\t});&#13;\n\t });&#13;\n&#13;\n\tfunction doBcApiThings(OSid) {&#13;\n\t\tvar profile = blueConicClient.profile.getProfile();&#13;\n\t BCid = profile.getId();&#13;\n\t\tprofile.addValue(\"onesignalid\", OSid);&#13;\n\t\tblueConicClient.profile.updateProfile();&#13;\n\t\tOneSignal.push(function() {&#13;\n\t OneSignal.setExternalUserId(BCid);&#13;\n\t\t});&#13;\n&#13;\n\t}&#13;\n</script> <meta charset=\"utf-8\"/>\n<link rel=\"shortlink\" href=\"https://www.ahlanlive.com/node/404853\"/>\n<link rel=\"canonical\" href=\"https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\"/>\n<meta name=\"copyright\" content=\"ITP Consumer Publishing\"/>\n<meta name=\"description\" content=\"From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow's A-list pals joined in! | , Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses' birthday on Saturday (6 April).The 40-year-old actress - who released her new healthy cook book It's All Celebrity News, Celebrities\"/>\n<meta name=\"keywords\" content=\"Celebrity News, Celebrities , Celebrity gossip, Celebrity news, Celebrity Pictures, Entertainment, Hollywood News, Hollywood Gossip, competitions, Fashion, Beauty, weight loss, health, Photos, Bars Reviews, clubs Reviews, Nightlife, Shows, Spas, Fitness, Restaurants reviews, events, concerts, Reviews\"/>\n<meta name=\"robots\" content=\"follow, index\"/>\n<meta name=\"abstract\" content=\"From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow's A-list pals joined in! | Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses' birthday on Saturday (6 April).The 40-year-old actress - who released her new healthy cook book It's All Celebrity News, Celebrities\"/>\n<meta property=\"og:image:width\" content=\"1200\"/>\n<meta property=\"og:image:height\" content=\"630\"/>\n<meta property=\"og:title\" content=\"Gwyneth Paltrow's Starry Bash for Son Moses' Birthday!\"/>\n<meta property=\"og:description\" content=\"From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow's A-list pals joined in!\"/>\n<meta property=\"og:image\" content=\"https://www.ahlanlive.com/sites/default/files/styles/fb_share_style_image/public/images/2013/04/07/Gwyneth%2BPaltrow.jpg?itok=04xTiSsD\"/>\n<meta property=\"og:site_name\" content=\"Ahlanlive\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:url\" content=\"https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\"/>\n<meta property=\"og:section\" content=\"Celebrity News\"/>\n<meta property=\"og:contentnid\" content=\"404853\"/>\n<meta property=\"og:contenttype\" content=\"article_listing\"/>\n<meta property=\"og:publishdt\" content=\"1365328800\"/>\n<meta property=\"og:uploadedby\" content=\"nishchint\"/>\n<meta property=\"fb:app_id\" content=\"226585337353114\"/>\n<meta property=\"twitter:card\" content=\"summary_large_image\"/>\n<meta property=\"twitter:title\" content=\"Gwyneth Paltrow's Starry Bash for Son Moses' Birthday!\"/>\n<meta property=\"twitter:description\" content=\"From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow's A-list pals joined in!\"/>\n<meta property=\"twitter:site\" content=\"@AhlanLive\"/>\n<meta property=\"twitter:url\" content=\"https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\"/>\n<link rel=\"shortcut icon\" href=\"https://www.ahlanlive.com/sites/all/themes/ahlan_returns/favicon.ico\" type=\"image/vnd.microsoft.icon\"/>\n<meta name=\"MobileOptimized\" content=\"width\"/>\n<meta name=\"HandledFriendly\" content=\"true\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no\"/>\n<meta property=\"bk_section\" content=\"Celebrity News, Celebrities\"/>\n<meta property=\"ph:contentId\" content=\"404853\"/>\n<meta property=\"ph:contenttype\" content=\"article_listing\"/>\n<meta property=\"ph:publishdt\" content=\"2013-04-07 14:00:00\"/>\n<meta property=\"ph:sectionId\" content=\"31\"/>\n<meta property=\"ph:section\" content=\"Celebrity News, Celebrities\"/>\n<meta property=\"ph:title\" content=\"Gwyneth Paltrow's Starry Bash for Son Moses' Birthday!\"/>\n<script type=\"application/ld+json\">{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"WebSite\",\"name\":\"Ahlanlive\",\"url\":\"https:\\/\\/www.ahlanlive.com\"}</script><link rel=\"amphtml\" href=\"https://amp.ahlanlive.com/amp/article_listing/ahlanlive/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\"/>\n<meta property=\"og:genre\" content=\"Blog, OpEd\"/>\n<meta property=\"og:modifieddt\" content=\"1368864532\"/>\n<script type=\"application/ld+json\">{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"Organization\",\"url\":\"https:\\/\\/www.ahlanlive.com\",\"logo\":\"https:\\/\\/www.ahlanlive.com\\/sites\\/all\\/themes\\/ahlan_returns\\/logo.png\"}</script><script type=\"application/ld+json\">{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"Organization\",\"name\":\"Ahlanlive\",\"url\":\"https:\\/\\/www.ahlanlive.com\",\"sameAs\":\"[ \\\"http:\\/\\/www.facebook.com\\/\\\", \\\"http:\\/\\/www.twitter.com\\/\\\", \\\"http:\\/\\/in.pinterest.com\\/\\\", \\\"http:\\/\\/plus.google.com\\/\\\"]\"}</script><meta content=\"on\" http-equiv=\"cleartype\"/>\n<script type=\"application/ld+json\">{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"headline\":\"Gwyneth Paltrow&amp;#039;s Starry Bash for Son Moses&amp;#039; Birthday!\",\"alternativeHeadline\":\"Gwyneth Paltrow&amp;#039;s Starry Bash for Son Moses&amp;#039; Birthday!\",\"image\":{\"@type\":\"ImageObject\",\"image\":\"[\\\"Gwyneth+Paltrow.jpg\\\"]\",\"width\":\"600\",\"height\":\"60\",\"url\":\"https:\\/\\/www.ahlanlive.com\\/sites\\/default\\/files\\/images\\/2013\\/04\\/07\\/Gwyneth%2BPaltrow.jpg\"},\"datePublished\":\"2013-04-07T14:00:00+04:00\",\"description\":null,\"articleBody\":\"Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses' birthday on Saturday (6 April).The 40-year-old actress - who released her new healthy cook book It's All Good and launched her fourth fitness studio with exercise expert Tracy Anderson in Los Angeles this week - and her Coldplay star husband Chris Martin were joined by guests including Kate Hudson, Tobey McGuire, Cameron Diaz, Gwen Stefani and Joel Madden, as well as all their children, at their new mansion in Brentwood, California to celebrate ahead of their son's seventh birthday on 8 April.A source told E! News: \\\"Chris Martin was walking around the party barefoot, totally relaxed and having a good time. He spent a lot of time sitting with Maria Shriver and her kids chatting.\\\"\\\"Kate Hudson talked to Jon Favreau for awhile. Everyone was dressed casually in summer clothes and sunglasses. It looked like a relaxed atmosphere where they could show off their new house and celebrate their son's birthday. People stayed all day and really enjoyed themselves.\\\"The celebrity children spent the day playing with hula-hoops, tabletop football, basketball and dancing on the lawn in the middle of the property.The Iron Man 3 star also put aside her strict gluten-free, low-carb diet and treated the guests to hamburgers, fries and several different types of salad.Noticeably absent from the bash were the couple's best pals Beyonce, Jay-Z and their daughter Blue Ivy Carter, who are currently celebrating their fifth wedding anniversary in Cuba.Good Charlotte rocker Joel brought his two children Harlow and Sparrow but his wife Nicole Richie did not attend as she is on holiday in St Barts with friends including Jessica Alba.\",\"author\":\"nishchint \",\"dateModified\":\"2013-05-18T08:08:52Z\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/www.ahlanlive.com\\/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"ITP\\/APP\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/www.ahlanlive.com\\/sites\\/all\\/themes\\/ahlan_returns\\/images\\/itp-logo.jpg\",\"width\":\"600\",\"height\":\"60\"}}}</script><meta property=\"article:publisher\" content=\"https://www.facebook.com/ahlanMagazine\"/>\n<meta property=\"article:author\" content=\"https://www.facebook.com/ahlanMagazine\"/>\n<script type=\"text/javascript\">\t\t\tvar googletag = googletag || {};&#13;\n\t\t\tgoogletag.cmd = googletag.cmd || [];&#13;\n\t\t\t(function() {&#13;\n\t\t\t\tvar gads = document.createElement(\"script\");&#13;\n\t\t\t\tgads.async = true;&#13;\n\t\t\t\tgads.type = \"text/javascript\";&#13;\n\t\t\t\tvar useSSL = \"https:\" == document.location.protocol;&#13;\n\t\t\t\tgads.src = (useSSL ? \"https:\" : \"http:\") + \"//www.googletagservices.com/tag/js/gpt.js\";&#13;\n\t\t\t\tvar node =document.getElementsByTagName(\"script\")[0];&#13;\n\t\t\t\tnode.parentNode.insertBefore(gads, node);&#13;\n\t\t\t })();&#13;\n googletag.cmd.push(function() {&#13;\n googletag.pubads().setTargeting(\"sect\", \"celebrities-celebrity_news-celebrities\");&#13;\n googletag.pubads().setTargeting(\"artid\", \"404853\");&#13;\n googletag.pubads().setTargeting(\"keyword\", \"celebrities-celebrity_news-celebrities\");&#13;\n googletag.pubads().setTargeting(\"url\", \"/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\");&#13;\n googletag.pubads().collapseEmptyDivs();&#13;\n\t\t\t});&#13;\n&#13;\n\t\t\tgoogletag.cmd.push(function() {&#13;\n\t\t\t\t// This mapping will for leaderboard&#13;\n\t\t\t var lbMapping = googletag.sizeMapping().&#13;\n\t\t\t\t addSize([0, 0], [728, 90]). //Default&#13;\n\t\t\t\t\taddSize([320, 0], [320, 50]). // Mobile portrait&#13;\n\t\t\t\t\taddSize([480, 0], [468, 60]). // Mobile landscape&#13;\n\t\t\t\t\taddSize([768, 0], [728, 90]). // Tab portrait&#13;\n\t\t\t\t\taddSize([1024, 0], [728, 90]). // Tab landscape&#13;\n\t\t\t\t\taddSize([1050, 0], [728, 90]). // Desktop&#13;\n\t\t\t\tbuild();&#13;\n\t\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [728, 90], \"banner728x90\")&#13;\n\t\t\t\t\t.defineSizeMapping(lbMapping)&#13;\n\t\t\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n\t\t\t\t// This mapping will for halfpage&#13;\n\t\t\t var wsbMapping = googletag.sizeMapping().&#13;\n\t\t\t\t addSize([0, 0], [300, 600]). //Default&#13;\n\t\t\t\t\t//addSize([320, 0], [300, 150]). // Mobile portrait&#13;\n\t\t\t\t\t//addSize([480, 0], [300, 150]). // Mobile landscape&#13;\n\t\t\t\t\t//addSize([768, 0], [300, 300]). // Tab portrait&#13;\n\t\t\t\t\t//addSize([1024, 0], [300, 300]). // Tab landscape&#13;\n\t\t\t\t\taddSize([320, 0], [300, 600]). // Mobile portrait&#13;\n\t\t\t\t\taddSize([480, 0], [300, 600]). // Mobile landscape&#13;\n\t\t\t\t\taddSize([768, 0], [300, 600]). // Tab portrait&#13;\n\t\t\t\t\taddSize([1024, 0], [300, 600]). // Tab landscape&#13;\n\t\t\t\t\taddSize([1050, 0], [300, 600]). // Desktop&#13;\n\t\t\t\tbuild();&#13;\n\t\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [300, 600], \"banner300x600\")&#13;\n\t\t\t\t\t.defineSizeMapping(wsbMapping)&#13;\n\t\t\t\t\t.addService(googletag.pubads());&#13;\n\t\t\t\t// This mapping will for halfpage&#13;\n\t\t\t var mpuMapping = googletag.sizeMapping().&#13;\n\t\t\t\t addSize([0, 0], [300, 250]). //Default&#13;\n\t\t\t\t\t//addSize([320, 0], [300, 63]). // Mobile portrait&#13;\n\t\t\t\t\t//addSize([480, 0], [300, 63]). // Mobile landscape&#13;\n\t\t\t\t\t//addSize([768, 0], [300, 125]). // Tab portrait&#13;\n\t\t\t\t\t//addSize([1024, 0], [300, 125]). // Tab landscape&#13;\n\t\t\t\t\taddSize([320, 0], [300, 250]). // Mobile portrait&#13;\n\t\t\t\t\taddSize([480, 0], [300, 250]). // Mobile landscape&#13;\n\t\t\t\t\taddSize([768, 0], [300, 250]). // Tab portrait&#13;\n\t\t\t\t\taddSize([1024, 0], [300, 250]). // Tab landscape&#13;\n\t\t\t\t\taddSize([1050, 0], [300, 250]). // Desktop&#13;\n\t\t\t\tbuild();&#13;\n\t\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [300, 250], \"banner300x250\")&#13;\n\t\t\t\t .defineSizeMapping(mpuMapping)&#13;\n\t\t\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n&#13;\n\t\t\t// This mapping will for halfpage&#13;\n\t\t\tvar mpuMapping1 = googletag.sizeMapping().&#13;\n\t\t\t\taddSize([0, 0], [300, 251]). //Default&#13;\n\t\t\t\taddSize([320, 0], [300, 64]). // Mobile portrait&#13;\n\t\t\t\taddSize([480, 0], [300, 64]). // Mobile landscape&#13;\n\t\t\t\taddSize([768, 0], [300, 126]). // Tab portrait&#13;\n\t\t\t\taddSize([1024, 0], [300, 126]). // Tab landscape&#13;\n\t\t\t\taddSize([1050, 0], [300, 251]). // Desktop&#13;\n\t\t\tbuild();&#13;\n\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [300, 251], \"banner300x251\")&#13;\n\t\t\t\t.defineSizeMapping(mpuMapping1)&#13;\n\t\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n\t\t\t\t//Define Background banners&#13;\n\t\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [1652, 770], \"banner1652x770\")&#13;\n\t\t\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n\t\t\t//Define Branded leader board top.&#13;\n\t\t\tvar brandedLBMappingtop = googletag.sizeMapping().&#13;\n\t\t\t\taddSize([0, 0], [1200, 150]). //Default&#13;\n\t\t\t\taddSize([320, 0], [320, 150]). // Mobile portrait&#13;\n\t\t\t\taddSize([480, 0], [480, 150]). // Mobile landscape&#13;\n\t\t\t\taddSize([768, 0], [768, 150]). // Tab portrait&#13;\n\t\t\t\taddSize([1024, 0], [1024, 150]). // Tab landscape&#13;\n\t\t\t\taddSize([1050, 0], [1200, 150]). // Desktop&#13;\n build();&#13;\n\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [1200, 150], \"banner1200x150\")&#13;\n .defineSizeMapping(brandedLBMappingtop)&#13;\n\t\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n\t\t\t//Define Branded leader board bottom.&#13;\n\t\t\tvar brandedLBMappingbottom = googletag.sizeMapping().&#13;\n\t\t\t\taddSize([0, 0], [1200, 151]). //Default&#13;\n\t\t\t\taddSize([320, 0], [320, 151]). // Mobile portrait&#13;\n\t\t\t\taddSize([480, 0], [480, 151]). // Mobile landscape&#13;\n\t\t\t\taddSize([768, 0], [768, 151]). // Tab portrait&#13;\n\t\t\t\taddSize([1024, 0], [1024, 151]). // Tab landscape&#13;\n\t\t\t\taddSize([1050, 0], [1200, 151]). // Desktop&#13;\n build();&#13;\n\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [1200, 151], \"banner1200x151\")&#13;\n .defineSizeMapping(brandedLBMappingbottom)&#13;\n\t\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n&#13;\n\t\t\t\t//Intertials ads.&#13;\n\t\t\t var interMapping = googletag.sizeMapping().&#13;\n\t\t\t\t addSize([0, 0], [750, 450]). //Default&#13;\n\t\t\t\t\taddSize([320, 0], [320, 480]). // Mobile portrait&#13;\n\t\t\t\t\taddSize([480, 0], [480, 320]). // Mobile landscape&#13;\n\t\t\t\t\taddSize([768, 0], [768, 1024]). // Tab portrait&#13;\n\t\t\t\t\taddSize([1024, 0], [1024, 768]). // Tab landscape&#13;\n\t\t\t\t\taddSize([1050, 0], [750, 450]). // Desktop&#13;\n\t\t\t\tbuild();&#13;\n\t\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [750, 450], \"banner750x450\")&#13;\n\t\t\t\t .defineSizeMapping(interMapping)&#13;\n\t\t\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n&#13;\n\t\t\t\t//Overlay ads.&#13;\n\t\t\t var overlayMapping = googletag.sizeMapping().&#13;\n\t\t\t\t addSize([0, 0], [450, 450]). //Default&#13;\n\t\t\t\t\taddSize([320, 0], [450, 450]). // Mobile portrait&#13;\n\t\t\t\t\taddSize([480, 0], [450, 450]). // Mobile landscape&#13;\n\t\t\t\t\taddSize([768, 0], [450, 450]). // Tab portrait&#13;\n\t\t\t\t\taddSize([1024, 0], [450, 450]). // Tab landscape&#13;\n\t\t\t\t\taddSize([1050, 0], [450, 450]). // Desktop&#13;\n\t\t\t\tbuild();&#13;\n\t\t\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [450, 450], \"banner450x450\")&#13;\n\t\t\t\t .defineSizeMapping(overlayMapping)&#13;\n\t\t\t\t\t.addService(googletag.pubads());&#13;\n //left and right side add&#13;\n\t var SideAds = googletag.sizeMapping().&#13;\n\t addSize([0, 0], [2, 2]). //Default&#13;\n\t\taddSize([320, 0], [2, 2]). // Mobile portrait&#13;\n\t\taddSize([480, 0], [2, 2]). // Mobile landscape&#13;\n\t\taddSize([768, 0], [2, 2]). // Tab portrait&#13;\n\t\taddSize([1024, 0], [2, 2]). // Tab landscape&#13;\n\t\taddSize([1050, 0], [2, 2]). // Desktop&#13;\n\tbuild();&#13;\n\tgoogletag.defineSlot(\"5308/ahlan_en\", [2, 2], \"banner2x2\")&#13;\n\t\t\t.defineSizeMapping(SideAds)&#13;\n\t\t.addService(googletag.pubads());&#13;\n&#13;\n&#13;\n\t\t//Define OOP Out of page&#13;\n\t\tgoogletag.defineSlot(\"5308/ahlan_en\", [['fluid'], [1, 1]], \"banner1x1\")&#13;\n\t\t\t.addService(googletag.pubads());&#13;\n&#13;\n&#13;\n\t\t\t\tgoogletag.pubads().enableSingleRequest();&#13;\n\t\t\t\tgoogletag.enableServices();&#13;\n\t\t\t});</script> \n <title>Gwyneth Paltrow's Starry Bash for Son Moses' Birthday! | Celebrity News, Celebrities | Ahlanlive</title>\n\n <link type=\"text/css\" rel=\"stylesheet\" href=\"https://www.ahlanlive.com/sites/default/files/css/css_kShW4RPmRstZ3SpIC-ZvVGNFVAi0WEMuCnI0ZkYIaFw.css\" media=\"all\"/>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"https://www.ahlanlive.com/sites/default/files/css/css_DHcXHPYBSjIVaCQZEG4ZlpLkvslnFlBCnQUCzlbRBio.css\" media=\"all\"/>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"https://www.ahlanlive.com/sites/default/files/css/css_2hQIGkcKz6e8JLdqsZLE4G8Q8VJW8RkNsdNg6giX_6g.css\" media=\"all\"/>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"https://www.ahlanlive.com/sites/default/files/css/css_7wQuFSMZqD94hQGQ1fbczmmYrdLXM-8YIwIt3Fy1XYs.css\" media=\"all\"/>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"https://www.ahlanlive.com/sites/default/files/css/css_RLntLzhLyBJ6fLGnGDzendqdAWllR_TZ5dlX_-35E6w.css\" media=\"all\"/>\n <script src=\"https://www.ahlanlive.com/sites/default/files/js/js_hulMQeqjF8ve0NZMub5AoK8cNJYigyJDRVHqsNsO5gQ.js\"/>\n<script src=\"https://www.ahlanlive.com/sites/default/files/js/js_0Mzz7ykE2iyxMlpKO5FuKiO3GIfEcOW7SHP1gdqwjWQ.js\"/>\n<script src=\"https://www.ahlanlive.com/sites/default/files/js/js_D513xrHxkFzR3xMs-U1B-okOiPuXCy6MX1kwfrKN5Ls.js\"/>\n<script src=\"https://www.ahlanlive.com/sites/default/files/js/js_ZkMUNFEgPrhtQF66olpnK2RaerfwwymIzsJyRZHVF30.js\"/>\n<script src=\"https://www.ahlanlive.com/sites/default/files/js/js__aE06g3esXbKCmiJUCYcEQlm_kAo7qHHJ09j2SwgqAw.js\"/>\n<script>jQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"ahlan_returns\",\"theme_token\":\"aUKwdhHb30Udqn95a1DzGSpWP2oXKQv62JOAK1ThhmY\",\"jquery_version\":\"1.7\",\"js\":{\"sites\\/all\\/modules\\/contrib\\/jquery_update\\/replace\\/jquery\\/1.7\\/jquery.min.js\":1,\"misc\\/jquery.once.js\":1,\"misc\\/drupal.js\":1,\"sites\\/all\\/modules\\/contrib\\/jquery_update\\/replace\\/ui\\/ui\\/minified\\/jquery.ui.core.min.js\":1,\"sites\\/all\\/modules\\/contrib\\/jquery_update\\/replace\\/ui\\/external\\/jquery.cookie.js\":1,\"sites\\/all\\/modules\\/contrib\\/jquery_update\\/replace\\/misc\\/jquery.form.min.js\":1,\"misc\\/ajax.js\":1,\"sites\\/all\\/modules\\/contrib\\/jquery_update\\/js\\/jquery_update.js\":1,\"sites\\/all\\/modules\\/contrib\\/apachesolr_sort\\/apachesolr_sort.js\":1,\"sites\\/all\\/modules\\/custom\\/ahlan_facebook\\/js\\/most_popular_block.js\":1,\"sites\\/all\\/modules\\/custom\\/ahlan_newsletter\\/ahlan_newsletter.js\":1,\"sites\\/all\\/modules\\/custom\\/custom_modal_form\\/template\\/script\\/custom_modal_form.js\":1,\"misc\\/progress.js\":1,\"sites\\/all\\/modules\\/contrib\\/ctools\\/js\\/modal.js\":1,\"sites\\/all\\/modules\\/custom\\/general\\/js\\/user_menu_block.js\":1,\"sites\\/all\\/modules\\/custom\\/image_reference\\/image_reference.js\":1,\"sites\\/all\\/modules\\/custom\\/outlet_search_facet\\/js\\/proximity.js\":1,\"sites\\/all\\/modules\\/contrib\\/views_slideshow\\/js\\/views_slideshow.js\":1,\"sites\\/all\\/modules\\/custom\\/general\\/js\\/article_prev_next.js\":1,\"sites\\/all\\/modules\\/custom\\/general\\/social_media\\/modernizr-2.6.2-respond-1.1.0.min.js\":1,\"sites\\/all\\/modules\\/custom\\/general\\/social_media\\/rrssb.js\":1,\"sites\\/all\\/modules\\/contrib\\/hybridauth\\/js\\/hybridauth.modal.js\":1,\"sites\\/all\\/modules\\/contrib\\/hybridauth\\/js\\/hybridauth.onclick.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/js\\/script.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/js\\/video-responsive.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/owl-carousel\\/owl.carousel.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/js\\/jquery.jplayer.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/js\\/circle.player.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/js\\/jquery.grab.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/js\\/jquery.transform2d.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/js\\/mod.csstransforms.min.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/slick\\/slick\\/jquery-migrate-1.2.1.min.js\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/slick\\/slick\\/slick.min.js\":1},\"css\":{\"modules\\/system\\/system.base.css\":1,\"modules\\/system\\/system.menus.css\":1,\"modules\\/system\\/system.messages.css\":1,\"modules\\/system\\/system.theme.css\":1,\"misc\\/ui\\/jquery.ui.core.css\":1,\"misc\\/ui\\/jquery.ui.theme.css\":1,\"sites\\/all\\/modules\\/contrib\\/calendar\\/css\\/calendar_multiday.css\":1,\"sites\\/all\\/modules\\/contrib\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/contrib\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"modules\\/node\\/node.css\":1,\"modules\\/search\\/search.css\":1,\"modules\\/user\\/user.css\":1,\"sites\\/all\\/modules\\/contrib\\/views\\/css\\/views.css\":1,\"sites\\/default\\/files\\/config_1552229810.css\":1,\"sites\\/all\\/modules\\/custom\\/codemerge\\/general.css\":1,\"sites\\/all\\/modules\\/contrib\\/ctools\\/css\\/ctools.css\":1,\"sites\\/all\\/modules\\/contrib\\/ctools\\/css\\/modal.css\":1,\"sites\\/all\\/modules\\/custom\\/general\\/css\\/backend.css\":1,\"sites\\/all\\/modules\\/custom\\/image_reference\\/modal-popups.css\":1,\"sites\\/all\\/modules\\/contrib\\/panels\\/css\\/panels.css\":1,\"sites\\/all\\/modules\\/contrib\\/views_slideshow\\/views_slideshow.css\":1,\"sites\\/all\\/modules\\/contrib\\/panels\\/plugins\\/layouts\\/flexible\\/flexible.css\":1,\"sites\\/all\\/modules\\/contrib\\/ds\\/layouts\\/ds_2col\\/ds_2col.css\":1,\"sites\\/all\\/modules\\/contrib\\/ds\\/layouts\\/ds_4col\\/ds_4col.css\":1,\"sites\\/all\\/modules\\/custom\\/competition\\/ahlan\\/competition.css\":1,\"public:\\/\\/ctools\\/css\\/8e9e3d81d0fe4a352418edc505cd6021.css\":1,\"sites\\/all\\/modules\\/custom\\/general\\/social_media\\/rrssb.css\":1,\"sites\\/all\\/modules\\/contrib\\/hybridauth\\/plugins\\/icon_pack\\/hybridauth_32\\/hybridauth_32.css\":1,\"sites\\/all\\/modules\\/contrib\\/hybridauth\\/css\\/hybridauth.css\":1,\"sites\\/all\\/modules\\/contrib\\/hybridauth\\/css\\/hybridauth.modal.css\":1,\"sites\\/all\\/themes\\/zen\\/system.menus.css\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/css\\/font_awesome\\/font-awesome.css\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/owl-carousel\\/owl.carousel.css\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/owl-carousel\\/owl.theme.css\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/css\\/styles.css\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/skin\\/circle.player.css\":1,\"sites\\/all\\/themes\\/ahlan_returns\\/slick\\/slick\\/slick.css\":1}},\"site_key\":\"AHL\",\"CToolsModal\":{\"loadingText\":\"Loading...\",\"closeText\":\"Close Window\",\"closeImage\":\"\\u003Cimg typeof=\\u0022foaf:Image\\u0022 src=\\u0022https:\\/\\/www.ahlanlive.com\\/sites\\/all\\/modules\\/contrib\\/ctools\\/images\\/icon-close-window.png\\u0022 alt=\\u0022Close window\\u0022 title=\\u0022Close window\\u0022 \\/\\u003E\",\"throbber\":\"\\u003Cimg typeof=\\u0022foaf:Image\\u0022 src=\\u0022https:\\/\\/www.ahlanlive.com\\/sites\\/all\\/modules\\/contrib\\/ctools\\/images\\/throbber.gif\\u0022 alt=\\u0022Loading\\u0022 title=\\u0022Loading...\\u0022 \\/\\u003E\"},\"modal-popup-gallery-poll\":{\"modalSize\":{\"type\":\"fixed\",\"width\":270,\"height\":150},\"modalOptions\":{\"opacity\":0.85,\"background\":\"#000\"},\"animation\":\"fadeIn\",\"modalTheme\":\"ModalFormsCustomPopup\",\"throbber\":\"\\u003Cimg typeof=\\u0022foaf:Image\\u0022 src=\\u0022https:\\/\\/www.ahlanlive.com\\/sites\\/all\\/modules\\/contrib\\/modal_forms\\/images\\/loading_animation.gif\\u0022 alt=\\u0022Please wait...\\u0022 title=\\u0022Please wait\\u0022 \\/\\u003E\",\"closeText\":\"Close\"},\"modal-popup-custom-login\":{\"modalSize\":{\"type\":\"fixed\",\"width\":515,\"height\":210},\"modalOptions\":{\"opacity\":0.85,\"background\":\"#000\"},\"animation\":\"fadeIn\",\"modalTheme\":\"ModalFormsCustomPopup\",\"throbber\":\"\\u003Cimg typeof=\\u0022foaf:Image\\u0022 src=\\u0022https:\\/\\/www.ahlanlive.com\\/sites\\/all\\/modules\\/contrib\\/modal_forms\\/images\\/loading_animation.gif\\u0022 alt=\\u0022Please wait...\\u0022 title=\\u0022Please wait\\u0022 \\/\\u003E\",\"closeText\":\"Close\"},\"modal-popup-email\":{\"modalSize\":{\"type\":\"fixed\",\"width\":508,\"height\":350},\"modalOptions\":{\"opacity\":0.85,\"background\":\"#000\"},\"animation\":\"fadeIn\",\"modalTheme\":\"ModalFormsCustomPopup\",\"throbber\":\"\\u003Cimg typeof=\\u0022foaf:Image\\u0022 src=\\u0022https:\\/\\/www.ahlanlive.com\\/sites\\/all\\/modules\\/contrib\\/modal_forms\\/images\\/loading_animation.gif\\u0022 alt=\\u0022Please wait...\\u0022 title=\\u0022Please wait\\u0022 \\/\\u003E\",\"closeText\":\"Close\"},\"tagging_key\":188,\"current_url\":\"\\/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\",\"page_string\":\"\",\"img_string\":\"\",\"base_url\":\"https:\\/\\/www.ahlanlive.com\",\"querystring_url\":0,\"jarvis\":{\"viewed_node\":{\"404955\":\"404955\",\"404329\":\"404329\",\"404325\":\"404325\",\"404443\":\"404443\",\"376288\":\"376288\",\"571620\":\"571620\",\"637734\":\"637734\",\"637736\":\"637736\",\"637745\":\"637745\",\"637751\":\"637751\",\"637754\":\"637754\",\"637738\":\"637738\",\"637732\":\"637732\",\"637724\":\"637724\",\"637723\":\"637723\"}},\"urlIsAjaxTrusted\":{\"\\/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html\":true}});</script>\n <!--[if lt IE 9]>\n <script src=\"/sites/all/themes/zen/js/html5-respond.js\"></script>\n <![endif]-->\n <script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52f227793b3bcaec\"/>\n </head>\n" ]
[ "<title>Gwyneth Paltrow's Starry Bash for Son Moses' Birthday! | Celebrity News, Celebrities | Ahlanlive</title>\n\n " ]
[ { "key": "datasource", "type": "global", "value": "www.ahlanlive.com > gwyneth paltrows starry bash son moses birthday 251579 html" } ]
[ { "char_end_idx": 518, "char_start_idx": 0, "key": "length", "type": "local", "value": "518" }, { "char_end_idx": 519, "char_start_idx": 518, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 520, "char_start_idx": 519, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 796, "char_start_idx": 520, "key": "length", "type": "local", "value": "275" }, { "char_end_idx": 1264, "char_start_idx": 796, "key": "length", "type": "local", "value": "467" }, { "char_end_idx": 1380, "char_start_idx": 1264, "key": "length", "type": "local", "value": "115" }, { "char_end_idx": 1453, "char_start_idx": 1380, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 1501, "char_start_idx": 1453, "key": "length", "type": "local", "value": "47" }, { "char_end_idx": 1565, "char_start_idx": 1501, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 1679, "char_start_idx": 1565, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 1732, "char_start_idx": 1679, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 1880, "char_start_idx": 1732, "key": "length", "type": "local", "value": "147" }, { "char_end_idx": 2035, "char_start_idx": 1880, "key": "length", "type": "local", "value": "154" }, { "char_end_idx": 2217, "char_start_idx": 2035, "key": "length", "type": "local", "value": "181" }, { "char_end_idx": 2400, "char_start_idx": 2217, "key": "length", "type": "local", "value": "182" }, { "char_end_idx": 2836, "char_start_idx": 2400, "key": "length", "type": "local", "value": "435" }, { "char_end_idx": 2837, "char_start_idx": 2836, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2838, "char_start_idx": 2837, "key": "length", "type": "local", "value": "0" } ]
[ { "key": "length", "type": "global", "value": "3071" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "banner1200x150", "ov-hidden" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "block-block-52", "block block-block mn first odd" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "block-block-54", "block block-block last even" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "content-width page-top-wrapper region region-headpage-top" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "src", "title", "alt" ], "values": [ "bg-bnr bg-bnr-lft", "/sites/all/themes/ahlan/cnt_images/placeholder/landscape.png", "", "" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "img" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "src", "title", "alt" ], "values": [ "bg-bnr bg-bnr-rgt", "/sites/all/themes/timeout/cnt_images/placeholder/landscape.png", "", "" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "img" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "banner2x2", "ov-hidden" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "bg-bnr", "inside" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "main-content" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 24, "type": "local", "value": "a" }, { "char_end_idx": 16, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 32, "type": "local", "value": "h2" }, { "char_end_idx": 17, "char_start_idx": 17, "html_attrs": { "attrs": [ "class", "typeof", "src", "width", "height", "alt", "title" ], "values": [ "rel-img", "foaf:Image", "https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/04/05/Gwyneth%2BPaltrow.jpg?itok=Q-FoEpH2", "200", "130", "Gwyneth Paltrow Defends Kim Kardashian", "Gwyneth Paltrow Defends Kim Kardashian" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 17, "char_start_idx": 17, "html_attrs": { "attrs": [ "href" ], "values": [ "/gwyneth-paltrow-defends-kim-kardashian-251019.html" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 55, "char_start_idx": 17, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/gwyneth-paltrow-defends-kim-kardashian-251019.html", "Gwyneth Paltrow Defends Kim Kardashian" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 55, "char_start_idx": 17, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h3" }, { "char_end_idx": 154, "char_start_idx": 56, "html_attrs": { "attrs": [ "class" ], "values": [ "rel-leadtext" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 155, "char_start_idx": 17, "html_attrs": { "attrs": [ "class" ], "values": [ "related-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 155, "char_start_idx": 155, "html_attrs": { "attrs": [ "class", "typeof", "src", "width", "height", "alt", "title" ], "values": [ "rel-img", "foaf:Image", "https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/05/14/Gwyneth%2BPaltrow_14.jpg?itok=4jjIITDc", "200", "130", "Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet", "Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 155, "char_start_idx": 155, "html_attrs": { "attrs": [ "href" ], "values": [ "/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 217, "char_start_idx": 155, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html", "Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 217, "char_start_idx": 155, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 335, "char_start_idx": 218, "html_attrs": { "attrs": [ "class" ], "values": [ "rel-leadtext" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 336, "char_start_idx": 155, "html_attrs": { "attrs": [ "class" ], "values": [ "related-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 336, "char_start_idx": 336, "html_attrs": { "attrs": [ "class", "typeof", "src", "width", "height", "alt", "title" ], "values": [ "rel-img", "foaf:Image", "https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/05/14/CM8033224%2540wenn20190515.jpg?itok=BhGkMQVB", "200", "130", "Gwyneth Paltrow’s a Hypo", "Gwyneth Paltrow’s a Hypo" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 336, "char_start_idx": 336, "html_attrs": { "attrs": [ "href" ], "values": [ "/gwyneth-paltrow%E2%80%99s-hypo-246679.html" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 360, "char_start_idx": 336, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/gwyneth-paltrow%E2%80%99s-hypo-246679.html", "Gwyneth Paltrow’s a Hypo" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 360, "char_start_idx": 336, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 361, "char_start_idx": 336, "html_attrs": { "attrs": [ "class" ], "values": [ "related-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 361, "char_start_idx": 361, "html_attrs": { "attrs": [ "class", "typeof", "src", "width", "height", "alt", "title" ], "values": [ "rel-img", "foaf:Image", "https://www.ahlanlive.com/sites/default/files/styles/200px_130px_wide_landscape/public/images/2013/03/20/Jessica%2BAlba.jpg?itok=1XDwsrZe", "200", "130", "Jessica Alba Takes a Dig at Gwyneth Paltrow", "Jessica Alba Takes a Dig at Gwyneth Paltrow" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 361, "char_start_idx": 361, "html_attrs": { "attrs": [ "href" ], "values": [ "/jessica-alba-takes-dig-gwyneth-paltrow-245786.html" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 404, "char_start_idx": 361, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/jessica-alba-takes-dig-gwyneth-paltrow-245786.html", "Jessica Alba Takes a Dig at Gwyneth Paltrow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 404, "char_start_idx": 361, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 533, "char_start_idx": 405, "html_attrs": { "attrs": [ "class" ], "values": [ "rel-leadtext" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 534, "char_start_idx": 361, "html_attrs": { "attrs": [ "class" ], "values": [ "related-item" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 534, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "related-articles-block" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 31, "type": "local", "value": "div" }, { "char_end_idx": 534, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "related-container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 30, "type": "local", "value": "div" }, { "char_end_idx": 588, "char_start_idx": 534, "html_attrs": { "attrs": [ "class" ], "values": [ "node-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h1" }, { "char_end_idx": 670, "char_start_idx": 589, "html_attrs": { "attrs": [ "class" ], "values": [ "lead-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 797, "char_start_idx": 671, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 798, "char_start_idx": 798, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "am", "banner1x1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 877, "char_start_idx": 863, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 1265, "char_start_idx": 798, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 1455, "char_start_idx": 1266, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1734, "char_start_idx": 1456, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1881, "char_start_idx": 1735, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1897, "char_start_idx": 1886, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 2036, "char_start_idx": 1882, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2218, "char_start_idx": 2037, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2234, "char_start_idx": 2219, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 2401, "char_start_idx": 2219, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2402, "char_start_idx": 671, "html_attrs": { "attrs": [ "class" ], "values": [ "body-content-wrapper body-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2402, "char_start_idx": 671, "html_attrs": { "attrs": [ "class" ], "values": [ "article_small clearfix" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2402, "char_start_idx": 534, "html_attrs": { "attrs": [ "class" ], "values": [ "article-group" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2402, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "panel-pane pane-node-content mb pb big-title panel-article-wrapper node-content-view article-content-view small-picture article_container clearfix" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 29, "type": "local", "value": "div" }, { "char_end_idx": 2418, "char_start_idx": 2402, "html_attrs": { "attrs": [ "class" ], "values": [ "col-blue" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 2418, "char_start_idx": 2402, "html_attrs": { "attrs": [ "class" ], "values": [ "pane-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 2495, "char_start_idx": 2419, "html_attrs": { "attrs": [ "class" ], "values": [ "field field-name-field-lead-text field-type-text-long field-label-hidden field-items field-item even" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2495, "char_start_idx": 2419, "html_attrs": { "attrs": [ "class" ], "values": [ "group-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2495, "char_start_idx": 2419, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "field-item even ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix", "/gwyneth-paltrow-defends-kim-kardashian-251019.html", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2495, "html_attrs": { "attrs": [ "class" ], "values": [ "field field-name-field-lead-text field-type-text-long field-label-hidden field-items field-item even" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2495, "html_attrs": { "attrs": [ "class" ], "values": [ "group-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2495, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "field-item odd ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix", "/gwyneth-paltrow-helps-her-kids-cheat-their-gluten-free-diet-247300.html", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "group-right" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "field-item even ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix", "/gwyneth-paltrow%E2%80%99s-hypo-246679.html", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "group-right" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "field-item odd ds-2col node node-article-listing view-mode-3_col_280x250px_landscape clearfix", "/jessica-alba-takes-dig-gwyneth-paltrow-245786.html", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2419, "html_attrs": { "attrs": [ "class" ], "values": [ "field field-name-field-story-relation field-type-entityreference field-label-hidden field-items" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2402, "html_attrs": { "attrs": [ "class" ], "values": [ "panel-pane pane-entity-field pane-node-field-story-relation two-col-view three-col-view group-below related-content-block block-title-br mb pb slick-relatedslide slider-block rc-art" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "li" }, { "char_end_idx": 2571, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 21, "type": "local", "value": "li" }, { "char_end_idx": 2571, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 23, "type": "local", "value": "li" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "href" ], "values": [ "/photos/amfar-la-inspiration-gala-honoring-tom-ford-hosted-by-gwyneth-paltrow-531535.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 28, "type": "local", "value": "a" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "field-content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 27, "type": "local", "value": "span" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "views-field views-field-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 26, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 25, "type": "local", "value": "li" }, { "char_end_idx": 2665, "char_start_idx": 2665, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "field-item" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 18, "type": "local", "value": "ul" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "item-list" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "field-item even view view-common view-id-common view-display-id-block_3 field-name-field-story-relation view-dom-id-2e4cde106528f76b699b9d50a697d8c4 view-content" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "group-fourth field field-name-related-articles field-type-ds field-label-hidden field-items" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "field-item even ds-4col node node-people node-promoted view-mode-3_col_teaser_sqr_img clearfix", "/celebrities/gwyneth-paltrow-247.html", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 2571, "html_attrs": { "attrs": [ "class" ], "values": [ "panel-pane pane-entity-field pane-node-field-entity-people-relations people-relations-block field field-name-field-entity-people-relations field-type-entityreference field-label-hidden field-items" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 2665, "html_attrs": { "attrs": [ "class" ], "values": [ "panel-pane pane-custom pane-1" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "panels-flexible-region panels-flexible-region-width-override-col_left panels-flexible-region-first main-content inside panels-flexible-region-inside panels-flexible-region-width-override-col_left-inside panels-flexible-region-inside-first" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 2665, "char_start_idx": 2665, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "panel-pane pane-block pane-block-27 mb pb pane-block mb pb ads-inner-block", "banner300x250" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 2675, "char_start_idx": 2665, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "span" }, { "char_end_idx": 2675, "char_start_idx": 2665, "html_attrs": { "attrs": [ "class" ], "values": [ "pane-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 19, "type": "local", "value": "h2" }, { "char_end_idx": 2757, "char_start_idx": 2676, "html_attrs": { "attrs": [ "href" ], "values": [ "/Avengers-%20EndGame-screening-Dubai%20Cinemas-%2024%20hours" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 2757, "char_start_idx": 2676, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "h3" }, { "char_end_idx": 2757, "char_start_idx": 2676, "html_attrs": { "attrs": [ "class", "property" ], "values": [ "field field-name-title field-type-ds field-label-hidden field-items field-item even", "dc:title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2757, "char_start_idx": 2676, "html_attrs": { "attrs": [ "class" ], "values": [ "group-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2757, "char_start_idx": 2676, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "views-row views-row-1 views-row-odd views-row-first ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix", "/Avengers- EndGame-screening-Dubai Cinemas- 24 hours", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2757, "char_start_idx": 2757, "html_attrs": { "attrs": [ "class" ], "values": [ "group-right" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2757, "char_start_idx": 2757, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "views-row views-row-2 views-row-even ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix", "/sandstorms-strong winds-dust clouds%2CNCM%2CUAE", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2840, "char_start_idx": 2757, "html_attrs": { "attrs": [ "href" ], "values": [ "/secret%20party-zaya-nurai-island-weekend-abu%20dhabi-637754.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 2840, "char_start_idx": 2757, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "h3" }, { "char_end_idx": 2840, "char_start_idx": 2757, "html_attrs": { "attrs": [ "class", "property" ], "values": [ "field field-name-title field-type-ds field-label-hidden field-items field-item even", "dc:title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 2840, "char_start_idx": 2757, "html_attrs": { "attrs": [ "class" ], "values": [ "group-right" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2840, "char_start_idx": 2757, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "views-row views-row-5 views-row-odd views-row-last ds-2col node node-article-listing view-mode-2_col_80x60px_landscape clearfix", "/secret party-zaya-nurai-island-weekend-abu dhabi-637754.html", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 2840, "char_start_idx": 2676, "html_attrs": { "attrs": [ "class" ], "values": [ "view view-nodequeue view-id-nodequeue view-display-id-block view-dom-id-49b72d63ec5de142836330db0c40db53 view-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2840, "char_start_idx": 2665, "html_attrs": { "attrs": [ "class" ], "values": [ "panel-pane pane-views pane-nodequeue title-large title-bg dontmiss-block mb pb title-bg-pink" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 2840, "char_start_idx": 2840, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "panel-pane pane-block pane-block-39 pane-block mb pb ads-inner-block", "banner300x251" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2854, "char_start_idx": 2840, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "span" }, { "char_end_idx": 2854, "char_start_idx": 2840, "html_attrs": { "attrs": [ "class" ], "values": [ "pane-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 2926, "char_start_idx": 2855, "html_attrs": { "attrs": [ "href" ], "values": [ "/Prince%20Louis-first%20birthday-%20photos-revealed-kensignton%20palace" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2926, "char_start_idx": 2855, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 2926, "char_start_idx": 2855, "html_attrs": { "attrs": [ "class", "property" ], "values": [ "field field-name-title field-type-ds field-label-hidden field-items field-item even", "dc:title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2926, "char_start_idx": 2855, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "views-row views-row-1 views-row-odd views-row-first item ds-1col node node-article-listing view-mode-1_col_70x90px_portrait clearfix", "/Prince Louis-first birthday- photos-revealed-kensignton palace", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2991, "char_start_idx": 2926, "html_attrs": { "attrs": [ "href" ], "values": [ "/etihad-airways-single-use-plastic-free-flight-earth-day-abu-dhabi-brisbane-637732.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 2991, "char_start_idx": 2926, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 2991, "char_start_idx": 2926, "html_attrs": { "attrs": [ "class", "property" ], "values": [ "field field-name-title field-type-ds field-label-hidden field-items field-item even", "dc:title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2991, "char_start_idx": 2926, "html_attrs": { "attrs": [ "class", "about", "typeof" ], "values": [ "views-row views-row-2 views-row-even item ds-1col node node-article-listing view-mode-1_col_70x90px_portrait clearfix", "/etihad-airways-single-use-plastic-free-flight-earth-day-abu-dhabi-brisbane-637732.html", "sioc:Item foaf:Document" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2991, "char_start_idx": 2855, "html_attrs": { "attrs": [ "class" ], "values": [ "view view-id-slideshow view-display-id-block view-dom-id-6ad42c26491a1de05c2b503ec913dabd view-content single-slick-slider" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2991, "char_start_idx": 2840, "html_attrs": { "attrs": [ "class" ], "values": [ "panel-pane pane-views pane-slideshow live-tv-block mb pb pager-marker" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3001, "char_start_idx": 2991, "html_attrs": { "attrs": [ "class" ], "values": [ "pane-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 3070, "char_start_idx": 3002, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3071, "char_start_idx": 2991, "html_attrs": { "attrs": [ "class" ], "values": [ "panel-pane pane-block pane-block-1 mb pb pane-block mb pb subscribe-block" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 3071, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "panel-pane pane-block pane-block-28 mb pb pane-block", "banner300x600" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 2665, "html_attrs": { "attrs": [ "class" ], "values": [ "panels-flexible-region panels-flexible-region-width-override-col_right panels-flexible-region-last right-sidebar inside panels-flexible-region-inside panels-flexible-region-width-override-col_right-inside panels-flexible-region-inside-last" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "panels-flexible-row panels-flexible-row-width-override-1 clearfix inside panels-flexible-row-inside panels-flexible-row-width-override-1-inside clearfix" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 27, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "content", "column panel-flexible width-override clearfix panel-flexible-inside width-override-inside", "main" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 26, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "clearfix", "main" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "block-block-53", "block block-block sde-bn first last odd" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 3071, "html_attrs": { "attrs": [ "class" ], "values": [ "footer_wrapper" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "region region-help" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "main-cnt-bx content-width" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "page" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3071, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "html not-front not-logged-in no-sidebars page-node page-node- page-node-404853 node-type-article-listing section-gwyneth-paltrows-starry-bash-son-moses-birthday-251579html page-panels" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 16, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "Related Articles" }, { "char_end_idx": 55, "char_start_idx": 16, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nGwyneth Paltrow Defends Kim Kardashian" }, { "char_end_idx": 154, "char_start_idx": 55, "key": "paragraph", "marker": "div", "type": "local", "value": "\nKim Kardashian's got herself a supporter as she faces all those jibes for gaining during pregnancy" }, { "char_end_idx": 155, "char_start_idx": 154, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 217, "char_start_idx": 155, "key": "paragraph", "marker": "h3", "type": "local", "value": "Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet" }, { "char_end_idx": 335, "char_start_idx": 217, "key": "paragraph", "marker": "div", "type": "local", "value": "\nGwyneth Paltrow dishes on how she relaxes her family's strict food regime so her kids can enjoy a weekly sugary treat" }, { "char_end_idx": 336, "char_start_idx": 335, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 360, "char_start_idx": 336, "key": "paragraph", "marker": "h3", "type": "local", "value": "Gwyneth Paltrow’s a Hypo" }, { "char_end_idx": 361, "char_start_idx": 360, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 404, "char_start_idx": 361, "key": "paragraph", "marker": "h3", "type": "local", "value": "Jessica Alba Takes a Dig at Gwyneth Paltrow" }, { "char_end_idx": 533, "char_start_idx": 404, "key": "paragraph", "marker": "div", "type": "local", "value": "\nOoh, celeb catfight alert! Jessica Alba thinks her lifestyle tips are \"much more grounded\" than Gwyneth Paltrow's... here's why!" }, { "char_end_idx": 534, "char_start_idx": 533, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 588, "char_start_idx": 534, "key": "paragraph", "marker": "h1", "type": "local", "value": "Gwyneth Paltrow's Starry Bash for Son Moses' Birthday!" }, { "char_end_idx": 670, "char_start_idx": 588, "key": "paragraph", "marker": "div", "type": "local", "value": "\nFrom Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow's A-list pals joined in!" }, { "char_end_idx": 798, "char_start_idx": 670, "key": "paragraph", "marker": "p", "type": "local", "value": "\nGwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses' birthday on Saturday (6 April).\n" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "paragraph", "marker": "p", "type": "local", "value": "The 40-year-old actress - who released her new healthy cook book It's All Good and launched her fourth fitness studio with exercise expert Tracy Anderson in Los Angeles this week - and her Coldplay star husband Chris Martin were joined by guests including Kate Hudson, Tobey McGuire, Cameron Diaz, Gwen Stefani and Joel Madden, as well as all their children, at their new mansion in Brentwood, California to celebrate ahead of their son's seventh birthday on 8 April.\n" }, { "char_end_idx": 1456, "char_start_idx": 1266, "key": "paragraph", "marker": "p", "type": "local", "value": "A source told E! News: \"Chris Martin was walking around the party barefoot, totally relaxed and having a good time. He spent a lot of time sitting with Maria Shriver and her kids chatting.\"\n" }, { "char_end_idx": 1735, "char_start_idx": 1456, "key": "paragraph", "marker": "p", "type": "local", "value": "\"Kate Hudson talked to Jon Favreau for awhile. Everyone was dressed casually in summer clothes and sunglasses. It looked like a relaxed atmosphere where they could show off their new house and celebrate their son's birthday. People stayed all day and really enjoyed themselves.\"\n" }, { "char_end_idx": 1882, "char_start_idx": 1735, "key": "paragraph", "marker": "p", "type": "local", "value": "The celebrity children spent the day playing with hula-hoops, tabletop football, basketball and dancing on the lawn in the middle of the property.\n" }, { "char_end_idx": 2037, "char_start_idx": 1882, "key": "paragraph", "marker": "p", "type": "local", "value": "The Iron Man 3 star also put aside her strict gluten-free, low-carb diet and treated the guests to hamburgers, fries and several different types of salad.\n" }, { "char_end_idx": 2219, "char_start_idx": 2037, "key": "paragraph", "marker": "p", "type": "local", "value": "Noticeably absent from the bash were the couple's best pals Beyonce, Jay-Z and their daughter Blue Ivy Carter, who are currently celebrating their fifth wedding anniversary in Cuba.\n" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "paragraph", "marker": "p", "type": "local", "value": "Good Charlotte rocker Joel brought his two children Harlow and Sparrow but his wife Nicole Richie did not attend as she is on holiday in St Barts with friends including Jessica Alba.\n" }, { "char_end_idx": 2418, "char_start_idx": 2402, "key": "paragraph", "marker": "h2", "type": "local", "value": "Related Articles" }, { "char_end_idx": 2495, "char_start_idx": 2418, "key": "paragraph", "marker": "div", "type": "local", "value": "\nKim Kardashian's got herself a supporter as she faces all those jibes for g\n" }, { "char_end_idx": 2571, "char_start_idx": 2495, "key": "paragraph", "marker": "div", "type": "local", "value": "Gwyneth Paltrow dishes on how she relaxes her family's strict food regime s\n" }, { "char_end_idx": 2665, "char_start_idx": 2571, "key": "paragraph", "marker": "div", "type": "local", "value": "Gwyneth Paltrow, Molly Sims, Kelly Osbourne & More Stars Attend the amfAR LA Inspiration Gala\n" }, { "char_end_idx": 2675, "char_start_idx": 2665, "key": "paragraph", "marker": "h2", "type": "local", "value": "Don't Miss" }, { "char_end_idx": 2757, "char_start_idx": 2675, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nThe much awaited Avengers Endgame will be screened in Dubai Cinemas for 24 hours\n" }, { "char_end_idx": 2840, "char_start_idx": 2757, "key": "paragraph", "marker": "div", "type": "local", "value": "There is a 'secret' party happening on Nurai Island that you need to know about...\n" }, { "char_end_idx": 2854, "char_start_idx": 2840, "key": "paragraph", "marker": "h2", "type": "local", "value": "Ahlan! Live TV" }, { "char_end_idx": 2926, "char_start_idx": 2854, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nAww! Pictures of Prince Louis on his first birthday have been released\n" }, { "char_end_idx": 2991, "char_start_idx": 2926, "key": "paragraph", "marker": "div", "type": "local", "value": "Etihad Airways is running a single-use plastic-free flight today\n" }, { "char_end_idx": 3001, "char_start_idx": 2991, "key": "paragraph", "marker": "h2", "type": "local", "value": "The A!List" }, { "char_end_idx": 3071, "char_start_idx": 3001, "key": "paragraph", "marker": "p", "type": "local", "value": "\nGet our biggest stories and galleries delivered direct to your inbox\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Gwyneth Paltrow's Starry Bash for Son Moses' Birthday! | Celebrity News, Celebrities | Ahlanlive" } ]
[ { "key": "url", "type": "global", "value": "https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html" } ]
[]
Related Articles Gwyneth Paltrow Defends Kim Kardashian Kim Kardashian's got herself a supporter as she faces all those jibes for gaining during pregnancy Gwyneth Paltrow Helps Her Kids Cheat on Their Gluten-free Diet Gwyneth Paltrow dishes on how she relaxes her family's strict food regime so her kids can enjoy a weekly sugary treat Gwyneth Paltrow’s a Hypo Jessica Alba Takes a Dig at Gwyneth Paltrow Ooh, celeb catfight alert! Jessica Alba thinks her lifestyle tips are "much more grounded" than Gwyneth Paltrow's... here's why! Gwyneth Paltrow's Starry Bash for Son Moses' Birthday! From Kate Hudson to Cameron Diaz, all of Gwyneth Paltrow's A-list pals joined in! Gwyneth Paltrow sure knows how to throw a party! It was a star-studded bash for her son Moses' birthday on Saturday (6 April). The 40-year-old actress - who released her new healthy cook book It's All Good and launched her fourth fitness studio with exercise expert Tracy Anderson in Los Angeles this week - and her Coldplay star husband Chris Martin were joined by guests including Kate Hudson, Tobey McGuire, Cameron Diaz, Gwen Stefani and Joel Madden, as well as all their children, at their new mansion in Brentwood, California to celebrate ahead of their son's seventh birthday on 8 April. A source told E! News: "Chris Martin was walking around the party barefoot, totally relaxed and having a good time. He spent a lot of time sitting with Maria Shriver and her kids chatting." "Kate Hudson talked to Jon Favreau for awhile. Everyone was dressed casually in summer clothes and sunglasses. It looked like a relaxed atmosphere where they could show off their new house and celebrate their son's birthday. People stayed all day and really enjoyed themselves." The celebrity children spent the day playing with hula-hoops, tabletop football, basketball and dancing on the lawn in the middle of the property. The Iron Man 3 star also put aside her strict gluten-free, low-carb diet and treated the guests to hamburgers, fries and several different types of salad. Noticeably absent from the bash were the couple's best pals Beyonce, Jay-Z and their daughter Blue Ivy Carter, who are currently celebrating their fifth wedding anniversary in Cuba. Good Charlotte rocker Joel brought his two children Harlow and Sparrow but his wife Nicole Richie did not attend as she is on holiday in St Barts with friends including Jessica Alba. Related Articles Kim Kardashian's got herself a supporter as she faces all those jibes for g Gwyneth Paltrow dishes on how she relaxes her family's strict food regime s Gwyneth Paltrow, Molly Sims, Kelly Osbourne & More Stars Attend the amfAR LA Inspiration Gala Don't Miss The much awaited Avengers Endgame will be screened in Dubai Cinemas for 24 hours There is a 'secret' party happening on Nurai Island that you need to know about... Ahlan! Live TV Aww! Pictures of Prince Louis on his first birthday have been released Etihad Airways is running a single-use plastic-free flight today The A!List Get our biggest stories and galleries delivered direct to your inbox
https://www.ahlanlive.com/gwyneth-paltrows-starry-bash-son-moses-birthday-251579.html
[ { "char_end_idx": 32, "char_start_idx": 17, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 55, "char_start_idx": 41, "key": "entity", "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 70, "char_start_idx": 56, "key": "entity", "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 170, "char_start_idx": 155, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 233, "char_start_idx": 218, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 351, "char_start_idx": 336, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 360, "char_start_idx": 356, "key": "entity", "type": "local", "value": "Hypoglycemia" }, { "char_end_idx": 373, "char_start_idx": 361, "key": "entity", "type": "local", "value": "Jessica_Alba" }, { "char_end_idx": 385, "char_start_idx": 382, "key": "entity", "type": "local", "value": "Virginity" }, { "char_end_idx": 404, "char_start_idx": 389, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 444, "char_start_idx": 432, "key": "entity", "type": "local", "value": "Jessica_Alba" }, { "char_end_idx": 516, "char_start_idx": 501, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 549, "char_start_idx": 534, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 605, "char_start_idx": 594, "key": "entity", "type": "local", "value": "Kate_Hudson" }, { "char_end_idx": 621, "char_start_idx": 609, "key": "entity", "type": "local", "value": "Cameron_Diaz" }, { "char_end_idx": 645, "char_start_idx": 630, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 686, "char_start_idx": 671, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 765, "char_start_idx": 759, "key": "entity", "type": "local", "value": "Moses" }, { "char_end_idx": 876, "char_start_idx": 868, "key": "entity", "type": "local", "value": "All_Good_Music_Festival" }, { "char_end_idx": 951, "char_start_idx": 937, "key": "entity", "type": "local", "value": "Tracy_Anderson" }, { "char_end_idx": 966, "char_start_idx": 955, "key": "entity", "type": "local", "value": "Los_Angeles" }, { "char_end_idx": 995, "char_start_idx": 987, "key": "entity", "type": "local", "value": "Coldplay" }, { "char_end_idx": 1021, "char_start_idx": 1009, "key": "entity", "type": "local", "value": "Chris_Martin" }, { "char_end_idx": 1065, "char_start_idx": 1054, "key": "entity", "type": "local", "value": "Kate_Hudson" }, { "char_end_idx": 1080, "char_start_idx": 1067, "key": "entity", "type": "local", "value": "Tobey_Maguire" }, { "char_end_idx": 1094, "char_start_idx": 1082, "key": "entity", "type": "local", "value": "Cameron_Diaz" }, { "char_end_idx": 1108, "char_start_idx": 1096, "key": "entity", "type": "local", "value": "Gwen_Stefani" }, { "char_end_idx": 1124, "char_start_idx": 1113, "key": "entity", "type": "local", "value": "Joel_Madden" }, { "char_end_idx": 1190, "char_start_idx": 1181, "key": "entity", "type": "local", "value": "Brentwood,_Los_Angeles" }, { "char_end_idx": 1202, "char_start_idx": 1192, "key": "entity", "type": "local", "value": "California" }, { "char_end_idx": 1287, "char_start_idx": 1283, "key": "entity", "type": "local", "value": "ABC_News" }, { "char_end_idx": 1302, "char_start_idx": 1290, "key": "entity", "type": "local", "value": "Chris_Martin" }, { "char_end_idx": 1431, "char_start_idx": 1418, "key": "entity", "type": "local", "value": "Maria_Shriver" }, { "char_end_idx": 1468, "char_start_idx": 1457, "key": "entity", "type": "local", "value": "Kate_Hudson" }, { "char_end_idx": 1490, "char_start_idx": 1479, "key": "entity", "type": "local", "value": "Jon_Favreau" }, { "char_end_idx": 1896, "char_start_idx": 1886, "key": "entity", "type": "local", "value": "Iron_Man_3" }, { "char_end_idx": 2104, "char_start_idx": 2097, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 2111, "char_start_idx": 2106, "key": "entity", "type": "local", "value": "Jay-Z" }, { "char_end_idx": 2146, "char_start_idx": 2131, "key": "entity", "type": "local", "value": "Beyoncé" }, { "char_end_idx": 2217, "char_start_idx": 2213, "key": "entity", "type": "local", "value": "Cuba" }, { "char_end_idx": 2233, "char_start_idx": 2224, "key": "entity", "type": "local", "value": "Charlotte,_North_Carolina" }, { "char_end_idx": 2245, "char_start_idx": 2241, "key": "entity", "type": "local", "value": "Joel_Madden" }, { "char_end_idx": 2277, "char_start_idx": 2271, "key": "entity", "type": "local", "value": "Harlow" }, { "char_end_idx": 2289, "char_start_idx": 2282, "key": "entity", "type": "local", "value": "Sparrow" }, { "char_end_idx": 2316, "char_start_idx": 2303, "key": "entity", "type": "local", "value": "Nicole_Richie" }, { "char_end_idx": 2364, "char_start_idx": 2356, "key": "entity", "type": "local", "value": "Saint_Barthélemy" }, { "char_end_idx": 2400, "char_start_idx": 2388, "key": "entity", "type": "local", "value": "Jessica_Alba" }, { "char_end_idx": 2433, "char_start_idx": 2419, "key": "entity", "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 2510, "char_start_idx": 2495, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 2586, "char_start_idx": 2571, "key": "entity", "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 2598, "char_start_idx": 2588, "key": "entity", "type": "local", "value": "Molly_Sims" }, { "char_end_idx": 2614, "char_start_idx": 2600, "key": "entity", "type": "local", "value": "Kelly_Osbourne" }, { "char_end_idx": 2709, "char_start_idx": 2693, "key": "entity", "type": "local", "value": "Avengers:_Endgame" }, { "char_end_idx": 2845, "char_start_idx": 2840, "key": "entity", "type": "local", "value": "Ahlan!" }, { "char_end_idx": 2854, "char_start_idx": 2847, "key": "entity", "type": "local", "value": "Live_television" }, { "char_end_idx": 2884, "char_start_idx": 2879, "key": "entity", "type": "local", "value": "Louis_de_Pointe_du_Lac" }, { "char_end_idx": 2940, "char_start_idx": 2926, "key": "entity", "type": "local", "value": "Etihad_Airways" } ]
[ { "char_end_idx": 55, "char_start_idx": 16, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 55, "char_start_idx": 16, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 154, "char_start_idx": 55, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 217, "char_start_idx": 155, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 335, "char_start_idx": 217, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 360, "char_start_idx": 336, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 360, "char_start_idx": 336, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Hypoglycemia" }, { "char_end_idx": 404, "char_start_idx": 361, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jessica_Alba" }, { "char_end_idx": 404, "char_start_idx": 361, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Virginity" }, { "char_end_idx": 404, "char_start_idx": 361, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 533, "char_start_idx": 404, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jessica_Alba" }, { "char_end_idx": 533, "char_start_idx": 404, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 588, "char_start_idx": 534, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 670, "char_start_idx": 588, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kate_Hudson" }, { "char_end_idx": 670, "char_start_idx": 588, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Cameron_Diaz" }, { "char_end_idx": 670, "char_start_idx": 588, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 798, "char_start_idx": 670, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 798, "char_start_idx": 670, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Moses" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "All_Good_Music_Festival" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Tracy_Anderson" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Los_Angeles" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Coldplay" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Chris_Martin" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Kate_Hudson" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Tobey_Maguire" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "Cameron_Diaz" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "Gwen_Stefani" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Joel_Madden" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "Brentwood,_Los_Angeles" }, { "char_end_idx": 1266, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 11, "relative_start_pos": 11, "type": "local", "value": "California" }, { "char_end_idx": 1456, "char_start_idx": 1266, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ABC_News" }, { "char_end_idx": 1456, "char_start_idx": 1266, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Chris_Martin" }, { "char_end_idx": 1456, "char_start_idx": 1266, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Maria_Shriver" }, { "char_end_idx": 1735, "char_start_idx": 1456, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kate_Hudson" }, { "char_end_idx": 1735, "char_start_idx": 1456, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Jon_Favreau" }, { "char_end_idx": 2037, "char_start_idx": 1882, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Iron_Man_3" }, { "char_end_idx": 2219, "char_start_idx": 2037, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Beyoncé" }, { "char_end_idx": 2219, "char_start_idx": 2037, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Jay-Z" }, { "char_end_idx": 2219, "char_start_idx": 2037, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Cuba" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Charlotte,_North_Carolina" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Joel_Madden" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Harlow" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Sparrow" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Nicole_Richie" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Saint_Barthélemy" }, { "char_end_idx": 2402, "char_start_idx": 2219, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Jessica_Alba" }, { "char_end_idx": 2495, "char_start_idx": 2418, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kim_Kardashian" }, { "char_end_idx": 2571, "char_start_idx": 2495, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 2665, "char_start_idx": 2571, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Gwyneth_Paltrow" }, { "char_end_idx": 2665, "char_start_idx": 2571, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Molly_Sims" }, { "char_end_idx": 2665, "char_start_idx": 2571, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Kelly_Osbourne" }, { "char_end_idx": 2757, "char_start_idx": 2675, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Avengers:_Endgame" }, { "char_end_idx": 2854, "char_start_idx": 2840, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ahlan!" }, { "char_end_idx": 2854, "char_start_idx": 2840, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Live_television" }, { "char_end_idx": 2926, "char_start_idx": 2854, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Louis_de_Pointe_du_Lac" }, { "char_end_idx": 2991, "char_start_idx": 2926, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Etihad_Airways" } ]
0
299
1555956360000
<!DOCTYPE html> <html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="google-site-verification" content="XrQpWqRbEJwrtU26PMJuZxKV56r2XBcAXwaFiKDtSIM"><title>Blog | 1031 Exchange Advantage&trade; in Carlsbad, CA</title><meta name="description" content="Read through the blog of 1031 Exchange Advantage&trade; serving clients in Carlsbad, CA and the nearby areas. To know more, call us at 866-944-1031 today!"><link href="https://www.selltaxfree.com/css/bootstrap.min.css" rel="stylesheet" type="text/css"><link rel="icon" type="image/png" href="https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/favicon.png"><link href="https://www.selltaxfree.com/styles/ie10-viewport-bug-workaround.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Muli:200,300,300i,400,600,700,800,900" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800" rel="stylesheet"><link href="https://www.selltaxfree.com/css/common-global.css" rel="stylesheet" type="text/css"><link href="https://www.selltaxfree.com/css/site-overrides.css" rel="stylesheet" type="text/css"><link href="https://www.selltaxfree.com/css/pages/WebPage-1720b3d0-73cb-4b09-aa56-73ecba116d96.css" rel="stylesheet" type="text/css"><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link href="https://www.selltaxfree.com/css/bootstrap-social.css" rel="stylesheet"><link href="https://www.selltaxfree.com/styles/default.css" rel="stylesheet"><link href="https://www.selltaxfree.com/styles/bootstrap-slider.css" rel="stylesheet"><link href="https://www.selltaxfree.com/styles/slick.css" rel="stylesheet"><link href="https://www.selltaxfree.com/styles/custom.css" rel="stylesheet"><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--></head><body data-page-id="WebPage-1720b3d0-73cb-4b09-aa56-73ecba116d96" data-page-name="blog" data-site="Site-b642b9fa-52e0-4a65-9640-47958baea728" class="index"> <nav class="mobile_menu"><span class="mobile-container"> <header><a href="https://www.selltaxfree.com/"><img class="img-responsive mobile-logo" src="https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/newLogo.png"></a> <div class="sub__header"> <span class="phone-number"><a href="Tel:866-944-1031"><i class="fa fa-phone"></i></a></span> <span class="menu"><span></span></span> </div> </header></span> </nav><navigation class="overlay__menu"><header><span class="exit"> <span></span> </span> <a class="mobile-logo" href="https://www.selltaxfree.com/"><img src="https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/newLogo.png"></a> </header><ul class="visible-xs visible-sm"><li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="https://www.selltaxfree.com/" role="button" aria-haspopup="true" aria-expanded="false"> Learn <span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="https://www.selltaxfree.com/what-is-an-exchange">What is an Exchange?</a></li> <li class=" "><a href="https://www.selltaxfree.com/do-i-qualify">Do I Qualify?</a></li> <li class=" "><a href="https://www.selltaxfree.com/calculator">Why Exchange?</a></li> <li class=" "><a href="https://www.selltaxfree.com/secure-exchange">Secure Exchange</a></li> <li class=" "><a href="https://www.selltaxfree.com/improvement-exchange">Improvement Exchange</a></li> <li class=" "><a href="https://www.selltaxfree.com/reverse-exchange">Reverse Exchange</a></li> <li class=" "><a href="https://www.selltaxfree.com/fees">Fees</a></li> <li class=" "><a href="https://www.selltaxfree.com/timelines">Timelines</a></li> <li class=" "><a href="https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/1031_EA_Cert_web.pdf" target="_blank">Bond</a></li> <li class=" "><a href="https://docs.google.com/viewerng/viewer?url=https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/sample_ea_doc_with_qta.pdf" target="_blank">Sample Exchange Agreement <br>with Qualified Escrow Account</a></li> <li class=" "><a href="https://www.selltaxfree.com/blog">Blog</a></li> </ul></li> <li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> Plan<span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="https://www.selltaxfree.com/choose-your-reinvestment">What Can I Buy?</a></li> <li class=" "><a href="https://www.selltaxfree.com/find-my-loan">Find my loan</a></li> <li class=" "><a href="https://www.selltaxfree.com/faqs">FAQ's</a></li> </ul></li> <li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> Consult<span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="https://www.selltaxfree.com/schedule-a-consultation">Schedule Consultation</a></li> </ul></li> <li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> Get To Work<span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="http://www.startmyexchange.com/" target="_blank">Start My Exchange</a></li> <li class=" "><a href="http://www.completemyexchange.com/" target="_blank">Complete my Exchange</a></li> </ul></li> <li class=" " data-active=""><a href="https://www.selltaxfree.com/testimonials">Testimonials</a></li> <li class="get-started hidden " data-active=""><a href="#getstarted">Get Started</a></li> <li class="__phone " data-active=""><a href="#">866-944-1031</a></li> <li class="__consultation " data-active=""><a href="https://www.selltaxfree.com/schedule-a-consultation">Schedule A Consultation</a></li> <li class="__start " data-active=""><a href="http://www.startmyexchange.com/" target="_blank">Start Exchange</a></li> </ul></navigation><div id="mobile-panel" class="main-content bg-content"> <div class="header-navigation base-color row-fluid"> <span class="toggle-button visible-xs-inline visible-sm-inline hidden-md hidden-lg"> <div class="hamburger-menu hamburger-btn" data-menu="6"> <div class="hamburger-icon"></div> </div> </span> <div class="header-container"> <div class="col-xs-12 hidden-xs hidden-sm header-wrapper" ><div class="col-xs-12 col-md-2 col-lg-3 logo-wrapper" ><img src="https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/newLogo.png" alt="" class="img-responsive" data-url="https://www.selltaxfree.com/"></div><div class="col-xs-12 col-md-10 col-lg-9 no-padding" ><div class="no-padding"><ul class="nav-menu"><li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="https://www.selltaxfree.com/" role="button" aria-haspopup="true" aria-expanded="false"> Learn <span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="https://www.selltaxfree.com/what-is-an-exchange">What is an Exchange?</a></li> <li class=" "><a href="https://www.selltaxfree.com/do-i-qualify">Do I Qualify?</a></li> <li class=" "><a href="https://www.selltaxfree.com/calculator">Why Exchange?</a></li> <li class=" "><a href="https://www.selltaxfree.com/secure-exchange">Secure Exchange</a></li> <li class=" "><a href="https://www.selltaxfree.com/improvement-exchange">Improvement Exchange</a></li> <li class=" "><a href="https://www.selltaxfree.com/reverse-exchange">Reverse Exchange</a></li> <li class=" "><a href="https://www.selltaxfree.com/fees">Fees</a></li> <li class=" "><a href="https://www.selltaxfree.com/timelines">Timelines</a></li> <li class=" "><a href="https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/1031_EA_Cert_web.pdf" target="_blank">Bond</a></li> <li class=" "><a href="https://docs.google.com/viewerng/viewer?url=https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/sample_ea_doc_with_qta.pdf" target="_blank">Sample Exchange Agreement <br>with Qualified Escrow Account</a></li> <li class=" "><a href="https://www.selltaxfree.com/blog">Blog</a></li> </ul></li> <li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> Plan<span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="https://www.selltaxfree.com/choose-your-reinvestment">What Can I Buy?</a></li> <li class=" "><a href="https://www.selltaxfree.com/find-my-loan">Find my loan</a></li> <li class=" "><a href="https://www.selltaxfree.com/faqs">FAQ's</a></li> </ul></li> <li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> Consult<span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="https://www.selltaxfree.com/schedule-a-consultation">Schedule Consultation</a></li> </ul></li> <li class="dropdown " role="presentation"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> Get To Work<span class="caret"></span></a><ul class="dropdown-menu"><li class=" "><a href="http://www.startmyexchange.com/" target="_blank">Start My Exchange</a></li> <li class=" "><a href="http://www.completemyexchange.com/" target="_blank">Complete my Exchange</a></li> </ul></li> <li class=" " data-active=""><a href="https://www.selltaxfree.com/testimonials">Testimonials</a></li> <li class="get-started hidden " data-active=""><a href="#getstarted">Get Started</a></li> <li class="__phone " data-active=""><a href="#">866-944-1031</a></li> <li class="__consultation " data-active=""><a href="https://www.selltaxfree.com/schedule-a-consultation">Schedule A Consultation</a></li> <li class="__start " data-active=""><a href="http://www.startmyexchange.com/" target="_blank">Start Exchange</a></li> </ul><div class="team__page__header hidden"> <a class="btn btn-primary" href="#">Yes, I want SellTaxFree.com to help me grow my business </a> <a class="btn btn-primary" href="#">No, I don't want to make money while helping my Clients right now.</a></div></div></div></div> </div></div> <div class="content theme_base_color"> <div class="col-xs-12 head__banner" ><div class="col-xs-12 theme__container" ><div><h1>Blog</h1></div></div></div><div class="col-xs-12 __main" ><div class="col-xs-12 theme__container" ><div class="col-xs-12 blog__list" ><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_1075401797.jpg" alt="1031 Exchange advantage&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/are-there-any-downsides-to-a-1031-exchange-advantage"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By Sell Tax Free</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>March 18. 2019</li></div><div><h2>Are there any downsides to a 1031 Exchange Advantage?</h2>Also known as a deferred exchange, a 1031 exchange is a tax advantage that enables businesses and investors to defer capital gains tax on real estate. Sounds too good to be true, right? Well, honestly it really isn&rsquo;t. Section 1031 of the Internal Revenue Code provides a legal way to postpone the tax on the gain if the property is held as part of a business or investment. This is a great way for businesses and investors to take advantage of the additional value of their real estate and put it into their next purchase. As such, it is essentially like an interest-free loan.&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/are-there-any-downsides-to-a-1031-exchange-advantage" href="https://www.selltaxfree.com/are-there-any-downsides-to-a-1031-exchange-advantage" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_519924217.jpg" alt="typical 1031 exchange client&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/who-is-a-typical-1031-exchange-client"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By SellTaxFree</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>February 26, 2019</li></div><div><h2>Who Is a Typical 1031 Exchange Client?</h2>If you are unsure if you are a suitable candidate for a 1031 exchange, our dedicated exchange facilitators will be happy to speak to you about your proposed exchange and help you determine whether or not you qualify for this still fairly unknown tax incentive. Please contact our Sell Tax Free office today.&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/who-is-a-typical-1031-exchange-client" href="https://www.selltaxfree.com/who-is-a-typical-1031-exchange-client" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_609312404.jpg" alt="happy client speaking with an employee&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/how-do-i-qualify-for-a-1031-exchange"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By 1031 Exchange Advantage TM</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>January 29, 2019</li></div><div><h2>How Do I Qualify for a 1031 Exchange?</h2>A 1031 exchange is a fantastic way for businesses or investors to delay paying capital gains tax on the sale of their properties. However, as you might expect, to take advantage of this tax exemption you must fulfil specific criteria. Failure to do so could mean that you are liable for the tax you have tried to re-invest, plus any additional penalties.&nbsp;&nbsp;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/how-do-i-qualify-for-a-1031-exchange" href="https://www.selltaxfree.com/how-do-i-qualify-for-a-1031-exchange" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_522883891.jpg" alt="happy businessmen&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/rules-in-a-1031-exchange"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By 1031 Exchange Advantage TM</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>December 17, 2018</li></div><div><h2>Rules in a 1031 Exchange</h2>Since the process of a 1031 exchange can only be completed by a licensed facilitator, your chosen professional is your best support when it comes to ensuring that all areas of your transaction fall within the rules. In the meantime, here are some of the most important rules that you will need to pay close attention to when you are lining up your 1031 exchange.&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/rules-in-a-1031-exchange" href="https://www.selltaxfree.com/rules-in-a-1031-exchange" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_572966134.jpg" alt="realtor and clients&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/what-is-a-1031-exchange-property"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By Sell Tax Free</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>11-30-2018</li></div><div><h2>What Is A 1031 Exchange Property?</h2>When you choose to do a 1031 exchange, the property that you exchange for must be &lsquo;like-kind&rsquo; for them to be classed as tax-deferrable. The Income Revenue Code 1031 after which this process is named defines like-kind properties as those that have been held for productive use in a business, a trade or as an investment. This means that primary residences are excluded from the 1031 exchange process. &#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/what-is-a-1031-exchange-property" href="https://www.selltaxfree.com/what-is-a-1031-exchange-property" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_767180824.jpg" alt="real estate going up&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/when-can-you-use-a-1031-exchange-in-real-estate"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By Sell Tax Free</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>October 30, 2018</li></div><div><h2>When Can You Use A 1031 Exchange In Real Estate?</h2>A 1031 exchange is a lesser known IRS process which enables personal investors and businesses to defer the tax on the profit from the sale of property that they have used in trade or business. These taxes can reach as much as 40% on any profit that you make. This means that if you sell your investment and make $100,000 clear profit, you might have to pay as much as $40,000 to the IRS in taxes, leaving you with only &pound;$60,000 to take forward into your next investment.&nbsp;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/when-can-you-use-a-1031-exchange-in-real-estate" href="https://www.selltaxfree.com/when-can-you-use-a-1031-exchange-in-real-estate" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_609312404.jpg" alt="happy businessmen speaking with each other&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/how-is-a-1031-exchange-done"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By 1031 Exchange Advantage TM</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>September 14, 2018</li></div><div><h2>How is a 1031 Exchange Done?</h2>There are many different costs involved in selling property. One of the largest costs that you can expect to incur is a tax liability known as capital gains tax. This is a tax that is levied on profit made from the sale of a property or an investment. Exactly how much tax you will be expected to pay will depend on your individual circumstances, but you may be liable to pay as much as 20% of the profit from the sale of your home back to the IRS. Fortunately, there is an alternative that gives you the opportunity to defer your capital gains tax &ndash; potentially indefinitely. It is known as a 1031 exchange. &#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/how-is-a-1031-exchange-done" href="https://www.selltaxfree.com/how-is-a-1031-exchange-done" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_326432891.jpg" alt="happy couple speaking with a realtor&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/the-basic-taxes-involved-in-a-sale-of-real-estate-property"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By Sell Tax Free</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>August 16, 2018</li></div><div><h2>The Basic Taxes Involved in a Sale of Real Estate Property</h2>One of the aspects of real estate that many people find most confusing is what taxes are involved in a sale of a property, and it is easy to see why. While the exact taxes you will need to pay will depend on various factors including the state where you live and what part you play in the sale and purchase, there are some basic taxes that are involved in pretty much all real estate transactions. &#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/the-basic-taxes-involved-in-a-sale-of-real-estate-property" href="https://www.selltaxfree.com/the-basic-taxes-involved-in-a-sale-of-real-estate-property" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div><div class="col-xs-12 each__item" ><div class="col-xs-12 image__wrapper" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/shutterstock_469874255.jpg" alt="happy couple selling a house&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;" class="img-responsive" data-url="https://www.selltaxfree.com/1031-exchange-faqs"></div><div class="clearfix "></div><div class="col-xs-12 each__description" ><div class="data__list"><li><i class="fa fa-user-o" aria-hidden="true"></i> By 1031 Exchange Advantage TM</li> <li><i class="fa fa-calendar" aria-hidden="true"></i>July 16, 2018</li></div><div><h2>1031 Exchange FAQs</h2>Whatever your reason for selling your home, you are almost certainly prepared for a great deal of expense. The good news is that you don&rsquo;t need to pay the extensive taxes on the profits from your sale immediately if you opt for a process known as a 1031 exchange. &#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<br><span class="span-1"><a data-cke-saved-href="https://www.selltaxfree.com/1031-exchange-faqs" href="https://www.selltaxfree.com/1031-exchange-faqs" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_self">Read More</a></span></div></div></div></div></div></div> </div> <div class="col-xs-12 section__footer" ><div class="col-xs-12 theme__container" ><img src="https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/newLogo.png" alt="" class="img-responsive"><div><p style="text-align: center;">1031 Exchange Advantage&trade; is a trade name of 1031 EA, LLC and is not a licensed broker. 1031 EA, LLC does not provide, brokerage, legal or accounting services and is simply a Qualified Intermediary under the IRS code. It <g class="gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation replaceWithoutSep" id="11" data-gr-id="11">therefore</g> is not providing any services other than accommodation services and clients and prospects are advised to confirm all tax, legal, accounting and real estate investment decisions with their professionals such as their accountant or attorney.&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</p></div><div class="show__at__homepage" style="display:none;"><p style="text-align: center;"><em>*This is an estimate of potential tax savings based on estimated equity, appreciation and period of ownership. Your actual tax savings will vary. Please set a consultation to review further detail and confirm all results with your professionals.</em></p></div><div><div style="text-align: center;">SellTaxFree.com&trade; is a trade name of 1031 Exchange Advantage&reg;.<br><br>A 1031 exchange is a method of tax deferral upon the sale of investment real estate. However, <b>the decision to pay or not pay accumulated and/or deferred taxes is up to the taxpayer,</b> who has control over whether transactions are completed tax deferred or <g class="gr_ gr_20 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" id="20" data-gr-id="20">tax free</g>!<br><br>Stated differently: If an exchanger should decide to continue exchanging into investment property of same or greater value for life, and never sell investment property without utilizing a 1031 exchange, no taxes would be due on any transactions. <g class="gr_ gr_19 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" id="19" data-gr-id="19">Tax Free</g>! And when a taxpayer dies, the taxes die with him. <g class="gr_ gr_23 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" id="23" data-gr-id="23">Tax Free</g>! Because the choice is up to the taxpayer, we like to say<g class="gr_ gr_24 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep" id="24" data-gr-id="24">,taxes</g> in an exchange are deferred, unless you choose to SellTaxFree.com!<br><br><em>Copyright &copy; </em>2019&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<em>1031 EA, LLC &amp; Fortune <g class="gr_ gr_17 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="17" data-gr-id="17">Ccookie</g> Consulting, Ltd. All rights reserved.</em><br><br>Copyright &copy; 1031 EA, LLC, All Rights Reserved</div></div></div><div class="col-xs-12 "><div><div class="span6 copyright"> <p>Powered by <a href="http://www.roya.com/?utm_source=www.selltaxfree.com&amp;utm_campaign=poweredby" title="Powered By Roya" target="_blank"> <img src="https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/roya_logo_2017_small.png" width="100px" height="auto" alt="Powered By Roya"></a></p> </div></div></div></div> </div> <div class="modal fade" id="order-free-roadmap" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="header"><h2>Complete your information below to receive an email with the following:</h2></div> <form id="form-5cba37298fe45" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJSb2FkbWFwIFJlcXVlc3QgRm9ybSIsImRhdGEtdGhhbmt5b3UiOiJUaGFuayB5b3UuIFdlIHdpbGwgY29ubmVjdCB3aXRoIHlvdSBzaG9ydGx5LiIsImRhdGEtanMiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmciOiIiLCJkYXRhLXRvX2VtYWlscyI6ImxlYWRzQHRheHNhdmVybmV0d29yay5jb20iLCJkYXRhLXRvX2VtYWlsc19lbGVtIjoiIiwiZGF0YS1mcm9tX2VtYWlsIjoibGVhZHNAdGF4c2F2ZXJuZXR3b3JrLmNvbSIsImRhdGEtZnJvbV9uYW1lIjoiV2Vic2l0ZSAtIFJvYWRtYXAgUmVxdWVzdCIsImRhdGEtc3ViamVjdCI6ImRpZ2kse3tmaXJzdF9uYW1lfX0se3tsYXN0X25hbWV9fSx7e3Bob25lX251bWJlcn19LHt7RW1haWx9fSx7e0FmZmlsaWF0ZV9JRH19LG5vLHllcyx7e3JlY2VpdmVkRnJvbVVybH19IiwiZGF0YS1wb3N0X3VybHMiOiIiLCJkYXRhLXBvc3Rfc25pcHBldCI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZzIiOiIiLCJkYXRhLXRvX2VtYWlsczIiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtMiI6IiIsImRhdGEtZnJvbV9lbWFpbDIiOiIiLCJkYXRhLWZyb21fbmFtZTIiOiIiLCJkYXRhLXN1YmplY3QyIjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMyI6IiIsImRhdGEtdG9fZW1haWxzMyI6IiIsImRhdGEtdG9fZW1haWxzX2VsZW0zIjoiIiwiZGF0YS1mcm9tX2VtYWlsMyI6IiIsImRhdGEtZnJvbV9uYW1lMyI6IiIsImRhdGEtc3ViamVjdDMiOiIiLCJkYXRhLXN1Ym1pc3Npb25zX3NlY3VyZSI6ImZhbHNlIiwiZGF0YS1zdWJtaXRfYWN0aW9uIjoiZW1haWxzIiwiZGF0YS1lbWFpbF9mb3JtYXQiOiJkZWZhdWx0SFRNTCIsImRhdGEtaGlkZSI6Im5vIiwiZGF0YS1hY3Rpb24iOiIiLCJkYXRhLXVybCI6IiIsImRhdGEtZGVsaXZlcnlfbWV0aG9kIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uMiI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjMiOiIiLCJkYXRhLWF0dHJpYnV0ZXMiOiJbXSIsImRhdGEtbG9naWMiOiJ7fSIsInRzIjoxNTU1NzA3Njg5LCJkYXRhLXN1Ym1pc3Npb25zc2VjdXJlIjoiIn0=" data-signature="3dfbde8e024e5ffbb15c4a49c20e913dc50bfeafa99092dc7d69dede3e2e6dfa" > <div class="fieldset"><div class="col-xs-12 "><div><p>1. A PDF of your 1031 Roadmap<br>2. A Link to Start Your Exchange (with a $100 discount off of our standard $795 fee!)<br>3. A Link to Schedule a FREE, No Obligation Consultation</p></div><div class="form-group required" data-type="text" data-required="true"> <input name="first_name" value="" id="first_name" type="text" placeholder="First Name" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="last_name" value="" id="last_name" type="text" placeholder="Last Name" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Email" value="" id="Email" type="text" placeholder="Your Email" class="form-control"></div><div class="form-group required" data-validation="^(([0-9]{1})*[- .(]*([0-9]{3})[- .)]*[0-9]{3}[- .]*[0-9]{4})+$" data-errormsg="Invalid Phone Number!" data-type="text" data-required="true"> <input name="phone_number" value="" id="phone_number" type="text" placeholder="Phone" class="form-control"></div><input name="Affiliate_ID" id="Affiliate ID" value="" type="hidden"><div style="margin-bottom:20px;"><a data-cke-saved-href="https://www.my1031place.com/wp-content/uploads/2017/06/TaxSaverNetwork-End-User-Agreement-FINAL2-revised-060717.pdf" href="https://www.my1031place.com/wp-content/uploads/2017/06/TaxSaverNetwork-End-User-Agreement-FINAL2-revised-060717.pdf" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_blank">Terms of Service&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</a></div><div class="col-xs-12 blk-captcha" style="margin:0 0 10px; padding: 0;"><div><div id="roadMap" class="g-recaptcha" data-callback="recaptchaCallback"></div><script>function recaptchaCallback(){$('.btn-captcha').removeAttr('disabled');};</script></div></div><div class="form-group" data-type="submit"> <button disabled="" type="submit" class="btn-captcha btn btn-yellow"><h4>GET FREE ROADMAP</h4>Start My Exchange</button></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="rental-calculator" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="col-xs-12 "><div class="col-xs-12 home-featured" ><div data-aos="fade-up" class="text__heading"><h2 style="text-align: center;">See how you can maximize your return by liberating your equity through 1031 exchange.</h2></div><div class="col-xs-12 theme__container" ><div class="b__slider"><div id="equitySlideContainer"> <span class="min__number">$ 100,000</span> <span class="max__number">$ 10,000,000</span> <div class="clearfix"></div> <input id="equitySlider" data-slider-id="equitySlider" data-slider-tooltip="always" type="text" data-slider-min="100000" data-slider-max="10000000" data-slider-step="1000" data-slider-value="4950000"></div></div><div class="b__slider"><div id="rentalSlideContainer"> <span class="min__number">$ 1,000</span> <span class="max__number">$ 50,000</span> <div class="clearfix"></div> <input id="rentalSlider" data-slider-id="rentalSlider" data-slider-tooltip="always" type="text" data-slider-min="1000" data-slider-max="50000" data-slider-step="1000" data-slider-value="25000"></div></div><div><div style="text-align: center;"><a data-cke-saved-href="#" href="#" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="btn btn-primary btn-reverse" target="_self">Calculate Potential New Rent Income</a></div></div></div></div></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="marketing-report" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="header"><h2>Marketing Report</h2></div> <form id="form-5cba372990258" class="cmsForm __marketing__report" data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6ImZvcm1fX21hcmtldGluZ19fcmVwb3J0IiwiZGF0YS1zdHlsZSI6IiIsImRhdGEtYWN0aW9uIjoiIiwiZGF0YS11cmwiOiIiLCJkYXRhLXR5cGUiOiJNYXJrZXRpbmcgUmVwb3J0IiwiZGF0YS10aGFua3lvdSI6IldoZW4geW91ciBpbmZvcm1hdGlvbiBpcyBjb25maXJtZWQsIHdlIHdpbGwgc2VuZCB5b3UgYW4gZW1haWwgd2l0aCBhIGxpbmsgdG8gYWNjZXNzIHlvdXIgTWFya2V0aW5nIFJlcG9ydC4iLCJkYXRhLWpzIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uIjoiZW1haWxzIiwiZGF0YS1lbWFpbF9mb3JtYXQiOiJkZWZhdWx0SFRNTCIsImRhdGEtY3VzdG9tZm9ybWF0dGluZyI6IiIsImRhdGEtdG9fZW1haWxzIjoibXkxMDMxdG9vbHNAMTAzMXJld2FyZHRyYWMuY29tIiwiZGF0YS1kZWxpdmVyeV9tZXRob2QiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtIjoiIiwiZGF0YS1mcm9tX2VtYWlsIjoibXkxMDMxdG9vbHNAMTAzMXJld2FyZHRyYWMuY29tIiwiZGF0YS1mcm9tX25hbWUiOiJNYXJrZXRpbmcgUmVwb3J0IFJlcXVlc3QiLCJkYXRhLXN1YmplY3QiOiJtYXJrZXRpbmdyZXBvcnQse3tFbWFpbEFkZHJlc3N9fSIsImRhdGEtc3VibWl0X2FjdGlvbjIiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmcyIjoiIiwiZGF0YS10b19lbWFpbHMyIjoiIiwiZGF0YS10b19lbWFpbHNfZWxlbTIiOiIiLCJkYXRhLWZyb21fZW1haWwyIjoiIiwiZGF0YS1mcm9tX25hbWUyIjoiIiwiZGF0YS1zdWJqZWN0MiI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjMiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmczIjoiIiwiZGF0YS10b19lbWFpbHMzIjoiIiwiZGF0YS10b19lbWFpbHNfZWxlbTMiOiIiLCJkYXRhLWZyb21fZW1haWwzIjoiIiwiZGF0YS1mcm9tX25hbWUzIjoiIiwiZGF0YS1zdWJqZWN0MyI6IiIsImRhdGEtYXR0cmlidXRlcyI6IltdIiwiZGF0YS1zdWJtaXNzaW9uc19zZWN1cmUiOiJmYWxzZSIsImRhdGEtbG9naWMiOiJ7fSIsImRhdGEtaGlkZSI6Im5vIiwidHMiOjE1NTU3MDc2ODksImRhdGEtc3VibWlzc2lvbnNzZWN1cmUiOiIifQ==" data-signature="60319f92e49c1d3eebd06c5ef8d9c8250af5371f20e26a4f25b2f0368777f19f" > <div class="fieldset"><div class="col-xs-12 "><div><p>Member Email:</p></div><div class="form-group required" data-type="text" data-required="true"> <input name="EmailAddress" value="" id="EmailAddress" type="text" placeholder="Your Email" class="form-control"></div><div><a data-cke-saved-href="https://www.my1031place.com/wp-content/uploads/2015/07/Marketing-Report.pdf" href="https://docs.google.com/viewerng/viewer?url=https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/Marketing_Report.pdf" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_blank">Show Sample</a></div><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Submit"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">When your information is confirmed, we will send you an email with a link to access your Marketing Report.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="view-marketing-report" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="header"><h2>Marketing Report</h2></div> <form id="form-5cba372990459" class="cmsForm __marketing__report" data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6ImZvcm1fX21hcmtldGluZ19fcmVwb3J0IiwiZGF0YS1zdHlsZSI6IiIsImRhdGEtYWN0aW9uIjoiIiwiZGF0YS11cmwiOiIiLCJkYXRhLXR5cGUiOiJNYXJrZXRpbmcgUmVwb3J0IiwiZGF0YS10aGFua3lvdSI6IldoZW4geW91ciBpbmZvcm1hdGlvbiBpcyBjb25maXJtZWQsIHdlIHdpbGwgc2VuZCB5b3UgYW4gZW1haWwgd2l0aCBhIGxpbmsgdG8gYWNjZXNzIHlvdXIgTWFya2V0aW5nIFJlcG9ydC4iLCJkYXRhLWpzIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uIjoiZW1haWxzIiwiZGF0YS1lbWFpbF9mb3JtYXQiOiJkZWZhdWx0SFRNTCIsImRhdGEtY3VzdG9tZm9ybWF0dGluZyI6IiIsImRhdGEtdG9fZW1haWxzIjoibXkxMDMxdG9vbHNAMTAzMXJld2FyZHRyYWMuY29tIiwiZGF0YS1kZWxpdmVyeV9tZXRob2QiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtIjoiIiwiZGF0YS1mcm9tX2VtYWlsIjoibXkxMDMxdG9vbHNAMTAzMXJld2FyZHRyYWMuY29tIiwiZGF0YS1mcm9tX25hbWUiOiJNYXJrZXRpbmcgUmVwb3J0IFJlcXVlc3QiLCJkYXRhLXN1YmplY3QiOiJtYXJrZXRpbmdyZXBvcnQse3tFbWFpbEFkZHJlc3N9fSIsImRhdGEtc3VibWl0X2FjdGlvbjIiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmcyIjoiIiwiZGF0YS10b19lbWFpbHMyIjoiIiwiZGF0YS10b19lbWFpbHNfZWxlbTIiOiIiLCJkYXRhLWZyb21fZW1haWwyIjoiIiwiZGF0YS1mcm9tX25hbWUyIjoiIiwiZGF0YS1zdWJqZWN0MiI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjMiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmczIjoiIiwiZGF0YS10b19lbWFpbHMzIjoiIiwiZGF0YS10b19lbWFpbHNfZWxlbTMiOiIiLCJkYXRhLWZyb21fZW1haWwzIjoiIiwiZGF0YS1mcm9tX25hbWUzIjoiIiwiZGF0YS1zdWJqZWN0MyI6IiIsImRhdGEtYXR0cmlidXRlcyI6IltdIiwiZGF0YS1zdWJtaXNzaW9uc19zZWN1cmUiOiJmYWxzZSIsImRhdGEtbG9naWMiOiJ7fSIsImRhdGEtaGlkZSI6Im5vIiwidHMiOjE1NTU3MDc2ODksImRhdGEtc3VibWlzc2lvbnNzZWN1cmUiOiIifQ==" data-signature="60319f92e49c1d3eebd06c5ef8d9c8250af5371f20e26a4f25b2f0368777f19f" > <div class="fieldset"><div class="col-xs-12 "><div><p>Please enter your email address below, and a link to your Marketing Report will be emailed to you shortly.</p></div><div class="form-group required" data-type="text" data-required="true"> <input name="EmailAddress" value="" id="EmailAddress" type="text" placeholder="Your Email" class="form-control"></div><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Submit"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">When your information is confirmed, we will send you an email with a link to access your Marketing Report.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="getstarted" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="header"><h2>Get Started</h2></div> <form id="form-5cba37299062d" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJHZXQgU3RhcnRlZCBGb3JtIiwiZGF0YS10aGFua3lvdSI6IlRoYW5rIHlvdS4gV2Ugd2lsbCBjb25uZWN0IHdpdGggeW91IHNob3J0bHkuIiwiZGF0YS1qcyI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZyI6IiIsImRhdGEtdG9fZW1haWxzIjoiaW5mb0BzZWxsdGF4ZnJlZS5jb20sIGp1c3RpbkBteTEwMzFwbGFjZS5jb20iLCJkYXRhLXRvX2VtYWlsc19lbGVtIjoiIiwiZGF0YS1mcm9tX2VtYWlsIjoibGVhZHNAcm95YS5jb20iLCJkYXRhLWZyb21fbmFtZSI6IlBhcnRuZXJzIFBhZ2UiLCJkYXRhLXN1YmplY3QiOiJHZXQgU3RhcnRlZCBGb3JtIFN1Ym1pc3Npb24iLCJkYXRhLXBvc3RfdXJscyI6IiIsImRhdGEtcG9zdF9zbmlwcGV0IjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMiI6IiIsImRhdGEtdG9fZW1haWxzMiI6ImxlYWRzQHRheHNhdmVybmV0d29yay5jb20iLCJkYXRhLXRvX2VtYWlsc19lbGVtMiI6IiIsImRhdGEtZnJvbV9lbWFpbDIiOiIiLCJkYXRhLWZyb21fbmFtZTIiOiJQYXJ0bmVycyBQYWdlIiwiZGF0YS1zdWJqZWN0MiI6ImRpZ2ktYWdlbnQse3tmaXJzdF9uYW1lfX0se3tsYXN0X25hbWV9fSx7e3Bob25lX251bWJlcn19LHt7RW1haWx9fSx7e0FmZmlsaWF0ZV9JRH19LG5vLHllcyx7e3JlY2VpdmVkRnJvbVVybH19IiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMyI6IiIsImRhdGEtdG9fZW1haWxzMyI6IiIsImRhdGEtdG9fZW1haWxzX2VsZW0zIjoiIiwiZGF0YS1mcm9tX2VtYWlsMyI6IiIsImRhdGEtZnJvbV9uYW1lMyI6IiIsImRhdGEtc3ViamVjdDMiOiIiLCJkYXRhLXN1Ym1pc3Npb25zX3NlY3VyZSI6ImZhbHNlIiwiZGF0YS1zdWJtaXRfYWN0aW9uIjoiZW1haWxzIiwiZGF0YS1lbWFpbF9mb3JtYXQiOiJkZWZhdWx0SFRNTCIsImRhdGEtaGlkZSI6Im5vIiwiZGF0YS1hY3Rpb24iOiIiLCJkYXRhLXVybCI6IiIsImRhdGEtZGVsaXZlcnlfbWV0aG9kIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uMiI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjMiOiIiLCJkYXRhLWF0dHJpYnV0ZXMiOiJbXSIsImRhdGEtbG9naWMiOiJ7fSIsImRhdGEtZW1haWxfZm9ybWF0MiI6ImRlZmF1bHRIVE1MIiwidHMiOjE1NTU3MDc2ODksImRhdGEtc3VibWlzc2lvbnNzZWN1cmUiOiIifQ==" data-signature="389fe933826b5f140805b59e23fa29d82a681c1bf1a83e33f39712b040cb4585" > <div class="fieldset"><div class="col-xs-12 "><div>To get started, please fill in your information below and one of our representatives will contact you shortly. Feel free to list any specific questions, or notes for discussion in the &lsquo;Notes&rsquo; section. We look forward to speaking with you!<br>&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</div><div class="form-group required" data-type="text" data-required="true"> <input name="company_name" value="" id="company_name" type="text" placeholder="Your Company Name" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="first_name" value="" id="first_name" type="text" placeholder="Your First Name" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="last_name" value="" id="last_name" type="text" placeholder="Your Last Name" class="form-control"></div><div>Region Served:</div><div><div class="form-group " data-type="text" data-required="false"> <select name="regions_served" id="regions_served" class="form-control" title=""><option value="AL">Alabama</option><option value="AK">Alaska</option><option value="AZ">Arizona</option><option value="AR">Arkansas</option><option value="CA">California</option><option value="CO">Colorado</option><option value="CT">Connecticut</option><option value="DE">Delaware</option><option value="DC">District Of Columbia</option><option value="FL">Florida</option><option value="GA">Georgia</option><option value="HI">Hawaii</option><option value="ID">Idaho</option><option value="IL">Illinois</option><option value="IN">Indiana</option><option value="IA">Iowa</option><option value="KS">Kansas</option><option value="KY">Kentucky</option><option value="LA">Louisiana</option><option value="ME">Maine</option><option value="MD">Maryland</option><option value="MA">Massachusetts</option><option value="MI">Michigan</option><option value="MN">Minnesota</option><option value="MS">Mississippi</option><option value="MO">Missouri</option><option value="MT">Montana</option><option value="NE">Nebraska</option><option value="NV">Nevada</option><option value="NH">New Hampshire</option><option value="NJ">New Jersey</option><option value="NM">New Mexico</option><option value="NY">New York</option><option value="NC">North Carolina</option><option value="ND">North Dakota</option><option value="OH">Ohio</option><option value="OK">Oklahoma</option><option value="OR">Oregon</option><option value="PA">Pennsylvania</option><option value="RI">Rhode Island</option><option value="SC">South Carolina</option><option value="SD">South Dakota</option><option value="TN">Tennessee</option><option value="TX">Texas</option><option value="UT">Utah</option><option value="VT">Vermont</option><option value="VA">Virginia</option><option value="WA">Washington</option><option value="WV">West Virginia</option><option value="WI">Wisconsin</option><option value="WY">Wyoming</option></select></div></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Email" value="" id="Email" type="text" placeholder="Email" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="phone_number" value="" id="phone_number" type="text" placeholder="Telephone Number" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <textarea name="notes" id="notes" placeholder="Notes" class="form-control"></textarea></div><input name="Affiliate_ID" id="Affiliate ID" value="" type="hidden"><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Submit"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="save--modal" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div id="save--modal" class="col-xs-12 " ><div class="col-xs-12 custom__modal save__modal" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/check_.jpg" alt="" class="img-responsive"><div><p>Thanks for starting the process of creating your exchange documents! You will receive an email shortly so you can finish the form later.</p></div><div class="__question hidden" style="margin-top:20px;"><h2 style="text-align: center;">QUESTIONS?</h2><div style="text-align: center;">&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;Give us a call at 866-944-1031&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</div><div style="text-align: center;">or email us at <u>[email protected]</u></div></div></div></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="reverse-exchange-popup" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="col-xs-12 " ><div class="col-xs-12 custom__modal reverse-exchange-popup" ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/check_.jpg" alt="" class="img-responsive"><div><p>Thank you for your interest! You will receive an email shortly containing a link to your Reverse Exchange Intake Form.</p></div><div class="__question hidden" style="margin-top:20px;"><h2 style="text-align: center;">QUESTIONS?</h2><div style="text-align: center;">&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;Give us a call at 866-944-1031&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</div><div style="text-align: center;">or email us at <u>[email protected]</u></div></div></div></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="authorize-settlement-agent" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="header"><h2>Authorize Settlement Agent</h2></div> <form id="form-5cba372990af7" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJBdXRob3JpemUgU2V0dGxlbWVudCBGb3JtIiwiZGF0YS10aGFua3lvdSI6IlRoYW5rIHlvdS4gV2Ugd2lsbCBjb25uZWN0IHdpdGggeW91IHNob3J0bHkuIiwiZGF0YS1qcyI6IiQoJyNjaGVja21vZGFsJykubW9kYWwoJ3Nob3cnKTtcblxuIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nIjoiIiwiZGF0YS10b19lbWFpbHMiOiJsZWFkc0B0YXhzYXZlcm5ldHdvcmsuY29tIiwiZGF0YS10b19lbWFpbHNfZWxlbSI6IiIsImRhdGEtZnJvbV9lbWFpbCI6ImxlYWRzQHRheHNhdmVybmV0d29yay5jb20iLCJkYXRhLWZyb21fbmFtZSI6IldlYnNpdGUgLSBDb21wbGV0ZSBNeSBFeGNoYW5nZSBQYWdlIiwiZGF0YS1zdWJqZWN0IjoiZGlnaSx7e2ZpcnN0X25hbWV9fSx7e2xhc3RfbmFtZX19LHt7cGhvbmVfbnVtYmVyfX0se3tFbWFpbH19LHt7QWZmaWxpYXRlX0lEfX0sbm8seWVzLHt7cmVjZWl2ZWRGcm9tVXJsfX0iLCJkYXRhLXBvc3RfdXJscyI6IiIsImRhdGEtcG9zdF9zbmlwcGV0IjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMiI6IiIsImRhdGEtdG9fZW1haWxzMiI6IiIsImRhdGEtdG9fZW1haWxzX2VsZW0yIjoiIiwiZGF0YS1mcm9tX2VtYWlsMiI6IiIsImRhdGEtZnJvbV9uYW1lMiI6IiIsImRhdGEtc3ViamVjdDIiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmczIjoiIiwiZGF0YS10b19lbWFpbHMzIjoiIiwiZGF0YS10b19lbWFpbHNfZWxlbTMiOiIiLCJkYXRhLWZyb21fZW1haWwzIjoiIiwiZGF0YS1mcm9tX25hbWUzIjoiIiwiZGF0YS1zdWJqZWN0MyI6IiIsImRhdGEtc3VibWlzc2lvbnNfc2VjdXJlIjoiZmFsc2UiLCJkYXRhLXN1Ym1pdF9hY3Rpb24iOiJlbWFpbHMiLCJkYXRhLWVtYWlsX2Zvcm1hdCI6ImRlZmF1bHRIVE1MIiwiZGF0YS1oaWRlIjoibm8iLCJkYXRhLWFjdGlvbiI6IiIsImRhdGEtdXJsIjoiIiwiZGF0YS1kZWxpdmVyeV9tZXRob2QiOiIiLCJkYXRhLXN1Ym1pdF9hY3Rpb24yIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uMyI6IiIsImRhdGEtYXR0cmlidXRlcyI6IltdIiwiZGF0YS1sb2dpYyI6Int9IiwidHMiOjE1NTU3MDc2ODksImRhdGEtc3VibWlzc2lvbnNzZWN1cmUiOiIifQ==" data-signature="ce301846f3f2fe4dc64064346a7b04d56c725643f47ddd2e759cedcdf90123f4" > <div class="fieldset"><div class="col-xs-12 "><div class="form-group required" data-errormsg="Please input your complete name." data-type="text" data-required="true"> <input name="name" value="" id="name" type="text" placeholder="Exchangor (Client) First and Last Name*" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="email" value="" id="email" type="text" placeholder="Exchangor (Client) Email*" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="city_of_birth" value="" id="city_of_birth" type="text" placeholder="Exchangor's City of Birth*" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="settlement_agent_name" value="" id="settlement_agent_name" type="text" placeholder="Settlement Agent (Escrow/Title/Attorney, etc.) Name*" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address." data-type="text" data-required="true"> <input name="settlement_agent_email" value="" id="settlement_agent_email" type="text" placeholder="Settlement Agent Email*" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="settlement_agent_phone_number" value="" id="settlement_agent_phone_number" type="text" placeholder="Settlement Agent Phone Number*" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="street_address_of_purchase_property" value="" id="street_address_of_purchase_property" type="text" placeholder="Street Address of Purchase Property" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="zip_code_of_purchase_property" value="" id="zip_code_of_purchase_property" type="text" placeholder="Zip Code of Purchase Property" class="form-control"></div><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Submit"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form><script>window["submit-form-5cba372990af7"]=function(form){$('#checkmodal').modal('show');};</script></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="checkmodal" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div id="checkModal" class="col-xs-12 " ><img src="https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/icons/check.jpg" alt="" class="img-responsive"><div>Thank you for submitting your information. Once we verify your information, your Settlement Agent will receive an email with a link to an &lsquo;Acquisition Property Intake Form&rsquo; form that they must fill out for the process to move forward.</div></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="order-free-roadmap-1030" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="header"><h2>Complete your information below to receive an email with the following:</h2></div> <form id="form-5cba372990e25" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJSb2FkbWFwIFJlcXVlc3QgRm9ybSIsImRhdGEtdGhhbmt5b3UiOiJUaGFuayB5b3UuIFdlIHdpbGwgY29ubmVjdCB3aXRoIHlvdSBzaG9ydGx5LiIsImRhdGEtanMiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmciOiIiLCJkYXRhLXRvX2VtYWlscyI6ImxlYWRzQHRheHNhdmVybmV0d29yay5jb20iLCJkYXRhLXRvX2VtYWlsc19lbGVtIjoiIiwiZGF0YS1mcm9tX2VtYWlsIjoibGVhZHNAdGF4c2F2ZXJuZXR3b3JrLmNvbSIsImRhdGEtZnJvbV9uYW1lIjoiV2Vic2l0ZSAtIFJvYWRtYXAgUmVxdWVzdCIsImRhdGEtc3ViamVjdCI6ImRpZ2kse3tmaXJzdF9uYW1lfX0se3tsYXN0X25hbWV9fSx7e3Bob25lX251bWJlcn19LHt7RW1haWx9fSx7e0FmZmlsaWF0ZV9JRH19LG5vLHllcyx7e3JlY2VpdmVkRnJvbVVybH19IiwiZGF0YS1wb3N0X3VybHMiOiIiLCJkYXRhLXBvc3Rfc25pcHBldCI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZzIiOiIiLCJkYXRhLXRvX2VtYWlsczIiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtMiI6IiIsImRhdGEtZnJvbV9lbWFpbDIiOiIiLCJkYXRhLWZyb21fbmFtZTIiOiIiLCJkYXRhLXN1YmplY3QyIjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMyI6IiIsImRhdGEtdG9fZW1haWxzMyI6IiIsImRhdGEtdG9fZW1haWxzX2VsZW0zIjoiIiwiZGF0YS1mcm9tX2VtYWlsMyI6IiIsImRhdGEtZnJvbV9uYW1lMyI6IiIsImRhdGEtc3ViamVjdDMiOiIiLCJkYXRhLXN1Ym1pc3Npb25zX3NlY3VyZSI6ImZhbHNlIiwiZGF0YS1zdWJtaXRfYWN0aW9uIjoiZW1haWxzIiwiZGF0YS1lbWFpbF9mb3JtYXQiOiJkZWZhdWx0SFRNTCIsImRhdGEtaGlkZSI6Im5vIiwiZGF0YS1hY3Rpb24iOiIiLCJkYXRhLXVybCI6IiIsImRhdGEtZGVsaXZlcnlfbWV0aG9kIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uMiI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjMiOiIiLCJkYXRhLWF0dHJpYnV0ZXMiOiJbXSIsImRhdGEtbG9naWMiOiJ7fSIsInRzIjoxNTU1NzA3Njg5LCJkYXRhLXN1Ym1pc3Npb25zc2VjdXJlIjoiIn0=" data-signature="3dfbde8e024e5ffbb15c4a49c20e913dc50bfeafa99092dc7d69dede3e2e6dfa" > <div class="fieldset"><div class="col-xs-12 "><div><p>1. A PDF of your 1031 Roadmap<br>2. A Link to Start Your Exchange (with a $200 discount off of our standard $795 fee!)<br>3. A Link to Schedule a FREE, No Obligation Consultation</p></div><div class="form-group required" data-type="text" data-required="true"> <input name="first_name" value="" id="first_name" type="text" placeholder="First Name" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="last_name" value="" id="last_name" type="text" placeholder="Last Name" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Email" value="" id="Email" type="text" placeholder="Your Email" class="form-control"></div><div class="form-group required" data-validation="^(([0-9]{1})*[- .(]*([0-9]{3})[- .)]*[0-9]{3}[- .]*[0-9]{4})+$" data-errormsg="Invalid Phone Number!" data-type="text" data-required="true"> <input name="phone_number" value="" id="phone_number" type="text" placeholder="Phone" class="form-control"></div><input name="Affiliate_ID" id="Affiliate ID" value="" type="hidden"><div style="margin-bottom:20px;"><a data-cke-saved-href="https://www.my1031place.com/wp-content/uploads/2017/06/TaxSaverNetwork-End-User-Agreement-FINAL2-revised-060717.pdf" href="https://www.my1031place.com/wp-content/uploads/2017/06/TaxSaverNetwork-End-User-Agreement-FINAL2-revised-060717.pdf" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_blank">Terms of Service&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</a></div><div class="col-xs-12 blk-captcha" style="margin:0 0 10px; padding: 0; display: none;"><div><div id="roadMap" class="g-recaptcha" data-callback="recaptchaCallback"></div><script>function recaptchaCallback(){$('.btn-captcha').removeAttr('disabled');};</script></div></div><div class="form-group" data-type="submit"> <button type="submit" class="btn-captcha btn btn-yellow"><h4>GET FREE ROADMAP</h4>Start My Exchange</button></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="interested-in-marketing-with-these-tools" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" > <form id="form-5cba372991128" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJNYXJrZXRpbmcgIFRvb2xzIFJlcXVlc3QiLCJkYXRhLXRoYW5reW91IjoiVGhhbmsgeW91LiBXZSB3aWxsIGNvbm5lY3Qgd2l0aCB5b3Ugc2hvcnRseS4iLCJkYXRhLWpzIjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nIjoiIiwiZGF0YS10b19lbWFpbHMiOiJsZWFkc0B0YXhzYXZlcm5ldHdvcmsuY29tIiwiZGF0YS10b19lbWFpbHNfZWxlbSI6IiIsImRhdGEtZnJvbV9lbWFpbCI6ImxlYWRzQHRheHNhdmVybmV0d29yay5jb20iLCJkYXRhLWZyb21fbmFtZSI6Ik1hcmtldGluZyAgVG9vbHMgUmVxdWVzdCIsImRhdGEtc3ViamVjdCI6ImRpZ2ktYWdlbnQse3tmaXJzdF9uYW1lfX0se3tsYXN0X25hbWV9fSx7e3Bob25lX251bWJlcn19LHt7RW1haWx9fSx7e0FmZmlsaWF0ZV9JRH19LG5vLHllcyx7e3JlY2VpdmVkRnJvbVVybH19IiwiZGF0YS1wb3N0X3VybHMiOiIiLCJkYXRhLXBvc3Rfc25pcHBldCI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZzIiOiIiLCJkYXRhLXRvX2VtYWlsczIiOiJqdXN0aW5AbXkxMDMxcGxhY2UuY29tIiwiZGF0YS10b19lbWFpbHNfZWxlbTIiOiIiLCJkYXRhLWZyb21fZW1haWwyIjoibGVhZHNAcm95YS5jb20iLCJkYXRhLWZyb21fbmFtZTIiOiJXZWJzaXRlIiwiZGF0YS1zdWJqZWN0MiI6Ik1hcmtldGluZyAgVG9vbHMgUmVxdWVzdCIsImRhdGEtY3VzdG9tZm9ybWF0dGluZzMiOiIiLCJkYXRhLXRvX2VtYWlsczMiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtMyI6IiIsImRhdGEtZnJvbV9lbWFpbDMiOiIiLCJkYXRhLWZyb21fbmFtZTMiOiIiLCJkYXRhLXN1YmplY3QzIjoiIiwiZGF0YS1zdWJtaXNzaW9uc19zZWN1cmUiOiJmYWxzZSIsImRhdGEtc3VibWl0X2FjdGlvbiI6ImVtYWlscyIsImRhdGEtZW1haWxfZm9ybWF0IjoiZGVmYXVsdEhUTUwiLCJkYXRhLWhpZGUiOiJubyIsImRhdGEtYWN0aW9uIjoiIiwiZGF0YS11cmwiOiIiLCJkYXRhLWRlbGl2ZXJ5X21ldGhvZCI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjIiOiJlbWFpbHMiLCJkYXRhLXN1Ym1pdF9hY3Rpb24zIjoiIiwiZGF0YS1hdHRyaWJ1dGVzIjoiW10iLCJkYXRhLWxvZ2ljIjoie30iLCJkYXRhLWVtYWlsX2Zvcm1hdDIiOiJjdXN0b20iLCJ0cyI6MTU1NTcwNzY4OSwiZGF0YS1zdWJtaXNzaW9uc3NlY3VyZSI6IiJ9" data-signature="dd9b661e40218abf94bce04dfed2100ffcffb8a2177ad930c7039f941bdbc4f8" > <div class="fieldset"><div class="col-xs-12 "><div><h3>Interested in<g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="6" data-gr-id="6"></g></h3><h2>Marketing with these tools?</h2><p>Get your free marketing tools and a heads-up when clients engage, by signing up below.</p></div><div class="form-group " data-type="text" data-required="true"> <input name="first_name" value="" id="first_name" type="text" placeholder="First Name" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="last_name" value="" id="last_name" type="text" placeholder="Last Name" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Email" value="" id="Email" type="text" placeholder="Email" class="form-control"></div><div class="form-group required" data-validation="^(([0-9]{1})*[- .(]*([0-9]{3})[- .)]*[0-9]{3}[- .]*[0-9]{4})+$" data-errormsg="Invalid Phone Number!" data-type="text" data-required="true"> <input name="phone_number" value="" id="phone_number" type="text" placeholder="Phone" class="form-control"></div><input name="Affiliate_ID" id="Affiliate ID" value="" type="hidden"><div class="col-xs-12 check__box" ><div class="__span"><br></div></div><div class="__label">Terms of Use</div><div id="Terms_of_Use" class="form-group " data-type="checkboxlist" data-required=""> <label class="control-label inline"><input type="checkbox" name="Terms_of_Use[]" value="Terms of Use">Terms of Use</label></div><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Send Agent Tools"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="register-for-free-exchange" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" > <form id="form-5cba37299145a" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJSZWdpc3RlciBmb3JcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGIgRnJlZSBFeGNoYW5nZSBSZXF1ZXN0IiwiZGF0YS10aGFua3lvdSI6IlRoYW5rIHlvdS4gV2Ugd2lsbCBjb25uZWN0IHdpdGggeW91IHNob3J0bHkuIiwiZGF0YS1qcyI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZyI6IiIsImRhdGEtdG9fZW1haWxzIjoibGVhZHNAdGF4c2F2ZXJuZXR3b3JrLmNvbSIsImRhdGEtdG9fZW1haWxzX2VsZW0iOiIiLCJkYXRhLWZyb21fZW1haWwiOiJsZWFkc0B0YXhzYXZlcm5ldHdvcmsuY29tIiwiZGF0YS1mcm9tX25hbWUiOiJSZWdpc3RlciBmb3JcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGIgRnJlZSBFeGNoYW5nZSBSZXF1ZXN0IiwiZGF0YS1zdWJqZWN0IjoiZGlnaS1hZ2VudCx7e2ZpcnN0X25hbWV9fSx7e2xhc3RfbmFtZX19LHt7cGhvbmVfbnVtYmVyfX0se3tFbWFpbH19LHt7QWZmaWxpYXRlX0lEfX0sbm8seWVzLHt7cmVjZWl2ZWRGcm9tVXJsfX0iLCJkYXRhLXBvc3RfdXJscyI6IiIsImRhdGEtcG9zdF9zbmlwcGV0IjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMiI6IiIsImRhdGEtdG9fZW1haWxzMiI6Imp1c3RpbkBteTEwMzFwbGFjZS5jb20iLCJkYXRhLXRvX2VtYWlsc19lbGVtMiI6IiIsImRhdGEtZnJvbV9lbWFpbDIiOiJsZWFkc0Byb3lhLmNvbSIsImRhdGEtZnJvbV9uYW1lMiI6IldlYnNpdGUgLSBTZWxsdGF4ZnJlZS5jb20iLCJkYXRhLXN1YmplY3QyIjoiUmVnaXN0ZXIgZm9yXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiIEZyZWUgRXhjaGFuZ2UgUmVxdWVzdCIsImRhdGEtY3VzdG9tZm9ybWF0dGluZzMiOiIiLCJkYXRhLXRvX2VtYWlsczMiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtMyI6IiIsImRhdGEtZnJvbV9lbWFpbDMiOiIiLCJkYXRhLWZyb21fbmFtZTMiOiIiLCJkYXRhLXN1YmplY3QzIjoiIiwiZGF0YS1zdWJtaXNzaW9uc19zZWN1cmUiOiJmYWxzZSIsImRhdGEtc3VibWl0X2FjdGlvbiI6IiIsImRhdGEtZW1haWxfZm9ybWF0IjoiZGVmYXVsdEhUTUwiLCJkYXRhLWhpZGUiOiJubyIsImRhdGEtYWN0aW9uIjoiIiwiZGF0YS11cmwiOiIiLCJkYXRhLWRlbGl2ZXJ5X21ldGhvZCI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjIiOiJlbWFpbHMiLCJkYXRhLXN1Ym1pdF9hY3Rpb24zIjoiIiwiZGF0YS1hdHRyaWJ1dGVzIjoiW10iLCJkYXRhLWxvZ2ljIjoie30iLCJkYXRhLWVtYWlsX2Zvcm1hdDIiOiJkZWZhdWx0SFRNTCIsInRzIjoxNTU1NzA3Njg5LCJkYXRhLXN1Ym1pc3Npb25zc2VjdXJlIjoiIn0=" data-signature="af92434aef350f8788ac3f6b0c639f416a3c802337aa7091d22188d14f62d44f" > <div class="fieldset"><div class="col-xs-12 "><div><h3>Register for&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="6" data-gr-id="6"></g></h3><h2>Free Exchange</h2><p>Get your free marketing tools and a heads-up when clients engage, by signing up below.</p></div><div class="form-group " data-type="text" data-required="true"> <input name="first_name" value="" id="first_name" type="text" placeholder="First Name" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="last_name" value="" id="last_name" type="text" placeholder="Last Name" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Email" value="" id="Email" type="text" placeholder="Email" class="form-control"></div><div class="form-group required" data-validation="^(([0-9]{1})*[- .(]*([0-9]{3})[- .)]*[0-9]{3}[- .]*[0-9]{4})+$" data-errormsg="Invalid Phone Number!" data-type="text" data-required="true"> <input name="phone_number" value="" id="phone_number" type="text" placeholder="Phone" class="form-control"></div><input name="Affiliate_ID" id="Affiliate ID" value="" type="hidden"><div class="col-xs-12 check__box" ><div class="__span"><br></div></div><div class="__label">Terms of Use</div><div id="Terms_of_Use" class="form-group " data-type="checkboxlist" data-required=""> <label class="control-label inline"><input type="checkbox" name="Terms_of_Use[]" value="Terms of Use">Terms of Use</label></div><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Send Agent Tools"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="register-for-free-exchange" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" > <form id="form-5cba37299178d" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJSZWdpc3RlciBmb3JcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGIgRnJlZSBFeGNoYW5nZSBSZXF1ZXN0IiwiZGF0YS10aGFua3lvdSI6IlRoYW5rIHlvdS4gV2Ugd2lsbCBjb25uZWN0IHdpdGggeW91IHNob3J0bHkuIiwiZGF0YS1qcyI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZyI6IiIsImRhdGEtdG9fZW1haWxzIjoibGVhZHNAdGF4c2F2ZXJuZXR3b3JrLmNvbSIsImRhdGEtdG9fZW1haWxzX2VsZW0iOiIiLCJkYXRhLWZyb21fZW1haWwiOiJsZWFkc0B0YXhzYXZlcm5ldHdvcmsuY29tIiwiZGF0YS1mcm9tX25hbWUiOiJSZWdpc3RlciBmb3JcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGJcdTIwMGIgRnJlZSBFeGNoYW5nZSBSZXF1ZXN0IiwiZGF0YS1zdWJqZWN0IjoiZGlnaS1hZ2VudCx7e2ZpcnN0X25hbWV9fSx7e2xhc3RfbmFtZX19LHt7cGhvbmVfbnVtYmVyfX0se3tFbWFpbH19LHt7QWZmaWxpYXRlX0lEfX0sbm8seWVzLHt7cmVjZWl2ZWRGcm9tVXJsfX0iLCJkYXRhLXBvc3RfdXJscyI6IiIsImRhdGEtcG9zdF9zbmlwcGV0IjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMiI6IiIsImRhdGEtdG9fZW1haWxzMiI6Imp1c3RpbkBteTEwMzFwbGFjZS5jb20iLCJkYXRhLXRvX2VtYWlsc19lbGVtMiI6IiIsImRhdGEtZnJvbV9lbWFpbDIiOiJsZWFkc0Byb3lhLmNvbSIsImRhdGEtZnJvbV9uYW1lMiI6IldlYnNpdGUgLSBTZWxsdGF4ZnJlZS5jb20iLCJkYXRhLXN1YmplY3QyIjoiUmVnaXN0ZXIgZm9yXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiXHUyMDBiIEZyZWUgRXhjaGFuZ2UgUmVxdWVzdCIsImRhdGEtY3VzdG9tZm9ybWF0dGluZzMiOiIiLCJkYXRhLXRvX2VtYWlsczMiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtMyI6IiIsImRhdGEtZnJvbV9lbWFpbDMiOiIiLCJkYXRhLWZyb21fbmFtZTMiOiIiLCJkYXRhLXN1YmplY3QzIjoiIiwiZGF0YS1zdWJtaXNzaW9uc19zZWN1cmUiOiJmYWxzZSIsImRhdGEtc3VibWl0X2FjdGlvbiI6IiIsImRhdGEtZW1haWxfZm9ybWF0IjoiZGVmYXVsdEhUTUwiLCJkYXRhLWhpZGUiOiJubyIsImRhdGEtYWN0aW9uIjoiIiwiZGF0YS11cmwiOiIiLCJkYXRhLWRlbGl2ZXJ5X21ldGhvZCI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjIiOiJlbWFpbHMiLCJkYXRhLXN1Ym1pdF9hY3Rpb24zIjoiIiwiZGF0YS1hdHRyaWJ1dGVzIjoiW10iLCJkYXRhLWxvZ2ljIjoie30iLCJkYXRhLWVtYWlsX2Zvcm1hdDIiOiJkZWZhdWx0SFRNTCIsInRzIjoxNTU1NzA3Njg5LCJkYXRhLXN1Ym1pc3Npb25zc2VjdXJlIjoiIn0=" data-signature="af92434aef350f8788ac3f6b0c639f416a3c802337aa7091d22188d14f62d44f" > <div class="fieldset"><div class="col-xs-12 "><div><h3>Register for&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;<g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="6" data-gr-id="6"></g></h3><h2>Free Exchange</h2><p>Get your free marketing tools and a heads-up when clients engage, by signing up below.</p></div><div class="form-group " data-type="text" data-required="true"> <input name="first_name" value="" id="first_name" type="text" placeholder="First Name" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="last_name" value="" id="last_name" type="text" placeholder="Last Name" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Email" value="" id="Email" type="text" placeholder="Email" class="form-control"></div><div class="form-group required" data-validation="^(([0-9]{1})*[- .(]*([0-9]{3})[- .)]*[0-9]{3}[- .]*[0-9]{4})+$" data-errormsg="Invalid Phone Number!" data-type="text" data-required="true"> <input name="phone_number" value="" id="phone_number" type="text" placeholder="Phone" class="form-control"></div><input name="Affiliate_ID" id="Affiliate ID" value="" type="hidden"><div class="col-xs-12 check__box" ><div class="__span"><br></div></div><div class="__label">Terms of Use</div><div id="Terms_of_Use" class="form-group " data-type="checkboxlist" data-required=""> <label class="control-label inline"><input type="checkbox" name="Terms_of_Use[]" value="Terms of Use">Terms of Use</label></div><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Send Agent Tools"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="send-a-gift-card-to-your-client" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" > <form id="form-5cba372991ad6" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJDbGllbnQgR2lmdCBDYXJkIiwiZGF0YS10aGFua3lvdSI6IlRoYW5rIHlvdS4gV2Ugd2lsbCBjb25uZWN0IHdpdGggeW91IHNob3J0bHkuIiwiZGF0YS1qcyI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZyI6IiIsImRhdGEtdG9fZW1haWxzIjoibGVhZHNAdGF4c2F2ZXJuZXR3b3JrLmNvbSIsImRhdGEtdG9fZW1haWxzX2VsZW0iOiIiLCJkYXRhLWZyb21fZW1haWwiOiJsZWFkc0B0YXhzYXZlcm5ldHdvcmsuY29tIiwiZGF0YS1mcm9tX25hbWUiOiJDbGllbnQgR2lmdCBDYXJkIiwiZGF0YS1zdWJqZWN0IjoiZ2lmdGNhcmQtYWdlbnQse3tDbGllbnRfRmlyc3RfTmFtZX19LHt7Q2xpZW50X0xhc3RfTmFtZX19LHt7Q2xpZW50X1Bob25lX051bWJlcn19LHt7Q2xpZW50X0VtYWlsfX0se3tBZmZpbGlhdGVfSUR9fSxubyx5ZXMse3tyZWNlaXZlZEZyb21Vcmx9fSIsImRhdGEtcG9zdF91cmxzIjoiIiwiZGF0YS1wb3N0X3NuaXBwZXQiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmcyIjoiIiwiZGF0YS10b19lbWFpbHMyIjoianVzdGluQG15MTAzMXBsYWNlLmNvbSIsImRhdGEtdG9fZW1haWxzX2VsZW0yIjoiIiwiZGF0YS1mcm9tX2VtYWlsMiI6ImxlYWRzQHJveWEuY29tIiwiZGF0YS1mcm9tX25hbWUyIjoiV2Vic2l0ZSIsImRhdGEtc3ViamVjdDIiOiJDbGllbnQgR2lmdCBDYXJkIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMyI6IiIsImRhdGEtdG9fZW1haWxzMyI6IiIsImRhdGEtdG9fZW1haWxzX2VsZW0zIjoiIiwiZGF0YS1mcm9tX2VtYWlsMyI6IiIsImRhdGEtZnJvbV9uYW1lMyI6IiIsImRhdGEtc3ViamVjdDMiOiIiLCJkYXRhLXN1Ym1pc3Npb25zX3NlY3VyZSI6ImZhbHNlIiwiZGF0YS1zdWJtaXRfYWN0aW9uIjoiZW1haWxzIiwiZGF0YS1lbWFpbF9mb3JtYXQiOiJkZWZhdWx0SFRNTCIsImRhdGEtaGlkZSI6Im5vIiwiZGF0YS1hY3Rpb24iOiIiLCJkYXRhLXVybCI6IiIsImRhdGEtZGVsaXZlcnlfbWV0aG9kIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uMiI6ImVtYWlscyIsImRhdGEtc3VibWl0X2FjdGlvbjMiOiIiLCJkYXRhLWF0dHJpYnV0ZXMiOiJbXSIsImRhdGEtbG9naWMiOiJ7fSIsImRhdGEtZW1haWxfZm9ybWF0MiI6ImRlZmF1bHRIVE1MIiwiZGF0YS1kYXRhc2V0aW50ZWdyYXRpb24iOiIiLCJkYXRhLXByZXByb2Nlc3NpbmdzbmlwcGV0IjoiIiwidHMiOjE1NTU3MDc2ODksImRhdGEtc3VibWlzc2lvbnNzZWN1cmUiOiIifQ==" data-signature="9ede564e59fb99d969b1771781b100bc3b3ce0792dea7ec89dd097fc49a17d88" > <div class="fieldset"><div class="col-xs-12 "><div><h2><span style="color: inherit; font-family: inherit; font-size: 30px;">Send a Gift Card to Your Client</span></h2></div><div><p>Agent</p></div><div class="form-group " data-type="text" data-required="true"> <input name="Agent_First_Name" value="" id="Agent_First_Name" type="text" placeholder="Agent First Name" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="Agent_Last_Name" value="" id="Agent_Last_Name" type="text" placeholder="Agent Last Name" class="form-control"></div><div class="form-group required" data-validation="^(([0-9]{1})*[- .(]*([0-9]{3})[- .)]*[0-9]{3}[- .]*[0-9]{4})+$" data-errormsg="Invalid Phone Number!" data-type="text" data-required="true"> <input name="Agent_Phone_Number" value="" id="Agent_Phone_Number" type="text" placeholder="Agent Phone Number" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Agent_Email" value="" id="Agent_Email" type="text" placeholder="Agent Email" class="form-control"></div><div><p>Client</p></div><div class="form-group " data-type="text" data-required="true"> <input name="Client_First_Name" value="" id="Client_First_Name" type="text" placeholder="Client First Name" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="Client_Last_Name" value="" id="Client_Last_Name" type="text" placeholder="Client Last Name" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="Client_Phone_Number" value="" id="Client_Phone_Number" type="text" placeholder="Client Phone Number" class="form-control"></div><div class="form-group " data-type="text" data-required="true"> <input name="Client_Email" value="" id="Client_Email" type="text" placeholder="Client Email" class="form-control"></div><div class="form-group" data-type="submit"> <input type="submit" class="btn btn-primary" value="Send a Gift Card"></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <div class="modal fade" id="order-free-roadmap-agent" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"><div class="header"><h2>Complete your information below to receive an email with the following:</h2></div> <form id="form-5cba372991e01" class="cmsForm " data-hide-after-submit="" data-meta="eyJkYXRhLW1vZHVsZSI6ImZvcm0iLCJkYXRhLXhzIjoiMTIiLCJkYXRhLWlkIjoiIiwiZGF0YS1jc3NjbGFzcyI6IiIsImRhdGEtc3R5bGUiOiIiLCJkYXRhLXR5cGUiOiJSb2FkbWFwIFJlcXVlc3QgRm9ybSIsImRhdGEtdGhhbmt5b3UiOiJUaGFuayB5b3UuIFdlIHdpbGwgY29ubmVjdCB3aXRoIHlvdSBzaG9ydGx5LiIsImRhdGEtanMiOiIiLCJkYXRhLWN1c3RvbWZvcm1hdHRpbmciOiIiLCJkYXRhLXRvX2VtYWlscyI6ImxlYWRzQHRheHNhdmVybmV0d29yay5jb20iLCJkYXRhLXRvX2VtYWlsc19lbGVtIjoiIiwiZGF0YS1mcm9tX2VtYWlsIjoibGVhZHNAdGF4c2F2ZXJuZXR3b3JrLmNvbSIsImRhdGEtZnJvbV9uYW1lIjoiV2Vic2l0ZSAtIFJvYWRtYXAgUmVxdWVzdCIsImRhdGEtc3ViamVjdCI6ImRpZ2kse3tmaXJzdF9uYW1lfX0se3tsYXN0X25hbWV9fSx7e3Bob25lX251bWJlcn19LHt7RW1haWx9fSx7e0FmZmlsaWF0ZV9JRH19LG5vLHllcyx7e3JlY2VpdmVkRnJvbVVybH19IiwiZGF0YS1wb3N0X3VybHMiOiIiLCJkYXRhLXBvc3Rfc25pcHBldCI6IiIsImRhdGEtY3VzdG9tZm9ybWF0dGluZzIiOiIiLCJkYXRhLXRvX2VtYWlsczIiOiIiLCJkYXRhLXRvX2VtYWlsc19lbGVtMiI6IiIsImRhdGEtZnJvbV9lbWFpbDIiOiIiLCJkYXRhLWZyb21fbmFtZTIiOiIiLCJkYXRhLXN1YmplY3QyIjoiIiwiZGF0YS1jdXN0b21mb3JtYXR0aW5nMyI6IiIsImRhdGEtdG9fZW1haWxzMyI6IiIsImRhdGEtdG9fZW1haWxzX2VsZW0zIjoiIiwiZGF0YS1mcm9tX2VtYWlsMyI6IiIsImRhdGEtZnJvbV9uYW1lMyI6IiIsImRhdGEtc3ViamVjdDMiOiIiLCJkYXRhLXN1Ym1pc3Npb25zX3NlY3VyZSI6ImZhbHNlIiwiZGF0YS1zdWJtaXRfYWN0aW9uIjoiZW1haWxzIiwiZGF0YS1lbWFpbF9mb3JtYXQiOiJkZWZhdWx0SFRNTCIsImRhdGEtaGlkZSI6Im5vIiwiZGF0YS1hY3Rpb24iOiIiLCJkYXRhLXVybCI6IiIsImRhdGEtZGVsaXZlcnlfbWV0aG9kIjoiIiwiZGF0YS1zdWJtaXRfYWN0aW9uMiI6IiIsImRhdGEtc3VibWl0X2FjdGlvbjMiOiIiLCJkYXRhLWF0dHJpYnV0ZXMiOiJbXSIsImRhdGEtbG9naWMiOiJ7fSIsInRzIjoxNTU1NzA3Njg5LCJkYXRhLXN1Ym1pc3Npb25zc2VjdXJlIjoiIn0=" data-signature="3dfbde8e024e5ffbb15c4a49c20e913dc50bfeafa99092dc7d69dede3e2e6dfa" > <div class="fieldset"><div class="col-xs-12 "><div><p>1. A PDF of your 1031 Roadmap<br>2. A Link to Start Your Exchange (with a $200 discount off of our standard $795 fee!)<br>3. A Link to Schedule a FREE, No Obligation Consultation</p></div><div class="form-group required" data-type="text" data-required="true"> <input name="first_name" value="" id="first_name" type="text" placeholder="First Name" class="form-control"></div><div class="form-group required" data-type="text" data-required="true"> <input name="last_name" value="" id="last_name" type="text" placeholder="Last Name" class="form-control"></div><div class="form-group required" data-validation="^[a-zA-Z0-9._%-+]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$" data-errormsg="Invalid Email Address!" data-type="text" data-required="true"> <input name="Email" value="" id="Email" type="text" placeholder="Your Email" class="form-control"></div><div class="form-group required" data-validation="^(([0-9]{1})*[- .(]*([0-9]{3})[- .)]*[0-9]{3}[- .]*[0-9]{4})+$" data-errormsg="Invalid Phone Number!" data-type="text" data-required="true"> <input name="phone_number" value="" id="phone_number" type="text" placeholder="Phone" class="form-control"></div><input name="Affiliate_ID" id="Affiliate ID" value="" type="hidden"><div style="margin-bottom:20px;"><a data-cke-saved-href="https://www.my1031place.com/wp-content/uploads/2017/06/TaxSaverNetwork-End-User-Agreement-FINAL2-revised-060717.pdf" href="https://www.my1031place.com/wp-content/uploads/2017/06/TaxSaverNetwork-End-User-Agreement-FINAL2-revised-060717.pdf" data-toggle-value="" data-toggle-default-visible="false" data-toggle-show-animation="" data-toggle-hide-animation="" data-toggle-show-animation-options="{}" data-toggle-hide-animation-options="{}" id="" class="" target="_blank">Terms of Service&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</a></div><div class="col-xs-12 blk-captcha" style="margin:0 0 10px; padding: 0;"><div><div id="roadMap" class="g-recaptcha" data-callback="recaptchaCallback"></div><script>function recaptchaCallback(){$('.btn-captcha').removeAttr('disabled');};</script></div></div><div class="form-group" data-type="submit"> <button type="submit" class="btn-captcha btn btn-yellow"><h4>GET FREE ROADMAP</h4>Start My Exchange</button></div></div></div><div class="container-fluid" style="padding: 0;"> <div class="alert alert-success hidden">Thank you. We will connect with you shortly.</div> <div class="alert alert-danger alert-missing-fields hidden">You are missing required fields.</div> <div class="alert alert-danger alert-custom-errors hidden">Dynamic Error Description</div> <div class="alert alert-danger alert-processing-error hidden">There was an error processing this form.</div></div> </form></div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-window-close" aria-hidden="true"></i></button> </div> </div> </div></div> <script src="https://www.selltaxfree.com//scripts/ie10-viewport-bug-workaround.js"></script><script>var siteRoot="https://www.selltaxfree.com/";var siteExtension="";</script><script type="text/javascript" src="https://www.selltaxfree.com/js/common.js?67951736=67951736"></script><!--[if lt IE 9]> <script src="https://www.selltaxfree.com/js/html5shiv.min.js"></script> <script src="https://www.selltaxfree.com/js/respond.min.js"></script> <![endif]--><script>function getCookie(cname){var name=cname+"=";var decodedCookie=decodeURIComponent(document.cookie);var ca=decodedCookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' '){c=c.substring(1);} if(c.indexOf(name)==0){return c.substring(name.length,c.length);}} return"";} var start_exchange_links=document.getElementsByClassName('__start');var affiliate_id=getCookie('affiliateId');for(var i=0;i<start_exchange_links.length;i++){start_exchange_links[i].querySelector('a').href+='id='+affiliate_id;}</script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)}) (window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-105139951-44','auto',{'name':'2412f722b9c1e1fc00214d8448036b81'});ga('2412f722b9c1e1fc00214d8448036b81.require','eventTracker');ga('2412f722b9c1e1fc00214d8448036b81.require','outboundLinkTracker');ga('2412f722b9c1e1fc00214d8448036b81.send','pageview');</script><script src="https://www.selltaxfree.com/scripts/bootstrap-slider.js"></script><script src="https://www.google.com/recaptcha/api.js?onload=myCallBack&amp;render=explicit" async defer></script><script>var myCallBack=function(){if($('#roadMap').length){grecaptcha.render('roadMap',{'sitekey':'6LcAuTYUAAAAAHnei9seNIMdIPx5JeoWRpSKVc-_'});}};</script><script src="https://www.selltaxfree.com/scripts/slick.js"></script><script src="https://www.selltaxfree.com/scripts/cookie.js"></script><script src="https://www.selltaxfree.com/scripts/script.js"></script><script type="application/ld+json"> { "@context": "http://www.schema.org", "@type": "Organization", "name": "1031 Exchange Advantage&trade;", "url": "https://www.selltaxfree.com", "logo": "https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/logo.png", "image": "https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/logo.png", "description": "Use a 1031 exchange to avoid taxes and build wealth by reinvesting all your funds. This allows you to leverage into a better investment and buy more real estate that will be worth more over time. ", "address": { "@type": "PostalAddress", "streetAddress": "5355 Avenida Encinas, Suite 203", "addressLocality": "Carlsbad", "addressRegion": "CA", "postalCode": "92008", "addressCountry": "USA" }, "contactPoint": { "@type": "ContactPoint", "telephone": "+1(866) 944-1031", "contactType": "Customer Service" } } </script><script type="text/javascript">var google_conversion_id=797169996;var google_custom_params=window.google_tag_params;var google_remarketing_only=true;</script><script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script><noscript><div style="display:inline;"><img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/797169996/?guid=ON&amp;script=0"></div></noscript> <div class="modal fade login" id="loginModal"> <div class="modal-dialog animated"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Login</h4> </div> <div class="modal-body"> <div class="box"> <div class="content"> <div class="error"></div> <div class="form loginBox"> <form method="post" action="/login" accept-charset="UTF-8"> <input type="hidden" name="login_filter_action" value="login"><input id="_login_email" class="form-control" type="text" placeholder="Email" name="email"><input id="_login_password" class="form-control" type="password" placeholder="Password" name="password"><input class="btn btn-default btn-login" type="submit" value="Login"><br><a href="#" class="forgotPasswordLink">Forgot Password?</a> <br><h3>OR</h3> <div class="social-btns"> <a href="https://admin.roya.com/front-site/hybrid-login/?site=Site-b642b9fa-52e0-4a65-9640-47958baea728&amp;service=Facebook&amp;ts=1555956483&amp;ref=http%3A%2F%2Fwww.selltaxfree.com%2Fblog&amp;token=25afb63c4c37ac06e8627b421ff77f22bd0e4ad0f445efb3cff520a5d04b7552" class="btn btn-lg col-xs-12 btn-social btn-facebook v-margin-5"><span class="fa fa-facebook"></span> Sign in with Facebook</a><a href="https://admin.roya.com/front-site/hybrid-login?site=Site-b642b9fa-52e0-4a65-9640-47958baea728&amp;service=Google&amp;ts=1555956483&amp;ref=http%3A%2F%2Fwww.selltaxfree.com%2Fblog&amp;token=b7d36d35853ab623b69ec96710fe02df38e92b5e7e34aa04ec8e7af73e3ad0e9" class="btn btn-lg col-xs-12 btn-social btn-google v-margin-5"><span class="fa fa-google"></span> Sign in with Google</a> </div> </form> <form method="post" action="/forgotPassword" accept-charset="UTF-8" class="forgotPasswordForm"> <input type="hidden" name="login_filter_action" value="forgot"><br><div class="resetPassworderror"></div> <br><input id="_forgotPassword_email" class="form-control" type="text" placeholder="Email" name="email"><input class="btn btn-default btn-resetPassword" type="submit" value="Send new password"></form> </div> <div class="form registerBox"> <form method="post" action="/register" accept-charset="UTF-8"> <input type="hidden" name="login_filter_action" value="register"><input id="_register_email" class="form-control" type="text" placeholder="Email" name="email"><input id="_register_firstname" class="form-control" type="text" placeholder="First Name" name="firstName"><input id="_register_lastname" class="form-control" type="text" placeholder="Last Name" name="lastName"><input id="_register_password" class="form-control" type="password" placeholder="Password" name="password"><input id="_register_password_confirmation" class="form-control" type="password" placeholder="Repeat Password" name="password_confirmation"><input class="btn btn-default btn-register" type="submit" value="Create account"></form> </div> </div> </div> </div> <div class="modal-footer"> <div class="forgot login-footer"> <span>Looking to <a class="loginWidgetViewRegisterFormBtn" href="#">create an account</a> ?</span> </div> <div class="forgot register-footer"> <span>Already have an account?</span> <a class="loginWidgetViewLoginFormBtn" href="#">Login</a> </div> </div> </div> </div></div> <div class="modal fade saveSearch" id="saveSearchModal"> <div class="modal-dialog animated"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Save Search</h4> </div> <div class="modal-body"> <div class="box"> <div class="content"> <div class="saved_search_error"></div> <div class="form saveSearchBox"> <form method="post" action="/saveSearch" accept-charset="UTF-8"> <input id="_saved_search_name" class="form-control" type="text" placeholder="Name your search" name="saved_search_name"><br><input class="btn btn-primary btn-save-search" type="submit" value="Save"></form> </div> </div> </div> </div> </div> </div></div> <div class="modal fade savedSearch" id="savedSearchListModal"> <div class="modal-dialog animated"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Saved Searches</h4> </div> <div class="modal-body"> <div class="box"> <div class="content"> <div class="saved_search_error"></div> <div class="savedSearchList"> <ul class="savedSearches list-group"></ul></div> </div> </div> </div> </div> </div></div> <div class="modal fade updateProfile" id="updateProfileModal"> <div class="modal-dialog animated"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Update Profile</h4> </div> <div class="modal-body"> <div class="updateProfileerror"></div> <div class="form updateProfileBox"> <form method="post" action="/updateProfile" accept-charset="UTF-8" class="form-horizontal"> <input type="hidden" name="login_filter_action" value="update-profile"><input type="hidden" name="_id" value=""><div class="form-group"> <label for="_updateProfile_email" class="col-sm-3 control-label">Email</label> <div class="col-sm-9"> <input id="_updateProfile_email" class="form-control" type="text" placeholder="" name="email" value=""></div> </div> <div class="form-group"> <label for="_updateProfile_firstname" class="col-sm-3 control-label">Name</label> <div class="col-sm-9"> <input id="_updateProfile_firstname" class="form-control" type="text" placeholder="" name="name" value=""></div> </div> <div class="form-group"> <label for="_updateProfile_password" class="col-sm-3 control-label">Password</label> <div class="col-sm-9"> <input id="_updateProfile_password" class="form-control" type="password" placeholder="leave empty to remain unchanged" name="password"></div> </div> <div class="form-group"> <label for="_updateProfile_password_confirmation" class="col-sm-3 control-label">Confirm Password</label> <div class="col-sm-9"> <input id="_updateProfile_password_confirmation" class="form-control" type="password" placeholder="leave empty to remain unchanged" name="password_confirmation"></div> </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <input class="btn btn-primary btn-update-profile pull-right" type="submit" value="Update Your Profile"></div> </div> </form> </div> </div> <div class="modal-footer" style="border-top:none;"> </div> </div> </div></div></body></html>
[]
[ "<head><meta charset=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"google-site-verification\" content=\"XrQpWqRbEJwrtU26PMJuZxKV56r2XBcAXwaFiKDtSIM\"/><title>Blog | 1031 Exchange Advantage™ in Carlsbad, CA</title><meta name=\"description\" content=\"Read through the blog of 1031 Exchange Advantage™ serving clients in Carlsbad, CA and the nearby areas. To know more, call us at 866-944-1031 today!\"/><link href=\"https://www.selltaxfree.com/css/bootstrap.min.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"icon\" type=\"image/png\" href=\"https://www.royacdn.com/unsafe/smart/Site-b642b9fa-52e0-4a65-9640-47958baea728/favicon.png\"/><link href=\"https://www.selltaxfree.com/styles/ie10-viewport-bug-workaround.css\" rel=\"stylesheet\"/><link href=\"https://fonts.googleapis.com/css?family=Muli:200,300,300i,400,600,700,800,900\" rel=\"stylesheet\"/><link href=\"https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800\" rel=\"stylesheet\"/><link href=\"https://www.selltaxfree.com/css/common-global.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"https://www.selltaxfree.com/css/site-overrides.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"https://www.selltaxfree.com/css/pages/WebPage-1720b3d0-73cb-4b09-aa56-73ecba116d96.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"stylesheet\" href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\"/><link href=\"https://www.selltaxfree.com/css/bootstrap-social.css\" rel=\"stylesheet\"/><link href=\"https://www.selltaxfree.com/styles/default.css\" rel=\"stylesheet\"/><link href=\"https://www.selltaxfree.com/styles/bootstrap-slider.css\" rel=\"stylesheet\"/><link href=\"https://www.selltaxfree.com/styles/slick.css\" rel=\"stylesheet\"/><link href=\"https://www.selltaxfree.com/styles/custom.css\" rel=\"stylesheet\"/><!--[if lt IE 9]>\n\t\t<script src=\"https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js\"></script>\n\t\t<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\n\t\t<![endif]--></head>" ]
[ "<title>Blog | 1031 Exchange Advantage™ in Carlsbad, CA</title>" ]
[ { "key": "datasource", "type": "global", "value": "www.selltaxfree.com > blog" } ]
[ { "char_end_idx": 609, "char_start_idx": 0, "key": "length", "type": "local", "value": "609" }, { "char_end_idx": 707, "char_start_idx": 609, "key": "length", "type": "local", "value": "97" }, { "char_end_idx": 912, "char_start_idx": 707, "key": "length", "type": "local", "value": "204" }, { "char_end_idx": 979, "char_start_idx": 912, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 1135, "char_start_idx": 979, "key": "length", "type": "local", "value": "155" }, { "char_end_idx": 1284, "char_start_idx": 1135, "key": "length", "type": "local", "value": "148" }, { "char_end_idx": 1339, "char_start_idx": 1284, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 1656, "char_start_idx": 1339, "key": "length", "type": "local", "value": "316" }, { "char_end_idx": 1703, "char_start_idx": 1656, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 1888, "char_start_idx": 1703, "key": "length", "type": "local", "value": "184" }, { "char_end_idx": 1993, "char_start_idx": 1888, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 2113, "char_start_idx": 1993, "key": "length", "type": "local", "value": "119" }, { "char_end_idx": 2372, "char_start_idx": 2113, "key": "length", "type": "local", "value": "258" }, { "char_end_idx": 2519, "char_start_idx": 2372, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 2706, "char_start_idx": 2519, "key": "length", "type": "local", "value": "186" }, { "char_end_idx": 2890, "char_start_idx": 2706, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 2970, "char_start_idx": 2890, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 3230, "char_start_idx": 2970, "key": "length", "type": "local", "value": "259" }, { "char_end_idx": 3296, "char_start_idx": 3230, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 3508, "char_start_idx": 3296, "key": "length", "type": "local", "value": "211" }, { "char_end_idx": 3616, "char_start_idx": 3508, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 3717, "char_start_idx": 3616, "key": "length", "type": "local", "value": "100" }, { "char_end_idx": 3807, "char_start_idx": 3717, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 4004, "char_start_idx": 3807, "key": "length", "type": "local", "value": "196" }, { "char_end_idx": 4132, "char_start_idx": 4004, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 4164, "char_start_idx": 4132, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 4391, "char_start_idx": 4164, "key": "length", "type": "local", "value": "226" }, { "char_end_idx": 4639, "char_start_idx": 4391, "key": "length", "type": "local", "value": "247" }, { "char_end_idx": 4783, "char_start_idx": 4639, "key": "length", "type": "local", "value": "143" }, { "char_end_idx": 4940, "char_start_idx": 4783, "key": "length", "type": "local", "value": "156" }, { "char_end_idx": 5045, "char_start_idx": 4940, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 5175, "char_start_idx": 5045, "key": "length", "type": "local", "value": "129" }, { "char_end_idx": 5428, "char_start_idx": 5175, "key": "length", "type": "local", "value": "252" }, { "char_end_idx": 5546, "char_start_idx": 5428, "key": "length", "type": "local", "value": "117" }, { "char_end_idx": 5581, "char_start_idx": 5546, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 5681, "char_start_idx": 5581, "key": "length", "type": "local", "value": "99" }, { "char_end_idx": 5694, "char_start_idx": 5681, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 5743, "char_start_idx": 5694, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 5829, "char_start_idx": 5743, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 6255, "char_start_idx": 5829, "key": "length", "type": "local", "value": "425" }, { "char_end_idx": 6315, "char_start_idx": 6255, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 6451, "char_start_idx": 6315, "key": "length", "type": "local", "value": "135" }, { "char_end_idx": 6527, "char_start_idx": 6451, "key": "length", "type": "local", "value": "75" }, { "char_end_idx": 6548, "char_start_idx": 6527, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 6753, "char_start_idx": 6548, "key": "length", "type": "local", "value": "204" }, { "char_end_idx": 6890, "char_start_idx": 6753, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 7020, "char_start_idx": 6890, "key": "length", "type": "local", "value": "129" }, { "char_end_idx": 7074, "char_start_idx": 7020, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 7266, "char_start_idx": 7074, "key": "length", "type": "local", "value": "191" }, { "char_end_idx": 7450, "char_start_idx": 7266, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 7462, "char_start_idx": 7450, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 7479, "char_start_idx": 7462, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 7483, "char_start_idx": 7479, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 7522, "char_start_idx": 7483, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 7534, "char_start_idx": 7522, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 7549, "char_start_idx": 7534, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 7553, "char_start_idx": 7549, "key": "length", "type": "local", "value": "3" } ]
[ { "key": "length", "type": "global", "value": "7578" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile-container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "mobile_menu" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "nav" }, { "char_end_idx": 6, "char_start_idx": 6, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 6, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "https://www.selltaxfree.com/", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 26, "char_start_idx": 6, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/what-is-an-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 26, "char_start_idx": 6, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 40, "char_start_idx": 27, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/do-i-qualify" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 40, "char_start_idx": 27, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 54, "char_start_idx": 41, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/calculator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 54, "char_start_idx": 41, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 70, "char_start_idx": 55, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/secure-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 70, "char_start_idx": 55, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 91, "char_start_idx": 71, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/improvement-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 91, "char_start_idx": 71, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 108, "char_start_idx": 92, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/reverse-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 92, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 113, "char_start_idx": 109, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/fees" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 113, "char_start_idx": 109, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 123, "char_start_idx": 114, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/timelines" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 123, "char_start_idx": 114, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 128, "char_start_idx": 124, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/1031_EA_Cert_web.pdf", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 128, "char_start_idx": 124, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 185, "char_start_idx": 129, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://docs.google.com/viewerng/viewer?url=https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/sample_ea_doc_with_qta.pdf", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 185, "char_start_idx": 129, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 190, "char_start_idx": 186, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/blog" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 190, "char_start_idx": 186, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 191, "char_start_idx": 6, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 191, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 195, "char_start_idx": 195, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 195, "char_start_idx": 191, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "#", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 195, "char_start_idx": 191, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 203, "char_start_idx": 196, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "#", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 203, "char_start_idx": 196, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 215, "char_start_idx": 215, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 215, "char_start_idx": 204, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "#", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 215, "char_start_idx": 204, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 228, "char_start_idx": 216, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/testimonials" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 228, "char_start_idx": 216, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ " ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 240, "char_start_idx": 229, "html_attrs": { "attrs": [ "href" ], "values": [ "#getstarted" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 240, "char_start_idx": 229, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "get-started hidden ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 253, "char_start_idx": 241, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 253, "char_start_idx": 241, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "__phone ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 277, "char_start_idx": 254, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/schedule-a-consultation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 277, "char_start_idx": 254, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "__consultation ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 292, "char_start_idx": 278, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.startmyexchange.com/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 292, "char_start_idx": 278, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "__start ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 293, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "visible-xs visible-sm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 293, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "overlay__menu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "navigation" }, { "char_end_idx": 293, "char_start_idx": 293, "html_attrs": { "attrs": [ "class" ], "values": [ "toggle-button visible-xs-inline visible-sm-inline hidden-md hidden-lg" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 299, "char_start_idx": 299, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 299, "char_start_idx": 293, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "https://www.selltaxfree.com/", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 319, "char_start_idx": 299, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/what-is-an-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 319, "char_start_idx": 299, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 333, "char_start_idx": 320, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/do-i-qualify" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 333, "char_start_idx": 320, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 347, "char_start_idx": 334, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/calculator" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 347, "char_start_idx": 334, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 363, "char_start_idx": 348, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/secure-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 363, "char_start_idx": 348, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 384, "char_start_idx": 364, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/improvement-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 384, "char_start_idx": 364, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 401, "char_start_idx": 385, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/reverse-exchange" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 401, "char_start_idx": 385, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 406, "char_start_idx": 402, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/fees" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 406, "char_start_idx": 402, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 416, "char_start_idx": 407, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/timelines" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 416, "char_start_idx": 407, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 421, "char_start_idx": 417, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/1031_EA_Cert_web.pdf", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 421, "char_start_idx": 417, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 478, "char_start_idx": 422, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://docs.google.com/viewerng/viewer?url=https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/pdfs/sample_ea_doc_with_qta.pdf", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 478, "char_start_idx": 422, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 483, "char_start_idx": 479, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/blog" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 483, "char_start_idx": 479, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 484, "char_start_idx": 299, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 484, "char_start_idx": 293, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 488, "char_start_idx": 488, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 488, "char_start_idx": 484, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "#", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 488, "char_start_idx": 484, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 496, "char_start_idx": 496, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 496, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "#", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 496, "char_start_idx": 489, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 508, "char_start_idx": 508, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 508, "char_start_idx": 497, "html_attrs": { "attrs": [ "class", "data-toggle", "href", "role", "aria-haspopup", "aria-expanded" ], "values": [ "dropdown-toggle", "dropdown", "#", "button", "true", "false" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 508, "char_start_idx": 497, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "dropdown ", "presentation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 521, "char_start_idx": 509, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/testimonials" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 521, "char_start_idx": 509, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ " ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 533, "char_start_idx": 522, "html_attrs": { "attrs": [ "href" ], "values": [ "#getstarted" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 533, "char_start_idx": 522, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "get-started hidden ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 546, "char_start_idx": 534, "html_attrs": { "attrs": [ "href" ], "values": [ "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 546, "char_start_idx": 534, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "__phone ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 570, "char_start_idx": 547, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.selltaxfree.com/schedule-a-consultation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 570, "char_start_idx": 547, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "__consultation ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 585, "char_start_idx": 571, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.startmyexchange.com/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 585, "char_start_idx": 571, "html_attrs": { "attrs": [ "class", "data-active" ], "values": [ "__start ", "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 586, "char_start_idx": 293, "html_attrs": { "attrs": [ "class" ], "values": [ "nav-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 642, "char_start_idx": 586, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "btn btn-primary", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 708, "char_start_idx": 642, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "btn btn-primary", "#" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 708, "char_start_idx": 586, "html_attrs": { "attrs": [ "class" ], "values": [ "team__page__header hidden" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 709, "char_start_idx": 293, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 col-md-10 col-lg-9 no-padding no-padding" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 709, "char_start_idx": 293, "html_attrs": { "attrs": [ "class" ], "values": [ "header-container col-xs-12 hidden-xs hidden-sm header-wrapper" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 709, "char_start_idx": 293, "html_attrs": { "attrs": [ "class" ], "values": [ "header-navigation base-color row-fluid" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 762, "char_start_idx": 709, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h2" }, { "char_end_idx": 1357, "char_start_idx": 1348, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/are-there-any-downsides-to-a-1031-exchange-advantage", "https://www.selltaxfree.com/are-there-any-downsides-to-a-1031-exchange-advantage", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1357, "char_start_idx": 1348, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1357, "char_start_idx": 709, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 1358, "char_start_idx": 709, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1358, "char_start_idx": 709, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1396, "char_start_idx": 1358, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 1721, "char_start_idx": 1712, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/who-is-a-typical-1031-exchange-client", "https://www.selltaxfree.com/who-is-a-typical-1031-exchange-client", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1721, "char_start_idx": 1712, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1721, "char_start_idx": 1358, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1722, "char_start_idx": 1358, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1722, "char_start_idx": 1358, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1759, "char_start_idx": 1722, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 2132, "char_start_idx": 2123, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/how-do-i-qualify-for-a-1031-exchange", "https://www.selltaxfree.com/how-do-i-qualify-for-a-1031-exchange", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2132, "char_start_idx": 2123, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2132, "char_start_idx": 1722, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2133, "char_start_idx": 1722, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2133, "char_start_idx": 1722, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2157, "char_start_idx": 2133, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 2537, "char_start_idx": 2528, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/rules-in-a-1031-exchange", "https://www.selltaxfree.com/rules-in-a-1031-exchange", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2537, "char_start_idx": 2528, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2537, "char_start_idx": 2133, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2538, "char_start_idx": 2133, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2538, "char_start_idx": 2133, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2571, "char_start_idx": 2538, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 2989, "char_start_idx": 2980, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/what-is-a-1031-exchange-property", "https://www.selltaxfree.com/what-is-a-1031-exchange-property", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2989, "char_start_idx": 2980, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2989, "char_start_idx": 2538, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2990, "char_start_idx": 2538, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2990, "char_start_idx": 2538, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 2990, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 3527, "char_start_idx": 3518, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/when-can-you-use-a-1031-exchange-in-real-estate", "https://www.selltaxfree.com/when-can-you-use-a-1031-exchange-in-real-estate", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3527, "char_start_idx": 3518, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3527, "char_start_idx": 2990, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3528, "char_start_idx": 2990, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3528, "char_start_idx": 2990, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3556, "char_start_idx": 3528, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 4183, "char_start_idx": 4174, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/how-is-a-1031-exchange-done", "https://www.selltaxfree.com/how-is-a-1031-exchange-done", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4183, "char_start_idx": 4174, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4183, "char_start_idx": 3528, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4184, "char_start_idx": 3528, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4184, "char_start_idx": 3528, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4242, "char_start_idx": 4184, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 4658, "char_start_idx": 4649, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/the-basic-taxes-involved-in-a-sale-of-real-estate-property", "https://www.selltaxfree.com/the-basic-taxes-involved-in-a-sale-of-real-estate-property", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4658, "char_start_idx": 4649, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4658, "char_start_idx": 4184, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4659, "char_start_idx": 4184, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4659, "char_start_idx": 4184, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4677, "char_start_idx": 4659, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 4959, "char_start_idx": 4950, "html_attrs": { "attrs": [ "data-cke-saved-href", "href", "data-toggle-value", "data-toggle-default-visible", "data-toggle-show-animation", "data-toggle-hide-animation", "data-toggle-show-animation-options", "data-toggle-hide-animation-options", "id", "class", "target" ], "values": [ "https://www.selltaxfree.com/1031-exchange-faqs", "https://www.selltaxfree.com/1031-exchange-faqs", "", "false", "", "", "{}", "{}", "", "", "_self" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4959, "char_start_idx": 4950, "html_attrs": { "attrs": [ "class" ], "values": [ "span-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4959, "char_start_idx": 4659, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4960, "char_start_idx": 4659, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4960, "char_start_idx": 4659, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 each__item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4960, "char_start_idx": 709, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 __main col-xs-12 theme__container col-xs-12 blog__list" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4960, "char_start_idx": 709, "html_attrs": { "attrs": [ "class" ], "values": [ "content theme_base_color" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4960, "char_start_idx": 4960, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "https://s3.amazonaws.com/static.organiclead.com/Site-b642b9fa-52e0-4a65-9640-47958baea728/newLogo.png", "", "img-responsive" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 5189, "char_start_idx": 5180, "html_attrs": { "attrs": [ "class", "id", "data-gr-id" ], "values": [ "gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation replaceWithoutSep", "11", "11" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "g" }, { "char_end_idx": 5436, "char_start_idx": 4960, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "p" }, { "char_end_idx": 5437, "char_start_idx": 4960, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5682, "char_start_idx": 5437, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "em" }, { "char_end_idx": 5682, "char_start_idx": 5437, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 5683, "char_start_idx": 5437, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "show__at__homepage", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5927, "char_start_idx": 5840, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 6008, "char_start_idx": 6000, "html_attrs": { "attrs": [ "class", "id", "data-gr-id" ], "values": [ "gr_ gr_20 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace", "20", "20" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "g" }, { "char_end_idx": 6265, "char_start_idx": 6257, "html_attrs": { "attrs": [ "class", "id", "data-gr-id" ], "values": [ "gr_ gr_19 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace", "19", "19" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "g" }, { "char_end_idx": 6325, "char_start_idx": 6317, "html_attrs": { "attrs": [ "class", "id", "data-gr-id" ], "values": [ "gr_ gr_23 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace", "23", "23" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "g" }, { "char_end_idx": 6389, "char_start_idx": 6383, "html_attrs": { "attrs": [ "class", "id", "data-gr-id" ], "values": [ "gr_ gr_24 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep", "24", "24" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "g" }, { "char_end_idx": 6470, "char_start_idx": 6458, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 6511, "char_start_idx": 6504, "html_attrs": { "attrs": [ "class", "id", "data-gr-id" ], "values": [ "gr_ gr_17 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace", "17", "17" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "g" }, { "char_end_idx": 6549, "char_start_idx": 6481, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 6597, "char_start_idx": 5683, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 6597, "char_start_idx": 4960, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 theme__container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6597, "char_start_idx": 4960, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 section__footer" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6597, "char_start_idx": 293, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "mobile-panel", "main-content bg-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 6668, "char_start_idx": 6597, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 6669, "char_start_idx": 6597, "html_attrs": { "attrs": [ "class" ], "values": [ "header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6669, "char_start_idx": 6597, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6669, "char_start_idx": 6597, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "order-free-roadmap", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6754, "char_start_idx": 6669, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h2" }, { "char_end_idx": 6755, "char_start_idx": 6669, "html_attrs": { "attrs": [ "data-aos", "class" ], "values": [ "fade-up", "text__heading" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class" ], "values": [ "col-xs-12 theme__container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6669, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body col-xs-12 col-xs-12 home-featured" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6669, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "rental-calculator", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "marketing-report", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "view-marketing-report", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "getstarted", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 6755, "char_start_idx": 6755, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/check_.jpg", "", "img-responsive" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "img" }, { "char_end_idx": 6891, "char_start_idx": 6755, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 22, "type": "local", "value": "p" }, { "char_end_idx": 6892, "char_start_idx": 6755, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 6902, "char_start_idx": 6892, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h2" }, { "char_end_idx": 6903, "char_start_idx": 6892, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "__question hidden", "margin-top:20px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 6903, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "modal-body col-xs-12 col-xs-12 custom__modal save__modal", "save--modal" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 6903, "char_start_idx": 6755, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "save--modal", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 6903, "char_start_idx": 6903, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/check_.jpg", "", "img-responsive" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 7021, "char_start_idx": 6903, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "p" }, { "char_end_idx": 7022, "char_start_idx": 6903, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7032, "char_start_idx": 7022, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h2" }, { "char_end_idx": 7033, "char_start_idx": 7022, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "__question hidden", "margin-top:20px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7033, "char_start_idx": 6903, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body col-xs-12 col-xs-12 custom__modal reverse-exchange-popup" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7033, "char_start_idx": 6903, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "reverse-exchange-popup", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7033, "char_start_idx": 7033, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7033, "char_start_idx": 7033, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "authorize-settlement-agent", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7033, "char_start_idx": 7033, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "https://www.royacdn.com/unsafe/Site-b642b9fa-52e0-4a65-9640-47958baea728/icons/check.jpg", "", "img-responsive" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "img" }, { "char_end_idx": 7267, "char_start_idx": 7033, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 7268, "char_start_idx": 7033, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "modal-body col-xs-12 ", "checkModal" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 7268, "char_start_idx": 7033, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "checkmodal", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7339, "char_start_idx": 7268, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 7340, "char_start_idx": 7268, "html_attrs": { "attrs": [ "class" ], "values": [ "header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7268, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7268, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "order-free-roadmap-1030", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "interested-in-marketing-with-these-tools", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "register-for-free-exchange", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "register-for-free-exchange", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body col-xs-12 col-md-12 col-lg-12 ry-frm-wrapper" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "div" }, { "char_end_idx": 7340, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "send-a-gift-card-to-your-client", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 7411, "char_start_idx": 7340, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 22, "type": "local", "value": "h2" }, { "char_end_idx": 7412, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class" ], "values": [ "header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 7412, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 7412, "char_start_idx": 7340, "html_attrs": { "attrs": [ "class", "id", "tabindex", "role", "aria-labelledby", "aria-hidden" ], "values": [ "modal fade modal-dialog modal-content", "order-free-roadmap-agent", "-1", "dialog", "basicModal", "true" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 7577, "char_start_idx": 7412, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 7578, "char_start_idx": 7577, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 7578, "char_start_idx": 7578, "html_attrs": { "attrs": [ "class" ], "values": [ "form loginBox" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 7578, "char_start_idx": 7578, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body box content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 7578, "char_start_idx": 7578, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-footer" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 7578, "char_start_idx": 7578, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "modal fade login modal-dialog animated modal-content", "loginModal" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 7578, "char_start_idx": 7578, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "modal fade updateProfile modal-dialog animated modal-content", "updateProfileModal" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 7578, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-page-id", "data-page-name", "data-site", "class" ], "values": [ "WebPage-1720b3d0-73cb-4b09-aa56-73ecba116d96", "blog", "Site-b642b9fa-52e0-4a65-9640-47958baea728", "index" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 26, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Learn\nWhat is an Exchange?" }, { "char_end_idx": 40, "char_start_idx": 26, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDo I Qualify?" }, { "char_end_idx": 54, "char_start_idx": 40, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWhy Exchange?" }, { "char_end_idx": 70, "char_start_idx": 54, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSecure Exchange" }, { "char_end_idx": 91, "char_start_idx": 70, "key": "paragraph", "marker": "li", "type": "local", "value": "\nImprovement Exchange" }, { "char_end_idx": 108, "char_start_idx": 91, "key": "paragraph", "marker": "li", "type": "local", "value": "\nReverse Exchange" }, { "char_end_idx": 113, "char_start_idx": 108, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFees" }, { "char_end_idx": 123, "char_start_idx": 113, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTimelines" }, { "char_end_idx": 128, "char_start_idx": 123, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBond" }, { "char_end_idx": 185, "char_start_idx": 128, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSample Exchange Agreement \nwith Qualified Escrow Account" }, { "char_end_idx": 190, "char_start_idx": 185, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog" }, { "char_end_idx": 191, "char_start_idx": 190, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 195, "char_start_idx": 191, "key": "paragraph", "marker": "li", "type": "local", "value": "Plan" }, { "char_end_idx": 203, "char_start_idx": 195, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConsult" }, { "char_end_idx": 215, "char_start_idx": 203, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet To Work" }, { "char_end_idx": 228, "char_start_idx": 215, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTestimonials" }, { "char_end_idx": 240, "char_start_idx": 228, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet Started" }, { "char_end_idx": 253, "char_start_idx": 240, "key": "paragraph", "marker": "li", "type": "local", "value": "\n866-944-1031" }, { "char_end_idx": 277, "char_start_idx": 253, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSchedule A Consultation" }, { "char_end_idx": 292, "char_start_idx": 277, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStart Exchange" }, { "char_end_idx": 293, "char_start_idx": 292, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 319, "char_start_idx": 293, "key": "paragraph", "marker": "li", "type": "local", "value": "Learn\nWhat is an Exchange?" }, { "char_end_idx": 333, "char_start_idx": 319, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDo I Qualify?" }, { "char_end_idx": 347, "char_start_idx": 333, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWhy Exchange?" }, { "char_end_idx": 363, "char_start_idx": 347, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSecure Exchange" }, { "char_end_idx": 384, "char_start_idx": 363, "key": "paragraph", "marker": "li", "type": "local", "value": "\nImprovement Exchange" }, { "char_end_idx": 401, "char_start_idx": 384, "key": "paragraph", "marker": "li", "type": "local", "value": "\nReverse Exchange" }, { "char_end_idx": 406, "char_start_idx": 401, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFees" }, { "char_end_idx": 416, "char_start_idx": 406, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTimelines" }, { "char_end_idx": 421, "char_start_idx": 416, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBond" }, { "char_end_idx": 478, "char_start_idx": 421, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSample Exchange Agreement \nwith Qualified Escrow Account" }, { "char_end_idx": 483, "char_start_idx": 478, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog" }, { "char_end_idx": 484, "char_start_idx": 483, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 488, "char_start_idx": 484, "key": "paragraph", "marker": "li", "type": "local", "value": "Plan" }, { "char_end_idx": 496, "char_start_idx": 488, "key": "paragraph", "marker": "li", "type": "local", "value": "\nConsult" }, { "char_end_idx": 508, "char_start_idx": 496, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet To Work" }, { "char_end_idx": 521, "char_start_idx": 508, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTestimonials" }, { "char_end_idx": 533, "char_start_idx": 521, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet Started" }, { "char_end_idx": 546, "char_start_idx": 533, "key": "paragraph", "marker": "li", "type": "local", "value": "\n866-944-1031" }, { "char_end_idx": 570, "char_start_idx": 546, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSchedule A Consultation" }, { "char_end_idx": 585, "char_start_idx": 570, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStart Exchange" }, { "char_end_idx": 586, "char_start_idx": 585, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 708, "char_start_idx": 586, "key": "paragraph", "marker": "div", "type": "local", "value": "Yes, I want SellTaxFree.com to help me grow my business No, I don't want to make money while helping my Clients right now." }, { "char_end_idx": 709, "char_start_idx": 708, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 762, "char_start_idx": 709, "key": "paragraph", "marker": "h2", "type": "local", "value": "Are there any downsides to a 1031 Exchange Advantage?" }, { "char_end_idx": 1357, "char_start_idx": 762, "key": "paragraph", "marker": "div", "type": "local", "value": "\nAlso known as a deferred exchange, a 1031 exchange is a tax advantage that enables businesses and investors to defer capital gains tax on real estate. Sounds too good to be true, right? Well, honestly it really isn’t. Section 1031 of the Internal Revenue Code provides a legal way to postpone the tax on the gain if the property is held as part of a business or investment. This is a great way for businesses and investors to take advantage of the additional value of their real estate and put it into their next purchase. As such, it is essentially like an interest-free loan.​​​​​​​\nRead More" }, { "char_end_idx": 1358, "char_start_idx": 1357, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1396, "char_start_idx": 1358, "key": "paragraph", "marker": "h2", "type": "local", "value": "Who Is a Typical 1031 Exchange Client?" }, { "char_end_idx": 1721, "char_start_idx": 1396, "key": "paragraph", "marker": "div", "type": "local", "value": "\nIf you are unsure if you are a suitable candidate for a 1031 exchange, our dedicated exchange facilitators will be happy to speak to you about your proposed exchange and help you determine whether or not you qualify for this still fairly unknown tax incentive. Please contact our Sell Tax Free office today.​​​​​​​\nRead More" }, { "char_end_idx": 1722, "char_start_idx": 1721, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1759, "char_start_idx": 1722, "key": "paragraph", "marker": "h2", "type": "local", "value": "How Do I Qualify for a 1031 Exchange?" }, { "char_end_idx": 2132, "char_start_idx": 1759, "key": "paragraph", "marker": "div", "type": "local", "value": "\nA 1031 exchange is a fantastic way for businesses or investors to delay paying capital gains tax on the sale of their properties. However, as you might expect, to take advantage of this tax exemption you must fulfil specific criteria. Failure to do so could mean that you are liable for the tax you have tried to re-invest, plus any additional penalties. ​​​​​​​\nRead More" }, { "char_end_idx": 2133, "char_start_idx": 2132, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2157, "char_start_idx": 2133, "key": "paragraph", "marker": "h2", "type": "local", "value": "Rules in a 1031 Exchange" }, { "char_end_idx": 2537, "char_start_idx": 2157, "key": "paragraph", "marker": "div", "type": "local", "value": "\nSince the process of a 1031 exchange can only be completed by a licensed facilitator, your chosen professional is your best support when it comes to ensuring that all areas of your transaction fall within the rules. In the meantime, here are some of the most important rules that you will need to pay close attention to when you are lining up your 1031 exchange.​​​​​​​\nRead More" }, { "char_end_idx": 2538, "char_start_idx": 2537, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2571, "char_start_idx": 2538, "key": "paragraph", "marker": "h2", "type": "local", "value": "What Is A 1031 Exchange Property?" }, { "char_end_idx": 2989, "char_start_idx": 2571, "key": "paragraph", "marker": "div", "type": "local", "value": "\nWhen you choose to do a 1031 exchange, the property that you exchange for must be ‘like-kind’ for them to be classed as tax-deferrable. The Income Revenue Code 1031 after which this process is named defines like-kind properties as those that have been held for productive use in a business, a trade or as an investment. This means that primary residences are excluded from the 1031 exchange process. ​​​​​​​\nRead More" }, { "char_end_idx": 2990, "char_start_idx": 2989, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3038, "char_start_idx": 2990, "key": "paragraph", "marker": "h2", "type": "local", "value": "When Can You Use A 1031 Exchange In Real Estate?" }, { "char_end_idx": 3527, "char_start_idx": 3038, "key": "paragraph", "marker": "div", "type": "local", "value": "\nA 1031 exchange is a lesser known IRS process which enables personal investors and businesses to defer the tax on the profit from the sale of property that they have used in trade or business. These taxes can reach as much as 40% on any profit that you make. This means that if you sell your investment and make $100,000 clear profit, you might have to pay as much as $40,000 to the IRS in taxes, leaving you with only £$60,000 to take forward into your next investment. ​​​​​​​\nRead More" }, { "char_end_idx": 3528, "char_start_idx": 3527, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3556, "char_start_idx": 3528, "key": "paragraph", "marker": "h2", "type": "local", "value": "How is a 1031 Exchange Done?" }, { "char_end_idx": 4183, "char_start_idx": 3556, "key": "paragraph", "marker": "div", "type": "local", "value": "\nThere are many different costs involved in selling property. One of the largest costs that you can expect to incur is a tax liability known as capital gains tax. This is a tax that is levied on profit made from the sale of a property or an investment. Exactly how much tax you will be expected to pay will depend on your individual circumstances, but you may be liable to pay as much as 20% of the profit from the sale of your home back to the IRS. Fortunately, there is an alternative that gives you the opportunity to defer your capital gains tax – potentially indefinitely. It is known as a 1031 exchange. ​​​​​​​\nRead More" }, { "char_end_idx": 4184, "char_start_idx": 4183, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4242, "char_start_idx": 4184, "key": "paragraph", "marker": "h2", "type": "local", "value": "The Basic Taxes Involved in a Sale of Real Estate Property" }, { "char_end_idx": 4658, "char_start_idx": 4242, "key": "paragraph", "marker": "div", "type": "local", "value": "\nOne of the aspects of real estate that many people find most confusing is what taxes are involved in a sale of a property, and it is easy to see why. While the exact taxes you will need to pay will depend on various factors including the state where you live and what part you play in the sale and purchase, there are some basic taxes that are involved in pretty much all real estate transactions. ​​​​​​​\nRead More" }, { "char_end_idx": 4659, "char_start_idx": 4658, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4677, "char_start_idx": 4659, "key": "paragraph", "marker": "h2", "type": "local", "value": "1031 Exchange FAQs" }, { "char_end_idx": 4959, "char_start_idx": 4677, "key": "paragraph", "marker": "div", "type": "local", "value": "\nWhatever your reason for selling your home, you are almost certainly prepared for a great deal of expense. The good news is that you don’t need to pay the extensive taxes on the profits from your sale immediately if you opt for a process known as a 1031 exchange. ​​​​​​​\nRead More" }, { "char_end_idx": 4960, "char_start_idx": 4959, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5437, "char_start_idx": 4960, "key": "paragraph", "marker": "p", "type": "local", "value": "1031 Exchange Advantage™ is a trade name of 1031 EA, LLC and is not a licensed broker. 1031 EA, LLC does not provide, brokerage, legal or accounting services and is simply a Qualified Intermediary under the IRS code. It therefore is not providing any services other than accommodation services and clients and prospects are advised to confirm all tax, legal, accounting and real estate investment decisions with their professionals such as their accountant or attorney.​​​​​​​\n" }, { "char_end_idx": 5683, "char_start_idx": 5437, "key": "paragraph", "marker": "p", "type": "local", "value": "*This is an estimate of potential tax savings based on estimated equity, appreciation and period of ownership. Your actual tax savings will vary. Please set a consultation to review further detail and confirm all results with your professionals.\n" }, { "char_end_idx": 5746, "char_start_idx": 5683, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "SellTaxFree.com™ is a trade name of 1031 Exchange Advantage®.\n\n" }, { "char_end_idx": 6011, "char_start_idx": 5746, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "A 1031 exchange is a method of tax deferral upon the sale of investment real estate. However, the decision to pay or not pay accumulated and/or deferred taxes is up to the taxpayer, who has control over whether transactions are completed tax deferred or tax free!\n\n" }, { "char_end_idx": 6458, "char_start_idx": 6011, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Stated differently: If an exchanger should decide to continue exchanging into investment property of same or greater value for life, and never sell investment property without utilizing a 1031 exchange, no taxes would be due on any transactions. Tax Free! And when a taxpayer dies, the taxes die with him. Tax Free! Because the choice is up to the taxpayer, we like to say,taxes in an exchange are deferred, unless you choose to SellTaxFree.com!\n\n" }, { "char_end_idx": 6551, "char_start_idx": 6458, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Copyright © 2019​​​​​​​1031 EA, LLC & Fortune Ccookie Consulting, Ltd. All rights reserved.\n\n" }, { "char_end_idx": 6597, "char_start_idx": 6551, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Copyright © 1031 EA, LLC, All Rights Reserved\n" }, { "char_end_idx": 6668, "char_start_idx": 6597, "key": "paragraph", "marker": "h2", "type": "local", "value": "Complete your information below to receive an email with the following:" }, { "char_end_idx": 6669, "char_start_idx": 6668, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 6754, "char_start_idx": 6669, "key": "paragraph", "marker": "h2", "type": "local", "value": "See how you can maximize your return by liberating your equity through 1031 exchange." }, { "char_end_idx": 6755, "char_start_idx": 6754, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 6892, "char_start_idx": 6755, "key": "paragraph", "marker": "p", "type": "local", "value": "Thanks for starting the process of creating your exchange documents! You will receive an email shortly so you can finish the form later.\n" }, { "char_end_idx": 6902, "char_start_idx": 6892, "key": "paragraph", "marker": "h2", "type": "local", "value": "QUESTIONS?" }, { "char_end_idx": 6903, "char_start_idx": 6902, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 7022, "char_start_idx": 6903, "key": "paragraph", "marker": "p", "type": "local", "value": "Thank you for your interest! You will receive an email shortly containing a link to your Reverse Exchange Intake Form.\n" }, { "char_end_idx": 7032, "char_start_idx": 7022, "key": "paragraph", "marker": "h2", "type": "local", "value": "QUESTIONS?" }, { "char_end_idx": 7033, "char_start_idx": 7032, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 7267, "char_start_idx": 7033, "key": "paragraph", "marker": "div", "type": "local", "value": "Thank you for submitting your information. Once we verify your information, your Settlement Agent will receive an email with a link to an ‘Acquisition Property Intake Form’ form that they must fill out for the process to move forward." }, { "char_end_idx": 7268, "char_start_idx": 7267, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 7339, "char_start_idx": 7268, "key": "paragraph", "marker": "h2", "type": "local", "value": "Complete your information below to receive an email with the following:" }, { "char_end_idx": 7340, "char_start_idx": 7339, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 7411, "char_start_idx": 7340, "key": "paragraph", "marker": "h2", "type": "local", "value": "Complete your information below to receive an email with the following:" }, { "char_end_idx": 7412, "char_start_idx": 7411, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 7578, "char_start_idx": 7412, "key": "paragraph", "marker": "div", "type": "local", "value": "[if lt IE 9]> <script src=\"https://www.selltaxfree.com/js/html5shiv.min.js\"></script> <script src=\"https://www.selltaxfree.com/js/respond.min.js\"></script> <![endif]\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Blog | 1031 Exchange Advantage™ in Carlsbad, CA" } ]
[ { "key": "url", "type": "global", "value": "https://www.selltaxfree.com/blog" } ]
[]
Learn What is an Exchange? Do I Qualify? Why Exchange? Secure Exchange Improvement Exchange Reverse Exchange Fees Timelines Bond Sample Exchange Agreement with Qualified Escrow Account Blog Plan Consult Get To Work Testimonials Get Started 866-944-1031 Schedule A Consultation Start Exchange Learn What is an Exchange? Do I Qualify? Why Exchange? Secure Exchange Improvement Exchange Reverse Exchange Fees Timelines Bond Sample Exchange Agreement with Qualified Escrow Account Blog Plan Consult Get To Work Testimonials Get Started 866-944-1031 Schedule A Consultation Start Exchange Yes, I want SellTaxFree.com to help me grow my business No, I don't want to make money while helping my Clients right now. Are there any downsides to a 1031 Exchange Advantage? Also known as a deferred exchange, a 1031 exchange is a tax advantage that enables businesses and investors to defer capital gains tax on real estate. Sounds too good to be true, right? Well, honestly it really isn’t. Section 1031 of the Internal Revenue Code provides a legal way to postpone the tax on the gain if the property is held as part of a business or investment. This is a great way for businesses and investors to take advantage of the additional value of their real estate and put it into their next purchase. As such, it is essentially like an interest-free loan.​​​​​​​ Read More Who Is a Typical 1031 Exchange Client? If you are unsure if you are a suitable candidate for a 1031 exchange, our dedicated exchange facilitators will be happy to speak to you about your proposed exchange and help you determine whether or not you qualify for this still fairly unknown tax incentive. Please contact our Sell Tax Free office today.​​​​​​​ Read More How Do I Qualify for a 1031 Exchange? A 1031 exchange is a fantastic way for businesses or investors to delay paying capital gains tax on the sale of their properties. However, as you might expect, to take advantage of this tax exemption you must fulfil specific criteria. Failure to do so could mean that you are liable for the tax you have tried to re-invest, plus any additional penalties. ​​​​​​​ Read More Rules in a 1031 Exchange Since the process of a 1031 exchange can only be completed by a licensed facilitator, your chosen professional is your best support when it comes to ensuring that all areas of your transaction fall within the rules. In the meantime, here are some of the most important rules that you will need to pay close attention to when you are lining up your 1031 exchange.​​​​​​​ Read More What Is A 1031 Exchange Property? When you choose to do a 1031 exchange, the property that you exchange for must be ‘like-kind’ for them to be classed as tax-deferrable. The Income Revenue Code 1031 after which this process is named defines like-kind properties as those that have been held for productive use in a business, a trade or as an investment. This means that primary residences are excluded from the 1031 exchange process. ​​​​​​​ Read More When Can You Use A 1031 Exchange In Real Estate? A 1031 exchange is a lesser known IRS process which enables personal investors and businesses to defer the tax on the profit from the sale of property that they have used in trade or business. These taxes can reach as much as 40% on any profit that you make. This means that if you sell your investment and make $100,000 clear profit, you might have to pay as much as $40,000 to the IRS in taxes, leaving you with only £$60,000 to take forward into your next investment. ​​​​​​​ Read More How is a 1031 Exchange Done? There are many different costs involved in selling property. One of the largest costs that you can expect to incur is a tax liability known as capital gains tax. This is a tax that is levied on profit made from the sale of a property or an investment. Exactly how much tax you will be expected to pay will depend on your individual circumstances, but you may be liable to pay as much as 20% of the profit from the sale of your home back to the IRS. Fortunately, there is an alternative that gives you the opportunity to defer your capital gains tax – potentially indefinitely. It is known as a 1031 exchange. ​​​​​​​ Read More The Basic Taxes Involved in a Sale of Real Estate Property One of the aspects of real estate that many people find most confusing is what taxes are involved in a sale of a property, and it is easy to see why. While the exact taxes you will need to pay will depend on various factors including the state where you live and what part you play in the sale and purchase, there are some basic taxes that are involved in pretty much all real estate transactions. ​​​​​​​ Read More 1031 Exchange FAQs Whatever your reason for selling your home, you are almost certainly prepared for a great deal of expense. The good news is that you don’t need to pay the extensive taxes on the profits from your sale immediately if you opt for a process known as a 1031 exchange. ​​​​​​​ Read More 1031 Exchange Advantage™ is a trade name of 1031 EA, LLC and is not a licensed broker. 1031 EA, LLC does not provide, brokerage, legal or accounting services and is simply a Qualified Intermediary under the IRS code. It therefore is not providing any services other than accommodation services and clients and prospects are advised to confirm all tax, legal, accounting and real estate investment decisions with their professionals such as their accountant or attorney.​​​​​​​ *This is an estimate of potential tax savings based on estimated equity, appreciation and period of ownership. Your actual tax savings will vary. Please set a consultation to review further detail and confirm all results with your professionals. SellTaxFree.com™ is a trade name of 1031 Exchange Advantage®. A 1031 exchange is a method of tax deferral upon the sale of investment real estate. However, the decision to pay or not pay accumulated and/or deferred taxes is up to the taxpayer, who has control over whether transactions are completed tax deferred or tax free! Stated differently: If an exchanger should decide to continue exchanging into investment property of same or greater value for life, and never sell investment property without utilizing a 1031 exchange, no taxes would be due on any transactions. Tax Free! And when a taxpayer dies, the taxes die with him. Tax Free! Because the choice is up to the taxpayer, we like to say,taxes in an exchange are deferred, unless you choose to SellTaxFree.com! Copyright © 2019​​​​​​​1031 EA, LLC & Fortune Ccookie Consulting, Ltd. All rights reserved. Copyright © 1031 EA, LLC, All Rights Reserved Complete your information below to receive an email with the following: See how you can maximize your return by liberating your equity through 1031 exchange. Thanks for starting the process of creating your exchange documents! You will receive an email shortly so you can finish the form later. QUESTIONS? Thank you for your interest! You will receive an email shortly containing a link to your Reverse Exchange Intake Form. QUESTIONS? Thank you for submitting your information. Once we verify your information, your Settlement Agent will receive an email with a link to an ‘Acquisition Property Intake Form’ form that they must fill out for the process to move forward. Complete your information below to receive an email with the following: Complete your information below to receive an email with the following: [if lt IE 9]> <script src="https://www.selltaxfree.com/js/html5shiv.min.js"></script> <script src="https://www.selltaxfree.com/js/respond.min.js"></script> <![endif]
https://www.selltaxfree.com/blog
[ { "char_end_idx": 25, "char_start_idx": 17, "key": "entity", "type": "local", "value": "Stock_exchange" }, { "char_end_idx": 318, "char_start_idx": 310, "key": "entity", "type": "local", "value": "Stock_exchange" }, { "char_end_idx": 1022, "char_start_idx": 1001, "key": "entity", "type": "local", "value": "Internal_Revenue_Code" }, { "char_end_idx": 3076, "char_start_idx": 3073, "key": "entity", "type": "local", "value": "Internal_Revenue_Service" }, { "char_end_idx": 3425, "char_start_idx": 3422, "key": "entity", "type": "local", "value": "Internal_Revenue_Service" }, { "char_end_idx": 4004, "char_start_idx": 4001, "key": "entity", "type": "local", "value": "Internal_Revenue_Service" }, { "char_end_idx": 5011, "char_start_idx": 5009, "key": "entity", "type": "local", "value": "Enterprise_architecture" }, { "char_end_idx": 5016, "char_start_idx": 5013, "key": "entity", "type": "local", "value": "Limited_liability_company" }, { "char_end_idx": 5054, "char_start_idx": 5052, "key": "entity", "type": "local", "value": "Electronic_Arts" }, { "char_end_idx": 5059, "char_start_idx": 5056, "key": "entity", "type": "local", "value": "Limited_liability_company" }, { "char_end_idx": 5156, "char_start_idx": 5134, "key": "entity", "type": "local", "value": "Qualified_intermediary" }, { "char_end_idx": 5170, "char_start_idx": 5167, "key": "entity", "type": "local", "value": "Internal_Revenue_Service" }, { "char_end_idx": 6488, "char_start_idx": 6486, "key": "entity", "type": "local", "value": "Electronic_Arts" }, { "char_end_idx": 6527, "char_start_idx": 6524, "key": "entity", "type": "local", "value": "Limited_liability_company" }, { "char_end_idx": 6570, "char_start_idx": 6568, "key": "entity", "type": "local", "value": "Electronic_Arts" }, { "char_end_idx": 6575, "char_start_idx": 6572, "key": "entity", "type": "local", "value": "Limited_liability_company" }, { "char_end_idx": 6596, "char_start_idx": 6577, "key": "entity", "type": "local", "value": "Copyright" } ]
[ { "char_end_idx": 26, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Stock_exchange" }, { "char_end_idx": 319, "char_start_idx": 293, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Stock_exchange" }, { "char_end_idx": 1357, "char_start_idx": 762, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Internal_Revenue_Code" }, { "char_end_idx": 3527, "char_start_idx": 3038, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Internal_Revenue_Service" }, { "char_end_idx": 4183, "char_start_idx": 3556, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Internal_Revenue_Service" }, { "char_end_idx": 5437, "char_start_idx": 4960, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Enterprise_architecture" }, { "char_end_idx": 5437, "char_start_idx": 4960, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Limited_liability_company" }, { "char_end_idx": 5437, "char_start_idx": 4960, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Electronic_Arts" }, { "char_end_idx": 5437, "char_start_idx": 4960, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Qualified_intermediary" }, { "char_end_idx": 5437, "char_start_idx": 4960, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Internal_Revenue_Service" }, { "char_end_idx": 6551, "char_start_idx": 6458, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Electronic_Arts" }, { "char_end_idx": 6551, "char_start_idx": 6458, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Limited_liability_company" }, { "char_end_idx": 6597, "char_start_idx": 6551, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Electronic_Arts" }, { "char_end_idx": 6597, "char_start_idx": 6551, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Limited_liability_company" }, { "char_end_idx": 6597, "char_start_idx": 6551, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Copyright" } ]
0
674
1556200350000
<!DOCTYPE html> <!--[if IE 7]><html class="ie7 no-js" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#"<![endif]--> <!--[if lte IE 8]><html class="ie8 no-js" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#"<![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html class="not-ie no-js" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#"><!--<![endif]--> <head> <meta charset="UTF-8" /> <!-- Meta responsive compatible mode on IE and chrome, and zooming 1 by kentooz themes --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- mobile optimized meta by kentooz themes --> <meta name="HandheldFriendly" content="True" /> <meta name="MobileOptimized" content="320" /> <!-- Title by kentooz themes --> <title>3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals</title> <!--[if lte IE 8]><link rel='stylesheet' id='ktz-ie8fix-css' href='https://forex4live.com/wp-content/themes/encun/ie.css' type='text/css' media='all' /><![endif]--> <!-- This site is optimized with the Yoast SEO Premium plugin v11.0 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals" /> <meta property="og:description" content="3 Lessons From Trading Experience in 2016 The year 2016 has just ended. Market movements in 2016 can be said to be rather &#8220;crowded&#8221; and in fact there are at least three important things that we can make as lessons for dealing with the forex trading market in the following years. What are you doing? Let&#8217;s start. 1. Don&#8217;t rush &hellip;" /> <meta property="og:url" content="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" /> <meta property="og:site_name" content="No Repaint Forex Trading Signals" /> <meta property="article:publisher" content="https://www.facebook.com/forex4livecom/" /> <meta property="article:tag" content="forex" /> <meta property="article:tag" content="Forex Strategies" /> <meta property="article:tag" content="forex trading" /> <meta property="article:tag" content="trading" /> <meta property="article:section" content="Forex" /> <meta property="article:published_time" content="2018-10-05T11:47:01+00:00" /> <meta property="fb:app_id" content="182784935620166" /> <meta property="og:image" content="https://i2.wp.com/forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg?fit=698%2C400&#038;ssl=1" /> <meta property="og:image:secure_url" content="https://i2.wp.com/forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg?fit=698%2C400&#038;ssl=1" /> <meta property="og:image:width" content="698" /> <meta property="og:image:height" content="400" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="3 Lessons From Trading Experience in 2016 The year 2016 has just ended. Market movements in 2016 can be said to be rather &#8220;crowded&#8221; and in fact there are at least three important things that we can make as lessons for dealing with the forex trading market in the following years. What are you doing? Let&#8217;s start. 1. Don&#8217;t rush [&hellip;]" /> <meta name="twitter:title" content="3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals" /> <meta name="twitter:site" content="@forex4live2" /> <meta name="twitter:image" content="https://i2.wp.com/forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg?fit=698%2C400&#038;ssl=1" /> <meta name="twitter:creator" content="@forex4live2" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/forex4live.com\/#organization","name":"forex4live","url":"https:\/\/forex4live.com\/","sameAs":["https:\/\/www.facebook.com\/forex4livecom\/","https:\/\/www.linkedin.com\/in\/muh-ikhsan-841980102\/","https:\/\/www.youtube.com\/user\/Forex4Live","https:\/\/id.pinterest.com\/99persen\/","https:\/\/twitter.com\/forex4live2"],"logo":{"@type":"ImageObject","@id":"https:\/\/forex4live.com\/#logo","url":"https:\/\/forex4live.com\/wp-content\/uploads\/2018\/06\/coverforex4live.jpg","caption":"forex4live"},"image":{"@id":"https:\/\/forex4live.com\/#logo"}},{"@type":"WebSite","@id":"https:\/\/forex4live.com\/#website","url":"https:\/\/forex4live.com\/","name":"Forex4Live No Repaint Forex Signal","publisher":{"@id":"https:\/\/forex4live.com\/#organization"},"potentialAction":{"@type":"SearchAction","target":"https:\/\/forex4live.com\/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/#webpage","url":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/","inLanguage":"en-US","name":"3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals","isPartOf":{"@id":"https:\/\/forex4live.com\/#website"},"image":{"@type":"ImageObject","@id":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/#primaryimage","url":"https:\/\/forex4live.com\/wp-content\/uploads\/2018\/09\/Forex4live-2018-1.jpg","caption":""},"primaryImageOfPage":{"@id":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/#primaryimage"},"datePublished":"2018-10-05T11:47:01+00:00","dateModified":"2018-10-05T11:47:01+00:00"},{"@type":"Article","@id":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/#article","isPartOf":{"@id":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/#webpage"},"author":{"@id":"https:\/\/forex4live.com\/author\/admin\/#author","name":"admin"},"publisher":{"@id":"https:\/\/forex4live.com\/#organization"},"headline":"3 Lessons From Trading Experience in 2016","datePublished":"2018-10-05T11:47:01+00:00","dateModified":"2018-10-05T11:47:01+00:00","commentCount":0,"mainEntityOfPage":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/#webpage","image":{"@id":"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/#primaryimage"},"keywords":"forex,Forex Strategies,forex trading,trading","articleSection":"Forex,Forex Articles,Gallery"},{"@type":"Person","@id":"https:\/\/forex4live.com\/author\/admin\/#author","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/forex4live.com\/#personlogo","url":"https:\/\/secure.gravatar.com\/avatar\/40f36f7d059e73f361ee141cb11dbc4e?s=96&d=mm&r=g","caption":"admin"},"description":"Forex4Live.com is a forex trading system website that started to be published since 2011 and has been used by thousands of traders around the world. The system is very simple and accurate, priced at $ 167 for a lifetime membership with no monthly fees or hidden fees. Our team created this system by testing thousands of indicators then selecting 23 indicators and combining them into one great trading system.","sameAs":[]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="No Repaint Forex Trading Signals &raquo; Feed" href="https://forex4live.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="No Repaint Forex Trading Signals &raquo; Comments Feed" href="https://forex4live.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="No Repaint Forex Trading Signals &raquo; 3 Lessons From Trading Experience in 2016 Comments Feed" href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/forex4live.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://forex4live.com/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='ktz_google_font_link-css' href='https://fonts.googleapis.com/css?family=Roboto%3A700%7CDroid+Sans&#038;ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='ktz-bootstrap-min-css' href='https://forex4live.com/wp-content/themes/encun/includes/bootstrap/css/bootstrap.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='ktz-main-css-css' href='https://forex4live.com/wp-content/themes/encun/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='social-logos-css' href='https://forex4live.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://forex4live.com/wp-content/plugins/jetpack/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript' src='https://forex4live.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var related_posts_js_options = {"post_heading":"h4"}; /* ]]> */ </script> <script type='text/javascript' src='https://forex4live.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-content/themes/encun/includes/assets/js/modernizr-2.6.2-respond-1.3.0.min.js'></script> <link rel='https://api.w.org/' href='https://forex4live.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://forex4live.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://forex4live.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://wp.me/p9M6Pz-18D' /> <link rel="alternate" type="application/json+oembed" href="https://forex4live.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fforex4live.com%2F3-lessons-from-trading-experience-in-2016%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://forex4live.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fforex4live.com%2F3-lessons-from-trading-experience-in-2016%2F&#038;format=xml" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style><!-- BEGIN opengraph added by kentooz themes --> <meta property="og:url" content="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" /> <meta property="og:type" content="article" /> <meta property="og:site_name" content="No Repaint Forex Trading Signals" /> <meta property="og:title" content="3 Lessons From Trading Experience in 2016" /> <meta property="og:description" content="The year 2016 has just ended. Market movements in 2016 can be said to be rather "crowded" and in fact there are at least three important things that we can make as lessons for dealing with the forex trading market in the following years. What are you doing? Let's start." /> <meta property="og:image" content="https://forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg" /> <meta property="fb:app_id" content="182784935620166" /> <link rel="shortcut icon" href="https://forex4live.com/wp-content/uploads/2018/06/ms-icon-310x310.png " /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://forex4live.com/xmlrpc.php" /> <link rel="author" href="https://plus.google.com/113982217475160627298" /> <style type="text/css" media="screen">body{background:#dedede ;font-family:"Droid Sans",sans-serif;font-size:13px;font-style:normal;color:#555555;}.ktz-mainheader{background:#fff ;}.ktz-logo h1.homeblogtit a,.ktz-logo h1.homeblogtit a:visited,.ktz-logo h1.homeblogtit a:hover,.ktz-logo .singleblogtit a,.ktz-logo .singleblogtit a:hover,.ktz-logo .singleblogtit a:active,.ktz-logo .singleblogtit a:focus,.ktz-logo .singleblogtit a:visited {color:#1e73be}.ktz-logo .desc {color:#065b7f}h1,h2,h3,h4,h5,h6,.ktz-mainmenu a,.ktz-logo div.singleblogtit,.ktz-posttitle a,.ktz-posttitle-big a,.ktz-secondmenu a{font-family:"Roboto", helvetica;font-style:normal;color:#2b2b2b;}.list_carousel .ktz-posttitle h2 {font-family:"Droid Sans", sans-serif;}a:hover,a:focus,a:active,#breadcrumbs-wrap a:hover,#breadcrumbs-wrap a:focus,a#cancel-comment-reply-link:hover{color:#1e73be;}.widget .tagcloud a,.tags a,.ktz-categories a,.entry-content input[type=submit],.page-link a,input#comment-submit,.wpcf7 input.wpcf7-submit[type="submit"],#topnav,.bbp_widget_login .bbp-login-form button,#bbpress-forums .button,.widget .nav-tabs li.active a,.widget .ktz-popular-list .ktz-number,.widget.ktz-borderwidget .ktz-trending-second li a:hover,.widget-title span.ktz-blocktitle,.list_carousel h5,#wp-calendar tbody td:hover,#wp-calendar tbody td:hover a,.popular-title span,.ktz-bbpsearch button,a.readmore-buysingle,input#comment-submit,.ktz-editorpicks h4,a.ktz-feed-cat,.ktz-right-wtitle,.owl-theme .owl-controls .owl-buttons .owl-prev span,.owl-theme .owl-controls .owl-buttons .owl-next span,.ktz-titlepage h1 span.ktz-blocktitle,.widget_ktz_weatherwidget .ktz-widgetcolor{background:#1e73be;}.widget .tagcloud a:hover,.page-link a:hover,.tags a:hover,.ktz-categories a:hover{background:#4c4c4c;color:#ffffff;}.ktz-mainmenu ul > li:hover,.ktz-mainmenu li.current-menu-item > a,.ktz-mainmenu li.current-page-ancestor > a,.ktz-mainmenu li.current-menu-ancestor > a,.ktz-mainmenu li.current-menu-parent > a,.breadcrumb,.widget-area .widget .nav-tabs,.widget-area .widget .nav-tabs li.active a,.ktz-related-product .ktz-wrap-relproduct:hover,.ktz-breaking-item,.widget-title,.list_carousel .item:hover .ktz-posttitle,a.ktz-feed-cat,a.ktz-feed-cat:hover,.ktz-right-wtitle,.ktz-bigrecent-list .ktz-modulebox,.ktz-titlepage h1,.ktz-allwrap.wrap-squeeze{border-color:#1e73be;}.ktz_thumbnail a.link_thumbnail,#ktz-carousel .btn-primary,.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {background-color:#1e73be;}.popular-title span:after,.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{border-color:#1e73be #1e73be #1e73be transparent;}.popular-title span:before {border-color:#1e73be transparent #1e73be #1e73be;}.ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex,.home .widget-title.forex a.ktz-feed-cat,.home .widget-title.forex a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex .ktz-modulebox,.home .list_carousel .item.forex:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex ul{border-color:#2e8def;}.home .widget-title.forex a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex a:hover,.home .ktz-widgetcolor.forex a:focus,.home .ktz-widgetcolor.forex a:active{color:#2e8def;}.home .category-forex .entry-categories,.ktz-widgetcolor.forex .ktz_thumbnail a.link_thumbnail{background-color:#2e8def;}.list_carousel div.ktz-widgetcolor.forex h5,.list_carousel.forex .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex a.ktz-feed-cat,.widget-title.forex span.ktz-blocktitle{background:#2e8def;}.widget-title.forex a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex-articles,.home .widget-title.forex-articles a.ktz-feed-cat,.home .widget-title.forex-articles a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex-articles .ktz-modulebox,.home .list_carousel .item.forex-articles:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex-articles ul{border-color:#643EBF;}.home .widget-title.forex-articles a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex-articles a:hover,.home .ktz-widgetcolor.forex-articles a:focus,.home .ktz-widgetcolor.forex-articles a:active{color:#643EBF;}.home .category-forex-articles .entry-categories,.ktz-widgetcolor.forex-articles .ktz_thumbnail a.link_thumbnail{background-color:#643EBF;}.list_carousel div.ktz-widgetcolor.forex-articles h5,.list_carousel.forex-articles .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex-articles .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex-articles a.ktz-feed-cat,.widget-title.forex-articles span.ktz-blocktitle{background:#643EBF;}.widget-title.forex-articles a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex-articles .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex-robot,.home .widget-title.forex-robot a.ktz-feed-cat,.home .widget-title.forex-robot a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex-robot .ktz-modulebox,.home .list_carousel .item.forex-robot:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex-robot ul{border-color:#e773bd;}.home .widget-title.forex-robot a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex-robot a:hover,.home .ktz-widgetcolor.forex-robot a:focus,.home .ktz-widgetcolor.forex-robot a:active{color:#e773bd;}.home .category-forex-robot .entry-categories,.ktz-widgetcolor.forex-robot .ktz_thumbnail a.link_thumbnail{background-color:#e773bd;}.list_carousel div.ktz-widgetcolor.forex-robot h5,.list_carousel.forex-robot .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex-robot .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex-robot a.ktz-feed-cat,.widget-title.forex-robot span.ktz-blocktitle{background:#e773bd;}.widget-title.forex-robot a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex-robot .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex-signals,.home .widget-title.forex-signals a.ktz-feed-cat,.home .widget-title.forex-signals a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex-signals .ktz-modulebox,.home .list_carousel .item.forex-signals:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex-signals ul{border-color:#439d9a;}.home .widget-title.forex-signals a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex-signals a:hover,.home .ktz-widgetcolor.forex-signals a:focus,.home .ktz-widgetcolor.forex-signals a:active{color:#439d9a;}.home .category-forex-signals .entry-categories,.ktz-widgetcolor.forex-signals .ktz_thumbnail a.link_thumbnail{background-color:#439d9a;}.list_carousel div.ktz-widgetcolor.forex-signals h5,.list_carousel.forex-signals .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex-signals .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex-signals a.ktz-feed-cat,.widget-title.forex-signals span.ktz-blocktitle{background:#439d9a;}.widget-title.forex-signals a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex-signals .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.post-format-video,.home .widget-title.post-format-video a.ktz-feed-cat,.home .widget-title.post-format-video a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.post-format-video .ktz-modulebox,.home .list_carousel .item.post-format-video:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .post-format-video ul{border-color:#1faeff;}.home .widget-title.post-format-video a.ktz-feed-cat:hover,.home .ktz-widgetcolor.post-format-video a:hover,.home .ktz-widgetcolor.post-format-video a:focus,.home .ktz-widgetcolor.post-format-video a:active{color:#1faeff;}.home .category-post-format-video .entry-categories,.ktz-widgetcolor.post-format-video .ktz_thumbnail a.link_thumbnail{background-color:#1faeff;}.list_carousel div.ktz-widgetcolor.post-format-video h5,.list_carousel.post-format-video .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.post-format-video .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.post-format-video a.ktz-feed-cat,.widget-title.post-format-video span.ktz-blocktitle{background:#1faeff;}.widget-title.post-format-video a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.post-format-video .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}</style> <style type="text/css"> /* If html does not have either class, do not show lazy loaded images. */ html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image { display: none; } </style> <script> document.documentElement.classList.add( 'jetpack-lazy-images-js-enabled' ); </script> <link rel="icon" href="https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=270%2C270&#038;ssl=1" /> </head> <body class="post-template-default single single-post postid-4379 single-format-standard kentooz" id="top"> <div class="ktz-allwrap"> <nav class="ktz-topnav" role="navigation"> <div class="container"> <div class="ktz-breaking-wrap"><div class="ktz-breaking-title"><span class="glyphicon glyphicon-flash"></span> Breaking News</div><div class="ktz-breaking-item"><ul><li><a href="https://forex4live.com/stop-loss-in-forex-trading/">Stop Loss in forex trading.</a></li><li><a href="https://forex4live.com/forex-is-boring-but-beautiful/">Forex is boring, but beautiful.</a></li><li><a href="https://forex4live.com/slippage-in-forex-trading/">Slippage in Forex Trading</a></li><li><a href="https://forex4live.com/fundamental-analysis-on-the-forex-market/">Fundamental Analysis on the Forex Market</a></li><li><a href="https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/">Get to know Elliot Wave History in Forex Trading</a></li><li><a href="https://forex4live.com/transfer-forex-trading-stay/">Transfer &#8211; Forex Trading Stay</a></li><li><a href="https://forex4live.com/forex-trading-as-a-recession-resistant-skill/">Forex trading as a recession-resistant skill</a></li><li><a href="https://forex4live.com/beginner-forex-trader-mindset/">Beginner Forex Trader Mindset</a></li><li><a href="https://forex4live.com/arranging-objectives-for-forex-trading/">Arranging Objectives for Forex trading.</a></li><li><a href="https://forex4live.com/what-is-forex-trading-really/">What Is Forex Trading Really?</a></li></ul></div><div class="ktz-breaking-button"><a href="#" class="ktz-breakup"><span class="glyphicon glyphicon-circle-arrow-up"></span></a><a href="#" class="ktz-breakdown"><span class="glyphicon glyphicon-circle-arrow-down"></span></a></div></div> </div> </nav> <header class="ktz-mainheader"> <div class="header-wrap"> <div class="container"> <div class="clearfix"> <div class="pull-left ktz-logo-wrap"> <div class="ktz-logo"><a href="https://forex4live.com"><img src="https://forex4live.com/image/coverforex4live.jpg" alt="No Repaint Forex Trading Signals" title="No Repaint Forex Trading Signals" /></a><div class="singleblogtit-hide"><a href="https://forex4live.com" title="No Repaint Forex Trading Signals">No Repaint Forex Trading Signals</a></div><div class="desc-hide">Best Forex Signal and Expert Advisor for Smart Trader</div></div> </div> <div class="pull-right ktz-headbanner-wrap"> </div> </div> </div> </div> </header> <div class="ktz-affixmenu" data-spy="affix" data-offset-top="154"> <div class="ktz-mainmenu-wrap"> <div class="container"> <nav class="ktz-mainmenu"> <ul id="topmenu" class="sf-menu"><li id="menu-item-941" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-941 ktz-columns-2"><a title="Home" href="https://forex4live.com/"><span class="glyphicon glyphicon-home"></span> Home</a></li> <li id="menu-item-962" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-962 ktz-columns-2"><a title="Blog style" href="https://forex4live.com/blog/"><span class="glyphicon glyphicon-compressed"></span> Blog</a> <ul class="sub-menu"> <li id="menu-item-908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-908"><a title="Sitemap" href="https://forex4live.com/sitemap/"><span class="glyphicon glyphicon-hand-right"></span> Sitemap</a></li> </ul> </li> <li id="menu-item-1084" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1084 ktz-columns-2"><a href="https://forex4live.com/testimonial.php">Testimonials</a></li> <li id="menu-item-1086" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1086 ktz-columns-2"><a href="https://forex4live.com/order.php">Buy Now</a></li> <li id="menu-item-1087" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1087 ktz-columns-2"><a href="https://forex4live.com/contact.php">Contact Us</a></li> <li id="menu-item-1088" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1088 ktz-columns-2"><a href="https://forex4live.com/member.php">Member Log In</a></li> <li id="menu-item-1375" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1375 ktz-columns-2"><a href="https://forex4live.com">Product</a></li> </ul> </nav> </div> </div> <nav class="ktz-mobilemenu"></nav> <nav class="ktz-mobilemenu-2"></nav> <div class="ktz-secondmenu-wrap"> <div class="container"> <nav class="ktz-secondmenu"> <ul id="topmenu-2" class="sf-menu"><li id="menu-item-1080" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1080 ktz-columns-2"><a href="https://forex4live.com/paypal.php">BUY NOW</a></li> <li id="menu-item-1085" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1085"><a href="https://forex4live.com/sitemap/">SITEMAP</a></li> <li id="menu-item-1082" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1082 ktz-columns-2"><a href="https://forex4live.com/contact.php">CONTACT US</a></li> <li id="menu-item-1083" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1083 ktz-columns-2"><a href="https://forex4live.com/member.php">LOG IN</a></li> <li id="menu-item-1376" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1376 ktz-columns-2"><a href="https://forex4live.com">PRODUCT</a></li> </ul> <div class="clearfix"> <div id="search"><form method="get" id="searchform" action="https://forex4live.com"><div class="form-inline"><input type="text" name="s" id="s" class="form-control btn-box" placeholder="Search and enter" /></div></form></div> </div> </nav> </div> </div> </div> <div class="inner-responsive"> <div id="main"> <div class="container"> <div class="breadcrumb-wrap" xmlns:v="http://rdf.data-vocabulary.org/#"><ol class="breadcrumb btn-box"><li><span typeof="v:Breadcrumb"><a href="https://forex4live.com" rel="v:url" property="v:title">Home</a></span></li><li><span typeof="v:Breadcrumb"><a href="https://forex4live.com/category/forex/" rel="v:url" property="v:title">Forex</a></span></li><li><span typeof="v:Breadcrumb"><a href="https://forex4live.com/category/forex-articles/" rel="v:url" property="v:title">Forex Articles</a></span></li><li><span typeof="v:Breadcrumb"><a href="https://forex4live.com/category/gallery/" rel="v:url" property="v:title">Gallery</a></span></li><li><span property="v:title">3 Lessons From Trading Experience in 2016</span></li></ol></div> </div> </div> <div class="container"> <div class="row"> <section class="col-md-12"> <div class="row"> <div role="main" class="main col-md-8"> <section class="new-content"> <article id="post-4379" class="ktz-single post-4379 post type-post status-publish format-standard has-post-thumbnail hentry category-forex category-forex-articles category-gallery tag-forex tag-forex-strategies tag-forex-trading tag-trading"> <div class="ktz-single-box"> <div class="entry-body"> <h1 class="entry-title clearfix">3 Lessons From Trading Experience in 2016</h1> <div class="metasingle-aftertitle"> <div class="ktz-inner-metasingle"> <span class="entry-author vcard"><a class="url fn n" href="https://forex4live.com/author/admin/" title="View all posts by admin" rel="author">admin</a></span><span class="entry-date updated"><a href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" title="11:47 am" rel="bookmark"><time datetime="2018-10-05T11:47:01+00:00" pubdate>October 5th, 2018, 11:47 am</time></a></span><span class="entry-comment"><a href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/#respond">No comment</a></span> <span class="entry-view">189 views</span> <div class="ktz-stars-outer ktz-star-single hreview-aggregate"><div class="ktz-stars-wrapper" data-post-id="4379"><div class="ktz-stars-overlay" style="width:0%"></div><a href="#" data-value="1" title="1/5">&#9733;</a><a href="#" data-value="2" title="2/5">&#9733;</a><a href="#" data-value="3" title="3/5">&#9733;</a><a href="#" data-value="4" title="4/5">&#9733;</a><a href="#" data-value="5" title="5/5">&#9733;</a></div><div class="ktz-stars-value"><span class="item"><a href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" class="fn url" title="3 Lessons From Trading Experience in 2016">3 Lessons From Trading Experience in 2016</a>,</span><span class="ktz-stars-rating-value rating" itemprop="ratingValue">5</span> / <span>5</span> ( <span class="ktz-stars-rating-count votes" itemprop="ratingCount">1</span>votes )</div></div><noscript>You need to enable JavaScript to vote</noscript> </div> </div> <div class="entry-content ktz-wrap-content-single clearfix"> <h1 class="post-title entry-title"><span class="notranslate">3 Lessons From Trading Experience in 2016</span></h1> <p><span class="notranslate">The year 2016 has just ended.</span> <span class="notranslate">Market movements in 2016 can be said to be rather &#8220;crowded&#8221; and in fact there are at least three important things that we can make as lessons for dealing with the <strong>forex trading</strong> market in the following years.</span> <span class="notranslate">What are you doing?</span> <span class="notranslate">Let&#8217;s start.</span></p> <h3><span class="notranslate"><strong>1. Don&#8217;t rush to &#8220;chase&#8221; big events</strong></span></h3> <p><span class="notranslate">Volatility is indeed a &#8220;good friend&#8221; for short-term traders and in fact indeed the best time to &#8220;catch&#8221; opportunities in volatility is when there is big economic data or geopolitical news.</span></p> <p><span class="notranslate">In 2016 alone we can see that there are a number of major events that trigger significant volatility, such as the Brexit referendum and the United States presidential election (US presidential election).</span></p> <p><span class="notranslate">Many traders try to &#8220;guess&#8221; price movements even before the two big events are proclaimed.</span> <span class="notranslate">Those who &#8220;bet&#8221; that Britain will remain in EU membership, or those who believe that Donald Trump will not win the US presidential election, have not succeeded in making a profit.</span> <span class="notranslate">Even the &#8220;stronghold&#8221; of traders who think Donald Trump&#8217;s victory will be bad for the USD must also bow to the ground when market sentiment turns 180 degrees quickly.</span></p> <p><span class="notranslate">The lesson that can be taken from this event is that there are times when we have to be patient to let the market turmoil subside a little before making a decision.</span> <span class="notranslate">Because there are often many opportunities to capture small corrections as the formation of a clear trend, which can last for weeks, even months.</span></p> <h3><span class="notranslate"><strong>2. Remember always: &#8220;The trend is your friend&#8221;</strong></span></h3> <p><span class="notranslate">The phrase &#8220;the trend is your friend&#8221; &#8211; maybe &#8211; for some traders it sounds outdated, that&#8217;s probably why they tend to ignore this most basic trading concept.</span></p> <p><span class="notranslate">Our main task as a trader is to <em>manage</em> risk when we are wrong.</span> <span class="notranslate">One of the implementations is to minimize losses as much as possible.</span><span class="notranslate">Conversely, when we are right (profit), then the challenge faced is to maximize the profit and this is possible if we make transactions in line with the ongoing trend.</span></p> <p><span class="notranslate">That&#8217;s the interesting thing about <strong>forex trading</strong> .</span> <span class="notranslate">If risk management is carried out correctly and combined with complying with the concept of &#8220;the trend is your friend&#8221;, then the potential to increase profits will far outweigh the risks.</span></p> <h3><span class="notranslate"><strong>3. Be faithful to the <em>trading plan</em></strong></span></h3> <p><span class="notranslate">Classic mistakes and always repetitive &#8211; and is a &#8220;big sin&#8221; in <strong>trading</strong> &#8211; what traders often do is &#8220;betrayal&#8221; of the trading plan that they compose themselves.</span></p> <p><span class="notranslate">There are many things that can cause a trader to betray his own trading plan.</span> <span class="notranslate">Among them is the loss of confidence due to new losses.</span></p> <p><span class="notranslate">You should consider each transaction as a &#8220;new beginning&#8221;, so that you can still maintain confidence.</span> <span class="notranslate">Do not let the losses experienced make you become too cautious, thus reducing the risk tolerance limit from what has been specified in the <em>trading plan</em> .</span> <span class="notranslate">Do not limit the potential benefits that can be generated by a <strong>strategy</strong> that is already good just because fear will experience more losses.</span> <span class="notranslate">Lowering the risk tolerance limit just because fears like this will actually make it harder for you to cover the losses that have occurred before.</span></p> <p><span class="notranslate">There is no reason to &#8211; for example &#8211; reduce risk tolerance per transaction from 10% to 5% just because you experienced a previous loss.</span> <span class="notranslate">That should be able to enter a position of 1 lot, reduced to 0.5 lots.</span><span class="notranslate">This is not necessary.</span></p> <p><span class="notranslate">On the contrary, there are also many traders who then feel too confident because they only get big profits.</span> <span class="notranslate">For example, there are traders who had a big profit because they managed to get a chance from the movement of GBPUSD during the Brexit referendum.</span> <span class="notranslate">In the next transaction, because he felt angry, he became more aggressive and doubled the lot.</span> <span class="notranslate">This is dangerous because when he experiences a loss, it quickly eliminates the profits that have been obtained previously.</span> <span class="notranslate">Fatal error in risk management.</span></p> <p><span class="notranslate">Hopefully in 2017 we can improve <strong>forex trading</strong> performance by taking lessons from the mistakes we have made in 2016.</span></p> <p><span class="notranslate">Welcome to the new year, hopefully more success.</span></p> <div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-4379" class="share-twitter sd-button share-icon no-text" href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/?share=twitter" target="_blank" title="Click to share on Twitter"><span></span><span class="sharing-screen-reader-text">Click to share on Twitter (Opens in new window)</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-4379" class="share-facebook sd-button share-icon no-text" href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/?share=facebook" target="_blank" title="Click to share on Facebook"><span></span><span class="sharing-screen-reader-text">Click to share on Facebook (Opens in new window)</span></a></li><li class="share-end"></li></ul></div></div></div> <div id='jp-relatedposts' class='jp-relatedposts' > <h3 class="jp-relatedposts-headline"><em>Related</em></h3> </div> <div class="tags"><span>Tags:</span> <a href="https://forex4live.com/tag/forex/" rel="tag">forex</a> <a href="https://forex4live.com/tag/forex-strategies/" rel="tag">Forex Strategies</a> <a href="https://forex4live.com/tag/forex-trading/" rel="tag">forex trading</a> <a href="https://forex4live.com/tag/trading/" rel="tag">trading</a></div><div class="ktz-sharedpost clearfix"><div class="ktz-share"><div id="fb-root"></div><fb:like href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" layout="button_count" action="like" show_faces="false" share="false" style="top: -6px;margin-right:30px;"></fb:like><a href="http://twitter.com/share" class="twitter-share-button" data-url="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" data-size="medium" data-count="horizontal" data-lang="en">Tweet</a><g:plusone size="medium" annotation="bubble" callback="ktz_gplus" href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/"></g:plusone></div></div> </div> </div> </div> <div class="relpost"> <h2 class="related-title"><span>Related Post "3 Lessons From Trading Experience in 2016"</span></h2><div class="ktz-related-post row"><div class="col-md-3"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Stoploss-38eqgf3jo3n8z6ca7uosga.png" class="ktz-lazyload" alt="Stop Loss in forex trading." width="180" height="120" title="Stop Loss in forex trading." /><div class="ktz-wrap-relpost"><div class="ktz_title_related"><a href="https://forex4live.com/stop-loss-in-forex-trading/" title="Permalink to Stop Loss in forex trading." rel="bookmark">Stop Loss in forex trading.</a></div></div></div><div class="col-md-3"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/forex-trading-3-38bo05nwzfqxjuhstshgy2.png" class="ktz-lazyload" alt="Forex is boring, but beautiful." width="180" height="120" title="Forex is boring, but beautiful." /><div class="ktz-wrap-relpost"><div class="ktz_title_related"><a href="https://forex4live.com/forex-is-boring-but-beautiful/" title="Permalink to Forex is boring, but beautiful." rel="bookmark">Forex is boring, but beautiful.</a></div></div></div><div class="col-md-3"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-12-38bne8318ublizvceap3ii.jpg" class="ktz-lazyload" alt="Slippage in Forex Trading" width="180" height="120" title="Slippage in Forex Trading" /><div class="ktz-wrap-relpost"><div class="ktz_title_related"><a href="https://forex4live.com/slippage-in-forex-trading/" title="Permalink to Slippage in Forex Trading" rel="bookmark">Slippage in Forex Trading</a></div></div></div><div class="col-md-3"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-13-38bna3ken0b0lnkv4e62h6.jpg" class="ktz-lazyload" alt="Fundamental Analysis on the Forex Market" width="180" height="120" title="Fundamental Analysis on the Forex Market" /><div class="ktz-wrap-relpost"><div class="ktz_title_related"><a href="https://forex4live.com/fundamental-analysis-on-the-forex-market/" title="Permalink to Fundamental Analysis on the Forex Market" rel="bookmark">Fundamental Analysis on the Forex Market</a></div></div></div></div> </div> <div class="ktz-authorbox"><div class="row"><div class="author-thumb col-md-2"><img alt="author" src="https://secure.gravatar.com/avatar/40f36f7d059e73f361ee141cb11dbc4e?s=80&#038;d=mm&#038;r=g" class="gravatar-img avatar-80 photo jetpack-lazy-image" height="80" width="80" data-lazy-srcset="https://secure.gravatar.com/avatar/40f36f7d059e73f361ee141cb11dbc4e?s=160&#038;d=mm&#038;r=g 2x" data-lazy-src="https://secure.gravatar.com/avatar/40f36f7d059e73f361ee141cb11dbc4e?s=80&amp;is-pending-load=1#038;d=mm&#038;r=g" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"><noscript><img alt='author' src='https://secure.gravatar.com/avatar/40f36f7d059e73f361ee141cb11dbc4e?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/40f36f7d059e73f361ee141cb11dbc4e?s=160&#038;d=mm&#038;r=g 2x' class='gravatar-img avatar-80 photo' height='80' width='80' /></noscript></div><div class="col-md-10"><ul class="ktz-socialicon clearfix"><li class="title-follow">Author:&nbsp;<a href="https://forex4live.com/author/admin/" title="Posts by admin" rel="author">admin</a></li></ul><div class="author-desc">Forex4Live.com is a forex trading system website that started to be published since 2011 and has been used by thousands of traders around the world. The system is very simple and accurate, priced at $ 167 for a lifetime membership with no monthly fees or hidden fees. Our team created this system by testing thousands of indicators then selecting 23 indicators and combining them into one great trading system.</div></div></div></div><div id="ktz-postnav" class="row"><div class="col-md-6 pull-left"><div class="ktz-previous panel panel-default"><div class="panel-heading clearfix"><a href="https://forex4live.com/3-reasons-the-fed-may-raise-interest-rate/" class="pull-left">&laquo; Prev</a></div><div class="panel-body clearfix"><a href="https://forex4live.com/3-reasons-the-fed-may-raise-interest-rate/" class="pull-left ktz-img-prev"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/fed-interest-rates-373zajvgi1u6ueujaitslm.png" class="ktz-lazyload" alt="3 Reasons the Fed May Raise Interest Rate" width="40" height="40" title="3 Reasons the Fed May Raise Interest Rate" /></a><div class="ktz-posttitle"><a href="https://forex4live.com/3-reasons-the-fed-may-raise-interest-rate/" title="Permalink to 3 Reasons the Fed May Raise Interest Rate">3 Reasons the Fed May Raise Interest Rate</a></div></div></div></div><div class="col-md-6 pull-right"><div class="ktz-next panel panel-default"><div class="panel-heading clearfix"><a class="pull-right" href="https://forex4live.com/3-forex-strategies-used-by-professional-traders/">Next &raquo;</a></div><div class="panel-body clearfix"><a href="https://forex4live.com/3-forex-strategies-used-by-professional-traders/" class="pull-right ktz-img-next"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex4live-indigo-2018-2-2-370fx8rlruh4tr40ia6qyy.jpg" class="ktz-lazyload" alt="3 Forex Strategies Used by Professional Traders" width="40" height="40" title="3 Forex Strategies Used by Professional Traders" /></a><div class="ktz-posttitle"><a href="https://forex4live.com/3-forex-strategies-used-by-professional-traders/" title="Permalink to 3 Forex Strategies Used by Professional Traders">3 Forex Strategies Used by Professional Traders</a></div></div></div></div></div></article><!-- #post-4379 --> </section> <div class="tab-comment-wrap" id="comments"> <ul class="nav nav-tabs" id="kentooz-comment"> <li class="active"><a href="#comfacebook" data-toggle="tab" title="Facebook comment">Facebook Comments</a></li> <li ><a href="#comtemplate" data-toggle="tab" title="Default comment">Comments</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="comfacebook"> <div class="wrapcomment"> <div class="fb-comments" data-href="https://forex4live.com/3-lessons-from-trading-experience-in-2016/" data-width="100%"></div> </div> </div> <div class="tab-pane " id="comtemplate"> <div class="wrapcomment"> <div id="comment-title" class="comment-reply-title">No Response</div> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a reply "3 Lessons From Trading Experience in 2016" <small><a rel="nofollow" id="cancel-comment-reply-link" href="/3-lessons-from-trading-experience-in-2016/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="https://forex4live.com/wp-comments-post.php" method="post" id="commentform" class="comment-form"> <div class="textarea-form"><textarea name="comment" cols="100%" rows="5" class="form-control btn-box" tabindex="4"></textarea></div><div class="row"><div class="col-md-4"><div class="input-group"><span class="input-group-addon btn-box"><span class="glyphicon glyphicon-user"></span></span><input type="text" name="author" class="form-control btn-box" id="form-control" placeholder="Name *" value="" size="30" tabindex="1" aria-required='true' /></div></div> <div class="col-md-4"><div class="input-group"><span class="input-group-addon btn-box"><span class="glyphicon glyphicon-envelope"></span></span><input type="text" name="email" class="form-control btn-box" id="form-control" placeholder="Mail (not publish) *" value="" size="30" tabindex="2" aria-required='true' /></div></div> <div class="col-md-4"><div class="input-group"><span class="input-group-addon btn-box"><span class="glyphicon glyphicon-globe"></span></span><input type="text" name="url" class="form-control btn-box" id="form-control" placeholder="Website *" value="" size="30" tabindex="3" aria-required='true' /></div></div></div> <p class="form-submit"><p class="comment-subscription-form"><input type="checkbox" name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p><p class="comment-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" /> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p><input name="submit" type="submit" id="comment-submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='4379' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p> <!-- Anti-spam plugin v.5.4 wordpress.org/plugins/anti-spam/ --> <p class="antispam-group antispam-group-q" style="clear: both;"> <label>Current ye@r <span class="required">*</span></label> <input type="hidden" name="antspm-a" class="antispam-control antispam-control-a" value="2019" /> <input type="text" name="antspm-q" class="antispam-control antispam-control-q" value="5.4" autocomplete="off" /> </p> <p class="antispam-group antispam-group-e" style="display: none;"> <label>Leave this field empty</label> <input type="text" name="antspm-e-email-url-website" class="antispam-control antispam-control-e" value="" autocomplete="off" /> </p> </form> </div><!-- #respond --> </div> </div> </div> </div> </div> <div class="sbar col-md-4 widget-area wrapwidget" role="complementary"> <aside id="search-2" class="widget widget_search"> <form method="get" class="form-inline" action="https://forex4live.com"> <div class="form-group"> <input type="text" name="s" id="s" class="form-control btn-box" placeholder="Search" /> </div> <button class="btn btn-default btn-box">Search</button> </form></aside> <aside id="ktz-facebook-2" class="widget ktz_facebook"> <div id="fb-root"></div><div class="ktz-fbbox"><fb:like-box href="https://www.facebook.com/forex4livecom" data-width="" height="" colorscheme="light" show_faces="true" stream="false" header="true" show_border="true"></fb:like-box></div> </aside> <aside id="ktz-recent-posts-1" class="widget ktz_recent_post clearfix"><h4 class="widget-title"><span class="ktz-blocktitle">Recent post</span></h4><ul class="ktz-recent-list ktz-widgetcolor"><li class="clearfix"><a href="https://forex4live.com/stop-loss-in-forex-trading/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Stop Loss in forex trading."><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Stoploss-38eqgf3jjet79atz0mkv0q.png" class="media-object ktz-lazyload" alt="Stop Loss in forex trading." width="100" height="90" title="Stop Loss in forex trading." /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/stop-loss-in-forex-trading/" title="Permalink to Stop Loss in forex trading." rel="bookmark">Stop Loss in forex trading.</a></div><div class="meta-post"><span class="entry-date"><a href="https://forex4live.com/stop-loss-in-forex-trading/" title="10:12 am" rel="bookmark"><time datetime="2019-04-24T10:12:42+00:00" pubdate>April 24th, 2019, 10:12 am</time></a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/forex-is-boring-but-beautiful/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Forex is boring, but beautiful."><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/forex-trading-3-38bo05nwuqwvtyzhmkdjii.png" class="media-object ktz-lazyload" alt="Forex is boring, but beautiful." width="100" height="90" title="Forex is boring, but beautiful." /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/forex-is-boring-but-beautiful/" title="Permalink to Forex is boring, but beautiful." rel="bookmark">Forex is boring, but beautiful.</a></div><div class="meta-post"><span class="entry-date"><a href="https://forex4live.com/forex-is-boring-but-beautiful/" title="5:45 am" rel="bookmark"><time datetime="2019-04-11T05:45:15+00:00" pubdate>April 11th, 2019, 5:45 am</time></a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/slippage-in-forex-trading/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Slippage in Forex Trading"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-12-38bne83145hjt4d172l62y.jpg" class="media-object ktz-lazyload" alt="Slippage in Forex Trading" width="100" height="90" title="Slippage in Forex Trading" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/slippage-in-forex-trading/" title="Permalink to Slippage in Forex Trading" rel="bookmark">Slippage in Forex Trading</a></div><div class="meta-post"><span class="entry-date"><a href="https://forex4live.com/slippage-in-forex-trading/" title="4:00 am" rel="bookmark"><time datetime="2019-04-11T04:00:52+00:00" pubdate>April 11th, 2019, 4:00 am</time></a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/fundamental-analysis-on-the-forex-market/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Fundamental Analysis on the Forex Market"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-13-38bna3keibgyvs2jx6251m.jpg" class="media-object ktz-lazyload" alt="Fundamental Analysis on the Forex Market" width="100" height="90" title="Fundamental Analysis on the Forex Market" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/fundamental-analysis-on-the-forex-market/" title="Permalink to Fundamental Analysis on the Forex Market" rel="bookmark">Fundamental Analysis on the Forex Market</a></div><div class="meta-post"><span class="entry-date"><a href="https://forex4live.com/fundamental-analysis-on-the-forex-market/" title="3:41 am" rel="bookmark"><time datetime="2019-04-11T03:41:24+00:00" pubdate>April 11th, 2019, 3:41 am</time></a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Get to know Elliot Wave History in Forex Trading"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/forex-trading-1-38bmoz9gtw8ie8d88icjka.png" class="media-object ktz-lazyload" alt="Get to know Elliot Wave History in Forex Trading" width="100" height="90" title="Get to know Elliot Wave History in Forex Trading" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/" title="Permalink to Get to know Elliot Wave History in Forex Trading" rel="bookmark">Get to know Elliot Wave History in Forex Trading</a></div><div class="meta-post"><span class="entry-date"><a href="https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/" title="2:02 am" rel="bookmark"><time datetime="2019-04-11T02:02:23+00:00" pubdate>April 11th, 2019, 2:02 am</time></a></span></div></div></li></ul></aside><aside id="ktz_tabber-2" class="widget ktz_tabber"> <ul class="nav nav-tabs" id="ktzsbtab"> <li class="active"><a href="#popular" data-toggle="tab" title="post tabs">Popular</a></li> <li><a href="#comment" data-toggle="tab" title="comment tabs">Most view</a></li> <li><a href="#rate" data-toggle="tab" title="comment tabs">Best rate</a></li> <li><a href="#tag" data-toggle="tab" title="tags tabs">Tags</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="popular"><ul class="content-tabs ktz-recent-list"> <li class="clearfix"><a href="https://forex4live.com/stop-loss-in-forex-trading/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Stop Loss in forex trading."><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Stoploss-38eqgf3jjet79atz0mkv0q.png" class="media-object ktz-lazyload" alt="Stop Loss in forex trading." width="100" height="90" title="Stop Loss in forex trading." /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/stop-loss-in-forex-trading/" title="Permalink to Stop Loss in forex trading." rel="bookmark">Stop Loss in forex trading.</a></div><div class="meta-post"><span class="entry-comment"><a href="https://forex4live.com/stop-loss-in-forex-trading/#respond">No comment</a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/foreign-exchange-spot-transactions/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Foreign Exchange Spot Transactions"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/forex-17-36b3ip42fwcuanx052lngq.jpg" class="media-object ktz-lazyload" alt="Foreign Exchange Spot Transactions" width="100" height="90" title="Foreign Exchange Spot Transactions" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/foreign-exchange-spot-transactions/" title="Permalink to Foreign Exchange Spot Transactions" rel="bookmark">Foreign Exchange Spot Transactions</a></div><div class="meta-post"><span class="entry-comment"><a href="https://forex4live.com/foreign-exchange-spot-transactions/#respond">No comment</a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/the-last-forex-kiss/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to The Last Forex Kiss"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/forex4live_009-36b3k9s3xuqrojk6uqzdai.jpg" class="media-object ktz-lazyload" alt="The Last Forex Kiss" width="100" height="90" title="The Last Forex Kiss" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/the-last-forex-kiss/" title="Permalink to The Last Forex Kiss" rel="bookmark">The Last Forex Kiss</a></div><div class="meta-post"><span class="entry-comment"><a href="https://forex4live.com/the-last-forex-kiss/#respond">No comment</a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/developing-and-implementing-trading-systems/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Developing and Implementing Trading Systems"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/002-36bqkg3beo343m53lhrg96.gif" class="media-object ktz-lazyload" alt="Developing and Implementing Trading Systems" width="100" height="90" title="Developing and Implementing Trading Systems" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/developing-and-implementing-trading-systems/" title="Permalink to Developing and Implementing Trading Systems" rel="bookmark">Developing and Implementing Trading Systems</a></div><div class="meta-post"><span class="entry-comment"><a href="https://forex4live.com/developing-and-implementing-trading-systems/#respond">No comment</a></span></div></div></li><li class="clearfix"><a href="https://forex4live.com/comparison-discretionary-versus-mechanical-system-trader/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Comparison: Discretionary versus Mechanical System Trader"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/forex4live-36bqkwjvmzws5yxb1yzci2.jpg" class="media-object ktz-lazyload" alt="Comparison: Discretionary versus Mechanical System Trader" width="100" height="90" title="Comparison: Discretionary versus Mechanical System Trader" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/comparison-discretionary-versus-mechanical-system-trader/" title="Permalink to Comparison: Discretionary versus Mechanical System Trader" rel="bookmark">Comparison: Discretionary versus Mechanical System Trader</a></div><div class="meta-post"><span class="entry-comment"><a href="https://forex4live.com/comparison-discretionary-versus-mechanical-system-trader/#respond">No comment</a></span></div></div></li> </ul></div> <div class="tab-pane" id="comment"><ul class="content-tabs ktz-recent-list"> <li class="clearfix"><a href="https://forex4live.com/forex-signals/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to FOREX SIGNALS"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex4live-indigo-2018-4-1-370fxa5d4kyrfrqwpdenm2.jpg" class="media-object ktz-lazyload" alt="FOREX SIGNALS" width="100" height="90" title="FOREX SIGNALS" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/forex-signals/" title="Permalink to FOREX SIGNALS" rel="bookmark">FOREX SIGNALS</a></div><div class="meta-post"><span class="entry-view">28715 views</span></div></div></li><li class="clearfix"><a href="https://forex4live.com/forex-trading-as-a-recession-resistant-skill/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Forex trading as a recession-resistant skill"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-23-37yf0wvt0mgv1ee6tco1ze.jpg" class="media-object ktz-lazyload" alt="Forex trading as a recession-resistant skill" width="100" height="90" title="Forex trading as a recession-resistant skill" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/forex-trading-as-a-recession-resistant-skill/" title="Permalink to Forex trading as a recession-resistant skill" rel="bookmark">Forex trading as a recession-resistant skill</a></div><div class="meta-post"><span class="entry-view">3450 views</span></div></div></li><li class="clearfix"><a href="https://forex4live.com/introduction-of-harmonic-patterns/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Introduction of Harmonic Patterns"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex4Live-Forex-Signal-56-36chgjt3vg9yfl7rbxkwsq.jpg" class="media-object ktz-lazyload" alt="Introduction of Harmonic Patterns" width="100" height="90" title="Introduction of Harmonic Patterns" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/introduction-of-harmonic-patterns/" title="Permalink to Introduction of Harmonic Patterns" rel="bookmark">Introduction of Harmonic Patterns</a></div><div class="meta-post"><span class="entry-view">2841 views</span></div></div></li><li class="clearfix"><a href="https://forex4live.com/beginner-forex-trader-mindset/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Beginner Forex Trader Mindset"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-28-37xa168f5bdllm7xwj40sq.jpg" class="media-object ktz-lazyload" alt="Beginner Forex Trader Mindset" width="100" height="90" title="Beginner Forex Trader Mindset" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/beginner-forex-trader-mindset/" title="Permalink to Beginner Forex Trader Mindset" rel="bookmark">Beginner Forex Trader Mindset</a></div><div class="meta-post"><span class="entry-view">2613 views</span></div></div></li><li class="clearfix"><a href="https://forex4live.com/arranging-objectives-for-forex-trading/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Arranging Objectives for Forex trading."><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-36-37x9ygh8hop3fvho8l9w5m.jpg" class="media-object ktz-lazyload" alt="Arranging Objectives for Forex trading." width="100" height="90" title="Arranging Objectives for Forex trading." /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/arranging-objectives-for-forex-trading/" title="Permalink to Arranging Objectives for Forex trading." rel="bookmark">Arranging Objectives for Forex trading.</a></div><div class="meta-post"><span class="entry-view">2419 views</span></div></div></li> </ul></div> <div class="tab-pane" id="rate"><ul class="content-tabs ktz-recent-list"> <li class="clearfix"><a href="https://forex4live.com/forex-signals/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to FOREX SIGNALS"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex4live-indigo-2018-4-1-370fxa5d4kyrfrqwpdenm2.jpg" class="media-object ktz-lazyload" alt="FOREX SIGNALS" width="100" height="90" title="FOREX SIGNALS" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/forex-signals/" title="Permalink to FOREX SIGNALS" rel="bookmark">FOREX SIGNALS</a></div><div class="meta-post"><div class="ktz-stars-outer ktz-star-widget"><div class="ktz-stars-wrapper" data-post-id="4124"><div class="ktz-stars-overlay" style="width:41.000981354269%"></div><a href="#" data-value="1" title="1/5">&#9733;</a><a href="#" data-value="2" title="2/5">&#9733;</a><a href="#" data-value="3" title="3/5">&#9733;</a><a href="#" data-value="4" title="4/5">&#9733;</a><a href="#" data-value="5" title="5/5">&#9733;</a></div><div class="ktz-stars-value"><span class="item"><a href="https://forex4live.com/forex-signals/" class="fn url" title="FOREX SIGNALS">FOREX SIGNALS</a>,</span><span class="ktz-stars-rating-value rating">2.95</span> / <span>5</span> (<span class="ktz-stars-rating-count votes">1019</span>votes)</div></div><noscript>You need to enable JavaScript to vote</noscript></div></div></li><li class="clearfix"><a href="https://forex4live.com/arranging-objectives-for-forex-trading/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Arranging Objectives for Forex trading."><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-36-37x9ygh8hop3fvho8l9w5m.jpg" class="media-object ktz-lazyload" alt="Arranging Objectives for Forex trading." width="100" height="90" title="Arranging Objectives for Forex trading." /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/arranging-objectives-for-forex-trading/" title="Permalink to Arranging Objectives for Forex trading." rel="bookmark">Arranging Objectives for Forex trading.</a></div><div class="meta-post"><div class="ktz-stars-outer ktz-star-widget"><div class="ktz-stars-wrapper" data-post-id="5148"><div class="ktz-stars-overlay" style="width:41.348314606742%"></div><a href="#" data-value="1" title="1/5">&#9733;</a><a href="#" data-value="2" title="2/5">&#9733;</a><a href="#" data-value="3" title="3/5">&#9733;</a><a href="#" data-value="4" title="4/5">&#9733;</a><a href="#" data-value="5" title="5/5">&#9733;</a></div><div class="ktz-stars-value"><span class="item"><a href="https://forex4live.com/arranging-objectives-for-forex-trading/" class="fn url" title="Arranging Objectives for Forex trading.">Arranging Objectives for Forex trading.</a>,</span><span class="ktz-stars-rating-value rating">2.93</span> / <span>5</span> (<span class="ktz-stars-rating-count votes">178</span>votes)</div></div><noscript>You need to enable JavaScript to vote</noscript></div></div></li><li class="clearfix"><a href="https://forex4live.com/beginner-forex-trader-mindset/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Beginner Forex Trader Mindset"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-28-37xa168f5bdllm7xwj40sq.jpg" class="media-object ktz-lazyload" alt="Beginner Forex Trader Mindset" width="100" height="90" title="Beginner Forex Trader Mindset" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/beginner-forex-trader-mindset/" title="Permalink to Beginner Forex Trader Mindset" rel="bookmark">Beginner Forex Trader Mindset</a></div><div class="meta-post"><div class="ktz-stars-outer ktz-star-widget"><div class="ktz-stars-wrapper" data-post-id="5153"><div class="ktz-stars-overlay" style="width:37.222222222222%"></div><a href="#" data-value="1" title="1/5">&#9733;</a><a href="#" data-value="2" title="2/5">&#9733;</a><a href="#" data-value="3" title="3/5">&#9733;</a><a href="#" data-value="4" title="4/5">&#9733;</a><a href="#" data-value="5" title="5/5">&#9733;</a></div><div class="ktz-stars-value"><span class="item"><a href="https://forex4live.com/beginner-forex-trader-mindset/" class="fn url" title="Beginner Forex Trader Mindset">Beginner Forex Trader Mindset</a>,</span><span class="ktz-stars-rating-value rating">3.14</span> / <span>5</span> (<span class="ktz-stars-rating-count votes">144</span>votes)</div></div><noscript>You need to enable JavaScript to vote</noscript></div></div></li><li class="clearfix"><a href="https://forex4live.com/forex-trading-as-a-recession-resistant-skill/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Forex trading as a recession-resistant skill"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-23-37yf0wvt0mgv1ee6tco1ze.jpg" class="media-object ktz-lazyload" alt="Forex trading as a recession-resistant skill" width="100" height="90" title="Forex trading as a recession-resistant skill" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/forex-trading-as-a-recession-resistant-skill/" title="Permalink to Forex trading as a recession-resistant skill" rel="bookmark">Forex trading as a recession-resistant skill</a></div><div class="meta-post"><div class="ktz-stars-outer ktz-star-widget"><div class="ktz-stars-wrapper" data-post-id="5168"><div class="ktz-stars-overlay" style="width:43.096774193548%"></div><a href="#" data-value="1" title="1/5">&#9733;</a><a href="#" data-value="2" title="2/5">&#9733;</a><a href="#" data-value="3" title="3/5">&#9733;</a><a href="#" data-value="4" title="4/5">&#9733;</a><a href="#" data-value="5" title="5/5">&#9733;</a></div><div class="ktz-stars-value"><span class="item"><a href="https://forex4live.com/forex-trading-as-a-recession-resistant-skill/" class="fn url" title="Forex trading as a recession-resistant skill">Forex trading as a recession-resistant skill</a>,</span><span class="ktz-stars-rating-value rating">2.85</span> / <span>5</span> (<span class="ktz-stars-rating-count votes">155</span>votes)</div></div><noscript>You need to enable JavaScript to vote</noscript></div></div></li><li class="clearfix"><a href="https://forex4live.com/what-is-forex-trading-really/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to What Is Forex Trading Really?"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/forex-trading-7-37wtkow4odkkqixijk47pm.jpg" class="media-object ktz-lazyload" alt="What Is Forex Trading Really?" width="100" height="90" title="What Is Forex Trading Really?" /></a><div class="ktz-content-related"><span class="fontawesome ktzfo-caret-left ktz-caret"></span><div class="ktz-posttitle"><a href="https://forex4live.com/what-is-forex-trading-really/" title="Permalink to What Is Forex Trading Really?" rel="bookmark">What Is Forex Trading Really?</a></div><div class="meta-post"><div class="ktz-stars-outer ktz-star-widget"><div class="ktz-stars-wrapper" data-post-id="5142"><div class="ktz-stars-overlay" style="width:38.705035971223%"></div><a href="#" data-value="1" title="1/5">&#9733;</a><a href="#" data-value="2" title="2/5">&#9733;</a><a href="#" data-value="3" title="3/5">&#9733;</a><a href="#" data-value="4" title="4/5">&#9733;</a><a href="#" data-value="5" title="5/5">&#9733;</a></div><div class="ktz-stars-value"><span class="item"><a href="https://forex4live.com/what-is-forex-trading-really/" class="fn url" title="What Is Forex Trading Really?">What Is Forex Trading Really?</a>,</span><span class="ktz-stars-rating-value rating">3.06</span> / <span>5</span> (<span class="ktz-stars-rating-count votes">139</span>votes)</div></div><noscript>You need to enable JavaScript to vote</noscript></div></div></li> </ul></div> <div class="tab-pane tagcloud clearfix" id="tag"> <ul class='wp-tag-cloud' role='list'> <li><a href="https://forex4live.com/tag/best-forex-robot/" class="tag-cloud-link tag-link-135 tag-link-position-1" style="font-size: 10pt;">best forex robot</a></li> <li><a href="https://forex4live.com/tag/best-forex-system/" class="tag-cloud-link tag-link-136 tag-link-position-2" style="font-size: 10pt;">best forex system</a></li> <li><a href="https://forex4live.com/tag/buy-sell-signal-indicators/" class="tag-cloud-link tag-link-134 tag-link-position-3" style="font-size: 10pt;">buy sell signal indicators</a></li> <li><a href="https://forex4live.com/tag/expert-advisor/" class="tag-cloud-link tag-link-119 tag-link-position-4" style="font-size: 10pt;">expert advisor</a></li> <li><a href="https://forex4live.com/tag/foreign-exchange/" class="tag-cloud-link tag-link-171 tag-link-position-5" style="font-size: 10pt;">foreign exchange</a></li> <li><a href="https://forex4live.com/tag/forex/" class="tag-cloud-link tag-link-85 tag-link-position-6" style="font-size: 10pt;">forex</a></li> <li><a href="https://forex4live.com/tag/forex4live/" class="tag-cloud-link tag-link-89 tag-link-position-7" style="font-size: 10pt;">forex4live</a></li> <li><a href="https://forex4live.com/tag/forex4live-review/" class="tag-cloud-link tag-link-120 tag-link-position-8" style="font-size: 10pt;">forex4live review</a></li> <li><a href="https://forex4live.com/tag/forex-accurate/" class="tag-cloud-link tag-link-91 tag-link-position-9" style="font-size: 10pt;">forex accurate</a></li> <li><a href="https://forex4live.com/tag/forex-buy-sell-signals/" class="tag-cloud-link tag-link-132 tag-link-position-10" style="font-size: 10pt;">forex buy sell signals</a></li> <li><a href="https://forex4live.com/tag/forex-ea/" class="tag-cloud-link tag-link-118 tag-link-position-11" style="font-size: 10pt;">forex EA</a></li> <li><a href="https://forex4live.com/tag/forex-indicators/" class="tag-cloud-link tag-link-103 tag-link-position-12" style="font-size: 10pt;">forex indicators</a></li> <li><a href="https://forex4live.com/tag/forex-market/" class="tag-cloud-link tag-link-106 tag-link-position-13" style="font-size: 10pt;">forex market</a></li> <li><a href="https://forex4live.com/tag/forex-no-repaint-indicator/" class="tag-cloud-link tag-link-133 tag-link-position-14" style="font-size: 10pt;">forex no repaint indicator</a></li> <li><a href="https://forex4live.com/tag/forex-robot/" class="tag-cloud-link tag-link-117 tag-link-position-15" style="font-size: 10pt;">forex robot</a></li> <li><a href="https://forex4live.com/tag/forex-signal/" class="tag-cloud-link tag-link-95 tag-link-position-16" style="font-size: 10pt;">forex signal</a></li> <li><a href="https://forex4live.com/tag/forex-signals/" class="tag-cloud-link tag-link-90 tag-link-position-17" style="font-size: 10pt;">forex signals</a></li> <li><a href="https://forex4live.com/tag/forex-strategy/" class="tag-cloud-link tag-link-93 tag-link-position-18" style="font-size: 10pt;">forex strategy</a></li> <li><a href="https://forex4live.com/tag/forex-system/" class="tag-cloud-link tag-link-114 tag-link-position-19" style="font-size: 10pt;">forex system</a></li> <li><a href="https://forex4live.com/tag/forex-trading/" class="tag-cloud-link tag-link-96 tag-link-position-20" style="font-size: 10pt;">forex trading</a></li> </ul> </div> </div> <!-- END WIDGET --> </aside><aside id="ktz-recent-posts-carousel-3" class="widget ktz_recent_post_carosuel clearfix"><h4 class="widget-title"><span class="ktz-blocktitle">RANDOM POSTS</span></h4><div class="widget_carousel"><div class="list_carousel ktz-widgetcolor"><div class="ktzcarousel-widget owl-carousel owl-theme"><div class="item"><a href="https://forex4live.com/what-is-a-japanese-candlestick/" title="Permalink to What is a Japanese Candlestick"><img class="lazyOwl" data-src="https://forex4live.com/wp-content/uploads/ktz/Munehisa-Homma-Mr-Candlestick-36zg4sgh0apo8ft85jhvd6.jpg" alt="What is a Japanese Candlestick"><div class="ktz-posttitle ktz-boxtittle"><span class="fontawesome ktzfo-caret-up ktz-caret"></span><h6 class="ktz-slidertittle">What is a Japanese Candlestick</h6></div></a></div><div class="item"><a href="https://forex4live.com/risk-inherent-in-equity-investments/" title="Permalink to Risk inherent in equity investments"><img class="lazyOwl" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex4Live-Forex-Signal-1-36chfj4ae83jv8s01plfre.gif" alt="Risk inherent in equity investments"><div class="ktz-posttitle ktz-boxtittle"><span class="fontawesome ktzfo-caret-up ktz-caret"></span><h6 class="ktz-slidertittle">Risk inherent in equity investments</h6></div></a></div><div class="item"><a href="https://forex4live.com/forex-trading-sessions/" title="Permalink to Forex Trading Sessions"><img class="lazyOwl" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex4Live-Forex-Signal-48-36chgfesnf2y3pm21c3y8a.jpg" alt="Forex Trading Sessions"><div class="ktz-posttitle ktz-boxtittle"><span class="fontawesome ktzfo-caret-up ktz-caret"></span><h6 class="ktz-slidertittle">Forex Trading Sessions</h6></div></a></div><div class="item"><a href="https://forex4live.com/why-central-bank-use-inflation-target-1/" title="Permalink to Why Central Bank Use Inflation Target? (1)"><img class="lazyOwl" data-src="https://forex4live.com/wp-content/uploads/ktz/central-bank-36eceiqy2863qcsk1zow7e.jpg" alt="Why Central Bank Use Inflation Target? (1)"><div class="ktz-posttitle ktz-boxtittle"><span class="fontawesome ktzfo-caret-up ktz-caret"></span><h6 class="ktz-slidertittle">Why Central Bank Use Inflation Target? (1)</h6></div></a></div><div class="item"><a href="https://forex4live.com/a-simple-explanation-about-forex-trading-beginner-traders-must-know/" title="Permalink to A Simple Explanation About Forex Trading, Beginner Traders Must Know!"><img class="lazyOwl" data-src="https://forex4live.com/wp-content/uploads/ktz/Forex-Financial-Management-36udoc6pdv2jvfta34y5fu.png" alt="A Simple Explanation About Forex Trading, Beginner Traders Must Know!"><div class="ktz-posttitle ktz-boxtittle"><span class="fontawesome ktzfo-caret-up ktz-caret"></span><h6 class="ktz-slidertittle">A Simple Explanation About Forex Trading, Beginner Traders Must Know!</h6></div></a></div></div></div></div></aside><aside id="ktz-banner-7" class="widget ktz_banner"><div class="box-banner"><a href="https://forex4live.com/" title="Forex4live"><img src="https://forex4live.com/image/banner.jpg" alt="example banner" title="Forex4Live" width="336" height="280"/></a></div></aside><aside id="calendar-1" class="widget widget_calendar"><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar"> <caption>April 2019</caption> <thead> <tr> <th scope="col" title="Monday">M</th> <th scope="col" title="Tuesday">T</th> <th scope="col" title="Wednesday">W</th> <th scope="col" title="Thursday">T</th> <th scope="col" title="Friday">F</th> <th scope="col" title="Saturday">S</th> <th scope="col" title="Sunday">S</th> </tr> </thead> <tfoot> <tr> <td colspan="3" id="prev"><a href="https://forex4live.com/2019/02/">&laquo; Feb</a></td> <td class="pad">&nbsp;</td> <td colspan="3" id="next" class="pad">&nbsp;</td> </tr> </tfoot> <tbody> <tr><td>1</td><td>2</td><td>3</td><td>4</td><td><a href="https://forex4live.com/2019/04/05/" aria-label="Posts published on April 5, 2019">5</a></td><td>6</td><td>7</td> </tr> <tr> <td>8</td><td>9</td><td>10</td><td><a href="https://forex4live.com/2019/04/11/" aria-label="Posts published on April 11, 2019">11</a></td><td>12</td><td>13</td><td>14</td> </tr> <tr> <td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td> </tr> <tr> <td>22</td><td>23</td><td><a href="https://forex4live.com/2019/04/24/" aria-label="Posts published on April 24, 2019">24</a></td><td id="today">25</td><td>26</td><td>27</td><td>28</td> </tr> <tr> <td>29</td><td>30</td> <td class="pad" colspan="5">&nbsp;</td> </tr> </tbody> </table></div></aside></div> </div> </section> </div> <!-- .row on head --> </div> <!-- .container on head --> </div> <!-- .on head --> <footer class="footer"> <div class="ktz-footerbreak"> <div class="container"> <div class="ktz-breaking-wrap"><div class="ktz-breaking-title"><span class="glyphicon glyphicon-flash"></span> Breaking News</div><div class="ktz-breaking-item"><ul><li><a href="https://forex4live.com/stop-loss-in-forex-trading/">Stop Loss in forex trading.</a></li><li><a href="https://forex4live.com/forex-is-boring-but-beautiful/">Forex is boring, but beautiful.</a></li><li><a href="https://forex4live.com/slippage-in-forex-trading/">Slippage in Forex Trading</a></li><li><a href="https://forex4live.com/fundamental-analysis-on-the-forex-market/">Fundamental Analysis on the Forex Market</a></li><li><a href="https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/">Get to know Elliot Wave History in Forex Trading</a></li><li><a href="https://forex4live.com/transfer-forex-trading-stay/">Transfer &#8211; Forex Trading Stay</a></li><li><a href="https://forex4live.com/forex-trading-as-a-recession-resistant-skill/">Forex trading as a recession-resistant skill</a></li><li><a href="https://forex4live.com/beginner-forex-trader-mindset/">Beginner Forex Trader Mindset</a></li><li><a href="https://forex4live.com/arranging-objectives-for-forex-trading/">Arranging Objectives for Forex trading.</a></li><li><a href="https://forex4live.com/what-is-forex-trading-really/">What Is Forex Trading Really?</a></li></ul></div><div class="ktz-breaking-button"><a href="#" class="ktz-breakup"><span class="glyphicon glyphicon-circle-arrow-up"></span></a><a href="#" class="ktz-breakdown"><span class="glyphicon glyphicon-circle-arrow-down"></span></a></div></div> </div> </div> <div class="copyright"> <nav class="ktz-footermenu"> <div class="container"> <div class="menu-second-menu-container"><ul id="footermenu" class="sf-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1080 ktz-columns-2"><a href="https://forex4live.com/paypal.php">BUY NOW</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1085"><a href="https://forex4live.com/sitemap/">SITEMAP</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1082 ktz-columns-2"><a href="https://forex4live.com/contact.php">CONTACT US</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1083 ktz-columns-2"><a href="https://forex4live.com/member.php">LOG IN</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1376 ktz-columns-2"><a href="https://forex4live.com">PRODUCT</a></li> </ul></div> </div> </nav> <div class="container"> <div class="footercredits pull-left">COPYRIGHT <a href=https://forex4live.com><span class="glyphicon glyphicon-thumbs-up"></span> Forex4Live 2018</a> <span class="fontawesome ktzfo-double-angle-right"></span> powered by Forex Brilliant Team</div><div id="ktz_slidebox"><strong class="mustread_title">Must read</strong><a href="#" class="close">&times;</a><ul class="mustread_list"><li class="mustread_li clearfix"><div class="pull-left"><a href="https://forex4live.com/reversal-chart-pattern-double-bottoms/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to Reversal Chart Pattern: Double Bottoms"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/Reversal-Chart-Pattern-Double-Bottoms-36f9m769ym14e5zr412sy2.jpg" class="media-object ktz-lazyload" alt="Reversal Chart Pattern: Double Bottoms" width="40" height="40" title="Reversal Chart Pattern: Double Bottoms" /></a></div><div class="title"><a href="https://forex4live.com/reversal-chart-pattern-double-bottoms/" title="Permalink to Reversal Chart Pattern: Double Bottoms" rel="bookmark">Reversal Chart Pattern: Double Bottoms</a></div></li><li class="mustread_li clearfix"><div class="pull-left"><a href="https://forex4live.com/how-to-trade-forex-with-rising-wedge-and-falling-wedge/" class="link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard" title="Permalink to How to trade Forex with Rising Wedge and Falling Wedge"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://forex4live.com/wp-content/uploads/ktz/How-to-trade-Forex-with-Rising-Wedge-and-Falling-Wedge-36zfz5s9emvsivuvq03k0a.png" class="media-object ktz-lazyload" alt="How to trade Forex with Rising Wedge and Falling Wedge" width="40" height="40" title="How to trade Forex with Rising Wedge and Falling Wedge" /></a></div><div class="title"><a href="https://forex4live.com/how-to-trade-forex-with-rising-wedge-and-falling-wedge/" title="Permalink to How to trade Forex with Rising Wedge and Falling Wedge" rel="bookmark">How to trade Forex with Rising Wedge and Falling Wedge</a></div></li></ul></div> <div class="pull-right"><ul class="ktz-socialicon"><li class="twitter"><a href="https://twitter.com/forex4live2" title="Twitter" rel="nofollow"><span class="fontawesome ktzfo-twitter"></span></a></li><li class="facebook"><a href="https://www.facebook.com/forexlinesindigo/" title="Facebook" rel="nofollow"><span class="fontawesome ktzfo-facebook"></span></a></li><li class="gplus"><a href="https://plus.google.com/113982217475160627298" title="GPlus" rel="nofollow"><span class="fontawesome ktzfo-google-plus"></span></a></li><li class="rss"><a href="https://forex4live.com/feed/" title="RSS" rel="nofollow"><span class="fontawesome ktzfo-rss"></span></a></li></ul></div> </div> </div> </footer> </div> <!-- .all-wrapper on head --> <div id="ktz-backtotop"><a href="#"><span class="fontawesome ktzfo-double-angle-up"></span><br />Top</a></div> <div style="display:none"> <div class="grofile-hash-map-40f36f7d059e73f361ee141cb11dbc4e"> </div> </div> <script type="text/javascript" language="javascript"> var $ = jQuery.noConflict(); (function( $ ) { "use strict"; $( document ).ready( function () { $(window).scroll(function(){ var distanceTop = $('div.relpost').offset().top - $(window).height(); if ($(window).scrollTop() > distanceTop) $('#ktz_slidebox').animate({'right':'0px'},300); else $('#ktz_slidebox').stop(true).animate({'right':'-430px'},100); }); $('#ktz_slidebox .close').bind('click',function(){ $('#ktz_slidebox').stop(true).animate({'right':'-430px'},100, function(){ $('#ktz_slidebox').remove(); }); return false; }); }); })(jQuery); </script> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/forex4live.com\/3-lessons-from-trading-experience-in-2016\/":4379}; </script> <script type='text/javascript' src='https://forex4live.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-content/plugins/anti-spam/js/anti-spam-5.4.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://forex4live.com/wp-content/plugins/jetpack/modules/wpgroho.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-includes/js/comment-reply.min.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-content/themes/encun/includes/assets/js/jsscript.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var ktz_ajax_data = {"ajax_url":"https:\/\/forex4live.com\/wp-admin\/admin-ajax.php","codes":{"SUCCESS":1,"PREVIOUSLY_VOTED":0,"REQUEST_ERROR":2,"UNKNOWN":-1},"messages":{"success":"You've voted correctly","previously_voted":"You had previously voted","request_error":"The request was malformed, try again","unknown":"An unknown error has occurred, try to vote again"}}; /* ]]> */ </script> <script type='text/javascript' src='https://forex4live.com/wp-content/themes/encun/includes/assets/js/rating.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-content/themes/encun/includes/assets/js/custom.main.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-content/plugins/jetpack/_inc/build/lazy-images/js/lazy-images.min.js'></script> <script type='text/javascript' src='https://forex4live.com/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://forex4live.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js'></script> <script type='text/javascript'> var windowOpen; jQuery( document.body ).on( 'click', 'a.share-twitter', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' ); return false; }); var windowOpen; jQuery( document.body ).on( 'click', 'a.share-facebook', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; }); </script> <script type='text/javascript' src='https://stats.wp.com/e-201917.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.2.1',blog:'144453029',post:'4379',tz:'0',srv:'forex4live.com'} ]); _stq.push([ 'clickTrackerInit', '144453029', '4379' ]); </script> </body> </html>
[ "<footer class=\"footer\">&#13;\n\t&#13;\n\t\t\t<div class=\"ktz-footerbreak\">&#13;\n\t\t<div class=\"container\">&#13;\n\t\t\t\t<div class=\"ktz-breaking-wrap\"><div class=\"ktz-breaking-title\"><span class=\"glyphicon glyphicon-flash\"/> Breaking News</div><div class=\"ktz-breaking-item\"><ul><li><a href=\"https://forex4live.com/stop-loss-in-forex-trading/\">Stop Loss in forex trading.</a></li><li><a href=\"https://forex4live.com/forex-is-boring-but-beautiful/\">Forex is boring, but beautiful.</a></li><li><a href=\"https://forex4live.com/slippage-in-forex-trading/\">Slippage in Forex Trading</a></li><li><a href=\"https://forex4live.com/fundamental-analysis-on-the-forex-market/\">Fundamental Analysis on the Forex Market</a></li><li><a href=\"https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/\">Get to know Elliot Wave History in Forex Trading</a></li><li><a href=\"https://forex4live.com/transfer-forex-trading-stay/\">Transfer – Forex Trading Stay</a></li><li><a href=\"https://forex4live.com/forex-trading-as-a-recession-resistant-skill/\">Forex trading as a recession-resistant skill</a></li><li><a href=\"https://forex4live.com/beginner-forex-trader-mindset/\">Beginner Forex Trader Mindset</a></li><li><a href=\"https://forex4live.com/arranging-objectives-for-forex-trading/\">Arranging Objectives for Forex trading.</a></li><li><a href=\"https://forex4live.com/what-is-forex-trading-really/\">What Is Forex Trading Really?</a></li></ul></div><div class=\"ktz-breaking-button\"><a href=\"#\" class=\"ktz-breakup\"><span class=\"glyphicon glyphicon-circle-arrow-up\"/></a><a href=\"#\" class=\"ktz-breakdown\"><span class=\"glyphicon glyphicon-circle-arrow-down\"/></a></div></div>\t\t</div>\t&#13;\n\t</div>&#13;\n\t<div class=\"copyright\">&#13;\n\t<nav class=\"ktz-footermenu\">&#13;\n\t\t<div class=\"container\">&#13;\n\t\t\t<div class=\"menu-second-menu-container\"><ul id=\"footermenu\" class=\"sf-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1080 ktz-columns-2\"><a href=\"https://forex4live.com/paypal.php\">BUY NOW</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1085\"><a href=\"https://forex4live.com/sitemap/\">SITEMAP</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1082 ktz-columns-2\"><a href=\"https://forex4live.com/contact.php\">CONTACT US</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1083 ktz-columns-2\"><a href=\"https://forex4live.com/member.php\">LOG IN</a></li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1376 ktz-columns-2\"><a href=\"https://forex4live.com\">PRODUCT</a></li>\n</ul></div>\t\t</div>\t&#13;\n\t</nav>&#13;\n\t\t<div class=\"container\">&#13;\n\t\t\t\t<div class=\"footercredits pull-left\">COPYRIGHT <a href=\"https://forex4live.com\"><span class=\"glyphicon glyphicon-thumbs-up\"/> Forex4Live 2018</a> <span class=\"fontawesome ktzfo-double-angle-right\"/> powered by Forex Brilliant Team</div><div id=\"ktz_slidebox\"><strong class=\"mustread_title\">Must read</strong><a href=\"#\" class=\"close\">×</a><ul class=\"mustread_list\"><li class=\"mustread_li clearfix\"><div class=\"pull-left\"><a href=\"https://forex4live.com/reversal-chart-pattern-double-bottoms/\" class=\"link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard\" title=\"Permalink to Reversal Chart Pattern: Double Bottoms\"><img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://forex4live.com/wp-content/uploads/ktz/Reversal-Chart-Pattern-Double-Bottoms-36f9m769ym14e5zr412sy2.jpg\" class=\"media-object ktz-lazyload\" alt=\"Reversal Chart Pattern: Double Bottoms\" width=\"40\" height=\"40\" title=\"Reversal Chart Pattern: Double Bottoms\"/></a></div><div class=\"title\"><a href=\"https://forex4live.com/reversal-chart-pattern-double-bottoms/\" title=\"Permalink to Reversal Chart Pattern: Double Bottoms\" rel=\"bookmark\">Reversal Chart Pattern: Double Bottoms</a></div></li><li class=\"mustread_li clearfix\"><div class=\"pull-left\"><a href=\"https://forex4live.com/how-to-trade-forex-with-rising-wedge-and-falling-wedge/\" class=\"link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard\" title=\"Permalink to How to trade Forex with Rising Wedge and Falling Wedge\"><img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://forex4live.com/wp-content/uploads/ktz/How-to-trade-Forex-with-Rising-Wedge-and-Falling-Wedge-36zfz5s9emvsivuvq03k0a.png\" class=\"media-object ktz-lazyload\" alt=\"How to trade Forex with Rising Wedge and Falling Wedge\" width=\"40\" height=\"40\" title=\"How to trade Forex with Rising Wedge and Falling Wedge\"/></a></div><div class=\"title\"><a href=\"https://forex4live.com/how-to-trade-forex-with-rising-wedge-and-falling-wedge/\" title=\"Permalink to How to trade Forex with Rising Wedge and Falling Wedge\" rel=\"bookmark\">How to trade Forex with Rising Wedge and Falling Wedge</a></div></li></ul></div>\t\t\t\t<div class=\"pull-right\"><ul class=\"ktz-socialicon\"><li class=\"twitter\"><a href=\"https://twitter.com/forex4live2\" title=\"Twitter\" rel=\"nofollow\"><span class=\"fontawesome ktzfo-twitter\"/></a></li><li class=\"facebook\"><a href=\"https://www.facebook.com/forexlinesindigo/\" title=\"Facebook\" rel=\"nofollow\"><span class=\"fontawesome ktzfo-facebook\"/></a></li><li class=\"gplus\"><a href=\"https://plus.google.com/113982217475160627298\" title=\"GPlus\" rel=\"nofollow\"><span class=\"fontawesome ktzfo-google-plus\"/></a></li><li class=\"rss\"><a href=\"https://forex4live.com/feed/\" title=\"RSS\" rel=\"nofollow\"><span class=\"fontawesome ktzfo-rss\"/></a></li></ul></div>\t\t</div>&#13;\n\t</div>&#13;\n\t</footer>&#13;\n\t" ]
[ "<head>\n\t\n\n\t<meta charset=\"UTF-8\"/>\n\t\n\t<!-- Meta responsive compatible mode on IE and chrome, and zooming 1 by kentooz themes -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n\n\t<!-- mobile optimized meta by kentooz themes -->\n\t<meta name=\"HandheldFriendly\" content=\"True\"/>\n\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\n\t<!-- Title by kentooz themes -->\n\t<title>3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals</title>\n\n\t<!--[if lte IE 8]><link rel='stylesheet' id='ktz-ie8fix-css' href='https://forex4live.com/wp-content/themes/encun/ie.css' type='text/css' media='all' /><![endif]-->\n\t\n<!-- This site is optimized with the Yoast SEO Premium plugin v11.0 - https://yoast.com/wordpress/plugins/seo/ -->\n<link rel=\"canonical\" href=\"https://forex4live.com/3-lessons-from-trading-experience-in-2016/\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals\"/>\n<meta property=\"og:description\" content=\"3 Lessons From Trading Experience in 2016 The year 2016 has just ended. Market movements in 2016 can be said to be rather “crowded” and in fact there are at least three important things that we can make as lessons for dealing with the forex trading market in the following years. What are you doing? Let’s start. 1. Don’t rush …\"/>\n<meta property=\"og:url\" content=\"https://forex4live.com/3-lessons-from-trading-experience-in-2016/\"/>\n<meta property=\"og:site_name\" content=\"No Repaint Forex Trading Signals\"/>\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/forex4livecom/\"/>\n<meta property=\"article:tag\" content=\"forex\"/>\n<meta property=\"article:tag\" content=\"Forex Strategies\"/>\n<meta property=\"article:tag\" content=\"forex trading\"/>\n<meta property=\"article:tag\" content=\"trading\"/>\n<meta property=\"article:section\" content=\"Forex\"/>\n<meta property=\"article:published_time\" content=\"2018-10-05T11:47:01+00:00\"/>\n<meta property=\"fb:app_id\" content=\"182784935620166\"/>\n<meta property=\"og:image\" content=\"https://i2.wp.com/forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg?fit=698%2C400&amp;ssl=1\"/>\n<meta property=\"og:image:secure_url\" content=\"https://i2.wp.com/forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg?fit=698%2C400&amp;ssl=1\"/>\n<meta property=\"og:image:width\" content=\"698\"/>\n<meta property=\"og:image:height\" content=\"400\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:description\" content=\"3 Lessons From Trading Experience in 2016 The year 2016 has just ended. Market movements in 2016 can be said to be rather “crowded” and in fact there are at least three important things that we can make as lessons for dealing with the forex trading market in the following years. What are you doing? Let’s start. 1. Don’t rush […]\"/>\n<meta name=\"twitter:title\" content=\"3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals\"/>\n<meta name=\"twitter:site\" content=\"@forex4live2\"/>\n<meta name=\"twitter:image\" content=\"https://i2.wp.com/forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg?fit=698%2C400&amp;ssl=1\"/>\n<meta name=\"twitter:creator\" content=\"@forex4live2\"/>\n<script type=\"application/ld+json\" class=\"yoast-schema-graph yoast-schema-graph--main\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/forex4live.com\\/#organization\",\"name\":\"forex4live\",\"url\":\"https:\\/\\/forex4live.com\\/\",\"sameAs\":[\"https:\\/\\/www.facebook.com\\/forex4livecom\\/\",\"https:\\/\\/www.linkedin.com\\/in\\/muh-ikhsan-841980102\\/\",\"https:\\/\\/www.youtube.com\\/user\\/Forex4Live\",\"https:\\/\\/id.pinterest.com\\/99persen\\/\",\"https:\\/\\/twitter.com\\/forex4live2\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\/\\/forex4live.com\\/#logo\",\"url\":\"https:\\/\\/forex4live.com\\/wp-content\\/uploads\\/2018\\/06\\/coverforex4live.jpg\",\"caption\":\"forex4live\"},\"image\":{\"@id\":\"https:\\/\\/forex4live.com\\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/forex4live.com\\/#website\",\"url\":\"https:\\/\\/forex4live.com\\/\",\"name\":\"Forex4Live No Repaint Forex Signal\",\"publisher\":{\"@id\":\"https:\\/\\/forex4live.com\\/#organization\"},\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":\"https:\\/\\/forex4live.com\\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/#webpage\",\"url\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/\",\"inLanguage\":\"en-US\",\"name\":\"3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals\",\"isPartOf\":{\"@id\":\"https:\\/\\/forex4live.com\\/#website\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/#primaryimage\",\"url\":\"https:\\/\\/forex4live.com\\/wp-content\\/uploads\\/2018\\/09\\/Forex4live-2018-1.jpg\",\"caption\":\"\"},\"primaryImageOfPage\":{\"@id\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/#primaryimage\"},\"datePublished\":\"2018-10-05T11:47:01+00:00\",\"dateModified\":\"2018-10-05T11:47:01+00:00\"},{\"@type\":\"Article\",\"@id\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/#article\",\"isPartOf\":{\"@id\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/#webpage\"},\"author\":{\"@id\":\"https:\\/\\/forex4live.com\\/author\\/admin\\/#author\",\"name\":\"admin\"},\"publisher\":{\"@id\":\"https:\\/\\/forex4live.com\\/#organization\"},\"headline\":\"3 Lessons From Trading Experience in 2016\",\"datePublished\":\"2018-10-05T11:47:01+00:00\",\"dateModified\":\"2018-10-05T11:47:01+00:00\",\"commentCount\":0,\"mainEntityOfPage\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/#webpage\",\"image\":{\"@id\":\"https:\\/\\/forex4live.com\\/3-lessons-from-trading-experience-in-2016\\/#primaryimage\"},\"keywords\":\"forex,Forex Strategies,forex trading,trading\",\"articleSection\":\"Forex,Forex Articles,Gallery\"},{\"@type\":\"Person\",\"@id\":\"https:\\/\\/forex4live.com\\/author\\/admin\\/#author\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\/\\/forex4live.com\\/#personlogo\",\"url\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/40f36f7d059e73f361ee141cb11dbc4e?s=96&amp;d=mm&amp;r=g\",\"caption\":\"admin\"},\"description\":\"Forex4Live.com is a forex trading system website that started to be published since 2011 and has been used by thousands of traders around the world. The system is very simple and accurate, priced at $ 167 for a lifetime membership with no monthly fees or hidden fees. Our team created this system by testing thousands of indicators then selecting 23 indicators and combining them into one great trading system.\",\"sameAs\":[]}]}</script>\n<!-- / Yoast SEO Premium plugin. -->\n\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//secure.gravatar.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"No Repaint Forex Trading Signals » Feed\" href=\"https://forex4live.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"No Repaint Forex Trading Signals » Comments Feed\" href=\"https://forex4live.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"No Repaint Forex Trading Signals » 3 Lessons From Trading Experience in 2016 Comments Feed\" href=\"https://forex4live.com/3-lessons-from-trading-experience-in-2016/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/forex4live.com\\/wp-includes\\/js\\/wp-emoji-release.min.js\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://forex4live.com/wp-includes/css/dist/block-library/style.min.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"ktz_google_font_link-css\" href=\"https://fonts.googleapis.com/css?family=Roboto%3A700%7CDroid+Sans&amp;ver=1.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"ktz-bootstrap-min-css\" href=\"https://forex4live.com/wp-content/themes/encun/includes/bootstrap/css/bootstrap.min.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"ktz-main-css-css\" href=\"https://forex4live.com/wp-content/themes/encun/style.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"social-logos-css\" href=\"https://forex4live.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"jetpack_css-css\" href=\"https://forex4live.com/wp-content/plugins/jetpack/css/jetpack.css\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\" src=\"https://forex4live.com/wp-includes/js/jquery/jquery.js\"/>\n<script type=\"text/javascript\" src=\"https://forex4live.com/wp-includes/js/jquery/jquery-migrate.min.js\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar related_posts_js_options = {\"post_heading\":\"h4\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://forex4live.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js\"/>\n<script type=\"text/javascript\" src=\"https://forex4live.com/wp-content/themes/encun/includes/assets/js/modernizr-2.6.2-respond-1.3.0.min.js\"/>\n<link rel=\"https://api.w.org/\" href=\"https://forex4live.com/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://forex4live.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://forex4live.com/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<link rel=\"shortlink\" href=\"https://wp.me/p9M6Pz-18D\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://forex4live.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fforex4live.com%2F3-lessons-from-trading-experience-in-2016%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://forex4live.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fforex4live.com%2F3-lessons-from-trading-experience-in-2016%2F&amp;format=xml\"/>\n&#13;\n<link rel=\"dns-prefetch\" href=\"//v0.wordpress.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i0.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i1.wp.com\"/>&#13;\n<link rel=\"dns-prefetch\" href=\"//i2.wp.com\"/>&#13;\n<style type=\"text/css\">img#wpstats{display:none}</style><!-- BEGIN opengraph added by kentooz themes -->\n<meta property=\"og:url\" content=\"https://forex4live.com/3-lessons-from-trading-experience-in-2016/\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:site_name\" content=\"No Repaint Forex Trading Signals\"/>\n<meta property=\"og:title\" content=\"3 Lessons From Trading Experience in 2016\"/>\n<meta property=\"og:description\" content=\"The year 2016 has just ended. Market movements in 2016 can be said to be rather \" crowded=\"\" and=\"\" in=\"\" fact=\"\" there=\"\" are=\"\" at=\"\" least=\"\" three=\"\" important=\"\" things=\"\" that=\"\" we=\"\" can=\"\" make=\"\" as=\"\" lessons=\"\" for=\"\" dealing=\"\" with=\"\" the=\"\" trading=\"\" following=\"\" years.=\"\" you=\"\" doing=\"\" start.=\"\"/>\n<meta property=\"og:image\" content=\"https://forex4live.com/wp-content/uploads/2018/09/Forex4live-2018-1.jpg\"/>\n<meta property=\"fb:app_id\" content=\"182784935620166\"/>\n\n<link rel=\"shortcut icon\" href=\"https://forex4live.com/wp-content/uploads/2018/06/ms-icon-310x310.png \"/>\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n<link rel=\"pingback\" href=\"https://forex4live.com/xmlrpc.php\"/>\n<link rel=\"author\" href=\"https://plus.google.com/113982217475160627298\"/>\n<style type=\"text/css\" media=\"screen\">body{background:#dedede ;font-family:\"Droid Sans\",sans-serif;font-size:13px;font-style:normal;color:#555555;}.ktz-mainheader{background:#fff ;}.ktz-logo h1.homeblogtit a,.ktz-logo h1.homeblogtit a:visited,.ktz-logo h1.homeblogtit a:hover,.ktz-logo .singleblogtit a,.ktz-logo .singleblogtit a:hover,.ktz-logo .singleblogtit a:active,.ktz-logo .singleblogtit a:focus,.ktz-logo .singleblogtit a:visited {color:#1e73be}.ktz-logo .desc {color:#065b7f}h1,h2,h3,h4,h5,h6,.ktz-mainmenu a,.ktz-logo div.singleblogtit,.ktz-posttitle a,.ktz-posttitle-big a,.ktz-secondmenu a{font-family:\"Roboto\", helvetica;font-style:normal;color:#2b2b2b;}.list_carousel .ktz-posttitle h2 {font-family:\"Droid Sans\", sans-serif;}a:hover,a:focus,a:active,#breadcrumbs-wrap a:hover,#breadcrumbs-wrap a:focus,a#cancel-comment-reply-link:hover{color:#1e73be;}.widget .tagcloud a,.tags a,.ktz-categories a,.entry-content input[type=submit],.page-link a,input#comment-submit,.wpcf7 input.wpcf7-submit[type=\"submit\"],#topnav,.bbp_widget_login .bbp-login-form button,#bbpress-forums .button,.widget .nav-tabs li.active a,.widget .ktz-popular-list .ktz-number,.widget.ktz-borderwidget .ktz-trending-second li a:hover,.widget-title span.ktz-blocktitle,.list_carousel h5,#wp-calendar tbody td:hover,#wp-calendar tbody td:hover a,.popular-title span,.ktz-bbpsearch button,a.readmore-buysingle,input#comment-submit,.ktz-editorpicks h4,a.ktz-feed-cat,.ktz-right-wtitle,.owl-theme .owl-controls .owl-buttons .owl-prev span,.owl-theme .owl-controls .owl-buttons .owl-next span,.ktz-titlepage h1 span.ktz-blocktitle,.widget_ktz_weatherwidget .ktz-widgetcolor{background:#1e73be;}.widget .tagcloud a:hover,.page-link a:hover,.tags a:hover,.ktz-categories a:hover{background:#4c4c4c;color:#ffffff;}.ktz-mainmenu ul &gt; li:hover,.ktz-mainmenu li.current-menu-item &gt; a,.ktz-mainmenu li.current-page-ancestor &gt; a,.ktz-mainmenu li.current-menu-ancestor &gt; a,.ktz-mainmenu li.current-menu-parent &gt; a,.breadcrumb,.widget-area .widget .nav-tabs,.widget-area .widget .nav-tabs li.active a,.ktz-related-product .ktz-wrap-relproduct:hover,.ktz-breaking-item,.widget-title,.list_carousel .item:hover .ktz-posttitle,a.ktz-feed-cat,a.ktz-feed-cat:hover,.ktz-right-wtitle,.ktz-bigrecent-list .ktz-modulebox,.ktz-titlepage h1,.ktz-allwrap.wrap-squeeze{border-color:#1e73be;}.ktz_thumbnail a.link_thumbnail,#ktz-carousel .btn-primary,.pagination &gt; .active &gt; a,.pagination &gt; .active &gt; span,.pagination &gt; .active &gt; a:hover,.pagination &gt; .active &gt; span:hover,.pagination &gt; .active &gt; a:focus,.pagination &gt; .active &gt; span:focus {background-color:#1e73be;}.popular-title span:after,.pagination &gt; .active &gt; a,.pagination &gt; .active &gt; span,.pagination &gt; .active &gt; a:hover,.pagination &gt; .active &gt; span:hover,.pagination &gt; .active &gt; a:focus,.pagination &gt; .active &gt; span:focus{border-color:#1e73be #1e73be #1e73be transparent;}.popular-title span:before {border-color:#1e73be transparent #1e73be #1e73be;}.ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex,.home .widget-title.forex a.ktz-feed-cat,.home .widget-title.forex a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex .ktz-modulebox,.home .list_carousel .item.forex:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex ul{border-color:#2e8def;}.home .widget-title.forex a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex a:hover,.home .ktz-widgetcolor.forex a:focus,.home .ktz-widgetcolor.forex a:active{color:#2e8def;}.home .category-forex .entry-categories,.ktz-widgetcolor.forex .ktz_thumbnail a.link_thumbnail{background-color:#2e8def;}.list_carousel div.ktz-widgetcolor.forex h5,.list_carousel.forex .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex a.ktz-feed-cat,.widget-title.forex span.ktz-blocktitle{background:#2e8def;}.widget-title.forex a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex-articles,.home .widget-title.forex-articles a.ktz-feed-cat,.home .widget-title.forex-articles a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex-articles .ktz-modulebox,.home .list_carousel .item.forex-articles:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex-articles ul{border-color:#643EBF;}.home .widget-title.forex-articles a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex-articles a:hover,.home .ktz-widgetcolor.forex-articles a:focus,.home .ktz-widgetcolor.forex-articles a:active{color:#643EBF;}.home .category-forex-articles .entry-categories,.ktz-widgetcolor.forex-articles .ktz_thumbnail a.link_thumbnail{background-color:#643EBF;}.list_carousel div.ktz-widgetcolor.forex-articles h5,.list_carousel.forex-articles .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex-articles .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex-articles a.ktz-feed-cat,.widget-title.forex-articles span.ktz-blocktitle{background:#643EBF;}.widget-title.forex-articles a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex-articles .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex-robot,.home .widget-title.forex-robot a.ktz-feed-cat,.home .widget-title.forex-robot a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex-robot .ktz-modulebox,.home .list_carousel .item.forex-robot:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex-robot ul{border-color:#e773bd;}.home .widget-title.forex-robot a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex-robot a:hover,.home .ktz-widgetcolor.forex-robot a:focus,.home .ktz-widgetcolor.forex-robot a:active{color:#e773bd;}.home .category-forex-robot .entry-categories,.ktz-widgetcolor.forex-robot .ktz_thumbnail a.link_thumbnail{background-color:#e773bd;}.list_carousel div.ktz-widgetcolor.forex-robot h5,.list_carousel.forex-robot .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex-robot .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex-robot a.ktz-feed-cat,.widget-title.forex-robot span.ktz-blocktitle{background:#e773bd;}.widget-title.forex-robot a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex-robot .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.forex-signals,.home .widget-title.forex-signals a.ktz-feed-cat,.home .widget-title.forex-signals a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.forex-signals .ktz-modulebox,.home .list_carousel .item.forex-signals:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .forex-signals ul{border-color:#439d9a;}.home .widget-title.forex-signals a.ktz-feed-cat:hover,.home .ktz-widgetcolor.forex-signals a:hover,.home .ktz-widgetcolor.forex-signals a:focus,.home .ktz-widgetcolor.forex-signals a:active{color:#439d9a;}.home .category-forex-signals .entry-categories,.ktz-widgetcolor.forex-signals .ktz_thumbnail a.link_thumbnail{background-color:#439d9a;}.list_carousel div.ktz-widgetcolor.forex-signals h5,.list_carousel.forex-signals .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.forex-signals .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.forex-signals a.ktz-feed-cat,.widget-title.forex-signals span.ktz-blocktitle{background:#439d9a;}.widget-title.forex-signals a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.forex-signals .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}.home .widget-title.post-format-video,.home .widget-title.post-format-video a.ktz-feed-cat,.home .widget-title.post-format-video a.ktz-feed-cat:hover,.home .ktz-bigrecent-list .ktz-widgetcolor.post-format-video .ktz-modulebox,.home .list_carousel .item.post-format-video:hover .ktz-posttitle,.widget .ktz-bigrecent-list2 .post-format-video ul{border-color:#1faeff;}.home .widget-title.post-format-video a.ktz-feed-cat:hover,.home .ktz-widgetcolor.post-format-video a:hover,.home .ktz-widgetcolor.post-format-video a:focus,.home .ktz-widgetcolor.post-format-video a:active{color:#1faeff;}.home .category-post-format-video .entry-categories,.ktz-widgetcolor.post-format-video .ktz_thumbnail a.link_thumbnail{background-color:#1faeff;}.list_carousel div.ktz-widgetcolor.post-format-video h5,.list_carousel.post-format-video .owl-theme .owl-controls .owl-buttons .owl-prev span,.list_carousel.post-format-video .owl-theme .owl-controls .owl-buttons .owl-next span,.widget-title.post-format-video a.ktz-feed-cat,.widget-title.post-format-video span.ktz-blocktitle{background:#1faeff;}.widget-title.post-format-video a.ktz-feed-cat:hover {background:#fff;}.ktz-widgetcolor.post-format-video .ktz_thumbnail.ktz_thumbnail_gallery a.link_thumbnail {background-color: transparent;}</style>\t\t\t<style type=\"text/css\">\n\t\t\t\t/* If html does not have either class, do not show lazy loaded images. */\n\t\t\t\thtml:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t</style>\n\t\t\t<script>\n\t\t\t\tdocument.documentElement.classList.add(\n\t\t\t\t\t'jetpack-lazy-images-js-enabled'\n\t\t\t\t);\n\t\t\t</script>\n\t\t<link rel=\"icon\" href=\"https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=32%2C32&amp;ssl=1\" sizes=\"32x32\"/>\n<link rel=\"icon\" href=\"https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=192%2C192&amp;ssl=1\" sizes=\"192x192\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=180%2C180&amp;ssl=1\"/>\n<meta name=\"msapplication-TileImage\" content=\"https://i0.wp.com/forex4live.com/wp-content/uploads/2018/06/cropped-ms-icon-310x310-1.png?fit=270%2C270&amp;ssl=1\"/>\n\n</head>\n" ]
[ "<title>3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals</title>\n\n\t" ]
[ { "key": "datasource", "type": "global", "value": "forex4live.com > " } ]
[ { "char_end_idx": 26, "char_start_idx": 0, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 58, "char_start_idx": 26, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 319, "char_start_idx": 58, "key": "length", "type": "local", "value": "260" }, { "char_end_idx": 696, "char_start_idx": 319, "key": "length", "type": "local", "value": "376" }, { "char_end_idx": 904, "char_start_idx": 696, "key": "length", "type": "local", "value": "207" }, { "char_end_idx": 937, "char_start_idx": 904, "key": "length", "type": "local", "value": "32" }, { "char_end_idx": 940, "char_start_idx": 937, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 1162, "char_start_idx": 940, "key": "length", "type": "local", "value": "221" }, { "char_end_idx": 1366, "char_start_idx": 1162, "key": "length", "type": "local", "value": "203" }, { "char_end_idx": 1457, "char_start_idx": 1366, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 1637, "char_start_idx": 1457, "key": "length", "type": "local", "value": "179" }, { "char_end_idx": 1804, "char_start_idx": 1637, "key": "length", "type": "local", "value": "166" }, { "char_end_idx": 1969, "char_start_idx": 1804, "key": "length", "type": "local", "value": "164" }, { "char_end_idx": 2115, "char_start_idx": 1969, "key": "length", "type": "local", "value": "145" }, { "char_end_idx": 2118, "char_start_idx": 2115, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 2320, "char_start_idx": 2118, "key": "length", "type": "local", "value": "201" }, { "char_end_idx": 2383, "char_start_idx": 2320, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 2453, "char_start_idx": 2383, "key": "length", "type": "local", "value": "69" }, { "char_end_idx": 2620, "char_start_idx": 2453, "key": "length", "type": "local", "value": "166" }, { "char_end_idx": 2671, "char_start_idx": 2620, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 2859, "char_start_idx": 2671, "key": "length", "type": "local", "value": "187" }, { "char_end_idx": 2862, "char_start_idx": 2859, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 3053, "char_start_idx": 2862, "key": "length", "type": "local", "value": "190" }, { "char_end_idx": 3131, "char_start_idx": 3053, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 3187, "char_start_idx": 3131, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 3289, "char_start_idx": 3187, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 3443, "char_start_idx": 3289, "key": "length", "type": "local", "value": "153" }, { "char_end_idx": 3583, "char_start_idx": 3443, "key": "length", "type": "local", "value": "139" }, { "char_end_idx": 3730, "char_start_idx": 3583, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 3867, "char_start_idx": 3730, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 3931, "char_start_idx": 3867, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 3938, "char_start_idx": 3931, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 3960, "char_start_idx": 3938, "key": "length", "type": "local", "value": "21" }, { "char_end_idx": 4068, "char_start_idx": 3960, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 4215, "char_start_idx": 4068, "key": "length", "type": "local", "value": "146" }, { "char_end_idx": 4310, "char_start_idx": 4215, "key": "length", "type": "local", "value": "94" }, { "char_end_idx": 4434, "char_start_idx": 4310, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 4466, "char_start_idx": 4434, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 4583, "char_start_idx": 4466, "key": "length", "type": "local", "value": "116" }, { "char_end_idx": 4761, "char_start_idx": 4583, "key": "length", "type": "local", "value": "177" }, { "char_end_idx": 4898, "char_start_idx": 4761, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 5017, "char_start_idx": 4898, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 5160, "char_start_idx": 5017, "key": "length", "type": "local", "value": "142" } ]
[ { "key": "length", "type": "global", "value": "5944" } ]
[ { "char_end_idx": 27, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/stop-loss-in-forex-trading/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 27, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 59, "char_start_idx": 28, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/forex-is-boring-but-beautiful/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 59, "char_start_idx": 28, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 85, "char_start_idx": 60, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/slippage-in-forex-trading/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 85, "char_start_idx": 60, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 126, "char_start_idx": 86, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/fundamental-analysis-on-the-forex-market/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 126, "char_start_idx": 86, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 175, "char_start_idx": 127, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 175, "char_start_idx": 127, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 205, "char_start_idx": 176, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/transfer-forex-trading-stay/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 205, "char_start_idx": 176, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 250, "char_start_idx": 206, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/forex-trading-as-a-recession-resistant-skill/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 250, "char_start_idx": 206, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 280, "char_start_idx": 251, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/beginner-forex-trader-mindset/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 280, "char_start_idx": 251, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 320, "char_start_idx": 281, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/arranging-objectives-for-forex-trading/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 320, "char_start_idx": 281, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 350, "char_start_idx": 321, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/what-is-forex-trading-really/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 350, "char_start_idx": 321, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 351, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 351, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-breaking-item" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 351, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "container ktz-breaking-wrap" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 351, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "ktz-topnav", "navigation" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "nav" }, { "char_end_idx": 351, "char_start_idx": 351, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-home" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 355, "char_start_idx": 351, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://forex4live.com/", "Home" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 355, "char_start_idx": 351, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-941", "menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-941 ktz-columns-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 356, "char_start_idx": 356, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-compressed" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 360, "char_start_idx": 356, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://forex4live.com/blog/", "Blog style" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 361, "char_start_idx": 356, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-962", "menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-962 ktz-columns-2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 373, "char_start_idx": 361, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/testimonial.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 373, "char_start_idx": 361, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1084", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1084 ktz-columns-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 381, "char_start_idx": 374, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/order.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 381, "char_start_idx": 374, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1086", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1086 ktz-columns-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 392, "char_start_idx": 382, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/contact.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 392, "char_start_idx": 382, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1087", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1087 ktz-columns-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 406, "char_start_idx": 393, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/member.php" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 406, "char_start_idx": 393, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1088", "menu-item menu-item-type-custom menu-item-object-custom menu-item-1088 ktz-columns-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 414, "char_start_idx": 407, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 414, "char_start_idx": 407, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-1375", "menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1375 ktz-columns-2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 415, "char_start_idx": 351, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "topmenu", "sf-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "ul" }, { "char_end_idx": 415, "char_start_idx": 351, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-mainmenu" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "nav" }, { "char_end_idx": 415, "char_start_idx": 351, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-mainmenu-wrap container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 415, "char_start_idx": 415, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-mobilemenu" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 415, "char_start_idx": 415, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-mobilemenu-2" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "nav" }, { "char_end_idx": 415, "char_start_idx": 351, "html_attrs": { "attrs": [ "class", "data-spy", "data-offset-top" ], "values": [ "ktz-affixmenu", "affix", "154" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 419, "char_start_idx": 415, "html_attrs": { "attrs": [ "href", "rel", "property" ], "values": [ "https://forex4live.com", "v:url", "v:title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 419, "char_start_idx": 415, "html_attrs": { "attrs": [ "typeof" ], "values": [ "v:Breadcrumb" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 419, "char_start_idx": 415, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "li" }, { "char_end_idx": 425, "char_start_idx": 420, "html_attrs": { "attrs": [ "href", "rel", "property" ], "values": [ "https://forex4live.com/category/forex/", "v:url", "v:title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 425, "char_start_idx": 420, "html_attrs": { "attrs": [ "typeof" ], "values": [ "v:Breadcrumb" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 425, "char_start_idx": 420, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 440, "char_start_idx": 426, "html_attrs": { "attrs": [ "href", "rel", "property" ], "values": [ "https://forex4live.com/category/forex-articles/", "v:url", "v:title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 440, "char_start_idx": 426, "html_attrs": { "attrs": [ "typeof" ], "values": [ "v:Breadcrumb" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 440, "char_start_idx": 426, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 448, "char_start_idx": 441, "html_attrs": { "attrs": [ "href", "rel", "property" ], "values": [ "https://forex4live.com/category/gallery/", "v:url", "v:title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 448, "char_start_idx": 441, "html_attrs": { "attrs": [ "typeof" ], "values": [ "v:Breadcrumb" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 448, "char_start_idx": 441, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 490, "char_start_idx": 449, "html_attrs": { "attrs": [ "property" ], "values": [ "v:title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 490, "char_start_idx": 449, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 491, "char_start_idx": 415, "html_attrs": { "attrs": [ "class" ], "values": [ "breadcrumb btn-box" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "ol" }, { "char_end_idx": 491, "char_start_idx": 415, "html_attrs": { "attrs": [ "id", "class", "xmlns:v" ], "values": [ "main", "container breadcrumb-wrap", "http://rdf.data-vocabulary.org/#" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 532, "char_start_idx": 491, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-title clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h1" }, { "char_end_idx": 538, "char_start_idx": 533, "html_attrs": { "attrs": [ "class", "href", "title", "rel" ], "values": [ "url fn n", "https://forex4live.com/author/admin/", "View all posts by admin", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 538, "char_start_idx": 533, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-author vcard" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 566, "char_start_idx": 538, "html_attrs": { "attrs": [ "datetime", "pubdate" ], "values": [ "2018-10-05T11:47:01+00:00", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "time" }, { "char_end_idx": 567, "char_start_idx": 538, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://forex4live.com/3-lessons-from-trading-experience-in-2016/", "11:47 am", "bookmark" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 567, "char_start_idx": 538, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-date updated" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 577, "char_start_idx": 567, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/3-lessons-from-trading-experience-in-2016/#respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 577, "char_start_idx": 567, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-comment" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 587, "char_start_idx": 578, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-view" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 625, "char_start_idx": 588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "noscript" }, { "char_end_idx": 626, "char_start_idx": 533, "html_attrs": { "attrs": [ "class" ], "values": [ "metasingle-aftertitle ktz-inner-metasingle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 667, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 667, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "post-title entry-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "h1" }, { "char_end_idx": 697, "char_start_idx": 668, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 874, "char_start_idx": 861, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 905, "char_start_idx": 698, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 925, "char_start_idx": 906, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 938, "char_start_idx": 926, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 938, "char_start_idx": 668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 974, "char_start_idx": 939, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 974, "char_start_idx": 939, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 974, "char_start_idx": 939, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 1163, "char_start_idx": 975, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1163, "char_start_idx": 975, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1367, "char_start_idx": 1164, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1367, "char_start_idx": 1164, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1458, "char_start_idx": 1368, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1638, "char_start_idx": 1459, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1805, "char_start_idx": 1639, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1805, "char_start_idx": 1368, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1970, "char_start_idx": 1806, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2116, "char_start_idx": 1971, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2116, "char_start_idx": 1806, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2163, "char_start_idx": 2117, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 2163, "char_start_idx": 2117, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2163, "char_start_idx": 2117, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 2321, "char_start_idx": 2164, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2321, "char_start_idx": 2164, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2360, "char_start_idx": 2354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 2384, "char_start_idx": 2322, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2454, "char_start_idx": 2385, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2621, "char_start_idx": 2454, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2621, "char_start_idx": 2322, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2670, "char_start_idx": 2657, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 2672, "char_start_idx": 2622, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2860, "char_start_idx": 2673, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2860, "char_start_idx": 2622, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2895, "char_start_idx": 2883, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 2895, "char_start_idx": 2861, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "strong" }, { "char_end_idx": 2895, "char_start_idx": 2861, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2895, "char_start_idx": 2861, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 2966, "char_start_idx": 2959, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3054, "char_start_idx": 2896, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3054, "char_start_idx": 2896, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3132, "char_start_idx": 3055, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3188, "char_start_idx": 3133, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3188, "char_start_idx": 3055, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3290, "char_start_idx": 3189, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3442, "char_start_idx": 3430, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 3444, "char_start_idx": 3291, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3516, "char_start_idx": 3508, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3584, "char_start_idx": 3445, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3731, "char_start_idx": 3585, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3731, "char_start_idx": 3189, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3868, "char_start_idx": 3732, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3939, "char_start_idx": 3869, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3961, "char_start_idx": 3939, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3961, "char_start_idx": 3732, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4069, "char_start_idx": 3962, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4216, "char_start_idx": 4070, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4311, "char_start_idx": 4217, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4435, "char_start_idx": 4312, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4467, "char_start_idx": 4436, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4467, "char_start_idx": 3962, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4514, "char_start_idx": 4501, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 4584, "char_start_idx": 4468, "html_attrs": { "attrs": [ "class" ], "values": [ "notranslate" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 4584, "char_start_idx": 4468, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 4596, "char_start_idx": 4585, "html_attrs": { "attrs": [ "class" ], "values": [ "sd-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 4597, "char_start_idx": 4597, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 4644, "char_start_idx": 4597, "html_attrs": { "attrs": [ "class" ], "values": [ "sharing-screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 4644, "char_start_idx": 4597, "html_attrs": { "attrs": [ "rel", "data-shared", "class", "href", "target", "title" ], "values": [ "nofollow noopener noreferrer", "sharing-twitter-4379", "share-twitter sd-button share-icon no-text", "https://forex4live.com/3-lessons-from-trading-experience-in-2016/?share=twitter", "_blank", "Click to share on Twitter" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4644, "char_start_idx": 4597, "html_attrs": { "attrs": [ "class" ], "values": [ "share-twitter" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 4645, "char_start_idx": 4645, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 4693, "char_start_idx": 4645, "html_attrs": { "attrs": [ "class" ], "values": [ "sharing-screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 4693, "char_start_idx": 4645, "html_attrs": { "attrs": [ "rel", "data-shared", "class", "href", "target", "title" ], "values": [ "nofollow noopener noreferrer", "sharing-facebook-4379", "share-facebook sd-button share-icon no-text", "https://forex4live.com/3-lessons-from-trading-experience-in-2016/?share=facebook", "_blank", "Click to share on Facebook" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4693, "char_start_idx": 4645, "html_attrs": { "attrs": [ "class" ], "values": [ "share-facebook" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4694, "char_start_idx": 4694, "html_attrs": { "attrs": [ "class" ], "values": [ "share-end" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4694, "char_start_idx": 4597, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 4694, "char_start_idx": 4597, "html_attrs": { "attrs": [ "class" ], "values": [ "sd-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4694, "char_start_idx": 4585, "html_attrs": { "attrs": [ "class" ], "values": [ "sharedaddy sd-sharing-enabled robots-nocontent sd-block sd-social sd-social-icon sd-sharing" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4694, "char_start_idx": 626, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content ktz-wrap-content-single clearfix" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4694, "char_start_idx": 491, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-single-box entry-body" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 4750, "char_start_idx": 4694, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 4750, "char_start_idx": 4694, "html_attrs": { "attrs": [ "class" ], "values": [ "related-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "h2" }, { "char_end_idx": 4751, "char_start_idx": 4751, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-related-post row" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4751, "char_start_idx": 4694, "html_attrs": { "attrs": [ "class" ], "values": [ "relpost" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5161, "char_start_idx": 4751, "html_attrs": { "attrs": [ "class" ], "values": [ "author-desc" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5162, "char_start_idx": 4751, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-10" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5162, "char_start_idx": 4751, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-authorbox row" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5162, "char_start_idx": 5162, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ktz-postnav", "row" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 5162, "char_start_idx": 491, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-4379", "ktz-single post-4379 post type-post status-publish format-standard has-post-thumbnail hentry category-forex category-forex-articles category-gallery tag-forex tag-forex-strategies tag-forex-trading tag-trading" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "article" }, { "char_end_idx": 5162, "char_start_idx": 491, "html_attrs": { "attrs": [ "class" ], "values": [ "new-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "section" }, { "char_end_idx": 5232, "char_start_idx": 5220, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/3-lessons-from-trading-experience-in-2016/#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5232, "char_start_idx": 5220, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 5232, "char_start_idx": 5162, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "h3" }, { "char_end_idx": 5233, "char_start_idx": 5162, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "respond", "comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 5233, "char_start_idx": 5162, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "tab-pane wrapcomment", "comtemplate" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5233, "char_start_idx": 5162, "html_attrs": { "attrs": [ "class" ], "values": [ "tab-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5233, "char_start_idx": 5162, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "tab-comment-wrap", "comments" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5233, "char_start_idx": 491, "html_attrs": { "attrs": [ "role", "class" ], "values": [ "main", "main col-md-8" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5233, "char_start_idx": 5233, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "search-2", "widget widget_search" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "aside" }, { "char_end_idx": 5233, "char_start_idx": 5233, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ktz-facebook-2", "widget ktz_facebook" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "aside" }, { "char_end_idx": 5244, "char_start_idx": 5233, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-blocktitle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 5244, "char_start_idx": 5233, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "h4" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Stoploss-38eqgf3jjet79atz0mkv0q.png", "media-object ktz-lazyload", "Stop Loss in forex trading.", "100", "90", "Stop Loss in forex trading." ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/stop-loss-in-forex-trading/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Stop Loss in forex trading." ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/forex-trading-3-38bo05nwuqwvtyzhmkdjii.png", "media-object ktz-lazyload", "Forex is boring, but beautiful.", "100", "90", "Forex is boring, but beautiful." ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/forex-is-boring-but-beautiful/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Forex is boring, but beautiful." ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-12-38bne83145hjt4d172l62y.jpg", "media-object ktz-lazyload", "Slippage in Forex Trading", "100", "90", "Slippage in Forex Trading" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/slippage-in-forex-trading/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Slippage in Forex Trading" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 13, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-13-38bna3keibgyvs2jx6251m.jpg", "media-object ktz-lazyload", "Fundamental Analysis on the Forex Market", "100", "90", "Fundamental Analysis on the Forex Market" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 21, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/fundamental-analysis-on-the-forex-market/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Fundamental Analysis on the Forex Market" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 20, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 25, "type": "local", "value": "span" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 24, "type": "local", "value": "div" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 28, "relative_start_pos": 19, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/forex-trading-1-38bmoz9gtw8ie8d88icjka.png", "media-object ktz-lazyload", "Get to know Elliot Wave History in Forex Trading", "100", "90", "Get to know Elliot Wave History in Forex Trading" ] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 31, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/get-to-know-elliot-wave-history-in-forex-trading/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Get to know Elliot Wave History in Forex Trading" ] }, "key": "html", "relative_end_pos": 33, "relative_start_pos": 30, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 36, "relative_start_pos": 35, "type": "local", "value": "span" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 37, "relative_start_pos": 34, "type": "local", "value": "div" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 38, "relative_start_pos": 29, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-recent-list ktz-widgetcolor" ] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 5245, "char_start_idx": 5233, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ktz-recent-posts-1", "widget ktz_recent_post clearfix" ] }, "key": "html", "relative_end_pos": 40, "relative_start_pos": 10, "type": "local", "value": "aside" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Stoploss-38eqgf3jjet79atz0mkv0q.png", "media-object ktz-lazyload", "Stop Loss in forex trading.", "100", "90", "Stop Loss in forex trading." ] }, "key": "html", "relative_end_pos": 48, "relative_start_pos": 47, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/stop-loss-in-forex-trading/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Stop Loss in forex trading." ] }, "key": "html", "relative_end_pos": 49, "relative_start_pos": 46, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 50, "relative_start_pos": 45, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/forex-17-36b3ip42fwcuanx052lngq.jpg", "media-object ktz-lazyload", "Foreign Exchange Spot Transactions", "100", "90", "Foreign Exchange Spot Transactions" ] }, "key": "html", "relative_end_pos": 54, "relative_start_pos": 53, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/foreign-exchange-spot-transactions/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Foreign Exchange Spot Transactions" ] }, "key": "html", "relative_end_pos": 55, "relative_start_pos": 52, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 56, "relative_start_pos": 51, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/forex4live_009-36b3k9s3xuqrojk6uqzdai.jpg", "media-object ktz-lazyload", "The Last Forex Kiss", "100", "90", "The Last Forex Kiss" ] }, "key": "html", "relative_end_pos": 60, "relative_start_pos": 59, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/the-last-forex-kiss/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to The Last Forex Kiss" ] }, "key": "html", "relative_end_pos": 61, "relative_start_pos": 58, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 62, "relative_start_pos": 57, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/002-36bqkg3beo343m53lhrg96.gif", "media-object ktz-lazyload", "Developing and Implementing Trading Systems", "100", "90", "Developing and Implementing Trading Systems" ] }, "key": "html", "relative_end_pos": 66, "relative_start_pos": 65, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/developing-and-implementing-trading-systems/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Developing and Implementing Trading Systems" ] }, "key": "html", "relative_end_pos": 67, "relative_start_pos": 64, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 68, "relative_start_pos": 63, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/forex4live-36bqkwjvmzws5yxb1yzci2.jpg", "media-object ktz-lazyload", "Comparison: Discretionary versus Mechanical System Trader", "100", "90", "Comparison: Discretionary versus Mechanical System Trader" ] }, "key": "html", "relative_end_pos": 72, "relative_start_pos": 71, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/comparison-discretionary-versus-mechanical-system-trader/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Comparison: Discretionary versus Mechanical System Trader" ] }, "key": "html", "relative_end_pos": 73, "relative_start_pos": 70, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 76, "relative_start_pos": 75, "type": "local", "value": "span" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 77, "relative_start_pos": 74, "type": "local", "value": "div" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 78, "relative_start_pos": 69, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "content-tabs ktz-recent-list" ] }, "key": "html", "relative_end_pos": 79, "relative_start_pos": 44, "type": "local", "value": "ul" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "tab-pane active", "popular" ] }, "key": "html", "relative_end_pos": 80, "relative_start_pos": 43, "type": "local", "value": "div" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex4live-indigo-2018-4-1-370fxa5d4kyrfrqwpdenm2.jpg", "media-object ktz-lazyload", "FOREX SIGNALS", "100", "90", "FOREX SIGNALS" ] }, "key": "html", "relative_end_pos": 86, "relative_start_pos": 85, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/forex-signals/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to FOREX SIGNALS" ] }, "key": "html", "relative_end_pos": 87, "relative_start_pos": 84, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 88, "relative_start_pos": 83, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-23-37yf0wvt0mgv1ee6tco1ze.jpg", "media-object ktz-lazyload", "Forex trading as a recession-resistant skill", "100", "90", "Forex trading as a recession-resistant skill" ] }, "key": "html", "relative_end_pos": 92, "relative_start_pos": 91, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/forex-trading-as-a-recession-resistant-skill/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Forex trading as a recession-resistant skill" ] }, "key": "html", "relative_end_pos": 93, "relative_start_pos": 90, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 94, "relative_start_pos": 89, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex4Live-Forex-Signal-56-36chgjt3vg9yfl7rbxkwsq.jpg", "media-object ktz-lazyload", "Introduction of Harmonic Patterns", "100", "90", "Introduction of Harmonic Patterns" ] }, "key": "html", "relative_end_pos": 98, "relative_start_pos": 97, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/introduction-of-harmonic-patterns/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Introduction of Harmonic Patterns" ] }, "key": "html", "relative_end_pos": 99, "relative_start_pos": 96, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 100, "relative_start_pos": 95, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-28-37xa168f5bdllm7xwj40sq.jpg", "media-object ktz-lazyload", "Beginner Forex Trader Mindset", "100", "90", "Beginner Forex Trader Mindset" ] }, "key": "html", "relative_end_pos": 104, "relative_start_pos": 103, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/beginner-forex-trader-mindset/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Beginner Forex Trader Mindset" ] }, "key": "html", "relative_end_pos": 105, "relative_start_pos": 102, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 106, "relative_start_pos": 101, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-36-37x9ygh8hop3fvho8l9w5m.jpg", "media-object ktz-lazyload", "Arranging Objectives for Forex trading.", "100", "90", "Arranging Objectives for Forex trading." ] }, "key": "html", "relative_end_pos": 110, "relative_start_pos": 109, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/arranging-objectives-for-forex-trading/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Arranging Objectives for Forex trading." ] }, "key": "html", "relative_end_pos": 111, "relative_start_pos": 108, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 112, "relative_start_pos": 107, "type": "local", "value": "li" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "content-tabs ktz-recent-list" ] }, "key": "html", "relative_end_pos": 113, "relative_start_pos": 82, "type": "local", "value": "ul" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "tab-pane", "comment" ] }, "key": "html", "relative_end_pos": 114, "relative_start_pos": 81, "type": "local", "value": "div" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex4live-indigo-2018-4-1-370fxa5d4kyrfrqwpdenm2.jpg", "media-object ktz-lazyload", "FOREX SIGNALS", "100", "90", "FOREX SIGNALS" ] }, "key": "html", "relative_end_pos": 120, "relative_start_pos": 119, "type": "local", "value": "img" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/forex-signals/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to FOREX SIGNALS" ] }, "key": "html", "relative_end_pos": 121, "relative_start_pos": 118, "type": "local", "value": "a" }, { "char_end_idx": 5245, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 124, "relative_start_pos": 123, "type": "local", "value": "span" }, { "char_end_idx": 5282, "char_start_idx": 5245, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 126, "type": "local", "value": "noscript" }, { "char_end_idx": 5283, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 125, "type": "local", "value": "div" }, { "char_end_idx": 5283, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 122, "type": "local", "value": "div" }, { "char_end_idx": 5283, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 117, "type": "local", "value": "li" }, { "char_end_idx": 5283, "char_start_idx": 5283, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-36-37x9ygh8hop3fvho8l9w5m.jpg", "media-object ktz-lazyload", "Arranging Objectives for Forex trading.", "100", "90", "Arranging Objectives for Forex trading." ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 5283, "char_start_idx": 5283, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/arranging-objectives-for-forex-trading/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Arranging Objectives for Forex trading." ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5283, "char_start_idx": 5283, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5320, "char_start_idx": 5283, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "noscript" }, { "char_end_idx": 5321, "char_start_idx": 5283, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 5321, "char_start_idx": 5283, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5321, "char_start_idx": 5283, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5321, "char_start_idx": 5321, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-28-37xa168f5bdllm7xwj40sq.jpg", "media-object ktz-lazyload", "Beginner Forex Trader Mindset", "100", "90", "Beginner Forex Trader Mindset" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 5321, "char_start_idx": 5321, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/beginner-forex-trader-mindset/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Beginner Forex Trader Mindset" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5321, "char_start_idx": 5321, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5358, "char_start_idx": 5321, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "noscript" }, { "char_end_idx": 5359, "char_start_idx": 5321, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 5359, "char_start_idx": 5321, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5359, "char_start_idx": 5321, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5359, "char_start_idx": 5359, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/Forex-23-37yf0wvt0mgv1ee6tco1ze.jpg", "media-object ktz-lazyload", "Forex trading as a recession-resistant skill", "100", "90", "Forex trading as a recession-resistant skill" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 5359, "char_start_idx": 5359, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/forex-trading-as-a-recession-resistant-skill/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to Forex trading as a recession-resistant skill" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5359, "char_start_idx": 5359, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5359, "char_start_idx": 5359, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-stars-outer ktz-star-widget" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 5396, "char_start_idx": 5359, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "noscript" }, { "char_end_idx": 5397, "char_start_idx": 5359, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 5397, "char_start_idx": 5359, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5397, "char_start_idx": 5359, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5397, "char_start_idx": 5397, "html_attrs": { "attrs": [ "src", "data-src", "class", "alt", "width", "height", "title" ], "values": [ "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", "https://forex4live.com/wp-content/uploads/ktz/forex-trading-7-37wtkow4odkkqixijk47pm.jpg", "media-object ktz-lazyload", "What Is Forex Trading Really?", "100", "90", "What Is Forex Trading Really?" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 5397, "char_start_idx": 5397, "html_attrs": { "attrs": [ "href", "class", "title" ], "values": [ "https://forex4live.com/what-is-forex-trading-really/", "link_thumbnail ktz_thumbnail pull-left ktz_thumbnail_standard", "Permalink to What Is Forex Trading Really?" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 5397, "char_start_idx": 5397, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-left ktz-caret" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 5434, "char_start_idx": 5397, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "noscript" }, { "char_end_idx": 5435, "char_start_idx": 5397, "html_attrs": { "attrs": [ "class" ], "values": [ "meta-post" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 5435, "char_start_idx": 5397, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-content-related" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5435, "char_start_idx": 5397, "html_attrs": { "attrs": [ "class" ], "values": [ "clearfix" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5435, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "content-tabs ktz-recent-list" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 116, "type": "local", "value": "ul" }, { "char_end_idx": 5435, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "tab-pane", "rate" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 115, "type": "local", "value": "div" }, { "char_end_idx": 5451, "char_start_idx": 5435, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/best-forex-robot/", "tag-cloud-link tag-link-135 tag-link-position-1", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 5451, "char_start_idx": 5435, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 5469, "char_start_idx": 5452, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/best-forex-system/", "tag-cloud-link tag-link-136 tag-link-position-2", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5469, "char_start_idx": 5452, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5496, "char_start_idx": 5470, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/buy-sell-signal-indicators/", "tag-cloud-link tag-link-134 tag-link-position-3", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5496, "char_start_idx": 5470, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5511, "char_start_idx": 5497, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/expert-advisor/", "tag-cloud-link tag-link-119 tag-link-position-4", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5511, "char_start_idx": 5497, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5528, "char_start_idx": 5512, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/foreign-exchange/", "tag-cloud-link tag-link-171 tag-link-position-5", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5528, "char_start_idx": 5512, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5534, "char_start_idx": 5529, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex/", "tag-cloud-link tag-link-85 tag-link-position-6", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5534, "char_start_idx": 5529, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5545, "char_start_idx": 5535, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex4live/", "tag-cloud-link tag-link-89 tag-link-position-7", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5545, "char_start_idx": 5535, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5563, "char_start_idx": 5546, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex4live-review/", "tag-cloud-link tag-link-120 tag-link-position-8", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5563, "char_start_idx": 5546, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5578, "char_start_idx": 5564, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-accurate/", "tag-cloud-link tag-link-91 tag-link-position-9", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5578, "char_start_idx": 5564, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5601, "char_start_idx": 5579, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-buy-sell-signals/", "tag-cloud-link tag-link-132 tag-link-position-10", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5601, "char_start_idx": 5579, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5610, "char_start_idx": 5602, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-ea/", "tag-cloud-link tag-link-118 tag-link-position-11", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5610, "char_start_idx": 5602, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5627, "char_start_idx": 5611, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-indicators/", "tag-cloud-link tag-link-103 tag-link-position-12", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5627, "char_start_idx": 5611, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5640, "char_start_idx": 5628, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-market/", "tag-cloud-link tag-link-106 tag-link-position-13", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5640, "char_start_idx": 5628, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5667, "char_start_idx": 5641, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-no-repaint-indicator/", "tag-cloud-link tag-link-133 tag-link-position-14", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5667, "char_start_idx": 5641, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5679, "char_start_idx": 5668, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-robot/", "tag-cloud-link tag-link-117 tag-link-position-15", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5679, "char_start_idx": 5668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5692, "char_start_idx": 5680, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-signal/", "tag-cloud-link tag-link-95 tag-link-position-16", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5692, "char_start_idx": 5680, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5706, "char_start_idx": 5693, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-signals/", "tag-cloud-link tag-link-90 tag-link-position-17", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5706, "char_start_idx": 5693, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5721, "char_start_idx": 5707, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-strategy/", "tag-cloud-link tag-link-93 tag-link-position-18", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5721, "char_start_idx": 5707, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5734, "char_start_idx": 5722, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-system/", "tag-cloud-link tag-link-114 tag-link-position-19", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5734, "char_start_idx": 5722, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5748, "char_start_idx": 5735, "html_attrs": { "attrs": [ "href", "class", "style" ], "values": [ "https://forex4live.com/tag/forex-trading/", "tag-cloud-link tag-link-96 tag-link-position-20", "font-size: 10pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5748, "char_start_idx": 5735, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5749, "char_start_idx": 5435, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "wp-tag-cloud", "list" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 5749, "char_start_idx": 5435, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "tab-pane tagcloud clearfix", "tag" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5749, "char_start_idx": 5245, "html_attrs": { "attrs": [ "class" ], "values": [ "tab-content" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 42, "type": "local", "value": "div" }, { "char_end_idx": 5749, "char_start_idx": 5245, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ktz_tabber-2", "widget ktz_tabber" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 41, "type": "local", "value": "aside" }, { "char_end_idx": 5761, "char_start_idx": 5749, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-blocktitle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 5761, "char_start_idx": 5749, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "h4" }, { "char_end_idx": 5762, "char_start_idx": 5762, "html_attrs": { "attrs": [ "class", "data-src", "alt" ], "values": [ "lazyOwl", "https://forex4live.com/wp-content/uploads/ktz/Forex-Financial-Management-36udoc6pdv2jvfta34y5fu.png", "A Simple Explanation About Forex Trading, Beginner Traders Must Know!" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 5762, "char_start_idx": 5762, "html_attrs": { "attrs": [ "class" ], "values": [ "fontawesome ktzfo-caret-up ktz-caret" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "span" }, { "char_end_idx": 5831, "char_start_idx": 5762, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-slidertittle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "h6" }, { "char_end_idx": 5832, "char_start_idx": 5762, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-posttitle ktz-boxtittle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5832, "char_start_idx": 5762, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://forex4live.com/a-simple-explanation-about-forex-trading-beginner-traders-must-know/", "Permalink to A Simple Explanation About Forex Trading, Beginner Traders Must Know!" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5832, "char_start_idx": 5762, "html_attrs": { "attrs": [ "class" ], "values": [ "item" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5832, "char_start_idx": 5762, "html_attrs": { "attrs": [ "class" ], "values": [ "widget_carousel list_carousel ktz-widgetcolor ktzcarousel-widget owl-carousel owl-theme" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 5832, "char_start_idx": 5749, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ktz-recent-posts-carousel-3", "widget ktz_recent_post_carosuel clearfix" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "aside" }, { "char_end_idx": 5832, "char_start_idx": 5832, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ktz-banner-7", "widget ktz_banner" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "aside" }, { "char_end_idx": 5842, "char_start_idx": 5832, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "caption" }, { "char_end_idx": 5844, "char_start_idx": 5843, "html_attrs": { "attrs": [ "scope", "title" ], "values": [ "col", "Monday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "th" }, { "char_end_idx": 5846, "char_start_idx": 5845, "html_attrs": { "attrs": [ "scope", "title" ], "values": [ "col", "Tuesday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 5848, "char_start_idx": 5847, "html_attrs": { "attrs": [ "scope", "title" ], "values": [ "col", "Wednesday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 5850, "char_start_idx": 5849, "html_attrs": { "attrs": [ "scope", "title" ], "values": [ "col", "Thursday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 5852, "char_start_idx": 5851, "html_attrs": { "attrs": [ "scope", "title" ], "values": [ "col", "Friday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 5854, "char_start_idx": 5853, "html_attrs": { "attrs": [ "scope", "title" ], "values": [ "col", "Saturday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 5856, "char_start_idx": 5855, "html_attrs": { "attrs": [ "scope", "title" ], "values": [ "col", "Sunday" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 5857, "char_start_idx": 5843, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 5857, "char_start_idx": 5843, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "thead" }, { "char_end_idx": 5862, "char_start_idx": 5857, "html_attrs": { "attrs": [ "href" ], "values": [ "https://forex4live.com/2019/02/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 5862, "char_start_idx": 5857, "html_attrs": { "attrs": [ "colspan", "id" ], "values": [ "3", "prev" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 5863, "char_start_idx": 5863, "html_attrs": { "attrs": [ "class" ], "values": [ "pad" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5863, "char_start_idx": 5863, "html_attrs": { "attrs": [ "colspan", "id", "class" ], "values": [ "3", "next", "pad" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 5863, "char_start_idx": 5857, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 5863, "char_start_idx": 5857, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "tfoot" }, { "char_end_idx": 5864, "char_start_idx": 5863, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "td" }, { "char_end_idx": 5866, "char_start_idx": 5865, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5868, "char_start_idx": 5867, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5870, "char_start_idx": 5869, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5872, "char_start_idx": 5871, "html_attrs": { "attrs": [ "href", "aria-label" ], "values": [ "https://forex4live.com/2019/04/05/", "Posts published on April 5, 2019" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5872, "char_start_idx": 5871, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5874, "char_start_idx": 5873, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5876, "char_start_idx": 5875, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5877, "char_start_idx": 5863, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "tr" }, { "char_end_idx": 5878, "char_start_idx": 5877, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 5880, "char_start_idx": 5879, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5883, "char_start_idx": 5881, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5886, "char_start_idx": 5884, "html_attrs": { "attrs": [ "href", "aria-label" ], "values": [ "https://forex4live.com/2019/04/11/", "Posts published on April 11, 2019" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5886, "char_start_idx": 5884, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5889, "char_start_idx": 5887, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5892, "char_start_idx": 5890, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5895, "char_start_idx": 5893, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5896, "char_start_idx": 5877, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 5898, "char_start_idx": 5896, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 5901, "char_start_idx": 5899, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5904, "char_start_idx": 5902, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5907, "char_start_idx": 5905, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5910, "char_start_idx": 5908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5913, "char_start_idx": 5911, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5916, "char_start_idx": 5914, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5917, "char_start_idx": 5896, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 5919, "char_start_idx": 5917, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 5922, "char_start_idx": 5920, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5925, "char_start_idx": 5923, "html_attrs": { "attrs": [ "href", "aria-label" ], "values": [ "https://forex4live.com/2019/04/24/", "Posts published on April 24, 2019" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5925, "char_start_idx": 5923, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5928, "char_start_idx": 5926, "html_attrs": { "attrs": [ "id" ], "values": [ "today" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5931, "char_start_idx": 5929, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5934, "char_start_idx": 5932, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5937, "char_start_idx": 5935, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5938, "char_start_idx": 5917, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 5940, "char_start_idx": 5938, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 5943, "char_start_idx": 5941, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5944, "char_start_idx": 5944, "html_attrs": { "attrs": [ "class", "colspan" ], "values": [ "pad", "5" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 5944, "char_start_idx": 5938, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 5944, "char_start_idx": 5863, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "tbody" }, { "char_end_idx": 5944, "char_start_idx": 5832, "html_attrs": { "attrs": [ "id" ], "values": [ "wp-calendar" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 9, "type": "local", "value": "table" }, { "char_end_idx": 5944, "char_start_idx": 5832, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "calendar_wrap", "calendar_wrap" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5944, "char_start_idx": 5832, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "calendar-1", "widget widget_calendar" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 7, "type": "local", "value": "aside" }, { "char_end_idx": 5944, "char_start_idx": 5233, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "sbar col-md-4 widget-area wrapwidget", "complementary" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 5944, "char_start_idx": 491, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5944, "char_start_idx": 491, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-12" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 5944, "char_start_idx": 491, "html_attrs": { "attrs": [ "class" ], "values": [ "container row" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 5944, "char_start_idx": 415, "html_attrs": { "attrs": [ "class" ], "values": [ "inner-responsive" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 5944, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "ktz-allwrap" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5944, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "post-template-default single single-post postid-4379 single-format-standard kentooz", "top" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 27, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Stop Loss in forex trading." }, { "char_end_idx": 59, "char_start_idx": 27, "key": "paragraph", "marker": "li", "type": "local", "value": "\nForex is boring, but beautiful." }, { "char_end_idx": 85, "char_start_idx": 59, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSlippage in Forex Trading" }, { "char_end_idx": 126, "char_start_idx": 85, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFundamental Analysis on the Forex Market" }, { "char_end_idx": 175, "char_start_idx": 126, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGet to know Elliot Wave History in Forex Trading" }, { "char_end_idx": 205, "char_start_idx": 175, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransfer – Forex Trading Stay" }, { "char_end_idx": 250, "char_start_idx": 205, "key": "paragraph", "marker": "li", "type": "local", "value": "\nForex trading as a recession-resistant skill" }, { "char_end_idx": 280, "char_start_idx": 250, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBeginner Forex Trader Mindset" }, { "char_end_idx": 320, "char_start_idx": 280, "key": "paragraph", "marker": "li", "type": "local", "value": "\nArranging Objectives for Forex trading." }, { "char_end_idx": 350, "char_start_idx": 320, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWhat Is Forex Trading Really?" }, { "char_end_idx": 351, "char_start_idx": 350, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 355, "char_start_idx": 351, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 361, "char_start_idx": 355, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog\n" }, { "char_end_idx": 373, "char_start_idx": 361, "key": "paragraph", "marker": "li", "type": "local", "value": "Testimonials" }, { "char_end_idx": 381, "char_start_idx": 373, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBuy Now" }, { "char_end_idx": 392, "char_start_idx": 381, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact Us" }, { "char_end_idx": 406, "char_start_idx": 392, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMember Log In" }, { "char_end_idx": 414, "char_start_idx": 406, "key": "paragraph", "marker": "li", "type": "local", "value": "\nProduct" }, { "char_end_idx": 415, "char_start_idx": 414, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 419, "char_start_idx": 415, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 425, "char_start_idx": 419, "key": "paragraph", "marker": "li", "type": "local", "value": "\nForex" }, { "char_end_idx": 440, "char_start_idx": 425, "key": "paragraph", "marker": "li", "type": "local", "value": "\nForex Articles" }, { "char_end_idx": 448, "char_start_idx": 440, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGallery" }, { "char_end_idx": 490, "char_start_idx": 448, "key": "paragraph", "marker": "li", "type": "local", "value": "\n3 Lessons From Trading Experience in 2016" }, { "char_end_idx": 491, "char_start_idx": 490, "key": "paragraph", "marker": "ol", "type": "local", "value": "\n" }, { "char_end_idx": 532, "char_start_idx": 491, "key": "paragraph", "marker": "h1", "type": "local", "value": "3 Lessons From Trading Experience in 2016" }, { "char_end_idx": 626, "char_start_idx": 532, "key": "paragraph", "marker": "div", "type": "local", "value": "\nadmin October 5th, 2018, 11:47 am No comment 189 views\nYou need to enable JavaScript to vote\n" }, { "char_end_idx": 667, "char_start_idx": 626, "key": "paragraph", "marker": "h1", "type": "local", "value": "3 Lessons From Trading Experience in 2016" }, { "char_end_idx": 939, "char_start_idx": 667, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe year 2016 has just ended. Market movements in 2016 can be said to be rather “crowded” and in fact there are at least three important things that we can make as lessons for dealing with the forex trading market in the following years. What are you doing? Let’s start.\n" }, { "char_end_idx": 974, "char_start_idx": 939, "key": "paragraph", "marker": "h3", "type": "local", "value": "1. Don’t rush to “chase” big events" }, { "char_end_idx": 1164, "char_start_idx": 974, "key": "paragraph", "marker": "p", "type": "local", "value": "\nVolatility is indeed a “good friend” for short-term traders and in fact indeed the best time to “catch” opportunities in volatility is when there is big economic data or geopolitical news.\n" }, { "char_end_idx": 1368, "char_start_idx": 1164, "key": "paragraph", "marker": "p", "type": "local", "value": "In 2016 alone we can see that there are a number of major events that trigger significant volatility, such as the Brexit referendum and the United States presidential election (US presidential election).\n" }, { "char_end_idx": 1806, "char_start_idx": 1368, "key": "paragraph", "marker": "p", "type": "local", "value": "Many traders try to “guess” price movements even before the two big events are proclaimed. Those who “bet” that Britain will remain in EU membership, or those who believe that Donald Trump will not win the US presidential election, have not succeeded in making a profit. Even the “stronghold” of traders who think Donald Trump’s victory will be bad for the USD must also bow to the ground when market sentiment turns 180 degrees quickly.\n" }, { "char_end_idx": 2117, "char_start_idx": 1806, "key": "paragraph", "marker": "p", "type": "local", "value": "The lesson that can be taken from this event is that there are times when we have to be patient to let the market turmoil subside a little before making a decision. Because there are often many opportunities to capture small corrections as the formation of a clear trend, which can last for weeks, even months.\n" }, { "char_end_idx": 2163, "char_start_idx": 2117, "key": "paragraph", "marker": "h3", "type": "local", "value": "2. Remember always: “The trend is your friend”" }, { "char_end_idx": 2322, "char_start_idx": 2163, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThe phrase “the trend is your friend” – maybe – for some traders it sounds outdated, that’s probably why they tend to ignore this most basic trading concept.\n" }, { "char_end_idx": 2622, "char_start_idx": 2322, "key": "paragraph", "marker": "p", "type": "local", "value": "Our main task as a trader is to manage risk when we are wrong. One of the implementations is to minimize losses as much as possible.Conversely, when we are right (profit), then the challenge faced is to maximize the profit and this is possible if we make transactions in line with the ongoing trend.\n" }, { "char_end_idx": 2861, "char_start_idx": 2622, "key": "paragraph", "marker": "p", "type": "local", "value": "That’s the interesting thing about forex trading . If risk management is carried out correctly and combined with complying with the concept of “the trend is your friend”, then the potential to increase profits will far outweigh the risks.\n" }, { "char_end_idx": 2895, "char_start_idx": 2861, "key": "paragraph", "marker": "h3", "type": "local", "value": "3. Be faithful to the trading plan" }, { "char_end_idx": 3055, "char_start_idx": 2895, "key": "paragraph", "marker": "p", "type": "local", "value": "\nClassic mistakes and always repetitive – and is a “big sin” in trading – what traders often do is “betrayal” of the trading plan that they compose themselves.\n" }, { "char_end_idx": 3189, "char_start_idx": 3055, "key": "paragraph", "marker": "p", "type": "local", "value": "There are many things that can cause a trader to betray his own trading plan. Among them is the loss of confidence due to new losses.\n" }, { "char_end_idx": 3732, "char_start_idx": 3189, "key": "paragraph", "marker": "p", "type": "local", "value": "You should consider each transaction as a “new beginning”, so that you can still maintain confidence. Do not let the losses experienced make you become too cautious, thus reducing the risk tolerance limit from what has been specified in the trading plan . Do not limit the potential benefits that can be generated by a strategy that is already good just because fear will experience more losses. Lowering the risk tolerance limit just because fears like this will actually make it harder for you to cover the losses that have occurred before.\n" }, { "char_end_idx": 3962, "char_start_idx": 3732, "key": "paragraph", "marker": "p", "type": "local", "value": "There is no reason to – for example – reduce risk tolerance per transaction from 10% to 5% just because you experienced a previous loss. That should be able to enter a position of 1 lot, reduced to 0.5 lots.This is not necessary.\n" }, { "char_end_idx": 4468, "char_start_idx": 3962, "key": "paragraph", "marker": "p", "type": "local", "value": "On the contrary, there are also many traders who then feel too confident because they only get big profits. For example, there are traders who had a big profit because they managed to get a chance from the movement of GBPUSD during the Brexit referendum. In the next transaction, because he felt angry, he became more aggressive and doubled the lot. This is dangerous because when he experiences a loss, it quickly eliminates the profits that have been obtained previously. Fatal error in risk management.\n" }, { "char_end_idx": 4585, "char_start_idx": 4468, "key": "paragraph", "marker": "p", "type": "local", "value": "Hopefully in 2017 we can improve forex trading performance by taking lessons from the mistakes we have made in 2016.\n" }, { "char_end_idx": 4596, "char_start_idx": 4585, "key": "paragraph", "marker": "h3", "type": "local", "value": "Share this:" }, { "char_end_idx": 4644, "char_start_idx": 4596, "key": "paragraph", "marker": "li", "type": "local", "value": "\nClick to share on Twitter (Opens in new window)" }, { "char_end_idx": 4693, "char_start_idx": 4644, "key": "paragraph", "marker": "li", "type": "local", "value": "\nClick to share on Facebook (Opens in new window)" }, { "char_end_idx": 4694, "char_start_idx": 4693, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4750, "char_start_idx": 4694, "key": "paragraph", "marker": "h2", "type": "local", "value": "Related Post \"3 Lessons From Trading Experience in 2016\"" }, { "char_end_idx": 4751, "char_start_idx": 4750, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5161, "char_start_idx": 4751, "key": "paragraph", "marker": "div", "type": "local", "value": "Forex4Live.com is a forex trading system website that started to be published since 2011 and has been used by thousands of traders around the world. The system is very simple and accurate, priced at $ 167 for a lifetime membership with no monthly fees or hidden fees. Our team created this system by testing thousands of indicators then selecting 23 indicators and combining them into one great trading system." }, { "char_end_idx": 5162, "char_start_idx": 5161, "key": "paragraph", "marker": "article", "type": "local", "value": "\n" }, { "char_end_idx": 5232, "char_start_idx": 5162, "key": "paragraph", "marker": "h3", "type": "local", "value": "Leave a reply \"3 Lessons From Trading Experience in 2016\" Cancel reply" }, { "char_end_idx": 5233, "char_start_idx": 5232, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5244, "char_start_idx": 5233, "key": "paragraph", "marker": "h4", "type": "local", "value": "Recent post" }, { "char_end_idx": 5245, "char_start_idx": 5244, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 5283, "char_start_idx": 5245, "key": "paragraph", "marker": "div", "type": "local", "value": "You need to enable JavaScript to vote\n" }, { "char_end_idx": 5321, "char_start_idx": 5283, "key": "paragraph", "marker": "div", "type": "local", "value": "You need to enable JavaScript to vote\n" }, { "char_end_idx": 5359, "char_start_idx": 5321, "key": "paragraph", "marker": "div", "type": "local", "value": "You need to enable JavaScript to vote\n" }, { "char_end_idx": 5397, "char_start_idx": 5359, "key": "paragraph", "marker": "div", "type": "local", "value": "You need to enable JavaScript to vote\n" }, { "char_end_idx": 5435, "char_start_idx": 5397, "key": "paragraph", "marker": "ul", "type": "local", "value": "You need to enable JavaScript to vote\n" }, { "char_end_idx": 5451, "char_start_idx": 5435, "key": "paragraph", "marker": "li", "type": "local", "value": "best forex robot" }, { "char_end_idx": 5469, "char_start_idx": 5451, "key": "paragraph", "marker": "li", "type": "local", "value": "\nbest forex system" }, { "char_end_idx": 5496, "char_start_idx": 5469, "key": "paragraph", "marker": "li", "type": "local", "value": "\nbuy sell signal indicators" }, { "char_end_idx": 5511, "char_start_idx": 5496, "key": "paragraph", "marker": "li", "type": "local", "value": "\nexpert advisor" }, { "char_end_idx": 5528, "char_start_idx": 5511, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforeign exchange" }, { "char_end_idx": 5534, "char_start_idx": 5528, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex" }, { "char_end_idx": 5545, "char_start_idx": 5534, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex4live" }, { "char_end_idx": 5563, "char_start_idx": 5545, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex4live review" }, { "char_end_idx": 5578, "char_start_idx": 5563, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex accurate" }, { "char_end_idx": 5601, "char_start_idx": 5578, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex buy sell signals" }, { "char_end_idx": 5610, "char_start_idx": 5601, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex EA" }, { "char_end_idx": 5627, "char_start_idx": 5610, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex indicators" }, { "char_end_idx": 5640, "char_start_idx": 5627, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex market" }, { "char_end_idx": 5667, "char_start_idx": 5640, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex no repaint indicator" }, { "char_end_idx": 5679, "char_start_idx": 5667, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex robot" }, { "char_end_idx": 5692, "char_start_idx": 5679, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex signal" }, { "char_end_idx": 5706, "char_start_idx": 5692, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex signals" }, { "char_end_idx": 5721, "char_start_idx": 5706, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex strategy" }, { "char_end_idx": 5734, "char_start_idx": 5721, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex system" }, { "char_end_idx": 5748, "char_start_idx": 5734, "key": "paragraph", "marker": "li", "type": "local", "value": "\nforex trading" }, { "char_end_idx": 5749, "char_start_idx": 5748, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 5761, "char_start_idx": 5749, "key": "paragraph", "marker": "h4", "type": "local", "value": "RANDOM POSTS" }, { "char_end_idx": 5831, "char_start_idx": 5761, "key": "paragraph", "marker": "h6", "type": "local", "value": "\nA Simple Explanation About Forex Trading, Beginner Traders Must Know!" }, { "char_end_idx": 5832, "char_start_idx": 5831, "key": "paragraph", "marker": "aside", "type": "local", "value": "\n" }, { "char_end_idx": 5944, "char_start_idx": 5832, "key": "paragraph", "marker": "div", "type": "local", "value": "April 2019\nM\nT\nW\nT\nF\nS\nS\n« Feb\n1 2 3 4 5 6 7\n8 9 10 11 12 13 14\n15 16 17 18 19 20 21\n22 23 24 25 26 27 28\n29 30\n" } ]
[]
[ { "key": "title", "type": "global", "value": "3 Lessons From Trading Experience in 2016 - No Repaint Forex Trading Signals" } ]
[ { "key": "url", "type": "global", "value": "https://forex4live.com/3-lessons-from-trading-experience-in-2016/" } ]
[]
Stop Loss in forex trading. Forex is boring, but beautiful. Slippage in Forex Trading Fundamental Analysis on the Forex Market Get to know Elliot Wave History in Forex Trading Transfer – Forex Trading Stay Forex trading as a recession-resistant skill Beginner Forex Trader Mindset Arranging Objectives for Forex trading. What Is Forex Trading Really? Home Blog Testimonials Buy Now Contact Us Member Log In Product Home Forex Forex Articles Gallery 3 Lessons From Trading Experience in 2016 3 Lessons From Trading Experience in 2016 admin October 5th, 2018, 11:47 am No comment 189 views You need to enable JavaScript to vote 3 Lessons From Trading Experience in 2016 The year 2016 has just ended. Market movements in 2016 can be said to be rather “crowded” and in fact there are at least three important things that we can make as lessons for dealing with the forex trading market in the following years. What are you doing? Let’s start. 1. Don’t rush to “chase” big events Volatility is indeed a “good friend” for short-term traders and in fact indeed the best time to “catch” opportunities in volatility is when there is big economic data or geopolitical news. In 2016 alone we can see that there are a number of major events that trigger significant volatility, such as the Brexit referendum and the United States presidential election (US presidential election). Many traders try to “guess” price movements even before the two big events are proclaimed. Those who “bet” that Britain will remain in EU membership, or those who believe that Donald Trump will not win the US presidential election, have not succeeded in making a profit. Even the “stronghold” of traders who think Donald Trump’s victory will be bad for the USD must also bow to the ground when market sentiment turns 180 degrees quickly. The lesson that can be taken from this event is that there are times when we have to be patient to let the market turmoil subside a little before making a decision. Because there are often many opportunities to capture small corrections as the formation of a clear trend, which can last for weeks, even months. 2. Remember always: “The trend is your friend” The phrase “the trend is your friend” – maybe – for some traders it sounds outdated, that’s probably why they tend to ignore this most basic trading concept. Our main task as a trader is to manage risk when we are wrong. One of the implementations is to minimize losses as much as possible.Conversely, when we are right (profit), then the challenge faced is to maximize the profit and this is possible if we make transactions in line with the ongoing trend. That’s the interesting thing about forex trading . If risk management is carried out correctly and combined with complying with the concept of “the trend is your friend”, then the potential to increase profits will far outweigh the risks. 3. Be faithful to the trading plan Classic mistakes and always repetitive – and is a “big sin” in trading – what traders often do is “betrayal” of the trading plan that they compose themselves. There are many things that can cause a trader to betray his own trading plan. Among them is the loss of confidence due to new losses. You should consider each transaction as a “new beginning”, so that you can still maintain confidence. Do not let the losses experienced make you become too cautious, thus reducing the risk tolerance limit from what has been specified in the trading plan . Do not limit the potential benefits that can be generated by a strategy that is already good just because fear will experience more losses. Lowering the risk tolerance limit just because fears like this will actually make it harder for you to cover the losses that have occurred before. There is no reason to – for example – reduce risk tolerance per transaction from 10% to 5% just because you experienced a previous loss. That should be able to enter a position of 1 lot, reduced to 0.5 lots.This is not necessary. On the contrary, there are also many traders who then feel too confident because they only get big profits. For example, there are traders who had a big profit because they managed to get a chance from the movement of GBPUSD during the Brexit referendum. In the next transaction, because he felt angry, he became more aggressive and doubled the lot. This is dangerous because when he experiences a loss, it quickly eliminates the profits that have been obtained previously. Fatal error in risk management. Hopefully in 2017 we can improve forex trading performance by taking lessons from the mistakes we have made in 2016. Share this: Click to share on Twitter (Opens in new window) Click to share on Facebook (Opens in new window) Related Post "3 Lessons From Trading Experience in 2016" Forex4Live.com is a forex trading system website that started to be published since 2011 and has been used by thousands of traders around the world. The system is very simple and accurate, priced at $ 167 for a lifetime membership with no monthly fees or hidden fees. Our team created this system by testing thousands of indicators then selecting 23 indicators and combining them into one great trading system. Leave a reply "3 Lessons From Trading Experience in 2016" Cancel reply Recent post You need to enable JavaScript to vote You need to enable JavaScript to vote You need to enable JavaScript to vote You need to enable JavaScript to vote You need to enable JavaScript to vote best forex robot best forex system buy sell signal indicators expert advisor foreign exchange forex forex4live forex4live review forex accurate forex buy sell signals forex EA forex indicators forex market forex no repaint indicator forex robot forex signal forex signals forex strategy forex system forex trading RANDOM POSTS A Simple Explanation About Forex Trading, Beginner Traders Must Know! April 2019 M T W T F S S « Feb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
https://forex4live.com/3-lessons-from-trading-experience-in-2016/
[ { "char_end_idx": 33, "char_start_idx": 28, "key": "entity", "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 85, "char_start_idx": 72, "key": "entity", "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 126, "char_start_idx": 114, "key": "entity", "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 175, "char_start_idx": 162, "key": "entity", "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 311, "char_start_idx": 306, "key": "entity", "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 392, "char_start_idx": 390, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 440, "char_start_idx": 426, "key": "entity", "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 617, "char_start_idx": 607, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 1284, "char_start_idx": 1278, "key": "entity", "type": "local", "value": "Brexit" }, { "char_end_idx": 1317, "char_start_idx": 1304, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 1343, "char_start_idx": 1341, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 1487, "char_start_idx": 1480, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1505, "char_start_idx": 1503, "key": "entity", "type": "local", "value": "European_Union" }, { "char_end_idx": 1556, "char_start_idx": 1544, "key": "entity", "type": "local", "value": "Donald_Trump" }, { "char_end_idx": 1576, "char_start_idx": 1574, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 1694, "char_start_idx": 1682, "key": "entity", "type": "local", "value": "Donald_Trump" }, { "char_end_idx": 1728, "char_start_idx": 1725, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 4204, "char_start_idx": 4198, "key": "entity", "type": "local", "value": "Brexit" }, { "char_end_idx": 4622, "char_start_idx": 4615, "key": "entity", "type": "local", "value": "Twitter" }, { "char_end_idx": 4671, "char_start_idx": 4663, "key": "entity", "type": "local", "value": "Facebook" }, { "char_end_idx": 5274, "char_start_idx": 5264, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 5312, "char_start_idx": 5302, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 5350, "char_start_idx": 5340, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 5388, "char_start_idx": 5378, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 5426, "char_start_idx": 5416, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 5610, "char_start_idx": 5608, "key": "entity", "type": "local", "value": "Electronic_Arts" } ]
[ { "char_end_idx": 59, "char_start_idx": 27, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 85, "char_start_idx": 59, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 126, "char_start_idx": 85, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 175, "char_start_idx": 126, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 320, "char_start_idx": 280, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 392, "char_start_idx": 381, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 440, "char_start_idx": 425, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Foreign_exchange_market" }, { "char_end_idx": 626, "char_start_idx": 532, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 1368, "char_start_idx": 1164, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brexit" }, { "char_end_idx": 1368, "char_start_idx": 1164, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_States" }, { "char_end_idx": 1806, "char_start_idx": 1368, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 1806, "char_start_idx": 1368, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "European_Union" }, { "char_end_idx": 1806, "char_start_idx": 1368, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Donald_Trump" }, { "char_end_idx": 1806, "char_start_idx": 1368, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "United_States" }, { "char_end_idx": 4468, "char_start_idx": 3962, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brexit" }, { "char_end_idx": 4644, "char_start_idx": 4596, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Twitter" }, { "char_end_idx": 4693, "char_start_idx": 4644, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Facebook" }, { "char_end_idx": 5283, "char_start_idx": 5245, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 5321, "char_start_idx": 5283, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 5359, "char_start_idx": 5321, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 5397, "char_start_idx": 5359, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 5435, "char_start_idx": 5397, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 5610, "char_start_idx": 5601, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Electronic_Arts" } ]
0
482
1555936909000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>L'Ecole des Petits</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="L'Ecole des Petits 2 Hazlebury Road London SW6 2NB. l'Ecole de Battersea Trott Street London SW11 3DS. Independent bilingual French-English pre-primary and primary schools based in London." /> <meta name="keywords" content="uniforme ecole petits francais londres bilingue maternelle primaire homologu&#233; fulham battersea ecucation aefe priv&#233; escrime otten trott street hazlebury road scolaire uniform school french bilingual london nursery primary pre-primary ofsted public fencing escrime-academy english independant private angleterre england enseignement teaching &#233;l&#232;ves pupil &#233;l&#233;mentaire alley-catz bilingual-school fran&#231;ais-anglais international" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" href="/_css/styles.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/_css/multibox.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/_css/slimbox.css" type="text/css" media="screen" /> <link rel="stylesheet" href="/_css/print.css" type="text/css" media="print" /> <script type="text/javascript" src="/_js/mootools.v1.11.js"></script> <script type="text/javascript" src="/_js/ListItemSelector.js"></script> <script type="text/javascript" src="/_js/overlay.js"></script> <script type="text/javascript" src="/_js/slimbox.js"></script> <script type="text/javascript" src="/_js/multibox.js"></script> <script type="text/javascript" src="/_js/flashobject.js"></script> <script type="text/javascript" src="/_js/flash_detect.js"></script> <script type="text/javascript" src="/_js/ticker.js"></script> <script type="text/javascript" src="/_js/javascript.js"></script> <script type="text/javascript" src='https://www.google.com/recaptcha/api.js'></script> <link href="/" rel="home" /> </head> <body> <div id="grassbg" > <div id="skybg"> <div id="container"> <div id="header"> <div id="mainlogo"> <a href="/"><img src="/_images/Header/main-logo.gif" alt="L'Ecole des Petits and L'Ecole de Battersea"/></a> </div> <div id="school"> <img src="/_images/Header/internalheader-fulham.gif" alt="L'Ecole des Petits" /> </div> </div> <div id="main"> <div id="nav"> <div id="navtop"></div> <ul> <li class="first"> <a href="/lecole--battersea/">L'Ecole - Battersea</a> </li> <li> <a href="/lecole--fulham/" class="active">L'Ecole - Fulham</a> <ul> <li class="first"> <a href="/lecole--fulham/school-curriculum/">Curriculum</a> </li> <li> <a href="/lecole--fulham/arts-and-culture/">Sports, Arts &amp; Culture</a> </li> <li> <a href="/lecole--fulham/virtual-tour-of-fulham/">Virtual Tour of Fulham</a> </li> <li> <a href="/lecole--fulham/back-to-school/">Back to school</a> </li> <li> <a href="/lecole--fulham/fulham-timetable/">Hours &amp; Terms</a> </li> <li> <a href="/lecole--fulham/fulham-fees/">Fulham Fees</a> </li> <li> <a href="/lecole--fulham/clubs-at-fulham/" class="active">Clubs at Fulham</a> </li> <li> <a href="/lecole--fulham/school-bus/">School Bus Service</a> </li> <li> <a href="/lecole--fulham/ofsted-report/">OFSTED Report</a> </li> <li> <a href="/lecole--fulham/map-and-contacts/">Map &amp; Contacts</a> </li> </ul> </li> <li> <a href="/registration/">Registration</a> </li> <li class="parents"> <a href="/parents/">Parents</a> </li> <li> <a href="/lecolefamilies/">L'EcoleFamilies</a> </li> <li> <a href="/policies/">Policies</a> </li> <li> <a href="/links/">Links</a> </li> <li> <a href="/press-reviewsarticles/">Press reviews/Articles</a> </li> </ul> <div id="navbottom"></div> <!-- <img class="phone" src="/_images/Nav/phone.gif" alt="+44(0)20 7371 8350" /> --> <div id="flags"> <a href="http://fr.lecoledespetits.co.uk/lecole--fulham/clubs-at-fulham/"> <img src="/_images/Nav/Flags/french-version.jpg" onmouseover="this.src='/_images/Nav/Flags/french-version-waving.gif'" onmouseout="this.src='/_images/Nav/Flags/french-version.jpg'" alt="French Flag" /> </a> <a href="http://www.lecoledespetits.co.uk/lecole--fulham/clubs-at-fulham/"> <img src="/_images/Nav/Flags/english-version.jpg" onmouseover="this.src='/_images/Nav/Flags/english-version-waving.gif'" onmouseout="this.src='/_images/Nav/Flags/english-version.jpg'" alt="British Flag" /> </a> </div> <img style="float:left; margin:15px 0 0 17px;" src="/_images/logos/aefe.JPG" alt="AEFE" /> </div> <div id="content"> <div id="breadcrumb"> <ul id="breadcrumb"> <li class="here">You are here: </li> <li> <a href="/">Home</a> </li> <li> <a href="/lecole--fulham/" title="L'Ecole - Fulham">L'Ecole - Fulham</a> </li> <li class="last">Clubs at Fulham</li> </ul> </div> <div class="clear"></div> <div id="sideimage"> </div> <div id="internalcontent"> <h1>Clubs at Fulham</h1><p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAABJCAYAAABSKFoJAAAAAXNSR0ICQMB9xQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAABHDSURBVHja7dzrj17VdQZw/oF+6B9QqVIjteqHSlGrqGmkfqja9IqihiaCiqpKWxk1ICFFIUlJ+OACAbmJSGsScBy7JQbaGBsTm4tvXHyrGdvjgK94POMY7MFmjG18N77tnt+aWdPjwxnP1VOTvlvaPu973nPZ+1nPetba65zxTaXTpqXNnDnzpps6MHTA7oDdaR2wO2B3WgfsDtgdsKe5XblypQN2p3XAnvJ29OwH5dKlSx2wr3fb8d7e8uTPlgXgHbCvc3tm24rrHjNuaLCxrLt/x7jO2X+8vxw6dWRc53x46UJZuuuV6z6fGxrskyeOlpU968d1juM3/HzruMEe730+lmCfPH+6vNbXVdrC0tkL58qcjf8Z4NVd3GfntDGYHLSBnYDS5mbrPfp2+eZL3wuvqN/D2H6hwOa+AAUCcOsNmH7TgZXNsUCtg3GlMheQ/+W1ea1gOwegbWCTK8Ex7w9ohnGttuM/tmDTZCwFUJNJmAZozGsaATh1UFN37WeIpuEA6lqOad7H9eoykmAzznhjxg0N9kQbMOtsT0mK/Rc+bM0sHA/Y5m+MyeDNxphp6MuXL5fDhw5MKmP5f5X6AerSxUsf8R5sb3qPY+3nEYx38J3tpbenq5w+deIXD2wgtAUoE287th4s29I/coD1fW+sK6ff7bvKG5oLGSyuB1qMfn/lv5e+Vxd9RJ5uWLCPHXu/7O3ZUc6dHT3KY1UzOAGmTUMBWweMJNS/A4+Wh4xsWRXAjSYJuWx3HJA/mP9AbC9f/hjIiEF3bXixbFhdZR4Vuy5caXfzbAJU07WB3ZbuNesZDJI9z8sA+P6e7nLm2dnl4LZVZWCgv9VT6uQwXsfrzp1MmxawE+iBn28o/b3ry8EtT5etLz5Wzl+8XM6cPVfe3bW67Jp7Szl7bN9VzM6UsA5iWyBzbB1wEiBtS4NieYLNqwK4it3H9+4sb7/dE6C3yZUxY7Rj39m1NsC/4cHG5CPvdJeTx/ZGkNm96pFy4olPlu0L/64cWvgX5fCjv1HeXjzjquADHMDWUzVg29/UTfvqXkEy6rk7sOtGotkJOFl5c8fWMAJSbO5eFwYgd7sX/6AcevCucnb38vJe/84xyd//KdgXL14oB/e9Wc6f6g2wjx7eGcAD+/K8Xyq9D32iHNr1/EdWkAAEbn1hkQytuz4dbi5inJeS43edARguV4kfbFwWrNUxfKC/NzrAM/PomjurHJzxhTj2wIH9k8biuoMdy94K5JNH3igngLD/5ZCL9Y/eXLq+8ctl+VPfaNVvYAlsoy2Zx1qsAjyg0wPOnDs+yOyKuRi8e/3j5cCeVeXcmcPlrS0vBpN5QBpiKurc08JsAz/17oYAOsCu3BKjyclEFwkMQSIE0Ymu8shWz+7NAXTfjhURU3ze37MyPNB2X+VJjplMFjJtYAOFW2IzoIF+euvsCIgXrkzuumRh8bbXJlUwEhwBfWT7j8qBTXNCMgRwUgdsLN83RRXBaQmQgg0pATjt5q5c81oun6s6ei241YNiru4EQayuV+scV6/u5QqxntW4vvNcH2vFFOPLfDqyj77NsY+s+H2ymci0gS0b4ZZnThyMCQA/ls6VDgpI6tb1oAcwgRFoAM1gWWc1wBSK/FYvIgHXfuc7LiuE9fN9ztKtsQD22EBvbOl3gmy8Os80xo+FZu/duXYwSFbdhJKlAAa2CW9c8thVzM3KHSCzYldf0JAOoGqZadTBTLYD2/crtXzH9e1zPUSQeQBUbPFdIAc+oD88dTCYfa3Fzw0DttzUJMgHHQRsfdICj3qFRU59f7NeEQWhWpUvK3hptJFqFsBu03QS4vwPjvYHGZDA1kKme83C0HFg+92+/YeP3Phgcz8SAmyTactXBSGLi+vRMudOeUqDMQJv8dtLr7wcixmkwHDAA1qMsVy/Y9bjZd4r22OxM9HsyXnXHezQuyrHTrDbSpQCE1ed6CQACjySAzz7sDYfufGKPA6jfXa8TAaIt85aVO6bv3BYTkiIVeX8554vX5+zpMx8amV5cNGGcsfcV8qKrVdL0g3DbBIB4HMDg9GejLQtDiILONo/bpDrUkGzk7Wp9eouwM0lewZdYG3ufafc9eSmcvvcrnLP4l0B+sJli4PJAP36f70e/dEX1oUhfF70s/3l4RU9ZUHXvgnl3dcVbOndvm1Lgtk692wGGoDQ6/EU5YFVN5qsop7a+U2AbJZoHccg9Bd4QP7ywt3l7iV9ZfnGweW57beWbI7fMRm7713aU2Yt3RzfH1/XG4CTHQU00iNXJzu2CDUSca4r2Ds3PFOO9j0XCxld0GkWc+Svzy38t2CUzGQiDXvrQTALT81ybEoNWSAPpAGoWC0bAizWAhbg5AXzgQtkhgE8hmO8ksOmJ26LfmDF3eXNZ79Snpl1c3nj1e9H2jnlYCuTYqtAiMnp3qy8Y/2Py0Dv6gA8ehUoZSPY7LjXd+6J4ARoTKkvHLA3+uXz0S9ePPm//fzxqG24L49oPuoarQGVZAxr87xHwrsASkKA/bn7flg+M2tjAMwDdECTnhU794dRupfeVwZWf7kceOFL0bf89B/Liof/MMrIE2a2SVlpsVjf1kXRyUPvph8HoOoJu1c+GJblVpiCNSa1o/uJOBazBUn7sCLZpRC1e9ltpWvBZ2Owus/1vunJ32nvy/820rJccACdGx/rnR89vSoDtC5vVgORAdlaiqexGd71MBrQn/+PvQF2Mjql5Xtr9gW7nRdAV6y27Vk6I8rGCDEpGXHhlbP/rBxZ90/l4Op74gbvvvq14W6/jjHcDhO4IFBNgrVtaaJ9cxc9Una/8tfl9Xm/Hn3v038S/b+//7vlrcd+b3ibfe+P/nj4mDyue+295eK5w8NjFAgZb/E9v1ZevP+3oqq4bvavRM/7NDujMbaxuJ56iOCZjDYXnwGNQIC+f9Ugsxdt7C77X7gz2H3ktbtiXIg36QBJf4EN6HCdCuwE3RbgJsrNDO72BT3DgUV+KjgyBJAXzL55mLX7n701Bnqs6+5yYsvXgh2uP/DSneW95++4antk7VeGje0412w2jN3w8KdL7xO/PWikIeO89dRtVxnMvRmMUdI4OvAPbPpmgM5DgWxONBzQDAFoUkJ2gI3VxmUuim2TBtvzN3oE3LhBbetGa595INyP64nuyQa6zH2xhrGwCZMGVn0pQA4Aq37s9W/Flhsm2LHFmqFjog+dE4xqKWbZB2yAxrF6Nb68PkPldwRhNIbY/Mhny45vfyrO3fzdTwToxrzg5fUhGSkd5mObuo08rhFjqsAmW5MGWzABtkmmNWPg1U36NzwUqyw6h826wXHB7V2Lg0VcOV32xLq/j+7c41sfLKd3fie6zzHwNMLQNoAiUzXAGbnt2aG0K8bJY4Y8wfmundfJ7z57HAfsbd/5owBa6Vf3OcZcxQXlV5KRAOcW6HLwxx66JTBx3ylhtpTNxQwsg4KA+NwP7xwGmpYZSKZGZCX1EtOOv/yFADklI0E+2/PoMNjSKOy+isl18KvOKxilmc9aaJAsKRnJAGQaybWzuxfAAQTYkJeh7rs5JugpLwK3YC9bMUfeS2bIi3j27IzfLMt/8DcRgKdkUeNi3A1rDIhFaXJGa9Y2AJICYEDTzv6lfxpA15kM4AS5zmxSE2AnyHWwa4DvWX7vR8CWMa2bc2uQwRj1lKG2+/JMBGIc82GcemcMW3PO4xjZuuCrD8yNgG8xIwMCtqxnylaQEn/BZOPcfwhApUlpZbKBzQwAaCB7cj7w0hcH9bma8Egg5/5kdup5aHb1eVi3a8zmVfL1epNzy30ZK9IxcSUD8JB01Nktc+ha+NXQblLY7J4okZD8DviNf/6p0v/JX40HwVgsGxKUGUP+P2VgS/wBbUEhL8Vm0jGcClXyweorn/yrYDOgMbouHykh+VnkBwYAfKbvAfBQx1I6j1E6tsnpGbvt6Yk1gf3q0k/P/P2yccGdkU9jn21+tmbgqR4WAO79v/xMbHWArrn/lngYbL7A9bvuc3yvEoYE21rDtUZr4wLbA1oTlbTLl4ErxZMC+awD3cKFlovq0iupXqZ79A8IvnNLbu97AgPEvjWzBu9VdaAIspb6ALQcVm/G6rYlcZ0YgpwnLm2t+/lvx/08AhsGsAZogu9+9d8ZghGshiUNFlTh5ZWHTCnYe9bOj0FyF9GZVmM1CQG4bbId4Cb73dkzI2JbEsuzpVIWNbYCC52Tw5MnebOFtwfBIy3AAWQMo0pexUjHjtRcA0AkAKgpDQm4DlQdEfzGC4xRKdbqOVfQWC0Z8FRqysD2fhxNJCMCI3AxO8HOIg2w3Zx2khustEgAcpYzgWw/dnDryOHf/OmoY8AiwXEsYPPCkcoPgOZVNFm8SGClgNibDMZ81wKsOShV+MzjnCvICq5eT5tSZltyG6QIDLBcJSajra4yK1n2r7cP1lIqQMmAghS2Azy0s/ruevmWlIl7hWC0hknAHu2JyUhgc3sS436Yn8FaHIlgXnXSZ6nPMwVi3WsO5u3+5uV8BCF5xj+WNi6wRXsRPB6Mvrc3csxcMcpK6ukf1zIwry3o2IvlXPDQ9p/Eao0s0VTsjpRtDMzmXSMxNpt69kjGAzSPQ5o62Am4QJ6gM5iMSyENqG2LPMeM9cnNuEusbg5ImifzUIqkv1m0UUewpDVZYNPEePZYMYMLcj2pFuaYcIJt4mNxRQV7gfNazQJsJOMZCxnwO0mUUVj1GZ/0jiFz6U2yMoNxbDPYZmlgLCSZENiAMVk3Z1lyAXTBT4YC+GSq47BI7iwAeuVssO7xxeE6hIeqjnc97B+tMchYwI6i2QiylGNPD/H0Rrpo9anLpMyLBDKEcTmnuYgSyO0nM2N5EDzhhwdWa4MReLB2Kw2jwQr93rsANhYZjKW6wKMKhz1cUlDBbpKSBrQdS9wwudHA5t68oNkAZmyu0ZSGbFJShlAfV1gKZlee3DY+3ho17FEWNJMCW9CrT9oEDR7Y0iMDpu3Yoa5AtzEcuAINt/VetleH6bCgMxawMXs0sGVLABWE285naCAhQlNvGcPyPL3Mw+pg9ghgeysA2OY0JrAn8i4EPa4zIwHMCSXYQHYsvcuX3zEfQy1/r/zzTVEAAvZYnrCLAaOCXY3F/dvAFpR5l7GJGchRb94Vx+rExAoxNbvtcZd7yY6uVYCaNLMNWrDLRnsTbIBgsZQoXsOtJALYwPUC/Pmf3BwGiVr4nD8YzlvH8oQ9wb5WBuBewG6LAQgCUCkgsOvuD2BzqJdJ3cd13LPtYYWnQ4zHA64b2AbdBDsDkhVhgm2gcWy1FSBJB62Opy8V8+L9v12D2j6WP6MYBrvByHrDMl5U/xudlDrA5Ht8MqC6++fvTZbyAvf0As9IWHjeOW1gGyA9TokBNiCD2ZVb2jJGvP1Ube2Tv2JW6GeliWP5G0OGbHP/JrPbwGZ8YDqXZGXql40R/N4MdlI81xsppvCG9Opxgz34wuPlUcGuW5O2JdgkJsCuluT20TQTB4LuWIAZoM9kBPhei7AgsZzO+xtL/cUehmzWPNQksDLPkSEJgmIDaUr9jcrfkI4DLrU27+H3NEYzqCZ52hpZivNGWdy0gm3w8T7G0FtHBpMDyo6JBu7piAocd8xla1bcgB2FmipFzJfhbR1Low0Si1wrUq0hV5bz2hqDR19WnvleiZxeDpzjcm+5sYqgl3wc45wojVYBzYucMf7q6saVC5D4E4+lMwJs83EdvynhMoTz0sjGqmI5UgDnoQH2KInGNWUEUxJ4Lm4iOXGTzpdyGCWNEQX8NQtjYQBY+bhVZ/y9YXW8Aeu++y0XEW1/yJT3zj+Vy8/5oNc9GQW4wHFMjs+DDlrblCBs50HGkHElW7wqXHmseermZWslqfJXf2Mr/p6yMpBAm+/OTKlm5+RGegOJcfSmOyVL47chiTIJbyPpjAF4++oZiWMBrk/2/2/K8idCMI77WSvkCz45t/qS3Djj5cyerpDGegk1iZV/BNX28HnKAuRUtvzfEkarB0+mDWr64H3qMWA6/+PGzv9+No2tA3YH7A7YndYBuwN2p40Etn86fXr6/wBGQdaIkN5Q3gAAAABJRU5ErkJgggA=" width="96" height="76" /><br /> <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--></p> <p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--></p> <h2 style="margin-left: 36pt;">French club. Petite &amp; Moyenne sections. Wednesday 12:00pm-1:30pm</h2> <h2 style="margin-left: 36pt;">Storytelling club. Petite &amp; Moyenne sections. Monday 4:00pm-5:00pm</h2> <p>&nbsp;</p> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI4AAABrCAYAAAChdLo5AAAAAXNSR0ICQMB9xQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAGIuSURBVHja7X0HlJRVuq3vrvdunjx3Zhwdx5wFFAMgIFGCgIEgEiSIKBhQMYCiCAoSJApKMBEFJMcGGjrnnLurQ3WqnHPu/fZ3qs0yo4gy915rrUM11dVV/3/OPvvb+zvpAvzEj7a2GEsbfn78933Mmzfvggt+Bs7Pj5+B8/Pjfy5wfn78DJxz+yALtYVDP7fK/xbgtLWXL/+sSjSKmMOGqEmHmNuBWCQMxKJANEKAhNHG/7fFGLYiEcScdkQqixEpzEZU36L+9kzf0/Y3Xov//D8wDEpol04V8KuiOhjr7r8dcKRpogRAkI0f4A0QEoiwCF8EIm0IWu0IaargP7gT3g/fgf/oHoRK8hGuLke4OBehnFQEi3IR0dYhXFEM36eb4X39WQTmPI3g1nUI1Vcj+jWQBPl9nmAQPr4YRLz4Ym3wsv788n9qJ7/HBa/disjnzPXfDETSkfw+tLHDwWZBm8+DmM+LqK4Z0fwMRBMPIZJ4GJHcdES1teq9/32AwwYKOx2wlBXBmJkMZ34mvKX58Goq4CYw7InH4dzyAXwbVsH76gy4nhoHz/yZ8K55C96358H98lPwzH4CvhXzEdrxAfwbV8L19MNwDekC3z13wPfYKHg2vwcfPzNcU45YZQnCdVWw1VSitaQQ+pxMmDOSYU47DUNaEgzZGTDnZ8OSmQJTygkY00/DVpADV3EBnHz2F+cjUl2GSEMNIs0NiLJE6msQZgk11iPS2oRoSyOiTXUEci3fp0GURf3M1yOGVkQNOsWEUZMebS4He0n4q1USCsYb/Gss0UZ2iBHMMa8n/nu/N16ENXz8P+uxzWJiMaLNbFDXJx0plH4KwYT9CJ04iPARdrqP1iC05BWE2LmCb74A/7LX4d/0nnpfzNgaB5fZiEgF66owhx20DFH53K9d5/kFDi/GV1WGqnWrUPnac7AufRXuFfPgWrMIzuXzYZoyCpZhPeF9dAQCz0yAn8X3/CNw8/+2/p1hufHPcHa9BoGJwxB5aSoCz06EZ8IweIb3gv++HvAN7w3XjAlwvf0aAstfR0g+n6DTb1oH7frV0L7+ApqfmYLmZ6eg6cXpaJk7E7rXn0fzKzPQsmA2dGuWoGnVItQtmY+GJa/DsmgOfPycwAcrEdy+EcEt6+Bd9zasvF7T++/Auf0DBATAm9fC99Fq+N5fCf/6ZfDy2bP9ffj2fQL/3m3w7/wIwX3bEZHGIujaHHYFgpiDDMcOEyktUI2IMLkwEECbiUAoL0IoKwWhvAyEywoQLi9k4bN0ioJshFNOInSMADm2j2Uv/Pv5Xds3sJMthIsg8b74GAJPjIV//GD4xw1CgJ1K6sv75Fi4nxgH7/wXEDzwCcJko+DBXfDy/j2zpsO75FUEDuxApKoUbWRgxUxkbJwjN3t2wGEY8ORmoGTOTJQ8Mgq22dPgf/lx+GZOhmfqSJh63QTTHVfCO2Ygws9OQGjmJIT47BrVD8aOF8PwX/8Hjqt/p0ASmfYgQtNHIzDpPvgeGgDviD7wEkCeyfz/c5MQFOA9+gAc/L15xmSYCRQrK8wx6X7YJz8A+2MPwjZlBCwT74OVPzuefxQOhjsjWa31pekwzpoGx3OT4X3hEQTfeA6hhS8h8NrTcBPIDU+OR8WMR2CYMwN+9mI3f++Z9yx8c56E64VH4XrpMf7/Ofjfmg3/63zma8FZjyOybC4iDKeRPVsQ2b0J4Z0fKkYIE2jRT95H9MQBRFJPInKMTPHhKvjfngvfyjfg+3A1/NvWw7dpLYG7FJ4Vb8C9cDZcb74E+1svw00QBPjdoXnPIDD3aXh5//4nxsA3ZTjcYwepugkRQMGnx7NDTuTrI+F55AH4Zk9HiNcUmvMU/Hyfj/XqH91fASzIjhze9C4ilAzRkjzE7LZzAp6zZJwIw0ghqha+isqnJsOx4EWE5j+HyAtTEBBWGXAbLP1ugW/y/QgTTGHeQOSpsfCO7APzrZfBeMl/wHHDn9QNhtlzQnxPcNpo+Ag0D9nGM/pu+Pn/MBtOPtM7YShsw3rAPvYe9rRxCM94GFFWauTl6Qi+NgM+spOXIAo8NR6RV54gnT/DnvcCvG+9RLDMRPDlaQi8Mh3ht15EhK/J7z2vPoWmZyajZto4WF54jPT/PLyLZiGw5GUVCtz8HOeLj8I7m7+bOwMh+Vx2gPBzvJc5TyDMzw8JEF9lQ7ORA/yeEEuYnx1eMgfBdxcjtGYBQgueR2D24/Czc/kWSIh5Db6Fs+DltbufnwIXG91GUOoIXuO0MepewzPGq3sLvziF90+wvjgVXulAZOgwgRN5Wn4/DWG+FuD7/dJBH7kPkUlk8If6I3x/D4SG3IHQvXciyM4YfJhgI9BC2zZSF9WdE1F9lhqnDYHmRmjXrUT9S6zgBWwMVnyUvSUsWmVYd9j7EzjjhyDERg3LjU6+F8F7bofr5othvfQ/4bj29/DffQuCjw5HgMAJSM8aNxjeB3rBN7IvKXkkgTMV0efJYqRo05BuME+4Fx4CLTzlAcSeJoDYUL5FL8NLgAXY84LsmeFZj7HhZiOwch4Cb7+qritMlghJRRMYkZWvI8ziXz0frjeeh1tCgTQ2XwutXYjIe4sQZoP7GB5d7MFu+Wx+RmQ5WWbF6+rvI6vmIcK/V88r5qq/Dayar74ztPy1+He886b6HHmf/D7Mvw/x/eHVbyC89JU46Aiq4FqG9w/eQePiuah7fCxMY8gYjz+IKOskRm0Ye+IhRNnpIk8+hDDrUIATfWwEYjP4u+kPIjJ+EEIP9iUTDVLAiRIkkVG9ERrWDeF7WYbfpQDkf3gIAqsXqtCpQtb5clVhqxkWag4j46ln7jOqIqS3hcgGrnu6wMFwJQwSIkMEGb5CI+5C8K5r4e3wR9gJHPuVv4LvzqsQGDcQfoJLgKNo9t7uqgQm3IPwE6MRnTocLjKV/v5eMElMJ9OEJw5VlRkiEPxL58BPsIRYqSECL8ReGFo8ixQ9F0ERkwvJhmSXsJTFs+MNz8YLvvsWwuz9sTdnIkKWCfP/0Q1vI7JhKcLrFiPIRvdT0PvY24PUGmEByfol6vcR/j66bhHfvxTR95chuvFthNYvRXDdEvW3kffeQmTNm4gIEOW9G5fG/5avRwVwAmCGRGG/GP/OxTBXReAUTR2LplF3kz3vJzDGK9DEHh+JtsdHoI31ECUwwuxEkYfvQXQK3/PYcERYF+GxA1QIk9eiU8g88v8RvRB+oCcL2ec+1ifrVu4jkpxAC+o7f8CJUnB5t22AU0KJqlzSOSldxJuzdwfY7yRIeLEBNnaQdBoYRAa641K4bvwDGecXsF36H/DccjEC7BEi/gIMTUK5vqFdlbMKECxh9p7wQ/3gHNIVOoptCzWMn4wWov6JMPwJgyhg8GcBTXh0P4RFM8m1SCgRIL/2FIISZqhrwmyoCHu7lPCyVxF+e44CU1iAQ+aIkDXkWb0u7+H9hGc+gjBDSpifqV4jo6j3vPOGAkmYYAuvj4NJsZWUdwU4C+LgYQkL68jf8XMFNPJZIYZBKTECyEPwa+a9iLJHH0LrA71VPcSk07BzRJ+MgydGnSfAiUioEvCwo0T5uoSoEP8vgFLAmTZK/S485u4429zfHeFR1EYEWEhYmtosRnf4Q8PVWQNHEnYBikM3w4BnxkRqCIYpaST2FlfP62HtcT1cDw+Dn7ojRFYJ9LsJ7tsuga3DhTBf/ivYLvk3uDv8iQKZvYHUHJg6Cj4RgPfSVdGWB0b2Vr0o8GB/2AfeBkPvTrDfT5BNZMibOgIhfq8AQcAanP4QgnxfeGQvRBj6QtQzYltDBHWIvwux54YYcsIScggSxTACGCnS+wmyiGg0hq4Iw19EQpeEXdFYz1JLMTxGnpsQ1zOimRa/DD/Dkv/dRfCTZaSEhVHIQgECJigAFGYR0BBkEi4V67GO5DkkAphaKcSGj7AxA6w3yxsvQP/Uw7BS4/lH9FYgiDw5huAZ8zlwYgRJVAAjIUn+L38vIHnobkQIlIj8DT8vwvtVeod1GB7eUzFQRADGDhdc/Coi+Vm0777zBByPW+UYfHNpGckYwZefQOTVJxT67d2vg7lPR7gfGR5nE7KHn2HKfetf4Oh0EexX/RrOS/8dnpv/rBgnxDAVnD5G2XM/nVeANBucQH30OMFEm24b1AXGbtfC1e9m1bOUSBW2YQ8O8HvFdQSoi1QlscIUYKhPQtQIoTED4vROVxcR4JBpFHCEfQgQEdMRAk09s1HVa2zYCF1XmMI0TA0UYfgVjREUl8L3BkXkUj/5VtEprWZIW/sWggxbAeoazzyGNwH1a/yMRS8pdhFgByYR8GTjEENtSEKrXBs7hrCqOE4/gW6dOQWG0QPhYgcRVhFGEeaJiaYRoEhhyFL/p76JisYRsPAeI2TbyMQhDO9jeL3UlOxckQf7qTqJUv/I34YZ4vyi6Q7QYZkN5wc4bcGAGh4I0mYGpBLEps5iyCJIbN2uhvXuzvBR2wSl8YfeCW+3K+DtfBG8BIvn2t/Ac+Uv4CWQAhJeJOxIuOF7QwTPZ7QqAPDzMwQ4pq7XwE3BLZonsvAFpSsibCixyJ5xQ+ATq0odJT0rIuwiTkh0EGk6whJjz42KgCcDRBlyogwRUX6nVL5yfgxlinXoqAQ4UYpPAYxitpfiDS33EpSGF9YgwPwEiV+MAUNNkAzknf88XI+OgvfBuxGUHk7wqb9jnYhuEw0Xnk63KJ9BMIk2EZYM8b0Bhi0dXV716MEw0UFGyRZtk4bGQ5ToGb4nRnaJUcPEaByiZCNxqlFeU4ydTBhHaZ1HCCR+R4T1JEwUYseMjGXokzAmeSCyUeDD1Sq5eV6AIzEy1tqM8I4PEaAGCNL9hJ55GH4KMle3K+EecAvDz0jlgAIDb4WX+kYB55aL4LnxvxR4vAxdftrHIP8+JL1bGkqFltHKUYXZuwMMPQ4yjeW2y/mZtxJgrHT28Oj2dUpoBii+XaR39309FbNFpdIIAMVIwkyj+6pYH5HKJjiiZJyYiFKCMsYeqlyJhA2yiApbb81CVNyc9F5hNza8MJI4wzAbKMyGUtfJhgswhAXIEiGynoQfH3u7h6HWy+v0CXNKsk6xYR8EHqA5EPEurCMMxgYUBghRvIbpiiK859bHRqP43r5oGdwVEWqTKK89IiZBwo6Ag8CISpGQRQaM8NpE0yjRLMxFgITGx9+virAtARihVIhNZnhjXYceuVelCaKa8vMEHGEdtwvhw7sJnEcRJEMEWRmiWXzd6ZYG30ZqHqksZPDujkoYC8MIWFQhgHx3XhnPhgp1z56mRGhI8g3inKgngiyeR0fATuA4ul1Dd9VXJeIC69+G870lKslnmHAfLCP6qvxP6L4eCLDi3AShj4wSIpjDY9kTh3VVjROmAHe/MBV2gs/LeB+67072yB7x3Iw4rvnPksqnquSiZXAXuKmtQmy4CNkgysZuY+O1MUwIA4Qe7IOghBpqOGEsaUQBhm+IiPsu8FFz+SW3JEWYRhiBTBqkwA893h5iCJwwWTLK0kag6sbeg/xBPaAZ2I0A7K7YQv4uRCsdJijCtNlKx4meETAJi7QzUuSzPI5c0+j+im1U4XUqwI0fiAi/JzxxsEojxGrKziNwXA6E925TvV5AI70wyB7k73OjSu4JtYdYOcF+HeBnqPJ1uQw+Pvt7XoNAD4Kr740U0+wBc56Ii0cJC2x00QBhaUQyhFWywuyBkhtys5G81Bae5a+j/uWnkTf5QRSPGYqmBwfCMbwPXEO7wTSyH1qmPgjD0xPgliSiNBiB67/7ZjjHDIJ28khUj2Ej0b14B3RGcGiXOEsJuzF0Wena6sbfh/I+t0J3140IsaEkLARnTFD5lYAIcendw7qwQe5WgBGNFmaIkB4eINOIUBetJ0ZBijS6aBBhmCA7QpBACt3fg+K1l8q5RPkcI7sY7u+NokHdUTm4Oyy834Bk1gXwotFEABMEAjRhqZBYbf4/SjDHpjzwuQaKKjD2irOs/K2ATcAzkqCRpCBdqri7WFXJeQJOWxtiJj2CW9bD9+hIZaeFggMUZD42oPehgfDLWBX/H+hzA4FytQKMiORA7+sR7HUdQoM6IyQOSTSD2GURpQIgsb4UlgIcy7h7YCL9u6TRJG+zfC5Mc55G6ZMTkfboWGRNGoWyYb1R2/8OVI0egsqXnoJmznOomPIQmkfezYYkM/S6Xon1hsfHovD5J5A/YQTqh3aHk5opTOC0jemvEmQmskHzstdRteg15N3fH/U9CGwJGezNlqcnQjPjEdQ+Pgbm0QPU6xg3QOkxF12Q5/6eZKE4YCRkKP0ioU1CB69BCXdpNGHYe25nXVyLEMO5Eq8CILKfffAdqB/UFfWDu7Gz3AE/3xeRvxOGIYso4BA0wXvI5lJ39975BfuI0yJrRfm+0L1dWbq1g6ynsuQh/o3Ue2DI7SpdESvNP0/AiUbVCLNv3TJ4yAoS70WnBNjzfGwE5XSkx7FnqQtuB4wqva5FsPcNCA7rhpDkXebENYJ6FlFLWxyV1D9BZHhoEJoe6AMLe7b3tRmw0BVUTx+P4ldnouiNV5BHgBT0vQ3lwwegasViNCSeQMOencibOh5ldzC8sYHsvW9Cw6Oj0bDlfZTv3YGSN2ahmZ/rH3QbIgSOh8xjGDMYTSsWojUnFfXHD6GQgKy//UoE2EBhhoLGl55A5nPTkDn2PjQO6wk/geIf2hU6NnTt0J6oG9IdZopa6ShR6eVsoODAW1QJkO0CBG+QnScozNvxj/Be9xv4Ol+M4ICbCQ6GSza2jz9b+3RAc88bYOh5Pbxk6jABpUKOAOShuEsS0ATv7oTQ0PYQLCAVZyXvIduEBt8aLwzRoSFd+PNtcdbvSsaXen+R+q4w6zy5qlBQza/xrHgTbjKOX5zRa0+pZFxAmEcoXNwRG+YrwOkVB46/fyda774Iyvsk7yLjSXQhARmboWMRAeunRdZOGo6a4f2hY0MbJw9XafniWU9Ds2srmvftRPXz01E5bih0y9+At6ocQb8flpoqlM55AZVdCJru10A/6QE0bt8El64VZpMO2n1bYZPxM/ZK7+Db0cRQWDv/JZgqy+GkW9QXF6Lq2alopq4KsvKDc59G87qVyJ07C9n39Udj9xvgvfsWmHp3RBkBW/DC08h5fAIqGGYc1DcRaVjeq/+u6wjOW+Hn9/h63aCy5l4aA+/tf1VZc2/Xy+FnfQgbhAaTQfg3ri6Xo77jxWi4+RK477peMYeMNwmTqcSf5Lfk8wkyAYaEOpXgk/DE+pRscbB/x7gM4Hs+L31vUnLBS+D4qSGjeRnnCTh+H4IZSXAvmE0LSuBIhlUG+sgSwhRBsaJC2wM7EyjXKeAo7dPnJoV63yDStbgKycqSSUQcq+yxWHhqnQCtrXX2dDRMfQga9uiWgXdAR9C0vrcC+sSjcDU3wt/YAMexA7Dt3wF/ddnnYzAhrxfmQ3thmvciPItegfPgLrhaWyG5Upn8ZSvOgWvxy7BRQ2jv6YbKGZPReOIQfJGomozmbG2BbsNqmKbSFYloT9gHB0Gp2bkFhcMHov6KX8Nzx2VwjCdgN6xBa2Y6yrdtQtG4+9Ha7Vq4b6cRkBFqCvHg2sUIvbtEfY530n3wUnsFV76J0Lq3EaB7c5M1XPL+my9E6JYL4e54ITQ3sHS6BC6CKjL0DmqmvkorirgWhomzWCcVqsQ1iYgO0JQEWUJkOumcvu5XKuAGCBgFMr5fvS4AoiaNZqWcJ+B43AgeP6AmZHnoQvxik998HkFaYRkTCcr/hVH6d1DA8UsPJGi8pGJv3w7wkeqDDFNhSbzNeUrlcYLUA0EZ6aX1ddLitj43BS2PjoKeQtZEx2FfvxJ+TTXZLtB+ETL1z0ukBL+RKmgz6hCtLlejwTJn5vMIyxLg77xHdsEw/0XUz5+FpoOfwkUm+myyQcjrgbekAB4CLnT6KNqsZgUou6YS2jdmo0VCFQEe2bIObZK+l981NaJh/Wpe70OwTRkJ35rFCLNxYvyuttZGRHJSEGJ9hfIzEeXntTltfC0V3uXzVcfzyrABHZtn2hjUUqtp+naGs8c1iLCTKY0iwy/iBCmyBQgBsoqMQYVp9RVwCCLRTgGGJB+ZzHv7Jcq1yv8/C10S3uT/QXaIaNqp8wOcmNOBgEz3nD4WvrGDVXhSUxgYZgIvPUb38ICyu0FSpp837yXS42xD1iHNB2QA9JkJKrkmllZlPcUpCN0SUNZnJ6PpqQkwz5gIj8yLYc8NsjFlfvJ3zTOdaeJSWySEqMWAYG0VfPUaBB1Wvj36Jd1P4c+QFXM70UYQfTb9NEoA+vIy4T+8BxGCos3Q+sXvqPk8ZEFHWio82QSHAEbmB7cbibagX31WW+iLyfiSRJWZhzKVVkDUVlGEYGkBGj/ZjJrJo2DuzJDW8U9K0yh3OOleNR6ngMP6lDAmyU1hnaCMgFOzeckynlskX/Zn+Mk6cS10hyoqZJH1BYCx5BPnBzhRmwX+dcvhocPwjySzyLCBzEuhVvGz4dXgZb8OSs+Iq1IUKfqGP4uo9I8brIR0UMKV5Csk10IRJ1MEggShnsBpmPUkHFs3IppxClFNxRcNcT4fbGwEfGecDBWJtOGHTFqQcGpvbkb9grnQ3HgxjJf8K8P8dXFXJjkacYlkG3GoErKUpSeYhH0EOJ4e7cBh6PN1v1pprCABJlpTAYedOEIAxpISzhNw2FM8pHrnAF7siLjIlXGcwDMPk4EGklVuVolAvyQDReO06xwZ7AzQaclAnm8ILafEYIIpJJUgNzd+EBwvPY7GuTPVfB9PQ/35B8tP/AgHwjBs24yKO65H80X/D4E7/oqwWHc1aMkOKVqxy6XKbMicG8nXSOcT+65EeJfL4L3tL/Ax1PnZGZX+EZMiTCWhb+IwxE4fOz/AkQlBLoYSu4yCjx2kxozU4N2UB+giulO936iSfRJvVYZYibVrVRY5OKyLsrk+EcwSh1kBYhljrIDA1BFonf0k6tYsgyHlFIJe7/864MjDnZqExhF3w3D1r1W48ndj2LmH4YbhX4V+gkk6prCI5HYkZxNkOJIQJvUs9e6n/Q8I4wgbyXQVSgQfnVrg4SGI0mD89MChfpAY75Q5v70pdumGAjIa/ewEpfrV2JRC/uXx4QWxn+whfrJOXOHTLvKmZRhCMZIkBBnWJE/hpN7RzHkWDZ9uh1fXgtiXNE04EmakCCAia7L+J66d+tLDV1OBxtlPofb2K6G/6jdwdbpQ6cUgRa6AQzqjdMyAhCzRQGrCFkPSwJvbE65XxRle3i/DQASOh8CRUCaaNEIX+dMDJxxCmDHSNfE+taQlKLmXl6fHNQvZRHI0Cji0rN7OF6sxKhlukNyC0KVPBkE7/Vn9TjGOYqSr4GX8Nr40HbUrF8GQTkfS7pZkrXmY32m3W2DSt8JOV+L1eAik/7mrPn1mI+o+3oD8AXei4uJ/h/W63yF05xVxhyqFbOJrH8YR2x1imIpniG+P1/Nd16hnCVU+CmcBjpfywXPnNfBSl4YT9v/0wGnzuBA6uhfeCcPgk1FfhqgALbRaoUCB5uvXUd2cujGyjcRcxSwUdd4+HeHo8GfYr/6Nmo/jI+X6yTw+CmcbhbJ+yWswHDkIT0tr/LsgMx29sJj1aGyoRG11MeqlN9bXwsrKbYu1MxKZyWbzw+EMnLMlIOfzIR3FlJ2FkodHoeRP/wLzFb9AQGYX3NreEaXOPrPdXS8jY9+kkpUy11iclMqZiTmRPBpf98uaNbaLryvbRGZXsv1+cuBEG2rgf28ZPOPuUfOKZXDQN2EoPINuV+l75aAkFIm+kVjb81qVz5EwJYi3XvVbWC//JTxkHR8rQ5Jp9nu6oGXaGLS8/w7c1dWIhsKfhye7zUzQ1KCqPA9lRekoK0iDpiQDpsZKuB1O1Bo8OJjfhDWHK7EtsRoVDUb4A8H/9uAJGIzQzHoOJZf9GqbL/wP+638Xn8skU1IYutSMAykEj9R3kHpGDYCKyZCMNTtxQKbhEkyBIRIJOsbbZIQAZ99PD5zQicNwPzkerocGwjtlOPwsktD7PLlH6vQpZX+JulDRL5LRlJ7gvuVi2Aga25W/VsAJ0DY6u12FlgcHou7VmdAf2oug3drONm0I+H0qNLU2N6CupgxVxRkoyU5AfuYx5OZm43SOBssOV+P+Nem447UE3PtWAlbvz0eD3v7TtXBbe+6H2i8aDauczrnYxiUWDKJh3WoU3XkjWlhfbrKOTIDzXPGf8BBEinlkGEGB56/KbUnuTEbHxWUFZTyNESEgwxAEk8wQ8Ha/Vg1A//Qax+WAf/1yOGTEWlYlTH8IPhkRFxoUlul+dfy5S/v8G+oZWQYjCShfj2vhYIhy/PXf4aJbkLGbUKc/wk5Gqn90NJo2bYS3tgaxLy3fiIRC8NNZOe022BiudHWFyE3Zh3e27sJjq49h7IrTuHd5KrovSULn+Sdw+9xjmLIhHRnVBvwkDwIkHPDDx3pxWPUwGbRqPMxDDRb7gdiRPzecSkDppFGouPZPMLDevNQ6rit+CceVv1KzKX3dLo/b7/bwJfoyKAlBgkOmeMjsgNDwnvExQ9GXvW9S84SiP2kCkHE3WpSj1n7LBHIPNYnM0PORFuNCLR531byb2/4Sv5ke1ygbKPkax01/gvmif4Pzsv+A79pfK8q10Go2P9ALjcsXwFlaSDoLfaNh4l06BqvdgYy8QqzavBv3vLYNF0/fjQun7cZNsw7hroWJuGvRKXR8/STuWZOJhPIfHziy6YLf44DL3AxLaw0MjaVori9AY20xdM11cDutiP4AAS937m1pRMN7K5Db9UaU/+U/YGYdWq/8DayX/Sdc1/8+rhFpLpR7vem/4Lntr8p6B2Qh3uj+CApwJHzdEx8hD7CDB6aPQTQz6acDTsxiQmDrejgeGQ7H/XfBK4u8hG0IDuWexHZ3jTspDwEhz8oFEDSuzn+B5RLe+J/+Ga4rfwnvNb+G5drfobp3J1S9/iIsORmI/o3McDgcRVppI2Z/lIz+c/fj+uf24Opn9+EalhueP4AOLx5Ep5cO4aaXj2DU+myk1Fp/ZKJpg9dlg7m1GsamQhgb82BpKYJdXwoD/6+tySWIihlmdSp8nXW4IjgduZkomTwaOdddhJpr/wjj1b9luP8F7KITyTrKYYlQvoEa6IbfK0crk8BkvrWatio/yxQPGS8U4SyrYHPTfzrgyPwb99xn4ZSpmuOHKGHsoxhWQOnwh8/B4+rwJ7hu+IPqBYFe16h8jvXyX8H853+F47JfwM8YbWOp73oNqmfPgD4zFUGP+4zf6/YFkVHWjFkfpeOuuUfQ6dXj6DzvJPovSsSoZadwN9mmM1+7+80TeGztabybUAKt2f2jgSYSiapQZNI3QNeQB31DFsyN2XDoiuC1VrJUEUgFqC5NRm1lLsFjJPDPHjwRpx2m7R+hbFhflF3xWxiu+71iG9sl/w7nNb8lw1+uhiB8dFxuah9np4tUBlnyOipsyWSuge1TPSRdIis5Sn6qiVx0N2HSm/uxUXAN7Q6fbBJAJHt40e4b/8Dy+/gKhlsugv1G6pYOF6rYK3bcSWaxCmj+whh9za/guuqXaq6L5vlpMKUlIRIMnLlnx6IoqdNj9sdp6D7nEG599Rj6vJ2C3isy8NB76Vi5Ow3L9qRh5rYMLN+fjePHj6E66xDshgY1heKzZWfyHA16VIn9wMVoPjq+5tZG1Gvy0VSTjmZNJnT12TA35cNlqkDIo4XHqkFdRTpK8pOgra+CVw2Wnv0jxpBlWvkWtL06wXrTH8kuv6dF/zVaL/slzDf+SbFO6K5r4SGzOwgsMSGSpQ/ff2d8JqBYdbqq4Ni71br2aGO9mikQZv1Gz2JJ8HcGTkzXpLYH8ZBlBDgeCmNPv05w3fQHXigFG0OTT1Yw8Nne8c+wd74EbsZbxzUEzYX/AsfF/wLfX/8Vzqt+gcYuV0Hz4pMwZqQg8DcXhsXIRDbsSirC3fMPo+PLR9GXoBmwMh09l2Xg8Q9TcTrlJOpKT6OgNBdV1QUwpr0H294nocvYDL3FDE8sPgfHQx3iqDgJj7YAIdmC5Ac0otVhRXlJOkpzj6Km6CSdXjJqylIVgGy6EgSc9fDZ69DSUIjKkizUaSrgcjl/GM2xgQOlBXAumAV3H4Z+Mktrh4tQccXvUHvFb+Aiu4dlAJmywdPxQrg7tYOJIUrmHYdG91X23D/lAQRldw2jHq5IBBaymcfj/vGAI9t2yHYa7nH3wD12MDwj+8LZ5QoC4zdwEjwe0Te3X6KAI3rGKci/hr3ion+H7Q//F76L/i9sf/4n1Ha8GGVPTkJTUiL8gcDfqawwrLparNxxAre8uBe3UPgOeCcLfck2EzamYdPxFGgrTiPYkgaPvgAuXT58pxfAs7oLjKv6Qbv/TTSm70DLyQ1o/HgGNOsnQ5/xiRq2OBvgiMw1WVtRmXMA+XuXofD4hyjJPYGinJMoKzgFbXUGrNQ5frsGXpsGzXUF0FQWQEd28p+DkX2ZhxSmOXHNex6mfjcTOH9GHVlHc+Xv0HzTn+G68yqEZVhCJmzJNFEyfpAuq01tSDAU1v63QDduGMybN8CUmYaWonzoaqso4u0/AnCIdNlTxbt+BewEjWPqKHgZrrxDusJ5CwEiUyHFQVGceYh6T6cLlWBzXvt7WP74zzD99gIyzv+lE/gl6rtcjZLHx6P20D7aa/vfbbxoOIiKilLM/+gwus45iA6vnkTvt1MxfkMatpxIRWN1GizUFsZmitPmYphqkuHYPwveOZfC+/gF0D/zO1TN7oTyZ65GxdOXoXLZcBjyDlCj/G1qjpC6XQ4zbK2VcLeUImiqRdBYC0tFEqqOrETx6tEoXzIIpZ++iYLcRBTlnUJl0Sk0arJgbaXOsVQokVxbkYn62nJ4fedOb8XobF352TAseg2GYT1h6nwpmm+4EDXX/RHNZCBP92sQGXwbwjImSGMSIePI4LGb9lwzsCvKJj2I+tVLUbX6bVS+/y70BE/A5z33wIk4nXCmJMLw/OMwjpRByHHwP3KvGmX1SJ5GUt9Etosx1UlR7OnwR4YjOqY//gtMvyZofnkBDH/9T1TzoisWvoaWlNNwm4zfKa5K9vd4VgVmvn8Kvd9KxNUvHsOQRUfx4eFENFSmwNmUAVMT3UtTGXTaIlhK9sO+aSLs034J++gLYGZpHHsBaqZdiIZVo2HN2oOA3fB3k3NOtxN5aQk4tfoZFCwYhub3HoZh40Q0LOyLupnXoXXab6F/4c+o2vQUCnOPo7IsHbXlBHJNJkwEsY3gaa3PhaYil2zThGhbFOfyIZrQXV0J88frYXxkJPR3Xgdtx79Ac92f0HzzX+Ht2wnRe7shNvQORAd0gpNCufbuLsibMAql815Bw4qFKHv5GZSsWAQDPycUjZ574HiaKALfW4WGKQ/COn4o3I+PYpjqA3f3q+GVHE23K5WLslPn2CiCHVf8Erbf/xMs/34BTL/7PzBdfyGaxwxFzcY1aKmqQPAzdxH7+taQ33y4fSHsOF2B8e8koycdVN/Xd+PVtduQlXIAltokmLRZ0Dfmo7W5HGYyg7vyEEwbx6Ls4V8je9ylKH+pD4wrR8K2bx5c5UlfTDn9Ow+X24OC1BM4/dZE5Dx+KWqm/wHNT1CITroAOgKxmYCseeyXKF03CRU5+9BApmkgaLTV6dBr89FSm03QZKC2vhRGdhKfzQ23wQynSQ+vx4FI7O93Gsk+e71uNR7nsFpUIvQrYUs6ltkER8JBmN6cjabx96KiRwcUd/wrqjpfAV3PDjDf1QH1t1+B/NuuRO6IQahY8gbq169G9fxZKH79BdTs/QRO6sCzgfXfBY7MpS3b+B6qZz4Ou2SJJw6DZ9idRPGNcLM4b78sPvZ0xa9g+8t/wMLQZCDL6P7yC7T0uAHaGZPRtG8XrEYDgt8zDe8PRXE8vwEvbM/HlI+ysXJXAhKP7EBawicozjrCUJVJ4BTArCuD21yNYGseWna8iFOPXoOdj/VD0ub1sGor0Bb2qm1xv3OPjrTRHRlhyj4A/faZ0K2+H5bFd8L++g1ofvoS5I3+T6Q8/EcUvvcIGosPUATnQqvJRkNVOu05f67JRnlRGioKc1CbXYKGxELUHk6F5vhpNOXmw2M0xedL/41HOBSEvlWL4rwMFOako6WpQQ32yuBnkL+TIiFXbL6zvha6T7eqIZvc0UNwpOetON3zFuT2ux2net+OE8MHoeS152Hf9j4saxaj/NmpqHpnEUNvEQF5dmN6fxc4brcL1RRShauXoOGZyQxT9yP6QA81t9V5x+VqTbehw8UwX0rg/ILhgUxTe9nvUPrgYFSsfgM1KQlobm6EJxL93oJU3m9yB1DcytDRZEeTwcAQlYuEPR/hxKEtqCpJYYjKpfUugc9RB7+zES2n1iPz1T5IeK4nCveshfdsNxGKxhDz2hDWVyJQm0ldsQ26XbNQ8coo5Iy8CrmTLoJm+7MwCOu1lBAsWSpUGZsK0MJwVZqThKwPP0Xy6x8h9dWPULD4E5Qv20VtsRfGU3kIU+P9rVH8SDiA1qZKZKYcwdGDO5CUeAhVbOhW2vLGhlo6tUro9S3wt8WnqgasZtjLS1C8fTM+fX4Gtj3zKBLmv4CM+S+jctHrMK5dDP+GFXCLsGY7Wt9fiUBdlZpV8KMAJ+j1oKmsCLkfb0Tey88yvo+Fd8RdCjguuiobxZnpmv9C65/+GU0X/wYNvW4loqehaOcmVFQWotFpgY2OIhgKMzpFvxNaYuGomvnnd9gRszklZoliVb+2kO6P7t+KQ7vfR0neCTTVZMCuK4LLVguTTYuavL0o/GAKSpf2g/HIAkS95yaDbDFpkLdrIZKeHY7c8R3Zu+9Ay+kV0JlrYDJXwtRCbWOoIHjr4fLWozo3CUdnLcO2e17AgbFvIuvpdSiasgG5D65B+Zs7YCooQ8j3TacV5X0GAl46HTMa68uQcnIvdm97Dwc+/QC5GcdRXpKNrLREJCceRnlxLtyydS4fITKqifWVX1SIw7u2Y9+GlUh9bzE0S+fCMe8FtSrW/9oM+GVxwOzHEZGNLssK0Rb8kRjHLwjfzdCw5E3kvjwT+dMeRs2oAdAPuRPWe3vAetdNMFz7RzWxumTsAyj9YANqigvRpGuBwWaGy+9F5PuEqFgbQk4PDGWVqD1yGs07T8G4PxuWdIaiRht01RokHtuDE0e20wonUJSmoKU+C83UFtVVOchP34+CPYtR+9HTcJzegJjbdk6A01qdjVPLJuLww5ci74kb0fzBE2hM3UvnVERdU8zQVo6Aq4GAb4TDpUF5+jHsf/pNbB34LI6MW4CMiauQNfhtJPdcjMwnN0KTkAq7ieE7Gg87QQpeCUUuhxVmQwN0zVWoqylB2sl9OPbpRmSe2g1NWSoqi5ORdGIPTh3fj2p+t09WTrB+HQ4HNDWVyCvMQ252Oko3rUPdUxOgG9kfjmHd4R9z9+dbtEQlc7z+bURy0s56g+2/r3Eqy1BNN1Q7cQTqWHIeeQgZj41D8fSHUfnUJFRPGY0KWrxCxtfi/btQX18Ho98Pl0zzZPyNfm8qjCFoNkPzaQJOT1+CxDFvIGvSKhQ98zHKF+9H1sesyP3UOan7WImJdDQpyMs7ivTTu5Fz7CDK9h+BZttO1L27AYb9hxAyms8JcMyaEuS98xTSJvwWFTNvgY76qeGjBJRv2E8QnIShMgemhjxUl51GRvpenNi0AUcfW4jTD5BtHn4b2cOXImvAYuSMfQ/F7xxCbV4+wVEJg76W+qUWTdoqNDWUUy+VoJUO0dBUwjBciuriFFTmn0RrXS5ZrVi5t5y0IyjOz4CZ7BuNxk2GTya7UZcZCUYLQ5joGduYwbAPvB2ee7ogLLmcOdPju3LI9ner3kBY1ox53OceOGGq/5asVBSSZZrILM6Bt0E7ejDKHx+LkicmII+vZz0xGdnz5yB79w5U0NpZXC6KWhFuYZXalx5h5Q3ZbVbVq/5upGJFuGubUbH0Uxwf8AqO9nkRyYPnIa3vfBwZOAefzliIhJ2bUVicgJraFBSzoZKO7MTJd9cjZ/kmVL+1E7WvfILK57eifu0xuIvrEfP/8Eldfl6/MW0/Wjc8Av2aGWheR+A+sxMF41Yi/+UPUbp+B3I/+BD7VyzFx6+9ip3PvIaUCUtROu5dllXIGbAQ2cOWonzBTjRlFTK81cNkKKNtz6Mjk5KDRroxnTYPVl0pHViFGr6w8z1OE3UWNZzbUk0A5ahMtaYiD2Zji2Kpb0gA6p3Q+6vgHdlX7eIalI3InxmP6JJZiLwzH+ElryCw9FWEju5WO7ufU+BIcPGFfahP2IeCMcOgveNq+Pt1gn9YN15MT1iGdEV1/9tROPBOFE0dh4INa1FdUgybx4Nom5rZpObRNNbVoCCL4jo3gy6h6e+OE0X8EZgytCibuxeZI9hTxyxH4cS1yBi2GHt6z8SuSXOQsWkLqtkLK0pPIjP9ANI2bEH+CxtR+gR788OrkX8//+bBlaietQX6T1LgqWhG1PPDMrcC6KjPhUhrJUNgEjRL9iF/9Fpk9VuIzHsWI+WBBTg44hVsGf4cNg+bgYNDZiNj+GIUjlmD/BEr1PtyRq9E1foDMFaXwOPRwueqpxvk5xkrFDhcdIYeaw189lr4WXw2/myr5s81BI4GPmsVLM0FKodVUXSaYTKfYa0VoS/rFNnwqqYCwUVzVJJWJnGFHh0e33Vsyez4voTLXoVv8csIHPhEHdJyzoETioagO3kIpePvR0PXa9R84fDAzojK/Naul8Pa+a/Q3no5ah8chLqPNsLQ2Ah/MJ5vEMbRNWuRnXYKCXQFp4/tJo3nqhguNxo9g+6J+WLQJ2pROHcfUgmajPuWIX/kGlL9cpwc9BoSR81D8avroVm3A8Ubt+LUyo1ImvEOgbIaJQ+uYiMtQ9Y9i5Bzz0IUMDyUTtuIpveOk3kaEAv+8HMNgk7WyYFilD29CfnD30beUGqWXm/iaMdX8GnHl7C/9ys41mcOEu98Hen9yTKD+fuBvJ77lqP0pc1o3J8Im7YEflctgu56BB21ajTdbojnoqy6cjJLDYIEVYiaKeSsVcARAPkslXDqS1jP+WhuYDhroRCXU3e+JAdk0WIkOxW+l59QGyPIYryI7N3z3ESEF74Q34N56cvwvfkCAp9uovmw/Dgax5GTjpqnJ6O+502w3XUjPHffCi+ZR62VInjstOSGsUNgO7yXoegL5IcYrpq1dcigHT9xeDuykvahrjwDFp0GTruBbsDGXudibPaocOZ1u/mzj7baC11mHXLXHsDRqctxpOdCpPZahtwRq5AxaAkyBixCMam/bOI7yB27DKcfXoLT9y9ERt8FyBq4BNlkm+x732ajLUFKN+qjuxei+tXtsGdUUgj+MOC0Ubg7Wqwo33wa6VMJ0jFLUM5QlT3gLRy4bi723fQm0ocS7IPexvGbF/D730Q2ryvn3qUofu5D1G89ClNeNpySrCQIfHayCQHhMJahpS4bmtIUCuBkNGmyCKISshDBYtcgQOAIeGQow22ugsveiIDf+ZVly59fo9eN0Kkj8M18JD7zcsgdavMl2X5OdhwTjRN+cya8s6fD//G7iJkM5x444obseZnQvvQktH1ugflOWvB+t8DV/2Y477qelvx6uLpfA8e4e+A/uCt+lpIyRm0qMeWiPawqzUV2ygHG5VMwNxcpWrbStuqaypTdbKyvQF11MSqK81BDId6krUddWRnyEk7gxFsf4+jQNUgb9B7yJ67HyT5Lcbz7YuSPfxe5969CWq9FyB3JXj9yCdLZ65O6EmR3vYWM/otxutdKnO5BtnpwBZo/OgEfG/yHzuUUkvT7QyhJy8LBN5YjmeK3fLzol0U4cP08HCBYckeu5PUuw4Eb38Cpnm8xzL+D0hc3QbNpP3Q5KbA1FreHpgrFNJ8BR1efg9rS0xTCCSjLYyk4DU25DGEUqxAlwPHbqhBwNiIScp9xXZkwiBxY4n1qvJpnHB7WJb7XoKzTn/es2m1VbZEnO9mvXqSOMzqnwJFQInNoDYd3wMiLsPTuAMcdV8Dd7So4+Wy//TK4CRr5v2zeGPhoDcB4K4vlnFTqNquFrOKkxilHqeRbNOlwsoLEtjqMJexRRWhtKEBTXT6FXibfcxqlBYzdpRkooZMoKkhG/u4EZD61Ffnj3kfhYx8ggWA40ZsN8fQW5IzYQGu7CpV8XfPs+8h9YAXS7lqEjD6LFaiyHnofWWM3omzmJlhOFiHiCyIUDsLDHumjBY1Gz278SBRaA0NEwqdbCR4C9kkB50ok9luCo6JjRizntaxG4tBVSHyE+ubtT9B45DSMpdmwNOXz3kvhEOFrjgNHQpCwjwyKmpryoKvNRENFCuvjJPJo6UvzEtFK0SzvCXtaEA251DqzEOtZnFTky1NTyUBylJJzwwq4po5CUNbkP9A9vlmB5G9km17qGwGOV7YGXjBLnXl1ToEToEbRl2ShddXrcI4dCP9dN6gBTRn9dlz/e9hv+AM8t14CN4tDwteClxAla4R4Mya7FU1NDTASSPWaUvaeRDRUpbBi8mFpFQouV5Umxc0KFBchYzzNtVkUfMkUfifJQjloKShA9dqDKH3mAwLnfaTctx5Zk7dAs5jC9KntSBv9EarmfYqGZXtQMvMj5Exag5wpa1H8Iq37GztQNm8HqihircnlKs3frK2BpobfpW9VuZOzfbjcThQwhO95fw32zmWYfHEtUme8i2OPLMXpsUtQ8PQGlC7fjZxNe1GSfJJMWwIX79UhDokaxdV+/34KXhG9cQ0TL/K601CClpoMlOYcQ3byPhRnHWXHy6aYNuKz8/98fi9cLgf1YuArwPEW0+YvehUmRoHA8F5qhy7ZcVVtxfvOm2rH9xCZR7bODc5+AtGKorNah/atwJFe5WXY0Z84AMPL0+CRecV9Oyl2cd9yERw3xWf4ySwzGRWXZcByvpRsmB2hXvGwUSwWEwwGHQFQinLSbk3JKWir0giOHNJvEdmHlWcTCq6OA4jxWxjJqivi79kzLaxAfQ0aT6egbMknKHr6Q+TN3IziNftRveMYStYdQO6iXSh9dy9qPjyM8vf2I3P5NqSv3oyiD3ahavMBVL9/CDWbEmBIL0ZjSQEyTuxF+qlD0DawwYKBswaOgE5TVY6Dm9/HtkXzcHj1Spx67yMcfes97Jm9CKnvfQAtw1JzdS5ayKo2AsUp92coVcBxm8oU0whoghS/omEkHHnEWZGRnLoCWBsz0VqTjOqCY8hP3YfctINoaaxRMiBuPiJq3OrLVjxGSFkKc1Hx6kw0PiBbn3RHTDaRlK1xZUPwtQsQeXeh2ig8MGaA2hAzmpUsE7rPDXDkUrz096ZN62GZMhLe0XfDOegOWLtfB0/X+DoeF5nG0/liuGVnKoplKxHs3rxO7bjepio3pMa5mrUaMk6qClcVBSfVPFxtdSadQYHqgR4RiV+ynEoEWikK6TY8FIbmhmI0nExE9dYD0Bw8iYZsaq78DDTR3mvTU1F7+jTqTyejNpnh7VQiCpKPozqTDJeeBG1SMuqSklCTnozskwdx6NOPkE6xbpST6M5yjCaiVoyaUV6Si1P7PsHhbetw/NDHyEk6iILEI8g8QjDnUAQbiuFkx7DyHmVyl0NXTNYrg1s6R0shdBTDMoqub8iDuTGX95kBQ20adAzprZo0/pwCY20qWqqSUZZ9EOkntqO8OBNu1u+ZUho+jw3N7OxlT01Cy5A7Eb6fwJFtUB4boQ5oUafdEDgijgNj7oZfNus+fuCskoBnZBy/xQzzioWwjuwL3+j+cBA4pm7UND2vVYvZ1ax6Wf5CneMZeCvMQ7rCtmQuIkbdl8QkewBVe3lxNgqyjqEg8zCKCaAauoeWuhxYWooV83wZPPIsOQ1JfImI9JB57NRE+tZ8NkYFf9bwd5XwmMlUtlr24goYGwsJxmxUlmVCU5mlkmo6lqaaLDqVJOSztyYd343UlOOoa6xX4zpnK45l7rC2vhL52ceRk3oQeZlHkMdQUlmSpNjUoEbrS2Djfdl4D5bWYpV7sREsLmEcvqary0I5BXBe+iHWyREK4qPQ5JMh8/ajMo+fVXgCVYXHUVWQgAZev4Y/F6buRnlhCsxyfOK3HXRL3WOpLUXdukVolAl393RVmy6pTbblKCI5kmCxJADfUAepycbkvkeHI0ghLTuEnUPgmGB6ez4scvAGL8B9d2c1Em6XjXtk8V3P69SKBlneK1tpOMk6zuenIlSQrXaa+uzhJHNpKgtRmHEQucmfojDrCB3WacbsTLWsxP411hGg2PTlyoFZWekiIj1OCkhvNe17LfyuBpZ6lQMJ+bQIehpgorBUQw85x1FRchotdCiNdbmo4mvFedQJKXtRmHsara1N8AfPXttIT7fTtdRpitmIiQzBCSilC8rNOIKcDOkUZDt+p0yxEADZeP1STE0FZJZcGLV5MLC08N6rihKRm06GSt6vFhjmp+5BdtIuZJz6lGHpAPIJqnw+VxWegoagLM1JYD0yhNttiH4L8IUJW3PSUPvGCzCP6IPgkC7qLAfZAUQdfjblfoTlzC45K0uAM5ryQ/Zd3roxfprMuQJOwKiHY9l8OMUxUWC5qWMsN/8Fli5XwtFHNg+4CV6GLZkcLTtD+WVrk8n3q9yAbLr0ucgOBKBrrkVJ9hHkJn2KYlaAWHNtdZoSxDZ9mcqexoFDcPBneU1cl6W5kOChmCbzqASYNa6JAs46aoM6uowGhN1aNNbmIoMNkJ60F5UU1o3V6XxOImAOITPpEErykqGnEwpRE8TX952dLRcnZiaDamupmarS0ViRhOqi48hjpxAApJ/ei+STe3gd+9VUUjPB4+S9qKkWDE0ymb2FrkkYJ24EeJ3FSSjLT1ShvCj7GMtRVBCUVQRLNTtYfYXMLMxGA8FqMraq/Ng32EaJZR9qE1m3Lz0FB4ETuzfOOLKDlzpFRjbslo28KZJFHHsJKvfIfvBvXIVYc8O5AY5Ef18tG3HhbPjIOLKnr4tgsXa6WIHHSa0jwFFbhfW4Kr4p4X3d4R3VDx5hndTEzxtHwpXLYUF1STp70WE2IiuFldpQlRrvlfpSFZqUriEwxHGIyzITMJb2Iu8RcHnNkgArV07Ma9UQNI0IsVSVpuHk0Z3ISaPwpRuRBFo5GyM79SjdT6qaBOXzeuENBpX2wllacQGOlUzcyEZsrEhTWqSFmkRTGhf/xXRBJ47uwKG9m1XuqoWsJ+FWppPqtblknWxVDFphpDwFKGOzjK4XMLxmty+xKYC9tVgZBSkyNVbfWAS7Va+u/dumvUp72cwmlO3cgvLp4+Ec0RttsneyWkPeM763ouwdKJtPvvKE2rXeI/Lj3p7wrqTTqq08N8ARx2HJTYN51jQ47+kC73094SOjuG77K+w3/QlOOai1943w3nnV51tsyJ5/vgfITBOGxVmHlvezw7TiWeRqtcaoKOcEaZ7CtSZHJbfiWoZuguBR4zYGYZtiVQRACjzUDPI+AYxdX6xoX+YY2001cBNANaXp1DAHkJWagJryDDZsvuqh2oYaxRABf4C6IAaPzwe/HOEcO/s5wF6fJ56byj2O2rLTbPx8hqAcBaKizAM4sHM99m5fT/1zgKySzesl8OkURRBLOkIApGvIiYeuxnzeZyHvsZChOZ+ar0DpoICpAhExC2RXAZRWUwC368wrEWS1SHNJGcqXvIkGOWHv/h6Ifb6reo/4QSOj6LJk++AXpiDMUOUdP5ht21WdbhguzD43wPG4RJ3vQeP0h2CVQ1nJOKLQZVNn+3W/h6PzpfFQ1e1KteBObfQjW4UxrHkfHgrPPNo9upvP5nrEJFXvtNOaF6E4l9qgKAW1laRfcVcSrggQuz4uhj/L6bTSbRiaiuLgUQxUqkKWje5E9FFNWRpjfqb6DE15NsoK81BRWoyaymKVjbZajeyhka/oExmdD4eD32snCfk7CXEh9nZhHFkBYdA1oVicIjtAs0x3IHvo2cDFFP9Hd29Ewr6PUJJ7jCEmXbGIsIyAxizMI+NMZERJTaj0hEbqgJ2oMYdskwsbAeRtLULQUKKcWANFf0NNKTx0qGd62E1GVO3YgZrHHoZtcBe1wZIcLCI7V8gpNBFJAsrGA7JDuxw9Ofdptb7KJStV5Dyxs9gP8FuB4yYtNvHmWyYNg7PXTe0HTvSFhz9br/4d7B0uiocqWXYqqxxkl3AZv5KwNmEoXNMegmfDckRYwZ/TqcxQM7aQEXKUgJSYLq6kkuJPBKOFPU+FKDKNrBCoq6TQIzAERKYWgqlJfhd3KeLIqkqSkU9Hkk3HVFGSRdfVzDBiVmGpoa5aichvcx7fd/uRYCgAKwWx5KW8tK0ylCIL2FpbtARpCa8xT4Uai66CLFqAvNTDSD+1W2kVCV/VxSKixUkmqXVXkoqo5c81dEo1xSdRX5midI+5IQtWbSZsLHZtprLnulpxiGQskw7h0LdvXiBdo7WsGMWvzIR2GI0MO3BUkn6y0YCc2zC0S3wVp2ymLZpHDjRhuJJjqWWCl3nMYLj3fqLq5oczDkWYbvsGmMYOUFuThPmlcrCFZ8CtsF7/B9iv/V38FBjZY05toHSFClt+2dyQFChncTpmPwFnygmVSf5CKPvYWxsInDRkJO3G8cPbGF4OoY4CsIWVpCeA1Bopah8NwVWQeVQ5lXr2utbGMjUiXE/HoqnKoq5JoVNKQA57eSUZRz63tVmDovw0ZGecIoDqz3pY4SvAIUsZTXoCpQk22lYZiBXwBAJBOiwbzKwrh7UVAa+dz0aUF2dRIO9FauIeFGQcQhFdZAZF8+ljO5B4ZDuSj32iTEJF1j5oCnjvpScInlQ0UfMZNSkwVZ9CbeFRAu8wTQTlgr4R4eC37zImoDHb7KjevQNVY4fAKovv5FAROcrovq40LJ3Vwj1z/1vVcUiyFFg24Q7JWWAzHob7vh4wDusJ5+b1aAuHfjhwfAYdzJs3wv5gfwRkYyTZ2ekhgkhWN9z6Vziu+hU8N/1BiWPZ+FFtcSJ7s8jWs0S7nKPpemQEzEtfhzU9CT5JWn0Wj/1e6p0KZNDxHN6/BUkndqtxGemRapUAwSOsIzmYwqyjSGXvzc08huryTJSVZiCPOim/MBnFxbTaRckoKKBVpfCuKElT4vj44a1IOrkf2rqaM/bS7/OQ7KzFbERLcyMZUw+X06nG475gsTYVvpSWC4agrdcg9fRRHD2wBaeOblegSTmxC0f2vI9PPliOrRuW4siu9chL3oHKvH1kHzJP6SlU5h5GXS7lQd5uFKbsZv0cQ01FiRrvO6Pe4nXUZKShfM7zMNzbA24Cxc3o4GY7BYbcAcfdt6C6+42o73UzvEPjh6eFJw9F+PnJiD03Uc3VMQ+4Dc7lb7Rv9n0ugLNlIxxycLxsE8aw5G8/ZNTX50a4ZA3Vlb+GXQY95VwGmWIhe+PIdhsU0XKUYJAOy0WwNb8yA00njjBGuz+3jrLLVmVFERIOx3thfsYRNfG8miwijkjyOyKKmygu8wU87L0ZyQeRlnoCqeknkS75D4rPjJQj/PkkMjMTyVwHkJTwCYG2D1UVtMEO2w/eXED1agJHmEYW1n0GnPDXeqcMA3zm8sW9VVcVIjFhJw7v24TjR3bEr+vQOhzduhjbNyzGri3v0gV+gsyUvXR/R1BNABUnvo+SY6ugSfkQFXRnNdXUczbrGVlTXrXpWlD57nLUjxqoNvFsHdwVVYO7oWXQHbCzs7f264zyO29EQ9/OdMbd1SI9tbW/AEfO2mDoslNiOJ6dTCd88itHF5wVcPxGAyw7PoZz/D3wy0bLomFkwjOBFCSSvWQd8zW/R3PHv8B459VqcXuw+xUqryOrH2TPOXXWdb+O0FG51z4/Dbo9n8BLix9rj6UOUn5hIWmdjJN+ag/1ylFUlaWjsbYAusYStWLATofRVJuDsvx4ljaNgjvlOGl/5zIc/3AOTu5chfTkY8jPz2KISqbopqOqp6WnAzkXYUqBgp+jJpG7HErbyLrzL2/VprZw4z19GaRutxX1daXILcjAiYRDOPThKiQunYKstVORvmc1jpGNPqV13rN9M05tXYqcLTORue0F5B1eidq8QzA0V8MtO3qdYRqI3JmDmqvl8B60PDMZFrKGkSAp6t8FeXd3hX7g7TAzRGl6dUJl71vUwgI5r/Qz4MiJyJFZj6vTfdwEnPWB3nAsn49wg+aHASdEpDsP7IJbDipr36PYM7RbfESV9ObpdSNaOv0FlddfqGYAeuQspp5XtwvlK9Wu6kKVkt9xka3kRhofvhcNKxZAn5UGr2zQxJ6pJ7MV5KUg9STDUTq1CsNNvaYQTdoStRY8bmELyEIZKttcmJuKtIObcXzFFBybOxAZ779IkUlx2doCo6EFbqdDTSaTKQfR77BS9Hs9PtsZ7Iy/bvuKwIzyZzsBV1hYjH2rFmPP5M7Iea03mtM+pvtLw7H9n2DPqoU4POteJM/rg1wCpyrvKLWa9isT4r7BgLwEG02A9vghNM17Aa7xQ8gud6CiR0fk9L4VNYO6wSFs07sDSnt2Qj3/L/sZqbM5h1EoTxqqDpVTZfpoNdhpZvvoHxkJ395taDMbzx44UYaVwKlj8D05Ts3y8995hdonV53sMrofLPyiytuuRtH1f4bmtith7tsJXjkBr32zSH/7UTdq6zBadQ/dl6HH9Sga0A3JjzyEgiVvQJd8EpZmLWprK5GXdRJ5DFdFDEtlBZIfSURrXUZ8cpNyYMdRWnAaZSW5yD62DceXPozUV3uhbvsrcLdUq8TYZxsXSS8NBIPt81R+6m1r277xP6PFjqwju3F01t3IXsBGKjkAp9cIbclxlK19DAUzb0HZqofQSqEsa6mCf0OXCSwdjAbV+z9FzfyXYGP7uBkFtAO7Ir/P7agaQPYQBhl4GyoZnor63QHDsPbDYiUROPAWsswQhBc8r85PD8vhdJPuVWed64b3geOZSQgf+hRt32FLlm+fj8OLj+RlIPDcIyr8yC6ifjJOUM6W5BfbR/RBbc+OKLnlClTecS1ae3WETSZ1KXa6TIEl1O8mtVtCsNvlSic5Ol+C0g5/xcGbr8Ke3l2QPeNRtG7/EOayQmhpoSsrcpFzZD0yNz2P4u0voeLUhygWIZxzCgVZCXRi6WhqqkSt2PBdbyL77ZGo2TkPXqv+G5Ubirade8Y5y4dcha5Jg7wPn0PBukkw15xCGH5469lxNoyEftlA2FM/Rtj7d7YaCUcQqamAcdN6lD83FXVTRsE6fQyaJg1HyfABqBzak6Dpps4KtVNW1D/QFw0sLsoGGX6QQ1bU2VV0vTKtIiqH5U4aRuD1h5161DayH+wPDYT7tWfUcVIxmRn4N6ZbnHkGoKYSgVeeVNtmyAZK3vt7IjBhaHxux+R7YedF1vbogJou16G16zXQdbkaptsvV5sXBuTcBrotD12XbIXiuOG/YO1wIeq7XIPsHp1w9NZrkdb5KjSPHwbPsf1wh6IwUIAW7l6ElDnsPQsHoGDXImRnJ6GsvEBlgtX6cFcT3LZ66MsSkPfxC8je+ByMJUloC7jQFqImCDkQC9gRC/t/UHb4XD6k6g2tWpRvnoWq9x+FRUOXGXHCXnoAhndHwrJ5OgLNRX/ziAGVhDTpYd+yAS0MKdoxg6F97CHUPjkBxVPHoPyhITDdf5eamC6JWjExLgLBdV9P+OWsBzk/g45LjItv8v3q+MrIjHHw3nsn9dGtsA66nW6sN9wT71UJQfeilxFKPIw2i+GM43pnBE6Msc7/9lx1OozMxZHJXIGpoxCe+QhikkRiyDL17ww9QWPofCnqbr4UDbdcqphFTjuxU1A3drsOLXdcBSP1kPbGP0Pb+TK0EmANcnTgpf8B053Xws/KUIOqFJyaI6uR+2Y/VH78JLR5+9HUXAGrRQu3vQFeVyN1UTNCfhPcJg1qj65F+epxMG2krTz8MnxJb8GXvAC+7HUINGQi6nP+CDBoU/OWv6xl5GcRy2dycAZvELmpCchZcB/qV9wHc+UJuCIe2MqOwPDeaJg+ngpPfRYZ8szzg5wU5jXFmSh8dynKn5iIBrKNHCxb9PQjKHtwMJoH3E4N2j6oyXYRc+LuejVcN18S35xcjn3q3wmesYPhnjUNHgLH98h98Pa/GfZeN8HcqwNsFNNe2RP52UnwyYl+B3YiUlGiztn6XsCRQ7n876+CjUiUM7g9kq6W87IZF4NTHlBrq9w9roWr44V0WL9Fg+yBc8l/ounK38Bx7W/hvOmP0BJIZbdfg9LbrkHVzZcpMV3b6RK11a2MbXn4ebK1v7RHiMhuPfEeNGvHQJ/xMbxuHYIxDxvFgUjQhKDfiKC7mc8m+Pk7S/ZOGFbfD8dLF8L98u9hW3AlLAuvg3XTGHhL9yPqdZylBv7CJX05yyy7XQQDPjUBX7Yf+Qw8ksOJD2NEv8IyTrpGnb4BBWkHkLhsKvIeuRi6+V3hKN4HR9CFltLjqFozBvVv9YL96FsIGyrPmL212swozjyJzPUrUDTrGVSRZcqmjUPRlNGoo5axdLxIbTLukS2EGQm8fTuqXUQcN/1ZHdWokrWytTAB4d35EZyLXoHj4SFq3ZWfYcox8T5YRvZVh4TIkET4wA6EctMRrqshg39f4NB2BvduhW3yAzBSDDuJxvCEexBiTHTe213ZPQfDkuvmi2C75RJYrvsDWeRXKL/012i67JfwXf1LtT9gEQGTdMvVqKQeKr7+IqT2vBlNr85E9FPG9RMHEaO+kSr3UNDqDy2FbtVQOJNWI2Cphc/vhC9oh8etZ4hqgc+uRShoYNHBUXIYpnXjYJ35X3A8dgGsT/8L9K8QPLtmIqQrkhV0ZwUcAYyalsnymaUXAMkSHh3jfn1tNUxGnXqPWqlK5ySTu8Lh+Mi1rCezmnWozD2JjG3zkfHGYJROuwiND/4T7HM7w5OzFWZDFcqSNiF90RBUPP0nuJb1QDBlNcI27Td0mZrG63HDUFKIho2rUfPEBFSMGYLKRx9C3ZMT0Tp6EMx33QgrZYL59itgIXu4ZQ4VO7iPrthJUyJHJYTfW4y2+iqE6qrh+WgNnNRHXoam4Oxp8G9cAe+qBfDKMeDPPxpvF5NBHdh7pu1Yzrw8Rgb06GLcC1+G5Z6usNA5OUmBLklh0+q19LtF2Wwb0eqe9QT8Lz8F02NjUH1fH1R0ux6G2y6n1rkaLd2uQf6Nf0HpFb9FZYe/QPPoaNgTj6DNakKb26l2M42091D94WUwLuwK17tD4T22CNbiY9A3FaO+oRiayjy1njroa0U4YISjIhMt7z+PlmcugWk0gfPYv8H47ig4SxJ4w58lsvztJdIOgC/YQ7LKamEgGePL+kJ6vbCIWPoIBWmU1yd5HK22Hvn52SgpzoXB0AovO5bT5YLRoFPFYDKhtb4SLek7ULeN4v6toSh56krUPfJvME+6AI4HL4Dttc4wJW9EbdZOFK+fgtIXr0bzoxfA+ewv4FvRE76MD9RmmbF2sIpTlF0+grLbR1Mj7Ls2oXHmVNQ+PhYtS+bBuX8nvPt3wL2UkoLuyEa94hgzCD5KjEjSUUSoU3wrFyCwYQXaNBUKhjHeSyj5OLx8jxxZ6ZeJXckJiFSWInz8INlmF6LlRV+ZjPf9gCMXL7Poactdzz8GI7WOvtvVsPa4Tilw8wuPwbRigbr4UGEOopVlCGSmwLpzMxrefgOttIvBhbPUCb9mxmRR+LpHR8G/eQ3aDM3fcB4evx/GE2tgmNsRjhf/BPeCzjBvGIPWPbNQcWwlClJ2oa4yExZ9LUytGjTSZVXsWoCil25D2Yh/Ru30C6Hd9xoslmr4Qma4vLVobc1GozafOqmejeD6PJzIRggup0MNhAbYKNGvCOk2tdAt3L5pkYxVuQnw+vpalJQWqWcZo7KyaBtqUV6Sj+LCXGRlZyPl4BZkLp+AvOduROlUhuXJv0XzY79Cy+P/isbx/4Ta17uh6uQalOxfTDvdk3X4R7hn/D84yZjOx1k2DIe3MR+RWPQL4ARDKnsdo0X2s54tBI9l+wfw5mbE5woT5FGySHD/dgRWvoHQx2sRKc1XbCHnf0Zbm5Ve/SKOhtThsuHUE/BvWgvfB2Q6dgjZJ6dN1vu77Krd/97Y1d9eySlJLbsVwROHYX1qAoyymmF4L/iXvIpAWiJDQjOiblf8SySbykqOyCGvBj0CckiZTEls0NDaZyIgRz4nE4SaEoQCnq9LTjVT0HxyLfSvd4JDKvQF6pbnfg3LC39A06qBrPC1qClPQ1VZrtqwMb/4U+SkLEXy6rFIfLID0ud0QdHh+WjUJ0JnOYEKzVacOLEaR/atR0lBAtzeOmqX+DQPCStWujgT6VjCzNezzNJo8pqcXCPTKSQh5+H7XLxXb/tWJE3aChTlnUbq6f04cXQ39u3eij3vL8LRxeOROLc/kl67G6mvD+B1dUf6TLrIJ/5KUA1DUfJqVBxehMbVI2Bb2QPeRTfANZO6cBqBs6ovfJXHEA37vtBbn2kt2cRTtoxhe0RsFv78Je0hQGO9xwiINkNL/NzQv/UQkMjS4Ypiss2JdhHsIx8x/Eo3bl/7f/bA+ey62DPl5FsPARN6bwlisqTia+MaJH+EYEcQrm83luwZkZAfXpYAxWQ8je9kw8RvUiYjtSS8i/o5N8Hy1L/CNuUCNI25APUTL0Dd4t7QnFqDiorDyMndh6TET5CZvxmFleuRk7wU2XtnoyThDdSWboPOeBhNrVtRVLQOJ46swYmDH6CiNAFObwVCEdkWxM16C6idQGUIQSaZfZsj+vw0GFnEr8aiWKltHrJZK5pbM5Gb9wlOnXoXxxJW4+DBldi9eyl2b38dB7fMxNHtT+LYnqdxbO8MHN72GA5veBgnP5yM7GOvoaJoPepz16Dp1DwYUufAlvQ8XIefhHfvcwikf4CIkSI5KsteYopxzsXQybe1hwAk7LchbGxEyFjLENnE+iEg8d0Ghr/zPsfCPG31VNlkkLYv7YsbawuzZ1LE+jSwOzNhdeWwcnU4U/JNXhXt4KY+sFqtakaehAWL1YLqU9tQuXI4dHOug/HFK9Aw5w5UrRyN2gNL0Vh6DNqmU6ioTkBJYSJqapLRamQxpcBkzYLTXUoxrSEgShhGUtCiTUFDVTaa6wsZWmooshupS5rIbEYCx4cv9lw/A9N+zVXFYgR7sBUWRxaq6whcNn5KxgqkZ69GWvZKlhVIy1rF53eQkb8SWaUEdNkSpBcsQ3reuyiq2IY67W40N25Da+NmtDQT5IY9sNiO0UHmI+o3x8cTPuuG4YAS3qFvySQLjL85r4gsSUYNRawsZJOoh/cg42r8jLATgZCLrwXa/zoKf6gFDl8pXP5KeHyVbIcavs/M9jzHwGlXlV+ZrxtrC5ApeAHOIjZWKsyWkzBbU9h4taxo3xnBI8MCMjVBKkXciUwdkMlXsolQXdouNB9aA8uRDXDnHoNTWwK3pQV+D0EWsPImzWoQ0ee1qwoJx8ggFMAxZYLZU2PicGxkawetO38OyXJfn3qv12djaOLfqdzE30m4tV/bF1iKqoq1O/PQqjsEbeM+AvkAmloOorF5FxpbtrN8isZW/r/1MLS6A9C2sujIgMZEGFk/FnsiTOYDsJj3w2pPgN2VCnewilfu/hpuZQjFq+YvfX39lwqjso3+1xKcAmwfG99qT4bJlgaHq4CsXouAX8+fa2C251H31RA8wrgO2JwZaDZuRqt5B68jnSKc0oJA+64Tus76FOC2NrGsNl5sPRuygqUSbk81G6aOF2FSoPqbjcPGDsecrAC/srom6iGzhTfpsMFuNMFvdf5NUvj+NpsNH4qLzXAo/Dlw1WrIrzWC7IUTFsf1tUaLybX6Gyisc1jS4Gblu92ZDLmpLKf42mmWVDjtGXBYWSzp6me3K4usksn3J8PuSFTv8XmLCe4G1YhfbSxhk7ACgji+r4+Qf55n+loDt7UFWf/5aNHtQG3jJwyn+2C3p8HlqSGQyLyGfWTmRHa8crZRCU3EQbS0biDrbaN2K+T3fL9Nss8aOLEYK5+0GGYvlB4tPTI+NTPWDpgzhaqYolJ3QEOqrEKQ4FNarD00/O0x6HPzUI6FoPG1T17/xmbdckHCrN/QPmLVnYrWPS4CxpEcB5BLQJHO/6ewpH6ppLWX1Ph7+exx56q/j4QtCiDn7hHl/ZSjVb8HlXVbUV2/hWGc7EbQWhwZ0JsOsuymJDjM6zj9+bV7PLTh4e+/weYPYJyY6hVtbd99lp1aGkygmKmDWmwJsHgK+H8HzscjGo3bbQkF30rPbWcCPtkoLPOPi+FUQEluBwZ/trMoAMX/73bnEGB56jWn/TTBlcXwQ5aJur6SaT5H3UExmMl6HBqGzbKGDdA0fQSd+SD1Xy6crlzojbtgMO4gWApoVGgUWPex9k7/kwHnbB7CNGbeRIOZWsCyDzZPUVyQxQI431Mgvh/bBhjyWgieUsUgUryeQvg85ez1VQxDfKaLCwS0bMxmag2Kc77X768lYF0/0pnpwqI66s0MNJk+RVnjWpTXryIDbef3lzMs62CzJ1GLnmSdG3/wt50FcL49mIjmkfB1ZkEcgN1ThgbeVI1hExnnCMUa43ywWY1Hfd9Z9uf30ab0joTpUIg2NtSsfo7QXUYiLqVbIhHZHCCk6kVCufxOHA6+ZQP8NsTOQcdpU0zoIsPpjftQpV2NSu0KGCnGwzQwwiz+QCPB2/C9osQ5Ak5bO0CovmNfzFKLUpiF2fjiZqRHiaOS932Gs2DQSTdSBZ0pEfX6T1DRuB4N+p0Uc0XsJQZVsf8wkGhr+85LaOIiNtDuRiJf6lRt35nhIgSTP2Sk0XB8UWc/CDj5DEcHKJBXQ9uykcK3mGLfr0KvSIs4u//wx/cGjrBKmCHHH2iCm9TrID1beLFmCkSLOxsObxG8ftJ1oB4efx2tXgUBk4q6pj2oa6RtpT1t1B+BwZJEdV9Ba9zKG7arHgyc/zk0X58C+mOyVpSN6GQYk/DtY+j74cAxMlRl0intRrPuY4alRNVWP8bjrEJVMGSBxZlNrbITlS3vobLxHT6/i1rTVjTbDsFsPwkj1Xu9cRvKtO+iWLMKJbVrUNXwMZp0xynUahTwfN7Kdi1QR7rXt+d+/hc8VCrDQWdZB53jFFodJ/lzy1lvhvBlxnE4shiqDhA0p5UM+GyA9x8AOEAgZIKBzqHG+DGKmxahsP51FGkXopZAMbjSYGRlNBg3oax5OXKq30R2xSKU1K9FXesnaNYfJ9ukQ29NhlGchreEN9zCoidt2xBr++7bkMRDyj/GFNHvVX8BE6zOAoLmNJrtR2B0ZTBcnd2ZExIB4rY+pvSVX/JqjAKBQOs5tvvnADghCj2Hv5o3nIZG637Umz6h6N3DUFUAP1Fv95Wh3rILlfr1KGl4j6D5ANWtW6E17UK9bgcqtBv4+kpU6d5HqzWBdrFYDVkEgo1KZH7XGxYbGY062bNMZEH7d06XnzeiAdTwjNVZiAaGk1rjZrTYE8g29bz2L61zFx3JexHR3BaNqZMCI2Ev7zWupaRzSeJUxHYk4lHaRU2ZiEVUyI9rrh837J8VcOSiIgwrwYhFjQF5aDtF4EXacwJe6ha9M4XgkcrZzvIp6s27VSir0m1EFUVbZesGlLesQWnDamiatqihCklGBQL1Cgz4DjpDKihAnWW2pEJvzoDbpyX/BPGP+hAhbOM9NpkPo1r3AevgXejsJ2iPrV96T5jasBkudiR/UA+fSw+nuQo2cz47WCVfa2YH08JH/einLvrhovonBM5XUfRNKykA8gSbGLbSobVQFJORtJa9KulncCaTmfIoprMV29Trd6PRcJSui2zl16hchwhrn182gWYl+VvIKAb2OFu7gP7S90TMjOlJaGj6AOV1G6Fp3g+rq7Ld9v6DsY3Uia8ajeZ9KGtai1LtGlS3fMLrLVH23R8wwuqgkbBkQms4RNe5m2Uf720ParVb2bmoDw072cGO8p6T2cmKKRlaFfOcj1D9oyUAJYfhJhPpeZNN5kPQ25PpwhrijcoeIqO3opWEqYIERVjlPiyqN9lp0422JBhMx2AwJ8BiT2PcJhsFpaK88XEcOjG3q4DuYQtKa95CdtkbyCx9G3UtCQxbVvwjPdQAJEGjZ1ivJMvm1yxAUc1a1Lcco1Go4L2VocVwHFX1H6OiYR3K6xnea1fzPctQWvs2KptWk6HWo45s3arfCju1YcBff147yI+aOY7KVAQCw+tvIkjMCkxf7YZf5DziqwVcfF8T7BTMLWSjOlZSrW4TGk37KLjT+Ho5w2KdysQ6rZload6Bcs0KZJW+huSCOUgreos98xgB5sQ/ykNA42bYabEcQlXramq7t1BYvQJlms1obDkAk+UIWvTbUUaglNeugrZlE+qbtqO6YQtqGrfQTOyCiSxjppA22o7TsSaRjbXtDvT8JU1/0iGHv1/JAbKOnWAzUGBX0bmlqfDWaDlAEX4YRnc2XASVjBG1NlMv1a5AkWYJsireQGrRqwTQW2ScY6xYx2efSED6z4sGiLJhfWEdLN4CaM17yDQbaQrWoopmobpuC7RNhwmaROjZKTTad1FRuxJNut1w0yg4GW6t9nI43NUM3VqEQ3ScNA2BoE51xGgsct7b6h8KOO001D5RKaKoOMBKs3jyoHMmwuothMdbxjh/hMyylr13MUqalqO44W0UVC9CMXusJBc9nkbEovGsbkiysnR6UYZGmXSm3MaPlOATFyTfEaTYFdZsJUOIIajWfYja1k8ZVhNhNKbAZEyF3Vag0v92ZylfT4DeeJzXXa2GA+IDyNFvmWnwU8wd+G8LnK+3RhShKMVj2IBAWK8Yp4m2vrx5JYqblqK0ZRkqWtdAoyf1062YZQ4Ke22AjkS0k49Oy0Ut5HTnq0y2zOILhQxq7Ch2DvMcEpIEME5fLZ3SKdQatqKmZTMadHuht6QQIDXwes0U+jKRzEYGcaphm3DYQ4Y08XXzORsO+Bk4X8cQe6NP3JqTzsNysH2Ufa/KhVg8OXAHGwiMJuXMREj7QzJbsEFZfZ1lPxuUPdtxCkY2rNGRSmeXB4dkrwPNBJNVpRhifyf/oabqMFSEo24C2cLvM9AtNcLhrILJnkunmAitaS/qDbvRakyiA6pBMBDf5+a/V5ryfxRwKKAZwoLsmR7Ge09AQyA1s6cb1WxESYxJKIrPnvOqJTE+nx42Z4ligWbbYTWdo964kwy1CRrDFrLUfphsKXQ2lQSCWQn6M87FkTVXkTCBZiHgqgi8XOqwdOjNSRSxJ1RWXGdNgsVZwM/TEowulZT7YUMJPwPnh0DmGyPWcR0Uz5h+e+xva5+l6FdZZS+B5vJrlPaIN3gqjM402NyFatf2QEBP8LnjGdy2b07XjGepvepzbK5yNR1Tz7BodGbQ8eRSzBaqAV1J3sn85rboP8amBz8zzrmhLBXuJBekJm2r6R9hpaOUED0j07QDJxZfHuP01sDhquZzLYEkjGdRs/ri86z/dzz+dwHnh6EuHgYV8AJq3EjC2udO7X+UgvkZOD8/fgbOz49/OODIPz+Xn8v3Lf8fQ0Tqkf90/lwAAAAASUVORK5CYIIA" width="97" height="73" /></p> <h2 style="text-indent: 36pt;">Drama club. In English, Moyenne and Grande sections.</h2> <h2 style="text-indent: 36pt;">Tuesday 3:45pm-4:45pm &amp; Wednesday 12.00pm-1.30pm</h2> <p class="MsoNormal" style="margin-bottom: 12pt; text-indent: 36pt;">All Sorts Drama Ltd.&nbsp;</p> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAACXCAYAAABTNxqUAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAHn9SURBVHhe7b0HnJ3ndd753N7n3ju9F2DQO8BexE4VSpTVXGLZspQ4ir2xnayTrBNnsxv/sr9N4sTO2ilOnEhWHMmKZFWSEkWKvRMESPQ+A0zv/fa2//PdGRKkSIEgCJEh59oUgJlbvvt+5z3vOc95znO8FR5afbzlFSiXJLdHKpUK8vCnPUrlsjxunyoVl1wu11t+79UXXvwK/MEf/IHLe/EvW33Fq1Zg2WY9Hh8/Lju/wpSrf7rMX6wa9c/aYlaN+hJX3O2uvgHOWW7+8epzz4x8+QmX+DmrL3/zK7Bq1G9+rd7gmVXDrfBHGcds0YYZt3ntcqUk9+pheMkrfLFvsGrUF7tir/d8rNnjqYYZ5VJFLreFHctWvhxnvx0fs/oeb24FVo36za3TGz6rXKyQKJqLriiTTimTySgUCvFfmJ/7L/HdV1/+VlZg1ajfyqqd9xqXy1wxEIjySmenlc6k5fPXYeQRqUIYsponXuIKX/zLV4364tfsVa9wEDvnf4DxvGUFgm6FwuahK04o4vauWvUlLvFFv3zVqC96yV7zApxxpeyWq+xTxN8gr/eMPJUgP/TJceKrj5/5Cqwa9SUueQlv7HHjjb0YdslFEaZEoliF8VbrLpe4uG/x5atG/RYXbuVlK6iHAdRlwOpypYiXJsbGzovFMp57Fae+xCW+6JevGvVFL9lPvsApvBBDm4G7ig5Q7Txp1aDfhsV9C2+xatRvYdHOf4lRZ9wWflhqyN9zuZwUAeJbddCXuLJv/eWrRv3W1245bn6F35HNZjHqzMsGXSwW8darS3yJS3zRL19d8Ytesjd4wXI8bcWXcrHgIB+r4cfbtbgX9z6rRn1x6/UTz7bk0B7G9zCa6eTkpErZ44rE2tTe3kycvRqHXOISX/TLV436gktWIFb2UUip8qaLJSuyQFSy1zkJIpRTYDz7x5OHFvT1J8NS4JA+f1OPuhr5XegnP+B8Cvsq3/qCN+Cin7Bq1BdYsrIlguSBhjlbOuhxl/mz4rDyrDpOzUWpxZx+8Pwh/eUjKY2NB/TFj3brAzublCulFRBG/prHiiGv9mdctL2+qResGvUFlsll1FEDM5ajCDcMvEK+IK8/IgqJmkql9OXv7df3j2Q0XVqvPesadNc1cTbCjOSrcRARe7yeR1710m/KRi/6SatGfcElczv9LNbE4nLZ34pO/Jznb4OT0n/6yn06sNSuYscVqp3PqN4/pLamRi1OzModC8sHF2TVeC+4yG/rE1aN+kKe2nGz/OdQpIuqFDJyB2s1MC196duPa/9Eq9qvuELdzX6N7T+g8tK8ihmvvK4A1cUUL/I73nrVsN9Wu/2pb7Zq1Bda62UY2uFxWHEFuC6bLejZYxN64si4Ou74jDyFOVWmR1UokEmGWskbMeJyRr5wvbMZVg36Qov89v5+1agvuJ5lqByEEBZTE3a4abCdz5R04PSYvA3r5YktKTexoFgkpgLx92h6nv/K6k40iqfJt9wRc8GPWX3C27YCq0Z9oaUk5LAQwh5WVPEHQvIqqPG5rCINWxTM5zQb8GnBV1JNY0gzhwp6eP+MfvUjG+XLT8rlhYa6+viZrsCqUV9guUsuDNq8tEPnAJ4zGC+XVTLu0eh8WkFPjQJzS/LO5LW9t0uP9hFr3/O8YjGPPn5jCy9cIiwBLfGFrY2Al9v/uvmv2sdYAgO3P92OnMLKw4jYy/TVn6k5vDc+bNWoL3AfLXoogHgY8uF2WwWmrPpERLs2bNDBHwxrZqlWxQY898K4cosz8jZt0vjpjP7tnx/WxHy7fv0OXhKIYtrSkTNzzqf1diSUYK+4rDPGCU+q3ecruiH2nBWphVVO9sVvtFWjvtCauRastUUV6zl0Ux7E2nzY4dUbk9q//6z2HhhUy7akwg1tOjO4qPpgRJ/41Q/r5IEX9Z+//2PlF7q0bft2nT57Wuf6T+pDt16nEAadyZYVC7hVIroxZSfMmwSzyN89y80Fq4jJhW7NG/1+1agvtHL5IMQkv8oYshMwmHcliFhT69VnP9ygpQe9OnVwUJVEC8liswrleWV9GfXsalK4UXrwVEUPHXpI12xu0Kc+eJPWtYRhpuLxgzQUlLO8Y7Xi6Phrt/+8bhmqlqtQ4IXuzuv+ftWoL7RsyBxYCFDGW7tdBRppCUUUMZvUVT3tinyBsOJIRPuPTGiGSuNU3qWBI3NqSQa0sbFdoZacGiONuqq3UeubPPQvFpbDDFNzoo/RIo/l3tyKqeGc136+Klt2oZvz+r9fNeoLrFsRvNnrCclNm5aL2NqxQgt/C3mQjaK2uPLauiOgD3e4dHZ2GFLTiM4Op7SzrV1bNnjVEWvAxXsVilKtUQyPb2liwHmPKoHPapPWveut9jqaXb+Mba9qd74Vs1416gusmhm0IR4eUJCl1AyGnQW5gC/tmlQ+2ydv0UsJPa+amrC2RzDY2XFd1RDTlq0t8oeIj9kUJv9RyM5rfH5cBfaF3wvi4VQn86pt7sCIPQqSTLJLqlohKw+LeVaZqxdt16tGfYElK7nx0MTAS4vnNDD4opLJOoW8Daqtb5O/4NJsyQ8br6wab6Pc/NnRMaxguKJAPIlfb3Kceh6BG69SaoovsDnSJISzyuRSKgVLOtO3hIcOqKG+XXW1zVX2nwUhq3IhF23MKy9YNeoLLJ0HKl4lP6Fzp/erra1NycZeLZbCGiWJ8wYaNDU3pJPpAcXcEbVjwm31OZxrO/68SXP5KSV9AU1rEfWmlDqSVBlp95p3EYZ4iuqoqVND+oAmJ8blb6jlSvDehoeDgCBtrRKWvXqDLt62V9fsgmsGS8/Cg2BCgVCCcNevmfkFDcxhiDUB9TS0y50aIRQpKF3OKaOcXIGSUpmUFgtLCoGWhNxeucMxTS7OanZxQYFETDnCj4liWp3ta+XyzfIZfhVyeRoQztPfW+lMuOA1rj7h/BVYNeoL2QOe0wN3OhJrVr4YomDikycQoKBC/EwF3A0vxE0Duc/nlc8aCMy7ej2QnjIqli0JjClOaR0BBR2ePY1hL6invk5ZjH4gNac2OCKJ+g7waoJnIL2XZcrsJFjuUr/QJa7+/tUrsGrUF7AIp/MF/kZ90xq8qYu/Y+DRgPxpeB2ukmKVMOSlFkXjzYpXFhUozhIyeBTCyM1IvYQfflq+rDxu7Yw2ccDPn650UbP5lGY8dUrE4hCf7FaYekgVC3eQEOdfq4+LXYFVo77AilXL2F75/XSx8DdDmQ1PLucKIBZQm1w+CjEdoCI0BOSzmp9dkJ+4ugbvHiZGxn/zAhcJokedDa1qY5M0+mNqaqvRDNzsgNve1+/opq5I7zldNpTlS0gsvCocudi7+z59/qpRv4kbb8mboREmI+ZGRixEB257EsgugsHmKpCaPE5xprCQ0tLMvGI1ZQe287uMoWdGbR9SVp0v5nyalx94iV3CgSBmb4SmKtejClNbT+Sql34Tt+UNn7Jq1BdYPSKB5SIJxoi4usth2bnUEm2wgALQGVFI/nRRlMHkhQY7qMgy3dRwZmP1eeCOmDHzHEfFiUKOj43htuldy/2PKxCe09TLBjHd61Uv/dZMe9WoLxR+EAqYh3Z08hx6KAZnMa8ZnflcK6xguRYxlPg9oBw1FGvlqnI5+KGjrWDbwUBoSyQrFHIKvA91Rd7H3LRdRKnK9VjWD1lVd3prBl09Cd8Hj5/W0b08JQ4jhNexzMNwYmcKLo7hws+g7wVbNuNcXi4SRMfFYojmp4OiGsg/UwbngXyIgoxV1IuBHIkift2QDKdSaIbtUtAphVenDIAWLj/4i1NwqWovePHuqkB4cvHeq4+LWoH3hVG/3oq8zIBbrty5Gea5wrsw4/KRADoPF93jziq9gkRUMGizaVNncvPLleKfy5VxSuYWHJvwDdE2TQBGhDJbNh9u6aB59arHd8KXUmJZnN1ClBJiOQb+Ae05H44vXxVuvyiDft946tc2vppBr3hvg+ns4TS3YGtWpnZ74XY4RCNTZ4q9TuMsoUKVK4rR403LWB4NBEG/UUl5XTld1afO5uUG2nMZR9pM2TSsLfxYbgooYsQBT4pTgnick8BNWOJdlikzswf8WE4jL/q+vq9f8L701GbkL6skYXyW/JUJHQS11OO4WBK9Mk0BRsqzFXrZFZutGFvPrL+aNBYKC8qmgN8of4+ODun4sSEVUse0dn1SgShoh3umCgES6bnx/tQmnUKMmatv2fm78PgWtax0v+SLeHTQE0NaVh8XvwLvS6N+9TKZ3zTjoepXgpHnuGxDo5HkhZ8hzauQWaJCuKRMflG5/BL+FaaeOWf+yxmVtBBTlB7E5vYkxrhJtXUkioFzylIlLGbTyPvi8eGQ+AIR+bzWFOBlfrkNe+a1PutX9Cvg47Vlbgfv6acQY4GKpZ3vk7Tn4i33p7zifWXUr9dJ4nUyOivxVZTHaH2+vBZSA5TGF+XxZYkqUiSNeGXatCIYZajUrGConrFySWOPasE9pxp3s9x5dgPGaA25TslQhCCOheYUhmJaKBKKWLSC187lKaHnLUwpaX5pUhU8cwCkpFSoKEnZ3OtPKBih99FJJt9Xt+htMe737YqZgRtsNjfxEuSjKaikeMswbQDAERWStbCvF29Mta9cD5mpap8WhmSRRHD7A2yFkoYnRzSKUe5ZtxaPa16V2BgsOuc01JqwQgjiEjwRcDsfeWc1QQTZCJUVsR2BUde4N8EDOQdfZEjp1Fktpk5oesCn5sZrKc1vO78R5m254e+HN3nfGPVrFUZtipZJF4yN7lUap1obuwoOdC9e2698GY6zx6ig2J3fzNcGFJU1MTWp+cU51TfW0QAQhLsxo2kYeyVDNFyLGCeeHoWmIl46k51SGR71fIkKYyRK9TAMPOgBVXErCH+aXeAYbLlAqJFrVCTYyefvJNSe0mj/83BCzqi+2RCYje8HO3xbv+P7wqjL1mWCqXkMm6Ntyh5er03TgvXs65B7vV/ZUJMCVtYupzA8EjwQjQoe1kP44alEdGpxUF959Hu66cZr6E9c1MjBUR0e3K9AY1LTS0MazS6i2nRcV7b1KtnRre8OHpMPiV9fPWK+WY+iJIO9NevUHV2HQc9zBYQfmQaITFNyR9AEIX53q4YTIaCm9qhCNVaK5HpWIb2LNvj3vlE7lT37msvNf477tUgBboavVvUbbxMdWc4cca8WNDH5jOqi7XjR7ZgdIjQOe44iCr9bWx9Tb32DwhRXfL1xLUbm0fBYo0SwRv1L0wrWxTVXyiozP6KGEC1dzevVFlun0dkh5UsLCvuDhMjg0ZW4ihRw8uF+5Yf+mgaCK9Tac4sKHgw5TKNBzzWERtQpi51OQrr6uLgVeM8bNREGSd2rF8WE/23cobUK5gkL6MISHViIKRXVd+Iv5Fm/XbWhTaoQJRSIiX0UTjqSG3T39S2am5nTTHZO2cCS6tsbtDi3IG9zA3izX0n6DAMgGJVMQdEi3hmvW8vn19ACNpRlWyyM4eXH1RTuggeSoB9GOnnwKyqFH1WiaZ28kXa2Ebi46Yt4F5y4fPVx8SvwnjdqNyQkB4m2MreBd/wBpZkfgUsD2/kobgeNo1Gs1fTwCaC1GZK9w5qafEThuusU8Q1C36CE7lqnOJ491lCjhdyiHtj3bfXu/ICyHuimReR9UYPc2bJWLTDxJul4yY4N0LpFiBFY1GRmXCPzBYX58MnhH8kXHVVt602a3B9ULBqVp+klksT7aP36NLPNTdoMo/bgzYnNva8zieDib/P76xXveaP2eKwyaKpH1XK2gQ5VpGIGybB+ubNPKRQKqZjGc+ZO0gW+W/7Yos4OfkuuGbpY/F/SVLZLtU1f1NmxjGpbkoQT04QuUcXVqPnyiPpO9zv8jloM2tDnuC+iNdaYayO6iNNnF90gLHm1NqNus1RDv+OfKjX9A6iqV6hjM0WauDQ5+JBmMs+rsYHEsPwhYPNm4n7kFVYfF70C73mjNj5FlavMV7USuFOkY8QFSeLc/KQGnn1SgYZjam/bpnAyIX8tyVoligFOYajfl+ZOYJxrgaAToCV5Pb93rzxBv3ZvvFZt4bhKNAqo3vaNxQoeLdHCFcLzd4TqqoXIQkm9jd08ZZHAIqRQ56ek2QPo7H1N63YcU7jWuH5Nqo1PgVM/pezSo8oUvq304kbV1/5z+iI7L/qmvt9f8J43autIqdI6YdRZkOqU6ihRuxvU2rBL/k1fUNH3JJgwxhi15VigezwqfzhBTeYF5aY3qqHtM3Cg67RhbZ3WdjdhvwEMMSJvgUkBtGtVU1Bn+/C+4NL8aZ0xHgOnXUvg1RHVch0AehDvCDmSt8hVM0kz7lmAb6qUJd4tblO9MOAseiL5M6pwcpTys3jsVaO+2E36njdqIyiZMVMvdEzPKHclkjePN6ogIUTbpg5lpz6ukZH/U8mG/YQOGzFGijD5EWULfmVccTw1mDUeHpMkIbRGAKikziAYEIwViqoRkqxDwBw2RRVPAJiQoyFoSZ8xfPNIjPG7TOmcpimyRKL1ihoHdWmBKiOTco13UvBpctYDtHin2iK/Q5f5jou9n6vPr672e/vhci9hZFEooGjiLaMJFb/5VLgd8KAX59Ia6v+3FDqepA1ri3Ikfv4SopClDoVIJv2xF+VZ+lfgyZ9gtW7nvwR4N54Ydp2b1yMdWV1AC2v8ywQkBwZEA9IqjJqFTtqOB6dwnj2nEwP/kVDjnFrbbCbjMWL9HWyAhLLof0z0rVe88cvyN+4EBfFzHavcj7dine95o64gPGOtUlW5XCMqGenfqKBAefAxpkb/hPDiHjUkdvGkJUrkDCEy2yxM4FXnMNaAFoqnCCfuVwCjjYSv4/dIJRAfl0vwOZYN+I0W312prRp+7jnNT/2Rov771FbXhHdulTfdA2w4QfJK6JGNyM9za/x1oB4m0F49WFYfF78C73mjtt7BFeqoEUBdrhQJILRSoLyFxacpef8ZetE+FQtZFRcJU/LAewjPlIt9Ki78uhKJDYQcxLkGB7otvl0ZYQvM5zFY8EJLiMEWhjU++V3NTD2peLBdlfl1mstNKVoDidU7b52NioTYcoEzSJQdkj++gfkxRm9d4bxe/I19P7/iQnfkf/21MaUZvLML6qdp1jkkaSP/Fwc1l3lQyfKVUEM34aW3YrQNyqS/idk+Df8DzTw/YwD8jYQeZUeoxqGMUrVBfwlfb64fLI7CzE97lPh9iQYCV3gbojW/q9rgHj6jjAj7v1dD+3PqQg64kEYpxJvHa++n5H6fGvO3ckBQqnd0flcrMBdrhO99o3ZOcSsh0mno1GHwxMxeBk2GZNSMBt6vyRNdS5hR5VKXRkaUc99D/BtVbS3tWN4lh/dcKRNyWJuitXI5EEq1D/FCrSkVkka/v0ENjZ8G1SC0oRMmkMMzTz0C4ekp3iCi9NJm3oYmAhRWvd4aoEOYfAFLOo2+WpVVWH28+RV47xu11brtJF8WiKlAVELIFOtsU1PN57Bv60QJKW3NJnjwSM216OJ9HIL/CBCbDWax3y9rcpiztsFD7mVDexNO1Fu298iyEUhUyRaLbIwAaqcNibDy6UVNTVHECf0SzQPQTD0HeW4dGWaDs22qu3D1cbEr8N43arMNs0XHQKxlK4T3XZYmKDdUDZZwIuAxPJskMhZAEuyz/P05Zo9TECm3EXrY5FrauNyWXFplEskEq+K8mW4rhNkJkHluho4WG//M55soDtTWXHqdsvNXqr7rGj7absWNDo6OPB81m5w8tiGW+38v9sa+n5//3jdqpzWrOtbNQRRsvrgnw9+zGGyymuYVKaRg3XnvGP9op2zdwkCiFpJFStW2JdxR/tdasghETK/acfXWkvWK0M0bGVGaDRPy0DHu6IotwUHJY78BJIFvAeNLKNlyAy2RqFe7xjD3KHTXKNsHXrahKquJ4lvam++4UVtJhBKH40VL3NQiLDdL56r00Ff+NAMyap1zr+lYcRE25Je7v71mpEXYdE6/FHEohKKzx8co1mVAE8a0fs9NAsZAESn0Cq4Md7liwjH2Wcur4FdzdRGDdA0Gu1+zoMvzWZyfVml/1cbvn76EYSWq38N5LgWfFe8e26DabRte/ozoymdzQd6VOPodvztvyabe8Re948vmhKU5LoPY1WRsq14QwyQIrlA0Ma6zxQheSnglkq4CPX6WbC0ig9vfd0a1xWE1NnY6DbG+sE9DjFd+/uG96j/yPIkguDPIw6HnHtJHv/hPFKlHqd+kaehuMeC6YjulSgZZfbyHVuAdN2ozYVNCMmjB0AVXEaL+4CFlpueYFRTW+OwEZe2M1qxdp5bu9fJGazV65oge+85fauz4XnXV0UrlbqVaCP2T2Pf4vkHNDGLoiSzd3Q0KxWN69pnvKPPJX1AYo7aTwWUNAuZj30Si9x661++br/KOG7Uj2uKc5sYddmnohRd08J6vqrAI9wIudOHcUc3Pz2ts7Xa1bL9JlWSXXnj6MQ0+f782w8AfH/ZUu1XqoXASD2RGJtXTLa3b2qvu3ps0MXpWofkxxyHbhK0KbD0LG0wr2mmEXR2u8p4z9nfcqG0eoRUncqRHbpK6xTNHNXfoGbV3hJTsZXIV7VDjA6e1MHFEh+47rYlSRClGXG3ubdLOnlpNjM8pHp9QTaSO5tUa9W6oVeMWmHVbP6yGbTfrqT/9Q62/5QNKtq/hRKCmSGnbQ2DuqDGZ135ZqeY9d2/ft1/oHTdq2PmOZK0f8XEVKBl7M4ok0oQODNPcuUMjrR9Ty2yfBp/8nrTvETUTYsTrkkrU1VDanldzd1Kbmtp5D+A2+rTSdLDUtN+paO9n1AfS0H7tL2rdhvXyRYxwb0KNy4UYJ8tbjaffi5b/zhu1MdsoiDhUTqprzes3Kj2yQ/MMsJ8YGlPtDRsVKzYpN3pSE6eeZwTFHDO95xk/wTDlMAr/wGG+GAklWhwuytmF2ZLm4CjHc7Mw3yrafeUNiiJnYBofHgzZZHarj1WDfi8atH2nd9yopyBohkgQjWJkDYT1a7ZrcWC3nv/eX2p++HF1LfxvqovDsZiZUALDLeeCylKyDsdaFEzUKgkc2D+FtFekrA1bNquxLahzYye0ME7MveVz1VIgbDyvw6n2OJU6qtDgwCYGSbe46W+sPt5TK/COG3V9ifHGLkIJxBMrBrPF18p3zd9RV75d+/77H+mxL/8AbDdPWdmr9uYQrDo0MRI0q3Ll0QAst1AXxj4EYQjqpj+ORkeR0RUxoDwi5vIc1UOei+EWCsgc0LGyIpNblZfmTd7jDjsL3hO0yiRFIIM3XSX0rilZFpFUK8GD8QCdOkbgtO+YJjYSDl6vgxI5JSZ+FHBP8reoGKDnOIU4zsCaHqCoVzlX77LHO27UFaZTISFnUyYcCdwKcXF7U70WGKQ5wcKV0/Oqa61TU10Qeiaaoegd2Ci2XI6S99y8atJ42xJTsZAnGDs7pJ6etTTQzuip/c/q1tY7VNPQTHLIOAqnDE3TFbMOnbYuu5WOjP97+0FxnrPQjifOQqPB8NXzoEpMpVEI5qJgH2azNEb40cRezjNsBnvAZIZtHILzavIR4KJohSIZHTolowvwY/vtSjD3blrFd9yozSOYeoGJjXttBAX/Hu07rQfvv0/T09O6YWMXDahGw4QtZ7rPRlDikc9kEV2kfwUNDl/QhajjlJ55ab/SVy+AglQ0fOKQ+vY/qh23mCISI99MpQn3bGGIPUo2iBOtjve6p6bwzuKyqkRZdDzitaGLA2PaNN3qaA+2N2KBZqCpFCV9/u7GaeSzdP3QZe9UdjNFchZoAbAIA7zIk0FAk81QsJ7K5erqqlGftwIBU5UxUUV+Zt0kBUrcj//oBzr40Pe1DcmuGgTQK9kZboI1xjKfMBKU34Zz8nw3Ah6lmiheGHyapDCXQmNj4JTijHPb1uBR35P/XbH2a7V282bePEDPYZVkZxunmi+u1OLfTbfk7b0W0zXJ7fuxAq3dCndtIpRgvVGYMg0/VxDDLZgmcVmLM6MaGjmnppYO1TZ2EN7V8ByLMjIIZCKIyaKZZqCLcdal/idVbuhQcFN31ZG/yx7vuKdmdrFVRRTAykzOfH5yQsOHX1CSQZvNUeMsL6Ey6lMN3jpWS09gyJqj8Lg2j4UY3G3K5XTSGhqye3sPcTaxXmZBXfVBDR08rIfv+xLij18Ap97MZ0AuNUSP+2jxYpEkk6DmXXZL3t7LsV7g0899WW2WD3ftkm/tenk23aKip1mlgTOamT2nzOBZdClH5ZkcVSbZBFnwg/L07lYacpWN9wjCxgpkhjS2/x7l9z2Oh65RomW3Iqznu/Hxzl8VQzSR3reAAtuGkplbUnFugl4+K/a54B57wKXjSjTXyhMi4XOG0iMywxHpseej5O8iKPeyKRrrrdXKrewCQzehmHYi1Phi3xN66js5bbv6LnXtvI1j09SPLB40TTurKL4bb8vbeE1ZxOR9o+hnD2nm/uc1C8U29qnf0nzz1XKf3KvRo9+Ve2xYLUzfbTSNNnKTxcwpBSZvVrgXjrevU8UXf6hDJ/aCOqXV6M4q2tyrcGMb+Qntce/C+O0dN2qbKe9ylPM9yAR4GVofcoRn3HhwGzlRoSbjj/AzYj1OTOJi4kEqiiWSG5vrFkqEnJmE5r0z4NMoQcsFfW92doYm2YCupJQ+2feUzlWWFGEmy2w5BrW0WS1d62jXMg71e/vhZeRdTSzISbdBIW9Io489rOP//g+VXn+NemondQViPaUwIV7CdLc59EikM8MPKXXyOZ6fJA5v1MLg4/LuuFnbP/arTPs4wFTfOVARqLzUGN6N9Jl33Kjd1uNHgDyWqWhf36QOPPQMOnaLWhsOKukvmO6oM4owB4Jh5HkbJ2HhisfvUSIc1Tzd1z6H11xUqLKAh7ZCTkEDFG4Qh0afzqtoNEx7Vr8mTj+i/QNwlZHUvfn2X1BT6/p3ZUz4tm6zCFDmYkE5X4NcG65X/VxWS08+p+gJmo67x7RAbhHiNAyiOuUhWS/iGCLWy8kEhIXxASUXEKBa26zQ9R/hpPRr/uxjStSsl79hPZJrwHvvS0ivYjl30olhHb49Ckhuh9VMIYUfeA0mYnBQKZvR955O6Xv7vdoyvajNeORFYKa1LLhracYRS/SBT1fAXOn6U02ijs4UHzeEhIejNQipf3wmqGP9I4ot5JWenqE0vgYZMfDYnEexyrxSh/bJm6nX2YPP6lR9p7xd3aoj7LFJtWgrOcUZ+7ujH+mMg7Pd8o7v+59u4w7ejiw8zQ/ul3V/7dyqtoIVwP/rMwB4Ey9oYfPndGxxQZs3o2uydkJn6VgLM9qjBgdSGDjrtERWauMaiTObhmJWguww08646TV3oiZVq9S+L1VDxB1/R1kw/pp36dJc/stiuGU1xDCDxoxt8hXC5w5sRMuSPDFNs/7/4aF9eun0hP7GzpISabfSpxBUpEG2GE8oxXwUP0OBajDoSKgGtf4wIyaqCWOGCkC8rlmphbJaoZY+/8g55WeYHV5DrD59SEczcXDvJmYERYih51VLQebJcd4fAlStB/HzYsMrlGo2nbH3rOHEJs++K8/W1zNxS5hfvljCAocmXk0WrIZaamgV0AaEsG/SWHwUjhiSavmyesDwgzHuAeI+xQymsIQwWiivxpaA8rGICl01Co0j2pNnnU4dUHmcXdCNo0CT2xm5zuwaMve39WB5O97ssht1pUiMS1mqSPuUC6O0BlRnxrFBp1T4UqzXXz3wnM5O5sGjo2LyBCy76zQ3OgOeWmDGyrQzqs0PYcl06mwEcongL4Xrr+BF44TW6UJQ9VBSY5G8WtZEdP/Zk8R7Xq0pxjgy2VQ8J15X1dTr7xvS9Tf8onbuvJ5/Y/hOA+Pyf85J8god1WkoeDtW+TK+h+W6r75IrtnoNJYKg817OW08m65S/zMPaWHqUfXUY4h4Yy8OwF2u0QChWmcra0Rekh5BE4VGjVArXUJIDLsCcG7axlQ+dk6VI2dIyCcV2owiq4+bxMLkWeP3ZfHFICWoRyYy4BCXqnxPG67pFYpf+r+/c4SKVlG/dv0aEpOKRhA+PzF8XJP5gnp9Ie1ojGlxKYeMAI2oPhpkiafdxSzOPsi/ISpVJhSra1SWkRPZWROkQeU/j3dfyigHhl1P00EpG9DR/lGdY+zFjl/6Y117zUcUjHMjOQlKCNKY4VrgUX1YNmrXuRwsvtutmst0DPs1tr0y69EUptS9W0NTZdWkRkD18MIJBBlqE6zJsPoGQZcSQcVrLSgEy0cbO5Xy6uyZScXCjNFb71W2jfCGBmJfsV6lti0sD69n8GnA8pt3YaZ42T21qfUXYMj5OP6Nj29lcMpSmuLU+8FjfXp8NqO/dfMOdTa6dP9jz2o83Ku6Dbeqffv3Vec+QZtWK0hGFhV+jNPEGBfHlahF/DzaqNQUMGBDVCNnJzQ9O6K1jXF11rlh8aXUcMWNCm6+UeHcIG2sYdW3tirWukHD/l59vy+lKzt96NbF8NVVb2xqHiZGVq1p2nTaqrGs6O9dRmd7SW9dbSauFkYtjq6Y/h7xtSO1ZlVDPHU53qqWto3yDb9EEzC3nJF2VK3UVl/UWvrlKnMpZXwl0KA4STcoFBDp3ExOUwOjat/YppoOO+VmtHB4XDN9w4psJUsiseQgfX8atXVhexwBmWVXEvBQ8vDo+dNTevCl0/q5a3ZpcyKgvYNu/dUhK1vP67rt0E17P6nnn/hjdUyeYDxFRYmY+RHCEWahuKNN6k8n9cTefj12Ylib92zUVVspriwcVCw4pytuW6/WD39chzIb9BfnPqKdnbVqiha1vSehJlRPH3xhUl/9r0/p9p1J/frN2wkL2XDm8WzT2WVaTG1/OqpM78L0/rxt4PQmW05ro+ycMQnLv6Qg5YyNBv3J0YBs3JoQhKbMYEqp8dOKJ+NK9ljzcUIzyStVu34ndjuo+ZfuAd5Lace1CPwwN91tm2QQQtP+QQUOTyAx/LRmdx2Tt3uTI5TJyl3SprwcL77sntpW3FhyzsIzjL5MPHxoIK0njrBI3Z3as6YebNqlE5NpfeJDV6oyPa/Hjg8r1ninum7olvv4/wOHGo/M6Lb82CTNs2EVqWi9eLagF5bi2vb539HGD1zDzeFIWDiswcMH1XnFB9W2c6t6wLbrTpW1n9HKz6Xq9disX7WU24v9E9owt1ctD96vh87dpo7eTWpdt5XP7GJ0BTRXblSF8r3bxg543oV14NdYgqlGVR9WLiVUoKfTBUrhQukSv6v04Cm87nGtqyccZvxGZYHZ60ESDbz4AOPuAm23ydX+AXDVe6geouoa8ylQH1VqYla5J5jteGKMJn0PLXPAe4z2WFw4DWevl2T03UnbvfxGbSPeLK6GwG9yXdOMidh7cEhDMwVd+dFdhApTuvdUUQPciM9vqVGkENaJLPAbIUrtmttITFCWPnNQ4wfhL0wMaV2cpgA6XhLM/f6Vz31Cn/r4x/VcOa6vPdCnxK5bVKm/Xn9+FKGx7y9qa7KktvaUbr+KtrD0tMI1Hj3x9Es6+9JX1Zl+Fu52QK3Jc0rPTNNxfljuxFq19u5B324jialR2l4zAelyuJVLfM8y4ZzHYRuCMVOsmpwYUya1wOTdGjRFGMdBoq2ZITXGEF7YgFWi/0f0Jk8CxKM5q/DEjKKwHCdeeFKLD3xXa2sBpqPoDCMTH2FjF6ky1kVowGjuZq8PqTRzUJ4TL8ndwQQxJi9wNy7xG7z9L7/8Rs3xnUfL2c+Y4wqJ349IQO4dyunGK3bq08lJPdZX0P6zQd3cHNNmvMu9U1mFkDxoSc8ib5fT04M3M4tws7rv+jmV+p7U0OIxjZ2OaDx6A/IcN6vvYEF3b0prq79Nf74/rdvW4IV7wxqdadcDp2c1fsbPFLdz2tgWobgwIw3MKrF0Sutr0+oBmorBHfGHwWaYmjU5ZUqnL2px/mZOXiZ0rUGXg/jUJhzaMW8T4Yyd5gjjEGzj77ipKwlm9eZYbG7HvnuZaOzMUVp5OHE6m3slonEyPOuk5+fLb+P8znJqECKblFu0PGKZWWgx82vxmALOolQgySOxTZ89qzrPDELxJMmEHGLuDK1Bqk3NqsBs9aFDFKNqqLQGfcrMwZfJtpOf0Lz8ra8rkyG7aBpXaXcj2oJJphhwwjZ6tHDXDQotLCr0zDGVByuaHHIzl6afa5xkXcyo332Py35NBeI8P6wwm9c9gHd++vlj2tjZrNt7/TqVqdGPqM2sYYLVHb2w6oD/HjldZIDmgu7eFdTZ2RqdjhV147Y67cK7+HZ2anhkRsNLXhK/hNZ2Luj//J85LVFyvGZbUkvfmdI4Y5Z/99MbGWdR0JnNAY3D3puZKICegH6MkfwsLamtsVfDGcbGjVMaHgUzp3rWTKNv75YejKms0dH9OvnsM1oAguyG1+1NgonHQ3SoX6HGZC83FAPA8AJWDeUkKlOJs9e5wbarXrManFs4Wp1FijnafHOTgXg5RHfUeaoBvD3sDe1hyZ0ZL9Ca/X5lczi/sk1h22blNfZyjN5PG8/IsaMKpihSFdm4mJuvASwalMl69GPUBgI1CTVv9MPGY3IYa5Sh4NKKhIQvNq2xkwe5rhpt6W2EaoDE8ew8I61prvDnVTszrNxeqrOHEI8nYoms7dJMOydq7buXCHZZjHplZLItvqOcxfyTYtivBw/2cZOjunVzI9JyC7r3eEbPj/v1y21hiEtB/fBEGhZdQdd2Z1VPQvmfHx3QI9MZzRfqdc/0GMM1oaYyErmMpexAm25DZ0i/eXVE//vjGUWp5+7ZvE5PPrVPp/7LOTWuD6iNTpke5o3Xgn+vhezUHE5rAGHzT979t9Ts+7AWYZl54KLSa6D+M6eVPTepdZ1uPL1PydiMRonhsyPj8Lorqt9xhc70DSixB5IP9mgdIW5TZ3dCK2g950/xXLZPR+jdsVnTNKkar4mfvWzgjoVXq38rv3cqgc6eqP6fcVmq71A1eMOeX3k/Thk7Q9DWzk8OyT07TAMzPPFIBKUra+wx0YmEluaLmh2aVtOGRlrgjEyDgisNF6V6/k6tINpERxAvCNb6tZRmRg3fKwKjzEO1tjCJgBDvF9hCZxFrHtrapfweii+5sII0cbwbRVkvi1FX1796E/3WvQ0d9MjJUT1yql/XbL9a62JhPdTfr8H5Fu0BGorF0/r+iQW9MIThNcV1iiLA4ZdGHQ7vv7q7Q4t4wXvPLWieY/W6rpK2t9VqaGhOL4y16Od3J3XNiZJOHD+llg68E7F4YQYo8LhLzx8r6jFtYEhnWt0xbggl9/GlgvqhVDZvuIIScUQ1YNINYOatZP9Dp45rYPiASklYfmCR2cVZToWy1uy6HRLUbsU7wGgtFDEIzSpqjj7eK/rUZoKvfPeqS7aZ5k444kicmbWC2C87Z7P9amDzExUU57XVn1toYiFLdQNU3986eGw4Ez8HolvqPyfX6JAyY/2q62pWgV7OSA2FJz4vxCmWiSNGyQZLnZxwGmBytfV0vURgM9Lu5sHhUBmsCVIZNPajVVSBYAtOuJhQcJdVcNn1k3PSsZOaJumuu6aZdyahdvhg54df7w6k6LIY9cvHo90QxrS5AOsfeLGPxKVda5pCGpha0ol0jYLhGm2kYyUARnoWCuk8idnEyQyIxKK6ktJvf3a7fq52XlPMJRye69GPDhT0xIvT6g4yBIhU/DRA6SzJzO3rPfofL0GprE+rHmrk73xsjT7QXqdZo51VUprHoyxmfEoHm/XSmRYNjy5qnnCipYl+PewmnT3CwM8JMC/k1Ck+PPrcfnjZBW3ZfIP60mNq3XA1JKgm1TXY7PJFki9uMhvVjIuRuVaTNrddNWknTubfy5vakJ+Xg2bi8BW40J5qTE/n1xiTvWoFG3ckAR1YsYqaV027ajwrSIfBjfbbNKFGaWFW3rEJBQt0o7DWCxh1M03JFTROXIR+sSt2yHfrTQqeeVKqi2kBiDOUpTEAim8tpfJJcOkkhSpGHcAVmVWYftBIXVR5hp7mHjsqHRkltJFGThQ01Z5Qm5duIhh6i64FHPUK03Fl073zhv22GfX5Iceym3H+KHHUPfToQRCNiq7ftU61EY8eIrZN5RJIjEFs7Cjr3EytTg/mNT83qSaO5E3b45rNpfXnD0wpv72sj+6O6zdvbFNdQgy9X9QfPT6oHWtq1dZJssb7XtM7r3sGknCw6Z1LBzXJ6OVcLK4oFa8ArqnOviVefpGWgBSdHqU0hzJd5ylgwtkTD2icWeLtazY73ehdDSEdTfRpcTaliZRHd971ORT/gxR/jmnoyP3KzROTLuYcGlSRJK2lud45lUxzJI+YegFL9TFqLh5PKhaL8f0ZVERfZRAs3MhRFY4fl1WkSP7ofeB1FH1WeiXfAPKtOgnzzqa4an8niMFZuPkcE2tPzc3JlVrCGKPKQCcId/Qo70irObGfFiiJl7btVnbgRSWIv2vWtdDfmVFp8pz2Pzyu2WGmGLQiITGRUv2GBNdtZXC6i6gJ+BncpOQ8Wyevc91073/ql1XsXMNmyROrc1oYRdJ5VMtX74ZuorfNqO1rne+hLXGy/45Pu/XNAyOKr1+vRjzy4EJWwwhCBojhaqIlzTAU/IVjeU1PNisZWdQ164v60I4anaVa+I3n3Prjwx4NFef0ixuJn/cEtKmtR3/20KiePpXG8xTVUErqMzsq2hjLq5RKa/PWsPagoxfKnVLfOC1e89xwbkisOKXU7CxwYEJ1tUlNHF/QNFBXfZ1HV1xxC563jQm0QxjYpLaSMBrxaomxFfN0hsSXYhoePqq6Gtht9Eg2QZBy+N0UMyppOqwx6JL1P3Lri4QjNglgajyv0aEJpcoPK0y5ORpLgJjQtpYtYeBR1WD0HrxqpKaB2DXorJU5Bg/MRMcvszmcON2GJi1HJ/YcD0ZdQfJhYXGOZuOAQozLnZ1g89PK5o6i6hpDzKcJozbPjsvP8XwfnGj3xus1+fyDWjpxWDVbx9FCofjS1KDEDYtwQjB+0B8P+Ue8lc1HklqYn2KmO8rdO3pAo1jBgQzf+3a1fehj1ARclNNhTTLh1+ZT2snkVIut3etdUDd/24z6fIN2bgo3wARkvvvDFzXVtEY3wu6qgQH29JlRjuwkN2qBKl9EZ8bSGp0awGUxzD7r0cmUW+uA/G5oC+nOX3Hru4e9uu/oWdCKRv1id04f6gxrzYfX6Wv7Mhj2Qf2H7x7QQ0+DmIAvX9+V0qLvgE6/mNYIo+bMK+VhPAW58QVU+/0lNkV3G4SoIuPdDmjX5nq5m3+Fq0USIMUQocJhhCmnNT8KbNVKOEPoMzEyrFR6vTbt+hjvkXVutDGkinRie/G4XrpBHFTjZUQCLuKygdo6OPljkYJIvoghZrRATG/zXcqcEpk0YmuET1m4KZkMRz0d8jZS2trU7GF/D4baXv63E4jw//a8ObyzdcjXAUl6SQhThEOLXEOSzpb+vkE1ddNn6KaqaLoqTP5Sx255dl6n4tnDwJgk28B6XqSNS+GQatvZnKhZ2UZN59FUodXL51tSbm5AkfSQZs/1EWP3as3dv6SCDwkLUJZgBESpwJ/myZ3k1wy7Cme+0/KEFzRqh8ZoQuWOCr9Rk6x53hLA5ZOG9QfpYYfCkF4OEqe44Y8entVzL5zTGJjnXZSjO5ASm6CSNYLxGtbbQTGgBsjo+CDdLdkWrfVwDPJeRwc2aO/+lD54hVe/dc2CPr/Zo6t6NunLjw3oTx9f0IkdHbp9S1y/fUdIN3d16uFh6cSpMe0FgssORHX31d3afcMUoukdqizB4w7McNnEvV6Mr9KiAfrx+ocf0fYdt8hdu8chWaVSj5EsDco1H4HbUGAEHYYSnOG6utThP6Cx8WklO9C/ZpIWg1tYELwu8abfO6olF14YOKw8D3LDFIIyG6kIbBiCcFXB6NyQtWz1PKA/EcIF+30gEAJdAHmwjc+c9NzSnBIUMvLM6FhKzwFOxDFcv9IQvoquCcVZQ80vgp/PahZuuYHDtgmYIKNEaVxt69pU25Wg9F2DURaUmejX+OigesDZPS1cR5mxe/jr0NV/X5XTPyThw4B3+LRE32e4mFMlhw5IqEVLnCK1oCEqL3GDISxxnfmnXtRL4+gT/urPq7GZcXtApcUICSXdR2EIZWm+Hb1HrG1RMzOTmh8/q4boPCgLvY6hK9hw1Vzh5T2/DG06Act5f1+OYd6WPy5o1C/jqgZFmC6EZf52QZbIQFtMc4SGHbO2gZncVO7gC/uO6J6HD2qB6uBNH79Va4DU6r0L+tFkAU40N5Eb19aQ1DP9Loy8RvWhKe3YuISaPhhpLqkxCl+Pjgxo7zfi+lyvV3fuiun3b+rU0+ey+t6pJX3/2Jh+bluNPtgT07r2rE5vW6snzq5V/5BXX366T488P6FP3ljR5q5pyO6dKmXQBwkmdeiZAzrb95Cuunaj3AvIKMw8TqsYR24gCe0BWDAIWadxAgNsU7h9vYrTk6AqR3Tm2YPyj8TUetc68N2UfNlZCja8htazJAZdSBFHR+vY6DQPp2gxC6CTwWDRMp3xRul081+eDW/xc5RY30ZrFPJZB53IgZeHQxitFXOKZvBx2tDAgS0RBZ1ZoPAxgg730uIiCS1NyMQiC+NTmukf0uaOXkWu2ejolwQcFKasM/tf1MYNDDkl1zhx+qg6k9uYb17WvFo4ucp6YNOXNPjIV7Ru8n7d2Jvk0KS9DTTIz1yaEJ+5xOkTxVRnzo3r8WcnNT7+Id3+KzdRcPHrmQe/pHC8Q+0NvcrjqYNAta7wIJuRiJuK8AzY6DxV3wpoVgObPkJ3DHP13hZDvZg3uaBRm1fG3zgVNPeyvsDL+czKq5dABCJJ4jc8OfBQihtQCcbVgTRBbSCttaGYDhO3LcI1SBNT39rt0bQZ/6BPMY7yj6wzbseoWuPtaupMaJQFGUrX68xpv/7tcelbQ5O6hZL2R7bX6Pe6/Np3dlxPDc3rq1QWr8I7bm336SMbK0p3pzS1Z7MOn+3VHz6+j+ud1e/fuqDdYMyPPvNnOn7mAQwmpYNn52GmDaunZROhBZ3qjTOUgmHz0cpU29CJpNlmRh/O0Gn9pM49hufbV9YwsxBDnT1K7uiWC4phhZmLCxn44H3jNMQbNZYjmtkuHbs2q34XxuKaxBONs9WTHNEgBHz3HGVsC188wJhV3raHvskQ0g5wzfP0tYOwOA+SwOw8Ot2jZxz5hyibohk1qjlasfKcFAV6BJM4mBZYiaKIcrb/jJI4jhqI/Z0UR/yIZ/rTeTVR6h44Na21O1p1AHGf7z04rZnAZt2+5x+oHXh14Chr1AIK5UmqIcZmbMQAA9yY9JROvTCmrz9eo/yWz6tmLqIPN5/Rtk5UnvynND2KCi3d/t4UeQyu2A9MGQLLtjpCxZcmzOM0yaAfQgd6JcI4P+fxBlnwxVjrm3zuBY26SKzlARozjQ0r5VrZt4qz8g/+DFmjFhK6BSiMObL5OIB9GohoEu/VmIxoQ1MEOC2rZwYp5+LtGxmIGaGR9tsv4JWz9bqxvkFXbGvQn3xtQscPnNaH7wypYftaNSCwt+5KusDng9pHiPH1k4v6MVj1bT0B3dAe0hc2cTJQhTtAo9zx/oyOUmovExPVIcJeRlYhzxHshfeQPzupM5wOI5Nn1H3DFoWSbvDo/ZB1jiu8UKM9a2/hHj4HQjelhhb0QdxXcEOA9zhG+x+gIvcI8sDdmxUr1WmBBDV/OKexM7M8ZQ5dv1kF8fiq4YRi98+BnQ/88Iw2/+Iurft0l4oggHkrPIEUGCISo3BkM9KNuejCu1qCae1RgThNZQYNWqEFo50ZHCHpTcG9kBYPn+BzMsrgLCxh9EQwPApXLV1NisA6ZKyCIwwYIP7u6+vTyACUgHVZ1SVBZVCUjaYG9e++DDp0kGS5e5s63RPan21U3+gu/WPfc1AQJhCqYUAJCvS+ECcO7XVFuNJpmm733HSn9ta3wmf3aTAFhWCoT83NRdUm4mqZYehTPfeAz3XRPGpEzLzJxlHBdZNEirWp5GecYpFh9FWj/tnAfRc0alM0spjQuZzlLNzip6LBS9wYi4u8fCOT32BOrI4MTOiZgRSSBu26ck2NmkJePTJc1HSWTJoo5aN7YuDQAR3B+wZKE/rU9QXF2tq05eZr6cro11LfizrG0dfW06Xa5JI+sSmhz3SCrTKJdu/ZRR2luvelcY5b4vw2yE21iby20Z5UyExSdAhqfK6kI4/s1abpw/r81Szw4kn1PX2fmvGyG5o/pQnfcTVuBPlwT+v54/epY6ZRTcS+3soeTqMmeePHlTtxXGfvYbP8VUxd9OLFKRZ5A2honx3W/KFThAwuRjE3ECJA3WwoaZFjuwhUWBcPa4kjOPviuBY3xcGHkRHwwwMnSTRUwAP3xVlDRnnYdHSvtUIx4yaLyk51GCjeeHwYFGZGtSAk4+OTbLw8jcPE4uR6c1RbvcB2cdCbRIKQxfjM/KyjuZX3dqk5SRMysW5DMok3HYbYlHZym3sma/X5X71N28Jj+tIDQXWyTo13/jZ89oO67dSTinYC5yWRH6Mymc0m9fiZdn3rZBjuy27a6EqamApq1NWjx/ZOq6t2WD93B0QoMPE0J7SL+xD0UZGkC8YLRulmg7CXnE1YWoBV2YRRU9yqcmKN532+YV8e731Bo7a4z25AxQg2NmLK+tIMvmJhShw7JbtgqKFemxXIcfSle/fqyFxUv/rJPbqS1rjDJyd1ap4iQd6lXc0RzfKF9/ZnlaEF62ObS/pwT1R/+EhOh4G/fvfOhG5qulsnB0d14tzTjD4e08DjBRAMOjPoo7uB9djDiOUziy6dJGcrgKKM99fpONTVBQo0lWBMqaEXVEPYsL3jpKIkcp7wFl1D1/hSEVThFMQeb454OSBvb52moaOeAAXpuuI6aip5Tc7uVwio7PT3ptX31zVoYXdqzVYqbwZVwUuJNsVQiYJoBWoRCrmFarAzsSvI79wQhAYoU+dJKDd9sEexTYQSRZuMiyMl8cP1KTc2hyOeA/EgaUXyzNANF9h6kCSxYNhzCe9GD+X8DANKbQOQbGY7WzS1OEZiCdLR0gnPfKdKbNzBc8CRaNpVSPQ8QHClNEaEobU2NJGsTdKzuUgoslZ+4Mi/dfUm7cPZfAk2ZGLsJd2y+Sq9uFBPzPv7hC7fQoxzTkuFE7TIpQhhEjpZWAe2Xa+21kbF091aIEau23STcht36oVT39Km089pE6el3wAEywDx8hVOogo2UeH7VNAacZvrtoZgO8KWDdr0WmwTrHjsy4WSXNCoTazE4eaCyXK16j/xIjemoA27r3PGIhfsqEE0Hd4jSZ6fWDmhnZvadGWXwGrndTxNGrk0ATHIrys7YvrPz2TpVJlRN1yMn7u6VUemKvrG3lluQFJp9ClOACmFXPOqX3yeViyoo+CkMbqbnaiMzWShy5UUM5ZAWFL0ii1CZV2cn2CwUUqDEwtKtedU1w4qMJbUwEk8xpqCerzN4OB9Ks8+pUHeuylOOBBzE1Zs08QzRyA8TdOMc1KNYMfH7unW6b+uqM1awdo6VOA08LOPfYjj5MtBXgdXAvZgipCqbHokzPbwjEOdPdOv7Dqftv2961W3q45UC5x3CToRjcWEn5oenON7DxGOzCqWRP4hCWEIXNmDpNc0MsUFWtVam/xgx2h0+FsQzYxqjlK1h7p1kveIIhdRdgYsLvIavDpRxySesD4KNQBPX+A0GMU7W4gT4uTppJCkpZS6QCG+DUR6DGQlFkvqb992l/74G8eYf77EBriSePEWHSKXmJ46CQozoTUkvmvbPfpII3IIJK4/PnVIV3e26+ggMCIfX8eJNz19Uq5OwMJgLRvUjJqTxHQQ8djWPlbm3pSBc62aXOWqGPbusK+WDfxNBsdv8WkXNGrD1k2s3CGgc64cPrBXc7PIeq3dzE0JkGSkuYEmZh6F48KN5yavq0mrk/jsnuMFDZIAeekF/MJ1DXqxH/x4FN6vq153bePYIn776vNkzBxb62pztG759d+ePaLUC1/XbV2Luvu63fTSsfOBVEo5lDkdATySEzZVLcpOtSg25RMQcLpAGyo2vg3ZhJIlM3AaWL+RwawOHXpCM3Sf7x1Oq2NjqzKxCRh8eJX5ADpyQzD80hjPgzAFd6v/oQ165uuHtN5Xr97OzZojfE2hWNRcU6Fs7qZ/EmYfXigIr6JSArbLzxq7QuOIVC6ujeiKv3mzGqATZhZPKYxwjCDcz00vaZpY25OJYSxbSVQxgjD+m99XQChMgTUQRSKNkGOSEdIttRzleGXcu+rCLfKNnSYJB3IrzClN7Gwlnjjr3loX0Py5Qc0iZVBbV+eIPG7YuZ33zFFlZRfiEBayaSVPPaj2ARCgtdfCm4GKiyPww/f4t59co3QmrRfPnFUh1KngVVsoEm2AFDWueIoxJL5G/btH+Dzu3/HnF/Xcoy/qumvX6zd+7UPK8O+68GFHoDNASd6KPA5sSUxtMyIN+jWuVwhSWtmhDTi/fYsmevEvu6BRL1doq8eMO6ide67WD779NT1775fVREuQH7JPLU2sBJok4jld286xF27UJKjCMMaXm5rXz29rgTTEkPlRcOnJivbsCGstVNOhs3P6/kmf2oNT2rm2HfH0oB58akp7MJJbt4flxrvn5zgrghE8QQ1VrKwDXbnxRKRNcKC9qHgCncH9LeUQqaHS5cYYSrm45nIUTpZGVN4xLE+hVde5r9V8bETFtTSWAj/5SfBGx9G2IIwIlu/Qo1+e1Cwx5mbGO7d0dALdgevGGNfZaElgRfMoQpnwDrI4GJipgEKc94Wpw6D/zEQDT19aZ760T54xMIdrwSQ7maZbIp6mYXh+dFzboXV6/UBlS2DN48B5kKscLgkbJIZiVKTSzvyaomLEzCEQI48LUcyZMbYwnBK+M6uE9yO+5nqxVo3GN+sH9G3uOjmgK7rQvHNDo60h0SMHKIA755eymjl4SnWHDuuGGzfo6vCs1j77FQ0392j33/5t/cXzOR04RF8nm+hpOlv+7kdievHAOQ1TmVzb06j7DgS1g6bbG7fW0U/aqX1PTGlhpqQf/nhA67mqTY31ygRQasIbwxYg9MGYmb2ep7RueuMuNm2RU2aZiU7uxff4iXjjlVDk4k33jV9xQaMuUSgpEU87yhKeCN5uh9at28u47QlNjA1q6UeIoFCMiFRQAmKWd4R2tllmHA629ugl/r4Dj7Kb4+wcav8/HAB7rfHrikbUNql0PTCZQIBmUTffEHPmJD5PQ2w+NamdMOpqQ4yHo/JmpKc81aoCx5zPT9u+MwKAv8NN8PNvj+Gz/N5NMlfBuAvuBfVPnNOzR55m3jjH7y5QhFg7xYU6DfY9p4XnDqk1splN59U0XR+7jm7T018+rMn9efUC5dV1UByK+JVlfngoAeRGiJFdTOH5jeOM+hP8DfueYTaQyTtn8FaRloTWJZu1QCva/nufVMtkmzZ95gMqNHEj452q6Qrr7OJZHd7/1yojg5uM1XBihzSJgmtk3YdQPJoHV+baOQlKVC3d0AlKcJ4N9yb2YI5NiU5u+CpM3s0uMRenrkjC+mPFDz+quZY9kK5Oq8gJGkNvwt3UyrYjhDt6Qg0H98n/ibu16+6/odRTjxFr06cJh+ZPzp3TQyfL+q9f3K6vPT2t2vl+ks+4ThxN6GltVT0T0e7Y1KBrCUGengHZypR0dW9EPzpW1n33ntLf2zOhXlCQzOiCCkH6GK2iGMgBjZJMW6XVuCwkrnkKNaHLFTj/lF1wQaMuIwXrhn9gIgclYjo/f7/6+huYKfQN9fa2kAWndXawX1Pn6IObGCGkaICB94IKbVu1WGnTVQ1k+p64vnkwozOjJX1sk0/XQkQ6MlzRw0fn4XuAwUI4PzRQ0enhrG5c69JG0IGxvgk1t9jscIRsELBx0yuY5/PzRgQiybJqmkl+FwlLLAFBfI8TnfFzxNcnRg8q65tVgLb/0iDVv8aiuvC+c89t16E/O640pwrTkhRf6NY4IUrI3ajdyNdGaqjkIR3soZwfbuIz6dXL4okKJDtm0H5mx1iMWLR/w8rzcMwSFbMBCnRAxdVAGBQ/TcJ5Yk5nnz2rNR9f51QZA0gLhOng3uDZI99ilGZVez0bMhJXGk2TItVIF0KBRZK7IrmBC40SD0ZtWtzzCyOKgsqUQVjKGIgPiV03ovKd0/v0/InvKNDZqNpbPi0vG8T99e+p/OwDsPVysAohJG1tlO8Dd7HzCors6pCr/nM6OOrR/U/k9Ru3b4c8Oq+/fqlPvS1x/eunz3Dy1umftjNQ1b9OB4qN+sYkkgrIJ2PV+sEAhSx4Ml2+Jj3cv11XQale3+HW8NQUXBpUUBtbVduMStY5im4ZRG8wajfw7jvxuOCnevDSKyiMzY0vsRMjLWv54nUawfvGcguES35GvW3Syekh7YTRFhhd0iP3/ifd+bf/UM2xJf2YWPrbx4vqITb9h9cRUpIpf+XJlEbgTd9wRQ1HdFEP4QWsbekLH9mh+sM/1oEX96oMOad1swnOUJnDU1ZMZcnR+sCguA5jrHkJAwxWzJOYWIhkhRAb32xm7ysRry62svkoDL2AwM0357XuwB7Yl7DUUHjypFsV6LUJuhHQGTgYxhdppZpHc4Efb53JsZXJcXwB2HXwRUyiwfgehrsaaamCB62zqWD+RS2R6Pno5evYtE3BMVAWqy7NLgF7HVR6sRGpARLIeJtSJ/Ypj/GWgQMXWdi6CImomxnpCJrDjKYKCShPaT2Xq049CHKyedIBLfHZJb5vPET+MEXpn4aF2lRO0Rwx/EhWHbdByroFbgdG5l0ijkWIfqj/GYUrRxSbhkaKIKZvc7O6KXJ90PWiPrF+NwaNQwIV2s5zP3vjLrVDN/32w3360Ym8utsKumtXWmNDtfr24bR2b0yos8Wrx/cv0gqW0BjaKjdsrVeLleCdwevV2LmAmL3xs10u2ueoMDu8GP6vSp+tPs4vm18Oo7+gUbsrxI2oiNrNtUt3GDqVmG766K/r9OEXNTN+xjmO0zTwlRunICUxcAgucsP4S/pQ5aAyNVfrvv0zOjaR0+evoAc5XtTJSR+NAAUQgBYw1hxhTEpnx0r69HX12rJmnY4N7tTk0qN65okX9AGQhlowb3+ihQWycrNFG1VlVOOb8KmGqznyAIVURh21lLi33qih0X5H03od2XqBE+Cx//BNRV6qUOVcrwV4IB4mfAVJwDwpOkOI4T0kuTVJOnBq8ZxAbgbqhCl0ZLlhQdRT8yR1Riu1DeSMf2az20iJBbx+ioQrBFmqzGmRY9MFCUUqlWmlDh8DA+7TGLrPI5WEGsk1QpxkkVATTsEUR1DwQxLCywhri0sTIC4VEj7rPvCwpsaqYPEBD6CRonHgN/SDjVpmLU6eXFLvEo3CiPYMfusBNX2KTdHbJm/DOvorfdbQwuybRpW/82eazD2letOf3tcv/7EX9LepHj5/5lp9g26fD6/v0j//YKvG0CH8B38xzOla1v/28TptoEj12L6KDo0s6Lc+SAUCSPZBHFNvTyv6hGEdGpzVJ21jU/H0srkrnA5uWvbcJegGnGphiFUFqz69A48LGrUN+3GI6fy/Q1DjInM0egbC9erefqu6/bfjZYDWSFp61l+l00/8JQKNY/pwd1xL3/tvGrm1U6eO59UBx+CG9TEkJJb0Z0+mdRwvf8uWOm1JuPX1QxhuvVufhcR0ZqREN/gapghcq02lI2h/MKGrZw2Q3wbFmtdwrLZxDIOgkJC4SNi8QGL2MAjJzNzG8jTVtsIAND4FvyjQW4fHrFD2di02KNNAoYOYvULD3TMUSTzEsmUMZf1mjuMg82eoAAboAinCa1lEszlArG5tWyY34AVt8RguT8XUqe6xwReCmKbBetieiwaFDLtukfHTZRoOQJmVYLx0wl9ETvheTcP3aCaMiBJ6GG0zWVdLvFyvJRoUivA6QlHyEi/bFI6IjQwxTofbWqZ8ID5sohTfLWLwKhyY3sarlbwVuYgffV1HAvUqfu6TyIDBLUGAs4zSVca8+AiY+hhqsC88rRNP/Rf15Mflumqrhmjj+k//+u/RUNCuf/k7n9PD53r0z756TF+4oU7/7M4mHZ516f97ZlIJWHx/91cbcQqn9C++wfvRUX7XzqC+f++00iS76SWmOiQJ+9iRbsfrLVDGWGCDWrGJ05RQ6SeTw8tv5Rc2aofea5VDDMdwMotkqR6lSGjC8A4c741niQHaE5Sq+7ZfpBUKTzOSVv9Xv60n/uxfqct7jfZAvOmt36DvHvfqOycL6iZ5+ti2vOYghI3RnfH53SicImHwLx+c0EtLrbp+88e1kV3Ud/Skzh08onGO241g423bkU8hdDDMzksYU0DR0zjGRvc0nkRhcRL0A651DfDiDMqnsONCZPjN1xPrz03rLIQoNzHmFEnVEsWC5E7avFxJKmaTaov2KEHJuszMmADUzAJFjSjes8iRaohLOGDqrMTUbCgP3qhs8BjXmKhtx2NxgmHZXiqoFkZVeA8/+UIR6+ykjScKUnDq2H483AiVVEI0DNsqlZnatRCaSEgJAcJUEZW1UAcskVDLGwLpITnPUZDJQcv11VLQoQVr/AdPqmaJlQ8tqbDrA84GK1CKp74JTMcQIhoc/I88qpnvfJtZkvMgGqNKMS6koZG8JNiPJEJEv+Qf1X890aJ/9G9IWHtn9Sef2Uk44dJfnnLrW88UaU5O6PM312jh5BH9u5ea0AlhOlrdnDJQEVqJrc+cmdOznEBXEsq5MY6gsRPJA3JUJWtwNC6HB0Jif/lt+Cc+4YJGbe1CFhMFbRyFdV2Y02YnGt5KgbiasFEQkKuWViCvQs1bbCYA5dWsxga/o2t8EP8jjGFYHFDfWZ/++kwvx3RRH9mMNFhgWPcfr1ELNNTf3BTghlf0lX63fnlXj65cF6PkPKpd3ICJiQENDp7TS08/rVEqd107blBtE4kPyZqfQkzRxsnhSQu0WVXMsGCQZdH58MBOI1xHtSmpK/7J9Wr++SGd/tKoxp+tUZg+xJs/26LdH9gg10JE9/3XhzWLXFm8pp4bk6OCR0xo4zT4uwucPgnbzLz40dPHCLmmEVVsYwxevRIkenmQmDzGH6pjTfDGZZJXHxsiAnEpa0OUwI1rG5O6uuVmzRPzztEAkQfqszEexgys4fv7rLkAg84X6TyhiFGBElvAWALwbgpodEQg1vjgVRSGzsGUY0OxcYsnDtIMvKiGX/msRuh8DwM7hg/sV/G//ZVyh/erdmNcw+t26QiV0puT1lferNrgGCxJ6eNrCINAiu7aP4JK1YT2bIzp7z+U0umpjL64ngpiR63+zdcOaYry/+fvSuoxeDfTmZQ6gu2cDC06w+nyyN5JToxax7GZNqFDeyWxjrGZKxY+4TR+NmyPV9v1BY0a1sMrr7BtZ5RT52d4JNAH9iaeu9Eh5/gQWywSX5mIY3nosIae/Z4+moBv/Bu9mqxdr7/8i8fV0jCs5t5uKowdSiOtO7MU1S/tHqVAg4fYm9NWuiyuRGRlgE3SufYLlGgf0+zivdpNwjh19pz6nntewyfn1LzzGpIvumkoPvjiHJFsFA5plFJJXEp0k3DDsr4JolImEpjiasavzt7N6vwXW0kASepI/ix0SZHIRNAyyE4PK76uVVFkbFO0hHlMQBI+iacQ0pyXsrMPRCHdqMOPD9BFvaieaINOT/YzIKgRmiUrQc189sgc/AwaHurn1AQeXiQJ9Lpb0XamFgJiUuJ0CTW0kIhaI671J7KOJLU5ktQiIU2ZapyfpLXAUV42CoIT5rnRA4xrioJJY7ismX3HVffsMBwVSu8fvVvpUC8i9YNa76K54evfUeQb98pDshy74motdrcrWhxW9yJSx55hJHopqbtBePbNc6oFdXuiX79X16IfA+v9UeeYGvHGd+2O6uyCR08/MarR/II6e9BcIVx7hA1HV6c62Xzbur16EnRjbCiql0ZD2tTiduoQHtuo8HuKCcIz3stPMlkEOze02uXwP6q2ZO7QOeAdRalqon9+o4Wduq9qvLhIb39Bo77Q+znHCwmDsfdKHIGcx07taOk0c0RGLDvnRvzVd9TwhVrdfl2bzqF/F12gAlby6cnRSbXAz+jEkz3w0qB++OiQfu2OG3RrEw2yhDdz8BnO6U5lenrpJzwKqoFoZPScajInNLr3oPoORLR9243MSuwATmsFj8aD0avnItZ10UKFojWcDTr1nBgcbw6a4caIQ/CHxeeX4Y9EwgmqZYfUuGa9Ovb0aqFEslhTg7fGnZXomMHTnjt3grYvKnx40I1XNWnrbrpDts4oyfVPjL5Eyd6rWQj27hoMMOFXtB15sy4yWmT2i0tNeF8SWkdJCajOUF1r/zKJXRtfHeBnliWSU7n4LDd8DzdZXtFQJ36coU4QCkSYtcImoWHZej69e7Zogg6iow8+p53/9C5FDiAP9t++ocnv/pDkNiz/um4naQ5TUVRrC00A3Rg/p0BPD2EC5aOhU1rs9+G3o+DrCb0QmtXHr6bqyHocePooGMyC7riyW8+N1ml4mr7FmrASkaL6KYTVQy29aW1Q965p18g0SAvOINoAI9CqtJaDUBYj1Wb9yHGsh5KNbBISL6v1AL+a2qzp85R5jVOsfs3jUuPwSzZqu0lOtZGrM9jNEIkccecksFOcju9siC/6xEvS8L/S5o/drs+296jUOKIUYypSx48yRatWVG+1L9wDrTGm9WEUTIfnNJHlZndH9diLtOTTGe7dcAdJCS370y8qPHJQvn5GNS8saf+TDyMt1oWBggR0NVKcYcEg/pOpYRRVgRkXyIwHDT3kEaG/GlrCYnvjjvFY58vMxDxNvODGnAblCbwjYUOJSQSpqZKODxzQ0vScemhJC9PRUbcFY7mWmL5+Wl5izI3r+f7OPEaQCr9xMrBOu1OcVnmqjR4rl1tHkLH0DF83FptJEPAzY+5VLI7mLjhFZGsogOJr12xCUKYQa2FfnnDGTSiUwVBcoBVav0fR0Vk1TU4T8mDEMPuGvvltbQVSDCNQAzsJjgqQIeFYKNGt9bGPavEU9NrsFhCKBpiyCQ1kxzSxSNPyb9FI2z+mdU9+VceoK/jru7UFtuG1a9EgTNFAXEwCRXp0bUceISB4WeQjLRSl6kGJlpD8ree0i/NZtgNn2EgmLxeH113hpMmwMWOmcmuz6xxNctMmBD939CWcPLjquZfbwFZs+7X/vpBjfe3vL92o2Xk2aLLIXSjifUJWmMBThjfBLbjzSgVvvV6Fb/9AlaeeUeFLX6Mc3i1fz3pl2ME3Ujhw5ylJ9yAQs3MHIP46bWxc0MCxvSo9dU61u7q1c3KY8XNt6nJtpIhBh7brBnTdtqhcM0RsOKauORpjjcs7MQF0NakgBPlAYtEp1EQRDi/jHStcm9tKzZZIssBWULEjESeJN0bzgg7yIeabbMtTUVyPTu08zEBCkHmNQ+KHytnSozgbpRw/qkQ31ta0FigZ8n8SQs8UIQoJpJWFy2DNBTrZUe7BmEE48LouCFSmzVHg5ppUhA1wNJs33NuMtwJRymmmNYVSDMMKSY7ak3M8G3TI2nIM+kA2SsB3/YdPUuSietfa6yhGuUhUXZCr4g11CiJWkzIPzQ4psb9idKQUSJYb4do00rHvPuUnMWfy2akJgIoZJgVsUu+H7lTwBz/U9H/5Y0b2bda6X/hdPQTP/czItNA11TOgQy7IUDe2BvVcn0enZo2JBxSK/t6uDp82MA/GDy+Gtl9mwICU4VTI5Nm4fHecAz9yEmeuhO9qRX970OJGFdgYjl4jwy0b9vnGeSne+pKN2mrFdgGkPsTU1h3D7TBJgIYGnZxjQfHWDb/+CypRbQsdOcYxC6owMETtI8ScIRplIfzo6p2wyYLEzXg5eMUhdPSK//F/qO8v/gSvGVXTNdep4dolRddtVLAXidnEeuC3K5kNyJEKdfT4k9/SNJUsH9O3koQhNTD1nPB/Ds8Yp/ObZCsY4S7T4WFkfbeV/i2is+mtGPqOqzfq2R/O67mHjqqji+/gQl4B4zP2Z0sNyRVFoEoQGdu6GSVMOjTGcQshyme9a4zhMPjN0A+ndctCDKOEwoUoEhOb/IGb31khyATobS6hxxp2nXK/MSC5BXh1F87AYEm7MkdxjJDJVFfLMPW8VDZdJKwJ8PLWJootcE3ioBNejIaGOrVdd6UiB08oNoc8GCV2Mm+lrE1tmGSTam84THUSWI7yr/x0z3hnxikUhTVGt8ozPz6sq5FJbmRMdnF0QGef/B400w9pjErbwacG2Dzg7mh+TDFGJA3hLA/EO0ujcJmksNt9UA3QYovotaQqdfDLTXWQYhSYfYXTMAJd2Icgjm1OF/fAsp6q5hTr4iQVF+uD39zzL92ouUy7NgAoLhe6ofN/oCUcP9bqtPTF31NgKzxgOB5zTMwK3rRTwZ07MQSSMYQ8FjCMjnUbqKoaAm7dJEHw0CYFesrQQgdV19yscDel5qvXKbhti2MAFRvdzCL5CETDnbs1OfMljlZ05GhhKobRh0NMPQlRqExMOT/LEQ1V0wVCYSI0FYzVG+KmWLEIglBBY4r2NOvmO3fq+AtH1X/ycW4ARC3CCK8HuXYMr4RUl6+ORtRWvB0ckmwG8pSpuILMcBxgkCSjnAAGq5nXNUMuYYQ5fmZ+yIaS2i4r09Xi3GBLtq3SZp6axNps2JEasFHT8CVswxmfokwDgJt1qsBTL0DI98LL7r6yR5loLZ06QeXgXafZKcltmzTa1qLThw6plwZc4i9gyoRGGpgMYKI9eE4yCPKYecr1AY0QG38nW6fw1TeppqZRD08Ag9Z30DfaSPiRYEBRSQcHFzXWsEafQYPF457V/Ue4f2DmnTAI54CUvOQc8bkfaPibz6qCZEQhfh08F3omGRwV9LKp4P/MMsnLF1nLiWhoE3MwOcnsDLIOqCz5kn33MHmHEyIuc0TejmbcSzfq5W4Y5wixW2ZVJo7KQE+nrvn0x5Q7+pTcG7pQgZ0C/uJJL51Vum9ecz0dGjH1ppvvUKyTRbH5s0CDQTjGQ6cHNRDIaOMXb1DjHkjveNbjS/vVMxMnvmt3GlLtDM/x/PEzg5DV57RzcwMsN3r46jZBV72WCidbbBH1pyB6eCb1ZWQnFtqU63yGo7KIJi3gpsJZyVD4aItpK/K3hRTY7IKRpPLO0CSntgNEZT2YAM+OqwhAvnLZL4pgyGwc46W4QS5c4LR2pFoDgHXgWzeKnRJGfrZh9h5j9jlsx+X8w3o62RzWXWQlf1s/i6Wt0lgGC7cmDENpPBg3XFZ4sCiNzlgSNoR3hENCZTcInbXIQNUTG8N66UheV8L/7kVlqkj5euaK9arp3qEDL72kjbSqeQmBlqZm9T9pIfzOxrX65z/3GfKURX2LHsT6K0Bm1rIh4mtQmoVuOvwCp9YoDMKkXliI6yy89Ss7DOkqMSgUnnuxX1uix5VMnaXHmByI8KYCv8UHemPDXguEc/OT+/DgtTQlNyDZsEtxwkZfrIP8AEdArjAPI9Bot69FOi7VsC/dqOEvgHk4IA2pGTfF/k18TfEj8embdO5PSc4QM8/GZzC+iPLPH9Ec8e8hqKGtmz/MOJIPcBc5EuE6+KLMFCmnNHT/E5rae1rlD61VnKaDRQYT9Y/DY6DwUHfL31TO30pGTxJFmDNKh0yQEZb+8rRGiQM7N/6q1u6824nZigwILc4dR1+DTJRjOgAOber3LrxbGu9XBIrLU6yJ4JkL6bN4YUu81lBwQXQc7keeZuFJ/i87zxClVBko8BzxI8c64yaIa7BuxGQIYD02coJ1cFmmbyEFKImXqh7/74QYjms207bMiKKN0xHieGGM2sTrlj25xyA+U4g1b84GsXnspmE3A2+7QCFmGlakL8spiCc0tSl/XZM6OHn6h47p6UbK7b99B8WRHn353hfUC/pzY9d61e3epUV48EePHaJdrllTxMiTe9bptv/jNxHQLOvr+4p45y598KZa9A5d+sYhkkCaLH7jzmug/c7rBbBwV3wP/Jkm3c3cxUMM6nnixLRug9OyuYe4hCaFDFIKcyg++WgJCxgBbGGext9RrYsMgN9DAZ4f0CL3Jp1mPk/TbiXbNoNUUUQDhbL84fzHpRq0vdfbYNTOvC3ug908/oZAo48j1Nhs8d4t8jber4M/+JZ8xHaVBRIUvM8k1bIQ1cFNv/wFuArEfc7Qd2JyEpMCix7ftZ7+w78P2y+l/kOPA+VxfFGW93PsumzQCHrT5sEKZQo+iEF2+CdY1LLGAyx+Kzpv6OdZx6ShJf7kdSSvOFULNehSN7JNjgJJhaYEW1D/EvID/MydJ+EpwREmhAlR+rYpusbW8+bX4rGhVHItpTQkJ37vTo/jXYklec8U+nx2I0wtybggThiBfFo1djdFJooxpqxEvlEVqYFHw592SpT4eSFYJikFpiPMAGB2ppjlOJqL6RmuaVqMxGEPgHrQahVYmuZayA/oWTRJsxDdQ8Ng6f9x31e05do1+kjnx0imGVCEENASp6FNEYgNntSGsSEd3NarUzdSNBlp0w5CsVLgUf3VD2E1hj6gP7wiqe8cHNF/PhDW1jaPfq8XtaxAs/5of4POoS/yOzuHdGVbvZ4Za9b9B+bVkT+srTWjNAcPUw3eAMrRjhMQ3ULg58XNJIxRTaVPcVIaBz2m9nbuCRXTpcUH0IA/x6nDiRDdTIWWpPI1vQPVJt1Le7wNRr18AVZGd3ZdtW3HgaU4erv/LnOwqW796N//vyqNTWnbtvWqZ7Z1euMeLaxZowgCkXZzLZxIpyk/482uuOoq7di6XX2nz+jQvhnivoTWA2V1bAAlscmtBhFxKmQIEwIYcIjptxMM40lSZbQWLNtcjm+0/jiL15zclRicjcDuWD5XDDPjWoutSBQwDx26awHjznOCpPA2GZK2IsYfQQrNQ7US6rZTJjfVUpP0KULHLBFXFhYOOd+7sKzStNI97YQ2fHaGE8FpTubfVvW0o9aM2u6d/RyhXEcewRCRPIhCDjSGt6ZnklMF0cwYY994d9wP/YV8fBCjnptk0xTiNEy4aBM7psEAXrG0U88g13t66bDu2PABtVCcmfjuw2q452vMGUdn5aordToZ0r3DR7Q71K67SexSeZozWg7ofwzAt3nEi4BQQr93m494eF7/4AdMSeNz//X1PboG+M7i/UHCHJehHrU04PJeY+G/AdICelNupEA2RSsfVAIPA6M61gMlNiON3EZL2ADGjdoVz3PzmijQLdxhvg/agzQ2UAe9NAt+nVdfslGbbIKj/snNqs4AsUBkpeJPy1Z9k2JXXkvLFXzl0KjWbkE1Ce7xENW2FALgtSQe1i1htM4SR3KOYo0ZQBTss7O3V23rf4uEz62mepI9kJMcmrQlG+PM87Mo5CcpBsTBiE+SvDXSlxepIzQx/NcuaeULO5nYSihgP3SQf+e3ZSP+YwBEFdUH71tAeDxHSXhpiapk4awT3+bhNJQKoBB8P6gveGoMFH5HMkJ3C+GEY6BstlfE16vd06Y94nwiBu1AeMvtTQ7bz8hJiEq66egxLLdcnnHgryCxuzVGENarf+QMKlOU7GHcBd11QIuEaKxNqGGjziBif2T6af3adTdpY/JGGLoBun3GVIPCQ0sjrG3a2HJ9xwmXoPfyWTcmdqlC6XyO8RndHYj/1KP5nTmm+7//I+2u2arfuQmMm/zgH31/SANjbv2zn6/TTa2gOt45PTyV0I8PsPanTmtNyxCC93Swd5DfUOAq52M6cv93aC+bRFbhdtU37kTOjdCx+0rFp1k/Cl3sUHg4xqHh+j102RNTm7r25XhculEvdxRXu4SrtmPVsqpAJEkY38fEBOtaad9fArfMjcH2i6k5Culoio4NfxNqR9wAjliPYZzcVJuBaDyCmJGLsDYXBZMyjb95SAslGxRK7GmTXAvwDwIlhuxgoEVguLqurTwPOM0m6i53Cq2osdq1OX2fK/MRly/WRjvaw3x/9eADciJbt/+itY3808IZ+ywTkiGUYOMZ/FatkFGiJxyyrewYtRUaLEFc1sKzf/vpEHfe1YE8VtalujZWHArY5FJie/v+vvKCc6JYtXVq9iAVVXS2EYZxh3rUseNTGDIzwYE8ffAqPLS4HTn1I31l8ln9Vv4uqNsw80pD+sTGa2miLeiPjv4Xfezm65RbuFtLI6MI8SDnW2zSTfUkuPV59YOE/Muj39PPbVmr373qDuVcjxK/z+hrJ2/TobEG/ekveHR7J+QpRGm+1pfU957j+71wnz7ZeC+taUCSzMcpIOpTRrA9wPWYpqCbCcZJ5sBbBTFDbhCCIxJs7eT7Gb2THQpj0ZnraGO7baNfJkzvko16JQYyr+MIIy57akuezOOC3CtLxrx26x6dHjiowWmSughJw9IxxAo53ju3aseu3Q5umoezYF0t8QSSAaZZZ4ZACZ1w1XmESEgK5mGdmeFuFPInIMSPEL9Ng/evRe2zy1BeZ7xaNTczIzORB3tYzF99n1cx1q0o4Pj25SmK1bjFKXoYV8PwZwe0JP4LOdocRjutKpQ6RroS6tgn2Nzu5ekAjiFbUwG72q7F1mflUfXSVf6DmyTZTfXTrq8ANOgxvJvNu9Q/o2nXgHqhu05bMwIc6khjD2EPn40B2ayZHlCjrakNWqKf8gjj4r6Hgf8bVFTdmbCenDmrzc1bde2dn9BDhx7R9ZTWLYN6isGrp2dPan3LVv3DntuB/sradtU6fenQD/TAj7/L9DKXfv9Dt+naroCeP1un/04nz9NPT9Hy9TCx9T36xG42IfTfSWKkhjoEezid03SxxynA1LQ18z2sixxFVDjggHaEJoReljKZLRgXwJn/XK0mlqzNHmf0dj8u2ajPv6Dq8VqtjlkoUY2xbVIq8VSglQbPDMQhKoBtTNfq9KJNHdXWjTZC2HwkyRme2mS1rF/RZ+3IjjlhSEVICablB4xWtiTPoC6euzSDsCIjG6bJyH00HHgo/xZN8WjFAywb8cr4n6rXrtJoV6a0vTxdqhqNvOrhoBorP19OF5ydYRDc8uY4fyrAK9WEqs+3dq9XWvSWzwHbcNXfOv/rBGs2ko8/y8SX9nF+mnL9yEXUIasbGY0w/RelKBqLQ5Ulx0AqJLwu1mDHhl2M1SPxXnxKQbD5dONVQJhifk2b/q/EF9ULMrJEMea/x8bVN/uE/vfwxzC0jL7Z/6x+iVj9Cz036vjMSX15+n9qAeJSAEngXa5BFGeH9c1zG/RX9zIMdGKfPhk9op/ffEDr1uBo4rTdVpBmM/HIMCHgDBTjI0cI1VJq37QDHgghCew8GwMCaq8axyaqJ5lTK7BUxkJWM2wKVZfjcclG7ZzoTnJYvTxL+kxqdkWadpEbwAGlaYoFhXXbQT6oNCG40rLlapoMdmrN+g0OuTWL/l4QcRfzYEVuYsVwZGO9gGk6b+6MVjaJEfOp7HZi3vT8uJrwUlOEFGESEytVV2dWWBZWNZzqyArnCqtVRseLnw8jnZdtn2/Y53t154XL/63cBXuuHRgvB+7Lv3idzWG/cT5zeVPZC1dGXjjzB172XNaJXUVIohhGoq4ZUUfE1BGkybNupnMSYk28GGuJv7soefo8CZ34f76kG+64UZ+95gPwPc6q1BBmZntW+yp9Wk8s/vH4JuisNpdGuqthj9bfSmMuut5WujxMLvJXz35VX7zmC7r79l9UcHhS3/3rH+nHQRoK5o/qH+/q0wfqT0FqquWovFmzfkbZ0f9oCV5mEvj11IuaR46sXDZpNNvw8ECsyoyKV9CcgoFVdkcsJDtvHR2B0WVtxrfbsC/ZqKuX/MqdNG9tYYd5UtudYbyVGyNdt6FXv/n7v6fJwUG1Uhlr7+gCDsMzo1cbJiY7f16yzySsqt/aQSKCiBZW0DUroCLqo2XI/Fs+NcEagUM7AQ8egdJ1kFYoH5wKJzyB+2H7oDpgYvnhGHPVGqtmft5jecFftmXHAO1tljdA1facx8qoZ3O2nmWaZPUXr7ynzWRxKobL4Ue1pGJbzD7B/m5b2WLNqidzWYWS6+O8qsKjUF59IBT+6H4QHtOsNqk1sF2Eawi+HWZfuTKHnh1zEadZiT//M4Wee0599Z3aedN1en6tR//f2b36B3Of1mc2fkR/ePKb8i6e08dQrBqFejsEu+4q4t9r69oV3/0P1YQIzrk5Tr/ZRR0/Qvnb8039vVs3a1MHKBCSvFl45kG8c5ISuE0nW5ia1t5Hn9P88F7VEyM3NdcBQ2YRgJ+FgIa+tZ2+tnSWVJN32Pe1Inq1EOWsrFM9BS95u236bcCpMb7zx6I5p7NxHYwTDEDc8PIgQSZcocK5BtjN4VTyMB/sECzM1FbwSUsW7eHIBsN1RvDGyjr0lDvQHfgb8W0I/SOCChhJNZy3h9006FL5CgIXWEZdJtM2Zp6xDMzzv5ocUw11HP+9bLjO5y9zeh2P7sBz1cuwlPSnPt4AV7UGBnucrxBw/nVYN7rzWN40FdAPMwQ7Z3KgO5Ng1OF5PGQExamI9UBatkDFMkBMi5EbXcBN3F+DQHrLdZ9W09MnFT/zoqaffxG1qFlt/4e/pC9omxpAjk4XXtLBmSe0kBrSB3e1a4xk9D4Au/rxNt3ZfI1qu2sQrxnQfS/+CZXf0/qbH6lXK+JADRvXqEBfZYU+TaOLCqUrAn4NHjuAiuqLIERwrFuYZ0nXUGs7zRxztHMtDnJPN1m/PKfYHN8mYTfZuRfOnX3Zx9j9Xb7XP32FL/q3b4Onfv3PtBtYremvHPXVMMAxIGMAraAl1XzJwZKrN335edVADG/E+1DkcBuTzTydCZUbAkEpthFtjqh1pRi0RLWsYiy3l/2heQrzltVVrBrwMvfNoaTaUKFXvPj53IOLXsVLfsGyt3aouxbSEHqxIEuIt5f4jlXMv4pxOwKLDoPKklWiMAMzrobglQKOywyr/IJPCea7FE+5tIVTon0H8CjSYZ/60SNwx5/T6MEzujvJQCk2iGvXkp4c+5ZOvPQcUCEd5DD31sGU3EENIUVb2Gw8pppF4EQ6idz5tIaRwTh86Bj1hKy611yjHVtuRg5hSePHHwClGXeADZTu+R/uFwl0xei/l15LuejVvWSjfj2K4MrPqjDWece889fzDNvMbMXTrRiYY+x206rPK0NNdJtQDh6tDNHfSsomg1ZAR66MPG8xTnmYgZ0upruWKZtT+HbCETvIPcbfdTBrQxvss6pGbJDbeU76ohft7XyB0ToM3jcetRlqkVjZTfzrqPgTRhksaOGccSUcvaOVY92+E2sWwnMuzh9CP2QGDT2ujHnvDXf+AtrasxCOhmgAhZ4wcVY39o2pHUzfOOw+NPBqadZNI7yZwUOvS8KbDtSCXV8Lps3m4PQLccKGwTtdwKdpmgEGh8dJ4iNqabtaze2tamT2Di1HitEjOnDqGbTH6V4ikshxwiwgXRar5UQml3onHpds1G900a8Y+3lb1UmWqq9YsWED4V/xpGbOy4ytZSdqN7JiivVQRM1ATaHJnPvc2DDEqBNk2v2aSW5VE7JkjlIQVa8M9Eg6pJQE23OhnW3XYsT8NPG78XetnO3AbIbcmRzBMq5cNf7zJsr+DO6IbdDzo/uVSV0RhHPSuDlDcyyUcfjWTrndHIX5BgzcErGJwwqc+SFJM1INFF0abv+oohuu0djoc8R39JKiR50H//ZAVfWAE4fTSPC2MZpkzXZnsFPNJOMs0A0sYMhuFGXnZhF8zyNzYavNJLIBpkEsMi04RePBhs23qX7jNU6sXCIk8RA+UDlQmbJ3yNdCc0CUmZd00pv0mDkkbtkFgrfLssKXzahfvtqVYseKhKtzT86rOi6fT47ciWPpy0Wc84ZqViG5V+iJNi08S+dIFj2SiVGQFoukKdFWRTWBwzCCgaEh9UHNbGlHwB1ut3m4oomGgJsG8D4rOsmvF4JclpV+oze1aMLB8yg+YeDV4AvjtQGgNgfRmb3Iiq1g4w6yY4kL5XZ+tzgGnOdhUlcLg09Rueu65dec1c3P0DiA6/ZGUFmdWtBQECF2ZraHUFgKNG5UaMsva4YR1oePnNOp08y4jM5AEx92Ep0YUwnGkGkYpiOovmEr2nrdlAvQ/y6hvEQxyISMSrS9WcJYgPAVScClJtePRKH7UuAJwV23Digr71sf68/6cfmNeuUbnW/cy9656qKrJeZqzGveCEgPr2p4tf1ZwjPVmGAKPJJxOA9F6KY+5BgyYN8z6FNnpmOq39TCfEYj5pMoYrgVwFwPnsTgxbGxEUcPL4EQeRTs1+m0cE4BA0styn510HcpHRdv9eY5UZpzGcvIDEljEJ5KDQKVdoo4Nm9FTAc1sUlahpRUs4fpM0d04uCM1nYRCnz4N6TGTQRg0AeYU1nMngLKqzIIMwtwZGw0gQ/eNx33fheqUZs2U6Vs0Nzxwxp/6TFUVw/BUES7L818mE13qJuxIvWIE9XXplAGmEICbUn16OoZjmnkMA80xDJ8GasEl4FeM8TQ1kQQXk4AOV/e6pJc0ut+dkZ9vnGfhxMXl4fVO/wJbpj9WTVq60wH9uLmnRuFvjhD7AhLrZXWq6aapKYyHj1+ZArNvSl9+lpiZIhAaapt1lJmk+FrEzEkDKJOBTKKcZhJOJLEfLYx5wr0+0Xo/LAM3Clv83AqoMuPn1UYYuiMxcbWEGyFKvvT7DtCv2EBXW4vXdg2UMOSgGr+wfpYnI2nNoEbP+2zZ7QOAfdNumLn7TQNIBJJV5GHHrcFej3FRNvjZybQOcHoRqehOg8qtwmVVRSpTFyzpWUHU7cgHhVGVDO2qDX0ie7rs4lmTCNu26PB0/coR0UzDk5dISgpIZZvVdIgRR3r2I9SUEFlBPgULUAuz2jHTlZEscx45ucjqpdkqRfx4stm1Ctw2atw4tcx7BVDMsNyqKDOLDu7h1WubYVybASCT7LZYmMU/MFmcTmMu1ivHTd+VFtvvkU3fuSjsMLw3PTkBTkCPRh2zCa2rsCD3I48nc7mpc10MhCWFvFcJkoTCseXN091FuJKfH0Ra3jJT7VRI4sgDx4rWNCMYMOOTMtk3trh6pcTXTtVliuvZTy5zXG0fKD1hk/pY3uup4trBwUoWuWQMfOlGnUc401azBtkDs34kFwN3Uy1babCV69FRNyXgOOiiD+6GfUxb1QAVK2CJJY1FHaYkQBTkOuBh11mHNKRY48p7ptRC50/QVRsDYO3nN06WYKEegXYlVm8vwkH+SkS+SiiOSGS+YrLZmFvvOyX7SMvfIy/+tg3L7qcr736ajFouDvLD1qbKjDO2AB7tm3Tri10Ulg0gTFaU0DSBM3tsZydOKKSDlXJWHJ4EyON4kZsTLEzqtgQEj7UuNCvfVz4+i/Olu2aVzo8ZmiGTaFuapzoGBMFigvAZacGaJJAbqaTAhJfahaZ4QU6t03yLcvA1Do0P9wUlmwSLzUrRxbNjQMoYazteGqHc2FSEGht+CLQYqeIj4HpPHk67MNXapQ2NQXWqMxwqYl5XsOdzxAGBkBNaomfa+g/jMKonM+eU9JoCtbAECQGR3dkNgZvxOoAnQiDWq+lka/4nZ0eprdiojWLtNhFrTEkTOURz273wJgNl83AfsryvxOfeVHW8LLHPw9TNo+1UrG0sR0rxnL+qeBg2obrriyrE7TaMW4hyMqGegWnvqiLuognr4QxK7RTk0YwGoEZteUNszQDeDm3A6AdHqx1liGgFbrRbd6LcVlSxl6kQcLN5rbQys2/yxaaGZ3AfsemzKbRCuTfPrQ9rIzq478ihuq3MRpUZzfu3E1CeVaH+oD5IB6GUJcKJNqZ/24lEZqmTaYN8ZkQXrcMFTZMuGbi7zYAtYnnJmrp+6Sbx23yD5bPc7JkuH5Dk2LhOhDAGIkkGtuIrsfoaHEwSpb29TQ9LmLp3vJT3/VG/XLEsgwsv7af7Y18wXllleW3WDbkd6IaYNvJKZxgaMCJhsYkSVyd8cuIKiKtatABJfmSpknGFsDls8UA4vU+HeTf7Vutc5wuH7zkDE2yqdlJxCSRGyYuJmWsKqESuiylFyxzgBWJBBjiOjOzIENzdAa13aCP/51/BvFphGYGtPBad1tHAhMeodJygmVpZCiD6Xvo+HHTCxkjbKkhqfbhsUt0s4eicceYS+QhVrSCcudsqopphdPtX9/UqaUFwg5ieZc/6Rh1yTJbsG6YKm/ZON/qC3/2n3iRV3rpYUC1LP4Tj1eIHBd5RRf39POv/xWsucoytEcUEUVnupXFRRhREYMKoKIUpExdovu9sMh4OWiiHhRZy4QeYeAyYyqaOKcVRowzE2QiVpZ2swX0PyogE4ZG2Ljt5/bvY0QcA4u6aX5t2800r12aQZ12Dv52hGQ56IYWjISBwYVZ8gs/UsY1THAYG6s2PhjM6JSyqWCWjfLLCeBCjMaDgwnh2e1abE9FcP9B8hyXI4/Bz3hYbffVCPzFrdulPPtdb9Rv9OVeLyx5bZWwGrG8QZ328kce1Zt7ni7cK9SBVz7c6Rw3GhMQHgEFFb04HBCqppFePDoDkwoI1kThX9jMAgwsgdp/FIjS+MoO5xwOiM/GMMO1CaPfUSQ0i9DVfd0NFEqYAlbX2q5gC6OeGYvnRT87gcEX8c55NsMs/aD5Kea2YAVE0ZwGdU5FoAh7r2LlQZI9D2GQ0yRkhRQQDscXWBmfqqc9HGo7CI3HX/Xm9qhWb6um/U483vVGvWIU1bU8L6g4nym0vJCvXUCH/fYzMt43unmvbSRd2YwrXtuLlzb5BDMIq+IbqcmKMQbsuYmpXX4SL6uVOjx167k0OQW7bebtSZwNHjUnb3om/DhlAz4JE8KMmtt53Qf5Pdp5hBfWsOC3PjQ4zF4WZY5O8RzQp82wCZDohZhQsIAK6zxJac6D6KV1zDvj46obs9rwAYxIF5Jds4OoW1MEl26GvcKIcAza2IvONVdrAT/rx7veqF/FI/kpq+OUvV/jqt84dDnfg/zsGDd2fStGvuK1HZ05DMEhxZo82nLTshmTw3QjjHDG/lmxBQO2St2KVJcZjfO9LUpwmipMAMtapYxMZIZmI5aBCUGIplOcAhStTGLchNFbaxNORWcWYRpLNpOJThUzowjwMAGsPkmTAr2eBos6gur2ztX3d1NwqdKuquttn7+8Jx305fxBGCuz7FeN+jUrcOGY+hUD/UmvvMLMW3nT84155e+X16hXGnFfyytZ+Xn1/F7mD1pl0YlGqzZkaZbzD/tvOdF0sHunSm5d8nbtGLa5Jp5TNI4MbWf2U9PBtDCmYmQoYM0Gp8cV6irPC9FRn0O80mZATk310aZGDA/5P2zzySl5hxsRd6f5wOhgdHs6i+d0MTmCO1W2pD1sBmTJWtCchmt7VItYzm9JXi987y6Pub/rPfWFv/bFGOX5z72Y1134Kt7oGed75vNv8sthiU2JXX4sK6hU6afOz7g95yOQKyy9V31Y9TnOsyF1vfxYvrNVn2pGVzW8FfAnsDw5q6sL9SyrYr5MbbWdVX3V+cZxfhj1qoKawzetRhnVWujy451gMi1/9HvAqF91h1f/cZErYCjMO+VRL/JS3/TTV436TS/Ve/OJ7zWDfu0J8968a6vf6k2twJtPst/U272jT1r11O/o8q9++OVYgVWjvhyr+r/ge76XwhDvH/zBH7wD8Pj/gnd99ZL/l1mB/x+D57yvo/5ErAAAAABJRU5ErkJgggA=" /></p> <p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--></p> <p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--></p> <h2 style="margin-left: 36pt;">Cooking club. In French, Grande sections. Thursday 3:55pm-5:00pm</h2> <p>&nbsp;</p> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAABWCAYAAACJg9eFAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAGaYSURBVHhe7b15kGTXdd55cl9r37euqt73bjR2gAAIgBJJQaS5iBLFoSXZE7YUY4c9oZmIkWM8jhjGRGhCYfkPaWYkW+MJR2hsLbZkUCOTgEwQBIiVDXSj9w1dvVbXvmVVZuWe8/vuy1eV3ehGNwiAakYgyUJVV+Xy3r3nnvud73zn3HCNh93Fj1rZLBDiAgMl/cesGrZatf47K/JD1GrGLyzofh/07yXIC61gZYtatVbhv/ylxust4p5RrlYtFA56b+ve3/tzxfvRAvVRCdZKvL/+yHNDfAZ/06d533n3Wti9n7smvSjoP2Ptl+4dazXvQwJ684ZHxbK8V4RLqFigkvD+EsrwnySv4fm8rszfasEgd8C/uW59t2CA31ctvH7Hd/Es/uQu7Vvf+lbAm5G7+FELVp0h1JxpYRwYTjWAQfJLfzUGmNya5ayqCQ8neTK3hfG76ceWQzICGZPWr1ZJMGyhUN26giwMWTUrR3/WonCfp+fpEXSv1g/u75Uq18ETsG9etbaE3OfUP8Q91z34ZU3GqutosGb5kRoLzf2umnIrosbiLFf03kW+ory4zPe4BcpFC0ejprVXYeGEWVy68aru2S1cPfeTR+MI3PVGHQhWnGcM4JNkxDVcaxCD9H9Xlousrlg4uGr5/LIlkt0YXDMGjmfDu8lQ5GWdFcrjVUvO48rQZCShUNHK2EatErFwJObGplxexRGWneGXKlG+RzzvzX/CWgxuNekK5J5vMKhq/RfeyuCpLAquw3/4Bo1bdjtMqJawSqXI58UtGC1ahZ0haGnet2DFYtkipWl+38rH8DzuKYCH1qNS4fX6jBs//xP7xlJ+Ch7augOeK3TG6Py2tmZ+FwgsY+Q5fo9RLy+wXSctkUoDOfDw7tlVDIDn4/0CeF15t4ADGTJk/opxhUJAFDy7gxwYiXaBIIvJKgX+AbxxEMT7e0AwBC/r4Q15Sw+weIYrby5v611rVQaOEboNwn3pb3w5iIJJ8z750kFWEVDD+vDIMV4TBxppgyjazNwp62tatnKxE8MesnC4hTfVrsLf+Tz/c34KpvAneol3vVHLmKraljWXzivJY2MQ9d8VA9P4MDbncslK2awlE4AODC0YxCDBqwGMMlDTlzCtvCbvB7QI8obYuFXKQYvgoUMYCc7POfSgvGG1YJn5a5boBAIEIh6O9XCQ56RluO6C8JgyVhea1FdF3Xs6OLP2sweWnFFrWQGVSuWCjV3+Y2tL7jYrNluHPWrR1JDpUiuVnMWjx9hpliyf7bYkECRsGD33EgI1hrRAf6Km8tPzYXe9UbvgKASCrOUxEF0uRl0JWCQsTA0erqzyDL6v8r2Qs2hYU72K3S1ZtTwFXMDDhjo9nI35Bxx2FhbF+DHMYKTJzVaxRNAX1XMKePwJKxUWrFhYtGSNheEwLgZV4hOLeOcynx8BrmBogTDQRNaLgVdZFeVS1f1NnjtIPCBD12f6CMTD1ixKGXWJ51cWLJWcsZXyeVtaaLOu+JAFIlz9zDEW6Gkr5lesUMlborqNFVJxsCMY0s7lwZv3RJ4/Pbb3sV3pXW/UckeBAEZansM7YYC1ZgMN4FLBxpaxRIgtuThtleUZnOs8gdSCFTDufHHOcsuXMehl6+zYh3E380aJunfzcS9GB5woV8r8Xp49b6vZaRsfP2WJaMU629J4xVUMPGv51SpfNQwxxIKKWzLZbHG8ZVju3kPcVioWLbe6wuKI8ncCVufYFSh6kAQ7ds/Tz8EgjEcwhrFybcEli8WmbSlz0BIrGy3d2mLL829Z++CsLRbKYP0gzxHLwyJi1/CgDrGGGBzw/ieP60fgrjfqWgkPHMlYvjDFBGLIlbAzrlRURNccsKDbKitFW56bwqstMvFLeNgIX8tWyOVsfuUoHq/Pmps2Ohjs0RsYonAxEGYVABuPYzT8ulzN2NTMu7awcNkSPa0WS6VsbuYqHliGG8dYW621td2icXn3iIdEeBs/XiuVSpbjM0ulAvhXsEYMDNcsQxSMwggVC+hvIYw6Hg9YU/gxINB3LZ0K2GL2omVyxy3dvAtocpF7zbNgwwS/aS67GS8NDHL8ph4epv/k8d4RuOuNuhwWeQWXG560XOGipWKDVihHARL9eOOYpWAnluav2NTicWvt6LHFlUkLxNqts7nVqkt5iy7FLA0NZ7VFjAtWgUBS3jYawTj4fyS8wvuv8iMLYPK0LUyese7OJuvsaraV3LJF4mkr5AvOOxYrGcstFiway7LAEnhXGIli3mLxkF2+ct5W8xlgUtGxJlcmStbV1WWhcspaWlox1A52Cy0mfbGyyjW8ddRaRvfZ5cnzNth6xDakazZ18bjlWl+HdVzmORmbrjTZtiZh7lEH2YMxsdNFFhMLkXjhk8dPoVFHavC4wXagRQvGOI83PYVnbrZiCG/dvmylM2esuHwa77dqzS1pS7WBn+UxZ47Y7NXD1tI9ijfOY+DXMAiSMPFObAr/WQVXV4tg2WWbm2IXwI2vLi9jKJ0Wi3RbJhODIoQzBjMvLYtdKQApEtbS1mpNze1AFlIvcIG5wqRdvHqNRE7VmlrDdur0aWtubrbOzk67eOUozxu37BkYGhZFV1ePjQxvs/aWDbAxSRZS2hLhZmsKHbClq2PW1fRfwMvcz8xma00lbG5uwtLpr8DQ9PN7LwiFy3FBazgAxs/D0sQ/MesbR+Cu99TFwhGLJhcIAGdh2PDWS5NWWNpktaVOvOCKrVx726rRKWvrbrFUqt1yUws2gbcr185ZS2rJ2vofwsOuWiZ7wTJz5/CmRaAJnhkeOkZgGLBhsHfWejsGrDk9aOEWPHtTm6MBE6kI79lsvXjVUBgOW0FnPekDunaGmowPW0/XiBWKWfd+Xe0b3e8VLA72Fmw1Iwxc4nMXbHr2go2dm7bJ9Bx/DzmPPtC61foHN1px6su2uPzvLRz/nqWqTTa1fIb37rSB7q8r44I9A0Uc5AnCnbM4WZgKGD95/BR66mjCc0WhKMlk8G8+PwvtBQOSD9viAvAi1YmH3mLleNwuT5+3QvYtS7QXra/lU5Zs+3kSi/3wFmZtbWTsSLzkcitWKQERQABNeN4Kxp1dyVs81gQUSWAoBF4wK0rAhMNhK+dFA/Klrd6LB903YDHeFm+9mgCOwJlkyTICilJxdhWMrsq1puLgZjy42PKO0Kh1tu+3+cVxy6xcZdEsgJXNJqYPWmRhzIbbn7Z0+YBNZv7UulInrKstY7Hwz9v4yTELpUgqtcYtAvSKJYE00JW1wCwXwU5iQ5/Y9Q0jcNd76kp1I1s4ng/DiiYqsAVQbrE5Wyq9a4WVLtu67XPkI7COUt7CBG2pVAGIgEeNPMhGvcNy2YLziKE4PC9G29wEnJFZKp0Itg0CP5JxGBVRhbARXuYRxoHn6vtqaQVjjxFXikqLOY7Zk8soAVTlmkTNldgNVizhyPQIu0TBZT2V0g+Es1xDySKhVosnotafGLKuUp9lV2d5Dh48nLH5uWs2O3fUqrmdVs7uJzUeIlAs2elz5y3V+w8sjucuFg5YcfVnLBb8jIVixAbBNJ9LxtFLgn7yaBiBu96oa3jOUKgb5gJhTykBpozZSv60hZK9NtzzWSu19HI785bif+mWZ8DJX8Kwlm01JCYE5iIIixFTVpAAywWMQAlt29BqxULJlpeXrLW9g50Aw62nzrEnoASYtQzTUpyxGMYory3GQbCkCHXneOqwEiB5l0RxmNexEaLZRN8pc6nsYxvvpREHsJCh1PMisZA1R9vdNFQiWyxZfYcA9WXLTzbZQP9mPHDFxo6MWzH+ou0cyVg238XLCRxDwKZY0VF7FeBIOCZI0vqJQf+0eepMpgK7wDYe2ACmTsLCLRHkdVlreo8lW/sthy3FAq3QXxhcAcPHO4biMfxup62ulDG4rKUjaPQcNa3/hBy1ppx3EfFQcztaEbCwdBhFAkf9LRoB8vCU4mrZkqk2PHXKGbyMVOsBGtp5f72mwi6ynMmzQ7TgjcltkgcKkrWEzXOBZLWWs2wuA0QJQC3CM/P5ZdLn1XKMzwESxfqgK8tQlFlrG9gJc3jQrk1PcE0h23N/kUU1CuYfsebWhy3WtMXha2lCpPuoAYk+Yanfu6bvek/d1CxpHNixBBVX4HKjBdiFXhIqexzvnBDGlQcuYi4YggjnChRdlKxjbYXF0AnLQEZQHlZBnvIWJSVb0F8U+Z4CS7OLAxOk/iNryeuDkqwWS5bNZqy1e9CNWrHo6TaiET7HBWhKjyvDVwIbk0RJxLw0O3/SZyjzJz66QJCZbm4BgwsnEOTxWXL6gu76ucgC6mn6qhVzL1kK+ntqsZcd6ZLtPBAHXuCFK1+z5uQBS3d82q1J6RGF+cNcaJFFo8XzyeP6Ebirh0TYtVKCZgu0uauuknWbWDpuG9q/gReMEODlyOAtOO8qeKBMnpgHfSk/WIlX2No9LlcGWSVTIi+qLGA+T3AIRnaiOgw+TFIkWIvjWVcFFPCkFevo6vckniweGbNjPrgmwRgv9R0hEZSH6kt5nhsj17VUndhKnrpixSzXgNELi+v/YYmgxFFj/UqBt9YiFmnttqnMpM3Nhm2o+bNW6HrDlgHLzbk/tODgVmhGCZ1INklhyPeI5AJVFpJW4F3+8ERcXgZXO5cH49Z/bvy7l5yqw8MPcV93zag03tyN91MogGEl80cDohR1IpHCoyLQTEvdRvIjpkmXkMmj0lZWVlxmT6lq/c6vg/B/1uBqoLUIxPxGSEPLy3qGppR5xTJLOesMADtkP15+u8GovX/r/RKJxNpEOZ11nWaTp9aXrs3D8HWtRv11ZQWXYPMEAWyg0o5gaYsthuct2bHV0rF/CbTIsg3tcxJYeXil1j2xVV0BWFf+3e3KU98R+OPnz5OM2zdif+69ndSbr8Y5+6D2fdcYtS78RsPWTcajccuVuFknCZW6TrQbVBuUmTBuM5lDf6L9m5cXjfK6lpa6h8co/QETUyFjk6FpYGvOA0o05anwwmHPs7d2pK1Cxi9IhlCv9V/vf5b/O3lQfwJ8j6T31+do8aThuf2H/7n6d6FQ8HYYxEtha7KO9gM2PvVnNlu6bN3NT3pKPd2z0p51AaDua10mqHta12l/0In/ST7f06iIl4fVqY+LHIrGQ07IdwD6u8ZQz/fH+8e5zrvCqN+vokyVJk7pRrKhQjGA1cCm9YIdbNt5MQ2UDFQDsYpaTw9l9Xwv4S8WDzqse3TPe0gaDSzhPYtEeTG2/Yr+zXc0TNYkIVG94q2xesUf7EbP4v/d99j+Aqhpkpz+2fOrvtHH4dazyxh+MgStSOCb+r7NrL5pbeFtwCJRj2g90FdLL+IJ8uqLr15Z89Ng005VyL37u50WusZTRi2D1tz5f2sc05uN9Z0a+F1h1Le6WN28bjoEpgwRyBWyS0ynJpvKvIZqEn/F+wajwdKgaQD91e97AD3Hx97OwDHgMDw0qlK4aJXC4P/B2DkCQEbdXdqNi8O/Xn+BiK/2mBVv63TkCl5VlJ9LxMgjC+vjifRveWk9UgimxGIQr/JIW0d6i80uvgPgXHCVMBFK04Tpg6IIVZfgIIeLjOufd6fT/Lf7PI2fYhh9rSkYuSTBr/n5eQfhfKjYaMz++H7Qq7+rjPrGOj5vGwqBS7UFl62A9iMa7lEqz92ntn4FfrGYl3UUJBF80MDpEcKVy+Aa39cPJL3Xq4pR6jx5EySl4NsqjEeQQY7wN9la4y7iY71GnN6IB/We/nP8xeQUG3UPrb9rAa4FTAo8A+hKqHIpFpdZVDlrSXSwltCvFNCXYNwVFlmMRIvu8+4ukb656fle2ocY2p00HsvobBYW0JKzsH2vfeM7/Lg14XeFUd9sq/GDCHlqJS+qiJJyq0vW1YxYHlOUo1YFjKg6VaqIu/W8+roeQrbkMRXeItB3P/r2/w3OcD5WRVljp04CN8x6hwbQmyQxak826j/8ifFhjH+NPr5u9Oj+4omJI1fwUw82/e1Yk6tHsVggbmAXqlyGky6QfBmB6x63iYlpy1enrbUFTUpTD89pcRjaM2yfifHg093+mJuT1iViTU1Nbn60U8lDa1za2tqu23V9KKK/Nc7lB7nHu8Kob7VCHaXnWAQ4ZQaigDeTPsPt7y5rp63dqw3UIHhMg7Cr95TGwLPRo/oeQINWzqPXjidsCqXeH//xH9uXnnzMktB3Tf19JHHS7wle/WttDBh9A/aDG9/InecWpHEQw8OSPv0YZpIFRWJkHJXoWZhftYXZhI1u6rMzl16hPjHhFtdSZh6DYOcAilBvo3dcN+R69dgHmfCf9HN1z7Ozs9bR0YEWvdXtUpOTkw6KbNsmB7W+u/nj2OgsfpzrvSuM2mcF/K3b96xudQc6HPOxGjjBpOKxYsMYibwx+LraAt5UOprdGnzmtnzuSBXjKqWamLhq75ybsce3jFqqr9NWeKbk9qqkKTPY4UqaVHPCVsjoPfvtP7e9u4ettx1Pgj47nYxbrItsCO8vqyOccTJU6T/06V6GUiU46578xoDSLSQXJKlwV6wLrEww5ZIvMmQn+Hd2umLxVJyKl6hNTE7Y/LWk7dr2GWLiM2B7mBoJlxAxBeAXXVW9FqywtmuR4E2hCyT1tlpD9fLJRrbldsbRCK1u99zGvzc6Dv/zGj/34sWLzpDlkfUQ1Xr16lXbt2/fmsNodAJ6zo1s1ge5Hj33rjDqRvjRuIXrAt3f+L/YCSUh1h9SzukJsB9oOBzn7IJHQitm9srlS/bKKy/bth17yRoGLT83a7W2DiSoEjghJAKqtAThsZMopUmCnD153O555mkGPW9N8OA1DLhCMiW4TOKEChXSLAirYFlI4clo5IBl2cGG5MLa9dYvUtdeQYDlQY/6jiK4HxadN8XkweZQ7FDNp9GEN9lS9h2bWypbX8cvOSpzfPGq9bY9SnqdxVuXnbpg0b2/coswQurvoLeUopCYQkbmlZgppri9NPVmnPAH4Yn9+Wo0TH8+BQcvXSI7unOngx9633PnzjkDd3WcHxN2uiuM+mYrcX1gvWhf+ot4jMldy6KJi9MrvS1dD02wqxDH4kTt6WtHV9QK1By+/s4Je/Ar37RoU4sdPnLYpiav2cJVahzbgtbe0WZ93R3WQYVKEFybaEHgRGq7TNBZJA+vjgYRfg7LM9apYZKCeGwNn2di7krqSQN/sjx+Vi5Z24dqEpXgkaJvHJbjLcsVL1lTbMQ6SINXa0hN48hil+MY9RabX7hAYiZlCap4wnV6z7WF0PJw1+C1imiMEZTRlLHoIWbBD5hvNr43/u5WdOWdvNbfofwA2ocPMmg92ts98ZauSbBj8+bNDip+kJ3kTq7Df87fulE3RrjapvTwOWdnrCRG5HDCIW+C3dbkbNjrqOTknzFty17w5KWvEdGjqVDrg+ClkxjvuC2dOG1Hm7stOrrVnv/+39BOYcWmr6DAQ8W5fdsW+/zPPmkrC4vW2UdgRllYFU9NvYyVyFyWChnr4n0DKOxkOOUqCj12DmdWDZ66MSB1VyjMzgILsCireHm1NnCGCCsTp+5wfgnWI/+mHTnynJvodLLJhroftKuTR7iGAEHiHtfHpMqCEOzQ+lnnpr2F7C/oAoUP0p8I5kg0pc++E0rM97SNRuMnP+7EkPz58xMs/vwpqzs2NmY7duxw8ymvreeOjIy4gNG/9jvZTe7kOhqfc1cYtb/CFRXrxsVZ6mbdgGkWKR/X5EqTXJNYQ79XgOgyjNyOKrWVYawXpSoIS9HQZnEB77dUsvRqxna3puwH33vO5odOWXNns7X3tNie7ZtoEhOmRQGwBtz72puvWfTRT1vL4Gi9rwafs3zV8tN4VvUKUQFW1waLNHU7zQjz5Fo16OEHtb6RrTEkCu+0GKgr9LZgNSvrsGR4q+Uys3jk87a4eMXG5y5AI45A36HfblqwppZtFBhQAABEcl65HhR6SRhvCl2SiIUiXYuUjHrSt7/9rPX29tlDDz7icdq3eTRe743Q73av1d/9hXyj1/U56N7eXvcczafuv6enZy1g9neVO/mcD/Kcv3WjXsu61ZkBn8fVDTf+zW3fFM46Skxe0ksnOg/o98HQZJfUqgtDbW/vpFo7YVcnFmwYLD1UAiOfOGoX8Wj3jz5mMd5naXEShqPZ2lD9Nbc1U/PYYmfA4jGETC/86Z9arDltTzQnrbs1TZFCwHLizLuG3UahLyntPEDgPXxDdtclYRNfJRZblVR4iNerKLdKNbx2nXh4FOixTNnWkt2759N2YfJPsN9VuzL5lj36wGfJbnZjywLgdbzjhRYNYEeMDwvfKbLUwyRgE1NX7G/+63fs4Ycec0btSKLbwOobg7Qbac87MSbfaP0x8HnoW8ELP13+YQPCW13b37pRNw6EcJavDdDv9W//gfwIryhooYaN8taepxZkiarXXT3D6IQyUICCH7t27bHv/ec/ta99+n6MNmlbNuZsCvgglVycRXF5etbOXjlp+3/j79E8NWif/cIzNjdPQxzKvJ75uc857Np26YKF4bovnr9oK6G4NW9XNpNrwGMGSf4ofaPJ8Y3hRu9Tc71JPZmqSwlzber3obZoAwMD1pb6ZRbHgvU0k3jpWuTONAYjJJk2c+vKPHrBn9uFdNsuIeUZumCGExG4v1dtZmbK7rvvgD322KNri8xbCrd++J5W7+ELvRpx+u2MuhFPNy5sve/GjRvXPPmNzJCflPk4DPuuMGpPe6zMoKdoU4DnBzryRI6+QhMdIVXuik1l0Jpu8stRXqOJLkrJJwyt5pGK4pj4+++/34699Kq9/u64bY9GENp3277hAcuUctZKELZn6x5r6SE44/NXCWBKJEE6untgG5qsJU06Hh13FehQzVJhkiOAhLcOI5ISzRYXfldg2GAzNwaKDpKg7db3CAsvyDWIllMVzmLmGhU1VesdGOU+UkClh1DrnbPhwREiqh3w58QRCbhsnqvXq7+f91Bhgqen8CAP743KcBUGRxh2z5491t/fb8ePH6eivRcogsd/n4d/zX4QJ2NUYshnK26HefV8LQZ/YbtrZY7UHkKL1v+7r8rzvfTHBT10q3/rRr2GPetCI928tACLi4tu+25pidriTN5aYTHoa2MRaUGlfXCdTMX9ejAlSu+NuvuCbNBWT+FXPGk/8yvfsH/yG79hezaPWn9nu/VMmnX2dtjY7Lj1DQ/Z1o4mKmQWqCRvw6iyMB28F9t+uRCDbWmzam+rm5iNQzvqwRc7iCaO66zwXMEK//FetaAM32tWqcXpvBM/izaMRTqgGrVwMFASSnPFVyyZk5R2lJskZU4LBXnZmvPKWRA5ySd6Vof5PK93oOh6ytsi1FFSTnZ1fNJOn75MEilrr7x8xFHoWzdtswef3ukK0duAWUGqc6RtEaLxWi2wKEthy62UeN0V6+vhfmFrVIlTCZH9g/G5PSkoaYJEZXJMPmev4F1j40DaWqDYaMiNtOF1yaq6FuDD0H0fu1E3sgM3cxgi42XE/or2JaHKPsljL81naBRzjQY1qvVrxQaUZNGWK/WcF+X7D3+B+F5Di+LSxTHr7urA+0QJyuYIrjCothReu8mWYUA6CKpa25pcBUsUI9P2H40oe4dqj88K42F9isp5gbrI3fnMuqTy/TyhP2H6rueL0tLP2pXcxLETVEp0lYLuaqXekqIvl/6X1VZhWcSYULdgIbx2TR5R0li1RUWERQ0C/6aRzoXL9oMf/MBOnjwJbIkwTlHr6eyx02dhUYaStn/nHvQszVTzgO1pzeA2MrU65uOLBOFnL5+w3bu2Uemz4qSuYmHkNG5v0B70kafWLqldQ+OjsZQIyx8jzYdv0CIDfF1MY9FAIwum193Obt5vzD92o77Vh/uG4huivvtUnv+zJv44egzV+GVXPXmpvKjCf3dqQL2P3K0oKA3a8XcO2yAp757OVtetv6OjBe8Hn4sIKtXWQmOaJJnHKXQleevpHmDLbnGdUMN4GvG8xSL0IN9DsAs+wyFj9CbqTqbdYwj05QfBej9v8skWqg91ZdYZeVsTXrqKDADXqjhYZwcUuM+Y2pyRzn/74FtucWpnGd6625oHNliMcXn+u39j18hE6pqujl+y0ZEN1tvXZlu3brYhKLQCtGJM15AApjAhJUrVWoBCVZr0LK1csJ07BtlBCqSx8dTgKce/k9By0kCJyd7n4fpkrwnMFBxL3IiklBYTFeCh0vuNnHljnKS3vRml6H/cnVCSN7u0n4hR37jq/K3H93T+im0MWvyIOpct2sBQFwq6LA4KeBBUulXBkybdMzRfT+GvcN9DZGntmwHG9HZ32ciGAQyJLkp0ccrQxDFGq4QIxjU1NQHTIJup2ovffw3vFbFv/uqvWHtTAhUZDRoXwd/sGtJny8NIPOV7lTvxJj737kMTTaqfFPEmjexiYBEv3WUdber3J3jgCbbksOmW4FSEMzTxOXTskH3h0YctkIzYtfMnbZ6AdYAOrHG8cwlKcm5xzvbv32tPPv4IXHDSNmwctLfefMNefvkV+7W///ete6DfxQ4pvOrJoxctmq/YYJ/h6c9TK5m2rfseYEuQXh14peJHVRHfxl974n/PK/uLXN5Y931+7Jzt3XPAg11SPdbLufSzdmGfr2407A8DO3wD/4kYdeNq8g26cbtpNEp/deq7vIAaMvb0pmxhdQLthUfaS1Pn6Gunc/C85o2foQEU2yBjvDp+xVrxyO3taZtboHUZTESytZkqbYJEPOAQwVm1MwI8ydsbr79lr732hm3YMMjEBkjM7LuuREuf7UEeeSX9/P713LoHTZS8la7TV+fper2dySyzQMqcrGE4hIBKpxqw9bt2w0IZgghkMl859KadO33UOu7dC+9O3SbXPXHhhEUGNtv2zSN2+tIZ+p202Od/7rM2Otjr6MbllSXbhNW2ff5J0vAz9vrL7xAId+GlaeKzsGztqVaLTq/Y6sVrdm21YrvvfVx353C3oFkTepTbPeSltdBXqBdNp1A2aldg4ZY51kNOxaf1Gjlw3bfrCnvD40aD/nEN/Cdi1I0euFGBpd9rq/I6hXrwwjdQv7fG7j27mFmavWRzJFRk1Gppq+jf2x1d7qVBQ+Bv9XpfaXWb8bLnz9O5CfrN68RRF8wQ2DQTSCbgsOXzW9AjPPPMz9nevfvt8uXLwJMoWT7amzmGwTNkD3asb8d3Qkf59ZO6Hz/R4ZZl/T3ljq9duwY7MgjsEXOge6IhDtcbIj8fo9+1+mYPdPTaRGuHTRx5xzYUF62fxdrC9UyOQ1+GS/bwI/c6SBUFY//J//sntnvfdnvgsYdpmoqxJSg0LuZsqLfd2rvaMPCszeXm7a3Tpyy2CJ7HyJ/+yi8COQgQWchV3lenMSg0VbOJ93toDISlZdAvv/waPQgzdv8D9zLmZ2xqetJOnDjh0uTSe8g7K6ZQn0Etbnl0H478uAZ8s2v72I268WIbkxM+vNBFaWB0wzJCn/LR712qt1Cx8ckLtOSdJQkCDqVjqdgNJ3KSt67rLW6EAnp/vV8Wqi+FAaTBi3lwYhyMmEQsVISBCLB1t7WReif4ypOUkXF3owERRNmyeVudOlOB6Lq+w8fvRTpC6TPjyrPf5uHLYv2ETOMiX6UN2nImB5Wnpjw6BwYpLOfAKFANwMOXMPSl+QXbu3GvZTaTeZw4a1v6YrZ04ZQll1YsM0o/FPB+FxnSMgkqt+vhpq9enbSt/L2ySokahh4lsFSC6SK7VoL73bB5o337Pz1rG2hY+ctf/4rFN23yYA9boLCw14hHuYDb3Z23QGemF+0f/aN/5H7+6i982e65Zw/04l6nc5fx6veaD83z9PQ049y9VjCtT/DH5KMw7o/dqG+EBTeS8Pq7blaVEFrFPhMi3OmgCIatQdbKTtCjo1pSosMr1ZK4SU7ax2y+Yfse0elz6bS0uJJlK8bTu1SySqNw8arfgr6ampkjoNoKdlYbXlLlr71ujzz8uJsIVdH4m8B6MEpmkZ3lGrJW0Y733/fw+866X7jgR//+NWrBaqKlkRDbMjiwyR2BVyxl8NM0h9eJBxB5JSSws1eydvX8Zbs2R//spTl7YPOQtfTTs29myVbxuMv0sFaMIAquNdlu3/zG36VoGAxLDFED1qRoopNdmicYxsDZnRaQD6ws5Owr3/ymDd7zkDX39OKTMWY5CHaImKJUri16u3Qkd645E/T4nd/5HTdfTzzxhP3mb/4msLHZ9el+9tm/cuMk3vrxxx+3wcFBZ9SCJo2ldr5h++P8YYz7IzFqJ8XAmwlb3UpNqBSx2nM5iagOIJJxiW5WKhfPG4tF0ETn+CKxQXpbkaCraqEDUql4loQIug/wXimU1+aMN8Kzllud4Em1uEFO56I1DRppsK5gIV6vUAzaPWzB3/7uf7Hu9i772Ucfs6XZaZc0iadVvhVAPx228aWMzbJQXn7lEL3swvblDajIWDQoUZBTM914ObVidAlpMM858OvK0iKy1j23dWNq8asUtvcQVvaKaLXLaOIuj4PfB/a6QoAyKfSQDitC763DktT2TM16No3Qk7uYsRfeou/JJNrrE1n70oYhaw5cgruPWlwGDRedpImkOkGVOUZPZ8pUaPBTSkIVAuuOnjhpS3zmlr177MLxi7axu98e+PSj8OWUjQHFIgr4dGH1k88q9TNlhHz9AM9jMZQ88oJzGeVFKNPf/u3fti9/+av26KcedEF1G9heb3Xw4GE7/PY7OIApO3PurP3wtYP2P/yPv2n96D+WFucdj12AZvRLvBprSrXg/d36toN8wxM+EqN2dKt/LqGbeE9B5g7L1OFB/N3bgspuZasJufd3nlvf2V3JPG2/dDN6jpoyylNWaK5YxEqbU4iIsF4dE6FjMY2WYU6AEc1gfHELqfaP9wtDZZRRq13gpK43x2o23bvbCvd9xb57/qC1z16xB7cN2+rSkuWgFYK0yn0TQ1oaq9j/dy5rR6k8+e3PbbE4zdMvzy5Y6+AADh22ggxkDIx+bWbWjh8+SC/KVdu4mWQME3K7x808jgeZJIiiVA3srlrL1XyO+4VhgZdWYkQNR1wQyhMF43fv3mu/BGz603//H+y5V1+3hWNJ29sUt8V0O9cWtrTjizV+UsN5bdQ0fkm8bpHTvxayKfuzv/5L+zo9rXf2DbM77bWaenXzfLEWFV7rsrm5VYwsCXXqVemr+Njn5jVH8r6aIxmiCgD+8A//0H71V3/VxSIq21I1i5duD9nwMG2OMeBn/+rblko320sv/8B27Nxuv0ZCTMavz/RpXN+AfU/t5xpuN743+/uHNup6AmjNQ69ninyNgjyuR+foQhcJTNTRKOoUa2od4EK9ekLCCx480ZIyVBID5WmQWLENqX6ehkFjR/k8vaOhtVxyEa+fpQtTQkfD6Q7p6FSA+jt+acL+6nDATkB17dz3VZukyuU/v3rEfvDSQetpCTlvIfbsrXNBO3aZhEznBvvyA9tsEw3Vz2Zr9n8dXLIfPZuy/+6piB0Inbcf/eB5uzCTsycO7LUuSpPURribzv93+vCOyPMWsrezqVsqHDULRjx8CmwtGOaaTopRcJlErFkevf7vndu229e/+Sv2PAFhjmA2S1IpwGuSLS20MwaaOffPmEKxBXn/VDpmswvX6C2/TO1jq3XTe7uZmKK1JWltYHDV7bgGPnXtdTGn0820SxIwIg2I6Of6Q8+RAQpG+Q2DnnvuORbbbnvyySedEWt+T9N0XuVa+/cfIEXfy/k5V1zwKPj31M98xj7zmc/YhbFLME69Tiqrw6GuD8TXmw/d6dje+LwPbdTeG3qex/3kxDXewT0ejYMugyMkJDBykTKBTx5sp3/LQ/nNY9xKpQhWGiZvpXtdepbyV5w8NBolMYCDrhChC+sJbxZ4zsVzefuLNy9YrLVkT9w3YhtmztjYtQnbsP1R28ig/sXr52kK0842/Ijlmkdsmqg8OE4AdZCqEyZqQ1vERvf02a9+5WnbPriBz1uyoY6E7ds0ZM9Pttk//7d/Zv/bIySvR4Zty/1bbJewLNawWJIBXk8l3mwSXOGvGxdvu/ZiAO+ZXrCspAz9+DCgKL0A3XGiriaNn3HYRYLFqCsyULfinG3dOGKnNg7bSZiF5eY2XgP0oFJHGphcIe8MNAt8yXOYk86IzKuPIGfhDCMz+KXPPYU0gDZmaYra8LpxCtxyHDESYwfwKDz6Cq7mnMoxpObZggD1a9XceTsLOnN2UlWCa57kjRUPNVF88dZbb4Ghn3WY+Ytf/JJ94xvfcO2LH3zwfuvq7rXf+p//OXqQPjt/9pxnG/VEjZ+UavTa+ntjxvGDGPiHNmrf83gBoNcoxgVjwnTMvtevAmpKwiO+i97RTaynmL0slB56rQw7gLdyLllNzW2S9mLwpWDrsXOn7c2Xv0eRaobosmrJzjb70cmY/bs30G4Mddvb4wv2W/enbTflQ8mhPjyu2f0XQoZ8wwKwHDMptNXxVYKpsGUzMywOEmZk8LY+TOdRjq6YpPTqgVFqFtlGr1yp2OTCVbJ8w7Zha4fdP0KP6ES3JQjk1P0phWIv5vp9vP/DOybP887+w4MkeGM+X/e+QuDpGbk00pKpep5cZz9KY6LAVsd3jJ0hnb1/D8zCLrtApvUweLY3Cu2YilmEhjgSP6mHiFoRr+ToDlvOWXv3DivhEaN8zpZhTv0qRqE5RxhXvCTpyrAyi3x2EgpvanoeL666TKIWYhs5HB8OyOD8dsby1IIPWqS/+7u/az/60Y/sF3/x665U6/Dhw05Y1d8/6Iz6l3/5l1zmd3DDMJQjUmDqE/W1dcsmB0eVNfVoQe88Sj1827idmOpWI/+hjdr3OB5+XvdcCgr9pi3yQp6hVwgiOtzK1tFsaQbS44w8gb8XgHjV0t72W6On3SUmOmQ/+P4P7OXvvoAOYt62bdrPaQGclLWhyw7PrFr7dtLLHbTBHdhivfso1kXoNEuCYnpxzFoRBu0fjpEmNztzPGMvnTtu2dmk5fLNNJukEHcXFF4maA8zwR1Qaf/rH71p74wt2f77nrCm6pjdM9RP9cZmaDDOdyElHUFDISnQMj9D79aZ71sbtmfAXoX79Q+ZUg0WgAAXb6nzZbx2JbpvT6rq2gnwe/Xb0ydpx6tw1If6ZS9jBGoseWGaCvukep2wyHmDGD8HiDvkRCJwzsWZizYO+1NGKzPU0mPN/K63k+5TWigYGcJEm52eYRGP226CyDD4WjOpXGIF2BNx87oeLPrcshigP/mTP3GfI9gkI3/kkUfs937v99w8ipeWoe7ctRPoseIqyl986Ycu6ZLNLHuLhfeVgYu39rUwjUHoj8uAfGij9jKA69PlkhV4aD+jp2PXIqRxved5iQvdwEp20Qrg5Qh9MWTQugF5LX2Fncqu7CYxxvZ89PBZuhc9ag/t30fk/hpGuWBdQ73QUhnbM9BqY/R6fv7gCcttHLLpOfhu+NgKAqCL0F9jGO7r/+41Dg5ttU48VGa5HS3EPN63xbYOtdpoJ94jF7L/6c8uWEu43Q40b7R/8dmsbd+D4Ch4j31uK1ix7pA7SGKs0n83yDW3SmBEE/W1E+Buadd17XODUctglYrWWK0sF9Cm9FJ9g4quzojI2N1QYU8JNT3hu2DJBkq+aqSxx+eX7cz4ku3Zt98WLh1Dv1GETeAQ07RCTIRFBBvNOk6D4oRFNCHXSJ+XCLy7EXF1o2+hUhCGSCIDcD0yge/95bPWAa1X27TBCuySYdgniaJyxDceW+VdvC951c/K1KpUS7j5C1/4gtuBZfCCI5L83nfffbw2Ym++8UN7nVS9xFdv/OgtEk2T9pv/9L/3pK3gSRm7FoSfafWTZ/qMvzXth+uYv2aUamPLFliHF7pAX+fgxPxOILTezlUcrZgQeWXfk3lRrxdcyhvklpZt+5Zd1hbbYa+PnbUWom6p9bZv2mXt27qtNdZjbcdn7dq5tyw8d8nmrxIoTvbYoSth23rgKapcpmxyLmVjU0s2v3qKwUxRFwjdt3zJsmOH7TszbZacUfP2pO3eU7F/9minLZ6+iAes2beeGrBkGuyJgZUoCYvobESqVpyNo5S7Ex3brfQh/lY7SdOaPewW7vg62bogCf8LqXGNgyA6w5yPw+BboCWXgBQBDmxaqibt4JlreGewLh5VzkCa64o7F6doSSp9hMerwR4b7ucem2PoWdptgcb1hw9P2DCCp8q1C/bua9+zGtnaRXaA88cPk2Ftt/6No+5eE/Xaz0Z6TTGAsLV239/6rd9yu8nQ0BAG7UkSfv/3f99910lkbsflfsRTX7x01b73ve/Zz/7s5xxfrfc8+s5RAn7OycHTNxYN3Emm9tZ74x3oqYugLx2dKcfhrVevOFbUgwY7AO5SCVUUCaUKXqucUqVjlmPRZhdwVMu0JoCdiEqaCNaLSijDYKfAgLO0LUin5cno7eH2DOFoHfmAl9AWxUmzYdiI4Q5WfaXL7nn0aTt1ttvuffgx6wKzqemueLyf2woN9XfElCzZ5cyqfeel1+z05U7bN8O1tTdZYSFuR16esokxelkj7Yx10tqrZ4N1jz5svbFLFt0yaJvSEZvFs/8/EwHb056yveWr1t7MaV1iaKRCi7e5bVnjIGZBKEHbM7Cdq9XvWdwo+z1NsRIrjud0hqZmBi4w4i86y8XpjHmPKpXrkZ403rPT0VuqXtezQbJWgVrDEp0kIJSnoQ31mVX66108Nm+vnLxsZ6W9ZqENIPTqThftns3bLd6hqhqOEmE3KXDEQr42a6eS2603M249HZwa1rfdvv3SaXvt2BkbTZbsSyMxe5ogTsmpFHChRqLqyuyUXWGn3bR1G0pFNadc75S0XhhNhT6ZWulyjrEQevu6nac9ceKYizfEdojB6WcHGh6GIo39EAM+QnyStq99+Ys0zG+xJXh+7Svbt2/3zMkRDJ5YrPH7+xnvrf52W/ghIO8oKHXJ92JA1yW0qg9nA6sgWYzoeCr+XobVKIknJeoW+xGJ6IBNVU/LS6uqRUGMGrsIL8asq7PfQYxgxHNRNTJ6amQuT5on0reATAZ7AkMGOTdw0/Yt1j/USQsDADL7meLJchEOO9lnX/x8j83kivY7f/QfbBK+OVuI2gt/M27zbhsv0VU0Ypuf2Gnx5rC19bHgWhDH05svXGbbJJpPErRs4hCkDZGsPbxxwOYOnmVL5who0ut63ArfNYsXUxMQnWseRi+Bsk2N1R1vT1xBesHtOlq1aoTjElT8LG8ciFLEcN9nLIqxqv2ZFn0Zjyn9RgjVHEomy3P4aThECh2ncXnpov3RX/9n+/657ZYb+cco/zNQdOdYTjMcqaGjYpZtx6aQxcHFk/N5m1kO2Xl46R/Oddg9HHv3adoQhnrog32acx3jBdvx0EPg9SUSPLp2aV05Qk9H8nG5BZwQwNEtPj9g87QvHqslCOmKM9h9hYv7+wZdl6s33vgRGpCXXY3oH/zBH7BguxyOVibxqaeeqtN/9FoBqogO/Dged2DUoDmf2XGumjZgnGOiFruaJBlwmc5D1YLX2CXGkcgBBDa1gEr1oZUgg9VkJRqTF9akcRBPnQ0JM6mqPawIcDGZwtJ5zlnJZrzavFiibM1h4Ik4aDycWJEE53a7SnI0IdL6hpMwIWyp2k3mrsza+FWzb/z6V21wd5udu8wigeIan1qx+WzMspwee/rSlJ2b5Ni6ZRAlO0Y/zEAX2LolvQC9l+TkAXAyf0vVOoA+3EvbeyK8GzwJwRtGXKLq2wVXbNvNwKfC0pSNHTtiS4dPElSyaAiGtoMzO3YQ0OokA3klaLNYtsmuTM2SJu+CupObYBVqtbITQrlbqWnZ7ZDn5kr2ly+cJbHUYv/if3mMOCBnNbzl3NKQLR6btHMTKxZGVTd56IT19sTx+vSow2ms1LbZQgIJAFTkm2fPW9fgJts22G1P7h+wOAs7T5crHbXhP9SCLcLcuuwe0EaX4j9uTIgIF+/fd8BeffVVuwy8UOr77NmzrpTs85//vHNYov/ETcuA1XpMQaHm32nU6yKxj9qwb2/U6v69Fghq22QS6ROtMwRrQS4aTF0k6IvRDB1mCai5RFmUjlqTsaL2ohZQgWN+lUCmzlu7WkI8k3jnCLqHGqUdavIiOJNdUe6c442p4M7q2OYoXhlWApU+SENolg2arT1KoKYtZJaFo2AqhP5hYrlilxai9hcvXLOlFzMEhWIp2Mxd4gNVXlsB/NZqw91Jdgmdrag2Yhw5Ry66sBi18elW+87JWXupcNaeGQpaH+eF3+7hzomR18Ij42udQVMfZXOcxLsA7batb8g66Il3bWbaTr510IaY6JG9+4BnnGHDm5+dnMIY26wXR6FStYCO1OM2K8EmdhXEVzRkz3Jm+ivHMvZv/rxiGzc9bKNzESi4pC1PpO2k2htHeywM8xMcRVYK9GhOzjmM3YF+2saD9mRvxHb2sqgXm2wEiLbp3hTlafLDS1TJ4yS0mWmzVHLI25dcBY0LHhpIAB8WrC0AXiDYIb2HEi5aCH19ffbAAw+4L6kdz5497X6n2skWkkQ+RajAslG1eLtx/iB/v61Rr72ZsyfgBYR9hSPd8lXkosCNk2fO09mojcBjgJVN9Rxqtxpp2SgBVUhajCRFpgsrrGJPZpjAO6kftDd0TJ5wtsRLeHYpuAJsxa3t9P2IrrKFTlt/20MMLg1dnCaBHUHmU9dOaAtr0tZcYlGBUx/a02b/7B8/ZUfnWuzFQ2TH0t3WOXiNLv1x8BzVHk2ix1D68QYrOY7AmJ23ueU2gsgFW86VrKM1Zr0Ehj9/YIsNctJuvjbNumn2rrWBk7uuSGBJDAgGXVi2EDGAKg6yc4uWoLjhkV0Pmt2HdBY40M81V86csnffHbMchrKBSuvFpSzsR84e2X2vhaE4r75xGLXbpAUHuq1lwyjKvc0MOZ4/XqWLVMae+bu77UenSvbbfzFlgdZeq66kbUftNBg1ZMtUxzz7w0s0MUvZP/jCbhsZaLHjnPx7oCtvOzfA/ecv2wi7ToQ+gVs27mQeqUpxuFKToNioPtNOz+sNsErntJP69+8zE43Br+otNX8DA0OOm37sscdcR1N5cRmxO61BjJgoyPqpAfq3V3Bx++TVBzFm/7m3N2rwqDurQb23CATFYK6sztgs1dDL9HIuBVCZqf8tmDJXVpKkle2sFZetPsRKaS8yz4jFccMRcGKUKN9RVEIjEh4p4CLLuAKGVmatiYPpJXnI5Rbced8R+jUr0JRmPqhqcpFbwqVcSTLGNklKW+fAlBH8XyYZEWIh7O8ZtZYnkzZDe69iYTO00ZytXKY4FVgzMb1ksyt8cLSbM8djNtRetoG9KduyAzzNpFcuFWxvd7utXmb3iCy+Z0wbDdpNNnWEHGrO8XQYdIWMntomEBCl2O6JZm2VWEKtFGK4wr6hjSQ7kkz6ol04O+aCqlYOFw8TC1x5+4idgvJSF9bE/JzVUA22kt1r3bRbhey0PQnaQ59utUd/tonDRM0mL87ZlvaaPbPhszbG8/71C2fQq6TsxdfYIabftq7KpN2zf4NtgsHJt3FEH+nonc2rduQ8DkZZRFdlQekaEEwww3lrvqrMs74r7qkCpaL1Uq3GRd34s/Cy31rBl0jIM+vhNyfS8/1iCV9H0qik/HEM9/1ecwdGTSJACRHXiYhjkBGoTy9dtsXsBHCA7Wa4FeOco5RokQGgiJWjhqOxLi/S58zDzAqZuxieN5hgdSrdWx9AJtlx00CV1VWV/6hgAJUZA1ymbDyzPAczkuYzvM5DaixmKP1k3WGJPnIAzjg8N1u3+AdF6oOVbnv+O4ftuYM/tBka1IQH91smCTedk66PCQJzdvW22K7Oom3ZVKPvM72oW5atrUylyDxHvIG7j1TH7ViZsqjRjdbbhKe8AYG8J2CEKYEUx2jBM3qy6hbVtJKrWsHTJThuOgJfq+sOwAx1tnRbXz9eennV3h27YKXZnB1/+W1uJ2M7HvsUNYWk6i+M2cLMpC2+e8bio/fbfC5hR09l7eALl+zLn9uNwS7Zo8if7+8L2RSLfRo9zRT67pZNgxY8cdy27euxfR1D9gTU2V9xhvvYiZK1L89aiiAyQgKmwgJx94Wha036DzXEDK0R79JEepqcWz18j+23FZMnFhxxJwZAByql7tcvNlb8KJXvx1UftUHr/W5r1DpvsOxyrzRj4dTV2YVJztdGvgkl1N2D0qoAflyYJm3czFFwO6h/60PyGLSFlWsMNlUPVGs0w1aobdhyBhUZBZlJNMLyutr7ljILDF3MmtLQeuBqTyiP8bpTqbx/hbVD6Okri5ajYYvaGCxTNFAN0FaM45Phqghex52abluN7XtDwQ5m37DnXnrRtjz1X+3px5/i4M2toN6E9aHrDRKMBil1SnDeyvhctx1HbDPBlnns0FnSa/M28uRG2/MlqKbAFB8KZXCThz/ZJXB+WOyPo4U8lkhxr+K9FLg0y/eMeF0wfRIcGRITUqXVGSeLDQ3HLU6fkZY0q6sZY9D9Q3mGKTlrQbtx5eqY5ce+Z01922xwpEbly4D9n391Boal3dJNEbt/W5B+JuOsqYrt37LDBZgP//Jn7Oc/M2zvjoftn/z1vL187QpNF5bsZ3YO23987ZT95tcfsGvjx214YAQDhgWpdbm8gDh3ceN1N732vQbr4mNp34gbDd2xm7xMUMIrWcPXuIbySBywmzBBvi+Y8kVt19dofvQQhOZDXIgDVDd7c4h8ziuMRpF/clTyxOxxyxTBqN30hIg1Q70VbC57Dg65j4h5lFTyCANLj+X5MQK+y9YP/6rCkCJhfJz6O/XW4L51bCELpIS3n2LroxQo1OUOsA9yVAQu2Mq5MM0T37WN8NNhpJ/B8hI4Bshz9pQtXqIJjI6KwPfmy2iLJVYqH4eeW4Z5qFr3viY7/vZlayHY/Ief22gX2ebffPWQVds3Wbl9m7WMcug9+ocMNXk56CulqJMB9vPFkzaQ4Dpz0/alz33VyiQEypxL7rcTuZVHiSjgrTec0XN0ypdfZC6Q1IQrBE26wFgQtqb+fzpglLR7kwpcaThTIAjWQaHRSIZ7IiO69QGyg+8ArSYtcc7j4qvnLtlwc4+NPDFoS+g6XnjuL+z0QojM6Kj19PfYYGeQaIevzkH7P35YsFePIhPItNj+vgn7tc/vtnta8eiHWbznTxDrk+7vYMDDZBGJkwIVFmVd5eAgNnpstb8MIMutuOBe/VYEtXmN5k/OWywu86UDlyKSrSJloL7GBUp6qwJQUtngmirzRVkqUyyWRVkkrR0FpSFPM62FsRakioCAFnUdqby+bt7Dy9bX/10PBFxA8N7D2cM3rrp18luiI/Vz4MQrRDyL2Rk8BHoHtAVBzsfO0qsiQ6n+/OoF6+Bi+7p/weLljXCWYO3CNA0YofdaTlqkQvsud3FSnal5uNud8WgKKCt4HPTAKp510YpOCYih/T1GRE9BEw3X1U5Ro3ju1YM2fvEs79tv8f4N1jdAYiRNCRNUQV6FqFynGlnE1UNv45j93//+L8H4Mft7v/A1W0TXcXEWBuGd47YEK7GRjFc7qfR8FQ1KlAOEmqO279PD1ANSEFAcsX6orlJxAYbi9l7EO57j+ipzf0y9sfQoYH9ylMzQQ1lUnVVTznKOTaqrrqNWh1NXpGjJgR12oKnX3j3+vJ2+OG1XLuJ1z+dty6M/Z10bNtnP/fx/y6LL28vvzlgYPXjyGouUivgiAesSQe+G9qg9fG/Y7knttn7e8gKtIqZOnwQe7rStO3dZHuquLA4aw01oh1CvQbB7gIWt3ES1Ak0KKyXYp3tUWl0Cs2oUAyYOULf40io7jRMQKqZS6RllFZTbRWmrppYMktVaBMNXw3lYHfVDTHDMh+hXia0UglbEbIEGqqJfeLiFAQyVDUuYpVS/WwXXoSB/Xm4Oja6DH2618B99d4Ipt+o4vL4wb6tockNUigSh0kQxLeDRFvC0JYK45vZ73bFpxcLrYNtrUErg6/CAJap/h8CjDh2UkJFtk06VTkHqs24ieJCuJ2lSV1HeK8/hnHOZo5D2YOJgh9n8pF079o5dPXnW+sGb2x5/wmrt0kLrlC6YkCZYlWC/O7HWnYTFsOzY1WVPP5Wjmcu7Nr5wgiBwtwXJXKabRlx6t4tSoxYW58rijE3B9baRqh9gVzl08Di1iXtdr7s8I6rBf68fqHuM+je/mtwXYzUqy0p4nOj79AYJsRhW8+cxbowntJExwD+yOHV4V0w4nPHZ/DBO4fwl651402Jn3rUslTLjV85BA46y25AD6IfrB9PnCjTiIVDt6SnbgV601LGrMCuv2tE3g/b984dsf3/KHt+/BSqz3TqaOphPKk5cYxv4btiqAPMUjK5gbBRcsOOFQuyOZZgfoKTLIwk2EVcFSILJC6ODBTdD20IUTC1PMocha+MApjhBuwLmRc6wmS1etEtT/8EtVHWqSrAz9LUieYj2UdzDIiLPEU9s5bU6ax3QST6jSPwmNlEy+2qExBV4zskwXM1mA2nukMXNnc57jNqbK6nmtFdy9NrqNDdEulocNAFGlhU2k5mAChu3PN66goFP00B8NtzB0RNQeQxMIk2fjhDneZQp+edzQyRjKgRfi4uwEeCPeLyd1GmPo/wq7LsBOuu7JAyJmuzqJDc3aZ3JT7kGLqtn37JTb71Kz4ph20Y3T2vrZyCTHq3Hl9pwaUfxtu8440kHIEqaPvv4/UhOIzRYv8L5KQsszJr91V8/Z48++ji8NDTeu5eczDLDItqqAAsDk1Jt17b73CQ2g5t0hrnqGN/vIc/rOwO9h38GuosZET6Je7+RufIYFC8lXCgzJpk5a6ejUpUzEwOCA+xSJfIBQeKQQL4HjwVEzKXtyZ377PXT71gIqqy3O4vzoDkPUGpuntqfZDd6aE7fnVmh4vy0LU5cszyCr2ngzpP37bbPPHbAdlIWtkolkRY/9Sw4AsFwPKPiEvXAhoaN0FynwEXXytCxkv4i+ZWRhZkj/4gPp5WPi97N2KGpQ9ZKTNAbGXCnEksiXKKXyWxpzM4s/QDjnCBXsOwyzcpLTC+8aH3pEdSTnTh3ssw4mabkbmtL3w9cgWAAkqyWcJaAKWVlaYnPghB8k4etn0XpQ5E1OHL9DAFO1127T8m4g+QprVJ5kA7lVF801almoeYWgCGLBGkleOow6e2mIB45RmV15AITSAKgvAej2MoFAabxzoqhl1bm6alxGsObov9GC4kVgsJ6WjikM8NJtYNpnNfIVxEtIUkNVXps4doRm377+3jYtG177BGDaiGlDazRbDiOT1oHBp5tNAI9JgsKEXFrm1xcmrEjRw9afrZFw2OvIWAPryZs8jxFn1Q+h3mt0O7RoxesCaH98BCC+zBdhUpw04VFjMs7vNKn8G5l2DJeZUzd1skW3VjWpt81Fk+sB1p1vTmLpkYHo7nsJYx61W35+A13sq8Tmag0h50o1Y6B25R97ZnPAhXyduTdy3b1lddYNWlXjFsBnyfbEnhQ+m9kMD2auY+gx7iPEqvW5iXbt2PUttE/sISArMa4l1moznhgKQBhjCMqjGzZEPtZpDlFJrfFSRqcwopsJMVmrG0qdJj3DCekpclcSQ04Nj3BXNCEJw6vbmhH8kASLrkCbdsW67MtTTtwgtCJdHVFDEwF04TFmbrOlpS16bz5XJx7v2gF3ndx4TBs1DDFBpsRabHAeX8JMcSOaT69owM1zo3e+uazUvfU627cVa0I82o2FNmzReQoiM0QnMzlZiwDFJHBxzSBbDVRtpF2joFLJHowClKz5p3WSt0z3ZGWkT3+JzQhIdR1g7ahh1ZZySHuGg9GUWjI4SUZtUADOx3noJSrbLXpDZxTlKPf+bsMRtD24l2jdAddYQHGpbEQIyIMpj50qlskynQYzMFqMCA/z5L8+M6Lr9jDBx62H77zJqt/lc5Lv0gNHlQg4PHRB++1DWT6el86bt/7/rfB57tty/7ttsgk56GjQuwGeYRakAy3ffiG7ME2ryjV10ncKMv18ba+C7rkVjtIdR/DO8L3ByVs4n50eJIiKYJMBHSUYm1xiYyxdw/bri1NtpPdZH5R7crCdgI1ofrhhZAnqPlOa1vaXXMP/QKH+rvs8qnzqOpWXXavpYngHk/6owvft/s5SKgZZ1GbPU/xxRwdVlHbbYVBiVDmpZ0homOfqMQvvGvLaE7KxFUd6a2o7x5EboAOevGQzZeO2UNN/9Qd06fdvRCnOl5n41CBkyp3w0R92qYo5jAkxvnSVVsOUaHEtXUl+/kV6fJIE/JfaH6Orl7KnSX/cdX1825N6RhuglhVUCtWang4s6z/yv18k9m5AX7oKd7TXHsBvpbQ+85hCPMENMvVeTw2q5YbiACQFRFv6m9yni5cuRfxzYBdyb2JPPIMGbordvrM9zg8fsr62x9E8DIKlTfokjNyADU65pdJEETprqnVV8ScVvKwJpkpG2zZbPmpoxYnwCvveNQSI/dgtGreWI+YpR+R4eB1dI2SPaqZo2ofXeQNKF1ZoR8d3Pi7E6dsiXjgf6eEv7Ozmy1VoQjaC6BNlGDpc1/cYMVQDh32VVex8cD9j7Iw0ixkaDjhWsc43/pRAvesNz/krEc0GbomT05Z75en/tk38L1+di5YpZUAx28sLF7k0KIRxzoIhinFp0lLpBYcS7915177/gsvu0rtVmBVFzKCUpHuSstXMDQUh92ccJAIs1A7aCKftoWpZbs6NmNDHP3RTwObl6ioV7uxbSObrTA1YzXOvBk/OAYZIdHYCjvFXj6ZfigkrJQgI/ym0v0FsPeEdXTeT+/sz+OsIjZdPWfnx99mAkO2c/QzXNmyzUD1XphX/HIeA11EXtBp2zp3slDUDWpYM0KijKLikuAVHV1DBMRoKqLQmnNLp6lGGrG+zodc/718aULZEPzpMrahxvNebsM7Q9IrFVyvIrq5576O/fC2Wi8SVSSrwtAsxlFgglXMGZfSDoaiSiCgE6AScKptgafhqPvtwrW37Er+j2w5wYqrXXDagd6N7dYV2QZlxnLk4ookYxyaZPsLYUg0xuLjgBpE02W7xnY4aZn5FcUmtjh/1NrDw9b26BfA0Ew11x/XNqm+QVL9gf9qtBCIsFXH8PhxIJJ0J6rva8LTXjl9AlESmcoLeXpS/CsyhywoPtzRxNIMRSnPElVFev4XnnnGDr/zlh1/5W1bRRQV0xnlUIS5Kfr+Dm19X6N2ldhoW1TNoy9xsNI1aPfQ77Xg4gqwpdKrK9z0hr7HGUSfsUAXpiyNGstND+Bt6WkCpea6nSp4o1Wx0q4bt220P/8vz3IibjtH5JVs4SLlWvDrrakNiLASNtSVRNvSSu0guuiTwJm2Hjvw8NNorwm0YJp+6YtftXkyq9Jnq+3CXAY+P1axnrSSJPTIpiVwuTDBgHQgTxjDKZ0h9ihQRPFLqvVi583Y2xM/wEm8RqenLtvb/yncTNyev/yHduLqBZstLKBLaaedQzNzs2Ln8nM2M1m2Lii8GBCru63bHSWSJwFVRnIbY75kAUwhzuw4tOAJyIZutD7Yim10XL52OXW2bTjoZs2w3aTcAo44TO3h7voqkAqPyF9CcAn649xYjIBKJVJzXPj8ivrKwr+mBtmOhux45gRsxnfBwouI2LttOH4PBvEQ6d8OvMcQE/qMS6bkyhO2sDTOah2zNAsjXqTwFhHE5Qs/giZaIgjNUHb0ko0Of8mq6W3WdD8MQOIeJJBLTndbIUBVhXkEj5cncF0WsxBHSwIlNJ2dBsdVrQsN9yzns3QDg6oLaIabyvaZf/jr1j/YyjWvck9epY36DymUUO1HkCCkhgfagSf88te/alPXLlPt/CqiwRnbvJF0r4QaAEFJbKuSjioKV/AnjpSYo4bBTU9dQ9BzzXnR9h5S7EC1Q6dOOacw1D/sJLYJekM3emvFoOLma8F2Di1qsVMnn7fRgSfgkOlcxM4n+KETdyXkqjDz7UCtr6Dye+nVV6Djmu0UqrjPf/bTlqPqO0shRfm0Ok9Ncx5j3kY399F5CYZBs4qMNwhtKSo2PYigCG9ofe3MiZe1DRPMr6J6TDDHAarjF7OXcVpZSr7uIR+EI0DW+vbEX9vLMy+5mOfBkYfYSbfYGxNv2LPH/xmjkLEH6cD6eM8w2dMqhc3jdpoWE0tJOHO28p2wNG3JFrsWQA9CI6I02eUSeYf5pTGvFjFB2zNuM7cCfFpKWivn6bRF+2n5wJmZKCVDMCouYFQupe6tvS4EQty3oPSc0L9O5XkMt3fojJgEpT9TUbrak7krI9YpL+OxWUFpmAEaz1I9wimAeOnt3fc4DXCQyJmNF7w7jN23SOBrR+f/ncNKOairahlOFh4zluu2ZjjtNB48TJo5nRiwVXQWTfRFbu2D+kkXGGhKvqpAhyxQB1yl966y3VY4SDNHILdapgOqYhy8fY2/z8zM2yLH0mUuLduxi1Bbff22cfhx23nfUyR4WPiKK90ZKiKfhOFhdlDM1TD2Go1wLDprPUMLdmX8iB07OW1diWEb4b5qidMu0ROiWLcMO1EpNgFLwKJ87krhih08+qILXvfuuRcPHbfLk88jnH+LLbvdRjmUtKd9GniRhSLsco3WRWHqGlQL6CgpoFgHRhJNvG5jV39gmwd+hV8j8qe4IhLqA8uyFbMjhmh3kOputR37d9mLb5+0b3z9l+3znM5bFp3H2NYKcQoBOm1i8XmbXz7EJ9A2Ta1RWLCueQQ0nT6PNj4sSmg7+n230c3Jyp0WhgCQkRvS3NbkMI6ZNmLlkzY2/9f2wuzL1oTVPdW8xXY2bbJjCKP+5cnfpZp+1Q507LIHNkIIwOdPr1CEsUhLZIyiiYrmEWo5E8gikpUpK85fNeJXXJvEaApSuR84+pDO5lmhEp6TG5IQCJI7lDDI2cyiLSFlTrILdzTD6JDQkzNyTI1YdCeVvTUrddM0uV4kDYYChRwupQJcKIuZJ3BJ0siwEyPsIJiLBThGAsqlWl7EacmTJhCfx20BlmNs/jkbz5y0UpzmjDmV+TdzrskmG0hThhXYYq2cRBWC1mF5s5aaSVefQdoxzOcl2CFOA1HY1uFK1awwxxmD+RzQJHuVBNAi96Xu+zqGDUE8h3vOzyBGomnNpSOz9hf/5m+I9PfZ4w8/yKGUNE1MTXH7GKMoLIy6WFmwGZiYanASmhIRFRH77NIJdBjv2DIVBXt2PmODrZvthy/+GUHaf7Vt9wKf4vusPaqFiwXGLxIozVPlccgunD8NL9xHM0YqpeNn7dipa3b+3Dhc9y4bpLq9pZUK+LEr9MKTEpHj7Nqh3hifNFhSXaic8LHGog4/BA5+yabmD2HUX2Oc8Zr1fIFOGpNOewmJ6Sqp8yGC21/bfq/t3X+/C5bLoSJOZguLfRlD+46dufh92z7yVRJdsBEhxspaMRRvKevUgyAFuhKX6XOr9EIp00AyykkG6t9X4yz0mdxRu7R82M7Pn7VrMEhbN+21B1KwKE1D9m8uPmfPHvquPYRg7J88wlZKX+252UlbhYkSvm+CMWrnWL8019wsyIjmvcRuOk2HVbFncai/ALtdCjmyGC4NgI49qbBbqmVzFWwYZ+dLgrkTwtyclODkEq4I24vYvZS9frpZMbN7CvN8U/5abl1/YAsMLWBM4F0E4M3RATDdEEWnrGYidTXnVkf6EIauRZSDcx3PvmAXst+BeL9E6X6TpQGwLS3wktH91pG417rjO4mWWz1ph2IwV/4EjYbYvyu4xemMZ/Ivuu0+Q+i/UDqHQeOl0erGGPx2IE4LSQmIUieEWimcZ9sfsZPU3b3458cQwD9h+7ftJCEExRVAFERmsESiIQbRrrgvk7kMZnwHg56zKEZygTMWT5+YBJ+32ZNPPEkANsOuNGMbt3Ta1TMczTEdta5tHHHBohYFlqketxff+CMbv7RoTz7y67ZhVBm2Mo3bJ2zs8iFLcf5hKAVZCN4rFPuY5K3WDLOQRCKQTjW7JJOMS40fF8G/0/TkayGjGa3toej1mC3m4H0TT+Clif6llGOUCziWJoK3PaObLYestZtuTaIv83hLxTny9nl7zX548F/bMBi4t/0px69XaojJRIehya4hd5DDdgpH+oJ4VUU63Qs8X7vIYn8XCcQpWKOLyAhYgEghRjmSb9/iARJcNfuPk8/Z4al37O88eJ89gIS4MHlYnf7g1PtxbHhcduok9Z9hDJE7ZHehBUNTiCBykQadJONYxIo14soqgpMTQJEiNlUkv1akOiek03ox3BQS2jQ1qAlyHhHiNvV4UZIqrDPn63DDwSrdi1DGTex3zVN7HHW9q5LSoQyaWhrk8cI1uLIWvHNTqsfSwUHemhUko9S7q8EMO2nWLtmlwnM2lT/IwCWsJ/kQA95kg9VPMWl04wGmgKhc6zBvOWlMmTQopgKJmWitH46S434pCliF787VxtjWgR6s7qZmDuyM8R6Uh0nCKFnqYvYK0tdZDHyUbbaVwCht/8037yHYOwJUyFlTb5Ed4zSalP2wAjS+qVyyM2OH6AV9jftgawQenTyBnnqhBYjQZnvRUPd0tdvyLOdoozQcQAGno8l1zgqrk9T/ETt54RV62U3CUjxIZft2+PM4va9fR5QFlqVL/3ZEQ2lwaFBGBG1ZwDjKoUPuTBdVomThoQXmgwR2lQoxhWKT9irFp8t4N85VJABfKHzfUaWp8H4meRwcO+oE/DqZTBqLlSmoMbXs3QDbweKR1nwq85d2+Oy/ZTfcZXt3/CoLBk545Qr70z2MHxp1EjkBsU0sAh0PElHDE1VVKgNbepeY5JBNrx5jI6YiJcYpBLGtLp3dwnWvgu9pm2ObyPDusV3WFUMfH6HkKzpobYx7CnpO8CDseH3uE6I6j65G0ogw8UBvfMFyMYJ7bEpn5ChWC+osSf7eTCY3B35vwnN3soMFpB/hfYIgggDjF+F70CkK34ud30c86Kn01rlV36V7x7pJclrJo6CLD7GCqOvTeSRqF8s2Ie+k1KoFMwwPOBMjSRmwJDLlsHEzA5q2/eCiVg+qY/wOv+tHh+H1pc/hZksEYPkdvDeKMbx4R/KLlgoewQFdRSa5FU+bs9mZCZu48jbbHc3XYUG66LXc0TVo8eoeG+gasmhXyN5+9TVL9pIUal+2DCKdFHg9X0VfTBuAK1fOohKcQXK6lS2uxaavZSn+TNBUvYcGMRvt2tRlWmRR0tW3h8Gk5Wx+3GKpVWAF7XQoXrg6dZatu2z33nsvyabNUF0zdmniJdehdAi4Ew2pIjzJ6xYR9HtdXBfni7QqgIpEXKUmjNoWI8A6HdlcC8yQMOH+deRHGmEXEKya74KVOMbAPM9iUns2Jrg0wC7DKBG4Tl8+ZjNcR6JfUluaxBcJsmYv2cTCGwS2bfbIQ8+gxXmNpjFoslO9wEN2C1iOEjthlUBNhw1FImB7NOoVinLzFZqtT3P6L94wEQdCQcXJqcTJZEbxpLYIrGihARBZmVbgRAl1VxY2JpSHJowNkatQtAsLhUPUkRs1XqPEnYxQ1ehBbCSYiVsLSaIK9+Cq3l3BkjKW6m1CgIoRE7mBKNUbRgXeep2OvKYnCTy2V9bsNdb0yIy6M/Vc400fa556vQrBWxXiAxUwdqqimg8WL+lOlSUF6p3l42GzUJXsD1XUEapeBkI/S+D4BPSaeDO9RmVYZLwk61JDRqgd16lLSQqHKNVSAd0Dg9VG6lxVLzUGYrU2ZxdISIj4VzpVi0csTN9Am20cHaFZJPUdCTw3wU45OE2A9SMbu3ICdd8Cp8WiLQEyxVSVTnuAYydeBDrh6WBjto4+AeW0DTyMfhls/fDTI9bNRI6NHSOzxwlg1NDNZI+Q4SKOAGr0w2RcWqQChsru7s59tqH7aSL1VSQCbzuPlw7vso09T3LNsA9UyUzOnCPIQuM8M+ZktM2dMOK1VqAECRVwZoigtIxBrxYnCVJp24VnTlYftTgeXLqPGDCuK/0kiZhJsm+wEATcHVoA6jSapNfeCJAFzn01ct7mpgm+kChkJl5n+26xHVs/hXzhDbs2e4iU824IjgfY0V4Hw866xpNNBIAJpAlBMr2rMBozmbfB8O8QvO4lLmEXQA5cLrO7zNf75bGpBFI5aj7fcAtCxQCx0ABtFvqAmgo+gUVLtCADGoQwOMGDqHYhbEMdCIR2VonO4zGvJjEA3Iry3Ig09Zp/mCwl3UrsBkYALnsRjRl3pX7i99lJsJkY//ahsAc5PK7ODxSv14N4f3HmeaN790hu7+QrMQXuKvgWklRQh8471+ttpSWCJ6XCoyyhWBRD0p8rLU6YIkGK6g11I+r/IJJKugPXLFHFNI6ioYkLk61tR1tyHiy9WDuDduC4xToomJ1ExA98aQLLN7PNpYiqlZ5fhXnIrJ6ws2NHwMWcwDXYad3DyqbRAQisCtFlJw+9SlDWboNdAzYydIAF1URAW7POrl6DNoVB4RyVw+doidVPO+AoGpEZNxZpzg0PwjjMItxPwgN3px+2ka5HgTBTJEneJnDcxDVtZrHTsB1DiBKZr1CZnqSHhSZ3sOdBy2dgFYoUH8TRfBMniHTNrsLaUDQQo9toE+13tdhjeLqodTOBGRH4lmp9kATGWa6Hc9NtO7WX8BLQpbOrnMTbTJqb8qzDl162MDtAlqC5n5rLjkHYmNhpqnouwr8zpiEC9Ym/ZLxRyEEFpuOcJYPevQa+zVfmuDeoSCakrX2/rXLkyFLxMtoSTv9lb4yGSF9HKNglW5lB112Knrf24AFLBXZzLgwGx25VpjVDUaJxDL2KPDeMREFVMqqtVBZQ2DikbrHamQlM5ZWVVJItSbkn+1K7M3dSMfBJ8Iww0iXGdJKx6z6oo7nXJNFejOcfiuoZtG/c73XWN2U/rq/H82rUHDnrDn1ff0lQXKE7eEd93PQcJs+lviUO12LSZsIPa58vUOM1Std16dfSGASt0+k3nMCcAemCGYnE7rdlFHZz9L4LEcm3RnYinMFQIPZXCGyWskgsV+bIdHEO99Coq39comkhEN2iyEon6X+8aZc88W5WOwuBBZFl4rL0wMgWp8DBM44nbaLRS46FGQ3SOqu5HyNDaMMkldBqryAL2JB40jEWVZtjSwyiET/gxkD0kluUot+4z3BgB+o36hHd2ePqkKT7lNhKhJpulqQHXisRgyMWSMZLBYEHweqw10mFz9dD3HQkMsr4gKX590L5jxkHrgXdxhxisBiVK1u555JODw0McLPgc/jj6fkZl8TSfCwsTDi9tpihYLHfLZgSCTFxvTW1SqZIQllKkp4WYRuLorwLBMhm1ruaSsyvzKj+3ZX4mldPiGeNsavWCgraWh3PXwEft5IbUNsL7aaq8FFcVqIPXwC6QxhbAi8nTVU+BKMNqyOXAlQHQfDugqDKGGJLQgs1JV24HtdTsYH1uN50b63QW/PU77X1O//N9V6+7tX9l7tDPL0KFu/hYfYbRUKK8teewY2EMfKEO8aYm6YJeRueMc0EylzKaEpqdCZNRPDcHLlWxcurMYomIoZX0nEVfWqthSovq0SR1g/eX15yauYyhjrt2gD392yzNnrRVag2V3sslZrV2Cn0JS45CbRpTaJnITnhjMElWzU96tshcYyadul+mEB9iFup+rcnkdTEaQl7aV1Nqtc7zq1mN1kKyj2q7f0e1fIgnpbCYTyymAU1PS9RzjVHWl2S4J4W9BXAiJXFF2Ewlly/jd72PRQab2VX64GupNiAsamV1CJHR/aBn7n/gDhkuqWW2Ob9ukE/tgqSCVWfQHc0Hv1C1B7MaxavnVVjgRHDf6tZvhM+CV2qmy2QTcaobgGig1V7KmrWw8Ee7nTj4jp61dPeTrGtfwts67uXFvcMZV1sd+cWeQflXO9Xo3b9B91g0D5sqZdlec/1jXd961Cni0CdddFmoK8oZfsBAsQ4Xe4tSGCDoksKUBlWGK1IoMYX2DZMk5siWc4EGCxB7+VKGoBTIP0TGOSY5laXIFjJwYAwiXG2js62Xrjidlc6Fotw2Cgcruu76cZQIStwSpeIwaqXXAy6saae2DLMekte14yGidAku1ImlxaU8XrewzPSeuDgPFRj3kv3XTdul+IVBHt/xVR78yNANrZqRGI1IIGuNUT1enuLzj7MsrgpauiE+yZjKd69CVmt5Jo1NDY1sPogzSALSB4qrkOrZ1S6Pv0bhOtJKxhYr7WY2p3h3VFB6ncqm1MPKtdD3OFlxUm6b3lUvZeO8yBx414vJZ2SZHquFraMVePiibu82lR/jLzvnpzUe0/ZgcbC2YN7rWf8P87jpvDjg7/Rjdkd79/aeJwAfF2B4lltnaFx2B32wOuYqi8NrDycKCzOAdeNO9JdWlylBJWxpMYRYy4pWcCvYjWllTFNXi5vW8GTlZE0xqCkuknlJwB2zhC40yRqMaVcIxiIzr6kiBsxvTyEh4UEJ3QqFzG56yDlzmkkCHTXXzdClxRxAy6D1e14RKm3+Ou4z/+dnucfXu56dtdx19oAy8BvM3EU9KroxBsdVfbLcDBHYJLr3ITRxSUQqo04o6zCJJXUtJ4saZj7LauChftRM3fdn4Izee6Kqt5loDrHUS3Q6vDP6VMYTK8fItLj0np6X97Y1zT7OpZCgVI4AS7GK0am1WtO5EENVfnrmj3j9gzZnRPpxqm+kwE4NeHrhvzhDFpD+xEYdd2AGybenzPhK8+0G4x+raezVrbnsbX1eMW2atPleTMvM6Otb8EzdK5UfShKSo8zQW0cl4GpO0pNijIdOC9xUZKtulSQ95fHh2wEx+r4NvV6DvLZFbJcFXVCYuKSNKspcZaKdwyFBlNYWQEL2S4GW5yrhdWExz8Vwbd/ForwIddR9YXrHjBxE+YtWq93nsp9vEW7/rh+97tJ9qDhuTrz0RXG8p4heGSvM5+MRqPKdcEcSLzvYhXwfYj4IAgMU3arQv1pmbPH3S6kavb6d7Wi8M6flHwA7CtCAKwrGCgNvYJ5eVwlPUTpRiTFZWWpJEuGLp283kOiN3kWOQCNoQybgjonpfDjL2fQzqj9HUw35+1ozteDnz0b8HDM+k533ZB9oH98aKNe88J1T7bulb2J9PjFumte62G9btDezAujKXhR6by+lBr1KD/17fPpRXmJMnrjSBAvruJbAicdN6T2ZwkSCjp30B2VpkM31bC2BJ2FLkTwJkpgF6AQoeSq42llW0WUX6+L08BqMqQIU6DiNQ2sX3c9MHY6cxmqS9PWt0vtIg1ZgOu9bt2DN5y76M/MmvHfwVTpRFwvRex1tHIskvNsMmR9wfHKhEiXB1D36eeKi2MEmdRDUHJcWAdXgAjAcg1X+D+Gr4BVB5I6D6/Y1WF/LSBP0isjj8Y535LgXyr1MoFiCd23JBNFcgcy6gS8t3B0FWyuTnBiuqJie9Q2TVVN7oweD374WNobW88JOAztRtvfsW6ebLmDoVp7yoc2an9Lvd4XXY+Z/a3b88CeL/ZtoWq0SHCG4g2y10pFjIl/GGer93f5J36dBFy7f+ExgmpvRkMbd3iPMmQAYmHCuDsUiY1P/aPxukqTWzTLdijKjcCQ5EsZwZQ2dEXsOuTeOxNcA6pPUvAn0ZGwM9lBh4O9/+n/ro2ZmwQtnuvvvHHwPeNthBfv75VvOnGSXtbPi5G3du/gNjMxL4IDumzVEULrYcw6AUCBnGCUOrCqHMsJgMS2uIZE3KNgBeNUZsylBXfeWcGga9zp7UCap6Jq5IJUI+E8pDhU8YAMWeOt4FIt5fivY11QbPARCp71WcLHYjG0COvVQw6fC9roftbZixsdwZ3HcLc28w9t1GskuGdqzlivg9B1LOWNvidG8XZnz3vLqB3lU2+I68MAQZKAVjtBkhpHet5bPfyV2EFdp65HiOLz6kHHxKDahTtlK3SfpwM9EfmjNyA8dJ7EnQHueHJpVVR/J95WXknV0jADEP1KKrnrF7Bx27XuRxlBr6GPX2zoZJC+LeMxb/ZYDw9/DENueEPdl7dpyOvxWe7+BKUkmxU1pr+J3xVk0Ilcuh9eg4GJ2RAEVDCr+xR0qQLhRLP53QfKqk/kPhUDyljV1LFE0OcdWSGdOMpIni8mJEmZl7ytUt3CyKI6w4jYhKNVKaSz/6oEs6L0xIpoXlzRbd0prbFCbvdab9u7frv1Hf2DuOWbPPcjMOr1t/AvqWFHZhjRp17vvur/8p4doKvT2sNtq+v/1HxFEa97AaQ8vAIc4ImYXdyAzkcRFADhuXI+4TphSw1k2BH6wpLyGqhmZJNaEEyWPG1jNK4JcNTU2pUJB69vh54Hb7iJRkRVV499yHm49cudk9DOJGMWn1yHNcAHBX3y0vpbAIbIg34qwPBiGX0vk3BxqWtlhFXvp5JbRc3SMvNcZUZFzbkTuRQ8gqdLUHNBV8hBiBlvccmjsJrNA/0E01IUDShZJkBWoX2wiqnzLjgl2+y0z974rfXhc4G1brEhgSI2pR5cf9Rj9xEY9ftfkiia93usZ4ne71l1A9OqV0sF18va44ejDhNqDn2P6OE150k1cGvaW/2i4TlrHRE/6iH9eN7v5qKe9/NsHvQJVIFvbpeUmlAwDagBg7QGN1w7OaETjJ2YI80hrJQYrY1VNCT5Qj3Iw+NrvgQkFHwLiqgSKiJIx/u4s+UbEiZe7OGP+fUG7bNFH8dofexGffvq39tdgs+cyKC9oNFNAlBED5H89R+831+HffQbf1Abacf679zW/XEM60f3nn4Fuv+O64yRf+E30qkywPVtx1GibgdU9yTPqCWwUqDpMpuOznMD6jysdrtQXYzv6DdiDy/x4mX8gu4QWChUXu8YGfQ6+p23gdTZLlXtIOIWdx1VtxtFI2tcta7lx+Of73RUb2dRd/o+t3ze7Tz1bT9gzQM3GmijLTZOqpelWwe8MvJ6yus663XA2VsLd7lR33Z81ujSm2P3AKzI+qoXb+61WJa3XRsSx6hoIPyx9AJjzx8I/tVL/hSXuvnwOG+JjWrEKO6lbjw9mOhUemhQIiwKdWe6pUF/TE7lYzfq20/KJ8/4ZAQ+2hEIf+tb3/qp91Uf7ZB88m4/7SPw/wN9m2c4AGFALQAAAABJRU5ErkJgggA=" /></p> <p></p> <p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--></p> <p>&nbsp;</p> <blockquote> <h2>Football club. In French and English, Moyenne &amp; Grande sections. Wednesday 12:00pm--1:45pm</h2> </blockquote> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAABVCAYAAAAPF6UrAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAFQiSURBVHhe7b0HmGRXdS28Kufq6pzD5JxnlLNQQAmBBP4JtjHm2dj+MTa83/hhwFh+NuE5wAPbCGPg2SBsgiUQPIQkhMJImtFooibPdE/nnEPl8K91qu6opumeniABn5kSQ3dXuHXvufvss/baa+/jzPGBS49LI/B6jQCtK5fNIpPJwOl0AjYbn8ghy+fsDgf//tkvnm2SNn2GDz2vf3a7fd6zfeCBB2z8lkuPSyPwOo4AjdBGI7SfYci2sxqmZcQ6K00Gh4y/8Ch+bb6zvmTUr+P9vHTovHeVIepnKpWC2+0ueOi8xzaeu+CF9bPYaPUZeXQ9dzbvPHucLxn1Jct7XUdAXtryuMlk0kAQGan1vGW0sz2wnpeXNjClcAxrcix0wpeMeqERuvT6RY+AMLXlsWXUMlT+nzFsvVbshS0j15fqeRn2fA/rmJc89UXfoksHON8RkIcVLjbYeBaUKDZoK0A0nrwAWYqhiRUozoYpl4z6fO/Ipfdf3AgUcLOMN51On8bPBn6YIPJV+qOY9ZCHFlyxDNw6iXMh6y7Bj4u7ZZc+vcAIWNSdjDGRSCBTMGxHAScXB5IW5LDeOzMzg1Ao9DPfMB/ssN54yajnuSnzcaWXrPj8RiDtdMAJMh806JGREQRKS+B0e8xBHIakFpEtulr/8ZElF02c7ff5IaO2DNgKGOXx5b3l9YupvuKzumTU89yjc+FDz+/2/mq+m6EgkEwjFY3D43DCT4NWti9vwFlkiULEj5ikip4tUHz61ePxnIYfMmr90/ssfD7fPbpk1L+atvZzu2qHvLDTBafNDq+d5lagpjMpeVqZH42VT+o//XTQtHMFmC24UmzY+XmQnddDX4IfhRE4X5hxvu//uVnPL9kXWeOUpqG66F19xMZpBn8ZBn8Zhw0ul8vQdcZr28WK5PK8NP9zMHjMZbKYmZo+A1NbFJ917EuU3i/ZTf+vcjpzGVax0aXtOTiJg2emJjE0MozG8hLY6bljOZo7DdlDz5zNKWtI8OHgP3ly/eNngl7faa9cTPdZ+o/5mJBL8GOWdZ0LZfRfxSBfz+uwOOVYLEYjdWB4cAiT4xNIJ1PGSyfTKXhdXtgZGKYY9NnIYdsLHhv00sLUQbf3tFEXww55dIvHngtXXzLq1/POXjo2omMTmBifRmY6imX1TfA53IbaC3l8SCQT1IG44KCXzj8ULOYDyHQ0hvYTrahbs8xkFsV2lJSUGGO2AsbiFPol9qNoBIpljcUDsxB2nu9zs+34V5VFscavPBDGqVO9+OG3/xPNDY24+Z47kPO5Eaoog9/rpQwvCycDxiwxR0KCJ3prIhaM0LPve3k3nJWkAJlaF+MRDAZPe26L2pvLb1zy1CkgTvfgYpjuILYD/067pfvNYai7A+FABQKREH0INQh8Ls1AhkJK/s3Ur7hVGz+TkZ6BfsaZFBjkcZxUpJGqcjPCJ0t7sY9i3Got61Z6uViaWYw7re8s9mazj3O+E67488VCJKnvnAr8shnjVe1KhWts+LvPZ4fLa0NVYxU8AS9y9NKn2k7y71o0L18COGnYRrDHgFJp9EwOXa2n0H2iDb3tnTj8xHZsvuIyNOi9NP6Uxr8gRS0w2z8zvBc/4hd7x34JPs/8gNY8JBltuwMRo4g80d6Gyf5eLG0JIpALGiN+1QhouIrazWKZx39aQcfGRk1qNxSoQiDk1SvmZukxnwEtlB0r/qx1rGK9hMUIFMszi7+z+HuLf7eMfSHDnn1+lsCoOPFhxP98OISJCw8ZtJgOBwe3tKIcTYsX0VM3I+N2IFxWis7OTjS0NNIZcCxdciL0J5wcDvJ5AXpkj8+LkdFRVE5Ooq6hHsPDw7BzUuhY6UyeDowyOeMPBi4Z9ewRyOSzAMb3Ojx+w6POTMe55LlRVVODFL0PXY+V76LfzSvL9EyOnj2Vo5dirUWSGDA9PU18qFeICWnR8WQUflfgZ7TAsyP52UZf/Hqxpy0OlorfMzuzVuzNZ+uTiwOshQzaOi/LsC1hkvXdxecmLy2jNowzgz8FhAkGidnYNHp7e3HFDdcSZrjhCgQwc/Qo3DMedLV3oHnlGpNwsbDy+Og4EjPTZuyvvO4atLa2ondwAKHyUti5GogpsSa1n8e6BD/mGgGbuNI8/W/j7B/pHsBgdApV9VVwpKOYnErkhTVMHJilVTqcQhpMyMMuGorPTU6MIceb4fX5uIzaEI0zCOLzs/XCs7H6bPG7ZZBzRffFON4qjyqmz6zfi43cEhHp0i0cOlskdLbF0jLo2TDHCtaKJ6QxOA6GPOkkPayHRjg9MQkHCwN8paWGk07T+Muq6W1TccSnpwxEMZSeVjXia52jw+1CNd9zVSiIa266gZCPd0hvoDNRkOkj1Wdps/V9sx+X4Ae9StaR97x24rmezm6kPQ4kxhicJGMoKS+nB8rzpnyrwc55PKH1Nq9f0HPpeAz2yWkk6LG9EXp4ene/e44CvLNZkHXogucyf+pLCWEswXyav+uG6uY7/fkaP2siWIe2KC9jIMSfxdUjeq91LBm36LWzG7XoM+ktVIWSNt+by+UpNQcHJldI/8lLy1vrfPSeqakpROrr0TMTRV1TA0TtOannkPsIl0YQn5qALeWhcXOloxELekxzpfNwAgToGNyhMCIeVsnwb62U0+S5/YQl4rKTNGxd13zVML/yRi1sJkPREhiLRxEjzRQJRtB79BhW1FUwo1VPzywelQPMG2ZsOg+oTeBoy9kxMjyC+OQEMn29Jq1b0rSE2DyEJJdeT9h/Bp6eXb2xEMtiFapanlY335xCQZssvFQs9tFrJlM3B5YvXgVUVnUuD3l6YWYZpSnFKqpkyX9v3oRmX1c8HjfPhSKlCIbIYNCg0/TIbr5/aKDPTKbxsTEEU6yGoVFn05SacnUL+gP5Al1pQvyMS3gt+k6Nu45pJ0a3zmN2/aJ1Pb/yRq3RcnAQtcRN0Kto2WyoqUBPdyeSjLWHQ+RT6cHrW5ZylD3GcdoUpBufwxvOdbG3pwtOGvV4azuamprMsuqNRCizzEOW2Y/ZWHY+1sJ4WLM6ZPMeteDBvaLCClXZ4xPj0N+60cWQQMfUUm15asuzWWVSel3PLYSrLePXZLUCQhmTnj9j8hQMW9BD56zrlhG6aJgCeA5dg/jmFGEZf9fnXZ48Vadz0qTRZ4IFqangoJksNGJNrGCYaXbhdF6Tuf6zPC4ZdUIDZ0OKN2qGSrIJGnV5SRghlwc9x47BGfEw42VDbV0T7D6qxgqDmcoljVFPD0xgoK8fTV6qzzjgZVwip6dn4EgkEXC5FzSaudgJ3WTdSP0bGxk9zdFaBmZ+0ignJiaMPNPv959e8uXJZYCCKGP0hDIWGUE5YVQpca2lcCv22mczkGK2Q+fV09NjDKuxsdF8T15jZ+JrEyjmmQmH+U69T95ZAaIMPUcRk5MeIURvnIiTaSLDoWvRa/oenbv01oYNKYy0WRm5RGosZPTGoPl+fY81yWaf/6+8UU8H4vBmXQiRwciUliNqT2J0ZtykbMdG4rieOPnETA7DY1SM+UO8KQBvF1zKbJHqO3rwCHbvfBkN127D4NAIca4fw1MDsKWruZRWL7jC62YWJxKK8a9+ryELYO5rQUds4EdBnilP2BAox/R4FFGMw+1hXJCNIzcxghwzeOW0iInMNL18HfpJoQWzTFETq+aYfo7SSAL2BIMzwqPCamKWeqsdQQG+JMnBe1w2JIWVk1kc+uZ/YOjlF7D0E5/C1KqVSNumEIpxLHxBHjOOCJkj5r9RXVeOZPcEcn76XCcnqF0QjlCJxhjjCuhgRjHk9BUwet4rW9BKMMTNCZMrGLJOJa/o43v4+bMZtN7zK2/UbriN4Ea5lRApInmZgaEhRKqq0HXgIGLknuMxLouM4j1VFTQQ0nj0jl4vs1sc7K7eLkKOBiOvrKX3UsGSg6nf8ghvapzLtPdV7nYuC9f3WQyFPI8FV/RTkOM0di4Ymf62ClnltbqTcXR3tWP9qsVwphPo6mhHY2UNJsdIi1VUIVJXjZFJrhpcZbo621BeXQNvRQNcBdxqI3wy3lHfLShQqOBWMsVMJiaQRFHayUz0nziCyf0vYfSJx5C69z4EV6/ksHGi04piMcYi/Pyeb/8AtUtaUHvjVYiHuZZN9CEbTdIh0Ksbbw34xSTZKEf15QNEXWfe6+djBbN6CXrpwIXA1prYem8xC3RJ+zGHVemGcY2kUbMwlB5Jg9ve1Y2rli1HjIM7MDCApDOEsd4OuMM+eok4xkeGePP52vAE9ux5Gb/3wd/D1EAnxon5fJEyGjtFPPwuN1mUc3lY+NZ6rxWc6VxEcxXTe8aTFgzcR5bgaE8HVq9cSj5c2dAEEqPDyIQjqG9uxoH9B7G+ZDXxLNkKelF7Noa2YwfQwgkZLqvgsTlBCA/MxKJxGUajYNwydBOgkRnK8VpdghD8/PryICJRworjR5jOniZFF+RkAjOHLvTv3IlH/vKvEWE6/INP/QD2ijCy/V3I8f0kmZFlrDEdZTULIYgr4GcykU6kUKOo7xIUEWwysIU/A3QyU3Qg1msGbvBcDPNTaLUw1/j+yntqV5ZGwpuuNLh0vbW1tTh+8ACSHLiqJYswNN4OV1UZve4kRvu6MTI2DBezYhPTCRw92cEkQRXxail6W48iWFONJGmoanrp6WgUJf7wudj0aYqt2FtZQZ+pBpn9MAkezkUaXku4BGFyvhgdICxJoCZM48EMUFqD2hV16Dx8BE1McNhpwG5PgMxDL3rozUMlFfLDNOr0afwtfC59hbC3q8CO8FNI0NN7S7hakck5euoY6gixXDNxODjBM1kvUvEp9HedxJNf/ixKu9tRJqjA7Cy8paipq8XEyBg6KE6aHB9HGTOC9Yta4BC9J5GHSWLljEHrp+IEff8EodX+/ftRwRVTxq0J7DEB8qtZ2vkG91feqOX1xLVauFJQovPkcXQN9KNm8RLE+sggUB3mLytBIs1C0NIAyrmstxBDVrUswmhnL5566ikaTQpbrrwGJ3t7sKKRcMTDqF9ecI7kQPHNiNL4Laih54s5ZvO+PNw8fX4WVJDRywAq6CFn+jsYlBIfj/YS92aY2SR0mBxEZVUQAz10oxl6vqlxxKPjqCkrw6mBQRpymoIisg+EAgomZTgyKqWj9aiqrs5DERq+L+xGOjGFqaFjyKYIzUo8eOrbD2HaNUnOeQlGOk/SgY6jZXIArqANk0lKTDuOwVZ5BXz8Ph+Zi+qGWrJCNHQFe6VhZMSEMI4RsWgqXFjmJYcyytS4GKgyfq68osLIUq2gVvy0KL2ziZl07peMmpjSZBMZAepnVUUlB5dJg84uBJcsRe2mbRjijbZ5XIiSPmvisq5o0UcdQq2nChX0HsdPnsCSJSuRIpZ2kcpzMuNl4+/KlC300A2ySpaUfBinN9Nz4XDYeCeTei40fjE2XsQ/C49OpiaRTUwg4KUQPxHDTIyel/9K/EGA6WVHahodh/cZwwmTofERQvkIs7Kmqjt/+/X98syi04RZDewocN1OF1mJ6DScE62Y2PU4tq2sRmlJGXKD03jpJz9E67gD12xYQ+zuRYjCpXF69BPE4UNjvSjhlEjQtbrIZthdZES4wuUzWUzU8HslQWC/ptMshq7NqkXUZDeUYSFBJLhhYo68UOesj0tGTQOV3i6fGCOmppGuWLoMA109hBpMly9bAw9xnKJ2N2+Il4NqU/Eosa5HGI/GvmTJEuO9j7S1YcWq1UYjLAcrk17oFijY042Ugeqmavk3S20hcDLEuIy5YNjFKXC9r4RG335qEhWEOsGV6xAkTdHR3se4oAdeZkSnZuiV7VxVKupQQm88GqM5EXIpoZQhfHCQe5chC1PrIQ+p89FD+Jq6Q7idOfS+9CxOPvwtNKxagfG6CGpXLcV9XAGOnehBtSOKIHm5yfgIHOVexiJOjMWiiJjmjoJDMmBido6fgwYtEpBTxzBJPBGD5Y0X1mTid2tyK3jXxNZnraBV52Tx7PrMJUpvnrmdUUk+X0sTW0qzYUtlUEUc56W4SeVHddEUyskmxBgclvgCGGP2sL6pBXHeBH+YCYlgXocQJwe7ftNmE3MmeQwb8aKNx1voUdwvThDA0mXIwHVcLcsmUDTa1nwHUf0uPG0SIjY/6oifB5ml8xI3+6qb0LSZ8Cc1g+m2Iygl3PaEGjhfA+g4cgz+8jrEpvPZQQeN1apyNYZTyKye7smhCm5mTJF1Y/DQSVxWtwQ2VxDDLU04wAC6fGgAwUURpFgEEKP3HyaW99VGMD6awo59+7DqzncZj2xkG/QaroKKL83xcUkzI9kv+X5NbE1WwSBN7ghXuwh5dZ2PZKx6CHZpTJR9zKfqC7hsjgE+L089V+ZLM01nHWeaUxSM0bPx+wwhlI8D8oPFKFc5uDM0sK+BLHMho1nodTsFTVzTtEgaik5L8qH9e82gRRggVlZ54FG0nitFJurD0OAgJsnFnmw/xWLSANYs24zntj+Ga2+7gbwvx4ClS7pBGUIBlyJ7pR/P8siLpM7MOlrjbLKEBQgj4ZS5uVZrW8KmOFP6mXAKpSubkTrMREw7jTY6hAHSkEEfPXeglPwZufeZKYzRa8eq6wEadWM9aTGeK83dQK7TD2M/RX/z/L0kLkaffRjh44+hupwcfMqORXY3+hL9cJdVoiwzjESAEtKoH+WEHTOBflxfsRRHu6Zx6uBxLF61BBkXjZMe2ym3qwyuy44EuT0P2SFPmisVkZCdk0fwJxjwnZ5oiknsKXpyeXgjb9XElr3ZERMVyaH92VY354mp5+IENes0yz3O/KALJ2mJkQc0QnFDOepqCl5Lxq0T4+vzNSOxBnmhFO5CBnsurxvdL89HUlEpvmz8RWIceUEtf0bDQCG73uMiJvVSv6vPRKgJTuk6HBncedft8Jfw+YKJaFIn1diQXOzFPmZrKqzjWVm7w/uPY1ljDcpblpB7pjNJkXUhpEgz5T80ytQ9A8eS6joq4+rgtXnhDNHQGcQquZGnBs++moz2j+HJrzyEa6gRHx6lqi44jmjnEVyzaCOGhgbhJvthhEzZKFPidpTz+JqA9qFePPZvD+L3P/oJOCIB47HzDq7g6wplWfmgj89b7cfoYEyxgRlLvkYcnpf6shLdSlTxea8SOfOc+3l56rlukJYDw6Xy5GLEQr4AAxSdO5feDDUT8oGns1SFAxhGYJYDW1DYc7HWMd/nDbnPtrGieTngMQZqHZ30woQV8gxpGnkym0SM/KpLk5XnnuHpS/QuQx9n9rGMFdKMztB7qh11jcuUsSAuDvLTqUIS+cJPfrZRWxNdxmAwtbca3QPTsNWH2f2oClz7yUtT2004FKCoyl3HZEtJKTyRSmJVenZakLdA12UIuey2swubjh46bBiV77+4CzdvWoOaChnTJNKHTmAmOwV3KVPyuTFTMWQXRkccQeckmkI2HO04it6OLtSVrLCmuzFs+bg8fub364NGnFUwYtGVUvwVVJCaDDmupk46CAWJco+SN9kzVCpqhjh0n858LGjUc0IOfVERdOju7sVgbx8STM3Kg61at5YVTjxJzlg1LZEP7+vrM98sDtLHYEipTs1OZ1G1xIXf+ov7pKmBU7jIMZpkAiPFf1UhlnEZw1bewGm8dI6A2el1I8pl38f3iu4Kloa4fMbJoPH6h8dxsOtFrL38aq6BbLa1APQwzsvqSHSOl1D8fgV4S1cuQ09/DycaVYZOPzxlzJH6Ockothc1Fk27GCxmUBqgMdPI/Rx/u85NU9Zg1rN/cQUTKLuSM9h65TY019fBUZZAb4oTh5O7ZIyipfEU0o44/DaP8cYxJqCQHEJ5OIjlOR8OHnjFFM9KmJTl+NkLX2ics4Fd8vLSS6uJDR2MMfg8SJWZK59pQkvlx/i+GJ9XwK5uTzSuOU9+QaNeaKyjEzEc3n8IZUwCjDKIkoH09XajjsFEnDNRlSC9FMEceuUgfAx6munhmmjUWkpcrC45l0mz0DlczOtaOXO0ZlFHGjQjbufS7JfskS9OsxraQRtxMCOW5H/S9HIBIlzJ5kU7vIk5lvurIoZuHZ2srVu2Yh1X+DJzkxdiP87l3OdS9VnPZYgi6ljQgFSMYqMRnBghV8ygrC5cQSajBdOET05RdoRSNgqshG3lLjNkIyQ0KobQc53L8g0rMXLDTWhq2wU3MfVAgtiYBjqW60MDkysTFG7F05N8TnQcKzLdIZN55NxHAxNRP6WE91YDReUE8pBUgn9BtXxugFy4KQ6QUlIpe3plFd8qHZZWk3beBxZfCEeriIO6AyNFIHcCJzXsjH9/5nHORj1ftNl1sh1TxG71VbWGzuqmFmJ0fAyVCS57vChNuSNHjvDGZ1DNwe9hMaWwaqSSaVrNxgKlM9eAWlUX53LjL/Q9gkai80ymnEY5wQqWyspy+BWw0CI97E3hIEWlySrGwU0O2qS1OQlE/+WiFPxQQmlzR8lADBgM3t3djSW15HJ14IUJkLOe+nzjbo2Nwm+34W49aKI8NlBTS16dCYy0DMaLcE0EPmYA3YQq+Uf+hJycpHqcESjOdSa8hVlGZNGRGRxNTmL/qTFc2VLD1TZDwdcwghUUbcUIs6Lkx8lnJ30aTwr5RydZ0BxD3L/ITJw8Y5ofD5NMMUFfvpFeRqxOAagpNDOwgpAPcabIs9PoY4bXz5W9jFRrsLoRUzRoIiK4fHOFiecZKM51zV3HT/H7M6ilmqyUZe8h4suTrceZVqbWQCfOGdjf3481S1dg2dKlaD15EqNDw8aojdqqAD/munnnuzRfkGFzQNN0vaaoi6uHOnOWs3rcJCHc9A70IpJMKhPmZ0JDONZKECRmYtSGTCHHFHqY2otyZuEyDMZyJv1buDkXa9XGFs6cGWf8zdUwJ6E+x1Ep7UpOxlJvhREZKWAlmMoH7oXgXJ5Rq44eWV73QghpmlDg6nvfhO+88CSO79qLy9asJNQgnp2i9LbETzgQ4/cTIvAc/Uy+2MloeKG6TCd/MuVdEsmLkuit3YyzWDRjDNtcg1Y8shsWl63YRi0SKPxg5dEgq4lm0PnSDoweO4QmZnLLIgSJZYRQHgXpeREa5qguWtBTFwcqs6GCXhun3jfIWrJp6gbKm5hhc1fh2MljmBgbh4tlO0mSkVqmDQdLJZufkbci9zg5SY+fmTd5iwI+n+v4F2So5/EhfWeeVuMKztVEqefySJAZOC6h6iDEqDDFJVZwyRfKV2jkjTpHrDqJvu5hHDv4Mu665VqUkF8tKatB50A+1aymiK/lY66J76EhG56d32WABecfGTRzwxMKyix8yqDQ4FC5Gl6DpLWCAgt5auX8EjVhXPnB/46JP/8MFlVSplvHSTJeQi8sf0tWghF2LEa9iX2GzkxNIdy8zzYaaAyVZeSb+X2SnrpV4SLYQbtRm4n8OqEazzzGF7Fg2ChWII0yG5pj4XKsuxVB0pSO9CBGdzFwJzMV3nANCQlqV7hCFMjjM4Z5QaNOJfVFxF/CTJxmdgYEmmq6CD/lhNnJUS43nG2kkOKsGnY5M0h0tqK9bwiZ6kWoumotpienUMk8/hQ9tAj2o4dPEIdxcaS2t7LUS5xKjW8hsSBjUQrXJANMJffFodIEFwuPAXQ6FltcmRtJn2YsQawbtR0ZJlDALBbNor5mEflfcrDOCkb39HLEh3CwyjzpRKmSBsQpacYGiRmW/8ecWLk0hPaXJ9BHNkBBWCxIz1lG3M3DO17NRJ9RgDu7GPdshj9XEUHx+8UMyCJ0Iws0++mXDa9B3tw8eN+sfIWSQsaYRTrQ8uMaav7u4+gIQjipG7exuNieZDDoHUYqvBi1ly9G420HkB7dhyQDQ0cFGZ5hVouXcIIn+RnCjr6BKI2tlNqPKFJlYQawHM+tVAA6WdXCAU+MkPot58rGs3Xk2H+a9yXA81PWkkOLABWBCnDTpzrR/eKPsXV9BerqOIjTPDnGCx3t2xGdjFEFuBIJKicd1L3MZcALGrVLOgG6+owwjpnbDrYQiOYbYvOmV9aXYM+BA1h35RrMxEf5PubsedFPPfsirth6LUq3tuDmm67iBZ9EJ9PIlVyi1YogGhtjxM4gK+VCMBFHgAPpoXLLoSycghmOeUpGdI7yzfkMo5CzMEkQU62sYlENIoM7F78nnaSe2k39BML0LGz2HaB3iJfBTSovkcghSmllzk4NhoRn1Cun07x+apjj9CZcETkhXIbxaaXybTErOTyELk3LlxrPr4eVLLEyhXpuvoLRsxn3hb62EIRLkWf3cuVMkrLUVhUeMicSzo6Ns99GpARTmXImOLKIslFP7eYrMfbVl2hoo4hVMjT2l9IBpFAbJtDgpPY4KxlA05OrWIFG2tOXZq+PdSxkVvU4e+OVMpPDKiKng2o72mpAT4q+4z13yANMD+Dwo9+Hi1LVzMwAi5dZSnf8OKbaObHGKPklHExPRLkO8PN0LJPk5MMuOpxZjwWNOq22UOZdmvFKmXIycTapo5GbFNK2azeSHXCgblEZo2xpJBy47OoNCAf9WNK8gpm1aZYV9aCvqxXhiBebty0mDCGX7QpxAij4UpFoPkkT18BKXyFBEP+25I8XekONgyowm+Z3LW2mPwUHkZM1TcbAqYxFilph1zQDrDglmZU41bUby8o2EZP2c8yTPMdpQ4NlOQHB5TUZFwfPXkFcvezkSb1eP6pKNVkZrFFW6eLkNBlnLqf2QlKq2LisQllLN30x13fRn+VKpWUln4zRzE3ixJ69aGON5k133sr7GECMxQWPPvJdbFu3HrvIBgWnacgMkLN17JFCQVVHjiBoeQv88WH+G2DyilX5ZH9e4IT/5jNHsW00hrfcSkqwkpg5F6I2hAyNqxp+OS86S3XGctumMXNoB44//TBa6hqwbuNirv7jmO46RawewUwpS9a0lrppxHSA8kxqwTDXY0GjLtRPG3orSoiRIOc5wyLTOpbruChddFUEcfUNVxKCsMyGJ8eaYJRVRnD1rTcQ8wCn+oeopx3CGnKVDWw9laPmd3KKxsPaP6VHRZ9p6wRDxjN1mtM6KH5S7Dvn0Dmc4AL3NcWljTiPDIYpCJUSjOeoJISN6VqCPQp+XJz9aURdYyhtWI21aQ92vfQ0VrEqXLSkIEqOSYpUPEKR0wwmWAEdiPiNxgGpAQZhnDrC5aTM3KScFCdYmVShR0sbbapWijQLC2VUz8VgF/LECx1D7WfYaMPAsizvw4mnn8HDn/k7xDJTuGIx09Zrr8f3Pv8FHHzih1j9J3+Kuz/2SXzl3b+NXyMMK4n3oSayDL6pNkSj1Jun2fMky0QPecYf7JvCsY2/gyWNm7HzuScxsLcTf/M3v84MpALGMENIqv8IW2wcLzcHa+il3Rj88WNYT7msJ5xFwEbRSi8hbHIKwbJqREgRe6jr3jE4jKaxERZsRDjec2dtF7SZvBKKdE2CWFEBBi2jknrYcNCDmbF+docnF03PGiccsTEYMR6MXtDOCJYVPtjxzHZs3LQKDYuoASBLoBozn4ecKY3MRSOIzUwY1iEgWSSXFyUs1GNCBLz44IsnD9j9TqIlBiMJaoi97O3Gy8AoJ2YkQjqKFniom7Bi6Ah8i5bi+z/ajusW1aJl8zVoe+l5CopWMZM4w0EmG2KLYJKFtgn3CEJVdkyMssqZ51nX2GwkoykZNmnMSdY1hhg8S25pnX9xEGyp4C7WIPMGe3HBKJt8kcvmpOU9C1JxONjTinRvK7Y0lsO7+3k8nVmO0d17sZQGJKP1Lbsayz/2GTz2rx/FddSahw/vQpKxlY+wy8OVt9vWgh2xJjzP6ppFl78Bt92zCuXvWItv/K/teP9HH8E/feIuOKfIIIUG6RSVyFKCLoXRtn6MHTxBatiDyGIuAdRVn3jhBYSp3XZytcv1DpKUIORbTJnr0mbSemSj5tmFfEGjNuNW0Lm62DjRS72gi8st6L1UOuQhB5qKTRnDVGxrlnYaZb4vsQdLFy3CEorpRSymGbV52QMil+OyQZosnpik8SbpsVOEHpyZhDopemoXxTgOL6tGivakXsjjzPe6qa5m6y8pK93kk+mOzKpQSoMemEjj4M69GHH5cMd1G/HvT/Vgfze51umThBSN2EgKcviVboaQhFCjDIwqSfWlufzYo4R/I5gcAV5pO2a6dV5/4w1YtmYVsWkCJ0lbhoMhVJSWUQ9BJoBjVOyVLd1wMc6+0Ou72M9N0XOETLZUQxPHZbffhPLcDHoefwJ9Lx5g0HsAt910DeKHX8YOrl57F21De3gV7v3LR1DrakXf2AATa2041T6NVkZ+JY0r0N4/wWKBFuxjBPrwx76JO+7Zhvs+cA1+8+1fx+U/GsG7ruEkoNo6zfvupkDqsZ88g5mDR7GZGH380CsI0MamOYkC6vFBiDLSMwjvFO8dcXWUmbCs2ruFhNOlO/pZEz4noxbmjZo+cdLDsjslPWwuQ2E6KR1bTnw0wT61tfJKKQZQaeNtfTTsFGoqw/TG9NBc5gMU/SjTIb1sKEi4T88gGs1DbGqTIotnk0uo7Sirtek58mzvxT3UbMaIw4z3V4ZFEIfNBRn3vrDjCMuLqnD1+iC2HyFUGiSTE6rBX39tO95+G8/RsRjrV9PwBx042THI1YjGzpR4L5MOnf3j9CKsGM+O4O633IsVlAYMU3cxwTo8F6PKF+hlNHnWrFuNxYsXm97KVsJkPh3wxV3phX1ai4kCcvHDWsEClNUuue+t6JuI4+DLh3FD6SRCl69GV/cruL/Jjqc6nkU8czWOp+jhr1iBitVbMFDrxqFnT2Kih9UuzSvRTRZoextVgwe6OajjeOrxLnzoLUvxhltvwZ9+ZgfesOFaNBB+OtVuloXJISbj+pmsSbJY2Ev61E4dTZSsWgVRwng/2RIWPif6o7BNsNmNh0m7zn44V5UZivgCMXWeRzabpSu618wgSzAzMcrlNUqQT0ET855e9hyWeCLFpSxJL+yioSbipIgIOUrClQBLerI0+CyPI2YgzvIg4c8MDdhN724XK89JIxOU9sKIAE5TFxd2w/Qpj5uTixjYzYkY5YriJ/UErhiPP/EcRf1TeOcf3o7Jvk48d3KEDQnX4QtffBlTwWZ0sJqlumIlk0k1eGWqAvtJT80EXWipCGHGWUUabAY3v+lWXOOaQh9jhuef3w4nEx9r165FG1meO+64w+ihX96zy7Q5UBbVUpn9PNmPhUbORx1LlvxxjF7ax/s7I0q1qhlv+PBH0bfzCI15FyWnLjTcsBZ9j/wntu3r5Ji24nm2N3jlkBd3lpJWa+3Bm8hg/Gj7Dgz3/z9oK70NtsgiVtfXEHquxU+eP46nnxjDipsy+PbeSrzr40/hs5++H+uqVUyhviA2DJ5ox0BvO2rqqR8n8eCjM5o4fpKrIAkFxjMsTGcVOiv923sxeugYKpevRpqO74KMWt7STv5QWaSQSWcSelBkbqonSK3EcvS4Mj5Zqrxs1s/ljPn5mTSGScc4wkptMWHBrREm1IWHy4mP5foupwlNOKBMAgh2MNDIEQaQLeTbebIhBnNUDanXsx7z4k8RwiJllHVVbFmAmPk9r3mqPMsgRe7IkIbylXBNceClHXvxrRcH8La33shKEDu+tT2IGzc68a9PAwOVTfjiV1fiwY8zSVTSi80MHL90NI2ewEq8q8WOxS3EnXYWg5KnPzlIKWbn0yxdohyTRrFi9RqMDw9hcVMzV6UQBV4JVJCfF/worgi3bkRx19CFjO/1ej1L/Y1NAn71fiYc8AnyybA5fvWXrWDsUI6Dh56h0Vdg6d1vxfjzL2Ljzm9gGbHX5EgM41MyhQBKyGj9RsSN7yQfRnv6AGru/xTSPVm8VOZHMDKGp585hXe8azNc65huf+wQPvQ/9+KZ/92MuC2ESO0qLGOxcuUUkyu0ivER6r89OY4h20y0jrLOMYzunl5EkmRZ2D8wSycE9uJjUDRnSLEg/FCBpofqbo+gAquW3Vy+00pKSEBOvjmZIrXDJSO/+4wESsTGeXkPtQHTWE48HWPRp4tSzFJmGKMxEvfq7aCOmNSIOBnF5uhJhddTPIaTP2MTPB4H2mSbFlKxFYxYOZpiuCID199BTrox/izlqlEeSKKzYww/3tOOkvWbsKy5HD/ewWi6mfg/24jn2Jjm1tuX4thL7NS0Zhve/KYKPPH8CRwlZ1vLnnpZpsJbj+3g6hNgkqaeeoQhswRWk3tfRG46TImnBE8y6NjUjNGB1NVRx1zUJstqx2tlMl8vYz3X41q43hrn2VLXSEsVlkfegKEDR3F4pg/2e65GadVPcepfP4+rK30YXu5lAxuGTO2shKFPW9fdhZvDI7jzRjee3N6P5+1efODem/BP//Jd/KZjHRaxsOBNv/defO7r/weP7mnG3ZvEdBBWUFcSH+xgSdpmZCmTLeEK74hNcrWsZXOgCSxmMC5f2s7kS5DOrpoBJGPMC0u+yMhUbeBi151UctwkYmTQYjH6O4bYiYe6YkKILJMVyvurgkGFnznitAyDQ5UMeRmIxJhlkgPWTqbSIUTJPhjj5nsy9HJO0oNGZk3PnRa1Z2QtC2cTDe9cCCizkiIKygjGGKNWSnaSbEsQbb3E/sNTePD7bRhvXILbrq3GEyd6savNiU/e68THn49SX+DgYA7gHx6dQsOWCjzTHsXTvW50nGIDSHqsR4gb33dTKfUqTqzizXEG6UV815qqjJ7Bfg56lNj7FL/baXrqabWoa6ozOhLLiOcT/Z+rEb7W7ys2ZuvYZwSw6TGUs5Led+WV+I9Hn8DuAQ/efMXbyXp5sX37M1jsPYKllA90DTkQqA5ixZKrubpeiy/toWKwrwppby8CcRYzNzcSp4+jMVTGanIbmjcsxT/+aJxGXYZjTz0Ke/shVHDl9ga9GCT6rGAeI+tltnb3ISVzWcFejr7xJKq2bEbtZesNNPXPnSU/Nxo4Ie0DOUy1cBUUESvhI7fbMUgi3kPCXQWapPQcTEwYjOSktpa1Zw6mzGMsJbJxCVYlMfkPk/BQFknUoLQAGWI6BYbC0DbCD5KC+WrswkaSsym92foHO/GYxOZpicZFqZnJYHoKGVYiwIwZVzIk6DkfemoXnhypxQfvX4Et1Wl8/CE77l9fgi4GKc8fH8LHbqtEN68hlSinR+nDs30uHO0eRVU/J3Akg1bCLRvT4/WX1SE87McIWwc4ohmz65SbbbR279uLk22t+LW3vx2NzTRq7TrFGMQ659eCl36tjXq2IRcXIZjXmLHLEho6mAC55/abceSb+/H9mVp8+AP/A58JbMHyJz6LtWOdqGS+YYZJkf6Galx1zZ0oS3Xg3RQ/ffFAKXad7MYKNtzZTUl9aqIfnTShe65fib/9mx04+s56HP7W/8GddD6V9WW8Z4KNSbZq6IObNLJrbYQB6DiXfWo+vHVYc+Md8KxbxyZrrD5iByzipp8ZkgXhh7CqYrYZ0gUuw0ET07ABotMdQAU3qZkY6WZD7Qri4JgRNWVpsF7iIxexT3l5gE1OSNBTlqqOPGnSYSrLcRCmpMljmz7H6k+sauoYIQcLW6UBCEvZdY50XkIhuyoo6Jmd/Iz6RGjXJzcH2MUmj9kUS5qIf+ODSXQ338a6wxm8aY0HX9s+xn4rdtx3swef+UcfmmvSePMmD/70RzksrnLjigo/vtbeg8uqsrhs6yo8zih9dDiJyV5WfYwPUSxUiZ7hNKq1evHLD75ygAFpgtTejcZL5+sy89jolwVqzDch5tK0WyvKKDUjZQyuM9T39B89gCqO54OHs/jkrzGA9m1F9g++g5deepIN0vuZmHLi3/pHMLazB47Jdqx+WxW628jfeyax2l+GHa+M4/KaLF7uzeEfNrvxz540Pv/pr+PGjg4KoNgegq0pqPhW+RGTZePIxHyIkEljXS+OjFLNfgXrRK9dxxiOij3Jt+ahxxY0an2H2feOrl6re4A9prQVRJb62bC6VrIhoY3GKgo4R4Mf4RIzTG9cVV6Lldx8ZtfefTxHKrhUMkXFnjOY96MSteeId5miVA08mQLiaVJtdAms0qayy8gT1Wjm7L5JG00qfZrl8VTCpHhYOhJpiXoG2OaWzVUI17CjP4bdnXa8562N6GeF+Ld+GsCN6/px8AiZkMN2fOT9uo5aPPtiJ37z/ibUUphTSc76j9+6Bn/9qafQPM1VamU5nn7+BWxdV45+ey/TvD4MMGAaYaGrm7Bqy1VXoJbVIRJOqW+Fz7Q/ODPI/XloxM/Xm5/tnBwMtckGoGNo3CTggs3LTWfYITqJvhMu3L2yFM9U3oDyN5XhqUfZjNI9gA25crx8pAI7jrNyfegE0murzb4t+48N4523VuPuB3ZhW20zltdmseuhH+F3IkQCAd7olgZ2i2VsxSy0x0YHyC00xmm7PtZBtvDzgVvuxdLVl2OaGUsHg9kkS8bmKkZb0KiVulbHSTfxzTR52BE2Ei8LsDcx04U2ilNCLNvJkNWQq/SSPvN7k5RkRjGWHWWCowJNFHUPMRtUWh1BGYXz6t3sIf0nnJ2WXDHNKDYruMGaPtKDfs7oV6m8IpnbPHcqyXStEkISWqkiQ8Bc8+A4l7wnnnoax8fKcfW6y9HvLcH9W3OkkYAv7RjDqe4ofv0dNfjKDztQuroKb2+oxJef4mSlyOqG1cCfP9aF96xsYNND4ChTxov7yVEvuQy117wdzx7Yy6UyjUNsIJlMjuHa66/Dxq1bKEnId8qXkUh3ndcMv7oBkqXOO1+je73fP18SSOdbQvno6FAODz36LN531914/kAci2uCODRC2MVs5Bhjox89M4rlG6fwJJ3GxtUB3FyXwc5eJgVDI9h61SYMc3IvK4nhh+xwVcHxrGZAvWvIw6b2bHoz1Y+BqUGEq6oRTrDdJLlqV7ac7ZE7yVcnMNTF3iWeMix5+6+h/jfeTV67DEEya+wMwdWSsJXFEbMfCxo1aQHCBRcqyNcOd7ZjqL8P5auaTQ+HaZbZUIqi2iYmDIl/6K5LWYLv9swQdvRiepjdQQlTEjMjbPWWIqzgtgcMHBUkSswjqksZPjVbdFAdlqUM0c86OqNFNCu3ej3kMdO8QnnajaG0pXanAaXihDUsAVq2tIGKwHfh77/bhY995wncwy5Cf3inH8+edOORx2x446/52fMui32OGtzXyGRxJoiHd+7B7dc04if7htE6UI4777Fj5ytTqKV+9/fvvBwf+ffv4gTPdZl/BO9tJBtSVYP33HofK3rYblfBM9NykswK34siU8mUmsVYEKTYeH4ZPbZ1npaRyKg7qbRr7XahbvPtlDJwT8TOGWzaNIWfHB3EkL8KT0+PkFdeBmfmFMYTfgTYVzDYEMcUja+8lOnsmTa8POTCzXd58aV9YJerBN64thkf+e4r2MY2yv4KmiAJs/aTA2jIkUyYZLWLZylSXIGPdfTSrvxo+aN3ofpPPoAZW5XaBTIrTSGcChWY+ZSk9ryN2iOemEaWZbS5jFLSjqNetHYyW0Y+ORAJ41grl3hfNY2WxZhUMDWsaOFkKmXk6sEYU8jRzg4Mk9P2eeow2s5m3ZvqEAlwQvQOwNuszGQ5ZnxjxOnsDlRTR76XETCFRvYc9wRhKlWwdC7Mp0mhZIZ6R7hYfTLFyDvATYicv/8vsG1YjOwDbwNZTnxyeRp/uKIZH/v0dnxh50GcfMM2LLvGjb/YUoX/vY8GyiLSrZsq8Eg3OVI2rbl1WSU+9r3dWFW6BVX+cXy5I4XLaxPYen0Nlr5yHV7YW4GtW9fhMe8IuhIe/H5tEEm3JaxhPw0K5l2UX4oxyjBgtsKYs1avvN6u+CzHnz25LCxt6VMO0Tl19ldg1cpGPNJKo2R+YSBAPQgTTuURNoY8GUKqchT3tCzDv8T62awSuJ5MhVQOQfRgw/JaHNh3HFWealQFmnCEUPCNGwbw9KFabFkTx7fonWtLl6N28jiO0YFMZsl62I7Dz+Vyw9vehMFb3oLlK1cSmlL+qwoIiuPjwsG0x6wtmO8vM+txDp5a7EJBUM53L1m5HOO2U9jz7B6kB0dQsWg1g0ZWXjPpkmXftgny1mCKvLxhCRsqpnGcpPnRjm4sW95EAp8swrFutFCtVx6sQdsgYQobMQ7NnCJX2Y513E6ieuN1+fJ4VZecpXLVVE+oLcMTzyPbOojhvYcwfdNajN1RC8ef/StWfPcZJB98L07e+hFMt/jw5e9/B1/8q39Cxyc/i3d89dPYMeHEjt5x3LY0i6uaQ/i7b55EPT0G4TEGCIM+XMtuA7EITg234l2NGbDuAYMU7TRfzZ7QHvasO0r+P8pNdySFJASiFtBsiabSwBxPXJ7a/hoUOfyi7N0a3/IpG/afeBw7RhpxqL8ULVXEtqxCybDVWKMvjjC10jHKm8MS/PtGMTYxhRLbCpaV9TGYK2NDSnZFpSJ7gtZXV23HrtY+bCyNUnMdwJ5DE0y29eMFNqlv5oWm6lhBpVZvdL7Hmaa/++2/hRZCWCdJBuMk1EtF8M70AcnbyFxWvbBR68PCrPwnusXHWiFVWldxn+nmNRsQalrLWcNpaVrNx7lccJ8Pshg2SgbbTrUiS8x9+9vejrWbrjMa6n3sp2znjNMmj2X0si2r3Ti4/2kkuo9hpP0FVPOYKYpWVCwwm6wp9ipWqjlMzjJ2FflLXuz4Tw5h+MZmtP3RlXj6K0/h1n98FHWPfwIdb/4ERu+6Fe/7p0/idm598egNt+LfL9+Gqlt+C7/90fXYxx252uwlzBbGuTF8BjW2Uty+EXhpfy+6TgRw2f0leOS4ExUU1IRqY+hMcJOi8Uqsm2Rmy7AcXC3MksIbIxqGMEzYWvvB/LI/5kpuFXPXV75hFfnlg/jG93YhRZGSPztEfXwjYsTFm7awGGLiGLoo1c1wU9VAbQ0OUVY8SXiQK8uiIxPFXWSb1NvjIFsIl9OQ9/UmcTu9/qraHjz+tafwAQdblWWYCyipxb333Y3Yk/8XpRK43foWuKsWkRbmSHJcVYxgmkRK3WngKNV9+RY55++pte+dthYzoiAdhEY7ODLI/mzETpWNZDyo0qNrVeLExZo+JysSSNTpLNDOXWOneEZXrl+LE6eOoGXVRizfsM0Yq4esSVbNAonXaxo2MPvYjujQK4gOspC3ZgOPIQiis8/j6dn8tOVJRjm4YXXP/M03I3fjVlxJD1lZ2oYfjCRxhMvWLRs2Yu2Bh5B+/wcwcO8fo+W9b8X7//zNqH24Dd//1Ifx2d23I/37V2Jb5DKUO49j9yRVfPTAjsgQdk5wVXGsQHWpD1/a34H3BthqlqKsgSMp7Dq6k8uoF3HGCCny7CGuTlnWqJnKGsInU3ku6LZw/uiX0u5PGztbrTmYaFn6xmYctR8wrYzbdgxg3/YUhtqqWLVE2o6al8kNNqxaVIXn+05hkp52VekaBpgzWM/CkI3coavrxDim9vTRUbD7QNUm1IwfwqBzFOu3BNG06XbY3/oWJvdG0btzB0JrWlD97nsInrkHDGMSta9wE85abZFVrC2jthq2nzf8MFvzygMxmeJmIiFFyi5KBqOZbadsQfabEO+Q1/Ubs8+Z4kmq+saGqP9guwGqvrxsRj62fycCfV7KMevzRq/uoVzmVUPoi9QhxQAxwRT6DI07Ur+Rc5uejnMoX3Uz90MD7+Xq4SSHeXLvbnSzs32ZGoaz6ubqN96Go4eOou8fH0NoGWsgP/hOZK/gyvHVp2Hv7sP9Wzbi/vdcif8c68OP3/tlzDSdwsYP8nvdZD9uYxUL3cGhwRBuvNvN5uqTlBrw2pYE8fkndqFqkjz24nHc+757zC5dcZ4ozVg11FyxCJuo/3VIQcbfXwNB+C/U6Hs66SHrShgMM0aiDt7LSpU1VSNYdD095hCVdF3spLq7F9/52jFqytfBzprHY4dGscXvxM7hNsLKzajECNo7J+AlS+ZnFnZy6iSqc5P4t8//BXdCO8AhasFM3TJGZJPcwWEJ+/0FMRouBXO3vPZ823lrkhkGqTAiVk/x8zbqlPaXJncsdsqpdq3cJEfG5ymvovaZ1db0uCp1yndXzKes1RZ2kk1V0jNDqF9xp9GEVJf5EB0+ySqH6+nZecNZXJDmTyUOvQw4o4FKbu3L2sXRDlRqEomLLDLo+TQgPorJX9m9h2n4GNauoxSysY6sTAxh9iLJeTL46uPb8Q73ZjR+4WWUEQ5kf+9OpA61Y+axnQgd2497fv1+vOVf340jD/4AH33Pp3Disvtw9W33oXM/sd3hFhza/QL+kprqFUmW5fc8jv8v1Iy1DaxL3P0sTtz4Hyj/4ofQdNlms7KIKdIsTGkXKsoLtC3FxYr4f6EWzS+fLjmCI4eZ+ueqHLQ1EWUyueWh9LOa92kxtwK54jBuv8uJiRPcuHPsMIZ3xfDPj1aQ52/AwZMu/N4jOzBd60NbD21hJQNN13b81YsduKpsG9635o2YcF/HQgtWzKiAw00l46I1LFgmi8aYcII2J6wuyzJxnQR1JpbKm7VaPNhNP+AzHwtiarfRfqjxI8GHqlkoTgox6cKshkE06rKURza8rdpDTy6OHJt2gPVTBBWqXcHP+0gJlqCj9TCviilXTyT/frM60wOS9w5S7ohoFXscj5ugwJnT/nsLl3N1sbSnky1lt2zaxEwTU7W9IyxFylC4foiCfhu2VG7At48cxu/+wRvh/d2vwr79ZaS+8geI3nIFAn/1VQx+7qvw/OAHWPUnv4vvXv4AfvDFZ/DgX/x37GflaEm0CZEsWz/cejP+gRAl8tzXUfIdCtrHuxHYvBZD3Lio799+CifxoHMFNxEVVDLMIgNY0nrBWd1Mf9EGeiHfvyLMLTZqN+MJ9qduunkFDsfHSLmxyoXVLU6WybnSjXREB/Dci61ousOJJU05qha5I0EohpGVLdiZS7AifQJj9cxzZHqw8nYHVjXcgMx2O3rjg1jpWGVaiQUlaaZPGGMSrlT+QTiaMEaWoofkEMWrnqXKnOuaFjRqsxOUUuzMFia4j0ecoh0vcbO6JBJqmaaKSpG4CeBz0oXIo1MnXUKs29zSCFuIWmp6rwATE2FWgczQCH1VDCz5Rn1OAWWOXLYnWEEynZEylVmKahV4qTGjOPLZXroYX4+Tt3TVNKCL7XUT7LehvncZ9Wxj1UWVI4QBqrxWD9mw6/ghLP9fb0LLF74H+53/E3Uf/1Ok//4PUPOVJ+D4jx8g8f6vYurfPoaqP1qBr74URuLqdQx2OMk2LkEt5bYlf/s/MPnYC8Dlm+F+5+/QoJehkl2L0g/8EG3f+ynq3nMXd72KsAKdUgJOZmlPFuwUcyFW9nP6zGkala0irt3CVSpxFJ17plFeS6K1IYqyxloc6xtEioFhfdlq1JcwL+Dhls0kKtY112DU0UmRE+k/kgr11NGPpWrZc5qFElzF+yk3KImGUc0MrgzQzeQWq7bpCNUHkFlptuDhms3gXx0AVPqXj8fNkBbyEqZL1jz9vxc0ainq1F/YQ+9nYwl8LfcNAdtyTbG+LKQvUqccVoMIoiiyy+WmWKzq5TYRHpTSKELUMifUniDcQuH3QW6A004rbCHe5M5MkjlT1CQuPMuNdSYrliDVe4JPTpPjjZh0+tmic93fNeSkV5HMV4WLk3hlamgCO154keKiPSxzGzP7iwSY0VqzYiNOESKV0vhK2Jdj5MG/QPnjtUh+6NfhaCmH7aEdOHQvg8lVpVhmC6P+occQ3dqIhgQr39sY3DA1Hnnkc4ix37LvuS5Ufu4pRA+fxDBh0sCew4hvakHLLVcxF0Aqj5kwibxiHI98u54LfyzUuep8eojMeRbS9rDog6qZfI21ij7UEF3WQwqWXSeRoHpxyfKbceyzf4+9ux9D8Nb1GNhGom7pYpRTH+06TtZr7AVO/ttQvawKCbbxdQxHsLauEXUc897pCjSMpdmHj9nDPiJnbra0PFOFMBmTHANtNskwEMNBSSmLqWjQSn7nE+BWB6niUczXjsw/rgsatapaTEd8HkgdYJPUSzsdbIegsN6wE/SqesHQI2wvxbeaDkzEldOxLCJkAlRAK+8tJVuOEMUu7Mnj5Ttc5kGTkzDGoc0iTdPC/Akrwl3oEaPGIsAdVFW1nWHQGKK3vOX223DZZVeYZo8RZi0TXGoq6mtNSVrriYNofcNarOLETDyyHYl3fxbZD70b3XduQ/zBk+zdEYbnj3+Lnx2Db88BxNcsgXfzb8C1hnpeCrk8f/d94OE9aDvZg52uJK794/civIjNx9euMGIcnbmD17JgO9GFLqzw+kJ6covatJIl1t9WHeSCykB5QQW7dF5ek50TVZa/nS7JG3OjpjHm8MuP4hZKhMGi2Z8+2YbNK2/HK9/twEEXxyxFGW43HcqxCYrXylDH6u/+dB9GprVy2lDGcT9hn6axsjAkYGfSahR+dx3GfFFUqsPlWR4Lnv8cn13QqG3ysvqg3D0lgUl6UQeTDOy7b7Yj0d4hghfMCJvALsugUCUCCiZt7gjHSB2EOAWoaVZfjATLuDzqemRmooxWG1JKskHYwMAxmeJkIR2oYhWV+ViPuSg9vSbRkN4lYj6pLSMUSJD/LqHOJMQBtrPhidFw8zT9LFRoocd+mU1q9jNZFJhmdcXj+9D+PfLZf/w2rLvnSzj6Z/+M9vd9Biuu34KZxQyODo+yKPQFLh7PIsqSo0kK1oerOFE+ci823HcLGmqpyCM004Jlqm00KGSM1NrLOINzmJjnaN9zvs0al2Jjtvj8czII3j91pcipQbwugg9BShfFZzY2JpqmI6pU44u+YWRPnEDi2FF85qEHseKuu1i4PIrv730Fy9z1qLyFemcq7X708o8Qox6talEDdTTcWcBFUiFJGDg9hkUpxlYsgl5LSLE+xOIJxl2cORdz+XN+dmGjNltHsOGMqBSHNuDV9mAB45VMaw7eOMlKTOmidkylkaZZpzjFfbHDYTZMpCBKonkT8rF9V4aBolHo2blTKr20KQbgIDI0NC0VpqcZXat1K7G4lX6Zq9fe6RtXaHZoo/eXiMggIv5TF1MFoglSa+asCk1lFOTeeNmVyFL0Hv0trjyTvVjqq2LdISlERtU3faMRO//5O/j2j5/F5WyH0Bks4/YXT/JgbLXIz6YXN2MZm7zc/d/ezRnF7dVo0GLxXarL1ApTaLBizu9cIt0FbulcEoHij8wla51PoDTnV9GglcxQAy8l7Ninh5losjfjfcgd3Ifhrpcw1HoCiwZm8PDBFxG5mVXz173F7J8Y4ar2jhtqEZS3pVNbRQTaUl+JfUf24sCuNiZr2EDSnzSbhd7DHoP9h4+yGsiF64NrsGXxRgbh5aebab6Wlr2gUQsdKOliUyKBm6RnacROX4VcspnY0sel6Z2445nx5mqe7SSnnWE/D2cNvRgpIDEwVGnQc5P24fMSk2h500dMkkWegl+UJpWTYMm8dkUNm5YZ1rvmv2Qz2Thp5KmE/3VD9SmZdppGlqSxh1QhwdejDGTVaJxrhvlu9aErC1C2R9EUe5KbyZkklFj9id/Ftr/6f2GXxpvdm/r+8xtUFKofYDVmeI7DhDxiXCpZ6iQ/w1CWEyiPAWXXZis1bREhxeAC2tmF4IV15cXZVP1e7KGLDf9cj2cdV9BQmzfZTTU/ISDHiLX2mNnzInb97eewfogwMjWFp0jR2jdfhtXv/U3MsM1Yjl2rvG69twAR6ekdzCovoW0s3nob7thK6S/h3yvbf4rP/dnnUcMmNAkWf7z/05/GG5ZdB8aERsh0vud7Lsa/oFHrIMrs5YgHkux7LENxklOWm2YPQbOvjOnDzEeKXLG6bTvVW4NUWEoZQ2VmCJ65zxQ1xxR5DzO1TGrQxvIt05pLdSqmDRj7PLMwVm2lojTqkgLWKxZUz8mCFHoc6/tFAwmLaFcAhckybrW35SzTydED0cgMlmdTSCoLQ8RLw9JjU03F28l3U0WosCXNah1iwRnulRhlQ/FNN97MLGI722Wx+1SZB72HDmAvt2++Z/GbTZdRK7bI8ASSRu+hQla11DIXeFGPua7Z6vgkY9Y206qBtHaMtbauU+crs3vX2bJXurfqXCWut9D6TaOWZrsLtVvWLrX+JOXEN2/CZMlWlF5+A5Zff6u53hI1zeTYJFhwK0dnuGOtjirFY4legCvWMnrq5ZffhMEnfoL1bOG2g60lrmUzeCWlbGxcFHdzZ645FdEXNWTnVs5lDJZurLO1kxlFFpO6SoxyL8dCVNNpKe9yTYmWHurclGX1gjarlCfPGOhCXM1mJVOUnbLkGoH65YWNlnTXSRtyUALBEir+goiyL7ExUqOgOPtDvfesx+nWAwaDqDG6Pq+qDVk6J46ZhUpTEgOTdbER91Zok8w0o2+toAyC3QKYrHCWPbIqE5UMXlHBIs+qKTYS76fHpvifXZgGxwcxQLxUw9YLOrapZKdnNtXYBTuf4aD5RX++ho/Z0EK4WQZt9c22AkQVdixk0PkTZZqfY2IcgarI5bQcETReeyve+AATYPWlKNu4HmtCXKU4SE4Gk16FRFrCuWuAg9Su1MFGhFbIKEsqoSDGlLNxM9Jywrb4K9ySmUXIHpbXjbNKKsjPGfj5Gq1kxUO8oKc2LV/lgRhc9TK97CKnmGXFitmxTL5Q1VQyLL5NqWGZ2Bj3yc4yQDNb8MkTm11l+SAWHyfNluI2GgEViJiBMGGeyRiJHXGRr4wn2B/EsNivmvR8XLXx9pY3LGykaZ7QBOP/tOmQUzSL9icjro7xh3ahEY70KojTDaIxp7jCxFl54yIQn/azdwmfLqe0lGgDmRDPZZkf/h4CF1KqTaXsPRdro0EL4vDGma0zlDCih9ZFq0yIWNvFXtwLlu4sYPBzUXbF+whqz8fiSa3NRc/noSZCWRMLqYqE48ILj9HEvdwzsYolW10cS8ryYRsnbPMzfjI7cZmbjQGuxNX8VZs95SR6E9xi4Kc7l+bKrg2ThPzKG5swfIjtMtguLM1V0kX9DNuqs5kNYS0btb/Wj9NGbeG0Yk9gBjTNvtPEwsGSNMZOHEBz82JTPhVlsyW/6gyZxWO8xItkpJsjtUb7ibbuQZCeOikhklLhpru8EXmgg21ym3rHYFs9xmYkpSa7nuJUdzoS3AFrEj2sAaxhZ0w3jx2nEea5DQ40N3j3kcjXI8WUqloqmGllcHTBW5+xK48B/PmlSJOuICwiafjqGPK5lEfNdfJ7/LH7nWmE6een1CBWLRGyvAlcyFETqsUMA+WRNLeE4AaYuUE2toxy2eWN1jV4RX0K1yuryvOW4akfdzk3uTT9PdQcsrCpp07A2pM8RNWguQ6zLV+B4iy6y/M1vrEm+dk83bkUIghTu3ju1kSxEVN76SnsXNVy1CvXKTtMasseop6F1yCFuMRacg2VfI8WP3lcPfS8NhY150xcps4DCf6+gYzZw1JGjNNyqrawQIwJPO3OwLR4cTWQdb7WtZ3eM/I8rd5ZfCBLDXfGpu9cXo1T5sVPsf9FYIWwFD2r+Dv9o+GaIJ/G4ObfKg6fHJvEOLsUecu598nGy83ETqkYlsYVpuBomM0USWAac9W1CdOZ7RQoWZ0mnTfM79EehOJPC3tB5ik7ZuvczNYV3+jZHtzaukLPz+5fZ41N8WdMm4az9BYRf66bpdZczdyXXNLHmakoli9fjhdffBGLVy8zO+TqvDRGsk2jaqS1TLMzTy8b0avCR/0/BBGs9sRe02wnbwyzGQ79revNF0G8tvBlLvsovv7Zv2t8zGanPBfhdZ2zBWusiVg8eazPW5ueurl5qJ8FtotqS9A2wiaQJ44hTM5f2nNtKOuxEj08MRPkK4OtScXvOSdKco4LchYfyLrBZ26Tm9/BVrhxfJIbQFITK1CR95/5XZ7oig2VIa+o1TfIfbLbB2dQRsG3jEFyTNP/mINSQgahvb2dMk0u2OozqV6RnBAJEvt2yVbptcfYsESIVrdcTjjB96r/nlp3yXiMEeh/gh4FLtsa2Ll2kDVnOo/hWitUfpPKfD2hZVT6KSPWl5nglTsfVLGEqz/dj6rmFjz33HP4+tcfwpWkBzdRexIOcxNM7R+j0jZeWIjNMEPcFVeYV8GcGtWrO6punAy9nK0j8sL3/PkVe189b23VfDZHdbHswWwjnu0tjfctGLbVitjaelrvNQK2QhWSjF4GbwWtGlP3SB/GuCWelxuEzlBffeTQXmxgBjeg/TbVCUAOQLoiXm+CbTjUqk3HlQPQmF1IizbjqWd/sPhCFTiYWIzvSzOIilNwoodWc71mmkeS8ilR0auRWrLjTqQK02y8XckbrJtrIK1Omhm5lhWrUVpDkTl7iUxMDqG2tpLHJ0tCPF3Bci61WzjV3o0hkf2EGzYyKrro/JKXZ1vU+cgyQif7ieg7dM7WYGtgiydrsdEUG47V9qv4ejUe+i4Nrn5qrxrtA9PXN4AuVvDoJg4PDKGjqxP7WXi7jBvPy5vKWPUZdXvVzdH79NNPvYvOVZNSO+mOUlWo89R+krr5HgZR+v7Zq8/FeKqzTYLZr80OPK2xsH5au5JprHS+1rjqp8a92GEYJ6A9KYv6cHfvbsOBV6jyq2/BusuvwyJW3KcpGppiW94Qi6ynOC6WUWu89U/HtibHBRm1BthaTjTTZg+wfLLZHpvvq1m2ggFVfjsCeWqp0cZY0tWnchz2+ghRX52WNJGeu3uEpT6sjVKvZl28Q9vu0niD5dWskGhmIEl+m1zhOLNS6vOh76VP4Gxmtu/4Mbi//V2jC1m+qB5LllBUVEtZkbaBM6eS33BI/7SZUENDg2nCaHkUY/wF47SWTOs1a5CsCVB8zXqPXs+fL4OnoslUX1tnvm9oaARBrhgh7qN9z5trqW+RiClhJpopDOCN12tWq7ESbopkuHQet4bXYJxDYfN4QRGzBXLBUxd7Scs4zsdAL+S9sz397L81UbXCaCwUhGoCG0fFe6DndN2WY7QmiK5PY6K/ZyiIenE4i40sDrnure9iP8MI2rsYa9CJDQ13MOeRx+A6prWiGex+DnTkfNfL/i/55UOeRsGLTlxtZ62bql1KpX1ma1Jc9oZbDATQ7/k0oI39PaqpSqPGQ3teCyfTcMONi1G/divbUFVj394DqG+oRU0d295SuZdmlQiLcgzUUO/INAPNDMt3osTLIW7p9s7ffjdue9M9rLAo5T4x/UhwYx0FW8YrFHjoEuqvSxhgCctqK+LiXnVWcGFRWxYcKTZ4DYbl6TWQ1iSwPmMNlt7jFe8uiENcFeH3VrHgQdzu6biD2MzC8dbNzd8gnm8hsDfH5Rib7xQmVRsyo518dX92C1fPjnEuxFBfy8/ILjRGWrEsz2yNlwU3LBii5y27sZxjeONm3PJHH0YpG7NnAhSFMVfh4eZVATbtz3mVCMvHFRcLo4qv2WBqE4RxRlrNC4sBul3tC7QjLJmFxZs35g1AnKxgi/gy/l7K5uLicbLaeoyVI+X06G98x2/BT+2Ehzl+USLawUs+ycZ9YuT9LQ7CbNhLaihATbX2MxRGjlCzIVlhSzM/W2D1hKu1P4x6e2i/vfzyl6fgLK+sc7MGXgak2T4bIxazPPPBruIBzrBRj2l7wFVMZUWqz9TNlJfNSx/zrIXJphYxGFnGGjlGyNqzUN9jBUAy7mLPZt0MC8tbBvNa3+gLNXQ5MY2jNSZygFawaK3w1hhbTIbB0hwfAwtJWF31xptNT8Up6oGYz+LmQ1xxOefHSQ/bKA+2nEnx54vH5XzPnR2/1NHUYzp3WphIBzkdIJjERZai94TRUes9Sd4wNyGGib1E6NLotZeegxsZaXuLDA23cskKZDkjTTbSZP2YQaJE1aVteWUKjC9N7xlCjji7NElpp9Io1Z3pv6Q6rJLrTcYpe6W31D/rIXahYEfG41ne2TLS08t7AWtbhmIxCvrb8txzDWRxNK/mj6oOf7VjvaJzBb/5PQGl+9AuCsYzWYkgQzNqkyND1J9+5N/zatGi0aoXuPW5PFXxeZzvjX2t3q9V0AoETeFrIUNprSyzA83Z3+tV81Dt7yLBFHWl2m2cCQHDdUdoL7N3L5sd31zIdZxmP6zl2Ir8LUOw8YslzHEz4aJknDaV9BW8Y4YZGBtJarNLKbWwutmlmXz6O1vC6NZ0L83/p5uryhQdxAyIUYap2Tp3GKCKTh9S83UrWeFmEkYf8/D780xHnuqxPJiNs8XkWJSKL1Bj1gDMlUmzlkPrGNb1zabVrGO8+j7RlqLqXv1u0XwyZGN0ogRP79pbdAsKlyIJgPHMZqvlPNY/HYyJzrqQu/Zz/IxWJTkAjWkxpCteWWYHl8VBZFa7Thjem4yG3LZiJxYCqKA7y8oknwqVi7KKxb9f6GWa3MRsL2HdaAv4z47Mrc9Y/GXeEPMcm3V++ZuXP/aZs/rMvy1jme8CDDwpPC4Wd1kTt/ia5/I4lvEVv2+2R7JgzEIDX/y+2WNhsS8LHeMX+bpF81oGXTwxz+V+GDrYxEL5O2kBNk3nc9HLX8i1G09tnejspbhYOGPdYMvTzJ5R+RtWlLIu4l0v5MReteT8b8XGXXjigg57Ljei+MAWTp49sSxjXYhyei08zwVd6Gv0IStnMVdsci5jaXrxy5Tl8wxllqeDreOeyzHO91LO0H7M9lrWF85144ong/CjztaUrBcCu7w4vpCimZX4KL6QhYzi1ePNXqitLzrfS86/fz4PPdt4z7zOM1eNczHYuZbms43rhV3N6/sp6zqL75U12c/ZKOXkCsu4IRoKSsrX48ydDzzwwC87rHs9rvvSMf8Lj8D/D12E3BS6PuWFAAAAAElFTkSuQmCCAA==" /></p> <p></p> <p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--></p> <p style="margin-left: 36pt;"><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--></p> <h2 style="margin-left: 36pt;">Sports club. In French, Petite &amp; Moyenne sections. Thursday 4.00pm-5.00pm</h2> <blockquote> <p><br /> </p> </blockquote> <p></p> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAACXCAYAAABTNxqUAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAFiMSURBVHhe7b3nk1xXeub5pjeVmeUtLEEDurZso9b0aKXRKCY2dkcxn/bD/jn9r8yXjYkdfdgNTexKIzeKltRqx6YFCRAeKF9ZJr2d3/Oee6uSIEiYJsCqQt7uIqoy771585znvOd5fXrIYePjK0ZgwHtJ0yBppJKJ8WAd5xH42c9+lkgf5wc8Hs+WAMxDSyQS/ERPJISPwX08puchTzEG9SOnJgKz72c9wJx6ANBjdD9yCJ/zCWNQP+6AJ4RqAD0qoocC+XgIH3cIn9d54xl5xEiLUQ96Q0tHIyVod/lPVgJ6DOjnhdMn+pwxqB8xXH3ez6SF4K4NBwNLJHPmf8b0OuLbTzTq45Of6QiMQf2I4c34+x3r1nat2e1aeXoeW0gWUwgv9zs2TKZdiRwfx2cExqB+xFzs727Z7uY9y6YSNj0zGxi1uHR3YI3dHcvOzFkymTw+Mzp+EnsxQB1Z4gcgUhw5PeS/SNceEB0dAL3ndKPXNtu5aVd/849Wre3YudfesaXLP7Ras2s791dtsZC1RrVmpfNnbaAb9LgylfR7Bzv2gHsnX5DBPX6r6NSDOrhOOCKG4F84ESSr/us2aPiyJbL+d3v7jq1/9Jd265Mr1h7OW2liwsqlkm3t3LC1a9dttt62q42GNSpTlt9at8r8GVtYPGeJPCDWDXpNVk0aQOOw0doZC/HnjvoXA9QRoIWvAWQ4OQwvSKoOEn1RY7PWtu3d+9C2rv/O7n96xZaWlmxidtoKuVnr1ap25/1bVux1rdFvWj6bscbqliUaezYxlbfm1sA63GNudsZsuoSUzgTjX1I3hn+Pj+c6Aqce1EejGThIUiKb/8dOwTYyNde7a9Ur/2Sbn35o1Z2aFUtLKIRnoc4du7d7zex6z0rdjHVTkIq5nO0fbFjr3rbt3rhqB1fv2Ev/7t9YcWbCqqtXbaJ91rKzbyKtk9ZLZMYU5LnCOXzYqQf10ReMQ1zEpZHQcIPUEDPd/qZ99Df/t+Wra7a337Li3ILlCmnb21m3ja2mJdM1m0nkrZMZ2NzKvLVQDnc2d2272bJCvmT99J599Ntf2mRl2mbKeavCuy8uXGTxlBjcsT/9G8D06Qd1wFUM6EBw9VcmgZrYrNnW3/2F3fn1byzZh1uX8tYrHlg2O221/arNzeWtnFiwZiptrWTK9rt5294za6anbHJlgXskbXq5ZIXlN6zTKlge6Xywdtc+/oe/tbf+8KfWy+UZ4OI3Ma8v9Geeekl9NLsRsQbRWOcs0W7Y1s3rdus3v8MQMoAyVLBuDGyw27J0pmGFWbg0QK+2+na7WQfoFZsup207N2VTs0W7MD9nE6WCDeYWbbZQslp1x9bvXLGZqQxgTlptr26lOTj2WFF87gvs9IMaAItuSD7jJjkMH61t79iHv/yF3W3u2tmFZet0E5jnkjYBN06D+rWNltXSMyiSLVtZPGuV2SmbW1ywcwcNK+fLliyVrcX9iskJa+7dtYODq1audKy307RuEpfNecANoE//AD93zD7yA1+AMQ9gNiweA2iIFMVmr2H7m7et+vGv4cEz+AsxfljTbRbpZt+6/aJNT0/ZTLFi81OLNj03a8lCzgYS8aVZa9UbdueTq1bbxfpRHtrF0oTNTczbNgsgbRu2++mvzC5iw15Y+sIExGGsj5yZ8QlPPQIvAKijsXHHS8LNeNXNTbv64fuW6jYsm5/Db5K3LWzPkwC51ocn5yZstjJvE9PTSO+82/56vRB2muz13bZdmSzbZLlk7f2GVfHVDOZnbW6qYnspJPrEedu5s2fnztUMU0rYJ6JcDLnUx8B+arw+1oUvDqhxhHSTSG3iNwYHu7Z67ZrNpFPWaHWt3YdTT87ZwsuX7don1622WcUdk7OLxbIlirhRMhnrD7FnA+xsJm3TlUmbmZyCc/ctM4RjYOgeZAl0ml2w8tKCdbCkNH77oe3d/NAqr76DBeXz8SEC9oDgqLF7/bEw+sQnnXpQD4CnByCBvRzseu3qr23tygfW3dvBTJe2diZlTawY3//uO3Z7ddOa+L2/96Mf2TKUw93dBSQ1XDsFfcmlUg7GVrtN5B4WkU7batiyJyazvJ62fp/hbO7bnb/9a+vUkPy5BRu82kfQp6xa3bZmo2krZ875JCXG8SJPDNbHveDUg9qdLR5RB66TNfv0539ld3CyJAcZ224nbb+1Z9/53g9sdnrObl5ftR9+7/s2i+Wj0VUEXt+yySLewo6DMA2Qg3QdWpf4kM3NdSvDuTt7PXDPzxSWlWHKusVp20jkLDdRtmnOXrtzy27fuUcMVN+moDTF4gRPBQ0RuB93psbnPfYInHpQB7HID9/03ief2t1PPrZuq26dIe5tJOv0yrItzC5Zd79pP3zjLctgW96vQj9QKqfgyZLIfWgG3hrrCtxQh0w2hJ72Ol374N5n9p3pZctVkta+8S6Om5Jd/rf/3uYw6d0mVuT9d9+1/f19Wz57xq7fuGEDrolN12NAPzZOn+jEUw/qIehz10u3h7XiwApYKTqZnDUPmlacyNn80gUsGNNQC9wk+YIdoDAWKiXb36kahmtbwnTXH6AkEoWXgH7IJtiFlxfg0OfPnLVXOT8DvenA01ONbcs0iP3Atr0yNWMb+YGt3btHyOqMffT+B/bmt962UqXskj4cY1g/EVof8+RTD2rkqtWbDbv72VUbYtkoz1+0T6+9b3kk8tzkhC0sY3oj0F826gE5Wpl00e6sb1h+YpIFUIFOwFygHD24tCR2it9TeBeVBQPaYektqxMUNcDFLoWw3tyz1MaeFRcvWK6Z9Gs+/ugjB/bNz64TW7Jni8tLdvbixcecovFpTzoCpxrUMp3tEXz0/nufubJYqzbt3fVVu3N/3V46M2/tXBbgAk5ipnvNtjWQ1NmpSXsZJ0s6j3sbAA+R0j2SAgTODNI8AS+WgjgA2FmUx/4wa0UsI7UsCmEH68oB7wHy9e2bdv9+3T745Ff27R//1P7wz/43FMyura/ewVGDr300qupJZ218/leOwKkB9ajt96hOR8LW79631199xT75+GO7feMj6x3s2DyUotsgoClZsiQUI53CesEC6HVwnjQyWDKGKIeY8HK4Y9JZS/Gv0w/wn0aqJ0lSrG5ukEwwtDkUP7ROw/hn7dqBWT5j61s1Wz3ARj23ZN//ztv2+puve7hqLle0melJ1oqM5uPKOM9qbZ54UI8COB6kOGewAd8t5ir2wXvv2Qcf/taWSwlbvLhsq5/etEsvv2Y9OHKmizNl0HU79ABpnO4SjIoU9voemPvEnZvQjL39A5uaKHHOwLZ3Nq1e3bXzi0sYVeDbOGC6+zssDv7qpiAkBWvnh/aHP/mRdTeu2N3VW1Yi7UsJBT2iA73ek1bI2In+THB94kH9YNKrQK4fmd6KxSKevkW7+Q//ZJcuXbLXl0r2d//Xf7a3Ll2wmYUZS5Un3KEiu3M2l7ZsoWhp3OHJDJIbaTwEsk2oxk69bldwixczeSwg2Khxl3/n9dcsjyWkxTk5cXI54FkA1k1beWbStrfv28aVf7XpZN0qmPfWPvvYdmv8jqWliO07y2eMj2czAice1BqWUe9cKA8WrAqS1B989IED9fs//EO7+duf234TjowbPDFJsBKhptlG3Qpw4zx8WZK7D2DleYREEwnCfSaQ1sR2/OgPfoxVg/jrfg8lM4P6qYwZpDQLqJZPW6E8RQBJ25JYTtrbVWveumq//eC2ZbB1z118nXzGN22Yn8C60rZXX7uMzZr8GBbD+Pj6R+BUjOqouzmmI22k7/r6Oh68BXvz7W+z0Q8sj9s7U5mz9PSiNbMTSOCmJe7etZcXVggtxVtIAm0mSa5iCg6NaTpH3EcX4OWR4gpDzeGBTOVzxEYRojpMYynJWQbqkkR5lJWFDEf4dcp24e2d7oFdJB3sHiGpa6urNpmfsTdf/ZblZ5Z8JzgVA//14/FrueOpG9s4YCiXy9lLL70EhcBhgoXCSAjYvn/DStiOa7v3kO4N24UXJwFyTw4WTHxdByjCl/IHiufLAOIEKeidPhYNAplK+bzVkeypYt7WN7bwFN6377512YosiH6OYCmA3mehNDpNa0/kbbVaJ6pvwVqEtc7C7Y30rgLS+ijEeuxT/FpQ/MBNTh2o9f1GefYQU14Tx8gv//b/s/21z+zCbMpKiT2bSxfszGzB3tsl7xB6ka1UABv8GOnbB9RdrB0t8WysFFUA/OEH79mZ+XkSCHB/Y/ZrsxguvvqqVXCj7/drlkWB7B70rK5YEwD91pkf2wf/+r7f8w/+5I8sP7sIj1+yNN5IxXcHYKsgw6mcgmeB1ce+56kf0R6mu/f+/r/Y4M5HBBl1bRVb8reXslbfvWu5/KxdOHPRbt9fs8l5yhxIwUTC28QQCx4Z4gjSTrJti9MVK3zne7YBuHtw8oXFEnVAztkQilNro04qIHuX0ggokndRMOeXzxnptzb7H//UPt0m9gNqcmkSQONCl+ED143XHRkD+rFx+kQnnnpQ79Za1sGxsoRHb2N/3fpQit0+sEp0rQRfLuJVrOP2Xt9etVnsyj1RECUUYIPOQks6is7Dvjy/RDrX8gqFcIitRszu1/ctrcKRg47lBtATvJFdlMTOfs++TYDUYHff6pQqe+31eZsiTDWLshrbphXMNA49fSKcPtHJpx7UCwtFm/oP/4fde/cfrf7xdStgtqsnCmSzrFiXVK771z61pfMXbK+6RbbLNAw8RQKtlD6kKa5wKY4hQQA7NnbrNgtA3sC8gpp6LawmCOnNA0sR2beBU+WVV75NaYS8pZYrdjZx1lKjcdMjbQjGsdRPhNMnOvnUgxoN0RKEh770R//J1tsdu/bLn5NXmLW97X2bR0qTm2VDpOoMFZc2V+/ZzOI8Vg1szgC4Q/GaDhSjEtmnRYEzALoH5x7gOk8C9io5i12i/foogUvnX+bcYqjw6xnsUAzFjagcg4JNx4UknwicT3vyqQc1hjwkLqQXIL/zH/5Pm549b/f+8a+tVEhaHQFcwWGys72NOZrCM6WKbW9sWn+qi4MEKwX0pIAtG/OFZbBPY9cjvoMfpHO/j6Ua+tFRHT3KkpXmSP/C2eMWcpVr8gLWMiTy33HtsafF51Ndd+pBrSSBpLK7AV8CCXz5Bz/FObJLDNMNwkWrtkUNvfLKCqBcQjpnsXygTN7fsNmpaZvA/NZoHViG+nnT1NRrUyqh12hZGfc40aW2RyirAp6K0xOUTZgJzY4kn4nzkGVDOZFSPuMI03Fu4lNh9IkvOvWglqgcwGXlvEsPkaDkFL7+b//UfvnPfw3fJfIOq0RhZt5qKIBppHl5asouzCxiHdmneA3ex9o+0nvLtrhHkTofmUzBdre2rQ83n1s4Y9XdDbt2564luWZ5peRGjQ526hZpXqXC1Ocoxxdc+oGgjI+veQROP6ixVNQoidDZ26OKUscOcLjsAcoOsdW5yYuu/O1RFkGpV00cLdVNApMY5DNnlzm3apm9vs0D+hQ2a1yKWE1QEnGxTxDD0ap3bAsTX7M5tPW1HYpJTloO6nG/et/ubKzZ+ZnzNrlIIJOsH3giH0TwGNBfM5qj2514UH8+glMMFhDXara7C3gBcosMlgaKmpIAFHGXVXkDHC0zBep3QB36LUJP4bxpt3iYbXdSXF+369fuUG1p1vA52nqV+h54Ewe4x/cV0LRPxaatPdvHXJhOTtnyxQtw6KRdu37T3r74MsFTb9vChZdtd23Lbt285iGqefj2PCldE5RhOApm+jysY3py+O9Ykj8V6o89qB/kobF9N37dQ5OVlYKlorpLyd07dzygXyazBEFKIBidbYgHkPBS7M4DJG1blES2YlkyMFWkcLhkSBDQkcVCgi8cwNY8Qq8IZUkipTsoil3oSBKPYy6J97EPFSHJtow3MqXSvmSRn4Ob9ympsNOlMA6fP7M0Z4uUBK61m7a1tWVXPrhCRg2RgNCYCy9dsgpAj48HAa3Xx5L8qTB9/H20D/LQ+O/43wFZ3Q2i465cueLgzpOpnQO8TRwuAmKWGOgJKv8XVNqg1cKLWEBiA0KC+BMDgM97NZID9Hchn7UKtuoSSQR7SPg6IafNWg/nS8ELSGLDszzKYwqzXZc4D5VOOGiQGDCBffrCRYrZlO0uNfr6ROZNOiixmGTTdgcJ3kfBLLI4Zjhn4cyK3bt7x+7t1WxicZaiN2fh3qH8wth+/XRAHr3q2EtqPeyotB6tcNRs1LxMwbXrn1mbMNDJ6VmrI2knsVQUkb4CsboAyGScgR7MT067dULOlHKZeh8E97cAXhePIDGlFI2UN5Fkb+UvktJVxkbd6ZDpgsjMU/gmRVhqjzv0UDZbUJoc51agJTNQiklSww6o9ZFGUosSZYgdycLV9/ZuWZoUskKji+Resk8/fh/DSMsuvfKaKqHZLlTmow8/cjC/+trrUWfdUPNvbNZ+OoCfCFDHUnm0nXINq8TGxgZ24jbFZCo2JDqO2ku4t7u2e/u2TWHFKBSoSipgk2+o5hedeg0qoULogBKKUgGMsj93WQQCYQ9+3YCLd7lXRoodaC6XQ/Z3DombyiRxtPToJkCstdK/+HfI/SpFzlXWDHWtC5hZ+tQMqfN8u9du2ipFKBcWFqyyvGhFqqWmqxn7+c9/bj+EulR4vaBoQhIYagcH9i//9M8eWbiMJB9L7KcDtK46EaD+vLQO9TfEnSWJ04SBdpGcaWhBs9mEOpSIf85ZYx9FbmfbUkhlJctq61eAv1jE8rnzUICztJDr45qRJI62fbwqupYAEWza8Gix7gEAp+yYCi30ewkCnYgXUWYMSmabkNQCWSyybcsu3RtQYJKfDEFOBezi1z943ybxNjaQ8Hu9umXW12yFaL09KqN++O4nLKotrCOT3opD8d8//MEPyLD5BMeP3PizdDIItvXx8WQjcGJAffS1hnb33l23cGSJv1B+Sjab960/IVpAPY92Aym+eh+evG9vXHrJ5uanKDmG1M2Vrb63b9XPPrMiybYlFLlOP1RE7SBdVc9DAFaibY9ou7SqpKoYO0FQrnjyECohpjIJeRw6HRaLnDqpMgsB23Se1xt4HeVuX0njbeQ5rtCtYOfaGlw8bz/9zo8IojKbzBb4XBbUbMlu3LiFLjtF6lkeZbNli4uL9u57v7U//uP/xRfW+HjyETgRo3ZkGeh5CbAbVDqSWc7LFgCuem3P6gd1pCpWDpS7PvEcKSohvXHpZfvWyxcBC56/LsogtuQiMRoDXN1Xf/kru/Ddt+G558kYB8RE56mUWIL3lUzbIRSvC7BzKQDIfbOAOYtNWzmKXTgx2ijVmMzKxGXXRYEc9Jj/yDKfwDGT7dQtXy5Yuja07y68Qu3qElJ5yu5DM7aTB2R+QXsIqOqhA2iHSZFKlmORllTIHYVxh11m1uv5BVPj+Hj8ETgRoD6yeKTs+vUbVqPQYgpTWgm+20XR6tLmTdX912+v0o8Fq8Xerl1anrHLZwHFsOGKZrtHkUacJf0WlZegFWUqlMprWJhrYaAAOCiaBdK3JP27KIFD9fFSQFO2axNKDIBze0c5FMKJAkVu+GsAtUkSd53EitIFiPUOBdmR8iXOsSGxIxfftOnPrliHCL9eMWO3tzft/s6+7bCbZPE21qnll57I2g7P38FTqSCp3B6KLgV11u6s2gygHpv1Hh/M8ZknAtSj1OM65jGlarltWoqa/OBR/eg21gtVTtL7swvz2KnpqKU2nUjRaUx9Z7A4oC7S8qJlWwByUKb4I/RhCJhUcEkFIEU/IM+elJKQ0gedyBao2YH1Q0eSBaLXBlhLMkjXJBkvKpuQhKLkoRApFEo9lcwocy+dt89uX3WLxsFWlfSuqi2cPYeEn8DLOIlFhsyaLFntnD/B57ZbDbt/8x6yGfMjO8LnW5c++eS+qFecGFBL2rbgnDs7O24dkO1Y4F1DMpenyx5p1+F9eQfPU9JrntQpKVkZJHBt78D24MuKrpPVJI8dOkuP8dn5ZRuglCXgzWnqdAzh1VLYhqpXTd5hjkUxRErnVXsaMa2F5EorXNqbjrJYMkh5VTMVz/ZmMpLmUB9JddGHKrHa9zfW4el5yiNIB2CBYFk5gIbIsKJiOQuYIvvsPvt0/jp7cQVFcs8XQo/Fo4U2Pp5sBE7MiGmSu0jXaRU751+BXMpimvIEQ9Cq9wWsJsAWhSjBuTutmlqIe4mwNh6/LBSiTHmEFK3iBngG69ynCQXJIoWL8GAVV28Aeu35AVR8DkK7hjSfQAq7FBewuZ88hgK13O8qnSAlMwXvzgNClSNrUkW1urPl186vXMCaMWe37q7hqTyAv9MbhnuvTJasQnuOJJy9jrVGib0FPufd99+zNy+/PQb0k2H58OwTA2p/4ogixJ43yIal4a9yqChLW1J2ApuzFzSHOjTaMuUVsEjsebcAAamHC1wFCpbJI0wRlbcPnx1iAUkRVaeMcbnTJalljx5CMdTUSMppW9YNQJfHIynaoWfQ57U4P4eHMqt4bCUE4EpX8aWsTINYYzY3dpDYlFigaKS8nAMCqYZw9hlAPjkz7dd1cKNnWCiqDHWNDgeya589c+Ypp3R82YkCdYm4CUnEoTx7ADSFW1vSUtx6DpDUFlfsxtVPLbOZtQsvn4O3ztgBHQNKRNkNsS1LsgugXehGp0EHgDR8GfogqqDXBWbRhD4Ab+F6l0Vi4Lbtge8AAvCsePRIa+aiqjJxCOBdFZQUC8FKosqoTfqVJ1M5WyXxIF9oeIxICR4/MzcNoCd5DhTXPu05sMw0WWyDg8Cl33jzbc4PsSjj48lH4ESBOgmgFilTcPPuPQdyDjogqwQRHmK4du7CeUxlDcrp1uzDj65Q2fScpdniB/DqRFqlxZCghYRNkaWSoelQHRuynC+KEdH9JH1T0AfV/OhCCQRQPCu+G6RzqHOyosjRwntuz+ZH0tm5Nb+r9JjoiRi33DFFalG/8q037cMPP7QDqFCyk7RLSy+740beUFWQ2t3e8iCnhdk5mydRoVKapKsB3cDGnQaeHM3RFScK1LJyfP+dd+wGQfkCoKSrlEV54OR4kWfjIkri3bV7ROxhA6al8iQNOrNYGSQV80jJHAFO+dl5JC80BO6dZ/tPiSbjGRTlkNJHBWpX4OQGL6DUKcfQu2shydsokyrQLikuhVGueQVGOf5REGXzTnFdtw23h9akicT71jvfs9s3b9kqz/VL3OY6dD9J7iIu9g40p4wDZqJcwbu4fDiZ41I3T4frEwDqz0+tgvX/45//r/bf/+bvbLCxbVvUhZ6krZsCkQZohXKdVwCritPMUBZhYems7SG9a4qbhgpU8iianKf6en0k9SYF1vuU81UruSZSOVmZsCHKWp57JpCsbRaOK4RcIxd6FgXT7eZcKyNfl+IgSRw2LXkkWRRNiq/35aEEqHoWeTo3cQ7VqOzUFdXB8qJMnIWlRar+YqNmce1XCVvF53mGEgxqWhCX2ONTfQeKj4eFpz7dtJ/uq04UqMOksq1j5/2zP/v39j/+4ee2ubVu1bVq4MR6HzrSAEwKZtrGu7gP9SgB1KzqQ/NDVLWXLcjhiNm8+pkXQM8ipUsERe1Ty7r2/p5lsISUL523ygV6uXBNDwuGdgNlhKvO3lC8mgUiPqyGXPsESslGLvu0KqjuENd9b23VagRGZeHW63tV31EKgFhlGFLQGfc/8mUWqCmSuDBt9+u79l/+6v+3C+gFS5yzAsAzBFDFUj0ufDlQTDc28fHx5SNwAkbnyKd2FK0HLcCq8Sd//Kf23/7yL+2jWx8T7A+T9TxCkmAX5ojSo3Ydx2p1ww5uH9gkknuFrX0Ki8NUGgsJgMwT21FDAcwDsllAO3P5Nete6tude+tWIy+xzGdkVmbomQj/hso0sCU3qVpaw629hu1ZC0cOl7jx5xY29PuA+QCp7NRIsdvqJSPvJ/dIKZqKRRdbbwR0FZdkQ4B/F6EztI/GDKjY8DMk966QdHB2ZdFKylKPmoqOAf3o5XzsQa3oOFU0CiKLH7ch0/+wM7D/+l//wq7euG6LZ1esDkhVmLFEUZmpeRrdc8hxsQyIp7Fm7BJLcY3Uqqn1EgmyiyThdpHk69bGOpKWF5AYjBRxF9mZir12fhnvet+2767bDbJVhtCPKTlI+Ny6OnJ9+gnZM5TiVZ1pJLGSCWITXxWvofIY5eJW67oVzHNDugs4/QHUcuQMca1nAPQQhbPPTjAkgWDIoimwA7V5rn2e9/57v7N3+NwyzZZkE/fvgzLqtvLx8ZUjcOxBrSAhHT2V+CLAKE5yuoWyeBuJWoGbqslnL0NCbAmgYObrIx1lGelDRxqR6W/hzLIVcVFv3F+1u+v3bQqnzW3irpeIuag2qlZpIOGzUzbYJkmX6zNw3+JSwV4pLds2PcjVOaAP9bhy84bdI2hpenkBYKIsJnNkjRfcepIH8BnchFpMk7jBJZ2H7B6KJGmz6FJEE/agFC2eqcjrMh0OSSTIC6iqvsp5iuMW3167t2b3KNXwrcsvu9NJ9y9x3zWef4k2eePjBNOPUFQXK4IDOhyqOPoX/8//a00mO0c61kD2YLyCcj3LQSLFTtIyrRZxat2MgqZkgQTBQ4uvXOL3hk2QNFtZaFHu4B4GQZwsGXYEZcBgtegRQdfeXaeexzQJBhUr0U9xh2Tcba45C+DWke5KMBDNkUNcprkmn12ao71zYRmnT8MVzATRfGkKhDTZVeTUcYuJXOk8q8JW2+wO8wRRDYk0HFRwwij5gBhvce8zuPBdQVXpM0Bf4Htt0FN9C5v3NDVGRF3Gx8NH4NhLagFaSQHekDNiIJvwTiljmQKWBEW2URashVduEuk6hVlMsRwKdOojvZPEgjQBtCLt+vxeh0OrjVxeNm/iMnaR0jXu36J8wgQcWLw8TwbLEIWsiz18I7PO55SgK2l7+dyK5en98oHSxwCkOHONBaLeMHl4cxLJbXzmRJbzURgFYlVx0oJT+w3FYosbh1gSFiLPJIdOAotHHW9jl3tOIPm7RPGJk0/RA11OnbBT9Uhd26TY5GRoVjo+vnQEjj2oRaMF6MNULv5OAWLFXxRxiWcl/ZhwgUTZ2YqnrtA0yIOMZKWQggWdULXdlLrWIoV7SO89gvj3AOSAoPxtugkM7m+627xE6Khs0RmkZXYqT3NazH2sghrUogdnF/DVBfeAkNd70J8k0l/OmEn6x0iiKphJVcZUMVV2cEW1qph7H3NfGmohM550hAQSmQ+yKqQjsUcPRimWgL5BresGseFZuLRacsyUFcY6tFtQJQF9gehDff74OMH0IyYdIQk12G1nsWzMz00BVuQxb/SRqupo4bEacOUW274A2kf6KodwAIC6WEcwUHvwkuzI1RaKXnEKEFNpCQVNSbe3+CkAypKi+7BglJS8iwex0zmgW0COxAOoDCGsvfoedUWwYR9AFaZSdv7N1xywGKqdMiTh9W0sJDnVE1EkK7WrFTDlTZawfohmVGmbIYm7SIBVdZ/AK5n4cNGTgmOJ1sC+99abdob2dNzU9WPlSioUQHEt8nqOjxMM6gDlYAFR3Tp3SQPwH3z/+/ZXf/M3NkPV/gTWizLOkrS2eSShJLRH08lUghT1GA6ZzpR6BaCVxS2AeTw2FCBJMFQiA8i98GOPcmPU+wDEPSRnRr3IZaPmvq2uFE+SBihzsL25y2fieZSExgrSkuNG1U15hhYlF9rcQ/292lChIrRIHXOb7CLbUIgutnPRCGXSKNdyEm9ihWdghdpuvWpzOI3OUvhG5p6+XPeyggDqWEKPq6d+9ZI+EUs+ZAeGoP24CP873/mu/fMvfuF9wScp5tiHUqi0l7JVtO2LE6eQlAd47NwMBl3R4ughed21Xiw4T1Vwk/IcFTnXVcIAn5WHQ08Ti5HQwiCnETRhwkOxS7TtM6jKBDvFNAtiehqwKxSW4Kc0Ejgn1zq8WNnkCTyUCqZSom46pfxJeTyhPorX5hlqANtNjksrmO0o/E5J4CZhqa+/8ir1QyYJdWWXQGnV+tShcxX74uMwrp3wlag+9qCOPWiHhV5cyuKsYNL/05//uf3V3/8z4AU4UgoduIECtNnGu4q6A9gKKe0TD6p+LYoLlfIlDu7WCPIVW7jJywQV5QB6Fwkra8Y2hWYUCjo3OesBTVc/+zQkCRD5N49knsQ50uS6Fs6YA5wySgEToLX89Mwxpy+yQBLpaIeAE5fhIxMzoXyDvIstXpOrXulkSzPY2HmGFcopqCOYaEcMYu0s+vzY6hE7fMYA/yK+jz2oYw9aXAfDywaIlwImldZt7O9b40bDFl8641X9C/DSfezKCcVPix8TKSfX9r4SckUF3DsHr0aaDqEMO5zbxiKidnICOwwAsNNCo4rrG0Vyj21fIBfgxXvSSlaAexOBjZ0ajyKKoqiFrvNsdCUsKPYJSd7jlwnFigiQLKzC9Aw0ouTA9FhsTH87G2TuwLfnl8h4R6qfWaF5qMJfUSB7JPSqQ4yktHaVPDtRPA5jMJ9wTj36+ErR2lzf8ir/Mnm9/uol+5ff/gpQdWkFvkgZLwrEUIJgj9SoIpYKSdI0cdOq1ZHF1itjnywiiqYTsA4AjsCVPACkgFlgEXCaADnrVhPOlckQpVOlfBtkykzDf8/ixVzHe7hZq/qikKlQ5kA5fYopsmSQ7nWy2hNcJzokZ4xiQ3aINZkYTKBo7ngW+TJ9HecBe4WdYhHKk+Y5u7TdcJWYBSHC4RYgt6YE2/S4zvUp4NRxnJ4Ybx9lrVrdtoLoAtL1ezS0H1K77h9/9QuX0h26AQiUZeKSFSXXJvhehyo2TXC+ij52VDEdAArA8wu4zBehKEh1hY425HyJIu4UPaVyCgleq8md3ivTkpnCj5jsWmtrNkeg1NzEIkVzdu0TGpFukZLVA3gDdoYKJc7OnxGNoJYf0rkET75LLRLlSArAWSo05fNlFN0JXOnzNkcjURiMUwwBWlJZCQOy9ozSjlFOPQb3w8F97OlH/NjBmJcgmKjuFURLnbLNI5VTAPrNNy6jyHXsU8onrK9mPB1KYaApQKyAe1k+lAN4QLMieQKLSPg68RY1lMi+snGl1AHMRa5TBwHFctSgL4rNaGOm68GvW5jdfvfJh5TqvWjnzpwPNe+oS92vt6jCNLAfn7+IcRrprMhAKEUDD+QEUXrzy+c9oGnIDnOOZOAKlGWoRqOVGVuGly8thjgVWUQUEaAFmYaGCNBpHDEDbNxSdB/0II4BfcLpx1HEh2FR2PUyXffX1slHLBMlhyUDBfCNS5dxaZcJWrphn1GBaQ7XtrvQyQpXsm6hQutmtzDUvTPtHFt9GSm6RujqLjShi5t8j4pK/SZB/mwNOZIOivRPVHPRnWbHOgRElfm8NLbwTmvbXr10wa0p/SJZKspJRGrvAsTGLWzOLJZzVIZKnJnB2aIGz6SNEXOtGtdZwCtATp6Z9II8UlbFxeOw6bhKlIAtQOv9B4OYxnHVp4B+xDxShfCkJEryyXqwTkqUKv4rql4K4BmSVXNs7Xfv34OzEmPdpGBjZcGq8G0BvMgWr9K9G/QK391F2ivKjoWgKtGd+oESW2iTwZaPhC7h+EiTKbNIC+gsnLvarcN9yxSyIW4Dl/z6vfuEpE7ZPnwd44Yl9gE+91E5s2WKtZ+ZYhfBudNBequMgorAS+HUQpQTRc+vQ68JtJLQ7gGNIvK0kGWfVkmIBVLYPqdXRCa9sbJ4wumHJrBNSpaXSoBaLFPTWbl/t+7cs3km/QBFrYniVy6W7Vuvv+l8eoMyv5vrB17FdECuooL6pWgqwq7N+/tI1MTmNhYN2mHgWZRiqBgNJeCqx3iG0gfJs3OY2CZt9UYO/jxBYfV5m1QkoKousSimiLRrAnqVBytDayYWy7ZJpaZ7O3fIZCkB2p53NFCWu1LN1PErOINClo7Hh0RF4vWvIgdl6lNglgAtXeAw7sWTJMY1m75aTp+gqqf6IgKArB7i13VMeQrRVNTaOgH9M9h4Vb6gi2LnjhC8eBXyEdNZQlQByu4mia9VzGOKv+C9Fja4bIEEgGkkJHRjAmvF3nYVy0OdeAu8fUjoJkVwEmvbBC217dwMZQtWFqjrgfVla8PjNPao0VegKqpqjBwQ4Vdd3aJuH2XDKlAfTIlXblCIsjhjr732mrejUw1tmediyqEKrQ5RufoB9Co7iOI7BGhlvgvQismOjzGgHwXn8P6JUBRjx4t71diSNeFDrBCa/EU8clIc70M5VDDGJTnV/8VXhZj5s9AADNgHtIdrwadzFHTMDWG5ALZTbdnqNIAmznkLuiJnyzSK5ECt5zCQdDOUJ9unXnWtTUVT4q+vUUmV9s19IgNfe+NNQlInrYHEvkV1qDotMRIZFgOxJ3UcLgdYN+bOn6Oe30W3MbewbcfcWBLaB5/vIze4Dn0n8elL1KoWwGUC9O/AMVYKHw/M8VknAtSjBchniYtYx3ymrgECi9fJU/tlJNwepXvTSFBt9QKJvIlqXrQytWzdMtITB4oCmppEwdXg5dXNLfvs6i3r8voBeYYKFKojHZWPKICrimoKZbJUmoaudOkeQHb6xWVbwWoxPUEtPGRCQqXKaAudhnKUcKLIMziHOU8WmDTBVLJFC8xeQgEAC7iyZIgvx8H/ArGe9/x5KrBKMeQ5CiP9YMYS+hSCWl8pltaKdlMN57XVDd+eVWZXIJaDQ6B1SQ1dkJh2ZwqGBYEVI4iDXGUNypUCwf7z1n/lvP34hz+yX733rt1YJaYDyqCs8QZmOtmx5SVMEkQlKV0hmu7cPEFG1FPo0ix0vbYJ+MhOp1zvhbN4AQlsCkUkcWUj6ZvQEJUHjjmzFl2802gxDqJ6IQK0zIBuhgTwUni/7BhL7McD97GX1LHjZVRan105oxYtbv0o4thoULzGK5aC3CNHBZ5ApF5PhR8BeI7OtlIIs4rF5pCb3XP+MF28cvmi7Q4OkM5kmOA4WZrCGQJfV/Sf+pTnCGPtEcSv0Kc07ZlVryMNveBqKjhp1cCJ1egFU7PqsNdQWOVGVxuOHhkAeg4tttFij+5kiSq3aqfRoX8F+C8rCjmW2KcE1A/T9TW5586dIY5iwm7eplGQl+BFAcO2rPIFythWIRqBKa3CdtEhcCuNSvEZkt66j6TxMsVt/vd/8yeHdEbAkmRV/DWhUvBk2l0g3SVJ9R7RS66NCLBg28NV3aKhz+GzRci1AHpR2w09Xwzi0cWp3yWZRTdiC8e4yunjAferzjr2kvrLHl6AFP14G+px9949LxZTQCHMKvxTcc2y++pHNTIkRaNDRW88kN/twpjvoAgCcBzzIfCJ3youRDxY1GaUOnhLDgUrqZcMz6C/YxOdXtfvHs/NEaddxSWA/TOVPxnRKd1D9movaDk+vrYROJGgPurSBW8GVOpoJSBu4fXrA1LRiKHQq063uKRTCmCS1PaYZElSKIniV7FiPLilC3iyPMSePI/ci6iCRj12ksSL4HCxcF1cjy+WtrFiGEvnUdDrNcV3KG1sTCu+Njz7jU4kqD8PAgL/oQmy+UqqeutmTGZxdsthZ9woC0bJAHG1I6cfIw054xjlWNLGzpFRynBIZaLMmfhv3Su+LrbKxDtCfH38vtOlEcrx9U7p+G4nEtSfnzaVQAiZ5jpEScR9Y7vvYRx2FGQv4MavxRQi/jeWsM6boyOWrg+DyoMdauOSBjpX78VcOr5WQJZyqtfH0vnZLb5TAOqjMl4xUMSFg+26jeTeDwmvohsRfRBoVSPEnTi8LpBJyutnVFGLJXrMjUcpR0xPRqlJzJ1H7xHzaKVieQTeGNDPDs3RnY89qB+VtjQqeR+04yqoXnEhAneduGqPhuMQ6L2CEpQldls/jGKMSuvDfi8j8RcC+6iC+aDkjq8XoOOgpWc+o+MPOP6cWqCJgf2w+Yqlswwcymh52CFw60egluInL5+uG8338w4FETWJJbvO8eLqUdBRHHgUewdjanLI2yMrRgxuLRS3boyDkJ7rUjv2klqj8TigwAH4yCN2V0tCq+pTiMkI1o34GJX8sXnPOwwAbC2CmFo8LM45towctq575BONT3gWI3AiQP0svrhMgVLaRmMsJK1jM5wkekwvYtvzw8x/sjuP+fKzmKGnv+cLC+qH7QBxFJ0ksqT5+DiZI/BCg/pkTtn4qR81Ai88qMeRb4+CyMl7/4UH9eMooSdvWl/sJ37hQf1iT//p/PZjUJ/OeX2hv9WzB/WDHS4f+FtRFgrU/KKZ+bA84iMm6HHPG71NbJcerShycnEgx5P8Ow+O4WM1F33kSfLCesEGr/+tJlLH/Xj2T/jgSB/+rVIwChM8LKse4p4PZye8PiQ8NJjfopq2nxvR0Rk5ipkO1ef8qocul9GGm8d9gh79fKoNqLPilhlHYxJGULHaD/NMhdBcakZ84SM+rzyrmn24RQzoo/cfuSIe/fjP4IxnDuoH5ah6sejnaKjj39zP/fmv6Bj/qkf8Mjfi6OtR8fWHTuwzGNEnvuXoYnzYxY9wlSp1x9fuQ8bpKzGn6zT26gmmnKD4+lBjMEiUh8uF8P6jnvuJB+Jru+CZg/qLgloV8WIprO3sK7I+OE2QPHJiH33v+KqQRzI6Aw+OTZgAbZ06wueNPtVj+Ne/tuF+nBuNAMofOF6UX3KtC4IwBgKnXxJ/P94SXMNr8RHOiceUuMHD9+J3DucH6a+Gebp6gFRPkucZDsWhqzrs43yf53/OMwf1w79SNNBfKoUjoJLF4oH2X7jJqPyPQTpCNUYklO+wXuH0wbscF0nzJYvq8OWvRs4oFTgE8wiAv/jaESmJVgIDFMaiP1ThtBjwqsWdOZTg8SaqCF4J6uMKaD3/8wH1AxxklLOJMwe+TO9CQkRVDqytnil0wlJuYKNV83/VGlmlBOL4jBz16TxajmHPUoxGhcpzVBR1Fzelx8oUginmKSWWjUoO8AweyXeIkeMmob+4/B+HsR5RhYiGOCqR2XFeJtVgYwk+YLcaEpylHE7vpMM5kriUd/dxr5OV3+pSCVbdfBlbVYcqJc96r508pdZIqndAH8r8Y1oG7fmA2gdCU0SjTGrP1ehtslXdpM50leLom97i7UDlcwGuflcHKyW0qotAP8PgR2IiDglV0FGiS+hol4AkCpR7ML9uzyQJsylKFmQj0C/OvWrLC8vEVS95MfZYkw9Vzb9ZYD8Yf60qpz3q+HUoYaY+jT2y1AW20XIKcVmFeCzyVGsdzVSPU8bi9LIkGe8e8+0mJtEIqrYiJDoUm1fAVmdI1wUsGykKWw4HCIkebfMY206d4WzXbSfxfijAw9hNUhBzgZorwV6lun7Hk388H1AzBFv7O3bj+jW7t3abVhV7APjA63UAc4BMLLOqElHjLj1FazZAWRdKU32b6ANulTSIsrRHa2jkVcCGUrsugpEmakOREHfmZ0Deoopw3N/4iM/8mAI3JOAialYWL1AT7zxpX3NWQpInY0n+nKmfg5PQ1z3KmDXpGbOvTBzGpMui78ni4wtOfWqQrpFEHM15jH+vdtAqovdV/le1TRRSG6ekpXuUM3ZZzZioQpQWjreFVk1C6RpkDlF5Kp1S714arWYp26C+6Sk1ebpP3W816M3Z6uaBfXaza9//7k8ovHPON/mYijznoXvkxz1zUCtu+ca1T+zaZ1dtbXvVNve2Kf6snoF0wZqm5XJq3ihDTt9vCqpTIre6R/1oBdcDuDySupMXH1bPlLYlqZ7kLZ0BuOiG9Ha/NgruD7U3OAOFJkmdPQ/iNxYK/cDTmmik33pj2zavbntRSHUOSLIApii0vjB/lmpLKjJJC7mUanGoNgj3A1yS+vFeo38D3MLP4QDGXOGQMwTldNgL9fLa/QYUqsaORI8adiQlKnT5Tmof3WO3qbUAtOrxaddRb3UtOCpADQbUM1GZB3avITrIkLFR2GweyqWx0PfXoa66+r6NVtOtePliKNqjc+IuZKrmqkInaYrxZDRGuhfFfeIY8jSFe9RleoCA6EIBG4TfUgGF+t9Fm5gr0Z6vZu9+/L79O3Y959vRDhzs10F6h8RmnvdxuNMj4fl0JzxzUH/00XX76OOPbHdvlZpzLcuWKZI+S726iYr3QPGyW9RoVtMhFaMp5EvRYDNoSG9v4axkVW11pIirdJiaCan0QaNHilYuAF3qpP6nzli6p4DsrzNxDRqBSvDnqU2dL6hbJwMvqkJWilplHFAnb+fGR17hX0m8mWSehVMga4XwUyqqxxkuKjwT6nyEungCi3qgi8ery5Y4f1J9X7z82dB7yexDrzTpajfN1/PSZGmQQ80mgMWz7RyQL7nHSPC+qBeFJAXFPmArq5Xe3Io3N+1Toy+Z7Pnn01AmgD+yW+hZVOdagBZV8JZ7UV5mj2u9NASgUzeDTCTVVedbYxN0RAmOqDUHu5vurU5mnk+ZLHs7tCRAnaZ+4fbGtn145UP7zhvfi5a0rpXUDnREP990kNgzB/XM3LQH0U9Suf+gt+9N79sMYJsyXklWe1KKotqwIXnFiHveiJ6+LGrbpgnBpKVB6yMB+kyYanioLXOfmnYC5h79WJw/S7oJ/FCVnPh4tGDUGkM9vzXZdbZ3L/rI54u66Fxt85LwWSSj/vYtWj1eWjtWpf1Fl97iLvF4BjeeIekEYimnOneHHi6qvqpDElC5j2r33EHSqf1GMkMbaBWwgR9rIbbZbTossg7tOTp0/8q0uCtNQtWWrgf10KJN8n361MluF2mLoZZ5nhwcCut4cUmeJK4WpYaoXqydf/VeIipx1o0K7ug66STeKTcWfPwt4Gmx+piOFOARhQugDKI2xfd1scH1LeYkRzPWGp3LqvvbNk1BeyXep+E8o4Fh33SQ2DMH9bmzs/aTP3zHfv279+DQAIaBOqjt0exnCBiK1K6joQ/5gxoIr5SknuJMpEqDSZIX1PtQ2jqt5jJwxqwaffK6ikBqC+8AFlU2TSB1MyyMAdeqaKSAq3v2pMtIsZSCxEJqASS91NCWztEeqKwufc1pfCTKI9FFCT1LlwA4XHNAXbGuJD2LqEgXgCwKlad/6TP4LsuVeQebrCohU0a3o5cj+kCGazrQBzU1TcDnh5jMalRmbaEoD/RdtWNIGebZmtT2K6OMVejcmy9WLE9/9TRNSNV1TnV5JH2VZ+m7VFRcJ65bohonek27Rpw/qZ1BtQVFA1QXJbwfanwfZbTzXVVkPiof4TJbO4AUy0gJ1FcVoKn/Q3H5Fo2ZaMfKYrt241N759tQu/TDC1oGJXjEzPp0TOKprnrmoBbzPH/2nG/N//rBb+GKSKEkTNAdAyoZoO0KaUprNkkfWTwmipT2AsgdZX8DZk3CUJxRVfsBsiZZk6PWxilGW5K4R6XSdhtrgSAPWIoFdbUtQl9QRFWwUbyP9yTpVfuu3Q7OmD6g7WP2qif2UKLUEYDJgIIMeb3JM3WGcFRJYSR1Bj6cAdTijwKZTIaotdY7YKlGi0iAcG4LHVAZhnSW9sz+VHT0IqN9bZUSadTCVpfbqQo9FbVA1bmAJdKmF80+/c+HE1Avqkzt1WhXBzi06F3aS9LzPTyFzG2ToUW1xsoVTwEJqTlkd+t7IyYBOXKzcLo/G3y5BzgPyz3wPYdqbS0JjVQ+fD0q6eDfC2kvqqVFJQle5NmbjNXtu7ft4rnX/T2VcBs198XP91So/D0veg6glhdqYG9cvmw37nxqV+5esRRbWDIDd0arhjBGTeTVnJ4eLKIOkgySzOLIYgj8ra05iZTWVh9LqC4cVPTCFR/ei+vaiUtLUtWxe29srjrI8pT3ctqgBXIIBBV7RKLynnaBBFJVvFP6lExqMi+29XwArtrY9d6KKt9boJxw/FnqKBAsEUGCugKobTqiKBB2zyhXPqS64iZyKSvMVKxACeCUbL98wSz8tk+n3T06j+XZIXJIwi47yABgC8Ayv2Uws2WgPFKSpYzpR5TDzZsRhVKTUu+3DkB7tBKRniKQO0f2gvUCryS3LCHB8qFzpEe4VUmCXZuidAVVeNVCdv0hmAXDuPM6u2iRdDe10JuanGdxhg5j8XHqOXVgZsGe+ZMf/Niu3b5iLYqel2dKgUowYDpDW6fTBUCWUMtlBrkA2BoMuqRDvGW6xJLdgf9nVGKXAtRJcWzusod1QZNcKqpeNV1ipTDSeCjdR0KxBe8eBCnvW7R2CmaY5lmAWZKIsr+01ugDhm4fvoutWA6hDmDSZxfTeZuYLHjJXrcm8H6KBbZPsXWBFmbr9EkKYxtlb5+do9/btYsXLlgWAEiv6ALCidQsoOf+WDp2sQS1+c4VnrdAz5mZpQWbQhnTIqvvNrzi6mfbaz4OyzOLlpubZ1GJy4fdQCY51wvig3GTdJYQV0/JoXo6arQksSW53RuolnbBmqND5tPYTCruri4JcokPenIbRo5zBteltK5nIXS9PmHKmz2trt23EuWU01hTwv0/z69/T6H7VJc/c0mtoVedZpHb6akz9vZr37VfXfmN25ITSRQj2Tt5dJnlZK7SJHl5LqSEFCsEntOS0Rob3YgjukICUNrQCR9wrpcklpSUlaGXhj5ALXqq90Gjoza8VUCW9SLmkQkcOKJA5QpmPBS2DoDrocyJS4bqTZwrEMOT48mX8zjJli2ToChQyEBX30OKs+tvaKY8mc61s/BwANZEccQaj/Qt4IBCiazReAl6I8VyBlPiFE1NcxMFW6OVXg0lsghIsoApV87SMm8SywPdwnjOHp8TXEzh+eJ6JaJzse3arS0CMu9LofW6KRGOYyUu5uWjUlXvxZxcklqHCsfLUztgUQjjGnKNryR9MUNH4eo+7Uk2MYkujMSGHK6ypwLl73vRMwe1A1oHxnx5on7w3T+gsdB9lDa1SaZfOHRj0M+zzUI2ElhEhi3LDMrB3snAep1oDnFtL3mrrZSmmbKSeA08Xu+1WDhsrapX7QohEy+unESpmchPWa1X84C0CrtD6LMSHBACYqqucr8sDOhGq6mtnZ8+BAYJxqncL7SDC1ZpmRV5TcIRyiDJVpVExXwoMIgGSFktOQdmcfHvUIuKBSrqNEU3r3pjYLuNPh1x5+2tCys2P1cM4QBI9vvXV/17TmdpcASCRHFm5pZDezquP1A3Ar4IbCtwYDUulcWEF2Sdkds7LpHmFh0Vncd64+XORJFGwnd7mCpl19B5qmDltU1EVbQTSnHscy36iixLHUyesYdS1EVH1ncIuovlk3Zvg/Z7UzM8Vwh4OnLKfDPG6mcO6sNVFw1oCYn01ltv2Xsfv+tAEngUVCCznRQwta9QBy79LrBoYoMHTHELTFrk2VY1JilQspCkZOaKTFQy2TnPjKTO4vwikm46KjkWtlNJobjMmLp56fPkom81BfZg95arPaGun3TpSsfmP66VZNT5SbZh0aIytu9Q2CZwa9mO1Q+916lZLVlD0hYsCRfXgtinR2O9tWcyXs5ASaZmJm2dJkzSCSrU/qvMz/jnBm8gNIpz+qJFcHvRJ5ktk4yJaJVXi+I7pkQxnEujVMtq4eCNqJzqdLMrxdJ51DMp65LGuI3DS0peCmuULxQvc6wFHUyFoi3+76GpL7q3W5Qw/bF7aAe5de+OvXrxso/vkcJ42kEdOQpkLb382lt2b/W2rcMX3TggiQzHlFQXT5ZiponqQANU8V+0xI1Dkjj6W4qQqv271s3gS5IKzCho4uJx3IesH3q/NBFWgjx4gcqEmnpudsJ5ozb2hclyJK1xgGjbBjwu9d1xoyKUSCgmWOY+gcttw0jVAVaUAY4RUaKYnvjOwnwmuaZZq/ompc9a3VnjOzVsnpZ0Q2jJAYAqTS+46U2FW9vEWgjAbtVAIqtldSk35UquK89ybaODDB2Q6CGc6UqdwKWxiezN/rfGy7NVJKm5Pz++6ILN0YWB3gtUQosCLh0Jg6zvTHG0XhjzOOYk1PpmEBhvt6YwRn0W/y6hDxvVdVuYXgzPE33OoVB7jr88P0l9JLKtUijbxfMv2zat2mTmSuEyH7Jd95ESsv3KDKXt113D4tVsgRqkLiBRvESwo7LVM1Hi0Dok4YbYhR3k8mwpHsSVI0n8IHUyKsaOW1oSNl4Y4reiI25OROJkaQst4PQAnFrUDbzxZ8SvMee5g4PP7vRoOCqLI1iPA5NkVUlxD4FHW7/mNckzNPH09WhNV5nI2WRhyir5abrpTqEsz/L3BJRkj3MU99Hie8kag5WGzxJH14Y+ZMFI53CgSJmOrBGhiLzs6WEH0qGdJoyHPJeyScvBFRQ4B6rrCpGFBEkeClfqfUytbjkJCmUsmV0x94UhT2743R03WuQOfFas5gKrzjrNWKemoSHc65s8nhuo44kPXzZBR6uLdv36dTrD3mJMULLgZvIja9BTTKy8JxpcgTxs6vxP0oEfbY1pcWyfqKAsSZK6pNE1EccVOFzRc8ke3tcRnAKaOCgM7nCpsgPAUEdBk83Y+SO8Oo/JsVA88r6JxwtgspzI9pXg+gLdAHxyI/ozVFddqJS8bG5DVs8YFD05OVKcL/d0j0nP0x13Xm2em7s2xIIyRJFMJ+DM6rrrny9rJ8o0tMDbfPCd41p9rvj598ASodbWUTx0/N1ihdFP4vtE3/pQusqLKs7vCyYyAR7ap+WLPVwk0e/6DJksfWFpBcjDGMZQMr1QUJdgFhRUTtaQC0vnfY6/qeO5gTra0Q6/51Rlzl596TVaKe9ioUBae2yEJl5SIXIGoOR4QXXZVPlfcIWHdhLBWaBtVnEJTFJUnTTeFjWxruED5lh5iqWMiyZt3po8NxEKNFmUN7g5ip52iTaev8buthG5GZw2AqlUV91TAtNjkiWkxM/jYQy0RLEdipZzCwS2aHHXHOd4WAAOlwQgny3NWA7TnyLzFIYl02KX7yNHUgInjBRnmd4kjaUo6jNiG7TWsu4t06Grr6IVUSxHADRPGklb9whqfMLDBkHgkXnh+TUEsmSIAgZzHON6GFIadoewQQQ7vNMujW30mgtq7hfHYFerOzaLflDKETPyDQH7OYH6iwqDgPLyS6/Y3bU7trp9yyMtpaFLeipkVJMkc5Qe0EEcSYbA7YK5ShcF22mY5HiLDdttCK6RnJIyGis7sbT2iRQnFKCi5p2YpK2h+2t7VzwJTpYBsRmK40jKLT7iYvYt2Llv6MKr3Vifn0fpy0p5cuuAbMaacKR+EZNcoWK4OaEMxIGL7yaDuawN15eEz3Ct7MpaBLKBlwjughO5rb6P7VyLOugUGhT0DxagL87oEEw1Ntp1PietHbyRksz4BroRJGmsUOtZPRZErX7d1q2oQCnu2imi0F8p88yLvKWyxxcminQPDvTHF7amhF1ydXXNXrmoFtXfjLR+TqB2mRAN/dEXLRLncHbpnO3sEber7ZftXh4sRd4IMB7OGOcWugcsbIMCoYOKCchIM+c1UYN4ImWZiJU2F0yHExoH6wSJ5RMrAEemrYEWT5RCJm6dI0KticWixbaqiZM0Zc7CIgM8admDE5ynqDl4uzinpLSeOQ145H1MQ1eGUJREZcJaCkoiArCoEFriSlrZgRXSFfqgEyZwkLAGyrLWmjyN+ErxYh5w7+BlFd0Si3WrRyydtYOIWjmtipwoEQd2CiVYRVukMyYJjAjg8WzEnDnm0XERet3Se9dIMkcLIJj6iGrE/S8lvTxZgTZpt4wkvJxBLLrqXhUqVyPcofKNwPo5gTro4g87zl94xX738a/dlGfEHPcZwHQSD5zzY2318TYfzFVSAhU4oklw0KvbFn+oPXOszOh1n3jfRoNEFgj1BGr2qSNsudpquQfnCdpE51sJiuCTp0mVUwbFcAqzmUSxO1l4T20UB3Bu3TqDh0RAzqhnorZnuZNQ8lKyWCDZGgQl6Xe5uKXwdjinjtNJvCHRVlJD+H7pXMUm6JveY3H3iWGRHVkASct0yHMN+duhKxqgJ5dH0W3LQTH10FxJeKctwcoR4qcD0GIwx4FNAqpiRhJuwuM8BIPojnYKRUc6rZHAYCl1+cK6n9MhRvYsnX9lzuvrvHSkOCp+RR5cNWgivufqnWv21uW3WLCMXTz1kak/4CAsxGdBUZ4TqB+KZ3+xPFGyb7/1jr3/8S/dJMdmD2jqHtnmDoVI8465XACctPTIIgG5Cz0TI0Uq4oP+Pnw6CeCCaz3yWiqUUrw4yuGTFDy040oUR8AR79RukYEWaMElMHnJpCYsu/QTveBeIUB+JBDIeRTWGsWwwNMLim+JJlEmPoFJeoJ4e+C6Cu4PJsaEtgE5o6LdyQEShcPGfFqpbiGOI7jHXXn2+2iXES0LcR3BCBrGKKZchzqFzo+4t3SOoF4EM6lfw6Wup/hYMHYKkopAK64nu7TzRXlVGZf4iHWXEKvTg1retUtLl1xJ94UV+eHCc+n5nk1xnG8c1BobGe03N7dsc+ce2ryyP7CGKCQymrB4Yo608mDBcO6p+ONoUsV7JVl8khm0EOwjzZyJDavAFSTRFdlafWLDCPu86Jrwp6SIbCLEXZem2WKxiWNDlkIkMCpIyBeZeLE2eW3PgM1t6gqIEhC4/4DdI68uvE6BtDsAXv4WHl2iu4lMEXpx2GoUNOSOHdm5tRADrYrt83r2mHrpX4He0yNcWqNgiuM7HQigbMmRFVl94sUnZfcQ4A7co1002Lj5GxC76VBmVad62lV4/EivcEGieBdiZZzqRK/rXPfaIrU3aLM9Q7BTBSuPx+vI+jPC5Z9V3vc3DmqBSNr95UtvekJuH+eDApq03SuK7IjzxZr40QRIYsseLHBIUsdHUKSCrVZD7zEh/B7n/SmbOlYsHeRcIKdCmLUjvq0JaOneLLBkpswtlUgQFEZZCRzU2rIjkDjT4aNlunPF0S0lUd9GXzR6MBYLkXkpXS9KA/IyAEc/LunkzVMn3gi8HjanayNu7IpypJ8EsLkNVEG84Rotymih9ng/dq74943AHq3haAEH+hDHgrji7VQjyoxhXD0cISLhOtdDeaPdqYWLPQa1/tWC0fPnyf4RlblJeOrlV6FeCaxKhzP0bH85BqCWB42E2KUV4nMXrLlOapOC81Gm0rjvXMHxSRIegqIYH5okSenDCYkGWqDL50O5BIErxHlAHZQWFZUxk2SNgaL7ybkhcRomK6SM6XciN5CGQfEM9eTYpvWeNH2BzUNjg8dNPDNIyWifHXle32WibT92DmnrVm7mIbXyhRWAqWdxqanXFBno0YwBcBqDQ+XXubEUOLyposZaNBEgNTZd0YModECeWd08piO6n1z+eh6PFYlyMaVQxJ/t95JHUbuN745h/MNC7ns04OfojWgKYyxapzCG/f2a3bp50y5dvIT9PaSZje4MzwLexwDUgc9pS7908WVc53fJPSTPDmeM0wAXEUdk7MiBEkB56FqQcsRpklxtot+Ur5fGkhJLet+OIwXKweEkO5JyI6/Hg9zzrPQgRd01HC8eYZPLZLLTVj8gKMpDZV3hlDdUN4+4rF6XKNZLESAc0E4Ngm1ZGcD6/p0oUMiVVwE6WrtB5dUtpSDGUjUSm3oDPSBm0H4dn+PeRwFdzxFz7ug7ajeIm6HqMw6BLKDK4qS1reUbLYwQYyL7e/hOh0YsfpVXUZYXV0pjChcvqIgyqVlrHc/s1vqGLcwtBr+Dr9mwyJ+F9D4GoD4C7NLSEiUMztqnNz/wsFHZJAztOSkeG9mDYykRS2dZE5znRtLUJ9Y1HxaF4iTc4xbMgNko6Cjmk75AXJoGXu73jlAdb8miEHrfpe/ILuHKXBSsr0UnYDvr8cWjOhuRdMdyEaR/UMDc4iBlVVu8c2BJYfSAGByxpy7edaQARq8JvqPKmBaF83y/V3C6aKdwm49s+bLRy1nl61fe0EC7XIi4ch3Hghzxal98kuxObaIsca29CH6HSrH0AoK9HjwOubps3RoPxd4QLy4zYAHz5NT0FM8bB1lFPPFrFtffOKjZ/BA2yg53P4OdO3fOPvnsA0Ix921yuoSVjdQuuXI9YD1I3lj6aiwUyeeSLNq2ZYYK21tsuguT6OY4SR13YwdrgaRvXEsuZIIEUuy0ZGTClcAgY4kvJEkzAS2oiK4Q6qJgblT2jO6juiOBp6sEgQchuS4Zb9+iL/4E8oW7qcyjFQXGyITpfFmf4qEBbmg5tNF77Hn0I+XYWYt/vrh58CbqP7pDR5JZ38vpUaRnjAqA6D6xkPDYGd1DC0Gg1g4hHs95bjbUwnd+HkyOnhDt4D+iJvF8OGXjexYJFhvgQKru7npc++TMdNQV7VnI6Welfj7BylPAvY4k9k6BY2nhvL3xyvfso6u/sW6jR6C9NC5y4tQCLl0n1FLx19LwRTfExyOTnaSf+LP+416zsF5h0SGwiSB/2WTFER08EWgHhNDFoa1xCKlA4sLRHy0yrroeKSAHY5likzW18gTqI0MkG7uLQmZlvhIKkZyy5gQeKQAHj6nArMfwtSevnW/dUawIfFQx0sKPYljSuDn1BNIuFGvizhlnH4G7p3ITgU5oMbGQPE8xAqLOyeK0CbExkSkxogoDZQMp8F+2bgVF+XdV2KsSHpTAEVlcECZx7qKSb8X1Y2nfYbFigA2LnWdwE6TnKspuL4dYlCHvoQPsSrxfhxY2N1qEJJQRWhW+14OJuzG1enrAf+OS+gj/YWIFpjfeeNvzGeutbRQOZHlGtdxyFFdRxkgNBwoZJZpU3MzJJF4tJiDYZ+UBU80Kbf2aIALosRNrwDXYbpN2fTBQApfgTK5iMuQg8ddAkIKE/D0WhIKiguSPYiWCruWRfT65UbJq7OkLIXHis+Kucm0r+1wAliUkUiQFFFc6JQlD7IovwIhXS3JLARWI3b80IiQiNTI8Ez99xsRDTqFWjnjlLmrRRFLVSxgwBgkJDT7fbe38eEKAlFy+n6iGEgL0P+10mgd9N0n5sHFoqxAVlPExBDXpe2uBDgjCCsvBl7jb9N18yrjqHvnslC/mLM9QJu6lRTjt/kHVqtssdlz/k5VlHFPBlh/mZeTLPuWv3zioI33BhyU+SsRHvPH6t+wXv/wfnoWeLyI1+OJK9VdSK8ZgVzgkr1XVSIMRB/5I6rhkYlAzpO8Hjh34pkI5gykvUAz9nqTclsc8eKZNkJYujeSx46dJwZzAP0MSQ4JYB3dAiw+7+SM8dVBCtVOwFAhbjc1ceg5RGyUcxIFAAokWb+DfQer7OEQLxG8qHGnRqL5JvLXLvq6KOA6zsPBy4tW+5sJCjcMD+khtt/gow8V3rRBl58zfI+7CeCd4PodzbJYE+P5c/OuZ95LiMjFrtN0nENLwhikVnoTKSdn259FiknCRNTZ4JJ229O+QaD2FQMohkATuvM1MF6kh0rHtrfsAvE2a3zRZSzOHns+nxPLhZd84qDUhceXTWIKqgMxrl161Dz58j6Iy61AOSiNQsVBba5baGM4z3dbMUKsSk/NsDTwmMgeQ7qmtj1fIOZS46SNROngqB9Te0Hk6X5K93TnyKMbSIoxOZB+mtlzXJ1wrge0VyZbx7GvFDGuSo5JkSNmY1wo0h1YXeQ5dtktKhkB8vefxHHLWaMt3vhsy0l0li7yeun+04/t3lqInia8yZLLL+2KO3PphZbFo+UcSX+PgOZ9weh2tqCCkR0BqzCPFlEiOAO4Y5OIh0efr/ikkfJvdYMCuI8VSu4hKlmXSU8SlqOBmiM2WIuqJEZoL2d0VNcnvPT43S+KHQgkGONU63Zpt7ZLhT7Z8kgV7ANCvXLliS4vn7Fvf+i7XRcImoolPA/BvHNQ+oFGd6njrybA1Eupj3337HfuHf/lvXqdC0V8BuZJMLtZc+qiGwmFxFqcggBeHgEp+hSyXAzJH8tZh+2OowRvhpQlKFpCVLQmWFdeOJKFTDl8MAXz6u0V+nvi5PlNWFiUN9DJMMM+oxyHnPdAaAcr1TLntQ+C9Fl2niyfSJV/wYIbvG7ZmPV/oABDokyAdYlOEjshU5tv9kVMlmAYDRdB57ShiMfhoSPuKHEtSMn1hYd5UKQV3yLMYPYTVUR2kekeJF0qK6JN1A/9nCfM9VGm15c+Uq+egEBM2N7lsczMrJDVMh3iTh9CE+Dspik95l+5259k7FLFseQQg452etXJpycHr44Jx/eWXL3v9wth+Peo/OLGgHn3wWJIJHJcvv2G/ef+fKG2wYcUKkWudEOdRKjMATh8BoCYDbITYCLnHJaUJAc2RAziZt6XZP/KMbxWPyVOGII+zwBU5iXP+CfWe9IP81t7p2rwAh9RnUtrwvjbVoPYPdm1nZxvJUoUXqiYHzyJg54i2awIcVRyNAoc6A+rgMmFKUAg7kdYjuwO0KfD2YCHx52UnCLtMsHToJ4TghpzM2L4eW31iXSAOExW9icGgTd/PlzkxWkDa7oNiGiSgvptKjXkEnuJrUrsETTEOvihULWsKDy8lG1Sgk/GaLpKlI6XWJynkToafeGEdzZ4+wzP5VQLg8PjyVlXhlLhR0lHQVfx9ngbQuuZYSOrRhw9bcGQ2Y9J/8sOf2s//9b9HKU/ivShgODw8ExxIlsqqMVemCmrZJcokyQcL1MiYmaGaap4KTnIhP0L5cCOELAUCHH/Ig1jw8mY6yGwX7JeJTIsIdAc+uIdDoUEJ3s3t65iqdkhLI2tGJR+UsCtAI4nyRKspRFMc08GkIpARl44nDg0g8lZKcqlalH4is5msCNAdtzGrDMQDjhSHBOeGlCyA7PqDrEUANnLyJHplLw88IAJSOZDa9hHcTitkoqskJ22CuPFyWWXXKh5N6JUs40NZEocADjHTI+rPY+DuCGJfuNRfCHz/8OP811Ci4mkl9jEDtcxFQYK4g4BJvXjhkn348RRlcElg5X9tJGitvstE5Gx2YZ6C6mc80F7AngfIcwA6q/p7Dx6jI/oVExMDd/TyB/1eKsIzjxPBsKNfOENVUu6nmtIqTrO5tUbuJQXlKaBYQ8tXtSVt8znVoFM1UiZMtTRiSdtpUrTS48Zl8oKv8+xeBgzASeKNOookaWMnSOxaL5AbGIcBuARlC9OC14/XSknc8a+SpayEaE6R8NaZmQWbmZyhbJqK/rDrRV82NqbF3szw+ihEnF89cDyGuSIa79hyEyS+sKxrH4RgZAV7lCT6iuV0zEAtnhokZMyvxYPf+d5Pbf/va9ZIkvqUwsZZnnaznkpeVfILtkh1e/1IYn3pMTr2jzEPXzFmI5IlfJ7GP4vEUSa1fuzVUEpBJcjubd+m2MsWHROqCDwCsMS/MS9mULKKKr8mtzYLVQnEiglXubC2KjghXRuklMU0QgMiC44cQT0pc/BU5+YkMbjJ0GkXn0ssdoeoQiUZ67MKmUnqb08BYlKsWPh5Fko8xl8Gzy8fnqccuMPL4l++KjF3ZJf46kn40nePGai/+JwiIiuLFyn6ch5Ou2G5mSDNZK5bOXPOXr/02leD+SkH5ve9LE4Rq1TeNnsJDLIDqZTwzk7VdvergdMSnJ2kfp9q6eWQ5qGuB+Clnp4q/qvKaKu75hJXKV8dvHLu2nfeHFkaiH5TUoJswZ2OnCkplDoW19wSVZ2mSAkLOkTYbb7Ig3/f73kcrz/2oI7X9tnli15HTmBYWFiyC9CSCsb8339dP59pycrSQmz2ND86mrLQYCXY24Prongq4bYfV2LtEyTl8dkUfk+dc69oBlOkyiyI1ArQCtQPZsMo2wTJn+enzC42CT/2WG3/pGB/f0Ii/HwG5Rl9yrEHddC0E3gZX7OXLl70iVKRmhNzPFQ7IoZc1IAfOR70pVTvT7X5ugqTxc6sKkweABX81w7m2Fkjc4QcNnLoyEohqiEz6OcP7XE6orCAFwjWJwTUoUSWep3EZrN4okclUOy8OVaA9+iiWAV7GCcN5cLSWf0QTO8PH58XLEFH1x+B9Avf8RFWiadkw8dqKB/3YU4AqI8eMQa0PIUqFvPglvr72jcfd9Ce5LxgnDyCVAzvI+iGZNcA13Ce/pITRYkK4fgq+hCZ3PzU6HwH+IsE48/PyAkAdSSTZU2K5ikA+ngcsbPoy57mkDxEaH4Y1mIwq2KYLCn6icM8jwzDo8shhn78qeLaI2FPMbalUz6gdBzL3exrnsoTAuq4UI0iwJSJEU/gN6/NP9pBEGJIPreLuJoA8mJ2EQnZqHpDNMVRGMAjVeGHTWG4NkEIwOdj/B54jq8ZTMfldicE1LG4CWUTTtbxEPvM6Etfuuk8yq7zVbvV0XidrLH6ep72pCHk6/nW47uc6hEYg/pUT++L+eXGoH4x5/1Uf+sxqE/19L6YX24M6hdz3k/1t07/7Gc/Oz5G31M91OMv97xG4H8CuO98aYjLSIAAAAAASUVORK5CYIIA" /></p> <p></p> <blockquote> <h2 style="margin-left: 36pt;">Yoga club. In French, Petite &amp; Moyenne sections. Monday 4:00pm-5:00pm</h2> </blockquote> <p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--></p> <p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--></p> <h2><br /> </h2> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAACXCAYAAABTNxqUAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAIjuSURBVHhe7f0HnNzndd6LP9Nnp23vDb0XAiAJ9iIWdVnNVnGRo1xbLvlHjm7y93V8fW+urfgmdj7xTezEvolL3GVFstUoS6JISmKvIAEQRO/Y3ndmp8/c73l/M4sFBBKgCEgkwZ8EYrE7O/Mr5z3vOc95znOCVQ69yQ+7RJ/P566y/nW5XFYgEHDfq1TEz70/9X/b6wKBs79j36+/h/eaivv30u9didtY5k0D/GchUFJUVWUU4H9+xYol5fxBfihFOX8V+RORcnxRlb02Il/Z735+NR2/+Zu/6eOuXF1H3Qj9fh547bAvzUhtedv3vR+dNej6uq//rr126e9fyTsYMIPNlRWL8Kh8/B3wK1AwUw8q4gzWrDkkhW2lYdd+FloloCrXUOAS7NtX23HVGXX9AdcNtFQqKBgM1gzZ+eBFG/CMN3jFvfErGV0J4/T5SwoEAypwauFsURWsOcv3I9h2sJKVSmWVI1EFsO8Kxh+olFX0VxResnCvJsO+Koz6QiFC3fuaQS89LCyx13se+6w3X/oa+/7SkOZKGkyON480+AkozCkTcgwPaaE9pVSyVYVATsGTpzSXZZfpW67GaEJ5XhYL+lSolhQuc21XxRM+9wm8+S/5QhlDPca2eIMtulRyJuM8dj3Otn+bgfvZzpeGH+fH1Vc6DLHwIYhJl3MFLRwb1cKJfZoZalBL4xpNpaYVevZFDYfDirU1KRVPcDkWmlQV9BGb+O3ia4nClVx5r7P3vgqM2gz3ZR6s+74PQw59XyJpzylA/GrH0iTz/PDlSj9PnyWxfkKOaFAnTh1T6qHH9WJ4QdnOtQpOn1RTKabZtqgyXc2aPXVaLaWgGjauUTQRV54FSe541R1vfqM+75FW8L7mgUOhkPPApbJn8Gbf9n37E42GXYzNlw5JqIco54cxVxr5cLuHOz1CifmS/CkSwpNH1a6CDp+e1C35jOaS3Uov+JUs+nQqn1OspVv5lV2KRKPynRdaXS3WffUYNQbsjJhQo1gE9qr9+8jRUy52jmIEDQ0NSiaTzqDT6byOHz+u9o4mxeNxxWIx97rzkZArbSg+kr/jh/ao96ER+TY2aSSU0W1TSb2w65gi2xs1WcnLN1tWz/yoqmH+bhuQvy1JxuhX2KKqq+cJLz6Kq+CScbc+jJE/vgrxcQaDnVpQ5/IOHTs1KnZsvf22Vi2cLung8VmV14YVDof03CPPEX4ENRDpVTadU2QgopIfbNsHEmF4GVhxoVpWuBpdvJkVIh3QNIefGNoGaIG3fGWzr+Pd9b/rMXo9ES1i1cUv7dJM5qDaHzqsJ08PaefAOm3cHNJcNaxkdkR3hsI6Wp5VJdSu/OouNZaaVOYEAoEZPrzpSq+71937XwVG7XfFFUuZrJZSquD6ME77xszshKZHsPJyG98PaOjIiNp7G/X8waNaYLu/5dpNyp3JK9QZUIi422HCJaJUYu0cX3ohDL9esRClipkTIhQK/ID0zqwZGM6M/5WOegFnaYK69PVFX1bBhYzaWwkrtpAQTmc0OzqpxtUJV4bpGlvg5Zwj17jzng/Jd9s9nJA0y++1VO2cr77jzW/U5qEx5joIEogGFMxjaHyjiVDj1MEXNTHao6Zon/pSHZo4OKLjJ8bV196qRCip4TMn1N3fhffFYMuWtYWU4/3y/H60yr8zx1XJLWg2FFEQSC3ub/BcNcmd8OoS/36Fwzz0hQy6Hq/7gn6VO1hIR48qsrJdy1b0a/rAcbxxgxobAsoNJhUtxtVenJUve1QaOi51D6iFVZflfF7509+cBv+mN+oqBmg2ViqX5KMsHo1H8awYHFe+rLtb7cTLu54+qfWDjWrGw+554YzOjE9o54Z1yp5c0PT0tFZ3DWrBihmGlNRWR2N4SjqzV+lHvgTacK1Cy68BoWjFZ4YVwpbNP1f518UAtZdLNi38MINv8Ce08qfercy//DeafvKo8mPDnAOuOB3jOqgc9vdqtrtFjWek7H/+Q0W+slelv/8j+aNNaqgVG9+cpvvyV/WmN2pDbc2wXBnchcJ+xWNJFedympucUbBc1Kn9C9raH1UIr6i5Bs0cn1cy5Nfepw8rV8F4iSI8Ww7IZx66MiuNPqX5h/5WQ+NVrb2pXbF4uxbqRema4ef5cDaGVzwuhHPbubpPYxGyFnVo6JjyZw4qHilpdXZenXneNFNQIRRQQ7qq0O59yk/kdOZ//QWt2Hq7wqGUK9ZkQ2U89VVG/uC63/RGbcZhttwQCuKxqyobbI3NFDNlzQ/Pa9OadXr68eM6+NxBrVoWUyLSpI5Yl4rpkg4dO657P7wZN19VuF6cM3tbmFV67/PKDp1Q73v+g9SzhtiaCLe0AB8j5hkxnxPyvXqU2OOgGJnKM8bT5bye/X/+UNccP6nmrf1qjQdVzVM3ZLcpHZvRsX2ntDzOx916j1rv/llN9ferjTDb0LxK2OqR/PAqO970Ru1xEL3KIdE1X/Ff7CXWHNcy32pNVfM6Eh3S8NFRbVl3PRBeRvHDYU2ezqp7dbcat/bgbn2s/lpg7lYIlbvO9eq4o0PlDdc6L14GKoyE+Ir3c6vIH+KvV04S3ZnVSJIWhtS/rht0gaTzic/9F3UR92/s61EWwkdxrqBQa5uqkQalXzqsGSC98pbbFPjYFj377O/r6P4O/cw9/1JRdolwgfjjKmQ0vemNmqIaFmfGxlMGtSgVq5oZndf4/hFCjTIoR1RNDVWNE2Xs2X1cre0JZeczGseofZ0VfXn3o7rnxlvxdyGBCAIsVBTypxRcdwukDMMf+F6x4go0FuoUYNL58bKAiFSpSQJJVF/pOL/svtSgR0dH1fv4o1rZTR7AThCahJOSCSpXLSjbsKCOzcvVNp/XwqbrFRneq1sa71dLuk17v7NKG297P7tT6irz0d7lvv6NGvDXeTAM0nb+OophhJ0AsFmEQkoaaC3haA68Yg7vFIvw4J3N8Wts5/xuerig2QMzGj2eMRxDUdh3cd4xnqBE3jmoyelR7X1iSJ3JlLpbGzU8eUI7rtmmjasoOxfgUuDx7Dx4NWhKUMFI66LBBIi/7TADPxvDLiFov4JplZXl98AoDGkkRibScbtKKMxC+8fPa2Nqgrh9XA1rlqkyPqT4yJzCvXx2uMCiYQHevE2h04e4ou8o/KEJbQfx+Pxjf6Lk/D1aGyH0AEa/EJ/cTsmKUAZLnn9YVdV+53yy1xtlhbzujboKfOEDYHbQl3k987o89WDVI8irzDYPSFvEoMus0WwqouaFrLKxBqAueynhBi40gcuem5uSby6tlp5uVRrCiloYMV9UX2eTmqNJTa1Y0FwhrXBHUomODvVsblGg0UcxxtvDz2fmXQ6m3mKIUkNpvHK9ND+HMZ8EuhuZIKwJqTAzr2CmxDK0rDWgSJCFEG9UYuAuFV96UMFiSrmREdCdp/UTy7dp19H/Tdr6+69oh2bQS7nh9a9fDjN/y6gv0x2oc5HKeGYPKbB4whhoeGX7N54oTIdHBjZ9CggtnZvne218GyP35QkZooLjo7lgVqnN3VoIDWv41GFFCKyzJFwB4tOOxjaFm4oaXNOiXcOUo7sb1NAXU6THIvCzyZ4Z8VK04nJwP8pg3xbpB1i8gHh8TROA4eCZec1MTujI/oNat7EXbJ0lm/fBk44Q0hNWxBKaYMcId2HjTz+qJ4FZ9n5tjX7powuKNu/VsgWKSaMvqqd74/fxwZcuxvOvYWlH0NKvL9Pj/KG8zeveU1u8UeXB+wkhCjx0P7ErftsZQAUjrvLdSLFR8YWSfudff0JxMOf3/sc/1sANPMzAFMT5bquXyJcgyk1EtLx/rVb513oNI/Dr7f1HjpxRa0ebXjj+ksb9w9q6Yqsam2O8c1GRamSRJ3I5jPj8pxokoazTQ0sERpRw3Dk5WA/qaKKlVam2ZkVIEHN0DGQp3adaWwzv0/N45sLRb2p1xymNDq7V6L4b9P8+OKZk60ltojCzdtALI5YuxnpCen6CWueQL92R3qge+/Vv1Fbahhzv9QtaXO3XkX27NXNwn868tEvv3nGbyrffqf/6H/8v3fQH/6hJHvr3pl7UTz8X1tCzf6/U239CiWV9isPniLFt+whTrM0pF4HwgxOOAui2bu/VBB7+6e89rxu2b1dfskXJSKNbOnac/8Bfjl/9g7mhWiJpIbjz1GbMxOwQrFJdMPCO+TWTnVNHKKapfEljhE9tFSvFRzSeo6B0cEyVW3ZqJUSntg0ndKrzn2njln+qNV1g57E1i+f/St556WK9HCHVD3YfLt9vve6NGkYlz8+8F6gD2+1CJqvMviNqeOpZXXfyiP7HQ89o85e+qMT/+BttD3fo27cP6OaxMT34L35GT5VOqPLIbv2L3/13inb1YpwenzRsXSEB61ItKU+4XMKIvnT/VxVqiGr7hu2u0dWgDMe2Pq92UTfoy9UcYOV3w93MtL1qZS3pTDapcWC5jn9rTgPgzrGVy5WNTEFaIgSKkkfEIF7BR9n75B59ZOc9era5XasGH1N68oA6Bz4lP+1dIfKNpSXNCxns0u8Zg3FpcvhW+HH5Fto572QstZDVunn2FZ5RJN6gVSR6Tz1wv3pPn1JjV5eyjz2iD2cLGroGpGJhTid/7Xf0df+o/tW179LzMcrFM1hFp1+EpK6oYf7QADg/FZUAsXi+uKDrV2/UpvWbauVtz6itWftCx+UyaG8X8FAd2xQ4Gz7X+3c5DIjY2a3+FavVUBmn4LOg4dkZ9Tf3Y3g+pednVRqbViaVUXnPMa389c/o8Df3q3nou/rOd59Vd7lb2z/xEaXWX6NI5GxeUE8G64tzqVHXDdpeU+ecX6HHekXf9nXvqV3RA+gJ10P7Pzgwf5oHOjVKsteeiOq2CogHXje1po1kMa3le8f0EN3Wt737FnU0xbTuPTdKFFHSMOmihCZBqyYSzvgjxqTzmgBSgah2rNnKmxNw8PzzGDroGh7bzIsK3hKJhaVb9eXwZI6XYhVEW7gGXfJ/v4MiSQjbO7RqyzYVn/uGjh89otPjlPPXkyRSlPGX8lrZ1q3nWHxD/FLH7FEt292t1sYejT/695o99C092FjS7fBWmpuJyWuGvUiUqmXg53fIG8w3PDzsjLqf6uQbEdZ7zUZN3cF1ZxhhzcCIqulh2BcuFuZneFerjIWNjon7cwbCj4uQGvwYGZy5V1y1wZLFHzDV8NjxYghs2a/5vnZN3Ha9Jh84pL41/H5yEIA4pvbTY2ra1E4YUtCm5jb5iItTs3g5ii3x7pTSfFKDH5pmmPez7Z7/QB513rEUyitPEhovYPxWYy6nNRFKEL/ahVkfY5EFwRKzRgF+XAQ/DxObUMsxgQJXtlbRYl0KJewGFkl4kUsRvgj/Ih4WHTWGkbNHuKu2cMNvWLvBeCy6gIHhNYAnkoNymuhQ4467tP9rf0nnS0Lb+HmyeEqV0kr56XZJtFWVncgqT6hSevh/KHjwGfnbt6mxc7VCJ7P6yL5n9fePPaYPfvCDrjliqSeu7zbWqBugKhnkoZQwaB+x+veeeVG33Hq9yjzYYAlXYruJPTTOtY5GuZoWnfjunF9nx2s2auMA2WHeJQ9EFomYmVSUyxcg5pP2FGGtgfMWMJYw270lava6MJ6jTCv/xSrJAFysCuC3YElxDK+MRytg2nd/7JPa/dVf1jZstqmzU+WpWQoiPIRsVtcGEzDoRjR36oBeeG63NkRb1PLedypZwMvB0ssDB0ZYjUUWi232Zlz2kEL2WXjpnEMKLUTBj8O9LmJwDYEaidNe62pBVcy1yO9jzK4NzKdcFAEZr5QC6xRohY4EfLAOnTgG4Smh3jagOT7FlnIV3DxL8mufY8dSpKHO/bBOnErHAA21rZqYnsCI6c6ZA7Jk8URTPrxyAA8d0IlndmvgNAWmEFyQ7LC6Pvy/qKF/QNPPPaCJiQkilwXXuePW3hLNEjN0Q5McAoNXCmLQGXarfH5WEyPHND9WUjNYeFMzNNzGlsXCl+tXdqHc68+g7Rpfs1FXKdn6a8s3TAkvjwFYdnWKVn4fT3/F4EoXI2Z5EDNz0641Ko5XtZvrwVmvfFR84xRX2jE88554OKp7rXAx4glI8l1UBK08naYqN4uXJHTAb+G0GzGYAoYU0annDyn4Z3+unVk8zgd/yt4CMZiqFqjYxcxDO/K/eU3M0bkft4aoOIbVhKGW+XmU87Tmghy8jqjxpp3pstzoPHHEIgw+w79nTs8owSqPgbjp9HPKPfmAjgRXK9bVoVJ7i07z2pbmTgysyT7Rqx2xsIPmEZYcFhLYztbY2KiT6TMKtiZUmZvUHAnz8cm8erNUNsMprjmnStanydAkiyqhmXRZM2S+/dfcoFPdyzinom644YZFg7aPqMfS7uFz7+oV2goURouAsrk0YRrXOnOGf+fV2HMjjho6AezAAAWfENe/2Ihsu3KtOfliz/GH+fPXbNR+tqUyW3MBmGlkbFK9fSvc+T+/Z7fuuvt29/Xo2KiL0XK5nJI8KLuRtv2ViH2D4VemRvoDhkWzNdv6K3hhzQv3fV1rZo9rw7XLpXFCADqt/atbCTcCCufoZInG5RscUHpDVMuuWau+5f16vj+uvnhZ1CrYRflMDAyEj7/MO7tvym0cXI/5tGwW72ykJANMiDGCYQwN4zO0wpp1gxXKOxZ28aCDLA4Kj6p0tdJ0cIAiyLc0v/dbSo/uUesnf029oZxm9u5VV2e/Ytu7nfiMj9ArbPH9oll9/2O3vsmxmQm1NZTVmWrQWDWlM8tbFem6Tt2DWxSZGtLYyBndCxIyQhdPy50f0/K7fgmudYPCtHyF/80t6m72+B/eLhpZ3BHqJXIfHrpkBSAM3PU2WJiHcwhWFtSDvohRD4LcrwC7rbW3LYVTHJr0Ojxes1FX4PYGwHxnxyc1Nj5NCDBFR0lKSe5MemZMKeiPx4/t0o077wRBMwoncSXO3BZ40LKxix3lXkIOQoBgkRuLQT/0gJ59/Ova+rabNBLrU6ZlHMLPchJBDA9WWinaoDjhSLRjkDDFpxuhqz2dD6q9c7O6q5grcWMZzNqCDSvfVM1q6VLJ8W8LO+LWpoVuXYWt3xAXX5nytONxsnBYVEFLuCx34NQdcs6CrtDKxaNXM3BJeOVKjbW/T+Pr+xTet0vVA4RBjQUlWtvVt3GdyqA3lrTGoaXya2cTsfNkHCiZuDsTLbCo52YVJYRIdXboxcKURicOq4vd6uEje7UisqBlyYgWSBjyJcrn29fzW63qpQKZMTJ3jZt9fql/MQFkZfrYWeseOw59wFemKz3UTILZyr3nmkmMzKDrr6mHHxftgLjYs71CP3/NRu0nmSgXy2pubdX+w4c1PjqkybFTWktj6/zUYR2aGIav/IQ2bVqFoQ+6BM2gsgLiLFE87EWDam56AC60mWEpk9bRp5/X+zZcIx0Y1hMPPa/yDh5gtqwE5XBh1OkklKPtq6SXRnkwDSrwdcdkRCs7N2iWh5UII8+FS5rAMNtAQfIugZ3V0y/sVzoY0WCsWWsTGGp7LysvorGv/rFG4Uj3bb9LzZ2rZHkrgkhKGnkKgyuF8dREPn5CkzJvFSREWN4+yJ8e5W+4XRHcf46EKtqA1zPFJMKFRovPLdnkz+IDWLQU70nXq4AN+YpWLlup0eIBJde2aTudOMdO7tGTjz6gtlRKHxpIaihHgsyiKD/1gIb/+D8o9XO/yr0lzKNtQX46y82/1qit9faxRRTHcbeBOy3h556EWMAxrqmdWD6WYleJdbhE0Qy6bAvAnljNQVfB+43c9Xo7LssZFSs5Tc6OqKunSenZOSUo0T7z5De0bl0H2G+MbXuj0tMnSHh6uClWdib8BQkoFDPEjhchsYPB5bGkULCs40eeUTeev5Pubu05oHt2rFepF55HvchQnJefHUMHwzozRX/TuuXqbbpOg195XNW2VoXeC++4YCsKg8Zpz4Z8JHVsvwd2KTE8qa33vk2PP/iQTuy6X+vf9QEd+O7TOvQ/f08v8kjf+6l/pXvu+AmNpSs6Aulp/eBytftjjhhoxhwACwywuAMui/TWaqSC8fL9KJ7fyFbm3f0NsDss7KDjxkd4U2H7t1+xsGfpYf+OEL+WSGhfpL0s0dSiNauWa/qFEW1v97NIO9RZJr6lG6axoUktoDVZ/4SmvvlXCjS0KP7xT/HvKn2UNZajM0bygFrzgX2WQ0TwMBZLOyjRtibOa+WyVWrvXukIU2TKdnKcK+dtVU8vr+Uw1de67359mfVrN2qLJYlPT585qtNDp7V53Qbt2fWoqqUJPfa9R/FM7Vq55lYtGNxlfpoH6iA9cNZwjbL5irfEQg+aSL/z7JfgPR/Ssq0Lqh4elg82ni8AS42SY8E6A+dBBUJZVRbOKPOdlxS7aZUW4qPSih4F1zdo7rkHlXrbtZqKJ+myNtfFMwNWDBqp/8ghPfT7f6V4KqwuxDJefPFJ7eGBPfN39+maW9ZqYFW/mopDevqP/q0a+9fJv3ULwjFtigMbGpwZdkQSmNbkBxb9W2xaYaGFYcFZr3fE+hZdvO7kOJydhCxJxmArLCyXaC/Z2+1LZ2ic5AnuaXFmVteUKdu/NEWiygpqIu4nP8nQkrZAczAdtyo3enBbHrRj7E/+RNGb71Kqdzuh0VmF1jreXv/bhSB8mJUBDHo1SpX9Y8Uqyut0ABn0WFMz9vosFg269sReTvnqR2zjFzXqC5VWbQur/zG8eWqaBtHwSm3b3KeJ8ec1NbFHWfr/mtHMGErfrP7grbT4s52bN/MWOR6D2JQbZZ7KPMj5Vax6IjOFcRx58XNam/l9Le+YUp6Ybyr2y2oZhssxeZJFA+4A5KX8MJayTL6OVapOfE9BktbmFEkdIUXlZ38RYRe8ZqgRj1ZRFpzaHlbAyMv8XPf+kjoe+q72/t6ndfs7btaL5SYN79qlYm9Y71jp04OP7FEunNXN/QG98O2HVUl8RoPX3q2Y+30PDDTWlPnaRZCrli6kSjNYc5NguLI71ReAXToqpkaZJVaP+9NuBzMarXWg+0AdoDK5rT4z94LKL00r0gHjMA/KwopINHbh/dMqLAyB/FBxnR0msSOvaUwp3FrW8qEDmvvGnyj1i1tY8N4jtoUWwAittuj09upwKh4mbKVaY3eVuUfznHhqUguGn3NdC4RKDVZbIHH0GSc2HDPNKrBy6AZWAOV9zPufbyeXozD1g66Nixr1+cy0Ouur3ksXhy9R5sG0d7aCVWf1wgsPoHTUoq03XacUqz21bIOaGzvtlvLH22IrJHV+rMpiMpPKtaOuMloXdamT1+eef0xrR36Jcm8audoeJAxOKNH5B/JdwwMYBTuL9mgqm6cjBJivOK440gYK9WgBPnKluVvBGLFsso2Qg8dpRCACx5AVGuz5OJ60eaus7rnrTv39v/mypukQP7b3gNqQGVjeVdbc/jkd3H1IN2xs1om9GQ1naWodOihAQ6zjrJDNyz4AXxMXBxRIYof54KYxIBJTH98zDD5h1A+MqdBAfM6pNBB/F4wDbktluqRlZ6aJ6SPAeQ3q5O+gb0GZ4LzbFUKZhJLRPOhPu3ZN5ghjkupv571WFzTxje+q5VMZFp7rbrCL9a7VNkxDMbjvVjgznT5z2NMEYjGQpkgLIQ8YUaxMWMg9itleQx6S9lP24hHa0yISRNIkRBLJNfA+ZsB2uEbhJWL2P6hRvtbfu6hR1zubl5ZXz5W5JUkDUnL8BVZ2pKFVTYNN6upbBjRERa+tj+8TR9POb1m2PS1TErXDqnN2E+rJS73KVf+skydPKl34FQRm0jo83KnT0wl96b6ofuPtoyRhxNP7rqGfcBgFUEKR2Aqlj+6CczyF5lyTMrQ9VYHisrPzJFSEBKZBU7EHTBXMFpadAsZj7FPCXAoMSYo7LAz06RopFHWE5ghNQG6eHNO6br96SGonThY0Tyw+0EwBBRRCgeaL3v9JPixpAQgL2IzEksYCHeo+ikTJAAYf4n0akhgSXA8jUSFAw94CQlLW2Ox+ZZ9/0SV5iIopAsTRRpgbQfrJdrgi93MavY/2apMWEkk9Q8HpfZE+zNAHGnVKgT2PS1vu5rU2YQDbtN2J++BCYXsOnv92/zUPbth7iTKrnYNpApdZs8i883wonHEvwgY/Wb2AI4csWzRhz9PrrXw5vcGL3qAr8IKLGvX55J26p66fi1ElXazIAzF4bNUKtjyw4nyVzpMg3psVXuVG2HZbD8nKlnGTxFSsJYsbtTR5qVe8sjz0Q4cO6ejhhP7Rd7ea8UIzsxt106271bqMWL31V1W4nrv+4l9Q6DigSiuCM5G0/M3sBisG1IQ4eagpoSkQD2swyLOdxgzmpnPGzjlk5W4Lo1xtv4EK6Ly66XhZOD2nrX1Rbd7WqYNHjmIIJW1AV6O8MK8JYLPmgVbHjsuDuEQ8YOEVj1aK89liTEOT48qd3qX0wSc1euiIhoiT51hE71vZrcFbb6bb5iYFG0nOgFJ4Z4IP6cRzX9buUye1uqdR0WRQo9kpJSiJd+E8i+QQhSwNAVnu30Bc22cAFUmaD0yNaB3U2TKSY0f/7v/VmnW3ubjHaqeeYLFBz9AVrHzPbmlNEJbsxoqTKqBbYuX63NA+Dc9V1ALWP3Jovxqn96px9pAmZunbHLhVq8HDg8CIVfIk46ov5YfU7eWHqeF9/gO4qFFf6ImdE5K4lerFVcZ1Xkm4kaH6FI0kMJyzhlw3aPMa9azZeA/12Pn8mMxKxCtWrND12x60nAUEJa1//99+Wzf1fUWTPT+m1kPc1MIB7UHps/fgMbVsb8fxRjV56gh0Um42JeTUKUq8hRnOikZViiVWTbTqXRUoz2cJl+0UdoEY9+T4GA+UyHI2Q3tXG1IJFXVR/YysoewDoDxcLqh5MKSx4px6+9eTqA5czJ69n5NHGLG0MxbSFIYzcvRJ5HZzWrdlhYbyaU1PHlXv07Mar/4Noji3KrXpkyo2dBPvTyr3na8ikMMu0p3Q8t4Gzafx6lANs8YfoYoqMPSmGBQBjKsJnPKGviY9GpxTK7vieKNfY08/oobvfIUC1A4FID85tSi3W1KwqnloN37Dti5IXcYDmT1xRg988c810UhF82/HdHdnhsJPXmfOHFKgY6NWrlzmAnS7l2VLcmt9jvUdvZ4f1f++Eo0VF7vxFzXqeozrVvgFB/fYHcFSTVHU+B1wP2KUcC2j558Yo/2iF9bZ4WGcdfgKj1lr/KyHIK50W2PFLVtG4pcllkalSLmEbl7Lxtr5KfnG3q/0mRfkP/MtHVuxTHPfmtXNYbpAiFsLbJ2NzaAgcB3OWGvWtz6n1SiBxlo28TOLCYlXF9GzCqGBX9PHH9f9D3xF23uXqTtwki06qUkaeFsaWQjEuuFwQu2ENOm5jF7cNwwddD2JlPGVPRt5pYMrVHFoFzyVv9Rz939FLW0+7bx5nfoHGtSfiYOzX4Ob7FXy2JNaGGYB7uhWdL6qPX/8f+ohPPo1MPWMtpFgYSbpJq4Al84S7vkSlKxn5pTxMdoIWx9NJhShmWBjd6OCs8TJoSYlsknHNsxnCKWiqLbGcTImi8Zh+a11xtsDmeWvOLHx0Mln9eAf/jcVs+PaP3RE75qdVcOmuB6jABO55d3a9k6qlbHlKrOewnFCJM0h+kMO456rl+wvPS4nRfdihrz05xc16gud2FIuruNw1KChECC+xWvBWqNshKTM88zeH6Rk+OPge5c12/vY7yzlI9QXz+LfMOVIi4DuJrSKSt0ze4tau+9+dezkYRdGtWrNRj0J3rp1dFwxvHOR0KA4DrzXhJgiRn7i0a9Cru/Qlp/5DZoNCEgtmOYBWpy4gKeMlzL65t//KcSfw9rwnvcrMkqZHZgsZHNWpnl4ZEWThCANwZROP3+Mjhj6HWcnHcphs1guRp/xzxzXo1//cxWmD+jWm9ZTCSRmJhzLoKykpi5kDNaotP5uJTZ+WMGpScr2GU198fc1/OU/V7SlXYPVeXYVyEpwwoMzGTQ/WoilcxCsTLKBwo+FUO1thCNZNZGwD0GkIm9W5dSCxgIZ3b6aQlQPeQ2FKCJfRzmoOoYku6uV/KFUNeJ25088rL3//ffVhnzxCPH4XVQUN5M77DuVV//N92rNTT+N5WPQXLEltHb9c5OztI61ap5QyJNA9rzFj8qY64Z9UaO+0ApZmjRasmfxr5W9w/RHVTEw4xG466sSt1nQVUsja8CSM267cKtPLZXYMuM+XzAxF6LEzGYZxDBjG25R7rM/r7Z4ixq2vKDhE/MkeY9q2NDhlhDIgfkOHhRJXYDKXiMPdXUqqC985QtK3fhh9W26gd0DKIoKpfFQpmcm9VUM6NnvPaz3vH0zXpkyP7F5FYOfA++OVWK8Z0iZZBHEcAYsHO1FKqWphCVMeCWSzotp9R6F+tp708eAymZ06OmvqNQW19br71UOumywawWFGPgqqE1mWICGPEz/2f+uo3/873XNphVAk3Pcsml1pbqUHi9qFOZjI9BaFVQkUqB4Rdm/bMxHuucb6QiahoKQqLTpeCavdf3gzOha/x5SZO/48Z9U3zU3KtDUrRh/fNBjHS5OMH10dJ+yf/s5pXx7tOrobmXHR3Tz8kbNP8+OtXaDOkmuk4ee1a5f/LDi227Sml/7LPe3SzNURw89P6bmG7sITc5o9erVLgStU1yXsgFfjZe9HK/9gYx66Qeb37X4t36YV/EOy8o8aKoebjg7sJTFcrN6OFKLBbwqMTGawULGyXB3nYyfrwGmXOJ08K++osquRxT66B16/sHdWlkdURV5MLuIcbLxARprsw0TWpbq02zTMkVyJzEioYXRoIPf/FOqciRchBgHjuzS5NGndfCZB6GnPqxPv2uD+oHYlME1k/IvHBxW3M6nAzXT8bxSJyivEDtOAHb0XnuT1LcNdAK82IdRubM0RMVGvXmMvyowWdkonsTTXa0rYQRO6Mkju7Xzx39RyZZ+5cDLHTeodmvKDSzE0Ze096//s6r3f0kb4K6MIYmQoELbjEfOQQWdBfnwEfcWjqaVauYcG4gBIDr5cnEcihWgYBLOpFXMj9N0C7OwOK1Vy7lrE9N68Gt/oh/Dk/etX6lhKqsp8ofh0awef+JBNEPu10Zgz+zomGM8NvV2af+RcfVs26Fo5wpNfenLyiQKOjZT0nWf+BU8V5+bCuaHyZdI5BRFiqLMg7UnZk/+/KYCR0d3z9tmWXp9clWrosJ9qbJD+Hgfe9IGNJgDdMAYf4pFeO/Oli7O5Dx/Ibxmo77UlXWuvoQXjthR8M25kMRJA7CpGSHTiZpbeGZXyxlGrFGRLXPv5/6rbmb0w9Dx52lnOqQFROQ62cbL4HUIKqmXeLMlg4D6yhbEz8/Ih7GEiMk3r+rSqeicHvnCb2tqoaw+YtKVEJ36ypNalVqOAWU0PUBPIInPKRCXEuBxX6JLE3tPOg2Otv55TU0RPy6/Vsv/6W9QpWORgW1XTYQdQRk71yy7UoNBYZx6npjL8Aa7hBJIhCXG99zzfuoWTa5I41Y6r2dbIzOb0NHvPahv/Nl/VnD8JV2/vAm2X5PaISOZsE4Ybz0M56UyVNFxdsEMBZuuLHcKbvXmWKsODh8nhwkRxpEAUwzy0TETwRNbrmLFkh3bWzVFuX7mkd/T0S/loafOa2SKfzfEtWG1dNtgF4aIcTFWg3hM+4+eUM8gbWTtUT35xc+rjfceQqt77d3v0PL3fFAWNVnRxRRIws2NrgHEnFrQEZ74n9UgsOKzIYjdhbqjcyi3Byma7TobMHkgw7g9w68bRtA1H9TLrJdqZd7rfmhGvXQYUMU4xLV5JOEyxZH6UcNPl/7bCjsmjZve8z3FkLGd4OYPHTqqW9Yl1ZSf01wT0FNrXLunZ9RDc0CsGeJ8R4tiU4QiICP+BBU7Qph1FCyaJ8c0OTJFdRHYLEPJGZrl5LoVSnX0gLsu8LNJdWMUYQodmYkxttJZtTUnnGRuZdXtuvYn/4OyzVvowuHB8bvhEj/jDtreYh0g9kysqGOFJXvsBmNap07A1JxqHsiksSsgyQ0keLmj+3Xgj/9S33z6PtALkt1lLWiXlKg08v7G956f4HNiykPU8hPaNTbS4YLrGxlHaWpoBm9NtmHFGJLzBKpUEYsBCYkqFTjREFKsAz+MLNkdwIZzHdfoK88dU4gEc/PGPt3eGlRPY1zJ6RHNF8gjrCBF7tA72ENtoUNHX3xeHVEuiJ1uoGuT+t/5QS6s0SWe5m+tNlyhoGN1BuN922G7mSVRtqCWQnqL5Xkr9tTuQ5nXBaw7w0nRmoV7O7UhaR4gYbmW/f3qDPqHZtRLCzh2wuYZ7NEax9eHAdnhQnDrviDOcxwEV0s3ZQ/iY7bTJ/EEw/0UdmLTes+dm/Xo7u9SaGnSbUh89vWW9Q1c9Z3wNhqvbcbw4DpHl6FYdJwCCsR5MOYUsWfH8phamAqQRok/O96gnhY41630nsyMYnwUj8G1KzDyrGO9hBdvbikr7QOc7n+PBj7+WUDqtRijD0+cg78BUcuerrkFHnRo/DSOjrFw6RkVZkdVtAGeZFTN9EmmGpoVM9YeDz3CblIZg834wD9qz+c/r++eeEk3tSW0thkOdAsejvmISSokoUyOsCMtWgNYtMBtIDDZ0TnCCp9iq9vVwzUZot3OKAyz5ThdNxFcaB44NY+RVkmIYyAiC+saNcvwo2+diOmfrWLR2LgPIq1CaQq0JacpqsAdEe4ZPJISuYYVZ6ZPngYtnFUYJCVBjtl7PSHXpmtcGd9az6z+UpnPcW0dLo62JNEOi6dNRWuphIR93wzVvK4lqm6T4j8FmomjNHJUK30ekLBo2F7oyXJ0IclimPYqbPuKe2rzXufOMSFcsCoiW6+1frltuHZFFpmZleRI1Hx0ntjFGcYbrE6qK39E8Rubta3ZWrHmtAdoKpZp0Y61Ae24fbkirVPq6Y0ouZ2nks7AAOQWNrarTBuUcYFzRYowJFl+Hlx8WTftTv2EPsSeoQVNEQJEKPc3tnZocqasZ/Ycln+6oJvW3ij/TXeo8baPKx9f56puJbxmxMrj3PAC3PFwuUVzhABHPv/XmqvMqL0xpJZ8VtFr1qmNhOrUwSOaDcQ1lX5SQXaQF/Y/qye+CszI+bRBI33fDmKA0yfBxZkmHkfbgxBgEqtrYEEXISNF2GmakmzzVg7PMNclX1RnW1CdhD0F7l0Z+M4Oq4L7KWiVLUcJRkms7Rs0JTMVIVlJadexM9pK5bUDbvbEHNVMZIcbIEnN94eUTCXVEEffikJVbm5MCzPj5AIsCJ5HjPMZOXZaXQkoCSTfZXotA4ZqEeq0J2A+WsXdUVM9+eEQ9/ocbNoeqXu+ngeugoFWwLPSpSPK+EfUFrC2Dd7XOPY1a/S89dkQ9VXYs3vpFTfqpSdUL7oY+uFtKxYPW8sdFH3cTbEAbMWDKYAUVOyBwVeu7HpRCy9+Xh2FU2qNocbUAOuCBCPOg+gGvYiv3qH41vepi8GZhRNftZYVpaGARvx4uHyvI0DZOOPy/ILbGaKUkwMYV5Xiyyj9fs00NnT48NC0ZuWDlOq4I9Hudu3Dyx3vu1ar+j+grtlWtbI4aTPEG7IQrbZOTGTdhpBO9Pzj92lsz4M6AX+8t6VB77lmC9p2JJGw53qapwh1Khpkq0+fela+k7t08/qo2iAmxUAwimhkn2khBh7oUuHMFMYGQ2Q5HJfCLPwLmH543EkKQvER+gyJYctRvDmkjRzl/G5osCcR4fHbiGfOxhk0IUeELhnb7Kbwtm145DO5pG5umdaTxxt1J4lZB1VLe/ANTbOEcC2aGjmtfIqFMzUBLwZjJyI0A43PVUmouZcDcKqpAi1YQszn2w4R5f4bRF8PD8w7G5emDg14HtrLlpzirBsI6cXI1HfZ7UY0O/O8Wlvv4BWQtyzXcOFnTdKY1/+g0OAPxagtA7YZ4NZ4ax7amyIrPfb4Iwoc/o7y83OoJ9FGBCTXRReND88ZLlJAyTMEk7ixkz0vzBi1SRK5EnFyJUXvI/TLg0fKDMSc10LkgDRMRbA8h62FmU+P94GXkKBoEaEDvWSSZc14frbnAhzlKu9dmJgkiWQfJn4dHxpVFD09H4LmFYzlduC0G9imv7r7oCafug/PuEyhTdu1QBdOHK9pfViuwayU0okn/kJj3/lHyukZdYEE9CMRlhjAq6FQOt9MGRvEIgQT0G9tZhjYcooWDaA0oWhKo5NThJRZDRSaGBcw5XaTMFXBYnUBCiyyZ3hUDxzyKYO8cJbdK4TF+XCPVgvN0GwcAnIrwvB3/Gu6aiJ0HAWIaUskcEXuKWCJvnasquYeKq7co84uCEvGFQHlCVKsUZUwg8S3QiGnAQqBvU+az5ki+J9klN3ALR9T/09+WtVop1OZteVjXZo2G904Mx5GZciGme/ZAHgRGKjlfnbHPPa6XQ3XwTWkcUpT80fVmlxNHkLDtou5bUbPRSpaF3HdV9yo69uIx4iraC+9eilWeU9Pl5577jndOvJ15VEjNUC/yAxu9ZGZNHpi4RXKyeZ0wsUGWHe0hlFaC+R4YDQYbGrq1QMTcD6Aqh59+h90Yjij/981iKgHc3ocjLW5I6R7BoKaY1szkAE7wRCqaojwCIh9C2z9mLdyeK1AK++fnlbz4Qy0zhg00QOgGs/qw+UZKKj79Gh+Wg/c36r2wRvUvuYmLdt4szq6ViLWGNXuv/gjNe09rCP5CQ3QLbNxdZ+mnue8KGJEb9oi/7Z3mXt3i9l4Fa1cYxVRGpIJNUY6lQ4/q+lTGC/nmF0gsSXhrc5DsYVb4roP2kA2rMs76Vcru0zEF9YC8gmmXXKce9M2jQAmi988dBIZ3yiJoDUJG98lmoxqRaysO6Dd/tUxpiYQYhyiXN9WGKYrKKYZa2nDi8boxwwTKM+xyyVIjFWO6aXxrK7/yCc1+E8+o9lwvwPWHM/PWn+AMzkNPsOarj2ybd2gL4hPYwQO2qvZvCW/0TCwJotnYgpBoiScd1JkB36Yr3fu3yYqeEOoXu1xxY3alRS5Gqu9HUQq4Bh46J2r1+G9GvTB9/6E/tsffE29U3RIk3wFOsn8SUBiNOTGKHBMkx1naByM4NFy3RScCzxUehXnT9HIemZSK9sremxmWOtbe3iAfv3Vc3u1c9kK/dgdxj9BY64w5CQTjJNS5aHnrIcxY8BhUAUKFHOEJNbcGgIdaQBdmCD58hMCBZAdMJrlHA834B/Su7tIEDOHIVd9RbGBtXDDO3ScqmL1mW9oBWXHb1M4WdG1VZPlYT1Tel5r2UFcYy07RoBKpb+ZuHFhSkEj9fuJ5UFoqtNH4UFH1D6c1yiQXQ4+QZsRq0hAR8agzQLdGTrhN9leaw6yNjTIXxnUUEvMnIkwEay7CC7P7mUe1LKqLN7WuiWNm+Das5htU4I41Us8/naoA3vLhGDTqHKz2+RwGCbxYABHEf5AjBK6xeBP8CxmV1yr2//1/6mmzTdgjBSxalblimPcGGMLO9LteQbtvnVeVbHkR0Ugt0+z1ceA/VbSbb9DMRZ0uZIEFMDj+77F06Hwxe9aWGOgrt/YlISPPp/xZNn1zjkWOQ4va+tX3KhdhYk4NEfcPDU1pVtvvRWD9maBd/f26l985k91YNfjeulbf62p0weVmJlSCF70JF4p3terDG1i8yQwPqoo/jwD5ykNp0lkjtHidPOKNTpGgWV+7Iyuo6l1eCKqIiw1ugCA60zHggcOHltiYaWB7Ay289vUTAzYWqUCPEiLTc1bdQBLmaDLGPK5hekcUg5wJYhVF4oriHVPcQPBa1ObaUlbphRVOaBknQTPnl4BbyPdpRGISWNkku9Y6NATTZ0aCI6od/yExk4ZFv248ukxkr4YHpKEEMJVAJLU3GmmABCbW9NCE32BJRCQABxRfx+UXRZXmBnkc5hUAwiR1S3y5Ao2UcBPSOPjnhYwxiycZjt/Rx2jSlqGrWc9nWV6xnx0DBECEyezQ8SC2hFpUT/bfCrDbkACaF3jvny7ZhI+ffFUWd8dD2vnT31AH//nv06ItNYlxmf7EWshRs11mke2Z1tv6H05CzMXkkW6YQ5EplB5BnDgFF3qQCosiGqlg12Uxchg06hTxTLR+aIyxT08uznoBD3AlOcb9cX99hU36mCNsGSr3PQ+EridMxjJQFcPXpC4tGu5MrGXVIE7HKaTZWqqJCTk6AUkVnxin1JUlXrXdmv2eA7C26Rae3dAUp/AMzVoJUagSgsqRaAQmUmtgJ45N8+DB9+N4eXKUDOLvM4euPEtymznJdCDMh67QtxmiWMR7xXGo42cPkNYRK8fmiEnwYGJTp0sQpWEreyfJluHSjtH3+ML/6A9R/cSo65kPMVqsPD3KnLmIT15aFx3b+rS6aYd2v6R96ptblS7/uZ/xdtX1D91ROOEPD6E3LvKxP7WpQ6vIwRkF8nHNJzIEhIQGoGaHCeuJxhRXyChQzzsNhLWHO+Rh4kXQJrBEjFmGyFQwyAmiE9VWFWmreeGl1plD0M2aTVgbkISrpNE1hjaCYwmwu9Nck0+YuogeUGG8GG4cYECTl4vEqf96r/9I2350KcIl9DnIzgp0QHk5ptynA/TWRJ3MYN2npvz6G9bp0Q5ozNQWGcyhzSZG1dLdB0OpUFdNHKUQMMKgeOazu6GnnAch0NiHriez6atbJFicXFjrr/iihu1fZAZj7X/DPb1a4ieO4PF3I1itUch53QPdOuRTIT5hc26jpA6OQdL7CQPNA88th6O8AujbkZ4oBn52pdOUeEieyeJmV2YUSoJukEcOYd4TowqHDCw5ienoWN6Iu1FSywJZ/xAUblpMFyadqsWW2DUpk4UJnmcn55jmw/qzMQZNWHYSTDhiZPTGHlU7XzmNNh1U1NKLYx+G372tPaO03GyYq3WL/ttXfvOT2twdEHHhmjPxTsOb7lBayAQzfav0Jmeu3T6G19SchmdOHChR18cQyKMYkYH8S9tXrbZhvMzWs5EgzMYZAuJxTSed5Df91GJ7IRe2j3IMNCT+91CtKwgCEpQhv5YNc0UOsaN5utiJadbggWZuKNLzOntBBcvwcAqkwxbw0NodkHHzSNSMUqSl9iCnplqQQCnqA/8/P9fWz76U4Q/RkA1OQh2M3tINaNeCsvWiymXQiutEub4gnH0CnfSgLSWyu5TGpvYK3/LmELoUZTh6RyZfJCdC0ItJKtkaKO6U/fy2eywsh2SNsBXeVx5o2ZXNBGVAvoYJr01SdjQT9hRbwyAPaBVrTH96kfeQUbepRcefVLZPfejoUEnCA/s6BC9h+Ci/b1sp3NsuaAKBwkddiCF4I8So+Jh3A1ntU+MGYk+6SpRs5PmgeFFEGtm6HCPsG2XaBzIM3/QUvYy26jBgulMxoUiCcKdDBXHURLSGMYSwfMVWDyTeNV4Jx4Y792HgaQnaFYA6vvQ//EbWOcGutOFzNeH9OnOuI6eHtbk1uWQq4i7CWXaP/4ZqLMFjSFpcGDcR/Nuq5bTN2kQ17F0VH3IRITbmzW9ENRDYzPaMjioNgy+Gxz90MlDCEAOkCsyJYE42gZ/5U0Rie25wkIt4Siq3NcoyVTApAuwZHMclsMUSeSy7Ax5tD9i3JtgnEWUYkeDm/L46RE43GDKzLqJp4A8N3fpnnd8RG/7sZ9jcdAwYA3RGKHHVLBF4sFwddpx/e86+exisJtTULD7nTPEpxP6wZ04taBm0y8Q0U9oEi2Vicww4d9KDaaQoQhuYGch7i+N8YvsjMHXoVHXV3UCgzboJwGCETE2X40z7beJQ6m1Cr/rN8iFYtrY8D9UmnxUGfjRfqa9ZRu66BdsJSY/qcwxYL+WZo1MjyvYHGQuyiwPogXIDoPFQIIshBJJSBHWWjtNqBkgOyvHGwBmW2UgSRZO0cC60y2WEwaHs1dzL4Qeihgxplnl2NsnoZ92dFo2TqJKyblCzN4Atl0g6ekFyz4WR/id8Ggb2XspCLMv2K7k7Z/QVnB0MXvFjCONh7th83XSf/ycph/5e730B3+qg4+9oJV055xmhuNzEJRuhCs9h/jHc/RT3r3jWvX20lgB1n1y7JAbiLQAAWtqZhquCUkiO8oIlFob6xE3RSX29TKJVMy6eWuN0I77YXz0mqAjp0c3UBNSYixqrqNQjaqno11b33GH1l13HTsNTMH1qwlvKf1zvlmavsyr2p4QMvEg2xlqrtruxdL+w0vx0t5qsPMBquQ8Xdc6UGUv3Pax408pUx7neSDVFt3MCG0aP4LWeDFBeJZmofaDL/S/PsOPEp7S6U04xh6lWxhzdWVU8wRFeBVMfHMlMeO6tb3nZ1W85mYkAMBgk/AI/voP0d+4D08/j2di6PwGtOHu+7IK8JzzMeJQDKkMPGUOJUoSliXunByfVTdEf0sWq+wQtlO4Ur1h4Hi+KvFrAhKObeFgHxQf0q6sXLSiDRwKP7DgMCXpVjglFT4jxzlbefj4GXgW4L4Tk7t0ctdu7UBUx8fWn+P6opTyc2lKv5SrjTVOalcrJtA0cdsn9JmVO/XkH/2uPv/5r6sjNaXr18b0zX3Ez4m07rn9Bm1d3qLRI89pDVj3BIgDLCH5in56M8fVT9PFDLDbvtEzaiYv6UTEMUU11prPS26cF6gE514xwUfT8QDOMwNvwJCsiBUC4sOVaBKHsrLrBm361K+rbdkmvD/3h8+w2NvHm8VZjKdPP00IQINBM5VOSFtlilS2q9Y99FLDvpDSwPmRgumd5Ok+ioHehEJuspRjxERxRtEooRDJenvDTgpCUFfdPWvmNRR77KrQS7Es4tUeVzz8MPaWHQ6/xLAbYZ4ZxGcGbUY+jwdeyIKdttLCZLGgdTn3bAK15MAj7R7+PRWPz7qiScc7dirx/p/T6i8/RZEmrnmE1QMI2FSIh+OxqGbYwsvWEcKvTp0+TZkcY+b3jJtgEFeYUnhDEi9HBNBMEcNib3NRc9PAfga/2kfyp4FdJQbcML+QoYoWh3bp1/omNsPIVlXe+TF96K67tWztDnYF8/iEAPxOkfaTIKOcrcUqS1k8gepTmU5yEGRFTQG2d52u/63/qmt+5glF5o+RmJ7WwT/8O11L/+Ntb9ugqd27qG4G9LeFaQ22dmpdIg/f+2kdHQa6W7nGiT3OsxO1tXTJP89OBWqSJ4wJkSQ6PUOMul77sLmOZaYkBLj2Ih4WtBO6aFEnyWemxvaoa2qcPk/DwfnjMkrqBAv7mR35kqanRtV/0zbQnL0aGYX7ERlQW1sbOUXTYnfL4i5bh0Zeweosvo+ESSTc2jNboPTCfVnet0lzIFfNgTuVtOKUCYPbKjVeEAq3TvzHMX/O0pov1bivuFHXsfM6fllH0+vl1J7GAcfTKAMJ1MWDIuZtbCEQ2DUSGpxeznWSobfd8AE9PwZXY8GnpyeRNuulGXUCfgfEnCITBBqQ6Q3jEUyFf5TSciJHxh+ErTfFg01RXiSOTtJskA2Dm1pJnMlcEQz3GG1bJllWxAhC83HGu01pWXtQx2DeHTiaUQvn8Cgoyqq77tE7f/GXWHhJtzOwQ3tEAy4yJKze0Hjwd+N+09biJIKT7BQl42FggFn0PEqrkSLL3q4/+9KndZNvWHfc+lGdwMO30Fn+hb2MmVtZ1C3EmNNz4MPEvSWUTfMwC61rJ0fDQhXP24THG4dH/ngupbclJzU+BzzHDtEE4lMhrEkxtGmB8GsBvDeRm9EkSMkC4UuSnHIX+PptYUIpF1ywzbMkg7kRjR78nCZO+7Tt7uV6iskMo9P7tXXtnWrv34yHtWzRyPCU6Bd74dxQbC79lfnOrp3PUk7HzrOnar9TVYv/JpAmiFL16Wf2c2eNnhF7+elF1LtexsqvuFFfbHX5iLeMXWZXbRGC63xhpdrSttEVgz/+nxRbv4MyM7Ky99yigYf3a28LSdsybs++eZ0iLEk0gGLQJjVNKTqACHmCcrxxjAMlSEG46CLZfYFwJhrLaYx5MJE4SSDxtKmYpij4rMnDa0D9NBbzEdFl6E8EOejqU+kwhPvmHlT8T2kCAHlwE+8PZFihGuG6wrzTdoclp4tQgX3bPUT+YBD2V4nGXRtdE6tk9NQX/0a6/y+16a7V+jZw5JbNg8o88g1IWlN6L7DjLEngmv4ezRTT8FFi9FFigPQZdtJedXJ6WAN0yATZ7aZRPc1SnYsRc5MSE8rBRjG4Gk+dxvhTgQVENA0i7SdcOgXqIL3zEx/VmvVbnQB9xGcXwnqGlnBs72O66dqteumJhzn3LXrHnf+WhbQVQ7NXeiZ2eYUhPabmlTh+5EZtMZ3PNK+s8MgVuh3NMRWNdwiWDPOupfefYqCs4OAksrZIAUN5TPhgtpEUpujKsGqhSXktMHbOZsw3p2jtcjpaRUIb0A88WRJJMR+Y7fyszRCPuQdkBYqpBJ/DgrGYdNA6MWJFtV1/nVZ95DNadmqWYk5Vm+n7awIBad24A9fbZE7dEeXPqeF6OmFnj9o/y8SzAc7TRmAYXpxnzMW3P/9ZvCWhzeB6jbVtcCVz8k7laLfZTkx9hBi//ZYOnXxqFAOn0ZYMKwEStK2nVyezwJqZUZQU8toMI9CXKaq/pYUBRqOU9/NUYmMkwlRF2R1idMjSvKXSBNXaAEw81Fe7aPz1gxUb4mMTvmzLGT32bTUicxyMA20SClx303Z+xn5TZRU4b3mW8/zajbBuzOa1X328fCmf/yM3ah9bvKukewFHjaVlzsFaIWxzsj5Al+CTnYc01zqvg3Ri7OTP5EyC4o1V2ejCiJFwIsTuo3pVZMuukkgmm0hOaK2axzCb4DWjXA5cZVJeHkswU4LQ42O8HIlgmnL7+AJkfJ5h4813qrDyx9S4wZBao+ShXOT2Rnc2rkPebboWMDqNAY+jUG9RO8tXsPidVWZC7Swku7xjdLLMQzXddst1+l58g2ZCXdpz+LTautqYugsFFnJXNRdF/viIwtMsBFbrfpuSMIRO9UmQAohdxVhFzWDp3bO00TaRyJKIRZIky3CwxxBdL3ERnZz3AkWMGPSDJ0+Pow3Srfd/9F5976kvaP9vf15rKBx1t3C/lq3RxOhTaupYqZdOdejQUFxP/e0DcEju00ZUqZYP/h+EdGAxXHP9Gr1RKEv5eJdiavaaukFfOS9tn/IjN+oScabdLRtGYXmxOzAUggYSLTwvVScmY+JB0J3Op3R45KCemBjVB/DgiVkqgnSQm4RHkIw/ZEQb0JQi2KdVqYqgGyGDkiizZ+hhbKI4E7SHAc3UOLsm6RA6zgi7JJ0iIAdTprZO7Lx809tcbGyqRm7KjKmXOs/rhMPcJGkzZZPAXTz4+aKvXuK0/SAy1uzr4lIbdoBRdvHzA9Brsw2d2t6/TSvX7dQzX3icZK1ALD2jZ8dZpHtgEYKJtxCKpSk0NRYgNi2ENU93ThTkK0oDb2FkVtkezshgShLyVsha+0eYlBtM6v3MwrnvReLtAHDjNffqJ//331KQkv6mO47pqaeeocSf0kl2quYDz1LF66dNjJnthBrLt6xBGH8nRhylKMWIO+IsQ4YW6+Xugo1s9IN1pZxr2Je6GF7d637kRm1kI5uoETQDqYVYRbyTCbnbAf8IY0lRRCAjfvAfGFHwBbbYBn0XjPauxIJOM+CnjX7D8gzEfDM7EpkAXImGBHgr23CKJDDJiOaJKchLbO3TU1m1wHkuo6tXAhoLUz1JwlzrJgk6w2LKos1X7mrx+Mbmpc2gTarUZe+WHXpjNFw/nita1w3bdpl6jOgCKfenQtEnYAZtF8lfy+mXfNvtdyu5skOrd27H8252Del9t31Asb94CmOLqopM2iyNt9G0X9sGEhrGS+cpiQe6mpUnEWwlVklD8p8nuc7spdueSCHUTNWOQk47tNxhCkUnIWVNsC01/9yn9Quf/NfuTAtUK9u6Vuk977PyM9cCBVeh9+v4vsf04AN/wMKbIrQ6qPVvfx873YDae+jusYJPbes5W0n0rnlJS+Grs7orFHbUT+JHbtRBmlX9lhhSHChRCQnyhMJO6d/iPYN46AVkqFp+Co8y96dayfi4X7gX/el9h1AlHdezh4taDXy1iitpw2vPEkNP0/nSE2tDKow4la7rlna6OE7P0qwLt2iGd25Ig5RgwLhioG+VaaE6iAecR4rg2p/6FQWXr+SJIaJj4QYG7PQUa3fMm8JY88qGEbsoyeA064q24MSBVnzTGkrJCYjTjVFrWhtQu9lNfFr3oV+gKQDRzO5BXmzXTr/glrdr26a/176992uE4tGmwQadng1p9QRdKOwws+w8Wbgi1Jg0OVECpiypifav/lRcEyyAFsKv/UPMZeF8einv7w+u0vs/8U5tYDxHGOzebTvg9SU+y3jlsAjoAoJXwvsNbrhLLS++oNaWlyiOgewUjuGYkYqgu+hiFcNXac0/lJf/yI3aTbfSmI4f/kc98cSXnNTYunV3KNWyAztpU3j4tzU/9CD0mkZ13PFORdo/pR8P/5pK8XmyebwzVafM6BE8DMIqMO3SNArMUNs2Lb0q2zmT2dTS1MCoB4oVTAqLQxgKh/Pqo9+xjHh6emqe3sQOxd9+r1Zuvk3Jd/+MM8gqO0POZHZdW7/JdHlSDAZHWce0U9BfImBesYZXihV2GG8YbVX3tWlwVzFSH0UdmrEgLgGh3fwhh1+b80dVhM8KkgD36saPfVhf/pXvIOkNf5qmgP0Y4vW0W2UhIQFb02PAdUFwmrRRGU0BmoSLmmuDO7OyzQnKPD9Z1rblnXrbPe/Swjt/CyOtge/8ZVJsQRyE1VcpwbrdhmUGr9no+1Z02qRWNASNQuvnWoK0gAVZSFVrz6rniYuNsV6YeMlVxR+KKZ/9kCtu1HWFJvtICIhsgTPu4fsRHbfKUqTUyTbWrWUrEZqBbHTs9MO6/7v/VpHxVVrdfogH3K6BgZ9Vfydke0rmdlTu+XWVd04Qm6b1v0WX6znEar7zR/9O0+PD2tmLOHl+UrOjcI7RmZuBa2LJkh8DyMNDToBhV2C2ZQGRYzytvWu36x0f+4Rar7sT64drYTJhZmxm0BZNuCGR1pDIBm46FPyzCNd3rnicUHaMDpWbYdDRSlYdd13UUd8KXp8S4TxGhNStqf3XdFEgz7o+P4NrY+ahcZ8g6XzXQhPQl3veqXWf/Xfa+8d/pD3JuA6NPqPigF+P7WtRjolc72wb0xzG2W2TEGjWHQlTKcSLD1FAengypp0//xnd8pGfh3bQAdfFsjlv4ViDgsX0bs6vdR6xM+ZBTzLIqLU2d8ARoe2svwXJ5XcxHrqVpNaTKK66We7nWuT5XSnWgOEjFjc9bQsfrYcgyLUZDzvAPbdlWw9TyiQj1uF+pYVurrhR+7lAr5CLJ8Ooy9T7C0hpWRnXuiaqzP6LVtZyZ3q0ZuunUOls0jc//19Q6X9Wx+YG9I67/5PTmoP87D0QPGQo0oaiKXQ+bmACT3PbR39GO2+5Rf/3z/6Ejjy+TzetovMaQcmRCl3iRAKFW+5xBPrhF3ZTJifBGScGB/uL3HyrfvKf/DowXTMPA5gP/RB7hjUOj4e6EN8bHu1Gw9jCRKfEKJK56jDfo1ew9BSYNbJbIdrBhKpSgYeL0URsSpGR3Z1T83B394bGhXCht/e1n12h/nlBmlvf9ZGf1o033aocEN3v/fvfZn7kcTWvquqbz2b1sUEqiwdO6bsjFW3F7tr7m0GAKFox0Xb7e+/ULR/4Ca4F7Nn6+2wtWhwPAeSc0RskyQbaTMNtt0VoBhchB1m5cpUSCGI6Y7Y/DuE4z6Iv4HG9ziuCMry636jEhGHutxwUZLvcWaOuFyDPn7J7gbd9Td+64kZtBHa/u3JrU210mHTYtmq8pG3RPjobYHHgqOyGzmr/vr9AVqxZFUj6TQOfBF8jvrUb4y7TNPBZ7XbXsBefbxZSPQ+R94z19OtX/v2/09Nf/EvNHXmR/r5pWrMoV6+kMZe2pHUtHbp5elQnkE343G9/VgcZifypT/5zaRnYs7kjy/NqY9fsnF1oQRzsng0/tilV08wyjDZOghIwsiI/RgEHTgg4dCJEqFRe77AkX/AYpCiEdCiiRILGYTCSjr2JGbaXPLqpuXhBQxUsuvGKOHTjcA4h2pyaV24UM0V050/+nP7n//NZbeV9o7E5HaA4s/Pa7Yq992bNrl6mZRj5HSkwabD7YMdyFj86e07Qxmtarbda1S3ErsXycfOYZoQp8O360RA1mQPPi5o3dsL4lwAje/C8Z0Y2+NVTdacBw7n4GprlEIDvf7MrFb5ccaN2aufers1/zLChhtqX5shc7AlPwd29WcrBX6SVaot23PNePcS01s3r3+lGwdFg7gzZ+pi994EaaWaC1h2QruOShUFIGne+Q7fvvJ1YmWphLqDRoxCAVg2APTNIE+jQR7FjOZzltcdH9NADSOcib5vFUxoR3osbjUBDfGlTDjivCg8pQFuVHTmKM1Oz9ElGZzQPyX2GNqkIM2eaQvcydcO4LE9AW2WMMtfXnrqJUXRGmbSE0S7e3tzO3Fua7hKcEVh8cPaBm2M035aHNhBF0PGe9/+EfN/5D/rGl17Sx//Fz6v7rtvVs+wuRswl0CNhw7fJCM5SLX43QwT5gTvhvPTiR3ncdRNp9z7XhhmBJ4EKubZROyt7Fl6JwP1tTQf2mks5PFUmE6+pLVxDiupIsSlWmY4L5+ppf3iGvVSL8VI+49W+5oob9Tk7mLvTdvfsAm1MDn6XSa1BBFXgleJBTmv15o9Am+iDRUZsTFFEOsoC6HZYsa+KN0fqy7sx9jTw+qaqTBk8SDnZ/m1e21rnbOfv3NwMfosDM+eBcZZpBTM+xt3v2KyTI5TSoZmawpI7XLzn3XTzZAZ5eNsvOndunAdFIiC/BRJSo4NmFypMsOrkc6b0wtDX6PI+SUNvO5ElEw5AXnx0iQfZSezcPVs2N36Bx2OLpmZMtnfZR1q3kHGjA6y2Hb/0Uf3Zrt/ifjCda8s9lLeRIuO8EzDqDB2yhmXrpLEzNw0O5xRrBu3GuriZNHZNMOKoFnqwHNkMHT5LvafH7zAD917vLQqvheuVDkdLs0jKXYSdhYfp2y00dCluen/uPexntW3vFd/xtf/wihu1m6/mggYjstiNs4TF6odmnJRYLHcy2SsqbrH2DzK/pIlWrqfgULdrJPAVpWh3Stno4HoHBElRhUXhJ2YNMKOkWIDGCFSVTqeBo1ggrA9TNDMUy0hhpIW1G2qUV/fxdMsgnN6IQVsTqaFxntv0tg4XFplojU25NWqnlfEh3dPBPVcgrEgfx7BNASmkdHZIuw7/tbqoxnWFr4e2OclMmGdw0DYgtQluBaVpH5N4ncc++0wXKZvuGRPfE/taPOpzzHzvwbsFhdtsX7dDP/vLt2qYHseNSLQl+HmW+xE1FX+8I2253ig4zwbdf9z7m6yysyPvEbuh0VYwsXvgdj32SNMRovLqFVLO9aJegcW87CubiNuD3IebNqCH+KSRXZ6klD+fCWlNZ68bSe2tNhuHAm2gNjr7B8e5X9nwr7xR14zXOVZusI8baK3vJkFlSIPrgQM3TeePabqCKC/TaStVZK8QWfdHgfQqK11VEFkVlEaH+BlIhq+Z30YdiHJLQ5ixE6AaOVSczhyfQAqrDW23Vp4fkBwFiqYA8mOw0uwwzNlUVBdARPq6EY9pgiMCWOi8CG7NcYVZEZYCBK2qaeM7OEHYyzqIMPs4BtsIyd9nPYFU3EYnDmrl4E0Mvu/mmmbVAW6eoGumlRg3Ul7NObZxbkepYlpTr52Da5ByD9h7oKbCZ/fCsG/PUzqEgPc3SWQ7fMXVakPfbuGZF1yxJA9xy8BFWyhzjMBIWXJbC1fLVE4NU3fTtzzcwzIQ9z7OAVtibuGAC+JtV7CT8Ior9rl2PvU42u+c0dlw6WXNiJd44kRGZyD34XOG518AY98DzNqjVRXweFeHNeEiECh21QYIaB4/+5WN8wf96ZU36pq8rXkkt0V5zpBLxDtTcJmd+5rGgkBiwTZISHNQJ7PEei3weLeyDUPcMYOFOzddOAFh5wQOHZwXDeY5sOgMPIk24LJOFErb4vxJrtdjxw/pwL7H8e7TunlLP48V07exciAv9uxNIXXPs3tYR3iWwlFkdQlL7IHa2AyLC9mm/ZxrwGFVlNKJLSdngtr90jfVumKKHYR2nEIH4/QQlcxNOl3AamUMwKNJq1r+CY+vi5h+DuOaoDNnHxIa1k/d4SBMbw+oP0zPEq3iaD8zRMJJ3pqRm5OuwS1FDWr2TFyrm05p0v8cqTa9fsg70AFA9J5y97ME4clmvFuoUTQ1VvtjkhPWJGFca4dMWPOANR/jTjBu6wSPELeXUV4KGLy6pORvMrqu4HQJRmeev2rhJKiHHXnCppGZfRrJPAeqwm5S0/CwDch6Jr0Z6YSBSzD+H9R4X+73rrhRG7TvjZUz78CWz3CzbOkEXvQMWO4EwjQQ8tUHcYe+uxLJC+1HcUKQCrjvPPOSkw1WSG9Ta3iAVv+NtDTt1+jUUdh31nPdoKbyHTpNk+h4Bu/egLG2jNJyNYsgeEFf+Fqj7r51Rus69vCEUq6L+dndT1Oc2aUPbAkyBCjL2ED4HG4khy06e5B4EVcWN5yVBgKd1vf2fR05X782rLmWplXzRvCVCxgO4UUZ2a94qF2NwI4B6J7FynHooMwhRAOkEAeuLA+S9NlMRPOfYy7ptdFwJvbrc7EPRlUPTWqGbYYSYMGV048pP/a0GtIHNZxCyuCLv40k8G+Bp69SPsecQ0Qo3ShHV4GlIlsa4c8MKwIRMnIAI1GVqQqa3nfZBPCNKWhjt9nB/KbhQTBeDqCP4oSHTZ81yVl6ilJnDyso8fysG6deLnee3xPID+LdbRquOXXbWxb4ev/oQ0xngxU5vobzoC2O0GS2cIhO/wl1NK10lGI3/teOS1g4r9bor7hRLy2zOi8EThrwpfASObwcmClc4DwaF5ZYxSG3m2qPxas+ihYJVnR5YRmlb59maLCdReuqUG2nJNxKxzasNooMxkGaLnHDRp/VVGZI1ckmmgeu0+a74258w8mxA6AUPHwaak8cO6RDj+1Sd6KqIyRaA9PfVpUS+SzNuBZvW4NBmAca4pzMs2Qw2GdPfIvPYWb5wCom7tIrafLAbqyx5QmgLAgcRqB1BjBONxkBD2/c6SJxsiH01thVf3aG0pgxIAjgHiZULBYztXvIUyW8pc+C3Ny3sY6jTEnYqxOnH2WX6NXO5iMqtt+kP7/vuPZN/bg+gU506+C/xFRMxou5LyBH09On8ILAmPBY4midlF0T7QKVyyMYM81c9FGG/e08AUZP08Vr3BcblWG8GjcylOeyZBjOWWOrk7lsRzCOTs22naI4i97BsVY9tdCGm3ji9CMgRO00WmS1EZ3rSuAI4ciLLL5pjU8Z9dXaxGq6eRV2nHMW0Ks13wu//oobdT1BcB9vfAhucMjfihGYdzHPbYZMS5ahBW6/oyRNM6qfmx0NmseOUzWDKE95ewD5K1Ow97kiM3AbG3uBGDxJnDvYtUyDPmC0AqMziLmjkZwaOyYxklP6zjcfROcOqioyu36qjRvu/Li+xiiIzZn9umGAaQQ8ZMONy+jYWnd7Bh25DDTONDJgna3txIBJPh9xRuNRIyZpYUIOspTtQPGG9SZ0wP8smQV590OcstI4OHURgcimEDsMxlxEcTUL3zvP1l4gPCiR8FooFG00T4iZI8AzfOoZTYz8I8aYoPUKXLzQr7ta2WWam9S9/jptp8r69AuP6G/+5gu6ZvuTzEi8h5Y0qpY2v4UYOE5IUm1o51ogZNn0WnYbRCZc+JEtQ1aicOQ3tX4M2JqUbfFaVdcM2g+n2yqO53pPPHwNkbH7bar/9clN9T5TN8CPbN+PspR1Yk3P7Yau064OxCyNort74h8Ij0CMIFl1Jrd5kK4H+GDQHsx4uY8fglHXshjbds1kSbBsO6NI7TydSxnNePE3JRIdM64YW1YAw/SDQwdg4rkg0+JMftNKyraRW1hTxSPaNDDEB+jDQ7eOZKWERrW52TC7QbkS10Pf/KxaUVRq6xzQrlP7dN1d92rdje+FL71T3/36l7QOkcLGxmYvNkXE0uKDebCoNH+sA7o1Ydsl2AGUVhOMaWAks3nfCC4rRouVv0rY4aiz3hbshzNCayze2xYsmb5VDI0eAMJjAvIRZM7C9AXmTJcDOunUzG5IT8xZnAnpBbrlJ+a3qYVBSs2hI9q5alhbEH2ZhnqaYQrBu35su94Hw29u6CUopY+izDUEFQAlK9rYotyHAMZZQr96igVnOt+28yQwNju1IFCnhRVBWtFodeXnbTwLCw1s1zAOn5lC7VkttTK+5a7DhZF1I/Qace2CKRnVvLyFUrwmtp9yOzSBygQiOd9QrJW4mv7DWGSVBvvB7wE9rTXSejiu1HHFjdqDr5acfg2z9eHxDAJwrDfHg0D2HOVQg5BCGI4jFbleUtsWSeLqt9xtkwQyDp+zbZTJrtaZTJndVIWybLfWDX6M7e++rzysppU36vo7b9MphMe30Ma0fsudos1RmzpQ0X/HJ6lkjnEOGLUVIGzBmGY1Wl1mECmw3BCNtSaTZkzqisPFm/gadIOQwQx2seGlHhcbhGblb/PcZuQOdeB9occavdaQlRwhSgFRxwzSX/ksSkW00lSBC3tpaljTuV5t/tM0CBzV9lZi3FnIRZ0QtfwoGUEdbUyMKbFurZr869UAiWk+NusKH1UsxQhbfjTqfGhX2wxLU5kNsNAtEQ0S/wecKh7QJlIJ7v4a/9w5mQsdZ72oeWNvqhoJLcB4wDjp/NMhNQb5OSsqcF00ZNAI3Ww63DQSD3SvRfi9UdNDQV239t2Y8zL3Ls6gWXSm/+GmYFzm44ob9SIBpm7YdZTIeW7zbvVSKuZrBQXzFrWYy/2KJ4V59nAld8N9TUmIEASKpEFlVZPmctKaNlsb7wBhvm91m9avvx0NkaxiHQz8PN2qDhLOxxniMx07oWgT3ekG8uU8RCJUm8Ib4z2wAyfl0MDIDZN+r7Kdm8FYwmmfUQcLmCvgnbMx2LxUs4afeadtXslGZ8CKoPBnUbZ9l7gWIbskWrgWhZVhxBUQe0ny/nHT8dBXNTpKiNZ4D9oYX0PRf9DNcfHReJvG08ZN74P2tnJDE00U7FRu9B0wIzteLEQDFyGeS3zRKbHzcVOKweBNfthNaQCpMMN0e18Nxz7nHi+53ZbEmuG6NlvYffVxFlYHKCAlG4KTY+88jwLVLPlGAWRqbLKgeGMP47d7dYqBUYPNb+OKmX3DTlWixczz0iz6Gl59mW36h9n5Yths3aJrcq3OO5rxmE3g3WrGayVde61N6vIwV28BePOfzKkaBOd9VTHc2+BBEjeLbOOB9YQOTGkF4nrvjbextZ+iFJ5FedPPKIhBjY3PEe8NQngyPQwCFzjUJZsryIejJ+kwV3trC4sKYOIWaqDqwblQ0STmrsJbsQdjbtjKv9Z/6G3bhr165+R1TXueznkyh0+zJ1XnvGsB5TGOYgQ4MWyyaCZEiXyDJZsWWFmhKdx8K+t9s+ZaqrBH8lBqkSwD9mylmdhGPU9DwIoX2GVonjX7tK7uEPQB89KIlfApRilwV1HbLbyijudWrfpan0xe+/aiZdU9dA1yNKTEpqCabK9zqw0mmc5I56PKoCq7+zRMQkK1Mky/MtTWanJK2UxVPZ1NGh/fg0JVs1at2+qenau823xzzsn0YBYVBhY/+/J8ccU99dlyqxlu/YZZYuZ5NY8zUPfWVkTzuAJe/IYHsnDD8Se80qtnOIb4WuBCkmRhAb2HNpDURq9Z3TsZotCBEIpAFoJ0cLQW2XqZLfJw5gR6Eyn1URKerixH2sxopqa/Z56IhWRjOcwQTMKLjwyDahSKzXhYfBFeqVBE24NsKEyC5eUF5pVtS19S4Fi0ES88cpdps9ldNdNyCEIEFoiR+IjeVY6QN/BVoor6qvUVFtBuDt6ILgkLFVizs2sncTKJYOWEWlm4Jv6TRWzR5i+GmD5mxCSvBmD30v7LI7XBoVYNdCRau39WUrfytXcf7U8Fbw3HkM82IpMdF07afAFrviW0KKfZCYx0RgMC09F27/82haVTGo9NqauxTwnrd2RuZSjczI4TA3liLAlY/fXLfp5CUivhWkoVfIEfGNIRnmy6w+Wx4e97lytu1J4R1u7kkkTkbJy9NLawRKuerHw/jlmjMdQuwszaHhT1NRRCHRXIig1mzK5iZ/smZXMT0wqdlr9tVj/2thvcVs1UQs5oTnDueURk43jgIPK4tsCsN9Lomk4HAV502LqqzYQt2Tov/vMu7Wxyde6VeLfWK0uzz3AuXnUPDTwTYTQNDSviA6nYgjIVVlvEDXSZk0byHUMjmrlC5G4pYhhKUcbT++EBhIjJ3SIsJjAO0BjT7nAJoHlo+1wWu90Lt/BsGzTkwkIR2/m8aqLBcK50vnhcIEnkZxa2GM4UIeyqsJAsNFzTc436mAeZzk5oJHdCKULAlshaDLtVZ/LPaPfQV4BJmZrQC4WW2P5I4WHCq/tRXe1SD1rUnbE1bgkhXOGoaJf7uOJGfblP+MLvZ3GD54Usi3f4qzM2u3UeiclCCxto5MWfPHBTibJE1SAuM2K3VdthBm18CgsZLsMNX7R0rwBFucIVQdwCtFCHh+4N1jTBlzokYJ9rn29FD2JpK9BwPn4IWVUnRG7VmVqsXLtmK5p4UujGX7b3N9qs3RPYiS8XMF/Cw/HbXHgWoQ2B8nBtEBz08KI0WzSl0OnW9Q4ZsVR6gQaQKeSYW1P0SrYxHaDShUY2eUllALH1FPkCTErnJNBPAaoN10TbL+E0XtVL3vhG7dAG80b1xMfCF+9rb8oTXsy2fDNc4lBHvHE/Na9uTbRWyvUqiGbYDpxzBm0GcrmM2qug2bm4zzYivSvD25hr87S2oDzrt4FKZqCG+iwSodxPzHPbuXlJoZec1heueVzOfzEJt59702OtmufF/HZtnpd+NUcVuqOFjVYUc7uhVVrdvbFcgxDCNkR3P5GGQyCoMdIOemRJJKpZ5DKrOjdxZpbMx70EzhJ8KzK5oo0t5FdzNpf22je+UbsbVXtQ9SjHxboWU9qDtgTONlp7jXlCj/YacMkcyRIFEmcLNcN2rDSDvLzedPe4XttRaw6oT59y5B9iXpSpvJYHr1nXTMPkbhaN2X0+5uKotrZojU1nRuWh9e6U3dZk1cBzz9BjHda/Vzdo7+9Xezg+DOfrTSS29zVYyMtz7FScK3BWDWUhtoLO/H4Cu+M6NvUIWDyUAZqikxTPnDyKXYqdr/1x45s9z3+5j8v/jpf7DF/N+znjNg92ruf23qJu1Esertu6gdf4qcMG3MPDmGxbrC+UH8AQlp5yHXPwrNAWlWWIjuDtKLReMmee2pNb8CBQN+m89jYeW89+z9uBal66npzW8PFzDdksyEtUPa27+u+8mptZu2suYTcDtt3Ldgrv/Nx64i/7l6ms2txLFxXhRJKBFTRKnND4mWc0mjtCwWmAohX5j/Us1rB92ylL3GNTk73cx5vLqOt3x8WSNY/mGhLsMIPwuMZnq0EWFrCtuym7dtjtWGLQl4XwWzdY7yxczE8YYoCaeeZKDXrzPtu8tW3qS590Lc42rrd7g3Ot4OWM2WBPV9perBS+ei9dv53GJDSGn/PVjpHn1QjcgYcuw6qycRvmCNDDJHeBtwP8aKX46dJLJIfX80LyAUKUqg0xqi/gRSru5TXrN6dRL0KHdrPqGb79bQOUalCbbf1W7XRxc92znS0uOLty8etrred6xnTWY5vJ2jRflpmFOc5A6iVqL2Gt/9tFFeiGLD3qw+q/fwM5GyZ50YgpK1livGRnqocpr8I7VgwOdPRY20VAbkjyKkwbsPe3HkifdRNZA68tILx6EMJHGaJSlkYKo5oGW+2VtrjmeJ8JzolvkCS60fTnbGOXz7DfBEZ9Htp5nierF2zO3rK6kRizjO3fVTTrT7lmgIvO/HIY9dlPrj9DFxLUdhNvUdnnnpvELdqfgyhr57wYEtkp1xaiS5TtM+rXddbPe2jja8sJLGn2oEtHLCVkmMEZWEWSsM2gVIMX3Tmww9h9q18NHTW5ElMQihvB1mluYOJaiIFQfvy2MQVdwugW9FKa6+Ux7De+UV9kOuorOSWHBiwaxNlk8+y6ePWC3+c/lpf7/MXY9GWe49nfs0dUw92NiF83bDc403t8i8pQlsDZqx2y4onc18q13sKto0KO+VzbuRYRkwufiBfeWGhhL4TZZ0kelVBL8mxKgb9oozuQvqDUb5uKwacF/yyi7QeRV46rm1g8UH6B1yyjYLSD97DY2iNJmcrAq9g0Ltni3/hGfcmX+gZ9oTO6uvetL0LPxjw9b5t14xlzlUTMOlosxAo61MR2IxYCI5uNjGUUVWfb3mhPDjP+eiJa9/T1tLl+v+o5hheje+GYhRNejqLASdeWZ4Uq5FpdA0WQglE6P4Qhw9RGgCgWYlY7osLVgDUynHFEKr+xHQlDrkRL11tG/Tq39aoTh6kbWj32t3zR8HirwBpv2rO3MjGsP2SsQzNiRmPQ01mtUNqnR5JpOlQvoRT4KHvT2+ijxzNQWWFv4N2Bl3OZi568jizZN2pe3spHDPBkGg7J4Sh/t3AeIcZ2MHAjfUwtPVvVGL0J7k0a7s2TkLtOcS7MjY+upUJLV46NqV5a1LxMz+Ito75MN/JKvY2v1qF9Vsfj7Cd5MTrJG5h3meGaZVh5vmKvk0Au+Y7RUZRB83oDPZN0wFQP4iktrqX0X13L77Vj0JAxGB29eCxNsJfG787oa1Z/nri8ISI+PLOpZwVsZgsvm6/sxUPTGp3YpIn8EU3NP0xMfYTCTD89pTsJYawZ12ixVyL4WFQduVKP5K33fa13wCTNLPb3uZLyWR/koEn+LJQOUL07SbxKhw5dNkX/QaULL0GY6ldjw2Z6OQ/ivZEEMhKVrJGCxgA0CMvwzsvIP4Totj9b3PGqra4BwMXfpuVNWPEKRxlmVhAPDd/LQ0ODGU3lH+TUIhoe2c0owBcphzOEKrmZP3fQzLHOdd9Y6FO1RXg5qrbnnd9bnvq1Wt0V/n3H4bYDG6vA6itWxqHTjtC0PAYF1oaGpvCI1/ECBhZlv0nPbbPaEu8lHAB9QJ6hGoKp6F/hQhD6vBludADAAt1pCiThoJWvLR725NU8x+nh+17MbD9biuvbz5egTfwCpFm+x0Akq40zjCkHgezAGeZgojgbDk+rI9GuztQt6KzcSorY6+WcFsobM5KmEGvJu9zHW0Z9ue/oZX4/z5t5XtNYfRGSwpAf7W2URk0+OELXT5lxx9aK1hi+DV09IzpZWxykI/9mfo9HTALpijqEHQ2+9W6eOarZLv71DpuHY/QADzXxAt06Zl8LqhchRI+I5SWLXrRf0GGSUCZ+0Ua3b+IbNAzMqC21Sss7tjHw82Z6SHs5C+PdwD406A9OtZcGgIxc5vtlb/eWUV+Bm3o537JeETSehYurDcJ06qLGoaDQgUJPIMRgTSPoI0dmbV1+N7sSD1jEkNA/ca1yjjzkJYVWwPHo7DYW2r7H77IQPO2Ouqc2ApgZthWIzpbdjSDlddXY93xwO47wF+0ZkZWI/TA3fuGv1dHXpoHELRoMf5AwyHBu46obVGMC+0YRQGTTCmEW2lyBsPoto+YGG4ndnneFYoE/2OxudJXCQIGiQtiw1Jqzst5CRy3BF9jwgwAJWRkPZ9xlr63Ltus6dmzEJbNEFJVoOnAVtMVCiAnM1JoanJV5uK8z4PooDnOG9jt1Q3QG6EFwJkXg8Ug4N1rVrLnAzsrao86WxbmIkJ0TiMT5h4P17HAX4877ZechosXtycaZpALcb+5LmQVQoenZjDsSpTGZKmOmQgcMnfvbkj8H9XQdY/DgTJsqgNsMPKVXrz5kiak3wPVKGLS97VVv1DRU1ZQ+KVagWGSGZ4KL1rplLf9up/XbbAnQXZt7zleuxG13zmSVjDhnDbXOyDxOtsuz+J9rO+Prs+pHdSy4hqTZ4nHcD+uMscZeb3ake9Nas4OVlM896idVM0q3AutEqHosXIPfLsvm7tEIvMUCZOgaoU0o3tNHzBUmXWLp93Wrgw4Y430EHMWXgMcpxp695vMu5Ir986o3amTba1MuPLUk50Bsh3fPIwsn+IhKmUknQxZuWEE8u7ymS2eu2rra60UJ+02r/NUKJUbNNG601UuwO1MgdWZYh4XNFk0lyTQ37Hu2EGrNu7ZV+2nu9UQ1lx7ev6wa6Wio1idZ4yTX4+6zJffLtK8bO8+tUjNs2y2sUlmLq20zQLHWtLs9hSev5G23pEwZ3LRIrkQZ/GKr4ao3aidFW8tWnCYjd8TGOpSZlLuQeYAe1ecYER3SQvoIkQEli+afRknqNowdKQcTkzT+AnGjiwhsN6ezxglhmh3UNKGdB+dB1w3aNb07Y8czu8Zh+5qeRHfYbmGad/b687ycvWm9w2fRZpe+ps5jqX2v9tqLGcEr/nwRn657f7PapZED5KQ6hO2hjO46XUOyB6T/0I+r3qiN+mnyBeZhnXquewRZhiR9l+ji79SD0I0ftaEICdeJkcecRG48dR16IGZ81pTKEzSjtgXh0Cm2ZefVTE6XeLdiik4mhu4Zg/O09it1PRS8WdFE4sNINeB9rYLoyXnZQYFiaUXPDMT+nGMsSx9h3cAvUiV8NWZ2DuPx+0MJFIUZs2HnZd7bFJzszb1QrL54X83HXY7XXvVG7VqpaDvygd26PI27WmFWXTrzoDrb9lMjWMeDSuOde8F/tyHWMq1i+kWFGKBULH0OI+wB870OA+53z8OaVBeV3C2EcAr63k9MpNGbFGuq/+adPeQhbIIy1u/rJn5ZkmpTtIyYdKGYtJ7c2e+66P48O7jcMeyFWH5nPyPIMKU6w9Dr6/Su1eBGR9u7Aiy8ixn+W0aN+TA208WNPsezsN4+krbyYcTZeaClWe4hiWJguTq6blNklmH22e8pGf62stlHNZPv1UBnB0bdVtONNgSkdttdCOF6nfD6OY1PIBOGQHxzI693bWNml7g2hi4VC7MsFEsKEYsENQihBeJ0UOrvZW+5tPnBLb8L7e2XOzk7a8CebounzlQ/TMjGNSS43sraYVi0YxBeKRGEVzbrq96oF+EKd5+sJN1CTA3KgZCkkBKGKOH66UqFXQykR7Igshytugf59gmlx1Mao9DQ12oMOOvsMDsDxwVaM21oaD3E1W0u1DAexvjEGcViMYzaYLbarUesfT77XQ3PPqDunlXUSa7TxBBSAl2IzUcvwOc+x7Bf7uEu9a6v1XOf+/vn0zVcMuzBPe5YFH904Yc32eyHfVz1Rm2GSF0OG1sgJAZ/NudCl3m20g/yfBjPihctgqtGWhFj2cWO+oi6mgaZIrBT33thWHff/X+BVTMhkYQxaHxmkyF2D9jCmmaMGt0R4u8I8ral8h8qNw2Zp/N3EbKkmctel/8aC+Y+dOfox54OaXKkzOTeu+i3tQDfOkqMSuo9JuvcFt3vjoVsRKc6ln0JVrM4kuMSXvtyL7kQ/+j8uYpLZFB+JAZt537VG7UJTVYKpnCKqaA+ms6W9LUH/0oPP7Rbv/wLVW1IIPtikrMOZsPzIJerwjiiM0HdcTPD6Zl9aKMyXH+hzU5x3tozC0M3rABhiVSptAtZX5hskQeZYfg3au65hchjnPmOX1FzJ317pjIVQvFo/qRK4Lv+xgUUpDbzrpaQenGrNw/RWEP25pwTK9AEZrxRE68MMzi40DT1ltD9LuX3XsMa+JH96lVv1Nau0YAMrnVEz08fZkrBc/rOQ/9Mt10X08KRNqkLvjCKpQxOJ+5FeitC9S4UpzYCD0PrnJyWlyh5MfJZT+WFABULXzimhihWI3oejT3LRK3fVTkT0ZnpR9Ub/baKE8uYyd6oFHp6FcZQP/rEV3Xb7csUS1zPBDGL0RnT4dRLTQ/Eg808qTGrJHoKUkuPpYbrNAlr0OCb1YjPv/6r3qitRdE6N4ZOPatvfg3dt9yYVkL42ZJc0KbOMS3MQZ10krdMUS/Ra4f0V6JlkIFLjToz1KvmVkM4arHkec7S6+imtEy1sLt/m4Zf+hAFnCPE1YeJ27+jPsYy+zLMh+GzrOwd4nNu2Hot8TpMu+gWRssZP9krzducFjtcbmk27foCPbjwfIOuG/XVYsRvGfV5dyCLpJZVwgYGNume2xg5kfmu9j73dc2eoqjSMS3fXBqdPSiaDd2KhU2CK6fcwhBJ335CiZ2uUlgvOLjaiLM8z/ScUSH87qe1ymR029bcrG9+PaTOpnFdt/1xRn/MEJrw3kVE2fkTTvSzqIa0bf02htfyWeXjSueeRfEI6qhvtfPKXundvLTtDGcTtKWXtdSYXdXS8ENbCJcQpnyf238DfuOq99QRDLoEH7jA/5at/xnihY9oz5lfVi72DWW6mUODBLAawLDzBu1hwQy7LOYpjuRLWrGsabHEXX/2jo3GUYfyvOQf3WbKyA8899fafeQl/fOf6SCcOckI6iBzWnoUSY4SL8OVXjiGARv0R4PUyRcUa0ZvrhkxS3DzAMr/opDj4naTTDUozZGnlmJ+nuFeyMCXhiRvQDt9Vad81Rt1AHJ9lekATvMGCyxByNlx9z/Xl772sLIv+bWxj64Nfm6hc4AQIEgbVDy0Afse0ImTjVqzpn6/6zCaN9vbO1gQYNBCnTS7MK+jBx/XR366kWFDjKw+zRhovH8Efkl+dgHDRmYRuVx/cFqp5tMYLtN6Sz2M0ttIccc+pNG9nWk8e7p7xhuxue9e+LE0drZ/m3euG7KN91hq7PWE8c3qua96o1Y2JSc3bUN6nKmUkMxap//lg0/p5It/q2eOzSoxU9XgYCPfZ0hQpksdnTepf5VfR0eY+4imdX3ApiPNU0WrsTm8cdAYnVNdzVXV2zqh8aN7tJKFEsFoSxp2Unk247yaRpI4heEyPi/KVLLpqSTtTx9XqDhQYwpyco764RGZ7B8vN4vQjNa6yu3P1NSUw8YTiQSl+LNdJt/HK3lVvvD1/eI3vVGf3ZzrUgDeJddJ99UQMTMqQ24Xx7uFwH9D4MJVDGDdjl9Q9ciLamtidkm8yHxHCisYhxlqLFLCizOuzbpKSh4bz8rafpO9ZWSFCeZbS5Vj7vGzNGT+KtNeZ041q7wcrJn5LEETR2eqgFURfRa2zIFmNDUx9LSHXkOkulo9g876CD8Qj7GKtA0xnWf6QCRCaMI52xTfMOPcfGDkZUKTMhBfOPgM7/FNOM3X0s3NdIXYMt5mklCnDQ5LMx5/igXFeRiRtMYyrO8ujq/hnL9VQU205vKLzVzpJfGmN2pDH5ZGmZ7wixmfGbmJlzOHMDeKASYZFUfcagw5x06yoaRhzabntXyAQaJMszdiv98qehgp4v6L7LR6tOGHUF8tN5FAnl1AVeJge31zN6M4mlcpM/EA5fU4U7M4K8bj+YmhlcNak8xezM9rdrxFyaa3abDnXU5yxhZbCEF4O+/5zDRK/WbnLAL7GQWfCoOWYFyZMi6fawb5POPd/rsyc8fU0MViiJADsBNMTBTU1LiJcOfjLCAb+cevO6agvdPSsl+9zG6jAF+r5NqVNt8Lv/+b3qiNm+ANOjJjoI3IN+zmm/sqFke3kZj1gKYdUyFwSvPlE1rIzdKlUkClsxEkJKGG5DyWYpMHbL64x7c2wpECC9hRAwoblNAZV+Fj3krAhvo4a7N2JYYXVZoXG1mqwG9bVvyGdjGz++GHH9GmrdOMwcNwLPa1jinWyhSDiuTfTqyNkpGPxeGoFp63txkp2SzdOMyNDCeTSs+epujzjOLJTfycnkUmBRuJKJu+TxHGXQ+dCCmRwh+3J6HQntHCzBiL46DiTW/n3Bll4a3NmprpWXzdjZJ2ut7209daYn/LqK/QHbCnNO3as/zEAZEqW7ptrX4Mz38AkRWMM3gKqQHGZcwxdjQ7z0iMWcamswROB7RqYydd2nPMIt9AgriKUMO8l7U/Ef/aQZtMEAN08S62XoGi6ieZtPkALk/E9AsMAg1CMW3tblfr0DXaN8QgoHlmP3Z3KZyhEzvIRK0A6WiiSZEEzbLhNZTO4VobyZ4dxcmjgVmbVy2yW8QhMM9OHdb8zF9q/br/yGfjvg3LZvFNzH1BK9pi2rTzTs3QtJvJhAmV2rR6ZbcyxSdBDycUajXP7/UfOvDRO9Va4cibueOmEBjS8ga06ze9p5Ztz8a+Q/LK89p2yTZdgPENjIT2BfOanslT3cswrIfZiY1tGBfxc1NSa7sG4Gwwy5Z5Kp4RgyLU7xieM+I6O5gtmD9FGAEBqrrGeWdnKEzxtSFHfiR4I9b7hbj72NiThA9r9aEPf1qR+DLXD+CLfln5+dUMJQKjDg8hBJNWjOQzGLYWMlSPyss8XjKwYJhQJVuEMxLuJhbOKDtxQJlj/6B4zwa6yO+FY2JKo1OO+jrPdN9TmU007xzX2lUsKgLwmWkmbWVK6m5roMmB6WTmi0FfqjaCmVjcGfcb0IjP94ZvfqMOUp9GYsvH4HunPwcebAbmd+PZ8Iw8xLbGa5gc28r8Ipr2uSNl2Hp+eCCxcKei1T7Ps1Pts9ZTo1yYMQRtqE9lTJOZv0Ia4IzymVlG2d2oWPHnCTm8cRIea4+k05itYeS2WhYICTYpSphtykV5wpTpzFcxxCaF0h1oejA2D1Skp6XMEOvlnAixr8njWg8kCzGS6gR9IXTijUs55haOHtbh+V/V+NMp3Xjbf1e881rlJxndFJ1Fy+6kjuxmGOoqei2j00rP73YTtlqabCKZjdejy9uxV2ESMrbOFEy9QpLBf0ai8hCWN+LxpjfqaoWY2bwPY5W9HjsjBJlkgEe2r2LgCaS4EiEkZ40uaRxoml8DbnAlf7JjOHbDiD0lffecMYZy9mlNp/9IB0bu08Y196o43cJAryGdGP1TDfZ9hEySzwhllGegpo2DzlWOIyRzVIVMQJOEASdoNDg8dljp0S2KxoHdGii/N7Qx0SqsdOW7mp/fxdi5axmH185CNPEZo6umlEqAuHAOfjQ2eKFWDqSUH63o/r/7V9pwzYfV0lpRNHBG7a2zLBDUSFlQBSbjVsoTVDLfoURkgC557oXFShSU5sglEqZISrXSmbCrUtYu8o0Ye9T24jfiYrz0c7bQ0L3ay+RdtwnPzJqPLCHyOyV8PC8/Dlu/oevmjrLN+zUxOUVC9lktW/V20r4bCF6S3kSp4oKGhr/GXKQ/VWfkFxCRGdDYaK8SHR/SbPQ/YXH7cKXXkZxC+g/ZYDWLd1vVGiNJC0KQCp4hd30EqO0u7Y4+jeGBgoBgxGJWcJFOH59RMB9Wx6pBklavK71UJoG1yVuQmirE6Pk5bHq8EUybWYXbt6O58ZLiLU9QXjcWIZXOYl7XrS+qtdXcelWpMCpO/p/na7LSyFFlC0+oMPusZoI7FWzis4Odi/fG2bYr8VzuhoNLf2yv5ZVvek99dgM9j+zuvK7FutiYOW83VcCGajL9lq03HMhpauyozuz/CiqdUfX1v9vNJ7FWr8lZBA9992lFcqUOgVNn4D2vuQ6PnvsihjuvHPp10Yb1hDHe5C23URgujMpnIMwMcSqU4eoydSaO690b7wZ+y2luNqdUKoWRMlsRtl6yYZAEEs1nEsRAYMrDvJlm6wYyAQe2b/ygUoWEnhj6L1q9bK86u4H1qrSf5WngNcyaGCeewiit4x0Z3UIZjx/8K3Lmv9E8wz2Tbc8TWr1fnf3vMxY5Z+iy2tph3UBv3ONNb9QXezR1qTgPrz1bqjGMtrGxUU8NT6p38gHK1d9TtPVG8F04zPmnQCCggiZjGj1Q0JmXntNNd8SAzA5rZiqk9k6M0dh5vGMYP+0KLI5MZN0xZuTAbSgaVQMpvP8EIUUj8XtVMaZYmTcuU/iJMi/FDTayeY/WYmaNDDY5l4TRyEyxhoR2XnuPvv6l31dkLAcyA/bdEFIhjRgkCSNfuUJSOcVng4uHfd9ggC7COqVDaiamT5MUx1LXsBMgOHMBpt/F+NkXu68/yp9f9UZdITYNuKHZ3mHwmZtfwtdtbR2aGOsjqdqtB+7/JNW7HXrHu69Ra/IfyTUNGjyj0eEnFaveiBdv1cj0A7Ri3aGu9lswQDxncJy/h0g627FuYnuTCXOfAfABhFfF85qWc8jaxygXWkeLN9jNjNi6XrxFVi4iHhM0FMfWBkvFyP78lZmH312dZ4xyk2JQV0v8O2g0WXO5QJVAHYQzq5DY5TzGZvg+rEBAlbkcPZItn1Gp8adJjM81gTcD8emqN+q6R/LanayplE4YYDgLvRPxpK6/6b0aO/r7uun6cR1H/HBu6nl1xo8Rl25WPhfRqlUZdbcgw0USODueYS43OLP5aN/3QBwephwOzyO8HYqp4Xd1Qr83uNP8eMzX615vBSFTfLLWLTeCwmnNefGAFUIsL3S7ipM5sxFwczp5+rvq5HP7LS4qgGqkibsTfI3XtnHWpRClofIMylLAfCj3j43g6RPMIw/8mlJdP6uFWNP3OdQ3soeuX8xVb9T1nfdsD58ZkjHcvBapO+/9qL7zxf+J0ZwECIEb3Tjikj8BFdrIiVXLq7R0MXWqQMmlc0Sl1P+tycnfVXauWZnpVrUNrgDG2+Li4MVZ4fjrEjPJg4abE4IYiGgjLjwRcvv8GlcaIzZls4DTP6vRU8p4bQt/QVZy5WfVHYMFmDF9BTpxHF+JtBQuShVsMgeWmES9H9hFc1RP/+zbx9W7cbXuvmm7wi1xPt1IXF4CfTl6GL9vhfyIvnHVG/XS+15/sM4zUvEwDbxycYvW77hDJ47/tSaP9GjnVoos2JHjh5BMNjAvsJqeA+ddo9b4HSogbRDA26ZIGBcw9lz1Dtxrt0vyqlQDg/zceV8n0QT3hHYyi5vPRkB8dokAwuwYxh+nwGKwSVfEyNAJXfXa0WRNdBIIBEYfsAmIDNVBH+V866ek59K3wFRfw9JNzwTuSKJ9QRuvf7c27/gddfXTmMBuFC3xRrUk+Udkf1fkY696o67HkJYsLW2DMpK/bfeBaBBHt1VTC1/X8nWEB2ZQsIoCcD9COXjWUUhFOuAmVQXC2xRu7EEOoaQTp1/Q5HCftu2412mGAD04A7U4olIrPzt5MlefdnpOLtZ2Q37q6mEeddAJR05MemSmtmZIV9ZJTrVykGLL8BF2EXB2I5lkK9POvs1gLQKKWiUpQmxfmNZCcUTXX/M7au3fwPlV8epUF4Oe+OSbIeRYujqueqM2j7w0+z+Lhni3qeKbUf+arbRhpdW4foxyOB6xYHE3ntASwXQn4WoPXBKEEiN0h1db9fyzyCuUu3Tztb9AmR30oR4PU6o3ZqCvYpbnVRzrI1TMrC3UsFjbK4IYExDZBVN0suokXncBwRuYHxZ74K0T6mi/QWlQkCJc7BCi5rF4Cs8PpyUPv5Aud184SiK6HBLXDAWWn1aC4otbqMCKJd6H6RiLc7quiMv8Eb3pW0aNUY+Pj6uzs1MjIyMOxjNSvRl7AY07f9Sb9NrS16qTw3HtuDZAhW4ST0ehBhZfNjijCDGrH7kC8+IJtvpbdq7GeN4O5dOQCPO0Fm7YTmA9hva12aynM312PATJ43m8i1DQGzJ06uRJuNB5CimtFGoIQQgx/C7O3qymyCpkHfariVngylBMCsI3AR7MG7sPobtI4DFyyA/Dff0DFcJJPo/CDgxFO6wEb40M9WaDej+jk+Z9A5NArnqjtocXxZvag2xoaHAPsx5b28MOUZpW6W2648Z/qqce+ktl8jNUAo0PAgKSDqqhMkvBg+SspaD0AiXnxg8on+2CsGRFd2PCGQ5cc1lm3LhhD6jzBCkvdti5JKGaxuPg0Od1r9jCa9r2Qd3/1d9RM0nhpn7wa3jZQYw+GI6TBgY0PN6t1r7bXIXJKAAh5rI4MUfClYmZCTdkyKTQrCvGCVlyzW/046o3anuI5pntMKOp9+/ZA7bChAMIKI13ttyi/hV7dOjo02pqGNWy/iR7t0FpYMaJAkjEFk1Mv1eRppsx6LWOv+00+IyhZ3H0Ysxs72c2jQ/n+zVg42XtyBZbE90wZsDnx752joWmTyk5uKCk72HlwgdVzp2UL1fSyOGMDh2aUWz1vbp58E4+j1kx9tGu/4EQiAA9kaLFC8XW8w35fMGbN5qRX/VGbQ+s3rtnRrzUeJwRGXXC/6KG089rNnc9BZmYnnjye5pZGNNAV4MqxLVR/ZxmZ26mEthAswHbP1u8I6Wir+etCjMkM+SlIYZh4ZfmFe08zPAuVBg5dmJcg2t+Sr2dn2bHIMafeVJTo/dBuHpGt7y9XaHlv6lgEh44H18mgQ2YprD1mnEEDHVZ0vXyVvjxRlu+FznfMirnZjjnJo142PBJnRw6runx67T12lW0RE2qb9UOHdx1CMNmhBoC7JlKh5o7VqsL520wc6FyWJNzBxCC7CN9o7hiBRPrtfJMyWHgi0jLRfjL1jzrdgzzsjX5g4UFhn3yx8615DujVNtKElXr5WI8RUePWtpukK/5pJJda6BWM+MQhqJ1/4RMvM9IW/mIFe8hHpqIo602772XLp43Mm591Xvq+sO7kBe0780vNGlhdqPWbbZxb+1wnjvVFN2s62+hSZZCyIGXvs7ck8Ma7B50BKnp3MM6Mfkku31A6blJJbOzFGdQS42ZmmrM8aKtE9dfmyd+Md9QN+j6eZoRFhnXnMvZWLmqWls2sGAYem+u2PGSMPRAs6ZjwIBzcbpgLFWl3Ywww+8WhRWOiKEtd3DckguvqqVh2MXO8fX286veqOsPpL69L41b7et4uFEb1zW6JCuAhkc+T9xNVGHNr1bbaG88rvGpFJ5vn05mHtGB46c0l/arpfs0EmMZtcV+Ef08ukzwlm6+gCWL+O+qk1Y4V4/jUozDvLMljpbUmuFZXTLmxM2tV9K6y0yEkgSX5G/XM88psHKZ+vtYULD8rIXLZ9p7NTuuQEl1Ew44lnrmN7oeyFtGXbMke5D1ePpsZREyqt0h1EkDwGsV+v0i8XHNFvarYPgxFb5xurQngvcxE2afpkEUhtCbTrYg++trhoa6nkQQCQUkDgoYXAVRyWDI+hWtgZe0zXWeXIopn1sgMcO2PMDOM2KSv5D+C7bqwrYT2Ii7BcX5c92yRuC+Sb7TQ65K2MEiMu54FRkHG3wfMO2GmkEvPYu6EM4bFdq76o16qWdeqg569iEbjIEnrs7QJnVG2RJsN1qzQHg1NHlEz2aewKaS6g+10gTbRyfjQZ05dVLdjdvVm7gWn0yrlGvUtSpkFCfpDSpy7vJSDNoWAy8t0fzlQYCW2hnf2ZuW5UZQMEErbD8rExKBjVfYSoqhTnUMdmnAtYznas7ZdDwMJCf+tstyHttQlfrVmscHanwDY9R2JVe9UV/cT5pVmAGFFAfjNex5OjepselJHT56BnXSGxRrSigFub/MFK+W2CAQ2zK1Jbew0S93BFLPerxWAbvlrlPbK8Nc1K5L9DEWWEgzuREVfaajzfiMPF3vmYzz1PFghxoSGaWiNnATOivvOF8+rdksIvJ5RC2BHUMIZAfBDquUz21sRQD0wxt0b+fjFXjeTMdbRn1JT9MEz/F+vHZ6qqDxaZsyG1dP62qkyAapQlJyLsFlpgCSwujCkSQGBofaRGfO9h0seual37rYx/sCR9gdzujk2C6Nz55RkFjapIcLjMSzEKQ0j9+udDFltkndCObEKZunpxsZeI8qSXK3pseSVBvNuNvpWUwRa1vok+da5tASyaBvsuJip/CG+/lbRn0Jj8yjoVrxIoQEGR47ZiI4VB8t8YNlF6FJt4RB+/CEMKQ9J+wst1ZCXLq7O/9c/8/FP7yiLsVJ+lb0hdTfO08SGGYeeEVTMxlXxt+24XZlUFAtZHM03PYg3E4sT4Jqne8BdeLlPTprJo0GCNLBCbp1opC0jPURfgNKil38jr0Vflz8HjnqnLHeDIYD7UUDJBw1QNojHEWBD4hi8eTEzQYlWPLnRRbYUl1ut/4xtjgu/pFLXxHUgClbqylMVdFG4/G/NnoYBxsoe9sHEUe3BrcjW2afu1Abl9FOJ04Uj875BRPE4zNwWI7COBxFZySGwaNNUuxgMXZ7zME32fGWp77IA61LcLniIgZrtQqjR9i/bQ632ahJ6ppgjiPoWxHDPKBpRxtFlLEW3mFv4E2+9eJrz7ovZuQUAd0iCYdIOK1zxtVKbD44aSKLykdzQNkYU1D8Aq6aGQDHtu54vuL1JrxqfGyr33iyDzT+Ivxo7L9AbRzem8ym30oUL/ZAPVGXs1IBxtWoG6KT8aVaaKGJGVq5YkZmzDsHRjv4LLC0B9Dsus41rdGaLgaB2K+jseoVbdwqsH0BVkmBLnb+nGA248wE3TilotYtX6e+zh5419bDCC6NlEIgaDMMEvQibuATrRnY/mfEpZjbYd6Mx1ue+iJP1cj/1jdYF7+pc52NGeQHTssblRPJA8eZBlozWmlN0hF7N2997v5+1jPXDeqV4xGf6x63wolRWInhYdVNL2R0evyUJueRJSMJDLZ20YGDAaeMmQdJypoP7H98tFcFt9DJYEXWBO8RrNEDDdr2OZ2TN9fxllFf5Hka6lE/zg0VvFsXMYN2HtS88tk3Myy5/v0Lf8SlBbMQYxffpt7y1U7DbPugfa41+V7gcNbrfR+u4TkvWHoNHp/q0s7jjWT2bxn1G+lpvXWul3QH3jLqS7pNb73ojXQH3jLqN9LTeutcL+kOvGXUl3Sb3nrRG+kOvGXUb6Sn9da5XtIdCP7mb/7mq6xxXdL7vvWit+7Aj+wO/H8nFdYwcA5nOgAAAABJRU5ErkJgggA=" /></p> <br /> <p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--></p> <p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--></p> <h2 style="margin-left: 36pt;">Summer club. L'Ecole des Petits, Fulham. Bilingual, for all the children from Fulham and Battersea.</h2> <p style="margin-left: 36pt;">&nbsp;Just after school breaks for summer, pupils can come back, but it is not for school! Its for Summer club!</p> <p></p> <br /> <br /> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAABgCAYAAABboDM1AAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAH1TSURBVHhe7b0HmOTncd75ds7dk3PenHexwCJnkARAMGdaEiVayZItnR7LtvzYvjtT57Nlyz5bkmVZlijZYrJIkZAgJoAgCICIC2Bz3tmZ2ck5dPd07r5f/XsaHC4XWIJLiBSgJgc7ocM/1Fdf1VtvveWt8NAb+HHF03O5VCmX5ZZLclVULJRULFcUDPirV8UuD88pl0pyuSt8uZ3nl8tFeTweFYs+/uUp7jJPtq+KSvy9VKzI6/WrUlqQx9vE73hvV05uV1CucppPK8qVj6sUKvCxfn4npVcXFAoE5fOE195qRfKHlSslJU9eXtVJhQDvV+ZT0nxUTHIX+d7D6112mDz4ucLxlbw8z82BvYFv7mVO7ROf+ITL+0Y95Ssa89qJmxF7vR4V8nn5fD55/T65MOAStlziX6/LjQGX5MaYXWY15gLMzuXDuDEkfiwVeX455xi1GTqWJq/bhwFjVJ4mFUtFvjBCV1FuH8bs9qtcCMvjX1ssZpYel+KxEK8NqFKwz5a8wZCy2HW2VNZyeonjyynkTyjG89wuH8eV4734CMz9ZeO1tckvzcjfrI83pFF/vwZtN92HQefyBfnxzHkMPL+aUSQaxczwuFiWz+VRKpXC+1UUCGBwFX6H8fv9frx0UV6feUOX3CUzZjym49VtIVSdfKaUwd6yigTxvhWfSjmX8qyYEt66Ei7glX3sDpN4aXt+vfK5lFK5Sd47r1I+iuMtKJGoV12oUSV3SdOL88pXmtTSEJXXs8piwXh5D7PuYpEdx1PddViD1QX4JrTtN5xRvxaDNqMu5cqOd85jhGUMwww6s7qqkdELCkTDqmTyWlpawpt7FQ7zM1t7JBJRXR2hgMUMlcDLXhxT4mf7r4UHeHG+DwW9eHSMEwsv59PKpvLKFrPKF1eVmsqqnI3jpSvK4JKLlXO8fFnhSEBN9RvlCjSosX1amUW3Qok6rRRSevobxzR88Qlt7vervzmuHTt2K55owZiDa+ES4ZGFSbVd5U3ort9wRv1a72EJ85uantVyPqPujk72+oqGLpzX4uKcMlMZNWDI5rEj4bj8hA6ZTAajz+HhiXEx9NWiG6P2Ol+2oLB55/fmyc2jL87PEJ4UlUv6VMisan75CB61oM6O7YqHQkp7xuV39ckTSMkbf1LBIAurdL9Cng4M/YJGZ7+ljuj7lVpd1ENPfVvPni6po6tHvugc0YxL83OTLJyIAuFgNYZ2HtX4vlLGZ9sG8iZ7vKGM+rV6abvXI2OjeuKF59W+YUDZXEHJqSn1NdareaBfydyyWhobqmGIxdsYa6lccIzXPKH9ntzS2efLGGoul3OMnuCC5+Kp8ZgBVyOJ3qRWVnyqS/jV0biCx+bfWAtxNwmldmi1cEIr5ccx6HklPG+XN7eHOPqgsrH/In/mNicxvHBxWifHU3J37JGvM6B0ZQ5v3k54xOIiHrewKG8xPiGKfR8gbq8mjm++xxvGqH8Qg7bbHauvV9+WLYq1tmhuYkphPG5rUzMGvqymugShgaEgJYzVEsG8QqGgY9yFQoHYuYKxV+NoD3FtOBJUvBQmFDCkpIxHzirGzyVPr1J1ScKJRd4pJleOReIdI+AOYNh5xd0rinpuUDnXSNDSqIXVF7VcfEn+Sr8643eKMF/TC4Q1ddsVTDRp0T2r8BIpJbtBLArKQT5g8buzyJwwugZovTmD6r/1Rv1qxlzzqK/mq/J4tXAsiiccduLn9oZmErSCAh43iEgOjxnAg4YwwqohV8pejBlD5n/hkJ/nph3jrhhkwcON2dpXBWSiTJKYLP2xguV3yu8lCczjnQs3KhDEaNN/pqmhcdW1jrJQEgqG9oG63AI6ElYgVKdw9l41BvqcnWBp4SLP96jsbdZCZUFR96ri9V0Gu4jNoBpq2OdyjIbS2NE5v6tYyvjmc9c/9kb9g3pgu9XmQS9n2Ot/F3Rz0wkbPHjiuqBPve1xeTFIbzhEWOBVLIJhGAJBzJrn5yLGk69kgeOKypZxly5QiLJPAUKEfGVFHhcISb5O5aBL6dC4wumozoxelLd+TI11rWqOE5PPPqrh878rd47PqgTlJ8fLFs/zXnjv4u3yhUj+Is0q+5e14o0ol1rSSNGvcQzYD7IS0apilSTH0CB/bCPwIHG9z0+ow+5Qxq070AeIiCWub8LHj71RX+09Mc9Vdool5bUwYQ1242cz7mgwAAKSc0KN9oaEErEIRr5KyOAmgSMuBW/24s2VzsofxZyy80q7s5qbnwQpCarTHVUIQ7NQYyWalTtSUmipoOAScXOwXiX/R9TSPovhNlNYWVF28bQWlh5S0BtQW3uzvKE2eUot8pUbQea6WSiYosu8bpBj9mp5cVkX5lc0kY8pBzpTRzhUZ/Ciq0Axh5CGUoOb+NkpofF3w8ctUq8u6qu9en87X/+33qgd6Or7eNjzap675v2dnzHoIAbR09Wt+niQsAGYrVJUgQqgn+oeTpoYGDwaeK6UXdQykNuzw0cUiFHyWCxpDkPeE+hXyBWRG8gtvUx87I3JE8FTlnIquiMKhksK4jU9Sb9W0p8j2Tyu+kSbEo07Mcx6ii3dhAxNGCTGyeflM1meb4loXsvJtM4tFzRDyFPwAStitHUgNSF3Squ5JY6PVRChmIMdkw443rnC8Ttw41qE/X1cnjfUU/7WG/WV7oZ5aHtUK33s7sBr9jv72b4yyWW1NdaprameGHqVBNGKJebZ+S/P9bDte3wBFSigzPiSenL0iC4URpXIBdRAglYkIcwuL2pLaJPao+0Kr4TkAvrLehdAT6bxujn53fW8T1yuwhm5vF9RIl6U37MJtKKVOJmFZPC2UoQuYWJon1bTKzjdZYzUrRwY4UwlrqKPBBN8zs9zfaUVXp9WcWXOKQxFwanNgB3DZocxWJFV4ixOtxOGvLkeP3KjvpqY2W7VlV5fM2oLQ2rPr3l3M3D7amvrkAdPbAiHj9jU5/Eqgwcs4KFDbry1L68Fb05PTBzTc4QPnqhVEMGaAy2qy5S1oCnNgH60LwcUnqxoNY7rb8Rw8dyjU0Oq9+/G6y8qEP+cPNkJKpMdGOBOpTBCTwW0hEhd5VWM0WBD4MHsGAbZrLC3U/OrM5qlpF6xUAg40e3GlRPLB30ko6kVpVgAZaqPtvCopjuVzO9393qjmvqP3KivdGGvZLRXuoFmzAZ1OXCXlbMNHcBD28+rVA6LwAteYDrjgNjffAFISoWs4/m8VlABxssHyzo0dUbPTRxXIQrSUcjj2VtJ2rzyZj0KN7g0PvK8pv/iL9W+2qfmt1ynppu74SJ1aCN4tNK9eOGXVHA/pzxvHXZtxwjbFQvHlF1NkWRiyCAZHlysn93AzSLyejIqFUBXVrPKVHgP3HkADLouBoy3WlZzXb3KC1MY8ipl/pRCGLWtW6ImpxBkvt+9tjtd6Rq/0f7+uhv1lYzyai/old6/ZsiXenXz4FYocQcxHLME/KU/FAY9yIFywJ8gAQu4A5TOs1qCJXdk5KT8xMlhv0dtvnqSQJAHgIZVP3F0Zk6rQyMKji1o94aditYF5ZRggAM9xNcuN97Yv0J4A38DT2qVv0LpOAa7xYHf3Biz25Nk1+GLvwe8FFW8caWWU/KnMkoVPJotrqgeXocPpEPLC1JLQkkqigl/gcojnjtSxzok5liDqMv2nsZ2ehM+Xnej/lFf0xrqUUNBzEOv/z7WAEJhllQh8XPIRRm4IMBsoAz5FDFp3KWjp4+qjEF5oZt2BuvU6UsokCXxzIOsUK5WNo23r1d4e6dabr1F2lKPsVOsWSkr54uDc7MzlDdpcSGupWkPCMvD2F8bhptUKtvtEJ687mkVXEtAzxi0dhMCtSqdX1RHIMZii4I6Jvk7qAphiJdqjKvs0arbo0Yql1lIUIWihU7GTbFSPfgHO08g8Ia/vZc1r9f9rGvhgRmXXfBawrbeuJwjq1YRHHaan7jWiEMOYoEHtaKHGaJV8op5StCUrHPZLEUMYC/zSGshRu39axBe7bPs97XfWbnb4mh77yzv0eiGDERi6A2QHOYrCnnrYL6tajU5p1jCowtDCxr/308p15pVz1u3qg3mU9if1wohQgNoxbKnh4SuoHDPsjZu3Ch3Q6uSqTGtphaoMPaqjtg7BzV1uZBQpOMntZT1aXL6JbUluB454vOmZynIXAdOvSQFW5SLxEkE9yoPqJNPu7QcjqoI5zqUayBcIUwqnsIjg18rBN/jGmL+pHIFjhlilUN6tetRIjbnPKmD8jujs765Hq+7Udc8ZQ1xsH/NqGoGV4tvLbO38q5DDLLvQB/ceE7zQGbMVcMl/oVRZ0ZuBm1xsAfq53qIzm7f+pCj9v61ReWsH94rD3/aKXVzPA53wjkuqwpybFwVT9irFUrljz3+eY0vnFGmm3AD4/cn4sTBRaWPXtQqMFt9xwY19RNuNEDOT/g0nD2haAPVFNCOjNcI+4QmhA85kr163351NeZBXILKeS+waAIQojbASCUJ9Af47A3yFm/hnHqgpwb43bJKKySwqVUFgT3CbrglK0PqDntATjyUzvMa6AkRi5MzsMNU/BGHb+LUXFgURkJ9E/KZjF3++j5qqIP9W6vkGYOt6pWta4NkC06zdZYU8NLmSe1WZOEGm++2n80AfSRCNUi6RjAiaKzyl9cKK/aetc9Yj0lfavS1z7bn2IKxfKrEZ1dfj4GQkGXgO1+cH5Jnm0cbN12jlVY/XjCPgRbkmSbbe2RIK8TdhQMZILUGBesopHgCIBpTykBnXQZNmcgA/a2G1NN6k5qaKXlTC4xG77ICu0reQ1pSks+/ldNIUSJnMbvBq107ofkRtmSWieepA1GNCRAKJcL8kB6BrXdGLW0QmuisWXXXOQ0Bbq5DMUe5niTXDY5tBs3HO87hzfh4XYz60uRtvYHVPLQZotNNgldZTWdon/IQYxrfAoOpmKFTfuCeLC4sqL6hweFhVEMZHzEqno6iiZH2L328/L5rK6AWatjn1kKQ2r/2ei+faYZsx2zogeG86TJQ3PK4zi0NqdIT1yJFFA98kCKJZRoeCPGDCguLSvT38UUFknh7hfh3duIIW3+GPG5auVhFI6URXRM/oJNz36ZJ4IiavF3qC+8HqbiFRHHAiXldUEzdLKAcPGtDK1gXJKpAjZUJFjM86rAljWWNDZ3T8umn1NpzUV17NuipiSUKQewaBRYmdlwmZFKJY8GozaCtpgjN6s1o0z98T/29aIRt60bFtPVjRmnxLfwJvK8Z58pKCsOdgWucxkuV1L95K0/z4qEID+A2f+NrX9F73vMevKBXo6OjamlpUTAacxZAnkKJP0CxY43j4SRJa/HzpTtE7e6up43aMVmHS4GwwyggHoP8+HkFNGF4aVgLgSRbP5wLyuZ7ymGITxGV6mNq2EIo9JNhJXo6tRLKKOtzabR4QUPZEYUDdYoEcvCwIfqrGXJSWENTg8Tos0oA45WaI9oc3Q+9dCMFGTy2fwE7XOUYHlSgdBNm2Me5W2k+gPcdwWsTL+Oyl+cWtDA5o/pNITXQvDAxO6ECsOJKJqJ6OCsVMGyXc/5WOqpeB/ebkUzNjf6heur1Bl373rbGqkHTM2osNy62hR/2ZdWwlYVZFUEPFmbHdejgs7pl+TZt27kPVltER44ehhdR0OLslJrbO3X+zEk1JOgiga9h2Jc/UI2v1yeE65GNWixei6drcb09p3YsxoJzDJ3jtGbafMGI/NOaXJ1Wsn5VF2ayJHq0XUHoL4I25JaTCsUwxuu7CQXymvRn1VRpxCAj9Bg2qExIkODvxfy0U+aemV0ECgxROQzx3llopTMq1mUUs24boLlUMqcY5KeS5xBoyh1cpQhIyDJG3UmcjMent9HtSaiHXaGJwk13OwgJzMAMDQf1VEIXV12qawzyWVCtLGQjpnbTC2mmbeSqN+Pjh2rU671h7XuLf2tbv3lna42K0jJlXvr8+fPO1uvDsvbt3Kzzx57Xtx75smanZ3T9LXfp3NmT2tzTqmeffFw+EqnJmWldu2+3JkZotaJg0kBYkmGLtjarGspin2VGap97qXeueXT7fa0YY9/Xfu/GU+cJc9IYTaqyqgkMexD0oI8UMcMW7wv74EsTLmUKQHYuBQgZ/CAk6ZNjimZL2tDVq0pzg8J42fkkfBEP/GwMr+yJKjU3ry7oonWuOqVXwJVJ9qy7vACEVyw0cA3ehqftcrBtBSnllxLE1NBg6TQndYVqWidPHRVLqpnFAgUai50pqSc5/xJVT1c+WUWGzKgJV4z+6nQPkwS/2R6vi1Gvv4jmFS2utX+tt89CiCm6S3p6epROp/WVL/6Ztm7s17b+D6ivu11Lc7P64uc/o8ELIxq6OKUbd71XLx18XsePH9e9b39A8aYmPffcXzsoyPTUjO5+4APOAnm523vNSGvJo3lke1jCuT48sb/X4L0iHAkPBRgf8TTO2EnUKv6KpldmaN0KAztvxTBLmllaUF2gSWk+O4tRBYmJuy56dPShJxRn5wlc36mmtgalpyBJTdVD4s8oX2efXyF8SGp3c71aKK1XVgh5WBQlEkBr3PXC2AsWH4Cuyq7AopILSQU+r0zINT9DHJ8JKlrPYvUA7VkIz/FZi9jU5DydOZTcQYzKVHUMHSK8d0Ipt9XL1zggf2fUr/EK1GLU2hZ/aQXPRdLjgTFm26MbixkY6NLTTz+tbDKmPdu3av7izfr0n/0ZDaQbtGnrgA5++4jiFBge/vwnee4OrSzP0wHiU19THO99gKOD4HPosL7y7DF97Fd+RtEYqAh30oMB4N9oaIVlZzBdADIQjDujYtoxOUjLOpy8BvX5KFFDXIZSCv8Co3YFIpTK4wql6tXg7aVXMKX5YAmm3Iw24YlH8MxNJI2+4Yua6U0o/8ys2gk/Yrt3srOcVqgJaI3Ye/EzT4Ft+NV+W0GzHbPat+MBbY/frsrcoKLE3X7PNiU9WTBp4l83r/ERotBpToADEsICIdwJULSZKi0rQJk8XwqqsTxFVZGwJb5Jbc0rMATr5EYuIQPyEfeC2vBvCViPxhqordbOVeWTr39ciVbwGm//j+XTf2ieunaxav/WQgDQOuJV0AyTX0ml4SBH1NnWrmeeelLXX3+d3nr7jbRRvaTP/PEf6BP/6l/jtesUKC8ru9SsgQ5K14i4mLrAvr2bFfCBApw5omeefVwHbnqL7rzrNuLOMnEpcaYBZhbW4MqcVMmqahaCGANu3Y29NK4uWZzP8RkS4nc4IUW113Wop9Krs6dGoZDGNYz3nMit6EZCgebRJZ3NzSje3CI/XeIN0WmlZuel4+fVcCsEpy0NWnpsSHEqgQPXbtPp9KA6G27U3uatUFhJ9vxRNTVuVGE5qwuZGe1upOkWz1osYMy2o8D8K2Do+Sw/Y48LhGtZFmcw5DxJ8Tg9j/RSLqeoMEJp9VH9zBKOhIyiV4bYZCI7HKdz4uat/y78eO0Lb/3Kr3GW7V1qRZYR4t+enj7iPKpvS5STwfA2bdqo1rqIHn3kq2qGIPSW2/fpAvH0ww99XnfdcaPGzp3UnTduBcqraPjccXV2t6k1YdBVViPDZ3TXvbfp7g/9tF489LzOHhp34s3Gtha1dXU6jLtoGMMGMfDC3cB/fVf3y3oc2ykCOdVL8GB2FEqJbNsVNYebtat1u2ZnFvTV8nkFnpzW5pGcJjtPaGF7VLHeZsXR5Fh2h+S/oVX1oXZ54V4ENiJ/EMhokrClCDSZHjyv4E1bdV//BxGhyepU6jh01X1wNWIaSZ9XcwONAVYr4ZrYcRVJfn3gc1aEMtZgkO9N1yNI/lDB6IOUxAOEPhXiCyJnJSA1GZ6XykB0IhSylq4SiXWRDnf5KABZc8MPFwt47QbyI3jFVXvqmpHYsV+uyGHIwTDtTJ0d3XjVgr7xyMPGaVdyaVLvfOAuvfj0X+r4kQl9+APv1JHDh1gMfm3etgGoZFoxvG4Bw/RywyymDYCi1NOdUrdjJ3yMU1pJLWv/ddeqh87vaH3CzLdaWsdIchDt/SYZsEYnrhV/1ieQlriaFJJTzcS4jHJqxsRer05/h27qvUHe6YxGT5zTqQsLOjq+oHvarlNls0/PL4yqbbVZo8FZbe3qU6i3RSuzZxXD8PLXtZvJ6doH3quezp2KzPs0uwRy09Sp9nI7cTMYR0uD6guEHI7kmUkZ2C6Rd7rSvUCaFu97TKCGv9m5uInPc1BNDco0slVjUxuemlCDxeClvG8X1RaIqUCVCF8c3ZE16sGPwK5+pB951UZdM+ZaElZDE2qx9fYde5yEMAMJZwE8eu/OLXrysa/qU3/633Ts4OP62V94PxyHQZ08c1qtXV2a5sa1bdykU4dH1d7Wq87YgDp27qZ9aVnJFbzdybMaPH1e17z1Q7rztvucymMobuw6FI0cZhpVNW68OatAwKkVO4/14VEtNDJP7fReYxhBPwZNTleYT9Lzl1egNaaNiU3yDB5Xpq1V7ZTkN27tlm9LTE8unqX7BEEbvPxxtO2a4YKEF2fVUGmQ5mbUUx/UDR+9R97YLsWyICGRGVSXVuWadikZWkAkJ6E22sC8pthELJwhvDHqqRVfLAEsk4MYEmML0JAPM/yGSFhBrNbF+S5DboomurTAuRbIU4rG+SZRdIqJTseLNQpYtvgjta0f2Yf/UIy6ZjQ1T13z3paMGfxlqIdhp714s7MnX9SenRuUe88D+h9/8F+1TPfGr//ax2kLXKaaFleig85qxFliCLjM0DaVCDUph7cORxt19viLJI6ruvMt92r/3W+T27q+E0QNGIUfI/CBJBQQmnHhcQ2jtsK3a62Evn4XqRm1Y+iU8KxE7sdDp2fnNHnyAr2EAbWCqPjAljsab9X7burShQRk/G6ffJWMWtKd6undpBXK5X/y5JPybO/RnU1IJ4AZJxoj8rcU9eL8Ge3PDKgYadBU+hS6johDligUFS8q5m4l9o0rBmtpHoZedpWYGAusIzl0ONy2W/AoEieHCGsa/Y1UMy+qowX2H4s+hExCGdUmyx9KdN54EJFcSdtigZBFj44HY7fAwxL0l9USfmQm9jf/wVdt1NXyctUlXJpZ288LeL6z8+MYyKrGh0/CY4AZB3a7b/c2/c5v/7b+0+/8rn733/9H/aNf/kcKN9MO1V6POhJCiPEmPG6domhweGJxyEWT2r5nl7rae9Ta0e6U18sYcwlDNnK9NaAunb+ggy+8pM2796l3227HqNejM+sXn/3etngD3PJ4PxM5zcNfLrGr+IhHcxRWPFE6X/qQImiK6IYobjCb0Tz86t4oYcJL5/TtrzyoVDN8ashFFXD0TT1tms6c0ImJM2oMblMLRZWz2WMYcgrYDbZefUmLhXkNHzmijtAW3TVwjc5MjVFppNsmEHY8MljOGqmLOB/vbQy/DB00J196QT0ti0qtlOilbNY4pfoQnekeEJJmXptOTlJZtGiK6ii2bL2L/sB3Ix9/8+b1o/nEqzbq9Yddq+at99iWyZvu3MTEBNhySSeOvqjn52d1xw03a2NPv372pz6sx77yqB5/9Ou6/0Pv1tIiHtJktOjYHujbjdoM3AvK4VYKXppcoHgDhAYsmIdc5EenzmOeyhYVXIxvfOkv9elPf1Yf+blfUO+GrRQ34FKsIR+18KhWnLHjNm9uztokd3GLziKpo5DTCBOvzN98xKknk0/pHJ3jnhSQYmCzmuk3XDh3VKfOPaqJyEHt0jb9Hx23qQ4hm+XcuJ6DVrpA/+DG9lt0aOU0SduMcz4xwooRCEmfvvCiGrJdevued2poZVbD81PaAVToR5KhAqzoADaEQmbgOcIg88YBCjL1dWjuEfi3t7drenkZhIQeyUhMy6tLdLDHHOlgo+uWQD8ol1YdzJuzoPjaU+NLcc8Ksay1MdvFtGqhJTUhYCbYC3yfp8dulm16REujJ7Q8Dhc4OYXjA4cN56jKUZC4+xbN44lW5xfYKeFXQLFcoj0pTZk8urWNJChO/FrQwjD8ZMhE5yH2BGlpqrgGwaZjigCLzRGvB4G4AkNPa5Nm1dGAVwUKDNNjWPAimevI8Va34gqxp8P54F/7vdc6x/GGeaCvhh3dsPFiEP8TctEc8NiZL+j56a8qOFeP1+vVUOZ5bY/RdaIJHatb1dhKm/bSLOurr9BoW1JqOqX2sUbdHb1bceqQs72EXq4O8Oghncod04mZeVVmvPr5t/0MSIf0Vxef10C8SzGw5wieNcJ1y3Edi2E/VcdVqKYB5UE6CllEIzn+ulY6Z9CkdgeWpATcbZoDusHE81l0+MIJzVI674mTT2RGWMyU7JFfsGRxPcnr0jDsjYhbX7Wn9piwuJGIuElRvGoUslEe1t3g+SG4GmcVAOedHz+rGdqhZFRMdDFaIAV1tIVoe6qgjDSocycPa/uGfh156Slde9vtxMccFuSm1fk5EiIvFbVVPfLII3rn29+mt91zLxjtEsWSDDdrRWlubAK9u4npceXwcDtvvEE7rqNIQ5WO3fvlEr155lozgXnvWshUKLIgghyzNdoCgQXx0l4W3XMXHtOFuaO6qf2Dau6aVHL1oCaTZ0BfOpVaCKkRHZDN9cuK5rKwDGeB2erRDdmoDrTzglPkEgtJ5RPoh3AtSkTOXkIEF6HNTxx4u1oKQHpjSXXTgb6ttx3aE8gFuUeGc8pwDIaXF1nIERZxgP7ISppiD5uJ0QGs4lmhCcAoAnYO1mcZIHaKRgnRCElcbZxLnrApbPwWECPCk0sfb0RDXn+OV23UprpfbWal88JqtPwcqPNry9ZNagJ+y8/Pa5Y2pU2J7epp26vmJiPEE+9RCZuBzNQOUWnnjn4E8SHPr86BZU/BC45z0+q4kWDBRetAiWnbjo1VkUaqfi1NiDZSkLDOlXKwURW26C6wby/eOoIKUv2GTdTlQA14voWVNU/loAvs77UOc4dPjbUUCpStwan96OJ5KXKML41qIT2u7g3Ify08gb7GIDQjjDAeQwh9WZ0t8/QpBvX0JF6+Df63jz3GU0foQoMtFcC54VEUfl1QTSExdTerc7FZW6lwtvVmtaF5m9PREvaH9EBTD+V2jJIF5ewm7CABcGfDoY3sZTBjgmJVFAwwY505DmiJb6BJIYSBm7aHNThYSOUjFFulG77Egs2zmp1qYjVdfDnX+Z5ddk3o8kcT+b5+n3rVRm0QmoFIGcKOZfQvVhbmSbLovVta1NQEsluZKXW1oKuBnNfczAgkpll19vaof9tWVEATyrIQ7rn3bTp94gjJlEuzkH2ayfKtB89gQFfYqmkxbcfw45TEk3RQK1N0EJV8tqAYAi+zqBjVJxo1jnHHiU8zaTTwQDBCGHUZzHm9Z6oxBmuNBpQ78Gy0Y+Ht3CSBORiD8+PAco39Gl88pmJqWh39d6gVmYMClct84Gsqzh3W/DT4eWmbwgNb1AhC04ScgQetuyL6IZGdUXICbC62jE5YD5p7eFqO5ToWu0krVFAqbeF62G5kigclaLaOyLv910I5Fp61q8Xx7kXi43AooBUab23HclGizWTAoPkAj7EfoQU4Onq0ljUjcmmot59zX82QnNKZEwhwLde45etrCq+fSf3o3/mqjdqul+VituW5aeO34kiiq9lh3s3OtKmDBtQnn/iGnn/uRc1MjTpNoh19Y9qRzmvX3r3y10ed0vSmXdeR2MHRYOyDCww3R9IUCcJUIzxIslBsN8ixPQfDbMdU2bKgEzGMqUQRJIoKkmHYBTxjK0amCPIBdF17OB5TK3IkeE0mYa2NbH0PY4GO7ChCj3QhwL1YUIGwYn5oXo30BG5uOgDl8362/FZYcLPE3V+nhes5iiMD7B7v0K79D6i+c0p1WbfieM4VPrPCIo+1IJ9g50IXeZkiTAF+SYjPEchFJQ5HxWMND8gGozkdJi+okEyzhp1OFydBJBexTveY4e8QOaxlreRKO+XzEtc1nWHHIXa2BWvYtXnqHNc/SoVxfHJUnc2NDl89xG5RY0leztTeqGHIVRu1xW1mcLZNeo3rXDLNDJhmKOUbb+N3f+8PNTF2ASNLqakJxtvuLdqyZxuxchwEA90NCPE+qgaJOA2rbJ8FblScpCcMf6FAA0EoZMUFm+eDl04uGqUfDLsBL03vHh8VA1lwlUM6OwhRqLmDJ9KZgth4gO3c0NryGtxYCzlqEGSN1Wd87RLb+fDpwzpz8gXNLaXUSIiwhP5XZqGsi4NFdSUeUWPkCS1QMk+6blQhdYOikZ3aumeTUg+/SDPtvHzX1ivGYnYhbmMQRpbKoptjs5DBD83U5g6RS2qKGNxrJewVeNRg0FlOwsINL6GPcc/LeIgsiauxC1OgPiHrO3TaWKr4e5JdKJ8nrAKbzrISqkpTLowaCJInXhybcNSmrKoadRp1qwzJWkW1ZtyXhiI/ev/6wzuCqzZqi0Odh2WKlHgnRqGMUoVbBPEYGzuvE6ee197d27Vz203q7mnBk8cVp0RcorCQwvMah8FDYri8kFaigfIyC6EMmcekCsqoD1ki5OPGpleQFiAhzNJatbjMXBa89MzEIltwUQsrFEYwlN4du1RE/y7Pdu6F1lm2pl2I8rWWrhpbz8hLDkaN4eRTE3rq4cc1h/i6H8+WqGvSrXffRVNAGAM5pdOzJ1UeRT6s9T7F2q8FA2bgUAdSunHkxlbOKTB/XgtgxEsLPWrq2obQowXxGBILq0ysHqcxIEcOseDNqh4jjuCtY3jnJAaYAo60/kzrvzLeR5nYumJDkYzZaMmihSOIT1rrWplF5jH83BiCDEfys7DL7BAV2rjs/CJQX7148QQ8GKfkzvPy8E9KayX3yxnz33nqV1pI1qhq+JQpi2LUmTRDf+AwdHe1q7enUe+7d6eaYeXl0axbBl89deK4ki9m1T+wSQMbtypJp0kYwZc8Cp/JpaRibKHGKS5QYaxkVsBsiY8tLg5QVcNDeUA1bEpVHoNtaYe7PD1JcaKk1t5++Xkt+T40TltoJFD8W8Gwaq1jFoPa97WGW0vGDh79pqN86mbBWHl6/x13Kt6a0BIxae+OLsVzFFFIdLOmj+dCGTVtsr2UMUE8Vs6PYIjneL8k12CO/QkD5qPDNnULr+tBm69EU0DAOmq4JouZWfD2Ok0tzylcH1KQRZtjwVqSaIbsAmYsY9R2LZ2EkJCowAK3krf1UtoYDGtA9gBTOkw+GnzrIYaZAXttPAaf09aOhJoZNTuaNTPbTnU5r/xGjq+/L0/9SluV83sb8WA0A1PsNIlbkIPz5w9X8V/i3i399SSBUzr8/PMax3P3b2rTnhuuUYBevRXI7mGkBIoujJqwwfrIyxh+hQKL3WQvKkju3Jizb1cwmfmpSbbWTqqSQRAJWsGKs5pcBPpqAhYb2OYI0pTZsiN4Ru60EwlZIytIn1NyNiJQmDBpiYLH1MWTDBVaVBcLbmR4Ugt47Xe+/6N0hTfy3rwHRlIi0Wrl9W4aBSJwPZgvpAX3hJZ8GTUT69aNnNP84owWmBbQWaIpgDNIIt7oyy8TE2OQoU4E15kmQFIXQzPPxm+sIHNgcmNucgbT0DFmqKEcxg70gNeV8eArS8sYeFXnb5G5i9aWFcdhuOBP51cyWiGBbGThz7Kr+ctQZkPG7LOxdrD4SAzn6GdsrUP61+TIkD0zT295hcMzX2uts4VdQ4V+eBv/j8c7fV9G/WqHmkyukJ0nqh3NFFx279ylCDfu8HPPOJpzZw/P6vlnv66tWyL6lV+6Sw3tQaiZWbzyOMZKJczbVqVeEgoXETMv0pXtISmqiqGzC6RCCgOlzc6iwfGtx+nR6yQJdTtIizHzOvbdiWSAqR1BDrLuJRPtsG+M+2YJFDGztX4ZupBemqezBh0OPKUfrxiNJXT8pZeI7V1627veryCzXixHsAGdKbBwD/BhFngizGIBtoCYtUQsawrpePX8OOPfnlHY5rd4Qmo2kUZ2IxNFDxBeGB2gYB1XJHJLNBj4WPwhhGlsN7AF6gUGdPOeJnlmR+t4Tp5rYVG1C5hhSI6ADwudBeCHcmp/yxSTtJuh5WcFLmcAKYmn0zhsmSZJJovZFkOBRZEFyQlGm7+LPXkpk/JyzMofD9P8wY/iqo06TsHFDGiVBoAwgH+OZG9pcVEN8bhW8dap5Gl98D378LDS0Mln9MjXRkgoB7TjmveoC66HUCoqERfidBzZ2YLRMe3mYjtlYsKgp15LlILbtm7UBzsaNE5R5zOf/J/YmFv33/+AszVH4qAdHIVJCzhMU/N4JiTKvwQEfIMQL61Ys8TNeeiqAQygCGQ2MYMYOjK49917L5JepifNEfAeWaA7L2I2JkYTLpH8IrOLjJLD/fCjRloqGh2W3kE6wYtwr/Omv1eZBa9GL8/VhpeuGm4FMZoQ+tOOzC4Lx0Xl0AZWGFJhkBFF/qrCFK66Fg44GihralYm5uMCOTHIzpJBM/YiC2zVFru5eUhiPh/0XEJACzm8ljSyKF2EUx6gTpvZWKPa1hLkS6nCP+5w35US2svlBVdt1AWL54xUxJf1DM6OT2h+dkETRpA3yYNd28F60zp/YZEY+07duxvtuFgMZaNewpYy5XDkDrjtUYzKDTRnAG+a0chspsTGkJQQTYxtaAYNgxJKrNq9a5t2XH9A8xOzEJ2iDNVkNcDbKFoHNTfXihGOUWPIJuQR5aZPjQ+RCA7B6kMnzxYa+HYJ5MAgsBtvvJ1Rb4ik4/1XiOnjxK02wjljHSQ2OdZ2AMOvTY8Ej+xlbHK+DLGoCMwILTZHK1aK0CIcaSSWho6E5G8a7x4g1AG1c5oPQgz2rPJijIVlNRPiXYzcgzhlkRDBUaRytEeqCEgBo3em7dpCMCzbvDvHk2Xnc4NZu9BEsYAsYKxEU5lak0RwiCympcIOk8dbs0Zf7rZfr5D1Sgnij2Oc/YMks1dt1CY8YyR78wzWRdLV3a9mYLjzGODS1LAOHR1XhSJKI4azu2OnmjZu0BxchRWcld+aS/MJbhh86/wcCRixJL1bfmJmrzWgrgJrxRNMOMG78Tl+YskcYcM9736nRi9e0IXhC9rRfBe/q3ZNe82YMdzUEvIGKchJxNrJ5VnUQ+fopYXJRwhgrVBGrG9oaSNRRXWUxC1PxS7NlCzRLV7AiPKMnw3Bv/CgjrQKahEiX8hiJFFKzuXKRTwyvBUOL9Z5i6bP/7nifXcp2nIACNKEzxHAoWk3EETKN8V7+xGZ4VGTE3am5eJJc3jUDOdns8WtG8hRRFkjXznNDg6fxqR9rXEB5AO1VYM+rYLrIf+w51o6aFXVAGQve669h1VczbiNRmAC7TmDBaG0GnvPvL3LmZFXnTJQ/f6N97hqo7ZtOM+FNo/U2AzWPDup4yfP6+TBlzR67pA66XYO4L36NoC3ekcwUMaytXQz7AfjRSDGXZhQBAHxEjFoCm9FGsXWT1LGTfRSQvaXmWoFLyKAsRlctoJi08TEmI7T5Lpl3w51DWwmTiWudLqnIT6RBB45eBCjzmjjll10iyzTAOChKkk8anyK+jgcjVbCB1hv8QbK8JZE8VmETTGI+DbewoueSA4PaMbnKcGCg/tcR5Km8jB49jMKtWznXNGY7guSHN6qQO9OhB3JC8DmI4zJyKxWZxmWvItahS9ewRgDMOls0WVXEa8xeikxccXEcxxB6ao6lD2MSu3oZJPh5lnA6ZV5FmlO7eDeRugqsCiDDCq1Fl1jFRbpFDIlVHuYV7NFY+FHBcTIjD2bIoQz3UEWpWmt1Dzfeqm29Wb94+itX+uyu2qjTnEDTag8gFLS+ZERvfjkEzr02GNKjp/WjXu3y58FqmNWSuuGfWrceZOOLhZ1+DiIAQT7OjSYm9q92tzo0tbWEAWcqBYhzq9QkChyZCYk7k/ZKGTzPmC1FHAaEnBGFutVDPapa8e7UQe1CiRbu8WlbM95SvQXB0/huVzqaG+DexyDQM8WT7EihN5dO2V0XyCqmekl4DIrkFh8zbQrM2hKzksgOAx8USxHMjo4QdNCE3ofQHNFBgqdOaw52rqa2GXCoZKiTOhKRHdqGmXUOf+smvu7FMzVK3tiDiUnQpZudgWkEeKNrTwf4XRCCmuYrZDYxepbyEGQDQPFqRlkrXnBsgtLAFPAigU8bQ71KhOutJKjwad1IDR+/h6kSlkm9DKY0mu6gnh1x5Pzb8V2UAtDLGxa2ylqaIdDQFtDQi5pNq8urL9BTsiVYuYrGfTrElNbJWxyek5zbPNLQEkxhsO/573vV25mu0699JimYKq946d+VjnGqP3ifzulLx5hVkm0X+1N29VNoWARUtBOzwm9v/+C3rorRDURCKtInF1qgF9MnB0C312BQxKxDhrCAIxtgoUxnmzQoy9kdGAzMB8cYz/e1rbXWBS0BHJPJAKmjLBMCtkAP1hcC61iAZLaMN3Y2D6d7fAtcL4xaxgkTh1Nz+mFxVGEHfPa5KvT0oPPai9sutTN1yu0KY2W3WG98M0Xta//BmilzZqZRMCmi0Vw5KgWxyqKEMo0DTRqeeSM5r71grqhAAQo2fubkUOgU6VC32COQlICHWsvizCFpNoCu0JdvS3Yqpd1EkTD+61vEcMy6bVOzq1IDO9fAskhjDOarA+s3rrN3cidmWd2yv5rYpBOWXzN2xeAMasta9Xy+3oIb32F9XKG8eOCilzJ6H8go7Zd3ZKX6oWpxoaWadt2aW+IzanfoA0qfPPWW9cOHxqPemoeb7ulorft64W1163Pf2tMydhW3fXeOuI9Y5PhGWG+5Wfiejrbr8eeKuknx+b0b26mCofORo7Ssh9xlwoK+81IFkwiTj42sqgHTz6nSe3Thg05HWssaNtqRS2rdjCQjRgcdGFsVvH+7dq1cxMe1DxiHbFvqzPD0KqLaaigSRuB1R3Rsdgi4rlBjqKg3z/xpJ6cOK3A5i75eL+Qe1jbw/CoL/C+eL3cxfOIRg7qGx7QDlCUfvgibT60ox99SUVK6x++e5+WuUCHX6D5Fmrt+SBdMqdPa5UO9yBdO8uEEQXi/SakyQJlqp6Uydsa22mAmNdJ17x2NQ9o2wrXkTAuAL9lkbEXbgTb896ttGh9i6SvqGYQoaVlvwbAz5PW+gMSU3anHUkII4tXiJtdJntMOJbFo1sxzEdMnycZ5YxILGH2VarhlsumJ5G41sKemoeuecYrGdOVPOj3+/dq65qJhToqi1ViFzmS0wxNuFYddGoqc1V9czdhmMliOGSutV3l0s+6YvhR4w4YXlq9AFWDtkcWTzLBXJKRKUTAKQfPzY6ir1xQT98WhbfdpjPTe/XXJE/X17l1H8y1t7AVPvHsH5LwFPTBj3ycjmo89bJHjw0F9R++uUm/f6ZHM6lzuqH+BXWATHjyrcq0LOnQXL96wkU9iAF9/F98VImlig4OLqt9GvlaOM3nZy5S6AFBoHO2qIva1NkGfIggoyWDG/qUh91nbDzr3YqAbqyiSjoPqvLgCPILrRg8jL8R5HR7d2xBGAY6K93rnhs36iS2kp+C+gpL0LudbpuGmIKMpitgEGfAi89lFuT76b0K0RzwkH9RA0zs8u4boBlgWk96LmqUXaMwfU4tjMvop3OlGbgytzivfTAA+7vrFQWX/8fTZ/TC8pDeSmX156PXqIW4d5k5MF6QoLJVGm1QKR7Zwau5sQVwaC85gmHYRUNIgD8tVqd26ohbWkWyjKu2pDKHp7Z4epX3i4DVW7IYJGm0eN/H55jOdsB4KZd5/CCow/dryOuf5yZ5rzpLM2RTwSX0MuaAFan5ne1MTocSvzc1AjeV5xoX3gzdwfQveVzRqP2U49bHXdW4z1h5qOnDufjSOXQuKIS48VydphUHLHXqQl7nxoDNgr3a3XNazekpys1LJGolffjem5E02KDZcxN64kF0Pu7frpvbtujL5RmN0Uw6tONGDXraVQcx552dnfrvR6Lg0P36xG00Gxy/oK8dTeoGGGqFmVEaqUYdAtWz31pV8yaXdt2wjbJ5l7Kz09xUYk/kDLygKfgv4DAKEny+dZd4GQ4U7YTbsUj/JAnlO5gBflsHk2Mx5jwC55MUWdp6NjixeKG7g+TPi14HcGM7fA0S1nmqhGF3kxrQsRvf7FJ9msooXeWNdAFvonumcxtcbzdojofqItW8BMWccA7ONcysjroGdh5YjMTC4Bny0m85S6fKxMqyUizcBhazFYviMLhHwLutP9HwaAutzCgLdvGB8iy5rJjEMLmEn5+tAsntNkvg+cwPIG8o0vljM9MX5tEvhLlolcUIC63IZ3uh/AYI06wFzB6vZMRXMu6r9ejGaalyvjFFpzPJAW+cLwfIwf4Kpk9u3BbrWKq156157suNqb6iUdsKMizU3tC8heOrucAh4tAyCkV3twBv9fbp3KpHw6goHp+mKxzB8C09RZK/MW2OXNSjn/uUUhML+sDf+yW1tXbos5/8Q1SWntXWvddqGnXPOlbbT2+c0A6Gt50GRnsp3agN/Tt171u7dPYFn9KIn58YWVBLZFJ1gyNqa/Drlw+wrY8WtHRxSXfev59Zgx4NjZ9B1mBAW7pu1rHJR/FghDE21s08GV9u6wZZJaYnNo3SPdICRDjPuW3xJyi0lDRSYZs2sZ3WLjDtCrsDPSkkg1PgxjH07OqB9pKFBUIW4nY86TIY9j0rtHNZHgC6Uo8XiWHoMYy7G828YUroUVrLchCP/HhM0EM86SIJMIkf2tI5ptx+EMy8q03aH2rVZi9zXkBjipTY/WDYBQhWRp914alDoEx+W5DApVC+CC+oWBqWjgezfMI2bqejB3DatuwASXYWVKQID7sK3SHSTuIZysAzZ7eye2qGUnNYl4uhr2TQP4hnvvQ1L2uDV5ek86iuS+oOplvC/xcW59TIzHhn5AcLshqumFe/PCR5RaN2Kll4lOq/1YTD4h0LQSxJ2buhSS+dQ4R8Hhiq0oTeW0VbULrfFh6Xa+J5/dZ//rJ2btmo93zw75FMzuh3fuX/1EBLSP/ql39GDf03oXLEpFc4HPfevlF33BXR82eXNXbxjLYQQCboQn9HI/O+A3i3QKceeEuTWhoWMcAGnRo5RqzaoAN3bkcGrEUnzp7Bo7bqrbdsQUbhFFrSPTTQ0kmCcVgdxmPFiBCeFaKUn3NJpAq6M9iBwn+zbvQ165BnUWeA/0Jg7abwtFhCNxu8OQa/eme0SwNoS5cJF0YAE/wgJo2Qm1yEEz0mbA4EmDVPyv/S8Fl8GGUI495Gj2ABscgM6EXZswBUmIIuusKFi0GbNZFHj25gBnkniE4XEKPgSS8ggVBGSN3qNC4QmwJwZhksOmLxL0YaAqVZxSunQUUst6neC+Nxg+TY15qV1khbq1AS4lR3TaLYBh2l2ZlCDEZywg/K6CZbdjlPvb7S+MMw3ld6D3M2NrHMekYd18zDCUnYgV0s2gV6NS18auY+2cMWox1bkF3Ghp+u9T9819tf0airH/KduKV6Iavv4QM6WiDQnzcyPhd5s29B12yAbFOY1Df/+i/00kvf0rveukv7r9+nVdcpPOkT+sAH+rWdFqeF7EnG7GxSQ86vOTwRogiKU7Hb21/SDVta4I/QkbIU1e3c8HQLMaLHpldBtidJOPX4Oc1EPWzXDToPNDe01KjWvW9Vem5FT1w4rus3s/0CrQVDdcS/tnubSg2+jG3ajKYL3ncDOPA9CC3mgAQ9SyX1oSGdpVm1gCEvJGm7IvG1nKHV16QtlXpn/swqe+N+Fo6PrTJpjQemwcBxLCNUY6pK1pWSN5oIF5xIEE/r14vPvqi2DqihdTO83xwUVUKIXIKCkIkMejVWaFemF0Gc7bu4UXTML7MI8N5DszOaYdSzTeAqsUjq2YlyNCEESTQLJIpEUghNEi5xXl7K+bhkh/9BuO1QT83tBUCLFqbRRMGAbWF1DPRoDBrtwjw0Bngu65PEmlXU4LzvN6z4fp/3SkZt/HGPzX00eyYUKsJsLFiVlUTZ5iFcuDCpBIia8XgsNLFmFAuJLfwqG0W3Orv6tRm1Lfxad0vte3sHC0vM2KMgHrds69b1W6i4wbTI4EEPPvMgbLRZve9XP67GXgRY4D2vTgzp7g0bHRomwCv9eu0kmZChoHGWKDGzIcq1OKnBMYhOUD97G2Gy4clcCRhvkIsCswWNAWUdo7izddOd2tDog13HfEP3jRrYFdWv/rNH9daP7NCe9rJ2L+9RZ4/l0jZ6jUTLRD0MFTA0gIsTpExfpogRxkiWLVGKBpQg0b2+rk/HlyaIrZmxkifcKmCYDCWKQ3l1gSbkTTHJDIrQpIRXqbPCE7Gpn+M0FMiwuRIxNwp7fO9FA2RZvngWhGOQmHdWMUIRP4qn4QDaeza4iC324DMuLU5MaY6pAHX1jHWGvBSEjnoS4tUgg0eLJLsu0BcfKkyrjMitayBWNgFIw+et6EScnSV2NtGeCh7OiF3GnCzg6QLkOcYdN4UsCx0zeOZFeDnWk+kDio3GDQ58dT98tUZ7pdcXua7GpMRcKVqhRpBdcebDZzK0BEKWm8JpWZOxdS1ZUauKvBlUUiVzXS4AuaKnrnnlEtuDHaDBQU5muhaGeEzrijjQihNukrIZBvJE+/bpfbfdQRVwVXMnkNwauqi5yYNyD4Qx5i0UPzBhyPJxjOv03BBFhDL6zoa5ViinI69FctQ4twifI6QLIyd0YQHc2XW7Nu5AoGZlWv/ur8r6tZ/frG23FPUrv3NYrRPbdN3dvRr1UVAZ3Kx34nW90yfl2shMFrbaAifhwSBT9DIaPTRIeOH2UhrHK9RNrRIasCsAmWWADNtoCC7TSuXDFTJUS3U0J2SMw0rr1TzSYvlgHDSjQRFrQiAOL7AFWte3FUfYdBwJMDoZCCXwkCATzbFtJHMkaTQTpOcslEBs/sKo08Gye892beuDNjDhUlcQ4hPGmx6Z0TRjMA4xbPRCYwZZY6qRQIZpBCbnkEoItcEFoTnY7RgvKI0TTxMSchxWVS3h0c3hrBJz+7imDQ1NGAaNwEicnT9/VvNArY0NbfyLUittc2F2u0sff5MYtc32KWE/yRRz1pOwGVG2DXLc6fS8hqBB1KMN3gYL0yA8L3Ce7WZVtARWpOV4l7HqVzXq9ZUlJ9kwyMUhKVhnB+Qa69cnvqsQfkSYAbi4MonBVOhyYTjP4pIe/8pjeuKxb+Gd8tq7r5NYuoPtnRuPpkdL+zVAgNY94tYME6fGs4zAYPusUJLOwTceR0n0fK5VH4ge0ON49K8fbNZvEou31zfqr+FM1D+c0Sd/Iqa7KHJ8/sxxvbOxS67+dj2IctKji1l1P/3n+uJvn9TPfPw3tG3PDnmgqZ6foiSPkR9+4bSCSPF+HTlhX2eXlvGORRusCWJgLWN5moabKTV3o7PRGZvXefa9OCHLtOlrWGkaSDCKrIJhrHAS5WVqQMhP2Z2xGA0JSPvE8U3kBJ5iWmnG0e1kQS+P/JlmT0+q8izHdhG3DkWg5ea7tPqvP6J0oVtHaSgePn6SbqGUdh0AZ29s0dEj3NTMJF6euYw02/riaRAdNPRQOfWZnAMdCR5CnZVkEkVUdgsWcwHnY7uRn51gbjGl+miviqhAVZjr2NOxTXv2DDhCQDY0N0CjMPV0x6ZrCeP65NChy9tusNbb6cBq63S+7blQx7USzKO9QgMEz22FvJXDHnLWnsa6w3dQxkfuxQeKA2VAJy9Km3qVa+xWjHa5AGq2S0kGOfG+IZJpL8S11NwywvyMt473aduW/RDM6PO0qilhqs0LcngvSHMYfHm5sTZX9NRlA/TNI9h0K+vYcsIOtnKCN8NJPUWgFrL0HBc5FA8pEgNbnp7QFz7/NT3zjSdBG07otjt26rpbdtBq1MiFlsbH8yihnlPvpi3auHmbTo0OkfHDQjNesDOcs05PnCjrG3MV7Xk/6vzuDn15Zkh7x1f13lvaaKfy6Vvn50FK8vpIZ0QP7+vQc+E6/XocDbtoq44ijHPtLe/StYjjfO3LXyDZmNR1MPsoGkPHzGrrVsTeLTY/M0gktNeUJLXC8WdM7YnkLhABL+fCnZyiXI6OtN1Y3wIkpNyAE7caiWhpia4V3oux5MCFiLYTD16YGEQmwa9r+1u1rQMKQIy55RNPq/zIX6rj6We4wc2aqttBOZOLsHBM4eTzLJCbdXYErkaE7iCkyDybYnqByuypi0lt3rBfG7tjunhoDCgQTZUI4RBwpAcBdsP6rTN9iaRyjopugDjT76X0TvycY4CpoQoudhNLvoLwuC1RXKFEHzZZtZDX2SUvBx5c6qWt2FYr31uIU6tQ1rx7ukBog9cPk9QvgDaFN+ygqtuiOaZFzGPxSxfnHWH8rt64Jp98TE0QwWbhv/h3ltHp7ncoA9ayZwcTp2/VxfmU2LE6uwA169udJLc2o8cZR4gjNQO3SQmvhM5c0airSpwkWrYk+EpTDUzBYktxcS1Wc3MAHgjsJVZ8BIHCtjqP/uJzX4A3/ZD62jr1XkrmpkdtfYZPP3sWrbthJMF267a37GcbZIAmO8CWnr0Oi85uVAAvPTlf1OBLY/r6UIM6nl/VL10P14PmggeHpX9wT0w3XrOqL/9VQU9PefVhplU1nwjp2y9e1L/fvoELGtBXLxb0/p0d6qjv1i133a36pkaHvbd353ZusqkgVUvOba3tquxoxlOQZTPCrZCzLQ4mHBIGwSjYMwW4IqOYLeRaSdLJAs5sMgWGFxt9NUjYMWc61eDFBUIqdwdhFdvjMerwE5MpbWSa7jK9izvGK/oghKdCe1aj2SFK3IjPIy7f9rY9ygx/G84MXfjoBBYjXGuqiEurAUXaourdOAAytEjNMwi23cYuQwhFYSdJGBINUXKHZFUkns8anwSjLmZhPK51zluJ3BzRwsIcBm1d6FRFuY9FI3AZ1G2QHyGQMfnWPy5FPdbXKGokqKrOS3W2Tj2FJRPVdM+Ngdb49fiFCRY48CMU4gJC9R3NneRJE5qm++l6F8xBc4qRjc7khnwechchptmYfYUocqXZCVPwd4oV5tjglGo650410RJgJ8f7zoSEHwinNt0Je5Oap3bTkeFjC0/QRFrf5mbou01wBceGXGMX95lDL+rpJw7q1pv26IPvulOJJrw4+PUT3zqMVMKL2gHJ6d77rtUYY9gGB4+ob8cBtVIBxOkhtMiKXWt/2oDYYnO+Qw+dX9T/dWtR929p0+PfWEHaK6t7e/N6GDXRb50N6+Mdi9pCnHsIquWjTNK6rSOqTz0b0ue++azuo3yf56K1d21wlI1MS8NLcmaCkBeHzqqvg8/oWcDI3BrzJZmvAmebLS2Ml2vAw/nAAn0YrhUu8tz9FGFPAW8eJ8TwUCI3QZ1AolMZQq15WtDmkdiVxXwY2iI872niY88cXmXWo4bidnY84ubRZcWRh4jeRRPu7nGdP4XHX4S7Qrk7SXvZMvAJc5CciV3L8E2Clt2Dra8wraB7C/rW/ZugveKNUbuif5+/IwJvxG0eYYo0FfoebYSeFZus2DK9AIRI9bMJFCmAlqEVbCrlarOC17Ho7wx8qoYh1SB1vResGXAtHK114tvPBfKPaHeTzo8fZ5YN7W+tmzRpqrEtCW0kP1qxHks6hY586nHtjWO8VJFtMbXSZO0hN3CRA1ghb5ChVtNUbD00RRi3paWth35V2vkAFizscfjoVnhaI1s5Bm7He5mg+oqe2suKNrDbhnZaITZMvGjQ5vQSIxqYDDCbTpKVkyhS/XJxEc+dn9b9H/lF3XvnDrzhJDd+VS/Qnzg4NKX3v/+9akXE5duPfR3YLK0t2/ZQMFhlC8qgD8d26PCA5xThunZRwNsU8+lQMaRRmmvfEe3QY2T/g4sZXdcIk4HmgkfOpJR/u0c3AfF+Tg06mKzo/XzvngUvZhtsbCvr4JGz6ujZRsLBNFrYeMvIk00iz9XKoth5YC8GCkQWpTLXZhBgVXy9YtwC0x+1bhg/xRqqgSWQEI9NwbJwA/TGBR5tRphemVC4gQStKQCSgpgj3jNRrtPo+BL8F4R62yvqPYvozbNMFwgvqbOTECC0JN1dr4ngUQWyrdrdmdCNe6jAMGFgnnMchyfigrjldqYIRJSKbFBmEvQEF9vZQMwOb8YPZg1h1npi+LnVuUc+ExayCqFT9aXwxP145IVj7KQJdiuKF6BT6dUVYHXGTmPcFlYaheRSI/5u47Y8quoZa0Zt3rMWltDMye6KHmByhyZOjUGTTalr10Y1d9Tp2JHnULhl6gLSFd09UIThuUzi/Hx45GgEpiTj91rg11ialgGPTiBy1NqFxoqNUyHvMnKil5ao2kjB2mK66jJ5hrjV4jWnd47HMlocx4hFR8jQ3SRWEeA4G1BvpYcAJPumgU5NAcU89OKkWlrrtL25SZ6WCW2/oawlkpXhb5/npOIoLu12Ejg32zbNUNyABaIbQhh+zoMcjI6cQjQRIyv06Che77oubiHFiIMzHv10H+Vk+J/D0149Q0f1W/oRUITxdmK6Q514zzuaFtVBg249gH13dwl+9ykUVBuBsy6yKF26ec9GYlqgNiiqRW54oh1aKElhhXPNgmW7KWvP4PEW4G63gAXH6GUMENaYBHoeo0lVYP5ZuxclXl9zDA8JisD8RGtsy0GwqjexSfKLXcF2Fu8SsxTp/jlyCI87JX8H14FigoVaBUqMq8k6DZDdd7gWCe3TEKXqdA3sQjeoQNr0Q3KLmgM6PToM1JiBO7IyRQLWBuzI3+hUiJhWHrCYc8NtoBPJq8lPmB+z+LoOcSFATOBEYDHoCjnG6ZnAvOHoRrIw7/dqJXKb+lUz8vUT0GosvwJe1cuQ0417b9WijurMCyfURYxcgXh1dmpWN2LU3Fxdc9ttSp94Ac7OSfXxd+4AVVI8lw2fYicyeY0gha9qJzz7h1MtrcJ3Lxdc4K2AWzqL1o7bCUmccWrf/biip7ZybcVa7a2Xjosbg8bZ0dqkIMKPUbYHH2XZBrzgwsJFnTh2WBcZ6Hkadlp7V4t27tqiQ1TP3IQlQaieHRhlK9ofs4srmqWi1wxs1kRiVyBT9tAylWCR5F0NenFkVA8+N6vDbppyqSa+sKlOWwZAMtGTOzZOkkNRoa0upeExaK8TbFWNJXW1+nTw5IhC9Qv6Hx+9QRPQNf/k+W/rJiQWkgz0bIQC24aOX9R0vqYuaPRbh3SCECWxr0UNePK+A3er1NavMRCOFwaf0fELz6qxNay3td6K4hK9kTDtBunkmaCLZplq4yQl8FPnzuqOa+/RfftvVS9hUezQCAnlrHJbSW521jOnfFUt5X6dChS1QsgSnyeppsKYneEejg6o2XYbOCxbd9HxvTpKbycYfS6s+hihD4tpCgm2U88/wU2kfA9ubkgGS8kh/Fgl0TStSyAshsJY8w95mgUONhbUaSIwg4jR8lYgkbW5MH7uYd6ENQmxKjYxzRLjy8AHlxr5+pCkNkKwljAuUiTqAnmCd0WIF9a1N+xVC7z4NE3ID9z5NoCElKaYIZkjVzlCqOrdug2uCwgH1VuTpkiDS2dWkoiGNuIIyBGIQ13O0FfLsVAYsKaHtfDXCExFm83Dw3Gyjl7g92J6VzRqW6fW0GmZr8F3xo3oZ3wxUuSOqHmIC+WBwF9HO3ikr01/9XsPo3xf1M/eiWQXlbL/cLZOTz/yjN6+axdiNHGE1w8pgbHsveUa2KoUFoThhmCL2bzD1bK+Ruz9pcPTOpfuUrHreuWffVRfde8DSYBw71+BXorgOpyTMotIaPUNnohqsL4PstOEopviuua6oJZI+m/shFnX3avUN0/Iw7D6BkhQDTE4FFws4UHmDr8I1wJ8GhVWm3foD2L8niWIRWN66cxzaHMMgX3fpwZ/k4ZXRvTtQ0+x49BOVu/SCPHzi4vHNUVp/cPE6F10wI//+99T4P/7c0xpWaV/dL1af/ODmuP9zg57dW7iCW2vQxcErRAXJCovBs6qVAAGoMegSI7vqZe+Ti/nMvMk9ylAaHb20BE9NXxWD+w/gKTDktP+5iZUM+08H4l5klDKg4yw2xHmNI9ro2qsAbKq2mT2bafa1NIMJl1wwg4fu5SVpArGITdjscrcJTZxqUHXtvpaM7D9a+iPfdmjjgUyzzDXMs3IMTo7VnJzmqY+EaE31DODXoo3rQDHXCRW3n7P3TgGEkpIYyCRhFi0mIF62GSyehaftaKlSejjaH0XLNzh92fOjDjFF6dM7oRBVUWwte3D4aJf0VNfWgFyFId4WFNoFQGxtikYYVaI4fduQP1ZiPjL3JDf+Cf/UiPPHNSv/eL7UGk6o1J4t8pnj6t98wFNs30/g0BkMdgPXn2bPn+ooBk8dHNhGVWlaY2lS3rxRFHPzdYJ69N1N1opd0JPB7eoLT2s//xfBm0J6UunTqv3MCMzGGURAsb7lw9dYDFEFAYD/9V7O/Vru5b03x8/qcFvPKp7P/IzmurpkIuCzbHzT8h7LsbYizBq/EB+uzdquNQr9zaQjn4KIGCgAW723o4NSu67WU3x+xk7h4QDRprEtRaJrVPWpcJ2m5ya1kCwVbfuu1bXI9kAKq2eG+7QVOTziqeY2UK71yIaes0ri3TyUIBJNCuJN549Bh0W/ZDc/k61hDZolE71jft/Agx6DCmIZe3u36YEocy5Q2cJUUb0U2/t1vMH5xjT3Cc3pWJXdLuT+FZs0i6jnQMsxAId404rG48qPccm3XLj7d7w1W1ckckpnRsaV5kmhgYaIFZhBNa3MIXX2HzfaxPf9RsX7t9pYDAdFyNBsRhiCWJ60A3TI58jB0pNDsHJoSpMTuFjNz5GqNW5gRga5mNlGUQLsGCVDqhQnl0eUtg5mrNX09AiQMpWcBCLDIDycn55yG1ROoKML700u0TRFM4KVVWjz2aywIAmOkSI4ibXcXQHrYv+MoNtruipLz3n9UZv3+dhrSXH5/Wlz35B84Nn9c//6cc1dPpFHT23ql04ll1QPK8nrt5JldFb2M2I5vMaOfffaadKaii9RY/5FikWMNrY3Q/FtFvXxdLa1R3UrT1N+vQjz9EWdb3+2Udu0f/7laKOna7oWooHL0xPyzsX1Ufu2KWD5wYUotiTIl7/t1+e0t/f1653bZ3Xz/3TEyStv6kPIFDT0tulLm7gfBoxm+SIBpEtOxmkW8WfokjRiW400NfUOOYwww1IqB8J4VY6ZzzE9uGlstqjGGEHHBVGJZfB5+/Yvlt1MRIgayJwjWkFmC38FnjVf/zPNfHZR4EDN7IobtJCgDauwAltTmzWNF79kIfkZ77Mz2+DHvBRzXvBorf0kBQR/mw8QBfQWR0+9ay27OhQf/gdepIEe5pCjRcoL4Lud0N9Py1pMW4JDD4Wi0n3+uHLvNpjle29pbVeHcStcRCQAvh6Ekm3el9rlU8BVeDVHgXgyVrvo5WlzbANJzbEwkQsP/Xrn9DOje3qe9tbNQ4Ks0i+tAIVoBHm4ool0Yj7JPDaaC6TkSBRTKtecwszKMHKk8kFffPrE3rhG2e1d0+3urZVd5H0EtIPJn3cwaRgtMBt1EeQkr+FXOZiv0NissX8vcf/mozaMWhWyMucVufntAa6euSi4PEz73sr3julM4PDQHcHdPv11yvcZGpFHCAezyQ4nvnGZ4GvBhkzEdZ799/MykuBBYOs0AfY3DqvZkKJDU0DNAsk9V/wAstws9vbXDqwaYNOnZ7Tx/b3afd4SJ+cOqrb7mbwEcSc3zs0pH98R7f+YGJVv/y5KX3xp9t06wc+pi/8p08QXvTq/rt3y423XgW92MSEgMbOPrl6KXGjDGXQlyuJWDnYqLX9zgxxkGzjmUHT1wCHp1EhGGdMNHF8ydEjAeKDL1KZTWo6OedUSKmc0OAF9XT/O9V0+4eoAJIczxEWQISaRTqtFbpt83ubUVB9vwaPjcuzmWnn3Qi0G4uQ5oQiHuzMiWGKe3lt330dYV1eL5ymUybKlNxdTCvrw7vnIsTBeFnQkYqbqQlMyPVZceUKD48dM7FJBxJtM7TcFYh121rRJKTs70Xz5HJGsf4tje7qjOazFgQrvgGHGkEqRvxrf3vvv/qPqiwOa5Hrs0yFM0g3zzUtjUrQtUSURKN0O9qBfsK5eeA9kl2KQD1IxJ1jTPe5s+c1PPEY3A+8H953jJzFHw2Dbfc4g15TOEyjOFuokyB/s9mY1jhgZD7jgVd78L/38ZqM2l5eg3Zq37t8SBgQJ/3UB2/VsRe+oS/+5Ve1dd+N+qm//9Oo23tICuEhtwK2I6b+R//2n4IVgxEvujTE9KoPhVv1wNs3q6muXSlA94h/FDjHblQTkwa6WdHdCp6KkRCOaRMchmJyTE0sordtDOuT38wyO3xB79rr0++dID4FZnzPfulTj5JMXi/de8+NjHr7d3rwseP6pY7NOgZV9JDjdSFHcTnm5id0wkRyuIh1JC4bWmKUyhF0x6sA51bRBHYOP2ShJMSkTHHBGZdcgqDtRnoJSBjSP4eaTGiONrFJ3EcWwZvyDAuCKVx2nRboeUyQaM/n6aKnqtcSa1N0APw4f07DhwZVoNgyCX11fHycBDyo6/ahLbg6r0eefFGr0A7e8r5bNProF4mNKVAQ9oSi1oFu4zxMKcQKXmknrn61R4BE3bgVJYodYaSR3Y0ki0hSWDXUODdXIhzVCi5VpGENL17rpbSfB7Zzj7yIEiVTSg4isD8G37yvXwefO+YoB9y6jYLPCjDkMnAkLWtFWI4pmi9ODcJeZBb93Z1vUegGRPZjHeRYSNChoxImQXQV4KmDxIdDcIfoiDcqhuNRnVDL4MV1sfUlF+D7MurLnXjtd2XI8hV0MGAh6ZEnnlIU0PwjP/tTEPIDOnr8jHp23caFL+qzn/lDh9x+cSGvb59c0tvfc4fuvpnSOYtiCkQgyYk0J2C9gVaU0f9oDXWoDw7xKo0DyeUojDIj+ec1FFihGdU6URr00nNuvf8jOW2qc+nRY2P61fv69OeHs3p0xKWf3FiBANWvPz3sAVqijF0/oD8fzet6doI7aS8raSfx3wn07loRbhwB0fARrhzFq8KWcwor3HAMrsm9BATWBNwG38KSQCAxl41+ZhEGTFo3e4QucljVFFT8QIAFmG9Zm8nIYthRx+UF3gxQ/vUUSfZcaIYAu0VIkFa5Jkli7jTXz8sg1JC7CyEgCkDLYXV37pePgtEFwrpohIlhGHUZrk2xTOXQhn+C3RuZyQ1u7VobT/dKhm2FoDAUYT/PnZ6Hm45BJLiWTjegiSBe3tm9/HaXdqBbTG0YtYUe9vCyGOeBP6P1zWpgxuSZZ57TOfDp3/7Sc0p3Xqc/YpfZs30TXf0rjLxmd0FCIgCKM7CJRmh2PR9hVHL6OcabfBFqCPN5bLgqNZBwtFvhRkJWv9E0yFNMW5GdwUIhp5awvtT5Wo36lV5cy5JTtD7VsRU9dnwYfNqrX/zYT6gR4P0Ln/0LDZ9c0D+5c58OfuEPNEbD7HKxS4Pjo/qNX39Ab73/VohvM3rmoZMQiibUs5muaUbR+brRnoYpN40gzfICBCn3Vsj93eqBoANNhhhe2ooITntjUOeWKXlTvj6wmQTyWzNqgrkVis3o8wAj/3DGpWvp8tg20KF/81RRv/qhCCMvlvSZMw3MWZmXP1OHph8GhQEHMFofYUwD1MbN2ynZ42Gs07tAk+oopKByCmya11bgWydiNl+R4gZFJUPuu0nipqiwOh0csP7mrIBDgaEwOacZpB0iNAt4y8B5iNfkIXslosBrdK7PlhbRE3SR/MxTwndr5ALNC5Cqdu68m97OrMZTeEVbTIhR2rAoE7Vxc96mvecDw3bEJWGpOd1Qr/IwD2fKVaY2NTONyDuOoRdos0yyb+FLDW9+pbcwSWR7WCxtW76FHtZt4+Z4rBPFejp91jDBchk+eYa2vaRuvf0Ojbl79MeHUvqPD5d0Hd57a+eKbttJGEpRJZ+mIwgV2eQ8sOjpP4KEdYjdY5Tm6C6wa6i3uL9KeZcmL06h5HUd8TWJJrtpAhkOB/gArHDW4isMQP2+PHUt1Kid+Hp+QIwPykO1fAjY7sAdd+uG296i00cP6qt/9U393//i/9Lqha9h0Aep5jG+DTrlr/7CO3TdgRZdAIj/8oNPy9vXoHtvbWWOCrRQmzRLtp1PZuhAb2Jbh88AOWcJnsWtDfQAWqxGte4ACUtT94JenJwH/67XNgZzfpqLX4Bz8Ms3DuhPv/aS/vizT4IoTJPE/KIegwXnJsB798aIBkdXSBIZZ+ebdETRvciHVbxLYMrg5lTrYuiEFEB0GugT9OMVe7r9FG1WENDxOYOE2pmBHjDVJKe1jVCDC7zRxiizq4yGUIMiMXO3RvHuq7o+E9NSB2EJRrW8gPoUT5sBAkvC7POT+LQgmhnid3XtQJr0Jnb39AC1QbucPsw2zNzJi6cVw4j9qEcZKcjDdmwcG5uQl+Wa2wSCK91AJ/YEdswC6XXS8xlNFLWcPukUmEpwyB3S06s8alp8ds9rwu3m6Gwx5Cmq+OmaL9IdRNkNIhjXBMH3Va6lJXpROo1KENyOjZAsUpI/eyLNzg0aBT4+PvKgpmdf0kArkF6+jsVKEYzke5Zzn18aJu4fgAYc1hz64V70FBcXIZehyW1V5+/M7LFW4x8Ap770fL+LTMIH+CGdTEPV3LV/n66/bitCMlP6k997SPfcfB8a1UFNPPUULKwGjRIXffgn7tD1uyD3D43pLx8Z1m5YaDd9uEPtqDPl0fhYQjLXQ9OAG8B+cQbWV4YTbkX0xgXxBeJMsL9FI2yno2TBnS0b9fhpdgeKNjuRs22kqjUFlfUf7AvrGxe26wnKyh8vntQ5blxvZEJ//EX0Qci4m2fwkv0HiC/n1YKbC6OqRODszKypR1zHSChF62m0AUGEEOTiCMWjghSEvYchGGPPGQVC7O8opKLnsQjXOQTnw4QcM3SLN7G9u8opDZKcximb92/cqFQb0ggUQFapjlYatoHvYo6GvsFCsMkZFLAxdq4DcTqm5sBXBYTofRSjAoQaIZuClqPfkWPy1ZmbJqak2HGl8KNIuGQV4Vbm6KzAjSnh9V0UoJZpmo4EF0GcrMT+yo8aQ8+Qj1rhpUZosgJMKQv3xCqDnFcDlIoFahn5WYpgsxe0n89t6OG42XVhEeihz35ZkcmPav8edk0mn7V1IyJEX+fM3CoGTthJR1Apw64HhyQfP6NK9PNaTr4TpIkZlZTRC9bwYSvaoT+/Mmrz8kK/NMx42Rs7sxkcX11NEtdw69plyIFfGt74D3/253Ti8Bn97h/+a3mZK/iu9/4C7Lcv6LFzaZ18Fl4vnR97NvZqZsmrx58bgorYpvvedhPwkAu8GuZb6lmgMLL7AmEE5XKbL5604n8E3gA61R6rznEsQYzQGlkabYFSZs5RadvS5SUMgBQDr7ULY7yzc1UnGu5Et69HlS8Mqo3XNBL73Qym/PYP3KsoN+jZ47wP211ueYItcxBPEpYXkZ0KO4+XxIqmQyqdhDymec0Wb97Z5DVs3IWJUBYJdYw3UfCBw1qzK69pQO+jNI4M8CrdLUzIzSYnQFYoVGRagKSACMnkw7hrr6np4JGL4PRFsG8j7ITgcvgpPLCaKI+H0aXmXFkY+dA08hOt6mKknCuAoA9xvFV4QyYOaVRdnm8QmzWhVjvOCVEMpzZeB04nQqgEWRWCVEjdqLIOEtZ4/H0K5B9llAfhB7sc1sPKIvnFqzv1CAhPHsj6Li+4fAkIkd3TyuUOj5mGCqtX2s+GRvg5xjQVQAtJYugoXhiblp/JwXfe1KdNzL6cmTmmeNsmNdJosWwz2APDzlyazaE/Ib/q1dG5i4QxnEcY0XwvM+jhyqijy5nbnpz7Ku9/DR32d3E9ciAoDMECPMiDpoWjdv5wdjgee6wvGl1p96qa8ysE5Y6R04YVApscPXdMf/bp/4VHa9A77nurM8jy0a8N64sPD6mZ6teH3n07xtqmSap5dQDsXdu36uFnHtK9d2yHQ0EYEOkCMgO+oaIXCy3rzChG59lKq9Sksyqto8MUicqWLJg2c8yGJE5xPzCYRmk7uiKnQEOmKht1XWeDxo7m0QlZ0cfeskutwIEmz5uCw50AMbAbmEzOUuqnhI8hBBzOgQkmWpGhytN1xFJMa8OYYbVlve46vHwRuQeeNeDU4s24yZdRig4RV1hTazYz77QpBcCTA8STHjy8a834imYYtq0bU8Pew5J7vH+Wm29DQksm/t4E7IitV6fysnPZpAELKTAol5W6zVuuFVtqx1SdA1PVynB2A6dIwcOagllIPvIIIn3gwXGFyjcRhlgPqNFJjQhlTR8UN1ioNq/RIFsn3HA0oKrXqGTJGufgZsGY+I47hx4Kmiuuckaz5A8nzq+okR7MMbVq15ZNHMeCstMJ3XA7k4h30GV/4dPKDmZR0BpVz1ZCCxJE4xRB8SZ3uIMJbV+mKLPE8YKttwCrulec+ThluNtURpzG57TRZv2G2b+G8KPGyLqcB1//O9vazp04q6/81V+pb1Of04m9Zeu1gOhpHXx+yJnrd+DOAbDhKoGm4m/QiePT+pPP/4l+9RfvJsbrozTK9m7DMyE1eXJI7rJynz5Kj1/5A3A5qDChrnQB4ZW8O64LMzk9fGwGiTOD3pZ05nS95keX8EJRHcw16ikGDzUXptRB4rH/nn7tidvgTGJfYurjF1NUImcVoPpYIpQo2nQrbrjJlPkx4JravgPI8rAWNovhLreoawbksvo0LR7GSzBh9AY6bBZm6bMj/g6AtbqLVAuRKSgVaekiVPEQe/vNS/M60/9zg15U8LJO4sP7lNj5DNDw2dQtGmorzrCigLMArVHXb8ZN+JCFU2218SCfY7LAVeit2t5lD1uMGfjuYSuhW+mclwUox3tgHFboszTDTa6cZaS0GTxGat3rlEcMF0JhElsxYhTVO/g21X26urgtRrerU3Z2bHYBaKbBZRYXrFofXn1wnupffZO2t/brqySInizUAFRahxc9um8j4R9j8XKF23ifd6i+5yloy/WEVkAAHF++fIa2t72U3Y1IgjNkgGyuMkLSfhxneYOSoASZ7BIhHaMKOW6fObnLOFzHU7+qJ34VL22vzRHnhKm+7dt/jS5evKitG/fzwbDAKssaH81RNOlAvGYvhgnJp6MFMH5MTzxxGL5sp7Zj/LgiliexnnmDKfjIKXjJbPUX5hhZzPDMMrjwUy9BFMLLTJ7K4OXxtIxx3g0S8hs3NWtXewqC/5BCI3Pqj18PmWpeWzegAHVtv7r62tH0G5cPQpOHSlw7CqlGacwCkWVAGry20lMXSWqsbamq4m+qSNiTYyTmtVwmHHOZR+2aebi5NjXLSPl2t01s3jODHAKe3u+hgDA2Re9ds8KJHkfJ1GJgh0Nk4zp4a3CEtbDO1IagYIInWwcQt4/CjzWfQthq6XXK82lCGRN9dCNiWS5ViU3Gm7CufizHKS/blC5HNZXKZxjlKSOABK3THa8egowWTkOuQnzHZbJv88NqWBlmatpmZ2CSM0LEafsz6WB2FAhIeUR6qklidZu3BV/13NWFb42zQXZNSi168PlJHbk4p7tva0KIZ5p7QaV1D503jOy4SAg4uHRU9xY61Nq0RROr12m6+JiaOY5ceQlCHONPll4kfn6aXT7FjgcpgmrvNMNWkyS2jbFNOAgXGuhTCnfjMFhM3+ujq4cIhePyf7rS72sJo90kI5scPVbQ3muvo1GA3j1mak/y4SWEHq+/5lrtveF9at/Rp8nhp/TFBz+p1raKfvJn7mKQZ79eeGlU9ZvAoUmM/Iyai/i2kiD61bOhXXujeQ2whd+3ieZXVubWt29EoNGja1ox7Mm0pvMzJA9zmkJdz+++CFvuWvVCom/FMz7yCDziSfoBtzMeghti3OgEfYkeOipSJFuGs3Y2g4vDKzYiZoVCRI0R5mytprPhzGF89etTDcHsgTUQCsQptkSBH41GSf8K4jRob9NUauPgrMfOZBXWRJGqOwNGUbGg3Ty2jY6zOem2mJi1aI3LZRaghWtscRguKk+0ixUhCOUxuBIc9zSNzrbL+fGGdo4WXlg/qS1Ig+3K/N16dO01FpJ4gSmTeHD65emNZLAqCVsTtQWxixQwbBshbZi4x9iMMFh8btPbMJRhDdA2qyf0Me9uOwqyf8hFVBj559JvPXJcb79ps+5BC+ZxcoWfju+G3Ui8vDSmdl43d3ZF2d3QjKMsWFGRXGQuDflDKUBbXHuIXWw7Ot+f4z3Ja0r9oDQztAcC8DGRwYNERhzsepZkd3pqCafYwedTlLEBlM7jO4D7ZWPq7yqDr71k/e9e3npZwRYnpuD83n7HXWxvIf3lXzxFs+S1NLciCYZx9+3Zr3ZGOh96+jn9709+WhdOI6b4kQf0jvffr0997YQaELjp2rTP0brLR7gpVMiaurboH9x4jR6gPSy84NJAmHI0HR5ZVqqHQUIrzGU8+lV6/hoK2jCwUfkJKnYoN22+ZZ5LxT7Itv2W+/Zo+TyDQ2F/OUPKgcJ8xgTEvQUpgMTwHAUudhTUIsj2VzIVUROFcbgEbGtOiOuk2Zf11LVf2vMMO7aJA0WQFpM0rqfIYELqPlrHIiawTvubU9WjCzVHa1VVs6VGFKv+61xTSxLN22LYQYoOYXS7rVkhSjxZsfkuLBR79tz8LPyIEWfcnIvwwDrGAxi2hUpG2Sxi8EZEchS1yKrttueJz/0ssjiclwoxapqmCpRAYPANcQIkqx4rQ1tsT9wOh8OLYadz0EPpi7R1bZLBBiCax7adya6TZQMlFADKaI3/Vww63rNFvR0xTZATZBatPXIe1SpCsCjHRT41v9yhJe+q6kMo2ga2QKzy0A5GhZRduD5Aka5wM/vTl+h+D6Jawc7BnHcT66zWJ3ivhs0k1h4GNRF6QeyKN4EKsduuR+QcT/1Kd6xmxOtfcKlh299o2aNObxTGsMYmJsAq2eJs8BBTaqP8m+BE59nihxm8mV+Gprn9ev3Mr/2WXnz6KX3mDz+ln3/3NqC2fXD20+C5KU2wbXXGoKnm6V889QKhAq6tNU/yQP8jKqfD06f09a8/rgn6HdsGQgwb3URXzVEdH1zUjpGL8kTRosPzeMm24yiOFiH+F5nWBWxPRg9Pl619CXgxTwd2EmPfBtZknjqLUVvCZ5VvC4VcazFjVRJiDflZ57VrhHkiY7xNNS63QoibGD3G1mjyWNZhUiAxXIBEZDlGEJqryRYYldc4FBbTG0rhMeaj09gMgYfjmgciTRgRiEIGiJdTlLF5MWajy4wasekAUdCcOCX+EmI71m5mpJ9h9MFHhi86WiC9vZ3aSI5D+yVNzag+USwKsODrcRzB+Bz6h3TtezdSrR0kUVvBYDAePqvoDCFlgBPsvyxScuPDDKTiCnmtTE8DQwQxnQjX2Md0YeuRQ+JbJ5+7iHwc3HgWXTYf0u8/dlh7B27UqdnzamMMd5i2rjFYdtaDOItWeVupg+vcoKEKet75ZymKMZzKfR2wKMNVTeqtDm46YWYlf4BqI7kO+ucVjqfCxQhzDYv0f1r3Up6aRVenzeT57sf3hX44fmXtxr7sVdbex8I5wz69ZPcL4Kpt9BvatjTBh/b19dFQcC0zYA4DnbHl0Bnznl/6+6oQUz381/9J/uSQJmcHmA+DaMnYRcU6jMQD6cW9Xy88uqwv/um/1R0ffD9awaxOijd1JJT55UnU/unZm4KKaPFufKe6N1/QsxOHdB4NkYWjq9qPUbttLB21qRCe0SDhrA1FMm05Ys2cTZj119Fb16Fychhik/GD6dYwY7bM3vGcxv8wOVkry1bbo2rXocaBsOeayHneOukdL+YEpHh+eMUw6LyQfJpImqaZCmYVuSILzWbNWA+eg7Q4XSU09jpdK9VtNM/zLC62qNUUTaM0Y/gIZ6wRoKY709BQx1ZtsAYcaRaqCauXQSra0bJuRfxmBdLS3NyUnrcxf8Bf/TidXiq11iRggpPLyEAkC/Vq7dijwvmLYMYskgSHjtctsCC8WHeRi1YC++/u6HZm1VSIy71eqq/IFdhsniKISZFr++LJY3rsPOxGxD3HJ1b0P06mcBqzevpcXnEqwYXMMfWSoM4yZPVdu+5B34Vwxguq4wFm9d6v0aFJNXS9nfnv13ApmkE1PgbP5vmqTjc5SBTZhzyfK2gRFY7JR02hvtEPA5BwFeWB2j35LkhvfXXw5Zu6BlFV6/7V7H99n5jdccuu7Ub52cozGJwNGbKKVYC40U03dm83K8+WDKts7NyUzg8j7Ai0dsuBuzj5UZ2g6XYARaKNrT26ePYwoPsyAPyQbr3/Tl08/qL+5//6UwKSBiQUtuqPfv+3dB24Z4y+thcPDmlfd4+ezzxOhWkLHdYNuuX+j8vfdJCf0YfAUMZPHtWmbVthh1l27EMy1zJr/sMxhsw7gpHVtdO+xVTbHFBfeeEkxt8ORs5NYynY2LgKN9T6E21kcs2gHZFMm3plEwGAoKyb3jri6zCGvOnlsRyCeOkCMf3oxWG2fCTKsk3woCkoIGvgN+8GemFFG7t+XCpuEu9l6qRc6xDeuMCN7O1rUqt3TIkk47Hr6YCn5axIH2cFr+9DFs3GVmdWKARxSkkUl2ymSx2oiw8vZroYOeLnRL0X6ib8Chp/m1gERhg7P/qcRkdHNQapPwi1IbRtO1XN9yBGz3Ea58KkfS3J5J4GjTfNAql4QIqIvW2lG8o5h3bK4OmDzHBHHpjF2QHk+Is3bdDSgQCa2uD/R07TU2qTJeZ5PvqEp4/pOjqK3v2hD2oYofpzJ8+q68B+5YI9EMBuUj9T2lSHDBu7AJRJuqTuQDeQbv0xPqP8kmij5yI18idm+aALnlndjPE3Mp4kqPbOaiX3UkfrJIo1Y17f5VDrdDBYyx5mwPZ3w2Ktw9x+dgbkOHGkzScpOPPGbUSFnf3+G2/RxDDEfsrB1pFR4oZdc+BGpLCimkIjIsfWvxMj37B7H0nbMWiJ3BAf2yWSA2dRSrIRGPfdfb8ujjPlC5jwBkj4h07SfY3K0M4H7nYmu1rRwG8ZPl6uD6K/eTMbwBmn5Gx3IYsGnSknWbnAxLpNoNrOZhrpMuvbSC9ywwl7TAM6jAeyMrjV84o2doLvbOSEz7b9dRKy61v27ffW3GpC7hnokTb3JktJ8NTps4jSwLMeGNB2OtoHNtC13tntSCDbzEPzrr61Ioq1DwUsycNRG8MzSWd+A9MOPCujID8mIwa8Zq8jvDACkxlyVYeFjnDunY9jCAAlmv7cHBp5pu9hDsiGMyVRrGlu6mBejfWYRvDiDdq3d7+jL5g3vJswI4IBF0wa1mTfPCYYafkHgj283msFGZMJxkOOMg1tfHLC6aBvQRauo2WD0/jrMz4I4z+ofRHm4hTIVb5EF3xfSx/XM6CtHTdpCvHOibFBZ8Z8jhI5hkNi36CeOKEq97CMjeRgOuaJ7TOrVGzT7ExuFhoOa4nyuFwYMnhXJLYZ7fN25z65SDDdlGMLHM+lj+9BP2p1/Zqhl2wcAzfBug+cPZkLaeVR+7sz89sZxFMVOTEM1eQHvHxtpFOcIBajz2gJAcVQXYu27KSFizknxeKo6pobdfv9t2vbgVt18gTxGC1dMyRuUwtkxaDwOw7coJ7tN+jIyUd1211M4IL0M08rVGcfikpsrwGSp13X3ELMaT2UhN20bpVs4pVJhjlKnj6uncFQ1S3etvU8f7e+vkWUT5FFJablRrIYcyxMUg4Hi3XSHzyQbf82L9zEb9aHG3YBzZhjVingUSIps3HQdv5m4Hm8TYSLvmHDBm3ZskUbCIWcii6XycZTG9Rm/GRHioGbu4IuR5lk1s9rFlEknSRsaOzDc7HwwxQbDC41/NoDf8Oqh4Zw2PIMoRDl5bqHQYzcUF5Ntmt6eojFZfztNuf4giRbPrB8SxT8VKhMg68Al8YEeYyzYxVEK8hVUHPNwwDMgSTlUcOqgNjkcAhuKovLKRYXxbEixtdNCBNFWztCx5Gf3cNkEW1Opc3XCWGYSSqJXm7GvXfcrs2bNzvHm4DgNYTxnsXBbb/tVuXhgc/Dg2mx6qtxZsC2MxDGiGZI2pHe6N2jfP2qJmgOmEjOw43ZjQLBVrrhKeL4cVYGvnDPTHvFRdj4cmf5unyHcK6qUL++2FJLCJ0aP57ZttsaicS+N89s1apVtt8QEFKOJMu8jdE1rd3GmRHIQujdhNxXoEKMVNb1d96tpo4+4kqwXOLMzTt2ac/NN+uPPvW/iUGjDPq8TRMvIYo4VNStd92gvTf1w89mfdJIMIuCUy/iL3v27dbIyCy84qjuvOc+dqUmUIoA7898c5vZzaJLsGjsYWTyxeUlHT9+XLvoj6xnezYhGkvQAhgCdwX5YWsJIywggfIG2qqKU6AGtkgqsMUqeOzaRKtawlyTBqglinYt/Hw1NhnhvoppmJadg2DQPGt6JnwUcTc7A4sJpUBH+sypktpsIk/GqSBan+ISkwk8PipmLua4ZyYcCTdbYLVg2iA6u5kmQuummmLXuEznit0bH4ShunponXAwTIsuDKrjxqCK0EJtBF8JmmkEFVUTsbHRGF5zUIQqq0hbhAnDbGdbQmtwaXHQkZRzdLFZBMEY4vJ1tKxFkXAgOHOkN6AJGyzpbOImQIkw0PjooJ57/AmuWUkf+uhHCIVobDAiy7GDGvnWt5gd36VudtDRRaR5qRaWrcJK4lj2zTjXp0K3hcnQpeY4VshNkcYHUCfrQb2WsCrGxYM6YQmy0W5tiKyhO2W0E91IQddst+axHU+9Psh2EqXv9Ms4XqUq31vFAe0Cmkeym+0sBpPhIuSIEyKYxrBREu25aZ4T5WJZBejed7/PGXSZJ+Y6deoMq3iD/t7HPq6ppYv6DILsH/3Ix9TU2a7EUDPjnrdg9AhNJlepBDZq/y1v0RNf+TTVOdqxIB01NveieroFXYmCZiHuW3+eiVS6+FrFaB2Ug211GR7zOQRSSlbqJa62xGZ6JqX5JJg2Xi5MRXERrejTJwfR0/bDAOxgN6rqszkz7/mfOVhnN1q7JjWm2qVSAdUQrlqudrgRwBR+jMLGw9n4Ort06TRSYqePgihk8HhMFqP7xvSm61gMS8bs47OmEayxz1uYXNAyVckMHTcBrqFJvTlazFafcRJY0+LA2E2b2t4fQ7cGgD70QdKU5G33dGammNIH7zdvPOoU6BFc5ihG6gxQZXFn2WGSLAoTaDcUpkjsnEGzL4ShGoxocJk3spOyOI7NNIpBRsybZ/LDzvv76fdcmQI65PNOPP24ho68gAPZw+4AJEbl0sdxXjhzRp2IBrlI+EwGwXaQIXKqbnDmDEhOkp1tlSJTluaREN7fduJQggSTK7ICfMcYTWfxGC3GQEVfAJTKqp/GURG7z9qgpu9KFGsk8EsN226U3aSqfhldvgbYY8ghtkmjHNqbRfGY9lGGzTqDZow3gEXYyDMfF870nQ0VMW9jMe3I6fMIqk9qx9bN8CNK6HJ06+d+4ecVaWD1suV1MDwUSpfGx7jJvgZyKrw/RYKWzl5K6ROUWPs1OoxMA8llrBM8uEIbFsZjBQO72c5wUEf5kxCI426iJBuC9DR4YdiZwrtAw+mJwXPQUBlgT8+fdVHETbzb083UW+aNczZGzDG41oGxzH+t6Z2sL8Ksn2xVLa2boVXnotf8gRmOg6OwRVohxKaO7WFue46baE+2Y1yGo33u3BzYNJK/7B7H6YZJEj6FaIRoDG6gKNJGFZBilg2rwbAJ+BwHY3G+jZSw3ciphXCkRi4yp+K0Opn8u5GHOLAGrlmknnvCbmizI19G3YmVgwlCCKtI22soiSfiphFgJXrkFIARQwgM5W0HNFovu+HSwjjhCZ41WN3ZU4QNzc27HK++ZdtuFkKjduzaDZfHdnc7dzpj7ryNKW2H2InQGWdXT4O3TyPNPIIgJlADshVMP6aJ2VE/xVuXqSfYhIQyYZYfR5WhgcJDM3KQBWTTf42eVSDkE0U0HyxFcybrbdcJD9d74FqWX/NEVT5BtWt4BAzUAvTubrjJVqRYM/qCVeLWvLZzQU38mytnOsnm5W2Ot49tMMNqXEHwvAU5KruIUZCKpq4O6Ki/rOXCIVZnm+qgMc7PHOTi2GTbqIbHJ7XLKnPOvJIZxRFm8aHGb5GcFXasDG0jw1P0M1a9E/EwF8+h3+DWWhGpsRuuSWTEGqPqpzewnrmIdj4J4tl2wqAIOHUTiVQQpaY8Fzxkxw8CYXMIzReYQv/6x3qsvppXfCd0sx3CCU/WkmuHGGWMCjJ0IzIlUARVvIok5AG1V+iLrCeRC0G7DRE7792BgA1IiLeySKIVUZ/Nbme1OsbLDTVmoDM6wlR8gSwtli2yDTuMPJMQRqYiQNOrC8NAkc5ZBKtc/6CN7zDyB4vPmhksV7AmWINeccrV4go/ROLNziKyXjVbqF4vyRglmhJoih8Uq4U8KJUm7ESMxtSqGtvaHRKaVXu7t12jxp6dsOdMnMi0+wzCRCmL4+zef5PDblygC94Xi2jftftUB1/dBfLjoT8TX1BFVzgvG/Rq9xe6FegQhRuQj7LRWfMWauAsMX4/C9TOw87CnMqlDyemtod53mqDpcWAVaWcmvFaktjUhIAN/5rnroUshoCMIxfgDN8hprO5JBWzbAtRyMb9rPIybs/4DH6ojxFI3y3IBVgw2cyIZasOl+gmaWi8hsuAylGdnxIoRCXwXdsNjO9g/J1EolXffuJhLTw9ROz9QZKiabx7lB2OFn8WXYwt2sIeSyCcFcOJZvi+yg8oIyPMdFrDWvlb30ZwV87R6cEm5FskdArj+crga0752s6dBVFeG8lmi8Mel3qD2sI3xGXtEjrPsw4Tp0qyllQbcgELxCmDVwNu+1hDMlA8aWs2mTxVUHcN4f0OXLuhmghxLxCA4rmck3OzLX3ljhuGbbskW38Qg7NhoLY4Klh51QNXpzzYgvQCM3q4JwUM3XaxkonAWKxsvF3ezdadg8NDHTXxvhIkJ6tAFkkOLV8qGkXAGclBQmnOzapAvH+csnW8DodlUAafG6Sn0EZe5+CUNDcyUYzzC5vKvzVxYthpfzvC/BwAoZjlX3ZtKJTi/Li/5mU5N1t8RnmtGBWAUNFFVdlF2OjiMywU9GL1Vsgyw7d7ZAvEmSTAvfFxDpdWwKtS7BZXG4ixRi10bgyez+JLD8mOnWQrMZDdWDN8M+zJqRmISU84icsNN4BU0LWxaor2PMcJWfiy6lyhBH5riQwYbVf7QLXowIKxAoO1PVlelyTe8wWTJCM+1fE+F5EKCBG21NNlbH6yjnh33/736msPfUlff+jLuv9d71OsmdfSHFA2iIibZzGww/CxB8ceZ7uyX1nsV7VKi8PoIqn+VDUC/hRxbq6NiK5qxtmNsotklcGicZQvkbW61LiNZ/Fd9JCXHbthb/a5fEitLL52KM5sQG6i/S+GMce7yeyduH3t2Bz+hTNR0CE8Vam3Ftqgq8HOZedkVUOjiqL5VD0bO6Fq7cf51023vh2Xc4Pt3jrXxhqCq4dFXurcd4gIzi94W4d268TbvKpaCzLXbuxFrq9zkmtXzwzNGZliu1SVWOTDsJ174IRu9pa2c1Du5vo45Cc8ffUtbRe1F1RznepJc272mpdnpZtztPtj89fXzmntvjnnVr2gDtfdOd+16/Zy6OfMolt71KAr53m2la+5oCo6At7LgdQUMC3g3759u4MqJIjNagmVPce+ty3KjMNCFnt9TdnHYnP7u3l986Rn0OVLQRToRPWpqTFBrNum8fwFJz6F/0WZm+H1YMj1DWTPfbuc1/ioBlpSYyONDRy4moftSrXH+nL4pQnz1XzGq712/SK5lDxVRVzM2C18sZ2zqj5b3Smrxv438bj0uOwzLwUYXuk4XlZTeoUnXO69r/ac4N3YxflO+3vtZtYOuqYiXxs9V+2qoNKViKFKjwIT+00N5rL4xp6fhL9gWg32cwRop5ZY1RZF7UZa+BIm2VwFyzYlnlnj0bL6kkm68RCVaW1nii4Qj3V4NzFn/O77H3AKPjY6uuodv+PdruZCXM6Y1ldar+a9r/q1jtszV1RVuXDCC6ed2vKaqz//S3eeS4/39TC6q74mV3iDl6Ps9SdXw6XNGJcpI5thGlTlcITXkkJz8LXyee35tUTTUBH7Mq9intXhPWDsjmQVHt4+y2aOmDefAroy/HEK3sAyFT7jCQ8zidZq/i5K1R/+KUYV071Xhrjuj1koZAOFTEfOYk3zZNWRaT/o41LIbr3X/kHf87W87pUWz3cZm5PIVd+1+vs1I3e+fxnPeC0f+5qe+2qG/3ovih/k/b01SdRLIataQcbE+aoeeK31CC9tnto8d9VrVzHsGjfErpYzdtdiZ1sUy5C88dz2/rYgLBypfZZ53Q2bmhwfNMMErwizYUzVp6+/nrEIUaQXOvm3qnD5ciuRSRE4XBSD0qyq9Jruz/c8ef1xrzfoWihyub9f3Sf+7Xr1lYzqx/FsHE99qbd4eayX+QGSh5pKj6OuiaGad7OeOZtnZz+vv/HfaV+vGroZuMXPTvK1xh2x55iB2++NdmCz/xoTlF6Nn+E4IcMiLWkhC+ZHw9erArVVRKZkmbj1LFKAuFyL/Gu50JfzlLUQrBrTvr6esPb+lxrPy7+35WxAw8snVT2e6vjl1z+mfrVr8P1cnystitfj+lYhvTX4qVad+Q5chcmsucLawZl3rrbLVwc1WgZcS7bsbzWvvT7pqpWaqy1S1efUSEI2fdYYaDaK2FqSHAy6AqXS2GxAWlaqtUzcCOllKoYum+C0hnJYidcoKa/2uNJFXS/mUnvulV7zWhbNVT/3ZWs2I7bKYi2xr007uTrD/n6N6vJJ7Ou74H/Qa+f9xP/zm1e5gf+gH/13r/u7K/D6XIH/HwNiNgNOdbbVAAAAAElFTkSuQmCCAA==" /></p> <p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--></p> <p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--></p> <h2 style="margin-left: 36pt;">Art &amp; craft. In English, Moyenne &amp; Grande sections. Wednesday 12:00pm-1:30pm</h2> <p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--></p> <p style="margin-left: 36pt;"><br /> </p> <p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAACXCAYAAABTNxqUAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAAHn9SURBVHhe7b0HnJ3ndd753N7n3ju9F2DQO8BexE4VSpTVXGLZspQ4ir2xnayTrBNnsxv/sr9N4sTO2ilOnEhWHMmKZFWSEkWKvRMESPQ+A0zv/fa2//PdGRKkSIEgCJEh59oUgJlbvvt+5z3vOc95znO8FR5afbzlFSiXJLdHKpUK8vCnPUrlsjxunyoVl1wu11t+79UXXvwK/MEf/IHLe/EvW33Fq1Zg2WY9Hh8/Lju/wpSrf7rMX6wa9c/aYlaN+hJX3O2uvgHOWW7+8epzz4x8+QmX+DmrL3/zK7Bq1G9+rd7gmVXDrfBHGcds0YYZt3ntcqUk9+pheMkrfLFvsGrUF7tir/d8rNnjqYYZ5VJFLreFHctWvhxnvx0fs/oeb24FVo36za3TGz6rXKyQKJqLriiTTimTySgUCvFfmJ/7L/HdV1/+VlZg1ajfyqqd9xqXy1wxEIjySmenlc6k5fPXYeQRqUIYsponXuIKX/zLV4364tfsVa9wEDvnf4DxvGUFgm6FwuahK04o4vauWvUlLvFFv3zVqC96yV7zApxxpeyWq+xTxN8gr/eMPJUgP/TJceKrj5/5Cqwa9SUueQlv7HHjjb0YdslFEaZEoliF8VbrLpe4uG/x5atG/RYXbuVlK6iHAdRlwOpypYiXJsbGzovFMp57Fae+xCW+6JevGvVFL9lPvsApvBBDm4G7ig5Q7Txp1aDfhsV9C2+xatRvYdHOf4lRZ9wWflhqyN9zuZwUAeJbddCXuLJv/eWrRv3W1245bn6F35HNZjHqzMsGXSwW8darS3yJS3zRL19d8Ytesjd4wXI8bcWXcrHgIB+r4cfbtbgX9z6rRn1x6/UTz7bk0B7G9zCa6eTkpErZ44rE2tTe3kycvRqHXOISX/TLV436gktWIFb2UUip8qaLJSuyQFSy1zkJIpRTYDz7x5OHFvT1J8NS4JA+f1OPuhr5XegnP+B8Cvsq3/qCN+Cin7Bq1BdYsrIlguSBhjlbOuhxl/mz4rDyrDpOzUWpxZx+8Pwh/eUjKY2NB/TFj3brAzublCulFRBG/prHiiGv9mdctL2+qResGvUFlsll1FEDM5ajCDcMvEK+IK8/IgqJmkql9OXv7df3j2Q0XVqvPesadNc1cTbCjOSrcRARe7yeR1710m/KRi/6SatGfcElczv9LNbE4nLZ34pO/Jznb4OT0n/6yn06sNSuYscVqp3PqN4/pLamRi1OzModC8sHF2TVeC+4yG/rE1aN+kKe2nGz/OdQpIuqFDJyB2s1MC196duPa/9Eq9qvuELdzX6N7T+g8tK8ihmvvK4A1cUUL/I73nrVsN9Wu/2pb7Zq1Bda62UY2uFxWHEFuC6bLejZYxN64si4Ou74jDyFOVWmR1UokEmGWskbMeJyRr5wvbMZVg36Qov89v5+1agvuJ5lqByEEBZTE3a4abCdz5R04PSYvA3r5YktKTexoFgkpgLx92h6nv/K6k40iqfJt9wRc8GPWX3C27YCq0Z9oaUk5LAQwh5WVPEHQvIqqPG5rCINWxTM5zQb8GnBV1JNY0gzhwp6eP+MfvUjG+XLT8rlhYa6+viZrsCqUV9guUsuDNq8tEPnAJ4zGC+XVTLu0eh8WkFPjQJzS/LO5LW9t0uP9hFr3/O8YjGPPn5jCy9cIiwBLfGFrY2Al9v/uvmv2sdYAgO3P92OnMLKw4jYy/TVn6k5vDc+bNWoL3AfLXoogHgY8uF2WwWmrPpERLs2bNDBHwxrZqlWxQY898K4cosz8jZt0vjpjP7tnx/WxHy7fv0OXhKIYtrSkTNzzqf1diSUYK+4rDPGCU+q3ecruiH2nBWphVVO9sVvtFWjvtCauRastUUV6zl0Ux7E2nzY4dUbk9q//6z2HhhUy7akwg1tOjO4qPpgRJ/41Q/r5IEX9Z+//2PlF7q0bft2nT57Wuf6T+pDt16nEAadyZYVC7hVIroxZSfMmwSzyN89y80Fq4jJhW7NG/1+1agvtHL5IMQkv8oYshMwmHcliFhT69VnP9ygpQe9OnVwUJVEC8liswrleWV9GfXsalK4UXrwVEUPHXpI12xu0Kc+eJPWtYRhpuLxgzQUlLO8Y7Xi6Phrt/+8bhmqlqtQ4IXuzuv+ftWoL7RsyBxYCFDGW7tdBRppCUUUMZvUVT3tinyBsOJIRPuPTGiGSuNU3qWBI3NqSQa0sbFdoZacGiONuqq3UeubPPQvFpbDDFNzoo/RIo/l3tyKqeGc136+Klt2oZvz+r9fNeoLrFsRvNnrCclNm5aL2NqxQgt/C3mQjaK2uPLauiOgD3e4dHZ2GFLTiM4Op7SzrV1bNnjVEWvAxXsVilKtUQyPb2liwHmPKoHPapPWveut9jqaXb+Mba9qd74Vs1416gusmhm0IR4eUJCl1AyGnQW5gC/tmlQ+2ydv0UsJPa+amrC2RzDY2XFd1RDTlq0t8oeIj9kUJv9RyM5rfH5cBfaF3wvi4VQn86pt7sCIPQqSTLJLqlohKw+LeVaZqxdt16tGfYElK7nx0MTAS4vnNDD4opLJOoW8Daqtb5O/4NJsyQ8br6wab6Pc/NnRMaxguKJAPIlfb3Kceh6BG69SaoovsDnSJISzyuRSKgVLOtO3hIcOqKG+XXW1zVX2nwUhq3IhF23MKy9YNeoLLJ0HKl4lP6Fzp/erra1NycZeLZbCGiWJ8wYaNDU3pJPpAcXcEbVjwm31OZxrO/68SXP5KSV9AU1rEfWmlDqSVBlp95p3EYZ4iuqoqVND+oAmJ8blb6jlSvDehoeDgCBtrRKWvXqDLt62V9fsgmsGS8/Cg2BCgVCCcNevmfkFDcxhiDUB9TS0y50aIRQpKF3OKaOcXIGSUpmUFgtLCoGWhNxeucMxTS7OanZxQYFETDnCj4liWp3ta+XyzfIZfhVyeRoQztPfW+lMuOA1rj7h/BVYNeoL2QOe0wN3OhJrVr4YomDikycQoKBC/EwF3A0vxE0Duc/nlc8aCMy7ej2QnjIqli0JjClOaR0BBR2ePY1hL6invk5ZjH4gNac2OCKJ+g7waoJnIL2XZcrsJFjuUr/QJa7+/tUrsGrUF7AIp/MF/kZ90xq8qYu/Y+DRgPxpeB2ukmKVMOSlFkXjzYpXFhUozhIyeBTCyM1IvYQfflq+rDxu7Yw2ccDPn650UbP5lGY8dUrE4hCf7FaYekgVC3eQEOdfq4+LXYFVo77AilXL2F75/XSx8DdDmQ1PLucKIBZQm1w+CjEdoCI0BOSzmp9dkJ+4ugbvHiZGxn/zAhcJokedDa1qY5M0+mNqaqvRDNzsgNve1+/opq5I7zldNpTlS0gsvCocudi7+z59/qpRv4kbb8mboREmI+ZGRixEB257EsgugsHmKpCaPE5xprCQ0tLMvGI1ZQe287uMoWdGbR9SVp0v5nyalx94iV3CgSBmb4SmKtejClNbT+Sql34Tt+UNn7Jq1BdYPSKB5SIJxoi4usth2bnUEm2wgALQGVFI/nRRlMHkhQY7qMgy3dRwZmP1eeCOmDHzHEfFiUKOj43htuldy/2PKxCe09TLBjHd61Uv/dZMe9WoLxR+EAqYh3Z08hx6KAZnMa8ZnflcK6xguRYxlPg9oBw1FGvlqnI5+KGjrWDbwUBoSyQrFHIKvA91Rd7H3LRdRKnK9VjWD1lVd3prBl09Cd8Hj5/W0b08JQ4jhNexzMNwYmcKLo7hws+g7wVbNuNcXi4SRMfFYojmp4OiGsg/UwbngXyIgoxV1IuBHIkift2QDKdSaIbtUtAphVenDIAWLj/4i1NwqWovePHuqkB4cvHeq4+LWoH3hVG/3oq8zIBbrty5Gea5wrsw4/KRADoPF93jziq9gkRUMGizaVNncvPLleKfy5VxSuYWHJvwDdE2TQBGhDJbNh9u6aB59arHd8KXUmJZnN1ClBJiOQb+Ae05H44vXxVuvyiDft946tc2vppBr3hvg+ns4TS3YGtWpnZ74XY4RCNTZ4q9TuMsoUKVK4rR403LWB4NBEG/UUl5XTld1afO5uUG2nMZR9pM2TSsLfxYbgooYsQBT4pTgnick8BNWOJdlikzswf8WE4jL/q+vq9f8L701GbkL6skYXyW/JUJHQS11OO4WBK9Mk0BRsqzFXrZFZutGFvPrL+aNBYKC8qmgN8of4+ODun4sSEVUse0dn1SgShoh3umCgES6bnx/tQmnUKMmatv2fm78PgWtax0v+SLeHTQE0NaVh8XvwLvS6N+9TKZ3zTjoepXgpHnuGxDo5HkhZ8hzauQWaJCuKRMflG5/BL+FaaeOWf+yxmVtBBTlB7E5vYkxrhJtXUkioFzylIlLGbTyPvi8eGQ+AIR+bzWFOBlfrkNe+a1PutX9Cvg47Vlbgfv6acQY4GKpZ3vk7Tn4i33p7zifWXUr9dJ4nUyOivxVZTHaH2+vBZSA5TGF+XxZYkqUiSNeGXatCIYZajUrGConrFySWOPasE9pxp3s9x5dgPGaA25TslQhCCOheYUhmJaKBKKWLSC187lKaHnLUwpaX5pUhU8cwCkpFSoKEnZ3OtPKBih99FJJt9Xt+htMe737YqZgRtsNjfxEuSjKaikeMswbQDAERWStbCvF29Mta9cD5mpap8WhmSRRHD7A2yFkoYnRzSKUe5ZtxaPa16V2BgsOuc01JqwQgjiEjwRcDsfeWc1QQTZCJUVsR2BUde4N8EDOQdfZEjp1Fktpk5oesCn5sZrKc1vO78R5m254e+HN3nfGPVrFUZtipZJF4yN7lUap1obuwoOdC9e2698GY6zx6ig2J3fzNcGFJU1MTWp+cU51TfW0QAQhLsxo2kYeyVDNFyLGCeeHoWmIl46k51SGR71fIkKYyRK9TAMPOgBVXErCH+aXeAYbLlAqJFrVCTYyefvJNSe0mj/83BCzqi+2RCYje8HO3xbv+P7wqjL1mWCqXkMm6Ntyh5er03TgvXs65B7vV/ZUJMCVtYupzA8EjwQjQoe1kP44alEdGpxUF959Hu66cZr6E9c1MjBUR0e3K9AY1LTS0MazS6i2nRcV7b1KtnRre8OHpMPiV9fPWK+WY+iJIO9NevUHV2HQc9zBYQfmQaITFNyR9AEIX53q4YTIaCm9qhCNVaK5HpWIb2LNvj3vlE7lT37msvNf477tUgBboavVvUbbxMdWc4cca8WNDH5jOqi7XjR7ZgdIjQOe44iCr9bWx9Tb32DwhRXfL1xLUbm0fBYo0SwRv1L0wrWxTVXyiozP6KGEC1dzevVFlun0dkh5UsLCvuDhMjg0ZW4ihRw8uF+5Yf+mgaCK9Tac4sKHgw5TKNBzzWERtQpi51OQrr6uLgVeM8bNREGSd2rF8WE/23cobUK5gkL6MISHViIKRXVd+Iv5Fm/XbWhTaoQJRSIiX0UTjqSG3T39S2am5nTTHZO2cCS6tsbtDi3IG9zA3izX0n6DAMgGJVMQdEi3hmvW8vn19ACNpRlWyyM4eXH1RTuggeSoB9GOnnwKyqFH1WiaZ28kXa2Ebi46Yt4F5y4fPVx8SvwnjdqNyQkB4m2MreBd/wBpZkfgUsD2/kobgeNo1Gs1fTwCaC1GZK9w5qafEThuusU8Q1C36CE7lqnOJ491lCjhdyiHtj3bfXu/ICyHuimReR9UYPc2bJWLTDxJul4yY4N0LpFiBFY1GRmXCPzBYX58MnhH8kXHVVt602a3B9ULBqVp+klksT7aP36NLPNTdoMo/bgzYnNva8zieDib/P76xXveaP2eKwyaKpH1XK2gQ5VpGIGybB+ubNPKRQKqZjGc+ZO0gW+W/7Yos4OfkuuGbpY/F/SVLZLtU1f1NmxjGpbkoQT04QuUcXVqPnyiPpO9zv8jloM2tDnuC+iNdaYayO6iNNnF90gLHm1NqNus1RDv+OfKjX9A6iqV6hjM0WauDQ5+JBmMs+rsYHEsPwhYPNm4n7kFVYfF70C73mjNj5FlavMV7USuFOkY8QFSeLc/KQGnn1SgYZjam/bpnAyIX8tyVoligFOYajfl+ZOYJxrgaAToCV5Pb93rzxBv3ZvvFZt4bhKNAqo3vaNxQoeLdHCFcLzd4TqqoXIQkm9jd08ZZHAIqRQ56ek2QPo7H1N63YcU7jWuH5Nqo1PgVM/pezSo8oUvq304kbV1/5z+iI7L/qmvt9f8J43autIqdI6YdRZkOqU6ihRuxvU2rBL/k1fUNH3JJgwxhi15VigezwqfzhBTeYF5aY3qqHtM3Cg67RhbZ3WdjdhvwEMMSJvgUkBtGtVU1Bn+/C+4NL8aZ0xHgOnXUvg1RHVch0AehDvCDmSt8hVM0kz7lmAb6qUJd4tblO9MOAseiL5M6pwcpTys3jsVaO+2E36njdqIyiZMVMvdEzPKHclkjePN6ogIUTbpg5lpz6ukZH/U8mG/YQOGzFGijD5EWULfmVccTw1mDUeHpMkIbRGAKikziAYEIwViqoRkqxDwBw2RRVPAJiQoyFoSZ8xfPNIjPG7TOmcpimyRKL1ihoHdWmBKiOTco13UvBpctYDtHin2iK/Q5f5jou9n6vPr672e/vhci9hZFEooGjiLaMJFb/5VLgd8KAX59Ia6v+3FDqepA1ri3Ikfv4SopClDoVIJv2xF+VZ+lfgyZ9gtW7nvwR4N54Ydp2b1yMdWV1AC2v8ywQkBwZEA9IqjJqFTtqOB6dwnj2nEwP/kVDjnFrbbCbjMWL9HWyAhLLof0z0rVe88cvyN+4EBfFzHavcj7dine95o64gPGOtUlW5XCMqGenfqKBAefAxpkb/hPDiHjUkdvGkJUrkDCEy2yxM4FXnMNaAFoqnCCfuVwCjjYSv4/dIJRAfl0vwOZYN+I0W312prRp+7jnNT/2Rov771FbXhHdulTfdA2w4QfJK6JGNyM9za/x1oB4m0F49WFYfF78C73mjtt7BFeqoEUBdrhQJILRSoLyFxacpef8ZetE+FQtZFRcJU/LAewjPlIt9Ki78uhKJDYQcxLkGB7otvl0ZYQvM5zFY8EJLiMEWhjU++V3NTD2peLBdlfl1mstNKVoDidU7b52NioTYcoEzSJQdkj++gfkxRm9d4bxe/I19P7/iQnfkf/21MaUZvLML6qdp1jkkaSP/Fwc1l3lQyfKVUEM34aW3YrQNyqS/idk+Df8DzTw/YwD8jYQeZUeoxqGMUrVBfwlfb64fLI7CzE97lPh9iQYCV3gbojW/q9rgHj6jjAj7v1dD+3PqQg64kEYpxJvHa++n5H6fGvO3ckBQqnd0flcrMBdrhO99o3ZOcSsh0mno1GHwxMxeBk2GZNSMBt6vyRNdS5hR5VKXRkaUc99D/BtVbS3tWN4lh/dcKRNyWJuitXI5EEq1D/FCrSkVkka/v0ENjZ8G1SC0oRMmkMMzTz0C4ekp3iCi9NJm3oYmAhRWvd4aoEOYfAFLOo2+WpVVWH28+RV47xu11brtJF8WiKlAVELIFOtsU1PN57Bv60QJKW3NJnjwSM216OJ9HIL/CBCbDWax3y9rcpiztsFD7mVDexNO1Fu298iyEUhUyRaLbIwAaqcNibDy6UVNTVHECf0SzQPQTD0HeW4dGWaDs22qu3D1cbEr8N43arMNs0XHQKxlK4T3XZYmKDdUDZZwIuAxPJskMhZAEuyz/P05Zo9TECm3EXrY5FrauNyWXFplEskEq+K8mW4rhNkJkHluho4WG//M55soDtTWXHqdsvNXqr7rGj7absWNDo6OPB81m5w8tiGW+38v9sa+n5//3jdqpzWrOtbNQRRsvrgnw9+zGGyymuYVKaRg3XnvGP9op2zdwkCiFpJFStW2JdxR/tdasghETK/acfXWkvWK0M0bGVGaDRPy0DHu6IotwUHJY78BJIFvAeNLKNlyAy2RqFe7xjD3KHTXKNsHXrahKquJ4lvam++4UVtJhBKH40VL3NQiLDdL56r00Ff+NAMyap1zr+lYcRE25Je7v71mpEXYdE6/FHEohKKzx8co1mVAE8a0fs9NAsZAESn0Cq4Md7liwjH2Wcur4FdzdRGDdA0Gu1+zoMvzWZyfVml/1cbvn76EYSWq38N5LgWfFe8e26DabRte/ozoymdzQd6VOPodvztvyabe8Re948vmhKU5LoPY1WRsq14QwyQIrlA0Ma6zxQheSnglkq4CPX6WbC0ig9vfd0a1xWE1NnY6DbG+sE9DjFd+/uG96j/yPIkguDPIw6HnHtJHv/hPFKlHqd+kaehuMeC6YjulSgZZfbyHVuAdN2ozYVNCMmjB0AVXEaL+4CFlpueYFRTW+OwEZe2M1qxdp5bu9fJGazV65oge+85fauz4XnXV0UrlbqVaCP2T2Pf4vkHNDGLoiSzd3Q0KxWN69pnvKPPJX1AYo7aTwWUNAuZj30Si9x661++br/KOG7Uj2uKc5sYddmnohRd08J6vqrAI9wIudOHcUc3Pz2ts7Xa1bL9JlWSXXnj6MQ0+f782w8AfH/ZUu1XqoXASD2RGJtXTLa3b2qvu3ps0MXpWofkxxyHbhK0KbD0LG0wr2mmEXR2u8p4z9nfcqG0eoRUncqRHbpK6xTNHNXfoGbV3hJTsZXIV7VDjA6e1MHFEh+47rYlSRClGXG3ubdLOnlpNjM8pHp9QTaSO5tUa9W6oVeMWmHVbP6yGbTfrqT/9Q62/5QNKtq/hRKCmSGnbQ2DuqDGZ135ZqeY9d2/ft1/oHTdq2PmOZK0f8XEVKBl7M4ok0oQODNPcuUMjrR9Ty2yfBp/8nrTvETUTYsTrkkrU1VDanldzd1Kbmtp5D+A2+rTSdLDUtN+paO9n1AfS0H7tL2rdhvXyRYxwb0KNy4UYJ8tbjaffi5b/zhu1MdsoiDhUTqprzes3Kj2yQ/MMsJ8YGlPtDRsVKzYpN3pSE6eeZwTFHDO95xk/wTDlMAr/wGG+GAklWhwuytmF2ZLm4CjHc7Mw3yrafeUNiiJnYBofHgzZZHarj1WDfi8atH2nd9yopyBohkgQjWJkDYT1a7ZrcWC3nv/eX2p++HF1LfxvqovDsZiZUALDLeeCylKyDsdaFEzUKgkc2D+FtFekrA1bNquxLahzYye0ME7MveVz1VIgbDyvw6n2OJU6qtDgwCYGSbe46W+sPt5TK/COG3V9ifHGLkIJxBMrBrPF18p3zd9RV75d+/77H+mxL/8AbDdPWdmr9uYQrDo0MRI0q3Ll0QAst1AXxj4EYQjqpj+ORkeR0RUxoDwi5vIc1UOei+EWCsgc0LGyIpNblZfmTd7jDjsL3hO0yiRFIIM3XSX0rilZFpFUK8GD8QCdOkbgtO+YJjYSDl6vgxI5JSZ+FHBP8reoGKDnOIU4zsCaHqCoVzlX77LHO27UFaZTISFnUyYcCdwKcXF7U70WGKQ5wcKV0/Oqa61TU10Qeiaaoegd2Ci2XI6S99y8atJ42xJTsZAnGDs7pJ6etTTQzuip/c/q1tY7VNPQTHLIOAqnDE3TFbMOnbYuu5WOjP97+0FxnrPQjifOQqPB8NXzoEpMpVEI5qJgH2azNEb40cRezjNsBnvAZIZtHILzavIR4KJohSIZHTolowvwY/vtSjD3blrFd9yozSOYeoGJjXttBAX/Hu07rQfvv0/T09O6YWMXDahGw4QtZ7rPRlDikc9kEV2kfwUNDl/QhajjlJ55ab/SVy+AglQ0fOKQ+vY/qh23mCISI99MpQn3bGGIPUo2iBOtjve6p6bwzuKyqkRZdDzitaGLA2PaNN3qaA+2N2KBZqCpFCV9/u7GaeSzdP3QZe9UdjNFchZoAbAIA7zIk0FAk81QsJ7K5erqqlGftwIBU5UxUUV+Zt0kBUrcj//oBzr40Pe1DcmuGgTQK9kZboI1xjKfMBKU34Zz8nw3Ah6lmiheGHyapDCXQmNj4JTijHPb1uBR35P/XbH2a7V282bePEDPYZVkZxunmi+u1OLfTbfk7b0W0zXJ7fuxAq3dCndtIpRgvVGYMg0/VxDDLZgmcVmLM6MaGjmnppYO1TZ2EN7V8ByLMjIIZCKIyaKZZqCLcdal/idVbuhQcFN31ZG/yx7vuKdmdrFVRRTAykzOfH5yQsOHX1CSQZvNUeMsL6Ey6lMN3jpWS09gyJqj8Lg2j4UY3G3K5XTSGhqye3sPcTaxXmZBXfVBDR08rIfv+xLij18Ap97MZ0AuNUSP+2jxYpEkk6DmXXZL3t7LsV7g0899WW2WD3ftkm/tenk23aKip1mlgTOamT2nzOBZdClH5ZkcVSbZBFnwg/L07lYacpWN9wjCxgpkhjS2/x7l9z2Oh65RomW3Iqznu/Hxzl8VQzSR3reAAtuGkplbUnFugl4+K/a54B57wKXjSjTXyhMi4XOG0iMywxHpseej5O8iKPeyKRrrrdXKrewCQzehmHYi1Phi3xN66js5bbv6LnXtvI1j09SPLB40TTurKL4bb8vbeE1ZxOR9o+hnD2nm/uc1C8U29qnf0nzz1XKf3KvRo9+Ve2xYLUzfbTSNNnKTxcwpBSZvVrgXjrevU8UXf6hDJ/aCOqXV6M4q2tyrcGMb+Qntce/C+O0dN2qbKe9ylPM9yAR4GVofcoRn3HhwGzlRoSbjj/AzYj1OTOJi4kEqiiWSG5vrFkqEnJmE5r0z4NMoQcsFfW92doYm2YCupJQ+2feUzlWWFGEmy2w5BrW0WS1d62jXMg71e/vhZeRdTSzISbdBIW9Io489rOP//g+VXn+NemondQViPaUwIV7CdLc59EikM8MPKXXyOZ6fJA5v1MLg4/LuuFnbP/arTPs4wFTfOVARqLzUGN6N9Jl33Kjd1uNHgDyWqWhf36QOPPQMOnaLWhsOKukvmO6oM4owB4Jh5HkbJ2HhisfvUSIc1Tzd1z6H11xUqLKAh7ZCTkEDFG4Qh0afzqtoNEx7Vr8mTj+i/QNwlZHUvfn2X1BT6/p3ZUz4tm6zCFDmYkE5X4NcG65X/VxWS08+p+gJmo67x7RAbhHiNAyiOuUhWS/iGCLWy8kEhIXxASUXEKBa26zQ9R/hpPRr/uxjStSsl79hPZJrwHvvS0ivYjl30olhHb49Ckhuh9VMIYUfeA0mYnBQKZvR955O6Xv7vdoyvajNeORFYKa1LLhracYRS/SBT1fAXOn6U02ijs4UHzeEhIejNQipf3wmqGP9I4ot5JWenqE0vgYZMfDYnEexyrxSh/bJm6nX2YPP6lR9p7xd3aoj7LFJtWgrOcUZ+7ujH+mMg7Pd8o7v+59u4w7ejiw8zQ/ul3V/7dyqtoIVwP/rMwB4Ey9oYfPndGxxQZs3o2uydkJn6VgLM9qjBgdSGDjrtERWauMaiTObhmJWguww08646TV3oiZVq9S+L1VDxB1/R1kw/pp36dJc/stiuGU1xDCDxoxt8hXC5w5sRMuSPDFNs/7/4aF9eun0hP7GzpISabfSpxBUpEG2GE8oxXwUP0OBajDoSKgGtf4wIyaqCWOGCkC8rlmphbJaoZY+/8g55WeYHV5DrD59SEczcXDvJmYERYih51VLQebJcd4fAlStB/HzYsMrlGo2nbH3rOHEJs++K8/W1zNxS5hfvljCAocmXk0WrIZaamgV0AaEsG/SWHwUjhiSavmyesDwgzHuAeI+xQymsIQwWiivxpaA8rGICl01Co0j2pNnnU4dUHmcXdCNo0CT2xm5zuwaMve39WB5O97ssht1pUiMS1mqSPuUC6O0BlRnxrFBp1T4UqzXXz3wnM5O5sGjo2LyBCy76zQ3OgOeWmDGyrQzqs0PYcl06mwEcongL4Xrr+BF44TW6UJQ9VBSY5G8WtZEdP/Zk8R7Xq0pxjgy2VQ8J15X1dTr7xvS9Tf8onbuvJ5/Y/hOA+Pyf85J8god1WkoeDtW+TK+h+W6r75IrtnoNJYKg817OW08m65S/zMPaWHqUfXUY4h4Yy8OwF2u0QChWmcra0Rekh5BE4VGjVArXUJIDLsCcG7axlQ+dk6VI2dIyCcV2owiq4+bxMLkWeP3ZfHFICWoRyYy4BCXqnxPG67pFYpf+r+/c4SKVlG/dv0aEpOKRhA+PzF8XJP5gnp9Ie1ojGlxKYeMAI2oPhpkiafdxSzOPsi/ISpVJhSra1SWkRPZWROkQeU/j3dfyigHhl1P00EpG9DR/lGdY+zFjl/6Y117zUcUjHMjOQlKCNKY4VrgUX1YNmrXuRwsvtutmst0DPs1tr0y69EUptS9W0NTZdWkRkD18MIJBBlqE6zJsPoGQZcSQcVrLSgEy0cbO5Xy6uyZScXCjNFb71W2jfCGBmJfsV6lti0sD69n8GnA8pt3YaZ42T21qfUXYMj5OP6Nj29lcMpSmuLU+8FjfXp8NqO/dfMOdTa6dP9jz2o83Ku6Dbeqffv3Vec+QZtWK0hGFhV+jNPEGBfHlahF/DzaqNQUMGBDVCNnJzQ9O6K1jXF11rlh8aXUcMWNCm6+UeHcIG2sYdW3tirWukHD/l59vy+lKzt96NbF8NVVb2xqHiZGVq1p2nTaqrGs6O9dRmd7SW9dbSauFkYtjq6Y/h7xtSO1ZlVDPHU53qqWto3yDb9EEzC3nJF2VK3UVl/UWvrlKnMpZXwl0KA4STcoFBDp3ExOUwOjat/YppoOO+VmtHB4XDN9w4psJUsiseQgfX8atXVhexwBmWVXEvBQ8vDo+dNTevCl0/q5a3ZpcyKgvYNu/dUhK1vP67rt0E17P6nnn/hjdUyeYDxFRYmY+RHCEWahuKNN6k8n9cTefj12Ylib92zUVVspriwcVCw4pytuW6/WD39chzIb9BfnPqKdnbVqiha1vSehJlRPH3xhUl/9r0/p9p1J/frN2wkL2XDm8WzT2WVaTG1/OqpM78L0/rxt4PQmW05ro+ycMQnLv6Qg5YyNBv3J0YBs3JoQhKbMYEqp8dOKJ+NK9ljzcUIzyStVu34ndjuo+ZfuAd5Lace1CPwwN91tm2QQQtP+QQUOTyAx/LRmdx2Tt3uTI5TJyl3SprwcL77sntpW3FhyzsIzjL5MPHxoIK0njrBI3Z3as6YebNqlE5NpfeJDV6oyPa/Hjg8r1ninum7olvv4/wOHGo/M6Lb82CTNs2EVqWi9eLagF5bi2vb539HGD1zDzeFIWDiswcMH1XnFB9W2c6t6wLbrTpW1n9HKz6Xq9disX7WU24v9E9owt1ctD96vh87dpo7eTWpdt5XP7GJ0BTRXblSF8r3bxg543oV14NdYgqlGVR9WLiVUoKfTBUrhQukSv6v04Cm87nGtqyccZvxGZYHZ60ESDbz4AOPuAm23ydX+AXDVe6geouoa8ylQH1VqYla5J5jteGKMJn0PLXPAe4z2WFw4DWevl2T03UnbvfxGbSPeLK6GwG9yXdOMidh7cEhDMwVd+dFdhApTuvdUUQPciM9vqVGkENaJLPAbIUrtmttITFCWPnNQ4wfhL0wMaV2cpgA6XhLM/f6Vz31Cn/r4x/VcOa6vPdCnxK5bVKm/Xn9+FKGx7y9qa7KktvaUbr+KtrD0tMI1Hj3x9Es6+9JX1Zl+Fu52QK3Jc0rPTNNxfljuxFq19u5B324jialR2l4zAelyuJVLfM8y4ZzHYRuCMVOsmpwYUya1wOTdGjRFGMdBoq2ZITXGEF7YgFWi/0f0Jk8CxKM5q/DEjKKwHCdeeFKLD3xXa2sBpqPoDCMTH2FjF6ky1kVowGjuZq8PqTRzUJ4TL8ndwQQxJi9wNy7xG7z9L7/8Rs3xnUfL2c+Y4wqJ349IQO4dyunGK3bq08lJPdZX0P6zQd3cHNNmvMu9U1mFkDxoSc8ib5fT04M3M4tws7rv+jmV+p7U0OIxjZ2OaDx6A/IcN6vvYEF3b0prq79Nf74/rdvW4IV7wxqdadcDp2c1fsbPFLdz2tgWobgwIw3MKrF0Sutr0+oBmorBHfGHwWaYmjU5ZUqnL2px/mZOXiZ0rUGXg/jUJhzaMW8T4Yyd5gjjEGzj77ipKwlm9eZYbG7HvnuZaOzMUVp5OHE6m3slonEyPOuk5+fLb+P8znJqECKblFu0PGKZWWgx82vxmALOolQgySOxTZ89qzrPDELxJMmEHGLuDK1Bqk3NqsBs9aFDFKNqqLQGfcrMwZfJtpOf0Lz8ra8rkyG7aBpXaXcj2oJJphhwwjZ6tHDXDQotLCr0zDGVByuaHHIzl6afa5xkXcyo332Py35NBeI8P6wwm9c9gHd++vlj2tjZrNt7/TqVqdGPqM2sYYLVHb2w6oD/HjldZIDmgu7eFdTZ2RqdjhV147Y67cK7+HZ2anhkRsNLXhK/hNZ2Luj//J85LVFyvGZbUkvfmdI4Y5Z/99MbGWdR0JnNAY3D3puZKICegH6MkfwsLamtsVfDGcbGjVMaHgUzp3rWTKNv75YejKms0dH9OvnsM1oAguyG1+1NgonHQ3SoX6HGZC83FAPA8AJWDeUkKlOJs9e5wbarXrManFs4Wp1FijnafHOTgXg5RHfUeaoBvD3sDe1hyZ0ZL9Ca/X5lczi/sk1h22blNfZyjN5PG8/IsaMKpihSFdm4mJuvASwalMl69GPUBgI1CTVv9MPGY3IYa5Sh4NKKhIQvNq2xkwe5rhpt6W2EaoDE8ew8I61prvDnVTszrNxeqrOHEI8nYoms7dJMOydq7buXCHZZjHplZLItvqOcxfyTYtivBw/2cZOjunVzI9JyC7r3eEbPj/v1y21hiEtB/fBEGhZdQdd2Z1VPQvmfHx3QI9MZzRfqdc/0GMM1oaYyErmMpexAm25DZ0i/eXVE//vjGUWp5+7ZvE5PPrVPp/7LOTWuD6iNTpke5o3Xgn+vhezUHE5rAGHzT979t9Ts+7AWYZl54KLSa6D+M6eVPTepdZ1uPL1PydiMRonhsyPj8Lorqt9xhc70DSixB5IP9mgdIW5TZ3dCK2g950/xXLZPR+jdsVnTNKkar4mfvWzgjoVXq38rv3cqgc6eqP6fcVmq71A1eMOeX3k/Thk7Q9DWzk8OyT07TAMzPPFIBKUra+wx0YmEluaLmh2aVtOGRlrgjEyDgisNF6V6/k6tINpERxAvCNb6tZRmRg3fKwKjzEO1tjCJgBDvF9hCZxFrHtrapfweii+5sII0cbwbRVkvi1FX1796E/3WvQ0d9MjJUT1yql/XbL9a62JhPdTfr8H5Fu0BGorF0/r+iQW9MIThNcV1iiLA4ZdGHQ7vv7q7Q4t4wXvPLWieY/W6rpK2t9VqaGhOL4y16Od3J3XNiZJOHD+llg68E7F4YQYo8LhLzx8r6jFtYEhnWt0xbggl9/GlgvqhVDZvuIIScUQ1YNINYOatZP9Dp45rYPiASklYfmCR2cVZToWy1uy6HRLUbsU7wGgtFDEIzSpqjj7eK/rUZoKvfPeqS7aZ5k444kicmbWC2C87Z7P9amDzExUU57XVn1toYiFLdQNU3986eGw4Ez8HolvqPyfX6JAyY/2q62pWgV7OSA2FJz4vxCmWiSNGyQZLnZxwGmBytfV0vURgM9Lu5sHhUBmsCVIZNPajVVSBYAtOuJhQcJdVcNn1k3PSsZOaJumuu6aZdyahdvhg54df7w6k6LIY9cvHo90QxrS5AOsfeLGPxKVda5pCGpha0ol0jYLhGm2kYyUARnoWCuk8idnEyQyIxKK6ktJvf3a7fq52XlPMJRye69GPDhT0xIvT6g4yBIhU/DRA6SzJzO3rPfofL0GprE+rHmrk73xsjT7QXqdZo51VUprHoyxmfEoHm/XSmRYNjy5qnnCipYl+PewmnT3CwM8JMC/k1Ck+PPrcfnjZBW3ZfIP60mNq3XA1JKgm1TXY7PJFki9uMhvVjIuRuVaTNrddNWknTubfy5vakJ+Xg2bi8BW40J5qTE/n1xiTvWoFG3ckAR1YsYqaV027ajwrSIfBjfbbNKFGaWFW3rEJBQt0o7DWCxh1M03JFTROXIR+sSt2yHfrTQqeeVKqi2kBiDOUpTEAim8tpfJJcOkkhSpGHcAVmVWYftBIXVR5hp7mHjsqHRkltJFGThQ01Z5Qm5duIhh6i64FHPUK03Fl073zhv22GfX5Iceym3H+KHHUPfToQRCNiq7ftU61EY8eIrZN5RJIjEFs7Cjr3EytTg/mNT83qSaO5E3b45rNpfXnD0wpv72sj+6O6zdvbFNdQgy9X9QfPT6oHWtq1dZJssb7XtM7r3sGknCw6Z1LBzXJ6OVcLK4oFa8ArqnOviVefpGWgBSdHqU0hzJd5ylgwtkTD2icWeLtazY73ehdDSEdTfRpcTaliZRHd971ORT/gxR/jmnoyP3KzROTLuYcGlSRJK2lud45lUxzJI+YegFL9TFqLh5PKhaL8f0ZVERfZRAs3MhRFY4fl1WkSP7ofeB1FH1WeiXfAPKtOgnzzqa4an8niMFZuPkcE2tPzc3JlVrCGKPKQCcId/Qo70irObGfFiiJl7btVnbgRSWIv2vWtdDfmVFp8pz2Pzyu2WGmGLQiITGRUv2GBNdtZXC6i6gJ+BncpOQ8Wyevc91073/ql1XsXMNmyROrc1oYRdJ5VMtX74ZuorfNqO1rne+hLXGy/45Pu/XNAyOKr1+vRjzy4EJWwwhCBojhaqIlzTAU/IVjeU1PNisZWdQ164v60I4anaVa+I3n3Prjwx4NFef0ixuJn/cEtKmtR3/20KiePpXG8xTVUErqMzsq2hjLq5RKa/PWsPagoxfKnVLfOC1e89xwbkisOKXU7CxwYEJ1tUlNHF/QNFBXfZ1HV1xxC563jQm0QxjYpLaSMBrxaomxFfN0hsSXYhoePqq6Gtht9Eg2QZBy+N0UMyppOqwx6JL1P3Lri4QjNglgajyv0aEJpcoPK0y5ORpLgJjQtpYtYeBR1WD0HrxqpKaB2DXorJU5Bg/MRMcvszmcON2GJi1HJ/YcD0ZdQfJhYXGOZuOAQozLnZ1g89PK5o6i6hpDzKcJozbPjsvP8XwfnGj3xus1+fyDWjpxWDVbx9FCofjS1KDEDYtwQjB+0B8P+Ue8lc1HklqYn2KmO8rdO3pAo1jBgQzf+3a1fehj1ARclNNhTTLh1+ZT2snkVIut3etdUDd/24z6fIN2bgo3wARkvvvDFzXVtEY3wu6qgQH29JlRjuwkN2qBKl9EZ8bSGp0awGUxzD7r0cmUW+uA/G5oC+nOX3Hru4e9uu/oWdCKRv1id04f6gxrzYfX6Wv7Mhj2Qf2H7x7QQ0+DmIAvX9+V0qLvgE6/mNYIo+bMK+VhPAW58QVU+/0lNkV3G4SoIuPdDmjX5nq5m3+Fq0USIMUQocJhhCmnNT8KbNVKOEPoMzEyrFR6vTbt+hjvkXVutDGkinRie/G4XrpBHFTjZUQCLuKygdo6OPljkYJIvoghZrRATG/zXcqcEpk0YmuET1m4KZkMRz0d8jZS2trU7GF/D4baXv63E4jw//a8ObyzdcjXAUl6SQhThEOLXEOSzpb+vkE1ddNn6KaqaLoqTP5Sx255dl6n4tnDwJgk28B6XqSNS+GQatvZnKhZ2UZN59FUodXL51tSbm5AkfSQZs/1EWP3as3dv6SCDwkLUJZgBESpwJ/myZ3k1wy7Cme+0/KEFzRqh8ZoQuWOCr9Rk6x53hLA5ZOG9QfpYYfCkF4OEqe44Y8entVzL5zTGJjnXZSjO5ASm6CSNYLxGtbbQTGgBsjo+CDdLdkWrfVwDPJeRwc2aO/+lD54hVe/dc2CPr/Zo6t6NunLjw3oTx9f0IkdHbp9S1y/fUdIN3d16uFh6cSpMe0FgssORHX31d3afcMUoukdqizB4w7McNnEvV6Mr9KiAfrx+ocf0fYdt8hdu8chWaVSj5EsDco1H4HbUGAEHYYSnOG6utThP6Cx8WklO9C/ZpIWg1tYELwu8abfO6olF14YOKw8D3LDFIIyG6kIbBiCcFXB6NyQtWz1PKA/EcIF+30gEAJdAHmwjc+c9NzSnBIUMvLM6FhKzwFOxDFcv9IQvoquCcVZQ80vgp/PahZuuYHDtgmYIKNEaVxt69pU25Wg9F2DURaUmejX+OigesDZPS1cR5mxe/jr0NV/X5XTPyThw4B3+LRE32e4mFMlhw5IqEVLnCK1oCEqL3GDISxxnfmnXtRL4+gT/urPq7GZcXtApcUICSXdR2EIZWm+Hb1HrG1RMzOTmh8/q4boPCgLvY6hK9hw1Vzh5T2/DG06Act5f1+OYd6WPy5o1C/jqgZFmC6EZf52QZbIQFtMc4SGHbO2gZncVO7gC/uO6J6HD2qB6uBNH79Va4DU6r0L+tFkAU40N5Eb19aQ1DP9Loy8RvWhKe3YuISaPhhpLqkxCl+Pjgxo7zfi+lyvV3fuiun3b+rU0+ey+t6pJX3/2Jh+bluNPtgT07r2rE5vW6snzq5V/5BXX366T488P6FP3ljR5q5pyO6dKmXQBwkmdeiZAzrb95Cuunaj3AvIKMw8TqsYR24gCe0BWDAIWadxAgNsU7h9vYrTk6AqR3Tm2YPyj8TUetc68N2UfNlZCja8htazJAZdSBFHR+vY6DQPp2gxC6CTwWDRMp3xRul081+eDW/xc5RY30ZrFPJZB53IgZeHQxitFXOKZvBx2tDAgS0RBZ1ZoPAxgg730uIiCS1NyMQiC+NTmukf0uaOXkWu2ejolwQcFKasM/tf1MYNDDkl1zhx+qg6k9uYb17WvFo4ucp6YNOXNPjIV7Ru8n7d2Jvk0KS9DTTIz1yaEJ+5xOkTxVRnzo3r8WcnNT7+Id3+KzdRcPHrmQe/pHC8Q+0NvcrjqYNAta7wIJuRiJuK8AzY6DxV3wpoVgObPkJ3DHP13hZDvZg3uaBRm1fG3zgVNPeyvsDL+czKq5dABCJJ4jc8OfBQihtQCcbVgTRBbSCttaGYDhO3LcI1SBNT39rt0bQZ/6BPMY7yj6wzbseoWuPtaupMaJQFGUrX68xpv/7tcelbQ5O6hZL2R7bX6Pe6/Np3dlxPDc3rq1QWr8I7bm336SMbK0p3pzS1Z7MOn+3VHz6+j+ud1e/fuqDdYMyPPvNnOn7mAQwmpYNn52GmDaunZROhBZ3qjTOUgmHz0cpU29CJpNlmRh/O0Gn9pM49hufbV9YwsxBDnT1K7uiWC4phhZmLCxn44H3jNMQbNZYjmtkuHbs2q34XxuKaxBONs9WTHNEgBHz3HGVsC188wJhV3raHvskQ0g5wzfP0tYOwOA+SwOw8Ot2jZxz5hyibohk1qjlasfKcFAV6BJM4mBZYiaKIcrb/jJI4jhqI/Z0UR/yIZ/rTeTVR6h44Na21O1p1AHGf7z04rZnAZt2+5x+oHXh14Chr1AIK5UmqIcZmbMQAA9yY9JROvTCmrz9eo/yWz6tmLqIPN5/Rtk5UnvynND2KCi3d/t4UeQyu2A9MGQLLtjpCxZcmzOM0yaAfQgd6JcI4P+fxBlnwxVjrm3zuBY26SKzlARozjQ0r5VrZt4qz8g/+DFmjFhK6BSiMObL5OIB9GohoEu/VmIxoQ1MEOC2rZwYp5+LtGxmIGaGR9tsv4JWz9bqxvkFXbGvQn3xtQscPnNaH7wypYftaNSCwt+5KusDng9pHiPH1k4v6MVj1bT0B3dAe0hc2cTJQhTtAo9zx/oyOUmovExPVIcJeRlYhzxHshfeQPzupM5wOI5Nn1H3DFoWSbvDo/ZB1jiu8UKM9a2/hHj4HQjelhhb0QdxXcEOA9zhG+x+gIvcI8sDdmxUr1WmBBDV/OKexM7M8ZQ5dv1kF8fiq4YRi98+BnQ/88Iw2/+Iurft0l4oggHkrPIEUGCISo3BkM9KNuejCu1qCae1RgThNZQYNWqEFo50ZHCHpTcG9kBYPn+BzMsrgLCxh9EQwPApXLV1NisA6ZKyCIwwYIP7u6+vTyACUgHVZ1SVBZVCUjaYG9e++DDp0kGS5e5s63RPan21U3+gu/WPfc1AQJhCqYUAJCvS+ECcO7XVFuNJpmm733HSn9ta3wmf3aTAFhWCoT83NRdUm4mqZYehTPfeAz3XRPGpEzLzJxlHBdZNEirWp5GecYpFh9FWj/tnAfRc0alM0spjQuZzlLNzip6LBS9wYi4u8fCOT32BOrI4MTOiZgRSSBu26ck2NmkJePTJc1HSWTJoo5aN7YuDQAR3B+wZKE/rU9QXF2tq05eZr6cro11LfizrG0dfW06Xa5JI+sSmhz3SCrTKJdu/ZRR2luvelcY5b4vw2yE21iby20Z5UyExSdAhqfK6kI4/s1abpw/r81Szw4kn1PX2fmvGyG5o/pQnfcTVuBPlwT+v54/epY6ZRTcS+3soeTqMmeePHlTtxXGfvYbP8VUxd9OLFKRZ5A2honx3W/KFThAwuRjE3ECJA3WwoaZFjuwhUWBcPa4kjOPviuBY3xcGHkRHwwwMnSTRUwAP3xVlDRnnYdHSvtUIx4yaLyk51GCjeeHwYFGZGtSAk4+OTbLw8jcPE4uR6c1RbvcB2cdCbRIKQxfjM/KyjuZX3dqk5SRMysW5DMok3HYbYlHZym3sma/X5X71N28Jj+tIDQXWyTo13/jZ89oO67dSTinYC5yWRH6Mymc0m9fiZdn3rZBjuy27a6EqamApq1NWjx/ZOq6t2WD93B0QoMPE0J7SL+xD0UZGkC8YLRulmg7CXnE1YWoBV2YRRU9yqcmKN532+YV8e731Bo7a4z25AxQg2NmLK+tIMvmJhShw7JbtgqKFemxXIcfSle/fqyFxUv/rJPbqS1rjDJyd1ap4iQd6lXc0RzfKF9/ZnlaEF62ObS/pwT1R/+EhOh4G/fvfOhG5qulsnB0d14tzTjD4e08DjBRAMOjPoo7uB9djDiOUziy6dJGcrgKKM99fpONTVBQo0lWBMqaEXVEPYsL3jpKIkcp7wFl1D1/hSEVThFMQeb454OSBvb52moaOeAAXpuuI6aip5Tc7uVwio7PT3ptX31zVoYXdqzVYqbwZVwUuJNsVQiYJoBWoRCrmFarAzsSvI79wQhAYoU+dJKDd9sEexTYQSRZuMiyMl8cP1KTc2hyOeA/EgaUXyzNANF9h6kCSxYNhzCe9GD+X8DANKbQOQbGY7WzS1OEZiCdLR0gnPfKdKbNzBc8CRaNpVSPQ8QHClNEaEobU2NJGsTdKzuUgoslZ+4Mi/dfUm7cPZfAk2ZGLsJd2y+Sq9uFBPzPv7hC7fQoxzTkuFE7TIpQhhEjpZWAe2Xa+21kbF091aIEau23STcht36oVT39Km089pE6el3wAEywDx8hVOogo2UeH7VNAacZvrtoZgO8KWDdr0WmwTrHjsy4WSXNCoTazE4eaCyXK16j/xIjemoA27r3PGIhfsqEE0Hd4jSZ6fWDmhnZvadGWXwGrndTxNGrk0ATHIrys7YvrPz2TpVJlRN1yMn7u6VUemKvrG3lluQFJp9ClOACmFXPOqX3yeViyoo+CkMbqbnaiMzWShy5UUM5ZAWFL0ii1CZV2cn2CwUUqDEwtKtedU1w4qMJbUwEk8xpqCerzN4OB9Ks8+pUHeuylOOBBzE1Zs08QzRyA8TdOMc1KNYMfH7unW6b+uqM1awdo6VOA08LOPfYjj5MtBXgdXAvZgipCqbHokzPbwjEOdPdOv7Dqftv2961W3q45UC5x3CToRjcWEn5oenON7DxGOzCqWRP4hCWEIXNmDpNc0MsUFWtVam/xgx2h0+FsQzYxqjlK1h7p1kveIIhdRdgYsLvIavDpRxySesD4KNQBPX+A0GMU7W4gT4uTppJCkpZS6QCG+DUR6DGQlFkvqb992l/74G8eYf77EBriSePEWHSKXmJ46CQozoTUkvmvbPfpII3IIJK4/PnVIV3e26+ggMCIfX8eJNz19Uq5OwMJgLRvUjJqTxHQQ8djWPlbm3pSBc62aXOWqGPbusK+WDfxNBsdv8WkXNGrD1k2s3CGgc64cPrBXc7PIeq3dzE0JkGSkuYEmZh6F48KN5yavq0mrk/jsnuMFDZIAeekF/MJ1DXqxH/x4FN6vq153bePYIn776vNkzBxb62pztG759d+ePaLUC1/XbV2Luvu63fTSsfOBVEo5lDkdATySEzZVLcpOtSg25RMQcLpAGyo2vg3ZhJIlM3AaWL+RwawOHXpCM3Sf7x1Oq2NjqzKxCRh8eJX5ADpyQzD80hjPgzAFd6v/oQ165uuHtN5Xr97OzZojfE2hWNRcU6Fs7qZ/EmYfXigIr6JSArbLzxq7QuOIVC6ujeiKv3mzGqATZhZPKYxwjCDcz00vaZpY25OJYSxbSVQxgjD+m99XQChMgTUQRSKNkGOSEdIttRzleGXcu+rCLfKNnSYJB3IrzClN7Gwlnjjr3loX0Py5Qc0iZVBbV+eIPG7YuZ33zFFlZRfiEBayaSVPPaj2ARCgtdfCm4GKiyPww/f4t59co3QmrRfPnFUh1KngVVsoEm2AFDWueIoxJL5G/btH+Dzu3/HnF/Xcoy/qumvX6zd+7UPK8O+68GFHoDNASd6KPA5sSUxtMyIN+jWuVwhSWtmhDTi/fYsmevEvu6BRL1doq8eMO6ide67WD779NT1775fVREuQH7JPLU2sBJok4jld286xF27UJKjCMMaXm5rXz29rgTTEkPlRcOnJivbsCGstVNOhs3P6/kmf2oNT2rm2HfH0oB58akp7MJJbt4flxrvn5zgrghE8QQ1VrKwDXbnxRKRNcKC9qHgCncH9LeUQqaHS5cYYSrm45nIUTpZGVN4xLE+hVde5r9V8bETFtTSWAj/5SfBGx9G2IIwIlu/Qo1+e1Cwx5mbGO7d0dALdgevGGNfZaElgRfMoQpnwDrI4GJipgEKc94Wpw6D/zEQDT19aZ760T54xMIdrwSQ7maZbIp6mYXh+dFzboXV6/UBlS2DN48B5kKscLgkbJIZiVKTSzvyaomLEzCEQI48LUcyZMbYwnBK+M6uE9yO+5nqxVo3GN+sH9G3uOjmgK7rQvHNDo60h0SMHKIA755eymjl4SnWHDuuGGzfo6vCs1j77FQ0392j33/5t/cXzOR04RF8nm+hpOlv+7kdievHAOQ1TmVzb06j7DgS1g6bbG7fW0U/aqX1PTGlhpqQf/nhA67mqTY31ygRQasIbwxYg9MGYmb2ep7RueuMuNm2RU2aZiU7uxff4iXjjlVDk4k33jV9xQaMuUSgpEU87yhKeCN5uh9at28u47QlNjA1q6UeIoFCMiFRQAmKWd4R2tllmHA629ugl/r4Dj7Kb4+wcav8/HAB7rfHrikbUNql0PTCZQIBmUTffEHPmJD5PQ2w+NamdMOpqQ4yHo/JmpKc81aoCx5zPT9u+MwKAv8NN8PNvj+Gz/N5NMlfBuAvuBfVPnNOzR55m3jjH7y5QhFg7xYU6DfY9p4XnDqk1splN59U0XR+7jm7T018+rMn9efUC5dV1UByK+JVlfngoAeRGiJFdTOH5jeOM+hP8DfueYTaQyTtn8FaRloTWJZu1QCva/nufVMtkmzZ95gMqNHEj452q6Qrr7OJZHd7/1yojg5uM1XBihzSJgmtk3YdQPJoHV+baOQlKVC3d0AlKcJ4N9yb2YI5NiU5u+CpM3s0uMRenrkjC+mPFDz+quZY9kK5Oq8gJGkNvwt3UyrYjhDt6Qg0H98n/ibu16+6/odRTjxFr06cJh+ZPzp3TQyfL+q9f3K6vPT2t2vl+ks+4ThxN6GltVT0T0e7Y1KBrCUGengHZypR0dW9EPzpW1n33ntLf2zOhXlCQzOiCCkH6GK2iGMgBjZJMW6XVuCwkrnkKNaHLFTj/lF1wQaMuIwXrhn9gIgclYjo/f7/6+huYKfQN9fa2kAWndXawX1Pn6IObGCGkaICB94IKbVu1WGnTVQ1k+p64vnkwozOjJX1sk0/XQkQ6MlzRw0fn4XuAwUI4PzRQ0enhrG5c69JG0IGxvgk1t9jscIRsELBx0yuY5/PzRgQiybJqmkl+FwlLLAFBfI8TnfFzxNcnRg8q65tVgLb/0iDVv8aiuvC+c89t16E/O640pwrTkhRf6NY4IUrI3ajdyNdGaqjkIR3soZwfbuIz6dXL4okKJDtm0H5mx1iMWLR/w8rzcMwSFbMBCnRAxdVAGBQ/TcJ5Yk5nnz2rNR9f51QZA0gLhOng3uDZI99ilGZVez0bMhJXGk2TItVIF0KBRZK7IrmBC40SD0ZtWtzzCyOKgsqUQVjKGIgPiV03ovKd0/v0/InvKNDZqNpbPi0vG8T99e+p/OwDsPVysAohJG1tlO8Dd7HzCors6pCr/nM6OOrR/U/k9Ru3b4c8Oq+/fqlPvS1x/eunz3Dy1umftjNQ1b9OB4qN+sYkkgrIJ2PV+sEAhSx4Ml2+Jj3cv11XQale3+HW8NQUXBpUUBtbVduMStY5im4ZRG8wajfw7jvxuOCnevDSKyiMzY0vsRMjLWv54nUawfvGcguES35GvW3Syekh7YTRFhhd0iP3/ifd+bf/UM2xJf2YWPrbx4vqITb9h9cRUpIpf+XJlEbgTd9wRQ1HdFEP4QWsbekLH9mh+sM/1oEX96oMOad1swnOUJnDU1ZMZcnR+sCguA5jrHkJAwxWzJOYWIhkhRAb32xm7ysRry62svkoDL2AwM0357XuwB7Yl7DUUHjypFsV6LUJuhHQGTgYxhdppZpHc4Efb53JsZXJcXwB2HXwRUyiwfgehrsaaamCB62zqWD+RS2R6Pno5evYtE3BMVAWqy7NLgF7HVR6sRGpARLIeJtSJ/Ypj/GWgQMXWdi6CImomxnpCJrDjKYKCShPaT2Xq049CHKyedIBLfHZJb5vPET+MEXpn4aF2lRO0Rwx/EhWHbdByroFbgdG5l0ijkWIfqj/GYUrRxSbhkaKIKZvc7O6KXJ90PWiPrF+NwaNQwIV2s5zP3vjLrVDN/32w3360Ym8utsKumtXWmNDtfr24bR2b0yos8Wrx/cv0gqW0BjaKjdsrVeLleCdwevV2LmAmL3xs10u2ueoMDu8GP6vSp+tPs4vm18Oo7+gUbsrxI2oiNrNtUt3GDqVmG766K/r9OEXNTN+xjmO0zTwlRunICUxcAgucsP4S/pQ5aAyNVfrvv0zOjaR0+evoAc5XtTJSR+NAAUQgBYw1hxhTEpnx0r69HX12rJmnY4N7tTk0qN65okX9AGQhlowb3+ihQWycrNFG1VlVOOb8KmGqznyAIVURh21lLi33qih0X5H03od2XqBE+Cx//BNRV6qUOVcrwV4IB4mfAVJwDwpOkOI4T0kuTVJOnBq8ZxAbgbqhCl0ZLlhQdRT8yR1Riu1DeSMf2az20iJBbx+ioQrBFmqzGmRY9MFCUUqlWmlDh8DA+7TGLrPI5WEGsk1QpxkkVATTsEUR1DwQxLCywhri0sTIC4VEj7rPvCwpsaqYPEBD6CRonHgN/SDjVpmLU6eXFLvEo3CiPYMfusBNX2KTdHbJm/DOvorfdbQwuybRpW/82eazD2letOf3tcv/7EX9LepHj5/5lp9g26fD6/v0j//YKvG0CH8B38xzOla1v/28TptoEj12L6KDo0s6Lc+SAUCSPZBHFNvTyv6hGEdGpzVJ21jU/H0srkrnA5uWvbcJegGnGphiFUFqz69A48LGrUN+3GI6fy/Q1DjInM0egbC9erefqu6/bfjZYDWSFp61l+l00/8JQKNY/pwd1xL3/tvGrm1U6eO59UBx+CG9TEkJJb0Z0+mdRwvf8uWOm1JuPX1QxhuvVufhcR0ZqREN/gapghcq02lI2h/MKGrZw2Q3wbFmtdwrLZxDIOgkJC4SNi8QGL2MAjJzNzG8jTVtsIAND4FvyjQW4fHrFD2di02KNNAoYOYvULD3TMUSTzEsmUMZf1mjuMg82eoAAboAinCa1lEszlArG5tWyY34AVt8RguT8XUqe6xwReCmKbBetieiwaFDLtukfHTZRoOQJmVYLx0wl9ETvheTcP3aCaMiBJ6GG0zWVdLvFyvJRoUivA6QlHyEi/bFI6IjQwxTofbWqZ8ID5sohTfLWLwKhyY3sarlbwVuYgffV1HAvUqfu6TyIDBLUGAs4zSVca8+AiY+hhqsC88rRNP/Rf15Mflumqrhmjj+k//+u/RUNCuf/k7n9PD53r0z756TF+4oU7/7M4mHZ516f97ZlIJWHx/91cbcQqn9C++wfvRUX7XzqC+f++00iS76SWmOiQJ+9iRbsfrLVDGWGCDWrGJ05RQ6SeTw8tv5Rc2aofea5VDDMdwMotkqR6lSGjC8A4c741niQHaE5Sq+7ZfpBUKTzOSVv9Xv60n/uxfqct7jfZAvOmt36DvHvfqOycL6iZ5+ti2vOYghI3RnfH53SicImHwLx+c0EtLrbp+88e1kV3Ud/Skzh08onGO241g423bkU8hdDDMzksYU0DR0zjGRvc0nkRhcRL0A651DfDiDMqnsONCZPjN1xPrz03rLIQoNzHmFEnVEsWC5E7avFxJKmaTaov2KEHJuszMmADUzAJFjSjes8iRaohLOGDqrMTUbCgP3qhs8BjXmKhtx2NxgmHZXiqoFkZVeA8/+UIR6+ykjScKUnDq2H483AiVVEI0DNsqlZnatRCaSEgJAcJUEZW1UAcskVDLGwLpITnPUZDJQcv11VLQoQVr/AdPqmaJlQ8tqbDrA84GK1CKp74JTMcQIhoc/I88qpnvfJtZkvMgGqNKMS6koZG8JNiPJEJEv+Qf1X890aJ/9G9IWHtn9Sef2Uk44dJfnnLrW88UaU5O6PM312jh5BH9u5ea0AlhOlrdnDJQEVqJrc+cmdOznEBXEsq5MY6gsRPJA3JUJWtwNC6HB0Jif/lt+Cc+4YJGbe1CFhMFbRyFdV2Y02YnGt5KgbiasFEQkKuWViCvQs1bbCYA5dWsxga/o2t8EP8jjGFYHFDfWZ/++kwvx3RRH9mMNFhgWPcfr1ELNNTf3BTghlf0lX63fnlXj65cF6PkPKpd3ICJiQENDp7TS08/rVEqd107blBtE4kPyZqfQkzRxsnhSQu0WVXMsGCQZdH58MBOI1xHtSmpK/7J9Wr++SGd/tKoxp+tUZg+xJs/26LdH9gg10JE9/3XhzWLXFm8pp4bk6OCR0xo4zT4uwucPgnbzLz40dPHCLmmEVVsYwxevRIkenmQmDzGH6pjTfDGZZJXHxsiAnEpa0OUwI1rG5O6uuVmzRPzztEAkQfqszEexgys4fv7rLkAg84X6TyhiFGBElvAWALwbgpodEQg1vjgVRSGzsGUY0OxcYsnDtIMvKiGX/msRuh8DwM7hg/sV/G//ZVyh/erdmNcw+t26QiV0puT1lferNrgGCxJ6eNrCINAiu7aP4JK1YT2bIzp7z+U0umpjL64ngpiR63+zdcOaYry/+fvSuoxeDfTmZQ6gu2cDC06w+nyyN5JToxax7GZNqFDeyWxjrGZKxY+4TR+NmyPV9v1BY0a1sMrr7BtZ5RT52d4JNAH9iaeu9Eh5/gQWywSX5mIY3nosIae/Z4+moBv/Bu9mqxdr7/8i8fV0jCs5t5uKowdSiOtO7MU1S/tHqVAg4fYm9NWuiyuRGRlgE3SufYLlGgf0+zivdpNwjh19pz6nntewyfn1LzzGpIvumkoPvjiHJFsFA5plFJJXEp0k3DDsr4JolImEpjiasavzt7N6vwXW0kASepI/ix0SZHIRNAyyE4PK76uVVFkbFO0hHlMQBI+iacQ0pyXsrMPRCHdqMOPD9BFvaieaINOT/YzIKgRmiUrQc189sgc/AwaHurn1AQeXiQJ9Lpb0XamFgJiUuJ0CTW0kIhaI671J7KOJLU5ktQiIU2ZapyfpLXAUV42CoIT5rnRA4xrioJJY7ismX3HVffsMBwVSu8fvVvpUC8i9YNa76K54evfUeQb98pDshy74motdrcrWhxW9yJSx55hJHopqbtBePbNc6oFdXuiX79X16IfA+v9UeeYGvHGd+2O6uyCR08/MarR/II6e9BcIVx7hA1HV6c62Xzbur16EnRjbCiql0ZD2tTiduoQHtuo8HuKCcIz3stPMlkEOze02uXwP6q2ZO7QOeAdRalqon9+o4Wduq9qvLhIb39Bo77Q+znHCwmDsfdKHIGcx07taOk0c0RGLDvnRvzVd9TwhVrdfl2bzqF/F12gAlby6cnRSbXAz+jEkz3w0qB++OiQfu2OG3RrEw2yhDdz8BnO6U5lenrpJzwKqoFoZPScajInNLr3oPoORLR9243MSuwATmsFj8aD0avnItZ10UKFojWcDTr1nBgcbw6a4caIQ/CHxeeX4Y9EwgmqZYfUuGa9Ovb0aqFEslhTg7fGnZXomMHTnjt3grYvKnx40I1XNWnrbrpDts4oyfVPjL5Eyd6rWQj27hoMMOFXtB15sy4yWmT2i0tNeF8SWkdJCajOUF1r/zKJXRtfHeBnliWSU7n4LDd8DzdZXtFQJ36coU4QCkSYtcImoWHZej69e7Zogg6iow8+p53/9C5FDiAP9t++ocnv/pDkNiz/um4naQ5TUVRrC00A3Rg/p0BPD2EC5aOhU1rs9+G3o+DrCb0QmtXHr6bqyHocePooGMyC7riyW8+N1ml4mr7FmrASkaL6KYTVQy29aW1Q965p18g0SAvOINoAI9CqtJaDUBYj1Wb9yHGsh5KNbBISL6v1AL+a2qzp85R5jVOsfs3jUuPwSzZqu0lOtZGrM9jNEIkccecksFOcju9siC/6xEvS8L/S5o/drs+296jUOKIUYypSx48yRatWVG+1L9wDrTGm9WEUTIfnNJHlZndH9diLtOTTGe7dcAdJCS370y8qPHJQvn5GNS8saf+TDyMt1oWBggR0NVKcYcEg/pOpYRRVgRkXyIwHDT3kEaG/GlrCYnvjjvFY58vMxDxNvODGnAblCbwjYUOJSQSpqZKODxzQ0vScemhJC9PRUbcFY7mWmL5+Wl5izI3r+f7OPEaQCr9xMrBOu1OcVnmqjR4rl1tHkLH0DF83FptJEPAzY+5VLI7mLjhFZGsogOJr12xCUKYQa2FfnnDGTSiUwVBcoBVav0fR0Vk1TU4T8mDEMPuGvvltbQVSDCNQAzsJjgqQIeFYKNGt9bGPavEU9NrsFhCKBpiyCQ1kxzSxSNPyb9FI2z+mdU9+VceoK/jru7UFtuG1a9EgTNFAXEwCRXp0bUceISB4WeQjLRSl6kGJlpD8ree0i/NZtgNn2EgmLxeH113hpMmwMWOmcmuz6xxNctMmBD939CWcPLjquZfbwFZs+7X/vpBjfe3vL92o2Xk2aLLIXSjifUJWmMBThjfBLbjzSgVvvV6Fb/9AlaeeUeFLX6Mc3i1fz3pl2ME3Ujhw5ylJ9yAQs3MHIP46bWxc0MCxvSo9dU61u7q1c3KY8XNt6nJtpIhBh7brBnTdtqhcM0RsOKauORpjjcs7MQF0NakgBPlAYtEp1EQRDi/jHStcm9tKzZZIssBWULEjESeJN0bzgg7yIeabbMtTUVyPTu08zEBCkHmNQ+KHytnSozgbpRw/qkQ31ta0FigZ8n8SQs8UIQoJpJWFy2DNBTrZUe7BmEE48LouCFSmzVHg5ppUhA1wNJs33NuMtwJRymmmNYVSDMMKSY7ak3M8G3TI2nIM+kA2SsB3/YdPUuSietfa6yhGuUhUXZCr4g11CiJWkzIPzQ4psb9idKQUSJYb4do00rHvPuUnMWfy2akJgIoZJgVsUu+H7lTwBz/U9H/5Y0b2bda6X/hdPQTP/czItNA11TOgQy7IUDe2BvVcn0enZo2JBxSK/t6uDp82MA/GDy+Gtl9mwICU4VTI5Nm4fHecAz9yEmeuhO9qRX970OJGFdgYjl4jwy0b9vnGeSne+pKN2mrFdgGkPsTU1h3D7TBJgIYGnZxjQfHWDb/+CypRbQsdOcYxC6owMETtI8ScIRplIfzo6p2wyYLEzXg5eMUhdPSK//F/qO8v/gSvGVXTNdep4dolRddtVLAXidnEeuC3K5kNyJEKdfT4k9/SNJUsH9O3koQhNTD1nPB/Ds8Yp/ObZCsY4S7T4WFkfbeV/i2is+mtGPqOqzfq2R/O67mHjqqji+/gQl4B4zP2Z0sNyRVFoEoQGdu6GSVMOjTGcQshyme9a4zhMPjN0A+ndctCDKOEwoUoEhOb/IGb31khyATobS6hxxp2nXK/MSC5BXh1F87AYEm7MkdxjJDJVFfLMPW8VDZdJKwJ8PLWJootcE3ioBNejIaGOrVdd6UiB08oNoc8GCV2Mm+lrE1tmGSTam84THUSWI7yr/x0z3hnxikUhTVGt8ozPz6sq5FJbmRMdnF0QGef/B400w9pjErbwacG2Dzg7mh+TDFGJA3hLA/EO0ujcJmksNt9UA3QYovotaQqdfDLTXWQYhSYfYXTMAJd2Icgjm1OF/fAsp6q5hTr4iQVF+uD39zzL92ouUy7NgAoLhe6ofN/oCUcP9bqtPTF31NgKzxgOB5zTMwK3rRTwZ07MQSSMYQ8FjCMjnUbqKoaAm7dJEHw0CYFesrQQgdV19yscDel5qvXKbhti2MAFRvdzCL5CETDnbs1OfMljlZ05GhhKobRh0NMPQlRqExMOT/LEQ1V0wVCYSI0FYzVG+KmWLEIglBBY4r2NOvmO3fq+AtH1X/ycW4ARC3CCK8HuXYMr4RUl6+ORtRWvB0ckmwG8pSpuILMcBxgkCSjnAAGq5nXNUMuYYQ5fmZ+yIaS2i4r09Xi3GBLtq3SZp6axNps2JEasFHT8CVswxmfokwDgJt1qsBTL0DI98LL7r6yR5loLZ06QeXgXafZKcltmzTa1qLThw6plwZc4i9gyoRGGpgMYKI9eE4yCPKYecr1AY0QG38nW6fw1TeppqZRD08Ag9Z30DfaSPiRYEBRSQcHFzXWsEafQYPF457V/Ue4f2DmnTAI54CUvOQc8bkfaPibz6qCZEQhfh08F3omGRwV9LKp4P/MMsnLF1nLiWhoE3MwOcnsDLIOqCz5kn33MHmHEyIuc0TejmbcSzfq5W4Y5wixW2ZVJo7KQE+nrvn0x5Q7+pTcG7pQgZ0C/uJJL51Vum9ecz0dGjH1ppvvUKyTRbH5s0CDQTjGQ6cHNRDIaOMXb1DjHkjveNbjS/vVMxMnvmt3GlLtDM/x/PEzg5DV57RzcwMsN3r46jZBV72WCidbbBH1pyB6eCb1ZWQnFtqU63yGo7KIJi3gpsJZyVD4aItpK/K3hRTY7IKRpPLO0CSntgNEZT2YAM+OqwhAvnLZL4pgyGwc46W4QS5c4LR2pFoDgHXgWzeKnRJGfrZh9h5j9jlsx+X8w3o62RzWXWQlf1s/i6Wt0lgGC7cmDENpPBg3XFZ4sCiNzlgSNoR3hENCZTcInbXIQNUTG8N66UheV8L/7kVlqkj5euaK9arp3qEDL72kjbSqeQmBlqZm9T9pIfzOxrX65z/3GfKURX2LHsT6K0Bm1rIh4mtQmoVuOvwCp9YoDMKkXliI6yy89Ss7DOkqMSgUnnuxX1uix5VMnaXHmByI8KYCv8UHemPDXguEc/OT+/DgtTQlNyDZsEtxwkZfrIP8AEdArjAPI9Bot69FOi7VsC/dqOEvgHk4IA2pGTfF/k18TfEj8embdO5PSc4QM8/GZzC+iPLPH9Ec8e8hqKGtmz/MOJIPcBc5EuE6+KLMFCmnNHT/E5rae1rlD61VnKaDRQYT9Y/DY6DwUHfL31TO30pGTxJFmDNKh0yQEZb+8rRGiQM7N/6q1u6824nZigwILc4dR1+DTJRjOgAOber3LrxbGu9XBIrLU6yJ4JkL6bN4YUu81lBwQXQc7keeZuFJ/i87zxClVBko8BzxI8c64yaIa7BuxGQIYD02coJ1cFmmbyEFKImXqh7/74QYjms207bMiKKN0xHieGGM2sTrlj25xyA+U4g1b84GsXnspmE3A2+7QCFmGlakL8spiCc0tSl/XZM6OHn6h47p6UbK7b99B8WRHn353hfUC/pzY9d61e3epUV48EePHaJdrllTxMiTe9bptv/jNxHQLOvr+4p45y598KZa9A5d+sYhkkCaLH7jzmug/c7rBbBwV3wP/Jkm3c3cxUMM6nnixLRug9OyuYe4hCaFDFIKcyg++WgJCxgBbGGext9RrYsMgN9DAZ4f0CL3Jp1mPk/TbiXbNoNUUUQDhbL84fzHpRq0vdfbYNTOvC3ug908/oZAo48j1Nhs8d4t8jber4M/+JZ8xHaVBRIUvM8k1bIQ1cFNv/wFuArEfc7Qd2JyEpMCix7ftZ7+w78P2y+l/kOPA+VxfFGW93PsumzQCHrT5sEKZQo+iEF2+CdY1LLGAyx+Kzpv6OdZx6ShJf7kdSSvOFULNehSN7JNjgJJhaYEW1D/EvID/MydJ+EpwREmhAlR+rYpusbW8+bX4rGhVHItpTQkJ37vTo/jXYklec8U+nx2I0wtybggThiBfFo1djdFJooxpqxEvlEVqYFHw592SpT4eSFYJikFpiPMAGB2ppjlOJqL6RmuaVqMxGEPgHrQahVYmuZayA/oWTRJsxDdQ8Ng6f9x31e05do1+kjnx0imGVCEENASp6FNEYgNntSGsSEd3NarUzdSNBlp0w5CsVLgUf3VD2E1hj6gP7wiqe8cHNF/PhDW1jaPfq8XtaxAs/5of4POoS/yOzuHdGVbvZ4Za9b9B+bVkT+srTWjNAcPUw3eAMrRjhMQ3ULg58XNJIxRTaVPcVIaBz2m9nbuCRXTpcUH0IA/x6nDiRDdTIWWpPI1vQPVJt1Le7wNRr18AVZGd3ZdtW3HgaU4erv/LnOwqW796N//vyqNTWnbtvWqZ7Z1euMeLaxZowgCkXZzLZxIpyk/482uuOoq7di6XX2nz+jQvhnivoTWA2V1bAAlscmtBhFxKmQIEwIYcIjptxMM40lSZbQWLNtcjm+0/jiL15zclRicjcDuWD5XDDPjWoutSBQwDx26awHjznOCpPA2GZK2IsYfQQrNQ7US6rZTJjfVUpP0KULHLBFXFhYOOd+7sKzStNI97YQ2fHaGE8FpTubfVvW0o9aM2u6d/RyhXEcewRCRPIhCDjSGt6ZnklMF0cwYY994d9wP/YV8fBCjnptk0xTiNEy4aBM7psEAXrG0U88g13t66bDu2PABtVCcmfjuw2q452vMGUdn5aordToZ0r3DR7Q71K67SexSeZozWg7ofwzAt3nEi4BQQr93m494eF7/4AdMSeNz//X1PboG+M7i/UHCHJehHrU04PJeY+G/AdICelNupEA2RSsfVAIPA6M61gMlNiON3EZL2ADGjdoVz3PzmijQLdxhvg/agzQ2UAe9NAt+nVdfslGbbIKj/snNqs4AsUBkpeJPy1Z9k2JXXkvLFXzl0KjWbkE1Ce7xENW2FALgtSQe1i1htM4SR3KOYo0ZQBTss7O3V23rf4uEz62mepI9kJMcmrQlG+PM87Mo5CcpBsTBiE+SvDXSlxepIzQx/NcuaeULO5nYSihgP3SQf+e3ZSP+YwBEFdUH71tAeDxHSXhpiapk4awT3+bhNJQKoBB8P6gveGoMFH5HMkJ3C+GEY6BstlfE16vd06Y94nwiBu1AeMvtTQ7bz8hJiEq66egxLLdcnnHgryCxuzVGENarf+QMKlOU7GHcBd11QIuEaKxNqGGjziBif2T6af3adTdpY/JGGLoBun3GVIPCQ0sjrG3a2HJ9xwmXoPfyWTcmdqlC6XyO8RndHYj/1KP5nTmm+7//I+2u2arfuQmMm/zgH31/SANjbv2zn6/TTa2gOt45PTyV0I8PsPanTmtNyxCC93Swd5DfUOAq52M6cv93aC+bRFbhdtU37kTOjdCx+0rFp1k/Cl3sUHg4xqHh+j102RNTm7r25XhculEvdxRXu4SrtmPVsqpAJEkY38fEBOtaad9fArfMjcH2i6k5Culoio4NfxNqR9wAjliPYZzcVJuBaDyCmJGLsDYXBZMyjb95SAslGxRK7GmTXAvwDwIlhuxgoEVguLqurTwPOM0m6i53Cq2osdq1OX2fK/MRly/WRjvaw3x/9eADciJbt/+itY3808IZ+ywTkiGUYOMZ/FatkFGiJxyyrewYtRUaLEFc1sKzf/vpEHfe1YE8VtalujZWHArY5FJie/v+vvKCc6JYtXVq9iAVVXS2EYZxh3rUseNTGDIzwYE8ffAqPLS4HTn1I31l8ln9Vv4uqNsw80pD+sTGa2miLeiPjv4Xfezm65RbuFtLI6MI8SDnW2zSTfUkuPV59YOE/Muj39PPbVmr373qDuVcjxK/z+hrJ2/TobEG/ekveHR7J+QpRGm+1pfU957j+71wnz7ZeC+taUCSzMcpIOpTRrA9wPWYpqCbCcZJ5sBbBTFDbhCCIxJs7eT7Gb2THQpj0ZnraGO7baNfJkzvko16JQYyr+MIIy57akuezOOC3CtLxrx26x6dHjiowWmSughJw9IxxAo53ju3aseu3Q5umoezYF0t8QSSAaZZZ4ZACZ1w1XmESEgK5mGdmeFuFPInIMSPEL9Ng/evRe2zy1BeZ7xaNTczIzORB3tYzF99n1cx1q0o4Pj25SmK1bjFKXoYV8PwZwe0JP4LOdocRjutKpQ6RroS6tgn2Nzu5ekAjiFbUwG72q7F1mflUfXSVf6DmyTZTfXTrq8ANOgxvJvNu9Q/o2nXgHqhu05bMwIc6khjD2EPn40B2ayZHlCjrakNWqKf8gjj4r6Hgf8bVFTdmbCenDmrzc1bde2dn9BDhx7R9ZTWLYN6isGrp2dPan3LVv3DntuB/sradtU6fenQD/TAj7/L9DKXfv9Dt+naroCeP1un/04nz9NPT9Hy9TCx9T36xG42IfTfSWKkhjoEezid03SxxynA1LQ18z2sixxFVDjggHaEJoReljKZLRgXwJn/XK0mlqzNHmf0dj8u2ajPv6Dq8VqtjlkoUY2xbVIq8VSglQbPDMQhKoBtTNfq9KJNHdXWjTZC2HwkyRme2mS1rF/RZ+3IjjlhSEVICablB4xWtiTPoC6euzSDsCIjG6bJyH00HHgo/xZN8WjFAywb8cr4n6rXrtJoV6a0vTxdqhqNvOrhoBorP19OF5ydYRDc8uY4fyrAK9WEqs+3dq9XWvSWzwHbcNXfOv/rBGs2ko8/y8SX9nF+mnL9yEXUIasbGY0w/RelKBqLQ5Ulx0AqJLwu1mDHhl2M1SPxXnxKQbD5dONVQJhifk2b/q/EF9ULMrJEMea/x8bVN/uE/vfwxzC0jL7Z/6x+iVj9Cz036vjMSX15+n9qAeJSAEngXa5BFGeH9c1zG/RX9zIMdGKfPhk9op/ffEDr1uBo4rTdVpBmM/HIMCHgDBTjI0cI1VJq37QDHgghCew8GwMCaq8axyaqJ5lTK7BUxkJWM2wKVZfjcclG7ZzoTnJYvTxL+kxqdkWadpEbwAGlaYoFhXXbQT6oNCG40rLlapoMdmrN+g0OuTWL/l4QcRfzYEVuYsVwZGO9gGk6b+6MVjaJEfOp7HZi3vT8uJrwUlOEFGESEytVV2dWWBZWNZzqyArnCqtVRseLnw8jnZdtn2/Y53t154XL/63cBXuuHRgvB+7Lv3idzWG/cT5zeVPZC1dGXjjzB172XNaJXUVIohhGoq4ZUUfE1BGkybNupnMSYk28GGuJv7soefo8CZ34f76kG+64UZ+95gPwPc6q1BBmZntW+yp9Wk8s/vH4JuisNpdGuqthj9bfSmMuut5WujxMLvJXz35VX7zmC7r79l9UcHhS3/3rH+nHQRoK5o/qH+/q0wfqT0FqquWovFmzfkbZ0f9oCV5mEvj11IuaR46sXDZpNNvw8ECsyoyKV9CcgoFVdkcsJDtvHR2B0WVtxrfbsC/ZqKuX/MqdNG9tYYd5UtudYbyVGyNdt6FXv/n7v6fJwUG1Uhlr7+gCDsMzo1cbJiY7f16yzySsqt/aQSKCiBZW0DUroCLqo2XI/Fs+NcEagUM7AQ8egdJ1kFYoH5wKJzyB+2H7oDpgYvnhGHPVGqtmft5jecFftmXHAO1tljdA1facx8qoZ3O2nmWaZPUXr7ynzWRxKobL4Ue1pGJbzD7B/m5b2WLNqidzWYWS6+O8qsKjUF59IBT+6H4QHtOsNqk1sF2Eawi+HWZfuTKHnh1zEadZiT//M4Wee0599Z3aedN1en6tR//f2b36B3Of1mc2fkR/ePKb8i6e08dQrBqFejsEu+4q4t9r69oV3/0P1YQIzrk5Tr/ZRR0/Qvnb8039vVs3a1MHKBCSvFl45kG8c5ISuE0nW5ia1t5Hn9P88F7VEyM3NdcBQ2YRgJ+FgIa+tZ2+tnSWVJN32Pe1Inq1EOWsrFM9BS95u236bcCpMb7zx6I5p7NxHYwTDEDc8PIgQSZcocK5BtjN4VTyMB/sECzM1FbwSUsW7eHIBsN1RvDGyjr0lDvQHfgb8W0I/SOCChhJNZy3h9006FL5CgIXWEZdJtM2Zp6xDMzzv5ocUw11HP+9bLjO5y9zeh2P7sBz1cuwlPSnPt4AV7UGBnucrxBw/nVYN7rzWN40FdAPMwQ7Z3KgO5Ng1OF5PGQExamI9UBatkDFMkBMi5EbXcBN3F+DQHrLdZ9W09MnFT/zoqaffxG1qFlt/4e/pC9omxpAjk4XXtLBmSe0kBrSB3e1a4xk9D4Au/rxNt3ZfI1qu2sQrxnQfS/+CZXf0/qbH6lXK+JADRvXqEBfZYU+TaOLCqUrAn4NHjuAiuqLIERwrFuYZ0nXUGs7zRxztHMtDnJPN1m/PKfYHN8mYTfZuRfOnX3Zx9j9Xb7XP32FL/q3b4Onfv3PtBtYremvHPXVMMAxIGMAraAl1XzJwZKrN335edVADG/E+1DkcBuTzTydCZUbAkEpthFtjqh1pRi0RLWsYiy3l/2heQrzltVVrBrwMvfNoaTaUKFXvPj53IOLXsVLfsGyt3aouxbSEHqxIEuIt5f4jlXMv4pxOwKLDoPKklWiMAMzrobglQKOywyr/IJPCea7FE+5tIVTon0H8CjSYZ/60SNwx5/T6MEzujvJQCk2iGvXkp4c+5ZOvPQcUCEd5DD31sGU3EENIUVb2Gw8pppF4EQ6idz5tIaRwTh86Bj1hKy611yjHVtuRg5hSePHHwClGXeADZTu+R/uFwl0xei/l15LuejVvWSjfj2K4MrPqjDWece889fzDNvMbMXTrRiYY+x206rPK0NNdJtQDh6tDNHfSsomg1ZAR66MPG8xTnmYgZ0upruWKZtT+HbCETvIPcbfdTBrQxvss6pGbJDbeU76ohft7XyB0ToM3jcetRlqkVjZTfzrqPgTRhksaOGccSUcvaOVY92+E2sWwnMuzh9CP2QGDT2ujHnvDXf+AtrasxCOhmgAhZ4wcVY39o2pHUzfOOw+NPBqadZNI7yZwUOvS8KbDtSCXV8Lps3m4PQLccKGwTtdwKdpmgEGh8dJ4iNqabtaze2tamT2Di1HitEjOnDqGbTH6V4ikshxwiwgXRar5UQml3onHpds1G900a8Y+3lb1UmWqq9YsWED4V/xpGbOy4ytZSdqN7JiivVQRM1ATaHJnPvc2DDEqBNk2v2aSW5VE7JkjlIQVa8M9Eg6pJQE23OhnW3XYsT8NPG78XetnO3AbIbcmRzBMq5cNf7zJsr+DO6IbdDzo/uVSV0RhHPSuDlDcyyUcfjWTrndHIX5BgzcErGJwwqc+SFJM1INFF0abv+oohuu0djoc8R39JKiR50H//ZAVfWAE4fTSPC2MZpkzXZnsFPNJOMs0A0sYMhuFGXnZhF8zyNzYavNJLIBpkEsMi04RePBhs23qX7jNU6sXCIk8RA+UDlQmbJ3yNdCc0CUmZd00pv0mDkkbtkFgrfLssKXzahfvtqVYseKhKtzT86rOi6fT47ciWPpy0Wc84ZqViG5V+iJNi08S+dIFj2SiVGQFoukKdFWRTWBwzCCgaEh9UHNbGlHwB1ut3m4oomGgJsG8D4rOsmvF4JclpV+oze1aMLB8yg+YeDV4AvjtQGgNgfRmb3Iiq1g4w6yY4kL5XZ+tzgGnOdhUlcLg09Rueu65dec1c3P0DiA6/ZGUFmdWtBQECF2ZraHUFgKNG5UaMsva4YR1oePnNOp08y4jM5AEx92Ep0YUwnGkGkYpiOovmEr2nrdlAvQ/y6hvEQxyISMSrS9WcJYgPAVScClJtePRKH7UuAJwV23Digr71sf68/6cfmNeuUbnW/cy9656qKrJeZqzGveCEgPr2p4tf1ZwjPVmGAKPJJxOA9F6KY+5BgyYN8z6FNnpmOq39TCfEYj5pMoYrgVwFwPnsTgxbGxEUcPL4EQeRTs1+m0cE4BA0styn510HcpHRdv9eY5UZpzGcvIDEljEJ5KDQKVdoo4Nm9FTAc1sUlahpRUs4fpM0d04uCM1nYRCnz4N6TGTQRg0AeYU1nMngLKqzIIMwtwZGw0gQ/eNx33fheqUZs2U6Vs0Nzxwxp/6TFUVw/BUES7L818mE13qJuxIvWIE9XXplAGmEICbUn16OoZjmnkMA80xDJ8GasEl4FeM8TQ1kQQXk4AOV/e6pJc0ut+dkZ9vnGfhxMXl4fVO/wJbpj9WTVq60wH9uLmnRuFvjhD7AhLrZXWq6aapKYyHj1+ZArNvSl9+lpiZIhAaapt1lJmk+FrEzEkDKJOBTKKcZhJOJLEfLYx5wr0+0Xo/LAM3Clv83AqoMuPn1UYYuiMxcbWEGyFKvvT7DtCv2EBXW4vXdg2UMOSgGr+wfpYnI2nNoEbP+2zZ7QOAfdNumLn7TQNIBJJV5GHHrcFej3FRNvjZybQOcHoRqehOg8qtwmVVRSpTFyzpWUHU7cgHhVGVDO2qDX0ie7rs4lmTCNu26PB0/coR0UzDk5dISgpIZZvVdIgRR3r2I9SUEFlBPgULUAuz2jHTlZEscx45ucjqpdkqRfx4stm1Ctw2atw4tcx7BVDMsNyqKDOLDu7h1WubYVybASCT7LZYmMU/MFmcTmMu1ivHTd+VFtvvkU3fuSjsMLw3PTkBTkCPRh2zCa2rsCD3I48nc7mpc10MhCWFvFcJkoTCseXN091FuJKfH0Ra3jJT7VRI4sgDx4rWNCMYMOOTMtk3trh6pcTXTtVliuvZTy5zXG0fKD1hk/pY3uup4trBwUoWuWQMfOlGnUc401azBtkDs34kFwN3Uy1babCV69FRNyXgOOiiD+6GfUxb1QAVK2CJJY1FHaYkQBTkOuBh11mHNKRY48p7ptRC50/QVRsDYO3nN06WYKEegXYlVm8vwkH+SkS+SiiOSGS+YrLZmFvvOyX7SMvfIy/+tg3L7qcr736ajFouDvLD1qbKjDO2AB7tm3Tri10Ulg0gTFaU0DSBM3tsZydOKKSDlXJWHJ4EyON4kZsTLEzqtgQEj7UuNCvfVz4+i/Olu2aVzo8ZmiGTaFuapzoGBMFigvAZacGaJJAbqaTAhJfahaZ4QU6t03yLcvA1Do0P9wUlmwSLzUrRxbNjQMoYazteGqHc2FSEGht+CLQYqeIj4HpPHk67MNXapQ2NQXWqMxwqYl5XsOdzxAGBkBNaomfa+g/jMKonM+eU9JoCtbAECQGR3dkNgZvxOoAnQiDWq+lka/4nZ0eprdiojWLtNhFrTEkTOURz273wJgNl83AfsryvxOfeVHW8LLHPw9TNo+1UrG0sR0rxnL+qeBg2obrriyrE7TaMW4hyMqGegWnvqiLuognr4QxK7RTk0YwGoEZteUNszQDeDm3A6AdHqx1liGgFbrRbd6LcVlSxl6kQcLN5rbQys2/yxaaGZ3AfsemzKbRCuTfPrQ9rIzq478ihuq3MRpUZzfu3E1CeVaH+oD5IB6GUJcKJNqZ/24lEZqmTaYN8ZkQXrcMFTZMuGbi7zYAtYnnJmrp+6Sbx23yD5bPc7JkuH5Dk2LhOhDAGIkkGtuIrsfoaHEwSpb29TQ9LmLp3vJT3/VG/XLEsgwsv7af7Y18wXllleW3WDbkd6IaYNvJKZxgaMCJhsYkSVyd8cuIKiKtatABJfmSpknGFsDls8UA4vU+HeTf7Vutc5wuH7zkDE2yqdlJxCSRGyYuJmWsKqESuiylFyxzgBWJBBjiOjOzIENzdAa13aCP/51/BvFphGYGtPBad1tHAhMeodJygmVpZCiD6Xvo+HHTCxkjbKkhqfbhsUt0s4eicceYS+QhVrSCcudsqopphdPtX9/UqaUFwg5ieZc/6Rh1yTJbsG6YKm/ZON/qC3/2n3iRV3rpYUC1LP4Tj1eIHBd5RRf39POv/xWsucoytEcUEUVnupXFRRhREYMKoKIUpExdovu9sMh4OWiiHhRZy4QeYeAyYyqaOKcVRowzE2QiVpZ2swX0PyogE4ZG2Ljt5/bvY0QcA4u6aX5t2800r12aQZ12Dv52hGQ56IYWjISBwYVZ8gs/UsY1THAYG6s2PhjM6JSyqWCWjfLLCeBCjMaDgwnh2e1abE9FcP9B8hyXI4/Bz3hYbffVCPzFrdulPPtdb9Rv9OVeLyx5bZWwGrG8QZ328kce1Zt7ni7cK9SBVz7c6Rw3GhMQHgEFFb04HBCqppFePDoDkwoI1kThX9jMAgwsgdp/FIjS+MoO5xwOiM/GMMO1CaPfUSQ0i9DVfd0NFEqYAlbX2q5gC6OeGYvnRT87gcEX8c55NsMs/aD5Kea2YAVE0ZwGdU5FoAh7r2LlQZI9D2GQ0yRkhRQQDscXWBmfqqc9HGo7CI3HX/Xm9qhWb6um/U483vVGvWIU1bU8L6g4nym0vJCvXUCH/fYzMt43unmvbSRd2YwrXtuLlzb5BDMIq+IbqcmKMQbsuYmpXX4SL6uVOjx167k0OQW7bebtSZwNHjUnb3om/DhlAz4JE8KMmtt53Qf5Pdp5hBfWsOC3PjQ4zF4WZY5O8RzQp82wCZDohZhQsIAK6zxJac6D6KV1zDvj46obs9rwAYxIF5Jds4OoW1MEl26GvcKIcAza2IvONVdrAT/rx7veqF/FI/kpq+OUvV/jqt84dDnfg/zsGDd2fStGvuK1HZ05DMEhxZo82nLTshmTw3QjjHDG/lmxBQO2St2KVJcZjfO9LUpwmipMAMtapYxMZIZmI5aBCUGIplOcAhStTGLchNFbaxNORWcWYRpLNpOJThUzowjwMAGsPkmTAr2eBos6gur2ztX3d1NwqdKuquttn7+8Jx305fxBGCuz7FeN+jUrcOGY+hUD/UmvvMLMW3nT84155e+X16hXGnFfyytZ+Xn1/F7mD1pl0YlGqzZkaZbzD/tvOdF0sHunSm5d8nbtGLa5Jp5TNI4MbWf2U9PBtDCmYmQoYM0Gp8cV6irPC9FRn0O80mZATk310aZGDA/5P2zzySl5hxsRd6f5wOhgdHs6i+d0MTmCO1W2pD1sBmTJWtCchmt7VItYzm9JXi987y6Pub/rPfWFv/bFGOX5z72Y1134Kt7oGed75vNv8sthiU2JXX4sK6hU6afOz7g95yOQKyy9V31Y9TnOsyF1vfxYvrNVn2pGVzW8FfAnsDw5q6sL9SyrYr5MbbWdVX3V+cZxfhj1qoKawzetRhnVWujy451gMi1/9HvAqF91h1f/cZErYCjMO+VRL/JS3/TTV436TS/Ve/OJ7zWDfu0J8968a6vf6k2twJtPst/U272jT1r11O/o8q9++OVYgVWjvhyr+r/ge76XwhDvH/zBH7wD8Pj/gnd99ZL/l1mB/x+D57yvo/5ErAAAAABJRU5ErkJgggA=" /></p> <p><br /> </p> <h2 style="margin-left: 36pt;">Board games club. In French Moyenne &amp; Grande sections.<br /> Monday 4:00pm-5:00pm</h2> <p>&nbsp;</p> <p><img src="/_assets/images/musicians_1.gif" alt="Musicians" /></p> <p>&nbsp;</p> <h2 style="margin-left: 36pt;">Music club. In English, Petite &amp; Moyenne sections. Thursday 4:00pm-5:00pm</h2> <p></p> <p>&nbsp;</p> <p>&nbsp;</p> <h2 style="margin-left: 36pt;">Science club. In French Moyenne &amp; Grande sections. Monday 3:00pm-4:00pm</h2> <p style="color: #000000; font-family: &quot;Times New Roman&quot;; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; margin-left: 36pt;"> </p> </div> <!-- internal content div --> </div> </div> <div id="footercontainer"> <div id="footer"> <div id="footercontent"> <p class="fl">&copy; L’ Ecole des Petits 2019 . <a href="/legal/">Legal Notices</a> . <a href="/sitemap/">Sitemap</a></p> <p class="fr">Selected photographs by Valerie Sieyes</p> </div> <div id="characters"> </div> </div> </div> </div> <div class="clear"></div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-20677938-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
[]
[ "<head>&#13;\n<title>L'Ecole des Petits</title>&#13;\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />&#13;\n<meta name=\"description\" content=\"L'Ecole des Petits 2 Hazlebury Road London SW6 2NB. l'Ecole de Battersea Trott Street London SW11 3DS. Independent bilingual French-English pre-primary and primary schools based in London.\" />&#13;\n<meta name=\"keywords\" content=\"uniforme ecole petits francais londres bilingue maternelle primaire homologué fulham battersea ecucation aefe privé escrime otten trott street hazlebury road scolaire uniform school french bilingual london nursery primary pre-primary ofsted public fencing escrime-academy english independant private angleterre england enseignement teaching élèves pupil élémentaire alley-catz bilingual-school français-anglais international\" />&#13;\n<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />&#13;\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE7\" />&#13;\n<link rel=\"shortcut icon\" href=\"/favicon.ico\" />&#13;\n<link rel=\"stylesheet\" href=\"/_css/styles.css\" type=\"text/css\" media=\"screen, projection\" />&#13;\n<link rel=\"stylesheet\" href=\"/_css/multibox.css\" type=\"text/css\" media=\"screen, projection\" />&#13;\n<link rel=\"stylesheet\" href=\"/_css/slimbox.css\" type=\"text/css\" media=\"screen\" />&#13;\n<link rel=\"stylesheet\" href=\"/_css/print.css\" type=\"text/css\" media=\"print\" />&#13;\n&#13;\n<script type=\"text/javascript\" src=\"/_js/mootools.v1.11.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/ListItemSelector.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/overlay.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/slimbox.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/multibox.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/flashobject.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/flash_detect.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/ticker.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"/_js/javascript.js\"></script>&#13;\n<script type=\"text/javascript\" src=\"https://www.google.com/recaptcha/api.js\"></script>&#13;\n<link href=\"/\" rel=\"home\" />&#13;\n</head>&#13;\n&#13;\n" ]
[ "<title>L'Ecole des Petits</title>&#13;\n" ]
[ { "key": "datasource", "type": "global", "value": "lecoledespetits.co.uk > lecole fulham > clubs at fulham" } ]
[ { "char_end_idx": 301, "char_start_idx": 0, "key": "length", "type": "local", "value": "301" }, { "char_end_idx": 328, "char_start_idx": 301, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 372, "char_start_idx": 328, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 399, "char_start_idx": 372, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 432, "char_start_idx": 399, "key": "length", "type": "local", "value": "32" }, { "char_end_idx": 473, "char_start_idx": 432, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 511, "char_start_idx": 473, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 518, "char_start_idx": 511, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 536, "char_start_idx": 518, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 564, "char_start_idx": 536, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 602, "char_start_idx": 564, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 652, "char_start_idx": 602, "key": "length", "type": "local", "value": "49" }, { "char_end_idx": 691, "char_start_idx": 652, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 729, "char_start_idx": 691, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 741, "char_start_idx": 729, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 748, "char_start_idx": 741, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 763, "char_start_idx": 748, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 801, "char_start_idx": 763, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 837, "char_start_idx": 801, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 865, "char_start_idx": 837, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 924, "char_start_idx": 865, "key": "length", "type": "local", "value": "58" }, { "char_end_idx": 1045, "char_start_idx": 924, "key": "length", "type": "local", "value": "120" }, { "char_end_idx": 1084, "char_start_idx": 1045, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 1127, "char_start_idx": 1084, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 1164, "char_start_idx": 1127, "key": "length", "type": "local", "value": "36" }, { "char_end_idx": 1197, "char_start_idx": 1164, "key": "length", "type": "local", "value": "32" }, { "char_end_idx": 1236, "char_start_idx": 1197, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 1273, "char_start_idx": 1236, "key": "length", "type": "local", "value": "36" }, { "char_end_idx": 1310, "char_start_idx": 1273, "key": "length", "type": "local", "value": "36" } ]
[ { "key": "length", "type": "global", "value": "1333" } ]
[ { "char_end_idx": 19, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--battersea/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 20, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 36, "char_start_idx": 20, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/lecole--fulham/", "active" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 47, "char_start_idx": 37, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/school-curriculum/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 48, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "first" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 70, "char_start_idx": 48, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/arts-and-culture/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 71, "char_start_idx": 48, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 93, "char_start_idx": 71, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/virtual-tour-of-fulham/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 94, "char_start_idx": 71, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 108, "char_start_idx": 94, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/back-to-school/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 109, "char_start_idx": 94, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 122, "char_start_idx": 109, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/fulham-timetable/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 123, "char_start_idx": 109, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 134, "char_start_idx": 123, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/fulham-fees/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 135, "char_start_idx": 123, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 150, "char_start_idx": 135, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/lecole--fulham/clubs-at-fulham/", "active" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 135, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 169, "char_start_idx": 151, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/school-bus/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 170, "char_start_idx": 151, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 183, "char_start_idx": 170, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/ofsted-report/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 184, "char_start_idx": 170, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 198, "char_start_idx": 184, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecole--fulham/map-and-contacts/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 199, "char_start_idx": 184, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 199, "char_start_idx": 37, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 199, "char_start_idx": 20, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 211, "char_start_idx": 199, "html_attrs": { "attrs": [ "href" ], "values": [ "/registration/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 212, "char_start_idx": 199, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 219, "char_start_idx": 212, "html_attrs": { "attrs": [ "href" ], "values": [ "/parents/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 220, "char_start_idx": 212, "html_attrs": { "attrs": [ "class" ], "values": [ "parents" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 235, "char_start_idx": 220, "html_attrs": { "attrs": [ "href" ], "values": [ "/lecolefamilies/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 236, "char_start_idx": 220, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 244, "char_start_idx": 236, "html_attrs": { "attrs": [ "href" ], "values": [ "/policies/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 245, "char_start_idx": 236, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 250, "char_start_idx": 245, "html_attrs": { "attrs": [ "href" ], "values": [ "/links/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 251, "char_start_idx": 245, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 273, "char_start_idx": 251, "html_attrs": { "attrs": [ "href" ], "values": [ "/press-reviewsarticles/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 274, "char_start_idx": 251, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 274, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 274, "char_start_idx": 274, "html_attrs": { "attrs": [ "style", "src", "alt" ], "values": [ "float:left; margin:15px 0 0 17px;", "/_images/logos/aefe.JPG", "AEFE" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 274, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "nav" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 289, "char_start_idx": 274, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h1" }, { "char_end_idx": 354, "char_start_idx": 290, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 421, "char_start_idx": 355, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 474, "char_start_idx": 422, "html_attrs": { "attrs": [ "style" ], "values": [ "text-indent: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 523, "char_start_idx": 475, "html_attrs": { "attrs": [ "style" ], "values": [ "text-indent: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 588, "char_start_idx": 524, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 679, "char_start_idx": 589, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h2" }, { "char_end_idx": 680, "char_start_idx": 589, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "blockquote" }, { "char_end_idx": 753, "char_start_idx": 680, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h2" }, { "char_end_idx": 754, "char_start_idx": 754, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "blockquote" }, { "char_end_idx": 823, "char_start_idx": 754, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 824, "char_start_idx": 754, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "blockquote" }, { "char_end_idx": 825, "char_start_idx": 824, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h2" }, { "char_end_idx": 925, "char_start_idx": 826, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1031, "char_start_idx": 926, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1110, "char_start_idx": 1034, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1186, "char_start_idx": 1111, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1260, "char_start_idx": 1187, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1332, "char_start_idx": 1261, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left: 36pt;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1333, "char_start_idx": 274, "html_attrs": { "attrs": [ "id" ], "values": [ "internalcontent" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1333, "char_start_idx": 274, "html_attrs": { "attrs": [ "id" ], "values": [ "content" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1333, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "main" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1333, "char_start_idx": 1333, "html_attrs": { "attrs": [ "id" ], "values": [ "footercontent" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1333, "char_start_idx": 1333, "html_attrs": { "attrs": [ "id" ], "values": [ "footercontainer footer" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1333, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "container" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1333, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "grassbg skybg" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1333, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "L'Ecole - Battersea\n" }, { "char_end_idx": 48, "char_start_idx": 20, "key": "paragraph", "marker": "li", "type": "local", "value": "L'Ecole - Fulham\nCurriculum\n" }, { "char_end_idx": 71, "char_start_idx": 48, "key": "paragraph", "marker": "li", "type": "local", "value": "Sports, Arts & Culture\n" }, { "char_end_idx": 94, "char_start_idx": 71, "key": "paragraph", "marker": "li", "type": "local", "value": "Virtual Tour of Fulham\n" }, { "char_end_idx": 109, "char_start_idx": 94, "key": "paragraph", "marker": "li", "type": "local", "value": "Back to school\n" }, { "char_end_idx": 123, "char_start_idx": 109, "key": "paragraph", "marker": "li", "type": "local", "value": "Hours & Terms\n" }, { "char_end_idx": 135, "char_start_idx": 123, "key": "paragraph", "marker": "li", "type": "local", "value": "Fulham Fees\n" }, { "char_end_idx": 151, "char_start_idx": 135, "key": "paragraph", "marker": "li", "type": "local", "value": "Clubs at Fulham\n" }, { "char_end_idx": 170, "char_start_idx": 151, "key": "paragraph", "marker": "li", "type": "local", "value": "School Bus Service\n" }, { "char_end_idx": 184, "char_start_idx": 170, "key": "paragraph", "marker": "li", "type": "local", "value": "OFSTED Report\n" }, { "char_end_idx": 199, "char_start_idx": 184, "key": "paragraph", "marker": "li", "type": "local", "value": "Map & Contacts\n" }, { "char_end_idx": 212, "char_start_idx": 199, "key": "paragraph", "marker": "li", "type": "local", "value": "Registration\n" }, { "char_end_idx": 220, "char_start_idx": 212, "key": "paragraph", "marker": "li", "type": "local", "value": "Parents\n" }, { "char_end_idx": 236, "char_start_idx": 220, "key": "paragraph", "marker": "li", "type": "local", "value": "L'EcoleFamilies\n" }, { "char_end_idx": 245, "char_start_idx": 236, "key": "paragraph", "marker": "li", "type": "local", "value": "Policies\n" }, { "char_end_idx": 251, "char_start_idx": 245, "key": "paragraph", "marker": "li", "type": "local", "value": "Links\n" }, { "char_end_idx": 274, "char_start_idx": 251, "key": "paragraph", "marker": "ul", "type": "local", "value": "Press reviews/Articles\n" }, { "char_end_idx": 289, "char_start_idx": 274, "key": "paragraph", "marker": "h1", "type": "local", "value": "Clubs at Fulham" }, { "char_end_idx": 354, "char_start_idx": 289, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nFrench club. Petite & Moyenne sections. Wednesday 12:00pm-1:30pm" }, { "char_end_idx": 421, "char_start_idx": 354, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nStorytelling club. Petite & Moyenne sections. Monday 4:00pm-5:00pm" }, { "char_end_idx": 474, "char_start_idx": 421, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nDrama club. In English, Moyenne and Grande sections." }, { "char_end_idx": 523, "char_start_idx": 474, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nTuesday 3:45pm-4:45pm & Wednesday 12.00pm-1.30pm" }, { "char_end_idx": 588, "char_start_idx": 523, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nCooking club. In French, Grande sections. Thursday 3:55pm-5:00pm" }, { "char_end_idx": 679, "char_start_idx": 588, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nFootball club. In French and English, Moyenne & Grande sections. Wednesday 12:00pm--1:45pm" }, { "char_end_idx": 680, "char_start_idx": 679, "key": "paragraph", "marker": "blockquote", "type": "local", "value": "\n" }, { "char_end_idx": 753, "char_start_idx": 680, "key": "paragraph", "marker": "h2", "type": "local", "value": "Sports club. In French, Petite & Moyenne sections. Thursday 4.00pm-5.00pm" }, { "char_end_idx": 754, "char_start_idx": 753, "key": "paragraph", "marker": "blockquote", "type": "local", "value": "\n" }, { "char_end_idx": 823, "char_start_idx": 754, "key": "paragraph", "marker": "h2", "type": "local", "value": "Yoga club. In French, Petite & Moyenne sections. Monday 4:00pm-5:00pm" }, { "char_end_idx": 824, "char_start_idx": 823, "key": "paragraph", "marker": "blockquote", "type": "local", "value": "\n" }, { "char_end_idx": 825, "char_start_idx": 824, "key": "paragraph", "marker": "h2", "type": "local", "value": "\n" }, { "char_end_idx": 925, "char_start_idx": 825, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nSummer club. L'Ecole des Petits, Fulham. Bilingual, for all the children from Fulham and Battersea." }, { "char_end_idx": 1032, "char_start_idx": 925, "key": "paragraph", "marker": "p", "type": "local", "value": "\nJust after school breaks for summer, pupils can come back, but it is not for school! Its for Summer club!\n" }, { "char_end_idx": 1034, "char_start_idx": 1032, "key": "paragraph", "marker": "h2+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1110, "char_start_idx": 1034, "key": "paragraph", "marker": "h2+lf", "type": "local", "value": "Art & craft. In English, Moyenne & Grande sections. Wednesday 12:00pm-1:30pm" }, { "char_end_idx": 1186, "char_start_idx": 1110, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nBoard games club. In French Moyenne & Grande sections.\nMonday 4:00pm-5:00pm" }, { "char_end_idx": 1260, "char_start_idx": 1186, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nMusic club. In English, Petite & Moyenne sections. Thursday 4:00pm-5:00pm" }, { "char_end_idx": 1332, "char_start_idx": 1260, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nScience club. In French Moyenne & Grande sections. Monday 3:00pm-4:00pm" }, { "char_end_idx": 1333, "char_start_idx": 1332, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "L'Ecole des Petits" } ]
[ { "key": "url", "type": "global", "value": "http://lecoledespetits.co.uk/lecole--fulham/clubs-at-fulham/" } ]
[]
L'Ecole - Battersea L'Ecole - Fulham Curriculum Sports, Arts & Culture Virtual Tour of Fulham Back to school Hours & Terms Fulham Fees Clubs at Fulham School Bus Service OFSTED Report Map & Contacts Registration Parents L'EcoleFamilies Policies Links Press reviews/Articles Clubs at Fulham French club. Petite & Moyenne sections. Wednesday 12:00pm-1:30pm Storytelling club. Petite & Moyenne sections. Monday 4:00pm-5:00pm Drama club. In English, Moyenne and Grande sections. Tuesday 3:45pm-4:45pm & Wednesday 12.00pm-1.30pm Cooking club. In French, Grande sections. Thursday 3:55pm-5:00pm Football club. In French and English, Moyenne & Grande sections. Wednesday 12:00pm--1:45pm Sports club. In French, Petite & Moyenne sections. Thursday 4.00pm-5.00pm Yoga club. In French, Petite & Moyenne sections. Monday 4:00pm-5:00pm Summer club. L'Ecole des Petits, Fulham. Bilingual, for all the children from Fulham and Battersea. Just after school breaks for summer, pupils can come back, but it is not for school! Its for Summer club! Art & craft. In English, Moyenne & Grande sections. Wednesday 12:00pm-1:30pm Board games club. In French Moyenne & Grande sections. Monday 4:00pm-5:00pm Music club. In English, Petite & Moyenne sections. Thursday 4:00pm-5:00pm Science club. In French Moyenne & Grande sections. Monday 3:00pm-4:00pm
http://lecoledespetits.co.uk/lecole--fulham/clubs-at-fulham/
[ { "char_end_idx": 19, "char_start_idx": 10, "key": "entity", "type": "local", "value": "Battersea" }, { "char_end_idx": 36, "char_start_idx": 30, "key": "entity", "type": "local", "value": "Fulham" }, { "char_end_idx": 70, "char_start_idx": 56, "key": "entity", "type": "local", "value": "Norfolk,_Virginia" }, { "char_end_idx": 150, "char_start_idx": 144, "key": "entity", "type": "local", "value": "Fulham" }, { "char_end_idx": 169, "char_start_idx": 158, "key": "entity", "type": "local", "value": "Transit_bus" }, { "char_end_idx": 289, "char_start_idx": 283, "key": "entity", "type": "local", "value": "Fulham" }, { "char_end_idx": 296, "char_start_idx": 290, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 444, "char_start_idx": 437, "key": "entity", "type": "local", "value": "England" }, { "char_end_idx": 453, "char_start_idx": 446, "key": "entity", "type": "local", "value": "Moyenne_Island" }, { "char_end_idx": 464, "char_start_idx": 458, "key": "entity", "type": "local", "value": "Rita_Grande" }, { "char_end_idx": 547, "char_start_idx": 541, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 555, "char_start_idx": 549, "key": "entity", "type": "local", "value": "Rita_Grande" }, { "char_end_idx": 613, "char_start_idx": 607, "key": "entity", "type": "local", "value": "French_language" }, { "char_end_idx": 625, "char_start_idx": 618, "key": "entity", "type": "local", "value": "England" }, { "char_end_idx": 702, "char_start_idx": 696, "key": "entity", "type": "local", "value": "French_language" }, { "char_end_idx": 758, "char_start_idx": 754, "key": "entity", "type": "local", "value": "Yoga" }, { "char_end_idx": 774, "char_start_idx": 768, "key": "entity", "type": "local", "value": "French_language" }, { "char_end_idx": 865, "char_start_idx": 859, "key": "entity", "type": "local", "value": "Fulham" }, { "char_end_idx": 910, "char_start_idx": 904, "key": "entity", "type": "local", "value": "Fulham" }, { "char_end_idx": 924, "char_start_idx": 915, "key": "entity", "type": "local", "value": "Battersea" }, { "char_end_idx": 1057, "char_start_idx": 1050, "key": "entity", "type": "local", "value": "England" }, { "char_end_idx": 1209, "char_start_idx": 1202, "key": "entity", "type": "local", "value": "England" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Battersea" }, { "char_end_idx": 48, "char_start_idx": 20, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fulham" }, { "char_end_idx": 71, "char_start_idx": 48, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Norfolk,_Virginia" }, { "char_end_idx": 151, "char_start_idx": 135, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fulham" }, { "char_end_idx": 170, "char_start_idx": 151, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Transit_bus" }, { "char_end_idx": 289, "char_start_idx": 274, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fulham" }, { "char_end_idx": 354, "char_start_idx": 289, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "France" }, { "char_end_idx": 474, "char_start_idx": 421, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "England" }, { "char_end_idx": 474, "char_start_idx": 421, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Moyenne_Island" }, { "char_end_idx": 474, "char_start_idx": 421, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Rita_Grande" }, { "char_end_idx": 588, "char_start_idx": 523, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "France" }, { "char_end_idx": 588, "char_start_idx": 523, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Rita_Grande" }, { "char_end_idx": 679, "char_start_idx": 588, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_language" }, { "char_end_idx": 679, "char_start_idx": 588, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "England" }, { "char_end_idx": 753, "char_start_idx": 680, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_language" }, { "char_end_idx": 823, "char_start_idx": 754, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Yoga" }, { "char_end_idx": 823, "char_start_idx": 754, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "French_language" }, { "char_end_idx": 925, "char_start_idx": 825, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fulham" }, { "char_end_idx": 925, "char_start_idx": 825, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Battersea" }, { "char_end_idx": 1110, "char_start_idx": 1034, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "England" }, { "char_end_idx": 1260, "char_start_idx": 1186, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "England" } ]
0
681
1555946136000
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>&#34;Beta&#34; is here to stay</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="generator" content="Hugo 0.55.3" /> <meta name="robots" content="index,follow"> <meta name="twitter:card" content="summary"> <meta name="twitter:creator" content="@mpaluchowski"> <meta name="twitter:site" content="@mpaluchowski"> <meta property="og:type" content="article"> <meta property="og:url" content="https://michal.paluchowski.com/beta-is-here-to-stay/"> <meta property="og:title" content="&#34;Beta&#34; is here to stay"> <meta property="og:description" content="Every web application is in &amp;ldquo;beta&amp;rdquo; these days. It&amp;rsquo;s these pesky developers excusing buggy software by saying &amp;ldquo;we&amp;rsquo;re working on it, so expect a few quirks&amp;rdquo;. Can&amp;rsquo;t they deliver quality? Not really, folks, sorry. Business is too quick nowadays."> <link rel="dns-prefetch" href="//fonts.gstatic.com"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans:400,400i,700,700i&amp;subset=latin-ext"><link rel="stylesheet" href="https://michal.paluchowski.com/css/main.21a3cd3f5ffc4ecc4def6e4c6db0b9e10b3d714cab751e9c38003232b2846d49.css" type="text/css" media="all"> <link rel="shortcut icon" type="image/png" href="https://michal.paluchowski.com/favicon.png"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2971180-9"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2971180-9'); </script> </head> <body class="page" itemscope itemtype="http://schema.org/WebPage"> <header class="page__header page-header"> <div class="page-header__content"> <div class="page-header__content-section"> <div class="page-header__title" itemprop="headline"><a href="https://michal.paluchowski.com/">Michał&#39;s Bites</a></div><div class="page-header__subtitle" itemprop="description">Recipes for a software business</div> </div> <div class="page-header__content-section"> <nav class="page-header__menu"> <a href="/about/" class="page-header__menu-link">About Michał</a> </nav> </div> </div> </header> <main class="page__main" itemprop="mainEntity" itemscope itemtype="http://schema.org/Blog"> <article class="article" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting"> <header class="article__header"> <div class="article__categories"> <a class="article__category" href="/category/technology/">Technology</a> </div> <h1 class="article__title" itemprop="name headline">&#34;Beta&#34; is here to stay</h1> <div class="article__meta"> <time itemprop="datePublished">October 14, 2010</time>, 1 minute to read </div> </header> <div class="article__content article__content--plain text" itemprop="articleBody"> <p>Every web application is in &ldquo;beta&rdquo; these days. It&rsquo;s these pesky developers excusing buggy software by saying &ldquo;we&rsquo;re working on it, so expect a few quirks&rdquo;. Can&rsquo;t they deliver quality? Not really, folks, sorry. Business is too quick nowadays.</p> <p>The appeal of web applications is their ease of maintenance. No need to install or upgrade locally. Launch your web browser, type in the web address and you&rsquo;re already using the newest version. For business units this means they can keep rolling out tweaks and new features daily. Obviously they shouldn&rsquo;t because things take time to develop and test properly. But if they&rsquo;re not quick enough, competition will be, will outrun them and put them out of business.</p> <p>So we, the IT people, are at war now with Business. We demand time to ensure quality, they demand speedy development and deployment. And since business pays, they win, we submit and can only beg customers for forgiveness by calling our software &ldquo;beta&rdquo;.</p> </div> <footer class="article__footer"> <div class="article__author">By <span class="p-author" itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Michał Paluchowski</span></span></div> <div class="article__bio text"><p>I make software. And other things. Mostly in Warsaw, Poland, from wherever there&rsquo;s an Internet connection, power outlet and fresh coffee. I love to read and learn how the world works. You should follow me at <a href="https://twitter.com/mpaluchowski" rel="me">@mpaluchowski</a>.</p></div> <nav class="article__topics topics"> <div class="topics__heading">Topics</div> <ul class="topics__list"> <li class="topics__topic"><a href="/tag/business/" itemprop="keywords">business</a></li><li class="topics__topic"><a href="/tag/competition/" itemprop="keywords">competition</a></li><li class="topics__topic"><a href="/tag/software/" itemprop="keywords">software</a></li> </ul> </nav> </footer> </article> <div class="article-crosslinks"><div class="article-crosslinks__heading">Read another post?</div> <nav class="article-crosslinks__articles"> <article class="article-crosslinks__article"> <div class="article-crosslinks__title"><a href="/no-contact-no-contract/">No contact, no contract</a></div> <div class="article-crosslinks__meta"> <time>November 18, 2010</time>, 2 minutes to read </div> <div class="article-crosslinks__summary text"><p>First name, last name, e-mail, telephone, organization, position, marital status, weight, height, size of underpants? How much really do you need to know about your customers when they contact you? A lot, of course. The more you know the better you can understand and serve them. You need to be in <a href="https://michal.paluchowski.com/outsourcing-sales-is-bad-for-business/" title="Article: Outsourcing sales is bad for business">constant contact with your customers</a> to keep checking on their changing situation and collect feedback on your actions. But what will all this information be worth if your customer doesn&rsquo;t contact you at all in the first place? No contact, no contract.</p></div> </article> <article class="article-crosslinks__article"> <div class="article-crosslinks__title"><a href="/mathematics-is-not-optional/">Mathematics is not optional</a></div> <div class="article-crosslinks__meta"> <time>November 20, 2018</time>, 3 minutes to read </div> <div class="article-crosslinks__summary text"><p>This question keeps returning: do we need kids to learn this much mathematics? And does it <em>have to</em> be obligatory at the <a href="https://en.wikipedia.org/wiki/Matura">matura</a>? In other words, how much is mathematics useful for an average adult, who doesn&rsquo;t use it professionally? Turns out, <em>a lot</em>.</p></div> </article> <article class="article-crosslinks__article"> <div class="article-crosslinks__title"><a href="/big-changes-are-long-term-investments/">Big changes are long term investments</a></div> <div class="article-crosslinks__meta"> <time>October 26, 2010</time>, 2 minutes to read </div> <div class="article-crosslinks__summary text"><p>Attempting Big Organizational Changes in an enterprise is as daring an endeavor as moving from one city to another. I know, I did that just a few months ago. I had my conveniently located flat, my favorite shopping malls and markets, a hairdresser I could just say &ldquo;same as usual&rdquo; to and he&rsquo;d know immediately which parts of my head need cutting. I knew the streets, clubs, shops and public transportation network. I knew the driving lanes and traffic jams. I lost these optimizations and had to start anew.</p></div> </article> </nav> </div> </main> <footer class="page__footer page-footer"> <div class="page-footer__contact"> <img class="page-footer__contact-photo" src="/img/mpaluchowski.jpg" alt="Michał Paluchowski"> <div class="page-footer__contact-content"> <div class="page-footer__contact-heading">Find me on</div> <nav class="page-footer__contact-links"> <a href="https://github.com/mpaluchowski" class="page-footer__contact-link">GitHub</a><a href="https://twitter.com/mpaluchowski" class="page-footer__contact-link">Twitter</a> </nav> <div class="page-footer__contact-heading">My other blogs</div> <nav class="page-footer__contact-links"> <a href="https://cycling.paluchowski.com/" class="page-footer__contact-link">Cycling</a><a href="https://travel.paluchowski.com/" class="page-footer__contact-link">Travel</a> </nav> </div> </div> <p class="page-footer__copyright">Made in Warsaw by Michał Paluchowski. All content is under a <a href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International License</a>. This template is <a href="https://github.com/mpaluchowski/hugo-mpaluchowski-2019">open source</a>, available under the MIT License. Built with <a href="https://gohugo.io/">Hugo</a>.</p> </footer> </body> </html>
[ "<footer class=\"article__footer\">\n \n <div class=\"article__author\">By <span class=\"p-author\" itemprop=\"author\" itemscope=\"\" itemtype=\"http://schema.org/Person\"><span itemprop=\"name\">Michał Paluchowski</span></span></div>\n <div class=\"article__bio text\"><p>I make software. And other things. Mostly in Warsaw, Poland, from wherever there’s an Internet connection, power outlet and fresh coffee. I love to read and learn how the world works. You should follow me at <a href=\"https://twitter.com/mpaluchowski\" rel=\"me\">@mpaluchowski</a>.</p></div>\n \n\n \n <nav class=\"article__topics topics\">\n <div class=\"topics__heading\">Topics</div>\n <ul class=\"topics__list\">\n <li class=\"topics__topic\"><a href=\"/tag/business/\" itemprop=\"keywords\">business</a></li><li class=\"topics__topic\"><a href=\"/tag/competition/\" itemprop=\"keywords\">competition</a></li><li class=\"topics__topic\"><a href=\"/tag/software/\" itemprop=\"keywords\">software</a></li>\n </ul>\n </nav>\n \n\n </footer>\n", "<footer class=\"page__footer page-footer\">\n <div class=\"page-footer__contact\">\n \n <img class=\"page-footer__contact-photo\" src=\"/img/mpaluchowski.jpg\" alt=\"Michał Paluchowski\"/>\n \n <div class=\"page-footer__contact-content\">\n <div class=\"page-footer__contact-heading\">Find me on</div>\n <nav class=\"page-footer__contact-links\">\n <a href=\"https://github.com/mpaluchowski\" class=\"page-footer__contact-link\">GitHub</a><a href=\"https://twitter.com/mpaluchowski\" class=\"page-footer__contact-link\">Twitter</a>\n </nav>\n <div class=\"page-footer__contact-heading\">My other blogs</div>\n <nav class=\"page-footer__contact-links\">\n <a href=\"https://cycling.paluchowski.com/\" class=\"page-footer__contact-link\">Cycling</a><a href=\"https://travel.paluchowski.com/\" class=\"page-footer__contact-link\">Travel</a>\n </nav>\n </div>\n </div>\n\n <p class=\"page-footer__copyright\">Made in Warsaw by Michał Paluchowski. All content is under a <a href=\"https://creativecommons.org/licenses/by/4.0/\" rel=\"license\">Creative Commons Attribution 4.0 International License</a>. This template is <a href=\"https://github.com/mpaluchowski/hugo-mpaluchowski-2019\">open source</a>, available under the MIT License. Built with <a href=\"https://gohugo.io/\">Hugo</a>.</p>\n</footer>\n\n " ]
[ "<head>\n <meta charset=\"UTF-8\"/>\n <title>\"Beta\" is here to stay</title>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n\n <meta name=\"generator\" content=\"Hugo 0.55.3\"/>\n <meta name=\"robots\" content=\"index,follow\"/>\n\n <meta name=\"twitter:card\" content=\"summary\"/>\n <meta name=\"twitter:creator\" content=\"@mpaluchowski\"/>\n <meta name=\"twitter:site\" content=\"@mpaluchowski\"/>\n <meta property=\"og:type\" content=\"article\"/>\n <meta property=\"og:url\" content=\"https://michal.paluchowski.com/beta-is-here-to-stay/\"/>\n <meta property=\"og:title\" content=\"&quot;Beta&quot; is here to stay\"/>\n <meta property=\"og:description\" content=\"Every web application is in &amp;ldquo;beta&amp;rdquo; these days. It&amp;rsquo;s these pesky developers excusing buggy software by saying &amp;ldquo;we&amp;rsquo;re working on it, so expect a few quirks&amp;rdquo;. Can&amp;rsquo;t they deliver quality? Not really, folks, sorry. Business is too quick nowadays.\"/>\n \n \n \n\n <link rel=\"dns-prefetch\" href=\"//fonts.gstatic.com\"/>\n <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans:400,400i,700,700i&amp;subset=latin-ext\"/><link rel=\"stylesheet\" href=\"https://michal.paluchowski.com/css/main.21a3cd3f5ffc4ecc4def6e4c6db0b9e10b3d714cab751e9c38003232b2846d49.css\" type=\"text/css\" media=\"all\"/>\n\n \n <link rel=\"shortcut icon\" type=\"image/png\" href=\"https://michal.paluchowski.com/favicon.png\"/>\n\n \n <script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-2971180-9\"/>\n <script>\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n\n gtag('config', 'UA-2971180-9');\n </script>\n \n</head>\n\n " ]
[ "<title>\"Beta\" is here to stay</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "michal.paluchowski.com > beta is here to stay" } ]
[ { "char_end_idx": 45, "char_start_idx": 0, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 154, "char_start_idx": 45, "key": "length", "type": "local", "value": "108" }, { "char_end_idx": 208, "char_start_idx": 154, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 240, "char_start_idx": 208, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 301, "char_start_idx": 240, "key": "length", "type": "local", "value": "60" }, { "char_end_idx": 340, "char_start_idx": 301, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 434, "char_start_idx": 340, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 521, "char_start_idx": 434, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 601, "char_start_idx": 521, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 702, "char_start_idx": 601, "key": "length", "type": "local", "value": "100" }, { "char_end_idx": 754, "char_start_idx": 702, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 835, "char_start_idx": 754, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 955, "char_start_idx": 835, "key": "length", "type": "local", "value": "119" }, { "char_end_idx": 1171, "char_start_idx": 955, "key": "length", "type": "local", "value": "215" }, { "char_end_idx": 1235, "char_start_idx": 1171, "key": "length", "type": "local", "value": "63" }, { "char_end_idx": 1373, "char_start_idx": 1235, "key": "length", "type": "local", "value": "137" }, { "char_end_idx": 1506, "char_start_idx": 1373, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 1756, "char_start_idx": 1506, "key": "length", "type": "local", "value": "249" }, { "char_end_idx": 1872, "char_start_idx": 1756, "key": "length", "type": "local", "value": "115" }, { "char_end_idx": 1914, "char_start_idx": 1872, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 2103, "char_start_idx": 1914, "key": "length", "type": "local", "value": "188" }, { "char_end_idx": 2171, "char_start_idx": 2103, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 2214, "char_start_idx": 2171, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 2264, "char_start_idx": 2214, "key": "length", "type": "local", "value": "49" } ]
[ { "key": "length", "type": "global", "value": "2266" } ]
[ { "char_end_idx": 241, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 703, "char_start_idx": 242, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 956, "char_start_idx": 704, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 957, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "article__content article__content--plain text", "articleBody" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 957, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemprop", "itemscope", "itemtype" ], "values": [ "article", "blogPost", "", "http://schema.org/BlogPosting" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "article" }, { "char_end_idx": 1291, "char_start_idx": 1255, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://michal.paluchowski.com/outsourcing-sales-is-bad-for-business/", "Article: Outsourcing sales is bad for business" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1507, "char_start_idx": 957, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "p" }, { "char_end_idx": 1508, "char_start_idx": 957, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks__summary text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1508, "char_start_idx": 957, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks__article" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "article" }, { "char_end_idx": 1606, "char_start_idx": 1599, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 1634, "char_start_idx": 1628, "html_attrs": { "attrs": [ "href" ], "values": [ "https://en.wikipedia.org/wiki/Matura" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1756, "char_start_idx": 1751, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 1757, "char_start_idx": 1508, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 1758, "char_start_idx": 1508, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks__summary text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1758, "char_start_idx": 1508, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks__article" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "article" }, { "char_end_idx": 2265, "char_start_idx": 1758, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 2266, "char_start_idx": 1758, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks__summary text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2266, "char_start_idx": 1758, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks__article" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "article" }, { "char_end_idx": 2266, "char_start_idx": 957, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks__articles" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "nav" }, { "char_end_idx": 2266, "char_start_idx": 957, "html_attrs": { "attrs": [ "class" ], "values": [ "article-crosslinks" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2266, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemprop", "itemscope", "itemtype" ], "values": [ "page__main", "mainEntity", "", "http://schema.org/Blog" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "main" }, { "char_end_idx": 2266, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "itemscope", "itemtype" ], "values": [ "page", "", "http://schema.org/WebPage" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 242, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "Every web application is in “beta” these days. It’s these pesky developers excusing buggy software by saying “we’re working on it, so expect a few quirks”. Can’t they deliver quality? Not really, folks, sorry. Business is too quick nowadays.\n" }, { "char_end_idx": 704, "char_start_idx": 242, "key": "paragraph", "marker": "p", "type": "local", "value": "The appeal of web applications is their ease of maintenance. No need to install or upgrade locally. Launch your web browser, type in the web address and you’re already using the newest version. For business units this means they can keep rolling out tweaks and new features daily. Obviously they shouldn’t because things take time to develop and test properly. But if they’re not quick enough, competition will be, will outrun them and put them out of business.\n" }, { "char_end_idx": 957, "char_start_idx": 704, "key": "paragraph", "marker": "p", "type": "local", "value": "So we, the IT people, are at war now with Business. We demand time to ensure quality, they demand speedy development and deployment. And since business pays, they win, we submit and can only beg customers for forgiveness by calling our software “beta”.\n" }, { "char_end_idx": 1508, "char_start_idx": 957, "key": "paragraph", "marker": "p", "type": "local", "value": "First name, last name, e-mail, telephone, organization, position, marital status, weight, height, size of underpants? How much really do you need to know about your customers when they contact you? A lot, of course. The more you know the better you can understand and serve them. You need to be in constant contact with your customers to keep checking on their changing situation and collect feedback on your actions. But what will all this information be worth if your customer doesn’t contact you at all in the first place? No contact, no contract.\n" }, { "char_end_idx": 1758, "char_start_idx": 1508, "key": "paragraph", "marker": "p", "type": "local", "value": "This question keeps returning: do we need kids to learn this much mathematics? And does it have to be obligatory at the matura? In other words, how much is mathematics useful for an average adult, who doesn’t use it professionally? Turns out, a lot.\n" }, { "char_end_idx": 2266, "char_start_idx": 1758, "key": "paragraph", "marker": "p", "type": "local", "value": "Attempting Big Organizational Changes in an enterprise is as daring an endeavor as moving from one city to another. I know, I did that just a few months ago. I had my conveniently located flat, my favorite shopping malls and markets, a hairdresser I could just say “same as usual” to and he’d know immediately which parts of my head need cutting. I knew the streets, clubs, shops and public transportation network. I knew the driving lanes and traffic jams. I lost these optimizations and had to start anew.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "\"Beta\" is here to stay" } ]
[ { "key": "url", "type": "global", "value": "http://michal.paluchowski.com/beta-is-here-to-stay/" } ]
[ { "key": "website_description", "type": "global", "value": "Michal was, according to the first Book of Samuel, a princess of the United Kingdom of Israel; the younger daughter of King Saul, she was the first wife of David , who later became king, first of Judah, then of Israel." } ]
Every web application is in “beta” these days. It’s these pesky developers excusing buggy software by saying “we’re working on it, so expect a few quirks”. Can’t they deliver quality? Not really, folks, sorry. Business is too quick nowadays. The appeal of web applications is their ease of maintenance. No need to install or upgrade locally. Launch your web browser, type in the web address and you’re already using the newest version. For business units this means they can keep rolling out tweaks and new features daily. Obviously they shouldn’t because things take time to develop and test properly. But if they’re not quick enough, competition will be, will outrun them and put them out of business. So we, the IT people, are at war now with Business. We demand time to ensure quality, they demand speedy development and deployment. And since business pays, they win, we submit and can only beg customers for forgiveness by calling our software “beta”. First name, last name, e-mail, telephone, organization, position, marital status, weight, height, size of underpants? How much really do you need to know about your customers when they contact you? A lot, of course. The more you know the better you can understand and serve them. You need to be in constant contact with your customers to keep checking on their changing situation and collect feedback on your actions. But what will all this information be worth if your customer doesn’t contact you at all in the first place? No contact, no contract. This question keeps returning: do we need kids to learn this much mathematics? And does it have to be obligatory at the matura? In other words, how much is mathematics useful for an average adult, who doesn’t use it professionally? Turns out, a lot. Attempting Big Organizational Changes in an enterprise is as daring an endeavor as moving from one city to another. I know, I did that just a few months ago. I had my conveniently located flat, my favorite shopping malls and markets, a hairdresser I could just say “same as usual” to and he’d know immediately which parts of my head need cutting. I knew the streets, clubs, shops and public transportation network. I knew the driving lanes and traffic jams. I lost these optimizations and had to start anew.
http://michal.paluchowski.com/beta-is-here-to-stay/
[]
[]
0
373
1555665275000
<!doctype html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>RNDIS Hotspot - Zeroshell Linux Router</title> <!-- This site is optimized with the Yoast SEO plugin v9.6 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://zeroshell.org/forums/topic/rndis-hotspot/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="RNDIS Hotspot - Zeroshell Linux Router" /> <meta property="og:description" content="Home Page &rsaquo; Forums &rsaquo; Network Management &rsaquo; Networking &rsaquo; RNDIS Hotspot This topic contains 1 reply, has 0 voices, and was last updated by &nbsp;Hexxa 5 years, 9 months ago. Viewing 1 post (of 1 total) Author Posts June 24, 2013 at 9:00 pm #43679 HexxaMember I have an old eeepc701 i want to &hellip;" /> <meta property="og:url" content="https://zeroshell.org/forums/topic/rndis-hotspot/" /> <meta property="og:site_name" content="Zeroshell Linux Router" /> <meta property="article:publisher" content="https://www.facebook.com/groups/305043310939" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Home Page &rsaquo; Forums &rsaquo; Network Management &rsaquo; Networking &rsaquo; RNDIS Hotspot This topic contains 1 reply, has 0 voices, and was last updated by &nbsp;Hexxa 5 years, 9 months ago. Viewing 1 post (of 1 total) Author Posts June 24, 2013 at 9:00 pm #43679 HexxaMember I have an old eeepc701 i want to [&hellip;]" /> <meta name="twitter:title" content="RNDIS Hotspot - Zeroshell Linux Router" /> <meta name="twitter:site" content="@zeroshell" /> <meta name="twitter:creator" content="@zeroshell" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Person","url":"https://zeroshell.org/","sameAs":["https://www.facebook.com/groups/305043310939","https://www.linkedin.com/groups/4952361/profile","https://twitter.com/zeroshell"],"@id":"#person","name":"Fulvio Ricciardi"}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Zeroshell Linux Router &raquo; Feed" href="https://zeroshell.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Zeroshell Linux Router &raquo; Comments Feed" href="https://zeroshell.org/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/zeroshell.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://zeroshell.org/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='bbp-default-css' href='https://zeroshell.org/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.14-6684' type='text/css' media='screen' /> <link rel='stylesheet' id='contact-form-7-css' href='https://zeroshell.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='news-portal-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700%7CRoboto%3A300%2C400%2C400i%2C500%2C700%7CTitillium+Web%3A400%2C600%2C700%2C300&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://zeroshell.org/wp-content/themes/news-portal/assets/library/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='lightslider-style-css' href='https://zeroshell.org/wp-content/themes/news-portal/assets/library/lightslider/css/lightslider.min.css?ver=1.1.6' type='text/css' media='all' /> <link rel='stylesheet' id='news-portal-style-css' href='https://zeroshell.org/wp-content/themes/news-portal/style.css?ver=1.1.12' type='text/css' media='all' /> <style id='news-portal-style-inline-css' type='text/css'> .category-button.np-cat-1 a{background:#00a9e0} .category-button.np-cat-1 a:hover{background:#0077ae} .np-block-title .np-cat-1{color:#00a9e0} .navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.navigation .nav-links a:hover,.bttn:hover,button,input[type='button']:hover,input[type='reset']:hover,input[type='submit']:hover,.widget_search .search-submit,.edit-link .post-edit-link,.reply .comment-reply-link,.np-top-header-wrap,.np-header-menu-wrapper,#site-navigation ul.sub-menu,#site-navigation ul.children,.np-header-menu-wrapper::before,.np-header-menu-wrapper::after,.np-header-search-wrapper .search-form-main .search-submit,.news_portal_slider .lSAction > a:hover,.news_portal_default_tabbed ul.widget-tabs li,.np-full-width-title-nav-wrap .carousel-nav-action .carousel-controls:hover,.news_portal_social_media .social-link a,.np-archive-more .np-button:hover,.error404 .page-title,#np-scrollup,.news_portal_featured_slider .slider-posts .lSAction > a:hover,div.wpforms-container-full .wpforms-form input[type='submit'],div.wpforms-container-full .wpforms-form button[type='submit'],div.wpforms-container-full .wpforms-form .wpforms-page-button,div.wpforms-container-full .wpforms-form input[type='submit']:hover,div.wpforms-container-full .wpforms-form button[type='submit']:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{background:#029FB2} .home .np-home-icon a,.np-home-icon a:hover,#site-navigation ul li:hover > a,#site-navigation ul li.current-menu-item > a,#site-navigation ul li.current_page_item > a,#site-navigation ul li.current-menu-ancestor > a,.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,.news_portal_default_tabbed ul.widget-tabs li:hover{background:#006d80} .np-header-menu-block-wrap::before,.np-header-menu-block-wrap::after{border-right-color:#006d80} a,a:hover,a:focus,a:active,.widget a:hover,.widget a:hover::before,.widget li:hover::before,.entry-footer a:hover,.comment-author .fn .url:hover,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.np-slide-content-wrap .post-title a:hover,#top-footer .widget a:hover,#top-footer .widget a:hover:before,#top-footer .widget li:hover:before,.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,.news_portal_fullwidth_posts .np-single-post .np-post-title a:hover,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-title a:hover,.np-block-title,.widget-title,.page-header .page-title,.np-related-title,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.np-post-title.small-size a:hover,#footer-navigation ul li a:hover,.entry-title a:hover,.entry-meta span a:hover,.entry-meta span:hover,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a:hover{color:#029FB2} .navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.widget_search .search-submit,.np-archive-more .np-button:hover{border-color:#029FB2} .comment-list .comment-body,.np-header-search-wrapper .search-form-main{border-top-color:#029FB2} .np-header-search-wrapper .search-form-main:before{border-bottom-color:#029FB2} @media (max-width:768px){#site-navigation,.main-small-navigation li.current-menu-item > .sub-toggle i{background:#029FB2 !important}} .site-title a,.site-description{color:#029FB2} </style> <link rel='stylesheet' id='news-portal-responsive-style-css' href='https://zeroshell.org/wp-content/themes/news-portal/assets/css/np-responsive.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='__EPYT__style-css' href='https://zeroshell.org/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css?ver=13.0.1' type='text/css' media='all' /> <style id='__EPYT__style-inline-css' type='text/css'> .epyt-gallery-thumb { width: 33.333%; } </style> <script type='text/javascript' src='https://zeroshell.org/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://zeroshell.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var _EPYT_ = {"ajaxurl":"https:\/\/zeroshell.org\/wp-admin\/admin-ajax.php","security":"f0434537be","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/zeroshell.org\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","eppath":"https:\/\/zeroshell.org\/wp-content\/plugins\/youtube-embed-plus\/","epresponsiveselector":"[\"iframe.__youtube_prefs_widget__\"]","epdovol":"1","version":"13.0.1","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[]}; /* ]]> */ </script> <script type='text/javascript' src='https://zeroshell.org/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?ver=13.0.1'></script> <link rel='https://api.w.org/' href='https://zeroshell.org/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://zeroshell.org/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://zeroshell.org/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://zeroshell.org/?p=43679' /> <link rel="alternate" type="application/json+oembed" href="https://zeroshell.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzeroshell.org%2Fforums%2Ftopic%2Frndis-hotspot%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://zeroshell.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzeroshell.org%2Fforums%2Ftopic%2Frndis-hotspot%2F&#038;format=xml" /> <!-- Analytics by WP-Statistics v12.6 - https://wp-statistics.com/ --> <script type="text/javascript">var _nsl=[];(function(a,d){var c=function(){if(a.jQuery===d)setTimeout(c,33);else{for(var b=0;b<_nsl.length;b++)_nsl[b].call(a,a.jQuery);_nsl={push:function(b){b.call(a,a.jQuery)}}}};c()})(window);</script><style type="text/css">div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container .nsl-container-buttons a { text-decoration: none !important; box-shadow: none !important; border: 0; box-shadow: none; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container-block .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; max-width: 280px; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; } div.nsl-container span { display: inline-block; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default span.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } /*Button align start*/ div.nsl-container-block[data-align="left"] .nsl-container-buttons { align-items: flex-start; } div.nsl-container-block[data-align="center"] .nsl-container-buttons { align-items: center; } div.nsl-container-block[data-align="right"] .nsl-container-buttons { align-items: flex-end; } div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } /* Button align end*/</style></head> <body data-rsssl=1 class="topic bbpress topic-template-default single single-topic postid-43679 group-blog right-sidebar fullwidth_layout"> <div id="page" class="site"> <div class="np-top-header-wrap"><div class="mt-container"> <div class="np-top-left-section-wrapper"> </div><!-- .np-top-left-section-wrapper --> <div class="np-top-right-section-wrapper"> <div class="mt-social-icons-wrapper"><span class="social-link"><a href="https://www.facebook.com/groups/305043310939" target="_blank"><i class="fa fa-facebook-f"></i></a></span><span class="social-link"><a href="https://twitter.com/zeroshell" target="_blank"><i class="fa fa-twitter"></i></a></span><span class="social-link"><a href="https://www.linkedin.com/groups/4952361/profile" target="_blank"><i class="fa fa-linkedin"></i></a></span></div><!-- .mt-social-icons-wrapper --> </div><!-- .np-top-right-section-wrapper --> </div><!-- .mt-container --></div><!-- .np-top-header-wrap --><header id="masthead" class="site-header" role="banner"><div class="np-logo-section-wrapper"><div class="mt-container"> <div class="site-branding"> <p class="site-title"><a href="https://zeroshell.org/" rel="home">Zeroshell Linux Router</a></p> <p class="site-description">Routing and Bridging Firewall Solutions</p> </div><!-- .site-branding --> <div class="np-header-ads-area"> </div><!-- .np-header-ads-area --> </div><!-- .mt-container --></div><!-- .np-logo-section-wrapper --> <div id="np-menu-wrap" class="np-header-menu-wrapper"> <div class="np-header-menu-block-wrap"> <div class="mt-container"> <div class="np-home-icon"> <a href="https://zeroshell.org/" rel="home"> <i class="fa fa-home"> </i> </a> </div><!-- .np-home-icon --> <a href="javascript:void(0)" class="menu-toggle hide"> <i class="fa fa-navicon"> </i> </a> <nav id="site-navigation" class="main-navigation" role="navigation"> <div class="menu-top-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-30" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-30"><a href="https://zeroshell.org/blog/">News</a></li> <li id="menu-item-227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-227"><a href="https://zeroshell.org/hw/">Hardware</a></li> <li id="menu-item-53" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53"><a href="https://zeroshell.org/download/">Download</a></li> <li id="menu-item-54731" class="menu-item menu-item-type-post_type menu-item-object-forum menu-item-54731"><a href="https://zeroshell.org/forums/forum/network-management/">Forums</a></li> <li id="menu-item-297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-297"><a href="https://zeroshell.org/faq/">FAQ</a> <ul class="sub-menu"> <li id="menu-item-303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-303"><a href="https://zeroshell.org/faq/generic/">General questions</a></li> <li id="menu-item-334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-334"><a href="https://zeroshell.org/faq/storage/">Storage</a></li> <li id="menu-item-337" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-337"><a href="https://zeroshell.org/faq/network/">Network</a></li> <li id="menu-item-340" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-340"><a href="https://zeroshell.org/faq/vpn/">VPN</a></li> <li id="menu-item-343" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-343"><a href="https://zeroshell.org/faq/wifi/">Wireless</a></li> </ul> </li> <li id="menu-item-63857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63857"><a href="https://zeroshell.org/video-tutorial/">Video</a></li> <li id="menu-item-231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-231"><a href="https://zeroshell.org/license/">License</a></li> <li id="menu-item-31" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31"><a href="https://zeroshell.org/contact/">Contact</a></li> <li id="menu-item-63808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63808"><a href="/wp-login.php">Login</a></li> </ul></div> </nav><!-- #site-navigation --> <div class="np-header-search-wrapper"> <span class="search-main"><i class="fa fa-search"></i></span> <div class="search-form-main np-clearfix"> <form role="search" method="get" class="search-form" action="https://zeroshell.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div><!-- .np-header-search-wrapper --> </div> </div> </div><!-- .np-header-menu-wrapper --> </header><!-- .site-header --> <div id="content" class="site-content"> <div class="mt-container"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <article id="post-43679" class="post-43679 topic type-topic status-publish hentry"> <header class="entry-header"> <h1 class="entry-title">RNDIS Hotspot</h1> </header><!-- .entry-header --> <div class="entry-content"> <div id="bbpress-forums"> <div class="bbp-breadcrumb"><p><a href="https://zeroshell.org/" class="bbp-breadcrumb-home">Home Page</a> <span class="bbp-breadcrumb-sep">&rsaquo;</span> <a href="https://zeroshell.org/forums/" class="bbp-breadcrumb-root">Forums</a> <span class="bbp-breadcrumb-sep">&rsaquo;</span> <a href="https://zeroshell.org/forums/forum/network-management/" class="bbp-breadcrumb-forum">Network Management</a> <span class="bbp-breadcrumb-sep">&rsaquo;</span> <a href="https://zeroshell.org/forums/forum/network-management/networking/" class="bbp-breadcrumb-forum">Networking</a> <span class="bbp-breadcrumb-sep">&rsaquo;</span> <span class="bbp-breadcrumb-current">RNDIS Hotspot</span></p></div> <div class="bbp-template-notice info"><p class="bbp-topic-description">This topic contains 1 reply, has 0 voices, and was last updated by <a href="https://zeroshell.org/forums/user/hexxa/" title="View Hexxa&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img alt='' src='https://secure.gravatar.com/avatar/3fa9a2255bcaf0ce7785d002e610a2fe?s=14&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/3fa9a2255bcaf0ce7785d002e610a2fe?s=28&#038;d=mm&#038;r=g 2x' class='avatar avatar-14 photo' height='14' width='14' /></a>&nbsp;<a href="https://zeroshell.org/forums/user/hexxa/" title="View Hexxa&#039;s profile" class="bbp-author-name" rel="nofollow">Hexxa</a> <a href="https://zeroshell.org/forums/topic/rndis-hotspot/" title="RNDIS Hotspot">5 years, 9 months ago</a>.</p></div> <div class="bbp-pagination"> <div class="bbp-pagination-count"> Viewing 1 post (of 1 total) </div> <div class="bbp-pagination-links"> </div> </div> <ul id="topic-43679-replies" class="forums bbp-replies"> <li class="bbp-header"> <div class="bbp-reply-author">Author</div><!-- .bbp-reply-author --> <div class="bbp-reply-content"> Posts </div><!-- .bbp-reply-content --> </li><!-- .bbp-header --> <li class="bbp-body"> <div id="post-43679" class="bbp-reply-header"> <div class="bbp-meta"> <span class="bbp-reply-post-date">June 24, 2013 at 9:00 pm</span> <a href="https://zeroshell.org/forums/topic/rndis-hotspot/#post-43679" class="bbp-reply-permalink">#43679</a> <span class="bbp-admin-links"></span> </div><!-- .bbp-meta --> </div><!-- #post-43679 --> <div class="odd bbp-parent-forum-40481 bbp-parent-topic-43679 bbp-reply-position-1 user-id-6036 topic-author post-43679 topic type-topic status-publish hentry"> <div class="bbp-reply-author"> <a href="https://zeroshell.org/forums/user/hexxa/" title="View Hexxa&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img alt='' src='https://secure.gravatar.com/avatar/3fa9a2255bcaf0ce7785d002e610a2fe?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/3fa9a2255bcaf0ce7785d002e610a2fe?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' /></a><br /><a href="https://zeroshell.org/forums/user/hexxa/" title="View Hexxa&#039;s profile" class="bbp-author-name" rel="nofollow">Hexxa</a><br /><div class="bbp-author-role">Member</div> </div><!-- .bbp-reply-author --> <div class="bbp-reply-content"> <p>I have an old eeepc701 i want to use as wifi-hotspot for my friends(they don&#8217;t have 3G), and i only have a android smartphone to tether.<br /> I adjusted the startup script to bring usb0 up and get a ip with dhcp, and internet is reachable from the eeepc itself(lynx can load pages and i can ping).<br /> But the problem now is that on the (unencrypted)wifi hotspot with captive portal the internet is unreachable :/<br /> Route table seemed to be ok(172.16.0.0/24 > wlan 0, standard gw -> usb0)<br /> And DHCP also seemed to work like it should(DNS to 172.16.0.0(IP of eeepc), gateway to 172.16.0.0)<br /> Should i adjust something else?</p> </div><!-- .bbp-reply-content --> </div><!-- .reply --> </li><!-- .bbp-body --> <li class="bbp-footer"> <div class="bbp-reply-author">Author</div> <div class="bbp-reply-content"> Posts </div><!-- .bbp-reply-content --> </li><!-- .bbp-footer --> </ul><!-- #topic-43679-replies --> <div class="bbp-pagination"> <div class="bbp-pagination-count"> Viewing 1 post (of 1 total) </div> <div class="bbp-pagination-links"> </div> </div> <div id="no-reply-43679" class="bbp-no-reply"> <div class="bbp-template-notice"> <p>You must be logged in to reply to this topic.</p> </div> </div> </div> </div><!-- .entry-content --> </article><!-- #post-43679 --> </main><!-- #main --> </div><!-- #primary --> <aside id="secondary" class="widget-area" role="complementary"> <section id="recent-posts-2" class="widget widget_recent_entries"> <h4 class="widget-title">News</h4> <ul> <li> <a href="https://zeroshell.org/new-kernel-4-14-83/">New Kernel 4.14.83</a> </li> <li> <a href="https://zeroshell.org/logmein-hamachi-vpn-client-available-for-zeroshell/">LogMeIn Hamachi VPN Client available for Zeroshell</a> </li> <li> <a href="https://zeroshell.org/zeroshell-3-9-0-for-raspberry-pi/">Zeroshell 3.9.0 for Raspberry Pi</a> </li> <li> <a href="https://zeroshell.org/new-release-zeroshell-3-9-0/">New release Zeroshell 3.9.0</a> </li> <li> <a href="https://zeroshell.org/pppoe-kernel-mode/">PPPoE Kernel Mode</a> </li> </ul> </section><section id="nav_menu-3" class="widget widget_nav_menu"><h4 class="widget-title">Documentation</h4><div class="menu-documentation-container"><ul id="menu-documentation" class="menu"><li id="menu-item-165" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-165"><a href="https://zeroshell.org/load-balancing-failover/">Multiple Internet Connections</a></li> <li id="menu-item-177" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-177"><a href="https://zeroshell.org/qos/">QoS and Traffic Shaping</a></li> <li id="menu-item-169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-169"><a href="https://zeroshell.org/hotspot-router/">Hotspot using Captive Portal</a></li> <li id="menu-item-182" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-182"><a href="https://zeroshell.org/radius-accounting/">RADIUS Accounting</a></li> <li id="menu-item-189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189"><a href="https://zeroshell.org/umts-hsdpa-mobile-router/">Mobile Internet Connection</a></li> <li id="menu-item-192" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-192"><a href="https://zeroshell.org/wireless-access-point/">Wireless Access Point</a></li> <li id="menu-item-200" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://zeroshell.org/openvpn-server/">OpenVPN Gateway</a></li> <li id="menu-item-212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-212"><a href="https://zeroshell.org/openvpn-client/">OpenVPN Client Configuration</a></li> <li id="menu-item-215" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-215"><a href="https://zeroshell.org/proxy-antivirus/">Transparent Web Proxy</a></li> <li id="menu-item-220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-220"><a href="https://zeroshell.org/shibboleth-captive-portal/">Captive Portal SAML 2.0</a></li> <li id="menu-item-223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-223"><a href="https://zeroshell.org/opendns/">OpenDNS setup</a></li> <li id="menu-item-368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-368"><a href="https://zeroshell.org/ndpi-iptables/">Deep Packet Inspection</a></li> <li id="menu-item-422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-422"><a href="https://zeroshell.org/mrtg/">Traffic Statistics</a></li> <li id="menu-item-234" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-234"><a href="https://zeroshell.org/kerberos/">Kerberos 5 Tutorial</a> <ul class="sub-menu"> <li id="menu-item-239" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-239"><a href="https://zeroshell.org/kerberos/kerberos-introduction/">Introduction</a></li> <li id="menu-item-242" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-242"><a href="https://zeroshell.org/kerberos/kerberos-aims/">Aims</a></li> <li id="menu-item-248" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-248"><a href="https://zeroshell.org/kerberos/kerberos-definitions/">Definitions and terms</a></li> <li id="menu-item-254" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-254"><a href="https://zeroshell.org/kerberos/kerberos-operation/">Operation</a></li> <li id="menu-item-261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-261"><a href="https://zeroshell.org/kerberos/kerberos-ticket/">Tickets</a></li> <li id="menu-item-265" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-265"><a href="https://zeroshell.org/kerberos/kerberos-cross-authentication/">Kerberos Cross Authentication</a></li> </ul> </li> <li id="menu-item-349" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://zeroshell.org/x509-details/">X.509 CA</a></li> <li id="menu-item-354" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-354"><a href="https://zeroshell.org/radius-details/">RADIUS</a></li> <li id="menu-item-358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-358"><a href="https://zeroshell.org/vpn-details/">VPN</a></li> <li id="menu-item-361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-361"><a href="https://zeroshell.org/firewall-details/">Firewall</a></li> <li id="menu-item-364" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-364"><a href="https://zeroshell.org/ldap-details/">LDAP</a></li> </ul></div></section><section id="bbp_topics_widget-2" class="widget widget_display_topics"><h4 class="widget-title">Recent Topics</h4> <ul> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/pc-iso-install-instructions/">PC ISO install instructions</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/how-can-i-create-a-dhcp-server-in-zeroshell-3-9-0-for-multiple-subnets/">How can I create a DHCP server in ZeroShell 3.9.0 for multiple subnets?</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/lan2lan-to-vpn-provider-up-pingable-through-from-zs-but-not-routing-from-lan/">LAN2LAN to VPN Provider &#8211; Up, pingable through from Zs, but not routing from LAN</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/qrcode-per-zerotruth-qrcode-for-zerotruth/">Qrcode per zerotruth ( qrcode for zerotruth )</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/activation-and-access-to-repositories/">Activation and access to repositories</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/netbalancer-in-zs-3-8-1-strange-behaviour/">Netbalancer in zS 3.8.1 strange behaviour</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/feature-request-2/">Feature request</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/zeroshel-and-parallel-port-modules-wanted/">Zeroshel and Parallel Port ( modules wanted )</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/get-dns-records-list/">Get DNS records list</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/configure-user-to-connect-2-hours-per-day/">configure user to connect 2 hours per day</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/accounting-5/">Accounting</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/unable-to-get-wan-dhcp-address/">Unable to Get WAN DHCP Address</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/in-praise-of-zeroshell/">In Praise of ZeroShell</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/zeroshell-as-an-lxc-in-proxmox/">ZeroShell as an LXC in Proxmox?</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/flush-dns-forwarder-cache/">Flush DNS forwarder cache</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/pppoe-not-working-on-raspberry-pi-3-9-1a-but-does-work-on-x86-3-9-0/">PPPoE Not Working on Raspberry Pi 3.9.1A But Does Work on X86 3.9.0</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/rpi-3-b-consolettys0-not-working-while-booting-need-a-development-guide/">RPI 3 B+: console=ttyS0 not working while booting / need a development guide.</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/dns-a-record-for-domain/">DNS A record for domain</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/using-conntrack-f-to-keep-voip-working-seems-to-be-interfering-with-vpn/">Using conntrack -F to keep VOIP working seems to be interfering with VPN</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/these-new-forum-ui/">These new forum UI</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/wifi-client-mode-wpa-eap-peap-mschap/">WiFi client mode WPA-EAP (PEAP) MSCHAP</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/ldap-corruption-after-profile-restore/">LDAP Corruption After Profile Restore</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/site-to-site-vpn-tunnel-with-public-ips-and-bridging/">SITE TO SITE VPN TUNNEL With Public IPs and bridging</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/using-zeroshell-as-a-vm-lab-networking-device-with-wifi-uplink/">Using ZeroShell as a VM-Lab networking device with WiFi uplink</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/one-touch-x220s-3g-dongle/">One touch x220s 3g dongle</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/wireless-ap-dlink-dwa-582-802-11ac/">Wireless AP (DLINK DWA-582 802.11ac)</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/bgp/">BGP</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/new-release-zs-3-91-for-x86-64-and-raspberry/">NEW Release ZS 3.91 for X86-64 and Raspberry</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/authentication-with-website-link/">Authentication with website link</a> </li> <li> <a class="bbp-forum-title" href="https://zeroshell.org/forums/topic/python-programming/">Python Programming</a> </li> </ul> </section><section id="bbp_replies_widget-2" class="widget widget_display_replies"><h4 class="widget-title">Recent Replies</h4> <ul> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/net-balanacer-failover-monitoring/#post-65052" title="I need some help with my internet. My old setup c&hellip;">Net Balanacer failover monitoring</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/qrcode-per-zerotruth-qrcode-for-zerotruth/#post-65031" title="anyone who has a login qrcode image is allowed 1 &hellip;">Qrcode per zerotruth ( qrcode for zerotruth )</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/change-https-port/#post-65017" title="set port 8080 for 80 and set 8443 for 443 see you">Change HTTPS port</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/zeroshel-and-parallel-port-modules-wanted/#post-64921" title="Nevermind, looks like LEDs are working without an&hellip;">Zeroshel and Parallel Port ( modules wanted )</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/change-https-port/#post-64918" title="Hi, any news about this. Can we maybe change it t&hellip;">Change HTTPS port</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/many-updates-failing/#post-64914" title="This post has not been replied since it was poste&hellip;">Many updates failing</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/configure-user-to-connect-2-hours-per-day/#post-64909" title="make 2 hours limit + daily cron to delete these d&hellip;">configure user to connect 2 hours per day</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/unable-to-get-wan-dhcp-address/#post-64906" title="Well, I finally found my problem. I am running Z&hellip;">Unable to Get WAN DHCP Address</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/3-9-0a-frequent-kernel-panic-when-booting-on-rpi-3-b/page/2/#post-64895" title="appreciate very nice">3.9.0A frequent kernel panic when booting on RPI 3 B+</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/documentation/#post-64873" title="Hello, I have a problem with my virtual machine. &hellip;">Documentation</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/default-gateway-can-no-longer-set-by-interface/#post-64872" title="When I was trying to change the gateway of the ro&hellip;">Default gateway? Can no longer set by interface?</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/running-zeroshell-in-a-vm/#post-64865" title="I can not install the zeroshell server on a pc us&hellip;">Running Zeroshell in a VM</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/running-zeroshell-in-a-vm/#post-64854" title="It has been awhile since I asked the questions ab&hellip;">Running Zeroshell in a VM</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/zeroshell-3-9-0-x86-iso-seems-corrupt/#post-64831" title="Hi All, Yes I can confirm the ISO is corrupt and &hellip;">ZeroShell-3.9.0-X86.iso seems corrupt</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/3-9-0a-frequent-kernel-panic-when-booting-on-rpi-3-b/#post-64823" title="3.9.1A solves the problem. Great job Fulvio.">3.9.0A frequent kernel panic when booting on RPI 3 B+</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/these-new-forum-ui/#post-64821" title="The way to search is by clicking on the forums li&hellip;">These new forum UI</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/these-new-forum-ui/#post-64819" title="So back to the original question: how do you sear&hellip;">These new forum UI</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/these-new-forum-ui/#post-64816" title="It was my intention to standardize the forum with&hellip;">These new forum UI</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/wifi-client-mode-wpa-eap-peap-mschap/#post-64810" title="Hi *, After having a look at the wifi-manager scr&hellip;">WiFi client mode WPA-EAP (PEAP) MSCHAP</a> </li> <li> <a class="bbp-reply-topic-title" href="https://zeroshell.org/forums/topic/tz-database-outdated/#post-64809" title="&#8230;bump Zeroshell version 3.9.1 and still out&hellip;">tz database outdated</a> </li> </ul> </section><section id="nextend_social_login-2" class="widget widget_nextend_social_login"><div class="nsl-container nsl-container-block" data-align="left"><div class="nsl-container-buttons"><a href="https://zeroshell.org/wp-login.php?loginSocial=facebook&#038;redirect=https%3A%2F%2Fzeroshell.org%2Fforums%2Ftopic%2Frndis-hotspot%2F" rel="nofollow" aria-label="Continue with &lt;b&gt;Facebook&lt;/b&gt;" data-plugin="nsl" data-action="connect" data-provider="facebook" data-popupwidth="475" data-popupheight="175"><span class="nsl-button nsl-button-default nsl-button-facebook" style="background-color:#4267b2;"><span class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg></span><span class="nsl-button-label-container">Continue with <b>Facebook</b></span></span></a><a href="https://zeroshell.org/wp-login.php?loginSocial=google&#038;redirect=https%3A%2F%2Fzeroshell.org%2Fforums%2Ftopic%2Frndis-hotspot%2F" rel="nofollow" aria-label="Continue with &lt;b&gt;Google&lt;/b&gt;" data-plugin="nsl" data-action="connect" data-provider="google" data-popupwidth="600" data-popupheight="600"><span class="nsl-button nsl-button-default nsl-button-google" data-skin="uniform" style="background-color:#dc4e41;"><span class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M7.636 11.545v2.619h4.331c-.174 1.123-1.309 3.294-4.33 3.294-2.608 0-4.735-2.16-4.735-4.822 0-2.661 2.127-4.821 4.734-4.821 1.484 0 2.477.632 3.044 1.178l2.073-1.997C11.422 5.753 9.698 5 7.636 5A7.63 7.63 0 0 0 0 12.636a7.63 7.63 0 0 0 7.636 7.637c4.408 0 7.331-3.098 7.331-7.462 0-.502-.054-.884-.12-1.266h-7.21zm16.364 0h-2.182V9.364h-2.182v2.181h-2.181v2.182h2.181v2.182h2.182v-2.182H24"/></svg></span><span class="nsl-button-label-container">Continue with <b>Google</b></span></span></a><a href="https://zeroshell.org/wp-login.php?loginSocial=twitter&#038;redirect=https%3A%2F%2Fzeroshell.org%2Fforums%2Ftopic%2Frndis-hotspot%2F" rel="nofollow" aria-label="Continue with &lt;b&gt;Twitter&lt;/b&gt;" data-plugin="nsl" data-action="connect" data-provider="twitter" data-popupwidth="600" data-popupheight="600"><span class="nsl-button nsl-button-default nsl-button-twitter" style="background-color:#4ab3f4;"><span class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M16.327 3.007A5.07 5.07 0 0 1 20.22 4.53a8.207 8.207 0 0 0 2.52-.84l.612-.324a4.78 4.78 0 0 1-1.597 2.268 2.356 2.356 0 0 1-.54.384v.012A9.545 9.545 0 0 0 24 5.287v.012a7.766 7.766 0 0 1-1.67 1.884l-.768.612a13.896 13.896 0 0 1-9.874 13.848c-2.269.635-4.655.73-6.967.276a16.56 16.56 0 0 1-2.895-.936 10.25 10.25 0 0 1-1.394-.708L0 20.023a8.44 8.44 0 0 0 1.573.06c.48-.084.96-.06 1.405-.156a10.127 10.127 0 0 0 2.956-1.056 5.41 5.41 0 0 0 1.333-.852 4.44 4.44 0 0 1-1.465-.264 4.9 4.9 0 0 1-3.12-3.108c.73.134 1.482.1 2.198-.096a3.457 3.457 0 0 1-1.609-.636A4.651 4.651 0 0 1 .953 9.763c.168.072.336.156.504.24.334.127.68.22 1.033.276.216.074.447.095.673.06H3.14c-.248-.288-.653-.468-.901-.78a4.91 4.91 0 0 1-1.105-4.404 5.62 5.62 0 0 1 .528-1.26c.008 0 .017.012.024.012.13.182.28.351.445.504a8.88 8.88 0 0 0 1.465 1.38 14.43 14.43 0 0 0 6.018 2.868 9.065 9.065 0 0 0 2.21.288 4.448 4.448 0 0 1 .025-2.28 4.771 4.771 0 0 1 2.786-3.252 5.9 5.9 0 0 1 1.093-.336l.6-.072z"/></svg></span><span class="nsl-button-label-container">Continue with <b>Twitter</b></span></span></a></div></div></section></aside><!-- #secondary --> </div><!-- .mt-container --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"><div class="bottom-footer np-clearfix"><div class="mt-container"> <div class="site-info"> <span class="np-copyright-text"> Copyright (C) 2005-2018 by Fulvio Ricciardi - Lecce (Italy) </span> <span class="sep"> | </span> Theme: News Portal by <a href="https://mysterythemes.com/" rel="designer" target="_blank">Mystery Themes</a>. </div><!-- .site-info --> <nav id="footer-navigation" class="footer-navigation" role="navigation"> <div class="menu-social-links-menu-container"><ul id="footer-menu" class="menu"><li id="menu-item-34" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-34"><a href="https://twitter.com/wordpress">Twitter</a></li> <li id="menu-item-33" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33"><a href="https://www.facebook.com/groups/305043310939/">Facebook</a></li> <li id="menu-item-346" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-346"><a href="https://www.linkedin.com/groups/4952361/profile">LinkedIn</a></li> </ul></div> </nav><!-- #site-navigation --> </div><!-- .mt-container --></div> <!-- bottom-footer --></footer><!-- #colophon --><div id="np-scrollup" class="animated arrow-hide"><i class="fa fa-chevron-up"></i></div></div><!-- #page --> <script type='text/javascript' src='https://zeroshell.org/wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.14-6684'></script> <script type='text/javascript'> /* <![CDATA[ */ var bbpTopicJS = {"bbp_ajaxurl":"https:\/\/zeroshell.org\/forums\/topic\/rndis-hotspot\/?bbp-ajax=true","generic_ajax_error":"Something went wrong. Refresh your browser and try again.","is_user_logged_in":"","fav_nonce":"c6c94f203c","subs_nonce":"0e426fe2f4"}; /* ]]> */ </script> <script type='text/javascript' src='https://zeroshell.org/wp-content/plugins/bbpress/templates/default/js/topic.js?ver=2.5.14-6684'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/zeroshell.org\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://zeroshell.org/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://zeroshell.org/wp-content/themes/news-portal/assets/js/navigation.js?ver=1.1.12'></script> <script type='text/javascript' src='https://zeroshell.org/wp-content/themes/news-portal/assets/library/sticky/jquery.sticky.js?ver=20150416'></script> <script type='text/javascript' src='https://zeroshell.org/wp-content/themes/news-portal/assets/library/sticky/sticky-setting.js?ver=20150309'></script> <script type='text/javascript' src='https://zeroshell.org/wp-content/themes/news-portal/assets/js/skip-link-focus-fix.js?ver=1.1.12'></script> <script type='text/javascript' src='https://zeroshell.org/wp-content/themes/news-portal/assets/library/lightslider/js/lightslider.min.js?ver=1.1.6'></script> <script type='text/javascript' src='https://zeroshell.org/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://zeroshell.org/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://zeroshell.org/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://zeroshell.org/wp-content/themes/news-portal/assets/js/np-custom-scripts.js?ver=1.1.12'></script> <script type='text/javascript' src='https://zeroshell.org/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js?ver=13.0.1'></script> <script type='text/javascript' src='https://zeroshell.org/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type="text/javascript">(function (undefined) {var targetWindow ="prefer-popup"; window.NSLPopupCenter = function (url, title, w, h) { var userAgent = navigator.userAgent, mobile = function () { return /\b(iPhone|iP[ao]d)/.test(userAgent) || /\b(iP[ao]d)/.test(userAgent) || /Android/i.test(userAgent) || /Mobile/i.test(userAgent); }, screenX = window.screenX !== undefined ? window.screenX : window.screenLeft, screenY = window.screenY !== undefined ? window.screenY : window.screenTop, outerWidth = window.outerWidth !== undefined ? window.outerWidth : document.documentElement.clientWidth, outerHeight = window.outerHeight !== undefined ? window.outerHeight : document.documentElement.clientHeight - 22, targetWidth = mobile() ? null : w, targetHeight = mobile() ? null : h, V = screenX < 0 ? window.screen.width + screenX : screenX, left = parseInt(V + (outerWidth - targetWidth) / 2, 10), right = parseInt(screenY + (outerHeight - targetHeight) / 2.5, 10), features = []; if (targetWidth !== null) { features.push('width=' + targetWidth); } if (targetHeight !== null) { features.push('height=' + targetHeight); } features.push('left=' + left); features.push('top=' + right); features.push('scrollbars=1'); var newWindow = window.open(url, title, features.join(',')); if (window.focus) { newWindow.focus(); } return newWindow; }; var isWebView = null; function checkWebView() { if (isWebView === null) { function _detectOS(ua) { switch (true) { case /Android/.test(ua): return "Android"; case /iPhone|iPad|iPod/.test(ua): return "iOS"; case /Windows/.test(ua): return "Windows"; case /Mac OS X/.test(ua): return "Mac"; case /CrOS/.test(ua): return "Chrome OS"; case /Firefox/.test(ua): return "Firefox OS"; } return ""; } function _detectBrowser(ua) { var android = /Android/.test(ua); switch (true) { case /CriOS/.test(ua): return "Chrome for iOS"; case /Edge/.test(ua): return "Edge"; case android && /Silk\//.test(ua): return "Silk"; case /Chrome/.test(ua): return "Chrome"; case /Firefox/.test(ua): return "Firefox"; case android: return "AOSP"; case /MSIE|Trident/.test(ua): return "IE"; case /Safari\//.test(ua): return "Safari"; case /AppleWebKit/.test(ua): return "WebKit"; } return ""; } function _detectBrowserVersion(ua, browser) { switch (browser) { case "Chrome for iOS": return _getVersion(ua, "CriOS/"); case "Edge": return _getVersion(ua, "Edge/"); case "Chrome": return _getVersion(ua, "Chrome/"); case "Firefox": return _getVersion(ua, "Firefox/"); case "Silk": return _getVersion(ua, "Silk/"); case "AOSP": return _getVersion(ua, "Version/"); case "IE": return /IEMobile/.test(ua) ? _getVersion(ua, "IEMobile/") : /MSIE/.test(ua) ? _getVersion(ua, "MSIE ") : _getVersion(ua, "rv:"); case "Safari": return _getVersion(ua, "Version/"); case "WebKit": return _getVersion(ua, "WebKit/"); } return "0.0.0"; } function _getVersion(ua, token) { try { return _normalizeSemverString(ua.split(token)[1].trim().split(/[^\w\.]/)[0]); } catch (o_O) { } return "0.0.0"; } function _normalizeSemverString(version) { var ary = version.split(/[\._]/); return (parseInt(ary[0], 10) || 0) + "." + (parseInt(ary[1], 10) || 0) + "." + (parseInt(ary[2], 10) || 0); } function _isWebView(ua, os, browser, version, options) { switch (os + browser) { case "iOSSafari": return false; case "iOSWebKit": return _isWebView_iOS(options); case "AndroidAOSP": return false; case "AndroidChrome": return parseFloat(version) >= 42 ? /; wv/.test(ua) : /\d{2}\.0\.0/.test(version) ? true : _isWebView_Android(options); } return false; } function _isWebView_iOS(options) { var document = (window["document"] || {}); if ("WEB_VIEW" in options) { return options["WEB_VIEW"]; } return !("fullscreenEnabled" in document || "webkitFullscreenEnabled" in document || false); } function _isWebView_Android(options) { if ("WEB_VIEW" in options) { return options["WEB_VIEW"]; } return !("requestFileSystem" in window || "webkitRequestFileSystem" in window || false); } var options = {}; var nav = window.navigator || {}; var ua = nav.userAgent || ""; var os = _detectOS(ua); var browser = _detectBrowser(ua); var browserVersion = _detectBrowserVersion(ua, browser); isWebView = _isWebView(ua, os, browser, browserVersion, options); } return isWebView; } _nsl.push(function ($) { var targetWindow = targetWindow || 'prefer-popup'; $('a[data-plugin="nsl"][data-action="connect"],a[data-plugin="nsl"][data-action="link"]').on('click', function (e) { var $target = $(this), href = $target.attr('href'), success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } var redirectTo = $target.data('redirect'); if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { if (NSLPopupCenter(href + 'display=popup', 'nsl-social-connect', $target.data('popupwidth'), $target.data('popupheight'))) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { var newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } }); var googleLoginButton = $('a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButton.length && checkWebView()) { googleLoginButton.remove(); } });})();</script> </body> </html>
[ "<footer id=\"colophon\" class=\"site-footer\" role=\"contentinfo\"><div class=\"bottom-footer np-clearfix\"><div class=\"mt-container\">\t\t<div class=\"site-info\">&#13;\n\t\t\t<span class=\"np-copyright-text\">&#13;\n\t\t\t\tCopyright (C) 2005-2018 by Fulvio Ricciardi - Lecce (Italy)\t\t\t</span>&#13;\n\t\t\t<span class=\"sep\"> | </span>&#13;\n\t\t\tTheme: News Portal by <a href=\"https://mysterythemes.com/\" rel=\"designer\" target=\"_blank\">Mystery Themes</a>.\t\t</div><!-- .site-info -->&#13;\n\t\t<nav id=\"footer-navigation\" class=\"footer-navigation\" role=\"navigation\">&#13;\n\t\t\t<div class=\"menu-social-links-menu-container\"><ul id=\"footer-menu\" class=\"menu\"><li id=\"menu-item-34\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-34\"><a href=\"https://twitter.com/wordpress\">Twitter</a></li>\n<li id=\"menu-item-33\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-33\"><a href=\"https://www.facebook.com/groups/305043310939/\">Facebook</a></li>\n<li id=\"menu-item-346\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-346\"><a href=\"https://www.linkedin.com/groups/4952361/profile\">LinkedIn</a></li>\n</ul></div>\t\t</nav><!-- #site-navigation -->&#13;\n</div><!-- .mt-container --></div> <!-- bottom-footer --></footer>" ]
[ "<head>&#13;\n<meta charset=\"UTF-8\"/>&#13;\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>&#13;\n<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\"/>&#13;\n&#13;\n<title>RNDIS Hotspot - Zeroshell Linux Router</title>\n\n<!-- This site is optimized with the Yoast SEO plugin v9.6 - https://yoast.com/wordpress/plugins/seo/ -->\n<link rel=\"canonical\" href=\"https://zeroshell.org/forums/topic/rndis-hotspot/\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"RNDIS Hotspot - Zeroshell Linux Router\"/>\n<meta property=\"og:description\" content=\"Home Page › Forums › Network Management › Networking › RNDIS Hotspot This topic contains 1 reply, has 0 voices, and was last updated by  Hexxa 5 years, 9 months ago. Viewing 1 post (of 1 total) Author Posts June 24, 2013 at 9:00 pm #43679 HexxaMember I have an old eeepc701 i want to …\"/>\n<meta property=\"og:url\" content=\"https://zeroshell.org/forums/topic/rndis-hotspot/\"/>\n<meta property=\"og:site_name\" content=\"Zeroshell Linux Router\"/>\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/groups/305043310939\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta name=\"twitter:description\" content=\"Home Page › Forums › Network Management › Networking › RNDIS Hotspot This topic contains 1 reply, has 0 voices, and was last updated by  Hexxa 5 years, 9 months ago. Viewing 1 post (of 1 total) Author Posts June 24, 2013 at 9:00 pm #43679 HexxaMember I have an old eeepc701 i want to […]\"/>\n<meta name=\"twitter:title\" content=\"RNDIS Hotspot - Zeroshell Linux Router\"/>\n<meta name=\"twitter:site\" content=\"@zeroshell\"/>\n<meta name=\"twitter:creator\" content=\"@zeroshell\"/>\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@type\":\"Person\",\"url\":\"https://zeroshell.org/\",\"sameAs\":[\"https://www.facebook.com/groups/305043310939\",\"https://www.linkedin.com/groups/4952361/profile\",\"https://twitter.com/zeroshell\"],\"@id\":\"#person\",\"name\":\"Fulvio Ricciardi\"}</script>\n<!-- / Yoast SEO plugin. -->\n\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.w.org\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Zeroshell Linux Router » Feed\" href=\"https://zeroshell.org/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Zeroshell Linux Router » Comments Feed\" href=\"https://zeroshell.org/comments/feed/\"/>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/11.2.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/zeroshell.org\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.1.1\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://zeroshell.org/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"bbp-default-css\" href=\"https://zeroshell.org/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.14-6684\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" id=\"contact-form-7-css\" href=\"https://zeroshell.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"news-portal-fonts-css\" href=\"https://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700%7CRoboto%3A300%2C400%2C400i%2C500%2C700%7CTitillium+Web%3A400%2C600%2C700%2C300&amp;subset=latin%2Clatin-ext\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"font-awesome-css\" href=\"https://zeroshell.org/wp-content/themes/news-portal/assets/library/font-awesome/css/font-awesome.min.css?ver=4.7.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"lightslider-style-css\" href=\"https://zeroshell.org/wp-content/themes/news-portal/assets/library/lightslider/css/lightslider.min.css?ver=1.1.6\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"news-portal-style-css\" href=\"https://zeroshell.org/wp-content/themes/news-portal/style.css?ver=1.1.12\" type=\"text/css\" media=\"all\"/>\n<style id=\"news-portal-style-inline-css\" type=\"text/css\">\n.category-button.np-cat-1 a{background:#00a9e0}\n.category-button.np-cat-1 a:hover{background:#0077ae}\n.np-block-title .np-cat-1{color:#00a9e0}\n.navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.navigation .nav-links a:hover,.bttn:hover,button,input[type='button']:hover,input[type='reset']:hover,input[type='submit']:hover,.widget_search .search-submit,.edit-link .post-edit-link,.reply .comment-reply-link,.np-top-header-wrap,.np-header-menu-wrapper,#site-navigation ul.sub-menu,#site-navigation ul.children,.np-header-menu-wrapper::before,.np-header-menu-wrapper::after,.np-header-search-wrapper .search-form-main .search-submit,.news_portal_slider .lSAction &gt; a:hover,.news_portal_default_tabbed ul.widget-tabs li,.np-full-width-title-nav-wrap .carousel-nav-action .carousel-controls:hover,.news_portal_social_media .social-link a,.np-archive-more .np-button:hover,.error404 .page-title,#np-scrollup,.news_portal_featured_slider .slider-posts .lSAction &gt; a:hover,div.wpforms-container-full .wpforms-form input[type='submit'],div.wpforms-container-full .wpforms-form button[type='submit'],div.wpforms-container-full .wpforms-form .wpforms-page-button,div.wpforms-container-full .wpforms-form input[type='submit']:hover,div.wpforms-container-full .wpforms-form button[type='submit']:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{background:#029FB2}\n.home .np-home-icon a,.np-home-icon a:hover,#site-navigation ul li:hover &gt; a,#site-navigation ul li.current-menu-item &gt; a,#site-navigation ul li.current_page_item &gt; a,#site-navigation ul li.current-menu-ancestor &gt; a,.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,.news_portal_default_tabbed ul.widget-tabs li:hover{background:#006d80}\n.np-header-menu-block-wrap::before,.np-header-menu-block-wrap::after{border-right-color:#006d80}\na,a:hover,a:focus,a:active,.widget a:hover,.widget a:hover::before,.widget li:hover::before,.entry-footer a:hover,.comment-author .fn .url:hover,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.np-slide-content-wrap .post-title a:hover,#top-footer .widget a:hover,#top-footer .widget a:hover:before,#top-footer .widget li:hover:before,.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,.news_portal_fullwidth_posts .np-single-post .np-post-title a:hover,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-title a:hover,.np-block-title,.widget-title,.page-header .page-title,.np-related-title,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.np-post-title.small-size a:hover,#footer-navigation ul li a:hover,.entry-title a:hover,.entry-meta span a:hover,.entry-meta span:hover,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a:hover{color:#029FB2}\n.navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.widget_search .search-submit,.np-archive-more .np-button:hover{border-color:#029FB2}\n.comment-list .comment-body,.np-header-search-wrapper .search-form-main{border-top-color:#029FB2}\n.np-header-search-wrapper .search-form-main:before{border-bottom-color:#029FB2}\n@media (max-width:768px){#site-navigation,.main-small-navigation li.current-menu-item &gt; .sub-toggle i{background:#029FB2 !important}}\n.site-title a,.site-description{color:#029FB2}\n</style>\n<link rel=\"stylesheet\" id=\"news-portal-responsive-style-css\" href=\"https://zeroshell.org/wp-content/themes/news-portal/assets/css/np-responsive.css?ver=1.0.0\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"__EPYT__style-css\" href=\"https://zeroshell.org/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css?ver=13.0.1\" type=\"text/css\" media=\"all\"/>\n<style id=\"__EPYT__style-inline-css\" type=\"text/css\">\n&#13;\n .epyt-gallery-thumb {&#13;\n width: 33.333%;&#13;\n }&#13;\n \n</style>\n<script type=\"text/javascript\" src=\"https://zeroshell.org/wp-includes/js/jquery/jquery.js?ver=1.12.4\"/>\n<script type=\"text/javascript\" src=\"https://zeroshell.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar _EPYT_ = {\"ajaxurl\":\"https:\\/\\/zeroshell.org\\/wp-admin\\/admin-ajax.php\",\"security\":\"f0434537be\",\"gallery_scrolloffset\":\"20\",\"eppathtoscripts\":\"https:\\/\\/zeroshell.org\\/wp-content\\/plugins\\/youtube-embed-plus\\/scripts\\/\",\"eppath\":\"https:\\/\\/zeroshell.org\\/wp-content\\/plugins\\/youtube-embed-plus\\/\",\"epresponsiveselector\":\"[\\\"iframe.__youtube_prefs_widget__\\\"]\",\"epdovol\":\"1\",\"version\":\"13.0.1\",\"evselector\":\"iframe.__youtube_prefs__[src], iframe[src*=\\\"youtube.com\\/embed\\/\\\"], iframe[src*=\\\"youtube-nocookie.com\\/embed\\/\\\"]\",\"ajax_compat\":\"\",\"ytapi_load\":\"light\",\"stopMobileBuffer\":\"1\",\"vi_active\":\"\",\"vi_js_posttypes\":[]};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://zeroshell.org/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?ver=13.0.1\"/>\n<link rel=\"https://api.w.org/\" href=\"https://zeroshell.org/wp-json/\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://zeroshell.org/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://zeroshell.org/wp-includes/wlwmanifest.xml\"/> \n<meta name=\"generator\" content=\"WordPress 5.1.1\"/>\n<link rel=\"shortlink\" href=\"https://zeroshell.org/?p=43679\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://zeroshell.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzeroshell.org%2Fforums%2Ftopic%2Frndis-hotspot%2F\"/>\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://zeroshell.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzeroshell.org%2Fforums%2Ftopic%2Frndis-hotspot%2F&amp;format=xml\"/>\n<!-- Analytics by WP-Statistics v12.6 - https://wp-statistics.com/ -->\n<script type=\"text/javascript\">var _nsl=[];(function(a,d){var c=function(){if(a.jQuery===d)setTimeout(c,33);else{for(var b=0;b&lt;_nsl.length;b++)_nsl[b].call(a,a.jQuery);_nsl={push:function(b){b.call(a,a.jQuery)}}}};c()})(window);</script><style type=\"text/css\">div.nsl-container[data-align=\"left\"] {&#13;\n text-align: left;&#13;\n}&#13;\n&#13;\ndiv.nsl-container[data-align=\"center\"] {&#13;\n text-align: center;&#13;\n}&#13;\n&#13;\ndiv.nsl-container[data-align=\"right\"] {&#13;\n text-align: right;&#13;\n}&#13;\n&#13;\n&#13;\ndiv.nsl-container .nsl-container-buttons a {&#13;\n text-decoration: none !important;&#13;\n box-shadow: none !important;&#13;\n border: 0;&#13;\n box-shadow: none;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-container-buttons {&#13;\n display: flex;&#13;\n padding: 5px 0;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-block .nsl-container-buttons {&#13;\n flex-flow: column;&#13;\n align-items: center;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-block .nsl-container-buttons a {&#13;\n flex: 1 1 auto;&#13;\n display: block;&#13;\n margin: 5px 0;&#13;\n max-width: 280px;&#13;\n width: 100%;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-inline {&#13;\n margin: -5px;&#13;\n text-align: left;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-inline .nsl-container-buttons {&#13;\n justify-content: center;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-inline .nsl-container-buttons a {&#13;\n margin: 5px;&#13;\n display: inline-block;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-button {&#13;\n cursor: pointer;&#13;\n vertical-align: top;&#13;\n border-radius: 4px;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-button-default {&#13;\n color: #fff;&#13;\n display: flex;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-button-icon {&#13;\n display: inline-block;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-button-svg-container {&#13;\n flex: 0 0 auto;&#13;\n padding: 8px;&#13;\n display: flex;&#13;\n}&#13;\n&#13;\ndiv.nsl-container span {&#13;\n display: inline-block;&#13;\n}&#13;\n&#13;\ndiv.nsl-container svg {&#13;\n height: 24px;&#13;\n width: 24px;&#13;\n vertical-align: top;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-button-default span.nsl-button-label-container {&#13;\n margin: 0 24px 0 12px;&#13;\n padding: 10px 0;&#13;\n font-family: Helvetica, Arial, sans-serif;&#13;\n font-size: 16px;&#13;\n line-height: 20px;&#13;\n letter-spacing: .25px;&#13;\n overflow: hidden;&#13;\n text-align: center;&#13;\n text-overflow: clip;&#13;\n white-space: nowrap;&#13;\n flex: 1 1 auto;&#13;\n -webkit-font-smoothing: antialiased;&#13;\n -moz-osx-font-smoothing: grayscale;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-button-google[data-skin=\"dark\"] .nsl-button-svg-container {&#13;\n margin: 1px;&#13;\n padding: 7px;&#13;\n border-radius: 3px;&#13;\n background: #fff;&#13;\n}&#13;\n&#13;\ndiv.nsl-container .nsl-button-google[data-skin=\"light\"] {&#13;\n border-radius: 1px;&#13;\n box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);&#13;\n color: RGBA(0, 0, 0, 0.54);&#13;\n}&#13;\n&#13;\n/*Button align start*/&#13;\ndiv.nsl-container-block[data-align=\"left\"] .nsl-container-buttons {&#13;\n align-items: flex-start;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-block[data-align=\"center\"] .nsl-container-buttons {&#13;\n align-items: center;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-block[data-align=\"right\"] .nsl-container-buttons {&#13;\n align-items: flex-end;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-inline[data-align=\"left\"] .nsl-container-buttons {&#13;\n justify-content: flex-start;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-inline[data-align=\"center\"] .nsl-container-buttons {&#13;\n justify-content: center;&#13;\n}&#13;\n&#13;\ndiv.nsl-container-inline[data-align=\"right\"] .nsl-container-buttons {&#13;\n justify-content: flex-end;&#13;\n}&#13;\n/* Button align end*/</style></head>&#13;\n&#13;\n" ]
[ "<title>RNDIS Hotspot - Zeroshell Linux Router</title>\n\n" ]
[ { "key": "datasource", "type": "global", "value": "zeroshell.org > forums > topic > rndis hotspot" } ]
[ { "char_end_idx": 163, "char_start_idx": 0, "key": "length", "type": "local", "value": "163" }, { "char_end_idx": 300, "char_start_idx": 163, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 456, "char_start_idx": 300, "key": "length", "type": "local", "value": "155" }, { "char_end_idx": 601, "char_start_idx": 456, "key": "length", "type": "local", "value": "144" }, { "char_end_idx": 604, "char_start_idx": 601, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 606, "char_start_idx": 604, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 697, "char_start_idx": 606, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 700, "char_start_idx": 697, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 702, "char_start_idx": 700, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 733, "char_start_idx": 702, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 736, "char_start_idx": 733, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 738, "char_start_idx": 736, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 791, "char_start_idx": 738, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 794, "char_start_idx": 791, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 860, "char_start_idx": 794, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 862, "char_start_idx": 860, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 905, "char_start_idx": 862, "key": "length", "type": "local", "value": "42" }, { "char_end_idx": 907, "char_start_idx": 905, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1180, "char_start_idx": 907, "key": "length", "type": "local", "value": "272" }, { "char_end_idx": 1348, "char_start_idx": 1180, "key": "length", "type": "local", "value": "167" }, { "char_end_idx": 1468, "char_start_idx": 1348, "key": "length", "type": "local", "value": "119" }, { "char_end_idx": 1470, "char_start_idx": 1468, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1679, "char_start_idx": 1470, "key": "length", "type": "local", "value": "208" }, { "char_end_idx": 1681, "char_start_idx": 1679, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1985, "char_start_idx": 1681, "key": "length", "type": "local", "value": "303" }, { "char_end_idx": 1987, "char_start_idx": 1985, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 2013, "char_start_idx": 1987, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 2015, "char_start_idx": 2013, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 2094, "char_start_idx": 2015, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 2461, "char_start_idx": 2094, "key": "length", "type": "local", "value": "366" }, { "char_end_idx": 2488, "char_start_idx": 2461, "key": "length", "type": "local", "value": "26" }, { "char_end_idx": 2841, "char_start_idx": 2488, "key": "length", "type": "local", "value": "352" }, { "char_end_idx": 2843, "char_start_idx": 2841, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 3020, "char_start_idx": 2843, "key": "length", "type": "local", "value": "176" }, { "char_end_idx": 3022, "char_start_idx": 3020, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 3028, "char_start_idx": 3022, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 3048, "char_start_idx": 3028, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 3050, "char_start_idx": 3048, "key": "length", "type": "local", "value": "1" } ]
[ { "key": "length", "type": "global", "value": "3218" } ]
[ { "char_end_idx": 9, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/", "bbp-breadcrumb-home" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 11, "char_start_idx": 10, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-breadcrumb-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 18, "char_start_idx": 12, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/", "bbp-breadcrumb-root" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 20, "char_start_idx": 19, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-breadcrumb-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 39, "char_start_idx": 21, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/forum/network-management/", "bbp-breadcrumb-forum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 41, "char_start_idx": 40, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-breadcrumb-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 52, "char_start_idx": 42, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/forum/network-management/networking/", "bbp-breadcrumb-forum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 54, "char_start_idx": 53, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-breadcrumb-sep" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 68, "char_start_idx": 55, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-breadcrumb-current" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 68, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "p" }, { "char_end_idx": 69, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-breadcrumb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 136, "char_start_idx": 136, "html_attrs": { "attrs": [ "alt", "src", "srcset", "class", "height", "width" ], "values": [ "", "https://secure.gravatar.com/avatar/3fa9a2255bcaf0ce7785d002e610a2fe?s=14&d=mm&r=g", "https://secure.gravatar.com/avatar/3fa9a2255bcaf0ce7785d002e610a2fe?s=28&d=mm&r=g 2x", "avatar avatar-14 photo", "14", "14" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 136, "char_start_idx": 136, "html_attrs": { "attrs": [ "href", "title", "class", "rel" ], "values": [ "https://zeroshell.org/forums/user/hexxa/", "View Hexxa's profile", "bbp-author-avatar", "nofollow" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 141, "char_start_idx": 136, "html_attrs": { "attrs": [ "href", "title", "class", "rel" ], "values": [ "https://zeroshell.org/forums/user/hexxa/", "View Hexxa's profile", "bbp-author-name", "nofollow" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 163, "char_start_idx": 142, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://zeroshell.org/forums/topic/rndis-hotspot/", "RNDIS Hotspot" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 164, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-topic-description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 165, "char_start_idx": 69, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-template-notice info" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 165, "char_start_idx": 165, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-header" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 773, "char_start_idx": 165, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "p" }, { "char_end_idx": 774, "char_start_idx": 165, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-reply-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 774, "char_start_idx": 165, "html_attrs": { "attrs": [ "class" ], "values": [ "odd bbp-parent-forum-40481 bbp-parent-topic-43679 bbp-reply-position-1 user-id-6036 topic-author post-43679 topic type-topic status-publish hentry" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 774, "char_start_idx": 165, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-body" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 774, "char_start_idx": 774, "html_attrs": { "attrs": [ "class" ], "values": [ "bbp-footer" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 774, "char_start_idx": 165, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "topic-43679-replies", "forums bbp-replies" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 774, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "entry-content", "bbpress-forums" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 774, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-43679", "post-43679 topic type-topic status-publish hentry" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 5, "type": "local", "value": "article" }, { "char_end_idx": 774, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "main", "site-main", "main" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 4, "type": "local", "value": "main" }, { "char_end_idx": 774, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "primary", "content-area" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 778, "char_start_idx": 774, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "h4" }, { "char_end_idx": 797, "char_start_idx": 779, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/new-kernel-4-14-83/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 798, "char_start_idx": 779, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 848, "char_start_idx": 798, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/logmein-hamachi-vpn-client-available-for-zeroshell/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 849, "char_start_idx": 798, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 881, "char_start_idx": 849, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/zeroshell-3-9-0-for-raspberry-pi/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 882, "char_start_idx": 849, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 909, "char_start_idx": 882, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/new-release-zeroshell-3-9-0/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 910, "char_start_idx": 882, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 927, "char_start_idx": 910, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/pppoe-kernel-mode/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 928, "char_start_idx": 910, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 928, "char_start_idx": 779, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 928, "char_start_idx": 774, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "recent-posts-2", "widget widget_recent_entries" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "section" }, { "char_end_idx": 941, "char_start_idx": 928, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 971, "char_start_idx": 942, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/load-balancing-failover/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 971, "char_start_idx": 942, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-165", "menu-item menu-item-type-post_type menu-item-object-page menu-item-165" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 995, "char_start_idx": 972, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/qos/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 995, "char_start_idx": 972, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-177", "menu-item menu-item-type-post_type menu-item-object-page menu-item-177" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1024, "char_start_idx": 996, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/hotspot-router/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1024, "char_start_idx": 996, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-169", "menu-item menu-item-type-post_type menu-item-object-page menu-item-169" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1042, "char_start_idx": 1025, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/radius-accounting/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1042, "char_start_idx": 1025, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-182", "menu-item menu-item-type-post_type menu-item-object-page menu-item-182" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1069, "char_start_idx": 1043, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/umts-hsdpa-mobile-router/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1069, "char_start_idx": 1043, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-189", "menu-item menu-item-type-post_type menu-item-object-page menu-item-189" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1091, "char_start_idx": 1070, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/wireless-access-point/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1091, "char_start_idx": 1070, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-192", "menu-item menu-item-type-post_type menu-item-object-page menu-item-192" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1107, "char_start_idx": 1092, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/openvpn-server/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1107, "char_start_idx": 1092, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-200", "menu-item menu-item-type-post_type menu-item-object-page menu-item-200" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1136, "char_start_idx": 1108, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/openvpn-client/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1136, "char_start_idx": 1108, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-212", "menu-item menu-item-type-post_type menu-item-object-page menu-item-212" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1158, "char_start_idx": 1137, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/proxy-antivirus/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1158, "char_start_idx": 1137, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-215", "menu-item menu-item-type-post_type menu-item-object-page menu-item-215" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1182, "char_start_idx": 1159, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/shibboleth-captive-portal/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1182, "char_start_idx": 1159, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-220", "menu-item menu-item-type-post_type menu-item-object-page menu-item-220" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1196, "char_start_idx": 1183, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/opendns/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1196, "char_start_idx": 1183, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-223", "menu-item menu-item-type-post_type menu-item-object-page menu-item-223" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1219, "char_start_idx": 1197, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/ndpi-iptables/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1219, "char_start_idx": 1197, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-368", "menu-item menu-item-type-post_type menu-item-object-page menu-item-368" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1238, "char_start_idx": 1220, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/mrtg/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1238, "char_start_idx": 1220, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-422", "menu-item menu-item-type-post_type menu-item-object-page menu-item-422" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1258, "char_start_idx": 1239, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/kerberos/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1271, "char_start_idx": 1259, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/kerberos/kerberos-introduction/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1271, "char_start_idx": 1259, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-239", "menu-item menu-item-type-post_type menu-item-object-page menu-item-239" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1276, "char_start_idx": 1272, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/kerberos/kerberos-aims/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1276, "char_start_idx": 1272, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-242", "menu-item menu-item-type-post_type menu-item-object-page menu-item-242" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1298, "char_start_idx": 1277, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/kerberos/kerberos-definitions/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1298, "char_start_idx": 1277, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-248", "menu-item menu-item-type-post_type menu-item-object-page menu-item-248" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1308, "char_start_idx": 1299, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/kerberos/kerberos-operation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1308, "char_start_idx": 1299, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-254", "menu-item menu-item-type-post_type menu-item-object-page menu-item-254" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1316, "char_start_idx": 1309, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/kerberos/kerberos-ticket/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1316, "char_start_idx": 1309, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-261", "menu-item menu-item-type-post_type menu-item-object-page menu-item-261" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1346, "char_start_idx": 1317, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/kerberos/kerberos-cross-authentication/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1346, "char_start_idx": 1317, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-265", "menu-item menu-item-type-post_type menu-item-object-page menu-item-265" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1347, "char_start_idx": 1259, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1347, "char_start_idx": 1239, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-234", "menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-234" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1355, "char_start_idx": 1347, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/x509-details/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1355, "char_start_idx": 1347, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-349", "menu-item menu-item-type-post_type menu-item-object-page menu-item-349" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1362, "char_start_idx": 1356, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/radius-details/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1362, "char_start_idx": 1356, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-354", "menu-item menu-item-type-post_type menu-item-object-page menu-item-354" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1366, "char_start_idx": 1363, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/vpn-details/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1366, "char_start_idx": 1363, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-358", "menu-item menu-item-type-post_type menu-item-object-page menu-item-358" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1375, "char_start_idx": 1367, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/firewall-details/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1375, "char_start_idx": 1367, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-361", "menu-item menu-item-type-post_type menu-item-object-page menu-item-361" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1380, "char_start_idx": 1376, "html_attrs": { "attrs": [ "href" ], "values": [ "https://zeroshell.org/ldap-details/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1380, "char_start_idx": 1376, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-364", "menu-item menu-item-type-post_type menu-item-object-page menu-item-364" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1381, "char_start_idx": 942, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-documentation", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1381, "char_start_idx": 942, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-documentation-container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1381, "char_start_idx": 928, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "nav_menu-3", "widget widget_nav_menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 1394, "char_start_idx": 1381, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 1422, "char_start_idx": 1395, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/pc-iso-install-instructions/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1423, "char_start_idx": 1395, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1494, "char_start_idx": 1423, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/how-can-i-create-a-dhcp-server-in-zeroshell-3-9-0-for-multiple-subnets/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1495, "char_start_idx": 1423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1575, "char_start_idx": 1495, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/lan2lan-to-vpn-provider-up-pingable-through-from-zs-but-not-routing-from-lan/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1576, "char_start_idx": 1495, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1621, "char_start_idx": 1576, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/qrcode-per-zerotruth-qrcode-for-zerotruth/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1622, "char_start_idx": 1576, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1659, "char_start_idx": 1622, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/activation-and-access-to-repositories/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1660, "char_start_idx": 1622, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1701, "char_start_idx": 1660, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/netbalancer-in-zs-3-8-1-strange-behaviour/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1702, "char_start_idx": 1660, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1717, "char_start_idx": 1702, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/feature-request-2/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1718, "char_start_idx": 1702, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1763, "char_start_idx": 1718, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/zeroshel-and-parallel-port-modules-wanted/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1764, "char_start_idx": 1718, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1784, "char_start_idx": 1764, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/get-dns-records-list/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1785, "char_start_idx": 1764, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1826, "char_start_idx": 1785, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/configure-user-to-connect-2-hours-per-day/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1827, "char_start_idx": 1785, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1837, "char_start_idx": 1827, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/accounting-5/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1838, "char_start_idx": 1827, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1868, "char_start_idx": 1838, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/unable-to-get-wan-dhcp-address/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1869, "char_start_idx": 1838, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1891, "char_start_idx": 1869, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/in-praise-of-zeroshell/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1892, "char_start_idx": 1869, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1923, "char_start_idx": 1892, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/zeroshell-as-an-lxc-in-proxmox/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1924, "char_start_idx": 1892, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1949, "char_start_idx": 1924, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/flush-dns-forwarder-cache/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1950, "char_start_idx": 1924, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2017, "char_start_idx": 1950, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/pppoe-not-working-on-raspberry-pi-3-9-1a-but-does-work-on-x86-3-9-0/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2018, "char_start_idx": 1950, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2095, "char_start_idx": 2018, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/rpi-3-b-consolettys0-not-working-while-booting-need-a-development-guide/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2096, "char_start_idx": 2018, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2119, "char_start_idx": 2096, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/dns-a-record-for-domain/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2120, "char_start_idx": 2096, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2192, "char_start_idx": 2120, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/using-conntrack-f-to-keep-voip-working-seems-to-be-interfering-with-vpn/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2193, "char_start_idx": 2120, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2211, "char_start_idx": 2193, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/these-new-forum-ui/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2212, "char_start_idx": 2193, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2250, "char_start_idx": 2212, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/wifi-client-mode-wpa-eap-peap-mschap/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2251, "char_start_idx": 2212, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2288, "char_start_idx": 2251, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/ldap-corruption-after-profile-restore/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2289, "char_start_idx": 2251, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2341, "char_start_idx": 2289, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/site-to-site-vpn-tunnel-with-public-ips-and-bridging/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2342, "char_start_idx": 2289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2404, "char_start_idx": 2342, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/using-zeroshell-as-a-vm-lab-networking-device-with-wifi-uplink/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2405, "char_start_idx": 2342, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2430, "char_start_idx": 2405, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/one-touch-x220s-3g-dongle/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2431, "char_start_idx": 2405, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2467, "char_start_idx": 2431, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/wireless-ap-dlink-dwa-582-802-11ac/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2468, "char_start_idx": 2431, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2471, "char_start_idx": 2468, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/bgp/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2472, "char_start_idx": 2468, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2516, "char_start_idx": 2472, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/new-release-zs-3-91-for-x86-64-and-raspberry/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2517, "char_start_idx": 2472, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2549, "char_start_idx": 2517, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/authentication-with-website-link/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2550, "char_start_idx": 2517, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2568, "char_start_idx": 2550, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://zeroshell.org/forums/topic/python-programming/", "bbp-forum-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2569, "char_start_idx": 2550, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2569, "char_start_idx": 1395, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2569, "char_start_idx": 1381, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "bbp_topics_widget-2", "widget widget_display_topics" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 2583, "char_start_idx": 2569, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 2617, "char_start_idx": 2584, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/net-balanacer-failover-monitoring/#post-65052", "I need some help with my internet.\nMy old setup c…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2618, "char_start_idx": 2584, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2663, "char_start_idx": 2618, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/qrcode-per-zerotruth-qrcode-for-zerotruth/#post-65031", "anyone who has a login qrcode image is allowed 1 …" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2664, "char_start_idx": 2618, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2681, "char_start_idx": 2664, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/change-https-port/#post-65017", "set port 8080 for 80\nand \nset 8443 for 443\nsee you" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2682, "char_start_idx": 2664, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2727, "char_start_idx": 2682, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/zeroshel-and-parallel-port-modules-wanted/#post-64921", "Nevermind, looks like LEDs are working without an…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2728, "char_start_idx": 2682, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2745, "char_start_idx": 2728, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/change-https-port/#post-64918", "Hi, any news about this. Can we maybe change it t…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2746, "char_start_idx": 2728, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2766, "char_start_idx": 2746, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/many-updates-failing/#post-64914", "This post has not been replied since it was poste…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2767, "char_start_idx": 2746, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2808, "char_start_idx": 2767, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/configure-user-to-connect-2-hours-per-day/#post-64909", "make 2 hours limit + daily cron to delete these d…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2809, "char_start_idx": 2767, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2839, "char_start_idx": 2809, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/unable-to-get-wan-dhcp-address/#post-64906", "Well, I finally found my problem. I am running Z…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2840, "char_start_idx": 2809, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2893, "char_start_idx": 2840, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/3-9-0a-frequent-kernel-panic-when-booting-on-rpi-3-b/page/2/#post-64895", "appreciate very nice" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2894, "char_start_idx": 2840, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2907, "char_start_idx": 2894, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/documentation/#post-64873", "Hello,\nI have a problem with my virtual machine. …" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2908, "char_start_idx": 2894, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2956, "char_start_idx": 2908, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/default-gateway-can-no-longer-set-by-interface/#post-64872", "When I was trying to change the gateway of the ro…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2957, "char_start_idx": 2908, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2982, "char_start_idx": 2957, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/running-zeroshell-in-a-vm/#post-64865", "I can not install the zeroshell server on a pc us…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2983, "char_start_idx": 2957, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3008, "char_start_idx": 2983, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/running-zeroshell-in-a-vm/#post-64854", "It has been awhile since I asked the questions ab…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3009, "char_start_idx": 2983, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3046, "char_start_idx": 3009, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/zeroshell-3-9-0-x86-iso-seems-corrupt/#post-64831", "Hi All,\nYes I can confirm the ISO is corrupt and …" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3047, "char_start_idx": 3009, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3100, "char_start_idx": 3047, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/3-9-0a-frequent-kernel-panic-when-booting-on-rpi-3-b/#post-64823", "3.9.1A solves the problem.\nGreat job Fulvio." ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3101, "char_start_idx": 3047, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3119, "char_start_idx": 3101, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/these-new-forum-ui/#post-64821", "The way to search is by clicking on the forums li…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3120, "char_start_idx": 3101, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3138, "char_start_idx": 3120, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/these-new-forum-ui/#post-64819", "So back to the original question: how do you sear…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3139, "char_start_idx": 3120, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3157, "char_start_idx": 3139, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/these-new-forum-ui/#post-64816", "It was my intention to standardize the forum with…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3158, "char_start_idx": 3139, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3196, "char_start_idx": 3158, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/wifi-client-mode-wpa-eap-peap-mschap/#post-64810", "Hi *,\nAfter having a look at the wifi-manager scr…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3197, "char_start_idx": 3158, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3217, "char_start_idx": 3197, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bbp-reply-topic-title", "https://zeroshell.org/forums/topic/tz-database-outdated/#post-64809", "…bump\nZeroshell version 3.9.1\nand still out…" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3218, "char_start_idx": 3197, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3218, "char_start_idx": 2584, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3218, "char_start_idx": 2569, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "bbp_replies_widget-2", "widget widget_display_replies" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 3218, "char_start_idx": 774, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "secondary", "widget-area", "complementary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 10, "type": "local", "value": "aside" }, { "char_end_idx": 3218, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "site-content mt-container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3218, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "site" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3218, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-rsssl", "class" ], "values": [ "1", "topic bbpress topic-template-default single single-topic postid-43679 group-blog right-sidebar fullwidth_layout" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 69, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "Home Page › Forums › Network Management › Networking › RNDIS Hotspot\n" }, { "char_end_idx": 165, "char_start_idx": 69, "key": "paragraph", "marker": "p", "type": "local", "value": "This topic contains 1 reply, has 0 voices, and was last updated by Hexxa 5 years, 9 months ago.\n" }, { "char_end_idx": 774, "char_start_idx": 165, "key": "paragraph", "marker": "p", "type": "local", "value": "I have an old eeepc701 i want to use as wifi-hotspot for my friends(they don’t have 3G), and i only have a android smartphone to tether.\nI adjusted the startup script to bring usb0 up and get a ip with dhcp, and internet is reachable from the eeepc itself(lynx can load pages and i can ping).\nBut the problem now is that on the (unencrypted)wifi hotspot with captive portal the internet is unreachable :/\nRoute table seemed to be ok(172.16.0.0/24 > wlan 0, standard gw -> usb0)\nAnd DHCP also seemed to work like it should(DNS to 172.16.0.0(IP of eeepc), gateway to 172.16.0.0)\nShould i adjust something else?\n" }, { "char_end_idx": 778, "char_start_idx": 774, "key": "paragraph", "marker": "h4", "type": "local", "value": "News" }, { "char_end_idx": 798, "char_start_idx": 778, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNew Kernel 4.14.83\n" }, { "char_end_idx": 849, "char_start_idx": 798, "key": "paragraph", "marker": "li", "type": "local", "value": "LogMeIn Hamachi VPN Client available for Zeroshell\n" }, { "char_end_idx": 882, "char_start_idx": 849, "key": "paragraph", "marker": "li", "type": "local", "value": "Zeroshell 3.9.0 for Raspberry Pi\n" }, { "char_end_idx": 910, "char_start_idx": 882, "key": "paragraph", "marker": "li", "type": "local", "value": "New release Zeroshell 3.9.0\n" }, { "char_end_idx": 928, "char_start_idx": 910, "key": "paragraph", "marker": "section", "type": "local", "value": "PPPoE Kernel Mode\n" }, { "char_end_idx": 941, "char_start_idx": 928, "key": "paragraph", "marker": "h4", "type": "local", "value": "Documentation" }, { "char_end_idx": 971, "char_start_idx": 941, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMultiple Internet Connections" }, { "char_end_idx": 995, "char_start_idx": 971, "key": "paragraph", "marker": "li", "type": "local", "value": "\nQoS and Traffic Shaping" }, { "char_end_idx": 1024, "char_start_idx": 995, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHotspot using Captive Portal" }, { "char_end_idx": 1042, "char_start_idx": 1024, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRADIUS Accounting" }, { "char_end_idx": 1069, "char_start_idx": 1042, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMobile Internet Connection" }, { "char_end_idx": 1091, "char_start_idx": 1069, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWireless Access Point" }, { "char_end_idx": 1107, "char_start_idx": 1091, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOpenVPN Gateway" }, { "char_end_idx": 1136, "char_start_idx": 1107, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOpenVPN Client Configuration" }, { "char_end_idx": 1158, "char_start_idx": 1136, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransparent Web Proxy" }, { "char_end_idx": 1182, "char_start_idx": 1158, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCaptive Portal SAML 2.0" }, { "char_end_idx": 1196, "char_start_idx": 1182, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOpenDNS setup" }, { "char_end_idx": 1219, "char_start_idx": 1196, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDeep Packet Inspection" }, { "char_end_idx": 1238, "char_start_idx": 1219, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTraffic Statistics" }, { "char_end_idx": 1271, "char_start_idx": 1238, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKerberos 5 Tutorial\nIntroduction" }, { "char_end_idx": 1276, "char_start_idx": 1271, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAims" }, { "char_end_idx": 1298, "char_start_idx": 1276, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDefinitions and terms" }, { "char_end_idx": 1308, "char_start_idx": 1298, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOperation" }, { "char_end_idx": 1316, "char_start_idx": 1308, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTickets" }, { "char_end_idx": 1346, "char_start_idx": 1316, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKerberos Cross Authentication" }, { "char_end_idx": 1347, "char_start_idx": 1346, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1355, "char_start_idx": 1347, "key": "paragraph", "marker": "li", "type": "local", "value": "X.509 CA" }, { "char_end_idx": 1362, "char_start_idx": 1355, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRADIUS" }, { "char_end_idx": 1366, "char_start_idx": 1362, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVPN" }, { "char_end_idx": 1375, "char_start_idx": 1366, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFirewall" }, { "char_end_idx": 1380, "char_start_idx": 1375, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLDAP" }, { "char_end_idx": 1381, "char_start_idx": 1380, "key": "paragraph", "marker": "section", "type": "local", "value": "\n" }, { "char_end_idx": 1394, "char_start_idx": 1381, "key": "paragraph", "marker": "h4", "type": "local", "value": "Recent Topics" }, { "char_end_idx": 1423, "char_start_idx": 1394, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPC ISO install instructions\n" }, { "char_end_idx": 1495, "char_start_idx": 1423, "key": "paragraph", "marker": "li", "type": "local", "value": "How can I create a DHCP server in ZeroShell 3.9.0 for multiple subnets?\n" }, { "char_end_idx": 1576, "char_start_idx": 1495, "key": "paragraph", "marker": "li", "type": "local", "value": "LAN2LAN to VPN Provider – Up, pingable through from Zs, but not routing from LAN\n" }, { "char_end_idx": 1622, "char_start_idx": 1576, "key": "paragraph", "marker": "li", "type": "local", "value": "Qrcode per zerotruth ( qrcode for zerotruth )\n" }, { "char_end_idx": 1660, "char_start_idx": 1622, "key": "paragraph", "marker": "li", "type": "local", "value": "Activation and access to repositories\n" }, { "char_end_idx": 1702, "char_start_idx": 1660, "key": "paragraph", "marker": "li", "type": "local", "value": "Netbalancer in zS 3.8.1 strange behaviour\n" }, { "char_end_idx": 1718, "char_start_idx": 1702, "key": "paragraph", "marker": "li", "type": "local", "value": "Feature request\n" }, { "char_end_idx": 1764, "char_start_idx": 1718, "key": "paragraph", "marker": "li", "type": "local", "value": "Zeroshel and Parallel Port ( modules wanted )\n" }, { "char_end_idx": 1785, "char_start_idx": 1764, "key": "paragraph", "marker": "li", "type": "local", "value": "Get DNS records list\n" }, { "char_end_idx": 1827, "char_start_idx": 1785, "key": "paragraph", "marker": "li", "type": "local", "value": "configure user to connect 2 hours per day\n" }, { "char_end_idx": 1838, "char_start_idx": 1827, "key": "paragraph", "marker": "li", "type": "local", "value": "Accounting\n" }, { "char_end_idx": 1869, "char_start_idx": 1838, "key": "paragraph", "marker": "li", "type": "local", "value": "Unable to Get WAN DHCP Address\n" }, { "char_end_idx": 1892, "char_start_idx": 1869, "key": "paragraph", "marker": "li", "type": "local", "value": "In Praise of ZeroShell\n" }, { "char_end_idx": 1924, "char_start_idx": 1892, "key": "paragraph", "marker": "li", "type": "local", "value": "ZeroShell as an LXC in Proxmox?\n" }, { "char_end_idx": 1950, "char_start_idx": 1924, "key": "paragraph", "marker": "li", "type": "local", "value": "Flush DNS forwarder cache\n" }, { "char_end_idx": 2018, "char_start_idx": 1950, "key": "paragraph", "marker": "li", "type": "local", "value": "PPPoE Not Working on Raspberry Pi 3.9.1A But Does Work on X86 3.9.0\n" }, { "char_end_idx": 2096, "char_start_idx": 2018, "key": "paragraph", "marker": "li", "type": "local", "value": "RPI 3 B+: console=ttyS0 not working while booting / need a development guide.\n" }, { "char_end_idx": 2120, "char_start_idx": 2096, "key": "paragraph", "marker": "li", "type": "local", "value": "DNS A record for domain\n" }, { "char_end_idx": 2193, "char_start_idx": 2120, "key": "paragraph", "marker": "li", "type": "local", "value": "Using conntrack -F to keep VOIP working seems to be interfering with VPN\n" }, { "char_end_idx": 2212, "char_start_idx": 2193, "key": "paragraph", "marker": "li", "type": "local", "value": "These new forum UI\n" }, { "char_end_idx": 2251, "char_start_idx": 2212, "key": "paragraph", "marker": "li", "type": "local", "value": "WiFi client mode WPA-EAP (PEAP) MSCHAP\n" }, { "char_end_idx": 2289, "char_start_idx": 2251, "key": "paragraph", "marker": "li", "type": "local", "value": "LDAP Corruption After Profile Restore\n" }, { "char_end_idx": 2342, "char_start_idx": 2289, "key": "paragraph", "marker": "li", "type": "local", "value": "SITE TO SITE VPN TUNNEL With Public IPs and bridging\n" }, { "char_end_idx": 2405, "char_start_idx": 2342, "key": "paragraph", "marker": "li", "type": "local", "value": "Using ZeroShell as a VM-Lab networking device with WiFi uplink\n" }, { "char_end_idx": 2431, "char_start_idx": 2405, "key": "paragraph", "marker": "li", "type": "local", "value": "One touch x220s 3g dongle\n" }, { "char_end_idx": 2468, "char_start_idx": 2431, "key": "paragraph", "marker": "li", "type": "local", "value": "Wireless AP (DLINK DWA-582 802.11ac)\n" }, { "char_end_idx": 2472, "char_start_idx": 2468, "key": "paragraph", "marker": "li", "type": "local", "value": "BGP\n" }, { "char_end_idx": 2517, "char_start_idx": 2472, "key": "paragraph", "marker": "li", "type": "local", "value": "NEW Release ZS 3.91 for X86-64 and Raspberry\n" }, { "char_end_idx": 2550, "char_start_idx": 2517, "key": "paragraph", "marker": "li", "type": "local", "value": "Authentication with website link\n" }, { "char_end_idx": 2569, "char_start_idx": 2550, "key": "paragraph", "marker": "section", "type": "local", "value": "Python Programming\n" }, { "char_end_idx": 2583, "char_start_idx": 2569, "key": "paragraph", "marker": "h4", "type": "local", "value": "Recent Replies" }, { "char_end_idx": 2618, "char_start_idx": 2583, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNet Balanacer failover monitoring\n" }, { "char_end_idx": 2664, "char_start_idx": 2618, "key": "paragraph", "marker": "li", "type": "local", "value": "Qrcode per zerotruth ( qrcode for zerotruth )\n" }, { "char_end_idx": 2682, "char_start_idx": 2664, "key": "paragraph", "marker": "li", "type": "local", "value": "Change HTTPS port\n" }, { "char_end_idx": 2728, "char_start_idx": 2682, "key": "paragraph", "marker": "li", "type": "local", "value": "Zeroshel and Parallel Port ( modules wanted )\n" }, { "char_end_idx": 2746, "char_start_idx": 2728, "key": "paragraph", "marker": "li", "type": "local", "value": "Change HTTPS port\n" }, { "char_end_idx": 2767, "char_start_idx": 2746, "key": "paragraph", "marker": "li", "type": "local", "value": "Many updates failing\n" }, { "char_end_idx": 2809, "char_start_idx": 2767, "key": "paragraph", "marker": "li", "type": "local", "value": "configure user to connect 2 hours per day\n" }, { "char_end_idx": 2840, "char_start_idx": 2809, "key": "paragraph", "marker": "li", "type": "local", "value": "Unable to Get WAN DHCP Address\n" }, { "char_end_idx": 2894, "char_start_idx": 2840, "key": "paragraph", "marker": "li", "type": "local", "value": "3.9.0A frequent kernel panic when booting on RPI 3 B+\n" }, { "char_end_idx": 2908, "char_start_idx": 2894, "key": "paragraph", "marker": "li", "type": "local", "value": "Documentation\n" }, { "char_end_idx": 2957, "char_start_idx": 2908, "key": "paragraph", "marker": "li", "type": "local", "value": "Default gateway? Can no longer set by interface?\n" }, { "char_end_idx": 2983, "char_start_idx": 2957, "key": "paragraph", "marker": "li", "type": "local", "value": "Running Zeroshell in a VM\n" }, { "char_end_idx": 3009, "char_start_idx": 2983, "key": "paragraph", "marker": "li", "type": "local", "value": "Running Zeroshell in a VM\n" }, { "char_end_idx": 3047, "char_start_idx": 3009, "key": "paragraph", "marker": "li", "type": "local", "value": "ZeroShell-3.9.0-X86.iso seems corrupt\n" }, { "char_end_idx": 3101, "char_start_idx": 3047, "key": "paragraph", "marker": "li", "type": "local", "value": "3.9.0A frequent kernel panic when booting on RPI 3 B+\n" }, { "char_end_idx": 3120, "char_start_idx": 3101, "key": "paragraph", "marker": "li", "type": "local", "value": "These new forum UI\n" }, { "char_end_idx": 3139, "char_start_idx": 3120, "key": "paragraph", "marker": "li", "type": "local", "value": "These new forum UI\n" }, { "char_end_idx": 3158, "char_start_idx": 3139, "key": "paragraph", "marker": "li", "type": "local", "value": "These new forum UI\n" }, { "char_end_idx": 3197, "char_start_idx": 3158, "key": "paragraph", "marker": "li", "type": "local", "value": "WiFi client mode WPA-EAP (PEAP) MSCHAP\n" }, { "char_end_idx": 3218, "char_start_idx": 3197, "key": "paragraph", "marker": "div", "type": "local", "value": "tz database outdated\n" } ]
[]
[ { "key": "title", "type": "global", "value": "RNDIS Hotspot - Zeroshell Linux Router" } ]
[ { "key": "url", "type": "global", "value": "https://zeroshell.org/forums/topic/rndis-hotspot/" } ]
[ { "key": "website_description", "type": "global", "value": "Zeroshell is a small open-source Linux distribution for servers and embedded systems which aims to provide network services." } ]
Home Page › Forums › Network Management › Networking › RNDIS Hotspot This topic contains 1 reply, has 0 voices, and was last updated by Hexxa 5 years, 9 months ago. I have an old eeepc701 i want to use as wifi-hotspot for my friends(they don’t have 3G), and i only have a android smartphone to tether. I adjusted the startup script to bring usb0 up and get a ip with dhcp, and internet is reachable from the eeepc itself(lynx can load pages and i can ping). But the problem now is that on the (unencrypted)wifi hotspot with captive portal the internet is unreachable :/ Route table seemed to be ok(172.16.0.0/24 > wlan 0, standard gw -> usb0) And DHCP also seemed to work like it should(DNS to 172.16.0.0(IP of eeepc), gateway to 172.16.0.0) Should i adjust something else? News New Kernel 4.14.83 LogMeIn Hamachi VPN Client available for Zeroshell Zeroshell 3.9.0 for Raspberry Pi New release Zeroshell 3.9.0 PPPoE Kernel Mode Documentation Multiple Internet Connections QoS and Traffic Shaping Hotspot using Captive Portal RADIUS Accounting Mobile Internet Connection Wireless Access Point OpenVPN Gateway OpenVPN Client Configuration Transparent Web Proxy Captive Portal SAML 2.0 OpenDNS setup Deep Packet Inspection Traffic Statistics Kerberos 5 Tutorial Introduction Aims Definitions and terms Operation Tickets Kerberos Cross Authentication X.509 CA RADIUS VPN Firewall LDAP Recent Topics PC ISO install instructions How can I create a DHCP server in ZeroShell 3.9.0 for multiple subnets? LAN2LAN to VPN Provider – Up, pingable through from Zs, but not routing from LAN Qrcode per zerotruth ( qrcode for zerotruth ) Activation and access to repositories Netbalancer in zS 3.8.1 strange behaviour Feature request Zeroshel and Parallel Port ( modules wanted ) Get DNS records list configure user to connect 2 hours per day Accounting Unable to Get WAN DHCP Address In Praise of ZeroShell ZeroShell as an LXC in Proxmox? Flush DNS forwarder cache PPPoE Not Working on Raspberry Pi 3.9.1A But Does Work on X86 3.9.0 RPI 3 B+: console=ttyS0 not working while booting / need a development guide. DNS A record for domain Using conntrack -F to keep VOIP working seems to be interfering with VPN These new forum UI WiFi client mode WPA-EAP (PEAP) MSCHAP LDAP Corruption After Profile Restore SITE TO SITE VPN TUNNEL With Public IPs and bridging Using ZeroShell as a VM-Lab networking device with WiFi uplink One touch x220s 3g dongle Wireless AP (DLINK DWA-582 802.11ac) BGP NEW Release ZS 3.91 for X86-64 and Raspberry Authentication with website link Python Programming Recent Replies Net Balanacer failover monitoring Qrcode per zerotruth ( qrcode for zerotruth ) Change HTTPS port Zeroshel and Parallel Port ( modules wanted ) Change HTTPS port Many updates failing configure user to connect 2 hours per day Unable to Get WAN DHCP Address 3.9.0A frequent kernel panic when booting on RPI 3 B+ Documentation Default gateway? Can no longer set by interface? Running Zeroshell in a VM Running Zeroshell in a VM ZeroShell-3.9.0-X86.iso seems corrupt 3.9.0A frequent kernel panic when booting on RPI 3 B+ These new forum UI These new forum UI These new forum UI WiFi client mode WPA-EAP (PEAP) MSCHAP tz database outdated
https://zeroshell.org/forums/topic/rndis-hotspot/
[ { "char_end_idx": 651, "char_start_idx": 647, "key": "entity", "type": "local", "value": "Dynamic_Host_Configuration_Protocol" }, { "char_end_idx": 778, "char_start_idx": 774, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 789, "char_start_idx": 779, "key": "entity", "type": "local", "value": "MinWin" }, { "char_end_idx": 848, "char_start_idx": 839, "key": "entity", "type": "local", "value": "Zeroshell" }, { "char_end_idx": 858, "char_start_idx": 849, "key": "entity", "type": "local", "value": "Zeroshell" }, { "char_end_idx": 881, "char_start_idx": 869, "key": "entity", "type": "local", "value": "Raspberry_Pi" }, { "char_end_idx": 971, "char_start_idx": 951, "key": "entity", "type": "local", "value": "Internet_access" }, { "char_end_idx": 995, "char_start_idx": 980, "key": "entity", "type": "local", "value": "Traffic_shaping" }, { "char_end_idx": 1024, "char_start_idx": 1010, "key": "entity", "type": "local", "value": "Captive_portal" }, { "char_end_idx": 1190, "char_start_idx": 1183, "key": "entity", "type": "local", "value": "OpenDNS" }, { "char_end_idx": 1219, "char_start_idx": 1197, "key": "entity", "type": "local", "value": "Deep_packet_inspection" }, { "char_end_idx": 1247, "char_start_idx": 1239, "key": "entity", "type": "local", "value": "Kerberos_(protocol)" }, { "char_end_idx": 1362, "char_start_idx": 1356, "key": "entity", "type": "local", "value": "RADIUS" }, { "char_end_idx": 1380, "char_start_idx": 1376, "key": "entity", "type": "local", "value": "Lightweight_Directory_Access_Protocol" }, { "char_end_idx": 1466, "char_start_idx": 1457, "key": "entity", "type": "local", "value": "Zeroshell" }, { "char_end_idx": 1549, "char_start_idx": 1547, "key": "entity", "type": "local", "value": "Zs_(band)" }, { "char_end_idx": 1575, "char_start_idx": 1572, "key": "entity", "type": "local", "value": "Local_area_network" }, { "char_end_idx": 1744, "char_start_idx": 1731, "key": "entity", "type": "local", "value": "Parallel_port" }, { "char_end_idx": 1901, "char_start_idx": 1892, "key": "entity", "type": "local", "value": "Zeroshell" }, { "char_end_idx": 1911, "char_start_idx": 1908, "key": "entity", "type": "local", "value": "LXC" }, { "char_end_idx": 2021, "char_start_idx": 2018, "key": "entity", "type": "local", "value": "Revenue_protection_inspector" }, { "char_end_idx": 2138, "char_start_idx": 2137, "key": "entity", "type": "local", "value": "F" }, { "char_end_idx": 2250, "char_start_idx": 2244, "key": "entity", "type": "local", "value": "MS-CHAP" }, { "char_end_idx": 2357, "char_start_idx": 2348, "key": "entity", "type": "local", "value": "Zeroshell" }, { "char_end_idx": 2442, "char_start_idx": 2431, "key": "entity", "type": "local", "value": "Wireless_access_point" }, { "char_end_idx": 2471, "char_start_idx": 2468, "key": "entity", "type": "local", "value": "Border_Gateway_Protocol" }, { "char_end_idx": 2516, "char_start_idx": 2507, "key": "entity", "type": "local", "value": "Raspberry" }, { "char_end_idx": 2568, "char_start_idx": 2550, "key": "entity", "type": "local", "value": "Python_(programming_language)" }, { "char_end_idx": 2708, "char_start_idx": 2695, "key": "entity", "type": "local", "value": "Parallel_port" }, { "char_end_idx": 2974, "char_start_idx": 2965, "key": "entity", "type": "local", "value": "Zeroshell" }, { "char_end_idx": 2982, "char_start_idx": 2980, "key": "entity", "type": "local", "value": "Virtual_machine" }, { "char_end_idx": 3000, "char_start_idx": 2991, "key": "entity", "type": "local", "value": "Zeroshell" }, { "char_end_idx": 3008, "char_start_idx": 3006, "key": "entity", "type": "local", "value": "Virtual_machine" }, { "char_end_idx": 3196, "char_start_idx": 3190, "key": "entity", "type": "local", "value": "MS-CHAP" } ]
[ { "char_end_idx": 774, "char_start_idx": 165, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Dynamic_Host_Configuration_Protocol" }, { "char_end_idx": 778, "char_start_idx": 774, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 798, "char_start_idx": 778, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "MinWin" }, { "char_end_idx": 849, "char_start_idx": 798, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zeroshell" }, { "char_end_idx": 882, "char_start_idx": 849, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zeroshell" }, { "char_end_idx": 882, "char_start_idx": 849, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Raspberry_Pi" }, { "char_end_idx": 971, "char_start_idx": 941, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Internet_access" }, { "char_end_idx": 995, "char_start_idx": 971, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Traffic_shaping" }, { "char_end_idx": 1024, "char_start_idx": 995, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Captive_portal" }, { "char_end_idx": 1196, "char_start_idx": 1182, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "OpenDNS" }, { "char_end_idx": 1219, "char_start_idx": 1196, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Deep_packet_inspection" }, { "char_end_idx": 1271, "char_start_idx": 1238, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Kerberos_(protocol)" }, { "char_end_idx": 1362, "char_start_idx": 1355, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "RADIUS" }, { "char_end_idx": 1380, "char_start_idx": 1375, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lightweight_Directory_Access_Protocol" }, { "char_end_idx": 1495, "char_start_idx": 1423, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zeroshell" }, { "char_end_idx": 1576, "char_start_idx": 1495, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zs_(band)" }, { "char_end_idx": 1576, "char_start_idx": 1495, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Local_area_network" }, { "char_end_idx": 1764, "char_start_idx": 1718, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Parallel_port" }, { "char_end_idx": 1924, "char_start_idx": 1892, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zeroshell" }, { "char_end_idx": 1924, "char_start_idx": 1892, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "LXC" }, { "char_end_idx": 2096, "char_start_idx": 2018, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Revenue_protection_inspector" }, { "char_end_idx": 2193, "char_start_idx": 2120, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "F" }, { "char_end_idx": 2251, "char_start_idx": 2212, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "MS-CHAP" }, { "char_end_idx": 2405, "char_start_idx": 2342, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zeroshell" }, { "char_end_idx": 2468, "char_start_idx": 2431, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Wireless_access_point" }, { "char_end_idx": 2472, "char_start_idx": 2468, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Border_Gateway_Protocol" }, { "char_end_idx": 2517, "char_start_idx": 2472, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Raspberry" }, { "char_end_idx": 2569, "char_start_idx": 2550, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Python_(programming_language)" }, { "char_end_idx": 2728, "char_start_idx": 2682, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Parallel_port" }, { "char_end_idx": 2983, "char_start_idx": 2957, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zeroshell" }, { "char_end_idx": 2983, "char_start_idx": 2957, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Virtual_machine" }, { "char_end_idx": 3009, "char_start_idx": 2983, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zeroshell" }, { "char_end_idx": 3009, "char_start_idx": 2983, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Virtual_machine" }, { "char_end_idx": 3197, "char_start_idx": 3158, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "MS-CHAP" } ]
0
48
1555672849000
<!DOCTYPE html> <!--[if IE 9 ]> <html dir="ltr" lang="en-US" class="ie9"> <![endif]--> <!--[if (gte IE 10)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html dir="ltr" lang="en-US"><!--<![endif]--> <head> <!-- application --> <script type="text/javascript" src="//code.jquery.com/jquery-1.11.3.min.js"></script> <style>.async-hide { opacity: 0 !important} </style> <script> (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date; h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')}; (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c; })(window,document.documentElement,'async-hide','dataLayer',4000, {'GTM-WDFZS8D':true}); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-136373-5', 'auto'); ga('require', 'GTM-WDFZS8D'); ga('send', 'pageview'); </script> <meta charset="UTF-8"> <script>window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"1b930da09b","applicationID":"22494915","transactionName":"cFkNREpaWA9dF0pcXkBVTEBKUEcQZxcAXVJSRQZDZ1ZVAFAAAQ==","queueTime":0,"applicationTime":24,"agent":""}</script> <script>window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1118.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <meta name="description" content="The world’s most popular anime, manga and more!"> <title>VIZ | VIZ MEDIA ANNOUNCES THE SIMULCAST PREMIERE OF THE INTENSE DARK ACTION SERIES ZETMAN, THE SAME DAY AS IT DEBUTS IN JAPAN</title> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=47MPqANpyj"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=47MPqANpyj"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=47MPqANpyj"> <link rel="manifest" href="/favicon/manifest.json?v=47MPqANpyj"> <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=47MPqANpyj" color="#ff0000"> <link rel="shortcut icon" href="/favicon/favicon.ico?v=47MPqANpyj"> <meta name="msapplication-config" content="/favicon/browserconfig.xml?v=47MPqANpyj"> <meta name="theme-color" content="#ff0000"> <link rel="stylesheet" media="all" href="https://assets.viz.com/assets/manifest-viz-ui-ff98d880cd859eb469620f19e469be7ea0dccd59dcf76faa76c3dcc434ef3999.css" /> <script type="text/javascript"> // Picture element HTML5 shiv document.createElement( "picture" ); </script> <script src="https://assets.viz.com/assets/manifest-picturefill-251915c1c5c28dce5fe695c7b06042b06148adf01b169726c36bf677baebd29a.js" async="async"></script> <script src="https://assets.viz.com/assets/manifest-viz-common-0918cd976a275eac26e1acd7d05f799803679683b34c0b3db818ed1a6fb85e55.js"></script> <script src="https://assets.viz.com/assets/manifest-viz-ui-4ae2ef7ce9bfa4eacd0f95417a8a0ef0b12321988bba199561a5c578a468606b.js"></script> <script> //<![CDATA[ var loginURL = 'https://www.viz.com/account/try_login.json', signupURL = 'https://www.viz.com/account/try_create_account.json'; //]]> </script> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1691826154417019'); fbq('track', "PageView");</script> <noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1691826154417019&ev=PageView&noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> <!-- Pinterest Pixel Base Code --> <script type="text/javascript"> !function(e){if(!window.pintrk){window.pintrk=function(){ window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var n=window.pintrk;n.queue=[],n.version="3.0";var t=document.createElement("script");t.async=!0,t.src=e;var r=document.getElementsByTagName("script")[0]; r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js"); pintrk('load', '2613740785131' ); pintrk('page'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=&noscript=1" /> </noscript> <!-- End Pinterest Pixel Base Code --> <script type="text/javascript"> setTimeout(function(){var a=document.createElement("script"); var b=document.getElementsByTagName("script")[0]; a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0062/6851.js?"+Math.floor(new Date().getTime()/3600000); a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); </script> </head> <body class=bg-white> <header id="site-header" role="banner" class="o_site-header bg-trans-white"> <div id="fan-favorites" class="o_fan-favorites bg-off-black type-sm disp-n--nl"> <div class="o_fan-favorites-row row h-scroll"> <h2 class="disp-ib mar-r-md color-mid-gray">Manga &amp; Anime Favorites</h2> <ul class="disp-ib"> <li class="disp-ib mar-r-md"><a href="/my-hero-academia">My Hero Academia</a></li> <li class="disp-ib mar-r-md"><a href="/pokemon">Pokémon</a></li> <li class="disp-ib mar-r-md"><a href="/naruto">Naruto</a></li> <li class="disp-ib mar-r-md"><a href="/sailor-moon">Sailor Moon</a></li> <li class="disp-ib mar-r-md"><a href="/tokyo-ghoul">Tokyo Ghoul</a></li> <li class="disp-ib mar-r-md"><a href="/boruto">Boruto</a></li> <li class="disp-ib mar-r-md"><a href="/one-punch-man">One-Punch Man</a></li> <li class="disp-ib mar-r-md"><a href="/the-world-next-door">Play The World Next Door!</a></li> </ul> </div> </div> <div id="header-container" class="row flex flex-justify"> <h1 class="o_logo-top bg-red flex g-3--lg g-omega--lg"> <span class="color-white type-sm--md type-bs weight-bold pos-r"> <a href="/" class="o_logo-img"><img alt="VIZ Media: The world’s most popular anime, manga and more!" src="https://assets.viz.com/assets/logo@2x-b76f649f933ea15f45147ff5445a2501c85c7f863ba0aba5ea7bec93c3272cc6.png" /> </a> </span> </h1> <a href="javascript:void(0)" data-nav-open class="nav-btn nav-btn--center color-off-black"><i class="icon-menu"></i><span>Menu</span></a> <nav id="nav-container" data-nav-state="closed" role="navigation" class="o_nav-container"> <a href="javascript:void(0)" data-nav-close class="nav-btn color-white pad-y-sm mar-y-rg"><i class="icon-close"></i><span>Dismiss</span></a> <ul id="primary-nav" class="o_primary-nav type-md style-caps weight-bold mar-y-md mar-y-0--lg"> <li class="o_primary-nav-item disp-ib--lg mar-r-md"><a class="o_primary-nav-link" href="/read">Read</a></li> <li class="o_primary-nav-item disp-ib--lg mar-r-md"><a class="o_primary-nav-link" href="/watch">Watch</a></li> <li class="o_primary-nav-item disp-ib--lg mar-r-md"><a class="o_primary-nav-link" href="/shonenjump">Shonen Jump</a></li> <li class="o_primary-nav-item disp-ib--lg mar-r-md"><a class="o_primary-nav-link" href="/community">Community</a></li> <li class="o_primary-nav-item disp-ib--lg"><a class="o_primary-nav-link" href="/calendar">Calendar</a></li> </ul> <div id="site-search" class="o_site-search float-r--lg"> <!-- header search bar --> <form action="/search" method="GET"> <input name="search" type="search" class="o_search-ac o_site-search-field" placeholder="Find a title or a character…" autocomplete="off"> <button class="o_site-search-btn"><i class="icon-search"></i></button> </form> </div> <div id="fan-favorites-small" class="o_fan-favorites-small disp-n--lg type-sm mar-y-md mar-y-0--lg"> <div class="mar-b-rg"><a href="/the-world-next-door">Play The World Next Door!</a></div> <ul class="list-unmarked line-tight"> <li class="mar-b-rg"><a href="/my-hero-academia">My Hero Academia</a></li> <li class="mar-b-rg"><a href="/pokemon">Pokémon</a></li> <li class="mar-b-rg"><a href="/naruto">Naruto</a></li> <li class="mar-b-rg"><a href="/sailor-moon">Sailor Moon</a></li> <li class="mar-b-rg"><a href="/tokyo-ghoul">Tokyo Ghoul</a></li> <li class="mar-b-rg"><a href="/boruto">Boruto</a></li> <li class="mar-b-rg"><a href="/one-punch-man">One-Punch Man</a></li> </ul> </div> <ul id="utility-nav" class="o_utility-nav type-rg mar-t-rg mar-b-xl mar-t-md mar-t-sm--lg"> <li class="o_account-links disp-bl disp-ib--lg mar-b-md mar-b-0--lg"> </li> </ul> </nav> </div> </header> <section class="mar-y-lg mar-y-xl--lg"> <div class="row last-row"> <div class="g-10--lg g-shift-1--lg"> <h2 style="text-align: center;">VIZ MEDIA ANNOUNCES THE SIMULCAST PREMIERE OF THE INTENSE DARK ACTION SERIES <em>ZETMAN,</em> THE SAME DAY AS IT DEBUTS IN JAPAN&nbsp; </h2><h3 style="text-align: center;"><em>Seinen Sci-Fi Anime Adventure Launches Today On VIZAnime.com And Hulu And Is Based On A Manga Series By Acclaimed Creator Masakazu Katsura</em><strong> <br></strong></h3> <p><strong>San Francisco, CA, April 2, 2012 –</strong> VIZ Media, LLC (VIZ Media), the largest distributor and licensor of anime and manga in North America, is proud to announce today’s online simulcast debut of the gritty new sci-fi anime action series – ZETMAN –on <a href="http://vizanime.com/">VIZAnime.com</a>, the company’s own website for <em><span style="text-decoration: underline;">free</span></em> anime, as well as on the free, ad-supported Hulu service and the Hulu Plus subscription service (<a href="http://www.hulu.com/">www.Hulu.com</a>). </p> <p>ZETMAN is rated ‘TV-MA’ for Mature Audiences, and is based on a popular seinen manga (graphic novel) series by Masakazu Katsura, who also created VIDEO GIRL AI and I”S (both published in North America by VIZ Media) and was the character designer for the hit anime TIGER &amp; BUNNY (also available on VIZAnime.com). The anime series, presented in Japanese with English subtitles, launches in U.S. the same day as it debuts in Japan; a new episode will be available each Monday.</p> <p>“ZET,” the one who is entrusted with the future of mankind. “ALPHAS,” the one who is searching for the meaning of true justice. They will be the ones who will change the world. Is it coincidence or fate that brings these two heroes together? Soon, the two will learn what fate has in mind for them…</p> <p>“What is justice? What is hope? What does it mean to be strong? What does it mean to be human? ZETMAN ponders these questions and offers some surprising action-packed answers,” says Brian Ige, Vice President, Animation at VIZ Media. “Don’t miss the exciting simulcast debut, streaming exclusively on VIZAnime.com and Hulu, and tune in each week for a brand new episode to follow the remarkable changes that ensue after Jin Kanzaki meets a super-powered bloodthirsty killer!”&nbsp; </p><p>VIZAnime.com<em> </em>is a free-to-use web destination that is now the permanent home to some of the company’s best-loved animated series. Over 1,800 episodes are currently available, and new content is added on a weekly basis. Series currently simulcast on VIZAnime.com include LAGRANGE – THE FLOWER OF RIN-NE and NARUTO SHIPPUDEN. Other fan-favorite series available include BLEACH, BLUE EXORCIST, CROSS GAME, DEATH NOTE, FULL MOON, INUYASHA: THE FINAL ACT, KEKKAISHI, NAOKI URASAWA’S MONSTER, NURA: RISE OF THE YOKAI CLAN, ONE PIECE, TIGER &amp; BUNNY, VAMPIRE KNIGHT, and more!</p> <p>For more information on ZETMAN and other animated titles from VIZ Media please visit <a href="http://www.vizanime.com/">www.VIZAnime.com</a>.</p> <p>&nbsp;</p> <p><strong>About VIZ Media, LLC </strong><strong>&nbsp;</strong></p> <p>Headquartered in San Francisco, California, VIZ Media distributes, markets and licenses the best anime and manga titles direct from Japan.&nbsp; Owned by three of Japan's largest manga and animation companies, Shueisha Inc., Shogakukan Inc., and Shogakukan-Shueisha Productions, Co., Ltd., VIZ Media has the most extensive library of anime and manga for English speaking audiences in North America, the United Kingdom, Ireland and South Africa. With its popular digital manga anthology WEEKY SHONEN JUMP ALPHA and blockbuster properties like NARUTO, BLEACH and INUYASHA, VIZ Media offers cutting-edge action, romance and family friendly properties for anime, manga, science fiction and fantasy fans of all ages.&nbsp; VIZ Media properties are available as graphic novels, DVDs, animated television series, feature films, downloadable and streaming video and a variety of consumer products.&nbsp; Learn more about VIZ Media, anime and manga at <a href="http://www.VIZ.com">www.VIZ.com</a>. </p> </div> </div> </section> <div id="modal-err" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-err" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="modal-g-lg shift mar-b-lg"> <h2 class="o_err-title type-md weight-bold style-caps line-solid"></h2> <div class="o_err-msg type-rg mar-t-md"></div> </div> <div class="modal-actions"> <div class="modal-g-lg shift"> <input type="button" class="btn-primary type-rg pad-x-xl modal-close" value="OK" onclick="Modals.close();" /> </div> </div> </div> <div id="modal-confirm" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-confirm" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="modal-g-lg shift mar-b-lg"> <h2 class="o_confirm-title type-md weight-bold style-caps line-solid"></h2> <div class="o_confirm-msg type-rg mar-t-md"></div> </div> <div class="modal-actions"> <div class="modal-g-lg shift"> <div class="disp-ib mar-b-rg"> <input type="button" class="o_confirm-yes btn-primary type-rg pad-x-md mar-r-md" value="Yes" /> </div> <div class="disp-ib mar-b-rg"> <input type="button" class="o_confirm-no btn-primary type-rg pad-x-md" value="No" /> </div> </div> </div> </div> <script type="text/javascript"> $(document).on("modal-signup-open", function() { var pageCtxt = pageCategory(); if ("wsj" == pageCtxt) { $("#signup_wsj" ).prop("checked", true); } else if ("read" == pageCtxt) { $("#signup_manga").prop("checked", true); } else if ("watch" == pageCtxt) { $("#signup_anime").prop("checked", true); } }); </script> <div id="modal-signup" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-signup" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="modal-g-lg shift mar-b-lg o_modal-header"> <h2 class="type-md weight-bold style-caps line-solid">Sign up for a new VIZ account</h2> <div class="color-mid-gray type-rg mar-t-rg"> <p>Already have a VIZ account? <a href="#modal-login" data-modal-btn>Log in</a>.</p> </div> <div id="create_account_error" class="feedback type-sm mar-t-rg disp-n"></div> </div> <form class="clearfix clear-b"> <div class="modal-field type-rg o_signup-login"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Username <i data-tooltip aria-haspopup="true" title="Your username is public." class="icon-tool-tip tooltip-target"></i> </label> </div> <div class="modal-g-lg"> <input id="login" name="login" type="text"></input> <div id="login-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg o_signup-email"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label>E-mail</label> </div> <div class="modal-g-lg"> <input type="text" name="email" id="new_email"></input> <div id="email-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg o_signup-password"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label>Password</label> </div> <div class="modal-g-lg"> <input type="password" name="pass" id="pass" autocomplete="new-password"></input> <div id="password-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg o_signup-birthday"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Birthday <i data-tooltip aria-haspopup="true" title="To sign up, you must be 13 or older. Other people won’t see your birthday." class="icon-tool-tip tooltip-target"></i> </label> </div> <div class="modal-g-lg"> <div class="select-wrapper disp-bl disp-ib--sm mar-b-rg mar-r-rg--sm"> <select id="signup_date_month" name="date[month]" class="expand"> <option value="">Month</option> <option value="1">Jan</option> <option value="2">Feb</option> <option value="3">Mar</option> <option value="4">Apr</option> <option value="5">May</option> <option value="6">Jun</option> <option value="7">Jul</option> <option value="8">Aug</option> <option value="9">Sep</option> <option value="10">Oct</option> <option value="11">Nov</option> <option value="12">Dec</option> </select> </div> <div class="select-wrapper disp-bl disp-ib--sm mar-b-rg mar-r-rg--sm"> <select id="signup_date_day" name="date[day]" class="expand"> <option value="">Day</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select> </div> <div class="select-wrapper disp-bl disp-ib--sm mar-b-rg mar-r-rg--sm"> <select id="signup_date_year" name="date[year]" class="expand"> <option value="">Year</option> <option value="2019">2019</option> <option value="2018">2018</option> <option value="2017">2017</option> <option value="2016">2016</option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> <option value="1964">1964</option> <option value="1963">1963</option> <option value="1962">1962</option> <option value="1961">1961</option> <option value="1960">1960</option> <option value="1959">1959</option> <option value="1958">1958</option> <option value="1957">1957</option> <option value="1956">1956</option> <option value="1955">1955</option> <option value="1954">1954</option> <option value="1953">1953</option> <option value="1952">1952</option> <option value="1951">1951</option> <option value="1950">1950</option> <option value="1949">1949</option> <option value="1948">1948</option> <option value="1947">1947</option> <option value="1946">1946</option> <option value="1945">1945</option> <option value="1944">1944</option> <option value="1943">1943</option> <option value="1942">1942</option> <option value="1941">1941</option> <option value="1940">1940</option> <option value="1939">1939</option> <option value="1938">1938</option> <option value="1937">1937</option> <option value="1936">1936</option> <option value="1935">1935</option> <option value="1934">1934</option> <option value="1933">1933</option> <option value="1932">1932</option> <option value="1931">1931</option> <option value="1930">1930</option> <option value="1929">1929</option> <option value="1928">1928</option> <option value="1927">1927</option> <option value="1926">1926</option> <option value="1925">1925</option> <option value="1924">1924</option> <option value="1923">1923</option> <option value="1922">1922</option> <option value="1921">1921</option> <option value="1920">1920</option> </select> </div> <div id="birthday-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg o_signup-interests"> <div class="modal-g-sm type-right--lg mar-b-sm"> <label> Interests </label> </div> <div class="modal-g-lg flex--sm mar-b-sm type-sm type-rg--lg"> <label style="white-space:nowrap" class="mar-r-md"> <input type="checkbox" name="signup_anime" id="signup_anime" value="1" class="pad-r-sm"> Anime </label> <label style="white-space:nowrap" class="mar-r-md"> <input type="checkbox" name="signup_manga" id="signup_manga" value="1" class="pad-r-sm"> Manga </label> <label style="white-space:nowrap"> <input type="checkbox" name="signup_wsj" id="signup_wsj" value="1" class="pad-r-sm"> Shonen Jump </label> </div> </div> <div class="modal-field type-rg o_signup-captcha"> <div class="modal-g-lg shift"> <div id="captcha"></div> <div id="captcha-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg o_signup-remember"> <div class="modal-g-lg shift"> <label class="disp-ib mar-0--lg"> <input type="checkbox" class="v-mid mar-r-sm" name="signup_rem_user" id="signup_rem_user"> <span class="color-mid-gray">Remember me</span> </label> </div> </div> <div class="modal-actions mar-b-rg o_signup-submit"> <div class="modal-g-lg shift"> <input type="button" onclick="javascript:createAccount()" class="btn-primary type-rg pad-x-xl" value="Sign up" /> <div class="mar-t-md type-sm"> <p>By signing up, I agree to VIZ's <a target="signupwin" href="/terms">Terms of Service</a> and <a target="signupwin" href="/privacy">Privacy Policy</a>.</p> </div> </div> </div> </form> </div> <script type="text/javascript"> var recaptcha_response; var captcha_response = function(resp) { recaptcha_response = resp; } var feedback_recaptcha_response; var feedback_captcha_response = function(resp) { feedback_recaptcha_response = resp; } var recaptchaCallback = function() { //console.log('recaptchaCallback called'); grecaptcha.render('captcha', { "sitekey" : "6LcOjgITAAAAADBlwgh-UTh4-2Hmh1LNWQE-Or9l", "callback" : captcha_response }); grecaptcha.render('feedback-captcha', { "sitekey" : "6Ldn5xoTAAAAAClzsqqpxV4ki8tGc9FnvZy53TCA", "callback" : feedback_captcha_response }); } </script> <script src="https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&render=explicit" async defer></script> <div id="modal-login" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-login" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="modal-g-lg shift mar-b-lg o_modal-header"> <h2 class="type-md weight-bold style-caps line-solid">Log in to VIZ</h2> <div class="color-mid-gray type-rg mar-t-rg"> <p>Don't have an account? <a href="#modal-signup" data-modal-btn data-event='{"category":"Account","action":"Begins Sign-up Process","label":"title"}'>Sign up</a>.</p> </div> </div> <div id="sign_in_feedback" class="feedback modal-g-lg shift mar-b-lg disp-n"></div> <form class="clearfix clear-b"> <div class="modal-field type-rg o_login-account"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Account </label> </div> <div class="modal-g-lg"> <input type="text" name="try_login" id="try_login" onkeydown="if (event.keyCode == 13){$('.o_login-submit input').click();return false;}" placeholder="E-mail or username"></input> </div> </div> <div class="modal-field type-rg o_login-password"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Password </label> </div> <div class="modal-g-lg"> <input type="password" name="try_pass" id="try_pass" onkeydown="if (event.keyCode == 13){$('.o_login-submit input').click();return false;}"></input> </div> </div> <div class="modal-field type-rg o_login-remember"> <div class="modal-g-lg shift"> <label class="disp-ib mar-b-md mar-0--lg"> <input type="checkbox" class="v-mid mar-r-sm" name="rem_user" id="rem_user"> <span class="color-mid-gray">Remember me</span> </label> <a href="#modal-resetpass" data-modal-btn class="color-red hover-dark-red disp-bl float-r--lg">Forgot password?</a> </div> </div> <div class="modal-actions mar-b-rg o_login-submit"> <div class="modal-g-lg shift"> <input type="button" class="btn-primary type-rg pad-x-xl" value="Log in" onclick="javascript:tryLogin()" /> </div> </div> </form> </div> <div id="modal-resetpass" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-resetpass" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="modal-g-lg shift mar-b-lg"> <h2 class="type-md weight-bold style-caps line-solid">Reset Password</h2> <div class="type-rg mar-t-md"><p>Enter the e-mail address associated with your account and we'll email you a link to reset your password.</p></div> </div> <div id="reset_pass_feedback" class="feedback modal-g-lg shift mar-b-lg disp-n"></div> <form class="clearfix clear-b"> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> E-mail </label> </div> <div class="modal-g-lg"> <input placeholder="Enter your e-mail address" type="text" id="forgot_pass_email" name="forgot_pass_email"></input> </div> </div> <div class="modal-actions"> <div class="modal-g-lg shift mar-b-lg"> <input type="button" class="btn-primary type-rg pad-x-xl" value="Send reset link" onClick="javascript:send_forgot_pass()" /> </div> </div> </form> </div> <script type="text/javascript"> $(document).on("modal-newsletter-open", function() { var pageCtxt = pageCategory(); if ("wsj" == pageCtxt) { $("#newsletter_wsj" ).prop("checked", true); } else if ("read" == pageCtxt) { $("#newsletter_manga").prop("checked", true); } else if ("watch" == pageCtxt) { $("#newsletter_anime").prop("checked", true); } else { $("#newsletter_wsj").prop("checked", true); $("#newsletter_manga").prop("checked", true); $("#newsletter_anime").prop("checked", true); } }); </script> <div id="modal-newsletter" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-newsletter" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="modal-g-lg shift mar-b-lg"> <h2 class="type-md weight-bold style-caps line-solid">Subscribe to the VIZ Newsletter</h2> </div> <form class="clearfix clear-b" onsubmit="javascript:newsletterSignup(); return false;"> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label>E-mail</label> </div> <div class="modal-g-lg"> <input type="text" name="newsletter_email" id="newsletter_email"></input> <div id="newsletter-email-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> First Name </label> </div> <div class="modal-g-lg"> <input id="first_name" name="newsletter_first_name" type="text"></input> <div id="newsletter-first-name-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Last Name </label> </div> <div class="modal-g-lg"> <input id="last_name" name="newsletter_last_name" type="text"></input> <div id="newsletter-last-name-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Birthday <i data-tooltip aria-haspopup="true" title="To sign up, you must be 13 or older. Other people won’t see your birthday." class="icon-tool-tip tooltip-target"></i> </label> </div> <div class="modal-g-lg"> <div class="select-wrapper disp-bl disp-ib--sm mar-b-rg mar-r-rg--sm"> <select id="newsletter_date_month" name="newsletter_date[month]" class="expand"> <option value="">Month</option> <option value="1">Jan</option> <option value="2">Feb</option> <option value="3">Mar</option> <option value="4">Apr</option> <option value="5">May</option> <option value="6">Jun</option> <option value="7">Jul</option> <option value="8">Aug</option> <option value="9">Sep</option> <option value="10">Oct</option> <option value="11">Nov</option> <option value="12">Dec</option> </select> </div> <div class="select-wrapper disp-bl disp-ib--sm mar-b-rg mar-r-rg--sm"> <select id="newsletter_date_day" name="newsletter_date[day]" class="expand"> <option value="">Day</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select> </div> <div class="select-wrapper disp-bl disp-ib--sm mar-b-rg mar-r-rg--sm"> <select id="newsletter_date_year" name="newsletter_date[year]" class="expand"> <option value="">Year</option> <option value="1920">1920</option> <option value="1921">1921</option> <option value="1922">1922</option> <option value="1923">1923</option> <option value="1924">1924</option> <option value="1925">1925</option> <option value="1926">1926</option> <option value="1927">1927</option> <option value="1928">1928</option> <option value="1929">1929</option> <option value="1930">1930</option> <option value="1931">1931</option> <option value="1932">1932</option> <option value="1933">1933</option> <option value="1934">1934</option> <option value="1935">1935</option> <option value="1936">1936</option> <option value="1937">1937</option> <option value="1938">1938</option> <option value="1939">1939</option> <option value="1940">1940</option> <option value="1941">1941</option> <option value="1942">1942</option> <option value="1943">1943</option> <option value="1944">1944</option> <option value="1945">1945</option> <option value="1946">1946</option> <option value="1947">1947</option> <option value="1948">1948</option> <option value="1949">1949</option> <option value="1950">1950</option> <option value="1951">1951</option> <option value="1952">1952</option> <option value="1953">1953</option> <option value="1954">1954</option> <option value="1955">1955</option> <option value="1956">1956</option> <option value="1957">1957</option> <option value="1958">1958</option> <option value="1959">1959</option> <option value="1960">1960</option> <option value="1961">1961</option> <option value="1962">1962</option> <option value="1963">1963</option> <option value="1964">1964</option> <option value="1965">1965</option> <option value="1966">1966</option> <option value="1967">1967</option> <option value="1968">1968</option> <option value="1969">1969</option> <option value="1970">1970</option> <option value="1971">1971</option> <option value="1972">1972</option> <option value="1973">1973</option> <option value="1974">1974</option> <option value="1975">1975</option> <option value="1976">1976</option> <option value="1977">1977</option> <option value="1978">1978</option> <option value="1979">1979</option> <option value="1980">1980</option> <option value="1981">1981</option> <option value="1982">1982</option> <option value="1983">1983</option> <option value="1984">1984</option> <option value="1985">1985</option> <option value="1986">1986</option> <option value="1987">1987</option> <option value="1988">1988</option> <option value="1989">1989</option> <option value="1990">1990</option> <option value="1991">1991</option> <option value="1992">1992</option> <option value="1993">1993</option> <option value="1994">1994</option> <option value="1995">1995</option> <option value="1996">1996</option> <option value="1997">1997</option> <option value="1998">1998</option> <option value="1999">1999</option> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> <option value="2003">2003</option> <option value="2004">2004</option> <option value="2005">2005</option> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> <option value="2014">2014</option> <option value="2015">2015</option> <option value="2016">2016</option> <option value="2017">2017</option> <option value="2018">2018</option> <option value="2019">2019</option> </select> </div> <div id="newsletter-birthday-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Newsletters </label> </div> <div class="modal-g-lg type-sm type-rg--lg"> <div class="flex--sm mar-y-md--lg mar-b-sm"> <label style="white-space:nowrap" class="mar-r-md"> <input type="checkbox" name="newsletter_anime" id="newsletter_anime" value="1" class="pad-r-sm"> Anime </label> <label style="white-space:nowrap" class="mar-r-md"> <input type="checkbox" name="newsletter_manga" id="newsletter_manga" value="1" class="pad-r-sm"> Manga </label> <label style="white-space:nowrap"> <input type="checkbox" name="newsletter_wsj" id="newsletter_wsj" value="1" class="pad-r-sm"> Shonen Jump </label> </div> <div id="newsletter-interests-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-actions"> <div class="modal-g-lg shift"> <button type="submit" class="btn-primary type-rg pad-x-xl">Subscribe</button> <div class="mar-t-md type-sm"> <p>By subscribing, I agree to VIZ's <a href="/terms">Terms of Service</a> and <a href="/privacy">Privacy Policy</a>.</p> </div> </div> </div> </form> </div> <script type="text/javascript"> function validateFeedback() { var isWsjPage = 0; var errors = false; // REM the email field is optional if ($("#feedback_comments").val() == "") { validate.feedback_msg( $("#feedback-comments-feedback"), 'Please enter a message to send.', true ); errors = true; } if (feedback_recaptcha_response) { } else { validate.feedback_msg( $("#feedback-captcha-feedback"), 'You must complete the captcha verification above', true ); errors = true; } if (errors === true) { // No need to scroll since its a modal } else { $.ajax({ type:"POST", url: "/manga/feedback_send", data: { source: "feedback", email: $("#feedback_email").val(), comments: $("#feedback_comments").val(), recaptcha_response: feedback_recaptcha_response, is_wsj: isWsjPage }, dataType:"json", success: function(a) { $("#feedback_email").val(""); $("#feedback_comments").val(""); Modals.toggle("#modal-thanks"); $("#modal-thanks h2").html('Thank you!'); $("#modal-thanks #thanks-left label").html('<div id="thanks-small-note" class="mar-t-md type-sm mar-b-lg">Your comments have been received.</div><a class="flex-width-1 btn-primary pad-x-sm pad-x-md--sm" href="javascript:Modals.toggle(\'#modal-thanks\')">Close</a>'); }, error: function(xhr, ajaxOptions, thrownError) { alert(xhr.statusText); alert(JSON.stringify(thrownError)); } }); } } </script> <div id="modal-feedback" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-feedback" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="modal-g-lg shift mar-b-lg"> <h2 class="type-md weight-bold style-caps line-solid">Feedback</h2> <div class="type-rg mar-t-md"><p>Please submit a suggestion, comment or question - we would love to hear from you!</p></div> </div> <form id="feedback_form" class="clearfix clear-b"> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label>E-mail <span class="type-sm">(optional)</span></label> </div> <div class="modal-g-lg"> <input type="text" name="feedback_email" id="feedback_email"></input> <div id="feedback-email-feedback" class="feedback type-sm mar-t-rg disp-n"></div> </div> </div> <div class="modal-field type-rg"> <div class="modal-g-sm type-right--lg mar-y-md--lg mar-b-sm"> <label> Comments </label> </div> <div class="modal-g-lg"> <textarea rows=4 id="feedback_comments" name="feedback_comments"></textarea> <div id="feedback-comments-feedback" class="feedback type-sm mar-t-rg disp-n color-red"></div> </div> </div> <div class="modal-field type-rg"> <div class="modal-g-lg shift"> <div id="feedback-captcha"></div> <div id="feedback-captcha-feedback" class="feedback type-sm mar-t-rg disp-n color-red"></div> </div> </div> <div class="modal-actions mar-b-lg"> <div class="modal-g-lg shift"> <input type="button" onclick="javascript:validateFeedback()" class="btn-primary type-rg pad-x-xl" value="Send Feedback" /> </div> </div> </form> </div> <div id="modal-thanks" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <a href="#modal-thanks" data-modal-btn class="modal-close"> <i class="icon-close"></i> </a> <div class="mar-b-lg"> <h2 class="type-md weight-bold style-caps line-solid"></h2> </div> <div class="modal-field type-rg"> <div id="thanks-left" class="mar-y-md--lg mar-b-sm"> <label></label> </div> </div> </div> <div id="modal-gdpr" class="modal pad-md pad-b-lg pad-lg--md pad-xl--lg" data-modal-state="off"> <div class="modal-g-lg shift mar-b-lg"> <h2 class="o_err-title type-md weight-bold style-caps line-solid">Note to our visitors in the EU</h2> <div class="o_err-msg type-rg mar-t-md"> This website uses cookies and tracking technologies to assist with your navigation, analyze use of our website and products and services, assist with your registration and login, and to assist with our marketing efforts. You may block cookies via standard web-browser settings, but this site may not function correctly without cookies. </div> </div> <div class="modal-actions"> <div class="modal-g-lg shift"> <input type="button" class="btn-primary type-rg pad-x-xl modal-close" value="OK" onclick="Modals.close(); setCookie('gdpr_seen', 1, 365);" /> </div> </div> </div> <section id="newsletter-footer" class="bg-lighter-gray"> <div class="row flex--lg flex-items-center pad-y-lg pos-r"> <div class="g-2--lg mar-b-lg mar-b-0--lg pos-a--lg b-0 disp-n--nl"> <img class="disp-bl" src="https://dw9to29mmj727.cloudfront.net/misc/newsletter-naruto3.png" /> </div> <div class="g-6--lg g-shift-2--lg mar-b-md mar-b-0--lg"> <h3 class="type-md type-lg--lg line-solid mar-b-rg">Get the latest manga &amp; anime news!</h3> <p class="type-sm type-rg--lg line-caption">You&rsquo;ll never miss a beat when you subscribe to our newsletter.</p> </div> <form class="g-4--lg flex flex--stretch type-sm type-rg--sm" onsubmit="raiseNewsletterSignupDialog($('#newsletter_footer_email').val()); $('#newsletter_footer_email').val(''); return false;"> <input type="text" class="flex-width-3" placeholder="Enter your email address" id="newsletter_footer_email"> <button type="submit" class="btn-primary flex-width-1 btn-primary pad-x-sm pad-x-md--sm" id="newsletter_footer_signup">Sign Up</button> </form> </div> </section> <footer id="global-footer" class="o_site-footer bg-off-black"> <div class="row flex"> <div class="o_logo-bottom bg-black flex g-3--lg g-omega--lg"> <a href="/" class="o_logo-img color-white type-md weight-bold"> <img alt="VIZ" src="https://assets.viz.com/assets/logo@2x-b76f649f933ea15f45147ff5445a2501c85c7f863ba0aba5ea7bec93c3272cc6.png" /> </a> </div> </div> <div class="row pad-y-xl"> <div class="g-6 g-6--md mar-b-lg type-md style-caps weight-bold"> <ul class="o_footer-primary-nav-col"> <li class="o_footer-primary-nav-item"><a class="color-mid-gray hover-red" href="/read">Read</a></li> <li class="o_footer-primary-nav-item"><a class="color-mid-gray hover-red" href="/watch">Watch</a></li> <li class="o_footer-primary-nav-item"><a class="color-mid-gray hover-red" href="/shonenjump">Shonen Jump</a></li> </ul> <ul class="o_footer-primary-nav-col"> <li class="o_footer-primary-nav-item"><a class="color-mid-gray hover-red" href="/community">Community</a></li> <li class="o_footer-primary-nav-item"><a class="color-mid-gray hover-red" href="/calendar">Calendar</a></li> </ul> </div> <div class="g-6 g-6--md g-omega--md type-rg"> <ul class="o_footer-secondary-nav-col"> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/company-about">About VIZ</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/company-contact">Contact VIZ</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/company-faq">FAQ</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/gifts/redeem">Redeem Gift</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/events">Events</a></li> </ul> <ul class="o_footer-secondary-nav-col"> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/apps">Apps</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/ratings">Ratings</a></li> <li class="o_footer-secondary-nav-item"> <a class="color-mid-gray hover-red" href="/company-jobs">Jobs</a> <span class="color-mid-gray">/</span> <a class="color-mid-gray hover-red" href="/company-internships">Internships</a> </li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/news/newsroom">Press Releases</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/copyrights">Copyrights</a></li> </ul> <ul class="o_footer-secondary-nav-col end"> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/privacy">Privacy Policy</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="/terms">Terms of Use</a></li> <li class="o_footer-secondary-nav-item">&nbsp;</li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="https://twitter.com/VIZMedia" target="viz_twitter">Twitter</a></li> <li class="o_footer-secondary-nav-item"><a class="color-mid-gray hover-red" href="https://www.facebook.com/OfficialVIZMedia" target="viz_facebook">Facebook</a></li> </ul> </div> </div> <div id="footer_account" class="row"></div> </footer> <div id="overlay" data-overlay-state="off" class="o_overlay"></div> <div id="overlay_wait" data-overlay-state="off" class="o_overlay-wait"></div> <!-- Twitter universal website tag code --> <script src="//platform.twitter.com/oct.js" type="text/javascript" async defer></script> <script type="text/javascript"> setTimeout(function(){twttr.conversion.trackPid('nuvyy', { tw_sale_amount: 0, tw_order_quantity: 0 });}, 200); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=nuvyy&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" /> <img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=nuvyy&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" /> </noscript> <!-- End Twitter universal website tag code --> </body> </html>
[ "<footer id=\"global-footer\" class=\"o_site-footer bg-off-black\">\n <div class=\"row flex\">\n <div class=\"o_logo-bottom bg-black flex g-3--lg g-omega--lg\">\n <a href=\"/\" class=\"o_logo-img color-white type-md weight-bold\">\n <img alt=\"VIZ\" src=\"https://assets.viz.com/assets/logo@2x-b76f649f933ea15f45147ff5445a2501c85c7f863ba0aba5ea7bec93c3272cc6.png\"/>\n </a>\n </div>\n </div>\n <div class=\"row pad-y-xl\">\n <div class=\"g-6 g-6--md mar-b-lg type-md style-caps weight-bold\">\n <ul class=\"o_footer-primary-nav-col\">\n <li class=\"o_footer-primary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/read\">Read</a></li>\n <li class=\"o_footer-primary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/watch\">Watch</a></li>\n <li class=\"o_footer-primary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/shonenjump\">Shonen Jump</a></li>\n </ul>\n <ul class=\"o_footer-primary-nav-col\">\n <li class=\"o_footer-primary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/community\">Community</a></li>\n <li class=\"o_footer-primary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/calendar\">Calendar</a></li>\n </ul>\n </div>\n <div class=\"g-6 g-6--md g-omega--md type-rg\">\n <ul class=\"o_footer-secondary-nav-col\">\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/company-about\">About VIZ</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/company-contact\">Contact VIZ</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/company-faq\">FAQ</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/gifts/redeem\">Redeem Gift</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/events\">Events</a></li>\n </ul>\n <ul class=\"o_footer-secondary-nav-col\">\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/apps\">Apps</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/ratings\">Ratings</a></li>\n <li class=\"o_footer-secondary-nav-item\">\n <a class=\"color-mid-gray hover-red\" href=\"/company-jobs\">Jobs</a> <span class=\"color-mid-gray\">/</span>\n <a class=\"color-mid-gray hover-red\" href=\"/company-internships\">Internships</a>\n </li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/news/newsroom\">Press Releases</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/copyrights\">Copyrights</a></li>\n </ul>\n <ul class=\"o_footer-secondary-nav-col end\">\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/privacy\">Privacy Policy</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"/terms\">Terms of Use</a></li>\n <li class=\"o_footer-secondary-nav-item\"> </li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"https://twitter.com/VIZMedia\" target=\"viz_twitter\">Twitter</a></li>\n <li class=\"o_footer-secondary-nav-item\"><a class=\"color-mid-gray hover-red\" href=\"https://www.facebook.com/OfficialVIZMedia\" target=\"viz_facebook\">Facebook</a></li>\n </ul>\n </div>\n </div>\n <div id=\"footer_account\" class=\"row\"/>\n</footer>\n\n\n\n " ]
[ "<head>\n<!-- application -->\n <script type=\"text/javascript\" src=\"//code.jquery.com/jquery-1.11.3.min.js\"/>\n <style>.async-hide { opacity: 0 !important} </style>\n\n<script>\n (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;\n h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};\n (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;\n })(window,document.documentElement,'async-hide','dataLayer',4000,\n {'GTM-WDFZS8D':true});\n</script>\n\n<script>\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n\n ga('create', 'UA-136373-5', 'auto');\n ga('require', 'GTM-WDFZS8D');\n ga('send', 'pageview');\n\n</script>\n\n <meta charset=\"UTF-8\"/>\n<script>window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"1b930da09b\",\"applicationID\":\"22494915\",\"transactionName\":\"cFkNREpaWA9dF0pcXkBVTEBKUEcQZxcAXVJSRQZDZ1ZVAFAAAQ==\",\"queueTime\":0,\"applicationTime\":24,\"agent\":\"\"}</script>\n<script>window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o&lt;t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e(\"handle\"),a=e(3),u=e(4),f=e(\"ee\").get(\"tracer\"),c=e(\"loader\"),s=NREUM;\"undefined\"==typeof window.newrelic&amp;&amp;(newrelic=s);var p=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],d=\"api-\",l=d+\"ixn-\";a(p,function(e,n){s[n]=o(d+n,!0,\"api\")}),s.addPageAction=o(d+\"addPageAction\",!0),s.setCurrentRouteName=o(d+\"routeName\",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o=\"function\"==typeof n;return i(l+\"tracer\",[c.now(),e,t],r),function(){if(f.emit((o?\"\":\"no-\")+\"fn-start\",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit(\"fn-err\",[arguments,this,e],t),e}finally{f.emit(\"fn-end\",[c.now()],t)}}}};a(\"actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){\"string\"==typeof e&amp;&amp;(e=new Error(e)),i(\"err\",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split(\".\"),r=n.split(\".\"),a=0;a&lt;r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\\/(\\S+)\\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&amp;&amp;u.indexOf(\"Chrome\")===-1&amp;&amp;u.indexOf(\"Chromium\")===-1&amp;&amp;(o=\"Safari\",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r=\"\",i=0;for(r in e)o.call(e,r)&amp;&amp;(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),\"undefined\"==typeof t&amp;&amp;(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o&lt;0?0:o);++r&lt;o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:\"undefined\"!=typeof window.performance&amp;&amp;window.performance.timing&amp;&amp;\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&amp;&amp;e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&amp;&amp;e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c&lt;f;c++)u[c].apply(a,r);var p=s[y[t]];return p&amp;&amp;p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r&lt;t.length;r++)t[r]===n&amp;&amp;t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||\"feature\",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&amp;&amp;(d.aborted=!0,s=d.backlog={})}var u=\"nr@context\",f=e(\"gos\"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&amp;&amp;Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e(\"ee\").get(\"handle\");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||\"object\"!==n&amp;&amp;\"function\"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i=\"nr@id\",a=e(\"gos\");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName(\"script\")[0];if(setTimeout(s.abort,3e4),!(e&amp;&amp;e.licenseKey&amp;&amp;e.applicationID&amp;&amp;n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f(\"mark\",[\"onload\",a()+x.offset],null,\"api\");var t=l.createElement(\"script\");t.src=\"https://\"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){\"complete\"===l.readyState&amp;&amp;i()}function i(){f(\"mark\",[\"domContent\",a()+x.offset],null,\"api\")}function a(){return O.exists&amp;&amp;performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e(\"handle\"),c=e(3),s=e(\"ee\"),p=e(2),d=window,l=d.document,m=\"addEventListener\",v=\"attachEvent\",g=d.XMLHttpRequest,w=g&amp;&amp;g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1118.min.js\"},b=g&amp;&amp;w&amp;&amp;w[m]&amp;&amp;!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m](\"DOMContentLoaded\",i,!1),d[m](\"load\",r,!1)):(l[v](\"onreadystatechange\",o),d[v](\"onload\",r)),f(\"mark\",[\"firstbyte\",u],null,\"api\");var E=0,O=e(5)},{}]},{},[\"loader\"]);</script>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n <meta name=\"format-detection\" content=\"telephone=no\"/>\n\n <meta name=\"description\" content=\"The world’s most popular anime, manga and more!\"/>\n\n <title>VIZ | VIZ MEDIA ANNOUNCES THE SIMULCAST PREMIERE OF THE INTENSE DARK ACTION SERIES ZETMAN, THE SAME DAY AS IT DEBUTS IN JAPAN</title>\n <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicon/apple-touch-icon.png?v=47MPqANpyj\"/>\n<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon/favicon-32x32.png?v=47MPqANpyj\"/>\n<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon/favicon-16x16.png?v=47MPqANpyj\"/>\n<link rel=\"manifest\" href=\"/favicon/manifest.json?v=47MPqANpyj\"/>\n<link rel=\"mask-icon\" href=\"/favicon/safari-pinned-tab.svg?v=47MPqANpyj\" color=\"#ff0000\"/>\n<link rel=\"shortcut icon\" href=\"/favicon/favicon.ico?v=47MPqANpyj\"/>\n<meta name=\"msapplication-config\" content=\"/favicon/browserconfig.xml?v=47MPqANpyj\"/>\n<meta name=\"theme-color\" content=\"#ff0000\"/>\n\n\n\n <link rel=\"stylesheet\" media=\"all\" href=\"https://assets.viz.com/assets/manifest-viz-ui-ff98d880cd859eb469620f19e469be7ea0dccd59dcf76faa76c3dcc434ef3999.css\"/>\n\n <script type=\"text/javascript\">\n // Picture element HTML5 shiv\n document.createElement( \"picture\" );\n </script>\n\n\n <script src=\"https://assets.viz.com/assets/manifest-picturefill-251915c1c5c28dce5fe695c7b06042b06148adf01b169726c36bf677baebd29a.js\" async=\"async\"/>\n <script src=\"https://assets.viz.com/assets/manifest-viz-common-0918cd976a275eac26e1acd7d05f799803679683b34c0b3db818ed1a6fb85e55.js\"/>\n <script src=\"https://assets.viz.com/assets/manifest-viz-ui-4ae2ef7ce9bfa4eacd0f95417a8a0ef0b12321988bba199561a5c578a468606b.js\"/>\n <script>\n//&lt;![CDATA[\nvar loginURL = 'https://www.viz.com/account/try_login.json', signupURL = 'https://www.viz.com/account/try_create_account.json';\n//]]&gt;\n</script>\n <!-- Facebook Pixel Code -->\n<script>\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\nn.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\ndocument,'script','https://connect.facebook.net/en_US/fbevents.js');\n\nfbq('init', '1691826154417019');\nfbq('track', \"PageView\");</script>\n<noscript>\n<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1691826154417019&amp;ev=PageView&amp;noscript=1\"/>\n</noscript>\n<!-- End Facebook Pixel Code -->\n\n <!-- Pinterest Pixel Base Code -->\n<script type=\"text/javascript\">\n !function(e){if(!window.pintrk){window.pintrk=function(){\n window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var\n n=window.pintrk;n.queue=[],n.version=\"3.0\";var\n t=document.createElement(\"script\");t.async=!0,t.src=e;var\n r=document.getElementsByTagName(\"script\")[0];\n r.parentNode.insertBefore(t,r)}}(\"https://s.pinimg.com/ct/core.js\");\n pintrk('load', '2613740785131' );\n pintrk('page');\n</script>\n<noscript>\n <img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://ct.pinterest.com/v3/?tid=&amp;noscript=1\"/>\n</noscript>\n<!-- End Pinterest Pixel Base Code -->\n\n <script type=\"text/javascript\">\nsetTimeout(function(){var a=document.createElement(\"script\");\nvar b=document.getElementsByTagName(\"script\")[0];\na.src=document.location.protocol+\"//script.crazyegg.com/pages/scripts/0062/6851.js?\"+Math.floor(new Date().getTime()/3600000);\na.async=true;a.type=\"text/javascript\";b.parentNode.insertBefore(a,b)}, 1);\n</script>\n </head>\n\n " ]
[ "<title>VIZ | VIZ MEDIA ANNOUNCES THE SIMULCAST PREMIERE OF THE INTENSE DARK ACTION SERIES ZETMAN, THE SAME DAY AS IT DEBUTS IN JAPAN</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "www.viz.com > news > newsroom > v" } ]
[ { "char_end_idx": 176, "char_start_idx": 0, "key": "length", "type": "local", "value": "176" }, { "char_end_idx": 515, "char_start_idx": 176, "key": "length", "type": "local", "value": "338" }, { "char_end_idx": 656, "char_start_idx": 515, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 661, "char_start_idx": 656, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 666, "char_start_idx": 661, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 973, "char_start_idx": 666, "key": "length", "type": "local", "value": "306" }, { "char_end_idx": 978, "char_start_idx": 973, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 1057, "char_start_idx": 978, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 1059, "char_start_idx": 1057, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 1140, "char_start_idx": 1059, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 1200, "char_start_idx": 1140, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 1268, "char_start_idx": 1200, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 1317, "char_start_idx": 1268, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 1672, "char_start_idx": 1317, "key": "length", "type": "local", "value": "354" }, { "char_end_idx": 1749, "char_start_idx": 1672, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 1924, "char_start_idx": 1749, "key": "length", "type": "local", "value": "174" }, { "char_end_idx": 2044, "char_start_idx": 1924, "key": "length", "type": "local", "value": "119" }, { "char_end_idx": 2133, "char_start_idx": 2044, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 2173, "char_start_idx": 2133, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 2238, "char_start_idx": 2173, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 2573, "char_start_idx": 2238, "key": "length", "type": "local", "value": "334" }, { "char_end_idx": 2582, "char_start_idx": 2573, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 2586, "char_start_idx": 2582, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 2725, "char_start_idx": 2586, "key": "length", "type": "local", "value": "138" }, { "char_end_idx": 2804, "char_start_idx": 2725, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 2821, "char_start_idx": 2804, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 2863, "char_start_idx": 2821, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 2869, "char_start_idx": 2863, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 3025, "char_start_idx": 2869, "key": "length", "type": "local", "value": "155" }, { "char_end_idx": 3292, "char_start_idx": 3025, "key": "length", "type": "local", "value": "266" }, { "char_end_idx": 3464, "char_start_idx": 3292, "key": "length", "type": "local", "value": "171" }, { "char_end_idx": 3516, "char_start_idx": 3464, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 3520, "char_start_idx": 3516, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 3524, "char_start_idx": 3520, "key": "length", "type": "local", "value": "3" }, { "char_end_idx": 3674, "char_start_idx": 3524, "key": "length", "type": "local", "value": "149" }, { "char_end_idx": 4017, "char_start_idx": 3674, "key": "length", "type": "local", "value": "342" }, { "char_end_idx": 4132, "char_start_idx": 4017, "key": "length", "type": "local", "value": "114" } ]
[ { "key": "length", "type": "global", "value": "4169" } ]
[ { "char_end_idx": 84, "char_start_idx": 77, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 120, "char_start_idx": 0, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h2" }, { "char_end_idx": 258, "char_start_idx": 120, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "em" }, { "char_end_idx": 260, "char_start_idx": 258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 260, "char_start_idx": 120, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: center;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 294, "char_start_idx": 260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 519, "char_start_idx": 507, "html_attrs": { "attrs": [ "href" ], "values": [ "http://vizanime.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 555, "char_start_idx": 551, "html_attrs": { "attrs": [ "style" ], "values": [ "text-decoration: underline;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 555, "char_start_idx": 551, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 665, "char_start_idx": 653, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.hulu.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 668, "char_start_idx": 260, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 1141, "char_start_idx": 668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1440, "char_start_idx": 1142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1916, "char_start_idx": 1441, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1929, "char_start_idx": 1928, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 2484, "char_start_idx": 1916, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 2586, "char_start_idx": 2570, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.vizanime.com/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2587, "char_start_idx": 2485, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3524, "char_start_idx": 3513, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.VIZ.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3526, "char_start_idx": 2588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3526, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "row last-row g-10--lg g-shift-1--lg" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3526, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "mar-y-lg mar-y-xl--lg" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "section" }, { "char_end_idx": 3526, "char_start_idx": 3526, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-close" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "i" }, { "char_end_idx": 3526, "char_start_idx": 3526, "html_attrs": { "attrs": [ "href", "data-modal-btn", "class" ], "values": [ "#modal-signup", "", "modal-close" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3555, "char_start_idx": 3526, "html_attrs": { "attrs": [ "class" ], "values": [ "type-md weight-bold style-caps line-solid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h2" }, { "char_end_idx": 3556, "char_start_idx": 3526, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-g-lg shift mar-b-lg o_modal-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3556, "char_start_idx": 3526, "html_attrs": { "attrs": [ "id", "class", "data-modal-state" ], "values": [ "modal-signup", "modal pad-md pad-b-lg pad-lg--md pad-xl--lg", "off" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3556, "char_start_idx": 3556, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-close" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 3556, "char_start_idx": 3556, "html_attrs": { "attrs": [ "href", "data-modal-btn", "class" ], "values": [ "#modal-login", "", "modal-close" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3556, "char_start_idx": 3556, "html_attrs": { "attrs": [ "id", "class", "data-modal-state" ], "values": [ "modal-login", "modal pad-md pad-b-lg pad-lg--md pad-xl--lg", "off" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3556, "char_start_idx": 3556, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-close" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "i" }, { "char_end_idx": 3556, "char_start_idx": 3556, "html_attrs": { "attrs": [ "href", "data-modal-btn", "class" ], "values": [ "#modal-resetpass", "", "modal-close" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 3570, "char_start_idx": 3556, "html_attrs": { "attrs": [ "class" ], "values": [ "type-md weight-bold style-caps line-solid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "h2" }, { "char_end_idx": 3675, "char_start_idx": 3571, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3676, "char_start_idx": 3571, "html_attrs": { "attrs": [ "class" ], "values": [ "type-rg mar-t-md" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3676, "char_start_idx": 3556, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-g-lg shift mar-b-lg" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 3676, "char_start_idx": 3556, "html_attrs": { "attrs": [ "id", "class", "data-modal-state" ], "values": [ "modal-resetpass", "modal pad-md pad-b-lg pad-lg--md pad-xl--lg", "off" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-close" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "i" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "href", "data-modal-btn", "class" ], "values": [ "#modal-newsletter", "", "modal-close" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "id", "class", "data-modal-state" ], "values": [ "modal-newsletter", "modal pad-md pad-b-lg pad-lg--md pad-xl--lg", "off" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-close" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "i" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "href", "data-modal-btn", "class" ], "values": [ "#modal-feedback", "", "modal-close" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 3684, "char_start_idx": 3676, "html_attrs": { "attrs": [ "class" ], "values": [ "type-md weight-bold style-caps line-solid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "h2" }, { "char_end_idx": 3766, "char_start_idx": 3685, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3767, "char_start_idx": 3685, "html_attrs": { "attrs": [ "class" ], "values": [ "type-rg mar-t-md" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3767, "char_start_idx": 3676, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-g-lg shift mar-b-lg" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 3767, "char_start_idx": 3676, "html_attrs": { "attrs": [ "id", "class", "data-modal-state" ], "values": [ "modal-feedback", "modal pad-md pad-b-lg pad-lg--md pad-xl--lg", "off" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3797, "char_start_idx": 3767, "html_attrs": { "attrs": [ "class" ], "values": [ "o_err-title type-md weight-bold style-caps line-solid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h2" }, { "char_end_idx": 4134, "char_start_idx": 3798, "html_attrs": { "attrs": [ "class" ], "values": [ "o_err-msg type-rg mar-t-md" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 4134, "char_start_idx": 3767, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-g-lg shift mar-b-lg" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4134, "char_start_idx": 3767, "html_attrs": { "attrs": [ "id", "class", "data-modal-state" ], "values": [ "modal-gdpr", "modal pad-md pad-b-lg pad-lg--md pad-xl--lg", "off" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4168, "char_start_idx": 4134, "html_attrs": { "attrs": [ "class" ], "values": [ "type-md type-lg--lg line-solid mar-b-rg" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 4169, "char_start_idx": 4134, "html_attrs": { "attrs": [ "class" ], "values": [ "g-6--lg g-shift-2--lg mar-b-md mar-b-0--lg" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 4169, "char_start_idx": 4134, "html_attrs": { "attrs": [ "class" ], "values": [ "row flex--lg flex-items-center pad-y-lg pos-r" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 4169, "char_start_idx": 4134, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "newsletter-footer", "bg-lighter-gray" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 4169, "char_start_idx": 4169, "html_attrs": { "attrs": [ "height", "width", "style", "alt", "src" ], "values": [ "1", "1", "display:none;", "", "https://analytics.twitter.com/i/adsct?txn_id=nuvyy&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 4169, "char_start_idx": 4169, "html_attrs": { "attrs": [ "height", "width", "style", "alt", "src" ], "values": [ "1", "1", "display:none;", "", "//t.co/i/adsct?txn_id=nuvyy&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 4169, "char_start_idx": 4169, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "noscript" }, { "char_end_idx": 4169, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "bg-white" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 120, "char_start_idx": 0, "key": "paragraph", "marker": "h2", "type": "local", "value": "VIZ MEDIA ANNOUNCES THE SIMULCAST PREMIERE OF THE INTENSE DARK ACTION SERIES ZETMAN, THE SAME DAY AS IT DEBUTS IN JAPAN\n" }, { "char_end_idx": 260, "char_start_idx": 120, "key": "paragraph", "marker": "h3", "type": "local", "value": "Seinen Sci-Fi Anime Adventure Launches Today On VIZAnime.com And Hulu And Is Based On A Manga Series By Acclaimed Creator Masakazu Katsura \n" }, { "char_end_idx": 669, "char_start_idx": 260, "key": "paragraph", "marker": "p", "type": "local", "value": "San Francisco, CA, April 2, 2012 – VIZ Media, LLC (VIZ Media), the largest distributor and licensor of anime and manga in North America, is proud to announce today’s online simulcast debut of the gritty new sci-fi anime action series – ZETMAN –on VIZAnime.com, the company’s own website for free anime, as well as on the free, ad-supported Hulu service and the Hulu Plus subscription service (www.Hulu.com).\nZ" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "paragraph", "marker": "p", "type": "local", "value": "ETMAN is rated ‘TV-MA’ for Mature Audiences, and is based on a popular seinen manga (graphic novel) series by Masakazu Katsura, who also created VIDEO GIRL AI and I”S (both published in North America by VIZ Media) and was the character designer for the hit anime TIGER & BUNNY (also available on VIZAnime.com). The anime series, presented in Japanese with English subtitles, launches in U.S. the same day as it debuts in Japan; a new episode will be available each Monday.\n" }, { "char_end_idx": 1441, "char_start_idx": 1142, "key": "paragraph", "marker": "p", "type": "local", "value": "“ZET,” the one who is entrusted with the future of mankind. “ALPHAS,” the one who is searching for the meaning of true justice. They will be the ones who will change the world. Is it coincidence or fate that brings these two heroes together? Soon, the two will learn what fate has in mind for them…\n" }, { "char_end_idx": 1917, "char_start_idx": 1441, "key": "paragraph", "marker": "p", "type": "local", "value": "“What is justice? What is hope? What does it mean to be strong? What does it mean to be human? ZETMAN ponders these questions and offers some surprising action-packed answers,” says Brian Ige, Vice President, Animation at VIZ Media. “Don’t miss the exciting simulcast debut, streaming exclusively on VIZAnime.com and Hulu, and tune in each week for a brand new episode to follow the remarkable changes that ensue after Jin Kanzaki meets a super-powered bloodthirsty killer!”\nV" }, { "char_end_idx": 2485, "char_start_idx": 1917, "key": "paragraph", "marker": "p", "type": "local", "value": "IZAnime.com is a free-to-use web destination that is now the permanent home to some of the company’s best-loved animated series. Over 1,800 episodes are currently available, and new content is added on a weekly basis. Series currently simulcast on VIZAnime.com include LAGRANGE – THE FLOWER OF RIN-NE and NARUTO SHIPPUDEN. Other fan-favorite series available include BLEACH, BLUE EXORCIST, CROSS GAME, DEATH NOTE, FULL MOON, INUYASHA: THE FINAL ACT, KEKKAISHI, NAOKI URASAWA’S MONSTER, NURA: RISE OF THE YOKAI CLAN, ONE PIECE, TIGER & BUNNY, VAMPIRE KNIGHT, and more!\n" }, { "char_end_idx": 2588, "char_start_idx": 2485, "key": "paragraph", "marker": "p", "type": "local", "value": "For more information on ZETMAN and other animated titles from VIZ Media please visit www.VIZAnime.com.\n" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "paragraph", "marker": "div", "type": "local", "value": "Headquartered in San Francisco, California, VIZ Media distributes, markets and licenses the best anime and manga titles direct from Japan. Owned by three of Japan's largest manga and animation companies, Shueisha Inc., Shogakukan Inc., and Shogakukan-Shueisha Productions, Co., Ltd., VIZ Media has the most extensive library of anime and manga for English speaking audiences in North America, the United Kingdom, Ireland and South Africa. With its popular digital manga anthology WEEKY SHONEN JUMP ALPHA and blockbuster properties like NARUTO, BLEACH and INUYASHA, VIZ Media offers cutting-edge action, romance and family friendly properties for anime, manga, science fiction and fantasy fans of all ages. VIZ Media properties are available as graphic novels, DVDs, animated television series, feature films, downloadable and streaming video and a variety of consumer products. Learn more about VIZ Media, anime and manga at www.VIZ.com.\n" }, { "char_end_idx": 3527, "char_start_idx": 3526, "key": "paragraph", "marker": "p", "type": "local", "value": "S" }, { "char_end_idx": 3555, "char_start_idx": 3527, "key": "paragraph", "marker": "h2", "type": "local", "value": "ign up for a new VIZ account" }, { "char_end_idx": 3556, "char_start_idx": 3555, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3570, "char_start_idx": 3556, "key": "paragraph", "marker": "h2", "type": "local", "value": "Reset Password" }, { "char_end_idx": 3676, "char_start_idx": 3570, "key": "paragraph", "marker": "p", "type": "local", "value": "\nEnter the e-mail address associated with your account and we'll email you a link to reset your password.\n" }, { "char_end_idx": 3684, "char_start_idx": 3676, "key": "paragraph", "marker": "h2", "type": "local", "value": "Feedback" }, { "char_end_idx": 3767, "char_start_idx": 3684, "key": "paragraph", "marker": "p", "type": "local", "value": "\nPlease submit a suggestion, comment or question - we would love to hear from you!\n" }, { "char_end_idx": 3797, "char_start_idx": 3767, "key": "paragraph", "marker": "h2", "type": "local", "value": "Note to our visitors in the EU" }, { "char_end_idx": 4134, "char_start_idx": 3797, "key": "paragraph", "marker": "div", "type": "local", "value": "\nThis website uses cookies and tracking technologies to assist with your navigation, analyze use of our website and products and services, assist with your registration and login, and to assist with our marketing efforts. You may block cookies via standard web-browser settings, but this site may not function correctly without cookies.\n" }, { "char_end_idx": 4168, "char_start_idx": 4134, "key": "paragraph", "marker": "h3", "type": "local", "value": "Get the latest manga & anime news!" }, { "char_end_idx": 4169, "char_start_idx": 4168, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "VIZ | VIZ MEDIA ANNOUNCES THE SIMULCAST PREMIERE OF THE INTENSE DARK ACTION SERIES ZETMAN, THE SAME DAY AS IT DEBUTS IN JAPAN" } ]
[ { "key": "url", "type": "global", "value": "https://www.viz.com/news/newsroom/v/1005156" } ]
[ { "key": "website_description", "type": "global", "value": "VIZ Media LLC is an American manga publisher, anime distributor and entertainment company headquartered in San Francisco, California." } ]
VIZ MEDIA ANNOUNCES THE SIMULCAST PREMIERE OF THE INTENSE DARK ACTION SERIES ZETMAN, THE SAME DAY AS IT DEBUTS IN JAPAN Seinen Sci-Fi Anime Adventure Launches Today On VIZAnime.com And Hulu And Is Based On A Manga Series By Acclaimed Creator Masakazu Katsura San Francisco, CA, April 2, 2012 – VIZ Media, LLC (VIZ Media), the largest distributor and licensor of anime and manga in North America, is proud to announce today’s online simulcast debut of the gritty new sci-fi anime action series – ZETMAN –on VIZAnime.com, the company’s own website for free anime, as well as on the free, ad-supported Hulu service and the Hulu Plus subscription service (www.Hulu.com). ZETMAN is rated ‘TV-MA’ for Mature Audiences, and is based on a popular seinen manga (graphic novel) series by Masakazu Katsura, who also created VIDEO GIRL AI and I”S (both published in North America by VIZ Media) and was the character designer for the hit anime TIGER & BUNNY (also available on VIZAnime.com). The anime series, presented in Japanese with English subtitles, launches in U.S. the same day as it debuts in Japan; a new episode will be available each Monday. “ZET,” the one who is entrusted with the future of mankind. “ALPHAS,” the one who is searching for the meaning of true justice. They will be the ones who will change the world. Is it coincidence or fate that brings these two heroes together? Soon, the two will learn what fate has in mind for them… “What is justice? What is hope? What does it mean to be strong? What does it mean to be human? ZETMAN ponders these questions and offers some surprising action-packed answers,” says Brian Ige, Vice President, Animation at VIZ Media. “Don’t miss the exciting simulcast debut, streaming exclusively on VIZAnime.com and Hulu, and tune in each week for a brand new episode to follow the remarkable changes that ensue after Jin Kanzaki meets a super-powered bloodthirsty killer!” VIZAnime.com is a free-to-use web destination that is now the permanent home to some of the company’s best-loved animated series. Over 1,800 episodes are currently available, and new content is added on a weekly basis. Series currently simulcast on VIZAnime.com include LAGRANGE – THE FLOWER OF RIN-NE and NARUTO SHIPPUDEN. Other fan-favorite series available include BLEACH, BLUE EXORCIST, CROSS GAME, DEATH NOTE, FULL MOON, INUYASHA: THE FINAL ACT, KEKKAISHI, NAOKI URASAWA’S MONSTER, NURA: RISE OF THE YOKAI CLAN, ONE PIECE, TIGER & BUNNY, VAMPIRE KNIGHT, and more! For more information on ZETMAN and other animated titles from VIZ Media please visit www.VIZAnime.com. Headquartered in San Francisco, California, VIZ Media distributes, markets and licenses the best anime and manga titles direct from Japan. Owned by three of Japan's largest manga and animation companies, Shueisha Inc., Shogakukan Inc., and Shogakukan-Shueisha Productions, Co., Ltd., VIZ Media has the most extensive library of anime and manga for English speaking audiences in North America, the United Kingdom, Ireland and South Africa. With its popular digital manga anthology WEEKY SHONEN JUMP ALPHA and blockbuster properties like NARUTO, BLEACH and INUYASHA, VIZ Media offers cutting-edge action, romance and family friendly properties for anime, manga, science fiction and fantasy fans of all ages. VIZ Media properties are available as graphic novels, DVDs, animated television series, feature films, downloadable and streaming video and a variety of consumer products. Learn more about VIZ Media, anime and manga at www.VIZ.com. Sign up for a new VIZ account Reset Password Enter the e-mail address associated with your account and we'll email you a link to reset your password. Feedback Please submit a suggestion, comment or question - we would love to hear from you! Note to our visitors in the EU This website uses cookies and tracking technologies to assist with your navigation, analyze use of our website and products and services, assist with your registration and login, and to assist with our marketing efforts. You may block cookies via standard web-browser settings, but this site may not function correctly without cookies. Get the latest manga & anime news!
https://www.viz.com/news/newsroom/v/1005156
[ { "char_end_idx": 9, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 119, "char_start_idx": 114, "key": "entity", "type": "local", "value": "Japan" }, { "char_end_idx": 258, "char_start_idx": 242, "key": "entity", "type": "local", "value": "Masakazu_Katsura" }, { "char_end_idx": 273, "char_start_idx": 260, "key": "entity", "type": "local", "value": "San_Francisco" }, { "char_end_idx": 277, "char_start_idx": 275, "key": "entity", "type": "local", "value": "Bocundji_Cá" }, { "char_end_idx": 320, "char_start_idx": 311, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 395, "char_start_idx": 382, "key": "entity", "type": "local", "value": "North_America" }, { "char_end_idx": 604, "char_start_idx": 600, "key": "entity", "type": "local", "value": "Hulu" }, { "char_end_idx": 630, "char_start_idx": 621, "key": "entity", "type": "local", "value": "Hulu" }, { "char_end_idx": 674, "char_start_idx": 668, "key": "entity", "type": "local", "value": "Zetman" }, { "char_end_idx": 795, "char_start_idx": 779, "key": "entity", "type": "local", "value": "Masakazu_Katsura" }, { "char_end_idx": 868, "char_start_idx": 855, "key": "entity", "type": "local", "value": "North_America" }, { "char_end_idx": 881, "char_start_idx": 872, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 945, "char_start_idx": 932, "key": "entity", "type": "local", "value": "Tiger_&amp;_Bunny" }, { "char_end_idx": 1019, "char_start_idx": 1011, "key": "entity", "type": "local", "value": "Japan" }, { "char_end_idx": 1032, "char_start_idx": 1025, "key": "entity", "type": "local", "value": "English_language" }, { "char_end_idx": 1060, "char_start_idx": 1056, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 1095, "char_start_idx": 1090, "key": "entity", "type": "local", "value": "Japan" }, { "char_end_idx": 1146, "char_start_idx": 1143, "key": "entity", "type": "local", "value": "Zagrebački_električni_tramvaj" }, { "char_end_idx": 1209, "char_start_idx": 1203, "key": "entity", "type": "local", "value": "Software_release_life_cycle" }, { "char_end_idx": 1542, "char_start_idx": 1536, "key": "entity", "type": "local", "value": "Zetman" }, { "char_end_idx": 1659, "char_start_idx": 1650, "key": "entity", "type": "local", "value": "Animation" }, { "char_end_idx": 1672, "char_start_idx": 1663, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 1762, "char_start_idx": 1758, "key": "entity", "type": "local", "value": "Hulu" }, { "char_end_idx": 2194, "char_start_idx": 2186, "key": "entity", "type": "local", "value": "Lagrangian_point" }, { "char_end_idx": 2238, "char_start_idx": 2222, "key": "entity", "type": "local", "value": "Naruto" }, { "char_end_idx": 2350, "char_start_idx": 2342, "key": "entity", "type": "local", "value": "Inuyasha" }, { "char_end_idx": 2376, "char_start_idx": 2367, "key": "entity", "type": "local", "value": "Kekkaishi" }, { "char_end_idx": 2407, "char_start_idx": 2403, "key": "entity", "type": "local", "value": "Nura_Nal" }, { "char_end_idx": 2515, "char_start_idx": 2509, "key": "entity", "type": "local", "value": "Zetman" }, { "char_end_idx": 2556, "char_start_idx": 2547, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 2618, "char_start_idx": 2605, "key": "entity", "type": "local", "value": "San_Francisco" }, { "char_end_idx": 2630, "char_start_idx": 2620, "key": "entity", "type": "local", "value": "California" }, { "char_end_idx": 2641, "char_start_idx": 2632, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 2725, "char_start_idx": 2720, "key": "entity", "type": "local", "value": "Japan" }, { "char_end_idx": 2750, "char_start_idx": 2745, "key": "entity", "type": "local", "value": "Japan" }, { "char_end_idx": 2822, "char_start_idx": 2807, "key": "entity", "type": "local", "value": "Shogakukan" }, { "char_end_idx": 2870, "char_start_idx": 2866, "key": "entity", "type": "local", "value": "Limited_company" }, { "char_end_idx": 2881, "char_start_idx": 2872, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 2943, "char_start_idx": 2936, "key": "entity", "type": "local", "value": "English_language" }, { "char_end_idx": 2979, "char_start_idx": 2966, "key": "entity", "type": "local", "value": "North_America" }, { "char_end_idx": 2999, "char_start_idx": 2985, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 3008, "char_start_idx": 3001, "key": "entity", "type": "local", "value": "Republic_of_Ireland" }, { "char_end_idx": 3025, "char_start_idx": 3013, "key": "entity", "type": "local", "value": "South_Africa" }, { "char_end_idx": 3130, "char_start_idx": 3124, "key": "entity", "type": "local", "value": "Naruto" }, { "char_end_idx": 3138, "char_start_idx": 3132, "key": "entity", "type": "local", "value": "Bleach_(manga)" }, { "char_end_idx": 3151, "char_start_idx": 3143, "key": "entity", "type": "local", "value": "Inuyasha" }, { "char_end_idx": 3162, "char_start_idx": 3153, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 3303, "char_start_idx": 3294, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 3492, "char_start_idx": 3483, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 3547, "char_start_idx": 3544, "key": "entity", "type": "local", "value": "Viz_Media" }, { "char_end_idx": 3797, "char_start_idx": 3795, "key": "entity", "type": "local", "value": "Europe" } ]
[ { "char_end_idx": 120, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Viz_Media" }, { "char_end_idx": 120, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Japan" }, { "char_end_idx": 260, "char_start_idx": 120, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Masakazu_Katsura" }, { "char_end_idx": 669, "char_start_idx": 260, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "San_Francisco" }, { "char_end_idx": 669, "char_start_idx": 260, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Bocundji_Cá" }, { "char_end_idx": 669, "char_start_idx": 260, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Viz_Media" }, { "char_end_idx": 669, "char_start_idx": 260, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "North_America" }, { "char_end_idx": 669, "char_start_idx": 260, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Hulu" }, { "char_end_idx": 674, "char_start_idx": 668, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zetman" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Masakazu_Katsura" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "North_America" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Viz_Media" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Tiger_&amp;_Bunny" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Japan" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "English_language" }, { "char_end_idx": 1142, "char_start_idx": 669, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "United_States" }, { "char_end_idx": 1441, "char_start_idx": 1142, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zagrebački_električni_tramvaj" }, { "char_end_idx": 1441, "char_start_idx": 1142, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Software_release_life_cycle" }, { "char_end_idx": 1917, "char_start_idx": 1441, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zetman" }, { "char_end_idx": 1917, "char_start_idx": 1441, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Animation" }, { "char_end_idx": 1917, "char_start_idx": 1441, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Viz_Media" }, { "char_end_idx": 1917, "char_start_idx": 1441, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Hulu" }, { "char_end_idx": 2485, "char_start_idx": 1917, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Lagrangian_point" }, { "char_end_idx": 2485, "char_start_idx": 1917, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Naruto" }, { "char_end_idx": 2485, "char_start_idx": 1917, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Inuyasha" }, { "char_end_idx": 2485, "char_start_idx": 1917, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Kekkaishi" }, { "char_end_idx": 2485, "char_start_idx": 1917, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Nura_Nal" }, { "char_end_idx": 2588, "char_start_idx": 2485, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zetman" }, { "char_end_idx": 2588, "char_start_idx": 2485, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Viz_Media" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "San_Francisco" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "California" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Viz_Media" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Japan" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Shogakukan" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Limited_company" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "English_language" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "North_America" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 9, "relative_start_pos": 9, "type": "local", "value": "Republic_of_Ireland" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 10, "relative_start_pos": 10, "type": "local", "value": "South_Africa" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 11, "relative_start_pos": 11, "type": "local", "value": "Naruto" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 12, "relative_start_pos": 12, "type": "local", "value": "Bleach_(manga)" }, { "char_end_idx": 3526, "char_start_idx": 2588, "key": "entity_paragraph", "relative_end_pos": 13, "relative_start_pos": 13, "type": "local", "value": "Inuyasha" }, { "char_end_idx": 3555, "char_start_idx": 3527, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Viz_Media" }, { "char_end_idx": 3797, "char_start_idx": 3767, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Europe" } ]
0
883
1556174019000
<!doctype html> <html dir="ltr" lang="en-US"> <head> <meta charset="utf-8" /> <title>lincoln.ne.gov | Planning Department &gt; Boards &amp; Commissions &gt; Urban Design Committee &gt; Agenda</title> <link rel="stylesheet" type="text/css" href="/city/css/global-resp.min.css" /> <script type="text/javascript" src="/city/js/modernizr.js"></script> <meta name="viewport" content="width=device-width,initial-scale=1" /> <!--[if IE 6]><script src="/city/js/unitpngfix.js"></script><![endif]--> <!--[if (gte IE 6)&(lte IE 8)]><script type="text/javascript" src="/city/js/selectivizr-min.js"></script><![endif]--> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> <script type="text/javascript" src="/city/js/global.min.js"></script> <meta property="og:image" content="//lincoln.ne.gov/city/images/lincoln-logo-fb.jpg" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#0060a9"> <link rel="shortcut icon" href="/favicon.ico"> <meta name="apple-mobile-web-app-title" content="lincoln.ne.gov"> <meta name="application-name" content="lincoln.ne.gov"> <meta name="msapplication-TileColor" content="#0060A9"> <meta name="theme-color" content="#0060A9"> <link rel="stylesheet" href="/city/plan/css/local.css" /> <meta name="description" content="The Lincoln/Lancaster County Planning Department provides technical information and advice to elected and appointed boards and citizens on managing the growth and development of Lincoln and Lancaster County to be efficient, orderly, and attractive, facilitate economic opportunities, and conserve natural and cultural resources." /> <meta name="author" content="Teresa McKinstry" /> </head> <body class="udc boards subnav"> <div id="superheader"> <nav> <div id="skip"> <a href="#content" accesskey="2">Jump to Main Content</a> <a href="#nav-primary">Jump to Page Navigation</a> <a href="#srch">Jump to Search</a> <a href="#footer">Jump to Footer</a> </div> <div id="nav-global"> <div class="width-set"> <div id="search-wrap"> <form method="post" action="/aspx/city/main/search.aspx#s" id="frmSearch" role="search"> <fieldset> <div class="search-bar"><span class="search-options-trigger"><img src="/city/images/search-options-trigger.png" alt="Toggle search options" title="Toggle search options" /></span><label for="srch" accesskey="4"><input type="text" maxlength="100" name="SearchString" id="srch" value="Search" title="Search" class="default-value" /></label><input title="Search" alt="Search" src="/city/images/search-button.png" type="image" class="pointer search-button" /><input type="hidden" name="HTMLDetail" value="on" /></div> <div class="search-options"> <div class="search-area"> <div class="search-label">Search Area</div> <span class="search-label-align first"><label for="Sarea_1" title="Click to set" class="agency-label">Agency</label><input id="Sarea_1" type="radio" name="sc" value="/city/" class="radio" checked="checked" /></span> <span class="search-label-align"><label for="Sarea_0" title="Click to set">lincoln.ne.gov</label><input id="Sarea_0" type="radio" name="sc" value="/" class="radio" /></span> </div> <div class="search-type"> <div class="search-label">Search Type</div> <span class="search-label-align first"><label for="Stype_2" title="Click to set">Content</label><input id="Stype_2" type="radio" name="Stype" value=" " class="radio" checked="checked" /></span> <span class="search-label-align"><label for="Stype_0" title="Click to set">Keyword</label><input id="Stype_0" type="radio" name="Stype" value="KeyWords" class="radio" /></span> </div> </div> </fieldset> </form> </div> <div class="adv-search"><a href="/main/search.htm">Advanced search</a></div> <ul class="dropdown"> <li class="dropdown-trigger"><a href="/city/dept.htm">City Agencies</a> <ul class="dropdown-sub"> <li class="first-child"><a href="/city/build/index.htm">Building and Safety</a></li> <li><a href="/city/attorn/index.htm">City Attorney</a></li> <li><a href="/city/council/index.htm">City Council</a></li> <li><a href="/city/finance/index.htm">Finance</a></li> <li><a href="/city/fire/index.htm">Fire</a></li> <li><a href="/city/health/index.htm">Health</a></li> <li><a href="/city/person/index.htm">Human Resources</a></li> <li><a href="/city/library/index.htm">Libraries</a></li> <li><a href="/city/mayor/index.htm">Mayor</a></li> <li><a href="/city/parks/index.htm">Parks and Recreation</a></li> <li><a href="/city/plan/index.htm">Planning</a></li> <li><a href="/city/police/index.htm">Police</a></li> <li><a href="/city/ltu/index.htm">Transportation and Utilities</a></li> <li class="list-space"><a href="/city/urban/index.htm">Urban Development</a></li> <li class="list-space"><a href="/main/sitemap.htm">Site Map</a></li> <li class="last-child"><a href="/cnty/co_agenc.htm">Lancaster County Agencies</a></li> </ul> </li> </ul> <a class="myinterlinc" href="/aspx/both/citizen/default.aspx">MyInterLinc</a> </div> </div> </nav> <header> <div id="header-primary" role="banner"> <div class="width-set"> <a href="/" class="homelink" accesskey="1"><img src="/city/images/lincoln-logo-b.png" alt="City of Lincoln, Nebraska" /></a> <h1><a data-searchName="Planning" href="/city/plan/">Planning Department</a></h1> <a href="http://lancaster.ne.gov" class="countylink"></a> </div> </div> </header> <nav> <div id="breadcrumbs"> <div class="width-set"> <ul> <li><a href="/">lincoln.ne.gov</a></li> <li><a href="/city/plan/">Planning Department</a></li> <li><a href="/city/plan/boards">Boards &amp; Commissions</a></li> <li><a href="/city/plan/boards/udc/udc.htm">Urban Design Committee</a></li> <li>Agenda</li> </ul> </div> </div> </nav> </div><!--/#superheader--> <div class="fluid-bg"> <div class="width-set"> <div class="col-mask"> <div class="col-1-3-wrap"> <div class="col-3-wrap"> <div class="col-1-2-wrap"> <div class="col-1-pad"> <div class="col-1" id="content" role="main"> <!-- PAGE CONTENT START --> <h2>Boards &amp; Commissions</h2> <h3>Urban Design Committee Agenda</h3> <div class="ag notice"> <h3>NOTICE</h3> <p>Notice is hereby given that the Urban Design Committee will hold a meeting on <strong>Tuesday, December 6, 2016 at 3:00 p.m.</strong> in the County-City Building, 555 S. 10th Street, Lincoln, Nebraska, in <strong>Room 210</strong> on the 2<sup>nd</sup> Floor. For more information, please contact the Lincoln City/Lancaster County Planning Department at 402-441-7491.</p> </div> <div class="ag"> <h3>AGENDA</h3> <h4>December 6, 2016</h4> <ol> <li>Approval of UDC meeting record of <A HREF="../../minutes/2016/111716.pdf">November 17, 2016</a>.</li> <br> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* <A HREF="../../reports/2016/decmemo.pdf">Memo from Ed Zimmer and Stacey Hageman</a><p> <p><h5>DISCUSS AND ADVISE</h5> <p> <li>1222 P Street, mixed use redevelopment (Peter Hind, FOUNDarchitects) - <a href="http://www.lincoln.ne.gov/aspx/city/pats/default.aspx?AppNum=UDR16079"><i>(UDR16079)</i></a></li> <p> <li><A HREF="../../reports/2016/decitem3.pdf">South Haymarket Design Standards</a>, (Planning Dept.) - <a href="http://www.lincoln.ne.gov/aspx/city/pats/default.aspx?AppNum=UDR16084"><i>(UDR16084)</i></a></li> <p> <li>Larry Enersen Urban Design Award selection (Michele Tilley) </li> <p><h5>DISCUSSION</h5> <p> <li>Staff Report & misc. </li> </ol> </div> <!-- PAGE CONTENT END --> </div> </div> </div> <div class="col-2"> <nav> <ul id="nav-primary"> <li id="index"><a href="/city/plan/index.htm">Home</a> <ul class="sub"> <li id="about"><a href="/city/plan/about/about.htm">About</a></li> </ul> </li> <li id="boards"><a href="/city/plan/boards/index.htm">Boards &amp; Commissions</a> <ul class="sub"> <li id="cibza"><a href="/city/plan/boards/cibza/cibza.htm">City Board of Zoning Appeals</a></li> <li id="cobza"><a href="/city/plan/boards/cobza/cobza.htm">County Board of Zoning Appeals</a></li> <li id="hpc"><a href="/city/plan/boards/hpc/hpc.htm">Historic Preservation Commission</a></li> <li id="ncec"><a href="/city/plan/boards/ncec/ncec.htm">Nebraska Capitol Environs Commission</a></li> <li id="pc"><a href="/city/plan/boards/pc/pc.htm">Planning Commission</a></li> <li id="udc"><a href="/city/plan/boards/udc/udc.htm">Urban Design Committee</a></li> </ul> </li> <li id="dev"><a href="/city/plan/dev/index.htm">Development Review</a> <ul class="sub"> <li id="annex"><a href="/city/plan/dev/annex/annex.htm">Annexations</a></li> <li id="stds"><a href="/city/plan/dev/cafo/index.htm">CAFO Working Group</a></li> <li id="stds"><a href="/city/plan/dev/stds/stds.htm">Design Standards</a></li> <li id="devguide"><a href="/city/plan/dev/devguide/devguide.htm">Development Guide</a></li> <li id="eplan"><a href="/city/plan/dev/eplan/eplan.htm">ePlan Submittal</a></li> <li id="fwb"><a href="/city/plan/dev/fwb/fwb.htm">Finance Warranty Bonds</a></li> <li id="forms"><a href="/city/plan/dev/forms/forms.htm">Forms &amp; Fees</a></li> <li id="pats"><a href="/city/plan/dev/pats/pats.htm">Planning Application Tracking Service (PATS)</a></li> <li id="codeamend"><a href="/city/plan/dev/codeamend.htm">Recent Code Amendments</a></li> <li id="subdiv"><a href="/city/plan/dev/subdiv/subdiv.htm">Subdivisions</a></li> <li id="vac"><a href="/city/plan/dev/vac/vac.htm">Vacation of Public Ways</a></li> <li id="wind-energy"><a href="/city/plan/dev/wind/index.htm">Wind Energy Text Amendment </a></li> <li id="zoning"><a href="/city/plan/dev/zoning/zoning.htm">Zoning</a></li> </ul> </li> <li id="its"><a href="/city/plan/its/index.htm">Information Technology Services / GIS</a> <ul class="sub"> <li id="gis"><a href="/city/plan/its/gis.htm">GIS</a></li> <li id="homeassoc"><a href="/city/plan/its/homeassoc.htm">Neighborhood &amp; Homeowners Assoc.</a></li> </ul> </li> <li id="mpo"><a href="/city/plan/mpo/index.htm">Lincoln MPO Transportation Planning</a> <ul class="sub"> <li id="mpoabout"><a href="/city/plan/mpo/mpoabout.htm">About the MPO</a></li> <li id="bike"><a href="/city/plan/bike/index.htm">Bike Lincoln</a></li> <li id="keydocs"><a href="/city/plan/mpo/keydocs.htm">Key MPO Documents</a></li> <li id="mpolrtp"><a href="/city/plan/mpo/mpolrtp.htm">Long Range Transportation Plan</a></li> <li id="off"><a href="/city/plan/mpo/off/off.htm">Officials Committee</a></li> <li id="onstreet"><a href="/city/plan/mpo/onstreet/onstreet.htm">On-Street Bicycle Facilities</a></li> <li id="tech"><a href="/city/plan/mpo/tech/tech.htm">Technical Committee</a></li> <li id="tip"><a href="/city/plan/mpo/tip/tip.htm">Transportation Improvement Program</a></li> <li id="mporpts"><a href="/city/plan/mpo/mporpts/mporpts.htm">Transportation Planning Projects &amp; Reports</a></li> </ul> </li> <li id="long"><a href="/city/plan/long/index.htm">Long Range Planning</a> <ul class="sub"> <li id="comp"><a href="/city/plan/long/comp.htm">Comprehensive Plan</a></li> <li id="lrtp"><a href="/city/plan/mpo/mpolrtp.htm">Long Range Transportation Plan</a></li> <li id="cip"><a href="/city/plan/long/cip/cip.htm">Capital Improvement Program</a></li> <li id="hp"><a href="/city/plan/long/hp/hp.htm">Historic Preservation</a></li> <li id="urban"><a href="/city/plan/long/urban/urban.htm">Urban Design</a></li> </ul> </li> <li id="reports" class="last-child"><a href="/city/plan/reports/index.htm">Reports, Tools & References</a></li> </ul> </div> <div class="col-3"> <aside> <div class="aside" role="complementary"> <section> <div id="hcard-plan" class="vcard"><!--give a unique id here for some reason--> <div class="org"> <div> <div class="organization-name">City of Lincoln</div> <span class="organization-unit">Planning Department</span> </div> <div> <a class="email" href="mailto:[email protected]">[email protected]</a> </div> </div><!--/org--> <!-- if there is going to be an actual person specified, remove the fn and n classes above, and use the below: --> <div class="name-title-email"> <span class="fn n"> <span class="given-name">David</span> <span class="additional-name"></span> <span class="family-name">Cary</span> </span> <div class="title">Director</div> <a class="email" href="mailto:[email protected]">[email protected]</a> </div> <br> <div class="adr-tel"> <div class="adr"> <a href="https://www.google.com/maps/place/555+S+10th+St,+Lincoln,+NE+68508/@40.8087738,-96.7099093,17z/data=!3m1!4b1!4m5!3m4!1s0x8796bf01edbbc185:0xb3cd7d1f2e283f67!8m2!3d40.8087738!4d-96.7077206"><span class="street-address">555 S. 10th St., Ste. 213</span></a> <div class="city-state"> <span class="locality">Lincoln</span>, <span class="region">NE</span>, <span class="postal-code">68508</span> <span class="country-name">USA</span> <span class="geo"> <span class="latitude"> <span class="value-title" title="40.808772"></span> </span> <span class="longitude"> <span class="value-title" title="-96.707748"></span> </span> </span> <!-- geo done this way isn't visible to user, but is available to google for proper map placement--> <!-- use javascript:void(prompt('',gApplication.getMap().getCenter())); in location bar on google maps for lat and long (after you've queried the address - and the map needs to be centered on your address, so no touching) --> </div> </div> <div class="tel"> <span class="type hide">Work</span> <span class="type">Tel</span> <span class="value">402-441-7491</span> </div> <div class="alt-tel"> <div class="tel"> <span class="type">Fax</span> <span class="value">402-441-6377</span> </div> </div> <div class="tel"> <span class="type hide">Work</span> <span class="type">Hours</span> <span class="value">8:00am-4:30pm weekdays</span> </div> </div><!--/adr-tel--> <div class="icon-link dl-vcard"> <!-- make a vcard with outlook --> <a href="/city/plan/vcf/dcary.vcf"> <dl> <dt></dt> <dd>Add to your Address Book <abbr title="Electronic business card"></abbr></dd> </dl> </a> </div><!--/dl-vcard--> </div><!--end vcard id--> <hr /> </section> <div class="icon-link dir"> <a href="/city/plan/tele.htm"> <dl> <dt></dt> <dd>Staff Directory</dd> </dl> </a> </div> <div class="icon-link em"> <a href="/city/plan/emaillist.htm"> <dl> <dt></dt> <dd>Join our email list</dd> </dl> </a> </div> <hr /> <div class="icon-link uplnk-sr"> <a href="https://www.lincoln.ne.gov/city/uplnk/index.htm"> <dl> <dt></dt> <dd><strong class="larger">UPLNK</strong><br />Report non-emergency issues such as potholes, downed tree limbs, etc.</dd> </dl> </a> </div> </div> </aside> </div> </div> </div> </div> </div> </div> <footer> <div id="footer" role="contentinfo"> <div class="width-set"> <div class="social-club-wrapper"> <div class="social-club"> <a title="Subscribe to City of Lincoln RSS feeds" class="rss" href="/aspx/city/main/feed.aspx">Subscribe to City of Lincoln RSS feeds</a> <a title="Watch LNKTV City on YouTube" class="yt" href="//youtube.com/lnktvcity">Watch LNKTV City on YouTube</a> <a title="Follow City of Lincoln on Facebook" class="fb" href="//facebook.com/lincolnnebraska">Follow City of Lincoln on Facebook</a> <a title="Follow City of Lincoln on Twitter" class="tw" href="//twitter.com/cityoflincoln">Follow City of Lincoln on Twitter</a> </div> </div> <h5 class="obscure">lincoln.ne.gov navigation</h5> <nav> <ul> <li><a href="/city/mayor/media/index.htm">Media Releases</a></li> <li><a href="/aspx/city/main/calendar.aspx">Calendar</a></li> <li><a href="/main/govern.htm">Government</a></li> <li><a href="/aspx/city/main/tabpage.aspx?M=R">Residents</a></li> <li><a href="/aspx/city/main/tabpage.aspx?M=T">Tourism</a></li> <li><a href="/aspx/city/main/tabpage.aspx?M=B">Business</a></li> </ul> </nav> <h5 class="obscure">lincoln.ne.gov meta navigation</h5> <nav> <ul> <li><a href="/main/search.htm">Search</a></li> <li><a href="/main/sitemap.htm">Site map</a></li> <li><a href="/main/contact.htm">Contact us</a></li> <li><a href="https://lincoln.ne.gov/city/uplnk/index.htm">Service Request</a></li> <li><a href="/main/privacy.htm">Privacy/Security</a></li> <li><a href="/main/feedback.htm">Help</a></li> </ul> </nav> <h5 class="obscure">lincoln.ne.gov featured sites navigation</h5> <nav> <ul class="width-adjust"> <li><a href="/main/featured.htm">Featured sites</a></li> <li><a href="/maps/index.htm">Service maps</a></li> <li><a href="/main/services.htm">Online Services</a></li> <li><a href="/main/s_pay.htm">ePay Services</a></li> <li><a href="/aspx/both/citizen/default.aspx">MyInterLinc</a></li> <li><a href="https://intralinc.lincoln.ne.gov/index.aspx">IntraLinc</a></li> </ul> </nav> <div class="lancaster-logo"> <a href="http://lancaster.ne.gov">Lancaster County</a> </div> <p> <small><a href="/">lincoln.ne.gov</a> | City of Lincoln, Nebraska, USA</small> </p> </div> </div> </footer> <!--[if lt IE 9]><script type="text/javascript" src="/city/js/respond.min.js"></script><![endif]--> <script type="text/javascript" src="/city/js/toggle.js"></script> <script type="text/javascript"> // javascript goes here // jquery $(document).ready(function(){ // to add a show/hide all link $('#showhide-link').click(function(){ var open = $(this).toggleClass('active').hasClass('active'); $("h6.trigger").each(function(){ if( open ){ $(this).addClass("active").next().stop(true, true).slideDown("fast"); } else { $(this).removeClass("active").next().stop(true, true).slideUp("fast"); } }); if ($('h6.trigger.active').length == $('h6.trigger').length) { $('#showhide-link a').html('Hide all'); } else $('#showhide-link a').html('Show all'); }); // zebra stripe tables $('.zebra tr:even').addClass('alt'); }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37315075-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
[ "<footer>&#13;\n\t<div id=\"footer\" role=\"contentinfo\">&#13;\n\t\t<div class=\"width-set\">&#13;\n&#13;\n&#13;\n\t\t\t<div class=\"social-club-wrapper\">&#13;\n\t\t\t\t<div class=\"social-club\">&#13;\n\t\t\t\t\t<a title=\"Subscribe to City of Lincoln RSS feeds\" class=\"rss\" href=\"/aspx/city/main/feed.aspx\">Subscribe to City of Lincoln RSS feeds</a>&#13;\n\t\t\t\t\t<a title=\"Watch LNKTV City on YouTube\" class=\"yt\" href=\"//youtube.com/lnktvcity\">Watch LNKTV City on YouTube</a>&#13;\n\t\t\t\t\t<a title=\"Follow City of Lincoln on Facebook\" class=\"fb\" href=\"//facebook.com/lincolnnebraska\">Follow City of Lincoln on Facebook</a>&#13;\n\t\t\t\t\t<a title=\"Follow City of Lincoln on Twitter\" class=\"tw\" href=\"//twitter.com/cityoflincoln\">Follow City of Lincoln on Twitter</a>&#13;\n\t\t\t\t</div>&#13;\n\t\t\t</div>&#13;\n&#13;\n\t\t\t\t<h5 class=\"obscure\">lincoln.ne.gov navigation</h5>&#13;\n\t\t\t\t<nav>&#13;\n\t\t\t\t\t<ul>&#13;\n\t\t\t\t\t\t<li><a href=\"/city/mayor/media/index.htm\">Media Releases</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/aspx/city/main/calendar.aspx\">Calendar</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/govern.htm\">Government</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/aspx/city/main/tabpage.aspx?M=R\">Residents</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/aspx/city/main/tabpage.aspx?M=T\">Tourism</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/aspx/city/main/tabpage.aspx?M=B\">Business</a></li>&#13;\n\t\t\t\t\t</ul>&#13;\n\t\t\t\t</nav>&#13;\n\t\t\t\t<h5 class=\"obscure\">lincoln.ne.gov meta navigation</h5>&#13;\n\t\t\t\t<nav>&#13;\n\t\t\t\t\t<ul>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/search.htm\">Search</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/sitemap.htm\">Site map</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/contact.htm\">Contact us</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"https://lincoln.ne.gov/city/uplnk/index.htm\">Service Request</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/privacy.htm\">Privacy/Security</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/feedback.htm\">Help</a></li>&#13;\n\t\t\t\t\t</ul>&#13;\n\t\t\t\t</nav>&#13;\n\t\t\t\t<h5 class=\"obscure\">lincoln.ne.gov featured sites navigation</h5>&#13;\n\t\t\t\t<nav>&#13;\n\t\t\t\t\t<ul class=\"width-adjust\">&#13;\n\t\t\t\t\t\t<li><a href=\"/main/featured.htm\">Featured sites</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/maps/index.htm\">Service maps</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/services.htm\">Online Services</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/main/s_pay.htm\">ePay Services</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"/aspx/both/citizen/default.aspx\">MyInterLinc</a></li>&#13;\n\t\t\t\t\t\t<li><a href=\"https://intralinc.lincoln.ne.gov/index.aspx\">IntraLinc</a></li>&#13;\n\t\t\t\t\t</ul>&#13;\n\t\t\t\t</nav>&#13;\n&#13;\n&#13;\n&#13;\n\t\t\t<div class=\"lancaster-logo\">&#13;\n\t\t\t\t<a href=\"http://lancaster.ne.gov\">Lancaster County</a>&#13;\n\t\t\t</div>&#13;\n&#13;\n\t\t\t<p>&#13;\n\t\t\t\t <small><a href=\"/\">lincoln.ne.gov</a> | City of Lincoln, Nebraska, USA</small>&#13;\n\t\t\t</p>&#13;\n&#13;\n\t\t</div>&#13;\n\t</div>&#13;\n</footer>&#13;\n&#13;\n&#13;\n&#13;\n" ]
[ "<head>&#13;\n\t<meta charset=\"utf-8\"/>&#13;\n\t<title>lincoln.ne.gov | Planning Department &gt; Boards &amp; Commissions &gt; Urban Design Committee &gt; Agenda</title>&#13;\n\t&#13;\n\t<link rel=\"stylesheet\" type=\"text/css\" href=\"/city/css/global-resp.min.css\"/>&#13;\n<script type=\"text/javascript\" src=\"/city/js/modernizr.js\"/>&#13;\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"/>&#13;\n<!--[if IE 6]><script src=\"/city/js/unitpngfix.js\"></script><![endif]-->&#13;\n<!--[if (gte IE 6)&(lte IE 8)]><script type=\"text/javascript\" src=\"/city/js/selectivizr-min.js\"></script><![endif]-->&#13;\n<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js\"/>&#13;\n<script type=\"text/javascript\" src=\"/city/js/global.min.js\"/>&#13;\n<meta property=\"og:image\" content=\"//lincoln.ne.gov/city/images/lincoln-logo-fb.jpg\"/>&#13;\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\"/>&#13;\n<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\"/>&#13;\n<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\"/>&#13;\n<link rel=\"manifest\" href=\"/site.webmanifest\"/>&#13;\n<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#0060a9\"/>&#13;\n<link rel=\"shortcut icon\" href=\"/favicon.ico\"/>&#13;\n<meta name=\"apple-mobile-web-app-title\" content=\"lincoln.ne.gov\"/>&#13;\n<meta name=\"application-name\" content=\"lincoln.ne.gov\"/>&#13;\n<meta name=\"msapplication-TileColor\" content=\"#0060A9\"/>&#13;\n<meta name=\"theme-color\" content=\"#0060A9\"/>&#13;\n\t&#13;\n\t<link rel=\"stylesheet\" href=\"/city/plan/css/local.css\"/>&#13;\n\t<meta name=\"description\" content=\"The Lincoln/Lancaster County Planning Department provides technical information and advice to elected and appointed boards and citizens on managing the growth and development of Lincoln and Lancaster County to be efficient, orderly, and attractive, facilitate economic opportunities, and conserve natural and cultural resources.\"/>&#13;\n\t<meta name=\"author\" content=\"Teresa McKinstry\"/>&#13;\n</head>&#13;\n&#13;\n" ]
[ "<title>lincoln.ne.gov | Planning Department &gt; Boards &amp; Commissions &gt; Urban Design Committee &gt; Agenda</title>&#13;\n\t&#13;\n\t" ]
[ { "key": "datasource", "type": "global", "value": "www.lincoln.ne.gov > city > plan > boards > udc > agendas" } ]
[ { "char_end_idx": 326, "char_start_idx": 0, "key": "length", "type": "local", "value": "326" }, { "char_end_idx": 329, "char_start_idx": 326, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 576, "char_start_idx": 329, "key": "length", "type": "local", "value": "246" }, { "char_end_idx": 578, "char_start_idx": 576, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 614, "char_start_idx": 578, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 676, "char_start_idx": 614, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 784, "char_start_idx": 676, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 861, "char_start_idx": 784, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 1013, "char_start_idx": 861, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 1119, "char_start_idx": 1013, "key": "length", "type": "local", "value": "105" }, { "char_end_idx": 2129, "char_start_idx": 1119, "key": "length", "type": "local", "value": "1009" }, { "char_end_idx": 2196, "char_start_idx": 2129, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 2200, "char_start_idx": 2196, "key": "length", "type": "local", "value": "3" } ]
[ { "key": "length", "type": "global", "value": "2224" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "accesskey" ], "values": [ "#content", "2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 44, "char_start_idx": 21, "html_attrs": { "attrs": [ "href" ], "values": [ "#nav-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 59, "char_start_idx": 45, "html_attrs": { "attrs": [ "href" ], "values": [ "#srch" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 74, "char_start_idx": 60, "html_attrs": { "attrs": [ "href" ], "values": [ "#footer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 75, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "skip" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 75, "char_start_idx": 75, "html_attrs": { "attrs": [ "id" ], "values": [ "search-wrap" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 88, "char_start_idx": 75, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/dept.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 89, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/build/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 89, "html_attrs": { "attrs": [ "class" ], "values": [ "first-child" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 122, "char_start_idx": 109, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/attorn/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 122, "char_start_idx": 109, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 135, "char_start_idx": 123, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/council/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 135, "char_start_idx": 123, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 143, "char_start_idx": 136, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/finance/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 143, "char_start_idx": 136, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 148, "char_start_idx": 144, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/fire/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 148, "char_start_idx": 144, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 155, "char_start_idx": 149, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/health/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 155, "char_start_idx": 149, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 171, "char_start_idx": 156, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/person/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 171, "char_start_idx": 156, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 181, "char_start_idx": 172, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/library/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 181, "char_start_idx": 172, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 187, "char_start_idx": 182, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/mayor/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 187, "char_start_idx": 182, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 208, "char_start_idx": 188, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/parks/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 208, "char_start_idx": 188, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 217, "char_start_idx": 209, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 217, "char_start_idx": 209, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 224, "char_start_idx": 218, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/police/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 224, "char_start_idx": 218, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 253, "char_start_idx": 225, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/ltu/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 253, "char_start_idx": 225, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 271, "char_start_idx": 254, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/urban/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 271, "char_start_idx": 254, "html_attrs": { "attrs": [ "class" ], "values": [ "list-space" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 280, "char_start_idx": 272, "html_attrs": { "attrs": [ "href" ], "values": [ "/main/sitemap.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 280, "char_start_idx": 272, "html_attrs": { "attrs": [ "class" ], "values": [ "list-space" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 306, "char_start_idx": 281, "html_attrs": { "attrs": [ "href" ], "values": [ "/cnty/co_agenc.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 281, "html_attrs": { "attrs": [ "class" ], "values": [ "last-child" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 307, "char_start_idx": 89, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-sub" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 307, "char_start_idx": 75, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-trigger" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 307, "char_start_idx": 75, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 318, "char_start_idx": 307, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "myinterlinc", "/aspx/both/citizen/default.aspx" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 319, "char_start_idx": 75, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "nav-global", "width-set" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 319, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "nav" }, { "char_end_idx": 333, "char_start_idx": 319, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 333, "char_start_idx": 319, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 353, "char_start_idx": 334, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 353, "char_start_idx": 334, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 374, "char_start_idx": 354, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 374, "char_start_idx": 354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 397, "char_start_idx": 375, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/udc/udc.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 397, "char_start_idx": 375, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 404, "char_start_idx": 398, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 405, "char_start_idx": 319, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "ul" }, { "char_end_idx": 405, "char_start_idx": 319, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "breadcrumbs", "width-set" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 405, "char_start_idx": 319, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "nav" }, { "char_end_idx": 405, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "superheader" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 425, "char_start_idx": 405, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h2" }, { "char_end_idx": 455, "char_start_idx": 426, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 462, "char_start_idx": 456, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h3" }, { "char_end_idx": 579, "char_start_idx": 541, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 659, "char_start_idx": 651, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 670, "char_start_idx": 668, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 785, "char_start_idx": 463, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 786, "char_start_idx": 456, "html_attrs": { "attrs": [ "class" ], "values": [ "ag notice" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 792, "char_start_idx": 786, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 809, "char_start_idx": 793, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h4" }, { "char_end_idx": 861, "char_start_idx": 844, "html_attrs": { "attrs": [ "href" ], "values": [ "../../minutes/2016/111716.pdf" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 862, "char_start_idx": 810, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 882, "char_start_idx": 864, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h5" }, { "char_end_idx": 964, "char_start_idx": 954, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 964, "char_start_idx": 954, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.lincoln.ne.gov/aspx/city/pats/default.aspx?AppNum=UDR16079" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 964, "char_start_idx": 883, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 997, "char_start_idx": 965, "html_attrs": { "attrs": [ "href" ], "values": [ "../../reports/2016/decitem3.pdf" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1028, "char_start_idx": 1018, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "i" }, { "char_end_idx": 1028, "char_start_idx": 1018, "html_attrs": { "attrs": [ "href" ], "values": [ "http://www.lincoln.ne.gov/aspx/city/pats/default.aspx?AppNum=UDR16084" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1028, "char_start_idx": 965, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1089, "char_start_idx": 1029, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1099, "char_start_idx": 1089, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h5" }, { "char_end_idx": 1121, "char_start_idx": 1100, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1121, "char_start_idx": 810, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ol" }, { "char_end_idx": 1121, "char_start_idx": 786, "html_attrs": { "attrs": [ "class" ], "values": [ "ag" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1121, "char_start_idx": 405, "html_attrs": { "attrs": [ "class", "id", "role" ], "values": [ "col-1-2-wrap col-1-pad col-1", "content", "main" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 1125, "char_start_idx": 1121, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "a" }, { "char_end_idx": 1126, "char_start_idx": 1121, "html_attrs": { "attrs": [ "id" ], "values": [ "index" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 1146, "char_start_idx": 1126, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1175, "char_start_idx": 1147, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/cibza/cibza.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1175, "char_start_idx": 1147, "html_attrs": { "attrs": [ "id" ], "values": [ "cibza" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1206, "char_start_idx": 1176, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/cobza/cobza.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1206, "char_start_idx": 1176, "html_attrs": { "attrs": [ "id" ], "values": [ "cobza" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1239, "char_start_idx": 1207, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/hpc/hpc.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1239, "char_start_idx": 1207, "html_attrs": { "attrs": [ "id" ], "values": [ "hpc" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1276, "char_start_idx": 1240, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/ncec/ncec.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1276, "char_start_idx": 1240, "html_attrs": { "attrs": [ "id" ], "values": [ "ncec" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1296, "char_start_idx": 1277, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/pc/pc.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1296, "char_start_idx": 1277, "html_attrs": { "attrs": [ "id" ], "values": [ "pc" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1319, "char_start_idx": 1297, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/boards/udc/udc.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1319, "char_start_idx": 1297, "html_attrs": { "attrs": [ "id" ], "values": [ "udc" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1320, "char_start_idx": 1147, "html_attrs": { "attrs": [ "class" ], "values": [ "sub" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1320, "char_start_idx": 1126, "html_attrs": { "attrs": [ "id" ], "values": [ "boards" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1338, "char_start_idx": 1320, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1350, "char_start_idx": 1339, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/annex/annex.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1350, "char_start_idx": 1339, "html_attrs": { "attrs": [ "id" ], "values": [ "annex" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1369, "char_start_idx": 1351, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/cafo/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1369, "char_start_idx": 1351, "html_attrs": { "attrs": [ "id" ], "values": [ "stds" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1386, "char_start_idx": 1370, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/stds/stds.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1386, "char_start_idx": 1370, "html_attrs": { "attrs": [ "id" ], "values": [ "stds" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1404, "char_start_idx": 1387, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/devguide/devguide.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1404, "char_start_idx": 1387, "html_attrs": { "attrs": [ "id" ], "values": [ "devguide" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1420, "char_start_idx": 1405, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/eplan/eplan.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1420, "char_start_idx": 1405, "html_attrs": { "attrs": [ "id" ], "values": [ "eplan" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1443, "char_start_idx": 1421, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/fwb/fwb.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1443, "char_start_idx": 1421, "html_attrs": { "attrs": [ "id" ], "values": [ "fwb" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1456, "char_start_idx": 1444, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/forms/forms.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1456, "char_start_idx": 1444, "html_attrs": { "attrs": [ "id" ], "values": [ "forms" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1501, "char_start_idx": 1457, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/pats/pats.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1501, "char_start_idx": 1457, "html_attrs": { "attrs": [ "id" ], "values": [ "pats" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1524, "char_start_idx": 1502, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/codeamend.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1524, "char_start_idx": 1502, "html_attrs": { "attrs": [ "id" ], "values": [ "codeamend" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1537, "char_start_idx": 1525, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/subdiv/subdiv.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1537, "char_start_idx": 1525, "html_attrs": { "attrs": [ "id" ], "values": [ "subdiv" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1561, "char_start_idx": 1538, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/vac/vac.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1561, "char_start_idx": 1538, "html_attrs": { "attrs": [ "id" ], "values": [ "vac" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1589, "char_start_idx": 1562, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/wind/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1589, "char_start_idx": 1562, "html_attrs": { "attrs": [ "id" ], "values": [ "wind-energy" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1595, "char_start_idx": 1589, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/dev/zoning/zoning.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1595, "char_start_idx": 1589, "html_attrs": { "attrs": [ "id" ], "values": [ "zoning" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1596, "char_start_idx": 1339, "html_attrs": { "attrs": [ "class" ], "values": [ "sub" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1596, "char_start_idx": 1320, "html_attrs": { "attrs": [ "id" ], "values": [ "dev" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1633, "char_start_idx": 1596, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/its/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1634, "char_start_idx": 1596, "html_attrs": { "attrs": [ "id" ], "values": [ "its" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1669, "char_start_idx": 1634, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1683, "char_start_idx": 1670, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/mpoabout.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1683, "char_start_idx": 1670, "html_attrs": { "attrs": [ "id" ], "values": [ "mpoabout" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1696, "char_start_idx": 1684, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/bike/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1696, "char_start_idx": 1684, "html_attrs": { "attrs": [ "id" ], "values": [ "bike" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1714, "char_start_idx": 1697, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/keydocs.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1714, "char_start_idx": 1697, "html_attrs": { "attrs": [ "id" ], "values": [ "keydocs" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1745, "char_start_idx": 1715, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/mpolrtp.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1745, "char_start_idx": 1715, "html_attrs": { "attrs": [ "id" ], "values": [ "mpolrtp" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1765, "char_start_idx": 1746, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/off/off.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1765, "char_start_idx": 1746, "html_attrs": { "attrs": [ "id" ], "values": [ "off" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1794, "char_start_idx": 1766, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/onstreet/onstreet.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1794, "char_start_idx": 1766, "html_attrs": { "attrs": [ "id" ], "values": [ "onstreet" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1814, "char_start_idx": 1795, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/tech/tech.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1814, "char_start_idx": 1795, "html_attrs": { "attrs": [ "id" ], "values": [ "tech" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1849, "char_start_idx": 1815, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/tip/tip.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1849, "char_start_idx": 1815, "html_attrs": { "attrs": [ "id" ], "values": [ "tip" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1892, "char_start_idx": 1850, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/mporpts/mporpts.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1892, "char_start_idx": 1850, "html_attrs": { "attrs": [ "id" ], "values": [ "mporpts" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1893, "char_start_idx": 1670, "html_attrs": { "attrs": [ "class" ], "values": [ "sub" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1893, "char_start_idx": 1634, "html_attrs": { "attrs": [ "id" ], "values": [ "mpo" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1912, "char_start_idx": 1893, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/long/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1931, "char_start_idx": 1913, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/long/comp.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1931, "char_start_idx": 1913, "html_attrs": { "attrs": [ "id" ], "values": [ "comp" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1962, "char_start_idx": 1932, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/mpo/mpolrtp.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1962, "char_start_idx": 1932, "html_attrs": { "attrs": [ "id" ], "values": [ "lrtp" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1990, "char_start_idx": 1963, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/long/cip/cip.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1990, "char_start_idx": 1963, "html_attrs": { "attrs": [ "id" ], "values": [ "cip" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2012, "char_start_idx": 1991, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/long/hp/hp.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2012, "char_start_idx": 1991, "html_attrs": { "attrs": [ "id" ], "values": [ "hp" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2025, "char_start_idx": 2013, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/long/urban/urban.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2025, "char_start_idx": 2013, "html_attrs": { "attrs": [ "id" ], "values": [ "urban" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2026, "char_start_idx": 1913, "html_attrs": { "attrs": [ "class" ], "values": [ "sub" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2026, "char_start_idx": 1893, "html_attrs": { "attrs": [ "id" ], "values": [ "long" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2053, "char_start_idx": 2026, "html_attrs": { "attrs": [ "href" ], "values": [ "/city/plan/reports/index.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 2053, "char_start_idx": 2026, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reports", "last-child" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 2054, "char_start_idx": 1121, "html_attrs": { "attrs": [ "id" ], "values": [ "nav-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "ul" }, { "char_end_idx": 2054, "char_start_idx": 1121, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "nav" }, { "char_end_idx": 2054, "char_start_idx": 1121, "html_attrs": { "attrs": [ "class" ], "values": [ "col-2" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2055, "char_start_idx": 2055, "html_attrs": { "attrs": [ "class" ], "values": [ "adr-tel" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2055, "char_start_idx": 2054, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "hcard-plan", "vcard" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2055, "char_start_idx": 2055, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "hr" }, { "char_end_idx": 2055, "char_start_idx": 2054, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "section" }, { "char_end_idx": 2055, "char_start_idx": 2055, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "hr" }, { "char_end_idx": 2055, "char_start_idx": 2055, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "dt" }, { "char_end_idx": 2060, "char_start_idx": 2055, "html_attrs": { "attrs": [ "class" ], "values": [ "larger" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "strong" }, { "char_end_idx": 2130, "char_start_idx": 2055, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "dd" }, { "char_end_idx": 2131, "char_start_idx": 2055, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "dl" }, { "char_end_idx": 2131, "char_start_idx": 2055, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.lincoln.ne.gov/city/uplnk/index.htm" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2131, "char_start_idx": 2055, "html_attrs": { "attrs": [ "class" ], "values": [ "icon-link uplnk-sr" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2131, "char_start_idx": 2054, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "aside", "complementary" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2131, "char_start_idx": 2054, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "aside" }, { "char_end_idx": 2131, "char_start_idx": 2054, "html_attrs": { "attrs": [ "class" ], "values": [ "col-3" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2131, "char_start_idx": 405, "html_attrs": { "attrs": [ "class" ], "values": [ "col-1-3-wrap col-3-wrap" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2131, "char_start_idx": 405, "html_attrs": { "attrs": [ "class" ], "values": [ "fluid-bg width-set col-mask" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2223, "char_start_idx": 2131, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 2224, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "udc boards subnav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 75, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "Jump to Main Content Jump to Page Navigation Jump to Search Jump to Footer\n" }, { "char_end_idx": 108, "char_start_idx": 75, "key": "paragraph", "marker": "li", "type": "local", "value": "City Agencies\nBuilding and Safety" }, { "char_end_idx": 122, "char_start_idx": 108, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCity Attorney" }, { "char_end_idx": 135, "char_start_idx": 122, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCity Council" }, { "char_end_idx": 143, "char_start_idx": 135, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFinance" }, { "char_end_idx": 148, "char_start_idx": 143, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFire" }, { "char_end_idx": 155, "char_start_idx": 148, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHealth" }, { "char_end_idx": 171, "char_start_idx": 155, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHuman Resources" }, { "char_end_idx": 181, "char_start_idx": 171, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLibraries" }, { "char_end_idx": 187, "char_start_idx": 181, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMayor" }, { "char_end_idx": 208, "char_start_idx": 187, "key": "paragraph", "marker": "li", "type": "local", "value": "\nParks and Recreation" }, { "char_end_idx": 217, "char_start_idx": 208, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPlanning" }, { "char_end_idx": 224, "char_start_idx": 217, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPolice" }, { "char_end_idx": 253, "char_start_idx": 224, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransportation and Utilities" }, { "char_end_idx": 271, "char_start_idx": 253, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUrban Development" }, { "char_end_idx": 280, "char_start_idx": 271, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSite Map" }, { "char_end_idx": 306, "char_start_idx": 280, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLancaster County Agencies" }, { "char_end_idx": 307, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 319, "char_start_idx": 307, "key": "paragraph", "marker": "nav", "type": "local", "value": "MyInterLinc\n" }, { "char_end_idx": 333, "char_start_idx": 319, "key": "paragraph", "marker": "li", "type": "local", "value": "lincoln.ne.gov" }, { "char_end_idx": 353, "char_start_idx": 333, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPlanning Department" }, { "char_end_idx": 374, "char_start_idx": 353, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBoards & Commissions" }, { "char_end_idx": 397, "char_start_idx": 374, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUrban Design Committee" }, { "char_end_idx": 404, "char_start_idx": 397, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAgenda" }, { "char_end_idx": 405, "char_start_idx": 404, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 425, "char_start_idx": 405, "key": "paragraph", "marker": "h2", "type": "local", "value": "Boards & Commissions" }, { "char_end_idx": 455, "char_start_idx": 425, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nUrban Design Committee Agenda" }, { "char_end_idx": 462, "char_start_idx": 455, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nNOTICE" }, { "char_end_idx": 786, "char_start_idx": 462, "key": "paragraph", "marker": "p", "type": "local", "value": "\nNotice is hereby given that the Urban Design Committee will hold a meeting on Tuesday, December 6, 2016 at 3:00 p.m. in the County-City Building, 555 S. 10th Street, Lincoln, Nebraska, in Room 210 on the 2nd Floor. For more information, please contact the Lincoln City/Lancaster County Planning Department at 402-441-7491.\n" }, { "char_end_idx": 792, "char_start_idx": 786, "key": "paragraph", "marker": "h3", "type": "local", "value": "AGENDA" }, { "char_end_idx": 809, "char_start_idx": 792, "key": "paragraph", "marker": "h4", "type": "local", "value": "\nDecember 6, 2016" }, { "char_end_idx": 862, "char_start_idx": 809, "key": "paragraph", "marker": "li", "type": "local", "value": "\nApproval of UDC meeting record of November 17, 2016." }, { "char_end_idx": 864, "char_start_idx": 862, "key": "paragraph", "marker": "h5+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 882, "char_start_idx": 864, "key": "paragraph", "marker": "h5+lf", "type": "local", "value": "DISCUSS AND ADVISE" }, { "char_end_idx": 964, "char_start_idx": 882, "key": "paragraph", "marker": "li", "type": "local", "value": "\n1222 P Street, mixed use redevelopment (Peter Hind, FOUNDarchitects) - (UDR16079)" }, { "char_end_idx": 1028, "char_start_idx": 964, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSouth Haymarket Design Standards, (Planning Dept.) - (UDR16084)" }, { "char_end_idx": 1089, "char_start_idx": 1028, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLarry Enersen Urban Design Award selection (Michele Tilley)\n" }, { "char_end_idx": 1099, "char_start_idx": 1089, "key": "paragraph", "marker": "h5", "type": "local", "value": "DISCUSSION" }, { "char_end_idx": 1121, "char_start_idx": 1099, "key": "paragraph", "marker": "div", "type": "local", "value": "\nStaff Report & misc.\n" }, { "char_end_idx": 1126, "char_start_idx": 1121, "key": "paragraph", "marker": "li", "type": "local", "value": "Home\n" }, { "char_end_idx": 1175, "char_start_idx": 1126, "key": "paragraph", "marker": "li", "type": "local", "value": "Boards & Commissions\nCity Board of Zoning Appeals" }, { "char_end_idx": 1206, "char_start_idx": 1175, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCounty Board of Zoning Appeals" }, { "char_end_idx": 1239, "char_start_idx": 1206, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHistoric Preservation Commission" }, { "char_end_idx": 1276, "char_start_idx": 1239, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNebraska Capitol Environs Commission" }, { "char_end_idx": 1296, "char_start_idx": 1276, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPlanning Commission" }, { "char_end_idx": 1319, "char_start_idx": 1296, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUrban Design Committee" }, { "char_end_idx": 1320, "char_start_idx": 1319, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1350, "char_start_idx": 1320, "key": "paragraph", "marker": "li", "type": "local", "value": "Development Review\nAnnexations" }, { "char_end_idx": 1369, "char_start_idx": 1350, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCAFO Working Group" }, { "char_end_idx": 1386, "char_start_idx": 1369, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDesign Standards" }, { "char_end_idx": 1404, "char_start_idx": 1386, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDevelopment Guide" }, { "char_end_idx": 1420, "char_start_idx": 1404, "key": "paragraph", "marker": "li", "type": "local", "value": "\nePlan Submittal" }, { "char_end_idx": 1443, "char_start_idx": 1420, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFinance Warranty Bonds" }, { "char_end_idx": 1456, "char_start_idx": 1443, "key": "paragraph", "marker": "li", "type": "local", "value": "\nForms & Fees" }, { "char_end_idx": 1501, "char_start_idx": 1456, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPlanning Application Tracking Service (PATS)" }, { "char_end_idx": 1524, "char_start_idx": 1501, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRecent Code Amendments" }, { "char_end_idx": 1537, "char_start_idx": 1524, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSubdivisions" }, { "char_end_idx": 1561, "char_start_idx": 1537, "key": "paragraph", "marker": "li", "type": "local", "value": "\nVacation of Public Ways" }, { "char_end_idx": 1589, "char_start_idx": 1561, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWind Energy Text Amendment\n" }, { "char_end_idx": 1595, "char_start_idx": 1589, "key": "paragraph", "marker": "li", "type": "local", "value": "Zoning" }, { "char_end_idx": 1596, "char_start_idx": 1595, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1634, "char_start_idx": 1596, "key": "paragraph", "marker": "li", "type": "local", "value": "Information Technology Services / GIS\n" }, { "char_end_idx": 1683, "char_start_idx": 1634, "key": "paragraph", "marker": "li", "type": "local", "value": "Lincoln MPO Transportation Planning\nAbout the MPO" }, { "char_end_idx": 1696, "char_start_idx": 1683, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBike Lincoln" }, { "char_end_idx": 1714, "char_start_idx": 1696, "key": "paragraph", "marker": "li", "type": "local", "value": "\nKey MPO Documents" }, { "char_end_idx": 1745, "char_start_idx": 1714, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLong Range Transportation Plan" }, { "char_end_idx": 1765, "char_start_idx": 1745, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOfficials Committee" }, { "char_end_idx": 1794, "char_start_idx": 1765, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOn-Street Bicycle Facilities" }, { "char_end_idx": 1814, "char_start_idx": 1794, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTechnical Committee" }, { "char_end_idx": 1849, "char_start_idx": 1814, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransportation Improvement Program" }, { "char_end_idx": 1892, "char_start_idx": 1849, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTransportation Planning Projects & Reports" }, { "char_end_idx": 1893, "char_start_idx": 1892, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1931, "char_start_idx": 1893, "key": "paragraph", "marker": "li", "type": "local", "value": "Long Range Planning\nComprehensive Plan" }, { "char_end_idx": 1962, "char_start_idx": 1931, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLong Range Transportation Plan" }, { "char_end_idx": 1990, "char_start_idx": 1962, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCapital Improvement Program" }, { "char_end_idx": 2012, "char_start_idx": 1990, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHistoric Preservation" }, { "char_end_idx": 2025, "char_start_idx": 2012, "key": "paragraph", "marker": "li", "type": "local", "value": "\nUrban Design" }, { "char_end_idx": 2026, "char_start_idx": 2025, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 2053, "char_start_idx": 2026, "key": "paragraph", "marker": "li", "type": "local", "value": "Reports, Tools & References" }, { "char_end_idx": 2054, "char_start_idx": 2053, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2055, "char_start_idx": 2054, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2130, "char_start_idx": 2055, "key": "paragraph", "marker": "dd", "type": "local", "value": "UPLNK\nReport non-emergency issues such as potholes, downed tree limbs, etc." }, { "char_end_idx": 2131, "char_start_idx": 2130, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2224, "char_start_idx": 2131, "key": "paragraph", "marker": "remainder", "type": "local", "value": "[if lt IE 9]><script type=\"text/javascript\" src=\"/city/js/respond.min.js\"></script><![endif]\n" } ]
[]
[ { "key": "title", "type": "global", "value": "lincoln.ne.gov | Planning Department &gt; Boards &amp; Commissions &gt; Urban Design Committee &gt; Agenda" } ]
[ { "key": "url", "type": "global", "value": "https://www.lincoln.ne.gov/city/plan/boards/udc/agendas/2016/120616.htm" } ]
[]
Jump to Main Content Jump to Page Navigation Jump to Search Jump to Footer City Agencies Building and Safety City Attorney City Council Finance Fire Health Human Resources Libraries Mayor Parks and Recreation Planning Police Transportation and Utilities Urban Development Site Map Lancaster County Agencies MyInterLinc lincoln.ne.gov Planning Department Boards & Commissions Urban Design Committee Agenda Boards & Commissions Urban Design Committee Agenda NOTICE Notice is hereby given that the Urban Design Committee will hold a meeting on Tuesday, December 6, 2016 at 3:00 p.m. in the County-City Building, 555 S. 10th Street, Lincoln, Nebraska, in Room 210 on the 2nd Floor. For more information, please contact the Lincoln City/Lancaster County Planning Department at 402-441-7491. AGENDA December 6, 2016 Approval of UDC meeting record of November 17, 2016. DISCUSS AND ADVISE 1222 P Street, mixed use redevelopment (Peter Hind, FOUNDarchitects) - (UDR16079) South Haymarket Design Standards, (Planning Dept.) - (UDR16084) Larry Enersen Urban Design Award selection (Michele Tilley) DISCUSSION Staff Report & misc. Home Boards & Commissions City Board of Zoning Appeals County Board of Zoning Appeals Historic Preservation Commission Nebraska Capitol Environs Commission Planning Commission Urban Design Committee Development Review Annexations CAFO Working Group Design Standards Development Guide ePlan Submittal Finance Warranty Bonds Forms & Fees Planning Application Tracking Service (PATS) Recent Code Amendments Subdivisions Vacation of Public Ways Wind Energy Text Amendment Zoning Information Technology Services / GIS Lincoln MPO Transportation Planning About the MPO Bike Lincoln Key MPO Documents Long Range Transportation Plan Officials Committee On-Street Bicycle Facilities Technical Committee Transportation Improvement Program Transportation Planning Projects & Reports Long Range Planning Comprehensive Plan Long Range Transportation Plan Capital Improvement Program Historic Preservation Urban Design Reports, Tools & References UPLNK Report non-emergency issues such as potholes, downed tree limbs, etc. [if lt IE 9]><script type="text/javascript" src="/city/js/respond.min.js"></script><![endif]
https://www.lincoln.ne.gov/city/plan/boards/udc/agendas/2016/120616.htm
[ { "char_end_idx": 74, "char_start_idx": 68, "key": "entity", "type": "local", "value": "Footer_Johnson" }, { "char_end_idx": 135, "char_start_idx": 123, "key": "entity", "type": "local", "value": "City_council" }, { "char_end_idx": 171, "char_start_idx": 156, "key": "entity", "type": "local", "value": "Human_resources" }, { "char_end_idx": 208, "char_start_idx": 188, "key": "entity", "type": "local", "value": "Parks_and_Recreation" }, { "char_end_idx": 271, "char_start_idx": 254, "key": "entity", "type": "local", "value": "Theories_of_urban_planning" }, { "char_end_idx": 353, "char_start_idx": 334, "key": "entity", "type": "local", "value": "Urban_planning" }, { "char_end_idx": 627, "char_start_idx": 616, "key": "entity", "type": "local", "value": "List_of_numbered_streets_in_Manhattan" }, { "char_end_idx": 636, "char_start_idx": 629, "key": "entity", "type": "local", "value": "Lincoln,_England" }, { "char_end_idx": 646, "char_start_idx": 638, "key": "entity", "type": "local", "value": "Nebraska" }, { "char_end_idx": 676, "char_start_idx": 667, "key": "entity", "type": "local", "value": "2nd_Floor_(Nina_song)" }, { "char_end_idx": 731, "char_start_idx": 719, "key": "entity", "type": "local", "value": "Lincoln_City_F.C." }, { "char_end_idx": 792, "char_start_idx": 786, "key": "entity", "type": "local", "value": "Agenda_(meeting)" }, { "char_end_idx": 825, "char_start_idx": 822, "key": "entity", "type": "local", "value": "University_of_the_District_of_Columbia" }, { "char_end_idx": 1296, "char_start_idx": 1277, "key": "entity", "type": "local", "value": "Planning_Commission_(India)" }, { "char_end_idx": 1386, "char_start_idx": 1370, "key": "entity", "type": "local", "value": "Design_to_standards" }, { "char_end_idx": 1500, "char_start_idx": 1496, "key": "entity", "type": "local", "value": "Regina_Pats" }, { "char_end_idx": 1627, "char_start_idx": 1596, "key": "entity", "type": "local", "value": "Information_technology" }, { "char_end_idx": 1683, "char_start_idx": 1680, "key": "entity", "type": "local", "value": "Image_file_formats" }, { "char_end_idx": 1765, "char_start_idx": 1756, "key": "entity", "type": "local", "value": "Committee" }, { "char_end_idx": 1814, "char_start_idx": 1795, "key": "entity", "type": "local", "value": "Applied_Mechanics_Division" }, { "char_end_idx": 1849, "char_start_idx": 1815, "key": "entity", "type": "local", "value": "Transportation_improvement_program" }, { "char_end_idx": 1912, "char_start_idx": 1893, "key": "entity", "type": "local", "value": "Long-range_planning" }, { "char_end_idx": 1990, "char_start_idx": 1963, "key": "entity", "type": "local", "value": "Capital_improvement_plan" }, { "char_end_idx": 2012, "char_start_idx": 1991, "key": "entity", "type": "local", "value": "Historic_preservation" }, { "char_end_idx": 2025, "char_start_idx": 2013, "key": "entity", "type": "local", "value": "Urban_design" } ]
[ { "char_end_idx": 75, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Footer_Johnson" }, { "char_end_idx": 135, "char_start_idx": 122, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "City_council" }, { "char_end_idx": 171, "char_start_idx": 155, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Human_resources" }, { "char_end_idx": 208, "char_start_idx": 187, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Parks_and_Recreation" }, { "char_end_idx": 271, "char_start_idx": 253, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Theories_of_urban_planning" }, { "char_end_idx": 353, "char_start_idx": 333, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Urban_planning" }, { "char_end_idx": 786, "char_start_idx": 462, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "List_of_numbered_streets_in_Manhattan" }, { "char_end_idx": 786, "char_start_idx": 462, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Lincoln,_England" }, { "char_end_idx": 786, "char_start_idx": 462, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Nebraska" }, { "char_end_idx": 786, "char_start_idx": 462, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "2nd_Floor_(Nina_song)" }, { "char_end_idx": 786, "char_start_idx": 462, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Lincoln_City_F.C." }, { "char_end_idx": 792, "char_start_idx": 786, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Agenda_(meeting)" }, { "char_end_idx": 862, "char_start_idx": 809, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "University_of_the_District_of_Columbia" }, { "char_end_idx": 1296, "char_start_idx": 1276, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Planning_Commission_(India)" }, { "char_end_idx": 1386, "char_start_idx": 1369, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Design_to_standards" }, { "char_end_idx": 1501, "char_start_idx": 1456, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Regina_Pats" }, { "char_end_idx": 1634, "char_start_idx": 1596, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Information_technology" }, { "char_end_idx": 1683, "char_start_idx": 1634, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Image_file_formats" }, { "char_end_idx": 1765, "char_start_idx": 1745, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Committee" }, { "char_end_idx": 1814, "char_start_idx": 1794, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Applied_Mechanics_Division" }, { "char_end_idx": 1849, "char_start_idx": 1814, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Transportation_improvement_program" }, { "char_end_idx": 1931, "char_start_idx": 1893, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Long-range_planning" }, { "char_end_idx": 1990, "char_start_idx": 1962, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Capital_improvement_plan" }, { "char_end_idx": 2012, "char_start_idx": 1990, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Historic_preservation" }, { "char_end_idx": 2025, "char_start_idx": 2012, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Urban_design" } ]
0
155
1555998929000
<!DOCTYPE html> <html> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MWQTQJV');</script> <!-- End Google Tag Manager --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="p:domain_verify" content="18bc1aa56e5fbb36d68da021dfe85578"/> <title>Sell HTC Desire 600 | Compare Price to Sell HTC Desire 600</title> <meta name="description" content="Sell HTC Desire 600 at SellTheMobile, mobile phone recycling comparison website, here you can find the best price to sell your HTC Desire 600 in the UK." /> <meta name="keywords" content="Sell HTC Desire 600, Sell My HTC Desire 600, Sell Your HTC Desire 600" /> <!--New Styled Css--> <noscript id="deferred-styles"> <link rel="stylesheet" href="/assests/newdesign/css/font-awesome.min.css" media="all" onload="if(media!=='all')media='all'"> <link href='/assests/newdesign/css/fontsDosis.css' rel='stylesheet' type='text/css' onload="if(media!=='all')media='all'"> <link href='/assests/newdesign/css/fontsDosisRobotoCondensed.css' rel='stylesheet' type='text/css' onload="if(media!=='all')media='all'"> <link href="/css/smoothness/jquery-ui-1.9.2.custom.min.css" rel="stylesheet" onload="if(media!=='all')media='all'"> <link rel="stylesheet" href="/assests/newdesign/css/jquery-ui.css" type="text/css" onload="if(media!=='all')media='all'"> <link rel="stylesheet" href="/assests/plugin/autoComplete/easy-autocomplete.min.css" onload="if(media!=='all')media='all'"> <!-- Using jQuery with a CDN --> </noscript> <link rel="stylesheet" href="/assests/newdesign/css/main.css" type="text/css" onload="if(media!=='all')media='all'"> <link rel="stylesheet" href="/assests/newdesign/css/style.css" type="text/css" onload="if(media!=='all')media='all'"> <!--<script src="/assests/newdesign/js/jquery-3.3.1.slim.min.js" type="text/javascript" async></script>--> <script src="/assests/newdesign/js/jquery-1.12.4.min.js"></script> <!-- JS file --> <script src="/assests/plugin/autoComplete/jquery.easy-autocomplete.min.js" async></script> <!-- Yandex.Metrika counter --> <script> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter50958737 = new Ya.Metrika2({ id:50958737, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/tag.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks2"); </script> <noscript><img src="https://mc.yandex.ru/watch/50958737" style="position:absolute; left:-9999px;" alt="" /></noscript> <!-- /Yandex.Metrika counter --> <!-- CSS file --> <!--Start of Zopim Live Chat Script--> <!--<script type="text/javascript"> window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8'); $.src='//v2.zopim.com/?2Xm8UAaX5uQjGBdFP6KCmzJqbVABafFu';z.t=+new Date;$. type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script'); </script>--> <script> var loadDeferredStyles = function() { var addStylesNode = document.getElementById("deferred-styles"); var replacement = document.createElement("div"); replacement.innerHTML = addStylesNode.textContent; document.body.appendChild(replacement) addStylesNode.parentElement.removeChild(addStylesNode); }; var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame; if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); }); else window.addEventListener('load', loadDeferredStyles); </script> <!-- Hotjar Tracking --> <script>     (function(h,o,t,j,a,r){         h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};         h._hjSettings={hjid:979522,hjsv:6};         a=o.getElementsByTagName('head')[0];         r=o.createElement('script');r.async=1;         r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;         a.appendChild(r);     })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <!--Bing Ad code--> <script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"27002453"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.оnload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.оnload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script> <!--New Styled Js--> <script> $( document ).ready(function() { $('#navbtn').click(function(){ var dsplay = $('#demo'); var theProperty = dsplay.css('display'); if(theProperty == 'block'){ $('#demo').delay( 800 ).fadeOut( 400 ).css("display", "none"); } else{ $('#demo').css("display", "block"); } }); }); </script> <script src="/js/jquery-ui-1.9.2.custom.min.js" async></script> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-1003858793"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-1003858793'); </script> <script> gtag('event', 'conversion', { 'send_to': 'AW-1003858793/0qOtCM-N-4UBEOnW1t4D', 'value': 1.0, 'currency': 'GBP', 'aw_remarketing_only': true }); </script> <!-- Start of sellthemobile Zendesk Widget script --> <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=db5492cd-48c4-41dc-af39-9fed52afe55d"> </script> <!-- End of sellthemobile Zendesk Widget script --> <!-- Start of sellthemobile Zendesk Widget script --> <script>/*<![CDATA[*/window.zE||(function(e,t,s){var n=window.zE=window.zEmbed=function(){n._.push(arguments)}, a=n.s=e.createElement(t),r=e.getElementsByTagName(t)[0];n.set=function(e){ n.set._.push(e)},n._=[],n.set._=[],a.async=true,a.setAttribute("charset","utf-8"), a.src="https://static.zdassets.com/ekr/asset_composer.js?key="+s, n.t=+new Date,a.type="text/javascript",r.parentNode.insertBefore(a,r)})(document,"script","db5492cd-48c4-41dc-af39-9fed52afe55d");/*]]>*/</script> <!-- End of sellthemobile Zendesk Widget script --> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MWQTQJV" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="smi_container"> <!-- ..........header............ --> <div class="thenewdesign"> <style>.dropdown .dropbtn{}.dropdown a {font: normal 16px/50px 'Lato', sans-serif !important;color: #676767 !important;white-space: nowrap;display: block;padding: 0 15px;}</style> <div id="header" style="padding: 11px 0 0;background: white;"> <div class="wrapper"> <div id="logo"> <a href="/"><img src="/assests/newdesign/images/logo.png" alt=""></a> <span style="display: inherit;position: relative;left: 43px;top: -20px;font-size: 12px;font-weight: 600;">The UK's Best Recycling Comparison Website</span> </div> <div class="after-logo"> <div id="navigation"> <ul id="menu-nenu" class="nav-menu"> <li class="dropdown"> <a class="dropbtn" href="/sell-my-iphone">Sell My iPhone <i class="fa fa-caret-down"></i> </a> <div class="dropdown-content"> <a href="https://www.sellthemobile.com/compare-to-sell/apple-iphone-6">Apple iPhone 6</a> <a href="https://www.sellthemobile.com/compare-to-sell/apple-iphone-6s">Apple iPhone 6S</a> <a href="https://www.sellthemobile.com/compare-to-sell/apple-iphone-6s-plus">Apple iPhone 6S PLUS</a> <a href="https://www.sellthemobile.com/sell-my-iphone">View All iPhones</a> </div> </li> <li class="dropdown"> <a class="dropbtn" href="/sell-my-mobile">Sell My Mobile <i class="fa fa-caret-down"></i> </a> <div class="dropdown-content"> <a href="https://www.sellthemobile.com/sell-apple-iphone">Sell My iPhone</a> <a href="https://www.sellthemobile.com/sell-samsung-mobile">Sell My Samsung</a> <a href="https://www.sellthemobile.com/sell-google-mobile">Sell My Google Phones</a> <a href="https://www.sellthemobile.com/sell-sony-mobile">Sell My Sony Phones</a> <a href="https://www.sellthemobile.com/sell-htc-mobile">Sell My Htc Phones</a> </div> </li> <li class="dropdown"> <a class="dropbtn" href="/sell-my-tablet">Sell My Tablet <i class="fa fa-caret-down"></i> </a> <div class="dropdown-content"> <a href="https://www.sellthemobile.com/sell/search-result/?keyword=apple+ipad+3">Apple iPad 3</a> <a href="https://www.sellthemobile.com/sell/search-result/?keyword=apple+ipad+4">Apple iPad 4</a> <a href="https://www.sellthemobile.com/sell/search-result/?keyword=iPad+Air">Apple iPad Air</a> <a href="https://www.sellthemobile.com/sell/search-result/?keyword=Samsung+Galaxy+Tab+3+">Samsung Galaxy Tab 3</a> <a href="https://www.sellthemobile.com/sell/search-result/?keyword=Samsung+Galaxy+Tab+4+">Samsung Galaxy Tab 4</a> </div> </li> <li><a href="/most-popular.html">Most Popular</a></li> <li><a href="/blog/">Blog</a></li> <li><a href="/why-use-sellthemobile.html">Why Use SellTheMobile?</a></li> </ul> </div> <div id="nav-section" style="display: none;"> <div id="navbtn"></div> <ul class="menu" id="demo"> <!--<li><a href="/why-use-sellthemobile.html">Why Use SellTheMobile?</a></li>--> <li><a href="/sell-my-iphone">Sell My iPhone</a></li> <li><a href="/sellmymobile">Sell My Mobile</a></li> <li><a href="/sellmymobile-compare">Sell My Mobile Compare</a></li> <li><a href="/most-popular.html">Most Popular</a></li> <li><a href="/blog/">Blog</a></li> <li><a href="/business-recycling.html">Business Recycling</a></li> </ul> </div> </div> <style> .navbar {overflow: hidden;background-color: #333;}.navbar a {float: left;font-size: 16px;color: white;text-align: center;padding: 14px 16px;text-decoration: none;}.dropdown {float: left;overflow: hidden;display: block;}.dropdown .dropbtn {font-size: 14px;border: none;outline: none;color: #030303;background-color: inherit;font-family: inherit;margin: 0;}#header, .pos-r, ul.nav-menu li {position: unset;}.navbar a:hover, .dropdown:hover .dropbtn {background-color: #329acd;color: #fff !important;}.dropdown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 160px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;}.dropdown-content a {float: none;color: black;padding: 12px 16px;text-decoration: none;display: block;text-align: left;}.dropdown-content a:hover {background-color: #ddd;}.dropdown:hover .dropdown-content {display: block;} </style> </div> </div> </div> <!-- ..........content............ --> <style> .rs_rightt_fa_red {color: #e71b06;font-size: 22px;}.tags .active, .tags .active a {background: #329acd !important;color: #fff !important;}.tags span:hover, .tags span a:hover {border: 1px solid #00a1dc;background: #329acd !important;color: #fff !important;}.tags span:hover, .tags span a:hover {border: 1px solid #00a1dc;background: #329acd !important;color: #fff !important;}.left-section .tags span:hover a {border: 1px solid #00a1dc;background: #329acd;color: #fff !important;}.select-box select {padding-left: 40px;text-indent: 0;} </style> <!------ rating includes -------> <noscript id="deferred-styles"> <link href="/assests/plugin/bootstrap-star-rating-master/css/star-rating.css" rel="stylesheet" type="text/css"/> </noscript> <script async src="/assests/plugin/bootstrap-star-rating-master/js/star-rating.min.js" type="text/javascript"></script> <div class="thenewdesign"> <style> #search-p{ font: 400 30px/34px Lato,sans-serif !important; padding: 25px 0 10px !important; -webkit-margin-before: 0.83em; -webkit-margin-after: 0.83em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; margin-bottom: 0px !important; } #search_let_text{ font: 600 50px/54px 'Dosis', sans-serif; } #eac-container-keywords ul{ text-align: left !important; width: 96%; margin-left: 2%; } #eac-container-keywords ul li{ padding: 8px 30px; } </style> <div class="thenewdesign"> <div class="blue-bar" id="search-section"> <div class="wrapper white-text aligncenter"> <p id="search_let_text" class="no-padding">Get The Best Price For Your Device !</p> <form action="/sell/search-result/" role="form"> <div id="search"> <input id="keywords" name="keyword" type="text" placeholder="Search e.g iPhone 6"> <input type="submit" value="Search Now"> </div> </form> <p>You can also browse by <a href="/sell-my-mobile">phone make</a> or <a href="/sell-my-tablet">tablet make</a></p> </div> </div> </div> <div class="wrapper breadcrumb" style="overflow: hidden"> <a href="/">Home</a> <a href="/sellmymobile">Mobile Phone </a> <a href="/sell-htc-mobile">HTC</a> <a __blank="">HTC Desire 600</a> </div> <div id="content" class="no-padding"> <div class="wrapper"> <div> <div class="left-section box-shado"> <div class="white-section2 aligncenter"> <h4>SELL HTC DESIRE 600</h4> <div class="gap-small"><img src="/media/recycling/htc-desire-600.jpg" alt=""></div> <h5>HTC Desire 600</h5> <div class="row"> <div class="col-5 alignright"><h6 style="text-align:center;font-weight:700;"></h6></div> <div class="col-7"> <div class="tags aligncenter" style="text-align:center;"> </div> </div> </div> <div class="row"> <div class="col-5 aligncenter"><h6 style='font-weight:700;'>Condition</h6></div> <div class="col-7"> <div class="select-box"> <div class="icon"><img src="/assests/newdesign/css/images/icon12.png" alt=""></div> <form method="POST" id="conditions"> <select name="condition_anarch" class="condition_anarch"> <option value="price_2" selected="">Used - Working</option> <option value="price_1" >Faulty - Broken</option> <option value="price_0" >New</option> </select> <input type="hidden" name="product_alias" value="htc-desire-600" > </form> <script> $(document).ready(function(){ $("select.condition_anarch").change(function(){ var selectedCoun = $(".condition_anarch option:selected").val(); $('#conditions').submit(); }); }) </script> </div> </div> </div> <div class="row" id="thenetworkTab"> <div class="col-5 aligncenter"><h6 style='font-weight:700;'>Network</h6></div> <div class="col-7"> <div class="select-box"> <div class="icon"><img src="/assests/newdesign/css/images/icon11.png" alt="" id="theUnlockerIcon" style=""></div> <form method="POST" id="networks"> <select name="network_anarch" class="network_anarch"> <option value="" selected="">Unlock</option> <option value="price_o2" >O2</option> <option value="price_ee" >EE</option> <option value="price_vod" >Vodafone</option> </select> <input type="hidden" name="product_alias" value="htc-desire-600" > <input type="hidden" name="condition_anarch" value="price_2" > </form> <script> $(document).ready(function(){ $("select.network_anarch").change(function(){ var selectedCoun = $(".network_anarch option:selected").val(); $('#networks').submit(); }); }) </script> </div> </div> </div> </div> </div> <!--Changing the current scenerio--> <div class="right-section"> <p style="font-size: 20px;margin-bottom: 25px;margin-top: 0;padding: 0;"> Compare UK’s top mobile phone recyclers to get maximum cash for recycling your phone </p> <div class="box-shado"> <div class="table-heading">RECOMMENDED RECYCLER</div> <div class="table-sac-3 black"> <div> <div> <img src="/media//companies/6018666453.png" alt=""> <div class="img_main" style=" text-align: center; width: 100%;"> <img src="/images/ratings/5-rating.png" alt="" style="max-width:41%;"> </div> <div class="svg_main1" style=" "> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="padding-top: 22px">Customer Ratings</p> </div> <div><h4>&pound5.65</h4></div> <div><a href="/checkout/2281" class="button2 roubded">Sell Now</a></div> <!--<div><a target="_blank" href="/redirect/" class="button2 roubded">Sell Now</a></div>--> </div> </div> <style> @media screen and (max-width: 1421px) { .svg_main1{ left: 20% !important; } } .svg_main1{ left: 76px; position: relative;width: 50px;height: 50px;float: left;top: 13px; } /*@media*/ .bar-notification { display: none; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; padding: 15px 25px 15px 10px; line-height: 16px; color: #fff; opacity: .95; } .bar-notification { line-height: 16px; color: #fff; } .bar-notification .close { position: absolute; top: 10px; right: 10px; width: 32px; height: 33px; margin: 7px; background: #fff url('/images/close_1.png') center no-repeat; cursor: pointer; } </style> </div> <div class="box-shado"> <div class="table-heading-6 margin-top"> <div>RECYCLER</div> <div>PACKING</div> <div>PAY PERIOD</div> <div>PAY METHOD</div> <div>WORKING PRICE</div> <div>SELL</div> </div> <div class="table-heading2 aligncenter">ALL RESULTS</div> <div class="table-sac-6 black"> <div> <div> <img class="logo_img" src="/media//companies/6018666453.png" alt=""> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/5-rating.png" alt=""> </div> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>1 day</p></div> <div> BACS,Cheque,<br>Same Day Bank Transfer <p> </p> </div> <div><h4>£5.65</h4></div> <div><a href="/checkout/2281" class="button2 roubded">Sell Now</a></div> </div> </div> </div> <div class="box-shado"> <div class="table-heading2 aligncenter margin-top" style="opacity:0.8;">The recyclers below are not offering prices for this device </div> <div class="table-sac-6 black" style="opacity:0.6;"> <div> <div> <img class="logo_img" src="/media//companies/0847605750.png" alt="4"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/5-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>1 day</p></div> <div> <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/4885179376.png" alt="12"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/3-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>3 day</p></div> <div> BACS,Cheque <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/1424826982.png" alt="21"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/3-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>4 day</p></div> <div> BACS,Cheque <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/3007894984.png" alt="22"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/3-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>4 day</p></div> <div> BACS,Cheque <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/3041616795.png" alt="23"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/4-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>5 day</p></div> <div> BACS,Cheque <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/7233619548.png" alt="24"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/3-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>5 day</p></div> <div> BACS,Cheque <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/9478792888.png" alt="25"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/3-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>7 day</p></div> <div> BACS,Cheque <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/5201173945.png" alt="29"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/4-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>4 day</p></div> <div> BACS,Cheque,<br>Same Day Bank Transfer <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/2837579303.png" alt="30"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/4-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>1 day</p></div> <div> <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/2350412011.png" alt="31"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/5-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>1 day</p></div> <div> <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> <div> <div> <img class="logo_img" src="/media//companies/1768396554.png" alt="32"> <div class="img_main1" style=" text-align: center; width: 100%;"> <img src="/images/ratings/4-rating.png" alt=""> <div class="svg_main" style=" position: relative;left: 0px;width: 30px;height: 30px;float: left;top: 13px;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.8 278.2" style="max-width:100px;"> <!--<path d="M297.7 98.6h114.7V120h-45.1v120.3h-24.8V120h-44.9V98.6zm109.8 39.1h21.2v19.8h.4c.7-2.8 2-5.5 3.9-8.1 1.9-2.6 4.2-5.1 6.9-7.2 2.7-2.2 5.7-3.9 9-5.3 3.3-1.3 6.7-2 10.1-2 2.6 0 4.5.1 5.5.2s2 .3 3.1.4v21.8c-1.6-.3-3.2-.5-4.9-.7-1.7-.2-3.3-.3-4.9-.3-3.8 0-7.4.8-10.8 2.3-3.4 1.5-6.3 3.8-8.8 6.7-2.5 3-4.5 6.6-6 11s-2.2 9.4-2.2 15.1v48.8h-22.6V137.7zm164 102.6h-22.2V226h-.4c-2.8 5.2-6.9 9.3-12.4 12.4-5.5 3.1-11.1 4.7-16.8 4.7-13.5 0-23.3-3.3-29.3-10s-9-16.8-9-30.3v-65.1H504v62.9c0 9 1.7 15.4 5.2 19.1 3.4 3.7 8.3 5.6 14.5 5.6 4.8 0 8.7-.7 11.9-2.2 3.2-1.5 5.8-3.4 7.7-5.9 2-2.4 3.4-5.4 4.3-8.8.9-3.4 1.3-7.1 1.3-11.1v-59.5h22.6v102.5zm38.5-32.9c.7 6.6 3.2 11.2 7.5 13.9 4.4 2.6 9.6 4 15.7 4 2.1 0 4.5-.2 7.2-.5s5.3-1 7.6-1.9c2.4-.9 4.3-2.3 5.9-4.1 1.5-1.8 2.2-4.1 2.1-7-.1-2.9-1.2-5.3-3.2-7.1-2-1.9-4.5-3.3-7.6-4.5-3.1-1.1-6.6-2.1-10.6-2.9-4-.8-8-1.7-12.1-2.6-4.2-.9-8.3-2.1-12.2-3.4-3.9-1.3-7.4-3.1-10.5-5.4-3.1-2.2-5.6-5.1-7.4-8.6-1.9-3.5-2.8-7.8-2.8-13 0-5.6 1.4-10.2 4.1-14 2.7-3.8 6.2-6.8 10.3-9.1 4.2-2.3 8.8-3.9 13.9-4.9 5.1-.9 10-1.4 14.6-1.4 5.3 0 10.4.6 15.2 1.7 4.8 1.1 9.2 2.9 13.1 5.5 3.9 2.5 7.1 5.8 9.7 9.8 2.6 4 4.2 8.9 4.9 14.6h-23.6c-1.1-5.4-3.5-9.1-7.4-10.9-3.9-1.9-8.4-2.8-13.4-2.8-1.6 0-3.5.1-5.7.4-2.2.3-4.2.8-6.2 1.5-1.9.7-3.5 1.8-4.9 3.2-1.3 1.4-2 3.2-2 5.5 0 2.8 1 5 2.9 6.7 1.9 1.7 4.4 3.1 7.5 4.3 3.1 1.1 6.6 2.1 10.6 2.9 4 .8 8.1 1.7 12.3 2.6 4.1.9 8.1 2.1 12.1 3.4 4 1.3 7.5 3.1 10.6 5.4 3.1 2.3 5.6 5.1 7.5 8.5 1.9 3.4 2.9 7.7 2.9 12.7 0 6.1-1.4 11.2-4.2 15.5-2.8 4.2-6.4 7.7-10.8 10.3-4.4 2.6-9.4 4.6-14.8 5.8-5.4 1.2-10.8 1.8-16.1 1.8-6.5 0-12.5-.7-18-2.2-5.5-1.5-10.3-3.7-14.3-6.6-4-3-7.2-6.7-9.5-11.1-2.3-4.4-3.5-9.7-3.7-15.8H610zm74.6-69.7h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1zm76.1 0h21.4v13.9h.4c3.2-6 7.6-10.2 13.3-12.8 5.7-2.6 11.8-3.9 18.5-3.9 8.1 0 15.1 1.4 21.1 4.3 6 2.8 11 6.7 15 11.7 4 5 6.9 10.8 8.9 17.4 2 6.6 3 13.7 3 21.2 0 6.9-.9 13.6-2.7 20-1.8 6.5-4.5 12.2-8.1 17.2-3.6 5-8.2 8.9-13.8 11.9-5.6 3-12.1 4.5-19.7 4.5-3.3 0-6.6-.3-9.9-.9-3.3-.6-6.5-1.6-9.5-2.9-3-1.3-5.9-3-8.4-5.1-2.6-2.1-4.7-4.5-6.5-7.2h-.4v51.2h-22.6V137.7zm79 51.4c0-4.6-.6-9.1-1.8-13.5-1.2-4.4-3-8.2-5.4-11.6-2.4-3.4-5.4-6.1-8.9-8.1-3.6-2-7.7-3.1-12.3-3.1-9.5 0-16.7 3.3-21.5 9.9-4.8 6.6-7.2 15.4-7.2 26.4 0 5.2.6 10 1.9 14.4 1.3 4.4 3.1 8.2 5.7 11.4 2.5 3.2 5.5 5.7 9 7.5 3.5 1.9 7.6 2.8 12.2 2.8 5.2 0 9.5-1.1 13.1-3.2 3.6-2.1 6.5-4.9 8.8-8.2 2.3-3.4 4-7.2 5-11.5.9-4.3 1.4-8.7 1.4-13.2zm39.9-90.5h22.6V120h-22.6V98.6zm0 39.1h22.6v102.6h-22.6V137.7zm42.8-39.1H945v141.7h-22.6V98.6zm91.9 144.5c-8.2 0-15.5-1.4-21.9-4.1-6.4-2.7-11.8-6.5-16.3-11.2-4.4-4.8-7.8-10.5-10.1-17.1-2.3-6.6-3.5-13.9-3.5-21.8 0-7.8 1.2-15 3.5-21.6 2.3-6.6 5.7-12.3 10.1-17.1 4.4-4.8 9.9-8.5 16.3-11.2 6.4-2.7 13.7-4.1 21.9-4.1s15.5 1.4 21.9 4.1c6.4 2.7 11.8 6.5 16.3 11.2 4.4 4.8 7.8 10.5 10.1 17.1 2.3 6.6 3.5 13.8 3.5 21.6 0 7.9-1.2 15.2-3.5 21.8-2.3 6.6-5.7 12.3-10.1 17.1-4.4 4.8-9.9 8.5-16.3 11.2-6.4 2.7-13.7 4.1-21.9 4.1zm0-17.9c5 0 9.4-1.1 13.1-3.2 3.7-2.1 6.7-4.9 9.1-8.3 2.4-3.4 4.1-7.3 5.3-11.6 1.1-4.3 1.7-8.7 1.7-13.2 0-4.4-.6-8.7-1.7-13.1s-2.9-8.2-5.3-11.6c-2.4-3.4-5.4-6.1-9.1-8.2-3.7-2.1-8.1-3.2-13.1-3.2s-9.4 1.1-13.1 3.2c-3.7 2.1-6.7 4.9-9.1 8.2-2.4 3.4-4.1 7.2-5.3 11.6-1.1 4.4-1.7 8.7-1.7 13.1 0 4.5.6 8.9 1.7 13.2 1.1 4.3 2.9 8.2 5.3 11.6 2.4 3.4 5.4 6.2 9.1 8.3 3.7 2.2 8.1 3.2 13.1 3.2zm58.4-87.5h17.1v-30.8h22.6v30.8h20.4v16.9h-20.4v54.8c0 2.4.1 4.4.3 6.2.2 1.7.7 3.2 1.4 4.4.7 1.2 1.8 2.1 3.3 2.7 1.5.6 3.4.9 6 .9 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.8-.7v17.5c-2.5.3-5 .5-7.3.8-2.4.3-4.8.4-7.3.4-6 0-10.8-.6-14.4-1.7-3.6-1.1-6.5-2.8-8.5-5-2.1-2.2-3.4-4.9-4.2-8.2-.7-3.3-1.2-7.1-1.3-11.3v-60.5h-17.1v-17.1z" fill="#191919"></path>--> <path fill="#00b67a" d="M271.3 98.6H167.7L135.7 0l-32.1 98.6L0 98.5l83.9 61L51.8 258l83.9-60.9 83.8 60.9-32-98.5 83.8-60.9z"></path> <path fill="#005128" d="M194.7 181.8l-7.2-22.3-51.8 37.6z"></path> </svg> </div> <p style="font-size: 12px; text-align: left;">Customer Ratings</p> </div> </div> <div><img src="/assests/newdesign/images/img41.jpg" alt=""></div> <div><p>1 day</p></div> <div> BACS,Cheque,<br>Same Day Bank Transfer <p> </p> </div> <div></div> <div><button class="button2 roubded" disabled>No Offering</button></div> <!--<div style="width: 100%;font-size: 20px;opacity: 0.5;padding-right: 140px;">No Price Listed</div>--> </div> </div> </div> </div> </div> <style> .img_main1 img{ width: 120px; } .logo_img{ width: 130px; } </style> <div class="white-section2 margin box-shado"> <!--<div class="heading-new"><span>Released September 2013</span> <span>Operating System iOS</span> <span>Display 4 inches</span> <span>Camera 8MP</span> <span>Processor Apple A7 (Dual-core 1.3Ghz)</span> <span>RAM 1GB</span> <span>Battery 1,560 mAh</span></div>--> <div> <h4 class="blue-text">Do You Want to Sell HTC Desire 600?</h4> <p> When mobile phone companies announced the launch of their new model, people are becoming interested in selling the older models to make space for the new ones. So if you want to sell HTC Desire 600 to buy a new one then it’s really good idea. Apple also offers you the service of recycling your phone but the process is very time consuming and complex. The better way is to sell your HTC Desire 600 online. SellTheMobile.com provides you the best mobile phone recycling comparison services. We provide you the price comparison of various mobile recycling companies so that you may select the best deal easily. HTC Desire 600 is an expensive mobile phone making its high second hand demand. To get maximum cash by selling your HTC Desire 600, the best way is to get yourself guided through SellTheMobile. </p> <h4 class="blue-text">Can I Sell My Broken HTC Desire 600?</h4> <p> SellTheMobile.com provides you the best mobile phone recycling comparison services. When it comes to sell your broken HTC Desire 600, you cannot find a place better than SellTheMobile for getting maximum cash. Searching for a good deal to sell HTC Desire 600 in the local market is a time consuming process. This website provides you a secure and reliable platform to sell your phone online. We offer you the simplest price comparison services to sell your mobile phone through different online phone buyers and recyclers. It will help you avoid any confusion for sure. </p> <h4 class="blue-text">Why Should I Sell My Old HTC Desire 600?</h4> <p> Launch of the new model has made the existing HTC Desire 600 an obsolete one. When we talk about mobiles, everyone wants to have the latest model of it in their pockets. Instead of letting your existing mobile phone to become a waste, it is better to sell it and make some cash out of it. You can further invest that amount in buying the latest model of your choice. SellTheMobile provides you the best options to sell old HTC Desire 600. There are a lot of mobile phone recycling and buying companies which are interested in buying this particular model of mobiles. So in order to make most cash out of your mobile, it is highly recommended to browse through SellTheMobile and choose the best deal. </p> <h4 class="blue-text">Sell HTC Desire 600 Through SellTheMobile</h4> <p> If you want to get the more cash by selling your HTC Desire 600 in the easiest and quickest possible way, then you need to use the services of SellTheMobile. We provide you an unbiased price comparison of different online phone buyers, so that you may be able to get the best price for your phone. To sell HTC Desire 600, comparing the prices at SellTheMobile will help you to get the real picture of the worth of your mobile phone. You can then select the best deal out of all that are offered by various mobile phone recycling companies. </p> </div> </div> </div> </div> </div> <!-- ..........footer............ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-58300390-1', 'auto'); ga('send', 'pageview'); </script> <script type='text/javascript'> window.__lo_site_id = 130277; (function() { var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true; wa.src = 'https://d10lpsik1i8c69.cloudfront.net/w.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s); })(); </script> <style> .ftr-nav ul li a{} </style> <div class="thenewdesign"> <footer> <div class="wrapper"> <div class="row"> <div class="col-m-4"> <img src="/assests/newdesign/images/ftr-logo.png" alt=""/> <p>SellTheMobile.com</p> <div class="social"> <ul> <li><a href="https://plus.google.com/+SellTheMobile"><img src="/assests/newdesign/images/googleplus.png" alt=""/></a></li> <li><a href="https://twitter.com/SellTheMobile"><img src="/assests/newdesign/images/twitter.png" alt=""/></a></li> <li><a href="https://www.pinterest.co.uk/sellthemobile/"><img src="/assests/newdesign/images/pinterst.png" alt=""/></a></li> <li><a href="https://www.facebook.com/SellTheMobile1/"><img src="/assests/newdesign/images/facebook.png" alt=""/></a></li> </ul> </div> </div> <div class="col-m-8"> <div class="col-m-4 ftr-nav"> <ul> <li><strong style=" line-height: 40px;">Quick Links</strong></li> <li><a href="/">Home</a></li> <li><a href="/sell-my-mobile">Sell My Mobile</a></li> <li><a href="/sell-my-iphone">Sell My iPhone</a></li> <li><a href="/sell-my-ipad">Sell My iPad</a></li> <li><a href="/sell-my-tablet">Sell my Tablet</a></li> <li><a href="/blog/">Blog</a></li> </ul> </div> <div class="col-m-4 ftr-nav"> <ul> <li><strong style=" line-height: 40px;">Support</strong></li> <li><a href="/aboutus.html">About Us</a></li> <li><a href="/contact-us.html">Contact Us</a></li> <li><a href="/privacy.html">Privacy Policy</a></li> <li><a href="/terms.html">Terms and Conditions</a></li> <li><a href="/support/faqs">Frequently Asked Questions</a></li> <li><a href="/sitemap.html">Sitemap</a></li> </ul> </div> <div class="col-m-4 "> <div class="ftr-nav"> <ul> <li><strong style=" line-height: 40px;">Articles</strong></li> <li><a href="/articles/A-reliable-Mobile-phone-recycling-guide">Mobile Phone Recycling</a></li> <li><a href="/articles/How-to-sell-your-old-phone-and-earn-cash-in-return">Sell Your Old Phone</a></li> <li><a href="/articles/Do-you-want-to-sell-broken-iPhone-devices-for-a-lot-of-cash">Sell Broken iPhone</a></li> <li><a href="/articles/mobile-phones-for-a-good-price-online">Selling Mobile Phones</a></li> <li><a href="/articles/Do-you-want-to-make-a-lot-of-money-from-selling-an-iPhone">Selling an iPhone</a></li> <li><a href="/articles/Sell-your-oldmobile">Sell My Mobile</a></li> <li><a href="/articles/sell-your-mobile">Sell My Phone</a></li> </ul> </div> </div> </div> </div> </div> </footer> <div class="copy-rt aligncenter"> Copyright &copy; 2019 <a href="/">sellthemobile.com</a>, All rights reserved.<br> Copyright, trademarks, and branding are the property of their responsive owners.<br> SellTheMobile.com does not represent or support the manufacturers of the devices available on this site. <p>Developed & Maintained by <a href="http://www.numesko.com/" target="_blank">Numesko</a></p> </div> </div> </div> <script defer src="/bootstrap/js/bootstrap.min.js"></script> <script> $(document).ready(function () { setTimeout(function(){ $('#launcher').css('width', '150px'); $('#launcher').contents().find('.src-component-Launcher-label').text(''); $('#launcher').contents().find('.src-component-Launcher-label').text('Live Chat'); }, 5000); }); </script> <script> $(function() { var options = { url: function(keyword) { return "https://www.sellthemobile.com/sell/autosearch"; }, listLocation: "products", ajaxSettings: { dataType: "json", method: "POST", data: { dataType: "jsonp", } }, getValue: function(products) { // alert("demo"); return products.name; }, preparePostData: function(data) { data.keyword = $("#keywords").val(); return data; }, list: { maxNumberOfElements: 10, match: { enabled: true } }, template: { type: "links", fields: { link: function(products) { return products.url; } } } }; jQuery("#keywords").easyAutocomplete(options); }); </script> </body> </html>
[ "<footer>\n <div class=\"wrapper\">\n <div class=\"row\">\n <div class=\"col-m-4\">\n <img src=\"/assests/newdesign/images/ftr-logo.png\" alt=\"\"/>\n <p>SellTheMobile.com</p>\n \n <div class=\"social\">\n <ul>\n <li><a href=\"https://plus.google.com/+SellTheMobile\"><img src=\"/assests/newdesign/images/googleplus.png\" alt=\"\"/></a></li>\n <li><a href=\"https://twitter.com/SellTheMobile\"><img src=\"/assests/newdesign/images/twitter.png\" alt=\"\"/></a></li> \n <li><a href=\"https://www.pinterest.co.uk/sellthemobile/\"><img src=\"/assests/newdesign/images/pinterst.png\" alt=\"\"/></a></li> \n <li><a href=\"https://www.facebook.com/SellTheMobile1/\"><img src=\"/assests/newdesign/images/facebook.png\" alt=\"\"/></a></li>\n </ul>\n </div>\n </div>\n <div class=\"col-m-8\">\n <div class=\"col-m-4 ftr-nav\">\n <ul>\n <li><strong style=\" line-height: 40px;\">Quick Links</strong></li> \n <li><a href=\"/\">Home</a></li> \n <li><a href=\"/sell-my-mobile\">Sell My Mobile</a></li> \n <li><a href=\"/sell-my-iphone\">Sell My iPhone</a></li>\n <li><a href=\"/sell-my-ipad\">Sell My iPad</a></li>\n <li><a href=\"/sell-my-tablet\">Sell my Tablet</a></li>\n <li><a href=\"/blog/\">Blog</a></li> \n </ul>\n </div>\n <div class=\"col-m-4 ftr-nav\">\n <ul>\n <li><strong style=\" line-height: 40px;\">Support</strong></li> \n <li><a href=\"/aboutus.html\">About Us</a></li> \n <li><a href=\"/contact-us.html\">Contact Us</a></li> \n <li><a href=\"/privacy.html\">Privacy Policy</a></li>\n <li><a href=\"/terms.html\">Terms and Conditions</a></li> \n <li><a href=\"/support/faqs\">Frequently Asked Questions</a></li> \n <li><a href=\"/sitemap.html\">Sitemap</a></li>\n </ul>\n </div>\n <div class=\"col-m-4 \">\n <div class=\"ftr-nav\">\n <ul>\n <li><strong style=\" line-height: 40px;\">Articles</strong></li> \n <li><a href=\"/articles/A-reliable-Mobile-phone-recycling-guide\">Mobile Phone Recycling</a></li>\n <li><a href=\"/articles/How-to-sell-your-old-phone-and-earn-cash-in-return\">Sell Your Old Phone</a></li>\n <li><a href=\"/articles/Do-you-want-to-sell-broken-iPhone-devices-for-a-lot-of-cash\">Sell Broken iPhone</a></li>\n <li><a href=\"/articles/mobile-phones-for-a-good-price-online\">Selling Mobile Phones</a></li>\n <li><a href=\"/articles/Do-you-want-to-make-a-lot-of-money-from-selling-an-iPhone\">Selling an iPhone</a></li>\n <li><a href=\"/articles/Sell-your-oldmobile\">Sell My Mobile</a></li>\n <li><a href=\"/articles/sell-your-mobile\">Sell My Phone</a></li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n </div>\n </footer>\n " ]
[ "<head>\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-MWQTQJV');</script>\n<!-- End Google Tag Manager -->\n\n\n\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n<meta name=\"p:domain_verify\" content=\"18bc1aa56e5fbb36d68da021dfe85578\"/>\n\n<title>Sell HTC Desire 600 | Compare Price to Sell HTC Desire 600</title>\n<meta name=\"description\" content=\"Sell HTC Desire 600 at SellTheMobile, mobile phone recycling comparison website, here you can find the best price to sell your HTC Desire 600 in the UK.\"/>\n<meta name=\"keywords\" content=\"Sell HTC Desire 600, Sell My HTC Desire 600, Sell Your HTC Desire 600\"/>\n\n\n\n\n\n<!--New Styled Css-->\n<noscript id=\"deferred-styles\">\n<link rel=\"stylesheet\" href=\"/assests/newdesign/css/font-awesome.min.css\" media=\"all\" onload=\"if(media!=='all')media='all'\"/>\n\n\n<link href=\"/assests/newdesign/css/fontsDosis.css\" rel=\"stylesheet\" type=\"text/css\" onload=\"if(media!=='all')media='all'\"/>\n<link href=\"/assests/newdesign/css/fontsDosisRobotoCondensed.css\" rel=\"stylesheet\" type=\"text/css\" onload=\"if(media!=='all')media='all'\"/> \n<link href=\"/css/smoothness/jquery-ui-1.9.2.custom.min.css\" rel=\"stylesheet\" onload=\"if(media!=='all')media='all'\"/> \n<link rel=\"stylesheet\" href=\"/assests/newdesign/css/jquery-ui.css\" type=\"text/css\" onload=\"if(media!=='all')media='all'\"/> \n \n<link rel=\"stylesheet\" href=\"/assests/plugin/autoComplete/easy-autocomplete.min.css\" onload=\"if(media!=='all')media='all'\"/> \n<!-- Using jQuery with a CDN -->\n</noscript>\n<link rel=\"stylesheet\" href=\"/assests/newdesign/css/main.css\" type=\"text/css\" onload=\"if(media!=='all')media='all'\"/>\n<link rel=\"stylesheet\" href=\"/assests/newdesign/css/style.css\" type=\"text/css\" onload=\"if(media!=='all')media='all'\"/>\n<!--<script src=\"/assests/newdesign/js/jquery-3.3.1.slim.min.js\" type=\"text/javascript\" async></script>-->\n<script src=\"/assests/newdesign/js/jquery-1.12.4.min.js\"/>\n<!-- JS file -->\n<script src=\"/assests/plugin/autoComplete/jquery.easy-autocomplete.min.js\" async=\"\"/> \n<!-- Yandex.Metrika counter -->\n<script>\n (function (d, w, c) {\n (w[c] = w[c] || []).push(function() {\n try {\n w.yaCounter50958737 = new Ya.Metrika2({\n id:50958737,\n clickmap:true,\n trackLinks:true,\n accurateTrackBounce:true,\n webvisor:true\n });\n } catch(e) { }\n });\n\n var n = d.getElementsByTagName(\"script\")[0],\n s = d.createElement(\"script\"),\n f = function () { n.parentNode.insertBefore(s, n); };\n s.type = \"text/javascript\";\n s.async = true;\n s.src = \"https://mc.yandex.ru/metrika/tag.js\";\n\n if (w.opera == \"[object Opera]\") {\n d.addEventListener(\"DOMContentLoaded\", f, false);\n } else { f(); }\n })(document, window, \"yandex_metrika_callbacks2\");\n</script>\n<noscript><img src=\"https://mc.yandex.ru/watch/50958737\" style=\"position:absolute; left:-9999px;\" alt=\"\"/></noscript>\n<!-- /Yandex.Metrika counter -->\n\n\n<!-- CSS file -->\n\n <!--Start of Zopim Live Chat Script-->\n<!--<script type=\"text/javascript\">\nwindow.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=\nd.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.\n_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');\n$.src='//v2.zopim.com/?2Xm8UAaX5uQjGBdFP6KCmzJqbVABafFu';z.t=+new Date;$.\ntype='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');\n</script>-->\n<script>\n var loadDeferredStyles = function() {\n var addStylesNode = document.getElementById(\"deferred-styles\");\n var replacement = document.createElement(\"div\");\n replacement.innerHTML = addStylesNode.textContent;\n document.body.appendChild(replacement)\n addStylesNode.parentElement.removeChild(addStylesNode);\n };\n var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame ||\n window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;\n if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); });\n else window.addEventListener('load', loadDeferredStyles);\n</script>\n<!-- Hotjar Tracking -->\n<script>\n    (function(h,o,t,j,a,r){\n        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n        h._hjSettings={hjid:979522,hjsv:6};\n        a=o.getElementsByTagName('head')[0];\n        r=o.createElement('script');r.async=1;\n        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n        a.appendChild(r);\n    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');\n</script>\n\n<!--Bing Ad code-->\n\n<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:\"27002453\"};o.q=w[u],w[u]=new UET(o),w[u].push(\"pageLoad\")},n=d.createElement(t),n.src=r,n.async=1,n.оnload=n.onreadystatechange=function(){var s=this.readyState;s&amp;&amp;s!==\"loaded\"&amp;&amp;s!==\"complete\"||(f(),n.оnload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,\"script\",\"//bat.bing.com/bat.js\",\"uetq\");</script>\n<!--New Styled Js-->\n\n <script>\n $( document ).ready(function() {\n $('#navbtn').click(function(){\n var dsplay = $('#demo');\n var theProperty = dsplay.css('display');\n if(theProperty == 'block'){\n $('#demo').delay( 800 ).fadeOut( 400 ).css(\"display\", \"none\"); \n } else{\n $('#demo').css(\"display\", \"block\");\n }\n });\n });\n </script>\n<script src=\"/js/jquery-ui-1.9.2.custom.min.js\" async=\"\"/>\n<script async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=AW-1003858793\"/>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n gtag('config', 'AW-1003858793');\n</script>\n<script>\n gtag('event', 'conversion', {\n 'send_to': 'AW-1003858793/0qOtCM-N-4UBEOnW1t4D',\n 'value': 1.0,\n 'currency': 'GBP',\n 'aw_remarketing_only': true\n });\n</script>\n\n<!-- Start of sellthemobile Zendesk Widget script -->\n<script id=\"ze-snippet\" src=\"https://static.zdassets.com/ekr/snippet.js?key=db5492cd-48c4-41dc-af39-9fed52afe55d\"> </script>\n<!-- End of sellthemobile Zendesk Widget script -->\n<!-- Start of sellthemobile Zendesk Widget script -->\n<script>/*&lt;![CDATA[*/window.zE||(function(e,t,s){var n=window.zE=window.zEmbed=function(){n._.push(arguments)}, a=n.s=e.createElement(t),r=e.getElementsByTagName(t)[0];n.set=function(e){ n.set._.push(e)},n._=[],n.set._=[],a.async=true,a.setAttribute(\"charset\",\"utf-8\"), a.src=\"https://static.zdassets.com/ekr/asset_composer.js?key=\"+s, n.t=+new Date,a.type=\"text/javascript\",r.parentNode.insertBefore(a,r)})(document,\"script\",\"db5492cd-48c4-41dc-af39-9fed52afe55d\");/*]]&gt;*/</script>\n<!-- End of sellthemobile Zendesk Widget script -->\n</head>\n" ]
[ "<title>Sell HTC Desire 600 | Compare Price to Sell HTC Desire 600</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "www.sellthemobile.com > sell htc mobile > htc desire" } ]
[ { "char_end_idx": 734, "char_start_idx": 0, "key": "length", "type": "local", "value": "734" }, { "char_end_idx": 817, "char_start_idx": 734, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 927, "char_start_idx": 817, "key": "length", "type": "local", "value": "109" }, { "char_end_idx": 981, "char_start_idx": 927, "key": "length", "type": "local", "value": "53" }, { "char_end_idx": 996, "char_start_idx": 981, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 1065, "char_start_idx": 996, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 1184, "char_start_idx": 1065, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 1264, "char_start_idx": 1184, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 1378, "char_start_idx": 1264, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 1430, "char_start_idx": 1378, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 1499, "char_start_idx": 1430, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 1625, "char_start_idx": 1499, "key": "length", "type": "local", "value": "125" }, { "char_end_idx": 1723, "char_start_idx": 1625, "key": "length", "type": "local", "value": "97" }, { "char_end_idx": 1807, "char_start_idx": 1723, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 1938, "char_start_idx": 1807, "key": "length", "type": "local", "value": "130" }, { "char_end_idx": 1985, "char_start_idx": 1938, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 2104, "char_start_idx": 1985, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 2196, "char_start_idx": 2104, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 2315, "char_start_idx": 2196, "key": "length", "type": "local", "value": "118" }, { "char_end_idx": 2393, "char_start_idx": 2315, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 2465, "char_start_idx": 2393, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 2593, "char_start_idx": 2465, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 2726, "char_start_idx": 2593, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 2926, "char_start_idx": 2726, "key": "length", "type": "local", "value": "199" }, { "char_end_idx": 3066, "char_start_idx": 2926, "key": "length", "type": "local", "value": "139" }, { "char_end_idx": 3201, "char_start_idx": 3066, "key": "length", "type": "local", "value": "134" }, { "char_end_idx": 3308, "char_start_idx": 3201, "key": "length", "type": "local", "value": "106" }, { "char_end_idx": 3340, "char_start_idx": 3308, "key": "length", "type": "local", "value": "31" }, { "char_end_idx": 3365, "char_start_idx": 3340, "key": "length", "type": "local", "value": "24" }, { "char_end_idx": 3446, "char_start_idx": 3365, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 3461, "char_start_idx": 3446, "key": "length", "type": "local", "value": "14" }, { "char_end_idx": 3551, "char_start_idx": 3461, "key": "length", "type": "local", "value": "89" } ]
[ { "key": "length", "type": "global", "value": "3553" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 15, "char_start_idx": 15, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-caret-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 15, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "dropbtn", "/sell-my-iphone" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 29, "char_start_idx": 15, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/compare-to-sell/apple-iphone-6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 45, "char_start_idx": 30, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/compare-to-sell/apple-iphone-6s" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 66, "char_start_idx": 46, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/compare-to-sell/apple-iphone-6s-plus" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 83, "char_start_idx": 67, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell-my-iphone" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 84, "char_start_idx": 15, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 84, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 99, "char_start_idx": 99, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-caret-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 99, "char_start_idx": 84, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "dropbtn", "/sell-my-mobile" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 113, "char_start_idx": 99, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell-apple-iphone" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 129, "char_start_idx": 114, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell-samsung-mobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 151, "char_start_idx": 130, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell-google-mobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 171, "char_start_idx": 152, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell-sony-mobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 190, "char_start_idx": 172, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell-htc-mobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 191, "char_start_idx": 99, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 191, "char_start_idx": 84, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 206, "char_start_idx": 206, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-caret-down" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 206, "char_start_idx": 191, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "dropbtn", "/sell-my-tablet" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 218, "char_start_idx": 206, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell/search-result/?keyword=apple+ipad+3" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 231, "char_start_idx": 219, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell/search-result/?keyword=apple+ipad+4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 246, "char_start_idx": 232, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell/search-result/?keyword=iPad+Air" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 267, "char_start_idx": 247, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell/search-result/?keyword=Samsung+Galaxy+Tab+3+" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 288, "char_start_idx": 268, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sellthemobile.com/sell/search-result/?keyword=Samsung+Galaxy+Tab+4+" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 289, "char_start_idx": 206, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 289, "char_start_idx": 191, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 301, "char_start_idx": 289, "html_attrs": { "attrs": [ "href" ], "values": [ "/most-popular.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 301, "char_start_idx": 289, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 306, "char_start_idx": 302, "html_attrs": { "attrs": [ "href" ], "values": [ "/blog/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 302, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 329, "char_start_idx": 307, "html_attrs": { "attrs": [ "href" ], "values": [ "/why-use-sellthemobile.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 329, "char_start_idx": 307, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 330, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-nenu", "nav-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 330, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "navigation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 344, "char_start_idx": 330, "html_attrs": { "attrs": [ "href" ], "values": [ "/sell-my-iphone" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 344, "char_start_idx": 330, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 359, "char_start_idx": 345, "html_attrs": { "attrs": [ "href" ], "values": [ "/sellmymobile" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 359, "char_start_idx": 345, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 382, "char_start_idx": 360, "html_attrs": { "attrs": [ "href" ], "values": [ "/sellmymobile-compare" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 382, "char_start_idx": 360, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 395, "char_start_idx": 383, "html_attrs": { "attrs": [ "href" ], "values": [ "/most-popular.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 395, "char_start_idx": 383, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 400, "char_start_idx": 396, "html_attrs": { "attrs": [ "href" ], "values": [ "/blog/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 400, "char_start_idx": 396, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 419, "char_start_idx": 401, "html_attrs": { "attrs": [ "href" ], "values": [ "/business-recycling.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 419, "char_start_idx": 401, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 420, "char_start_idx": 330, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "menu", "demo" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 420, "char_start_idx": 330, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "nav-section", "display: none;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 420, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "after-logo" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 420, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "style", "class" ], "values": [ "header", "padding: 11px 0 0;background: white;", "wrapper" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 420, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "thenewdesign" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 420, "char_start_idx": 420, "html_attrs": { "attrs": [ "href", "rel", "type" ], "values": [ "/assests/plugin/bootstrap-star-rating-master/css/star-rating.css", "stylesheet", "text/css" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "link" }, { "char_end_idx": 420, "char_start_idx": 420, "html_attrs": { "attrs": [ "id" ], "values": [ "deferred-styles" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "noscript" }, { "char_end_idx": 420, "char_start_idx": 420, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "thenewdesign blue-bar wrapper white-text aligncenter", "search-section" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 439, "char_start_idx": 420, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 15, "type": "local", "value": "h4" }, { "char_end_idx": 454, "char_start_idx": 440, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h5" }, { "char_end_idx": 455, "char_start_idx": 455, "html_attrs": { "attrs": [ "class" ], "values": [ "col-7 select-box" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 455, "char_start_idx": 455, "html_attrs": { "attrs": [ "class" ], "values": [ "row" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 455, "char_start_idx": 455, "html_attrs": { "attrs": [ "class" ], "values": [ "col-7 select-box" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 455, "char_start_idx": 455, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row", "thenetworkTab" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 455, "char_start_idx": 420, "html_attrs": { "attrs": [ "class" ], "values": [ "left-section box-shado white-section2 aligncenter" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 14, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 455, "html_attrs": { "attrs": [ "style" ], "values": [ "font-size: 20px;margin-bottom: 25px;margin-top: 0;padding: 0;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "p" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [ "class" ], "values": [ "box-shado" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [ "class" ], "values": [ "table-sac-6 black" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [ "class" ], "values": [ "box-shado" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 21, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 23, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "table-sac-6 black", "opacity:0.6;" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 540, "html_attrs": { "attrs": [ "class" ], "values": [ "box-shado" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 455, "html_attrs": { "attrs": [ "class" ], "values": [ "right-section" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 540, "char_start_idx": 420, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 28, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 575, "char_start_idx": 540, "html_attrs": { "attrs": [ "class" ], "values": [ "blue-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 30, "type": "local", "value": "h4" }, { "char_end_idx": 1380, "char_start_idx": 576, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1416, "char_start_idx": 1380, "html_attrs": { "attrs": [ "class" ], "values": [ "blue-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 1987, "char_start_idx": 1417, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2027, "char_start_idx": 1987, "html_attrs": { "attrs": [ "class" ], "values": [ "blue-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2728, "char_start_idx": 2028, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2769, "char_start_idx": 2728, "html_attrs": { "attrs": [ "class" ], "values": [ "blue-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 3310, "char_start_idx": 2770, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 3310, "char_start_idx": 540, "html_attrs": { "attrs": [ "class" ], "values": [ "white-section2 margin box-shado" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 29, "type": "local", "value": "div" }, { "char_end_idx": 3310, "char_start_idx": 420, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "no-padding wrapper" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3310, "char_start_idx": 420, "html_attrs": { "attrs": [ "class" ], "values": [ "thenewdesign" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3344, "char_start_idx": 3327, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3553, "char_start_idx": 3310, "html_attrs": { "attrs": [ "class" ], "values": [ "copy-rt aligncenter" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3553, "char_start_idx": 3310, "html_attrs": { "attrs": [ "class" ], "values": [ "thenewdesign" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3553, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "smi_container" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3553, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 84, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Sell My iPhone\nApple iPhone 6 Apple iPhone 6S Apple iPhone 6S PLUS View All iPhones\n" }, { "char_end_idx": 191, "char_start_idx": 84, "key": "paragraph", "marker": "li", "type": "local", "value": "Sell My Mobile\nSell My iPhone Sell My Samsung Sell My Google Phones Sell My Sony Phones Sell My Htc Phones\n" }, { "char_end_idx": 289, "char_start_idx": 191, "key": "paragraph", "marker": "li", "type": "local", "value": "Sell My Tablet\nApple iPad 3 Apple iPad 4 Apple iPad Air Samsung Galaxy Tab 3 Samsung Galaxy Tab 4\n" }, { "char_end_idx": 301, "char_start_idx": 289, "key": "paragraph", "marker": "li", "type": "local", "value": "Most Popular" }, { "char_end_idx": 306, "char_start_idx": 301, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog" }, { "char_end_idx": 329, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWhy Use SellTheMobile?" }, { "char_end_idx": 330, "char_start_idx": 329, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 344, "char_start_idx": 330, "key": "paragraph", "marker": "li", "type": "local", "value": "Sell My iPhone" }, { "char_end_idx": 359, "char_start_idx": 344, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSell My Mobile" }, { "char_end_idx": 382, "char_start_idx": 359, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSell My Mobile Compare" }, { "char_end_idx": 395, "char_start_idx": 382, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMost Popular" }, { "char_end_idx": 400, "char_start_idx": 395, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBlog" }, { "char_end_idx": 419, "char_start_idx": 400, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBusiness Recycling" }, { "char_end_idx": 420, "char_start_idx": 419, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 439, "char_start_idx": 420, "key": "paragraph", "marker": "h4", "type": "local", "value": "SELL HTC DESIRE 600" }, { "char_end_idx": 454, "char_start_idx": 439, "key": "paragraph", "marker": "h5", "type": "local", "value": "\nHTC Desire 600" }, { "char_end_idx": 455, "char_start_idx": 454, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 540, "char_start_idx": 455, "key": "paragraph", "marker": "div", "type": "local", "value": "Compare UK’s top mobile phone recyclers to get maximum cash for recycling your phone\n" }, { "char_end_idx": 541, "char_start_idx": 540, "key": "paragraph", "marker": "p", "type": "local", "value": "D" }, { "char_end_idx": 575, "char_start_idx": 540, "key": "paragraph", "marker": "h4", "type": "local", "value": "Do You Want to Sell HTC Desire 600?" }, { "char_end_idx": 1381, "char_start_idx": 575, "key": "paragraph", "marker": "p", "type": "local", "value": "\nWhen mobile phone companies announced the launch of their new model, people are becoming interested in selling the older models to make space for the new ones. So if you want to sell HTC Desire 600 to buy a new one then it’s really good idea. Apple also offers you the service of recycling your phone but the process is very time consuming and complex. The better way is to sell your HTC Desire 600 online. SellTheMobile.com provides you the best mobile phone recycling comparison services. We provide you the price comparison of various mobile recycling companies so that you may select the best deal easily. HTC Desire 600 is an expensive mobile phone making its high second hand demand. To get maximum cash by selling your HTC Desire 600, the best way is to get yourself guided through SellTheMobile.\nC" }, { "char_end_idx": 1416, "char_start_idx": 1381, "key": "paragraph", "marker": "h4", "type": "local", "value": "an I Sell My Broken HTC Desire 600?" }, { "char_end_idx": 1988, "char_start_idx": 1416, "key": "paragraph", "marker": "p", "type": "local", "value": "\nSellTheMobile.com provides you the best mobile phone recycling comparison services. When it comes to sell your broken HTC Desire 600, you cannot find a place better than SellTheMobile for getting maximum cash. Searching for a good deal to sell HTC Desire 600 in the local market is a time consuming process. This website provides you a secure and reliable platform to sell your phone online. We offer you the simplest price comparison services to sell your mobile phone through different online phone buyers and recyclers. It will help you avoid any confusion for sure.\nW" }, { "char_end_idx": 2027, "char_start_idx": 1988, "key": "paragraph", "marker": "h4", "type": "local", "value": "hy Should I Sell My Old HTC Desire 600?" }, { "char_end_idx": 2729, "char_start_idx": 2027, "key": "paragraph", "marker": "p", "type": "local", "value": "\nLaunch of the new model has made the existing HTC Desire 600 an obsolete one. When we talk about mobiles, everyone wants to have the latest model of it in their pockets. Instead of letting your existing mobile phone to become a waste, it is better to sell it and make some cash out of it. You can further invest that amount in buying the latest model of your choice. SellTheMobile provides you the best options to sell old HTC Desire 600. There are a lot of mobile phone recycling and buying companies which are interested in buying this particular model of mobiles. So in order to make most cash out of your mobile, it is highly recommended to browse through SellTheMobile and choose the best deal.\nS" }, { "char_end_idx": 2769, "char_start_idx": 2729, "key": "paragraph", "marker": "h4", "type": "local", "value": "ell HTC Desire 600 Through SellTheMobile" }, { "char_end_idx": 3310, "char_start_idx": 2769, "key": "paragraph", "marker": "div", "type": "local", "value": "\nIf you want to get the more cash by selling your HTC Desire 600 in the easiest and quickest possible way, then you need to use the services of SellTheMobile. We provide you an unbiased price comparison of different online phone buyers, so that you may be able to get the best price for your phone. To sell HTC Desire 600, comparing the prices at SellTheMobile will help you to get the real picture of the worth of your mobile phone. You can then select the best deal out of all that are offered by various mobile phone recycling companies.\n" }, { "char_end_idx": 3311, "char_start_idx": 3310, "key": "paragraph", "marker": "p", "type": "local", "value": "C" }, { "char_end_idx": 3553, "char_start_idx": 3311, "key": "paragraph", "marker": "div", "type": "local", "value": "opyright © 2019 sellthemobile.com, All rights reserved.\nCopyright, trademarks, and branding are the property of their responsive owners.\nSellTheMobile.com does not represent or support the manufacturers of the devices available on this site.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Sell HTC Desire 600 | Compare Price to Sell HTC Desire 600" } ]
[ { "key": "url", "type": "global", "value": "https://www.sellthemobile.com/sell-htc-mobile/htc-desire-600" } ]
[]
Sell My iPhone Apple iPhone 6 Apple iPhone 6S Apple iPhone 6S PLUS View All iPhones Sell My Mobile Sell My iPhone Sell My Samsung Sell My Google Phones Sell My Sony Phones Sell My Htc Phones Sell My Tablet Apple iPad 3 Apple iPad 4 Apple iPad Air Samsung Galaxy Tab 3 Samsung Galaxy Tab 4 Most Popular Blog Why Use SellTheMobile? Sell My iPhone Sell My Mobile Sell My Mobile Compare Most Popular Blog Business Recycling SELL HTC DESIRE 600 HTC Desire 600 Compare UK’s top mobile phone recyclers to get maximum cash for recycling your phone Do You Want to Sell HTC Desire 600? When mobile phone companies announced the launch of their new model, people are becoming interested in selling the older models to make space for the new ones. So if you want to sell HTC Desire 600 to buy a new one then it’s really good idea. Apple also offers you the service of recycling your phone but the process is very time consuming and complex. The better way is to sell your HTC Desire 600 online. SellTheMobile.com provides you the best mobile phone recycling comparison services. We provide you the price comparison of various mobile recycling companies so that you may select the best deal easily. HTC Desire 600 is an expensive mobile phone making its high second hand demand. To get maximum cash by selling your HTC Desire 600, the best way is to get yourself guided through SellTheMobile. Can I Sell My Broken HTC Desire 600? SellTheMobile.com provides you the best mobile phone recycling comparison services. When it comes to sell your broken HTC Desire 600, you cannot find a place better than SellTheMobile for getting maximum cash. Searching for a good deal to sell HTC Desire 600 in the local market is a time consuming process. This website provides you a secure and reliable platform to sell your phone online. We offer you the simplest price comparison services to sell your mobile phone through different online phone buyers and recyclers. It will help you avoid any confusion for sure. Why Should I Sell My Old HTC Desire 600? Launch of the new model has made the existing HTC Desire 600 an obsolete one. When we talk about mobiles, everyone wants to have the latest model of it in their pockets. Instead of letting your existing mobile phone to become a waste, it is better to sell it and make some cash out of it. You can further invest that amount in buying the latest model of your choice. SellTheMobile provides you the best options to sell old HTC Desire 600. There are a lot of mobile phone recycling and buying companies which are interested in buying this particular model of mobiles. So in order to make most cash out of your mobile, it is highly recommended to browse through SellTheMobile and choose the best deal. Sell HTC Desire 600 Through SellTheMobile If you want to get the more cash by selling your HTC Desire 600 in the easiest and quickest possible way, then you need to use the services of SellTheMobile. We provide you an unbiased price comparison of different online phone buyers, so that you may be able to get the best price for your phone. To sell HTC Desire 600, comparing the prices at SellTheMobile will help you to get the real picture of the worth of your mobile phone. You can then select the best deal out of all that are offered by various mobile phone recycling companies. Copyright © 2019 sellthemobile.com, All rights reserved. Copyright, trademarks, and branding are the property of their responsive owners. SellTheMobile.com does not represent or support the manufacturers of the devices available on this site.
https://www.sellthemobile.com/sell-htc-mobile/htc-desire-600
[ { "char_end_idx": 20, "char_start_idx": 15, "key": "entity", "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 35, "char_start_idx": 30, "key": "entity", "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 216, "char_start_idx": 206, "key": "entity", "type": "local", "value": "IPad" }, { "char_end_idx": 229, "char_start_idx": 219, "key": "entity", "type": "local", "value": "IPad" }, { "char_end_idx": 242, "char_start_idx": 232, "key": "entity", "type": "local", "value": "IPad" }, { "char_end_idx": 265, "char_start_idx": 247, "key": "entity", "type": "local", "value": "Samsung_Galaxy_Tab_series" }, { "char_end_idx": 286, "char_start_idx": 268, "key": "entity", "type": "local", "value": "Samsung_Galaxy_Tab_series" }, { "char_end_idx": 450, "char_start_idx": 440, "key": "entity", "type": "local", "value": "IPhone" }, { "char_end_idx": 465, "char_start_idx": 463, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 574, "char_start_idx": 560, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 773, "char_start_idx": 759, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 824, "char_start_idx": 819, "key": "entity", "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 974, "char_start_idx": 960, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 1200, "char_start_idx": 1186, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 1316, "char_start_idx": 1302, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 1549, "char_start_idx": 1535, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 1675, "char_start_idx": 1661, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 2088, "char_start_idx": 2074, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 2465, "char_start_idx": 2451, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 2833, "char_start_idx": 2819, "key": "entity", "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 3090, "char_start_idx": 3076, "key": "entity", "type": "local", "value": "HTC_Desire_600" } ]
[ { "char_end_idx": 84, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 289, "char_start_idx": 191, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "IPad" }, { "char_end_idx": 289, "char_start_idx": 191, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Samsung_Galaxy_Tab_series" }, { "char_end_idx": 454, "char_start_idx": 439, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "IPhone" }, { "char_end_idx": 540, "char_start_idx": 455, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 575, "char_start_idx": 540, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 1381, "char_start_idx": 575, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 1381, "char_start_idx": 575, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Apple_Inc." }, { "char_end_idx": 1988, "char_start_idx": 1416, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 2729, "char_start_idx": 2027, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "HTC_Desire_600" }, { "char_end_idx": 3310, "char_start_idx": 2769, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "HTC_Desire_600" } ]
0
806
1556035965000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <meta name="alexaVerifyID" content="VD3QMkayXL-hiS4YhgUBpPqiO6E" /> <meta name="verifyownership" content="cd5c31136e21e2ef6f745c8ae7d0c804" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="google-site-verification" content="3DtA3KZAgHJr-60TrkZW4ZTIwL4kl4-HrWuPnDe-XxM" /> <title>Under Stairs Kitchen Cabinets that Look Amazing</title> <link rel="stylesheet" href="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/style.css" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="Trend Kitchen Cabinets RSS Feed" href="http://trendkitchencabinets.com/feed" /> <link rel="pingback" href="http://trendkitchencabinets.com/xmlrpc.php" /> <link rel="Shortcut Icon" href="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/images/favicon.ico" type="image/x-icon" /> <script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script> <link rel='stylesheet' id='contact-form-7-css' href='http://trendkitchencabinets.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.9.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-pagenavi-css' href='http://trendkitchencabinets.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' /> <script type='text/javascript' src='http://trendkitchencabinets.com/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script> <script type='text/javascript' src='http://trendkitchencabinets.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://trendkitchencabinets.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://trendkitchencabinets.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Cherry Wood Kitchen Cabinets and the Tips for Your Best Home' href='http://trendkitchencabinets.com/cherry-wood-kitchen-cabinets-and-the-tips-for-your-best-home' /> <link rel='next' title='Color Combination Kitchen Cabinets for a More Beautiful Kitchen' href='http://trendkitchencabinets.com/color-combination-kitchen-cabinets-for-a-more-beautiful-kitchen' /> <meta name="generator" content="WordPress 3.9.27" /> <link rel='shortlink' href='http://trendkitchencabinets.com/?p=1821' /> <link href="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/style.php" rel="stylesheet" type="text/css" /> <!-- All in One SEO Pack 2.1.5 by Michael Torbert of Semper Fi Web Design[521,626] --> <link rel="author" href="https://plus.google.com/u/0/117356795293627979296/plusones" /> <meta name="description" content="Under stairs kitchen cabinets give you another look and design to your kitchen. And will allow you to do such impossible design cabinet under stairs." /> <meta name="keywords" content="under stairs kitchen cabinets,design cabinet under stairs ,design cabinet under stairs,kitchen cabinets designs" /> <link rel="canonical" href="http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing" /> <!-- /all in one seo pack --> <script type="text/javascript">if (top.location!= self.location) {top.location = self.location.href}</script> </head> <body class="single single-post postid-1821 single-format-standard"> <div id="wrap"> <div id="header"> <div id="header-left"> <a href="http://trendkitchencabinets.com"><div class="logo">Trend Kitchen Cabinets</a></div><div style="clear: both"></div><div class="desc">Kitchen Cabinet Design, Ideas, Decorating, Remodeling</div></div> <div id="header-right"> <form method="get" id="search" action="http://trendkitchencabinets.com/"> <input id="search-box" type="text" value="Search ... " onfocus="if (this.value==this.defaultValue) this.value='';" name="s" size="20" /> <input id="search-button" type="submit" value="Search" /> </form> </div> </div> <div id="navwrap" class="menu-menu-1-container"><ul id="menu-menu-1" class="dropdown"><li id="menu-item-2824" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-2824"><a href="http://trendkitchencabinets.com/">Home</a></li> <li id="menu-item-2825" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2825"><a href="http://trendkitchencabinets.com/about">About</a></li> <li id="menu-item-2826" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2826"><a href="http://trendkitchencabinets.com/contact-us">Contact Us</a></li> <li id="menu-item-2827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2827"><a href="http://trendkitchencabinets.com/dmca">DMCA</a></li> <li id="menu-item-2828" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2828"><a href="http://trendkitchencabinets.com/privacy-policy">Privacy Policy</a></li> <li id="menu-item-2829" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2829"><a href="http://trendkitchencabinets.com/site-map-2">Site Map</a></li> </ul></div><div style="clear: both"></div> <div style="clear: both"></div><br/> <div class="list_carousel"> <ul id="foo2"> <li> <a href="http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities" title="Interior Design of Kitchen Room for Comfortable Cooking Activities"><a href="http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities" title="Interior Design of Kitchen Room for Comfortable Cooking Activities"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Interior-Design-of-Kitchen-Room-for-Comfortable-Cooking-Activities-best-ideas-300x200.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Interior Design of Kitchen Room for Comfortable Cooking Activities" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities" rel="bookmark" title="Interior Design of Kitchen Room for Comfortable Cooking Activities">Interior Design of Kitchen Room for Comfortable Cooking Activities</a></div> </li> <li> <a href="http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen" title="Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen"><a href="http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen" title="Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Interior-Design-Color-Schemes-for-the-Perfect-Kitchen-300x212.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen" rel="bookmark" title="Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen">Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen</a></div> </li> <li> <a href="http://trendkitchencabinets.com/ikea-kitchen-wall-cupboards-uk-for-satisfaction" title="IKEA Kitchen Wall Cupboards UK for Satisfaction"><a href="http://trendkitchencabinets.com/ikea-kitchen-wall-cupboards-uk-for-satisfaction" title="IKEA Kitchen Wall Cupboards UK for Satisfaction"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/IKEA-Kitchen-Wall-Cupboards-UK-300x212.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="IKEA Kitchen Wall Cupboards UK for Satisfaction" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/ikea-kitchen-wall-cupboards-uk-for-satisfaction" rel="bookmark" title="IKEA Kitchen Wall Cupboards UK for Satisfaction">IKEA Kitchen Wall Cupboards UK for Satisfaction</a></div> </li> <li> <a href="http://trendkitchencabinets.com/can-you-paint-laminate-kitchen-cupboards" title="Can You Paint Laminate Kitchen Cupboards?"><a href="http://trendkitchencabinets.com/can-you-paint-laminate-kitchen-cupboards" title="Can You Paint Laminate Kitchen Cupboards?"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Can-You-Paint-Laminate-Kitchen-Cupboards-300x198.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Can You Paint Laminate Kitchen Cupboards?" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/can-you-paint-laminate-kitchen-cupboards" rel="bookmark" title="Can You Paint Laminate Kitchen Cupboards?">Can You Paint Laminate Kitchen Cupboards?</a></div> </li> <li> <a href="http://trendkitchencabinets.com/kitchen" title="Kitchen"><a href="http://trendkitchencabinets.com/kitchen" title="Kitchen"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Countertops-Pictures-ideas-300x225.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Kitchen" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/kitchen" rel="bookmark" title="Kitchen">Kitchen</a></div> </li> <li> <a href="http://trendkitchencabinets.com/kinds-of-kitchen-countertops-and-backsplash" title="Kinds of Kitchen Countertops and Backsplash"><a href="http://trendkitchencabinets.com/kinds-of-kitchen-countertops-and-backsplash" title="Kinds of Kitchen Countertops and Backsplash"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Countertops-and-Backsplash-ideas-300x199.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Kinds of Kitchen Countertops and Backsplash" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/kinds-of-kitchen-countertops-and-backsplash" rel="bookmark" title="Kinds of Kitchen Countertops and Backsplash">Kinds of Kitchen Countertops and Backsplash</a></div> </li> <li> <a href="http://trendkitchencabinets.com/smart-tips-how-to-organize-your-kitchen-cupboards" title="Smart Tips: How to Organize Your Kitchen Cupboards"><a href="http://trendkitchencabinets.com/smart-tips-how-to-organize-your-kitchen-cupboards" title="Smart Tips: How to Organize Your Kitchen Cupboards"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Tips-How-to-Organize-Your-Kitchen-Cupboard-300x174.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Smart Tips: How to Organize Your Kitchen Cupboards" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/smart-tips-how-to-organize-your-kitchen-cupboards" rel="bookmark" title="Smart Tips: How to Organize Your Kitchen Cupboards">Smart Tips: How to Organize Your Kitchen Cupboards</a></div> </li> <li> <a href="http://trendkitchencabinets.com/interior-kitchen-paint-colors-to-stay-shiny" title="Interior Kitchen Paint Colors to Stay Shiny"><a href="http://trendkitchencabinets.com/interior-kitchen-paint-colors-to-stay-shiny" title="Interior Kitchen Paint Colors to Stay Shiny"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/new-ideas-of-Interior-Kitchen-Paint-Colors-to-Stay-Shiny-300x200.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Interior Kitchen Paint Colors to Stay Shiny" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/interior-kitchen-paint-colors-to-stay-shiny" rel="bookmark" title="Interior Kitchen Paint Colors to Stay Shiny">Interior Kitchen Paint Colors to Stay Shiny</a></div> </li> <li> <a href="http://trendkitchencabinets.com/home-depot-kitchen-island-lighting" title="Home Depot Kitchen Island Lighting"><a href="http://trendkitchencabinets.com/home-depot-kitchen-island-lighting" title="Home Depot Kitchen Island Lighting"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Home-Depot-Kitchen-Island-Lighting-new-ideas-247x300.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Home Depot Kitchen Island Lighting" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/home-depot-kitchen-island-lighting" rel="bookmark" title="Home Depot Kitchen Island Lighting">Home Depot Kitchen Island Lighting</a></div> </li> <li> <a href="http://trendkitchencabinets.com/easy-and-simple-ideas-of-kitchen-pantry-cabinets-freestanding" title="Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding"><a href="http://trendkitchencabinets.com/easy-and-simple-ideas-of-kitchen-pantry-cabinets-freestanding" title="Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/02/Kitchen-Pantry-Cabinets-Freestanding-225x300.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/easy-and-simple-ideas-of-kitchen-pantry-cabinets-freestanding" rel="bookmark" title="Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding">Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding</a></div> </li> <li> <a href="http://trendkitchencabinets.com/how-to-optimize-kitchen-cabinet-storage-ideas" title="How to Optimize Kitchen Cabinet Storage Ideas"><a href="http://trendkitchencabinets.com/how-to-optimize-kitchen-cabinet-storage-ideas" title="How to Optimize Kitchen Cabinet Storage Ideas"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/02/How-to-Optimize-Kitchen-Cabinet-Storage-Ideas-new-300x199.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="How to Optimize Kitchen Cabinet Storage Ideas" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/how-to-optimize-kitchen-cabinet-storage-ideas" rel="bookmark" title="How to Optimize Kitchen Cabinet Storage Ideas">How to Optimize Kitchen Cabinet Storage Ideas</a></div> </li> <li> <a href="http://trendkitchencabinets.com/kitchen-cabinets-westchester-ny-your-best-solution" title="Kitchen Cabinets Westchester NY: Your Best Solution"><a href="http://trendkitchencabinets.com/kitchen-cabinets-westchester-ny-your-best-solution" title="Kitchen Cabinets Westchester NY: Your Best Solution"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/02/Kitchen-Cabinets-WestchesterNY-best-solution-300x199.jpg&amp;w=175&amp;h=130&amp;zc=2&amp;q=100&amp;cropfrom=middle" alt="Kitchen Cabinets Westchester NY: Your Best Solution" width="175" height="130"/></a></a> <div class="slidertitle"><a href="http://trendkitchencabinets.com/kitchen-cabinets-westchester-ny-your-best-solution" rel="bookmark" title="Kitchen Cabinets Westchester NY: Your Best Solution">Kitchen Cabinets Westchester NY: Your Best Solution</a></div> </li> </ul> <div class="clearfix"></div> <a class="prev" id="prev2" href="#"><span>prev</span></a> <a class="next" id="next2" href="#"><span>next</span></a> </div> <div style="clear: both"></div><div style="clear: both"></div> <div id="bigcontent"> <div id="sidebarleft"> <div class="box"><h4>Categories</h4> <ul> <li class="cat-item cat-item-259"><a href="http://trendkitchencabinets.com/category/decorating" title="View all posts filed under Decorating">Decorating</a> </li> <li class="cat-item cat-item-149"><a href="http://trendkitchencabinets.com/category/glass-cabinets" title="View all posts filed under Glass Cabinets">Glass Cabinets</a> </li> <li class="cat-item cat-item-31"><a href="http://trendkitchencabinets.com/category/how-to" title="View all posts filed under How To">How To</a> </li> <li class="cat-item cat-item-121"><a href="http://trendkitchencabinets.com/category/ikea-kitchen-cabinets" title="View all posts filed under IKEA Kitchen Cabinets">IKEA Kitchen Cabinets</a> </li> <li class="cat-item cat-item-42"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-door" title="View all posts filed under Kitchen Cabinet Door">Kitchen Cabinet Door</a> </li> <li class="cat-item cat-item-87"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-hardware" title="View all posts filed under Kitchen Cabinet Hardware">Kitchen Cabinet Hardware</a> </li> <li class="cat-item cat-item-112"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-inserts" title="View all posts filed under Kitchen Cabinet Inserts">Kitchen Cabinet Inserts</a> </li> <li class="cat-item cat-item-88"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-layout" title="View all posts filed under Kitchen Cabinet Layout">Kitchen Cabinet Layout</a> </li> <li class="cat-item cat-item-261"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-lighting" title="View all posts filed under Kitchen Cabinet Lighting">Kitchen Cabinet Lighting</a> </li> <li class="cat-item cat-item-9"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-organizer" title="View all posts filed under Kitchen Cabinet Organizer">Kitchen Cabinet Organizer</a> </li> <li class="cat-item cat-item-72"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-sizes" title="View all posts filed under Kitchen Cabinet Sizes">Kitchen Cabinet Sizes</a> </li> <li class="cat-item cat-item-117"><a href="http://trendkitchencabinets.com/category/kitchen-cabinet-tampa" title="View all posts filed under Kitchen Cabinet Tampa">Kitchen Cabinet Tampa</a> </li> <li class="cat-item cat-item-6"><a href="http://trendkitchencabinets.com/category/tips" title="View all posts filed under Kitchen Cabinet Tips">Kitchen Cabinet Tips</a> </li> <li class="cat-item cat-item-1"><a href="http://trendkitchencabinets.com/category/kitchen-cabinets-designs" title="View all posts filed under Kitchen Cabinets Designs">Kitchen Cabinets Designs</a> </li> <li class="cat-item cat-item-77"><a href="http://trendkitchencabinets.com/category/kitchen-cabinets-review" title="View all posts filed under Kitchen Cabinets Review">Kitchen Cabinets Review</a> </li> <li class="cat-item cat-item-380"><a href="http://trendkitchencabinets.com/category/kitchen-counter-tops" title="View all posts filed under Kitchen counter tops">Kitchen counter tops</a> </li> <li class="cat-item cat-item-307"><a href="http://trendkitchencabinets.com/category/kitchen-cupboard" title="View all posts filed under Kitchen Cupboard">Kitchen Cupboard</a> </li> <li class="cat-item cat-item-8"><a href="http://trendkitchencabinets.com/category/kitchen-ideas" title="View all posts filed under Kitchen Ideas">Kitchen Ideas</a> </li> <li class="cat-item cat-item-69"><a href="http://trendkitchencabinets.com/category/kitchen-pantry-cabinets" title="View all posts filed under Kitchen Pantry Cabinets">Kitchen Pantry Cabinets</a> </li> <li class="cat-item cat-item-19"><a href="http://trendkitchencabinets.com/category/kitchen-remodeling" title="View all posts filed under Kitchen Remodeling">Kitchen Remodeling</a> </li> <li class="cat-item cat-item-12"><a href="http://trendkitchencabinets.com/category/kitchen-storage-cabinets" title="View all posts filed under Kitchen Storage Cabinets">Kitchen Storage Cabinets</a> </li> <li class="cat-item cat-item-132"><a href="http://trendkitchencabinets.com/category/kitchen-tips" title="View all posts filed under Kitchen Tips">Kitchen Tips</a> </li> <li class="cat-item cat-item-284"><a href="http://trendkitchencabinets.com/category/kitchen-vent-hood" title="View all posts filed under Kitchen Vent Hood">Kitchen Vent Hood</a> </li> <li class="cat-item cat-item-103"><a href="http://trendkitchencabinets.com/category/spice-racks" title="View all posts filed under Spice Racks">Spice Racks</a> </li> </ul> </div> <div class="box"><h4>Editor Choices</h4> <center> <center><a href="http://trendkitchencabinets.com/menards-kitchen-cabinets-for-wood-choices" title="Menards Kitchen Cabinets For Wood Choices"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2012/11/Menards-Kitchen-Cabinets.jpg&amp;w=145&amp;h=120&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Menards Kitchen Cabinets For Wood Choices" width="145" height="120"/></a></center> <div style="clear: both"></div> <center><a href="http://trendkitchencabinets.com/red-and-gray-kitchen-cabinets" title="Red and Gray Kitchen Cabinets"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2014/09/grey-kitchen.jpg&amp;w=145&amp;h=120&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Red and Gray Kitchen Cabinets" width="145" height="120"/></a></center> <div style="clear: both"></div> <center><a href="http://trendkitchencabinets.com/kitchen-cabinets-for-small-space-in-log-homes-solutions" title="Kitchen Cabinets for Small Space in Log Homes Solutions"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2014/01/Kitchen-Cabinets-fo-Small-Space.jpg&amp;w=145&amp;h=120&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Kitchen Cabinets for Small Space in Log Homes Solutions" width="145" height="120"/></a></center> <div style="clear: both"></div> <center><a href="http://trendkitchencabinets.com/outrageous-kitchen-cabinets-a-sense-of-luxurious" title="Outrageous Kitchen Cabinets, a Sense of Luxurious"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2014/06/Luxurious-And-Outrageous-Kitchen-Cabinets-Designs.jpg&amp;w=145&amp;h=120&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Outrageous Kitchen Cabinets, a Sense of Luxurious" width="145" height="120"/></a></center> <div style="clear: both"></div> </center> </div> </div><div id="content"> <div class="post post-1"><div id="breadchumb"> <div id="crumbs"><a href="http://trendkitchencabinets.com">Home</a> &raquo; <a href="http://trendkitchencabinets.com/category/kitchen-cabinets-designs" title="View all posts in Kitchen Cabinets Designs">Kitchen Cabinets Designs</a> &raquo; <span class="current1">Under Stairs Kitchen Cabinets that Look Amazing</span></div> </div> <div class="posttitle"><h1><a href="http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing" rel="bookmark" title="Under Stairs Kitchen Cabinets that Look Amazing">Under Stairs Kitchen Cabinets that Look Amazing</a></h1></div> <div class="tags">Wednesday, December 18th 2013. &#124; <a href="http://trendkitchencabinets.com/category/kitchen-cabinets-designs" title="View all posts in Kitchen Cabinets Designs" rel="category tag">Kitchen Cabinets Designs</a></div> <div style='border-top:0px solid #ccc;border-bottom:3px solid #cc0000; padding:5px 0px 10px 0px;margin:5px 0px 5px 0px;width:100%;float:left;height:15px;'><!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a data-pin-config="none" href="//pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-50822b3c5402bed8"></script> <!-- AddThis Button END --></div> <!-- AdSense Now! V4.33 --> <!-- Post[leadin] --> <div class="adsense adsense-leadin" style="float:left;margin: 12px;"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- trendkitchencabinets.com 300x250 --> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-2477425116457729" data-ad-slot="4335478262"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <!-- AdSense Now! V4.33 --> <p>More ideas are available for a different look kitchen like you can have with <a href="http://trendkitchencabinets.com" target="_blank"><b>under stairs kitchen cabinets</b></a>. This kind of cabinets will be a quite unique idea that you may have for your beautiful kitchen which is designed differently with the cabinets placed under the stairs. Though it might look quite unfamiliar, this kind of idea will make your kitchen look even more beautiful than ever before. It will be one of the best ideas that you may have for your kitchen especially when you have it located under the stairs. It will be more detail of various shapes, sizes, forms, and color schemes you may have for your kitchen cabinet.</p> <p><a href="http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing/under-stairs-kitchen-cabinets-ideas" rel="attachment wp-att-1822"><img class="aligncenter size-full wp-image-1822" alt="Under Stairs Kitchen Cabinets Ideas Under Stairs Kitchen Cabinets that Look Amazing" src="http://trendkitchencabinets.com/wp-content/uploads/2013/12/Under-Stairs-Kitchen-Cabinets-Ideas.jpg" width="550" height="412" title="Under Stairs Kitchen Cabinets that Look Amazing pictures" /></a></p> <h2><b>Under Stairs Kitchen Cabinets </b><b>with More Ideas Available</b></h2> <p>Though it might look quite impossible, having <i>under stairs kitchen cabinets</i> can be done once you have a creative idea to help you to make your own beautiful kitchen with unique detail added. There is no fixed design that you can have for those kitchen cabinets placed under stairs. Instead, you will have even more custom designs that you can have for your <a href="http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing" target="_blank">kitchen cabinet under stairs</a>. Since this kind of kitchen cabinet will need you to focus on specific size and shape, you might need any professional assistance that will help you to design the cabinet under stairs.</p> <p>Though it might not be that simple to design kitchen cabinets that are located under the stairs, the concept you bring for your kitchen cabinet under the stairs will help you to design the cabinet. It will be quite easy to follow the design once you know the concept you have. Further, there are some details that need further focus which will help you to make your exclusive <span style="text-decoration: underline;">under stairs kitchen cabinets</span> for even a more beautiful look kitchen you can have with a specific shape and <a title="Small Kitchen Cabinets: Color and Model as Important Detail for Your Small Cabinet" href="http://trendkitchencabinets.com/small-kitchen-cabinets-color-and-model-as-important-detail-for-your-small-cabinet" target="_blank">size of each kitchen</a>.</p> <p><a href="http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing/under-stairs-kitchen-cabinets-designs" rel="attachment wp-att-1823"><img class="aligncenter size-full wp-image-1823" alt="Under Stairs Kitchen Cabinets Designs Under Stairs Kitchen Cabinets that Look Amazing" src="http://trendkitchencabinets.com/wp-content/uploads/2013/12/Under-Stairs-Kitchen-Cabinets-Designs.jpg" width="550" height="501" title="Under Stairs Kitchen Cabinets that Look Amazing pictures" /></a></p> <p><a href="http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing/kitchen-storage-ideas-under-stairs-in-kitchen" rel="attachment wp-att-1825"><img class="aligncenter size-full wp-image-1825" alt="Kitchen Storage Ideas Under Stairs In Kitchen Under Stairs Kitchen Cabinets that Look Amazing" src="http://trendkitchencabinets.com/wp-content/uploads/2013/12/Kitchen-Storage-Ideas-Under-Stairs-In-Kitchen.jpg" width="550" height="370" title="Under Stairs Kitchen Cabinets that Look Amazing pictures" /></a></p> <p><a href="http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing/kitchen-cabinets-sets-ideas-in-under-stairs" rel="attachment wp-att-1824"><img class="aligncenter size-full wp-image-1824" alt="Kitchen Cabinets Sets Ideas in Under Stairs Under Stairs Kitchen Cabinets that Look Amazing" src="http://trendkitchencabinets.com/wp-content/uploads/2013/12/Kitchen-Cabinets-Sets-Ideas-in-Under-Stairs.jpg" width="550" height="369" title="Under Stairs Kitchen Cabinets that Look Amazing pictures" /></a></p> <div class="loginRadiusVerticalSharing" style="z-index: 10000000"></div> <div class="ads"><div class="tags">Advertisement</div> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- trendkitchencabinets.com 336x280 --> <ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-2477425116457729" data-ad-slot="8765677863"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div><div style="clear: both"></div> Categories : <a href="http://trendkitchencabinets.com/category/kitchen-cabinets-designs" title="View all posts in Kitchen Cabinets Designs" rel="category tag">Kitchen Cabinets Designs</a>, <a href="http://trendkitchencabinets.com/tag/design-cabinet-under-stairs" rel="tag">design cabinet under stairs</a>, <a href="http://trendkitchencabinets.com/tag/under-stairs-kitchen-cabinets" rel="tag">under stairs kitchen cabinets</a><br/><br/><br/> <h3>Posts related to Under Stairs Kitchen Cabinets that Look Amazing</h3> <div class="post-sidebar"> <div class="posttitle post-1"><div class="pic2"> <a href="http://trendkitchencabinets.com/kitchen-paint-colors-with-maple-cabinets-for-fresher-look" title="Kitchen Paint Colors with Maple Cabinets for Fresher Look"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2013/01/Kitchen-Paint-Colors-With-Maple-Cabinets.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Kitchen Paint Colors with Maple Cabinets for Fresher Look" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/kitchen-paint-colors-with-maple-cabinets-for-fresher-look" rel="bookmark" title="Kitchen Paint Colors with Maple Cabinets for Fresher Look">Kitchen Paint Colors with Maple Cab</a></h3> </div> There are many kitchen paint colors with maple cabinets that you can ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-1"><div class="pic2"> <a href="http://trendkitchencabinets.com/unique-kitchen-cabinets-attraction" title="Unique Kitchen Cabinets Attraction"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2014/02/Unique-and-Eccentric-Kitchen-Cabinets-Design-Ideas.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Unique Kitchen Cabinets Attraction" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/unique-kitchen-cabinets-attraction" rel="bookmark" title="Unique Kitchen Cabinets Attraction">Unique Kitchen Cabinets Attraction </a></h3> </div> Unique kitchen cabinets will make a different look into your kitchen so ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-1"><div class="pic2"> <a href="http://trendkitchencabinets.com/stencil-designs-for-kitchen-cabinets-for-a-beautiful-and-neat-kitchen" title="Stencil Designs for Kitchen Cabinets for a Beautiful and Neat Kitchen"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2014/03/Stencil-Design-For-Kitchen-Cabinets.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Stencil Designs for Kitchen Cabinets for a Beautiful and Neat Kitchen" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/stencil-designs-for-kitchen-cabinets-for-a-beautiful-and-neat-kitchen" rel="bookmark" title="Stencil Designs for Kitchen Cabinets for a Beautiful and Neat Kitchen">Stencil Designs for Kitchen Cabinet</a></h3> </div> Stencil designs for kitchen cabinets are the best way to keep your ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-1"><div class="pic2"> <a href="http://trendkitchencabinets.com/kitchen-colors-for-maple-cabinets-and-the-best-ideas" title="Kitchen Colors for Maple Cabinets and the Best Ideas"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2014/03/Cool-Painting-Kitchen-Colors-For-Lights-Maple-Cabinets.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Kitchen Colors for Maple Cabinets and the Best Ideas" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/kitchen-colors-for-maple-cabinets-and-the-best-ideas" rel="bookmark" title="Kitchen Colors for Maple Cabinets and the Best Ideas">Kitchen Colors for Maple Cabinets a</a></h3> </div> Along with the design requirements, you are interested in kitchen colors for ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-1"><div class="pic2"> <a href="http://trendkitchencabinets.com/recycled-kitchen-cabinets-for-brand-new-kitchen" title="Recycled Kitchen Cabinets For Brand New Kitchen"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2013/01/Recycled-Wood-Kitchen-Cabinets-Designs.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Recycled Kitchen Cabinets For Brand New Kitchen" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/recycled-kitchen-cabinets-for-brand-new-kitchen" rel="bookmark" title="Recycled Kitchen Cabinets For Brand New Kitchen">Recycled Kitchen Cabinets For Brand</a></h3> </div> If you are thinking that recycled kitchen cabinets have many breaks, actually ... <div style="clear: both"></div> </div> </div> </div> <div id="sidebarright"> <div class="box"><div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=459624090764618"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-like-box" data-href="https://www.facebook.com/trendkitchencabinetsdesigns" data-width="300" data-height="300" data-show-faces="true" data-stream="false" data-header="false"></div></div> <div class="box"><h4>Latest</h4> <div class="post-sidebar post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities" title="Interior Design of Kitchen Room for Comfortable Cooking Activities"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Interior-Design-of-Kitchen-Room-for-Comfortable-Cooking-Activities-best-ideas-300x200.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Interior Design of Kitchen Room for Comfortable Cooking Activities" width="90" height="60"/></a> </div><div class="posttitle"><h3><a href="http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities" rel="bookmark" title="Interior Design of Kitchen Room for Comfortable Cooking Activities">Interior Design of Kitchen Room for Comfortable Cooking Activities</a></h3></div> Talking about interior design of kitchen room will be important to get the perfect ...<div style="clear: both"></div> </div> <div class="post-sidebar post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen" title="Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Interior-Design-Color-Schemes-for-the-Perfect-Kitchen-300x212.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" width="90" height="60"/></a> </div><div class="posttitle"><h3><a href="http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen" rel="bookmark" title="Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen">Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen</a></h3></div>    Kitchen will be attractive and comfortable room if it is added with the color ...<div style="clear: both"></div> </div> <div class="post-sidebar post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/ikea-kitchen-wall-cupboards-uk-for-satisfaction" title="IKEA Kitchen Wall Cupboards UK for Satisfaction"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/IKEA-Kitchen-Wall-Cupboards-UK-300x212.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="IKEA Kitchen Wall Cupboards UK for Satisfaction" width="90" height="60"/></a> </div><div class="posttitle"><h3><a href="http://trendkitchencabinets.com/ikea-kitchen-wall-cupboards-uk-for-satisfaction" rel="bookmark" title="IKEA Kitchen Wall Cupboards UK for Satisfaction">IKEA Kitchen Wall Cupboards UK for Satisfaction</a></h3></div>     IKEA kitchen wall cupboards UK is the best option to enhance the kitchen design. ...<div style="clear: both"></div> </div> <div class="post-sidebar post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/can-you-paint-laminate-kitchen-cupboards" title="Can You Paint Laminate Kitchen Cupboards?"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Can-You-Paint-Laminate-Kitchen-Cupboards-300x198.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Can You Paint Laminate Kitchen Cupboards?" width="90" height="60"/></a> </div><div class="posttitle"><h3><a href="http://trendkitchencabinets.com/can-you-paint-laminate-kitchen-cupboards" rel="bookmark" title="Can You Paint Laminate Kitchen Cupboards?">Can You Paint Laminate Kitchen Cupboards?</a></h3></div>    The using of laminate kitchen cupboards will be inexpensive and convenient options. The cabinet ...<div style="clear: both"></div> </div> <div class="post-sidebar post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/kitchen" title="Kitchen"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Countertops-Pictures-ideas-300x225.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Kitchen" width="90" height="60"/></a> </div><div class="posttitle"><h3><a href="http://trendkitchencabinets.com/kitchen" rel="bookmark" title="Kitchen">Kitchen</a></h3></div>    Having well designed kitchen must be a dream for every woman. A good kitchen ...<div style="clear: both"></div> </div> </div> <div class="box"><h4>Related Post</h4><div class="post-sidebar"> <div class="posttitle post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/black-kitchen-cabinet-for-sophisticated-kitchen" title="Black Kitchen Cabinet for Sophisticated Kitchen"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2013/06/Black-High-Gloss-Kitchen-Cabinets.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Black Kitchen Cabinet for Sophisticated Kitchen" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/black-kitchen-cabinet-for-sophisticated-kitchen" rel="bookmark" title="Black Kitchen Cabinet for Sophisticated Kitchen">Black Kitchen Cabinet for Sophistic</a></h3> </div> Black kitchen cabinet can be a good choice for you who plan ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/white-kitchen-cabinets-choose-your-white-cabinet" title="White Kitchen Cabinets: Choose Your White Cabinet!"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2013/06/White-Kitchen-Cabinets.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="White Kitchen Cabinets: Choose Your White Cabinet!" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/white-kitchen-cabinets-choose-your-white-cabinet" rel="bookmark" title="White Kitchen Cabinets: Choose Your White Cabinet!">White Kitchen Cabinets: Choose Your</a></h3> </div> Some people prefer painting kitchen cabinets white and put the white kitchen ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/thermofoil-kitchen-cabinets-and-the-look-of-paint" title="Thermofoil Kitchen Cabinets and the Look of Paint"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2013/01/Thermofoil-Kitchen-Cabinets.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Thermofoil Kitchen Cabinets and the Look of Paint" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/thermofoil-kitchen-cabinets-and-the-look-of-paint" rel="bookmark" title="Thermofoil Kitchen Cabinets and the Look of Paint">Thermofoil Kitchen Cabinets and the</a></h3> </div> The usage of thermofoil kitchen cabinets or kitchen cabinets with Thermofoil finish ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/kitchen-cabinets-westchester-ny-your-best-solution" title="Kitchen Cabinets Westchester NY: Your Best Solution"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/02/Kitchen-Cabinets-WestchesterNY-best-solution-300x199.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Kitchen Cabinets Westchester NY: Your Best Solution" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/kitchen-cabinets-westchester-ny-your-best-solution" rel="bookmark" title="Kitchen Cabinets Westchester NY: Your Best Solution">Kitchen Cabinets Westchester NY: Yo</a></h3> </div> There may be many companies which offer kitchen cabinets that they claim ... <div style="clear: both"></div> </div> <div class="post-sidebar"> <div class="posttitle post-"><div class="pic2"> <a href="http://trendkitchencabinets.com/chinese-kitchen-cabinets-with-quality" title="Chinese Kitchen Cabinets with Quality"><img src="http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2012/12/Chinese-Kitchen-Cabinets.jpg&amp;w=90&amp;h=60&amp;zc=2&amp;q=100&amp;cropfrom=topcenter" alt="Chinese Kitchen Cabinets with Quality" width="90" height="60"/></a> </div><h3><a href="http://trendkitchencabinets.com/chinese-kitchen-cabinets-with-quality" rel="bookmark" title="Chinese Kitchen Cabinets with Quality">Chinese Kitchen Cabinets with Quali</a></h3> </div> In today’s style of kitchen ideas, Chinese kitchen cabinets are put in ... <div style="clear: both"></div> </div> </div> <div class="box"><h4>Advertisement</h4> <div class="textwidget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- trendkitchencabinets.com 300x250 --> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-2477425116457729" data-ad-slot="4335478262"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> </div> </div><div style="clear: both"></div> </div> <div id="foot"> <script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script> <a href="http://trendkitchencabinets.com">Trend Kitchen Cabinets</a><a href="http://trendkitchencabinets.com/about">About</a> <a href="http://trendkitchencabinets.com/contact-us">Contact Us</a> <a href="http://trendkitchencabinets.com/dmca">DMCA</a> <a href="http://trendkitchencabinets.com/privacy-policy">Privacy Policy</a> <a href="http://trendkitchencabinets.com/site-map-2">Site Map</a> <a href="http://trendkitchencabinets.com/term-conditions">Term &#038; Conditions</a> <br/> Copyright &#169; 2012 <a href="http://trendkitchencabinets.com">Trend Kitchen Cabinets</a>, All trademarks are the property of the respective trademark owners. <br/> <script type="text/javascript">var islrsharing = true; var islrsocialcounter = true; var hybridsharing = true;</script> <script type="text/javascript" src="//share.loginradius.com/Content/js/LoginRadius.js" id="lrsharescript"></script><script type="text/javascript">LoginRadius.util.ready( function() { $SC.Providers.Selected = ["Facebook Like","Twitter Tweet","Pinterest Pin it","LinkedIn Share","Google+ +1"]; $S = $SC.Interface.simple; $S.isHorizontal = false; $S.countertype = 'vertical'; $S.top = '200px'; $S.left = '0px'; $u = LoginRadius.user_settings; $u.isMobileFriendly = true; $S.show( "loginRadiusVerticalSharing" ); } );</script><script type='text/javascript' src='http://trendkitchencabinets.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/trendkitchencabinets.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."}; /* ]]> */ </script> <script type='text/javascript' src='http://trendkitchencabinets.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.9.1'></script> <script type='text/javascript' src='http://trendkitchencabinets.com/wp-content/themes/doa-ibu/jquery.carouFredSel-5.5.0-packed.js.js?ver=5.5.0'></script> <script type='text/javascript' src='http://trendkitchencabinets.com/wp-content/themes/doa-ibu/wptuts-caroufredsel.js?ver=3.9.27'></script> <!-- Histats.com START (standard)--> <script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script> <a href="http://www.histats.com" target="_blank" title="counter free hit unique web" ><script type="text/javascript" > try {Histats.start(1,2110962,4,502,95,18,"00010000"); Histats.track_hits();} catch(err){}; </script></a> <noscript><a href="http://www.histats.com" target="_blank"><img src="http://sstatic1.histats.com/0.gif?2110962&101" alt="counter free hit unique web" border="0"></a></noscript> <!-- Histats.com END --> </div> </div> </body> </html>
[]
[ "<head profile=\"http://gmpg.org/xfn/11\">&#13;\n<meta name=\"alexaVerifyID\" content=\"VD3QMkayXL-hiS4YhgUBpPqiO6E\" />&#13;\n<meta name=\"verifyownership\" content=\"cd5c31136e21e2ef6f745c8ae7d0c804\" />&#13;\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />&#13;\n<meta name=\"google-site-verification\" content=\"3DtA3KZAgHJr-60TrkZW4ZTIwL4kl4-HrWuPnDe-XxM\" />&#13;\n<title>Under Stairs Kitchen Cabinets that Look Amazing</title>&#13;\n<link rel=\"stylesheet\" href=\"http://trendkitchencabinets.com/wp-content/themes/doa-ibu/style.css\" type=\"text/css\" media=\"screen\" />&#13;\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Trend Kitchen Cabinets RSS Feed\" href=\"http://trendkitchencabinets.com/feed\" />&#13;\n<link rel=\"pingback\" href=\"http://trendkitchencabinets.com/xmlrpc.php\" />&#13;\n<link rel=\"Shortcut Icon\" href=\"http://trendkitchencabinets.com/wp-content/themes/doa-ibu/images/favicon.ico\" type=\"image/x-icon\" />&#13;\n<script type=\"text/javascript\" src=\"//assets.pinterest.com/js/pinit.js\"></script>&#13;\n<link rel=\"stylesheet\" id=\"contact-form-7-css\" href=\"http://trendkitchencabinets.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.9.1\" type=\"text/css\" media=\"all\" />\n<link rel=\"stylesheet\" id=\"wp-pagenavi-css\" href=\"http://trendkitchencabinets.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70\" type=\"text/css\" media=\"all\" />\n<script type=\"text/javascript\" src=\"http://trendkitchencabinets.com/wp-includes/js/jquery/jquery.js?ver=1.11.0\"></script>\n<script type=\"text/javascript\" src=\"http://trendkitchencabinets.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1\"></script>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://trendkitchencabinets.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://trendkitchencabinets.com/wp-includes/wlwmanifest.xml\" /> \n<link rel=\"prev\" title=\"Cherry Wood Kitchen Cabinets and the Tips for Your Best Home\" href=\"http://trendkitchencabinets.com/cherry-wood-kitchen-cabinets-and-the-tips-for-your-best-home\" />\n<link rel=\"next\" title=\"Color Combination Kitchen Cabinets for a More Beautiful Kitchen\" href=\"http://trendkitchencabinets.com/color-combination-kitchen-cabinets-for-a-more-beautiful-kitchen\" />\n<meta name=\"generator\" content=\"WordPress 3.9.27\" />\n<link rel=\"shortlink\" href=\"http://trendkitchencabinets.com/?p=1821\" />\n<link href=\"http://trendkitchencabinets.com/wp-content/themes/doa-ibu/style.php\" rel=\"stylesheet\" type=\"text/css\" />\n\n<!-- All in One SEO Pack 2.1.5 by Michael Torbert of Semper Fi Web Design[521,626] -->\n<link rel=\"author\" href=\"https://plus.google.com/u/0/117356795293627979296/plusones\" />\n<meta name=\"description\" content=\"Under stairs kitchen cabinets give you another look and design to your kitchen. And will allow you to do such impossible design cabinet under stairs.\" />\n\n<meta name=\"keywords\" content=\"under stairs kitchen cabinets,design cabinet under stairs ,design cabinet under stairs,kitchen cabinets designs\" />\n\n<link rel=\"canonical\" href=\"http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing\" />\n<!-- /all in one seo pack -->\n&#13;\n<script type=\"text/javascript\">if (top.location!= self.location) {top.location = self.location.href}</script>&#13;\n</head>&#13;\n" ]
[ "<title>Under Stairs Kitchen Cabinets that Look Amazing</title>&#13;\n" ]
[ { "key": "datasource", "type": "global", "value": "trendkitchencabinets.com > under stairs kitchen cabinets that look amazing" } ]
[ { "char_end_idx": 822, "char_start_idx": 0, "key": "length", "type": "local", "value": "822" }, { "char_end_idx": 990, "char_start_idx": 822, "key": "length", "type": "local", "value": "167" }, { "char_end_idx": 1113, "char_start_idx": 990, "key": "length", "type": "local", "value": "122" }, { "char_end_idx": 1235, "char_start_idx": 1113, "key": "length", "type": "local", "value": "121" }, { "char_end_idx": 1348, "char_start_idx": 1235, "key": "length", "type": "local", "value": "112" }, { "char_end_idx": 1595, "char_start_idx": 1348, "key": "length", "type": "local", "value": "246" }, { "char_end_idx": 1686, "char_start_idx": 1595, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 1791, "char_start_idx": 1686, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 1975, "char_start_idx": 1791, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 2173, "char_start_idx": 1975, "key": "length", "type": "local", "value": "197" }, { "char_end_idx": 2252, "char_start_idx": 2173, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 2481, "char_start_idx": 2252, "key": "length", "type": "local", "value": "228" }, { "char_end_idx": 2717, "char_start_idx": 2481, "key": "length", "type": "local", "value": "235" }, { "char_end_idx": 2718, "char_start_idx": 2717, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2719, "char_start_idx": 2718, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2793, "char_start_idx": 2719, "key": "length", "type": "local", "value": "73" }, { "char_end_idx": 2794, "char_start_idx": 2793, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2795, "char_start_idx": 2794, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2864, "char_start_idx": 2795, "key": "length", "type": "local", "value": "68" }, { "char_end_idx": 2865, "char_start_idx": 2864, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2866, "char_start_idx": 2865, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2945, "char_start_idx": 2866, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 2946, "char_start_idx": 2945, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2947, "char_start_idx": 2946, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3027, "char_start_idx": 2947, "key": "length", "type": "local", "value": "79" }, { "char_end_idx": 3028, "char_start_idx": 3027, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3029, "char_start_idx": 3028, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3188, "char_start_idx": 3029, "key": "length", "type": "local", "value": "158" }, { "char_end_idx": 3189, "char_start_idx": 3188, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3190, "char_start_idx": 3189, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3339, "char_start_idx": 3190, "key": "length", "type": "local", "value": "148" }, { "char_end_idx": 3340, "char_start_idx": 3339, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3341, "char_start_idx": 3340, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3422, "char_start_idx": 3341, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 3424, "char_start_idx": 3422, "key": "length", "type": "local", "value": "1" }, { "char_end_idx": 3425, "char_start_idx": 3424, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3426, "char_start_idx": 3425, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3510, "char_start_idx": 3426, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 3524, "char_start_idx": 3510, "key": "length", "type": "local", "value": "13" }, { "char_end_idx": 3525, "char_start_idx": 3524, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3526, "char_start_idx": 3525, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3588, "char_start_idx": 3526, "key": "length", "type": "local", "value": "61" }, { "char_end_idx": 3605, "char_start_idx": 3588, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 3606, "char_start_idx": 3605, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3607, "char_start_idx": 3606, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3682, "char_start_idx": 3607, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 3683, "char_start_idx": 3682, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3684, "char_start_idx": 3683, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3763, "char_start_idx": 3684, "key": "length", "type": "local", "value": "78" }, { "char_end_idx": 3764, "char_start_idx": 3763, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3765, "char_start_idx": 3764, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3851, "char_start_idx": 3765, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 3852, "char_start_idx": 3851, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3853, "char_start_idx": 3852, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3928, "char_start_idx": 3853, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 3929, "char_start_idx": 3928, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3930, "char_start_idx": 3929, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4003, "char_start_idx": 3930, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 4004, "char_start_idx": 4003, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4005, "char_start_idx": 4004, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4215, "char_start_idx": 4005, "key": "length", "type": "local", "value": "209" } ]
[ { "key": "length", "type": "global", "value": "4218" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "header-left" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "header" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities", "Interior Design of Kitchen Room for Comfortable Cooking Activities" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Interior-Design-of-Kitchen-Room-for-Comfortable-Cooking-Activities-best-ideas-300x200.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Interior Design of Kitchen Room for Comfortable Cooking Activities", "175", "130" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities", "Interior Design of Kitchen Room for Comfortable Cooking Activities" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 67, "char_start_idx": 1, "html_attrs": { "attrs": [ "href", "rel", "title" ], "values": [ "http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities", "bookmark", "Interior Design of Kitchen Room for Comfortable Cooking Activities" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 67, "char_start_idx": 1, "html_attrs": { "attrs": [ "class" ], "values": [ "slidertitle" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 68, "char_start_idx": 1, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 68, "char_start_idx": 68, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen", "Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 68, "char_start_idx": 68, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Interior-Design-Color-Schemes-for-the-Perfect-Kitchen-300x212.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen", "175", "130" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 68, "char_start_idx": 68, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen", "Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 136, "char_start_idx": 68, "html_attrs": { "attrs": [ "href", "rel", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen", "bookmark", "Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 136, "char_start_idx": 68, "html_attrs": { "attrs": [ "class" ], "values": [ "slidertitle" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 137, "char_start_idx": 68, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/ikea-kitchen-wall-cupboards-uk-for-satisfaction", "IKEA Kitchen Wall Cupboards UK for Satisfaction" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/IKEA-Kitchen-Wall-Cupboards-UK-300x212.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "IKEA Kitchen Wall Cupboards UK for Satisfaction", "175", "130" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/ikea-kitchen-wall-cupboards-uk-for-satisfaction", "IKEA Kitchen Wall Cupboards UK for Satisfaction" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/can-you-paint-laminate-kitchen-cupboards", "Can You Paint Laminate Kitchen Cupboards?" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Can-You-Paint-Laminate-Kitchen-Cupboards-300x198.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Can You Paint Laminate Kitchen Cupboards?", "175", "130" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/can-you-paint-laminate-kitchen-cupboards", "Can You Paint Laminate Kitchen Cupboards?" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen", "Kitchen" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Countertops-Pictures-ideas-300x225.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Kitchen", "175", "130" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 21, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen", "Kitchen" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 20, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 17, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kinds-of-kitchen-countertops-and-backsplash", "Kinds of Kitchen Countertops and Backsplash" ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 26, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Kitchen-Countertops-and-Backsplash-ideas-300x199.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Kinds of Kitchen Countertops and Backsplash", "175", "130" ] }, "key": "html", "relative_end_pos": 30, "relative_start_pos": 29, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kinds-of-kitchen-countertops-and-backsplash", "Kinds of Kitchen Countertops and Backsplash" ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 28, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 25, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/smart-tips-how-to-organize-your-kitchen-cupboards", "Smart Tips: How to Organize Your Kitchen Cupboards" ] }, "key": "html", "relative_end_pos": 35, "relative_start_pos": 34, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Tips-How-to-Organize-Your-Kitchen-Cupboard-300x174.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Smart Tips: How to Organize Your Kitchen Cupboards", "175", "130" ] }, "key": "html", "relative_end_pos": 38, "relative_start_pos": 37, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/smart-tips-how-to-organize-your-kitchen-cupboards", "Smart Tips: How to Organize Your Kitchen Cupboards" ] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 36, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 40, "relative_start_pos": 33, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/interior-kitchen-paint-colors-to-stay-shiny", "Interior Kitchen Paint Colors to Stay Shiny" ] }, "key": "html", "relative_end_pos": 43, "relative_start_pos": 42, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/new-ideas-of-Interior-Kitchen-Paint-Colors-to-Stay-Shiny-300x200.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Interior Kitchen Paint Colors to Stay Shiny", "175", "130" ] }, "key": "html", "relative_end_pos": 46, "relative_start_pos": 45, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/interior-kitchen-paint-colors-to-stay-shiny", "Interior Kitchen Paint Colors to Stay Shiny" ] }, "key": "html", "relative_end_pos": 47, "relative_start_pos": 44, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 48, "relative_start_pos": 41, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/home-depot-kitchen-island-lighting", "Home Depot Kitchen Island Lighting" ] }, "key": "html", "relative_end_pos": 51, "relative_start_pos": 50, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/03/Home-Depot-Kitchen-Island-Lighting-new-ideas-247x300.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Home Depot Kitchen Island Lighting", "175", "130" ] }, "key": "html", "relative_end_pos": 54, "relative_start_pos": 53, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/home-depot-kitchen-island-lighting", "Home Depot Kitchen Island Lighting" ] }, "key": "html", "relative_end_pos": 55, "relative_start_pos": 52, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 56, "relative_start_pos": 49, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/easy-and-simple-ideas-of-kitchen-pantry-cabinets-freestanding", "Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding" ] }, "key": "html", "relative_end_pos": 59, "relative_start_pos": 58, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/02/Kitchen-Pantry-Cabinets-Freestanding-225x300.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding", "175", "130" ] }, "key": "html", "relative_end_pos": 62, "relative_start_pos": 61, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/easy-and-simple-ideas-of-kitchen-pantry-cabinets-freestanding", "Easy and Simple Ideas of Kitchen Pantry Cabinets Freestanding" ] }, "key": "html", "relative_end_pos": 63, "relative_start_pos": 60, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 64, "relative_start_pos": 57, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/how-to-optimize-kitchen-cabinet-storage-ideas", "How to Optimize Kitchen Cabinet Storage Ideas" ] }, "key": "html", "relative_end_pos": 67, "relative_start_pos": 66, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/02/How-to-Optimize-Kitchen-Cabinet-Storage-Ideas-new-300x199.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "How to Optimize Kitchen Cabinet Storage Ideas", "175", "130" ] }, "key": "html", "relative_end_pos": 70, "relative_start_pos": 69, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/how-to-optimize-kitchen-cabinet-storage-ideas", "How to Optimize Kitchen Cabinet Storage Ideas" ] }, "key": "html", "relative_end_pos": 71, "relative_start_pos": 68, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 72, "relative_start_pos": 65, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen-cabinets-westchester-ny-your-best-solution", "Kitchen Cabinets Westchester NY: Your Best Solution" ] }, "key": "html", "relative_end_pos": 75, "relative_start_pos": 74, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "src", "alt", "width", "height" ], "values": [ "http://trendkitchencabinets.com/wp-content/themes/doa-ibu/scripts/timthumb.php?src=http://trendkitchencabinets.com/wp-content/uploads/2015/02/Kitchen-Cabinets-WestchesterNY-best-solution-300x199.jpg&w=175&h=130&zc=2&q=100&cropfrom=middle", "Kitchen Cabinets Westchester NY: Your Best Solution", "175", "130" ] }, "key": "html", "relative_end_pos": 78, "relative_start_pos": 77, "type": "local", "value": "img" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen-cabinets-westchester-ny-your-best-solution", "Kitchen Cabinets Westchester NY: Your Best Solution" ] }, "key": "html", "relative_end_pos": 79, "relative_start_pos": 76, "type": "local", "value": "a" }, { "char_end_idx": 137, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 80, "relative_start_pos": 73, "type": "local", "value": "li" }, { "char_end_idx": 137, "char_start_idx": 1, "html_attrs": { "attrs": [ "id" ], "values": [ "foo2" ] }, "key": "html", "relative_end_pos": 81, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 141, "char_start_idx": 137, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 83, "type": "local", "value": "span" }, { "char_end_idx": 141, "char_start_idx": 137, "html_attrs": { "attrs": [ "class", "id", "href" ], "values": [ "prev", "prev2", "#" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 82, "type": "local", "value": "a" }, { "char_end_idx": 146, "char_start_idx": 142, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 146, "char_start_idx": 142, "html_attrs": { "attrs": [ "class", "id", "href" ], "values": [ "next", "next2", "#" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 147, "char_start_idx": 1, "html_attrs": { "attrs": [ "class" ], "values": [ "list_carousel" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 157, "char_start_idx": 147, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h4" }, { "char_end_idx": 168, "char_start_idx": 158, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/decorating", "View all posts filed under Decorating" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 169, "char_start_idx": 158, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-259" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 183, "char_start_idx": 169, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/glass-cabinets", "View all posts filed under Glass Cabinets" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 184, "char_start_idx": 169, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-149" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 190, "char_start_idx": 184, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/how-to", "View all posts filed under How To" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 191, "char_start_idx": 184, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-31" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 212, "char_start_idx": 191, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/ikea-kitchen-cabinets", "View all posts filed under IKEA Kitchen Cabinets" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 213, "char_start_idx": 191, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-121" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 233, "char_start_idx": 213, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-door", "View all posts filed under Kitchen Cabinet Door" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 234, "char_start_idx": 213, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-42" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 258, "char_start_idx": 234, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-hardware", "View all posts filed under Kitchen Cabinet Hardware" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 259, "char_start_idx": 234, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-87" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 282, "char_start_idx": 259, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-inserts", "View all posts filed under Kitchen Cabinet Inserts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 283, "char_start_idx": 259, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-112" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 305, "char_start_idx": 283, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-layout", "View all posts filed under Kitchen Cabinet Layout" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 306, "char_start_idx": 283, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-88" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 330, "char_start_idx": 306, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-lighting", "View all posts filed under Kitchen Cabinet Lighting" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 331, "char_start_idx": 306, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-261" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 356, "char_start_idx": 331, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-organizer", "View all posts filed under Kitchen Cabinet Organizer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 357, "char_start_idx": 331, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-9" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 378, "char_start_idx": 357, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-sizes", "View all posts filed under Kitchen Cabinet Sizes" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 379, "char_start_idx": 357, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-72" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 400, "char_start_idx": 379, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinet-tampa", "View all posts filed under Kitchen Cabinet Tampa" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 401, "char_start_idx": 379, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-117" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 421, "char_start_idx": 401, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/tips", "View all posts filed under Kitchen Cabinet Tips" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 422, "char_start_idx": 401, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-6" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 446, "char_start_idx": 422, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinets-designs", "View all posts filed under Kitchen Cabinets Designs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 447, "char_start_idx": 422, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 470, "char_start_idx": 447, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinets-review", "View all posts filed under Kitchen Cabinets Review" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 471, "char_start_idx": 447, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-77" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 491, "char_start_idx": 471, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-counter-tops", "View all posts filed under Kitchen counter tops" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 492, "char_start_idx": 471, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-380" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 508, "char_start_idx": 492, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cupboard", "View all posts filed under Kitchen Cupboard" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 509, "char_start_idx": 492, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-307" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 522, "char_start_idx": 509, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-ideas", "View all posts filed under Kitchen Ideas" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 523, "char_start_idx": 509, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-8" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 546, "char_start_idx": 523, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-pantry-cabinets", "View all posts filed under Kitchen Pantry Cabinets" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 547, "char_start_idx": 523, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-69" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 565, "char_start_idx": 547, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-remodeling", "View all posts filed under Kitchen Remodeling" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 566, "char_start_idx": 547, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-19" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 590, "char_start_idx": 566, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-storage-cabinets", "View all posts filed under Kitchen Storage Cabinets" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 591, "char_start_idx": 566, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-12" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 603, "char_start_idx": 591, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-tips", "View all posts filed under Kitchen Tips" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 604, "char_start_idx": 591, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-132" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 621, "char_start_idx": 604, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-vent-hood", "View all posts filed under Kitchen Vent Hood" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 622, "char_start_idx": 604, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-284" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 633, "char_start_idx": 622, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/spice-racks", "View all posts filed under Spice Racks" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 634, "char_start_idx": 622, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-item cat-item-103" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 634, "char_start_idx": 158, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 634, "char_start_idx": 147, "html_attrs": { "attrs": [ "class" ], "values": [ "box" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 634, "char_start_idx": 147, "html_attrs": { "attrs": [ "id" ], "values": [ "sidebarleft" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 638, "char_start_idx": 634, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 665, "char_start_idx": 641, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinets-designs", "View all posts in Kitchen Cabinets Designs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 715, "char_start_idx": 668, "html_attrs": { "attrs": [ "class" ], "values": [ "current1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 716, "char_start_idx": 634, "html_attrs": { "attrs": [ "id" ], "values": [ "breadchumb crumbs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 822, "char_start_idx": 793, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 822, "char_start_idx": 793, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://trendkitchencabinets.com", "_blank" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1349, "char_start_idx": 716, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1380, "char_start_idx": 1350, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 1405, "char_start_idx": 1380, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "b" }, { "char_end_idx": 1405, "char_start_idx": 1350, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1481, "char_start_idx": 1452, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 1791, "char_start_idx": 1763, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1976, "char_start_idx": 1406, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2382, "char_start_idx": 2353, "html_attrs": { "attrs": [ "style" ], "values": [ "text-decoration: underline;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 2481, "char_start_idx": 2461, "html_attrs": { "attrs": [ "title", "href", "target" ], "values": [ "Small Kitchen Cabinets: Color and Model as Important Detail for Your Small Cabinet", "http://trendkitchencabinets.com/small-kitchen-cabinets-color-and-model-as-important-detail-for-your-small-cabinet", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2482, "char_start_idx": 1977, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2483, "char_start_idx": 2483, "html_attrs": { "attrs": [ "class", "style", "data-ad-client", "data-ad-slot" ], "values": [ "adsbygoogle", "display:inline-block;width:336px;height:280px", "ca-pub-2477425116457729", "8765677863" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "ins" }, { "char_end_idx": 2483, "char_start_idx": 2483, "html_attrs": { "attrs": [ "class" ], "values": [ "ads" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2520, "char_start_idx": 2496, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "http://trendkitchencabinets.com/category/kitchen-cabinets-designs", "View all posts in Kitchen Cabinets Designs", "category tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2549, "char_start_idx": 2522, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://trendkitchencabinets.com/tag/design-cabinet-under-stairs", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2580, "char_start_idx": 2551, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "http://trendkitchencabinets.com/tag/under-stairs-kitchen-cabinets", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2647, "char_start_idx": 2583, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h3" }, { "char_end_idx": 2721, "char_start_idx": 2648, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2797, "char_start_idx": 2721, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2868, "char_start_idx": 2797, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2949, "char_start_idx": 2868, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3031, "char_start_idx": 2949, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3031, "char_start_idx": 634, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content", "post post-1" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3031, "char_start_idx": 3031, "html_attrs": { "attrs": [ "class" ], "values": [ "box" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3037, "char_start_idx": 3031, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h4" }, { "char_end_idx": 3104, "char_start_idx": 3038, "html_attrs": { "attrs": [ "href", "rel", "title" ], "values": [ "http://trendkitchencabinets.com/interior-design-of-kitchen-room-for-comfortable-cooking-activities", "bookmark", "Interior Design of Kitchen Room for Comfortable Cooking Activities" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3104, "char_start_idx": 3038, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 3105, "char_start_idx": 3038, "html_attrs": { "attrs": [ "class" ], "values": [ "posttitle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3192, "char_start_idx": 3038, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar post-" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3260, "char_start_idx": 3192, "html_attrs": { "attrs": [ "href", "rel", "title" ], "values": [ "http://trendkitchencabinets.com/kitchen-interior-design-color-schemes-to-enhance-the-perfect-kitchen", "bookmark", "Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3260, "char_start_idx": 3192, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3261, "char_start_idx": 3192, "html_attrs": { "attrs": [ "class" ], "values": [ "posttitle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3343, "char_start_idx": 3192, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar post-" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3428, "char_start_idx": 3343, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar post-" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3528, "char_start_idx": 3428, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar post-" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3609, "char_start_idx": 3528, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar post-" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3609, "char_start_idx": 3031, "html_attrs": { "attrs": [ "class" ], "values": [ "box" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3621, "char_start_idx": 3609, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 3686, "char_start_idx": 3622, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3767, "char_start_idx": 3686, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3855, "char_start_idx": 3767, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3932, "char_start_idx": 3855, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4007, "char_start_idx": 3932, "html_attrs": { "attrs": [ "class" ], "values": [ "post-sidebar" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4007, "char_start_idx": 3609, "html_attrs": { "attrs": [ "class" ], "values": [ "box" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4020, "char_start_idx": 4007, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 4021, "char_start_idx": 4007, "html_attrs": { "attrs": [ "class" ], "values": [ "box" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4021, "char_start_idx": 3031, "html_attrs": { "attrs": [ "id" ], "values": [ "sidebarright" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4021, "char_start_idx": 147, "html_attrs": { "attrs": [ "id" ], "values": [ "bigcontent" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4043, "char_start_idx": 4021, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 4048, "char_start_idx": 4043, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com/about" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4059, "char_start_idx": 4049, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com/contact-us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4064, "char_start_idx": 4060, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com/dmca" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4079, "char_start_idx": 4065, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com/privacy-policy" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4088, "char_start_idx": 4080, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com/site-map-2" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4106, "char_start_idx": 4089, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com/term-conditions" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4147, "char_start_idx": 4125, "html_attrs": { "attrs": [ "href" ], "values": [ "http://trendkitchencabinets.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4218, "char_start_idx": 4218, "html_attrs": { "attrs": [ "href", "target", "title" ], "values": [ "http://www.histats.com", "_blank", "counter free hit unique web" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4218, "char_start_idx": 4218, "html_attrs": { "attrs": [ "src", "alt", "border" ], "values": [ "http://sstatic1.histats.com/0.gif?2110962&101", "counter free hit unique web", "0" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 4218, "char_start_idx": 4218, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "http://www.histats.com", "_blank" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4218, "char_start_idx": 4218, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "noscript" }, { "char_end_idx": 4218, "char_start_idx": 4021, "html_attrs": { "attrs": [ "id" ], "values": [ "foot" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 4218, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "wrap" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4218, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "single single-post postid-1821 single-format-standard" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 67, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "\nInterior Design of Kitchen Room for Comfortable Cooking Activities" }, { "char_end_idx": 68, "char_start_idx": 67, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 136, "char_start_idx": 68, "key": "paragraph", "marker": "div", "type": "local", "value": "Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" }, { "char_end_idx": 137, "char_start_idx": 136, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 147, "char_start_idx": 137, "key": "paragraph", "marker": "div", "type": "local", "value": "prev next\n" }, { "char_end_idx": 157, "char_start_idx": 147, "key": "paragraph", "marker": "h4", "type": "local", "value": "Categories" }, { "char_end_idx": 169, "char_start_idx": 157, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDecorating\n" }, { "char_end_idx": 184, "char_start_idx": 169, "key": "paragraph", "marker": "li", "type": "local", "value": "Glass Cabinets\n" }, { "char_end_idx": 191, "char_start_idx": 184, "key": "paragraph", "marker": "li", "type": "local", "value": "How To\n" }, { "char_end_idx": 213, "char_start_idx": 191, "key": "paragraph", "marker": "li", "type": "local", "value": "IKEA Kitchen Cabinets\n" }, { "char_end_idx": 234, "char_start_idx": 213, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Door\n" }, { "char_end_idx": 259, "char_start_idx": 234, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Hardware\n" }, { "char_end_idx": 283, "char_start_idx": 259, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Inserts\n" }, { "char_end_idx": 306, "char_start_idx": 283, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Layout\n" }, { "char_end_idx": 331, "char_start_idx": 306, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Lighting\n" }, { "char_end_idx": 357, "char_start_idx": 331, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Organizer\n" }, { "char_end_idx": 379, "char_start_idx": 357, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Sizes\n" }, { "char_end_idx": 401, "char_start_idx": 379, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Tampa\n" }, { "char_end_idx": 422, "char_start_idx": 401, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinet Tips\n" }, { "char_end_idx": 447, "char_start_idx": 422, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinets Designs\n" }, { "char_end_idx": 471, "char_start_idx": 447, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cabinets Review\n" }, { "char_end_idx": 492, "char_start_idx": 471, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen counter tops\n" }, { "char_end_idx": 509, "char_start_idx": 492, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Cupboard\n" }, { "char_end_idx": 523, "char_start_idx": 509, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Ideas\n" }, { "char_end_idx": 547, "char_start_idx": 523, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Pantry Cabinets\n" }, { "char_end_idx": 566, "char_start_idx": 547, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Remodeling\n" }, { "char_end_idx": 591, "char_start_idx": 566, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Storage Cabinets\n" }, { "char_end_idx": 604, "char_start_idx": 591, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Tips\n" }, { "char_end_idx": 622, "char_start_idx": 604, "key": "paragraph", "marker": "li", "type": "local", "value": "Kitchen Vent Hood\n" }, { "char_end_idx": 634, "char_start_idx": 622, "key": "paragraph", "marker": "div", "type": "local", "value": "Spice Racks\n" }, { "char_end_idx": 716, "char_start_idx": 634, "key": "paragraph", "marker": "div", "type": "local", "value": "Home » Kitchen Cabinets Designs » Under Stairs Kitchen Cabinets that Look Amazing\n" }, { "char_end_idx": 1350, "char_start_idx": 716, "key": "paragraph", "marker": "p", "type": "local", "value": "More ideas are available for a different look kitchen like you can have with under stairs kitchen cabinets. This kind of cabinets will be a quite unique idea that you may have for your beautiful kitchen which is designed differently with the cabinets placed under the stairs. Though it might look quite unfamiliar, this kind of idea will make your kitchen look even more beautiful than ever before. It will be one of the best ideas that you may have for your kitchen especially when you have it located under the stairs. It will be more detail of various shapes, sizes, forms, and color schemes you may have for your kitchen cabinet.\n" }, { "char_end_idx": 1405, "char_start_idx": 1350, "key": "paragraph", "marker": "h2", "type": "local", "value": "Under Stairs Kitchen Cabinets with More Ideas Available" }, { "char_end_idx": 1977, "char_start_idx": 1405, "key": "paragraph", "marker": "p", "type": "local", "value": "\nThough it might look quite impossible, having under stairs kitchen cabinets can be done once you have a creative idea to help you to make your own beautiful kitchen with unique detail added. There is no fixed design that you can have for those kitchen cabinets placed under stairs. Instead, you will have even more custom designs that you can have for your kitchen cabinet under stairs. Since this kind of kitchen cabinet will need you to focus on specific size and shape, you might need any professional assistance that will help you to design the cabinet under stairs.\n" }, { "char_end_idx": 2483, "char_start_idx": 1977, "key": "paragraph", "marker": "p", "type": "local", "value": "Though it might not be that simple to design kitchen cabinets that are located under the stairs, the concept you bring for your kitchen cabinet under the stairs will help you to design the cabinet. It will be quite easy to follow the design once you know the concept you have. Further, there are some details that need further focus which will help you to make your exclusive under stairs kitchen cabinets for even a more beautiful look kitchen you can have with a specific shape and size of each kitchen.\n" }, { "char_end_idx": 2582, "char_start_idx": 2483, "key": "paragraph", "marker": "h3+lf", "type": "local", "value": "Categories : Kitchen Cabinets Designs, design cabinet under stairs, under stairs kitchen cabinets\n\n" }, { "char_end_idx": 2647, "char_start_idx": 2582, "key": "paragraph", "marker": "h3+lf", "type": "local", "value": "\nPosts related to Under Stairs Kitchen Cabinets that Look Amazing" }, { "char_end_idx": 2721, "char_start_idx": 2647, "key": "paragraph", "marker": "div", "type": "local", "value": "\nThere are many kitchen paint colors with maple cabinets that you can ...\n" }, { "char_end_idx": 2797, "char_start_idx": 2721, "key": "paragraph", "marker": "div", "type": "local", "value": "Unique kitchen cabinets will make a different look into your kitchen so ...\n" }, { "char_end_idx": 2868, "char_start_idx": 2797, "key": "paragraph", "marker": "div", "type": "local", "value": "Stencil designs for kitchen cabinets are the best way to keep your ...\n" }, { "char_end_idx": 2949, "char_start_idx": 2868, "key": "paragraph", "marker": "div", "type": "local", "value": "Along with the design requirements, you are interested in kitchen colors for ...\n" }, { "char_end_idx": 3031, "char_start_idx": 2949, "key": "paragraph", "marker": "div", "type": "local", "value": "If you are thinking that recycled kitchen cabinets have many breaks, actually ...\n" }, { "char_end_idx": 3037, "char_start_idx": 3031, "key": "paragraph", "marker": "h4", "type": "local", "value": "Latest" }, { "char_end_idx": 3104, "char_start_idx": 3037, "key": "paragraph", "marker": "h3", "type": "local", "value": "\nInterior Design of Kitchen Room for Comfortable Cooking Activities" }, { "char_end_idx": 3105, "char_start_idx": 3104, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3192, "char_start_idx": 3105, "key": "paragraph", "marker": "div", "type": "local", "value": "Talking about interior design of kitchen room will be important to get the perfect ...\n" }, { "char_end_idx": 3260, "char_start_idx": 3192, "key": "paragraph", "marker": "h3", "type": "local", "value": "Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen" }, { "char_end_idx": 3261, "char_start_idx": 3260, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3343, "char_start_idx": 3261, "key": "paragraph", "marker": "div", "type": "local", "value": "Kitchen will be attractive and comfortable room if it is added with the color ...\n" }, { "char_end_idx": 3428, "char_start_idx": 3343, "key": "paragraph", "marker": "div", "type": "local", "value": "IKEA kitchen wall cupboards UK is the best option to enhance the kitchen design. ...\n" }, { "char_end_idx": 3528, "char_start_idx": 3428, "key": "paragraph", "marker": "div", "type": "local", "value": "The using of laminate kitchen cupboards will be inexpensive and convenient options. The cabinet ...\n" }, { "char_end_idx": 3609, "char_start_idx": 3528, "key": "paragraph", "marker": "div", "type": "local", "value": "Having well designed kitchen must be a dream for every woman. A good kitchen ...\n" }, { "char_end_idx": 3621, "char_start_idx": 3609, "key": "paragraph", "marker": "h4", "type": "local", "value": "Related Post" }, { "char_end_idx": 3686, "char_start_idx": 3621, "key": "paragraph", "marker": "div", "type": "local", "value": "\nBlack kitchen cabinet can be a good choice for you who plan ...\n" }, { "char_end_idx": 3767, "char_start_idx": 3686, "key": "paragraph", "marker": "div", "type": "local", "value": "Some people prefer painting kitchen cabinets white and put the white kitchen ...\n" }, { "char_end_idx": 3855, "char_start_idx": 3767, "key": "paragraph", "marker": "div", "type": "local", "value": "The usage of thermofoil kitchen cabinets or kitchen cabinets with Thermofoil finish ...\n" }, { "char_end_idx": 3932, "char_start_idx": 3855, "key": "paragraph", "marker": "div", "type": "local", "value": "There may be many companies which offer kitchen cabinets that they claim ...\n" }, { "char_end_idx": 4007, "char_start_idx": 3932, "key": "paragraph", "marker": "div", "type": "local", "value": "In today’s style of kitchen ideas, Chinese kitchen cabinets are put in ...\n" }, { "char_end_idx": 4020, "char_start_idx": 4007, "key": "paragraph", "marker": "h4", "type": "local", "value": "Advertisement" }, { "char_end_idx": 4021, "char_start_idx": 4020, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 4218, "char_start_idx": 4021, "key": "paragraph", "marker": "div", "type": "local", "value": "Trend Kitchen CabinetsAbout Contact Us DMCA Privacy Policy Site Map Term & Conditions \nCopyright © 2012 Trend Kitchen Cabinets, All trademarks are the property of the respective trademark owners. \n" } ]
[]
[ { "key": "title", "type": "global", "value": "Under Stairs Kitchen Cabinets that Look Amazing" } ]
[ { "key": "url", "type": "global", "value": "http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing" } ]
[]
Interior Design of Kitchen Room for Comfortable Cooking Activities Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen prev next Categories Decorating Glass Cabinets How To IKEA Kitchen Cabinets Kitchen Cabinet Door Kitchen Cabinet Hardware Kitchen Cabinet Inserts Kitchen Cabinet Layout Kitchen Cabinet Lighting Kitchen Cabinet Organizer Kitchen Cabinet Sizes Kitchen Cabinet Tampa Kitchen Cabinet Tips Kitchen Cabinets Designs Kitchen Cabinets Review Kitchen counter tops Kitchen Cupboard Kitchen Ideas Kitchen Pantry Cabinets Kitchen Remodeling Kitchen Storage Cabinets Kitchen Tips Kitchen Vent Hood Spice Racks Home » Kitchen Cabinets Designs » Under Stairs Kitchen Cabinets that Look Amazing More ideas are available for a different look kitchen like you can have with under stairs kitchen cabinets. This kind of cabinets will be a quite unique idea that you may have for your beautiful kitchen which is designed differently with the cabinets placed under the stairs. Though it might look quite unfamiliar, this kind of idea will make your kitchen look even more beautiful than ever before. It will be one of the best ideas that you may have for your kitchen especially when you have it located under the stairs. It will be more detail of various shapes, sizes, forms, and color schemes you may have for your kitchen cabinet. Under Stairs Kitchen Cabinets with More Ideas Available Though it might look quite impossible, having under stairs kitchen cabinets can be done once you have a creative idea to help you to make your own beautiful kitchen with unique detail added. There is no fixed design that you can have for those kitchen cabinets placed under stairs. Instead, you will have even more custom designs that you can have for your kitchen cabinet under stairs. Since this kind of kitchen cabinet will need you to focus on specific size and shape, you might need any professional assistance that will help you to design the cabinet under stairs. Though it might not be that simple to design kitchen cabinets that are located under the stairs, the concept you bring for your kitchen cabinet under the stairs will help you to design the cabinet. It will be quite easy to follow the design once you know the concept you have. Further, there are some details that need further focus which will help you to make your exclusive under stairs kitchen cabinets for even a more beautiful look kitchen you can have with a specific shape and size of each kitchen. Categories : Kitchen Cabinets Designs, design cabinet under stairs, under stairs kitchen cabinets Posts related to Under Stairs Kitchen Cabinets that Look Amazing There are many kitchen paint colors with maple cabinets that you can ... Unique kitchen cabinets will make a different look into your kitchen so ... Stencil designs for kitchen cabinets are the best way to keep your ... Along with the design requirements, you are interested in kitchen colors for ... If you are thinking that recycled kitchen cabinets have many breaks, actually ... Latest Interior Design of Kitchen Room for Comfortable Cooking Activities Talking about interior design of kitchen room will be important to get the perfect ... Kitchen Interior Design Color Schemes to Enhance the Perfect Kitchen Kitchen will be attractive and comfortable room if it is added with the color ... IKEA kitchen wall cupboards UK is the best option to enhance the kitchen design. ... The using of laminate kitchen cupboards will be inexpensive and convenient options. The cabinet ... Having well designed kitchen must be a dream for every woman. A good kitchen ... Related Post Black kitchen cabinet can be a good choice for you who plan ... Some people prefer painting kitchen cabinets white and put the white kitchen ... The usage of thermofoil kitchen cabinets or kitchen cabinets with Thermofoil finish ... There may be many companies which offer kitchen cabinets that they claim ... In today’s style of kitchen ideas, Chinese kitchen cabinets are put in ... Advertisement Trend Kitchen CabinetsAbout Contact Us DMCA Privacy Policy Site Map Term & Conditions Copyright © 2012 Trend Kitchen Cabinets, All trademarks are the property of the respective trademark owners.
http://trendkitchencabinets.com/under-stairs-kitchen-cabinets-that-look-amazing
[ { "char_end_idx": 16, "char_start_idx": 1, "key": "entity", "type": "local", "value": "Interior_design" }, { "char_end_idx": 400, "char_start_idx": 395, "key": "entity", "type": "local", "value": "Tampa,_Florida" }, { "char_end_idx": 633, "char_start_idx": 622, "key": "entity", "type": "local", "value": "Spice" }, { "char_end_idx": 3053, "char_start_idx": 3038, "key": "entity", "type": "local", "value": "Interior_design" }, { "char_end_idx": 3347, "char_start_idx": 3343, "key": "entity", "type": "local", "value": "IKEA" }, { "char_end_idx": 3373, "char_start_idx": 3371, "key": "entity", "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 3843, "char_start_idx": 3833, "key": "entity", "type": "local", "value": "Thermofoil" }, { "char_end_idx": 3974, "char_start_idx": 3967, "key": "entity", "type": "local", "value": "China" } ]
[ { "char_end_idx": 67, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Interior_design" }, { "char_end_idx": 401, "char_start_idx": 379, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tampa,_Florida" }, { "char_end_idx": 634, "char_start_idx": 622, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spice" }, { "char_end_idx": 3104, "char_start_idx": 3037, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Interior_design" }, { "char_end_idx": 3428, "char_start_idx": 3343, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "IKEA" }, { "char_end_idx": 3428, "char_start_idx": 3343, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_Kingdom" }, { "char_end_idx": 3855, "char_start_idx": 3767, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Thermofoil" }, { "char_end_idx": 4007, "char_start_idx": 3932, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "China" } ]
0
486
1556085654000
<!DOCTYPE html> <html id="MainHtml" lang="en" class="html-main"> <head> <link rel="search" type="application/opensearchdescription+xml" href="https://www.afcom.com/OpenSearch.aspx" title="public Search" /> <link rel="stylesheet" href="/website/734175/ultraresponsive.css"> <script type="text/javascript"> window.NREUM||(NREUM={}),__nr_require=function(t,n,e){function r(e){if(!n[e]){var o=n[e]={exports:{}};t[e][0].call(o.exports,function(n){var o=t[e][1][n];return r(o||n)},o,o.exports)}return n[e].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<e.length;o++)r(e[o]);return r}({1:[function(t,n,e){function r(t){try{s.console&&console.log(t)}catch(n){}}var o,i=t("ee"),a=t(15),s={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(s.console=!0,o.indexOf("dev")!==-1&&(s.dev=!0),o.indexOf("nr_dev")!==-1&&(s.nrDev=!0))}catch(c){}s.nrDev&&i.on("internal-error",function(t){r(t.stack)}),s.dev&&i.on("fn-err",function(t,n,e){r(e.stack)}),s.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(s,function(t,n){return t}).join(", ")))},{}],2:[function(t,n,e){function r(t,n,e,r,o){try{d?d-=1:i("err",[o||new UncaughtException(t,n,e)])}catch(s){try{i("ierr",[s,c.now(),!0])}catch(u){}}return"function"==typeof f&&f.apply(this,a(arguments))}function UncaughtException(t,n,e){this.message=t||"Uncaught error with no additional information",this.sourceURL=n,this.line=e}function o(t){i("err",[t,c.now()])}var i=t("handle"),a=t(16),s=t("ee"),c=t("loader"),f=window.onerror,u=!1,d=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(l){"stack"in l&&(t(8),t(7),"addEventListener"in window&&t(5),c.xhrWrappable&&t(9),u=!0)}s.on("fn-start",function(t,n,e){u&&(d+=1)}),s.on("fn-err",function(t,n,e){u&&(this.thrown=!0,o(e))}),s.on("fn-end",function(){u&&!this.thrown&&d>0&&(d-=1)}),s.on("internal-error",function(t){i("ierr",[t,c.now(),!0])})},{}],3:[function(t,n,e){t("loader").features.ins=!0},{}],4:[function(t,n,e){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(8),s=t(7),c="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",d="bstResource",l="resource",p="-start",h="-end",m="fn"+p,w="fn"+h,v="bstTimer",y="pushState",g=t("loader");g.features.stn=!0,t(6);var b=NREUM.o.EV;o.on(m,function(t,n){var e=t[0];e instanceof b&&(this.bstStart=g.now())}),o.on(w,function(t,n){var e=t[0];e instanceof b&&i("bst",[e,n,this.bstStart,g.now()])}),a.on(m,function(t,n,e){this.bstStart=g.now(),this.bstType=e}),a.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),this.bstType])}),s.on(m,function(){this.bstStart=g.now()}),s.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),"requestAnimationFrame"])}),o.on(y+p,function(t){this.time=g.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["c"+c]()},!1):window.performance[f]("webkit"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["webkitC"+c]()},!1)),document[f]("scroll",r,{passive:!0}),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],5:[function(t,n,e){function r(t){for(var n=t;n&&!n.hasOwnProperty(u);)n=Object.getPrototypeOf(n);n&&o(n)}function o(t){s.inPlace(t,[u,d],"-",i)}function i(t,n){return t[1]}var a=t("ee").get("events"),s=t(18)(a,!0),c=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";n.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,n){var e=t[1],r=c(e,"nr@wrapped",function(){function t(){if("function"==typeof e.handleEvent)return e.handleEvent.apply(e,arguments)}var n={object:t,"function":e}[typeof e];return n?s(n,"fn-",null,n.name||"anonymous"):e});this.wrapped=t[1]=r}),a.on(d+"-start",function(t){t[1]=this.wrapped||t[1]})},{}],6:[function(t,n,e){var r=t("ee").get("history"),o=t(18)(r);n.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],7:[function(t,n,e){var r=t("ee").get("raf"),o=t(18)(r),i="equestAnimationFrame";n.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],8:[function(t,n,e){function r(t,n,e){t[0]=a(t[0],"fn-",null,e)}function o(t,n,e){this.method=e,this.timerDuration="number"==typeof t[1]?t[1]:0,t[0]=a(t[0],"fn-",this,e)}var i=t("ee").get("timer"),a=t(18)(i),s="setTimeout",c="setInterval",f="clearTimeout",u="-start",d="-";n.exports=i,a.inPlace(window,[s,"setImmediate"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],9:[function(t,n,e){function r(t,n){d.inPlace(n,["onreadystatechange"],"fn-",s)}function o(){var t=this,n=u.context(t);t.readyState>3&&!n.resolved&&(n.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,w,"fn-",s)}function i(t){v.push(t),h&&(g=-g,b.data=g)}function a(){for(var t=0;t<v.length;t++)r([],v[t]);v.length&&(v=[])}function s(t,n){return n}function c(t,n){for(var e in t)n[e]=t[e];return n}t(5);var f=t("ee"),u=f.get("xhr"),d=t(18)(u),l=NREUM.o,p=l.XHR,h=l.MO,m="readystatechange",w=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],v=[];n.exports=u;var y=window.XMLHttpRequest=function(t){var n=new p(t);try{u.emit("new-xhr",[n],n),n.addEventListener(m,o,!1)}catch(e){try{u.emit("internal-error",[e])}catch(r){}}return n};if(c(p,y),y.prototype=p.prototype,d.inPlace(y.prototype,["open","send"],"-xhr-",s),u.on("send-xhr-start",function(t,n){r(t,n),i(n)}),u.on("open-xhr-start",r),h){var g=1,b=document.createTextNode(g);new h(a).observe(b,{characterData:!0})}else f.on("fn-end",function(t){t[0]&&t[0].type===m||a()})},{}],10:[function(t,n,e){function r(t){var n=this.params,e=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<d;r++)t.removeEventListener(u[r],this.listener,!1);if(!n.aborted){if(e.duration=a.now()-this.startTime,4===t.readyState){n.status=t.status;var i=o(t,this.lastSize);if(i&&(e.rxSize=i),this.sameOrigin){var c=t.getResponseHeader("X-NewRelic-App-Data");c&&(n.cat=c.split(", ").pop())}}else n.status=0;e.cbTime=this.cbTime,f.emit("xhr-done",[t],t),s("xhr",[n,e,this.startTime])}}}function o(t,n){var e=t.responseType;if("json"===e&&null!==n)return n;var r="arraybuffer"===e||"blob"===e||"json"===e?t.response:t.responseText;return h(r)}function i(t,n){var e=c(n),r=t.params;r.host=e.hostname+":"+e.port,r.pathname=e.pathname,t.sameOrigin=e.sameOrigin}var a=t("loader");if(a.xhrWrappable){var s=t("handle"),c=t(11),f=t("ee"),u=["load","error","abort","timeout"],d=u.length,l=t("id"),p=t(14),h=t(13),m=window.XMLHttpRequest;a.features.xhr=!0,t(9),f.on("new-xhr",function(t){var n=this;n.totalCbs=0,n.called=0,n.cbTime=0,n.end=r,n.ended=!1,n.xhrGuids={},n.lastSize=null,p&&(p>34||p<10)||window.opera||t.addEventListener("progress",function(t){n.lastSize=t.loaded},!1)}),f.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),f.on("open-xhr-end",function(t,n){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&n.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),f.on("send-xhr-start",function(t,n){var e=this.metrics,r=t[0],o=this;if(e&&r){var i=h(r);i&&(e.txSize=i)}this.startTime=a.now(),this.listener=function(t){try{"abort"===t.type&&(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof n.onload))&&o.end(n)}catch(e){try{f.emit("internal-error",[e])}catch(r){}}};for(var s=0;s<d;s++)n.addEventListener(u[s],this.listener,!1)}),f.on("xhr-cb-time",function(t,n,e){this.cbTime+=t,n?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof e.onload||this.end(e)}),f.on("xhr-load-added",function(t,n){var e=""+l(t)+!!n;this.xhrGuids&&!this.xhrGuids[e]&&(this.xhrGuids[e]=!0,this.totalCbs+=1)}),f.on("xhr-load-removed",function(t,n){var e=""+l(t)+!!n;this.xhrGuids&&this.xhrGuids[e]&&(delete this.xhrGuids[e],this.totalCbs-=1)}),f.on("addEventListener-end",function(t,n){n instanceof m&&"load"===t[0]&&f.emit("xhr-load-added",[t[1],t[2]],n)}),f.on("removeEventListener-end",function(t,n){n instanceof m&&"load"===t[0]&&f.emit("xhr-load-removed",[t[1],t[2]],n)}),f.on("fn-start",function(t,n,e){n instanceof m&&("onload"===e&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=a.now()))}),f.on("fn-end",function(t,n){this.xhrCbStart&&f.emit("xhr-cb-time",[a.now()-this.xhrCbStart,this.onload,n],n)})}},{}],11:[function(t,n,e){n.exports=function(t){var n=document.createElement("a"),e=window.location,r={};n.href=t,r.port=n.port;var o=n.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=n.hostname||e.hostname,r.pathname=n.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="https://www.afcom.com/"+r.pathname);var i=!n.protocol||":"===n.protocol||n.protocol===e.protocol,a=n.hostname===document.domain&&n.port===e.port;return r.sameOrigin=i&&(!n.hostname||a),r}},{}],12:[function(t,n,e){function r(){}function o(t,n,e){return function(){return i(t,[f.now()].concat(s(arguments)),n?null:this,e),n?void 0:this}}var i=t("handle"),a=t(15),s=t(16),c=t("ee").get("tracer"),f=t("loader"),u=NREUM;"undefined"==typeof window.newrelic&&(newrelic=u);var d=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],l="api-",p=l+"ixn-";a(d,function(t,n){u[n]=o(l+n,!0,"api")}),u.addPageAction=o(l+"addPageAction",!0),u.setCurrentRouteName=o(l+"routeName",!0),n.exports=newrelic,u.interaction=function(){return(new r).get()};var h=r.prototype={createTracer:function(t,n){var e={},r=this,o="function"==typeof n;return i(p+"tracer",[f.now(),t,e],r),function(){if(c.emit((o?"":"no-")+"fn-start",[f.now(),r,o],e),o)try{return n.apply(this,arguments)}finally{c.emit("fn-end",[f.now()],e)}}}};a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,n){h[n]=o(p+n)}),newrelic.noticeError=function(t){"string"==typeof t&&(t=new Error(t)),i("err",[t,f.now()])}},{}],13:[function(t,n,e){n.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(n){return}}}},{}],14:[function(t,n,e){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),n.exports=r},{}],15:[function(t,n,e){function r(t,n){var e=[],r="",i=0;for(r in t)o.call(t,r)&&(e[i]=n(r,t[r]),i+=1);return e}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],16:[function(t,n,e){function r(t,n,e){n||(n=0),"undefined"==typeof e&&(e=t?t.length:0);for(var r=-1,o=e-n||0,i=Array(o<0?0:o);++r<o;)i[r]=t[n+r];return i}n.exports=r},{}],17:[function(t,n,e){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],18:[function(t,n,e){function r(t){return!(t&&t instanceof Function&&t.apply&&!t[a])}var o=t("ee"),i=t(16),a="nr@original",s=Object.prototype.hasOwnProperty,c=!1;n.exports=function(t,n){function e(t,n,e,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s="function"==typeof e?e(r,a):e||{}}catch(f){l([f,"",[r,a,o],s])}u(n+"start",[r,a,o],s);try{return c=t.apply(a,r)}catch(d){throw u(n+"err",[r,a,d],s),d}finally{u(n+"end",[r,a,c],s)}}return r(t)?t:(n||(n=""),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,n,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<n.length;c++)s=n[c],a=t[s],r(a)||(t[s]=e(a,f?s+o:o,i,s))}function u(e,r,o){if(!c||n){var i=c;c=!0;try{t.emit(e,r,o,n)}catch(a){l([a,e,r,o])}c=i}}function d(t,n){if(Object.defineProperty&&Object.keys)try{var e=Object.keys(t);return e.forEach(function(e){Object.defineProperty(n,e,{get:function(){return t[e]},set:function(n){return t[e]=n,n}})}),n}catch(r){l([r])}for(var o in t)s.call(t,o)&&(n[o]=t[o]);return n}function l(n){try{t.emit("internal-error",n)}catch(e){}}return t||(t=o),e.inPlace=f,e.flag=a,e}},{}],ee:[function(t,n,e){function r(){}function o(t){function n(t){return t&&t instanceof r?t:t?c(t,s,i):i()}function e(e,r,o,i){if(!l.aborted||i){t&&t(e,r,o);for(var a=n(o),s=h(e),c=s.length,f=0;f<c;f++)s[f].apply(a,r);var d=u[y[e]];return d&&d.push([g,e,r,a]),a}}function p(t,n){v[t]=h(t).concat(n)}function h(t){return v[t]||[]}function m(t){return d[t]=d[t]||o(e)}function w(t,n){f(t,function(t,e){n=n||"feature",y[e]=n,n in u||(u[n]=[])})}var v={},y={},g={on:p,emit:e,get:m,listeners:h,context:n,buffer:w,abort:a,aborted:!1};return g}function i(){return new r}function a(){(u.api||u.feature)&&(l.aborted=!0,u=l.backlog={})}var s="nr@context",c=t("gos"),f=t(15),u={},d={},l=n.exports=o();l.backlog=u},{}],gos:[function(t,n,e){function r(t,n,e){if(o.call(t,n))return t[n];var r=e();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(t,n,e){function r(t,n,e,r){o.buffer([t],r),o.emit(t,n,e)}var o=t("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(t,n,e){function r(t){var n=typeof t;return!t||"object"!==n&&"function"!==n?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");n.exports=r},{}],loader:[function(t,n,e){function r(){if(!x++){var t=b.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(u.abort,3e4),!(t&&t.licenseKey&&t.applicationID&&n))return u.abort();f(y,function(n,e){t[n]||(t[n]=e)}),c("mark",["onload",a()+b.offset],null,"api");var e=l.createElement("script");e.src="https://"+t.agent,n.parentNode.insertBefore(e,n)}}function o(){"complete"===l.readyState&&i()}function i(){c("mark",["domContent",a()+b.offset],null,"api")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(s=Math.max((new Date).getTime(),s))-b.offset}var s=(new Date).getTime(),c=t("handle"),f=t(15),u=t("ee"),d=window,l=d.document,p="addEventListener",h="attachEvent",m=d.XMLHttpRequest,w=m&&m.prototype;NREUM.o={ST:setTimeout,CT:clearTimeout,XHR:m,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var v=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1026.min.js"},g=m&&w&&w[p]&&!/CriOS/.test(navigator.userAgent),b=n.exports={offset:s,now:a,origin:v,features:{},xhrWrappable:g};t(12),l[p]?(l[p]("DOMContentLoaded",i,!1),d[p]("load",r,!1)):(l[h]("onreadystatechange",o),d[h]("onload",r)),c("mark",["firstbyte",s],null,"api");var x=0,E=t(17)},{}]},{},["loader",2,10,4,3]); ;NREUM.info={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",licenseKey:"47e128c6ab",applicationID:"44985019",sa:1} </script> <link rel="shortcut icon" href="https://www.afcom.com/favicon.ico" /> <script type="text/javascript"> //<![CDATA[ var gDocumentTitle = document.title; var gPostBackFormObject = null; var gWindowOnLoad = new Array(); var gPostBackFormProcessSubmit = true; var gWebRoot = ''; var gWebSiteRoot = 'http://www.afcom.com'; var gPageTheme = 'AFCOM_Responsive'; var gAdminWebRoot = gWebRoot + '/Admin'; var gWebsiteKey = '32cbc6b8-d8ee-4130-a0c0-3baff4da8c06'; var gHKey = 'c4e6291f-ce9d-4bcf-88a3-57a175ec7919'; var gIsPostBack = false; var gDefaultConfirmMessage = 'Continue without saving changes?'; var gIsEasyEditEnabled = false; var gMasterPage = '/templates/masterpages/wst-afcomresponsive.master'; if(gWebsiteKey != 'fbdf17a3-cae7-4943-b1eb-71b9c0dd65d2' && gWebsiteKey != 'fad2fd17-7e27-4c96-babe-3291ecde4822'){ gIsEasyEditEnabled = false; } //]]> </script> <script src="https://www.afcom.com/AsiCommon/Scripts/Modernizr/Modernizr.min.js" type="text/javascript"></script> <script type="text/javascript"> // Add a class to the <html> tag of browsers that do not support Media Queries var mqSupported = Modernizr.mq('only all'); if (!mqSupported) { document.documentElement.className += ' no-mqs'; } </script> <link href="https://www.afcom.com/App_Themes/AFCOM_Responsive/99-Toronto_Responsive.css" type="text/css" rel="stylesheet" /><link href="https://www.afcom.com/App_Themes/AFCOM_Responsive/Body.css" type="text/css" rel="stylesheet" /><link href="https://www.afcom.com/App_Themes/AFCOM_Responsive/Footer.css" type="text/css" rel="stylesheet" /><link href="https://www.afcom.com/App_Themes/AFCOM_Responsive/Header.css" type="text/css" rel="stylesheet" /><script src="https://www.afcom.com/AsiCommon/Scripts/Jquery/Jquery.min.js" type="text/javascript" ></script><!--[if !IE 8]><!--><script src="https://www.afcom.com/AsiCommon/Scripts/AngularBundles/angular-bundle.min.js" type="text/javascript" defer></script> <script src="https://www.afcom.com/AsiCommon/Scripts/AngularBundles/angular-spin-bundle.min.js" type="text/javascript" defer></script> <script src="https://www.afcom.com/AsiCommon/Scripts/AngularBundles/asi-core-bundle.min.js" type="text/javascript" defer></script> <!--<![endif]--><link href="https://www.afcom.com/WebResource.axd?d=Bh-QtC19rmG-ynsQy1RLyd_0zXibx6FnZDPQ9o8-LqmV6M91si3D0P42jwKg_jH4f80QwNOCOx32B-htIn9QR-oJ_z_vV1i1yEqKFAJ0Ob1ZD5tt1ZdrBGN9DXNDI5IQZKNEUGgc4coCCt1ZcL9xHQ2&amp;t=636299895320000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="https://www.afcom.com/WebResource.axd?d=svMCcK7jW5TXbXV6C7d7A4iIVD9_4eGiPtsgPrOQ8QkSQScR5nO0BGhDYg2dBOz2jg-bghHYM3snfGcdyF0tZxHI0HOFQ1zMYqd7EZEclKcn5tCZXB0BxVvWPuEi_To99tjLjM9h8Vxr3nvpUaWWbg2&amp;t=636299895320000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="https://www.afcom.com/WebResource.axd?d=IO9x-61ugC18cW0TQrPirs-C6lqfcXRV5twsV3eFVhDo6ijoyzg4snMbkfLS3xCa_P-z0U_VmpbRNSx_gfKvp-bN-wkT4p9fhhZuUVaAv5HVXPybh91t64kZV6T0uLbU5fNurVo6o5HaQ9W2_8uFDw2&amp;t=636299895320000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="https://www.afcom.com/WebResource.axd?d=awBl_U1jQCe3dtVSSxI_IZIGStW5kx0Kc0C11ng1mqvqau9VZOaZzGU71XDtN0LdtwTXlFI6TrDY0zb9e9fz--blhyuPyj_ogoHFhu9-0BA_GQOShD5VhpwTrbFKjqE9PsnOA-i9BaGJKwetZBarCw2&amp;t=636299895320000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="https://www.afcom.com/WebResource.axd?d=ZanhskrozOHBMeD_9M63P7CHlryqdUc-obegiO6vHU6xlEk23WfiUU8S6mVuPvR2l1QGZeNPN517xgejSZ4oGQZ6ryVYTJ6tzdiPxPpFNj8xhKlD7MEyxyHJIUFYzIasOMaMsNiKaHRbc57TkFmZkhkEsFJbpMVYBgqDsuVEGvGV7pVgyfP_vl4yvK2KX6at0&amp;t=636299895320000000" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><style type="text/css"> .ctl01_TemplateBody_ContentPage1_WebPartZone1_Page1_0 { border-color:Black;border-width:1px;border-style:Solid; } </style> <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Source+Sans+Pro:400,700,400italic,700italic:latin', 'Droid Sans:400,700,', 'Lato:400,700' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <title>Telecom Engineer, Employment | AFCOM</title> <link rel="canonical" href="https://pghcareerconnector.com/jobs/12183017/telecom-engineer" /> <meta property="og:title" content="Telecom Engineer" /> <meta property="og:type" content="website" /> <meta property="og:url" content="http://careers.afcom.com/jobs/12183017" /> <meta property="og:image:width" content="200"> <meta property="og:image:height" content="200"> <meta property="og:image" content="http://careers.afcom.com/nsutilities/showLogo.cfm?id=811226&orgType=employer&logoType=Primary&shareposting=1" /> <meta property="og:description" content="Job Family: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Engineering Discipline: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Sales Engineer II &nbsp; Provide Sales Support via Customer Meetings (and calls) in order to identify DQE solutions to customer challenges or issues. Must have st..." /> <meta property="og:site_name" content="AFCOM Careers" /> <meta http-equiv="content-language" content="EN"> <meta name="description" content="AFCOM Careers: , Pittsburgh, Pennsylvania , Telecom Engineer at DQE COMMUNICATIONS"> <meta name="keywords" content="Telecom, Engineer, job, DQE, COMMUNICATIONS, Pittsburgh, Pennsylvania, "> <style type="text/css"> .bti-small-print { font-size : 8pt; } .bti-pagetitle { font-size : 12pt; font-weight : bold; color : #003366; } .bti-attention { color : #003366; } .bti-highlight { background-color: #FFFF00; } .bti-tips { color : #003366; font-family : Arial; font-size : 8pt; } .bti-titlebar { background-color : #0f80ae; color : #FFFFFF;; font-family : Arial; font-size : 10pt; border : None; } .bti-titlebar a:link { color : #CCFFCC; font-family : Arial; font-size : 10pt; } .bti-titlebar a:visited { color : #CCFFCC; font-family : Arial; font-size : 10pt; } .bti-titlebar a:hover { color : #CCFFCC; font-family : Arial; font-size : 10pt; } .bti-data-form { background-color : #F0F0F0; color : #000000; font-family : Arial; font-size : 10pt; border : None; } .row0 { background-color : #F0F0F0; } .row1 { background-color : #FFFFFF; } .bti-textarea { font-family : monospace; } .bti-future0 { } .bti-future1 { } .bti-future2 { } .bti-future3 { } .bti-future4 { } .bti-future5 { } .bti-future6 { } .bti-future7 { } .bti-future8 { } .bti-future9 { } </style> <style type="text/css"> .naylor-primary-color, .naylor-primary-color .fa { background-color:#003366!important; color:#FFFFFF!important; } .naylor-primary-color-bb-1 { border-bottom: 1px solid #003366!important; } .naylor-st-colors li a.naylor-primary-color-hover:hover { background-color: #003366!important; color: #FFFFFF!important; } .naylor-st-colors li a.naylor-primary-color-hover:hover .fa { color: #FFFFFF!important; } .naylor-primary-color-inverted { background-color:#FFFFFF!important; color:#003366!important; } .naylor-primary-color-only, .naylor-primary-color-only-hover:hover { color:#003366!important; } .naylor-primary-dark-color-only { color:#00264D!important; } .naylor-primary-light-color-only { color:#004080!important; } button.naylor-primary-color { border-color: #800000!important; } button.naylor-primary-color:hover { color: #FFFFFF!important; background-color: #800000!important; border-color: #003366!important; } .naylor-secondary-color, .naylor-secondary-color .fa { background-color:#800000!important; color:#FFFFFF!important; } .naylor-secondary-color-bb-1 { border-bottom: 1px solid #800000!important; } .naylor-st-colors li a.naylor-secondary-color-hover:hover { background-color: #800000!important; color: #FFFFFF!important; } .naylor-st-colors li a.naylor-secondary-color-hover:hover .fa { color: #FFFFFF!important; } .naylor-secondary-color-inverted { background-color:#FFFFFF!important; color:#800000!important; } .naylor-secondary-color-only, .naylor-secondary-color-only-hover:hover { color:#800000!important; } .naylor-secondary-dark-color-only { color:#670000!important; } .naylor-secondary-light-color-only { color:#9A0000!important; } button.naylor-secondary-color { border-color: #003366!important; } button.naylor-secondary-color:hover { color: #FFFFFF!important; background-color: #003366!important; border-color: #800000!important; } .naylor-tertiary-color, .naylor-tertiary-color .fa { background-color:#CBBEB5!important; color:#000000!important; } .naylor-tertiary-color-bb-1 { border-bottom: 1px solid #CBBEB5!important; } .naylor-st-colors li a.naylor-tertiary-color-hover:hover { background-color: #CBBEB5!important; color: #000000!important; } .naylor-st-colors li a.naylor-tertiary-color-hover:hover .fa { color: #000000!important; } .naylor-tertiary-color-inverted { background-color:#000000!important; color:#CBBEB5!important; } .naylor-tertiary-color-only, .naylor-tertiary-color-only-hover:hover { color:#CBBEB5!important; } .naylor-tertiary-dark-color-only { color:#C0B1A6!important; } .naylor-tertiary-light-color-only { color:#D6CBC4!important; } button.naylor-tertiary-color { border-color: #800000!important; } button.naylor-tertiary-color:hover { color: #FFFFFF!important; background-color: #800000!important; border-color: #CBBEB5!important; } </style> <script id="naylor-privacy-script" data-org-name="AFCOM Careers" data-mode="passive" data-policy-url="/legal/cookies/" type="text/javascript" src="https://cdn.naylor.com/end-user-privacy/index.js"></script><script type="text/javascript"> var _gaq = _gaq || []; var _btiGAPrefix = []; var _btiUGAEventLabel = "AFCOM (734175)"; // Univeral Analytics Script Load if(window.naylorPrivacy.shouldLoad('Performance')) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','_btiUGA'); } else { _btiUGA = function() {}; // No-op block } _btiGAPrefix.push(''); _gaq.push(['_setAccount', 'UA-21984491-5']); _gaq.push(['_setDomainName','afcom.com']); _gaq.push(['_setAllowLinker',true]); _gaq.push(['_gat._anonymizeIp',true]); _gaq.push(['_trackPageview']); _btiUGA('create', 'UA-997933-3', 'afcom.com', {'name':'b','allowLinker':true}); _btiUGA('b.require', 'linker'); _btiUGA('b.linker:autoLink', ['boxwoodtech.com','naylornetwork.com','jobcontrolcenter.com','directjobs.com']); // set anonymizer _btiUGA('b.set', 'anonymizeIp', true); _btiUGA('b.send', 'pageview'); if(window.naylorPrivacy.shouldLoad('Performance')) { // Classic Analytics Script Load true (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); } </script> <link href="/extmin/1.9.2/lib/js/jquery/css/base-jquery-ui-theme-1.9.2.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/pics/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/4.44/website/master.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/1001/employers/showcase/ext/main.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/1027/searchv4/ext/main.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/1002/lib/js/jquery/css/jquery.multiselect.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/1039/searchv3/detail/ext/jobdetail.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/1010/hr/jobs/ext/cf-validate.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/1015/jobseekers/apply-for-job/ext/main.css" rel="stylesheet" type="text/css" media="screen,print"> <link href="/extmin/1002/lib/css/social-sharing.css" rel="stylesheet" type="text/css" media="screen,print"> <script type="text/javascript" src="/extmin/2.0.33/lib/js/main-2.0.33-min.js?tracker=null"></script> <script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyAv3vl_gqdze6pm7sONe0r72KlLsO4HQJ4"></script> <script type="text/javascript" src="/extmin/1005/lib/js/ui/googlemap.js"></script> <script type="text/javascript" src="/extmin/1009/employers/showcase/ext/main.js"></script> <script type="text/javascript" src="/extmin/1006/help/system/ext/main.js"></script> <script type="text/javascript" src="/lib/js/jquery/plugins/jquery.tools.1.2.8-no-tooltip.min-w-hack.js"></script> <script type="text/javascript" src="/extmin/1006/lib/js/jquery/plugins/jquery.multiselect.js"></script> <script type="text/javascript" src="/extmin/1053/searchv4/ext/main.js"></script> <script type="text/javascript" src="/extmin/1000/lib/js/jquery/plugins/jquery.placeholder.min.js"></script> <script type="text/javascript" src="https://poc.simple-api.com/simple-apply/dist/simple-apply-0.1.0.min.js"></script> <script type="text/javascript" src="/extmin/1026/searchv3/detail/ext/jobdetail.js"></script> <script type="text/javascript" src="/lib/js/jquery/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="/extmin/1008/lib/js/form-framework.js"></script> <script type="text/javascript" src="/extmin/1014/lib/js/bti-form-validation.js"></script> <script type="text/javascript" src="/extmin/1043/jobseekers/apply-for-job/ext/main_v2.js"></script> <script type="text/javascript" src="/extmin/1001/lib/js/jquery/plugins/jquery.isInViewport.js"></script> <script type="text/javascript" src="/extmin/1002/lib/js/tls-1.2-check.js"></script> </head> <body id="MainBody"><div id="btir-body-container"> <a href="#contentstart" class="screen-reader-text show-on-focus">Skip to main content</a> <script type="text/javascript"> //<![CDATA[ function CopyMoveContentItem_Callback(dialogWindow) { if (!dialogWindow.result) return; eval(dialogWindow.Argument.replace('[[RESULT]]',dialogWindow.result)); } //]]> </script> <script src="https://www.afcom.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl01_ScriptManager1_TSM&amp;compress=1&amp;_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.50508%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3a0c8c847b-b611-49a7-8e75-2196aa6e72fa%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2016.2.607.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3afb63f838-b932-4810-8e72-f1ca43eff960%3a16e4e7cd%3a33715776%3af7645509%3a24ee1bba%3ae330518b%3a2003d0b8%3ac128760b%3a88144a7a%3a1e771326%3ac8618e41%3a1a73651d%3a333f8d94%3aa1a4383a%3af46195d3%3ae524c98b%3aed16cbdc%3a874f8ea2%3ab2e06756%3a92fe8ea0%3a19620875%3afa31b949%3a4877f69a%3a490a9d4e%3abd8f85e4" type="text/javascript"></script> <script src="https://www.afcom.com/AsiCommon/scripts/Asi.js" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ var PageMethods = function() { PageMethods.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } PageMethods.prototype = { _get_path:function() { var p = this.get_path(); if (p) return p; else return PageMethods._staticInstance.get_path();}, GetActionLink:function(action,templateType,docType,hierarchyKey,documentVersionKey,folderHierarchyKey,itemCount,closeWindowOnCommit,websiteKey,pageInstanceKey,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'GetActionLink',false,{action:action,templateType:templateType,docType:docType,hierarchyKey:hierarchyKey,documentVersionKey:documentVersionKey,folderHierarchyKey:folderHierarchyKey,itemCount:itemCount,closeWindowOnCommit:closeWindowOnCommit,websiteKey:websiteKey,pageInstanceKey:pageInstanceKey},succeededCallback,failedCallback,userContext); }, GetWindowProperties:function(action,templateType,docType,hierarchyKey,documentVersionKey,folderHierarchyKey,itemCount,closeWindowOnCommit,websiteKey,pageInstanceKey,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'GetWindowProperties',false,{action:action,templateType:templateType,docType:docType,hierarchyKey:hierarchyKey,documentVersionKey:documentVersionKey,folderHierarchyKey:folderHierarchyKey,itemCount:itemCount,closeWindowOnCommit:closeWindowOnCommit,websiteKey:websiteKey,pageInstanceKey:pageInstanceKey},succeededCallback,failedCallback,userContext); }, GetAddressCompletionList:function(prefixText,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'GetAddressCompletionList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); }, CheckForPasteConflict:function(selectedKeys,targetHierarchyKey,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'CheckForPasteConflict',false,{selectedKeys:selectedKeys,targetHierarchyKey:targetHierarchyKey},succeededCallback,failedCallback,userContext); }} PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy); PageMethods._staticInstance = new PageMethods(); PageMethods.set_path = function(value) { PageMethods._staticInstance.set_path(value); } PageMethods.get_path = function() { return PageMethods._staticInstance.get_path(); } PageMethods.set_timeout = function(value) { PageMethods._staticInstance.set_timeout(value); } PageMethods.get_timeout = function() { return PageMethods._staticInstance.get_timeout(); } PageMethods.set_defaultUserContext = function(value) { PageMethods._staticInstance.set_defaultUserContext(value); } PageMethods.get_defaultUserContext = function() { return PageMethods._staticInstance.get_defaultUserContext(); } PageMethods.set_defaultSucceededCallback = function(value) { PageMethods._staticInstance.set_defaultSucceededCallback(value); } PageMethods.get_defaultSucceededCallback = function() { return PageMethods._staticInstance.get_defaultSucceededCallback(); } PageMethods.set_defaultFailedCallback = function(value) { PageMethods._staticInstance.set_defaultFailedCallback(value); } PageMethods.get_defaultFailedCallback = function() { return PageMethods._staticInstance.get_defaultFailedCallback(); } PageMethods.set_enableJsonp = function(value) { PageMethods._staticInstance.set_enableJsonp(value); } PageMethods.get_enableJsonp = function() { return PageMethods._staticInstance.get_enableJsonp(); } PageMethods.set_jsonpCallbackParameter = function(value) { PageMethods._staticInstance.set_jsonpCallbackParameter(value); } PageMethods.get_jsonpCallbackParameter = function() { return PageMethods._staticInstance.get_jsonpCallbackParameter(); } PageMethods.set_path("Contact_Us.aspx"); PageMethods.GetActionLink= function(action,templateType,docType,hierarchyKey,documentVersionKey,folderHierarchyKey,itemCount,closeWindowOnCommit,websiteKey,pageInstanceKey,onSuccess,onFailed,userContext) {PageMethods._staticInstance.GetActionLink(action,templateType,docType,hierarchyKey,documentVersionKey,folderHierarchyKey,itemCount,closeWindowOnCommit,websiteKey,pageInstanceKey,onSuccess,onFailed,userContext); } PageMethods.GetWindowProperties= function(action,templateType,docType,hierarchyKey,documentVersionKey,folderHierarchyKey,itemCount,closeWindowOnCommit,websiteKey,pageInstanceKey,onSuccess,onFailed,userContext) {PageMethods._staticInstance.GetWindowProperties(action,templateType,docType,hierarchyKey,documentVersionKey,folderHierarchyKey,itemCount,closeWindowOnCommit,websiteKey,pageInstanceKey,onSuccess,onFailed,userContext); } PageMethods.GetAddressCompletionList= function(prefixText,onSuccess,onFailed,userContext) {PageMethods._staticInstance.GetAddressCompletionList(prefixText,onSuccess,onFailed,userContext); } PageMethods.CheckForPasteConflict= function(selectedKeys,targetHierarchyKey,onSuccess,onFailed,userContext) {PageMethods._staticInstance.CheckForPasteConflict(selectedKeys,targetHierarchyKey,onSuccess,onFailed,userContext); } var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor; Type.registerNamespace('Asi.Web.UI.Common.BSA'); if (typeof(Asi.Web.UI.Common.BSA.WindowProperties) === 'undefined') { Asi.Web.UI.Common.BSA.WindowProperties=gtc("Asi.Web.UI.Common.BSA.WindowProperties"); Asi.Web.UI.Common.BSA.WindowProperties.registerClass('Asi.Web.UI.Common.BSA.WindowProperties'); } Type.registerNamespace('Asi.Web.UI'); if (typeof(Asi.Web.UI.PageOperation) === 'undefined') { Asi.Web.UI.PageOperation = function() { throw Error.invalidOperation(); } Asi.Web.UI.PageOperation.prototype = {None: 0,Edit: 1,New: 2,Execute: 3,Select: 4,SelectAndReturnValue: 5,Delete: 6,Purge: 7,Import: 8,Export: 9,Publish: 10,Versions: 11,Refresh: 12,Cut: 13,Copy: 14,Paste: 15,Undo: 16,SelectAll: 17,Search: 18,Preview: 19,Submit: 20,RequestDelete: 21,PurgeAll: 22,Download: 23} Asi.Web.UI.PageOperation.registerEnum('Asi.Web.UI.PageOperation', true); } if (typeof(Asi.Web.UI.TemplateType) === 'undefined') { Asi.Web.UI.TemplateType = function() { throw Error.invalidOperation(); } Asi.Web.UI.TemplateType.prototype = {I: 0,D: 1,P: 2,E: 3,T: 4,F: 5,A: 6} Asi.Web.UI.TemplateType.registerEnum('Asi.Web.UI.TemplateType', true); } //]]> </script> <script type="text/javascript"> </script> <div id="ctl01_masterWrapper" class="wrapper"> <header id="hd" class="header ClearFix navbar" data-height-offset="true"> <div class="header-top-container"> <div class="header-container"> <div id="masterLogoArea" class="header-logo-container pull-left" data-label="Logo"> <div ID="WTZone1_Page1" class="WTZone "> <div id="ste_container_ciLogoContent_758280dbd3ce451eb4b46e97f3317374" class="ContentItemContainer"><div id="ctl01_ciLogoContent_758280dbd3ce451eb4b46e97f3317374_Panel_LogoContent"> <a href="http://www.afcom.com/" title="Home" id="masterHeaderImage">iMIS</a> <style> #masterHeaderImage { width: 335px; height: 85px; background-image: url(https://www.afcom.com/images/AFCOM/AfcomLogo_white_Large.png); background-size: contain; background-position: 0 0; } @media(max-width: 411px) { #masterHeaderImage { width: 109px; height: 85px; background-image: url(https://www.afcom.com/images/AFCOM/AfcomLogo_white_Large_cropped.png); background-position: 0 0; background-size: contain; } } </style> </div><div> </div></div> <div id="ste_container_ciPrimaryNavigation" class="ContentItemContainer"> <div id="ctl01_ciPrimaryNavigation_PrimaryNavigationArea" class="primary-navigation-area"> <div id="ctl01_ciPrimaryNavigation_PrimaryNavigationControl" class="collapse navbar-collapse nav-primary"> <div tabindex="0" id="ctl01_ciPrimaryNavigation_NavControl_NavMenu" class="RadMenu RadMenu_Toronto MainMenu MegaDropDownMenuOuter" Translate="Yes" style="z-index:2999;"> <!-- 2016.2.607.45 --><ul class="rmRootGroup rmToggleHandles rmHorizontal"> <li class="rmItem rmFirst"><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/About_AFCOM/Public/1/About_AFCOM.aspx?hkey=40cb4fed-70cf-4c8c-bff2-ce7bb2828ef2"><span class="rmText">About</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciPrimaryNavigation_NavControl_NavMenu_i0_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmOneLevel"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/Advisory_Board/Public/1/Advisory_Board.aspx?hkey=ee57ef03-a4dd-4d30-8ad5-88f68ad923fb">AFCOM Advisory Board</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/DCI_Board_Members/Public/4/Board_Members.aspx?hkey=6b4534f2-9ba0-44bd-aec0-708381d50118">Data Center Institute</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/Strategic_Partners/Public/1/Strategic_Partners.aspx?hkey=a15931e8-1f9b-4175-ad7b-04814f9bea3b">Strategic Partners</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/Contact_Us/Public/1/Contact_Us.aspx?hkey=6db2f8e5-35b7-4115-8294-0ced5799dff9">Contact Us</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Data_Center_World/Public/2/Data_Center_World.aspx?hkey=55ae8136-38f6-40f3-96bc-fa32758352cd"><span class="rmText">Data Center World</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciPrimaryNavigation_NavControl_NavMenu_i1_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmOneLevel"> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Leaders_Labs/Public/Leaders_Labs/About_Leaders_Labs/Leaders_Labs.aspx?hkey=842624e7-2596-4ceb-ba12-9f2ee91469a7"><span class="rmText">Leaders Labs</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciPrimaryNavigation_NavControl_NavMenu_i2_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmOneLevel"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Leaders_Labs/Leaders_Labs/Public/Leaders_Labs/About_Leaders_Labs/Leaders_Labs.aspx?hkey=662a575e-845b-4993-aaf7-2a6cc015cab5">About Leaders Labs</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Leaders_Labs/Leaders_Labs_Whitepapers/Public/Leaders_Labs/Publication.aspx?hkey=b502f39b-4569-491d-8851-fdcb84247efc">Leaders Labs Whitepapers</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Local_Chapters/Public/3/Local_Chapters.aspx?hkey=08877403-9573-4e7c-be99-e84db53170b1"><span class="rmText">Chapters</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciPrimaryNavigation_NavControl_NavMenu_i3_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmTwoLevels"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Upcoming_Chapter_events/Public/3/Upcoming_Chapter_Events.aspx?hkey=4af621e4-4a04-4241-8c52-e29f8468d145">Upcoming Chapter events</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Find_a_Local_Chapter/Public/3/Local_Chapters.aspx?hkey=abc65272-fee9-4ef9-9ea3-6ad77cb428fe">Find a Local Chapter</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Events/Event_calendar/iCore/Events/Events_Calendar.aspx?hkey=feff80a9-76c1-4ca6-8de1-43d18a765cd6">Events</a><div class="rsmColumnWrap"> <ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem LargerWidth14"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Events/Event_calendar/iCore/Events/Events_Calendar.aspx?hkey=feff80a9-76c1-4ca6-8de1-43d18a765cd6">Event Calendar</a></li> </ul> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Speaker_Proposal_Form/Public/3/Speaker_Proposal_Form.aspx?hkey=6af841b3-47d8-472b-8089-acc8fb1cc61f">Speaker Proposal Form</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Member_Resources/Public/5/Member_Resources.aspx?hkey=f2fbde66-6c90-43d4-8b58-f8cc53474510"><span class="rmText">Member Resources</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciPrimaryNavigation_NavControl_NavMenu_i4_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmTwoLevels"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Education_Partners/Public/5/Education_Partners_summary.aspx?hkey=8255616f-7ba1-4d07-8e43-2f77e6cb6ff2">Education Partners</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem hidden-xs hidden-sm"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Communities/Shared_Content/CommunityLayouts/CommunitiesList.aspx?hkey=8182e1fa-fe97-4d2b-99fd-77e0b8209043">Expert and Peer Q&A</a><div class="rsmColumnWrap"> <ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem LargerWidth22"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Communities/Community_List/Shared_Content/CommunityLayouts/CommunitiesList.aspx?hkey=1f31f0fc-6163-4e29-af96-05ab9daa3f95">Virtual Community List</a></li> </ul><ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem LargerWidth22"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Communities/Preferences/Shared_Content/CommunityLayouts/CommunityPreferences.aspx?hkey=1d58afed-17ac-4774-9a3a-2db1ed9e8cbf">My virtual subscriptions</a></li> </ul> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Articles/Public/Resource_Center/Article_Public.aspx?hkey=c07bfbe6-6561-45d8-acd9-b05b9658b08e">Learning Center</a><div class="rsmColumnWrap"> <ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Articles/Public/Resource_Center/Article_Public.aspx?hkey=c07bfbe6-6561-45d8-acd9-b05b9658b08e">Articles</a></li><li class="rsmItem LargerWidth14"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Best_Practices/Public/Resource_Center/Best_Practice_Public.aspx?hkey=e489fdce-4242-4084-9933-a60f761a0394">Best Practices</a></li><li class="rsmItem LargerWidth10"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Case_Studies/Public/Resource_Center/Case_study_public.aspx?hkey=7fb9bb19-6c72-4ee6-b786-209a5a809e7f">Case Studies</a></li> </ul><ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Research/Public/Resource_Center/Researchs_Public.aspx?hkey=812b2bf5-a7bf-4fb8-9d5e-17bc206d979c">Research</a></li><li class="rsmItem LargerWidth10"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/White_Papers/Public/Resource_Center/White_Papers_Public.aspx?hkey=9c0cc325-7ba8-4153-862d-574b25eb0b92">White Papers</a></li> </ul> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Publications_and_Research/Public/4/Publication.aspx?hkey=8532a849-e60f-483f-a76c-a112a3cfa171">DCI Publications and Research</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Membership_Rewards/Public/5/Membership_Rewards.aspx?hkey=91b260e7-0ac5-4705-a5db-734a6f15cd4e">Membership Rewards</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Industry_Tools/Public/5/AFCOM_Industry_Tools_Public.aspx?hkey=60b7ad78-55ac-4daa-802f-a5f61a05e5fa">Industry Tools</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><br><li class="rmItem rmLast"><a class="rmLink rmRootLink" href="https://careers.afcom.com"><span class="rmText">Career Center</span></a></li> </ul> </div> </div> </div><div> </div></div> </div> </div> <div class="navbar-header nav-auxiliary pull-right" id="auxiliary-container" data-label="Utility"> <div ID="WTZone2_Page1" class="WTZone "> <div id="ste_container_ciUtilityNavigation" class="ContentItemContainer"><div id="ctl01_ciUtilityNavigation_UtilityPlaceholder" class="UtilityNavigation nav-auxiliary"> <div class="UtilitySection UtilityNavigationToggle"> <button onclick="return false;" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".searchbar-collapse" data-parent=".navbar"><span class="sr-only" translate="yes">Toggle search</span> <span class="icon-search"></span> </button> </div><div class="UtilitySection UtilitySearch"> <div class="search-container-sm" data-set="searchbar"> <div class="header-search"> <div id="SimpleSearchBlock" role="navigation"><label for="ctl01_ciUtilityNavigation_ctl06_SearchTerms" id="ctl01_ciUtilityNavigation_ctl06_Prompt" class="screen-reader-text" translate="yes">Keyword search</label><input name="ctl01$ciUtilityNavigation$ctl06$SearchTerms" type="text" value="Keyword search" id="ctl01_ciUtilityNavigation_ctl06_SearchTerms" class="search-field Watermarked" onfocus="SimpleSearchField_OnFocus(&#39;ctl01_ciUtilityNavigation_ctl06_SearchTerms&#39;, ctl01_ciUtilityNavigation_ctl06_SearchTermsProperties);" onblur="SimpleSearchField_OnBlur(&#39;ctl01_ciUtilityNavigation_ctl06_SearchTerms&#39;, ctl01_ciUtilityNavigation_ctl06_SearchTermsProperties);" onkeypress="return clickButton(event,&#39;ctl01_ciUtilityNavigation_ctl06_GoSearch&#39;);" translate="yes" /><input type="button" name="ctl01$ciUtilityNavigation$ctl06$GoSearch" value="Go" onclick="SimpleSearchField_ExecuteSearch(&#39;ctl01_ciUtilityNavigation_ctl06_SearchTerms&#39;, ctl01_ciUtilityNavigation_ctl06_SearchTermsProperties); return cancelEvent();__doPostBack(&#39;ctl01$ciUtilityNavigation$ctl06$GoSearch&#39;,&#39;&#39;)" id="ctl01_ciUtilityNavigation_ctl06_GoSearch" class="TextButton" /></div> </div> </div> </div><div class="UtilitySection UtilityNavigationList"> <ul class='NavigationUnorderedList'><li id="ctl01_ciUtilityNavigation_ctl08__rptWrapper__rptWrapper_rpt_ctl01_NavigationListItem" class="NavigationListItem nav-aux-button nav-aux-cart"><a id="ctl01_ciUtilityNavigation_ctl08__rptWrapper__rptWrapper_rpt_ctl01_NavigationLink" class="NavigationLink" href="https://www.afcom.com/Public/Cart/iCore/Store/StoreLayouts/Cart_Home.aspx?hkey=3c1d15fd-868f-41e7-b9f6-1dbb085960c0"><span class="nav-text" translate="yes">Cart </span><span><span data-cartlink='y' class="cartEmpty"><span class="cartSprite"></span></span></span></a></li></ul> </div><div class="UtilitySection UtilityAuthentication"> </div><div class="UtilitySection UtilityNavigationToggle"> <button onclick="return false;" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" data-parent=".navbar"><span class="sr-only" translate="yes">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div><div id="ctl01_ciUtilityNavigation_search-collapse" class="searchbar-collapse collapse" style="height:auto;"> <div class="search-container" data-set="searchbar"> <div class="header-search"> <div id="ResponsiveSimpleSearchBlock" role="navigation"><label for="ctl01_ciUtilityNavigation_ctl15_SearchTerms" id="ctl01_ciUtilityNavigation_ctl15_Prompt" class="screen-reader-text" translate="yes">Keyword search</label><input name="ctl01$ciUtilityNavigation$ctl15$SearchTerms" type="text" value="Keyword search" id="ctl01_ciUtilityNavigation_ctl15_SearchTerms" class="search-field Watermarked" onfocus="SimpleSearchField_OnFocus(&#39;ctl01_ciUtilityNavigation_ctl15_SearchTerms&#39;, ctl01_ciUtilityNavigation_ctl15_SearchTermsProperties);" onblur="SimpleSearchField_OnBlur(&#39;ctl01_ciUtilityNavigation_ctl15_SearchTerms&#39;, ctl01_ciUtilityNavigation_ctl15_SearchTermsProperties);" onkeypress="return clickButton(event,&#39;ctl01_ciUtilityNavigation_ctl15_GoSearch&#39;);" translate="yes" /><input type="button" name="ctl01$ciUtilityNavigation$ctl15$GoSearch" value="Go" onclick="SimpleSearchField_ExecuteSearch(&#39;ctl01_ciUtilityNavigation_ctl15_SearchTerms&#39;, ctl01_ciUtilityNavigation_ctl15_SearchTermsProperties); return cancelEvent();__doPostBack(&#39;ctl01$ciUtilityNavigation$ctl15$GoSearch&#39;,&#39;&#39;)" id="ctl01_ciUtilityNavigation_ctl15_GoSearch" class="TextButton" /></div> </div> </div> </div> </div> <script type="text/javascript"> //<![CDATA[ // adapted from bs.collapse - if the search bar is open when opening the menu, close it (and vise versa) function UtilityAreaAction(utilityControl, hideArea) { jQuery(utilityControl).on('show.bs.collapse', function() { var actives = jQuery(hideArea).find('> .in'); if (actives && actives.length) { var hasData = actives.data('bs.collapse'); if (hasData && hasData.transitioning) return; actives.collapse('hide'); hasData || actives.data('bs.collapse', null); } }); } jQuery(document).ready(function () { UtilityAreaAction('.navbar-collapse', '.nav-auxiliary'); UtilityAreaAction('.searchbar-collapse', '.primary-navigation-area'); }); //]]> </script> <div> </div></div> <div id="ste_container_ciMobileNavigation" class="ContentItemContainer"> <div id="ctl01_ciMobileNavigation_PrimaryNavigationArea" class="primary-navigation-area"> <div id="ctl01_ciMobileNavigation_PrimaryNavigationControl" class="collapse navbar-collapse nav-primary"> <div tabindex="0" id="ctl01_ciMobileNavigation_NavControl_NavMenu" class="RadMenu RadMenu_Toronto MainMenu MegaDropDownMenuOuter" Translate="Yes" style="z-index:2999;"> <ul class="rmRootGroup rmToggleHandles rmHorizontal"> <li class="rmItem rmFirst"><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/About_AFCOM/Public/1/About_AFCOM.aspx?hkey=40cb4fed-70cf-4c8c-bff2-ce7bb2828ef2"><span class="rmText">About</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciMobileNavigation_NavControl_NavMenu_i0_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmOneLevel"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/Advisory_Board/Public/1/Advisory_Board.aspx?hkey=ee57ef03-a4dd-4d30-8ad5-88f68ad923fb">AFCOM Advisory Board</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/DCI_Board_Members/Public/4/Board_Members.aspx?hkey=6b4534f2-9ba0-44bd-aec0-708381d50118">Data Center Institute</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/Strategic_Partners/Public/1/Strategic_Partners.aspx?hkey=a15931e8-1f9b-4175-ad7b-04814f9bea3b">Strategic Partners</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/About_AFCOM/Contact_Us/Public/1/Contact_Us.aspx?hkey=6db2f8e5-35b7-4115-8294-0ced5799dff9">Contact Us</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Data_Center_World/Public/2/Data_Center_World.aspx?hkey=55ae8136-38f6-40f3-96bc-fa32758352cd"><span class="rmText">Data Center World</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciMobileNavigation_NavControl_NavMenu_i1_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmOneLevel"> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Leaders_Labs/Public/Leaders_Labs/About_Leaders_Labs/Leaders_Labs.aspx?hkey=842624e7-2596-4ceb-ba12-9f2ee91469a7"><span class="rmText">Leaders Labs</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciMobileNavigation_NavControl_NavMenu_i2_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmOneLevel"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Leaders_Labs/Leaders_Labs/Public/Leaders_Labs/About_Leaders_Labs/Leaders_Labs.aspx?hkey=662a575e-845b-4993-aaf7-2a6cc015cab5">About Leaders Labs</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Leaders_Labs/Leaders_Labs_Whitepapers/Public/Leaders_Labs/Publication.aspx?hkey=b502f39b-4569-491d-8851-fdcb84247efc">Leaders Labs Whitepapers</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Local_Chapters/Public/3/Local_Chapters.aspx?hkey=08877403-9573-4e7c-be99-e84db53170b1"><span class="rmText">Chapters</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciMobileNavigation_NavControl_NavMenu_i3_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmTwoLevels"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Upcoming_Chapter_events/Public/3/Upcoming_Chapter_Events.aspx?hkey=4af621e4-4a04-4241-8c52-e29f8468d145">Upcoming Chapter events</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Find_a_Local_Chapter/Public/3/Local_Chapters.aspx?hkey=abc65272-fee9-4ef9-9ea3-6ad77cb428fe">Find a Local Chapter</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Events/Event_calendar/iCore/Events/Events_Calendar.aspx?hkey=feff80a9-76c1-4ca6-8de1-43d18a765cd6">Events</a><div class="rsmColumnWrap"> <ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem LargerWidth14"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Events/Event_calendar/iCore/Events/Events_Calendar.aspx?hkey=feff80a9-76c1-4ca6-8de1-43d18a765cd6">Event Calendar</a></li> </ul> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Local_Chapters/Speaker_Proposal_Form/Public/3/Speaker_Proposal_Form.aspx?hkey=6af841b3-47d8-472b-8089-acc8fb1cc61f">Speaker Proposal Form</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><li class="rmItem "><a class="rmLink rmRootLink" href="https://www.afcom.com/Public/Member_Resources/Public/5/Member_Resources.aspx?hkey=f2fbde66-6c90-43d4-8b58-f8cc53474510"><span class="rmText">Member Resources</span><span class="rmToggle"><span class="rmIcon">Toggle</span></span></a><div class="rmSlide"> <ul class="rmVertical rmGroup rmLevel1"> <li class="rmItem rmFirst rmLast rmTemplate MegaDropDownMenuOuter"><div class="rmText"> <div id="ctl01_ciMobileNavigation_NavControl_NavMenu_i4_i0_sm0" class="RadSiteMap RadSiteMap_Toronto MegaDropDownMenu"> <ul class="rsmList rsmLevel rsmTwoLevels"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Education_Partners/Public/5/Education_Partners_summary.aspx?hkey=8255616f-7ba1-4d07-8e43-2f77e6cb6ff2">Education Partners</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem hidden-xs hidden-sm"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Communities/Shared_Content/CommunityLayouts/CommunitiesList.aspx?hkey=8182e1fa-fe97-4d2b-99fd-77e0b8209043">Expert and Peer Q&A</a><div class="rsmColumnWrap"> <ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem LargerWidth22"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Communities/Community_List/Shared_Content/CommunityLayouts/CommunitiesList.aspx?hkey=1f31f0fc-6163-4e29-af96-05ab9daa3f95">Virtual Community List</a></li> </ul><ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem LargerWidth22"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Communities/Preferences/Shared_Content/CommunityLayouts/CommunityPreferences.aspx?hkey=1d58afed-17ac-4774-9a3a-2db1ed9e8cbf">My virtual subscriptions</a></li> </ul> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Articles/Public/Resource_Center/Article_Public.aspx?hkey=c07bfbe6-6561-45d8-acd9-b05b9658b08e">Learning Center</a><div class="rsmColumnWrap"> <ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Articles/Public/Resource_Center/Article_Public.aspx?hkey=c07bfbe6-6561-45d8-acd9-b05b9658b08e">Articles</a></li><li class="rsmItem LargerWidth14"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Best_Practices/Public/Resource_Center/Best_Practice_Public.aspx?hkey=e489fdce-4242-4084-9933-a60f761a0394">Best Practices</a></li><li class="rsmItem LargerWidth10"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Case_Studies/Public/Resource_Center/Case_study_public.aspx?hkey=7fb9bb19-6c72-4ee6-b786-209a5a809e7f">Case Studies</a></li> </ul><ul class="rsmList rsmColumn rsmLevel1" style="width:50%;"> <li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/Research/Public/Resource_Center/Researchs_Public.aspx?hkey=812b2bf5-a7bf-4fb8-9d5e-17bc206d979c">Research</a></li><li class="rsmItem LargerWidth10"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Learning_Center/White_Papers/Public/Resource_Center/White_Papers_Public.aspx?hkey=9c0cc325-7ba8-4153-862d-574b25eb0b92">White Papers</a></li> </ul> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Publications_and_Research/Public/4/Publication.aspx?hkey=8532a849-e60f-483f-a76c-a112a3cfa171">DCI Publications and Research</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Membership_Rewards/Public/5/Membership_Rewards.aspx?hkey=91b260e7-0ac5-4705-a5db-734a6f15cd4e">Membership Rewards</a><div class="rsmColumnWrap"> </div></li><li class="rsmItem"><a class="rsmLink" href="https://www.afcom.com/Public/Member_Resources/Industry_Tools/Public/5/AFCOM_Industry_Tools_Public.aspx?hkey=60b7ad78-55ac-4daa-802f-a5f61a05e5fa">Industry Tools</a><div class="rsmColumnWrap"> </div></li> </ul> </div> </div></li> </ul> </div></li><li class="rmItem rmLast"><a class="rmLink rmRootLink" href="https://careers.afcom.com"><span class="rmText">Career Center</span></a></li> </ul> </div> </div> </div><div> </div></div> <div id="ste_container_ciStyleRules_55781f2a674747aebb478f8b2cb241ac" class="ContentItemContainer"><div id="ctl01_ciStyleRules_55781f2a674747aebb478f8b2cb241ac_Panel_StyleRules"> <style> #ctl01_ciUtilityNavigation_UtilityPlaceholder { justify-content: center; flex-wrap: wrap; } #ste_container_ciUtilityNavigation { font-size: 11px; } li#ctl01_ciUtilityNavigation_ctl08__rptWrapper__rptWrapper_rpt_ctl01_NavigationListItem { top: -2px; padding: 6px 10px; border: 1px solid transparent; margin: 3.5px 0 3.5px 14px; } li#ctl01_ciUtilityNavigation_ctl08__rptWrapper__rptWrapper_rpt_ctl02_NavigationListItem { top: -2px; padding: 6px 10px; border: 1px solid transparent; margin: 3.5px 0 3.5px 14px; } a#ctl01_ciUtilityNavigation_ctl08__rptWrapper__rptWrapper_rpt_ctl02_NavigationLink { width: 22px; height: 21px; padding: 0; background-image: url(https://www.afcom.com/App_Themes/AFCOM_Responsive/images/ResponsiveHeaderSprite.png); background-position-y: -99px; background-repeat: no-repeat; } a#ctl01_ciUtilityNavigation_ctl08__rptWrapper__rptWrapper_rpt_ctl02_NavigationLink > span { display: none; } .UtilitySection.UtilityAuthentication { margin-left: 0; } .UtilitySection.UtilityAuthenticationLink { width: auto; height: auto; background-image: none; background-position: 0 0; background-repeat: repeat; } </style> </div><div> </div></div> </div> </div> </div> </div> <div class="header-bottom-container"> <div class="header-container"> <div data-label="Primary" class="clear-right"> <div ID="WTZone3_Page1" class="WTZone "> </div> </div> </div> </div> </header> <div id="HomePageContent" class="HomePageFullWidthArea" data-label="Home Content"> <div ID="WTZone4_Page1" class="WTZone "> <div id="ste_container_ciFullWidthContent" class="ContentItemContainer"> <div> </div></div> </div> </div> <div class="InternalHeaderArea" data-label="Internal Area"> <div ID="WTZone5_Page1" class="WTZone "> <div id="ste_container_ciInteriorFullWidthContent" class="ContentItemContainer"> <div id="ste_container_HomeSlideshow" class="ContentItemContainer"><div class="panel "> <div id="ctl01_ciInteriorFullWidthContent_ContentRecordTemplateArea_HomeSlideshow__Head" class="panel-heading"> </div><div id="ctl01_ciInteriorFullWidthContent_ContentRecordTemplateArea_HomeSlideshow__BodyContainer" class="panel-body-container"> <div id="ctl01_ciInteriorFullWidthContent_ContentRecordTemplateArea_HomeSlideshow__Body" class="panel-body"> <div id="ctl01_ciInteriorFullWidthContent_ContentRecordTemplateArea_HomeSlideshow_Carousel" class="carousel slide" data-ride="carousel" translate="yes" data-interval="10000"> <!-- Indicators --> <!-- Slides --> <div class="carousel-inner bg-img" role="listbox"> <div class="item active" style="height:1080px;background-image:url(https://www.afcom.com/images/afcom/hp%20slider/main%20banner%[email protected]);"> <div class="carousel-caption"></div> </div> </div> <!-- Controls --> </div> </div> </div> </div><div> </div></div><div id="ste_container_StyleRules" class="ContentItemContainer"><div> </div><style> .InternalHeaderArea { background-color: black; overflow: hidden; } #ste_container_HomeSlideshow > div.panel { border: 0; } #ctl01_ciInteriorFullWidthContent_ContentRecordTemplateArea_HomeSlideshow__Body { padding: 0; } #ctl01_ciInteriorFullWidthContent_ContentRecordTemplateArea_HomeSlideshow_Carousel { height: 200px; } .carousel-inner.bg-img { filter: blur(15px); -webkit-filter: blur(15px); -moz-filter: blur(15px); -o-filter: blur(15px); } </style></div><div class="ContentRecordPageButtonPanel"> </div> <div> </div></div> </div> </div> <div id="masterContentArea" class="container"> <div role="main" class="body-container" id="ContentPanel"> <div data-label="On Behalf Of" class="pull-right"> <div ID="WTZone6_Page1" class="WTZone "> <div id="ste_container_ciOBO" class="ContentItemContainer"><div class="FloatRight"><div id="ctl01_ciOBO_UtilityPlaceholder" class="UtilityNavigation nav-auxiliary"> <div class="UtilitySection OnBehalfOf"> </div> </div> <div> </div></div></div> </div> </div> <div class="col-primary" data-label="Main Content"> <div ID="WTZone7_Page1" class="WTZone "> <a id="contentstart" tabindex="-1"></a> <div id="masterMainBreadcrumb" role="navigation"> </div> <div id="ctl01_UserMessagesUpdatePanel"> </div> <script type="text/javascript"> </script> <div id="ctl01_TemplateBody_WebPartManager1___Drag" style="display:none;position:absolute;z-index:32000;filter:alpha(opacity=75);"> </div> <div> <div class="row"> <div class="col-sm-12"> <div class="ContentItemContainer"> <div id="WebPartZone1_Page1" class="WebPartZone "> <div class="iMIS-WebPart"> <div id="ste_container_ciNewContentHtml_96b45444270a408b9c25559b381c4c98" class="ContentItemContainer"><div id="ctl01_TemplateBody_WebPartManager1_gwpciNewContentHtml_96b45444270a408b9c25559b381c4c98_ciNewContentHtml_96b45444270a408b9c25559b381c4c98_Panel_NewContentHtml"> <div style="max-width: 1000px; margin: 0 auto; padding:10px; background-color:#fff;"> <h1>Career Center</h1> <div id="btir-btidiv-container" data-btir-mode="1"> <div id="bti"> <div id="bti-page-title-color" class="bti-titlebar"></div> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "url": "https://careers.afcom.com", "potentialAction": { "@type": "SearchAction", "target": "https://careers.afcom.com/jobs/?keywords={job}", "query-input": "required name=job" } } </script> <div id="v2-bti-nav-header-wrapper" > <div id="v2-bti-nav-header-flip-links-emp"> Employers? <a href="/employers/"> Post Jobs and More </a> </div> <div id="v2-bti-nav-header-welcome-user"> <span><i class="fa fa-lock"></i> <a class="bti-login-handler bti-login-intercept" href="/login/">Job Seeker Sign In</a></span> </div> </div> <div id="v2-bti-nav-wrapper" > <div class="v2-bti-nav-links"> <div class="v2-bti-nav-div-link bti-nav-js-home"> <a href="/jobseekers/">Home</a> </div> </div> <div class="v2-bti-nav-links"> <div class="v2-bti-nav-div-link v2-bti-nav-div-link-active bti-nav-js-jobs"> <a href="/jobs/">Jobs</a> </div> </div> <div class="v2-bti-nav-links"> <div class="v2-bti-nav-div-link bti-nav-js-resume"> <a href="/login/">Your Profile</a> </div> </div> <div class="v2-bti-nav-links"> <div class="v2-bti-nav-div-link bti-nav-js-resources"> <a href="/jobseekers/resources/">Resources</a> </div> </div> <div class="v2-bti-nav-links v2-bti-nav-links-overview"> <div class="v2-bti-nav-div-link bti-nav-overview "> <div class="">Your Account <img src="/images/navigation/your_account_arrow.png" alt="Your Account Dropdown Arrow"></div> </div> </div> </div> <span class="bti-nav-overview"> <div id="bti-nav-dropdown-wrapper" class="bti-nav-sub-overview bti-nav-dropdown"> <div class="bti-nav-sub-overview-item"><a href="/login/" class="bti-login-handler bti-nav-dropdown-logged-in">Job Seekers Sign In</a> &nbsp;&nbsp;&nbsp;</div> <div class="bti-nav-sub-overview-item"><a href="/login/?showJsSignUpTab=true" class="bti-nav-dropdown-logged-in">New Job Seeker? Sign Up</a> &nbsp;&nbsp;&nbsp;</div> <div class="bti-nav-sub-overview-item"><a href="/login/" class="bti-nav-dropdown-logged-out ">Overview</a> &nbsp;&nbsp;&nbsp;</div> <div class="bti-nav-sub-overview-item"><a href="/jobs/saved/" class="bti-nav-dropdown-logged-out ">Your Saved Jobs</a> &nbsp;&nbsp;&nbsp;</div> <div class="bti-nav-sub-overview-item"><a href="/jobs/alerts" class="bti-nav-dropdown-logged-out ">Your Job Alerts</a> &nbsp;&nbsp;&nbsp;</div> <div class="bti-nav-sub-overview-item"><a href="/login/" class="bti-nav-dropdown-logged-out ">Your Profile</a> &nbsp;&nbsp;&nbsp;</div> <div class="bti-nav-sub-overview-item"><a href="/login/" class="bti-nav-dropdown-logged-out ">Your Documents</a> &nbsp;&nbsp;&nbsp;</div> <div class="bti-nav-sub-overview-item"><a href="/login/" class="bti-nav-dropdown-logged-out ">Your Applications</a> &nbsp;&nbsp;&nbsp;</div> </div> </span> <div class="v2-bti-nav-menu-split" ></div> <div id="v2-bti-nav-sub-wrapper" > <div id="v2-bti-nav-sub-help-link" > <a class="bti-ui-help-system" href="/help/system/?audienceCode=PER&display=none"><i class="fa fa-question-circle"></i> Help </a> </div> <div id="nav-sub-nav"> <div class="bti-nav-sub"> </div> </div> </div> <div id="bti-login-or-reg-window" data-js-or-emp="js" data-bti-signed-in="false"> <div class="bti-js-emp-popup-header"> <i class="bti-uga-event bti-fa-closing-x fa fa-times fa-lg" data-uga='{"category":"JS Popup Window Closed", "action":"Click", "label":"Jobseeker Closed Popup Window"}' title="Close Window"></i> <span class="bti-login-box-header bti-uga-event">Job Seekers, Welcome to AFCOM Careers</span> </div> <div id="bti-login-or-reg-content"></div> </div> <style> .bti-ui-saved-job-count-hidden { display: none; } </style> <div id="bti-job-search-v4"> <div class="bti-tabs ui-tabs ui-widget ui-widget-content ui-corner-all" data-config='{"active":0}'> <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> <li class="ui-state-default ui-corner-top ui-tabs-active ui-state-active" title="Search"> <a data-config='{"id":"search","icon":"search"}' href="/jobs/search" class="bti-tab ui-tabs-anchor "> <div class="bti-icon-wrap"> <span class="fa fa-search"></span> <div class="bti-tab-title" style="display: inline;"> Search </div> </div> </a> </li> <li class="ui-state-default ui-corner-top" title="Browse"> <a data-config='{"id":"browse","icon":"browse"}' href="/jobs/browse" class="bti-tab ui-tabs-anchor "> <div class="bti-icon-wrap"> <span class="fa fa-eye"></span> <div class="bti-tab-title" style="display: inline;"> Browse </div> </div> </a> </li> <li class="ui-state-default ui-corner-top" title="Explore"> <a data-config='{"id":"explore","icon":"explore"}' href="/jobs/explore" class="bti-tab ui-tabs-anchor "> <div class="bti-icon-wrap"> <span class="fa fa-map-marker"></span> <div class="bti-tab-title" style="display: inline;"> Explore </div> </div> </a> </li> <li class="ui-state-default ui-corner-top" title="Your Job Alerts"> <a data-config='{"id":"alerts","icon":"alerts"}' href="/jobs/alerts" class="bti-tab ui-tabs-anchor "> <div class="bti-icon-wrap"> <span class="fa fa-envelope"></span> <div class="bti-tab-title" style="display: inline;"> Your Job Alerts </div> </div> </a> </li> <li class="ui-state-default ui-corner-top" title="Your Saved Jobs"> <a data-config='{"id":"saved","icon":"saved"}' href="/jobs/saved" class="bti-tab ui-tabs-anchor "> <div class="bti-icon-wrap"> <span class="fa fa-bookmark"></span> <div class="bti-tab-title" style="display: inline;"> Your Saved Jobs </div> </div> </a> <span id="bti-ui-saved-job-circle" class="bti-ui-saved-job-count-hidden bti-ui-saved-job-count"> <span class="bti-ui-saved-job-count-number"> 0 </span> </span> </li> </ul> <div id="bti-tab-search" class="ui-tabs-panel ui-widget-content ui-corner-bottom"> <div id="bti-job-detail"> <div class="bti-tab-header"> <form method="post" action="/jobs/"> <button class="btn btn-link btn-xs" type="submit"> <i class="fa fa-backward "></i> Back to Search </button> </form> </div> <div class="bti-tab-body"> <SCRIPT LANGUAGE="JavaScript"> <!-- if(typeof CompanyWebsite == 'undefined'){ function CompanyWebsite(url) { LittleWindow2 = open(url, "CompanyWebsite", "fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0"); } } if(typeof CompanyInfo == 'undefined'){ function CompanyInfo(job_id) { LittleWindow3 = open("/searchv3/detail/companyinfo.cfm?display=none&job_id=" + job_id, "CompanyInfo", "width=450,height=500,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0"); } } // --> </SCRIPT> <div id="addThisData" snLink="http://careers.afcom.com/jobs/12183017/telecom-engineer" snTitle="Telecom Engineer"></div> <div id="permaDetailLink" permaLink="http://careers.afcom.com/jobs/12183017/telecom-engineer"></div> <script type="application/ld+json"> {"@context":"http://schema.org","industry":[],"skills":"","jobLocation":{"@type":"Place","address":{"postalCode":15219,"addressRegion":"Pennsylvania","@type":"PostalAddress","addressLocality":"Pittsburgh","addressCountry":"USA"}},"educationRequirements":"","url":"https://pghcareerconnector.com/jobs/12183017/telecom-engineer","employmentType":"FULL_TIME","image":"https://pghcareerconnector.com/nsutilities/showLogo.cfm?id=811226&orgType=employer&logoType=Primary","hiringOrganization":{"@type":"Organization","id":"http://www.duquesnelight.com","url":"http://www.duquesnelight.com","name":"DQE COMMUNICATIONS"},"description":"<p>Job Family:          Engineering</p> <p>Discipline:            Sales Engineer II</p> <p> </p> <p>Provide Sales Support via Customer Meetings (and calls) in order to identify DQE solutions to customer challenges or issues. Must have strong verbal communication skills to relate with customers in a problem-solving manner.</p> <p>Assist SE Manager and Director of Business Development in research, evaluation and/or launch of new products and/or service.</p> <p>Process Development - assist Manager of SE in developing both Sales and Operational processes to increase organizational efficiency.</p> <p>Network records – assist in developing and maintaining (as needed) key network record keeping tools such as NNI/EVC records, customer diagrams, etc.</p> <p>Training - assist Manager of SE in training Sales teams, and other internal teams on products, services, processes, etc</p> <p>Monitor Project status of all pending installations/rearrangements and disconnects in order to ensure that desired process timeframes are maintained.</p> <p>First Level Proposal Review – first level of proposal review for certain standardized services (including Internet only, Managed services, Colocation, etc.) to ensure that customer proposals are accurate and thorough in terms of product, pricing and language.</p> <p>Customer Drawings - create customer-facing Visio drawings of proposed configurations to support sales efforts.</p> <p>Order Review/Correction - review all closed won opportunities to ensure all necessary information is captured, and make any technical corrections/edits/additions.</p> <p>Provide LOA/CFA Responses - provide Wholesale and Enterprise customers with LOA/CFA documents to be used within meet points of other Data Centers/POPs.   Provide DLR Responses (as needed) to wholesale customers within designated timeframes.</p> <p> </p> <p> </p> <p> <strong>Qualifications:    </strong>                   </p> <p>Education Required:  Two or Four-year Degree Preferred, or equivalent work experience. Telecom Experience: Minimum of five years</p> <p> </p> <p> <strong>Skills:    </strong>                               </p> <p>Strong Problem-solving, Communication and Follow-up & Control skillsets required. Knowledge in communications networks, Ethernet, fiber, routing, switching, storage technologies, security, coS / QoS, BGP, managed solutions, along with legacy voice and data products.  Ability to work independently and collaboratively.</p> <p> </p> <p> <strong>Decision Impact:</strong> </p> <p>Problems and issues faced are vague but may be recognizable based on past experience.  Accountable for some direct level of reasoning and decision making.</p> <p> </p> <p> <strong>Scope:</strong> </p> <p>Primary focus is on daily deliverables, outputs and reporting.  Typically accountable for managing one’s own time and work flow.  Responsibilities are generally tactical in nature and work is typically of moderate complexity requiring the incumbent to draw on previous knowledge to perform role. Continues to build knowledge base and develop capabilities by partnering with more experienced staff as needed.</p> <p> </p> ","@type":"JobPosting","responsibilities":"","validThrough":"2019-05-05T04:00:00Z","title":"Telecom Engineer","datePosted":"2019-04-05T19:19:50Z"} </script> <div id="bti-jd-sticky-header"> <div id="bti-jd-sticky-content"> <div id="bti-jd-sticky-content-left"> <div class="bti-jd-sticky-title" title="Legacy Program Liason">Telecom Engineer</div> <div class="bti-jd-sticky-employer-title"> DQE COMMUNICATIONS </div> </div> <div id="bti-jd-sticky-content-right"> <div class="apply_now_button"> <input type="submit" class="" name="continue" value="APPLY" id="bti-sticky-apply" alt="Apply Now" tabindex="5"> <div id="bti-jd-sticky-save-job" style="display: inline;"> <div class="bti-jd-save-joblink" style="float: right; margin-top: 10px; width: 75px; border: 0px solid red;"> <span class="bti-jd-save-text" style="font-size: 13px;">SAVE</span> <a title="Save Job" style="vertical-align: middle; outline: 0; text-decoration: none !important;" class="bti-jd-save-star bti-ui-job-result-save" data-job_id="12183017" data-loc="jd" href=""><span style="display:none;">savedJobs</span></a> </div> </div> </div> </div> </div> </div> <div class="bti-jd-container" data-job="12183017"> <div class="bti-jd-save-joblink" style="float: right; margin-top: 5px; border: 0px solid red;"> <span class="bti-jd-save-text" style="font-size: 13px;">SAVE</span> <a title="Save Job" style="vertical-align: middle; outline: 0; text-decoration: none !important;" class="bti-jd-save-star bti-ui-job-result-save" data-job_id="12183017" data-loc="jd" href=""><span style="display:none;">savedJobs</span></a> </div> <h1 class="bti-jd-title" title="Telecom Engineer">Telecom Engineer</h1> <div style="clear: both;"></div> <h2 class="bti-jd-employer-title"> DQE COMMUNICATIONS </h2> <div class="bti-jd-sharing noPrint"> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_gmail at300b bti-jd-ring-email-bell" > <img src="/images/share/gmail_icon_32.png" width="30" height="30" alt="Gmail"> </a> <a class="addthis_button_facebook" > </a> <a class="addthis_button_twitter" > </a> <a class="addthis_button_linkedin" > </a> <a class="addthis_button_compact"></a> <a class="addthis_bubble_style"></a> <script type="text/javascript"> var addthis_options = 'reddit, myspace, digg, delicious, favorites, more'; var addthis_exclude = 'gmail, facebook, linkedin, twitter'; var addthis_offset_left = -153; var addthis_config = { "data_track_addressbar":false, }; </script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=boxwood"></script> <a title="Email" class="bti-jd-ring-email-bell" href="mailto:?subject=Telecom%20Engineer&body=I found this job on AFCOM Careers (https://careers.afcom.com) and thought you might be interested. %0D%0A %0D%0A View this job @: http://careers.afcom.com/jobs/12183017/telecom-engineer/"><img src="/images/share/email_icon_32.png" alt="Email" style='width: 30px; height: 30px; vertical-align:baseline;'></a> <a class="bti-print-link" href="javascript:bti.printPage()" title="Print"><img src="/images/share/print_icon_32.png" width="30" alt="Print"></a> </div> <script> var ringBellClass = $('.bti-jd-ring-email-bell'); ringBellClass.click(function() { var params = { jobID: '12183017', bell: 'E' }; $.ajaxQueue({ url:("/searchv4/detail/ajax/ringBell.cfm"), data:params, success:function(response){ // success }, error:function(xhr, ajaxOptions, thrownError){ alert("There was a problem recording the Email click."); } }); }); </script> </div> <div class="bti-jd-content-container"> <div class="bti-jd-sidebar-container"> <div id="bti-apply-spot-holder"></div> <div id="bti-apply-wrapper"> <div id="bti-apply-content"> <div class="bti-jd-career-fair-wrapper"> </div> <form id="quickApplyForm" action="/jobseekers/apply-for-job/" method="post" class="bti-framework-form bti-validated-form" name="applyVerification" enctype="multipart/form-data" > <input type="hidden" id="apply-is-logged-in" name="isLoggedIn" value="0"> <input type="hidden" id="apply-internal-or-external" name="internalOrExternal" value="internal"> <input type="hidden" id="" name="controlflag" value="Apply For This Job"> <input type="hidden" id="apply-job-already-applied" name="alreadyApplied" value="false"> <input type="hidden" id="person-is-verified" name="verifiedAccount" value="false"> <input type="hidden" id="bti-client-sso" name="btiClientSSO" value="false"> <input type="hidden" id="bti-js-requesting-interview" name="jobseekerRequestingInterview" value="false"> <input type="hidden" id="bti-carer-fair-id" name="careerFairID" value=""> <input type="hidden" name="jobID" id="apply-job-id" value="12183017"> <input type="hidden" name="jobTitle" id="apply-job-title" value="Telecom Engineer"> <input type="hidden" name="employerName" id="apply-employer-name" value="Duquesne Light"> <input type="hidden" name="employerID" id="apply-employer-id" value="811226"> <input type="hidden" name="isConfidential" id="apply-is-confidential" value="0"> <input type="hidden" name="jobLocation" id="apply-job-location" value="Pittsburgh, Pennsylvania"> <div id="bti-apply-header"> Application </div> <div id="bti-apply-emp-logo"> <img itemprop='URL' src="/nsutilities/showLogo.cfm?id=811226&orgType=employer&logoType=Primary" border="0" id="bti-Primary-811226" align="middle" alt="Duquesne Light Logo"> </div> <input type="hidden" name="jobApplyStatus" id="apply-status" value="continue"> <div class="text_field"> <input class="required text" id="person-firstName" type="text" name="person.firstName" value="" maxlength="100" tabindex="1" autocomplete="off" placeholder="First Name" aria-label="firstName"> </div> <div class="text_field"> <input class="required text" id="person-lastName" type="text" name="person.lastName" value="" maxlength="100" tabindex="2" autocomplete="off" placeholder="Last Name" aria-label="lastName"> </div> <div class="text_field "> <input class="required email" id="person-email" type="text" name="person.email" value="" tabindex="3" placeholder="Email" maxlength="100" autocomplete="off" aria-label="Email"> </div> <div id="message-to-person"></div> <div class="text_field " style="text-align:left;"> <style type="text/css"> textarea[placeholder] { text-align: left; } </style> <textarea wrap="soft" rows="5" name="messageToEmployer" aria-label="message To Employer" class="required" id="person-message-to-employer" tabindex="4" placeholder="Message To Employer..." ></textarea> </div> <div id="file-upload-area"> <div id="attach-documents"> <i class="fa fa-paperclip"></i> Attachments: </div> <span class="attachment-notice"> Please include your resume and up to two additional documents. </span> <div id="upload-file-hiding"></div> <div class="bti-add-files-container" style="margin-bottom: 10px;"> <span class="add-file-span"> <a href="" class="add-file">Add File</a> </span> </div> <div id="file-list"></div> <div generated="true" class="bti-error file-upload-error"> <div class="bti-ui-form-error-arrow"></div> <div class="bti-ui-form-error-message"></div> </div> </div> <div class="apply_now_button"> <input type="submit" class="" name="continue" value="APPLY NOW" id="applyVerifySubmit" alt="Apply Now" tabindex="5" > </div> <div id="external-opened-message">The application opened in a new tab.</div> <div class="application-disclaimer"> By using this feature you agree to our <nobr><a href="/jobseekers/terms-and-conditions/" target="_blank">Terms and Conditions</a> and <a href="/legal/privacy/" target="_blank">Privacy Policy</a>.</nobr> </div> </form> </div> <div id="bti-apply-separator"></div> </div> <div class="bti-detail-header">Details</div> <div class="bti-jd-details-container"> <div class="bti-jd-details-action-container"> <div class="bti-jd-details-action"> <div class="bti-jd-detail-title">Posted:</div> <div class="bti-jd-detail-text">April 5, 2019</div> <div class="bti-jd-detail-title">Location:</div> <div class="bti-jd-detail-text"><span><span>Pittsburgh, Pennsylvania </span></span></div> <div class="bti-jd-map noPrint"> <div id="MapLinkDiv"> <i class="fa fa-map-marker" aria-hidden="true"></i> <a href="#" id="jd-show-map-link" data-map-html="<a href='https://maps.google.com/?key=AIzaSyAv3vl_gqdze6pm7sONe0r72KlLsO4HQJ4&q=Pittsburgh%20Pennsylvania%2015219%20United%20States%20&ie=UTF-8#' target='_blank'><img src='https://maps.googleapis.com/maps/api/staticmap?key=AIzaSyAv3vl_gqdze6pm7sONe0r72KlLsO4HQJ4&center=Pittsburgh%20Pennsylvania%2015219%20United%20States%20&size=300x150&maptype=roadmap&sensor=false'></a>">Show Map</a> </div> <div id="jd-Map-Div"></div> </div> </div> </div> <div class="bti-jd-details-other-container"> <div class="bti-jd-details-other"> <div class="bti-jd-detail-title">Salary:</div> <div class="bti-jd-detail-text"></div> <div class="bti-jd-detail-title">Type:</div> <div class="bti-jd-detail-text">Full Time - Experienced</div> </div> </div> </div> <div id="bti-apply-separator"></div> </div> <div class="bti-jd-main-container job-embedded-link-container" data-jobid="12183017"> <div class="bti-jd-main"> <div class="bti-jd-description"> <table cellpadding=0 cellspacing=0 border=0><tr><td> <p>Job Family:          Engineering</p> <p>Discipline:            Sales Engineer II</p> <p> </p> <p>Provide Sales Support via Customer Meetings (and calls) in order to identify DQE solutions to customer challenges or issues. Must have strong verbal communication skills to relate with customers in a problem-solving manner.</p> <p>Assist SE Manager and Director of Business Development in research, evaluation and/or launch of new products and/or service.</p> <p style="text-align: left;">Process Development - assist Manager of SE in developing both Sales and Operational processes to increase organizational efficiency.</p> <p style="text-align: left;">Network records – assist in developing and maintaining (as needed) key network record keeping tools such as NNI/EVC records, customer diagrams, etc.</p> <p style="text-align: left;">Training - assist Manager of SE in training Sales teams, and other internal teams on products, services, processes, etc</p> <p style="text-align: left;">Monitor Project status of all pending installations/rearrangements and disconnects in order to ensure that desired process timeframes are maintained.</p> <p style="text-align: left;">First Level Proposal Review – first level of proposal review for certain standardized services (including Internet only, Managed services, Colocation, etc.) to ensure that customer proposals are accurate and thorough in terms of product, pricing and language.</p> <p style="text-align: left;">Customer Drawings - create customer-facing Visio drawings of proposed configurations to support sales efforts.</p> <p style="text-align: left;">Order Review/Correction - review all closed won opportunities to ensure all necessary information is captured, and make any technical corrections/edits/additions.</p> <p style="text-align: left;">Provide LOA/CFA Responses - provide Wholesale and Enterprise customers with LOA/CFA documents to be used within meet points of other Data Centers/POPs.   Provide DLR Responses (as needed) to wholesale customers within designated timeframes.</p> <p> </p> <p> </p> <p><strong>Qualifications:    </strong>                 </p> <p>Education Required:  Two or Four-year Degree Preferred, or equivalent work experience. Telecom Experience: Minimum of five years</p> <p> </p> <p><strong>Skills:     </strong>                             </p> <p>Strong Problem-solving, Communication and Follow-up & Control skillsets required. Knowledge in communications networks, Ethernet, fiber, routing, switching, storage technologies, security, coS / QoS, BGP, managed solutions, along with legacy voice and data products.  Ability to work independently and collaboratively.</p> <p> </p> <p><strong>Decision Impact:</strong></p> <p>Problems and issues faced are vague but may be recognizable based on past experience.  Accountable for some direct level of reasoning and decision making.</p> <p> </p> <p><strong>Scope:</strong></p> <p>Primary focus is on daily deliverables, outputs and reporting.  Typically accountable for managing one’s own time and work flow.  Responsibilities are generally tactical in nature and work is typically of moderate complexity requiring the incumbent to draw on previous knowledge to perform role. Continues to build knowledge base and develop capabilities by partnering with more experienced staff as needed.</p> <p> </p> <P> </td></tr></table> <div class="bti-jd-requirements"> <table cellpadding=0 cellspacing=0 border=0><tr><td> <P></td></tr></table> </div> <div class="bti-jd-internalnumber"> Internal Number: DQE </div> </div> <div class="bti-send-me-job-alerts"> <a href='/jobs#/results/keywords=Telecom%20or%20Engineer/1,false/alerts' class="bti-emp-follow-jobs" data-search="Telecom or Engineer"> <button class="bti-ui-email-jobs-button"><i class="fa fa-envelope" aria-hidden="true"></i>&nbsp; Create a Job Alert for Similar Jobs</button> </a> </div> <div class="bti-jd-employer-container"> <div class="bti-jd-employer"> </div> </div> <div class="bti-jd-relatedarticles noPrint"> </div> <div class="bti-view-all-jobs"> </div> <div id="bti-jd-more-jobs-like-this" class="bti-jd-morelikethis noPrint"> <span class="more-jobs-like-this">More Jobs Like This</span> <div class="jobs_container" id="jobs_container"> <table> <tbody> <tr class=" job_row_highlight "> <td class="job_title" width="65%"> <a href="/jobs/12181595" class="bti-uga-event" data-uga='{"category":"MoreJobsLikeThis", "action":"Click", "label":"More Jobs like this on Job Detail Clicked"}'>Network Engineer II</a> </td> <td class="job_location"> <i class="fa fa-map-marker" aria-hidden="true"></i>&nbsp; Temple, Nationwide, United States </td> </tr> <tr class=" job_row_highlight job_border_bottom" > <td class="job_employer"> Baylor Scott & White Health </td> <td class="job_date"> <i class="fa fa-calendar" aria-hidden="true"></i> 2 Weeks Ago </td> </tr> <tr class=" "> <td class="job_title" width="65%"> <a href="/jobs/12148650" class="bti-uga-event" data-uga='{"category":"MoreJobsLikeThis", "action":"Click", "label":"More Jobs like this on Job Detail Clicked"}'>Network Operations Manager</a> </td> <td class="job_location"> <i class="fa fa-map-marker" aria-hidden="true"></i>&nbsp; Nashville, Tennessee, </td> </tr> <tr class=" job_border_bottom" > <td class="job_employer"> Vanderbilt University </td> <td class="job_date"> <i class="fa fa-calendar" aria-hidden="true"></i> 4 Weeks Ago </td> </tr> <tr class=" job_row_highlight "> <td class="job_title" width="65%"> <a href="/jobs/11840476" class="bti-uga-event" data-uga='{"category":"MoreJobsLikeThis", "action":"Click", "label":"More Jobs like this on Job Detail Clicked"}'>Associate Director of Infrastructure</a> </td> <td class="job_location"> <i class="fa fa-map-marker" aria-hidden="true"></i>&nbsp; Elon, North Carolina, </td> </tr> <tr class=" job_row_highlight job_border_bottom" > <td class="job_employer"> Elon University </td> <td class="job_date"> <i class="fa fa-calendar" aria-hidden="true"></i> 3 Months Ago </td> </tr> </tbody> </table> </div> </div> <div id="bti-responsive-bottom-holder"></div> <div class="bti-jd-top-link noPrint"><i class="fa fa-caret-up"></i> BACK TO TOP</div> </div> </div> </div> </div> <div id="simple-apply-form"></div> </div> </div> </div> <div id="bti-tab-browse" class="ui-tabs-panel ui-widget-content ui-corner-bottom"> </div> <div id="bti-tab-explore" class="ui-tabs-panel ui-widget-content ui-corner-bottom"> </div> <div id="bti-tab-alerts" class="ui-tabs-panel ui-widget-content ui-corner-bottom"> </div> <div id="bti-tab-saved" class="ui-tabs-panel ui-widget-content ui-corner-bottom"> </div> </div> </div> <div class="external-app-popup-exclusions" data-list="HRS_CE.GBL|Taleo|search.jobDetails|jobs.healthsouth.com|hca.taleo|joinbjc.carenet.org|hcr-manorcare.com|careers.carolinashealthcare.org"></div> <div class="external-job-help-anonfields-display" data-anonymous="1"></div> <div class="external-app-help"> <a class="close-help"></a> <form class="external-app-help-form"> <div class="external-app-help-title">Help is on the way!</div> <div class="external-app-help-text"> We're sorry you are having trouble applying for this job. <br><br> Please try loading this job using the following link before submitting your help request: <div class="external-job-help-url-container"> <a href="" target="_blank" class="external-app-popuplink" aria-label="External Job Help Link"><span class="external-job-help-url"></span></a> </div> <div class="external-app-help-separator"></div> </div> <div class="external-job-help-anonfields"> <label for="external-job-help-name">Name:</label> <input type="text" name="name" id="external-job-help-name" value="" placeholder=""> <label for="external-job-help-email">Email:</label> <input type="text" name="email" id="external-job-help-email" value="" placeholder=""> </div> <div> <label for="external-job-help-explain">Please provide details:</label> <textarea class="reason-explain" name="explain" id="external-job-help-explain"></textarea> <input type="hidden" name="jobid" id="external-job-id" value=""> <input type="hidden" name="jobtitle" id="external-job-title" value=""> <input type="hidden" name="jobURL" id="external-job-url" value=""> <input type="hidden" name="jobEmpName" id="external-job-empname" value=""> <input type="hidden" name="jobEmpID" id="external-job-empid" value=""> <input type="hidden" name="jobDetailURL" id="external-job-detail-url" value=""> </div> <div class="external-app-button-box"> <div class="external-app-error"></div> <button type="button" class="external-app-help-submit">Submit Help Request</button> </div> </form> <div class="external-app-help-result" style="display:none;"></div> </div> </div> </div> <div id="message-dialog" style="display:none;"> <h2 id="message-title">Error</h2> <p id="message-text"></p> <p id="message-buttons"> <button id="message-close">Close</button> </p> <div id="message-session-timer"></div> <p id="message-session-buttons"> <button id="message-session-close">Continue</button> </p> </div> <link href="/extmin/1032/lib/css/ui-main.css" rel="stylesheet" type="text/css" media="screen,print"> <div style="margin: 20px 0; text-align: center;"> <span style="font-family: Helvetica; font-size: 13px; color: #005189; font-weight: normal;">Powered By</span> <img style="vertical-align: middle; width: 120px;" src="/images/naylor-logo-footer.png" alt="Naylor Association Solutions" title="Naylor Association Solutions"> </div> <noscript> <div style="z-index: 9000; height: 20px; padding:5px; background: #F00; color: #FFF; text-align: center; position: fixed; top: 0; left:0; right:0;"> You do not have JavaScript Enabled on this browser. Please <a href="https://www.enable-javascript.com/" target="_blank" style="color:white; text-decoration:underline;">enable it</a> in order to use the full functionality of our website. </div> </noscript> </div> </div><div> </div></div> </div> </div> </div> </div> </div> </div> <div class="ContentRecordPageButtonPanel"> </div> </div> </div> <div data-label="Secondary Navigation" class="col-secondary collapse cs-right"> <div ID="WTZone8_Page1" class="WTZone "> <div id="ste_container_ciSecondary" class="ContentItemContainer"> <div id="ctl01_ciSecondary_SecondaryNavigationArea"> <nav class="nav-secondary NotPrinted"> <div id="ctl01_ciSecondary_SubNavControl_SubNavPanel" class="sub-nav-body" translate="yes"> </div> </nav> </div><div> </div></div> <div id="ste_container_ciSideContent" class="ContentItemContainer"> <div class="ContentRecordPageButtonPanel"> </div> <div> </div></div> </div> </div> </div> </div> <footer id="ft" class="footer"> <div class="footer-content ClearFix"> <div class="footer-container" data-label="Footer 1"> <div class="col-sm-8 footer-nav-area" data-label="Footer Nav"> <div ID="WTZone9_Page1" class="WTZone "> <div id="ste_container_ciNewUtilityNavigationCommon" class="ContentItemContainer"><div id="ctl01_ciNewUtilityNavigationCommon_UtilityPlaceholder" class="UtilityNavigation nav-auxiliary"> <div class="UtilitySection UtilityNavigationList"> <ul class='NavigationUnorderedList'><li id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl01_NavigationListItem" class="NavigationListItem "><a id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl01_NavigationLink" class="NavigationLink" href="https://www.afcom.com/Public/About_AFCOM_Footer/Public/1/About_AFCOM.aspx?hkey=c232de8f-559a-4c8a-a5fe-34d649787f26"><span class="nav-text" translate="yes">About AFCOM</span></a></li><li id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl02_NavigationListItem" class="NavigationListItem "><a id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl02_NavigationLink" class="NavigationLink" href="https://www.afcom.com/Public/Local_Chapters_Footer/Public/3/Local_Chapters.aspx?hkey=26077ada-af83-4a15-bd7b-27c433bee9dd"><span class="nav-text" translate="yes">Local Chapters</span></a></li><li id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl03_NavigationListItem" class="NavigationListItem "><a id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl03_NavigationLink" class="NavigationLink" href="https://www.afcom.com/Public/Member_Resources_Footer/Public/5/Member_Resources.aspx?hkey=ed9a49d7-41d3-4fc7-97ea-b8824940e0ff"><span class="nav-text" translate="yes">Member Resources</span></a></li><li id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl04_NavigationListItem" class="NavigationListItem "><a id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl04_NavigationLink" class="NavigationLink" href="https://www.afcom.com/Public/Sponsorships/Public/Sponsorships.aspx?hkey=64679daf-7a60-4b1a-8338-6dc7b6c58ba1"><span class="nav-text" translate="yes">Sponsorships</span></a></li><li id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl05_NavigationListItem" class="NavigationListItem "><a id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl05_NavigationLink" class="NavigationLink" href="http://corporate.knect365.com/privacy-centre/our-cookie-policy/"><span class="nav-text" translate="yes">Cookie Policy</span></a></li><li id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl06_NavigationListItem" class="NavigationListItem "><a id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl06_NavigationLink" class="NavigationLink" href="https://knect365.com/privacy-centre/privacy-policy/"><span class="nav-text" translate="yes">Privacy Policy</span></a></li><li id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl07_NavigationListItem" class="NavigationListItem "><a id="ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl07_NavigationLink" class="NavigationLink" href="https://www.afcom.com/Public/Contact_Us/Public/1/Contact_Us.aspx?hkey=c4e6291f-ce9d-4bcf-88a3-57a175ec7919"><span class="nav-text" translate="yes">Contact Us</span></a></li></ul> </div> </div> <div> </div></div> </div> </div> <div class="col-sm-4 footer-detail"> <div ID="WTZone10_Page1" class="WTZone "> <div id="ste_container_ciFooterContent1" class="ContentItemContainer"> <div id="ste_container_NewContentHtml" class="ContentItemContainer"><div> </div><div class="FooterSocialMediaContainer RadMenu RadMenu_Toronto"> <div class="SocialMediaIconTrack"> <ul class="SocialMediaIconList"> <li class="FooterSocialMediaIcon"> <a class="SocialSprite FacebookIcon" href="http://www.facebook.com/DataCenterWorld"> </a> </li> <li class="FooterSocialMediaIcon"> <a class="SocialSprite TwitterIcon" href="http://twitter.com/afcom"> </a> </li> <li class="FooterSocialMediaIcon"> <a class="SocialSprite LinkedInIcon" href="https://www.linkedin.com/groups/41479"> </a> </li> </ul> </div> </div></div><div id="ste_container_StyleRules" class="ContentItemContainer"><div> </div><style> @media (max-width: 767px) { #ste_container_ciFooterContent1 { margin-top: 30px; } } .FooterSocialMediaContainer { } ul.SocialMediaIconList { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto; } li.FooterSocialMediaIcon { float: left; clear: none; margin: 0 8px; list-style: none; } li.FooterSocialMediaIcon .SocialSprite, li.FooterSocialMediaIcon .SocialSprite:hover, li.FooterSocialMediaIcon .SocialSprite:active, li.FooterSocialMediaIcon .SocialSprite:focus { background-color: transparent; background-image: url(https://www.afcom.com/App_Themes/AFCOM_Responsive/images/SocialSprite_magenta.png); opacity: 1; transition: none; } .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:hover, .SocialSprite.FacebookIcon:active, .SocialSprite.FacebookIcon:focus { background-position: 0 -3px; } .SocialSprite.LinkedInIcon, .SocialSprite.LinkedInIcon:hover, .SocialSprite.LinkedInIcon:active, .SocialSprite.LinkedInIcon:focus { background-position: -80px -1px; } </style></div><div id="ste_container_Fonts" class="ContentItemContainer"><div> </div><link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" /></div><div id="ste_container_Scripts" class="ContentItemContainer"><div> </div><script type="text/javascript"> adroll_adv_id = "KT5PXZ2XANHJ5JC5Y6RXKX"; adroll_pix_id = "AV3KJRR6HJENZOYW62BEOO"; /* OPTIONAL: provide email to improve user identification */ /* adroll_email = "[email protected]"; */ (function () { var _onload = function(){ if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return} if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return} var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); }; if (window.addEventListener) {window.addEventListener('load', _onload, false);} else {window.attachEvent('onload', _onload)} }()); </script> <script> !function(f,e,a,t,h,r){if(!f[h]){r=f[h]=function(){r.invoke? r.invoke.apply(r,arguments):r.queue.push(arguments)}, r.queue=[],r.loaded=1*new Date,r.version="1.0.0", f.FeathrBoomerang=r;var g=e.createElement(a), h=e.getElementsByTagName("head")[0]||e.getElementsByTagName("script")[0].parentNode; g.async=!0,g.src=t,h.appendChild(g)} }(window,document,"script","https://cdn.feathr.co/js/boomerang.min.js","feathr"); feathr("fly", "582208847c1fea1404eef533"); feathr("sprinkle", "page_view"); </script></div><div class="ContentRecordPageButtonPanel"> </div> <div> </div></div> </div> </div> </div> </div> </footer> </div> <!--Jscript from Page.ResgisterStartupScript extention is loaded here --> <Div><script type="text/javascript">Sys.Application.add_load(function () {{ MasterPageBase_Init(); }});</script> </Div> <div id="ctl01_RadAjaxManager1SU"> <span id="ctl01_RadAjaxManager1" style="display:none;"></span> </div><div id="ctl01_WindowManager1" style="display:none;"> <div id="ctl01_GenericWindow" style="display:none;"> <div id="ctl01_GenericWindow_C" style="display:none;"> </div> </div><div id="ctl01_ObjectBrowser" style="display:none;"> <div id="ctl01_ObjectBrowser_C" style="display:none;"> </div> </div><div id="ctl01_ObjectBrowserDialog" style="display:none;"> <div id="ctl01_ObjectBrowserDialog_C" style="display:none;"> </div> </div><div id="ctl01_WindowManager1_alerttemplate" style="display:none;"> <div class="rwDialogPopup radalert"> <div class="rwDialogText"> {1} </div> <div> <a onclick="$find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);"> <span class="rwOuterSpan"> <span class="rwInnerSpan">##LOC[OK]##</span> </span> </a> </div> </div> </div><div id="ctl01_WindowManager1_prompttemplate" style="display:none;"> <div class="rwDialogPopup radprompt"> <div class="rwDialogText"> {1} </div> <div> <script type="text/javascript"> function RadWindowprompt_detectenter(id, ev, input) { if (!ev) ev = window.event; if (ev.keyCode == 13) { var but = input.parentNode.parentNode.getElementsByTagName("A")[0]; if (but) { if (but.click) but.click(); else if (but.onclick) { but.focus(); var click = but.onclick; but.onclick = null; if (click) click.call(but); } } return false; } else return true; } </script> </div> <div> <a onclick="$find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);" class="rwPopupButton" href="javascript:void(0);" ><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a> <a onclick="$find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a> </div> </div> </div><div id="ctl01_WindowManager1_confirmtemplate" style="display:none;"> <div class="rwDialogPopup radconfirm"> <div class="rwDialogText"> {1} </div> <div> <a onclick="$find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);" ><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a> <a onclick="$find('{0}').close(false);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a> </div> </div> </div> </div> <script type="text/javascript"> //<![CDATA[ var gCartCount; var cartDiv = $get("CartItemCount"); if (cartDiv != null){ jQuery.ajax({ type: "POST", url: gWebRoot + "/WebMethodUtilities.aspx/GetCartItemCount", data: "{}", contentType: "application/json; charset=utf-8", dataType: 'json', success: function(result) { if (result.d != '' && result.d != null) { gCartCount = result.d; if (gCartCount != null) { cartDiv.innerHTML = gCartCount; } } }, async: true }); } function CheckForChildren() { var contentRecordPageButtonPanelHasChildren = false; var contentRecordPageButtonPanel = jQuery('div.ContentRecordPageButtonPanel'); for (var i = 0, max = contentRecordPageButtonPanel.length; i < max; i++) { if (contentRecordPageButtonPanel[i].children.length > 0) { contentRecordPageButtonPanelHasChildren = true; break; } } if (!contentRecordPageButtonPanelHasChildren) { jQuery("Body").addClass("TemplateAreaEasyEditOn"); } } if (gIsEasyEditEnabled) CheckForChildren(); //]]> </script> <script type="text/javascript"> //<![CDATA[ __Document_Head_Init('https://www.afcom.com/NoCookies.html', '', true);NavigationList_NavControlId = 'ctl01_ciPrimaryNavigation_NavControl_NavMenu';NavigationList_Init();PageNavR_NavMenuClientID = 'ctl01_ciPrimaryNavigation_NavControl_NavMenu';var ctl01_ciUtilityNavigation_ctl06_SearchTermsProperties = new SimpleSearchFieldProperties(); ctl01_ciUtilityNavigation_ctl06_SearchTermsProperties.WatermarkClass = 'Watermarked'; ctl01_ciUtilityNavigation_ctl06_SearchTermsProperties.WatermarkText = 'Keyword search'; ctl01_ciUtilityNavigation_ctl06_SearchTermsProperties.SearchTarget = 'http://www.afcom.com/Search'; NavigationList_NavControlId = '_rptWrapper';NavigationList_Init();var ctl01_ciUtilityNavigation_ctl15_SearchTermsProperties = new SimpleSearchFieldProperties(); ctl01_ciUtilityNavigation_ctl15_SearchTermsProperties.WatermarkClass = 'Watermarked'; ctl01_ciUtilityNavigation_ctl15_SearchTermsProperties.WatermarkText = 'Keyword search'; ctl01_ciUtilityNavigation_ctl15_SearchTermsProperties.SearchTarget = 'http://www.afcom.com/Search'; var __wpmExportWarning='This Web Part Page has been personalized. As a result, one or more Web Part properties may contain confidential information. Make sure the properties contain information that is safe for others to read. After exporting this Web Part, view properties in the Web Part description file (.WebPart) by using a text editor such as Microsoft Notepad.';var __wpmCloseProviderWarning='You are about to close this Web Part. It is currently providing data to other Web Parts, and these connections will be deleted if this Web Part is closed. To close this Web Part, click OK. To keep this Web Part, click Cancel.';var __wpmDeleteWarning='You are about to permanently delete this Web Part. Are you sure you want to do this? To delete this Web Part, click OK. To keep this Web Part, click Cancel.';NavigationList_NavControlId = 'ctl01_ciSecondary_SubNavControl_SubNavigationTree';NavigationList_Init();Telerik.Web.UI.RadTreeView._preInitialize("ctl01_ciSecondary_SubNavControl_SubNavigationTree","0");Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciPrimaryNavigation_NavControl_NavMenu_i0_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciPrimaryNavigation_NavControl_NavMenu_i1_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciPrimaryNavigation_NavControl_NavMenu_i2_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciPrimaryNavigation_NavControl_NavMenu_i3_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciPrimaryNavigation_NavControl_NavMenu_i4_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadMenu, {"_childListElementCssClass":null,"_skin":"Toronto","attributes":{"Translate":"Yes"},"autoScrollMinimumWidth":100,"clientStateFieldID":"ctl01_ciPrimaryNavigation_NavControl_NavMenu_ClientState","collapseAnimation":"{\"duration\":450}","defaultGroupSettings":"{\"flow\":0,\"offsetX\":0}","expandAnimation":"{\"duration\":450}","itemData":[{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"About","navigateUrl":"/Public/About_AFCOM/Public/1/About_AFCOM.aspx?hkey=40cb4fed-70cf-4c8c-bff2-ce7bb2828ef2"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Data Center World","navigateUrl":"/Public/Data_Center_World/Public/2/Data_Center_World.aspx?hkey=55ae8136-38f6-40f3-96bc-fa32758352cd"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Leaders Labs","navigateUrl":"/Public/Leaders_Labs/Public/Leaders_Labs/About_Leaders_Labs/Leaders_Labs.aspx?hkey=842624e7-2596-4ceb-ba12-9f2ee91469a7"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Chapters","navigateUrl":"/Public/Local_Chapters/Public/3/Local_Chapters.aspx?hkey=08877403-9573-4e7c-be99-e84db53170b1"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Member Resources","navigateUrl":"/Public/Member_Resources/Public/5/Member_Resources.aspx?hkey=f2fbde66-6c90-43d4-8b58-f8cc53474510"},{"value":"Career Center","navigateUrl":"https://careers.afcom.com"}],"showToggleHandle":true}, {"load":PageNavR_OnClientLoadHandler}, null, $get("ctl01_ciPrimaryNavigation_NavControl_NavMenu")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciMobileNavigation_NavControl_NavMenu_i0_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciMobileNavigation_NavControl_NavMenu_i1_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciMobileNavigation_NavControl_NavMenu_i2_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciMobileNavigation_NavControl_NavMenu_i3_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadSiteMap, null, null, null, $get("ctl01_ciMobileNavigation_NavControl_NavMenu_i4_i0_sm0")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadMenu, {"_childListElementCssClass":null,"_skin":"Toronto","attributes":{"Translate":"Yes"},"autoScrollMinimumWidth":100,"clientStateFieldID":"ctl01_ciMobileNavigation_NavControl_NavMenu_ClientState","collapseAnimation":"{\"duration\":450}","defaultGroupSettings":"{\"flow\":0,\"offsetX\":0}","expandAnimation":"{\"duration\":450}","itemData":[{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"About","navigateUrl":"/Public/About_AFCOM/Public/1/About_AFCOM.aspx?hkey=40cb4fed-70cf-4c8c-bff2-ce7bb2828ef2"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Data Center World","navigateUrl":"/Public/Data_Center_World/Public/2/Data_Center_World.aspx?hkey=55ae8136-38f6-40f3-96bc-fa32758352cd"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Leaders Labs","navigateUrl":"/Public/Leaders_Labs/Public/Leaders_Labs/About_Leaders_Labs/Leaders_Labs.aspx?hkey=842624e7-2596-4ceb-ba12-9f2ee91469a7"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Chapters","navigateUrl":"/Public/Local_Chapters/Public/3/Local_Chapters.aspx?hkey=08877403-9573-4e7c-be99-e84db53170b1"},{"items":[{"outerCssClass":" MegaDropDownMenuOuter","templated":true}],"value":"Member Resources","navigateUrl":"/Public/Member_Resources/Public/5/Member_Resources.aspx?hkey=f2fbde66-6c90-43d4-8b58-f8cc53474510"},{"value":"Career Center","navigateUrl":"https://careers.afcom.com"}],"showToggleHandle":true}, {"load":PageNavR_OnClientLoadHandler}, null, $get("ctl01_ciMobileNavigation_NavControl_NavMenu")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadTreeView, {"_showLineImages":false,"_skin":"Austin","_uniqueId":"ctl01$ciSecondary$SubNavControl$SubNavigationTree","clientStateFieldID":"ctl01_ciSecondary_SubNavControl_SubNavigationTree_ClientState","collapseAnimation":"{\"duration\":200}","expandAnimation":"{\"duration\":200}","nodeData":[]}, {"nodeClicked":ClientNodeClicked}, null, $get("ctl01_ciSecondary_SubNavControl_SubNavigationTree")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadAjaxManager, {"_updatePanels":"","ajaxSettings":[],"clientEvents":{OnRequestStart:"",OnResponseEnd:""},"defaultLoadingPanelID":"AjaxStatusLoadingPanel","enableAJAX":true,"enableHistory":false,"links":[],"styles":[],"uniqueID":"ctl01$RadAjaxManager1","updatePanelsRenderMode":0}, null, null, $get("ctl01_RadAjaxManager1")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadWindow, {"_dockMode":false,"behaviors":117,"clientStateFieldID":"ctl01_GenericWindow_ClientState","formID":"aspnetForm","height":"550px","iconUrl":"about:blank","localization":"{\"Close\":\"Close\",\"Maximize\":\"Maximize\",\"Minimize\":\"Minimize\",\"Reload\":\"Reload\",\"PinOn\":\"PinOn\",\"PinOff\":\"PinOff\",\"Restore\":\"Restore\",\"OK\":\"OK\",\"Cancel\":\"Cancel\",\"Yes\":\"Yes\",\"No\":\"No\"}","minimizeIconUrl":"about:blank","modal":true,"name":"GenericWindow","showContentDuringLoad":false,"skin":"MetroTouch","visibleStatusbar":false,"width":"800px"}, null, null, $get("ctl01_GenericWindow")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadWindow, {"_dockMode":false,"behaviors":117,"clientStateFieldID":"ctl01_ObjectBrowser_ClientState","formID":"aspnetForm","height":"550px","iconUrl":"about:blank","localization":"{\"Close\":\"Close\",\"Maximize\":\"Maximize\",\"Minimize\":\"Minimize\",\"Reload\":\"Reload\",\"PinOn\":\"PinOn\",\"PinOff\":\"PinOff\",\"Restore\":\"Restore\",\"OK\":\"OK\",\"Cancel\":\"Cancel\",\"Yes\":\"Yes\",\"No\":\"No\"}","minimizeIconUrl":"about:blank","modal":true,"name":"ObjectBrowser","showContentDuringLoad":false,"skin":"MetroTouch","visibleStatusbar":false,"width":"760px"}, null, null, $get("ctl01_ObjectBrowser")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadWindow, {"_dockMode":false,"behaviors":117,"clientStateFieldID":"ctl01_ObjectBrowserDialog_ClientState","formID":"aspnetForm","height":"400px","iconUrl":"about:blank","localization":"{\"Close\":\"Close\",\"Maximize\":\"Maximize\",\"Minimize\":\"Minimize\",\"Reload\":\"Reload\",\"PinOn\":\"PinOn\",\"PinOff\":\"PinOff\",\"Restore\":\"Restore\",\"OK\":\"OK\",\"Cancel\":\"Cancel\",\"Yes\":\"Yes\",\"No\":\"No\"}","minimizeIconUrl":"about:blank","modal":true,"name":"ObjectBrowserDialog","showContentDuringLoad":false,"skin":"MetroTouch","visibleStatusbar":false,"width":"600px"}, null, null, $get("ctl01_ObjectBrowserDialog")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadWindowManager, {"behaviors":117,"clientStateFieldID":"ctl01_WindowManager1_ClientState","formID":"aspnetForm","iconUrl":"","localization":"{\"Close\":\"Close\",\"Maximize\":\"Maximize\",\"Minimize\":\"Minimize\",\"Reload\":\"Reload\",\"PinOn\":\"PinOn\",\"PinOff\":\"PinOff\",\"Restore\":\"Restore\",\"OK\":\"OK\",\"Cancel\":\"Cancel\",\"Yes\":\"Yes\",\"No\":\"No\"}","minimizeIconUrl":"","name":"WindowManager1","skin":"MetroTouch","windowControls":"['ctl01_GenericWindow','ctl01_ObjectBrowser','ctl01_ObjectBrowserDialog']"}, null, {"child":"ctl01_GenericWindow"}, $get("ctl01_WindowManager1")); }); //]]> </script> <div id="fb-root"></div> </div></body> </html>
[ "<footer id=\"ft\" class=\"footer\">\n <div class=\"footer-content ClearFix\">\n <div class=\"footer-container\" data-label=\"Footer 1\">\n <div class=\"col-sm-8 footer-nav-area\" data-label=\"Footer Nav\">\n <div id=\"WTZone9_Page1\" class=\"WTZone \">\n <div id=\"ste_container_ciNewUtilityNavigationCommon\" class=\"ContentItemContainer\"><div id=\"ctl01_ciNewUtilityNavigationCommon_UtilityPlaceholder\" class=\"UtilityNavigation nav-auxiliary\">\n <div class=\"UtilitySection UtilityNavigationList\">\n <ul class=\"NavigationUnorderedList\"><li id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl01_NavigationListItem\" class=\"NavigationListItem \"><a id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl01_NavigationLink\" class=\"NavigationLink\" href=\"https://www.afcom.com/Public/About_AFCOM_Footer/Public/1/About_AFCOM.aspx?hkey=c232de8f-559a-4c8a-a5fe-34d649787f26\"><span class=\"nav-text\" translate=\"yes\">About AFCOM</span></a></li><li id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl02_NavigationListItem\" class=\"NavigationListItem \"><a id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl02_NavigationLink\" class=\"NavigationLink\" href=\"https://www.afcom.com/Public/Local_Chapters_Footer/Public/3/Local_Chapters.aspx?hkey=26077ada-af83-4a15-bd7b-27c433bee9dd\"><span class=\"nav-text\" translate=\"yes\">Local Chapters</span></a></li><li id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl03_NavigationListItem\" class=\"NavigationListItem \"><a id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl03_NavigationLink\" class=\"NavigationLink\" href=\"https://www.afcom.com/Public/Member_Resources_Footer/Public/5/Member_Resources.aspx?hkey=ed9a49d7-41d3-4fc7-97ea-b8824940e0ff\"><span class=\"nav-text\" translate=\"yes\">Member Resources</span></a></li><li id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl04_NavigationListItem\" class=\"NavigationListItem \"><a id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl04_NavigationLink\" class=\"NavigationLink\" href=\"https://www.afcom.com/Public/Sponsorships/Public/Sponsorships.aspx?hkey=64679daf-7a60-4b1a-8338-6dc7b6c58ba1\"><span class=\"nav-text\" translate=\"yes\">Sponsorships</span></a></li><li id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl05_NavigationListItem\" class=\"NavigationListItem \"><a id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl05_NavigationLink\" class=\"NavigationLink\" href=\"http://corporate.knect365.com/privacy-centre/our-cookie-policy/\"><span class=\"nav-text\" translate=\"yes\">Cookie Policy</span></a></li><li id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl06_NavigationListItem\" class=\"NavigationListItem \"><a id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl06_NavigationLink\" class=\"NavigationLink\" href=\"https://knect365.com/privacy-centre/privacy-policy/\"><span class=\"nav-text\" translate=\"yes\">Privacy Policy</span></a></li><li id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl07_NavigationListItem\" class=\"NavigationListItem \"><a id=\"ctl01_ciNewUtilityNavigationCommon_ctl02__rptWrapper__rptWrapper_rpt_ctl07_NavigationLink\" class=\"NavigationLink\" href=\"https://www.afcom.com/Public/Contact_Us/Public/1/Contact_Us.aspx?hkey=c4e6291f-ce9d-4bcf-88a3-57a175ec7919\"><span class=\"nav-text\" translate=\"yes\">Contact Us</span></a></li></ul>\n </div>\n</div>\n\n <div>\n\n</div></div>\n </div>\n\n </div>\n <div class=\"col-sm-4 footer-detail\">\n <div id=\"WTZone10_Page1\" class=\"WTZone \">\n <div id=\"ste_container_ciFooterContent1\" class=\"ContentItemContainer\">\n\n<div id=\"ste_container_NewContentHtml\" class=\"ContentItemContainer\"><div>\n\n</div><div class=\"FooterSocialMediaContainer RadMenu RadMenu_Toronto\">\n<div class=\"SocialMediaIconTrack\">\n<ul class=\"SocialMediaIconList\">\n <li class=\"FooterSocialMediaIcon\">\n <a class=\"SocialSprite FacebookIcon\" href=\"http://www.facebook.com/DataCenterWorld\">\n </a>\n </li>\n <li class=\"FooterSocialMediaIcon\">\n <a class=\"SocialSprite TwitterIcon\" href=\"http://twitter.com/afcom\">\n </a>\n </li>\n <li class=\"FooterSocialMediaIcon\">\n <a class=\"SocialSprite LinkedInIcon\" href=\"https://www.linkedin.com/groups/41479\">\n </a>\n </li>\n</ul>\n</div>\n</div></div><div id=\"ste_container_StyleRules\" class=\"ContentItemContainer\"><div>\n\n</div><style>\n @media (max-width: 767px) {\n #ste_container_ciFooterContent1 {\n margin-top: 30px;\n }\n }\n .FooterSocialMediaContainer {\n }\n ul.SocialMediaIconList {\n display: flex;\n justify-content: center;\n flex-wrap: wrap;\n margin: 0 auto;\n }\n li.FooterSocialMediaIcon {\n float: left;\n clear: none;\n margin: 0 8px;\n list-style: none;\n }\n li.FooterSocialMediaIcon .SocialSprite,\n li.FooterSocialMediaIcon .SocialSprite:hover,\n li.FooterSocialMediaIcon .SocialSprite:active,\n li.FooterSocialMediaIcon .SocialSprite:focus {\n background-color: transparent;\n background-image: url(https://www.afcom.com/App_Themes/AFCOM_Responsive/images/SocialSprite_magenta.png);\n opacity: 1;\n transition: none;\n }\n .SocialSprite.FacebookIcon,\n .SocialSprite.FacebookIcon:hover,\n .SocialSprite.FacebookIcon:active,\n .SocialSprite.FacebookIcon:focus {\n background-position: 0 -3px;\n }\n .SocialSprite.LinkedInIcon,\n .SocialSprite.LinkedInIcon:hover,\n .SocialSprite.LinkedInIcon:active,\n .SocialSprite.LinkedInIcon:focus {\n background-position: -80px -1px;\n }\n</style></div><div id=\"ste_container_Fonts\" class=\"ContentItemContainer\"><div>\n\n</div><link href=\"https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300\" rel=\"stylesheet\" type=\"text/css\"/>\n<link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\"/></div><div id=\"ste_container_Scripts\" class=\"ContentItemContainer\"><div>\n\n</div><script type=\"text/javascript\">\n adroll_adv_id = \"KT5PXZ2XANHJ5JC5Y6RXKX\";\n adroll_pix_id = \"AV3KJRR6HJENZOYW62BEOO\";\n /* OPTIONAL: provide email to improve user identification */\n /* adroll_email = \"[email protected]\"; */\n (function () {\n var _onload = function(){\n if (document.readyState &amp;&amp; !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}\n if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}\n var scr = document.createElement(\"script\");\n var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n scr.setAttribute('async', 'true');\n scr.type = \"text/javascript\";\n scr.src = host + \"/j/roundtrip.js\";\n ((document.getElementsByTagName('head') || [null])[0] ||\n document.getElementsByTagName('script')[0].parentNode).appendChild(scr);\n };\n if (window.addEventListener) {window.addEventListener('load', _onload, false);}\n else {window.attachEvent('onload', _onload)}\n }());\n</script>\n<script>\n !function(f,e,a,t,h,r){if(!f[h]){r=f[h]=function(){r.invoke?\n r.invoke.apply(r,arguments):r.queue.push(arguments)},\n r.queue=[],r.loaded=1*new Date,r.version=\"1.0.0\",\n f.FeathrBoomerang=r;var g=e.createElement(a),\n h=e.getElementsByTagName(\"head\")[0]||e.getElementsByTagName(\"script\")[0].parentNode;\n g.async=!0,g.src=t,h.appendChild(g)}\n }(window,document,\"script\",\"https://cdn.feathr.co/js/boomerang.min.js\",\"feathr\");\n\n feathr(\"fly\", \"582208847c1fea1404eef533\");\n feathr(\"sprinkle\", \"page_view\");\n </script></div><div class=\"ContentRecordPageButtonPanel\">\n\n</div> \n<div>\n\n</div></div>\n </div>\n\n </div>\n </div>\n </div>\n </footer>\n" ]
[ "<head>\n\n <link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://www.afcom.com/OpenSearch.aspx\" title=\"public Search\"/>\n<link rel=\"stylesheet\" href=\"/website/734175/ultraresponsive.css\"/>\n\n<script type=\"text/javascript\">\nwindow.NREUM||(NREUM={}),__nr_require=function(t,n,e){function r(e){if(!n[e]){var o=n[e]={exports:{}};t[e][0].call(o.exports,function(n){var o=t[e][1][n];return r(o||n)},o,o.exports)}return n[e].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o&lt;e.length;o++)r(e[o]);return r}({1:[function(t,n,e){function r(t){try{s.console&amp;&amp;console.log(t)}catch(n){}}var o,i=t(\"ee\"),a=t(15),s={};try{o=localStorage.getItem(\"__nr_flags\").split(\",\"),console&amp;&amp;\"function\"==typeof console.log&amp;&amp;(s.console=!0,o.indexOf(\"dev\")!==-1&amp;&amp;(s.dev=!0),o.indexOf(\"nr_dev\")!==-1&amp;&amp;(s.nrDev=!0))}catch(c){}s.nrDev&amp;&amp;i.on(\"internal-error\",function(t){r(t.stack)}),s.dev&amp;&amp;i.on(\"fn-err\",function(t,n,e){r(e.stack)}),s.dev&amp;&amp;(r(\"NR AGENT IN DEVELOPMENT MODE\"),r(\"flags: \"+a(s,function(t,n){return t}).join(\", \")))},{}],2:[function(t,n,e){function r(t,n,e,r,o){try{d?d-=1:i(\"err\",[o||new UncaughtException(t,n,e)])}catch(s){try{i(\"ierr\",[s,c.now(),!0])}catch(u){}}return\"function\"==typeof f&amp;&amp;f.apply(this,a(arguments))}function UncaughtException(t,n,e){this.message=t||\"Uncaught error with no additional information\",this.sourceURL=n,this.line=e}function o(t){i(\"err\",[t,c.now()])}var i=t(\"handle\"),a=t(16),s=t(\"ee\"),c=t(\"loader\"),f=window.onerror,u=!1,d=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(l){\"stack\"in l&amp;&amp;(t(8),t(7),\"addEventListener\"in window&amp;&amp;t(5),c.xhrWrappable&amp;&amp;t(9),u=!0)}s.on(\"fn-start\",function(t,n,e){u&amp;&amp;(d+=1)}),s.on(\"fn-err\",function(t,n,e){u&amp;&amp;(this.thrown=!0,o(e))}),s.on(\"fn-end\",function(){u&amp;&amp;!this.thrown&amp;&amp;d&gt;0&amp;&amp;(d-=1)}),s.on(\"internal-error\",function(t){i(\"ierr\",[t,c.now(),!0])})},{}],3:[function(t,n,e){t(\"loader\").features.ins=!0},{}],4:[function(t,n,e){function r(t){}if(window.performance&amp;&amp;window.performance.timing&amp;&amp;window.performance.getEntriesByType){var o=t(\"ee\"),i=t(\"handle\"),a=t(8),s=t(7),c=\"learResourceTimings\",f=\"addEventListener\",u=\"resourcetimingbufferfull\",d=\"bstResource\",l=\"resource\",p=\"-start\",h=\"-end\",m=\"fn\"+p,w=\"fn\"+h,v=\"bstTimer\",y=\"pushState\",g=t(\"loader\");g.features.stn=!0,t(6);var b=NREUM.o.EV;o.on(m,function(t,n){var e=t[0];e instanceof b&amp;&amp;(this.bstStart=g.now())}),o.on(w,function(t,n){var e=t[0];e instanceof b&amp;&amp;i(\"bst\",[e,n,this.bstStart,g.now()])}),a.on(m,function(t,n,e){this.bstStart=g.now(),this.bstType=e}),a.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),this.bstType])}),s.on(m,function(){this.bstStart=g.now()}),s.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),\"requestAnimationFrame\"])}),o.on(y+p,function(t){this.time=g.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i(\"bstHist\",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&amp;&amp;(window.performance[\"c\"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance[\"c\"+c]()},!1):window.performance[f](\"webkit\"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance[\"webkitC\"+c]()},!1)),document[f](\"scroll\",r,{passive:!0}),document[f](\"keypress\",r,!1),document[f](\"click\",r,!1)}},{}],5:[function(t,n,e){function r(t){for(var n=t;n&amp;&amp;!n.hasOwnProperty(u);)n=Object.getPrototypeOf(n);n&amp;&amp;o(n)}function o(t){s.inPlace(t,[u,d],\"-\",i)}function i(t,n){return t[1]}var a=t(\"ee\").get(\"events\"),s=t(18)(a,!0),c=t(\"gos\"),f=XMLHttpRequest,u=\"addEventListener\",d=\"removeEventListener\";n.exports=a,\"getPrototypeOf\"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&amp;&amp;(o(window),o(f.prototype)),a.on(u+\"-start\",function(t,n){var e=t[1],r=c(e,\"nr@wrapped\",function(){function t(){if(\"function\"==typeof e.handleEvent)return e.handleEvent.apply(e,arguments)}var n={object:t,\"function\":e}[typeof e];return n?s(n,\"fn-\",null,n.name||\"anonymous\"):e});this.wrapped=t[1]=r}),a.on(d+\"-start\",function(t){t[1]=this.wrapped||t[1]})},{}],6:[function(t,n,e){var r=t(\"ee\").get(\"history\"),o=t(18)(r);n.exports=r,o.inPlace(window.history,[\"pushState\",\"replaceState\"],\"-\")},{}],7:[function(t,n,e){var r=t(\"ee\").get(\"raf\"),o=t(18)(r),i=\"equestAnimationFrame\";n.exports=r,o.inPlace(window,[\"r\"+i,\"mozR\"+i,\"webkitR\"+i,\"msR\"+i],\"raf-\"),r.on(\"raf-start\",function(t){t[0]=o(t[0],\"fn-\")})},{}],8:[function(t,n,e){function r(t,n,e){t[0]=a(t[0],\"fn-\",null,e)}function o(t,n,e){this.method=e,this.timerDuration=\"number\"==typeof t[1]?t[1]:0,t[0]=a(t[0],\"fn-\",this,e)}var i=t(\"ee\").get(\"timer\"),a=t(18)(i),s=\"setTimeout\",c=\"setInterval\",f=\"clearTimeout\",u=\"-start\",d=\"-\";n.exports=i,a.inPlace(window,[s,\"setImmediate\"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,\"clearImmediate\"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],9:[function(t,n,e){function r(t,n){d.inPlace(n,[\"onreadystatechange\"],\"fn-\",s)}function o(){var t=this,n=u.context(t);t.readyState&gt;3&amp;&amp;!n.resolved&amp;&amp;(n.resolved=!0,u.emit(\"xhr-resolved\",[],t)),d.inPlace(t,w,\"fn-\",s)}function i(t){v.push(t),h&amp;&amp;(g=-g,b.data=g)}function a(){for(var t=0;t&lt;v.length;t++)r([],v[t]);v.length&amp;&amp;(v=[])}function s(t,n){return n}function c(t,n){for(var e in t)n[e]=t[e];return n}t(5);var f=t(\"ee\"),u=f.get(\"xhr\"),d=t(18)(u),l=NREUM.o,p=l.XHR,h=l.MO,m=\"readystatechange\",w=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"],v=[];n.exports=u;var y=window.XMLHttpRequest=function(t){var n=new p(t);try{u.emit(\"new-xhr\",[n],n),n.addEventListener(m,o,!1)}catch(e){try{u.emit(\"internal-error\",[e])}catch(r){}}return n};if(c(p,y),y.prototype=p.prototype,d.inPlace(y.prototype,[\"open\",\"send\"],\"-xhr-\",s),u.on(\"send-xhr-start\",function(t,n){r(t,n),i(n)}),u.on(\"open-xhr-start\",r),h){var g=1,b=document.createTextNode(g);new h(a).observe(b,{characterData:!0})}else f.on(\"fn-end\",function(t){t[0]&amp;&amp;t[0].type===m||a()})},{}],10:[function(t,n,e){function r(t){var n=this.params,e=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r&lt;d;r++)t.removeEventListener(u[r],this.listener,!1);if(!n.aborted){if(e.duration=a.now()-this.startTime,4===t.readyState){n.status=t.status;var i=o(t,this.lastSize);if(i&amp;&amp;(e.rxSize=i),this.sameOrigin){var c=t.getResponseHeader(\"X-NewRelic-App-Data\");c&amp;&amp;(n.cat=c.split(\", \").pop())}}else n.status=0;e.cbTime=this.cbTime,f.emit(\"xhr-done\",[t],t),s(\"xhr\",[n,e,this.startTime])}}}function o(t,n){var e=t.responseType;if(\"json\"===e&amp;&amp;null!==n)return n;var r=\"arraybuffer\"===e||\"blob\"===e||\"json\"===e?t.response:t.responseText;return h(r)}function i(t,n){var e=c(n),r=t.params;r.host=e.hostname+\":\"+e.port,r.pathname=e.pathname,t.sameOrigin=e.sameOrigin}var a=t(\"loader\");if(a.xhrWrappable){var s=t(\"handle\"),c=t(11),f=t(\"ee\"),u=[\"load\",\"error\",\"abort\",\"timeout\"],d=u.length,l=t(\"id\"),p=t(14),h=t(13),m=window.XMLHttpRequest;a.features.xhr=!0,t(9),f.on(\"new-xhr\",function(t){var n=this;n.totalCbs=0,n.called=0,n.cbTime=0,n.end=r,n.ended=!1,n.xhrGuids={},n.lastSize=null,p&amp;&amp;(p&gt;34||p&lt;10)||window.opera||t.addEventListener(\"progress\",function(t){n.lastSize=t.loaded},!1)}),f.on(\"open-xhr-start\",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),f.on(\"open-xhr-end\",function(t,n){\"loader_config\"in NREUM&amp;&amp;\"xpid\"in NREUM.loader_config&amp;&amp;this.sameOrigin&amp;&amp;n.setRequestHeader(\"X-NewRelic-ID\",NREUM.loader_config.xpid)}),f.on(\"send-xhr-start\",function(t,n){var e=this.metrics,r=t[0],o=this;if(e&amp;&amp;r){var i=h(r);i&amp;&amp;(e.txSize=i)}this.startTime=a.now(),this.listener=function(t){try{\"abort\"===t.type&amp;&amp;(o.params.aborted=!0),(\"load\"!==t.type||o.called===o.totalCbs&amp;&amp;(o.onloadCalled||\"function\"!=typeof n.onload))&amp;&amp;o.end(n)}catch(e){try{f.emit(\"internal-error\",[e])}catch(r){}}};for(var s=0;s&lt;d;s++)n.addEventListener(u[s],this.listener,!1)}),f.on(\"xhr-cb-time\",function(t,n,e){this.cbTime+=t,n?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&amp;&amp;\"function\"==typeof e.onload||this.end(e)}),f.on(\"xhr-load-added\",function(t,n){var e=\"\"+l(t)+!!n;this.xhrGuids&amp;&amp;!this.xhrGuids[e]&amp;&amp;(this.xhrGuids[e]=!0,this.totalCbs+=1)}),f.on(\"xhr-load-removed\",function(t,n){var e=\"\"+l(t)+!!n;this.xhrGuids&amp;&amp;this.xhrGuids[e]&amp;&amp;(delete this.xhrGuids[e],this.totalCbs-=1)}),f.on(\"addEventListener-end\",function(t,n){n instanceof m&amp;&amp;\"load\"===t[0]&amp;&amp;f.emit(\"xhr-load-added\",[t[1],t[2]],n)}),f.on(\"removeEventListener-end\",function(t,n){n instanceof m&amp;&amp;\"load\"===t[0]&amp;&amp;f.emit(\"xhr-load-removed\",[t[1],t[2]],n)}),f.on(\"fn-start\",function(t,n,e){n instanceof m&amp;&amp;(\"onload\"===e&amp;&amp;(this.onload=!0),(\"load\"===(t[0]&amp;&amp;t[0].type)||this.onload)&amp;&amp;(this.xhrCbStart=a.now()))}),f.on(\"fn-end\",function(t,n){this.xhrCbStart&amp;&amp;f.emit(\"xhr-cb-time\",[a.now()-this.xhrCbStart,this.onload,n],n)})}},{}],11:[function(t,n,e){n.exports=function(t){var n=document.createElement(\"a\"),e=window.location,r={};n.href=t,r.port=n.port;var o=n.href.split(\"://\");!r.port&amp;&amp;o[1]&amp;&amp;(r.port=o[1].split(\"/\")[0].split(\"@\").pop().split(\":\")[1]),r.port&amp;&amp;\"0\"!==r.port||(r.port=\"https\"===o[0]?\"443\":\"80\"),r.hostname=n.hostname||e.hostname,r.pathname=n.pathname,r.protocol=o[0],\"/\"!==r.pathname.charAt(0)&amp;&amp;(r.pathname=\"https://www.afcom.com/\"+r.pathname);var i=!n.protocol||\":\"===n.protocol||n.protocol===e.protocol,a=n.hostname===document.domain&amp;&amp;n.port===e.port;return r.sameOrigin=i&amp;&amp;(!n.hostname||a),r}},{}],12:[function(t,n,e){function r(){}function o(t,n,e){return function(){return i(t,[f.now()].concat(s(arguments)),n?null:this,e),n?void 0:this}}var i=t(\"handle\"),a=t(15),s=t(16),c=t(\"ee\").get(\"tracer\"),f=t(\"loader\"),u=NREUM;\"undefined\"==typeof window.newrelic&amp;&amp;(newrelic=u);var d=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],l=\"api-\",p=l+\"ixn-\";a(d,function(t,n){u[n]=o(l+n,!0,\"api\")}),u.addPageAction=o(l+\"addPageAction\",!0),u.setCurrentRouteName=o(l+\"routeName\",!0),n.exports=newrelic,u.interaction=function(){return(new r).get()};var h=r.prototype={createTracer:function(t,n){var e={},r=this,o=\"function\"==typeof n;return i(p+\"tracer\",[f.now(),t,e],r),function(){if(c.emit((o?\"\":\"no-\")+\"fn-start\",[f.now(),r,o],e),o)try{return n.apply(this,arguments)}finally{c.emit(\"fn-end\",[f.now()],e)}}}};a(\"setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(t,n){h[n]=o(p+n)}),newrelic.noticeError=function(t){\"string\"==typeof t&amp;&amp;(t=new Error(t)),i(\"err\",[t,f.now()])}},{}],13:[function(t,n,e){n.exports=function(t){if(\"string\"==typeof t&amp;&amp;t.length)return t.length;if(\"object\"==typeof t){if(\"undefined\"!=typeof ArrayBuffer&amp;&amp;t instanceof ArrayBuffer&amp;&amp;t.byteLength)return t.byteLength;if(\"undefined\"!=typeof Blob&amp;&amp;t instanceof Blob&amp;&amp;t.size)return t.size;if(!(\"undefined\"!=typeof FormData&amp;&amp;t instanceof FormData))try{return JSON.stringify(t).length}catch(n){return}}}},{}],14:[function(t,n,e){var r=0,o=navigator.userAgent.match(/Firefox[\\/\\s](\\d+\\.\\d+)/);o&amp;&amp;(r=+o[1]),n.exports=r},{}],15:[function(t,n,e){function r(t,n){var e=[],r=\"\",i=0;for(r in t)o.call(t,r)&amp;&amp;(e[i]=n(r,t[r]),i+=1);return e}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],16:[function(t,n,e){function r(t,n,e){n||(n=0),\"undefined\"==typeof e&amp;&amp;(e=t?t.length:0);for(var r=-1,o=e-n||0,i=Array(o&lt;0?0:o);++r&lt;o;)i[r]=t[n+r];return i}n.exports=r},{}],17:[function(t,n,e){n.exports={exists:\"undefined\"!=typeof window.performance&amp;&amp;window.performance.timing&amp;&amp;\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],18:[function(t,n,e){function r(t){return!(t&amp;&amp;t instanceof Function&amp;&amp;t.apply&amp;&amp;!t[a])}var o=t(\"ee\"),i=t(16),a=\"nr@original\",s=Object.prototype.hasOwnProperty,c=!1;n.exports=function(t,n){function e(t,n,e,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s=\"function\"==typeof e?e(r,a):e||{}}catch(f){l([f,\"\",[r,a,o],s])}u(n+\"start\",[r,a,o],s);try{return c=t.apply(a,r)}catch(d){throw u(n+\"err\",[r,a,d],s),d}finally{u(n+\"end\",[r,a,c],s)}}return r(t)?t:(n||(n=\"\"),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,n,o,i){o||(o=\"\");var a,s,c,f=\"-\"===o.charAt(0);for(c=0;c&lt;n.length;c++)s=n[c],a=t[s],r(a)||(t[s]=e(a,f?s+o:o,i,s))}function u(e,r,o){if(!c||n){var i=c;c=!0;try{t.emit(e,r,o,n)}catch(a){l([a,e,r,o])}c=i}}function d(t,n){if(Object.defineProperty&amp;&amp;Object.keys)try{var e=Object.keys(t);return e.forEach(function(e){Object.defineProperty(n,e,{get:function(){return t[e]},set:function(n){return t[e]=n,n}})}),n}catch(r){l([r])}for(var o in t)s.call(t,o)&amp;&amp;(n[o]=t[o]);return n}function l(n){try{t.emit(\"internal-error\",n)}catch(e){}}return t||(t=o),e.inPlace=f,e.flag=a,e}},{}],ee:[function(t,n,e){function r(){}function o(t){function n(t){return t&amp;&amp;t instanceof r?t:t?c(t,s,i):i()}function e(e,r,o,i){if(!l.aborted||i){t&amp;&amp;t(e,r,o);for(var a=n(o),s=h(e),c=s.length,f=0;f&lt;c;f++)s[f].apply(a,r);var d=u[y[e]];return d&amp;&amp;d.push([g,e,r,a]),a}}function p(t,n){v[t]=h(t).concat(n)}function h(t){return v[t]||[]}function m(t){return d[t]=d[t]||o(e)}function w(t,n){f(t,function(t,e){n=n||\"feature\",y[e]=n,n in u||(u[n]=[])})}var v={},y={},g={on:p,emit:e,get:m,listeners:h,context:n,buffer:w,abort:a,aborted:!1};return g}function i(){return new r}function a(){(u.api||u.feature)&amp;&amp;(l.aborted=!0,u=l.backlog={})}var s=\"nr@context\",c=t(\"gos\"),f=t(15),u={},d={},l=n.exports=o();l.backlog=u},{}],gos:[function(t,n,e){function r(t,n,e){if(o.call(t,n))return t[n];var r=e();if(Object.defineProperty&amp;&amp;Object.keys)try{return Object.defineProperty(t,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(t,n,e){function r(t,n,e,r){o.buffer([t],r),o.emit(t,n,e)}var o=t(\"ee\").get(\"handle\");n.exports=r,r.ee=o},{}],id:[function(t,n,e){function r(t){var n=typeof t;return!t||\"object\"!==n&amp;&amp;\"function\"!==n?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i=\"nr@id\",a=t(\"gos\");n.exports=r},{}],loader:[function(t,n,e){function r(){if(!x++){var t=b.info=NREUM.info,n=l.getElementsByTagName(\"script\")[0];if(setTimeout(u.abort,3e4),!(t&amp;&amp;t.licenseKey&amp;&amp;t.applicationID&amp;&amp;n))return u.abort();f(y,function(n,e){t[n]||(t[n]=e)}),c(\"mark\",[\"onload\",a()+b.offset],null,\"api\");var e=l.createElement(\"script\");e.src=\"https://\"+t.agent,n.parentNode.insertBefore(e,n)}}function o(){\"complete\"===l.readyState&amp;&amp;i()}function i(){c(\"mark\",[\"domContent\",a()+b.offset],null,\"api\")}function a(){return E.exists&amp;&amp;performance.now?Math.round(performance.now()):(s=Math.max((new Date).getTime(),s))-b.offset}var s=(new Date).getTime(),c=t(\"handle\"),f=t(15),u=t(\"ee\"),d=window,l=d.document,p=\"addEventListener\",h=\"attachEvent\",m=d.XMLHttpRequest,w=m&amp;&amp;m.prototype;NREUM.o={ST:setTimeout,CT:clearTimeout,XHR:m,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var v=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1026.min.js\"},g=m&amp;&amp;w&amp;&amp;w[p]&amp;&amp;!/CriOS/.test(navigator.userAgent),b=n.exports={offset:s,now:a,origin:v,features:{},xhrWrappable:g};t(12),l[p]?(l[p](\"DOMContentLoaded\",i,!1),d[p](\"load\",r,!1)):(l[h](\"onreadystatechange\",o),d[h](\"onload\",r)),c(\"mark\",[\"firstbyte\",s],null,\"api\");var x=0,E=t(17)},{}]},{},[\"loader\",2,10,4,3]);\n;NREUM.info={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",licenseKey:\"47e128c6ab\",applicationID:\"44985019\",sa:1}\n</script>\n<link rel=\"shortcut icon\" href=\"https://www.afcom.com/favicon.ico\"/>\n\n\n<script type=\"text/javascript\">\n//&lt;![CDATA[\n\nvar gDocumentTitle = document.title;\nvar gPostBackFormObject = null;\nvar gWindowOnLoad = new Array();\nvar gPostBackFormProcessSubmit = true;\nvar gWebRoot = '';\nvar gWebSiteRoot = 'http://www.afcom.com';\nvar gPageTheme = 'AFCOM_Responsive';\nvar gAdminWebRoot = gWebRoot + '/Admin';\nvar gWebsiteKey = '32cbc6b8-d8ee-4130-a0c0-3baff4da8c06';\nvar gHKey = 'c4e6291f-ce9d-4bcf-88a3-57a175ec7919';\nvar gIsPostBack = false;\nvar gDefaultConfirmMessage = 'Continue without saving changes?';\nvar gIsEasyEditEnabled = false;\nvar gMasterPage = '/templates/masterpages/wst-afcomresponsive.master';\n\nif(gWebsiteKey != 'fbdf17a3-cae7-4943-b1eb-71b9c0dd65d2' &amp;&amp; gWebsiteKey != 'fad2fd17-7e27-4c96-babe-3291ecde4822'){\n gIsEasyEditEnabled = false; \n}\n//]]&gt;\n</script>\n<script src=\"https://www.afcom.com/AsiCommon/Scripts/Modernizr/Modernizr.min.js\" type=\"text/javascript\"/>\n <script type=\"text/javascript\">\n // Add a class to the &lt;html&gt; tag of browsers that do not support Media Queries\n var mqSupported = Modernizr.mq('only all');\n if (!mqSupported) {\n document.documentElement.className += ' no-mqs';\n }\n </script> \n \n <link href=\"https://www.afcom.com/App_Themes/AFCOM_Responsive/99-Toronto_Responsive.css\" type=\"text/css\" rel=\"stylesheet\"/><link href=\"https://www.afcom.com/App_Themes/AFCOM_Responsive/Body.css\" type=\"text/css\" rel=\"stylesheet\"/><link href=\"https://www.afcom.com/App_Themes/AFCOM_Responsive/Footer.css\" type=\"text/css\" rel=\"stylesheet\"/><link href=\"https://www.afcom.com/App_Themes/AFCOM_Responsive/Header.css\" type=\"text/css\" rel=\"stylesheet\"/><script src=\"https://www.afcom.com/AsiCommon/Scripts/Jquery/Jquery.min.js\" type=\"text/javascript\"/><!--[if !IE 8]><!--><script src=\"https://www.afcom.com/AsiCommon/Scripts/AngularBundles/angular-bundle.min.js\" type=\"text/javascript\" defer=\"defer\"/>\n<script src=\"https://www.afcom.com/AsiCommon/Scripts/AngularBundles/angular-spin-bundle.min.js\" type=\"text/javascript\" defer=\"defer\"/>\n<script src=\"https://www.afcom.com/AsiCommon/Scripts/AngularBundles/asi-core-bundle.min.js\" type=\"text/javascript\" defer=\"defer\"/>\n<!--<![endif]--><link href=\"https://www.afcom.com/WebResource.axd?d=Bh-QtC19rmG-ynsQy1RLyd_0zXibx6FnZDPQ9o8-LqmV6M91si3D0P42jwKg_jH4f80QwNOCOx32B-htIn9QR-oJ_z_vV1i1yEqKFAJ0Ob1ZD5tt1ZdrBGN9DXNDI5IQZKNEUGgc4coCCt1ZcL9xHQ2&amp;t=636299895320000000\" type=\"text/css\" rel=\"stylesheet\" class=\"Telerik_stylesheet\"/><link href=\"https://www.afcom.com/WebResource.axd?d=svMCcK7jW5TXbXV6C7d7A4iIVD9_4eGiPtsgPrOQ8QkSQScR5nO0BGhDYg2dBOz2jg-bghHYM3snfGcdyF0tZxHI0HOFQ1zMYqd7EZEclKcn5tCZXB0BxVvWPuEi_To99tjLjM9h8Vxr3nvpUaWWbg2&amp;t=636299895320000000\" type=\"text/css\" rel=\"stylesheet\" class=\"Telerik_stylesheet\"/><link href=\"https://www.afcom.com/WebResource.axd?d=IO9x-61ugC18cW0TQrPirs-C6lqfcXRV5twsV3eFVhDo6ijoyzg4snMbkfLS3xCa_P-z0U_VmpbRNSx_gfKvp-bN-wkT4p9fhhZuUVaAv5HVXPybh91t64kZV6T0uLbU5fNurVo6o5HaQ9W2_8uFDw2&amp;t=636299895320000000\" type=\"text/css\" rel=\"stylesheet\" class=\"Telerik_stylesheet\"/><link href=\"https://www.afcom.com/WebResource.axd?d=awBl_U1jQCe3dtVSSxI_IZIGStW5kx0Kc0C11ng1mqvqau9VZOaZzGU71XDtN0LdtwTXlFI6TrDY0zb9e9fz--blhyuPyj_ogoHFhu9-0BA_GQOShD5VhpwTrbFKjqE9PsnOA-i9BaGJKwetZBarCw2&amp;t=636299895320000000\" type=\"text/css\" rel=\"stylesheet\" class=\"Telerik_stylesheet\"/><link href=\"https://www.afcom.com/WebResource.axd?d=ZanhskrozOHBMeD_9M63P7CHlryqdUc-obegiO6vHU6xlEk23WfiUU8S6mVuPvR2l1QGZeNPN517xgejSZ4oGQZ6ryVYTJ6tzdiPxPpFNj8xhKlD7MEyxyHJIUFYzIasOMaMsNiKaHRbc57TkFmZkhkEsFJbpMVYBgqDsuVEGvGV7pVgyfP_vl4yvK2KX6at0&amp;t=636299895320000000\" type=\"text/css\" rel=\"stylesheet\" class=\"Telerik_stylesheet\"/><style type=\"text/css\">\n\t.ctl01_TemplateBody_ContentPage1_WebPartZone1_Page1_0 { border-color:Black;border-width:1px;border-style:Solid; }\n\n</style>&#13;\n\t\t\t&#13;\n\t\t\t<script type=\"text/javascript\">&#13;\n\t\t\t\tWebFontConfig = {&#13;\n\t\t\t\t\tgoogle: {&#13;\n\t\t\t\t\t\tfamilies: [&#13;\n\t\t\t\t\t\t\t'Source+Sans+Pro:400,700,400italic,700italic:latin',&#13;\n\t\t\t\t\t\t\t'Droid Sans:400,700,',&#13;\n\t\t\t\t\t\t\t'Lato:400,700'&#13;\n\t\t\t\t\t\t]&#13;\n\t\t\t\t\t}&#13;\n\t\t\t\t};&#13;\n&#13;\n\t\t\t\t(function() {&#13;\n\t\t\t\t\tvar wf = document.createElement('script');&#13;\n\t\t\t\t\twf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';&#13;\n\t\t\t\t\twf.type = 'text/javascript';&#13;\n\t\t\t\t\twf.async = 'true';&#13;\n&#13;\n\t\t\t\t\tvar s = document.getElementsByTagName('script')[0];&#13;\n\t\t\t\t\ts.parentNode.insertBefore(wf, s);&#13;\n\t\t\t\t})();&#13;\n\t\t\t</script>&#13;\n&#13;\n\t\t\t&#13;\n\t\t\t\t<title>Telecom Engineer, Employment | AFCOM</title>&#13;\n\t\t\t&#13;\n\t\t\t\t<link rel=\"canonical\" href=\"https://pghcareerconnector.com/jobs/12183017/telecom-engineer\"/>&#13;\n\t\t\t&#13;\n\t\t\t<meta property=\"og:title\" content=\"Telecom Engineer\"/>&#13;\n\t\t\t<meta property=\"og:type\" content=\"website\"/>&#13;\n\t\t\t<meta property=\"og:url\" content=\"http://careers.afcom.com/jobs/12183017\"/>&#13;\n&#13;\n\t\t\t&#13;\n\t\t\t<meta property=\"og:image:width\" content=\"200\"/>&#13;\n\t\t\t<meta property=\"og:image:height\" content=\"200\"/>&#13;\n\t\t\t&#13;\n\t\t\t&#13;\n\t\t\t&#13;\n\t\t\t\t<meta property=\"og:image\" content=\"http://careers.afcom.com/nsutilities/showLogo.cfm?id=811226&amp;orgType=employer&amp;logoType=Primary&amp;shareposting=1\"/>&#13;\n\t\t\t&#13;\n\t\t\t&#13;\n\t\t\t<meta property=\"og:description\" content=\"Job Family:          Engineering Discipline:            Sales Engineer II   Provide Sales Support via Customer Meetings (and calls) in order to identify DQE solutions to customer challenges or issues. Must have st...\"/>&#13;\n\t\t\t<meta property=\"og:site_name\" content=\"AFCOM Careers\"/>&#13;\n\t\t&#13;\n&#13;\n\t\t\t&#13;\n\t\t\t<meta http-equiv=\"content-language\" content=\"EN\"/>&#13;\n&#13;\n\t\t\t&#13;\n\t\t\t\t<meta name=\"description\" content=\"AFCOM Careers: , Pittsburgh, Pennsylvania , Telecom Engineer at DQE COMMUNICATIONS\"/>&#13;\n\t\t\t&#13;\n\t\t\t\t<meta name=\"keywords\" content=\"Telecom, Engineer, job, DQE, COMMUNICATIONS, Pittsburgh, Pennsylvania, \"/>&#13;\n\t\t\t\n<style type=\"text/css\">\n\n.bti-small-print {\n\tfont-size : 8pt;\n}\n.bti-pagetitle {\n\tfont-size : 12pt;\n\tfont-weight : bold;\n\tcolor : #003366;\n}\n.bti-attention {\n\tcolor : #003366; \n}\n.bti-highlight {\n\tbackground-color: #FFFF00;\n}\t\n.bti-tips { \n\tcolor : #003366;\n\tfont-family : Arial; \n\tfont-size : 8pt; \n}\n.bti-titlebar { \n\tbackground-color : #0f80ae; \n\tcolor : #FFFFFF;; \n\tfont-family : Arial; \n\tfont-size : 10pt; \n\tborder : None;\n}\n.bti-titlebar a:link {\n\tcolor : #CCFFCC; \n\tfont-family : Arial;\n\tfont-size : 10pt; \n}\n.bti-titlebar a:visited {\n\tcolor : #CCFFCC; \n\tfont-family : Arial;\n\tfont-size : 10pt; \n}\n.bti-titlebar a:hover {\n\tcolor : #CCFFCC; \n\tfont-family : Arial;\n\tfont-size : 10pt; \n}\n.bti-data-form { \n\tbackground-color : #F0F0F0; \n\tcolor : #000000;\n\tfont-family : Arial;\n\tfont-size : 10pt; \n\tborder : None;\n}\n.row0 {\n\tbackground-color : #F0F0F0;\n}\n.row1 {\n\tbackground-color : #FFFFFF;\n}\n.bti-textarea {\n\tfont-family : monospace;\n}\n\n.bti-future0 { }\n.bti-future1 { }\n.bti-future2 { }\n.bti-future3 { }\n.bti-future4 { }\n.bti-future5 { }\n.bti-future6 { }\n.bti-future7 { }\n.bti-future8 { }\n.bti-future9 { }\n\n</style> \n\t<style type=\"text/css\">\n\n\t\t\n\t\t\n\n\t\t.naylor-primary-color, \n\t\t.naylor-primary-color .fa {\n\t\t\tbackground-color:#003366!important;\n\t\t\tcolor:#FFFFFF!important;\n\t\t}\n\n\t\t\n\t\t.naylor-primary-color-bb-1 {\n\t\t\tborder-bottom: 1px solid #003366!important;\n\t\t}\n\n\t\t\n\t\t.naylor-st-colors li a.naylor-primary-color-hover:hover {\n\t\t\tbackground-color: #003366!important;\n\t\t\tcolor: #FFFFFF!important;\n\t\t}\n\t\t\n\t\t.naylor-st-colors li a.naylor-primary-color-hover:hover .fa {\n\t\t\tcolor: #FFFFFF!important;\n\t\t}\n\n\t\t.naylor-primary-color-inverted {\n\t\t\tbackground-color:#FFFFFF!important;\n\t\t\tcolor:#003366!important;\n\t\t}\n\n\t\t\n\t\t.naylor-primary-color-only, \n\t\t.naylor-primary-color-only-hover:hover {\n\t\t\tcolor:#003366!important;\n\t\t}\n\t\t\n\t\t.naylor-primary-dark-color-only {\n\t\t\tcolor:#00264D!important;\n\t\t}\n\t\t\n\t\t.naylor-primary-light-color-only {\n\t\t\tcolor:#004080!important;\n\t\t}\n\n\t\tbutton.naylor-primary-color {\n\t\t\tborder-color: #800000!important;\n\t\t}\n\n\t\tbutton.naylor-primary-color:hover {\n\t\t\tcolor: #FFFFFF!important;\n\t\t\tbackground-color: #800000!important;\n\t\t\tborder-color: #003366!important;\n\t\t}\n\t\n\n\t\t.naylor-secondary-color, \n\t\t.naylor-secondary-color .fa {\n\t\t\tbackground-color:#800000!important;\n\t\t\tcolor:#FFFFFF!important;\n\t\t}\n\n\t\t\n\t\t.naylor-secondary-color-bb-1 {\n\t\t\tborder-bottom: 1px solid #800000!important;\n\t\t}\n\n\t\t\n\t\t.naylor-st-colors li a.naylor-secondary-color-hover:hover {\n\t\t\tbackground-color: #800000!important;\n\t\t\tcolor: #FFFFFF!important;\n\t\t}\n\t\t\n\t\t.naylor-st-colors li a.naylor-secondary-color-hover:hover .fa {\n\t\t\tcolor: #FFFFFF!important;\n\t\t}\n\n\t\t.naylor-secondary-color-inverted {\n\t\t\tbackground-color:#FFFFFF!important;\n\t\t\tcolor:#800000!important;\n\t\t}\n\n\t\t\n\t\t.naylor-secondary-color-only, \n\t\t.naylor-secondary-color-only-hover:hover {\n\t\t\tcolor:#800000!important;\n\t\t}\n\t\t\n\t\t.naylor-secondary-dark-color-only {\n\t\t\tcolor:#670000!important;\n\t\t}\n\t\t\n\t\t.naylor-secondary-light-color-only {\n\t\t\tcolor:#9A0000!important;\n\t\t}\n\n\t\tbutton.naylor-secondary-color {\n\t\t\tborder-color: #003366!important;\n\t\t}\n\n\t\tbutton.naylor-secondary-color:hover {\n\t\t\tcolor: #FFFFFF!important;\n\t\t\tbackground-color: #003366!important;\n\t\t\tborder-color: #800000!important;\n\t\t}\n\t\n\n\t\t.naylor-tertiary-color, \n\t\t.naylor-tertiary-color .fa {\n\t\t\tbackground-color:#CBBEB5!important;\n\t\t\tcolor:#000000!important;\n\t\t}\n\n\t\t\n\t\t.naylor-tertiary-color-bb-1 {\n\t\t\tborder-bottom: 1px solid #CBBEB5!important;\n\t\t}\n\n\t\t\n\t\t.naylor-st-colors li a.naylor-tertiary-color-hover:hover {\n\t\t\tbackground-color: #CBBEB5!important;\n\t\t\tcolor: #000000!important;\n\t\t}\n\t\t\n\t\t.naylor-st-colors li a.naylor-tertiary-color-hover:hover .fa {\n\t\t\tcolor: #000000!important;\n\t\t}\n\n\t\t.naylor-tertiary-color-inverted {\n\t\t\tbackground-color:#000000!important;\n\t\t\tcolor:#CBBEB5!important;\n\t\t}\n\n\t\t\n\t\t.naylor-tertiary-color-only, \n\t\t.naylor-tertiary-color-only-hover:hover {\n\t\t\tcolor:#CBBEB5!important;\n\t\t}\n\t\t\n\t\t.naylor-tertiary-dark-color-only {\n\t\t\tcolor:#C0B1A6!important;\n\t\t}\n\t\t\n\t\t.naylor-tertiary-light-color-only {\n\t\t\tcolor:#D6CBC4!important;\n\t\t}\n\n\t\tbutton.naylor-tertiary-color {\n\t\t\tborder-color: #800000!important;\n\t\t}\n\n\t\tbutton.naylor-tertiary-color:hover {\n\t\t\tcolor: #FFFFFF!important;\n\t\t\tbackground-color: #800000!important;\n\t\t\tborder-color: #CBBEB5!important;\n\t\t}\n\t\n\t</style>\n\t<script id=\"naylor-privacy-script\" data-org-name=\"AFCOM Careers\" data-mode=\"passive\" data-policy-url=\"/legal/cookies/\" type=\"text/javascript\" src=\"https://cdn.naylor.com/end-user-privacy/index.js\"/><script type=\"text/javascript\">&#13;\n\t\t\t\t\tvar _gaq = _gaq || [];&#13;\n\t\t\t\t\tvar _btiGAPrefix = [];&#13;\n\t\t\t\t\tvar _btiUGAEventLabel = \"AFCOM (734175)\";&#13;\n&#13;\n\t\t\t\t\t&#13;\n\t\t\t\t\t\t// Univeral Analytics Script Load&#13;\n\t\t\t\t\t\tif(window.naylorPrivacy.shouldLoad('Performance')) {&#13;\n\t\t\t\t\t\t\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){&#13;\n\t\t\t\t\t\t\t\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),&#13;\n\t\t\t\t\t\t\t\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)&#13;\n\t\t\t\t\t\t\t})(window,document,'script','//www.google-analytics.com/analytics.js','_btiUGA');&#13;\n\t\t\t\t\t\t} else {&#13;\n\t\t\t\t\t\t\t_btiUGA = function() {}; // No-op block&#13;\n\t\t\t\t\t\t}&#13;\n\t\t\t\t\t&#13;\n\t\t\t\t\t\t\t\t_btiGAPrefix.push('');&#13;\n\t\t\t\t\t\t\t\t_gaq.push(['_setAccount', 'UA-21984491-5']);&#13;\n\t\t\t\t\t\t\t\t_gaq.push(['_setDomainName','afcom.com']);&#13;\n\t\t\t\t\t\t\t\t_gaq.push(['_setAllowLinker',true]);&#13;\n\t\t\t\t\t\t\t\t_gaq.push(['_gat._anonymizeIp',true]);&#13;\n&#13;\n\t\t\t\t\t\t\t\t&#13;\n\t\t\t\t\t\t\t\t\t_gaq.push(['_trackPageview']);&#13;\n\t\t\t\t\t\t\t\t&#13;\n&#13;\n\t\t\t\t\t\t_btiUGA('create', 'UA-997933-3', 'afcom.com', {'name':'b','allowLinker':true});&#13;\n&#13;\n\t\t\t\t\t\t&#13;\n\t\t\t\t\t\t\t_btiUGA('b.require', 'linker');&#13;\n\t\t\t\t\t\t\t_btiUGA('b.linker:autoLink', ['boxwoodtech.com','naylornetwork.com','jobcontrolcenter.com','directjobs.com']);&#13;\n\t\t\t\t\t\t&#13;\n&#13;\n\t\t\t\t\t\t// set anonymizer&#13;\n\t\t\t\t\t\t_btiUGA('b.set', 'anonymizeIp', true);&#13;\n&#13;\n\t\t\t\t\t\t&#13;\n\t\t\t\t\t\t\t_btiUGA('b.send', 'pageview');&#13;\n\t\t\t\t\t\t&#13;\n\t\t\t\t\t\tif(window.naylorPrivacy.shouldLoad('Performance')) {&#13;\n\t\t\t\t\t\t\t// Classic Analytics Script Load true&#13;\n\t\t\t\t\t\t\t(function() {&#13;\n\t\t\t\t\t\t\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;&#13;\n\t\t\t\t\t\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';&#13;\n\t\t\t\t\t\t\t\tvar s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);&#13;\n\t\t\t\t\t\t\t})();&#13;\n\t\t\t\t\t\t}&#13;\n\t\t\t\t\t&#13;\n\t\t\t\t</script> <link href=\"/extmin/1.9.2/lib/js/jquery/css/base-jquery-ui-theme-1.9.2.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/pics/font-awesome-4.7.0/css/font-awesome.min.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/4.44/website/master.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/1001/employers/showcase/ext/main.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/1027/searchv4/ext/main.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/1002/lib/js/jquery/css/jquery.multiselect.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/1039/searchv3/detail/ext/jobdetail.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/1010/hr/jobs/ext/cf-validate.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/1015/jobseekers/apply-for-job/ext/main.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <link href=\"/extmin/1002/lib/css/social-sharing.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\"/> <script type=\"text/javascript\" src=\"/extmin/2.0.33/lib/js/main-2.0.33-min.js?tracker=null\"/> <script type=\"text/javascript\" src=\"https://maps.google.com/maps/api/js?key=AIzaSyAv3vl_gqdze6pm7sONe0r72KlLsO4HQJ4\"/> <script type=\"text/javascript\" src=\"/extmin/1005/lib/js/ui/googlemap.js\"/> <script type=\"text/javascript\" src=\"/extmin/1009/employers/showcase/ext/main.js\"/> <script type=\"text/javascript\" src=\"/extmin/1006/help/system/ext/main.js\"/> <script type=\"text/javascript\" src=\"/lib/js/jquery/plugins/jquery.tools.1.2.8-no-tooltip.min-w-hack.js\"/> <script type=\"text/javascript\" src=\"/extmin/1006/lib/js/jquery/plugins/jquery.multiselect.js\"/> <script type=\"text/javascript\" src=\"/extmin/1053/searchv4/ext/main.js\"/> <script type=\"text/javascript\" src=\"/extmin/1000/lib/js/jquery/plugins/jquery.placeholder.min.js\"/> <script type=\"text/javascript\" src=\"https://poc.simple-api.com/simple-apply/dist/simple-apply-0.1.0.min.js\"/> <script type=\"text/javascript\" src=\"/extmin/1026/searchv3/detail/ext/jobdetail.js\"/> <script type=\"text/javascript\" src=\"/lib/js/jquery/plugins/jquery.validate.min.js\"/> <script type=\"text/javascript\" src=\"/extmin/1008/lib/js/form-framework.js\"/> <script type=\"text/javascript\" src=\"/extmin/1014/lib/js/bti-form-validation.js\"/> <script type=\"text/javascript\" src=\"/extmin/1043/jobseekers/apply-for-job/ext/main_v2.js\"/> <script type=\"text/javascript\" src=\"/extmin/1001/lib/js/jquery/plugins/jquery.isInViewport.js\"/> <script type=\"text/javascript\" src=\"/extmin/1002/lib/js/tls-1.2-check.js\"/> </head>\n " ]
[ "<title>Telecom Engineer, Employment | AFCOM</title>&#13;\n\t\t\t&#13;\n\t\t\t\t" ]
[ { "key": "datasource", "type": "global", "value": "careers.afcom.com > jobs > telecom engineer" } ]
[ { "char_end_idx": 196, "char_start_idx": 0, "key": "length", "type": "local", "value": "196" }, { "char_end_idx": 295, "char_start_idx": 196, "key": "length", "type": "local", "value": "98" }, { "char_end_idx": 420, "char_start_idx": 295, "key": "length", "type": "local", "value": "124" }, { "char_end_idx": 553, "char_start_idx": 420, "key": "length", "type": "local", "value": "132" }, { "char_end_idx": 702, "char_start_idx": 553, "key": "length", "type": "local", "value": "148" }, { "char_end_idx": 972, "char_start_idx": 702, "key": "length", "type": "local", "value": "269" }, { "char_end_idx": 1128, "char_start_idx": 972, "key": "length", "type": "local", "value": "155" }, { "char_end_idx": 1232, "char_start_idx": 1128, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 1343, "char_start_idx": 1232, "key": "length", "type": "local", "value": "110" }, { "char_end_idx": 1506, "char_start_idx": 1343, "key": "length", "type": "local", "value": "162" }, { "char_end_idx": 1658, "char_start_idx": 1506, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 1745, "char_start_idx": 1658, "key": "length", "type": "local", "value": "86" }, { "char_end_idx": 1831, "char_start_idx": 1745, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 1955, "char_start_idx": 1831, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 2140, "char_start_idx": 1955, "key": "length", "type": "local", "value": "184" }, { "char_end_idx": 2191, "char_start_idx": 2140, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 2277, "char_start_idx": 2191, "key": "length", "type": "local", "value": "85" }, { "char_end_idx": 2345, "char_start_idx": 2277, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 2408, "char_start_idx": 2345, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 2473, "char_start_idx": 2408, "key": "length", "type": "local", "value": "64" }, { "char_end_idx": 2639, "char_start_idx": 2473, "key": "length", "type": "local", "value": "165" }, { "char_end_idx": 2751, "char_start_idx": 2639, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 3088, "char_start_idx": 2751, "key": "length", "type": "local", "value": "336" }, { "char_end_idx": 3160, "char_start_idx": 3088, "key": "length", "type": "local", "value": "71" } ]
[ { "key": "length", "type": "global", "value": "3162" } ]
[ { "char_end_idx": 20, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "#contentstart", "screen-reader-text show-on-focus" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 21, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ste_container_StyleRules", "ContentItemContainer" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 21, "char_start_idx": 21, "html_attrs": { "attrs": [ "class", "data-label", "id" ], "values": [ "InternalHeaderArea WTZone ContentItemContainer", "Internal Area", "WTZone5_Page1 ste_container_ciInteriorFullWidthContent" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 21, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "tabindex" ], "values": [ "contentstart", "-1" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 34, "char_start_idx": 21, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "h1" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "id" ], "values": [ "v2-bti-nav-wrapper" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "bti-nav-dropdown-wrapper", "bti-nav-sub-overview bti-nav-dropdown" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-nav-overview" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "data-config", "href", "class" ], "values": [ "{\"id\":\"search\",\"icon\":\"search\"}", "/jobs/search", "bti-tab ui-tabs-anchor " ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "ui-state-default ui-corner-top ui-tabs-active ui-state-active", "Search" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "data-config", "href", "class" ], "values": [ "{\"id\":\"browse\",\"icon\":\"browse\"}", "/jobs/browse", "bti-tab ui-tabs-anchor " ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "ui-state-default ui-corner-top", "Browse" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 13, "type": "local", "value": "li" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "data-config", "href", "class" ], "values": [ "{\"id\":\"explore\",\"icon\":\"explore\"}", "/jobs/explore", "bti-tab ui-tabs-anchor " ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "a" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "ui-state-default ui-corner-top", "Explore" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 17, "type": "local", "value": "li" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "data-config", "href", "class" ], "values": [ "{\"id\":\"alerts\",\"icon\":\"alerts\"}", "/jobs/alerts", "bti-tab ui-tabs-anchor " ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "a" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "ui-state-default ui-corner-top", "Your Job Alerts" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 21, "type": "local", "value": "li" }, { "char_end_idx": 35, "char_start_idx": 35, "html_attrs": { "attrs": [ "data-config", "href", "class" ], "values": [ "{\"id\":\"saved\",\"icon\":\"saved\"}", "/jobs/saved", "bti-tab ui-tabs-anchor " ] }, "key": "html", "relative_end_pos": 27, "relative_start_pos": 26, "type": "local", "value": "a" }, { "char_end_idx": 37, "char_start_idx": 35, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-ui-saved-job-count-number" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 29, "type": "local", "value": "span" }, { "char_end_idx": 37, "char_start_idx": 35, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "bti-ui-saved-job-circle", "bti-ui-saved-job-count-hidden bti-ui-saved-job-count" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 28, "type": "local", "value": "span" }, { "char_end_idx": 37, "char_start_idx": 35, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "ui-state-default ui-corner-top", "Your Saved Jobs" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 25, "type": "local", "value": "li" }, { "char_end_idx": 37, "char_start_idx": 35, "html_attrs": { "attrs": [ "class" ], "values": [ "ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 37, "char_start_idx": 37, "html_attrs": { "attrs": [ "id" ], "values": [ "bti-jd-sticky-header bti-jd-sticky-content" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 53, "char_start_idx": 37, "html_attrs": { "attrs": [ "class", "title" ], "values": [ "bti-jd-title", "Telecom Engineer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h1" }, { "char_end_idx": 73, "char_start_idx": 54, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-jd-employer-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "src", "width", "height", "alt" ], "values": [ "/images/share/gmail_icon_32.png", "30", "30", "Gmail" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "addthis_button_gmail at300b bti-jd-ring-email-bell" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "addthis_button_facebook" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "addthis_button_twitter" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "addthis_button_linkedin" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "addthis_button_compact" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "addthis_bubble_style" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "src", "alt", "style" ], "values": [ "/images/share/email_icon_32.png", "Email", "width: 30px; height: 30px; vertical-align:baseline;" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "img" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "title", "class", "href" ], "values": [ "Email", "bti-jd-ring-email-bell", "mailto:?subject=Telecom%20Engineer&body=I%20found%20this%20job%20on%20AFCOM%20Careers%20(https://careers.afcom.com)%20and%20thought%20you%20might%20be%20interested.%20%0D%0A%20%0D%0A%20View%20this%20job%20@:%20http://careers.afcom.com/jobs/12183017/telecom-engineer/" ] }, "key": "html", "relative_end_pos": 20, "relative_start_pos": 17, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "src", "width", "alt" ], "values": [ "/images/share/print_icon_32.png", "30", "Print" ] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 22, "type": "local", "value": "img" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class", "href", "title" ], "values": [ "bti-print-link", "javascript:bti.printPage()", "Print" ] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 21, "type": "local", "value": "a" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "addthis_toolbox addthis_default_style addthis_32x32_style" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-jd-sharing noPrint" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "id" ], "values": [ "bti-apply-content" ] }, "key": "html", "relative_end_pos": 31, "relative_start_pos": 30, "type": "local", "value": "div" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "id" ], "values": [ "bti-apply-wrapper" ] }, "key": "html", "relative_end_pos": 32, "relative_start_pos": 29, "type": "local", "value": "div" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-jd-details-action-container bti-jd-details-action" ] }, "key": "html", "relative_end_pos": 35, "relative_start_pos": 34, "type": "local", "value": "div" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-jd-details-container" ] }, "key": "html", "relative_end_pos": 36, "relative_start_pos": 33, "type": "local", "value": "div" }, { "char_end_idx": 73, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-jd-sidebar-container" ] }, "key": "html", "relative_end_pos": 37, "relative_start_pos": 28, "type": "local", "value": "div" }, { "char_end_idx": 296, "char_start_idx": 73, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 43, "type": "local", "value": "p" }, { "char_end_idx": 421, "char_start_idx": 297, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 554, "char_start_idx": 422, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 703, "char_start_idx": 555, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 823, "char_start_idx": 704, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 973, "char_start_idx": 824, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1233, "char_start_idx": 974, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1344, "char_start_idx": 1234, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1507, "char_start_idx": 1345, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1746, "char_start_idx": 1508, "html_attrs": { "attrs": [ "style" ], "values": [ "text-align: left;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1874, "char_start_idx": 1747, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2192, "char_start_idx": 1875, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2346, "char_start_idx": 2193, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2752, "char_start_idx": 2347, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2753, "char_start_idx": 73, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 42, "type": "local", "value": "td" }, { "char_end_idx": 2753, "char_start_idx": 73, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 41, "type": "local", "value": "tr" }, { "char_end_idx": 2753, "char_start_idx": 73, "html_attrs": { "attrs": [ "cellpadding", "cellspacing", "border" ], "values": [ "0", "0", "0" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 40, "type": "local", "value": "table" }, { "char_end_idx": 2753, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-jd-description" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 39, "type": "local", "value": "div" }, { "char_end_idx": 2772, "char_start_idx": 2753, "html_attrs": { "attrs": [ "class" ], "values": [ "more-jobs-like-this" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "span" }, { "char_end_idx": 2792, "char_start_idx": 2773, "html_attrs": { "attrs": [ "href", "class", "data-uga" ], "values": [ "/jobs/12181595", "bti-uga-event", "{\"category\":\"MoreJobsLikeThis\", \"action\":\"Click\", \"label\":\"More Jobs like this on Job Detail Clicked\"}" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 2793, "char_start_idx": 2773, "html_attrs": { "attrs": [ "class", "width" ], "values": [ "job_title", "65%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 2793, "char_start_idx": 2793, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "fa fa-map-marker", "true" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 2827, "char_start_idx": 2793, "html_attrs": { "attrs": [ "class" ], "values": [ "job_location" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2827, "char_start_idx": 2773, "html_attrs": { "attrs": [ "class" ], "values": [ " job_row_highlight " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 2855, "char_start_idx": 2827, "html_attrs": { "attrs": [ "class" ], "values": [ "job_employer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2855, "char_start_idx": 2855, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "fa fa-calendar", "true" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 2867, "char_start_idx": 2855, "html_attrs": { "attrs": [ "class" ], "values": [ "job_date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2867, "char_start_idx": 2827, "html_attrs": { "attrs": [ "class" ], "values": [ " job_row_highlight job_border_bottom" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 2893, "char_start_idx": 2867, "html_attrs": { "attrs": [ "href", "class", "data-uga" ], "values": [ "/jobs/12148650", "bti-uga-event", "{\"category\":\"MoreJobsLikeThis\", \"action\":\"Click\", \"label\":\"More Jobs like this on Job Detail Clicked\"}" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2894, "char_start_idx": 2867, "html_attrs": { "attrs": [ "class", "width" ], "values": [ "job_title", "65%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2894, "char_start_idx": 2894, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "fa fa-map-marker", "true" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 2916, "char_start_idx": 2894, "html_attrs": { "attrs": [ "class" ], "values": [ "job_location" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2916, "char_start_idx": 2867, "html_attrs": { "attrs": [ "class" ], "values": [ " " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 2938, "char_start_idx": 2916, "html_attrs": { "attrs": [ "class" ], "values": [ "job_employer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2938, "char_start_idx": 2938, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "fa fa-calendar", "true" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 2950, "char_start_idx": 2938, "html_attrs": { "attrs": [ "class" ], "values": [ "job_date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2950, "char_start_idx": 2916, "html_attrs": { "attrs": [ "class" ], "values": [ " job_border_bottom" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 2986, "char_start_idx": 2950, "html_attrs": { "attrs": [ "href", "class", "data-uga" ], "values": [ "/jobs/11840476", "bti-uga-event", "{\"category\":\"MoreJobsLikeThis\", \"action\":\"Click\", \"label\":\"More Jobs like this on Job Detail Clicked\"}" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 2987, "char_start_idx": 2950, "html_attrs": { "attrs": [ "class", "width" ], "values": [ "job_title", "65%" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2987, "char_start_idx": 2987, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "fa fa-map-marker", "true" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3009, "char_start_idx": 2987, "html_attrs": { "attrs": [ "class" ], "values": [ "job_location" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3009, "char_start_idx": 2950, "html_attrs": { "attrs": [ "class" ], "values": [ " job_row_highlight " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 3025, "char_start_idx": 3009, "html_attrs": { "attrs": [ "class" ], "values": [ "job_employer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 3025, "char_start_idx": 3025, "html_attrs": { "attrs": [ "class", "aria-hidden" ], "values": [ "fa fa-calendar", "true" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3038, "char_start_idx": 3025, "html_attrs": { "attrs": [ "class" ], "values": [ "job_date" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 3038, "char_start_idx": 3009, "html_attrs": { "attrs": [ "class" ], "values": [ " job_row_highlight job_border_bottom" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 3038, "char_start_idx": 2773, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "tbody" }, { "char_end_idx": 3038, "char_start_idx": 2773, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "table" }, { "char_end_idx": 3038, "char_start_idx": 2773, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "jobs_container", "jobs_container" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 2753, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "bti-jd-more-jobs-like-this", "bti-jd-morelikethis noPrint" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 73, "html_attrs": { "attrs": [ "class", "data-jobid" ], "values": [ "bti-jd-main-container job-embedded-link-container bti-jd-main", "12183017" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 38, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 73, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-jd-content-container" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 27, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 37, "html_attrs": { "attrs": [ "class", "data-job" ], "values": [ "bti-jd-container", "12183017" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 37, "html_attrs": { "attrs": [ "class" ], "values": [ "bti-tab-body" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 37, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "bti-tab-search bti-job-detail", "ui-tabs-panel ui-widget-content ui-corner-bottom" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 35, "html_attrs": { "attrs": [ "id", "class", "data-config" ], "values": [ "bti-job-search-v4", "bti-tabs ui-tabs ui-widget ui-widget-content ui-corner-all", "{\"active\":0}" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 3038, "html_attrs": { "attrs": [ "class" ], "values": [ "close-help" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 3038, "char_start_idx": 3038, "html_attrs": { "attrs": [ "class" ], "values": [ "external-app-help" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 35, "html_attrs": { "attrs": [ "id", "data-btir-mode" ], "values": [ "btir-btidiv-container bti", "1" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3038, "char_start_idx": 3038, "html_attrs": { "attrs": [ "href", "rel", "type", "media" ], "values": [ "/extmin/1032/lib/css/ui-main.css", "stylesheet", "text/css", "screen,print" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "link" }, { "char_end_idx": 3106, "char_start_idx": 3097, "html_attrs": { "attrs": [ "href", "target", "style" ], "values": [ "https://www.enable-javascript.com/", "_blank", "color:white; text-decoration:underline;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3162, "char_start_idx": 3038, "html_attrs": { "attrs": [ "style" ], "values": [ "z-index: 9000; height: 20px; padding:5px; background: #F00; color: #FFF; text-align: center; position: fixed; top: 0; left:0; right:0;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 3038, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 19, "type": "local", "value": "noscript" }, { "char_end_idx": 3162, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "ctl01_TemplateBody_WebPartManager1_gwpciNewContentHtml_96b45444270a408b9c25559b381c4c98_ciNewContentHtml_96b45444270a408b9c25559b381c4c98_Panel_NewContentHtml", "max-width: 1000px; margin: 0 auto; padding:10px; background-color:#fff;" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ste_container_ciNewContentHtml_96b45444270a408b9c25559b381c4c98", "ContentItemContainer" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 21, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "ContentItemContainer WebPartZone iMIS-WebPart", "WebPartZone1_Page1" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 21, "html_attrs": { "attrs": [ "class" ], "values": [ "row col-sm-12" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 21, "html_attrs": { "attrs": [ "class", "data-label", "id" ], "values": [ "col-primary WTZone ", "Main Content", "WTZone7_Page1" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "masterContentArea ContentPanel", "container body-container", "main" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 21, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ctl01_masterWrapper", "wrapper" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 3162, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 3162, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 3162, "html_attrs": { "attrs": [ "id", "style", "class" ], "values": [ "ctl01_WindowManager1_prompttemplate", "display:none;", "rwDialogPopup radprompt" ] }, "key": "html", "relative_end_pos": 15, "relative_start_pos": 12, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 3162, "html_attrs": { "attrs": [ "id", "style" ], "values": [ "ctl01_WindowManager1", "display:none;" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "btir-body-container" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3162, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "MainBody" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 21, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "Skip to main content\n" }, { "char_end_idx": 34, "char_start_idx": 21, "key": "paragraph", "marker": "h1", "type": "local", "value": "Career Center" }, { "char_end_idx": 35, "char_start_idx": 34, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 37, "char_start_idx": 35, "key": "paragraph", "marker": "li", "type": "local", "value": "0\n" }, { "char_end_idx": 53, "char_start_idx": 37, "key": "paragraph", "marker": "h1", "type": "local", "value": "Telecom Engineer" }, { "char_end_idx": 73, "char_start_idx": 53, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nDQE COMMUNICATIONS\n" }, { "char_end_idx": 297, "char_start_idx": 73, "key": "paragraph", "marker": "p", "type": "local", "value": "Provide Sales Support via Customer Meetings (and calls) in order to identify DQE solutions to customer challenges or issues. Must have strong verbal communication skills to relate with customers in a problem-solving manner.\n" }, { "char_end_idx": 422, "char_start_idx": 297, "key": "paragraph", "marker": "p", "type": "local", "value": "Assist SE Manager and Director of Business Development in research, evaluation and/or launch of new products and/or service.\n" }, { "char_end_idx": 555, "char_start_idx": 422, "key": "paragraph", "marker": "p", "type": "local", "value": "Process Development - assist Manager of SE in developing both Sales and Operational processes to increase organizational efficiency.\n" }, { "char_end_idx": 704, "char_start_idx": 555, "key": "paragraph", "marker": "p", "type": "local", "value": "Network records – assist in developing and maintaining (as needed) key network record keeping tools such as NNI/EVC records, customer diagrams, etc.\n" }, { "char_end_idx": 824, "char_start_idx": 704, "key": "paragraph", "marker": "p", "type": "local", "value": "Training - assist Manager of SE in training Sales teams, and other internal teams on products, services, processes, etc\n" }, { "char_end_idx": 974, "char_start_idx": 824, "key": "paragraph", "marker": "p", "type": "local", "value": "Monitor Project status of all pending installations/rearrangements and disconnects in order to ensure that desired process timeframes are maintained.\n" }, { "char_end_idx": 1234, "char_start_idx": 974, "key": "paragraph", "marker": "p", "type": "local", "value": "First Level Proposal Review – first level of proposal review for certain standardized services (including Internet only, Managed services, Colocation, etc.) to ensure that customer proposals are accurate and thorough in terms of product, pricing and language.\n" }, { "char_end_idx": 1345, "char_start_idx": 1234, "key": "paragraph", "marker": "p", "type": "local", "value": "Customer Drawings - create customer-facing Visio drawings of proposed configurations to support sales efforts.\n" }, { "char_end_idx": 1508, "char_start_idx": 1345, "key": "paragraph", "marker": "p", "type": "local", "value": "Order Review/Correction - review all closed won opportunities to ensure all necessary information is captured, and make any technical corrections/edits/additions.\n" }, { "char_end_idx": 1747, "char_start_idx": 1508, "key": "paragraph", "marker": "p", "type": "local", "value": "Provide LOA/CFA Responses - provide Wholesale and Enterprise customers with LOA/CFA documents to be used within meet points of other Data Centers/POPs. Provide DLR Responses (as needed) to wholesale customers within designated timeframes.\n" }, { "char_end_idx": 1875, "char_start_idx": 1747, "key": "paragraph", "marker": "p", "type": "local", "value": "Education Required: Two or Four-year Degree Preferred, or equivalent work experience. Telecom Experience: Minimum of five years\n" }, { "char_end_idx": 2193, "char_start_idx": 1875, "key": "paragraph", "marker": "p", "type": "local", "value": "Strong Problem-solving, Communication and Follow-up & Control skillsets required. Knowledge in communications networks, Ethernet, fiber, routing, switching, storage technologies, security, coS / QoS, BGP, managed solutions, along with legacy voice and data products. Ability to work independently and collaboratively.\n" }, { "char_end_idx": 2347, "char_start_idx": 2193, "key": "paragraph", "marker": "p", "type": "local", "value": "Problems and issues faced are vague but may be recognizable based on past experience. Accountable for some direct level of reasoning and decision making.\n" }, { "char_end_idx": 2753, "char_start_idx": 2347, "key": "paragraph", "marker": "p", "type": "local", "value": "Primary focus is on daily deliverables, outputs and reporting. Typically accountable for managing one’s own time and work flow. Responsibilities are generally tactical in nature and work is typically of moderate complexity requiring the incumbent to draw on previous knowledge to perform role. Continues to build knowledge base and develop capabilities by partnering with more experienced staff as needed.\n" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "paragraph", "marker": "div", "type": "local", "value": "More Jobs Like This\nNetwork Engineer II Temple, Nationwide, United States\nBaylor Scott & White Health 2 Weeks Ago\nNetwork Operations Manager Nashville, Tennessee,\nVanderbilt University 4 Weeks Ago\nAssociate Director of Infrastructure Elon, North Carolina,\nElon University 3 Months Ago\n" }, { "char_end_idx": 3162, "char_start_idx": 3038, "key": "paragraph", "marker": "div", "type": "local", "value": "You do not have JavaScript Enabled on this browser. Please enable it in order to use the full functionality of our website.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Telecom Engineer, Employment | AFCOM" } ]
[ { "key": "url", "type": "global", "value": "https://careers.afcom.com/jobs/12183017/telecom-engineer" } ]
[]
Skip to main content Career Center 0 Telecom Engineer DQE COMMUNICATIONS Provide Sales Support via Customer Meetings (and calls) in order to identify DQE solutions to customer challenges or issues. Must have strong verbal communication skills to relate with customers in a problem-solving manner. Assist SE Manager and Director of Business Development in research, evaluation and/or launch of new products and/or service. Process Development - assist Manager of SE in developing both Sales and Operational processes to increase organizational efficiency. Network records – assist in developing and maintaining (as needed) key network record keeping tools such as NNI/EVC records, customer diagrams, etc. Training - assist Manager of SE in training Sales teams, and other internal teams on products, services, processes, etc Monitor Project status of all pending installations/rearrangements and disconnects in order to ensure that desired process timeframes are maintained. First Level Proposal Review – first level of proposal review for certain standardized services (including Internet only, Managed services, Colocation, etc.) to ensure that customer proposals are accurate and thorough in terms of product, pricing and language. Customer Drawings - create customer-facing Visio drawings of proposed configurations to support sales efforts. Order Review/Correction - review all closed won opportunities to ensure all necessary information is captured, and make any technical corrections/edits/additions. Provide LOA/CFA Responses - provide Wholesale and Enterprise customers with LOA/CFA documents to be used within meet points of other Data Centers/POPs. Provide DLR Responses (as needed) to wholesale customers within designated timeframes. Education Required: Two or Four-year Degree Preferred, or equivalent work experience. Telecom Experience: Minimum of five years Strong Problem-solving, Communication and Follow-up & Control skillsets required. Knowledge in communications networks, Ethernet, fiber, routing, switching, storage technologies, security, coS / QoS, BGP, managed solutions, along with legacy voice and data products. Ability to work independently and collaboratively. Problems and issues faced are vague but may be recognizable based on past experience. Accountable for some direct level of reasoning and decision making. Primary focus is on daily deliverables, outputs and reporting. Typically accountable for managing one’s own time and work flow. Responsibilities are generally tactical in nature and work is typically of moderate complexity requiring the incumbent to draw on previous knowledge to perform role. Continues to build knowledge base and develop capabilities by partnering with more experienced staff as needed. More Jobs Like This Network Engineer II Temple, Nationwide, United States Baylor Scott & White Health 2 Weeks Ago Network Operations Manager Nashville, Tennessee, Vanderbilt University 4 Weeks Ago Associate Director of Infrastructure Elon, North Carolina, Elon University 3 Months Ago You do not have JavaScript Enabled on this browser. Please enable it in order to use the full functionality of our website.
https://careers.afcom.com/jobs/12183017/telecom-engineer
[ { "char_end_idx": 53, "char_start_idx": 37, "key": "entity", "type": "local", "value": "Telecommunications_engineering" }, { "char_end_idx": 153, "char_start_idx": 150, "key": "entity", "type": "local", "value": "Duquesne_Light_Company" }, { "char_end_idx": 351, "char_start_idx": 331, "key": "entity", "type": "local", "value": "Business_development" }, { "char_end_idx": 464, "char_start_idx": 462, "key": "entity", "type": "local", "value": "South_East_England" }, { "char_end_idx": 666, "char_start_idx": 663, "key": "entity", "type": "local", "value": "National_Nanotechnology_Initiative" }, { "char_end_idx": 670, "char_start_idx": 667, "key": "entity", "type": "local", "value": "Extended_Validation_Certificate" }, { "char_end_idx": 735, "char_start_idx": 733, "key": "entity", "type": "local", "value": "South_East_England" }, { "char_end_idx": 1123, "char_start_idx": 1113, "key": "entity", "type": "local", "value": "Colocation_centre" }, { "char_end_idx": 1282, "char_start_idx": 1277, "key": "entity", "type": "local", "value": "Microsoft_Visio" }, { "char_end_idx": 1587, "char_start_idx": 1584, "key": "entity", "type": "local", "value": "Loa,_Utah" }, { "char_end_idx": 1591, "char_start_idx": 1588, "key": "entity", "type": "local", "value": "Country_Fire_Authority" }, { "char_end_idx": 2811, "char_start_idx": 2801, "key": "entity", "type": "local", "value": "Nationwide_Building_Society" }, { "char_end_idx": 2826, "char_start_idx": 2813, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 2885, "char_start_idx": 2867, "key": "entity", "type": "local", "value": "NetOps" }, { "char_end_idx": 2903, "char_start_idx": 2894, "key": "entity", "type": "local", "value": "Nashville,_Tennessee" }, { "char_end_idx": 2914, "char_start_idx": 2905, "key": "entity", "type": "local", "value": "Tennessee" }, { "char_end_idx": 2937, "char_start_idx": 2916, "key": "entity", "type": "local", "value": "2006–07_Vanderbilt_Commodores_men's_basketball_team" }, { "char_end_idx": 2991, "char_start_idx": 2987, "key": "entity", "type": "local", "value": "Elon_University" }, { "char_end_idx": 3007, "char_start_idx": 2993, "key": "entity", "type": "local", "value": "North_Carolina" }, { "char_end_idx": 3024, "char_start_idx": 3009, "key": "entity", "type": "local", "value": "Elon_University" } ]
[ { "char_end_idx": 53, "char_start_idx": 37, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Telecommunications_engineering" }, { "char_end_idx": 297, "char_start_idx": 73, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Duquesne_Light_Company" }, { "char_end_idx": 422, "char_start_idx": 297, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Business_development" }, { "char_end_idx": 555, "char_start_idx": 422, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_East_England" }, { "char_end_idx": 704, "char_start_idx": 555, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "National_Nanotechnology_Initiative" }, { "char_end_idx": 704, "char_start_idx": 555, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Extended_Validation_Certificate" }, { "char_end_idx": 824, "char_start_idx": 704, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "South_East_England" }, { "char_end_idx": 1234, "char_start_idx": 974, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Colocation_centre" }, { "char_end_idx": 1345, "char_start_idx": 1234, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Microsoft_Visio" }, { "char_end_idx": 1747, "char_start_idx": 1508, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Loa,_Utah" }, { "char_end_idx": 1747, "char_start_idx": 1508, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Country_Fire_Authority" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Nationwide_Building_Society" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "United_States" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "NetOps" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Nashville,_Tennessee" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Tennessee" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "2006–07_Vanderbilt_Commodores_men's_basketball_team" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 6, "relative_start_pos": 6, "type": "local", "value": "Elon_University" }, { "char_end_idx": 3038, "char_start_idx": 2753, "key": "entity_paragraph", "relative_end_pos": 7, "relative_start_pos": 7, "type": "local", "value": "North_Carolina" } ]
0
460
1555626396000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Inria - Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves</title> <link href="http://purl.org/dc/elements/1.1/" rel="schema.DC" /> <link href="//static.ccsd.cnrs.fr" rel="dns-prefetch" /> <link href="//cas.ccsd.cnrs.fr" rel="dns-prefetch" /> <link href="//cdn.mathjax.org" rel="dns-prefetch" /> <link href="/img/favicon.png" rel="icon" type="type/png" /> <link href="/search/opensearch" rel="search" type="application/opensearchdescription+xml" title="HAL" /> <link href="/css/print_hal.css" media="print" rel="stylesheet" type="text/css" /> <meta name="citation_doi" content="10.1007/978-3-642-17455-1" /> <meta name="DC.relation.ispartof" content="Pairing 2010 -- 4th International Conference on Pairing-Based Cryptography" /> <meta name="citation_conference_title" content="Pairing 2010 -- 4th International Conference on Pairing-Based Cryptography" /> <meta name="citation_firstpage" content="397-416" /> <meta name="DC.citation.volume" content="6487" /> <meta name="citation_volume" content="6487" /> <meta name="DC.issued" content="2010/12/13" /> <meta name="DC.date" content="2010/12/13" /> <meta name="citation_publication_date" content="2010/12/13" /> <meta name="citation_online_date" content="2010/11/25" /> <meta property="og:url" content="https://hal.inria.fr/inria-00539926/document" /> <meta name="DC.identifier" content="https://hal.inria.fr/inria-00539926/document" /> <meta name="citation_pdf_url" content="https://hal.inria.fr/inria-00539926/document" /> <meta property="og:description" content="This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices." /> <meta name="description" content="This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices." /> <meta name="DC.description" content="This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices." /> <meta name="citation_abstract" content="This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices." /> <meta name="DC.creator" content="Nicolas Estibals" /> <meta name="citation_author" content="Nicolas Estibals" /> <meta property="og:url" content="https://hal.inria.fr/inria-00539926" /> <meta name="DC.identifier" content="inria-00539926" /> <meta name="DC.identifier" content="https://hal.inria.fr/inria-00539926" /> <meta property="og:title" content="Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves" /> <meta name="DC.title" content="Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves" /> <meta name="citation_title" content="Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves" /> <meta property="og:type" content="proceedings" /> <meta name="DC.type" content="proceedings" /> <meta name="DC.language" content="en" /> <meta name="citation_language" content="en" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="en" /> <script type="text/javascript"> //<![CDATA[ var lang = 'en'; //]]> </script> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/css/ccsd_form.css?1555509016" type="text/css" media="screen" /> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/css/custom-theme/jquery-ui-1.10.0.custom.css?1555509016" type="text/css" media="screen" /> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/v3/css/bootstrap.min.css?1555509016" type="text/css" media="screen" /> <link rel="stylesheet" href="//static.ccsd.cnrs.fr/css/ccsd.css?1555509016" type="text/css" media="screen" /> <link rel="stylesheet" href="/css/hal.css?1555509016" type="text/css" media="screen" /> <link rel="stylesheet" href="/public/style.css?1540826069&1555509016" type="text/css" media="screen" /> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/jquery/jquery-1.12.4.min.js?1555509016"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/jquery-ui-1.11.4/jquery-ui.min.js?1555509016"></script> <script type="text/javascript" src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js?1555509016"></script> <script type="text/javascript" src="/js/translations.php?lang=en&1555509016"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/v3/js/bootstrap.min.js?1555509016"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/form.js?1555509016"></script> <script type="text/javascript" src="/js/utile.js?1555509016"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/datepicker/datepicker-en.js?1555509016"></script> <script type="text/javascript" src="//static.ccsd.cnrs.fr/js/datepicker.js?1555509016"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script> <script type='text/x-mathjax-config'>MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['$$','$$']]}});</script> <style type="text/css"> html { position: relative; min-height: 100%; } </style> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="navbar-header "> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#nav-services"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo-ccsd"> <a class="brand" href="https://www.ccsd.cnrs.fr/" title="Centre pour la Communication Scientifique Directe"><img src="/img/ccsd.png" border="0" alt="CCSD" /></a> </div> </div> <div class="collapse navbar-collapse" id="nav-services"> <ul class="nav navbar-nav"> <li class="dropdown active"><a href="#" class="dropdown-toggle" data-toggle="dropdown">HAL <b class="caret" style="border-top-color:#ee5a35;border-bottom-color:#ee5a35;"></b></a> <ul class="dropdown-menu"> <li><a href="https://hal.archives-ouvertes.fr">HAL</a></li> <li><a href="https://halshs.archives-ouvertes.fr">HALSHS</a></li> <li><a href="https://tel.archives-ouvertes.fr">TEL</a></li> <li><a href="https://medihal.archives-ouvertes.fr">MédiHAL</a></li> <li><a href="https://hal.archives-ouvertes.fr/browse/portal">Liste des portails</a></li> <li class="divider"></li> <li><a href="https://aurehal.archives-ouvertes.fr" target="_blank">AURéHAL</a></li> <li><a href="http://api.archives-ouvertes.fr/docs">API</a></li> <li><a href="https://data.archives-ouvertes.fr/" title="HAL SPARQL endpoint">Data</a></li> <li><a href="https://hal.archives-ouvertes.fr/section/documentation" rel="help">Documentation</a></li> </ul></li> <li class="dropdown "> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Episciences.org <b class="caret" style="border-top-color:#ee5a35;border-bottom-color:#ee5a35;"></b></a> <ul class="dropdown-menu"> <li><a href="https://www.episciences.org">Episciences.org</a></li> <li><a href="https://www.episciences.org/page/journals">Journals</a></li> <li class="divider"></li> <li><a href="https://doc.episciences.org/" rel="help">Documentation</a></li> </ul> </li> <li class=""> <a href="https://www.sciencesconf.org">Sciencesconf.org</a></li> <li><a href="https://support.ccsd.cnrs.fr">Support</a></li> </ul> <div class="nav navbar-nav navbar-right"> <form class="form-inline pull-right" style="margin-top: 8px; margin-right: 8px;" action="/user/login" id="form-login" method="post"> <input type="hidden" name="forward-controller" value="view" /> <input type="hidden" name="forward-action" value="index" /> <input type="hidden" name="identifiant" value="inria-00539926" /> <div class="btn-group"> <button class="btn btn-small btn-primary" type="button" onclick="$('#form-login').submit();" accesskey="l"> <i class="glyphicon glyphicon-user glyphicon-white"></i>&nbsp;Sign in </button> <button class="btn btn-small btn-primary dropdown-toggle" data-toggle="dropdown" type="button"> <span class="caret" style="border-top-color: #fff; border-bottom-color: #fff;"></span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#" onclick="$('#form-login').submit();">Sign in</a></li> <li><a id="getorcid" href="https://orcid.org/oauth/authorize?client_id=APP-O6Y5HZD2SFM7ON6Z&response_type=code&scope=/authenticate&redirect_uri=https://hal.archives-ouvertes.fr/user/coext?url=https://hal.inria.fr/inria-00539926">Sign in with ORCID</a></li> <li class="divider"></li> <li><a href="/user/create">Create account</a></li> <li class="divider"></li> <li><a href="/user/lostpassword">Forgot your password?</a></li> <li><a href="/user/lostlogin">Have you forgotten your login?</a></li> </ul> </div> </form> </div> <form action="" method="post" id="formLang"> <input type="hidden" name="lang" id="lang" value="" /> <ul class="nav navbar-nav navbar-right navbar-lang"> <li class=" "><a href="javascript:void(0);" title="fr" onclick="$('#lang').val('fr');$('#formLang').submit();"><span class="badge small">fr</span></a></li> <li class=" active"><a href="javascript:void(0);" title="en" onclick="$('#lang').val('en');$('#formLang').submit();"><span class="badge small">en</span></a></li> </ul> </form> </div> </div> <div id="container" class="container"> <div class="logo"> <table width="100%" cellpadding="0" style="position:relative;"> <tr> <td align="left"><span class="h1" style="h1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HAL-Inria</span></td> <td align="right"><span class="h2e" style="h2e"><i>Publications, software ... of Inria's scientists&nbsp;&nbsp;&nbsp;</i></span></td> </tr> </table> </div> <div class="row"> <div class="col-md-12"> <style type="text/css"> .nav-tabs > li { margin-bottom: -2px; } .dropdown:hover>.dropdown-menu { display: block; } </style> <div id="global-navigation" class="sidebar-nav" role="navigation"> <ul class="nav nav-tabs"> <li class=""><a href="/" >Home</a></li> <li class=""><a href="/submit/index" >Submit</a></li> <li class="dropdown "> <a href="/section/consulter" class="dropdown-toggle" data-toggle="dropdown">Browse all HAL<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="/browse/period" >by writing date</a></li> <li><a href="/browse/domain" >by domain</a></li> <li><a href="/browse/doctype" >by publication type</a></li> <li><a href="/browse/collection" >by collection</a></li> <li><a href="https://arxiv.org/" onclick="this.target='_blank'" >arXiv</a></li> <li><a href="/browse/last" >last submissions</a></li> </ul> </li> <li class=""><a href="https://hal.inria.fr/INRIA" onclick="this.target='_blank'" >Inria publications</a></li> <li class=""><a href="/search/index" >Search</a></li> <li class="dropdown "> <a href="/section/list11" class="dropdown-toggle" data-toggle="dropdown">Services<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="https://haltools.inria.fr/?action=export&lang=fr" onclick="this.target='_blank'" >HalTools : Create your web page</a></li> <li><a href="https://haltools.inria.fr/?action=exportXML&lang=fr" onclick="this.target='_blank'" >Haltools : RAWEB export </a></li> <li><a href="https://x2hal.inria.fr/" onclick="this.target='_blank'" >X2Hal : Batch import</a></li> <li><a href="https://aurehal.archives-ouvertes.fr/structure/index" onclick="this.target='_blank'" >Find your project team / laboratory</a></li> </ul> </li> <li class="dropdown "> <a href="/section/list16" class="dropdown-toggle" data-toggle="dropdown">Help<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="https://hal.archives-ouvertes.fr/section/documentation" onclick="this.target='_blank'" >HAL V3 inline help</a></li> <li><a href="http://blog.ccsd.cnrs.fr/" onclick="this.target='_blank'" >HAL V3 - Latest developments</a></li> <li><a href="http://api.archives-ouvertes.fr/docs" onclick="this.target='_blank'" >HAL API documentation</a></li> <li><a href="/page/add-thumbnails" >Add Thumbnails</a></li> <li><a href="https://iww.inria.fr/hal/aide/spip.php%3Farticle142&lang=fr.html" onclick="this.target='_blank'" >Inline help Haltools</a></li> <li><a href="https://doc.archives-ouvertes.fr/bib2hal" onclick="this.target='_blank'" >Bib2hal inline help</a></li> </ul> </li> <li class="dropdown "> <a href="/section/openaccess" class="dropdown-toggle" data-toggle="dropdown">OpenAccess<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="/page/inria-soutient-la-science-ouverte" >Inria supporting open science</a></li> </ul> </li> </ul> </div> <div class="corps"> <div id="flash-messages"> </div> <div class="row" id="document"> <div class="col-md-8"> <div class="btn-group dropdown"> <button type="button" class="btn btn-danger">inria-00539926, version 1</button> </div> <h1 class="title"> Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves </h1> <div class="authors"> <span class="author"> <a rel="nofollow" href="/search/index/q/*/authFullName_s/Nicolas+Estibals" target="_blank">Nicolas Estibals</a> <sup>1</sup> </span> <button type="button" class="btn btn-default btn-xs opacity" onclick="displayDiv('.authors', '.authors-details')">Details</button> <div class="structs"> <div class="struct"> </div> <div class="struct"> <span class="structid">1</span> <a rel="nofollow" href="/search/index/q/*/structId_i/119560/" target="_blank"> CARAMEL - Cryptology, Arithmetic: Hardware and Software </a> <div style="padding-left:22px;">Inria Nancy - Grand Est, LORIA - ALGO - Department of Algorithms, Computation, Image and Geometry</div> </div> </div> </div> <div class="authors-details well" style="display:none;"> <div class="row"> <div class="col-md-12"> <blockquote> <strong><i class="glyphicon glyphicon-user"></i>&nbsp; <a rel="nofollow" href="/search/index/q/*/authFullName_s/Nicolas+Estibals" target="_blank">Nicolas Estibals</a> <sup>1</sup> <label class="label label-primary">AuthorId : 439709</label> </strong> <br/><a href="" id="link5cb8f99c750b2" ></a><script type="text/javascript" language="javascript"> decryptMail("[email protected]", "link5cb8f99c750b2", "<i class='glyphicon glyphicon-envelope'></i>")</script> <br/><span class="label label-default">Author</span> </blockquote> </div> </div><div class="row"> </div> <div class="structs"> <div class="well struct"> <span class="structid">1</span> <a href="/search/index/q/*/structId_i/119560" target="_blank">CARAMEL - Cryptology, Arithmetic: Hardware and Software</a><small> (France)</small> <label class="label label-primary">StructId : 119560</label><ul><li><a href="/search/index/q/*/structId_i/129671" target="_blank">Inria Nancy - Grand Est</a><small> (615 rue du Jardin Botanique 54600 Villers-lès-Nancy - France)</small> <label class="label label-primary">StructId : 129671</label><ul><li><a href="/search/index/q/*/structId_i/300009" target="_blank">Inria - Institut National de Recherche en Informatique et en Automatique</a><small> (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France)</small> <label class="label label-primary">StructId : 300009</label></li></ul></li><li><a href="/search/index/q/*/structId_i/423083" target="_blank">LORIA - ALGO - Department of Algorithms, Computation, Image and Geometry</a><small> (France)</small> <label class="label label-primary">StructId : 423083</label><ul><li><a href="/search/index/q/*/structId_i/206040" target="_blank">LORIA - Laboratoire Lorrain de Recherche en Informatique et ses Applications</a><small> (Campus Scientifique BP 239 54506 Vandoeuvre-lès-Nancy Cedex - France)</small> <label class="label label-primary">StructId : 206040</label><ul><li><a href="/search/index/q/*/structId_i/300009" target="_blank">Inria - Institut National de Recherche en Informatique et en Automatique</a><small> (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France)</small> <label class="label label-primary">StructId : 300009</label></li><li><a href="/search/index/q/*/structId_i/413289" target="_blank">UL - Université de Lorraine</a><small> (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France)</small> <label class="label label-primary">StructId : 413289</label></li><li><a href="/search/index/q/*/structId_i/441569" target="_blank">CNRS - Centre National de la Recherche Scientifique</a> : UMR7503<small> (France)</small> <label class="label label-primary">StructId : 441569</label></li></ul></li></ul></li></ul> </div> </div> <div class="text-center"> <button type="button" class="btn btn-default btn-xs" onclick="displayDiv('.authors', '.authors-details')">Hide details</button> </div> </div> <div class="abstract"> <div class="abstract-content"> <strong>Abstract</strong> : This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices. </div> </div> <div class="metadatas"> <div><strong>Document type</strong> : <div class="label label-COMM label-danger"> Conference papers </div> </div> <div><strong>Domain</strong> : <blockquote style="margin-left:65px;margin-top:-15px;"> <div> <div> <strong> <a rel="nofollow" href="/search/index/q/*/level0_domain_s/info" target="_blank">Computer Science [cs]</a> / <a rel="nofollow" href="/search/index/q/*/level1_domain_s/info.info-cr" target="_blank">Cryptography and Security [cs.CR]</a> </strong> </div> </div> </blockquote> </div> </div> <!--<hr />--> <div class="metadatas-complete"> <span class="metadatas-complete-title"> Liste complète des métadonnées </span> <span class="btn-view text-center"><button type="button" class="btn btn-default btn-sm" onclick="viewDocMetadatas(539926)"><i class="glyphicon glyphicon-th-list"></i>&nbsp;Display</button></span> <span class="btn-hide text-center" style="display:none;"><button type="button" class="btn btn-default btn-sm" onclick="hideDocMetadatas()"><i class="glyphicon glyphicon-th-list"></i>&nbsp;Hide</button></span> <div class="content"></div> </div> <!-- Cited References --> <br /> <div class="references"> <span class="references-title" id="references-title"> Cited literature [48 references] </span> <span class="references-buttons text-center"> <span class="btn-group" role="group"> <a type="button" id="btn-view" class="btn btn-default btn-sm" onclick="viewDocReferences(539926)"> <i class="glyphicon glyphicon-th-list"></i>&nbsp;Display </a> <a type="button" id="btn-hide" class="btn btn-default btn-sm" onclick="hideDocReferences()"> <i class="glyphicon glyphicon-th-list"></i>&nbsp;Hide </a> <a type="button" target="_blank" class="btn btn-default btn-sm" href="/inria-00539926v1/html_references"> <i class="glyphicon glyphicon-download"></i>&nbsp;Download </a> </span> </span> <div class="content"></div> </div> <script type="text/javascript"> // Display references function viewDocReferences(docId) { var referencesContent = '.references .content'; if ($(referencesContent).is(':hidden')) { $('.references #btn-view').hide(); $(referencesContent).toggle('slow'); $('.references #btn-hide').show(); } else { $(referencesContent).html(getLoader()); $.ajax({ url: "/view/references", type: "post", data: {docId:docId, actionReference:'renderReferences'}, success: function(data) { $('.references #btn-view').hide(); $(referencesContent).html(data); linkifyElem ('.references .content .linkify'); $('.references #btn-hide').show(); // Par défaut, on affiche seulement les références bien formées sortReferences('well'); } }); } } // Hide references function hideDocReferences() { $('.references #btn-view').show(); $('.references .content, .references #btn-hide').hide(); } </script> <!-- Gallery --> <hr /> <div> <small> https://hal.inria.fr/inria-00539926<br /> Contributor : <a rel="nofollow" href="/search/index/q/*/contributorId_i/142625/" target="_blank">Nicolas Estibals</a> &lt;<a href="" id="link5cb8f99c7d0c2" ></a><script type="text/javascript" language="javascript"> decryptMail("[email protected]", "link5cb8f99c7d0c2", "")</script>&gt;<br/> Submitted on : Thursday, November 25, 2010 - 3:28:08 PM<br /> Last modification on : Tuesday, December 18, 2018 - 4:18:25 PM<br /> Document(s) archivé(s) le : Saturday, December 3, 2016 - 12:35:14 AM<br /> </small> </div> </div> <div class="col-md-4"> <!-- Fichiers --> <div class="widget widget-files"> <h3 class="widget-header"> File </h3> <div class="widget-content"> <div class="row"> <div class="col-md-4 text-center"> <a href="https://hal.inria.fr/inria-00539926/document" target="_blank"> <img src="//thumb.ccsd.cnrs.fr/5071366/small" border="0" class="img-thumbnail"/> </a> </div> <div class="col-md-8"> <a href="https://hal.inria.fr/inria-00539926/document" target="_blank" data-toggle="tooltip" title="pairing2010.pdf - 492.26 Ko">pairing2010.pdf</a> <div>Files produced by the author(s)</div> </div> </div> </div> </div> <!-- Licence --> <!-- Open Access --> <!-- Identifiants --> <div class="widget widget-identifiants"> <h3 class="widget-header">Identifiers</h3> <div class="widget-content"> <ul> <li>HAL Id : <strong>inria-00539926, version 1</strong></li> <li>DOI : <strong> <a href="https://dx.doi.org/10.1007/978-3-642-17455-1" target="_blank">10.1007/978-3-642-17455-1</a> </strong></li> </ul> </div> </div> <!-- Données de la recherche --> <!-- Collections --> <div class="widget widget-collection"> <h3 class="widget-header">Collections</h3> <div class="widget-content"> <p><a href="/INRIA" target="_blank" data-toggle="tooltip" title="INRIA">INRIA</a> | <a href="/UNIV-LORRAINE" target="_blank" data-toggle="tooltip" title="UNIV-LORRAINE">UNIV-LORRAINE</a> | <a href="/LORIA-ALGO" target="_blank" data-toggle="tooltip" title="LORIA-ALGO">LORIA-ALGO</a> | <a href="/LORIA" target="_blank" data-toggle="tooltip" title="LORIA">LORIA</a></p> </div> </div> <!-- Relations --> <!-- Citation --> <div class="widget widget-citation"> <h3 class="widget-header">Citation</h3> <div class="widget-content ref-biblio"> Nicolas Estibals. Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves. Marc Joye and Atsuko Miyaji and Akira Otsuka. <i>Pairing 2010 -- 4th International Conference on Pairing-Based Cryptography</i>, Dec 2010, Yamanaka Hot Spring, Japan. 6487, pp.397-416, 2010, Lecture Notes in Computer Science. <a target="_blank" href="https://dx.doi.org/10.1007/978-3-642-17455-1">&#x3008;10.1007/978-3-642-17455-1&#x3009;</a>. <a target="_blank" href="https://hal.inria.fr/inria-00539926">&#x3008;inria-00539926&#x3009;</a> </div> </div> <!-- Export --> <div class="widget widget-export"> <h3 class="widget-header">Export</h3> <div class="widget-content" style="text-align:center"> <a class="widget-export-btn btn btn-default btn-sm" href="/inria-00539926v1/bibtex" role="button" target="_blank">BibTeX</a> <a class="widget-export-btn btn btn-default btn-sm" href="/inria-00539926v1/tei" role="button" target="_blank">TEI</a> <a class="widget-export-btn btn btn-default btn-sm" href="/inria-00539926v1/dc" role="button" target="_blank">DC</a> <a class="widget-export-btn btn btn-default btn-sm" href="/inria-00539926v1/dcterms" role="button" target="_blank">DCterms</a> <a class="widget-export-btn btn btn-default btn-sm" href="/inria-00539926v1/endnote" role="button">EndNote</a> </div> </div> <!-- Partager --> <div class="widget widget-share"> <h3 class="widget-header">Share</h3> <div class="widget-content" > <!-- AddToAny BEGIN --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_email"></a> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> </div> <script async src="https://static.addtoany.com/menu/page.js"></script> <!-- AddToAny END --> </div> </div> <!-- Altmetrics --> <div class="widget widget-metrics"> <h3 class="widget-header">Metrics</h3> <div class="widget-content" style="text-align: center"> <div class="row"> <div class="col-md-6"> <div style="height:3em"><strong>Record views</strong></div> <h2 style="margin-top:10px;"><span class="label label-primary">182</span></h2> </div> <div class="col-md-6"> <div style="height:3em"><strong>Files downloads</strong></div> <h2 style="margin-top:10px;"><span class="label label-primary">194</span></h2> </div> </div> <hr style="margin-top:20px;margin-bottom:20px;"/> <div data-badge-details="right" data-badge-type="donut" data-hide-no-mentions="false" class="altmetric-embed" data-doi='10.1007/978-3-642-17455-1' ></div> </div> </div> <!-- Research Data --> </div> </div> <script type="text/javascript"> $(function () { /*$('.dropdown').hover(function() { $(this).find('.dropdown-menu').stop(true,true).slideDown( 300 ); }, function() { $(this).find('.dropdown-menu').stop(true,true).slideUp( 300 ); });*/ $('.btn-lang>button').click(function(){ $(this).parent().find('button').removeClass('active'); $(this).addClass('active').closest('.row').find('.col-content>div').hide(); $(this).closest('.row').find('.col-content .content-' + $(this).attr('attr-lang')).show(); }); linkifyElem ('.linkify'); }); function linkifyElem (selector) { $('.linkify').each(function(){ $(this).html(linkify($(this).html())); }); } function displayDiv(selector1, selector2) { if ($(selector1).is(':visible')) { $(selector1).toggle('hide'); $(selector2).toggle('show'); } else { $(selector2).toggle('hide'); $(selector1).toggle('show'); } } function viewDocMetadatas(docid) { if ($('.metadatas-complete .content').is(':hidden')) { $('.metadatas-complete .btn-view').hide(); $('.metadatas-complete .content').toggle('slow'); $('.metadatas-complete .btn-hide').show(); } else { $('.metadatas-complete .content').html(getLoader()); $.ajax({ url: "/view/metadata", type: "post", data: {docid:docid}, success: function( data ) { $('.metadatas-complete .btn-view').hide(); $('.metadatas-complete .content').html(data); linkifyElem ('.metadatas-complete .content'); $('.metadatas-complete .btn-hide').show(); } }); } } function hideDocMetadatas() { $('.metadatas-complete .btn-view').show(); $('.metadatas-complete .content, .metadatas-complete .btn-hide').hide(); } </script> </div> </div> </div> </div> </div> <div class="footer"> <div class="footer-contact"> <h4>Contact</h4> <br /> <a href="mailto:[email protected]" target="_blank">[email protected]</a></div> </div> <script type="text/javascript"> $(document).ready(function () { $(document.body).tooltip({ selector: '[data-toggle="tooltip"]' , html: true, container: 'body'}); }); </script> <script type="text/javascript"> var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik-hal.ccsd.cnrs.fr/" : "http://piwik-hal.ccsd.cnrs.fr/"); document.write(decodeURI("%3Cscript src=\'" + pkBaseURL + "piwik.js\' type=\'text/javascript\'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 27); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); //Archive HAL var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 92); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); } catch( err ) {} </script><noscript><p><img src="https://piwik-hal.ccsd.cnrs.fr/piwik.php?idsite=27" style="border:0" alt="" /></p></noscript> </body> </html>
[]
[ "<head>\n <title>Inria - Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves</title>\n<link href=\"http://purl.org/dc/elements/1.1/\" rel=\"schema.DC\"/>\n<link href=\"//static.ccsd.cnrs.fr\" rel=\"dns-prefetch\"/>\n<link href=\"//cas.ccsd.cnrs.fr\" rel=\"dns-prefetch\"/>\n<link href=\"//cdn.mathjax.org\" rel=\"dns-prefetch\"/>\n<link href=\"/img/favicon.png\" rel=\"icon\" type=\"type/png\"/>\n<link href=\"/search/opensearch\" rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"HAL\"/>\n<link href=\"/css/print_hal.css\" media=\"print\" rel=\"stylesheet\" type=\"text/css\"/>\n<meta name=\"citation_doi\" content=\"10.1007/978-3-642-17455-1\"/>\n<meta name=\"DC.relation.ispartof\" content=\"Pairing 2010 -- 4th International Conference on Pairing-Based Cryptography\"/>\n<meta name=\"citation_conference_title\" content=\"Pairing 2010 -- 4th International Conference on Pairing-Based Cryptography\"/>\n<meta name=\"citation_firstpage\" content=\"397-416\"/>\n<meta name=\"DC.citation.volume\" content=\"6487\"/>\n<meta name=\"citation_volume\" content=\"6487\"/>\n<meta name=\"DC.issued\" content=\"2010/12/13\"/>\n<meta name=\"DC.date\" content=\"2010/12/13\"/>\n<meta name=\"citation_publication_date\" content=\"2010/12/13\"/>\n<meta name=\"citation_online_date\" content=\"2010/11/25\"/>\n<meta property=\"og:url\" content=\"https://hal.inria.fr/inria-00539926/document\"/>\n<meta name=\"DC.identifier\" content=\"https://hal.inria.fr/inria-00539926/document\"/>\n<meta name=\"citation_pdf_url\" content=\"https://hal.inria.fr/inria-00539926/document\"/>\n<meta property=\"og:description\" content=\"This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices.\"/>\n<meta name=\"description\" content=\"This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices.\"/>\n<meta name=\"DC.description\" content=\"This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices.\"/>\n<meta name=\"citation_abstract\" content=\"This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices.\"/>\n<meta name=\"DC.creator\" content=\"Nicolas Estibals\"/>\n<meta name=\"citation_author\" content=\"Nicolas Estibals\"/>\n<meta property=\"og:url\" content=\"https://hal.inria.fr/inria-00539926\"/>\n<meta name=\"DC.identifier\" content=\"inria-00539926\"/>\n<meta name=\"DC.identifier\" content=\"https://hal.inria.fr/inria-00539926\"/>\n<meta property=\"og:title\" content=\"Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves\"/>\n<meta name=\"DC.title\" content=\"Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves\"/>\n<meta name=\"citation_title\" content=\"Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves\"/>\n<meta property=\"og:type\" content=\"proceedings\"/>\n<meta name=\"DC.type\" content=\"proceedings\"/>\n<meta name=\"DC.language\" content=\"en\"/>\n<meta name=\"citation_language\" content=\"en\"/>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n<meta http-equiv=\"Content-Language\" content=\"en\"/>\n<script type=\"text/javascript\">\n //&lt;![CDATA[\n var lang = 'en'; //]]&gt;\n</script>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/css/ccsd_form.css?1555509016\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/css/custom-theme/jquery-ui-1.10.0.custom.css?1555509016\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/v3/css/bootstrap.min.css?1555509016\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"//static.ccsd.cnrs.fr/css/ccsd.css?1555509016\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"/css/hal.css?1555509016\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"stylesheet\" href=\"/public/style.css?1540826069&amp;1555509016\" type=\"text/css\" media=\"screen\"/>\n\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/jquery/jquery-1.12.4.min.js?1555509016\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/jquery-ui-1.11.4/jquery-ui.min.js?1555509016\"/>\n<script type=\"text/javascript\" src=\"https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js?1555509016\"/>\n<script type=\"text/javascript\" src=\"/js/translations.php?lang=en&amp;1555509016\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/v3/js/bootstrap.min.js?1555509016\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/form.js?1555509016\"/>\n<script type=\"text/javascript\" src=\"/js/utile.js?1555509016\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/datepicker/datepicker-en.js?1555509016\"/>\n<script type=\"text/javascript\" src=\"//static.ccsd.cnrs.fr/js/datepicker.js?1555509016\"/>\n\n\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML\" async=\"\"/>\n<script type=\"text/x-mathjax-config\">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['$$','$$']]}});</script>\n\n<style type=\"text/css\">\nhtml {\n\tposition: relative;\n\tmin-height: 100%;\n}\n\n\n</style>\n</head>\n" ]
[ "<title>Inria - Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "hal.inria.fr > inria" } ]
[ { "char_end_idx": 88, "char_start_idx": 0, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 105, "char_start_idx": 88, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 151, "char_start_idx": 105, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 152, "char_start_idx": 151, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 153, "char_start_idx": 152, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2057, "char_start_idx": 153, "key": "length", "type": "local", "value": "1903" }, { "char_end_idx": 2273, "char_start_idx": 2057, "key": "length", "type": "local", "value": "215" }, { "char_end_idx": 2455, "char_start_idx": 2273, "key": "length", "type": "local", "value": "181" }, { "char_end_idx": 2655, "char_start_idx": 2455, "key": "length", "type": "local", "value": "199" }, { "char_end_idx": 2854, "char_start_idx": 2655, "key": "length", "type": "local", "value": "198" }, { "char_end_idx": 2935, "char_start_idx": 2854, "key": "length", "type": "local", "value": "80" }, { "char_end_idx": 2981, "char_start_idx": 2935, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 3059, "char_start_idx": 2981, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 3065, "char_start_idx": 3059, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 3366, "char_start_idx": 3065, "key": "length", "type": "local", "value": "300" }, { "char_end_idx": 3415, "char_start_idx": 3366, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 3507, "char_start_idx": 3415, "key": "length", "type": "local", "value": "91" }, { "char_end_idx": 3553, "char_start_idx": 3507, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 3667, "char_start_idx": 3553, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 3677, "char_start_idx": 3667, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 3726, "char_start_idx": 3677, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 3731, "char_start_idx": 3726, "key": "length", "type": "local", "value": "4" }, { "char_end_idx": 3755, "char_start_idx": 3731, "key": "length", "type": "local", "value": "23" } ]
[ { "key": "length", "type": "global", "value": "3774" } ]
[ { "char_end_idx": 4, "char_start_idx": 4, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "caret", "border-top-color:#ee5a35;border-bottom-color:#ee5a35;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 4, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7, "char_start_idx": 4, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hal.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 7, "char_start_idx": 4, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 14, "char_start_idx": 8, "html_attrs": { "attrs": [ "href" ], "values": [ "https://halshs.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 14, "char_start_idx": 8, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 18, "char_start_idx": 15, "html_attrs": { "attrs": [ "href" ], "values": [ "https://tel.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 18, "char_start_idx": 15, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 26, "char_start_idx": 19, "html_attrs": { "attrs": [ "href" ], "values": [ "https://medihal.archives-ouvertes.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 26, "char_start_idx": 19, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 45, "char_start_idx": 27, "html_attrs": { "attrs": [ "href" ], "values": [ "https://hal.archives-ouvertes.fr/browse/portal" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 45, "char_start_idx": 27, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 46, "char_start_idx": 46, "html_attrs": { "attrs": [ "class" ], "values": [ "divider" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 53, "char_start_idx": 46, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://aurehal.archives-ouvertes.fr", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 53, "char_start_idx": 46, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 57, "char_start_idx": 54, "html_attrs": { "attrs": [ "href" ], "values": [ "http://api.archives-ouvertes.fr/docs" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 57, "char_start_idx": 54, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 62, "char_start_idx": 58, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://data.archives-ouvertes.fr/", "HAL SPARQL endpoint" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 62, "char_start_idx": 58, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 76, "char_start_idx": 63, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://hal.archives-ouvertes.fr/section/documentation", "help" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 76, "char_start_idx": 63, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 77, "char_start_idx": 4, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 77, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown active" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 93, "char_start_idx": 93, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "caret", "border-top-color:#ee5a35;border-bottom-color:#ee5a35;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 93, "char_start_idx": 77, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "#", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 93, "char_start_idx": 77, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 109, "char_start_idx": 93, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.sciencesconf.org" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 109, "char_start_idx": 93, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 117, "char_start_idx": 110, "html_attrs": { "attrs": [ "href" ], "values": [ "https://support.ccsd.cnrs.fr" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 117, "char_start_idx": 110, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 118, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "nav navbar-nav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 118, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "nav navbar-nav navbar-right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 118, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "collapse navbar-collapse", "nav-services" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 118, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navbar navbar-inverse navbar-fixed-top", "navigation" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 127, "char_start_idx": 118, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "h1", "h1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 127, "char_start_idx": 118, "html_attrs": { "attrs": [ "align" ], "values": [ "left" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 177, "char_start_idx": 128, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 177, "char_start_idx": 128, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "h2e", "h2e" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 177, "char_start_idx": 128, "html_attrs": { "attrs": [ "align" ], "values": [ "right" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 177, "char_start_idx": 118, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 8, "type": "local", "value": "tr" }, { "char_end_idx": 177, "char_start_idx": 118, "html_attrs": { "attrs": [ "width", "cellpadding", "style" ], "values": [ "100%", "0", "position:relative;" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 7, "type": "local", "value": "table" }, { "char_end_idx": 177, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "logo" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 181, "char_start_idx": 177, "html_attrs": { "attrs": [ "href" ], "values": [ "/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 181, "char_start_idx": 177, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 188, "char_start_idx": 182, "html_attrs": { "attrs": [ "href" ], "values": [ "/submit/index" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 188, "char_start_idx": 182, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 203, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 203, "char_start_idx": 189, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/consulter", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 219, "char_start_idx": 204, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/period" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 219, "char_start_idx": 204, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 229, "char_start_idx": 220, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/domain" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 229, "char_start_idx": 220, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 249, "char_start_idx": 230, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/doctype" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 249, "char_start_idx": 230, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 263, "char_start_idx": 250, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/collection" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 263, "char_start_idx": 250, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 269, "char_start_idx": 264, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://arxiv.org/", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 269, "char_start_idx": 264, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 286, "char_start_idx": 270, "html_attrs": { "attrs": [ "href" ], "values": [ "/browse/last" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 286, "char_start_idx": 270, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 287, "char_start_idx": 204, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 287, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 305, "char_start_idx": 287, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://hal.inria.fr/INRIA", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 305, "char_start_idx": 287, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 312, "char_start_idx": 306, "html_attrs": { "attrs": [ "href" ], "values": [ "/search/index" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 312, "char_start_idx": 306, "html_attrs": { "attrs": [ "class" ], "values": [ "" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 321, "char_start_idx": 321, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 321, "char_start_idx": 313, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/list11", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 353, "char_start_idx": 322, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://haltools.inria.fr/?action=export&lang=fr", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 353, "char_start_idx": 322, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 378, "char_start_idx": 354, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://haltools.inria.fr/?action=exportXML&lang=fr", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 378, "char_start_idx": 354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 398, "char_start_idx": 378, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://x2hal.inria.fr/", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 398, "char_start_idx": 378, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 434, "char_start_idx": 399, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://aurehal.archives-ouvertes.fr/structure/index", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 434, "char_start_idx": 399, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 435, "char_start_idx": 322, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 435, "char_start_idx": 313, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 439, "char_start_idx": 439, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 439, "char_start_idx": 435, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/list16", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 440, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://hal.archives-ouvertes.fr/section/documentation", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 458, "char_start_idx": 440, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 487, "char_start_idx": 459, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "http://blog.ccsd.cnrs.fr/", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 487, "char_start_idx": 459, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 509, "char_start_idx": 488, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "http://api.archives-ouvertes.fr/docs", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 509, "char_start_idx": 488, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 524, "char_start_idx": 510, "html_attrs": { "attrs": [ "href" ], "values": [ "/page/add-thumbnails" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 524, "char_start_idx": 510, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 545, "char_start_idx": 525, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://iww.inria.fr/hal/aide/spip.php%3Farticle142&lang=fr.html", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 545, "char_start_idx": 525, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 565, "char_start_idx": 546, "html_attrs": { "attrs": [ "href", "onclick" ], "values": [ "https://doc.archives-ouvertes.fr/bib2hal", "this.target='_blank'" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 565, "char_start_idx": 546, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 566, "char_start_idx": 440, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 566, "char_start_idx": 435, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 576, "char_start_idx": 576, "html_attrs": { "attrs": [ "class" ], "values": [ "caret" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "b" }, { "char_end_idx": 576, "char_start_idx": 566, "html_attrs": { "attrs": [ "href", "class", "data-toggle" ], "values": [ "/section/openaccess", "dropdown-toggle", "dropdown" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 577, "char_start_idx": 566, "html_attrs": { "attrs": [ "class" ], "values": [ "dropdown " ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 577, "char_start_idx": 177, "html_attrs": { "attrs": [ "class" ], "values": [ "nav nav-tabs" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 577, "char_start_idx": 177, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "global-navigation", "sidebar-nav", "navigation" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 668, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h1" }, { "char_end_idx": 684, "char_start_idx": 668, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/authFullName_s/Nicolas+Estibals", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 686, "char_start_idx": 685, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 687, "char_start_idx": 668, "html_attrs": { "attrs": [ "class" ], "values": [ "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 694, "char_start_idx": 687, "html_attrs": { "attrs": [ "type", "class", "onclick" ], "values": [ "button", "btn btn-default btn-xs opacity", "displayDiv('.authors', '.authors-details')" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "button" }, { "char_end_idx": 696, "char_start_idx": 695, "html_attrs": { "attrs": [ "class" ], "values": [ "structid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 753, "char_start_idx": 697, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/structId_i/119560/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 850, "char_start_idx": 753, "html_attrs": { "attrs": [ "style" ], "values": [ "padding-left:22px;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 851, "char_start_idx": 695, "html_attrs": { "attrs": [ "class" ], "values": [ "struct" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 851, "char_start_idx": 695, "html_attrs": { "attrs": [ "class" ], "values": [ "structs" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 851, "char_start_idx": 668, "html_attrs": { "attrs": [ "class" ], "values": [ "authors" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 851, "char_start_idx": 851, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-user" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "i" }, { "char_end_idx": 867, "char_start_idx": 851, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/authFullName_s/Nicolas+Estibals", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 869, "char_start_idx": 868, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "sup" }, { "char_end_idx": 887, "char_start_idx": 870, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 888, "char_start_idx": 851, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "strong" }, { "char_end_idx": 889, "char_start_idx": 889, "html_attrs": { "attrs": [ "href", "id" ], "values": [ "", "link5cb8f99c750b2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 896, "char_start_idx": 890, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-default" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 897, "char_start_idx": 851, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "blockquote" }, { "char_end_idx": 897, "char_start_idx": 851, "html_attrs": { "attrs": [ "class" ], "values": [ "row col-md-12" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 898, "char_start_idx": 897, "html_attrs": { "attrs": [ "class" ], "values": [ "structid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 954, "char_start_idx": 899, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/119560", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 963, "char_start_idx": 954, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 981, "char_start_idx": 964, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1005, "char_start_idx": 982, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/129671", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1068, "char_start_idx": 1005, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1086, "char_start_idx": 1069, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1159, "char_start_idx": 1087, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/300009", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1235, "char_start_idx": 1159, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1253, "char_start_idx": 1236, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1254, "char_start_idx": 1087, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1254, "char_start_idx": 1087, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1254, "char_start_idx": 982, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1326, "char_start_idx": 1254, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/423083", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1335, "char_start_idx": 1326, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1353, "char_start_idx": 1336, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1430, "char_start_idx": 1354, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/206040", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1501, "char_start_idx": 1430, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1519, "char_start_idx": 1502, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1592, "char_start_idx": 1520, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/300009", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1668, "char_start_idx": 1592, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1686, "char_start_idx": 1669, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1687, "char_start_idx": 1520, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1714, "char_start_idx": 1687, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/413289", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1773, "char_start_idx": 1714, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 1791, "char_start_idx": 1774, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1792, "char_start_idx": 1687, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1843, "char_start_idx": 1792, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "/search/index/q/*/structId_i/441569", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 1862, "char_start_idx": 1853, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 1880, "char_start_idx": 1863, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-primary" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "label" }, { "char_end_idx": 1881, "char_start_idx": 1792, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1881, "char_start_idx": 1520, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1881, "char_start_idx": 1354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 1881, "char_start_idx": 1354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1881, "char_start_idx": 1254, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 1881, "char_start_idx": 982, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 1881, "char_start_idx": 897, "html_attrs": { "attrs": [ "class" ], "values": [ "structs well struct" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1881, "char_start_idx": 851, "html_attrs": { "attrs": [ "class", "style" ], "values": [ "authors-details well", "display:none;" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1889, "char_start_idx": 1881, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "strong" }, { "char_end_idx": 2983, "char_start_idx": 1881, "html_attrs": { "attrs": [ "class" ], "values": [ "abstract abstract-content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 2989, "char_start_idx": 2983, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "strong" }, { "char_end_idx": 2992, "char_start_idx": 2992, "html_attrs": { "attrs": [ "style" ], "values": [ "margin-left:65px;margin-top:-15px;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "blockquote" }, { "char_end_idx": 2992, "char_start_idx": 2983, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2992, "char_start_idx": 2983, "html_attrs": { "attrs": [ "class" ], "values": [ "metadatas" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3026, "char_start_idx": 2993, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "references-title", "references-title" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3026, "char_start_idx": 3026, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-th-list" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "i" }, { "char_end_idx": 3034, "char_start_idx": 3026, "html_attrs": { "attrs": [ "type", "id", "class", "onclick" ], "values": [ "button", "btn-view", "btn btn-default btn-sm", "viewDocReferences(539926)" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3034, "char_start_idx": 3034, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-th-list" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3039, "char_start_idx": 3034, "html_attrs": { "attrs": [ "type", "id", "class", "onclick" ], "values": [ "button", "btn-hide", "btn btn-default btn-sm", "hideDocReferences()" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3039, "char_start_idx": 3039, "html_attrs": { "attrs": [ "class" ], "values": [ "glyphicon glyphicon-download" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3048, "char_start_idx": 3039, "html_attrs": { "attrs": [ "type", "target", "class", "href" ], "values": [ "button", "_blank", "btn btn-default btn-sm", "/inria-00539926v1/html_references" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3048, "char_start_idx": 3026, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "btn-group", "group" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3048, "char_start_idx": 3026, "html_attrs": { "attrs": [ "class" ], "values": [ "references-buttons text-center" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 3048, "char_start_idx": 2993, "html_attrs": { "attrs": [ "class" ], "values": [ "references" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3048, "char_start_idx": 3048, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "hr" }, { "char_end_idx": 3114, "char_start_idx": 3098, "html_attrs": { "attrs": [ "rel", "href", "target" ], "values": [ "nofollow", "/search/index/q/*/contributorId_i/142625/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3116, "char_start_idx": 3116, "html_attrs": { "attrs": [ "href", "id" ], "values": [ "", "link5cb8f99c7d0c2" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3306, "char_start_idx": 3048, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "small" }, { "char_end_idx": 3306, "char_start_idx": 3048, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3306, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-8" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3311, "char_start_idx": 3306, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "h3" }, { "char_end_idx": 3311, "char_start_idx": 3306, "html_attrs": { "attrs": [ "class" ], "values": [ "widget widget-files" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3322, "char_start_idx": 3311, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 3357, "char_start_idx": 3332, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3357, "char_start_idx": 3323, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 3389, "char_start_idx": 3364, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://dx.doi.org/10.1007/978-3-642-17455-1", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3390, "char_start_idx": 3364, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "strong" }, { "char_end_idx": 3390, "char_start_idx": 3358, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3390, "char_start_idx": 3323, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 3390, "char_start_idx": 3323, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3390, "char_start_idx": 3311, "html_attrs": { "attrs": [ "class" ], "values": [ "widget widget-identifiants" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3398, "char_start_idx": 3390, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h3" }, { "char_end_idx": 3629, "char_start_idx": 3555, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 3755, "char_start_idx": 3728, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "https://dx.doi.org/10.1007/978-3-642-17455-1" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3773, "char_start_idx": 3757, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "https://hal.inria.fr/inria-00539926" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3774, "char_start_idx": 3399, "html_attrs": { "attrs": [ "class" ], "values": [ "widget-content ref-biblio" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3774, "char_start_idx": 3390, "html_attrs": { "attrs": [ "class" ], "values": [ "widget widget-citation" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3774, "char_start_idx": 3306, "html_attrs": { "attrs": [ "class" ], "values": [ "col-md-4" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3774, "char_start_idx": 577, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row", "document" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 3774, "char_start_idx": 577, "html_attrs": { "attrs": [ "class" ], "values": [ "corps" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 3774, "char_start_idx": 177, "html_attrs": { "attrs": [ "class" ], "values": [ "row col-md-12" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 3774, "char_start_idx": 118, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "container", "container" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3774, "char_start_idx": 3774, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "noscript" }, { "char_end_idx": 3774, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 7, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "HAL\nHAL" }, { "char_end_idx": 14, "char_start_idx": 7, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHALSHS" }, { "char_end_idx": 18, "char_start_idx": 14, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTEL" }, { "char_end_idx": 26, "char_start_idx": 18, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMédiHAL" }, { "char_end_idx": 45, "char_start_idx": 26, "key": "paragraph", "marker": "li", "type": "local", "value": "\nListe des portails" }, { "char_end_idx": 46, "char_start_idx": 45, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 53, "char_start_idx": 46, "key": "paragraph", "marker": "li", "type": "local", "value": "AURéHAL" }, { "char_end_idx": 57, "char_start_idx": 53, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAPI" }, { "char_end_idx": 62, "char_start_idx": 57, "key": "paragraph", "marker": "li", "type": "local", "value": "\nData" }, { "char_end_idx": 76, "char_start_idx": 62, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDocumentation" }, { "char_end_idx": 77, "char_start_idx": 76, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 93, "char_start_idx": 77, "key": "paragraph", "marker": "li", "type": "local", "value": "Episciences.org\n" }, { "char_end_idx": 109, "char_start_idx": 93, "key": "paragraph", "marker": "li", "type": "local", "value": "Sciencesconf.org" }, { "char_end_idx": 117, "char_start_idx": 109, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSupport" }, { "char_end_idx": 118, "char_start_idx": 117, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 177, "char_start_idx": 118, "key": "paragraph", "marker": "div", "type": "local", "value": "HAL-Inria Publications, software ... of Inria's scientists\n" }, { "char_end_idx": 181, "char_start_idx": 177, "key": "paragraph", "marker": "li", "type": "local", "value": "Home" }, { "char_end_idx": 188, "char_start_idx": 181, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSubmit" }, { "char_end_idx": 219, "char_start_idx": 188, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrowse all HAL\nby writing date" }, { "char_end_idx": 229, "char_start_idx": 219, "key": "paragraph", "marker": "li", "type": "local", "value": "\nby domain" }, { "char_end_idx": 249, "char_start_idx": 229, "key": "paragraph", "marker": "li", "type": "local", "value": "\nby publication type" }, { "char_end_idx": 263, "char_start_idx": 249, "key": "paragraph", "marker": "li", "type": "local", "value": "\nby collection" }, { "char_end_idx": 269, "char_start_idx": 263, "key": "paragraph", "marker": "li", "type": "local", "value": "\narXiv" }, { "char_end_idx": 286, "char_start_idx": 269, "key": "paragraph", "marker": "li", "type": "local", "value": "\nlast submissions" }, { "char_end_idx": 287, "char_start_idx": 286, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 305, "char_start_idx": 287, "key": "paragraph", "marker": "li", "type": "local", "value": "Inria publications" }, { "char_end_idx": 312, "char_start_idx": 305, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSearch" }, { "char_end_idx": 353, "char_start_idx": 312, "key": "paragraph", "marker": "li", "type": "local", "value": "\nServices\nHalTools : Create your web page" }, { "char_end_idx": 378, "char_start_idx": 353, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHaltools : RAWEB export\n" }, { "char_end_idx": 398, "char_start_idx": 378, "key": "paragraph", "marker": "li", "type": "local", "value": "X2Hal : Batch import" }, { "char_end_idx": 434, "char_start_idx": 398, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFind your project team / laboratory" }, { "char_end_idx": 435, "char_start_idx": 434, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 458, "char_start_idx": 435, "key": "paragraph", "marker": "li", "type": "local", "value": "Help\nHAL V3 inline help" }, { "char_end_idx": 487, "char_start_idx": 458, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHAL V3 - Latest developments" }, { "char_end_idx": 509, "char_start_idx": 487, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHAL API documentation" }, { "char_end_idx": 524, "char_start_idx": 509, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdd Thumbnails" }, { "char_end_idx": 545, "char_start_idx": 524, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInline help Haltools" }, { "char_end_idx": 565, "char_start_idx": 545, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBib2hal inline help" }, { "char_end_idx": 566, "char_start_idx": 565, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 577, "char_start_idx": 566, "key": "paragraph", "marker": "ul", "type": "local", "value": "OpenAccess\n" }, { "char_end_idx": 668, "char_start_idx": 577, "key": "paragraph", "marker": "h1", "type": "local", "value": "Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves\n" }, { "char_end_idx": 850, "char_start_idx": 668, "key": "paragraph", "marker": "div", "type": "local", "value": "Nicolas Estibals 1\nDetails\n1 CARAMEL - Cryptology, Arithmetic: Hardware and Software\nInria Nancy - Grand Est, LORIA - ALGO - Department of Algorithms, Computation, Image and Geometry" }, { "char_end_idx": 851, "char_start_idx": 850, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 890, "char_start_idx": 851, "key": "paragraph", "marker": "blockquote+lf", "type": "local", "value": "Nicolas Estibals 1 AuthorId : 439709 \n\n" }, { "char_end_idx": 897, "char_start_idx": 890, "key": "paragraph", "marker": "blockquote+lf", "type": "local", "value": "Author\n" }, { "char_end_idx": 1254, "char_start_idx": 897, "key": "paragraph", "marker": "li", "type": "local", "value": "1 CARAMEL - Cryptology, Arithmetic: Hardware and Software (France) StructId : 119560\nInria Nancy - Grand Est (615 rue du Jardin Botanique 54600 Villers-lès-Nancy - France) StructId : 129671\nInria - Institut National de Recherche en Informatique et en Automatique (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France) StructId : 300009\n" }, { "char_end_idx": 1687, "char_start_idx": 1254, "key": "paragraph", "marker": "li", "type": "local", "value": "LORIA - ALGO - Department of Algorithms, Computation, Image and Geometry (France) StructId : 423083\nLORIA - Laboratoire Lorrain de Recherche en Informatique et ses Applications (Campus Scientifique BP 239 54506 Vandoeuvre-lès-Nancy Cedex - France) StructId : 206040\nInria - Institut National de Recherche en Informatique et en Automatique (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France) StructId : 300009\n" }, { "char_end_idx": 1792, "char_start_idx": 1687, "key": "paragraph", "marker": "li", "type": "local", "value": "UL - Université de Lorraine (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France) StructId : 413289\n" }, { "char_end_idx": 1881, "char_start_idx": 1792, "key": "paragraph", "marker": "div", "type": "local", "value": "CNRS - Centre National de la Recherche Scientifique : UMR7503 (France) StructId : 441569\n" }, { "char_end_idx": 2983, "char_start_idx": 1881, "key": "paragraph", "marker": "div", "type": "local", "value": "Abstract : This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices.\n" }, { "char_end_idx": 2992, "char_start_idx": 2983, "key": "paragraph", "marker": "div", "type": "local", "value": "Domain :\n" }, { "char_end_idx": 3048, "char_start_idx": 2992, "key": "paragraph", "marker": "div", "type": "local", "value": "\nCited literature [48 references] Display Hide Download\n" }, { "char_end_idx": 3306, "char_start_idx": 3048, "key": "paragraph", "marker": "div", "type": "local", "value": "https://hal.inria.fr/inria-00539926\nContributor : Nicolas Estibals <>\nSubmitted on : Thursday, November 25, 2010 - 3:28:08 PM\nLast modification on : Tuesday, December 18, 2018 - 4:18:25 PM\nDocument(s) archivé(s) le : Saturday, December 3, 2016 - 12:35:14 AM\n" }, { "char_end_idx": 3311, "char_start_idx": 3306, "key": "paragraph", "marker": "h3", "type": "local", "value": "File\n" }, { "char_end_idx": 3322, "char_start_idx": 3311, "key": "paragraph", "marker": "h3", "type": "local", "value": "Identifiers" }, { "char_end_idx": 3357, "char_start_idx": 3322, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHAL Id : inria-00539926, version 1" }, { "char_end_idx": 3390, "char_start_idx": 3357, "key": "paragraph", "marker": "div", "type": "local", "value": "\nDOI : 10.1007/978-3-642-17455-1\n" }, { "char_end_idx": 3398, "char_start_idx": 3390, "key": "paragraph", "marker": "h3", "type": "local", "value": "Citation" }, { "char_end_idx": 3774, "char_start_idx": 3398, "key": "paragraph", "marker": "div", "type": "local", "value": "\nNicolas Estibals. Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves. Marc Joye and Atsuko Miyaji and Akira Otsuka. Pairing 2010 -- 4th International Conference on Pairing-Based Cryptography, Dec 2010, Yamanaka Hot Spring, Japan. 6487, pp.397-416, 2010, Lecture Notes in Computer Science. 〈10.1007/978-3-642-17455-1〉. 〈inria-00539926〉\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Inria - Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves" } ]
[ { "key": "url", "type": "global", "value": "https://hal.inria.fr/inria-00539926" } ]
[]
HAL HAL HALSHS TEL MédiHAL Liste des portails AURéHAL API Data Documentation Episciences.org Sciencesconf.org Support HAL-Inria Publications, software ... of Inria's scientists Home Submit Browse all HAL by writing date by domain by publication type by collection arXiv last submissions Inria publications Search Services HalTools : Create your web page Haltools : RAWEB export X2Hal : Batch import Find your project team / laboratory Help HAL V3 inline help HAL V3 - Latest developments HAL API documentation Add Thumbnails Inline help Haltools Bib2hal inline help OpenAccess Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves Nicolas Estibals 1 Details 1 CARAMEL - Cryptology, Arithmetic: Hardware and Software Inria Nancy - Grand Est, LORIA - ALGO - Department of Algorithms, Computation, Image and Geometry Nicolas Estibals 1 AuthorId : 439709 Author 1 CARAMEL - Cryptology, Arithmetic: Hardware and Software (France) StructId : 119560 Inria Nancy - Grand Est (615 rue du Jardin Botanique 54600 Villers-lès-Nancy - France) StructId : 129671 Inria - Institut National de Recherche en Informatique et en Automatique (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France) StructId : 300009 LORIA - ALGO - Department of Algorithms, Computation, Image and Geometry (France) StructId : 423083 LORIA - Laboratoire Lorrain de Recherche en Informatique et ses Applications (Campus Scientifique BP 239 54506 Vandoeuvre-lès-Nancy Cedex - France) StructId : 206040 Inria - Institut National de Recherche en Informatique et en Automatique (Domaine de Voluceau Rocquencourt - BP 105 78153 Le Chesnay Cedex - France) StructId : 300009 UL - Université de Lorraine (34 cours Léopold - CS 25233 - 54052 Nancy cedex - France) StructId : 413289 CNRS - Centre National de la Recherche Scientifique : UMR7503 (France) StructId : 441569 Abstract : This paper presents a novel method for designing compact yet efficient hardware implementations of the Tate pairing over supersingular curves in small characteristic. Since such curves are usually restricted to lower levels of security because of their bounded embedding degree, aiming for the recommended security of 128 bits implies considering them over very large finite fields. We however manage to mitigate this effect by considering curves over field extensions of moderately-composite degree, hence taking advantage of a much easier tower field arithmetic. This technique of course lowers the security on the curves, which are then vulnerable to Weil descent attacks, but a careful analysis allows us to maintain their security above the 128-bit threshold. As a proof of concept of the proposed method, we detail an FPGA ac- celerator for computing the Tate pairing on a supersingular curve over GF(3^(5·97)) , which satisfies the 128-bit security target. On a mid-range Xilinx Virtex-4 FPGA, this accelerator computes the pairing in 2.2 ms while requiring no more than 4755 slices. Domain : Cited literature [48 references] Display Hide Download https://hal.inria.fr/inria-00539926 Contributor : Nicolas Estibals <> Submitted on : Thursday, November 25, 2010 - 3:28:08 PM Last modification on : Tuesday, December 18, 2018 - 4:18:25 PM Document(s) archivé(s) le : Saturday, December 3, 2016 - 12:35:14 AM File Identifiers HAL Id : inria-00539926, version 1 DOI : 10.1007/978-3-642-17455-1 Citation Nicolas Estibals. Compact hardware for computing the Tate pairing over 128-bit-security supersingular curves. Marc Joye and Atsuko Miyaji and Akira Otsuka. Pairing 2010 -- 4th International Conference on Pairing-Based Cryptography, Dec 2010, Yamanaka Hot Spring, Japan. 6487, pp.397-416, 2010, Lecture Notes in Computer Science. 〈10.1007/978-3-642-17455-1〉. 〈inria-00539926〉
https://hal.inria.fr/inria-00539926
[ { "char_end_idx": 3, "char_start_idx": 0, "key": "entity", "type": "local", "value": "Hardware_abstraction" }, { "char_end_idx": 7, "char_start_idx": 4, "key": "entity", "type": "local", "value": "Hardware_abstraction" }, { "char_end_idx": 18, "char_start_idx": 15, "key": "entity", "type": "local", "value": "Educational_technology" }, { "char_end_idx": 36, "char_start_idx": 27, "key": "entity", "type": "local", "value": "Comparison_of_raster_graphics_editors" }, { "char_end_idx": 163, "char_start_idx": 158, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 292, "char_start_idx": 287, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 783, "char_start_idx": 778, "key": "entity", "type": "local", "value": "Simone_Loria" }, { "char_end_idx": 954, "char_start_idx": 933, "key": "entity", "type": "local", "value": "Macintosh" }, { "char_end_idx": 962, "char_start_idx": 956, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1058, "char_start_idx": 1041, "key": "entity", "type": "local", "value": "Villers-lès-Nancy" }, { "char_end_idx": 1067, "char_start_idx": 1061, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1092, "char_start_idx": 1087, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 1159, "char_start_idx": 1095, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 1234, "char_start_idx": 1228, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1259, "char_start_idx": 1254, "key": "entity", "type": "local", "value": "Jeffrey_Loria" }, { "char_end_idx": 1334, "char_start_idx": 1328, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1359, "char_start_idx": 1354, "key": "entity", "type": "local", "value": "Jeffrey_Loria" }, { "char_end_idx": 1500, "char_start_idx": 1494, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1525, "char_start_idx": 1520, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 1592, "char_start_idx": 1528, "key": "entity", "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 1667, "char_start_idx": 1661, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1714, "char_start_idx": 1692, "key": "entity", "type": "local", "value": "University_of_Lorraine" }, { "char_end_idx": 1772, "char_start_idx": 1766, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1796, "char_start_idx": 1792, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 1843, "char_start_idx": 1799, "key": "entity", "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 1861, "char_start_idx": 1855, "key": "entity", "type": "local", "value": "France" }, { "char_end_idx": 1999, "char_start_idx": 1995, "key": "entity", "type": "local", "value": "John_Tate" }, { "char_end_idx": 2550, "char_start_idx": 2546, "key": "entity", "type": "local", "value": "André_Weil" }, { "char_end_idx": 2757, "char_start_idx": 2753, "key": "entity", "type": "local", "value": "John_Tate" }, { "char_end_idx": 2891, "char_start_idx": 2887, "key": "entity", "type": "local", "value": "Field-programmable_gate_array" }, { "char_end_idx": 3456, "char_start_idx": 3452, "key": "entity", "type": "local", "value": "John_Tate" }, { "char_end_idx": 3667, "char_start_idx": 3662, "key": "entity", "type": "local", "value": "Japan" }, { "char_end_idx": 3726, "char_start_idx": 3710, "key": "entity", "type": "local", "value": "Computer_science" } ]
[ { "char_end_idx": 7, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hardware_abstraction" }, { "char_end_idx": 18, "char_start_idx": 14, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Educational_technology" }, { "char_end_idx": 45, "char_start_idx": 26, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Comparison_of_raster_graphics_editors" }, { "char_end_idx": 177, "char_start_idx": 118, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 305, "char_start_idx": 287, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 850, "char_start_idx": 668, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Simone_Loria" }, { "char_end_idx": 1254, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Macintosh" }, { "char_end_idx": 1254, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 1254, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Villers-lès-Nancy" }, { "char_end_idx": 1254, "char_start_idx": 897, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 1687, "char_start_idx": 1254, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Jeffrey_Loria" }, { "char_end_idx": 1687, "char_start_idx": 1254, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 1687, "char_start_idx": 1254, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "French_Institute_for_Research_in_Computer_Science_and_Automation" }, { "char_end_idx": 1792, "char_start_idx": 1687, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "University_of_Lorraine" }, { "char_end_idx": 1792, "char_start_idx": 1687, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 1881, "char_start_idx": 1792, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Centre_national_de_la_recherche_scientifique" }, { "char_end_idx": 1881, "char_start_idx": 1792, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "France" }, { "char_end_idx": 2983, "char_start_idx": 1881, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "John_Tate" }, { "char_end_idx": 2983, "char_start_idx": 1881, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "André_Weil" }, { "char_end_idx": 2983, "char_start_idx": 1881, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Field-programmable_gate_array" }, { "char_end_idx": 3774, "char_start_idx": 3398, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "John_Tate" }, { "char_end_idx": 3774, "char_start_idx": 3398, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Japan" }, { "char_end_idx": 3774, "char_start_idx": 3398, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Computer_science" } ]
0
84
1556045605000
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><script type="text/javascript"> <!-- (new Image).src="https://store.yahoo.net/cgi-bin/refsd?e=http://www.dinnerwareetc.com/1515224.html&h=www.dinnerwareetc.com&v=1.0&dr=" + escape(document.referrer); --> </script> <!--************** EY MASTER TEMPLATE v3.0 - This template is property of EYStudios and may not be copied or redistributed**************--> <head><meta http-equiv="X-UA-Compatible" content="IE=Edge"><title>Stafford Flowers Open Vegetable Dish 9.75 in.</title><title>Stafford Flowers Open Vegetable Dish 9.75 in.</title><meta name="keywords" content="Stafford Flowers Open Vegetable Dish 9.75 in. "><meta name="description" content="Stafford Flowers Open Vegetable Dish 9.75 in. - The Stafford Flowers Open Vegetable Dish 9.75 in. is part of Spode's Stafford Flowers pattern. To clean, gently hand wash in mild soapy water. Spode ..."><script type="application/ld+json">{"@context": "http://schema.org/", "@type": "Product","name":"Stafford Flowers Open Vegetable Dish 9.75 in.","image":"https:\/\/sep.yimg.com\/ay\/herendcollection\/stafford-flowers-open-vegetable-dish-9-75-in-2.gif","sku":"1515224","offers": { "@type": "Offer", "priceCurrency": "USD","price":"390.00","itemCondition":"http:\/\/schema.org\/NewCondition","url":"http:\/\/www.dinnerwareetc.com\/1515224.html","availability":"http:\/\/schema.org\/InStock","seller": {"@type": "Organization", "name":"dinnerwareetc.com"}}}</script><script type="text/javascript" language="javascript" src="http://lib.dinnerwareetc.net/solidcactus/scFrameWork.js"></script> <!--Solid Cactus Click to enlarge v3.0.0--> <link rel="stylesheet" type="text/css" href="http://lib.dinnerwareetc.net/solidcactus/scImageEnlarge.css"> <script type="text/javascript" language="javascript" src="http://lib.dinnerwareetc.net/solidcactus/scImageEnlarge.js"></script><body></body><link href="http://lib.dinnerwareetc.net/solidcactus/styles.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="http://lib.dinnerwareetc.net/solidcactus/solid-image-popup.js"></script> <link rel="stylesheet" href="https://lib.store.yahoo.net/lib/herendcollection/added-styles.css" /> <style type="text/css"> div.ysw-addthis-container { padding-left:35px !important; } .addthis_toolbox, .addthis_default_style { text-align:center; width:218px; } </style><meta name="google-site-verification" content="gCqstz4AG1iNylQuTP5-kWeSsEBCZ-x_0xidlftDe6o" /> <link rel="stylesheet" type="text/css" href="https://lib.store.yahoo.net/lib/herendcollection/dinnerwareetc.css" /> <!--[if IE]> <style type="text/css"> .item-container-a .item-info{margin-left: 2px;} </style> <![endif]--> <script type="text/javascript" src="https://lib.store.yahoo.net/lib/herendcollection/jquery-1.5.2.min.js"></script> <script type="text/javascript" src="https://lib.store.yahoo.net/lib/herendcollection/dinnerwareetc.js"></script><script type="text/javascript">var monitus=monitus||{}; monitus.id=1526;monitus.ga_mode=2;</script><script type="text/javascript" src="https://c3319586.ssl.cf0.rackcdn.com/js/monitus.js"></script></head><body> <!--************** EY DNP **************--> <div id="PageWrapper"> <!--************** HEADER **************--> <div id="Header"><a id="logoLink" href="index.html"></a> <div id="headerlinks"> <a href="http://www.dinnerwareetc.com">HOME</a> <a href="contact.html">CONTACT US</a> <a href="info.html">STORE INFO</a> <a href="shipping.html">SHIPPING</a> <a href="faq.html" class="noBG">FAQ</a> </div> <a id="cartLink" href="http://order.store.yahoo.net/herendcollection/cgi-bin/wg-order?herendcollection"></a> <form action="http://store.yahoo.com/cgi-bin/nsearch"> <input type="hidden" value="herendcollection" name="vwcatalog"> <input type="text" align="middle" size="15" class="area" name="query" value="ENTER KEYWORD OR ITEM #" onfocus="if(this.value=='ENTER KEYWORD OR ITEM #') {this.value='';}" onblur="if(this.value=='') {this.value='ENTER KEYWORD OR ITEM #';}"> <input type="image" align="middle" src="https://lib.store.yahoo.net/lib/herendcollection/ey-go.jpg" id="searchGo"> </form> <a href="shipping.html" id="shippingDetails">CLICK FOR DETAILS <img src="https://lib.store.yahoo.net/lib/herendcollection/ey-shipping-arrow.png" /></a></div> <!--************** RIGHT COLUMN **************--> <div id="RightColumn"><div class="eyBreadcrumbs"><a href="www.dinnerwareetc.com">Home</a> &nbsp;/&nbsp; <a href="spode.html">Spode</a> &nbsp;/&nbsp; <a href="spodechina.html">Spode China</a> &nbsp;/&nbsp; <a href="staffordflowers.html">Spode Stafford Flowers</a> &nbsp;/&nbsp; <a href="stafford-flowers-serving-pieces.html">Serving Pieces</a> &nbsp;/&nbsp; <span class="lastCrumb">Stafford Flowers Open Vegetable Dish 9.75 in.</span></div><div class="page-body"><div class="item-container-a"><div class="item-image floatleft"><center><img src="https://s.yimg.com/aah/herendcollection/stafford-flowers-open-vegetable-dish-9-75-in-8.gif" width=300 height=293 align=middle border=0 hspace=0 vspace=0 alt="Stafford Flowers Open Vegetable Dish 9.75 in."><br></center></div><div class="item-info floatright"><h1 class="eyTitle">Stafford Flowers Open Vegetable Dish 9.75 in.</h1><form method=post action="https://order.store.yahoo.net/herendcollection/cgi-bin/wg-order?herendcollection+1515224" name="orderFrm"><div class="item-info-box">Code: 1515224<br><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=10 width=1 border=0><div class="pit-price">MSRP: $630.00</div><div class="pit-saleprice"><b>$390.00</b></div><div class="pit-yousave">You Save $240.00<b> (38%)</b></div><br><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=5 width=1 border=0><div class="pit-addtocart"><center><input class=order-button valign=absmiddle border=0 type=image src=https://s.yimg.com/aah/herendcollection/woodbury-dessert-bowl-6.gif alt="Add to Cart"></center><input name=vwitem type=hidden value=1515224><input name=vwcatalog type=hidden value=herendcollection></div><br><div class="pit-sendtofriend"><center><a href="javascript:void(0);" onClick="PopUpOpenYahooStore('https://www.insidetheapple.com/iconnect/ic.cfm','ITALogon'); document.forms['ITAForm'].submit();"><img src="https://s.yimg.com/aah/herendcollection/woodbury-dessert-bowl-7.gif" width=146 height=29 border=0 hspace=0 vspace=0 alt="Gift Registry"></a></center></div></div><input type="hidden" name=".autodone" value="https://www.dinnerwareetc.com/1515224.html" /></form><form method=post action="https://www.insidetheapple.com/iconnect/ic.cfm" name="ITAForm" target="ITALogon"><input name="storeid" type=hidden value="481412"><input name="EwishP" type=hidden value=""><input name="specialorder" type=hidden value=0><input name="price" type=hidden value=390><input name="gname" type=hidden value="Stafford Flowers Open Vegetable Dish 9.75 in."><input name="model" type=hidden value="1515224"><input name="skunumid" type=hidden value="1515224"><input name="weight" type=hidden><input name="gdesc" type=hidden value="The Stafford Flowers Open Vegetable Dish 9.75 in. is part of Spode's Stafford Flowers pattern. To clean, gently hand wash in mild soapy water. Spode china has a remarkable history with over 200 years of tradition. Spode is been known around the world as the premier maker of English fine dining. Today, Spode continues to produce timeless classic's along with new design's with a very modern edge. Made from fine bone china, edged with best burnished gold and hand dusted with pure gold flake, Stafford Flowers is one of Spode's most prestigious collections. Part of the Spode heritage since the early 1800's, these superb botanical illustrations in classic style provide a different floral study as the central motif for every piece in the range. Quickly established as one of the great Spode patterns, the elegant effect is further enhanced by the heavy 22 carat gilding."><input name="gdescURL" type=hidden value="https://s.yimg.com/aah/herendcollection/stafford-flowers-open-vegetable-dish-9-75-in-9.gif"><input type="hidden" name=".autodone" value="https://www.dinnerwareetc.com/1515224.html" /></form></div><div class="clear"></div><!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> <a class="addthis_button_pinterest_pinit"></a> <a class="addthis_counter addthis_pill_style"></a> </div> <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=dinnerware"></script> <!-- AddThis Button END --><br><img src="https://s.yimg.com/aah/herendcollection/petite-fleur-lasagne-dish-15-x-10-1-2-in-8.gif" width=148 height=13 border=0 hspace=0 vspace=0 alt="Item Description" title="Item Description"><table><tr><td><div class="item-caption">The Stafford Flowers Open Vegetable Dish 9.75 in. is part of Spode's Stafford Flowers pattern.<br><br>To clean, gently hand wash in mild soapy water.<br><br>Spode china has a remarkable history with over 200 years of tradition. Spode is been known around the world as the premier maker of English fine dining. Today, Spode continues to produce timeless classic's along with new design's with a very modern edge. Made from fine bone china, edged with best burnished gold and hand dusted with pure gold flake, Stafford Flowers is one of Spode's most prestigious collections. Part of the Spode heritage since the early 1800's, these superb botanical illustrations in classic style provide a different floral study as the central motif for every piece in the range. Quickly established as one of the great Spode patterns, the elegant effect is further enhanced by the heavy 22 carat gilding.</div></td></tr></table><br><div class="cross-sell"><div id=cross-sell><span class=header><img src="https://s.yimg.com/aah/herendcollection/petite-fleur-lasagne-dish-15-x-10-1-2-in-9.gif" width=160 height=13 border=0 hspace=0 vspace=0></span><br><table border=0 cellspacing=0 cellpadding=0 width=780><tr><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=5 width=1 border=0></td></tr><tr valign=bottom><td width=171 style="padding: 5px; border: 1px solid #c7c7c7;"><center><a href="1515187.html"><img src="https://s.yimg.com/aah/herendcollection/stafford-flowers-covered-vegetable-dish-10-75-in-5.gif" width=120 height=120 border=0 hspace=0 vspace=0 alt="Stafford Flowers Covered Vegetable Dish 10.75 in." class="conts-im"></a></center><div class="mayAlsoSect"><div class="conts-name"><a href="1515187.html">Stafford Flowers Covered Vegetable Dish 10.75 in.</a></div><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=10 border=0><div class="contentsRegPrice">Reg Price: $1,575.00</div><div class="contentsSalePrice">Sale Price: <span class="salePriceColor">$975.00</span></div></div></td><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=8 border=0></td><td width=171 style="padding: 5px; border: 1px solid #c7c7c7;"><center><a href="21sfl120.html"><img src="https://s.yimg.com/aah/herendcollection/stafford-flowers-covered-sugar-14-oz-6.gif" width=120 height=120 border=0 hspace=0 vspace=0 alt="Stafford Flowers Covered Sugar 14 oz." class="conts-im"></a></center><div class="mayAlsoSect"><div class="conts-name"><a href="21sfl120.html">Stafford Flowers Covered Sugar 14 oz.</a></div><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=10 border=0><div class="contentsRegPrice">Reg Price: $650.00</div><div class="contentsSalePrice">Sale Price: <span class="salePriceColor">$422.50</span></div></div></td><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=8 border=0></td><td width=171 style="padding: 5px; border: 1px solid #c7c7c7;"><center><a href="21sfl052.html"><img src="https://s.yimg.com/aah/herendcollection/stafford-flowers-creamer-7-oz-6.gif" width=120 height=120 border=0 hspace=0 vspace=0 alt="Stafford Flowers Creamer 7 oz." class="conts-im"></a></center><div class="mayAlsoSect"><div class="conts-name"><a href="21sfl052.html">Stafford Flowers Creamer 7 oz.</a></div><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=10 border=0><div class="contentsRegPrice">Reg Price: $446.00</div><div class="contentsSalePrice">Sale Price: <span class="salePriceColor">$276.25</span></div></div></td><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=8 border=0></td><td width=171 style="padding: 5px; border: 1px solid #c7c7c7;"><center><a href="21sfl073.html"><img src="https://s.yimg.com/aah/herendcollection/stafford-flowers-oval-platter-14-in-6.gif" width=120 height=120 border=0 hspace=0 vspace=0 alt="Stafford Flowers Oval Platter 14 in." class="conts-im"></a></center><div class="mayAlsoSect"><div class="conts-name"><a href="21sfl073.html">Stafford Flowers Oval Platter 14 in.</a></div><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=10 border=0><div class="contentsRegPrice">Reg Price: $1,155.00</div><div class="contentsSalePrice">Sale Price: <span class="salePriceColor">$715.00</span></div></div></td></tr><tr valign=top><td valign="bottom" width=171 style="padding-top: 5px;"><font size=2 face="verdana"></font></td><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=8 border=0></td><td valign="bottom" width=171 style="padding-top: 5px;"><font size=2 face="verdana"></font></td><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=8 border=0></td><td valign="bottom" width=171 style="padding-top: 5px;"><font size=2 face="verdana"></font></td><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=1 width=8 border=0></td><td valign="bottom" width=171 style="padding-top: 5px;"><font size=2 face="verdana"></font></td></tr><tr><td><img src="https://sep.yimg.com/ca/Img/trans_1x1.gif" height=10 width=1 border=0></td></tr></table></div></div><br><div class="related-links"> <!--Version 1.3.1--> <div id="sc-seo-related-links"><img src="https://s.yimg.com/aah/herendcollection/discontinued-items-and-patterns-1.gif" width=213 height=15 border=0 hspace=0 vspace=0><ul class="seo-links"><li><a href="1515187.html">Stafford Flowers Covered Vegetable Dish 10.75 in.</a></li><li><a href="21sfl120.html">Stafford Flowers Covered Sugar 14 oz.</a></li><li><a href="21sfl052.html">Stafford Flowers Creamer 7 oz.</a></li><li><a href="21sfl073.html">Stafford Flowers Oval Platter 14 in.</a></li><li><a href="21sfl0697.html">Stafford Flowers Sauce Boat and Stand 17 oz.</a></li><li><a href="21sfl138.html">Stafford Flowers Tea Pot 2 pt.</a></li><li><a href="1515224.html">Stafford Flowers Open Vegetable Dish 9.75 in.</a></li></ul></div></div></div></div></div> <!--************** LEFT COLUMN **************--> <!--************** LEFT COLUMN **************--> <div id="LeftColumn"><img src="https://lib.store.yahoo.net/lib/herendcollection/ey-shop-by-category.jpg" alt="Shop By Category" /><div id="innerLeft"><ul id="leftnavlist" class="leftNav"><li><a href="baking-days-dark-blue.html">Spode Baking Days Dark Blue</a></li><li><a href="baking-days.html">Spode Baking Days Blue</a></li><li><a href="blueitalian.html">Spode Blue Italian</a></li><li><a href="spode-blue-portifino.html">Spode Blue Portifino</a></li><li><a href="blue-room.html">Spode Blue Room</a></li><li><a href="christmasrose.html">Spode Christmas Rose</a></li><li><a href="christmastree.html">Spode Christmas Tree</a></li><li><a href="christmas-tree-grove.html">Spode Christmas Tree Grove</a></li><li><a href="delamere.html">Spode Delamere</a></li><li><a href="spode-delamere-bouquet-.html">Spode Delamere Bouquet</a></li><li><a href="spode-delamere-lakeside.html">Spode Delamere Lakeside</a></li><li><a href="spode-delamere-rural.html">Spode Delamere Rural</a></li><li><a href="spode-glen-lodge.html">Spode Glen Lodge</a></li><li><a href="spode-harvest-collection.html">Spode Harvest</a></li><li><a href="judaica-collection.html">Spode Judaica Collection</a></li><li><a href="staffordflowers.html">Spode Stafford Flowers</a></li><li><a href="staffordwhite.html">Spode Stafford White</a></li><li><a href="woodland.html">Spode Woodland</a></li><li><a href="woodland-american-wildlife.html">Spode Woodland American Wildlife</a></li><li><a href="woodlands-birds-of-prey.html">Spode Woodland Birds of Prey</a></li><li><a href="woodland-fish.html">Spode Woodland North American Fish</a></li><li><a href="woodland-hunting-dogs.html">Spode Woodland Hunting Dogs</a></li><li><a href="spode-woodland-moose.html">Spode Woodland Moose</a></li><li><a href="spode-woodland-rabbit-collection.html">Spode Woodland Rabbit</a></li><li><a href="woodland-turkey.html">Spode Woodland Turkey</a></li></ul><br><br></div><img src="https://lib.store.yahoo.net/lib/herendcollection/ey-social-media.jpg" usemap="#ey-social-media" border="0" /> <map name="ey-social-media"> <area shape="rect" coords="12,10,168,46" href="https://www.facebook.com/pages/DinnerwareEtccom/118483028190430?ref=hl" target=""> <area shape="rect" coords="12,55,159,89" href="https://twitter.com/DinnerwareEtc" target=" "> </map><a target="_blank" href="http://www.reviewbalance.com/DinnerwareEtc"><img src="https://sep.yimg.com/ay/herendcollection/herend-1.gif" width=158 height=80 border=0 hspace=0 vspace=0 style="text-align: center; margin: 0 auto 40px;"></a><img src="https://s.yimg.com/aah/herendcollection/villeroy-and-boch-22.gif" width=158 height=96 border=0 hspace=0 vspace=0><img style="margin: 0 auto;" src="https://lib.store.yahoo.net/lib/herendcollection/ey-why-choose.jpg" alt="Why Choose Us?" title="Why Choose Us?" /></div> <!--************** FOOTER **************--> <div id="Footer"><form name="inputNews" method="post" action="http://www.eyhosting.com/client_data/dinnerwareetc/inputnews.php" target="_blank" id="inputNews"> <input type="text" name="newsemail" id="newsemail" class="newsInput" value="ENTER EMAIL ADDRESS" onblur="if(this.value=='') {this.value='ENTER EMAIL ADDRESS';}" onfocus="if(this.value=='ENTER EMAIL ADDRESS') {this.value='';}"> <input type="image" src="https://lib.store.yahoo.net/lib/herendcollection/ey-join.jpg" class="newsSubmit"> </form> <div id="footerFirst"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top"> <span class="blueHeaders">Company Information</span> </td> <td valign="top"> <span class="blueHeaders">Help Desk</span> </td> </tr> <tr> <td valign="top"> <ul> <li><a href="shipping.html">Expedited Shipping</a></li> <li><a href="privacypolicy.html">Security &amp; Privacy</a></li> <li><a href="returnspolicy.html">Returns Policy</a></li> </ul> <ul> <li class="footerRightLI"><a href="termsofsale.html">Terms of Sale</a></li> <li class="footerRightLI"><a href="gift-certificates.html">Gift Certificates</a></li> <li class="footerRightLI"><a href="ind.html">Site Map</a></li> </ul> <div class="clearBoth"></div> </td> <td valign="top"> <ul> <li><a href="contact.html">Contact Us</a></li> <li><a href="faq.html">FAQs</a></li> <li><a href="testimonials.html">Testimonials</a></li> </ul> <div class="clearBoth"></div> </td> </tr> </table> </div> <div id="copyright"> COPYRIGHT &copy; <script type="text/javascript">var today=new Date(); document.write(today.getFullYear());</script> DINNERWAREETC.COM ALL RIGHTS RESERVED. SITE DESIGN BY <a target="_blank" href="http://www.eystudios.com">EYSTUDIOS</a>. </div></div><script type="text/javascript" language="javascript" src="http://lib.dinnerwareetc.net/solidcactus/Sc-Initialize.js"></script><script type="text/javascript">var google_tag_params = {ecomm_prodid: '1515224', ecomm_pagetype: 'product', ecomm_totalvalue: '390.00'};</script><script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 1072627539; var google_remarketing_only = true; var google_custom_params = window.google_tag_params; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script> <noscript><div style="display:inline;"><img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1072627539/?value=0&amp;guid=ON&amp;script=0"/></div></noscript><!--feedperfect--> <script type="text/javascript" src="http://tracking.feedperfect.com/track.js"></script> <script type="text/javascript"> var fpAccount='bfab754f72'; if (window.fpTrackLanding!=undefined) fpTrackLanding(); </script> <!--feedperfect--><!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1370298049746887'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1370298049746887&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --></div><!-- Exclusive Concepts Script - DO NOT REMOVE OR MOVE --><!--- Conversions On Demand script, more info at https://www.conversionsondemand.com - Do Not Remove or Replace --> <script type='text/javascript'>// <![CDATA[ var cod_page_guid = 'PRODUCT'; var COD_CONFIG = {'platform':'ys', 'stoken':'dinnerwareetc_com'}; (function(){ var divCOD = document.createElement('div'); divCOD.id = 'codScripts'; var bodytag = document.getElementsByTagName('body')[0]; bodytag.appendChild(divCOD); var cod = document.createElement('script'); cod.type = 'text/javascript'; cod.src = 'https://www.conversionsondemand.com/codadmin2/framework/cod-scripts-loader.js'; var s = document.getElementById('codScripts'); s.parentNode.insertBefore(cod, s); })(COD_CONFIG); // ]]></script> <!--- Conversions On Demand script, more info at https://www.conversionsondemand.com - Do Not Remove or Replace --> </body> <script type="text/javascript">var PAGE_ATTRS = {'storeId': 'herendcollection', 'itemId': '1515224', 'isOrderable': '1', 'name': 'Stafford Flowers Open Vegetable Dish 9.75 in@', 'salePrice': '390.00', 'listPrice': '630.00', 'brand': '', 'model': '', 'promoted': '', 'createTime': '1551376161', 'modifiedTime': '1551376161', 'catNamePath': 'Spode > Spode China > Spode Stafford Flowers > Serving PieceP', 'upc': ''};</script><script type="text/javascript"> csell_env = 'bf1'; var storeCheckoutDomain = 'order.store.yahoo.net'; </script> <script type="text/javascript"> // Begin Yahoo Store Generated Code </script> <script type="text/javascript" src="https://s.yimg.com/lq/ult/ylc_1.9.js" ></script> <script type="text/javascript" src="https://s.yimg.com/ae/lib/smbiz/store/csell/beacon-a9518fc6e4.js" > </script> <script type="text/javascript"> // Begin Yahoo Store Generated Code csell_page_data = {}; csell_page_rec_data = []; ts='TOK_STORE_ID'; </script> <script type="text/javascript"> // Begin Yahoo Store Generated Code function csell_GLOBAL_INIT_TAG() { var csell_token_map = {}; csell_token_map['TOK_ITEM_ID_LIST'] = '1515224'; csell_token_map['TOK_BEACON_TYPE'] = 'prod'; csell_token_map['TOK_RAND_KEY'] = 't'; csell_token_map['TOK_SPACEID'] = '2022276099'; csell_token_map['TOK_IS_ORDERABLE'] = '1'; csell_token_map['TOK_STORE_ID'] = 'herendcollection'; csell_token_map['TOK_URL'] = ''; csell_token_map['TOK_ORDER_HOST'] = 'order.store.yahoo.net'; c = csell_page_data; var x = (typeof storeCheckoutDomain == 'string')?storeCheckoutDomain:'order.store.yahoo.net'; var t = csell_token_map; c['s'] = t['TOK_SPACEID']; c['url'] = t['TOK_URL']; c['si'] = t[ts]; c['ii'] = t['TOK_ITEM_ID_LIST']; c['bt'] = t['TOK_BEACON_TYPE']; c['rnd'] = t['TOK_RAND_KEY']; c['io'] = t['TOK_IS_ORDERABLE']; YStore.addItemUrl = 'http%s://'+x+'/'+t[ts]+'/ymix/MetaController.html?eventName.addEvent&cartDS.shoppingcart_ROW0_m_orderItemVector_ROW0_m_itemId=%s&cartDS.shoppingcart_ROW0_m_orderItemVector_ROW0_m_quantity=1&ysco_key_cs_item=1&sectionId=ysco.cart&ysco_key_store_id='+t[ts]; } </script> <script type="text/javascript"> // Begin Yahoo Store Generated Code function csell_REC_VIEW_TAG() { var env = (typeof csell_env == 'string')?csell_env:'prod'; var p = csell_page_data; var a = '/sid='+p['si']+'/io='+p['io']+'/ii='+p['ii']+'/bt='+p['bt']+'-view'+'/en='+env; var r=Math.random(); YStore.CrossSellBeacon.renderBeaconWithRecData(p['url']+'/p/s='+p['s']+'/'+p['rnd']+'='+r+a); } </script> <script type="text/javascript"> // Begin Yahoo Store Generated Code var csell_token_map = {}; csell_token_map['TOK_PAGE'] = 'p'; csell_token_map['TOK_WS_URL'] = 'https://herendcollection.csell.store.yahoo.net/cs/recommend?itemids=1515224&location=p'; csell_token_map['TOK_SHOW_CS_RECS'] = 'false'; csell_token_map['TOK_CURR_SYM'] = '$'; var t = csell_token_map; csell_GLOBAL_INIT_TAG(); YStore.page = t['TOK_PAGE']; YStore.currencySymbol = t['TOK_CURR_SYM']; YStore.crossSellUrl = t['TOK_WS_URL']; YStore.showCSRecs = t['TOK_SHOW_CS_RECS']; </script> <script type="text/javascript" src="https://s.yimg.com/ae/store/secure/recs-1.3.2.2.js" ></script> <script type="text/javascript" > </script> </html>
[]
[ "<head><script type=\"text/javascript\"> \n &lt;!-- \n (new Image).src=\"https://store.yahoo.net/cgi-bin/refsd?e=http://www.dinnerwareetc.com/1515224.html&amp;h=www.dinnerwareetc.com&amp;v=1.0&amp;dr=\" + escape(document.referrer); \n --&gt; \n </script>\n\n<!--************** EY MASTER TEMPLATE v3.0 - This template is property of EYStudios and may not be copied or redistributed**************-->\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/><title>Stafford Flowers Open Vegetable Dish 9.75 in.</title><title>Stafford Flowers Open Vegetable Dish 9.75 in.</title><meta name=\"keywords\" content=\"Stafford Flowers Open Vegetable Dish 9.75 in. \"/><meta name=\"description\" content=\"Stafford Flowers Open Vegetable Dish 9.75 in. - The Stafford Flowers Open Vegetable Dish 9.75 in. is part of Spode's Stafford Flowers pattern. To clean, gently hand wash in mild soapy water. Spode ...\"/><script type=\"application/ld+json\">{\"@context\": \"http://schema.org/\", \"@type\": \"Product\",\"name\":\"Stafford Flowers Open Vegetable Dish 9.75 in.\",\"image\":\"https:\\/\\/sep.yimg.com\\/ay\\/herendcollection\\/stafford-flowers-open-vegetable-dish-9-75-in-2.gif\",\"sku\":\"1515224\",\"offers\": { \"@type\": \"Offer\", \"priceCurrency\": \"USD\",\"price\":\"390.00\",\"itemCondition\":\"http:\\/\\/schema.org\\/NewCondition\",\"url\":\"http:\\/\\/www.dinnerwareetc.com\\/1515224.html\",\"availability\":\"http:\\/\\/schema.org\\/InStock\",\"seller\": {\"@type\": \"Organization\", \"name\":\"dinnerwareetc.com\"}}}</script><script type=\"text/javascript\" language=\"javascript\" src=\"http://lib.dinnerwareetc.net/solidcactus/scFrameWork.js\"/>\n<!--Solid Cactus Click to enlarge v3.0.0-->\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://lib.dinnerwareetc.net/solidcactus/scImageEnlarge.css\"/>\n<script type=\"text/javascript\" language=\"javascript\" src=\"http://lib.dinnerwareetc.net/solidcactus/scImageEnlarge.js\"/></head>" ]
[ "<title>Stafford Flowers Open Vegetable Dish 9.75 in.</title>", "<title>Stafford Flowers Open Vegetable Dish 9.75 in.</title>" ]
[ { "key": "datasource", "type": "global", "value": "www.dinnerwareetc.com > " } ]
[ { "char_end_idx": 33, "char_start_idx": 0, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 51, "char_start_idx": 33, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 227, "char_start_idx": 51, "key": "length", "type": "local", "value": "175" }, { "char_end_idx": 233, "char_start_idx": 227, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 273, "char_start_idx": 233, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 279, "char_start_idx": 273, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 324, "char_start_idx": 279, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 330, "char_start_idx": 324, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 375, "char_start_idx": 330, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 424, "char_start_idx": 375, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 496, "char_start_idx": 424, "key": "length", "type": "local", "value": "71" }, { "char_end_idx": 578, "char_start_idx": 496, "key": "length", "type": "local", "value": "81" }, { "char_end_idx": 680, "char_start_idx": 578, "key": "length", "type": "local", "value": "101" }, { "char_end_idx": 841, "char_start_idx": 680, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 1030, "char_start_idx": 841, "key": "length", "type": "local", "value": "188" }, { "char_end_idx": 1156, "char_start_idx": 1030, "key": "length", "type": "local", "value": "125" }, { "char_end_idx": 1203, "char_start_idx": 1156, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 1209, "char_start_idx": 1203, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 1247, "char_start_idx": 1209, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 1278, "char_start_idx": 1247, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 1315, "char_start_idx": 1278, "key": "length", "type": "local", "value": "36" }, { "char_end_idx": 1360, "char_start_idx": 1315, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 1391, "char_start_idx": 1360, "key": "length", "type": "local", "value": "30" }, { "char_end_idx": 1431, "char_start_idx": 1391, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 1437, "char_start_idx": 1431, "key": "length", "type": "local", "value": "5" }, { "char_end_idx": 2060, "char_start_idx": 1437, "key": "length", "type": "local", "value": "622" }, { "char_end_idx": 2084, "char_start_idx": 2060, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 2110, "char_start_idx": 2084, "key": "length", "type": "local", "value": "25" } ]
[ { "key": "length", "type": "global", "value": "2112" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "href", "rel", "type" ], "values": [ "http://lib.dinnerwareetc.net/solidcactus/styles.css", "stylesheet", "text/css" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "link" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "rel", "href" ], "values": [ "stylesheet", "https://lib.store.yahoo.net/lib/herendcollection/added-styles.css" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "link" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "name", "content" ], "values": [ "google-site-verification", "gCqstz4AG1iNylQuTP5-kWeSsEBCZ-x_0xidlftDe6o" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "meta" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "rel", "type", "href" ], "values": [ "stylesheet", "text/css", "https://lib.store.yahoo.net/lib/herendcollection/dinnerwareetc.css" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "link" }, { "char_end_idx": 99, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 100, "char_start_idx": 100, "html_attrs": { "attrs": [ "id", "href" ], "values": [ "logoLink", "index.html" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 100, "char_start_idx": 100, "html_attrs": { "attrs": [ "id", "href" ], "values": [ "cartLink", "http://order.store.yahoo.net/herendcollection/cgi-bin/wg-order?herendcollection" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 118, "char_start_idx": 118, "html_attrs": { "attrs": [ "src" ], "values": [ "https://lib.store.yahoo.net/lib/herendcollection/ey-shipping-arrow.png" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 118, "char_start_idx": 100, "html_attrs": { "attrs": [ "href", "id" ], "values": [ "shipping.html", "shippingDetails" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 118, "char_start_idx": 100, "html_attrs": { "attrs": [ "id" ], "values": [ "Header" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 122, "char_start_idx": 118, "html_attrs": { "attrs": [ "href" ], "values": [ "www.dinnerwareetc.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "a" }, { "char_end_idx": 130, "char_start_idx": 125, "html_attrs": { "attrs": [ "href" ], "values": [ "spode.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 144, "char_start_idx": 133, "html_attrs": { "attrs": [ "href" ], "values": [ "spodechina.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 169, "char_start_idx": 147, "html_attrs": { "attrs": [ "href" ], "values": [ "staffordflowers.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 186, "char_start_idx": 172, "html_attrs": { "attrs": [ "href" ], "values": [ "stafford-flowers-serving-pieces.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 234, "char_start_idx": 189, "html_attrs": { "attrs": [ "class" ], "values": [ "lastCrumb" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 234, "char_start_idx": 118, "html_attrs": { "attrs": [ "class" ], "values": [ "eyBreadcrumbs" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 280, "char_start_idx": 235, "html_attrs": { "attrs": [ "class" ], "values": [ "eyTitle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h1" }, { "char_end_idx": 281, "char_start_idx": 235, "html_attrs": { "attrs": [ "class" ], "values": [ "item-info floatright" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 282, "char_start_idx": 282, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace", "alt", "title" ], "values": [ "https://s.yimg.com/aah/herendcollection/petite-fleur-lasagne-dish-15-x-10-1-2-in-8.gif", "148", "13", "0", "0", "0", "Item Description", "Item Description" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "img" }, { "char_end_idx": 1157, "char_start_idx": 282, "html_attrs": { "attrs": [ "class" ], "values": [ "item-caption" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 1158, "char_start_idx": 282, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 1158, "char_start_idx": 282, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "tr" }, { "char_end_idx": 1158, "char_start_idx": 282, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "table" }, { "char_end_idx": 1159, "char_start_idx": 1159, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace" ], "values": [ "https://s.yimg.com/aah/herendcollection/petite-fleur-lasagne-dish-15-x-10-1-2-in-9.gif", "160", "13", "0", "0", "0" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 1159, "char_start_idx": 1159, "html_attrs": { "attrs": [ "class" ], "values": [ "header" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "5", "1", "0" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace", "alt", "class" ], "values": [ "https://s.yimg.com/aah/herendcollection/stafford-flowers-covered-vegetable-dish-10-75-in-5.gif", "120", "120", "0", "0", "0", "Stafford Flowers Covered Vegetable Dish 10.75 in.", "conts-im" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "href" ], "values": [ "1515187.html" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 9, "type": "local", "value": "center" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "10", "0" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "class" ], "values": [ "mayAlsoSect" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 15, "type": "local", "value": "div" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "width", "style" ], "values": [ "171", "padding: 5px; border: 1px solid #c7c7c7;" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 8, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "8", "0" ] }, "key": "html", "relative_end_pos": 22, "relative_start_pos": 21, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 23, "relative_start_pos": 20, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace", "alt", "class" ], "values": [ "https://s.yimg.com/aah/herendcollection/stafford-flowers-covered-sugar-14-oz-6.gif", "120", "120", "0", "0", "0", "Stafford Flowers Covered Sugar 14 oz.", "conts-im" ] }, "key": "html", "relative_end_pos": 28, "relative_start_pos": 27, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl120.html" ] }, "key": "html", "relative_end_pos": 29, "relative_start_pos": 26, "type": "local", "value": "a" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 30, "relative_start_pos": 25, "type": "local", "value": "center" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "10", "0" ] }, "key": "html", "relative_end_pos": 33, "relative_start_pos": 32, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "class" ], "values": [ "mayAlsoSect" ] }, "key": "html", "relative_end_pos": 34, "relative_start_pos": 31, "type": "local", "value": "div" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "width", "style" ], "values": [ "171", "padding: 5px; border: 1px solid #c7c7c7;" ] }, "key": "html", "relative_end_pos": 35, "relative_start_pos": 24, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "8", "0" ] }, "key": "html", "relative_end_pos": 38, "relative_start_pos": 37, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 39, "relative_start_pos": 36, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace", "alt", "class" ], "values": [ "https://s.yimg.com/aah/herendcollection/stafford-flowers-creamer-7-oz-6.gif", "120", "120", "0", "0", "0", "Stafford Flowers Creamer 7 oz.", "conts-im" ] }, "key": "html", "relative_end_pos": 44, "relative_start_pos": 43, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl052.html" ] }, "key": "html", "relative_end_pos": 45, "relative_start_pos": 42, "type": "local", "value": "a" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 46, "relative_start_pos": 41, "type": "local", "value": "center" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "10", "0" ] }, "key": "html", "relative_end_pos": 49, "relative_start_pos": 48, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "class" ], "values": [ "mayAlsoSect" ] }, "key": "html", "relative_end_pos": 50, "relative_start_pos": 47, "type": "local", "value": "div" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "width", "style" ], "values": [ "171", "padding: 5px; border: 1px solid #c7c7c7;" ] }, "key": "html", "relative_end_pos": 51, "relative_start_pos": 40, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "8", "0" ] }, "key": "html", "relative_end_pos": 54, "relative_start_pos": 53, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 55, "relative_start_pos": 52, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace", "alt", "class" ], "values": [ "https://s.yimg.com/aah/herendcollection/stafford-flowers-oval-platter-14-in-6.gif", "120", "120", "0", "0", "0", "Stafford Flowers Oval Platter 14 in.", "conts-im" ] }, "key": "html", "relative_end_pos": 60, "relative_start_pos": 59, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl073.html" ] }, "key": "html", "relative_end_pos": 61, "relative_start_pos": 58, "type": "local", "value": "a" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 62, "relative_start_pos": 57, "type": "local", "value": "center" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "10", "0" ] }, "key": "html", "relative_end_pos": 65, "relative_start_pos": 64, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "class" ], "values": [ "mayAlsoSect" ] }, "key": "html", "relative_end_pos": 66, "relative_start_pos": 63, "type": "local", "value": "div" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "width", "style" ], "values": [ "171", "padding: 5px; border: 1px solid #c7c7c7;" ] }, "key": "html", "relative_end_pos": 67, "relative_start_pos": 56, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "valign" ], "values": [ "bottom" ] }, "key": "html", "relative_end_pos": 68, "relative_start_pos": 7, "type": "local", "value": "tr" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "size", "face" ], "values": [ "2", "verdana" ] }, "key": "html", "relative_end_pos": 72, "relative_start_pos": 71, "type": "local", "value": "font" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "valign", "width", "style" ], "values": [ "bottom", "171", "padding-top: 5px;" ] }, "key": "html", "relative_end_pos": 73, "relative_start_pos": 70, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "8", "0" ] }, "key": "html", "relative_end_pos": 76, "relative_start_pos": 75, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 77, "relative_start_pos": 74, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "size", "face" ], "values": [ "2", "verdana" ] }, "key": "html", "relative_end_pos": 80, "relative_start_pos": 79, "type": "local", "value": "font" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "valign", "width", "style" ], "values": [ "bottom", "171", "padding-top: 5px;" ] }, "key": "html", "relative_end_pos": 81, "relative_start_pos": 78, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "8", "0" ] }, "key": "html", "relative_end_pos": 84, "relative_start_pos": 83, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 85, "relative_start_pos": 82, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "size", "face" ], "values": [ "2", "verdana" ] }, "key": "html", "relative_end_pos": 88, "relative_start_pos": 87, "type": "local", "value": "font" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "valign", "width", "style" ], "values": [ "bottom", "171", "padding-top: 5px;" ] }, "key": "html", "relative_end_pos": 89, "relative_start_pos": 86, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "1", "8", "0" ] }, "key": "html", "relative_end_pos": 92, "relative_start_pos": 91, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 93, "relative_start_pos": 90, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "size", "face" ], "values": [ "2", "verdana" ] }, "key": "html", "relative_end_pos": 96, "relative_start_pos": 95, "type": "local", "value": "font" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "valign", "width", "style" ], "values": [ "bottom", "171", "padding-top: 5px;" ] }, "key": "html", "relative_end_pos": 97, "relative_start_pos": 94, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 98, "relative_start_pos": 69, "type": "local", "value": "tr" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "src", "height", "width", "border" ], "values": [ "https://sep.yimg.com/ca/Img/trans_1x1.gif", "10", "1", "0" ] }, "key": "html", "relative_end_pos": 102, "relative_start_pos": 101, "type": "local", "value": "img" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 103, "relative_start_pos": 100, "type": "local", "value": "td" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 104, "relative_start_pos": 99, "type": "local", "value": "tr" }, { "char_end_idx": 1160, "char_start_idx": 1160, "html_attrs": { "attrs": [ "border", "cellspacing", "cellpadding", "width" ], "values": [ "0", "0", "0", "780" ] }, "key": "html", "relative_end_pos": 105, "relative_start_pos": 0, "type": "local", "value": "table" }, { "char_end_idx": 1160, "char_start_idx": 1159, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "cross-sell", "cross-sell" ] }, "key": "html", "relative_end_pos": 106, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1161, "char_start_idx": 1161, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace" ], "values": [ "https://s.yimg.com/aah/herendcollection/discontinued-items-and-patterns-1.gif", "213", "15", "0", "0", "0" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1210, "char_start_idx": 1161, "html_attrs": { "attrs": [ "href" ], "values": [ "1515187.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1210, "char_start_idx": 1161, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 4, "type": "local", "value": "li" }, { "char_end_idx": 1248, "char_start_idx": 1211, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl120.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1248, "char_start_idx": 1211, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1279, "char_start_idx": 1249, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl052.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1279, "char_start_idx": 1249, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1316, "char_start_idx": 1280, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl073.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1316, "char_start_idx": 1280, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1361, "char_start_idx": 1317, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl0697.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1361, "char_start_idx": 1317, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1392, "char_start_idx": 1362, "html_attrs": { "attrs": [ "href" ], "values": [ "21sfl138.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1392, "char_start_idx": 1362, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1438, "char_start_idx": 1393, "html_attrs": { "attrs": [ "href" ], "values": [ "1515224.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1438, "char_start_idx": 1393, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1439, "char_start_idx": 1161, "html_attrs": { "attrs": [ "class" ], "values": [ "seo-links" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "ul" }, { "char_end_idx": 1439, "char_start_idx": 1161, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "related-links", "sc-seo-related-links" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1439, "char_start_idx": 235, "html_attrs": { "attrs": [ "class" ], "values": [ "page-body item-container-a" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1439, "char_start_idx": 118, "html_attrs": { "attrs": [ "id" ], "values": [ "RightColumn" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1439, "char_start_idx": 1439, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://lib.store.yahoo.net/lib/herendcollection/ey-shop-by-category.jpg", "Shop By Category" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1466, "char_start_idx": 1439, "html_attrs": { "attrs": [ "href" ], "values": [ "baking-days-dark-blue.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 1466, "char_start_idx": 1439, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 1489, "char_start_idx": 1467, "html_attrs": { "attrs": [ "href" ], "values": [ "baking-days.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1489, "char_start_idx": 1467, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1508, "char_start_idx": 1490, "html_attrs": { "attrs": [ "href" ], "values": [ "blueitalian.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1508, "char_start_idx": 1490, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1529, "char_start_idx": 1509, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-blue-portifino.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1529, "char_start_idx": 1509, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1545, "char_start_idx": 1530, "html_attrs": { "attrs": [ "href" ], "values": [ "blue-room.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1545, "char_start_idx": 1530, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1566, "char_start_idx": 1546, "html_attrs": { "attrs": [ "href" ], "values": [ "christmasrose.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1566, "char_start_idx": 1546, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1587, "char_start_idx": 1567, "html_attrs": { "attrs": [ "href" ], "values": [ "christmastree.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1587, "char_start_idx": 1567, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1614, "char_start_idx": 1588, "html_attrs": { "attrs": [ "href" ], "values": [ "christmas-tree-grove.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1614, "char_start_idx": 1588, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1629, "char_start_idx": 1615, "html_attrs": { "attrs": [ "href" ], "values": [ "delamere.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1629, "char_start_idx": 1615, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1652, "char_start_idx": 1630, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-delamere-bouquet-.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1652, "char_start_idx": 1630, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1676, "char_start_idx": 1653, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-delamere-lakeside.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1676, "char_start_idx": 1653, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1697, "char_start_idx": 1677, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-delamere-rural.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1697, "char_start_idx": 1677, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1714, "char_start_idx": 1698, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-glen-lodge.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1714, "char_start_idx": 1698, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1728, "char_start_idx": 1715, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-harvest-collection.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1728, "char_start_idx": 1715, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1753, "char_start_idx": 1729, "html_attrs": { "attrs": [ "href" ], "values": [ "judaica-collection.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1753, "char_start_idx": 1729, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1776, "char_start_idx": 1754, "html_attrs": { "attrs": [ "href" ], "values": [ "staffordflowers.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1776, "char_start_idx": 1754, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1797, "char_start_idx": 1777, "html_attrs": { "attrs": [ "href" ], "values": [ "staffordwhite.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1797, "char_start_idx": 1777, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1812, "char_start_idx": 1798, "html_attrs": { "attrs": [ "href" ], "values": [ "woodland.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1812, "char_start_idx": 1798, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1845, "char_start_idx": 1813, "html_attrs": { "attrs": [ "href" ], "values": [ "woodland-american-wildlife.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1845, "char_start_idx": 1813, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1874, "char_start_idx": 1846, "html_attrs": { "attrs": [ "href" ], "values": [ "woodlands-birds-of-prey.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1874, "char_start_idx": 1846, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1909, "char_start_idx": 1875, "html_attrs": { "attrs": [ "href" ], "values": [ "woodland-fish.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1909, "char_start_idx": 1875, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1937, "char_start_idx": 1910, "html_attrs": { "attrs": [ "href" ], "values": [ "woodland-hunting-dogs.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1937, "char_start_idx": 1910, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1958, "char_start_idx": 1938, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-woodland-moose.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1958, "char_start_idx": 1938, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1980, "char_start_idx": 1959, "html_attrs": { "attrs": [ "href" ], "values": [ "spode-woodland-rabbit-collection.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1980, "char_start_idx": 1959, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2002, "char_start_idx": 1981, "html_attrs": { "attrs": [ "href" ], "values": [ "woodland-turkey.html" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2002, "char_start_idx": 1981, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2003, "char_start_idx": 1439, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "leftnavlist", "leftNav" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 2005, "char_start_idx": 1439, "html_attrs": { "attrs": [ "id" ], "values": [ "innerLeft" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "src", "usemap", "border" ], "values": [ "https://lib.store.yahoo.net/lib/herendcollection/ey-social-media.jpg", "#ey-social-media", "0" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "shape", "coords", "href", "target" ], "values": [ "rect", "12,10,168,46", "https://www.facebook.com/pages/DinnerwareEtccom/118483028190430?ref=hl", "" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "area" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "shape", "coords", "href", "target" ], "values": [ "rect", "12,55,159,89", "https://twitter.com/DinnerwareEtc", " " ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "area" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "name" ], "values": [ "ey-social-media" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 3, "type": "local", "value": "map" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace", "style" ], "values": [ "https://sep.yimg.com/ay/herendcollection/herend-1.gif", "158", "80", "0", "0", "0", "text-align: center; margin: 0 auto 40px;" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "img" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "http://www.reviewbalance.com/DinnerwareEtc" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 9, "type": "local", "value": "a" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "src", "width", "height", "border", "hspace", "vspace" ], "values": [ "https://s.yimg.com/aah/herendcollection/villeroy-and-boch-22.gif", "158", "96", "0", "0", "0" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "img" }, { "char_end_idx": 2005, "char_start_idx": 2005, "html_attrs": { "attrs": [ "style", "src", "alt", "title" ], "values": [ "margin: 0 auto;", "https://lib.store.yahoo.net/lib/herendcollection/ey-why-choose.jpg", "Why Choose Us?", "Why Choose Us?" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "img" }, { "char_end_idx": 2005, "char_start_idx": 1439, "html_attrs": { "attrs": [ "id" ], "values": [ "LeftColumn" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2024, "char_start_idx": 2005, "html_attrs": { "attrs": [ "class" ], "values": [ "blueHeaders" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 23, "type": "local", "value": "span" }, { "char_end_idx": 2025, "char_start_idx": 2005, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 22, "type": "local", "value": "td" }, { "char_end_idx": 2034, "char_start_idx": 2025, "html_attrs": { "attrs": [ "class" ], "values": [ "blueHeaders" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 2035, "char_start_idx": 2025, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 2035, "char_start_idx": 2005, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 21, "type": "local", "value": "tr" }, { "char_end_idx": 2035, "char_start_idx": 2035, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2035, "char_start_idx": 2035, "html_attrs": { "attrs": [ "valign" ], "values": [ "top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 2035, "char_start_idx": 2035, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 2035, "char_start_idx": 2005, "html_attrs": { "attrs": [ "cellpadding", "cellspacing", "border" ], "values": [ "0", "0", "0" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 20, "type": "local", "value": "table" }, { "char_end_idx": 2035, "char_start_idx": 2005, "html_attrs": { "attrs": [ "id" ], "values": [ "footerFirst" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 19, "type": "local", "value": "div" }, { "char_end_idx": 2110, "char_start_idx": 2101, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "http://www.eystudios.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2112, "char_start_idx": 2035, "html_attrs": { "attrs": [ "id" ], "values": [ "copyright" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 2112, "char_start_idx": 2005, "html_attrs": { "attrs": [ "id" ], "values": [ "Footer" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 18, "type": "local", "value": "div" }, { "char_end_idx": 2112, "char_start_idx": 2112, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "noscript" }, { "char_end_idx": 2112, "char_start_idx": 2112, "html_attrs": { "attrs": [ "height", "width", "style", "src" ], "values": [ "1", "1", "display:none", "https://www.facebook.com/tr?id=1370298049746887&ev=PageView&noscript=1" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 2112, "char_start_idx": 2112, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "noscript" }, { "char_end_idx": 2112, "char_start_idx": 100, "html_attrs": { "attrs": [ "id" ], "values": [ "PageWrapper" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2112, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 118, "char_start_idx": 0, "key": "paragraph", "marker": "div", "type": "local", "value": "[if IE]> <style type=\"text/css\"> .item-container-a .item-info{margin-left: 2px;} </style> <![endif]\nCLICK FOR DETAILS\n" }, { "char_end_idx": 234, "char_start_idx": 118, "key": "paragraph", "marker": "div", "type": "local", "value": "Home / Spode / Spode China / Spode Stafford Flowers / Serving Pieces / Stafford Flowers Open Vegetable Dish 9.75 in." }, { "char_end_idx": 280, "char_start_idx": 234, "key": "paragraph", "marker": "h1", "type": "local", "value": "\nStafford Flowers Open Vegetable Dish 9.75 in." }, { "char_end_idx": 281, "char_start_idx": 280, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 378, "char_start_idx": 281, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\nThe Stafford Flowers Open Vegetable Dish 9.75 in. is part of Spode's Stafford Flowers pattern.\n\n" }, { "char_end_idx": 427, "char_start_idx": 378, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "To clean, gently hand wash in mild soapy water.\n\n" }, { "char_end_idx": 1157, "char_start_idx": 427, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "Spode china has a remarkable history with over 200 years of tradition. Spode is been known around the world as the premier maker of English fine dining. Today, Spode continues to produce timeless classic's along with new design's with a very modern edge. Made from fine bone china, edged with best burnished gold and hand dusted with pure gold flake, Stafford Flowers is one of Spode's most prestigious collections. Part of the Spode heritage since the early 1800's, these superb botanical illustrations in classic style provide a different floral study as the central motif for every piece in the range. Quickly established as one of the great Spode patterns, the elegant effect is further enhanced by the heavy 22 carat gilding." }, { "char_end_idx": 1159, "char_start_idx": 1157, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1160, "char_start_idx": 1159, "key": "paragraph", "marker": "div+lf", "type": "local", "value": "\n" }, { "char_end_idx": 1210, "char_start_idx": 1160, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStafford Flowers Covered Vegetable Dish 10.75 in." }, { "char_end_idx": 1248, "char_start_idx": 1210, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStafford Flowers Covered Sugar 14 oz." }, { "char_end_idx": 1279, "char_start_idx": 1248, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStafford Flowers Creamer 7 oz." }, { "char_end_idx": 1316, "char_start_idx": 1279, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStafford Flowers Oval Platter 14 in." }, { "char_end_idx": 1361, "char_start_idx": 1316, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStafford Flowers Sauce Boat and Stand 17 oz." }, { "char_end_idx": 1392, "char_start_idx": 1361, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStafford Flowers Tea Pot 2 pt." }, { "char_end_idx": 1438, "char_start_idx": 1392, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStafford Flowers Open Vegetable Dish 9.75 in." }, { "char_end_idx": 1439, "char_start_idx": 1438, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1466, "char_start_idx": 1439, "key": "paragraph", "marker": "li", "type": "local", "value": "Spode Baking Days Dark Blue" }, { "char_end_idx": 1489, "char_start_idx": 1466, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Baking Days Blue" }, { "char_end_idx": 1508, "char_start_idx": 1489, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Blue Italian" }, { "char_end_idx": 1529, "char_start_idx": 1508, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Blue Portifino" }, { "char_end_idx": 1545, "char_start_idx": 1529, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Blue Room" }, { "char_end_idx": 1566, "char_start_idx": 1545, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Christmas Rose" }, { "char_end_idx": 1587, "char_start_idx": 1566, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Christmas Tree" }, { "char_end_idx": 1614, "char_start_idx": 1587, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Christmas Tree Grove" }, { "char_end_idx": 1629, "char_start_idx": 1614, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Delamere" }, { "char_end_idx": 1652, "char_start_idx": 1629, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Delamere Bouquet" }, { "char_end_idx": 1676, "char_start_idx": 1652, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Delamere Lakeside" }, { "char_end_idx": 1697, "char_start_idx": 1676, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Delamere Rural" }, { "char_end_idx": 1714, "char_start_idx": 1697, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Glen Lodge" }, { "char_end_idx": 1728, "char_start_idx": 1714, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Harvest" }, { "char_end_idx": 1753, "char_start_idx": 1728, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Judaica Collection" }, { "char_end_idx": 1776, "char_start_idx": 1753, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Stafford Flowers" }, { "char_end_idx": 1797, "char_start_idx": 1776, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Stafford White" }, { "char_end_idx": 1812, "char_start_idx": 1797, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland" }, { "char_end_idx": 1845, "char_start_idx": 1812, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland American Wildlife" }, { "char_end_idx": 1874, "char_start_idx": 1845, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland Birds of Prey" }, { "char_end_idx": 1909, "char_start_idx": 1874, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland North American Fish" }, { "char_end_idx": 1937, "char_start_idx": 1909, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland Hunting Dogs" }, { "char_end_idx": 1958, "char_start_idx": 1937, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland Moose" }, { "char_end_idx": 1980, "char_start_idx": 1958, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland Rabbit" }, { "char_end_idx": 2002, "char_start_idx": 1980, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSpode Woodland Turkey" }, { "char_end_idx": 2003, "char_start_idx": 2002, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2005, "char_start_idx": 2003, "key": "paragraph", "marker": "div", "type": "local", "value": "\n\n" }, { "char_end_idx": 2035, "char_start_idx": 2005, "key": "paragraph", "marker": "div", "type": "local", "value": "Company Information Help Desk\n" }, { "char_end_idx": 2112, "char_start_idx": 2035, "key": "paragraph", "marker": "div", "type": "local", "value": "COPYRIGHT © DINNERWAREETC.COM ALL RIGHTS RESERVED. SITE DESIGN BY EYSTUDIOS.\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Stafford Flowers Open Vegetable Dish 9.75 in." } ]
[ { "key": "url", "type": "global", "value": "https://www.dinnerwareetc.com/1515224.html" } ]
[]
[if IE]> <style type="text/css"> .item-container-a .item-info{margin-left: 2px;} </style> <![endif] CLICK FOR DETAILS Home / Spode / Spode China / Spode Stafford Flowers / Serving Pieces / Stafford Flowers Open Vegetable Dish 9.75 in. Stafford Flowers Open Vegetable Dish 9.75 in. The Stafford Flowers Open Vegetable Dish 9.75 in. is part of Spode's Stafford Flowers pattern. To clean, gently hand wash in mild soapy water. Spode china has a remarkable history with over 200 years of tradition. Spode is been known around the world as the premier maker of English fine dining. Today, Spode continues to produce timeless classic's along with new design's with a very modern edge. Made from fine bone china, edged with best burnished gold and hand dusted with pure gold flake, Stafford Flowers is one of Spode's most prestigious collections. Part of the Spode heritage since the early 1800's, these superb botanical illustrations in classic style provide a different floral study as the central motif for every piece in the range. Quickly established as one of the great Spode patterns, the elegant effect is further enhanced by the heavy 22 carat gilding. Stafford Flowers Covered Vegetable Dish 10.75 in. Stafford Flowers Covered Sugar 14 oz. Stafford Flowers Creamer 7 oz. Stafford Flowers Oval Platter 14 in. Stafford Flowers Sauce Boat and Stand 17 oz. Stafford Flowers Tea Pot 2 pt. Stafford Flowers Open Vegetable Dish 9.75 in. Spode Baking Days Dark Blue Spode Baking Days Blue Spode Blue Italian Spode Blue Portifino Spode Blue Room Spode Christmas Rose Spode Christmas Tree Spode Christmas Tree Grove Spode Delamere Spode Delamere Bouquet Spode Delamere Lakeside Spode Delamere Rural Spode Glen Lodge Spode Harvest Spode Judaica Collection Spode Stafford Flowers Spode Stafford White Spode Woodland Spode Woodland American Wildlife Spode Woodland Birds of Prey Spode Woodland North American Fish Spode Woodland Hunting Dogs Spode Woodland Moose Spode Woodland Rabbit Spode Woodland Turkey Company Information Help Desk COPYRIGHT © DINNERWAREETC.COM ALL RIGHTS RESERVED. SITE DESIGN BY EYSTUDIOS.
https://www.dinnerwareetc.com/1515224.html
[ { "char_end_idx": 130, "char_start_idx": 125, "key": "entity", "type": "local", "value": "Spode" }, { "char_end_idx": 144, "char_start_idx": 139, "key": "entity", "type": "local", "value": "China" }, { "char_end_idx": 152, "char_start_idx": 147, "key": "entity", "type": "local", "value": "Spode" }, { "char_end_idx": 348, "char_start_idx": 343, "key": "entity", "type": "local", "value": "Spode" }, { "char_end_idx": 438, "char_start_idx": 433, "key": "entity", "type": "local", "value": "China" }, { "char_end_idx": 503, "char_start_idx": 498, "key": "entity", "type": "local", "value": "Spode" }, { "char_end_idx": 566, "char_start_idx": 559, "key": "entity", "type": "local", "value": "England" }, { "char_end_idx": 592, "char_start_idx": 587, "key": "entity", "type": "local", "value": "Spode" }, { "char_end_idx": 810, "char_start_idx": 805, "key": "entity", "type": "local", "value": "Spode" }, { "char_end_idx": 860, "char_start_idx": 855, "key": "entity", "type": "local", "value": "Spode" }, { "char_end_idx": 1077, "char_start_idx": 1072, "key": "entity", "type": "local", "value": "Spode" } ]
[ { "char_end_idx": 234, "char_start_idx": 118, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spode" }, { "char_end_idx": 234, "char_start_idx": 118, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "China" }, { "char_end_idx": 378, "char_start_idx": 281, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Spode" }, { "char_end_idx": 1157, "char_start_idx": 427, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "China" }, { "char_end_idx": 1157, "char_start_idx": 427, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Spode" }, { "char_end_idx": 1157, "char_start_idx": 427, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "England" } ]
0
958
1555957199000
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/aa-car-accessories.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Car Stereo Crossovers | Automobile Audio Power Accessories | Car Stereo Electronic Accessories</title> <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="description" --> <META NAME="description" CONTENT="Section offers low prices on car stereo and audio electronics accessories. Prices are adjusted daily to match lowest on the Web."> <META NAME="keywords" CONTENT="accessories-car audio-stereo-electronics-antennas-av controllers-bass blockers-bluetooth-power capacitors-crossovers-dynamat sound control-amplifier cooling fans-fm modulators-gps-graphic equalizers-air horns-interfaces-line level converters-fm modulators-noise suppressors-rca cables & splitters-power inverters-power supplies-remote controls-signal boosters-speaker grills-wiring kits"> <style type="text/css"> <!-- .body-text2 { font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; text-align: left; } --> </style> <!-- InstanceEndEditable --> <style type="text/css"> <!-- #apDiv1 { position:absolute; width:800px; height:115px; z-index:1; left: 355px; top: 23px; text-align: center; } body { background-color: #000; text-align: center; } .bkgimage { } #apDiv2 { position:absolute; width:800px; height:389px; z-index:1; left: 367px; top: 30px; background-image: url(../../images/mc-images/gray-borders.png); } #apDiv3 { position:absolute; width:16px; height:115px; z-index:1; left: 1184px; top: 46px; background-color: #CCCCCC; } #apDiv4 { position:absolute; width:768px; height:115px; z-index:2; left: 416px; top: 46px; } #apDiv { position:absolute; width:20px; height:584px; z-index:1; left: 381px; top: 951px; } #apDiv5 { position:absolute; width:800px; height:16px; z-index:3; left: 400px; top: 30px; background-color: #CCCCCC; } #apDiv6 { position:absolute; width:20px; height:584px; z-index:8; left: 1129px; top: 951px; } #apDiv13 { position:absolute; width:20px; height:115px; z-index:8; left: 1129px; top: 947px; } #apDiv14 { position:absolute; width:19px; height:584px; z-index:9; left: 402px; top: 951px; background-color: #CCCCCC; } #apDiv15 { position:absolute; width:20px; height:584px; z-index:10; left: 1109px; top: 951px; background-color: #CCCCCC; } #apDiv16 { position:absolute; width:688px; height:584px; z-index:11; left: 421px; top: 951px; background-color: #CCCCCC; } .body-text { font-family: Verdana, Geneva, sans-serif; font-size: 18px; line-height: 30px; text-align: left; } .bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: 30px; font-weight: normal; text-indent: 0px; text-align: left; } #apDiv16 .bodytext .body-text { font-family: Verdana, Geneva, sans-serif; font-size: 18px; font-style: normal; line-height: 20px; font-weight: normal; text-align: left; text-indent: 0px; } .maintext { font-family: Verdana, Geneva, sans-serif; font-size: 18px; text-align: left; line-height: 24px; } .body-text1 { font-family: Verdana, Geneva, sans-serif; font-size: 16px; line-height: 20px; text-align: left; } .body-text-titles-1 { font-family: Verdana, Geneva, sans-serif; font-size: 18px; line-height: 22px; font-weight: bold; text-align: left; } .maintext .maintext { font-family: Verdana, Geneva, sans-serif; font-size: 18px; line-height: 24px; } a:hover { color: #F00; } .maintext-centered { font-family: Verdana, Geneva, sans-serif; font-size: 18px; line-height: 24px; text-align: center; } --> </style> <script type="text/javascript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <style type="text/css"> img { max-width: 100%; height: auto; } </style> </head> <body onload="MM_preloadImages('../../images/mc-images/navbars-base/top-navbar-home-B.jpg','../../images/mc-images/navbars-base/top-navbar-search-B.jpg','../../images/mc-images/navbars-base/top-navbar-products-B.jpg','../../images/mc-images/navbars-base/top-navbar-humor-B.jpg','../../images/mc-images/navbars-base/top-navbar-for-writers-B.jpg','../../images/mc-images/navbars-base/top-navbar-for-contact-B.jpg','../../images/mc-images/navbars-base/top-navbar-about-us-B.jpg','../../images/mc-images/navbars-base/lower-navbar-1-new.jpg','../../images/mc-images/navbars-base/lower-navbar-2-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-3-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-4-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-5-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-6-B-new.jpg')"> <table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="16" height="15" valign="top"></td> <td width="20" height="15" valign="top"></td> <td width="1" height="15" valign="top"></td> <td width="19" height="15" valign="top"></td> <td width="688" height="15" valign="top"></td> <td width="20" height="15" valign="top"></td> <td width="20" height="15" valign="top"></td> <td width="16" height="15" valign="top"></td> </tr> <tr> <td width="800" height="19" colspan="8" valign="top" bgcolor="#CCCCCC"><div align="center"> <p> <script type="text/javascript"><!-- google_ad_client = "pub-9215428736862304"; /* 728x90, Text &amp; Image Created 8/19/10 */ google_ad_slot = "2160067052"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></td><br> </tr> <tr> <td width="16" height="140" valign="top" bgcolor="#CCCCCC">&nbsp;</td> <td width="768" height="902" colspan="6" rowspan="2" align="center" valign="top"><p><img src="../../images/mc-images/top-graphic.jpg" alt="car audio-stereo-electronics-home stereo audio and electronics-mobile stereo audio and electronics-marine stereo audio and electronics-personal mobile stereo audio and electronics-woofers-amplifiers-speakers-capacitors-smart phones-tvs-computers-free audio stereo technical and installation advice" width="768" height="110" border="0" usemap="#Map" /></p> <p><a href="https://www.amazon.com/Then-Again-Adventure-Time-Travel-ebook/dp/B0151Z4VR6/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1548274982&amp;sr=1-1&amp;keywords=Then+Again+by+Rick+Boling"><img src="../../images/mc-images/ad-then-again-400-740.jpg" alt="Then Again The Novel" width="740" height="400" border="0" /></a></p> <p><br /> <a href="../../index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','../../images/mc-images/navbars-base/top-navbar-home-B.jpg',1)"></a><a href="../../index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image17','','../../images/mc-images/navbars-base/top-navbar-home-B.jpg',1)"><img src="../../images/mc-images/navbars-base/top-navbar-home.jpg" alt="Home" name="Image17" width="81" height="29" border="0" id="Image17" /></a><img src="../../images/mc-images/navbars-base/top-navbar-29X16.jpg" width="16" height="29" alt="spacer" /><a href="../../search.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','../../images/mc-images/navbars-base/top-navbar-search-B.jpg',1)"><img src="../../images/mc-images/navbars-base/top-navbar-search.jpg" alt="search" name="Image5" width="81" height="29" border="0" id="Image5" /></a><img src="../../images/mc-images/navbars-base/top-navbar-29X16.jpg" width="16" height="29" alt="spacer" /><a href="../../products.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','../../images/mc-images/navbars-base/top-navbar-products-B.jpg',1)"><img src="../../images/mc-images/navbars-base/top-navbar-products.jpg" alt="products" name="Image7" width="81" height="29" border="0" id="Image7" /></a><img src="../../images/mc-images/navbars-base/top-navbar-29X16.jpg" width="16" height="29" alt="spacer" /><a href="../../utility/philosophy.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','../../images/mc-images/navbars-base/top-navbar-about-us-B.jpg',1)"><img src="../../images/mc-images/navbars-base/top-navbar-about-us.jpg" alt="About Us" name="Image18" width="81" height="29" border="0" id="Image18" /></a><img src="../../images/mc-images/navbars-base/top-navbar-29X16.jpg" width="16" height="29" alt="spacer" /><a href="../../humor/main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','../../images/mc-images/navbars-base/top-navbar-humor-B.jpg',1)"><img src="../../images/mc-images/navbars-base/top-navbar-humor.jpg" alt="humor" name="Image11" width="81" height="29" border="0" id="Image11" /></a><img src="../../images/mc-images/navbars-base/top-navbar-29X16.jpg" width="16" height="29" alt="spacer" /><a href="../../help-for-writers/main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','../../images/mc-images/navbars-base/top-navbar-for-writers-B.jpg',1)"><img src="../../images/mc-images/navbars-base/top-navbar-for-writers.jpg" alt="for writers" name="Image13" width="81" height="29" border="0" id="Image13" /></a><img src="../../images/mc-images/navbars-base/top-navbar-29X16.jpg" width="16" height="29" alt="spacer" /><a href="../../services/contact.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image15','','../../images/mc-images/navbars-base/top-navbar-for-contact-B.jpg',1)"><img src="../../images/mc-images/navbars-base/top-navbar-for-contact.jpg" alt="contact" name="Image15" width="81" height="29" border="0" id="Image15" /><br /> </a></p> <p><!-- #BeginLibraryItem "/Library/top-lower-navbar.lbi" --><a href="../main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image19','','../../images/mc-images/navbars-base/lower-navbar-1-new.jpg',1)"><img src="../../images/mc-images/navbars-base/lower-navbar-1-B-new.jpg" alt="Car Stereo" name="Image19" width="105" height="50" border="0" id="Image19" /></a><img src="../../images/mc-images/navbars-base/bottom-navbar-spacer.jpg" width="16" height="40" alt="spacer" /><a href="../../marine/main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image20','','../../images/mc-images/navbars-base/lower-navbar-2-B-new.jpg',1)"><img src="../../images/mc-images/navbars-base/lower-navbar-2-new.jpg" alt="Marine Stereo" name="Image20" width="105" height="50" border="0" id="Image20" /></a><img src="../../images/mc-images/navbars-base/bottom-navbar-spacer.jpg" width="16" height="40" alt="spacer" /><a href="../../home-stereo/main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','../../images/mc-images/navbars-base/lower-navbar-3-B-new.jpg',1)"><img src="../../images/mc-images/navbars-base/lower-navbar-3-new.jpg" alt="Home Stereo" name="Image22" width="105" height="50" border="0" id="Image22" /></a><img src="../../images/mc-images/navbars-base/bottom-navbar-spacer.jpg" width="16" height="40" alt="spacer" /><a href="../../personal-mobile/main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','../../images/mc-images/navbars-base/lower-navbar-4-B-new.jpg',1)"><img src="../../images/mc-images/navbars-base/lower-navbar-4-new.jpg" alt="Personal Electronics" name="Image24" width="105" height="50" border="0" id="Image24" /></a><img src="../../images/mc-images/navbars-base/bottom-navbar-spacer.jpg" width="16" height="40" alt="spacer" /><a href="../../computer/main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image26','','../../images/mc-images/navbars-base/lower-navbar-5-B-new.jpg',1)"><img src="../../images/mc-images/navbars-base/lower-navbar-5-new.jpg" alt="Computers" name="Image26" width="105" height="50" border="0" id="Image26" /></a><img src="../../images/mc-images/navbars-base/bottom-navbar-spacer.jpg" width="16" height="40" alt="spacer" /><a href="../../education/main.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image28','','../../images/mc-images/navbars-base/lower-navbar-6-B-new.jpg',1)"><img src="../../images/mc-images/navbars-base/lower-navbar-6-new.jpg" alt="Tech Advice" name="Image28" width="105" height="50" border="0" id="Image28" /></a><!-- #EndLibraryItem --></p> <p><img src="../../images/mc-images/sectioni-titles/car-accessories.jpg" width="722" height="60" alt="car audio-stereo-electronics-woofers-amplifiers-speakers-capacitors-speaker boxes-enclosures-alarms-midrange-tweeters- wiring-receivers-dynamat-equalizers-fans" /></p> <p><img src="../../images/mc-images/section-navbars/car-accessories.jpg" alt="personal and portable electronics" width="702" height="199" border="0" usemap="#Map2" /> <map name="Map2" id="Map2"><area shape="rect" coords="2,48,74,70" href="antennas.htm" alt="Car Audio Antennas" /><area shape="rect" coords="1,174,119,196" href="power-supplies.htm" alt="Car Power Supplies" /><area shape="rect" coords="151,174,279,195" href="remote-controls.htm" alt="Car Audio Remote Controls" /><area shape="rect" coords="314,174,433,195" href="signal-boosters.htm" alt="Car Audio Signal Boosters" /> <area shape="rect" coords="465,173,575,194" href="speaker-grills.htm" alt="Car Audio Speaker Grills" /> <area shape="rect" coords="610,173,700,195" href="wiring.htm" alt="Car Audio Wiring Kits &amp; Harnesses" /> <area shape="rect" coords="577,132,699,153" href="power-inverters.htm" alt="Car Power Inverters" /> <area shape="rect" coords="427,131,544,152" href="rca-cables.htm" alt="Car Audio Cables &amp; Splitters" /> <area shape="rect" coords="262,131,395,153" href="noise-suppressors.htm" alt="Car Audio Noise Suppressors" /> <area shape="rect" coords="113,132,228,153" href="line-converters.htm" alt="Car Audio LIne Converters" /> <area shape="rect" coords="3,131,80,152" href="interfaces.htm" alt="Car Audio Interfaces" /> <area shape="rect" coords="615,91,699,112" href="air-horns.htm" alt="Car Air Horns" /> <area shape="rect" coords="444,91,581,111" href="equalizers.htm" alt="Car Audio Graphic Equalizers" /> <area shape="rect" coords="314,90,411,112" href="gps.htm" alt="Car GPS Systems" /> <area shape="rect" coords="167,90,282,111" href="fm-modulators.htm" alt="Car Audio FM Modulators" /> <area shape="rect" coords="3,91,133,112" href="fans.htm" alt="Car Audio Amplifier Cooling Fans" /> <area shape="rect" coords="581,49,699,70" href="dynamat.htm" alt="Car Audio Dynamat Sound Control" /> <area shape="rect" coords="464,49,551,70" href="crossovers.htm" alt="Car Audio Crossovers" /> <area shape="rect" coords="352,49,432,70" href="capacitors.htm" alt="Car Audio Capacitors" /> <area shape="rect" coords="242,48,320,70" href="bluetooth.html" alt="Car Audio Bluetooth" /> <area shape="rect" coords="108,48,211,71" href="bass-blockers.htm" alt="Car Audio Bass Blockers" /> </map> </p> <p><!-- InstanceBeginEditable name="interior-page-title" --><img src="../../images/mc-images/section-internal-page-titles/accessories-crossovers.jpg" width="551" height="47" alt="Car Stereo Accessories" /><!-- InstanceEndEditable --></p> <p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Responsive Size --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9215428736862304" data-ad-slot="6889880298" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p></td> <td width="16" height="140" valign="top" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td width="16" height="1346" rowspan="2" valign="top" bgcolor="#CCCCCC">&nbsp;</td> <td width="16" height="1346" rowspan="2" valign="top" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td width="20" height="584" valign="top">&nbsp;</td> <td width="1" height="584" valign="top"></td> <td width="19" height="584" valign="top" bgcolor="#CCCCCC">&nbsp;</td> <td width="688" height="584" valign="top" bgcolor="#CCCCCC" class="maintext"><!-- InstanceBeginEditable name="body" --> <p><img src="../../images/mc-images/product-images/accessories-car-stereo-main.jpg" width="688" height="143" alt="Car Stereo Audio Accessories" /></p> <p class="maintext">Looking for the best in car stereo crossovers? You’ve come to the right place! We have scoured the industry in search of the best deals on the most popular name-brands. Click below on your choice to find a wide selection in all types and price ranges. Our offerings are updated daily to make sure they represent the best prices on the Web.</p> <p class="maintext">If you need assistance with technical matters, please visit our <a href="../../education/main.htm">Advice and Assistance Section</a>, or visit the manufacturers directly through their website links, which appear on our <a href="../../education/mfgr-links.htm">Manufacturer's Links Page</a>.</p> <p class="body-text2"><a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=crossover&amp;tag=thewritershome&amp;index=automotive&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank"><img src="../../images/mc-images/buttons/button-click-here.png" alt="view a complete assortment at the lowesst prices on the web" width="688" height="104" border="0" /></a></p> <p class="maintext">&nbsp;</p> <p class="maintext-centered"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- 320X 100 mobile ad --> <ins class="adsbygoogle" style="display:inline-block;width:320px;height:100px" data-ad-client="ca-pub-9215428736862304" data-ad-slot="5783296698"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <!-- InstanceEndEditable --> <!-- #BeginLibraryItem "/Library/mc-lower-navbar-2.lbi" --> <style type="text/css"> <!-- .maintext-centered {font-family: Verdana, Geneva, sans-serif; font-size: 18px; line-height: 24px; text-align: center; } .copyright-centered { text-align: center; } --> </style> <p class="maintext-centered">Other Websites You Might Wish To Visit</p> <p class="maintext-centered"><a href="http://www.electronixwarehouse.net/" title="Electronics Superstore" target="_blank">The Electronics Superstore</a> - <a href="http://www.stereotechnicalinformation.com/" title="Stereo Technical Information" target="_blank">Stereo Technical Information</a> - <a href="http://www.thespeakerstore.com/" title="The Speaker Store" target="_blank">The Speaker Store</a> - <a href="http://www.goofystreet.com/" title="Jokes Humor And Other Funny Stuff" target="_blank">Jokes Humor And Other Funny Stuff </a>- <a href="http://www.wmpublishing.com/" title="Book Publishing" target="_blank">Book Publishing</a> - <a href="http://www.rlebeaux.com/" title="The Enterprises of R. LeBeaux" target="_blank">The Enterprises of R. LeBeaux</a> - <a href="http://www.electronixwarehouse.com/" title="Electronics Warehouse" target="_blank">Electronics Warehouse</a> - <a href="http://www.barbarathenovel.com/" title="Barbara The Novel" target="_blank">Barbara The Novel</a> - <a href="http://www.cutethenovel.com/" title="Cute The Novel" target="_blank">Cute The Novel</a> - <a href="http://www.lessonsthenovel.com/" title="Lessons The Novel" target="_blank">Lessons The Novel</a> - <a href="http://www.thenagainthenovel.com/" title="Then Again The Novel" target="_blank">Then Again The Novel</a></p> <p>&nbsp;</p> <p class="copyright-centered"><img src="../../images/mc-images/copyright-strip-2.jpg" alt="copyright" width="688" height="95" border="0" usemap="#Map3" /> <map name="Map3"> <area shape="rect" coords="64,58,107,72" href="../../index.html" alt="Home Page"> <area shape="rect" coords="152,59,282,74" href="../../privacy-statement.html" alt="Privacy Statement"> <area shape="rect" coords="325,59,382,73" href="../../services/policies.htm" alt="Policies"> <area shape="rect" coords="427,58,516,73" href="../../utility/testimonials.htm" alt="Testimonials"> <area shape="rect" coords="561,60,623,76" href="../../sitemap.html" alt="Site Map"> </map> </p> <!-- #EndLibraryItem --> <p class="body-text1">&nbsp;</p></td> <td width="20" height="584" valign="top" bgcolor="#CCCCCC">&nbsp;</td> <td width="20" height="584" valign="top">&nbsp;</td> </tr> </table> <map name="Map" id="Map"> <area shape="rect" coords="7,8,485,95" href="../../index.html" alt="Electronixwarehouse" /> </map> </body> <!-- InstanceEnd --></html>
[]
[ "<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<!-- InstanceBeginEditable name=\"doctitle\" -->\n<title>Car Stereo Crossovers | Automobile Audio Power Accessories | Car Stereo Electronic Accessories</title>\n<!-- InstanceEndEditable -->\n<!-- InstanceBeginEditable name=\"description\" -->\n<meta name=\"description\" content=\"Section offers low prices on car stereo and audio electronics accessories. Prices are adjusted daily to match lowest on the Web.\" />\n<meta name=\"keywords\" content=\"accessories-car audio-stereo-electronics-antennas-av controllers-bass blockers-bluetooth-power capacitors-crossovers-dynamat sound control-amplifier cooling fans-fm modulators-gps-graphic equalizers-air horns-interfaces-line level converters-fm modulators-noise suppressors-rca cables &amp; splitters-power inverters-power supplies-remote controls-signal boosters-speaker grills-wiring kits\" />\n<style type=\"text/css\">\n&lt;!--\n.body-text2 {\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 12px;\n\tline-height: 18px;\n\ttext-align: left;\n}\n--&gt;\n</style>\n<!-- InstanceEndEditable -->\n<style type=\"text/css\">\n&lt;!--\n#apDiv1 {\n\tposition:absolute;\n\twidth:800px;\n\theight:115px;\n\tz-index:1;\n\tleft: 355px;\n\ttop: 23px;\n\ttext-align: center;\n}\nbody {\n\tbackground-color: #000;\n\ttext-align: center;\n}\n.bkgimage {\n}\n#apDiv2 {\n\tposition:absolute;\n\twidth:800px;\n\theight:389px;\n\tz-index:1;\n\tleft: 367px;\n\ttop: 30px;\n\tbackground-image: url(../../images/mc-images/gray-borders.png);\n}\n#apDiv3 {\n\tposition:absolute;\n\twidth:16px;\n\theight:115px;\n\tz-index:1;\n\tleft: 1184px;\n\ttop: 46px;\n\tbackground-color: #CCCCCC;\n}\n#apDiv4 {\n\tposition:absolute;\n\twidth:768px;\n\theight:115px;\n\tz-index:2;\n\tleft: 416px;\n\ttop: 46px;\n}\n#apDiv {\n\tposition:absolute;\n\twidth:20px;\n\theight:584px;\n\tz-index:1;\n\tleft: 381px;\n\ttop: 951px;\n}\n#apDiv5 {\n\tposition:absolute;\n\twidth:800px;\n\theight:16px;\n\tz-index:3;\n\tleft: 400px;\n\ttop: 30px;\n\tbackground-color: #CCCCCC;\n}\n#apDiv6 {\n\tposition:absolute;\n\twidth:20px;\n\theight:584px;\n\tz-index:8;\n\tleft: 1129px;\n\ttop: 951px;\n}\n#apDiv13 {\tposition:absolute;\n\twidth:20px;\n\theight:115px;\n\tz-index:8;\n\tleft: 1129px;\n\ttop: 947px;\n}\n#apDiv14 {\n\tposition:absolute;\n\twidth:19px;\n\theight:584px;\n\tz-index:9;\n\tleft: 402px;\n\ttop: 951px;\n\tbackground-color: #CCCCCC;\n}\n#apDiv15 {\n\tposition:absolute;\n\twidth:20px;\n\theight:584px;\n\tz-index:10;\n\tleft: 1109px;\n\ttop: 951px;\n\tbackground-color: #CCCCCC;\n}\n#apDiv16 {\n\tposition:absolute;\n\twidth:688px;\n\theight:584px;\n\tz-index:11;\n\tleft: 421px;\n\ttop: 951px;\n\tbackground-color: #CCCCCC;\n}\n.body-text {\n\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 18px;\n\tline-height: 30px;\n\ttext-align: left;\n}\n.bodytext {\n\tfont-family: Arial, Helvetica, sans-serif;\n\tfont-size: 18px;\n\tfont-style: normal;\n\tline-height: 30px;\n\tfont-weight: normal;\n\ttext-indent: 0px;\n\ttext-align: left;\n}\n#apDiv16 .bodytext .body-text {\n\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 18px;\n\tfont-style: normal;\n\tline-height: 20px;\n\tfont-weight: normal;\n\ttext-align: left;\n\ttext-indent: 0px;\n}\n.maintext {\n\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 18px;\n\ttext-align: left;\n\tline-height: 24px;\n}\n.body-text1 {\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 16px;\n\tline-height: 20px;\n\ttext-align: left;\n}\n.body-text-titles-1 {\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 18px;\n\tline-height: 22px;\n\tfont-weight: bold;\n\ttext-align: left;\n}\n.maintext .maintext {\n\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 18px;\n\tline-height: 24px;\n}\na:hover {\n\tcolor: #F00;\n}\n.maintext-centered {\n\tfont-family: Verdana, Geneva, sans-serif;\n\tfont-size: 18px;\n\tline-height: 24px;\n\ttext-align: center;\n}\n--&gt;\n</style>\n<script type=\"text/javascript\">\n&lt;!--\nfunction MM_swapImgRestore() { //v3.0\n var i,x,a=document.MM_sr; for(i=0;a&amp;&amp;i&lt;a.length&amp;&amp;(x=a[i])&amp;&amp;x.oSrc;i++) x.src=x.oSrc;\n}\nfunction MM_preloadImages() { //v3.0\n var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();\n var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i&lt;a.length; i++)\n if (a[i].indexOf(\"#\")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}\n}\n\nfunction MM_findObj(n, d) { //v4.01\n var p,i,x; if(!d) d=document; if((p=n.indexOf(\"?\"))&gt;0&amp;&amp;parent.frames.length) {\n d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}\n if(!(x=d[n])&amp;&amp;d.all) x=d.all[n]; for (i=0;!x&amp;&amp;i&lt;d.forms.length;i++) x=d.forms[i][n];\n for(i=0;!x&amp;&amp;d.layers&amp;&amp;i&lt;d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);\n if(!x &amp;&amp; d.getElementById) x=d.getElementById(n); return x;\n}\n\nfunction MM_swapImage() { //v3.0\n var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i&lt;(a.length-2);i+=3)\n if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}\n}\n//--&gt;\n</script>\n<style type=\"text/css\">\n img { max-width: 100%; height: auto; }\n</style>\n</head>\n\n" ]
[ "<title>Car Stereo Crossovers | Automobile Audio Power Accessories | Car Stereo Electronic Accessories</title>\n" ]
[ { "key": "datasource", "type": "global", "value": "electronixwarehouse.net > car > accessories > crossovers htm" } ]
[ { "char_end_idx": 168, "char_start_idx": 0, "key": "length", "type": "local", "value": "168" }, { "char_end_idx": 251, "char_start_idx": 168, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 339, "char_start_idx": 251, "key": "length", "type": "local", "value": "87" }, { "char_end_idx": 546, "char_start_idx": 339, "key": "length", "type": "local", "value": "206" }, { "char_end_idx": 702, "char_start_idx": 546, "key": "length", "type": "local", "value": "155" } ]
[ { "key": "length", "type": "global", "value": "816" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "16", "15", "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "20", "15", "top" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "1", "15", "top" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "19", "15", "top" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "688", "15", "top" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "20", "15", "top" ] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 13, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "20", "15", "top" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "16", "15", "top" ] }, "key": "html", "relative_end_pos": 18, "relative_start_pos": 17, "type": "local", "value": "td" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 2, "type": "local", "value": "tr" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 24, "relative_start_pos": 23, "type": "local", "value": "p" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "align" ], "values": [ "center" ] }, "key": "html", "relative_end_pos": 25, "relative_start_pos": 22, "type": "local", "value": "div" }, { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [ "width", "height", "colspan", "valign", "bgcolor" ], "values": [ "800", "19", "8", "top", "#CCCCCC" ] }, "key": "html", "relative_end_pos": 26, "relative_start_pos": 21, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 20, "type": "local", "value": "tr" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "valign", "bgcolor" ], "values": [ "16", "140", "top", "#CCCCCC" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "colspan", "rowspan", "align", "valign" ], "values": [ "768", "902", "6", "2", "center", "top" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "valign", "bgcolor" ], "values": [ "16", "140", "top", "#CCCCCC" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "rowspan", "valign", "bgcolor" ], "values": [ "16", "1346", "2", "top", "#CCCCCC" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 10, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "rowspan", "valign", "bgcolor" ], "values": [ "16", "1346", "2", "top", "#CCCCCC" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 12, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 14, "relative_start_pos": 9, "type": "local", "value": "tr" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "20", "584", "top" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 16, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "1", "584", "top" ] }, "key": "html", "relative_end_pos": 19, "relative_start_pos": 18, "type": "local", "value": "td" }, { "char_end_idx": 1, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "valign", "bgcolor" ], "values": [ "19", "584", "top", "#CCCCCC" ] }, "key": "html", "relative_end_pos": 21, "relative_start_pos": 20, "type": "local", "value": "td" }, { "char_end_idx": 340, "char_start_idx": 1, "html_attrs": { "attrs": [ "class" ], "values": [ "maintext" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 23, "type": "local", "value": "p" }, { "char_end_idx": 434, "char_start_idx": 405, "html_attrs": { "attrs": [ "href" ], "values": [ "../../education/main.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 546, "char_start_idx": 521, "html_attrs": { "attrs": [ "href" ], "values": [ "../../education/mfgr-links.htm" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 547, "char_start_idx": 341, "html_attrs": { "attrs": [ "class" ], "values": [ "maintext" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 574, "char_start_idx": 548, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.electronixwarehouse.net/", "Electronics Superstore", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 605, "char_start_idx": 577, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.stereotechnicalinformation.com/", "Stereo Technical Information", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 625, "char_start_idx": 608, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.thespeakerstore.com/", "The Speaker Store", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 662, "char_start_idx": 628, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.goofystreet.com/", "Jokes Humor And Other Funny Stuff", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 679, "char_start_idx": 664, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.wmpublishing.com/", "Book Publishing", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 711, "char_start_idx": 682, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.rlebeaux.com/", "The Enterprises of R. LeBeaux", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 735, "char_start_idx": 714, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.electronixwarehouse.com/", "Electronics Warehouse", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 755, "char_start_idx": 738, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.barbarathenovel.com/", "Barbara The Novel", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 772, "char_start_idx": 758, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.cutethenovel.com/", "Cute The Novel", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 792, "char_start_idx": 775, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.lessonsthenovel.com/", "Lessons The Novel", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 815, "char_start_idx": 795, "html_attrs": { "attrs": [ "href", "title", "target" ], "values": [ "http://www.thenagainthenovel.com/", "Then Again The Novel", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 815, "char_start_idx": 548, "html_attrs": { "attrs": [ "class" ], "values": [ "maintext-centered" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 816, "char_start_idx": 1, "html_attrs": { "attrs": [ "width", "height", "valign", "bgcolor", "class" ], "values": [ "688", "584", "top", "#CCCCCC", "maintext" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 22, "type": "local", "value": "td" }, { "char_end_idx": 816, "char_start_idx": 816, "html_attrs": { "attrs": [ "width", "height", "valign", "bgcolor" ], "values": [ "20", "584", "top", "#CCCCCC" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "td" }, { "char_end_idx": 816, "char_start_idx": 816, "html_attrs": { "attrs": [ "width", "height", "valign" ], "values": [ "20", "584", "top" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 816, "char_start_idx": 1, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 15, "type": "local", "value": "tr" }, { "char_end_idx": 816, "char_start_idx": 0, "html_attrs": { "attrs": [ "border", "align", "cellpadding", "cellspacing" ], "values": [ "0", "center", "0", "0" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 1, "type": "local", "value": "table" }, { "char_end_idx": 816, "char_start_idx": 816, "html_attrs": { "attrs": [ "shape", "coords", "href", "alt" ], "values": [ "rect", "7,8,485,95", "../../index.html", "Electronixwarehouse" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "area" }, { "char_end_idx": 816, "char_start_idx": 816, "html_attrs": { "attrs": [ "name", "id" ], "values": [ "Map", "Map" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "map" }, { "char_end_idx": 816, "char_start_idx": 0, "html_attrs": { "attrs": [ "onload" ], "values": [ "MM_preloadImages('../../images/mc-images/navbars-base/top-navbar-home-B.jpg','../../images/mc-images/navbars-base/top-navbar-search-B.jpg','../../images/mc-images/navbars-base/top-navbar-products-B.jpg','../../images/mc-images/navbars-base/top-navbar-humor-B.jpg','../../images/mc-images/navbars-base/top-navbar-for-writers-B.jpg','../../images/mc-images/navbars-base/top-navbar-for-contact-B.jpg','../../images/mc-images/navbars-base/top-navbar-about-us-B.jpg','../../images/mc-images/navbars-base/lower-navbar-1-new.jpg','../../images/mc-images/navbars-base/lower-navbar-2-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-3-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-4-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-5-B-new.jpg','../../images/mc-images/navbars-base/lower-navbar-6-B-new.jpg')" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 1, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "\n" }, { "char_end_idx": 341, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "\nLooking for the best in car stereo crossovers? You’ve come to the right place! We have scoured the industry in search of the best deals on the most popular name-brands. Click below on your choice to find a wide selection in all types and price ranges. Our offerings are updated daily to make sure they represent the best prices on the Web.\n" }, { "char_end_idx": 548, "char_start_idx": 341, "key": "paragraph", "marker": "p", "type": "local", "value": "If you need assistance with technical matters, please visit our Advice and Assistance Section, or visit the manufacturers directly through their website links, which appear on our Manufacturer's Links Page.\n" }, { "char_end_idx": 816, "char_start_idx": 548, "key": "paragraph", "marker": "p", "type": "local", "value": "The Electronics Superstore - Stereo Technical Information - The Speaker Store - Jokes Humor And Other Funny Stuff - Book Publishing - The Enterprises of R. LeBeaux - Electronics Warehouse - Barbara The Novel - Cute The Novel - Lessons The Novel - Then Again The Novel\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Car Stereo Crossovers | Automobile Audio Power Accessories | Car Stereo Electronic Accessories" } ]
[ { "key": "url", "type": "global", "value": "http://electronixwarehouse.net/car/accessories/crossovers.htm" } ]
[]
Looking for the best in car stereo crossovers? You’ve come to the right place! We have scoured the industry in search of the best deals on the most popular name-brands. Click below on your choice to find a wide selection in all types and price ranges. Our offerings are updated daily to make sure they represent the best prices on the Web. If you need assistance with technical matters, please visit our Advice and Assistance Section, or visit the manufacturers directly through their website links, which appear on our Manufacturer's Links Page. The Electronics Superstore - Stereo Technical Information - The Speaker Store - Jokes Humor And Other Funny Stuff - Book Publishing - The Enterprises of R. LeBeaux - Electronics Warehouse - Barbara The Novel - Cute The Novel - Lessons The Novel - Then Again The Novel
http://electronixwarehouse.net/car/accessories/crossovers.htm
[ { "char_end_idx": 339, "char_start_idx": 336, "key": "entity", "type": "local", "value": "World_Wide_Web" } ]
[ { "char_end_idx": 341, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "World_Wide_Web" } ]
0
209
1556253730000
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://kisstortaliving.com/xmlrpc.php"> <title>Sunny Sunday  &#8211; kisstortaliving</title> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.remove(); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[i].remove(); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9raXNzdG9ydGFsaXZpbmcuY29t" + "&wpcomid=98660702" + "&time=1556253730"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//kisstortaliving.wordpress.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.pubmine.com' /> <link rel='dns-prefetch' href='//x.bidswitch.net' /> <link rel='dns-prefetch' href='//static.criteo.net' /> <link rel='dns-prefetch' href='//ib.adnxs.com' /> <link rel='dns-prefetch' href='//aax.amazon-adsystem.com' /> <link rel='dns-prefetch' href='//bidder.criteo.com' /> <link rel='dns-prefetch' href='//cas.criteo.com' /> <link rel='dns-prefetch' href='//gum.criteo.com' /> <link rel='dns-prefetch' href='//ads.pubmatic.com' /> <link rel='dns-prefetch' href='//gads.pubmatic.com' /> <link rel='dns-prefetch' href='//tpc.googlesyndication.com' /> <link rel='dns-prefetch' href='//ad.doubleclick.net' /> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <link rel='dns-prefetch' href='//cdn.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.g.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' /> <link rel="alternate" type="application/rss+xml" title="kisstortaliving &raquo; Feed" href="https://kisstortaliving.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="kisstortaliving &raquo; Comments Feed" href="https://kisstortaliving.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="kisstortaliving &raquo; Sunny Sunday  Comments Feed" href="https://kisstortaliving.com/2015/10/25/sunny-sunday/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1550249335h&ver=5.2-beta3-45266"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s2.wp.com/_static/??-eJx9kN1uwjAMhV9owWJa0XYx7VnyYxWDnURxKtS3J201xgDlJrJPzhcfBy7Z+BQrxgoymczTSFHhkn0So0KM80O386pvcIc5TuMfmEqwQWHk5Cw/ee9GFGRbMZictD50PYzpjAonrNn6s1m7m52i5ym06yZAIF2zrS5XbJlB68y4E4q9AT4VbLpkWxeHYCCLjNJsPUzy4ZdaymNL191j+1PnckFV006hSUw9tkFdrlFLlG3zddF/yoYSxFSp0Xorem+OGLFs9pflwv7I934YPr4+94fh/XQFxxrVhA==?cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='boardwalk-source-code-pro-css' href='https://fonts.googleapis.com/css?family=Source+Code+Pro%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;ver=5.2-beta3-45266' type='text/css' media='all' /> <link rel='stylesheet' id='all-css-2-1' href='https://s1.wp.com/_static/??-eJx9jMESwiAMRH/ImKnWenL8FkojYgNhIAzj34ue6qW33dl9D1sCK1EpKuqTAhVMdcZZTF6a4RV9tFj0zQQtWQlHW8oBN1CokLg6Hws2vzjSglT7KqsnYNNQKSQ22sU/zZ7AkQCLNeol/hV4sPF5D800s7geHfbXpn6he7gNl9N1Oo/DOL0+5yVadg==?cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='print-css-3-1' href='https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035h&cssminify=yes' type='text/css' media='print' /> <link rel='stylesheet' id='cubic-montserrat-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700' type='text/css' media='all' /> <link rel='stylesheet' id='cubic-playfair-display-css' href='https://fonts.googleapis.com/css?family=Playfair+Display%3A400%2C700%2C400italic%2C700italic&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='all-css-8-1' href='https://s0.wp.com/_static/??-eJyNz0EKAjEMBdALWTOD1p14ljTWTjVtStMyeHsRFBF1cJX/4f1FYC6GJDefG7TJJ69QugMnWI8z8gW0XdmvSXUF3yl1F+lfFvODmrmQpI9B6qZwDzErILUo2WF9pSVeRJs5McYKOmGNOTzv0kqFIrJhCfJefr0ybSGwOOQ7OKT9aO1usJvBjucbEbN6+w==?cssminify=yes' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var related_posts_js_options = {"post_heading":"h4"}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/_static/??-eJyFj+EKwjAMhF/Irug6/CU+S91iSW3T2rQb+vS2oD8cQyEQjnzcXeQSBdLoygQsbZ17gfR4r87yTv4ChEeTdIbOI33gMVAGyo2NgbMHZm1g4+rDBR2IwpAqQLnGXMOa80VEVwwSywSuRk2iua7Uhvv3I0gzwvIXs5CjHm8iAeOzdT77034Y1KHvj0rZFzMJcHE='></script> <link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all' /> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://kisstortaliving.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Rainy city' href='https://kisstortaliving.com/2015/10/24/rainy-city/' /> <link rel='next' title='The Rose Garden' href='https://kisstortaliving.com/2015/10/31/the-rose-garden/' /> <meta name="generator" content="WordPress.com" /> <link rel="canonical" href="https://kisstortaliving.com/2015/10/25/sunny-sunday/" /> <link rel='shortlink' href='https://wp.me/p6FY9E-wM' /> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fkisstortaliving.com%2F2015%2F10%2F25%2Fsunny-sunday%2F&amp;for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fkisstortaliving.com%2F2015%2F10%2F25%2Fsunny-sunday%2F&amp;for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Sunny Sunday " /> <meta property="og:url" content="https://kisstortaliving.com/2015/10/25/sunny-sunday/" /> <meta property="og:description" content="Sunshine for Sunday. When living in London, you soon realize how precious the days are when the sun shines down on the city. Indulging in a wonderful breakfast, we headed towards the Tower of Londo…" /> <meta property="article:published_time" content="2015-10-25T22:30:34+00:00" /> <meta property="article:modified_time" content="2015-11-08T22:14:23+00:00" /> <meta property="og:site_name" content="kisstortaliving" /> <meta property="og:image" content="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=1200" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="1200" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:site" content="@wordpressdotcom" /> <meta name="twitter:text:title" content="Sunny Sunday " /> <meta name="twitter:image" content="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=640" /> <meta name="twitter:card" content="summary_large_image" /> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="apple-touch-icon-precomposed" href="https://s2.wp.com/i/webclip.png" /> <link rel='openid.server' href='https://kisstortaliving.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://kisstortaliving.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://kisstortaliving.com/osd.xml" title="kisstortaliving" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="kisstortaliving" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://kisstortaliving.com/feed/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="description" content="Sunshine for Sunday. When living in London, you soon realize how precious the days are when the sun shines down on the city. Indulging in a wonderful breakfast, we headed towards the Tower of London early morning.&nbsp; With the sun shining, it appeared that everyone was outside to enjoy the day. While we didn&#039;t go&hellip;" /> <script type="text/javascript"> function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;} var __ATA_PP = { pt: 1, ht: 0, tn: 'cubic', amp: false, siteid: 8982, blogid: 98660702, consent: __ATA_CC() }; var __ATA = __ATA || {}; __ATA.cmd = __ATA.cmd || []; __ATA.criteo = __ATA.criteo || {}; __ATA.criteo.cmd = __ATA.criteo.cmd || []; </script> <script type="text/javascript" src="//s.pubmine.com/head.js" async></script><link rel="amphtml" href="https://kisstortaliving.com/2015/10/25/sunny-sunday/amp/"><style type="text/css" id="syntaxhighlighteranchor"></style> <script type="text/javascript"> window.google_analytics_uacct = "UA-52447-2"; </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-52447-2']); _gaq.push(['_setDomainName', 'none']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_initData']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script> </head> <body class="post-template-default single single-post postid-2032 single-format-standard mp6 customizer-styles-applied highlander-enabled highlander-light"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header" role="banner"> <div class="site-branding"> <div class="clear"> <h1 class="site-title"><a href="https://kisstortaliving.com/" rel="home">kisstortaliving</a></h1> <h2 class="site-description"></h2> </div> </div><!-- .site-branding --> </header><!-- #masthead --> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <article id="post-2032" class="post-2032 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized"> <div class="entry-thumbnail"> <img width="1632" height="1500" src="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=1632&amp;h=1500&amp;crop=1" class="attachment-boardwalk-hero-image size-boardwalk-hero-image wp-post-image" alt="" srcset="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=1632&amp;h=1500&amp;crop=1 1632w, https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=150&amp;h=138&amp;crop=1 150w, https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=300&amp;h=276&amp;crop=1 300w, https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=768&amp;h=706&amp;crop=1 768w, https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=1024&amp;h=941&amp;crop=1 1024w" sizes="(max-width: 1632px) 100vw, 1632px" data-attachment-id="2033" data-permalink="https://kisstortaliving.com/processed-with-vscocam-with-c1-preset-1662/" data-orig-file="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg" data-orig-size="1632,1632" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D3100&quot;,&quot;caption&quot;:&quot;Processed with VSCOcam with c1 preset&quot;,&quot;created_timestamp&quot;:&quot;1414159772&quot;,&quot;copyright&quot;:&quot;Copyright 2015. All rights reserved.&quot;,&quot;focal_length&quot;:&quot;22&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;Processed with VSCOcam with c1 preset&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Processed with VSCOcam with c1 preset" data-image-description="" data-medium-file="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=300" data-large-file="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=768" /> </div><!-- .entry-thumbnail --> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><time class="entry-date published" datetime="2015-10-25T22:30:34+00:00">October 25, 2015</time><time class="updated" datetime="2015-11-08T22:14:23+00:00">November 8, 2015</time></span> </div><!-- .entry-meta --> <h1 class="entry-title">Sunny Sunday </h1> </header><!-- .entry-header --> <div class="entry-content"> <p>Sunshine for Sunday. When living in London, you soon realize how precious the days are when the sun shines down on the city. Indulging in a wonderful breakfast, we headed towards the Tower of London early morning.&nbsp;</p> <p>With the sun shining, it appeared that everyone was outside to enjoy the day. While we didn&#8217;t go in the Tower of London, we were amazed by the structure from the outside. We did however go up to the look out deck of the Tower bridge. What a wonderful experience overlooking the city and standing on top of the glass floor with the Thames below us.</p> <p>We then travelled to Greenwich on a double decker. Exploring the magnificent painted hall of the Royal Naval College, the Maritime Museum then climbing up to the Royal Observatory to gaze down on old structures with the skyscrapers of Canary Wharf behind it.</p> <p>Obviously we had to make this modern neighbourhood our next stop. And my family loved it, especially Agnes. It&#8217;s such a surreal feeling being at the foot of these wonderful gleaming buildings.</p> <p>Since the day was still young, we headed back to Westminster area to walk along the Thames while admiring the parliament, Big Ben and surrounding area. We even managed to take a few obligatory shots by a red London phone booth!&nbsp;</p> <p>The organ recital at Westminster Abbey was the perfect way to finish the weekend off right. A beautiful day ending with music and the clinking of glasses over dinner. Until next time.</p> <p>&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/b1d2979d-0036-406b-a361-ea59c5ef8b24.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/b1d2979d-0036-406b-a361-ea59c5ef8b24.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/a50edd01-3c7c-4222-a7a1-435ff7246063.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a50edd01-3c7c-4222-a7a1-435ff7246063.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/bb75df8c-f4c3-4536-ae49-d62b6e677fbf.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/bb75df8c-f4c3-4536-ae49-d62b6e677fbf.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/8d09fbe2-b5fb-4e2e-96ea-67e985d91b5e.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/8d09fbe2-b5fb-4e2e-96ea-67e985d91b5e.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/70126173-a00d-422c-8097-feb69052f61b.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/70126173-a00d-422c-8097-feb69052f61b.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/f23d2418-63b7-4201-8965-60f461ce9edc.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/f23d2418-63b7-4201-8965-60f461ce9edc.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/6755b496-0ea8-4a07-9161-daa3a80228b5.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/6755b496-0ea8-4a07-9161-daa3a80228b5.jpg?w=768" alt=""></a>&nbsp;&nbsp;&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/7e5171ea-6824-49b6-b154-c7b34cd9b5c9.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/7e5171ea-6824-49b6-b154-c7b34cd9b5c9.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/e437dba8-e903-4a7e-802d-a2645db89739.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e437dba8-e903-4a7e-802d-a2645db89739.jpg?w=768" alt=""></a>&nbsp;&nbsp;&nbsp;&nbsp;<br /> &nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/a661032c-b2a9-4ca4-ba8d-263f6899391e.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a661032c-b2a9-4ca4-ba8d-263f6899391e.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/a2b0e49f-39f7-4a2e-a95e-7fe483f700cd.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a2b0e49f-39f7-4a2e-a95e-7fe483f700cd.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/f25d989e-ed1a-44e6-a42a-eaf3c51f14eb.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/f25d989e-ed1a-44e6-a42a-eaf3c51f14eb.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/10477d8a-d18b-4e82-bba2-c88e679a7692.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/10477d8a-d18b-4e82-bba2-c88e679a7692.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/27668f40-afef-494e-9d62-f19e909ddd84.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/27668f40-afef-494e-9d62-f19e909ddd84.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/bde48b7d-5ce7-4316-882c-585563083b48.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/bde48b7d-5ce7-4316-882c-585563083b48.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/090439ce-021d-4c8d-8cdd-4e7038f1305d.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/090439ce-021d-4c8d-8cdd-4e7038f1305d.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/30fc3912-e695-47c8-8c1b-2498f7c3b68a.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/30fc3912-e695-47c8-8c1b-2498f7c3b68a.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/e00382cc-5213-421a-a40e-50ab03b03fd7.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e00382cc-5213-421a-a40e-50ab03b03fd7.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> &nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/b30f7fa6-12fe-4545-9da3-95012363671c.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/b30f7fa6-12fe-4545-9da3-95012363671c.jpg?w=768" alt=""></a>&nbsp;<br /> &nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/e930ccbf-795c-448c-aa92-45937c46c53d.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e930ccbf-795c-448c-aa92-45937c46c53d.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/e1197fa3-8a15-42a1-b48a-b8660b58afdd.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e1197fa3-8a15-42a1-b48a-b8660b58afdd.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/64a6684c-e2da-4e1f-86dc-44b981dbf2ed.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/64a6684c-e2da-4e1f-86dc-44b981dbf2ed.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/4ebea17d-d679-4cb4-b372-830b85dc1af0.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/4ebea17d-d679-4cb4-b372-830b85dc1af0.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/fca99402-c871-49cb-bdb8-58c548e8bce0.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/fca99402-c871-49cb-bdb8-58c548e8bce0.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/b725cbf3-265a-48ea-9441-51493b357703.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/b725cbf3-265a-48ea-9441-51493b357703.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/8e6f8a68-8cc2-43dd-a730-e1d830cf5b61.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/8e6f8a68-8cc2-43dd-a730-e1d830cf5b61.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/258e10be-45aa-4986-97d3-7ed8b3ca6b4e.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/258e10be-45aa-4986-97d3-7ed8b3ca6b4e.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/1fe81be8-eda9-4a4d-9867-b403230f762d.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/1fe81be8-eda9-4a4d-9867-b403230f762d.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/cd2706c1-dabf-47c1-9095-537a43c3a9a8.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/cd2706c1-dabf-47c1-9095-537a43c3a9a8.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/743b67ff-ff23-4328-9b9e-90c89f8b0719.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/743b67ff-ff23-4328-9b9e-90c89f8b0719.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/c9d7b02b-889f-40cb-af30-8875e2ecb054.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/c9d7b02b-889f-40cb-af30-8875e2ecb054.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/0fdc1a12-fc64-425d-9cdc-719d17d8bc88.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/0fdc1a12-fc64-425d-9cdc-719d17d8bc88.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/3ea73443-1ea5-4404-9b82-61fa41a066a6.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/3ea73443-1ea5-4404-9b82-61fa41a066a6.jpg?w=768" alt=""></a>&nbsp;&nbsp;&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/e107cecb-c329-4db9-ba0e-350b8b067bea.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e107cecb-c329-4db9-ba0e-350b8b067bea.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/3370db7b-1bb3-46e2-ac8b-e0653b6246f3.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/3370db7b-1bb3-46e2-ac8b-e0653b6246f3.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/18e6c100-65ab-4dd7-8c7c-8bd8deef2151.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/18e6c100-65ab-4dd7-8c7c-8bd8deef2151.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/a363edaa-599f-4ccb-887c-fdb13f8d7e89.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a363edaa-599f-4ccb-887c-fdb13f8d7e89.jpg?w=768" alt=""></a>&nbsp;&nbsp;&nbsp;</p> <p><a href="https://kisstortaliving.files.wordpress.com/2015/11/f67487cf-e969-4fc3-8028-e572608112f1.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/f67487cf-e969-4fc3-8028-e572608112f1.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/ae47f842-61f9-43f6-84fd-85ea41dc5409.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/ae47f842-61f9-43f6-84fd-85ea41dc5409.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/6b6d7a07-eb23-4145-b371-ab0cd140b762.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/6b6d7a07-eb23-4145-b371-ab0cd140b762.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/f3395070-5dba-46e0-bedc-e45ac6f272fb.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/f3395070-5dba-46e0-bedc-e45ac6f272fb.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/633f77e6-0f8c-4096-8f4b-2006b3c0318d.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/633f77e6-0f8c-4096-8f4b-2006b3c0318d.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/58a48caa-bcd4-4848-98bb-8beef8316df1.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/58a48caa-bcd4-4848-98bb-8beef8316df1.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/de4261ae-bb9f-4597-9446-336320c60580.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/de4261ae-bb9f-4597-9446-336320c60580.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> &nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/e254191c-fa39-403a-9f41-90e85a324496.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e254191c-fa39-403a-9f41-90e85a324496.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/54d7dd52-08cd-41f6-98e8-90fd0a35ade1.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/54d7dd52-08cd-41f6-98e8-90fd0a35ade1.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/0d23d823-6514-4bb1-b3a0-8edf0864269b.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/0d23d823-6514-4bb1-b3a0-8edf0864269b.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/171d698e-3b0d-4968-b80a-a30e21315779.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/171d698e-3b0d-4968-b80a-a30e21315779.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/93561099-9a79-4b6a-a814-a3466bf020c6.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/93561099-9a79-4b6a-a814-a3466bf020c6.jpg?w=768" alt=""></a>&nbsp;<br /> &nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/611ad818-8c17-4849-9928-5ef1e0790bbf.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/611ad818-8c17-4849-9928-5ef1e0790bbf.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/4aa2829f-43fe-4a35-9f6d-43b86f42138a.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/4aa2829f-43fe-4a35-9f6d-43b86f42138a.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/826d53c2-29c4-462c-8b7d-6fa611da8fb7.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/826d53c2-29c4-462c-8b7d-6fa611da8fb7.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/cbee2bf0-c9cd-4b86-b75b-b1bf493238f9.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/cbee2bf0-c9cd-4b86-b75b-b1bf493238f9.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/c53903c8-974c-42c2-bfa4-769c2f9e30e8.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/c53903c8-974c-42c2-bfa4-769c2f9e30e8.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/55e8e9a8-a582-4e10-9295-583a032b365e.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/55e8e9a8-a582-4e10-9295-583a032b365e.jpg?w=768" alt=""></a>&nbsp;&nbsp;&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/baca58c5-e85c-42d3-bf00-383c28df2afa.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/baca58c5-e85c-42d3-bf00-383c28df2afa.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/89b2ebc1-e87d-4755-8002-07089ab8f6a3.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/89b2ebc1-e87d-4755-8002-07089ab8f6a3.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/27e1fb25-8aea-416c-9193-2d90c0870820.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/27e1fb25-8aea-416c-9193-2d90c0870820.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/e37e6b7c-6db1-427d-a271-1be0ca2118f1.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e37e6b7c-6db1-427d-a271-1be0ca2118f1.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/26477d11-cc7f-499e-b0b9-0868d99313f4.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/26477d11-cc7f-499e-b0b9-0868d99313f4.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/32b0a813-855e-43a0-aa29-f2371e0b69a1.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/32b0a813-855e-43a0-aa29-f2371e0b69a1.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/469d4459-cf7d-4647-83b3-297ce3c9748b.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/469d4459-cf7d-4647-83b3-297ce3c9748b.jpg?w=768" alt=""></a>&nbsp;&nbsp;<span id="img_container_411E805E-3D3C-4D36-A882-B003440FD510" class="img_container"><img src="///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/BD40FB4E-2D71-4A73-BF75-3A951DCCA853.jpg" alt="" class=""></span>&nbsp;&nbsp;<br /> <span id="img_container_F01F276E-C359-4C69-9147-2C91AE284C26" class="img_container failed"><img src="///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/2CB63205-0A5B-48CD-9C96-47AE3D8CC950.jpg" alt="" class="failed"></span>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/1caf42c7-eae3-42ee-80ca-f79c69a767ae.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/1caf42c7-eae3-42ee-80ca-f79c69a767ae.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/90f5f2e0-1ffd-4091-ac12-daebaa3af20e.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/90f5f2e0-1ffd-4091-ac12-daebaa3af20e.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/473f5c55-719a-4047-93f9-412694a50f90.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/473f5c55-719a-4047-93f9-412694a50f90.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/2e963401-fe20-4305-b55a-128797820279.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/2e963401-fe20-4305-b55a-128797820279.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/b8ac45c6-aebd-4d85-b94d-c20fedf7b1dd.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/b8ac45c6-aebd-4d85-b94d-c20fedf7b1dd.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <span id="img_container_19AF6CF1-3D20-4ADC-BAE0-78FFE8E57B35" class="img_container"><img src="///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/D28C588A-FC86-4B3C-9CD5-46403DA41F54.jpg" alt="" class="uploading"></span>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/e987d972-5d3f-4086-96e8-cc5002d10aac.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/e987d972-5d3f-4086-96e8-cc5002d10aac.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/ed1e47d3-7267-4baa-b0c3-cc263ffb94fb.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/ed1e47d3-7267-4baa-b0c3-cc263ffb94fb.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/a0804510-5473-4f87-a6be-12c188f7b25b.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a0804510-5473-4f87-a6be-12c188f7b25b.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/5bcb3236-d368-448a-90fd-b6a2733e0d0a.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/5bcb3236-d368-448a-90fd-b6a2733e0d0a.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/6cad1691-4a42-450d-94d4-e12f76907b03.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/6cad1691-4a42-450d-94d4-e12f76907b03.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/ba65765e-2505-4cd5-9805-51314825e545.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/ba65765e-2505-4cd5-9805-51314825e545.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/a79d83d3-7145-4ddd-91b3-fd8a4ae3ef11.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a79d83d3-7145-4ddd-91b3-fd8a4ae3ef11.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/848a6199-e03c-4a60-b5c7-53feae7a17d9.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/848a6199-e03c-4a60-b5c7-53feae7a17d9.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <span id="img_container_305F1696-AA3A-44BA-8EBC-F1C587D56A62" class="img_container failed"><img src="///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/8D4CA230-0C6A-4D59-A631-1A906B687AAD.jpg" alt="" class="failed"></span>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/17637338-bb53-41e0-96ed-d1cc7a8de9fb.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/17637338-bb53-41e0-96ed-d1cc7a8de9fb.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/00892564-a98a-4dd6-8ad5-34f33b734fe0.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/00892564-a98a-4dd6-8ad5-34f33b734fe0.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/cbfb142d-4d43-48a7-b83a-1a6044754b0b.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/cbfb142d-4d43-48a7-b83a-1a6044754b0b.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/458ddc91-847e-4792-8dc4-cd4dbedeeee5.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/458ddc91-847e-4792-8dc4-cd4dbedeeee5.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/d63e21ae-c3f2-42dd-be2b-1c99a763bd89.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/d63e21ae-c3f2-42dd-be2b-1c99a763bd89.jpg?w=768" alt=""></a>&nbsp;&nbsp;&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/06ecfee6-e3c3-4a15-933a-ce1421fafe41.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/06ecfee6-e3c3-4a15-933a-ce1421fafe41.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/b6012de9-3446-4539-ba5f-f4bad877ebb6.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/b6012de9-3446-4539-ba5f-f4bad877ebb6.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/f353493a-9cab-46aa-9a38-f56ae984437f.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/f353493a-9cab-46aa-9a38-f56ae984437f.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/883a6d1d-4af3-4205-a3d5-3966face3d87.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/883a6d1d-4af3-4205-a3d5-3966face3d87.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/87dbfc65-aa90-47d9-ad38-8cbbca609f08.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/87dbfc65-aa90-47d9-ad38-8cbbca609f08.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/07b180ba-2e70-4bb7-b5c0-08f8c5fd1390.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/07b180ba-2e70-4bb7-b5c0-08f8c5fd1390.jpg?w=768" alt=""></a>&nbsp;&nbsp;<br /> <a href="https://kisstortaliving.files.wordpress.com/2015/11/a9892439-37b9-49d9-83df-492f2ae1c492.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a9892439-37b9-49d9-83df-492f2ae1c492.jpg?w=768" alt=""></a>&nbsp;&nbsp;<a href="https://kisstortaliving.files.wordpress.com/2015/11/a31d6071-12e3-44d4-9c72-9ba3c85f17e5.jpg"><img src="https://kisstortaliving.files.wordpress.com/2015/11/a31d6071-12e3-44d4-9c72-9ba3c85f17e5.jpg?w=768" alt=""></a>&nbsp;&nbsp;</p> <div id="atatags-370373-5cc28c2228891"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initVideoSlot('atatags-370373-5cc28c2228891', { sectionId: '370373', format: 'inread' }); }); </script> </div> <div class="wpcnt"> <div class="wpa wpmrec"> <span class="wpa-about">Advertisements</span> <div class="u"> <div style="padding-bottom:15px;width:300px;height:250px;float:left;margin-right:5px;margin-top:0px"> <div id="atatags-26942-5cc28c22288c7"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-26942-5cc28c22288c7', { collapseEmpty: 'before', sectionId: '26942', location: 120, width: 300, height: 250 }); }); </script> </div> </div> <div style="padding-bottom:15px;width:300px;height:250px;float:left;margin-top:0px"> <div id="atatags-114160-5cc28c22288cd"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-114160-5cc28c22288cd', { collapseEmpty: 'before', sectionId: '114160', location: 130, width: 300, height: 250 }); }); </script> </div> </div></div> </div> </div><div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-2032" class="share-twitter sd-button share-icon" href="https://kisstortaliving.com/2015/10/25/sunny-sunday/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-2032" class="share-facebook sd-button share-icon" href="https://kisstortaliving.com/2015/10/25/sunny-sunday/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-98660702-2032-5cc28c2229dfc' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=98660702&amp;post_id=2032&amp;origin=kisstortaliving.wordpress.com&amp;obj_id=98660702-2032-5cc28c2229dfc&amp;domain=kisstortaliving.com' data-name='like-post-frame-98660702-2032-5cc28c2229dfc'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div> <div id='jp-relatedposts' class='jp-relatedposts' > <h3 class="jp-relatedposts-headline"><em>Related</em></h3> </div></div> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="cat-links">Posted in <a href="https://kisstortaliving.com/category/uncategorized/" rel="category tag">Uncategorized</a></span><span class="byline">By <span class="author vcard"><a class="url fn n" href="https://kisstortaliving.com/author/kisstorta/">kisstorta</a></span></span><span class="comments-link"><a href="https://kisstortaliving.com/2015/10/25/sunny-sunday/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2015/10/25/sunny-sunday/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="https://kisstortaliving.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate> <input type="hidden" id="highlander_comment_nonce" name="highlander_comment_nonce" value="7ca44785c4" /><input type="hidden" name="_wp_http_referer" value="/2015/10/25/sunny-sunday/" /> <input type="hidden" name="hc_post_as" id="hc_post_as" value="guest" /> <div class="comment-form-field comment-textarea"> <label for="comment">Enter your comment here...</label> <div id="comment-form-comment"><textarea id="comment" name="comment" title="Enter your comment here..."></textarea></div> </div> <div id="comment-form-identity"> <div id="comment-form-nascar"> <p>Fill in your details below or click an icon to log in:</p> <ul> <li class="selected" style="display:none;"> <a href="#comment-form-guest" id="postas-guest" class="nascar-signin-link" title="Login via Guest"> </a> </li> <li> <a href="#comment-form-load-service:WordPress.com" id="postas-wordpress" class="nascar-signin-link" title="Login via WordPress.com"> <svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24" ><rect x="0" fill="none" width="24" height="24"/><g><path fill="#0087be" d="M12.158 12.786l-2.698 7.84c.806.236 1.657.365 2.54.365 1.047 0 2.05-.18 2.986-.51-.024-.037-.046-.078-.065-.123l-2.762-7.57zM3.008 12c0 3.56 2.07 6.634 5.068 8.092L3.788 8.342c-.5 1.117-.78 2.354-.78 3.658zm15.06-.454c0-1.112-.398-1.88-.74-2.48-.456-.74-.883-1.368-.883-2.11 0-.825.627-1.595 1.51-1.595.04 0 .078.006.116.008-1.598-1.464-3.73-2.36-6.07-2.36-3.14 0-5.904 1.613-7.512 4.053.21.008.41.012.58.012.94 0 2.395-.114 2.395-.114.484-.028.54.684.057.74 0 0-.487.058-1.03.086l3.275 9.74 1.968-5.902-1.4-3.838c-.485-.028-.944-.085-.944-.085-.486-.03-.43-.77.056-.742 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.486-.028.543.684.058.74 0 0-.488.058-1.03.086l3.25 9.665.897-2.997c.456-1.17.684-2.137.684-2.907zm1.82-3.86c.04.286.06.593.06.924 0 .912-.17 1.938-.683 3.22l-2.746 7.94c2.672-1.558 4.47-4.454 4.47-7.77 0-1.564-.4-3.033-1.1-4.314zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"/></g></svg> </a> </li> <li> <li> <a href="#comment-form-load-service:Twitter" id="postas-twitter" class="nascar-signin-link" title="Login via Twitter"> <svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24" ><rect x="0" fill="none" width="24" height="24"/><g><path fill="#1DA1F2" d="M22.23 5.924c-.736.326-1.527.547-2.357.646.847-.508 1.498-1.312 1.804-2.27-.793.47-1.67.812-2.606.996C18.325 4.498 17.258 4 16.078 4c-2.266 0-4.103 1.837-4.103 4.103 0 .322.036.635.106.935-3.41-.17-6.433-1.804-8.457-4.287-.353.607-.556 1.312-.556 2.064 0 1.424.724 2.68 1.825 3.415-.673-.022-1.305-.207-1.86-.514v.052c0 1.988 1.415 3.647 3.293 4.023-.344.095-.707.145-1.08.145-.265 0-.522-.026-.773-.074.522 1.63 2.038 2.817 3.833 2.85-1.404 1.1-3.174 1.757-5.096 1.757-.332 0-.66-.02-.98-.057 1.816 1.164 3.973 1.843 6.29 1.843 7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.53.802-.578 1.497-1.3 2.047-2.124z"/></g></svg> </a> </li> <li> <a href="#comment-form-load-service:Facebook" id="postas-facebook" class="nascar-signin-link" title="Login via Facebook"> <svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24" ><rect x="0" fill="none" width="24" height="24"/><g><path fill="#3B5998" d="M20.007 3H3.993C3.445 3 3 3.445 3 3.993v16.013c0 .55.445.994.993.994h8.62v-6.97H10.27V11.31h2.346V9.31c0-2.325 1.42-3.59 3.494-3.59.993 0 1.847.073 2.096.106v2.43h-1.438c-1.128 0-1.346.537-1.346 1.324v1.734h2.69l-.35 2.717h-2.34V21h4.587c.548 0 .993-.445.993-.993V3.993c0-.548-.445-.993-.993-.993z"/></g></svg> </a> </li> </ul> </div> <div id="comment-form-guest" class="comment-form-service selected"> <div class="comment-form-padder"> <div class="comment-form-avatar"> <a href="https://gravatar.com/site/signup/" target="_blank"> <img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Gravatar" width="25" class="no-grav" /> </a> </div> <div class="comment-form-fields"> <div class="comment-form-field comment-form-email"> <label for="email">Email <span class="required">(required)</span> <span class="nopublish">(Address never made public)</span></label> <div class="comment-form-input"><input id="email" name="email" type="email" value="" /></div> </div> <div class="comment-form-field comment-form-author"> <label for="author">Name <span class="required">(required)</span></label> <div class="comment-form-input"><input id="author" name="author" type="text" value="" /></div> </div> <div class="comment-form-field comment-form-url"> <label for="url">Website</label> <div class="comment-form-input"><input id="url" name="url" type="url" value="" /></div> </div> </div> </div> </div> <div id="comment-form-wordpress" class="comment-form-service"> <div class="comment-form-padder"> <div class="comment-form-avatar"> <img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="WordPress.com Logo" width="25" class="no-grav" /> </div> <div class="comment-form-fields"> <input type="hidden" name="wp_avatar" id="wordpress-avatar" class="comment-meta-wordpress" value="" /> <input type="hidden" name="wp_user_id" id="wordpress-user_id" class="comment-meta-wordpress" value="" /> <input type="hidden" name="wp_access_token" id="wordpress-access_token" class="comment-meta-wordpress" value="" /> <p class="comment-form-posting-as pa-wordpress"> <strong></strong> You are commenting using your WordPress.com account. <span class="comment-form-log-out"> (&nbsp;<a href="javascript:HighlanderComments.doExternalLogout( 'wordpress' );">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;) </span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24" ><rect x="0" fill="none" width="24" height="24"/><g><path fill="#0087be" d="M12.158 12.786l-2.698 7.84c.806.236 1.657.365 2.54.365 1.047 0 2.05-.18 2.986-.51-.024-.037-.046-.078-.065-.123l-2.762-7.57zM3.008 12c0 3.56 2.07 6.634 5.068 8.092L3.788 8.342c-.5 1.117-.78 2.354-.78 3.658zm15.06-.454c0-1.112-.398-1.88-.74-2.48-.456-.74-.883-1.368-.883-2.11 0-.825.627-1.595 1.51-1.595.04 0 .078.006.116.008-1.598-1.464-3.73-2.36-6.07-2.36-3.14 0-5.904 1.613-7.512 4.053.21.008.41.012.58.012.94 0 2.395-.114 2.395-.114.484-.028.54.684.057.74 0 0-.487.058-1.03.086l3.275 9.74 1.968-5.902-1.4-3.838c-.485-.028-.944-.085-.944-.085-.486-.03-.43-.77.056-.742 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.486-.028.543.684.058.74 0 0-.488.058-1.03.086l3.25 9.665.897-2.997c.456-1.17.684-2.137.684-2.907zm1.82-3.86c.04.286.06.593.06.924 0 .912-.17 1.938-.683 3.22l-2.746 7.94c2.672-1.558 4.47-4.454 4.47-7.77 0-1.564-.4-3.033-1.1-4.314zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"/></g></svg></span> </p> </div> </div> </div> <div id="comment-form-googleplus" class="comment-form-service"> <div class="comment-form-padder"> <div class="comment-form-avatar"> <img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Google photo" width="25" class="no-grav" /> </div> <div class="comment-form-fields"> <input type="hidden" name="googleplus_avatar" id="googleplus-avatar" class="comment-meta-googleplus" value="" /> <input type="hidden" name="googleplus_user_id" id="googleplus-user_id" class="comment-meta-googleplus" value="" /> <input type="hidden" name="googleplus_access_token" id="googleplus-access_token" class="comment-meta-googleplus" value="" /> <p class="comment-form-posting-as pa-googleplus"> <strong></strong> You are commenting using your Google account. <span class="comment-form-log-out"> (&nbsp;<a href="javascript:HighlanderComments.doExternalLogout( 'googleplus' );">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;) </span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" x="0px" y="0px" viewBox="0 0 60 60" ><path fill="#519bf7" d="M56.3,30c0,-1.6 -0.2,-3.4 -0.6,-5h-3.1H42.2H30v10.6h14.8C44,39.3 42,42 39.1,43.9l8.8,6.8C53,46 56.3,39 56.3,30z" /><path fill="#3db366" d="M30,57.5c6.7,0 13.1,-2.4 17.9,-6.8l-8.8,-6.8c-2.5,1.6 -5.6,2.4 -9.1,2.4c-7.2,0 -13.3,-4.7 -15.4,-11.2l-9.3,7.1C9.8,51.3 19.1,57.5 30,57.5z" /><path fill="#fdc600" d="M5.3,42.2l9.3,-7.1c-0.5,-1.6 -0.8,-3.3 -0.8,-5.1s0.3,-3.5 0.8,-5.1l-9.3,-7.1C3.5,21.5 2.5,25.6 2.5,30S3.5,38.5 5.3,42.2z" /><path fill="#f15b44" d="M40.1,17.4l8,-8C43.3,5.1 37,2.5 30,2.5C19.1,2.5 9.8,8.7 5.3,17.8l9.3,7.1c2.1,-6.5 8.2,-11.1 15.4,-11.1C33.9,13.7 37.4,15.1 40.1,17.4z" /></svg></span> </p> </div> </div> </div> <div id="comment-form-twitter" class="comment-form-service"> <div class="comment-form-padder"> <div class="comment-form-avatar"> <img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Twitter picture" width="25" class="no-grav" /> </div> <div class="comment-form-fields"> <input type="hidden" name="twitter_avatar" id="twitter-avatar" class="comment-meta-twitter" value="" /> <input type="hidden" name="twitter_user_id" id="twitter-user_id" class="comment-meta-twitter" value="" /> <input type="hidden" name="twitter_access_token" id="twitter-access_token" class="comment-meta-twitter" value="" /> <p class="comment-form-posting-as pa-twitter"> <strong></strong> You are commenting using your Twitter account. <span class="comment-form-log-out"> (&nbsp;<a href="javascript:HighlanderComments.doExternalLogout( 'twitter' );">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;) </span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24" ><rect x="0" fill="none" width="24" height="24"/><g><path fill="#1DA1F2" d="M22.23 5.924c-.736.326-1.527.547-2.357.646.847-.508 1.498-1.312 1.804-2.27-.793.47-1.67.812-2.606.996C18.325 4.498 17.258 4 16.078 4c-2.266 0-4.103 1.837-4.103 4.103 0 .322.036.635.106.935-3.41-.17-6.433-1.804-8.457-4.287-.353.607-.556 1.312-.556 2.064 0 1.424.724 2.68 1.825 3.415-.673-.022-1.305-.207-1.86-.514v.052c0 1.988 1.415 3.647 3.293 4.023-.344.095-.707.145-1.08.145-.265 0-.522-.026-.773-.074.522 1.63 2.038 2.817 3.833 2.85-1.404 1.1-3.174 1.757-5.096 1.757-.332 0-.66-.02-.98-.057 1.816 1.164 3.973 1.843 6.29 1.843 7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.53.802-.578 1.497-1.3 2.047-2.124z"/></g></svg></span> </p> </div> </div> </div> <div id="comment-form-facebook" class="comment-form-service"> <div class="comment-form-padder"> <div class="comment-form-avatar"> <img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Facebook photo" width="25" class="no-grav" /> </div> <div class="comment-form-fields"> <input type="hidden" name="fb_avatar" id="facebook-avatar" class="comment-meta-facebook" value="" /> <input type="hidden" name="fb_user_id" id="facebook-user_id" class="comment-meta-facebook" value="" /> <input type="hidden" name="fb_access_token" id="facebook-access_token" class="comment-meta-facebook" value="" /> <p class="comment-form-posting-as pa-facebook"> <strong></strong> You are commenting using your Facebook account. <span class="comment-form-log-out"> (&nbsp;<a href="javascript:HighlanderComments.doExternalLogout( 'facebook' );">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;) </span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24" ><rect x="0" fill="none" width="24" height="24"/><g><path fill="#3B5998" d="M20.007 3H3.993C3.445 3 3 3.445 3 3.993v16.013c0 .55.445.994.993.994h8.62v-6.97H10.27V11.31h2.346V9.31c0-2.325 1.42-3.59 3.494-3.59.993 0 1.847.073 2.096.106v2.43h-1.438c-1.128 0-1.346.537-1.346 1.324v1.734h2.69l-.35 2.717h-2.34V21h4.587c.548 0 .993-.445.993-.993V3.993c0-.548-.445-.993-.993-.993z"/></g></svg></span> </p> </div> </div> </div> <div id="comment-form-load-service" class="comment-form-service"> <div class="comment-form-posting-as-cancel"><a href="javascript:HighlanderComments.cancelExternalWindow();">Cancel</a></div> <p>Connecting to %s</p> </div> </div> <script type="text/javascript"> var highlander_expando_javascript = function(){ var input = document.createElement( 'input' ), comment = jQuery( '#comment' ); if ( 'placeholder' in input ) { comment.attr( 'placeholder', jQuery( '.comment-textarea label' ).remove().text() ); } // Expando Mode: start small, then auto-resize on first click + text length jQuery( '#comment-form-identity' ).hide(); jQuery( '#comment-form-subscribe' ).hide(); jQuery( '#commentform .form-submit' ).hide(); comment.css( { 'height':'10px' } ).one( 'focus', function() { var timer = setInterval( HighlanderComments.resizeCallback, 10 ) jQuery( this ).animate( { 'height': HighlanderComments.initialHeight } ).delay( 100 ).queue( function(n) { clearInterval( timer ); HighlanderComments.resizeCallback(); n(); } ); jQuery( '#comment-form-identity' ).slideDown(); jQuery( '#comment-form-subscribe' ).slideDown(); jQuery( '#commentform .form-submit' ).slideDown(); }); } jQuery(document).ready( highlander_expando_javascript ); </script> <div id="comment-form-subscribe"> <p class="comment-subscription-form"><input type="checkbox" name="subscribe" id="subscribe" value="subscribe" style="width: auto;"/> <label class="subscribe-label" id="subscribe-label" for="subscribe" style="display: inline;">Notify me of new comments via email.</label></p></div> <p class="form-submit"><input name="submit" type="submit" id="comment-submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='2032' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="3eb404e9a1" /></p> <input type="hidden" name="genseq" value="1556253730" /> <p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="122"/></p> </form> </div><!-- #respond --> <div style="clear: both"></div> </div><!-- #comments --> <nav class="navigation post-navigation" role="navigation"> <h1 class="screen-reader-text">Post navigation</h1> <div class="nav-links"> <div class="nav-previous"><a href="https://kisstortaliving.com/2015/10/24/rainy-city/" rel="prev"><span class="screen-reader-text"><span class="meta-nav">&larr;</span>&nbsp;Rainy city</span></a></div><div class="nav-next"><a href="https://kisstortaliving.com/2015/10/31/the-rose-garden/" rel="next"><span class="screen-reader-text">The Rose Garden&nbsp;<span class="meta-nav">&rarr;</span></span></a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> </main><!-- #main --> </div><!-- #primary --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <a href="https://wordpress.com/?ref=footer_website">Create a free website or blog at WordPress.com.</a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <!-- --> <script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201917y'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h'></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <script type='text/javascript'> /* <![CDATA[ */ var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/kisstortaliving.wordpress.com\/public.api\/connect\/?action=request&domain=kisstortaliving.com","logoutURL":"https:\/\/kisstortaliving.wordpress.com\/wp-login.php?action=logout&_wpnonce=6b2817be04","homeURL":"https:\/\/kisstortaliving.com\/","postID":"2032","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"0","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1551752381j'></script> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/kisstortaliving.com\/2015\/10\/25\/sunny-sunday\/":2032}; </script> <div class="widget widget_eu_cookie_law_widget"><div class="hide-on-button ads-active" data-hide-timeout="30" data-consent-expiration="180" id="eu-cookie-law" > <form method="post"> <input type="submit" value="Close and accept" class="accept" /> Privacy &amp; Cookies: This site uses cookies. By continuing to use this website, you agree to their use. <br /> To find out more, including how to control cookies, see here: <a href="https://automattic.com/cookies" > Cookie Policy </a> </form> </div> </div><script type='text/javascript'> /* <![CDATA[ */ var comment_like_text = {"loading":"Loading..."}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var actionbardata = {"siteID":"98660702","siteName":"kisstortaliving","siteURL":"https:\/\/kisstortaliving.com","icon":"<img alt='' src='https:\/\/s2.wp.com\/i\/logo\/wpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/cubic","signupURL":"https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fkisstortaliving.com%2F2015%2F10%2F25%2Fsunny-sunday%2F&signup_flow=account&domain=kisstortaliving.com","themeURL":"https:\/\/wordpress.com\/theme\/cubic\/","xhrURL":"https:\/\/kisstortaliving.com\/wp-admin\/admin-ajax.php","nonce":"00ca24db7e","isSingular":"1","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"00769fcb7f\" \/>","referer":"https:\/\/kisstortaliving.com\/2015\/10\/25\/sunny-sunday\/","canFollow":"1","feedID":"37026975","statusMessage":"","customizeLink":"https:\/\/kisstortaliving.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fkisstortaliving.wordpress.com%2F2015%2F10%2F25%2Fsunny-sunday%2F","postID":"2032","shortlink":"https:\/\/wp.me\/p6FY9E-wM","canEditPost":"","editLink":"https:\/\/wordpress.com\/post\/kisstortaliving.com\/2032","statsLink":"https:\/\/wordpress.com\/stats\/post\/2032\/kisstortaliving.com","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Cubic","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 30 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fkisstortaliving.com%2F2015%2F10%2F25%2Fsunny-sunday%2F&signup_flow=account&domain=kisstortaliving.com\">Log in now.<\/a>","stats":"Stats"}}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJyVkNlOxDAMRX+IjNkq0QfEp6A0cVs3K3Eyhb8nBVHNIiLNU6zre+wbwxqFCj6jz7AwaDySwvh5WPgOTlquiGjLRJ7BkkGGj4IFZ+m1xdQwq+BclcQvtGz0ALxSxFugM+ESzDO6aotlgCHIpFdpzQZFqa6W/OdlQ7FO90aMQRUWI+0XIK9s0ec5Ekb7dXDkG59YSU+YGbDUbjCEwsoVMrpoZcYLvZFTlYHUz/KtaCyUugYSg0zgJGdMtRLhiCnRln7XbpyQk1Tm6uankMoU/AbtVcttiB1m8XS4h/d6WhhDcg1/DJzFaCUl4Fkm8tPfW6E39/rQdc993790j8s3x9QKVQ=='></script> <script type='text/javascript'> var windowOpen; jQuery( document.body ).on( 'click', 'a.share-twitter', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' ); return false; }); var windowOpen; jQuery( document.body ).on( 'click', 'a.share-facebook', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; }); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script> <iframe src='https://widgets.wp.com/likes/master.html?ver=20190321#ver=20190321' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe> <div id='likes-other-gravatars'><div class="likes-text"><span>%d</span> bloggers like this:</div><ul class="wpl-avatars sd-like-gravatars"></ul></div> <script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'98660702','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'98660702','v':'wpcom','tz':'0','user_id':'0','post':'2032','subd':'kisstortaliving'}]); _stq.push(['extra', {'crypt':'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWtpP0NsWnVkPS9sL0ViLndld3BuVT01Unp2dX5PUFNoWEo9PUlEalQ4ZFZIJS8mPW02YltdTFIzd3Rubks4VWVoNj1ZbE9YUUV5PSwtN2Z8JjVMXzdOdllhSFNZZD0sOXVyeXFSOSUtTSt8fl1mZ2hhU3VMUW5OYyxvb3dYb1FiZ3VRXWcrOVgzW1tHLl1aTmJCL1hraGZyQnN1aGwlXy8tZV85UDNKYkJLUDU4SlBTYTd0X20/djFZc3RwZSY0L25UaFJwUzlLR1M2TUpvW0NYM0RMT3BfM0RueXVCNj9jeUk9cExwY1BSeGZzfkk4Vng2LkVz'}]); _stq.push([ 'clickTrackerInit', '98660702', '2032' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> </body> </html>
[ "<footer class=\"entry-footer\">\n\t\t<span class=\"cat-links\">Posted in <a href=\"https://kisstortaliving.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a></span><span class=\"byline\">By <span class=\"author vcard\"><a class=\"url fn n\" href=\"https://kisstortaliving.com/author/kisstorta/\">kisstorta</a></span></span><span class=\"comments-link\"><a href=\"https://kisstortaliving.com/2015/10/25/sunny-sunday/#respond\">Leave a comment</a></span>\t</footer>", "<footer id=\"colophon\" class=\"site-footer\" role=\"contentinfo\">\n\t\t\t\t<div class=\"site-info\">\n\t\t\t<a href=\"https://wordpress.com/?ref=footer_website\">Create a free website or blog at WordPress.com.</a>\n\t\t\t\n\t\t\t\t\t</div><!-- .site-info -->\n\t</footer>" ]
[ "<head>\n<meta charset=\"UTF-8\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\"/>\n<link rel=\"pingback\" href=\"https://kisstortaliving.com/xmlrpc.php\"/>\n\n<title>Sunny Sunday  – kisstortaliving</title>\n\n<!-- Async WordPress.com Remote Login -->\n<script id=\"wpcom_remote_login_js\">\nvar wpcom_remote_login_extra_auth = '';\nfunction wpcom_remote_login_remove_dom_node_id( element_id ) {\n\tvar dom_node = document.getElementById( element_id );\n\tif ( dom_node ) { dom_node.remove(); }\n}\nfunction wpcom_remote_login_remove_dom_node_classes( class_name ) {\n\tvar dom_nodes = document.querySelectorAll( '.' + class_name );\n\tfor ( var i = 0; i &lt; dom_nodes.length; i++ ) {\n\t\tdom_nodes[i].remove();\n\t}\n}\nfunction wpcom_remote_login_final_cleanup() {\n\twpcom_remote_login_remove_dom_node_classes( \"wpcom_remote_login_msg\" );\n\twpcom_remote_login_remove_dom_node_id( \"wpcom_remote_login_key\" );\n\twpcom_remote_login_remove_dom_node_id( \"wpcom_remote_login_validate\" );\n\twpcom_remote_login_remove_dom_node_id( \"wpcom_remote_login_js\" );\n\twpcom_remote_login_remove_dom_node_id( \"wpcom_request_access_iframe\" );\n\twpcom_remote_login_remove_dom_node_id( \"wpcom_request_access_styles\" );\n}\n\n// Watch for messages back from the remote login\nwindow.addEventListener( \"message\", function( e ) {\n\tif ( e.origin === \"https://r-login.wordpress.com\" ) {\n\t\tvar data = {};\n\t\ttry {\n\t\t\tdata = JSON.parse( e.data );\n\t\t} catch( e ) {\n\t\t\twpcom_remote_login_final_cleanup();\n\t\t\treturn;\n\t\t}\n\n\t\tif ( data.msg === 'LOGIN' ) {\n\t\t\t// Clean up the login check iframe\n\t\t\twpcom_remote_login_remove_dom_node_id( \"wpcom_remote_login_key\" );\n\n\t\t\tvar id_regex = new RegExp( /^[0-9]+$/ );\n\t\t\tvar token_regex = new RegExp( /^.*|.*|.*$/ );\n\t\t\tif (\n\t\t\t\ttoken_regex.test( data.token )\n\t\t\t\t&amp;&amp; id_regex.test( data.wpcomid )\n\t\t\t) {\n\t\t\t\t// We have everything we need to ask for a login\n\t\t\t\tvar script = document.createElement( \"script\" );\n\t\t\t\tscript.setAttribute( \"id\", \"wpcom_remote_login_validate\" );\n\t\t\t\tscript.src = '/remote-login.php?wpcom_remote_login=validate'\n\t\t\t\t\t+ '&amp;wpcomid=' + data.wpcomid\n\t\t\t\t\t+ '&amp;token=' + encodeURIComponent( data.token )\n\t\t\t\t\t+ '&amp;host=' + window.location.protocol\n\t\t\t\t\t\t+ '//' + window.location.hostname;\n\t\t\t\tdocument.body.appendChild( script );\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\t// Safari ITP, not logged in, so redirect\n\t\tif ( data.msg === 'LOGIN-REDIRECT' ) {\n\t\t\twindow.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;\n\t\t\treturn;\n\t\t}\n\n\t\t// Safari ITP, storage access failed, remove the request\n\t\tif ( data.msg === 'LOGIN-REMOVE' ) {\n\t\t\tvar css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';\n\t\t\tvar style_zap = document.createElement( 'style' );\n\t\t\tstyle_zap.type = 'text/css';\n\t\t\tstyle_zap.appendChild( document.createTextNode( css_zap ) );\n\t\t\tdocument.body.appendChild( style_zap );\n\n\t\t\tvar e = document.getElementById( 'wpcom_request_access_iframe' );\n\t\t\te.parentNode.removeChild( e );\n\n\t\t\tdocument.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';\n\n\t\t\treturn;\n\t\t}\n\n\t\t// Safari ITP\n\t\tif ( data.msg === 'REQUEST_ACCESS' ) {\n\t\t\tconsole.log( 'request access: safari' );\n\n\t\t\t// Check ITP iframe enable/disable knob\n\t\t\tif ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If we are in a \"private window\" there is no ITP.\n\t\t\tvar private_window = false;\n\t\t\ttry {\n\t\t\t\tvar opendb = window.openDatabase( null, null, null, null );\n\t\t\t} catch( e ) {\n\t\t\t\tprivate_window = true;\n\t\t\t}\n\n\t\t\tif ( private_window ) {\n\t\t\t\tconsole.log( 'private window' );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar iframe = document.createElement( 'iframe' );\n\t\t\tiframe.id = 'wpcom_request_access_iframe';\n\t\t\tiframe.setAttribute( 'scrolling', 'no' );\n\t\t\tiframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );\n\t\t\tiframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&amp;origin=' + encodeURIComponent( data.origin ) + '&amp;wpcomid=' + encodeURIComponent( data.wpcomid );\n\n\t\t\tvar css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';\n\n\t\t\tvar style = document.createElement( 'style' );\n\t\t\tstyle.type = 'text/css';\n\t\t\tstyle.id = 'wpcom_request_access_styles';\n\t\t\tstyle.appendChild( document.createTextNode( css ) );\n\t\t\tdocument.body.appendChild( style );\n\n\t\t\tdocument.body.appendChild( iframe );\n\t\t}\n\n\t\tif ( data.msg === 'DONE' ) {\n\t\t\twpcom_remote_login_final_cleanup();\n\t\t}\n\t}\n}, false );\n\n// Inject the remote login iframe after the page has had a chance to load\n// more critical resources\nwindow.addEventListener( \"DOMContentLoaded\", function( e ) {\n\tvar iframe = document.createElement( \"iframe\" );\n\tiframe.style.display = \"none\";\n\tiframe.setAttribute( \"scrolling\", \"no\" );\n\tiframe.setAttribute( \"id\", \"wpcom_remote_login_key\" );\n\tiframe.src = \"https://r-login.wordpress.com/remote-login.php\"\n\t\t+ \"?wpcom_remote_login=key\"\n\t\t+ \"&amp;origin=aHR0cHM6Ly9raXNzdG9ydGFsaXZpbmcuY29t\"\n\t\t+ \"&amp;wpcomid=98660702\"\n\t\t+ \"&amp;time=1556253730\";\n\tdocument.body.appendChild( iframe );\n}, false );\n</script>\n<link rel=\"dns-prefetch\" href=\"//s2.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s1.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//kisstortaliving.wordpress.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s0.wp.com\"/>\n<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\"/>\n<link rel=\"dns-prefetch\" href=\"//s.pubmine.com\"/>\n<link rel=\"dns-prefetch\" href=\"//x.bidswitch.net\"/>\n<link rel=\"dns-prefetch\" href=\"//static.criteo.net\"/>\n<link rel=\"dns-prefetch\" href=\"//ib.adnxs.com\"/>\n<link rel=\"dns-prefetch\" href=\"//aax.amazon-adsystem.com\"/>\n<link rel=\"dns-prefetch\" href=\"//bidder.criteo.com\"/>\n<link rel=\"dns-prefetch\" href=\"//cas.criteo.com\"/>\n<link rel=\"dns-prefetch\" href=\"//gum.criteo.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ads.pubmatic.com\"/>\n<link rel=\"dns-prefetch\" href=\"//gads.pubmatic.com\"/>\n<link rel=\"dns-prefetch\" href=\"//tpc.googlesyndication.com\"/>\n<link rel=\"dns-prefetch\" href=\"//ad.doubleclick.net\"/>\n<link rel=\"dns-prefetch\" href=\"//googleads.g.doubleclick.net\"/>\n<link rel=\"dns-prefetch\" href=\"//www.googletagservices.com\"/>\n<link rel=\"dns-prefetch\" href=\"//cdn.switchadhub.com\"/>\n<link rel=\"dns-prefetch\" href=\"//delivery.g.switchadhub.com\"/>\n<link rel=\"dns-prefetch\" href=\"//delivery.swid.switchadhub.com\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"kisstortaliving » Feed\" href=\"https://kisstortaliving.com/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"kisstortaliving » Comments Feed\" href=\"https://kisstortaliving.com/comments/feed/\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"kisstortaliving » Sunny Sunday  Comments Feed\" href=\"https://kisstortaliving.com/2015/10/25/sunny-sunday/feed/\"/>\n\t<script type=\"text/javascript\">\n\t\t/* &lt;![CDATA[ */\n\t\tfunction addLoadEvent(func) {\n\t\t\tvar oldonload = window.onload;\n\t\t\tif (typeof window.onload != 'function') {\n\t\t\t\twindow.onload = func;\n\t\t\t} else {\n\t\t\t\twindow.onload = function () {\n\t\t\t\t\toldonload();\n\t\t\t\t\tfunc();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t/* ]]&gt; */\n\t</script>\n\t\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s0.wp.com\\/wp-content\\/mu-plugins\\/wpcom-smileys\\/twemoji\\/2\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/s0.wp.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?m=1550249335h&amp;ver=5.2-beta3-45266\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&amp;&amp;(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&amp;&amp;k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i&lt;j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&amp;&amp;c.supports[j[i]],\"flag\"!==j[i]&amp;&amp;(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&amp;&amp;!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&amp;&amp;c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&amp;&amp;g.twemoji&amp;&amp;(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\"stylesheet\" id=\"all-css-0-1\" href=\"https://s2.wp.com/_static/??-eJx9kN1uwjAMhV9owWJa0XYx7VnyYxWDnURxKtS3J201xgDlJrJPzhcfBy7Z+BQrxgoymczTSFHhkn0So0KM80O386pvcIc5TuMfmEqwQWHk5Cw/ee9GFGRbMZictD50PYzpjAonrNn6s1m7m52i5ym06yZAIF2zrS5XbJlB68y4E4q9AT4VbLpkWxeHYCCLjNJsPUzy4ZdaymNL191j+1PnckFV006hSUw9tkFdrlFLlG3zddF/yoYSxFSp0Xorem+OGLFs9pflwv7I934YPr4+94fh/XQFxxrVhA==?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"boardwalk-source-code-pro-css\" href=\"https://fonts.googleapis.com/css?family=Source+Code+Pro%3A400%2C700&amp;subset=latin%2Clatin-ext&amp;ver=5.2-beta3-45266\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"all-css-2-1\" href=\"https://s1.wp.com/_static/??-eJx9jMESwiAMRH/ImKnWenL8FkojYgNhIAzj34ue6qW33dl9D1sCK1EpKuqTAhVMdcZZTF6a4RV9tFj0zQQtWQlHW8oBN1CokLg6Hws2vzjSglT7KqsnYNNQKSQ22sU/zZ7AkQCLNeol/hV4sPF5D800s7geHfbXpn6he7gNl9N1Oo/DOL0+5yVadg==?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"print-css-3-1\" href=\"https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035h&amp;cssminify=yes\" type=\"text/css\" media=\"print\"/>\n<link rel=\"stylesheet\" id=\"cubic-montserrat-css\" href=\"https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"cubic-playfair-display-css\" href=\"https://fonts.googleapis.com/css?family=Playfair+Display%3A400%2C700%2C400italic%2C700italic&amp;subset=latin%2Clatin-ext\" type=\"text/css\" media=\"all\"/>\n<link rel=\"stylesheet\" id=\"all-css-8-1\" href=\"https://s0.wp.com/_static/??-eJyNz0EKAjEMBdALWTOD1p14ljTWTjVtStMyeHsRFBF1cJX/4f1FYC6GJDefG7TJJ69QugMnWI8z8gW0XdmvSXUF3yl1F+lfFvODmrmQpI9B6qZwDzErILUo2WF9pSVeRJs5McYKOmGNOTzv0kqFIrJhCfJefr0ybSGwOOQ7OKT9aO1usJvBjucbEbN6+w==?cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<script type=\"text/javascript\">\n/* &lt;![CDATA[ */\nvar related_posts_js_options = {\"post_heading\":\"h4\"};\n/* ]]&gt; */\n</script>\n<script type=\"text/javascript\" src=\"https://s1.wp.com/_static/??-eJyFj+EKwjAMhF/Irug6/CU+S91iSW3T2rQb+vS2oD8cQyEQjnzcXeQSBdLoygQsbZ17gfR4r87yTv4ChEeTdIbOI33gMVAGyo2NgbMHZm1g4+rDBR2IwpAqQLnGXMOa80VEVwwSywSuRk2iua7Uhvv3I0gzwvIXs5CjHm8iAeOzdT77034Y1KHvj0rZFzMJcHE=\"/>\n<link rel=\"stylesheet\" id=\"all-css-0-2\" href=\"https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&amp;cssminify=yes\" type=\"text/css\" media=\"all\"/>\n<!--[if lt IE 8]>\n<link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' />\n<![endif]-->\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://kisstortaliving.wordpress.com/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://s1.wp.com/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"prev\" title=\"Rainy city\" href=\"https://kisstortaliving.com/2015/10/24/rainy-city/\"/>\n<link rel=\"next\" title=\"The Rose Garden\" href=\"https://kisstortaliving.com/2015/10/31/the-rose-garden/\"/>\n<meta name=\"generator\" content=\"WordPress.com\"/>\n<link rel=\"canonical\" href=\"https://kisstortaliving.com/2015/10/25/sunny-sunday/\"/>\n<link rel=\"shortlink\" href=\"https://wp.me/p6FY9E-wM\"/>\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fkisstortaliving.com%2F2015%2F10%2F25%2Fsunny-sunday%2F&amp;for=wpcom-auto-discovery\"/><link rel=\"alternate\" type=\"application/xml+oembed\" href=\"https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fkisstortaliving.com%2F2015%2F10%2F25%2Fsunny-sunday%2F&amp;for=wpcom-auto-discovery\"/>\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\"/>\n<meta property=\"og:title\" content=\"Sunny Sunday \"/>\n<meta property=\"og:url\" content=\"https://kisstortaliving.com/2015/10/25/sunny-sunday/\"/>\n<meta property=\"og:description\" content=\"Sunshine for Sunday. When living in London, you soon realize how precious the days are when the sun shines down on the city. Indulging in a wonderful breakfast, we headed towards the Tower of Londo…\"/>\n<meta property=\"article:published_time\" content=\"2015-10-25T22:30:34+00:00\"/>\n<meta property=\"article:modified_time\" content=\"2015-11-08T22:14:23+00:00\"/>\n<meta property=\"og:site_name\" content=\"kisstortaliving\"/>\n<meta property=\"og:image\" content=\"https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=1200\"/>\n<meta property=\"og:image:width\" content=\"1200\"/>\n<meta property=\"og:image:height\" content=\"1200\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta name=\"twitter:site\" content=\"@wordpressdotcom\"/>\n<meta name=\"twitter:text:title\" content=\"Sunny Sunday \"/>\n<meta name=\"twitter:image\" content=\"https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd-0.jpg?w=640\"/>\n<meta name=\"twitter:card\" content=\"summary_large_image\"/>\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/WordPresscom\"/>\n\n<!-- End Jetpack Open Graph Tags -->\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://s1.wp.com/i/favicon.ico\" sizes=\"16x16 24x24 32x32 48x48\"/>\n<link rel=\"icon\" type=\"image/x-icon\" href=\"https://s1.wp.com/i/favicon.ico\" sizes=\"16x16 24x24 32x32 48x48\"/>\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://s2.wp.com/i/webclip.png\"/>\n<link rel=\"openid.server\" href=\"https://kisstortaliving.wordpress.com/?openidserver=1\"/>\n<link rel=\"openid.delegate\" href=\"https://kisstortaliving.wordpress.com/\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://kisstortaliving.com/osd.xml\" title=\"kisstortaliving\"/>\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://s1.wp.com/opensearch.xml\" title=\"WordPress.com\"/>\n\t\t<style type=\"text/css\">\n\t\t\t.recentcomments a {\n\t\t\t\tdisplay: inline !important;\n\t\t\t\tpadding: 0 !important;\n\t\t\t\tmargin: 0 !important;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {\n\t\t\t\tborder: 0px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\ttable.recentcommentsavatartop a, table.recentcommentsavatarend a {\n\t\t\t\tborder: 0px !important;\n\t\t\t\tbackground-color: transparent !important;\n\t\t\t}\n\n\t\t\ttd.recentcommentsavatarend, td.recentcommentsavatartop {\n\t\t\t\tpadding: 0px 0px 1px 0px;\n\t\t\t\tmargin: 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstextend {\n\t\t\t\tborder: none !important;\n\t\t\t\tpadding: 0px 0px 2px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstextend {\n\t\t\t\tpadding: 0px 10px 2px 0px;\n\t\t\t}\n\n\t\t\ttd.recentcommentstexttop {\n\t\t\t\tborder: none;\n\t\t\t\tpadding: 0px 0px 0px 10px;\n\t\t\t}\n\n\t\t\t.rtl td.recentcommentstexttop {\n\t\t\t\tpadding: 0px 10px 0px 0px;\n\t\t\t}\n\t\t</style>\n\t\t<meta name=\"application-name\" content=\"kisstortaliving\"/><meta name=\"msapplication-window\" content=\"width=device-width;height=device-height\"/><meta name=\"msapplication-task\" content=\"name=Subscribe;action-uri=https://kisstortaliving.com/feed/;icon-uri=https://s1.wp.com/i/favicon.ico\"/><meta name=\"msapplication-task\" content=\"name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico\"/><meta name=\"msapplication-task\" content=\"name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico\"/><meta name=\"msapplication-task\" content=\"name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico\"/><meta name=\"description\" content=\"Sunshine for Sunday. When living in London, you soon realize how precious the days are when the sun shines down on the city. Indulging in a wonderful breakfast, we headed towards the Tower of London early morning.  With the sun shining, it appeared that everyone was outside to enjoy the day. While we didn't go…\"/>\n\t\t<script type=\"text/javascript\">\n\t\tfunction __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}\n\t\tvar __ATA_PP = { pt: 1, ht: 0, tn: 'cubic', amp: false, siteid: 8982, blogid: 98660702, consent: __ATA_CC() };\n\t\tvar __ATA = __ATA || {};\n\t\t__ATA.cmd = __ATA.cmd || [];\n\t\t__ATA.criteo = __ATA.criteo || {};\n\t\t__ATA.criteo.cmd = __ATA.criteo.cmd || [];\n\t\t</script>\n\t\t<script type=\"text/javascript\" src=\"//s.pubmine.com/head.js\" async=\"\"/><link rel=\"amphtml\" href=\"https://kisstortaliving.com/2015/10/25/sunny-sunday/amp/\"/><style type=\"text/css\" id=\"syntaxhighlighteranchor\"/>\n<script type=\"text/javascript\">\n\twindow.google_analytics_uacct = \"UA-52447-2\";\n</script>\n\n<script type=\"text/javascript\">\n\tvar _gaq = _gaq || [];\n\t_gaq.push(['_setAccount', 'UA-52447-2']);\n\t_gaq.push(['_setDomainName', 'none']);\n\t_gaq.push(['_setAllowLinker', true]);\n\t_gaq.push(['_initData']);\n\t_gaq.push(['_trackPageview']);\n\n\t(function() {\n\t\tvar ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n\t\t(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);\n\t})();\n</script>\n</head>\n\n" ]
[ "<title>Sunny Sunday  – kisstortaliving</title>\n\n" ]
[ { "key": "datasource", "type": "global", "value": "kisstortaliving.com > sunny sunday" } ]
[ { "char_end_idx": 35, "char_start_idx": 0, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 139, "char_start_idx": 35, "key": "length", "type": "local", "value": "103" }, { "char_end_idx": 228, "char_start_idx": 139, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 306, "char_start_idx": 228, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 399, "char_start_idx": 306, "key": "length", "type": "local", "value": "92" }, { "char_end_idx": 462, "char_start_idx": 399, "key": "length", "type": "local", "value": "62" }, { "char_end_idx": 576, "char_start_idx": 462, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 627, "char_start_idx": 576, "key": "length", "type": "local", "value": "50" }, { "char_end_idx": 835, "char_start_idx": 627, "key": "length", "type": "local", "value": "207" }, { "char_end_idx": 901, "char_start_idx": 835, "key": "length", "type": "local", "value": "65" }, { "char_end_idx": 943, "char_start_idx": 901, "key": "length", "type": "local", "value": "41" }, { "char_end_idx": 1028, "char_start_idx": 943, "key": "length", "type": "local", "value": "84" }, { "char_end_idx": 1180, "char_start_idx": 1028, "key": "length", "type": "local", "value": "151" }, { "char_end_idx": 1348, "char_start_idx": 1180, "key": "length", "type": "local", "value": "167" }, { "char_end_idx": 1423, "char_start_idx": 1348, "key": "length", "type": "local", "value": "74" }, { "char_end_idx": 1440, "char_start_idx": 1423, "key": "length", "type": "local", "value": "16" } ]
[ { "key": "length", "type": "global", "value": "1551" } ]
[ { "char_end_idx": 15, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "skip-link screen-reader-text", "#content" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 230, "char_start_idx": 16, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 577, "char_start_idx": 230, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 836, "char_start_idx": 578, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1029, "char_start_idx": 837, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1258, "char_start_idx": 1030, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1441, "char_start_idx": 1258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 1442, "char_start_idx": 1442, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b1d2979d-0036-406b-a361-ea59c5ef8b24.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 1442, "char_start_idx": 1442, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b1d2979d-0036-406b-a361-ea59c5ef8b24.jpg" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1443, "char_start_idx": 1443, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a50edd01-3c7c-4222-a7a1-435ff7246063.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1443, "char_start_idx": 1443, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a50edd01-3c7c-4222-a7a1-435ff7246063.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1443, "char_start_idx": 1443, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/bb75df8c-f4c3-4536-ae49-d62b6e677fbf.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1443, "char_start_idx": 1443, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/bb75df8c-f4c3-4536-ae49-d62b6e677fbf.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1444, "char_start_idx": 1444, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/8d09fbe2-b5fb-4e2e-96ea-67e985d91b5e.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1444, "char_start_idx": 1444, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/8d09fbe2-b5fb-4e2e-96ea-67e985d91b5e.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1444, "char_start_idx": 1444, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/70126173-a00d-422c-8097-feb69052f61b.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1444, "char_start_idx": 1444, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/70126173-a00d-422c-8097-feb69052f61b.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1445, "char_start_idx": 1445, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f23d2418-63b7-4201-8965-60f461ce9edc.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1445, "char_start_idx": 1445, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f23d2418-63b7-4201-8965-60f461ce9edc.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1445, "char_start_idx": 1445, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/6755b496-0ea8-4a07-9161-daa3a80228b5.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1445, "char_start_idx": 1445, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/6755b496-0ea8-4a07-9161-daa3a80228b5.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1446, "char_start_idx": 1446, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/7e5171ea-6824-49b6-b154-c7b34cd9b5c9.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1446, "char_start_idx": 1446, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/7e5171ea-6824-49b6-b154-c7b34cd9b5c9.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1447, "char_start_idx": 1447, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e437dba8-e903-4a7e-802d-a2645db89739.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1447, "char_start_idx": 1447, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e437dba8-e903-4a7e-802d-a2645db89739.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1448, "char_start_idx": 1448, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a661032c-b2a9-4ca4-ba8d-263f6899391e.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1448, "char_start_idx": 1448, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a661032c-b2a9-4ca4-ba8d-263f6899391e.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1449, "char_start_idx": 1449, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a2b0e49f-39f7-4a2e-a95e-7fe483f700cd.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1449, "char_start_idx": 1449, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a2b0e49f-39f7-4a2e-a95e-7fe483f700cd.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1449, "char_start_idx": 1449, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f25d989e-ed1a-44e6-a42a-eaf3c51f14eb.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1449, "char_start_idx": 1449, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f25d989e-ed1a-44e6-a42a-eaf3c51f14eb.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1450, "char_start_idx": 1450, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/10477d8a-d18b-4e82-bba2-c88e679a7692.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1450, "char_start_idx": 1450, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/10477d8a-d18b-4e82-bba2-c88e679a7692.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1450, "char_start_idx": 1450, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/27668f40-afef-494e-9d62-f19e909ddd84.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1450, "char_start_idx": 1450, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/27668f40-afef-494e-9d62-f19e909ddd84.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1451, "char_start_idx": 1451, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/bde48b7d-5ce7-4316-882c-585563083b48.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1451, "char_start_idx": 1451, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/bde48b7d-5ce7-4316-882c-585563083b48.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1451, "char_start_idx": 1451, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/090439ce-021d-4c8d-8cdd-4e7038f1305d.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1451, "char_start_idx": 1451, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/090439ce-021d-4c8d-8cdd-4e7038f1305d.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1452, "char_start_idx": 1452, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/30fc3912-e695-47c8-8c1b-2498f7c3b68a.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1452, "char_start_idx": 1452, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/30fc3912-e695-47c8-8c1b-2498f7c3b68a.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1452, "char_start_idx": 1452, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e00382cc-5213-421a-a40e-50ab03b03fd7.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1452, "char_start_idx": 1452, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e00382cc-5213-421a-a40e-50ab03b03fd7.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1453, "char_start_idx": 1453, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b30f7fa6-12fe-4545-9da3-95012363671c.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1453, "char_start_idx": 1453, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b30f7fa6-12fe-4545-9da3-95012363671c.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1454, "char_start_idx": 1454, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e930ccbf-795c-448c-aa92-45937c46c53d.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1454, "char_start_idx": 1454, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e930ccbf-795c-448c-aa92-45937c46c53d.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e1197fa3-8a15-42a1-b48a-b8660b58afdd.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e1197fa3-8a15-42a1-b48a-b8660b58afdd.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/64a6684c-e2da-4e1f-86dc-44b981dbf2ed.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1455, "char_start_idx": 1455, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/64a6684c-e2da-4e1f-86dc-44b981dbf2ed.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1456, "char_start_idx": 1456, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1456, "char_start_idx": 1456, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cb4cc9c8-3090-4153-859d-ae0790240cbd.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1456, "char_start_idx": 1456, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/4ebea17d-d679-4cb4-b372-830b85dc1af0.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1456, "char_start_idx": 1456, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/4ebea17d-d679-4cb4-b372-830b85dc1af0.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1457, "char_start_idx": 1457, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/fca99402-c871-49cb-bdb8-58c548e8bce0.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1457, "char_start_idx": 1457, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/fca99402-c871-49cb-bdb8-58c548e8bce0.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1457, "char_start_idx": 1457, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b725cbf3-265a-48ea-9441-51493b357703.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1457, "char_start_idx": 1457, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b725cbf3-265a-48ea-9441-51493b357703.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1458, "char_start_idx": 1458, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/8e6f8a68-8cc2-43dd-a730-e1d830cf5b61.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1458, "char_start_idx": 1458, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/8e6f8a68-8cc2-43dd-a730-e1d830cf5b61.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1458, "char_start_idx": 1458, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/258e10be-45aa-4986-97d3-7ed8b3ca6b4e.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1458, "char_start_idx": 1458, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/258e10be-45aa-4986-97d3-7ed8b3ca6b4e.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1459, "char_start_idx": 1459, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/1fe81be8-eda9-4a4d-9867-b403230f762d.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1459, "char_start_idx": 1459, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/1fe81be8-eda9-4a4d-9867-b403230f762d.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1459, "char_start_idx": 1459, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cd2706c1-dabf-47c1-9095-537a43c3a9a8.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1459, "char_start_idx": 1459, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cd2706c1-dabf-47c1-9095-537a43c3a9a8.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1460, "char_start_idx": 1460, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/743b67ff-ff23-4328-9b9e-90c89f8b0719.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1460, "char_start_idx": 1460, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/743b67ff-ff23-4328-9b9e-90c89f8b0719.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1460, "char_start_idx": 1460, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/c9d7b02b-889f-40cb-af30-8875e2ecb054.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1460, "char_start_idx": 1460, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/c9d7b02b-889f-40cb-af30-8875e2ecb054.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1461, "char_start_idx": 1461, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/0fdc1a12-fc64-425d-9cdc-719d17d8bc88.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1461, "char_start_idx": 1461, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/0fdc1a12-fc64-425d-9cdc-719d17d8bc88.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1461, "char_start_idx": 1461, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/3ea73443-1ea5-4404-9b82-61fa41a066a6.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1461, "char_start_idx": 1461, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/3ea73443-1ea5-4404-9b82-61fa41a066a6.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1462, "char_start_idx": 1462, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e107cecb-c329-4db9-ba0e-350b8b067bea.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1462, "char_start_idx": 1462, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e107cecb-c329-4db9-ba0e-350b8b067bea.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1462, "char_start_idx": 1462, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/3370db7b-1bb3-46e2-ac8b-e0653b6246f3.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1462, "char_start_idx": 1462, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/3370db7b-1bb3-46e2-ac8b-e0653b6246f3.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/18e6c100-65ab-4dd7-8c7c-8bd8deef2151.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/18e6c100-65ab-4dd7-8c7c-8bd8deef2151.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a363edaa-599f-4ccb-887c-fdb13f8d7e89.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a363edaa-599f-4ccb-887c-fdb13f8d7e89.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1463, "char_start_idx": 1442, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f67487cf-e969-4fc3-8028-e572608112f1.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 12, "relative_start_pos": 11, "type": "local", "value": "img" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f67487cf-e969-4fc3-8028-e572608112f1.jpg" ] }, "key": "html", "relative_end_pos": 13, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/ae47f842-61f9-43f6-84fd-85ea41dc5409.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 16, "relative_start_pos": 15, "type": "local", "value": "img" }, { "char_end_idx": 1463, "char_start_idx": 1463, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/ae47f842-61f9-43f6-84fd-85ea41dc5409.jpg" ] }, "key": "html", "relative_end_pos": 17, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 1464, "char_start_idx": 1464, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/6b6d7a07-eb23-4145-b371-ab0cd140b762.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1464, "char_start_idx": 1464, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/6b6d7a07-eb23-4145-b371-ab0cd140b762.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1464, "char_start_idx": 1464, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f3395070-5dba-46e0-bedc-e45ac6f272fb.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1464, "char_start_idx": 1464, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f3395070-5dba-46e0-bedc-e45ac6f272fb.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1465, "char_start_idx": 1465, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/633f77e6-0f8c-4096-8f4b-2006b3c0318d.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1465, "char_start_idx": 1465, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/633f77e6-0f8c-4096-8f4b-2006b3c0318d.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1465, "char_start_idx": 1465, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/58a48caa-bcd4-4848-98bb-8beef8316df1.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1465, "char_start_idx": 1465, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/58a48caa-bcd4-4848-98bb-8beef8316df1.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1466, "char_start_idx": 1466, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/de4261ae-bb9f-4597-9446-336320c60580.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1466, "char_start_idx": 1466, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/de4261ae-bb9f-4597-9446-336320c60580.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1467, "char_start_idx": 1467, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e254191c-fa39-403a-9f41-90e85a324496.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1467, "char_start_idx": 1467, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e254191c-fa39-403a-9f41-90e85a324496.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1468, "char_start_idx": 1468, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/54d7dd52-08cd-41f6-98e8-90fd0a35ade1.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1468, "char_start_idx": 1468, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/54d7dd52-08cd-41f6-98e8-90fd0a35ade1.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1468, "char_start_idx": 1468, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/0d23d823-6514-4bb1-b3a0-8edf0864269b.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1468, "char_start_idx": 1468, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/0d23d823-6514-4bb1-b3a0-8edf0864269b.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1469, "char_start_idx": 1469, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/171d698e-3b0d-4968-b80a-a30e21315779.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1469, "char_start_idx": 1469, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/171d698e-3b0d-4968-b80a-a30e21315779.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1469, "char_start_idx": 1469, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/93561099-9a79-4b6a-a814-a3466bf020c6.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1469, "char_start_idx": 1469, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/93561099-9a79-4b6a-a814-a3466bf020c6.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1470, "char_start_idx": 1470, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/611ad818-8c17-4849-9928-5ef1e0790bbf.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1470, "char_start_idx": 1470, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/611ad818-8c17-4849-9928-5ef1e0790bbf.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1471, "char_start_idx": 1471, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/4aa2829f-43fe-4a35-9f6d-43b86f42138a.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1471, "char_start_idx": 1471, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/4aa2829f-43fe-4a35-9f6d-43b86f42138a.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1471, "char_start_idx": 1471, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/826d53c2-29c4-462c-8b7d-6fa611da8fb7.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1471, "char_start_idx": 1471, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/826d53c2-29c4-462c-8b7d-6fa611da8fb7.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1472, "char_start_idx": 1472, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cbee2bf0-c9cd-4b86-b75b-b1bf493238f9.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1472, "char_start_idx": 1472, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cbee2bf0-c9cd-4b86-b75b-b1bf493238f9.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1472, "char_start_idx": 1472, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/c53903c8-974c-42c2-bfa4-769c2f9e30e8.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1472, "char_start_idx": 1472, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/c53903c8-974c-42c2-bfa4-769c2f9e30e8.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1473, "char_start_idx": 1473, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/55e8e9a8-a582-4e10-9295-583a032b365e.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1473, "char_start_idx": 1473, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/55e8e9a8-a582-4e10-9295-583a032b365e.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1474, "char_start_idx": 1474, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/baca58c5-e85c-42d3-bf00-383c28df2afa.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1474, "char_start_idx": 1474, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/baca58c5-e85c-42d3-bf00-383c28df2afa.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1474, "char_start_idx": 1474, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/89b2ebc1-e87d-4755-8002-07089ab8f6a3.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1474, "char_start_idx": 1474, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/89b2ebc1-e87d-4755-8002-07089ab8f6a3.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1475, "char_start_idx": 1475, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/27e1fb25-8aea-416c-9193-2d90c0870820.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1475, "char_start_idx": 1475, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/27e1fb25-8aea-416c-9193-2d90c0870820.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1475, "char_start_idx": 1475, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e37e6b7c-6db1-427d-a271-1be0ca2118f1.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1475, "char_start_idx": 1475, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e37e6b7c-6db1-427d-a271-1be0ca2118f1.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1476, "char_start_idx": 1476, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/26477d11-cc7f-499e-b0b9-0868d99313f4.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1476, "char_start_idx": 1476, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/26477d11-cc7f-499e-b0b9-0868d99313f4.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1476, "char_start_idx": 1476, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/32b0a813-855e-43a0-aa29-f2371e0b69a1.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1476, "char_start_idx": 1476, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/32b0a813-855e-43a0-aa29-f2371e0b69a1.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1477, "char_start_idx": 1477, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/469d4459-cf7d-4647-83b3-297ce3c9748b.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1477, "char_start_idx": 1477, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/469d4459-cf7d-4647-83b3-297ce3c9748b.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1477, "char_start_idx": 1477, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/BD40FB4E-2D71-4A73-BF75-3A951DCCA853.jpg", "", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1477, "char_start_idx": 1477, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "img_container_411E805E-3D3C-4D36-A882-B003440FD510", "img_container" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 1478, "char_start_idx": 1478, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/2CB63205-0A5B-48CD-9C96-47AE3D8CC950.jpg", "", "failed" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1478, "char_start_idx": 1478, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "img_container_F01F276E-C359-4C69-9147-2C91AE284C26", "img_container failed" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1478, "char_start_idx": 1478, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/1caf42c7-eae3-42ee-80ca-f79c69a767ae.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1478, "char_start_idx": 1478, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/1caf42c7-eae3-42ee-80ca-f79c69a767ae.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1479, "char_start_idx": 1479, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/90f5f2e0-1ffd-4091-ac12-daebaa3af20e.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1479, "char_start_idx": 1479, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/90f5f2e0-1ffd-4091-ac12-daebaa3af20e.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1479, "char_start_idx": 1479, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/473f5c55-719a-4047-93f9-412694a50f90.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1479, "char_start_idx": 1479, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/473f5c55-719a-4047-93f9-412694a50f90.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1480, "char_start_idx": 1480, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/2e963401-fe20-4305-b55a-128797820279.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1480, "char_start_idx": 1480, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/2e963401-fe20-4305-b55a-128797820279.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1480, "char_start_idx": 1480, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b8ac45c6-aebd-4d85-b94d-c20fedf7b1dd.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1480, "char_start_idx": 1480, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b8ac45c6-aebd-4d85-b94d-c20fedf7b1dd.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1481, "char_start_idx": 1481, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/D28C588A-FC86-4B3C-9CD5-46403DA41F54.jpg", "", "uploading" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1481, "char_start_idx": 1481, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "img_container_19AF6CF1-3D20-4ADC-BAE0-78FFE8E57B35", "img_container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1481, "char_start_idx": 1481, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e987d972-5d3f-4086-96e8-cc5002d10aac.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1481, "char_start_idx": 1481, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/e987d972-5d3f-4086-96e8-cc5002d10aac.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1482, "char_start_idx": 1482, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/ed1e47d3-7267-4baa-b0c3-cc263ffb94fb.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1482, "char_start_idx": 1482, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/ed1e47d3-7267-4baa-b0c3-cc263ffb94fb.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1482, "char_start_idx": 1482, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a0804510-5473-4f87-a6be-12c188f7b25b.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1482, "char_start_idx": 1482, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a0804510-5473-4f87-a6be-12c188f7b25b.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1483, "char_start_idx": 1483, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/5bcb3236-d368-448a-90fd-b6a2733e0d0a.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1483, "char_start_idx": 1483, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/5bcb3236-d368-448a-90fd-b6a2733e0d0a.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1483, "char_start_idx": 1483, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/6cad1691-4a42-450d-94d4-e12f76907b03.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1483, "char_start_idx": 1483, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/6cad1691-4a42-450d-94d4-e12f76907b03.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1484, "char_start_idx": 1484, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/ba65765e-2505-4cd5-9805-51314825e545.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1484, "char_start_idx": 1484, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/ba65765e-2505-4cd5-9805-51314825e545.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1485, "char_start_idx": 1485, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a79d83d3-7145-4ddd-91b3-fd8a4ae3ef11.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1485, "char_start_idx": 1485, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a79d83d3-7145-4ddd-91b3-fd8a4ae3ef11.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1485, "char_start_idx": 1485, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/848a6199-e03c-4a60-b5c7-53feae7a17d9.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1485, "char_start_idx": 1485, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/848a6199-e03c-4a60-b5c7-53feae7a17d9.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1486, "char_start_idx": 1486, "html_attrs": { "attrs": [ "src", "alt", "class" ], "values": [ "///var/mobile/Containers/Data/Application/7628935A-2AD3-480C-805E-FBF7E610E746/Documents/Media/8D4CA230-0C6A-4D59-A631-1A906B687AAD.jpg", "", "failed" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1486, "char_start_idx": 1486, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "img_container_305F1696-AA3A-44BA-8EBC-F1C587D56A62", "img_container failed" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 1486, "char_start_idx": 1486, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/17637338-bb53-41e0-96ed-d1cc7a8de9fb.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1486, "char_start_idx": 1486, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/17637338-bb53-41e0-96ed-d1cc7a8de9fb.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1487, "char_start_idx": 1487, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/00892564-a98a-4dd6-8ad5-34f33b734fe0.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1487, "char_start_idx": 1487, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/00892564-a98a-4dd6-8ad5-34f33b734fe0.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1487, "char_start_idx": 1487, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cbfb142d-4d43-48a7-b83a-1a6044754b0b.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1487, "char_start_idx": 1487, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/cbfb142d-4d43-48a7-b83a-1a6044754b0b.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1488, "char_start_idx": 1488, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/458ddc91-847e-4792-8dc4-cd4dbedeeee5.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1488, "char_start_idx": 1488, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/458ddc91-847e-4792-8dc4-cd4dbedeeee5.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1489, "char_start_idx": 1489, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/d63e21ae-c3f2-42dd-be2b-1c99a763bd89.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1489, "char_start_idx": 1489, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/d63e21ae-c3f2-42dd-be2b-1c99a763bd89.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1490, "char_start_idx": 1490, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/06ecfee6-e3c3-4a15-933a-ce1421fafe41.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1490, "char_start_idx": 1490, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/06ecfee6-e3c3-4a15-933a-ce1421fafe41.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1490, "char_start_idx": 1490, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b6012de9-3446-4539-ba5f-f4bad877ebb6.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1490, "char_start_idx": 1490, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/b6012de9-3446-4539-ba5f-f4bad877ebb6.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1491, "char_start_idx": 1491, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f353493a-9cab-46aa-9a38-f56ae984437f.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1491, "char_start_idx": 1491, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/f353493a-9cab-46aa-9a38-f56ae984437f.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1491, "char_start_idx": 1491, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/883a6d1d-4af3-4205-a3d5-3966face3d87.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1491, "char_start_idx": 1491, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/883a6d1d-4af3-4205-a3d5-3966face3d87.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1492, "char_start_idx": 1492, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/87dbfc65-aa90-47d9-ad38-8cbbca609f08.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1492, "char_start_idx": 1492, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/87dbfc65-aa90-47d9-ad38-8cbbca609f08.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1492, "char_start_idx": 1492, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/07b180ba-2e70-4bb7-b5c0-08f8c5fd1390.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1492, "char_start_idx": 1492, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/07b180ba-2e70-4bb7-b5c0-08f8c5fd1390.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1493, "char_start_idx": 1493, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a9892439-37b9-49d9-83df-492f2ae1c492.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "img" }, { "char_end_idx": 1493, "char_start_idx": 1493, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a9892439-37b9-49d9-83df-492f2ae1c492.jpg" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1493, "char_start_idx": 1493, "html_attrs": { "attrs": [ "src", "alt" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a31d6071-12e3-44d4-9c72-9ba3c85f17e5.jpg?w=768", "" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 1493, "char_start_idx": 1493, "html_attrs": { "attrs": [ "href" ], "values": [ "https://kisstortaliving.files.wordpress.com/2015/11/a31d6071-12e3-44d4-9c72-9ba3c85f17e5.jpg" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1493, "char_start_idx": 1463, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 9, "type": "local", "value": "p" }, { "char_end_idx": 1493, "char_start_idx": 1493, "html_attrs": { "attrs": [ "id" ], "values": [ "atatags-370373-5cc28c2228891" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1507, "char_start_idx": 1493, "html_attrs": { "attrs": [ "class" ], "values": [ "wpa-about" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 1508, "char_start_idx": 1508, "html_attrs": { "attrs": [ "style", "id" ], "values": [ "padding-bottom:15px;width:300px;height:250px;float:left;margin-right:5px;margin-top:0px", "atatags-26942-5cc28c22288c7" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1508, "char_start_idx": 1508, "html_attrs": { "attrs": [ "style", "id" ], "values": [ "padding-bottom:15px;width:300px;height:250px;float:left;margin-top:0px", "atatags-114160-5cc28c22288cd" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1508, "char_start_idx": 1508, "html_attrs": { "attrs": [ "class" ], "values": [ "u" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1508, "char_start_idx": 1493, "html_attrs": { "attrs": [ "class" ], "values": [ "wpcnt wpa wpmrec" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 1508, "char_start_idx": 16, "html_attrs": { "attrs": [ "class" ], "values": [ "entry-content" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 1508, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-2032", "post-2032 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 2, "type": "local", "value": "article" }, { "char_end_idx": 1534, "char_start_idx": 1522, "html_attrs": { "attrs": [ "rel", "id", "href", "style" ], "values": [ "nofollow", "cancel-comment-reply-link", "/2015/10/25/sunny-sunday/#respond", "display:none;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1534, "char_start_idx": 1522, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 1534, "char_start_idx": 1508, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "reply-title", "comment-reply-title" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 11, "type": "local", "value": "h3" }, { "char_end_idx": 1535, "char_start_idx": 1508, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "respond", "comment-respond" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 1535, "char_start_idx": 1508, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "comments", "comments-area" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "div" }, { "char_end_idx": 1550, "char_start_idx": 1535, "html_attrs": { "attrs": [ "class" ], "values": [ "screen-reader-text" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h1" }, { "char_end_idx": 1551, "char_start_idx": 1535, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "navigation post-navigation", "navigation" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "nav" }, { "char_end_idx": 1551, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class", "role" ], "values": [ "main", "site-main", "main" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "main" }, { "char_end_idx": 1551, "char_start_idx": 16, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "content primary", "site-content content-area" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1551, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "page", "hfeed site" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 1551, "char_start_idx": 1551, "html_attrs": { "attrs": [ "class", "data-hide-timeout", "data-consent-expiration", "id" ], "values": [ "widget widget_eu_cookie_law_widget hide-on-button ads-active", "30", "180", "eu-cookie-law" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 1551, "char_start_idx": 1551, "html_attrs": { "attrs": [ "src", "style", "alt" ], "values": [ "https://pixel.wp.com/b.gif?v=noscript", "height:0px;width:0px;overflow:hidden", "" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 1551, "char_start_idx": 1551, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "noscript" }, { "char_end_idx": 1551, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "post-template-default single single-post postid-2032 single-format-standard mp6 customizer-styles-applied highlander-enabled highlander-light" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 231, "char_start_idx": 0, "key": "paragraph", "marker": "p", "type": "local", "value": "Skip to content\nSunshine for Sunday. When living in London, you soon realize how precious the days are when the sun shines down on the city. Indulging in a wonderful breakfast, we headed towards the Tower of London early morning.\nW" }, { "char_end_idx": 578, "char_start_idx": 231, "key": "paragraph", "marker": "p", "type": "local", "value": "ith the sun shining, it appeared that everyone was outside to enjoy the day. While we didn’t go in the Tower of London, we were amazed by the structure from the outside. We did however go up to the look out deck of the Tower bridge. What a wonderful experience overlooking the city and standing on top of the glass floor with the Thames below us.\n" }, { "char_end_idx": 837, "char_start_idx": 578, "key": "paragraph", "marker": "p", "type": "local", "value": "We then travelled to Greenwich on a double decker. Exploring the magnificent painted hall of the Royal Naval College, the Maritime Museum then climbing up to the Royal Observatory to gaze down on old structures with the skyscrapers of Canary Wharf behind it.\n" }, { "char_end_idx": 1030, "char_start_idx": 837, "key": "paragraph", "marker": "p", "type": "local", "value": "Obviously we had to make this modern neighbourhood our next stop. And my family loved it, especially Agnes. It’s such a surreal feeling being at the foot of these wonderful gleaming buildings.\n" }, { "char_end_idx": 1259, "char_start_idx": 1030, "key": "paragraph", "marker": "p", "type": "local", "value": "Since the day was still young, we headed back to Westminster area to walk along the Thames while admiring the parliament, Big Ben and surrounding area. We even managed to take a few obligatory shots by a red London phone booth!\nT" }, { "char_end_idx": 1442, "char_start_idx": 1259, "key": "paragraph", "marker": "p", "type": "local", "value": "he organ recital at Westminster Abbey was the perfect way to finish the weekend off right. A beautiful day ending with music and the clinking of glasses over dinner. Until next time.\n" }, { "char_end_idx": 1444, "char_start_idx": 1442, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1446, "char_start_idx": 1444, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1448, "char_start_idx": 1446, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1450, "char_start_idx": 1448, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1452, "char_start_idx": 1450, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1454, "char_start_idx": 1452, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1456, "char_start_idx": 1454, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1458, "char_start_idx": 1456, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1460, "char_start_idx": 1458, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1462, "char_start_idx": 1460, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1464, "char_start_idx": 1462, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1466, "char_start_idx": 1464, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1468, "char_start_idx": 1466, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1470, "char_start_idx": 1468, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1472, "char_start_idx": 1470, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1474, "char_start_idx": 1472, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1476, "char_start_idx": 1474, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1478, "char_start_idx": 1476, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1480, "char_start_idx": 1478, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1482, "char_start_idx": 1480, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1484, "char_start_idx": 1482, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1486, "char_start_idx": 1484, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1488, "char_start_idx": 1486, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1490, "char_start_idx": 1488, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1492, "char_start_idx": 1490, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\n\n" }, { "char_end_idx": 1494, "char_start_idx": 1492, "key": "paragraph", "marker": "p+lf", "type": "local", "value": "\nA" }, { "char_end_idx": 1508, "char_start_idx": 1493, "key": "paragraph", "marker": "div", "type": "local", "value": "Advertisements\n" }, { "char_end_idx": 1534, "char_start_idx": 1508, "key": "paragraph", "marker": "h3", "type": "local", "value": "Leave a Reply Cancel reply" }, { "char_end_idx": 1535, "char_start_idx": 1534, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1550, "char_start_idx": 1535, "key": "paragraph", "marker": "h1", "type": "local", "value": "Post navigation" }, { "char_end_idx": 1551, "char_start_idx": 1550, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[ { "key": "timestamp", "type": "global", "value": "2015-10-25T00:00:00" } ]
[ { "key": "title", "type": "global", "value": "Sunny Sunday  – kisstortaliving" } ]
[ { "key": "url", "type": "global", "value": "https://kisstortaliving.com/2015/10/25/sunny-sunday/" } ]
[]
Skip to content Sunshine for Sunday. When living in London, you soon realize how precious the days are when the sun shines down on the city. Indulging in a wonderful breakfast, we headed towards the Tower of London early morning. With the sun shining, it appeared that everyone was outside to enjoy the day. While we didn’t go in the Tower of London, we were amazed by the structure from the outside. We did however go up to the look out deck of the Tower bridge. What a wonderful experience overlooking the city and standing on top of the glass floor with the Thames below us. We then travelled to Greenwich on a double decker. Exploring the magnificent painted hall of the Royal Naval College, the Maritime Museum then climbing up to the Royal Observatory to gaze down on old structures with the skyscrapers of Canary Wharf behind it. Obviously we had to make this modern neighbourhood our next stop. And my family loved it, especially Agnes. It’s such a surreal feeling being at the foot of these wonderful gleaming buildings. Since the day was still young, we headed back to Westminster area to walk along the Thames while admiring the parliament, Big Ben and surrounding area. We even managed to take a few obligatory shots by a red London phone booth! The organ recital at Westminster Abbey was the perfect way to finish the weekend off right. A beautiful day ending with music and the clinking of glasses over dinner. Until next time. Advertisements Leave a Reply Cancel reply Post navigation
https://kisstortaliving.com/2015/10/25/sunny-sunday/
[ { "char_end_idx": 58, "char_start_idx": 52, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 214, "char_start_idx": 199, "key": "entity", "type": "local", "value": "Tower_of_London" }, { "char_end_idx": 349, "char_start_idx": 334, "key": "entity", "type": "local", "value": "Tower_of_London" }, { "char_end_idx": 455, "char_start_idx": 450, "key": "entity", "type": "local", "value": "Tower" }, { "char_end_idx": 567, "char_start_idx": 561, "key": "entity", "type": "local", "value": "River_Thames" }, { "char_end_idx": 608, "char_start_idx": 599, "key": "entity", "type": "local", "value": "Greenwich" }, { "char_end_idx": 694, "char_start_idx": 675, "key": "entity", "type": "local", "value": "Osborne_House" }, { "char_end_idx": 715, "char_start_idx": 700, "key": "entity", "type": "local", "value": "Maritime_museum" }, { "char_end_idx": 757, "char_start_idx": 740, "key": "entity", "type": "local", "value": "Royal_Observatory,_Greenwich" }, { "char_end_idx": 825, "char_start_idx": 813, "key": "entity", "type": "local", "value": "Canary_Wharf" }, { "char_end_idx": 943, "char_start_idx": 938, "key": "entity", "type": "local", "value": "Agnes_of_Rome" }, { "char_end_idx": 1090, "char_start_idx": 1079, "key": "entity", "type": "local", "value": "City_of_Westminster" }, { "char_end_idx": 1120, "char_start_idx": 1114, "key": "entity", "type": "local", "value": "River_Thames" }, { "char_end_idx": 1159, "char_start_idx": 1152, "key": "entity", "type": "local", "value": "Big_Ben" }, { "char_end_idx": 1244, "char_start_idx": 1238, "key": "entity", "type": "local", "value": "London" }, { "char_end_idx": 1296, "char_start_idx": 1279, "key": "entity", "type": "local", "value": "Westminster_Abbey" } ]
[ { "char_end_idx": 231, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "London" }, { "char_end_idx": 231, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Tower_of_London" }, { "char_end_idx": 578, "char_start_idx": 231, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Tower_of_London" }, { "char_end_idx": 578, "char_start_idx": 231, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Tower" }, { "char_end_idx": 578, "char_start_idx": 231, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "River_Thames" }, { "char_end_idx": 837, "char_start_idx": 578, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Greenwich" }, { "char_end_idx": 837, "char_start_idx": 578, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Osborne_House" }, { "char_end_idx": 837, "char_start_idx": 578, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Maritime_museum" }, { "char_end_idx": 837, "char_start_idx": 578, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Royal_Observatory,_Greenwich" }, { "char_end_idx": 837, "char_start_idx": 578, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Canary_Wharf" }, { "char_end_idx": 1030, "char_start_idx": 837, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Agnes_of_Rome" }, { "char_end_idx": 1259, "char_start_idx": 1030, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "City_of_Westminster" }, { "char_end_idx": 1259, "char_start_idx": 1030, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "River_Thames" }, { "char_end_idx": 1259, "char_start_idx": 1030, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Big_Ben" }, { "char_end_idx": 1259, "char_start_idx": 1030, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "London" }, { "char_end_idx": 1442, "char_start_idx": 1259, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Westminster_Abbey" } ]
0
542
1555653128000
<!DOCTYPE html> <html lang="en" dir="ltr" > <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link href='https://fonts.googleapis.com/css?family=Cabin:400,700italic,700,600,500italic,500,400italic,600italic|Cabin+Condensed:400,500,600,700' rel='stylesheet' type='text/css'> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="https://www.governor.nd.gov/sites/governor/files/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="description" content="Carl Ben Eielson" /> <meta name="generator" content="Drupal 7 (http://drupal.org)" /> <link rel="canonical" href="https://www.governor.nd.gov/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson" /> <link rel="shortlink" href="https://www.governor.nd.gov/node/149" /> <title> Carl Ben Eielson | North Dakota Office of the Governor </title> <style> @import url("https://www.governor.nd.gov/modules/system/system.base.css?ppcqz7"); </style> <style> @import url("https://www.governor.nd.gov/sites/all/modules/jquery_update/replace/ui/themes/base/jquery.ui.core.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/jquery_update/replace/ui/themes/base/jquery.ui.theme.css?ppcqz7"); </style> <style> @import url("https://www.governor.nd.gov/sites/all/modules/ldap/ldap_user/ldap_user.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/date/date_api/date.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?ppcqz7"); @import url("https://www.governor.nd.gov/modules/field/theme/field.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/views_fractionslider/css/fractionslider.css?ppcqz7"); @import url("https://www.governor.nd.gov/modules/node/node.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/extlink/extlink.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/views/css/views.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/back_to_top/css/back_to_top.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/ckeditor/css/ckeditor.css?ppcqz7"); </style> <style> @import url("https://www.governor.nd.gov/sites/all/modules/ctools/css/ctools.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/jquerymenu/jquerymenu.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/modules/ldap/ldap_servers/ldap_servers.admin.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/libraries/fontawesome/css/font-awesome.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/libraries/superfish/css/superfish.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/libraries/superfish/css/superfish-smallscreen.css?ppcqz7"); </style> <style> @import url("https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/bootstrap/css/bootstrap.min.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/base.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/main.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-xs.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-sm.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-md.css?ppcqz7"); @import url("https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-lg.css?ppcqz7"); </style> <!--[if lt IE 9]> <link href="https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/ie8-specific.css" rel="stylesheet" type="text/css" media="all"/> <![endif]--> <link media="print" type="text/css" rel="stylesheet" href="/sites/all/themes/itd_bootstrap/css/print.css"> <!-- HTML5 element support for IE8 --> <!--[if lt IE 9]> <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/js/respond.min.js"></script> <![endif]--> <script src="//code.jquery.com/jquery-1.10.2.js"></script> <script>window.jQuery || document.write("<script src='/sites/all/modules/jquery_update/replace/jquery/1.10/jquery.js'>\x3C/script>")</script> <script src="https://www.governor.nd.gov/misc/jquery.once.js?v=1.2"></script> <script src="https://www.governor.nd.gov/misc/drupal.js?ppcqz7"></script> <script src="//code.jquery.com/ui/1.10.2/jquery-ui.js"></script> <script>window.jQuery.ui || document.write("<script src='/sites/all/modules/jquery_update/replace/ui/ui/jquery-ui.js'>\x3C/script>")</script> <script src="https://www.governor.nd.gov/sites/all/modules/views_fractionslider/js/fractionslider.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/modules/back_to_top/js/back_to_top.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/modules/extlink/extlink.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/libraries/fractionslider/jquery.fractionslider.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/modules/jquerymenu/jquerymenu.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/modules/google_analytics/googleanalytics.js?ppcqz7"></script> <script>(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create", "UA-19867886-1", {"cookieDomain":"auto"});ga("set", "anonymizeIp", true);ga("send", "pageview");</script> <script src="https://www.governor.nd.gov/sites/all/libraries/superfish/supposition.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/libraries/superfish/superfish.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/libraries/superfish/sfsmallscreen.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/libraries/superfish/sftouchscreen.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/libraries/superfish/jquery.hoverIntent.minified.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/libraries/superfish/supersubs.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/modules/superfish/superfish.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/bootstrap/js/bootstrap.min.js?ppcqz7"></script> <script src="https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/js/bootstrap-itd.js?ppcqz7"></script> <script>jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"itd_bootstrap","theme_token":"x1sloO3ViTsVU5Py8X4HS-PGD2W9jnCF1NZuz-lvqb0","js":{"sites\/all\/themes\/bootstrap\/js\/bootstrap.js":1,"\/\/code.jquery.com\/jquery-1.10.2.js":1,"0":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"\/\/code.jquery.com\/ui\/1.10.2\/jquery-ui.js":1,"1":1,"sites\/all\/modules\/views_fractionslider\/js\/fractionslider.js":1,"sites\/all\/modules\/back_to_top\/js\/back_to_top.js":1,"sites\/all\/modules\/extlink\/extlink.js":1,"sites\/all\/libraries\/fractionslider\/jquery.fractionslider.js":1,"sites\/all\/modules\/jquerymenu\/jquerymenu.js":1,"sites\/all\/modules\/google_analytics\/googleanalytics.js":1,"2":1,"sites\/all\/libraries\/superfish\/supposition.js":1,"sites\/all\/libraries\/superfish\/superfish.js":1,"sites\/all\/libraries\/superfish\/sfsmallscreen.js":1,"sites\/all\/libraries\/superfish\/sftouchscreen.js":1,"sites\/all\/libraries\/superfish\/jquery.hoverIntent.minified.js":1,"sites\/all\/libraries\/superfish\/supersubs.js":1,"sites\/all\/modules\/superfish\/superfish.js":1,"sites\/all\/themes\/itd_bootstrap\/bootstrap\/js\/bootstrap.min.js":1,"sites\/all\/themes\/itd_bootstrap\/js\/bootstrap-itd.js":1},"css":{"modules\/system\/system.base.css":1,"misc\/ui\/jquery.ui.core.css":1,"misc\/ui\/jquery.ui.theme.css":1,"sites\/all\/modules\/ldap\/ldap_user\/ldap_user.css":1,"sites\/all\/modules\/date\/date_api\/date.css":1,"sites\/all\/modules\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"sites\/all\/modules\/views_fractionslider\/css\/fractionslider.css":1,"modules\/node\/node.css":1,"sites\/all\/modules\/extlink\/extlink.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/back_to_top\/css\/back_to_top.css":1,"sites\/all\/modules\/ckeditor\/css\/ckeditor.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/jquerymenu\/jquerymenu.css":1,"sites\/all\/modules\/ldap\/ldap_servers\/ldap_servers.admin.css":1,"sites\/all\/libraries\/fontawesome\/css\/font-awesome.css":1,"sites\/all\/libraries\/superfish\/css\/superfish.css":1,"sites\/all\/libraries\/superfish\/css\/superfish-smallscreen.css":1,"sites\/all\/themes\/itd_bootstrap\/bootstrap\/css\/bootstrap.min.css":1,"sites\/all\/themes\/itd_bootstrap\/css\/base.css":1,"sites\/all\/themes\/itd_bootstrap\/css\/main.css":1,"sites\/all\/themes\/itd_bootstrap\/css\/app-xs.css":1,"sites\/all\/themes\/itd_bootstrap\/css\/app-sm.css":1,"sites\/all\/themes\/itd_bootstrap\/css\/app-md.css":1,"sites\/all\/themes\/itd_bootstrap\/css\/app-lg.css":1}},"jquerymenu":{"hover":0,"animate":1,"edit_link":0,"click_to_expand":0},"back_to_top":{"back_to_top_button_trigger":"100","back_to_top_button_text":"Back to top","#attached":{"library":[["system","ui"]]}},"extlink":{"extTarget":0,"extClass":0,"extLabel":"(link is external)","extImgClass":0,"extSubdomains":0,"extExclude":".nd.gov","extInclude":"","extCssExclude":"","extCssExplicit":"","extAlert":"_blank","extAlertText":"You are now leaving the North Dakota Governor\u0027s web site\r\nNote: Please be aware that when you exit the North Dakota Governor\u0027s web site, the privacy policy stated on our site will no longer apply. The North Dakota Governor\u0027s web site provides these non-government websites as a public service only. The State of North Dakota neither endorses nor guarantees in any way the external organizations, services, advice, or products. Furthermore, the North Dakota state government neither controls nor guarantees the accuracy, relevance, timeliness or completeness of the information contained in non-government websites.","mailtoClass":0,"mailtoLabel":"(link sends e-mail)"},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip"},"superfish":[{"id":"1","sf":{"delay":"300","animation":{"opacity":"show","height":"show"},"speed":0,"autoArrows":false,"dropShadows":false},"plugins":{"touchscreen":{"behaviour":"0","mode":"useragent_predefined"},"smallscreen":{"mode":"window_width","breakpointUnit":"px","accordionButton":"2","title":"Main menu"},"supposition":true,"supersubs":true}},{"id":"2","sf":{"delay":"300","animation":{"opacity":"show","height":"show"},"speed":0,"dropShadows":false},"plugins":{"touchscreen":{"behaviour":"0","mode":"useragent_predefined"},"smallscreen":{"mode":"always_active","accordionButton":"2","title":"Main menu"},"supposition":true,"supersubs":true}}],"bootstrap":{"anchorsFix":1,"anchorsSmoothScrolling":1,"formHasError":1,"popoverEnabled":1,"popoverOptions":{"animation":1,"html":0,"placement":"right","selector":"","trigger":"click","triggerAutoclose":1,"title":"","content":"","delay":0,"container":"body"},"tooltipEnabled":1,"tooltipOptions":{"animation":1,"html":0,"placement":"auto left","selector":"","trigger":"hover focus","delay":0,"container":"body"}}});</script> </head> <body class="html not-front not-logged-in one-sidebar sidebar-first page-node page-node- page-node-149 node-type-page" > <noscript>This application requires the use of JavaScript</noscript> <div id="skip-link" class="hidden-print"> <a href="#main-content" class="element-invisible element-focusable"> Skip to main content </a> </div> <!-- HTTP Protocol Check --> <div role="banner" id="ndbanner"> <div id="ndbanner-ndgov"><a href="http://www.nd.gov/"><img alt="nd.gov - The Official Portal for North Dakota State Government" src="https://www.nd.gov/banner/images/ndgov-banner.jpg"/></a></div> <div class="pull-right" id="ndbanner-commerce"><a href="http://www.ndtourism.com/"><img alt="North Dakota: Legendary. Follow the trail of legends" src="https://www.nd.gov/banner/images/tourism-banner-blue.jpg" /></a></div> </div> <!-- Agency Navigation--> <header> <!-- Logo Section --> <div class="container"> <div class="row"> <div class="col-sm-8 logo-contain"> <div class="hidden-xs logo"> <a class="logo navbar-btn pull-left" href="/" title="Home"> <img class="img-responsive" alt="Logo" src="https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/logo.png"> </a> </div> <div class="visible-xs-block logo"> <a class="logo navbar-btn pull-left" href="/" title="Home"> <img class="img-responsive" alt="Logo" src="https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/logo.png"> </a> </div> <div class="govtag" style="display:none; visibility:hidden;"> <a href="/" title="Home"> <div class=""> <p class="sitetitle">North Dakota Office of the Governor</p> <p class="names"><span class="bold">Governor</span> Doug Burgum <span class="bold">Lt. Governor</span> Brent Sanford testestst</p> </div> </a> </div> </div> <div class="col-sm-4"> <div class="region region-search-box"> <section id="block-block-3" class="block block-block hidden-xs search-box clearfix"> <form action="https://www.governor.nd.gov/search" method="get" class="gcse search-form pull-right" id="cse-search-box" role="form"> <div class="form-group"> <label class="sr-only" for="searchTerms">Search:</label> <input type="text" id="query_block" name="query" name="searchTerms" title="Enter the terms you wish to search for." class="searchbox form-control pull-left" placeholder="Enter Keywords"> <span class="search-button"> <button class="btn btn-default" type="submit" onclick="createGoogleSearchCookie(window.location.href);"><em class="icon glyphicon glyphicon-search" aria-hidden="true"></em> </button> </span> </div> </form> </section> <section id="block-block-10" class="block block-block social-icons hidden-xs clearfix"> <ul> <li><a href="https://www.facebook.com/GovernorDougBurgum"><span class="fa fa-facebook-official" aria-hidden="true"></span></a></li> <li><a href="https://twitter.com/DougBurgum"><span class="fa fa-twitter-square" aria-hidden="true"></span></a></li> <li><a href="/node/67"><span class="fa fa-envelope" aria-hidden="true"></span></a></li> </ul> </section> </div> </div> </div> </div> <div class="container-fluid top-nav"> <div id="navbar" role="banner" class="navbar container navbar-default"> <div class="container"> <div class="navbar-header"> <!-- No Site Name <a class="name navbar-brand" href="/" title="Home">North Dakota Office of the Governor</a> --> <div class="navbar-collapse collapses pull-right"> <nav role="navigation"> <div class="region region-navigation"> <section id="block-block-9" class="block block-block visible-xs-block pull-left mobile-search clearfix"> <form action="https://www.governor.nd.gov/search" method="get" class="search-form pull-right" role="form"> <div class="form-group"> <label class="sr-only" for="query_block">Search:</label> <input type="text" id="query_block" name="query" title="Enter the terms you wish to search for." class="form-control pull-left" placeholder="Search" /> <input type="hidden" name="newsearch" value="1" /> <span class="search-button"> <button class="btn btn-default" type="submit"> <em class="icon glyphicon glyphicon-search" aria-hidden="true"></em> </button> </span> </div> </form> </section> <section id="block-superfish-1" class="block block-superfish hidden-xs clearfix"> <ul id="superfish-1" class="menu sf-menu sf-main-menu sf-horizontal sf-style-none"><li id="menu-8301-1" class="first odd sf-depth-1 sf-no-children"><a href="/" title="" class="sf-depth-1">Home</a></li><li id="menu-8877-1" class="middle even sf-depth-1 menuparent"><a href="/governor-doug-burgum" title="Governor Doug Burgum" class="sf-depth-1 menuparent">Governor</a><ul><li id="menu-10437-1" class="firstandlast odd sf-depth-2 sf-no-children"><a href="/governor-doug-burgum/request-appearance-governor-doug-burgum" class="sf-depth-2">Request for Appearance by Governor Doug Burgum</a></li></ul></li><li id="menu-8878-1" class="middle odd sf-depth-1 menuparent"><a href="/lieutenant-governor-brent-sanford" class="sf-depth-1 menuparent">Lt. Governor</a><ul><li id="menu-10436-1" class="firstandlast odd sf-depth-2 sf-no-children"><a href="/lieutenant-governor-brent-sanford/request-appearance-lieutenant-governor-brent-sanford" class="sf-depth-2">Request for Appearance by Lieutenant Governor Brent Sanford</a></li></ul></li><li id="menu-8879-1" class="middle even sf-depth-1 menuparent"><a href="/first-lady-kathryn-burgum" class="sf-depth-1 menuparent">First Lady</a><ul><li id="menu-9145-1" class="firstandlast odd sf-depth-2 sf-no-children"><a href="/first-lady-kathryn-helgaas-burgum/request-appearance-first-lady-kathryn-helgaas" class="sf-depth-2">Request for Appearance by First Lady Kathryn Burgum</a></li></ul></li><li id="menu-8880-1" class="active-trail middle odd sf-depth-1 menuparent"><a href="/administration" class="sf-depth-1 menuparent">Administration</a><ul><li id="menu-8886-1" class="first odd sf-depth-2 sf-no-children"><a href="https://governor.nd.gov/boards/" title="" class="sf-depth-2">Boards</a></li><li id="menu-8884-1" class="active-trail middle even sf-depth-2"><a href="/administration/theodore-roosevelt-rough-rider-award" class="sf-depth-2">Rough Rider Award</a></li><li id="menu-8948-1" class="middle odd sf-depth-2 sf-no-children"><a href="/administration/join-our-team" class="sf-depth-2">Join Our Team</a></li><li id="menu-10188-1" class="middle even sf-depth-2 sf-no-children"><a href="https://www.governor.nd.gov/news/updated-video-state-state-address-burgum-calls-action-address-workforce-challenges-invest-north" title="" class="sf-depth-2">2019 State of the State Address</a></li><li id="menu-10622-1" class="last odd sf-depth-2 sf-no-children"><a href="https://www.governor.nd.gov/sites/governor/files/documents/Governor%27s%20Office%20Ethics%20Policy.pdf" title="" class="sf-depth-2">Governor&#039;s Office Ethics Policy</a></li></ul></li><li id="menu-8881-1" class="middle even sf-depth-1 menuparent"><a href="/media-center" class="sf-depth-1 menuparent">Media</a><ul><li id="menu-8306-1" class="first odd sf-depth-2 sf-no-children"><a href="/media-center/news-releases" title="" class="sf-depth-2">News</a></li><li id="menu-8872-1" class="middle even sf-depth-2 sf-no-children"><a href="/media-center/upcoming-events" title="" class="sf-depth-2">Events</a></li><li id="menu-8882-1" class="middle odd sf-depth-2"><a href="/media-center/executive-orders" class="sf-depth-2">Executive Orders</a></li><li id="menu-8883-1" class="middle even sf-depth-2 sf-no-children"><a href="/media-center/proclamations" class="sf-depth-2">Proclamations</a></li><li id="menu-10433-1" class="middle odd sf-depth-2 sf-no-children"><a href="/media-center/weekly-newsletter" title="Dakota Download issues" class="sf-depth-2">Weekly newsletter</a></li><li id="menu-10499-1" class="middle even sf-depth-2 sf-no-children"><a href="https://www.governor.nd.gov/press-contacts" title="" class="sf-depth-2">Media Contacts</a></li><li id="menu-11052-1" class="middle odd sf-depth-2 sf-no-children"><a href="/media-center/timeline" class="sf-depth-2">Timeline</a></li><li id="menu-10990-1" class="last even sf-depth-2 sf-no-children"><a href="/media-center/work-worth-doing-gov-doug-burgum" title="Work Worth Doing with Gov. Doug Burgum" class="sf-depth-2">Podcast</a></li></ul></li><li id="menu-10187-1" class="middle odd sf-depth-1 sf-no-children"><a href="/five-strategic-initiatives-north-dakota" class="sf-depth-1">Five Strategic Initiatives</a></li><li id="menu-7100-1" class="last even sf-depth-1 sf-no-children"><a href="/contact-us" title="contact us" class="sf-depth-1">Contact Us</a></li></ul> </section> <section id="block-superfish-2" class="block block-superfish visible-xs-block mobile-topnav clearfix"> <ul id="superfish-2" class="menu sf-menu sf-main-menu sf-horizontal sf-style-none"><li id="menu-8301-2" class="first odd sf-depth-1 sf-no-children"><a href="/" title="" class="sf-depth-1">Home</a></li><li id="menu-8877-2" class="middle even sf-depth-1 menuparent"><a href="/governor-doug-burgum" title="Governor Doug Burgum" class="sf-depth-1 menuparent sf-depth-1 menuparent">Governor</a><ul><li id="menu-10437-2" class="firstandlast odd sf-depth-2 sf-no-children"><a href="/governor-doug-burgum/request-appearance-governor-doug-burgum" class="sf-depth-2 sf-depth-2">Request for Appearance by Governor Doug Burgum</a></li></ul></li><li id="menu-8878-2" class="middle odd sf-depth-1 menuparent"><a href="/lieutenant-governor-brent-sanford" class="sf-depth-1 menuparent sf-depth-1 menuparent">Lt. Governor</a><ul><li id="menu-10436-2" class="firstandlast odd sf-depth-2 sf-no-children"><a href="/lieutenant-governor-brent-sanford/request-appearance-lieutenant-governor-brent-sanford" class="sf-depth-2 sf-depth-2">Request for Appearance by Lieutenant Governor Brent Sanford</a></li></ul></li><li id="menu-8879-2" class="middle even sf-depth-1 menuparent"><a href="/first-lady-kathryn-burgum" class="sf-depth-1 menuparent sf-depth-1 menuparent">First Lady</a><ul><li id="menu-9145-2" class="firstandlast odd sf-depth-2 sf-no-children"><a href="/first-lady-kathryn-helgaas-burgum/request-appearance-first-lady-kathryn-helgaas" class="sf-depth-2 sf-depth-2">Request for Appearance by First Lady Kathryn Burgum</a></li></ul></li><li id="menu-8880-2" class="active-trail middle odd sf-depth-1 menuparent"><a href="/administration" class="sf-depth-1 menuparent sf-depth-1 menuparent">Administration</a><ul><li id="menu-8886-2" class="first odd sf-depth-2 sf-no-children"><a href="https://governor.nd.gov/boards/" title="" class="sf-depth-2">Boards</a></li><li id="menu-8884-2" class="active-trail middle even sf-depth-2 menuparent"><a href="/administration/theodore-roosevelt-rough-rider-award" class="sf-depth-2 sf-depth-2 menuparent">Rough Rider Award</a><ul><li id="menu-8905-2" class="first odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/lawrence-welk" class="sf-depth-3 sf-depth-3">Lawrence Welk</a></li><li id="menu-8906-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/dorothy-stickney" class="sf-depth-3 sf-depth-3">Dorothy Stickney</a></li><li id="menu-8907-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/ivan-dmitri" class="sf-depth-3 sf-depth-3">Ivan Dmitri</a></li><li id="menu-8908-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/roger-maris" class="sf-depth-3 sf-depth-3">Roger Maris</a></li><li id="menu-8909-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/eric-sevareid" class="sf-depth-3 sf-depth-3">Eric Sevareid</a></li><li id="menu-8910-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/gen-harold-k-johnson" class="sf-depth-3 sf-depth-3">Gen. Harold K. Johnson</a></li><li id="menu-8911-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/dr-anne-h-carlsen" class="sf-depth-3 sf-depth-3">Dr. Anne H. Carlsen</a></li><li id="menu-8912-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/edward-k-thompson" class="sf-depth-3 sf-depth-3">Edward K. Thompson</a></li><li id="menu-8913-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/dr-robert-henry-bahmer" class="sf-depth-3 sf-depth-3">Dr. Robert Henry Bahmer</a></li><li id="menu-8914-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/louis-lamour" class="sf-depth-3 sf-depth-3">Louis L&#039;Amour</a></li><li id="menu-8915-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/bertin-c-gamble" class="sf-depth-3 sf-depth-3">Bertin C. Gamble</a></li><li id="menu-8916-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/casper-oimoen" class="sf-depth-3 sf-depth-3">Casper Oimoen</a></li><li id="menu-8917-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/peggy-lee" class="sf-depth-3 sf-depth-3">Peggy Lee</a></li><li id="menu-8918-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/harold-schafer" class="sf-depth-3 sf-depth-3">Harold Schafer</a></li><li id="menu-8919-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/era-bell-thompson" class="sf-depth-3 sf-depth-3">Era Bell Thompson</a></li><li id="menu-8920-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/dr-leon-orris-jacobson" class="sf-depth-3 sf-depth-3">Dr. Leon Orris Jacobson</a></li><li id="menu-8921-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/elizabeth-bodine" class="sf-depth-3 sf-depth-3">Elizabeth Bodine</a></li><li id="menu-8922-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/phyllis-frelich" class="sf-depth-3 sf-depth-3">Phyllis Frelich</a></li><li id="menu-8923-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/cliff-fido-purpur" class="sf-depth-3 sf-depth-3">Cliff &quot;Fido&quot; Purpur</a></li><li id="menu-8924-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/gen-david-c-jones" class="sf-depth-3 sf-depth-3">Gen. David C. Jones</a></li><li id="menu-8925-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/ronald-n-davies" class="sf-depth-3 sf-depth-3">Ronald N. Davies</a></li><li id="menu-8926-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/phil-jackson" class="sf-depth-3 sf-depth-3">Phil Jackson</a></li><li id="menu-8927-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/larry-woiwode" class="sf-depth-3 sf-depth-3">Larry Woiwode</a></li><li id="menu-8928-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/angie-dickinson" class="sf-depth-3 sf-depth-3">Angie Dickinson</a></li><li id="menu-8929-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/rev-richard-c-halverson" class="sf-depth-3 sf-depth-3">Rev. Richard C. Halverson</a></li><li id="menu-8930-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/brynhild-haugland" class="sf-depth-3 sf-depth-3">Brynhild Haugland</a></li><li id="menu-8931-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/admiral-william-owens" class="sf-depth-3 sf-depth-3">Admiral William A. Owens</a></li><li id="menu-8932-2" class="active-trail middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson" class="sf-depth-3 sf-depth-3 active">Carl Ben Eielson</a></li><li id="menu-8933-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/warren-christopher" class="sf-depth-3 sf-depth-3">Warren Christopher</a></li><li id="menu-8934-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/bobby-vee" class="sf-depth-3 sf-depth-3">Bobby Vee</a></li><li id="menu-8935-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/chester-chet-reiten" class="sf-depth-3 sf-depth-3">Chester &quot;Chet&quot; Reiten</a></li><li id="menu-8936-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/thomas-j-clifford" class="sf-depth-3 sf-depth-3">Thomas J. Clifford</a></li><li id="menu-8937-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/sister-thomas-welder" class="sf-depth-3 sf-depth-3">Sister Thomas Welder</a></li><li id="menu-8938-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/harry-j-pearce" class="sf-depth-3 sf-depth-3">Harry J. Pearce</a></li><li id="menu-8939-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/william-c-marcil" class="sf-depth-3 sf-depth-3">William C. Marcil</a></li><li id="menu-8940-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/master-sergeant-woodrow-wilson-keeble" class="sf-depth-3 sf-depth-3">Master Sergeant Woodrow Wilson Keeble</a></li><li id="menu-8941-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/doug-burgum" class="sf-depth-3 sf-depth-3">Doug Burgum</a></li><li id="menu-8942-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/ronald-d-offutt" class="sf-depth-3 sf-depth-3">Ronald D. Offutt</a></li><li id="menu-8943-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/louise-erdrich" class="sf-depth-3 sf-depth-3">Louise Erdrich</a></li><li id="menu-8944-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/herman-stern" class="sf-depth-3 sf-depth-3">Herman Stern</a></li><li id="menu-8945-2" class="middle odd sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/gerald-w-vandewalle" class="sf-depth-3 sf-depth-3">Gerald W. VandeWalle</a></li><li id="menu-8946-2" class="middle even sf-depth-3 sf-no-children"><a href="/media-center/theodore-roosevelt-rough-rider-award/john-d-odegard" class="sf-depth-3 sf-depth-3">John D. Odegard</a></li><li id="menu-8947-2" class="middle odd sf-depth-3 sf-no-children"><a href="/administration/theodore-roosevelt-rough-rider-award/eugene-dahl" class="sf-depth-3 sf-depth-3">Eugene Dahl</a></li><li id="menu-10623-2" class="last even sf-depth-3 sf-no-children"><a href="/administration/theodore-roosevelt-rough-rider-award/clint-hill" class="sf-depth-3 sf-depth-3">Clint Hill</a></li></ul></li><li id="menu-8948-2" class="middle odd sf-depth-2 sf-no-children"><a href="/administration/join-our-team" class="sf-depth-2 sf-depth-2">Join Our Team</a></li><li id="menu-10188-2" class="middle even sf-depth-2 sf-no-children"><a href="https://www.governor.nd.gov/news/updated-video-state-state-address-burgum-calls-action-address-workforce-challenges-invest-north" title="" class="sf-depth-2">2019 State of the State Address</a></li><li id="menu-10622-2" class="last odd sf-depth-2 sf-no-children"><a href="https://www.governor.nd.gov/sites/governor/files/documents/Governor%27s%20Office%20Ethics%20Policy.pdf" title="" class="sf-depth-2">Governor&#039;s Office Ethics Policy</a></li></ul></li><li id="menu-8881-2" class="middle even sf-depth-1 menuparent"><a href="/media-center" class="sf-depth-1 menuparent sf-depth-1 menuparent">Media</a><ul><li id="menu-8306-2" class="first odd sf-depth-2 sf-no-children"><a href="/media-center/news-releases" title="" class="sf-depth-2 sf-depth-2">News</a></li><li id="menu-8872-2" class="middle even sf-depth-2 sf-no-children"><a href="/media-center/upcoming-events" title="" class="sf-depth-2 sf-depth-2">Events</a></li><li id="menu-8882-2" class="middle odd sf-depth-2 menuparent"><a href="/media-center/executive-orders" class="sf-depth-2 sf-depth-2 menuparent">Executive Orders</a><ul><li id="menu-8887-2" class="firstandlast odd sf-depth-3 sf-no-children"><a href="/media-center/executive-orders/executive-order-archive" class="sf-depth-3 sf-depth-3">Executive Order Archive</a></li></ul></li><li id="menu-8883-2" class="middle even sf-depth-2 sf-no-children"><a href="/media-center/proclamations" class="sf-depth-2 sf-depth-2">Proclamations</a></li><li id="menu-10433-2" class="middle odd sf-depth-2 sf-no-children"><a href="/media-center/weekly-newsletter" title="Dakota Download issues" class="sf-depth-2 sf-depth-2">Weekly newsletter</a></li><li id="menu-10499-2" class="middle even sf-depth-2 sf-no-children"><a href="https://www.governor.nd.gov/press-contacts" title="" class="sf-depth-2">Media Contacts</a></li><li id="menu-11052-2" class="middle odd sf-depth-2 sf-no-children"><a href="/media-center/timeline" class="sf-depth-2 sf-depth-2">Timeline</a></li><li id="menu-10990-2" class="last even sf-depth-2 sf-no-children"><a href="/media-center/work-worth-doing-gov-doug-burgum" title="Work Worth Doing with Gov. Doug Burgum" class="sf-depth-2 sf-depth-2">Podcast</a></li></ul></li><li id="menu-10187-2" class="middle odd sf-depth-1 sf-no-children"><a href="/five-strategic-initiatives-north-dakota" class="sf-depth-1 sf-depth-1">Five Strategic Initiatives</a></li><li id="menu-7100-2" class="last even sf-depth-1 sf-no-children"><a href="/contact-us" title="contact us" class="sf-depth-1 sf-depth-1">Contact Us</a></li></ul> </section> </div> </nav> </div> </div> </div> </div> </div> </header> <!-- Slider Area --> <div class="home-slider"> </div> <div class="main-container container"> <div class="row"> <aside class="col-sm-4 hidden-xs" role="complementary"> <div class="region region-sidebar-first well"> <section id="block-jquerymenu-1" class="block block-jquerymenu left-nav hidden-xs clearfix"> <!--[if IE]><div class="ie"><![endif]--><ul class="menu jquerymenu"><li class="leaf first"><a href="/" title="">Home</a></li><li class="parent closed"><span class="parent closed"></span><a href="/governor-doug-burgum" title="Governor Doug Burgum">Governor</a><ul><li class="leaf first last"><a href="/governor-doug-burgum/request-appearance-governor-doug-burgum">Request for Appearance by Governor Doug Burgum</a></li></ul></li><li class="parent closed"><span class="parent closed"></span><a href="/lieutenant-governor-brent-sanford">Lt. Governor</a><ul><li class="leaf first last"><a href="/lieutenant-governor-brent-sanford/request-appearance-lieutenant-governor-brent-sanford">Request for Appearance by Lieutenant Governor Brent Sanford</a></li></ul></li><li class="parent closed"><span class="parent closed"></span><a href="/first-lady-kathryn-burgum">First Lady</a><ul><li class="leaf first last"><a href="/first-lady-kathryn-helgaas-burgum/request-appearance-first-lady-kathryn-helgaas">Request for Appearance by First Lady Kathryn Burgum</a></li></ul></li><li class="parent open active-trail"><span class="parent open active-trail"></span><a href="/administration">Administration</a><ul><li class="leaf first"><a href="https://governor.nd.gov/boards/" title="">Boards</a></li><li class="parent open active-trail"><span class="parent open active-trail"></span><a href="/administration/theodore-roosevelt-rough-rider-award">Rough Rider Award</a><ul><li class="leaf first"><a href="/media-center/theodore-roosevelt-rough-rider-award/lawrence-welk">Lawrence Welk</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/dorothy-stickney">Dorothy Stickney</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/ivan-dmitri">Ivan Dmitri</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/roger-maris">Roger Maris</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/eric-sevareid">Eric Sevareid</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/gen-harold-k-johnson">Gen. Harold K. Johnson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/dr-anne-h-carlsen">Dr. Anne H. Carlsen</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/edward-k-thompson">Edward K. Thompson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/dr-robert-henry-bahmer">Dr. Robert Henry Bahmer</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/louis-lamour">Louis L&#039;Amour</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/bertin-c-gamble">Bertin C. Gamble</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/casper-oimoen">Casper Oimoen</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/peggy-lee">Peggy Lee</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/harold-schafer">Harold Schafer</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/era-bell-thompson">Era Bell Thompson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/dr-leon-orris-jacobson">Dr. Leon Orris Jacobson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/elizabeth-bodine">Elizabeth Bodine</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/phyllis-frelich">Phyllis Frelich</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/cliff-fido-purpur">Cliff &quot;Fido&quot; Purpur</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/gen-david-c-jones">Gen. David C. Jones</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/ronald-n-davies">Ronald N. Davies</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/phil-jackson">Phil Jackson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/larry-woiwode">Larry Woiwode</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/angie-dickinson">Angie Dickinson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/rev-richard-c-halverson">Rev. Richard C. Halverson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/brynhild-haugland">Brynhild Haugland</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/admiral-william-owens">Admiral William A. Owens</a></li><li class="leaf active-trail active"><a href="/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson" class="active">Carl Ben Eielson</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/warren-christopher">Warren Christopher</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/bobby-vee">Bobby Vee</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/chester-chet-reiten">Chester &quot;Chet&quot; Reiten</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/thomas-j-clifford">Thomas J. Clifford</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/sister-thomas-welder">Sister Thomas Welder</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/harry-j-pearce">Harry J. Pearce</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/william-c-marcil">William C. Marcil</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/master-sergeant-woodrow-wilson-keeble">Master Sergeant Woodrow Wilson Keeble</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/doug-burgum">Doug Burgum</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/ronald-d-offutt">Ronald D. Offutt</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/louise-erdrich">Louise Erdrich</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/herman-stern">Herman Stern</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/gerald-w-vandewalle">Gerald W. VandeWalle</a></li><li class="leaf"><a href="/media-center/theodore-roosevelt-rough-rider-award/john-d-odegard">John D. Odegard</a></li><li class="leaf"><a href="/administration/theodore-roosevelt-rough-rider-award/eugene-dahl">Eugene Dahl</a></li><li class="leaf last"><a href="/administration/theodore-roosevelt-rough-rider-award/clint-hill">Clint Hill</a></li></ul></li><li class="leaf"><a href="/administration/join-our-team">Join Our Team</a></li><li class="leaf"><a href="https://www.governor.nd.gov/news/updated-video-state-state-address-burgum-calls-action-address-workforce-challenges-invest-north" title="">2019 State of the State Address</a></li><li class="leaf last"><a href="https://www.governor.nd.gov/sites/governor/files/documents/Governor%27s%20Office%20Ethics%20Policy.pdf" title="">Governor&#039;s Office Ethics Policy</a></li></ul></li><li class="parent closed"><span class="parent closed"></span><a href="/media-center">Media</a><ul><li class="leaf first"><a href="/media-center/news-releases" title="">News</a></li><li class="leaf"><a href="/media-center/upcoming-events" title="">Events</a></li><li class="parent closed"><span class="parent closed"></span><a href="/media-center/executive-orders">Executive Orders</a><ul><li class="leaf first last"><a href="/media-center/executive-orders/executive-order-archive">Executive Order Archive</a></li></ul></li><li class="leaf"><a href="/media-center/proclamations">Proclamations</a></li><li class="leaf"><a href="/media-center/weekly-newsletter" title="Dakota Download issues">Weekly newsletter</a></li><li class="leaf"><a href="https://www.governor.nd.gov/press-contacts" title="">Media Contacts</a></li><li class="leaf"><a href="/media-center/timeline">Timeline</a></li><li class="leaf last"><a href="/media-center/work-worth-doing-gov-doug-burgum" title="Work Worth Doing with Gov. Doug Burgum">Podcast</a></li></ul></li><li class="leaf"><a href="/five-strategic-initiatives-north-dakota">Five Strategic Initiatives</a></li><li class="leaf last"><a href="/contact-us" title="contact us">Contact Us</a></li></ul><!--[if IE]></div><![endif]--> </section> </div> <!--Add side nav code here--> </aside> <!-- /#sidebar-first --> <section class="col-sm-8"> <ol class="breadcrumb"><li><a href="/">Home</a></li> <li><a href="/administration">Administration</a></li> <li><a href="/administration/theodore-roosevelt-rough-rider-award">Rough Rider Award</a></li> <li class="active">Carl Ben Eielson</li> </ol> <a id="main-content"></a> <h1 class="page-header"> Carl Ben Eielson </h1> <!--Add application code here--> <div class="region region-content-top"> <section id="block-system-main" class="block block-system clearfix"> <div about="/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson" typeof="foaf:Document" class="ds-1col node node-page view-mode-full clearfix"> <div class="content-body"><p><span class="bold-ckeditor"><img alt="Carl Ben Eielson" class="image-left-ckeditor" src="/sites/governor/files/award/eielson.jpg" /></span></p> <h2>Pioneer Aviator</h2> <p><span class="bold-ckeditor"><span class="font-larger-ckeditor">1897 - 1929</span></span></p> <p>Pioneer aviator, Carl Ben Eielson, was born and raised in Hatton, North Dakota. After studying at the University of North Dakota, he enlisted in the Army Air Service in 1917 and completed pilot training.</p> <p>Following his father's advice, Eielson enrolled in law school at Georgetown University in 1921, abandoning his passion for flying. While in Washington, he became friends with an Alaskan representative in Congress, and was offered a job at a high school in Fairbanks, Alaska. He quickly realized the value aviation could have for the remote land, ordered a plane and began flying passengers and supplies throughout the northern territory.</p> <p>Known as the "Father of Aviation" in Alaska, Eielson piloted the first airmail route in 1924. He was later introduced to Captain George Hubert Wilkins and the two together earned international acclaim for their non-stop, 2,200 mile flight over the North Pole on April 15, 1928. In September of the same year, Wilkins and Eielson completed a 1,200 mile flight in the Antarctic, where they discovered six new islands.</p> <p>In 1929, President Herbert Hoover granted Eielson the Harmon Trophy, presented annually to the outstanding aviator of the year.</p> <p>Eielson was killed while attempting to rescue passengers and cargo from an ice-bound ship in the Bering Strait. He is the first individual to receive the Rough Rider Award posthumously.</p> <p><span class="bold-ckeditor">Presented:</span> August 26, 1997<br /><span class="bold-ckeditor">Portrait Painted By:</span> Ann Linton Hodge</p> </div></div> </section> </div> </section> </div> </div> <footer class="footer"> <div class="col-sm-4"> <div class="region region-footer-left"> <section id="block-block-4" class="block block-block copyright clearfix"> <p>Copyright © 2016 Office of Governor, State of North Dakota<br /> 600 East Boulevard Avenue Bismarck, ND 58505-0100<br /> <span class="bold-ckeditor">Phone:</span> 701.328.2200 <span class="bold-ckeditor">Fax:</span> 701.328.2205</p> </section> </div> </div> <div class="col-sm-4"> <div class="region region-footer-middle"> <section id="block-menu-menu-footer-menu" class="block block-menu clearfix"> <ul class="menu nav"><li class="first leaf"><a href="/disclaimer" title="">Disclaimer</a></li> <li class="leaf"><a href="/privacy-policy" title="">Privacy Policy</a></li> <li class="leaf"><a href="/security-policy" title="">Security Policy</a></li> <li class="last leaf"><a href="http://get.adobe.com/reader/" title="">Adobe Reader</a></li> </ul> </section> </div> </div> <div class="col-sm-4"> <div class="region region-footer-right"> <section id="block-block-6" class="block block-block footer-logo clearfix"> <p class="names"><span class="bold">Governor</span> Doug Burgum <span class="bold">Lt. Governor</span> Brent Sanford</p> </section> </div> </div> </footer> <script src="https://www.governor.nd.gov/sites/all/themes/bootstrap/js/bootstrap.js?ppcqz7"></script> <!-- Google Custom Search Engine .js file below. --> <script src='https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/js/google-search.js'> </script> </body> </html>
[ "<footer class=\"footer\">&#13;\n\t\t<div class=\"col-sm-4\">&#13;\n\t\t\t <div class=\"region region-footer-left\">\n <section id=\"block-block-4\" class=\"block block-block copyright clearfix\">\n\n \n <p>Copyright © 2016 Office of Governor, State of North Dakota<br/>\n600 East Boulevard Avenue Bismarck, ND 58505-0100<br/>\n<span class=\"bold-ckeditor\">Phone:</span> 701.328.2200 <span class=\"bold-ckeditor\">Fax:</span> 701.328.2205</p>\n\n</section>\n </div>\n\t\t</div>&#13;\n\t\t<div class=\"col-sm-4\">&#13;\n\t\t\t <div class=\"region region-footer-middle\">\n <section id=\"block-menu-menu-footer-menu\" class=\"block block-menu clearfix\">\n\n \n <ul class=\"menu nav\"><li class=\"first leaf\"><a href=\"/disclaimer\" title=\"\">Disclaimer</a></li>\n<li class=\"leaf\"><a href=\"/privacy-policy\" title=\"\">Privacy Policy</a></li>\n<li class=\"leaf\"><a href=\"/security-policy\" title=\"\">Security Policy</a></li>\n<li class=\"last leaf\"><a href=\"http://get.adobe.com/reader/\" title=\"\">Adobe Reader</a></li>\n</ul>\n</section>\n </div>\n\t\t</div>&#13;\n\t\t<div class=\"col-sm-4\">&#13;\n\t\t\t <div class=\"region region-footer-right\">\n <section id=\"block-block-6\" class=\"block block-block footer-logo clearfix\">\n\n \n <p class=\"names\"><span class=\"bold\">Governor</span> Doug Burgum <span class=\"bold\">Lt. Governor</span> Brent Sanford</p>\n\n</section>\n </div>\n\t\t</div>&#13;\n\t</footer>&#13;\n\t\t\t" ]
[ "<head>&#13;\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>&#13;\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>&#13;\n\t\t<link href=\"https://fonts.googleapis.com/css?family=Cabin:400,700italic,700,600,500italic,500,400italic,600italic|Cabin+Condensed:400,500,600,700\" rel=\"stylesheet\" type=\"text/css\"/>&#13;\n\t\t<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js\"/>&#13;\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<link rel=\"shortcut icon\" href=\"https://www.governor.nd.gov/sites/governor/files/favicon.ico\" type=\"image/vnd.microsoft.icon\"/>\n<meta name=\"description\" content=\"Carl Ben Eielson\"/>\n<meta name=\"generator\" content=\"Drupal 7 (http://drupal.org)\"/>\n<link rel=\"canonical\" href=\"https://www.governor.nd.gov/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson\"/>\n<link rel=\"shortlink\" href=\"https://www.governor.nd.gov/node/149\"/>\n\t\t<title>&#13;\n\t\t\tCarl Ben Eielson | North Dakota Office of the Governor\t\t</title>&#13;\n\t\t<style>\n@import url(\"https://www.governor.nd.gov/modules/system/system.base.css?ppcqz7\");\n</style>\n<style>\n@import url(\"https://www.governor.nd.gov/sites/all/modules/jquery_update/replace/ui/themes/base/jquery.ui.core.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/jquery_update/replace/ui/themes/base/jquery.ui.theme.css?ppcqz7\");\n</style>\n<style>\n@import url(\"https://www.governor.nd.gov/sites/all/modules/ldap/ldap_user/ldap_user.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/date/date_api/date.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/modules/field/theme/field.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/views_fractionslider/css/fractionslider.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/modules/node/node.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/extlink/extlink.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/views/css/views.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/back_to_top/css/back_to_top.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/ckeditor/css/ckeditor.css?ppcqz7\");\n</style>\n<style>\n@import url(\"https://www.governor.nd.gov/sites/all/modules/ctools/css/ctools.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/jquerymenu/jquerymenu.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/modules/ldap/ldap_servers/ldap_servers.admin.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/libraries/fontawesome/css/font-awesome.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/libraries/superfish/css/superfish.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/libraries/superfish/css/superfish-smallscreen.css?ppcqz7\");\n</style>\n<style>\n@import url(\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/bootstrap/css/bootstrap.min.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/base.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/main.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-xs.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-sm.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-md.css?ppcqz7\");\n@import url(\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/app-lg.css?ppcqz7\");\n</style>\n\t\t<!--[if lt IE 9]>\r\n <link href=\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/css/ie8-specific.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\"/>\r\n <![endif]-->&#13;\n\t\t<link media=\"print\" type=\"text/css\" rel=\"stylesheet\" href=\"/sites/all/themes/itd_bootstrap/css/print.css\"/>&#13;\n\t\t<!-- HTML5 element support for IE8 -->&#13;\n\t\t<!--[if lt IE 9]>\r\n <script src=\"//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js\"></script>\r\n <script src=\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/js/respond.min.js\"></script>\r\n <![endif]-->&#13;\n&#13;\n\t\t<script src=\"//code.jquery.com/jquery-1.10.2.js\"/>\n<script>window.jQuery || document.write(\"&lt;script src='/sites/all/modules/jquery_update/replace/jquery/1.10/jquery.js'&gt;\\x3C/script&gt;\")</script>\n<script src=\"https://www.governor.nd.gov/misc/jquery.once.js?v=1.2\"/>\n<script src=\"https://www.governor.nd.gov/misc/drupal.js?ppcqz7\"/>\n<script src=\"//code.jquery.com/ui/1.10.2/jquery-ui.js\"/>\n<script>window.jQuery.ui || document.write(\"&lt;script src='/sites/all/modules/jquery_update/replace/ui/ui/jquery-ui.js'&gt;\\x3C/script&gt;\")</script>\n<script src=\"https://www.governor.nd.gov/sites/all/modules/views_fractionslider/js/fractionslider.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/modules/back_to_top/js/back_to_top.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/modules/extlink/extlink.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/libraries/fractionslider/jquery.fractionslider.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/modules/jquerymenu/jquerymenu.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/modules/google_analytics/googleanalytics.js?ppcqz7\"/>\n<script>(function(i,s,o,g,r,a,m){i[\"GoogleAnalyticsObject\"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,\"script\",\"//www.google-analytics.com/analytics.js\",\"ga\");ga(\"create\", \"UA-19867886-1\", {\"cookieDomain\":\"auto\"});ga(\"set\", \"anonymizeIp\", true);ga(\"send\", \"pageview\");</script>\n<script src=\"https://www.governor.nd.gov/sites/all/libraries/superfish/supposition.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/libraries/superfish/superfish.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/libraries/superfish/sfsmallscreen.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/libraries/superfish/sftouchscreen.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/libraries/superfish/jquery.hoverIntent.minified.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/libraries/superfish/supersubs.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/modules/superfish/superfish.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/bootstrap/js/bootstrap.min.js?ppcqz7\"/>\n<script src=\"https://www.governor.nd.gov/sites/all/themes/itd_bootstrap/js/bootstrap-itd.js?ppcqz7\"/>\n<script>jQuery.extend(Drupal.settings, {\"basePath\":\"\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"theme\":\"itd_bootstrap\",\"theme_token\":\"x1sloO3ViTsVU5Py8X4HS-PGD2W9jnCF1NZuz-lvqb0\",\"js\":{\"sites\\/all\\/themes\\/bootstrap\\/js\\/bootstrap.js\":1,\"\\/\\/code.jquery.com\\/jquery-1.10.2.js\":1,\"0\":1,\"misc\\/jquery.once.js\":1,\"misc\\/drupal.js\":1,\"\\/\\/code.jquery.com\\/ui\\/1.10.2\\/jquery-ui.js\":1,\"1\":1,\"sites\\/all\\/modules\\/views_fractionslider\\/js\\/fractionslider.js\":1,\"sites\\/all\\/modules\\/back_to_top\\/js\\/back_to_top.js\":1,\"sites\\/all\\/modules\\/extlink\\/extlink.js\":1,\"sites\\/all\\/libraries\\/fractionslider\\/jquery.fractionslider.js\":1,\"sites\\/all\\/modules\\/jquerymenu\\/jquerymenu.js\":1,\"sites\\/all\\/modules\\/google_analytics\\/googleanalytics.js\":1,\"2\":1,\"sites\\/all\\/libraries\\/superfish\\/supposition.js\":1,\"sites\\/all\\/libraries\\/superfish\\/superfish.js\":1,\"sites\\/all\\/libraries\\/superfish\\/sfsmallscreen.js\":1,\"sites\\/all\\/libraries\\/superfish\\/sftouchscreen.js\":1,\"sites\\/all\\/libraries\\/superfish\\/jquery.hoverIntent.minified.js\":1,\"sites\\/all\\/libraries\\/superfish\\/supersubs.js\":1,\"sites\\/all\\/modules\\/superfish\\/superfish.js\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/bootstrap\\/js\\/bootstrap.min.js\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/js\\/bootstrap-itd.js\":1},\"css\":{\"modules\\/system\\/system.base.css\":1,\"misc\\/ui\\/jquery.ui.core.css\":1,\"misc\\/ui\\/jquery.ui.theme.css\":1,\"sites\\/all\\/modules\\/ldap\\/ldap_user\\/ldap_user.css\":1,\"sites\\/all\\/modules\\/date\\/date_api\\/date.css\":1,\"sites\\/all\\/modules\\/date\\/date_popup\\/themes\\/datepicker.1.7.css\":1,\"modules\\/field\\/theme\\/field.css\":1,\"sites\\/all\\/modules\\/views_fractionslider\\/css\\/fractionslider.css\":1,\"modules\\/node\\/node.css\":1,\"sites\\/all\\/modules\\/extlink\\/extlink.css\":1,\"sites\\/all\\/modules\\/views\\/css\\/views.css\":1,\"sites\\/all\\/modules\\/back_to_top\\/css\\/back_to_top.css\":1,\"sites\\/all\\/modules\\/ckeditor\\/css\\/ckeditor.css\":1,\"sites\\/all\\/modules\\/ctools\\/css\\/ctools.css\":1,\"sites\\/all\\/modules\\/jquerymenu\\/jquerymenu.css\":1,\"sites\\/all\\/modules\\/ldap\\/ldap_servers\\/ldap_servers.admin.css\":1,\"sites\\/all\\/libraries\\/fontawesome\\/css\\/font-awesome.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish.css\":1,\"sites\\/all\\/libraries\\/superfish\\/css\\/superfish-smallscreen.css\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/bootstrap\\/css\\/bootstrap.min.css\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/css\\/base.css\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/css\\/main.css\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/css\\/app-xs.css\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/css\\/app-sm.css\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/css\\/app-md.css\":1,\"sites\\/all\\/themes\\/itd_bootstrap\\/css\\/app-lg.css\":1}},\"jquerymenu\":{\"hover\":0,\"animate\":1,\"edit_link\":0,\"click_to_expand\":0},\"back_to_top\":{\"back_to_top_button_trigger\":\"100\",\"back_to_top_button_text\":\"Back to top\",\"#attached\":{\"library\":[[\"system\",\"ui\"]]}},\"extlink\":{\"extTarget\":0,\"extClass\":0,\"extLabel\":\"(link is external)\",\"extImgClass\":0,\"extSubdomains\":0,\"extExclude\":\".nd.gov\",\"extInclude\":\"\",\"extCssExclude\":\"\",\"extCssExplicit\":\"\",\"extAlert\":\"_blank\",\"extAlertText\":\"You are now leaving the North Dakota Governor\\u0027s web site\\r\\nNote: Please be aware that when you exit the North Dakota Governor\\u0027s web site, the privacy policy stated on our site will no longer apply. The North Dakota Governor\\u0027s web site provides these non-government websites as a public service only. The State of North Dakota neither endorses nor guarantees in any way the external organizations, services, advice, or products. Furthermore, the North Dakota state government neither controls nor guarantees the accuracy, relevance, timeliness or completeness of the information contained in non-government websites.\",\"mailtoClass\":0,\"mailtoLabel\":\"(link sends e-mail)\"},\"googleanalytics\":{\"trackOutbound\":1,\"trackMailto\":1,\"trackDownload\":1,\"trackDownloadExtensions\":\"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip\"},\"superfish\":[{\"id\":\"1\",\"sf\":{\"delay\":\"300\",\"animation\":{\"opacity\":\"show\",\"height\":\"show\"},\"speed\":0,\"autoArrows\":false,\"dropShadows\":false},\"plugins\":{\"touchscreen\":{\"behaviour\":\"0\",\"mode\":\"useragent_predefined\"},\"smallscreen\":{\"mode\":\"window_width\",\"breakpointUnit\":\"px\",\"accordionButton\":\"2\",\"title\":\"Main menu\"},\"supposition\":true,\"supersubs\":true}},{\"id\":\"2\",\"sf\":{\"delay\":\"300\",\"animation\":{\"opacity\":\"show\",\"height\":\"show\"},\"speed\":0,\"dropShadows\":false},\"plugins\":{\"touchscreen\":{\"behaviour\":\"0\",\"mode\":\"useragent_predefined\"},\"smallscreen\":{\"mode\":\"always_active\",\"accordionButton\":\"2\",\"title\":\"Main menu\"},\"supposition\":true,\"supersubs\":true}}],\"bootstrap\":{\"anchorsFix\":1,\"anchorsSmoothScrolling\":1,\"formHasError\":1,\"popoverEnabled\":1,\"popoverOptions\":{\"animation\":1,\"html\":0,\"placement\":\"right\",\"selector\":\"\",\"trigger\":\"click\",\"triggerAutoclose\":1,\"title\":\"\",\"content\":\"\",\"delay\":0,\"container\":\"body\"},\"tooltipEnabled\":1,\"tooltipOptions\":{\"animation\":1,\"html\":0,\"placement\":\"auto left\",\"selector\":\"\",\"trigger\":\"hover focus\",\"delay\":0,\"container\":\"body\"}}});</script>\n&#13;\n&#13;\n\t</head>&#13;\n&#13;\n\t" ]
[ "<title>&#13;\n\t\t\tCarl Ben Eielson | North Dakota Office of the Governor\t\t</title>&#13;\n\t\t" ]
[ { "key": "datasource", "type": "global", "value": "www.governor.nd.gov > media center > theodore roosevelt rough rider award > carl ben eielson" } ]
[ { "char_end_idx": 98, "char_start_idx": 0, "key": "length", "type": "local", "value": "98" }, { "char_end_idx": 232, "char_start_idx": 98, "key": "length", "type": "local", "value": "133" }, { "char_end_idx": 242, "char_start_idx": 232, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 254, "char_start_idx": 242, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 262, "char_start_idx": 254, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 280, "char_start_idx": 262, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 293, "char_start_idx": 280, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 337, "char_start_idx": 293, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 405, "char_start_idx": 337, "key": "length", "type": "local", "value": "67" }, { "char_end_idx": 483, "char_start_idx": 405, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 492, "char_start_idx": 483, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 508, "char_start_idx": 492, "key": "length", "type": "local", "value": "15" }, { "char_end_idx": 563, "char_start_idx": 508, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 574, "char_start_idx": 563, "key": "length", "type": "local", "value": "10" }, { "char_end_idx": 621, "char_start_idx": 574, "key": "length", "type": "local", "value": "46" }, { "char_end_idx": 705, "char_start_idx": 621, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 744, "char_start_idx": 705, "key": "length", "type": "local", "value": "38" }, { "char_end_idx": 762, "char_start_idx": 744, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 829, "char_start_idx": 762, "key": "length", "type": "local", "value": "66" }, { "char_end_idx": 874, "char_start_idx": 829, "key": "length", "type": "local", "value": "44" }, { "char_end_idx": 893, "char_start_idx": 874, "key": "length", "type": "local", "value": "18" }, { "char_end_idx": 1276, "char_start_idx": 893, "key": "length", "type": "local", "value": "382" }, { "char_end_idx": 1400, "char_start_idx": 1276, "key": "length", "type": "local", "value": "123" }, { "char_end_idx": 1531, "char_start_idx": 1400, "key": "length", "type": "local", "value": "130" }, { "char_end_idx": 1675, "char_start_idx": 1531, "key": "length", "type": "local", "value": "143" }, { "char_end_idx": 1838, "char_start_idx": 1675, "key": "length", "type": "local", "value": "162" }, { "char_end_idx": 1932, "char_start_idx": 1838, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 2116, "char_start_idx": 1932, "key": "length", "type": "local", "value": "183" }, { "char_end_idx": 2254, "char_start_idx": 2116, "key": "length", "type": "local", "value": "137" }, { "char_end_idx": 2382, "char_start_idx": 2254, "key": "length", "type": "local", "value": "127" }, { "char_end_idx": 2494, "char_start_idx": 2382, "key": "length", "type": "local", "value": "111" }, { "char_end_idx": 2568, "char_start_idx": 2494, "key": "length", "type": "local", "value": "73" } ]
[ { "key": "length", "type": "global", "value": "2570" } ]
[ { "char_end_idx": 47, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 81, "char_start_idx": 48, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 86, "char_start_idx": 82, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 86, "char_start_idx": 82, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf first" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 87, "char_start_idx": 87, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 95, "char_start_idx": 87, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/governor-doug-burgum", "Governor Doug Burgum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 95, "char_start_idx": 87, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 96, "char_start_idx": 96, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 108, "char_start_idx": 96, "html_attrs": { "attrs": [ "href" ], "values": [ "/lieutenant-governor-brent-sanford" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 108, "char_start_idx": 96, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 109, "char_start_idx": 109, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 119, "char_start_idx": 109, "html_attrs": { "attrs": [ "href" ], "values": [ "/first-lady-kathryn-burgum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 119, "char_start_idx": 109, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 120, "char_start_idx": 120, "html_attrs": { "attrs": [ "class" ], "values": [ "parent open active-trail" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 134, "char_start_idx": 120, "html_attrs": { "attrs": [ "href" ], "values": [ "/administration" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 141, "char_start_idx": 135, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://governor.nd.gov/boards/", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 141, "char_start_idx": 135, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf first" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 142, "html_attrs": { "attrs": [ "class" ], "values": [ "parent open active-trail" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 159, "char_start_idx": 142, "html_attrs": { "attrs": [ "href" ], "values": [ "/administration/theodore-roosevelt-rough-rider-award" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 173, "char_start_idx": 160, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/lawrence-welk" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 173, "char_start_idx": 160, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf first" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 190, "char_start_idx": 174, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/dorothy-stickney" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 190, "char_start_idx": 174, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 202, "char_start_idx": 191, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/ivan-dmitri" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 202, "char_start_idx": 191, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 214, "char_start_idx": 203, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/roger-maris" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 214, "char_start_idx": 203, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 228, "char_start_idx": 215, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/eric-sevareid" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 228, "char_start_idx": 215, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 251, "char_start_idx": 229, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/gen-harold-k-johnson" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 251, "char_start_idx": 229, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 271, "char_start_idx": 252, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/dr-anne-h-carlsen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 271, "char_start_idx": 252, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 290, "char_start_idx": 272, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/edward-k-thompson" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 290, "char_start_idx": 272, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 314, "char_start_idx": 291, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/dr-robert-henry-bahmer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 314, "char_start_idx": 291, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 328, "char_start_idx": 315, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/louis-lamour" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 328, "char_start_idx": 315, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 345, "char_start_idx": 329, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/bertin-c-gamble" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 345, "char_start_idx": 329, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 359, "char_start_idx": 346, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/casper-oimoen" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 359, "char_start_idx": 346, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 369, "char_start_idx": 360, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/peggy-lee" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 369, "char_start_idx": 360, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 384, "char_start_idx": 370, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/harold-schafer" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 384, "char_start_idx": 370, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 402, "char_start_idx": 385, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/era-bell-thompson" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 402, "char_start_idx": 385, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 426, "char_start_idx": 403, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/dr-leon-orris-jacobson" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 426, "char_start_idx": 403, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 443, "char_start_idx": 427, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/elizabeth-bodine" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 443, "char_start_idx": 427, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 459, "char_start_idx": 444, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/phyllis-frelich" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 459, "char_start_idx": 444, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 479, "char_start_idx": 460, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/cliff-fido-purpur" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 479, "char_start_idx": 460, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 499, "char_start_idx": 480, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/gen-david-c-jones" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 499, "char_start_idx": 480, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 516, "char_start_idx": 500, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/ronald-n-davies" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 516, "char_start_idx": 500, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 529, "char_start_idx": 517, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/phil-jackson" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 529, "char_start_idx": 517, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 543, "char_start_idx": 530, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/larry-woiwode" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 543, "char_start_idx": 530, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 559, "char_start_idx": 544, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/angie-dickinson" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 559, "char_start_idx": 544, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 585, "char_start_idx": 560, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/rev-richard-c-halverson" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 585, "char_start_idx": 560, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 603, "char_start_idx": 586, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/brynhild-haugland" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 603, "char_start_idx": 586, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 628, "char_start_idx": 604, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/admiral-william-owens" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 628, "char_start_idx": 604, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 645, "char_start_idx": 629, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson", "active" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 645, "char_start_idx": 629, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf active-trail active" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 664, "char_start_idx": 646, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/warren-christopher" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 664, "char_start_idx": 646, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 674, "char_start_idx": 665, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/bobby-vee" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 674, "char_start_idx": 665, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 696, "char_start_idx": 675, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/chester-chet-reiten" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 696, "char_start_idx": 675, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 715, "char_start_idx": 697, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/thomas-j-clifford" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 715, "char_start_idx": 697, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 736, "char_start_idx": 716, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/sister-thomas-welder" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 736, "char_start_idx": 716, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 752, "char_start_idx": 737, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/harry-j-pearce" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 752, "char_start_idx": 737, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 770, "char_start_idx": 753, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/william-c-marcil" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 770, "char_start_idx": 753, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 808, "char_start_idx": 771, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/master-sergeant-woodrow-wilson-keeble" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 808, "char_start_idx": 771, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 820, "char_start_idx": 809, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/doug-burgum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 820, "char_start_idx": 809, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 837, "char_start_idx": 821, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/ronald-d-offutt" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 837, "char_start_idx": 821, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 852, "char_start_idx": 838, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/louise-erdrich" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 852, "char_start_idx": 838, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 865, "char_start_idx": 853, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/herman-stern" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 865, "char_start_idx": 853, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 886, "char_start_idx": 866, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/gerald-w-vandewalle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 886, "char_start_idx": 866, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 902, "char_start_idx": 887, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/john-d-odegard" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 902, "char_start_idx": 887, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 914, "char_start_idx": 903, "html_attrs": { "attrs": [ "href" ], "values": [ "/administration/theodore-roosevelt-rough-rider-award/eugene-dahl" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 914, "char_start_idx": 903, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 925, "char_start_idx": 915, "html_attrs": { "attrs": [ "href" ], "values": [ "/administration/theodore-roosevelt-rough-rider-award/clint-hill" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 925, "char_start_idx": 915, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf last" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 926, "char_start_idx": 159, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 926, "char_start_idx": 142, "html_attrs": { "attrs": [ "class" ], "values": [ "parent open active-trail" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 939, "char_start_idx": 926, "html_attrs": { "attrs": [ "href" ], "values": [ "/administration/join-our-team" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 939, "char_start_idx": 926, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 971, "char_start_idx": 940, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.governor.nd.gov/news/updated-video-state-state-address-burgum-calls-action-address-workforce-challenges-invest-north", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 971, "char_start_idx": 940, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1003, "char_start_idx": 972, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.governor.nd.gov/sites/governor/files/documents/Governor%27s%20Office%20Ethics%20Policy.pdf", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1003, "char_start_idx": 972, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf last" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1004, "char_start_idx": 134, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1004, "char_start_idx": 120, "html_attrs": { "attrs": [ "class" ], "values": [ "parent open active-trail" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1004, "char_start_idx": 1004, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 1009, "char_start_idx": 1004, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 5, "type": "local", "value": "a" }, { "char_end_idx": 1014, "char_start_idx": 1010, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/media-center/news-releases", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1014, "char_start_idx": 1010, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf first" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1021, "char_start_idx": 1015, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/media-center/upcoming-events", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1021, "char_start_idx": 1015, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1022, "char_start_idx": 1022, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 1038, "char_start_idx": 1022, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/executive-orders" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1038, "char_start_idx": 1022, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1052, "char_start_idx": 1039, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/proclamations" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1052, "char_start_idx": 1039, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1070, "char_start_idx": 1053, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/media-center/weekly-newsletter", "Dakota Download issues" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1070, "char_start_idx": 1053, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1085, "char_start_idx": 1071, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "https://www.governor.nd.gov/press-contacts", "" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1085, "char_start_idx": 1071, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1094, "char_start_idx": 1086, "html_attrs": { "attrs": [ "href" ], "values": [ "/media-center/timeline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1094, "char_start_idx": 1086, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1102, "char_start_idx": 1095, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/media-center/work-worth-doing-gov-doug-burgum", "Work Worth Doing with Gov. Doug Burgum" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1102, "char_start_idx": 1095, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf last" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1103, "char_start_idx": 1009, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1103, "char_start_idx": 1004, "html_attrs": { "attrs": [ "class" ], "values": [ "parent closed" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1129, "char_start_idx": 1103, "html_attrs": { "attrs": [ "href" ], "values": [ "/five-strategic-initiatives-north-dakota" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 1129, "char_start_idx": 1103, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "li" }, { "char_end_idx": 1140, "char_start_idx": 1130, "html_attrs": { "attrs": [ "href", "title" ], "values": [ "/contact-us", "contact us" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 1140, "char_start_idx": 1130, "html_attrs": { "attrs": [ "class" ], "values": [ "leaf last" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 1141, "char_start_idx": 81, "html_attrs": { "attrs": [ "class" ], "values": [ "menu jquerymenu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 1164, "char_start_idx": 1141, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 1165, "char_start_idx": 48, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "block-jquerymenu-1", "block block-jquerymenu left-nav hidden-xs clearfix" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 1165, "char_start_idx": 48, "html_attrs": { "attrs": [ "class" ], "values": [ "region region-sidebar-first well" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 1165, "char_start_idx": 48, "html_attrs": { "attrs": [ "class", "role" ], "values": [ "col-sm-4 hidden-xs", "complementary" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "aside" }, { "char_end_idx": 1165, "char_start_idx": 1165, "html_attrs": { "attrs": [ "id" ], "values": [ "main-content" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 1182, "char_start_idx": 1165, "html_attrs": { "attrs": [ "class" ], "values": [ "page-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "h1" }, { "char_end_idx": 1197, "char_start_idx": 1182, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "h2" }, { "char_end_idx": 1401, "char_start_idx": 1198, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1839, "char_start_idx": 1402, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2255, "char_start_idx": 1840, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2383, "char_start_idx": 2256, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2569, "char_start_idx": 2384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2570, "char_start_idx": 1182, "html_attrs": { "attrs": [ "about", "typeof", "class" ], "values": [ "/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson", "foaf:Document", "ds-1col node node-page view-mode-full clearfix content-body" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2570, "char_start_idx": 1182, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "block-system-main", "block block-system clearfix" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "section" }, { "char_end_idx": 2570, "char_start_idx": 1182, "html_attrs": { "attrs": [ "class" ], "values": [ "region region-content-top" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2570, "char_start_idx": 1165, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-8" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "section" }, { "char_end_idx": 2570, "char_start_idx": 48, "html_attrs": { "attrs": [ "class" ], "values": [ "main-container container row" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 2570, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "html not-front not-logged-in one-sidebar sidebar-first page-node page-node- page-node-149 node-type-page" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 86, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "This application requires the use of JavaScript\n[if IE]><div class=\"ie\"><![endif]\nHome" }, { "char_end_idx": 95, "char_start_idx": 86, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGovernor" }, { "char_end_idx": 108, "char_start_idx": 95, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLt. Governor" }, { "char_end_idx": 119, "char_start_idx": 108, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFirst Lady" }, { "char_end_idx": 141, "char_start_idx": 119, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdministration\nBoards" }, { "char_end_idx": 173, "char_start_idx": 141, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRough Rider Award\nLawrence Welk" }, { "char_end_idx": 190, "char_start_idx": 173, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDorothy Stickney" }, { "char_end_idx": 202, "char_start_idx": 190, "key": "paragraph", "marker": "li", "type": "local", "value": "\nIvan Dmitri" }, { "char_end_idx": 214, "char_start_idx": 202, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRoger Maris" }, { "char_end_idx": 228, "char_start_idx": 214, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEric Sevareid" }, { "char_end_idx": 251, "char_start_idx": 228, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGen. Harold K. Johnson" }, { "char_end_idx": 271, "char_start_idx": 251, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDr. Anne H. Carlsen" }, { "char_end_idx": 290, "char_start_idx": 271, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEdward K. Thompson" }, { "char_end_idx": 314, "char_start_idx": 290, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDr. Robert Henry Bahmer" }, { "char_end_idx": 328, "char_start_idx": 314, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLouis L'Amour" }, { "char_end_idx": 345, "char_start_idx": 328, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBertin C. Gamble" }, { "char_end_idx": 359, "char_start_idx": 345, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCasper Oimoen" }, { "char_end_idx": 369, "char_start_idx": 359, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPeggy Lee" }, { "char_end_idx": 384, "char_start_idx": 369, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHarold Schafer" }, { "char_end_idx": 402, "char_start_idx": 384, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEra Bell Thompson" }, { "char_end_idx": 426, "char_start_idx": 402, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDr. Leon Orris Jacobson" }, { "char_end_idx": 443, "char_start_idx": 426, "key": "paragraph", "marker": "li", "type": "local", "value": "\nElizabeth Bodine" }, { "char_end_idx": 459, "char_start_idx": 443, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPhyllis Frelich" }, { "char_end_idx": 479, "char_start_idx": 459, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCliff \"Fido\" Purpur" }, { "char_end_idx": 499, "char_start_idx": 479, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGen. David C. Jones" }, { "char_end_idx": 516, "char_start_idx": 499, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRonald N. Davies" }, { "char_end_idx": 529, "char_start_idx": 516, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPhil Jackson" }, { "char_end_idx": 543, "char_start_idx": 529, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLarry Woiwode" }, { "char_end_idx": 559, "char_start_idx": 543, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAngie Dickinson" }, { "char_end_idx": 585, "char_start_idx": 559, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRev. Richard C. Halverson" }, { "char_end_idx": 603, "char_start_idx": 585, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBrynhild Haugland" }, { "char_end_idx": 628, "char_start_idx": 603, "key": "paragraph", "marker": "li", "type": "local", "value": "\nAdmiral William A. Owens" }, { "char_end_idx": 645, "char_start_idx": 628, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCarl Ben Eielson" }, { "char_end_idx": 664, "char_start_idx": 645, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWarren Christopher" }, { "char_end_idx": 674, "char_start_idx": 664, "key": "paragraph", "marker": "li", "type": "local", "value": "\nBobby Vee" }, { "char_end_idx": 696, "char_start_idx": 674, "key": "paragraph", "marker": "li", "type": "local", "value": "\nChester \"Chet\" Reiten" }, { "char_end_idx": 715, "char_start_idx": 696, "key": "paragraph", "marker": "li", "type": "local", "value": "\nThomas J. Clifford" }, { "char_end_idx": 736, "char_start_idx": 715, "key": "paragraph", "marker": "li", "type": "local", "value": "\nSister Thomas Welder" }, { "char_end_idx": 752, "char_start_idx": 736, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHarry J. Pearce" }, { "char_end_idx": 770, "char_start_idx": 752, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWilliam C. Marcil" }, { "char_end_idx": 808, "char_start_idx": 770, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMaster Sergeant Woodrow Wilson Keeble" }, { "char_end_idx": 820, "char_start_idx": 808, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDoug Burgum" }, { "char_end_idx": 837, "char_start_idx": 820, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRonald D. Offutt" }, { "char_end_idx": 852, "char_start_idx": 837, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLouise Erdrich" }, { "char_end_idx": 865, "char_start_idx": 852, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHerman Stern" }, { "char_end_idx": 886, "char_start_idx": 865, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGerald W. VandeWalle" }, { "char_end_idx": 902, "char_start_idx": 886, "key": "paragraph", "marker": "li", "type": "local", "value": "\nJohn D. Odegard" }, { "char_end_idx": 914, "char_start_idx": 902, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEugene Dahl" }, { "char_end_idx": 925, "char_start_idx": 914, "key": "paragraph", "marker": "li", "type": "local", "value": "\nClint Hill" }, { "char_end_idx": 926, "char_start_idx": 925, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 939, "char_start_idx": 926, "key": "paragraph", "marker": "li", "type": "local", "value": "Join Our Team" }, { "char_end_idx": 971, "char_start_idx": 939, "key": "paragraph", "marker": "li", "type": "local", "value": "\n2019 State of the State Address" }, { "char_end_idx": 1003, "char_start_idx": 971, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGovernor's Office Ethics Policy" }, { "char_end_idx": 1004, "char_start_idx": 1003, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1014, "char_start_idx": 1004, "key": "paragraph", "marker": "li", "type": "local", "value": "Media\nNews" }, { "char_end_idx": 1021, "char_start_idx": 1014, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEvents" }, { "char_end_idx": 1038, "char_start_idx": 1021, "key": "paragraph", "marker": "li", "type": "local", "value": "\nExecutive Orders" }, { "char_end_idx": 1052, "char_start_idx": 1038, "key": "paragraph", "marker": "li", "type": "local", "value": "\nProclamations" }, { "char_end_idx": 1070, "char_start_idx": 1052, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWeekly newsletter" }, { "char_end_idx": 1085, "char_start_idx": 1070, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMedia Contacts" }, { "char_end_idx": 1094, "char_start_idx": 1085, "key": "paragraph", "marker": "li", "type": "local", "value": "\nTimeline" }, { "char_end_idx": 1102, "char_start_idx": 1094, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPodcast" }, { "char_end_idx": 1103, "char_start_idx": 1102, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 1129, "char_start_idx": 1103, "key": "paragraph", "marker": "li", "type": "local", "value": "Five Strategic Initiatives" }, { "char_end_idx": 1140, "char_start_idx": 1129, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact Us" }, { "char_end_idx": 1141, "char_start_idx": 1140, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 1165, "char_start_idx": 1141, "key": "paragraph", "marker": "section", "type": "local", "value": "[if IE]></div><![endif]\n" }, { "char_end_idx": 1182, "char_start_idx": 1165, "key": "paragraph", "marker": "h1", "type": "local", "value": "Carl Ben Eielson\n" }, { "char_end_idx": 1197, "char_start_idx": 1182, "key": "paragraph", "marker": "h2", "type": "local", "value": "Pioneer Aviator" }, { "char_end_idx": 1402, "char_start_idx": 1197, "key": "paragraph", "marker": "p", "type": "local", "value": "\nPioneer aviator, Carl Ben Eielson, was born and raised in Hatton, North Dakota. After studying at the University of North Dakota, he enlisted in the Army Air Service in 1917 and completed pilot training.\n" }, { "char_end_idx": 1840, "char_start_idx": 1402, "key": "paragraph", "marker": "p", "type": "local", "value": "Following his father's advice, Eielson enrolled in law school at Georgetown University in 1921, abandoning his passion for flying. While in Washington, he became friends with an Alaskan representative in Congress, and was offered a job at a high school in Fairbanks, Alaska. He quickly realized the value aviation could have for the remote land, ordered a plane and began flying passengers and supplies throughout the northern territory.\n" }, { "char_end_idx": 2256, "char_start_idx": 1840, "key": "paragraph", "marker": "p", "type": "local", "value": "Known as the \"Father of Aviation\" in Alaska, Eielson piloted the first airmail route in 1924. He was later introduced to Captain George Hubert Wilkins and the two together earned international acclaim for their non-stop, 2,200 mile flight over the North Pole on April 15, 1928. In September of the same year, Wilkins and Eielson completed a 1,200 mile flight in the Antarctic, where they discovered six new islands.\n" }, { "char_end_idx": 2384, "char_start_idx": 2256, "key": "paragraph", "marker": "p", "type": "local", "value": "In 1929, President Herbert Hoover granted Eielson the Harmon Trophy, presented annually to the outstanding aviator of the year.\n" }, { "char_end_idx": 2570, "char_start_idx": 2384, "key": "paragraph", "marker": "p", "type": "local", "value": "Eielson was killed while attempting to rescue passengers and cargo from an ice-bound ship in the Bering Strait. He is the first individual to receive the Rough Rider Award posthumously.\n" } ]
[]
[]
[ { "key": "url", "type": "global", "value": "https://www.governor.nd.gov/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson" } ]
[ { "key": "website_description", "type": "global", "value": "A governor is, in most cases, a public official with the power to govern the executive branch of a non-sovereign or sub-national level of government, ranking under the head of state." } ]
This application requires the use of JavaScript [if IE]><div class="ie"><![endif] Home Governor Lt. Governor First Lady Administration Boards Rough Rider Award Lawrence Welk Dorothy Stickney Ivan Dmitri Roger Maris Eric Sevareid Gen. Harold K. Johnson Dr. Anne H. Carlsen Edward K. Thompson Dr. Robert Henry Bahmer Louis L'Amour Bertin C. Gamble Casper Oimoen Peggy Lee Harold Schafer Era Bell Thompson Dr. Leon Orris Jacobson Elizabeth Bodine Phyllis Frelich Cliff "Fido" Purpur Gen. David C. Jones Ronald N. Davies Phil Jackson Larry Woiwode Angie Dickinson Rev. Richard C. Halverson Brynhild Haugland Admiral William A. Owens Carl Ben Eielson Warren Christopher Bobby Vee Chester "Chet" Reiten Thomas J. Clifford Sister Thomas Welder Harry J. Pearce William C. Marcil Master Sergeant Woodrow Wilson Keeble Doug Burgum Ronald D. Offutt Louise Erdrich Herman Stern Gerald W. VandeWalle John D. Odegard Eugene Dahl Clint Hill Join Our Team 2019 State of the State Address Governor's Office Ethics Policy Media News Events Executive Orders Proclamations Weekly newsletter Media Contacts Timeline Podcast Five Strategic Initiatives Contact Us [if IE]></div><![endif] Carl Ben Eielson Pioneer Aviator Pioneer aviator, Carl Ben Eielson, was born and raised in Hatton, North Dakota. After studying at the University of North Dakota, he enlisted in the Army Air Service in 1917 and completed pilot training. Following his father's advice, Eielson enrolled in law school at Georgetown University in 1921, abandoning his passion for flying. While in Washington, he became friends with an Alaskan representative in Congress, and was offered a job at a high school in Fairbanks, Alaska. He quickly realized the value aviation could have for the remote land, ordered a plane and began flying passengers and supplies throughout the northern territory. Known as the "Father of Aviation" in Alaska, Eielson piloted the first airmail route in 1924. He was later introduced to Captain George Hubert Wilkins and the two together earned international acclaim for their non-stop, 2,200 mile flight over the North Pole on April 15, 1928. In September of the same year, Wilkins and Eielson completed a 1,200 mile flight in the Antarctic, where they discovered six new islands. In 1929, President Herbert Hoover granted Eielson the Harmon Trophy, presented annually to the outstanding aviator of the year. Eielson was killed while attempting to rescue passengers and cargo from an ice-bound ship in the Bering Strait. He is the first individual to receive the Rough Rider Award posthumously.
https://www.governor.nd.gov/media-center/theodore-roosevelt-rough-rider-award/carl-ben-eielson
[ { "char_end_idx": 47, "char_start_idx": 37, "key": "entity", "type": "local", "value": "JavaScript" }, { "char_end_idx": 159, "char_start_idx": 142, "key": "entity", "type": "local", "value": "Rough_Rider_Award" }, { "char_end_idx": 173, "char_start_idx": 160, "key": "entity", "type": "local", "value": "Lawrence_Welk" }, { "char_end_idx": 190, "char_start_idx": 174, "key": "entity", "type": "local", "value": "Dorothy_Stickney" }, { "char_end_idx": 202, "char_start_idx": 191, "key": "entity", "type": "local", "value": "Ivan_Dmitri" }, { "char_end_idx": 214, "char_start_idx": 203, "key": "entity", "type": "local", "value": "Roger_Maris" }, { "char_end_idx": 228, "char_start_idx": 215, "key": "entity", "type": "local", "value": "Eric_Sevareid" }, { "char_end_idx": 251, "char_start_idx": 234, "key": "entity", "type": "local", "value": "Harold_Keith_Johnson" }, { "char_end_idx": 290, "char_start_idx": 272, "key": "entity", "type": "local", "value": "Edward_Kramer_Thompson" }, { "char_end_idx": 314, "char_start_idx": 295, "key": "entity", "type": "local", "value": "Robert_H._Bahmer" }, { "char_end_idx": 328, "char_start_idx": 315, "key": "entity", "type": "local", "value": "Louis_L'Amour" }, { "char_end_idx": 359, "char_start_idx": 346, "key": "entity", "type": "local", "value": "Casper_Oimoen" }, { "char_end_idx": 369, "char_start_idx": 360, "key": "entity", "type": "local", "value": "Peggy_Lee" }, { "char_end_idx": 384, "char_start_idx": 370, "key": "entity", "type": "local", "value": "Harold_Schafer" }, { "char_end_idx": 402, "char_start_idx": 385, "key": "entity", "type": "local", "value": "Era_Bell_Thompson" }, { "char_end_idx": 426, "char_start_idx": 407, "key": "entity", "type": "local", "value": "Leon_O._Jacobson" }, { "char_end_idx": 443, "char_start_idx": 427, "key": "entity", "type": "local", "value": "Elizabeth_Bodine" }, { "char_end_idx": 459, "char_start_idx": 444, "key": "entity", "type": "local", "value": "Phyllis_Frelich" }, { "char_end_idx": 499, "char_start_idx": 485, "key": "entity", "type": "local", "value": "David_C._Jones" }, { "char_end_idx": 516, "char_start_idx": 500, "key": "entity", "type": "local", "value": "Ronald_Davies_(judge)" }, { "char_end_idx": 529, "char_start_idx": 517, "key": "entity", "type": "local", "value": "Phil_Jackson" }, { "char_end_idx": 543, "char_start_idx": 530, "key": "entity", "type": "local", "value": "Larry_Woiwode" }, { "char_end_idx": 559, "char_start_idx": 544, "key": "entity", "type": "local", "value": "Angie_Dickinson" }, { "char_end_idx": 585, "char_start_idx": 565, "key": "entity", "type": "local", "value": "Richard_C._Halverson" }, { "char_end_idx": 603, "char_start_idx": 586, "key": "entity", "type": "local", "value": "Brynhild_Haugland" }, { "char_end_idx": 628, "char_start_idx": 612, "key": "entity", "type": "local", "value": "William_A._Owens" }, { "char_end_idx": 645, "char_start_idx": 629, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 664, "char_start_idx": 646, "key": "entity", "type": "local", "value": "Warren_Christopher" }, { "char_end_idx": 674, "char_start_idx": 665, "key": "entity", "type": "local", "value": "Bobby_Vee" }, { "char_end_idx": 770, "char_start_idx": 753, "key": "entity", "type": "local", "value": "William_C._Marcil" }, { "char_end_idx": 808, "char_start_idx": 787, "key": "entity", "type": "local", "value": "Woodrow_W._Keeble" }, { "char_end_idx": 820, "char_start_idx": 809, "key": "entity", "type": "local", "value": "Doug_Burgum" }, { "char_end_idx": 852, "char_start_idx": 838, "key": "entity", "type": "local", "value": "Louise_Erdrich" }, { "char_end_idx": 865, "char_start_idx": 853, "key": "entity", "type": "local", "value": "Herman_Stern" }, { "char_end_idx": 886, "char_start_idx": 876, "key": "entity", "type": "local", "value": "Yves_Vandewalle" }, { "char_end_idx": 902, "char_start_idx": 887, "key": "entity", "type": "local", "value": "John_D._Odegard_School_of_Aerospace_Sciences" }, { "char_end_idx": 925, "char_start_idx": 915, "key": "entity", "type": "local", "value": "Clint_Hill_(Secret_Service)" }, { "char_end_idx": 971, "char_start_idx": 945, "key": "entity", "type": "local", "value": "State_of_the_State_address" }, { "char_end_idx": 1014, "char_start_idx": 1010, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 1140, "char_start_idx": 1138, "key": "entity", "type": "local", "value": "United_States" }, { "char_end_idx": 1181, "char_start_idx": 1165, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 1197, "char_start_idx": 1182, "key": "entity", "type": "local", "value": "Early_Birds_of_Aviation" }, { "char_end_idx": 1231, "char_start_idx": 1215, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 1262, "char_start_idx": 1256, "key": "entity", "type": "local", "value": "Hatton,_Cheshire_West_and_Chester" }, { "char_end_idx": 1276, "char_start_idx": 1264, "key": "entity", "type": "local", "value": "North_Dakota" }, { "char_end_idx": 1326, "char_start_idx": 1300, "key": "entity", "type": "local", "value": "University_of_North_Dakota" }, { "char_end_idx": 1363, "char_start_idx": 1347, "key": "entity", "type": "local", "value": "United_States_Army_Air_Service" }, { "char_end_idx": 1440, "char_start_idx": 1433, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 1488, "char_start_idx": 1467, "key": "entity", "type": "local", "value": "Georgetown_University" }, { "char_end_idx": 1552, "char_start_idx": 1542, "key": "entity", "type": "local", "value": "Washington,_D.C." }, { "char_end_idx": 1587, "char_start_idx": 1580, "key": "entity", "type": "local", "value": "Alaska" }, { "char_end_idx": 1614, "char_start_idx": 1606, "key": "entity", "type": "local", "value": "United_States_House_of_Representatives" }, { "char_end_idx": 1667, "char_start_idx": 1658, "key": "entity", "type": "local", "value": "Fairbanks,_Alaska" }, { "char_end_idx": 1675, "char_start_idx": 1669, "key": "entity", "type": "local", "value": "Alaska" }, { "char_end_idx": 1883, "char_start_idx": 1877, "key": "entity", "type": "local", "value": "Alaska" }, { "char_end_idx": 1892, "char_start_idx": 1885, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 1990, "char_start_idx": 1969, "key": "entity", "type": "local", "value": "Hubert_Wilkins" }, { "char_end_idx": 2098, "char_start_idx": 2088, "key": "entity", "type": "local", "value": "North_Pole" }, { "char_end_idx": 2156, "char_start_idx": 2149, "key": "entity", "type": "local", "value": "Hubert_Wilkins" }, { "char_end_idx": 2168, "char_start_idx": 2161, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 2215, "char_start_idx": 2206, "key": "entity", "type": "local", "value": "Antarctica" }, { "char_end_idx": 2289, "char_start_idx": 2275, "key": "entity", "type": "local", "value": "Herbert_Hoover" }, { "char_end_idx": 2305, "char_start_idx": 2298, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 2323, "char_start_idx": 2310, "key": "entity", "type": "local", "value": "Harmon_Trophy" }, { "char_end_idx": 2391, "char_start_idx": 2384, "key": "entity", "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 2494, "char_start_idx": 2481, "key": "entity", "type": "local", "value": "Bering_Strait" }, { "char_end_idx": 2555, "char_start_idx": 2538, "key": "entity", "type": "local", "value": "Rough_Rider_Award" } ]
[ { "char_end_idx": 86, "char_start_idx": 0, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "JavaScript" }, { "char_end_idx": 173, "char_start_idx": 141, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Rough_Rider_Award" }, { "char_end_idx": 173, "char_start_idx": 141, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Lawrence_Welk" }, { "char_end_idx": 190, "char_start_idx": 173, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Dorothy_Stickney" }, { "char_end_idx": 202, "char_start_idx": 190, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ivan_Dmitri" }, { "char_end_idx": 214, "char_start_idx": 202, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Roger_Maris" }, { "char_end_idx": 228, "char_start_idx": 214, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Eric_Sevareid" }, { "char_end_idx": 251, "char_start_idx": 228, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Harold_Keith_Johnson" }, { "char_end_idx": 290, "char_start_idx": 271, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Edward_Kramer_Thompson" }, { "char_end_idx": 314, "char_start_idx": 290, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Robert_H._Bahmer" }, { "char_end_idx": 328, "char_start_idx": 314, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Louis_L'Amour" }, { "char_end_idx": 359, "char_start_idx": 345, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Casper_Oimoen" }, { "char_end_idx": 369, "char_start_idx": 359, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Peggy_Lee" }, { "char_end_idx": 384, "char_start_idx": 369, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Harold_Schafer" }, { "char_end_idx": 402, "char_start_idx": 384, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Era_Bell_Thompson" }, { "char_end_idx": 426, "char_start_idx": 402, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Leon_O._Jacobson" }, { "char_end_idx": 443, "char_start_idx": 426, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Elizabeth_Bodine" }, { "char_end_idx": 459, "char_start_idx": 443, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Phyllis_Frelich" }, { "char_end_idx": 499, "char_start_idx": 479, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "David_C._Jones" }, { "char_end_idx": 516, "char_start_idx": 499, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ronald_Davies_(judge)" }, { "char_end_idx": 529, "char_start_idx": 516, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Phil_Jackson" }, { "char_end_idx": 543, "char_start_idx": 529, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Larry_Woiwode" }, { "char_end_idx": 559, "char_start_idx": 543, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Angie_Dickinson" }, { "char_end_idx": 585, "char_start_idx": 559, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Richard_C._Halverson" }, { "char_end_idx": 603, "char_start_idx": 585, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brynhild_Haugland" }, { "char_end_idx": 628, "char_start_idx": 603, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "William_A._Owens" }, { "char_end_idx": 645, "char_start_idx": 628, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 664, "char_start_idx": 645, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Warren_Christopher" }, { "char_end_idx": 674, "char_start_idx": 664, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bobby_Vee" }, { "char_end_idx": 770, "char_start_idx": 752, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "William_C._Marcil" }, { "char_end_idx": 808, "char_start_idx": 770, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Woodrow_W._Keeble" }, { "char_end_idx": 820, "char_start_idx": 808, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Doug_Burgum" }, { "char_end_idx": 852, "char_start_idx": 837, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Louise_Erdrich" }, { "char_end_idx": 865, "char_start_idx": 852, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Herman_Stern" }, { "char_end_idx": 886, "char_start_idx": 865, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Yves_Vandewalle" }, { "char_end_idx": 902, "char_start_idx": 886, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "John_D._Odegard_School_of_Aerospace_Sciences" }, { "char_end_idx": 925, "char_start_idx": 914, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Clint_Hill_(Secret_Service)" }, { "char_end_idx": 971, "char_start_idx": 939, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "State_of_the_State_address" }, { "char_end_idx": 1014, "char_start_idx": 1004, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 1140, "char_start_idx": 1129, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "United_States" }, { "char_end_idx": 1182, "char_start_idx": 1165, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 1197, "char_start_idx": 1182, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Early_Birds_of_Aviation" }, { "char_end_idx": 1402, "char_start_idx": 1197, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 1402, "char_start_idx": 1197, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Hatton,_Cheshire_West_and_Chester" }, { "char_end_idx": 1402, "char_start_idx": 1197, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "North_Dakota" }, { "char_end_idx": 1402, "char_start_idx": 1197, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "University_of_North_Dakota" }, { "char_end_idx": 1402, "char_start_idx": 1197, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "United_States_Army_Air_Service" }, { "char_end_idx": 1840, "char_start_idx": 1402, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 1840, "char_start_idx": 1402, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Georgetown_University" }, { "char_end_idx": 1840, "char_start_idx": 1402, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Washington,_D.C." }, { "char_end_idx": 1840, "char_start_idx": 1402, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "Alaska" }, { "char_end_idx": 1840, "char_start_idx": 1402, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "United_States_House_of_Representatives" }, { "char_end_idx": 1840, "char_start_idx": 1402, "key": "entity_paragraph", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "Fairbanks,_Alaska" }, { "char_end_idx": 2256, "char_start_idx": 1840, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Alaska" }, { "char_end_idx": 2256, "char_start_idx": 1840, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 2256, "char_start_idx": 1840, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Hubert_Wilkins" }, { "char_end_idx": 2256, "char_start_idx": 1840, "key": "entity_paragraph", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "North_Pole" }, { "char_end_idx": 2256, "char_start_idx": 1840, "key": "entity_paragraph", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "Antarctica" }, { "char_end_idx": 2384, "char_start_idx": 2256, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Herbert_Hoover" }, { "char_end_idx": 2384, "char_start_idx": 2256, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 2384, "char_start_idx": 2256, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Harmon_Trophy" }, { "char_end_idx": 2570, "char_start_idx": 2384, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Carl_Ben_Eielson" }, { "char_end_idx": 2570, "char_start_idx": 2384, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Bering_Strait" }, { "char_end_idx": 2570, "char_start_idx": 2384, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Rough_Rider_Award" } ]
0
927
1555801151000
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="google-site-verification" content="5fPGCLllnWrvFxH9QWI0l1TadV7byeEvfPcyK2VkS_s"/> <meta name="google-site-verification" content="Rp5zp04IKW-s1IbpTOGB7Z6XY60oloZD5C3kTM-AiY4"/> <title>Infographic: Managing Research Contracts 2018 - An international benchmarking study | Zenodo</title> <link rel="shortcut icon" href="/static/favicon.ico"/> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/static/apple-touch-icon-144-precomposed.png"/> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/static/apple-touch-icon-114-precomposed.png"/> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/static/apple-touch-icon-72-precomposed.png"/> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/static/apple-touch-icon-57-precomposed.png"/> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,100,italic" rel="stylesheet"> <link href="/static/gen/zenodo.6d737863.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <meta name="description" content="Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers.   Find out more at https://www.research-consulting.com" /> <meta name="citation_title" content="Infographic: Managing Research Contracts 2018 - An international benchmarking study" /> <meta name="citation_author" content="Johnson, Rob" /> <meta name="citation_author" content="King, Dan" /> <meta name="citation_author" content="Chiarelli, Andrea" /> <meta name="citation_publication_date" content="2018/09/13" /> <meta name="citation_doi" content="10.5281/zenodo.1414092" /> <meta name="citation_keywords" content="research contracts, benchmarking, research, contracts" /> <meta name="citation_abstract_html_url" content="https://zenodo.org/record/1414092" /> <meta name="citation_pdf_url" content="https://zenodo.org/record/1414092/files/Infographic%20-%20Managing%20Research%20Contracts%202018%20-%20An%20international%20benchmarking%20study.pdf" /> <meta property="og:title" content="Infographic: Managing Research Contracts 2018 - An international benchmarking study" /> <meta property="og:description" content="Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers.   Find out more at https://www.research-consulting.com" /> <meta property="og:url" content="https://zenodo.org/record/1414092" /> <meta property="og:site_name" content="Zenodo" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@zenodo_org" /> <meta name="twitter:title" content="Infographic: Managing Research Contracts 2018 - An international benchmarking study" /> <meta name="twitter:description" content="Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers.   Find out more at https://www.research-consulting.com" /> <link rel="canonical" href="https://zenodo.org/record/1414092"> <link rel="alternate" type="application/pdf" href="https://zenodo.org/record/1414092/files/Infographic%20-%20Managing%20Research%20Contracts%202018%20-%20An%20international%20benchmarking%20study.pdf"> </head> <body ng-csp itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target=".scrollspy-target"> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <header> <nav class="navbar navbar-default navbar-static-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/"><img class="navbar-brand" src="/static/img/zenodo.svg" alt="Zenodo" /></a> </div> <div id="navbar" class="navbar-collapse collapse"> <form class="navbar-form navbar-left navbar-search" action="/search" role="search"> <div class="form-group"> <div class="input-group"> <input type="text" class="form-control search" name="q" placeholder="Search"> <div class="input-group-btn"> <button type="submit" class="btn btn-default"><i class="fa fa-search"></i></button> </div> </div> </div> </form> <ul class="nav navbar-nav"> <li><a href="/deposit">Upload</a></li> <li><a href="/communities/">Communities</a></li> </ul> <form class="navbar-form navbar-right"> <a href="/login/?next=%2Frecord%2F1414092%2Fexport%2Fxd" class="btn btn-default"><i class="fa fa-sign-in"></i> Log in</a> <a href="/signup/" type="submit" class="btn btn-default btn-warning"><i class="fa fa-edit"></i> Sign up</a> </form> </div> </div> </nav> </header> <div class="container record-detail"> <div class="row"> <div class="col-sm-8 col-md-8 col-left"> <p> <time datetime="September 13, 2018" data-toggle="tooltip" title="Publication date">September 13, 2018</time> <span class="pull-right"> <span class="label label-default">Poster</span> <span class="label label-success"> Open Access </span> </span> </p> <a href="/record/1414092"><h1>Infographic: Managing Research Contracts 2018 - An international benchmarking study</h1></a> <p> <a href="https://orcid.org/0000-0001-7126-2954"><img class="inline-orcid" src="/static/img/orcid.png" /></a> <span class="text-muted" data-toggle="tooltip" title="Research Consulting">Johnson, Rob</span>; <a href="https://orcid.org/0000-0003-0166-3853"><img class="inline-orcid" src="/static/img/orcid.png" /></a> <span class="text-muted" data-toggle="tooltip" title="Research Consulting">King, Dan</span>; <a href="https://orcid.org/0000-0001-7336-8330"><img class="inline-orcid" src="/static/img/orcid.png" /></a> <span class="text-muted" data-toggle="tooltip" title="Research Consulting">Chiarelli, Andrea</span></p> <hr /> <h3>Dublin Core Export</h3> <pre style="white-space: pre-wrap;">&lt;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&gt; &lt;oai_dc:dc xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; xmlns:oai_dc=&#34;http://www.openarchives.org/OAI/2.0/oai_dc/&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemaLocation=&#34;http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd&#34;&gt; &lt;dc:creator&gt;Johnson, Rob&lt;/dc:creator&gt; &lt;dc:creator&gt;King, Dan&lt;/dc:creator&gt; &lt;dc:creator&gt;Chiarelli, Andrea&lt;/dc:creator&gt; &lt;dc:date&gt;2018-09-13&lt;/dc:date&gt; &lt;dc:description&gt;Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers. Find out more at https://www.research-consulting.com&lt;/dc:description&gt; &lt;dc:identifier&gt;https://zenodo.org/record/1414092&lt;/dc:identifier&gt; &lt;dc:identifier&gt;10.5281/zenodo.1414092&lt;/dc:identifier&gt; &lt;dc:identifier&gt;oai:zenodo.org:1414092&lt;/dc:identifier&gt; &lt;dc:language&gt;eng&lt;/dc:language&gt; &lt;dc:relation&gt;doi:10.5281/zenodo.1415328&lt;/dc:relation&gt; &lt;dc:relation&gt;doi:10.5281/zenodo.1256599&lt;/dc:relation&gt; &lt;dc:relation&gt;doi:10.5281/zenodo.1414091&lt;/dc:relation&gt; &lt;dc:relation&gt;url:https://zenodo.org/communities/researchconsulting&lt;/dc:relation&gt; &lt;dc:rights&gt;info:eu-repo/semantics/openAccess&lt;/dc:rights&gt; &lt;dc:rights&gt;http://creativecommons.org/licenses/by/4.0/legalcode&lt;/dc:rights&gt; &lt;dc:subject&gt;research contracts, benchmarking, research, contracts&lt;/dc:subject&gt; &lt;dc:title&gt;Infographic: Managing Research Contracts 2018 - An international benchmarking study&lt;/dc:title&gt; &lt;dc:type&gt;info:eu-repo/semantics/conferencePoster&lt;/dc:type&gt; &lt;dc:type&gt;poster&lt;/dc:type&gt; &lt;/oai_dc:dc&gt; </pre> </div> <div class="col-sm-4 col-md-4 col-right"> <div class="well"><!-- Stats --> <div class="row stats-box"> <div id="accordion"> <!-- Banner --><div class="row"> <div class="col-sm-6"> <span class="stats-data">144</span> </div> <div class="col-sm-6"> <span class="stats-data">108</span> </div> </div> <div class="row"> <div class="col-sm-6"> <i class="fa fa-eye " data-toggle="tooltip" tooltip data-placement="top" title="Total views." data-original-title="Total views."></i> views </div> <div class="col-sm-6"> <i class="fa fa-download " data-toggle="tooltip" tooltip data-placement="top" title="Total downloads." data-original-title="Total downloads."></i> downloads </div> </div> <!-- Collapsed details --> <div id="toggle-stats" class="row"> <div class="col-sm-12"> <a style="cursor: pointer;" class="panel-toggle" data-toggle="collapse" data-target="#collapse-stats" aria-expanded="true" aria-controls="collapse-stats"> See more details... </a> </div> </div> <div id="collapse-stats" class="collapse" aria-labelledby="toggle-stats" data-parent="#accordion"> <table class="table stats-table"> <!-- Skip table header if no versions --><tr> <th></th> <th>All versions</th> <th>This version</th> </tr><tr> <td>Views <i class="fa fa-question-circle text-muted" data-toggle="tooltip" tooltip data-placement="top" title="Total views." data-original-title="Total views."></i></td><td>144</td><td>144</td> </tr> <tr> <td>Downloads <i class="fa fa-question-circle text-muted" data-toggle="tooltip" tooltip data-placement="top" title="Total downloads." data-original-title="Total downloads."></i></td><td>108</td><td>108</td> </tr> <tr> <td>Data volume <i class="fa fa-question-circle text-muted" data-toggle="tooltip" tooltip data-placement="top" title="Total download volume." data-original-title="Total download volume."></i></td><td>9.1 MB</td><td>9.1 MB</td> </tr> <tr> <td>Unique views <i class="fa fa-question-circle text-muted" data-toggle="tooltip" tooltip data-placement="top" title="Views in one hour user-sessions are counted only once." data-original-title="Views in one hour user-sessions are counted only once."></i></td><td>116</td><td>116</td> </tr> <tr> <td>Unique downloads <i class="fa fa-question-circle text-muted" data-toggle="tooltip" tooltip data-placement="top" title="Downloads in one hour user-sessions are counted only once." data-original-title="Downloads in one hour user-sessions are counted only once."></i></td><td>95</td><td>95</td> </tr> </table> <div class="row"> <a href="https://help.zenodo.org/#statistics">More info on how stats are collected.</a> </div> </div> </div> </div> <!-- Altmetric --> <div class="altmetric-embed" data-badge-type="donut" data-badge-details="left" data-hide-no-mentions="true" data-doi="10.5281/zenodo.1414092"></div> </div> <div class="well metadata"> <small class="text-muted">Indexed in</small> <a href="https://www.openaire.eu/search/publication?articleId=od______2659::54bec3129f81cf06e32ca999e3ac8e88"> <img src="/static/img/openaire-horizontal-old.png" class="img-thumbnail" width="100%" /> </a> </div> <div class="well metadata"><dl> <dt>Publication date:</dt> <dd>September 13, 2018</dd> <dt>DOI:</dt> <dd> <span class="get-badge" data-toggle="toolt ip" data-placement="bottom" title="Get the DOI badge!"> <img data-toggle="modal" data-target="[data-modal='10.5281/zenodo.1414092']" src="/badge/DOI/10.5281/zenodo.1414092.svg" alt="10.5281/zenodo.1414092"> </img> </span> <div class="modal fade badge-modal" data-modal="10.5281/zenodo.1414092"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"> <h4>Zenodo DOI Badge</h4> <h4> <small>DOI</small> </h4> <h4> <pre>10.5281/zenodo.1414092</pre> </h4> <h4> <small>Markdown</small> </h4> <h4> <pre>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg)](https://doi.org/10.5281/zenodo.1414092)</pre> </h4> <h4> <small>reStructedText</small> </h4> <h4> <pre>.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg :target: https://doi.org/10.5281/zenodo.1414092</pre> </h4> <h4> <small>HTML</small> </h4> <h4> <pre>&lt;a href="https://doi.org/10.5281/zenodo.1414092"&gt;&lt;img src="https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg" alt="DOI"&gt;&lt;/a&gt;</pre> </h4> <h4> <small>Image URL</small> </h4> <h4> <pre>https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg</pre> </h4> <h4> <small>Target URL</small> </h4> <h4> <pre>https://doi.org/10.5281/zenodo.1414092</pre> </h4> </div> </div> </div> </div> </dd> <dt>Keyword(s):</dt> <dd> <a class="label-link" href="/search?q=keywords%3A%22research+contracts%2C+benchmarking%2C+research%2C+contracts%22"> <span class="label label-default">research contracts, benchmarking, research, contracts</span> </a> </dd> <dt>Related identifiers:</dt> <dd>Supplement to:<br /> <a href="https://doi.org/10.5281/zenodo.1415328">10.5281/zenodo.1415328</a>, <a href="https://doi.org/10.5281/zenodo.1256599">10.5281/zenodo.1256599</a> </dd> <dt>Communities:</dt> <dd> <ul class="list-unstyled"> <li><a href="/communities/researchconsulting/">Research Consulting</a></li> </ul> </dd> <dt>License (for files):</dt> <dd><a rel="license" href="http://creativecommons.org/licenses/by/4.0/legalcode"><i class="fa fa-external-link"></i> Creative Commons Attribution 4.0 International</a></dd> </dl> </div> <div class="well metadata"> <h4>Versions</h4> <table class="table"> <tr class="info"> <td> <a href="/record/1414092">Version 1 </a> <small class="text-muted">10.5281/zenodo.1414092</small> </td> <td align="right"><small class="text-muted">Sep 13, 2018</small></td> </tr> </table> <small> <strong>Cite all versions?</strong> You can cite all versions by using the DOI <a href="https://doi.org/10.5281/zenodo.1414091">10.5281/zenodo.1414091</a>. This DOI represents all versions, and will always resolve to the latest one. <a href="http://help.zenodo.org/#versioning">Read more</a>. </small> </div> <div class="well"><h4>Share</h4> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url="https://doi.org/10.5281/zenodo.1414092"> <a class="addthis_button_mendeley"></a> <a class="addthis_button_citeulike"></a> <a class="addthis_button_twitter"></a> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_compact"></a> </div> <!-- AddThis Button END --> <h4>Cite as</h4> <div id='invenio-csl'> <invenio-csl ng-init="vm.citationResult = 'Johnson, Rob, King, Dan, &amp; Chiarelli, Andrea. (2018). Infographic: Managing Research Contracts 2018 - An international benchmarking study. Zenodo. http://doi.org/10.5281/zenodo.1414092'" > <invenio-csl-citeproc endpoint="/api/records/1414092" template="/static/templates/invenio_csl/citeproc.html"></invenio-csl-citeproc> <invenio-csl-error template="/static/node_modules/invenio-csl-js/dist/templates/error.html"></invenio-csl-error> <invenio-csl-loading template="/static/node_modules/invenio-csl-js/dist/templates/loading.html"></invenio-csl-loading> <invenio-csl-typeahead lazy="true" placeholder="Start typing a citation style..." remote="/api/csl/styles" template="/static/node_modules/invenio-csl-js/dist/templates/typeahead.html" item-template="/static/templates/invenio_csl/item.html"> </invenio-csl-typeahead> </invenio-csl> </div> </div> <div class="well"><h4>Export</h4> <ul class="list-inline"> <li><a href="/record/1414092/export/hx">BibTeX</a></li> <li><a href="/record/1414092/export/csl">CSL</a></li> <li><a href="/record/1414092/export/dcite4">DataCite</a></li> <li><a href="/record/1414092/export/xd">Dublin Core</a></li> <li><a href="/record/1414092/export/json">JSON</a></li> <li><a href="/record/1414092/export/schemaorg_jsonld">JSON-LD</a></li> <li><a href="/record/1414092/export/xm">MARCXML</a></li> <li><a href="https://www.mendeley.com/import/?url=https://zenodo.org/record/1414092"><i class="fa fa-external-link"></i> Mendeley</a></li> </ul> </div> </div> </div> </div> <footer class="footer"> <div class="menu-wrapper"> <div class="container"> <div class="row footer-menu"> <div class="col-xs-12 col-md-8"> <div class="row"> <div class="col-xs-2 col-md-2"> <h5>About</h5> <ul class="list-unstyled"> <li><a href="http://about.zenodo.org">About</a></li> <li><a href="http://about.zenodo.org/policies">Policies</a></li> <li><a href="http://about.zenodo.org/infrastructure">Infrastructure</a></li> <li><a href="http://about.zenodo.org/principles">Principles</a></li> <li><a href="http://about.zenodo.org/contact">Contact</a></li> </ul> </div> <div class="col-xs-2 col-md-2"> <h5>Blog</h5> <ul class="list-unstyled"> <li><a href="http://blog.zenodo.org">Blog</a></li> </ul> </div> <div class="col-xs-2 col-md-2"> <h5>Help</h5> <ul class="list-unstyled"> <li><a href="http://help.zenodo.org">FAQ</a></li> <li><a href="http://help.zenodo.org/features">Features</a></li> <li><a href="http://help.zenodo.org/whatsnew">What's New</a></li> </ul> </div> <div class="col-xs-2 col-md-2"> <h5>Developers</h5> <ul class="list-unstyled"> <li><a href="http://developers.zenodo.org">REST API</a></li> <li><a href="http://developers.zenodo.org#oai-pmh">OAI-PMH</a></li> </ul> </div> <div class="col-xs-2 col-md-2"> <h5>Contribute</h5> <ul class="list-unstyled"> <li><a href="http://github.com/zenodo/zenodo"><i class="fa fa-external-link"></i> GitHub</a></li> <li><a href="/donate"><i class="fa fa-external-link"></i> Donate</a></li> </ul> </div> </div> </div> <div class="col-xs-12 col-md-4"> <div class="pull-right-md text-center-sm text-center-xs"> <h5>Funded by</h5> <ul class="list-inline"> <li><a href="http://home.cern"><img src="/static/img/cern.png" width="60" height="60" /></a></li> <li><a href="http://www.openaire.eu"><img src="/static/img/openaire.png" width="80" height="60" /></a></li> <li><a href="https://ec.europa.eu/programmes/horizon2020/"><img src="/static/img/eu.png" width="88" height="60" /></a></li> </ul> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-sm-push-6"> <div class="pull-right-sm text-center-xs"> <ul class="list-inline"> <li><a href="https://status.zenodo.org/">Status</a></li> <li><a href="http://about.zenodo.org/privacy-policy">Privacy policy</a></li> <li><a href="http://about.zenodo.org/terms">Terms of Use</a></li> <li><a href="/support">Support</a></li> </ul> </div> </div> <div class="col-xs-12 col-sm-6 col-sm-pull-6 text-center-xs"> <p>Powered by <a href="http://information-technology.web.cern.ch/about/computer-centre">CERN Data Centre</a> &amp; <a href="http://inveniosoftware.org">Invenio</a></p> </div> </div> </div> </footer> <script src="/static/gen/zenodo.60c4ee65.js"></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script src="/static/gen/zenodo.search.cd696cd5.js"></script> <script type="text/javascript">var addthis_config = {"data_track_addressbar": true};</script> <script type="text/javascript"> // Bootstrap the Invenio CSL Formatter and invenio-search-js require([ "jquery", 'typeahead.js', 'bloodhound', "node_modules/angular/angular", "node_modules/invenio-csl-js/dist/invenio-csl-js", "node_modules/invenio-search-js/dist/invenio-search-js", "js/zenodo/module" ], function(typeahead, Bloodhound) { angular.element(document).ready(function() { // FIXME: This is already defined in js/zenodo_deposit/filters.js. // It should be moved to a common place... angular.module('zenodo.filters').filter('limitToEllipsis', function () { return function(text, n) { return (text.length > n) ? text.substr(0, n-1) + '&hellip;' : text; }; }); angular.bootstrap(document.getElementById("citations"), [ 'invenioSearch', 'zenodo.filters', 'mgcrea.ngStrap.tooltip', ] ); angular.bootstrap(document.getElementById("invenio-csl"), [ 'invenioCsl', ] ); }); } ); require([ "jquery", "js/zenodo/functions", ], function($, recordCommunityCurate) { $(function () { $("#recordCommunityCuration .btn").click(recordCommunityCurate); $('.preview-link').on('click', function(event) { $('#preview').show(); var filename = encodeURIComponent($(event.target).data('filename')); $('#preview-iframe').attr("src","/record/1414092/preview/" + filename); }); }); } ); $(function () { $('[data-toggle="tooltip"]').tooltip(); }); </script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5137aff66ad9c2a1"></script> <script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script> <script type="text/javascript"> var _paq = _paq || []; _paq.push(["setDomains", ["*.zenodo.org","*.zenodo.cern.ch","*.zenodo.eu","*.zenodo.net"]]); _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.web.cern.ch/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", "57"]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })(); </script> </body> </html>
[ "<footer class=\"footer\">\n <div class=\"menu-wrapper\">\n <div class=\"container\">\n <div class=\"row footer-menu\">\n <div class=\"col-xs-12 col-md-8\">\n <div class=\"row\">\n <div class=\"col-xs-2 col-md-2\">\n <h5>About</h5>\n <ul class=\"list-unstyled\">\n <li><a href=\"http://about.zenodo.org\">About</a></li>\n <li><a href=\"http://about.zenodo.org/policies\">Policies</a></li>\n <li><a href=\"http://about.zenodo.org/infrastructure\">Infrastructure</a></li>\n <li><a href=\"http://about.zenodo.org/principles\">Principles</a></li>\n <li><a href=\"http://about.zenodo.org/contact\">Contact</a></li>\n </ul>\n </div>\n <div class=\"col-xs-2 col-md-2\">\n <h5>Blog</h5>\n <ul class=\"list-unstyled\">\n <li><a href=\"http://blog.zenodo.org\">Blog</a></li>\n </ul>\n </div>\n <div class=\"col-xs-2 col-md-2\">\n <h5>Help</h5>\n <ul class=\"list-unstyled\">\n <li><a href=\"http://help.zenodo.org\">FAQ</a></li>\n <li><a href=\"http://help.zenodo.org/features\">Features</a></li>\n <li><a href=\"http://help.zenodo.org/whatsnew\">What's New</a></li>\n </ul>\n </div>\n <div class=\"col-xs-2 col-md-2\">\n <h5>Developers</h5>\n <ul class=\"list-unstyled\">\n <li><a href=\"http://developers.zenodo.org\">REST API</a></li>\n <li><a href=\"http://developers.zenodo.org#oai-pmh\">OAI-PMH</a></li>\n </ul>\n </div>\n <div class=\"col-xs-2 col-md-2\">\n <h5>Contribute</h5>\n <ul class=\"list-unstyled\">\n <li><a href=\"http://github.com/zenodo/zenodo\"><i class=\"fa fa-external-link\"/> GitHub</a></li>\n <li><a href=\"/donate\"><i class=\"fa fa-external-link\"/> Donate</a></li>\n </ul>\n </div>\n </div>\n </div>\n <div class=\"col-xs-12 col-md-4\">\n <div class=\"pull-right-md text-center-sm text-center-xs\">\n <h5>Funded by</h5>\n <ul class=\"list-inline\">\n <li><a href=\"http://home.cern\"><img src=\"/static/img/cern.png\" width=\"60\" height=\"60\"/></a></li>\n <li><a href=\"http://www.openaire.eu\"><img src=\"/static/img/openaire.png\" width=\"80\" height=\"60\"/></a></li>\n <li><a href=\"https://ec.europa.eu/programmes/horizon2020/\"><img src=\"/static/img/eu.png\" width=\"88\" height=\"60\"/></a></li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-sm-push-6\">\n <div class=\"pull-right-sm text-center-xs\">\n <ul class=\"list-inline\">\n <li><a href=\"https://status.zenodo.org/\">Status</a></li>\n <li><a href=\"http://about.zenodo.org/privacy-policy\">Privacy policy</a></li>\n <li><a href=\"http://about.zenodo.org/terms\">Terms of Use</a></li>\n <li><a href=\"/support\">Support</a></li>\n </ul>\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-sm-pull-6 text-center-xs\">\n <p>Powered by <a href=\"http://information-technology.web.cern.ch/about/computer-centre\">CERN Data Centre</a> &amp; <a href=\"http://inveniosoftware.org\">Invenio</a></p>\n </div>\n </div>\n </div>\n</footer>\n\n" ]
[ "<head>\n\n <meta charset=\"utf-8\"/>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n <meta name=\"google-site-verification\" content=\"5fPGCLllnWrvFxH9QWI0l1TadV7byeEvfPcyK2VkS_s\"/>\n <meta name=\"google-site-verification\" content=\"Rp5zp04IKW-s1IbpTOGB7Z6XY60oloZD5C3kTM-AiY4\"/>\n <title>Infographic: Managing Research Contracts 2018 - An international benchmarking study | Zenodo</title>\n <link rel=\"shortcut icon\" href=\"/static/favicon.ico\"/>\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"/static/apple-touch-icon-144-precomposed.png\"/>\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/static/apple-touch-icon-114-precomposed.png\"/>\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/static/apple-touch-icon-72-precomposed.png\"/>\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/static/apple-touch-icon-57-precomposed.png\"/>\n<link href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,100,italic\" rel=\"stylesheet\"/>\n<link href=\"/static/gen/zenodo.6d737863.css\" rel=\"stylesheet\"/>\n<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->\n<!--[if lt IE 9]>\n <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\n <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\n<![endif]-->\n \n <meta name=\"description\" content=\"Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers.   Find out more at https://www.research-consulting.com\"/>\n <meta name=\"citation_title\" content=\"Infographic: Managing Research Contracts 2018 - An international benchmarking study\"/>\n <meta name=\"citation_author\" content=\"Johnson, Rob\"/>\n <meta name=\"citation_author\" content=\"King, Dan\"/>\n <meta name=\"citation_author\" content=\"Chiarelli, Andrea\"/>\n <meta name=\"citation_publication_date\" content=\"2018/09/13\"/>\n <meta name=\"citation_doi\" content=\"10.5281/zenodo.1414092\"/>\n <meta name=\"citation_keywords\" content=\"research contracts, benchmarking, research, contracts\"/>\n <meta name=\"citation_abstract_html_url\" content=\"https://zenodo.org/record/1414092\"/>\n <meta name=\"citation_pdf_url\" content=\"https://zenodo.org/record/1414092/files/Infographic%20-%20Managing%20Research%20Contracts%202018%20-%20An%20international%20benchmarking%20study.pdf\"/>\n <meta property=\"og:title\" content=\"Infographic: Managing Research Contracts 2018 - An international benchmarking study\"/>\n <meta property=\"og:description\" content=\"Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers.   Find out more at https://www.research-consulting.com\"/>\n <meta property=\"og:url\" content=\"https://zenodo.org/record/1414092\"/>\n <meta property=\"og:site_name\" content=\"Zenodo\"/>\n <meta name=\"twitter:card\" content=\"summary\"/>\n <meta name=\"twitter:site\" content=\"@zenodo_org\"/>\n <meta name=\"twitter:title\" content=\"Infographic: Managing Research Contracts 2018 - An international benchmarking study\"/>\n <meta name=\"twitter:description\" content=\"Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers.   Find out more at https://www.research-consulting.com\"/>\n <link rel=\"canonical\" href=\"https://zenodo.org/record/1414092\"/>\n <link rel=\"alternate\" type=\"application/pdf\" href=\"https://zenodo.org/record/1414092/files/Infographic%20-%20Managing%20Research%20Contracts%202018%20-%20An%20international%20benchmarking%20study.pdf\"/>\n </head>\n " ]
[ "<title>Infographic: Managing Research Contracts 2018 - An international benchmarking study | Zenodo</title>\n " ]
[ { "key": "datasource", "type": "global", "value": "zenodo.org > record > export > xd" } ]
[ { "char_end_idx": 90, "char_start_idx": 0, "key": "length", "type": "local", "value": "90" }, { "char_end_idx": 126, "char_start_idx": 90, "key": "length", "type": "local", "value": "35" }, { "char_end_idx": 184, "char_start_idx": 126, "key": "length", "type": "local", "value": "57" }, { "char_end_idx": 319, "char_start_idx": 184, "key": "length", "type": "local", "value": "134" }, { "char_end_idx": 374, "char_start_idx": 319, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 392, "char_start_idx": 374, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 421, "char_start_idx": 392, "key": "length", "type": "local", "value": "28" }, { "char_end_idx": 434, "char_start_idx": 421, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 444, "char_start_idx": 434, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 477, "char_start_idx": 444, "key": "length", "type": "local", "value": "32" }, { "char_end_idx": 480, "char_start_idx": 477, "key": "length", "type": "local", "value": "2" }, { "char_end_idx": 540, "char_start_idx": 480, "key": "length", "type": "local", "value": "59" }, { "char_end_idx": 553, "char_start_idx": 540, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 563, "char_start_idx": 553, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 584, "char_start_idx": 563, "key": "length", "type": "local", "value": "20" }, { "char_end_idx": 597, "char_start_idx": 584, "key": "length", "type": "local", "value": "12" }, { "char_end_idx": 607, "char_start_idx": 597, "key": "length", "type": "local", "value": "9" }, { "char_end_idx": 616, "char_start_idx": 607, "key": "length", "type": "local", "value": "8" }, { "char_end_idx": 883, "char_start_idx": 616, "key": "length", "type": "local", "value": "266" }, { "char_end_idx": 988, "char_start_idx": 883, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 1101, "char_start_idx": 988, "key": "length", "type": "local", "value": "112" }, { "char_end_idx": 1265, "char_start_idx": 1101, "key": "length", "type": "local", "value": "163" }, { "char_end_idx": 1299, "char_start_idx": 1265, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 1319, "char_start_idx": 1299, "key": "length", "type": "local", "value": "19" }, { "char_end_idx": 1372, "char_start_idx": 1319, "key": "length", "type": "local", "value": "52" }, { "char_end_idx": 1427, "char_start_idx": 1372, "key": "length", "type": "local", "value": "54" }, { "char_end_idx": 1439, "char_start_idx": 1427, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 1491, "char_start_idx": 1439, "key": "length", "type": "local", "value": "51" }, { "char_end_idx": 1574, "char_start_idx": 1491, "key": "length", "type": "local", "value": "82" }, { "char_end_idx": 1586, "char_start_idx": 1574, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 1630, "char_start_idx": 1586, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 1642, "char_start_idx": 1630, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 1686, "char_start_idx": 1642, "key": "length", "type": "local", "value": "43" }, { "char_end_idx": 1698, "char_start_idx": 1686, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 1754, "char_start_idx": 1698, "key": "length", "type": "local", "value": "55" }, { "char_end_idx": 1898, "char_start_idx": 1754, "key": "length", "type": "local", "value": "143" }, { "char_end_idx": 1916, "char_start_idx": 1898, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 2303, "char_start_idx": 1916, "key": "length", "type": "local", "value": "386" }, { "char_end_idx": 2310, "char_start_idx": 2303, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 2425, "char_start_idx": 2310, "key": "length", "type": "local", "value": "114" }, { "char_end_idx": 2437, "char_start_idx": 2425, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2478, "char_start_idx": 2437, "key": "length", "type": "local", "value": "40" }, { "char_end_idx": 2495, "char_start_idx": 2478, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 2507, "char_start_idx": 2495, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2515, "char_start_idx": 2507, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 2533, "char_start_idx": 2515, "key": "length", "type": "local", "value": "17" }, { "char_end_idx": 2540, "char_start_idx": 2533, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 2552, "char_start_idx": 2540, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2578, "char_start_idx": 2552, "key": "length", "type": "local", "value": "25" }, { "char_end_idx": 2579, "char_start_idx": 2578, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 2603, "char_start_idx": 2579, "key": "length", "type": "local", "value": "23" }, { "char_end_idx": 2620, "char_start_idx": 2603, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 2632, "char_start_idx": 2620, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2640, "char_start_idx": 2632, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 2668, "char_start_idx": 2640, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2675, "char_start_idx": 2668, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 2687, "char_start_idx": 2675, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2722, "char_start_idx": 2687, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 2729, "char_start_idx": 2722, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 2741, "char_start_idx": 2729, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2775, "char_start_idx": 2741, "key": "length", "type": "local", "value": "33" }, { "char_end_idx": 2792, "char_start_idx": 2775, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 2804, "char_start_idx": 2792, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2812, "char_start_idx": 2804, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 2858, "char_start_idx": 2812, "key": "length", "type": "local", "value": "45" }, { "char_end_idx": 2875, "char_start_idx": 2858, "key": "length", "type": "local", "value": "16" }, { "char_end_idx": 2887, "char_start_idx": 2875, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 2895, "char_start_idx": 2887, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 2923, "char_start_idx": 2895, "key": "length", "type": "local", "value": "27" }, { "char_end_idx": 2930, "char_start_idx": 2923, "key": "length", "type": "local", "value": "6" }, { "char_end_idx": 2942, "char_start_idx": 2930, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 3056, "char_start_idx": 2942, "key": "length", "type": "local", "value": "113" }, { "char_end_idx": 3068, "char_start_idx": 3056, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 3080, "char_start_idx": 3068, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 3092, "char_start_idx": 3080, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 3165, "char_start_idx": 3092, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 3255, "char_start_idx": 3165, "key": "length", "type": "local", "value": "89" }, { "char_end_idx": 3267, "char_start_idx": 3255, "key": "length", "type": "local", "value": "11" }, { "char_end_idx": 3275, "char_start_idx": 3267, "key": "length", "type": "local", "value": "7" }, { "char_end_idx": 3352, "char_start_idx": 3275, "key": "length", "type": "local", "value": "76" }, { "char_end_idx": 3363, "char_start_idx": 3352, "key": "length", "type": "local", "value": "10" } ]
[ { "key": "length", "type": "global", "value": "3372" } ]
[ { "char_end_idx": 199, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "<cyfunction Comment at 0x150c42565e10>" }, { "char_end_idx": 283, "char_start_idx": 200, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h1" }, { "char_end_idx": 284, "char_start_idx": 200, "html_attrs": { "attrs": [ "href" ], "values": [ "/record/1414092" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 284, "char_start_idx": 284, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "hr" }, { "char_end_idx": 302, "char_start_idx": 284, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h3" }, { "char_end_idx": 2231, "char_start_idx": 303, "html_attrs": { "attrs": [ "style" ], "values": [ "white-space: pre-wrap;" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "pre" }, { "char_end_idx": 2232, "char_start_idx": 200, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-8 col-md-8 col-left" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2232, "char_start_idx": 2232, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "th" }, { "char_end_idx": 2244, "char_start_idx": 2232, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "th" }, { "char_end_idx": 2257, "char_start_idx": 2245, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "th" }, { "char_end_idx": 2258, "char_start_idx": 2232, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "tr" }, { "char_end_idx": 2264, "char_start_idx": 2264, "html_attrs": { "attrs": [ "class", "data-toggle", "tooltip", "data-placement", "title", "data-original-title" ], "values": [ "fa fa-question-circle text-muted", "tooltip", "", "top", "Total views.", "Total views." ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 2264, "char_start_idx": 2258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2267, "char_start_idx": 2264, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2271, "char_start_idx": 2268, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2272, "char_start_idx": 2258, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 2282, "char_start_idx": 2282, "html_attrs": { "attrs": [ "class", "data-toggle", "tooltip", "data-placement", "title", "data-original-title" ], "values": [ "fa fa-question-circle text-muted", "tooltip", "", "top", "Total downloads.", "Total downloads." ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 2282, "char_start_idx": 2272, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2285, "char_start_idx": 2282, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2289, "char_start_idx": 2286, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2290, "char_start_idx": 2272, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 2302, "char_start_idx": 2302, "html_attrs": { "attrs": [ "class", "data-toggle", "tooltip", "data-placement", "title", "data-original-title" ], "values": [ "fa fa-question-circle text-muted", "tooltip", "", "top", "Total download volume.", "Total download volume." ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 2302, "char_start_idx": 2290, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2308, "char_start_idx": 2302, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2315, "char_start_idx": 2309, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2316, "char_start_idx": 2290, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 2329, "char_start_idx": 2329, "html_attrs": { "attrs": [ "class", "data-toggle", "tooltip", "data-placement", "title", "data-original-title" ], "values": [ "fa fa-question-circle text-muted", "tooltip", "", "top", "Views in one hour user-sessions are counted only once.", "Views in one hour user-sessions are counted only once." ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 2329, "char_start_idx": 2316, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2332, "char_start_idx": 2329, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2336, "char_start_idx": 2333, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2337, "char_start_idx": 2316, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 2354, "char_start_idx": 2354, "html_attrs": { "attrs": [ "class", "data-toggle", "tooltip", "data-placement", "title", "data-original-title" ], "values": [ "fa fa-question-circle text-muted", "tooltip", "", "top", "Downloads in one hour user-sessions are counted only once.", "Downloads in one hour user-sessions are counted only once." ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "i" }, { "char_end_idx": 2354, "char_start_idx": 2337, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "td" }, { "char_end_idx": 2356, "char_start_idx": 2354, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "td" }, { "char_end_idx": 2359, "char_start_idx": 2357, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "td" }, { "char_end_idx": 2360, "char_start_idx": 2337, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "tr" }, { "char_end_idx": 2360, "char_start_idx": 2232, "html_attrs": { "attrs": [ "class" ], "values": [ "table stats-table" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "table" }, { "char_end_idx": 2360, "char_start_idx": 2232, "html_attrs": { "attrs": [ "id", "class", "aria-labelledby", "data-parent" ], "values": [ "collapse-stats", "collapse", "toggle-stats", "#accordion" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 2360, "char_start_idx": 2232, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "row stats-box", "accordion" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2360, "char_start_idx": 2232, "html_attrs": { "attrs": [ "class" ], "values": [ "well" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2377, "char_start_idx": 2360, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "dt" }, { "char_end_idx": 2396, "char_start_idx": 2378, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "dd" }, { "char_end_idx": 2401, "char_start_idx": 2397, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "dt" }, { "char_end_idx": 2402, "char_start_idx": 2402, "html_attrs": { "attrs": [ "data-toggle", "data-target", "src", "alt" ], "values": [ "modal", "[data-modal='10.5281/zenodo.1414092']", "/badge/DOI/10.5281/zenodo.1414092.svg", "10.5281/zenodo.1414092" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 2402, "char_start_idx": 2402, "html_attrs": { "attrs": [ "class", "data-toggle", "data-placement", "title" ], "values": [ "get-badge", "toolt ip", "bottom", "Get the DOI badge!" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 2418, "char_start_idx": 2402, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 7, "type": "local", "value": "h4" }, { "char_end_idx": 2422, "char_start_idx": 2419, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "small" }, { "char_end_idx": 2423, "char_start_idx": 2419, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h4" }, { "char_end_idx": 2445, "char_start_idx": 2423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "pre" }, { "char_end_idx": 2447, "char_start_idx": 2423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2455, "char_start_idx": 2447, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "small" }, { "char_end_idx": 2456, "char_start_idx": 2447, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2561, "char_start_idx": 2456, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "pre" }, { "char_end_idx": 2563, "char_start_idx": 2456, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2577, "char_start_idx": 2563, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "small" }, { "char_end_idx": 2578, "char_start_idx": 2563, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2695, "char_start_idx": 2578, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "pre" }, { "char_end_idx": 2697, "char_start_idx": 2578, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2701, "char_start_idx": 2697, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "small" }, { "char_end_idx": 2702, "char_start_idx": 2697, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2832, "char_start_idx": 2702, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "pre" }, { "char_end_idx": 2834, "char_start_idx": 2702, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2843, "char_start_idx": 2834, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "small" }, { "char_end_idx": 2844, "char_start_idx": 2834, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2899, "char_start_idx": 2844, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "pre" }, { "char_end_idx": 2901, "char_start_idx": 2844, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2911, "char_start_idx": 2901, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "small" }, { "char_end_idx": 2912, "char_start_idx": 2901, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2950, "char_start_idx": 2912, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "pre" }, { "char_end_idx": 2952, "char_start_idx": 2912, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "h4" }, { "char_end_idx": 2952, "char_start_idx": 2402, "html_attrs": { "attrs": [ "class" ], "values": [ "modal-body" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 2952, "char_start_idx": 2402, "html_attrs": { "attrs": [ "class", "data-modal" ], "values": [ "modal fade badge-modal modal-dialog modal-content", "10.5281/zenodo.1414092" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 2952, "char_start_idx": 2402, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "dd" }, { "char_end_idx": 2963, "char_start_idx": 2952, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "dt" }, { "char_end_idx": 3017, "char_start_idx": 2964, "html_attrs": { "attrs": [ "class" ], "values": [ "label label-default" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "span" }, { "char_end_idx": 3018, "char_start_idx": 2964, "html_attrs": { "attrs": [ "class", "href" ], "values": [ "label-link", "/search?q=keywords%3A%22research+contracts%2C+benchmarking%2C+research%2C+contracts%22" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3018, "char_start_idx": 2964, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "dd" }, { "char_end_idx": 3038, "char_start_idx": 3018, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "dt" }, { "char_end_idx": 3076, "char_start_idx": 3054, "html_attrs": { "attrs": [ "href" ], "values": [ "https://doi.org/10.5281/zenodo.1415328" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3100, "char_start_idx": 3078, "html_attrs": { "attrs": [ "href" ], "values": [ "https://doi.org/10.5281/zenodo.1256599" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3101, "char_start_idx": 3039, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "dd" }, { "char_end_idx": 3113, "char_start_idx": 3101, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "dt" }, { "char_end_idx": 3114, "char_start_idx": 3114, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "dd" }, { "char_end_idx": 3134, "char_start_idx": 3114, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "dt" }, { "char_end_idx": 3135, "char_start_idx": 3135, "html_attrs": { "attrs": [ "class" ], "values": [ "fa fa-external-link" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "i" }, { "char_end_idx": 3181, "char_start_idx": 3135, "html_attrs": { "attrs": [ "rel", "href" ], "values": [ "license", "http://creativecommons.org/licenses/by/4.0/legalcode" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3181, "char_start_idx": 3135, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "dd" }, { "char_end_idx": 3182, "char_start_idx": 2360, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 6, "type": "local", "value": "dl" }, { "char_end_idx": 3182, "char_start_idx": 2360, "html_attrs": { "attrs": [ "class" ], "values": [ "well metadata" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 3190, "char_start_idx": 3182, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 3209, "char_start_idx": 3191, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "strong" }, { "char_end_idx": 3275, "char_start_idx": 3253, "html_attrs": { "attrs": [ "href" ], "values": [ "https://doi.org/10.5281/zenodo.1414091" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3363, "char_start_idx": 3354, "html_attrs": { "attrs": [ "href" ], "values": [ "http://help.zenodo.org/#versioning" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3365, "char_start_idx": 3191, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "small" }, { "char_end_idx": 3365, "char_start_idx": 3182, "html_attrs": { "attrs": [ "class" ], "values": [ "well metadata" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3371, "char_start_idx": 3365, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "h4" }, { "char_end_idx": 3372, "char_start_idx": 3365, "html_attrs": { "attrs": [ "class" ], "values": [ "well" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3372, "char_start_idx": 2232, "html_attrs": { "attrs": [ "class" ], "values": [ "col-sm-4 col-md-4 col-right" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3372, "char_start_idx": 200, "html_attrs": { "attrs": [ "class" ], "values": [ "container record-detail row" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3372, "char_start_idx": 0, "html_attrs": { "attrs": [ "ng-csp", "itemscope", "itemtype", "data-spy", "data-target" ], "values": [ "", "", "http://schema.org/WebPage", "scroll", ".scrollspy-target" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 283, "char_start_idx": 0, "key": "paragraph", "marker": "h1", "type": "local", "value": "[if lt IE 8]> <p class=\"browserupgrade\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience.</p> <![endif]\nInfographic: Managing Research Contracts 2018 - An international benchmarking study" }, { "char_end_idx": 284, "char_start_idx": 283, "key": "paragraph", "marker": "hr", "type": "local", "value": "\n" }, { "char_end_idx": 302, "char_start_idx": 284, "key": "paragraph", "marker": "h3", "type": "local", "value": "Dublin Core Export" }, { "char_end_idx": 1268, "char_start_idx": 302, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": "\n<?xml version='1.0' encoding='utf-8'?>\n<oai_dc:dc xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:oai_dc=\"http://www.openarchives.org/OAI/2.0/oai_dc/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd\">\n <dc:creator>Johnson, Rob</dc:creator>\n <dc:creator>King, Dan</dc:creator>\n <dc:creator>Chiarelli, Andrea</dc:creator>\n <dc:date>2018-09-13</dc:date>\n <dc:description>Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers.\n\n" }, { "char_end_idx": 1271, "char_start_idx": 1268, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": " \n\n" }, { "char_end_idx": 2231, "char_start_idx": 1271, "key": "paragraph", "marker": "pre+lf", "type": "local", "value": "Find out more at https://www.research-consulting.com</dc:description>\n <dc:identifier>https://zenodo.org/record/1414092</dc:identifier>\n <dc:identifier>10.5281/zenodo.1414092</dc:identifier>\n <dc:identifier>oai:zenodo.org:1414092</dc:identifier>\n <dc:language>eng</dc:language>\n <dc:relation>doi:10.5281/zenodo.1415328</dc:relation>\n <dc:relation>doi:10.5281/zenodo.1256599</dc:relation>\n <dc:relation>doi:10.5281/zenodo.1414091</dc:relation>\n <dc:relation>url:https://zenodo.org/communities/researchconsulting</dc:relation>\n <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>\n <dc:rights>http://creativecommons.org/licenses/by/4.0/legalcode</dc:rights>\n <dc:subject>research contracts, benchmarking, research, contracts</dc:subject>\n <dc:title>Infographic: Managing Research Contracts 2018 - An international benchmarking study</dc:title>\n <dc:type>info:eu-repo/semantics/conferencePoster</dc:type>\n <dc:type>poster</dc:type>\n</oai_dc:dc>\n" }, { "char_end_idx": 2232, "char_start_idx": 2231, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 2360, "char_start_idx": 2232, "key": "paragraph", "marker": "div", "type": "local", "value": "All versions\nThis version\nViews 144 144\nDownloads 108 108\nData volume 9.1 MB 9.1 MB\nUnique views 116 116\nUnique downloads 95 95\n" }, { "char_end_idx": 2377, "char_start_idx": 2360, "key": "paragraph", "marker": "dt", "type": "local", "value": "Publication date:" }, { "char_end_idx": 2396, "char_start_idx": 2377, "key": "paragraph", "marker": "dd", "type": "local", "value": "\nSeptember 13, 2018" }, { "char_end_idx": 2401, "char_start_idx": 2396, "key": "paragraph", "marker": "dt", "type": "local", "value": "\nDOI:" }, { "char_end_idx": 2418, "char_start_idx": 2401, "key": "paragraph", "marker": "h4", "type": "local", "value": "\nZenodo DOI Badge" }, { "char_end_idx": 2423, "char_start_idx": 2418, "key": "paragraph", "marker": "h4", "type": "local", "value": "\nDOI\n" }, { "char_end_idx": 2445, "char_start_idx": 2423, "key": "paragraph", "marker": "pre", "type": "local", "value": "10.5281/zenodo.1414092" }, { "char_end_idx": 2447, "char_start_idx": 2445, "key": "paragraph", "marker": "h4", "type": "local", "value": "\n\n" }, { "char_end_idx": 2456, "char_start_idx": 2447, "key": "paragraph", "marker": "h4", "type": "local", "value": "Markdown\n" }, { "char_end_idx": 2561, "char_start_idx": 2456, "key": "paragraph", "marker": "pre", "type": "local", "value": "[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg)](https://doi.org/10.5281/zenodo.1414092)" }, { "char_end_idx": 2563, "char_start_idx": 2561, "key": "paragraph", "marker": "h4", "type": "local", "value": "\n\n" }, { "char_end_idx": 2578, "char_start_idx": 2563, "key": "paragraph", "marker": "h4", "type": "local", "value": "reStructedText\n" }, { "char_end_idx": 2695, "char_start_idx": 2578, "key": "paragraph", "marker": "pre", "type": "local", "value": ".. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg\n :target: https://doi.org/10.5281/zenodo.1414092" }, { "char_end_idx": 2697, "char_start_idx": 2695, "key": "paragraph", "marker": "h4", "type": "local", "value": "\n\n" }, { "char_end_idx": 2702, "char_start_idx": 2697, "key": "paragraph", "marker": "h4", "type": "local", "value": "HTML\n" }, { "char_end_idx": 2832, "char_start_idx": 2702, "key": "paragraph", "marker": "pre", "type": "local", "value": "<a href=\"https://doi.org/10.5281/zenodo.1414092\"><img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg\" alt=\"DOI\"></a>" }, { "char_end_idx": 2834, "char_start_idx": 2832, "key": "paragraph", "marker": "h4", "type": "local", "value": "\n\n" }, { "char_end_idx": 2844, "char_start_idx": 2834, "key": "paragraph", "marker": "h4", "type": "local", "value": "Image URL\n" }, { "char_end_idx": 2899, "char_start_idx": 2844, "key": "paragraph", "marker": "pre", "type": "local", "value": "https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg" }, { "char_end_idx": 2901, "char_start_idx": 2899, "key": "paragraph", "marker": "h4", "type": "local", "value": "\n\n" }, { "char_end_idx": 2912, "char_start_idx": 2901, "key": "paragraph", "marker": "h4", "type": "local", "value": "Target URL\n" }, { "char_end_idx": 2950, "char_start_idx": 2912, "key": "paragraph", "marker": "pre", "type": "local", "value": "https://doi.org/10.5281/zenodo.1414092" }, { "char_end_idx": 2952, "char_start_idx": 2950, "key": "paragraph", "marker": "div", "type": "local", "value": "\n\n" }, { "char_end_idx": 2963, "char_start_idx": 2952, "key": "paragraph", "marker": "dt", "type": "local", "value": "Keyword(s):" }, { "char_end_idx": 3018, "char_start_idx": 2963, "key": "paragraph", "marker": "dd", "type": "local", "value": "\nresearch contracts, benchmarking, research, contracts\n" }, { "char_end_idx": 3038, "char_start_idx": 3018, "key": "paragraph", "marker": "dt", "type": "local", "value": "Related identifiers:" }, { "char_end_idx": 3101, "char_start_idx": 3038, "key": "paragraph", "marker": "dd", "type": "local", "value": "\nSupplement to:\n10.5281/zenodo.1415328, 10.5281/zenodo.1256599\n" }, { "char_end_idx": 3113, "char_start_idx": 3101, "key": "paragraph", "marker": "dt", "type": "local", "value": "Communities:" }, { "char_end_idx": 3114, "char_start_idx": 3113, "key": "paragraph", "marker": "dd", "type": "local", "value": "\n" }, { "char_end_idx": 3134, "char_start_idx": 3114, "key": "paragraph", "marker": "dt", "type": "local", "value": "License (for files):" }, { "char_end_idx": 3181, "char_start_idx": 3134, "key": "paragraph", "marker": "dd", "type": "local", "value": "\nCreative Commons Attribution 4.0 International" }, { "char_end_idx": 3182, "char_start_idx": 3181, "key": "paragraph", "marker": "dl", "type": "local", "value": "\n" }, { "char_end_idx": 3190, "char_start_idx": 3182, "key": "paragraph", "marker": "h4", "type": "local", "value": "Versions" }, { "char_end_idx": 3365, "char_start_idx": 3190, "key": "paragraph", "marker": "div", "type": "local", "value": "\nCite all versions? You can cite all versions by using the DOI 10.5281/zenodo.1414091. This DOI represents all versions, and will always resolve to the latest one. Read more.\n" }, { "char_end_idx": 3371, "char_start_idx": 3365, "key": "paragraph", "marker": "h4", "type": "local", "value": "Export" }, { "char_end_idx": 3372, "char_start_idx": 3371, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Infographic: Managing Research Contracts 2018 - An international benchmarking study | Zenodo" } ]
[ { "key": "url", "type": "global", "value": "https://zenodo.org/record/1414092/export/xd" } ]
[ { "key": "website_description", "type": "global", "value": "Zenodo is a general-purpose open-access repository developed under the European OpenAIRE program and operated by CERN." } ]
[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif] Infographic: Managing Research Contracts 2018 - An international benchmarking study Dublin Core Export <?xml version='1.0' encoding='utf-8'?> <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd"> <dc:creator>Johnson, Rob</dc:creator> <dc:creator>King, Dan</dc:creator> <dc:creator>Chiarelli, Andrea</dc:creator> <dc:date>2018-09-13</dc:date> <dc:description>Research contract management is a critical function for all research-active universities. Funders, external partners and businesses are seeking greater value from their university relationships. At the same time internal pressures driven by growth and complexity impact on management, investment and skills. This report is intended to provide an evidence-based assessment of current practice, to assist those managing research contracts functions and inform policymakers. Find out more at https://www.research-consulting.com</dc:description> <dc:identifier>https://zenodo.org/record/1414092</dc:identifier> <dc:identifier>10.5281/zenodo.1414092</dc:identifier> <dc:identifier>oai:zenodo.org:1414092</dc:identifier> <dc:language>eng</dc:language> <dc:relation>doi:10.5281/zenodo.1415328</dc:relation> <dc:relation>doi:10.5281/zenodo.1256599</dc:relation> <dc:relation>doi:10.5281/zenodo.1414091</dc:relation> <dc:relation>url:https://zenodo.org/communities/researchconsulting</dc:relation> <dc:rights>info:eu-repo/semantics/openAccess</dc:rights> <dc:rights>http://creativecommons.org/licenses/by/4.0/legalcode</dc:rights> <dc:subject>research contracts, benchmarking, research, contracts</dc:subject> <dc:title>Infographic: Managing Research Contracts 2018 - An international benchmarking study</dc:title> <dc:type>info:eu-repo/semantics/conferencePoster</dc:type> <dc:type>poster</dc:type> </oai_dc:dc> All versions This version Views 144 144 Downloads 108 108 Data volume 9.1 MB 9.1 MB Unique views 116 116 Unique downloads 95 95 Publication date: September 13, 2018 DOI: Zenodo DOI Badge DOI 10.5281/zenodo.1414092 Markdown [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg)](https://doi.org/10.5281/zenodo.1414092) reStructedText .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg :target: https://doi.org/10.5281/zenodo.1414092 HTML <a href="https://doi.org/10.5281/zenodo.1414092"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg" alt="DOI"></a> Image URL https://zenodo.org/badge/DOI/10.5281/zenodo.1414092.svg Target URL https://doi.org/10.5281/zenodo.1414092 Keyword(s): research contracts, benchmarking, research, contracts Related identifiers: Supplement to: 10.5281/zenodo.1415328, 10.5281/zenodo.1256599 Communities: License (for files): Creative Commons Attribution 4.0 International Versions Cite all versions? You can cite all versions by using the DOI 10.5281/zenodo.1414091. This DOI represents all versions, and will always resolve to the latest one. Read more. Export
https://zenodo.org/record/1414092/export/xd
[ { "char_end_idx": 644, "char_start_idx": 637, "key": "entity", "type": "local", "value": "Johnson_County,_Kansas" }, { "char_end_idx": 723, "char_start_idx": 714, "key": "entity", "type": "local", "value": "Peter_W._Chiarelli" }, { "char_end_idx": 731, "char_start_idx": 725, "key": "entity", "type": "local", "value": "Andrea" }, { "char_end_idx": 3285, "char_start_idx": 3282, "key": "entity", "type": "local", "value": "Digital_object_identifier" } ]
[ { "char_end_idx": 1268, "char_start_idx": 302, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Johnson_County,_Kansas" }, { "char_end_idx": 1268, "char_start_idx": 302, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Peter_W._Chiarelli" }, { "char_end_idx": 1268, "char_start_idx": 302, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Andrea" }, { "char_end_idx": 3365, "char_start_idx": 3190, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Digital_object_identifier" } ]
0
622
1555606351000
<!DOCTYPE html><html lang="en-US" prefix="og: http://ogp.me/ns#"><head><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /><meta property="og:image" content="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg" /><!--[if lt IE 9]><link rel="stylesheet" type="text/css" href="https://www.dailyesports.gg/wp-content/themes/hottopix/css/iecss.css" /> <![endif]--><link rel="shortcut icon" href="https://www.dailyesports.gg/wp-content/uploads/2019/04/DailyEsports-Logo_Colour1.png" /><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://www.dailyesports.gg/feed/" /><link rel="alternate" type="text/xml" title="RSS .92" href="https://www.dailyesports.gg/feed/rss/" /><link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="https://www.dailyesports.gg/feed/atom/" /><link rel="pingback" href="https://www.dailyesports.gg/xmlrpc.php" /> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-77146804-1', 'auto'); ga('send', 'pageview');</script> <title>Fortnite Season 8 Discovery Skin &quot;Ruin&quot; challenges leaked</title><meta name="description" content="The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?" /><link rel="canonical" href="https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="Fortnite Season 8 Discovery Skin &quot;Ruin&quot; challenges leaked" /><meta property="og:description" content="The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?" /><meta property="og:url" content="https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/" /><meta property="og:site_name" content="Daily Esports" /><meta property="article:publisher" content="https://www.facebook.com/dailyesportsgg/" /><meta property="article:tag" content="Battle Pass" /><meta property="article:tag" content="Battle Royale" /><meta property="article:tag" content="Cosmetics" /><meta property="article:tag" content="Epic Games" /><meta property="article:tag" content="Fortnite" /><meta property="article:tag" content="Skins" /><meta property="article:section" content="Fortnite" /><meta property="article:published_time" content="2019-04-17T16:30:15+00:00" /><meta property="article:modified_time" content="2019-04-17T16:53:09+00:00" /><meta property="og:updated_time" content="2019-04-17T16:53:09+00:00" /><meta property="og:image" content="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg" /><meta property="og:image:secure_url" content="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg" /><meta property="og:image:width" content="1024" /><meta property="og:image:height" content="512" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?" /><meta name="twitter:title" content="Fortnite Season 8 Discovery Skin &quot;Ruin&quot; challenges leaked" /><meta name="twitter:site" content="@daily_esportstv" /><meta name="twitter:image" content="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg" /><meta name="twitter:creator" content="@JoeyCarr9" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.dailyesports.gg/#organization","name":"Daily Esports","url":"https://www.dailyesports.gg/","sameAs":["https://www.facebook.com/dailyesportsgg/","https://www.youtube.com/channel/UC64tyE1WqnMXgHY06SWKIAw","https://twitter.com/daily_esportstv"],"logo":{"@type":"ImageObject","@id":"https://www.dailyesports.gg/#logo","url":"https://dailyesports.gg/wp-content/uploads/2018/06/eps-1.png","caption":"Daily Esports"},"image":{"@id":"https://www.dailyesports.gg/#logo"}},{"@type":"WebSite","@id":"https://www.dailyesports.gg/#website","url":"https://www.dailyesports.gg/","name":"Daily Esports","publisher":{"@id":"https://www.dailyesports.gg/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.dailyesports.gg/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#webpage","url":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/","inLanguage":"en-US","name":"Fortnite Season 8 Discovery Skin &quot;Ruin&quot; challenges leaked","isPartOf":{"@id":"https://www.dailyesports.gg/#website"},"image":{"@type":"ImageObject","@id":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#primaryimage","url":"https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg","caption":""},"primaryImageOfPage":{"@id":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#primaryimage"},"datePublished":"2019-04-17T16:30:15+00:00","dateModified":"2019-04-17T16:53:09+00:00","description":"The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?"},{"@type":"Article","@id":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#article","isPartOf":{"@id":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#webpage"},"author":{"@id":"https://www.dailyesports.gg/author/joeycarr/#author","name":"Joey Carr"},"publisher":{"@id":"https://www.dailyesports.gg/#organization"},"headline":"Fortnite Season 8 Discovery Skin &#8220;Ruin&#8221; challenges leaked","datePublished":"2019-04-17T16:30:15+00:00","dateModified":"2019-04-17T16:53:09+00:00","commentCount":0,"mainEntityOfPage":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#webpage","image":{"@id":"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#primaryimage"},"keywords":"Battle Pass,Battle Royale,Cosmetics,Epic Games,Fortnite,Skins","articleSection":"Fortnite,News"},{"@type":"Person","@id":"https://www.dailyesports.gg/author/joeycarr/#author","name":"Joey Carr","image":{"@type":"ImageObject","@id":"https://www.dailyesports.gg/#personlogo","url":"https://secure.gravatar.com/avatar/118d06130bc01c87371498d7352e4fdb?s=96&d=mm&r=pg","caption":"Joey Carr"},"description":"Joey Carr is a University of North Georgia Journalism graduate. He has 4+ years experience covering Esports and traditional sporting events, including Dreamhack Atlanta, Call of Duty Championships 2017, and Super Bowl 53.","sameAs":["https://twitter.com/JoeyCarr9"]}]}</script> <link rel='stylesheet' id='wp-block-library-css' href='https://www.dailyesports.gg/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /><link rel='stylesheet' id='mvp-style-css' href='https://www.dailyesports.gg/wp-content/themes/hottopix/style.css' type='text/css' media='all' /><link rel='stylesheet' id='reset-css' href='https://www.dailyesports.gg/wp-content/themes/hottopix/css/reset.css' type='text/css' media='all' /><link rel='stylesheet' id='mvp-fontawesome-css' href='//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css' type='text/css' media='all' /><link rel='stylesheet' id='media-queries-css' href='https://www.dailyesports.gg/wp-content/themes/hottopix/css/media-queries.css' type='text/css' media='all' /><link rel='stylesheet' id='author-avatars-widget-css' href='https://www.dailyesports.gg/wp-content/plugins/author-avatars/css/widget.css' type='text/css' media='all' /><link rel='stylesheet' id='sab-font-css' href='https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic|Open+Sans:400,700,400italic,700italic&#038;subset=latin' type='text/css' media='all' /><link rel='stylesheet' id='addtoany-css' href='https://www.dailyesports.gg/wp-content/plugins/add-to-any/addtoany.min.css' type='text/css' media='all' /><style id='addtoany-inline-css' type='text/css'>@media screen and (max-width:980px){ .a2a_floating_style.a2a_vertical_style{display:none;} }</style><link rel='stylesheet' id='author-avatars-shortcode-css' href='https://www.dailyesports.gg/wp-content/plugins/author-avatars/css/shortcode.css' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://www.dailyesports.gg/wp-content/cache/fvm/1555518761/out/header-e4e20d81.min.js'></script><link rel='https://api.w.org/' href='https://www.dailyesports.gg/wp-json/' /><link rel="alternate" type="application/json+oembed" href="https://www.dailyesports.gg/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F" /><link rel="alternate" type="text/xml+oembed" href="https://www.dailyesports.gg/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&#038;format=xml" /> <script data-cfasync="false">window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; (function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script");</script> <link type="text/css" rel="stylesheet" href="https://www.dailyesports.gg/wp-content/plugins/category-specific-rss-feed-menu/wp_cat_rss_style.css" /><style>.no-js img.lazyload { display: none; } figure.wp-block-image img.lazyloading { min-width: 150px; } .lazyload, .lazyloading { opacity: 0; } .lazyloaded { opacity: 1; transition: opacity 400ms; transition-delay: 0ms; }</style><style type='text/css'>@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700|Oswald:300,400,700|Alegreya:400|Open+Sans:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:100,200,300,400,500,600,700,800,900&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese); #main-nav .menu li a, #main-nav .menu li ul li a { font-family: 'Open Sans', sans-serif; } .main-text h1, .sub-text h2 { font-family: 'Oswald', sans-serif; } .home-widget .cat-dark-text h2, .home-widget .category-light h2 a, .sidebar-small-widget .category-light h2 a, ul.home-carousel li h2, h1.headline, h1.headline-page, .prev-post a, .next-post a, .related-text a, #post-404 h1, h3.cat-header, .archive-text h2 a, .archive-text-noimg h2 a, ul.widget-buzz li h2 a, .sidebar-widget .cat-dark-text h2, .sidebar-widget .category-light h2 a, .footer-widget .category-light h2 a { font-family: 'Source Sans Pro', sans-serif; } #logo-wrapper, #logo-small { height: 100px; } #main-nav .menu li:hover ul li a { background: #333333; } #main-nav .menu li:hover ul li a:hover { background: #fecc33; } #main-nav .menu li:hover, #main-nav .menu li a:hover, #main-nav .menu li.current-menu-item, #main-nav .menu li.current-post-parent { background: #fecc33 url(https://www.dailyesports.gg/wp-content/themes/hottopix/images/menu-fade.png) repeat-x bottom; } .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce span.onsale, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #fecc33; } .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { opacity: 0.8; } span.comment-count, h3.post-header, h3.comment-header, h3.home-widget-header, h3.small-widget-header, h3.sidebar-widget-header, span.post-tags-header, .post-tags a:hover, ul.tabber-widget li.active, ul.tabber-widget li:hover, .tag-cloud a:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range { background: #fecc33; } span.home-widget-header, span.small-widget-header, span.sidebar-widget-header, ul.tabber-widget, #comments, #related-posts { border-top: 3px solid #fecc33; } ol.commentlist { border-bottom: 3px solid #fecc33; } .prev-post, .next-post { color: #fecc33; } #nav-wrapper { background: #333333 url(https://www.dailyesports.gg/wp-content/themes/hottopix/images/menu-fade.png) repeat-x bottom; } .search-fly-wrap { background: #333333; } #nav-mobi select { background: #333333 url(https://www.dailyesports.gg/wp-content/themes/hottopix/images/triangle-dark.png) no-repeat right; } a, a:visited { color: #fecc33; } #wallpaper { background: url() no-repeat 50% 0; }</style><style type="text/css">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700|Oswald:300,400,700|Alegreya:400|Open+Sans+Condensed:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);</style><style type="text/css">#nav-wrapper { width: 100%; } #leader-wrapper { margin-top: 0; margin-bottom: 20px; } #logo-wrapper { text-align: center; }</style><style type="text/css" id="custom-background-css">body.custom-background { background-color: #0b090c; }</style><link rel="icon" href="https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg-150x150.png" sizes="32x32" /><link rel="icon" href="https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg.png" sizes="192x192" /><link rel="apple-touch-icon-precomposed" href="https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg.png" /><meta name="msapplication-TileImage" content="https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg.png" /><style type="text/css" id="wp-custom-css">/*Font Imports*/ @import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed'); /**Header Logo Centering**/ .nav-logo {padding-top: 6px; max-width: 35px;} /******************************** Font Styles ********************************/ /*Main Navigation Bar*/ #main-nav .menu li a { color: #fff; font-size: 14px; font-weight: 700; line-height: 100%; padding: 17px 12px; text-transform: uppercase;} #main-nav .menu li a:hover { color: #000;} /*Featured Section Headlines*/ .main-text h1, .sub-text h2 { font-family: 'Oswald', sans-serif;} .sub-text h2 { color: #fff; float: left; margin-bottom: 1px;} /*Article Subheadings*/ #content-area h1, h2, h3, h4, h5, h6 { line-height: 1.5 ; font-family: 'Roboto' !important; margin-bottom: 10px} /*Featured Section Sub-Stories*/ .sub-text h2 { color: #fff; width: 100%; font-family: 'Roboto Condensed' !important; margin-bottom: 1px;} /*Article Text*/ #content-area p { font-size: 17px !important; line-height: 1.5 !important; font-family: 'Open Sans' !important; margin-bottom: 20px !important;} /*Feature Image Caption*/ #featured-caption { color: #aaa; font: 12px/100% Helvetica; margin-top: 7px; float: right; margin-right: 3px; text-align: right; text-transform: uppercase; width: 100%;} /*Sidebar Main Heading*/ h3.sidebar-widget-header, h3.sidebar-widget-header a { color: #000; float: left; font: 400 26px 'Oswald'; margin-left: 20px; padding: 5px 7px; text-transform: none;} /*Sidebar Article Byline*/ span.list-byline {font: bold 13px/10px Helvetica, Arial, Sans-Serif; margin-bottom: 10px;} /******************************** Font Colors ********************************/ /*Content Body*/ #content-wrapper {color: #F2F3FF !important;} /*Home Page Feed Headlines*/ .archive-text h2 a, .archive-text-noimg h2 a { color: #fff; font-size: 26px!important; font-weight: 400; line-height: 120%; margin-bottom: 5px; width: 100%;} /*Home Page Feed Byline*/ span.archive-byline a { text-decoration: none!important; color: #FECC33 !important;} span.archive-byline { color: #FECC33; float: left; font-size: 14px!important; margin-bottom: 6px;} /*Category Page Headlines*/ h3.cat-header { color: #FECC33; font-size: 40px; font-weight: 700; line-height: 100%; text-transform: uppercase;} /*Article Headline*/ h1.headline { float: left; color: #FECC33; font-size: 42px; font-weight: 400; line-height: 120%; margin-bottom: 10px; width: 100%;} /*Article Text*/ #content-area p {color: #F3F3F3 !important;} /*Article Subheadings*/ #content-area h1 {color: #FECC33 !important;} #content-area h2 {color: #FECC33 !important;} #content-area h3 {color: #FECC33 !important;} #content-area h4 {color: #FECC33 !important;} #content-area h5 {color: #FECC33 !important;} #content-area h6 {color: #FECC33 !important;} /*Article Breadcrumb Text*/ .breadcrumb a {font: 400 14px/40px 'Open Sans',sans-serif;} /*Article Breadcrumb Dividers*/ .breadcrumb {border-bottom: 1px solid #fff !important; color: #fff !important; font: 400 14px/25px 'Open Sans', sans-serif; padding: 10px 20px !important;} /*Byline: Article Date*/ span.post-byline {color: #E0E1DF !important; font-size: 15px !important;} /*Byline: Twitter Handle Size*/ span.twitter-byline { font-size: 15px !important; background-size: 13px 11px !important;} /*Sidebar*/ #sidebar-wrapper {color:#fff !important;} /*Sidebar Article Titles*/ .sidebar-widget h2 a {color: #fff !important;} /*Sidebar Article Text*/ .sidebar-widget p a {color: #fff !important;} /*Sidebar Author Names*/ span.list-byline {color: #fff !important;} /*Sidebar Dividers*/ .sidebar-widget .cat-light-bottom ul li { border-top: 1px solid #fff; margin-top: 15px; padding-top: 15px; width: 100%;} /*Suggested Articles*/ .related-text a {color: #fff !important;} /*Previous and Next Articles*/ .prev-post a, .next-post a {color: #fff !important;} /******************************** Background Colors ********************************/ /*Main Navigation Bar*/ #nav-wrapper {background-color: #132537} .nav-wrap-out {background-color: #132537;} /*Content Body*/ #content-wrapper {background: #132537 !important;} /*Sidebar*/ #sidebar-wrapper {background-color: #42505f !important;} /*Footer*/ #footer-wrapper {background: #132537 !important;} /*Home Page News Feed*/ #main {background: #132537;} /*Home Page Featured Section*/ .sub-story { border-bottom: 1px solid #000; border-left: 1px solid #000; float: left; margin: 0; overflow: hidden; position: relative;} /******************************** Extras ********************************/ /*Calendar: Month Heading*/ .mec-calendar .mec-calendar-header h2 { text-transform: uppercase; font-size: 14px !important; font-weight: 700; color: #fff;} /*Calendar: Month Change Button BG*/ .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month { border-radius: 2px; top: 40px; color: #464646; background-color: #464646; border: 1px solid; line-height: 30px; z-index: 1;} /*Calendar: Month Change Button Pointer*/ .mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i { font-size: 12px; color: #FECC33; cursor: pointer;} /*News Ticker Font Color*/ ul.ticker li h2 a {color: #000;} /*News Ticker Background*/ #ticker-wrapper {background: #FECC33 !important;} /*Home: Page Change Buttons*/ .pagination span, .pagination a { background: #FFF; border: 1px solid #333; border-radius: 3px; box-shadow: 0 2px 4px -1px #fff; color: #000 !important; display: block; float: left;} .pagination .current, .pagination a:hover { background: #fecc33; border: 1px solid #333; color: #000 !important;} .pagination span, .pagination a:hover { background: #fecc33; border: 1px solid #333; border-radius: 3px; box-shadow: 0 2px 4px -1px #fff; color: #000; display: block; float: left;} /*Article: Tags*/ .post-tags a:hover, span.post-tags-header { color: #000; background-color: #fff !important;} .post-tags a, span.post-tags-header { color: #000; background-color: #FECC33 !important;} /*Read More*/ h3.post-header { color: #000; float: left; font: 400 24px oswald,sans-serif; margin: -20px 0 10px; padding: 5px 7px; position: relative; text-transform: none;} /*Our Authors Page*/ .shortcode-author-avatars .avatar { float:left; text-align: left; padding:3px; margin:4px; margin-right: 4px; border: 1px solid #FECC33;} .shortcode-author-avatars div.author-list .user { margin-left: 4px; text-align: left;} /*Article Block Quotes*/ #post-area blockquote { border-left: 0px #ccc solid; border-top: 0px #ccc solid; border-bottom: 0px #ccc solid; padding-top: 0px; color: #777; font: italic 14px/22px verdana,arial,sans-serif; margin: 10px; padding-left: 40px; padding-right: 30px;} /*Navigation Side-Bar*/ #fly-menu-wrap { background-color: #132537; top: 10px; left: 0;} .fly-side-wrap { background: #FECC33; position: absolute; top: 10px} .fly-wrap-in { background-color: #132537; margin-left: 40px; position: relative; height: 100%;} .fly-wrap-out { background-color: #FECC33;} /*Comment Counter on Stories*/ span.comment-count { color: #000; float: left; font: 700 10px/10px 'Open Sans Condensed', sans-serif; padding: 3px 6px;} .mpp-toc-container { max-width: 50%; padding: 1em 1.25em; background-color: #000; border: 1px solid rgba(0,0,0,.08); display: inline-block; }</style> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M3P944L');</script> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"></head><body data-rsssl=1 class="post-template-default single single-post postid-21827 single-format-standard custom-background"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M3P944L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div id="site"><div id="fly-wrap"><div class="fly-wrap-out"><div class="fly-side-wrap"><ul class="fly-bottom-soc left relative"><li class="fb-soc"> <a href="https://www.facebook.com/dailyesportsgg/" target="_blank"> <i class="fab fa-facebook-square"></i> </a></li><li class="twit-soc"> <a href="https://twitter.com/DailyEsportsGG" target="_blank"> <i class="fab fa-twitter"></i> </a></li><li class="inst-soc"> <a href="https://www.instagram.com/dailyesportsgg/" target="_blank"> <i class="fab fa-instagram"></i> </a></li><li class="yt-soc"> <a href="https://www.youtube.com/channel/UC64tyE1WqnMXgHY06SWKIAw/featured" target="_blank"> <i class="fab fa-youtube-square"></i> </a></li><li class="link-soc"> <a href="https://ca.linkedin.com/company/dailyesports" target="_blank"> <i class="fab fa-linkedin"></i> </a></li><li class="rss-soc"> <a href="https://www.dailyesports.gg/feed/rss/" target="_blank"> <i class="fas fa-rss"></i> </a></li></ul></div><div class="fly-wrap-in"><div id="fly-menu-wrap"> <nav class="fly-nav-menu left relative"><div class="menu-sidebar-cake-menu-container"><ul id="menu-sidebar-cake-menu" class="menu"><li id="menu-item-4639" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4639"><a href="https://www.dailyesports.gg/features/op-ed/">Features</a></li><li id="menu-item-19795" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19795"><a href="https://www.dailyesports.gg/features/interviews/">Interviews</a></li><li id="menu-item-4643" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4643"><a href="https://www.dailyesports.gg/features/game-reviews/">Reviews</a></li><li id="menu-item-4975" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4975"><a href="https://www.dailyesports.gg/our-authors/">Our Authors</a></li><li id="menu-item-4665" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4665"><a href="https://www.dailyesports.gg/about-us/">Who We Are</a></li><li id="menu-item-19807" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19807"><a href="https://www.dailyesports.gg/contact-us/">Contact Us</a></li><li id="menu-item-4976" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4976"><a href="https://www.dailyesports.gg/privacy-policy/">Privacy &#038; Terms</a></li></ul></div> </nav></div></div></div></div><div id="top-wrap"><div id="header-wrapper"></div><div id="nav-wrapper"><div class="nav-wrap-out"><div class="nav-wrap-in"><div class="mvp-nav-left"><div class="fly-but-wrap left relative"> <span></span> <span></span> <span></span> <span></span></div><div class="nav-logo" itemscope itemtype="http://schema.org/Organization"> <a itemprop="url" href="https://www.dailyesports.gg"><img itemprop="logo" src="https://www.dailyesports.gg/daily-esports-logo-small.png" alt="Daily Esports" /></a></div></div><div id="main-nav"><div class="menu-headliner-navigation-container"><ul id="menu-headliner-navigation" class="menu"><li id="menu-item-8730" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8730"><a target="_blank" href="https://www.dailyesports.gg/news/">News</a></li><li id="menu-item-8710" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8710"><a target="_blank" href="https://www.dailyesports.gg/league-of-legends/">League of Legends</a></li><li id="menu-item-18451" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18451"><a href="https://www.dailyesports.gg/apex-legends/">Apex Legends</a></li><li id="menu-item-4457" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-4457"><a target="_blank" href="https://www.dailyesports.gg/fortnite/">Fortnite</a></li><li id="menu-item-8711" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8711"><a target="_blank" href="https://www.dailyesports.gg/overwatch/">Overwatch</a></li><li id="menu-item-8712" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8712"><a target="_blank" href="https://www.dailyesports.gg/csgo/">CS:GO</a></li><li id="menu-item-17630" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17630"><a href="https://www.dailyesports.gg/magic-the-gathering/">MTG</a></li><li id="menu-item-8720" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8720"><a target="_blank" href="https://www.dailyesports.gg/news/games/">More</a><ul class="sub-menu"><li id="menu-item-8727" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8727"><a target="_blank" href="https://www.dailyesports.gg/call-of-duty/">Call of Duty</a></li><li id="menu-item-8713" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8713"><a target="_blank" href="https://www.dailyesports.gg/dota-2/">Dota 2</a></li><li id="menu-item-8716" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8716"><a target="_blank" href="https://www.dailyesports.gg/news/games/fgc/">FGC</a><ul class="sub-menu"><li id="menu-item-8717" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8717"><a target="_blank" href="https://www.dailyesports.gg/smash-fgc/">Smash</a></li><li id="menu-item-8718" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8718"><a target="_blank" href="https://www.dailyesports.gg/street-fighter/">Street Fighter</a></li><li id="menu-item-8719" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8719"><a target="_blank" href="https://www.dailyesports.gg/for-honor/">For Honor</a></li></ul></li><li id="menu-item-8715" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8715"><a target="_blank" href="https://www.dailyesports.gg/fifa/">FIFA</a></li><li id="menu-item-8726" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8726"><a target="_blank" href="https://www.dailyesports.gg/hearthstone/">Hearthstone</a></li><li id="menu-item-8729" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8729"><a target="_blank" href="https://www.dailyesports.gg/heroes-of-the-storm/">Heroes of the Storm</a></li><li id="menu-item-8714" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8714"><a target="_blank" href="https://www.dailyesports.gg/pubg/">PUBG</a></li><li id="menu-item-8725" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8725"><a target="_blank" href="https://www.dailyesports.gg/rocket-league/">Rocket League</a></li><li id="menu-item-8728" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8728"><a target="_blank" href="https://www.dailyesports.gg/starcraft-2/">Starcraft 2</a></li></ul></li></ul></div></div><div class="nav-search-wrap left relative"> <span class="nav-search-but left"><i class="fa fa-search fa-2"></i></span><div class="search-fly-wrap"><form method="get" id="searchform" action="https://www.dailyesports.gg/"> <input type="text" name="s" id="s" value="Type Search term and press enter" onfocus='if (this.value == "Type Search term and press enter") { this.value = ""; }' onblur='if (this.value == "") { this.value = "Type Search term and press enter"; }' /> <input type="hidden" id="search-button" /></form></div></div></div></div></div></div><div id="bot-wrap"><div id="wrapper"><div id="leader-wrapper"><div id="ad-970"><div id='div-gpt-ad-1528218839586-4'></div></div></div><div id="main"><div id="content-wrapper"><div class="breadcrumb"><div id="crumbs"><a href="https://www.dailyesports.gg">Home</a> / <a href="https://www.dailyesports.gg/fortnite/">Fortnite</a> / <span class="current"></div></div><div id="title-main"><h1 class="headline">Fortnite Season 8 Discovery Skin &#8220;Ruin&#8221; challenges leaked</h1> <span class="post-byline"> <a href="https://www.dailyesports.gg/author/joeycarr/" title="Posts by Joey Carr" rel="author">Joey Carr</a> - April 17, 2019</span><span class="twitter-byline"><a href="https://www.twitter.com/JoeyCarr9" target="blank">@JoeyCarr9</a></span><div class="social-sharing-top"><div class="share-count"></div><a href="#" onclick="window.open('http://www.facebook.com/sharer.php?u=https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/&t=Fortnite Season 8 Discovery Skin &#8220;Ruin&#8221; challenges leaked', 'facebookShare', 'width=626,height=436'); return false;" title="Share on Facebook"><div class="facebook-share"><span class="fb-but1"></span><p>Share</p></div></a> <a href="#" onclick="window.open('http://twitter.com/share?text=Fortnite Season 8 Discovery Skin &#8220;Ruin&#8221; challenges leaked -&url=https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/', 'twitterShare', 'width=626,height=436'); return false;" title="Tweet This Post"><div class="twitter-share"><span class="twitter-but1"></span><p>Tweet</p></div></a><div class="social-comments"><p> <a style="color:#fff !important" href="https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#disqus_thread"></a></p></div></div></div><div class="mvp-cont-out"><div class="mvp-cont-in"><div id="home-main"><div id="post-area" class="post-21827 post type-post status-publish format-standard has-post-thumbnail hentry category-fortnite category-news tag-battle-pass tag-battle-royale tag-cosmetics tag-epic-games tag-fortnite tag-skins"><div id="content-area"><div class="post-image"> <img width="620" height="310" alt="Challenges leaked for Fortnite Season 8 Battle Pass skin Ruin" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-300x150.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-768x384.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-240x120.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-85x43.jpg 85w" sizes="(max-width: 620px) 100vw, 620px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg" data-sizes="auto" class="attachment-post-thumb size-post-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="620" height="310" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg" class="attachment-post-thumb size-post-thumb wp-post-image" alt="Challenges leaked for Fortnite Season 8 Battle Pass skin Ruin" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-300x150.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-768x384.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-240x120.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-85x43.jpg 85w" sizes="(max-width: 620px) 100vw, 620px" /></noscript></div><p>A few weeks ago, Epic Games themselves leaked the <em>Fortnite</em> Season 8 Discovery Skin, Ruin. Like any other Battle Pass since Season 4, this skin is unlocked through completing Battle Pass challenges. Once players have completed 56 of these challenges, the Ruin skin will be available for free.</p><p>After the Week 8 challenges drop tomorrow, users will be able to unlock Ruin. Every challenge needs to be accomplished in order for the skin to become available. Not only is Ruin up for grabs, but his other cosmetics are also as well.</p><div style="clear:both; margin-top:0em; margin-bottom:1em;"><a href="https://www.dailyesports.gg/stealth-reflex-skin-variant-geforce-fortnite-bundle/" target="_blank" class="udbe2fce467488bdd0b3e0db37b21d814"><style>.udbe2fce467488bdd0b3e0db37b21d814 { padding:0px; margin: 0; padding-top:1em!important; padding-bottom:1em!important; width:100%; display: block; font-weight:bold; background-color:#34495E; border:0!important; border-left:4px solid #34495E!important; text-decoration:none; } .udbe2fce467488bdd0b3e0db37b21d814:active, .udbe2fce467488bdd0b3e0db37b21d814:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; text-decoration:none; } .udbe2fce467488bdd0b3e0db37b21d814 { transition: background-color 250ms; webkit-transition: background-color 250ms; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; } .udbe2fce467488bdd0b3e0db37b21d814 .ctaText { font-weight:bold; color:#F1C40F; text-decoration:none; font-size: 16px; } .udbe2fce467488bdd0b3e0db37b21d814 .postTitle { color:#ECF0F1; text-decoration: underline!important; font-size: 16px; } .udbe2fce467488bdd0b3e0db37b21d814:hover .postTitle { text-decoration: underline!important; }</style><div style="padding-left:1em; padding-right:1em;"><span class="ctaText">Read More:</span>&nbsp; <span class="postTitle">Epic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle</span></div></a></div><p>Since Season 8 launched, the six challenges for Ruin have been in the menu. These have been &#8220;currently unavailable&#8221; since the beginning of the season, but data-miner <a target="_blank" href="https://twitter.com/FireMonkeyFN">@FireMonkeyFN</a> has discovered all 6 challenges.</p><p><img class="aligncenter wp-image-21829 size-full" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Challenges.jpg" alt="Leaked challenges for Fortnite Season 8 Battle Pass Ruin skin" width="1024" height="623" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Challenges.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Challenges-300x182.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Challenges-768x467.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Challenges-620x377.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Challenges-240x146.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Challenges-85x52.jpg 85w" sizes="(max-width: 1024px) 100vw, 1024px" /></p><h2>How to get Ruin&#8217;s cosmetics</h2><p>While these challenges seem simple, they will take a bit of time to achieve. Dealing 10,000 damage to opponent&#8217;s structures will be a grindy challenge in particular. Once you complete at least three challenges, you&#8217;ll begin to unlock different cosmetic items. It doesn&#8217;t matter which three or in what order, as long as three different missions are complete.</p><p>At three challenges complete, you&#8217;ll unlock the Dying Light Back Bling:</p><p><img class="aligncenter wp-image-21830 size-full" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Back-Bling.png" alt="Challenges leaked for Fortnite Season 8 Battle Pass Dying Light Back Bling" width="512" height="512" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Back-Bling.png 512w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Back-Bling-150x150.png 150w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Back-Bling-194x194.png 194w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Back-Bling-400x400.png 400w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Back-Bling-225x225.png 225w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Fortnite-Ruin-Back-Bling-54x54.png 54w" sizes="(max-width: 512px) 100vw, 512px" /></p><p>Upon completing all 6, players will receive the Dread Pickaxe:</p><p><img class="aligncenter wp-image-21831 size-full" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/D3yC_MEWwAAtS2W.png" alt="Challenges leaked for Fortnite Season 8 Battle Pass Dread Pickaxe" width="512" height="512" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/D3yC_MEWwAAtS2W.png 512w, https://www.dailyesports.gg/wp-content/uploads/2019/04/D3yC_MEWwAAtS2W-150x150.png 150w, https://www.dailyesports.gg/wp-content/uploads/2019/04/D3yC_MEWwAAtS2W-194x194.png 194w, https://www.dailyesports.gg/wp-content/uploads/2019/04/D3yC_MEWwAAtS2W-400x400.png 400w, https://www.dailyesports.gg/wp-content/uploads/2019/04/D3yC_MEWwAAtS2W-225x225.png 225w, https://www.dailyesports.gg/wp-content/uploads/2019/04/D3yC_MEWwAAtS2W-54x54.png 54w" sizes="(max-width: 512px) 100vw, 512px" /></p><p>As mentioned above, these challenges are simple in practice but long in execution. You&#8217;ll need to give special attention to some, like the mission to complete 5 daily challenges. Others will require you to just put in the time.</p><p>Unfortunately, the Dying Light Back Bling and the Dread Pickaxe are the only cosmetics available alongside Ruin at the moment. While Epic Games could very well add a Ruin-themed glider to the Item Shop in the future, it doesn&#8217;t appear that one is available right now.</p><p><em>Make sure to stay tuned to Daily Esports for <a target="_blank" href="https://www.dailyesports.gg/fortnite/">in-depth looks at tomorrow&#8217;s challenges</a>! You will not be able to unlock Ruin without having completed every last one!</em></p><hr /><h2>Read More!</h2><ul class="similar-posts"><li><a target="_blank" href="https://www.dailyesports.gg/fortnite-battle-pass-challenge-guide-season-8-week-5/" rel="bookmark" title="Fortnite Battle Pass Challenge Guide: Season 8, Week 5">Fortnite Battle Pass Challenge Guide: Season 8, Week 5</a></li><li><a target="_blank" href="https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/" rel="bookmark" title="Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked">Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked</a></li><li><a target="_blank" href="https://www.dailyesports.gg/fortnite-season-8-week-6-battle-pass-challenge-guide/" rel="bookmark" title="Fortnite Season 8, Week 6 Battle Pass Challenge Guide">Fortnite Season 8, Week 6 Battle Pass Challenge Guide</a></li><li><a target="_blank" href="https://www.dailyesports.gg/fortnite-battle-pass-challenge-guide-season-8-week-4/" rel="bookmark" title="Fortnite Battle Pass Challenge Guide: Season 8, Week 4">Fortnite Battle Pass Challenge Guide: Season 8, Week 4</a></li><li><a target="_blank" href="https://www.dailyesports.gg/fortnite-season-8-week-7-leaked-battle-pass-challenges/" rel="bookmark" title="Fortnite Season 8 Week 7 leaked Battle Pass challenges">Fortnite Season 8 Week 7 leaked Battle Pass challenges</a></li><li><a target="_blank" href="https://www.dailyesports.gg/stealth-reflex-skin-variant-geforce-fortnite-bundle/" rel="bookmark" title="Epic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle">Epic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle</a></li></ul><p></p><div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-gravatar"><img alt='' data-srcset='https://secure.gravatar.com/avatar/118d06130bc01c87371498d7352e4fdb?s=200&#038;d=mm&#038;r=pg 2x' height='100' width='100' itemprop="image" data-src="https://secure.gravatar.com/avatar/118d06130bc01c87371498d7352e4fdb?s=100&#038;d=mm&#038;r=pg" data-sizes="auto" class="avatar avatar-100 photo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/118d06130bc01c87371498d7352e4fdb?s=100&#038;d=mm&#038;r=pg' srcset='https://secure.gravatar.com/avatar/118d06130bc01c87371498d7352e4fdb?s=200&#038;d=mm&#038;r=pg 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></noscript></div><div class="saboxplugin-authorname"><a href="https://www.dailyesports.gg/author/joeycarr/" class="vcard author" rel="author" itemprop="url"><span class="fn" itemprop="name">Joey Carr</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Joey Carr is a University of North Georgia Journalism graduate. He has 4+ years experience covering Esports and traditional sporting events, including Dreamhack Atlanta, Call of Duty Championships 2017, and Super Bowl 53.</p></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a target="_blank" href="https://twitter.com/JoeyCarr9" rel="nofollow" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg></span></a></div></div><div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/" data-a2a-title="Fortnite Season 8 Discovery Skin “Ruin” challenges leaked"><a class="a2a_button_facebook a2a_counter" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%E2%80%9CRuin%E2%80%9D%20challenges%20leaked" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%E2%80%9CRuin%E2%80%9D%20challenges%20leaked" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_reddit" href="https://www.addtoany.com/add_to/reddit?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%E2%80%9CRuin%E2%80%9D%20challenges%20leaked" title="Reddit" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%E2%80%9CRuin%E2%80%9D%20challenges%20leaked" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%E2%80%9CRuin%E2%80%9D%20challenges%20leaked" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div><div id="article-ad"><div id='div-gpt-ad-1528218839586-5'></div></div></div><div class="post-tags"> <span class="post-tags-header">Related Items</span><a href="https://www.dailyesports.gg/tag/battle-pass/" rel="tag">Battle Pass</a><a href="https://www.dailyesports.gg/tag/battle-royale/" rel="tag">Battle Royale</a><a href="https://www.dailyesports.gg/tag/cosmetics/" rel="tag">Cosmetics</a><a href="https://www.dailyesports.gg/tag/epic-games/" rel="tag">Epic Games</a><a href="https://www.dailyesports.gg/tag/fortnite/" rel="tag">Fortnite</a><a href="https://www.dailyesports.gg/tag/skins/" rel="tag">Skins</a></div></div><div class="prev-next-wrapper"><div class="prev-post"> &larr; Previous Story <a href="https://www.dailyesports.gg/bioessence-hydra-war-of-the-spark-spoilers-reveal/" rel="prev">Bioessence Hydra | War of the Spark spoilers reveal</a></div><div class="next-post"> Next Story &rarr; <a href="https://www.dailyesports.gg/rocket-league-esports-shop-the-verdict-is-mostly-positive/" rel="next">Rocket League Esports Shop: The verdict is (mostly) positive</a></div></div><div id="related-posts"><h3 class="post-header">Read More</h3><ul><li><div class="related-image"> <a href="https://www.dailyesports.gg/search-the-treasure-map-signpost-found-in-paradise-palms-fortnite-season-8-week-8-challenges/" rel="bookmark" title="Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Challenges"><img width="300" height="169" alt="Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Battle Pass Challenges" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-768x433.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1.jpg 960w" sizes="(max-width: 300px) 100vw, 300px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png" data-sizes="auto" class="attachment-medium-thumb size-medium-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="300" height="169" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png" class="attachment-medium-thumb size-medium-thumb wp-post-image" alt="Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Battle Pass Challenges" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-768x433.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1.jpg 960w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></a></div><div class="related-text"> <a href="https://www.dailyesports.gg/search-the-treasure-map-signpost-found-in-paradise-palms-fortnite-season-8-week-8-challenges/" class="main-headline">Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Challenges</a></div></li><li><div class="related-image"> <a href="https://www.dailyesports.gg/epic-games-brings-in-infinity-ward-respawn-co-founder-jason-west/" rel="bookmark" title="Epic Games brings in Infinity Ward, Respawn co-founder Jason West"><img width="300" height="169" alt="epic games jason west fortnite call of duty" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-240x135.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg 85w" sizes="(max-width: 300px) 100vw, 300px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg" data-sizes="auto" class="attachment-medium-thumb size-medium-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="300" height="169" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg" class="attachment-medium-thumb size-medium-thumb wp-post-image" alt="epic games jason west fortnite call of duty" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-240x135.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg 85w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></a></div><div class="related-text"> <a href="https://www.dailyesports.gg/epic-games-brings-in-infinity-ward-respawn-co-founder-jason-west/" class="main-headline">Epic Games brings in Infinity Ward, Respawn co-founder Jason West</a></div></li><li><div class="related-image"> <a href="https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/" rel="bookmark" title="Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked"><img width="300" height="169" alt="" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png 85w" sizes="(max-width: 300px) 100vw, 300px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png" data-sizes="auto" class="attachment-medium-thumb size-medium-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="300" height="169" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png" class="attachment-medium-thumb size-medium-thumb wp-post-image" alt="" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png 85w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></a></div><div class="related-text"> <a href="https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/" class="main-headline">Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked</a></div></li></ul></div><div id="disqus_thread"></div> <script>var embedVars = {"disqusConfig":{"integration":"wordpress 3.0.17"},"disqusIdentifier":"21827 https:\/\/www.dailyesports.gg\/?p=21827","disqusShortname":"dailyesports-tv","disqusTitle":"Fortnite Season 8 Discovery Skin &#8220;Ruin&#8221; challenges leaked","disqusUrl":"https:\/\/www.dailyesports.gg\/fortnite-season-8-discovery-skin-ruin-challenges-leaked\/","postId":21827}; var disqus_url = embedVars.disqusUrl; var disqus_identifier = embedVars.disqusIdentifier; var disqus_container_id = 'disqus_thread'; var disqus_shortname = embedVars.disqusShortname; var disqus_title = embedVars.disqusTitle; var disqus_config_custom = window.disqus_config; var disqus_config = function () { /* All currently supported events: onReady: fires when everything is ready, onNewComment: fires when a new comment is posted, onIdentify: fires when user is authenticated */ var dsqConfig = embedVars.disqusConfig; this.page.integration = dsqConfig.integration; this.page.remote_auth_s3 = dsqConfig.remote_auth_s3; this.page.api_key = dsqConfig.api_key; this.sso = dsqConfig.sso; this.language = dsqConfig.language; if (disqus_config_custom) disqus_config_custom.call(this); }; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();</script> </div></div><div id="sidebar-wrapper"><ul><li id="ht_ad_widget-3" class="sidebar-widget ht_ad_widget"><div class="widget-ad"><h3>Advertisement</h3><div id='div-gpt-ad-1528218839586-1'></div></div></li><li id="ht_catlight_link_widget-2" class="sidebar-widget ht_catlight_link_widget"><span class="sidebar-widget-header"><h3 class="sidebar-widget-header">Latest News</h3></span><div class="category-light"><div class="cat-light-top"> <a href="https://www.dailyesports.gg/search-the-treasure-map-signpost-found-in-paradise-palms-fortnite-season-8-week-8-challenges/"><img width="620" height="349" alt="Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Battle Pass Challenges" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-768x433.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1.jpg 960w" sizes="(max-width: 620px) 100vw, 620px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png" data-sizes="auto" class="attachment-post-thumb size-post-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="620" height="349" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png" class="attachment-post-thumb size-post-thumb wp-post-image" alt="Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Battle Pass Challenges" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-768x433.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1.jpg 960w" sizes="(max-width: 620px) 100vw, 620px" /></noscript></a><h2><a href="https://www.dailyesports.gg/search-the-treasure-map-signpost-found-in-paradise-palms-fortnite-season-8-week-8-challenges/">Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Challenges</a></h2> <span class="list-byline"><a href="https://www.dailyesports.gg/author/joeycarr/" title="Posts by Joey Carr" rel="author">Joey Carr</a> | April 18, 2019</span><p>Yet another challenge has been discovered ahead of the launch time for the Fortnite Week 8 challenges. This week&#8217;s Battle Pass challenges are a lot tougher than in previous...</p></div><div class="cat-light-bottom"><ul><li> <a href="https://www.dailyesports.gg/chiquita-becomes-first-female-to-compete-in-nba-2k-league/"><img width="85" height="48" alt="Chiquita at the 2019 NBA 2K League Draft" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-240x135.jpg 240w" sizes="(max-width: 85px) 100vw, 85px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg" data-sizes="auto" class="attachment-small-thumb size-small-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="85" height="48" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg" class="attachment-small-thumb size-small-thumb wp-post-image" alt="Chiquita at the 2019 NBA 2K League Draft" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-240x135.jpg 240w" sizes="(max-width: 85px) 100vw, 85px" /></noscript></a> <span class="list-byline"><a href="https://www.dailyesports.gg/author/adamobringer/" title="Posts by Adam Obringer" rel="author">Adam Obringer</a> | April 18, 2019</span><p><a href="https://www.dailyesports.gg/chiquita-becomes-first-female-to-compete-in-nba-2k-league/">Chiquita becomes first female to compete in NBA 2K League</a></p></li><li> <a href="https://www.dailyesports.gg/epic-games-brings-in-infinity-ward-respawn-co-founder-jason-west/"><img width="85" height="48" alt="epic games jason west fortnite call of duty" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-240x135.jpg 240w" sizes="(max-width: 85px) 100vw, 85px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg" data-sizes="auto" class="attachment-small-thumb size-small-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="85" height="48" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg" class="attachment-small-thumb size-small-thumb wp-post-image" alt="epic games jason west fortnite call of duty" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-240x135.jpg 240w" sizes="(max-width: 85px) 100vw, 85px" /></noscript></a> <span class="list-byline"><a href="https://www.dailyesports.gg/author/tayloryates/" title="Posts by Taylor Yates" rel="author">Taylor Yates</a> | April 18, 2019</span><p><a href="https://www.dailyesports.gg/epic-games-brings-in-infinity-ward-respawn-co-founder-jason-west/">Epic Games brings in Infinity Ward, Respawn co-founder Jason West</a></p></li><li> <a href="https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/"><img width="85" height="48" alt="" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-240x135.png 240w" sizes="(max-width: 85px) 100vw, 85px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png" data-sizes="auto" class="attachment-small-thumb size-small-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="85" height="48" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png" class="attachment-small-thumb size-small-thumb wp-post-image" alt="" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-240x135.png 240w" sizes="(max-width: 85px) 100vw, 85px" /></noscript></a> <span class="list-byline"><a href="https://www.dailyesports.gg/author/joeycarr/" title="Posts by Joey Carr" rel="author">Joey Carr</a> | April 17, 2019</span><p><a href="https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/">Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked</a></p></li><li> <a href="https://www.dailyesports.gg/riot-bids-farewell-butchers-bridge-patch-9-8-aram-changes/"><img width="85" height="48" alt="Riot Games Butchers Bridge League of Legends Aram Patch 9.8" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-240x135.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge.jpg 700w" sizes="(max-width: 85px) 100vw, 85px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg" data-sizes="auto" class="attachment-small-thumb size-small-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="85" height="48" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg" class="attachment-small-thumb size-small-thumb wp-post-image" alt="Riot Games Butchers Bridge League of Legends Aram Patch 9.8" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-240x135.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge.jpg 700w" sizes="(max-width: 85px) 100vw, 85px" /></noscript></a> <span class="list-byline"><a href="https://www.dailyesports.gg/author/vincekoyle/" title="Posts by Vince Koyle" rel="author">Vince Koyle</a> | April 17, 2019</span><p><a href="https://www.dailyesports.gg/riot-bids-farewell-butchers-bridge-patch-9-8-aram-changes/">Riot bids farewell to Butcher&#8217;s Bridge | Patch 9.8 ARAM changes</a></p></li><li> <a href="https://www.dailyesports.gg/guntown-showdown-update-brings-balance-and-map-changes-to-realm-royale/"><img width="85" height="48" alt="Realm Royale new update Guntown Showdown will feature a number of balance and map changes" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-240x135.png 240w" sizes="(max-width: 85px) 100vw, 85px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png" data-sizes="auto" class="attachment-small-thumb size-small-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="85" height="48" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png" class="attachment-small-thumb size-small-thumb wp-post-image" alt="Realm Royale new update Guntown Showdown will feature a number of balance and map changes" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-240x135.png 240w" sizes="(max-width: 85px) 100vw, 85px" /></noscript></a> <span class="list-byline"><a href="https://www.dailyesports.gg/author/asen/" title="Posts by Asen Aleksandrov" rel="author">Asen Aleksandrov</a> | April 17, 2019</span><p><a href="https://www.dailyesports.gg/guntown-showdown-update-brings-balance-and-map-changes-to-realm-royale/">Guntown Showdown update brings balance and map changes to Realm Royale</a></p></li></ul></div></div></li><li id="custom_html-6" class="widget_text sidebar-widget widget_custom_html"><div class="textwidget custom-html-widget"><div> <a href="https://dailyesports.gg/category/news/">More News</a></div></div></li><li id="ht_ad_widget-5" class="sidebar-widget ht_ad_widget"><div class="widget-ad"><h3>Advertisement</h3><div id='div-gpt-ad-1528218839586-2'></div></div></li><li id="ht_catlight_widget-4" class="sidebar-widget ht_catlight_widget"><span class="sidebar-widget-header"><h3 class="sidebar-widget-header">Features</h3></span><div class="category-light"><div class="cat-light-top"> <a href="https://www.dailyesports.gg/the-life-of-an-esports-professional-interview-with-warkr0zz/"><img width="600" height="400" alt="Enzo &quot;WarKr0Zz&quot; Conte interview" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-81x54.jpg 81w" sizes="(max-width: 600px) 100vw, 600px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg" data-sizes="auto" class="attachment-post-thumb size-post-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="600" height="400" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg" class="attachment-post-thumb size-post-thumb wp-post-image" alt="Enzo &quot;WarKr0Zz&quot; Conte interview" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-81x54.jpg 81w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a><h2><a href="https://www.dailyesports.gg/the-life-of-an-esports-professional-interview-with-warkr0zz/">The life of an esports professional: Interview with WarKr0Zz</a></h2> <span class="list-byline"><a href="https://www.dailyesports.gg/author/aabicus/" title="Posts by Aabicus Lee" rel="author">Aabicus Lee</a> | April 18, 2019</span><p>For many gamers, esports are the ultimate dream. The life of an esports professional is filled with competition, relentless training, and uncertain futures. We recently spoke with Enzo &#8220;WarKr0Zz&#8221;...</p></div><div class="cat-light-top"> <a href="https://www.dailyesports.gg/war-of-the-spark-story-recap-act-ii-ravnica-bonds-against-bolas/"><img width="620" height="365" alt="MTG war of the spark story recap act II ravnica bonds against nicol bolas dragon-god with niv-mizzet reborn" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-300x176.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-768x452.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-240x141.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-85x50.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn.jpg 850w" sizes="(max-width: 620px) 100vw, 620px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg" data-sizes="auto" class="attachment-post-thumb size-post-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="620" height="365" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg" class="attachment-post-thumb size-post-thumb wp-post-image" alt="MTG war of the spark story recap act II ravnica bonds against nicol bolas dragon-god with niv-mizzet reborn" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-300x176.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-768x452.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-240x141.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-85x50.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn.jpg 850w" sizes="(max-width: 620px) 100vw, 620px" /></noscript></a><h2><a href="https://www.dailyesports.gg/war-of-the-spark-story-recap-act-ii-ravnica-bonds-against-bolas/">War of the Spark Story Recap | ACT II: Ravnica bonds against Bolas</a></h2> <span class="list-byline"><a href="https://www.dailyesports.gg/author/jimharbor/" title="Posts by Jim Harbor" rel="author">Jim Harbor</a> | April 17, 2019</span><p>When last we heard from Ravnica in Magic: The Gathering&#8217;s War of the Spark Act I story recap, things looked dire. Nicol Bolas had invaded with the Dreadhorde, an...</p></div><div class="cat-light-top"> <a href="https://www.dailyesports.gg/interview-with-evil-geniuses-attach-adjusting-to-a-new-team-rising-rookies-and-content-creation/"><img width="600" height="400" alt="Evil Geniuses Attach interview - Call of Duty CWL" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-81x54.jpg 81w" sizes="(max-width: 600px) 100vw, 600px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg" data-sizes="auto" class="attachment-post-thumb size-post-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="600" height="400" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg" class="attachment-post-thumb size-post-thumb wp-post-image" alt="Evil Geniuses Attach interview - Call of Duty CWL" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-81x54.jpg 81w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a><h2><a href="https://www.dailyesports.gg/interview-with-evil-geniuses-attach-adjusting-to-a-new-team-rising-rookies-and-content-creation/">Interview with Evil Geniuses&#8217; Attach: Adjusting to a new team, rising rookies, and content creation</a></h2> <span class="list-byline"><a href="https://www.dailyesports.gg/author/kaite/" title="Posts by Dino Medalla" rel="author">Dino Medalla</a> | April 16, 2019</span><p>We had the opportunity to catch professional Call of Duty player Dillon “Attach” Price at the WorldGaming Championship Series in Toronto. A 2015 world champion, he has been a...</p></div><div class="cat-light-top"> <a href="https://www.dailyesports.gg/play-overwatch-like-the-pros-dive-composition/"><img width="620" height="346" alt="Overwatch Dive composition" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-300x167.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-768x428.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-240x134.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-85x47.png 85w" sizes="(max-width: 620px) 100vw, 620px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png" data-sizes="auto" class="attachment-post-thumb size-post-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="620" height="346" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png" class="attachment-post-thumb size-post-thumb wp-post-image" alt="Overwatch Dive composition" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-300x167.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-768x428.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-240x134.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-85x47.png 85w" sizes="(max-width: 620px) 100vw, 620px" /></noscript></a><h2><a href="https://www.dailyesports.gg/play-overwatch-like-the-pros-dive-composition/">Play Overwatch Like the Pros: Dive composition</a></h2> <span class="list-byline"><a href="https://www.dailyesports.gg/author/abrarahmad/" title="Posts by Abrar Ahmad" rel="author">Abrar Ahmad</a> | April 15, 2019</span><p>Fast and explosive while still requiring unparalleled precision, Dive was meta for over a year before the advent of Brigitte in Overwatch. While the meta on most maps has...</p></div><div class="cat-light-top"> <a href="https://www.dailyesports.gg/interview-with-coach-zen-of-splyce-vipers-coaching-eu-masters/"><img width="617" height="400" alt="Zen Splyce Vipers EU Masters" data-srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg 617w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-300x194.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-768x498.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-240x156.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-83x54.jpg 83w" sizes="(max-width: 617px) 100vw, 617px" data-src="https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg" data-sizes="auto" class="attachment-post-thumb size-post-thumb wp-post-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="617" height="400" src="https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg" class="attachment-post-thumb size-post-thumb wp-post-image" alt="Zen Splyce Vipers EU Masters" srcset="https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg 617w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-300x194.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-768x498.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-240x156.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-83x54.jpg 83w" sizes="(max-width: 617px) 100vw, 617px" /></noscript></a><h2><a href="https://www.dailyesports.gg/interview-with-coach-zen-of-splyce-vipers-coaching-eu-masters/">Interview with coach Zen of Splyce Vipers: Coaching &amp; EU Masters</a></h2> <span class="list-byline"><a href="https://www.dailyesports.gg/author/vincekoyle/" title="Posts by Vince Koyle" rel="author">Vince Koyle</a> | April 15, 2019</span><p>Ahead of the League of Legends 2019 EU Masters, we had the chance to talk with Timotej &#8220;Zen&#8221; Štempihar, coach for Splyce Vipers. His team recently won the LVP SLO...</p></div></div></li><li id="custom_html-7" class="widget_text sidebar-widget widget_custom_html"><div class="textwidget custom-html-widget"><div> <a href="https://dailyesports.gg/category/features/">More Features</a></div></div></li><li id="ht_ad_widget-7" class="sidebar-widget ht_ad_widget"><div class="widget-ad"><h3>Advertisement</h3><div id='div-gpt-ad-1528218839586-3'></div></div></li></ul></div></div><div id="footer-wrapper"><div id="footer-top"><div class="footer-socials-section"><ul class="footer-socials"><li> <a href="https://www.facebook.com/dailyesportsgg/" target="_blank"><i class="fab fa-facebook-f"></i><span>Facebook</span></a></li><li> <a href="https://twitter.com/dailyesportsgg" target="_blank"><i class="fab fa-twitter"></i><span>Twitter</span></a></li><li> <a href="https://www.youtube.com/channel/UC64tyE1WqnMXgHY06SWKIAw/featured" target="_blank"><i class="fab fa-youtube-square"></i><span>Youtube</span></a></li><li><a href="https://www.twitch.tv/dailyesports" target="_blank"><i class="fab fa-twitch"></i><span>Twitch</span></a></li></ul></div><ul><li><a href="https://www.pcinvasion.com">PC Invasion</a></li><li><a href="https://www.gamnesia.com">Gamnesia</a></li><li><a href="https://onlysp.com">Only SinglePlayer</a></li><li><a href="https://nintendoenthusiast.com">Nintendo Enthusiast</a></li><li><a href="https://PlayStationEnthusiast.com">PlayStation Enthusiast</a></li><li><a href="https://XboxEnthusiast.com">Xbox Enthusiast</a></li><li><a href="https://destructoid.com">Destructoid</a></li><li><a href="https://escapistmagazine.com">Escapist Magazine</a></li></ul></div><div id="footer-bottom"> @2018 - Enthusiast Gaming. All Rights Reserved</div></div></div></div></div></div></div><div class="a2a_kit a2a_kit_size_32 a2a_floating_style a2a_vertical_style" data-a2a-scroll-show="200" style="left:0px;top:100px;background-color:transparent;"><a class="a2a_button_facebook a2a_counter" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%26quot%3BRuin%26quot%3B%20challenges%20leaked" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%26quot%3BRuin%26quot%3B%20challenges%20leaked" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_reddit" href="https://www.addtoany.com/add_to/reddit?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%26quot%3BRuin%26quot%3B%20challenges%20leaked" title="Reddit" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%26quot%3BRuin%26quot%3B%20challenges%20leaked" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;linkname=Fortnite%20Season%208%20Discovery%20Skin%20%26quot%3BRuin%26quot%3B%20challenges%20leaked" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div> <script type='text/javascript'>// jQuery(document).ready(function($){ // Main Menu Dropdown Toggle $('.menu-item-has-children a').click(function(event){ event.stopPropagation(); location.href = this.href; }); $('.menu-item-has-children').click(function(){ $(this).addClass('toggled'); if($('.menu-item-has-children').hasClass('toggled')) { $(this).children('ul').toggle(); $('.fly-nav-menu').getNiceScroll().resize(); } $(this).toggleClass('tog-minus'); return false; }); // Main Menu Scroll $(window).load(function(){ $('.fly-nav-menu').niceScroll({cursorcolor:"#888",cursorwidth: 7,cursorborder: 0,zindex:999999}); }); var aboveHeight = $('#header-wrapper').outerHeight(); $(window).scroll(function(){ if ($(window).scrollTop() > aboveHeight){ $('#nav-wrapper').addClass('fixed').css('top','0'); $('#bot-wrap').css('margin-top','70px'); $('#header-wrapper').css('top','-50px'); $('.nav-logo-fade').css('display','block'); } else { $('#nav-wrapper').removeClass('fixed'); $('#bot-wrap').css('margin-top','0'); $('#header-wrapper').css('top','0'); $('.nav-logo-fade').css('display','none'); } }); // Fly-Out Navigation $(".fly-but-wrap").on('click', function(){ $("#fly-wrap").toggleClass("fly-menu"); $("#wallpaper").toggleClass("fly-content"); $("#header-wrapper").toggleClass("main-nav-over"); $("#nav-wrapper").toggleClass("main-nav-over"); $("#bot-wrap").toggleClass("fly-content"); $(".fly-but-wrap").toggleClass("fly-open"); }); $('.carousel-wrapper').elastislide({ imageW : 229, minItems : 1, margin : 0 }); }); //</script> <div id="fb-root"></div> <script>// (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); //</script> <style type="text/css">.saboxplugin-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;width:100%;clear:both;display:block;overflow:hidden;word-wrap:break-word;position:relative}.saboxplugin-wrap .saboxplugin-gravatar{float:left;padding:20px}.saboxplugin-wrap .saboxplugin-gravatar img{max-width:100px;height:auto;border-radius:0;}.saboxplugin-wrap .saboxplugin-authorname{font-size:18px;line-height:1;margin:20px 0 0 20px;display:block}.saboxplugin-wrap .saboxplugin-authorname a{text-decoration:none}.saboxplugin-wrap .saboxplugin-authorname a:focus{outline:0}.saboxplugin-wrap .saboxplugin-desc{display:block;margin:5px 20px}.saboxplugin-wrap .saboxplugin-desc a{text-decoration:underline}.saboxplugin-wrap .saboxplugin-desc p{margin:5px 0 12px}.saboxplugin-wrap .saboxplugin-web{margin:0 20px 15px;text-align:left}.saboxplugin-wrap .sab-web-position{text-align:right}.saboxplugin-wrap .saboxplugin-web a{color:#ccc;text-decoration:none}.saboxplugin-wrap .saboxplugin-socials{position:relative;display:block;background:#fcfcfc;padding:5px;border-top:1px solid #eee}.saboxplugin-wrap .saboxplugin-socials a svg{width:20px;height:20px}.saboxplugin-wrap .saboxplugin-socials a svg .st2{fill:#fff}.saboxplugin-wrap .saboxplugin-socials a svg .st1{fill:rgba(0,0,0,.3)}.saboxplugin-wrap .saboxplugin-socials a:hover{opacity:.8;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;box-shadow:none!important;-webkit-box-shadow:none!important}.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color{box-shadow:none;padding:0;border:0;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;display:inline-block;color:#fff;font-size:0;text-decoration:inherit;margin:5px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;overflow:hidden}.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey{text-decoration:inherit;box-shadow:none;position:relative;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;margin:10px 5px;color:#444}.clearfix:after,.clearfix:before{content:' ';display:table;line-height:0;clear:both}.ie7 .clearfix{zoom:1}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch{border-color:#38245c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis{border-color:#e91c00}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance{border-color:#003eb0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious{border-color:#06c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart{border-color:#036824}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg{border-color:#00327c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble{border-color:#ba1655}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook{border-color:#1e2e4f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr{border-color:#003576}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github{border-color:#264874}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google{border-color:#0b51c5}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus{border-color:#96271a}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5{border-color:#902e13}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram{border-color:#1630aa}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin{border-color:#00344f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest{border-color:#5b040e}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit{border-color:#992900}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss{border-color:#a43b0a}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis{border-color:#5d8420}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype{border-color:#00658a}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud{border-color:#995200}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify{border-color:#0f612c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow{border-color:#a95009}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam{border-color:#006388}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email{border-color:#b84e05}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon{border-color:#9b280e}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr{border-color:#10151b}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter{border-color:#0967a0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo{border-color:#0d7091}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows{border-color:#003f71}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress{border-color:#0f3647}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo{border-color:#14002d}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube{border-color:#900}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing{border-color:#000202}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud{border-color:#2475a0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk{border-color:#243549}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium{border-color:#00452c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora{border-color:#420e00}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup{border-color:#9b181c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads{border-color:#000}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat{border-color:#999700}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px{border-color:#00557f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont{border-color:#185886}.sabox-plus-item{margin-bottom:20px}@media screen and (max-width:480px){.saboxplugin-wrap{text-align:center}.saboxplugin-wrap .saboxplugin-gravatar{float:none;padding:20px 0;text-align:center;margin:0 auto;display:block}.saboxplugin-wrap .saboxplugin-gravatar img{float:none;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1}.saboxplugin-wrap .saboxplugin-desc{margin:0 10px 20px;text-align:center}.saboxplugin-wrap .saboxplugin-authorname{text-align:center;margin:10px 0 20px}}body .saboxplugin-authorname a,body .saboxplugin-authorname a:hover{box-shadow:none;-webkit-box-shadow:none}a.sab-profile-edit{font-size:16px!important;line-height:1!important}.sab-edit-settings a,a.sab-profile-edit{color:#0073aa!important;box-shadow:none!important;-webkit-box-shadow:none!important}.sab-edit-settings{margin-right:15px;position:absolute;right:0;z-index:2;bottom:10px;line-height:20px}.sab-edit-settings i{margin-left:5px}.saboxplugin-socials{line-height:1!important}.rtl .saboxplugin-wrap .saboxplugin-gravatar{float:right}.rtl .saboxplugin-wrap .saboxplugin-authorname{display:flex;align-items:center}.rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit{margin-right:10px}.rtl .sab-edit-settings{right:auto;left:0}img.sab-custom-avatar{max-width:75px;}.saboxplugin-wrap .saboxplugin-socials{background-color:#42505f;}.saboxplugin-wrap {background-color:#42505f;}.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {color:#000000 !important;}.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {color:#fcfcfc;}.saboxplugin-wrap .saboxplugin-authorname a,.saboxplugin-wrap .saboxplugin-authorname span {color:#ffffff;}.saboxplugin-wrap .saboxplugin-authorname {font-family:"Roboto";}.saboxplugin-wrap .saboxplugin-desc {font-family:Open Sans;}.saboxplugin-wrap {margin-top:30px; margin-bottom:15px; padding: 5px 0px }.saboxplugin-wrap .saboxplugin-authorname {font-size:19px; line-height:26px;}.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {font-size:10px !important; line-height:17px !important;}.saboxplugin-wrap .saboxplugin-web {font-size:14px;}.saboxplugin-wrap .saboxplugin-socials a svg {width:20px;height:20px;}</style><script type='text/javascript' src='https://www.dailyesports.gg/wp-content/themes/hottopix/js/respond.min.js'></script><script type='text/javascript'>/* */ var countVars = {"disqusShortname":"dailyesports-tv"}; /* */</script> <script type='text/javascript' src='https://www.dailyesports.gg/wp-content/cache/fvm/1555518761/out/footer-59661dfe.min.js'></script><script>/* loadCSS. [c]2017 Filament Group, Inc. MIT License */ (function(w){if(!w.loadCSS)w.loadCSS=function(){};var rp=loadCSS.relpreload={};rp.support=function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=false}return function(){return ret}}();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){if(link.addEventListener)link.removeEventListener("load",enableStylesheet);else if(link.attachEvent)link.detachEvent("onload",enableStylesheet);link.setAttribute("onload",null);link.media=finalMedia}if(link.addEventListener)link.addEventListener("load",enableStylesheet);else if(link.attachEvent)link.attachEvent("onload",enableStylesheet);setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3E3)};rp.poly=function(){if(rp.support())return;var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss", true);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener)w.addEventListener("load",function(){rp.poly();w.clearInterval(run)});else if(w.attachEvent)w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}if(typeof exports!=="undefined")exports.loadCSS=loadCSS;else w.loadCSS=loadCSS})(typeof global!=="undefined"?global:this);</script> </body></html>
[]
[ "<head><link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.8.1/css/all.css\" integrity=\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\" crossorigin=\"anonymous\"/><meta charset=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\"/><meta property=\"og:image\" content=\"https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg\"/><!--[if lt IE 9]><link rel=\"stylesheet\" type=\"text/css\" href=\"https://www.dailyesports.gg/wp-content/themes/hottopix/css/iecss.css\" /> <![endif]--><link rel=\"shortcut icon\" href=\"https://www.dailyesports.gg/wp-content/uploads/2019/04/DailyEsports-Logo_Colour1.png\"/><link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"https://www.dailyesports.gg/feed/\"/><link rel=\"alternate\" type=\"text/xml\" title=\"RSS .92\" href=\"https://www.dailyesports.gg/feed/rss/\"/><link rel=\"alternate\" type=\"application/atom+xml\" title=\"Atom 0.3\" href=\"https://www.dailyesports.gg/feed/atom/\"/><link rel=\"pingback\" href=\"https://www.dailyesports.gg/xmlrpc.php\"/> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n\n ga('create', 'UA-77146804-1', 'auto');\n ga('send', 'pageview');</script> <title>Fortnite Season 8 Discovery Skin \"Ruin\" challenges leaked</title><meta name=\"description\" content=\"The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?\"/><link rel=\"canonical\" href=\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/\"/><meta property=\"og:locale\" content=\"en_US\"/><meta property=\"og:type\" content=\"article\"/><meta property=\"og:title\" content=\"Fortnite Season 8 Discovery Skin &quot;Ruin&quot; challenges leaked\"/><meta property=\"og:description\" content=\"The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?\"/><meta property=\"og:url\" content=\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/\"/><meta property=\"og:site_name\" content=\"Daily Esports\"/><meta property=\"article:publisher\" content=\"https://www.facebook.com/dailyesportsgg/\"/><meta property=\"article:tag\" content=\"Battle Pass\"/><meta property=\"article:tag\" content=\"Battle Royale\"/><meta property=\"article:tag\" content=\"Cosmetics\"/><meta property=\"article:tag\" content=\"Epic Games\"/><meta property=\"article:tag\" content=\"Fortnite\"/><meta property=\"article:tag\" content=\"Skins\"/><meta property=\"article:section\" content=\"Fortnite\"/><meta property=\"article:published_time\" content=\"2019-04-17T16:30:15+00:00\"/><meta property=\"article:modified_time\" content=\"2019-04-17T16:53:09+00:00\"/><meta property=\"og:updated_time\" content=\"2019-04-17T16:53:09+00:00\"/><meta property=\"og:image\" content=\"https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg\"/><meta property=\"og:image:secure_url\" content=\"https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg\"/><meta property=\"og:image:width\" content=\"1024\"/><meta property=\"og:image:height\" content=\"512\"/><meta name=\"twitter:card\" content=\"summary\"/><meta name=\"twitter:description\" content=\"The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?\"/><meta name=\"twitter:title\" content=\"Fortnite Season 8 Discovery Skin &quot;Ruin&quot; challenges leaked\"/><meta name=\"twitter:site\" content=\"@daily_esportstv\"/><meta name=\"twitter:image\" content=\"https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin.jpg\"/><meta name=\"twitter:creator\" content=\"@JoeyCarr9\"/> <script type=\"application/ld+json\" class=\"yoast-schema-graph yoast-schema-graph--main\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https://www.dailyesports.gg/#organization\",\"name\":\"Daily Esports\",\"url\":\"https://www.dailyesports.gg/\",\"sameAs\":[\"https://www.facebook.com/dailyesportsgg/\",\"https://www.youtube.com/channel/UC64tyE1WqnMXgHY06SWKIAw\",\"https://twitter.com/daily_esportstv\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https://www.dailyesports.gg/#logo\",\"url\":\"https://dailyesports.gg/wp-content/uploads/2018/06/eps-1.png\",\"caption\":\"Daily Esports\"},\"image\":{\"@id\":\"https://www.dailyesports.gg/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https://www.dailyesports.gg/#website\",\"url\":\"https://www.dailyesports.gg/\",\"name\":\"Daily Esports\",\"publisher\":{\"@id\":\"https://www.dailyesports.gg/#organization\"},\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":\"https://www.dailyesports.gg/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}},{\"@type\":\"WebPage\",\"@id\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#webpage\",\"url\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/\",\"inLanguage\":\"en-US\",\"name\":\"Fortnite Season 8 Discovery Skin &amp;quot;Ruin&amp;quot; challenges leaked\",\"isPartOf\":{\"@id\":\"https://www.dailyesports.gg/#website\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#primaryimage\",\"url\":\"https://www.dailyesports.gg/wp-content/uploads/2019/04/ruin-620x310.jpg\",\"caption\":\"\"},\"primaryImageOfPage\":{\"@id\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#primaryimage\"},\"datePublished\":\"2019-04-17T16:30:15+00:00\",\"dateModified\":\"2019-04-17T16:53:09+00:00\",\"description\":\"The Fortnite Season 8 Discovery Skin, Ruin, will become available tomorrow along with two bad ass cosmetic items. But how do you unlock these items?\"},{\"@type\":\"Article\",\"@id\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#article\",\"isPartOf\":{\"@id\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#webpage\"},\"author\":{\"@id\":\"https://www.dailyesports.gg/author/joeycarr/#author\",\"name\":\"Joey Carr\"},\"publisher\":{\"@id\":\"https://www.dailyesports.gg/#organization\"},\"headline\":\"Fortnite Season 8 Discovery Skin &amp;#8220;Ruin&amp;#8221; challenges leaked\",\"datePublished\":\"2019-04-17T16:30:15+00:00\",\"dateModified\":\"2019-04-17T16:53:09+00:00\",\"commentCount\":0,\"mainEntityOfPage\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#webpage\",\"image\":{\"@id\":\"https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/#primaryimage\"},\"keywords\":\"Battle Pass,Battle Royale,Cosmetics,Epic Games,Fortnite,Skins\",\"articleSection\":\"Fortnite,News\"},{\"@type\":\"Person\",\"@id\":\"https://www.dailyesports.gg/author/joeycarr/#author\",\"name\":\"Joey Carr\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https://www.dailyesports.gg/#personlogo\",\"url\":\"https://secure.gravatar.com/avatar/118d06130bc01c87371498d7352e4fdb?s=96&amp;d=mm&amp;r=pg\",\"caption\":\"Joey Carr\"},\"description\":\"Joey Carr is a University of North Georgia Journalism graduate. He has 4+ years experience covering Esports and traditional sporting events, including Dreamhack Atlanta, Call of Duty Championships 2017, and Super Bowl 53.\",\"sameAs\":[\"https://twitter.com/JoeyCarr9\"]}]}</script> <link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://www.dailyesports.gg/wp-includes/css/dist/block-library/style.min.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"mvp-style-css\" href=\"https://www.dailyesports.gg/wp-content/themes/hottopix/style.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"reset-css\" href=\"https://www.dailyesports.gg/wp-content/themes/hottopix/css/reset.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"mvp-fontawesome-css\" href=\"//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"media-queries-css\" href=\"https://www.dailyesports.gg/wp-content/themes/hottopix/css/media-queries.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"author-avatars-widget-css\" href=\"https://www.dailyesports.gg/wp-content/plugins/author-avatars/css/widget.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"sab-font-css\" href=\"https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic|Open+Sans:400,700,400italic,700italic&amp;subset=latin\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"addtoany-css\" href=\"https://www.dailyesports.gg/wp-content/plugins/add-to-any/addtoany.min.css\" type=\"text/css\" media=\"all\"/><style id=\"addtoany-inline-css\" type=\"text/css\">@media screen and (max-width:980px){ .a2a_floating_style.a2a_vertical_style{display:none;} }</style><link rel=\"stylesheet\" id=\"author-avatars-shortcode-css\" href=\"https://www.dailyesports.gg/wp-content/plugins/author-avatars/css/shortcode.css\" type=\"text/css\" media=\"all\"/> <script>if (document.location.protocol != \"https:\") {document.location = document.URL.replace(/^http:/i, \"https:\");}</script><script type=\"text/javascript\" src=\"https://www.dailyesports.gg/wp-content/cache/fvm/1555518761/out/header-e4e20d81.min.js\"/><link rel=\"https://api.w.org/\" href=\"https://www.dailyesports.gg/wp-json/\"/><link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.dailyesports.gg/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F\"/><link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.dailyesports.gg/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.dailyesports.gg%2Ffortnite-season-8-discovery-skin-ruin-challenges-leaked%2F&amp;format=xml\"/> <script data-cfasync=\"false\">window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};\n(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src=\"https://static.addtoany.com/menu/page.js\";b.parentNode.insertBefore(a,b);})(document,\"script\");</script> <link type=\"text/css\" rel=\"stylesheet\" href=\"https://www.dailyesports.gg/wp-content/plugins/category-specific-rss-feed-menu/wp_cat_rss_style.css\"/><style>.no-js img.lazyload { display: none; } figure.wp-block-image img.lazyloading { min-width: 150px; } .lazyload, .lazyloading { opacity: 0; } .lazyloaded { opacity: 1; transition: opacity 400ms; transition-delay: 0ms; }</style><style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700|Oswald:300,400,700|Alegreya:400|Open+Sans:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:100,200,300,400,500,600,700,800,900&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese); #main-nav .menu li a, #main-nav .menu li ul li a { font-family: 'Open Sans', sans-serif; } .main-text h1, .sub-text h2 { font-family: 'Oswald', sans-serif; } .home-widget .cat-dark-text h2, .home-widget .category-light h2 a, .sidebar-small-widget .category-light h2 a, ul.home-carousel li h2, h1.headline, h1.headline-page, .prev-post a, .next-post a, .related-text a, #post-404 h1, h3.cat-header, .archive-text h2 a, .archive-text-noimg h2 a, ul.widget-buzz li h2 a, .sidebar-widget .cat-dark-text h2, .sidebar-widget .category-light h2 a, .footer-widget .category-light h2 a { font-family: 'Source Sans Pro', sans-serif; } #logo-wrapper, #logo-small { height: 100px; } #main-nav .menu li:hover ul li a { background: #333333; } #main-nav .menu li:hover ul li a:hover { background: #fecc33; } #main-nav .menu li:hover, #main-nav .menu li a:hover, #main-nav .menu li.current-menu-item, #main-nav .menu li.current-post-parent { background: #fecc33 url(https://www.dailyesports.gg/wp-content/themes/hottopix/images/menu-fade.png) repeat-x bottom; } .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce span.onsale, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #fecc33; } .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { opacity: 0.8; } span.comment-count, h3.post-header, h3.comment-header, h3.home-widget-header, h3.small-widget-header, h3.sidebar-widget-header, span.post-tags-header, .post-tags a:hover, ul.tabber-widget li.active, ul.tabber-widget li:hover, .tag-cloud a:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range { background: #fecc33; } span.home-widget-header, span.small-widget-header, span.sidebar-widget-header, ul.tabber-widget, #comments, #related-posts { border-top: 3px solid #fecc33; } ol.commentlist { border-bottom: 3px solid #fecc33; } .prev-post, .next-post { color: #fecc33; } #nav-wrapper { background: #333333 url(https://www.dailyesports.gg/wp-content/themes/hottopix/images/menu-fade.png) repeat-x bottom; } .search-fly-wrap { background: #333333; } #nav-mobi select { background: #333333 url(https://www.dailyesports.gg/wp-content/themes/hottopix/images/triangle-dark.png) no-repeat right; } a, a:visited { color: #fecc33; } #wallpaper { background: url() no-repeat 50% 0; }</style><style type=\"text/css\">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700|Oswald:300,400,700|Alegreya:400|Open+Sans+Condensed:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900|Oswald:100,200,300,400,500,600,700,800,900&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);</style><style type=\"text/css\">#nav-wrapper { width: 100%; } #leader-wrapper { margin-top: 0; margin-bottom: 20px; } #logo-wrapper { text-align: center; }</style><style type=\"text/css\" id=\"custom-background-css\">body.custom-background { background-color: #0b090c; }</style><link rel=\"icon\" href=\"https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg-150x150.png\" sizes=\"32x32\"/><link rel=\"icon\" href=\"https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg.png\" sizes=\"192x192\"/><link rel=\"apple-touch-icon-precomposed\" href=\"https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg.png\"/><meta name=\"msapplication-TileImage\" content=\"https://www.dailyesports.gg/wp-content/uploads/2018/08/dailyesportsgg.png\"/><style type=\"text/css\" id=\"wp-custom-css\">/*Font Imports*/ @import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed'); /**Header Logo Centering**/ .nav-logo {padding-top: 6px; max-width: 35px;} /******************************** Font Styles ********************************/ /*Main Navigation Bar*/ #main-nav .menu li a { color: #fff; font-size: 14px; font-weight: 700; line-height: 100%; padding: 17px 12px; text-transform: uppercase;} #main-nav .menu li a:hover { color: #000;} /*Featured Section Headlines*/ .main-text h1, .sub-text h2 { font-family: 'Oswald', sans-serif;} .sub-text h2 { color: #fff; float: left; margin-bottom: 1px;} /*Article Subheadings*/ #content-area h1, h2, h3, h4, h5, h6 { line-height: 1.5 ; font-family: 'Roboto' !important; margin-bottom: 10px} /*Featured Section Sub-Stories*/ .sub-text h2 { color: #fff; width: 100%; font-family: 'Roboto Condensed' !important; margin-bottom: 1px;} /*Article Text*/ #content-area p { font-size: 17px !important; line-height: 1.5 !important; font-family: 'Open Sans' !important; margin-bottom: 20px !important;} /*Feature Image Caption*/ #featured-caption { color: #aaa; font: 12px/100% Helvetica; margin-top: 7px; float: right; margin-right: 3px; text-align: right; text-transform: uppercase; width: 100%;} /*Sidebar Main Heading*/ h3.sidebar-widget-header, h3.sidebar-widget-header a { color: #000; float: left; font: 400 26px 'Oswald'; margin-left: 20px; padding: 5px 7px; text-transform: none;} /*Sidebar Article Byline*/ span.list-byline {font: bold 13px/10px Helvetica, Arial, Sans-Serif; margin-bottom: 10px;} /******************************** Font Colors ********************************/ /*Content Body*/ #content-wrapper {color: #F2F3FF !important;} /*Home Page Feed Headlines*/ .archive-text h2 a, .archive-text-noimg h2 a { color: #fff; font-size: 26px!important; font-weight: 400; line-height: 120%; margin-bottom: 5px; width: 100%;} /*Home Page Feed Byline*/ span.archive-byline a { text-decoration: none!important; color: #FECC33 !important;} span.archive-byline { color: #FECC33; float: left; font-size: 14px!important; margin-bottom: 6px;} /*Category Page Headlines*/ h3.cat-header { color: #FECC33; font-size: 40px; font-weight: 700; line-height: 100%; text-transform: uppercase;} /*Article Headline*/ h1.headline { float: left; color: #FECC33; font-size: 42px; font-weight: 400; line-height: 120%; margin-bottom: 10px; width: 100%;} /*Article Text*/ #content-area p {color: #F3F3F3 !important;} /*Article Subheadings*/ #content-area h1 {color: #FECC33 !important;} #content-area h2 {color: #FECC33 !important;} #content-area h3 {color: #FECC33 !important;} #content-area h4 {color: #FECC33 !important;} #content-area h5 {color: #FECC33 !important;} #content-area h6 {color: #FECC33 !important;} /*Article Breadcrumb Text*/ .breadcrumb a {font: 400 14px/40px 'Open Sans',sans-serif;} /*Article Breadcrumb Dividers*/ .breadcrumb {border-bottom: 1px solid #fff !important; color: #fff !important; font: 400 14px/25px 'Open Sans', sans-serif; padding: 10px 20px !important;} /*Byline: Article Date*/ span.post-byline {color: #E0E1DF !important; font-size: 15px !important;} /*Byline: Twitter Handle Size*/ span.twitter-byline { font-size: 15px !important; background-size: 13px 11px !important;} /*Sidebar*/ #sidebar-wrapper {color:#fff !important;} /*Sidebar Article Titles*/ .sidebar-widget h2 a {color: #fff !important;} /*Sidebar Article Text*/ .sidebar-widget p a {color: #fff !important;} /*Sidebar Author Names*/ span.list-byline {color: #fff !important;} /*Sidebar Dividers*/ .sidebar-widget .cat-light-bottom ul li { border-top: 1px solid #fff; margin-top: 15px; padding-top: 15px; width: 100%;} /*Suggested Articles*/ .related-text a {color: #fff !important;} /*Previous and Next Articles*/ .prev-post a, .next-post a {color: #fff !important;} /******************************** Background Colors ********************************/ /*Main Navigation Bar*/ #nav-wrapper {background-color: #132537} .nav-wrap-out {background-color: #132537;} /*Content Body*/ #content-wrapper {background: #132537 !important;} /*Sidebar*/ #sidebar-wrapper {background-color: #42505f !important;} /*Footer*/ #footer-wrapper {background: #132537 !important;} /*Home Page News Feed*/ #main {background: #132537;} /*Home Page Featured Section*/ .sub-story { border-bottom: 1px solid #000; border-left: 1px solid #000; float: left; margin: 0; overflow: hidden; position: relative;} /******************************** Extras ********************************/ /*Calendar: Month Heading*/ .mec-calendar .mec-calendar-header h2 { text-transform: uppercase; font-size: 14px !important; font-weight: 700; color: #fff;} /*Calendar: Month Change Button BG*/ .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month { border-radius: 2px; top: 40px; color: #464646; background-color: #464646; border: 1px solid; line-height: 30px; z-index: 1;} /*Calendar: Month Change Button Pointer*/ .mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i { font-size: 12px; color: #FECC33; cursor: pointer;} /*News Ticker Font Color*/ ul.ticker li h2 a {color: #000;} /*News Ticker Background*/ #ticker-wrapper {background: #FECC33 !important;} /*Home: Page Change Buttons*/ .pagination span, .pagination a { background: #FFF; border: 1px solid #333; border-radius: 3px; box-shadow: 0 2px 4px -1px #fff; color: #000 !important; display: block; float: left;} .pagination .current, .pagination a:hover { background: #fecc33; border: 1px solid #333; color: #000 !important;} .pagination span, .pagination a:hover { background: #fecc33; border: 1px solid #333; border-radius: 3px; box-shadow: 0 2px 4px -1px #fff; color: #000; display: block; float: left;} /*Article: Tags*/ .post-tags a:hover, span.post-tags-header { color: #000; background-color: #fff !important;} .post-tags a, span.post-tags-header { color: #000; background-color: #FECC33 !important;} /*Read More*/ h3.post-header { color: #000; float: left; font: 400 24px oswald,sans-serif; margin: -20px 0 10px; padding: 5px 7px; position: relative; text-transform: none;} /*Our Authors Page*/ .shortcode-author-avatars .avatar { float:left; text-align: left; padding:3px; margin:4px; margin-right: 4px; border: 1px solid #FECC33;} .shortcode-author-avatars div.author-list .user { margin-left: 4px; text-align: left;} /*Article Block Quotes*/ #post-area blockquote { border-left: 0px #ccc solid; border-top: 0px #ccc solid; border-bottom: 0px #ccc solid; padding-top: 0px; color: #777; font: italic 14px/22px verdana,arial,sans-serif; margin: 10px; padding-left: 40px; padding-right: 30px;} /*Navigation Side-Bar*/ #fly-menu-wrap { background-color: #132537; top: 10px; left: 0;} .fly-side-wrap { background: #FECC33; position: absolute; top: 10px} .fly-wrap-in { background-color: #132537; margin-left: 40px; position: relative; height: 100%;} .fly-wrap-out { background-color: #FECC33;} /*Comment Counter on Stories*/ span.comment-count { color: #000; float: left; font: 700 10px/10px 'Open Sans Condensed', sans-serif; padding: 3px 6px;} .mpp-toc-container { max-width: 50%; padding: 1em 1.25em; background-color: #000; border: 1px solid rgba(0,0,0,.08); display: inline-block; }</style> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-M3P944L');</script> <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.2.0/css/all.css\" integrity=\"sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ\" crossorigin=\"anonymous\"/></head>" ]
[ "<title>Fortnite Season 8 Discovery Skin \"Ruin\" challenges leaked</title>" ]
[ { "key": "datasource", "type": "global", "value": "www.dailyesports.gg > fortnite season 8 discovery skin ruin challenges leaked" } ]
[ { "char_end_idx": 423, "char_start_idx": 0, "key": "length", "type": "local", "value": "423" }, { "char_end_idx": 531, "char_start_idx": 423, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 625, "char_start_idx": 531, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 703, "char_start_idx": 625, "key": "length", "type": "local", "value": "77" }, { "char_end_idx": 787, "char_start_idx": 703, "key": "length", "type": "local", "value": "83" }, { "char_end_idx": 860, "char_start_idx": 787, "key": "length", "type": "local", "value": "72" }, { "char_end_idx": 1021, "char_start_idx": 860, "key": "length", "type": "local", "value": "160" }, { "char_end_idx": 1158, "char_start_idx": 1021, "key": "length", "type": "local", "value": "136" }, { "char_end_idx": 1263, "char_start_idx": 1158, "key": "length", "type": "local", "value": "104" }, { "char_end_idx": 1352, "char_start_idx": 1263, "key": "length", "type": "local", "value": "88" }, { "char_end_idx": 1446, "char_start_idx": 1352, "key": "length", "type": "local", "value": "93" }, { "char_end_idx": 1544, "char_start_idx": 1446, "key": "length", "type": "local", "value": "97" }, { "char_end_idx": 1699, "char_start_idx": 1544, "key": "length", "type": "local", "value": "154" }, { "char_end_idx": 1795, "char_start_idx": 1699, "key": "length", "type": "local", "value": "95" }, { "char_end_idx": 1844, "char_start_idx": 1795, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 1971, "char_start_idx": 1844, "key": "length", "type": "local", "value": "126" }, { "char_end_idx": 2112, "char_start_idx": 1971, "key": "length", "type": "local", "value": "140" }, { "char_end_idx": 2718, "char_start_idx": 2112, "key": "length", "type": "local", "value": "605" }, { "char_end_idx": 2876, "char_start_idx": 2718, "key": "length", "type": "local", "value": "157" }, { "char_end_idx": 3570, "char_start_idx": 2876, "key": "length", "type": "local", "value": "693" }, { "char_end_idx": 3641, "char_start_idx": 3570, "key": "length", "type": "local", "value": "70" }, { "char_end_idx": 3642, "char_start_idx": 3641, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 3643, "char_start_idx": 3642, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4154, "char_start_idx": 3643, "key": "length", "type": "local", "value": "510" }, { "char_end_idx": 4262, "char_start_idx": 4154, "key": "length", "type": "local", "value": "107" }, { "char_end_idx": 4302, "char_start_idx": 4262, "key": "length", "type": "local", "value": "39" }, { "char_end_idx": 4303, "char_start_idx": 4302, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4304, "char_start_idx": 4303, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4513, "char_start_idx": 4304, "key": "length", "type": "local", "value": "208" }, { "char_end_idx": 4562, "char_start_idx": 4513, "key": "length", "type": "local", "value": "48" }, { "char_end_idx": 4563, "char_start_idx": 4562, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4564, "char_start_idx": 4563, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4832, "char_start_idx": 4564, "key": "length", "type": "local", "value": "267" }, { "char_end_idx": 4870, "char_start_idx": 4832, "key": "length", "type": "local", "value": "37" }, { "char_end_idx": 4871, "char_start_idx": 4870, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 4872, "char_start_idx": 4871, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5087, "char_start_idx": 4872, "key": "length", "type": "local", "value": "214" }, { "char_end_idx": 5120, "char_start_idx": 5087, "key": "length", "type": "local", "value": "32" }, { "char_end_idx": 5121, "char_start_idx": 5120, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5122, "char_start_idx": 5121, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5345, "char_start_idx": 5122, "key": "length", "type": "local", "value": "222" }, { "char_end_idx": 5380, "char_start_idx": 5345, "key": "length", "type": "local", "value": "34" }, { "char_end_idx": 5381, "char_start_idx": 5380, "key": "length", "type": "local", "value": "0" }, { "char_end_idx": 5382, "char_start_idx": 5381, "key": "length", "type": "local", "value": "0" } ]
[ { "key": "length", "type": "global", "value": "5512" } ]
[ { "char_end_idx": 0, "char_start_idx": 0, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "noscript" }, { "char_end_idx": 8, "char_start_idx": 0, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/features/op-ed/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 8, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-4639", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4639" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 19, "char_start_idx": 9, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/features/interviews/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 19, "char_start_idx": 9, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-19795", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19795" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 27, "char_start_idx": 20, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/features/game-reviews/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 27, "char_start_idx": 20, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-4643", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4643" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 39, "char_start_idx": 28, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/our-authors/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 39, "char_start_idx": 28, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-4975", "menu-item menu-item-type-post_type menu-item-object-page menu-item-4975" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 50, "char_start_idx": 40, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/about-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 50, "char_start_idx": 40, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-4665", "menu-item menu-item-type-post_type menu-item-object-page menu-item-4665" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 61, "char_start_idx": 51, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/contact-us/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 61, "char_start_idx": 51, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-19807", "menu-item menu-item-type-post_type menu-item-object-page menu-item-19807" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 77, "char_start_idx": 62, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/privacy-policy/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 77, "char_start_idx": 62, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-4976", "menu-item menu-item-type-post_type menu-item-object-page menu-item-4976" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 78, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-sidebar-cake-menu", "menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 78, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "menu-sidebar-cake-menu-container" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 78, "char_start_idx": 0, "html_attrs": { "attrs": [ "class" ], "values": [ "fly-nav-menu left relative" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 6, "type": "local", "value": "nav" }, { "char_end_idx": 78, "char_start_idx": 0, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "fly-wrap-in", "fly-menu-wrap" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 78, "char_start_idx": 0, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "fly-wrap", "fly-wrap-out" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 82, "char_start_idx": 78, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/news/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 82, "char_start_idx": 78, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8730", "menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8730" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 100, "char_start_idx": 83, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/league-of-legends/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 100, "char_start_idx": 83, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8710", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8710" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 113, "char_start_idx": 101, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/apex-legends/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 113, "char_start_idx": 101, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-18451", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18451" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 122, "char_start_idx": 114, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/fortnite/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 122, "char_start_idx": 114, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-4457", "menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-4457" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 132, "char_start_idx": 123, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/overwatch/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 132, "char_start_idx": 123, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8711", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8711" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 138, "char_start_idx": 133, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/csgo/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 138, "char_start_idx": 133, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8712", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8712" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 142, "char_start_idx": 139, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/magic-the-gathering/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 142, "char_start_idx": 139, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-17630", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17630" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 147, "char_start_idx": 143, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/news/games/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 160, "char_start_idx": 148, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/call-of-duty/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 160, "char_start_idx": 148, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8727", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8727" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 167, "char_start_idx": 161, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/dota-2/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 167, "char_start_idx": 161, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8713", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8713" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 171, "char_start_idx": 168, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/news/games/fgc/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 171, "char_start_idx": 168, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8716", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8716" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 176, "char_start_idx": 172, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/fifa/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 176, "char_start_idx": 172, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8715", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8715" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 188, "char_start_idx": 177, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/hearthstone/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 188, "char_start_idx": 177, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8726", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8726" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 208, "char_start_idx": 189, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/heroes-of-the-storm/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 208, "char_start_idx": 189, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8729", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8729" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 213, "char_start_idx": 209, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/pubg/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 213, "char_start_idx": 209, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8714", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8714" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 227, "char_start_idx": 214, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/rocket-league/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 227, "char_start_idx": 214, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8725", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8725" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 239, "char_start_idx": 228, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/starcraft-2/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 239, "char_start_idx": 228, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8728", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8728" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 240, "char_start_idx": 147, "html_attrs": { "attrs": [ "class" ], "values": [ "sub-menu" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "ul" }, { "char_end_idx": 240, "char_start_idx": 143, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-item-8720", "menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8720" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 240, "char_start_idx": 78, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "menu-headliner-navigation", "menu" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "ul" }, { "char_end_idx": 240, "char_start_idx": 78, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "main-nav", "menu-headliner-navigation-container" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 240, "char_start_idx": 78, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "nav-wrapper", "nav-wrap-out nav-wrap-in" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 240, "char_start_idx": 78, "html_attrs": { "attrs": [ "id" ], "values": [ "top-wrap" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 5, "type": "local", "value": "div" }, { "char_end_idx": 297, "char_start_idx": 240, "html_attrs": { "attrs": [ "class" ], "values": [ "headline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "h1" }, { "char_end_idx": 307, "char_start_idx": 298, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/joeycarr/", "Posts by Joey Carr", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 324, "char_start_idx": 298, "html_attrs": { "attrs": [ "class" ], "values": [ "post-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 334, "char_start_idx": 324, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.twitter.com/JoeyCarr9", "blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 334, "char_start_idx": 324, "html_attrs": { "attrs": [ "class" ], "values": [ "twitter-byline" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "span" }, { "char_end_idx": 334, "char_start_idx": 240, "html_attrs": { "attrs": [ "id" ], "values": [ "title-main" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 8, "type": "local", "value": "div" }, { "char_end_idx": 393, "char_start_idx": 385, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "em" }, { "char_end_idx": 626, "char_start_idx": 335, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "p" }, { "char_end_idx": 861, "char_start_idx": 627, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 872, "char_start_idx": 862, "html_attrs": { "attrs": [ "class" ], "values": [ "ctaText" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "span" }, { "char_end_idx": 946, "char_start_idx": 873, "html_attrs": { "attrs": [ "class" ], "values": [ "postTitle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 946, "char_start_idx": 862, "html_attrs": { "attrs": [ "style" ], "values": [ "padding-left:1em; padding-right:1em;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 947, "char_start_idx": 862, "html_attrs": { "attrs": [ "href", "target", "class" ], "values": [ "https://www.dailyesports.gg/stealth-reflex-skin-variant-geforce-fortnite-bundle/", "_blank", "udbe2fce467488bdd0b3e0db37b21d814" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 947, "char_start_idx": 862, "html_attrs": { "attrs": [ "style" ], "values": [ "clear:both; margin-top:0em; margin-bottom:1em;" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 1126, "char_start_idx": 1113, "html_attrs": { "attrs": [ "target", "href" ], "values": [ "_blank", "https://twitter.com/FireMonkeyFN" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 1159, "char_start_idx": 947, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "p" }, { "char_end_idx": 1187, "char_start_idx": 1160, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "h2" }, { "char_end_idx": 1545, "char_start_idx": 1188, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1617, "char_start_idx": 1546, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 1845, "char_start_idx": 1618, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2113, "char_start_idx": 1846, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2198, "char_start_idx": 2159, "html_attrs": { "attrs": [ "href", "target" ], "values": [ "https://www.dailyesports.gg/fortnite/", "_blank" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 2276, "char_start_idx": 2114, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "em" }, { "char_end_idx": 2276, "char_start_idx": 2114, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "p" }, { "char_end_idx": 2277, "char_start_idx": 2277, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "hr" }, { "char_end_idx": 2287, "char_start_idx": 2277, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h2" }, { "char_end_idx": 2342, "char_start_idx": 2288, "html_attrs": { "attrs": [ "target", "href", "rel", "title" ], "values": [ "_blank", "https://www.dailyesports.gg/fortnite-battle-pass-challenge-guide-season-8-week-5/", "bookmark", "Fortnite Battle Pass Challenge Guide: Season 8, Week 5" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 2342, "char_start_idx": 2288, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 2417, "char_start_idx": 2343, "html_attrs": { "attrs": [ "target", "href", "rel", "title" ], "values": [ "_blank", "https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/", "bookmark", "Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2417, "char_start_idx": 2343, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2471, "char_start_idx": 2418, "html_attrs": { "attrs": [ "target", "href", "rel", "title" ], "values": [ "_blank", "https://www.dailyesports.gg/fortnite-season-8-week-6-battle-pass-challenge-guide/", "bookmark", "Fortnite Season 8, Week 6 Battle Pass Challenge Guide" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2471, "char_start_idx": 2418, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2526, "char_start_idx": 2472, "html_attrs": { "attrs": [ "target", "href", "rel", "title" ], "values": [ "_blank", "https://www.dailyesports.gg/fortnite-battle-pass-challenge-guide-season-8-week-4/", "bookmark", "Fortnite Battle Pass Challenge Guide: Season 8, Week 4" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2526, "char_start_idx": 2472, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2581, "char_start_idx": 2527, "html_attrs": { "attrs": [ "target", "href", "rel", "title" ], "values": [ "_blank", "https://www.dailyesports.gg/fortnite-season-8-week-7-leaked-battle-pass-challenges/", "bookmark", "Fortnite Season 8 Week 7 leaked Battle Pass challenges" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2581, "char_start_idx": 2527, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2655, "char_start_idx": 2582, "html_attrs": { "attrs": [ "target", "href", "rel", "title" ], "values": [ "_blank", "https://www.dailyesports.gg/stealth-reflex-skin-variant-geforce-fortnite-bundle/", "bookmark", "Epic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2655, "char_start_idx": 2582, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 2656, "char_start_idx": 2288, "html_attrs": { "attrs": [ "class" ], "values": [ "similar-posts" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 2877, "char_start_idx": 2656, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "p" }, { "char_end_idx": 2878, "char_start_idx": 2656, "html_attrs": { "attrs": [ "class", "itemprop" ], "values": [ "saboxplugin-desc", "description" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 2878, "char_start_idx": 2656, "html_attrs": { "attrs": [ "class", "itemtype", "itemscope", "itemprop" ], "values": [ "saboxplugin-wrap", "http://schema.org/Person", "", "author" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 2878, "char_start_idx": 335, "html_attrs": { "attrs": [ "id" ], "values": [ "content-area" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2891, "char_start_idx": 2878, "html_attrs": { "attrs": [ "class" ], "values": [ "post-tags-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 4, "type": "local", "value": "span" }, { "char_end_idx": 2902, "char_start_idx": 2891, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/tag/battle-pass/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2915, "char_start_idx": 2902, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/tag/battle-royale/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2924, "char_start_idx": 2915, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/tag/cosmetics/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2934, "char_start_idx": 2924, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/tag/epic-games/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2942, "char_start_idx": 2934, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/tag/fortnite/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2947, "char_start_idx": 2942, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/tag/skins/", "tag" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 2947, "char_start_idx": 2878, "html_attrs": { "attrs": [ "class" ], "values": [ "post-tags" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 2948, "char_start_idx": 335, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "post-area", "post-21827 post type-post status-publish format-standard has-post-thumbnail hentry category-fortnite category-news tag-battle-pass tag-battle-royale tag-cosmetics tag-epic-games tag-fortnite tag-skins" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3016, "char_start_idx": 2965, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/bioessence-hydra-war-of-the-spark-spoilers-reveal/", "prev" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3016, "char_start_idx": 2948, "html_attrs": { "attrs": [ "class" ], "values": [ "prev-post" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3090, "char_start_idx": 3030, "html_attrs": { "attrs": [ "href", "rel" ], "values": [ "https://www.dailyesports.gg/rocket-league-esports-shop-the-verdict-is-mostly-positive/", "next" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3090, "char_start_idx": 3017, "html_attrs": { "attrs": [ "class" ], "values": [ "next-post" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 3091, "char_start_idx": 2948, "html_attrs": { "attrs": [ "class" ], "values": [ "prev-next-wrapper" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3100, "char_start_idx": 3091, "html_attrs": { "attrs": [ "class" ], "values": [ "post-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "h3" }, { "char_end_idx": 3194, "char_start_idx": 3101, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.dailyesports.gg/search-the-treasure-map-signpost-found-in-paradise-palms-fortnite-season-8-week-8-challenges/", "main-headline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3194, "char_start_idx": 3101, "html_attrs": { "attrs": [ "class" ], "values": [ "related-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3195, "char_start_idx": 3101, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3260, "char_start_idx": 3195, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.dailyesports.gg/epic-games-brings-in-infinity-ward-respawn-co-founder-jason-west/", "main-headline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3260, "char_start_idx": 3195, "html_attrs": { "attrs": [ "class" ], "values": [ "related-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3261, "char_start_idx": 3195, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3335, "char_start_idx": 3261, "html_attrs": { "attrs": [ "href", "class" ], "values": [ "https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/", "main-headline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3335, "char_start_idx": 3261, "html_attrs": { "attrs": [ "class" ], "values": [ "related-text" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3336, "char_start_idx": 3261, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3336, "char_start_idx": 3101, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "ul" }, { "char_end_idx": 3336, "char_start_idx": 3091, "html_attrs": { "attrs": [ "id" ], "values": [ "related-posts" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3336, "char_start_idx": 335, "html_attrs": { "attrs": [ "class", "id" ], "values": [ "mvp-cont-in", "home-main" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 3336, "char_start_idx": 3336, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ht_ad_widget-3", "sidebar-widget ht_ad_widget" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "li" }, { "char_end_idx": 3347, "char_start_idx": 3336, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar-widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "h3" }, { "char_end_idx": 3348, "char_start_idx": 3336, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar-widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 3348, "char_start_idx": 3348, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "620", "349", "Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Battle Pass Challenges", "https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-768x433.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1.jpg 960w", "(max-width: 620px) 100vw, 620px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png", "auto", "attachment-post-thumb size-post-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 3348, "char_start_idx": 3348, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "620", "349", "https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png", "attachment-post-thumb size-post-thumb wp-post-image", "Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Battle Pass Challenges", "https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-768x433.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-240x135.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/frosty-1.jpg 960w", "(max-width: 620px) 100vw, 620px" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 3348, "char_start_idx": 3348, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "noscript" }, { "char_end_idx": 3348, "char_start_idx": 3348, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/search-the-treasure-map-signpost-found-in-paradise-palms-fortnite-season-8-week-8-challenges/" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 3441, "char_start_idx": 3348, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/search-the-treasure-map-signpost-found-in-paradise-palms-fortnite-season-8-week-8-challenges/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 3441, "char_start_idx": 3348, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 3451, "char_start_idx": 3442, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/joeycarr/", "Posts by Joey Carr", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3468, "char_start_idx": 3442, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 3644, "char_start_idx": 3468, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3645, "char_start_idx": 3348, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-light-top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 3645, "char_start_idx": 3645, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "85", "48", "Chiquita at the 2019 NBA 2K League Draft", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-240x135.jpg 240w", "(max-width: 85px) 100vw, 85px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg", "auto", "attachment-small-thumb size-small-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 3645, "char_start_idx": 3645, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "85", "48", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg", "attachment-small-thumb size-small-thumb wp-post-image", "Chiquita at the 2019 NBA 2K League Draft", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Chiquita-240x135.jpg 240w", "(max-width: 85px) 100vw, 85px" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 8, "type": "local", "value": "img" }, { "char_end_idx": 3645, "char_start_idx": 3645, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 7, "type": "local", "value": "noscript" }, { "char_end_idx": 3645, "char_start_idx": 3645, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/chiquita-becomes-first-female-to-compete-in-nba-2k-league/" ] }, "key": "html", "relative_end_pos": 11, "relative_start_pos": 4, "type": "local", "value": "a" }, { "char_end_idx": 3658, "char_start_idx": 3645, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/adamobringer/", "Posts by Adam Obringer", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 13, "type": "local", "value": "a" }, { "char_end_idx": 3675, "char_start_idx": 3645, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "span" }, { "char_end_idx": 3675, "char_start_idx": 3645, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "85", "48", "epic games jason west fortnite call of duty", "https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-240x135.jpg 240w", "(max-width: 85px) 100vw, 85px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg", "auto", "attachment-small-thumb size-small-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "85", "48", "https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg", "attachment-small-thumb size-small-thumb wp-post-image", "epic games jason west fortnite call of duty", "https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-768x432.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/epic-games-logo-jason-west-240x135.jpg 240w", "(max-width: 85px) 100vw, 85px" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "noscript" }, { "char_end_idx": 3676, "char_start_idx": 3676, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/epic-games-brings-in-infinity-ward-respawn-co-founder-jason-west/" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3688, "char_start_idx": 3676, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/tayloryates/", "Posts by Taylor Yates", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 3705, "char_start_idx": 3676, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 3771, "char_start_idx": 3706, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/epic-games-brings-in-infinity-ward-respawn-co-founder-jason-west/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3771, "char_start_idx": 3705, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3772, "char_start_idx": 3676, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 3772, "char_start_idx": 3772, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "85", "48", "", "https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-240x135.png 240w", "(max-width: 85px) 100vw, 85px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png", "auto", "attachment-small-thumb size-small-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 3772, "char_start_idx": 3772, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "85", "48", "https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png", "attachment-small-thumb size-small-thumb wp-post-image", "", "https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/greasy-grove-1-240x135.png 240w", "(max-width: 85px) 100vw, 85px" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 3772, "char_start_idx": 3772, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "noscript" }, { "char_end_idx": 3772, "char_start_idx": 3772, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3781, "char_start_idx": 3772, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/joeycarr/", "Posts by Joey Carr", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 3798, "char_start_idx": 3772, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 3873, "char_start_idx": 3799, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/fortnite-season-8-week-8-challenges-hidden-battle-star-location-leaked/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 3873, "char_start_idx": 3798, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 3874, "char_start_idx": 3772, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3874, "char_start_idx": 3874, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "85", "48", "Riot Games Butchers Bridge League of Legends Aram Patch 9.8", "https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-240x135.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge.jpg 700w", "(max-width: 85px) 100vw, 85px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg", "auto", "attachment-small-thumb size-small-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 3874, "char_start_idx": 3874, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "85", "48", "https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg", "attachment-small-thumb size-small-thumb wp-post-image", "Riot Games Butchers Bridge League of Legends Aram Patch 9.8", "https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-85x48.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-300x169.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-620x349.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge-240x135.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/butchers-bridge.jpg 700w", "(max-width: 85px) 100vw, 85px" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 3874, "char_start_idx": 3874, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "noscript" }, { "char_end_idx": 3874, "char_start_idx": 3874, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/riot-bids-farewell-butchers-bridge-patch-9-8-aram-changes/" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 3885, "char_start_idx": 3874, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/vincekoyle/", "Posts by Vince Koyle", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 3902, "char_start_idx": 3874, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 3902, "char_start_idx": 3874, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "li" }, { "char_end_idx": 3903, "char_start_idx": 3903, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "85", "48", "Realm Royale new update Guntown Showdown will feature a number of balance and map changes", "https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-240x135.png 240w", "(max-width: 85px) 100vw, 85px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png", "auto", "attachment-small-thumb size-small-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 2, "type": "local", "value": "img" }, { "char_end_idx": 3903, "char_start_idx": 3903, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "85", "48", "https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png", "attachment-small-thumb size-small-thumb wp-post-image", "Realm Royale new update Guntown Showdown will feature a number of balance and map changes", "https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-85x48.png 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-300x169.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-768x432.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-620x349.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/RR_KeyArt2_ForgeFight_1920x1080.jpg-240x135.png 240w", "(max-width: 85px) 100vw, 85px" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "img" }, { "char_end_idx": 3903, "char_start_idx": 3903, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 4, "type": "local", "value": "noscript" }, { "char_end_idx": 3903, "char_start_idx": 3903, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/guntown-showdown-update-brings-balance-and-map-changes-to-realm-royale/" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 3919, "char_start_idx": 3903, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/asen/", "Posts by Asen Aleksandrov", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "a" }, { "char_end_idx": 3936, "char_start_idx": 3903, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 9, "type": "local", "value": "span" }, { "char_end_idx": 4007, "char_start_idx": 3937, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/guntown-showdown-update-brings-balance-and-map-changes-to-realm-royale/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "a" }, { "char_end_idx": 4007, "char_start_idx": 3936, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 4008, "char_start_idx": 3903, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 4008, "char_start_idx": 3645, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 2, "type": "local", "value": "ul" }, { "char_end_idx": 4008, "char_start_idx": 3645, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-light-bottom" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4008, "char_start_idx": 3348, "html_attrs": { "attrs": [ "class" ], "values": [ "category-light" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4008, "char_start_idx": 3336, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ht_catlight_link_widget-2", "sidebar-widget ht_catlight_link_widget" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 8, "type": "local", "value": "li" }, { "char_end_idx": 4008, "char_start_idx": 4008, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "custom_html-6", "widget_text sidebar-widget widget_custom_html" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 4008, "char_start_idx": 4008, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ht_ad_widget-5", "sidebar-widget ht_ad_widget" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "li" }, { "char_end_idx": 4016, "char_start_idx": 4008, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar-widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "h3" }, { "char_end_idx": 4017, "char_start_idx": 4008, "html_attrs": { "attrs": [ "class" ], "values": [ "sidebar-widget-header" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 10, "type": "local", "value": "span" }, { "char_end_idx": 4017, "char_start_idx": 4017, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "600", "400", "Enzo \"WarKr0Zz\" Conte interview", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-81x54.jpg 81w", "(max-width: 600px) 100vw, 600px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg", "auto", "attachment-post-thumb size-post-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 4, "type": "local", "value": "img" }, { "char_end_idx": 4017, "char_start_idx": 4017, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "600", "400", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg", "attachment-post-thumb size-post-thumb wp-post-image", "Enzo \"WarKr0Zz\" Conte interview", "https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/Enzo-1-81x54.jpg 81w", "(max-width: 600px) 100vw, 600px" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 7, "type": "local", "value": "img" }, { "char_end_idx": 4017, "char_start_idx": 4017, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 6, "type": "local", "value": "noscript" }, { "char_end_idx": 4017, "char_start_idx": 4017, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/the-life-of-an-esports-professional-interview-with-warkr0zz/" ] }, "key": "html", "relative_end_pos": 10, "relative_start_pos": 3, "type": "local", "value": "a" }, { "char_end_idx": 4077, "char_start_idx": 4017, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/the-life-of-an-esports-professional-interview-with-warkr0zz/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "a" }, { "char_end_idx": 4077, "char_start_idx": 4017, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "h2" }, { "char_end_idx": 4089, "char_start_idx": 4078, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/aabicus/", "Posts by Aabicus Lee", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4106, "char_start_idx": 4078, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4305, "char_start_idx": 4106, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 4306, "char_start_idx": 4017, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-light-top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 2, "type": "local", "value": "div" }, { "char_end_idx": 4306, "char_start_idx": 4306, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "620", "365", "MTG war of the spark story recap act II ravnica bonds against nicol bolas dragon-god with niv-mizzet reborn", "https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-300x176.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-768x452.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-240x141.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-85x50.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn.jpg 850w", "(max-width: 620px) 100vw, 620px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg", "auto", "attachment-post-thumb size-post-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 4306, "char_start_idx": 4306, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "620", "365", "https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg", "attachment-post-thumb size-post-thumb wp-post-image", "MTG war of the spark story recap act II ravnica bonds against nicol bolas dragon-god with niv-mizzet reborn", "https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-620x365.jpg 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-300x176.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-768x452.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-240x141.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn-85x50.jpg 85w, https://www.dailyesports.gg/wp-content/uploads/2019/04/MTG-war-of-the-spark-story-recap-act-II-ravnica-bonds-against-nicol-bolas-dragon-god-with-niv-mizzet-reborn.jpg 850w", "(max-width: 620px) 100vw, 620px" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 4306, "char_start_idx": 4306, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "noscript" }, { "char_end_idx": 4306, "char_start_idx": 4306, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/war-of-the-spark-story-recap-act-ii-ravnica-bonds-against-bolas/" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4372, "char_start_idx": 4306, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/war-of-the-spark-story-recap-act-ii-ravnica-bonds-against-bolas/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 4372, "char_start_idx": 4306, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 4383, "char_start_idx": 4373, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/jimharbor/", "Posts by Jim Harbor", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4400, "char_start_idx": 4373, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4565, "char_start_idx": 4400, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 4566, "char_start_idx": 4306, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-light-top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4566, "char_start_idx": 4566, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "600", "400", "Evil Geniuses Attach interview - Call of Duty CWL", "https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-81x54.jpg 81w", "(max-width: 600px) 100vw, 600px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg", "auto", "attachment-post-thumb size-post-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 4566, "char_start_idx": 4566, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "600", "400", "https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg", "attachment-post-thumb size-post-thumb wp-post-image", "Evil Geniuses Attach interview - Call of Duty CWL", "https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-600x400.jpg 600w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-291x194.jpg 291w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-768x512.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-240x160.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/credit-mlg-attach-81x54.jpg 81w", "(max-width: 600px) 100vw, 600px" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 4566, "char_start_idx": 4566, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "noscript" }, { "char_end_idx": 4566, "char_start_idx": 4566, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/interview-with-evil-geniuses-attach-adjusting-to-a-new-team-rising-rookies-and-content-creation/" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4665, "char_start_idx": 4566, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/interview-with-evil-geniuses-attach-adjusting-to-a-new-team-rising-rookies-and-content-creation/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 4665, "char_start_idx": 4566, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 4678, "char_start_idx": 4666, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/kaite/", "Posts by Dino Medalla", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4695, "char_start_idx": 4666, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 4873, "char_start_idx": 4695, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 4874, "char_start_idx": 4566, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-light-top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 4874, "char_start_idx": 4874, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "620", "346", "Overwatch Dive composition", "https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-300x167.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-768x428.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-240x134.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-85x47.png 85w", "(max-width: 620px) 100vw, 620px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png", "auto", "attachment-post-thumb size-post-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 4874, "char_start_idx": 4874, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "620", "346", "https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png", "attachment-post-thumb size-post-thumb wp-post-image", "Overwatch Dive composition", "https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-620x346.png 620w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-300x167.png 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-768x428.png 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw.png 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-240x134.png 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/1_A6y7cYWO58mEHH8g6pMrOw-85x47.png 85w", "(max-width: 620px) 100vw, 620px" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 4874, "char_start_idx": 4874, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "noscript" }, { "char_end_idx": 4874, "char_start_idx": 4874, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/play-overwatch-like-the-pros-dive-composition/" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 4920, "char_start_idx": 4874, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/play-overwatch-like-the-pros-dive-composition/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 4920, "char_start_idx": 4874, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 4932, "char_start_idx": 4921, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/abrarahmad/", "Posts by Abrar Ahmad", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 4949, "char_start_idx": 4921, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5123, "char_start_idx": 4949, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 5124, "char_start_idx": 4874, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-light-top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5124, "char_start_idx": 5124, "html_attrs": { "attrs": [ "width", "height", "alt", "data-srcset", "sizes", "data-src", "data-sizes", "class", "src" ], "values": [ "617", "400", "Zen Splyce Vipers EU Masters", "https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg 617w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-300x194.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-768x498.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-240x156.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-83x54.jpg 83w", "(max-width: 617px) 100vw, 617px", "https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg", "auto", "attachment-post-thumb size-post-thumb wp-post-image lazyload", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "img" }, { "char_end_idx": 5124, "char_start_idx": 5124, "html_attrs": { "attrs": [ "width", "height", "src", "class", "alt", "srcset", "sizes" ], "values": [ "617", "400", "https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg", "attachment-post-thumb size-post-thumb wp-post-image", "Zen Splyce Vipers EU Masters", "https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-617x400.jpg 617w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-300x194.jpg 300w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-768x498.jpg 768w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers.jpg 1024w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-240x156.jpg 240w, https://www.dailyesports.gg/wp-content/uploads/2019/04/zenvipers-83x54.jpg 83w", "(max-width: 617px) 100vw, 617px" ] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 6, "type": "local", "value": "img" }, { "char_end_idx": 5124, "char_start_idx": 5124, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 5, "type": "local", "value": "noscript" }, { "char_end_idx": 5124, "char_start_idx": 5124, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/interview-with-coach-zen-of-splyce-vipers-coaching-eu-masters/" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 2, "type": "local", "value": "a" }, { "char_end_idx": 5188, "char_start_idx": 5124, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.dailyesports.gg/interview-with-coach-zen-of-splyce-vipers-coaching-eu-masters/" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 11, "type": "local", "value": "a" }, { "char_end_idx": 5188, "char_start_idx": 5124, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 10, "type": "local", "value": "h2" }, { "char_end_idx": 5200, "char_start_idx": 5189, "html_attrs": { "attrs": [ "href", "title", "rel" ], "values": [ "https://www.dailyesports.gg/author/vincekoyle/", "Posts by Vince Koyle", "author" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5217, "char_start_idx": 5189, "html_attrs": { "attrs": [ "class" ], "values": [ "list-byline" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "span" }, { "char_end_idx": 5383, "char_start_idx": 5217, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "p" }, { "char_end_idx": 5384, "char_start_idx": 5124, "html_attrs": { "attrs": [ "class" ], "values": [ "cat-light-top" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5384, "char_start_idx": 4017, "html_attrs": { "attrs": [ "class" ], "values": [ "category-light" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "div" }, { "char_end_idx": 5384, "char_start_idx": 4008, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ht_catlight_widget-4", "sidebar-widget ht_catlight_widget" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 9, "type": "local", "value": "li" }, { "char_end_idx": 5384, "char_start_idx": 5384, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "custom_html-7", "widget_text sidebar-widget widget_custom_html" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 3, "type": "local", "value": "li" }, { "char_end_idx": 5384, "char_start_idx": 5384, "html_attrs": { "attrs": [ "id", "class" ], "values": [ "ht_ad_widget-7", "sidebar-widget ht_ad_widget" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 5, "type": "local", "value": "li" }, { "char_end_idx": 5384, "char_start_idx": 3336, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 7, "relative_start_pos": 5, "type": "local", "value": "ul" }, { "char_end_idx": 5384, "char_start_idx": 3336, "html_attrs": { "attrs": [ "id" ], "values": [ "sidebar-wrapper" ] }, "key": "html", "relative_end_pos": 8, "relative_start_pos": 4, "type": "local", "value": "div" }, { "char_end_idx": 5384, "char_start_idx": 335, "html_attrs": { "attrs": [ "class" ], "values": [ "mvp-cont-out" ] }, "key": "html", "relative_end_pos": 9, "relative_start_pos": 0, "type": "local", "value": "div" }, { "char_end_idx": 5395, "char_start_idx": 5384, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.pcinvasion.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 14, "type": "local", "value": "a" }, { "char_end_idx": 5395, "char_start_idx": 5384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 13, "type": "local", "value": "li" }, { "char_end_idx": 5404, "char_start_idx": 5396, "html_attrs": { "attrs": [ "href" ], "values": [ "https://www.gamnesia.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5404, "char_start_idx": 5396, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5422, "char_start_idx": 5405, "html_attrs": { "attrs": [ "href" ], "values": [ "https://onlysp.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5422, "char_start_idx": 5405, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5442, "char_start_idx": 5423, "html_attrs": { "attrs": [ "href" ], "values": [ "https://nintendoenthusiast.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5442, "char_start_idx": 5423, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5465, "char_start_idx": 5443, "html_attrs": { "attrs": [ "href" ], "values": [ "https://PlayStationEnthusiast.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5465, "char_start_idx": 5443, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5481, "char_start_idx": 5466, "html_attrs": { "attrs": [ "href" ], "values": [ "https://XboxEnthusiast.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5481, "char_start_idx": 5466, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5493, "char_start_idx": 5482, "html_attrs": { "attrs": [ "href" ], "values": [ "https://destructoid.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5493, "char_start_idx": 5482, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5511, "char_start_idx": 5494, "html_attrs": { "attrs": [ "href" ], "values": [ "https://escapistmagazine.com" ] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 1, "type": "local", "value": "a" }, { "char_end_idx": 5511, "char_start_idx": 5494, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 0, "type": "local", "value": "li" }, { "char_end_idx": 5512, "char_start_idx": 5384, "html_attrs": { "attrs": [], "values": [] }, "key": "html", "relative_end_pos": 0, "relative_start_pos": 12, "type": "local", "value": "ul" }, { "char_end_idx": 5512, "char_start_idx": 5384, "html_attrs": { "attrs": [ "id" ], "values": [ "footer-top" ] }, "key": "html", "relative_end_pos": 1, "relative_start_pos": 11, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 5384, "html_attrs": { "attrs": [ "id" ], "values": [ "footer-wrapper" ] }, "key": "html", "relative_end_pos": 2, "relative_start_pos": 10, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 240, "html_attrs": { "attrs": [ "id" ], "values": [ "main content-wrapper" ] }, "key": "html", "relative_end_pos": 3, "relative_start_pos": 7, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 240, "html_attrs": { "attrs": [ "id" ], "values": [ "bot-wrap wrapper" ] }, "key": "html", "relative_end_pos": 4, "relative_start_pos": 6, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 0, "html_attrs": { "attrs": [ "id" ], "values": [ "site" ] }, "key": "html", "relative_end_pos": 5, "relative_start_pos": 3, "type": "local", "value": "div" }, { "char_end_idx": 5512, "char_start_idx": 0, "html_attrs": { "attrs": [ "data-rsssl", "class" ], "values": [ "1", "post-template-default single single-post postid-21827 single-format-standard custom-background" ] }, "key": "html", "relative_end_pos": 6, "relative_start_pos": 0, "type": "local", "value": "body" } ]
[ { "char_end_idx": 8, "char_start_idx": 0, "key": "paragraph", "marker": "li", "type": "local", "value": "Features" }, { "char_end_idx": 19, "char_start_idx": 8, "key": "paragraph", "marker": "li", "type": "local", "value": "\nInterviews" }, { "char_end_idx": 27, "char_start_idx": 19, "key": "paragraph", "marker": "li", "type": "local", "value": "\nReviews" }, { "char_end_idx": 39, "char_start_idx": 27, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOur Authors" }, { "char_end_idx": 50, "char_start_idx": 39, "key": "paragraph", "marker": "li", "type": "local", "value": "\nWho We Are" }, { "char_end_idx": 61, "char_start_idx": 50, "key": "paragraph", "marker": "li", "type": "local", "value": "\nContact Us" }, { "char_end_idx": 77, "char_start_idx": 61, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPrivacy & Terms" }, { "char_end_idx": 78, "char_start_idx": 77, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 82, "char_start_idx": 78, "key": "paragraph", "marker": "li", "type": "local", "value": "News" }, { "char_end_idx": 100, "char_start_idx": 82, "key": "paragraph", "marker": "li", "type": "local", "value": "\nLeague of Legends" }, { "char_end_idx": 113, "char_start_idx": 100, "key": "paragraph", "marker": "li", "type": "local", "value": "\nApex Legends" }, { "char_end_idx": 122, "char_start_idx": 113, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFortnite" }, { "char_end_idx": 132, "char_start_idx": 122, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOverwatch" }, { "char_end_idx": 138, "char_start_idx": 132, "key": "paragraph", "marker": "li", "type": "local", "value": "\nCS:GO" }, { "char_end_idx": 142, "char_start_idx": 138, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMTG" }, { "char_end_idx": 160, "char_start_idx": 142, "key": "paragraph", "marker": "li", "type": "local", "value": "\nMore\nCall of Duty" }, { "char_end_idx": 167, "char_start_idx": 160, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDota 2" }, { "char_end_idx": 171, "char_start_idx": 167, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFGC" }, { "char_end_idx": 176, "char_start_idx": 171, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFIFA" }, { "char_end_idx": 188, "char_start_idx": 176, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHearthstone" }, { "char_end_idx": 208, "char_start_idx": 188, "key": "paragraph", "marker": "li", "type": "local", "value": "\nHeroes of the Storm" }, { "char_end_idx": 213, "char_start_idx": 208, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPUBG" }, { "char_end_idx": 227, "char_start_idx": 213, "key": "paragraph", "marker": "li", "type": "local", "value": "\nRocket League" }, { "char_end_idx": 239, "char_start_idx": 227, "key": "paragraph", "marker": "li", "type": "local", "value": "\nStarcraft 2" }, { "char_end_idx": 240, "char_start_idx": 239, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 297, "char_start_idx": 240, "key": "paragraph", "marker": "h1", "type": "local", "value": "Fortnite Season 8 Discovery Skin “Ruin” challenges leaked" }, { "char_end_idx": 334, "char_start_idx": 297, "key": "paragraph", "marker": "div", "type": "local", "value": "\nJoey Carr - April 17, 2019@JoeyCarr9" }, { "char_end_idx": 627, "char_start_idx": 334, "key": "paragraph", "marker": "p", "type": "local", "value": "\nA few weeks ago, Epic Games themselves leaked the Fortnite Season 8 Discovery Skin, Ruin. Like any other Battle Pass since Season 4, this skin is unlocked through completing Battle Pass challenges. Once players have completed 56 of these challenges, the Ruin skin will be available for free.\n" }, { "char_end_idx": 862, "char_start_idx": 627, "key": "paragraph", "marker": "p", "type": "local", "value": "After the Week 8 challenges drop tomorrow, users will be able to unlock Ruin. Every challenge needs to be accomplished in order for the skin to become available. Not only is Ruin up for grabs, but his other cosmetics are also as well.\n" }, { "char_end_idx": 946, "char_start_idx": 862, "key": "paragraph", "marker": "div", "type": "local", "value": "Read More: Epic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle" }, { "char_end_idx": 947, "char_start_idx": 946, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 1160, "char_start_idx": 947, "key": "paragraph", "marker": "p", "type": "local", "value": "Since Season 8 launched, the six challenges for Ruin have been in the menu. These have been “currently unavailable” since the beginning of the season, but data-miner @FireMonkeyFN has discovered all 6 challenges.\n" }, { "char_end_idx": 1187, "char_start_idx": 1160, "key": "paragraph", "marker": "h2", "type": "local", "value": "How to get Ruin’s cosmetics" }, { "char_end_idx": 1546, "char_start_idx": 1187, "key": "paragraph", "marker": "p", "type": "local", "value": "\nWhile these challenges seem simple, they will take a bit of time to achieve. Dealing 10,000 damage to opponent’s structures will be a grindy challenge in particular. Once you complete at least three challenges, you’ll begin to unlock different cosmetic items. It doesn’t matter which three or in what order, as long as three different missions are complete.\n" }, { "char_end_idx": 1618, "char_start_idx": 1546, "key": "paragraph", "marker": "p", "type": "local", "value": "At three challenges complete, you’ll unlock the Dying Light Back Bling:\n" }, { "char_end_idx": 1846, "char_start_idx": 1618, "key": "paragraph", "marker": "p", "type": "local", "value": "As mentioned above, these challenges are simple in practice but long in execution. You’ll need to give special attention to some, like the mission to complete 5 daily challenges. Others will require you to just put in the time.\n" }, { "char_end_idx": 2114, "char_start_idx": 1846, "key": "paragraph", "marker": "p", "type": "local", "value": "Unfortunately, the Dying Light Back Bling and the Dread Pickaxe are the only cosmetics available alongside Ruin at the moment. While Epic Games could very well add a Ruin-themed glider to the Item Shop in the future, it doesn’t appear that one is available right now.\n" }, { "char_end_idx": 2277, "char_start_idx": 2114, "key": "paragraph", "marker": "p", "type": "local", "value": "Make sure to stay tuned to Daily Esports for in-depth looks at tomorrow’s challenges! You will not be able to unlock Ruin without having completed every last one!\n" }, { "char_end_idx": 2287, "char_start_idx": 2277, "key": "paragraph", "marker": "h2", "type": "local", "value": "Read More!" }, { "char_end_idx": 2342, "char_start_idx": 2287, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFortnite Battle Pass Challenge Guide: Season 8, Week 5" }, { "char_end_idx": 2417, "char_start_idx": 2342, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFortnite Season 8 Week 8 challenges and hidden Battle Star location leaked" }, { "char_end_idx": 2471, "char_start_idx": 2417, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFortnite Season 8, Week 6 Battle Pass Challenge Guide" }, { "char_end_idx": 2526, "char_start_idx": 2471, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFortnite Battle Pass Challenge Guide: Season 8, Week 4" }, { "char_end_idx": 2581, "char_start_idx": 2526, "key": "paragraph", "marker": "li", "type": "local", "value": "\nFortnite Season 8 Week 7 leaked Battle Pass challenges" }, { "char_end_idx": 2655, "char_start_idx": 2581, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEpic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle" }, { "char_end_idx": 2656, "char_start_idx": 2655, "key": "paragraph", "marker": "ul", "type": "local", "value": "\n" }, { "char_end_idx": 2878, "char_start_idx": 2656, "key": "paragraph", "marker": "p", "type": "local", "value": "Joey Carr is a University of North Georgia Journalism graduate. He has 4+ years experience covering Esports and traditional sporting events, including Dreamhack Atlanta, Call of Duty Championships 2017, and Super Bowl 53.\n" }, { "char_end_idx": 2947, "char_start_idx": 2878, "key": "paragraph", "marker": "div", "type": "local", "value": "Related ItemsBattle PassBattle RoyaleCosmeticsEpic GamesFortniteSkins" }, { "char_end_idx": 2948, "char_start_idx": 2947, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3016, "char_start_idx": 2948, "key": "paragraph", "marker": "div", "type": "local", "value": "← Previous Story Bioessence Hydra | War of the Spark spoilers reveal" }, { "char_end_idx": 3090, "char_start_idx": 3016, "key": "paragraph", "marker": "div", "type": "local", "value": "\nNext Story → Rocket League Esports Shop: The verdict is (mostly) positive" }, { "char_end_idx": 3091, "char_start_idx": 3090, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3100, "char_start_idx": 3091, "key": "paragraph", "marker": "h3", "type": "local", "value": "Read More" }, { "char_end_idx": 3194, "char_start_idx": 3100, "key": "paragraph", "marker": "div", "type": "local", "value": "\nSearch the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Challenges" }, { "char_end_idx": 3195, "char_start_idx": 3194, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 3260, "char_start_idx": 3195, "key": "paragraph", "marker": "div", "type": "local", "value": "Epic Games brings in Infinity Ward, Respawn co-founder Jason West" }, { "char_end_idx": 3261, "char_start_idx": 3260, "key": "paragraph", "marker": "li", "type": "local", "value": "\n" }, { "char_end_idx": 3335, "char_start_idx": 3261, "key": "paragraph", "marker": "div", "type": "local", "value": "Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked" }, { "char_end_idx": 3336, "char_start_idx": 3335, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" }, { "char_end_idx": 3347, "char_start_idx": 3336, "key": "paragraph", "marker": "h3", "type": "local", "value": "Latest News" }, { "char_end_idx": 3441, "char_start_idx": 3347, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nSearch the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Challenges" }, { "char_end_idx": 3645, "char_start_idx": 3441, "key": "paragraph", "marker": "p", "type": "local", "value": "\nJoey Carr | April 18, 2019\nYet another challenge has been discovered ahead of the launch time for the Fortnite Week 8 challenges. This week’s Battle Pass challenges are a lot tougher than in previous...\n" }, { "char_end_idx": 3675, "char_start_idx": 3645, "key": "paragraph", "marker": "li", "type": "local", "value": "Adam Obringer | April 18, 2019" }, { "char_end_idx": 3772, "char_start_idx": 3675, "key": "paragraph", "marker": "p", "type": "local", "value": "\nTaylor Yates | April 18, 2019\nEpic Games brings in Infinity Ward, Respawn co-founder Jason West\n" }, { "char_end_idx": 3874, "char_start_idx": 3772, "key": "paragraph", "marker": "p", "type": "local", "value": "Joey Carr | April 17, 2019\nFortnite Season 8 Week 8 challenges and hidden Battle Star location leaked\n" }, { "char_end_idx": 3902, "char_start_idx": 3874, "key": "paragraph", "marker": "li", "type": "local", "value": "Vince Koyle | April 17, 2019" }, { "char_end_idx": 4008, "char_start_idx": 3902, "key": "paragraph", "marker": "p", "type": "local", "value": "\nAsen Aleksandrov | April 17, 2019\nGuntown Showdown update brings balance and map changes to Realm Royale\n" }, { "char_end_idx": 4016, "char_start_idx": 4008, "key": "paragraph", "marker": "h3", "type": "local", "value": "Features" }, { "char_end_idx": 4077, "char_start_idx": 4016, "key": "paragraph", "marker": "h2", "type": "local", "value": "\nThe life of an esports professional: Interview with WarKr0Zz" }, { "char_end_idx": 4306, "char_start_idx": 4077, "key": "paragraph", "marker": "p", "type": "local", "value": "\nAabicus Lee | April 18, 2019\nFor many gamers, esports are the ultimate dream. The life of an esports professional is filled with competition, relentless training, and uncertain futures. We recently spoke with Enzo “WarKr0Zz”...\n" }, { "char_end_idx": 4372, "char_start_idx": 4306, "key": "paragraph", "marker": "h2", "type": "local", "value": "War of the Spark Story Recap | ACT II: Ravnica bonds against Bolas" }, { "char_end_idx": 4566, "char_start_idx": 4372, "key": "paragraph", "marker": "p", "type": "local", "value": "\nJim Harbor | April 17, 2019\nWhen last we heard from Ravnica in Magic: The Gathering’s War of the Spark Act I story recap, things looked dire. Nicol Bolas had invaded with the Dreadhorde, an...\n" }, { "char_end_idx": 4665, "char_start_idx": 4566, "key": "paragraph", "marker": "h2", "type": "local", "value": "Interview with Evil Geniuses’ Attach: Adjusting to a new team, rising rookies, and content creation" }, { "char_end_idx": 4874, "char_start_idx": 4665, "key": "paragraph", "marker": "p", "type": "local", "value": "\nDino Medalla | April 16, 2019\nWe had the opportunity to catch professional Call of Duty player Dillon “Attach” Price at the WorldGaming Championship Series in Toronto. A 2015 world champion, he has been a...\n" }, { "char_end_idx": 4920, "char_start_idx": 4874, "key": "paragraph", "marker": "h2", "type": "local", "value": "Play Overwatch Like the Pros: Dive composition" }, { "char_end_idx": 5124, "char_start_idx": 4920, "key": "paragraph", "marker": "p", "type": "local", "value": "\nAbrar Ahmad | April 15, 2019\nFast and explosive while still requiring unparalleled precision, Dive was meta for over a year before the advent of Brigitte in Overwatch. While the meta on most maps has...\n" }, { "char_end_idx": 5188, "char_start_idx": 5124, "key": "paragraph", "marker": "h2", "type": "local", "value": "Interview with coach Zen of Splyce Vipers: Coaching & EU Masters" }, { "char_end_idx": 5384, "char_start_idx": 5188, "key": "paragraph", "marker": "p", "type": "local", "value": "\nVince Koyle | April 15, 2019\nAhead of the League of Legends 2019 EU Masters, we had the chance to talk with Timotej “Zen” Štempihar, coach for Splyce Vipers. His team recently won the LVP SLO...\n" }, { "char_end_idx": 5395, "char_start_idx": 5384, "key": "paragraph", "marker": "li", "type": "local", "value": "PC Invasion" }, { "char_end_idx": 5404, "char_start_idx": 5395, "key": "paragraph", "marker": "li", "type": "local", "value": "\nGamnesia" }, { "char_end_idx": 5422, "char_start_idx": 5404, "key": "paragraph", "marker": "li", "type": "local", "value": "\nOnly SinglePlayer" }, { "char_end_idx": 5442, "char_start_idx": 5422, "key": "paragraph", "marker": "li", "type": "local", "value": "\nNintendo Enthusiast" }, { "char_end_idx": 5465, "char_start_idx": 5442, "key": "paragraph", "marker": "li", "type": "local", "value": "\nPlayStation Enthusiast" }, { "char_end_idx": 5481, "char_start_idx": 5465, "key": "paragraph", "marker": "li", "type": "local", "value": "\nXbox Enthusiast" }, { "char_end_idx": 5493, "char_start_idx": 5481, "key": "paragraph", "marker": "li", "type": "local", "value": "\nDestructoid" }, { "char_end_idx": 5511, "char_start_idx": 5493, "key": "paragraph", "marker": "li", "type": "local", "value": "\nEscapist Magazine" }, { "char_end_idx": 5512, "char_start_idx": 5511, "key": "paragraph", "marker": "div", "type": "local", "value": "\n" } ]
[]
[ { "key": "title", "type": "global", "value": "Fortnite Season 8 Discovery Skin \"Ruin\" challenges leaked" } ]
[ { "key": "url", "type": "global", "value": "https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/" } ]
[]
Features Interviews Reviews Our Authors Who We Are Contact Us Privacy & Terms News League of Legends Apex Legends Fortnite Overwatch CS:GO MTG More Call of Duty Dota 2 FGC FIFA Hearthstone Heroes of the Storm PUBG Rocket League Starcraft 2 Fortnite Season 8 Discovery Skin “Ruin” challenges leaked Joey Carr - April 17, 2019@JoeyCarr9 A few weeks ago, Epic Games themselves leaked the Fortnite Season 8 Discovery Skin, Ruin. Like any other Battle Pass since Season 4, this skin is unlocked through completing Battle Pass challenges. Once players have completed 56 of these challenges, the Ruin skin will be available for free. After the Week 8 challenges drop tomorrow, users will be able to unlock Ruin. Every challenge needs to be accomplished in order for the skin to become available. Not only is Ruin up for grabs, but his other cosmetics are also as well. Read More: Epic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle Since Season 8 launched, the six challenges for Ruin have been in the menu. These have been “currently unavailable” since the beginning of the season, but data-miner @FireMonkeyFN has discovered all 6 challenges. How to get Ruin’s cosmetics While these challenges seem simple, they will take a bit of time to achieve. Dealing 10,000 damage to opponent’s structures will be a grindy challenge in particular. Once you complete at least three challenges, you’ll begin to unlock different cosmetic items. It doesn’t matter which three or in what order, as long as three different missions are complete. At three challenges complete, you’ll unlock the Dying Light Back Bling: As mentioned above, these challenges are simple in practice but long in execution. You’ll need to give special attention to some, like the mission to complete 5 daily challenges. Others will require you to just put in the time. Unfortunately, the Dying Light Back Bling and the Dread Pickaxe are the only cosmetics available alongside Ruin at the moment. While Epic Games could very well add a Ruin-themed glider to the Item Shop in the future, it doesn’t appear that one is available right now. Make sure to stay tuned to Daily Esports for in-depth looks at tomorrow’s challenges! You will not be able to unlock Ruin without having completed every last one! Read More! Fortnite Battle Pass Challenge Guide: Season 8, Week 5 Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked Fortnite Season 8, Week 6 Battle Pass Challenge Guide Fortnite Battle Pass Challenge Guide: Season 8, Week 4 Fortnite Season 8 Week 7 leaked Battle Pass challenges Epic releases new Stealth Reflex skin variant for GeForce Fortnite Bundle Joey Carr is a University of North Georgia Journalism graduate. He has 4+ years experience covering Esports and traditional sporting events, including Dreamhack Atlanta, Call of Duty Championships 2017, and Super Bowl 53. Related ItemsBattle PassBattle RoyaleCosmeticsEpic GamesFortniteSkins ← Previous Story Bioessence Hydra | War of the Spark spoilers reveal Next Story → Rocket League Esports Shop: The verdict is (mostly) positive Read More Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Challenges Epic Games brings in Infinity Ward, Respawn co-founder Jason West Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked Latest News Search the treasure map signpost found in Paradise Palms: Fortnite Season 8 Week 8 Challenges Joey Carr | April 18, 2019 Yet another challenge has been discovered ahead of the launch time for the Fortnite Week 8 challenges. This week’s Battle Pass challenges are a lot tougher than in previous... Adam Obringer | April 18, 2019 Taylor Yates | April 18, 2019 Epic Games brings in Infinity Ward, Respawn co-founder Jason West Joey Carr | April 17, 2019 Fortnite Season 8 Week 8 challenges and hidden Battle Star location leaked Vince Koyle | April 17, 2019 Asen Aleksandrov | April 17, 2019 Guntown Showdown update brings balance and map changes to Realm Royale Features The life of an esports professional: Interview with WarKr0Zz Aabicus Lee | April 18, 2019 For many gamers, esports are the ultimate dream. The life of an esports professional is filled with competition, relentless training, and uncertain futures. We recently spoke with Enzo “WarKr0Zz”... War of the Spark Story Recap | ACT II: Ravnica bonds against Bolas Jim Harbor | April 17, 2019 When last we heard from Ravnica in Magic: The Gathering’s War of the Spark Act I story recap, things looked dire. Nicol Bolas had invaded with the Dreadhorde, an... Interview with Evil Geniuses’ Attach: Adjusting to a new team, rising rookies, and content creation Dino Medalla | April 16, 2019 We had the opportunity to catch professional Call of Duty player Dillon “Attach” Price at the WorldGaming Championship Series in Toronto. A 2015 world champion, he has been a... Play Overwatch Like the Pros: Dive composition Abrar Ahmad | April 15, 2019 Fast and explosive while still requiring unparalleled precision, Dive was meta for over a year before the advent of Brigitte in Overwatch. While the meta on most maps has... Interview with coach Zen of Splyce Vipers: Coaching & EU Masters Vince Koyle | April 15, 2019 Ahead of the League of Legends 2019 EU Masters, we had the chance to talk with Timotej “Zen” Štempihar, coach for Splyce Vipers. His team recently won the LVP SLO... PC Invasion Gamnesia Only SinglePlayer Nintendo Enthusiast PlayStation Enthusiast Xbox Enthusiast Destructoid Escapist Magazine
https://www.dailyesports.gg/fortnite-season-8-discovery-skin-ruin-challenges-leaked/
[ { "char_end_idx": 61, "char_start_idx": 59, "key": "entity", "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 82, "char_start_idx": 78, "key": "entity", "type": "local", "value": "News" }, { "char_end_idx": 100, "char_start_idx": 83, "key": "entity", "type": "local", "value": "League_of_Legends" }, { "char_end_idx": 113, "char_start_idx": 101, "key": "entity", "type": "local", "value": "Apex_Legends" }, { "char_end_idx": 122, "char_start_idx": 114, "key": "entity", "type": "local", "value": "Fortnite" }, { "char_end_idx": 142, "char_start_idx": 139, "key": "entity", "type": "local", "value": "Modern_Times_Group" }, { "char_end_idx": 165, "char_start_idx": 161, "key": "entity", "type": "local", "value": "Multiplayer_online_battle_arena" }, { "char_end_idx": 171, "char_start_idx": 168, "key": "entity", "type": "local", "value": "Female_genital_mutilation" }, { "char_end_idx": 176, "char_start_idx": 172, "key": "entity", "type": "local", "value": "FIFA_(video_game_series)" }, { "char_end_idx": 188, "char_start_idx": 177, "key": "entity", "type": "local", "value": "Hearthstone" }, { "char_end_idx": 208, "char_start_idx": 189, "key": "entity", "type": "local", "value": "Heroes_of_the_Storm" }, { "char_end_idx": 213, "char_start_idx": 209, "key": "entity", "type": "local", "value": "PlayerUnknown's_Battlegrounds" }, { "char_end_idx": 227, "char_start_idx": 214, "key": "entity", "type": "local", "value": "Rocket_League" }, { "char_end_idx": 237, "char_start_idx": 228, "key": "entity", "type": "local", "value": "StarCraft" }, { "char_end_idx": 362, "char_start_idx": 352, "key": "entity", "type": "local", "value": "Epic_Games" }, { "char_end_idx": 423, "char_start_idx": 419, "key": "entity", "type": "local", "value": "Ruins" }, { "char_end_idx": 451, "char_start_idx": 440, "key": "entity", "type": "local", "value": "Battle_pass" }, { "char_end_idx": 520, "char_start_idx": 509, "key": "entity", "type": "local", "value": "Battle_pass" }, { "char_end_idx": 703, "char_start_idx": 699, "key": "entity", "type": "local", "value": "Ruins" }, { "char_end_idx": 805, "char_start_idx": 801, "key": "entity", "type": "local", "value": "Ruins" }, { "char_end_idx": 999, "char_start_idx": 995, "key": "entity", "type": "local", "value": "Ruins" }, { "char_end_idx": 1175, "char_start_idx": 1171, "key": "entity", "type": "local", "value": "Ruins" }, { "char_end_idx": 1957, "char_start_idx": 1953, "key": "entity", "type": "local", "value": "Ruins" }, { "char_end_idx": 1989, "char_start_idx": 1979, "key": "entity", "type": "local", "value": "Epic_Games" }, { "char_end_idx": 2235, "char_start_idx": 2231, "key": "entity", "type": "local", "value": "Ruins" }, { "char_end_idx": 2401, "char_start_idx": 2390, "key": "entity", "type": "local", "value": "Battlestar_(comics)" }, { "char_end_idx": 2570, "char_start_idx": 2559, "key": "entity", "type": "local", "value": "Battle_pass" }, { "char_end_idx": 2763, "char_start_idx": 2756, "key": "entity", "type": "local", "value": "Esports" }, { "char_end_idx": 2824, "char_start_idx": 2807, "key": "entity", "type": "local", "value": "DreamHack" }, { "char_end_idx": 2876, "char_start_idx": 2863, "key": "entity", "type": "local", "value": "Super_Bowl_LIII" }, { "char_end_idx": 3157, "char_start_idx": 3143, "key": "entity", "type": "local", "value": "Paradise_Palms" }, { "char_end_idx": 3205, "char_start_idx": 3195, "key": "entity", "type": "local", "value": "Epic_Games" }, { "char_end_idx": 3229, "char_start_idx": 3216, "key": "entity", "type": "local", "value": "Infinity_Ward" }, { "char_end_idx": 3238, "char_start_idx": 3231, "key": "entity", "type": "local", "value": "Infinity_Ward" }, { "char_end_idx": 3260, "char_start_idx": 3250, "key": "entity", "type": "local", "value": "Jason_West" }, { "char_end_idx": 3319, "char_start_idx": 3308, "key": "entity", "type": "local", "value": "Battlestar_(comics)" }, { "char_end_idx": 3404, "char_start_idx": 3390, "key": "entity", "type": "local", "value": "Paradise_Palms" }, { "char_end_idx": 3595, "char_start_idx": 3584, "key": "entity", "type": "local", "value": "Battle_pass" }, { "char_end_idx": 3716, "char_start_idx": 3706, "key": "entity", "type": "local", "value": "Epic_Games" }, { "char_end_idx": 3740, "char_start_idx": 3727, "key": "entity", "type": "local", "value": "Infinity_Ward" }, { "char_end_idx": 3749, "char_start_idx": 3742, "key": "entity", "type": "local", "value": "Infinity_Ward" }, { "char_end_idx": 3771, "char_start_idx": 3761, "key": "entity", "type": "local", "value": "Jason_West" }, { "char_end_idx": 3857, "char_start_idx": 3846, "key": "entity", "type": "local", "value": "Battlestar_(comics)" }, { "char_end_idx": 4372, "char_start_idx": 4367, "key": "entity", "type": "local", "value": "Bolas" }, { "char_end_idx": 4432, "char_start_idx": 4425, "key": "entity", "type": "local", "value": "Ravnica" }, { "char_end_idx": 4753, "char_start_idx": 4741, "key": "entity", "type": "local", "value": "Call_of_Duty" }, { "char_end_idx": 4832, "char_start_idx": 4825, "key": "entity", "type": "local", "value": "Toronto" }, { "char_end_idx": 5074, "char_start_idx": 5066, "key": "entity", "type": "local", "value": "Brigitte_Nielsen" }, { "char_end_idx": 5087, "char_start_idx": 5078, "key": "entity", "type": "local", "value": "Overwatch_(video_game)" }, { "char_end_idx": 5148, "char_start_idx": 5145, "key": "entity", "type": "local", "value": "Zen_Studios" }, { "char_end_idx": 5248, "char_start_idx": 5231, "key": "entity", "type": "local", "value": "League_of_Legends" }, { "char_end_idx": 5511, "char_start_idx": 5494, "key": "entity", "type": "local", "value": "The_Escapist_(magazine)" } ]
[ { "char_end_idx": 61, "char_start_idx": 50, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Us_Weekly" }, { "char_end_idx": 82, "char_start_idx": 78, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "News" }, { "char_end_idx": 100, "char_start_idx": 82, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "League_of_Legends" }, { "char_end_idx": 113, "char_start_idx": 100, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Apex_Legends" }, { "char_end_idx": 122, "char_start_idx": 113, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Fortnite" }, { "char_end_idx": 142, "char_start_idx": 138, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Modern_Times_Group" }, { "char_end_idx": 167, "char_start_idx": 160, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Multiplayer_online_battle_arena" }, { "char_end_idx": 171, "char_start_idx": 167, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Female_genital_mutilation" }, { "char_end_idx": 176, "char_start_idx": 171, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "FIFA_(video_game_series)" }, { "char_end_idx": 188, "char_start_idx": 176, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Hearthstone" }, { "char_end_idx": 208, "char_start_idx": 188, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Heroes_of_the_Storm" }, { "char_end_idx": 213, "char_start_idx": 208, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "PlayerUnknown's_Battlegrounds" }, { "char_end_idx": 227, "char_start_idx": 213, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Rocket_League" }, { "char_end_idx": 239, "char_start_idx": 227, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "StarCraft" }, { "char_end_idx": 627, "char_start_idx": 334, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Epic_Games" }, { "char_end_idx": 627, "char_start_idx": 334, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Ruins" }, { "char_end_idx": 627, "char_start_idx": 334, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Battle_pass" }, { "char_end_idx": 862, "char_start_idx": 627, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ruins" }, { "char_end_idx": 1160, "char_start_idx": 947, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ruins" }, { "char_end_idx": 1187, "char_start_idx": 1160, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ruins" }, { "char_end_idx": 2114, "char_start_idx": 1846, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ruins" }, { "char_end_idx": 2114, "char_start_idx": 1846, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Epic_Games" }, { "char_end_idx": 2277, "char_start_idx": 2114, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ruins" }, { "char_end_idx": 2417, "char_start_idx": 2342, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Battlestar_(comics)" }, { "char_end_idx": 2581, "char_start_idx": 2526, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Battle_pass" }, { "char_end_idx": 2878, "char_start_idx": 2656, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Esports" }, { "char_end_idx": 2878, "char_start_idx": 2656, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "DreamHack" }, { "char_end_idx": 2878, "char_start_idx": 2656, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Super_Bowl_LIII" }, { "char_end_idx": 3194, "char_start_idx": 3100, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Paradise_Palms" }, { "char_end_idx": 3260, "char_start_idx": 3195, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Epic_Games" }, { "char_end_idx": 3260, "char_start_idx": 3195, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Infinity_Ward" }, { "char_end_idx": 3260, "char_start_idx": 3195, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Jason_West" }, { "char_end_idx": 3335, "char_start_idx": 3261, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Battlestar_(comics)" }, { "char_end_idx": 3441, "char_start_idx": 3347, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Paradise_Palms" }, { "char_end_idx": 3645, "char_start_idx": 3441, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Battle_pass" }, { "char_end_idx": 3772, "char_start_idx": 3675, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Epic_Games" }, { "char_end_idx": 3772, "char_start_idx": 3675, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Infinity_Ward" }, { "char_end_idx": 3772, "char_start_idx": 3675, "key": "entity_paragraph", "relative_end_pos": 2, "relative_start_pos": 2, "type": "local", "value": "Jason_West" }, { "char_end_idx": 3874, "char_start_idx": 3772, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Battlestar_(comics)" }, { "char_end_idx": 4372, "char_start_idx": 4306, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Bolas" }, { "char_end_idx": 4566, "char_start_idx": 4372, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Ravnica" }, { "char_end_idx": 4874, "char_start_idx": 4665, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Call_of_Duty" }, { "char_end_idx": 4874, "char_start_idx": 4665, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Toronto" }, { "char_end_idx": 5124, "char_start_idx": 4920, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Brigitte_Nielsen" }, { "char_end_idx": 5124, "char_start_idx": 4920, "key": "entity_paragraph", "relative_end_pos": 1, "relative_start_pos": 1, "type": "local", "value": "Overwatch_(video_game)" }, { "char_end_idx": 5188, "char_start_idx": 5124, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "Zen_Studios" }, { "char_end_idx": 5384, "char_start_idx": 5188, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "League_of_Legends" }, { "char_end_idx": 5511, "char_start_idx": 5493, "key": "entity_paragraph", "relative_end_pos": 0, "relative_start_pos": 0, "type": "local", "value": "The_Escapist_(magazine)" } ]